@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton+SC&display=swap');
/*
font-family: "Gabarito", sans-serif;
font-family: "Font Awesome 6 Pro";
*/
:root, * { color-scheme: 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 }

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Gabarito", 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;
	margin: 0 0 50px;
}
.top_section1 {
	padding: 40px 0;
}
.logo {
	text-align: center;
}
.verifie_box {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.verifie_title h4 {
	font-size: 22px;
	font-weight: 700;
	color: #191919;
	text-transform: uppercase;
	margin: 0 0 0px;
	font-family: 'Gabarito', sans-serif;
}
.verifie_title p {
	font-size: 16px;
	font-weight: 400;
	color: #444444;
	margin: 0px 0 0px 0;
	font-family: 'Gabarito', sans-serif;
}
.header_bottom {
	/* z-index: 111;
	position: relative; */
}
.main_menu_mobile{
	display: none !important;
}
.main_menu{
	background-color: #fff;
	padding: 20px 0;
	position: relative;
}
.main_menu::after {
	content: "";
	position: absolute;
	background-image: url(../images/menu_after.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	width: 100%;
	height: 20px;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: auto;
}
.main_menu::before{
	content: "";
	position: absolute;
	background-image: url(../images/menu_before.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: 20px;
	left: 0;
	right: 0;
	top: -20px;
	margin: auto;
}
.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;
	color:#000352;
	transition: all 0.5s ease-in-out;
}
.main_menu ul li a {
	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;
	font-family: "Gabarito", sans-serif;
}
.main_menu ul li a:hover{
	color:#000352;
}
.main_menu ul li:last-child a{
	border-right:none;
}
/* mobile-menu-css-tart */
.amon {
	color: #000;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	background-color: transparent;
	display: inline-block;
	width: 55px;
	overflow: hidden;
	height: 26px;
	transition: width 2s;
	-moz-transition: width 2s;
	-webkit-transition: width 2s;
	-o-transition: width 2s;
	position: absolute;
	right: 20px;
	z-index: 22222;
	margin-top: -7px;
	margin-bottom: 0;
}
.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: 55px;
    height: 35px;
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    font-size: 20px;
    display: block;
    margin-left: auto;
}
.amon ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	display: inline-grid;
	width: 170px;
	overflow: hidden;
	padding: 10px;
	background-color: #f2f2f6;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
}
.amon ul li a i {
	margin-right: 5px;
	color:#000352;
	transition: all 0.5s ease-in-out;
}
.amon ul li a {
	background-color: transparent;
	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: 7px 0;
	font-family: "Gabarito", sans-serif;
}
.amon ul li a:hover{
	color:#000352;
}
.amon ul li {
	overflow: hidden;
	text-align: center;
}
.open-text .amon ul li {
	width: 100%;
}
.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;
	opacity: 1;
	left: auto;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	right: 0;
	border-radius: 5px;
	background-color: #000352;
}
.menu_icon .line-one{
	top: 0px;
  	transform-origin: left center;
}
.menu_icon .line-two {
	top: 26%;
	transform: translateY(-50%);
	transform-origin: left center;
}
.menu_icon .line-three {
	top: 53%;
	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 (min-width:1200px){
	.container {
		max-width: 1290px;
	}
}
@media screen and (max-width:1199px){
	.verifie_title h4 {
		font-size: 18px;
	}
	.seller_box {
		padding: 0 10px;
	}
}
@media screen and (max-width: 991px) {
	.top_contact {
		display: none;
	}
	.top_section1 {
		padding: 20px 0 10px;
	}
	.verifie_box.verifie_box_mob {
		margin-top: 20px;
	}
	.header_right_top {
		padding: 10px 30px;
		margin:20px 0 0px;
	}
	.main_menu{
		display:none;
	}
	.top_newsletter_link {
		display: none;
	}
	.header_bottom .row .col-lg-4:nth-child(2){
		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;
	}
	.seller_item {
		justify-content: center;
	}
	.header_bottom {
		margin: 10px 0 0;
	}
	.verifie_box {
		justify-content: center;
		margin:20px 0 0;
	}
	.star_review {
		margin: 0 0 15px;
		justify-content: center;
	}
	.main_dezign_brain_header {
		margin: 0 0 0px;
	}
}
@media screen and (max-width:767px){
	.logo {
		width: 90%;
	}
}
@media screen and (max-width:575px){
	.logo {
		width: 80%;
	}
}
@media screen and (max-width: 480px){
	.menu-links {
		top: 45px;
	}	
	.seller_item {
		display: block;
	}
	.logo {
		width: 70%;
	}
	.star_img {
		display: inline-flex;
	}
	.seller_box {
		padding: 5px 0;
		justify-content: center;
		border-right: none;
	}
}
@media screen and (max-width:361px){
	.logo {
		width: 65%;
	}
}
/* ============================== HEADER CSS END ============================== */

/* ============================== PRODUCT_DES3 CSS START ============================== */
.listing_section {
	margin: 0 0 30px 0;
}
.main_title {
	max-width: 100%;
	font-size: 18px;
	font-weight: 500;
	color: #191919;
	margin-bottom: 15px;
	display: block;
	text-transform: uppercase;
	padding: 7px 15px;
	z-index: 1;
	position: relative;
	line-height: 30px;
	border-top: none;
	text-align: center;
	border-radius: 8px;
	background-color: #f2f2f6;
	font-family: "Gabarito", sans-serif !important;
}
.desc-text span h1 {
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.30px;
	font-weight: 800;
	font-family: "Gabarito", sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.desc-text span h2 {
	font-family: "Gabarito", 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-size: 15px;
	line-height: 22px;
	letter-spacing: 0.70px;
	font-weight: 500;
	color: #959595;
	width: 81%;
	font-family: "Gabarito", 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: "Gabarito", sans-serif;
}
.desc_box {
	padding: 20px;
	margin: 0;
	border: 1px solid #dadada;
	background-color: #fff;
	border-radius: 10px;
	/* text-align: center; */
}
.table_item {
	border: 1px solid #dadada;
	padding: 0px 20px;
	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: 15px 13px;
}
.desc-rd.desc-text tr td {
	color: #333333;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	text-align: left;
	position: relative;
	font-family: "Gabarito", sans-serif;
}
.table_item .table_box tr td:first-child {
	position: relative;
	font-weight: 400;
	text-transform: uppercase;
}
.table_item .table_box tr td:first-child::after {
	position: absolute;
	content: ":";
	right: 0px;
	font-weight: 500;
	font-size: 18px;
	top: 14px;
	bottom: 0;
	margin: auto;
	line-height: 22px;
}
.table_item .table_box tr {
	position: relative;
	display: table-row;
	border-bottom: 1px solid #dadada;
}
.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 ,
.desc-rd.desc-text div {
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	color: #333333;
	text-align: left;
	font-family: "Gabarito", serif !important;
}
.desc-rd.desc-text a{
	 pointer-events: none;
  cursor: default;
  color: #333333;
}
.desc-rd.desc-text p:last-child{
	margin-bottom:0;
}
.desc-rd.desc-text b, strong {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	color: #000352	;
	text-transform: capitalize;
	display: block;
	text-align: left;
	font-family: "Gabarito", serif !important;
}
.desc-rd table h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
#main_gallery {
	box-sizing: border-box;
	min-height: 700px;
	margin: 0;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	z-index: 1;
}	
#main_gallery #main_row {
	height: auto;
	margin: 0 auto;
	max-width: inherit;
	overflow: hidden;
	text-align: center;
	width: auto;
	z-index: 2;
	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: "Gabarito", 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;
}
.product-text {
	padding-bottom: 50px;
	z-index: 1;
	position: relative;
}
.desc-hedtitle {
	text-align: center;
}
.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: 10px;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	color: #333333;
	text-align: left;
	font-family: "Gabarito", 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;
}
div.imagsbox_w {
	border: 1px solid #dadada;
	bottom: 0;
	height: 98%;
	left: 0;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 0;
	width: 69%;
	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: 20px auto 0;
	}
	#main_gallery .full_img_wapper {
		height: 420px;
		width: 100%;
	}
	#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;
		padding: 0;
	}
	.listing_section {
		margin: 0 0 0px 0;
	}
}
@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%;
	}
	.product-text {
		padding-bottom: 30px;
	}
	.desc-rd.desc-text th, td {
		padding: 0px 0px;
	}
	.table_item .table_box tr {
		display: block;
		padding: 10px 0;
	}
	.table_item {
		padding: 0px 10px;
	}
	.desc-rd.desc-text tr td {
		font-size: 16px;
	}
}
@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_DES3 CSS END ============================== */

/*================================== BANNER CSS START  ================================== */
.banner_res {
	display: none !important;
}
#dezign_home_banner {
	margin: 0px auto 40px;
	text-align: center;
	position: relative;
	z-index: 1;
}
@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;
}
.about_img {
	margin: 0 0px 0 0px;
	position: relative;
}
.about_content {
	position: relative;
}
.browse_all_btn.about {
	text-align: left;
}
.about_content h6 {
	font-size: 42px;
	font-weight: 700;
	color: #333333;
	line-height: 45px;
	text-transform: uppercase;
	margin: 0 0 20px 0px;
	padding: 0px 0px 0px 80px;
	position: relative;
	letter-spacing: 1px;
	font-family: "Gabarito", sans-serif;
}
.about_content h6::after {
	content: "";
	position: absolute;
	border: 1px solid #787878;
	width: 60px;
	height: 1px;
	top: 0;
	left: 0px;
	bottom: 0;
	margin: auto;
}
.about_content h5 {
	font-size: 18px;
	font-weight: 500;
	color: #222222;
	line-height: 25px;
	text-transform: uppercase;
	margin: 0 0 20px 0px;
	position: relative;
	font-family: 'Gabarito', sans-serif;
}
.about_content p {
	margin-bottom: 25px;
	font-size: 17px;
	font-weight: 500;
	line-height: 28px;
	color: #333333;
	font-family: "Gabarito", serif !important;
}
.about_content p span {
	font-weight: 700;
	color: #000352;
	text-transform: uppercase;
	font-family: "Gabarito", serif !important;
}
.browse_all_btn a {
	display: inline-block;
}
.button {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin: 0 auto;
	padding: 11px 25px;
	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;
	text-transform: capitalize;
	border-radius: 10px;
	font-family: 'Gabarito', sans-serif;
}
.button:hover{
	background-color:#d6193f;
}
.button i {
	margin-left: 5px;
	transition: all .5s ease-in-out;
}
.browse_all_btn.view {
	text-align: center;
}
@media screen and (max-width:1199px){
	.about_content p {
		margin-bottom: 20px;
		font-size: 17px;
		line-height: 25px;
	}
	.about_content {
		margin-left: -20px;
	}
}
@media screen and (max-width: 991px) {
	.about_img {
		margin: 0 auto;
		text-align: center;
		width:90%;
	}
	.about_content {
		margin: 25px 0 0 0;
	}
	.about_wrapper {
		margin: 0px 0px 35px;
	}
}
@media screen and (max-width:767px){
	.about_img {
		width: 100%;
	}
	.about_wrapper {
		margin: 0px 0px 35px;
	}
}
@media screen and (max-width:480px){
	.about_content p {
		font-size: 17px;
		line-height: 23px;
	}
	.about_content h5 {
		font-size: 16px;
	}
	.about_content h6 {
		font-size: 32px;
		line-height: 35px;
	}
}
@media screen and (max-width:361px){
	.about_content h5 {
		font-size: 14px;
	}
}
/* ============================== 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: 10px 30px;
	text-align: center;
	cursor: pointer;
	color: #191919;
	background-color: #f2f2f6;
	font-weight: 500;
	font-size: 20px;
	transition: all .5s ease-in-out;
	text-transform: uppercase;
	border-radius: 10px;
	margin: 0 10px;
	letter-spacing: 0.5px;
	font-family: "Gabarito", sans-serif;
}
.message_desk {
	display: inline-block;
	vertical-align: middle;
}
.tabsbottom {
	margin-bottom: 40px;
}
.tabsbottom label:hover {
	background: #d6193f;
	color: #fff;
}
.tabsbottom input:checked + label {
	background: #d6193f;
	color: #fff;
}
.message_desk img:last-child{
	display: none;
}
.tabsbottom label:hover .message_desk img:last-child{
	display: block;
}
.tabsbottom label:hover .message_desk img:first-child{
	display: none;
}
.tabsbottom input:checked + label .message_desk img:first-child{
	display: none;
}
.tabsbottom input:checked + label .message_desk img:last-child{
	display:block;
}
#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 {
	text-align: left;
}
section p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #191919;
	text-align: left;
	margin: 0 0 25px 0;
	font-family: "Gabarito", sans-serif;
}
section p:last-child{
	margin: 0;
}
section p span,section ul li span {
	font-weight: 600;
	color: #000352;
}
section b {
	background: url('../images/left-true.png');
	background-repeat: no-repeat;
	background-position: left 0;
	padding-left: 37px;
	font-weight: 600;
	color: #191919;
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	margin: 0 0 10px 0;
	font-family: "Gabarito", sans-serif;
	display: inline-block;
}
section ul{
	margin-left: 20px;
}
section ul li {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #191919;
	text-align: left;
	font-family: "Gabarito", sans-serif;
}
.tabsbottom label img {
	transition: all 0.5s ease-in-out;
	margin: 0 10px 0 0;
	text-align: center;
}
section {
	display: none !important;
	padding: 30px 0 0;
}
.tabs_top {
	text-align: center;
	padding: 30px 50px;
	border: 1px solid #dadada;
	border-radius: 25px;
}
@media screen and (min-width: 768px) {
	.tabs_top {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
	#table1 {
	order: 1;
	position: relative;
	}
	.tabs_top label:nth-child(2) {
	order: 2;
	position: relative;
	}
	#table2 {
	order: 3;
	position: relative;
	}
	.tabs_top label:nth-child(4) {
	order: 4;
	position: relative;
	}
	#table3 {
	order: 5;
	position: relative;
	}
	.tabs_top label:nth-child(6) {
	order: 6;
	position: relative;
	}
	#content1{
		order: 7;
	position: relative;
	}
	#content2{
		order: 8;
	position: relative;
	}
	#content3{
		order: 9;
	position: relative;
	}
}
@media screen and (max-width: 991px) {
	.tabs_top {
		padding: 30px 10px;
	}
}
@media screen and (max-width: 767px) {
	.tabsbottom label {
		width: 100%;
		margin: 0 0 5px;
		font-size: 17px;
	}
	section {
		padding: 15px 0 0;
	}
	.tabsbottom {
		margin-bottom: 40px;
	}
	.tabs_top {
		padding: 25px 25px;
	}
}
@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) {
	section p {
		font-size: 17px;
	}
	.tabs_top {
		padding: 20px 20px;
	}
}
/*================================== MAIN TAB CSS END  ================================== */

/*============================================
			guaranteed CSS START
============================================*/
.guaranteed_wapper {
	position: relative;
	margin: 0 0 30px 0;
}
.guaranteed-head {
	position: relative;
	text-align: center;
	margin: 0 0 20px 0;
}
.guaranteed_box .start {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.guaranteed_box {
	position: relative;
	z-index: 1;
	padding: 15px;
	background-color: #fff;
	border-radius: 15px;
	border: 1px solid #d8d8d8;
	margin: 0 0 40px 0;
}
.guaranteed_name {
	font-size: 18px;
	color: #191919;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.2px;
	margin: 0;
	font-family: "Gabarito", sans-serif;
}
.guaranteed_sub {
	font-size: 16px;
	color: #8b8b8b;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.2px;
	margin: 0;
	font-family: "Gabarito", sans-serif;
	font-style: italic;
}
.guaranteed_left {
	display: flex;
	align-items: center;
	column-gap: 15px;
}
.start span {
	font-size: 14px;
	color: #666666;
	font-weight: 400;
	font-family: "Gabarito", sans-serif;
}
.guaranteed_text {
	font-size: 16px;
	color: #191919;
	font-weight: 400;
	line-height: 24px;
	transition: all 0.8s ease-in-out;
	margin: 20px 0px;
	font-family: "Gabarito", sans-serif;
	height: 96px;
	display: flex;
	align-items: center;
}
.coma {
	width: 52px;
	height: 52px;
	background-color: #f2f2f6;
	line-height: 52px;
	text-align: center;
	font-size: 30px;
	color: #191919;
	border-radius: 50%;
	font-weight: 400;
	font-family: "Gabarito", sans-serif;
}
.browse_all_btn.guaranteed {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.guaranteed_box {
		max-width: 70%;
		margin: 0px auto 30px;
		padding: 25px 20px;
	}
	.guaranteed_text {
		height: unset;
	}
}
@media screen and (max-width: 575px) {
	.guaranteed-head h5 {
		font-size: 25px;
		line-height: 30px;
	}
	.guaranteed_text {
		margin: 20px 0;
		font-size: 17px;
	}
}
@media screen and (max-width:480px){
	.guaranteed_box {
		max-width:90%;
	}
}
@media screen and (max-width:361px){
	.guaranteed-head h5 {
		font-size: 23px;
		line-height: 26px;
	}
	.guaranteed_box {
		max-width: 100%;
	}
}
/*============================================
			guaranteed CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
.footer_wrapper {
	position: relative;
	background-color: #f2f2f6;
	padding: 30px 0;
}
.store_footer_wapper {
	position: relative;
}
.footer_block.footer_block02 {
	margin: 20px 0 0;
	padding-top: 20px;
	border-top:1px solid #ececf0;
}
.footer_menu ul {
	display: flex;
	margin:0px 0 0;
}
.payment_img {
	text-align: right;
}
.footer_menu ul li i{
	margin-right:5px;
		/* color: #000352; */
	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;
	display: inline-block;
	letter-spacing: 0.3px;
	padding: 0 25px;
	border-right: 1px solid #808280;
	font-family: "Gabarito", sans-serif;
}
.footer_menu ul li a:hover {
	color: #000352;
}
.footer_menu ul li:last-child a{
	border-right:none;
}
.footer_menu ul li i {
	margin-right: 5px;
	color: #000352;
}
.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;
	padding: 0;
}
.verifie_title h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	color: #191919;
	text-transform: uppercase;
	margin: 0 0 0px;
	font-family: "Gabarito", serif;
}
.verifie_title p {
	font-size: 16px;
	font-weight: 400;
	color: #444444;
	margin: 0px 0 0px 0;
	font-family: 'Gabarito', sans-serif;
}
.footer_bottom {
	position: relative;
	padding: 14px 0;
	background-color: #000352;
}
.dezign_copyright {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.3px;
	/* text-transform: uppercase; */
	font-family: "Gabarito", sans-serif;
}
.dezign_copyright span {
	font-size: 16px;
	letter-spacing: 0.3px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Gabarito", sans-serif;
}
.dezign_by {
	font-size: 16px;
	letter-spacing: 0.3px;
	color: #fff;
	font-weight: 500;
	text-align: right;
	/* text-transform: uppercase; */
	font-family: "Gabarito", sans-serif;
}
.dezign_by span {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.3px;
	font-family: "Gabarito", sans-serif;
}
@media screen and (max-width:1199px){
	.footer_menu ul li a {
		padding: 0 11px;
	}
	/* .verifie_title h4 {
		font-size: 16px;
	} */
}

@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_make {
	margin: 0 0 60px 0;
}
.Shop_title {
	position: relative;
	text-align: center;
	margin: 0 0 30px 0;
}
.Shop_title h2 {
	font-size: 36px;
	font-weight: 700;
	color: #333333;
	text-align: center;
	position: relative;
	margin: 0;
	line-height: 40px;
	/* letter-spacing: 1px; */
	font-family: "Gabarito", sans-serif;
}
.category_item {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 30px;
}
.Shop_box {
	text-align: center;
	transition: all 0.5s ease-in-out;
}
.cate_box1 .Shop_box img{
	transition: all 0.5s ease-in-out;
}
.cate_box1:hover .Shop_box img{
	border-radius:30px;
	transition: all 0.5s ease-in-out;
}
.cate_box1 {
	margin: 0 0 35px 0;
}
.cate_box1 .fat_text1 h2 {
	font-size: 20px;
	font-weight: 600;
	transition: all 0.5s ease-in-out;
	color: #333333;
	position: relative;
	display: block;
	margin: 20px 0 0;
	line-height: 25px;
	font-family: "Gabarito", sans-serif;
	letter-spacing: 0.5px;
}
.cate_box1:hover .fat_text1 h2{
	color: #000352;
}
.cate_box1 .fat_text1 h2 i {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width:40px;
	height:40px;
	background-color: #eeeeeb;
	border-radius: 50%;
	transition:all 0.5s ease-in-out;
}
.cate_box1:hover .fat_text1 h2 i{
	background-color:#000352;
	color:#fff;
}
.button.view1 {
	text-align: center;
}
@media screen and (max-width:1199px){
	.cate_box1 .fat_text1 h2 {
		font-size: 18px;
		text-align: left;
	}
}
@media screen and (max-width:991px) {
	.Shop_box {
		display: inline-block;
	}
	.category_box {
		text-align: center;
	}
	.feature_make {
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width:767px) {
	.cate_box1 {
		display: inline-block;
	}
}
@media screen and (max-width:480px) {
	.Shop_title {
		margin: 0 0 20px 0;
	}
	.Shop_title h2 {
		font-size: 27px;
		line-height: 30px;
	}
}
@media screen and (max-width:361px) {
	.Shop_title h2 {
		font-size: 21px;
		line-height: 27px;
	}
}
/*============================================
			feature CSS END
============================================*/

/*================================== PROMOTION CSS START  ================================== */
.service_wrapper {
	margin: 0 0 40px;
	z-index: 1;
	position: relative;
}
.service_item {
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_logo {
	text-align: center;
}
.service_icon {
	position: relative;
	width: 25%;
	transition: all 0.5s ease-in-out;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_img {
	margin: 0 0 12px;
}
.service_box:last-child{
	border-right:none;
}
.service_title h4 {
	font-size: 18px;
	font-weight: 700;
	color: #000352;
	text-transform: uppercase;
	margin: 0 0 0px;
	letter-spacing: 0.3px;
	line-height: 22px;
	font-family: 'Gabarito', sans-serif;
}
.service_title p {
	font-size: 16px;
	font-weight: 400;
	color: #5f5f5f;
	text-transform: uppercase;
	margin: 0 0 0px;
	letter-spacing: 0.3px;
	line-height: 22px;
	font-family: 'Gabarito', sans-serif;
}
@media screen and (max-width: 991px) {
	.service_item {
		justify-content: center;
		flex-wrap: wrap;
	}
	.service_icon:nth-child(1), .service_icon:nth-child(2){
		margin:0 0 20px;
	}
	.service_icon {
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.service_title h4 {
		font-size: 16px;
	}
	.service_title p {
		font-size: 15px;
	}
	.service_wrapper {
		margin: 0 0 25px;
	}
	.service_icon {
		width: 100%;
	}
}
@media screen and (max-width:361px) {
	.service_title h4 {
		font-size: 15px;
	}
	.service_img img {
		height: 50px;
	}
	.service_img {
		margin: 0 0 8px;
	}
}
/*================================== PROMOTION CSS END  ================================== */