@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//beyondrice.in/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.7") format("woff2");
	font-display:fallback;
}

:root {
	--wd-header-banner-h: 20px;
	--wd-text-font: "Comfortaa", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(103,78,64);
	--wd-text-font-size: 14px;
	--wd-title-font: "Comfortaa", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-transform: capitalize;
	--wd-title-color: rgb(103,78,64);
	--wd-entities-title-font: "Comfortaa", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-transform: capitalize;
	--wd-entities-title-color: rgb(134,101,82);
	--wd-entities-title-color-hover: rgb(241, 139, 90);
	--wd-alternative-font: "Comfortaa", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Comfortaa", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: rgb(241,139,90);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Comfortaa", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 300;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 14px;
	--wd-brd-radius: 30px;
	--wd-primary-color: rgb(241,139,90);
	--wd-alternative-color: rgb(103,78,64);
	--wd-link-color: rgb(103,78,64);
	--wd-link-color-hover: rgb(241,139,90);
	--btn-default-font-family: "Comfortaa", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 400;
	--btn-default-transform: inherit;
	--btn-default-bgcolor: rgb(255,232,214);
	--btn-default-bgcolor-hover: rgb(103,78,64);
	--btn-default-color: rgb(241,139,90);
	--btn-accented-font-family: "Comfortaa", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 400;
	--btn-accented-transform: inherit;
	--btn-accented-bgcolor: rgb(255,232,214);
	--btn-accented-bgcolor-hover: rgb(241,139,90);
	--btn-accented-color: rgb(103,78,64);
	--btn-accented-color-hover: rgb(255,232,214);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(255,196,167);
	--notices-success-color: rgb(255,255,255);
	--notices-warning-bg: rgb(190,90,42);
	--notices-warning-color: rgb(255,255,255);
	--wd-sticky-btn-height: 80px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://beyondrice.in/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(241,139,90);
	background-image: none;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 190px;
}
.wd-page-title {
	background-color: rgb(255,232,214);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-post .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-portfolio .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-portfolio .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
html .wd-product.wd-hover-buttons-on-hover .wd-add-btn>a {
	font-family: "Comfortaa", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: inherit;
	color: rgb(203,153,126);
	background: rgb(255,255,255);
}
html .wd-product.wd-hover-buttons-on-hover .wd-add-btn>a:hover {
	color: rgb(255,255,255);
	background: rgb(221,190,169);
}
.product-labels .product-label.onsale {
	background-color: rgb(255,246,239);
	color: rgb(241,139,90);
}
.product-labels .product-label.new {
	background-color: rgb(255,232,214);
	color: rgb(103,78,64);
}
.product-labels .product-label.featured {
	background-color: rgb(241,139,90);
	color: rgb(255,246,239);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(255,255,255);
	color: rgb(241,139,90);
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	background-color: rgb(255,255,255);
	color: rgb(103,78,64);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 10px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 20px;
	--wd-sticky-btn-height: 90px;
	}
	.woocommerce-product-gallery {
		--wd-gallery-gap: 10px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 40px;
	}
	.woocommerce-product-gallery {
		--wd-gallery-gap: 5px;
	}

}
:root{
--wd-container-w: 1180px;
--wd-form-brd-radius: 35px;
--btn-default-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

@media (min-width: 1180px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/* Floating Bar Styling */
.wd-sticky-btn.wd-sticky-btn-shown, 
.wd-toolbar.wd-toolbar-label-show {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
}
.wd-sticky-btn.wd-sticky-btn-shown {
    display: flex;
    width: 80vw;
    border-radius: 30px;
    margin: 5px auto 15px;
}
.wd-sticky-btn-cart form.cart .shiprocket-headless {
	display: none !important;
}
.wd-sticky-btn-cart form.cart {
	    flex-wrap: nowrap!important;
}

/* header logo no border radius*/
.site-logo img.attachment-full.size-full {
	border-radius: 0px!important;
}

/* Mini Cart Widget Width */
.cart-widget-side {
    width: 500px;
    max-width: 95%;
    transform: translate3d(100%, 0, 0);
}
/* Background Blur */
.background-blur {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
/* Reviews section overflow scroll*/
.woocommerce-Reviews #comments {
	content-visibility: auto;
    height: 670px;
}
.wd-reviews-content {
  overflow: auto;
  height: 550px;
	padding: 10px;
	border-radius: 30px;
	border: 1px solid var(--e-global-color-461cae0);
}

/*scrollbar webkit overall edit*/
html, 
body {
  scrollbar-width: thin;
  scrollbar-color: #FFE8D6 transparent; /* Thumb color and Track color */
}

/*Woodmart Nav Bar floating Styling*/
.whb-main-header {
    border-radius: 30px;
}
.whb-main-header::before {
    content: ""; 
    display: block;
    height: 8px; 
}
@media (max-width: 768px){
.whb-row.whb-general-header {
		width: 95vw!important;	
	}	}
.whb-row.whb-general-header {
		width: 1160px;	
		background-color: rgba(255, 232, 214, 0.5)!important; /* Background color with 50% opacity */
    backdrop-filter: blur(10px)!important; /* Backdrop blur */
    -webkit-backdrop-filter: blur(10px)!important; /* Safari support */
    border-radius: 30px;
		margin: 0 auto;
    border: 0.5px solid white;
		box-shadow: 0 0px 10px 0px rgba(90, 90, 90, 0.08); /* Drop shadow */
}	

.elementor-1404 .elementor-element.elementor-element-dc3fd6c {
    --wd-brd-radius: 30px!important;
}
/* Hot Label style*/
.product-labels .product-label.featured {
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(10px);
    background: -moz-linear-gradient(125deg, #FFF6EF 35%, #FFE8D6 50%, #FFF6EF 70%);
    background: -o-linear-gradient(125deg, #FFF6EF 35%, #FFE8D6 50%, #FFF6EF 70%);
    background: linear-gradient(125deg, #F18B59 15%, #F8AC87 50%, #F18B58 85%);
    background-size: 200% 200%;
    animation: gradient-animation 2s ease-in-out infinite;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
/* adding Pick after HOT on label of products*/
.product-label.featured::after {
  content: "PICK"; /* Unicode for fire emoji */
	margin-left: 2px;
}
/*soft scroll overall*/
html {
  scroll-behavior: smooth;
}
@media (max-width: 576px) {
	/*header width*/
.whb-row.whb-general-header {
		width: 95vw!important;	
}	
.wd-toolbar.wd-toolbar-label-show {
    display: flex;
    width: 95vw;
    border-radius: 30px;
    margin: 5px auto 20px;
}
}

