@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* 	
 	font-family: "Poppins", sans-serif;
	font-family: "Font Awesome 6 Pro";
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}
img{
    max-width: 100%;
}
*, ::after, ::before {
	box-sizing: border-box;
}	
a{
	text-decoration: none ;
	outline: none;
	transition: all 0.5s ease 0s;
}
li{
	list-style: none;
}
a:hover {
	transition: all 0.5s ease 0s;
	text-decoration: none !important;
	outline: none;
}
/* ============================== HEADER CSS START ============================== */
.dezign_header {
	margin: 0 0 40px 0;
}
.promo_top_text {
	background-color: #fbf1cf;
}
.welcom_text img{
    margin-right: 5px;
    margin-bottom: 5px;
}
#dezign_logo {
	text-align: center;
}
.welcom_text {
	color: #000000;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.3px;
}
.welcom_text span {
	font-size: 14px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
}
.top_newsletter_link ul {
	display: flex;
	list-style: none;
	justify-content: end;
	margin-bottom: 0px;
	align-items: center;
}
.top_newsletter_link ul li:first-child a{
	border-left:1px solid rgba(43, 36, 31, 0.25);
}
.top_newsletter_link ul li a {
	color: #000000;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.2px;
	transition: 0.8s all ease-in-out;
	text-transform: uppercase;
	padding: 5px 20px;
	background-color: transparent;
	border-right:1px solid rgba(43, 36, 31, 0.25);
	display: inline-block;
}
.top_newsletter_link ul li:hover a{
    text-decoration: none;
	color: #fff;
	background-color: #362920;
}
.top_section {
	position: relative;
	background-color: #362920;
	padding: 0 0 20px 0;
}
.menu_bottom {
	position: relative;
	margin: -30px 0 0;
}
.main_menu_mobile{
	display: none !important;
}
.menu {
	position: relative;
	background-image: linear-gradient(to bottom, #403126 50%, #362920 50%);
	width: 80%;
	margin: 0 auto;
	border: 2px solid #fff;
	outline-offset: -7px;
	outline: 1px dashed #806b5c;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 10px 0;
}
.main_menu ul li {
	position: relative;
}
.main_menu ul li:last-child{
	border: none;
}
.main_menu ul li a {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	letter-spacing: 1.60px;
	font-weight: 500;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	padding: 6px 47px 6px 47px;
	display: inline-block;
}
.main_menu ul li:hover a{
	text-decoration: none;
	color: #fbf1cf;
}
.main_menu ul li::before {
	content: '';
	background-image: linear-gradient(to right, #4d3c2e 50%, #271e17 50%);
	position: absolute;
	right: 0px;
	margin: auto;
	top: 0;
	width: 2px;
  height: 100%;
  bottom: 0;
}
.main_menu ul li:last-child::before{
	display: none;
}
.top_header {
	text-align: center;
}
.Verifie-main1 {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
}
.Verifie-main1.box {
	justify-content: end;
}
.Verifie-text1 h4 {
	font-size: 19px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	margin-bottom: 0;
	color: #fff;
	letter-spacing: 1.2px;
	line-height: 22px;
	text-transform: uppercase;
}
.Verifie-text1 p {
	font-size: 15px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	color: #ffffff;
	margin-bottom: 0;
	line-height: 20px;
	letter-spacing: 0.7px;
}
.logo {
	margin: -35px auto 0;
}
/* mobile-menu-css-tart */
.amon {
	color: #000;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	background-color: transparent;
	display: inline-block;
	width: 65px;
	overflow: hidden;
	height: 26px;
	transition: width 2s;
	-moz-transition: width 2s;
	-webkit-transition: width 2s;
	-o-transition: width 2s;
	position: absolute;
	right: 20px;
	z-index: 22222;
	margin-top: -20px;
}
.mobile_menu{
	display: none;
}
.amon-container #open {
	display: none;
}
#open:checked + .amon {
	width: auto;
	height: auto;
}
.amon .bars:hover {
	background-color: transparent;
}
.amon .bars {
    cursor: pointer;
    width: 65px;
    height: 35px;
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    font-size: 20px;
    display: block;
    margin-left: auto;
}
.amon ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	display: inline-grid;
	width: 190px;
	overflow: hidden;
	padding: 10px;
	background-color: #fbf1cf;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
	
}
.amon ul li a {
	text-decoration: none;
	display: inline-block;
	padding: 8px 10px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	letter-spacing: 1.60px;
	font-weight: 500;
	position: relative;
	color: #000;
	text-transform: uppercase;
	background-color: transparent;
	transition: all .5s ease-in-out;
	margin: 0 0 2px 0;
}
.amon ul li:hover a{
	background-color: #362920;
	color: #fff;
}
.amon ul li {
	width: 65px;
	overflow: hidden;
	text-align: center;
}
.open-text .amon ul li {
	width: 100%;
	padding: 0;
}
.open-text .amon ul li a span {
	opacity: .8;
	display: inline-block;
}
/* menu_icon */
.menu_icon_wrapper{
	position: relative;
}
.menu_icon div {
	display: block;
	position: absolute;
	height: 4px;
	width: 30px;
	background-color: #fbf1cf;
	opacity: 1;
	left: auto;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	right: 0;
	border-radius: 5px;
}
.menu_icon .line-one{
	top: 0px;
  	transform-origin: left center;
}
.menu_icon .line-two{
	top: 30%;
	transform: translateY(-50%);
	transform-origin: left center;
}
.menu_icon .line-three{
	top: 60%;
  	transform-origin: left center;
  	transform: translateY(-100%);
}
#open:checked + .amon .menu_icon .line-one {
    transform: rotate(45deg);
    top: 0px;
}
#open:checked + .amon .menu_icon .line-two {
	width: 0%;
	opacity: 0;
}
#open:checked + .amon .menu_icon .line-three {
	transform: rotate(-45deg);
	top: 21px;
}
@media screen and (max-width: 1199px){
	.main_menu ul li a{
		padding: 6px 30px 6px 30px;
		position: relative;
	}
	.Verifie-text1 h4 {
		font-size: 17px;
	}
	.Verifie-text1 p {
		font-size: 14px;
	}
}
@media screen and (max-width: 991px) {
	.menu_bottom {
		display: none !important;
	}
	.mobile_menu {
		display: block;
	}
	.top_section .container {
		max-width: 720px;
	}
    .main_menu_mobile{
        display: inline-block !important;
    }
	.promo_top_text .row .col-lg-4:nth-child(3) {
		order: 1;
		text-align: right;
	}
	.top_section .col-lg-4:nth-child(2) {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.top_section .container .row .col-lg-4:nth-child(3) {
		display: flex;
		flex: 0 0 50%;
		max-width: 50%;
		order: 2;
		justify-content: center;
	}
	.top_section {
		padding: 15px 0 20px 0;
	}
	.logo {
		margin: 0px 0 0;
	}
	.top_section .container .row .col-lg-4:nth-child(1) {
		order: 1;
		display: flex;
		flex: 0 0 50%;
		max-width: 50%;
		justify-content: center;
	}
}
@media screen and (max-width:767px) {
	.promo_top_text .row .col-md-4:nth-child(3) {
		order: 1;
		text-align: right;
		position: relative;
		top: -70px;
		height: 0px;
	}
	.logo {
		width: 85%;
	}
	.welcom_text {
		text-align: center;
		font-size: 10px;
		letter-spacing: 0;
	}
	.welcom_text span {
		font-size: 11px;
		letter-spacing: 0;
	}
	.top_newsletter_link ul li a {
		padding: 5px 12px;
	}
	.welcom_text img {
		margin-right: 1px;
		margin-bottom: 5px;
	}
	.top_newsletter_link ul {
		justify-content: center;
	}
	.Verifie-text1 h4 {
		font-size: 14px;
	}
	.Verifie-text1 p {
		font-size: 12px;
	}
}
@media screen and (max-width: 575px) {
	.top_section .container .row .col-lg-4:nth-child(1) {
		display: flex;
		flex: 0 0 100%;
		max-width: 100%;
		order: 2;
		justify-content: center;
		margin: 0 0 20px 0;
	}
	.promo_top_text {
		padding: 10px 0 0;
	}
	.top_section .container .row .col-lg-4:nth-child(3) {
		display: flex;
		flex: 0 0 100%;
		max-width: 100%;
		order: 2;
		justify-content: center;
	}
	.Verifie-text1 h4 {
		font-size: 18px;
	}
	.Verifie-text1 p {
		font-size: 15px;
	}
	.welcom_text {
		font-size: 14px;
		letter-spacing: 0.30px;
	}
	.welcom_text span {
		font-size: 14px;
		letter-spacing: 0.50px;
	}
	.welcom_text img {
		margin-right: 5px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 480px) {
	.logo {
		width: 80%;
	}
	.Verifie-text p {
		font-size: 14px;
	}
}
@media screen and (max-width: 361px){
	.Verifie-main {
		padding: 12px 0;
	}
	.Verifie-text1 h4 {
		font-size: 16px;
	}
	.Verifie-text1 p {
		font-size: 13px;
	}
}
/* ============================== HEADER CSS END ============================== */

/*================================== IMAGES CSS END  ================================== */
.product_section {
	position: relative;
}
.round_bg {
	margin: 0px 0px 40px;
}
.listing_listinghead h1 {
	margin: 0 0 0px;
	padding: 0px 0px;
	font-family: 'Poppins', sans-serif !important;
}
#listingarea {
	width: 100%;
	position: relative;
	float: left;
	margin: 0 auto;
	padding: 0;
	background: none;
}
.listing_listingarea-box {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
#right_box {
	background: #FFF;
	position: relative;
	z-index: 1;
	/* border: 1px solid #e0dede; */
	margin-bottom: 0;
	padding-bottom: 0;
	/* height: 540px; */
}
.listing_listinghead h1 {
	width: 100%;
	color: #FFF;
	float: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 0px;
	padding: 10px 10px;
	text-align: center;
	background: #333333;
	letter-spacing: 1px;
	z-index: 99;
	font-family: 'Poppins', sans-serif !important;
	position: relative;
}
.listing_listinghead.spider_text {
	position: relative;
}
.listing_listinghead span {
	color: #666666;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin-top: 5px;
	display: block;
	letter-spacing: 1.5px;
	font-family: 'Poppins', sans-serif !important;
}
.desc-hedtitle {
	color: #1d1b1b;
	font-size: 21px;
	line-height: 27px;
	font-weight: 700;
	margin: 0 0 0px;
	padding: 0px;
	text-align: left;
	letter-spacing: 0.30px;
	z-index: 1;
	font-family: 'Poppins', sans-serif !important;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 15px;
	border-bottom: 2px solid #d5d4df;
	text-transform: capitalize;
}
.desc-rd.desc-text h6 {
	color: #414042;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 15px;
	font-family: 'Poppins', sans-serif !important;
	text-transform: uppercase;
}
.desc-rd.desc-text p{
	margin-bottom: 12px;
}
.desc-rd.desc-text p:last-child{
	margin-bottom: 0px;
}
.desc-text {
	max-height: 460px;
	height: auto;
	overflow: auto;
	scrollbar-width: thin;
}
.desc-text p {
	font-size: 15px;
	color: #333333;
	font-weight: 400;
	text-align: left;
	font-family: 'Poppins', sans-serif !important;
	letter-spacing: 0.30px;
	line-height: 26px;
}
.desc-text b {
	font-size: 17px;
	color: #000;
	font-weight: 700;
	text-align: left;
	font-family: 'Poppins', sans-serif !important;
	letter-spacing: 0.30px;
	line-height: 33px;
}
.desc-rd.desc-text ul li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 15px;
	margin-bottom: 4px;
	font-size: 15px;
	font-weight: 400;
	color: #333;
	line-height: 27px;
	letter-spacing: 0.30px;
}
.essWrap.ess-gallery.clearfix {
	display: flex;
	grid-column-gap: 7px;
}
/* Images Code Start */
.product_images_wappers { 
	border-top: 0px;
	box-sizing: border-box;
	float: left;
	height: auto;
	margin: 0;
	padding: 0px 0 0px;
 	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.product_images_gallery {
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 0px 0px;
	margin-top: 0;
	margin: 0 auto;
}
.img-holder .lightbox:before {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.essWrap input[type="checkbox"], .essWrap input[type="radio"] {
	display: none;
}
.imgBox img {
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	text-align: center;
}
.ess-gallery .img-box {
	background-color: #FFF;
	max-width: 555px;
	margin: 0 auto;
	width: 89%;
	order: 1;
}
.img-holder {
	display: none;
}
.img-holder .imgBox {
	cursor: zoom-in;
	text-align: center;
	padding-bottom: 100%;
	overflow: hidden;
	background: #FFF;
	margin: 0;
	display: block;
	position: relative;
	z-index: 1;
}
.img-popup {
	background-color: #f9f9f9;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.thumb {
	font-size: 0;
	/* margin-left: -7.5px; */
	/* margin-right: -7.5px; */
	text-align: center;
	width: 14%;
	max-height: 544px;
	overflow: auto;
	scrollbar-width: thin;
	padding-left: 7px;
	direction: rtl;
}
.thumb label {
	width: 100%;
	/* padding: 0 7.5px; */
	display: block;
	/* margin-top: 20px; */
	margin-bottom: 11px;
}
.thumb label .box {
	cursor: pointer;
	background-color: #fff;
	overflow: hidden;
	text-align: center;
	position: relative;
	padding-bottom: 100%;
	border: 1px solid #e2e2e2;
}
.thumb label img {
	display: inline-block;
	border: 0;
}
#imgView1:checked ~ .img-box #content1, #imgView2:checked ~ .img-box #content2, #imgView3:checked ~ .img-box #content3, #imgView4:checked ~ .img-box #content4, #imgView5:checked ~ .img-box #content5, #imgView6:checked ~ .img-box #content6, #imgView7:checked ~ .img-box #content7, #imgView8:checked ~ .img-box #content8, #imgView9:checked ~ .img-box #content9, #imgView10:checked ~ .img-box #content10, #imgView11:checked ~ .img-box #content11, #imgView12:checked ~ .img-box #content12, #imgView13:checked ~ .img-box #content13, #imgView14:checked ~ .img-box #content14, #imgView15:checked ~ .img-box #content15, #imgView16:checked ~ .img-box #content16, #imgView17:checked ~ .img-box #content17, #imgView18:checked ~ .img-box #content18, #imgView19:checked ~ .img-box #content19, #imgView20:checked ~ .img-box #content20 {
	display: block;
}
@-webkit-keyframes zoom {
 from {
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
to {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
}
@keyframes zoom {
 from {
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
to {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
}
.img-holder .lightbox:before {
	content: "";
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	z-index: 999;
}
.img-holder input:checked ~ .lightbox:before {
	position: fixed;
	opacity: 1;
	visibility: visible;
	top: 0;
}
.img-holder input:checked ~ .lightbox {
	position: static;
	cursor: zoom-out;
}
.img-popup {
	-webkit-animation: zoomOut 0.5s ease-out;
	animation: zoomOut 0.5s ease-out;
}
.img-holder input:checked ~ .lightbox .img-popup {
	border: 3px solid #000000;
	margin: 0 auto;
	z-index: 9999;
	max-width: 800px;
	max-height: 600px;
	-webkit-animation: zoom 0.5s ease-out;
	position: fixed;
	animation: zoom 0.5s ease-out;
	top: 5%;
}
.img-holder input:checked ~ .lightbox .img-popup::after {
	content: "x";
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 27px;
	color: red;
	background: #000000;
	width: 40px;
	height: 40px;
	border-radius: 0 0 0 10px;
	color: #FFF;
}
@media screen and (max-width: 1199px) {
	.round_bg .container{
		max-width: 100%;
		padding:0 20px;
	}
}
@media screen and (max-width: 767px) {
	#right_box {
		margin-top: 15px;
	}
	.product_images_wappers {
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 480px) {
	.desc-hedtitle {
		font-size: 22px;
	}
	.thumb label {
		margin-bottom: 6px;
	}
}
/*================================== IMAGES CSS END  ================================== */

/*================================== BANNER CSS START  ================================== */
.slider-wrapper{
	text-align: center;
}
.banner_res{
	display: none;
}
@media screen and (max-width: 767px) {
	.banner_res {
		display: block;
		margin: 0 auto 20px;
	}
	.main_banner{
		display: none;
	}
}
/*================================== BANNER CSS END  ================================== */

/*================================== PROMOS CSS START  ================================== */
.promos_wrapper{
	position: relative;
}
.promos_wrapper::after {
	content: '';
	position: absolute;
	background-image: url(../images/promos_bg.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 23px;
	bottom: -23px;
	left: 0;
	right: 0;
	margin: auto;
	background-position: center;
}
.Verifie-main {
	display: flex;
	grid-column-gap: 13px;
	align-items: center;
	padding: 20px 0;
}
.Verifie-text h4 {
	font-size: 24px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	margin-bottom: 1px;
}
.Verifie-text p {
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
	color: #666666;
	margin-bottom: 0;
	text-transform: capitalize;
}
.Verifie-main.verifie_left {
	padding-right: 80px;
	display: flex;
	justify-content: end;
	border-right: 1px solid #e5e5e5;
}
.Verifie-main.verifie_right {
	padding-left: 40px;
}
@media screen and (max-width: 1199px) {
	.promos_wrapper .container {
		max-width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width: 1024px) {
	.listing_section {
		padding-top: 10px;
	}
}
@media screen and (max-width: 991px) {
	.Verifie-main.verifie_left {
		padding-right: 40px;
	}
	.Verifie-main.verifie_right {
		padding-left: 10px;
	}
	.Verifie-text p {
		font-size: 14px;
	}
	.Verifie-text h4 {
		font-size: 21px;
	}
}
@media screen and (max-width: 767px) {
	.promos_wrapper::after {
		display: none;
	}
	.Verifie-main.verifie_left {
		justify-content: center;
		border-right: none;
		padding-right: 0;
	}
	.Verifie-main {
		padding: 0 0 20px 0;
	}
	.Verifie-main.verifie_right {
		padding-left: 0;
		justify-content: center;
	}
	.Verifie-text p {
		font-size: 18px;
	}
}
@media screen and (max-width: 480px) {
	.Verifie-text h4 {
		font-size: 20px;
	}
	.Verifie-text p {
		font-size: 14px;
	}
}
@media screen and (max-width: 361px){
	.Verifie-text h4 {
		font-size: 17px;
	}
	.Verifie-text p {
		font-size: 13px;
		letter-spacing: 0.50px;
	}
}
/*================================== PROMOS CSS END  ================================== */

/*================================== ABOUT CSS START  ================================== */
.about3_wrapper {
	margin: 0px 0px 50px;
}
.about3_bg{
	position: relative;
}
.about_bottom {
	position: relative;
	overflow: hidden;
	padding: 40px 25px 0 0;
}
.about_bottom::after {
	content: '';
	position: absolute;
	background-color: #f3f3f3;
	width: 85%;
	height: 80%;
	right: 36px;
	top: 0;
	margin: auto;
	z-index: -1;
}
.about_bottom::before {
	content: '';
	position: absolute;
	background-image: url(../images/about_after.png);
	width: 278px;
	height: 386px;
	right: 0;
	bottom: 2px;
	margin: auto;
	z-index: -1;
}
.about_bottom_img1::after {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	content: "";
	height: 0;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 0;
}
.about_bottom_img1:hover::after {
	height: 100%;
	width: 100%;
	opacity: 0;
	transition-duration: 1.3s;
}
.about_bottom_img1::before {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	width: 0;
}
.about_bottom_img1:hover::before {
	height: 100%;
	width: 100%;
	opacity: 0;
	transition-duration: 1.3s;
}
.about_bottom_img1 {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.about_right_content h3 {
	font-size: 47px;
	font-weight: 600;
	color: #000;
	font-family: 'Poppins', sans-serif;
	position: relative;
	margin-bottom: 15px;
	text-transform: capitalize;
	letter-spacing: -0.1px;
}
.about_right_content h6 {
	font-size: 19px;
	font-weight: 600;
	color: #000;
	font-family: 'Poppins', sans-serif;
	position: relative;
	margin-bottom: 15px;
	letter-spacing: -0.3px;
	line-height: 29px;
}
.about_right_content p {
	font-size: 17px;
	font-weight: 400;
	color: #444;
	font-family: 'Poppins', sans-serif;
	line-height: 29px;
	letter-spacing: 0.30px;
	margin-bottom: 20px;
}
.best_seller{
	margin:0 0 20px;
}
.browse_all_btn.about_us{
	text-align: left;
}
.browse_all_btn.about_us img {
	margin-right: 7px;
}
@media screen and (max-width: 1199px) {
	.about_right_content h6 {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 26px;
	}
	.about_right_content p {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 1024px) {
	.about_right_content p {
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.about_right_content h3 {
		font-size: 44px;
		margin-bottom: 9px;
	}
}
@media screen and (max-width: 991px) {
	.about_right_content h3 {
		font-size: 40px;
		margin-bottom: 10px;
	}
	.about_right_content h6 {
		font-size: 19px;
		margin-bottom: 15px;
		line-height: 27px;
	}
	.about_right_content p {
		font-size: 17px;
		line-height: 29px;
		margin-bottom: 15px;
	}
	.about_bottom {
		text-align: center;
	}
	.about_right_content {
		margin-top: 20px;
	}
	.about_bottom {
		width: 80%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.about_left_img {
		text-align: center;
	}
	.about_bottom::after {
		right: 16px;
	}
	.about_bottom {
		width: 100%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 480px) {
	.about_right_content {
		margin-top: 10px;
	}
	.about_right_content h3 {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.about_right_content h6 {
		font-size: 16px;
	}
}
@media screen and (max-width: 361px) {
	.about_right_content h3 {
		font-size: 30px;
		margin-bottom: 7px;
	}
}
/*================================== ABOUT CSS END  ================================== */

/*================================== FEATURE PRODUCT CSS START  ================================== */
.feature_section {
	margin: 0 0 40px 0;
	position: relative;
	background-image: url(../images/product_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0;
}
.feature-title {
	margin: 0 0 30px 0;
}
.feature-title h4{
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 0.20px;
	font-family: "Poppins", sans-serif;
	color: #000;
	text-transform: capitalize;
	position: relative;
	margin: 0;
}
.cate_box {
	position: relative;
	margin-bottom: 30px;
	padding: 0px;
	overflow: hidden;
}
.feature_box {
	position: relative;
	overflow: hidden;
	display: block;
}
.cate_box .feature_box a img {
	transition: all 0.8s ease;
}
.cate_box:hover .feature_box img {
	transition: all .8s ease 0s;
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
}
.cate_box .fat_text h4 {
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	transition: all .8s ease 0s;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
	color: #000;
	margin: 10px 0 0;
}
.browse_all_btn.view_all {
	margin: 10px auto 0;
}
.browse_all_btn {
	text-align: center;
	margin: 0 auto;
}
.browse_all_btn a {
	color: #FFF !important;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.40px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 10px 19px;
	display: inline-block;
	position: relative;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	background-color: #000;
	text-transform: capitalize;
}
.browse_all_btn a:hover{
	background-color:#362920;
}
@media screen and (max-width: 1199px) {
	.cate_box .fat_text h4 {
		font-size: 19px;
	}
}
@media screen and (max-width: 991px){
	.feature_box {
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.cat_sec .container .row{
		justify-content: center !important;
	}
	.cate_box {
		display: table;
		margin: 0 auto 30px;
	}
	.feature-title h4 {
		font-size: 28px;
	}
}
@media screen and (max-width: 480px) {
	.cat_sec .container .row .col-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.cate_box .fat_text h4 {
		font-size: 21px !important;
	}
	.feature-title h4 {
		font-size: 24px;
	}
	.feature-title {
		margin: 0 0 15px 0;
	}
}
/*================================== FEATURE PRODUCT CSS END  ================================== */

/*================================== MAIN TAB CSS START ================================== */
.main_tab_row {
	position: relative;
	z-index: 99;
	margin: 40px 0px 40px;
}
.tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
	padding: 0px;
	margin: 0px 0 0 0;
}
.tabs label {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	display: block;
	cursor: pointer;
	float: left;
	box-sizing: border-box;
	position: relative;
	letter-spacing: 0.6px;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	line-height: 43px;
	transition: all 0.5s ease-in-out;
	text-align: center;
	text-decoration: none;
	background-color: #362920;
	width: 140px;
	text-transform: uppercase;
	margin-right: 10px;
	margin-bottom: 0;
}
.tab.description_content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #444444;
	font-family: "Poppins", sans-serif;
}
.tab.description_content strong {
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0.30px;
	color: #000;
	font-family: "Poppins", sans-serif;
}
.tab.description_content b {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	font-family: "Poppins", sans-serif;
	margin-right: 4px;
}
.tabs label img {
	margin-right: 6px;
	margin-top: -3px;
}
.tabs .nomarginright.none {
	margin-right: 0px;
}
.tabs label:hover {
	color: #362920;
	background-color: #fbf1cf;
}
.tabs label a {
	color: #FFF;
	text-decoration: none;	width: 100%;
	font-family: "Poppins", sans-serif;
	display: block;
}
.p_text {
	margin-bottom: 20px;
}
.tabs .tab {
	-moz-box-flex: 1;
	-moz-box-ordinal-group: 100;
	box-sizing: border-box;
	color: #5c5c5c;
	font-weight: 400;
	display: none;
	flex-grow: 1;
	font-family: "Poppins", sans-serif;
	margin: 0px auto 0;
	order: 99;
	padding: 0 0px;
	width: 100%;
	background: #FFF;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.50px;
	padding: 20px;
	border: 1px solid #e4e4e4;
}
.tabs .tab p:last-child {
	margin-bottom: 0;
}
.tab.description_content h6 {
	font-size: 17px;
	font-weight: 700;
	color: #222222;
	line-height: 25px;
	letter-spacing: 0.30px;
	padding-bottom: 10px;
}
.ship_t {
	margin-left: -30px;
}
.payment_text {
	margin-bottom: 20px;
}
.tabs .tab a {
	color: #2fab81;
	
}
.tabs label:hover a {
	color: #ffffff;
}
.tabs input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.tabs input[type="radio"]:checked + label {
	color: #362920;
	background-color: #fbf1cf;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
.tabele_border td {
	padding: 5px 15px;
}
.tab.description_content li {
	margin-bottom: 15px;
}
.tab.description_content li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1199px) {

}
@media screen and (max-width:575px) {
	.tabs label {
		width: 133px;
	}
}
@media screen and (max-width: 480px) {
	.tabs label {
		width: 100%;
		margin-right: 0;
		border-bottom: 1px solid rgb(255, 255, 255, 0.5);
	}
	.tabs .tab, .tabs label {
		-webkit-box-ordinal-group: unset;
		-webkit-order: initial;
		-ms-flex-order: initial;
		order: initial;
	}
	.tabs .tab {
		padding: 15px;
	}
}
/*================================== MAIN TAB CSS END  ================================== */

/*================================== REVIEWS CSS START  ================================== */
.guaranteed_wrapper {
	position: relative;
	background-color: #fffaeb;
	padding: 40px 0px;
}
.guaranteed_title {
	margin: 0 auto;
	padding-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(180, 180, 180, 0.3);
	margin: 0 0 30px 0;
}
.guaranteed_title h1 {
	font-size: 39px;
	font-weight: 600;
	color: #1d1d1d;
	font-family: 'Poppins', sans-serif;
	position: relative;
	text-transform: capitalize;
	margin-bottom: 0px;
	letter-spacing: 0.3px;
}
.guaranteed_title p {
	font-size: 14px;
	font-weight: 300;
	color: #333333;
	letter-spacing: 1.50px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.guaranteed_box {
	padding: 0px 10px 0 0;
	position: relative;
}
.guaranteed_text {
	font-size: 16px;
	color: #666666;
	font-weight: 400;
	margin-bottom: 0px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.1px;
	line-height: 31px;
}
.guaranteed_name {
	font-size: 22px;
	color: #000;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.5px;
	font-weight: 700;
	margin: 12px 0;
}
.guaranteed_button{
	margin: 0 auto 25px;
	text-align: center;
}
.btn01 {
	color: #000 !important;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.5px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	overflow: hidden;
	z-index: 1;
	text-transform: capitalize;
}
.view_btn .btn01 img{
	transition: 0.5s all ease-in-out;
}
.view_btn:hover .btn01 img{
	transform: translateX(-5px);
}
@media screen and (max-width: 991px) {
	.guaranteed_title h1 {
		font-size: 29px;
	}
	.guaranteed_wrapper {
		padding: 40px 0px 0;
	}
	.guaranteed_box {
		padding: 0px 10px 30px 0;
	}
}
@media screen and (max-width: 767px) {
	.guaranteed_name {
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.guaranteed_box {
		margin-bottom: 5px;
	}
	.guaranteed_title {
		display: block;
		text-align: center;
	}
	.guaranteed_title h1 {
		margin: 0 0 10px 0;
		font-size: 32px;
	}
}
@media screen and (max-width: 480px) {
	.guaranteed_title {
		display: block;
	}
	.guaranteed_title h1 {
		font-size: 30px;
		margin: 0 0 10px 0;
	}
}
@media screen and (max-width: 361px) {
	.guaranteed_title h1 {
		font-size: 25px;
	}
}
/*================================== REVIEWS CSS END  ================================== */

/*================================== FOOTER CSS START  ================================== */
.store_footer_wapper {
	padding: 25px 0 25px;
	background-color: #362920;
	position: relative;
}
.footer_block_titel {
	font-size: 19px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	margin-bottom: 16px;
	position: relative;
	letter-spacing: 0.5px;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.store_footer_wapper .footer_logo_bottom{
	display: flex;
	align-items: center;
}
.footer_menu ul li a {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	letter-spacing: 0.35px;
	transition: 0.5s all ease-in-out;
}
.footer_menu ul li i {
	font-size: 8px;
	margin-right: 5px;
	transition: 0.5s all ease-in-out;
}
.footer_menu ul li:hover i{
	transform: translateX(5px);
} 
.footer_top_menu {
	display: flex;
}
.footer_menu ul li a {
	position: relative;
}
.footer_block.footer_block03 {
	text-align: center;
}
.footer_block.footer_block04 {
	text-align: center;
}
.store_footer_wapper .col-md-5 .footer_menu ul li{
	position: relative;
}
.footer_bottom {
	padding: 10px 0;
	position: relative;
	background-color: #fbf1cf;
}
.dezign_copyright {
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #000;
	font-weight: 300;
	font-family: "Poppins", sans-serif;
	text-align: left;
}
.dezign_copyright span {
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #000;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
}
.dezign_by {
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #000;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	text-align: right;
}
.dezign_by span {
	font-family: "Poppins", sans-serif;
	color: #000;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.5px;
}
@media screen and (max-width: 1199px) {
	.footer_block_titel {
		font-size: 15px;
	}
}
@media screen and (max-width: 991px){
	.dezign_by {
		text-align: center;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom: 9px;
	}
	.footer_block.footer_block04, .footer_block.footer_block03 {
		text-align: center;
		margin: 25px 0 0;
	}
	.footer_block_titel {
		font-size: 18px;
	}
	.store_footer_wapper .footer_logo_bottom, .footer_top_menu {
		justify-content: center;
	}
}
@media screen and (max-width: 767px){
	.footer_block_titel {
		font-size: 17px;
	}
}
@media screen and (max-width: 575px){
	.footer_block.footer_block04 {
		margin: 20px 0 20px;
	}
	.footer_block_titel {
		font-size: 18px;
	}
	.store_footer_wapper .footer_logo_bottom {
		margin: 0 0 25px 0;
	}
	.store_footer_wapper {
		padding: 25px 0 10px;
	}
}
@media screen and (max-width: 480px){
	.dezign_by {
		font-size: 13px;
	}
}
@media screen and (max-width:361px) {
	.dezign_by span {
		font-size: 15px;
	}
}
/*================================== FOOTER CSS END  ================================== */

/*============================================
			promotion CSS START
============================================*/
.promotion_bg {
	margin: 0 0 50px 0;
}
.promo_icon {
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.5s ease-in-out;
}
.promo_icon img {
	transition: all 0.5s ease-in-out;
}
.promo_main:hover .promo_icon img{
	transform:rotateY(360deg);
} 
.promo_main {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
	position: relative;
}
.promo_main::after{
	content:'';
	position: absolute;
	background-color: #e9e9e9;
	width:1px;
	height: 100%;
	right: -50px;
	top:0;
	bottom: 0;
}
.promo_main:last-child::after{
	display: none;
}
.promo_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	box-shadow: 0px 0px 25px 0px rgba(163, 163, 163, 0.25);
	padding: 20px;
	border-radius: 10px;
}
.promo_text h4 {
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 2px;
	letter-spacing: 0.6px;
}
.promo_text p {
	font-size: 15px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #888;
	margin-bottom: 0;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
@media screen and (max-width:1199px) {
	.promo_main::after {
		right: -20px;
	}
}
@media screen and (max-width: 991px) {
	.promo_box {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.promotion_wrapper .promo_box .promo_main:nth-child(1), .promotion_wrapper .promo_box .promo_main:nth-child(2) {
		margin-bottom: 20px;
	}
	.promo_main::after{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.promo_text h4 {
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.promo_box {
		grid-template-columns: repeat(1, 1fr);
	}
	.promo_box {
		display: inline-block;
		margin: 0 auto;
		display: table;
	}	
	.promotion_wrapper .promo_box .promo_main:nth-child(3) {
		margin-bottom: 20px;
	}
}
@media screen and (max-width:480px) {
	.promotion_bg {
		margin: 0 0 30px 0;
	}
}
/*============================================
			promotion CSS END
============================================*/

