
/*
font-family: "Jost", sans-serif;
font-family: "Font Awesome 6 Pro";
*/
body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-family: "Jost", sans-serif;
}
a.linkopac img {
	filter: alpha(opacity=100%);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color: transparent;
}
a.linkopac:hover img {
	filter: alpha(opacity=20%);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border: 0px none;
}
a {
	transition: all 0.5s ease 0s;
	text-decoration: none;
	outline: none;
	display: block;
}
a:hover {
	transition: all 0.5s ease 0s;
	text-decoration: none;
	outline: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
video{
	outline: none;
	width: 100%;
}
video::-webkit-media-controls{
  display: none;
}
video::controls{
  display: none;
}
.listing_clear {
	clear: both;
}
.listing_wrap {
	width: 100%;
}
.listing_main {
	margin: 0;
	padding: 0;
	text-align: center;
	display: table;
}
.listing_wrapcen {
	text-align: center;
	padding: 0;
	position: relative;
	display: inline-block;
}
/*============================================
			Top Header Css START
============================================*/
.promo_top_text {
	background-color: #ba4444;
	/* padding: 8px 0; */
}
.welcom_text img{
    margin-right: 8px;
    margin-bottom: 5px;
}
.welcom_text {
	color: #fff;
	font-family: "Jost", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.30px;
	line-height: 21px;
	text-transform: uppercase;
}
.welcom_text span {
	font-size: 15px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	font-weight: 600;
	color: #c49530;
}
.top_header {
	text-align: center;
	margin: 0 auto;
}
.top_section {
	padding: 21px 0;
	background-color: #fff;
	box-shadow: 0px 15px 10px -15px #cccbcb;
	position: relative;
}
.top_header_wrapper {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center;
}
.Verifie-main {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
}
.Verifie-text h1 {
	font-size: 18px;
	font-weight: 500;
	font-family: "Jost", sans-serif;
	color: #282827;
	margin: 0 0 2px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.Verifie-text p {
	font-size: 14px;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	color: #666666;
	margin-bottom: 0;
	line-height: 17px;
}
.Verifie-main.verifiy_right {
	justify-content: end;
}
.main_menu_mobile{
	display: none !important;
}
.menu{
	padding: 10px 0;
	position: relative;
}
.menu::after {
	content: '';
	background-image: url(../images/menu-shadow.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: -24px;
	margin: auto;
	width: 100%;
	height: 14px;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	justify-content: end;
	list-style: none;
}
.main_menu ul li {
	position: relative;
}
.main_menu ul li a {
	font-family: "Jost", sans-serif;
	font-size: 13px;
	letter-spacing: 0.3px;
	font-weight: 400;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff !important;
	text-transform: uppercase;
	padding: 9px 16px;
}
.main_menu ul li a:hover {
	text-decoration: none;
	background: #111 !important;
}
.main_menu ul li a img{
	margin-right: 5px;
}
.main_dezign_brain_header {
	/* margin-bottom: 35px; */
}
/* 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: -10px;
	cursor: pointer;
}
.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: 200px;
	overflow: hidden;
	padding: 10px;
	background-color: #ba4444;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
}
.amon ul li a {
	font-family: "Jost", sans-serif;
	font-size: 15px;
	letter-spacing: 0.3px;
	font-weight: 400;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 8px 0px;
	text-transform: uppercase;
	width: 100%;
	background-color: #ba4444;
}
.amon ul li a:hover {
	background-color: #fff;
	color: #000;
}
.amon ul li a img{
	margin-right: 8px;
}
.amon ul li {
	overflow: hidden;
	text-align: center;
}
.open-text .amon ul li {
	padding: 0;
}
.open-text .amon ul li a span {
	opacity: .8;
	display: inline-block;
}
.main_manu {
	/* background: #000000; */
}
.main_manu .main_manu_wraper ul{
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.main_manu .main_manu_wraper ul li a {
	font-family: "Jost", sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 400;
	transition: all .5s ease-in-out;
	color: #000000 !important;
	text-transform: uppercase;
	padding: 5px 0;
	display: flex;
	align-items: center;
	gap: 9px;
	position: relative;
	margin: 15px 20px;
}
.main_manu .main_manu_wraper ul li a::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #000;
	margin: auto;
	transition: all 0.5s ease-in-out;
}
.main_manu .main_manu_wraper ul li a:hover::before{
	width: 100%;
}
/* menu_icon */
.menu_icon_wrapper{
	position: relative;
}
.menu_icon div {
	display: block;
	position: absolute;
	height: 4px;
	width: 30px;
	background: #000;
	border-radius: 9px;
	opacity: 1;
	left: auto;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	right: 0;
}
.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;
}
/* responsive */
@media screen and (max-width: 1199px) {
	.main_menu ul li {
		position: relative;
	}
}
@media screen and (max-width: 991px) {
	.top_header {
		text-align: left;
		margin: 0;
	}
	.main_manu{
		display: none;
	}
	.Verifie-main {
		justify-content: center;
		margin: 20px 00 0 0;
	}
	.top_section .container .row .col-lg-4.col-md-6 {
		order: 2;
	}
    .menu{
        display: none;
    }
    .main_menu_mobile{
        display: inline-block !important;
    }
    .top_header .logo a img {
        width: 80%;
    }
    .promo_top_text {
        padding: 10px 0;
    }
    .dezign_top_menu .row {
        display: grid;
    }
    .main_menu{
        display: none;
    }
    .welcom_text {
        text-align: center;
    }
    .top_section {
        padding: 19px 0;
    }
	.mobile_menu {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.Verifie-main.verifiy_right {
		justify-content: center;
	}
}
@media screen and (max-width: 480px) {
	.top_header .logo a img {
		width:70%;
	}
	.welcom_text span {
		font-size: 14px;
	}
}
/*============================================
			Header Css END
============================================*/
/*============================================
			image Css START
============================================*/
.listing_section {
	margin: 0 0 40px 0;
}
.main_title p {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.6px;
	font-weight: 400;
	font-family: "Kanit", sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 7px 5px;
	margin-bottom: 15px;
	max-width: 100%;
	background: #000;
}
.main_title p {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.6px;
	font-weight: 400;
	font-family: "Jost", sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 7px 5px;
	margin-bottom: 15px;
	max-width: 100%;
	background: #000;
}

.desc-text span h1 {
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.30px;
	font-weight: 800;
	font-family: "Jost", sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.desc-text span h2 {
	font-family: "Jost", sans-serif;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.70px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.desc_bottum p {
	display: inline-block;
	font-family: "Jost", sans-serif;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.70px;
	font-weight: 500;
	color: #959595;
	width: 81%;
}
.desc_bottum span {
	display: inline-block;
	font-family: "Jost", sans-serif;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.70px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin: -43px 10px 0px 0px;
}
.pro-and-about {
	border: 1px solid #dadada;
	/* border-top: 0; */
	padding: 20px;
}
.desc-rd.desc-text table {
	border-collapse: collapse;
	margin-bottom: 40px;
	width: 80%;
}
.desc-rd.desc-text tbody tr td:nth-child(1) {
	width: 37%;
}
.desc-rd.desc-text th, td {
	text-align: left;
	padding: 3px 13px;
}
.desc-rd.desc-text tr{
	color: #e4e4e4;
	font-family: "Jost", sans-serif;
	font-size: 15px;
	line-height: 40px;
	letter-spacing: 0.70px;
	font-weight: 300;
	text-align: left;
}
.desc-rd.desc-text tr:nth-child(odd) {
	background-color: #000;
}
.product_section {
	position: relative;
}
.product_images_wappers {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	height: 850px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #000 #FFF;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #000;
	border: 1px solid transparent;
	border-image: linear-gradient(to bottom, #737373, #b48540) 1;
}
.product_images_gallery {
	width: 48%;
	min-height: 550px;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
	vertical-align: top;
	padding: 5px;
	margin: 0.5%;
	position: relative;
	border: 1px solid #373737;
}
.desc-hedtitle img {
	margin-top: -3px;
	margin-right: 6px;
}
.desc-rd.desc-text p {
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	color: #353535;
	font-family: "Jost", serif !important;
	margin: 0 0 13px 0;
}
.desc-rd.desc-text p:last-child{
	margin:0;
}
.desc-rd.desc-text h6 {
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0.30px;
	color: #000000;
	font-family: "Jost", serif;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.desc-rd.desc-text b {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 17px;
	line-height: 27px;
	color: #000;
	font-family: "Jost", serif !important;
	display: inline-block;
	/* margin-bottom: 20px; */
}
.desc-rd table h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
#main_gallery {
	border: 0px solid #b4b4b4;
	border-radius: 0px;
	box-sizing: border-box;
	min-height: auto;
	margin: 0;
	padding: 0px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
#main_gallery #main_row {
	height: auto;
	margin: 0 auto;
	max-width: inherit;
	overflow: hidden;
	text-align: center;
	width: auto;
	z-index: 500;
	margin-right: 0px;
	display: flex;
	justify-content: end;
}
#main_row > div {
	margin-top: 0;
	max-width: 374px;
}
#main_gallery #main_row div ul {
	display: flex;
	height: auto;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	width: auto;
	justify-content: start;
	flex-wrap: wrap;
}
#main_gallery #main_row div ul li:last-child {
	margin-right: 0;
}
#main_gallery .full_img_wapper {
	background-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	float: left;
	height: 614px;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}
#main_gallery .thumb {
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: 0;
	box-sizing: border-box;
	cursor: pointer;
	display: table-cell;
	_float: left;
	height: 164px;
	vertical-align: middle;
	width: 164px;
}
#main_gallery .thumb > img {
	display: table-cell;
	height: auto;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	width: auto;
}
#main_gallery #main_row div#row1 ul:first-child li:first-child .imagsbox_w {
	z-index: 1;
}
#main_gallery #main_row input {
	display: none;
}
#main_gallery #main_row input:checked ~ .imagsbox_w {
	z-index: 2;
}
#right_box {
	position: relative;
	z-index: 1;
	margin-bottom:0px;
	height: auto;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #d4d4d4 #f9f9f9;
}
.desc-hedtitle p {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.3px;
	font-weight: 600;
	font-family: "Jost", sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 7px 5px;
	margin-bottom: 0;
	max-width: 100%;
	background: #6e6e6e;
}
.desc-hedtitle p:last-child{
	margin-bottom: 0;
}
.desc-rd.desc-text li:last-child{
	margin-bottom: 0;
}
.desc-rd li {
	margin-bottom: 10px;
}
.product-text {
	margin-top: 10px;
	margin-bottom: 40px;
}
.desc-rd.desc-text li {
	padding-left: 18px;
	letter-spacing: 0.30px;
	position: relative;
	font-family: "Jost", sans-serif !important;
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	color: #353535;
	margin: 0 0 10px 0;
}
.desc-rd.desc-text li::after {
	content: '';
	background-image: url(../images/list_style.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}
#main_gallery div.imagsbox_w .imagsbox {
	display: flex;
	height: 100%;
	max-width: 100%;
	padding: 0;
	width: 100%;
	background-color: #fff;
}
#main_gallery div.imagsbox_w .full-img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
}
#main_gallery div.imagsbox_w {
	border: 1px solid #dadada;
	border-radius: 0px;
	bottom: 0;
	height: 97%;
	left: 0px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 0px;
	width: 66%;
}
#main_gallery #main_row div ul li {
	float: right;
	height: auto;
	margin: 0 0px 20px 22px;
	padding: 0;
	width: auto;
}
@media screen and (max-width: 1199px) {
	.listing_section .container {
		max-width: 100%;
		padding: 0 20px;
	}
	.product-text .container {
		max-width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width:1079px){
	#main_gallery div.imagsbox_w {
		width: 63%;
	}
}
@media screen and (max-width: 1024px) {
	#main_gallery div.imagsbox_w {
		width: 100% !important;
		height: 400px;
		left: 0;
    	margin: 10px auto 0;
    	right: 0;
    	top: 0 !important;
	}
	#main_gallery .thumb > img {
		max-height: 100%;
		max-width: 100%;
	}
	#main_gallery #main_row {
		width: 100%;
		margin: 20px auto 0;
	}
	#main_gallery .full_img_wapper {
		height: 430px;
		width: 100%;
	}
	.product-text {
		margin-top: 0px;
	}
	#main_row > div {
		float: none;
		margin: 0 auto !important;
		text-align: center;
		max-width: 100%;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#main_gallery #main_row div ul li {
		margin: 0 8px 20px 8px;
	}
	#main_gallery div.imagsbox_w .imagsbox {
		height: 100% !important;
		display: flex;
		margin: 0 auto;
	}
	#main_gallery #main_row .thumb {
		width: 55px;
		height: 55px;
	}
	#main_gallery {
		margin: 0px 0 0px;
		padding: 0 0px 20px;
		width: 100%;
		min-height: auto;
	}
}
@media screen and (max-width: 767px) {
	.main_title p {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 480px) {
	#main_gallery #main_row div ul li {
		margin: 0 5px 10px 5px;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.top_newsletter_link ul li {
		padding: 0px 8px 0px;
	}
	.top_newsletter_link ul li a {
		font-size: 12px;
	}
	.main_title p {
		font-size: 17px;
	}
	.desc-hedtitle p {
		font-size: 17px;
	}
	.pro-and-about {
		padding: 13px;
	}
}
/*============================================
			image Css END
============================================*/
/*============================================
			Banner CSS START
============================================*/
.banner_res {
	display: none !important;
}
#slidersection {
	margin: 0px auto 40px;
	text-align: center;
	max-width: 1400px;
}
  .slider {
    padding: 0;
    margin: 0;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .slider ul {
    width: 1000%;
    height: auto;
    position: relative;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    -moz-animation:slide-animation 10s infinite;
    -webkit-animation:slide-animation 10s infinite;
  }
  .slider li {
    width: 10%;
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
  }
  img {
    max-width: 100%;
  }
  @-webkit-keyframes slide-animation {
	  	1% {
		  left: 0%;
		  opacity: 1;
		}
	  20% {
		  left: 0%;
		  opacity: 1;
		}
		  25%{
			opacity: 0.2;
		  }
		33.33% {
		  left: -100%;
			opacity: 1;
		}
	  50% {
		  left: -100%;
			opacity: 1;
		}
	  75% {
		  opacity: 0.2;
		}
	  83.33% {
		  left: -200%;
			opacity: 1;
		}
	  95% {
		  left: -200%;
			opacity: 1;
		}
	  100% {
		  left: 0%;
		}

  }
  @-moz-keyframes slide-animation {
    	1% {
		  left: 0%;
		  opacity: 1;
		}
	  20% {
		  left: 0%;
		  opacity: 1;
		}
		  25%{
			opacity: 0.2;
		  }
		33.33% {
		  left: -100%;
			opacity: 1;
		}
	  50% {
		  left: -100%;
			opacity: 1;
		}
	  75% {
		  opacity: 0.2;
		}
	  83.33% {
		  left: -200%;
			opacity: 1;
		}
	  95% {
		  left: -200%;
			opacity: 1;
		}
	  100% {
		  left: 0%;
		}

  }
@media screen and (max-width: 767px){
	.main_banner{
		display: none;
	}
	.banner_res{
		display: block !important;
		margin: 0 auto;
	}
}
/*============================================
			Banner CSS END
============================================*/
/*================================== PROMOTION CSS START  ================================== */
.promotion_bg {
	margin: -50px 0 40px 0;
}
.promotion_wrapper {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 0px;
	box-shadow: 0px 0px 25px 0px rgba(163, 163, 163, 0.25);
}
.promo_main {
	display: flex;
	grid-column-gap: 16px;
	padding: 0 40px;
	border-right: 1px solid #e9e9e9;
	transition: all 0.5s ease-in-out;
}
.promo_main:last-child{
	border-right: none;
}
.promo_icon img {
	transition: all 0.5s ease-in-out;
}
.promo_main:hover img {
	transform: rotateY(360deg);
}
.promo_box {
	display: flex;
	align-items: center;
	justify-content: center;
}
.promo_text h1 {
	font-size: 15px;
	letter-spacing: 0.65px;
	font-family: "Jost", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 3px;
}
.promo_text p {
	font-size: 13px;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	color: #000000;
	margin-bottom: 0;
	letter-spacing: 0.80px;
	text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
	.promo_main {
		padding: 0 22px;
	}
}
@media screen and (max-width: 991px) {
	.promo_box {
		display: grid;
		align-items: center;
		justify-content: center;
		grid-template-columns: repeat(2, 1fr);
	}
	.promo_main:nth-child(1), .promo_main:nth-child(2){
		margin: 0 0 30px 0;
	}
	.promo_main:nth-child(2){
		border-right: none;
	}
}
@media screen and (max-width: 767px) {
	.promo_main{
		padding: 0;
		border-right: none;
	}
	.promo_box {
		grid-template-columns: repeat(1, 1fr);
	}
	.promotion_wrapper {
		padding: 30px 30px;
		margin: 0 auto 30px;
		width: 60%;
	}
	.promo_main:nth-child(3){
		margin: 0 0 30px 0;
	}
}
@media screen and (max-width:575px) {
	.promotion_wrapper {
		width: 63%;
	}
}
@media screen and (max-width:480px) {
	.promotion_wrapper {
		width: 88%;
	}
}
@media screen and (max-width:361px) {
	.promotion_wrapper {
		width: 100%;
	}
}
/*================================== PROMOTION CSS END  ================================== */
/*============================================
			feature CSS START
============================================*/
.feature_section {
	padding: 55px 0 100px 0;
	background: #f9f3f2;
}
.feature-title {
	margin: 0 auto;
	text-align: center;
}
.feature-title h1 {
	font-size: 30px;
	font-weight: 300;
	font-family: "Jost", sans-serif;
	color: #191919;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0px 0 30px;
	line-height: 32px;
}
.cate_box {
	position: relative;
	display: table;
	margin: 0 auto 25px;
}
.feature_box {
	position: relative;
	display: block;
	overflow: hidden;
	transition: all .5s ease-in-out;
	border: 2px solid #ffffff;
	border-radius: 10px;
	margin: 0 0 10px 0;
}
.cate_box:hover .feature_box {
	outline-offset: 0;
	outline-color: transparent;
}
.cate_box .feature_box a img {
	transition: all 0.8s ease-in-out;
	position: relative;
	z-index: 1;
}
.cate_box:hover .feature_box img {
	transition: all .8s ease-in-out;
  	transform: scale(1.1);
  	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-ms-transform: scale(1.1);
  	-o-transform: scale(1.1);
  	-webkit-transition: all .8s ease-in-out;
  	-moz-transition: all .8s ease-in-out;
  	-ms-transition: all .8s ease-in-out;
  	-o-transition: all .8s ease-in-out;
}

/* .cate_box:hover .fat_text h1{
	padding: 17px 3px 17px;
} */
.cate_box .fat_text h1 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.50px;
	transition: all 0.8s ease-in-out;
	text-transform: uppercase;
	display: block;
	font-family: "Jost", sans-serif;
	text-align: left;
	color: #000;
	padding: 0 0 0 50px;
	position: relative;
}
.cate_box .fat_text h1::before {
	position: absolute;
	content: '';
	border: 1px solid #000000;
	width: 37px;
	height: 0;
	top: 0;
	bottom: 0;
	right: auto;
	left: 0;
	margin: auto;
}
/* .cate_box:hover .fat_text h1 {
	color: #341c02;
} */
.feature_section .button.view_all_btn {
	text-align: center;
}
.button a {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.5px;
	transition: all 0.8s ease-in-out;
	text-align: center;
	margin: 0 auto;
	padding: 12px 20px;
	display: inline-block;
	position: relative;
	background: transparent;
	overflow: hidden;
	z-index: 1;
	font-family: "Jost", sans-serif;
	text-transform: uppercase;
	line-height: 20px;
	border: 1px solid #000000;
}
.button a:hover{
	background-color: #ba4444;
	color: #ffffff;
}
.view_all_btn i {
	font-size: 18px;
	padding-left: 8px;
}
.promo_icon {
	display: grid;
	align-items: center;
}
.promo_icon img {
	transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 991px){
	.feature_section {
		padding: 35px 0 90px 0;
	}
}
@media only screen and (max-width: 767px){
	.feature-title h1 {
		font-size: 28px;
		line-height: 30px;
	}
}
@media only screen and (max-width: 480px){
	.feature-title h1 {
		font-size: 25px;
		margin: 0px 0 20px;
	}
}
@media only screen and (max-width:361px){
	.feature-title h1 {
		font-size: 24px;
		letter-spacing: 2px;
	}
}
/*============================================
			feature CSS END
============================================*/


/* ABOUT1 CSS START */
.about_wrapper {
	margin: 0px 0px 40px;
	position: relative;
}
.about_img {
	margin-left: -145px;
}
.about_content {
	text-align: center;
	position: relative;
}
.about_wrapper::after {
	position: absolute;
	content: '';
	background: url("../images/about_ring.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: 0;
	bottom: 0;
	width: 398px;
	height: 524px;
	right: 0;
	margin: auto;
}
.about_content h4 {
	font-size: 25px;
	line-height: 27px;
	font-weight: 400;
	font-family: "Jost", sans-serif;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 20px 0;
}
.about_content img {
	margin: 0 0 25px 0;
}
.about_content h6::before {
	position: absolute;
	content: '';
	width: 30px;
	height: 2px;
	border: 1px solid #000000;
	top: 0;
	bottom: auto;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.about_content h6 {
	font-size: 30px;
	font-weight: 400;
	color: #ba4444;
	font-family: "Playfair Display", serif;
	line-height: 32px;
	padding: 17px 0 0 0;
	position: relative;
	margin: 0 0 20px 0;
}
.about_content p {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	font-family: "Jost", sans-serif;
	line-height: 26px;
	letter-spacing: 0.50px;
	margin-bottom: 30px;
}
.about_button a {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.30px;
	transition: all 0.8s ease-in-out;
	text-align: center;
	margin: 0 auto;
	padding: 12px 40px;
	display: inline-block;
	position: relative;
	background: transparent;
	overflow: hidden;
	z-index: 1;
	font-family: "Jost", sans-serif;
	text-transform: uppercase;
	line-height: 18px;
	border: 1px solid #000000;
}
.about_button a:hover {
	background-color: #ba4444;
	color: #ffffff;
}
.about_button img {
	margin: 0 10px 0 0;
}
@media screen and (max-width:1300px) {
	.about_img {
		margin-left: -15px;
	}
	.about_wrapper::after {
		width: 378px;
		height: 454px;
	}
}
@media screen and (max-width: 1199px) {
	.about_content h3 {
		margin-bottom: 30px;
	}
	.about_content h4 {
		margin: 0 0 10px 0;
	}
	.about_content p {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 22px;
	}
	.about_logo {
		width: 35%;
		margin: 0 auto;
	}
	.about_content h6 {
		font-size: 27px;
	}
}
@media screen and (max-width: 991px) {
	.about_content p {
		margin-bottom: 25px;
		font-size: 18px;
	}
	.about_wrapper {
		margin: 0px 0px 60px;
	}
	.about_wrapper::after {
		top: auto;
		bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	.about_img {
		text-align: center;
		margin-left: 0;
	}
}
@media screen and (max-width: 575px) {
	.about_wrapper::after {
		width: 308px;
		height: 384px;
	}
}
@media screen and (max-width: 480px) {
	.about_content p {
		font-size: 16px;
	}
	.about_logo {
		width: 30%;
	}
	.about_content h6 {
		font-size: 23px;
	}
}
@media screen and (max-width: 361px) {
	.about_content h6 {
		font-size: 20px;
	}
}
/* ============================== ABOUT1 CSS END ============================== */
/*============================================
			TAB CSS START
============================================*/
.clear {
	clear: both;
}
.tab [type=radio] {
	display: none
}
.customsearchbox input[type="checkbox"],
input[type="radio"] {
	margin: 4px 0 0;
	line-height: normal;
	display: none;
}
.tabsbottom label {
	display: inline-block;
	margin: 0;
	padding: 20px 10px;
	text-align: center;
	cursor: pointer;
	color: #000000;
	background-color: #FFF;
	font-weight: 500;
	font-size: 18px;
	width: 33.33%;
	font-family: "Jost", sans-serif;
	transition: all .5s ease-in-out;
	letter-spacing: 0.3px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 4px solid #fff;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	margin: -10px 0;
	text-transform: uppercase;
}
.tabsbottom {
	margin-bottom: 35px;
}
.tabsbottom label:hover {
	background: #fff;
	border-bottom-color: #d6b1a7;
	padding:30px 10px;
}
.tabsbottom input:checked + label {
	background: #fff;
	border-bottom-color: #d6b1a7;
	padding:30px 10px;
}
.tabsbottom label:hover .message_res{
	display:block;
}
.tabsbottom label:hover .message_desk{
	display:none;
}
.tabsbottom input:checked + label .message_res{
	display:block;
}
.tabsbottom input:checked + label .message_desk{
	display:none;
}
#table1:checked~#content1,
#table2:checked~#content2,
#table3:checked~#content3,
#table4:checked~#content4,
#table5:checked~#content5,
#table6:checked~#content6,
#table7:checked~#content7 {
	display: block !important;
	height: auto;
}
section ul {
	list-style: disc;
	padding: 0 0 0 15px;
	margin: 0;
}
section ul li {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.25px;
	color: #333333;
	font-family: "Jost", sans-serif;
	text-align: left;
	margin: 0 0 5px 0;
}
section p {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.25px;
	color: #333333;
	font-family: "Jost", sans-serif;
	text-align: left;
	
}
section p:last-child{
	margin: 0;
}
section b {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.30px;
	color: #000000;
	font-family: "Lato", sans-serif;
	text-align: left;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	display: inline-block;
}
.tabsbottom label .message_desk{
	transition: all 0.5s ease-in-out;
}
.tabsbottom label .message_res{
	display:none;
	transition: all 0.5s ease-in-out;
}
.tabsbottom label img {
	transition: all 0.5s ease-in-out;
	margin: 0 0 10px 0;
}
section {
	display: none !important;
	padding: 30px 20px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
}
/* .tabs {
	position: relative;
	margin: 20px 0;
	padding: 10px 0 0;
	height: auto
} */
@media screen and (max-width: 767px) {
	.tabsbottom label {
		width: 100%;
		margin: 0;
	}
	.tabsbottom input:checked + label {
		padding: 20px 10px;
	}
	.tabsbottom label:hover {
		padding: 20px 10px;
	}
}
@media screen and (max-width: 575px){
	.tabs label, .tabsbottom label{
		width: 100%;
		margin-right: 0;
	}
	.tabs .tab, .tabsbottom label {
		-webkit-box-ordinal-group: unset;
		-webkit-order: initial;
		-ms-flex-order: initial;
		order: initial;
	}
	.tabs label:nth-child(8) {
		border-radius: 0;
	}
	.tabsbottom label:nth-child(3) {
		margin-left: auto;
	}
	.tabsbottom label:nth-child(7) {
		margin-left: auto;
	}
	.tabsbottom {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 480px) {
	.message_desk {
		width: 50px;
		margin: 0 auto;
	}
	.about_content h4 {
		font-size: 20px;
		line-height: 22px;
	}
	.about_content h4::before {
		top: 30px;
		left: 20px;
	}
	.about_content h4::after {
		top: 30px;
		right: 20px;
	}
	.message_res {
		width: 50px;
		margin: 0 auto;
	}
}
/*============================================
			TAB CSS END
============================================*/

/*============================================
		footer CSS START
============================================*/
.store_footer_wapper {
	padding: 45px 0;
	background-color: #f6f6f6;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
	display: flex;
	gap: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.store_footer_wapper .footer_logo_bottom{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_menu ul li a {
	font-size: 16px;
	color: #000000;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	transition: 0.5s all ease-in-out;
	text-transform: uppercase;
	line-height: 18px;
}
.footer_menu ul li a::before {
	content: '';
	background-color: #626262;
	position: absolute;
	height: 2px;
	width: 0%;
	bottom: -21px;
	left: 0;
	right: 0;
	/* margin: auto; */
	transition: all .5s ease-in-out;
}
.footer_menu ul li a:hover::before {
	width: 100%;
}

.footer_top_menu {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_menu ul li a {
	position: relative;
}
.footer_block.footer_block03 {
	text-align: center;
}
.store_footer_wapper .col-md-5 .footer_menu ul li{
	position: relative;
}
.footer_bottom {
	padding: 10px 0;
	position: relative;
	background: #ba4444;
}
.dezign_copyright {
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #dddddd;
	font-weight: 500;
	font-family: "Jost", sans-serif;
	text-align: left;
}
.dezign_copyright span {
	font-size: 17px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 500;
	font-family: "Jost", sans-serif;
	text-transform: uppercase;
}
.dezign_by {
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 500;
	font-family: "Jost", sans-serif;
	text-align: right;
}
.dezign_by span {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	font-family: "Jost", sans-serif;
	letter-spacing: 0.50px;
}
@media screen and (max-width: 1199px) {
	.footer_menu ul {
		gap: 20px;
	}
}
@media screen and (max-width: 991px){
	.dezign_by {
		text-align: center;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom: 8px;
	}
	.footer_block.footer_block03 {
		margin: 20px 0 0px 0;
	}
	.footer_block_titel {
		font-size: 16px;
	}
	.store_footer_wapper .footer_logo_bottom {
		margin: 0 0 25px 0;
	}
	.footer_menu ul {
		gap: 25px;
	}
	.footer_block_titel {
		font-size: 17px;
	}
}
@media screen and (max-width:575px){
	.footer_menu ul {
		gap: 12px;
	}
}
@media screen and (max-width:480px){
	.footer_menu ul {
		display: block;
		text-align: center;
		border-bottom: 0;
		padding: 0 0 0px 0;
	}
	.footer_menu ul li a::before {
		bottom: -9px;
	}
	.footer_menu ul li {
		margin: 0 0 20px 0;
	}
}
/*================================== REVIEWS CSS START  ================================== */
.guaranteed-head {
	margin-bottom: 60px;
	text-align: center;
	position: relative;
}
.guaranteed-head h5 {
	font-size: 28px;
	font-weight: 300;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
	letter-spacing: 0.80px;
	display: inline-block;
	position: relative;
	font-family: "Jost", sans-serif;
}
.guaranteed-head h5::after {
	position: absolute;
	content: '';
	border: 1px solid #000000;
	width: 100px;
	height: 2px;
	top: 0;
	bottom: 0;
	right: 400px;
	left: auto;
	margin: auto;
}
.guaranteed-head h5::before {
	position: absolute;
	content: '';
	border: 1px solid #000000;
	width: 100px;
	height: 2px;
	top: 0;
	bottom: 0;
	right: auto;
	left: 400px;
	margin: auto;
}
.ebay_logo {
	width: 70px;
	height: 70px;
	border: 3px solid #0365d3;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -65px auto 0;
	background-color: #fff;
}
.guaranteed_box {
	text-align: center;
	padding: 31px 15px 30px;
	margin-bottom: 40px;
	position: relative;
	border: 2px solid #efefef;
}
.guaranteed_box::after {
	content: '';
	background-image: url(../images/coma.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 34px;
	top: 20px;
	width: 46px;
	height: 40px;
}
.guaranteed_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.guaranteed_name {
	font-size: 17px;
	color: #000000;
	font-weight: 700;
	margin: 0;
	font-family: "Jost", sans-serif;
	line-height: 22px;
}
.guaranteed_text {
	font-size: 20px;
	color: #555555;
	font-weight: 400;
	font-family: "Jost", sans-serif;
	line-height: 27px;
	margin: 45px 0px 25px;
	letter-spacing: 0.30px;
}
@media screen and (max-width: 1199px) {
	.guaranteed_name {
		font-size: 13px;
	}
	.guaranteed_text {
		font-size: 18px;
		line-height: 25px;
	}
}
@media screen and (max-width: 991px) {
	.guaranteed_wapper .container .col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.guaranteed_name {
		font-size: 17px;
	}
	.guaranteed_wapper .container .row {
		display: flex;
		justify-content: center;
		gap: 25px 0;
	}
	.ebay_logo {
		margin: -47px auto 0;
	}
	.guaranteed-head {
		margin-bottom: 55px;
	}
}
@media screen and (max-width: 767px) {
	.guaranteed-head h5 {
		font-size: 23px;
	}
	.guaranteed-head p {
		font-size: 35px;
	}
	.guaranteed_box {
		padding: 5px 15px 23px;
		width: 70%;
		margin: 0 auto 40px;
	}
	.guaranteed_name {
		font-size: 17px;
	}
	.guaranteed-head h5::after {
		width:50px;
		right: 340px;
	}
	.guaranteed-head h5::before {
		width: 50px;
		left: 340px;
	}
	.guaranteed_wapper {
		margin: 0 0 10px 0;
	}
}
@media screen and (max-width: 575px) {
	.guaranteed-head h5 {
		font-size: 23px;
	}
	.guaranteed-head p {
		font-size: 24px;
	}
	.guaranteed_box {
		padding: 5px 9px 23px;
		width: 80%;
		margin: 0 auto 40px;
	}
	.guaranteed-head h5 {
		font-size: 20px;
	}
	.guaranteed-head h5::after {
		width: 50px;
		right: 300px;
	}
	.guaranteed-head h5::before {
		width: 50px;
		left: 300px;
	}
}
@media screen and (max-width:480px){
	.guaranteed_text {
		margin: 15px 0px 15px;
	}
	.guaranteed-head h5 {
		font-size: 17px;
	}
	.guaranteed-head {
		margin-bottom: 30px;
	}
	.guaranteed_name {
		font-size: 14px;
	}
	.guaranteed_box {
		padding: 28px 10px;
		width: 90%;
		margin: 0 auto 30px;
	}
	.guaranteed-head h5::after {
		width: 25px;
		right:245px;
	}
	.guaranteed-head h5::before {
		width: 25px;
		left: 245px;
	}
}
@media screen and (max-width:361px){
	.guaranteed-head p {
		font-size: 18px;
	}
	.guaranteed-head h5 {
		font-size: 15px;
	}
	.guaranteed_box {
    	width:100%;
	}
	.guaranteed-head h5 {
		font-size: 16px;
	}
	.guaranteed-head h5::after {
		width: 10px;
		right: 240px;
	}
	.guaranteed-head h5::before {
		width: 10px;
		left: 240px;
	}
}
/*================================== REVIEWS CSS END  ================================== */