@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton+SC&display=swap');
/*
font-family: "Outfit", sans-serif;
font-family: "Font Awesome 6 Pro";
*/
:root, * { color-scheme: only light !important; }
html, body { background-color: #f9f6ee !important; }
html, body { background-color: #f9f6ee !important; background-image: linear-gradient(#f9f6ee, #f9f6ee) !important; }
.x-item-description-child { all: initial }

*{
    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 ============================== */
.top_header1 {
	position: relative;
	background-color: #2c332f;
	padding: 12px 0;
	z-index: 1;
}
.welcome_text {
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	font-family: "Outfit", sans-serif;
}
.main_dezign_brain_header {
	position: relative;
}
.top_section1 {
	position: relative;
	padding: 15px 0 20px;
	border-bottom: 1px solid #00000010;
}
.star_content {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin: 0px 0 0px 0;
	letter-spacing: 0.3px;
	font-family: 'Outfit', sans-serif;
}
.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_img {
	display: inline-flex;
}
.star_review {
	display: flex;
	align-items: center;
	gap: 10px;
	z-index: 1;
	position: relative;
	justify-content: end;
}
.seller_item {
	display: flex;
	align-items: center;
	justify-content: end;
}
.seller_box {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 20px;
	border-right: 2px solid #ffffff50;
}
.seller_box:last-child {
	border-right: none;
}
.seller_content {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin: 0px 0 0px 0;
	font-family: 'Outfit', sans-serif;
}
.logo {
	text-align: center;
}
.header_bottom {
	z-index: 111;
	position: relative;
}
.main_menu_mobile{
	display: none !important;
}
.top_header_section {
	position: relative;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.main_menu{
	padding: 20px 0;
	position: relative;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content: center;
	align-items: center;
}
.main_menu ul li a {
	font-size: 16px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #111111;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 45px;
	border-right: 1px solid #00000010;
	font-family: "Outfit", sans-serif;
}
.main_menu ul li a:hover{
	color:#5a4018;
}
.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: #f9f6ee;
	border:1px solid #5a4018;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
}
.amon ul li a i {
	margin-right: 5px;
	color:#555c3d;
	transition: all 0.5s ease-in-out;
}
.amon ul li a {
	font-size: 16px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #111111;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 7px 0;
	font-family: "Outfit", sans-serif;
}
.amon ul li a:hover{
	color:#5a4018;
}
.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: #5a4018;
}
.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){
	.main_menu ul li a {
		padding: 0 25px;
	}
}
@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;
	}
    .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 {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.star_review {
		justify-content: center;
	}
	.main_dezign_brain_header {
		margin: 0 0 0px;
	}
	.welcome_text {
		text-align: center;
		margin: 0 0 10px;
	}
}
@media screen and (max-width:767px){
	.logo {
		width: 70%;
	}
}
@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;
	}
	.welcome_text {
		font-size: 15px;
		line-height: 23px;
	}
	.star_content {
		font-size: 14px;
	}
}
@media screen and (max-width:361px){
	.logo {
		width:55%;
	}
}
/* ============================== HEADER CSS END ============================== */

/* ============================== PRODUCT_DES3 CSS START ============================== */
.listing_section {
	margin: 0 0 30px 0;
}
.main_title {
	max-width: 100%;
	font-size: 22px;
	font-weight: 500;
	color: #111111;
	margin:10px 10px 0;
	display: block;
	text-transform: capitalize;
	padding: 10px 15px;
	z-index: 1;
	position: relative;
	line-height: 30px;
	border-top: none;
	text-align: center;
	border-radius: 5px;
	background-color: #f9f6ee;
	font-family: "Outfit", sans-serif !important;
}
.desc-text span h1 {
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.30px;
	font-weight: 800;
	font-family: "Outfit", sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.desc-text span h2 {
	font-family: "Outfit", sans-serif;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.70px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.desc_bottum p {
	display: inline-block;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.70px;
	font-weight: 500;
	color: #959595;
	width: 81%;
	font-family: "Outfit", sans-serif;
}
.desc_box {
	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: "Outfit", 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 {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #555555;
	text-align: left;
	font-family: "Outfit", serif !important;
}
.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: #333333;
	text-transform: capitalize;
	display: block;
	text-align: left;
	font-family: "Outfit", 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;
}
#right_box {
	position: relative;
	z-index: 1;
	padding: 25px;
}
.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;
}
.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 8px;
	padding-left: 25px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #555555;
	text-align: left;
	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;
}
div.imagsbox_w {
	border: 1px solid #dadada;
	bottom: 0;
	height: 100%;
	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;
}
#main_gallery #main_row div ul li:last-child, #main_gallery #main_row div ul li:nth-last-child(2){
	margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
	.listing_section .container {
		max-width: 100%;
		padding: 0 20px;
	}
	.product-text .container {
		max-width: 100%;
		padding: 0 20px;
	}
	div.imagsbox_w {
		width: 67%;
	}
}
@media screen and (max-width:1130px){
	div.imagsbox_w {
		width: 64%;
	}
}
@media screen and (max-width: 1040px){
	div.imagsbox_w {
		width: 62%;
	}
}
@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;
	}
	#main_gallery #main_row div ul li:last-child, #main_gallery #main_row div ul li:nth-last-child(2) {
		margin-bottom: 20px;
	}
}
@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;
		padding: 15px;
	}
	.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 0px;
	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: 16px;
	font-weight: 500;
	color: #5a4018;
	line-height: 25px;
	text-transform: uppercase;
	margin: 0 0 10px 0px;
	padding: 0px 0px 0px 100px;
	position: relative;
	letter-spacing: 5px;
	font-family: "Outfit", sans-serif;
}
.about_content h6::after {
	content: "";
	position: absolute;
	border: 1px solid #5a4018;
	width: 80px;
	height: 1px;
	top: 0;
	left: 0px;
	bottom: 0;
	margin: auto;
}
.about_content h5 {
	font-size: 32px;
	font-weight: 600;
	color: #111111;
	line-height: 35px;
	text-transform: capitalize;
	margin: 0 0 20px 0px;
	position: relative;
	font-family: 'Outfit', sans-serif;
}
.about_content p {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #555555;
	margin-bottom: 25px;
	font-family: "Outfit", serif !important;
}
.about_content p span {
	font-weight: 700;
	color: #555c3d;
	text-transform: uppercase;
	font-family: "Outfit", serif !important;
}
.browse_all_btn a {
	display: inline-block;
}
.button {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	padding: 13px 50px 13px 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: #2c332f;
	text-transform: uppercase;
	border-radius: 5px;
	font-family: 'Outfit', sans-serif;
}
.button:hover{
	background-color:#5a4018;
}
.button i {
	transition: all .5s ease-in-out;
	width: 35px;
	height: 35px;
	background-color: #fefefe;
	color: #111;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.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 h5 {
		font-size: 27px;
		line-height: 28px;
		margin: 0 0 10px 0px;
	}
}
@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:575px){
	.about_content h5 {
		font-size: 24px;
		line-height: 26px;
	}
}
@media screen and (max-width:480px){
	.about_content p {
		font-size: 17px;
		line-height: 25px;
	}
}
@media screen and (max-width:361px){
	.about_content h5 {
		font-size: 22px;
	}
}
/* ============================== ABOUT1 CSS END ============================== */

/*================================== MAIN TAB CSS START ================================== */
.tabsbottom {
	margin: 0 0 50px;
}
.tab_box {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #dadada;
	display: flex;
}
.tab-labels {
	display: flex;
	flex-direction: column;
	width: 170px;
}
.tab-labels label {
	cursor: pointer;
	padding: 12px 25px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #111111;
	background-color: #f9f6ee;
	justify-content: center;
	border-radius: 5px;
	margin: 0 0 10px;
	transition:all 0.5s ease-in-out;
}
    .tab-labels label:hover {
      background: #2c332f;
	  color: #fff;
    }

	.tab-labels label img{
		transition:all 0.5s ease-in-out;
	}
	 .tab-labels label:hover img{
     filter:invert(1);
    }
    /* Icons (using emojis for simplicity, replace with svg/icons) */
    .tab-labels label span {
      font-size: 18px;
    }

    /* Hide inputs */
    input[type="radio"] {
      display: none;
    }

    /* Content */
.tab-content {
	flex: 1;
	padding: 0 20px;
}
    .content {
      display: none;
      animation: fadeIn 0.4s ease;
    }

    /* Active tab style */
    input#tab1:checked ~ .tab-labels label[for="tab1"],
    input#tab2:checked ~ .tab-labels label[for="tab2"],
    input#tab3:checked ~ .tab-labels label[for="tab3"] {
      background: #2c332f;
      color: #fff;
    }

	  input#tab1:checked ~ .tab-labels label[for="tab1"] img,
    input#tab2:checked ~ .tab-labels label[for="tab2"] img,
    input#tab3:checked ~ .tab-labels label[for="tab3"] img{
      filter:invert(1);
    }

    input#tab1:checked ~ .tab-content #content1,
    input#tab2:checked ~ .tab-content #content2,
    input#tab3:checked ~ .tab-content #content3 {
      display: block;
    }

    @keyframes fadeIn {
      from {opacity: 0;}
      to {opacity: 1;}
    }
.content p {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #555555;
	margin-bottom: 25px;
	font-family: "Outfit", serif !important;
}
.content p:last-child{
	margin-bottom:0px;
}
@media screen and (max-width: 767px) {
	.tab_box {
		flex-direction: column;
	}
	.tab-labels {
		flex-direction: row;
		width: 100%;
	}
	.tab_box {
		padding: 10px;
	}
	.tab-content {
		padding: 0 5px;
	}
}
@media screen and (max-width: 575px){
	.tabsbottom {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 480px) {
	.tab-labels {
		flex-wrap: wrap;
	}
	.tab-labels label {
		width: 100%;
	}
	.content p {
		font-size: 17px;
		line-height: 25px;
	}
}
/*================================== MAIN TAB CSS END  ================================== */

/*============================================
			footer CSS START
============================================*/
.footer_wrapper {
	position: relative;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.store_footer_wapper {
	padding: 25px 0;
}
.footer_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content: end;
}
.footer_menu ul li a {
	font-size: 16px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 25px;
	display: inline-block;
	font-family: "Outfit", sans-serif;
}
.footer_menu ul li a:hover {
	color: #ffffc5;
}
.payment_img {
	text-align: right;
}
.footer_menu.menu1 {
	margin: 20px 0 0 0;
}
.footer_menu.menu2 {
	display: none;
}
.footer_bottom {
	padding: 12px 0;
	position: relative;
	border-top: 1px solid #ffffff15;
}
.dezign_copyright {
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	font-family: 'Outfit', sans-serif;
}
.dezign_copyright span {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	font-family: 'Outfit', sans-serif;
	line-height: 22px;
	letter-spacing: 0.50px;
}
.dezign_by {
	font-size:16px;
	color: #fff;
	font-weight: 400;
	text-align: right;
	font-family: 'Outfit', sans-serif;
}
.dezign_by span {
	color: #fff;
	font-size:16px;
	font-weight:500;
	letter-spacing: 0.5px;
	font-family: 'Outfit', sans-serif;
}
@media screen and (max-width:1199px){
	.footer_menu ul li a {
		font-size: 15px;
		padding: 0px 13px;
	}
}
@media screen and (max-width: 991px){
	.footer_logo {
		text-align: center;
	}
	.payment_img {
		text-align: center;
	}
	.footer_block.footer_block03{
		text-align: center;
		margin: 30px 0 0;
	}
	.dezign_copyright {
		text-align: center;
		margin: 0 0 10px 0;
	}
	.dezign_by {
		text-align: center;
	}
	.footer_menu.menu2 {
		display: block;
		margin: 20px 0 0;
	}
	.footer_menu ul {
		display: block;
		text-align: center;
	}
	.footer_menu ul li a {
		padding: 6px 0px;
		font-size: 16px;
	}
	.store_footer_wapper {
		padding: 25px 0px;
	}
}
@media screen and (max-width:480px){
	.dezign_copyright span {
		font-size: 15px;
	}
	.dezign_copyright {
		font-size: 15px;
	}
}
/*============================================
			feature CSS START
============================================*/
.feature_make {
	margin: 0 0 50px 0;
}
.Shop_title {
	position: relative;
	text-align: center;
	margin: 0 0 30px 0;
}
.Shop_title h2 {
	font-size: 30px;
	font-weight: 600;
	color: #111111;
	text-align: center;
	position: relative;
	margin: 0;
	line-height: 35px;
	font-family: "Outfit", 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;
	border-radius: 20px;
}
.cate_box1 {
	margin: 0 0 35px 0;
}
.cate_box1 .fat_text1 h2 {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	color: #222222;
	position: relative;
	display: block;
	margin: 15px 0 0;
	line-height: 25px;
	text-align: center;
	transition: all 0.5s ease-in-out;
	font-family: "Outfit", sans-serif;
}
.cate_box1:hover .fat_text1 h2{
	color: #5a4018;
}
.button.view1 {
	text-align: center;
}
@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;
	}
}
@media screen and (max-width:361px) {
	.Shop_title h2 {
		font-size: 25px;
		line-height: 30px;
	}
}
/*============================================
			feature CSS END
============================================*/

/*================================== PROMOTION CSS START  ================================== */
.service_wrapper {
	margin: -60px 0 50px;
	z-index: 1;
	position: relative;
	text-align: center;
}
.service_item {
	background-color: #fff;
	display: inline-block;
	border-radius:80px;
	padding: 15px 0px;
	box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.15);
}
.service_logo {
	text-align: center;
}
.service_icon {
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_box {
	display: flex;
	align-items: center;
	column-gap: 10px;
	position: relative;
	min-width: 310px;
	justify-content: center;
}
.service_title h4 {
	font-size: 16px;
	font-weight: 500;
	color: #111111;
	text-transform: uppercase;
	margin: 0 0 0px;
	letter-spacing: 0.3px;
	line-height: 20px;
	font-family: 'Outfit', sans-serif;
	text-align: left;
}
@media screen and (max-width:1199px){
	.service_wrapper {
		margin: 50px 0 50px;
	}
}
@media screen and (max-width: 991px) {
	.service_box {
		min-width: unset;
		width: 50%;
	}
	.service_icon {
		flex-wrap: wrap;
	}
}
@media screen and (max-width:767px){
	.service_box {
		width: 100%;
		margin: 0 0 20px;
	}
	.service_box:last-child{
		margin-bottom: 0;
	}
}
@media screen and (max-width:575px) {
	.service_wrapper {
		margin: 40px 0 40px;
	}
}
@media screen and (max-width: 480px) {
	.service_item {
		border-radius: 40px;
	}
	.service_title h4 {
		font-size: 15px;
	}
}

/*================================== PROMOTION CSS END  ================================== */

/*================================== GALLERY CSS START  ================================== */
.gallery_wrapper {
	margin: 0 0 50px;
}
.gallery_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
}
.gallery_box {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.gallery_box img {
	border-radius: 20px;
}
.gallery_box::after {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	content: "";
	height: 0;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 0;
	border-radius: 20px 0 0 0;
}
.gallery_box:hover::after {
	height: 100%;
	width: 100%;
	opacity: 0;
	transition-duration: 1.3s;
}
.gallery_box::before {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	width: 0;
	border-radius:0 0 20px 0;
}
.gallery_box:hover::before {
	height: 100%;
	width: 100%;
	opacity: 0;
	transition-duration: 1.3s;
}
@media screen and (max-width:767px){
	.gallery_box {
		margin: 0 auto 30px;
	}
	.gallery_icon {
		flex-wrap: wrap;
	}
	.gallery_wrapper {
		margin: 0 0 10px;
	}
}
/*================================== GALLERY CSS END  ================================== */