@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');
*{
    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;
}
a:hover{
    text-decoration: none !important;
}
ul{
    list-style: none;
}
/* ============================== HEADER CSS START ============================== */
.main_dezign_brain_header {
	margin: 0px 0 25px 0;
}
.promo_top_text {
	background-color: #191919;
}
.welcom_text img{
    margin-right: 5px;
    margin-bottom: 5px;
}
.welcom_text {
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.50px;
	font-family: "Poppins", sans-serif;
	line-height: 20px;
}
.welcom_text span {
	font-size: 15px;
	letter-spacing: 0.50px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
	font-family: "Poppins", sans-serif;
	color: #ffffff;
}
.top_newsletter_link ul {
	display: flex;
	list-style: none;
	justify-content: end;
	margin-bottom: 0px;
}
.top_newsletter_link ul li {
	background-color: transparent;
	transition: all .5s ease-in-out;
}

.top_newsletter_link ul li a {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.6px;
	transition: all .5s ease-in-out;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
	padding: 8px 20px;
	display: inline-block;
	text-decoration: none;
	position: relative;
}
.main_menu ul li a:hover{
	color: #65674c;
}
.top_newsletter_link img {
	margin-right: 5px;
	margin-bottom: 5px;
}
.top_newsletter_link ul li:hover{
    text-decoration: none;
	background-color: #c3a90e;
}
.top_section1 {
	padding: 15px 0;
	background-color: #ffffff;
}
.main_menu ul li a i {
	margin-right: 3px;
	color: #c3a90e;
}
.main_menu_mobile{
	display: none !important;
}
.menu{
	padding: 10px 0;
	position: relative;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content: end;
}
.main_menu ul li {
	padding: 0px 25px;
	position: relative;
}
.main_menu.right ul li {
	padding: 0px 25px;
	position: relative;
}
.main_menu.right ul {
	margin-bottom: 00px;
	display: flex;
	justify-content: start;
	list-style: none;
}
.top_section {
	background-color: #ffffff;
}
.top_newsletter_link ul li a::after {
	content: '';
	position: absolute;
	background-color:rgba(255, 255, 255, 0.2);
	height: 14px;
	width: 1px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.top_newsletter_link ul li:nth-child(2) a::after {
	display: none;
}

.top_section1 .container .row .col-md-5 .main_menu::after {
	content: '';
	background: #cccccc;
	height: 1px;
	width: 70%;
	position: absolute;
	left: 60px;
	right: 0;
	bottom: -16px;
	margin: auto;
}
.top_section1 .container .row .col-md-5 .main_menu.right::after{
	content: '';
	background: #cccccc;
	height: 1px;
	width: 70%;
	position: absolute;
	left: 0;
	right: 60px;
	bottom: -16px;
	margin: auto;
}
.main_menu ul li a {
	font-size: 14px;
	letter-spacing: 0.30px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #111111;
	text-decoration: none;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
}
.main_menu ul li a:hover{
	color:#636b2f;
}
.top_header {
	text-align: center;
	margin: -45px auto 0;
}
.Verifie-icon {
	width: 50px;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Verifie-main1 {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
}
.Verifie-main1.box {
	justify-content: end;
}
.Verifie-text1 h1 {
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	margin-bottom: 0;
	color: #282827;
	letter-spacing: 0.30px;
	text-transform: inherit;
}
.Verifie-text1 p {
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #666666;
	margin-bottom: 0;
	letter-spacing: 0;
}
/* mobile-menu-css-tart */
.amon {
	color: #67694e;
	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: 0;
	z-index: 1;
	margin-top: -12px;
}
.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;
	background-color: #c3a90e;
	display: inline-grid;
	width: 180px;
	overflow: hidden;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
	line-height: 40px;
	padding: 0 15px;
}
.amon ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	transition: all .5s ease-in-out;
}
.amon ul li a:hover {
	background-color: #021723;
}
.amon ul li {
	width: 65px;
	overflow: hidden;
	text-align: center;
	letter-spacing: -5px;
}
.open-text .amon ul li {
	width: 100%;
	letter-spacing: 1px;
	padding: 0px;
}
.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: #c3a90e;
	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;
}

/* Header_responsive */
@media screen and (max-width: 1199px) {
	.main_menu ul li {
		padding: 0px 18px;
		position: relative;
	}
}
@media screen and (max-width: 1024px) {
	.main_menu ul li {
		padding: 0px 0 0 21px;
	}
	.main_menu.right ul li {
		padding: 0px 15px 0 20px;
	}
}
@media screen and (max-width: 991px) {
	.top_section1 {
		display: none;
	}
	.logo {
		width: 85%;
	}
	.top_header {
		margin: 0 ;
	}
	.top_section .container .row .col-md-12 .logo_wrapper {
		display: flex;
		justify-content: space-between !important;
		padding: 20px 0;
		position: relative;
		align-items: center;
	}
	.top_section .container .row .col-md-12{
		order: -1;
	}
    .menu{
        display: none;
    }
    .menu .col-md-12{
        text-align: right;
    }
	.mobile_menu{
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.welcom_text {
		text-align: center;
		margin: 10px 0 5px 0;
		font-size: 13px;
		letter-spacing: 0.3px;
	}
	.Verifie-main1 {
		justify-content: center !important; 
	}
	.top_section .container .col-md-6 .top_1 {
		margin-bottom: 20px;
	}
	.top_newsletter_link ul {
		justify-content: center;
	}
}
@media screen and (max-width: 480px){
	.logo {
		width: 60%;
	}
	.menu-links {
		top: 45px;
	}
	.top_section .container .col-md-6 .top_1 {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 361px){
	.welcom_text img {
		margin-right: 3px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 360px){
	.top_newsletter_link ul li a {
		font-size: 12px;
		padding: 8px 15px;
	}
}
/* ============================== HEADER CSS END ============================== */
.banner_res {
	display: none !important;
}
@media screen and (max-width: 767px){
	.main_banner{
		display: none;
	}
	.banner_res{
		display: block !important;
		margin: 0 auto;
	}
}
/*============================================
			Banner CSS END
============================================*/
/*================================== PROMOTION CSS START  ================================== */
.Prmotion_wrepper {
	margin: 0 0 50px 0;
}
.promo_wrapper {
	box-shadow: #0003 0 16px 50px -34px,#00000069 0 -22px 50px -41px;
	background-color: #fff;
}
.promotion {
	width: 100%;
	display: flex;
	justify-content: center;
}
.promotion_box {
	display: flex;
	align-items: center;
	transform-style: preserve-3d;
	transition: all 0.5s ease-in-out;
	position: relative;
	/* width: 25%; */
	justify-content: center;
	border-right: 1px solid rgba(00, 0, 0, 0.1);
	padding: 32px 18px;
}
.promotion_box:nth-child(4){
	border-right: none;
}
.promotion_icon img {
	transition: all 0.5s ease-in-out;
}
.promotion_box:hover img {
	transform: rotateY(360deg);
}
.promotion_text {
	padding: 0 0 0 10px;
}
.promotion_text h2 {
	font-size: 18px;
	font-weight: 600;
	color: #010101;
	letter-spacing: 0.20px;
	font-family: "Poppins", sans-serif;
	margin-bottom: 0px;
}
/* pramotion_responsiv */

@media only screen and (max-width: 1199px) {
	.promotion_text h2 {
		font-size: 15px;
	}
	.promotion_box {
		padding: 32px 12px;
	}
}
@media only screen and (max-width: 991px) {
	.promotion {
		flex-wrap: wrap;
		justify-content: center;
	}
	.promotion_box {
		width: 50%;
		padding: 20px 0px;
	}
	.promotion_box:nth-child(2){
		border-right: none;
	}
	.promotion_text h2 {
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px) {
	.promotion_text h2 {
		font-size: 17px;
	}
	.promotion_box {
		padding: 13px 0px;
	}
}
@media only screen and (max-width: 575px) {
	.promotion_text h2 {
		font-size: 18px;
	}
	.promotion_box {
		padding: 10px 0px;
	}
	.promotion_box {
		width: 80%;
		border-right: none;
	}
	.promo_wrapper {
		padding: 10px 0;
	}
}
@media only screen and (max-width:480px) {
	.promotion_box {
		width: 100%;
		border-right: none;
	}
	.promotion_text h2 {
		font-size: 16px;
	}
}
/*================================== PROMOTION CSS END  ================================== */
/* ============================== PRODUCT_DES3 CSS START ============================== */
#right_box .desc-rd.desc-text {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	overflow: auto;
	scrollbar-color: #d4d4d4 #F8F8F8;
	max-height: 597px;
	height: auto;
}
.desc-text h5 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 20px;
}
#right_box .desc-rd table td {
	font-size: 15px;
	font-weight: normal;
	position: relative;
	color: #333333;
	padding: 4px 8px;
}
#right_box .desc-rd table tr td:first-child {
	padding-left: 0px;
	padding-right: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
#right_box .desc-rd table tr td:first-child::after {
	position: absolute;
	content: ":";
	right: 0px;
	font-weight: 600;
	font-size: 15px;
	line-height: 23px;
}

/* 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 {
	max-width: 640px;
	margin: 0 auto;
}
.img-holder {
	display: none;
}
.img-holder .imgBox {
	cursor: zoom-in;
	margin: 15px 0 20px;
}
.main_title {
	font-size: 20px;
	letter-spacing: 0.3px;
	font-weight: 600;
	padding: 5px 6px;
	color: #fff;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Poppins", sans-serif !important;
	text-align: center;
	background-color: #191919;
	text-transform: capitalize;
}
.listing_content {
	width: 100%;
	margin: 0px auto 15px;
	display: table;
	padding: 00;
}
#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: 739px;
	margin: 0 auto;
	max-width: inherit;
	overflow: hidden;
	text-align: center;
	width: auto;
	z-index: 500;
	margin-right: 0px;
	display: flex;
	justify-content: end;
}
.section-tittle span {
	color: #2ECC87 !important;
	text-transform: capitalize;
}
.section-tittle.box {
	text-transform: capitalize !important;
}
#main_row > div {
	margin-top: 0;
	width: 380px;
}
#main_gallery #main_row div ul {
	display: flex;
	height: auto;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	width: auto;
	flex-wrap: wrap;
	justify-content: start;
	margin-left: auto;
	margin-right: 0;
}
#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;
	height: 0;
	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;
	overflow: hidden;
}
#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;
}
#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%;
	overflow: hidden;
}
#main_gallery #main_row div ul li {
	height: auto;
	margin: 0 0px 20px 23px;
	padding: 0;
	width: auto;
}
@media only screen and (max-width: 1199px) {
	.listing_section .container {
		max-width: 100%;
		padding: 0 20px;
	}
  }
@media only screen and (max-width: 1079px) {
	#main_gallery div.imagsbox_w {
		width: 63%;
	}
  }
@media only screen and (max-width: 1024px) {
	#main_gallery .full_img_wapper {
	  height: 395px;
	  width: 100%;
	}
	#main_gallery #main_row {
		width: 100%;
		margin: 20px auto 0;
	}
	#main_row > div {
		max-width: 100%;
		float: none;
		margin: 0 auto !important;
		text-align: center;
		width: 100%;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		gap: 0 5px;
	}
	#main_gallery #main_row div ul li {
		margin: 0 0px 0px 0px;
	}
	#main_gallery .thumb {
		height: 100px;
		width: 100px;
	}
	#main_gallery div.imagsbox_w {
		width: 100% !important;
		height: 400px;
	}
	#main_gallery #main_row {
		height: auto;
	}
  }
  @media only screen and (min-width: 320px) and (max-width: 1024px) {
	.main_title {
		margin-bottom: 5px;
	}
	#listingarea {
		margin-bottom: 0px;
	}
	#main_gallery {
		margin: 0px 0 0px;
		padding: 0 0px 0px;
		width: 100%;
		min-height: auto;
	}
	#main_gallery .full_img_wapper {
		background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
		height: 410px;
		width: 100%;
	}
	#main_gallery #main_row div ul {
		width: auto;
		margin: 0 auto;
		flex-wrap: wrap;
		grid-row-gap: 10px;
	}
	#main_gallery #main_row div ul li {
		float: left;
	}
	#main_gallery #main_row .thumb {
		width: 55px;
		height: 55px;
	}
	#main_gallery #main_row .thumb img {
		max-height: 55px;
		max-width: 55px;
	}
	#main_gallery div.imagsbox_w {
		left: 0;
		margin: 10px auto 0;
		right: 0;
		top: 0 !important;
	}
	#main_gallery div.imagsbox_w .imagsbox {
		height: 100% !important;
		display: flex;
		margin: 0 auto;
	}
	#main_gallery div.imagsbox_w .full-img {
		max-height: calc(100% - 20px);
		max-width: calc(100% - 20px);
	}
	.listing_content {
		margin: 0px auto 25px;
	}
}
.desc-hedtitle {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 0px;
	padding: 5px 3px;
	letter-spacing: 0.3px;
	z-index: 1;
	font-family: "Poppins", sans-serif;
	position: relative;
	text-align: center;
	line-height: 30px;
	text-transform: capitalize;
	background-color: #191919;
}
.desc-rd p {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.30px;
	font-weight: 400;
	color: #191919;
	font-family: "Poppins", sans-serif !important;
}
.desc-rd p:last-child{
	margin: 0;
}
.desc-rd.desc-text li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 33px;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.30px;
	font-weight: 400;
	color: #191919;
	font-family: "Poppins", serif !important;
}
.desc-rd.desc-text #customers tbody tr {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 13px;
	padding-left: 17px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.30px;
	font-weight: 500;
	color: #444;
	font-family: "Poppins", serif !important;
	display: block;
}
.desc-rd.desc-text #customers tbody td {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.30px;
	font-weight: 500;
	color: #444;
	font-family: "Poppins", serif !important;
}
.desc-rd.desc-text b {
	text-transform: capitalize;
	font-weight: 700;
	font-size: 21px;
	line-height: 26px;
	letter-spacing: 0.30px;
	color: #191919;
	font-family: "Poppins", serif !important;
	display: block;
	margin-bottom: 10px;
}
.product-text {
	margin: 0 0 40px 0;
}
.pro-and-about {
	padding: 20px;
	margin: 00px 0px 00px;
	border: 1px solid #d3d3d3;
}
@media only screen and (max-width: 1199px) {
	.product-text .container{
		max-width: 100%;
		padding: 0 20px;
	}
}
@media only screen and (max-width: 575px){
	.product-text {
		margin-top: 25px;
	}
}
/* ============================== PRODUCT_DES2 CSS END ============================== */

/*================================== BANNER CSS START  ================================== */
#dezign_home_banner {
	text-align: center;
	margin: 0px 0 40px 0;
}
.banner_section_res{
	display: none;
}
@media screen and (max-width: 991px) {
	#dezign_home_banner {
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width: 767px) {
	.banner_section_res {
		display: block;
		margin: 0 auto;
	}
	.banner_section{
		display: none;
	}
}
/*================================== BANNER CSS END  ================================== */
/* ABOUT1 CSS START */
.about_wrapper {
	margin: 0px 0px 60px;
}
.about_img {
	position: relative;
	text-align: center;
	padding: 0px 0 20px 15px;
}
.about_img::after {
	content: '';
	position: absolute;
	border: 5px solid #f2f2f2;
	border-radius: 30px;
	width: 95%;
	height: 95%;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.about_img img{
	border-radius:30px;
}
.about_title {
	position: relative;
	margin: 0 0 20px 0;
}
.about_title h2 {
	font-size: 34px;
	line-height: 37px;
	letter-spacing: 0.50px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 0px 0;
	display: inline-block;
	padding: 0 15px 0 0;
	background-color: #fff;
}
.about_title::after {
	content: '';
	position: absolute;
	background-color: #e7e7e7;
	width: 100%;
	height: 2px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.about_content h4 {
	font-size: 24px;
	font-weight: 500;
	color: #000000;
	font-family: 'Poppins', sans-serif;
	position: relative;
	letter-spacing: 1px;
	margin: 0px auto 15px;
	line-height: 28px;
}
.about_content h4 span{
	font-weight: 600;
}
.about_content h6 {
	font-size: 18px;
	font-weight: 500;
	color: #3a3a3a;
	font-family: 'Poppins', sans-serif;
	position: relative;
	letter-spacing: 0.3px;
	margin: 0;
	line-height: 28px;
}
.about_content p {
	font-size: 14px;
	font-weight: 400;
	color: #3a3a3a;
	font-family: 'Poppins', sans-serif;
	line-height: 27px;
	letter-spacing: 0.2px;
	margin-bottom: 20px;
}
.button.about i {
	padding-left: 10px;
	transform: rotate(-35deg);
	transition: all 0.5s ease-in-out;
}
.button:hover.about i {
	transform: rotate(0deg);
}
@media screen and (max-width: 1199px) {
	.about_content p {
		font-size: 13px;
		line-height: 24px;
	}
	.about_content h4 {
		font-size: 22px;
		margin: 0px auto 10px;
		line-height: 24px;
	}
	.about_content h6 {
		font-size: 17px;
	}
}
@media screen and (max-width: 1024px) {
	.about_content {
		padding: 10px 0px;
	}
}
@media screen and (max-width: 991px) {
	.about_img {
		margin: 0 auto;
		width: 80%;
	}
	.about_content {
		margin: 20px 0 0 0px;
		padding:0;
	}
	.about_content p {
		font-size: 14px;
		line-height: 27px;
	}
}
@media screen and (max-width: 767px) {
	.about_img {
		text-align: center;
		width: 100%;
	}
	.about_wrapper {
		margin: 0px 0px 40px;
	}
}
@media screen and (max-width: 480px) {
	.about_content h4 {
		font-size: 20px;
	}
	.about_title h2 {
		font-size: 29px;
		line-height: 32px;
	}
	.about_title {
		margin: 0 0 15px 0;
	}
	.about_content h6 {
		line-height: 23px;
	}
}
@media screen and (max-width: 361px) {
	.about_content h4 {
		font-size: 18px;
	}
}
/* ============================== ABOUT1 CSS END ============================== */

/* categories */
.feature_section {
	margin: 0px 0px 40px;
}
.feature-title {
	margin: 0 auto 35px;
	text-align: center;
	position: relative;
}
.feature-title::after{
	content:'';
	position:absolute;
	background-color:#e7e7e7;
	width:100%;
	height:2px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	z-index: -1;
}
.feature-title h4 {
	font-size: 24px;
	font-weight: 400;
	color: #191919;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0;
	line-height: 26px;
	font-family: "Lexend Deca", serif;
	display: inline-block;
	background-color: #fff;
	padding: 0 15px;
}
.cate_box {
	position: relative;
	margin: 0 auto 30px;
	display: table;
}
.feature_box {
	position: relative;
	margin: 0 auto;
	transition: all 0.5s ease-in-out;
}
.feature_box a{
	display:block;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}
.cate_box .feature_box a img {
	transition: all 0.8s ease;
}
.cate_box:hover .feature_box img {
	transition: all .5s 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);
}
.cate_box .fat_text h4 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.5px;
	transition: all 0.5s ease-in-out;
	text-transform: uppercase;
	display: block;
	color: #191919;
	padding: 13px 3px 0;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0;
}
.cate_box:hover .fat_text h4{
	color: #c3a90e;
}
.cate_box .fat_text h4 i{
	margin-left:5px;
}
.view_all_btn {
	text-align: center;
	margin: 0 auto;
}
.button a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.3px;
	font-family: "Poppins", sans-serif;
	transition: all 0.5s ease-in-out;
	text-align: center;
	margin: 0 auto;
	padding: 8px 15px;
	display: inline-block;
	position: relative;
	background: #c3a90e;
	overflow: hidden;
	z-index: 1;
	text-transform: uppercase;
}
.button a::after {
	content: '';
	position: absolute;
	background-color: #191919;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	bottom:0;
	margin:auto;
	overflow: hidden;
	z-index: -1;
	transition: all 0.5s ease-in-out;
}
.button a:hover::after {
	left:-50%;
}
.button a::before {
	content: '';
	position: absolute;
	background-color: #191919;
	width:51%;
	height: 100%;
	top:0;
	bottom:0;
	margin: auto;
	overflow: hidden;
	z-index: -1;
	transition: all 0.5s ease-in-out;
	right: 0;
}
.button a:hover::before {
	right:-51%;
}
.button.view_all_btn i {
	padding-left: 10px;
	transform: rotate(-35deg);
	transition: all 0.5s ease-in-out;
}
.button:hover.view_all_btn i {
	transform: rotate(0deg);
}
.promo_icon {
	display: grid;
	align-items: center;
}
.promo_icon img {
	transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 361px){
	.feature-title h4 {
		font-size: 20px;
		line-height: 23px;
	}
}
/*================================== MAIN 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: #000;
	background-color: #FFF;
	font-weight: 500;
	font-size: 18px;
	width: 33.33%;
	font-family: "Poppins", 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;
}
.tabsbottom {
	margin-bottom: 35px;
}
.tabsbottom label:hover {
	background: #fff;
	border-bottom-color: #c3a90e;
	padding:30px 10px;
}
.tabsbottom input:checked + label {
	background: #fff;
	border-bottom-color: #c3a90e;
	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 p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.30px;
	color: #333333;
	font-family: "Poppins", sans-serif;
	text-align: left;
	margin: 0 0 20px 0;
}
section p:last-child{
	margin: 0;
}
.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;
	}
	.message_res {
		width: 50px;
		margin: 0 auto;
	}
}
/*================================== MAIN TAB CSS END  ================================== */

/*============================================
			guaranteed CSS START
============================================*/
.guaranteed_wapper {
	margin: 0 0 40px 0;
}
.guaranteed-head {
	text-align: center;
	margin: 0 0 30px 0;
	position: relative;
}
.guaranteed-head::after {
	content: '';
	position: absolute;
	background-color: rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.guaranteed-head h5 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	letter-spacing: 5px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0;
	font-family: "Poppins", serif;
	padding: 0 30px;
	display: inline-block;
	background-color: #fff;
	z-index: 1;
}
.guaranteed_box {
	text-align: center;
	margin: 0 0 30px 0;
	position: relative;
}
.ebay_logo {
	margin-bottom: 15px;
}
.start {
	margin-bottom: 10px;
}
.guaranteed_name {
	font-size: 19px;
	color: #000;
	letter-spacing: 0.25px;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: "Poppins", sans-serif;
}
.guaranteed_text {
	font-size: 15px;
	color: #3a3a3a;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	line-height: 25px;
	letter-spacing: 0.4px;
}
@media screen and (max-width: 1199px) {
	.guaranteed_name {
		font-size: 18px;
	}
}
@media screen and (max-width: 480px) {
	.guaranteed-head h5 {
		font-size: 17px;
		padding: 0 10px;
		letter-spacing: 2px;
	}
	.guaranteed-head {
		margin: 0 0 20px 0;
	}
	.guaranteed_box {
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width:361px) {
	.guaranteed-head h5 {
		font-size: 16px;
		padding: 0 10px;
		letter-spacing: 0.7px;
	}
}
/*============================================
			guaranteed CSS END
============================================*/

/*================================== FOOTER CSS START  ================================== */
.store_footer_wapper {
	padding: 25px 0 25px;
	background: #191919;
}
.footer_block_titel {
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	margin-bottom: 20px;
	position: relative;
	letter-spacing: 0.30px;
}
.footer_logo {
	display: flex;
	justify-content: center;
}
.footer_block.footer_block04 {
	text-align: center;
}
.footer_block01 .footer_menu ul {
	display: flex;
}
.footer_menu_block {
	display: flex;
}
.store_footer_wapper .container .row .col-md-6{
    display: grid;
    justify-content: center;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_menu ul li:nth-child(1) {
	padding-left: 00px;
}
.footer_menu ul li:nth-child(4) {
	padding-right: 00px;
}
.footer_menu ul li a {
	font-size: 14px;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0.30px;
	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;
	padding: 0 12px;
	display: inline-block;
}
.footer_menu ul li a::after {
	content: '';
	position: absolute;
	background-color:rgba(255, 255, 255, 0.3);
	height: 14px;
	width: 1px;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.footer_menu ul li a:hover {
	color: #c3a90e;
}
.footer_menu ul li:nth-child(4) a::after {
	display: none;
}
.footer_menu ul li a:hover{
    text-decoration: none;
}
.footer_menu ul li a {
	position: relative;
}
.footer_bottom {
	padding: 10px 0;
	position: relative;
	background-color: #c3a90e;
}
.dezign_copyright {
	text-align: left;
	font-size: 13px;
	font-family: "Poppins", sans-serif;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 400;
}
.dezign_copyright span {
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.60px;
}
.dezign_by {
	text-align: right;
	font-size: 14px;
	letter-spacing: 0.70px;
	color: #fff;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
}
.dezign_by span {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	letter-spacing: 0.7px;
	font-weight: 700;
}
@media screen and (max-width: 1199px) {
	.footer_block_titel {
		font-size: 16px;
	}
	.footer_block01 .footer_menu ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer_menu ul li a {
		font-size: 13px;
		padding: 0 8px;
	}
}
@media screen and (max-width: 991px) {
	.footer_block_titel {
		font-size: 17px;
	}
	.dezign_by {
		font-size: 13px;
		text-align: center;
	}
	.dezign_by span {
		font-size: 14px;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom: 8px;
	}
	.store_footer_wapper .container .row .col-lg-6{
        order: -1;
    }
	.footer_block.footer_block03 {
		text-align: center;
		margin: 20px 0 0 0;
	}
	.footer_block.footer_block04 {
		text-align: center;
		margin: 20px 0 0 0;
	}
	.footer_menu ul li a {
		font-size: 14px;
		padding: 0 10px;
	}
}
@media screen and (max-width:575px){
	.footer_menu ul li a {
		font-size: 13px;
		letter-spacing: 0;
	}
}
@media screen and (max-width:480px){
	.footer_block01 .footer_menu ul {
		display: block;
		text-align: center;
	}
	.footer_menu ul li a {
		font-size: 14px;
		padding-bottom:5px;
	}
	.footer_menu ul li a::after{
		display:none;
	}
}
/*================================== FOOTER CSS END  ================================== */