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

.category_name {
 color: #fff;
    font-size: 32px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.nf-form-content .list-select-wrap .nf-field-element > div:focus,
.nf-form-content input:not([type="button"]):focus,
.nf-form-content textarea:focus {
  background: #faf6ec;
}
.page-id-18 .wd-page-content {
  background: #faf6ec !important;
}
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    background: #A8BBA3!important;
    border: 0;
    color: #fff!important;
    transition: all .5s;
}
.nf-form-cont .submit-container input[type="submit"] {
    background-color: #A8BBA3!important;
}
.nf-form-cont .submit-container input[type="submit"] {
    background-color: #A8BBA3!important;
    color: #fff!important;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}
.tnp-subscription label, .tnp-profile label{
	display:none!important;
}
.tnp-field.tnp-field-email{
	    min-width: 300px;
    width: 70%;
    max-width: 400px;
    box-sizing: border-box;
    /* padding: 10px; */
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0px;
    margin-right: 10px;
}
@media(max-width: 768px){
	.tnp-field.tnp-field-email{
		  min-width: 250px;
    width: 70%;
    max-width: 300px;
		
	}
}
.tnp-field.tnp-field-button{
	    text-align: left;
    width: 30%;
}
.tnp-subscription-minimal input.tnp-submit {
    width: 100%!important;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0px;
    margin: 0;
}
.tnp-submit{
	width:100%!important;
}
.tnp.tnp-subscription  form{
	display:flex!important;
	width:100%!important;
}
.shop_title{
	display:none;
}
.woocommerce-shop .shop_title{
	display:block;
}
.wd-product .product-wrapper .product-image-link img{
	aspect-ratio: 1;
}
.single_add_to_cart_button{
	    background: #FD5F2A!important;
}
.wd-post-meta.huett{
	display:none;
}
.autho_date .elementor-shortcode{
	font-weight:bold;
}