li {
	list-style: none;
}
body{box-sizing: border-box;margin: 0;padding: 0;font-family: 'DX Rigraf';color: #333;}
a ,a:hover,img{
	text-decoration: none;
	transition: all ease-in-out 0.3s;
}
.grey-bg{background: rgba(165, 165, 141, 0.25);}
.wrapper{
    margin: 0 auto;
    max-width: 1260px;
    padding: 0px 12px;
}
.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: 'DX Rigraf';
    margin: 0;
    font-size: 60px;
    color: #333333;
	font-weight: 700;
    line-height: 1.1;
}
.h2{font-size: 37px;}
.h3{font-size: 26px;}
.h4{font-size: 20px;}
p,.p-small,.p-extra-small,.p-small_small{margin: 0; font-family: 'DM Sans 18pt';font-size: 18px;color: #333333;line-height: 1.5;font-weight: normal;}
.p-small{font-size: 16px;}
.p-small_small{font-size: 10px;}
.p-extra-small{font-size: 13px;}
.brown{color: #311C17;}
.skin{color: #9D6646;}
.white{color: #fff;}
.p-bold{font-family: 'DM Sans 18pt';font-weight: 900;}
.bold{font-weight: bold;}
.red{color: #FF0A0E;}
.custom-btn{color: #9D6646;
	text-align: center;
	font-family: "DX Rigraf";
	font-size: 13.707px;
	font-weight: 600;
	line-height: normal;
	background: transparent;
	border: 1px solid #9D6646;
	padding: 14px 18px;
	border-radius: 4px;
	display: inline-block;
}
.custom-btn:hover,
.custom-btn.round:hover,
header .shop-category > li a:hover{background: #9D6646;color: #fff;}
.custom-btn.fill{background: #9D6646;color: #fff;}
.custom-btn.fill:hover{background: transparent;border-color: #9D6646;color: #9D6646;}
.custom-btn.round{padding: 17.64px 80px;border-radius: 100px;text-transform: uppercase;}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
/* header */
.header{
	z-index: 999;
	position: fixed;
	top: 0;
	width: 100%;
	border: 1px solid rgba(157, 102, 70, 0.60);
}
.header.fixed .top-header{opacity: 0;padding: 0;height: 0;visibility: hidden;}
.main {
    padding-top: 147px;
}
.header .item-left{
	flex:0 0 17%;
}

.header .item-center{
	flex:0 0 60%;
}
.header .item-right{
	flex:0 0 21%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#555555;
     display: inline-block;
     margin-left: 20px;
     transition: color 0.3s ease;
	 position: relative;
}
.header .menu > ul > li{
	display: inline-block;
	line-height: 50px;
	margin-left: 25px;
}
.header .menu > ul > li > a{
	font-family: 'DX Rigraf';
    font-size: 12px;
    font-weight: 600;
    color: #311C17;
	position: relative;
	text-transform: uppercase;
	transition: color 0.3s ease;
}
.header .menu > ul > li > a:hover{color: #9D6646;font-weight: 700;}
.header .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	background-color:#ffffff;
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top:25px;
	opacity:0;
	visibility: hidden;
}
@media(min-width: 992px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}
}
.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding:10px 0;
	display: inline-block;
	font-size: 15px;
	color:#555555;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1100px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 25%;
  padding:0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
	font-size: 16px;
	color:#ea4636;
	font-weight: 500;
	line-height: 1;
	padding:10px 0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
	color:#9D6646;
}
/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}
.top-header{padding: 15px 12px;background: #9D6646;transition: all 0.4s;}
.top-header p{font-size: 10px;color: #fff;font-weight: 800;text-align: center;}
.bottom-header{padding: 25px 0px;background: #FFF5EF;}
.bottom-header .menu-main{text-align: center;}
.header .item-right .flesh{margin: 0;color: #FF0004;text-transform: uppercase;font-size: 12px;font-weight: 800;display: flex;gap: 10px;align-items: center;animation: flash 1s linear infinite;}
@keyframes flash {
	0% {
	  opacity: 1;
	}
  
	50% {
	  opacity: 0;
	}
	
	
	100% {
	  opacity: 1;
	}
}
.header .item-right a span {
    background: #9D6646;
    font-weight: 900;
    font-size: 8px;
    padding: 5px;
    border-radius: 50%;
    line-height: 7px;
    display: block;
	position: absolute;top: -7px;
    right: -8px;
}
.header .item-right a i{font-size: 20px;}
.header .item-center .menu{display: flex;align-items: center;justify-content: center;}
.header .item-center .dropdown-menu{transition: all 0.4s;width: 100%;border: 2px solid #9D6646;background: #fff;}
.header .item-center .dropdown .btn{padding: 12px 18px;border: 1px solid #9D6646;color: #9D6646;font-weight: 900;font-size: 9px;}
.header .item-center .dropdown-toggle::after{vertical-align: 0px;border-top: 6px solid;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}
.header .item-center .dropdown .btn.show{background: #9D6646;color: #fff;}
.header .item-center .dropdown .dropdown-item:focus,.header .item-center .dropdown .dropdown-item:hover{color: #fff !important;background: #9D6646;}
footer{background: #8D593B;padding-top: 60px;padding-bottom: 40px;}
footer .footer-links a{font-size: 13px;font-weight: normal;color: #fff; font-family: 'DM Sans 18pt';padding-bottom: 10px;display: inline-block;}
footer .social-links a{color: #fff;font-size: 32px;line-height: 1;}
footer .social-links a:last-child img{height: 40px;width: 40px;}
footer .social-links{gap: 20px;border-bottom: 1px solid #fff;padding-bottom: 10px;}
footer .drop-block .dropdown .btn{color: #fff;font-size: 18px;font-weight: 600;}
footer .left a{display: block;}
footer .footer-links a:hover,footer .social-links a:hover{transform: scale(1.05);}
.banner .banner-dtl .h1{font-weight: 200;}
.banner .banner-dtl .h1 span{font-family: "Jalliestha Signature DEMO";color: #9D6646;}
.banner .homebanner-slider .element{position: relative;}
.banner .homebanner-slider .element img{width: 100%;height: 540px;object-fit: cover;}
.banner .homebanner-slider .banner-dtl {
    position: absolute;
    top: 50%;
    right: 150px;
    width: 35%;
    text-align: right;
    transform: translateY(-50%);
}
.banner .homebanner-slider .slick-arrow{z-index: 1;height: 60px;width: 60px;}
.banner .homebanner-slider .slick-arrow::before,
.banner .homebanner-slider .slick-dots li button::before{opacity: 0;}
.banner .homebanner-slider .slick-arrow img{width: 60px;height: 60px;border-radius: 50%;}
.banner .homebanner-slider .slick-prev{left: 0;}
.banner .homebanner-slider .slick-next{right: 0;}
.banner .homebanner-slider{margin: 0;}
.banner .homebanner-slider .slick-dots li button{padding: 0;height: 11px;width: 11px;background: rgba(49, 28, 23, 0.20);border-radius: 50%;transition: all 0.4s;border: 2px solid transparent;}
.banner .homebanner-slider .slick-dots{bottom: 10px;}
.banner .homebanner-slider .slick-dots li.slick-active button{border: 2px solid #9D6646;background: #fff;border-radius: 6px;width: 25px;}
.offer-sec,.flashdeal_sec{padding: 80px 0px;}
.offer-sec .wrapper{border-radius: 5px;background: #ECD9CC;padding-top: 50px;padding-bottom: 50px;}
.offer-sec .row{justify-content: center;}
.offer-sec .offer-box{gap: 10px;width: 23%;}
.offer-sec .offer-box img{height: 55px;width: 55px;mix-blend-mode: darken;}
.title{max-width: 300px;}
.popularcat_sec .row{row-gap: 30px;}
.flash-block{padding: 30px;border-radius: 5px;border: 2px solid #9D6646;flex-wrap: wrap;justify-content: space-between;display: flex;gap: 20px;}
.flash-block .row-bock{display: flex;align-items: center;justify-content: space-between;gap: 15px;width: 49%;border-radius: 10px;
	border: 1.176px solid rgba(49, 28, 23, 0.05);
	background: rgba(203, 153, 126, 0.02);padding: 15px;
}
.flash-block .row-bock .mrp,.recent_product_sec .product_box .mrp,
.shop-mega-menu .product_box .mrp,
.search-main .search-product-slider .product_box .mrp{font-size: 10px;text-decoration: line-through;}
.flash-block .row-bock img{border-radius: 10px;height: 258px;width: 258px;}
.flash-block .row-bock .tag,
.recent_product_sec .product_img .tag,
.shop-mega-menu .product_box .tag,
.search-main .search-product-slider .product_box .tag{
	background: #F00;
    padding: 3px 5px;
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 10px;
    font-weight: bold;}
.flash-block .row-bock .heading,
.shop-mega-menu .product_box .heading,
.search-main .search-product-slider .product_box .heading,
.letest_blogs .blog-box .dtl,
.recentproduct_slider .product_box .heading{display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}
.flash-block .clockdiv {display: flex;padding: 15.5px 13.239px;border: 0.466px solid #311C17;position: relative;justify-content: space-between;align-items: center;margin-bottom: 20px;margin-top: 12px;position: relative;}
.flash-block .clockdiv .smalltext{color: rgba(49, 28, 23, 0.60);font-size: 12px;font-weight: 600;padding-top: 3px;}
.flash-block .clockdiv span{color: #311C17;font-size: 18px;font-weight: bold;}
.flash-block .clockdiv div{text-align: center;position: relative;}
.flash-block .clockdiv::after{background-image: url('../img/flash-counter.svg');background-repeat: no-repeat;background-size: contain;width: 25px;height: 25px;top:-10px;left: 6px;content: '';position: absolute;}
.flash-block .clockdiv .counter::after{content: ':';color: #311C17;font-size: 30px;right: -20px;top: 50%;font-weight: bolder;transform: translateY(-50%);position: absolute;}
.flash-block .clockdiv .counter:last-child::after{display: none;}

.popularcat_sec .cat-box img{padding: 12px;border: 2px solid transparent;}
.popularcat_sec .cat-box:hover img{border-radius: 70px;border: 2px solid #8D593B;}
.popularcat_sec .cat-box:hover p{color: #8D593B;}
.recent_product_sec .product_box,
.search-main .search-product-slider .product_box,
.shop-mega-menu .product_box{border-radius: 7.809px;border: 0.918px solid rgba(49, 28, 23, 0.05);background: rgba(203, 153, 126, 0.17);padding: 13px;height: 100%;}
.recent_product_sec .product_box img,
.search-main .search-product-slider .product_box img,
.shop-mega-menu .product_box img{width: 200px;height: 200px;border-radius: 8px;}
.recent_product_sec .product_box a,
.search-main .search-product-slider .product_box a,
.shop-mega-menu .product_box a{padding: 17px 50px;}
.recent_product_sec .product-block{width: 20%;}
.recent_product_sec .product_img,
.shop-mega-menu .product_box .product_img,
.search-main .search-product-slider .product_box .product_img{position: relative;}
.recent_product_sec .product_img p img,
.shop-mega-menu .product_box .product_img p img,
.search-main .search-product-slider .product_box .product_img p img{width: 20px;height: 20px;mix-blend-mode: multiply;}
.recent_product_sec .product_img p,
.shop-mega-menu .product_box .product_img p,
.search-main .search-product-slider .product_box .product_img p{padding: 5px 10px;background: #F6B800;display: flex;align-items: center;gap: 5px;position: absolute;bottom: 0;right: 0;border-top-left-radius: 8px; border-bottom-right-radius: 8px;}
.recent_product_sec .recentproduct_slider{gap: 20px;display: flex;justify-content: flex-start;}
.bestseller-slider .best-block{text-align: center;margin: 0px 15px;}
.bestseller-slider .best-block img{height: 280px;width: 100%;border-radius: 15px;box-shadow: 0px 0px 10.4px 0px rgba(0, 0, 0, 0.17) inset, 0px 0px 52.5px 0px rgba(0, 0, 0, 0.35) inset;}
.bestseller-sec{margin: 90px 0px;}
.toppicks_sec{padding-bottom: 90px;}
.toppicks_sec .nav-link{color: rgba(49, 28, 23, 0.80);
	font-family: "DX Rigraf";
	font-size: 18px;
	font-weight: 400;
	border: 0;
	position: relative;
	
}
.toppicks_sec .nav{border: 0;margin-bottom: 25px !important;}
.toppicks_sec .nav-link.active{font-weight: 700;}
.toppicks_sec .nav-link::after{position: absolute;content: '';width: 39px;height: 2px;background: #9D6646;bottom: 0;left: 0;right: 0;margin: 0 auto;opacity: 0;transition: all 0.4s;}
.toppicks_sec .nav-link.active::after{opacity: 1;}
.toppicks_sec .tab-content{background: transparent !important;border: 0 !important;padding: 0 !important;}
.postar-sec .postar-card{text-align: center;}
.postar-sec .row.second{padding-top: 20px;}
.postar-sec .postar-card img{width: 100%;height: 250px;border-radius: 10px;}
.recenty-view-sec.recent_product_sec .product-block{width: 30%;}
.recenty-view-sec.recent_product_sec .product_img img{width: 100%;height: 285px;}
.recenty-view-sec.recent_product_sec .product_img p img{width: 20px;height: 20px;}
.recenty-view-sec.recent_product_sec .product_box a{width: 100%;}
.for_bathroom{padding: 30px 0px;overflow: hidden;}
.for_bathroom .row{align-items: center;display: flex;}
.for_bathroom .custom-btn{padding: 14px 40px;}
.for_bathroom .img img{border-radius: 50%;width: 90%;height: 570px;}
.for_bathroom .img{position: relative;}
.for_bathroom .img::after{position: absolute;content: '';background-image: url('../img/bathroom-round.svg');background-repeat: no-repeat;background-size: contain;width: 671px;height: 671px;left: -60px;right: 10px;margin: 0 auto;top: -30px;}
.letest_blogs .blog-box .view_more{font-weight: 700;font-size: 18px;margin-top: 10px;display: inline-flex; gap: 5px;    align-items: center;}
.letest_blogs .blog-box .view_more i{transition: all 0.4s;}
.letest_blogs .blog-box .view_more:hover i{padding-left: 10px;}
.letest_blogs .blog-box .img-block{position: relative;}
.letest_blogs .blog-box .img-block .share{position: absolute;top: 20px;height: 40px;width: 40px;border-radius: 50%;right: 20px;transition: all 0.4s;}
.letest_blogs .blog-box:hover .share{transform: rotate(45deg);}
.letest_blogs .blog-box .img-block img{width: 100%;height: 400px;}
header .shop-by button{color: #9D6646;font-weight: 700;font-size: 10px;padding: 12px 17px;border: 1px solid #9D6646;background: transparent;border-radius: 8px;transition: all 0.4s;}
header .shop-by button img{margin-right: 10px;}
header .shop-by button i{margin-left: 10px;font-size: 12px;}
header .shop-by button:hover{background: #9D6646;color: #fff;}
header .shop-by button:hover img{filter: brightness(4.5);}
header .mega-menu{position: absolute;
    min-width: 100%;
    padding: 0;
    background: #FFF5EF;
	border: 1px solid rgba(157, 102, 70, 0.60);
    left: 0;
    right: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    z-index: 9;
    top: 140%;
}
.shop-category-show header .mega-menu{opacity: 1;
    visibility: visible;
    top: 100%;
}
header .shop-menu{position: relative;}
header .shop-category{max-height: 400px;
    overflow-x: hidden;
    width: 240px;
    padding: 10px;
}
header .shop-category > li {
    width: 100%;
    position: static;
    display: inline-block;
}
header .brand-category-content{max-height: 600px;height: 600px;}
header .shop-category > li a{color: #311C17;font-size: 12px;font-family: "DX Rigraf";font-weight: 600;padding: 13px 16px;display: block;}
header .shop-mega-menu {
    background-color: #FFF5EF;
    padding: 0px;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 9;
    max-height: 570px;
    overflow-x: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    width: calc(100% - 240px);
    top: 0px; 
    right: 0;
	gap: 20px;
    display: none;
	justify-content: flex-start;
    padding: 20px;
}
.shop-mega-menu .product_box img{width: 100%;height: auto;}
.shop-mega-menu .product_box{width: 20%;height: auto;max-height: 100%;}
header .shop-category > li.active .shop-mega-menu {display: flex}
body.shop-category-show,body.search-slide-show{overflow: hidden;position: relative;}
body.shop-category-show::after,body.search-slide-show::after{ content: '';
	height: 100%;
	width: 100%;
	z-index: 9;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-filter: blur(10px);
	backdrop-filter: blur(1px);
}
.search-main {
    border-radius: 20px 0px 0px 20px;
    background: #FFF;
    padding: 50px 12px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    height: 100%;
    width: 600px;
	right: -100%;
	transition: all 0.4s;
	opacity: 0;
}
.search-slide-show .search-main{opacity: 1;right: 0;}
.search-main .form-box{position: relative;}
.search-main .form-box input{border-radius: 100px;
	border: 1px solid #9D6646;padding: 12px 0px 12px 65px;color: rgba(49, 28, 23, 0.70);
	font-size: 16px;
	font-weight: 400;
	width: 100%;
}
.search-main .form-box img{position: absolute;top: 0px;left: 0;width: 58px;height: 50px;}
.search-main hr{color: #9D6646;opacity: 1;}
.search-main .search-product-slider .product_box{margin: 0px 10px;}
.search-main .search-product-slider .product_box .product_img img{width: 100%;height: 150px;}
.search-main .search-product-slider .product_box .tag {
    padding: 2px 5px;
    font-size: 12px;
}
.search-main .search-product-slider .product_box .product_img p {
    font-size: 8px;
}
.search-main .search-product-slider .product_box .product_img p img{height: 12px;width: 12px;}
.search-main .search-product-slider .product_box a{padding: 9px 25px;}
.search-main .close{border: 0;background: transparent;font-size: 20px;font-weight: bold;color: #9D6646;position: absolute;top: 12px;right: 12px;}
.search-main .nav-tabs{padding-top: 40px;padding-bottom: 10px;margin-bottom: 0px !important;border: 0 !important;gap: 15px;}
.search-main .nav-tabs .nav-link{padding: 10px 29px;border-radius: 7px;border: 1px solid #9D6646;color: #9D6646;font-size: 11px;font-weight: 700;}
.search-main .nav-tabs .nav-link.active{background: #9D6646;color: #fff;}
.search-main .tab-product{gap: 20px;align-items: center;border-radius: 10px;
	border: 1px solid rgba(157, 102, 70, 0.15);
	background: rgba(157, 102, 70, 0.10);
	padding: 0px;width: 95%;margin: 0 auto;padding-left: 13px;margin-bottom: 20px;
}
.search-main .tab-product img{height: 100px;width: 100px;border-radius: 8px;}
.search-main .tab-product .heading span{text-decoration: line-through;font-size: 10px;}
.search-main .tab-product .quick_btn img{width: 22px;height: 22px;}
.search-main .tab-product .quick_btn{background: #9D6646;padding: 38px 13px;color: #fff;font-size: 12px;font-weight: 700;display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 5px;
		border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.search-main .tab-product .dtl .p-small a {font-size: inherit;color: inherit;line-height: inherit;}
.search-main .row.product-row {
    height: 480px;
    overflow: auto;
}
.search-main ul .suggestion-link{color: #311C17;font-size: 20px;font-weight: 700;}
.search-main .suggestion-block{display: flex;gap: 26px;flex-direction: column;}
.search-main .letest_blogs .blog-box .img-block img{height: 235px;}
.search-main .letest_blogs .blog-row{row-gap: 20px;}
.search-main .letest_blogs .blog-box .img-block .share{height: 40px;width: 40px;}
.bradcromps,.bradcromps a{color: #6B705C;font-family: 'DM Sans 18pt';font-size: 15px;font-weight: 400;}
.bradcromps{padding-top: 20px;padding-bottom: 40px;}
.about-banner{background-image: url('../img/about-banner.png');background-repeat: no-repeat;background-size: cover;padding:100px 0px;}
.about-banner p{max-width: 560px;margin: 0 auto;}
.introduction-sec{padding: 120px 0px 0px 0px;}
.introduction-sec .wrapper{margin-left: 0;padding-bottom: 120px;}
.introduction-sec .img img{width: 100%;height: auto;}
.brand-story-sec .wrapper{padding-top: 120px;border-top: 1px solid rgba(49, 28, 23, 0.50);}
.weoffer-sec{padding: 120px 0px;}
.weoffer-sec .img img,.unboxing-sec .img img{width: 100%;height: 345px;border-radius: 10px;}
.weoffer-sec .dtl{max-width: 550px;margin-left: auto;}
.unboxing-sec .dtl{max-width: 550px;margin-right: auto;}
.happy-customer-sec .full,
.happy-customer-sec .left,
.happy-customer-sec .right{background-image: url('../img/happy-1.png');background-repeat: no-repeat;background-size: cover;padding: 130px 0px;text-align: center;border-radius: 30px;}
.happy-customer-sec .left{background-image: url('../img/happy-2.png');padding: 100px 0px;}
.happy-customer-sec .right{background-image: url('../img/happy-3.png');padding: 100px 0px;}
.happy-customer-sec,.contect-sec{padding-bottom: 120px;}
.contect-sec .ctn-box a{color: #311C17;}
.contect-sec .ctn-box a i{font-size: 25px;}
.contect-sec .left form{padding: 24px;border: 1px solid #D9D9D9;border-radius: 8px;}
.contect-sec .left form label{font-family: "DX Rigraf";color: #1E1E1E;font-size: 16px;font-weight: bold;}
.contect-sec .left form input:focus,
.contect-sec .left form textarea:focus{outline: 0;}
.contect-sec .left form input,
.contect-sec .left form textarea{border: 1px solid #D9D9D9;padding: 12px;border-radius: 8px;color: #311C17;
	font-family: 'DM Sans 18pt';
	font-size: 14px;
	font-weight: normal;
}
.contect-sec .left form textarea::placeholder,
.contect-sec .left form input::placeholder,
.contect-sec .left form textarea::placeholder{
	color: rgba(49, 28, 23, 0.60);
	font-family: 'DM Sans 18pt';
	font-size: 14px;
	font-weight: normal;
}
.contect-sec .left form textarea{height: 240px;}
.contect-sec .left form .ctn-block{display: flex;flex-direction: column;gap: 10px;}
.contect-sec .left form .row{padding-top: 24px;}
.contect-sec .left form .row:first-child{padding-top: 0;}
.flashdeal-banner .flashbanner{margin-top: 40px;height: 560px;width: 100%;}
.flash-poster.postar-sec .postar-card img{height: 360px;}
.poster-newyear .full img{width: 100%;height: 500px;border-radius: 10px;}
.flash-organized,.collection-sec{padding-bottom: 120px;}
.policy-banner .policy-block{max-width: 830px;margin: 0 auto;padding: 100px 0px;}
.policy-banner .policy-block p,.blog-dtl-sec .info p{opacity: 0.7;}
 .policy-banner .policy-block ul li,.blog-dtl-sec .info ul li{   list-style: disc;}
.policy-banner .policy-block ul,.blog-dtl-sec .info ul {
    padding-left: 30px;
}
.collection-sec .right-collection{margin-left: auto;}
.collection-sec .cat-collections{padding: 16px;background: #FFF8F4;border-radius: 8px;border: 1px solid #311c172b;}
.collection-sec .cat-collections .accordion-button{border: 0 !important;
    color: #9D6646;
    background: transparent;
    border-top: 1px solid #9D6646 !important;
    padding-top: 8px;
    padding-bottom: 25px;
    border-bottom: 0px;
    border-radius: 0;
	font-family: "DX Rigraf";
	font-weight: 600;
}
.collection-sec .cat-collections .accordion-button:focus,
.accordion-button:not(.collapsed){box-shadow: none !important;outline: 0;}
.collection-sec .cat-collections .accordion-item{border-radius: 0 !important;background: transparent !important;border: 0 !important;}
.collection-sec .cat-collections .accordion-item:first-of-type>.accordion-header .accordion-button{border-radius: 0 !important;}
.collection-sec .cat-collections .accordion-button::after{background-image: url('../img/collection-arrow.svg') !important;background-repeat: no-repeat;background-size: contain;width: 18px;height: 15px;}
.collection-sec .cat-collections .accordion-body{padding-top: 0;}
.collection-sec .cat-collections .form-block label{font-family: "DX Rigraf";font-weight: 600;font-size: 14px;display: flex;align-items: center;gap: 12px;}
.collection-sec .cat-collections .form-block form{display: flex;flex-direction: column;gap: 10px;}
  .collection-sec .cat-collections  input[type="checkbox"] {
	display: none;
  }
  .collection-sec .cat-collections  .custom-checkbox {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #9D6646;
	border-radius: 4px;
	background-color: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
  }

  .collection-sec .cat-collections  .custom-checkbox::after {
	content: '✔';
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	color: #fff;
	font-size: 10px;
	transition: transform 0.3s ease;
  }

  .collection-sec .cat-collections  input[type="checkbox"]:checked + .custom-checkbox {
	border-color: #9D6646; 
	background-color: #9D6646;
  }
  .collection-sec .cat-collections input[type="checkbox"]:checked + .custom-checkbox::after {
	transform: translate(-50%, -50%) scale(1);
  }
  .collection-sec .price-range-slider .range-value {
	margin: 0;
	padding-bottom: 10px;
  }
  .collection-sec  .price-range-slider .range-value input {
	width: 100%;
	background: none;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	font-family: "DX Rigraf";
	box-shadow: none;
	border: none;
  }
  .collection-sec .price-range-slider .range-bar {
	border: none;
	background: rgba(49, 28, 23, 0.25);
	height: 5px;
	margin-left: 8px;
	border-radius: 6170.667px;
  }
  .collection-sec .price-range-slider .range-bar .ui-slider-range {
	background: #624637;;
  }
  .collection-sec  .price-range-slider .range-bar .ui-slider-handle {
	border: none;
	border-radius: 25px;
	background: #311C17;
	border: 2px solid #311C17;
	height: 12px;
	width: 12px;
	top: -4px;
	cursor: pointer;
  }
.collection-sec .price-range-slider .range-bar .ui-slider-handle + span {
	background: #311C17;
}
.collection-sec .toggle-switch input[type=checkbox] {
	height: 0;
	width: 0;
	visibility: hidden;
  }
  
  .collection-sec .toggle-switch  .toggle-label {
	cursor: pointer;
	text-indent: -9999px;
	width: 35px;
	height: 20px;
	background:rgba(180, 180, 180, 0.27);
	display: block;
	border-radius: 100px;
	position: relative;
	border: 1px solid #311C17;
  }
  
  .collection-sec .toggle-switch  .toggle-label:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 5px;
	width: 12px;
	height: 12px;
	background: #6C6968;
	border-radius: 50%;
	transition: 0.3s;
  }
  
  .collection-sec .toggle-switch  input:checked + .toggle-label {
	background: #9D6646;
  }
  
  .collection-sec .toggle-switch  input:checked + .toggle-label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
  }
  .collection-sec .toggle-switch{display: flex;align-items: center;gap: 12px;}
  .collection-sec .toggle-switch .toggle-label:active:after {
	width: 35px;
  }
  .collection-sec .right-collection  .selected-dp .dropdown-toggle:focus{outline: 0;border: 0;}.collection-sec .selected-category{flex-wrap: wrap;}
  .collection-sec .selected-category .boxes {border-radius: 7px;padding: 8px 14px;border: 1px solid #9D6646;}
  .collection-sec .right-collection  .selected-dp .dropdown-toggle{color: #9D6646;font-weight: 600;font-size: 16px;padding: 0;}
  .collection-sec .right-collection .selected-dp .dropdown-toggle::after{vertical-align: 2px;}
.collections_products.recenty-view-sec.recent_product_sec .product_img img{height: 200px;}
.collections_products.recenty-view-sec.recent_product_sec .product_img p img{width: 12px;height: 12px;}
.collections_products.recenty-view-sec.recent_product_sec .product_box a{padding: 17px 10px;}
.collections_products.recent_product_sec .recentproduct_slider{flex-wrap: wrap;justify-content: flex-start;}
.collections_products.recenty-view-sec.recent_product_sec .product-block {
    width: 23%;
}
.more-blogs .nav-tabs .nav-link{color: #1E1E1E;font-weight: 400;padding: 10px 19px;border-radius: 9.542px;border: 1.363px solid #9D6646;}
.more-blogs{padding-bottom: 120px;}
.more-blogs .nav-tabs .nav-link.active{background: #9D6646;color: #fff;}
.more-blogs .nav-tabs{border: 0;}
.more-blogs .blogs-tab .row{row-gap: 20px;}
.blog-dtl-sec{padding-top: 30px;padding-bottom: 120px;}
.blog-dtl-sec .blogs-info{border-top: 1px solid #ddd;}
.blog-dtl-sec .blogs-info h2,.blog-dtl-sec .blogs-info h3,
.blog-dtl-sec .blogs-info h4,.blog-dtl-sec .blogs-info h5,.blog-dtl-sec .blogs-info h{font-family: 'DX Rigraf';color: #333333;}
.blog-dtl-sec .right img{width: 100%;height: 620px;border-radius: 8px;}
.blog-dtl-sec .info{max-width: 830px;margin: 0 auto;}
.faq-blocks{padding: 120px 0px;}
.faq-blocks .accordion .accordion-button{font-size: 18px;font-weight: 700;padding: 24px 10px 24px 0px;background: transparent;color: #311C17;box-shadow: none !important;}
.faq-blocks .accordion .accordion-item{border: 0px !important;border-bottom: 1px solid #9D6646 !important;border-radius: 0 !important;}
.faq-blocks .accordion .accordion-body{padding: 0;padding-bottom: 24px;}
.faq-blocks .accordion-item:last-of-type>.accordion-collapse{border-radius: 0;}
.faq-blocks .row{padding-bottom: 160px;}
.faq-blocks .row:last-child{padding-bottom: 0;}
.get-touch{padding-bottom: 100px;}
.get-touch p{max-width: 600px;margin: 0 auto;}
.collection-sec .color-block{display: flex;
		gap: 12px;
		align-items: center;
}
.collection-sec .checkbox {
	position: relative;
	overflow: hidden;
  }
  
 .collection-sec .checkbox__input {
	position: absolute;
	top: -100px;
	left: -100px;
  }
   
 .collection-sec .checkbox__inner {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #626262;
	background: transparent no-repeat center;
  }
  
.collection-sec .checkbox__input:checked + .checkbox__inner {
	border-color: #52C6C4;
	background-color: #52C6C4;
}
.collection-sec{font-weight: 600;font-size: 14px;color: #333;}
.collection-sec .blackbtn .checkbox__input:checked + .checkbox__inner {border-color: #000;background-color: #000;}
.collection-sec .whitebtn .checkbox__input:checked + .checkbox__inner {border-color: #fff;background-color: #fff;}
.collection-sec .silverbtn .checkbox__input:checked + .checkbox__inner {border-color: #C8C8C8;background-color: #C8C8C8;}
.collection-sec .redbtn .checkbox__input:checked + .checkbox__inner {border-color: #FF0000;background-color: #FF0000;}
.collection-sec .bluebtn .checkbox__input:checked + .checkbox__inner {border-color: #0073FF;background-color: #0073FF;}
.collection-sec .greenbtn .checkbox__input:checked + .checkbox__inner {border-color: #00FF80;background-color: #00FF80;}
.introduction-sec .dtl{max-width: 550px;margin-left: auto;}
footer .drop-block .dropdown .dropdown-toggle::after{vertical-align: 4px;}
footer .drop-block .dropdown .dropdown-item img {
    height: 15px;
    width: 15px;
    margin-right: 8px;
}
 
.wpcf7-form-control-wrap {position: relative;width: 100%;display: contents;}
.woocommerce .star-rating span, .woocommerce .star-rating::before {color: #FFD43B;font-weight: 900;}
.woocommerce .star-rating {float: none;}
.wp-block-heading {position: relative;display: flex;align-items: center;width: 100%;padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size: 1rem;color: var(--bs-accordion-btn-color);text-align: left;background-color: var(--bs-accordion-btn-bg);border: 0;border-radius: 0;overflow-anchor: none;transition: var(--bs-accordion-transition);border: 0 !important;color: #9D6646;background: transparent;border-top: 1px solid #9D6646 !important;padding-top: 8px;padding-bottom: 0px;border-bottom: 0px;border-radius: 0;font-family: "DX Rigraf";font-weight: 600;}
.wc-blocks-filter-wrapper .wp-block-heading strong {font-weight: inherit;}
aside#block-10, aside#block-11, aside#block-12, aside#block-13 {padding: 0 !important;margin: 0 !important;}
.wc-block-attribute-filter .wc-block-attribute-filter-list li label input,.collection-sec .cat-collections input[type="checkbox"] {display: inline-block !important;width: 15px !important;border: 1px solid #9d6646 !important;background: transparent !important;color: #9d6646 !important;}
.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {border: 1px solid #9d6646 !important;background: transparent !important;color: #9d6646 !important;}
.woocommerce nav.woocommerce-pagination ul li {border-color: #9D6646;}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {background: #9d664647;color: #9D6646;}
.woocommerce nav.woocommerce-pagination ul.page-numbers {border-color: #9D6646;}
.search-main .search-submit {position: absolute !important;top: 0px;left: 0;width: 58px;height: 50px;display: block;opacity: 0;}
form.search-form {position: relative;}
.woocommerce-info {border-top-color: #8d593b;background-color: #fff8f4;color: #8d593b;}
.woocommerce-info::before, .woocommerce-error::after, .woocommerce-info::after, .woocommerce-message::after {color: #8d593b;}
.main.search-main {display: block;position: relative;opacity: 1;top: auto;left: auto;right: auto;height: auto;width: auto;z-index: auto;background: transparent;}
.main.search-main .tab-product .dtl {width: 100%;}
.main.search-main .tab-product .quick_btn { height: 100%;width: 150px;max-width: 100%;}
.main.search-main .row.product-row{height: auto !important;}
.woocommerce div.product .product_title {color: var(--950, #311C17);font-family: "DX Rigraf";font-size: 22px;font-style: normal;font-weight: 600;line-height: 123%;}
div#productOverview_feature_div td span {color: var(--950, #311C17);font-family: "DX Rigraf";font-size: 14px;font-style: normal;font-weight: 700;line-height: normal;}
div#productOverview_feature_div td + td span {color: var(--950, #311C17);font-family: "DX Rigraf";font-size: 14px;font-style: normal;font-weight: 400;line-height: normal;}
div#glance_icons_div span.a-size-base.handle-overflow.a-text-bold {color: var(--950, #311C17); font-family: "DX Rigraf";font-size: 12.794px;font-style: normal;font-weight: 700;line-height: normal;}
/*div#glance_icons_div td td + td {padding: 7px;border-radius: 5.483px !important;!i;!;border: 2.306px solid #9D6646;}*/
div#glance_icons_div tr  tr {padding: 7px;border-radius: 5.483px !important;border: 2.306px solid #9D6646;}
div#glance_icons_div td.a-span6 {width: 50%;}
div#glance_icons_div table.a-normal {width: 100%;height: 100%;}
div#glance_icons_div span.a-size-base.handle-overflow {color: #311C17;font-family: "DX Rigraf";font-size: 15.139px;font-style: normal;font-weight: 300;line-height: normal;}
.woocommerce div.product li.a-spacing-mini {color: var(--950, #311C17); font-family: 'DM Sans 18pt';font-size: 12px;font-style: normal;font-weight: 400;line-height: 144.496%;list-style: disc;list-style-position: inside;}
.woocommerce .single-product-main span.woocommerce-Price-amount.amount {color: rgba(157, 102, 70, 0.50);leading-trim: both;text-edge: cap;font-family: "DX Rigraf";font-size: 14px;font-style: normal;font-weight: 700;line-height: 0%;text-decoration: line-through !important;}
.woocommerce .single-product-main ins span.woocommerce-Price-amount.amount {color: var(--MH-Main-Color,     #9D6646);font-family: "DX Rigraf";font-size: 30px;font-style: normal;font-weight: 700;line-height: 171.842%; }
.woocommerce div.product form.cart .button.single_add_to_cart_button.button.alt {border-radius: 8px;background: #9D6646;width: 100%;margin-top: 12px;color: #FFF;text-align: center;font-family: "DX Rigraf";font-size: 16px;font-style: normal;font-weight: 700;line-height: normal;}
span.sku_wrapper {display: block;color: var(--950, #311C17); font-family: "DX Rigraf";font-size: 14px;font-style: normal;font-weight: 700;line-height: normal;}
span.posted_in {color: var(--950, #311C17);font-family: "DX Rigraf";font-size: 14px;font-style: normal;font-weight: 700;line-height: normal;}
span.posted_in a {color: var(--950, #311C17);font-family: "DX Rigraf";font-size: 11px;font-style: normal;font-weight: 400;line-height: normal;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce div.product .woocommerce-tabs ul.tabs li a {color: #9D6646;}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {box-shadow: 2px 2px 0 rgba(157, 102, 70, 0.50);border: 1px solid rgba(157, 102, 70, 0.50);}
.woocommerce div.product .woocommerce-tabs ul.tabs li {border-color: rgba(157, 102, 70, 0.50);color: rgb(157 102 70);background: rgba(157, 102, 70, 0.50);}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {border-bottom: 1px solid rgba(157, 102, 70, 0.50);}
.woocommerce div.product .woocommerce-tabs .panel h2 {color: var(--950, #311C17);font-family: "DX Rigraf";font-size: 14px;font-style: normal;font-weight: 700;line-height: normal;}
.woocommerce table.shop_attributes th {color: var(--950, #311C17);font-family: "DX Rigraf";font-size: 14px;font-style: normal;font-weight: 700;line-height: normal;}
.woocommerce table.shop_attributes td,.woocommerce table.shop_attributes td p {color: #ceb2a2;font-family: "DX Rigraf";font-size: 14px;font-style: normal;font-weight: 400;line-height: normal;}
.woocommerce #reviews #comments ol.commentlist li img.avatar {background: #b58b73;border: 1px solid #9d6646;}
.woocommerce #reviews #comments ol.commentlist li .comment-text {border-color: #ceb2a2;}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {font-size: 12px;font-family: "DX Rigraf";}
.woocommerce #review_form #respond .form-submit input {color: #795548;background-color: #fff5ef;}
.woocommerce span.onsale {font-family: 'DM Sans 18pt';line-height: 1.5;margin: 0px;color: rgb(255, 255, 255);padding: 3px 5px;font-size: 10px;font-weight: bold;background: rgb(255, 0, 0);border-radius: 0;min-height: auto;}
.woocommerce div.product div.images .flex-control-thumbs li {width: auto;float: none !important;margin: 0;list-style: none;height: auto !important;display: inline-block;border-radius: 5.806px;padding: 4px;}
.woocommerce div.product div.images .flex-control-thumbs li img {border-radius: 5.806px;}
.woocommerce div.product div.images .flex-control-thumbs li.slick-slide.slick-current {border-radius: 5.806px;border: 2px solid #311C17;}
div#glance_icons_div tr tr td img {width: 40px;max-width: none;height: 40px;}
.wt_frontend_wishlist_table.row {border: none !important;}
.wt_frontend_wishlist_table .remove_wishlist_single img {width: auto;height: auto;}
.page-id-3715 .main.search-main {padding: 0;padding-top: 20px;padding-bottom: 50px;} 
.woocommerce div.product span.browse_wishlist {display: none !important;}
.star + .p-extra-small.bold.red.pb-3.pt-3 {line-height: 27px;}
.woocommerce .single-product-main ins span.woocommerce-Price-amount.amount {text-decoration: none !important;}
.about-banner-mob{padding-top: 80px;text-align: center;}
.about-banner-mob .video-wrapper {
    padding: 50px;
    border-radius: 20px;
    background: #9d6646; 
}
.about-banner-mob .video-wrapper video{width: 100%;height: auto;border-radius: 20px;}
.page-id-3781 .policy-banner h1,.page-id-3781 .bradcromps{display:none;}
.blog-dtl-sec .blogs-info h2,.blog-dtl-sec .blogs-info h3{font-size: 26px;padding: 15px 0px;margin: 0;}
.blog-dtl-sec .blogs-info h4{font-size: 20px;}
.blog-dtl-sec .info p,.blog-dtl-sec .info ul{padding-bottom: 8px;}
.home_recent_product_sec {
    padding-top: 100px;
}
.locker_sec .safeblock{padding: 80px 0px;display: flex;flex-direction: column;gap: 47px;}
.locker_sec .safeblock .box{display: flex;align-items: center;gap: 90px;border-radius: 24px;
border: 1px solid #9D6646;padding: 30px;}
.locker_sec .safeblock .box .left{width: 40%;}
.locker_sec .safeblock .box .right{width: 60%;display: flex;flex-direction: column;gap: 25px;}
.locker_sec .safeblock .box .right .h2{font-size: 42px;font-family: "DM Sans 36pt";}
.locker_sec .safeblock .box .right .h4{font-family: 'DM Sans 18pt';font-weight: 400;}
.locker_sec .safeblock .box .right p{font-size: 22px;font-family: 'DM Sans 18pt';}
.locker_sec .safeblock .box .right a{width: fit-content;}
.locker_sec .safeblock .box .left img{width: 100%;height: 473px;object-fit: cover;border-radius: 15px;}
.lockerdetail_block{padding: 100px 0px;}
.lockerdetail_block #tabs-nav{display: flex;border-bottom: 1px solid #9D6646;justify-content: space-around;}.lockerdetail_block #tabs-nav li a{font-size: 22px;color: #9D6646;opacity: 0.8;font-weight: 400;padding-bottom: 28px;display: inline-block;border-bottom: 1px solid transparent;}
.lockerdetail_block #tabs-nav li.active a{font-weight: 600;opacity: 1;border-color: #9D6646;}
.lockerdetail_block .detailblock {display: flex;gap: 70px;align-items: flex-start;}
.lockerdetail_block .detailblock .left,
.lockerdetail_block .detailblock_user{width: 50%;display: flex;flex-direction: column;gap: 18px;}
.lockerdetail_block .detailblock .right{width: 50%;}
.lockerdetail_block #tabs-content{padding-top: 70px;}
.lockerdetail_block .detailblock .info h4{color: rgba(89, 55, 46, 0.70);text-transform: capitalize;}
.lockerdetail_block .detailblock .left h4,.lockerdetail_block .detailblock .left p,
.lockerdetail_block .detailblock .left ul li{color: #59372E;font-size: 22px;}
.lockerdetail_block .detailblock .left h4{text-transform: uppercase;}
.lockerdetail_block .detailblock .left ul li{padding-bottom: 5px;}
.lockerdetail_block .detailblock .right img{width: 100%;height: 620px;object-fit: cover;border-radius: 25px;}
.lockerdetail_block .video-wrapper{padding: 30px;border-radius: 30px;background: #9D6646;}
.lockerdetail_block .video-wrapper video{width: 100%;height: auto;border-radius: 25px;}
.lockerdetail_block .detailblock_user h4,
.lockerdetail_block .detailblock_user p,
.lockerdetail_block .detailblock_user ul li{color: #59372E;font-size: 18px;}
.lockerdetail_block .detailblock_user{width: fit-content;}
.lockerdetail_block .detailblock_user a {display: inline-block;}
.lockerdetail_block .detailblock_user a img{width: 200px;height: 200px;margin-bottom: 15px;}
.offer-sec .searchblock{
	margin: 0 auto;
    max-width: 600px;
    padding: 0px 12px 30px 12px;
}.offer-sec .searchblock .form-box{position: relative;}
.offer-sec .searchblock .form-box input{border-radius: 100px;
	border: 2px solid #9D6646;padding: 12px 12px 12px 65px;color: rgba(49, 28, 23, 0.70);
	font-size: 16px;
	font-weight: 400;
	outline: 0 !important;
	width: 100%;
}.offer-sec .searchblock .form-box img{position: absolute;top: 1px;left: 1;width: 58px;height: 50px;}