: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-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;
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-card {
background: #ffffff;
border-radius: var(--woolentor-border-radius);
position: relative;
transition: var(--woolentor-transition);
border: 1px solid var(--woolentor-gray-200);
} .woolentor-product-item {
transition: all 0.3s ease;
} .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%;
}
.woolentor-product-card:hover .woolentor-product-secondary-img {
opacity: 1;
visibility: visible;
transform: scale(1.09);
} .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;
}
.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 { 
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 { 
opacity: .25; 
} 
a.woolentor-cart-btn.button.add_to_cart_button.ajax_add_to_cart.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); 
} 
@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: 2px solid var(--woolentor-primary-color);
outline-offset: 2px;
}
.woolentor-product-title a:focus,
.woolentor-cart-btn:focus,
.woolentor-wishlist-btn:focus,
.woolentor-quick-action:focus {
outline: 2px solid var(--woolentor-primary-color);
outline-offset: 2px;
} .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;
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;
} @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;
}
.woolentor-luxury-card:hover {
transform: translateY(-5px);
} .woolentor-luxury-card .woolentor-product-image {
position: relative;
width: 100%;
overflow: hidden;
background: #f7f7f6;
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: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;
}
.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;
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;
overflow: hidden;
font-weight: 500;
text-decoration: none;
}
.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;
}.fa.fa-glass:before{content:"\f000"}.fa.fa-address-book-o,.fa.fa-address-card-o,.fa.fa-arrow-circle-o-down,.fa.fa-arrow-circle-o-left,.fa.fa-arrow-circle-o-right,.fa.fa-arrow-circle-o-up,.fa.fa-bell-o,.fa.fa-bell-slash-o,.fa.fa-bookmark-o,.fa.fa-building-o,.fa.fa-calendar-check-o,.fa.fa-calendar-minus-o,.fa.fa-calendar-o,.fa.fa-calendar-plus-o,.fa.fa-calendar-times-o,.fa.fa-caret-square-o-down,.fa.fa-caret-square-o-left,.fa.fa-caret-square-o-right,.fa.fa-caret-square-o-up,.fa.fa-cc,.fa.fa-check-circle-o,.fa.fa-check-square-o,.fa.fa-circle-o,.fa.fa-circle-thin,.fa.fa-clock-o,.fa.fa-clone,.fa.fa-comment-o,.fa.fa-commenting-o,.fa.fa-comments-o,.fa.fa-compass,.fa.fa-copyright,.fa.fa-credit-card,.fa.fa-diamond,.fa.fa-dot-circle-o,.fa.fa-drivers-license-o,.fa.fa-edit,.fa.fa-envelope-o,.fa.fa-envelope-open-o,.fa.fa-eye,.fa.fa-eye-slash,.fa.fa-file-archive-o,.fa.fa-file-audio-o,.fa.fa-file-code-o,.fa.fa-file-excel-o,.fa.fa-file-image-o,.fa.fa-file-movie-o,.fa.fa-file-o,.fa.fa-file-pdf-o,.fa.fa-file-photo-o,.fa.fa-file-picture-o,.fa.fa-file-powerpoint-o,.fa.fa-file-sound-o,.fa.fa-file-text-o,.fa.fa-file-video-o,.fa.fa-file-word-o,.fa.fa-file-zip-o,.fa.fa-files-o,.fa.fa-flag-o,.fa.fa-floppy-o,.fa.fa-folder-o,.fa.fa-folder-open-o,.fa.fa-frown-o,.fa.fa-futbol-o,.fa.fa-hand-grab-o,.fa.fa-hand-lizard-o,.fa.fa-hand-o-down,.fa.fa-hand-o-left,.fa.fa-hand-o-right,.fa.fa-hand-o-up,.fa.fa-hand-paper-o,.fa.fa-hand-peace-o,.fa.fa-hand-pointer-o,.fa.fa-hand-rock-o,.fa.fa-hand-scissors-o,.fa.fa-hand-spock-o,.fa.fa-hand-stop-o,.fa.fa-handshake-o,.fa.fa-hdd-o,.fa.fa-heart-o,.fa.fa-hospital-o,.fa.fa-id-badge,.fa.fa-id-card-o,.fa.fa-image,.fa.fa-keyboard-o,.fa.fa-lemon-o,.fa.fa-lightbulb-o,.fa.fa-list-alt,.fa.fa-map-o,.fa.fa-meh-o,.fa.fa-minus-square-o,.fa.fa-moon-o,.fa.fa-newspaper-o,.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-paper-plane-o,.fa.fa-pause-circle-o,.fa.fa-pencil-square-o,.fa.fa-photo,.fa.fa-picture-o,.fa.fa-play-circle-o,.fa.fa-plus-square-o,.fa.fa-question-circle-o,.fa.fa-registered,.fa.fa-save,.fa.fa-send-o,.fa.fa-smile-o,.fa.fa-snowflake-o,.fa.fa-soccer-ball-o,.fa.fa-square-o,.fa.fa-star-half-empty,.fa.fa-star-half-full,.fa.fa-star-half-o,.fa.fa-star-o,.fa.fa-sticky-note-o,.fa.fa-stop-circle-o,.fa.fa-sun-o,.fa.fa-thumbs-o-down,.fa.fa-thumbs-o-up,.fa.fa-times-circle-o,.fa.fa-times-rectangle-o,.fa.fa-toggle-down,.fa.fa-toggle-left,.fa.fa-toggle-right,.fa.fa-toggle-up,.fa.fa-trash-o,.fa.fa-user-circle-o,.fa.fa-user-o,.fa.fa-vcard-o,.fa.fa-window-close-o,.fa.fa-window-maximize,.fa.fa-window-restore{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o:before,.fa.fa-trash:before{content:"\f2ed"}.fa.fa-home:before{content:"\f015"}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt:before{content:"\f022"}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-image:before,.fa.fa-photo:before,.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-edit:before,.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart-o:before,.fa.fa-bar-chart:before{content:"\e0e3"}.fa.fa-500px,.fa.fa-adn,.fa.fa-amazon,.fa.fa-android,.fa.fa-angellist,.fa.fa-apple,.fa.fa-bandcamp,.fa.fa-behance,.fa.fa-behance-square,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-bitcoin,.fa.fa-black-tie,.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-btc,.fa.fa-buysellads,.fa.fa-cc-amex,.fa.fa-cc-diners-club,.fa.fa-cc-discover,.fa.fa-cc-jcb,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-chrome,.fa.fa-codepen,.fa.fa-codiepie,.fa.fa-connectdevelop,.fa.fa-contao,.fa.fa-creative-commons,.fa.fa-css3,.fa.fa-dashcube,.fa.fa-delicious,.fa.fa-deviantart,.fa.fa-digg,.fa.fa-dribbble,.fa.fa-dropbox,.fa.fa-drupal,.fa.fa-edge,.fa.fa-eercast,.fa.fa-empire,.fa.fa-envira,.fa.fa-etsy,.fa.fa-expeditedssl,.fa.fa-fa,.fa.fa-facebook,.fa.fa-facebook-f,.fa.fa-facebook-official,.fa.fa-facebook-square,.fa.fa-firefox,.fa.fa-first-order,.fa.fa-flickr,.fa.fa-font-awesome,.fa.fa-fonticons,.fa.fa-fort-awesome,.fa.fa-forumbee,.fa.fa-foursquare,.fa.fa-free-code-camp,.fa.fa-ge,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-git,.fa.fa-git-square,.fa.fa-github,.fa.fa-github-alt,.fa.fa-github-square,.fa.fa-gitlab,.fa.fa-gittip,.fa.fa-glide,.fa.fa-glide-g,.fa.fa-google,.fa.fa-google-plus,.fa.fa-google-plus-circle,.fa.fa-google-plus-official,.fa.fa-google-plus-square,.fa.fa-google-wallet,.fa.fa-gratipay,.fa.fa-grav,.fa.fa-hacker-news,.fa.fa-houzz,.fa.fa-html5,.fa.fa-imdb,.fa.fa-instagram,.fa.fa-internet-explorer,.fa.fa-ioxhost,.fa.fa-joomla,.fa.fa-jsfiddle,.fa.fa-lastfm,.fa.fa-lastfm-square,.fa.fa-leanpub,.fa.fa-linkedin,.fa.fa-linkedin-square,.fa.fa-linode,.fa.fa-linux,.fa.fa-maxcdn,.fa.fa-medium,.fa.fa-meetup,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opencart,.fa.fa-openid,.fa.fa-opera,.fa.fa-optin-monster,.fa.fa-pagelines,.fa.fa-paypal,.fa.fa-pied-piper,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-pinterest,.fa.fa-pinterest-p,.fa.fa-pinterest-square,.fa.fa-product-hunt,.fa.fa-qq,.fa.fa-quora,.fa.fa-ra,.fa.fa-ravelry,.fa.fa-rebel,.fa.fa-reddit,.fa.fa-reddit-alien,.fa.fa-reddit-square,.fa.fa-renren,.fa.fa-resistance,.fa.fa-safari,.fa.fa-scribd,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas,.fa.fa-skype,.fa.fa-slack,.fa.fa-slideshare,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-soundcloud,.fa.fa-spotify,.fa.fa-stack-exchange,.fa.fa-stack-overflow,.fa.fa-steam,.fa.fa-steam-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-superpowers,.fa.fa-telegram,.fa.fa-tencent-weibo,.fa.fa-themeisle,.fa.fa-trello,.fa.fa-tumblr,.fa.fa-tumblr-square,.fa.fa-twitch,.fa.fa-twitter,.fa.fa-twitter-square,.fa.fa-usb,.fa.fa-viacoin,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-vimeo,.fa.fa-vimeo-square,.fa.fa-vine,.fa.fa-vk,.fa.fa-wechat,.fa.fa-weibo,.fa.fa-weixin,.fa.fa-whatsapp,.fa.fa-wheelchair-alt,.fa.fa-wikipedia-w,.fa.fa-windows,.fa.fa-wordpress,.fa.fa-wpbeginner,.fa.fa-wpexplorer,.fa.fa-wpforms,.fa.fa-xing,.fa.fa-xing-square,.fa.fa-y-combinator,.fa.fa-y-combinator-square,.fa.fa-yahoo,.fa.fa-yc,.fa.fa-yc-square,.fa.fa-yelp,.fa.fa-yoast,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-twitter-square:before{content:"\f081"}.fa.fa-facebook-square:before{content:"\f082"}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square:before{content:"\f092"}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook-f:before,.fa.fa-facebook:before{content:"\f39e"}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-globe:before{content:"\f57d"}.fa.fa-tasks:before{content:"\f828"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-cut:before{content:"\f0c4"}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o:before,.fa.fa-save:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-magic:before{content:"\e2ca"}.fa.fa-pinterest-square:before{content:"\f0d3"}.fa.fa-google-plus-square:before{content:"\f0d4"}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f625"}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard:before{content:"\f0ea"}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f0ed"}.fa.fa-cloud-upload:before{content:"\f0ee"}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o:before,.fa.fa-file-text:before{content:"\f15c"}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o:before,.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-empty:before,.fa.fa-star-half-full:before,.fa.fa-star-half-o:before{content:"\f5c0"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before,.fa.fa-unlink:before{content:"\f127"}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-unlock-alt:before{content:"\f09c"}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-caret-square-o-down:before,.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up:before,.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right:before,.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\24"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\e1bc"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f884"}.fa.fa-sort-amount-desc:before{content:"\f160"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-youtube-square:before{content:"\f431"}.fa.fa-xing-square:before{content:"\f169"}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr-square:before{content:"\f174"}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left:before,.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square:before{content:"\f194"}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\e2bb"}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-reddit-square:before{content:"\f1a2"}.fa.fa-behance-square:before{content:"\f1b5"}.fa.fa-steam-square:before{content:"\f1b7"}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-cab:before{content:"\f1ba"}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o:before,.fa.fa-file-photo-o:before,.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o:before,.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o:before,.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-movie-o:before,.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-life-bouy:before,.fa.fa-life-buoy:before,.fa.fa-life-saver:before,.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra:before,.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git-square:before{content:"\f1d2"}.fa.fa-y-combinator-square:before,.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-paper-plane-o:before,.fa.fa-send-o:before,.fa.fa-send:before{content:"\f1d8"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-futbol-o:before,.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-lastfm-square:before{content:"\f203"}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before,.fa.fa-transgender:before{content:"\f224"}.fa.fa-transgender-alt:before{content:"\f225"}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-hotel:before{content:"\f236"}.fa.fa-yc:before{content:"\f23b"}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-grab-o:before,.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-paper-o:before,.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-odnoklassniki-square:before{content:"\f264"}.fa.fa-television:before{content:"\f26c"}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting-o:before,.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-viadeo-square:before{content:"\f2aa"}.fa.fa-snapchat-ghost:before{content:"\f2ab"}.fa.fa-snapchat-square:before{content:"\f2ad"}.fa.fa-google-plus-circle:before,.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-address-card-o:before,.fa.fa-vcard-o:before,.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o:before{content:"\f007"}.fa.fa-drivers-license-o:before,.fa.fa-drivers-license:before,.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-times-rectangle-o:before,.fa.fa-times-rectangle:before,.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o:before{content:"\f2dc"}