/*
 Theme Name:   Lemedia Child
 Description:  Lemedia Child Theme
 Author:       XTemos
 Author URI:   https://lemedia.nl
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.usp-item {
    font-weight: 600 !important;
    text-transform: uppercase;
}

.usp-divider {
    padding:  0 10px;
}

.whb-main-header .wd-sub-menu li > a img {
    display: none;
}

.whb-main-header .sub-sub-menu li > a img {
    display: unset;
    max-height: 22px;
}

.wd-sub-menu li > a img {
    max-height: 22px;
}

.header-phone svg path {
    fill: #09ccae !important;
}

.wd-nav-product-cat .wd-sub-menu {
    background: #fff;
}
.wd-nav-product-cat .wd-sub-menu li a {
    color: #333;
}

.wd-main-logo img {
    width: 140px;
    max-width: 140px !important;
}

.wd-sticky-logo img {
    width: 125px;
    max-width: 125px !important;
}

.yoast-breadcrumb {
    margin-left: -5px;
}
.yoast-breadcrumb span,
.yoast-breadcrumb a {
    font-size: 13px;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 0;
}

.yoast-breadcrumb a {
    margin: 0 3px;
}
.yoast-breadcrumb .breadcrumb_last {
    margin-left: 3px;
}

.payment-methods {
    display: flex;
    justify-content: flex-end;
}

.payment-methods img {
    display: block;
    margin-left: 10px;
}

.wd-info-box .info-box-subtitle, .wd-info-box .info-box-title {
    margin-bottom: 0px !important;
}

.woodmart-product-categories img {
    max-height: 32px;
    width: 35px;
}

.woodmart-product-categories .wd-sub-menu.sub-menu img {
    width:  unset;
}

.wd-prefooter {
    padding-bottom: 0px;
}

.woocommerce-thankyou-order-received {
    border: 2px dashed #09ccae;
    color: #09ccae;
}

.tawkto {
    cursor: pointer;
}

.wd-cookies-popup.popup-display {
    background: #fe486e;
    box-shadow: none;
}
.cookies-info-text {
    color: #fff;
}
.cookies-buttons .cookies-more-btn {
    border-bottom: 0 !important;
    position: relative;
    top: 2px;
    color:  #fff !important;
}
.cookies-buttons .cookies-accept-btn {
    background: #fff !important;
    color: #fe486e !important;
}
.footer-logo {
    width:  65%;
    max-width: 250px !important;
}
.footer-help {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 1024px){
    .payment-methods {
        justify-content: center;
    }  
    .sticky-toolbar-on .scrollToTop {
        display: none;
    }  
    .color-scheme-light .wd-nav-product-cat .wd-dropdown {
        background-color: #fff;
    }
    .woodmart-product-categories img {
        max-height: 22px;
        width: 25px;
    }
    .footer-help {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer-help .wd-info-box {
        margin-bottom: 5px
    }
    .footer-help .vc_column-inner {
        padding-top: 5px !important;
    }
    .footer-help .wpb_wrapper {
        display: flex;
    }

}