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


/* .cst-products .products-detail h4 {
    margin-top: 1px;
    margin: 0;
} */
/* .cst-products .products-detail p {
    margin-bottom: 0;
}
.cst-products .products-detail a {
    color: rgb(143 179 139);
} */

/* .child_cat_filter {
	display: flex;
	justify-content: space-between;
	font-size:16px;
} */

/* .cat_count {
	min-width: 35px;
	height: 24px;
	border-radius: 35px;
	font-size: 12px;
	border: 1px solid #efefef;
	display: flex;
	align-items: center;
	justify-content: center;
} */
/* .child_cat_filter:hover span.cat_count {
	background-color: #79b38a;
	color: #fff;
	border: none;
} */
/* .cat_name:hover {
	color: #79b38a;
} */
.page-title.page-title-default.title-size-small.title-design-centered.color-scheme-dark {
    display: none;
}
.main_filter_cat {
 /* display: flex;*/
}
.products {
  display: flex;
 
  flex-wrap: wrap;
  gap: 10px;
}
.products li {
	flex-basis: 32.33%;
	list-style: none;
	text-align: center;
} 
.post_table {
	/*width: 100%;
	max-width: 75%;*/
}
.filter_cat {
	width: 100%;
	max-width: 25%;
}
.products h3 {
	font-size: 16px;
	margin-top: 10px;
	margin: 0;
} 
.btn.btn-primary {
	display: none;
}

.dropdown_filter {
	display: flex;
	margin-bottom:25px;
  margin-top: 2em;
}
.change_child_cat {
	border: 1px solid #e8e8e8;
}
.filter_btn,.cat_filter_btn {
	background-color: #7ab38b;
	color: #fff;
	height: 42px;
}

.slect_size_dv {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #f4f4f4;
	padding: 9px 16px;
}
.slect_size_dv .product_stock {
	min-width: 35px;
	height: 24px;
	border-radius: 35px;
	font-size: 12px;
	border: 1px solid #efefef;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.slect_size_dv:hover .product_stock {
	background-color: #7ab38b;
	color:#fff;
}

.filter_form {
    /*border: 1px solid #e8e8e8;
    padding: 18px 10px;
    margin-right: 0px;
    box-shadow: 0px 4px 44px #7ab38b12;
    margin-top: 64px;*/
}
.products {
  padding: 0px;
}

.post_table {
 /* width: 100%;
  max-width: 75%;
  margin-left: 26px;*/
}
.main_filter_cat {
 /* display: flex;
  margin-top: 60px;*/
}
.filter_form h5 {
	margin-bottom: 0px;
	margin-bottom: 16px;
	font-size: 18px;
	color:#1b2329;
}
.products .attachment-full.size-full.wp-post-image {
	height: 300px;
	width: 100%;
	object-fit: cover;
}

.check_product {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  color: #777;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check_product input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #7ab38b;
}


.check_product:hover input ~ .checkmark {
  background-color: none;
}

.check_product input:checked ~ .checkmark {
  background-color: #ffffff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check_product input:checked ~ .checkmark:after {
  display: block;
}
span.products-stock {
	border-radius: 50%;
	color: #777;
	height: 25px;
	width: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 300;
	border: 1px solid #e8e8e8;
}
label.check_product {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.check_product .checkmark::after {
  left: 7px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid #15a715;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.range_price {
	border: 1px solid #e5e5e5;
	padding: 0px !important;
	margin-right: 5px;
}

.ui-slider-range.ui-widget-header.ui-corner-all {
  border: none;
  background: none;
  background-color: #7ab38b;
  height: 5px;
}
#slider-range {
  height: 5px;
  background: none;
  background-color: #e8e7e7;
  border: none;
}
.ui-slider-handle.ui-state-default.ui-corner-all {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: none;
  background-color: #7ab38b;
  border: none;
}
/*.container .text-center {
	text-align: center;
}
*/
.whb-main-header .container .text-center {
    text-align: left;
}

.products-stock:hover {
	background-color: #7ab38b;
	color: #fff;
	border: none;
}
.price_filter_box .wd-pf-title {
    padding-left: 15px;
    padding-right: 35px;
    height: 42px;
    border-radius: var(--wd-form-brd-radius);
    border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
}

.price_filter_box .wd-pf-title:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    color: var(--color-gray-300);
    font-size: 12px;
    content: "\f129";
    font-family: "woodmart-font";
}
.price_filter_box .wd-pf-title {
	position: relative;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: none;
	border: 1px solid #e8e8e8;
	/*margin-right:5px;*/
}
.price_filter_box .wd-pf-title::after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
	color: var(--color-gray-300);
	font-size: 12px;
	content: "\f129";
	font-family: "woodmart-font";
	padding-right: 10px;
	font-size: 9px;
	font-weight: bold;
}

.change_child_cat {
  width: 65%;
 /* margin-right:5px;*/
}
.range_price {
  border: 1px solid #e5e5e5;
  padding: 0px !important;
}
#amount {
  border-top: 1px solid #e8e8e8 !important;
  padding: 11px 4px;
  margin-top: 15px;
}
.range_price li {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  text-align: center;
  padding-top: 17px;
}
.sizeActive span.products-stock {
    background: #7ab38b;
    border-color: #7ab38b;
    color: #fff;
}
.filter_btn:hover, .cat_filter_btn:hover {
	color: #fff;
	background-color: #669b6b;
}
.change_child_cat:hover, .price_filter_box:hover {
    cursor: pointer;
}
.price_filter_box{
  position:relative;
}
.price_filter_box .range_price {
  border: 1px solid #e5e5e5;
  padding: 0px !important;
  position: absolute;
  background-color: #fff;
  width: 100% !important;
  /*max-width: 208px;*/
}
 
.post-type-archive-product .products.elements-grid.wd-products-holder.wd-spacing-20.grid-columns-3.pagination-pagination.align-items-start.row {
    gap: 0 !important;
}
.post-type-archive-product .category-grid-item img {
    width: 100%;
    height: 384px;
    max-width: 384px;
    object-fit: cover;
}

.single_page_cat form.filter_form {
    border: 0px;
}
.single_page_cat .post_table{
  max-width: 100%;
}
.post-type-archive-product .cat-design-default .hover-mask {
    bottom: auto !important;
    transform: translateY(0%) translateZ(0) !important;
    height: 100% !important;
    top: 50% !important;
    text-align: center !important;
}
.post-type-archive-product .cat-design-default .wd-entities-title {
    width: 100%;
}
/* @media start */

@media (max-width:767px){
.post_table .products {
  padding: 0;
}
.products li {
  flex-basis: 48%;
}
.products li a img {
  width: 100%;
  height: auto;
}
.post_table {
  width: 100%;
  max-width: 100%;
}
.main_filter_cat {
  display: block;
}
.filter_cat {
  width: 100%;
  max-width: 100%;
}
.post_table {
	margin-left: 0px; 
	margin-top:20px;
}	
.filter_form {
	margin-right: 0px; 
	padding-right:0px		
}
.filter_form {
	padding: 20px 10px;
}
.post-type-archive-product .category-grid-item img {
    height: 232px;
    max-width: 100%;
    object-fit: cover;
}
.dropdown_filter {
    flex-wrap: wrap;
    gap: 5px;
}
.dropdown_filter select, .dropdown_filter .price_filter_box, .dropdown_filter button {
    width: 48%;
}
}

/* @media end */

.main_filter_cat,
.single_page_cat {
    position: relative;
}
.main_filter_cat .loaderprod, .single_page_cat .loaderprod {
    position: absolute;
    top: 19%;
    left: 46%;
}
.main_filter_cat .loaderprod img , .single_page_cat .loaderprod img {
    width: 145px;
}


.feature_cat_carausel .category-grid-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.dropdown_filter select, .dropdown_filter .price_filter_box, .dropdown_filter button {
    width: 20%;
}
.dropdown_filter.landing_page select, .dropdown_filter.landing_page .price_filter_box, .dropdown_filter.landing_page button {
    width: 25%;
}

.post-type-archive-product .wrapp-category::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #000;
    opacity: .1;
    transition: opacity 0.6s cubic-bezier(0, 0, 0.44, 1.18);
}
.post-type-archive-product .wrapp-category {
    position: relative;
}
.post-type-archive-product h3.wd-entities-title {
    padding: 12px 25px;
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    transition: opacity .25s ease .25s;
    background-color: var(--wd-primary-color);
}
.post-type-archive-product .more-products a {
    color: #fff !important;
    font-weight: 700;
}


form.wpcf7-form.sent .wpcf7-response-output {
    background-color: #79b38a!important;
}

/*2/5/2022*/
.page-id-12888 .content-layout-wrapper .site-content {
    margin-bottom: 40px;
    flex: 0 0 100%;
    max-width: 100%;
}
.vedor-box-cst {
    box-shadow: 0 0 4px rgb(0 0 0 / 12%);
    transition: box-shadow .35s ease;
    position: relative;

}

.vedor-box-cst .vedor-date-cst {
   position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: inline-block;
    min-width: 53px;
    background-color: var(--bgcolor-white);
    box-shadow: 0 0 9px rgb(0 0 0 / 10%);
    color: var(--color-gray-800);
    text-align: center;
    line-height: 1;
}
.vedor-categories {
    position: relative;
}
.vedor-categories-cst {
    position: absolute;
    top: -35px;
    right: 0px;
    left: 0px;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.vedor-categories-cst a {
    display: inline-block;
    color: #fff;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    background: #7ab38b;
    padding: 0 10px;
}
h3.vedor-title-cst {
   
    text-align: center;
}
.vedor-author-cst {
    text-align: center;
    margin-bottom: 15px;
}

.vedor-author-cst img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
a.vendor-cst-btn {position: relative;
    display: inline-block;
    border-bottom: none;
    color: var(--wd-primary-color);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 13px;text-align: center;}

.vendor-text-cst {text-align: center;}
.vedor-img-cst {position: relative;}

.vedor-img-cst a:before {content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    transition: opacity .7s ease;}

.vedor-img-cst a {display: block;
    margin: -2px;
    transition: transform .7s ease, opacity .7s ease;
    transform: scale(1);}

.vedor-img-cst a:hover::before {opacity: 1;}
.vedor-img-cst img {
    width: 100%;
}
.vendor-container-cst {
    position: relative;
    padding: 25px;
}
.vendor-cst {
    margin-bottom: 20px;
}

.vedor-date-cst .wd-post-date.wd-style-with-bg>span {
    display: block;
}
.vedor-date-cst span.post-date-day {
    padding-top: 6px;
    padding-bottom: 4px;
    font-size: 24px;
}
.vedor-date-cst span.post-date-month {
    padding-top: 2px;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
ul.elementor-icon-list-items.elementor-inline-items li {
    list-style: none;
}
.store-icon-list {
    padding-left: 0px;
        text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100% !important;
}
.store-icon-list ul.elementor-icon-list-items.elementor-inline-items {
    margin: 0px;
}

aside#dokan-store-support-widget-59fa9603 h3.widget-title ,
aside#dokan-store-location-20082078 h3.widget-title ,
aside#dokan-store-menu-62083fdf h3.widget-title,
aside#dokan-store-contact-widget-77e47fc0 h3.widget-title,
aside#dokan-store-open-close-widget-491939cf h3.widget-title {
    text-align: center!important;
} 

/*customizer css code*/ 

.cst-featured-shops .feature_vender_car_div .slick-next,
.cst-featured-shops .feature_vender_car_div .slick-prev {
    font-size: 24px;
} 
.cst-featured-shops .feature_vender_car_div .slick-next .slick-prev.slick-arrow::after {
    content: "\f113";
    font-family: "woodmart-font";
}

.cst-featured-shops .feature_vender_car_div .slick-next .slick-prev .slick-arrow::after {
    content: "\f113";
    font-family: "woodmart-font";
}

.woo-variation-swatches .user-slider .elementor-widget-container img {
    width: 100%;
}
.woo-variation-swatches .user-slider .elementor-widget-container a.feature_vendor_caruaousel {
    margin: 0 10px;
       position: relative;
    display: block;
}

.user-slider button.slick-next.slick-arrow:after {
    content: "\f113";
    font-family: "woodmart-font";
    font-size: 24px;
}
.user-slider button.slick-prev.slick-arrow:after {
    content: "\f114";
    font-family: "woodmart-font";
    font-size: 24px;
}

.user-slider button.slick-arrow {
    padding: 0;
    width: 40px;
    background: transparent;
    opacity: 0;
} 

.user-slider:hover button.slick-arrow {
    opacity: 1;
} 

.user-slider h3.position-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: unset;
    margin: 0;
    padding: 0 15px;
    transform: translate(-50%, -50%);
    height: unset;
       
        transition: opacity .25s ease .25s;
    background-color: #7ab38b;
        text-transform: uppercase;
    font-size: 20px;
    border-radius: 50px;
        padding: 12px 25px;
}
.small-image .recentes-vues .products {
    display: inline-grid;
}
 
.slider-colum .products {
    display: block;
}
 
.wd-carousel-container.related-products.with-title.wd-products-element.wd-products.products.wd-stretch-cont-lg {
    display: block;
}
/*
.user-slider  a.feature_vendor_caruaousel:hover {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
     transition:  0.25s ease ;
    height: 100%;
    transition: 0.3s linear;
    background: rgba(0,0,0,0.4);
}

.user-slider  a.feature_vendor_caruaousel:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
   
    height: 100%;
    background: rgba(0,0,0,0.4);
}*/



