/*
 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 .product-wrapper {
    padding: var(--wd-prod-bg-sp);
    border-top-left-radius: 40% !important;
    border-top-right-radius: 40% !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.wd-product :is(.product-wrapper,.product-element-bottom,.product-list-content,[class*="-information"])>*:not(:is(.product-element-bottom,.wd-entities-title,[class*="wd-product-"],.price)) {
    border-top-left-radius: 40% !important;
    border-top-right-radius: 40% !important;
}
.wd-products[class*="wd-stretch-cont"] .product-element-bottom {
    flex: 1 1 auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px !important;
    padding-bottom: 40px !important;
}
.product-labels {
	bottom: 7px !important;
}
.wd-add-btn-replace .add-to-cart-loop,.wd-product.wd-hover-standard .wd-add-btn .view-product-btn{
	width: 50% !important;
}
.wd-product.wd-hover-standard .wd-add-btn>a{
	border-radius: 10px !important;
}
.wd-product :is(.product-wrapper,.product-element-bottom,.product-list-content,[class*="-information"])>*:not(:is(.product-element-bottom,.wd-entities-title,[class*="wd-product-"],.price)) {
    margin-top: auto;
}
.category-grid-item .wd-cat-inner {
    border-top-left-radius: 40% !important;
    border-top-right-radius: 40% !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.wd-product {
	text-align: right !important;
}
.product-labels {
	bottom: 7px !important;
}