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


.wd-content-area.site-content {
	max-width: 100%; 
	padding-left: 0px; 
	padding-right: 0px;
}

.wd-product .product-image-link img {
    width: 100% !important;
    height: 250px !important; 
    object-fit: cover !important; 
    object-position: center !important;
    max-width: 100% !important;
    display: block !important;
}

.wd-product .product-element-top {
    height: 250px !important; 
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.wd-product .product-element-bottom {
    padding-top: 15px !important; 
    padding-bottom: 20px !important; 
}

.wd-product .wd-entities-title,
.wd-product .price {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

.wd-product .hover-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.wd-product .product-image-link img[style] {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
}
*/
