body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--whiteColor);
	font-family: "Inter", sans-serif;
	overflow-x:hidden;
   }
   
.container-fluid {
	padding: 0px 40px !important;
	}
.logo {
	width: 228px;
	margin: 7px 0px 1px 0px;
	padding: 0px 0px;
	position: relative;
    }
.logo img {
	width: 100%;
	}
.main-nav.scroll .logo {
	width: 200px;
	margin: 9px 0px;
	}
.main-nav.scroll .rightlink {
	margin-top: 9px;
	}
.stellarnav.mobile.right > ul {
	z-index: 99;
	background: #f0d04d;
    }

.main-nav {
	margin: 0px 0px;
	padding: 10px 0px;
	width: 100%;
	height: auto;
	background: #ffffff;
	transition: all 0.1s ease 0s;
	z-index: 999;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.06);
    position: relative;
	}  
.main-nav.scroll {
	background-color: #fff;
	height: 55px;
	padding: 3px 0px;
	transition: background-color .5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0,0,0,.07);
	}
.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: start;
	align-items: center;
	height: 100%;
	}
.stellarnav ul {
	margin:	0px 0px;
	padding:0px 0px 0px 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 35px;
	}
.stellarnav > ul > li > a {
	padding: 2px 0px;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
    }
.stellarnav > ul > li > a:hover {
	color:#FCB040;
	text-decoration: none;
	}
.stellarnav > ul > li > a.active {
	color:#FCB040 !important;
	text-decoration: none;
	}
.main-nav-socialicon {
	margin:20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
	}
.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 0px;
	}
.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #ccccccb8 1px solid;
	}
.main-nav .stellarnav li li a {
	font-size: 15px;
	padding: 8px 12px;
	color: #2c2c2c;
	font-weight: 400;
	}
.stellarnav li.has-sub a {
	padding-right: 0px !important;
	}
.main-nav .stellarnav li li a:hover {
	background: #f9f9f9;
	color: #000;
	}	
.main-nav .stellarnav li li a.active {
	background: #f9f9f9;
	color: #000;
	}
.stellarnav li.has-sub > a::after {
	content: '\f107';
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
	}
.rightlink {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: end;
	margin-top: 4px;
	}
	
/*=============	Modal Area CSS =============*/
	.modal {
		z-index: 9999;
		top: 100px;
		}
	.modal-body {
		position: relative;
		flex: 1 1 auto;
		padding: 12px 65px 41px 65px;
		}
	.modal-cardtext {
		margin: 0px 0px;
		padding: 0px 0px;
		position: relative;
		width: 100%;
		z-index: 9;
		}
	.modal-cardtext .input-group {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		margin: 11px auto;
		}
	.modal-cardtext .input-group {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		margin: 11px auto;
		}
	.modal-cardtext .btn {
		display: inline-block;
		font-weight: 400;
		line-height: 1.5;
		color: #212529;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		background: #FCB040 !important;
		border: 1px solid transparent;
		padding: 18px 32px;
		font-size: 19px;
		border-radius: 0px 33px 33px 0px;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		}
	.modal-cardtext .form-control {
		display: block;
		padding: 21px 36px;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		color: #212529;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #ced4da;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 33px;
		  border-top-right-radius: 33px;
		  border-bottom-right-radius: 33px;
		transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		}
	/*=============	Modal Area CSS End =============*/
	.rightlink .input-group {
		width: 50%;
		}
	.rightlink .form-control {
		display: block;
		padding: .375rem 18px;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.5;
		color: #212529;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #000000;
		border-right: 0px solid #000000;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 22px;
		transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		}
	.rightlink .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
		margin-left: -1px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		}
	.rightlink .btn {
		display: inline-block;
		font-weight: 400;
		line-height: 1.5;
		color: #212529;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		background-color: transparent;
		border: 1px solid #000000f7;
		border-left: 0px solid #000000f7;
		padding: .375rem 18px;
		font-size: 19px;
		margin-left: -1px;
		border-radius: 22px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		}
.usercard a {
	border: #000 1px solid;
	width: 31px;
	position: relative;
	height: 31px;
	border-radius: 50px;
	text-align: center;
	padding: 2px 7px;
	display: flex;
	align-items: center;
	}
.usercard a img {
	width: 16px;
	}
.usercard {
	position: relative;
	}
	
.caunt {
	position: absolute;
	top: -2px;
	right: -5px;
	font-size: 13px;
	background: #60AD33;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 2px 0px;
	font-size: 13px;
	}

.banner-section {
	margin:0px 0px;
	padding: 0px;
	width: 100%;
	position: relative;	
	z-index: 99;
	}
.banner-section .owl-carousel .owl-nav{
	display: none;
	}
.banner-section .owl-dots {
	display: block;
	}
.banner-section .owl-dots {
	display: block;
	position: absolute;
	bottom: 17px;
	text-align: center;
	width: 100%;
	}
.banner-section .owl-theme .owl-dots .owl-dot.active span {
	background: #FCB040 !important;
	border:#FCB040 !important;
	width: 20px;
	}
.banner-section .owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 5px 3px;
	background: #ffffff;
	border:#ffffff 1px solid;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	}
.banner-section .owl-nav .owl-prev {	
	background: transparent;
	top: 50%;
	position: absolute;
	left: 142px;
	opacity: 1;
	width: 32px;
	border: #716c6c 1px solid !important;
	height: 32px;
	border-radius: 50px;
	color: #888282 !important;
	font-size: 20px !important;
	text-align: center;
	}
.banner-section .owl-nav .owl-next {
	background: transparent;
	top: 50%;
	position: absolute;
	right: 142px;
	opacity: 1;
	width: 32px;
	border: #716c6c 1px solid !important;
	height: 32px;
	border-radius: 50px;
	color: #888282 !important;
	font-size: 20px !important;
	text-align: center;
   }  

.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 30%;
	left: 0;
	right: 0;
	bottom: 0px;
	cursor: pointer;
	background-image: linear-gradient(180deg, #0000, #201e1ec4);
	}
.bannercarousel-text {
	position: absolute;
	bottom: 57px;
	width: 100%;
	left: 0px;
	text-align: center;
	}
.bannercarousel-text h2{
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: center;
	font-family: "Cinzel", serif;
	font-size: 65px;
	font-weight: 600;
	color: #FFFFFF;
    }

.featuredcategory-section {
	margin: 0px 0px;
	padding: 45px 0px;
	width: 100%;
	background:#fff url(../images/featuredcategorybg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 500px;
	overflow: hidden;
}
.featuredcategory-section h2 {
margin: 0px 0px 24px 0px;
  padding: 0px 0px;
  font-family: "Cinzel", serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #000000;
}
.servicescard01{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 15px;
    }
.servicescard01 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
	}
.servicescard01:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}
.servicescard01 #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0px;
	cursor: pointer;
	background: linear-gradient(175deg, #0000, #090808d4);
	}
.servicestext-card{
	bottom: 25px;
	padding: 0px 25px;
	position: absolute;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
    }
.servicestext-card h5 {
	margin: 0px 0px ;
	padding: 0px 0px;
	text-align: center;
	font-family: "Cinzel", serif;
	letter-spacing: 0px;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 31px;
	}
.serviceslink {
  margin: 0px 0px;
  padding: 0px 0px;
  width: auto;
  height: auto;
  position: relative;
  color: #FCB040;
  transform: rotate(-27deg);
  font-size: 23px;
	}
.serviceslink:hover {
	color: #fd7d28;
	}

.servicescard02{
	margin: 0px 0px 32px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 15px;
	}
.servicescard02 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
	}
.servicescard02:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}
.servicescard02 #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0px;
	cursor: pointer;
	background: linear-gradient(175deg, #0000, #090808d4);
	}
.servicestext-card2{
  bottom: 25px;
  padding: 0px 25px;
  position: absolute;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
	}
.servicestext-card2 h5 {
  margin: 0px 0px;
  padding: 0px 0px;
  text-align: center;
  font-family: "Cinzel", serif;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 31px;
  }
.serviceslink2 {
  margin: 0px 0px;
  padding: 0px 0px;
  width: auto;
  height: auto;
  position: relative;
  color: #FCB040;
  transform: rotate(-27deg);
  font-size: 23px;
	}
.serviceslink2:hover {
	color: #fd7d28;
	}
.trendingpro-section {
  margin: 0px 0px;
  padding: 54px 0px 36px 0px;
  width: 100%;
  background: #fff url(../images/trendingprobg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 500px;
  overflow: hidden;
  }
.trendingpro-section .owl-carousel .owl-nav.disabled {
	position: absolute;
	right: 0px;
	top: -58px;
	z-index: 99;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 9px;
	}
.trendingpro-section .owl-nav .owl-prev {
    background: #ffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #000 !important;
    font-size: 13px !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	border: #000 1px solid !important;
    padding: 12px !important;
	}
		
.trendingpro-section .owl-nav .owl-prev:hover {
    background: #FCB040 !important;
	color: #fff !important;
	border: #FCB040 1px solid !important;
	}
.trendingpro-section .owl-nav .owl-next {
    background: transparent;
    width: 30px;
	border: #000 1px solid !important;
    height: 30px;
    border-radius: 50%;
    color: #000 !important;
    font-size: 13px !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	box-shadow: 0px 5px 4px 0px rgb(197 197 197 / 68%);
	}
.trendingpro-section .owl-nav .owl-next:hover {
    background: #FCB040 !important;
	color: #fff !important;
	border:#FCB040 1px solid !important;
	}
.trendingpro-section .owl-nav .owl-prev img {
	width: 14px;
	}
.trendingpro-section .owl-nav .owl-next img {
	width: 14px;
	}
.trendingpro-section .owl-dots {
	display: none;
	}
.trendingpro-section h2 {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px;
	font-family: "Cinzel", serif;
	font-size: 40px;
	font-weight: 700;
	text-align: left;
	color: #000000;
    }
.trendingcard{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
    }
.trendingcard-img{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 365px;
	overflow: hidden;
	border-radius: 14px;
    }
.trendingcard-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
    }
.trendingcard-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    }
.trendingcard_bottom{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
    }
.trendingcard_text{
	margin: 0px 0px;
	padding: 6px 0px;
	position: relative;	
    }
.trendingcard_text p {
	margin: 0px 0px;
	padding: 0px;
	text-align: left;
	letter-spacing: 0px;
	color: #373737;
	font-size: 15px;
	width: 100%;
	font-weight: 500;
	line-height: 27px;
	}
.trendingcard_text h6 {
	color: #000000;
	font-size: 21px;
	width: 100%;
	font-weight: 600;
	line-height: 26px;
	}
.cartcard {
	width: 25px;
}
.butcherproduct-section {
  margin: 0px 0px;
  padding: 104px 0px 54px 0px;
  width: 100%;
  background: #fff url(../images/butcherproductbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 500px;
  overflow: hidden;
  }

.butcherproduct_card {
  margin: 0px 0px;
  padding: 42px 0px 32px 0px;
  width: 100%;
  background: #fff url(../images/butcherproduct_cardbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 450px;
  border-radius: 17px;
  }
.butcherproduct_text{
	margin: 0px 0px;
	padding: 0px 0px 0px 22px;
	position: relative;
    }
.butcherproduct_text h2 {
	margin: 0px 0px 17px 0px;
	padding: 0px 0px;
	font-family: "Cinzel", serif;
	font-size: 40px;
	font-weight: 700;
	text-align: left;
	color: #000000;
}
.butcherproduct_text h2 span {
	display: block;
	}
.butcherproduct_text p {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px;
	text-align: left;
	letter-spacing: 0px;
	color: #000;
	font-size: 16px;
	width: 95%;
	font-weight: 400;
	line-height: 25px;
	}
.readbtn{
	margin: 34px 0px;
	padding: 13px 23px;
	position: relative;
	background: #FCB040;
	width: auto;
	font-size: 17px;
	color: #000000;
	font-weight: 600;
	text-decoration: none;
	border-radius: 10px;
	text-transform: uppercase;
	display: block;
	width: 151px;
		}
.readbtn:hover{
	background: #ffa722;
	color: #000000;
	text-decoration: none;
	}
.butcherproduct-video{
	margin: -95px 0px 0px 51px;
	padding: 0px 0px;
	position: relative;
	width: 90%;
	height: 440px;
	background: #ffffff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 2px 0px 24px -6px #bdbfbf70;
    }
.butcherproduct-video video{
	height: 100%;
	object-fit: cover;
	}





.testimonial-section {
  margin: 0px 0px;
  padding: 54px 0px 36px 0px;
  width: 100%;
  background: #fff url(../images/testibg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 500px;
  overflow: hidden;
  }
.testimonial-section h2 {
	margin: 0px 0px 14px 0px;
	padding: 0px 0px;
	font-family: "Cinzel", serif;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	color: #000000;
    }
.testimonial-section .owl-carousel .owl-nav.disabled {
	display: none;
	}
.testimonial-section .owl-dots {
	display: block;
	}
.testimonial-section .owl-dots {
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
    }
.testimonial-section .owl-carousel button.owl-dot {
	width: 6px;
	height: 6px;
	margin: 5px 3px;
	background: #000000;
	border: #000000 1px solid;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.testimonial-section .owl-carousel button.owl-dot.active{
	background: #FCB040 !important;
	border: #FCB040 !important;
	width: 10px;
	height: 10px;
	}
.testimonial-section .item {
	margin: 10px 10px;
	}
.testimonialcard {
	margin: 0px 0px 30px 0px;
	padding: 37px 26px;
	width: 100%;
	background: #fff;
	min-height: 275px;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 1px 0px;
	}
.testimonialcard h5{
	font-weight: 700;
	font-size: 19px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
	padding: 5px 0px;
	margin: 0px 0px;
	text-align: center;
  }
.testimonialcard p {
	margin: 0px 0px 29px 0px;
	padding: 0px 0px;
	text-align: left;
	letter-spacing: 0px;
	color: #000;
	font-size: 16px;
	width: 100%;
	font-weight: 400;
	line-height: 26px;
    }
.testiuser-card{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 15px;
    }
.testimonialsect {
	padding-left: 29px;
}
.testiuserimg{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 45px;
	height: 45px;
	overflow: hidden;
	border-radius: 50%;	
    }
.testiuserimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	}
.testiuserarrow {
	width: 30px;
}
.testiuser-card h6 {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: auto;
	text-align: left;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	display: block;
	}
.testiuser-card h6 span {
   text-align: left;
	color: #9A9A9A;
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
	display: block;
	}
.testiuserbottom {
	padding: 0px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
    }
.starcard {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 7px;
		}
.starcard a{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	color: #FBC02D;
	font-size: 14px;
	}



/* ---- Inner Pages Css----- */
.breadcumb {
	margin: 0px 0px;
	position: relative;
    }
.positioned-icons {
	position: relative;
	}
.positioned-icons img.about-three-dot {
	left: 154px;
	bottom: -54px;
	position: absolute;
	z-index: 9;
	width: 180px;
	}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
  }
.breadcumb img {
display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  height: 270px;
  max-height: 270px;
	}
.breadcumb #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: rgba(2, 2, 2, 0.74);
}
.hero-content-upper {
    padding-top: 6%;
   }
.hero-content-upper h2 {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  width: auto;
  font-family: "Cinzel", serif;
  font-size: 45px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  display: block;
  }
.hero-content {
  position: absolute;
  color: #ffffff;
  top: 39px;
  left: 0%;
  width: 100%;
  }
.aboutuspage-section {
	margin: 0px 0px;
	padding: 65px 0px 65px 0px;
	width: 100%;
	background: #fff url(../images/butcherproductbg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 500px;
	overflow: hidden;
   }
.aboutuspage-text{
	margin: 0px 0px;
	padding: 0px 0px 30px 0px;
	position: relative;
	width: 100%;
    }
.aboutuspage-text p {
  margin: 0px 0px 15px 0px;
  padding: 0px 0px;
  text-align: left;
  letter-spacing: 0px;
  color: #000;
  font-size: 16px;
  width: 95%;
  font-weight: 400;
  line-height: 25px;
}
.aboutrightimg {
   margin-bottom: 22px;
  position: relative;
  width: 100%;
  min-height: 200px;
  border-radius: 20px;
  overflow: hidden	
  }

.aboutrightimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }

.aboutrightimg:hover img {
	-webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.aboutpgful-img {
  margin-top: 25px;
  position: relative;
  width: 100%;
  min-height: 200px;
  border-radius: 20px;
  overflow: hidden	
  }

.aboutpgful-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }

  .aboutpgful-img:hover img {
	-webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sendmessage-section {
  margin: 0px 0px;
  padding: 65px 0px 65px 0px;
  width: 100%;
  background: #fff url(../images/butcherproductbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 500px;
  overflow: hidden;
	}
.sendmessage-section h2 {
margin: 0px 0px 24px 0px;
  padding: 0px 0px;
  font-family: "Cinzel", serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #000000;
	}
.map-section{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	}
.quoteform {
	margin: 20px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	}
.quoteform .form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 11px 14px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #C4C6C6;
	border-radius: 7px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin-bottom: 23px;
	}
.quoteform .form-control::placeholder {
	color: #6b6a6a;
	opacity: 1;
	}
.subbtn {
  margin: 0px 0px;
  padding: 10px 38px;
  background: #FCB040;
  border-radius: 11px;
  border: #FCB040 1px solid;
  position: relative;
  font-weight: 600;
  color: #000;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
	}
.subbtn:hover{
	color: #000;
	text-decoration: none;
	background: #f8a01d;
	border: #f8a01d 1px solid;
	}
.contactus-left {
	margin: 0px 0px;
	padding: 25px 0px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}

.addresscard{
	margin:	0px 0px 10px 0px;
	padding: 17px 16px;
	position: relative;
	width: auto;
	background:transparent;
	border-radius:8px;
	min-height: 87px;
	display: flex;
	align-items: self-start;
	justify-content: start;
	gap:13px;
	}
.addresscard-icon {
	margin:	0px 0px 0px 0px;
	padding: 0px 0px;
	background:right;
	width: auto;
	height: auto;
	}
.addresscard-icon img {
	width: 19px;
	}
.addresscard h5 {
	margin:	0px 0px;
	padding:0px 0px;
	text-align: left;
    color: #000;
    font-size: 23px;
	font-weight: 600;
	}
.addresscard p {
	margin: 0px 0px;
	padding: 7px 0px;
	text-align: left;
    color: #000;
    font-size: 16px;
	width: 100%;
	}
.addresscard p a {
	color: #212222;
	text-decoration: none;
	}
.addresscard p a:hover {
	color: #212222;
	text-decoration: underline;
	}
.addresscard-icon .fa{
	color: #fbaf3f !important;
	font-size: 27px;
	}




























.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #FCB040;
	border: 1px solid #FCB040;
	color: #ffffff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}
.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	font-size: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #f89e18;
	border: 1px solid #f89e18;
}
.footer {
	margin: 0px 0px;
	padding: 59px 0px 0px 0px;
	width: 100%;
	position: relative;
    }
.footer-logo-area {
	margin: 0px 0px 43px 0px;
	padding: 0px 0px;
	width: 272px;
	position: relative;
	z-index: 99;
	}
.footer-logo-area img {
	width: 100%;
	object-fit: cover;
	}
.footer-links h3 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	position: relative;
	width: auto;
	font-family: "Cinzel", serif;
	text-align: left;
	color: #000000;
	font-size: 26px;
	font-weight: 700;
	line-height: 21px;
	display: block;
	}
.footer-links h4 {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	position: relative;
	width: auto;
	font-family: "Cinzel", serif;
	text-align: left;
	color: #000;
	font-size: 23px;
	font-weight: 700;
	line-height: 21px;
	display: block;
		}
.footer-links h6 {
	margin: 0px 0px 23px 0px;
	padding: 0px 0px;
	text-align: left;
	letter-spacing: 0px;
	color: #222;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	}
.footer-links p {
	margin:	0px 0px;
	padding:0px 0px;
	text-align: left;
	letter-spacing: 0px;
	color: #F0F0F0;
	font-size: 15px;
	width: auto;
	font-weight: 700;
	line-height: 25px;
	}
.footer-links ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	}
.footer-links ul li {
	width: 100%;
	float: left;
	line-height: 35px;
	}
.footer-links ul li a {
	display: inline-block;
	color: #222222;
	font-size: 19px;
	font-weight: 400;
	text-decoration: none;
	}
.footer-links ul li a:hover {
	color:#FAA61A;
	text-decoration: underline;
	}
.subscribe{
	margin: 0px 0px;
	padding: 0px 0px 0px 16px;
	background: #F2F2F2;
	position: relative;
	width: 76%;
	border-radius: 36px;
	display: flex;
	align-items: center;
	justify-content: start;
	border: #B1B1B1 1px solid;
	}
.subscribe .form-control {
	display: block;
	width: 100%;
	padding: 8px 9px;
	font-size: 13px;
	font-weight: 400;
	line-height: 27px;
	color: #252525;
	background: transparent;
	border: 1px solid #ced4da00;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}

.subscribe .form-control:focus {
	color: #212529;
	background: transparent;
	border-color: transparent;
	outline: 0;
	box-shadow: unset;
	}
.submitbtn {
	margin: 0px 0px;
	padding: 23px 21px;
	background: #FAA61A;
	border-radius: 0px 27px 27px 0px;
	color: #ffffff;
	height: 45px;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0px;
	font-size: 20px;
	font-weight: 700;
	}
.submitbtn:hover {
	background: #f88909;
	color: #ffffff;
	}
.contactcard {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	display: flex;
	justify-content: start;
	gap: 13px;
	}
.conticon {
	margin-top: 5px;
	}

.contactcard h5 {
	margin: 3px 0px 20px 0px;
	padding: 0px 0px;
	text-align: left;
	letter-spacing: 0px;
	color: #222222;
	font-size: 19px;
	font-weight: 400;
	line-height: 30px;
	width: 83%;
	}
.contactcard h5 a {
	color: #222222;
	text-decoration: none;
	}
.contactcard h5 a:hover {
	color: #FAA61A;
	text-decoration: underline;
	}

.footersocial-sect{
	display: flex;
	align-items: center;
	justify-content: start;
	width: auto;
	gap: 14px;
	margin-top: 18px;
    }
.footersocial-visa {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 10px;
	}
.footersocial-visa a {
	margin: 0px 0px;
	padding: 2px 2px;
	font-size: 12px;
	color: #000;
	background: #fff;
	border-radius: 4px;
	line-height: 19px;
	text-align: center;
	border: #D3D3D3 1px solid;
	position: relative;
	overflow: hidden;
	}
.footersocial-visa a img {
    width: 64px;
	}
.footer-socialicon{
	margin: 0px 0px;
	padding: 16px 0px;
	position: relative;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 10px;
    }
.footer-socialicon a{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	}
.footer-socialicon a:hover {
	transform: translateY(-5px);
	transition: 0.3s ease-in-out;
	}
.privacytext{
	margin: 0px 0px;
	padding: 21px 0px 0px 0px;
	position: relative;
	width: auto;
	text-align: right;
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 15px;
    }
.privacytext a{
	color: #222222;
	text-decoration: none;
	}
.privacytext a:hover{
	color: #FAA61A;
	text-decoration: underline;
	}
.copyright {
	margin: 34px 0px 0px 0px;
	padding: 14px 0px;
	color: #222;
	font-size: 16px;
	background: #fff;
	font-weight: 500;
	z-index: 99;
	position: relative;
	border-top: #D0D0D0 1px solid;
	}
.copyright a {
	color: #FAA61A;
	text-decoration: none;
	}
.copyright a:hover {
	color: #FAA61A;
	text-decoration: underline;
	}
.copytext-left {
    text-align: left;
	}
.copytext-right {
    text-align: right;
	}

.product_listing_page {	

background: #fff url(../images/product_listinbg.png) ;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 500px;
  overflow: hidden;
     }
.product_left_section .s-ctgry {
	margin:  0px 0px 18px 0px;
	padding: 17px 20px;
	background: #fff;
	border-radius: 15px;
	border: #979797 1px solid;
	box-shadow: 0px 6px 8px 0px #0000001A;
}

.s-ctgry .berocket_single_filter_widget {
	margin-bottom: 36px;
         }
.s-ctgry h3 {
	margin: 0px 0px 9px 0px;
	padding: 0px 0px;
	font-family: "Cinzel", serif;
	font-size: 22px;
	font-weight: 700;
	text-align: left;
	color: #000000;
    }
.s-ctgry .bapf_sfilter ul li {
	font-size: 18px;
	font-weight: 400;
        }
.s-ctgry .bapf_sfilter.bapf_ckbox input[type="checkbox"] {
	margin-right: 8px;
        }
.s-ctgry .irs--big .irs-handle {

	border: 1px solid #D48511;
	background-color: #cbcfd5;
	background: #FCB040;
	box-shadow: #FCB040;
	border-radius: 30px;
      }
.s-ctgry .irs-handle.state_hover, .s-ctgry .irs--big .irs-handle:hover {
	border-color: #D48511;
	background-color: #FCB040 ;
	background: linear-gradient(to bottom,#FCB040 0,#FCB040 30%,#FCB040 100%);
       }     
.s-ctgry .irs--big .irs-line {
	background-color: #fff;
	background: linear-gradient(to bottom,#C5C5C5 -50%,#C5C5C5 150%);
	border: 1px solid #C5C5C5;
        }
.s-ctgry .irs--big .irs-bar {
	background-color: #92bce0;
	border: 1px solid #FCB040;
	background: linear-gradient(to bottom,#FCB040 0,#FCB040 30%,#FCB040 100%);
	box-shadow: inset 0 0 1px 1px rgba(255,255,255,.5);
        }
.s-ctgry .irs-from, .irs-single, .irs-to {
	top: unset !important;
	bottom: -70px;
}


.s-ctgry .irs--big .irs-from, .s-ctgry .irs--big .irs-single, .s-ctgry .irs--big .irs-to {
	color: #1F1F1F;
	text-shadow: none;
	padding: 1px 5px;
	background-color: #428bca;
	background: transparent;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 600;
}

.product_right_section .woocommerce-result-count {
	margin: 13px 0 29px !important;
	font-weight: 600;
	font-size: 19px;
}

.product_right_section .woocommerce-ordering select {
	vertical-align: top;
	background: #fff;
	border: #b3b2b2 2px solid;
	padding: 11px 11px;
	border-radius: 6px;
	font-weight: 300;
	font-size: 15px;
       }
.product_right_section .products .star-rating {
	display: none!important;
}
.product_right_section ul.products li.product a img {
	height: 300px !important;
	  margin: 0px 0 11px 0px !important;
	  border-radius: 14px;
	}
.product_right_section .woocommerce-loop-product__title {
         padding: 3px 0px !important;
         font-size: 15px !important;
	color: #373737;
	font-weight: 500;
       }
.product_right_section ul.products li.product .price {
	color: #000 !important;
	font-size: 17px !important;
	font-weight: 700 !important;
}
.product_right_section ul.products li.product .button {	
	margin-top: 3px !important;
	background: #D3830E;
	color: #fff;
	font-weight: 500;
	border-radius: 7px;
}
.product_right_section ul.products li.product .button:hover {	
	background: #FFAF3A !important;
	color: #fff !important;
        }
.product_right_section nav.woocommerce-pagination ul {
	border: 0px solid #cfc8d8!important;
}   
.product_right_section nav.woocommerce-pagination li {
	border-right: 1px solid #cfc8d800 !important;
}       
.product_right_section nav.woocommerce-pagination ul li a:hover, .product_right_section nav.woocommerce-pagination ul li span.current {
  background: #FCB040!important;
  color: #fff!important;
}       
 .product_right_section nav.woocommerce-pagination ul li a,  .product_right_section nav.woocommerce-pagination ul li span {

	line-height: 1;
	font-size: 16px !important;
	font-weight: 400;
	padding: 12px 16px !important;
	min-width: 1em;
	display: block;
	border: 0px !important;
	color: #000;
	border-radius: 5px;
     }       
        
        
.product_details_sec .wpgs-for .slick-slide {
	border-radius: 17px;
	overflow: hidden;
        }
.product_details_sec .slick-initialized .slick-slide {
	border-radius: 8px;
	overflow: hidden;
        }
.product_details_sec div.product .product_title {
	margin: 0px 0px 10px 0px;
	  padding: 0px 0px;
	  font-family: "Cinzel", serif;
	  font-size: 40px;
	  font-weight: 700;
	  text-align: left;
	  color: #000000;
	}
.product_details_sec .price {
	color: #000 !important;
	  font-size: 20px !important;
	  font-weight: 600;
	}
.product_details_sec div.product form.cart div.quantity {
	float: unset !important;
	  margin: 0 0px 18px 0 !important;
        }
	
.product_details_sec .quantity .qty {
	width: 37% !important;
	text-align: left!important;
	border: #8D8D8D 1px solid;
	padding: 10px 14px;
	border-radius: 6px;
}
	
.product_details_sec div.product form.cart .button {
	background-color: #FCB040;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	border-radius: 7px;
	text-transform: uppercase;
	padding: 18px 21px;
}
.product_details_sec div.product form.cart .button:hover {
	background-color: #FFAB30;
}
.product_details_sec .sku_wrapper {
	float: left;
	width: 100%;
	margin: 0px 0px 9px 0px;
	font-size: 20px;
	font-weight: 600;
}
.product_details_sec .sku {
	font-weight: 300;
}
.product_details_sec .posted_in {
	float: left;
	width: 100%;
	margin: 0px 0px 9px 0px;
	font-size: 20px;
	font-weight: 600;
}
.product_details_sec .posted_in a {
	color: #fdb346;
	text-decoration: underline;
	font-weight: 400;
	font-size: 18px;
        }
.product_details_sec .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
	margin-top: 24px;
	color: #fdb346;
	font-weight: 500;
	font-size: 17px;
}
.product_details_sec{

background: #fff url(../images/product_listinbg02.png) ;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 500px;
  overflow: hidden;
     }
.product_details_sec div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0 0px !important;
	margin: 0 0px !important;
		border-radius: 6px 6px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 3px;
} 
.product_details_sec div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 0px solid #cfc8d8 !important;
} 
.product_details_sec div.product .woocommerce-tabs .panel {
	margin: 0 0 2em  !important;
	padding: 19px !important;
	border: #c8c5c5 1px solid;
	background: #fff;
	box-shadow: 0px 6px 8px 0px #0000001A;
	border-radius: 0px 0px 8px 8px;
}
.product_details_sec div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0 0px !important;
	margin: 0 0px !important;
	width: auto;
	border: #000 0px solid;
	border-radius: 6px 6px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 3px;
	/* display: block; */
}

.product_details_sec div.product .woocommerce-tabs ul.tabs li {
	border: 0px solid #cfc8d8 !important;
	background: #000000 !important;
	color: #ffffff !important;
	border-radius: 4px 4px 0 0 !important;
	margin: 0 0px !important;
	padding: 0px 0px !important;
}
.product_details_sec div.product .woocommerce-tabs ul.tabs li a {
	padding: 9px 16px !important;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 4px;
}
.product_details_sec div.product .woocommerce-tabs ul.tabs li.active a {
	color: inherit;
	text-shadow: inherit;
	background: #fcb040;
	padding: 9px 16px;
	color: #000;
}
.product_details_sec div.product .woocommerce-tabs ul.tabs li::after, .product_details_sec .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	border: 0px solid #cfc8d8;
}
.product_details_sec div.product .woocommerce-tabs ul.tabs li.active::before {
	box-shadow: 0px 0px 0 #fff;
}
.product_details_sec div.product .woocommerce-tabs ul.tabs li::before {
	left: 0px;
	border-bottom-right-radius: 0px;
	border-width: 0 0px 0px 0;
	box-shadow: 0px 0px 0 #e9e6ed;
}
.product_details_sec #tab-description h2{
margin: 0px 0px 7px 0px;
  padding: 0px 0px;
  font-family: "Cinzel", serif;
  font-size: 34px;
  font-weight: 700;
  text-align: left;
  color: #000000;
}
.product_details_sec .related {
	background: #F3F3F3;
	padding: 20px 5px;
    }
.product_details_sec .related h2 {
	margin: 0px 0px 6px 16px;
	padding: 0px 0px;
	font-family:"Cinzel", serif;
	font-size: 35px;
	font-weight: 600;
	text-align: left;
	color: #000000;
    }
.product_details_sec .related ul.products li.product a img {
	width: 100%;
	height: 300px;
	display: block;
	margin: 0 0 0em;
	box-shadow: none;
	border-radius: 14px;
}
.product_details_sec .related ul.products li.product, .product_details_sec  .woocommerce-page .related ul.products li.product {
	margin: 12px 28px;
	width: 23%;
	margin-left: 0;
}
.product_details_sec .related .products ul, .product_details_sec .related ul.products {
	margin: 0 16px;
	padding: 0;
	list-style: none outside;
	clear: both;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product_details_sec .related ul.products li.product .price {
	font-weight: 600;
	font-size: 17px;
		color: #000000;
}
.product_details_sec .related .star-rating {
	display: none !important;
}
.product_details_sec .related .button {
	display: inline-block;
	margin-top: 4px !important;
	background: #D3830E;
	padding: 11px 13px;
	color: #fff;
	font-weight: 600;
	border-radius: 6px;
}
.product_details_sec .related .button:hover {
	background: #FFAF3A !important;
	color: #fff !important;
}
.product_details_sec  #comments h2 {
  margin: 0px 0px 7px 0px;
  padding: 0px 0px;
  font-family: "Cinzel", serif;
  font-size: 34px;
  font-weight: 700;
  text-align: left;
  color: #000000;
}
.product_details_sec .comment-form-comment label {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
	font-size: 16px;
	color: #4f4c4c;
}
.product_details_sec #review_form #respond textarea {
	box-sizing: border-box;
	width: 50%;
	border-radius: 6px;
	border: #ccc 1px solid;
}
.product_details_sec .comment-form-author label {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
	font-size: 16px;
	color: #4f4c4c;
}
.product_details_sec .comment-form-email label {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
	font-size: 16px;
	color: #4f4c4c;
}
.product_details_sec .comment-form-cookies-consent input {
  width: auto;
}
.product_details_sec .zoomtoo-container {
	height: 405px;
	border-radius: 16px;
}
.product_details_sec .related .products h2 {
  margin: 0px 0px 6px 16px;
  padding: 0px 0px;
  font-family: unset;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  color: #000000;
}
.product_details_sec .zoomtoo-container img {
   width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_details_sec input {
  box-sizing: border-box;
  width: 50%;
  border-radius: 6px;
  border: #ccc 1px solid;
  padding: 7px 12px;
  margin-bottom: 12px;
}
.product_details_sec #review_form #respond .submit {
	display: inline-block;
	margin-top: 4px !important;
	background: #D3830E;
	padding: 15px 13px;
		font-size: 20px;
	color: #fff;
	font-weight: 600;
	border-radius: 6px;
}
.product_details_sec #review_form #respond .submit:hover {
	background: #FFAF3A !important;
	color: #fff !important;
}

.page-id-21 .entry-header h1 {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px;
	font-family: "Cinzel", serif;
	font-size: 40px;
	font-weight: 700;
	text-align: left;
	color: #000000;
}
.page-id-21 #customer_login h2 {
   margin: 0px 0px 3px 0px;
  padding: 0px 0px;
  font-family: "Cinzel", serif;
  font-size: 29px;
  font-weight: 700;
  text-align: left;
  color: #000000;
}
.page-id-21 form.checkout_coupon, .page-id-21 form.login, .woocommerce form.register {
    border: 1px solid #cfc8d8;
  padding: 28px !important;
  margin: 1em 0 2em 0 !important;
  text-align: left;
  border-radius: 15px !important;
  background: #fff;
  min-height: 338px;
}
.page-id-21 form .form-row .input-text, .page-id-21 form .form-row select {
	font-family: inherit;
	font-weight: 400;
	letter-spacing: normal;
	padding: 12px !important;
	display: block;
	background-color: var(--wc-form-color-background,#fff);
	border: var(--wc-form-border-width) solid rgba(170, 168, 168, 0.8)!important;
	border-radius: 8px !important;
	color: var(--wc-form-color-text,#000);
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	line-height: normal;
	height: auto;
}
.page-id-21 .woocommerce-form-login .woocommerce-form-login__submit {
  font-size: 100%;
  margin: 0;
    margin-right: 0px;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 12px 29px;
  font-weight: 700;
  border-radius: 6px;
  left: auto;
  color: #000;
  background-color: #FCB040;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
.page-id-21 .woocommerce-form-login .woocommerce-form-login__submit:hover {
  background: #ffa722;
  color: #000;
}
.page-id-21 .woocommerce-form-register .woocommerce-form-register__submit  {
  font-size: 100%;
  margin: 0;
    margin-right: 0px;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 12px 29px;
  font-weight: 700;
  border-radius: 6px;
  left: auto;
  color: #000;
  background-color: #FCB040;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  }
.page-id-21 .woocommerce-form-register .woocommerce-form-register__submit:hover{
  background: #ffa722;
  color: #000;
  }
.page-id-21 .lost_password a {
	color: #000 !important;
    }
.page-id-21 .lost_password a:hover {
  color: #ffa722;
  text-decoration: none;
  }
  
  /*================================================
my-account
=================================================*/

.innerpage-section-wrap {
	padding: 20px 0px;
}


.woocommerce-MyAccount-navigation ul {
	list-style-type: none;
}

.woocommerce-MyAccount-navigation ul li a {
	background: #cc151d;
	color: #ffffff;
	display: block;
	margin: 0 0 10px 0;
	padding: 10px 16px;
	font-size: 20px;
	border-radius: 5px;
	text-decoration: none;
	background: #000000;
	font-weight: 500;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #FCB040;
  color: #000;
}

.woocommerce-MyAccount-navigation ul li a:hover {
  background: #FCB040;
  color: #000;
}


.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%;
	background: #F9F9F9C7 0% 0% no-repeat padding-box;
	border: 1px solid #E8E7E5;
	border-radius: 10px;
	padding: 11px 11px;
	min-height: 500px;
}

.tabs.wc-tabs {
	margin: 0px !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel h2 {
	margin: 0px 0px 11px 0px;
	font-size: 22px;
}


.u-column1.col-1.woocommerce-Address {
	border: #ccc9 1px solid;
	padding: 7px 13px;
	margin-top: 12px;
	min-height: 284px;
	background: #fff;
	border-radius: 10px;
}


.u-column2.col-2.woocommerce-Address {
	border: #ccc9 1px solid;
	padding: 7px 13px;
	margin-top: 12px;
	min-height: 284px;
	background: #fff;
	border-radius: 10px;
}


.u-column1 header {
	padding: 8px 0px;
	border-bottom: #cccccc70 1px solid;
	margin-bottom: 13px;
	display: flex;
	justify-content: left;
	gap: 8px;
}

.u-column2 header {
	padding: 8px 0px;
	border-bottom: #cccccc70 1px solid;
	margin-bottom: 13px;
	display: flex;
	justify-content: left;
	gap: 6px;
}


.woocommerce-Address-title h2 {
	text-align: left;
	font: normal normal 600 17px/20px Inter;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	width: 50%;
	text-align: left;
}

.woocommerce-account .addresses .title .edit {
	background: #FCB040;
	color: #000;
	padding: 18px 9px;
	border-radius: 8px;
	font-size: 14px;
	height: auto;
	font-weight: 500;
	line-height: 14px;
}


.woocommerce-account .addresses .title .edit:hover {
	background: #FF9E0F;
	color: #000;
}

.page-template-default .woocommerce-Button.button {
    
	background:  #FCB040 !important;
	-webkit-font-smoothing: antialiased;
	border-radius: 30px !important;
	box-shadow: 0px 1px 7px #00000021 !important;
	font-size: 14px !important;
	text-transform: uppercase;
	padding: 15px 30px !important;
	border: 0px;
	font-weight: 700 !important;
	color: #000 !important;
}

.woocommerce-Button.button:hover {
	background: #FF9E0F;
	color: #000;
}


.button.wc-forward {
	background: #FCB040 !important;
	-webkit-font-smoothing: antialiased;
	border-radius: 30px !important;
	box-shadow: 0px 1px 7px #00000021 !important;
	font-size: 14px !important;
	text-transform: uppercase;
	padding: 15px 30px !important;
	border: 0px;
	font-weight: 700 !important;
	color: #000 !important;
}


.return-to-shop .button.wc-backward {
	display: inline-block;
	background:  #FCB040;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: center;
	text-align: center;
	color: #000;
	height: auto;
	border-radius: 10px;
	width: auto;
	padding: 15px 30px;
}


.return-to-shop .button.wc-backward:hover {
	background: #FF9E0F;
	color: #000;
}


.tinv-header h2 {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0%;
	padding: 0px;
	margin: 0px;
}


.woocommerce-MyAccount-content p a {
	color: #000;
}


.woocommerce-Address-title.title h2 {
	font-size: 18px;
}


.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	color: #0cad2d;
	font-size: 24px;
	margin: 0px 0px 30px 0px;
	font-weight: 500;
	padding: 0px;
	line-height: 24px;
}
.page-id-21 .woocommerce-address-fields .button {
cursor: pointer;
  background: #FCB040;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  padding: 14px 15px;
  margin-top: 12px;
}
.page-id-21 .woocommerce-address-fields .button:hover {
	background: #FFA41F;
	text-decoration: none;
	color: #000;

}

/*================================================
my-account End
=================================================*/


/*================================================
cart
=================================================*/
.page-id-19 .wc-block-components-sidebar-layout .wc-block-components-main {
  box-sizing: border-box;
  margin: 0;
  padding-right: 4.5283018868%;
  width: 65%;
  background: #fff;
  border-radius: 8px;
}
.page-id-19 .wc-block-components-sidebar {
	box-sizing: border-box;
	margin-top: 8px;
	margin-left: 12px;
	width: 33%;
	background: #ffffff;
	border-radius: 8px;
}
.page-id-19 .wp-element-button {
	cursor: pointer;
	background: #FCB040;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	border-radius: 8px;
}
.page-id-19 .wp-element-button:hover {
	background: #FFA41F;
	text-decoration: none;
	color: #000;

}
.page-id-19 .wc-block-components-product-name {
	font-size: 19px;
	overflow-wrap: anywhere;
	word-break: break-word;
	color: #FCB040;
	font-weight: 600;
}
.page-id-19 .wc-block-components-product-nam:hover {
	color: #FCB040;
	text-decoration: none;
    }
.page-id-19 table.wc-block-cart-items .wc-block-cart-items__header th {
  font-weight: 700;
  font-size: 17px;
}
.page-id-19 .is-large.wc-block-cart .wc-block-cart__totals-title {
	font-size: 17px;
    }
   
/*================================================
cart End
=================================================*/
.aws-container .aws-search-form {
	position: relative;
	width: 100%;
	float: none !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	align-items: stretch;
	height: 53px;
}
.aws-container .aws-search-form .aws-form-btn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background: #FCB040 !important;
	border: 1px solid #FCB040 !important;
	margin: 0 0 0-1px;

}
.aws-container .aws-search-field {
	width: 100%;
	max-width: 100%;
	color: #313131;
	padding: 8px 22px !important;
	line-height: 30px;
	display: block;
	font-size: 16px !important;
	position: relative;
	z-index: 2;
	-webkit-appearance: none;
	height: 100%; 
	min-height: inherit;
	margin: 0 !important;
	border: 1px solid #d8d8d8;
	outline: 0;
}
.who-we-det{padding:20px;margin-top:10%; text-align:center;}
.nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
}
.nav-tabs .nav-link{border:none; border-radius:0px;border-color:none;color:#000;}
.pri-sec .tab-pane h3{     margin-bottom: 80px;
    text-align: center;
    margin-top: 50px;}
.pri-sec .nav-tabs {
   border-bottom: none;
    text-align: center;
    margin: 0px auto;
    width: 300px;
}

.pri-sec .nav-tabs .nav-item.show .nav-link,.pri-sec  .nav-tabs .nav-link.active{    color: #fff;
    background-color: #FCB040;
    border-color: #FCB040;}
 .pri-sec .nav-tabs .nav-link:hover{  color: #fff;
    background-color: #000; 
    border-color: #FCB040;}    
.price-tabs{ display: grid; 
    gap: 60px;
    margin-bottom: 30px;
    padding: 0px;
    grid-template-columns: repeat(2, 1fr);}  
.price-tabs li{    list-style: none;
    position: relative;}  
.price-tabs li h5 span {
    float: right;
    font-size: 14px;
    font-weight: 600;
    margin-top: 7px;
    color: #FCB040;
}
.price-tabs li h5 stong{    position: absolute;
    left: 0px;
    top: 23px;
    font-size: 14px;}  
.price-tabs li h4{text-align:center; margin-top:30px;}    