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

/* Mini-cart */

.wd-heading{
    background-color: #000!important;
}

.whb-col-right .wd-header-text{
    flex: 0;
}

.cart-notice p{
    color: #000;
    margin: 0;
    font-size: 1.5em;
    text-transform: uppercase;
    text-align: center;
}

.cart-info .wd-entities-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.cart-info .product-category{
    color: #000;
    font-weight: 300;
}

.cart-info .quantity input.qty{
    font-weight: 700;
}

.mini_cart_item .remove_from_cart_button{
    top: inherit!important;
    bottom: 18px;
}

.mini_cart_item .remove_from_cart_button:hover{
    background-color: inherit!important;
}

.mini_cart_item .remove_from_cart_button:after{
    font-size: 22px!important;
    font-weight: 700;
}

.wd-empty-mini-cart .woocommerce-mini-cart__empty-message{
    color: #000;
    text-transform: uppercase;
}

.woocommerce-mini-cart__total .amount{
    color: #000!important;
}

div.cart-widget-side p.woocommerce-mini-cart__buttons.buttons, div.cart-widget-side p.woocommerce-mini-cart__buttons.buttons:hover{
    background-color: #fff!important;
}

div.cart-widget-side .wd-empty-mini-cart p.woocommerce-mini-cart__buttons.buttons{
    border: 0!important;
}

/* Header */
.whb-general-header-inner > div {
    flex: 1;
}

.wd-header-cart{
    margin-right: 60px;
}

.polylang_langswitcher{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.polylang_langswitcher li{
    display: inline-block;
    margin: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50px;
    transition: background-color .5s;
}

.polylang_langswitcher li:first-child{
    margin-right: 10px;
}

.polylang_langswitcher a{
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 45px;
    transition: color .5s;
}

.polylang_langswitcher .current-lang, .polylang_langswitcher li:hover{
    background-color: #fff;
}

.polylang_langswitcher .current-lang a, .polylang_langswitcher li:hover a{
    color: #000;
}

/* Product main page */

.variation_attributes label{
    position: relative;
}

.color-circle{
    position: absolute;
    top: 2px;
    left: -4px;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    opacity: 0;
    transition: opacity .3s;
}

.variation_attributes .form-control:hover .color-circle, input[type="radio"]:checked + .color-circle{
    opacity: 1;
}

@media (max-width: 981px){
    /* Header */
    .whb-mobile-center{
	    justify-content: center;
    }
    .wd-header-cart{
        margin: 0;
    }
    div.wd-header-cart a{
        color: #fff;
        font-weight: 700;
    }
    span.wd-tools-text{
    	font-size: 14px!important;
    }
    
    .whb-col-mobile ul{
        justify-content: flex-end;
    }
    
    .polylang_langswitcher li{
        width: 35px;
        height: 35px;
    }
    
    .polylang_langswitcher a{
        line-height: 35px;
        font-size: 14px;
    }
    
    /* minicar */
    .cart-widget-side.wd-side-hidden.color-scheme-light.wd-right.wd-opened{
        width: 100vw!important;
        height: 80vh;
    }
.checkout.woocommerce-checkout * { font-size: 2.833vw !important;}
}

p#billing_last_name_field
 {
    width: 100%;
    border-bottom: 0.052vw solid rgba(255, 255, 255, 1);
    margin-bottom: 2.083vw;
}

@media screen and (max-width: 880px) {
    form.woocommerce-checkout {
        flex-flow: column !important;
    }
}

.mfp-container {
	color:#000 !important;
}