/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.single-product .product-image-summary,
.single-product .product-image-summary .woocommerce-product-gallery {
    width: 100% !important;
}
/* бренди */
.abc {
   display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    text-align: center;
    width: 100%;
    font-weight: 800;

}
.abc__link {
    color: #e0e0e0!important;
    text-transform: uppercase;
    font-weight: 800!important;
    
}
@media (max-width: 992px) {
.abc {
    flex-wrap: wrap;
    /*width: 25px;*/
    margin-bottom: 10px;
}
}
.abc-mob {
   display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    text-align: center;
    width: 100%;
}
.abc-mob li {
    margin-right: 10px;
    font-weight: 800;
}

@media (max-width: 767px) {
.abc-mob {
    flex-wrap: wrap;
    margin-bottom: 10px;
}
}