@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/*
font-family: "Figtree", 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: "Figtree", 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 70px 0;
}

.main_db_header{
	position: relative;
}
.promo_top_text {
	padding: 20px 0;
}
.welcom_text {
	color: #191919;
	font-family: "Figtree", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.5px;
}
.welcom_text span {
	font-size: 15px;
	letter-spacing: 0.5px;
	/* text-transform: uppercase; */
	font-weight: 600;
	font-family: "Figtree", sans-serif;
}
.top_reating {
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 500;
	color: #111111;
	font-family: "Figtree", sans-serif;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 10px;
}
.top_header {
	margin: -70px -20px -60px;
	text-align: center;
	z-index: 1;
	position: relative;
	/* width: 60%; */
}
.main_menu {
	padding: 14px 0;
	border-radius: 50px;
	margin: auto;
}
.top_newsletter_link ul {
	display: flex;
	list-style: none;
	justify-content: end;
	margin-bottom: 0px;
}
.top_newsletter_link ul li img{
	margin-right:5px;
}
.top_newsletter_link ul li a {
	color: #191919;
	font-family: "Figtree", sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.6px;
	transition: all .5s ease-in-out;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7px 15px;
	background-color: transparent;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
}
.top_newsletter_link ul li a::before {
	content: "";
	position: absolute;
	left: auto;
	right: -4px;
	top: 0;
	bottom: 0;
	width: 7px;
	height: 2px;
	background: #000;
	margin: auto;
}
.top_newsletter_link ul li:last-child a:before{
	content: none;
}
.top_newsletter_link ul li:last-child a{
	border-right:none;
}
.top_newsletter_link ul li a:hover{
    text-decoration: none;
	/* background-color:#000; */
	color: #ec647e;
}
.top_section1 {
	background: #f5f5f5;
	border-radius: 20px;
}
.header_bottom {
	z-index: 1;
	position: relative;
	padding: 0;
	border-radius: 40px;
}
.main_menu_mobile{
	display: none !important;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content: center;
}
.main_menu ul li a i{
	color:#111;
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
}
.main_menu ul li a:hover i{
	color:#565656;
}
.main_menu ul li a {
	font-family: "Figtree", sans-serif;
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	color: #111111;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 30px;
	display: inline-block;
}
.main_menu ul li a:hover{
	color:#565656;
}
.top_section {
	position: relative;
	padding: 10px 0 80px 0;
	z-index: 1;
}
.main_menu.right_box2 ul {
	justify-content: center;
	display: flex;
}
.Verifie-main1 {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
	justify-content: center;
}
.Verifie-text1 h1 {
	font-size: 18px;
	font-family: "Figtree", sans-serif;
	font-weight: 700;
	margin-bottom: 5px;
	color: #191919;
	/* letter-spacing: 1px; */
	line-height: 20px;
	/* text-transform: uppercase; */
}
.Verifie-text1 p {
	font-size: 16px;
	font-family: "Figtree", sans-serif;
	font-weight: 400;
	color: #444444;
	margin-bottom: 0;
	line-height: 20px;
}
.Verifie-main1.box1 {
	/* justify-content: end; */
}
/* mobile-menu-css-tart */
.amon {
	color: #000;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	background-color: transparent;
	display: inline-block;
	width: 65px;
	overflow: hidden;
	height: 26px;
	transition: width 2s;
	-moz-transition: width 2s;
	-webkit-transition: width 2s;
	-o-transition: width 2s;
	position: absolute;
	right: 20px;
	z-index: 22222;
	margin-top: -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: 65px;
    height: 35px;
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    font-size: 20px;
    display: block;
    margin-left: auto;
}
.amon ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	display: inline-grid;
	width: 200px;
	overflow: hidden;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #c4c4c4;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
}
.amon ul li a i {
	color: #111;
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
}
.amon ul li a:hover i {
	color: #565656;
}
.amon ul li a {
	background-color: transparent;
	font-family: "Figtree", sans-serif;
	font-size: 15px;
	letter-spacing: 0.3px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	color: #111;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 10px;
	display: inline-block;
}
.amon ul li a:hover{
	color:#565656;
}
.verifie_center {
	margin: 15px 0px;
}
.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 */
.main_menu {
	/* background: #fff; */
	padding: 0;
	border-radius: 50px;
}
.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: 20px;
	border-radius: 5px;
	background-color: #191919;
}
.menu_icon .line-one{
	top: 0px;
  	transform-origin: left center;
}
.menu_icon .line-two{
	top: 30%;
	transform: translateY(-50%);
	transform-origin: left center;
}
.menu_icon .line-three{
	top: 60%;
  	transform-origin: left center;
  	transform: translateY(-100%);
}
#open:checked + .amon .menu_icon .line-one {
    transform: rotate(45deg);
    top: 0px;
}
#open:checked + .amon .menu_icon .line-two {
	width: 0%;
	opacity: 0;
}
#open:checked + .amon .menu_icon .line-three {
	transform: rotate(-45deg);
	top: 21px;
}
/* Header_responsive */
@media screen and (max-width: 1199px) {
	.main_menu ul li a {
		font-size: 14px;
		padding: 0 14px;
	}

	.top_header {
		margin: -40px -20px -40px;
		/* width: 80%; */
	}

	.main_dezign_brain_header {
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width: 991px) {
	.top_section {
		z-index: 4;
	}
	.top_reating{
		justify-content: center;
	}
	.top_section1 {
		margin: 0;
	}
	.main_menu{
		display: none;

	}
	.top_section .container .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;
	}
	.top_section {
		padding: 0px 0 40px;
	}
	.Verifie-main1 {
		margin: 20px 0 0 0;
		position: relative;
		z-index: 11;
	}
	.Verifie-text1 h1 {
		font-size: 18px;
	}
	.welcom_text {
		text-align: center;
		margin: 0 0 10px 0;
	}
	.top_newsletter_link ul {
		justify-content: center;
	}
	.top_header {
		margin: -32px 0;
		text-align: left;
		width: auto;
		display: flex;
		align-items: center;
		z-index: 99;
	}
	.logo {
		width: 170px;
	}
	.main_dezign_brain_header{
		z-index: 3;
	}
}
@media screen and (max-width: 767px) {
	.Verifie-main1 {
		justify-content: center;
	}
	.promo_top_text {
		padding: 10px 0;
		z-index: 99;
		position: relative;
	}
	.Verifie-main1.box1 {
		justify-content: center;
		}
		.logo {
			width: 140px;
		}
}
@media screen and (max-width: 575px){
	.logo {
	width: 120px;
}
.top_header {
		margin: -12px 0;
	}
	.main_dezign_brain_header {
	margin: 0 0 20px 0;
}
}
@media screen and (max-width: 480px){
	.menu-links {
		top: 45px;
	}
	.top_newsletter_link ul li a {
		padding: 7px 15px;
	}
	.Verifie-text1 h1 {
		font-size: 16px;
		letter-spacing: 0.4px;
	}
	.Verifie-main1 {
		margin: 14px 0 0 0;
	}
	.logo {
		width: 110px;
	}

	
	
}
@media screen and (max-width:361px){

	.welcom_text {
		font-size: 14px;
	}
	.top_newsletter_link ul li a {
		padding:7px 8px;
	}

}
/* ============================== HEADER CSS END ============================== */

/* ============================== PRODUCT_DES3 CSS START ============================== */
.product_section {
	position: relative;
}
#right_box {
	padding: 20px;
}
#right_box .desc-rd.desc-text {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}
.desc-text h6 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.desc-text h5 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 20px;
}
.table_item .table_box {
	width: 100%;
	margin: 0 0 30px 0;
}
.table_item:last-child .table_box{
	margin: 0;
}
#right_box .desc-rd .table_item .table_box tr {
	display: flex;
}
#right_box .desc-rd .table_item .table_box tr td:first-child {
	padding-left: 0px;
	padding-right: 15px;
	font-weight: 700;
	font-family: "Figtree", sans-serif;
	width:25%;
	letter-spacing: 0.30px;
}
#right_box .desc-rd .table_item .table_box tr td {
	font-size: 16px;
	font-weight: 400;
	position: relative;
	color: #444444;
	padding: 6px 8px;
	line-height: 22px;
	font-family: "Figtree", sans-serif;
}
#right_box .desc-rd .table_item .table_box tr td:first-child::after {
	position: absolute;
	content: ":";
	right: 0px;
	font-weight: 600;
	font-size: 15px;
	line-height: 23px;
	top: 4px;
}

/* Images Code Start */
.product_images_wappers { 
	border-top: 0px;
	box-sizing: border-box;
	float: left;
	height: auto;
	margin: 0;
	padding: 0px 0 0px;
 	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.product_images_gallery {
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 0px 0px;
	margin-top: 0;
	margin: 0 auto;
}
.img-holder .lightbox:before {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.essWrap input[type="checkbox"], .essWrap input[type="radio"] {
	display: none;
}
.imgBox img {
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	text-align: center;
}
.ess-gallery .img-box {
	max-width: 640px;
	margin: 0 auto;
}
.img-holder {
	display: none;
}
.img-holder .imgBox {
	cursor: zoom-in;
	margin: 15px 0 20px;
}
.listing_section {
	padding: 15px 15px 0 15px;
	border: 1px solid #dadada;
	margin: 0 0 30px 0;
	border-radius: 30px;
}
.listing_content {
	width: 100%;
	margin: 0px auto;
	display: table;
	padding: 00;
}
#main_gallery {
	border: 0px solid #b4b4b4;
	border-radius: 0px;
	box-sizing: border-box;
	min-height: auto;
	margin: 0;
	padding: 0px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
#main_gallery #main_row {
	height: 739px;
	margin: 0 auto;
	max-width: inherit;
	overflow: hidden;
	text-align: center;
	width: auto;
	z-index: 500;
	margin-right: 0px;
	display: flex;
	justify-content: end;
}
.section-tittle span {
	color: #2ECC87 !important;
	text-transform: capitalize;
}
.section-tittle.box {
	text-transform: capitalize !important;
}
#main_row > div {
	margin-top: 0;
	width: 380px;
}
#main_gallery #main_row div ul {
	display: flex;
	height: auto;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	width: auto;
	flex-wrap: wrap;
	justify-content: start;
	margin-left: auto;
	margin-right: 0;
}
#main_gallery #main_row div ul li:last-child {
	margin-right: 0;
}
#main_gallery .full_img_wapper {
	background-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	height: 0;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}
#main_gallery .thumb {
	background-color: #fff;
	border: 1px solid #dadada;
	box-sizing: border-box;
	cursor: pointer;
	display: table-cell;
	_float: left;
	height: 164px;
	vertical-align: middle;
	width: 164px;
	overflow: hidden;
	border-radius:15px;
}
#main_gallery .thumb > img {
	display: table-cell;
	height: auto;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	width: auto;
}
#main_gallery #main_row div#row1 ul:first-child li:first-child .imagsbox_w {
	z-index: 1;
}
#main_gallery #main_row input {
	display: none;
}
#main_gallery #main_row input:checked ~ .imagsbox_w {
	z-index: 2;
}
#main_gallery div.imagsbox_w .imagsbox {
	display: flex;
	height: 100%;
	max-width: 100%;
	padding: 0;
	width: 100%;
	background-color: #fff;
}
#main_gallery div.imagsbox_w .full-img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
}
#main_gallery div.imagsbox_w {
	border: 1px solid #dadada;
	bottom: 0;
	height: 97%;
	left: 0px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 0px;
	width: 70%;
	overflow: hidden;
	border-radius:30px ;
}
#main_gallery #main_row div ul li {
	height: auto;
	margin: 0 0px 20px 23px;
	padding: 0;
	width: auto;
}
@media only screen and (max-width: 1349px) {
	#main_gallery div.imagsbox_w {
		width: 65%;
	}
}
@media only screen and (max-width: 1299px) {

}
@media only screen and (max-width: 1199px) {
	.listing_section .container {
		max-width: 100%;
		padding: 0 20px;
	}
	#main_gallery #main_row {
		height: 617px;
	}
	#main_gallery .thumb {
		height: 134px;
		width: 134px;
	}
	#main_row > div {
		width: 320px;
	}
  }
@media only screen and (max-width: 1079px) {
	#main_gallery div.imagsbox_w {
		width: 63%;
	}
  }
@media only screen and (max-width: 1024px) {
	#main_gallery .full_img_wapper {
	  height: 395px;
	  width: 100%;
	}
	#main_gallery #main_row {
		width: 100%;
		margin: 20px auto 0;
	}
	#main_row > div {
		max-width: 100%;
		float: none;
		margin: 0 auto !important;
		text-align: center;
		width: 100%;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		gap: 0 5px;
	}
	#main_gallery #main_row div ul li {
		margin: 0 0px 0px 0px;
	}
	#main_gallery .thumb {
		height: 100px;
		width: 100px;
	}
	#main_gallery div.imagsbox_w {
		width: 100% !important;
		height: 400px;
	}
	#main_gallery #main_row {
		height: auto;
	}
  }
  @media only screen and (min-width: 320px) and (max-width: 1024px) {
	.main_title {
		margin-bottom: 5px;
	}
	#listingarea {
		margin-bottom: 0px;
	}
	#main_gallery {
		margin: 0px 0 0px;
		padding: 0 0px 0px;
		width: 100%;
		min-height: auto;
	}
	#main_gallery .full_img_wapper {
		background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
		height: 410px;
		width: 100%;
	}
	#main_gallery #main_row div ul {
		width: auto;
		margin: 0 auto;
		flex-wrap: wrap;
		grid-row-gap: 10px;
	}
	#main_gallery #main_row div ul li {
		float: left;
	}
	#main_gallery #main_row .thumb {
		width: 55px;
		height: 55px;
	}
	#main_gallery #main_row .thumb img {
		max-height: 55px;
		max-width: 55px;
	}
	#main_gallery div.imagsbox_w {
		left: 0;
		margin: 10px auto 0;
		right: 0;
		top: 0 !important;
	}
	#main_gallery div.imagsbox_w .imagsbox {
		height: 100% !important;
		display: flex;
		margin: 0 auto;
	}
	#main_gallery div.imagsbox_w .full-img {
		max-height: calc(100% - 20px);
		max-width: calc(100% - 20px);
	}
	.listing_content {
		margin: 0px auto 25px;
	}
}
@media only screen and (max-width:480px){
	.main_title {
		font-size: 18px;
	}
}
.main_title {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.50px;
	font-weight: 600;
	font-family: "Figtree", sans-serif;
	color: #111;
	text-align: center;
	background-color: #f5f5f5;
	padding: 7px 25px;
	max-width: 90%;
	margin: auto;
	border-radius: 0px 0px 20px 20px;
}
.desc-hedtitle {
	position: relative;
	margin: 0 0 10px 0;
	font-size: 20px;
	letter-spacing: 0.3px;
	font-weight: 600;
	padding: 7px 6px;
	color: #222222;
	margin-bottom: 15px;
	text-align: center;
	text-transform: capitalize;
	font-family: "Figtree", serif !important;
	background: #f5f5f5;
	line-height: 30px;
}
.desc-rd p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #444444;
	font-family: "Figtree", serif !important;
	margin: 0 0 15px 0;
}
.desc-rd p:last-child{
	margin: 0;
}
.desc-rd.desc-text ul{
	margin-left: 20px;
} 
.desc-rd.desc-text li {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #444444;
	font-family: "Figtree", serif !important;
	margin: 0 0 6px 0;
	list-style: disc;
}
.desc-rd.desc-text b, .desc-rd.desc-text strong {
	text-transform: uppercase;
	margin-bottom: 7px;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.30px;
	font-weight: 700;
	color: #111111;
	font-family: "Figtree", serif !important;
	display: block;
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 28px;
	margin-bottom: 7px;
}
.product-text {
	margin: 0 0 40px 0;
	border: 1px solid #dadada;
	border-radius: 20px;
	overflow: hidden;
}
.pro-and-about {
	margin: 00px 0px 00px;
}
@media only screen and (max-width: 1199px) {
	.product-text .container{
		max-width: 100%;
		padding: 0 20px;
	}
}
@media only screen and (max-width:767px){
	#right_box .desc-rd .table_item .table_box tr {
		display: block;
		padding: 5px 0;
	}
	#right_box .desc-rd .table_item .table_box tr td:first-child {
		width: 100%;
    	display: flex;
    	align-items: center;
	}
	#right_box .desc-rd .table_item .table_box tr td{
		width: 100%;
	}
}
@media only screen and (max-width: 575px){

}
/* ============================== 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: 32px;
	font-weight: 800;
	color: #191919;
	line-height: 35px;
	text-transform: uppercase;
	margin: 0 0 20px 0px;
	position: relative;
	letter-spacing: 1px;
	font-family: "Figtree", sans-serif;
	padding-left: 60px;
	position: relative;
	display: inline-block;
}
.about_content h6::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: auto;
	bottom: 0;
	width: 50px;
	height: 1px;
	background: #7f7f7f;
	margin: auto;
}
.about_content h5 {
	font-size: 36px;
	font-weight: 700;
	color: #222222;
	line-height: 38px;
	margin: 0 0 20px 0px;
	position: relative;
	font-family: 'Figtree', sans-serif;
	padding-left: 60px;
}
.about_content h5::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	margin: auto;
	background-image: url('../images/section-heding-icon.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 50px;
	height: 51px;
}
.about_content p {
	margin-bottom: 25px;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	color: #444444;
	font-family: "Figtree", serif !important;
}
.about_content p span {
	font-weight: 700;
	color: #b69768;
	text-transform: uppercase;
	font-family: "Figtree", serif !important;
}
.button {
	color: #191919;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	padding: 6px 6px 6px 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: #f5f5f5;
	text-transform: uppercase;
	border-radius: 30px;
	font-family: 'Figtree', sans-serif;
	display: inline-flex;
	align-items: center;
}
.button:hover{
	background-color:#222222;
	color: #fff;
}
.button i {
	margin-left: 10px;
	transition: all .5s ease-in-out;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #222222;
	color: #fff;
}
.button:hover i{
	color: #222222;
	background: #ffffff;
}
.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;
	}

}
@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_content {
		text-align: center;
	}
	.about_wrapper {
		margin: 0px 0px 35px;
	}
	.browse_all_btn.about {
	text-align: center;
}
}
@media screen and (max-width:575px){
	.about_content h5 {
		font-size: 30px;
		padding-left: 40px;
		display: inline-block;
	}
	.about_content h5::before {
		width: 30px;
		height: 31px;
	}
}
@media screen and (max-width:480px){
	.about_content p {
		font-size: 17px;
		line-height: 23px;
	}
	.about_content h5 {
		font-size: 25px;
	}
}
@media screen and (max-width:361px){

}
/* ============================== ABOUT1 CSS END ============================== */
.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 {
	padding: 20px 10px 0;
	background-color: #fff;
	border: 1px solid #cdcdcd;
	border-radius: 20px;
}
.tabsbottom label {
	display: inline-block;
	padding: 12px 25px 12px;
	text-align: center;
	cursor: pointer;
	color: #222222;
	background-color: #f5f5f5;
	font-weight: 600;
	font-size: 18px;
	transition: all .5s ease-in-out;
	letter-spacing: 0.3px;
	/* border-top: 2px solid #eff4fe; */
	margin: 0 10px;
	text-transform: uppercase;
	position: relative;
	font-family: 'Figtree', sans-serif;
	border-radius: 30px;
}
.tabsbottom {
	margin-bottom: 50px;
}
.tabsbottom label:hover {
	background: #222222;
	color:#fff;
}
.tabsbottom input:checked + label {
	background: #222222;
	color:#fff;
}
.tabsbottom label img {
	display: block;
	margin-right: 10px;
	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 {
	font-size: 18px;
	font-weight: 400;
	line-height: 29px;
	color: #444444;
	text-align: left;
	margin: 0 0 15px 0;
	letter-spacing: 0.3px;
	font-family: "Figtree", sans-serif;
}
section ul{
	margin-bottom: 0;
}
section ul li {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #444444;
	text-align: left;
	margin: 0 0 5px 0;
	letter-spacing: 0.3px;
	font-family: "Figtree", sans-serif;
}
section b {
	font-weight: 700;
	color: #444444;
	font-family: "Figtree", sans-serif;
}
section p:last-child{
	margin: 0;
}
section {
	display: none !important;
	padding: 25px 20px;
	background-color: #fff;
}	
@media screen and (max-width:991px) {
	.tabsbottom {
		margin-bottom: 40px;
	}
	.tabsbottom label{
		margin: 0 10px 10px;
		display: block;
	}
		.tabsbottom label:last-child{
			margin: 0;
		}
}
@media screen and (max-width:767px) {
	.tabsbottom label {
		padding: 12px 15px;
	}
}
@media screen and (max-width: 575px){
	.tabs label, .tabsbottom label {
		width: 100%;
		margin-right: 0;
		border-bottom-color: #222;
	}
	.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 label {
		padding: 10px 10px 10px;
		margin: 0 0 5px;
	}
	section {
		padding: 25px 10px;
	}
}
@media screen and (max-width: 480px) {
	section p {
		font-size: 17px;
		line-height: 24px;
	}
	section ul li {
		font-size: 17px;
		line-height: 25px;
		margin: 0 0 10px 0;
	}
}
/*================================== MAIN TAB CSS START ================================== */
.wrapper {
	max-width: 100%;
	/* margin: 35px auto; */
}
.tab_wrapper {
	background: #f5f5f5;
	padding: 40px 0 60px;
}
.accordion {
	border: 1px solid #cdcdcd;
	margin: 0 0 20px 0;
	padding: 10px 15px;
	border-radius: 15px;
	background: #fff;
}
.accordion-title {
	font-weight: 600;
	position: relative;
	color: #191919;
	font-size: 22px;
	letter-spacing: 0.4px;
	/* text-transform: uppercase; */
	margin-bottom: 0;
	line-height: 35px;
	/* background-color: #f8f9fb; */
	/* padding: 8px 25px; */
	border-radius: 10px;
	display: flex;
	align-items: center;
	font-family: "Figtree";
}
.accordion .accordion-title .tab_img {
	background-color: #f6f3ec;
	padding: 7px 15px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	color: #333;
}
.accordion:has(input:checked) .accordion-title .tab_img{
	background-color:#565656;
	color:#191919;
}
.accordion-content h2 {
	display: block;
	font-weight: 700;
	position: relative;
	color: #333333;
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 26px;
	font-family: 'Figtree', sans-serif;
}
.accordion-content p {
	display: block;
	font-weight: 400;
	position: relative;
	color: #333333;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 26px;
	font-family: 'Figtree', sans-serif;
}
.accordion-content {
	padding: 0 var(--padding) var(--padding);
	display: none;
}
input {
	display: none;
}
.accordion:has(input:checked) .accordion-content {
	display: block;
	margin-top: 25px;
}
  /* Icon */
.accordion-title::after, .accordion-title::before {
	content: "";
	display: block;
	width: 4px;
	height: 15px;
	background: #000;
	position: absolute;
	right:15px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
}
  .accordion-title::before {
	transform: translateY(-50%) rotate(0deg);
  }
  .accordion:has(input:checked) .accordion-title::before {
	  opacity: 0;
  }
.tab_img {
	/* display: flex;
	align-content: center; */
}
.tab_img img {
	transition: all 0.5s ease-in-out;
	margin: 0 10px 0px 0;
}
.accordion:has(input:checked) label .tab_img img:first-child {
	/* display: none; */
}
/* .accordion:has(input:checked) label .tab_img img:nth-child(2) {
	display: inline-block;
}
.accordion label .tab_img img:nth-child(2) {
	display: none;
} */
/* PRODUCT WRAPPER CSS END */ 
@media screen and (max-width:480px) {
	.accordion-title {
		font-size: 18px;
		line-height: 32px;
	}
	.accordion-content p {
		font-size: 16px;
	}
}
/*================================== MAIN TAB CSS END  ================================== */

/*============================================
			guaranteed CSS START
============================================*/
.guaranteed_wapper {
	position: relative;
	margin: 0 0 40px 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: #f5f5f5;
	border-radius: 15px;
	margin: 0 0 20px 0;
}
.guaranteed_name {
	font-size: 18px;
	color: #191919;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0.2px;
	margin: 0;
	font-family: "Figtree", sans-serif;
	text-transform: uppercase;
}
.guaranteed_sub {
	font-size: 16px;
	color: #8b8b8b;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.2px;
	margin: 0;
	font-family: "Figtree", 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: "Figtree", sans-serif;
}
.guaranteed_text {
	font-size: 18px;
	color: #444444;
	font-weight: 400;
	line-height: 30px;
	transition: all 0.8s ease-in-out;
	margin: 20px 0px;
	font-family: "Figtree", sans-serif;
	height: 116px;
	display: flex;
	align-items: center;
}
.coma {
	width: 52px;
	height: 52px;
	background-color: #ffffff;
	line-height: 52px;
	text-align: center;
	font-size: 26px;
	color: #191919;
	border-radius: 50%;
	font-weight: 700;
	font-family: "Figtree", sans-serif;
}
.browse_all_btn.guaranteed {
	text-align: center;
}
@media screen and (max-width: 1299px) {
	.guaranteed_text {
		height: 156px;
	}
}
@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{
	background-color: #fff;
}
.footer_wrapper {
	position: relative;
	background-color: #fff;
	/* margin: 70px 0 0 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;
	/* grid-template-columns: repeat(2,1fr); */
	gap: 12px 20px;
	text-align: left;
	justify-content: space-around;
}
.footer_menu {
	text-align: center;
}
.payment_img {
	text-align: right;
}
.footer_menu ul li i{
	margin-right:5px;
		/* color: #191919; */
	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;
	font-family: "Figtree", sans-serif;
	text-transform: uppercase;
}
.footer_menu ul li a:hover {
	color: #565656;
}
.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;
	margin: -40px 0 0px;
}
.footer_logo a{
	display:block;
	z-index: 1;
	position: relative;
}
.verifie_wrapper {
	display: flex;
	gap: 40px;
	justify-content: end;
}
.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: 20px;
	font-weight: 700;
	line-height: 28px;
	color: #191919;
	text-transform: uppercase;
	margin: 0 0 0px;
	font-family: "Figtree", serif;
}
.verifie_title p {
	font-size: 16px;
	font-weight: 400;
	color: #444444	;
	margin: 0px 0 0px 0;
	font-family: 'Figtree', sans-serif;
}
.footer_bottom {
	position: relative;
	padding: 14px 0;
	background-color: #111111;
	/* margin-top: 10px; */
}
.dezign_copyright {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.3px;
	/* text-transform: uppercase; */
	font-family: "Figtree", sans-serif;
}
.dezign_copyright span {
	font-size: 16px;
	letter-spacing: 0.3px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Figtree", sans-serif;
}
.dezign_by {
	font-size: 16px;
	letter-spacing: 0.3px;
	color: #fff;
	font-weight: 500;
	text-align: right;
	/* text-transform: uppercase; */
	font-family: "Figtree", sans-serif;
}
.dezign_by span {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.3px;
	font-family: "Figtree", sans-serif;
}
@media screen and (max-width:1199px){

	/* .verifie_title h4 {
		font-size: 16px;
	} */
	  .dezign_copyright{
		margin: 0 0 10px 0;
	  }
	 .dezign_copyright,.dezign_by{
		text-align: center;
	 }
	 .footer_menu ul{
		gap: 12px 5px;
	 }
	 .footer_menu ul li a {
		font-size: 15px;
}
}
@media screen and (max-width: 991px){
	.dezign_by {
		text-align: center;
	}
	.verifie_wrapper {
		display: block;
	}
	.dezign_copyright {
		text-align: center;
		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;
		padding: 0;
		border: none;
	}
	.footer_logo {
		text-align: center;
		margin: -30px 0 10px;
	}
	.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;
	}
	.footer_wrapper {
		padding: 0 0 20px 0;
	}
}
@media screen and (max-width:480px){
	.dezign_copyright span {
		font-size: 15px;
	}
	.dezign_by span {
		font-size: 15px;
	}
	.dezign_by {
		font-size: 15px;
	}
	.footer_logo img {
		width: 160px;
	}
}
@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 50px 0;
}
.category_item {
	margin: 0 0 40px;
	display: flex;
	align-items: end;
	justify-content: center;
}
.top_choice::after {
	content: "";
	position: absolute;
	border: 1px solid #0e9345;
	width: 60px;
	height: 1px;
	top: 0;
	left: 0px;
	bottom: 0;
	margin: auto;
}

.Shop_title h2 {
	font-size: 34px;
	font-weight: 700;
	color: #111111;
	position: relative;
	margin: 0;
	line-height: 35px;
	font-family: "Figtree", serif;
	padding: 0 60px;
}
.Shop_title h2::before,
.Shop_title h2::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url('../images/section-heding-icon.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 50px;
	height: 51px;
}
.Shop_title h2::before{
	left: 0;
	right: auto;
}
.Shop_title h2::after{
	left: auto;
	right: 0;
}
.Shop_box {
	text-align: center;
	display: block;
	transition: all 0.5s ease-in-out;
}
.Shop_box a img {
	border-bottom: 10px solid #f5f5f5;
	border-radius: 50%;
	transition: all 0.5s ease-in-out;
}
.category_box{
	text-align: center;
}
.cate_box1:hover .Shop_box a img {
	border-bottom-color:#222222;
}
.cate_box1 {
	margin: 0 0 15px 0;
	position: relative;
	background-color: #fff;
	box-shadow: 0px 1px 43.24px 2.76px rgba(0, 0, 0, 0.05);
	border-radius: 160px 0 160px 160px;
	padding: 5px;
	display: inline-block;
}
.cate_box1 .fat_text1 a{
	display: block;
}
.cate_box1 .fat_text1 h2 {
	font-size: 20px;
	font-weight: 600;
	transition: all 0.5s ease-in-out;
	color: #191919;
	position: relative;
	display: block;
	padding: 20px 0 20px;
	line-height: 22px;
	text-align: center;
	margin: 0;
	font-family: "Figtree", sans-serif;
}
.cate_box1:hover .fat_text1 h2{
	color: #000;
}
.cate_box1 .fat_text1 h2 i {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	transition: all 0.5s ease-in-out;
	border: 1px solid #222222;
	margin: 20px auto 0;
	transform: rotate(-30deg);
}
.cate_box1:hover .fat_text1 h2 i{
	background-color: #222222;
	color:#fff;
}
.button.view1 {
	text-align: center;
}
.browse_all_btn.view {
	text-align: center;
	margin: 20px 0 0 0;
}
@media screen and (max-width:1199px) {
	.accordion-title{
		font-size: 16px;
	}
	.accordion-content p {
		font-size: 15px;
	}
	.accordion:has(input:checked) .accordion-content {
		margin-top: 15px;
	}
}
@media screen and (max-width:991px) {
	.cate_box1 {
		margin: 0 0 30px 0;
	}
	.feature_make {
		margin: 0 0 40px 0;
	}
	.browse_all_btn.view {
		margin: 0;
	}
	.accordion-title {
		font-size: 18px;
	}
}
@media screen and (max-width:767px) {
	.cate_box1 {
		display: inline-block;
	}

	.category_box {
		text-align: center;
	}
	.category_item {
		margin: 0 0 20px;
		justify-content: center;
	}
	.Shop_title h2 {
		font-size: 24px;
		padding: 0 40px;
	}
	.Shop_title h2::before, .Shop_title h2::after {
		width: 31px;
		height: 32px;
	}
}
@media screen and (max-width:575px) {
.accordion-title {
	font-size: 18px;
	padding-right: 20px;
	line-height: 25px;
}
.accordion-title::after, .accordion-title::before {
	right: 3px;
}
}
@media screen and (max-width:480px) {
.Shop_title h2 {
	font-size: 22px;
	line-height: 28px;
	text-align: center;
}
.accordion-title {
	font-size: 16px;
}
.tab_wrapper {
	padding: 20px 0 40px;
}
}
/*============================================
			feature CSS END
============================================*/