/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/*
 * Header
 * */
.wd-header-cart.wd-design-2 .wd-cart-number,
.wd-tools-element .wd-tools-count {
    background-color: #252525;
}

.cat-design-alt .category-image-wrapp {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/*
* Shop Page (image size)
* */
ul.hasno-product-count li.cat-item .wd-nav-img {
    margin-right: 10px;
    max-height: 40px;
}

/*
* Header Layouts
* */
body .whb-general-header-inner,
body .whb-header-bottom-inner {
    height: auto;
}

body .whb-header-bottom-inner {
    padding-bottom: 10px;
}

.h_phone {
    font-size: 16px;
}

@media (min-width: 1025px) {
    body .whb-header-bottom-inner {
        height: auto;
    }
}


/*
 * Home Page (Labels)
 * */
.product-label.onsale {
    background: #ff4a4a;
}

.sale ins .woocommerce-Price-amount.amount {
    color: #ff4a4a;
}

/*
 * Cart
 * */
body.woocommerce-checkout table.woocommerce-checkout-review-order-table thead,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table .cart-subtotal,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
    display: none;
}

/*
 * Checkout Page
 * */
body.woocommerce-checkout #billing_postcode_field,
body.woocommerce-checkout #billing_country_field,
body.woocommerce-checkout #billing_address_2_field,
body.woocommerce-checkout #billing_city_field {
    display: none !important;
}

/*
 * Thank you Page
 * */
body.woocommerce-order-received table.woocommerce-table > thead,
body.woocommerce-order-received table.woocommerce-table > tfoot > tr:first-child {
    display: none;
}

/*
 * Card - add to cart
 * */
body.single-product .summary-inner .single_add_to_cart_button,
.related-products .wd-hover-quick .wd-add-btn > a,
body .wd-hover-quick .wd-add-btn > a {
    color: #fff;
    background: #ff4a4a;
}

.related-products .wd-hover-quick .wd-add-btn > a:hover,
body .wd-hover-quick .wd-add-btn > a:hover {
    color: #fff;
}


/*
 * Mini cart
 * */
.woocommerce-mini-cart__buttons .button.btn-cart.wc-forward {
    color: #fff;
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background: #ff4a4a;
}
.woocommerce-mini-cart__buttons .button.checkout.wc-forward {
    display: none;
}
.woocommerce-mini-cart__total strong {
    font-size: 0;
}
.woocommerce-mini-cart__total strong:before {
    color: #2d2a2a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    content: 'Итого:';
}
html[lang="uk"] .woocommerce-mini-cart__total strong:before {
    content: 'Всього:';
}

/*
 * Checkout Page
 * */
.woocommerce-billing-fields {
    margin-top: 10px;
}

.woocommerce-billing-fields > h3 {
    margin-bottom: 13px;
}
body.woocommerce-page .wc-urk-shipping-form-group label {
    font-weight: 900;
}

/*
 * Contact Page
 * */
.fw_normal {
    font-weight: normal;
}

.contacts_meta {
    font-size: 20px;
}

/*Responsive*/
    @media (max-width: 991px) {
        .owl-carousel .wd-slide {
            background-position: right center;
        }
    }

    @media (max-width: 1024px) {
        .home-category .wd-btn-arrow:after {
            font-size: 25px;
        }
    }

    @media (max-width: 600px) {
        /*
         * Category Carousel (Home Page)
         */
        .home-category .vc_column-inner {
            padding-left: 0;
            padding-right: 0;
        }
        .home-category .owl-carousel .owl-stage {
            left: -40px;
        }
        body.home .home-category .owl-nav > div[class*="prev"] {
            left: -25px;
        }
        body.home .home-category .owl-nav > div[class*="next"] {
            right: -25px;
        }
    }
    @media (max-width: 480px) {
        .owl-carousel .wd-slide {
            background-position: -300px center;
        }
    }
/*Responsive/ */