/*  GENERAL */

:root {
    --green: #5fea47;
    --teal: #033d4f;
    --red: #f50a0a;
    --CTA-Button: #5fb4fa;
    --text-color1: #1a2534;
    --text-color2: #323c49;
    --text-color3: #6f767f;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

body {
    color: var(--text-color3);
}

.iqit-megamenu-container {
    background-color: var(--green);
}

.btn.add-to-cart {
    border-radius: 6px;
}

.btn.add-to-cart:active,
.btn.add-to-cart:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    background-color: var(--CTA-Button);
    color: black;
}

.btn-text {
    color: black!important;
    font-weight: bold;
    font-size: 14px;
}

/*  HEADER  */

header #desktop_logo .logo {
    max-width: 200px;
}

header #desktop-header-container .col-header-center {
    justify-items: center;
}

header #lenik-meilisearch-search-box #lenik-search-input {
    border: 1px solid #e8e9eb;
}

header #lenik-meilisearch-search-box .lenik-search-icon {
    top: 0;
    right: 0 !important;
    height: 100% !important;
    width: 50px !important;
}

header #cbp-hrmenu-tab-1 .fa-grid-2::before {
    content: "\e196";
}

header #mobile-header,
header #mobile-header #mobile-header-sticky {
    background: white;
}

#mobile-header .m-nav-btn {
    color: var(--teal);
}

body#index>#main-page-content>#wrapper {
    padding-top: 0;
}

#iqitmegamenu-wrapper #cbp-hrmenu>ul {
    display: flex;
}

#iqitmegamenu-wrapper #cbp-hrmenu>ul>li {
    flex: 0 0 auto;
}

#iqitcookielaw {
    position: fixed;
    bottom: 10px;
    left: 10px;
    padding: 15px;
    width: 100%;
    max-width: 250px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    border-radius: 4px;
    opacity: 1;
    backdrop-filter: blur(6px);
    box-shadow: 1px 2px 8px 0 rgb(0 0 0 / 35%);
    z-index: 999999999999;
}

#iqitcookielaw p {
    overflow: auto;
    max-height: 55px;
    line-height: 1.6;
}

#iqitcookielaw p.opened {
    overflow: hidden;
    max-height: 100%;
}

#iqitcookielaw p::-webkit-scrollbar {
    width: 4px;
}

#iqitcookielaw p::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#iqitcookielaw p::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #888;
}

#iqitcookielaw a {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

#mobile-header .m-nav-btn .fa-bars {
    font-size: 30px;
}

#mobile-header .mobile-menu__column-title {
    font-size: 14px;
    color: black!important;
}

.mobile-menu__column-categories:not(:last-child) {
    margin-bottom: 10px;
}

#_mobile_iqitmegamenu-mobile.dropdown-menu.show {
    width: 100%!important;
    background-color: rgba(0, 0, 0, 0.5)!important;
}

#_mobile_iqitmegamenu-mobile #iqitmegamenu-mobile {
    width: 75%;
}

#_mobile_iqitmegamenu-mobile

.mobile-menu__footer {
    font-weight: bold;
    color: #007bff;
}

.ps-shoppingcart .cart-products-count-btn {
    left: -10px;
    top: -10px;
    right: auto;
}

/*  INDEX/HOME  */

.swiper-button.elementor-swiper-button {
    border-radius: 50%;
    box-shadow: 0 2px 7px -2px rgb(0 0 0 / 30%);
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.1882352941);
    padding: 0;
    width: 40px;
    height: 40px;
}

body#index .homepage-banner .swiper-pagination-bullet,
body#index .homepage-brand-carousel .swiper-pagination-bullet {
    border: 1px solid #e84141;
    width: 12px;
    height: 12px;
}

body#index .homepage-banner .swiper-pagination-bullet:not(.swiper-pagination-bullet-active),
body#index .homepage-brand-carousel .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: white;
    opacity: 1;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-weight: 300;
    font-size: 20px;
}

.swiper-button:not(.swiper-button-disabled):hover {
    background-color: var(--teal)!important;
    color: white!important;
}

/*  BREADCRUMBS */

nav.breadcrumb ol li > span {
    color: var(--text-color2);
}

/*  HOMEPAGE  */

.elementor-row .elementor-element .elementor-element-populated:has(.homepage-bottom-card) .elementor-widget-wrap {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 12px;
    transition: background 0.3s, color 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.elementor-row .elementor-element .elementor-element-populated:has(.homepage-bottom-card):hover .elementor-widget-wrap {
    background: #5FEA47;
    color: white;
}

.elementor-row .elementor-element .elementor-element-populated:has(.homepage-bottom-card):hover .elementor-widget-wrap a {
    color: white;
}

.homepage-testimonial .swiper-wrapper {
    align-items: center;
}

/*  PRODUCT MINIATURES  */

.product-miniature.product-miniature-layout-1 {
    background: linear-gradient(180deg, #f2f2f2, transparent);
    border-radius: 8px;
    border: 1px solid #eee;
}

.product-miniature.product-miniature-layout-1 .product-flag.discount {
    font-size: 25px;
    border-radius: 4px;
}

.product-miniature.product-miniature-layout-1 .product-functional-buttons-bottom {
    transform: translate(0, 0);
    opacity: 1;
    margin: 0;
    top: 0;
}

.product-miniature.product-miniature-layout-1 .product-functional-buttons a {
    box-shadow: 0 4px 12px -3px #00000015;
}

.product-miniature.product-miniature-layout-1 .product-functional-buttons a:hover {
    opacity: 1;
}

.product-miniature.product-miniature-layout-1 .product-functional-buttons-bottom .btn-iqitwishlist-add {
    font-size: 19px;
    color: #e84141;
    margin: 0;
}

.product-miniature.product-miniature-layout-1 .product-functional-buttons-bottom .btn-iqitwishlist-add .fa {
    font-size: 19px;
}

.product-miniature.product-miniature-layout-1 .product-functional-buttons-bottom .btn-iqitwishlist-add:hover .fa {
    font-weight: 700;
}

.product-miniature.product-miniature-layout-1 .product-functional-buttons-bottom .btn-iqitcompare-add,
.product-miniature.product-miniature-layout-1 .product-functional-buttons-bottom .js-quick-view-iqit {
    display: none;
}

.product-miniature.product-miniature-layout-1 .quantity-and-add-to-cart__wrapper {
    margin: auto 0 0 0;
}

.product-miniature.product-miniature-layout-1 .quantity-and-add-to-cart__wrapper .product-add-cart {
    margin: 0;
}

.product-miniature.product-miniature-layout-1 .miniature-product-availability {
    margin-bottom: 10px;
}

.product-miniature.product-miniature-layout-1 .miniature-product-availability.available {
    font-size: 20px;
    color: #11a717;
}

.product-miniature.product-miniature-layout-1 .miniature-product-availability.on-order {
    color: #22a7f0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.product-miniature.product-miniature-layout-1 .miniature-product-availability.unavailable {
    color: var(--red);
    font-size: 14px;
    font-weight: 400;
}

.product-miniature.product-miniature-layout-1 .product-title a {
    font-weight: bold;
    color: black;
}

.product-miniature.product-miniature-layout-1 .product-brand a {
    color: #00008B;
    font-size: 14px;
    font-weight: bold;
}

.product-miniature.product-miniature-layout-1 .js-quick-view-iqit {
    color: #fff!important;
    text-align: center;
    background: #000;
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    margin-left: -50px;
    z-index: 1;
    font-weight: bold;
    text-decoration: none!important;
    display: none;
}

.product-miniature.product-miniature-layout-1:hover .js-quick-view-iqit {
    display: block;
}

/*  CATEGORY    */


body#category .category-description,
body#category .category-description .show-more-less__buttons,
body#category .category-description .show-more-less__buttons button {
    margin: 0;
}

body#category .category-description .show-more-less__buttons button {
    padding: 0;
    color: #00008B;
    font-size: 13px;
    font-weight: 700;
}

body#category .category-description {
    margin-bottom: 5px;
}

body#category .category-description h2 {
    font-size: 20px;
}

body#category .category-description p {
    font-size: 13px;
}

body#category #products #js-product-list-top {
    margin-top: 0;
    border-top: 0;
}

body#category #products .products-sort-order {
    display: flex;
    align-items: center;
}

body#category #products .products-sort-order span {
    margin-right: 0.5rem;
}

body#category #products .products-sort-order .select-title {
    border-radius: 4px;
}

body#category #products .products-sort-order .select-title span,
body#category #products .products-sort-order .select-title a {
    color: #333;
    font-size: 13px;
}

body#category #products .number-and-sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body#category #products .number-and-sort span {
    font-size: 15px;
}

body#category #search_filter_toggler {
    background: #5fb4fa;
    border: 1px solid #5fb4fa;
    color: #23425c;
    border-radius: 6px;
    font-weight: bold;
    font-size: 14px;
}

/*  PRODUCT PAGE    */

body#product #main-product-wrapper.product-container .product-info-row {
    border-radius: 4px;
    border: 1px solid #eee;
    padding: 15px 15px 0;
    margin-bottom: 0;
}

body#product #main-product-wrapper .product-description {
    /* color: black; */
    font-size: 15px;
    line-height: 24px;
}

body#product .product-flags .product-flag {
    border-radius: 4px;
}

body#product .product-cover:hover .product-flags {
    opacity: 1;
    visibility: visible;
}

body#product .product-manufacturer img {
    max-width: 90px;
}

body#product #main-product-wrapper .product_header_container {
    border: 0;
    padding: 0;
}

body#product .product-availability {
    margin-bottom: 10px;
}

body#product .product-availability.available {
    font-size: 20px;
    color: #11a717;
}

body#product .product-availability.on-order {
    color: #22a7f0;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

body#product .product-availability.unavailable {
    color: var(--red);
    font-size: 14px;
    font-weight: 400;
}

body#product .col-product-info .has-discount .product-discount .regular-price {
    padding-left: 0;
    font-size: 16px;
}

body#product .col-product-info .tax-shipping-delivery-label,
body#product .col-product-info .discount-value {
    color: #e84141;
    font-size: 21px;
    font-weight: bold;
    margin: 0;
}

body#product .product-quantity .add-to-cart:disabled {
    opacity: 0.75;
}

body#product .product-information .add-to-cart {
    font-size: 16px;
}

body#product .qty .btn-touchspin:hover {
    color: #fff;
    background: var(--text-color3);
}

body#product .product-assistance,
body#product .product-assistance a {
    color: #333;
    font-size: 15px;
}

body#product .product-assistance a {
    color: #033d4f !important;
}

body#product .product-assistance .product-reference {
    margin-bottom: 0;
}

body#product .product-actions button.btn.btn-iqitwishlist-add {
    background-color: white!important;
    font-weight: bold;
    font-size: 14px;
    padding: 0;
}

body#product .custom-reassurance {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

body#product .custom-reassurance .reassurance-box {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-color3);
    font-size: 12px;
    text-align: center;
}

body#product .custom-reassurance .reassurance-box strong {
    color: var(--text-color2);
    font-size: 13px;
    text-transform: uppercase;
}

body#product #productdaas-accordion .card .title a {
    font-size: 26px;
    color: black;
    padding: 15px 0;
}

body#product #productdaas-accordion h1 {
    color: #2E8B57;
    font-size: 22px;
}

body#product #productdaas-accordion .product-info > * {
    margin-bottom: 15px;
}

body#product #productdaas-accordion .product-info tr:nth-of-type(odd),
body#product #productdaas-accordion .product-features dt:nth-of-type(odd),
body#product #productdaas-accordion .product-features dd:nth-of-type(odd) {
    background-color: #f2f2f2;
}

body#product #productdaas-accordion .product-info tr th,
body#product #productdaas-accordion .product-info tr td,
body#product #productdaas-accordion .product-features dd,
body#product #productdaas-accordion .product-features dt {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 0;
}

body#product #productdaas-accordion .product-info a {
    color: #00008B;
    font-weight: bold;
}

body#product .category-products .section-title {
    font-weight: 400;
    font-size: 26px;
    color: var(--text-color1);
    border: 0;
    margin-bottom: 0;
    margin-top: 40px;
}

body#product .col-product-image {
    padding-right: 20px;
}

body#product .col-product-info {
    padding-left: 20px;
}

body#product .product-actions {
    margin-top: 35px;
}

@media screen and (max-width:500px) {
    body#product .custom-reassurance {
        gap: 25px;
        overflow: scroll;
        scrollbar-width: none;
    }

    body#product .custom-reassurance .reassurance-box {
        white-space: nowrap;
    }
}

/*  FOOTER  */

#footer .ps-emailsubscription-block .newsletter-input-group {
    border-radius: 22px;
}

#footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe {
    background-color: #033d4f;
    border-radius: 22px;
    color: white;
}

#footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe:hover {
    opacity: 0.9;
    color: white;
}
