@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

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

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
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 ============================== */
.top_section {
	background-color: #fff;
	padding: 10px 20px;
}
.Verifie-main {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
	justify-content: end;
}
.Verifie-text h2 {
	font-size: 16px;
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px;
	color: #000;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.Verifie-text p {
	font-size: 14px;
	font-family: "Outfit", sans-serif;
	letter-spacing: 0.40px;
	font-weight: 300;
	color: #000;
	margin-bottom: 0;
}
.top_mini_header {
	display: none;
}
.main_menu_mobile{
	display: none !important;
}
.top_main_menu ul{
	margin-bottom: 00px;
	display: flex;
	justify-content: end;
	list-style: none;
}
.top_main_menu ul li {
	padding: 0px 25px;
	position: relative;
}
.top_main_menu ul li:last-child{
	padding-right: 0;
	border-right: none;
}
.top_main_menu ul li a {
	color: #000000;
	font-family: "Outfit", sans-serif;
	font-size: 14px;
	letter-spacing: 0.8px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	text-transform: uppercase;
}
.top_main_menu ul li a::before {
	content: '';
	background-color: #000;
	position: absolute;
	height:2px;
	width: 0%;	
	bottom: -6px;
	left: 0;
	right: 0;
	/* margin: auto; */
	transition: all .5s ease-in-out;
}
.top_main_menu ul li a:hover::before{
	width: 100%;
}
.main_dezign_brain_header {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	top: 15px;
	margin: auto;
}
.mob-logo-wapper {
	z-index: 2;
	position: relative;
}
/* mobile-menu-css-tart */
.amon {
	color: #FFF;
	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: -10px;
}
.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: 10px;
	margin: 0;
	margin-top: 0px;
	background-color: #e9942d;
	display: inline-grid;
	width: 210px;
	overflow: hidden;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
	padding: 0 15px;
}
.amon ul li a {
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-family: "Outfit", sans-serif;
	font-size: 14px;
	letter-spacing: 0.8px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	text-transform: uppercase;
}
.amon ul li a::before {
	content: '';
	background-color: #fff;
	position: absolute;
	height: 2px;
	width: 0%;
	bottom: -4px;
	left: 0;
	right: 0;
	/* margin: auto; */
	transition: all .5s ease-in-out;
}
.amon ul li a:hover::before {
	width: 100%;
}
.amon ul li {
	overflow: hidden;
	text-align: center;
}
.open-text .amon ul li {
	width: 100%;
	padding: 5px 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: #e9942d;
	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;
	width: 30px;
}
#open:checked + .amon .menu_icon .line-two {
	width: 0%;
	opacity: 0;
}
#open:checked + .amon .menu_icon .line-three {
	transform: rotate(-45deg);
	top: 21px;
	width: 30px;
}

@media screen and (max-width: 1199px) {
	.top_main_menu ul li {
		padding: 0px 10px;
		position: relative;
	}
	.top_main_menu ul li a {
		font-size: 13px;
	}
}
@media screen and (max-width: 991px) {
	.top_main_menu{
		display: none;
	}
	.mobile_menu {
		display: block;
	}
	.top_mini_header {
		background: #000;
		padding: 11px 0;
		margin: 0 0 30px 0;
	}
	.main_dezign_brain_header {
		position: relative;
		top: 0;
		overflow: unset;
	}
	.mob-logo-wapper{
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}
	.Verifie-main {
		justify-content: center;
	}
	.top_mini_header{
		display: block;
	}
	.Verifie-text p {
		font-size: 14px;
	}
	.Verifie-main{
		margin: 0;
	}
    .top_section .container .row .col-md-4{
        display: flex !important;
        justify-content: center !important;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .top_section .container .row .col-md-3{
        display: flex !important;
        justify-content: center !important;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .menu{
        /* display: none; */
    }
    .menu .col-md-12{
        text-align: right;
    }
    .main_menu_mobile{
        display: inline-block !important;
    }
    .top_section .container .row .col-md-5:nth-child(1){
        display: flex !important;
        justify-content: space-between !important;
        flex: 0 0 100%;
        max-width: 100%;
        align-items: center;
    }
    .promo_top_text {
        background-color: #022438;
        /* padding: 10px 0; */
    }
    .dezign_top_menu .row {
        display: grid;
        grid-row-gap: 12px;
    }
    .dezign_top_menu .row .col-md-5{
        max-width: 100%;
        text-align: center;
    }
    .dezign_top_menu .row .col-md-7{
        max-width: 100%;
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 767px){
    .Verifie-text p {
        font-size: 12px;
    }
	.main_dezign_brain_header .container {
		max-width: 100%;
		padding: 0 20px;
	}
	.dezign_top_menu::before {
		width: 130%;
		height: 101%;
		left: -20px;
		top: -1px;
		transform: skew(0deg);
	}
	.top_newsletter_link ul{
		justify-content: center;
	}
	.promo_top_text {
		background-color: #fdc42f;
		padding: 6px 0;
	}
	.Verifie_wrapper{
		gap: 7px;
	}
}
@media screen and (max-width: 575px) {
	.Verifie-text p {
		font-size: 14px;
	}
	.main_menu {
		display: block;
		padding: 10px 0;
	}
	.top_main_menu ul, .main_menu ul {
		margin: 10px 0 0 0;
		justify-content: center;
	}
}
@media screen and (max-width:575px){
	.top_section .container .row .col-md-4{
        display: flex !important;
        justify-content: center !important;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .top_section .container .row .col-md-3{
        display: flex !important;
        justify-content: center !important;
        flex: 0 0 100%;
        max-width: 100%;
    }
	.promo_top_text{
		margin: 0;
	}
}
@media screen and (max-width: 570px){
	.Verifie_wrapper {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 17px 20px;
		margin: 0;
	}
}
@media screen and (max-width:480px){
	.logo {
		width: 80%;
	}
}
/* ============================== HEADER CSS END ============================== */
/* ============================== PRODUCT_DES3 CSS START ============================== */
.listing_section {
	margin: 0 0 70px 0px;
}
.main_title h1 {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.50px;
	font-weight: 500;
	font-family: "Outfit", sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	background-color: #000;
	padding: 6px 5px;
	margin-bottom: 25px;
	max-width: 100%;
}
.desc-text span h1 {
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.30px;
	font-weight: 800;
	font-family: "Outfit", sans-serif;
	color: #fff;
	/* text-transform: uppercase; */
	margin-bottom: 15px;
}
.desc-text span h2 {
	font-family: "Outfit", 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: "Outfit", 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: "Outfit", 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: "Outfit", 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-rd.desc-text p {
	font-size: 18px;
	font-weight: 300;
	line-height: 27px;
	letter-spacing: 0.30px;
	color: #333333;
	font-family: "Outfit", serif !important;
}
.desc-rd.desc-text p:last-child{
	margin: 0  0 0 0;
}
.desc-rd ul {
	margin-bottom: 15px;
	padding-left: 0;
}
.desc-rd.desc-text b {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.30px;
	color: #000 !important;
	font-family: "Outfit", sans-serif !important;
}
.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 {
	min-height: 500px;
	margin: 0 auto;
	max-width: inherit;
	overflow: hidden;
	text-align: center;
	width: auto;
	z-index: 500;
	margin-right: 0px;
}
#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 .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 #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;
}
section p {
	font-family: "Cormorant", serif;
	margin-bottom: 10px;
}
#right_box {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
	height: auto;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #d4d4d4 #f9f9f9;
	max-height: 430px;
}
.product_number {
	border-top: 4px solid #000;
	text-align: center;
}
.product_button{
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.30px;
	color: #fff;
	background-color: #000;
	padding: 5px 10px;
	margin: 5px auto 0;
	display: inline-block;
	font-family: "Outfit", sans-serif !important;
}
.desc-rd li {
	margin-bottom: 10px;
}
.desc-rd.desc-text li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 24px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 300;
	line-height: 33px;
	letter-spacing: 0.30px;
	color: #333333;
	font-family: "Outfit", sans-serif !important;
}
.desc-rd.desc-text li strong,.desc-rd.desc-text li b{
	color: #000;
}
.desc-rd.desc-text em, .desc-rd.desc-text i {
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0.30px;
	font-family: "Outfit", sans-serif;
	color: #000;
	font-style: initial;
}
#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: 100%;
	left: 0px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 0px;
	width: 100%;
	right: 0;
}
@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: 1024px) {
	#main_gallery div.imagsbox_w {
		width: 100% !important;
		height: 400px;
		left: 0;
    	margin: 10px auto 0;
    	right: 0;
    	top: 0 !important;
	}
	#main_gallery #main_row {
		min-height: 410px;
	}
	#main_gallery .thumb > img {
		max-height: 100%;
		max-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;
		width: 100%;
		min-height: auto;
	}
}
@media screen and (max-width: 991px) {
	.main_title h1 {
		margin-bottom: 10px;
	}
	.product-text {
		margin-top: 20px;
	}
	.listing_section {
		margin: 0 0 50px 0px;
	}
}
@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 h1 {
		font-size: 17px;
	}
	.desc-hedtitle p {
		font-size: 17px;
	}
	.listing_section {
		margin: 0 0 30px 0px;
	}
}
/* ============================== PRODUCT_DES3 CSS END ============================== */
/*================================== PROMOTION CSS START  ================================== */
.promotion_wrapper {
	margin: 0 0 40px 0;
	background-color: #fff;
	padding: 30px 0px;
	border: 1px solid #e2e2e2;
}
.promo_main {
	display: flex;
	grid-column-gap: 10px;
	padding: 0 26px;
	border-right: 1px solid #e9e9e9;
	transition: all 0.5s ease-in-out;
	align-items: center;
}
.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: "Outfit", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 3px;
}
.promo_text p {
	font-size: 13px;
	letter-spacing: 1px;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #888888;
	margin-bottom: 0;
}
.promotion_bg .promo_box{
	padding: 0;
}
@media screen and (max-width: 1199px) {
	.promo_main {
		padding: 0 14px;
	}
	.promo_text h1 {
		font-size: 14px;
	}
}
@media screen and (max-width: 1024px) {

}
@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;
	}
	.promo_text h1 {
		font-size: 15px;
	}
}
@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 20px;
		margin: 0 auto 40px;
		width: 70%;
	}
	.promo_main:nth-child(3){
		margin: 0 0 30px 0;
	}
}
@media screen and (max-width:575px) {
	.promotion_wrapper {
		width: 68%;
	}
}
@media screen and (max-width:480px) {
	.promotion_wrapper {
		width: 88%;
	}
}
@media screen and (max-width:361px) {
	.promotion_wrapper {
		width: 100%;
	}
}
/*================================== PROMOTION CSS END  ================================== */
/*================================== BANNER CSS START  ================================== */
#dezign_home_banner {
	text-align: center;
	margin: 0 00 40px 0;
}
.banner_section_res{
	display: none;
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
	.banner_section_res {
		display: block;
		margin: 0 auto;
	}
	#dezign_home_banner {
		margin: 0 0 20px 0;
	}
	.banner_section{
		display: none;
	}
}

/*================================== BANNER CSS END  ================================== */

/* ABOUT1 CSS START */
.about_wrapper {
	margin: 0px 0px 40px;
	background-image: url(../images/about_bg.png);
	background-repeat: no-repeat;
	background-size:contain;
	background-position: bottom center;
}
.about_img {
	margin: 0 -120px 0 0;
}
.about_content {
	text-align: right;
}
.about_content h3 {
	font-size: 45px;
	font-weight: 600;
	color: #000;
	font-family: 'Outfit', sans-serif;
	position: relative;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	line-height: 46px;
	padding: 0 0 15px 0px;
}
.about_content h3::after {
	content: '';
	position: absolute;
	background-color: #e9942d;
	width: 13%;
	height: 5px;
	top: auto;
	right: 0;
	bottom: 0;
	margin: auto;
}
.about_content h3 sup i{
	font-size:18px; 
}
.about_content h3 sup {
	top: -25px;
	position: relative;
}
.about_content h5 {
	font-size: 22px;
	font-weight: 500;
	color: #000;
	font-family: 'Outfit', sans-serif;
	position: relative;
	margin-bottom: 20px;
	letter-spacing: 0.3px;
	line-height: 27px;
}
.about_content h6 {
	font-size: 20px;
	font-weight: 300;
	color: #555555;
	font-family: 'Outfit', sans-serif;
	line-height: 24px;
	letter-spacing: 0.30px;
	margin: 0 0 15px 0;
}
.about_content p {
	font-size: 16px;
	font-weight: 300;
	color: #333333;
	font-family: 'Outfit', sans-serif;
	line-height: 28px;
	letter-spacing: 0.30px;
	margin-bottom: 20px;
}
.about_button img {
	margin: 0 10px 0 0;
}
.button {
	color: #000 !important;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.3px;
	font-family: 'Outfit', sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 5px 0px;
	display: inline-block;
	position: relative;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	/* overflow: hidden; */
	z-index: 1;
	background-color: transparent;
	border-bottom: 2px solid #000;
}
.button:hover {
	border-bottom-color:#e9942d;
}
.about-content-img {
	margin: 0 0 20px 0;
}
@media screen and (max-width: 1199px) {
	.about_content {
		padding: 0 0 0 40px;
	}
	.about_content h3 {
		margin-bottom: 10px;
	}
	.about_content p {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 1024px) {
	.about_img {
		margin: 0 -60px 0 0;
	}
	.about_content {
		padding: 0 0 0 15px;
	}
}
@media screen and (max-width: 991px) {
	.about_content p {
		margin-bottom: 14px;
		font-size: 16px;
	}
	.about_img {
		margin: 0 auto;
		text-align: center;
	}
	.about_content h3 {
		font-size: 40px;
	}
	.about_content {
		padding: 00px 0px;
	}
}
@media screen and (max-width: 767px) {
	.about_content {
		margin: 10px 0 00;
	}
}
@media screen and (max-width:480px) {
	.about_content h3 {
		font-size: 30px;
		padding: 0 0 5px 0px;
	}
	.about_content h5 {
		font-size: 19px;
		line-height: 24px;
	}
	.about_content {
		text-align: center;
	}
	.about_content h3 {
		display: inline-block;
	}
}
/* ============================== ABOUT1 CSS END ============================== */
/*================================== 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: 300;
	font-size: 16px;
	width: 33.33%;
	font-family: "Outfit", sans-serif;
	transition: all .5s ease-in-out;
	letter-spacing: 0.3px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 5px solid #fff;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	margin: -10px 0;
}
.tabsbottom {
	margin-bottom: 40px;
}
.tabsbottom label:hover {
	background: #fff;
	border-bottom-color: #e9942d;
	padding:30px 10px;
}
.tabsbottom input:checked + label {
	background: #fff;
	border-bottom-color: #e9942d;
	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: 300;
	line-height: 30px;
	letter-spacing: 0.30px;
	color: #5e5e5e;
	font-family: "Outfit", sans-serif;
	text-align: left;
	margin: 0 0 20px 0;
}
section p:last-child{
	margin: 0;
}
section b {
	font-size: 22px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.30px;
	color: #000000;
	font-family: "Outfit", sans-serif;
	text-align: left;
	display: block;
	margin: 0 0 5px 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: 20px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
}
.tabs {
	position: relative;
	min-height: 110px;
	position: relative;
	margin: 20px 0;
	padding: 10px 0 0;
	height: auto
}
@media screen and (max-width: 1199px) {
	.main_tab_row {
		margin: 0px 0px 40px;
	}
}
@media screen and (max-width:991px) {
	.tabsbottom label {
		font-size: 15px;
		letter-spacing: 0;
		padding: 20px 5px;
	}
}
@media screen and (max-width: 767px) {
	.tabs label {
		padding: 2px 20px;
	}
	.tabsbottom label {
		width: 100%;
		font-size: 16px;
		letter-spacing: 0.50px;
		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;
	}
}
@media screen and (max-width: 480px) {
	.main_tab_row {
		margin: 35px 0px;
	}
	.tabs .tab {
		padding: 15px;
	}
	section b {
		font-size: 20px;
	}
}
/*================================== MAIN TAB CSS END  ================================== */
/*============================================
			guaranteed CSS START
============================================*/
.guaranteed_wapper {
	margin: 0 0 40px 0;
	background-image: url(../images/review_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0;
}
.guaranteed-head {
	text-align: center;
	padding-bottom: 30px;
}
.guaranteed-head h5 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	font-family: "Outfit", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	line-height: 38px;
	margin: 0;
}
.guaranteed-head span {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #fff;
	font-family: "Outfit", sans-serif;
}
.guaranteed_box {
	background: #FFF;
	text-align: center;
	padding: 20px 0px 0;
	margin-bottom: 30px;
	position: relative;
	box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 1);
	border: 2px solid #000;
}
.ebay_logo {
	margin-bottom: 20px;
}
.start {
	margin-bottom: 15px;
}
.guaranteed_name {
	font-size: 18px;
	color: #000;
	letter-spacing: 0.5px;
	font-weight: 800;
	margin-bottom: 10px;
	font-family: "Outfit", sans-serif;
	text-transform: uppercase;
	line-height: 22px;
}
.guaranteed_text {
	font-size: 16px;
	color: #000;
	font-weight: 300;
	font-family: "Outfit", sans-serif;
	line-height: 24px;
	letter-spacing: 0.30px;
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 28px 0;
	padding: 0 20px;
}
.guaranteed_box.box1 .guaranteed_text {
	height: unset;
	margin: 0 0 15px;
	padding: 0 10px;
	font-size: 15px;
}
.guaranteed_box h6 {
	font-size: 22px;
	color: #000;
	font-weight: 700;
	font-family: "Outfit", sans-serif;
	line-height: 28px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
.guaranteed_item p {
	font-size: 12px;
	color: #777777;
	font-weight: 400;
	font-family: "Outfit", sans-serif;
	line-height: 17px;
	margin: 0 0 10px 0;
}
.guaranteed_item {
	border-top: 2px solid #000;
}
.guaranteed_item .guaranteed_content {
	font-size: 15px;
	color: #000;
	font-weight: 400;
	font-family: "Outfit", sans-serif;
	line-height: 20px;
	margin: 10px 0 0 0;
}
.guaranteed_item .guaranteed_content a {
	font-size: 15px;
	color: #000;
	font-weight: 600;
	font-family: "Outfit", sans-serif;
	line-height: 20px;
	text-decoration: underline !important;
	display: inline-block;
}
.guaranteed_box.box1 .ebay_logo {
	margin: -40px 0 10px 0;
}
.cat-btn {
	margin: 0px auto -20px;
	text-align: center;
	padding: 0px;
}
.cat-btn.btn_2 a {
	color: #fff !important;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.5px;
	font-family: 'Outfit', sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 7px 10px;
	display: inline-block;
	position: relative;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	overflow: hidden;
	z-index: 1;
	background-color: #000;
	border:1px solid #000;
}
.cat-btn.btn_2 a:hover{
	background-color: #e9942d;
}
@media screen and (max-width: 1199px) {
	.guaranteed_text {
		padding: 0 10px;
	}
	.guaranteed_box h6 {
		font-size: 18px;
		line-height: 22px;
	}
	.guaranteed_box.box1 .guaranteed_text {
		font-size: 14px;
		line-height: 21px;
	}
	.guaranteed_item {
		padding: 0 5px;
	}
	.guaranteed_item .guaranteed_content {
		font-size: 14px;
	}
	.guaranteed_item .guaranteed_content a {
		font-size: 14px;
	}
	.guaranteed_text {
		margin: 0 0 24px 0;
	}
}
@media screen and (max-width: 1024px) {
	.guaranteed_text {
		height: 75px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media screen and (max-width: 991px) {
	.guaranteed_wapper {
		background-position: right center;
	}
	.guaranteed-head h5 {
		font-size: 30px;
		line-height: 33px;
	}
	.guaranteed_text {
		height: 47px;
	}
	.guaranteed_box.box1 .guaranteed_text {
		font-size: 16px;
	}
	.guaranteed_item .guaranteed_content {
		font-size: 15px;
	}
	.guaranteed_item .guaranteed_content a {
		font-size: 15px;
	}
	.guaranteed_text {
		margin: 0 0 14px 0;
	}
	.ebay_logo {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 767px) {
	.guaranteed_box h6 {
		padding: 0 10px;
	}
	.guaranteed_text {
		height: 75px;
	}
}
@media screen and (max-width: 575px) {
	.guaranteed_wapper {
		background-position: center;
	}
	.guaranteed_wapper {
		padding: 20px 0 0;
	}
	.guaranteed_text {
		height: unset;
	}
}
@media screen and (max-width: 480px) {
    .guaranteed-head h5 {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0.7px;
	}
	.guaranteed-head span {
		font-size: 16px;
	}
}
@media screen and (max-width: 360px) {
	.guaranteed-head h5 {
		font-size: 16px;
	}
	.guaranteed-head span {
		font-size: 14px;
	}
}
/*============================================
			guaranteed CSS END
============================================*/
/*============================================
			footer CSS START
============================================*/
.store_footer_wapper {
	padding: 0px 0 30px;
	background-color: #fff;
}
.footer_block_titel {
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
	letter-spacing: 0.5px;
	font-family: "Outfit", sans-serif;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_logo {
	margin: 0 0 25px 0;
}
.footer_menu ul li a {
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	letter-spacing: 0.5px;
	transition: 0.5s all ease-in-out;
}
.footer_menu ul li a:hover {
	color: #e9942d;
}
.footer_menu ul {
	display: flex;
	gap: 30px;
}
.footer_block2 {
	margin: 0 0 45px 0;
}
.footer_block.footer_block03 {
	display: flex;
	gap: 20px;
}
.footer_menu ul li i {
	font-size: 8px;
	margin-right: 5px;
}
.footer_menu ul li a {
	position: relative;
}
.store_footer_wapper .col-md-5 .footer_menu ul li{
	position: relative;
}
.dezign_copyright {
	font-size: 18px;
	letter-spacing: 0.8px;
	color: #000000;
	font-weight: 300;
	font-family: "Outfit", sans-serif;
	text-align: left;
	line-height: 25px;
}
.dezign_copyright span {
	font-size: 24px;
	letter-spacing: 0.9px;
	color: #e9942d;
	font-weight: 700;
	font-family: "Outfit", sans-serif;
	text-transform: uppercase;
	line-height: 25px;
}
@media screen and (max-width: 1199px) {
	.footer_menu ul {
		gap: 10px;
	}
	.footer_menu ul li a {
		font-size: 16px;
	}
	.footer_logo {
		margin: 0 0 15px 0;
	}
}
@media screen and (max-width: 991px){
	.dezign_copyright {
		text-align: center;
		margin-bottom: 20px;
	}
	.footer_block_titel {
		text-align: center;
	}
	.footer_logo {
		margin: 0 0 25px 0;
		text-align: center;
	}
	.footer_menu ul li a {
		font-size: 17px;
	}
	.footer_menu ul {
		gap: 20px;
		justify-content: center;
	}
	.footer_block2 {
		margin: 0 0 25px 0;
	}
}
@media screen and (max-width: 767px){
	.footer_menu ul {
		gap: 0;
		display: block;
	}
	.footer_menu {
		display: flex;
		justify-content: center;
	}
}
@media screen and (max-width:480px){
	.footer_block.footer_block03 {
		display: flex;
		gap: 10px;
	}
	.footer_logo {
		margin: 0 auto 20px;
		text-align: center;
		width: 60%;
	}
}