/*
Theme Name:     Servo
Theme URI:      n/a
Template:       kadence
Author:         Marketing The Change
Author URI:     n/a
Description:    Servo
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.single-product .woocommerce-variation-description,
.single-product .entry-header .entry-taxonomies{
    display: none;
}
.single-product:not(.child-product) .woocommerce-variation-add-to-cart-enabled,
.single-product:not(.child-product) .product_meta .sku_wrapper{
    display: none !important;
}
.single-product .woocommerce-variation-add-to-cart-disabled{
    display: none;
}

.single-product.child-product .woocommerce-variation-add-to-cart-enabled{
    display: block;
}

.single-product .woocommerce-product-details__short-description p{
    margin-top: 0 !important;
}
.single-product h2.child-product-title,
.single-product .woocommerce-variation-add-to-cart{
    margin-bottom: 1em;
}

.single-product table.variations{
    display: none;
}

.single-product select.child-products{
    margin: 1em 0;
    width: 100%;
    max-width: 75%;
}
ul.products li .woocommerce-loop-product__title_ink{
    word-break: break-word;
    white-space: pre-wrap;
}

@media screen and (min-width: 1025px){
    .woocommerce-shop .grid-lg-col-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}