@font-face {
font-family: "Montserrat";
src: url(//ahnira.in/wp-content/themes/storefront-child-ahnira/assests/fonts/Montserrat-Regular.ttf) format("truetype");
font-weight: normal;
font-style: normal;
}
:root { --primary-color: #65378b;
--primary-hover: #5a189a;
--secondary-color: #1a1a1a;
--box-shadow-color: #7b2cbf33;
--oos-color: #ff0000;
--text-color: #1a1a1a;
--text-muted: #8c7a7d;
--bg-color: #ffffff;
--bg-light: #fbf9fe;
--border-color: #e5e1eb;
--gold: #d4af37;
--font-family: "Montserrat", sans-serif;
--box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
--transition: all 0.3s ease;
--cta-gradient: linear-gradient(90deg, #e56eeb -13.59%, #8863fb 111.41%);
}
body {
overflow: visible;
color: var(--secondary-color);
font-family: var(--font-family);
}
a:focus,
input:focus,
textarea:focus,
button:focus {
outline: none;
}
#respond {
background-color: transparent;
}
ul,
ol {
margin: 0;
}
.single-product div.product {
overflow: visible;
}  .text-warning {
color: #fbbf24 !important;
}
body {
font-family: var(--font-family);
color: var(--text-color);
background-color: var(--bg-color);
line-height: 1.6;
margin: 0;
-webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-family);
font-weight: 700;
color: var(--secondary-color);
margin-bottom: 1rem;
}
a {
color: var(--secondary-color);
transition: var(--transition);
text-decoration: none;
}
a:hover {
color: var(--primary-color);
} button,
.button,
input[type="submit"],
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
background-color: var(--primary-color);
color: #fff;
font-family: var(--font-family);
font-weight: 600;
padding: 10px;
border-radius: 2px;
border: none !important;
transition: var(--transition) !important;
cursor: pointer;
text-transform: capitalize;
font-size: 14px;
letter-spacing: 0.5px;
}
button:hover,
.button:hover,
input[type="submit"]:hover {
background-color: var(--primary-color);
color: #fff;
} input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
font-family: var(--font-family);
padding: 12px 15px;
border: 1px solid var(--border-color);
border-radius: 4px;
width: 100%;
margin-bottom: 15px;
transition: var(--transition);
}
input:focus,
textarea:focus {
border-color: var(--primary-color);
outline: none;
box-shadow: 0 0 0 2px rgba(255, 77, 109, 0.1);
} .site {
overflow-x: visible;
}
.page-top-bar {
background-color: var(--primary-color);
color: #fff;
padding: 8px 0;
font-size: 13px;
font-weight: 600;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
z-index: 999;
position: sticky;
} .site-header {
background-color: #fff;
position: sticky;
top: 0;
z-index: 1000;
padding: 10px 0 !important;
margin-bottom: 0 !important;
box-shadow: var(--box-shadow);
}
.header-inner {
display: flex;
align-items: center;
justify-content: space-between;
} .site-header .site-logo-anchor img,
.site-header .site-logo-link img,
.site-header .custom-logo-link img {
max-width: 120px;
}
.header-logo-wrapper img {
max-height: 100%;
width: auto;
display: block;
} .header-navigation-wrapper .primary-navigation ul.menu {
display: flex;
gap: 30px;
list-style: none;
padding: 0;
margin: 0;
}
.header-navigation-wrapper .primary-navigation ul.menu > li > a,
.header-navigation-wrapper .ahnira-mega-menu ul.sub-menu > li > a {
font-weight: 600;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.5px;
color: var(--secondary-color);
padding: 10px 0 0 0;
display: inline-block;
position: relative;
}
.header-navigation-wrapper .ahnira-mega-menu ul.sub-menu > li > a {
padding: 0 !important;
font-weight: 400 !important;
margin-bottom: 0 !important;
}
.header-navigation-wrapper .primary-navigation ul.menu > li > a::after,
.header-navigation-wrapper .ahnira-mega-menu ul.sub-menu > li > a::after {
content: "";
position: absolute;
width: 0;
height: 1.5px;
bottom: 0;
left: 0;
background-color: var(--primary-color);
transition: width 0.3s ease;
}
.header-navigation-wrapper .primary-navigation ul.menu > li > a:hover::after,
.header-navigation-wrapper .ahnira-mega-menu ul.sub-menu > li > a:hover::after {
width: 100%;
}
.header-navigation-wrapper .primary-navigation ul.menu > li > a:hover,
.header-navigation-wrapper .ahnira-mega-menu ul.sub-menu > li > a:hover {
color: var(--primary-color);
} .header-actions-wrapper {
display: flex;
align-items: center;
gap: 15px;
}
.header-icons {
display: flex;
align-items: center;
gap: 15px;
}
.header-action-btn {
font-size: 20px;
color: var(--secondary-color);
position: relative;
display: flex;
align-items: center;
transition:
transform 0.3s ease,
color 0.3s ease;
}
.header-action-btn:hover,
.header-icons a:hover,
.header-icons a:hover svg,
.header-icons a:hover path {
color: var(--primary-color);
fill: var(--primary-color);
transform: scale(1.15);
} .cart-count,
.wishlist_products_counter_number {
position: absolute;
top: -5px;
right: -10px;
background-color: var(--primary-color);
color: #fff !important;
font-size: 10px;
width: 18px;
height: 18px;
border-radius: 50%;
display: flex !important;
align-items: center;
justify-content: center;
font-weight: 700;
z-index: 10;
padding: 0 !important;
line-height: 1;
} .header-wishlist-wrapper {
display: flex;
align-items: center;
}
.header-wishlist-wrapper .wishlist_products_counter {
position: relative;
display: flex !important;
align-items: center;
justify-content: center;
font-size: 20px;
color: var(--secondary-color) !important;
transition:
transform 0.3s ease,
color 0.3s ease;
text-decoration: none !important;
margin: 0 !important;
padding: 0 !important;
}
.header-wishlist-wrapper .wishlist_products_counter i {
font-size: 20px;
}
.header-wishlist-wrapper .wishlist_products_counter:hover {
color: var(--primary-color) !important;
transform: scale(1.15);
}
.wishlist_products_counter_number {
top: -10px;
} .header-wishlist-wrapper .wishlist_products_counter_text {
display: none !important;
} .mobile-menu-toggle .toggle-btn {
background: none;
border: none;
font-size: 24px;
color: var(--secondary-color);
cursor: pointer;
padding: 0 !important;
}
@media (max-width: 1199px) {
.header-navigation-wrapper {
display: none !important;
}
.header-logo-wrapper {
flex: 1;
text-align: center;
}
.header-search-icon {
display: none !important;
}
}
@media (max-width: 767px) {
.header-inner {
flex-wrap: wrap;
}
.header-logo-wrapper {
order: 2;
}
.mobile-menu-toggle {
order: 1;
flex: 0 0 40px;
}
.header-actions-wrapper {
order: 3;
flex: 0 0 auto;
}
.header-search-mobile { width: 100%; display: block !important;
}
.header-actions-wrapper {
gap: 10px;
}
.mobile-fixed-bootom {
position: fixed;
bottom: 0;
background-color: #fff;
z-index: 999;
width: 100%;
display: flex;
left: 0;
padding: 12px;
box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
margin: 0;
}
.sections-grid {
margin-top: 0 !important;
}
} .page-mobile-main-menu {
position: fixed;
top: 0;
left: -100%;
width: 300px;
height: 100%;
background-color: #fff;
z-index: 9999;
transition: var(--transition);
box-shadow: var(--box-shadow);
overflow-y: auto;
}
body.page-mobile-menu-opened .page-mobile-main-menu {
left: 0;
}
body.page-mobile-menu-opened::after {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 9998;
}
.page-close-mobile-menu {
padding: 20px;
font-size: 24px;
color: var(--secondary-color);
cursor: pointer;
text-align: right;
}
.page-mobile-menu-content {
padding: 0 20px 40px;
}
.page-mobile-menu-content ul {
list-style: none;
padding: 0;
margin: 0;
}
.page-mobile-menu-content ul li {
border-bottom: 1px solid var(--border-color);
}
.page-mobile-menu-content ul li a {
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px 0;
font-weight: 600;
font-size: 16px;
color: var(--secondary-color);
} .toggle-sub-menu {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
cursor: pointer;
transition: transform 0.3s ease;
margin-right: -10px; }
.opened > a .toggle-sub-menu {
transform: rotate(180deg);
}
.page-mobile-menu-content .sub-menu {
display: none;
list-style: none;
padding-left: 15px; margin-bottom: 10px;
}
.page-mobile-menu-content .sub-menu li {
border-bottom: none;
}
.page-mobile-menu-content .sub-menu li a {
padding: 10px 0;
font-size: 14px;
font-weight: 500;
} .site-footer {
background-color: #f7f7f7 !important;
padding: 0 !important;
border-top: 1px solid var(--border-color);
}
.site-footer a {
text-decoration: none;
}
.footer-main {
padding-top: 60px !important;
padding-bottom: 40px !important;
}
.footer-title {
font-size: 16px;
font-weight: 800;
color: var(--primary-color);
text-transform: uppercase;
margin-bottom: 25px;
letter-spacing: 1px;
}
.footer-description {
font-size: 14px;
color: var(--text-muted);
line-height: 1.8;
margin-bottom: 20px;
}
.contact-info p {
margin-bottom: 8px;
font-size: 14px;
font-weight: 500;
}
.contact-info a {
color: var(--secondary-color);
}
.contact-info a:hover {
color: var(--primary-color);
}
.footer-links {
margin: 0;
padding: 0;
}
.footer-links li {
margin-bottom: 12px;
list-style: none;
}
.footer-links li a {
font-size: 14px;
color: var(--secondary-color);
font-weight: 500;
text-decoration: none;
transition: var(--transition);
}
.footer-links li a:hover,
.site-footer a:hover {
color: var(--primary-color) !important;  } .newsletter-text {
font-size: 14px;
color: var(--text-muted);
margin-bottom: 20px;
}
.newsletter-input-group {
display: flex;
overflow: hidden;
border-radius: 4px;
border: 1px solid #ced4da;
background: #fff;
}
.newsletter-input-group .form-control {
border: none !important;
margin-bottom: 0 !important;
padding: 10px 15px;
flex-grow: 1;
font-family: var(--font-family);
font-size: 14px;
}
.newsletter-submit {
background-color: var(--primary-color) !important;
color: #fff !important;
border: none !important;
padding: 10px 20px !important;
font-size: 13px !important;
font-weight: 700 !important;
border-radius: 0 !important;
text-transform: uppercase;
cursor: pointer;
white-space: nowrap;
} .footer-bottom {
border-top: 1px solid #e9ecef;
}
.copyright-text p {
margin: 0;
font-size: 14px;
color: var(--text-muted);
font-weight: 500;
}
.payment-placeholder {
max-height: 25px;
width: auto;
}
.social-icons {
display: flex;
gap: 15px;
align-items: center;
}
.social-icons a {
display: inline-block;
width: 20px;
height: 20px;
color: var(--secondary-color);
transition: var(--transition);
}
.social-icons a:hover {
color: var(--primary-color) !important;
transform: translateY(-3px);
}
.social-icons svg {
width: 100%;
height: 100%;
display: block;
} @media (max-width: 991px) {
.footer-col {
text-align: left;
}
}
@media (max-width: 767px) {
.footer-main {
padding-top: 30px !important;
padding-bottom: 10px !important;
}
.footer-bottom {
text-align: center;
}
.payment-methods {
margin-top: 15px;
text-align: center !important;
}
}
.storefront-full-width-content .woocommerce-products-header {
padding: 0;
} .grid-wrapper {
row-gap: 30px;
}
.shop-page ul.products li.product {
padding: 0;
}
.product-wrapper {
background: #fff; overflow: hidden;
transition: all 0.3s ease; display: flex;
flex-direction: column;
height: 100%;
}
.product-wrapper:hover {  }
.product-thumbnail {
position: relative;
aspect-ratio: 1/1;
overflow: hidden;
background-color: #f8f8f8;
}
.thumbnail-wrapper {
position: relative;
width: 100%;
height: 100%;
}
.product-main-thumbnail img,
.product-hover-thumbnail img {
width: 100% !important;
height: 100% !important;
object-fit: cover;
transition: transform 0.7s ease;
margin: 0 !important;
}
.product-hover-thumbnail {
position: absolute !important;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: all 0.5s ease;
z-index: 1;
}
.product-main-thumbnail {
transition: all 0.5s ease;
height: 100%;
}
.onsale-label,
.out-of-stock-wrapper {
position: absolute;
top: 12px;
left: 12px;
z-index: 10;
}
.onsale-label .onsale,
.out-of-stock-top {
color: #fff !important;
font-size: 11px !important;
font-weight: 700 !important;
padding: 5px 10px !important;
border-radius: 4px !important;
min-height: auto !important;
line-height: 1 !important;
margin: 0 !important;
}
.onsale-label .onsale {
background-color: var(--primary-color) !important;
}
.out-of-stock-top {
background-color: var(--oos-color) !important;
} .product-review-badge {
position: absolute;
bottom: 5px;
left: 5px;
z-index: 10;
}
.review-badge-inner {
display: inline-flex;
align-items: center;
gap: 4px;
background: rgba(255, 255, 255, 0.92);
backdrop-filter: blur(4px);
color: var(--secondary-color) !important;
font-size: 11px !important;
font-weight: 700 !important;
padding: 5px 9px !important;
border-radius: 4px !important;
line-height: 1 !important; white-space: nowrap;
}
.review-star-icon {
width: 11px;
height: 11px;
color: #f5a623;
flex-shrink: 0;
}
.quick-view-wrapper {
position: absolute;
top: 12px;
right: 12px;
z-index: 10;
display: flex;
flex-direction: column;
gap: 8px;
} .product-image-wishlist-btn {
position: absolute;
top: 14px;
right: 14px;
z-index: 20;
display: flex;
align-items: center;
justify-content: center;
}
.tinv-wla-wrapper {
margin: 0 !important;
}
.tinvwl_add_to_wishlist_button {
background: rgba(255, 255, 255, 0.8) !important;
backdrop-filter: blur(4px);
width: 40px !important;
height: 40px !important;
border-radius: 50% !important;
display: block !important;
color: #666 !important;
transition: all 0.3s ease !important;
border: none !important;
padding: 0 !important;
position: relative !important;
text-decoration: none !important;
}
.tinvwl_add_to_wishlist_button:hover {
background: var(--primary-color) !important;
color: #fff !important;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
font-size: 30px !important;
margin: 0 !important;
display: block !important;
line-height: 1 !important;
position: absolute !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
}
.tinv-wraper {
position: relative !important;
display: inline-block !important;
}
.tinvwl-tooltip {
position: absolute !important;
top: calc(100% + 5px) !important;
right: 0 !important;
background: var(--secondary-color) !important;
color: #fff !important;
padding: 5px 10px !important;
border-radius: 4px !important;
font-size: 11px !important;
white-space: nowrap !important;
opacity: 0 !important;
visibility: hidden !important;
transition: var(--transition) !important;
pointer-events: none !important;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
z-index: 100 !important;
display: block !important;
}
.tinv-wraper:hover .tinvwl-tooltip {
opacity: 1 !important;
visibility: visible !important;
top: calc(100% + 8px) !important;
}
.product-action {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 15 30px;
transform: translateY(100%);
opacity: 0;
transition: all 0.3s ease;
z-index: 11;
}
.product-wrapper:hover .product-action {
transform: translateY(0);
opacity: 1;
}
@media (min-width: 992px) {
.product-wrapper:hover .product-hover-thumbnail {
opacity: 1;
}
.product-wrapper:hover .product-main-thumbnail img {
transform: scale(1.1);
opacity: 0;
}
}
@media (max-width: 767px) {
.tinvwl_add_to_wishlist_button {
width: 25px !important;
height: 25px !important;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
font-size: 22px !important;
}
} @media (max-width: 1199px) {
.sidebar-left {
position: fixed !important;
top: 0;
left: -350px;
width: 90%;
height: 100vh;
background: #fff;
z-index: 10001 !important;
transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
overflow-y: auto;
padding: 30px;
margin: 0 !important;
}
body.sidebar-opened .sidebar-left {
left: 0;
}
.sidebar-opened::after {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 10000;
backdrop-filter: blur(2px);
}
.btn-close-off-sidebar {
position: absolute;
top: -15px;
right: -15px;
font-size: 24px;
color: var(--secondary-color);
cursor: pointer;
z-index: 10;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: #f8f8f8;
border-radius: 50%;
transition: var(--transition);
}
.btn-close-off-sidebar:hover {
background: var(--primary-color);
color: #fff !important;
}
} @media (min-width: 1200px) {
.sidebar-left {
position: relative !important;
padding: 0;
background: transparent;
box-shadow: none;
height: auto;
width: 100%;
left: 0 !important;
}
.btn-close-off-sidebar,
.filter-button-wrapper {
display: none !important;
}
.sidebar-wrapper {
display: block !important;
}
}
.sidebar-inner {
position: relative;
height: 100%;
}
.btn-close-off-sidebar i {
color: inherit !important;
}
.filter-button-wrapper {
display: flex;
align-items: center;
gap: 10px;
cursor: pointer;
padding: 10px 20px;
background: #f8f8f8;
border-radius: 50px;
width: fit-content;
transition: var(--transition);
margin-bottom: 20px;
}
.filter-button-wrapper:hover {
background: var(--primary-color);
color: #fff;
}
.filter-button-wrapper:hover i,
.filter-button-wrapper:hover a {
color: #fff !important;
}
.filter-header h5 {
font-size: 20px;
font-weight: 700;
color: var(--secondary-color);
}
.clear-all-filters {
font-size: 14px;
font-weight: 600;
color: var(--primary-color);
text-decoration: none;
}
.clear-all-filters:hover {
text-decoration: underline;
} .custom-filter-widget {
margin-bottom: 30px;
}
.filter-head {
display: flex !important;
justify-content: space-between;
align-items: center;
cursor: pointer;
}
.filter-head h3 {
font-size: 16px !important;
font-weight: 700 !important;
margin: 0 !important;
color: var(--secondary-color) !important;
flex-grow: 1;
display: flex;
justify-content: space-between;
align-items: center;
}
.filter-head i {
font-size: 12px !important;
color: #adb5bd !important;
transition: transform 0.3s ease;
} .irs--flat .irs-line {
background-color: #f1f1f1 !important;
height: 6px !important;
top: 33px !important;
border-radius: 10px !important;
}
.irs--flat .irs-bar {
background-color: var(--primary-color) !important;
height: 6px !important;
top: 33px !important;
}
.irs--flat .irs-handle {
background-color: var(--primary-color) !important;
border-color: var(--primary-color) !important;
width: 20px !important;
height: 20px !important;
top: 26px !important;
box-shadow: 0 0 0 4px rgba(123, 44, 191, 0.15) !important;
cursor: pointer !important;
border-radius: 50% !important;
}
.irs--flat .irs-handle:hover,
.irs--flat .irs-handle.state_hover {
background-color: var(--primary-color) !important;
border-color: var(--primary-color) !important;
box-shadow: 0 0 0 6px rgba(123, 44, 191, 0.25) !important;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
background-color: transparent !important;
color: var(--secondary-color) !important;
font-size: 13px !important;
font-weight: 700 !important;
top: 55px !important;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before,
.irs--flat .irs-min,
.irs--flat .irs-max {
display: none !important;
}
.irs--flat .irs-handle > i:first-child {
display: none !important;
} .custom-checkbox-list {
list-style: none;
padding: 0;
margin: 0;
}
.custom-check {
margin-bottom: 12px;
display: flex;
align-items: center;
}
.custom-check input[type="checkbox"] {
display: none;
}
.custom-check label {
position: relative;
padding-left: 30px;
cursor: pointer;
font-size: 15px;
font-weight: 500;
color: var(--text-color);
line-height: 20px;
margin-bottom: 0;
}
.custom-check label:before {
content: "";
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 20px;
height: 20px;
border: 1.5px solid #dee2e6;
border-radius: 4px;
background: #fff;
transition: var(--transition);
}
.custom-check input[type="checkbox"]:checked + label:before {
background-color: var(--primary-color);
border-color: var(--primary-color);
}
.custom-check input[type="checkbox"]:checked + label:after {
content: "\f00c";
font-family: "Font Awesome 6 Free";
font-weight: 900;
position: absolute;
left: 4px;
top: 50%;
transform: translateY(-50%);
color: #fff;
font-size: 12px;
} .shop-main-page > .row > .sidebar-wrapper {
display: none;
}
.sidebar-opened .shop-main-page > .row > .sidebar-wrapper {
display: block; }
@media (min-width: 1200px) {
.shop-main-page .col-xl-9 {
flex: 0 0 75%;
max-width: 75%;
}
} .product-action {
display: flex !important;
opacity: 0;
visibility: hidden;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 15px 30px; transition: all 0.3s ease;
z-index: 10;
}
.product-wrapper:hover .product-action {
opacity: 1;
visibility: visible;
bottom: 20px;
}
.product-action .button {
width: 100% !important;
color: #fff !important;
background-color: var(--primary-color) !important;
font-weight: 700 !important;
padding: 8px 0px !important;
border-radius: 2px !important; font-size: 14px !important;
border: none !important;
transition:
transform 0.3s ease,
box-shadow 0.3s ease !important;
text-align: center;
}
.product-action .button:hover {
transform: translateY(-3px);  }
.add-to-cart-cta {
margin-top: auto;
display: none; padding-top: 10px;
}
.add-to-cart-cta .button {
width: 100% !important;
background-color: var(--primary-color) !important;
color: #fff !important;
font-weight: 700 !important;
padding: 10px !important;
border-radius: 2px !important;
box-shadow: none; font-size: 18px;
border: none !important;
text-align: center;
} @media (max-width: 1199px) {
.product-action {
display: none !important;
}
.add-to-cart-cta {
display: block !important;
}
} @media (min-width: 1200px) {
.add-to-cart-cta {
display: none !important;
}
}
.product-info {
padding-top: 5px;
flex-grow: 1;
display: flex;
flex-direction: column;
}
.product-title {
font-size: 16px !important;
font-weight: 400 !important;
margin-bottom: 8px !important;
color: var(--secondary-color) !important;
}
.product-info .price,
.woocommerce-Price-amount {
font-size: 18px;
font-weight: 700;
color: var(--secondary-color); display: flex;
align-items: center;
gap: 8px;
}
.product-info .price del,
.product-info .price del .woocommerce-Price-amount {
color: #999;
font-size: 14px;
font-weight: 400;
margin-right: 4px;
}
.product-info .price ins {
text-decoration: none;
}
.product-info .star-rating {
margin-bottom: 10px;
font-size: 12px;
}
.storefront-breadcrumb {
margin: 0;
} .result-count-wrap {
font-size: 15px;
color: var(--secondary-color);
font-weight: 700;
margin-right: 15px;
}
.result-count-wrap .woocommerce-result-count {
margin: 0 !important;
}
.active-filters-display {
display: flex;
flex-wrap: wrap;
gap: 10px;
align-items: center;
}
.active-filter-chip {
display: inline-flex;
align-items: center;
background-color: #f8f1ff;
color: var(--primary-color);
padding: 6px 14px;
border-radius: 50px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
border: 1px solid rgba(123, 44, 191, 0.1);
transition: all 0.3s ease;
box-shadow: 0 2px 4px rgba(123, 44, 191, 0.05);
}
.active-filter-chip:hover {
background-color: var(--primary-color);
color: #fff;
border-color: var(--primary-color);
box-shadow: 0 4px 8px rgba(123, 44, 191, 0.2);
transform: translateY(-1px);
}
.active-filter-chip i {
margin-left: 8px;
font-size: 11px;
opacity: 0.7;
transition: all 0.3s ease;
}
.active-filter-chip:hover i {
opacity: 1;
transform: rotate(90deg);
}
.price-chip {
background-color: #fff4e6;
color: #d9480f;
border-color: rgba(217, 72, 15, 0.1);
}
.price-chip:hover {
background-color: #d9480f;
border-color: #d9480f;
} .active-filters-display {
display: flex;
flex-wrap: wrap;
gap: 10px;
align-items: center;
} @media (min-width: 1200px) {
.sidebar-left.tm-sticky-column {
z-index: 99;
max-height: 100vh;
overflow-y: auto;
position: sticky !important;
top: 120px;
display: block;
padding: 0 12px;
} .sidebar-left.tm-sticky-column::-webkit-scrollbar {
width: 4px;
}
.sidebar-left.tm-sticky-column::-webkit-scrollbar-track {
background: transparent;
}
.sidebar-left.tm-sticky-column::-webkit-scrollbar-thumb {
background: #eee;
border-radius: 10px;
}
} .shop-main-page .filter-row {
margin-bottom: 25px;  align-items: center;
}
.result-count-wrap {
font-size: 14px;
color: #666;
font-weight: 500;
} .shop-banner-header {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding: 80px 0 !important;
margin-bottom: 50px !important;
color: #fff;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
min-height: 250px;
}
.banner-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4); z-index: 1;
}
.banner-content {
position: relative;
z-index: 2;
width: 100%;
}
.banner-title {
font-size: 36px !important;
font-weight: 700 !important;
color: #fff !important;
margin-bottom: 10px !important;
text-transform: capitalize;
}
.shop-banner-header .page-breadcrumb {
background: transparent !important;
padding: 0 !important;
margin: 0 !important;
}
.shop-banner-header .woocommerce-breadcrumb {
margin: 0 !important;
color: rgba(255, 255, 255, 0.9) !important;
font-weight: 500;
justify-content: center;
}
.shop-banner-header .woocommerce-breadcrumb a {
color: #fff !important;
text-decoration: none;
}
.shop-banner-header .woocommerce-breadcrumb .breadcrumb-separator {
margin: 0 8px;
color: rgba(255, 255, 255, 0.6);
} .shop-main-page .breadcrumb-wrap {
display: none;
}
@media (max-width: 768px) {
.add-to-cart-cta .button {
font-size: 13px !important;
padding: 10px 5px !important;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.shop-banner-header {
padding: 60px 0 !important;
min-height: 200px;
}
.product-info .price,
.woocommerce-Price-amount {
font-size: 14px;
}
.product-title {
font-size: 14px !important;
}
.product-info .price del,
.product-info .price del .woocommerce-Price-amount {
font-size: 10px;
}
}
.product-info .price ins {
text-decoration: none;
}
.product-info .star-rating {
margin-bottom: 10px;
font-size: 12px;
}
.storefront-breadcrumb {
margin: 0;
padding: 15px 0;
} .result-count-wrap {
font-size: 15px;
color: var(--secondary-color);
font-weight: 700;
margin-right: 15px;
}
.result-count-wrap .woocommerce-result-count {
margin: 0 !important;
}
.active-filters-display {
display: flex;
flex-wrap: wrap;
gap: 10px;
align-items: center;
}
.active-filter-chip {
display: inline-flex;
align-items: center;
background-color: #f8f1ff;
color: var(--primary-color);
padding: 6px 14px;
border-radius: 50px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
border: 1px solid rgba(123, 44, 191, 0.1);
transition: all 0.3s ease;
box-shadow: 0 2px 4px rgba(123, 44, 191, 0.05);
}
.active-filter-chip:hover {
background-color: var(--primary-color);
color: #fff;
border-color: var(--primary-color);
box-shadow: 0 4px 8px rgba(123, 44, 191, 0.2);
transform: translateY(-1px);
}
.active-filter-chip i {
margin-left: 8px;
font-size: 11px;
opacity: 0.7;
transition: all 0.3s ease;
}
.active-filter-chip:hover i {
opacity: 1;
transform: rotate(90deg);
}
.price-chip {
background-color: #fff4e6;
color: #d9480f;
border-color: rgba(217, 72, 15, 0.1);
}
.price-chip:hover {
background-color: #d9480f;
border-color: #d9480f;
} .active-filters-display {
display: flex;
flex-wrap: wrap;
gap: 10px;
align-items: center;
} @media (min-width: 1200px) {
.sidebar-left.tm-sticky-column {
z-index: 99;
max-height: 100vh;
overflow-y: auto;
position: sticky !important;
top: 120px;
display: block;
} .sidebar-left.tm-sticky-column::-webkit-scrollbar {
width: 4px;
}
.sidebar-left.tm-sticky-column::-webkit-scrollbar-track {
background: transparent;
}
.sidebar-left.tm-sticky-column::-webkit-scrollbar-thumb {
background: #eee;
border-radius: 10px;
}
} .shop-main-page .filter-row {
margin-bottom: 25px;  align-items: center;
}
.result-count-wrap {
font-size: 14px;
color: #666;
font-weight: 500;
} .shop-banner-header {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding: 80px 0 !important;
margin-bottom: 50px !important;
color: #fff;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
min-height: 250px;
}
.banner-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4); z-index: 1;
}
.banner-content {
position: relative;
z-index: 2;
width: 100%;
}
.banner-title {
font-size: 36px !important;
font-weight: 700 !important;
color: #fff !important;
margin-bottom: 10px !important;
text-transform: capitalize;
}
.shop-banner-header .page-breadcrumb {
background: transparent !important;
padding: 0 !important;
margin: 0 !important;
}
.shop-banner-header .woocommerce-breadcrumb {
margin: 0 !important;
color: rgba(255, 255, 255, 0.9) !important;
font-weight: 500;
justify-content: center;
}
.shop-banner-header .woocommerce-breadcrumb a {
color: #fff !important;
text-decoration: none;
}
.shop-banner-header .woocommerce-breadcrumb .breadcrumb-separator {
margin: 0 8px;
color: #fff;
} .shop-main-page .breadcrumb-wrap {
display: none;
}
@media (max-width: 768px) {
.shop-banner-header {
padding: 60px 0 !important;
min-height: 200px;
}
.banner-title {
font-size: 28px !important;
}
}   .single-image-gallery {
display: flex;
gap: 8px;
}
@media (max-width: 767px) {
.single-image-gallery {
flex-direction: column;
}
}
.main-swiper.image-swiper {
flex: 1;
border-radius: 12px;
overflow: hidden;
background: #f5f5f5;
position: relative;
}
.product-main-slider {
aspect-ratio: 1/1;
width: 100%;
}
@media (min-width: 992px) {
.product-main-slider {
aspect-ratio: 4/3;
}
}
.product-main-slider .swiper-slide {
height: 100% !important;
display: flex !important;
align-items: center;
justify-content: center;
}
.product-main-slider .swiper-slide img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
object-fit: contain;
cursor: zoom-in;
}
.thumbs-swiper-wrap {
width: 80px;
flex-shrink: 0;
display: flex;
flex-direction: column;
}
.product-thumbs-slider {
width: 100%;
height: 100%;
}
.storefront-full-width-content .entry-header {
padding: 0 !important;
margin-top: 2.7rem;
}
@media (min-width: 768px) {
.single-image-gallery { }
.product-main-slider {
height: 100%;
aspect-ratio: 1/1;
}
.content-area,
.widget-area {
margin-bottom: 0em;
}
}
@media (min-width: 1200px) {
.single-image-gallery { }
}
@media (max-width: 767px) {
.thumbs-swiper-wrap {
width: 100%;
order: 2;
}
.product-main-slider .swiper-slide img {
width: 540px;
height: 100%;
object-fit: cover;
}
.product-main-slider .swiper-slide {
align-items: normal;
}
}
.swiper-thumbnail-wrap {
border-radius: 8px;
overflow: hidden;
border: 1px solid var(--border-color);
aspect-ratio: 1/1;
transition: var(--transition);
}
.swiper-slide-thumb-active .swiper-thumbnail-wrap {
border-color: var(--primary-color);
border-width: 2px;
}
.swiper-slide-thumb-active .swiper-thumbnail-wrap img,
.swiper-thumbnail-wrap img {
height: 100%;
object-fit: cover;
} .product-summary {
padding-left: 30px !important;
}
@media (max-width: 991px) {
.product-summary {
padding-left: 0px !important;
margin-top: 15px;
}
}
.product-summary .product_title {
font-size: 20px !important;
font-weight: 700 !important;
color: var(--secondary-color) !important;
line-height: 1.2 !important;
margin-bottom: 0px !important;
}
.sku-display {
font-size: 11px;
color: var(--text-muted);
margin-bottom: 5px;
}
.rating-summary-row {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 20px;
}
.rating-badge {
background: #fff; padding: 4px 0px;
border-radius: 6px;
font-weight: 700;
display: flex;
align-items: center;
gap: 4px;
} .premium-price-container {
background: linear-gradient(to right, #f6f2fc, var(--bg-light));
border: 1px solid var(--border-color);
border-radius: 16px;
padding: 0 20px 10px;
margin-bottom: 10px;
position: relative;
overflow: hidden;
}
.flash-sale-label {
position: absolute;
top: 0;
right: 0;
background: var(--primary-color);
color: #fff;
font-size: 10px;
font-weight: 800;
padding: 4px 12px;
border-bottom-left-radius: 10px;
text-transform: uppercase;
letter-spacing: 1px;
}
.premium-price-container .price {
font-size: 30px !important;
color: var(--secondary-color) !important;
display: flex;
align-items: baseline;
gap: 12px;
margin-bottom: 5px !important;
}
.product-summary .price-row .main-price .price {
font-size: 30px !important;
color: var(--secondary-color) !important;
display: flex;
align-items: baseline;
gap: 12px;
}
.premium-price-container del {
color: var(--text-muted) !important;
font-size: 18px !important;
font-weight: 500 !important;
}
.discount-percentage {
color: #1a9c3b !important;
font-weight: 700;
font-size: 18px; padding: 4px 10px;
border-radius: 8px;
}
.product-summary .discount-percentage {
padding: 0;
}
.product-summary .tax-info {
margin: 0 0 3px;
}
.tax-info {
font-size: 12px;
color: var(--text-muted);
} .custom-variations-wrap {
margin-bottom: 25px;
}
.variation-label {
font-size: 14px;
font-weight: 700;
color: var(--secondary-color);
margin-bottom: 12px;
display: block;
}
.variations-grid {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.variation-chip {
padding: 8px 18px;
border-radius: 8px;
border: 1px solid var(--border-color);
font-size: 14px;
font-weight: 500;
cursor: pointer;
background: #fff;
transition: all 0.2s ease;
}
.variation-chip.active {
background: rgba(123, 44, 191, 0.08); border-color: var(--primary-color);
color: var(--primary-color);
font-weight: 600;
} .pincode-check-wrap {
display: flex;
gap: 10px;
margin-bottom: 20px;
}
.pincode-input {
flex: 1;
border: 1px solid var(--border-color);
border-radius: 8px;
padding: 10px 15px;
font-size: 14px;
} .product-summary form.cart {
margin-bottom: 15px !important;
}
.product-summary .single_add_to_cart_button,
.wpcbn-btn,
.wpcbn-btn-single {
width: 100% !important;
padding: 10px !important;
font-size: 18px !important;
font-weight: 700 !important;
border-radius: 2px !important;
box-shadow:
0 0 #0000,
0 0 #0000,
0 10px 15px -3px var(--box-shadow-color);
border: none !important;
transition: transform 0.2s ease !important;
}
.wpcbn-btn.wpcbn-btn-single.button {
background-color: var(--primary-color) !important;
color: #fff !important;
box-shadow: none; }
.product-summary .single_add_to_cart_button {
border-color: var(--primary-color) !important;
background-color: #fff;
color: var(--primary-color);
box-shadow: none;
border-style: solid !important;
border-width: 1px !important;
}
.product-summary .single_add_to_cart_button:active {
transform: scale(0.98);
}
.product-summary .single_add_to_cart_button:hover {
color: #fff !important;
background-color: var(--primary-color) !important;
transition: fade-in 0.2s ease !important;
} .sections-grid {
margin-top: 0px;
padding-top: 40px;
border-top: 1px solid var(--border-color);
}
.specifications-table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
border: 1px solid var(--border-color);
border-radius: 12px;
overflow: hidden;
margin-bottom: 30px;
}
.specifications-table tr td {
padding: 15px 20px;
font-size: 14px;
border-bottom: 1px solid var(--border-color);
}
.specifications-table tr:last-child td {
border-bottom: none;
}
.spec-label {
width: 35%;
font-weight: 700;
color: var(--secondary-color);
background: var(--bg-light);
}
.spec-value {
color: var(--text-muted);
} .why-buy-widget {
background: #fff;
border: 1px solid var(--border-color);
padding: 25px;
border-radius: 16px;
position: sticky;
top: 100px;
}
.why-buy-item {
display: flex;
gap: 15px;
margin-bottom: 20px;
}
.why-icon-wrap {
width: 36px;
height: 36px;
background: var(--bg-light);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary-color);
flex-shrink: 0;
}
.why-title {
font-size: 14px;
font-weight: 700;
color: var(--secondary-color);
margin-bottom: 2px;
}
.why-desc {
font-size: 12px;
color: var(--text-muted);
} .complete-look-section {
margin-top: 60px;
background: #fafafc;
padding: 60px 0;
} .inline-rating-badge {
display: inline-flex;
align-items: center;
gap: 5px;
background: #fff;
border-radius: 6px;
padding: 4px 10px;
line-height: 1;
}
.inline-rating-score {
font-size: 15px;
font-weight: 700;
color: var(--secondary-color);
letter-spacing: -0.3px;
}
.inline-rating-star {
font-size: 13px;
color: #eab308; }
.inline-rating-count {
font-size: 12px;
font-weight: 500;
color: var(--text-muted);
}
.review-stats-card {
background: #fff;
border: 1px solid var(--border-color);
padding: 30px;
border-radius: 16px;
}
.rating-large {
font-size: 48px;
font-weight: 900;
color: var(--secondary-color);
line-height: 1;
}
.stars-row {
display: flex;
align-items: center;
gap: 2px;
color: #fbbf24;
margin: 10px 0;
}
.progress-row {
display: grid;
grid-template-columns: 20px 1fr 40px;
align-items: center;
gap: 10px;
margin-bottom: 8px;
}
.progress-bar {
height: 8px;
background: #f3f4f6;
border-radius: 10px;
overflow: hidden;
}
.progress-fill {
height: 100%;
background: var(--primary-color);
} .related-products h2,
.up-sells.products h2 {
font-size: 24px;
font-weight: 700;
margin-bottom: 25px;
color: var(--secondary-color);
}
.product-page .products.columns-4 {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
@media (max-width: 991px) {
.product-page .products.columns-4 {
grid-template-columns: repeat(2, 1fr);
}
}
.product-page .products .product {
margin-bottom: 0 !important;
}
.product-page .products .product .product-wrapper {
background: transparent !important;
border-radius: 12px !important;
overflow: hidden;
}
.product-page .products .product img {
border-radius: 12px;
margin-bottom: 12px !important;
transition: transform 0.5s ease;
}
.product-page .products .product:hover img {
transform: scale(1.05);
}
.product-page .products .product .woocommerce-loop-product__title {
font-size: 16px !important;
font-weight: 700 !important;
color: var(--secondary-color) !important;
margin-bottom: 5px !important;
}
.product-page .products .product .price {
font-size: 16px !important;
font-weight: 700 !important;
color: var(--secondary-color) !important;
} .woocommerce-Reviews-title {
display: none; }
#reviews #comments ol.commentlist {
padding: 0;
list-style: none;
}
#reviews #comments ol.commentlist li.comment {
border-bottom: 1px solid var(--border-color);
padding-bottom: 30px;
margin-bottom: 30px;
}
#reviews #comments ol.commentlist li.comment .comment_container {
display: flex;
gap: 15px;
}
#reviews #comments ol.commentlist li.comment .avatar {
width: 50px;
height: 50px;
border-radius: 50%;
}
.comment-text .meta {
font-size: 14px;
font-weight: 700;
color: var(--secondary-color);
}
.comment-text .woocommerce-product-details__short-description {
margin-top: 10px;
color: var(--text-muted);
}
.product-summary .rating-summary-row .text-primary,
.product-summary .rating-summary-row .cr-review-link {
color: var(--primary-color) !important;
font-weight: 500 !important;
cursor: pointer !important;
font-size: 14px !important;
}
.product-summary .rating-summary-row .text-primary:hover,
.product-summary .rating-summary-row .cr-review-link:hover {
text-decoration: underline !important;
}
.single-product div.product table.variations th label {
font-weight: 700 !important;
font-size: 14px !important;
}
a.reset_variations {
display: none !important;
}
.quantity-wrapper .row .col-6 .button,
.quantity-wrapper .row .col-6 button {
width: 100% !important;
margin: 0 !important;
} .coupon-offer-row {
display: flex;
gap: 15px;
padding-top: 15px;
border-top: 1px solid #edf2f7;
align-items: flex-start;
}
.coupon-icon {
color: var(--primary-color);
background: #f3ebff;
width: 40px;
height: 40px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
}
.coupon-icon .material-symbols-outlined {
font-size: 24px;
}
.coupon-title {
font-size: 16px;
font-weight: 700;
color: #1a202c;
margin-bottom: 2px;
}
.coupon-desc {
font-size: 13px;
color: #718096;
line-height: 1.4;
}
.coupon-desc strong {
color: #1a202c;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.premium-price-container .main-price {
color: var(--secondary-color) !important;
display: flex;
align-items: baseline;
gap: 12px;
margin-bottom: 4px !important;
}
.product-summary .price-row .main-price {
color: var(--secondary-color) !important;
display: flex;
align-items: baseline;
gap: 12px;
}
.premium-price-container .main-price .price .woocommerce-Price-amount {
font-size: 30px !important;
}
.product-summary .price-row .main-price .price .woocommerce-Price-amount {
font-size: 24px !important;
}
.premium-price-container .main-price .price del > .woocommerce-Price-amount {
font-size: 18px !important;
}
.product-summary .price-row .main-price .price del > .woocommerce-Price-amount {
font-size: 18px !important;
}
@media (max-width: 768px) {
.product-summary .price-row .main-price .price,
.product-summary .price-row .main-price .price .woocommerce-Price-amount {
font-size: 20px !important;
}
.product-summary
.price-row
.main-price
.price
del
> .woocommerce-Price-amount {
font-size: 16px !important;
}
} .variations th.label {
vertical-align: middle !important;
padding-right: 20px !important;
}
.attribute-label-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.attribute-label-wrapper label {
margin-bottom: 0 !important;
}
.product-size-guide {
margin: 0 !important;
padding: 0 !important;
}
.size-guide-button {
font-size: 13px;
font-weight: 600;
color: var(--primary-color);
text-decoration: underline;
cursor: pointer;
white-space: nowrap;
}
.size-guide-button:hover {
color: var(--primary-hover);
}
.modal-content {
border-radius: 12px;
border: none;
box-shadow: var(--box-shadow);
}
.modal-header {
border-bottom: none;
padding: 20px 20px 0;
}
.modal-body {
padding: 0 30px 30px;
}
.rich-text h2 {
font-size: 24px;
margin-bottom: 20px;
}
.rich-text h4 {
font-size: 18px;
margin-top: 25px;
margin-bottom: 15px;
}
.rich-text .icon {
width: 50px;
height: auto;
margin-bottom: 15px;
}
.rich-text ol {
padding-left: 20px;
margin-bottom: 20px;
}
.rich-text ol li {
margin-bottom: 10px;
font-size: 14px;
}
.rich-text hr {
margin: 25px 0;
border: 0;
border-top: 1px solid var(--border-color);
} .woocommerce #pincode_field_idp a.button,
.single_add_to_cart_button {
margin: 0 !important;
background-color: #7b2cbf1a !important;
color: var(--primary-color) !important;
padding: 10px 16px !important;
border-radius: 0.5rem !important;
font-size: 14px !important;
font-weight: 700 !important;
}
p#pincode_field_idp {
display: flex;
align-items: center;
gap: 12px;
}
.woocommerce form #pincode_field_idp.form-row input.input-text,
#pincode_field_idp .woocommerce form #pincode_field_idp.form-row textarea {
margin: 0 !important;
padding: 10px 16px;
border-color: #e5e1eb;
border-width: 1px;
box-shadow: none;
}
.woocommerce #pincode_field_idp a.button:hover {
border: 1px solid var(--primary-color) !important;
color: var(--primary-color) !important;
}
#pin_res.success {
color: #2f855a;
}
#pin_res.error,
#error_pin {
color: #c53030;
}
.trust-badge {
display: flex;
gap: 10px;
padding: 30px;
justify-content: space-evenly;
}
.svg-icon-conatiner {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}
.trust-badge img {
width: 60px;
height: 60px;
}
.svg-icon-conatiner span {
color: #000;
text-align: center;
}
@media (max-width: 768px) {
.trust-badge {
padding: 0;
margin-bottom: 2rem;
}
.svg-icon-conatiner span {
font-size: 10px;
}
} .wc-delivery-time-response { }
.avlpin {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 10px;
font-size: 15px;
color: var(--secondary-color);
}
.avlpin p {
margin: 0 !important;
font-weight: 700;
}
#change_pin.button {
background: transparent !important;
color: var(--primary-color) !important;
padding: 0 !important;
font-size: 13px !important;
text-decoration: underline !important;
text-transform: capitalize !important;
min-height: auto !important;
line-height: 1 !important;
font-weight: 600 !important;
border: none !important;
}
#change_pin.button:hover {
color: var(--primary-hover) !important;
background: transparent !important;
transform: none !important;
}
.delivery-info-wrap {
margin-top: 10px;
}
.delivery-info .header {
display: flex !important;
flex-direction: row !important;
flex-wrap: wrap !important;
gap: 5px;
align-items: baseline;
}
.delivery-info .header > div:last-child {
flex: 0 0 100%;
margin-top: 8px;
display: flex;
align-items: baseline;
gap: 8px;
} .delivery-info svg,
.delivery-info i {
font-size: 16px !important;
color: var(--primary-color) !important;
}
.delivery-info .label {
font-size: 14px;
font-weight: 600;
color: var(--text-muted);
}
.delivery-info .delivery {
font-size: 14px;
font-weight: 700;
color: var(--secondary-color);
}
.delivery-info .delivery ul {
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
}
.cash_on_delivery {
padding: 0 !important;
font-size: 14px;
font-weight: 600;
color: #2f855a; } #pincode_field_idp #checkpin.button {
background-color: #7b2cbf1a !important;
color: var(--primary-color) !important;
padding: 10px 16px !important;
border-radius: 0.5rem !important;
font-size: 14px !important;
font-weight: 700 !important;
text-transform: none !important;
}
.woocommerce-breadcrumb a {
text-decoration: none;
}
.woocommerce-breadcrumb a:first-of-type::before {
content: none;
}
.delivery-info .header > div:last-child {
display: none;
}
.cr-reviews-grid,
#reviews .cr-summaryBox-wrap {
background-color: transparent !important;
border: none !important;
} .cr-add-review-wrap {
width: 100% !important;
}
.cr-all-reviews-add-review {
background-color: var(--primary-color) !important;
color: #fff !important;
box-shadow: none;
border-radius: 2px !important;
padding: 10px !important;
font-weight: 700 !important;
text-transform: none !important;
transition: all 0.3s ease !important;
width: 100% !important;
height: 100% !important;
max-width: 240px !important;
font-size: 18px !important;
}
.cr-all-reviews-add-review:hover {
opacity: 0.8;
}
.cr-reviews-grid {
padding: 0 0 10px 0;
}
.cr-custom-review-prompt {
font-size: 16px;
} .related.products {
position: relative;
padding: 40px 0;
}
.related-product-swiper {
padding-bottom: 50px !important;
}
.product-col {
height: auto;
display: flex;
flex-direction: column;
}
.product-wrapper {
flex: 1;
} .products-section-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
border-bottom: 1px solid var(--border-color);
padding-bottom: 12px;
}
.products-section-header h2 {
margin-bottom: 0 !important;
}
.swiper-buttons-wrapper {
z-index: 20;
}
.related-products .swiper-buttons,
.up-sells .swiper-buttons,
.cross-sells .swiper-buttons {
display: flex;
justify-content: space-between;
padding: 0;
gap: 10px;
}
.related-products .swiper-button,
.up-sells .swiper-button,
.cross-sells .swiper-button {
width: 40px;
height: 40px;
background: #fff;
border: 1px solid #eee;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
color: #333;
position: static;
margin: 0;
pointer-events: auto; }
.related-products .swiper-button:after {
display: none;
}
.related-products .swiper-button:hover,
.up-sells .swiper-button:hover,
.cross-sells .swiper-button:hover {
background: var(--primary-color, #000);
color: #fff;
border-color: var(--primary-color, #000);
transform: scale(1.1);
}
.related-products .nav-button-text,
.up-sells .nav-button-text,
.cross-sells .nav-button-text {
display: none;
}
@media (max-width: 1200px) {
.related-products .swiper-buttons-wrapper {
left: 0;
right: 0;
}
}
@media (max-width: 768px) {
.products-section-header {
margin-bottom: 15px;
}
.related-products h2,
.up-sells.products h2,
.cross-sells h2 {
font-size: 18px;
margin-bottom: 0px !important;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
flex: 1;
} .swiper-buttons {
gap: 10px;
display: flex;
justify-content: flex-end;
}
.related-products .swiper-button,
.up-sells .swiper-button,
.cross-sells .swiper-button {
width: 35px;
height: 35px;
}
.related-products .swiper-button i,
.up-sells .swiper-button i,
.cross-sells .swiper-button i {
font-size: 14px;
}
}  @media (min-width: 769px) {
.image-gallery-sticky {
position: sticky;
top: 100px; }
}
@media (max-width: 767px) {
.product-summary form.cart {
margin-bottom: 0 !important;
}
.storefront-breadcrumb {
padding: 10px 0;
}
.col-full {
margin-left: 15px;
}
.product-summary .product_title {
font-size: 18px !important;
}
} .single-image-gallery {
display: flex !important;
flex-direction: column !important;
gap: 10px !important;
}
.thumbs-swiper-wrap {
width: 100% !important;
flex-shrink: 0 !important;
margin-top: 10px !important;
}
.product-thumbs-slider {
height: auto !important;
}  .added_to_cart {
display: none !important;
}
.fbt-pill-header {
background-color: var(--primary-color) !important;
color: #fff !important;
}
.fbt-pill-header h2 {
font-size: 18px;
}
.fbt-add-to-cart-btn-new {
background-color: var(--primary-color);
color: #fff;
border-radius: 2px !important;
padding: 10px 20px !important;
}
.fbt-add-to-cart-btn-new:hover {
color: #fff;
}
.fbt-add-to-cart-btn-new .regular-amount {
color: #ffffffb3;
}
.woofc-area.woofc-style-02
.woofc-area-bot
.woofc-action
.woofc-action-inner
> div
a,
.woofc-area.woofc-style-04
.woofc-area-bot
.woofc-action
.woofc-action-inner
> div
a {
border-color: var(--primary-color);
color: var(--primary-color);
background-color: #7b2cbf1a;
}
.woofc-area.woofc-style-01 .woofc-inner,
.woofc-area.woofc-style-03 .woofc-inner,
.woofc-area.woofc-style-02
.woofc-area-bot
.woofc-action
.woofc-action-inner
> div
a:hover,
.woofc-area.woofc-style-04
.woofc-area-bot
.woofc-action
.woofc-action-inner
> div
a:hover {
background-color: var(--primary-color);
} .cart-page-wrapper { }
.cart-item-row {
background: transparent;
}
.cart-item-row .product-thumbnail img {
border-radius: 8px;
height: 100%;
width: 100%;
}
.cart-item-row .product-title a {
color: #000;
text-decoration: none;
font-size: 1.1rem;
}
.cart-item-row .badge-savings {
background-color: #fff;
color: #000;
border: 1px solid #e0e0e0;
padding: 2px 8px;
border-radius: 4px;
font-size: 0.75rem;
font-weight: 600;
}
.cart-item-row .badge-savings-total {
background-color: #fff;
color: #000;
border: 1px solid #e0e0e0;
padding: 4px 12px;
border-radius: 4px;
font-size: 0.85rem;
font-weight: 700;
}
.cart-item-row .btn-remove-from-cart {
font-size: 0.85rem;
color: #888;
}
.cart-item-row .quantity {
display: flex !important;
border: 1px solid #e0e0e0;
border-radius: 4px;
overflow: hidden;
}
.cart-item-row .quantity input.qty {
border: none;
width: 60px;
text-align: center;
font-weight: 600;
padding: 4px 5px;
box-shadow: none;
background-color: #f8f8f8;
}
.cart-item-row .quantity button {
background: #f8f8f8;
border: none;
padding: 0 10px;
font-weight: bold;
color: #000;
}
.quantity-placeholder {
background: #f8f8f8;
}
.cart-totals-section {
border: 1px solid #f0f0f0 !important;
border-radius: 12px !important;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
background: #fff;
}
.cart-totals-section h5 {
display: none; }
.cart-totals-section .shop_table {
width: 100%;
border: none !important;
margin-bottom: 0 !important;
}
.cart-totals-section .shop_table tr {
border: none !important;
}
.cart-totals-section .shop_table th,
.cart-totals-section .shop_table td {
padding: 12px 0 !important;
border: none !important;
background: transparent !important;
}
.cart-totals-section .order-total {
border-top: 1px solid #f0f0f0 !important;
}
.cart-totals-section .order-total th {
font-size: 1.1rem;
font-weight: 700 !important;
color: var(--secondary-color);
padding-top: 20px !important;
}
.cart-totals-section .order-total td {
font-size: 1.25rem !important;
color: var(--secondary-color) !important;
padding-top: 20px !important;
}
.cart-totals-section .wc-proceed-to-checkout {
margin-top: 25px !important;
}
.cart-totals-section .wc-proceed-to-checkout a.checkout-button {
width: 100% !important;
text-align: center;
padding: 16px 20px !important;
font-size: 1rem !important;
font-weight: 700 !important;
border-radius: 12px !important;
background: var(--cta-gradient) !important;
background-color: var(--primary-color) !important;
color: #fff !important;
text-transform: uppercase;
letter-spacing: 1px;
border: none !important;
box-shadow: 0 4px 15px rgba(123, 44, 191, 0.3);
display: block;
}
.cart-totals-section .wc-proceed-to-checkout a.checkout-button:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(123, 44, 191, 0.4);
}
.cart-totals-section .shop_table th {
vertical-align: middle;
}
.cart-totals-section .shop_table td {
vertical-align: middle;
}
.checkout-button:hover { transform: scale(1.02);
}
table:not(.has-background) tbody td,
table:not(.has-background) th {
background-color: #fff;
}
ul#shipping_method {
margin-bottom: 0px !important;
}
.cart-coupon-code {
margin-bottom: 0 !important;
}
.cart-btn-apply-code {
margin: 10px 0 !important;
background-color: var(--primary-color) !important;
}
.checkout-btn {
background-color: var(--primary-color) !important;
color: #fff !important;
}
.checkout-btn:hover {
color: #fff !important;
} @media (max-width: 767px) {
.woocommerce-Price-amount {
justify-content: flex-end;
}
p.woocommerce-shipping-destination {
justify-content: flex-end;
}
.checkout-footer-wrapper .woocommerce-Price-amount {
justify-content: flex-start;
}
.checkout-footer-wrapper {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: #fff;
box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05);
z-index: 1000;
border-top: 1px solid #f0f0f0;
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 20px !important;
}
.checkout-footer-wrapper .footer-total-summary {
display: block !important;
}
.checkout-footer-wrapper .total-price {
color: #1a1a1a;
line-height: 1;
margin-bottom: 2px;
font-size: 1.25rem;
font-weight: 700;
}
.checkout-footer-wrapper .view-summary-link {
color: var(--primary-color) !important;
font-weight: 600;
font-size: 0.85rem;
text-decoration: none !important;
}
.checkout-footer-wrapper .checkout-btn {
width: auto !important;
margin: 0 !important;
padding: 12px 25px !important;
border-radius: 50px !important;
font-size: 0.9rem !important;
}
.cart-page-wrapper {
padding-bottom: 100px !important;
}
}
@media (min-width: 768px) {
.checkout-footer-wrapper .footer-total-summary {
display: none !important;
}
.checkout-footer-wrapper .checkout-btn {
width: 100% !important;
}
.col-full {
padding: 0;
margin: 0;
}
}
@media (max-width: 991px) {
.cart-sidebar {
position: static !important;
}
}
.coupon-toggle:hover {
color: var(--primary-color);
}
.cart-items-container .cart_item:last-child {
border-bottom: none !important;
}
.badge-savings-total {
border-color: #28a74533 !important;
color: #28a745 !important;
background-color: #28a7450a !important;
}
.badge-savings {
border-color: #7b2cbf33 !important;
color: var(--primary-color) !important;
background-color: #7b2cbf0a !important;
}
.cart-page-wrapper .cross-sells-container h2 {
font-size: 1.5rem;
font-weight: 700;
margin-bottom: 1.5rem;
}
.cart-page-wrapper .cross-sells-container .product-info a {
text-decoration: none;
}
.cart-page-wrapper .cross-sells-container .product-info {
padding: 15px;
}
.badge-savings .woocommerce-Price-amount {
font-size: 12px;
}
.cart-items-container .woocommerce-Price-amount {
display: inline-block;
} .account-wrap {
background: transparent;
}
.account-nav-inner,
.account-content-inner {
border-radius: 15px !important;
background: #fff;
}
.my-avatar img {
border: 4px solid #f8f9fa;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.profile-info h5 {
color: #1a1a1a;
letter-spacing: -0.5px;
}
.account-menu .nav-link {
color: #555 !important;
font-weight: 500;
font-size: 0.95rem;
transition: all 0.3s ease;
text-decoration: none !important; }
.account-menu .nav-link:hover {
background-color: #f8f9fa;
color: var(--primary-color) !important;
text-decoration: underline !important; }
.account-menu .nav-item.is-active .nav-link {
background-color: var(--primary-color);
color: #fff !important;
box-shadow: 0 4px 15px rgba(123, 44, 191, 0.2);
}
.account-menu .nav-item.is-active .nav-link i {
opacity: 1;
}
.account-menu .nav-link i {
width: 20px;
text-align: center;
} .transition-up {
transition:
transform 0.3s ease,
box-shadow 0.3s ease !important;
}
.transition-up:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
}
.icon-circle {
width: 60px;
height: 60px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
}
.bg-primary-light {
background-color: rgba(123, 44, 191, 0.08);
}
.bg-success-light {
background-color: rgba(40, 167, 69, 0.08);
}
.bg-info-light {
background-color: rgba(23, 162, 184, 0.08);
} .woocommerce-MyAccount-orders .shop_table,
.woocommerce-MyAccount-downloads .shop_table {
border-radius: 12px;
overflow: hidden;
border: 1px solid #f0f0f0 !important;
}
.woocommerce-MyAccount-orders thead th,
.woocommerce-MyAccount-downloads thead th {
background-color: #f8f9fa;
border-bottom: 2px solid #f0f0f0;
text-transform: uppercase;
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.5px;
} @media (max-width: 767px) {
.account-nav {
margin-bottom: 1.5rem;
}
.account-menu {
flex-direction: row !important;
overflow-x: auto;
flex-wrap: nowrap !important;
padding-bottom: 10px;
}
.account-menu .nav-item {
flex: 0 0 auto;
margin-right: 10px;
}
.account-menu .nav-link {
white-space: nowrap;
padding: 8px 15px !important;
font-size: 0.85rem;
margin-bottom: 0 !important;
}
.account-menu .nav-link i {
margin-right: 8px !important;
}
.my-account-profile {
display: flex;
align-items: center;
text-align: left !important;
margin-bottom: 1.5rem !important;
}
.my-avatar {
margin-bottom: 0 !important;
margin-right: 15px;
}
.my-avatar img {
height: 60px;
width: 60px;
}
} .woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content input[type="submit"],
.woocommerce-MyAccount-content button.button {
background: var(--cta-gradient) !important;
background-color: var(--primary-color) !important;
color: #fff !important;
border-radius: 10px !important;
border: none !important;
padding: 12px 25px !important;
font-weight: 700 !important;
text-transform: uppercase;
transition: var(--transition) !important;
box-shadow: 0 4px 12px rgba(123, 44, 191, 0.2) !important;
}
.woocommerce-MyAccount-content .button:hover,
.woocommerce-MyAccount-content input[type="submit"]:hover,
.woocommerce-MyAccount-content button.button:hover {
transform: translateY(-2px);
box-shadow: 0 6px 15px rgba(123, 44, 191, 0.3) !important;
color: #fff !important;
}  .tinv-wishlist th {
background-color: #f8f9fa !important;
color: #555 !important;
text-transform: uppercase !important;
font-size: 0.85rem !important;
font-weight: 700 !important;
padding: 15px !important;
border-bottom: 2px solid #f0f0f0 !important;
}
.tinv-wishlist .tinvwl-table td {
padding: 20px 15px !important;
vertical-align: middle !important;
border-bottom: 1px solid #f0f0f0 !important;
}
.tinv-wishlist .tinvwl-table .product-thumbnail img {
border-radius: 8px;
max-width: 80px;
}
.tinv-wishlist .product-name a {
font-weight: 700;
color: #1a1a1a;
text-decoration: none !important;
}
.tinv-wishlist .product-name a:hover {
color: var(--primary-color);
}
.tinv-wishlist .tinvwl-table-responsive {
border: none !important;
} .tinv-wishlist .tinvwl-buttons-group .button,
.tinv-wishlist .tinvwl-input-group .button,
.tinv-wishlist .tinvwl-input-group button {
background: var(--primary-color) !important;
color: #fff !important;
font-weight: 600 !important;
font-size: 14px !important;
border: none !important;
margin: 5px !important;
}
.tinv-wishlist .tinvwl_add_selected_to_cart,
.tinv-wishlist .tinvwl_add_all_to_cart {
background: var(--cta-gradient) !important;
background-color: var(--primary-color) !important;
}
.tinv-wishlist .tinvwl-input-group .tinvwl-select,
.tinv-wishlist .tinvwl-input-group select {
padding: 10px !important;
border: 1px solid #e0e0e0 !important;
border-radius: 8px !important;
font-size: 14px !important;
}
.tinv-wishlist .product-remove button {
background: none !important;
color: #ff4d4d !important;
padding: 0 !important;
font-size: 20px !important;
opacity: 0.7;
}
.tinv-wishlist .product-remove button:hover {
opacity: 1;
}
.tinv-wishlist .product-stock-status .tinvwl-txt {
font-weight: 600;
color: #28a745;
}
.my-account .button {
background-color: var(--primary-color) !important;
color: #fff !important;
}
.woocommerce-info .button {
background-color: #fff !important;
color: var(--primary-color) !important;
}
.my-account .tinvwl-input-group {
display: flex;
align-items: center;
}
.my-account .woocommerce-info {
background-color: transparent;
color: var(--secondary-color);
border-left: none;
}
@media (max-width: 767px) {
.tinv-wishlist .tinvwl-buttons-group {
display: flex;
flex-direction: column;
}
}  @media (max-width: 991px) { .my-account .account-content-inner {
padding: 15px !important;
}  .tinv-wishlist .tinvwl-table-manage-list {
min-width: 100%;
} .tinv-wishlist .tinvwl-table-manage-list .product-thumbnail img {
max-width: 65px !important;
height: auto;
} .tinv-wishlist .tinvwl-table-manage-list td {
padding: 12px 8px !important;
}
.tinv-wishlist .tinvwl-table-manage-list th {
padding: 10px 8px !important;
font-size: 0.75rem !important;
} .tinv-wishlist .tinvwl-buttons-group {
flex-wrap: wrap;
gap: 8px;
}
.tinv-wishlist .tinvwl-buttons-group .button {
flex: 1 1 auto;
text-align: center;
min-width: 140px;
}
.tinv-wishlist .tinvwl-input-group {
flex-wrap: wrap;
gap: 8px;
}
} @media (max-width: 767px) { .my-account .account-content-inner {
padding: 12px !important;
} .tinv-wishlist .tinvwl-table-manage-list thead {
display: none !important;
} .tinv-wishlist .tinvwl-table-manage-list,
.tinv-wishlist .tinvwl-table-manage-list tbody,
.tinv-wishlist .tinvwl-table-manage-list tr,
.tinv-wishlist .tinvwl-table-manage-list td {
display: block !important;
width: 100% !important;
}
.tinvwl-input-group-addon,
.tinvwl-input-group-btn {
width: auto;
}
.tinv-wishlist .tinvwl-table-manage-list tbody tr.wishlist_item {
position: relative;
background: #fff; border-radius: 12px;
margin-bottom: 15px;
padding: 15px; display: grid !important;
grid-template-columns: 85px 1fr;
grid-template-rows: auto;
gap: 0 12px;
align-items: start;
} .tinv-wishlist .tinvwl-table-manage-list td.product-cb {
position: absolute;
top: 12px;
left: 12px;
width: auto !important;
padding: 0 !important;
border: none !important;
z-index: 2;
} .tinv-wishlist .tinvwl-table-manage-list td.product-remove {
position: absolute;
top: 10px;
right: 10px;
width: auto !important;
padding: 0 !important;
border: none !important;
z-index: 2;
}
.tinv-wishlist .tinvwl-table-manage-list td.product-remove button {
font-size: 16px !important;
} .tinv-wishlist .tinvwl-table-manage-list td.product-thumbnail {
grid-column: 1;
grid-row: 1 / 4;
padding: 0 !important;
border: none !important;
display: flex !important;
align-items: flex-start;
justify-content: center;
}
.tinv-wishlist .tinvwl-table-manage-list td.product-thumbnail img {
max-width: 80px !important;
height: auto;
border-radius: 8px;
object-fit: cover;
} .tinv-wishlist .tinvwl-table-manage-list td.product-name {
grid-column: 2;
grid-row: 1;
padding: 0 0 6px 0 !important;
border: none !important;
font-size: 0.95rem;
padding-right: 25px !important;
}
.tinv-wishlist .tinvwl-table-manage-list td.product-name a {
font-size: 0.95rem !important;
line-height: 1.3;
} .tinv-wishlist .tinvwl-table-manage-list td.product-price {
grid-column: 2;
grid-row: 2;
padding: 4px 0 !important;
border: none !important;
font-weight: 700;
font-size: 1rem;
color: var(--secondary-color);
} .tinv-wishlist .tinvwl-table-manage-list td.product-date {
grid-column: 2;
grid-row: 3;
padding: 4px 0 !important;
border: none !important;
font-size: 0.8rem;
color: var(--text-muted);
} .tinv-wishlist .tinvwl-table-manage-list td.product-stock {
grid-column: 1 / -1;
padding: 8px 0 4px !important;
border: none !important;
border-top: 1px solid #f5f5f5 !important;
margin-top: 8px;
}
.tinv-wishlist .tinvwl-table-manage-list td.product-stock .stock {
margin: 0;
font-size: 0.85rem;
} .tinv-wishlist .tinvwl-table-manage-list td.product-action {
grid-column: 1 / -1;
padding: 8px 0 0 !important;
border: none !important;
}
.tinv-wishlist .tinvwl-table-manage-list td.product-action .button {
width: 100% !important;
display: flex !important;
align-items: center;
justify-content: center;
padding: 10px 15px !important;
font-size: 13px !important;
border-radius: 8px !important;
gap: 6px;
} .tinv-wishlist .tinvwl-table-manage-list tfoot td {
padding: 10px 0 !important;
border: none !important;
}
.tinv-wishlist .tinvwl-buttons-group {
display: flex !important;
flex-direction: column !important;
gap: 8px !important;
}
.tinv-wishlist .tinvwl-buttons-group .button {
width: 100% !important;
text-align: center !important;
padding: 12px !important;
border-radius: 8px !important;
font-size: 13px !important;
}
.tinv-wishlist .tinvwl-input-group {
flex-direction: column !important;
gap: 8px !important;
width: 100%;
}
.tinv-wishlist .tinvwl-input-group select,
.tinv-wishlist .tinvwl-input-group .tinvwl-select {
width: 100% !important;
}
.tinv-wishlist .tinvwl-input-group .button {
width: 100% !important;
text-align: center !important;
} .tinv-wishlist .social-buttons {
flex-wrap: wrap;
gap: 8px;
} .account-wrap .row {
flex-direction: column;
}
.account-wrap .account-nav,
.account-wrap .woocommerce-myaccount-content {
width: 100% !important;
max-width: 100% !important;
flex: 0 0 100% !important;
}
} @media (max-width: 480px) {
.tinv-wishlist .tinvwl-table-manage-list tbody tr.wishlist_item {
grid-template-columns: 70px 1fr;
padding: 12px;
gap: 0 10px;
}
.tinv-wishlist .tinvwl-table-manage-list td.product-thumbnail img {
max-width: 65px !important;
}
.tinv-wishlist .tinvwl-table-manage-list td.product-name a {
font-size: 0.85rem !important;
}
.tinv-wishlist .tinvwl-table-manage-list td.product-price {
font-size: 0.9rem;
}
.tinv-wishlist .tinvwl-table-manage-list td.product-action .button {
padding: 8px 12px !important;
font-size: 12px !important;
}
} .custom-login-ui {
margin-bottom: 20px;
}
.custom-login-header {
font-size: 16px;
font-weight: 600;
color: var(--secondary-color);
text-align: center;
margin-bottom: 15px;
}
.custom-phone-input-wrapper {
display: flex;
align-items: center;
border: 1px solid var(--border-color);
border-radius: 8px;
background: #fff;
padding: 0 10px;
}
.custom-phone-input-wrapper:focus-within {
border-color: var(--primary-color);
box-shadow: 0 0 0 2px rgba(123, 44, 191, 0.1);
}
.custom-flag-code-container {
display: flex;
align-items: center;
padding-right: 10px;
border-right: 1px solid var(--border-color);
margin-right: 10px;
min-width: 80px;
justify-content: center;
gap: 8px;
}
.custom-flag-code-container .flag {
width: 24px;
height: 16px;
display: inline-block;
background-size: 24px auto !important;
margin-right: 5px;
background-image: url(//ahnira.in/wp-content/themes/plugins/mobile-login-woocommerce/countries/flags32.png) !important;
}
.custom-flag-code-container .flag.in {
background-position: 0 -2784px !important; } .custom-flag-code-container .flag {
background: url(//ahnira.in/wp-content/plugins/mobile-login-woocommerce/countries/flags32.png)
no-repeat;
width: 32px;
height: 32px;
background-position: 0 -3712px; transform: scale(0.8);
}
.custom-flag-code-container .country-code {
font-size: 16px;
font-weight: 500;
color: var(--secondary-color);
}
.custom-phone-input-wrapper .xoo-ml-regphin {
flex-grow: 1;
}
.custom-phone-input-wrapper input.xoo-ml-phone-input {
border: none !important;
margin-bottom: 0 !important;
padding: 12px 0 !important;
font-size: 16px !important;
background: transparent !important;
box-shadow: none !important;
}
.custom-notify-offers {
margin-top: 15px;
}
.custom-checkbox-container {
display: flex;
align-items: center;
position: relative;
padding-left: 30px;
margin-bottom: 12px;
cursor: pointer;
font-size: 14px;
color: var(--text-muted);
user-select: none;
}
.custom-checkbox-container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.checkmark {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
height: 18px;
width: 18px;
background-color: #fff;
border: 1px solid var(--border-color);
border-radius: 4px;
}
.custom-checkbox-container:hover input ~ .checkmark {
border-color: var(--primary-color);
}
.custom-checkbox-container input:checked ~ .checkmark {
background-color: var(--primary-color);
border-color: var(--primary-color);
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
.custom-checkbox-container input:checked ~ .checkmark:after {
display: block;
}
.custom-checkbox-container .checkmark:after {
left: 6px;
top: 2px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.custom-login-buttons {
display: flex;
flex-direction: column;
gap: 10px;
margin-top: 20px;
}
.custom-btn-primary {
background: var(--primary-color) !important; color: #fff !important;
padding: 10px !important;
font-size: 14px !important;
text-transform: none !important;
}
.custom-btn-secondary {
background: var(--primary-color) !important; color: #fff !important;
border-radius: 4px !important;
padding: 15px !important;
font-weight: 700 !important;
letter-spacing: 0.5px !important;
width: 100% !important;
}
.nav-pills {
gap: 15px;
}
.nav-link {
color: var(--secondary-color);
border-bottom: 1px solid var(--border-color) !important;
border-radius: 0 !important;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
background-color: transparent !important;
color: var(--primary-color) !important;
border-bottom: 1px solid var(--primary-color) !important;
}
.nav-link:focus,
.nav-link:hover {
color: var(--primary-color) !important;
background-color: transparent;
border-bottom: 1px solid var(--primary-color) !important;
}
@media (min-width: 768px) {
.custom-login-buttons {
flex-direction: row;
}
.custom-btn-primary,
.custom-btn-secondary {
flex: 1;
}
} .custom-login-ui label.xoo-ml-phone-label {
display: none !important;
} .xoo-ml-or {
display: none !important;
} .xoo-ml-notice {
width: 100%;
margin-top: 10px;
margin-bottom: 20px; }
.xoo-ml-notice .xoo-ml-notice-error {
background-color: #fce8e8;
color: #d64545;
padding: 12px 15px;
border-radius: 8px;
border: 1px solid #f5c2c2;
font-size: 14px;
line-height: 1.5;
}
.xoo-ml-notice .xoo-ml-notice-success {
background-color: #e8fcf0;
color: #2d8a57;
padding: 12px 15px;
border-radius: 8px;
border: 1px solid #c2f5d9;
font-size: 14px;
} .woocommerce-empty-cart.cart-empty {
text-align: center;
padding: 60px 20px;
}
.cart-empty .empty-cart {
max-width: 600px;
margin: 0 auto;
}
.cart-empty .cart-icon img {
max-width: 150px; height: auto;
margin: 0 auto 25px;
display: block;
}
.cart-empty .empty-cart-heading {
font-size: 28px;
font-weight: 700;
color: var(--secondary-color);
margin-bottom: 10px;
}
.cart-empty .empty-cart-text {
font-size: 16px;
color: var(--text-muted);
margin-bottom: 30px;
}
.cart-empty .return-to-shop {
margin-top: 20px;
}
.blog-wrapper .entry-header {
padding: 0 6rem !important;
}
.entry-blog-categories {
text-align: center;
font-size: 12px;
}
.entry-blog-categories a {
padding: 4px 12px;
border-radius: 2px;
}
.entry-blog-categories a:hover {
background-color: var(--primary-color);
color: #fff;
}
.entry-header h1 {
font-size: 36px;
text-align: center;
}
.entry-blog-meta__inner {
display: flex;
justify-content: center;
gap: 5px;
font-size: 15px;
}
.entry-blog-meta__inner a {
font-weight: 700;
} .entry-footer {
display: flex !important;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 20px;
}
.entry-post-tags {
display: flex;
align-items: center;
gap: 10px;
}
.tags-label {
font-weight: 700;
font-size: 14px;
color: var(--secondary-color);
}
.tagcloud a {
font-size: 14px;
color: #888;
margin-right: 5px;
}
.tagcloud a:hover {
color: var(--primary-color);
}
.entry-post-share {
display: flex;
align-items: center;
}
.post-share {
display: flex;
align-items: center;
gap: 15px;
}
.share-label {
font-weight: 700;
font-size: 14px;
color: var(--secondary-color);
}
.share-list {
display: flex;
gap: 15px;
}
.share-list a {
font-size: 16px;
color: var(--secondary-color);
transition: var(--transition);
}
.share-list a:hover {
color: var(--primary-color);
transform: translateY(-2px);
} .blog-nav-links {
margin-top: 30px; }
.account-menu .nav-list {
position: relative;
width: 100%;
}
.account-menu .nav-item {
flex: 1;
max-width: 100%;
}
.account-menu .nav-item.prev {
text-align: left;
}
.account-menu .nav-item.next {
text-align: right;
}
.account-menu .nav-item--text {
font-size: 11px;
font-weight: 700;
color: #bbb;
letter-spacing: 1px;
}
.account-menu .nav-item h6 {
font-size: 16px;
font-weight: 600;
line-height: 1.4;
margin: 0;
color: var(--secondary-color);
transition: var(--transition);
}
.account-menu .nav-item a:hover h6 {
color: var(--primary-color);
}
.account-menu .nav-arrow .material-symbols-outlined {
font-size: 24px;
color: var(--secondary-color);
line-height: 1;
}
.account-menu .nav-divider {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 1px;
height: 60px;
background-color: var(--border-color);
}
@media (max-width: 767px) {
.entry-footer {
flex-direction: column;
align-items: flex-start;
}
.nav-item {
max-width: 100%;
}
.nav-divider {
display: none;
}
.nav-list {
flex-direction: column;
gap: 30px;
}
.nav-item.next {
text-align: left;
display: flex;
justify-content: flex-start;
}
.nav-item.next .inner {
flex-direction: row-reverse;
justify-content: flex-end;
}
.nav-item.next .nav-arrow {
margin-left: 0 !important;
margin-right: 15px;
}
.blog-wrapper .entry-header {
padding: 0 !important;
}
} .page-tile.text-center .page-breadcrumbs {
font-size: 14px;
color: var(--text-muted);
}
.page-tile.text-center .page-breadcrumbs a {
color: var(--text-muted);
}
.page-tile.text-center .page-breadcrumbs a:hover {
color: var(--primary-color);
}
.page-tile.text-center h1.heading span {
display: block;
font-family: var(--font-family);
} #page-content .container-fluid {
max-width: 1600px;
margin: 0 auto;
}
.post-wrapper .post-thumbnail img {
border-radius: 4px;
transition: transform 0.5s ease;
}
.post-wrapper:hover .post-thumbnail img {
transform: scale(1.05);
}
.post-caption .post-title a:hover {
color: var(--primary-color) !important;
}
.post-categories a {
text-decoration: none;
transition: color 0.3s ease;
}
.post-categories a:hover {
color: var(--primary-color) !important;
} @media (min-width: 1400px) {
.row-cols-xl-4 > * {
flex: 0 0 auto;
width: 25%;
}
}
@media (max-width: 1199px) {
.page-tile.text-center h1.heading span {
font-size: 36px !important;
}
#page-content .container-fluid {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
}
} .custom-wc-notice {
padding: 15px 20px !important;
border: none !important;
border-radius: 8px !important;
margin-bottom: 20px !important;
font-family: "Plus Jakarta Sans", sans-serif !important;
display: block !important;
}
.custom-wc-notice .wc-notice-inner {
display: flex !important;
align-items: center !important;
gap: 15px !important;
align-items: flex-start !important;
}
.custom-wc-notice .wc-notice-icon {
font-size: 20px !important;
}
.custom-wc-notice .woocommerce-notice-content {
flex-grow: 1 !important;
font-size: 14px !important;
line-height: 1.5 !important;
color: #333 !important;
}
.custom-wc-notice .woocommerce-notice-close {
background: transparent !important;
border: none !important;
cursor: pointer !important;
padding: 5px !important;
color: #666 !important;
transition: color 0.3s ease !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
.custom-wc-notice .woocommerce-notice-close:hover {
color: #000 !important;
} .notice-success {
background-color: #f0fdf4 !important;
border: 1px solid #22c55e !important;
}
.notice-success .wc-notice-icon {
color: #22c55e !important;
} .notice-error {
background-color: #fef2f2 !important;
border: 1px solid #ef4444 !important;
list-style: none !important;
}
.notice-error .wc-notice-icon {
color: #ef4444 !important;
} .notice-info {
background-color: #eff6ff !important;
border: 1px solid #3b82f6 !important;
}
.notice-info .wc-notice-icon {
color: #3b82f6 !important;
}
@media (max-width: 768px) {
.custom-wc-notice {
padding: 12px 15px !important;
}
.custom-wc-notice .wc-notice-inner {
gap: 10px !important;
}
} .woocommerce-error,
.woocommerce-message,
.woocommerce-info,
.custom-wc-notice {
position: relative;
overflow: hidden;
}
.woocommerce-message::before {
content: none;
}
.wc-notice-progress-bar {
position: absolute;
bottom: 0;
left: 0;
height: 3px;
width: 100%;
background-color: rgba(255, 255, 255, 0.3);
transform-origin: left;
z-index: 10;
}
.notice-success .wc-notice-progress-bar {
background-color: #28a745;
}
.notice-error .wc-notice-progress-bar {
background-color: #dc3545;
} .woocommerce-cart {
background-color: #f8f9fa;
--success-green: #38b2ac;
--border-light: #ececec;
} .woocommerce-cart .checkout-steps .step {
color: #777;
font-size: 13px;
}
.woocommerce-cart .checkout-steps .step-num {
width: 24px;
height: 24px;
border-radius: 50%;
background: #e9ecef;
color: #777;
display: flex;
align-items: center;
justify-content: center;
margin-right: 8px;
font-size: 11px;
}
.woocommerce-cart .checkout-steps .step.active .step-num {
background: var(--primary-color);
color: #fff;
}
.woocommerce-cart .checkout-steps .step.active .step-text {
color: #000;
}
.woocommerce-cart .checkout-steps .step-line {
flex-grow: 0;
width: 60px;
height: 1px;
background: #dee2e6;
} .woocommerce-cart .demand-alert {
background: #fff9f4;
border: 1px solid #ffe8d5;
color: #b95d13;
font-size: 13px;
font-weight: 500;
} .woocommerce-cart .rounded {
border-radius: 12px !important;
} .woocommerce-cart .cart-items-container {
border-color: var(--border-light) !important;
}
.woocommerce-cart .cart-item-row {
border-color: var(--border-light) !important;
}
.woocommerce-cart .product-thumbnail {
border: 1px solid var(--border-light) !important;
}
.woocommerce-cart .badge-savings {
background: #e6fffa !important;
color: var(--success-green) !important;
font-weight: 700;
} .woocommerce-cart .quantity-input-wrapper { }
.woocommerce-cart .quantity-input-wrapper button { border: none !important;
background: transparent !important;
color: #333;
font-size: 16px;
cursor: pointer;
}
.woocommerce-cart .quantity-input-wrapper input.qty { border: none !important;
text-align: center;
font-weight: 600;
font-size: 14px;
} .woocommerce-cart .remove-link,
.woocommerce-cart .wishlist-link {
color: #888 !important;
font-size: 13px;
text-decoration: none !important;
}
.woocommerce-cart .remove-link:hover {
color: #dc3545 !important;
}
.woocommerce-cart .wishlist-link:hover {
color: var(--primary-color) !important;
}
.woocommerce-remove-coupon {
font-size: 12px;
} .woocommerce-cart .coupon-box,
.woocommerce-cart .cart_totals {
border-radius: 12px !important;
border: 1px solid var(--border-light) !important;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.woocommerce-cart .coupon-box .sidekart-apply-coupon {
background: var(--primary-color) !important;
border-radius: 4px !important;
padding: 8px 20px !important;
height: auto !important;
}
.woocommerce-cart .checkout-btn {
background: var(--primary-color) !important;
color: #fff !important;
width: 100% !important;
display: flex !important;
align-items: center;
justify-content: center;
padding: 16px !important;
border-radius: 8px !important;
font-weight: 700 !important;
font-size: 16px !important;
text-transform: uppercase;
letter-spacing: 0.5px;
border: none !important;
transition: opacity 0.2s;
}
.woocommerce-cart .checkout-btn:hover {
opacity: 0.9;
} .woocommerce-cart .promo-box {
background: #fdf2ff !important;
border: 1px dashed #f3e5f5 !important;
}
.woocommerce-cart .shayn-club-promo .badge {
background: white !important;
color: var(--primary-color) !important;
font-weight: 700;
border-radius: 4px;
}
.woocommerce-cart .trust-badges .badge-item {
border-color: var(--border-light) !important;
}
@media (max-width: 991px) {
.woocommerce-cart .checkout-steps .step-line {
width: 30px;
margin: 0 10px !important;
}
}
@media (max-width: 767px) {
.woocommerce-cart .checkout-steps {
flex-wrap: wrap;
gap: 10px;
}
.woocommerce-cart .checkout-steps .step-line {
display: none;
}
.woocommerce-cart .product-price {
text-align: left !important;
margin-top: 15px;
margin-left: 0 !important;
}
} .ahnira-cart-coupon-input-wrapper.coupon-applied {
background-color: #fbf9fe !important;
border: 1px dashed var(--primary-color) !important;
padding: 12px 15px !important;
margin-bottom: 15px;
border-radius: 8px !important;
}
.ahnira-cart-coupon-applied-text {
color: var(--secondary-color);
}
.ahnira-cart-coupon-applied-text strong {
color: var(--primary-color);
background: #f3e8ff;
padding: 2px 8px;
border-radius: 4px;
font-size: 0.9em;
font-weight: 700;
}
.ahnira-cart-remove-coupon {
font-size: 11px;
letter-spacing: 0.5px;
transition: var(--transition);
color: #dc3545 !important;
text-decoration: none !important;
font-weight: 700 !important;
}
.ahnira-cart-remove-coupon:hover {
opacity: 0.8;
transform: scale(1.05);
}
.ahnira-text-warning {
color: #f39c12 !important;
}
.ahnira-progress-bar {
background-color: var(--primary-color) !important;
} .ahnira-text-primary {
color: var(--primary-color) !important;
}
.ahnira-text-secondary {
color: var(--secondary-color) !important;
}
.ahnira-text-muted {
color: var(--text-muted) !important;
}
.ahnira-bg-primary {
background-color: var(--primary-color) !important;
}
.ahnira-bg-light-teal {
background-color: #e6fffa !important;
}
.ahnira-text-teal {
color: #38b2ac !important;
}
.ahnira-font-main {
font-family: var(--font-family) !important;
}
.ahnira-fw-bold {
font-weight: 700 !important;
}
.ahnira-text-decoration-none {
text-decoration: none !important;
}
.ahnira-cart-apply-coupon,
.ahnira-cart-coupon-apply-btn {
padding: 8px 15px !important;
color: #fff !important;
border: none !important;
border-radius: 4px;
cursor: pointer;
background-color: var(--primary-color) !important;
margin: 0 !important;
}
input#coupon_code {
margin-bottom: 0;
padding: 0px 10px;
}
.ahnira-cart-coupon-item {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px;
margin-bottom: 8px;
background: linear-gradient(135deg, #f8f4ff 0%, #fff 100%);
border: 1px dashed var(--primary-color);
border-radius: 6px;
transition: all 0.2s ease;
}
a.ahnira-cart-view-coupons-link {
color: var(--primary-color);
font-size: 13px;
}
.ahnira-cart-coupons-list {
margin-top: 10px;
overflow-y: auto;
border-top: 1px solid #eee;
padding-top: 10px;
padding-bottom: 10px;
} @media (max-width: 767px) {
.cart-item-row {
padding: 20px 15px !important;
}
.cart-item-row .row-info {
flex-direction: row; flex-wrap: wrap;
}
.cart-item-row .product-title,
.cart-item-row .product-title a {
font-size: 14px !important;
}
.cart-item-row .badge-savings {
display: inline-block;
font-size: 10px !important;
}
.cart-item-row .product-price {
text-align: left !important;
margin-left: 0 !important;
margin-top: 15px;
width: 100%;
border-top: 1px solid var(--border-color);
padding-top: 15px;
display: flex;
align-items: center;
gap: 5px;
}
.cart-item-row .current-price {
font-size: 1.1rem !important;
}
.cart-item-row .item-actions {
width: 100%;
margin-top: 0px;
justify-content: flex-end;
}
.cart-item-row .quantity input.qty {
width: 40px;
}
}
.cky-btn-revisit-wrapper {
display: none !important;
} #ahnira-wishlist-toast-container {
position: fixed;
bottom: 30px;
left: 30px;
z-index: 99999;
display: flex;
flex-direction: column;
gap: 10px;
pointer-events: none;
}
.ahnira-wishlist-toast {
pointer-events: auto;
display: flex;
align-items: center;
background: #fff;
border-radius: 10px;
box-shadow:
0 8px 30px rgba(0, 0, 0, 0.12),
0 2px 8px rgba(0, 0, 0, 0.06);
overflow: hidden;
min-width: 280px;
max-width: 380px;
position: relative;
transform: translateX(-120%);
opacity: 0;
transition:
transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
opacity 0.3s ease;
}
.ahnira-wishlist-toast.ahnira-toast--visible {
transform: translateX(0);
opacity: 1;
}
.ahnira-toast__icon {
flex-shrink: 0;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
margin: 10px 0 10px 10px;
border-radius: 8px;
}
.ahnira-toast--success .ahnira-toast__icon {
background: linear-gradient(135deg, #d4f5e9, #a8e6cf);
color: #1b7a4e;
}
.ahnira-toast--removed .ahnira-toast__icon {
background: linear-gradient(135deg, #fde2e4, #fbc2c4);
color: #c0392b;
}
.ahnira-toast__body {
flex: 1;
padding: 12px 8px 12px 12px;
}
.ahnira-toast__message {
font-size: 13px;
font-weight: 600;
color: #2d3436;
line-height: 1.4;
font-family: var(--font-family, inherit);
}
.ahnira-toast__close {
flex-shrink: 0;
background: none;
border: none;
color: #b2bec3;
font-size: 13px;
cursor: pointer;
padding: 8px 12px;
align-self: flex-start;
transition: color 0.2s;
}
.ahnira-toast__close:hover {
color: #636e72;
} .ahnira-toast__progress {
position: absolute;
bottom: 0;
left: 0;
height: 3px;
width: 100%;
border-radius: 0 0 10px 10px;
animation: ahniraToastProgress 4s linear forwards;
}
.ahnira-toast--success .ahnira-toast__progress {
background: linear-gradient(90deg, #1b7a4e, #2ecc71);
}
.ahnira-toast--removed .ahnira-toast__progress {
background: linear-gradient(90deg, #c0392b, #e74c3c);
}
@keyframes ahniraToastProgress {
from {
width: 100%;
}
to {
width: 0%;
}
} @media (max-width: 576px) {
#ahnira-wishlist-toast-container {
left: 12px;
right: 12px;
bottom: 16px;
}
.ahnira-wishlist-toast {
max-width: 100%;
min-width: 0;
}
}
.return-refund h2 {
margin-top: 0;
} .header-navigation-wrapper
.primary-navigation
ul.menu
> li.menu-item-has-children {
position: static !important;
}
.ahnira-mega-menu {
position: absolute;
top: 110%;
left: 50%;
transform: translateX(-50%) translateY(10px);
max-width: 80%;
width: 100%;
background: #fff;
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
opacity: 0;
visibility: hidden;
transition:
opacity 0.4s ease,
transform 0.4s ease,
visibility 0.4s;
z-index: 9999;
padding: 30px 40px;
border-top: 1px solid var(--border-color);
border-radius: 12px;
}
.header-navigation-wrapper
.primary-navigation
ul.menu
> li:hover
> .ahnira-mega-menu {
opacity: 1;
visibility: visible;
transform: translateX(-50%) translateY(0);
} .ahnira-menu-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(3px);
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
z-index: 998; pointer-events: none;
}
.is-active {
opacity: 1;
visibility: visible;
}
.mega-menu-columns {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
flex-direction: column;
}
.mega-menu-columns > li {  padding: 0 15px;
margin-bottom: 10px;
list-style: none !important;
}
.mega-menu-columns > li a {
margin-bottom: 20px;
}
.mega-column-header > a {
font-weight: 800 !important;
font-size: 16px !important;
color: var(--secondary-color) !important;
text-transform: capitalize !important;
margin-bottom: 15px;
display: block;
letter-spacing: 0.2px;
}
.mega-menu-columns ul.sub-menu {
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
display: block !important;
position: static !important;
box-shadow: none !important;
opacity: 1 !important;
visibility: visible !important;
background: transparent !important;
}
.mega-menu-columns ul.sub-menu li {
margin-bottom: 8px;
border: none !important;
}
.mega-menu-columns ul.sub-menu li a {
font-size: 14px !important;
color: var(--text-muted) !important;
padding: 2px 0 !important;
display: block;
text-transform: none !important;
font-weight: 500 !important;
letter-spacing: 0 !important;
}
.mega-menu-columns ul.sub-menu li a:hover {
color: var(--primary-color) !important;
transform: translateX(5px);
}
.mega-menu-images {
display: flex;
gap: 15px;
justify-content: flex-end;
align-items: center;
}
.mega-image-item {
flex: 1;
max-width: 100%;
}
.mega-image-item img {
width: 100%;
height: auto;
border-radius: 12px; transition: transform 0.3s ease;
}
.mega-image-item img:hover {
transform: scale(1.02);
} @media (max-width: 1024px) {
.mega-menu-images {
display: none !important;
}
.mega-menu-columns {
flex: 0 0 100% !important;
max-width: 100% !important;
}
.mega-menu-columns > li {
flex: 0 0 50%;
max-width: 50%;
}
}
@media (max-width: 767px) {
.mega-menu-columns > li {
flex: 0 0 100%;
max-width: 100%;
}
}
@media (max-width: 768px) {
.pi-popup {
width: 70% !important;
bottom: 20px !important;
left: 20px !important;
}
}
.category-slider .swiper-slide {
display: flex;
text-align: center;
flex-direction: column;
align-items: center;
}
.category-slide-item {
gap: 12px;
display: flex;
flex-direction: column;
}
.category-slider h3 {
font-size: 14px;
}
@media (max-width: 768) {
.category-slider {
gap: 25px;
}
}
.elementor-element-1487396 .elementor-image-box-title {
margin-bottom: 5px;
} .ah-wrap {
max-width: 760px;
margin: 0 auto;
padding: 72px 24px 96px;
font-family: var(--font-family);
color: var(--text-color);
} .ah-eyebrow,
.ah-section-label {
font-size: 11px;
font-weight: 700;
letter-spacing: 2.5px;
text-transform: uppercase;
color: var(--primary-color);
margin: 0 0 14px;
} .ah-hero-title {
font-size: clamp(2.2rem, 5vw, 3.4rem);
font-weight: 800;
line-height: 1.15;
color: var(--secondary-color);
margin: 0 0 16px;
letter-spacing: -0.5px;
}
.ah-hero-title em {
font-style: italic;
font-weight: 700;
color: var(--primary-color);
} .ah-tagline {
font-size: 1rem;
color: var(--text-muted);
font-weight: 500;
letter-spacing: 0.5px;
margin: 0 0 60px;
} .ah-section-title {
font-size: clamp(1.35rem, 3.2vw, 1.85rem);
font-weight: 700;
color: var(--secondary-color);
margin: 0 0 20px;
letter-spacing: -0.2px;
line-height: 1.25;
} .ah-body {
font-size: 0.96rem;
line-height: 1.85;
color: var(--text-color);
margin: 0 0 18px;
}
.ah-body strong {
font-weight: 700;
color: var(--secondary-color);
} .ah-divider {
border: none;
border-top: 1px solid var(--border-color);
margin: 52px 0;
} .ah-origin-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1px;
background-color: var(--border-color);
border: 1px solid var(--border-color);
border-radius: 6px;
overflow: hidden;
margin: 32px 0 0;
}
.ah-origin-cell {
background-color: var(--bg-light);
padding: 28px 32px;
text-align: center;
transition: background-color 0.25s ease;
}
.ah-origin-cell:hover {
background-color: #f3eefa;
}
.ah-name {
font-size: 2rem;
font-weight: 800;
letter-spacing: -0.5px;
color: var(--secondary-color);
margin: 0 0 6px;
line-height: 1;
}
.ah-name-highlight {
color: var(--primary-color);
}
.ah-name-sub {
font-size: 0.78rem;
color: var(--text-muted);
font-weight: 500;
letter-spacing: 0.5px;
margin: 0;
} .ah-pull {
border-left: 3px solid var(--primary-color);
padding: 16px 24px;
font-size: 1.05rem;
font-weight: 600;
font-style: italic;
color: var(--secondary-color);
background-color: var(--bg-light);
border-radius: 0 4px 4px 0;
margin: 32px 0 0;
line-height: 1.6;
} .ah-made-badge {
display: inline-block;
margin-top: 24px;
padding: 9px 18px;
border: 1.5px solid var(--primary-color);
border-radius: 100px;
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
color: var(--primary-color);
background-color: transparent;
transition: var(--transition);
}
.ah-made-badge:hover {
background-color: var(--primary-color);
color: #fff;
} .ah-mission-block {
background-color: var(--bg-light);
border-radius: 8px;
padding: 36px 40px;
border: 1px solid var(--border-color);
margin-top: 8px;
}
.ah-mission-headline {
font-size: 1.2rem;
font-weight: 800;
color: var(--secondary-color);
margin: 0 0 14px;
line-height: 1.3;
}
.ah-mission-text {
font-size: 0.94rem;
line-height: 1.9;
color: var(--text-muted);
margin: 0;
} .ah-pillars {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-top: 24px;
}
.ah-pillar {
border: 1px solid var(--border-color);
border-radius: 8px;
padding: 26px 24px;
transition: var(--transition);
background-color: #fff;
position: relative;
overflow: hidden;
}
.ah-pillar::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 3px;
height: 100%;
background-color: var(--primary-color);
transform: scaleY(0);
transform-origin: top;
transition: transform 0.3s ease;
}
.ah-pillar:hover {
box-shadow: var(--box-shadow);
transform: translateY(-2px);
}
.ah-pillar:hover::before {
transform: scaleY(1);
}
.ah-pillar-title {
font-size: 0.9rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
color: var(--primary-color);
margin: 0 0 10px;
}
.ah-pillar-body {
font-size: 0.88rem;
line-height: 1.75;
color: var(--text-muted);
margin: 0;
} .ah-final-tagline {
font-size: clamp(1.2rem, 3vw, 1.7rem);
font-weight: 800;
font-style: italic;
color: var(--secondary-color);
text-align: center;
margin: 64px 0 0;
line-height: 1.4;
letter-spacing: -0.2px;
} @media (max-width: 767px) {
.ah-wrap {
padding: 48px 20px 72px;
}
.ah-origin-grid {
grid-template-columns: 1fr;
}
.ah-origin-cell {
padding: 22px 20px;
}
.ah-pillars {
grid-template-columns: 1fr;
}
.ah-mission-block {
padding: 26px 22px;
}
.ah-pull {
padding: 14px 18px;
}
} @media (max-width: 480px) {
.ah-hero-title {
font-size: 1.9rem;
}
.ah-section-title {
font-size: 1.25rem;
}
.ah-name {
font-size: 1.6rem;
}
.ah-final-tagline {
font-size: 1.15rem;
}
}
table:not(.has-background) tbody tr:nth-child(2n) td,
fieldset,
fieldset legend {
background-color: transparent;
}
.stock.in-stock {
display: none;
}
.my-account input[type="text"],
.my-account input[type="email"],
.my-account input[type="tel"],
.my-account input[type="password"],
.my-account textarea,
.login-wraper input[type="text"],
.login-wraper input[type="email"],
.login-wraper input[type="tel"],
.login-wraper input[type="password"],
.login-wraper textarea {
padding: 6px 15px;
}
.woocommerce .login-wraper button.button,
.woocommerce .login-wraper input.button {
background-color: var(--primary-color) !important;
}.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails{text-align:center}.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails::before,.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails::after{content:"";display:table}.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails::after{clear:both}.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails li{display:inline-block;width:auto !important;float:none !important;margin-bottom:0 !important}.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails li img{max-height:16px;width:auto;display:block}.widget_brand_nav ul li .count{float:right}.tax-product_brand .woocommerce-products-header{display:flex;flex-direction:column;margin:0 0 2.2906835em;text-align:center}.tax-product_brand .woocommerce-products-header .brand-thumbnail{margin:0 0 1em;width:auto;max-height:2.2906835em;align-self:center;order:1}.tax-product_brand .woocommerce-products-header .woocommerce-products-header__title,.tax-product_brand .woocommerce-products-header .term-description{order:2}div#brands_a_z::before,div#brands_a_z::after{content:"";display:table}div#brands_a_z::after{clear:both}div#brands_a_z ul.brands_index{margin-left:0;padding:0}div#brands_a_z ul.brands_index li{float:none;display:inline-block;margin:0 .3342343017em .2360828548em 0;padding:0;text-transform:uppercase}div#brands_a_z ul.brands_index li a,div#brands_a_z ul.brands_index li span{float:none;display:block;border:0;padding:.3819820591em;min-width:1.618em;text-align:center;background-color:#eee;color:#43454b;line-height:1}div#brands_a_z ul.brands_index li span{opacity:.3}div#brands_a_z h3{text-transform:uppercase}div#brands_a_z a.top{padding:.6180469716em;background-color:#eee;color:#43454b;border:0;line-height:1}div#brands_a_z ul.brands{margin-left:0;list-style-position:inside}div#brands_a_z ul.brands li{margin:0 0 .3819820591em;padding:0 0 .3819820591em;border-bottom:1px solid rgba(0,0,0,.05)}.storefront-wc-brands-single-product{margin:0 0 .5407911001em}.storefront-wc-brands-single-product img{max-height:2.2906835em}@media(min-width: 768px){div#brands_a_z ul.brands_index{width:21.7391304348%;float:left;margin-right:4.347826087%;transition:all .5s ease}div#brands_a_z h3{width:73.9130434783%;float:right;margin-right:0;clear:right;text-transform:uppercase}div#brands_a_z h3:first-of-type{margin-top:0}div#brands_a_z a.top{clear:right}div#brands_a_z ul.brands{width:73.9130434783%;float:right;margin-right:0;clear:right}}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{display:inline-block;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-circle-logo);font-size:2.5em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));height:100px;width:100px}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-inline:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-block-end:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-block-end:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con{margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}:is([data-widget_type="e-component.default"],[data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con{--margin-right:0px;--margin-left:0px}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-button-align-start .e-form__buttons,[dir=rtl] .elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-button-align-end .e-form__buttons,[dir=rtl] .elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;fill:#fff;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;fill:#fff;padding:.5em}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}