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

/* --------- HEADER CSS START --------- */
/* .header-icon img{
	filter: invert(100%) sepia(0%) saturate(7452%) hue-rotate(141deg) brightness(113%) contrast(110%)!important;
} */
	.wd-side-hidden {
    z-index: 9999999;
}
.woocommerce-privacy-policy-text{
	display:none!important;
}
.wd-tools-element:is(.wd-design-6,.wd-design-7,.wd-design-8) .wd-tools-count {
    background-color: rgb(238 105 36)!important;
    color: rgb(255 255 255)!important;
}
.wd-product .wd-product-stock{
	display:none!important;
}

.whb-scroll-stick.whb-scroll-down .whb-main-header {
    transform: translateY(0%)!important;
}
.wd-header-mobile-nav>a{
	color:#ffffff!important;
}
.wd-header-mobile-nav > a > .wd-tools-icon::before{
font-size:30px!important;
}
ul.variation .item-variation-name{
display:none;
}

.wd-product:not(.wd-hover-small) :is(.product-image-link,.hover-img) :is(picture,img){
	width: 100%;
    object-fit: contain;
    height: 316px;
}
.qc-cmp2-persistent-link{
	right:auto!important;
	left:0px;
	z-index: 999999!important;
}
@media (max-width: 1024px) {
	.qc-cmp2-persistent-link{
	bottom:55px!important;
	}
}

@media (max-width: 768px) {
 .wd-product:not(.wd-hover-small) :is(.product-image-link,.hover-img) :is(picture,img){
	width: 100%;
    height: 300px;
	}
	#samaritandiv{
	bottom:100px!important;
	}
}

@media (max-width: 480px) {
  .wd-product:not(.wd-hover-small) :is(.product-image-link,.hover-img) :is(picture,img){
	width: 100%;
   height: 200px;
	}
}
@media (max-width: 451px) {
	#samaritandiv{
		bottom:100px!important;
	}
}