/* header */
/*.wd-header-cart.wd-design-2 .wd-cart-number,
.wd-header-cart.wd-design-5 .wd-cart-number,
.wd-tools-element:is(.wd-design-2,.wd-design-5) .wd-tools-count,
.wd-accordion-opener {
    color: #003825 !important;
}

.wd-header-text [class*="wcml-dropdown"] .wcml-cs-submenu,
.whb-color-light:not(.whb-with-bg) {
    background-color: #1E2545!important;
}

body .whb-color-light .wd-header-text [class*="wcml-dropdown"] a.wcml-cs-item-toggle::after {
    color: #6372B5;
}*/

.wd-header-cart.wd-tools-element>a {
   color: #FF3366!important;
}
.wd-header-wishlist.wd-tools-element>a {
   color: #FF3366!important;
}

.wd-dropdown-my-account .wd-sub-menu li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}


.wd-dropdown-menu.wd-design-default {
    --wd-dropdown-width: 200px;
}

.wd-nav.wd-gap-l {
    --nav-gap: 100px;
}

.wd-header-cart .wd-tools-icon,
.wd-header-wishlist .wd-tools-icon,
.wd-header-my-account .wd-tools-icon {
    font-size: 0 !important;
}

.wd-header-cart .wd-tools-icon::before,
.wd-header-wishlist .wd-tools-icon::before,
.wd-header-my-account .wd-tools-icon::before {
    content: "" !important;

    width: 20px;
    height: 20px;

    display: block;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.wd-header-cart .wd-tools-icon::before {
    background-image: url("/wp-content/uploads/2026/05/icon-cart.svg");
}

.wd-header-wishlist .wd-tools-icon::before {
    background-image: url("/wp-content/uploads/2026/05/icon-wishlist.svg");
}

.wd-header-my-account .wd-tools-icon::before {
    background-image: url("/wp-content/uploads/2026/05/icon-account.svg");
}

.wd-dropdown {
    border-radius: 5px;
}

.wd-tools-element>a {
    padding-inline: 17px;
}

.wcml-dropdown.product.wcml_currency_switcher {
    margin-right: 13px;
}

.whb-main-header .woocommerce-Price-amount.amount {
    margin-left: -14px;
}
.whb-main-header .wd-nav.wd-gap-l {
    --nav-gap: 100px;
}

body header .whb-with-shadow {
    box-shadow: none;
}

[class*="wcml-dropdown"] a.wcml-cs-item-toggle:after {
    color: #6B7280;
}

.wd-nav.wd-style-default {
    --wd-navigation-color: 0,0,0;
    --nav-color-hover: rgb(0,0,0, 0.8);
}

