/*
 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-grid-item .product-element-top, .product-grid-item .product-element-top > a {
    height: 300px;
}
.product-grid-item .product-element-top img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.product-grid-item .product-element-top .hover-img > a {
    height: 100% !important;
}
.w100 img {
	width:100% !important;
}
.img-365 img {
    height: 385px !important;
    object-fit: cover;
}
.whb-sticked .whb-general-header-inner {
    height: 80px !important;
    max-height: 80px !important;
}
.whb-sticked .whb-general-header-inner img {
	transform: scale(1);
    object-fit: cover;
}
.subheading .title-after_title.set-cont-mb-s {
    max-width: 100% !important;
}
.categories-masonary .col-md-3 {
    height: 250px !important;
}
.categories-masonary a.category-link.wd-fill {
    height: 100% !important;
}
.categories-masonary .wrapp-category, .categories-masonary .category-grid-item .category-image-wrapp {
    height: 100% !important;
}
.categories-masonary .category-grid-item a.category-image,.categories-masonary .category-grid-item img {
    height: 100% !important;
}
.categories-masonary .category-grid-item img {
    object-fit: cover;
}
.categories-masonary .col-md-6 {
    height: 520px !important;
    margin: 0 !important;
}
.categories-masonary .hover-mask * {
    color: white !important;
}
.whb-mobile-center img {
    height: 90px !important;
    transform: scale(1.5) !important;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
	border-color: #e83338 !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
	    border: 1px solid red !important;
	    color: red !important;
	    text-align: left;
	    margin: auto;
	    text-align: center;
	    background: white;
}
span.wpcf7-not-valid-tip {
	display: none;
}