a {
    outline: none !important;
}

.woocommerce-js a.remove:before {
    border: none !important;
}

form.woocommerce-ordering select.orderby,
form.woocommerce-ordering select.orderby:focus {
    border: solid 1px #E4B36E59 !important;
}

.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward) {
    color: #250400 !important;
}

.product-colours {
    font-family: "Source Serif Pro", sans-serif !important;
    font-size: 34px;
    font-weight: normal;
    color: #E4B36E;
}

#bulk-add-to-cart,
.wt_frontend_wishlist_table .button.single-add-to-cart {
    background-color: #ffffff !important;
    color: #250400 !important;
    border: solid 1px #250400 !important;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
    border-radius: 0 !important;
}

.wt_frontend_wishlist_table .button.single-add-to-cart {
    word-wrap: normal;
}

.elementor-widget-woocommerce-cart .woocommerce button.button:hover,
#bulk-add-to-cart:hover,
.wt_frontend_wishlist_table .button.single-add-to-cart:hover {
    color: white !important;
    background-color: #250400 !important;
    border-color: #250400 !important;
}

.woocommerce button.button,
.woocommerce-js a.button {
    background-color: white;
    color: #2e2e2d;
    &:hover {
        background-color: #2e2e2d !important;
        color: white !important;
    }
}

.product.type-product {
    transition: transform .1s ease-in-out, box-shadow .1s ease-in-out;
    box-shadow: rgba(0,0,0,0.0) 3px 3px 5px 0;;
    & .icon_after_add_to_cart {
        text-align: end;
        margin-top: -42px;
        opacity: 0;
        transition: opacity .2s ease-in-out;
    }
    &:hover {
        transform: translateY(-3px);
        box-shadow: rgba(0,0,0,0.15) 3px 3px 5px 0;
        & .icon_after_add_to_cart {
            opacity: 1;
        }
    }
}

.elementor-widget-woocommerce-cart .woocommerce .input-text.qty {
    text-align: center !important;
}

.elementor-element.elementor-element-02d41dd .e-cart-section {
    border-color: #E4B36E;
}

*:focus-visible {
    outline: none !important;
}

.e-woocommerce-notices-wrapper .woocommerce-message {
    border-top-color: #dcac6a !important;
    font-style: italic;

    & a.button.wc-forward {
        font-style: normal;
    }
}

table.variations {
    border:none !important;
    & .cfvsw-selected-swatch {
        border-color: #dcac6a !important;
    }
}
.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-cart-form .woocommerce-info {
    border-top-color: #dcac6a !important;
}

.woocommerce-js ul.products li.product.product-category a img,
ol.flex-control-nav.flex-control-thumbs,
table.cfvsw-shop-variations.variations,
.reset_variations, .woocommerce-variation-availability {
    display: none !important;
}

.elementor-566 .elementor-element.elementor-element-072b329.elementor-wc-products ul.products {
    padding: 70px 0 0;
    margin-left: -12px;
    & li.product-category  a {
        width: 100%;
        text-align: start;
        & .woocommerce-loop-category__title {
            text-align: start;
        }
    }
}

.cfvsw-swatches-container .cfvsw-swatches-option {
    min-width: 50px !important;
    min-height: 50px !important;
}

.related.products > h2 {
    font-size: 34px;
    font-weight: 400;
    font-style: italic;
}

.product_tag-bestseller {
    position: relative;
    &::after {
        position: absolute;
        content: 'Bestseller!';
        padding: 5px 10px;
        top: -3px;
        left: -3px;
        background-color:#250400;
        color: white;
        transition: background-color .2s ease-in-out;
        font-family: "Source Serif Pro", sans-serif;
    }
    &:hover::after {
        background-color: #6c3c38;
    }
}

.product_tag-nieuw {
    position: relative;
    &::after {
        position: absolute;
        content: 'Nieuw!';
        padding: 5px 10px;
        top: 240px;
        left: -3px;
        background-color:#250400;
        color: white;
        transition: background-color .2s ease-in-out;
        font-family: "Source Serif Pro", sans-serif;
    }
    &:hover::after {
        background-color: #6c3c38;
    }
}

.product_tag-sale {
    position: relative;
    &::after {
        position: absolute;
        content: 'Sale!';
        padding: 5px 10px;
        top: -3px;
        left: -3px;
        background-color:#250400;
        color: white;
        transition: background-color .2s ease-in-out;
        font-family: "Source Serif Pro", sans-serif;
    }
    &:hover::after {
        background-color: #6c3c38;
    }
}

.cm_padding {
    padding: 0 20px;
}

@media screen and (max-width: 1024px) {
    .footer_menu .elementor-nav-menu {
        justify-content: start !important;
        display: flex;
        flex-direction: column;
        margin-inline-start: 0 !important;
        margin-inline-end: 0 !important;
        & li::after {
            height: 0 !important;
        }
        & a {
           padding: 10px 20px !important;
        }
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .cm_padding {
        padding: 0 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .cm_padding {
        padding: 0 10px !important;
    }
}