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


/* disable category zoom transion  */

/* body .category-grid-item .category-image {
    -webkit-transform: none !important;
    transform: none;
} */

/* product edit  */
/* body .product-grid-item {
    box-shadow: 0px 15px 5px 0px rgba(0, 0, 0, 0.12);
} */

/* del .amount {
    color: #eeeeee !important;
    text-decoration-line: line-through;
    font-size: 14px !important;
}



body .product-grid-item .amount {
    font-weight: 800;
    color: #ffffff;
    font-size: 18px
}



body .product-grid-item .wd-entities-title a {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff
} */







/* product image bottom border */
.wd-product:not(.wd-hover-small) :is(.product-image-link, .hover-img) img {
    border-radius: 0 0 5px 5px;
}



/*  hide Quantity on product page */
.wd-single-add-cart .quantity {
    display: none;
}

/* category img edits */
.wd-cat-thumb {
    padding: 5px
}