/*
 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-product:not(.wd-hover-small) :is(.product-image-link,.hover-img) :is(picture,img) {
    width: 100%;
    min-height: 500px !important;
    object-fit: cover !important;
}

.wd-logo {
    max-height: 115px !important;
}

.whb-scroll-stick .whb-flex-row {
    padding:  0px !important;
}

.whb-scroll-stick .whb-flex-row {
    max-height: 118px !important;
    height: 118px !important;
}

.product-element-top {
    transform: unset !important;
}

.product-element-top:hover .hover-img {
    transform: unset !important;
}
.woocommerce-mini-cart-item  span.wd-entities-title span {
    color: transparent;
    border: 1px solid #eaeaea;
    vertical-align: middle;
    overflow: hidden;
}