/*
 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-vertical>li>a {
    font-weight: 400;
    font-size: 16px !important;
}
.home_category img {
    transition: all 0.3s ease;
}
.home_category img:hover {
    scale: 1.03;
}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select {
    border: 1px solid #ddd !important;
}
.wpcf7-submit {
    background-color:#83b735;
    color: #fff;
}
#fancybox-content {
    height: auto !important;
}
.gt_float_switcher .gt_options a {
    font-size: 14px !important;
}
.gt_float_switcher img {
    width: 20px !important;
}
.gt-current-lang span {
    font-size: 14px !important;
}
.gt_float_switcher .gt-selected {
    width: 105px !important;
}
.menu-item-gtranslate  {
   margin-left: 50px !important;
}
#gt_float_wrapper .gt_float_switcher .gt_options  {
    max-width: auto !important;
}
.wd-toolbar {
    display: none !important;
}

/* Custom styles */
.archive .main-page-wrapper {
	padding-top: 20px;
}

.archive[data-elementor-device-mode="mobile"] .main-page-wrapper {
	padding-top: 30px;
}

@media (max-width: 768.98px) {
    .offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .wd-shop-tools:not(:last-child) {
        padding-bottom: 0 !important;
		margin-bottom: 10px !important;
    }
}
.archive .whb-header .woodmart-ajax-search {
	margin-top: 20px;
}

.wd-nav-mobile li.current-menu-item > a {
	color: #000000 !important;
}

textarea[name="your-message"] {
    resize: none;
}

@media (max-width: 767px) {
	.my-custom-footer .elementor-container {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
	}
	
	.my-custom-footer .elementor-widget-wrap.elementor-element-populated {
		padding: 0 !important;
	}
}