/*
 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-nav-main>li>a, .wd-nav-secondary>li>a{
	font-size: 18px !important;
}
.dtn-design .elementor-button-icon {
    align-items: center;
    display: flex;
    background-color: #006838;
    padding: 10px;
    border-radius: 100%;
	transform: rotate(320deg)!important;
	transition: color 0.4s ease-in-out;
}


.dtn-design:hover .elementor-button-icon {
	transform: rotate(360deg)!important;
	 transition: all 0.3s ease-in-out;
}
.woocommerce-product-gallery .product-labels{
	inset-inline-start: 15px !important; 
	align-items: flex-start !important;
}

.dtn-design .elementor-button-content-wrapper{
	align-items:center;
}

.dtn-design .elementor-button-icon svg path{
	fill:#fff;
}

.home-contact-sec .with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement{
	min-height:60px;
	background-color: #F0F0F0;
    border: none;
}
.wd-page-title .title{
	font-size: 50px !important;
}

.home-contact-sec textarea{
	border-radius:10px;
	background-color: #F0F0F0;
    border: none;
}
@media only screen and (max-width: 600px){
	.wd-page-title .title{
	font-size: 30px !important;
	padding: 20px;
}
	
	.about-bx-home .elementor-image-box-wrapper{
		display:flex;
        gap:10px;
	}
	
	.featured-product-sec .e-n-carousel{
		width:100%!important;
	}
}
