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


.whb-header {
    margin-bottom: 0 !important;
}

.footer-logo img {
    max-width: 230px;
}

.promo-banner.wd-with-link .wrapper-content-banner {background: rgba(255, 182, 177, 0.5);}


fieldset.hidden-fields-container {
	border: none;
	margin: 0;
	padding: 0;
}
.productpopupform ul {
    padding: 0;
}
.productpopupform ul li {
    list-style: none;
}
.add_to_cart_button {
    display: none !important;
}

.wd-products .wd-product img {
    max-height: 280px;
    min-height: 280px;
    object-fit: cover;
    border-radius: 5px;
}
.single-product-page {
    padding-top: 50px;
    border-top: 1px solid #fff0ef;
}