@charset "UTF-8";
@charset "UTF-8";
:root {
--woolentor-white:#ffffff;
--woolentor-primary-color: #2563eb;
--woolentor-primary-hover: #1d4ed8;
--woolentor-success-color: #10b981;
--woolentor-warning-color: #f59e0b;
--woolentor-danger-color: #ef4444;
--woolentor-gray-50: #f9fafb;
--woolentor-gray-100: #f3f4f6;
--woolentor-gray-200: #e5e7eb;
--woolentor-gray-300: #d1d5db;
--woolentor-gray-400: #9ca3af;
--woolentor-gray-500: #6b7280;
--woolentor-gray-600: #4b5563;
--woolentor-gray-700: #374151;
--woolentor-gray-800: #1f2937;
--woolentor-gray-900: #111827;
--woolentor-border-radius: 12px;
--woolentor-border-radius-sm: 8px;
--woolentor-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
--woolentor-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
--woolentor-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
--woolentor-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
--woolentor-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
--woolentor-transition-fast: all 0.15s ease;
}
.wp-embed-responsive .wp-block {
outline: 0;
}
.woolentor-product-grid a{
text-decoration: none !important;
} .woolentor-product-grid-modern {
display: grid;
gap: 25px;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
transition: all 0.3s ease;
} .woolentor-product-grid-modern.woolentor-layout-grid {
display: grid;
grid-auto-rows: 1fr;
}
.woolentor-product-grid-modern.woolentor-layout-list {
display: flex;
flex-direction: column;
gap: 20px;
} .woolentor-columns-1 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: 1fr;
}
.woolentor-columns-2 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(2, 1fr);
}
.woolentor-columns-3 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(3, 1fr);
}
.woolentor-columns-4 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(4, 1fr);
}
.woolentor-columns-5 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(5, 1fr);
}
.woolentor-columns-6 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(6, 1fr);
} .woolentor-same-height-grid.woolentor-layout-grid .woolentor-product-card{
height: 100%;
}
.woolentor-same-height-grid.woolentor-layout-grid .woolentor-product-card .woolentor-product-actions{
margin-top: auto;
} .woolentor-product-filters {
background: var(--woolentor-white);
border-radius: 12px;
padding: 24px;
margin-bottom: 32px;
box-shadow: var(--woolentor-shadow-sm);
}
.woolentor-filter-row {
display: flex;
align-items: center;
justify-content: space-between;
}
.woolentor-view-controls {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 16px;
}
.woolentor-view-controls .woolentor-filter-sort .woocommerce-ordering{
margin: 0;
}
.woolentor-view-controls .woolentor-filter-sort .woocommerce-ordering select.orderby{
padding: 8px 12px;
border: 1px solid #e5e7eb;
border-radius: 8px;
font-size: 14px;
color: #111827;
cursor: pointer;
transition: all 0.3s ease;
}
.woolentor-layout-switcher {
display: flex;
gap: 4px;
padding: 4px;
border-radius: 8px;
background: #e5e7eb;
}
.woolentor-layout-btn {
width: 36px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
border: none;
background: transparent;
border-radius: 6px;
cursor: pointer;
transition: all 0.3s ease;
color: #4b5563;
padding: 0;
}
.woolentor-layout-btn:focus{
background: transparent;
color: #4b5563;
}
.woolentor-layout-btn.woolentor-active, .woolentor-layout-btn:hover {
background: #2563eb;
color: var(--woolentor-white);
}
.woolentor-layout-btn svg {
width: 18px;
height: 18px;
stroke: currentColor;
} .woolentor-product-filters.woolentor-style-two {
border-radius: 0;
background: #f5f4f2;
box-shadow: none;
border-bottom: 1px solid #d4d4d4;
padding: 40px;
}
.woolentor-style-two .woolentor-layout-switcher {
background: transparent;
border-radius: 0;
align-items: center;
justify-content: center;
padding: 0;
gap: 40px;
}
.woolentor-style-two .woolentor-layout-btn{
width: auto;
height: auto;
font-family: 'Cormorant Garamond', serif;
font-size: 16px;
letter-spacing: 2px;
text-transform: uppercase;
background: none;
border: none;
color: #6a6a6a;
cursor: pointer;
padding: 10px 20px;
position: relative;
transition: all 0.3s ease;
}
.woolentor-style-two .woolentor-layout-btn.woolentor-active, .woolentor-style-two .woolentor-layout-btn:hover{
color:#1a1a1a
}
.woolentor-style-two .woolentor-layout-btn.woolentor-active::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 2px;
background: #1a1a1a;
} .woolentor-product-card {
background: #ffffff;
border-radius: var(--woolentor-border-radius);
position: relative;
transition: var(--woolentor-transition);
border: 1px solid var(--woolentor-gray-200);
overflow: hidden;
} .woolentor-product-item {
transition: all 0.3s ease;
min-width: 0;
} .woolentor-grid-card .woolentor-list-view-content {
display: none !important;
}
.woolentor-list-card .woolentor-grid-view-content {
display: none !important;
}
.woolentor-grid-card .woolentor-grid-view-content {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
}
.woolentor-list-card .woolentor-list-view-content {
display: flex;
flex-direction: row;
width: 100%;
align-items: center;
} .woolentor-grid-card {
display: flex;
flex-direction: column;
height: 100%;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
border-radius: 16px;
overflow: visible;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
background: #ffffff;
position: relative;
} .woolentor-list-card {
display: flex;
flex-direction: row;
align-items: center;
min-height: 200px;
padding: 20px;
box-shadow: var(--woolentor-shadow-sm);
} .woolentor-card-hover-lift .woolentor-product-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.woolentor-card-hover-scale .woolentor-product-card:hover {
transform: scale(1.02);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.woolentor-card-hover-shadow .woolentor-product-card:hover {
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
} .woolentor-image-hover-zoom .woolentor-product-image img:hover,
.woolentor-image-hover-zoom .woolentor-product-image .woolentor-product-img:hover {
transform: scale(1.1);
}
.woolentor-image-hover-fade .woolentor-product-image:hover img,
.woolentor-image-hover-fade .woolentor-product-image:hover .woolentor-product-img {
opacity: 0.8;
}
.woolentor-image-hover-grayscale .woolentor-product-image img,
.woolentor-image-hover-grayscale .woolentor-product-image .woolentor-product-img {
filter: grayscale(100%);
transition: filter 0.3s ease;
}
.woolentor-image-hover-grayscale .woolentor-product-image:hover img,
.woolentor-image-hover-grayscale .woolentor-product-image:hover .woolentor-product-img {
filter: grayscale(0%);
} .woolentor-product-image {
position: relative;
overflow: hidden;
}
.woolentor-product-secondary-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
background-color: #ffffff;
opacity: 0;
visibility: hidden;
transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
width: 100%;
}
.woolentor-product-secondary-img a{
width: 100%;
height: 100%;
}
.woolentor-product-card:hover .woolentor-product-secondary-img {
opacity: 1;
visibility: visible;
transform: scale(1.09);
}
.woolentor-product-image .woolentor-product-secondary-img img{
transform: scale(1) !important;
} .woolentor-grid-card .woolentor-product-image {
flex-shrink: 0;
background: #f5f5f5;
align-items: center;
justify-content: center;
border-radius: 16px 16px 0 0;
}
.woolentor-grid-card .woolentor-product-image img,
.woolentor-grid-card .woolentor-product-image .woolentor-product-img {
width: 100%;
height: auto;
object-fit: cover;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
} .woolentor-list-card .woolentor-product-image {
flex-shrink: 0;
margin-right: 20px;
border-radius: var(--woolentor-border-radius-sm);
overflow: hidden;
box-shadow: var(--woolentor-shadow-sm);
width: 30%;
}
.woolentor-list-card .woolentor-product-image img,
.woolentor-list-card .woolentor-product-image .woolentor-product-img {
width: 100%;
object-fit: cover;
transition: var(--woolentor-transition);
} .woolentor-badges {
position: absolute;
display: flex;
flex-direction: column;
gap: 6px;
z-index: 10;
left: 15px;
top: 15px;
} .woolentor-badge-pos-top-left .woolentor-badges {
top: 12px;
left: 12px;
}
.woolentor-badge-pos-top-right .woolentor-badges {
top: 12px;
right: 12px;
left: auto;
}
.woolentor-badge-pos-top-center .woolentor-badges {
top: 12px;
left: 50%;
transform: translateX(-50%);
} .woolentor-badge {
padding: 6px 14px;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
border-radius: 6px;
color: #ffffff;
display: inline-block;
line-height: 1;
} .woolentor-sale-badge {
background: #e74c3c;
}
.woolentor-new-badge {
background: #10b981;
}
.woolentor-trending-badge {
background: #f59e0b;
}
.woolentor-badge-style-solid .woolentor-sale-badge {
background: #e74c3c;
}
.woolentor-badge-style-solid .woolentor-new-badge {
background: #10b981;
}
.woolentor-badge-style-solid .woolentor-trending-badge {
background: #f59e0b;
}
.woolentor-badge-style-gradient .woolentor-sale-badge {
background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
box-shadow: 0 4px 8px rgba(238, 90, 36, 0.3);
}
.woolentor-badge-style-gradient .woolentor-new-badge {
background: linear-gradient(135deg, #10b981 0%, #059669 100%);
box-shadow: 0 4px 8px rgba(16, 185, 129, 0.3);
}
.woolentor-badge-style-gradient .woolentor-trending-badge {
background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
box-shadow: 0 4px 8px rgba(245, 158, 11, 0.3);
}
.woolentor-badge-style-outline .woolentor-badge {
background: rgba(255, 255, 255, 0.9);
border: 2px solid;
backdrop-filter: blur(8px);
}
.woolentor-badge-style-outline .woolentor-sale-badge {
border-color: var(--woolentor-danger-color);
color: var(--woolentor-danger-color);
}
.woolentor-badge-style-outline .woolentor-new-badge {
border-color: var(--woolentor-success-color);
color: var(--woolentor-success-color);
}
.woolentor-badge-style-outline .woolentor-trending-badge {
border-color: var(--woolentor-warning-color);
color: var(--woolentor-warning-color);
} .woolentor-quick-actions {
position: absolute;
top: 12px;
right: 12px;
display: flex;
flex-direction: column;
gap: 8px;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
transform: translateX(10px);
z-index: 15;
}
.woolentor-grid-card:hover .woolentor-quick-actions,
.woolentor-product-image:hover .woolentor-quick-actions {
opacity: 1;
visibility: visible;
transform: translateX(0);
}
.woolentor-quick-action {
width: 42px;
height: 42px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.98);
border: none;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.2s ease;
color: #333;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
padding: 0;
}
.woolentor-quick-action a{
color: #333;
text-decoration: none;
}
.woolentor-quick-action svg{
margin: 0;
}
.woolentor-quick-action:hover {
background: #ffffff;
transform: scale(1.1);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.woolentor-quick-action svg {
width: 18px;
height: 18px;
stroke-width: 2;
color: #333;
display: block;
} .woolentor-quick-actions .woolentor-wishlist-btn {
width: 42px;
height: 42px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.98);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.woolentor-quick-actions .woolentor-wishlist-btn:hover {
background: #ffffff;
transform: scale(1.1);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
} .woolentor-quick-actions .woolentor-wishlist-btn .wishlist,
.woolentor-quick-actions .woolentor-wishlist-btn .yith-wcwl-add-to-wishlist,
.woolentor-quick-actions .woolentor-wishlist-btn .tinvwl_add_to_wishlist_button {
display: contents;
}
.woolentor-quick-actions .woolentor-wishlist-btn a {
display: flex;
align-items: center;
justify-content: center;
color: #333;
text-decoration: none;
width: 100%;
height: 100%;
} .woolentor-quick-actions .woolentor-wishlist-btn .ht-product-action-tooltip,
.woolentor-quick-actions .woolentor-wishlist-btn .wishsuite-tooltip,
.woolentor-quick-actions .woolentor-wishlist-btn span:not(svg *) {
display: none !important;
} .woolentor-quick-actions .woolentor-wishlist-btn svg {
width: 18px;
height: 18px;
display: block;
color: currentColor;
overflow: visible;
} .woolentor-quick-actions .woolentor-wishlist-btn .ajax-loading,
.woolentor-quick-actions .woolentor-wishlist-btn .fa-spinner {
display: none !important;
} .woolentor-style-modern .woolentor-quickview-btn,
.woolentor-style-modern .woolentorquickview{
color: #333;
}
.woolentor-style-modern .woolentor-quickview-btn svg,
.woolentor-style-modern .woolentorquickview svg {
width: 18px;
height: 18px;
display: block !important;
color: currentColor !important;
stroke: currentColor !important;
fill: none !important;
visibility: visible !important;
opacity: 1 !important;
overflow: visible;
margin-right: 0;
}
.woolentor-style-modern .woolentor-quickview-btn svg path,
.woolentor-style-modern .woolentor-quickview-btn svg circle,
.woolentor-style-modern .woolentorquickview svg path,
.woolentor-style-modern .woolentorquickview svg circle {
stroke: currentColor !important;
fill: none !important;
stroke-width: 2 !important;
visibility: visible !important;
opacity: 1 !important;
} .woolentor-quick-action.woolentorquickview {
color: #333;
} .woolentor-product-content {
flex: 1;
display: flex;
flex-direction: column;
} .woolentor-grid-card .woolentor-product-content {
padding: 20px;
flex: 1;
display: flex;
flex-direction: column;
line-height: 1;
width: 100%;
} .woolentor-list-card .woolentor-product-content {
padding: 0;
}
.woolentor-content-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-direction: column;
}
.woolentor-content-footer {
display: flex;
justify-content: space-between;
align-items: center;
margin: 15px 0 0;
padding-top: 20px;
border-top: 1px solid #ddd;
width: 100%;
} .woolentor-product-title {
font-size: 18px;
font-weight: 600;
line-height: 1.4;
margin: 0 0 8px;
color: var(--woolentor-gray-900);
} .woolentor-product-categories {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin: 0 0 4px;
}
.woolentor-product-category {
font-size: 12px;
color: #999;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 500;
transition: color 0.2s ease;
}
.woolentor-product-category:not(:first-child):before {
content: '•';
margin: 0 6px;
color: #ddd;
}
.woolentor-product-category:hover {
color: var(--woolentor-primary-color);
text-decoration: none;
}
.woolentor-grid-card .woolentor-product-title {
font-size: 16px;
font-weight: 600;
color: #1f2937;
margin-bottom: 12px;
line-height: 1.4;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
.woolentor-grid-card .woolentor-product-categories {
margin: 0 0 10px;
}
.woolentor-product-title a {
color: inherit;
text-decoration: none;
transition: var(--woolentor-transition-fast);
}
.woolentor-product-title a:hover {
color: var(--woolentor-primary-color);
} .woolentor-product-description {
margin: 0;
}
.woolentor-product-description p {
color: var(--woolentor-gray-600);
font-size: 14px;
line-height: 1.5;
margin: 0;
} .woolentor-product-features {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin: 12px 0;
}
.woolentor-feature {
display: flex;
align-items: center;
gap: 6px;
font-size: 13px;
color: var(--woolentor-gray-600);
padding: 4px 8px;
background: var(--woolentor-gray-50);
border-radius: 16px;
}
.woolentor-feature svg {
color: var(--woolentor-success-color);
flex-shrink: 0;
} .woolentor-layout-grid .woolentor-product-rating{
margin-bottom: 12px;
}
.woolentor-product-rating {
display: flex;
align-items: center;
gap: 4px;
}
.woolentor-product-stars {
display: flex;
gap: 2px;
}
.woolentor-product-stars .star{
width: 14px;
height: 14px;
color: #fbbf24;
}
.woolentor-product-stars .star.empty {
color: #e5e7eb;
}
.woolentor-product-stars .empty-half{
transform: scale(0.80);
}
.woolentor-product-grid-modern .woolentor-review-count,
.woolentor-grid-card .woolentor-review-count {
font-size: 12px;
color: #9ca3af;
font-weight: 400;
display: inline-block !important;
line-height: 1;
position: relative;
}
.woolentor-product-rating .rating-info .review-count{
margin-left: 0;
} .woolentor-product-price {
font-size: 20px;
font-weight: 700;
color: var(--woolentor-primary-color);
margin: 8px 0;
}
.woolentor-grid-card .woolentor-product-price {
font-size: 20px;
align-items: center;
font-weight: 700;
margin: 0 0 20px;
color: #1f2937;
gap: 8px;
}
.woolentor-grid-card .woolentor-product-price del {
font-size: 16px;
color: #9ca3af;
font-weight: 400;
margin: 0;
}
.woolentor-grid-card .woolentor-product-price ins {
text-decoration: none;
color: #1f2937;
}
.woolentor-discount-percentage {
background: #fee2e2;
color: #e74c3c;
font-size: 12px;
font-weight: 600;
padding: 2px 6px;
border-radius: 4px;
margin-left: 4px;
}
.woolentor-product-price del {
color: var(--woolentor-gray-400);
font-weight: 400;
margin-right: 8px;
font-size: 0.9em;
}
.woolentor-product-price ins {
text-decoration: none;
} .woolentor-price-stock {
display: flex;
flex-direction: column;
gap: 8px;
width: 40%;
}
.woolentor-price-stock .woolentor-product-price{
margin: 0;
} .woolentor-stock-status {
font-size: 13px;
font-weight: 500;
}
.woolentor-in-stock {
color: var(--woolentor-success-color);
display: flex;
align-items: center;
gap: 6px;
}
.woolentor-out-of-stock {
color: var(--woolentor-danger-color);
display: flex;
align-items: center;
gap: 6px;
}
.woolentor-stock-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: currentColor;
display: inline-block;
animation: pulse 2s infinite;
}
.woolentor-out-of-stock .woolentor-stock-dot {
animation: none;
opacity: 0.6;
}
.woolentor-low-stock {
color: var(--woolentor-warning-color);
font-weight: 600;
}
@keyframes pulse {
0%, 100% {
opacity: 1;
transform: scale(1);
}
50% {
opacity: 0.7;
transform: scale(1.1);
}
} .woolentor-quantity-selector {
display: flex;
align-items: center;
border: 1px solid var(--woolentor-gray-300);
border-radius: var(--woolentor-border-radius-sm);
overflow: hidden;
width: fit-content;
}
.woolentor-qty-btn {
background: var(--woolentor-gray-50);
border: none;
width: 32px;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: var(--woolentor-transition-fast);
color: var(--woolentor-gray-600);
font-size: 16px;
font-weight: 600;
padding: 0;
}
.woolentor-qty-btn:hover {
background: var(--woolentor-gray-200);
color: var(--woolentor-gray-800);
}
.woolentor-qty-input {
border: none;
width: 50px !important;
height: 32px !important;
text-align: center;
font-size: 14px;
font-weight: 500;
background: #ffffff;
outline: none;
line-height: 1;
border-top-width: 0 !important;
border-bottom-width: 0 !important;
}
.woolentor-qty-input::-webkit-outer-spin-button,
.woolentor-qty-input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woolentor-qty-input[type=number] {
-moz-appearance: textfield;
} .woolentor-product-actions {
display: flex;
align-items: center;
gap: 12px;
}
.woolentor-grid-card .woolentor-product-actions {
margin-top: auto;
flex-shrink: 0;
width: 100%;
} .woolentor-list-card .woolentor-product-actions .woolentor-cart-btn, .woolentor-cart-btn, .woolentor-product-actions .button, .woolentor-product-actions .add_to_cart_button {
background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
color: #ffffff;
padding: 12px 24px;
border-radius: var(--woolentor-border-radius-sm);
text-decoration: none;
text-align: center;
font-size: 14px;
font-weight: 600;
transition: all 0.2s ease;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
gap: 5px;
}
.woolentor-product-actions .add_to_cart_button:hover {
background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%) !important;
transform: translateY(-1px) !important;
}
.woolentor-grid-card .woolentor-cart-btn,
.woolentor-grid-card .woolentor-product-actions .button,
.woolentor-grid-card .woolentor-product-actions .add_to_cart_button {
width: 100%;
padding: 12px 20px;
background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
transition: all 0.2s ease;
color: white;
border: none;
border-radius: 8px;
font-size: 14px;
font-weight: 600;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
}
.woolentor-cart-btn svg {
width: 16px;
height: 16px;
}
.woolentor-product-actions a.added_to_cart {
display: none;
}
.woolentor-grid-card .woolentor-cart-btn:hover,
.woolentor-grid-card .woolentor-product-actions .button:hover,
.woolentor-grid-card .woolentor-product-actions .add_to_cart_button:hover {
background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
transform: translateY(-1px);
}
.woolentor-cart-btn:hover,
.woolentor-product-actions .button:hover,
.woolentor-product-actions .add_to_cart_button:hover {
background: var(--woolentor-primary-hover);
border-color: var(--woolentor-primary-hover);
transform: translateY(-1px);
box-shadow: var(--woolentor-shadow-md);
} a.woolentor-cart-btn.button.add_to_cart_button.ajax_add_to_cart.added:after,
a.woolentor-cart-action.added:after { 
font-family: 'WooCommerce'; content: '\e017'; margin-left: .53em; vertical-align: bottom; 
} 
a.woolentor-cart-btn.button.add_to_cart_button.ajax_add_to_cart.loading,
a.woolentor-cart-action.loading { 
opacity: .25; 
} 
a.woolentor-cart-btn.button.add_to_cart_button.ajax_add_to_cart.loading:after,
a.woolentor-cart-action.loading:after { 
display: inline-block; 
content: ""; 
position: relative; 
top: 0; 
right: -.5em;
left: auto; 
width: .8em; 
height: .8em; 
background-color: var(--woolentor-white,var(--woolentor-gray-100)); 
border-radius: 100%; 
animation: WoolentorDotPulse .65s 0s infinite cubic-bezier(.21,.53,.56,.8);
line-height: 1rem;
} 
@keyframes WoolentorDotPulse { 
0% { 
transform: scale(.1); opacity: 0; 
} 
50% { 
opacity: 1; 
} 
100% { 
transform: scale(1.2); opacity: 0; 
} 
} .woolentor-wishlist-btn {
background: #ffffff;
color: var(--woolentor-gray-600);
border: 0;
width: 44px;
height: 44px;
border-radius: var(--woolentor-border-radius-sm);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: var(--woolentor-transition);
flex-shrink: 0;
}
.woolentor-wishlist-btn:hover {
color: var(--woolentor-danger-color);
border-color: var(--woolentor-danger-color);
background: rgba(239, 68, 68, 0.1);
}
.woolentor-wishlist-btn.added {
color: var(--woolentor-danger-color);
border-color: var(--woolentor-danger-color);
background: rgba(239, 68, 68, 0.1);
}
.woolentor-wishlist-btn.loading {
opacity: 0.6;
pointer-events: none;
} .woolentor-out-of-stock {
opacity: 0.7;
position: relative;
}
.woolentor-out-of-stock::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.3);
z-index: 1;
pointer-events: none;
}
.woolentor-out-of-stock .woolentor-cart-btn,
.woolentor-out-of-stock .add_to_cart_button {
background: var(--woolentor-gray-400);
border-color: var(--woolentor-gray-400);
cursor: not-allowed;
pointer-events: none;
}
.woolentor-out-of-stock .woolentor-cart-btn:hover,
.woolentor-out-of-stock .add_to_cart_button:hover {
transform: none;
box-shadow: none;
} .woolentor-product-grid .woolentor-no-products {
grid-column: 1 / -1;
text-align: center;
padding: 15px 20px;
color: var(--woolentor-gray-400);
font-size: 16px;
font-style: italic;
}
.woolentor-product-grid .woolentor-no-products p{
margin: 0;
} @media (max-width: 768px) {
.woolentor-product-grid-modern {
gap: 20px;
}
.woolentor-grid-card .woolentor-product-content {
padding: 16px;
}
.woolentor-product-title {
font-size: 16px;
}
.woolentor-grid-card .woolentor-product-title {
font-size: 14px;
}
.woolentor-grid-card .woolentor-product-categories {
margin: 3px 0 6px;
}
.woolentor-product-category {
font-size: 11px;
padding: 1px 6px;
}
.woolentor-product-price {
font-size: 18px;
}
.woolentor-grid-card .woolentor-product-price {
font-size: 16px;
} .woolentor-list-card {
flex-direction: column;
min-height: auto;
padding: 16px;
}
.woolentor-list-card .woolentor-product-image {
margin-right: 0;
margin-bottom: 16px;
align-self: center;
width: 100%;
}
.woolentor-content-footer {
flex-direction: column;
align-items: stretch;
gap: 12px;
}
.woolentor-price-stock {
order: 2;
}
.woolentor-product-actions {
order: 1;
}
}
@media (max-width: 480px) {
.woolentor-product-grid-modern.woolentor-layout-grid {
grid-template-columns: 1fr;
gap: 15px;
}
.woolentor-grid-card .woolentor-product-content {
padding: 14px;
}
.woolentor-product-title {
font-size: 15px;
}
.woolentor-grid-card .woolentor-product-title {
font-size: 13px;
margin-bottom: 8px;
}
.woolentor-product-price {
font-size: 16px;
}
.woolentor-grid-card .woolentor-product-price {
font-size: 15px;
}
.woolentor-product-actions {
gap: 8px;
margin-top: 12px;
flex-direction: column;
align-items: flex-start;
}
.woolentor-filter-row{
flex-direction: column;
gap: 10px;
}
.woolentor-cart-btn,
.woolentor-product-actions .button,
.woolentor-product-actions .add_to_cart_button {
padding: 10px 16px;
font-size: 13px;
min-height: 40px;
}
.woolentor-wishlist-btn {
width: 40px;
height: 40px;
}
.woolentor-list-card .woolentor-product-image img {
width: 160px;
height: 100px;
}
.woolentor-quick-actions {
right: 8px;
}
.woolentor-quick-action {
width: 36px;
height: 36px;
}
} .woolentor-product-card:focus-within {
outline: none;
outline-offset: 0;
}
.woolentor-product-title a:focus,
.woolentor-cart-btn:focus,
.woolentor-wishlist-btn:focus,
.woolentor-quick-action:focus {
outline: none;
outline-offset: 0;
} .woolentor-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
} @media (prefers-contrast: high) {
.woolentor-product-card {
border: 2px solid;
}
.woolentor-badge {
border: 2px solid;
}
.woolentor-cart-btn,
.woolentor-wishlist-btn {
border-width: 2px;
}
} @media (prefers-reduced-motion: reduce) {
* {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
.woolentor-stock-dot {
animation: none;
}
} .woolentor-pagination {
margin-top: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.woolentor-pagination ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap:wrap;
gap: 8px;
align-items: center;
}
.woolentor-pagination ul li {
margin: 0;
padding: 0;
}
.woolentor-pagination ul li a,
.woolentor-pagination ul li span {
display: flex;
align-items: center;
justify-content: center;
min-width: 36px;
height: 36px;
padding: 0 12px;
border: 1px solid #e5e7eb;
background: #ffffff;
color: #6b7280;
text-decoration: none;
font-size: 14px;
font-weight: 500;
border-radius: 6px;
transition: all 0.2s ease;
}
.woolentor-pagination ul li a:hover {
background: #f9fafb;
border-color: #d1d5db;
color: #374151;
}
.woolentor-pagination ul li span.current,
.woolentor-pagination ul li a.current {
background: var(--woolentor-primary-color, #3858f6);
border-color: var(--woolentor-primary-color, #3858f6);
color: #ffffff;
}
.woolentor-pagination ul li.prev a,
.woolentor-pagination ul li.next a {
font-weight: 400;
}
.woolentor-pagination ul li span.dots {
border: none;
background: transparent;
pointer-events: none;
} .woolentor-ajax-load-more {
text-align: center;
margin-top: 40px;
padding: 20px;
}
.woolentor-load-more-btn {
background: var(--woolentor-primary-color, #3858f6);
color: #ffffff;
border: 1px solid var(--woolentor-primary-color);
padding: 12px 32px;
border-radius: var(--woolentor-border-radius);
font-size: 14px;
font-weight: 600;
cursor: pointer;
transition: var(--woolentor-transition);
display: inline-flex;
align-items: center;
justify-content: center;
}
.woolentor-load-more-btn:hover:not(:disabled) {
background: var(--woolentor-primary-hover);
border-color: var(--woolentor-primary-hover);
transform: translateY(-2px);
box-shadow: var(--woolentor-shadow-lg);
}
.woolentor-load-more-btn:disabled {
background: var(--woolentor-gray-400);
border-color: var(--woolentor-gray-400);
cursor: not-allowed;
transform: none;
opacity: 0.6;
}
.woolentor-ajax-loader {
margin: 0;
display: none;
padding: 0;
background-color: transparent !important;
}
.woolentor-ajax-loader .spinner {
display: inline-block;
width: 40px;
height: 40px;
border: 2px solid var(--woolentor-gray-300);
border-left-color: var(--woolentor-primary-color);
border-radius: 50%;
animation: woolentorspin 1s linear infinite;
}
@keyframes woolentorspin {
to { transform: rotate(360deg); }
} .woolentor-infinite-scroll {
text-align: center;
} .woolentor-content-align-flex-start .woolentor-product-content{
text-align: left;
}
.woolentor-content-align-center .woolentor-product-content{
text-align: center;
}
.woolentor-content-align-flex-end .woolentor-product-content{
text-align: right;
} @media print {
.woolentor-product-grid-modern.woolentor-layout-grid {
grid-template-columns: repeat(2, 1fr);
gap: 10px;
}
.woolentor-product-grid-modern.woolentor-layout-list{
gap: 15px;
}
.woolentor-product-card {
break-inside: avoid;
box-shadow: none;
border: 1px solid #000;
background: #fff;
}
.woolentor-grid-card {
height: auto;
}
.woolentor-product-actions,
.woolentor-quick-actions,
.woolentor-badges {
display: none;
}
.woolentor-product-price {
color: #000 !important;
}
} @media (min-width: 1200px) and (max-width: 1400px) {
} @media (min-width: 992px) and (max-width: 1200px) {
} @media (min-width: 768px) and (max-width: 991px) { .woolentor-columns-tablet-1 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: 1fr;
}
.woolentor-columns-tablet-2 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(2, 1fr);
}
.woolentor-columns-tablet-3 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(3, 1fr);
}
.woolentor-columns-tablet-4 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(4, 1fr);
}
.woolentor-columns-tablet-5 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(5, 1fr);
}
.woolentor-columns-tablet-6 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(6, 1fr);
}
} @media (max-width: 767px) {
.woolentor-list-card .woolentor-list-view-content{
flex-direction: column;
} .woolentor-columns-mobile-1 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: 1fr;
}
.woolentor-columns-mobile-2 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(2, 1fr);
}
.woolentor-columns-mobile-3 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(3, 1fr);
}
.woolentor-columns-mobile-4 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(4, 1fr);
}
.woolentor-columns-mobile-5 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(5, 1fr);
}
.woolentor-columns-mobile-6 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"]{
grid-template-columns: repeat(6, 1fr);
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
}.woolentor-product-grid-luxury {
display: grid;
gap: 80px;
width: 100%;
} .woolentor-luxury-card {
position: relative;
background: transparent;
cursor: pointer;
transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
border: none;
border-radius: 0;
padding-bottom: 10px;
display: flex;
flex-direction: column;
overflow: hidden;
}
.woolentor-luxury-card:hover {
transform: translateY(-5px);
} .woolentor-luxury-card .woolentor-product-image {
position: relative;
width: 100%;
overflow: hidden;
margin-bottom: 32px;
} .woolentor-ratio-1-1 .woolentor-luxury-card .woolentor-product-image {
padding-top: 100%; }
.woolentor-ratio-3-4 .woolentor-luxury-card .woolentor-product-image {
padding-top: 133.33%; }
.woolentor-ratio-4-5 .woolentor-luxury-card .woolentor-product-image {
padding-top: 125%; }
.woolentor-ratio-9-16 .woolentor-luxury-card .woolentor-product-image {
padding-top: 177.78%; }
.woolentor-luxury-card .woolentor-product-image a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
}
.woolentor-luxury-card .woolentor-product-image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.woolentor-luxury-card .woolentor-product-image .woolentor-product-badge img{
position: static;
}
.woolentor-luxury-card:hover .woolentor-product-image img {
transform: scale(1.08);
} .woolentor-luxury-card .woolentor-badges {
position: absolute;
top: 20px;
left: 20px;
z-index: 10;
align-items: flex-start;
}
.woolentor-luxury-card .woolentor-category-badge {
display: inline-block;
padding: 6px 16px;
background: rgba(236, 232, 225, 0.95);
color: #6b6b6b;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1.5px;
border-radius: 20px;
font-weight: 500;
backdrop-filter: blur(10px);
} .woolentor-luxury-card .woolentor-sale-indicator {
position: absolute;
top: 20px;
right: 20px;
width: 48px;
height: 48px;
background: #e74c3c;
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 10px;
font-weight: 500;
letter-spacing: 0.5px;
z-index: 10;
} .woolentor-luxury-card .woolentor-new-badge-indicator {
position: absolute;
top: 20px;
right: 20px;
padding: 6px 14px;
background: rgba(255, 255, 255, 0.95);
border: 1px solid #e0e0e0;
color: #2c2c2c;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1.4px;
backdrop-filter: blur(10px);
font-weight: 500;
z-index: 10;
line-height: 1;
} .woolentor-luxury-card .woolentor-quick-actions {
position: absolute;
bottom: 20px;
right: 20px;
display: flex;
gap: 8px;
opacity: 0;
transition: all 0.3s ease;
z-index: 10;
flex-direction: row;
top: auto;
transform: translateX(0) translateY(10px);
}
.woolentor-luxury-card:hover .woolentor-quick-actions {
opacity: 1;
transform: translateY(0);
visibility: visible;
}
.woolentor-luxury-card .woolentor-quick-action {
width: 40px;
height: 40px;
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
border: none;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
padding: 0;
}
.woolentor-luxury-card .woolentor-quick-action:hover {
background: #2c2c2c;
color: #fff;
}
.woolentor-luxury-card .woolentor-quick-action:hover a{
color: #fff;
}
.woolentor-luxury-card .woolentor-quick-action svg {
width: 18px;
height: 18px;
stroke: #2c2c2c;
}
.woolentor-luxury-card .woolentor-quick-action:hover svg {
stroke: white;
}
.woolentor-luxury-card .woolentor-quickview-btn svg, .woolentor-luxury-card .woolentorquickview svg {
width: 18px;
height: 18px;
display: block !important;
color: currentColor !important;
stroke: currentColor !important;
fill: none !important;
visibility: visible !important;
opacity: 1 !important;
overflow: visible;
margin-right: 0;
}
.woolentor-style-luxury .woolentor-quick-actions .woolentor-wishlist-btn:hover a {
color: #fff;
}
.woolentor-luxury-card .htcompare-btn{
justify-content: center;
align-items: center;
} .woolentor-luxury-card .woolentor-wishlist-btn a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
} .woolentor-luxury-card .woolentor-product-content {
text-align: center;
padding: 0 20px;
display: flex;
flex-direction: column;
align-items: center;
} .woolentor-luxury-card .woolentor-product-category-badge {
display: inline-block;
padding: 5px 14px;
background: #f0ebe5;
color: #7a7a7a;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1.2px;
border-radius: 16px;
margin-bottom: 16px;
font-weight: 400;
} .woolentor-luxury-card .woolentor-product-title {
font-family: 'Georgia', 'Times New Roman', serif;
font-size: 24px;
font-weight: 400;
color: #1a1a1a;
margin-bottom: 12px;
line-height: 1.3;
letter-spacing: -0.3px;
transition: color 0.3s ease;
}
.woolentor-luxury-card .woolentor-product-title a {
color: inherit;
text-decoration: none;
}
.woolentor-luxury-card:hover .woolentor-product-title {
color: #4a4a4a;
} .woolentor-luxury-card .woolentor-product-subtitle {
font-size: 13px;
color: #999;
margin-bottom: 16px;
font-weight: 300;
letter-spacing: 0.3px;
} .woolentor-luxury-card .woolentor-product-rating {
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
margin-bottom: 16px;
}
.woolentor-luxury-card .woolentor-product-stars {
display: flex;
gap: 3px;
}
.woolentor-luxury-card .woolentor-product-stars .star {
width: 12px;
height: 12px;
color: #d4a574;
}
.woolentor-luxury-card .woolentor-product-stars .star.empty {
color: #e8e8e8;
}
.woolentor-luxury-card .woolentor-rating-text {
font-size: 11px;
color: #999;
letter-spacing: 0.3px;
} .woolentor-luxury-card .woolentor-product-price {
display: flex;
justify-content: center;
align-items: baseline;
gap: 10px;
margin-bottom: 24px;
font-size: 18px;
color: #2c2c2c;
font-weight: 400;
letter-spacing: 0.5px;
}
.woolentor-luxury-card .woolentor-product-price del {
font-size: 15px;
color: #b8b8b8;
font-weight: 300;
}
.woolentor-luxury-card .woolentor-product-price ins {
text-decoration: none;
color: #e74c3c;
} .woolentor-luxury-card .woolentor-product-actions {
gap: 0;
}
.woolentor-luxury-card a.woolentor-cart-btn {
display: inline-flex !important;
align-items: center;
justify-content: center;
gap: 8px;
padding: 14px 32px;
background: transparent;
color: #2c2c2c;
border: 1px solid #2c2c2c;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1.5px;
cursor: pointer;
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
position: relative !important;
overflow: hidden !important;
font-weight: 500;
text-decoration: none !important;
}
.woolentor-luxury-card .woolentor-cart-btn::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: #2c2c2c;
transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
z-index: -1;
}
.woolentor-luxury-card .woolentor-cart-btn:hover::before {
left: 0;
}
.woolentor-luxury-card .woolentor-cart-btn:hover {
color: white;
border-color: #2c2c2c;
background: transparent;
box-shadow: none;
}
.woolentor-luxury-card .woolentor-product-actions .add_to_cart_button:hover {
background: transparent !important;
transform: translateY(0) !important;
color: #fff;
}
.woolentor-luxury-card .woolentor-cart-arrow {
transition: transform 0.3s ease;
font-size: 16px;
}
.woolentor-luxury-card .woolentor-cart-btn:hover .woolentor-cart-arrow {
transform: translateX(3px);
} .woolentor-luxury-card .woolentor-view-details {
display: block;
margin-top: 12px;
font-size: 12px;
color: #999;
text-decoration: none;
transition: color 0.3s ease;
letter-spacing: 0.5px;
}
.woolentor-luxury-card .woolentor-view-details:hover {
color: #2c2c2c;
} @keyframes fadeInLuxury {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.woolentor-luxury-card {
animation: fadeInLuxury 0.8s ease-out backwards;
}
.woolentor-product-item:nth-child(1) .woolentor-luxury-card { animation-delay: 0.1s; }
.woolentor-product-item:nth-child(2) .woolentor-luxury-card { animation-delay: 0.2s; }
.woolentor-product-item:nth-child(3) .woolentor-luxury-card { animation-delay: 0.3s; }
.woolentor-product-item:nth-child(4) .woolentor-luxury-card { animation-delay: 0.4s; }
.woolentor-product-item:nth-child(5) .woolentor-luxury-card { animation-delay: 0.5s; }
.woolentor-product-item:nth-child(6) .woolentor-luxury-card { animation-delay: 0.6s; } @media (max-width: 1200px) {
.woolentor-product-grid-luxury {
gap: 60px;
}
}
@media (max-width: 968px) {
.woolentor-product-grid-luxury {
gap: 60px;
}
.woolentor-luxury-card .woolentor-product-title {
font-size: 22px;
}
}
@media (max-width: 640px) {
.woolentor-product-grid-luxury {
gap: 60px;
}
.woolentor-luxury-card .woolentor-product-title {
font-size: 20px;
}
.woolentor-luxury-card .woolentor-product-image {
margin-bottom: 24px;
}
.woolentor-luxury-card .woolentor-product-content {
padding: 0 10px;
}
} .woolentor-luxury-card.woolentor-out-of-stock {
opacity: 0.6;
}
.woolentor-luxury-card.woolentor-out-of-stock .woolentor-product-image::after {
content: 'Out of Stock';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: rgba(255, 255, 255, 0.95);
color: #2c2c2c;
padding: 10px 20px;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1.5px;
font-weight: 500;
z-index: 5;
} .woolentor-card-hover-lift .woolentor-luxury-card:hover {
transform: translateY(-5px);
}
.woolentor-card-hover-none .woolentor-luxury-card:hover {
transform: none;
} .woolentor-image-hover-zoom .woolentor-luxury-card:hover .woolentor-product-image img {
transform: scale(1.08);
}
.woolentor-image-hover-none .woolentor-luxury-card:hover .woolentor-product-image img {
transform: none;
} .woolentor-badge-pos-top-left .woolentor-luxury-card .woolentor-badges {
top: 20px;
left: 20px;
right: auto;
}
.woolentor-badge-pos-top-right .woolentor-luxury-card .woolentor-badges {
left: auto;
right: 20px;
align-items: flex-end;
}
.woolentor-badge-pos-top-center .woolentor-luxury-card .woolentor-badges {
left: 50%;
transform: translateX(-50%);
}
.woolentor-badge-pos-top-left .woolentor-luxury-card .woolentor-sale-indicator,
.woolentor-badge-pos-top-left .woolentor-luxury-card .woolentor-new-badge-indicator {
top: 20px;
right: 20px;
left: auto;
} .show-on-mobile-two-column{
display: none;
} @media (max-width: 767px) {
.woolentor-columns-mobile-2 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"] .woolentor-luxury-card .woolentor-quick-action {
width: 30px;
height: 30px;
}
.woolentor-columns-mobile-2 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"] .show-on-mobile-two-column{
display: flex !important;
position: static;
}
.woolentor-columns-mobile-2 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"] .woolentor-sale-indicator:not(.show-on-mobile-two-column),
.woolentor-columns-mobile-2 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"] .woolentor-new-badge-indicator:not(.show-on-mobile-two-column){
display: none !important;
}
}:root {
--woolentor-editorial-bg: #FAFAFA;
--woolentor-editorial-card-bg: #FFFFFF;
--woolentor-editorial-text-primary: #0A0A0A;
--woolentor-editorial-text-secondary: #666666;
--woolentor-editorial-text-muted: #999999;
--woolentor-editorial-accent: #C9A14A;
--woolentor-editorial-border: #E5E5E5;
--woolentor-editorial-shadow-soft: 0 4px 16px rgba(0, 0, 0, 0.05);
--woolentor-editorial-shadow-hover: 0 8px 32px rgba(0, 0, 0, 0.12);
--woolentor-editorial-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wp-embed-responsive .wp-block {
outline: 0;
} .woolentor-product-grid-editorial {
display: grid;
gap: 48px;
padding: 0;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
background-color: var(--woolentor-editorial-bg);
} .woolentor-product-grid-editorial .woolentor-product-item {
position: relative;
} .woolentor-editorial-grid-card{
height: 100%;
}
.woolentor-product-grid-editorial .woolentor-editorial-card {
background: var(--woolentor-editorial-card-bg);
border-radius: 0;
overflow: hidden;
transition: var(--woolentor-editorial-transition);
cursor: pointer;
display: flex;
flex-direction: column;
height: 100%;
} .woolentor-product-grid-editorial .woolentor-product-image {
position: relative;
width: 100%;
overflow: hidden;
background: var(--woolentor-editorial-bg);
box-shadow: var(--woolentor-editorial-shadow-soft);
} .woolentor-product-grid-editorial.grid-aspect-1-1 .woolentor-editorial-grid-card .woolentor-product-image {
padding-top: 100%; }
.woolentor-product-grid-editorial.grid-aspect-3-4 .woolentor-editorial-grid-card .woolentor-product-image {
padding-top: 133.33%; }
.woolentor-product-grid-editorial.grid-aspect-4-5 .woolentor-editorial-grid-card .woolentor-product-image {
padding-top: 125%; }
.woolentor-product-grid-editorial.grid-aspect-9-16 .woolentor-editorial-grid-card .woolentor-product-image {
padding-top: 177.78%; } .woolentor-editorial-grid-card .woolentor-product-image > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
overflow: hidden;
} .woolentor-editorial-grid-card .woolentor-product-image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.woolentor-editorial-grid-card .woolentor-product-image .woolentor-product-badge img{
position: static;
} .woolentor-image-hover-zoom .woolentor-editorial-grid-card:hover .woolentor-product-image img {
transform: scale(1.08);
} .woolentor-editorial-grid-card .woolentor-product-image .woolentor-secondary-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 0.4s ease;
z-index: 1;
}
.woolentor-editorial-grid-card:hover .woolentor-secondary-image {
opacity: 1;
} .woolentor-editorial-grid-card .woolentor-product-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 16px;
opacity: 0;
transition: all 0.4s ease;
z-index: 2;
}
.woolentor-editorial-grid-card:hover .woolentor-product-overlay {
background: rgba(0, 0, 0, 0.3);
opacity: 1;
} .woolentor-editorial-grid-card .woolentor-view-detail {
background: transparent;
border: 1px solid white;
color: white;
padding: 12px 32px;
font-size: 14px;
font-weight: 500;
letter-spacing: 0.05em;
text-transform: uppercase;
cursor: pointer;
transform: translateY(10px);
transition: all 0.4s ease;
opacity: 0;
line-height: 1;
}
.woolentor-editorial-grid-card:hover .woolentor-view-detail {
transform: translateY(0);
opacity: 1;
}
.woolentor-editorial-grid-card .woolentor-view-detail:hover {
background: white;
color: var(--woolentor-editorial-text-primary);
} .woolentor-editorial-grid-card .woolentor-quick-actions {
display: flex;
position: static;
flex-direction: row;
gap: 12px;
opacity: 0;
transform: translateY(10px);
transition: all 0.4s ease 0.1s;
}
.woolentor-editorial-grid-card:hover .woolentor-quick-actions {
opacity: 1;
transform: translateY(0);
visibility: visible;
}
.woolentor-product-grid-editorial .woolentor-quick-action,.woolentor-product-grid-editorial a.woolentor-quick-action  {
width: 44px;
height: 44px;
background: rgba(255, 255, 255, 0.95) !important;
border: none !important;
border-radius: 50% !important;
display: flex !important;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
color: var(--woolentor-editorial-text-primary) !important;
padding: 0 !important;
}
.woolentor-product-grid-editorial .woolentor-quick-action a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
color: inherit;
transition: none;
}
.woolentor-product-grid-editorial .woolentor-quick-action svg {
width: 18px;
height: 18px;
color: inherit;
transition: none;
margin-right: 0;
}
.woolentor-product-grid-editorial .woolentor-quick-action:hover {
background: var(--woolentor-editorial-accent);
color: white;
transform: scale(1.1) translateY(-2px);
}
.woolentor-product-grid-editorial a.woolentor-cart-action:hover{
color: white;
background: var(--woolentor-editorial-accent);
}
.woolentor-product-grid-editorial .htcompare-btn svg {
fill: transparent;
stroke: currentColor;
}
.woolentor-product-grid-editorial .woolentor-quickview-btn svg{
fill: none;
}
.woolentor-quick-actions .added_to_cart{
display: none;
}
.woolentor-product-grid-editorial .woolentor-quick-action.added svg,.woolentor-product-grid-editorial .woolentor-quick-action.loading svg{
display: none;
}
.woolentor-product-grid-editorial .woolentor-quick-action.loading::after {
right: 0 !important;
top: 5px !important;
}
.woolentor-product-grid-editorial .woolentor-quick-action.added::after {
transform: translateX(0) translateY(0) !important;
left: 3px;
bottom: 13px;
border: none;
opacity: 1;
top: auto;
} .woolentor-product-grid-editorial .woolentor-quick-action::before {
content: attr(data-tooltip);
position: absolute;
bottom: 120%;
left: 50%;
transform: translateX(-50%) translateY(5px);
background: rgba(0, 0, 0, 0.9);
color: white;
padding: 6px 12px;
border-radius: 4px;
font-size: 11px;
font-weight: 500;
white-space: nowrap;
opacity: 0;
pointer-events: none;
transition: all 0.3s ease;
letter-spacing: 0.02em;
line-height: 1;
}
.woolentor-product-grid-editorial .woolentor-quick-action::after {
content: '';
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%) translateY(5px);
border: 5px solid transparent;
border-top-color: rgba(0, 0, 0, 0.9);
opacity: 0;
pointer-events: none;
transition: all 0.3s ease;
display: block;
}
.woolentor-product-grid-editorial .woolentor-quick-action:hover::before,
.woolentor-product-grid-editorial .woolentor-quick-action:hover::after {
opacity: 1;
transform: translateX(-50%) translateY(0);
} .woolentor-product-grid-editorial .woolentor-product-content {
padding: 25px 25px;
display: flex;
flex-direction: column;
gap: 8px;
flex-grow: 1;
line-height: 1;
} .woolentor-product-grid-editorial .woolentor-product-categories {
margin-bottom: 4px;
}
.woolentor-product-grid-editorial .woolentor-product-category {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--woolentor-editorial-accent);
font-weight: 500;
} .woolentor-product-grid-editorial .woolentor-product-title {
margin: 0 0 8px 0;
font-size: 22px;
font-weight: 600;
line-height: 1.3;
font-family: 'Playfair Display', Georgia, serif;
}
.woolentor-product-grid-editorial .woolentor-product-title a {
color: var(--woolentor-editorial-text-primary);
transition: color 0.3s ease;
}
.woolentor-product-grid-editorial .woolentor-product-title a:hover {
color: var(--woolentor-editorial-accent);
} .woolentor-product-grid-editorial .woolentor-product-description {
margin-bottom: 8px;
}
.woolentor-product-grid-editorial .woolentor-product-description p {
margin: 0;
font-size: 14px;
line-height: 1.6;
color: var(--woolentor-editorial-text-secondary);
} .woolentor-product-grid-editorial .woolentor-product-rating {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 8px;
}
.woolentor-product-grid-editorial .woolentor-product-stars {
display: flex;
gap: 2px;
}
.woolentor-product-grid-editorial .woolentor-product-stars .star {
width: 14px;
height: 14px;
color: var(--woolentor-editorial-accent);
}
.woolentor-product-grid-editorial .woolentor-product-stars .star.empty {
color: var(--woolentor-editorial-border);
}
.woolentor-product-grid-editorial .woolentor-review-count {
font-size: 12px;
color: var(--woolentor-editorial-text-muted);
} .woolentor-product-grid-editorial .woolentor-product-price {
font-size: 16px;
font-weight: 400;
color: var(--woolentor-editorial-text-secondary);
margin-bottom: 8px;
}
.woolentor-product-grid-editorial .woolentor-product-price del {
color: var(--woolentor-editorial-text-muted);
margin-right: 8px;
}
.woolentor-product-grid-editorial .woolentor-product-price ins {
text-decoration: none;
color: var(--woolentor-editorial-text-primary);
} .woolentor-product-grid-editorial .woolentor-stock-status {
display: flex;
align-items: center;
gap: 6px;
font-size: 12px;
color: var(--woolentor-editorial-text-muted);
margin-top: auto;
}
.woolentor-product-grid-editorial .woolentor-stock-status .stock-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: #4CAF50;
}
.woolentor-product-grid-editorial .woolentor-stock-status.out-of-stock .stock-dot {
background: #ef4444;
} .woolentor-card-hover-lift .woolentor-editorial-card {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.woolentor-card-hover-lift .woolentor-editorial-card:hover {
transform: translateY(-8px);
box-shadow: var(--woolentor-editorial-shadow-hover);
} @media (max-width: 1024px) {
.woolentor-product-grid-editorial {
gap: 32px;
}
.woolentor-product-grid-editorial .woolentor-product-title {
font-size: 20px;
}
}
@media (max-width: 768px) {
.woolentor-product-grid-editorial {
gap: 24px;
}
.woolentor-product-grid-editorial .woolentor-product-content {
padding: 24px 15px;
}
.woolentor-product-grid-editorial .woolentor-product-title {
font-size: 18px;
}
.woolentor-product-grid-editorial .woolentor-quick-actions {
flex-wrap: wrap;
}
} .woolentor-no-products {
text-align: center;
padding: 40px 20px;
color: var(--woolentor-editorial-text-secondary);
font-size: 16px;
} .woolentor-product-grid-editorial + .woolentor-pagination {
margin-top: 64px;
} @keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.woolentor-card-intro-animation-yes .woolentor-product-grid-editorial .woolentor-product-item {
animation: fadeInUp 0.6s ease both;
}
.woolentor-card-intro-animation-yes .woolentor-product-grid-editorial .woolentor-product-item:nth-child(1) {
animation-delay: 0.1s;
}
.woolentor-card-intro-animation-yes .woolentor-product-grid-editorial .woolentor-product-item:nth-child(2) {
animation-delay: 0.2s;
}
.woolentor-card-intro-animation-yes .woolentor-product-grid-editorial .woolentor-product-item:nth-child(3) {
animation-delay: 0.3s;
}
.woolentor-card-intro-animation-yes .woolentor-product-grid-editorial .woolentor-product-item:nth-child(4) {
animation-delay: 0.4s;
}
.woolentor-card-intro-animation-yes .woolentor-product-grid-editorial .woolentor-product-item:nth-child(5) {
animation-delay: 0.5s;
}
.woolentor-card-intro-animation-yes .woolentor-product-grid-editorial .woolentor-product-item:nth-child(6) {
animation-delay: 0.6s;
}  .woolentor-product-grid-editorial.woolentor-layout-grid {
display: grid;
grid-auto-rows: 1fr;
}
.woolentor-product-grid-editorial.woolentor-layout-list {
display: flex;
flex-direction: column;
gap: 24px;
} .woolentor-editorial-grid-card .woolentor-list-view-content {
display: none !important;
}
.woolentor-editorial-list-card .woolentor-grid-view-content {
display: none !important;
}
.woolentor-editorial-grid-card .woolentor-grid-view-content {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
}
.woolentor-editorial-list-card .woolentor-list-view-content {
display: flex;
flex-direction: row;
width: 100%;
align-items: stretch;
} .woolentor-product-grid-editorial .woolentor-editorial-list-card {
display: flex;
flex-direction: row;
align-items: stretch;
background: var(--woolentor-editorial-card-bg);
box-shadow: var(--woolentor-editorial-shadow-soft);
overflow: hidden;
border: 1px solid var(--woolentor-editorial-border);
transition: var(--woolentor-editorial-transition);
}
.woolentor-product-grid-editorial .woolentor-editorial-list-card:hover {
box-shadow: var(--woolentor-editorial-shadow-hover);
border-color: transparent;
} .woolentor-editorial-list-card .woolentor-product-image {
position: relative;
flex-shrink: 0;
width: 320px;
background: var(--woolentor-editorial-bg);
overflow: hidden;
} .woolentor-product-grid-editorial.list-aspect-1-1 .woolentor-editorial-list-card .woolentor-product-image {
padding-top: 0;
height: 320px;
}
.woolentor-product-grid-editorial.list-aspect-4-3 .woolentor-editorial-list-card .woolentor-product-image {
padding-top: 0;
height: 240px;
}
.woolentor-product-grid-editorial.list-aspect-16-9 .woolentor-editorial-list-card .woolentor-product-image {
padding-top: 0;
height: 180px;
}
.woolentor-product-grid-editorial.list-aspect-3-4 .woolentor-editorial-list-card .woolentor-product-image {
padding-top: 0;
height: 426px;
}
.woolentor-editorial-list-card .woolentor-product-image > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.woolentor-editorial-list-card .woolentor-product-image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
} .woolentor-editorial-list-card .woolentor-product-content {
flex: 1;
padding: 48px;
display: flex;
flex-direction: column;
justify-content: center;
gap: 16px;
}
.woolentor-editorial-list-card .woolentor-content-header {
display: flex;
flex-direction: column;
gap: 12px;
margin-bottom: 8px;
}
.woolentor-editorial-list-card .woolentor-product-categories {
margin-bottom: 0;
}
.woolentor-editorial-list-card .woolentor-product-title {
font-size: 32px;
font-weight: 600;
margin: 0;
line-height: 1.2;
}
.woolentor-editorial-list-card .woolentor-product-description {
margin-bottom: 16px;
}
.woolentor-editorial-list-card .woolentor-product-description p {
font-size: 16px;
line-height: 1.7;
color: var(--woolentor-editorial-text-secondary);
}
.woolentor-editorial-list-card .woolentor-product-rating {
margin-bottom: 12px;
}
.woolentor-editorial-list-card .woolentor-product-stars .star {
width: 16px;
height: 16px;
}
.woolentor-editorial-list-card .woolentor-content-footer {
display: flex;
align-items: center;
gap: 24px;
margin-top: auto;
padding-top: 24px;
border-top: 1px solid var(--woolentor-editorial-border);
}
.woolentor-editorial-list-card .woolentor-product-price {
font-size: 24px;
font-weight: 600;
margin-bottom: 0;
margin-top: 0;
}
.woolentor-editorial-list-card .woolentor-discount-percentage {
display: inline-block;
margin-left: 12px;
padding: 4px 12px;
background: rgba(239, 68, 68, 0.1);
color: #ef4444;
font-size: 14px;
font-weight: 600;
border-radius: 4px;
}
.woolentor-editorial-list-card .woolentor-stock-status {
font-size: 13px;
margin-top: 0;
}
.woolentor-editorial-list-card .woolentor-stock-status .stock-dot {
width: 8px;
height: 8px;
animation: pulse 2s infinite;
}
.woolentor-editorial-list-card .woolentor-stock-status.out-of-stock .stock-dot {
animation: none;
opacity: 0.6;
}
@keyframes pulse {
0%, 100% {
opacity: 1;
transform: scale(1);
}
50% {
opacity: 0.7;
transform: scale(1.1);
}
} .woolentor-editorial-list-card .woolentor-product-actions {
margin-top: 0;
}
.woolentor-editorial-list-card a.woolentor-cart-btn {
background-color: transparent;
color: var(--woolentor-editorial-text-primary);
padding: 14px 32px;
font-size: 14px;
font-weight: 500;
letter-spacing: 0.05em;
text-transform: uppercase;
border: 1px solid var(--woolentor-editorial-text-primary);
cursor: pointer;
transition: all 0.3s ease;
display: inline-block;
text-decoration: none;
border-radius: 0;
}
.woolentor-editorial-list-card a.woolentor-cart-btn:hover {
background-color: var(--woolentor-editorial-accent);
background: var(--woolentor-editorial-accent) !important;
border-color: var(--woolentor-editorial-accent);
color: #FFFFFF;
} .woolentor-editorial-list-card .woolentor-badges {
position: absolute;
top: 24px;
left: 24px;
z-index: 3;
display: flex;
flex-direction: column;
gap: 8px;
} .woolentor-editorial-list-card .woolentor-product-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: all 0.4s ease;
z-index: 4;
} .woolentor-product-item:hover .woolentor-editorial-list-card .woolentor-product-overlay,
.woolentor-editorial-list-card:hover .woolentor-product-overlay {
opacity: 1;
} .woolentor-editorial-list-card .woolentor-quick-actions {
display: flex;
gap: 12px;
transform: translateY(10px);
transition: all 0.4s ease;
} .woolentor-product-item:hover .woolentor-editorial-list-card .woolentor-quick-actions,
.woolentor-editorial-list-card:hover .woolentor-quick-actions {
transform: translateY(0);
opacity: 1;
visibility: visible;
} .woolentor-editorial-list-card .woolentor-quick-action {
width: 44px;
height: 44px;
background: rgba(255, 255, 255, 0.95);
border: none;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
color: var(--woolentor-editorial-text-primary);
}
.woolentor-editorial-list-card .woolentor-quick-action a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
color: inherit;
}
.woolentor-editorial-list-card .woolentor-quick-action svg {
width: 18px;
height: 18px;
}
.woolentor-editorial-list-card .woolentor-quick-action:hover {
background: var(--woolentor-editorial-accent);
color: white;
transform: scale(1.1) translateY(-2px);
}
.woolentor-editorial-list-card .woolentor-quick-action.active {
background: var(--woolentor-editorial-accent);
color: white;
} .woolentor-editorial-list-card .woolentor-quick-action::before {
content: attr(data-tooltip);
position: absolute;
left: auto;
right: calc(100% + 7px);
top: 50%;
bottom: auto;
transform: translateY(-50%) translateX(-5px);
background: rgba(0, 0, 0, 0.9);
color: white;
padding: 6px 12px;
border-radius: 4px;
font-size: 11px;
font-weight: 500;
white-space: nowrap;
opacity: 0;
pointer-events: none;
transition: all 0.3s ease;
letter-spacing: 0.02em;
line-height: 1;
}
.woolentor-editorial-list-card .woolentor-quick-action::after {
content: '';
position: absolute;
left: auto;
right: calc(100% + -3px);
top: 50%;
bottom: auto;
transform: translateY(-50%) translateX(-5px);
border: 5px solid transparent;
border-left-color: rgba(0, 0, 0, 0.9);
border-top-color: transparent;
opacity: 0;
pointer-events: none;
transition: all 0.3s ease;
display: block;
}
.woolentor-editorial-list-card .woolentor-quick-action:hover::before,
.woolentor-editorial-list-card .woolentor-quick-action:hover::after {
opacity: 1;
transform: translateY(-50%) translateX(0);
} @media (max-width: 1024px) {
.woolentor-editorial-list-card .woolentor-product-image {
width: 280px;
}
.woolentor-product-grid-editorial.list-aspect-1-1 .woolentor-editorial-list-card .woolentor-product-image {
height: 280px;
}
.woolentor-product-grid-editorial.list-aspect-4-3 .woolentor-editorial-list-card .woolentor-product-image {
height: 210px;
}
.woolentor-product-grid-editorial.list-aspect-16-9 .woolentor-editorial-list-card .woolentor-product-image {
height: 157px;
}
.woolentor-product-grid-editorial.list-aspect-3-4 .woolentor-editorial-list-card .woolentor-product-image {
height: 373px;
}
.woolentor-editorial-list-card .woolentor-product-content {
padding: 32px;
}
.woolentor-editorial-list-card .woolentor-product-title {
font-size: 28px;
}
}
@media (max-width: 768px) {
.woolentor-editorial-list-card .woolentor-list-view-content {
flex-direction: column;
}
.woolentor-editorial-list-card .woolentor-product-image {
width: 100%;
height: auto;
padding-top: 125%; }
.woolentor-product-grid-editorial.list-aspect-1-1 .woolentor-editorial-list-card .woolentor-product-image {
padding-top: 100%;
height: auto;
}
.woolentor-product-grid-editorial.list-aspect-4-3 .woolentor-editorial-list-card .woolentor-product-image {
padding-top: 75%;
height: auto;
}
.woolentor-product-grid-editorial.list-aspect-16-9 .woolentor-editorial-list-card .woolentor-product-image {
padding-top: 56.25%;
height: auto;
}
.woolentor-product-grid-editorial.list-aspect-3-4 .woolentor-editorial-list-card .woolentor-product-image {
padding-top: 133.33%;
height: auto;
}
.woolentor-editorial-list-card .woolentor-product-content {
padding: 24px;
}
.woolentor-editorial-list-card .woolentor-product-title {
font-size: 22px;
}
.woolentor-editorial-list-card .woolentor-product-description p {
font-size: 14px;
}
.woolentor-editorial-list-card .woolentor-product-price {
font-size: 20px;
}
.woolentor-editorial-list-card .woolentor-content-footer {
flex-direction: column;
align-items: flex-start;
gap: 16px;
}
}.woolentor-product-grid-magazine {
--magazine-bg-primary: #faf9f7;
--magazine-bg-secondary: #f5f4f2;
--magazine-text-primary: #1a1a1a;
--magazine-text-secondary: #6a6a6a;
--magazine-accent: #1a1a1a;
--magazine-border: #d4d4d4;
--magazine-hover: #2a2a2a;
--magazine-white: #ffffff;
} .woolentor-product-grid-magazine {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 40px;
position: relative;
} .woolentor-product-grid-magazine.woolentor-layout-grid {
display: grid;
grid-template-columns:repeat(12, 1fr) !important;
}
.woolentor-product-grid-magazine.woolentor-layout-list {
display: flex;
flex-direction: column;
}   .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8n+1) { grid-column: span 5; } .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8n+2) { grid-column: span 7; } .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8n+3) { grid-column: span 6; } .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8n+4) { grid-column: span 6; } .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8n+5) { grid-column: span 7; } .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8n+6) { grid-column: span 5; } .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8n+7) { grid-column: span 4; } .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8n) { grid-column: span 8; } .woolentor-product-grid-magazine .woolentor-product-card {
position: relative;
background: transparent;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 0px solid transparent;
overflow: hidden;
height: 100%;
display: inherit;
border-radius: 0;
}
.woolentor-product-grid-magazine .woolentor-product-card:hover {
box-shadow: none;
transform: translateY(0);
}
.woolentor-product-grid-magazine .woolentor-quickview-btn svg{
fill: none !important;
color: currentColor;
margin-right: 0;
} .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-list-view-content {
display: none;
} .woolentor-product-grid-magazine .woolentor-grid-view-content .woolentor-product-image {
position: relative;
overflow: hidden;
background: var(--magazine-bg-secondary);
} .woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(odd) .woolentor-product-image {
aspect-ratio: 3/4;
}
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(even) .woolentor-product-image {
aspect-ratio: 4/3;
}
.woolentor-product-grid-magazine .woolentor-product-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.woolentor-product-grid-magazine .woolentor-product-card:hover .woolentor-product-image img {
transform: scale(1.05);
} .woolentor-product-grid-magazine .woolentor-product-number {
position: absolute;
top: 20px;
left: 20px;
font-size: 72px;
font-weight: 300;
color: rgba(255, 255, 255, 0.6);
line-height: 1;
z-index: 2;
font-style: italic;
font-family: 'Playfair Display', Georgia, serif;
} [class*="woolentor-badge-pos-wlpro_"] .woolentor-badges {
right: 12px;
left: auto;
} .woolentor-product-grid-magazine .woolentor-quick-actions {
position: absolute;
bottom: 20px;
right: 20px;
display: flex;
gap: 10px;
z-index: 3;
top: auto;
transform: translateY(0) translateX(0);
opacity: 1;
visibility: visible;
}
.woolentor-product-grid-magazine .woolentor-quick-action {
width: 44px;
height: 44px;
background: var(--magazine-white);
border: 1px solid var(--magazine-border);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
opacity: 0;
transform: translateY(10px);
}
.woolentor-product-grid-magazine .woolentor-product-card:hover .woolentor-quick-action {
opacity: 1;
transform: translateY(0);
}
.woolentor-product-grid-magazine .woolentor-quick-action:hover {
background: var(--magazine-accent);
border-color: var(--magazine-accent);
color: var(--magazine-white);
}
.woolentor-product-grid-magazine .woolentor-quick-action:hover a{
color: var(--magazine-white);
}
.woolentor-product-grid-magazine .woolentor-quick-action:hover svg {
stroke: currentColor;
color: currentColor;
} .woolentor-product-grid-magazine .woolentor-grid-view-content .woolentor-product-content {
padding: 30px 25px;
}
.woolentor-product-grid-magazine .woolentor-product-categories {
margin-bottom: 12px;
}
.woolentor-product-grid-magazine .woolentor-product-category {
font-size: 12px;
letter-spacing: 3px;
text-transform: uppercase;
color: var(--magazine-text-secondary);
font-weight: 400;
text-decoration: none;
transition: color 0.3s ease;
}
.woolentor-product-grid-magazine .woolentor-product-category:hover {
color: var(--magazine-accent);
}
.woolentor-product-grid-magazine .woolentor-product-title {
font-size: clamp(20px, 2vw, 28px);
font-weight: 500;
margin-bottom: 15px;
line-height: 1.3;
color: var(--magazine-text-primary);
font-family: 'Playfair Display', Georgia, serif;
}
.woolentor-product-grid-magazine .woolentor-product-title a {
color: inherit;
text-decoration: none;
transition: color 0.3s ease;
}
.woolentor-product-grid-magazine .woolentor-product-title a:hover {
color: var(--magazine-text-secondary);
}
.woolentor-product-grid-magazine .woolentor-product-description {
font-size: 16px;
color: var(--magazine-text-secondary);
line-height: 1.7;
margin-bottom: 20px;
font-weight: 300;
}
.woolentor-product-grid-magazine .woolentor-product-price {
font-size: 24px;
font-weight: 500;
color: var(--magazine-text-primary);
margin-bottom: 20px;
font-family: 'Playfair Display', Georgia, serif;
margin-top: 0;
}
.woolentor-product-grid-magazine .woolentor-product-actions .woolentor-discover-btn {
display: inline-flex;
align-items: center;
gap: 10px;
font-size: 14px;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--magazine-text-primary);
text-decoration: none;
border-bottom: 1px solid var(--magazine-accent);
transition: all 0.3s ease;
background: none;
border-top: none;
border-left: none;
border-right: none;
padding: 0 0 5px 0;
border-radius: 0;
min-height: auto;
font-weight: normal;
outline: none;
}
.woolentor-product-grid-magazine .woolentor-product-actions .woolentor-discover-btn:hover {
border-bottom-width: 2px;
letter-spacing: 3px;
background: none !important;
box-shadow: none !important;
color: var(--magazine-text-primary);
} .woolentor-product-grid-magazine.woolentor-layout-list .woolentor-grid-view-content {
display: none;
}
.woolentor-product-grid-magazine.woolentor-layout-list .woolentor-product-item {
margin-bottom: 80px;
padding-bottom: 60px;
border-bottom: 1px solid var(--magazine-border);
}
.woolentor-product-grid-magazine.woolentor-layout-list .woolentor-product-item:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.woolentor-product-grid-magazine .woolentor-list-view-content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
position: relative;
} .woolentor-product-grid-magazine.woolentor-layout-list .woolentor-product-item:nth-child(even) .woolentor-list-view-content {
direction: rtl;
}
.woolentor-product-grid-magazine.woolentor-layout-list .woolentor-product-item:nth-child(even) .woolentor-list-view-content > * {
direction: ltr;
} .woolentor-product-grid-magazine .woolentor-list-view-content .woolentor-product-image {
position: relative;
overflow: hidden;
background: var(--magazine-bg-secondary);
aspect-ratio: 4/5;
}
.woolentor-product-grid-magazine .woolentor-list-product-number {
position: absolute;
top: -40px;
left: -20px;
font-size: 180px;
font-weight: 300;
color: rgba(0, 0, 0, 0.03);
line-height: 1;
z-index: 1;
font-style: italic;
font-family: 'Playfair Display', Georgia, serif;
} .woolentor-product-grid-magazine .woolentor-list-view-content .woolentor-product-content {
position: relative;
z-index: 2;
}
.woolentor-product-grid-magazine .woolentor-content-header {
margin-bottom: 30px;
}
.woolentor-product-grid-magazine .woolentor-list-view-content .woolentor-product-categories {
font-size: 13px;
letter-spacing: 4px;
text-transform: uppercase;
color: var(--magazine-text-secondary);
margin-bottom: 15px;
font-weight: 400;
}
.woolentor-product-grid-magazine .woolentor-separator {
margin: 0 10px;
}
.woolentor-product-grid-magazine .woolentor-editorial-label {
color: var(--magazine-text-secondary);
}
.woolentor-product-grid-magazine .woolentor-editorial-badge {
display: inline-block;
background: var(--magazine-accent);
color: var(--magazine-white);
padding: 6px 18px;
font-size: 11px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 400;
margin-bottom: 20px;
}
.woolentor-product-grid-magazine .woolentor-list-view-content .woolentor-product-title {
font-size: clamp(32px, 4vw, 48px);
font-weight: 500;
margin-bottom: 20px;
line-height: 1.2;
}
.woolentor-product-grid-magazine .woolentor-list-view-content .woolentor-product-description {
font-size: 18px;
color: var(--magazine-text-secondary);
line-height: 1.8;
margin-bottom: 30px;
font-weight: 300;
} .woolentor-product-grid-magazine .woolentor-product-details {
display: flex;
gap: 30px;
margin-bottom: 30px;
padding-top: 20px;
border-top: 1px solid var(--magazine-border);
}
.woolentor-product-grid-magazine .woolentor-detail-item {
flex: 1;
}
.woolentor-product-grid-magazine .woolentor-detail-label {
font-size: 12px;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--magazine-text-secondary);
margin-bottom: 8px;
font-weight: 400;
}
.woolentor-product-grid-magazine .woolentor-detail-value {
font-size: 18px;
color: var(--magazine-text-primary);
font-weight: 500;
font-family: 'Playfair Display', Georgia, serif;
} .woolentor-product-grid-magazine .woolentor-product-price-standalone {
font-size: 28px;
font-weight: 500;
color: var(--magazine-text-primary);
margin-bottom: 30px;
font-family: 'Playfair Display', Georgia, serif;
} .woolentor-product-grid-magazine .woolentor-content-footer {
margin-top: 30px;
}
.woolentor-product-grid-magazine .woolentor-list-view-content .woolentor-product-actions {
display: flex;
gap: 20px;
align-items: center;
}
.woolentor-product-grid-magazine a.woolentor-primary-btn {
font-size: 14px;
letter-spacing: 2px;
text-transform: uppercase;
background: var(--magazine-accent);
color: var(--magazine-white);
border: none;
padding: 16px 30px;
cursor: pointer;
transition: all 0.3s ease;
text-decoration: none;
display: inline-block;
min-height: auto;
font-weight: normal;
border-radius: 0;
}
.woolentor-product-grid-magazine a.woolentor-primary-btn:hover {
background: var(--magazine-hover) !important;
letter-spacing: 2px;
}
.woolentor-product-grid-magazine .woolentor-secondary-btn {
font-size: 14px;
letter-spacing: 2px;
text-transform: uppercase;
background: none;
color: var(--magazine-text-primary);
border: 1px solid var(--magazine-accent);
padding: 15px 40px;
cursor: pointer;
transition: all 0.3s ease;
text-decoration: none;
display: inline-block;
line-height: 1;
}
.woolentor-product-grid-magazine .woolentor-secondary-btn:hover {
background: var(--magazine-accent);
color: var(--magazine-white);
}
.woolentor-product-grid-magazine .woolentor-list-wishlist-btn {
width: 48px;
height: 48px;
background: var(--magazine-white);
border: 1px solid var(--magazine-border);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
}
.woolentor-product-grid-magazine .woolentor-list-wishlist-btn a{
color: var(--magazine-accent);
}
.woolentor-product-grid-magazine .woolentor-list-wishlist-btn:hover a{
color: var(--magazine-white);
}
.woolentor-product-grid-magazine .woolentor-list-wishlist-btn:hover {
background: var(--magazine-accent);
border-color: var(--magazine-accent);
color: var(--magazine-white);
}
.woolentor-product-grid-magazine .woolentor-list-wishlist-btn:hover svg {
stroke: currentColor;
fill: currentColor;
} .woolentor-product-grid-magazine.woolentor-layout-grid-list-tab .woolentor-list-view-content {
display: none;
}
.woolentor-product-grid-magazine.woolentor-layout-grid-list-tab.woolentor-list-active .woolentor-grid-view-content {
display: none;
}
.woolentor-product-grid-magazine.woolentor-layout-grid-list-tab.woolentor-list-active .woolentor-list-view-content {
display: grid;
}
.woolentor-product-grid-magazine.woolentor-layout-grid-list-tab.woolentor-list-active {
display: flex;
flex-direction: column;
}
.woolentor-product-grid-magazine.woolentor-layout-grid-list-tab.woolentor-list-active .woolentor-product-item {
margin-bottom: 80px;
padding-bottom: 60px;
border-bottom: 1px solid var(--magazine-border);
} @keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.woolentor-product-grid-magazine .woolentor-product-card {
animation: fadeInUp 0.6s ease forwards;
opacity: 0;
} .woolentor-product-grid-magazine .woolentor-product-item:nth-child(8n+1) .woolentor-product-card { animation-delay: 0.1s; }
.woolentor-product-grid-magazine .woolentor-product-item:nth-child(8n+2) .woolentor-product-card { animation-delay: 0.2s; }
.woolentor-product-grid-magazine .woolentor-product-item:nth-child(8n+3) .woolentor-product-card { animation-delay: 0.3s; }
.woolentor-product-grid-magazine .woolentor-product-item:nth-child(8n+4) .woolentor-product-card { animation-delay: 0.4s; }
.woolentor-product-grid-magazine .woolentor-product-item:nth-child(8n+5) .woolentor-product-card { animation-delay: 0.5s; }
.woolentor-product-grid-magazine .woolentor-product-item:nth-child(8n+6) .woolentor-product-card { animation-delay: 0.6s; }
.woolentor-product-grid-magazine .woolentor-product-item:nth-child(8n+7) .woolentor-product-card { animation-delay: 0.7s; }
.woolentor-product-grid-magazine .woolentor-product-item:nth-child(8n) .woolentor-product-card { animation-delay: 0.8s; } @media (max-width: 1200px) {
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(1),
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(2),
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(3),
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(4),
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(5),
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(6),
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(7),
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item:nth-child(8) {
grid-column: span 6;
}
.woolentor-product-grid-magazine .woolentor-list-view-content {
gap: 40px;
}
.woolentor-product-grid-magazine .woolentor-list-product-number {
font-size: 140px;
}
}
@media (max-width: 768px) {
.woolentor-product-grid-magazine {
gap: 30px;
}
.woolentor-product-grid-magazine.woolentor-layout-grid {
grid-template-columns: 1fr !important;
gap: 40px;
}
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-item{
grid-column: span 12 !important;
}
.woolentor-product-grid-magazine.woolentor-layout-grid .woolentor-product-image {
aspect-ratio: 3/4 !important;
}
.woolentor-product-grid-magazine .woolentor-product-number {
font-size: 48px;
top: 15px;
left: 15px;
}
.woolentor-product-grid-magazine .woolentor-quick-action {
opacity: 1;
transform: translateY(0);
}
.woolentor-product-grid-magazine .woolentor-list-view-content {
grid-template-columns: 1fr;
gap: 30px;
}
.woolentor-product-grid-magazine.woolentor-layout-list .woolentor-product-item:nth-child(even) .woolentor-list-view-content {
direction: ltr;
}
.woolentor-product-grid-magazine .woolentor-list-product-number {
font-size: 100px;
top: -20px;
left: -10px;
}
.woolentor-product-grid-magazine .woolentor-product-details {
flex-direction: column;
gap: 15px;
}
.woolentor-product-grid-magazine .woolentor-list-view-content .woolentor-product-actions {
flex-direction: column;
width: 100%;
}
.woolentor-product-grid-magazine .woolentor-primary-btn,
.woolentor-product-grid-magazine .woolentor-secondary-btn {
width: 100%;
text-align: center;
}
}.hfe-counter-wrapper {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 10px;
} .hfe-counter-wrapper[style*="flex-direction: column"] {
align-items: center; justify-content: center; }
.hfe-counter-wrapper[style*="flex-direction: row"] {
justify-content: center; align-items: center; }
.hfe-counter-content {
display: flex;
align-items: center;
justify-content: center;
}
.hfe-counter-number {
font-weight: bold;
font-size: 48px;
line-height: 1;
}
.hfe-counter-title {
font-size: 18px;
line-height: 1.2;
margin: 0;
}
.hfe-counter-prefix,
.hfe-counter-suffix {
font-size: inherit;
line-height: inherit;
} .hfe-counter-title {
margin: 0;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
} .hfe-counter-content {
flex-shrink: 0;
} .hfe-counter-wrapper[style*="flex-direction: row"] .hfe-counter-title,
.hfe-counter-wrapper[style*="flex-direction: row"] .hfe-counter-content {
flex: 1;
min-width: 0;
}
.hfe-counter-wrapper[style*="flex-direction: row-reverse"] .hfe-counter-title,
.hfe-counter-wrapper[style*="flex-direction: row-reverse"] .hfe-counter-content {
flex: 1;
min-width: 0;
} .hfe-counter-wrapper:not([style*="column"]) .hfe-counter-title,
.hfe-counter-wrapper:not([style*="column"]) .hfe-counter-content {
flex: 1;
min-width: 0;
} .hfe-counter-content {
display: flex !important;
align-items: center;
justify-content: center;
} @media (max-width: 1024px) {
.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-title,
.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-content {
flex: 1;
min-width: 0;
}
}
@media (max-width: 767px) {
.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-title,
.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-content {
flex: 1;
min-width: 0;
}
} @media (max-width: 767px) {
.hfe-counter-number {
font-size: 36px;
}
.hfe-counter-title {
font-size: 16px;
}
} ul.hfe-nav-menu,
.hfe-nav-menu li,
.hfe-nav-menu ul {
list-style: none !important;
margin: 0;
padding: 0;
}
.hfe-nav-menu li.menu-item {
position: relative;
}
.hfe-flyout-container .hfe-nav-menu li.menu-item {
position: relative;
background: unset;
}
.hfe-nav-menu .sub-menu li.menu-item {
position: relative;
background: inherit;
}
.hfe-nav-menu__theme-icon-yes button.sub-menu-toggle {
display: none;
}
div.hfe-nav-menu,
.elementor-widget-hfe-nav-menu .elementor-widget-container{
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.hfe-nav-menu .parent-has-no-child .hfe-menu-toggle {
display: none;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu,
.hfe-submenu-action-hover .hfe-layout-vertical .hfe-nav-menu .sub-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 16;
visibility: hidden;
opacity: 0;
text-align: left;
-webkit-transition: all 300ms ease-in;
transition: all 300ms ease-in;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
visibility: visible;
opacity: 1;
}
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu .menu-item-has-children .sub-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 9999;
visibility: hidden;
opacity: 0;
}
.hfe-flyout-container .hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 100%;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children.focus > .sub-menu {
visibility: visible;
opacity: 1;
-webkit-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.hfe-nav-menu:before,
.hfe-nav-menu:after {
content: '';
display: table;
clear: both;
} .hfe-nav-menu__align-right .hfe-nav-menu {
margin-left: auto;
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
justify-content: flex-end; }
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
justify-content: flex-end; }
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
text-align: right;
}
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
text-align: left;
}
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
text-align: center;
}
.hfe-nav-menu__align-left .hfe-nav-menu {
margin-right: auto;
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
justify-content: flex-start; }
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
justify-content: flex-start; }
.hfe-nav-menu__align-center .hfe-nav-menu {
margin-left: auto;
margin-right: auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; }
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; }
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
width: 100%; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.menu-item {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
flex-grow: 1; }
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; } .hfe-active-menu + nav li:not(:last-child) a.hfe-menu-item,
.hfe-active-menu + nav li:not(:last-child) a.hfe-sub-menu-item {
border-bottom-width: 0;
} .hfe-nav-menu a.hfe-menu-item,
.hfe-nav-menu a.hfe-sub-menu-item {
line-height: 1;
text-decoration: none;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.hfe-nav-menu a.hfe-menu-item:hover,
.hfe-nav-menu a.hfe-sub-menu-item:hover {
text-decoration: none;
}
.hfe-nav-menu .sub-menu {
min-width: 220px;
margin: 0;
z-index: 9999;
}
.hfe-nav-menu__layout-horizontal {
font-size: 0;
}
.hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__layout-horizontal > li.menu-item {
font-size: medium;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu{
-webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
} .hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: '+'; 
}
.hfe-submenu-icon-none .hfe-nav-menu .parent-has-child .sub-arrow {
display: none; 
}
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,.hfe-link-redirect-self_link.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: '-'; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: ''; 
}
.rtl .hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.rtl .hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
} .hfe-nav-menu-icon {
padding: 0.35em;
border: 0 solid;
}
.hfe-nav-menu-icon svg {
width: 25px;
height: 25px;
line-height: 25px;
font-size: 25px;
}
.hfe-nav-menu-icon i:focus {
outline: 0;
}
.hfe-has-submenu-container a.hfe-menu-item:focus,
.hfe-has-submenu-container a.hfe-sub-menu-item:focus {
outline: 0;
} .hfe-nav-menu .menu-item-has-children:focus,
.hfe-nav-menu .menu-item-has-children .sub-menu:focus,
.hfe-nav-menu .menu-item-has-children-container:focus {
outline: 0;
}
.hfe-nav-menu .menu-item-has-children-container {
position: relative;
}
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-flyout-wrapper .sub-menu {
position: relative;
height: 0;
}
.hfe-nav-menu__submenu-arrow .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-plus .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-classic .hfe-menu-toggle:before {
font-family: 'Font Awesome 5 Free';
z-index: 1;
font-size: inherit;
font-weight: inherit;
line-height: 0;
}
.hfe-menu-item-center .hfe-nav-menu li a.hfe-menu-item,
.hfe-menu-item-center .hfe-nav-menu li a.hfe-sub-menu-item {
margin-right: 0px;
}
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-sub-menu-item {
margin-right: 0px;
}
.hfe-nav-menu__toggle-icon:before {
content: '\f0c9';
font-family: 'fontAwesome';
z-index: 1;
font-size: 24px;
font-weight: inherit;
font-style: normal;
line-height: 0;
}
.hfe-active-menu .hfe-nav-menu__toggle-icon:before {
content: '\f00d';
}
.hfe-nav-menu__layout-expandible {
-webkit-transition-property: display;
transition-property: display;
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
}
.hfe-nav-menu__layout-expandible {
visibility: hidden;
opacity: 0; 
}
.hfe-nav-menu__layout-expandible .sub-menu {
visibility: hidden;
opacity: 0; 
}
.hfe-active-menu + .hfe-nav-menu__layout-expandible {
visibility: visible;
opacity: 1; 
height: auto;
}
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-expandible,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
top: 100%;
}
.hfe-nav-menu__layout-expandible .menu-item-has-children .menu-item-has-children .sub-menu,
.hfe-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-layout-expandible nav {
height: 0;
}
.hfe-nav-sub-menu-icon, .hfe-nav-menu__icon {
display: inline-block;
line-height: 1;
}
.hfe-nav-menu__toggle {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
font-size: 22px;
cursor: pointer;
border: 0 solid;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #494c4f;
position: relative;
line-height: 1;
}
.hfe-nav-menu__toggle-icon {
display: inline-block;
font-size: inherit;
font-weight: normal;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.hfe-nav-menu .sub-arrow {
font-size: 14px;
line-height: 1;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
cursor: pointer;
margin-top: -10px;
margin-bottom: -10px;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
margin-left: 10px;
}
.hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-arrow,
.hfe-layout-expandible .sub-arrow,
.hfe-flyout-wrapper .sub-arrow
{
padding: 10px;
}
.hfe-nav-menu .child-item,
.hfe-nav-menu__layout-vertical .hfe-nav-menu .child-item {
font-size: 14px;
line-height: 1;
padding: 10px 0 10px 10px;
margin-top: -10px;
margin-bottom: -10px;
position: absolute;
right: 0;
margin-right: 20px;
}
.hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-layout-vertical .hfe-nav-menu__toggle {
visibility: hidden;
opacity: 0;
display: none;
}
.hfe-nav-menu-icon {
display: inline-block;
line-height: 1;
text-align: center;
}
.hfe-nav-menu__layout-expandible .saved-content,
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-expandible .child,
.hfe-nav-menu__layout-vertical .saved-content,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-nav-menu__layout-vertical .child,
.hfe-flyout-container .saved-content,
.hfe-flyout-container .sub-menu,
.hfe-flyout-container .child {
left: 0 !important;
width: 100% !important; 
}
.hfe-flyout-container .hfe-nav-menu .sub-menu {
background: unset;
}
.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover,
.hfe-flyout-wrapper .hfe-menu-toggle:hover {
border:1px dotted;
}
.hfe-nav-menu__layout-vertical .hfe-menu-toggle,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle,
.hfe-flyout-wrapper .hfe-menu-toggle {
border:1px dotted transparent;
} .hfe-nav-menu .menu-item a:before,
.hfe-nav-menu .menu-item a:after {
display: block;
position: absolute;
-webkit-transition: 0.3s;
transition: 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1); }
.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
opacity: 0; }
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:after,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:after,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:before,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:after,
.hfe-nav-menu .current-menu-item:before,
.hfe-nav-menu .current-menu-item:after {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
height: 3px;
width: 100%;
left: 0;
background-color: #55595c;
z-index: 2;
}
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
height: 0;
width: 0;
left: 50%;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 10px;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: 10px;
}
.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: -10px;
}
.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: -10px;
}
.hfe-pointer__double-line.hfe-animation__none, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__underline.hfe-animation__none, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__overline.hfe-animation__none, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__double-line.hfe-animation__none:before, .hfe-pointer__double-line.hfe-animation__none:after, .hfe-pointer__double-line.hfe-animation__none:hover, .hfe-pointer__double-line.hfe-animation__none:focus, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__underline.hfe-animation__none:before, .hfe-pointer__underline.hfe-animation__none:after, .hfe-pointer__underline.hfe-animation__none:hover, .hfe-pointer__underline.hfe-animation__none:focus, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__overline.hfe-animation__none:before, .hfe-pointer__overline.hfe-animation__none:after, .hfe-pointer__overline.hfe-animation__none:hover, .hfe-pointer__overline.hfe-animation__none:focus, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before {
content: '';
top: 0;
}
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
width: 10px;
left: -20px;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
content: '';
bottom: 0;
}
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
width: 10px;
left: -webkit-calc( 100% + 20px);
left: calc( 100% + 20px);
} .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after {
background: transparent;
left: 0;
top: 0;
bottom: 0;
right: 0;
border: 3px solid #55595c;
}
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
content: '';
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
}
.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(1.25);
-ms-transform: scale(1.25);
transform: scale(1.25);
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:before {
-webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, transform 0.4s;
transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
width: 3px;
height: 3px;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before {
border-width: 0 0 3px 3px;
-webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
content: '';
top: initial;
bottom: 0;
left: initial;
right: 0;
border-width: 3px 3px 0 0;
-webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
width: 100%;
height: 100%;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before {
-webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
-webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
width: 3px;
height: 3px;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before {
border-width: 3px 0 0 3px;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
content: '';
top: initial;
bottom: 0;
left: initial;
right: 0;
border-width: 0 3px 3px 0;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:after {
width: 100%;
height: 100%;
-webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
transition: opacity 0.002s, width 0.4s, height 0.4s;
}
.hfe-pointer__framed.hfe-animation__none, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__framed.hfe-animation__none:before, .hfe-pointer__framed.hfe-animation__none:after, .hfe-pointer__framed.hfe-animation__none:hover, .hfe-pointer__framed.hfe-animation__none:focus, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
} .hfe-pointer__background .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:after {
content: '';
-webkit-transition: 0.3s;
transition: 0.3s;
}
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
z-index: -1;
}
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__background .menu-item.parent a.hfe-menu-item.highlighted, .hfe-pointer__background .current-menu-item {
color: #fff;
}
.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
}
.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__grow .current-menu-item:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: 0.3s;
transition: 0.3s;
}
.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shrink .current-menu-item:before {
-webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
transition: opacity 0.15s, -webkit-transform 0.4s;
transition: opacity 0.15s, transform 0.4s;
transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s;
}
.hfe-pointer__background.hfe-animation__sweep-left .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
left: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-right .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
right: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-up .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-down .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
bottom: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-out-vertical .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
bottom: 50%;
top: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-out-horizontal .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
right: 50%;
left: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
z-index: -1;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:before {
top: 0;
bottom: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after {
top: 100%;
bottom: 0;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:before {
bottom: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:after {
top: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:before {
right: 0;
left: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
right: 100%;
left: 0;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:before {
left: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:after {
right: 50%;
}
.hfe-pointer__background.hfe-animation__none, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__background.hfe-animation__none:before, .hfe-pointer__background.hfe-animation__none:after, .hfe-pointer__background.hfe-animation__none:hover, .hfe-pointer__background.hfe-animation__none:focus, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
} .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: skew(-8deg);
-ms-transform: skew(-8deg);
transform: skew(-8deg);
}
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
}
.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}
.hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: rotate(6deg);
-ms-transform: rotate(6deg);
transform: rotate(6deg);
}
.hfe-pointer__text.hfe-animation__none, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__text.hfe-animation__none:before, .hfe-pointer__text.hfe-animation__none:after, .hfe-pointer__text.hfe-animation__none:hover, .hfe-pointer__text.hfe-animation__none:focus, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-flyout-overlay {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 999998;
background: rgba(0,0,0,.6);
cursor: pointer;
-webkit-backface-visibility: hidden;
} .hfe-pointer__underline .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:before {
height: 0px;
}
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:after{
border-width: 0px;
}
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:hover,
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:focus
{
-webkit-transform: none;
transform: none;
}
.hfe-flyout-close,
.hfe-flyout-close svg {
position: absolute;
top: 0;
right: 0;
margin: 5px;
width: 23px;
height: 23px;
line-height: 23px;
font-size: 23px;
display: block;
cursor: pointer;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
top: 0;
bottom: 0;
left: -100%;
right: auto;
height: 100%; width: 300px;
max-width: 100%;
max-width: 100vw;
}
.hfe-flyout-wrapper .hfe-side {
display: none;
position: fixed;
z-index: 999999;
padding: 0;
margin: 0;
-webkit-overflow-scrolling: touch;
-webkit-backface-visibility: hidden;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-show {
display: block;
}
.hfe-flyout-content.push {
color: #ffffff;
}
.hfe-flyout-content ul li {
color: #ffffff;
} .hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
top: 0;
bottom: 0;
left: auto;
right: -100%; height: 100%; width: 300px; max-width: 100%;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
top: 0;
bottom: 0;
left: -100%; right: auto;
height: 100%; width: 300px; max-width: 100%;
max-width: 100vw;
}
.hfe-flyout-wrapper .hfe-side.top {
top: -100%; bottom: auto;
left: 0;
right: 0;
width: 100%;
width: 100vw;
height: 300px; max-height: 100%;
}
.hfe-flyout-wrapper .hfe-side.bottom {
top: auto;
bottom: -100%; left: 0;
right: 0;
width: 100%;
width: 100vw;
height: 300px; max-height: 100%;
} .hfe-flyout-content {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
line-height: 1.4em;
color: #fff;
} @media (max-width:1024px) {
.hfe-flyout-content {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.hfe-flyout-content::-webkit-scrollbar {
display: none;
}
.admin-bar .hfe-side {
margin-top: 32px;
} .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.1s;
transition: all 0.1s;
}
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {  
-webkit-transform: translateY(-20%);
-ms-transform: translateY(-20%);
transform: translateY(-20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.1s;
transition: all 0.1s;
}
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:first-child,
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:last-child {
overflow: visible !important;
}
.elementor-widget-navigation-menu:not(.hfe-nav-menu__align-justify):not(.hfe-menu-item-space-between) a.hfe-menu-item.elementor-button {
display: inline-flex;
} 
.hfe-nav-menu li.hfe-button-wrapper {
align-self: center;
} @media only screen and ( max-width: 1024px ) {
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li,
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu{
width: 100%;
margin-right:0px;
}
.hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
display: block;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-vertical {
visibility: visible;
opacity: 1;
height: auto;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
position: relative;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle
{
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
visibility: hidden;
opacity: 0;
-webkit-transition: none;
transition: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
border:1px dotted;
}
.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle {
border:1px dotted transparent;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
top: 0;
}
.hfe-nav-menu__breakpoint-tablet .saved-content,
.hfe-nav-menu__breakpoint-tablet .sub-menu,
.hfe-nav-menu__breakpoint-tablet .child {
left: 0 !important;
width:auto !important;  
}
.hfe-nav-menu .sub-menu {
min-width: auto;
margin: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
padding: 10px;
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: '-'; 
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu .sub-menu{
-webkit-box-shadow: none;
box-shadow: none;
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''
} .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
-webkit-transform: none;
-ms-transform: none;
transform: none;
} .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
background-color: unset!important; 
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
border: 0px!important;
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus{
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
}
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item,
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.hfe-button-wrapper {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; 
}
} @media only screen and ( max-width: 767px ) {
.hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item 
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.hfe-button-wrapper { 
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu {
width: 100%
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle {
display: inline-block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
top: 0;
}
.hfe-nav-menu .sub-menu {
min-width: auto;
margin: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
visibility: hidden;
opacity: 0;
-webkit-transition: none;
transition: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle.hfe-active-menu {
display: block;
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;  
}
.hfe-nav-menu__breakpoint-mobile .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-mobile .hfe-layout-vertical .hfe-nav-menu__toggle
{
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-vertical {
visibility: visible;
opacity: 1;
height: auto;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
position: relative;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: '-'; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle:hover{
border:1px dotted;
}
.hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle{
border:1px dotted transparent;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu .sub-menu{
-webkit-box-shadow: none;
box-shadow: none;
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-1 .hfe-nav-menu {
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
padding: 10px;
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-1 .hfe-nav-menu {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-2 .hfe-nav-menu {
-webkit-transform: translateX(20%);
-ms-transform: translateX(20%);
transform: translateX(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-2 .hfe-nav-menu {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-3 .hfe-nav-menu {
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-3 .hfe-nav-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-nav-menu__breakpoint-mobile .saved-content,
.hfe-nav-menu__breakpoint-mobile .sub-menu,
.hfe-nav-menu__breakpoint-mobile .child,
.hfe-nav-menu__breakpoint-tablet .saved-content,
.hfe-nav-menu__breakpoint-tablet .sub-menu,
.hfe-nav-menu__breakpoint-tablet .child{
left: 0 !important;
width: auto !important; 
}
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}   
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
background-color: unset!important; 
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
border: 0px!important;
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
}
}
.hfe-toggle-no .hfe-layout-expandible .hfe-nav-menu__toggle {
display: none;
} .hfe-icon {
display: inline-block;
vertical-align: middle; } .hfe-icon svg {
width: 1em;
height: 1em;
} .hfe-cart-menu-wrap-custom {
display: inline-block;
line-height: 1;
}
.hfe-cart-menu-wrap-custom .hfe-cart-count, 
.hfe-cart-menu-wrap-custom .hfe-cart-count:after {
border-color: #75c32c;
color: #75c32c;
}
.hfe-cart-menu-wrap-custom .hfe-cart-count {
font-weight: bold;
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
min-width: 2.1em;
min-height: 2.1em;
font-size: 0.860em;
line-height: 1.8;
border-radius: 0.3em 0.3em 0.3em 0.3em;
border-width: 2px;
border-style: solid;
padding: 12px 24px;
} .hfe-cart-menu-wrap-default {
display: inline-block;
line-height: 1;
}
.hfe-cart-menu-wrap-default .hfe-cart-count, 
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
border-color: #75c32c;
color: #75c32c;
}
.hfe-cart-menu-wrap-default .hfe-cart-count {
font-weight: bold;
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
min-width: 2.1em;
min-height: 2.1em;
font-size: 0.860em;
line-height: 1.8;
border-radius: 0em 0em 0.3em 0.3em;
border-width: 2px;
border-style: solid;
padding: 0 .4em;
}
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
bottom: 100%;
margin-bottom: 0;
height: .8em;
width: .8em;
left: 50%;
transform: translateX(-50%);
top: -.6em;
content: ' ';
position: absolute;
pointer-events: none;
border-width: 2px;
border-style: solid;
border-top-left-radius: 10em;
border-top-right-radius: 10em;
border-bottom: 0;
}
.elementor-widget-hfe-cart:not(.hfe-menu-cart--show-subtotal-yes) .hfe-menu-cart__toggle .elementor-button-text {
display: none; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-light .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e3'; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-medium .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e4'; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-solid .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e5'; 
}
.hfe-menu-cart__toggle .elementor-button {
background: transparent;
border-radius: 0;
color: #818a91;
border: 1px solid;
border-color: inherit;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; 
}
.hfe-menu-cart__toggle .elementor-button-text {
margin-right: 0.3em; 
}
.hfe-menu-cart__toggle .elementor-button-icon {
position: relative;
-webkit-transition: color 0.1s;
-o-transition: color 0.1s;
transition: color 0.1s; 
}
.hfe-menu-cart--items-indicator-bubble .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
content: attr(data-counter);
display: block;
position: absolute;
min-width: 1.6em;
height: 1.6em;
line-height: 1.5em;
top: -0.7em;
right: -0.7em;
border-radius: 100%;
color: #fff;
background-color: #d9534f;
text-align: center;
font-size: 10px; 
}
.hfe-menu-cart--items-indicator-plain .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
content: attr(data-counter);
display: inline-block;
font-weight: normal; 
}
.hfe-menu-cart--empty-indicator-hide .hfe-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter="0"]:before {
content: none;
display: none; 
}
.hfe-menu-cart__toggle .elementor-button-icon {
-webkit-box-ordinal-group: 16;
-webkit-order: 15;
-ms-flex-order: 15;
order: 15;
}
.hfe-menu-cart__toggle.hfe-button-wrapper .elementor-button {
color:#4d4848;
} .hfe-search-button-wrapper {
display: block;
cursor: pointer;
vertical-align: middle;
text-align: right;
}
.hfe-search-form__container {
display: flex;
overflow: hidden;
}
.hfe-search-form__input {
flex-basis: 100%;
}
.hfe-search-icon-toggle i.fa-search {
display: inline-block;
position: absolute;
width: 20px;
box-sizing: content-box;
padding: 10px;
}
.hfe-search-icon-toggle i:before {
vertical-align: middle;
} .hfe-search-button-wrapper input[type=search] {
border: 0;
padding: 10px;
cursor: pointer;
border-radius: 0;
transition: all .5s;
box-sizing: border-box;
outline: none;
}
.hfe-search-button-wrapper button {
border: none;
border-radius: 0;
padding: 0;
}
.hfe-search-button-wrapper input[type=search]:focus {
cursor: auto;
border: none;
box-shadow: none;
}
.hfe-search-icon-toggle input:-moz-placeholder,
.hfe-search-icon-toggle input::-webkit-input-placeholder {
color: transparent;
}
.hfe-search-layout-icon .hfe-search-icon-toggle .hfe-search-form__input {
background-color: unset;
height: 100%;
}
.hfe-search-button-wrapper.hfe-input-focus {
display: flex;
}
.hfe-search-form__container .hfe-search-submit {
min-width: 3%;
position:relative;
}
.hfe-search-form__container button#clear,
.hfe-search-icon-toggle button#clear {
visibility: hidden;
position: absolute;
right:0; 
top:0;
padding: 0 8px;
font-style: normal;
user-select: none;
cursor: pointer;
bottom:0;
margin-right:10px;
background-color: transparent;
}
.hfe-search-button-wrapper input[type="search"]::-webkit-search-decoration,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-cancel-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-decoration { 
display: none; 
}
.hfe-search-form__container button#clear-with-button{
visibility: hidden;
position: absolute;
top: 0;
padding: 0 8px;
font-style: normal;
font-size: 1.2em;
user-select: none;
cursor: pointer;
bottom:0;
background-color: transparent;
}
.hfe-search-button-wrapper, 
.hfe-search-form__container,
.hfe-search-icon-toggle,
.hfe-search-button-wrapper .hfe-search-icon-toggle i,
.hfe-search-button-wrapper .hfe-search-icon-toggle i:before {
position: relative;
}
.hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
position: absolute;
width: 0;
right: 0;
background-color: transparent;
}
.hfe-search-icon-toggle {
width: 100%!important;
}
.hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input{
position: absolute;
width: 250px;
right: 0;
}
.hfe-search-layout-text .hfe-search-form__container,
.hfe-search-layout-icon_text .hfe-search-form__container,
.hfe-search-layout-text .hfe-search-form__container .hfe-search-form__input,
.hfe-search-layout-icon_text .hfe-search-form__container .hfe-search-form__input {
width: 100%;
}
.hfe-search-icon-toggle {
line-height: 1.5;
} .hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before  {
width: 100%;
left: 0;
opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: 0px;
opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 0px;
opacity: 1;
}
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
height: 3px;
width: 100%;
left: 0;
opacity: 1;
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.hfe-pointer__framed.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
opacity:1;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
border-width:3px;
width:100%;
opacity:1;
height:100%;
} .hfe-scroll-to-top-wrap.hfe-scroll-to-top-hide {
display: none;
}
.hfe-scroll-to-top-wrap.edit-mode,
.hfe-scroll-to-top-wrap.single-page-off {
display: none !important;
}
.hfe-scroll-to-top-button {
position:fixed;
right:15px;
bottom:15px;
z-index:9999;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-webkit-align-items:center;
align-items:center;
-ms-flex-align:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
justify-content:center;
width:50px;
height:50px;
border-radius:50px;
background-color:#000000;
color:#fff;
text-align:center;
opacity:1;
cursor:pointer;
-webkit-transition:all .3s;
transition:all .3s;
}
.hfe-scroll-to-top-button i {
color:#fff;
font-size:16px;
} ul.hfe-breadcrumbs {
display:block;
margin:0;
padding:0;
list-style:none
}
ul.hfe-breadcrumbs li {
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}
ul.hfe-breadcrumbs li:last-child {
margin:0;
}
ul.hfe-breadcrumbs li a,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-separator-icon,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{
display:block;
}
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{
-webkit-transition:all .4s;
transition:all .4s;
}
span.hfe-breadcrumbs-home-icon{
margin-right:10px;
align-content: center;
}
.hfe-breadcrumbs-first a {
align-content: center;
}
.hfe-breadcrumbs-separator-icon i, 
.hfe-breadcrumbs-separator-icon svg,
.hfe-breadcrumbs-home-icon i,
.hfe-breadcrumbs-home-icon svg {
width: 1em;
height: 1em;
position: relative;
display: block;
}
ul.hfe-breadcrumbs-show-home li.hfe-breadcrumbs-first {
display: inline-flex;
} ul.hfe-post-info-items {
list-style: none;
margin: 0;
padding: 0;
}
ul.hfe-post-info-inline.hfe-post-info-items {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
li.hfe-post-info-item {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
li.hfe-post-info-item,
li.hfe-post-info-item > a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
}
.hfe-post-info-inline.hfe-post-info-items .hfe-post-info-item {
margin-right: 8px;
margin-left: 8px;
}
.hfe-post-info-inline .hfe-post-info-item:not(:last-child):after {
position: relative;
right: -8px;
}
.hfe-post-info-inline.hfe-post-info-items {
margin-right: -8px;
margin-left: -8px;
}
.hfe-post-info-icon svg {
display: block;
}
.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child):after {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
}
.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child) {
position: relative;
} .hfe-icon-wrap .hfe-icon svg {
height: 100%;
width: 100%;
}
body .elementor .hfe-button-wrapper a {
text-decoration: none;
}
.hfe-button-wrapper {
border-radius: 3px;
}
.hfe-reading-progress-bar{
height: 4px;
} .hfe-posts-grid {
display: grid;
}
.hfe-post-image img {
width: 100%;
height: auto;
display: block;
}
.hfe-post-title a {
text-decoration: none;
}
.hfe-post-title {
margin-top: 0px;
}
.hfe-read-more {
text-decoration: none;
}
.hfe-post-meta {
font-size: 12px;
line-height: 1.3em;
}
.hfe-post-title {
font-size: 20px;
}.hfe-woo-products-wrapper {
width: 100%;
}
.hfe-woo-products-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 35px 20px;
}
.hfe-product-item {
background: #ffffff;
border-radius: 8px;
overflow: hidden;
border: 1px solid #f0f0f0;
}
.hfe-product-image {
position: relative;
overflow: hidden;
}
.hfe-product-image img {
width: 100%;
height: auto;
display: block;
}
.hfe-product-content {
padding: 20px;
display: flex;
flex-direction: column;
height: 100%;
}
.hfe-product-category {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.8px;
margin-bottom: 8px;
opacity: 0.75;
font-weight: 500;
color: #666;
}
.hfe-product-title {
margin: 0 0 12px 0;
font-size: 16px;
line-height: 1.5;
font-weight: 600;
flex-grow: 1;
}
.hfe-product-title a {
color: #333;
text-decoration: none;
}
.hfe-product-title h2 {
margin: 0;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
color: inherit;
}
.hfe-product-title .hfe-loop-product__link {
display: block;
}
.hfe-product-rating {
margin-bottom: 12px;
}
.hfe-product-rating .review-rating {
display: flex;
align-items: center;
min-height: 16px;
}
.hfe-product-rating .star-rating {
font-size: 14px;
color: #ffa500;
display: inline-block;
}
.hfe-product-price {
margin-bottom: 16px;
font-weight: 700;
font-size: 18px;
}
.hfe-product-price .price {
color: #333;
}
.hfe-product-price .price del {
opacity: 0.6;
margin-right: 8px;
font-weight: 400;
}
.hfe-product-description {
margin-bottom: 16px;
font-size: 14px;
line-height: 1.6;
color: #666;
flex-grow: 1;
}
.hfe-product-add-to-cart {
margin-top: auto;
}
.hfe-woo-products-wrapper .hfe-product-add-to-cart .button {
width: auto;
min-width: 100px;
padding: 12px 20px;
border: none;
border-radius: 4px;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
cursor: pointer;
text-decoration: none;
display: inline-block;
text-align: center;
}
.hfe-woo-products-wrapper .hfe-product-add-to-cart .button:hover,
.hfe-woo-products-wrapper .hfe-product-add-to-cart .button:focus,
.hfe-woo-products-wrapper .hfe-product-add-to-cart .button:active,
.hfe-woo-products-wrapper .hfe-product-add-to-cart a.button:link {
text-decoration: none;
}
.hfe-woo-products-notice,
.hfe-woo-products-empty {
text-align: center;
padding: 40px 20px;
background: #f8f9fa;
border-radius: 4px;
color: #666;
} .hfe-product-item {
height: 100%;
display: flex;
flex-direction: column;
}
.hfe-product-content {
flex: 1;
display: flex;
flex-direction: column;
} .hfe-content-align-left .hfe-product-item {
text-align: left;
}
.hfe-content-align-left .hfe-product-item .star-rating {
margin-left: 0;
margin-right: auto;
}
.hfe-content-align-center .hfe-product-item {
text-align: center;
}
.hfe-content-align-center .hfe-product-item .star-rating {
margin-left: auto;
margin-right: auto;
}
.hfe-content-align-right .hfe-product-item {
text-align: right;
}
.hfe-content-align-right .hfe-product-item .star-rating {
margin-left: auto;
margin-right: 0;
} @media (max-width: 1024px) {
.hfe-content-tablet-align-left .hfe-product-item {
text-align: left;
}
.hfe-content-tablet-align-left .hfe-product-item .star-rating {
margin-left: 0;
margin-right: auto;
}
.hfe-content-tablet-align-center .hfe-product-item {
text-align: center;
}
.hfe-content-tablet-align-center .hfe-product-item .star-rating {
margin-left: auto;
margin-right: auto;
}
.hfe-content-tablet-align-right .hfe-product-item {
text-align: right;
}
.hfe-content-tablet-align-right .hfe-product-item .star-rating {
margin-left: auto;
margin-right: 0;
}
} @media (max-width: 767px) {
.hfe-content-mobile-align-left .hfe-product-item {
text-align: left;
}
.hfe-content-mobile-align-left .hfe-product-item .star-rating {
margin-left: 0;
margin-right: auto;
}
.hfe-content-mobile-align-center .hfe-product-item {
text-align: center;
}
.hfe-content-mobile-align-center .hfe-product-item .star-rating {
margin-left: auto;
margin-right: auto;
}
.hfe-content-mobile-align-right .hfe-product-item {
text-align: right;
}
.hfe-content-mobile-align-right .hfe-product-item .star-rating {
margin-left: auto;
margin-right: 0;
}
} @media (max-width: 1200px) {
.hfe-woo-products-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 768px) {
.hfe-woo-products-grid {
grid-template-columns: repeat(2, 1fr);
gap: 20px 15px;
}
.hfe-product-content {
padding: 16px;
}
.hfe-product-title {
font-size: 15px;
}
.hfe-product-price {
font-size: 16px;
}
}
@media (max-width: 480px) {
.hfe-woo-products-grid {
grid-template-columns: 1fr;
gap: 25px;
}
.hfe-product-content {
padding: 18px;
}
}
 :root { --wpds-border-radius-xs: 1px; --wpds-border-radius-sm: 2px; --wpds-border-radius-md: 4px; --wpds-border-radius-lg: 8px; --wpds-border-radius-xl: 12px; --wpds-border-width-xs: 1px; --wpds-border-width-sm: 2px; --wpds-border-width-md: 4px; --wpds-border-width-lg: 8px; --wpds-border-width-focus: 2px; --wpds-color-background-surface-neutral: #fcfcfc; --wpds-color-background-surface-neutral-strong: #fff; --wpds-color-background-surface-neutral-weak: #f4f4f4; --wpds-color-background-surface-brand: #ecf0fa; --wpds-color-background-surface-success: #c6f7cd; --wpds-color-background-surface-success-weak: #ebffed; --wpds-color-background-surface-info: #deebfa; --wpds-color-background-surface-info-weak: #f3f9ff; --wpds-color-background-surface-warning: #fde6be; --wpds-color-background-surface-warning-weak: #fff7e1; --wpds-color-background-surface-caution: #fee995; --wpds-color-background-surface-caution-weak: #fff9ca; --wpds-color-background-surface-error: #f6e6e3; --wpds-color-background-surface-error-weak: #fff6f5; --wpds-color-background-interactive-neutral-strong: #2d2d2d; --wpds-color-background-interactive-neutral-strong-active: #1e1e1e; --wpds-color-background-interactive-neutral-strong-disabled: #e6e6e6; --wpds-color-background-interactive-neutral-weak: #0000; --wpds-color-background-interactive-neutral-weak-active: #ededed; --wpds-color-background-interactive-neutral-weak-disabled: #0000; --wpds-color-background-interactive-brand-strong: #3858e9; --wpds-color-background-interactive-brand-strong-active: #2e49d9; --wpds-color-background-interactive-brand-strong-disabled: #e6e6e6; --wpds-color-background-interactive-brand-weak: #0000; --wpds-color-background-interactive-brand-weak-active: #e6eaf4; --wpds-color-background-interactive-brand-weak-disabled: #0000; --wpds-color-background-interactive-error: #0000; --wpds-color-background-interactive-error-active: #fff6f5; --wpds-color-background-interactive-error-disabled: #0000; --wpds-color-background-interactive-error-strong: #cc1818; --wpds-color-background-interactive-error-strong-active: #b90000; --wpds-color-background-interactive-error-strong-disabled: #e6e6e6; --wpds-color-background-interactive-error-weak: #0000; --wpds-color-background-interactive-error-weak-active: #f6e6e3; --wpds-color-background-interactive-error-weak-disabled: #0000; --wpds-color-background-track-neutral-weak: #f0f0f0; --wpds-color-background-track-neutral: #dbdbdb; --wpds-color-background-thumb-neutral-weak: #8d8d8d; --wpds-color-background-thumb-neutral-weak-active: #6e6e6e; --wpds-color-background-thumb-brand: #3858e9; --wpds-color-background-thumb-brand-active: #3858e9; --wpds-color-background-thumb-brand-disabled: #dbdbdb; --wpds-color-background-thumb-neutral-weak-disabled: #dbdbdb; --wpds-color-foreground-content-neutral: #1e1e1e; --wpds-color-foreground-content-neutral-weak: #707070; --wpds-color-foreground-content-success: #002900; --wpds-color-foreground-content-success-weak: #008030; --wpds-color-foreground-content-info: #001b4f; --wpds-color-foreground-content-info-weak: #006bd7; --wpds-color-foreground-content-warning: #2e1900; --wpds-color-foreground-content-warning-weak: #926300; --wpds-color-foreground-content-caution: #281d00; --wpds-color-foreground-content-caution-weak: #826a00; --wpds-color-foreground-content-error: #470000; --wpds-color-foreground-content-error-weak: #cc1818; --wpds-color-foreground-interactive-neutral: #1e1e1e; --wpds-color-foreground-interactive-neutral-active: #1e1e1e; --wpds-color-foreground-interactive-neutral-disabled: #8d8d8d; --wpds-color-foreground-interactive-neutral-strong: #f0f0f0; --wpds-color-foreground-interactive-neutral-strong-active: #f0f0f0; --wpds-color-foreground-interactive-neutral-strong-disabled: #8d8d8d; --wpds-color-foreground-interactive-neutral-weak: #707070; --wpds-color-foreground-interactive-neutral-weak-active: #1e1e1e; --wpds-color-foreground-interactive-neutral-weak-disabled: #8d8d8d; --wpds-color-foreground-interactive-brand: #3858e9; --wpds-color-foreground-interactive-brand-active: #0b0070; --wpds-color-foreground-interactive-brand-disabled: #8d8d8d; --wpds-color-foreground-interactive-brand-strong: #eff0f2; --wpds-color-foreground-interactive-brand-strong-active: #eff0f2; --wpds-color-foreground-interactive-brand-strong-disabled: #8d8d8d; --wpds-color-foreground-interactive-error: #cc1818; --wpds-color-foreground-interactive-error-active: #470000; --wpds-color-foreground-interactive-error-disabled: #8d8d8d; --wpds-color-foreground-interactive-error-strong: #f2efef; --wpds-color-foreground-interactive-error-strong-active: #f2efef; --wpds-color-foreground-interactive-error-strong-disabled: #8d8d8d; --wpds-color-stroke-surface-neutral: #dbdbdb; --wpds-color-stroke-surface-neutral-weak: #f0f0f0; --wpds-color-stroke-surface-neutral-strong: #8d8d8d; --wpds-color-stroke-surface-brand: #b0bbd6; --wpds-color-stroke-surface-brand-strong: #3858e9; --wpds-color-stroke-surface-success: #94d29e; --wpds-color-stroke-surface-success-strong: #008030; --wpds-color-stroke-surface-info: #a9c6e7; --wpds-color-stroke-surface-info-strong: #006bd7; --wpds-color-stroke-surface-warning: #e1bc7c; --wpds-color-stroke-surface-warning-strong: #926300; --wpds-color-stroke-surface-caution: #cfc28d; --wpds-color-stroke-surface-caution-strong: #826a00; --wpds-color-stroke-surface-error: #dab1aa; --wpds-color-stroke-surface-error-strong: #cc1818; --wpds-color-stroke-interactive-neutral: #8d8d8d; --wpds-color-stroke-interactive-neutral-active: #6e6e6e; --wpds-color-stroke-interactive-neutral-disabled: #dbdbdb; --wpds-color-stroke-interactive-neutral-strong: #6e6e6e; --wpds-color-stroke-interactive-brand: #3858e9; --wpds-color-stroke-interactive-brand-active: #2337c8; --wpds-color-stroke-interactive-brand-disabled: #dbdbdb; --wpds-color-stroke-interactive-error: #cc1818; --wpds-color-stroke-interactive-error-active: #9d0000; --wpds-color-stroke-interactive-error-disabled: #dbdbdb; --wpds-color-stroke-interactive-error-strong: #cc1818; --wpds-color-stroke-focus: #3858e9; --wpds-cursor-control: pointer; --wpds-dimension-padding-xs: 4px; --wpds-dimension-padding-sm: 8px; --wpds-dimension-padding-md: 12px; --wpds-dimension-padding-lg: 16px; --wpds-dimension-padding-xl: 20px; --wpds-dimension-padding-2xl: 24px; --wpds-dimension-padding-3xl: 32px; --wpds-dimension-gap-xs: 4px; --wpds-dimension-gap-sm: 8px; --wpds-dimension-gap-md: 12px; --wpds-dimension-gap-lg: 16px; --wpds-dimension-gap-xl: 24px; --wpds-dimension-gap-2xl: 32px; --wpds-dimension-gap-3xl: 40px; --wpds-dimension-size-5xs: 4px; --wpds-dimension-size-4xs: 8px; --wpds-dimension-size-3xs: 12px; --wpds-dimension-size-2xs: 16px; --wpds-dimension-size-xs: 20px; --wpds-dimension-size-sm: 24px; --wpds-dimension-size-md: 32px; --wpds-dimension-size-lg: 40px; --wpds-dimension-surface-width-xs: 240px; --wpds-dimension-surface-width-sm: 320px; --wpds-dimension-surface-width-md: 400px; --wpds-dimension-surface-width-lg: 560px; --wpds-dimension-surface-width-xl: 720px; --wpds-dimension-surface-width-2xl: 960px; --wpds-motion-duration-xs: 50ms; --wpds-motion-duration-sm: 100ms; --wpds-motion-duration-md: 200ms; --wpds-motion-duration-lg: 300ms; --wpds-motion-duration-xl: 400ms; --wpds-motion-easing-subtle: cubic-bezier( 0.15, 0, 0.15, 1 ); --wpds-motion-easing-balanced: cubic-bezier( 0.4, 0, 0.2, 1 ); --wpds-motion-easing-expressive: cubic-bezier( 0.25, 0, 0, 1 ); --wpds-typography-font-family-heading: -apple-system, system-ui, 'Segoe UI',
'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue',
sans-serif; --wpds-typography-font-family-body: -apple-system, system-ui, 'Segoe UI',
'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue',
sans-serif; --wpds-typography-font-family-mono: 'Menlo', 'Consolas', monaco, monospace; --wpds-typography-font-size-xs: 11px; --wpds-typography-font-size-sm: 12px; --wpds-typography-font-size-md: 13px; --wpds-typography-font-size-lg: 15px; --wpds-typography-font-size-xl: 20px; --wpds-typography-font-size-2xl: 32px; --wpds-typography-line-height-xs: 16px; --wpds-typography-line-height-sm: 20px; --wpds-typography-line-height-md: 24px; --wpds-typography-line-height-lg: 28px; --wpds-typography-line-height-xl: 32px; --wpds-typography-line-height-2xl: 40px; --wpds-typography-font-weight-default: 400; --wpds-typography-font-weight-emphasis: 600;
}
@media (min-resolution: 192dpi) {
:root { --wpds-border-width-focus: 1.5px;
}
}
[data-wpds-corner-radius=none],
:root[data-wpds-root-provider=true][data-wpds-corner-radius=none] { --wpds-border-radius-xs: 0px; --wpds-border-radius-sm: 0px; --wpds-border-radius-md: 0px; --wpds-border-radius-lg: 0px; --wpds-border-radius-xl: 0px;
}
[data-wpds-corner-radius=subtle],
:root[data-wpds-root-provider=true][data-wpds-corner-radius=subtle] { --wpds-border-radius-xs: 1px; --wpds-border-radius-sm: 2px; --wpds-border-radius-md: 4px; --wpds-border-radius-lg: 8px; --wpds-border-radius-xl: 12px;
}
[data-wpds-corner-radius=moderate],
:root[data-wpds-root-provider=true][data-wpds-corner-radius=moderate] { --wpds-border-radius-xs: 6px; --wpds-border-radius-sm: 8px; --wpds-border-radius-md: 12px; --wpds-border-radius-lg: 16px; --wpds-border-radius-xl: 20px;
}
[data-wpds-corner-radius=pronounced],
:root[data-wpds-root-provider=true][data-wpds-corner-radius=pronounced] { --wpds-border-radius-xs: 18px; --wpds-border-radius-sm: 20px; --wpds-border-radius-md: 22px; --wpds-border-radius-lg: 24px; --wpds-border-radius-xl: 26px;
}
                          @media not (prefers-reduced-motion) {
.components-animate__appear {
animation: components-animate__appear-animation 0.1s cubic-bezier(0, 0, 0.2, 1) 0s;
animation-fill-mode: forwards;
}
}
.components-animate__appear.is-from-top, .components-animate__appear.is-from-top.is-from-left {
transform-origin: top left;
}
.components-animate__appear.is-from-top.is-from-right {
transform-origin: top right;
}
.components-animate__appear.is-from-bottom, .components-animate__appear.is-from-bottom.is-from-left {
transform-origin: bottom left;
}
.components-animate__appear.is-from-bottom.is-from-right {
transform-origin: bottom right;
}
@keyframes components-animate__appear-animation {
from {
transform: translateY(-2em) scaleY(0) scaleX(0);
}
to {
transform: translateY(0%) scaleY(1) scaleX(1);
}
}
@media not (prefers-reduced-motion) {
.components-animate__slide-in {
animation: components-animate__slide-in-animation 0.1s cubic-bezier(0, 0, 0.2, 1);
animation-fill-mode: forwards;
}
.components-animate__slide-in.is-from-left {
transform: translateX(100%);
}
.components-animate__slide-in.is-from-right {
transform: translateX(-100%);
}
}
@keyframes components-animate__slide-in-animation {
100% {
transform: translateX(0%);
}
}
@media not (prefers-reduced-motion) {
.components-animate__loading {
animation: components-animate__loading 1.6s ease-in-out infinite;
}
}
@keyframes components-animate__loading {
0% {
opacity: 0.5;
}
50% {
opacity: 1;
}
100% {
opacity: 0.5;
}
}
.components-autocomplete__popover .components-popover__content {
padding: 8px;
min-width: 200px;
}
.components-autocomplete__result.components-button {
display: flex;
height: auto;
min-height: 36px;
text-align: left;
width: 100%;
font-weight: var(--wpds-typography-font-weight-default, 400);
}
.components-autocomplete__result.components-button:focus:not(:disabled) {
box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.components-badge {
box-sizing: border-box;
}
.components-badge *,
.components-badge *::before,
.components-badge *::after {
box-sizing: inherit;
}
.components-badge {
background-color: color-mix(in srgb, #fff 90%, var(--base-color));
color: color-mix(in srgb, #000 50%, var(--base-color));
padding: 2px 8px;
min-height: 24px;
border-radius: 2px;
line-height: 0;
max-width: 100%;
display: inline-block;
}
.components-badge:where(.is-default) {
background-color: #f0f0f0;
color: #2f2f2f;
}
.components-badge.has-icon {
padding-inline-start: 4px;
}
.components-badge.is-info {
--base-color: #3858e9;
}
.components-badge.is-warning {
--base-color: #f0b849;
}
.components-badge.is-error {
--base-color: #cc1818;
}
.components-badge.is-success {
--base-color: #4ab866;
}
.components-badge__flex-wrapper {
display: inline-flex;
align-items: center;
gap: 2px;
max-width: 100%;
font-size: 12px;
font-weight: 400;
line-height: 20px;
}
.components-badge__icon {
flex-shrink: 0;
}
.components-badge__content {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.components-button-group {
display: inline-block;
}
.components-button-group .components-button {
border-radius: 0;
display: inline-flex;
color: #1e1e1e;
border-color: #1e1e1e;
}
.components-button-group .components-button + .components-button {
margin-left: -1px;
}
.components-button-group .components-button:first-child {
border-radius: 2px 0 0 2px;
}
.components-button-group .components-button:last-child {
border-radius: 0 2px 2px 0;
}
.components-button-group .components-button:focus, .components-button-group .components-button.is-primary {
position: relative;
z-index: 1;
} .components-button:focus:is(a) {
box-shadow: none;
}
.components-button:focus {
outline: none;
}
.components-button:focus:not(:active) {
outline: var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) solid var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9));
outline-offset: var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px));
}
.components-button {
display: inline-flex;
text-decoration: none;
font-family: inherit;
font-size: 13px;
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
margin: 0;
cursor: var(--wpds-cursor-control, pointer);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
height: 36px;
align-items: center;
box-sizing: border-box;
padding: 4px 12px;
border-radius: 2px;
color: var(--wp-components-color-foreground, var(--wpds-color-foreground-content-neutral, #1e1e1e));
border: 1px solid transparent;
}
.components-button.is-next-40px-default-size {
height: 40px;
}
.components-button[aria-expanded=true], .components-button:hover:not(:disabled, [aria-disabled=true]) {
color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-button { }
.components-button.is-primary {
white-space: nowrap;
background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
color: var(--wp-components-color-accent-inverted, var(--wpds-color-foreground-interactive-brand-strong, #fff));
text-decoration: none;
text-shadow: none;
}
.components-button.is-primary:hover:not(:disabled) {
background: var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6));
color: var(--wp-components-color-accent-inverted, var(--wpds-color-foreground-interactive-brand-strong, #fff));
}
.components-button.is-primary:active:not(:disabled) {
background: var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
color: var(--wp-components-color-accent-inverted, var(--wpds-color-foreground-interactive-brand-strong, #fff));
}
.components-button.is-primary:disabled, .components-button.is-primary:disabled:active:enabled, .components-button.is-primary[aria-disabled=true], .components-button.is-primary[aria-disabled=true]:enabled, .components-button.is-primary[aria-disabled=true]:active:enabled {
color: rgba(255, 255, 255, 0.4);
background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-button.is-primary.is-busy, .components-button.is-primary.is-busy:disabled, .components-button.is-primary.is-busy[aria-disabled=true] {
color: var(--wp-components-color-accent-inverted, var(--wpds-color-foreground-interactive-brand-strong, #fff));
background-size: 100px 100%; background-image: linear-gradient(-45deg, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 33%, var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)) 33%, var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)) 70%, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 70%); }
.components-button { }
.components-button.is-secondary:disabled, .components-button.is-secondary[aria-disabled=true], .components-button.is-secondary[aria-disabled=true]:hover, .components-button.is-tertiary:disabled, .components-button.is-tertiary[aria-disabled=true], .components-button.is-tertiary[aria-disabled=true]:hover {
color: #949494;
background: transparent;
transform: none;
}
.components-button { }
@media not (prefers-reduced-motion) {
.components-button.is-secondary {
transition: border-color 0.1s linear;
}
}
.components-button.is-secondary {
border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
white-space: nowrap;
color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
background: transparent;
}
.components-button.is-secondary:active:not(:disabled) {
border-color: transparent;
}
.components-button.is-secondary:hover:not(:disabled, [aria-disabled=true], .is-pressed) {
border-color: var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
color: var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
background: color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%, transparent);
}
.components-button.is-secondary:focus:not(:active) {
border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-button.is-secondary:disabled:not(:focus), .components-button.is-secondary[aria-disabled=true]:not(:focus), .components-button.is-secondary[aria-disabled=true]:hover:not(:focus) {
border-color: var(--wpds-color-stroke-interactive-neutral-disabled, #dbdbdb);
}
.components-button { }
.components-button.is-tertiary {
white-space: nowrap;
color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
background: transparent;
}
.components-button.is-tertiary:hover:not(:disabled, [aria-disabled=true], .is-pressed) {
background: color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%, transparent);
color: var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
}
.components-button.is-tertiary:active:not(:disabled, [aria-disabled=true]) {
background: color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 8%, transparent);
}
p + .components-button.is-tertiary {
margin-left: -6px;
}
.components-button { }
.components-button.is-destructive {
--wp-components-color-accent: #cc1818;
--wp-components-color-accent-darker-10: rgb(158.3684210526, 18.6315789474, 18.6315789474);
--wp-components-color-accent-darker-20: rgb(112.7368421053, 13.2631578947, 13.2631578947);
}
.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link) {
color: #cc1818;
}
.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled, [aria-disabled=true]) {
color: rgb(112.7368421053, 13.2631578947, 13.2631578947);
}
.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled, [aria-disabled=true]) {
background: #ccc;
}
.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled, .components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true] {
color: #949494;
}
.components-button.is-destructive.is-tertiary:hover:not(:disabled, [aria-disabled=true]), .components-button.is-destructive.is-secondary:hover:not(:disabled, [aria-disabled=true]) {
background: rgba(204, 24, 24, 0.04);
}
.components-button.is-destructive.is-tertiary:active:not(:disabled, [aria-disabled=true]), .components-button.is-destructive.is-secondary:active:not(:disabled, [aria-disabled=true]) {
background: rgba(204, 24, 24, 0.08);
}
.components-button { }
.components-button.is-link {
margin: 0;
padding: 0;
border: 0;
border-radius: 0;
background: none;
outline: none;
text-align: left;
font-weight: var(--wpds-typography-font-weight-default, 400);
color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
text-decoration: underline;
text-underline-offset: 0.2em;
text-decoration-thickness: from-font;
}
@media not (prefers-reduced-motion) {
.components-button.is-link {
transition-property: border, background, color;
transition-duration: 0.05s;
transition-timing-function: ease-in-out;
}
}
.components-button.is-link {
height: auto;
}
.components-button.is-link:focus:not(:active) {
border-radius: 2px;
text-decoration: none;
}
.components-button.is-link:disabled, .components-button.is-link[aria-disabled=true] {
color: #949494;
}
.components-button:not(:disabled, [aria-disabled=true]):active {
color: var(--wp-components-color-foreground, var(--wpds-color-foreground-content-neutral, #1e1e1e));
}
.components-button:disabled, .components-button[aria-disabled=true] {
cursor: default;
color: #949494;
}
@media not (prefers-reduced-motion) {
.components-button.is-busy, .components-button.is-secondary.is-busy, .components-button.is-secondary.is-busy:disabled, .components-button.is-secondary.is-busy[aria-disabled=true] {
animation: components-button__busy-animation 2500ms infinite linear;
}
}
.components-button.is-busy, .components-button.is-secondary.is-busy, .components-button.is-secondary.is-busy:disabled, .components-button.is-secondary.is-busy[aria-disabled=true] {
background-size: 100px 100%; background-image: linear-gradient(-45deg, rgb(249.9, 249.9, 249.9) 33%, rgb(224.4, 224.4, 224.4) 33%, rgb(224.4, 224.4, 224.4) 70%, rgb(249.9, 249.9, 249.9) 70%); }
.components-button.is-compact {
height: 32px;
}
.components-button.is-compact.has-icon:not(.has-text) {
padding: 0;
min-width: 32px;
}
.components-button.is-small {
height: var(--wpds-dimension-size-sm, 24px);
line-height: 22px;
padding: 0 8px;
font-size: 11px;
}
.components-button.is-small.has-icon:not(.has-text) {
padding: 0;
min-width: var(--wpds-dimension-size-sm, 24px);
}
.components-button.has-icon {
padding: 6px;
min-width: 36px;
justify-content: center;
}
.components-button.has-icon.is-next-40px-default-size {
min-width: 40px;
}
.components-button.has-icon .dashicon {
display: inline-flex;
justify-content: center;
align-items: center;
padding: 2px;
box-sizing: content-box;
}
.components-button.has-icon.has-text {
justify-content: start;
padding-right: 12px;
padding-left: 8px;
gap: 4px;
}
.components-button.has-icon.has-text.has-icon-right {
padding-right: 8px;
padding-left: 12px;
}
.components-button.has-icon:not(.has-text) svg,
.components-button.has-icon:not(.has-text) .dashicon {
margin-inline: -1px;
}
.components-button.is-pressed, .components-button.is-pressed:hover {
color: var(--wp-components-color-foreground-inverted, var(--wpds-color-background-surface-neutral, #fcfcfc));
}
.components-button.is-pressed:not(:disabled, [aria-disabled=true]), .components-button.is-pressed:hover:not(:disabled, [aria-disabled=true]) {
background: var(--wp-components-color-foreground, var(--wpds-color-foreground-content-neutral, #1e1e1e));
}
.components-button.is-pressed:disabled, .components-button.is-pressed[aria-disabled=true] {
color: #949494;
}
.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary), .components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary) {
color: var(--wp-components-color-foreground-inverted, var(--wpds-color-background-surface-neutral, #fcfcfc));
background: #949494;
}
.components-button svg {
fill: currentColor;
outline: none;
flex-shrink: 0;
}
@media (forced-colors: active) {
.components-button svg {
fill: CanvasText;
}
}
@keyframes components-button__busy-animation {
0% {
background-position: 200px 0;
}
} .components-calendar {
position: relative; box-sizing: border-box;
display: inline flow-root;
color: var(--wp-components-color-foreground, var(--wpds-color-foreground-content-neutral, #1e1e1e));
background-color: var(--wp-components-color-background, var(--wpds-color-background-surface-neutral-strong, #fff));
font-size: 13px;
font-weight: var(--wpds-typography-font-weight-default, 400);
z-index: 0;
}
.components-calendar *,
.components-calendar *::before,
.components-calendar *::after {
box-sizing: border-box;
}
.components-calendar__day {
padding: 0;
position: relative;
}
.components-calendar__day:has(.components-calendar__day-button:disabled) {
color: var(--wp-components-color-gray-400, var(--wpds-color-stroke-interactive-neutral, #8d8d8d));
}
.components-calendar__day:has(.components-calendar__day-button:hover:not(:disabled)), .components-calendar__day:has(.components-calendar__day-button:focus-visible) {
color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-calendar__day-button {
background: none;
padding: 0;
margin: 0;
cursor: var(--wpds-cursor-control, pointer);
justify-content: center;
align-items: center;
display: flex;
position: relative;
width: 32px;
height: 32px;
border: none;
border-radius: 2px;
font: inherit;
font-variant-numeric: tabular-nums;
color: inherit;
}
.components-calendar__day-button::before {
content: "";
position: absolute;
z-index: -1;
inset: 0;
border: none;
border-radius: 2px;
}
.components-calendar__day-button::after {
content: "";
position: absolute;
z-index: 1;
inset: 0;
pointer-events: none;
}
.components-calendar__day-button:disabled {
cursor: revert;
}
@media (forced-colors: active) {
.components-calendar__day-button:disabled {
text-decoration: line-through;
}
}
.components-calendar__day-button:focus-visible {
outline: var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline-offset: 1px;
}
.components-calendar__caption-label {
z-index: 1;
position: relative;
display: inline-flex;
align-items: center;
white-space: nowrap;
border: 0;
text-transform: capitalize;
}
.components-calendar__button-next,
.components-calendar__button-previous {
border: none;
border-radius: 2px;
background: none;
padding: 0;
margin: 0;
cursor: var(--wpds-cursor-control, pointer);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
width: 32px;
height: 32px;
color: inherit;
}
.components-calendar__button-next:disabled, .components-calendar__button-next[aria-disabled=true],
.components-calendar__button-previous:disabled,
.components-calendar__button-previous[aria-disabled=true] {
cursor: revert;
color: var(--wp-components-color-gray-600, var(--wpds-color-stroke-interactive-neutral, #8d8d8d));
}
.components-calendar__button-next:focus-visible,
.components-calendar__button-previous:focus-visible {
outline: var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-calendar__chevron {
display: inline-block;
fill: currentColor;
width: 16px;
height: 16px;
}
.components-calendar[dir=rtl] .components-calendar__nav .components-calendar__chevron {
transform: rotate(180deg);
transform-origin: 50%;
}
.components-calendar__month-caption {
display: flex;
justify-content: center;
align-content: center;
height: 32px;
margin-bottom: 12px;
}
.components-calendar__months {
position: relative;
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 16px;
max-width: -moz-fit-content;
max-width: fit-content;
}
.components-calendar__month-grid {
border-collapse: separate;
border-spacing: 0 4px;
}
.components-calendar__nav {
position: absolute;
inset-block-start: 0;
inset-inline-start: 0;
inset-inline-end: 0;
display: flex;
align-items: center;
justify-content: space-between;
height: 32px;
}
.components-calendar__weekday {
width: 32px;
height: 32px;
padding: 0;
color: var(--wp-components-color-gray-700, var(--wpds-color-foreground-content-neutral-weak, #707070));
text-align: center;
text-transform: uppercase;
} .components-calendar__day--today::after {
content: "";
position: absolute;
z-index: 1;
inset-block-start: 2px;
inset-inline-end: 2px;
width: 0;
height: 0;
border-radius: 50%;
border: 2px solid currentColor;
}
.components-calendar__day--selected:not(.components-calendar__range-middle):has(.components-calendar__day-button,
.components-calendar__day-button:hover:not(:disabled)) {
color: var(--wp-components-color-foreground-inverted, var(--wpds-color-background-surface-neutral, #fcfcfc));
}
.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button::before {
background-color: var(--wp-components-color-foreground, var(--wpds-color-foreground-content-neutral, #1e1e1e));
border: 1px solid transparent;
}
.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:disabled::before {
background-color: var(--wp-components-color-gray-400, var(--wpds-color-stroke-interactive-neutral, #8d8d8d));
}
.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:hover:not(:disabled)::before {
background-color: var(--wp-components-color-gray-800, var(--wpds-color-foreground-content-neutral, #1e1e1e));
}
.components-calendar__day--outside {
color: var(--wp-components-color-gray-600, var(--wpds-color-stroke-interactive-neutral, #8d8d8d));
}
.components-calendar__day--hidden {
visibility: hidden;
}
.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button, .components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button::before {
border-start-end-radius: 0;
border-end-end-radius: 0;
}
.components-calendar__range-middle .components-calendar__day-button::before {
background-color: color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%, transparent);
border-radius: 0;
border-width: 1px 0;
border-color: transparent;
border-style: solid;
}
.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button, .components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button::before {
border-start-start-radius: 0;
border-end-start-radius: 0;
} .components-calendar__day--preview svg {
position: absolute;
inset: 0;
pointer-events: none;
color: color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 16%, transparent);
}
@media (forced-colors: active) {
.components-calendar__day--preview svg {
color: inherit;
}
}
.components-calendar[dir=rtl] .components-calendar__day--preview svg {
transform: scaleX(-1);
}
.components-calendar__day--preview.components-calendar__range-middle .components-calendar__day-button::before {
border: none;
} @keyframes slide-in-left {
0% {
transform: translateX(-100%);
}
100% {
transform: translateX(0);
}
}
@keyframes slide-in-right {
0% {
transform: translateX(100%);
}
100% {
transform: translateX(0);
}
}
@keyframes slide-out-left {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-100%);
}
}
@keyframes slide-out-right {
0% {
transform: translateX(0);
}
100% {
transform: translateX(100%);
}
}
@keyframes fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fade-out {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.components-calendar__weeks-before-enter,
.components-calendar__weeks-before-exit,
.components-calendar__weeks-after-enter,
.components-calendar__weeks-after-exit,
.components-calendar__caption-after-enter,
.components-calendar__caption-after-exit,
.components-calendar__caption-before-enter,
.components-calendar__caption-before-exit {
animation-duration: 0s;
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-fill-mode: forwards;
}
@media not (prefers-reduced-motion) {
.components-calendar__weeks-before-enter,
.components-calendar__weeks-before-exit,
.components-calendar__weeks-after-enter,
.components-calendar__weeks-after-exit,
.components-calendar__caption-after-enter,
.components-calendar__caption-after-exit,
.components-calendar__caption-before-enter,
.components-calendar__caption-before-exit {
animation-duration: 0.3s;
}
}
.components-calendar__weeks-before-enter,
.components-calendar[dir=rtl] .components-calendar__weeks-after-enter {
animation-name: slide-in-left;
}
.components-calendar__weeks-before-exit,
.components-calendar[dir=rtl] .components-calendar__weeks-after-exit {
animation-name: slide-out-left;
}
.components-calendar__weeks-after-enter,
.components-calendar[dir=rtl] .components-calendar__weeks-before-enter {
animation-name: slide-in-right;
}
.components-calendar__weeks-after-exit,
.components-calendar[dir=rtl] .components-calendar__weeks-before-exit {
animation-name: slide-out-right;
}
.components-calendar__caption-after-enter {
animation-name: fade-in;
}
.components-calendar__caption-after-exit {
animation-name: fade-out;
}
.components-calendar__caption-before-enter {
animation-name: fade-in;
}
.components-calendar__caption-before-exit {
animation-name: fade-out;
}
.components-checkbox-control {
--checkbox-input-size: 24px;
}
@media (min-width: 600px) {
.components-checkbox-control {
--checkbox-input-size: 16px;
}
}
.components-checkbox-control {
--checkbox-input-margin: 8px;
}
.components-checkbox-control__label {
line-height: var(--checkbox-input-size);
}
.components-checkbox-control:not(:has(:disabled)) .components-checkbox-control__label {
cursor: var(--wpds-cursor-control, pointer);
}
.components-checkbox-control__input[type=checkbox] {
border: 1px solid #1e1e1e;
margin-right: 12px;
transition: none;
border-radius: 2px;
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
padding: 6px 8px; font-size: 16px; line-height: normal;
box-shadow: 0 0 0 transparent;
border-radius: 2px;
border: 1px solid #949494;
}
@media not (prefers-reduced-motion) {
.components-checkbox-control__input[type=checkbox] {
transition: box-shadow 0.1s linear;
}
}
@media (min-width: 600px) {
.components-checkbox-control__input[type=checkbox] {
font-size: 13px; line-height: normal;
}
}
.components-checkbox-control__input[type=checkbox]:focus {
border-color: var(--wp-admin-theme-color);
box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.components-checkbox-control__input[type=checkbox]::-moz-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.components-checkbox-control__input[type=checkbox]::placeholder {
color: rgba(30, 30, 30, 0.62);
}
.components-checkbox-control__input[type=checkbox]:focus {
box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.components-checkbox-control__input[type=checkbox]:checked {
background: var(--wp-admin-theme-color);
border-color: var(--wp-admin-theme-color);
}
.components-checkbox-control__input[type=checkbox]:checked::before, .components-checkbox-control__input[type=checkbox][aria-checked=mixed]::before {
margin: -3px -5px;
color: #fff;
}
@media (min-width: 782px) {
.components-checkbox-control__input[type=checkbox]:checked::before, .components-checkbox-control__input[type=checkbox][aria-checked=mixed]::before {
margin: -4px 0 0 -5px;
}
}
.components-checkbox-control__input[type=checkbox][aria-checked=mixed] {
background: var(--wp-admin-theme-color);
border-color: var(--wp-admin-theme-color);
}
.components-checkbox-control__input[type=checkbox][aria-checked=mixed]::before {
content: "\f460";
float: left;
display: inline-block;
vertical-align: middle;
width: 16px; font: normal 30px/1 dashicons;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@media (min-width: 782px) {
.components-checkbox-control__input[type=checkbox][aria-checked=mixed]::before {
float: none;
font-size: 21px;
}
}
.components-checkbox-control__input[type=checkbox][aria-disabled=true], .components-checkbox-control__input[type=checkbox]:disabled {
background: #f0f0f0;
border-color: #ddd;
cursor: default;
opacity: 1;
}
.components-checkbox-control__input[type=checkbox] {
background: #fff;
color: #1e1e1e;
clear: none;
display: inline-block;
line-height: 0;
margin: 0 4px 0 0;
outline: 0;
padding: 0 !important;
text-align: center;
vertical-align: top;
width: var(--checkbox-input-size);
height: var(--checkbox-input-size);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
@media not (prefers-reduced-motion) {
.components-checkbox-control__input[type=checkbox] {
transition: 0.1s border-color ease-in-out;
}
}
.components-checkbox-control__input[type=checkbox]:focus {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(2 * var(--wp-admin-border-width-focus)) var(--wp-admin-theme-color);
outline: 2px solid transparent;
outline-offset: 2px;
}
.components-checkbox-control__input[type=checkbox]:not(:disabled):is(:checked, :indeterminate) {
background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-checkbox-control__input[type=checkbox]:not(:disabled) {
cursor: var(--wpds-cursor-control, pointer);
}
.components-checkbox-control__input[type=checkbox]:checked::before {
content: none;
}
.components-checkbox-control__input-container {
position: relative;
display: inline-block;
margin-right: var(--checkbox-input-margin);
vertical-align: middle;
width: var(--checkbox-input-size);
aspect-ratio: 1;
line-height: 1;
flex-shrink: 0;
}
svg.components-checkbox-control__checked,
svg.components-checkbox-control__indeterminate {
--checkmark-size: var(--checkbox-input-size);
fill: #fff;
cursor: var(--wpds-cursor-control, pointer);
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: var(--checkmark-size);
height: var(--checkmark-size);
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
pointer-events: none;
}
@media (min-width: 600px) {
svg.components-checkbox-control__checked,
svg.components-checkbox-control__indeterminate {
--checkmark-size: calc(var(--checkbox-input-size) + 4px);
}
}
.components-checkbox-control:has(:disabled) svg.components-checkbox-control__checked,
.components-checkbox-control:has(:disabled) svg.components-checkbox-control__indeterminate {
fill: var(--wp-components-color-gray-400, var(--wpds-color-stroke-interactive-neutral, #8d8d8d));
}
.components-checkbox-control__help {
display: inline-block;
margin-inline-start: calc(var(--checkbox-input-size) + var(--checkbox-input-margin));
}
.components-circular-option-picker {
display: inline-block;
width: 100%;
min-width: 188px;
isolation: isolate;
}
.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper {
display: flex;
justify-content: flex-end;
margin-top: 12px;
}
.components-circular-option-picker .components-circular-option-picker__swatches {
display: flex;
flex-wrap: wrap;
gap: 12px;
position: relative;
z-index: 1;
}
.components-circular-option-picker > *:not(.components-circular-option-picker__swatches) {
position: relative;
z-index: 0;
}
.components-circular-option-picker__option-wrapper {
display: inline-block;
height: 28px;
width: 28px;
vertical-align: top;
transform: scale(1);
}
@media not (prefers-reduced-motion) {
.components-circular-option-picker__option-wrapper {
transition: 100ms transform ease;
will-change: transform;
}
}
.components-circular-option-picker__option-wrapper:hover {
transform: scale(1.2);
}
.components-circular-option-picker__option-wrapper > div {
height: 100%;
width: 100%;
}
.components-circular-option-picker__option-wrapper::before {
content: "";
position: absolute;
top: 1px;
left: 1px;
bottom: 1px;
right: 1px;
border-radius: 50%;
z-index: -1;
background: url('data:image/svg+xml,%3Csvg width="28" height="28" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6 8V6H4v2h2zM8 8V6h2v2H8zM10 16H8v-2h2v2zM12 16v-2h2v2h-2zM12 18v-2h-2v2H8v2h2v-2h2zM14 18v2h-2v-2h2zM16 18h-2v-2h2v2z" fill="%23555D65"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2v2zm-2-4v-2h2v2h-2z" fill="%23555D65"/%3E%3Cpath d="M18 18v2h-2v-2h2z" fill="%23555D65"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2H8zm0 2v-2H6v2h2zm2 0v-2h2v2h-2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2h-2z" fill="%23555D65"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4V0zm0 4V2H2v2h2zm2 0V2h2v2H6zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2H6z" fill="%23555D65"/%3E%3C/svg%3E');
}
.components-circular-option-picker__option {
display: inline-block;
vertical-align: top;
height: 100% !important;
aspect-ratio: 1;
border: none;
border-radius: 50%;
background: transparent;
box-shadow: inset 0 0 0 14px;
}
@media not (prefers-reduced-motion) {
.components-circular-option-picker__option {
transition: 100ms box-shadow ease;
}
}
.components-circular-option-picker__option {
cursor: var(--wpds-cursor-control, pointer);
}
.components-circular-option-picker__option:hover {
box-shadow: inset 0 0 0 14px !important;
}
.components-circular-option-picker__option[aria-pressed=true], .components-circular-option-picker__option[aria-selected=true] {
box-shadow: inset 0 0 0 4px;
position: relative;
z-index: 1;
overflow: visible;
}
.components-circular-option-picker__option[aria-pressed=true] + svg, .components-circular-option-picker__option[aria-selected=true] + svg {
position: absolute;
left: 2px;
top: 2px;
border-radius: 50%;
z-index: 2;
pointer-events: none;
}
.components-circular-option-picker__option::after {
content: "";
position: absolute;
top: -1px;
left: -1px;
bottom: -1px;
right: -1px;
border-radius: 50%;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
border: 1px solid transparent;
box-sizing: inherit;
}
.components-circular-option-picker__option:focus::after {
content: "";
border-radius: 50%;
box-shadow: inset 0 0 0 2px #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border: 2px solid #757575;
width: calc(100% + 4px);
height: calc(100% + 4px);
}
.components-circular-option-picker__option.components-button:focus {
background-color: transparent;
box-shadow: inset 0 0 0 14px;
outline: none;
}
.components-circular-option-picker__button-action .components-circular-option-picker__option {
color: #fff;
background: #fff;
}
.components-circular-option-picker__dropdown-link-action {
margin-right: 16px;
}
.components-circular-option-picker__dropdown-link-action .components-button {
line-height: 22px;
}
.components-palette-edit__popover-gradient-picker {
width: 260px;
padding: 8px;
}
.components-dropdown-menu__menu .components-palette-edit__menu-button {
width: 100%;
}
.component-color-indicator {
width: 20px;
height: 20px;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
border-radius: 50%;
display: inline-block;
padding: 0;
background: #fff linear-gradient(-45deg, transparent 48%, #ddd 48%, #ddd 52%, transparent 52%);
}
.components-combobox-control {
width: 100%;
}
input.components-combobox-control__input[type=text] {
width: 100%;
border: none;
box-shadow: none;
font-family: inherit;
font-size: 16px;
padding: 2px;
margin: 0;
line-height: inherit;
min-height: auto;
background: var(--wp-components-color-background, var(--wpds-color-background-surface-neutral-strong, #fff));
color: var(--wp-components-color-foreground, var(--wpds-color-foreground-content-neutral, #1e1e1e));
}
@media (min-width: 600px) {
input.components-combobox-control__input[type=text] {
font-size: 13px;
}
}
input.components-combobox-control__input[type=text]:focus {
outline: none;
box-shadow: none;
}
.components-combobox-control__suggestions-container {
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
padding: 6px 8px; font-size: 16px; line-height: normal;
box-shadow: 0 0 0 transparent;
border-radius: 2px;
border: 1px solid #949494;
}
@media not (prefers-reduced-motion) {
.components-combobox-control__suggestions-container {
transition: box-shadow 0.1s linear;
}
}
@media (min-width: 600px) {
.components-combobox-control__suggestions-container {
font-size: 13px; line-height: normal;
}
}
.components-combobox-control__suggestions-container:focus {
border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
box-shadow: 0 0 0 0.5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline: 2px solid transparent;
}
.components-combobox-control__suggestions-container::-moz-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.components-combobox-control__suggestions-container::placeholder {
color: rgba(30, 30, 30, 0.62);
}
.components-combobox-control__suggestions-container {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
width: 100%;
padding: 0;
}
.components-combobox-control__suggestions-container:focus-within {
border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
box-shadow: 0 0 0 0.5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline: 2px solid transparent;
}
.components-combobox-control__suggestions-container .components-spinner {
margin: 0;
}
.components-color-palette__custom-color-wrapper {
position: relative;
z-index: 0;
}
.components-color-palette__custom-color-button {
position: relative;
border: none;
background: none;
height: 64px;
width: 100%;
box-sizing: border-box;
cursor: var(--wpds-cursor-control, pointer);
outline: 1px solid transparent;
border-radius: 4px 4px 0 0;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.components-color-palette__custom-color-button:focus {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline-width: 2px;
}
.components-color-palette__custom-color-button::after {
content: "";
position: absolute;
inset: 1px;
z-index: -1;
border-radius: 3px 3px 0 0; background-image: repeating-linear-gradient(45deg, #e0e0e0 25%, transparent 25%, transparent 75%, #e0e0e0 75%, #e0e0e0), repeating-linear-gradient(45deg, #e0e0e0 25%, transparent 25%, transparent 75%, #e0e0e0 75%, #e0e0e0);
background-position: 0 0, 24px 24px; background-size: 48px 48px;
}
.components-color-palette__custom-color-text-wrapper {
padding: 12px 16px;
border-radius: 0 0 4px 4px;
position: relative;
font-size: 13px;
box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 0 rgba(0, 0, 0, 0.2), inset -1px 0 0 0 rgba(0, 0, 0, 0.2);
}
.components-color-palette__custom-color-name {
color: var(--wp-components-color-foreground, var(--wpds-color-foreground-content-neutral, #1e1e1e));
margin: 0 1px;
}
.components-color-palette__custom-color-value {
color: #757575;
}
.components-color-palette__custom-color-value--is-hex {
text-transform: uppercase;
}
.components-color-palette__custom-color-value:empty::after {
content: "​";
visibility: hidden;
}
.components-custom-gradient-picker__gradient-bar {
border-radius: 2px;
width: 100%;
height: 48px;
position: relative;
z-index: 1;
}
.components-custom-gradient-picker__gradient-bar.has-gradient { background-image: repeating-linear-gradient(45deg, #e0e0e0 25%, transparent 25%, transparent 75%, #e0e0e0 75%, #e0e0e0), repeating-linear-gradient(45deg, #e0e0e0 25%, transparent 25%, transparent 75%, #e0e0e0 75%, #e0e0e0);
background-position: 0 0, 12px 12px; background-size: 24px 24px;
}
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background {
position: absolute;
inset: 0;
}
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container {
position: relative;
width: calc(100% - 48px);
margin-left: auto;
margin-right: auto;
}
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown {
position: absolute;
height: 16px;
width: 16px;
top: 16px;
display: flex;
}
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown {
position: relative;
height: inherit;
width: inherit;
min-width: 16px !important;
border-radius: 50%;
background: #fff;
padding: 2px;
color: #1e1e1e;
}
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg {
height: 100%;
width: 100%;
}
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button {
height: inherit;
width: inherit;
border-radius: 50%;
padding: 0;
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 2px 0 rgba(0, 0, 0, 0.25);
outline: 2px solid transparent;
}
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus, .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active {
box-shadow: inset 0 0 0 calc(var(--wp-admin-border-width-focus) * 2) #fff, 0 0 2px 0 rgba(0, 0, 0, 0.25);
outline: 1.5px solid transparent;
}
.components-custom-gradient-picker__remove-control-point-wrapper {
padding-bottom: 8px;
}
.components-custom-gradient-picker__inserter { direction: ltr;
}
.components-custom-gradient-picker__liner-gradient-indicator {
display: inline-block;
flex: 0 auto;
width: 20px;
height: 20px;
}
.components-custom-gradient-picker__ui-line {
position: relative;
z-index: 0;
}
.components-drop-zone {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 40;
visibility: hidden;
opacity: 0;
border-radius: 2px;
}
.components-drop-zone.is-active {
opacity: 1;
visibility: visible;
}
.components-drop-zone .components-drop-zone__content {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
display: flex;
background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
align-items: center;
justify-content: center;
z-index: 50;
text-align: center;
color: #fff;
opacity: 0;
pointer-events: none;
}
.components-drop-zone .components-drop-zone__content-inner {
opacity: 0;
transform: scale(0.9);
}
.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content {
opacity: 1;
}
@media not (prefers-reduced-motion) {
.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content {
transition: opacity 0.2s ease-in-out;
}
}
.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner {
opacity: 1;
transform: scale(1);
}
@media not (prefers-reduced-motion) {
.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner {
transition: opacity 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out 0.1s;
}
}
.components-drop-zone__content-icon,
.components-drop-zone__content-text {
display: block;
}
.components-drop-zone__content-icon {
margin: 0 auto 8px;
line-height: 0;
fill: currentColor;
pointer-events: none;
}
.components-drop-zone__content-text {
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
}
.components-dropdown {
display: inline-block;
}
.components-dropdown__content .components-popover__content {
padding: 8px;
}
.components-dropdown__content .components-popover__content:has(.components-menu-group) {
padding: 0;
}
.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu > .components-menu-item__button,
.components-dropdown__content .components-popover__content:has(.components-menu-group) > .components-menu-item__button {
margin: 8px;
width: auto;
}
.components-dropdown__content [role=menuitem] {
white-space: nowrap;
}
.components-dropdown__content .components-menu-group {
padding: 8px;
}
.components-dropdown__content .components-menu-group + .components-menu-group {
border-top: 1px solid #ccc;
padding: 8px;
}
.components-dropdown__content.is-alternate .components-menu-group + .components-menu-group {
border-color: #1e1e1e;
}
.components-dropdown-menu__toggle {
vertical-align: top;
}
.components-dropdown-menu__menu {
width: 100%;
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
line-height: 1.4;
}
.components-dropdown-menu__menu .components-dropdown-menu__menu-item,
.components-dropdown-menu__menu .components-menu-item {
width: 100%;
padding: 6px;
outline: none;
cursor: var(--wpds-cursor-control, pointer);
white-space: nowrap;
font-weight: var(--wpds-typography-font-weight-default, 400);
}
.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,
.components-dropdown-menu__menu .components-menu-item.has-separator {
margin-top: 6px;
position: relative;
overflow: visible;
}
.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator::before,
.components-dropdown-menu__menu .components-menu-item.has-separator::before {
display: block;
content: "";
box-sizing: content-box;
background-color: var(--wpds-color-stroke-surface-neutral, #dbdbdb);
position: absolute;
top: -3px;
left: 0;
right: 0;
height: 1px;
}
.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,
.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,
.components-dropdown-menu__menu .components-menu-item.is-active svg,
.components-dropdown-menu__menu .components-menu-item.is-active .dashicon {
color: #fff;
background: #1e1e1e;
box-shadow: 0 0 0 1px #1e1e1e;
border-radius: 1px;
}
.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,
.components-dropdown-menu__menu .components-menu-item.is-icon-only {
width: auto;
}
.components-dropdown-menu__menu .components-menu-item__button,
.components-dropdown-menu__menu .components-menu-item__button.components-button {
min-height: 32px;
height: auto;
text-align: left;
padding-left: 8px;
padding-right: 8px;
}
.components-duotone-picker__color-indicator::before {
background: transparent;
}
.components-duotone-picker__color-indicator > .components-button {
background: linear-gradient(-45deg, transparent 48%, #ddd 48%, #ddd 52%, transparent 52%);
color: transparent;
}
.components-duotone-picker__color-indicator > .components-button.is-pressed:hover:not(:disabled) {
background: linear-gradient(-45deg, transparent 48%, #ddd 48%, #ddd 52%, transparent 52%);
color: transparent;
}
.components-duotone-picker__color-indicator > .components-button:hover:not(:disabled):not([aria-disabled=true]) {
color: transparent;
}
.components-duotone-picker__color-indicator > .components-button:not([aria-disabled=true]):active {
color: transparent;
}
.components-color-list-picker,
.components-color-list-picker__swatch-button {
width: 100%;
}
.components-color-list-picker__color-picker {
margin: 8px 0;
}
.components-color-list-picker__swatch-color {
margin: 2px;
}
.components-external-link {
color: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9));
text-decoration: none;
}
@media not (prefers-reduced-motion) {
.components-external-link {
transition: outline 0.1s ease-out;
}
}
.components-external-link {
outline: 0 solid transparent;
outline-offset: 1px;
}
.components-external-link:visited {
color: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9));
}
.components-external-link:hover, .components-external-link:active {
color: var(--wpds-color-foreground-interactive-brand-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 52%, black));
}
.components-external-link:focus {
outline: var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) solid var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9));
box-shadow: none;
border-radius: 0;
}
.components-external-link__contents {
text-decoration: underline;
text-underline-offset: 0.2em;
text-decoration-thickness: from-font;
}
.components-external-link__icon {
line-height: 1;
display: inline-block;
margin-inline-start: var(--wpds-dimension-padding-xs, 4px);
font-weight: var(--wpds-typography-font-weight-default, 400);
}
.components-form-toggle {
position: relative;
isolation: isolate;
display: inline-block;
height: 16px;
}
.components-form-toggle .components-form-toggle__track {
position: relative;
content: "";
display: inline-block;
box-sizing: border-box;
vertical-align: top;
background-color: #fff;
border: 1px solid #949494;
width: 32px;
height: 16px;
border-radius: 8px;
}
@media not (prefers-reduced-motion) {
.components-form-toggle .components-form-toggle__track {
transition: 0.2s background-color ease, 0.2s border-color ease;
}
}
.components-form-toggle .components-form-toggle__track {
overflow: hidden;
}
.components-form-toggle .components-form-toggle__track::after {
content: "";
position: absolute;
inset: 0;
box-sizing: border-box;
border-top: 16px solid transparent;
}
@media not (prefers-reduced-motion) {
.components-form-toggle .components-form-toggle__track::after {
transition: 0.2s opacity ease;
}
}
.components-form-toggle .components-form-toggle__track::after {
opacity: 0;
}
.components-form-toggle .components-form-toggle__thumb {
display: block;
position: absolute;
box-sizing: border-box;
top: 2px;
left: 2px;
width: 12px;
height: 12px;
border-radius: 50%;
}
@media not (prefers-reduced-motion) {
.components-form-toggle .components-form-toggle__thumb {
transition: 0.2s transform ease, 0.2s background-color ease-out;
}
}
.components-form-toggle .components-form-toggle__thumb {
background-color: #1e1e1e;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 1px 2px rgba(0, 0, 0, 0.02), 0 3px 3px rgba(0, 0, 0, 0.02), 0 4px 4px rgba(0, 0, 0, 0.01);
border: 6px solid transparent;
}
.components-form-toggle.is-checked .components-form-toggle__track {
background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-form-toggle.is-checked .components-form-toggle__track::after {
opacity: 1;
}
.components-form-toggle .components-form-toggle__input:focus + .components-form-toggle__track {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(2 * var(--wp-admin-border-width-focus)) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline: 2px solid transparent;
outline-offset: 2px;
}
.components-form-toggle.is-checked .components-form-toggle__thumb {
background-color: #fff;
border-width: 0;
transform: translateX(16px);
}
.components-form-toggle.is-disabled .components-form-toggle__track, .components-disabled .components-form-toggle .components-form-toggle__track {
background-color: var(--wp-components-color-gray-100, var(--wpds-color-background-surface-neutral, #fcfcfc));
border-color: var(--wpds-color-stroke-interactive-neutral-disabled, #dbdbdb);
}
@media (forced-colors: active) {
.components-form-toggle.is-disabled .components-form-toggle__track, .components-disabled .components-form-toggle .components-form-toggle__track {
border-color: GrayText;
}
}
.components-form-toggle.is-disabled .components-form-toggle__thumb, .components-disabled .components-form-toggle .components-form-toggle__thumb {
background-color: var(--wp-components-color-gray-400, var(--wpds-color-stroke-interactive-neutral, #8d8d8d));
box-shadow: none;
}
@media (forced-colors: active) {
.components-form-toggle.is-disabled .components-form-toggle__thumb, .components-disabled .components-form-toggle .components-form-toggle__thumb {
border-color: GrayText;
}
}
.components-form-toggle.is-disabled.is-checked .components-form-toggle__track, .components-disabled .components-form-toggle.is-checked .components-form-toggle__track {
background-color: var(--wp-components-color-gray-400, var(--wpds-color-stroke-interactive-neutral, #8d8d8d));
border-color: var(--wp-components-color-gray-400, var(--wpds-color-stroke-interactive-neutral, #8d8d8d));
}
@media (forced-colors: active) {
.components-form-toggle.is-disabled.is-checked .components-form-toggle__track, .components-disabled .components-form-toggle.is-checked .components-form-toggle__track {
border-color: GrayText;
}
.components-form-toggle.is-disabled.is-checked .components-form-toggle__track::after, .components-disabled .components-form-toggle.is-checked .components-form-toggle__track::after {
border-top-color: GrayText;
}
}
.components-form-toggle.is-disabled.is-checked .components-form-toggle__thumb, .components-disabled .components-form-toggle.is-checked .components-form-toggle__thumb {
background-color: #fff;
}
.components-form-toggle input.components-form-toggle__input[type=checkbox] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
margin: 0;
padding: 0;
z-index: 1;
border: none;
}
.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked {
background: none;
}
.components-form-toggle input.components-form-toggle__input[type=checkbox]::before {
content: "";
}
.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled, [aria-disabled=true]) {
cursor: var(--wpds-cursor-control, pointer);
}
.components-form-token-field__input-container {
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
padding: 6px 8px; font-size: 16px; line-height: normal;
box-shadow: 0 0 0 transparent;
border-radius: 2px;
border: 1px solid #949494;
}
@media not (prefers-reduced-motion) {
.components-form-token-field__input-container {
transition: box-shadow 0.1s linear;
}
}
@media (min-width: 600px) {
.components-form-token-field__input-container {
font-size: 13px; line-height: normal;
}
}
.components-form-token-field__input-container:focus {
border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
box-shadow: 0 0 0 0.5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline: 2px solid transparent;
}
.components-form-token-field__input-container::-moz-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.components-form-token-field__input-container::placeholder {
color: rgba(30, 30, 30, 0.62);
}
.components-form-token-field__input-container {
width: 100%;
padding: 0;
cursor: text;
}
.components-form-token-field__input-container.is-disabled {
background: var(--wp-components-color-gray-100, var(--wpds-color-background-surface-neutral, #fcfcfc));
border-color: var(--wp-components-color-gray-400, var(--wpds-color-stroke-interactive-neutral, #8d8d8d));
cursor: default;
}
.components-form-token-field__input-container.is-active {
border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
box-shadow: 0 0 0 0.5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline: 2px solid transparent;
}
.components-form-token-field__input-container input[type=text].components-form-token-field__input {
display: inline-block;
flex: 1;
font-family: inherit;
font-size: 16px;
line-height: 1;
width: 100%;
max-width: 100%;
margin-left: 4px;
padding: 0;
min-height: 24px;
min-width: 50px;
background: inherit;
border: 0;
color: var(--wp-components-color-foreground, var(--wpds-color-foreground-content-neutral, #1e1e1e));
box-shadow: none;
}
@media (min-width: 600px) {
.components-form-token-field__input-container input[type=text].components-form-token-field__input {
font-size: 13px;
}
}
.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus, .components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input {
outline: none;
box-shadow: none;
}
.components-form-token-field__input-container .components-form-token-field__token + input[type=text].components-form-token-field__input {
width: auto;
}
.components-form-token-field__token {
font-size: 13px;
display: flex;
color: #1e1e1e;
max-width: 100%;
}
.components-form-token-field__token.is-success .components-form-token-field__token-text,
.components-form-token-field__token.is-success .components-form-token-field__remove-token {
background: #4ab866;
}
.components-form-token-field__token.is-error .components-form-token-field__token-text,
.components-form-token-field__token.is-error .components-form-token-field__remove-token {
background: #cc1818;
}
.components-form-token-field__token.is-validating .components-form-token-field__token-text,
.components-form-token-field__token.is-validating .components-form-token-field__remove-token {
color: #757575;
}
.components-form-token-field__token.is-disabled .components-form-token-field__token-text,
.components-form-token-field__token.is-disabled .components-form-token-field__remove-token.components-button {
background: var(--wp-components-color-gray-100, var(--wpds-color-background-surface-neutral, #fcfcfc));
color: var(--wp-components-color-gray-600, var(--wpds-color-stroke-interactive-neutral, #8d8d8d));
}
.components-form-token-field__token.is-borderless {
position: relative;
padding: 0 24px 0 0;
}
.components-form-token-field__token.is-borderless .components-form-token-field__token-text {
background: transparent;
}
.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text {
color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-form-token-field__token.is-borderless .components-form-token-field__remove-token {
background: transparent;
color: #757575;
position: absolute;
top: 1px;
right: 0;
}
.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text {
color: #4ab866;
}
.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text {
color: #cc1818;
padding: 0 4px 0 6px;
}
.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text {
color: #1e1e1e;
}
.components-form-token-field__token-text,
.components-form-token-field__remove-token.components-button {
display: inline-block;
height: auto;
background: #ddd;
min-width: unset;
}
@media not (prefers-reduced-motion) {
.components-form-token-field__token-text,
.components-form-token-field__remove-token.components-button {
transition: all 0.2s cubic-bezier(0.4, 1, 0.4, 1);
}
}
.components-form-token-field__token-text {
border-radius: 1px 0 0 1px;
padding: 0 0 0 8px;
line-height: 24px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.components-form-token-field__remove-token.components-button {
border-radius: 0 1px 1px 0;
color: #1e1e1e;
line-height: 10px;
overflow: initial;
}
.components-form-token-field__remove-token.components-button:hover:not(:disabled) {
color: #1e1e1e;
}
.components-form-token-field__suggestions-list {
flex: 1 0 100%;
min-width: 100%;
max-height: 128px;
overflow-y: auto;
}
@media not (prefers-reduced-motion) {
.components-form-token-field__suggestions-list {
transition: all 0.15s ease-in-out;
}
}
.components-form-token-field__suggestions-list {
list-style: none;
box-shadow: inset 0 1px 0 0 #949494;
margin: 0;
padding: 0;
}
.components-form-token-field__suggestion {
color: var(--wp-components-color-foreground, var(--wpds-color-foreground-content-neutral, #1e1e1e));
display: block;
font-size: 13px;
padding: 8px 12px;
min-height: 32px;
margin: 0;
box-sizing: border-box;
}
.components-form-token-field__suggestion.is-selected {
background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
color: var(--wp-components-color-foreground-inverted, var(--wpds-color-background-surface-neutral, #fcfcfc));
}
.components-form-token-field__suggestion[aria-disabled=true] {
pointer-events: none;
color: #949494;
}
.components-form-token-field__suggestion[aria-disabled=true].is-selected {
background: color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%, transparent);
}
.components-form-token-field__suggestion:not(.is-empty) {
cursor: var(--wpds-cursor-control, pointer);
}
@media (min-width: 600px) {
.components-guide {
width: 600px;
}
}
.components-guide .components-modal__content {
padding: 0;
margin-top: 0;
}
.components-guide .components-modal__content::before {
content: none;
}
.components-guide .components-modal__header {
border-bottom: none;
padding: 0;
position: sticky;
height: 64px;
}
.components-guide .components-modal__header .components-button {
align-self: flex-start;
margin: 8px 8px 0 0;
position: static;
}
.components-guide .components-guide__container {
display: flex;
flex-direction: column;
justify-content: space-between;
margin-top: -64px;
min-height: 100%;
}
.components-guide .components-guide__page {
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
}
@media (min-width: 600px) {
.components-guide .components-guide__page {
min-height: 300px;
}
}
.components-guide .components-guide__footer {
align-content: center;
display: flex;
height: 36px;
justify-content: center;
margin: 0 0 24px 0;
padding: 0 24px;
position: relative;
width: 100%;
}
.components-guide .components-guide__page-control {
margin: 0;
text-align: center;
}
.components-guide .components-guide__page-control li {
display: inline-block;
margin: 0;
}
.components-guide .components-guide__page-control .components-button {
margin: -6px 0;
color: #e0e0e0;
}
.components-guide .components-guide__page-control li[aria-current=step] .components-button {
color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-modal__frame.components-guide {
border: none;
min-width: 312px;
max-height: 575px;
}
@media (max-width: 600px) {
.components-modal__frame.components-guide {
margin: auto;
max-width: calc(100vw - 16px * 2);
}
}
.components-button.components-guide__back-button, .components-button.components-guide__forward-button, .components-button.components-guide__finish-button {
position: absolute;
}
.components-button.components-guide__back-button {
left: 24px;
}
.components-button.components-guide__forward-button, .components-button.components-guide__finish-button {
right: 24px;
}
[role=region] {
position: relative;
}
[role=region].interface-interface-skeleton__content:focus-visible::after {
content: "";
position: absolute;
pointer-events: none;
top: 0;
right: 0;
bottom: 0;
left: 0;
outline-color: var(--wp-admin-theme-color);
outline-style: solid;
outline-width: calc(2 * var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1));
outline-offset: calc(2 * -1 * var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1));
box-shadow: inset 0 0 0 calc(2 * var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1) + 0.5px) rgba(255, 255, 255, 0.7);
z-index: 1000000;
}
.is-focusing-regions [role=region]:focus::after {
content: "";
position: absolute;
pointer-events: none;
top: 0;
right: 0;
bottom: 0;
left: 0;
outline-color: var(--wp-admin-theme-color);
outline-style: solid;
outline-width: calc(2 * var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1));
outline-offset: calc(2 * -1 * var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1));
box-shadow: inset 0 0 0 calc(2 * var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1) + 0.5px) rgba(255, 255, 255, 0.7);
z-index: 1000000;
}
.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header,
.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,
.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,
.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,
.is-focusing-regions .editor-post-publish-panel {
outline-color: var(--wp-admin-theme-color);
outline-style: solid;
outline-width: calc(2 * var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1));
outline-offset: calc(2 * -1 * var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1));
box-shadow: inset 0 0 0 calc(2 * var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1) + 0.5px) rgba(255, 255, 255, 0.7);
}
.components-menu-group + .components-menu-group {
padding-top: 8px;
border-top: 1px solid #1e1e1e;
}
.components-menu-group + .components-menu-group.has-hidden-separator {
border-top: none;
margin-top: 0;
padding-top: 0;
}
.components-menu-group:has(> div:empty) {
display: none;
}
.components-menu-group__label {
padding: 0 8px;
margin-top: 4px;
margin-bottom: 12px;
color: #757575;
text-transform: uppercase;
font-size: 11px;
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
white-space: nowrap;
}
.components-menu-item__button,
.components-menu-item__button.components-button {
width: 100%;
font-weight: var(--wpds-typography-font-weight-default, 400);
}
.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child, .components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,
.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,
.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child {
padding-right: 48px;
box-sizing: initial;
}
.components-menu-item__button .components-menu-items__item-icon,
.components-menu-item__button.components-button .components-menu-items__item-icon {
display: inline-block;
flex: 0 0 auto;
}
.components-menu-item__button .components-menu-items__item-icon.has-icon-right,
.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right {
margin-right: -2px;
margin-left: 24px;
}
.components-menu-item__button .components-menu-item__shortcut + .components-menu-items__item-icon.has-icon-right,
.components-menu-item__button.components-button .components-menu-item__shortcut + .components-menu-items__item-icon.has-icon-right {
margin-left: 8px;
}
.components-menu-item__button .block-editor-block-icon,
.components-menu-item__button.components-button .block-editor-block-icon {
margin-left: -2px;
margin-right: 8px;
}
.components-menu-item__button.is-primary,
.components-menu-item__button.components-button.is-primary {
justify-content: center;
}
.components-menu-item__button.is-primary .components-menu-item__item,
.components-menu-item__button.components-button.is-primary .components-menu-item__item {
margin-right: 0;
}
.components-menu-item__button:disabled.is-tertiary, .components-menu-item__button[aria-disabled=true].is-tertiary,
.components-menu-item__button.components-button:disabled.is-tertiary,
.components-menu-item__button.components-button[aria-disabled=true].is-tertiary {
background: none;
color: var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6));
opacity: 0.3;
}
.components-menu-item__info-wrapper {
display: flex;
flex-direction: column;
margin-right: auto;
}
.components-menu-item__info {
margin-top: 4px;
font-size: 12px;
color: #757575;
white-space: normal;
}
.components-menu-item__item {
white-space: nowrap;
min-width: 160px;
margin-right: auto;
display: inline-flex;
align-items: center;
}
.components-menu-item__shortcut {
align-self: center;
margin-right: 0;
margin-left: auto;
padding-left: 24px;
color: currentColor;
display: none;
}
@media (min-width: 480px) {
.components-menu-item__shortcut {
display: inline;
}
}
.components-menu-items-choice,
.components-menu-items-choice.components-button {
min-height: 40px;
height: auto;
}
.components-menu-items-choice svg,
.components-menu-items-choice.components-button svg {
margin-right: 12px;
}
.components-menu-items-choice.has-icon,
.components-menu-items-choice.components-button.has-icon {
padding-left: 12px;
}
body.modal-open {
overflow: hidden;
}
.components-modal__screen-overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.35);
z-index: 100000;
display: flex;
}
@keyframes __wp-base-styles-fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@media not (prefers-reduced-motion) {
.components-modal__screen-overlay {
animation: __wp-base-styles-fade-in var(--wpds-motion-duration-sm, 100ms) var(--wpds-motion-easing-subtle, cubic-bezier(0.15, 0, 0.15, 1)) 0s;
animation-fill-mode: forwards;
}
}
@keyframes __wp-base-styles-fade-out {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@media not (prefers-reduced-motion) {
.components-modal__screen-overlay.is-animating-out {
animation: __wp-base-styles-fade-out var(--wpds-motion-duration-sm, 100ms) var(--wpds-motion-easing-subtle, cubic-bezier(0.15, 0, 0.15, 1)) var(--wpds-motion-duration-xs, 50ms);
animation-fill-mode: forwards;
}
}
.components-modal__frame {
box-sizing: border-box;
}
.components-modal__frame *,
.components-modal__frame *::before,
.components-modal__frame *::after {
box-sizing: inherit;
}
.components-modal__frame {
align-self: flex-end;
margin: 0;
width: 100%;
max-height: calc(100% - 40px);
background: #fff;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08), 0 15px 27px rgba(0, 0, 0, 0.07), 0 30px 36px rgba(0, 0, 0, 0.04), 0 50px 43px rgba(0, 0, 0, 0.02);
border-radius: 8px 8px 0 0;
overflow: hidden;
display: flex;
color: #1e1e1e;
animation-name: components-modal__appear-animation;
animation-fill-mode: forwards;
animation-timing-function: var(--wpds-motion-easing-expressive, cubic-bezier(0.25, 0, 0, 1));
}
.components-modal__frame h1,
.components-modal__frame h2,
.components-modal__frame h3 {
color: #1e1e1e;
}
@media not (prefers-reduced-motion) {
.components-modal__frame {
animation-duration: var(--wpds-motion-duration-md, 200ms);
}
}
.components-modal__screen-overlay.is-animating-out .components-modal__frame {
animation-name: components-modal__disappear-animation;
animation-timing-function: var(--wpds-motion-easing-expressive, cubic-bezier(0.25, 0, 0, 1));
}
@media (min-width: 600px) {
.components-modal__frame {
align-self: auto;
border-radius: 8px;
margin: auto;
width: auto;
min-width: var(--wpds-dimension-surface-width-sm, 320px);
max-width: calc(100% - 32px);
max-height: calc(100% - 128px);
}
.components-modal__frame.has-size-small, .components-modal__frame.has-size-medium, .components-modal__frame.has-size-large {
width: 100%;
}
.components-modal__frame.has-size-small {
max-width: var(--wpds-dimension-surface-width-md, 400px);
}
.components-modal__frame.has-size-medium {
max-width: var(--wpds-dimension-surface-width-lg, 560px);
}
.components-modal__frame.has-size-large {
max-width: var(--wpds-dimension-surface-width-2xl, 960px);
}
}
@media (min-width: 960px) {
.components-modal__frame {
max-height: 70%;
}
}
.components-modal__frame.is-full-screen {
margin: 0;
width: 100%;
height: 100%;
max-height: none;
border-radius: 0;
}
.components-modal__frame.is-full-screen :where(.components-modal__content) {
display: flex;
margin-bottom: 24px;
padding-bottom: 0;
}
.components-modal__frame.is-full-screen :where(.components-modal__content) > :last-child {
flex: 1;
}
@media (min-width: 600px) {
.components-modal__frame.is-full-screen {
margin: auto;
border-radius: 8px;
width: calc(100% - 32px);
height: calc(100% - 32px);
}
}
@media (min-width: 782px) {
.components-modal__frame.is-full-screen {
width: calc(100% - 80px);
height: calc(100% - 80px);
max-width: none;
}
}
@keyframes components-modal__appear-animation {
from {
opacity: 0;
transform: translateY(100%);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes components-modal__disappear-animation {
from {
opacity: 1;
transform: translateY(0);
}
to {
opacity: 0;
transform: translateY(100%);
}
}
@media (min-width: 600px) {
@keyframes components-modal__appear-animation {
from {
opacity: 0;
transform: scale(0.9);
}
to {
opacity: 1;
transform: scale(1);
}
}
@keyframes components-modal__disappear-animation {
from {
opacity: 1;
transform: scale(1);
}
to {
opacity: 0;
transform: scale(0.9);
}
}
}
.components-modal__header {
box-sizing: border-box;
border-bottom: 1px solid transparent;
padding: 24px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: 72px;
width: 100%;
z-index: 10;
position: absolute;
top: 0;
left: 0;
}
.components-modal__header .components-modal__header-heading {
font-size: 20px;
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
}
.components-modal__header h1 {
line-height: 1;
margin: 0;
}
.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header {
border-bottom-color: var(--wpds-color-stroke-surface-neutral, #dbdbdb);
}
.components-modal__header + p {
margin-top: 0;
}
.components-modal__header-heading-container {
align-items: center;
flex-grow: 1;
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.components-modal__header-icon-container {
display: inline-block;
}
.components-modal__header-icon-container svg {
max-width: 36px;
max-height: 36px;
padding: 8px;
}
.components-modal__content {
flex: 1;
margin-top: 72px;
padding: 4px 24px 24px;
overflow: auto;
}
.components-modal__content.hide-header {
margin-top: 0;
padding-top: 24px;
}
.components-modal__content.is-scrollable:focus-visible {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline: 2px solid transparent;
outline-offset: -2px;
}
.components-notice {
--wp-components-notice-background-color: var(--wpds-color-background-surface-info-weak, #f3f9ff);
--wp-components-notice-border-color: var(--wpds-color-stroke-surface-info, #a9c6e7);
--wp-components-notice-text-color: var(--wpds-color-foreground-content-info, #001b4f);
box-sizing: border-box;
display: grid;
grid-template-columns: 1fr auto;
align-items: start;
padding: var(--wpds-dimension-padding-md, 12px);
border: var(--wpds-border-width-xs, 1px) solid var(--wp-components-notice-border-color);
border-radius: var(--wpds-border-radius-lg, 8px);
background-color: var(--wp-components-notice-background-color);
color: var(--wp-components-notice-text-color);
font-family: var(--wpds-typography-font-family-body, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
font-size: var(--wpds-typography-font-size-md, 13px);
line-height: var(--wpds-typography-line-height-sm, 20px);
}
.components-notice.is-success {
--wp-components-notice-background-color: var(--wpds-color-background-surface-success-weak, #ebffed);
--wp-components-notice-border-color: var(--wpds-color-stroke-surface-success, #94d29e);
--wp-components-notice-text-color: var(--wpds-color-foreground-content-success, #002900);
}
.components-notice.is-warning {
--wp-components-notice-background-color: var(--wpds-color-background-surface-warning-weak, #fff7e1);
--wp-components-notice-border-color: var(--wpds-color-stroke-surface-warning, #e1bc7c);
--wp-components-notice-text-color: var(--wpds-color-foreground-content-warning, #2e1900);
}
.components-notice.is-error {
--wp-components-notice-background-color: var(--wpds-color-background-surface-error-weak, #fff6f5);
--wp-components-notice-border-color: var(--wpds-color-stroke-surface-error, #dab1aa);
--wp-components-notice-text-color: var(--wpds-color-foreground-content-error, #470000);
}
.components-notice__content {
grid-column: 1;
grid-row: 1;
padding-block: calc((var(--wpds-dimension-size-sm, 24px) - 1lh) / 2);
}
.components-notice__actions {
grid-column: 1;
grid-row: 2;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: var(--wpds-dimension-gap-md, 12px);
margin-top: var(--wpds-dimension-gap-sm, 8px);
}
.components-notice__dismiss {
grid-column: 2;
grid-row: 1;
color: var(--wpds-color-foreground-interactive-neutral, #1e1e1e);
margin-inline-start: var(--wpds-dimension-gap-xs, 4px);
}
.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover, .components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active, .components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus {
color: var(--wpds-color-foreground-interactive-neutral-active, #1e1e1e);
background-color: transparent;
}
.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
box-shadow: none;
}
.components-notice-list {
display: flex;
flex-direction: column;
gap: var(--wpds-dimension-gap-md, 12px);
max-width: 100vw;
box-sizing: border-box;
}
.components-panel {
background: #fff;
border: 1px solid #e0e0e0;
}
.components-panel > .components-panel__header:first-child,
.components-panel > .components-panel__body:first-child {
margin-top: -1px;
}
.components-panel > .components-panel__header:last-child,
.components-panel > .components-panel__body:last-child {
border-bottom-width: 0;
}
.components-panel + .components-panel {
margin-top: -1px;
}
.components-panel__body {
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
}
.components-panel__body h3 {
margin: 0 0 0.5em;
}
.components-panel__body.is-opened {
padding: 16px;
}
.components-panel__header {
display: flex;
flex-shrink: 0;
justify-content: space-between;
align-items: center;
padding: 0 16px;
border-bottom: 1px solid var(--wpds-color-stroke-surface-neutral, #dbdbdb);
box-sizing: content-box;
height: 47px;
}
.components-panel__header h2 {
margin: 0;
font-size: inherit;
color: inherit;
}
.components-panel__body + .components-panel__body,
.components-panel__body + .components-panel__header,
.components-panel__header + .components-panel__body,
.components-panel__header + .components-panel__header {
margin-top: -1px;
}
.components-panel__body > .components-panel__body-title {
display: block;
padding: 0;
font-size: inherit;
margin-top: 0;
margin-bottom: 0;
}
@media not (prefers-reduced-motion) {
.components-panel__body > .components-panel__body-title {
transition: 0.1s background ease-in-out;
}
}
.components-panel__body.is-opened > .components-panel__body-title {
margin: -16px;
margin-bottom: 5px;
}
.components-panel__body > .components-panel__body-title:hover {
background: #f0f0f0;
border: none;
}
.components-panel__body-toggle.components-button {
position: relative;
padding: 16px 48px 16px 16px;
width: 100%;
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
text-align: left;
color: #1e1e1e;
}
@media not (prefers-reduced-motion) {
.components-panel__body-toggle.components-button {
transition: 0.1s background ease-in-out;
}
}
.components-panel__body-toggle.components-button {
height: auto;
}
.components-panel__body-toggle.components-button:focus {
outline-offset: calc(var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) * -1);
border-radius: 0;
}
.components-panel__body-toggle.components-button .components-panel__arrow {
position: absolute;
right: 16px;
top: 50%;
transform: translateY(-50%);
color: #1e1e1e;
fill: currentColor;
}
@media not (prefers-reduced-motion) {
.components-panel__body-toggle.components-button .components-panel__arrow {
transition: 0.1s color ease-in-out;
}
}
.components-panel__body-toggle.components-button { }
body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right {
transform: scaleX(-1);
margin-top: -10px;
}
.components-panel__body-toggle.components-button { }
.components-panel__icon {
color: #757575;
margin: -2px 0 -2px 6px;
}
.components-panel__body-toggle-icon {
margin-right: -5px;
}
.components-panel__color-title {
float: left;
height: 19px;
}
.components-panel__row {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 8px;
min-height: 36px;
}
.components-panel__row select {
min-width: 0;
}
.components-panel__row label {
margin-right: 12px;
flex-shrink: 0;
max-width: 75%;
}
.components-panel__row:empty, .components-panel__row:first-of-type {
margin-top: 0;
}
.components-panel .circle-picker {
padding-bottom: 20px;
}
.components-placeholder.components-placeholder {
font-size: 13px;
box-sizing: border-box;
position: relative;
padding: 24px;
width: 100%;
text-align: left;
margin: 0;
color: #1e1e1e;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 16px;
-webkit-font-smoothing: subpixel-antialiased;
border-radius: 2px;
background-color: #fff;
box-shadow: inset 0 0 0 1px #1e1e1e;
outline: 1px solid transparent;
}
.components-placeholder__error,
.components-placeholder__instructions,
.components-placeholder__label,
.components-placeholder__fieldset {
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
letter-spacing: initial;
line-height: initial;
text-transform: none;
font-weight: normal;
}
.components-placeholder__label {
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
align-items: center;
display: flex;
}
.components-placeholder__label > svg,
.components-placeholder__label .dashicon,
.components-placeholder__label .block-editor-block-icon {
margin-right: 4px;
fill: currentColor;
}
@media (forced-colors: active) {
.components-placeholder__label > svg,
.components-placeholder__label .dashicon,
.components-placeholder__label .block-editor-block-icon {
fill: CanvasText;
}
}
.components-placeholder__label:empty {
display: none;
}
.components-placeholder__fieldset,
.components-placeholder__fieldset form {
display: flex;
flex-direction: row;
width: 100%;
flex-wrap: wrap;
gap: 16px;
justify-content: flex-start;
}
.components-placeholder__fieldset p,
.components-placeholder__fieldset form p {
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
}
.components-placeholder__fieldset.is-column-layout,
.components-placeholder__fieldset.is-column-layout form {
flex-direction: column;
}
.components-placeholder__input[type=url] {
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
padding: 6px 8px; font-size: 16px; line-height: normal;
box-shadow: 0 0 0 transparent;
border-radius: 2px;
border: 1px solid #949494;
}
@media not (prefers-reduced-motion) {
.components-placeholder__input[type=url] {
transition: box-shadow 0.1s linear;
}
}
@media (min-width: 600px) {
.components-placeholder__input[type=url] {
font-size: 13px; line-height: normal;
}
}
.components-placeholder__input[type=url]:focus {
border-color: var(--wp-admin-theme-color);
box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.components-placeholder__input[type=url]::-moz-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.components-placeholder__input[type=url]::placeholder {
color: rgba(30, 30, 30, 0.62);
}
.components-placeholder__input[type=url] {
flex: 1 1 auto;
}
.components-placeholder__error {
width: 100%;
gap: 8px;
}
.components-placeholder__fieldset .components-button:not(.is-link) ~ .components-button.is-link {
margin-left: 10px;
margin-right: 10px;
}
.components-placeholder__fieldset .components-button:not(.is-link) ~ .components-button.is-link:last-child {
margin-right: 0;
}
.components-placeholder.is-medium .components-placeholder__instructions, .components-placeholder.is-small .components-placeholder__instructions {
display: none;
}
.components-placeholder.is-medium .components-placeholder__fieldset,
.components-placeholder.is-medium .components-placeholder__fieldset form, .components-placeholder.is-small .components-placeholder__fieldset,
.components-placeholder.is-small .components-placeholder__fieldset form {
flex-direction: column;
}
.components-placeholder.is-medium .components-placeholder__fieldset > *,
.components-placeholder.is-medium .components-button, .components-placeholder.is-small .components-placeholder__fieldset > *,
.components-placeholder.is-small .components-button {
width: 100%;
justify-content: center;
}
.components-placeholder.is-small {
padding: 16px;
} .components-placeholder.has-illustration {
color: inherit;
display: flex;
box-shadow: none;
border-radius: 0;
backdrop-filter: blur(100px);
background-color: transparent;
backface-visibility: hidden;
}
.is-dark-theme .components-placeholder.has-illustration {
background-color: rgba(0, 0, 0, 0.1);
}
.components-placeholder.has-illustration .components-placeholder__fieldset {
margin-left: 0;
margin-right: 0;
}
.components-placeholder.has-illustration .components-placeholder__label,
.components-placeholder.has-illustration .components-placeholder__instructions,
.components-placeholder.has-illustration .components-button {
opacity: 0;
pointer-events: none;
}
@media not (prefers-reduced-motion) {
.components-placeholder.has-illustration .components-placeholder__label,
.components-placeholder.has-illustration .components-placeholder__instructions,
.components-placeholder.has-illustration .components-button {
transition: opacity 0.1s linear;
}
}
.is-selected > .components-placeholder.has-illustration .components-placeholder__label,
.is-selected > .components-placeholder.has-illustration .components-placeholder__instructions,
.is-selected > .components-placeholder.has-illustration .components-button {
opacity: 1;
pointer-events: auto;
}
.components-placeholder.has-illustration::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
pointer-events: none;
background: currentColor;
opacity: 0.1;
}
.components-placeholder.has-illustration {
overflow: hidden;
}
.is-selected .components-placeholder.has-illustration {
overflow: auto;
}
.components-placeholder__preview {
display: flex;
justify-content: center;
}
.components-placeholder__illustration {
box-sizing: content-box;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
stroke: currentColor;
opacity: 0.25;
}
.components-popover {
box-sizing: border-box;
}
.components-popover *,
.components-popover *::before,
.components-popover *::after {
box-sizing: inherit;
}
.components-popover {
z-index: 1000000;
will-change: transform;
}
.components-popover.is-expanded {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1000000 !important;
}
.components-popover__content {
background: #fff;
box-shadow: 0 0 0 1px #ccc, 0 2px 3px rgba(0, 0, 0, 0.05), 0 4px 5px rgba(0, 0, 0, 0.04), 0 12px 12px rgba(0, 0, 0, 0.03), 0 16px 16px rgba(0, 0, 0, 0.02);
border-radius: 4px;
box-sizing: border-box;
width: -moz-min-content;
width: min-content;
}
.is-alternate .components-popover__content {
box-shadow: 0 0 0 1px #1e1e1e;
border-radius: 2px;
}
.is-unstyled .components-popover__content {
background: none;
border-radius: 0;
box-shadow: none;
}
.components-popover.is-expanded .components-popover__content {
position: static;
height: calc(100% - 48px);
overflow-y: visible;
width: auto;
box-shadow: 0 -1px 0 0 #ccc;
}
.components-popover.is-expanded.is-alternate .components-popover__content {
box-shadow: 0 -1px 0 #1e1e1e;
}
.components-popover__header {
align-items: center;
background: #fff;
display: flex;
height: 48px;
justify-content: space-between;
padding: 0 8px 0 16px;
}
.components-popover__header-title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
.components-popover__arrow {
position: absolute;
width: 14px;
height: 14px;
pointer-events: none;
display: flex;
}
.components-popover__arrow::before {
content: "";
position: absolute;
top: -1px;
left: 1px;
height: 2px;
right: 1px;
background-color: #fff;
}
.components-popover__arrow.is-top {
bottom: -14px !important;
transform: rotate(0);
}
.components-popover__arrow.is-right { left: -14px !important;
transform: rotate(90deg);
}
.components-popover__arrow.is-bottom {
top: -14px !important;
transform: rotate(180deg);
}
.components-popover__arrow.is-left { right: -14px !important;
transform: rotate(-90deg); }
.components-popover__triangle {
display: block;
flex: 1;
}
.components-popover__triangle-bg {
fill: #fff;
}
.components-popover__triangle-border {
fill: transparent;
stroke-width: 1px;
stroke: #ccc;
}
.is-alternate .components-popover__triangle-border {
stroke: #1e1e1e;
}
.components-radio-control {
border: 0;
margin: 0;
padding: 0;
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
}
.components-radio-control__group-wrapper.has-help {
margin-block-end: 12px;
}
.components-radio-control__option {
display: grid;
grid-template-columns: auto 1fr;
grid-template-rows: auto minmax(0, max-content);
-moz-column-gap: 8px;
column-gap: 8px;
align-items: center;
}
.components-radio-control__input[type=radio] {
grid-column: 1;
grid-row: 1;
border: 1px solid #1e1e1e;
margin-right: 12px;
transition: none;
border-radius: 50%;
width: 24px;
height: 24px;
min-width: 24px;
max-width: 24px;
position: relative;
}
@media not (prefers-reduced-motion) {
.components-radio-control__input[type=radio] {
transition: box-shadow 0.1s linear;
}
}
@media (min-width: 600px) {
.components-radio-control__input[type=radio] {
height: 16px;
width: 16px;
min-width: 16px;
max-width: 16px;
}
}
.components-radio-control__input[type=radio]:checked::before {
box-sizing: inherit;
width: 12px;
height: 12px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
background-color: #fff;
border: 4px solid #fff;
}
@media (min-width: 600px) {
.components-radio-control__input[type=radio]:checked::before {
width: 8px;
height: 8px;
}
}
.components-radio-control__input[type=radio]:focus {
box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.components-radio-control__input[type=radio]:checked {
background: var(--wp-admin-theme-color);
border: none;
}
.components-radio-control__input[type=radio] {
display: inline-flex;
margin: 0;
padding: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.components-radio-control__input[type=radio]:not(:disabled) {
cursor: var(--wpds-cursor-control, pointer);
}
.components-radio-control__input[type=radio]:focus {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(2 * var(--wp-admin-border-width-focus)) var(--wp-admin-theme-color);
outline: 2px solid transparent;
outline-offset: 2px;
}
.components-radio-control__input[type=radio]:checked {
background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-radio-control__input[type=radio]:checked::before {
content: "";
border-radius: 50%;
}
.components-radio-control__input[type=radio]:disabled {
background: var(--wp-components-color-gray-100, var(--wpds-color-background-surface-neutral, #fcfcfc));
border: 1px solid var(--wpds-color-stroke-interactive-neutral-disabled, #dbdbdb);
opacity: 1;
}
.components-radio-control__input[type=radio]:disabled:checked::before {
border-color: var(--wp-components-color-gray-400, var(--wpds-color-stroke-interactive-neutral, #8d8d8d));
opacity: 1;
}
.components-radio-control__label {
grid-column: 2;
grid-row: 1;
}
.components-radio-control:not(:disabled) .components-radio-control__label {
cursor: var(--wpds-cursor-control, pointer);
}
.components-radio-control__label {
line-height: 24px;
}
@media (min-width: 600px) {
.components-radio-control__label {
line-height: 16px;
}
}
.components-radio-control__option-description {
grid-column: 2;
grid-row: 2;
padding-block-start: 4px;
}
.components-radio-control__option-description.components-radio-control__option-description {
margin-top: 0;
}
.components-resizable-box__handle {
display: none;
width: 23px;
height: 23px;
z-index: 2;
}
.components-resizable-box__container.has-show-handle .components-resizable-box__handle {
display: block;
}
.components-resizable-box__handle > div {
position: relative;
width: 100%;
height: 100%;
z-index: 2;
outline: none;
}
.components-resizable-box__container > img {
width: inherit;
}
.components-resizable-box__handle::after {
display: block;
content: "";
width: 15px;
height: 15px;
border-radius: 50%;
background: #fff;
cursor: inherit;
position: absolute;
top: calc(50% - 8px);
right: calc(50% - 8px);
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)), 0 1px 1px rgba(0, 0, 0, 0.03), 0 1px 2px rgba(0, 0, 0, 0.02), 0 3px 3px rgba(0, 0, 0, 0.02), 0 4px 4px rgba(0, 0, 0, 0.01);
outline: 2px solid transparent;
}
.components-resizable-box__side-handle::before {
display: block;
border-radius: 9999px;
content: "";
width: 3px;
height: 3px;
background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
cursor: inherit;
position: absolute;
top: calc(50% - 1px);
right: calc(50% - 1px);
}
@media not (prefers-reduced-motion) {
.components-resizable-box__side-handle::before {
transition: transform 0.1s ease-in;
will-change: transform;
}
}
.components-resizable-box__side-handle::before {
opacity: 0;
}
.components-resizable-box__side-handle {
z-index: 2;
}
.components-resizable-box__corner-handle {
z-index: 2;
}
.components-resizable-box__side-handle.components-resizable-box__handle-top,
.components-resizable-box__side-handle.components-resizable-box__handle-bottom,
.components-resizable-box__side-handle.components-resizable-box__handle-top::before,
.components-resizable-box__side-handle.components-resizable-box__handle-bottom::before {
width: 100%;
left: 0;
border-left: 0;
border-right: 0;
}
.components-resizable-box__side-handle.components-resizable-box__handle-left,
.components-resizable-box__side-handle.components-resizable-box__handle-right,
.components-resizable-box__side-handle.components-resizable-box__handle-left::before,
.components-resizable-box__side-handle.components-resizable-box__handle-right::before {
height: 100%;
top: 0;
border-top: 0;
border-bottom: 0;
}
@media not (prefers-reduced-motion) {
.components-resizable-box__side-handle.components-resizable-box__handle-top:hover::before,
.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover::before,
.components-resizable-box__side-handle.components-resizable-box__handle-top:active::before,
.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active::before {
animation: components-resizable-box__top-bottom-animation 0.1s ease-out 0s;
animation-fill-mode: forwards;
}
}
@media not (prefers-reduced-motion) {
.components-resizable-box__side-handle.components-resizable-box__handle-left:hover::before,
.components-resizable-box__side-handle.components-resizable-box__handle-right:hover::before,
.components-resizable-box__side-handle.components-resizable-box__handle-left:active::before,
.components-resizable-box__side-handle.components-resizable-box__handle-right:active::before {
animation: components-resizable-box__left-right-animation 0.1s ease-out 0s;
animation-fill-mode: forwards;
}
} @media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
.components-resizable-box__side-handle.components-resizable-box__handle-top:hover::before,
.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover::before,
.components-resizable-box__side-handle.components-resizable-box__handle-top:active::before,
.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active::before {
animation: none;
}
.components-resizable-box__side-handle.components-resizable-box__handle-left:hover::before,
.components-resizable-box__side-handle.components-resizable-box__handle-right:hover::before,
.components-resizable-box__side-handle.components-resizable-box__handle-left:active::before,
.components-resizable-box__side-handle.components-resizable-box__handle-right:active::before {
animation: none;
}
}
}
@keyframes components-resizable-box__top-bottom-animation {
from {
transform: scaleX(0);
opacity: 0;
}
to {
transform: scaleX(1);
opacity: 1;
}
}
@keyframes components-resizable-box__left-right-animation {
from {
transform: scaleY(0);
opacity: 0;
}
to {
transform: scaleY(1);
opacity: 1;
}
} .components-resizable-box__handle-right {
right: calc(11.5px * -1);
}
.components-resizable-box__handle-left {
left: calc(11.5px * -1);
}
.components-resizable-box__handle-top {
top: calc(11.5px * -1);
}
.components-resizable-box__handle-bottom {
bottom: calc(11.5px * -1);
} .components-responsive-wrapper {
position: relative;
max-width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.components-responsive-wrapper__content {
display: block;
max-width: 100%;
width: 100%;
}
.components-sandbox {
overflow: hidden;
}
iframe.components-sandbox {
width: 100%;
}
html.lockscroll,
body.lockscroll {
overflow: hidden;
}
.components-select-control__input {
outline: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
.components-snackbar {
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
background: rgba(0, 0, 0, 0.85);
backdrop-filter: blur(16px) saturate(180%);
border-radius: 4px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.04), 0 6px 6px rgba(0, 0, 0, 0.03), 0 8px 8px rgba(0, 0, 0, 0.02);
color: #fff;
padding: 12px 20px;
width: 100%;
max-width: var(--wpds-dimension-surface-width-lg, 560px);
box-sizing: border-box;
cursor: var(--wpds-cursor-control, pointer);
pointer-events: auto;
}
@media (min-width: 600px) {
.components-snackbar {
width: -moz-fit-content;
width: fit-content;
}
}
.components-snackbar:focus {
box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-snackbar.components-snackbar-explicit-dismiss {
cursor: default;
}
.components-snackbar .components-snackbar__content-with-icon {
position: relative;
padding-left: 24px;
}
.components-snackbar .components-snackbar__icon {
position: absolute;
left: -8px;
top: calc((5.8px) / -2);
}
.components-snackbar .components-snackbar__dismiss-button {
margin-left: 24px;
cursor: var(--wpds-cursor-control, pointer);
}
.components-snackbar__action.components-button,
.components-snackbar__action.components-external-link {
margin-left: 32px;
color: #fff;
flex-shrink: 0;
}
.components-snackbar__action.components-button:focus,
.components-snackbar__action.components-external-link:focus {
box-shadow: none;
outline: 1px dotted #fff;
}
.components-snackbar__action.components-button:hover,
.components-snackbar__action.components-external-link:hover {
text-decoration: none;
color: currentColor;
}
.components-snackbar__content {
display: flex;
align-items: baseline;
justify-content: space-between;
line-height: 1.4;
}
.components-snackbar-list {
position: absolute;
z-index: 100000;
width: 100%;
box-sizing: border-box;
pointer-events: none;
}
.components-snackbar-list__notice-container {
position: relative;
padding-top: 8px;
}
.components-tab-panel__tabs {
display: flex;
align-items: stretch;
flex-direction: row;
}
.components-tab-panel__tabs[aria-orientation=vertical] {
flex-direction: column;
}
.components-tab-panel__tabs-item {
position: relative;
border-radius: 0;
height: 48px !important;
background: transparent;
border: none;
box-shadow: none;
cursor: var(--wpds-cursor-control, pointer);
padding: 3px var(--wpds-dimension-padding-lg, 16px);
margin-left: 0;
font-weight: var(--wpds-typography-font-weight-default, 400);
color: var(--wpds-color-foreground-interactive-neutral, #1e1e1e);
}
.components-tab-panel__tabs-item:disabled, .components-tab-panel__tabs-item[aria-disabled=true] {
color: var(--wpds-color-foreground-interactive-neutral-disabled, #8d8d8d);
}
.components-tab-panel__tabs-item:not(:disabled, [aria-disabled=true]):is(:hover, :focus-visible) {
color: var(--wpds-color-foreground-interactive-neutral-active, #1e1e1e);
}
.components-tab-panel__tabs-item:focus:not(:disabled) {
position: relative;
box-shadow: none;
outline: none;
}
.components-tab-panel__tabs-item::after {
content: "";
position: absolute;
right: 0;
bottom: 0;
left: 0;
pointer-events: none;
background: var(--wpds-color-stroke-interactive-neutral-strong, #6e6e6e);
height: calc(0 * var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)));
border-radius: 0;
}
@media not (prefers-reduced-motion) {
.components-tab-panel__tabs-item::after {
transition: height 0.1s linear;
}
}
.components-tab-panel__tabs-item.is-active::after {
height: calc(1 * var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)));
outline: 2px solid transparent;
outline-offset: -1px;
}
.components-tab-panel__tabs-item::before {
content: "";
position: absolute;
inset: var(--wpds-dimension-padding-md, 12px);
pointer-events: none;
box-shadow: 0 0 0 0 transparent;
border-radius: var(--wpds-border-radius-sm, 2px);
}
@media not (prefers-reduced-motion) {
.components-tab-panel__tabs-item::before {
transition: box-shadow 0.1s linear;
}
}
.components-tab-panel__tabs-item:focus-visible::before {
box-shadow: 0 0 0 var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9));
outline: 2px solid transparent;
}
.components-tab-panel__tabs[aria-orientation=vertical] .components-tab-panel__tabs-item {
border-radius: var(--wpds-border-radius-sm, 2px);
}
.components-tab-panel__tabs[aria-orientation=vertical] .components-tab-panel__tabs-item::after {
display: none;
}
.components-tab-panel__tabs[aria-orientation=vertical] .components-tab-panel__tabs-item.is-active {
background: var(--wpds-color-background-interactive-neutral-weak-active, #ededed);
}
.components-tab-panel__tab-content:focus {
box-shadow: none;
outline: none;
}
.components-tab-panel__tab-content:focus-visible {
box-shadow: 0 0 0 var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9));
outline: 2px solid transparent;
outline-offset: 0;
}
.components-text-control__input,
.components-text-control__input[type=text],
.components-text-control__input[type=tel],
.components-text-control__input[type=time],
.components-text-control__input[type=url],
.components-text-control__input[type=week],
.components-text-control__input[type=password],
.components-text-control__input[type=color],
.components-text-control__input[type=date],
.components-text-control__input[type=datetime],
.components-text-control__input[type=datetime-local],
.components-text-control__input[type=email],
.components-text-control__input[type=month],
.components-text-control__input[type=number] {
width: 100%;
height: 40px;
margin: 0;
background: var(--wp-components-color-background, var(--wpds-color-background-surface-neutral-strong, #fff));
color: var(--wp-components-color-foreground, var(--wpds-color-foreground-content-neutral, #1e1e1e));
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
padding: 6px 8px; font-size: 16px; line-height: normal;
box-shadow: 0 0 0 transparent;
border-radius: 2px;
border: 1px solid #949494;
}
@media not (prefers-reduced-motion) {
.components-text-control__input,
.components-text-control__input[type=text],
.components-text-control__input[type=tel],
.components-text-control__input[type=time],
.components-text-control__input[type=url],
.components-text-control__input[type=week],
.components-text-control__input[type=password],
.components-text-control__input[type=color],
.components-text-control__input[type=date],
.components-text-control__input[type=datetime],
.components-text-control__input[type=datetime-local],
.components-text-control__input[type=email],
.components-text-control__input[type=month],
.components-text-control__input[type=number] {
transition: box-shadow 0.1s linear;
}
}
@media (min-width: 600px) {
.components-text-control__input,
.components-text-control__input[type=text],
.components-text-control__input[type=tel],
.components-text-control__input[type=time],
.components-text-control__input[type=url],
.components-text-control__input[type=week],
.components-text-control__input[type=password],
.components-text-control__input[type=color],
.components-text-control__input[type=date],
.components-text-control__input[type=datetime],
.components-text-control__input[type=datetime-local],
.components-text-control__input[type=email],
.components-text-control__input[type=month],
.components-text-control__input[type=number] {
font-size: 13px; line-height: normal;
}
}
.components-text-control__input:focus,
.components-text-control__input[type=text]:focus,
.components-text-control__input[type=tel]:focus,
.components-text-control__input[type=time]:focus,
.components-text-control__input[type=url]:focus,
.components-text-control__input[type=week]:focus,
.components-text-control__input[type=password]:focus,
.components-text-control__input[type=color]:focus,
.components-text-control__input[type=date]:focus,
.components-text-control__input[type=datetime]:focus,
.components-text-control__input[type=datetime-local]:focus,
.components-text-control__input[type=email]:focus,
.components-text-control__input[type=month]:focus,
.components-text-control__input[type=number]:focus {
border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
box-shadow: 0 0 0 0.5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline: 2px solid transparent;
}
.components-text-control__input::-moz-placeholder, .components-text-control__input[type=text]::-moz-placeholder, .components-text-control__input[type=tel]::-moz-placeholder, .components-text-control__input[type=time]::-moz-placeholder, .components-text-control__input[type=url]::-moz-placeholder, .components-text-control__input[type=week]::-moz-placeholder, .components-text-control__input[type=password]::-moz-placeholder, .components-text-control__input[type=color]::-moz-placeholder, .components-text-control__input[type=date]::-moz-placeholder, .components-text-control__input[type=datetime]::-moz-placeholder, .components-text-control__input[type=datetime-local]::-moz-placeholder, .components-text-control__input[type=email]::-moz-placeholder, .components-text-control__input[type=month]::-moz-placeholder, .components-text-control__input[type=number]::-moz-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.components-text-control__input::placeholder,
.components-text-control__input[type=text]::placeholder,
.components-text-control__input[type=tel]::placeholder,
.components-text-control__input[type=time]::placeholder,
.components-text-control__input[type=url]::placeholder,
.components-text-control__input[type=week]::placeholder,
.components-text-control__input[type=password]::placeholder,
.components-text-control__input[type=color]::placeholder,
.components-text-control__input[type=date]::placeholder,
.components-text-control__input[type=datetime]::placeholder,
.components-text-control__input[type=datetime-local]::placeholder,
.components-text-control__input[type=email]::placeholder,
.components-text-control__input[type=month]::placeholder,
.components-text-control__input[type=number]::placeholder {
color: rgba(30, 30, 30, 0.62);
}
.components-text-control__input,
.components-text-control__input[type=text],
.components-text-control__input[type=tel],
.components-text-control__input[type=time],
.components-text-control__input[type=url],
.components-text-control__input[type=week],
.components-text-control__input[type=password],
.components-text-control__input[type=color],
.components-text-control__input[type=date],
.components-text-control__input[type=datetime],
.components-text-control__input[type=datetime-local],
.components-text-control__input[type=email],
.components-text-control__input[type=month],
.components-text-control__input[type=number] {
border-color: var(--wp-components-color-gray-600, var(--wpds-color-stroke-interactive-neutral, #8d8d8d));
padding-left: 12px;
padding-right: 12px;
}
.components-text-control__input::-moz-placeholder, .components-text-control__input[type=text]::-moz-placeholder, .components-text-control__input[type=tel]::-moz-placeholder, .components-text-control__input[type=time]::-moz-placeholder, .components-text-control__input[type=url]::-moz-placeholder, .components-text-control__input[type=week]::-moz-placeholder, .components-text-control__input[type=password]::-moz-placeholder, .components-text-control__input[type=color]::-moz-placeholder, .components-text-control__input[type=date]::-moz-placeholder, .components-text-control__input[type=datetime]::-moz-placeholder, .components-text-control__input[type=datetime-local]::-moz-placeholder, .components-text-control__input[type=email]::-moz-placeholder, .components-text-control__input[type=month]::-moz-placeholder, .components-text-control__input[type=number]::-moz-placeholder {
color: color-mix(in srgb, var(--wp-components-color-foreground, var(--wpds-color-foreground-content-neutral, #1e1e1e)), transparent 38%);
}
.components-text-control__input::placeholder,
.components-text-control__input[type=text]::placeholder,
.components-text-control__input[type=tel]::placeholder,
.components-text-control__input[type=time]::placeholder,
.components-text-control__input[type=url]::placeholder,
.components-text-control__input[type=week]::placeholder,
.components-text-control__input[type=password]::placeholder,
.components-text-control__input[type=color]::placeholder,
.components-text-control__input[type=date]::placeholder,
.components-text-control__input[type=datetime]::placeholder,
.components-text-control__input[type=datetime-local]::placeholder,
.components-text-control__input[type=email]::placeholder,
.components-text-control__input[type=month]::placeholder,
.components-text-control__input[type=number]::placeholder {
color: color-mix(in srgb, var(--wp-components-color-foreground, var(--wpds-color-foreground-content-neutral, #1e1e1e)), transparent 38%);
}
.components-text-control__input[type=email],
.components-text-control__input[type=url] { direction: ltr;
}
.components-tip {
display: flex;
color: #757575;
}
.components-tip svg {
align-self: center;
fill: #f0b849;
flex-shrink: 0;
margin-right: 16px;
}
.components-tip p {
margin: 0;
}
.components-toggle-control__label {
line-height: 16px;
}
.components-toggle-control__label:not(.is-disabled) {
cursor: var(--wpds-cursor-control, pointer);
}
.components-toggle-control__help {
display: inline-block;
margin-inline-start: 40px;
}
.components-accessible-toolbar {
display: inline-flex;
border: 1px solid var(--wp-components-color-foreground, var(--wpds-color-foreground-content-neutral, #1e1e1e));
border-radius: 2px;
flex-shrink: 0;
}
.components-accessible-toolbar > .components-toolbar-group:last-child {
border-right: none;
}
.components-accessible-toolbar.is-unstyled {
border: none;
}
.components-accessible-toolbar.is-unstyled > .components-toolbar-group {
border-right: none;
}
.components-accessible-toolbar[aria-orientation=vertical],
.components-toolbar[aria-orientation=vertical] {
display: flex;
flex-direction: column;
align-items: center;
}
.components-accessible-toolbar .components-button,
.components-toolbar .components-button {
position: relative;
height: 48px;
z-index: 1;
padding-left: 16px;
padding-right: 16px;
}
.components-accessible-toolbar .components-button:focus:not(:disabled),
.components-toolbar .components-button:focus:not(:disabled) {
box-shadow: none;
outline: none;
}
.components-accessible-toolbar .components-button::before,
.components-toolbar .components-button::before {
content: "";
position: absolute;
display: block;
border-radius: 2px;
height: 32px;
left: 8px;
right: 8px;
z-index: -1;
}
@media not (prefers-reduced-motion) {
.components-accessible-toolbar .components-button::before,
.components-toolbar .components-button::before {
animation: components-button__appear-animation 0.1s ease;
animation-fill-mode: forwards;
}
}
.components-accessible-toolbar .components-button svg,
.components-toolbar .components-button svg {
position: relative;
margin-left: auto;
margin-right: auto;
}
.components-accessible-toolbar .components-button.is-pressed,
.components-toolbar .components-button.is-pressed {
background: transparent;
}
.components-accessible-toolbar .components-button.is-pressed:hover,
.components-toolbar .components-button.is-pressed:hover {
background: transparent;
}
.components-accessible-toolbar .components-button.is-pressed::before,
.components-toolbar .components-button.is-pressed::before {
background: var(--wp-components-color-foreground, var(--wpds-color-foreground-content-neutral, #1e1e1e));
}
.components-accessible-toolbar .components-button:focus::before,
.components-toolbar .components-button:focus::before {
box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.components-accessible-toolbar .components-button.has-icon.has-icon,
.components-toolbar .components-button.has-icon.has-icon {
padding-left: 8px;
padding-right: 8px;
min-width: 48px;
}
@keyframes components-button__appear-animation {
from {
transform: scaleY(0);
}
to {
transform: scaleY(1);
}
}
.components-toolbar__control.components-button {
position: relative;
}
.components-toolbar__control.components-button[data-subscript] svg {
padding: 5px 10px 5px 0;
}
.components-toolbar__control.components-button[data-subscript]::after {
content: attr(data-subscript);
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
line-height: 12px;
position: absolute;
right: 8px;
bottom: 10px;
}
.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]::after {
color: #fff;
}
.components-toolbar-group {
min-height: 48px;
border-right: 1px solid var(--wp-components-color-foreground, var(--wpds-color-foreground-content-neutral, #1e1e1e));
background-color: var(--wp-components-color-background, var(--wpds-color-background-surface-neutral-strong, #fff));
display: inline-flex;
flex-shrink: 0;
flex-wrap: wrap;
padding-left: 6px;
padding-right: 6px;
}
.components-toolbar-group .components-toolbar-group.components-toolbar-group {
border-width: 0;
margin: 0;
}
.components-toolbar-group {
line-height: 0;
}
.components-toolbar-group .components-button.components-button,
.components-toolbar-group .components-button.has-icon.has-icon {
justify-content: center;
min-width: 36px;
padding-left: 6px;
padding-right: 6px;
}
.components-toolbar-group .components-button.components-button svg,
.components-toolbar-group .components-button.has-icon.has-icon svg {
min-width: var(--wpds-dimension-size-sm, 24px);
}
.components-toolbar-group .components-button.components-button::before,
.components-toolbar-group .components-button.has-icon.has-icon::before {
left: 2px;
right: 2px;
}
.components-toolbar {
min-height: 48px;
margin: 0;
border: 1px solid var(--wp-components-color-foreground, var(--wpds-color-foreground-content-neutral, #1e1e1e));
background-color: var(--wp-components-color-background, var(--wpds-color-background-surface-neutral-strong, #fff));
display: inline-flex;
flex-shrink: 0;
flex-wrap: wrap;
}
.components-toolbar .components-toolbar.components-toolbar {
border-width: 0;
margin: 0;
}
div.components-toolbar > div {
display: flex;
margin: 0;
}
div.components-toolbar > div + div.has-left-divider {
margin-left: 6px;
position: relative;
overflow: visible;
}
div.components-toolbar > div + div.has-left-divider::before {
display: inline-block;
content: "";
box-sizing: content-box;
background-color: var(--wpds-color-stroke-surface-neutral, #dbdbdb);
position: absolute;
top: 8px;
left: -3px;
width: 1px;
height: 20px;
}
.components-tooltip {
background: #000;
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
border-radius: var(--wpds-border-radius-md, 4px);
color: #f0f0f0;
text-align: center;
line-height: 1.4;
font-size: 12px;
padding: 4px 8px;
z-index: 1000002;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.04), 0 6px 6px rgba(0, 0, 0, 0.03), 0 8px 8px rgba(0, 0, 0, 0.02);
}
.components-tooltip__shortcut {
margin-left: 8px;
}
.components-validated-control:has(:is(input, select):invalid[data-validity-visible]) .components-input-control__backdrop {
--wp-components-color-accent: #cc1818;
border-color: #cc1818;
}
.components-validated-control :is(textarea, input[type=text]):invalid[data-validity-visible] {
--wp-admin-theme-color: #cc1818;
--wp-components-color-accent: #cc1818;
border-color: #cc1818;
}
.components-validated-control .components-combobox-control__suggestions-container:has(input:invalid[data-validity-visible]):not(:has([aria-expanded=true])) {
--wp-components-color-accent: #cc1818;
}
.components-validated-control__wrapper-with-error-delegate {
position: relative;
}
.components-validated-control__wrapper-with-error-delegate:has(select:invalid[data-validity-visible]) .components-input-control__backdrop {
--wp-components-color-accent: #cc1818;
border-color: #cc1818;
}
.components-validated-control__wrapper-with-error-delegate:has(input[type=radio]:invalid[data-validity-visible]) {
--wp-components-color-accent: #cc1818;
}
.components-validated-control__wrapper-with-error-delegate:has(input:invalid[data-validity-visible]) .components-form-token-field__input-container:not(:has([aria-expanded=true])) {
--wp-components-color-accent: #cc1818;
border-color: #cc1818;
}
.components-validated-control__wrapper-with-error-delegate:has(input:invalid[data-validity-visible]) .components-validated-control__content-editable [role=textbox] {
--wp-components-color-accent: #cc1818;
border-color: #cc1818;
}
.components-validated-control__error-delegate {
position: absolute;
top: 0;
height: 100%;
width: 100%;
opacity: 0;
pointer-events: none;
}
.components-validated-control__indicator {
display: flex;
align-items: flex-start;
gap: 4px;
margin: 8px 0 0;
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 12px;
line-height: 16px;
color: var(--wp-components-color-gray-700, var(--wpds-color-foreground-content-neutral-weak, #707070));
animation: components-validated-control__indicator-jump 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.components-validated-control__indicator.is-invalid {
color: #cc1818;
}
.components-validated-control__indicator.is-valid {
color: color-mix(in srgb, #000 30%, #4ab866);
}
.components-validated-control__indicator-icon {
flex-shrink: 0;
}
.components-validated-control__indicator-spinner {
margin: 2px;
width: 12px;
height: 12px;
}
@keyframes components-validated-control__indicator-jump {
0% {
transform: translateY(-4px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
:root {
--wp-admin-theme-color: #3858e9;
--wp-admin-theme-color--rgb: 56, 88, 233;
--wp-admin-theme-color-darker-10: rgb(33.0384615385, 68.7307692308, 230.4615384615);
--wp-admin-theme-color-darker-10--rgb: 33.0384615385, 68.7307692308, 230.4615384615;
--wp-admin-theme-color-darker-20: rgb(23.6923076923, 58.1538461538, 214.3076923077);
--wp-admin-theme-color-darker-20--rgb: 23.6923076923, 58.1538461538, 214.3076923077;
--wp-admin-border-width-focus: 2px;
}
@media (min-resolution: 192dpi) {
:root {
--wp-admin-border-width-focus: 1.5px;
}
}.preference-base-option + .preference-base-option {
margin-top: 16px;
}             @media (min-width: 600px) {
.preferences-modal {
width: calc(100% - 32px);
height: calc(100% - 128px);
}
}
@media (min-width: 782px) {
.preferences-modal {
width: 750px;
}
}
@media (min-width: 960px) {
.preferences-modal {
height: 70%;
}
}
@media (max-width: 781px) {
.preferences-modal .components-modal__content {
padding: 0;
}
}
.preferences__tabs-tablist {
position: absolute !important;
top: 88px;
left: 16px;
width: 160px;
}
.preferences__tabs-tabpanel {
padding-left: 24px;
margin-left: 160px;
}
@media (max-width: 781px) {
.preferences__provider {
height: 100%;
}
}
.preferences-modal__section {
border: 0;
padding: 0;
margin: 0 0 2.5rem 0;
}
.preferences-modal__section:last-child {
margin: 0;
}
.preferences-modal__section-legend {
margin-bottom: 8px;
}
.preferences-modal__section-title {
font-size: 0.9rem;
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
margin-top: 0;
}
.preferences-modal__section-description {
margin: -8px 0 8px 0;
font-size: 12px;
font-style: normal;
color: #757575;
}
.preferences-modal__section:has(.preferences-modal__section-content:empty) {
display: none;
}:root {
--wp-block-synced-color: #7a00df;
--wp-block-synced-color--rgb: 122, 0, 223;
--wp-bound-block-color: var(--wp-block-synced-color);
--wp-editor-canvas-background: #ddd;
--wp-admin-theme-color: #007cba;
--wp-admin-theme-color--rgb: 0, 124, 186;
--wp-admin-theme-color-darker-10: rgb(0, 107, 160.5);
--wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5;
--wp-admin-theme-color-darker-20: #005a87;
--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
--wp-admin-border-width-focus: 2px;
}
@media (min-resolution: 192dpi) {
:root {
--wp-admin-border-width-focus: 1.5px;
}
}
.block-editor-autocompleters__block {
white-space: nowrap;
}
.block-editor-autocompleters__block .block-editor-block-icon {
margin-right: 8px;
}
.block-editor-autocompleters__block[aria-selected=true] .block-editor-block-icon {
color: inherit !important;
}
.block-editor-global-styles-background-panel__inspector-media-replace-container {
position: relative;
}
.block-editor-global-styles-background-panel__inspector-media-replace-container.is-open {
background-color: #f0f0f0;
}
.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__image-tools-panel-item {
flex-grow: 1;
border: 0;
}
.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__image-tools-panel-item .components-dropdown {
display: block;
}
.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__inspector-preview-inner {
height: 100%;
}
.block-editor-global-styles-background-panel__inspector-media-replace-container .components-dropdown {
display: block;
}
.block-editor-global-styles-background-panel__inspector-media-replace-container .components-dropdown .block-editor-global-styles-background-panel__dropdown-toggle {
height: 40px;
}
.block-editor-global-styles-background-panel__image-tools-panel-item {
border: 1px solid #ddd;
grid-column: 1/-1;
position: relative;
}
.block-editor-global-styles-background-panel__image-tools-panel-item .components-drop-zone__content-icon {
display: none;
}
.block-editor-global-styles-background-panel__image-tools-panel-item .components-dropdown {
display: block;
}
.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button {
color: #1e1e1e;
width: 100%;
display: block;
}
.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button:hover {
color: var(--wp-admin-theme-color);
}
.block-editor-global-styles-background-panel__image-tools-panel-item .block-editor-global-styles-background-panel__loading {
height: 100%;
position: absolute;
z-index: 1;
width: 100%;
padding: 10px 0 0 0;
}
.block-editor-global-styles-background-panel__image-tools-panel-item .block-editor-global-styles-background-panel__loading svg {
margin: 0;
}
.block-editor-global-styles-background-panel__dropdown-toggle {
cursor: var(--wpds-cursor-control, pointer);
background: transparent;
border: none;
height: 100%;
width: 100%;
padding-left: 12px;
padding-right: 32px;
}
.block-editor-global-styles-background-panel__reset {
position: absolute;
right: 0;
top: 8px;
margin: auto 8px auto;
opacity: 0;
}
@media not (prefers-reduced-motion) {
.block-editor-global-styles-background-panel__reset {
transition: opacity 0.1s ease-in-out;
}
}
.block-editor-global-styles-background-panel__reset.has-local-override-from-global-styles__reset {
position: absolute;
display: inline-flex;
align-items: center;
justify-content: center;
top: 50%;
transform: translateY(-50%);
margin-block: 0;
margin-inline: 0 8px;
opacity: 1;
}
.block-editor-global-styles-background-panel__reset.block-editor-global-styles-background-panel__reset {
border-radius: 2px;
}
.block-editor-global-styles-background-panel__dropdown-toggle:hover + .block-editor-global-styles-background-panel__reset, .block-editor-global-styles-background-panel__reset:focus, .block-editor-global-styles-background-panel__reset:focus-within, .block-editor-global-styles-background-panel__reset:hover {
opacity: 1;
}
@media (hover: none) {
.block-editor-global-styles-background-panel__reset {
opacity: 1;
}
}
.block-editor-global-styles-background-panel__inspector-media-replace-title {
word-break: break-all;
white-space: normal;
text-align: start;
}
.block-editor-global-styles-background-panel__inspector-image-indicator {
width: 20px;
height: 20px;
border-radius: 2px;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
background: #fff linear-gradient(-45deg, transparent 48%, #ddd 48%, #ddd 52%, transparent 52%);
background-size: cover;
outline: 1px solid transparent;
}
.block-editor-global-styles-background-panel__dropdown-content-wrapper {
min-width: 260px;
overflow-x: hidden;
}
.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker-wrapper {
background-color: #f0f0f0;
width: 100%;
border-radius: 2px;
border: 1px solid #ddd;
}
.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker__media--image {
max-height: 180px;
}
.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker::after {
content: none;
}
.modal-open .block-editor-global-styles-background-panel__popover {
z-index: 159890;
}
.block-editor-global-styles-background-panel__media-replace-popover .components-popover__content {
width: 226px;
}
.block-editor-global-styles-background-panel__media-replace-popover .components-button {
padding: 0 8px;
}
.block-editor-global-styles-background-panel__media-replace-popover .components-button .components-menu-items__item-icon.has-icon-right {
margin-left: 16px;
}
.block-editor-block-alignment-control__menu-group .components-menu-item__info {
margin-top: 0;
}
iframe[name=editor-canvas] {
box-sizing: border-box;
width: 100%;
height: 100%;
display: block;
}
@media not (prefers-reduced-motion) {
iframe[name=editor-canvas] {
transition: all 400ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
}
iframe[name=editor-canvas] {
background-color: var(--wp-editor-canvas-background);
}
.block-editor-block-icon {
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
}
.block-editor-block-icon.has-colors svg {
fill: currentColor;
}
@media (forced-colors: active) {
.block-editor-block-icon.has-colors svg {
fill: CanvasText;
}
}
.block-editor-block-icon svg {
min-width: 20px;
min-height: 20px;
max-width: 24px;
max-height: 24px;
}
.block-editor-block-inspector p:not(.components-base-control__help) {
margin-top: 0;
}
.block-editor-block-inspector h2,
.block-editor-block-inspector h3 {
font-size: 13px;
color: #1e1e1e;
margin-bottom: 1.5em;
}
.block-editor-block-inspector .components-base-control:where(:not(:last-child)),
.block-editor-block-inspector .components-radio-control:where(:not(:last-child)),
.block-editor-block-inspector .block-editor-html-element-control:where(:not(:last-child)),
.block-editor-block-inspector .block-editor-image-size-control:where(:not(:last-child)) {
margin-bottom: 16px;
}
.block-editor-block-inspector .components-focal-point-picker-control .components-base-control,
.block-editor-block-inspector .components-query-controls .components-base-control,
.block-editor-block-inspector .components-range-control .components-base-control,
.block-editor-block-inspector .block-editor-html-element-control .components-base-control,
.block-editor-block-inspector .block-editor-image-size-control .components-base-control {
margin-bottom: 0;
}
.block-editor-block-inspector .components-panel__body {
border: none;
border-top: 1px solid #e0e0e0;
margin-top: -1px;
}
.block-editor-block-inspector__no-blocks,
.block-editor-block-inspector__no-block-tools {
display: block;
font-size: 13px;
background: #fff;
padding: 32px 16px;
text-align: center;
}
.block-editor-block-inspector__no-block-tools {
border-top: 1px solid #ddd;
}
.block-editor-block-inspector-edit-contents {
margin: 0 16px 16px 16px;
}
.block-editor-block-inspector-edit-contents .block-editor-block-inspector-edit-contents__button {
justify-content: center;
} .block-editor-block-list__insertion-point {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.block-editor-block-list__insertion-point-indicator {
position: absolute;
background: var(--wp-admin-theme-color);
border-radius: 2px;
transform-origin: center;
opacity: 0;
will-change: transform, opacity;
}
.block-editor-block-list__insertion-point.is-vertical > .block-editor-block-list__insertion-point-indicator {
top: calc(50% - 2px);
height: 4px;
width: 100%;
}
.block-editor-block-list__insertion-point.is-horizontal > .block-editor-block-list__insertion-point-indicator {
top: 0;
bottom: 0;
left: calc(50% - 2px);
width: 4px;
}
.block-editor-block-list__insertion-point-inserter {
display: none;
position: absolute;
will-change: transform;
}
@media (min-width: 480px) {
.block-editor-block-list__insertion-point-inserter {
display: flex;
}
}
.block-editor-block-list__insertion-point-inserter {
justify-content: center;
top: calc(50% - 12px);
left: calc(50% - 12px);
}
.block-editor-block-list__block-side-inserter-popover .components-popover__content > div {
pointer-events: none;
}
.block-editor-block-list__block-side-inserter-popover .components-popover__content > div > * {
pointer-events: all;
}
.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter {
position: absolute;
top: 0;
right: 0;
line-height: 0;
}
.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter:disabled {
display: none;
}
.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon,
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon {
background: #1e1e1e;
color: #fff;
padding: 0;
min-width: 24px;
height: 24px;
}
.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover {
color: #fff;
background: var(--wp-admin-theme-color);
}
@media not (prefers-reduced-motion) {
.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon svg,
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon svg {
transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
}
.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon.is-pressed svg,
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon.is-pressed svg {
transform: rotate(45deg);
}
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon {
background: var(--wp-admin-theme-color);
}
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover {
background: #1e1e1e;
}
@keyframes hide-during-dragging {
to {
position: fixed;
transform: translate(9999px, 9999px);
}
}
.components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar {
pointer-events: all;
margin-top: 8px;
margin-bottom: 8px;
border: 1px solid #1e1e1e;
border-radius: 2px;
overflow: visible;
position: static;
width: auto;
}
.components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent {
margin-left: calc(48px + 8px);
}
.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent {
margin-left: 0;
}
.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar {
overflow: visible;
}
.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar-group,
.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar {
border-right-color: #1e1e1e;
}
.components-popover.block-editor-block-list__block-popover.is-insertion-point-visible {
visibility: hidden;
}
.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover {
opacity: 0;
}
@media not (prefers-reduced-motion) {
.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover {
animation: hide-during-dragging 1ms linear forwards;
}
}
.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector {
position: absolute;
left: calc(-48px - 8px - 1px);
}
.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector::before {
content: "";
}
.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector::after {
display: none;
}
.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .block-editor-block-parent-selector__button {
border: 1px solid #1e1e1e;
padding-right: 6px;
padding-left: 6px;
background-color: #fff;
}
.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .block-editor-block-parent-selector__button {
padding-right: 12px;
padding-left: 12px;
}
.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector {
position: relative;
left: auto;
margin-left: -1px;
}
.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-mover__move-button-container,
.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar__block-controls .block-editor-block-mover {
border-left: 1px solid #1e1e1e;
}
.is-dragging-components-draggable .components-tooltip {
display: none;
}
.components-popover.block-editor-block-popover__inbetween .block-editor-button-pattern-inserter__button {
pointer-events: all;
position: absolute;
transform: translateX(-50%) translateY(-50%);
top: 50%;
left: 50%;
}
.block-editor-block-tools--is-dragging > .popover-slot {
display: none;
}
.block-editor-block-lock-modal {
z-index: 1000001;
}
.block-editor-block-lock-modal__options {
border: 0;
padding: 0;
margin: 0;
}
.block-editor-block-lock-modal__options legend {
margin-bottom: 16px;
padding: 0;
}
.block-editor-block-lock-modal__checklist {
list-style: none;
padding: 0;
margin: 0;
}
.block-editor-block-lock-modal__options-all {
padding: 12px 0;
}
.block-editor-block-lock-modal__options-all .components-checkbox-control__label {
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
}
.block-editor-block-lock-modal__checklist-item {
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
margin-bottom: 0;
padding: 12px 0 12px 32px;
}
.block-editor-block-lock-modal__checklist-item .block-editor-block-lock-modal__lock-icon {
flex-shrink: 0;
margin-right: 12px;
fill: #1e1e1e;
}
.block-editor-block-lock-modal__checklist-item:hover {
background-color: #f0f0f0;
border-radius: 2px;
}
.block-editor-block-lock-modal__template-lock {
border-top: 1px solid #ddd;
margin-top: 16px;
padding-top: 16px;
}
.block-editor-block-lock-modal__actions {
margin-top: 24px;
}
.block-editor-block-lock-toolbar .components-button.has-icon {
min-width: 36px !important;
}
.block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar {
margin-left: -6px !important;
}
.show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar {
border-left: 1px solid #1e1e1e;
margin-left: 6px !important;
margin-right: -6px;
}
.block-editor-block-allowed-blocks-control:not(:only-child) {
margin-top: 16px;
}
.block-editor-block-allowed-blocks-control__button {
width: 100%;
justify-content: center;
}
.block-editor-block-allowed-blocks-modal {
z-index: 1000001;
}
.block-editor-block-allowed-blocks-modal__actions {
background-color: #fff;
border-top: 1px solid #ddd;
bottom: -24px;
left: 0;
margin: 0 -24px -24px;
padding: 16px 24px;
position: sticky;
z-index: 1;
}
.block-editor-block-breadcrumb {
list-style: none;
padding: 0;
margin: 0;
}
.block-editor-block-breadcrumb li {
display: inline-flex;
margin: 0;
white-space: nowrap;
}
.block-editor-block-breadcrumb li .block-editor-block-breadcrumb__separator {
fill: currentColor;
margin-left: -4px;
margin-right: -4px;
transform: scaleX(1) ;
}
.block-editor-block-breadcrumb li:last-child .block-editor-block-breadcrumb__separator {
display: none;
}
.block-editor-block-breadcrumb__current {
cursor: default;
}
.block-editor-block-breadcrumb__button.block-editor-block-breadcrumb__button,
.block-editor-block-breadcrumb__current {
color: #1e1e1e;
padding: 0 8px;
font-size: inherit;
}
.block-editor-block-card {
color: #1e1e1e;
padding: 16px;
}
.block-editor-block-card.is-parent {
padding-bottom: 4px;
}
.block-editor-block-card.is-child {
padding-top: 4px;
}
.block-editor-block-card__parent-select-button {
padding: 0;
align-items: start;
text-align: start;
height: auto !important;
}
.block-editor-block-card__title {
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 4px 8px;
}
.block-editor-block-card__title.block-editor-block-card__title {
font-size: 13px;
line-height: 1.4;
margin: 0;
}
.block-editor-block-card__name {
padding: 3px 0;
}
.block-editor-block-card .block-editor-block-icon,
.block-editor-block-card__child-indicator-icon {
flex: 0 0 24px;
margin-left: 0;
margin-right: 12px;
width: 24px;
height: 24px;
}
.block-editor-block-card.is-synced .block-editor-block-icon {
color: var(--wp-block-synced-color);
} .block-editor-block-compare {
height: auto;
}
.block-editor-block-compare__wrapper {
display: flex;
padding-bottom: 16px;
}
.block-editor-block-compare__wrapper > div {
display: flex;
justify-content: space-between;
flex-direction: column;
width: 50%;
padding: 0 16px 0 0;
min-width: 200px;
max-width: 600px;
}
.block-editor-block-compare__wrapper > div button {
float: right;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__converted {
border-left: 1px solid #ddd;
padding-left: 15px;
padding-right: 0;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__html {
font-family: Menlo, Consolas, monaco, monospace;
font-size: 12px;
color: #1e1e1e;
border-bottom: 1px solid #ddd;
padding-bottom: 15px;
line-height: 1.7;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__html span {
background-color: #e6ffed;
padding-top: 3px;
padding-bottom: 3px;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__added {
background-color: #acf2bd;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__removed {
background-color: #cc1818;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__preview {
padding: 0;
padding-top: 16px;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__preview p {
font-size: 12px;
margin-top: 0;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__action {
margin-top: 16px;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__heading {
font-size: 1em;
font-weight: 400;
margin: 0.67em 0;
}
.block-editor-block-draggable-chip-wrapper {
position: absolute;
top: -24px;
left: 0;
}
.block-editor-block-draggable-chip {
background-color: #1e1e1e;
border-radius: 2px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.04), 0 6px 6px rgba(0, 0, 0, 0.03), 0 8px 8px rgba(0, 0, 0, 0.02);
color: #fff;
cursor: grabbing;
display: inline-flex;
height: 48px;
padding: 0 13px;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
width: -moz-max-content;
width: max-content;
}
.block-editor-block-draggable-chip svg {
fill: currentColor;
}
.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content {
margin: auto;
justify-content: flex-start;
}
.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content > .components-flex__item {
margin-right: 6px;
}
.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content > .components-flex__item:last-child {
margin-right: 0;
}
.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content .block-editor-block-icon svg {
min-width: 18px;
min-height: 18px;
}
.block-editor-block-draggable-chip .components-flex__item {
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
}
.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled {
opacity: 0;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
display: flex;
justify-content: center;
align-items: center;
background-color: transparent;
}
@media not (prefers-reduced-motion) {
.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled {
transition: all 0.1s linear 0.1s;
}
}
.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled .block-editor-block-draggable-chip__disabled-icon {
width: 20px;
height: 20px;
box-shadow: inset 0 0 0 1.5px #fff;
border-radius: 50%;
display: inline-block;
padding: 0;
background: transparent linear-gradient(-45deg, transparent 47.5%, #fff 47.5%, #fff 52.5%, transparent 52.5%);
}
.block-draggable-invalid-drag-token .block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled {
background-color: #757575;
opacity: 1;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.04), 0 6px 6px rgba(0, 0, 0, 0.03), 0 8px 8px rgba(0, 0, 0, 0.02);
}
.block-editor-block-manager__no-results {
font-style: italic;
padding: 24px 0;
text-align: center;
}
.block-editor-block-manager__category {
isolation: isolate;
margin: 0 0 24px 0;
}
.block-editor-block-manager__category-title {
position: sticky;
top: -4px;
padding: 16px 0;
background-color: #fff;
z-index: 1;
}
.block-editor-block-manager__category-title .components-checkbox-control__label {
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
}
.block-editor-block-manager__checklist {
margin-top: 0;
}
.block-editor-block-manager__category-title,
.block-editor-block-manager__checklist-item {
border-bottom: 1px solid #ddd;
}
.block-editor-block-manager__checklist-item {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 0;
padding: 8px 0 8px 16px;
}
.components-modal__content .block-editor-block-manager__checklist-item.components-checkbox-control__input-container {
margin: 0 8px;
}
.block-editor-block-manager__checklist-item .block-editor-block-icon {
margin-right: 10px;
fill: #1e1e1e;
}
.block-editor-block-manager__results {
border-top: 1px solid #ddd;
}
.block-editor-block-manager__disabled-blocks-count + .block-editor-block-manager__results {
border-top-width: 0;
}
.block-editor-block-mover__move-button-container {
display: flex;
padding: 0;
border: none;
justify-content: center;
}
@media (min-width: 600px) {
.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container {
flex-direction: column;
}
.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container > * {
height: 20px;
width: 100%;
min-width: 0 !important;
}
.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container > *::before {
height: calc(100% - 4px);
}
.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg {
top: 3px;
flex-shrink: 0;
}
.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg {
bottom: 3px;
flex-shrink: 0;
}
.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container {
width: 48px;
}
.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container > * {
width: 24px;
min-width: 0 !important;
overflow: hidden;
}
.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button {
padding-left: 0;
padding-right: 0;
}
.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg {
left: 5px;
}
.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg {
right: 5px;
}
}
.block-editor-block-mover__drag-handle {
cursor: grab;
}
@media (min-width: 600px) {
.block-editor-block-mover__drag-handle {
width: 24px;
min-width: 0 !important;
overflow: hidden;
}
.block-editor-block-mover .block-editor-block-mover__drag-handle.has-icon.has-icon {
padding-left: 0;
padding-right: 0;
}
}
.components-button.block-editor-block-mover-button {
overflow: hidden;
}
.components-button.block-editor-block-mover-button::before {
content: "";
position: absolute;
display: block;
border-radius: 2px;
height: 32px;
left: 8px;
right: 8px;
z-index: -1;
}
@media not (prefers-reduced-motion) {
.components-button.block-editor-block-mover-button::before {
animation: components-button__appear-animation 0.1s ease;
animation-fill-mode: forwards;
}
}
.components-button.block-editor-block-mover-button:focus, .components-button.block-editor-block-mover-button:focus:enabled, .components-button.block-editor-block-mover-button:focus::before {
box-shadow: none;
outline: none;
}
.components-button.block-editor-block-mover-button:focus-visible::before {
box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.block-editor-block-navigation__container {
min-width: 280px;
}
.block-editor-block-navigation__label {
margin: 0 0 12px;
color: #757575;
text-transform: uppercase;
font-size: 11px;
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
}
.block-editor-block-patterns-list__list-item {
cursor: var(--wpds-cursor-control, pointer);
margin-bottom: 16px;
position: relative;
}
.block-editor-block-patterns-list__list-item.is-placeholder {
min-height: 100px;
}
.block-editor-block-patterns-list__list-item[draggable=true] {
cursor: grab;
}
.block-editor-block-patterns-list__item {
height: 100%;
scroll-margin-top: 24px;
scroll-margin-bottom: 56px;
outline: 0;
}
.block-editor-block-patterns-list__item .block-editor-block-patterns-list__item-title {
flex-grow: 1;
text-align: left;
}
.block-editor-block-patterns-list__item .block-editor-block-preview__container {
display: flex;
align-items: center;
overflow: hidden;
border-radius: 4px;
}
.block-editor-block-patterns-list__item .block-editor-block-preview__container::after {
outline: 1px solid rgba(0, 0, 0, 0.1);
outline-offset: -1px;
border-radius: 4px;
}
@media not (prefers-reduced-motion) {
.block-editor-block-patterns-list__item .block-editor-block-preview__container::after {
transition: outline 0.1s linear;
}
}
.block-editor-block-patterns-list__item.is-selected .block-editor-block-preview__container::after {
outline-color: #1e1e1e;
outline-width: var(--wp-admin-border-width-focus);
outline-offset: calc(-1 * var(--wp-admin-border-width-focus));
}
.block-editor-block-patterns-list__item:hover .block-editor-block-preview__container::after {
outline-color: rgba(0, 0, 0, 0.3);
}
.block-editor-block-patterns-list__item[data-focus-visible] .block-editor-block-preview__container::after {
outline-color: var(--wp-admin-theme-color);
outline-width: var(--wp-admin-border-width-focus);
outline-offset: calc(-1 * var(--wp-admin-border-width-focus));
}
.block-editor-block-patterns-list__item .block-editor-patterns__pattern-details:not(:empty) {
align-items: center;
margin-top: 8px;
padding-bottom: 4px;
}
.block-editor-block-patterns-list__item .block-editor-patterns__pattern-icon-wrapper {
min-width: 24px;
height: 24px;
}
.block-editor-block-patterns-list__item .block-editor-patterns__pattern-icon-wrapper .block-editor-patterns__pattern-icon {
fill: var(--wp-block-synced-color);
}
.block-editor-patterns__grid-pagination-wrapper .block-editor-patterns__grid-pagination {
border-top: 1px solid #2f2f2f;
padding: 4px;
justify-content: center;
}
.show-icon-labels .block-editor-patterns__grid-pagination-button {
width: auto;
}
.show-icon-labels .block-editor-patterns__grid-pagination-button span {
display: none;
}
.show-icon-labels .block-editor-patterns__grid-pagination-button::before {
content: attr(aria-label);
}
.components-popover.block-editor-block-popover {
z-index: 31;
position: absolute;
margin: 0 !important;
pointer-events: none;
}
.components-popover.block-editor-block-popover .components-popover__content {
margin: 0 !important;
min-width: auto;
width: -moz-max-content;
width: max-content;
overflow-y: visible;
}
.components-popover.block-editor-block-popover:not(.block-editor-block-popover__inbetween, .block-editor-block-popover__drop-zone, .block-editor-block-list__block-side-inserter-popover) .components-popover__content * {
pointer-events: all;
}
.components-popover.block-editor-block-popover__inbetween {
pointer-events: none;
}
.components-popover.block-editor-block-popover__inbetween * {
pointer-events: none;
}
.components-popover.block-editor-block-popover__inbetween .is-with-inserter {
pointer-events: all;
}
.components-popover.block-editor-block-popover__inbetween .is-with-inserter * {
pointer-events: all;
}
.components-popover.block-editor-block-popover__drop-zone * {
pointer-events: none;
}
.components-popover.block-editor-block-popover__drop-zone .block-editor-block-popover__drop-zone-foreground {
position: absolute;
inset: 0;
background-color: var(--wp-admin-theme-color);
border-radius: 2px;
}
.block-editor-block-preview__container {
position: relative;
width: 100%;
overflow: hidden;
}
.block-editor-block-preview__container .block-editor-block-preview__content {
width: 100%;
top: 0;
left: 0;
transform-origin: top left;
text-align: initial;
margin: 0;
overflow: visible;
min-height: auto;
}
.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__insertion-point,
.block-editor-block-preview__container .block-editor-block-preview__content .block-list-appender {
display: none;
}
.block-editor-block-preview__container::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.block-editor-block-quick-navigation__item {
font-weight: var(--wpds-typography-font-weight-default, 400);
}
.block-editor-block-rename-modal {
z-index: 1000001;
}
.block-editor-block-styles__preview-panel {
display: none;
z-index: 90;
}
@media (min-width: 782px) {
.block-editor-block-styles__preview-panel {
display: block;
}
}
.block-editor-block-styles__preview-panel .block-editor-block-icon {
display: none;
}
.block-editor-block-styles {
grid-column: 1/-1;
}
.block-editor-block-styles__variants {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 8px;
}
.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item {
color: #1e1e1e;
border-color: #ddd;
display: inline-block;
width: calc(50% - 4px);
}
.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item:hover {
color: var(--wp-admin-theme-color);
box-shadow: inset 0 0 0 1px #ddd;
}
.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active, .block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:hover {
background-color: #1e1e1e;
box-shadow: none;
}
.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active .block-editor-block-styles__item-text, .block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:hover .block-editor-block-styles__item-text {
color: #fff;
}
.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item:focus, .block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:focus {
outline: var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) solid var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9));
outline-offset: var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px));
}
.block-editor-block-styles__variants .block-editor-block-styles__item-text {
word-break: break-all;
white-space: normal;
text-align: start;
-moz-text-align-last: center;
text-align-last: center;
}
.components-popover.block-editor-block-switcher__popover .components-popover__content {
min-width: 300px;
}
.block-editor-block-switcher__popover-preview-container {
left: 0;
position: absolute;
top: -1px;
width: 100%;
bottom: 0;
pointer-events: none;
}
.block-editor-block-switcher__popover-preview {
overflow: hidden;
}
.block-editor-block-switcher__popover-preview .components-popover__content {
width: 300px;
border: 1px solid #1e1e1e;
background: #fff;
border-radius: 4px;
outline: none;
box-shadow: none;
overflow: auto;
}
.block-editor-block-switcher__popover-preview .block-editor-block-switcher__preview {
max-height: calc(500px - 32px);
margin: 16px 0;
padding: 0 16px;
overflow: hidden;
}
.block-editor-block-switcher__popover-preview .block-editor-block-switcher__preview.is-pattern-list-preview {
overflow: unset;
}
.block-editor-block-switcher__preview-patterns-container {
padding-bottom: 16px;
}
.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item {
margin-top: 16px;
}
.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-preview__container {
cursor: var(--wpds-cursor-control, pointer);
}
.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item {
height: 100%;
border-radius: 2px;
}
@media not (prefers-reduced-motion) {
.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item {
transition: all 0.05s ease-in-out;
}
}
.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item {
position: relative;
border: 1px solid transparent;
}
.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover, .block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:focus {
box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover {
box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) #1e1e1e;
}
.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item .block-editor-block-switcher__preview-patterns-container-list__item-title {
padding: 4px;
font-size: 12px;
text-align: center;
cursor: var(--wpds-cursor-control, pointer);
}
.block-editor-block-switcher__no-transforms {
color: #757575;
padding: 6px 8px;
margin: 0;
}
.block-editor-block-switcher__binding-indicator {
display: block;
padding: 8px;
}
.block-editor-block-types-list > [role=presentation] {
display: flex;
flex-wrap: wrap;
}
.block-editor-block-pattern-setup {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
width: 100%;
border-radius: 2px;
}
.block-editor-block-pattern-setup.view-mode-grid {
padding-top: 4px;
}
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__toolbar {
justify-content: center;
}
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container {
-moz-column-gap: 24px;
column-gap: 24px;
display: block;
width: 100%;
padding: 32px;
padding-bottom: 0;
padding-top: 0;
-moz-column-count: 2;
column-count: 2;
}
@media (min-width: 1440px) {
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container {
-moz-column-count: 3;
column-count: 3;
}
}
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-preview__container,
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container div[role=button] {
cursor: var(--wpds-cursor-control, pointer);
}
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item {
scroll-margin: 5px 0;
}
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-preview__container {
box-shadow: 0 0 0 2px var(--wp-admin-theme-color);
}
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-preview__container {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(2 * var(--wp-admin-border-width-focus)) var(--wp-admin-theme-color);
outline: 2px solid transparent;
outline-offset: 2px;
}
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-pattern-setup-list__item-title, .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-pattern-setup-list__item-title {
color: var(--wp-admin-theme-color);
}
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item {
-moz-column-break-inside: avoid;
break-inside: avoid-column;
margin-bottom: 24px;
}
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-pattern-setup-list__item-title {
padding-top: 8px;
font-size: 12px;
text-align: center;
cursor: var(--wpds-cursor-control, pointer);
}
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__container {
min-height: 100px;
border-radius: 4px;
border: 1px solid #ddd;
}
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__content {
width: 100%;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar {
height: 64px;
box-sizing: border-box;
padding: 16px;
width: 100%;
text-align: left;
margin: 0;
color: #1e1e1e;
position: absolute;
bottom: 0;
background-color: #fff;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
border-top: 1px solid #ddd;
align-self: stretch;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__display-controls {
display: flex;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__navigation,
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions {
width: calc(50% - 36px);
display: flex;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions {
justify-content: flex-end;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
box-sizing: border-box;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container {
overflow: hidden;
position: relative;
padding: 0;
margin: 0;
height: 100%;
list-style: none;
transform-style: preserve-3d;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container * {
box-sizing: border-box;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide {
position: absolute;
top: 0;
width: 100%;
height: 100%;
background-color: #fff;
margin: auto;
padding: 0;
}
@media not (prefers-reduced-motion) {
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide {
transition: transform 0.5s, z-index 0.5s;
}
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide {
z-index: 100;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.active-slide {
opacity: 1;
position: relative;
z-index: 102;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.previous-slide {
transform: translateX(-100%);
z-index: 101;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.next-slide {
transform: translateX(100%);
z-index: 101;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .block-list-appender {
display: none;
}
.block-editor-block-pattern-setup__carousel,
.block-editor-block-pattern-setup__grid {
width: 100%;
}
.block-editor-block-variation-transforms {
box-sizing: border-box;
padding: 0 16px 16px;
}
.block-editor-block-variation-transforms:where(fieldset) {
border: 0;
margin: 0;
min-inline-size: 0;
}
.block-editor-block-variation-transforms__button {
width: 100%;
justify-content: center;
}
.components-border-radius-control__header {
height: 16px;
margin-bottom: 12px;
}
.components-border-radius-control {
border: 0;
padding: 0;
margin: 0;
margin-bottom: 12px;
}
.components-border-radius-control legend {
margin-bottom: 0;
}
.components-border-radius-control .components-border-radius-control__linked-button {
display: flex;
justify-content: center;
}
.components-border-radius-control .components-border-radius-control__linked-button svg {
margin-right: 0;
}
.block-editor-color-gradient-control .block-editor-color-gradient-control__color-indicator {
margin-bottom: 12px;
}
.block-editor-color-gradient-control__fieldset {
border: 0;
padding: 0;
margin: 0;
min-width: 0;
}
@media screen and (min-width: 782px) {
.block-editor-panel-color-gradient-settings .components-circular-option-picker__swatches {
display: grid;
grid-template-columns: repeat(6, 28px);
}
}
.block-editor-block-inspector .block-editor-panel-color-gradient-settings .components-base-control {
margin-bottom: inherit;
}
.block-editor-panel-color-gradient-settings { }
.block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings .block-editor-panel-color-gradient-settings__inner-wrapper {
grid-column: 1/-1;
row-gap: 0;
}
.block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings .block-editor-panel-color-gradient-settings__inner-wrapper > * {
grid-column: 1/-1;
}
.block-editor-panel-color-gradient-settings__dropdown-content {
min-height: 160px;
}
.block-editor-panel-color-gradient-settings__dropdown-content .block-editor-color-gradient-control__panel {
width: 260px;
padding: 16px;
}
.block-editor-panel-color-gradient-settings__color-indicator {
background: linear-gradient(-45deg, transparent 48%, #ddd 48%, #ddd 52%, transparent 52%);
}
.block-editor-panel-color-gradient-settings__contrast-notice {
margin-top: 16px;
} .block-editor-color-gradient-item {
padding: 0;
max-width: 100%;
position: relative;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.block-editor-color-gradient-item:nth-child(1 of .block-editor-color-gradient-item) {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-top: 1px solid #ddd;
}
.block-editor-color-gradient-item:nth-last-child(1 of .block-editor-color-gradient-item) {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
.block-editor-color-gradient-item > div,
.block-editor-color-gradient-item > div > button {
border-radius: inherit;
}
.block-editor-tools-panel-color-gradient-settings__dropdown {
display: block;
padding: 0;
}
.block-editor-tools-panel-color-gradient-settings__dropdown > button {
height: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
.block-editor-tools-panel-color-gradient-settings__dropdown > button.is-open {
background: #f0f0f0;
color: var(--wp-admin-theme-color);
}
.block-editor-tools-panel-color-gradient-settings__dropdown .block-editor-panel-color-gradient-settings__color-name {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: calc(100% - 44px);
}
.block-editor-tools-panel-color-gradient-settings__dropdown > button.has-contrast-warning .block-editor-panel-color-gradient-settings__color-name {
max-width: calc(100% - 72px);
}
.block-editor-panel-color-gradient-settings__dropdown {
width: 100%;
}
.block-editor-panel-color-gradient-settings__dropdown .component-color-indicator {
flex-shrink: 0;
}
.block-editor-panel-color-gradient-settings__reset {
position: absolute;
right: 0;
top: 8px;
margin: auto 8px auto;
opacity: 0;
}
@media not (prefers-reduced-motion) {
.block-editor-panel-color-gradient-settings__reset {
transition: opacity 0.1s ease-in-out;
}
}
.block-editor-panel-color-gradient-settings__reset.block-editor-panel-color-gradient-settings__reset {
border-radius: 2px;
}
.block-editor-panel-color-gradient-settings__dropdown:hover + .block-editor-panel-color-gradient-settings__reset, .block-editor-panel-color-gradient-settings__reset:focus, .block-editor-panel-color-gradient-settings__reset:hover {
opacity: 1;
}
@media (hover: none) {
.block-editor-panel-color-gradient-settings__reset {
opacity: 1;
}
}
.block-editor-panel-color-gradient-settings__dropdown.has-contrast-warning + .block-editor-panel-color-gradient-settings__reset {
right: 28px;
}
.block-editor-panel-color-gradient-settings__contrast-warning {
position: absolute;
right: 0;
top: 8px;
margin: auto 8px auto;
}
.block-editor-panel-color-gradient-settings__contrast-warning.block-editor-panel-color-gradient-settings__contrast-warning {
border-radius: 2px;
}
.block-editor-date-format-picker {
margin: 0 0 16px;
padding: 0;
border: none;
}
.block-editor-date-format-picker__custom-format-select-control__custom-option {
border-top: 1px solid #ddd;
}
.block-editor-dimension-control {
border: 0;
margin: 0;
padding: 0;
}
.block-editor-duotone-control__popover.components-popover > .components-popover__content {
padding: 8px;
width: 260px;
}
.block-editor-duotone-control__popover.components-popover .components-menu-group__label {
padding: 0;
}
.block-editor-duotone-control__popover.components-popover .components-circular-option-picker__swatches {
display: grid;
grid-template-columns: repeat(6, 28px);
gap: 12px;
justify-content: space-between;
}
.block-editor-duotone-control__unset-indicator {
background: linear-gradient(-45deg, transparent 48%, #ddd 48%, #ddd 52%, transparent 52%);
}
.block-editor-fit-text-size-warning {
grid-column: span 2;
}
.components-font-appearance-control [role=option] {
color: #1e1e1e;
text-transform: capitalize;
}
.block-editor-global-styles__toggle-icon {
fill: currentColor;
}
.block-editor-global-styles__shadow-popover-container {
width: 230px;
}
.block-editor-global-styles__shadow__list {
display: flex;
gap: 12px;
flex-wrap: wrap;
padding-bottom: 8px;
}
.block-editor-global-styles__clear-shadow {
text-align: right;
}
.block-editor-global-styles-state-control {
margin-top: -4px;
}
.block-editor-global-styles-state-control__badges {
min-height: 24px;
}
.block-editor-global-styles-state-control__badge-tooltip-trigger {
display: inline-flex;
max-width: 100%;
}
.block-editor-global-styles-filters-panel__dropdown,
.block-editor-global-styles__shadow-dropdown {
display: block;
padding: 0;
position: relative;
border: 1px solid #ddd;
border-radius: 2px;
}
.block-editor-global-styles-filters-panel__dropdown-toggle,
.block-editor-global-styles__shadow-dropdown-toggle {
width: 100%;
padding: 8px;
}
.block-editor-global-styles-filters-panel__dropdown-toggle.is-open,
.block-editor-global-styles__shadow-dropdown-toggle.is-open {
background-color: #f0f0f0;
}
.block-editor-global-styles__shadow-editor__remove-button {
position: absolute;
right: 0;
top: 8px;
margin: auto 8px auto;
opacity: 0;
}
@media not (prefers-reduced-motion) {
.block-editor-global-styles__shadow-editor__remove-button {
transition: opacity 0.1s ease-in-out;
}
}
.block-editor-global-styles__shadow-dropdown:hover .block-editor-global-styles__shadow-editor__remove-button, .block-editor-global-styles__shadow-editor__remove-button:focus, .block-editor-global-styles__shadow-editor__remove-button:hover {
opacity: 1;
}
@media (hover: none) {
.block-editor-global-styles__shadow-editor__remove-button {
opacity: 1;
}
}
.block-editor-global-styles__shadow-indicator {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
color: #2f2f2f;
border: #e0e0e0 1px solid;
border-radius: 2px;
cursor: var(--wpds-cursor-control, pointer);
display: inline-flex;
align-items: center;
padding: 0;
height: 26px;
width: 26px;
box-sizing: border-box;
transform: scale(1);
}
@media not (prefers-reduced-motion) {
.block-editor-global-styles__shadow-indicator {
transition: transform 0.1s ease;
}
}
.block-editor-global-styles__shadow-indicator {
will-change: transform;
}
.block-editor-global-styles__shadow-indicator:focus {
border: 2px solid #757575;
}
.block-editor-global-styles__shadow-indicator:hover {
transform: scale(1.2);
}
.block-editor-global-styles__shadow-indicator.unset {
background: linear-gradient(-45deg, transparent 48%, #ddd 48%, #ddd 52%, transparent 52%);
}
.block-editor-global-styles-advanced-panel__custom-css-input {
margin-bottom: 16px;
}
.block-editor-global-styles-advanced-panel__custom-css-input textarea {
font-family: Menlo, Consolas, monaco, monospace; direction: ltr;
}
.block-editor-panel-duotone-settings__reset {
position: absolute;
right: 0;
top: 8px;
margin: auto 8px auto;
opacity: 0;
}
@media not (prefers-reduced-motion) {
.block-editor-panel-duotone-settings__reset {
transition: opacity 0.1s ease-in-out;
}
}
.block-editor-global-styles-filters-panel__dropdown:hover .block-editor-panel-duotone-settings__reset, .block-editor-panel-duotone-settings__reset:focus, .block-editor-panel-duotone-settings__reset:hover {
opacity: 1;
}
@media (hover: none) {
.block-editor-panel-duotone-settings__reset {
opacity: 1;
}
}
.is-inherited-from-global-styles .components-base-control__label,
.is-inherited-from-global-styles .components-input-control__label {
text-decoration-line: underline;
text-decoration-style: dotted;
text-decoration-thickness: 1px;
text-underline-offset: 0.2em;
}
.is-inherited-from-global-styles .block-editor-panel-color-gradient-settings__color-name,
.is-inherited-from-global-styles .block-editor-global-styles-background-panel__inspector-media-replace-title,
.is-inherited-from-global-styles .block-editor-panel-duotone-settings__label {
border-bottom: 1px dotted currentColor;
}
.has-local-override-from-global-styles {
position: relative;
}
.global-styles-inheritance-affordance {
position: absolute;
inset-block-start: 0;
inset-inline-end: 0;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
height: 16px;
}
.global-styles-inheritance-affordance--offset-toggle {
inset-inline-end: 32px;
}
.global-styles-inheritance-affordance .has-local-override-from-global-styles__reset {
pointer-events: auto;
margin-inline-start: 0 !important;
}
.has-local-override-from-global-styles__reset {
display: inline-flex !important;
align-items: center;
justify-content: center;
vertical-align: middle;
position: relative;
margin-inline-start: 6px;
min-width: 14px !important;
width: 14px !important;
height: 14px !important;
padding: 0 !important;
border-radius: 50% !important;
background: transparent !important;
box-shadow: none !important;
overflow: hidden;
text-transform: none;
letter-spacing: normal;
cursor: var(--wpds-cursor-control, pointer);
}
.has-local-override-from-global-styles__reset:hover, .has-local-override-from-global-styles__reset:focus {
background: transparent !important;
}
.has-local-override-from-global-styles__reset:hover .has-local-override-from-global-styles__dot, .has-local-override-from-global-styles__reset:focus .has-local-override-from-global-styles__dot {
display: none;
}
.has-local-override-from-global-styles__reset:hover .has-local-override-from-global-styles__reset-icon, .has-local-override-from-global-styles__reset:focus .has-local-override-from-global-styles__reset-icon {
display: block;
}
.has-local-override-from-global-styles__reset:focus-visible {
outline: 1.5px solid var(--wp-admin-theme-color, #007cba);
outline-offset: 1px;
}
.has-local-override-from-global-styles__reset.block-editor-panel-color-gradient-settings__reset {
position: absolute;
justify-content: center;
top: 50%;
transform: translateY(-50%);
margin-block: 0;
margin-inline-start: 0;
opacity: 1;
}
.has-local-override-from-global-styles__reset.block-editor-global-styles__shadow-editor__remove-button {
position: absolute;
justify-content: center;
inset-inline-end: 8px;
top: 50%;
transform: translateY(-50%);
margin-block: 0;
margin-inline-start: 0;
opacity: 1;
}
.has-local-override-from-global-styles__reset.block-editor-panel-duotone-settings__reset {
position: absolute;
justify-content: center;
inset-inline-end: 8px;
top: 50%;
transform: translateY(-50%);
margin-block: 0;
margin-inline-start: 0;
opacity: 1;
}
.has-local-override-from-global-styles__dot {
display: block;
width: 8px;
height: 8px;
background-color: var(--wp-admin-theme-color, #007cba);
border-radius: 50%;
}
.has-local-override-from-global-styles__reset-icon {
display: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: var(--wp-admin-theme-color, #007cba);
}
.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer {
z-index: 30;
}
.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer .components-popover__content * {
pointer-events: none;
}
.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer.is-dropping-allowed .block-editor-grid-visualizer__drop-zone {
pointer-events: all;
}
.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer .block-editor-inserter * {
pointer-events: auto;
}
.block-editor-grid-visualizer__grid {
display: grid;
position: absolute;
}
.block-editor-grid-visualizer__cell {
display: grid;
position: relative;
}
.block-editor-grid-visualizer__cell .block-editor-inserter {
color: inherit;
z-index: 32;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
}
.block-editor-grid-visualizer__cell .block-editor-inserter .block-editor-grid-visualizer__appender {
box-shadow: inset 0 0 0 1px color-mix(in srgb, currentColor 20%, rgba(0, 0, 0, 0));
color: inherit;
overflow: hidden;
height: 100%;
width: 100%;
padding: 0 !important;
opacity: 0;
}
.block-editor-grid-visualizer__cell.is-highlighted .block-editor-inserter,
.block-editor-grid-visualizer__cell.is-highlighted .block-editor-grid-visualizer__drop-zone {
background: var(--wp-admin-theme-color);
}
.block-editor-grid-visualizer__cell:hover .block-editor-grid-visualizer__appender,
.block-editor-grid-visualizer__cell .block-editor-grid-visualizer__appender:focus {
opacity: 1;
background-color: color-mix(in srgb, currentColor 20%, rgba(0, 0, 0, 0));
}
.block-editor-grid-visualizer__drop-zone {
background: rgba(204, 204, 204, 0.1);
width: 100%;
height: 100%;
grid-column: 1;
grid-row: 1;
min-width: 8px;
min-height: 8px;
}
.block-editor-grid-item-resizer.block-editor-grid-item-resizer.block-editor-grid-item-resizer {
z-index: 30;
}
.block-editor-grid-item-resizer.block-editor-grid-item-resizer.block-editor-grid-item-resizer .components-popover__content * {
pointer-events: none;
}
.block-editor-grid-item-resizer__box {
border: 1px solid var(--wp-admin-theme-color);
}
.block-editor-grid-item-resizer__box .components-resizable-box__handle.components-resizable-box__handle.components-resizable-box__handle {
pointer-events: all;
}
.block-editor-grid-item-mover__move-button-container {
display: flex;
padding: 0;
border: none;
justify-content: center;
}
.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button {
width: 24px;
min-width: 0 !important;
padding-left: 0;
padding-right: 0;
}
.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button svg {
min-width: 24px;
}
.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button::before {
content: "";
position: absolute;
display: block;
border-radius: 2px;
height: 32px;
left: 8px;
right: 8px;
z-index: -1;
}
@media not (prefers-reduced-motion) {
.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button::before {
animation: components-button__appear-animation 0.1s ease;
animation-fill-mode: forwards;
}
}
.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus, .block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus:enabled, .block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus::before {
box-shadow: none;
outline: none;
}
.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus-visible::before {
box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.block-editor-grid-item-mover__move-vertical-button-container {
display: flex;
position: relative;
}
@media (min-width: 600px) {
.block-editor-grid-item-mover__move-vertical-button-container {
flex-direction: column;
justify-content: space-around;
}
.block-editor-grid-item-mover__move-vertical-button-container > .block-editor-grid-item-mover-button.block-editor-grid-item-mover-button {
height: 20px !important;
width: 100%;
min-width: 0 !important;
}
.block-editor-grid-item-mover__move-vertical-button-container > .block-editor-grid-item-mover-button.block-editor-grid-item-mover-button::before {
height: calc(100% - 4px);
}
.block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-up-button svg,
.block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-down-button svg {
flex-shrink: 0;
height: 20px;
}
}
@media (min-width: 600px) {
.editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-vertical-button-container {
height: 40px;
position: relative;
top: -4px;
}
}
.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container {
position: relative;
}
@media (min-width: 600px) {
.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container::before {
content: "";
height: 100%;
width: 1px;
background: #e0e0e0;
position: absolute;
top: 0;
}
}
@media (min-width: 782px) {
.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container::before {
background: #1e1e1e;
}
}
.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-left {
padding-right: 6px;
}
.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-left::before {
right: 0;
}
.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-right {
padding-left: 6px;
}
.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-right::before {
left: 0;
}
@media (min-width: 600px) {
.show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container::before {
content: "";
height: 1px;
width: 100%;
background: #e0e0e0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, 0);
margin-top: -0.5px;
}
}
@media (min-width: 782px) {
.show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container::before {
background: #1e1e1e;
}
}
.show-icon-labels .block-editor-grid-item-mover-button {
white-space: nowrap;
}
.show-icon-labels .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-horizontal-button-container::before {
height: 24px;
background: #ddd;
top: 4px;
}
.show-icon-labels .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-vertical-button-container::before {
background: #ddd;
width: calc(100% - 24px);
}
.block-editor-height-control {
border: 0;
margin: 0;
padding: 0;
}
.block-editor-iframe__container {
width: 100%;
height: 100%;
}
.block-editor-iframe__scale-container {
height: 100%;
}
.block-editor-iframe__scale-container.is-zoomed-out {
width: var(--wp-block-editor-iframe-zoom-out-scale-container-width, 100vw);
position: absolute;
right: 0;
}
.block-editor-block-types-list__list-item {
display: block;
width: 33.33%;
padding: 0;
margin: 0;
}
.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled) .block-editor-block-icon.has-colors {
color: var(--wp-block-synced-color);
}
.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover .block-editor-block-types-list__item-title {
color: var(--wp-block-synced-color) !important;
filter: brightness(0.95);
}
.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover svg {
color: var(--wp-block-synced-color) !important;
}
.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled)::after {
background: var(--wp-block-synced-color);
}
.components-button.block-editor-block-types-list__item {
display: flex;
flex-direction: column;
width: 100%;
font-size: 13px;
color: #1e1e1e;
padding: 8px;
align-items: stretch;
justify-content: center;
cursor: var(--wpds-cursor-control, pointer);
background: transparent;
word-break: break-word;
}
@media not (prefers-reduced-motion) {
.components-button.block-editor-block-types-list__item {
transition: all 0.05s ease-in-out;
}
}
.components-button.block-editor-block-types-list__item {
position: relative;
height: auto;
}
.components-button.block-editor-block-types-list__item:disabled, .components-button.block-editor-block-types-list__item[aria-disabled=true] {
opacity: 0.6;
cursor: default;
}
.components-button.block-editor-block-types-list__item:not(:disabled, [aria-disabled=true]):hover .block-editor-block-types-list__item-title {
color: var(--wp-admin-theme-color) !important;
filter: brightness(0.95);
}
.components-button.block-editor-block-types-list__item:not(:disabled, [aria-disabled=true]):hover svg {
color: var(--wp-admin-theme-color) !important;
}
.components-button.block-editor-block-types-list__item:not(:disabled, [aria-disabled=true]):hover::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
border-radius: 2px;
opacity: 0.04;
background: var(--wp-admin-theme-color);
pointer-events: none;
}
.block-editor-block-types-list__item-icon {
padding: 12px 20px;
color: #1e1e1e;
}
@media not (prefers-reduced-motion) {
.block-editor-block-types-list__item-icon {
transition: all 0.05s ease-in-out;
}
}
.block-editor-block-types-list__item-icon .block-editor-block-icon {
margin-left: auto;
margin-right: auto;
}
@media not (prefers-reduced-motion) {
.block-editor-block-types-list__item-icon svg {
transition: all 0.15s ease-out;
}
}
.block-editor-block-types-list__list-item[draggable=true] .block-editor-block-types-list__item-icon {
cursor: grab;
}
.block-editor-block-types-list__item-title {
padding: 4px 2px 8px;
font-size: 12px;
hyphens: auto;
}
.modal-open .block-editor-inspector-list-view-content-popover {
z-index: 99999;
}
.block-editor-block-inspector__tabs [role=tablist] {
width: 100%;
}
.block-editor-inspector-popover-header {
margin-bottom: 16px;
}
.items-justified-left {
justify-content: flex-start;
}
.items-justified-center {
justify-content: center;
}
.items-justified-right {
justify-content: flex-end;
}
.items-justified-space-between {
justify-content: space-between;
}
@keyframes loadingpulse {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.block-editor-link-control {
position: relative;
min-width: 350px;
}
.components-popover__content .block-editor-link-control {
min-width: auto;
width: 90vw;
max-width: 350px;
}
.show-icon-labels .block-editor-link-control .components-button.has-icon svg {
display: none;
}
.show-icon-labels .block-editor-link-control .components-button.has-icon::before {
content: attr(aria-label);
}
.show-icon-labels .block-editor-link-control .block-editor-link-control__preview {
gap: 4px;
flex-wrap: wrap;
}
.show-icon-labels .block-editor-link-control .block-editor-link-control__preview .components-button.has-icon {
width: auto;
padding: 4px;
}
.show-icon-labels .block-editor-link-control .block-editor-link-control__preview .block-editor-link-control_link-information {
min-width: 100%;
margin-right: 0;
}
.block-editor-link-control__search-input-wrapper {
margin-bottom: 8px;
position: relative;
}
.block-editor-link-control__help {
padding: 0 16px;
margin-top: -8px;
margin-bottom: 0;
font-size: 12px;
font-style: normal;
color: #757575;
}
.block-editor-link-control__search-input-container,
.block-editor-link-control__search-input-wrapper {
position: relative;
}
.block-editor-link-control__field {
margin: 16px;
}
.block-editor-link-control__field .components-base-control__label {
color: #1e1e1e;
}
.block-editor-link-control__search-error {
margin: -8px 16px 16px;
}
.block-editor-link-control__search-actions {
padding: 8px 16px 16px;
}
.block-editor-link-control__search-results-wrapper {
position: relative;
}
.block-editor-link-control__search-results-wrapper::before, .block-editor-link-control__search-results-wrapper::after {
content: "";
position: absolute;
left: -1px;
right: 16px;
display: block;
pointer-events: none;
z-index: 100;
}
.block-editor-link-control__search-results-wrapper::before {
height: 8px;
top: 0;
bottom: auto;
}
.block-editor-link-control__search-results-wrapper::after {
height: 16px;
bottom: 0;
top: auto;
}
.block-editor-link-control__search-results {
margin-top: -16px;
padding: 8px;
max-height: 200px;
overflow-y: auto;
}
.block-editor-link-control__search-results.is-loading {
opacity: 0.2;
}
.block-editor-link-control__search-item.components-button.components-menu-item__button {
height: auto;
text-align: left;
}
.block-editor-link-control__search-item .components-menu-item__item {
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
width: 100%;
}
.block-editor-link-control__search-item .components-menu-item__item mark {
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
color: inherit;
background-color: transparent;
}
.block-editor-link-control__search-item .components-menu-item__shortcut {
color: #757575;
white-space: nowrap;
}
.block-editor-link-control__search-item[aria-selected] {
background: #f0f0f0;
}
.block-editor-link-control__preview {
background: transparent;
border: 0;
padding: 16px;
}
.block-editor-link-control__preview .block-editor-link-control__link-information {
margin-right: 8px;
white-space: pre-wrap;
overflow-wrap: break-word;
}
.block-editor-link-control__preview .block-editor-link-control__link-information .block-editor-link-control__preview-info {
color: #757575;
line-height: 1.1;
font-size: 12px;
word-break: break-all;
}
.block-editor-link-control__preview.is-url-title .block-editor-link-control__preview-title {
word-break: break-all;
}
.block-editor-link-control__preview .block-editor-link-control__preview-image,
.block-editor-link-control__preview .block-editor-link-control__preview-icon {
position: relative;
flex-shrink: 0;
background-color: #f0f0f0;
width: 32px;
height: 32px;
border-radius: 2px;
}
.block-editor-link-control__preview .block-editor-link-control__preview-icon img {
width: 16px;
}
.block-editor-link-control__preview.is-error .block-editor-link-control__preview-icon {
top: 0;
width: 32px;
max-height: 32px;
}
.block-editor-link-control__preview .block-editor-link-control__preview-title {
line-height: var(--wpds-typography-line-height-sm, 20px);
}
.block-editor-link-control__preview .block-editor-link-control__preview-title:focus {
box-shadow: none;
}
.block-editor-link-control__preview .block-editor-link-control__preview-title:focus-visible {
box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline: 2px solid transparent;
text-decoration: none;
}
.block-editor-link-control__preview .block-editor-link-control__preview-title mark {
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
color: inherit;
background-color: transparent;
}
.block-editor-link-control__preview .block-editor-link-control__preview-title span {
font-weight: normal;
}
.block-editor-link-control__preview .block-editor-link-control__preview-title .components-external-link__icon {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.block-editor-link-control__preview.is-fetching .block-editor-link-control__preview-icon svg,
.block-editor-link-control__preview.is-fetching .block-editor-link-control__preview-icon img {
opacity: 0;
}
.block-editor-link-control__preview.is-fetching .block-editor-link-control__preview-icon::before {
content: "";
display: block;
background-color: #f0f0f0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 100%;
}
@media not (prefers-reduced-motion) {
.block-editor-link-control__preview.is-fetching .block-editor-link-control__preview-icon::before {
animation: loadingpulse 1s linear infinite;
animation-delay: 0.5s;
}
}
.block-editor-link-control__loading {
margin: 16px;
display: flex;
align-items: center;
}
.block-editor-link-control__loading .components-spinner {
margin-top: 0;
}
.components-button + .block-editor-link-control__search-create {
overflow: visible;
padding: 12px 16px;
}
.components-button + .block-editor-link-control__search-create::before {
content: "";
position: absolute;
top: -10px;
left: 0;
display: block;
width: 100%;
}
.block-editor-link-control__search-create {
align-items: center;
}
.block-editor-link-control__search-create .block-editor-link-control__preview-title {
margin-bottom: 0;
}
.block-editor-link-control__search-create .block-editor-link-control__search-item-icon {
top: 0;
}
.block-editor-link-control__drawer-inner {
display: flex;
flex-direction: column;
flex-basis: 100%;
position: relative;
}
.block-editor-link-control__settings {
border: 0;
padding: 0;
margin: 0;
}
.block-editor-link-control__setting {
margin-bottom: 0;
flex: 1;
padding: 8px 24px;
}
.block-editor-link-control__setting .components-base-control:not(.components-input-control) .components-base-control__field {
display: flex;
}
.block-editor-link-control__setting .components-base-control__field .components-checkbox-control__label {
color: #1e1e1e;
}
.block-editor-link-control__setting input {
margin-left: 0;
}
.is-preview .block-editor-link-control__setting {
padding: 20px 8px 8px 0;
}
.block-editor-link-control__tools {
padding: 8px 8px 0 8px;
margin-top: -16px;
}
.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle {
padding-left: 0;
gap: 0;
}
.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] {
color: #1e1e1e;
}
.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg {
visibility: visible;
}
@media not (prefers-reduced-motion) {
.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg {
transition: transform 0.1s ease;
}
}
.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg {
transform: rotate(90deg);
}
.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg {
visibility: visible;
transform: rotate(0deg);
}
@media not (prefers-reduced-motion) {
.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg {
transition: transform 0.1s ease;
}
}
.block-editor-link-control .block-editor-link-control__search-input .components-spinner {
display: block;
}
.block-editor-link-control .block-editor-link-control__search-input .components-spinner.components-spinner {
position: absolute;
left: auto;
bottom: auto;
top: calc(50% - 16px / 2);
right: 40px;
}
.block-editor-link-control .block-editor-link-control__search-input-wrapper.has-actions .components-spinner {
top: calc(50% + 16px / 4);
right: 12px;
} .link-preview-button.components-button {
width: 100%;
height: auto;
padding: 12px;
border-color: #949494;
}
.link-preview-button__image-container {
width: 24px;
height: 24px;
flex-shrink: 0;
}
.link-preview-button__image {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 2px;
}
.link-preview-button__content {
min-width: 0;
flex: 1;
}
.link-preview-button__details {
min-width: 0;
flex: 1;
}
.link-preview-button__title,
.link-preview-button__hint {
min-width: 0;
display: block;
width: 100%;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.link-preview-button__title {
margin-top: 4px;
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
color: #1e1e1e;
display: block;
}
.link-preview-button__hint {
font-size: 12px;
color: #757575;
font-weight: 400;
}
.link-preview-button__icon {
color: #1e1e1e;
}
.link-preview-button__badges {
margin-top: 8px;
}
.block-editor-list-view-tree {
width: 100%;
border-collapse: collapse;
padding: 0;
margin: 0;
}
.components-modal__content .block-editor-list-view-tree {
margin: -12px -6px 0;
width: calc(100% + 12px);
}
.block-editor-list-view-tree.is-dragging tbody {
pointer-events: none;
}
.block-editor-list-view-leaf {
position: relative;
transform: translateY(0);
}
.block-editor-list-view-leaf.is-draggable, .block-editor-list-view-leaf.is-draggable .block-editor-list-view-block-contents {
cursor: grab;
}
.block-editor-list-view-leaf .block-editor-list-view-block-select-button[aria-expanded=true] {
color: inherit;
}
.block-editor-list-view-leaf .block-editor-list-view-block-select-button:hover {
color: var(--wp-admin-theme-color);
}
.block-editor-list-view-leaf .block-editor-list-view-block-select-button svg {
fill: currentColor;
}
@media (forced-colors: active) {
.block-editor-list-view-leaf .block-editor-list-view-block-select-button svg {
fill: CanvasText;
}
}
.is-dragging-components-draggable .block-editor-list-view-leaf:not(.is-selected) .block-editor-list-view-block-select-button:hover {
color: inherit;
}
.block-editor-list-view-leaf.is-selected td {
background: var(--wp-admin-theme-color);
}
.block-editor-list-view-leaf.is-selected.is-synced td {
background: var(--wp-block-synced-color);
}
.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:hover, .block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus,
.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents .block-editor-block-icon {
color: var(--wp-block-synced-color);
}
.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus::after {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color);
}
.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents, .block-editor-list-view-leaf.is-selected .components-button.has-icon {
color: #fff;
}
.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents:focus::after {
box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9));
}
.block-editor-list-view-leaf.is-selected.is-synced .block-editor-list-view-block-contents:focus::after {
box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color);
}
.block-editor-list-view-leaf.is-selected .block-editor-list-view-block__menu:focus {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #fff;
}
.block-editor-list-view-leaf.is-first-selected td:first-child {
border-top-left-radius: 2px;
}
.block-editor-list-view-leaf.is-first-selected td:last-child {
border-top-right-radius: 2px;
}
.block-editor-list-view-leaf.is-last-selected td:first-child {
border-bottom-left-radius: 2px;
}
.block-editor-list-view-leaf.is-last-selected td:last-child {
border-bottom-right-radius: 2px;
}
.block-editor-list-view-leaf.is-branch-selected:not(.is-selected):not(.is-synced-branch) {
background: rgba(var(--wp-admin-theme-color--rgb), 0.04);
}
.block-editor-list-view-leaf.is-synced-branch.is-branch-selected {
background: rgba(var(--wp-block-synced-color--rgb), 0.04);
}
.block-editor-list-view-leaf.is-branch-selected.is-first-selected td:first-child {
border-top-left-radius: 2px;
}
.block-editor-list-view-leaf.is-branch-selected.is-first-selected td:last-child {
border-top-right-radius: 2px;
}
.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:first-child {
border-top-left-radius: 2px;
}
.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:last-child {
border-top-right-radius: 2px;
}
.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:first-child {
border-bottom-left-radius: 2px;
}
.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:last-child {
border-bottom-right-radius: 2px;
}
.block-editor-list-view-leaf.is-branch-selected:not(.is-selected) td {
border-radius: 0;
}
@media not (prefers-reduced-motion) {
.block-editor-list-view-leaf.is-displacement-normal {
transition: transform 0.2s;
}
}
.block-editor-list-view-leaf.is-displacement-normal {
transform: translateY(0);
}
@media not (prefers-reduced-motion) {
.block-editor-list-view-leaf.is-displacement-up {
transition: transform 0.2s;
}
}
.block-editor-list-view-leaf.is-displacement-up {
transform: translateY(-32px);
}
@media not (prefers-reduced-motion) {
.block-editor-list-view-leaf.is-displacement-down {
transition: transform 0.2s;
}
}
.block-editor-list-view-leaf.is-displacement-down {
transform: translateY(32px);
}
@media not (prefers-reduced-motion) {
.block-editor-list-view-leaf.is-after-dragged-blocks {
transition: transform 0.2s;
}
}
.block-editor-list-view-leaf.is-after-dragged-blocks {
transform: translateY(calc(var(--wp-admin--list-view-dragged-items-height, 32px) * -1));
}
@media not (prefers-reduced-motion) {
.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-up {
transition: transform 0.2s;
}
}
.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-up {
transform: translateY(calc(-32px + var(--wp-admin--list-view-dragged-items-height, 32px) * -1));
}
@media not (prefers-reduced-motion) {
.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-down {
transition: transform 0.2s;
}
}
.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-down {
transform: translateY(calc(32px + var(--wp-admin--list-view-dragged-items-height, 32px) * -1));
}
.block-editor-list-view-leaf.is-dragging {
opacity: 0;
left: 0;
pointer-events: none;
z-index: -9999;
}
.block-editor-list-view-leaf .block-editor-list-view-block-contents {
display: flex;
align-items: center;
width: 100%;
height: 32px;
padding: 6px 4px 6px 0;
text-align: left;
position: relative;
white-space: nowrap;
border-radius: 2px;
box-sizing: border-box;
color: inherit;
font-family: inherit;
font-size: 13px;
font-weight: 400;
margin: 0;
text-decoration: none;
}
@media not (prefers-reduced-motion) {
.block-editor-list-view-leaf .block-editor-list-view-block-contents {
transition: box-shadow 0.1s linear;
}
}
.components-modal__content .block-editor-list-view-leaf .block-editor-list-view-block-contents {
padding-left: 0;
padding-right: 0;
}
.block-editor-list-view-leaf.is-nesting .block-editor-list-view-block-contents,
.block-editor-list-view-leaf .block-editor-list-view-block-contents:focus {
box-shadow: none;
}
.block-editor-list-view-leaf.is-nesting .block-editor-list-view-block-contents::after,
.block-editor-list-view-leaf .block-editor-list-view-block-contents:focus::after {
content: "";
position: absolute;
top: 0;
right: -29px;
bottom: 0;
left: 0;
border-radius: inherit;
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9));
z-index: 2;
pointer-events: none;
}
.block-editor-list-view-leaf.has-single-cell .block-editor-list-view-block-contents:focus::after {
right: 0;
}
.block-editor-list-view-leaf.is-nesting .block-editor-list-view__menu {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9));
z-index: 1;
}
.block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents {
opacity: 1;
}
@keyframes __wp-base-styles-fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@media not (prefers-reduced-motion) {
.block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents {
animation: __wp-base-styles-fade-in 0.08s linear 0s;
animation-fill-mode: forwards;
}
}
.block-editor-list-view-leaf .block-editor-block-icon {
margin-right: 4px;
flex: 0 0 24px;
}
.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,
.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell,
.block-editor-list-view-leaf .block-editor-list-view-block__contents-cell {
padding: 0;
}
.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,
.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell {
line-height: 0;
width: 28px;
vertical-align: middle;
}
.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell > *,
.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell > * {
opacity: 0;
}
.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:hover > *, .block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:focus-within > *, .block-editor-list-view-leaf .block-editor-list-view-block__menu-cell.is-visible > *,
.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:hover > *,
.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:focus-within > *,
.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell.is-visible > * {
opacity: 1;
}
.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell-alignment-wrapper {
display: flex;
height: 100%;
flex-direction: column;
align-items: center;
}
.block-editor-list-view-leaf .block-editor-block-mover-button {
position: relative;
width: 36px;
height: 24px;
}
.block-editor-list-view-leaf .block-editor-block-mover-button svg {
position: relative;
height: 24px;
}
.block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button {
margin-top: -6px;
align-items: flex-end;
}
.block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button svg {
bottom: -4px;
}
.block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button {
margin-bottom: -6px;
align-items: flex-start;
}
.block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button svg {
top: -4px;
}
.block-editor-list-view-leaf .block-editor-block-mover-button::before {
height: 16px;
min-width: 100%;
left: 0;
right: 0;
}
.block-editor-list-view-leaf .block-editor-inserter__toggle {
background: #1e1e1e;
color: #fff;
height: 24px;
margin: 6px 6px 6px 1px;
min-width: 24px;
}
.block-editor-list-view-leaf .block-editor-inserter__toggle:active {
color: #fff;
}
.block-editor-list-view-leaf .block-editor-list-view-block-select-button__label-wrapper svg {
left: 2px;
position: relative;
}
.block-editor-list-view-leaf .block-editor-list-view-block-select-button__title {
flex: 1;
position: relative;
}
.block-editor-list-view-leaf .block-editor-list-view-block-select-button__title .components-truncate {
position: absolute;
width: 100%;
transform: translateY(-50%);
}
.block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor-wrapper {
position: relative;
max-width: min(110px, 40%);
width: 100%;
}
.block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor {
position: absolute;
right: 0;
transform: translateY(-50%);
}
.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__anchor {
background: rgba(0, 0, 0, 0.3);
color: #fff;
}
.block-editor-list-view-leaf .block-editor-list-view-block-select-button__block-visibility,
.block-editor-list-view-leaf .block-editor-list-view-block-select-button__lock,
.block-editor-list-view-leaf .block-editor-list-view-block-select-button__sticky {
line-height: 0;
}
.block-editor-list-view-leaf .block-editor-list-view-block-select-button__images {
display: flex;
}
.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image {
background-size: cover;
width: 18px;
height: 18px;
border-radius: 1px;
}
.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:only-child) {
box-shadow: 0 0 0 2px #fff;
}
.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:first-child) {
margin-left: -6px;
}
.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__image:not(:only-child) {
box-shadow: 0 0 0 2px var(--wp-admin-theme-color);
}
.block-editor-list-view-leaf.is-disabled {
opacity: 0.2;
}
@media not (prefers-reduced-motion) {
.block-editor-list-view-leaf.is-disabled {
transition: opacity 0.1s linear;
}
}
.block-editor-list-view-leaf.is-disabled:hover {
opacity: 0.2;
}
.block-editor-list-view-leaf.is-disabled .block-editor-list-view__expander {
cursor: default;
}
.block-editor-list-view-leaf.is-disabled .block-editor-list-view-block-select-button:hover {
color: inherit;
}
.block-editor-list-view-draggable-chip {
opacity: 0.8;
}
.block-editor-list-view-block__contents-cell .block-editor-list-view-block__contents-container,
.block-editor-list-view-block__contents-cell .block-editor-list-view-appender__container,
.block-editor-list-view-appender__cell .block-editor-list-view-block__contents-container,
.block-editor-list-view-appender__cell .block-editor-list-view-appender__container {
display: flex;
}
.block-editor-list-view__expander {
height: 24px;
width: 24px;
cursor: var(--wpds-cursor-control, pointer);
}
.block-editor-list-view-leaf[aria-level] .block-editor-list-view__expander {
margin-left: 192px;
}
.block-editor-list-view-leaf[aria-level="1"] .block-editor-list-view__expander {
margin-left: 0;
}
.block-editor-list-view-leaf[aria-level="2"] .block-editor-list-view__expander {
margin-left: 24px;
}
.block-editor-list-view-leaf[aria-level="3"] .block-editor-list-view__expander {
margin-left: 48px;
}
.block-editor-list-view-leaf[aria-level="4"] .block-editor-list-view__expander {
margin-left: 72px;
}
.block-editor-list-view-leaf[aria-level="5"] .block-editor-list-view__expander {
margin-left: 96px;
}
.block-editor-list-view-leaf[aria-level="6"] .block-editor-list-view__expander {
margin-left: 120px;
}
.block-editor-list-view-leaf[aria-level="7"] .block-editor-list-view__expander {
margin-left: 144px;
}
.block-editor-list-view-leaf[aria-level="8"] .block-editor-list-view__expander {
margin-left: 168px;
}
.block-editor-list-view-leaf .block-editor-list-view__expander {
visibility: hidden;
}
.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg {
visibility: visible;
}
@media not (prefers-reduced-motion) {
.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg {
transition: transform 0.2s ease;
}
}
.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg {
transform: rotate(90deg);
}
.block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg {
visibility: visible;
transform: rotate(0deg);
}
@media not (prefers-reduced-motion) {
.block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg {
transition: transform 0.2s ease;
}
}
.block-editor-list-view-drop-indicator {
pointer-events: none;
}
.block-editor-list-view-drop-indicator .block-editor-list-view-drop-indicator__line {
background: var(--wp-admin-theme-color);
height: 4px;
border-radius: 4px;
}
.block-editor-list-view-drop-indicator--preview {
pointer-events: none;
}
.block-editor-list-view-drop-indicator--preview .components-popover__content {
overflow: hidden !important;
}
.block-editor-list-view-drop-indicator--preview .block-editor-list-view-drop-indicator__line {
background: rgba(var(--wp-admin-theme-color--rgb), 0.04);
height: 32px;
border-radius: 4px;
overflow: hidden;
}
.block-editor-list-view-drop-indicator--preview .block-editor-list-view-drop-indicator__line--darker {
background: rgba(var(--wp-admin-theme-color--rgb), 0.09);
}
.block-editor-list-view-placeholder {
padding: 0;
margin: 0;
height: 32px;
}
.list-view-appender .block-editor-inserter__toggle {
background-color: #1e1e1e;
color: #fff;
margin: 8px 0 0 24px;
height: 24px;
padding: 0;
}
.list-view-appender .block-editor-inserter__toggle.has-icon.is-next-40px-default-size {
min-width: 24px;
}
.list-view-appender .block-editor-inserter__toggle:hover, .list-view-appender .block-editor-inserter__toggle:focus {
background: var(--wp-admin-theme-color);
color: #fff;
}
.list-view-appender__description {
display: none;
}
.block-editor-media-placeholder__url-input-form {
min-width: 260px;
}
@media (min-width: 600px) {
.block-editor-media-placeholder__url-input-form {
width: 300px;
}
}
.block-editor-media-placeholder__url-input-form input { direction: ltr;
}
.modal-open .block-editor-media-replace-flow__options {
z-index: 99999;
}
.block-editor-media-replace-flow__indicator {
margin-left: 4px;
}
.block-editor-media-replace-flow__media-upload-menu:not(:empty) + .block-editor-media-flow__url-input {
border-top: 1px solid #ddd;
margin-top: 8px;
padding-bottom: 8px;
}
.block-editor-media-replace-flow__options.is-variant-toolbar .block-editor-media-replace-flow__media-upload-menu:not(:empty) + .block-editor-media-flow__url-input {
border-top-color: #1e1e1e;
}
.block-editor-media-flow__url-input {
margin-right: -8px;
margin-left: -8px;
padding: 16px;
}
.block-editor-media-flow__url-input .block-editor-media-replace-flow__image-url-label {
display: block;
top: 16px;
margin-bottom: 8px;
}
.block-editor-media-flow__url-input .block-editor-link-control {
width: 300px;
}
.block-editor-media-flow__url-input .block-editor-link-control .block-editor-url-input {
padding: 0;
margin: 0;
}
.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__tools {
justify-content: flex-end;
padding: 16px var(--wp-admin-border-width-focus) var(--wp-admin-border-width-focus);
}
.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__preview.is-current {
width: auto;
padding: 0;
}
.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text] {
margin: 0;
width: 100%;
}
.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-actions {
padding: 8px 0 0;
}
.block-editor-multi-selection-inspector__card {
padding: 16px;
}
.block-editor-multi-selection-inspector__card-title {
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
}
.block-editor-multi-selection-inspector__card .block-editor-block-icon {
margin-left: -2px;
padding: 0 3px;
width: 36px;
height: 24px;
}
.block-editor-responsive-block-control {
margin-bottom: 28px;
border-bottom: 1px solid #ccc;
padding-bottom: 14px;
}
.block-editor-responsive-block-control:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.block-editor-responsive-block-control__title {
margin: 0;
margin-bottom: 0.6em;
margin-left: -3px;
}
.block-editor-responsive-block-control__label {
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
margin-bottom: 0.6em;
margin-left: -3px;
}
.block-editor-responsive-block-control__inner {
margin-left: -1px;
}
.block-editor-responsive-block-control__toggle {
margin-left: 1px;
}
.block-editor-responsive-block-control .components-base-control__help {
border: 0;
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
word-break: normal !important;
}
.preset-input-control__wrapper > * {
flex: 1;
}
.preset-input-control__wrapper > .preset-input-control__icon,
.preset-input-control__wrapper > .preset-input-control__custom-toggle {
flex: none;
}
.components-popover.block-editor-rich-text__inline-format-toolbar {
z-index: 99998;
}
.components-popover.block-editor-rich-text__inline-format-toolbar .components-popover__content {
width: auto;
min-width: auto;
margin-bottom: 8px;
box-shadow: none;
outline: none;
border-radius: 2px;
}
.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar {
border-radius: 2px;
}
.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar-group {
background: none;
}
.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar__control,
.components-popover.block-editor-rich-text__inline-format-toolbar .components-dropdown-menu__toggle {
min-width: 48px;
min-height: 48px;
padding-left: 12px;
padding-right: 12px;
}
.block-editor-rich-text__inline-format-toolbar-group .components-dropdown-menu__toggle {
justify-content: center;
}
.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon {
width: auto;
}
.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon svg {
display: none;
}
.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon::after {
content: attr(aria-label);
}
.block-editor-skip-to-selected-block {
position: absolute;
top: -9999em;
}
.block-editor-skip-to-selected-block:focus {
font-size: 14px;
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
background: #f1f1f1;
z-index: 100000;
}
.block-editor-tabbed-sidebar {
background-color: #fff;
height: 100%;
display: flex;
flex-direction: column;
flex-grow: 1;
overflow: hidden;
}
.block-editor-tabbed-sidebar__tablist-and-close-button {
border-bottom: 1px solid #ddd;
display: flex;
justify-content: space-between;
padding-right: 8px;
}
.block-editor-tabbed-sidebar__close-button {
background: #fff; order: 1;
align-self: center;
}
.block-editor-tabbed-sidebar__tablist {
margin-bottom: -1px;
}
.block-editor-tabbed-sidebar__tabpanel {
display: flex;
flex-grow: 1;
flex-direction: column;
overflow-y: auto;
scrollbar-gutter: auto;
}
.block-editor-block-list__block .block-editor-url-input,
.components-popover .block-editor-url-input,
.block-editor-url-input {
flex-grow: 1;
position: relative;
padding: 1px;
}
@media (min-width: 600px) {
.block-editor-block-list__block .block-editor-url-input,
.components-popover .block-editor-url-input,
.block-editor-url-input {
min-width: 300px;
width: auto;
}
}
.block-editor-block-list__block .block-editor-url-input.is-full-width,
.components-popover .block-editor-url-input.is-full-width,
.block-editor-url-input.is-full-width {
width: 100%;
}
.block-editor-block-list__block .block-editor-url-input.is-full-width__suggestions,
.components-popover .block-editor-url-input.is-full-width__suggestions,
.block-editor-url-input.is-full-width__suggestions {
width: 100%;
}
.block-editor-block-list__block .block-editor-url-input .components-spinner,
.components-popover .block-editor-url-input .components-spinner,
.block-editor-url-input .components-spinner {
position: absolute;
margin: 0;
top: calc(50% - 16px / 2);
right: 8px;
}
.block-editor-url-input__suggestions {
max-height: 200px;
}
@media not (prefers-reduced-motion) {
.block-editor-url-input__suggestions {
transition: all 0.15s ease-in-out;
}
}
.block-editor-url-input__suggestions {
padding: 4px 0;
width: 302px;
overflow-y: auto;
}
.block-editor-url-input__suggestions,
.block-editor-url-input .components-spinner {
display: none;
}
@media (min-width: 600px) {
.block-editor-url-input__suggestions,
.block-editor-url-input .components-spinner {
display: grid;
}
}
.block-editor-url-input__suggestion {
min-height: 36px;
height: auto;
color: #757575;
display: block;
font-size: 13px;
cursor: var(--wpds-cursor-control, pointer);
background: #fff;
width: 100%;
border: none;
text-align: left;
box-shadow: none;
}
.block-editor-url-input__suggestion:hover {
background: #ddd;
}
.block-editor-url-input__suggestion:focus, .block-editor-url-input__suggestion.is-selected {
background: var(--wp-admin-theme-color-darker-20);
color: #fff;
outline: none;
}
.components-toolbar-group > .block-editor-url-input__button,
.components-toolbar > .block-editor-url-input__button {
position: inherit;
}
.block-editor-url-input__button .block-editor-url-input__back {
margin-right: 4px;
overflow: visible;
}
.block-editor-url-input__button .block-editor-url-input__back::after {
content: "";
position: absolute;
display: block;
width: 1px;
height: 24px;
right: -1px;
background: #ddd;
}
.block-editor-url-input__button-modal {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 1px 2px rgba(0, 0, 0, 0.02), 0 3px 3px rgba(0, 0, 0, 0.02), 0 4px 4px rgba(0, 0, 0, 0.01);
border: 1px solid #ddd;
background: #fff;
}
.block-editor-url-input__button-modal-line {
display: flex;
flex-direction: row;
flex-grow: 1;
flex-shrink: 1;
min-width: 0;
align-items: flex-start;
}
.block-editor-url-popover__additional-controls {
border-top: 1px solid #1e1e1e;
padding: 8px 8px;
}
.block-editor-url-popover__input-container {
padding: 8px;
}
.block-editor-url-popover__row {
display: flex;
gap: 4px;
align-items: center;
}
.block-editor-url-popover__row > :not(.block-editor-url-popover__settings-toggle) {
flex-grow: 1;
gap: 8px;
}
.block-editor-url-popover__additional-controls .components-button.has-icon {
padding-left: 8px;
padding-right: 8px;
height: auto;
text-align: left;
}
.block-editor-url-popover__additional-controls .components-button.has-icon > svg {
margin-right: 8px;
}
.block-editor-url-popover__settings-toggle {
flex-shrink: 0;
}
.block-editor-url-popover__settings-toggle[aria-expanded=true] .dashicon {
transform: rotate(180deg);
}
.block-editor-url-popover__settings {
display: block;
padding: 16px;
border-top: 1px solid #1e1e1e;
}
.block-editor-url-popover__link-editor,
.block-editor-url-popover__link-viewer {
display: flex;
}
.block-editor-url-popover__link-viewer-url {
display: flex;
align-items: center;
flex-grow: 1;
flex-shrink: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-right: 8px;
min-width: 150px;
max-width: 350px;
}
.block-editor-url-popover__link-viewer-url.has-invalid-link {
color: #cc1818;
}
.block-editor-url-popover__expand-on-click {
display: flex;
align-items: center;
min-width: 350px;
white-space: nowrap;
}
.block-editor-url-popover__expand-on-click .text {
flex-grow: 1;
}
.block-editor-url-popover__expand-on-click .text p {
margin: 0;
line-height: 16px;
}
.block-editor-url-popover__expand-on-click .text p.description {
color: #757575;
font-size: 12px;
}
.background-block-support-panel { }
.background-block-support-panel.background-block-support-panel .background-block-support-panel__inner-wrapper {
row-gap: 0;
}
.block-editor-content-only-controls__link {
width: 100%;
border-color: #ccc;
}
.block-editor-content-only-controls__link-row {
align-items: center;
}
.block-editor-content-only-controls__link-title {
width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.block-editor-content-only-controls__media {
width: 100%;
border-color: #ccc;
padding-right: 32px;
}
.block-editor-content-only-controls__media-replace-flow {
display: block;
}
.block-editor-content-only-controls__media-row {
align-items: center;
}
.block-editor-content-only-controls__media-placeholder {
width: 24px;
height: 24px;
border-radius: 2px;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
display: inline-block;
padding: 0;
background: #fff linear-gradient(-45deg, transparent 48%, #ddd 48%, #ddd 52%, transparent 52%);
}
.block-editor-content-only-controls__media-title {
width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.block-editor-content-only-controls__media-thumbnail {
width: 20px;
height: 20px;
border-radius: 2px;
align-self: center;
overflow: hidden;
}
.block-editor-content-only-controls__media-thumbnail img {
width: 100% !important;
height: 100% !important;
-o-object-fit: cover;
object-fit: cover;
}
.block-editor-content-only-controls {
position: relative;
}
.block-editor-content-only-controls__media-reset {
position: absolute;
right: 0;
top: 8px;
margin: auto 8px auto;
opacity: 0;
border-radius: 2px;
}
@media not (prefers-reduced-motion) {
.block-editor-content-only-controls__media-reset {
transition: opacity 0.1s ease-in-out;
}
}
.block-editor-content-only-controls:hover .block-editor-content-only-controls__media-reset, .block-editor-content-only-controls__media-reset:focus, .block-editor-content-only-controls__media-reset:hover {
opacity: 1;
}
@media (hover: none) {
.block-editor-content-only-controls__media-reset {
opacity: 1;
}
}
.block-editor-content-only-controls__rich-text {
width: 100%;
margin: 0;
background: #fff;
color: #1e1e1e;
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
padding: 6px 8px; font-size: 16px; line-height: normal;
box-shadow: 0 0 0 transparent;
border-radius: 2px;
border: 1px solid #949494;
}
@media not (prefers-reduced-motion) {
.block-editor-content-only-controls__rich-text {
transition: box-shadow 0.1s linear;
}
}
@media (min-width: 600px) {
.block-editor-content-only-controls__rich-text {
font-size: 13px; line-height: normal;
}
}
.block-editor-content-only-controls__rich-text:focus {
border-color: var(--wp-admin-theme-color, #3858e9);
box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color, #3858e9);
outline: 2px solid transparent;
}
.block-editor-content-only-controls__rich-text::-moz-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.block-editor-content-only-controls__rich-text::placeholder {
color: rgba(30, 30, 30, 0.62);
}
.block-editor-content-only-controls__rich-text {
border-color: #949494;
}
.block-editor-content-only-controls__rich-text::-moz-placeholder {
color: color-mix(in srgb, #1e1e1e, transparent 38%);
}
.block-editor-content-only-controls__rich-text::placeholder {
color: color-mix(in srgb, #1e1e1e, transparent 38%);
}
.block-editor-content-only-controls__rich-text {
min-height: 40px;
padding: 12px;
}
.block-editor-block-fields__container {
padding: 0 16px 16px;
}
.block-editor-block-fields__container:first-of-type {
padding-block-start: 8px; border-block-start: 1px solid #e0e0e0;
}
.block-editor-block-fields__header {
padding: 8px 0;
margin-bottom: 4px;
}
.block-editor-block-fields__header-icon {
flex: 0 0 24px;
}
.block-editor-block-fields__header-title {
flex: 1; margin: 0 !important;
}
.block-editor-hooks__block-hooks { }
.block-editor-hooks__block-hooks .components-toggle-control .components-h-stack .components-h-stack {
flex-direction: row;
}
.block-editor-hooks__block-hooks .block-editor-hooks__block-hooks-helptext {
color: #757575;
font-size: 12px;
margin-bottom: 16px;
}
.block-editor-hooks__position-control-item { max-inline-size: max(var(--anchor-width) - 2 * var(--wp-ui-popup-padding), 223px);
}
.block-editor-hooks__position-control-item-hint {
color: var(--wpds-color-foreground-content-neutral-weak, #707070);
margin-block-start: 4px;
}
div.block-editor-bindings__panel {
grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}
div.block-editor-bindings__panel button:hover .block-editor-bindings__item span {
color: inherit;
}
.border-block-support-panel .single-column {
grid-column: span 1;
}
.color-block-support-panel .block-editor-contrast-checker {
grid-column: span 2;
margin-top: 16px;
}
.color-block-support-panel { }
.color-block-support-panel.color-block-support-panel .color-block-support-panel__inner-wrapper {
row-gap: 0;
}
.elements-block-support-panel { }
.elements-block-support-panel.elements-block-support-panel .elements-block-support-panel__inner-wrapper {
row-gap: 0;
}
.dimensions-block-support-panel .single-column {
grid-column: span 1;
}
.block-editor-hooks__layout-constrained .components-base-control {
margin-bottom: 0;
}
.block-editor-hooks__layout-constrained-helptext {
color: #757575;
font-size: 12px;
margin-bottom: 0;
}
.layout-block-support-panel .block-editor-hooks__flex-layout-controls {
grid-column: 1/-1;
}
.block-editor-hooks__flex-layout-justification-controls,
.block-editor-hooks__flex-layout-orientation-controls {
margin-bottom: 12px;
}
.block-editor-hooks__flex-layout-justification-controls legend,
.block-editor-hooks__flex-layout-orientation-controls legend {
margin-bottom: 8px;
}
.block-editor-hooks__grid-layout-columns-and-rows-controls,
.block-editor-hooks__grid-layout-minimum-width-control {
border: 0;
padding: 0;
margin: 0;
}
.block-editor__spacing-visualizer {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0.5;
border-color: var(--wp-admin-theme-color);
border-style: solid;
pointer-events: none;
box-sizing: border-box;
}
.typography-block-support-panel .single-column {
grid-column: span 1;
} .block-editor-block-toolbar {
display: flex;
flex-grow: 1;
width: 100%;
position: relative;
overflow-y: hidden;
overflow-x: auto;
}
@media not (prefers-reduced-motion) {
.block-editor-block-toolbar {
transition: border-color 0.1s linear, box-shadow 0.1s linear;
}
}
@media (min-width: 600px) {
.block-editor-block-toolbar {
overflow: inherit;
}
}
.block-editor-block-toolbar .components-toolbar-group,
.block-editor-block-toolbar .components-toolbar {
background: none;
margin-top: -1px;
margin-bottom: -1px;
border: 0;
border-right: 1px solid #ddd;
}
.block-editor-block-toolbar.is-connected .block-editor-block-switcher .components-button::before {
background: color-mix(in srgb, var(--wp-block-synced-color) 10%, transparent);
border-radius: 2px;
}
.block-editor-block-toolbar .components-button.block-editor-block-toolbar__block-icon-button[aria-disabled=true] {
color: #1e1e1e;
}
.block-editor-block-toolbar .components-button.block-editor-block-toolbar__block-icon-button[aria-disabled=true]:hover {
color: #1e1e1e;
}
.block-editor-block-toolbar.is-synced .block-editor-block-toolbar__block-icon, .block-editor-block-toolbar.is-connected .block-editor-block-toolbar__block-icon {
color: var(--wp-block-synced-color);
}
.block-editor-block-toolbar > :last-child,
.block-editor-block-toolbar > :last-child .components-toolbar-group,
.block-editor-block-toolbar > :last-child .components-toolbar, .block-editor-block-toolbar:has(> :last-child:empty) > :nth-last-child(2), .block-editor-block-toolbar:has(> :last-child:empty) > :nth-last-child(2) .components-toolbar-group, .block-editor-block-toolbar:has(> :last-child:empty) > :nth-last-child(2) .components-toolbar {
border-right: none;
}
.block-editor-block-toolbar .components-toolbar-group:empty {
display: none;
}
.block-editor-block-contextual-toolbar {
position: sticky;
top: 0;
z-index: 31;
display: block;
width: 100%;
background-color: #fff;
flex-shrink: 3;
}
.block-editor-block-contextual-toolbar.components-accessible-toolbar {
border: none;
border-radius: 0;
}
.block-editor-block-contextual-toolbar.is-unstyled {
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.133);
}
.block-editor-block-contextual-toolbar .block-editor-block-toolbar {
overflow: auto;
overflow-y: hidden;
}
.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar {
width: 12px;
height: 12px;
}
.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar-track {
background-color: transparent;
}
.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar-thumb {
background-color: #e0e0e0;
border-radius: 8px;
border: 3px solid transparent;
background-clip: padding-box;
}
.block-editor-block-contextual-toolbar .block-editor-block-toolbar:hover::-webkit-scrollbar-thumb, .block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus::-webkit-scrollbar-thumb, .block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus-within::-webkit-scrollbar-thumb {
background-color: #949494;
}
.block-editor-block-contextual-toolbar .block-editor-block-toolbar {
scrollbar-width: thin;
scrollbar-gutter: stable both-edges;
scrollbar-color: #e0e0e0 transparent;
}
.block-editor-block-contextual-toolbar .block-editor-block-toolbar:hover, .block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus, .block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus-within {
scrollbar-color: #949494 transparent;
}
.block-editor-block-contextual-toolbar .block-editor-block-toolbar {
will-change: transform;
}
@media (hover: none) {
.block-editor-block-contextual-toolbar .block-editor-block-toolbar {
scrollbar-color: #949494 transparent;
}
}
.block-editor-block-contextual-toolbar .block-editor-block-toolbar {
scrollbar-gutter: auto;
}
.block-editor-block-contextual-toolbar .block-editor-block-toolbar > :last-child::after,
.block-editor-block-contextual-toolbar .block-editor-block-toolbar > :last-child .components-toolbar-group::after,
.block-editor-block-contextual-toolbar .block-editor-block-toolbar > :last-child .components-toolbar::after {
display: none;
}
.block-editor-block-contextual-toolbar > .block-editor-block-toolbar {
flex-grow: initial;
width: initial;
}
.block-editor-block-contextual-toolbar .block-editor-block-parent-selector {
position: relative;
margin-top: -1px;
margin-bottom: -1px;
}
.block-editor-block-contextual-toolbar .block-editor-block-parent-selector::after {
align-items: center;
background-color: #1e1e1e;
border-radius: 100%;
content: "";
display: inline-flex;
height: 2px;
position: absolute;
top: 15px;
width: 2px;
}
.block-editor-block-toolbar__block-controls .components-toolbar-group {
padding: 0;
}
.block-editor-block-toolbar__pattern-overrides-popover .components-popover__content {
min-width: 260px;
padding: 16px;
}
.block-editor-block-toolbar .components-toolbar-group,
.block-editor-block-toolbar .components-toolbar,
.block-editor-rich-text__inline-format-toolbar-group .components-toolbar-group,
.block-editor-rich-text__inline-format-toolbar-group .components-toolbar {
display: flex;
flex-wrap: nowrap;
}
.block-editor-block-toolbar__slot {
display: inline-flex;
}
.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)) {
width: auto;
}
.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)) svg {
display: none;
}
.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text))::after {
content: attr(aria-label);
font-size: 12px;
}
.show-icon-labels .block-editor-block-toolbar .block-editor-block-icon {
width: 0 !important;
height: 0 !important;
min-width: 0 !important;
}
.show-icon-labels .components-accessible-toolbar .components-toolbar-group > div:first-child:last-child > .components-button.has-icon {
padding-left: 6px;
padding-right: 6px;
}
.show-icon-labels .block-editor-block-parent-selector .block-editor-block-parent-selector__button {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
padding-left: 12px;
padding-right: 12px;
text-wrap: nowrap;
}
.show-icon-labels .block-editor-block-parent-selector .block-editor-block-parent-selector__button .block-editor-block-icon {
width: 0;
}
.show-icon-labels .block-editor-block-mover .block-editor-block-mover__move-button-container {
width: auto;
position: relative;
}
@media (min-width: 600px) {
.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container::before {
content: "";
height: 1px;
width: 100%;
background: #e0e0e0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, 0);
margin-top: -0.5px;
}
}
@media (min-width: 782px) {
.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container::before {
background: #1e1e1e;
}
}
.show-icon-labels .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container,
.show-icon-labels .block-editor-block-mover.is-horizontal .block-editor-block-mover-button {
padding-left: 6px;
padding-right: 6px;
}
.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button {
padding-left: 8px;
padding-right: 8px;
}
.show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-mover {
border-left: 1px solid #ddd;
margin-left: 6px;
margin-right: -6px;
white-space: nowrap;
}
.show-icon-labels .block-editor-block-mover .block-editor-block-mover__drag-handle.has-icon {
padding-left: 12px;
padding-right: 12px;
}
.show-icon-labels .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button {
width: auto;
}
.show-icon-labels .components-toolbar,
.show-icon-labels .components-toolbar-group {
flex-shrink: 1;
}
.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button + .components-button {
margin-left: 6px;
}
.block-editor-block-toolbar-change-design-content-wrapper {
padding: 12px;
width: 320px;
}
.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 12px;
}
.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item {
margin-bottom: 0;
}
.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item {
min-height: 100px;
}
.block-editor-inserter {
display: inline-block;
background: none;
border: none;
padding: 0;
font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
line-height: 0;
}
@media (min-width: 782px) {
.block-editor-inserter {
position: relative;
}
}
.block-editor-inserter__main-area {
height: 100%;
gap: 16px;
position: relative;
}
.block-editor-inserter__main-area.show-as-tabs {
gap: 0;
}
@media (min-width: 782px) {
.block-editor-inserter__main-area .block-editor-tabbed-sidebar {
width: 350px;
}
}
.block-editor-inserter__popover.is-quick .components-popover__content {
border: none;
outline: none;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 1px 2px rgba(0, 0, 0, 0.02), 0 3px 3px rgba(0, 0, 0, 0.02), 0 4px 4px rgba(0, 0, 0, 0.01);
}
.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter > * {
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter > *:first-child {
border-top: 1px solid #ccc;
border-radius: 4px 4px 0 0;
}
.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter > *:last-child {
border-bottom: 1px solid #ccc;
border-radius: 0 0 4px 4px;
}
.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter > *.components-button {
border: 1px solid #1e1e1e;
}
.block-editor-inserter__popover .block-editor-inserter__menu {
margin: -12px;
}
.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__tablist {
top: 60px;
}
.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__main-area {
overflow: visible;
height: auto;
}
.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__preview-container {
display: none;
}
.block-editor-inserter__toggle.components-button {
display: inline-flex;
align-items: center;
cursor: var(--wpds-cursor-control, pointer);
border: none;
outline: none;
padding: 0;
}
@media not (prefers-reduced-motion) {
.block-editor-inserter__toggle.components-button {
transition: color 0.2s ease;
}
}
.block-editor-inserter__menu {
height: 100%;
position: relative;
overflow: visible;
}
@media (min-width: 782px) {
.block-editor-inserter__menu.show-panel {
width: 630px;
}
}
.block-editor-inserter__inline-elements {
margin-top: -1px;
}
.block-editor-inserter__menu.is-bottom::after {
border-bottom-color: #fff;
}
.components-popover.block-editor-inserter__popover {
z-index: 99999;
}
.block-editor-inserter__search {
padding: 16px;
position: sticky;
top: 0;
z-index: 2;
background-color: #fff;
border-bottom: 1px solid transparent;
}
@media not (prefers-reduced-motion) {
.block-editor-inserter__search {
transition: border-bottom-color 0.1s linear;
}
}
.block-editor-inserter__search.is-scrolled {
border-bottom-color: #e0e0e0;
}
.block-editor-inserter__no-tab-container {
overflow-y: auto;
flex-grow: 1;
position: relative;
}
.block-editor-inserter__panel-header {
position: relative;
display: inline-flex;
align-items: center;
padding: 0 16px;
}
.block-editor-inserter__panel-content {
padding: 16px;
}
.block-editor-inserter__panel-title,
.block-editor-inserter__panel-title button {
margin: 0 12px 0 0;
color: #757575;
text-transform: uppercase;
font-size: 11px;
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
}
.block-editor-inserter__panel-dropdown select.components-select-control__input.components-select-control__input.components-select-control__input {
height: 36px;
line-height: 36px;
}
.block-editor-inserter__panel-dropdown select {
border: none;
}
.block-editor-inserter__reusable-blocks-panel {
position: relative;
text-align: right;
}
.block-editor-inserter__no-results,
.block-editor-inserter__patterns-loading {
padding: 32px;
text-align: center;
}
.block-editor-inserter__child-blocks {
padding: 0 16px;
}
.block-editor-inserter__parent-block-header {
display: flex;
align-items: center;
}
.block-editor-inserter__parent-block-header h2 {
font-size: 13px;
}
.block-editor-inserter__parent-block-header .block-editor-block-icon {
margin-right: 8px;
}
.block-editor-inserter__preview-container__popover {
top: 16px !important;
}
.block-editor-inserter__preview-container {
display: none;
width: 280px;
padding: 16px;
max-height: calc(100% - 32px);
overflow-y: hidden;
}
@media (min-width: 782px) {
.block-editor-inserter__preview-container {
display: block;
}
}
.block-editor-inserter__preview-container .block-editor-inserter__media-list__list-item {
height: 100%;
}
.block-editor-inserter__preview-container .block-editor-block-card {
padding-left: 0;
padding-right: 0;
padding-bottom: 4px;
}
.block-editor-inserter__insertable-blocks-at-selection {
border-bottom: 1px solid #e0e0e0;
}
.block-editor-inserter__media-tabs-container,
.block-editor-inserter__block-patterns-tabs-container {
flex-grow: 1;
padding: 0 16px 16px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.block-editor-inserter__media-tabs-container {
padding-top: 16px;
}
.block-editor-inserter__category-tablist {
margin-bottom: 8px;
}
.block-editor-inserter__category-panel {
outline: 1px solid transparent;
display: flex;
flex-direction: column;
padding: 0 16px;
}
@media (min-width: 782px) {
.block-editor-inserter__category-panel {
border-left: 1px solid #e0e0e0;
padding: 0;
left: 350px;
width: 280px;
position: absolute;
top: -1px;
height: calc(100% + 1px);
background: #f0f0f0;
border-top: 1px solid #e0e0e0;
}
.block-editor-inserter__category-panel .block-editor-inserter__media-list,
.block-editor-inserter__category-panel .block-editor-block-patterns-list {
padding: 0 24px 16px;
}
}
.block-editor-inserter__patterns-category-panel-header {
padding: 8px 0;
}
@media (min-width: 782px) {
.block-editor-inserter__patterns-category-panel-header {
padding: 8px 24px;
}
}
.block-editor-inserter__patterns-category-no-results {
margin-top: 24px;
}
.block-editor-inserter__patterns-filter-help {
padding: 16px;
border-top: 1px solid #ddd;
color: #757575;
min-width: 280px;
}
.block-editor-inserter__media-list,
.block-editor-block-patterns-list {
overflow-y: auto;
flex-grow: 1;
height: 100%;
}
.block-editor-inserter__preview-content {
background: #f0f0f0;
display: grid;
flex-grow: 1;
align-items: center;
}
.block-editor-inserter__preview-content-missing {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
min-height: 144px;
color: #757575;
background: #f0f0f0;
border-radius: 2px;
}
.block-editor-inserter__tips {
border-top: 1px solid #ddd;
padding: 16px;
flex-shrink: 0;
position: relative;
}
.block-editor-inserter__quick-inserter {
width: 100%;
max-width: 100%;
}
@media (min-width: 782px) {
.block-editor-inserter__quick-inserter {
width: 350px;
}
}
.block-editor-inserter__quick-inserter-results .block-editor-inserter__panel-header {
height: 0;
padding: 0;
float: left;
}
.block-editor-inserter__quick-inserter.has-search .block-editor-inserter__panel-content,
.block-editor-inserter__quick-inserter.has-expand .block-editor-inserter__panel-content {
padding: 16px;
}
.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 8px;
}
.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item {
margin-bottom: 0;
}
.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item {
min-height: 100px;
}
.block-editor-inserter__quick-inserter-separator {
border-top: 1px solid #ddd;
}
.block-editor-inserter__popover.is-quick > .components-popover__content {
padding: 0;
}
.block-editor-inserter__quick-inserter-expand.components-button {
display: block;
background: #1e1e1e;
color: #fff;
width: 100%;
border-radius: 0;
}
.block-editor-inserter__quick-inserter-expand.components-button:hover {
color: #fff;
}
.block-editor-inserter__quick-inserter-expand.components-button:active {
color: #ccc;
}
.block-editor-inserter__quick-inserter-expand.components-button.components-button:focus:not(:disabled) {
box-shadow: none;
background: var(--wp-admin-theme-color);
border-color: var(--wp-admin-theme-color);
}
.block-editor-block-patterns-explorer__sidebar {
position: absolute;
top: 72px;
left: 0;
bottom: 0;
width: 280px;
padding: 24px 24px 24px;
overflow-x: visible;
overflow-y: auto;
}
.block-editor-block-patterns-explorer__sidebar__categories-list__item {
display: block;
width: 100%;
height: 48px;
text-align: left;
}
.block-editor-block-patterns-explorer__search {
margin-bottom: 32px;
}
.block-editor-block-patterns-explorer__search-results-count {
padding-bottom: 32px;
}
.block-editor-block-patterns-explorer__list {
margin-left: 280px;
padding: 24px 0 32px;
}
.block-editor-block-patterns-explorer__list .block-editor-patterns__sync-status-filter .components-input-control__container {
width: 380px;
}
.block-editor-block-patterns-explorer .block-editor-block-patterns-list {
display: grid;
grid-gap: 32px;
grid-template-columns: repeat(1, 1fr);
margin-bottom: 16px;
}
@media (min-width: 1080px) {
.block-editor-block-patterns-explorer .block-editor-block-patterns-list {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1440px) {
.block-editor-block-patterns-explorer .block-editor-block-patterns-list {
grid-template-columns: repeat(3, 1fr);
}
}
.block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item {
min-height: 240px;
}
.block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item {
height: inherit;
min-height: 100px;
max-height: 800px;
}
.components-heading.block-editor-inserter__patterns-category-panel-title {
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
}
.block-editor-inserter__patterns-explore-button.components-button,
.block-editor-inserter__media-library-button.components-button {
padding: 16px;
justify-content: center;
margin-top: 16px;
width: 100%;
}
.block-editor-inserter__media-mobile-screen {
display: flex;
flex-direction: column;
align-self: stretch;
}
.block-editor-inserter__media-panel {
padding: 0 16px;
display: flex;
flex-direction: column;
flex: 1;
min-height: 0;
}
@media (min-width: 782px) {
.block-editor-inserter__media-panel {
padding: 0;
flex: 0 1 auto;
min-height: 100%;
}
}
.block-editor-inserter__media-panel .block-editor-inserter__media-panel-spinner {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex: 1;
}
.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search {
margin-bottom: 24px;
}
@media (min-width: 782px) {
.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search {
margin-bottom: 0;
padding: 16px 24px 16px;
}
}
.block-editor-inserter__media-panel .block-editor-inserter__no-results {
flex-grow: 1;
}
.block-editor-inserter__media-panel .block-editor-inserter__media-panel-footer {
flex-shrink: 0;
padding-top: 16px;
padding-bottom: 16px;
}
@media (min-width: 782px) {
.block-editor-inserter__media-panel .block-editor-inserter__media-panel-footer {
padding-left: 24px;
padding-right: 24px;
}
}
.block-editor-inserter__media-panel .block-editor-inserter__media-panel-attach.components-button {
justify-content: center;
padding: 16px;
}
.block-editor-inserter__media-panel .block-editor-inserter__media-panel-results {
display: flex;
flex-direction: column;
flex-grow: 1;
min-height: 0;
}
.block-editor-inserter__media-panel .block-editor-inserter__media-panel-results.is-loading .block-editor-inserter__media-list {
opacity: 0.5;
pointer-events: none;
}
@media not (prefers-reduced-motion) {
.block-editor-inserter__media-panel .block-editor-inserter__media-panel-results.is-loading .block-editor-inserter__media-list {
opacity: 1;
animation: inserter-media-panel-pulse 1s ease-in-out infinite;
}
}
.block-editor-inserter__media-panel.has-footer .block-editor-inserter__media-list {
padding-bottom: 0;
}
@keyframes inserter-media-panel-pulse {
0%, 100% {
opacity: 1;
}
50% {
opacity: 0.5;
}
}
.block-editor-inserter__media-panel-detach-modal {
z-index: 1000001;
}
.block-editor-inserter__media-panel-detach-modal p {
margin-top: 0;
}
.block-editor-inserter__media-panel-detach-actions {
display: flex;
justify-content: flex-end;
gap: 8px;
margin-top: 16px;
}
.block-editor-inserter__media-list__list-item {
position: relative;
cursor: var(--wpds-cursor-control, pointer);
margin-bottom: 24px;
}
.block-editor-inserter__media-list__list-item.is-placeholder {
min-height: 100px;
}
.block-editor-inserter__media-list__list-item[draggable=true] .block-editor-inserter__media-list__list-item {
cursor: grab;
}
.block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview > * {
outline-color: rgba(0, 0, 0, 0.3);
}
.block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview-options > button, .block-editor-inserter__media-list__list-item:focus-within .block-editor-inserter__media-list__item-preview-options > button {
display: block;
}
.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options {
position: absolute;
right: 8px;
top: 8px;
}
.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options > button {
background: #fff;
display: none;
}
.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options > button.is-opened, .block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options > button:focus {
display: block;
}
.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options > button:hover {
box-shadow: inset 0 0 0 2px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.block-editor-inserter__media-list__item {
height: 100%;
}
.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview {
display: flex;
align-items: center;
overflow: hidden;
border-radius: 2px;
}
.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview > * {
margin: 0 auto;
max-width: 100%;
outline: 1px solid rgba(0, 0, 0, 0.1);
outline-offset: -1px;
}
.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview .block-editor-inserter__media-list__item-preview-spinner {
display: flex;
height: 100%;
width: 100%;
position: absolute;
justify-content: center;
background: rgba(255, 255, 255, 0.7);
align-items: center;
pointer-events: none;
}
.block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview > * {
outline-color: var(--wp-admin-theme-color);
outline-width: var(--wp-admin-border-width-focus);
outline-offset: calc(-1 * var(--wp-admin-border-width-focus));
}
@media not (prefers-reduced-motion) {
.block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview > * {
transition: outline 0.1s linear;
}
}
.block-editor-inserter__media-list__item-preview-options__popover .components-menu-item__button .components-menu-item__item {
min-width: auto;
}
.block-editor-inserter__mobile-tab-navigation {
padding: 16px;
height: 100%;
}
.block-editor-inserter__mobile-tab-navigation > * {
height: 100%;
}
@media (min-width: 600px) {
.block-editor-inserter-media-tab-media-preview-inserter-external-image-modal {
max-width: 480px;
}
}
.block-editor-inserter-media-tab-media-preview-inserter-external-image-modal p {
margin: 0;
}
.block-editor-inserter__hint {
margin: 16px 16px 0;
}
.block-editor-patterns__sync-status-filter .components-input-control__container select.components-select-control__input {
height: 40px;
}
.block-editor-inserter__pattern-panel-placeholder {
display: none;
}
.block-editor-inserter__menu.is-zoom-out {
display: flex;
}
@media (min-width: 782px) {
.block-editor-inserter__menu.is-zoom-out.show-panel::after {
content: "";
display: block;
width: 300px;
height: 100%;
}
}
@media (max-width: 959px) {
.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination {
flex-direction: column;
}
.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous,
.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next {
flex-direction: column;
}
}
.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination {
flex-direction: column;
}
.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous,
.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next {
flex-direction: column;
}
.block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text {
display: none;
padding: 0 24px 16px;
}
@media (min-width: 480px) {
.block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text {
display: block;
}
}
.spacing-sizes-control {
border: 0;
padding: 0;
margin: 0;
}
.spacing-sizes-control .spacing-sizes-control__unit-control,
.spacing-sizes-control .spacing-sizes-control__label {
margin-bottom: 0;
}
.spacing-sizes-control .spacing-sizes-control__preset-range,
.spacing-sizes-control .spacing-sizes-control__custom-value-range {
flex: 1;
margin-bottom: 0;
}
.spacing-sizes-control__header {
height: 16px;
margin-bottom: 12px;
}
.spacing-sizes-control__wrapper {
align-items: center;
}
.spacing-sizes-control__dropdown {
height: 24px;
}
.spacing-sizes-control__wrapper .preset-input-control__icon {
margin-left: -4px;
}
.block-editor-block-visibility-modal {
z-index: 1000001;
}
.block-editor-block-visibility-modal__options {
border: 0;
padding: 0;
list-style: none;
margin: 24px 0;
}
.block-editor-block-visibility-modal__options-item {
display: flex;
align-items: center;
justify-content: space-between;
margin: 0 0 16px 0;
gap: 24px;
}
.block-editor-block-visibility-modal__options-item:last-child {
margin: 0;
}
.block-editor-block-visibility-modal__options-item--everywhere {
flex-direction: column;
align-items: start;
}
.block-editor-block-visibility-modal__options-checkbox--everywhere {
font-weight: var(--wpds-typography-font-weight-emphasis, 600);
}
.block-editor-block-visibility-modal__options-icon--checked {
fill: #ddd;
}
.block-editor-block-visibility-modal__sub-options {
width: 100%;
padding-inline-start: 12px;
}
.block-editor-block-visibility-modal__description {
font-size: 12px;
color: #757575;
}
.block-editor-block-visibility-info {
padding-top: 4px;
padding-bottom: 4px;
margin: 0 16px 16px;
display: flex;
align-items: center;
justify-content: start;
}.wp-block-popup-maker-cta-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}.wp-block-popup-maker-cta-buttons .wp-block-popup-maker-cta-button__link{width:100%}.pum-cta-wrapper .wp-block-popup-maker-cta-button__link{width:auto}.wp-block-popup-maker-cta-button__link.aligncenter,.wp-block-popup-maker-cta-button__link.has-text-align-center{text-align:center}.wp-block-popup-maker-cta-button__link.alignright,.wp-block-popup-maker-cta-button__link.has-text-align-right{text-align:right}.wp-block-popup-maker-cta-button__link.alignleft,.wp-block-popup-maker-cta-button__link.has-text-align-left{text-align:left}:where(.wp-block-popup-maker-cta-button__link){border-radius:9999px;box-shadow:none;padding:1rem 2.25rem;text-decoration:none}.wp-block-popup-maker-cta-button[style*=text-decoration] .wp-block-popup-maker-cta-button__link{text-decoration:inherit}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.has-custom-width{max-width:none}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.has-custom-width .wp-block-popup-maker-cta-button__link{width:100%}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.has-custom-font-size .wp-block-popup-maker-cta-button__link{font-size:inherit}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-100{flex-basis:100%;width:100%}.wp-block-popup-maker-cta-buttons.is-vertical>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-25{width:25%}.wp-block-popup-maker-cta-buttons.is-vertical>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-50{width:50%}.wp-block-popup-maker-cta-buttons.is-vertical>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-75{width:75%}.wp-block-popup-maker-cta-button.is-style-squared,.wp-block-popup-maker-cta-button__link.wp-block-popup-maker-cta-button.is-style-squared{border-radius:0}.wp-block-popup-maker-cta-button.no-border-radius,.wp-block-popup-maker-cta-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-popup-maker-cta-button){font-family:inherit;font-size:var(--wp--preset--font-size--medium);font-style:normal;line-height:inherit}:root :where(.wp-block-popup-maker-cta-button:not(.is-style-outline))>.wp-block-popup-maker-cta-button__link:not(.is-style-outline){background-color:var(--wp--preset--color--contrast);border-color:var(--wp--preset--color--contrast);color:var(--wp--preset--color--base)}:root :where(.wp-block-popup-maker-cta-button:not(.is-style-outline))>.wp-block-popup-maker-cta-button__link:not(.is-style-outline):hover{background-color:color-mix(in srgb,var(--wp--preset--color--contrast) 85%,#0000);border-color:#0000;color:var(--wp--preset--color--base)}:root :where(.wp-block-popup-maker-cta-button .wp-block-popup-maker-cta-button__link.is-style-outline),:root :where(.wp-block-popup-maker-cta-button.is-style-outline>.wp-block-popup-maker-cta-button__link){border:1px solid;padding:calc(1rem - 1px) calc(2.25rem - 1px)}:root :where(.wp-block-popup-maker-cta-button .wp-block-popup-maker-cta-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-popup-maker-cta-button.is-style-outline>.wp-block-popup-maker-cta-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-popup-maker-cta-button .wp-block-popup-maker-cta-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-popup-maker-cta-button.is-style-outline>.wp-block-popup-maker-cta-button__link:not(.has-background)){background-color:#0000;background-image:none}:root :where(.wp-block-popup-maker-cta-button.is-style-outline>.wp-block-popup-maker-cta-button__link.wp-block-popup-maker-cta-button__link:not(.has-background):hover){background-color:color-mix(in srgb,var(--wp--preset--color--contrast) 5%,#0000)}.wp-block-popup-maker-cta-button__link:hover.has-background:not(.is-style-outline):hover,.wp-block-popup-maker-cta-button__link:hover[style*=background-color]:not(.is-style-outline){filter:brightness(.85)}.wp-block-popup-maker-cta-button__link:hover.is-style-outline:hover{filter:brightness(1.05)}@supports not (background-color:color-mix(in srgb,red 50%,blue)){:where(.wp-block-popup-maker-cta-button:not(.is-style-outline))>.wp-block-popup-maker-cta-button__link:not(.is-style-outline):hover{filter:brightness(.85)}:where(.wp-block-popup-maker-cta-button.is-style-outline>.wp-block-popup-maker-cta-button__link.wp-block-popup-maker-cta-button__link:not(.has-background):hover){filter:brightness(1.05)}}.wp-block-popup-maker-cta-button{cursor:text;position:relative}.wp-block-popup-maker-cta-buttons{box-sizing:border-box}.wp-block-popup-maker-cta-buttons.is-vertical{flex-direction:column}.wp-block-popup-maker-cta-buttons.is-vertical>.wp-block-popup-maker-cta-button:last-child{margin-bottom:0}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button{display:inline-block;margin:0}.wp-block-popup-maker-cta-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-popup-maker-cta-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-popup-maker-cta-buttons.is-content-justification-center{justify-content:center}.wp-block-popup-maker-cta-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-popup-maker-cta-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-popup-maker-cta-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-popup-maker-cta-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-popup-maker-cta-buttons.aligncenter{text-align:center}.wp-block-popup-maker-cta-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-popup-maker-cta-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-popup-maker-cta-buttons[style*=text-decoration] .wp-block-popup-maker-cta-button,.wp-block-popup-maker-cta-buttons[style*=text-decoration] .wp-block-popup-maker-cta-button__link{text-decoration:inherit}.wp-block-popup-maker-cta-buttons.has-custom-font-size .wp-block-popup-maker-cta-button__link{font-size:inherit}.wp-block-popup-maker-cta-button.aligncenter{text-align:center}:root .wp-block-popup-maker-cta-buttons.is-layout-flex:not([class*=wp-container-popup-maker-cta-buttons-is-layout-]){gap:16px}.wp-embed-responsive .wp-block{
outline: 0;
} .woolentor_myaccount_page {
overflow: hidden;
}
.woolentor_myaccount_page .woocommerce-MyAccount-content .form-row {
display: block;
}
.woolentor-user-area {
display: flex;
align-items: center;
margin-bottom: 30px;
}
.woolentor-user-image {
margin-right: 20px;
}
.woolentor-user-image img {
border-radius: 100% !important;
}
.woolentor-user-info span {
display: block;
}
.woolentor-username {
font-size: 20px;
}
.woolentor-logout {
font-size: 14px;
}
.woolentor_myaccount_page .woocommerce-MyAccount-navigation ul {
margin: 0;
padding: 0;
list-style: none;
border-top: 1px solid #ddd;
}
.woolentor_myaccount_page .woocommerce-MyAccount-navigation ul li {
border-bottom: 1px solid #ddd;
padding: 12px 0;
line-height: 1.5;
}
.woolentor_myaccount_page .woocommerce-MyAccount-navigation ul li a{
transition: 0.4s;
}
.woocommerce-account .woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-navigation,.woocommerce-account .woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-navigation{
width: 100%;
float: none;
}
.woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-navigation ul,.woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-navigation ul{
border:none;
}
.woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-navigation ul li,.woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-navigation ul li{
display: inline-block;
border-bottom: 0;
padding: 12px 10px;
}
.woocommerce-account .woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-content,.woocommerce-account .woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-content{
width: 100%;
float: none;
}
.woocommerce-account .woolentor_myaccount_menu_pos_hright .woocommerce-MyAccount-navigation,.woolentor_myaccount_menu_pos_hleft .woocommerce-MyAccount-content{
float: right;
}
.woocommerce-account .woolentor_myaccount_menu_pos_hright .woocommerce-MyAccount-content,.woolentor_myaccount_menu_pos_hleft .woocommerce-MyAccount-navigation{
float: left;
}
.woolentor_block_my_account,.woolentor_block_my_account_navigation{
overflow: hidden;
}
.woolentor_block_my_account_navigation .woocommerce-MyAccount-navigation {
width: 100% !important;
float: none !important;
}
.woolentor_myaccount_menu_type_vertical ul li{
display: inline-block;
border: none !important;
}
.woolentor_myaccount_menu_type_vertical ul{
border-top: 0 !important;
}
.woolentor_block_my_account_navigation .woolentor-user-area:not(:first-child){
display: none;
}
.woolentor-customer-logout a{
display: inline-block;
} .woolentor_block_product_grid .ht-product-ratting i {
font-family: 'FontAwesome';
}
[class*="woolentorblock-"] .woolentor-products-wrapper .wishsuite-button.wishlist span.wishsuite-btn-text {
position: absolute;
left: 100%;
top: 50%;
display: block;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 10px;
line-height: 1;
color: #f1f1f1;
background-color: #282828;
padding: 5px 10px;
border-radius: 50px;
white-space: nowrap;
opacity: 0;
visibility: hidden;
margin-left: -10px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
z-index: 99;
}#wp-admin-bar-woolentor_template_builder > .ab-item {
display: flex !important;
align-items: center;
}
#wp-admin-bar-woolentor_template_builder .ab-item img {
width: 16px;
margin-right: 3px;
}
.wlb-marker-wrapper .wlb_image_pointer .wlb_pointer_box h4 {
margin: 0 0 7px 0;
}
.editor-styles-wrapper .ht-feature-content h4,
.editor-styles-wrapper .ht-feature-content p {
margin-top: 0;
margin-bottom: 0;
}
[class*="woolentor-"] i {
font-style: normal;
}
[class*="woolentor-"] *, [class*="woolentor-"] *::before, [class*="woolentor-"] *::after {
box-sizing: border-box;
}
.woolentor-text-align-left {
text-align: left !important;
}
.woolentor-text-align-right {
text-align: right !important;
}
.woolentor-text-align-center {
text-align: center !important;
} [class*="woolentorblock-"] a,
.block-editor__container[class*="woocommerce"] {
text-decoration: none !important;
} body .wp-block-group.is-vertical {
flex-direction: column;
}
body .wp-block-group.is-layout-flex.is-content-justification-space-between {
justify-content: space-between;
} [class*="woolentor"].alignfull {
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
max-width: 100vw;
width: 100vw;
padding: 0 15px;
}
[class*="woolentor"].alignwide {
margin-left: -100px;
margin-right: -100px;
max-width: var(--wp--style--global--wide-size) !important;
width: unset;
}
[class*="woolentor"].alignfull .alignfull,
[class*="woolentor"].alignfull .alignwide {
width: 100%;
margin-left: auto;
margin-right: auto;
}
[class*="woolentor"].alignwide .alignfull,
[class*="woolentor"].alignwide .alignwide {
width: 100%;
margin-left: auto;
margin-right: auto;
}
.wp-block-column [class*="woolentor"].alignfull,
.wp-block-column [class*="woolentor"].alignwide {
margin-left: auto;
margin-right: auto;
width: 100%;
}
@media (max-width: 1200px) {
[class*="woolentor"].alignfull {
margin-left: -2.4em;
margin-right: -2.4em;
}
}
@media (max-width: 768px) {
[class*="woolentor"].alignfull {
margin-left: -2.14em;
margin-right: -2.14em;
}
}
@media (max-width: 544px) {
[class*="woolentor"].alignfull {
margin-left: -1em;
margin-right: -1em;
}
}
[class*="woolentor"].alignwide {
margin-left: -20px;
margin-right: -20px;
}
.wp-block-column [class*="woolentor"].alignfull,
.wp-block-column [class*="woolentor"].alignwide {
margin-left: auto;
margin-right: auto;
width: 100%;
} .woolentor-product-image {
position: relative;
} .woolentor-before-shop {
display: block;
overflow: hidden;
}
.woolentor-archive-sale-badge-hide ul.products li.product span.onsale {
display: none !important;
}
.woolentor-archive-sale-badge-left ul.products li.product span.onsale {
right: auto;
left: 0;
}
.woolentor-archive-sale-badge-right ul.products li.product span.onsale {
left: auto;
right: 0;
} [class*="woolentor-products-columns-"] ul.products::before,
[class*="woolentor-products-columns-"] ul.products::after {
display: none !important;
}
[class*="woolentor-products-columns-"] ul.products {
display: grid !important;
column-gap: 20px;
list-style: none;
}
.woocommerce [class*="woolentor-products-columns-"] ul.products::before {
display: none !important;
}
.edit-post-visual-editor [class*="woolentor-products-columns-"] img {
width: 100%;
}
.woocommerce [class*="woolentor-products-columns-"] ul.products li.product,
.woocommerce-page
[class*="woolentor-products-columns-"]
ul.products
li.product {
float: none;
width: 100% !important;
margin-right: 0 !important;
}
[class*="woolentor-products-columns-"] ul.products li.product.first {
clear: none !important;
}
.woolentor-products-columns-1 ul.products {
grid-template-columns: repeat(1, 1fr) !important;
}
.woolentor-products-columns-2 ul.products {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-3 ul.products {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-4 ul.products {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-5 ul.products {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-6 ul.products {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-7 ul.products {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-8 ul.products {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-9 ul.products {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-10 ul.products {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
} .woolentor-grid:not(.woolentor-grid-slider) {
display: grid;
column-gap: 20px;
} .woolentor-grid-slider {
margin-right: -15px;
margin-left: -15px;
}
.woolentor-grid-slider .woolentor-grid-column {
padding-left: 15px;
padding-right: 15px;
}
.woolentor-grid.product-slider .slick-list {
margin-right: -7.5px;
margin-left: -7.5px;
}
.woolentor-grid.product-slider .slick-slide {
padding-left: 7.5px;
padding-right: 7.5px;
}
.woolentor_block_product_grid .fa-star-half-alt:before {
content: "\f089";
} .woolentor-grid.woolentor-no-gutters,
.woolentor-grid.wlno-gutters {
column-gap: 0px;
row-gap: 0px;
}
.woocommerce.woolentor-grid::before {
display: none !important;
}
.woolentor-grid-columns-1 .woolentor-grid {
grid-template-columns: repeat(1, 1fr) !important;
}
.woolentor-grid-columns-2 .woolentor-grid {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-3 .woolentor-grid {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-4 .woolentor-grid {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-5 .woolentor-grid {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-6 .woolentor-grid {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-7 .woolentor-grid {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-8 .woolentor-grid {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-9 .woolentor-grid {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-10 .woolentor-grid {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
} .woolentor-row .product-slider [class*="woolentor-col-"] {
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.product-slider .slick-arrow {
background: transparent none repeat scroll 0 0;
border: 2px solid #ddd;
color: #ddd;
font-size: 20px;
height: 40px;
left: -30px;
line-height: inherit;
padding: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 40px;
z-index: 99;
transition: 0.4s;
}
.product-slider .slick-arrow.slick-next {
right: -30px;
left: auto;
}
.product-slider .slick-arrow:hover {
border-color: #333;
color: #333;
}
.product-slider .slick-dots {
bottom: 0px;
display: flex;
left: 50%;
list-style: outside none none;
margin: 0;
padding: 0;
position: absolute;
transform: translateX(-50%);
}
.product-slider .slick-dots li {
line-height: 12px;
margin: 0 4px;
}
.product-slider .slick-dots li button {
background-color: transparent;
border: 1px solid #4e4f4f;
border-radius: 50px;
height: 13px;
padding: 0;
text-indent: -9999px;
width: 13px;
line-height: 13px;
}
.product-slider .slick-dots li.slick-active button {
background-color: #282828;
border-color: #282828;
} [class*="woolentorblock-"] .ht-products .wishsuite-button.wishlist {
line-height: 35px;
}
[class*="woolentorblock-"]
.ht-products
.wishsuite-button.wishlist
span.wishsuite-btn-text {
position: absolute;
left: 100%;
top: 50%;
display: block;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 10px;
line-height: 1;
color: #f1f1f1;
background-color: #282828;
padding: 5px 10px;
border-radius: 50px;
white-space: nowrap;
opacity: 0;
visibility: hidden;
margin-left: -10px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
z-index: 99;
}
[class*="woolentorblock-"]
.ht-products
.wishsuite-button.wishlist
span.wishsuite-btn-text {
margin-right: -10px;
-webkit-transform: translateY(-65%);
-ms-transform: translateY(-65%);
transform: translateY(-65%);
}
.ht-product-inner .ht-product-categories.hide-category-before {
padding-left: 0 !important;
}
.ht-product-inner .ht-product-categories.hide-category-before::before {
display: none !important;
} .woolentor-product-tab-area img {
width: 100%;
height: auto;
} .woolentor_block_product_grid [class*="woolentor-"] i.fa-heart {
font-family: "FontAwesome";
}
.woolentor_block_product_grid [class*="woolentor-"] i.far.fa-heart:before {
content: "\f08a";
} .woolentor-product-curvy
.wl_single-product-item.wl_left-item
.product-thumbnail {
height: auto;
} [class*="woolentorblock-"] .woolentor_slider_range .ui-slider-handle.ui-state-default.ui-corner-all{
top: -0.5em;
} .woocommerce-page .woolentor_block_cart_table table.shop_table .variation dt {
float: none;
}
.woocommerce-page .woolentor_block_cart_table table.shop_table .variation dd {
display: inline-block;
} .woocommerce:not(.woocommerce-js)
.woolentor_block_cross_sell
.products
.star-rating,
.woocommerce:not(.woocommerce-js)
.woolentor_block_archive_default
.products
.star-rating {
display: inline-block;
}
.woolentor-content-align-center .wishsuite-button {
justify-content: center;
}
.woolentor-content-align-right .wishsuite-button {
justify-content: flex-end;
} .woolentor-heading-right #payment div.payment_box::before {
right: 0;
left: auto !important;
} .woocommerce-page.woocommerce-checkout
form
.woolentor_block_checkout_order_review
#order_review {
float: none;
width: 100%;
}
.woocommerce-page.woocommerce-checkout
form
.woolentor_block_checkout_order_review
#order_review_heading {
float: none;
width: auto;
}
.woocommerce-page .woolentor_block_checkout_order_review table.shop_table {
width: 100%;
} .woolentor_block_recently_viewed_product .woolentor-recently-viewed-product {
margin-bottom: 0;
}
.woolentor_block_recently_viewed_product .woolentor-recently-view-title {
font-size: 18px !important;
line-height: 1.2 !important;
margin-bottom: 10px !important;
} .woolentor-advance-product-image-area .wl-thumbnails-image-area {
display: flex;
flex-flow: row wrap;
position: relative;
}
.woolentor-advance-product-image-area.wlpro-product-thumbnails
.woolentor-thumbnails,
.woolentor-advance-product-image-area.wlpro-product-thumbnails
.woolentor-learg-img {
width: 100%;
}
.woolentor-advance-product-image-area .product-slider .slick-arrow.slick-next {
right: 15px;
left: auto;
}
.woolentor-advance-product-image-area .ht-product-label {
position: absolute;
right: 15px;
top: 15px;
z-index: 9;
}
.thumbnails-tab-position-bottom.wlpro-product-thumbnails
ul.woolentor-thumbanis-image,
.thumbnails-tab-position-top.wlpro-product-thumbnails
ul.woolentor-thumbanis-image {
width: 100%;
}
.wlpro-product-thumbnails .woocommerce-product-gallery__image {
width: 100%;
} .wlpro-product-videothumbnails.woolentor-block-product-image-zoom{
overflow: visible;
}
.woolentor-block-product-image-zoom .wl-product-details-thumbs{
margin-left: -5px;
margin-right: -5px;
} .wl-nonequantity-txt.wl-addto-cart
form.cart
.wl-quantity-wrap
.wl-quantity-cal {
margin-left: 0 !important;
}
.woocommerce .woolentor-product-addtocart .quantity .qty {
width: auto;
} [class*="woolentorblock-"] .wl-single-product-navigation a{
display: inline-flex;
align-items: center;
justify-content: center;
transition: 0.4s;
margin-left: 0;
}
[class*="woolentorblock-"] .wl-single-product-navigation a+a{
margin-left: 12px;
} .woolentor_current_theme_oceanwp
[class*="woolentor-products-columns-"]
ul.products.grid {
display: grid !important;
}
.woolentor_current_theme_oceanwp
[class*="woolentor-products-columns-"]
ul.products.list {
display: block !important;
} @media (min-width: 1200px) and (max-width: 1400px) {
} @media (min-width: 992px) and (max-width: 1200px) { [class*="woolentor-products-columns-"] ul.products {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-laptop-1 ul.products {
grid-template-columns: repeat(1, 1fr) !important;
}
.woolentor-products-columns-laptop-2 ul.products {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-laptop-3 ul.products {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-laptop-4 ul.products {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-laptop-5 ul.products {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-laptop-6 ul.products {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-laptop-7 ul.products {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-laptop-8 ul.products {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-laptop-9 ul.products {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-laptop-10 ul.products {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
[class*="woolentor-products-columns-laptop-"] ul.products li.product.first {
clear: none !important;
} [class*="woolentor-grid-columns-"] .woolentor-grid {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-laptop-1 .woolentor-grid {
grid-template-columns: repeat(1, 1fr) !important;
}
.woolentor-grid-columns-laptop-2 .woolentor-grid {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-laptop-3 .woolentor-grid {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-laptop-4 .woolentor-grid {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-laptop-5 .woolentor-grid {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-laptop-6 .woolentor-grid {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-laptop-7 .woolentor-grid {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-laptop-8 .woolentor-grid {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-laptop-9 .woolentor-grid {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-laptop-10 .woolentor-grid {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
} @media (min-width: 768px) and (max-width: 991px) { [class*="woolentor-products-columns-"] ul.products {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-tablet-1 ul.products {
grid-template-columns: repeat(1, 1fr) !important;
}
.woolentor-products-columns-tablet-2 ul.products {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-tablet-3 ul.products {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-tablet-4 ul.products {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-tablet-5 ul.products {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-tablet-6 ul.products {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-tablet-7 ul.products {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-tablet-8 ul.products {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-tablet-9 ul.products {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-tablet-10 ul.products {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
[class*="woolentor-products-columns-tablet-"] ul.products li.product.first {
clear: none !important;
} [class*="woolentor-grid-columns-"] .woolentor-grid {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-tablet-1 .woolentor-grid {
grid-template-columns: repeat(1, 1fr) !important;
}
.woolentor-grid-columns-tablet-2 .woolentor-grid {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-tablet-3 .woolentor-grid {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-tablet-4 .woolentor-grid {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-tablet-5 .woolentor-grid {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-tablet-6 .woolentor-grid {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-tablet-7 .woolentor-grid {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-tablet-8 .woolentor-grid {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-tablet-9 .woolentor-grid {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-tablet-10 .woolentor-grid {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
} @media (max-width: 767px) { [class*="woolentor-products-columns-"] ul.products {
grid-template-columns: repeat(1, 1fr) !important;
}
.woolentor-products-columns-mobile-1 ul.products {
grid-template-columns: repeat(1, 1fr) !important;
}
.woolentor-products-columns-mobile-2 ul.products {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-mobile-3 ul.products {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-mobile-4 ul.products {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-mobile-5 ul.products {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-mobile-6 ul.products {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-mobile-7 ul.products {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-mobile-8 ul.products {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-mobile-9 ul.products {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-mobile-10 ul.products {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
[class*="woolentor-products-columns-mobile-"] ul.products li.product.first {
clear: none !important;
} [class*="woolentor-grid-columns-"] .woolentor-grid {
grid-template-columns: repeat(1, 1fr) !important;
}
.woolentor-grid-columns-mobile-1 .woolentor-grid {
grid-template-columns: repeat(1, 1fr) !important;
}
.woolentor-grid-columns-mobile-2 .woolentor-grid {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-mobile-3 .woolentor-grid {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-mobile-4 .woolentor-grid {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-mobile-5 .woolentor-grid {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-mobile-6 .woolentor-grid {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-mobile-7 .woolentor-grid {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-mobile-8 .woolentor-grid {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-mobile-9 .woolentor-grid {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-mobile-10 .woolentor-grid {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
}.wp-embed-responsive .wp-block{
outline: 0;
}
.wl-row.slick-slider{
margin-right: 0;
margin-left: 0;
}
.wl-single-brand {
text-align: center;
margin-bottom: 20px;
}
.slick-slide .wl-single-brand{
margin-bottom: 0;
}
.slick-slide .wl-single-brand img {
display: inline-block;
} [class*="ht-category-wrap"] [class*="ht-category-image-"]{
overflow: hidden;
}
.ht-category-wrap .ht-category-image{
overflow: hidden;
margin-bottom: 20px;
}
.ht-category-wrap .ht-category-image a {
display: block;
position: relative;
}
.ht-category-wrap .ht-category-image a img {
width: 100%;
}
.ht-category-wrap .ht-category-image a.ht-category-border::before {
position: absolute;
z-index: 2;
top: 15px;
left: 15px;
width: calc(100% - 30px);
height: calc(100% - 30px);
content: "";
border: 1px solid #fff;
transition: all 0.5s ease 0s;
transform: scale(1);
}
.ht-category-wrap .ht-category-image a.ht-category-border-2::before {
position: absolute;
z-index: 2;
top: 15px;
left: 15px;
width: calc(100% - 30px);
height: calc(100% - 30px);
content: "";
border: 1px solid #fff;
transition: all 0.5s ease 0s;
transform: scale(0.9);
opacity: 0;
visibility: hidden;
}
.ht-category-wrap .ht-category-image-3 {
border-radius: 100%;
border: 1px solid #e1e1e1;
transition: all 0.3s ease 0s;
margin-bottom: 20px;
}
.ht-category-wrap .ht-category-image-3 a img {
width: 100%;
}
.ht-category-wrap.ht-category-bg-padding {
background: #f8f8f8;
padding: 25px 30px 30px;
}
.ht-category-wrap .ht-category-image-zoom a img {
transition: all 0.5s ease 0s;
}
.ht-category-wrap .ht-category-content {
display: flex;
align-items: center;
justify-content: space-between;
}
.ht-category-wrap .ht-category-content h3 {
margin: 0;
font-size: 20px;
}
.ht-category-wrap .ht-category-content h3 a {
color: #444;
}
.ht-category-wrap .ht-category-content h3 a:hover {
color: #dc9a0e;
}
.ht-category-wrap .ht-category-content span {
display: inline-block;
line-height: 1;
position: relative;
font-size: 16px;
}
.ht-category-wrap .ht-category-content span::before {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: calc(100% + 10px);
width: 50px;
height: 1px;
content: "";
background-color: #ccc;
}
.ht-category-wrap .ht-category-content-3 {
position: relative;
z-index: 9;
max-width: 80%;
margin: -43px auto 0;
padding: 15px 10px 14px;
}
.ht-category-wrap .ht-category-content-3.ht-category-content-3-bg1 {
background-color: #f4ede7;
}
.ht-category-wrap .ht-category-content-3.ht-category-content-3-bg2 {
background-color: #e8f5f2;
}
.ht-category-wrap .ht-category-content-3.ht-category-content-3-bg3 {
background-color: #e3e4f5;
}
.ht-category-wrap .ht-category-content-3.ht-category-content-3-bg4 {
background-color: #faf5e5;
}
.ht-category-wrap .ht-category-content-3 h3 {
font-size: 18px;
line-height: 1;
margin: 0;
text-align: center;
}
.ht-category-wrap .ht-category-content-3 h3 span {
font-size: 14px;
margin-left: 5px;
}
.ht-category-wrap .ht-category-content-3 h3 a {
color: #444;
}
.ht-category-wrap .ht-category-content-3 h3 a:hover {
color: #dc9a0e;
}
.ht-category-wrap .ht-category-content-4{
text-align: center;
}
.ht-category-wrap .ht-category-content-4 h3 {
font-size: 16px;
display: inline-block;
position: relative;
margin: 0;
letter-spacing: 0.5px;
}
.ht-category-wrap .ht-category-content-4 span {
position: absolute;
top: -8px;
right: -33px;
font-size: 14px;
}
.ht-category-wrap .ht-category-content-4 h3 a {
color: #444;
}
.ht-category-wrap .ht-category-content-4 h3 a:hover {
color: #dc9a0e;
}
.ht-category-wrap .ht-category-content-5{
text-align: center;
}
.ht-category-wrap .ht-category-content-5 h3 {
font-size: 14px;
text-transform: uppercase;
margin: 0;
font-weight: 500;
letter-spacing: 0.5px;
}
.ht-category-wrap .ht-category-content-5 h3 span {
margin-left: 5px;
color: #dc9a0e;
}
.ht-category-wrap .ht-category-content-5 h3 a {
color: #000000;
display: inline-block;
border-bottom: 1px solid transparent;
}
.ht-category-wrap .ht-category-content-5 h3 a:hover {
color: #dc9a0e;
border-bottom: 1px solid #dc9a0e;
}
.ht-category-wrap:hover .ht-category-image a.ht-category-border::before {
transform: scale(0.95);
}
.ht-category-wrap:hover .ht-category-image a.ht-category-border-2::before {
transform: scale(1);
opacity: 1;
visibility: visible;
}
.ht-category-wrap:hover .ht-category-image-3 {
border: 1px solid #dc9a0e;
}
.ht-category-wrap:hover .ht-category-image-zoom a img {
transform: scale(1.1);
}
.ht-category-wrap-2 {
position: relative;
overflow: hidden;
padding: 48px 20px 42px;
box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
}
.ht-category-wrap-2::before {
position: absolute;
z-index: 2;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
width: 100%;
height: 100%;
content: "";
opacity: 0;
visibility: hidden;
transform: scale(0.9);
transition: all 0.7s ease 0s;
border: 4px solid transparent;
pointer-events: none;
}
.ht-category-wrap-2{
text-align: center;
}
.ht-category-wrap-2 .ht-category-image-2 {
margin-top: 39px;
display: inline-block;
}
.ht-category-wrap-2 .ht-category-image-2 a {
display: block;
text-align: center;
}
.ht-category-wrap-2 .ht-category-image-2 a img {
max-width: 100%;
transition: all 0.7s ease 0s;
}
.ht-category-wrap-2 .ht-category-content-2 h3 {
font-size: 22px;
text-transform: capitalize;
line-height: 1;
margin: 0;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.ht-category-wrap-2 .ht-category-content-2 h3 span {
font-size: 14px;
margin: 0 0 0 8px;
}
.ht-category-wrap-2 .ht-category-content-2 h3 a {
color: #444;
display: block;
}
.ht-category-wrap-2 .ht-category-content-2 h3 a:hover {
color: #dc9a0e;
}
.ht-category-wrap-2 .ht-category-content-2 h3::before {
position: absolute;
content: "";
left: 0;
right: 0;
bottom: -14px;
margin: 0 auto;
background-color: #D3D3D3;
width: 90px;
height: 2px;
}
.ht-category-wrap-2 .ht-category-content-2.hide-title-after h3::before{
display: none;
}
.ht-category-wrap-2:hover::before {
opacity: 1;
visibility: visible;
transform: scale(1);
border: 4px solid #dc9a0e;
}
.ht-category-wrap-2:hover .ht-category-image-2 a img {
transform: scale(1.2);
}  .wlb-marker-style-1 {
padding: 245px 0;
}
.wlb-marker-style-1 .wlb_image_pointer {
width: 36px;
height: 36px;
border-radius: 100%;
border: 3px solid #ed552d;
background-color: #fff;
position: relative;
display: inline-block;
text-align: center;
cursor: pointer;
line-height: 32px;
}
.wlb-marker-style-1 .wlb_image_pointer .wlb_pointer_box {
background: #fff;
width: 240px;
position: absolute;
top: 0;
right: 50%;
-webkit-transform: translate3d(50%, -100%, 0);
transform: translate3d(50%, -100%, 0);
border-radius: 5px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
z-index: 10;
padding: 20px;
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
text-align: center;
}
.wlb-marker-style-1 .wlb_image_pointer .wlb_pointer_box h4 {
font-size: 20px;
margin-bottom: 7px;
}
.wlb-marker-style-1 .wlb_image_pointer .wlb_pointer_box p {
font-size: 13px;
line-height: 24px;
margin: 0;
}
.wlb-marker-style-1 .wlb_image_pointer:hover .wlb_pointer_box {
visibility: visible;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translateY(-110%) translateX(50%);
transform: translateY(-110%) translateX(50%);
}
.wlb-marker-style-1 .wlb_image_pointer::before {
content: "\f129";
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
font-family: FontAwesome;
color: #ed552d;
font-size: 18px;
width: 100%;
height: 100%;
}
.wlb-marker-style-1 .wlb_image_pointer {
position: absolute;
left: 66%;
top: 15%;
} .wlb-marker-style-2 {
padding: 245px 0;
}
.wlb-marker-style-2 .wlb_image_pointer {
width: 46px;
height: 46px;
border-radius: 100%;
border: 5px solid #dddddd;
background-color: #fff;
position: relative;
display: inline-block;
text-align: center;
cursor: pointer;
line-height: 38px;
}
.wlb-marker-style-2 .wlb_image_pointer .wlb_pointer_box {
background: #fff;
width: 240px;
position: absolute;
top: 0;
right: 50%;
-webkit-transform: translate3d(50%, -100%, 0);
transform: translate3d(50%, -100%, 0);
border-radius: 5px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
z-index: 10;
padding: 20px;
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
text-align: center;
}
.wlb-marker-style-2 .wlb_image_pointer .wlb_pointer_box h4 {
font-size: 20px;
margin-bottom: 7px;
}
.wlb-marker-style-2 .wlb_image_pointer .wlb_pointer_box p {
font-size: 13px;
line-height: 24px;
margin: 0;
}
.wlb-marker-style-2 .wlb_image_pointer:hover .wlb_pointer_box {
visibility: visible;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translateY(-110%) translateX(50%);
transform: translateY(-110%) translateX(50%);
}
.wlb-marker-style-2 .wlb_image_pointer::before {
content: "\f067";
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
font-family: FontAwesome;
color: #ed552d;
font-size: 18px;
width: 100%;
height: 100%;
transition: 0.4s ease-in-out;
}
.wlb-marker-style-2 .wlb_image_pointer:hover::before {
transform: translateX(-50%) translateY(-50%) rotate(47deg);
}
.wlb-marker-style-2 .wlb_image_pointer {
position: absolute;
left: 50%;
top: 26%;
} .wlb-marker-style-3 {
padding: 245px 0;
}
.wlb-marker-style-3 .wlb_image_pointer {
width: 46px;
height: 46px;
border-radius: 100%;
background-color: #000000;
position: relative;
display: inline-block;
text-align: center;
cursor: pointer;
line-height: 49px;
z-index: 2;
}
.wlb-marker-style-3 .wlb_image_pointer .wlb_pointer_box {
background: #000000;
width: 240px;
position: absolute;
top: 0;
right: 50%;
-webkit-transform: translate3d(50%, -100%, 0);
transform: translate3d(50%, -100%, 0);
border-radius: 5px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
z-index: 10;
padding: 20px;
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
text-align: center;
}
.wlb-marker-style-3 .wlb_image_pointer .wlb_pointer_box h4 {
font-size: 20px;
margin-bottom: 7px;
color: #ffffff;
}
.wlb-marker-style-3 .wlb_image_pointer .wlb_pointer_box p {
font-size: 13px;
line-height: 24px;
margin: 0;
color: #ffffff;
}
.wlb-marker-style-3 .wlb_image_pointer:hover .wlb_pointer_box {
visibility: visible;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translateY(-110%) translateX(50%);
transform: translateY(-110%) translateX(50%);
}
.wlb-marker-style-3 .wlb_image_pointer::before {
content: "\f067";
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
font-family: FontAwesome;
color: #ffffff;
font-size: 18px;
width: 100%;
height: 100%;
transition: 0.4s ease-in-out;
}
.wlb-marker-style-3 .wlb_image_pointer::after {
position: absolute;
left: 2px;
background: #000;
content: "";
right: 2px;
top: 2px;
bottom: 2px;
border-radius: 100%;
border: 2px solid #fff;
z-index: -1;
}
.wlb-marker-style-3 .wlb_image_pointer:hover::before {
transform: translateX(-50%) translateY(-50%) rotate(47deg);
}
.wlb-marker-style-3 .wlb_image_pointer {
position: absolute;
left: 50%;
top: 26%;
} .wlb-marker-style-4 {
padding: 245px 0;
}
.wlb-marker-style-4 .wlb_image_pointer {
width: 46px;
height: 46px;
border-radius: 100%;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
position: relative;
display: inline-block;
text-align: center;
cursor: pointer;
line-height: 38px;
border: 5px solid #d88d78;
z-index: 2;
}
.wlb-marker-style-4 .wlb_image_pointer .wlb_pointer_box {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
width: 240px;
position: absolute;
top: 0;
right: 50%;
-webkit-transform: translate3d(50%, -100%, 0);
transform: translate3d(50%, -100%, 0);
border-radius: 5px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
z-index: 10;
padding: 20px;
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
text-align: center;
}
.wlb-marker-style-4 .wlb_image_pointer .wlb_pointer_box h4 {
font-size: 20px;
margin-bottom: 7px;
}
.wlb-marker-style-4 .wlb_image_pointer .wlb_pointer_box p {
font-size: 13px;
line-height: 24px;
margin: 0;
color: #18012c;
}
.wlb-marker-style-4 .wlb_image_pointer:hover .wlb_pointer_box {
visibility: visible;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translateY(-110%) translateX(50%);
transform: translateY(-110%) translateX(50%);
}
.wlb-marker-style-4 .wlb_image_pointer::before {
content: "\f067";
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
font-family: FontAwesome;
color: #d88d78;
font-size: 18px;
width: 100%;
height: 100%;
transition: 0.4s ease-in-out;
}
.wlb-marker-style-4 .wlb_image_pointer:hover::before {
transform: translateX(-50%) translateY(-50%) rotate(47deg);
}
.wlb-marker-style-4 .wlb_image_pointer {
position: absolute;
left: 83%;
top: 37%;
} .wlb-marker-style-5 {
padding: 245px 0;
}
.wlb-marker-style-5 .wlb_image_pointer {
width: 46px;
height: 46px;
border-radius: 4px;
background: #000;
position: relative;
display: inline-block;
text-align: center;
cursor: pointer;
line-height: 47px;
z-index: 2;
}
.wlb-marker-style-5 .wlb_image_pointer .effect-1 {
position: relative;
}
.wlb-marker-style-5 .wlb_image_pointer .effect-1::before,
.wlb-marker-style-5 .wlb_image_pointer .effect-1::after {
position: absolute;
top: 50%;
left: 50%;
display: block;
content: '';
border: 1px solid #f10;
border-radius: 50%;
-webkit-transform: scale(0.35) translateY(-50%) translateX(-50%);
-ms-transform: scale(0.35) translateY(-50%) translateX(-50%);
transform: scale(0.35) translateY(-50%) translateX(-50%);
opacity: 0;
-webkit-animation: marker-ripple-animation 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0.4s infinite;
animation: marker-ripple-animation 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0.4s infinite;
}
.wlb-marker-style-5 .wlb_image_pointer .effect-1::before {
width: 32px;
height: 32px;
left: 50%;
top: 50%;
z-index: -1;
}
.wlb-marker-style-5 .wlb_image_pointer .effect-1::after {
width: 32px;
height: 32px;
z-index: -1;
border-color: rgba(255, 255, 255, 0.4);
-webkit-animation: marker-ripple-animation 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0s infinite;
animation: marker-ripple-animation 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0s infinite;
}
.wlb-marker-style-5 .wlb_image_pointer .wlb_pointer_box {
background: #000000;
width: 240px;
position: absolute;
top: 0;
right: 50%;
-webkit-transform: translate3d(50%, -100%, 0);
transform: translate3d(50%, -100%, 0);
border-radius: 5px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
z-index: 10;
padding: 20px;
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
text-align: center;
}
.wlb-marker-style-5 .wlb_image_pointer .wlb_pointer_box h4 {
font-size: 20px;
margin-bottom: 7px;
color: #fff;
}
.wlb-marker-style-5 .wlb_image_pointer .wlb_pointer_box p {
font-size: 13px;
line-height: 24px;
margin: 0;
color: #fff;
}
.wlb-marker-style-5 .wlb_image_pointer:hover .wlb_pointer_box {
visibility: visible;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translateY(-110%) translateX(50%);
transform: translateY(-110%) translateX(50%);
}
.wlb-marker-style-5 .wlb_image_pointer::before {
content: "\f067";
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
font-family: FontAwesome;
color: #ffffff;
font-size: 18px;
width: 100%;
height: 100%;
transition: 0.4s ease-in-out;
}
.wlb-marker-style-5 .wlb_image_pointer:hover::before {
transform: translateX(-50%) translateY(-50%) rotate(47deg);
}
.wlb-marker-style-5 .wlb_image_pointer {
position: absolute;
left: 83%;
top: 37%;
} @-webkit-keyframes marker-ripple-animation {
0% {
-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
opacity: 1;
}
100% {
-webkit-transform: translate3d(-50%, -50%, 0) scale(1.7);
opacity: 0;
}
}
@keyframes marker-ripple-animation {
0% {
transform: translate3d(-50%, -50%, 0) scale(1);
opacity: 1;
}
100% {
transform: translate3d(-50%, -50%, 0) scale(1.7);
opacity: 0;
}
} svg.woolentor-banner-default{
fill-opacity: 0.1;
}
.wlspcial-banner .banner-thumb a {
overflow: hidden;
position: relative;
display: block;
}
.wlspcial-banner .banner-thumb a::before {
background: #ffffff none repeat scroll 0 0;
content: "";
height: 0;
left: 0;
opacity: 0;
pointer-events: none;
position: absolute;
top: 0;
transition: all 0.5s ease 0s;
width: 0;
}
.wlspcial-banner .banner-thumb a::after {
background: #ffffff none repeat scroll 0 0;
bottom: 0;
content: "";
height: 0;
opacity: 0;
pointer-events: none;
position: absolute;
right: 0;
transition: all 0.5s ease 0s;
width: 0;
}
.wlspcial-banner .banner-thumb a img {
width: 100%;
}
.wlspcial-banner:hover .banner-thumb a::before {
height: 100%;
opacity: 0.3;
width: 100%;
}
.wlspcial-banner:hover .banner-thumb a::after {
height: 100%;
opacity: 0.3;
width: 100%;
}
.wlspcial-banner {
position: relative;
}
.wlspcial-banner .banner-content{
position: absolute;
z-index: 2;
width: 100%;
text-align: center;
}
.wlspcial-banner .banner-content a {
color: #383838;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
transition: all 0.4s ease 0s;
text-decoration: none;
display: inline-block;
}
.woolentor-banner-content-pos-center .banner-content{
top: 50%;
right: 0;
left: auto;
transform: translateY(-50%);
}
.woolentor-banner-content-pos-bottom .banner-content {
bottom: 0;
padding-bottom: 40px;
}
.woolentor-banner-content-pos-top .banner-content {
top: 0;
padding-top: 40px;
}
.wlspcial-banner.woolentor-banner-content-pos-right .banner-content {
top: 50%;
right: 0;
width: auto;
transform: translateY(-50%);
}
.wlspcial-banner.woolentor-banner-content-pos-left .banner-content {
top: 50%;
left: 0;
width: auto;
transform: translateY(-50%);
}
.wlbanner-badgeimage {
position: absolute;
top: 0;
left: 0;
display: inline-block;
}
.wlbanner-badgeimage img{
width: 100%;
} .ht-feature-wrap {
position: relative;
text-align: center;
}
.ht-feature-style-1 .ht-feature-inner {
border: 1px solid #e8e8e8;
padding: 25px 15px 20px;
transition: all 0.3s ease 0s;
}
.ht-feature-wrap .ht-feature-content h4 {
display: block;
font-size: 18px;
font-weight: 500;
margin-bottom: 6px;
line-height: 1;
color: #000000;
}
.ht-feature-wrap .ht-feature-content p {
font-size: 15px;
color: #6d6d6d;
margin: 0;
}
.ht-feature-wrap .ht-feature-img {
margin-bottom: 20px;
display: inline-block;
}
.ht-feature-wrap .ht-feature-img img {
max-width: 100%;
transition: all 0.5s ease 0s;
}
.ht-feature-wrap .ht-feature-img i {
font-size: 32px;
color: #dc9a0e;
display: inline-block;
}
.ht-feature-wrap .ht-feature-img svg{
width: 32px;
height: 32px;
}
.ht-feature-style-2 .ht-feature-inner{
display: flex;
align-items: center;
border: none;
padding: 0;
text-align: left;
}
.ht-feature-style-2 .ht-feature-content{
padding-left: 30px;
margin-left: 24px;
border-left: 1px solid #ddd9d2;
}
.ht-feature-wrap.ht-feature-style-2:hover .ht-feature-img {
animation: 500ms ease-in-out 0s normal none 1 running rubberBand;
}
.ht-feature-style-2 .ht-feature-content {
padding-left: 30px;
width: 100%;
}
.ht-feature-style-2 .ht-feature-content h4,.ht-feature-style-5 .ht-feature-content h4 {
font-size: 20px;
margin: 0 0 12px;
line-height: 1;
color: #000000;
}
.ht-feature-style-2 .ht-feature-content p {
margin: 0;
font-size: 15px;
color: #6d6d6d;
}
.ht-feature-style-2 .ht-feature-img{
margin: 0;
}
.ht-feature-wrap.ht-feature-style-1:hover .ht-feature-inner {
border: 1px solid #dc9a0e;
}
.ht-feature-wrap.ht-feature-style-1:hover .ht-feature-img img,
.ht-feature-style-5:hover .ht-feature-img{
animation: 500ms ease-in-out 0s normal none 1 running tada;
}
.ht-feature-style-3 .ht-feature-img{
display: inline-block;
border: 1px solid #000000;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
border-radius: 100%;
transition: all 0.5s ease 0s;
}
.ht-feature-style-3 .ht-feature-img img{
border-radius: 100%;
}
.woolentor-blocks.ht-feature-style-3 .ht-feature-img{
line-height: 48px;
}
.ht-feature-style-3 .ht-feature-img i{
font-size: 20px;
color: #000000;
}
.ht-feature-style-3:hover .ht-feature-img{
background-color: #dc9a0e;
border: 1px solid #dc9a0e;
transform: rotate(360deg);
}
.ht-feature-style-3:hover .ht-feature-img i{
color: #ffffff;
}
.ht-feature-style-3 .ht-feature-content h4,.ht-feature-style-4 .ht-feature-content h4 {
display: block;
font-size: 18px;
font-weight: 500;
margin-bottom: 14px;
line-height: 1;
color: #000000;
}
.ht-feature-style-3 .ht-feature-content p,.ht-feature-style-4 .ht-feature-content p {
color: #6d6d6d;
line-height: 27px;
margin: 0 auto;
font-size: 15px;
width: 82%;
}
.ht-feature-style-4{
text-align: left;
}
.ht-feature-style-4 .ht-feature-content {
border-top: 1px solid #ebebeb;
margin-top: 25px;
padding-top:25px; 
}
.ht-feature-style-4 .ht-feature-content p{
width: 100%;
}
.ht-feature-style-4 .ht-feature-img{
display: inline-block;
background-color: #e9ecef;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
border-radius: 100%;
transition: all 0.5s ease 0s;
margin: 0;
overflow: hidden;
}
.ht-feature-style-4 .ht-feature-img i {
font-size: 20px;
color: #000000;
}
.ht-feature-style-4:hover .ht-feature-img{
background-color: #dc9a0e;
transform: rotateY(180deg);
}
.ht-feature-style-4:hover .ht-feature-img i{
color: #ffffff;
}
.ht-feature-style-5 .ht-feature-img {
position: absolute;
right: 0;
bottom: 0;
margin: 0;
width: 120px;
}
.ht-feature-style-5 .ht-feature-img img {
max-width: 100%;
} .woolentor-product-tab-area {
position: relative;
z-index: 35;
}
.product-slider {
width: 100%;
}
.product-item {
padding-bottom: 10px;
margin-bottom: 30px;
}
.product-item mark, .product-item ins {
background: transparent;
}
.product-item .product-inner .image-wrap {
position: relative;
text-align: center;
overflow: hidden;
}
.product-item .product-inner .image-wrap .wishlist, .product-item .product-inner .image-wrap .tinv-wraper {
display: block;
position: absolute;
right: 20px;
top: 20px;
margin-top: 0;
}
.product-item .product-inner .image-wrap .tinv-wraper a, .ht-product-action .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
margin: 0;
}
.ht-product-list-action .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
margin-top: 0;
}
.product-item .product-inner .image-wrap .tinv-wraper a .tinvwl_add_to_wishlist-text, .ht-product-action .tinv-wraper a .tinvwl_add_to_wishlist-text {
display: none;
}
.ht-product-action .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before, .ht-product-action .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus::before {
font-size: 26px;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
left: 20px;
margin: 0;
position: absolute;
top: 4px;
}
.product-item .content {
padding-top: 10px;
}
.content h4.title {
margin: 0;
}
.product-item .product-inner .content .title {
font-size: 20px;
margin-bottom: 10px;
}
.product-item .actions {
background: #333 none repeat scroll 0 0;
border-radius: 20px;
color: #fff;
display: flex;
left: 50%;
position: absolute;
text-align: center;
top: 50%;
transform: translateX(-50%);
transition: all 0.4s ease 0s;
width: 150px;
opacity: 0;
visibility: hidden;
}
.product-item .actions>* {
flex: 1 0 auto;
}
.product-item .product-inner .image-wrap .actions.style_two {
width: 85%;
border-radius: 0;
bottom: 0;
top: auto;
}
.product-item .woocommerce.compare-button a.button {
background-color: #333;
border-radius: 20px;
}
.product-item .product-inner .image-wrap .style_two .wishlist {
position: static;
}
.yith-wcwl-add-button {
position: relative;
}
.style_two .yith-wcwl-add-to-wishlist .ajax-loading {
margin-left: 0;
top: 11px;
}
.product-item .woocommerce.product.compare-button, .product-item .actions .htcompare-btn {
border-left: 1px solid #999;
}
.product-item .actions .htcompare-btn {
border-radius: 0;
}
.product-item:hover .actions {
opacity: 1;
transform: translateX(-50%) translateY(-50%);
visibility: visible;
}
.product-item .actions a, .product-item .woocommerce.compare-button a.button {
color: #fff;
display: block !important;
font-weight: normal;
line-height: inherit;
padding: 7px 5px;
text-indent: -999999px;
position: relative;
background: transparent;
}
.wishsuite-button.wltooltip_no span.wishsuite-btn-text {
display: none;
}
.product-item .actions a::before {
color: #fff;
content: "";
font-family: fontawesome;
height: 100%;
left: 0;
position: absolute;
text-indent: 0;
top: 5px;
width: 100%;
}
.product-item .actions .compare-button a::before, .product-item .actions .htcompare-btn::before {
content: "\f021";
}
.product-item .product-inner .image-wrap .style_two .wishlist a::before {
content: "\f08a";
}
.product-item .product-inner .image-wrap .style_two .wishlist .yith-wcwl-wishlistexistsbrowse a::before, .product-item .product-inner .image-wrap .style_two .wishlist .yith-wcwl-wishlistaddedbrowse a::before {
content: "\f004";
}
.product-item .product-inner .actions.style_two a {
text-indent: 0;
}
.product-item .product-inner .actions.style_two a::before {
display: none;
}
.product-item .product-inner .actions.style_two .tinv-wishlist a::before {
display: block;
font-size: 20px;
line-height: 28px;
}
.product-item .product-inner .actions.style_two .tinv-wishlist a {
text-indent: -999999px;
margin: 0;
}
.product-item.product_style_three .product-inner .image-wrap {
overflow: visible;
}
.product_information_area {
background: #fff none repeat scroll 0 0;
bottom: -90px;
box-shadow: 0 0 12px rgba(0, 0, 0, 0.18);
left: 0;
opacity: 0;
position: absolute;
text-align: left;
transition: all 0.4s ease 0s;
visibility: hidden;
width: 100%;
z-index: 9;
}
.product_information_area .content {
padding-bottom: 15px;
text-align: center;
}
.product-item .product-inner .image-wrap .product_information_area .actions.style_two {
border-radius: 0;
bottom: 0;
opacity: 1;
overflow: hidden;
padding: 0 30px;
position: static;
top: auto;
transform: translateX(0px);
visibility: visible;
width: 100%;
}
.product-item:hover .product_information_area {
bottom: -103px;
opacity: 1;
visibility: visible;
}
.woocommerce span.onsale, span.onsale {
background-color: #23252a;
border-radius: 3px;
color: #fff;
font-size: 14px;
font-weight: 500;
left: 15px;
top: 15px;
line-height: 1;
min-height: inherit;
min-width: inherit;
padding: 5px 10px;
position: absolute;
}
.product-item a.button.added {
display: none !important;
}
.product-item .actions .htcompare-btn.added {
display: block !important;
}
.product-item .actions .htcompare-btn.loading {
padding: 0;
}
.product-item .actions a.htcompare-btn.loading::after {
right: 20px;
}
.product-item .product-inner .image-wrap .actions a.added_to_cart {
text-indent: -99999px;
}
.product-item .product-inner .image-wrap .actions a.added_to_cart::before {
content: "";
font-family: WooCommerce;
font-size: 20px;
left: auto;
position: absolute;
text-indent: 0;
top: 0;
display: block;
}
.product-item a.button.added::after, .product-item a.button.loading::after {
color: #fff;
content: "";
display: block;
font-family: "fontawesome";
margin: 0 auto;
position: absolute;
text-indent: 0;
top: 5px;
} .ht-tab-menus {
margin: 0;
padding: 0;
list-style: none;
}
.ht-tab-menus {
margin-bottom: 45px;
}
.ht-tab-menus li {
display: inline-block;
margin-right: 20px;
}
.ht-tab-menus li:last-child {
margin-right: 0;
}
.ht-tab-menus li a {
border: 1px solid transparent;
border-radius: 50px;
padding: 5px 15px;
text-transform: capitalize;
}
.ht-tab-menus li a:focus {
outline: none;
}
.ht-tab-menus li a.htactive {
border-color: #e5e5e5;
}
.ht-tab-pane {
display: none;
}
.ht-tab-pane.htactive {
display: block;
}
.product_attribute ul {
list-style: outside none none;
margin: 0 0 20px;
padding: 0;
text-align: left;
}
.product_information_area .attribute_label {
font-weight: 600;
}
.product_attribute {
margin-top: 25px;
padding: 0 30px;
}
.product_attribute ul li {
display: inline-block;
line-height: 1;
margin: 0 10px 0 0;
}
.product_attribute ul li.color_attribute {
border-radius: 100%;
height: 15px;
width: 15px;
}
.product-slider .slick-arrow {
background: transparent none repeat scroll 0 0;
border: 2px solid #ddd;
color: #ddd;
font-size: 20px;
height: 40px;
left: -30px;
line-height: inherit;
padding: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 40px;
z-index: 99;
transition: 0.4s;
}
.product-slider .slick-arrow.slick-next {
right: -30px;
left: auto;
}
.product-slider .slick-arrow:hover {
border-color: #333;
color: #333;
}
.product-slider .slick-dots {
bottom: 0px;
display: flex;
left: 50%;
list-style: outside none none;
margin: 0;
padding: 0;
position: absolute;
transform: translateX(-50%);
}
.product-slider .slick-dots li {
line-height: 12px;
margin: 0 4px;
}
.product-slider .slick-dots li button {
background-color: transparent;
border: 1px solid #4e4f4f;
border-radius: 50px;
height: 13px;
padding: 0;
text-indent: -9999px;
width: 13px;
line-height: 13px;
}
.product-slider .slick-dots li.slick-active button {
background-color: #282828;
border-color: #282828;
} .woolentor-banner {
align-items: center;
display: flex;
flex-flow: row wrap;
overflow: hidden;
}
.woolentor-banner-img, .woolentor-content {
width: 50%;
float: left;
}
.woolentor-content {
padding-left: 70px;
}
.woolentor-banner .banner_subtitle {
font-size: 16px;
font-weight: 600;
margin: 0;
}
.woolentor-banner .banner_title {
font-size: 28px;
font-weight: normal;
margin: 35px 0;
}
.woolentor-banner .banner_button {
border-bottom: 1px solid #000;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
}
.woolentor-content-align-right .woolentor-banner-img {
order: 1;
padding-left: 50px;
}
.woolentor-content-align-right .woolentor-content {
order: 2;
padding-left: 40px;
}
.woolentor-content-align-right.woolentor-banner .banner_title {
margin: 20px 0;
}
.woolentor-content-align-bottom .woolentor-banner-img {
order: 1;
padding-left: 0;
width: 100%;
}
.woolentor-content-align-bottom .woolentor-content {
order: 2;
padding: 30px 0;
text-align: center;
width: 100%;
}
.woolentor-content-align-bottom .banner_title {
margin: 0 0 20px;
} .woolentor-banner-layout-2 {
display: block;
position: relative;
}
.woolentor-banner-layout-2 .woolentor-content {
padding-left: 0;
}
.woolentor-banner-layout-2 .woolentor-banner-img {
float: none;
width: 100%;
}
.woolentor-banner-layout-2 .woolentor-content {
padding-left: 50px;
position: absolute;
top: 50px;
left: 0;
width: 100%;
}
.woolentor-banner-layout-2 .woolentor-content h2 {
margin: 0;
}
.woolentor-banner-layout-2.woolentor-content-align-bottom .woolentor-content {
bottom: 50px;
padding: 0 0 0 50px;
top: auto;
text-align: left;
}
.woolentor-banner-layout-2.woolentor-content-align-right .woolentor-content {
left: auto;
padding-right: 50px;
padding-left: 0;
right: 0;
text-align: right;
}
.woolentor-banner-layout-2.woolentor-content-align-right .woolentor-banner-img {
padding-left: 0px;
}
.woocommerce.product-slider div.product.ht-product {
float: left;
} .htwoolentor-faq-card {
margin-bottom: 12px;
}
.htwoolentor-faq-card .htwoolentor-faq-head {
font-size: 17px;
font-weight: 500;
line-height: 1.625;
position: relative;
display: flex;
padding: 19px 25px;
cursor: pointer;
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
color: #333333;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 4px;
display: flex;
align-items: center;
justify-content: space-between;
}
.htwoolentor-faq .htwoolentor-faq-card.is-active .htwoolentor-faq-head .htwoolentor-faq-head-icon.htwoolentor-faq-close-icon, .htwoolentor-faq .htwoolentor-faq-card .htwoolentor-faq-head .htwoolentor-faq-head-icon.htwoolentor-faq-open-icon {
display: block;
}
.htwoolentor-faq .htwoolentor-faq-card.is-active .htwoolentor-faq-head .htwoolentor-faq-head-icon.htwoolentor-faq-open-icon, .htwoolentor-faq .htwoolentor-faq-card .htwoolentor-faq-head .htwoolentor-faq-head-icon.htwoolentor-faq-close-icon {
display: none;
}
.htwoolentor-faq .htwoolentor-faq-card.is-active .htwoolentor-faq-head .htwoolentor-faq-head-icon svg :not([stroke="none"]) {
fill: #FFFFFF;
}
.htwoolentor-faq .htwoolentor-faq-card.is-active .htwoolentor-faq-head .htwoolentor-faq-head-icon svg :not([fill="none"]) {
stroke: #FFFFFF;
}
.htwoolentor-faq .htwoolentor-faq-card .htwoolentor-faq-head .htwoolentor-faq-head-icon svg [fill="none"] {
fill: transparent !important;
}
.htwoolentor-faq .htwoolentor-faq-card .htwoolentor-faq-head .htwoolentor-faq-head-icon svg [stroke="none"] {
stroke: transparent !important;
}
@media only screen and (max-width: 767px) {
.htwoolentor-faq-card .htwoolentor-faq-head {
padding: 15px 15px;
font-size: 16px;
line-height: 1.5;
}
}
.htwoolentor-faq-card .htwoolentor-faq-head .htwoolentor-faq-head-indicator {
position: relative;
width: 14px;
height: 14px;
margin-left: 10px;
}
.htwoolentor-faq-card .htwoolentor-faq-head .htwoolentor-faq-head-indicator::before, .htwoolentor-faq-card .htwoolentor-faq-head .htwoolentor-faq-head-indicator::after {
position: absolute;
top: 50%;
left: 0;
width: 14px;
height: 2px;
content: "";
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
transform: translateY(-50%);
border-radius: 10px;
background-color: #3D3D3D;
}
@media only screen and (max-width: 767px) {
.htwoolentor-faq-card .htwoolentor-faq-head .htwoolentor-faq-head-indicator {
margin-left: 15px;
}
}
.htwoolentor-faq-card .htwoolentor-faq-head .htwoolentor-faq-head-indicator::after {
transform: translateY(-50%) rotate(90deg);
}
.htwoolentor-faq-card .htwoolentor-faq-body {
overflow: hidden;
}
.htwoolentor-faq-card .htwoolentor-faq-body .htwoolentor-faq-content {
padding: 16px 25px 4px;
}
@media only screen and (max-width: 767px) {
.htwoolentor-faq-card .htwoolentor-faq-body .htwoolentor-faq-content {
padding: 16px 15px 4px;
}
}
.htwoolentor-faq-card .htwoolentor-faq-body .htwoolentor-faq-content p {
font-size: 15px;
line-height: 30px;
margin: 0;
}
.htwoolentor-faq-card.is-active .htwoolentor-faq-head {
color: #FFFFFF;
border-color: #dc9a0e;
background-color: #dc9a0e;
}
.htwoolentor-faq-card.is-active .htwoolentor-faq-head .htwoolentor-faq-head-indicator::after {
background-color: #ffffff;
transform: translateY(-50%);
} .wl_single-product-item a {
color: inherit;
display: inline-block;
line-height: inherit;
text-decoration: none;
cursor: pointer;
}
.wl_single-product-item {
margin-top: 0 !important;
margin-left: auto;
margin-right: auto;
border: 1px solid #eeeffb;
border-radius: 10000px 10000px 20px 20px;
background: #f7f7f7;
}
.wl_single-product-item .product-thumbnail {
border: 15px solid #fff;
text-align: center;
border-radius: 50000px; position: relative;
z-index: 9;
background: #fff;
}
.wl_single-product-item .product-thumbnail .images { width: 100%;
-webkit-box-shadow: 0 0px 6px rgba(112, 112, 112, 0.2);
box-shadow: 0 0px 6px rgba(112, 112, 112, 0.2);
border-radius: 50%;
}
.wl_single-product-item .product-thumbnail .images img {
display: inline-block;
border-radius: 100%;
width: 100%;
}
.woolentor_block_cart_table .wl_cart_table{
width: 100%;
}
@media only screen and (max-width: 767px) {
.wl_single-product-item .product-thumbnail {
height: 100% !important;
}
}
@media only screen and (max-width: 575px) {
.wl_single-product-item .product-thumbnail {
height: 100% !important;
}
}
.wl_single-product-item .product-content {
margin-top: -124px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.wl_single-product-item .product-content .product-content-top {
padding: 140px 20px 10px;
}
.wl_single-product-item .product-content .product-content-top .title {
font-weight: 600;
font-size: 18px;
margin: 0;
text-transform: inherit;
}
.wl_single-product-item.wl_dark-item .product-content .product-content-top .title a {
color: #fff
}
.wl_single-product-item.wl_dark-item .product-content .product-content-top p {
font-weight: 400;
font-size: 14px;
}
.wl_single-product-item .product-content .product-content-top .title a {
color: #333
}
.wl_single-product-item .product-content .product-content-top .title a:hover {
color: #0A3ACA
}
.wl_single-product-item .product-content .product-content-top .product-price {
color: #0A3ACA;
font-weight: 500;
margin-bottom: 15px;
margin-top: 10px;
font-size: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.wl_single-product-item .product-content .product-content-top .product-price {
margin-bottom: 5px;
margin-top: 5px;
}
}
.wl_single-product-item .product-content .product-content-top .reading {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.wl_single-product-item .product-content .action {
margin-top: 10px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
background: #4E7CFF;
padding: 10px 30px;
border-radius: 0 0 5px 5px;
margin: 0;
list-style: none;
}
.wl_single-product-item .product-content .action li {
margin: 0;
position: relative;
line-height: 0
}
.wl_single-product-item .product-content .action li a, .wl_single-product-item .product-content .action .action-item {
width: 40px;
height: 40px;
line-height: 40px;
background: #285FFC;
text-align: center;
border-radius: 5px;
color: #ffffff;
}
.wl_single-product-item .product-content .action li .yith-wcwl-wishlistaddedbrowse.hide a, .wl_single-product-item .product-content .action li a.add_to_wishlist {
padding: 0 !important;
}
.wl_single-product-item .product-content .action .action-item:hover {
background: #2B2B4C;
}
.wl_single-product-item.wl_left-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
max-width: 100%;
border-radius: 500px 0 0 500px;
}
@media only screen and (max-width: 575px) {
.wl_single-product-item.wl_left-item {
display: inherit;
border-radius: 500px 500px 5px 5px;
max-width: 270px;
margin-left: auto;
margin-right: auto;
}
}
.wl_single-product-item.wl_left-item .product-thumbnail {
height: 270px;
width: 340px;
line-height: 200px;
}
.wl_single-product-item.wl_left-item .product-thumbnail .images {
height: 100%;
width: 100%;
-webkit-box-shadow: 0 0px 6px rgba(112, 112, 112, 0.2);
box-shadow: 0 0px 6px rgba(112, 112, 112, 0.2);
border-radius: 50%;
}
@media only screen and (max-width: 575px) {
.wl_single-product-item.wl_left-item .product-thumbnail {
height: 270px;
width: 270px;
}
}
.wl_single-product-item.wl_left-item .product-content {
margin-top: 0px;
margin-left: -144px;
width: 100%;
}
@media only screen and (max-width: 575px) {
.wl_single-product-item.wl_left-item .product-content {
margin-top: 0px;
margin-left: 0px;
}
}
.wl_single-product-item.wl_left-item .product-content .product-price {
margin-bottom: 5px;
margin-top: 5px;
}
.wl_single-product-item.wl_left-item .product-content .product-content-top {
padding: 30px 20px 12px 165px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
.wl_single-product-item.wl_left-item .product-content .product-content-top {
padding: 10px 20px 10px 170px;
}
}
@media only screen and (max-width: 575px) {
.wl_single-product-item.wl_left-item .product-content .product-content-top {
padding: 10px 20px 12px 10px;
}
}
.wl_single-product-item.wl_left-item .product-content .action {
padding: 10px 30px 10px 150px;
border-radius: 0 0 5px 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
.wl_single-product-item.wl_left-item .product-content .action {
padding: 10px 20px 10px 150px;
}
}
@media only screen and (max-width: 575px) {
.wl_single-product-item.wl_left-item .product-content .action {
padding: 10px 20px;
}
}
.wl_single-product-item.wl_dark-item .product-thumbnail {
border: 15px solid #707070;
}
.wl_single-product-item.wl_dark-item .product-thumbnail .images {
-webkit-box-shadow: 0 0px 6px rgba(112, 112, 112, 0.2);
box-shadow: 0 0px 6px rgba(112, 112, 112, 0.2);
}
.wl_single-product-item.wl_dark-item .product-content {
background: #2B2B4C;
color: #ffffff;
}
.wl_single-product-item.wl_dark-item .product-content .product-content-top {
padding: 140px 20px 10px;
}
.wl_single-product-item.wl_dark-item .product-content .product-content-top .title {
color: #ffffff;
}
.wl_single-product-item.wl_dark-item .product-content .product-content-top .product-price {
color: #ffffff;
}
.wl_single-product-item.wl_dark-item .product-content .product-content-top .reading {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
color: #75828E;
}
.ht-products .wl_single-product-item .product-content .product-content-top .reading .top-rated-rating .ht-product-ratting, .ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: relative;
margin-left: -3px;
margin-right: -3px;
}
.ht-products .wl_single-product-item .product-content .product-content-top .reading .top-rated-rating .ht-product-ratting .ht-product-user-ratting, .ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting .ht-product-user-ratting {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
position: absolute;
left: 5px;
top: 0;
z-index: 3;
margin-left: -5px;
margin-right: -5px;
}
.ht-products .ht-product.ht-product-content-allcenter .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting .ht-product-user-ratting, .ht-products .ht-product.ht-product-ratting-top-right .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting .ht-product-user-ratting {
position: inherit;
}
.ht-products .ht-product.ht-product-category-right-bottom .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price {
margin-bottom: 25px;
}
.ht-products .ht-product.ht-product-category-right-bottom .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting .ht-product-user-ratting {
margin-top: 8px;
}
.ht-products .wl_single-product-item .product-content .product-content-top .reading .top-rated-rating .ht-product-ratting .ht-product-user-ratting i, .ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting .ht-product-user-ratting i {
color: #dc9a0e;
}
.ht-products .wl_single-product-item .product-content .product-content-top .reading .top-rated-rating .ht-product-ratting i, .ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting i {
color: #aaaaaa;
}
.wl_single-product-item .action li .woolentor-compare.compare::before {
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
color: #fff;
font-size: 18px;
width: 100%;
height: 100%;
}
.wl_single-product-item .product-content .action li a:hover {
background: #2B2B4C;
}
.wl_single-product-item .product-content .action span.ht-product-action-tooltip {
display: none;
}
.wl_single-product-item .product-content .yith-wcwl-add-to-wishlist {
margin-top: 0;
}
.wl_single-product-item .product-content .yith-wcwl-add-button>a i {
margin-right: 0;
} .wl_product-accordion .card-body .product-content .product-acontent-bottom .action .btn_cart {
position: relative;
}
.wl_shop-accordion-wrap .card-body .product-content .product-acontent-bottom .action a.action-item.added, .wl_single-product-item .product-content .action .action-item.added {
display: none;
}
.wl_shop-accordion-wrap .card-body .product-content .product-acontent-bottom .action a.added_to_cart.wc-forward {
font-size: 0;
margin-right: 30px;
}
.wl_product-accordion .card-body .product-content .product-acontent-bottom .action a.added_to_cart.wc-forward {
font-size: 0;
margin-right: 30px;
}
.wl_single-product-item .product-content .action a.added_to_cart.wc-forward {
text-indent: -9999px;
}
.wl_single-product-item .product-content .action .action-item.loading:before {
position: absolute;
text-indent: 0;
content: "\e01c";
font-family: WooCommerce;
left: 0;
right: 0;
}
.wl_product-accordion .card-body .product-content .product-acontent-bottom .action a.added_to_cart.wc-forward:after, .wl_shop-accordion-wrap .card-body .product-content .product-acontent-bottom .action a.added_to_cart.wc-forward:after, .wl_single-product-item .product-content .action a.added_to_cart.wc-forward:after {
position: absolute;
text-indent: 0;
content: "\e017";
font-family: WooCommerce;
left: 0;
right: 0;
font-size: 18px;
}
.wl_product-accordion .card-body .product-content .product-acontent-bottom .action a.added_to_cart.wc-forward:after, .wl_shop-accordion-wrap .card-body .product-content .product-acontent-bottom .action a.added_to_cart.wc-forward:after {
font-size: 18px;
background: #fff;
display: inline-table;
height: 34px;
line-height: 34px;
border-radius: 50%;
padding: 0 9px;
margin-right: 70px;
color: #333;
}
.wl_product-accordion .card-body .product-content .product-acontent-bottom .action .action-item.added, .wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action .action-item.added {
display: none;
}
.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action a.added_to_cart.wc-forward {
height: 35px;
padding: 0 9px;
line-height: 35px;
background: transparent;
text-align: center;
border-radius: 35px;
border: 1px solid #0A3ACA;
color: #333;
margin-right: 10px
}
.woolentor-compare.compare{
-webkit-text-indent: -99999px;
text-indent: -99999px;
}
.wl_product-accordion .action .woocommerce.product.compare-button a:before,
.wl_horizontal-hover-accordion .action .woocommerce.product.compare-button a:before,
.wl_single-product-item .action li .woolentor-compare.compare::before {
content: "\f0ec";
position: absolute;
font-family: FontAwesome !important;
font-size: 18px;
text-indent: 0;
}
.wl_product-accordion .action .woocommerce.product.compare-button a:before {
top: 0;
}
.wl_horizontal-hover-accordion .action .woocommerce.product.compare-button a:before {
text-indent: 0;
left: 0;
right: 0;
color: #000;
border: 1px solid #0A3ACA;
width: 37px;
height: 37px;
line-height: 35px;
border-radius: 50%;
text-align: center;
}
.woocommerce.woolentor-product-curvy .wl_single-product-item .product-content .action li a:not(.added){ display: flex !important;
line-height: 40px !important;
align-items: center;
justify-content: center;
}  [class*="woolentor-grid-"].woolentor-block-slider{
margin: 0 -15px;
}
.ht-product.woolentor-slider-item {
padding: 0 15px;
}