/*
 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-wrapper .wd-products[class*="wd-stretch-cont"] .wd-product :is(.price,.wrap-price,.product-rating-price) {
    margin-top: 0px !important;
}
.product-wrapper .product-element-top.wd-quick-shop {
    height: 265px !important;
}
.product-wrapper img.attachment-large.size-large {
    height: 265px !important;
    object-fit: fill;
    background: white;
    padding: 10px;
    border: 1px solid #dedede5c;
    border-radius: 20px;
}
.discount-percentage{
    background: #ff7f32;
    color: #ffffff;
    font-weight: 600;
    border-radius: 30px;
    padding: 4px 4px;
    margin-left: 5px;
    font-size: 13px;
}
.a.button.alt{
    display: inline-block;
    padding: 10px 20px;
    background: #1f2a54 !important;
    color: #fff !important;
    border-radius: 30px !important;
    text-decoration: none;
    font-weight: 600;
    line-height: 22px !important;
}
.a.button.alt:hover{
    background:#e0484d;
}