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

[class*="wd-underline-colored"] u {
    color: #D7B8B5 !important;
}

#pink-sec u {
	color: #927066 !important;
}

.timer-style-transparent .wd-timer>span {
    border: 1px solid rgb(36 36 36 / 50%);
}

.product-grid-item :is(.wd-product-cats,.wd-product-brands-links) a {
    color: rgb(91 91 91 / 85%) !important;
}

span.price span {
    color: #666843 !important;
}

.wd-post-date.wd-style-with-bg {
    background: #b9be8c !important;
}

.wd-post-cat.wd-style-with-bg {
    background: #d7b8b5 !important;
    padding-left: 45px;
    padding-right: 45px;
}

.wd-post-cat.wd-style-with-bg a {
    color: #242424;
}

.btn-w .btn.btn-color-primary {
    padding-left: 30px;
    padding-right: 30px;
}

.category-grid-item .hover-mask {
    width: 75%;
    margin: 0 auto;
}

.wd-header-nav.wd-header-secondary-nav ul {
    gap: 60px !important;
}

div#wpcf7-f1572-p4439-o1 fieldset.hidden-fields-container {
    display: none !important;
}

.wd-header-cart.wd-design-2 .wd-cart-number, .wd-header-cart.wd-design-5 .wd-cart-number {
    background: #d7b8b5 !important;
}


@media only screen and (max-width: 1000px){

	.category-grid-item .hover-mask {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		width: 100%;
	}

	.category-grid-item img {
		filter: brightness(0.8);
	}
	
	p {
    font-size: 15px;
    line-height: 23px;
	}
	
	.title-wrapper .title {
    font-size: 26px !important;
	line-height: 32px !important;
	}

	.title-wrapper .title br {
		display: none;
	}
	
	.category-grid-item .wd-entities-title {
    font-size: 22px;
	}
	
	.title-subtitle {
    font-size: 18px !important;
	}
	
	.page-title {
    padding: 30px 0 !important;
	}

}