body {
	padding: 0px;
	margin: 0px;
	overflow:hidden;
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}


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

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

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

@font-face {
	font-family: 'Work Sans';
	src: url('../fonts/WorkSans-Regular.eot');
	src: url('../fonts/WorkSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/WorkSans-Regular.woff2') format('woff2'),
		url('../fonts/WorkSans-Regular.woff') format('woff'),
		url('../fonts/WorkSans-Regular.ttf') format('truetype'),
		url('../fonts/WorkSans-Regular.svg#WorkSans-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
.header_full {
	position: relative;
}
.log_sec {
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #747474;
	margin-left: 20px;
	padding: 6px 0px 6px 15px;
}
.log_sec a {
	color: #cbcbcb;
	text-transform: uppercase;
	font-size: 15px;
}

.top_head {
	padding: 10px 0 4px;
	background: #000;
}
.call-i{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 500;
	color: #fff !important;
	margin-top: 7px;
	margin-right: 14px;
}
.aws-container .aws-search-field {
	padding: 10px !important;
	line-height: 10px !important;
	font-size: 14px !important;
	font-weight: 100 !important;
	background: transparent;
}
.serach_sec {
	display: inline-block;
	width: 44%;
	background-position: 293px 9px;
	position: relative;
	background-image: url(../images/serch_ico.png);
	background-repeat: no-repeat;
	vertical-align: top;
}
.serach_sec input {
	position: relative;
	border: 1px solid #4c4c4c !important;
	height:38px !important;
	color:#fff !important;
}
.aws-container .aws-search-field:focus {
	background-color: transparent !important;
}
.cart_sec {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	margin-left: 5px;
}
.cart_sec img {
	width: 22px;
}
.cart_sec span {
	position: absolute;
	background: #e3d285;
	width: 18px;
	height: 18px;
	border-radius: 50px;
	text-align: center;
	right: -10px;
	bottom: -5px;
	font-size: 12px;
	font-weight: 500;
}
.fd_img img {
	width: 140px;
}
.header_outer {
	position: fixed;
	width: 100%;
	top: 58px;
	left: 0;
	z-index: 99;
	padding: 0px 0;
	background: rgb(0 0 0 / 56%);
	/*     background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(10,10,10,0.3561799719887955) 50%, rgba(0,0,0,0.7343312324929971) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(10,10,10,0.3561799719887955) 50%, rgba(0,0,0,0.7343312324929971) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(10,10,10,0.3561799719887955) 50%, rgba(0,0,0,0.7343312324929971) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1); */
}

.darkHeader {
	position: fixed;
	width: 100%;
	background: #1c1c1c;
	left: 0;
	z-index: 999;
	box-shadow: 0 0 5px 0px #747474;
	top: 0;
	animation: mymove 0.5s;
}
@keyframes mymove {
	from {top: -200px;}
	to {top: 0px;}
}

.darkHeader .logo {
	padding-top: 0px;
}
.logo img {
	width: 127px;
}
.darkHeader .logo img {
	width: 100px;
}
.ms-slide-info {
	position: absolute !important;
	top: 57%;
	left: 0;
	transform: translate(0px, -50%);
}
.flow_us {
	font-size: 17px;
	color: #fff;
	padding-top: 50px;
	text-align: right;
}
.darkHeader .primary-navigation li {
	height: 80px;
	line-height: 100px;
}
.darkHeader .flow_us {
	padding-top: 38px;
}
.bnner_content {
	text-align: center;
	width: 45%;
	margin: 0 auto;
	background: rgb(0 0 0 / 58%);
	padding: 40px 30px 50px;
	position: relative;
	z-index: 2;
}
.bnner_content::before {
	border: 2px solid #f9be5c;
	content: "";
	position: absolute;
	left: 15px;
	top: -20px;
	z-index: -1;
	bottom: -20px;
	right: 15px;
}
.bnr_titl {
	font-size: 50px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
.bnr_txt {
	font-size: 20px;
	color: #fff;
	line-height: 1.2;
}
.bnr_btns {
	padding-top: 20px;
	text-transform: uppercase;
}
.bnr_btns a {
	color: #fff;
	position: relative;
}
.bnr_btns a:before {
	width: 50px;
	height: 1px;
	background: #fff;
	content: "";
	position: absolute;
	left: -59px;
	top: 10px;
}
.bnr_btns a:hover {
	color: #bb9356;
}
.bnr_btm_cont {
	background: url(../images/bnr_btm_bg.jpg);
	padding: 20px;
}
.bnr_btm_cont {
	background: url(../images/bnr_btm_bg.jpg);
	padding: 40px 20px 40px 40px;
	margin-top: -40px;
	position: relative;
}
.cl_sec p {
	margin: 0;
}
.cl_sec span, .cl_sec em {
	color: #caa378;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	font-style: normal;
}
.cl_ico {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.cl_no {
	display: inline-block;
	font-size: 35px;
	vertical-align: middle;
}
.cl_no a {
	color: #fff;
	font-weight: bold;
}
.time_txt {
	display: inline-block;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
}
.loc_txt {
	display: inline-block;
	font-size: 17px;
	width: 70%;
	vertical-align: middle;
	color: #fff;
	font-weight: 500;
}
.cl_sec {
	border-right: 1px solid rgb(239 201 108 / 38%);
	height: 100%;
}
.about_outer {
	margin: 60px 0;
}
.abt_sub {
	color: #694620;
	font-size: 18px;
	position: relative;
	margin-bottom: 10px;
}
.abt_sub:after {
	width: 25px;
	height: 3px;
	background: #694620;
	position: absolute;
	left: 110px;
	top: 12px;
	content: "";
}
.abt_titl {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 30px 0;
}
.about_in .abt_titl{
	text-transform:none;
	margin-bottom: 10px;
}
.about_in .abt_txt{
	padding-right:0;
	color: #4b4b4b;
}
.about_in .abt_txt a{
	color: #b79754;
}
.about_in .about_in{
	margin-bottom: 0;
}
.abt_txt {
	padding-right: 70px;
	color: #6d6d6d;
}
.dis_btn {
	margin-top: 50px;
}
a {
	display: inline-block;
}
.dis_btn a {
	background: #000;
	padding: 23px 45px 22px;
	position: relative;
	color: #fff;
	text-transform: uppercase;
}
.dis_btn a:hover {
	background: #694620;
}
.dis_btn a:before {
	position: absolute;
	left: 7px;
	right: 7px;
	bottom: 7px;
	top: 7px;
	content: "";
	border-width: 1px;
	border-style: solid;
	border-image: linear-gradient(to right, #efc96b, #aa7835) 1;
}
.abt_image {
	position: relative;
}
img.abt_secnd {
	position: absolute;
	top: 210px;
	right: 0;
}
.serv_sub {
	font-size: 18px;
	color: #694620;
	position: relative;
	display: inline-block;
	padding: 0 55px;
}
.serv_sub:before {
	width: 35px;
	height: 2px;
	background: #694620;
	position: absolute;
	left: 0;
	top: 13px;
	content: "";
}
.serv_sub:after {
	width: 35px;
	height: 2px;
	background: #694620;
	position: absolute;
	right: 0;
	top: 13px;
	content: "";
}
.serv_titl {
	font-size: 35px;
	margin-bottom: 70px;
	font-weight: 600;
	color: #000;
}
.serv_img {
	min-height: 100px;
	line-height: 5.6;
	margin-bottom: 10px;
}
.serv_name {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}
.serv_txt {
	color: #404040;
	margin-bottom: 20px;
	min-height: 70px;
}
.serv_btn a {
	color: #694620;
	text-transform: uppercase;
	font-size: 17px;
	position: relative;
}
.serv_btn a:before {
	width: 26px;
	height: 1px;
	content: "";
	position: absolute;
	left: -32px;
	top: 10px;
	background: #8b5829;
}
.serv_outer {
	margin: 60px 0;
	/*     background-image: url(../images/product_bg.jpg); */
	/*     height: 370px; */
	padding: 40px 0;
	color: #fff;
	position:relative;
}
.serv_outer:after {
	background-image: url(../images/product_bg.jpg);
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 370px;
	z-index: -1;
}
.pro_cate {
	position: relative;
	box-shadow: 8px 8px 7px 2px rgb(0 0 0 / 24%);
}
.pro_img img {
	width: 1100%;
}
.prod_titl {
	font-size: 35px;
	font-weight: 500;
	padding-top: 20px;
}
.prod_txt {
	padding: 5px 150px 0 150px;
	color: #e9e9e9;
}
.product_cont {
	margin-top: 40px;
}
.pro_btn {
	position: absolute;
	width: 95%;
	left: 8px;
	bottom: 14px;
	overflow: hidden;
	border-radius: 60px;
}
.pro_btn a {
	background: #fff;
	/*     background: -moz-linear-gradient(0deg, rgba(160,108,47,0.9108018207282913) 0%, rgba(239,213,146,0.7707457983193278) 51%, rgba(160,108,47,0.9051995798319328) 100%);
	background: -webkit-linear-gradient(0deg, rgba(160,108,47,0.9108018207282913) 0%, rgba(239,213,146,0.7707457983193278) 51%, rgba(160,108,47,0.9051995798319328) 100%);
	background: linear-gradient(0deg, rgba(160,108,47,0.9108018207282913) 0%, rgba(239,213,146,0.7707457983193278) 51%, rgba(160,108,47,0.9051995798319328) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a06c2f",endColorstr="#a06c2f",GradientType=1); */
	display: block;
	padding: 12px 6px;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	position: relative;
	font-weight: 600;
}
.pro_btn a:hover {
	background: #ead39e;
}
/* .pro_btn a:after {
position: absolute;
left: 7px;
content: "";
top: 6px;
width: 247px;
height: 45px;
border-width: 1px;
border-style: solid;
border-color: #2e2e2e;
} */
.cta_sec {
	padding-top: 60px;
	color: #000;
	font-size: 35px;
	font-weight: 500;
	line-height: 1.3;
	padding-left: 60px;
	padding-right: 60px;
}
.cta_sec span {
	font-size: 16px;
	display: block;
	color: #8e8e8e;
	font-weight: normal;
	margin-top: 10px;
}
.cta_btns {
	margin-top: 20px;
}
.cta_btns a {
	background: #000;
	padding: 20px 45px 18px;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	width: 205px;
	display: inline-block;
}
.cta_btns a:after, .cl_us:after {
	position: absolute;
	left: 7px;
	right: 7px;
	bottom: 7px;
	top: 7px;
	content: "";
	border-width: 1px;
	border-style: solid;
	border-image: linear-gradient(to right, #efc96b, #aa7835) 1;
}
a.cl_us {
	background: rgb(160,108,47);
	background: -moz-linear-gradient(0deg, rgba(160,108,47,0.9108018207282913) 0%, rgba(239,213,146,0.7707457983193278) 51%, rgba(160,108,47,0.9051995798319328) 100%);
	background: -webkit-linear-gradient(0deg, rgba(160,108,47,0.9108018207282913) 0%, rgba(239,213,146,0.7707457983193278) 51%, rgba(160,108,47,0.9051995798319328) 100%);
	background: linear-gradient(0deg, rgba(160,108,47,0.9108018207282913) 0%, rgba(239,213,146,0.7707457983193278) 51%, rgba(160,108,47,0.9051995798319328) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a06c2f",endColorstr="#a06c2f",GradientType=1);
	color: #000;
}
a.cl_us:hover {
	background: rgb(160,108,47);
}
.cl_us:after {
	border-image: none !important;
	border-color: #000;
}
.cta_btns a:hover {
	background: #694620;
	color: #fff;
}
.cl_us:hover::after {
  border-color: #fff;
}
.testimonial_outer{
	margin-top: 80px;
}
.testi_titl {
	font-size: 35px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.testi_cont {
	position: relative;
}
.testi_cont:after {
	width: 380px;
	height: 326px;
	content: "";
	position: absolute;
	left: -50px;
	bottom: 30px;
	background-image: url(../images/quote_ico.png);
}
.sp-testimonial-free-wrapper {
	padding-bottom: 70px !important;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
	text-align: left !important;
	font-weight: 500 !important;
}
.sp-testimonial-free-section .sp-testimonial-client-name {
	font-size: 18px !important;
	line-height: 24px !important;
	text-align: left !important;
}
#sp-testimonial-free-wrapper-30 .sp-testimonial-free-section .sp-testimonial-client-rating {
	color: #a06c2f !important;
}
.sp-testimonial-free-section .sp-testimonial-client-rating {
	text-align: left !important;
}
.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized) {
	margin: 0 !important;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
	padding-right: 40px;
}
.gallery_outer {
	background: #efefef;
	padding: 35px 0 80px;
	margin: 50px 0 0;
}
.footer {
	background: #694620;
	padding: 50px 0 0;
}

.foot_menu ul {
	margin: 0;
}
.foot_menu ul li {
	list-style-type: none;
	display: inline-block;
	padding-right: 30px;
}
.foot_menu ul li a {
	color: #fff;
	font-weight: 500;
	font-size: 17px;
}
.foot_menu ul li a:hover, .cl_foot_sec a:hover {
	color: #d4b55b;
}
.foot_social span {
	color: #fff;
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
}
.foot_mdl {
	padding-top: 20px;
	border-top: 1px solid #000;
	margin-top: 25px;
}
.cl_foot_ico {
	display: inline-block;
	vertical-align: middle;
}
.cl_foot_sec a {
	font-size: 17px;
	color: #fff;
	font-weight: 500;
}
.cl_foot_sec span {
	color: #fff;
}

.footer_copyright {
	color: #fff;
	background: #282828;
	padding: 16px 0;
	margin-top: 30px;
}
.footer_copyright a {
	color: #fff;
}
a#back-to-top {
	width: 40px;
	height: 40px;
	overflow: hidden;
	z-index: 999;
	cursor: pointer;
	position: fixed;
	bottom: 15px;
	right: 15px;
	background: #111;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	box-shadow: 0 0px 5px #fff;
	transition: all 0.5s;
	border-radius: 50px;
}

.page .entry-header, .blog_page_banner {
	background: url("../images/banner_img.jpg") #000 no-repeat center !important;
	background-size: cover !important;
	max-width: 100% !important;
	padding: 200px 0 90px !important;
	margin: 0 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_banner:before {
	background: rgb(96 96 96 / 62%);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 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 {
	color: #ffffff;
	position: relative;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 99;
	margin-bottom: 3px;
}
.add_to_cart_button, a.added_to_cart, a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, a.button.product_type_variable.add_to_cart_button, a.button.product_type_simple {
	background: #bf9354 !important;
	font-weight: normal !important;
	color: #fff !important;
	padding: 15px 20px !important;
	display: inline-block !important;
	font-size: 15px !important;
	text-transform: uppercase;
	margin-top: 0px;
	border-radius: 0px !important;
}
a.added_to_cart.wc-forward {
	padding: 11px !important;
	vertical-align: -5px !important;
	background: #2f93d8 !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #bd9456  !important;
	font-weight: bold !important;
	font-size: 25px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	margin: 0 5px 0 0 !important;
	padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 10px 15px !important;
	background: #ddd;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	background: #222 !important;
	color: #fff !important;
}
.single_add_to_cart_button {
	background: #000 !important;
	padding: 0 20px !important;
	height: 42px !important;
	border-radius: 0px !important;
	outline: none !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	font-size: 15px !important;
	font-weight: 500 !important;
}
.variations td {
	display: block !important;
}
select#pa_select-size {
	padding: 10px;
	min-width: 54%;
}
.single_add_to_cart_button:hover {
	background: #0059ab !important;
}
.qib-button:not(#qib_id):not(#qib_id) {
	height: 40px !important;
	width: 40px !important;
	font-weight: 500;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
	height: 40px !important;
	color: #333;
}
.sku_wrapper {
	display: block;
}
.checkout-button {
	background: #000 !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	border-radius: 0 !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	min-width: 48%;
}
.woocommerce-input-wrapper {
	display: block;
	width: 100%;
}
.woocommerce-input-wrapper input {
	width: 100%;
	border: 1px solid #ccc !important;
	min-height: 45px;
	border-radius: 0 !important;
	font-size: 15px;
}
.woocommerce-input-wrapper textarea {
	border: 1px solid #ccc !important;
	height: 136px !important;
	border-radius: 0 !important;
	font-size: 15px;
	resize: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	border: 1px solid #efeeee;
	padding: 7px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	padding: 9px 5px 0px;
}
.woocommerce-Tabs-panel--product-description ul {
	padding: 0;
	margin: 0;
}
.woocommerce-Tabs-panel--product-description ul li {
	display: inline-block;
	padding-right: 20px;
	width: 19%;
}
form.checkout_coupon.woocommerce-form-coupon button, .woocommerce-cart-form button{
	background: #313131 !important;
	color: #fff !important;
	font-size: 15px !important;
	padding: 12px !important;
	border-radius: 0 !important;
}
input#coupon_code {
	height: 40px !important;
}
input.minus, input.plus {
	background: #000 !important;
	padding: 11px 17px !important;
}
.col-lg-6.offset-lg-6.cart-bottom-text {
	display: none;
}
a.add_to_wishlist.single_add_to_wishlist, .yith-wcwl-wishlistaddedbrowse a {
	background: #82141c;
	padding: 14px 15px 13px;
	margin-bottom: 20px !important;
	display: inline-block;
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
}
.woocommerce span.onsale {
	height: 45px !important;
	width: 45px !important;
	padding: 0px !important;
}
.inner_page_header {
	margin-bottom: 40px;
	background: url(../images/banner_img.jpg);
	background-size: cover;
	padding-bottom: 90px;
}

.inner_banner_heading {
	text-align: center;
	color: #fff;
	width: 100%;
	font-weight: 500;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 1.0909090909;
	z-index: 99;
	padding-top: 200px;
}
.breadcrumb-container {
	text-transform: uppercase;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.archive  .woocommerce-breadcrumb {
	color: #ffffff !important;
	margin-left: -60px;
}
.archive  .woocommerce-breadcrumb a {
	color: #ffffff !important;
}
.breadcrumb-container {
	text-transform: uppercase;
	left: 0;
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 16px;
}
.woocommerce-breadcrumb {
	margin-top: 10px !important;
}
.woocommerce ul.products li.product .onsale {
	top: 15px !important;
	right: 15px !important;
	background-color: #000 !important;
}

select.orderby {
	padding: 10px;
	border-radius: 0;
	font-weight: 500;
	font-size: 15px;
	text-transform: capitalize;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
	font-size: 18px !important;
} 
woocommerce ul.products li.product a {
	text-align: center;
}
.woocommerce span.onsale {
	top: 1.5em !important;
	left: 1.5em !important;
	background-color: #000000 !important;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
	right: 10px !important;
	left:auto !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	text-align: center !important;
	color: #000 !important;
}
.woocommerce ul.products li.product .price {
	color: #862023 !important;
	font-weight: 600 !important;
	font-size: 15px !important;
	text-align: center !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	text-align:center !important;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	text-align: center;
}
a.added_to_cart.wc-forward {
	padding: 12px 41px !important;
	margin-top: 6px;
	background: #694620 !important;
}
.home_product_block_inner {
	position: relative;
}
button.single_add_to_cart_button.button.alt {
	border-radius: 0px !important;
	background: #bc9554 !important;
	margin-left: 10px;
	color: #000 !important;
}
.woocommerce-variation-price {
	margin-bottom: 20px;
}
.woocommerce div.product form.cart div.quantity {
	margin: 3px 4px 0 0;
}
.woocommerce div.product form.cart .variations select {
	min-width: 45%;
	padding: 10px;
}
.woocommerce .woocommerce-breadcrumb {
	color: #343434;
	font-weight: 500;
}
.woocommerce .woocommerce-breadcrumb a {
	color: #e1e1e1 !important;
}
.woocommerce .woocommerce-breadcrumb {
	color: #ffffff !important;
}
.wcu_outer {
	background: #ededed;
	padding: 40px 0;
}
.cho_sec {
	margin-bottom: 15px;
}
.ch_icon {
	width: 80px;
	text-align: center;
	height: 80px;
	background: #1c1c1c;
	line-height: 2;
	border-radius: 50px;
	padding: 20px;
	display: inline-block;
	vertical-align: middle;
}
.ch_titl {
	display: inline-block;
	width: 68%;
	margin-left: 10px;
	font-size: 18px;
	vertical-align: middle;
	font-weight: 500;
	line-height: 1.4;
}
.filby {
	text-transform: uppercase;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #996a2e;
}
.wpfFilterTitle {
	background: #f7f3e8;
	padding: 10px 6px 10px !important;
	margin-bottom: 25px !important;
}
.wpfFilterWrapper .wfpTitle {
	margin-bottom: 0 !important;
	padding: 5px !important;
}
button.wpfFilterButton.wpfButton {
	background: #000 !important;
	padding: 10px !important;
	min-height: auto;
	font-size: 13px;
	border-radius: 0;
}
.disc {
	text-align: left;
	background: #bb9b58;
	padding: 20px 30px;
	font-size: 16px;
	font-weight: 500;
	margin-left: 280px;
	margin-bottom: 30px;
}
.disc strong {
	font-size: 25px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 5px;
}
table.variations th {
	display: block;
}
.woocommerce div.product form.cart .variations select {
	min-width: 39% !important;
}
.review-top{
	margin-bottom:20px;
}
.cus_rev {
	box-shadow: 0px 0px 5px 3px #e7e7e7;
	padding: 25px;
	min-height:100%;
}
.cus_rev img{
	margin-bottom:10px;
}
.cus_rev strong {
	display:block;
	color: #b28f4d;
	font-size: 18px;
	margin-top:15px;
}
.po {
	background: #cf1616;
	padding: 7px 20px;
	color: #fff;
	float: right;
}
.quant {
	line-height: 2em;
}
.quote_page_heading {
	font-weight: bold;
	font-size: 24px;
}
.quote_form p {
	margin-bottom: 0 !important;
}
.quote_form input {
	margin-top: 12px;
	width: 100%;
	min-height: 46px;
	border: 1px solid #ccc !important;
}
.quote_form textarea {
	margin-top: 12px;
	resize: none;
	height: 120px;
	border: 1px solid #ccc !important;
}
.frm_label2 {
	color: #000;
	margin-top: 18px;
	font-size: 18px;
	font-weight: 600;
}
span.wpcf7-list-item {
	margin: 0 10px 0 0 !important;
}
.half_check .wpcf7-list-item {
	width: 45%;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 12px;
	cursor: pointer;
	font-size: 15px;
	color: #000;
	font-weight: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 24px;
}
.wpcf7-list-item-label::before{
	position: absolute;
	top: 2px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #ececec;
	border: 1px solid #000;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #fff;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-color:#cca043;
	border-color:#cca043;
}
.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display:none;	
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
	display:block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
	left: 6px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.quote_form .contact_btn input {
	background: rgb(160,108,47);
	background: -moz-linear-gradient(0deg, rgba(160,108,47,0.9108018207282913) 0%, rgba(239,213,146,0.7707457983193278) 51%, rgba(160,108,47,0.9051995798319328) 100%);
	background: -webkit-linear-gradient(0deg, rgba(160,108,47,0.9108018207282913) 0%, rgba(239,213,146,0.7707457983193278) 51%, rgba(160,108,47,0.9051995798319328) 100%);
	background: linear-gradient(0deg, rgba(160,108,47,0.9108018207282913) 0%, rgba(239,213,146,0.7707457983193278) 51%, rgba(160,108,47,0.9051995798319328) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a06c2f",endColorstr="#a06c2f",GradientType=1);
	margin-top: 12px;
	width: auto;
	min-height: 46px;
	border: none !important;
	color: #222 !important;
	font-weight: normal;
	font-size: 16px;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #694620;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 9px 0;
}
.footer_btn2 {
	background: #111;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 42px;
	width: 42px;
	border-radius: 50%;
	padding-top: 7px;
}
.footer_btn3 {
	background: #d4b55b;
	color: #111 !important;
	width: 50%;
	float: left;
	padding: 9px 0;
}
.mobile_cart {
	position: fixed;
	top: 18px;
	right: 90px;
	width: 24px;
}
.mobile_cart span {
	position: absolute;
	background: #e3d285;
	width: 18px;
	height: 18px;
	border-radius: 50px;
	text-align: center;
	right: -10px;
	bottom: -5px;
	font-size: 12px;
	font-weight: 500;
}
.thankyou_text {
	color: #666;
}
.thankyou_btn {
	background: rgb(160,108,47);
	background: -moz-linear-gradient(0deg, rgba(160,108,47,0.9108018207282913) 0%, rgba(239,213,146,0.7707457983193278) 51%, rgba(160,108,47,0.9051995798319328) 100%);
	background: -webkit-linear-gradient(0deg, rgba(160,108,47,0.9108018207282913) 0%, rgba(239,213,146,0.7707457983193278) 51%, rgba(160,108,47,0.9051995798319328) 100%);
	background: linear-gradient(0deg, rgba(160,108,47,0.9108018207282913) 0%, rgba(239,213,146,0.7707457983193278) 51%, rgba(160,108,47,0.9051995798319328) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a06c2f",endColorstr="#a06c2f",GradientType=1);
	color: #000 !important;
	padding: 10px 20px;
	margin-top: 20px;
}
.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}
.error_container img {
	margin-bottom: 20px;
}
.woocommerce-MyAccount-navigation {
	background: #694620;
}
.woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
	color: #fff !important;
	display: block;
	padding: 12px 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.woocommerce-MyAccount-navigation ul li.is-active a {
	background: #d4b55b;
}
.woocommerce-MyAccount-content a {
	color: #d4b55b;
}
.col-1.woocommerce-Address {
	width: 50%;
}
.rmp-container .aws-search-field {
	background: #fff !important;
}
.scroll_btn a {
	background: #b79754;
	padding: 10px 20px;
	color: #fff;
}
.scroll_btn {
	position: fixed;
	z-index: 9999;
	right: -149px;
	top: 275px;
	transform: rotate(90deg);
}
.faq_text_box {
	border: 2px solid #694620;
	padding: 15px;
	margin-bottom: 15px;
}
.faq_text_box .abt_titl {
	font-size: 18px;
	margin: 0;
	background: #694620;
	color: #fff;
	padding: 10px;
	line-height: 25px;
	font-weight: 500;
	text-transform: capitalize;
}
.faq_text_box .abt_titl a{
	color: #e3ac3a;
}
.faq_text_box .abt_txt {
	padding: 0;
	margin-top: 15px;
}
.services_cnt {
	margin-left: 0;
}
.inner_pg_list ul li {
	background: url(../images/checkmark.png) no-repeat left 5px;
	font-size: 16px;
	color: #4b4b4b;
	padding: 0px 0 12px 35px;
	line-height: 25px;
	font-weight: 400;
	list-style: none;
}
.inner_pg_list ul{
	margin: 0;
	padding: 0;
}
.foot_titl {
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 600;
	letter-spacing: 1px;
}
.foot_menu2 ul{
	padding: 0;
	margin: 0;
}
.foot_menu2 ul li {
	list-style-type: none;
	padding-bottom: 7px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
}
.foot_menu2 ul li a {
	color: #fff;
}
.footer_btm_link {
	display: flex;
	flex-direction: row;
	padding-bottom: 10px;
}
.footer_icon_ft {
	width: 20px;
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.footer_btm_text, .footer_btm_text a {
	font-size: 17px;
	color: #fff;
	font-weight: 400;
	width: 85%;
}
.location-sec {
	padding: 20px 0 30px;
}
.loc{
	margin:0;
	padding:0;
	text-align:center;
}
.loc li{
	background:url(/wp-content/uploads/2025/06/loc4.png) no-repeat;
	list-style: none;
	display: inline-block;
	color: #000;
	padding-left: 25px;
	font-size: 16px;
	font-weight: 600;
	margin: 0 10px 5px;
	background-size: 21px;
	background-position: 0 1px;
}
.loc li a{
	color:#000
}
.g-review{
	margin-top: 15px;
	text-align: center;
	color: #fff;
	font-size: 13px;
}
.g-review img{
	width:116px;
	margin-bottom:4px;
}
.g-review a{
	color: #fff;
}

/*========== Responsive =========*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
	#popmake-399 {
		padding: 20px 15px;
	}
	.half_check .wpcf7-list-item {
		width: 100%;
	}
	.about_outer {
		margin: 10px 0 30px;
	}
	.top_head, .header_menu, .header_social {
		display: none;
	}
	.logo img {
		width: 62px !important;
	}
	.header_outer {
		top: 0;
		background: #1c1c1c;
		padding: 4px 0;
		animation: none !important;
	}
	.bnr_btm_cont {
		padding: 10px 20px 30px;
		margin-top: 40px;
	}
	.home_banner_section {
		margin-top: 68px;
	}
	.ms-view, .ms-slide, .ms-slide-bgcont {
		height: 300px !important;
	}
	.ms-slide-bgcont img {
		object-fit: cover;
	}
	.bnr_titl {
		font-size: 28px;
	}
	.bnner_content {
		width: 80%;
		padding: 25px 20px 25px;
	}
	.bnr_txt {
		font-size: 15px;
	}
	.bnner_content::before {
		left: 10px;
		top: -16px;
		bottom: -15px;
		right: 10px;
	}
	.ms-slide-info {
		top: 47%;
	}
	.cl_sec {
		border-right: none;
	}
	.cl_sec span {
		font-size: 16px;
		margin-bottom: 5px;
		margin-top: 25px;
	}
	.cl_ico {
		margin-right: 10px;
		max-width: 32px;
	}
	.cl_no {
		font-size: 23px;
	}
	.abt_titl {
		font-size: 24px;
		margin: 20px 0;
	}
	.abt_txt {
		padding-right: 0;
	}
	.dis_btn {
		margin-top: 20px;
	}
	.dis_btn a {
		padding: 17px 25px;
	}
	.abt_image {
		margin-top: 40px;
	}
	img.abt_secnd {
		position: static;
		width: 100%;
		border: 1px solid #ddd;
		margin-top: 20px;
	}
	.serv_titl {
		font-size: 25px;
		margin-bottom: 0;
		line-height: 1.2;
	}
	.serv_sec {
		margin-top: 30px;
	}
	.serv_txt {
		margin-bottom: 15px;
		min-height: auto;
	}
	.prod_titl {
		font-size: 28px;
		padding-top: 0;
	}
	.prod_txt {
		padding: 0;
	}
	.pro_cate {
		margin-bottom: 15px;
	}
	.cta_btns a {
		padding: 15px 25px;
		width: auto;
	}
	.cta_sec {
		padding-top: 10px;
		padding-left: 0;
		padding-right: 0;
	}
	.serv_outer {
		margin: 60px 0 0;
	}
	.cho_sec {
		margin-bottom: 0;
		margin-top: 30px;
	}
	.ch_titl {
		display: block;
		width: 100%;
		margin: 10px 0 0;
		font-size: 16px;
	}
	.testi_titl {
		font-size: 26px;
	}
	.testimonial_outer {
		margin-top: 40px;
	}
	.gallery_outer {
		padding: 40px 0;
		margin: 40px 0 0;
	}
	.foot_menu ul li {
		display: block;
		padding-right: 0;
	}
	.footer_last_block {
		text-align: left !important;
		margin-top: 20px;
	}
	.footer_copyright {
		padding: 16px 0 60px;
		font-size: 14px;
	}
	.page .entry-header, .blog_page_header {
		padding: 140px 0 70px !important;
		margin: 0 0 40px !important;
	}
	.disc {
		padding: 20px;
		margin-left: 0;
	}
	.inner_banner_heading {
		padding-top: 140px;
	}
	.inner_page_header {
		padding-bottom: 70px;
	}
	.po {
		float: none;
		margin-bottom: 15px;
		display: inline-block;
	}
	.quote_page_img {
		margin-bottom: 35px;
	}
	a#back-to-top {
		bottom: 55px;
	}
	.abt_cont {
		margin-top: 40px;
	}
	.loc li{
		font-size: 15px;
		margin: 0 3px 5px
	}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.bnner_content {
		width: 60%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.ms-view, .ms-slide, .ms-slide-bgcont {
		height: 400px !important;
	}
	.bnner_content {
		width: 60%;
	}
	.abt_image {
		margin-top: 0;
	}
	img.abt_secnd {
		position: absolute;
		width: 60%;
		border: none;
		margin-top: 70px;
	}
	.abt_cont {
		margin-top: 0;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.cl_ico {
		max-width: 27px;
	}
	.cl_no, .time_txt {
		font-size: 20px;
	}
	.ch_titl {
		width: 65%;
	}
	.foot_menu ul li {
		padding-right: 20px;
	}
	.cl_foot_sec a, .cl_foot_sec {
		font-size: 13px;
	}
	.primary-navigation a {
		font-size: 15px !important;
	}
	.abt_cont {
		margin-top: 0;
	}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	.ms-view, .ms-slide, .ms-slide-bgcont {
		height: 400px !important;
	}
	.bnner_content {
		width: 60%;
	}
	.abt_image {
		margin-top: 0;
	}
	img.abt_secnd {
		position: absolute;
		width: 60%;
		border: none;
		margin-top: 70px;
	}
}

/* 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) {
	.ms-view, .ms-slide, .ms-slide-bgcont {
		height: 400px !important;
	}
	.bnner_content {
		width: 60%;
	}
	.abt_image {
		margin-top: 0;
	}
	img.abt_secnd {
		position: absolute;
		width: 60%;
		border: none;
		margin-top: 70px;
	}
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	.ms-view, .ms-slide, .ms-slide-bgcont {
		height: 400px !important;
	}
	.bnner_content {
		width: 60%;
	}
	.abt_image {
		margin-top: 0;
	}
	img.abt_secnd {
		position: absolute;
		width: 60%;
		border: none;
		margin-top: 70px;
	}
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* 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) {

}

@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) {

}


