.searchform[class*="wd-style-with-bg"] .searchsubmit {
    --btn-color: #243C7F;
    --btn-bgcolor: #FCEC03;
}

.wd-tools-element.wd-design-8 .wd-tools-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #FCEC03 !important;
    color: #000;
    transition: all .25s ease;
}

.cookies-more-btn {
    display: none;
}


/* Woo */

.wd-product:not(.wd-hover-small) :is(.product-image-link, .hover-img) img {
    width: 100%;
    object-fit: contain;
    height: 200px;
}

.woocommerce-product-gallery.image-action-zoom .wd-carousel-item figure a:last-child,
.woocommerce-product-gallery.image-action-none .wd-carousel-item figure a {
    cursor: default;
    pointer-events: none;
    width: 100%;
    height: 600px;
    display: block;
}

@media (max-width:576px) {

    .woocommerce-product-gallery.image-action-zoom .wd-carousel-item figure a:last-child,
    .woocommerce-product-gallery.image-action-none .wd-carousel-item figure a {
        cursor: default;
        pointer-events: none;
        width: 100%;
        height: 300px;
        display: block;
    }
}


.woocommerce-product-gallery img {
    width: 100%;
    border-radius: var(--wd-brd-radius);
    object-fit: contain;
    height: 100%;
}


.wd-btn-design-full form.cart :where(.single_add_to_cart_button, .wd-buy-now-btn) {
    max-width: 250px;
}

.wd-header-cats.wd-style-1 .menu-opener:after {
    display: none;
}


.opt-sale h3 {
    text-align: center;
    font-family: 'Roboto';
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    border: 0px solid #eee !important;
    margin: 0 .5em 0 -70px !important;
}

.elementor-widget-container .wc-block-product-categories-list-item a {
    display: flex;
    align-items: center;
}

/* Menu */

.menu-opener.sticky-hover {
    background-color: #243C7F !important;
    color: #fff !important;
    border-radius: 0px !important;
}


.wd-nav-vertical.wd-design-default>li:is(.wd-opened, :hover)>a {
    background-color: #243C7F !important;
    color: #fff !important;
}

.wd-nav-img,
.wd-sub-menu li>a img {
    flex: 0 0 auto;
    display: inline-block;
    width: 30px;
    height: 30px;
    max-height: 30px;
    -inline-end: 7px;
    object-fit: contain;
    object-position: 50% 50%;
    line-height: 0;
    border-radius: 50px;
}

/* POSTS */
.post-single-page .wd-meta-reply {
    display: none;
}


/* Category filter */

.elementor-widget-container .filter-category {
    display: none !important;
}

/* Menu hover text */
.wd-nav[class*="wd-style-"]>li:is(.current-menu-item, .wd-active, .active)>a {
    color: #000000;
}


div.quantity input[type="number"] {
    width: 70px !important;
    border-radius: 0;
    border-right: none;
    border-left: none;
}

/* Cart icon header */
.wd-header-cart.wd-design-3 .wd-cart-subtotal .amount {
    color: #fff !important;
}

.np-header {
    margin-top: 20px;
}

#billing_country_field {
    display: none !important;
}


[class*="title-line-"] .wd-product .wd-entities-title {
    overflow: visible !important;
    max-height: calc(var(--title-line-count, 1) * var(--title-line-height, 1.4em));
    line-height: var(--title-line-height, 1.4em);
}

[class*="title-line-"] .wd-product .wd-entities-title {
    max-height: none !important;
}

.woocommerce-product-gallery img {
    width: 100%;
    border-radius: var(--wd-brd-radius);
    height: 600px !important;
}


@media (max-width:576px) {

    .woocommerce-product-gallery .wd-carousel-inner {
        margin: 0;
        width: 100%;
        height: 300px;
    }

    .woocommerce-product-gallery img {
        width: 100%;
        border-radius: var(--wd-brd-radius);
        height: 300px !important;
    }
}
