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

.shop-loop-subcategories {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.shop-loop-subcategories a {
    margin-right: 20px;
	padding-left: 6px;
    padding-right: 6px;
    border: 1px solid rgb(247 204 233);
    border-radius: 35px;
    color: #777;
    text-align: center;
}
.shop-loop-subcategories a:hover {
    
    background-color: rgb(247 204 233);
    color: white;
    }

.shop-loop-subcategories a:last-child {
    margin-right: 0;
}

a.viber_product {
    background-color: #7561f7;
    color: #fff;
    margin: 0 26px 20px 0;
    font-size: 13px;
    font-weight: 400;
    padding: 12px 9px;
}

a.viber_product::before {
    content: "\f409" ;
    font-family: "Font Awesome 5 Brands";
    font-size: 20px;
    padding-right: 5px;
}

a.viber_product:hover{
    background-color: #4531af;
    color: #fff;
}

@media (max-width: 930px) {
    a.viber_product {
        margin-right: 0;
    }
}
@media (max-width: 769px) {
    a.viber_product {
        margin-right: 26px;
    }
}
@media (max-width: 465px) {
    a.viber_product {
        margin-right: 0;
    }
}

.btn.button-icon {
    font-size: 0;
    padding: 0;
    border: none;
    background: none;
}

.btn.button-icon:hover {
    color: var(--wd-header-el-color-hover);
}

.btn.button-icon .wd-btn-icon {
    font-size: 24px;
    margin: 0;
}

.popup-contacts .contacts {
    display: flex;
    flex-direction: column
}

.popup-contacts .contact {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.popup-contacts .contact:last-child {
    margin-bottom: 0;
}

.popup-contacts .contact .contact-title,
.popup-contacts .contact a {
    color: #ffffff;
}

.popup-contacts .contact .contact-title {
    line-height: 1.35;
    margin-bottom: 5px;
}

.viber-button {
    font-size: 12px;
    padding-left: 45px;
    background-image: url('/wp-content/themes/woodmart-child/images/icon/viber.svg');
    background-repeat: no-repeat;
    background-position: 17px center;
}

.woocommerce-variation-description {
    text-align: left;
    max-width: 260px;
    margin: 0 auto;
}