@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";
*/
:root, * { color-scheme: only light !important;  supported-color-schemes: only light !important;}
html, body { background-color: #ffffff !important; }
html, body { background-color: #ffffff !important; background-image: linear-gradient(#ffffff, #ffffff) !important; }
.x-item-description-child { all: initial }
@media (prefers-color-scheme: dark) {
      :root, * { color-scheme: only light !important; supported-color-schemes: only light !important;}
html, body { background-color: #ffffff !important; }
html, body { background-color: #ffffff !important; background-image: linear-gradient(#ffffff, #ffffff) !important; }
.x-item-description-child { all: initial }
}
.body, .darkmode, .darkmode div { /* With class body on the body tag, and all elements represented here that have a background color */
    background-image: linear-gradient(#ffffff,#ffffff) !important;
}
.darkmode p { /* Add other selectors for other text elements */
    -webkit-text-fill-color: #000000 !important;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Outfit", 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 {
	position: relative;
}
.top_header1 {
	background-color: #182951;
	padding: 10px 0;
}
.top_section1 {
	padding: 30px 0;
	background-color: #fff !important;
	position: relative;
}
.header_right_top {
	background-color: #fff;
	border-radius: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 30px;
	margin: 0 0 40px;
}
.star_review{
	display: flex;
	align-items: center;
	gap: 10px;
}
.star_img img {
	display: block;
	width: 100px;
}
.seller_box {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 20px;
	border-right: 2px solid #929aad;
}
.seller_box:last-child{
	border-right:none;
}
.seller_item {
	display: flex;
	align-items: center;
	justify-content: end;
}
.star_content {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0px 0 0px 0;
	letter-spacing: 0.3px;
	font-family: 'Outfit', sans-serif;
}
.seller_content {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin: 0px 0 0px 0;
	font-family: 'Outfit', sans-serif;
}
.top_header {
	position: relative;
}
.header_bottom {
	z-index: 111;
	position: relative;
}
.main_menu_mobile{
	display: none !important;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content: center;
	align-items: center;
}
.main_menu ul li a i {
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
	color: #182951;
}
.main_menu ul li a i span, .top_contact a i span, .footer_menu ul li i span{
	font-size: 0px;
}
.main_menu ul li a {
	font-family: "Outfit", sans-serif;
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	color: #191919;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 50px;
	border-right: 2px solid #c3c3c3;
}
.main_menu ul li a:hover{
	color: #182951;
}
.main_menu ul li:last-child a{
	border-right:none;
}
.top_contact {
	text-align: right;
}
.top_contact a {
	color: #191919;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin: 0 auto;
	padding: 10px 45px 10px 15px;
	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;
	background-color: #f3f5f6;
	border-radius: 10px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	font-family: 'Outfit', sans-serif;
}
.top_contact a:hover{
	background-color: #182951;
	color:#fff;
}
.top_contact a i {
	width:50px;
	height:50px;
	font-size: 25px;
	background-color: #182951;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: -10px;
	bottom: 0;
	margin: auto;
	transition: all 0.5s ease-in-out;
}
/* mobile-menu-css-tart */
.amon {
	width: 41px;
}
.mobile_menu{
	display: none;
}
.amon-container #open {
	display: none;
}
/* #open:checked + .mobile_menu_wrapper {
	display: block !important;
	height: auto;
} */
.mobile_menu label img {
	width: 45px;
}
.mobile_menu input {
	display: none;
}
.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;
}
.mobile_menu label {
	margin-bottom: 0;
}
.mobile_menu_wrapper {
	display: none;
	background-color: #fff;
	/* padding: 0; */
	margin: 0;
	position: absolute;
	right: 15px;
	padding: 10px;
	z-index: 1;
	top: 50px;
	width: 160px;
	left: auto;
	text-align: center;
	border: 1px solid #182951;
}
.mobile_menu_wrapper ul{
	margin-bottom: 0;
}
.mobile_menu_wrapper ul li a {
	font-family: "Outfit", sans-serif;
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	color: #191919;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 0px;
}
.mobile_menu_wrapper ul li a:hover{
	color: #182951;
}
.mobile_menu_wrapper ul li a i{
	margin-right:5px;
	transition:all 0.5s ease-in-out;
}
.mobile_menu_wrapper ul li a i span{
	font-size: 0;
}
.mobile_menu .amon img {
	cursor: pointer;
}
#open_mobile_menu:checked ~ #open_mobile_menu{
	display: block !important;
	height: auto;
}
.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;
	font-weight: 600;
	font-family: "Montserrat", serif;
}
.amon ul li a:hover {
	background-color: #fa6511;
}
.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;
}
.mobile_menu label i {
	font-size: 30px;
	text-align: center;
	color:#182951;
	transition: all .5s ease-in-out;
}
.mobile_menu label i span {
	font-size: 0;
}
/* Header_responsive */
@media screen and (min-width:1200px){
	.container {
		max-width: 1290px;
	}
}
@media screen and (max-width:1199px){
	.seller_box {
		padding: 0 10px;
	}
	.main_menu ul li a {
		padding: 0 30px;
	}
}
@media screen and (max-width: 991px) {
	.top_contact {
		display: none;
	}
	.header_right_top {
		padding: 10px 30px;
		margin:20px 0 0px;
	}
	.main_menu{
		display:none;
	}
	.top_newsletter_link {
		display: none;
	}
	.top_section1 .container .row .col-lg-3{
		display: flex;
		justify-content: space-between !important;
		flex: 0 0 100%;
		max-width: 100%;
		align-items: center;
		order: -1;
	}
    .menu{
        display: none;
    }
	.main_menu_mobile {
		text-align: center;
	}
	.main_menu_mobile {
		display: flex !important;
	}
	.mobile_menu {
		display: block !important;
	}
	.welcom_text {
		text-align: center;
		margin: 0;
	}
	.top_header {
		margin: 0;
	}
	.logo {
		width: 75%;
	}
	.star_review {
		justify-content: center;
		margin: 0 0 10px;
	}
	.seller_item {
		justify-content: center;
	}
}
@media screen and (max-width:767px){
	.header_right_top {
		display: block;
		padding: 10px 10px;
	}
	.star_review, .seller_box {
		justify-content: center;
	}
	.star_review {
		margin: 0 0 12px;
	}
}
@media screen and (max-width: 480px){
	.menu-links {
		top: 45px;
	}
	.star_content {
		font-size: 15px;
	}
	.seller_item {
		display: block;
	}
	.seller_box {
		border-right: none;
		margin: 0 0 10px;
		padding: 0;
	}
	.top_section1 {
		padding:20px 0;
	}
}
@media screen and (max-width:361px){
	.star_img img {
		width: 95px;
	}
	.seller_content {
		font-size: 15px;
	}
}
/* ============================== HEADER CSS END ============================== */

/* ============================== PRODUCT_DES3 CSS START ============================== */
.listing_section {
	margin: 0 0 30px 0;
	background-color: #fff !important;
}
.main_title {
	max-width: 100%;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 15px;
	display: block;
	text-align: center;
	background-color: #182951;
	text-transform: uppercase;
	border-radius: 7px;
	padding: 7px 20px;
	z-index: 1;
	position: relative;
	line-height: 30px;
	font-family: "Outfit", sans-serif !important;
}
.desc-text h1, .desc-text h2, .desc-text h3, .desc-text h4 {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 30px;
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	color: #182951;
	display: block;
	margin: 0 0 10px 0;
	font-family: "Outfit", serif !important;
}
.desc_bottum p {
	display: inline-block;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.70px;
	font-weight: 500;
	color: #959595;
	width: 81%;
	font-family: "Outfit", sans-serif;
}
.desc_bottum span {
	display: inline-block;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.70px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin: -43px 10px 0px 0px;
	font-family: "Outfit", sans-serif;
}
.desc_box {
	padding: 20px;
	margin: 0;
	border: 1px solid #cdcdcd;
	background-color: #fff;
	border-radius: 15px;
}
.desc-rd.desc-text table {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
}
.desc-rd.desc-text th, td {
	text-align: left;
	padding:0px 13px;
}
.desc-rd.desc-text tr td {
	color: #333333;
	font-size: 18px;
	line-height:28px;
	font-weight: 400;
	text-align: left;
	position: relative;
	font-family: "Outfit", sans-serif;
}
.table_item .table_box tr td:first-child{
	position: relative;
	font-weight:600;
}
.table_item .table_box tr td:first-child::after {
	position: absolute;
	content: ":";
	right: 0px;
	font-weight: 600;
	font-size: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.table_item .table_box tr {
	position: relative;
	display: block;
	padding: 10px 0 10px 25px;
}
.table_item .table_box tr::before {
	content: "";
	position: absolute;
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 21px;
	height: 21px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.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: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #666666;
	font-family: "Outfit", serif !important;
}
.desc-rd ul {
	margin-bottom: 15px;
	padding-left: 10px;
}
.desc-rd.desc-text b, strong {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	color: #182951;
	font-family: "Outfit", serif !important;
	display: block;
	margin: 0 0 5px 0;
}
.desc-rd table h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
#area {
	margin: 0 0 30px;
}
#main_gallery {
	border: 0px solid #b4b4b4;
	border-radius: 0px;
	box-sizing: border-box;
	min-height: 730px;
	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;
	box-sizing: border-box;
	cursor: pointer;
	display: table-cell;
	_float: left;
	height: 164px;
	vertical-align: middle;
	width: 164px;
	border-radius: 15px;
	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;
}
section p {
	font-family: "Cormorant", serif;
	margin-bottom: 10px;
}
#right_box {
	position: relative;
	z-index: 1;
}
.desc-hedtitle p {
	line-height: 30px;
	font-family: "Outfit", sans-serif;
	max-width: 100%;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0px;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	border-radius: 25px;
	padding: 8px 20px;
	z-index: 1;
	position: relative;
	background-color: #27323b;
}
.desc-rd li {
	margin-bottom: 10px;
	list-style: none;
}
.product-text {
	margin-bottom: 50px;
	z-index: 1;
	position: relative;
	background-color: #fff !important;
}
.desc-hedtitle {
	text-align: center;
}
.desc-rd.desc-text ul{
	padding-left: 0;
}
.desc-rd.desc-text ul li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 30px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	color: #666666;
	font-family: "Outfit", serif !important;
}
#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;
	bottom: 0;
	height: 100%;
	left: 0px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 0px;
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
}
#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:0px auto 0;
    	right: 0;
    	top: 0 !important;
	}
	#main_gallery .thumb > img {
		max-height: 100%;
		max-width: 100%;
	}
	#main_gallery #main_row {
		width: 100%;
		margin: 0px auto 0;
	}
	#main_gallery .full_img_wapper {
		height: 400px;
		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;
	}
	#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) {
	.listing_section {
		margin: 0 0 0px 0;
	}
}
@media screen and (max-width:575px){
	.desc-rd.desc-text tr td {
		display: block;
		width: 100%;
	}
	.table_item .table_box tr{
		border-bottom: 2px solid #f3f3f3;
	}
	.table_item .table_box tr::before {
		top:15px;
		bottom: auto;
	}
	.desc_box {
		padding: 20px 10px;
	}
}
@media screen and (max-width: 480px) {
	#main_gallery #main_row div ul li {
		margin: 0 5px 20px 5px;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.desc-hedtitle p {
		font-size: 17px;
	}
	#right_box {
		height: auto;
		overflow: auto;
		scrollbar-width: thin;
		scrollbar-color: #d4d4d4 #f9f9f9;
		max-height: 450px;
	}
	.main_title {
		font-size: 16px;
	}
	.main_top {
		margin-bottom: 10px;
	}
	.product-text {
		margin-bottom: 35px;
	}
}
/* ============================== PRODUCT_DES3 CSS END ============================== */

/*================================== BANNER CSS START  ================================== */
.banner_res {
	display: none !important;
}
#dezign_home_banner {
	margin: 0px auto 50px;
	text-align: center;
	position: relative;
	z-index: 1;
	background-color: #fff !important;
}
@media screen and (max-width: 767px){
	.main_banner{
		display: none;
	}
	.banner_res{
		display: block !important;
		margin: 0 auto;
	}
	#dezign_home_banner {
		margin: 0px auto 30px;
	}
}
/*================================== BANNER CSS END  ================================== */

/* ABOUT1 CSS START */
.about_wrapper {
	margin: 0px 0px 50px;
	position: relative;
	background-color: #fff !important;
}
.about_img {
	margin: 0 0px 0 0px;
	position: relative;
}
.about_content .about_title {
	position: relative;
	margin: 0 0 25px 0;
}
.about_content {
	position: relative;
	margin: 0 0px 0px -20px;
}
.browse_all_btn.about {
	text-align: left;
}
.about_content h6 {
	font-size: 40px;
	font-weight: 400;
	color: #182951;
	line-height: 45px;
	text-transform: capitalize;
	margin: 0 0 20px 0px;
	padding: 0px 0 0px 70px;
	position: relative;
	font-family: "Outfit", serif !important;
}
.about_content h6::after {
	content: "";
	position: absolute;
	border: 1px solid #939bae;
	width: 55px;
	height: 1px;
	top: 0;
	left: 0px;
	bottom: 0;
	margin: auto;
}
.about_content p {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #555555;
	font-family: "Outfit", serif !important;
}
.browse_all_btn a {
	display: inline-block;
}
.button a{
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin: 0 auto;
	padding: 11px 20px;
	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;
	background-color: #191919;
	border-radius: 5px;
	font-family: 'Outfit', sans-serif;
	letter-spacing: 0.1px;
}
.button a:hover{
	background-color:#182951;
}
.button i {
	transition: all .5s ease-in-out;
	margin-left: 5px;
}
.button i span{
	font-size:0px;
}
@media screen and (max-width:1199px){
	.about_content h6::after {
		width: 40px;
	}
	.about_content h6 {
		font-size: 35px;
		line-height: 40px;
		margin: 0 0 10px 0px;
		padding: 10px 0 10px 55px;
	}
	.about_content p {
		margin-bottom: 20px;
		font-size: 17px;
		line-height: 24px;
	}
}
@media screen and (max-width: 991px) {
	.about_img {
		margin: 0 auto;
		text-align: center;
		width:90%;
	}
	.about_content {
		margin: 15px 0 0 0;
	}
}
@media screen and (max-width:767px){
	.about_img {
		width: 100%;
	}
	.about_wrapper {
		margin: 0px 0px 20px;
	}
}
@media screen and (max-width:480px){
	.about_content h6 {
		font-size: 27px;
		line-height: 30px;
		padding: 10px 0 10px 40px;
	}
	.about_content h6::after {
		width: 25px;
	}
}
/* ============================== 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;
}
.tab_box {
	text-align: center;
}
.tabsbottom label {
	display: inline-block;
	padding: 12px 25px 12px 55px;
	text-align: center;
	cursor: pointer;
	color: #191919;
	background-color: #fff;
	font-weight: 700;
	font-size: 18px;
	transition: all .5s ease-in-out;
	text-transform: uppercase;
	position: relative;
	border-radius: 10px;
	margin: 0 5px 0;
	border: 1px solid #182951;
	font-family: 'Outfit', sans-serif;
}
.tabsbottom {
	margin-bottom: 50px;
	background-color: #fff !important;
}
.tabsbottom label:hover {
	background: #182951;
	color:#fff;
}
.tabsbottom input:checked + label {
	background: #182951;
	color:#fff;
}
.tabsbottom label:nth-child(3)::after {
	content: "";
	position: absolute;
	background-image: url(../images/return.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .5s ease-in-out;
	width:27px;
	height: 23px;
	top: 0;
	left: 15px;
	bottom: 0;
	margin: auto;
}
.tabsbottom label:hover:nth-child(3)::after{
		background-image: url(../images/return_res.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .5s ease-in-out;
}
.tabsbottom input:checked + label:nth-child(3)::after{
		background-image: url(../images/return_res.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .5s ease-in-out;
}
.tabsbottom label:nth-child(5)::after {
	content: "";
	position: absolute;
	background-image: url(../images/shipping.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .5s ease-in-out;
	width:28px;
	height: 23px;
	top: 0;
	left: 15px;
	bottom: 0;
	margin: auto;
}
.tabsbottom label:hover:nth-child(5)::after{
		background-image: url(../images/shipping_res.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .5s ease-in-out;
}
.tabsbottom input:checked + label:nth-child(5)::after{
		background-image: url(../images/shipping_res.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .5s ease-in-out;
}
.tabsbottom label:nth-child(7)::after {
	content: "";
	position: absolute;
	background-image: url(../images/payment.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .5s ease-in-out;
	width:27px;
	height: 23px;
	top: 0;
	left: 15px;
	bottom: 0;
	margin: auto;
}
.tabsbottom label:hover:nth-child(7)::after{
		background-image: url(../images/payment_res.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .5s ease-in-out;
}
.tabsbottom input:checked + label:nth-child(7)::after{
		background-image: url(../images/payment_res.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .5s ease-in-out;
}
.tabsbottom label:nth-child(9)::after {
	content: "";
	position: absolute;
	background-image: url(../images/delivery.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .5s ease-in-out;
	width:27px;
	height: 23px;
	top: 0;
	left: 15px;
	bottom: 0;
	margin: auto;
}
.tabsbottom label:hover:nth-child(9)::after{
		background-image: url(../images/delivery_res.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .5s ease-in-out;
}
.tabsbottom input:checked + label:nth-child(9)::after{
		background-image: url(../images/delivery_res.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .5s ease-in-out;
}
.tabsbottom label img {
	display: block;
	transition: all 0.5s ease-in-out;
}
.tab_img {
	display: inline-block;
	vertical-align: middle;
}
.tabsbottom label img:nth-child(2){
	display: none;
}
.tabsbottom label:hover img:nth-child(2){
	display:block;
}
.tabsbottom label:hover img:first-child{
	display:none;
}
.tabsbottom input:checked + label img:nth-child(2){
	display:block;
}
.tabsbottom input:checked + label img:first-child{
	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 {
	background: url('../images/arrow.png');
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 30px;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #191919;
	text-align: left;
	margin: 0 0 15px 0;
	font-family: "Outfit", sans-serif;
}
section p:last-child{
	margin: 0;
}
section ul li:last-child{
	margin: 0;
}
section {
	display: none !important;
	padding: 50px 40px 40px;
	border: 1px solid #999999;
	border-radius: 25px;
	margin: -25px 0 0;
}
@media screen and (max-width:991px){
	section {
		padding: 50px 20px 20px;
	}
	.tabs label, .tabsbottom label {
		width: 100%;
		margin: 0;
		padding: 12px 25px 12px 25px;
	}
	.tabs .tab, .tabsbottom label {
		-webkit-box-ordinal-group: unset;
		-webkit-order: initial;
		-ms-flex-order: initial;
		order: initial;
		font-size: 17px;
	}
	.tabsbottom {
		margin-bottom: 35px;
	}
	.tabsbottom label:nth-child(3)::after, .tabsbottom label:nth-child(5)::after, .tabsbottom label:nth-child(7)::after{
		left: 50%;
		transform: translateX(-80px);
	}
	.tabsbottom label:nth-child(9)::after{
				left: 50%;
		transform: translateX(-160px);
	}
}
@media screen and (max-width: 480px) {
	section p {
		font-size: 17px;
		line-height: 25px;
		margin: 0 0 20px 0;
	} 
	.tabsbottom label:nth-child(9)::after{
				left: 50%;
		transform: translateX(-150px);
	}
}
@media screen and (max-width:328px){
	.tabsbottom label:nth-child(9)::after{
				left: 50%;
		transform: translateX(-120px);
	}
}
/*================================== MAIN TAB CSS END  ================================== */

/*============================================
			guaranteed CSS START
============================================*/
.guaranteed_wapper {
	position: relative;
	margin: 0 0 20px 0;
	background-color: #fff !important;
}
.guaranteed-head {
	position: relative;
	text-align: center;
}
.guaranteed-head h5 {
	font-size: 24px;
	font-weight: 700;
	color: #191919;
	text-transform: uppercase;
	text-align: left;
	position: relative;
	margin: 0 0 20px;
	display: inline-block;
	line-height: 30px;
	letter-spacing: 0.2px;
	font-family: "Outfit", sans-serif;
}
.guaranteed_box {
	position: relative;
	z-index: 1;
}
.guaranteed_top {
	position: relative;
	z-index: 1;
	padding: 25px 15px;
	background-color: #fff;
	border-radius: 10px;
	margin: 30px 0;
	border: 1px solid #d3d3d3;
	text-align: center;
}
.coma {
	margin: -50px auto 0;
}
.start {
	margin: 0 0 20px;
}
.guaranteed_name {
	font-size: 18px;
	color: #191919;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
	font-family: "Outfit", sans-serif;
}
.guaranteed_text {
	font-size: 18px;
	color: #191919;
	font-weight: 400;
	line-height: 24px;
	margin: 20px 0px;
	font-family: "Outfit", sans-serif;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width:1199px){
	.guaranteed_top {
		padding: 25px 10px;
	}
	.guaranteed_text {
		font-size: 16px;
		height: 140px;
	}
}
@media screen and (max-width:991px){
	.guaranteed_wapper {
		margin: 0 0 0px 0;
	}
	.guaranteed_text {
		font-size: 17px;
		height: 90px;
	}
}
@media screen and (max-width: 767px) {
	.guaranteed_box {
		max-width: 70%;
		margin: 0px auto 30px;
	}
	.guaranteed_text {
		height: unset;
	}
}
@media screen and (max-width:480px){
	.guaranteed_box {
		max-width:90%;
	}
	.guaranteed-head h5 {
		font-size: 20px;
		line-height: 25px;
	}
}
@media screen and (max-width:361px){
	.guaranteed-head h5 {
		font-size: 19px;
		line-height: 23px;
	}
	.guaranteed_box {
		max-width: 100%;
	}
}
/*============================================
			guaranteed CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
.footer_wrapper {
	position: relative;
	background-color: #f6f9fa;
	padding: 25px 0;
}
.store_footer_wapper {
	position: relative;
}
.footer_block.footer_block02 {
	margin: 30px 0 0;
}
.footer_menu ul {
	display: flex;
	margin:0px 0 0;
}
.payment_img {
	text-align: right;
}
.footer_menu ul li i{
	margin-right:5px;
		color: #182951;
	transition: 0.5s all ease-in-out;
}
.footer_menu ul li a {
	font-size: 16px;
	color: #191919;
	line-height: 25px;
	font-weight: 600;
	transition: 0.5s all ease-in-out;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 0.3px;
	padding: 0 45px;
	border-right: 1px solid #808280;
	font-family: "Outfit", sans-serif;
}
.footer_menu ul li a:hover {
	color: #182951;
}
.footer_menu ul li:last-child a{
	border-right:none;
}
.footer_menu ul li i {
	margin-right: 5px;
}
.footer_top_menu {
	display: flex;
	justify-content: center;
}
.footer_menu ul li a {
	position: relative;
}
.footer_logo {
	z-index: 1;
	position: relative;
}
.footer_logo a{
	display:block;
	z-index: 1;
	position: relative;
}
.verifie_box {
	position: relative;
	transition: all 0.5s ease-in-out;
	display: flex;
	align-items: center;
	column-gap: 10px;
	justify-content: center;
	background-color: #fff;
	box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.15);
	padding: 15px;
	border-radius: 15px;
}
.verifie_title h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	color: #191919;
	text-transform: uppercase;
	margin: 0 0 0px;
	font-family: "Outfit", serif;
}
.verifie_title p {
	font-size: 14px;
	font-weight: 400;
	color: #444444;
	margin: 0px 0 0px 0;
	font-family: 'Outfit', sans-serif;
}
.footer_bottom {
	position: relative;
	padding: 14px 0;
	background-color: #182951;
}
.dezign_copyright {
	font-size: 16px;
	color: #e6e6e6;
	font-weight: 500;
	text-align: left;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	font-family: "Outfit", sans-serif;
}
.dezign_copyright span {
	font-size: 16px;
	letter-spacing: 0.3px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Outfit", sans-serif;
}
.dezign_by {
	font-size: 16px;
	letter-spacing: 0.3px;
	color: #e6e6e6;
	font-weight: 500;
	text-align: right;
	text-transform: uppercase;
	font-family: "Outfit", sans-serif;
}
.dezign_by span {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.3px;
	font-family: "Outfit", sans-serif;
}
@media screen and (max-width:1199px){
	.footer_menu ul li a {
		padding: 0 25px;
	}
	.verifie_title h4 {
		font-size: 16px;
	}
}
@media screen and (max-width:1024px){
	.footer_menu ul li a {
		padding: 0px 25px;
	}
}
@media screen and (max-width: 991px){
	.dezign_by {
		text-align: center;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom:10px;
		line-height: 24px;
	}
	.footer_block.footer_block04 {
		margin: 0px 0 20px 0;
		text-align: center;
	}
	.store_footer_wapper .container .row .col-lg-3:nth-child(1) {
		order: 2;
	}
	.footer_block.footer_block03 {
		text-align: center;
	}
	.footer_block.footer_block02 {
		display: block;
		margin: 0;
	}
	.footer_logo {
		text-align: center;
		margin: 0 0 20px;
	}
	.footer_block.footer_block01 {
		display: none;
	}
	.footer_menu ul {
		display: block;
		text-align: center;
		margin: 0 0 20px 0;
	}
	.footer_menu ul li a {
		padding: 7px 0px;
		border-right: none;
	}
	.verifie_box {
		border-right: none;
		margin: 0 0 20px;
	}
	.payment_img {
		text-align: center;
	}
}
@media screen and (max-width:480px){
	.dezign_copyright span {
		font-size: 15px;
	}
	.dezign_by span {
		font-size: 15px;
	}
	.dezign_by {
		font-size: 15px;
	}
}
@media screen and (max-width:361px){
	.dezign_copyright span {
		font-size:15px;
	}
	.dezign_copyright {
		font-size: 15px;
	}
	.dezign_by span {
		font-size:14px;
	}
	.dezign_by {
		font-size:14px;
	}
}
/*============================================
			feature CSS START
============================================*/
.feature_section {
	margin: 0 0 0px 0;
	position: relative;
	background-color: #fff !important;
}
.feature-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 30px 0;
}
.feature-title h2 {
	font-size: 32px;
	font-weight: 700;
	color: #191919;
	text-transform: uppercase;
	text-align: left;
	position: relative;
	margin: 0;
	display: inline-block;
	line-height: 35px;
	font-family: "Outfit", serif;
}
.cate_box {
	position: relative;
	display: table;
	margin: 0 auto 50px;
	z-index: 1;
}
.feature_box {
	position: relative;
	display: block;
	transition: all 0.5s ease-in-out;
}
.feature_box a {
	display: block;
}
.cate_box .fat_text1 h2 a{
	font-size: 19px;
	font-weight: 600;
	text-transform: uppercase;
	color: #333333;
	position: relative;
	display: block;
	margin: 11px 0;
	transition: all 0.5s ease-in-out;
	font-family: "Outfit", serif;
	text-align: center;
}
.cate_box:hover .fat_text1 h2 a{
	color: #182951;
}
.cate_box .fat_box i {
	width: 45px;
	height: 45px;
	color: #191919;
	background-color: #fff;
	border-radius: 30%;
	transition: all 0.5s ease-in-out;
	border: 1px solid #666666;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	margin: 0 auto;
}
.cate_box:hover .fat_box i{
	color: #fff;
	background-color: #182951;
	border-color:#182951;
}
.cate_box .fat_box i span {
	font-size: 0px;
}
.browse_all_btn.view2 {
	display: none;
}
@media screen and (max-width:1300px){
	.cate_box .fat_text1 h2 {
		font-size: 17px;
	}
}
@media screen and (max-width:1199px){
	.cate_box {
		margin: 0 auto 30px;
	}
}
@media screen and (max-width:991px){
	.cate_box {
		margin: 0 auto 30px;
	}
	.feature_section {
		margin: 0 0 40px 0;
	}
	.browse_all_btn.view {
		display: none;
	}
	.feature-title {
		display: block;
		margin: 0 0 20px 0;
		text-align: center;
	}
	.browse_all_btn.view2 {
		display: block;
		text-align: center;
	}
}
@media screen and (max-width:575px){
	.feature_section .container .row .col-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.feature-title h2 {
		font-size: 24px;
		line-height: 28px;
	}
}
@media screen and (max-width: 361px) {
	.feature-title h2 {
		font-size: 22px;
	}
}
/*============================================
			feature CSS END
============================================*/

/*================================== PROMOTION CSS START  ================================== */
.service_wrapper {
	margin: 0 0 50px 0;
	position: relative;
	z-index: 1;
	background-color: #fff !important;
}
.service_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	  position: relative;
}
.service_item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 2px;
	width: 90%;
	background-image: linear-gradient(to right, #cbcbcb 50%, transparent 0%);
	background-size: 6px 3px;
	background-repeat: repeat-x;
	background-position: 0% bottom;
	animation-name: border-top-line;
	animation-duration: 24s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	z-index: -1;
}
@keyframes border-top-line {
	from {
		background-position: 0% bottom;
	  }
	  to {
		background-position: 100% bottom;
	  }
 }
.service_icon {
	position: relative;
	width: 185px;
	height: 185px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #f3f4f6;
	border-radius: 50%;
}
.service_box {
	position: relative;
}
.service_img {
	position: relative;
	margin: 0 0 10px;
}
.service_img img {
	transition: all 0.5s ease-in-out;
}
.service_title h4 {
	font-size: 18px;
	font-weight: 700;
	color: #191919;
	text-transform: uppercase;
	margin: 0 0 0px;
	letter-spacing: 0.3px;
	font-family: 'Outfit', sans-serif;
}
.service_title p {
	font-size: 16px;
	font-weight: 400;
	color: #191919;
	text-transform: capitalize;
	margin: 0px 0 0px 0;
	letter-spacing: 0.3px;
	font-family: 'Outfit', sans-serif;
}
@media screen and (max-width: 991px) {
	.service_item {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.service_icon:nth-child(1), .service_icon:nth-child(2){
		margin-bottom:25px;
	}
	.service_item::after {
		content: none;
	}
	.service_icon {
		margin: 0 auto;
	}
	.service_wrapper {
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width: 480px) {
	.service_title h4 {
		font-size: 16px;
	}
	.service_item {
		grid-template-columns: repeat(1, 1fr);
	}
	.service_icon:nth-child(3){
		margin-bottom:25px;
	}
}
/*================================== PROMOTION CSS END  ================================== */