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


 /* product detail - yellow bullets p fix */
 .woocommerce-product-details__short-description p {
   display: block !important;
}


ul.advantages-icons-desc {
    list-style-position: initial;
    list-style-image: initial;
    list-style-type: none;
    margin-left: 0;
    display: block;
}

ul.advantages-icons-desc li {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

ul.advantages-icons-desc li>img {
    max-width: 30px;
    height: auto;
    margin: 0 7px 0 0;
    width: 100%;
    height: 100%;
}

/*.product-type-variable.single-product-content .product-image-summary-wrap .wgm-info bdi {
    font-size: 13px !important;
}*/


.single-product-content .price span:not(.price-per-unit).woocommerce-Price-amount bdi{
    color: #8A8A8A !important;
   font-size: 18px!important;
}


   .single-product-content .product-image-summary-wrap .price{
        line-height: 50px!important;
    }

.single-product-content.sale .product-image-summary-wrap p.price del bdi{
    font-size: 18px!important;
}

@media only screen and (max-width: 600px) {
    .single-product-content .product-image-summary-wrap .price{
        line-height: 50px!important;
        margin-bottom: -10px!important;
    }

.single-product-content .product-image-summary-wrap .price{
    margin-top: 7px!important;
    margin-bottom: 22px!important;
}

}

@media only screen and (min-width: 767px) {

.single-product-content .product-image-summary-wrap .price{
    margin-top: 13px!important;
    margin-bottom: 30px!important;
}

}