body{
	margin:0;
	padding:0;
	font-family: 'Poppins';
}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
	height: auto;
}
a:focus {
	outline: none;
	outline: 0px auto;
	outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
	border: none !important;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Bold.eot');
	src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Bold.woff2') format('woff2'),
		url('../fonts/Poppins-Bold.woff') format('woff'),
		url('../fonts/Poppins-Bold.ttf') format('truetype'),
		url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.eot');
	src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
		url('../fonts/Poppins-SemiBold.woff') format('woff'),
		url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
		url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Medium.eot');
	src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Medium.woff2') format('woff2'),
		url('../fonts/Poppins-Medium.woff') format('woff'),
		url('../fonts/Poppins-Medium.ttf') format('truetype'),
		url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.eot');
	src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/Poppins-Regular.woff') format('woff'),
		url('../fonts/Poppins-Regular.ttf') format('truetype'),
		url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: 9999;
}
.fixed-header{
	top: 0;
	box-shadow: 0 0 5px #929292;
	animation: smoothScroll 1s;
	z-index: 999;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-150px);
	}
	100% {
		transform: translateY(0px);
	}
}
.fixed-header .topbar{
	height: 0;
}
.fixed-header .logo {
	margin-top: 0;
}
.fixed-header .logo img{
	width: 105px;
	padding: 8px 10px;
}
.fixed-header .menu ul li a{
	padding: 38px 0;
}
.topbar{
	height: 45px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dedede;
	overflow: hidden;
	transition: ease 0.5s all 0s;
}
.sh-title{
	font-size: 14px;
	font-weight: 500;
	color: #222424;
}
.ad1 {
	display: flex;
}
.ad1 span{
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-left: 24px;
	font-size: 14px;
	font-weight: 500;
}
.ad1 span:first-child{
	margin-left: 0;
}
.ad1 span a{
	color: #222424;
	transition: ease 0.5s all 0s;
}
.ad1 span a:hover {
	color: #d09257;
}
.menu-part{
	transition: ease 0.5s all 0s;
}
.logo{
	text-align: center;
	margin-top: -45px;
	transition: ease 0.5s all 0s;
}
.logo img{
	width: 130px;
	background: #fff;
	padding: 10px 15px;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	transition: ease 0.5s all 0s;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	display: inline-block;
	list-style: none;
	margin-right:28px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	display: block;
	color: #121212;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 25px 0;
	transition: ease 0.5s all 0s;
}
.menu ul li a:hover, .menu ul li a.active{
	color: #d39559;
}
.admin-part{
	text-align: right;
}
.search-sec{
	display: inline-block;
	vertical-align: middle;	
}
.aws-container .aws-search-form{
	border-radius: 50px !important;
	overflow: hidden;
}
.aws-search-field{
	width: 278px !important;
	color: #000 !important;
	height: auto !important;
	padding:7px 5px 7px 0 !important;
	background: #efefef;
	border: none !important;
}
.aws-search-form .aws-search-btn{
	background: #efefef !important;
	border: none !important;
}
.aws-container .aws-search-field:focus {
	background-color: #efefef !important;
}
.aws-search-field::-webkit-input-placeholder {
	color:#4e4e4f;
	font-size:15px;
}
.aws-search-field::-moz-placeholder {
	color:#4e4e4f;
	font-size:15px;
}
.aws-search-field:-ms-input-placeholder { 
	color:#4e4e4f;
	font-size:15px;
}
.aws-search-field:-moz-placeholder {
	color:#4e4e4f;
	font-size:15px;
}


.cart-icon{
	display: inline-block;
	vertical-align: middle;
	margin-left: 28px;
	position: relative;
}
.cart-no{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #e1a362;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	right: -10px;
	bottom: -3px;
	line-height: 18px;
}
.profile-btn{
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.banner{
	background: url(../images/banner.jpg) no-repeat center top;
	background-size: cover;
	margin-top: 118px;
	position: relative;
	overflow: hidden;
	z-index: 99;
}
.banner-left{
	position: relative;
	z-index: 9;
}
.banner-left img, .banner-right img{
	width: 100%;
}
.banner-center{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.banner-center::after{
	background: url(../images/leaf.png) no-repeat;
	width: 171px;
	height: 165px;
	position: absolute;
	bottom: 0;
	left: -10px;
	content: "";
	z-index: -1;
}
.banner-part{
	padding: 0 8%;
}
.banner-small{
	font-size: 15px;
	font-weight: bold;
	color: #222424;
	text-transform: uppercase;
}
.banner-title{
	font-size:43px;
	font-weight: bold;
	color: #222424;
	text-transform: uppercase;
	line-height: 45px;
	margin-top: 7px;
}
.banner-text{
	font-size: 15px;
	color: #222424;
	margin-top: 10px;
}
.banner-btn a{
	display: inline-block;
	background: #e1a362;
	color: #222424;
	font-size: 15px;
	font-weight: 600;
	padding: 11px 25px;
	border-radius: 50px;
	text-transform: uppercase;
	margin-top: 20px;
	letter-spacing: 1px;
	transition: ease 0.5s all 0s;    
}
.banner-btn a:hover, .collection-btn:hover, .box3-btn:hover{
	background: #2c2b2a;
	color: #fff;
}
.banner-btn a img{
	transform: translateX(5px);
	transition: ease 0.5s all 0s;
}
.banner-btn a:hover img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(92deg) brightness(109%) contrast(101%);
}
.banner-bottom-sec{
	background: #fff;
	position: relative;
	z-index: 99;
}
.box1{
	padding: 30px 0;
	text-align: center;
	border-right: 1px solid #d2d2d2;
}
.box1-top:last-child .box1{
	border-right: none; 
}
.box1 img{
	background: #ffead4;
	border-radius: 50%;
}
.box1-title{
	font-size: 14px;
	font-weight: 600;
	color: #222424;
	text-transform: uppercase;
	margin-top: 10px;
	letter-spacing: 1px;
}
.category-sec{
	background: #d2c1af;
	position: relative;
	overflow: hidden;
	z-index: 9;   
}
.cat-title {
	font-size: 180px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	white-space: nowrap;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.5s ease;
}
.cat-title.visible {
	opacity: 1;
}
.box2-top{
	margin-top: 50px;
}
.box2-top:first-child{
	margin-top: 128px;
}
.box2{
	background: #fff;
	text-align: center;
}
.cat-img img{
	width: 100%;
}
.box2-content{
	padding: 25px 15px;
}
.box2-small{
	font-size: 13px;
	font-weight: 600;
	color: #141313;
	text-transform: uppercase;
}
.box2-title{
	font-size: 20px;
	font-weight: bold;
	color: #0a0a0a;
	text-transform: uppercase;
	line-height: 22px;
	margin-top: 4px;
}
.collection-btn{
	display: inline-block;
	background: #e1a362;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 25px;
	border-radius: 50px;
	text-transform: uppercase;
	margin-top: 20px;
	letter-spacing: 1px;
	transition: ease 0.5s all 0s;
}
.collection-btn img{
	transform: translateX(5px);
	transition: ease 0.5s all 0s;
}
.box2-center{
	text-align: center;
}
.box2-center img{
	width: 445px;
}
.product-sec{
	padding: 50px 0;
}
.box3{
	text-align: center;
	border-right: 1px solid #e3e3e3;
}
.box3-top:last-child .box3{
	border-right: none;
}
.box3 .box2-title{
	font-size: 25px;
	color: #141313;
	line-height: 28px;
}
.prod-img{
	max-width: 260px;
	margin: 8px auto 0;
}
.prod-img img{
	width:100%;
}
.box3-title{
	font-size: 17px;
	font-weight: 500;
	color: #141313;
	margin-top: 5px;
}
.box3-title a{
	color: #141313;
}
.box3-price{
	font-size: 18px;
	color: #7f7f7f;
	margin-top: 3px;
}
.box3 .add_to_cart_button{
	margin-top:16px;
}
.box3-btn{
	display: inline-block;
	background: #e1a362;
	color: #141313;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 25px;
	border-radius: 50px;
	text-transform: uppercase;
	margin-top: 16px;
	transition: ease 0.5s all 0s;
}
.choose-us-sec{
	background: #ffe3c6;
	padding: 50px 0;
}
.w-title{
	font-size:30px;
	font-weight: bold;
	color: #080707;
	text-transform: uppercase;
	line-height:30px;
	margin-top:0;
}
.w-title.dup{
	font-size: 24px;
	line-height: 26px;
	margin-top: 20px;
}
.choose-list{
	margin-top: 20px;
}
.choose-list ul{
	margin: 0;
	padding: 0;
}
.choose-list ul li{
	background: url(../images/tick.png) no-repeat;
	list-style: none;
	padding-left: 28px;
	font-size: 15px;
	font-weight: 500;
	color: #080707;
	background-position: 0 3px;
	margin-top: 5px;
}
.choose-left .collection-btn{
	background: #161616;
}
.choose-left .collection-btn:hover{
	background: #dc9553;
}
.new-sec {
	padding: 10px 0 60px;
}
.about-sec{
	padding: 50px 0;
	position: relative;
}
.about-text{
	font-size: 15px;
	font-weight: 500;
	color: #1d1d1d;
	margin-top: 10px;
}
.about-sec .about-text{
	padding: 0 18%;
}
.about-sec .collection-btn{
	padding: 10px 35px;
}
.about-sec::before{
	background: url(../images/leaf2.png) no-repeat;
	width: 115px;
	height: 175px;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.about-sec::after{
	background: url(../images/leaf3.png) no-repeat;
	width: 123px;
	height: 174px;
	position: absolute;
	bottom: -88px;
	right: 0;
	content: "";
}
.gallery-sec{
	background: url(../images/brands-bg.png) no-repeat;
	background-size: cover;
	padding: 70px 0 45px;
}
.gallery-part{
	margin-top: 30px;
}
.rl-gallery-item{
	border-radius:5px !important;
	overflow:hidden;
}
.earth-sec{
	padding: 50px 0;
}
.earth-left .collection-btn {
	color: #181717;
}
.earth-left .collection-btn:hover {
	color: #fff;
}
.earth-left .collection-btn:hover img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(92deg) brightness(109%) contrast(101%);
}
.review-sec{
	background: url(../images/testi-bg.jpg) #ffe4bd no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.testi-part{
	margin-top: 25px;
}
.sp-testimonial-free {
	background: #fff !important;
	box-shadow: 0 0 4px #43414147 !important;
	margin: 10px;
	padding: 24px 20px 28px;
	position: relative;
	border-radius: 7px !important;
}
.sp-testimonial-client-testimonial p{
	padding: 0 !important;
	text-align: left !important;
	color: #282828 !important;
	margin-bottom: 14px !important;
	font-size: 14px !important;
	margin-top: 28px !important;
	line-height: 24px !important;
	font-weight: 500 !important;
}
.sp-testimonial-client-testimonial{
	margin-bottom: 0 !important;
}
.sp-testimonial-client-name{
	text-align:left !important;
	color:#282828 !important;
	font-size:18px !important;
	margin-bottom: 0 !important;
}
.sp-testimonial-client-rating{
	position: absolute;
	top: 26px;
	left: 18px;
}
.testimonial-nav-arrow{
	width: 40px !important;
	height: 40px !important;
	font-size: 20px !important;
	top: 65% !important;
	border-radius:50% !important;
}
.faq-sec {
	padding: 50px 0 30px;
}
.faq-part {
	margin-top: 30px;
}
.sp-ea-single .ea-header a{
	font-size: 17px !important;
	line-height: 26px !important;
	color: #000 !important;
}
.ea-body{
	color: #000 !important;
}
.footer{
	background: url(../images/foot_bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 40px 0 15px;
}
.foot_title{
	font-size: 18px;
	text-transform: uppercase;
	color: #e1a362;
	font-weight: 700;
	margin-bottom: 10px;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	list-style: none;
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.foot1 li a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover {
	color: #e4aa6d;
	letter-spacing: 0.3px;
}
.foot_text{
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}
.newsletter{
	margin-top: 14px;
}
#esfpx_email_afb8bad5cbe6e{
	width: 100%;
}
.foot_left{
	padding-left: 40px;
}
.line1{
	position: relative;
}
.line1::after {
	width: 1px;
	height: 100%;
	background: #ffffff26;
	position: absolute;
	top: 0;
	right: 15px;
	content: "";
}
.line1:first-child:after{
	right:-15px;
}
.copyright{
	border-top: 1px solid #ffffff26;
	margin-top: 34px;
	padding-top: 15px;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	font-weight: 500;
}
.copyright a{
	color:#e1a362;
}
.payment-logo{
	display: inline-block;
}
.social{
	display: inline-block;
	font-weight: 600;
	margin-left: 30px;
}
.social a{
	margin-left: 4px;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 22px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 40px;
	right: -10%;
	color: #fff;
	background: #000;
	text-align: center;
	opacity: 0;
	transition: ease 0.5s all 0s;
}
#back2Top.show {
	opacity: 1;
	right: 1%;
}
.page{
	margin-top:0 !important;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
	background: url(../images/inner-banner.jpg) no-repeat;
	background-size: cover !important;
	background-position:center top !important;
	max-width: 100% !important;
	padding: 130px 0 !important;
	margin: 118px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
/* .page .entry-header:before, .blog_page_header:before {
background: rgba(255, 255, 255, 0.5);
position: absolute;
content: "";
top:0;
bottom: 0;
left: 0;
right: 0;
} */
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	text-align: center;
	color: #000;
	width: 100%;
	font-size:28px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}

/* woocommerce */
.woocommerce-loop-product__title, .wc-block-grid__product-title{
	color: #000 !important;
	font-weight:600 !important;
	line-height: 23px !important;
	font-size: 18px !important;
}
.price {
	color: #454545 !important;
	font-size: 18px !important;
	font-weight: 600 !important;
}
.add_to_cart_button, .single_add_to_cart_button, #place_order, .woocommerce ul.products li.product .button {
	background: #c88d54 !important;
	color: #fff !important;
	line-height: normal !important;
	border-radius: 30px !important;
	font-size: 15px !important;
	font-weight: bold;
	padding: 8px 24px !important;
	display: inline-block !important;
	position: relative;
	text-transform: capitalize;
	transition: ease 0.5s all 0s;
}
.wc-block-components-button{
	background: #e1a362 !important;
	color: #000 !important;
	line-height: normal !important;
	border-radius: 30px !important;
	font-size: 15px !important;
	font-weight: bold;
	padding: 9px 22px !important;
	margin-top: 14px !important;
}
.wc-block-components-totals-coupon__form .wc-block-components-button{
	margin-top:0 !important;
}
.wc-block-components-button:focus{
	outline:none;
}
.add_to_cart_button:hover{
	background: #000 !important;
	color: #fff !important;
}
.single_add_to_cart_button{
	padding: 9px 25px !important;
	font-size: 14px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
	border: 1px solid #d0d0d0;
	padding: 15px 10px 30px !important;
	border-radius: 8px;
	margin: 0 2.8% 1.6em 0 !important;
}
.woocommerce div.product form.cart .button {
	vertical-align: top !important;
}
.summary .product_title {
	font-size: 24px;
	font-weight: bold;
	text-transform: none;
	line-height: 30px;
	color: #000;
}
.quantity .plus, .quantity .minus {
	background: #111 !important;
	height: 43px;
	border-radius: 50%;
	width: 43px;
	padding: 0;
	font-size: 20px;
	color: #fff !important;
}
.quantity .input-text {
	min-height: 43px;
}
.woocommerce div.product form.cart div.quantity{
	margin: 0 15px 0 0 !important;
}
.product_meta a {
	color: #373737;
}
.shop_table thead {
	background: #000;
	color: #fff;
}
.shop_table .product-name a {
	color:#000;
}
.checkout-button {
	background:#000 !important;
	border-radius: 30px !important;
	font-size: 16px !important;
}
.woocommerce-input-wrapper .input-text {
	width: 100%;
	border: 1px solid #ccc !important;
	min-height: 45px;
}
#order_comments {
	resize: none;
	height: 150px;
}
.select2-selection, .select2-selection__arrow {
	min-height: 45px;
}
.select2-selection__rendered {
	line-height: 44px !important;
}
.variations tbody {
	display: flex;
	flex-wrap: wrap;
}
.variations tbody tr {
	width: 50%;
}
.variations tbody th, .variations tbody td {
	display: block;
	padding-right: 10px;
}
.variations tbody select {
	width: 100%;
	border: 1px solid #ccc !important;
	background: url(../images/dropdown.png) no-repeat center right 10px;
	padding: 10px 30px 10px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.orderby {
	border: 1px solid #ccc !important;
	background: url(../images/dropdown.png) no-repeat center right 10px;
	padding: 8px 30px 8px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 15px;
	font-weight: 500;
	border-radius: 5px;
}
.woocommerce-product-gallery .flex-control-thumbs li {
	padding: 10px 5px 0;
}
.woocommerce-product-gallery .flex-control-thumbs li img {
	padding: 5px;
	border: 1px solid #ddd;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
	border-color: #16a0db;
}
.woocommerce-product-details__short-description {
	color: #0e0d0d;
	font-size: 16px;
}
.woocommerce-MyAccount-navigation ul{
	margin:0;
	padding:0;
}
.woocommerce-MyAccount-navigation ul li{
	list-style:none;
	border-bottom: 1px solid #ddd;
}
.woocommerce-MyAccount-navigation ul li a{
	background: #f8f8f8;
	display: block;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 15px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li a:hover{
	background: #000;
	color: #fff;
}
.woocommerce ul.products li.product .button.enquiry-btn{
	background-image: -moz-linear-gradient( 0deg, rgb(106,175,240) 0%, rgb(28,125,207) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(106,175,240) 0%, rgb(28,125,207) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(106,175,240) 0%, rgb(28,125,207) 100%);
	color:#fff;
	padding: 15px 20px;
	font-size: 15px;
}
.enquiry-btn2{
	background-image: -moz-linear-gradient( 0deg, rgb(106,175,240) 0%, rgb(28,125,207) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(106,175,240) 0%, rgb(28,125,207) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(106,175,240) 0%, rgb(28,125,207) 100%);
	color: #fff !important;
	padding: 10px 17px;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.woocommerce h2{
	text-align: center;
	font-size: 25px;
	margin: 0 0 22px !important;
	line-height: 30px;
}
.woocommerce-Tabs-panel h2{
	text-align: left;
}
.woocommerce form.login{
	max-width: 500px;
	margin:20px auto 0 !important;
	border:1px solid #101010 !important;
}
.woocommerce-form-login__submit{
	background:#0d0d0c !important;
	color: #fcfcfc !important;
	font-size: 16px !important;
	padding:10px 22px !important;
}
.lost_password {
	margin-bottom: 0;	
}
.lost_password a{
	color: #121212;
	font-weight: 500;
}
.wc-block-components-product-name{
	font-size: 18px !important;
	color:#bc8449 !important;
	font-weight: 600 !important;
}
.wc-block-components-order-summary-item__description .wc-block-components-product-name{
	font-size: 15px !important;;
}
.wp-block-woocommerce-checkout-order-summary-block{
	margin-top:130px !important;
}
.wc-block-cart__totals-title, .wc-block-cart-items__header-image, .wc-block-cart-items__header-total{
	font-size:16px !important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label{
	font-size: 18px !important;
}
.shiping-price{
	margin-top:25px;
}
.shiping-price .table{
	border-top: none;
	border-bottom:1px solid #0000001a;
}
.shiping-price thead tr th {
	background: #f6b571;
	border-bottom: 1px solid #000;
}
.shiping-price tr th{
	padding: 14px 12px;
	font-size: 15px;
	font-weight: 600;
}
.shiping-price .table tr td{
	vertical-align: middle;
	padding: 13px 12px;
	color: #000;
	font-size: 15px;
}
.shiping-price .table tr td:first-child{
	font-weight:600;
}
.abt-title {
	font-size: 25px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.2;
	text-transform: uppercase; 
}
.abt-title strong{
	font-weight: bold;
	color:#ca853d;
}
/* .abt-title.dup{
	font-size: 20px;
	font-weight: bold;
	color:#29292a;
	margin-top: 16px;
} */
.ab-inner-text {
	color: #000;
	font-size: 15px;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner ul li {
	background: url(/wp-content/uploads/2025/11/check3.png) no-repeat;
	background-position: top 1px left;
	list-style: none;
	padding-left: 30px;
	font-size: 15px;
	margin-bottom: 5px;
	color: #000;
	background-size: 21px;
}
.inr-sec {
	background: #e09f6233;
	margin-top: 45px;
	padding: 50px 0;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background:#8c6236;
	border-radius: 5px;
}
.bottom-sec .abt-title{
	color:#fff;
}
.bottom-sec .ab-inner-text{
	color:#fff;
} 

.contact-left {
	height: 100%;
	padding: 35px 25px 25px;
}
.info-text {
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
	padding-bottom: 10px;
	font-weight: bold;
}
.contact_top_number {
	font-size: 17px;
	font-weight: 500;
	position: relative;
	padding-left: 35px;
	margin-top: 12px;
	color: #000;
}
.contact_top_number img {
	position: absolute;
	top: 1px;
	left: 0;
}
.contact_top_number a {
	color: #000;
}
.contact-right {
	background:#926535;
	padding: 35px 25px 0;
}
.info-text.second{
	color:#fff;
}
.frm_fld input {
	width:100%;
	padding:10px 15px;
	border:none !important;
	margin-top:10px;
	border-radius:5px;
	color:#000;
	background:#fff;
}
.frm_fld select {
	background:url(../images/dropdown.png) center right 10px no-repeat #fff;
	width:100%;
	border:none !important;
	margin-top:8px;
	border-radius:5px;
	font-size:15px;
	color:#000;
	padding:11px 30px 12px 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.frm_fld select option{
	color:#000;
}
.frm_fld textarea {
	width:100%;
	height:98px;
	padding:10px 15px;
	background:#fff !important;
	color:#000;
	margin-top:10px;
	border-radius:5px;
	border:none !important;
	resize:none;
}
.send_btn input {
	border: none !important;
	display: block;
	width: 100%;
	border-radius: 5px !important;
	color: #fff !important;
	padding: 10px 25px !important;
	background: #000 !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	margin-top: 22px;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.inr-box1-top{
	margin-top:20px;
}
.inr-box1 {
	box-shadow: 0 0 5px #c9c7c7;
	padding:15px 0 24px;
	text-align: center;
	border-radius: 5px;
	min-height: 100%;
	overflow: hidden;
}
.inr-box1 p{
	margin-bottom:0;
}
.inr-box1-img img{
	max-width:190px !important;
}
.inr-box1-content {
	padding:0 10px;
}
.inr-box1-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}
.inr-box1 a{
	display: inline-block;
	background: #e1a362;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 7px 25px;
	border-radius: 50px;
	text-transform: uppercase;
	margin-top: 20px;
	transition: ease 0.5s all 0s;
}

.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#e1a362;
	color: #000 !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 9px 8px;
}
.footer_btn3 {
	background: #262525;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.back-btn a {
	background:#e1a362;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	border-radius: 50px;
	padding: 11px 22px 9px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
	align-items: center;
	padding: 10px 0 50px;
	text-align: center;
}


/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 767px) {
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: left !important;
	}
	.woocommerce-loop-product__title, .wc-block-grid__product-title{
		min-height: 74px;
	}
}
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.topbar, .menu{
		display:none;
	}
	.search-sec{
		display:none;
	}
	.search-mob{
		position: fixed;
		top: 24px;
		right: 140px;
	}
	.search-mob img{
		width:28px;
	}
	.sech{
		position: absolute;
		z-index: 999;
		width: 100%;
		top: 76px;
	}
	.aws-container .aws-search-form {
		border-radius: 0 !important;
	}
	.aws-search-field {
		width: 100% !important;
	}
	.cart-icon{
		position: fixed;
		top: 23px;
		right: 102px;
	}
	.profile-btn{
		position: fixed;
		top: 23px;
		right: 59px;
	}	
	.header{
		padding:5px 0;
	}
	.fixed-header{
		animation: none;
	}
	.logo {
		text-align: left;
		margin-top: 0;
	}
	.logo img {
		width: 66px;
		background: transparent;
		padding: 0;
		border:none;
	}
	.fixed-header .logo img{
		width: 66px;
		padding: 0;
	}
	.rmp-submenu .menu-item a {
		height: auto !important;
		overflow: visible !important;
		line-height: inherit !important;
		margin-bottom: 5px;
		padding: 6px 25px !important;
	}
	.banner{
		margin-top: 76px;
	}
	.banner-center {
		padding: 30px 0;
	}
	.banner-part {
		padding: 0 5%;
	}
	.banner-title {
		font-size: 28px;
		line-height: 30px;
		margin-top: 5px;
	}
	.banner-text {
		margin-top: 5px;
	}
	.banner-btn a {
		font-size: 14px;
		padding: 10px 22px;
		margin-top: 15px;
	}
	.banner-bottom-sec {
		padding: 20px 0;
	}
	.box1 {
		padding: 10px 1px;
		border-right: none;
	}
	.box1-title {
		font-size: 13px;
	}	
	.cat-title{
		display:none;
	}
	.box2-top {
		margin-top: 25px;
	}
	.box2-top:first-child {
		margin-top: 40px;
	}
	.box2-center {
		margin-top: 30px;
	}
	.box2-center img {
		width: 100%;
	}
	.box2-title{
		font-size: 18px;
	}
	.collection-btn {
		font-size: 14px;
		padding: 9px 20px 7px;
		margin-top: 20px;
		letter-spacing: 0;
	}
	.product-sec {
		padding:10px 0 35px;
	}
	.box3-top{
		margin-top:25px;
	}
	.box3 .box2-title {
		font-size: 22px;
		line-height: 26px;
	}
	.prod-img {
		max-width: 200px;
	}
	.box3 .add_to_cart_button {
		font-size: 14px !important;
	}
	.choose-us-sec {
		padding: 35px 0;
	}
	.w-title {
		font-size: 23px;
		line-height: 25px;
	}
	.w-title.dup{
		font-size: 21px;
		line-height: 23px;
		margin-top: 18px;
	}
	.choose-list {
		margin-top: 15px;
	}
	.choose-right{
		margin-top:25px;
	}
	.choose-right img{
		width:100%;
	}
	.about-sec {
		padding: 35px 0 0;
	}
	.about-sec .about-text {
		padding: 0;
	}
	.gallery-sec {
		padding:40px 0 20px;
		background-image:none;
	}
	.gallery-part {
		margin-top: 16px;
	}
	.earth-sec {
		padding: 20px 0 35px;
	}
	.earth-right{
		margin-top:25px;
	}
	.earth-right img{
		width:100%;
	}
	.review-sec{
		padding: 35px 0;
	}
	.testi-part {
		margin-top: 15px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized, .tfree-layout-grid){
		margin-bottom: 0 !important;
	}
	.footer{
		padding: 20px 0 60px;
	}	
	.line1::after{
		display:none;
	}
	.foot_left {
		padding-left: 12px;
	}
	.foot_title {
		margin-top: 15px;
	}
	.copyright {
		margin-top: 15px;
		text-align: center;
	}
	.payment-logo{
		margin-bottom:10px;
	}
	.copyright .text-lg-end{
		margin-top:5px;
	}
	#back2Top{
		bottom: 45px;
	}
	.page .entry-header, .blog_page_header{
		padding: 75px 0 !important;
		margin: 76px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 24px;
	}
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product{
		width: 47% !important;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
		padding: 10px 5px 24px !important;
		margin-bottom:15px !important;
	}
	.woocommerce-loop-product__title, .wc-block-grid__product-title {
		line-height: 20px !important;
		font-size: 15px !important;
	}
	.summary .product_title {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 5px;
	}
	.price{
		font-size: 16px !important;
		margin-bottom:10px;
	}
	.woocommerce-Tabs-panel h2, .woocommerce h2{
		font-size: 20px;
		margin-bottom:10px !important;
	}
	.woocommerce-tabs .panel ul li{
		font-size:15px;
	}
	.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-item__value{
		font-size: 17px !important;
	}
	.contact-left {
		padding: 20px 15px 25px;
	}
	.info-text{
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 16px;
	}
	.contact-right{
		padding: 20px 15px 0;
	}
	.new-sec {
		padding: 10px 0 35px;
	}
	.faq-sec {
		padding: 35px 0 30px;
	}
	.faq-part {
		margin-top: 24px;
	}
	.sp-ea-single .ea-header a {
		font-size: 16px !important;
		line-height: 20px !important;
		padding: 12px 8px !important;
	}
	.ea-body {
		font-size: 14px !important;
		padding: 15px 8px !important;
	}
	.abt-title{
		font-size: 20px;
	}
	.ab-iner-img{
		margin-top:15px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.inr-sec {
		margin-top: 35px;
		padding: 35px 0;
	}
	.bottom-sec {
		padding: 35px 10px;
		margin-top: 35px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.box2-top, .inr-box1-top{
		width:50%;
	}
	.box2-center {
		margin-top: 30px !important;
	}
	.box2-center img {
		width: 300px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.profile-btn{
		right: 70px;
	}
	.cart-icon {
		right: 110px;
	}
	.search-mob {
		right: 146px;
	}
	.banner-title {
		font-size: 25px;
		line-height: 28px;
		margin-top: 4px;
	}
	.banner-btn a {
		font-size: 14px;
		padding: 10px 22px 8px;
		margin-top: 10px;
	}
	.box1 {
		padding: 15px 1px;
	}
	.category-sec {
		padding-top: 15px;
	}
	.box2-top:first-child {
		margin-top: 25px;
	}
	.box2-center {
		margin-top: 78px;
	}
	.box3 .box2-title {
		font-size: 19px;
		line-height: 22px;
	}
	.box3-title{
		font-size: 16px;
	}
	.foot_title {
		font-size: 16px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.sh-title, .ad1 span{
		font-size: 13px;
	}
	.menu ul li{
		margin-right: 15px;
	}
	.aws-search-field{
		width: 220px !important;
	}
	.cart-icon {
		margin-left: 15px;
	}
	.banner-part {
		padding: 0 5%;
	}
	.banner-title {
		font-size: 35px;
		line-height: 38px;
	}
	.box1-title{
		font-size: 13px;
	}
	.box2-content {
		padding: 25px 10px;
	}
	.box2-title {
		font-size: 18px;
		line-height: 20px;
	}
	.collection-btn {
		font-size: 14px;
		padding: 10px 18px;
	}
	.w-title {
		font-size: 28px;
		line-height: 28px;
	}
	.gallery-sec{
		background-position: top center;
	}
	.copyright{
		font-size: 11px;
	}
	.social {
		margin-left: 10px;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.profile-btn{
		right: 70px;
	}
	.cart-icon {
		right: 110px;
	}
	.search-mob {
		right: 146px;
	}
	.banner-title {
		font-size: 25px;
		line-height: 28px;
		margin-top: 4px;
	}
	.banner-btn a {
		font-size: 14px;
		padding: 10px 22px 8px;
		margin-top: 10px;
	}
	.box1 {
		padding: 15px 1px;
	}
	.w-title {
		font-size: 22px;
		line-height: 24px;
	}
	.category-sec {
		padding-top: 15px;
	}
	.collection-btn {
		padding: 8px 18px;
	}
	.box2-top:first-child {
		margin-top: 25px;
	}
	.box2-center {
		margin-top: 75px;
	}
	.box3 .box2-title {
		font-size: 19px;
		line-height: 22px;
	}
	.box3-title{
		font-size: 16px;
	}
	.foot_title {
		font-size: 16px;
	}
	.copyright {
		font-size: 13px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.sh-title, .ad1 span{
		font-size: 13px;
	}
	.cart-icon {
		right: 0;
	}
	.menu ul li{
		margin-right: 15px;
	}
	.aws-search-field{
		width: 220px !important;
	}
	.cart-icon {
		margin-left: 15px;
	}
	.banner-part {
		padding: 0 5%;
	}
	.banner-title {
		font-size: 35px;
		line-height: 38px;
	}
	.box1-title{
		font-size: 13px;
	}
	.category-sec {
		padding-top: 0;
	}
	.box2-content {
		padding: 25px 10px;
	}
	.box2-top:first-child {
		margin-top: 128px;
	}
	.box2-title {
		font-size: 18px;
		line-height: 20px;
	}
	.box2-center img {
		width: 330px;
	}
	.collection-btn {
		font-size: 14px;
		padding: 10px 18px;
	}
	.w-title {
		font-size: 28px;
		line-height: 28px;
	}
	.gallery-sec{
		background-position: top center;
	}
	.copyright{
		font-size: 11px;
	}
	.social {
		margin-left: 10px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
		padding: 15px 10px 20px !important;
	}
	.woocommerce-loop-product__title{
		font-size: 17px !important;
		min-height: 86px;
	}
}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}

