@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

/*
font-family: "Figtree", sans-serif;
font-family: "Figtree", 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 30px 0;
}

.top_header_contant {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0;
	padding: 16px 170px 16px 30px;
	background-color: #f9f6f2;
	border-radius: 25px 0 0 25px;
}

.star_img img {
	display: block;
}

.star_content {
	font-size: 16px;
	font-weight: 600;
	color: #111111;
	text-transform: uppercase;
	margin: 0px 0 0px 0;
	letter-spacing: 0.3px;
	font-family: 'Figtree', sans-serif;
}

.top_reating {
	font-size: 16px;
	font-weight: 600;
	color: #111111;
	text-transform: uppercase;
	margin: 0px 0 0px 0;
	letter-spacing: 0.3px;
	font-family: 'Figtree', sans-serif;
}

.top_reating span {
	font-weight: 700;
}

.star_review {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: end;
}

.about_button a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	padding: 12px 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;
	text-transform: uppercase;
	font-family: 'Figtree', sans-serif;
	background-color: #22262b;
	clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
}

.about_button a:hover {
	color: #fff;
	background-color: #fe030c;
}

.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;
}

.top_section1 {
	margin: 0 0 30px 0;
}

.top_header {
	position: relative;
	margin: 20px 0 0 0px;
}

.verifie_title h4 {
	font-size: 18px;
	font-weight: 700;
	color: #111111;
	text-transform: uppercase;
	margin: 0px 0 0px 0;
	letter-spacing: 0.3px;
	font-family: 'Figtree', sans-serif;
}

.verifie_box {
	display: flex;
	align-items: center;
	gap: 10px;
}

.header_menu {
	display: flex;
	gap: 50px;
	align-items: center;
	justify-content: end;
	padding: 0 170px 0 0;
}

.top_header_box {
	position: relative;
}

.ebay_img {
	position: absolute;
	top: -13px;
	right: 20px;
	left: auto;
	bottom: auto;
}

.main_menu_mobile {
	display: none !important;
}

.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content: space-between;
	align-items: center;
}

.main_menu ul li:last-child a {
	padding: 0 0 0 38px;
}

.main_menu ul li a i {
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
}

.top_section_2 {
	background-color: #222222;
	padding: 24px 0;
}

.main_menu ul li {
	position: relative;
}

.main_menu ul li::after {
	content: '';
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	margin: auto;
	bottom: auto;
	height: 16px;
	width: 1px;
	background-color: #cccccc;
}

.main_menu ul li:first-child a {
	padding: 0 35px 0 0;
}

.main_menu ul li:last-child::after {
	content: none;
}

.main_menu ul li a {
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	color: #111;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 38px;
	font-family: "Figtree", sans-serif;
	line-height: 18px;
}

.main_menu ul li a:hover {
	color: #9f3543;
}

/* mobile-menu-css-tart */
.amon {
	color: #000;
	font-family: 'Figtree', 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: 0px;
	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: 190px;
	overflow: hidden;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}

.bars img {
	width: 70%;
	margin-left: 7px;
}

.amon ul li {
	display: inline-block;
}

.amon ul li a i {
	margin-right: 5px;
	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: #000000;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 8px 0;
	font-family: "Figtree", sans-serif;
	width: 100%;
}

.amon ul li a:hover {
	color: #9f3543;
}

.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: #9f3543;
}

.menu_icon .line-one {
	top: 0px;
	transform-origin: left center;
}

.menu_icon .line-two {
	top: 27%;
	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 (max-width:1399px) {

	.main_menu ul li:first-child a {
		padding: 0 28px 0 0;
	}

	.main_menu ul li a {
		padding: 0 28px;
	}
	.main_menu ul li:last-child a {
	padding: 0 0 0 28px;
}
}

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


	.main_menu ul li a {
		padding: 0 18px;
	}

	.main_menu ul li:first-child a {
		padding: 0 18px 0 0;
	}

	.main_menu ul li:last-child a {
		padding: 0 0 0 18px;
	}
	.main_menu ul li a {
		font-size: 15px;
	}
	.top_section_2 {
		padding: 20px 0;
	}

	.about_button a {
		font-size: 14px;
		padding: 12px 20px;
	}

	.star_img {
		margin: 0 auto 5px;
	}

	.top_header_contant .star_review {
		display: block;
		text-align: center;
	}

	.service_img {
		width: 20px;
	}

	.service_title h4 {
		font-size: 15px;
	}
}

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

	.top_contact,
	.header_menu {
		display: none;
	}

	.top_section_2 {
		display: none;
	}

	.header_right_top {
		padding: 10px 30px;
		margin: 20px 0 0px;
	}

	.main_menu {
		display: none;
	}

	.top_newsletter_link {
		display: none;
	}

	.top_section1 .row .col-lg-3 {
		display: flex;
		justify-content: space-between !important;
		flex: 0 0 100%;
		max-width: 100%;
		align-items: center;
	}

	.service_wrapper {
		order: 2;
	}

	.star_review {
		order: 1;
	}

	.menu {
		display: none;
	}

	.main_menu_mobile {
		text-align: center;
	}

	.main_menu_mobile {
		display: flex !important;
	}

	/* .mobile_menu {
		display: block !important;
	} */
	.top_header {
		width: 100%;
		text-align: center;
	}
	.star_review {
		justify-content: center;
	}

	.top_header .logo a img {
		width: 160px;
	}

	.main_dezign_brain_header {
		margin: 0;
	}

	.seller_item {
		justify-content: center;
	}

	.top_header_contant .star_review {
		display: flex;
		margin: 10px 0;
	}

	.star_img {
		margin: 0;
	}

	.top_header_contant {
		margin: 0;
		padding: 10px 0px 0;
		flex-direction: column;
		border-radius: 0 0 25px 25px;
	}

	.ebay_img {
		display: none;
	}

	.header_top .col-lg-3 {
		display: none;
	}

	.top_section1 {
		margin: 0 0 25px 0;
	}
}

@media screen and (max-width:767px) {
	.header_right_top {
		display: block;
		padding: 10px 10px;
	}



	.star_img {
		width: 120px;
	}
}

@media screen and (max-width:575px) {
	.top_header .logo a img {
		width: 120px;
	}

	.star_content {
		font-size: 15px;
	}

	.amon ul li a {
		font-size: 14px;
		padding: 6px 0;
	}
}

@media screen and (max-width: 480px) {
	.menu-links {
		top: 45px;
	}

	.top_section1 {
		margin: 0 0 20px 0;
	}

	.top_reating {
		font-size: 14px;
	}

	.top_header_contant .star_review {
		margin: 6px 0 10px;
	}

	.seller_item {
		display: block;
	}

	.top_header_contant .star_review {
		display: block;
		text-align: center;
	}

	.star_img {
		margin: 0 auto 5px;
	}

	.star_img img {
		width: 100px;
		margin: 0 auto;
	}
}


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

/* ============================== PRODUCT_DES3 CSS START ============================== */
.product_section {
	position: relative;
}

#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;
}

#right_box .desc-rd table td {
	font-size: 18px;
	font-weight: 400;
	position: relative;
	color: #333333;
	padding: 5px 10px;
}

#right_box .desc-rd table tr td:first-child {
	padding-left: 0px;
	padding-right: 15px;
	font-weight: 600;
	padding-left: 30px;
}

/* 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;
}

.main_title p {
	margin: 0;
}



.listing_content {
	position: relative;
	width: 100%;
	margin: 0px auto 30px;
	border: 1px solid #cdcdcd;
	padding: 30px;
	border-radius: 50px;
	overflow: hidden;
}
#main_gallery {
	border: 0px solid #b4b4b4;
	border-radius: 0px;
	box-sizing: border-box;
	min-height: 730px;
	margin: 0;
	padding: 0px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

#main_gallery #main_row {
	height: 730px;
	margin: 0 auto;
	max-width: inherit;
overflow: auto;
	text-align: center;
	width: auto;
	z-index: 500;
	margin-right: 0px;
	display: flex;
  justify-content: end;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

.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: 30px;
}

#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: 100%;
	left: 0px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 0px;
	width: 69%;
	overflow: hidden;
	border-radius: 30px;
}

#main_gallery #main_row div ul li {
	height: auto;
	margin: 0 0px 24px 23px;
	padding: 0;
	width: auto;
}

#main_gallery #main_row div ul li:nth-last-child(2),
#main_gallery #main_row div ul li:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width:1399px) {
	#main_gallery div.imagsbox_w {
		width: 69%;
	}

	.main_title {
		font-size: 20px;
		padding: 12px 8px;
		line-height: 26px;
	}
}

@media only screen and (max-width: 1349px) {
	#main_gallery div.imagsbox_w {
		width: 64%;
	}
}

@media only screen and (max-width: 1108px) {
	#main_gallery div.imagsbox_w {
		width: 62%;
	}
}

@media only screen and (max-width: 1199px) {
	.listing_section .container {
		max-width: 100%;
		padding: 0 20px;
	}
}

@media only screen and (max-width: 1065px) {
	#main_gallery div.imagsbox_w {
		width: 60%;
	}
}

@media only screen and (max-width: 1027px) {
	#main_gallery div.imagsbox_w {
		width: 58%;
	}
}

@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 (max-width: 991px) {
	.main_title {
		font-size: 18px;
		padding: 12px 8px;
		line-height: 24px;
		margin: 0px auto 20px;
	}

	.listing_content {
		padding: 15px;
		border-radius: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.listing_content {
		border-radius: 20px;
	}
	#main_gallery #main_row {
		margin: 10px auto 0;
	}
	
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {

	#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;
		border-radius: 12px;
	}

	#main_gallery #main_row .thumb img {
		max-height: 55px;
		max-width: 55px;
	}

	#main_gallery div.imagsbox_w {
		left: 0;
		margin: 0px 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_gallery .full_img_wapper,#main_gallery div.imagsbox_w {
		height: 340px !important;
	}
}

.main_bottom {
	text-align: center;
}

.desc-hedtitle {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin: 0 auto;
	padding: 7px 20px;
	z-index: 1;
	position: relative;
	text-align: center;
	line-height: 30px;
	background-color: #3f7ade;
	text-transform: uppercase;
	font-family: "Figtree", serif !important;
	display: inline-block;
	/* border-radius: 25px; */
}

.desc-rd p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #444444;
	font-family: "Figtree", sans-serif !important;
	margin: 0 0 10px 0;
}

.desc-rd.desc-text {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #111;
	font-family: "Figtree", sans-serif !important;
	padding: 20px;
}

.tab-content p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #111;
	font-family: "Figtree", sans-serif !important;
}

.tab-content p:last-child {
	margin: 0;
}

.desc-rd p:last-child {
	margin: 0;
}

.desc-rd.desc-text ul {
	margin: 0 0 0 15px;
	list-style: disc;
	padding: 0 0 0 16px;

}

.desc-rd.desc-text ul li {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #444444;
	font-family: "Figtree", sans-serif !important;
}

.desc-rd.desc-text ul li:last-child {
	margin: 0;
}

.desc-rd.desc-text b {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #9f3543;
	display: block;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-family: "Figtree", sans-serif !important;
	position: relative;
	padding: 0 0 0 24px;
}
.desc-rd.desc-text b::before {
	content: '';
	position: absolute;
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 0px;
	top: 14px;
	left: 0;
	right: auto;
	bottom: auto;
	width: 15px;
	height: 17px;
	transform: translateY(-50%);
}
.product-text {
	margin: 0 0 60px 0;
}

.main_title_2 {
	/* width: 90%; */
	font-size: 20px;
	font-weight: 600;
	color: #111111;
	display: block;
	padding: 12px 30px;
	z-index: 1;
	position: relative;
	line-height: 26px;
	text-align: center;
	font-family: "Figtree", sans-serif !important;
	background-color: #f9f6f2;
	margin: 0 auto;
	border-radius: 20px 20px 0 0;
	border-bottom: 1px solid #cdcdcd;
}

.desc_box {
	background: #fff;
	border-radius: 30px;
	position: relative;
	margin: 0px auto 30px;
	border: 1px solid #cdcdcd;
	/* padding: 0px 30px 20px; */
	overflow: hidden;
}

@media only screen and (max-width: 1399px) {
	.main_title_2 {
		font-size: 18px;
		padding: 12px 8px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 1299px) {
	.desc-rd p {
		margin: 0 0 6px 0;
	}

	.desc-rd.desc-text b {
		margin: 0 0 6px;
	}

	.desc-rd.desc-text ul li {
		margin-bottom: 3px;
	}
}

@media only screen and (max-width: 1199px) {
	.product-text .container {
		max-width: 100%;
		padding: 0 20px;
	}

	.desc-rd p {
		font-size: 17px;
	}

	.desc-rd.desc-text b {
		font-size: 19px;
	}

	.desc-rd.desc-text ul li {
		font-size: 17px;
	}
}

@media only screen and (max-width:991px) {
	.product-text {
		margin: 0 0 30px 0;
	}

	.desc-rd p {
		font-size: 16px;
	}

	.desc-rd.desc-text b {
		font-size: 18px;
	}

	.desc-rd.desc-text ul li {
		font-size: 16px;
	}
}

@media only screen and (max-width:575px) {
	#right_box .desc-rd table td {
		padding: 5px 0;
		width: 100%;
		display: block;
	}

	.main_title_2 {
		margin: 0 auto 0px;
	}

	.table_item .table_box tr {
		border-bottom: 1px solid #dadada;
	}

	.main_title_2 {
		font-size: 16px;
	}

	.table_box {
		width: 100%;
	}

	.desc_box {
		border-radius: 20px;
	}

	.desc-rd.desc-text b {
		margin: 0 0 4px 0;
	}

	.desc-rd p {
		font-size: 17px;
		margin: 0 0 4px 0;
	}
}

@media only screen and (max-width:480px) {
	#right_box .desc-rd.desc-text {
		overflow: auto;
		max-height: 450px;
		height: auto;
	}

	.desc_box {
		margin: 0;
	}

	.product-text {
		margin: 0 0 20px 0;
	}

	.pro-and-about {
		margin: 10px 0 0 0;
	}

	.main_title_2 {
		font-size: 14px;
	}

	.desc-rd p {
		font-size: 15px;
		margin: 0;
	}

	.main_title {
		font-size: 16px;
		padding: 8px 8px;
		line-height: 20px;
		margin: 0 auto 14px;
	}

	.desc-hedtitle {
		font-size: 18px;
		padding: 5px 20px;
	}

	.desc-rd.desc-text b {
		font-size: 15px;
		margin: 0;
		line-height: 24px;
	}
	.desc-rd.desc-text b::before {
		top: 10px;
	}

	.desc-rd.desc-text ul li {
		font-size: 15px;
		margin: 0;
	}
}

/* ============================== PRODUCT_DES3 CSS END ============================== */

/*================================== BANNER CSS START  ================================== */

.banner_res {
	display: none !important;
}

#dezign_home_banner {
	margin: 0px auto 60px;
	text-align: center;
	position: relative;
	z-index: 1;
}

#dezign_home_banner {
	margin: 0px auto 60px;
	text-align: center;
}

/* Container styles */
#slidersection {
	width: 100%;
	overflow: hidden;
	position: relative;
	max-width: 1600px;
	margin: auto;
}

.slider {
	width: 100%;
	position: relative;
	padding-bottom: 33%;
	margin: 0 auto;
}

.slider ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.slider li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	animation: zoomFade 12s infinite;
}

/* Banner image styles */
.slider .main_banner {
	width: 100%;
	height: auto;
	display: block;
	transform: scale(1);
	animation: zoomIn 4s infinite;
}

.banner_res {
	display: none;
}

/* Animation for each slide */
.slider li:nth-child(1) {
	animation-delay: 0s;
}

.slider li:nth-child(2) {
	animation-delay: 4s;
}

.slider li:nth-child(3) {
	animation-delay: 8s;
}

/* Keyframe animations */
@keyframes zoomFade {
	0% {
		opacity: 0;
		z-index: 0;
	}

	8% {
		opacity: 1;
		z-index: 1;
	}

	33% {
		opacity: 1;
		z-index: 1;
	}

	41% {
		opacity: 0;
		z-index: 0;
	}

	100% {
		opacity: 0;
		z-index: 0;
	}
}

@keyframes zoomIn {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1);
	}
}

@media screen and (max-width: 767px) {
	.main_banner {
		display: none !important;
	}

	.banner_res {
		display: block !important;
		margin: 0 auto;
	}

	.slider {
		padding-bottom: 120%;
	}
#slidersection{
	max-width: 500px;
}
	.banner_res {
		height: 600px;
		width: 500px;
	}

	#dezign_home_banner {
		margin: 0 auto 20px;
	}
}

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

}

@media screen and (max-width:500px) {
	#slidersection {
		max-width: 100%;
	}
	.banner_res {
		height: auto;
		width: auto;
	}
	

}

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

	.slider {
		/* padding-bottom: 100%; */
	}
}

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


	.slider {
		/* padding-bottom: 84%; */
	}

	#dezign_home_banner {
		margin: 0 auto 20px;
	}
}

@media screen and (max-width:400px) {
	.slider {
		/* padding-bottom: 100%; */
	}
}

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

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

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

@media screen and (max-width: 1199px) {
	#dezign_home_banner {
		margin: 0px auto 40px;
	}
}

@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;
	}

}

@media screen and (max-width: 480px) {
	#dezign_home_banner {
		margin: 0px auto 20px;
	}

}

/*================================== BANNER CSS END  ================================== */
/*================================== PROMOTION CSS START  ================================== */
.service_wrapper {
	z-index: 1;
	position: relative;
	background-image: url(../images/service-bg.png);
	padding: 30px;
	border-radius: 30px;
	overflow: hidden;
	background: #f9f6f2;
}

.service_item {
	display: grid;
	justify-content: center;
	align-items: start;
	grid-template-columns: repeat(1, 1fr);
}

.service_logo {
	text-align: center;
}

.service_icon {
	position: relative;
	transition: all 0.5s ease-in-out;
	text-align: center;
	
}
.service_item .service_icon .service_box{
	display: flex;
	/* justify-content: center; */
	align-items: center;
	gap:10px;
}
.service_item .service_icon{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dadada;
}
.service_item .service_icon:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border:none;
}

.service_img {
	position: relative;
	position: relative;
	background-color: #ffffff;
	border-radius: 100%;
	width: 60px;
	/* margin: 0 auto 12px; */
	padding: 0;
}

/* .service_img::after {
	content: '';
	position: absolute;
	top: -2px;
	bottom: auto;
	left: auto;
	right: 1px;
	height: 100px;
	width: 100px;
	background-color: #ffffff;
	border-radius: 50%;
} */

.service_box:last-child {
	border-right: none;
}

.service_title h4 {
	font-size: 18px;
	font-weight: 600;
	color: #191919;
	margin: 0 0 0px;
	letter-spacing: 0.3px;
	line-height: 22px;
	font-family: 'Figtree', sans-serif;
	transition: all .5s ease-in-out;
	text-align: left;
	text-transform: uppercase;
}

.service_title h4:hover {
	/* color: #9f3543; */
}

.service_title p {
	font-size: 16px;
	font-weight: 400;
	color: #444444;
	/* text-transform: uppercase; */
	margin: 0 0 0px;
	letter-spacing: 0.3px;
	line-height: 22px;
	font-family: 'Figtree', sans-serif;
}

@media screen and (max-width: 1199px) {
	.service_wrapper {
		padding: 20px;
	}
}
@media screen and (max-width: 991px) {

	.service_icon:nth-child(1),
	.service_icon:nth-child(2) {
		margin: 0 0 20px;
	}

	.service_wrapper {
		display: block;
	}
}

@media screen and (max-width: 480px) {
	.service_title h4 {
		font-size: 18px;
	}

	.service_title p {
		font-size: 15px;
	}

	.service_wrapper {
		margin: 0 0 25px;
	}

	.service_icon {
		width: 100%;
	}

	.service_icon::before {
		content: none;
	}

	.service_icon:nth-child(1),
	.service_icon:nth-child(2),
	.service_icon:nth-child(3) {
		margin: 0 0 20px;
	}
}

@media screen and (max-width:360px) {
	.service_title h4 {
		font-size: 15px;
	}

	

	.service_img {
		margin: 0 0 8px;
	}
}


/*================================== PROMOTION CSS END  ================================== */
/* ABOUT1 CSS START */
.about_wrapper {
	margin: 0px 0px 60px;
	position: relative;
	z-index: 1;
}

/* .about_wrapper::after {
	content: '';
	position: absolute;
	background-color: #fff5f3;
	clip-path: polygon(0% 14%, 100% 0%, 100% 100%, 0% 86%);
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	width: 100%;
	height: 100%;
	z-index: -1;
} */

.about_img {
	position: relative;
	text-align: center;
}
.about_img video {
	height: 560px;
	background: #f9f6f3;
}

.about_content {
	position: relative;
}

.browse_all_btn.about {
	text-align: left;
}

.about_content h6 {
	font-size: 32px;
	font-weight: 800;
	color: #333;
	line-height: 34px;
	text-transform: uppercase;
	margin: 0px 0 20px 0px;
	position: relative;
	font-family: "Figtree", serif;
	padding: 11px 0 11px 40px;
	background-image: -moz-linear-gradient(0deg, #f9f6f2 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-linear-gradient(0deg, #f9f6f2 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(0deg, #f9f6f2 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 28px;
}

.about_content h6::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	right: auto;
	bottom: auto;
	width: 10px;
	height: 10px;
	background: #9f3543;
	border-radius: 50%;
	transform: translateY(-50%);
}

.about_content h6 span {
	background: #9f3543;
	color: transparent;
	background-clip: text;
}

.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: 'Figtree', sans-serif;
}

.about_content p {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #444444;
	font-family: "Figtree", serif !important;
}

.about_content p span {
	font-weight: 800;
	text-transform: uppercase;
}

.browse_all_btn a {
	display: inline-block;
}

.button {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	padding: 5px 8px 5px 27px;
	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: #000000;
	text-transform: uppercase;
	border-radius: 40px;
	font-family: 'Figtree', sans-serif;
}

.button:hover {
	background: #9f3543;
	color: #ffffff;
}

.button i {
	margin-left: 10px;
	width: 35px;
	height: 35px;
	background: #ffffff;
	line-height: 35px;
	text-align: center;
	border-radius: 40px;
	color: #000000;
}

@media screen and (max-width:1199px) {
	.about_content p {
		font-size: 16px;
		line-height: 24px;
	}

	.about_content h6 {
		font-size: 28px;
		line-height: 30px;
	}

	.about_wrapper {
		margin: 0px 0px 40px;
	}
}

@media screen and (max-width: 991px) {
	.about_img {
		margin: 0 auto;
		text-align: center;
		width: 90%;
	}

	.about_wrapper::after {
		clip-path: polygon(0% 14%, 100% 0%, 100% 100%, 0% 100%);
	}

	.about_wrapper {
		padding: 0 0 20px 0;
	}

	.about_content {
		margin: 20px 0 0 0;
		text-align: center;
	}

	.browse_all_btn.about {
		text-align: center;
	}

	.about_content h6 {
		margin: 0px 0 20px 0px;
		display: inline-block;
	}

}

@media screen and (max-width:767px) {
	.about_img {
		width: 100%;
	}

	.about_content h6 {
		font-size: 24px;
		line-height: 26px;
		margin: 0 0 10px 0;
	}

	.button {
		font-size: 15px;
		line-height: 17px;
		padding: 16px 30px;
	}
}

@media screen and (max-width:575px) {
.about_img video {
	height: 370px;
}
	.about_content p {
		margin-bottom: 12px;
	}

	.about_content h6 {
		padding: 11px 0 11px 36px;
	}

	.about_content h6::before {
		width: 8px;
		height: 8px;
	}
}

@media screen and (max-width:480px) {
	.button {
		font-size: 14px;
		line-height: 16px;
		padding: 15px 26px;
	}

	.about_content h6 {
		font-size: 20px;
		line-height: 22px;
	}

	.button i {
		margin-left: 3px;
		transition: all .5s ease-in-out;
		font-size: 18px;
	}

	.about_wrapper {
		margin: 0px 0px 20px;
	}
}

@media screen and (max-width:360px) {
	.about_content p {
		font-size: 15px;
		line-height: 23px;
		margin-bottom: 10px;
	}
}

/* ============================== 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: 9px 40px;
	text-align: center;
	cursor: pointer;
	color: #191919;
	background-color: #f9f6f2;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	border-radius: 10px;
	margin: 0 10px;
	letter-spacing: 0.5px;
	font-family: "Figtree", sans-serif;
	transition: all .5s ease-in-out;
}

.message_desk {
	display: inline-block;
	vertical-align: middle;
}

.tabsbottom {
	margin: 0 0 60px 0;
}

.tabsbottom label:hover {
	background-color: #9f3543;
	color: #fff;
}

.tabsbottom input:checked+label {
	background-color: #9f3543;
	color: #fff;
}
.tabsbottom label .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;
	margin: 0 0 10px 0;
}

section p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #191919;
	margin: 0 0 25px 0;
	font-family: "Figtree", sans-serif;
	background: url('../images/true.png');
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 30px;
}

section b {
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	color: #191919;
	margin: 0 0 12px 0;
	font-family: "Figtree", sans-serif;
	text-transform: uppercase;
	display: block;
}

section p:last-child {
	margin: 0;
}

section p:nth-child(3) {
	margin: 0 0 10px 0;
}

.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;
}
section ul {
	margin-left: 20px;
}
section ul li{
	list-style: disc;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #191919;
}

.tabs_top {
	text-align: justify;
	padding: 30px 50px;
	border-radius: 25px;
	border: 1px solid #bebebe;
}

@media screen and (max-width: 1399px) {
	.tabsbottom label{
		padding: 9px 30px;
	}
	.tabs_top {
		padding: 30px 30px;
	}
}
@media screen and (max-width: 1299px) {
	section p {
		font-size: 16px;
		line-height: 28px;
	}

	.tabsbottom label {
		padding: 7px 26px;
		font-size: 16px;
		line-height: 20px;
		margin: 0 6px;
	}
	section b {
		font-size: 16px;
		line-height: 20px;
	}
}

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

	.tabsbottom {
		margin: 0 0 40px 0;
	}

	section {
		padding: 20px 0 0;
	}

	.tabsbottom label img {
		margin: 0 6px 0 0;
	}

	.tabs_top {
		padding: 30px;
	}
}

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

	.tabs_top {
		margin: 0 0 20px 0;
	}

	.tabright {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.tabsbottom label {
		width: 100%;
		margin: 0 0 10px;
	}

	section {
		padding: 15px 0 0;
	}

	.tabs_top {
		padding: 20px;
	}

	section p {
		margin: 0 0 14px 0;
	}
}

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

	section p {
		font-size: 15px;
		line-height: 23px;
	}

	section b {
		font-size: 15px;
		line-height: 19px;
	}

	#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;
		margin: 0 0 0px 0;
	}
}

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

	.tabsbottom {
		margin: 0 0 0px 0;
	}

	.tabsbottom label {
		font-size: 15px;
		line-height: 17px;
	}

	.tabs_top {
		margin: 0 0 14px 0;
	}
}

@media screen and (max-width: 360px) {
	.tabs_top {
		padding: 16px;
	}

	section p {
		font-size: 14px;
		line-height: 22px;
	}

	section b {
		font-size: 14px;
		line-height: 18px;
	}
}
/*================================== MAIN TAB CSS END  ================================== */

/*============================================
			guaranteed CSS START
============================================*/
.guaranteed_wapper {
	position: relative;
	margin: 0 0 40px 0;
}

.brand_title {
	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_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.guaranteed_top_text p {
	font-size: 14px;
	color: #666666;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.2px;
	margin: 0;
	font-family: "Figtree", sans-serif;
}

.guaranteed_box {
	position: relative;
	z-index: 1;
	padding: 25px;
	border-radius: 12PX;
	margin: 0 0 40px 0;
	border: 2px solid #dbdbdb;
}

.guaranteed_name {
	font-size: 18px;
	color: #191919;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0.2px;
	margin: 0;
	font-family: "Figtree", sans-serif;
}

.guaranteed_text_left {
	font-size: 16px;
	color: #8b8b8b;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.2px;
	margin: 0;
	font-family: "Figtree", sans-serif;
	font-style: italic;
	text-transform: none;
}

.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;
	column-gap: 15px;
	align-items: center;
}

.start span {
	font-size: 14px;
	color: #666666;
	font-weight: 400;
	font-family: "Figtree", sans-serif;
}

.guaranteed_text {
	font-size: 18px;
	color: #191919;
	font-weight: 400;
	line-height: 26px;
	transition: all 0.8s ease-in-out;
	margin: 20px 0px;
	font-family: "Figtree", sans-serif;
	height: 170px;
	display: flex;
}

.coma {
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 26px;
	color: #191919;
	border-radius: 50%;
	font-weight: 700;
	font-family: "Figtree", sans-serif;
	background-color: #f9f6f2;
}

.browse_all_btn.guaranteed {
	text-align: center;
}

@media screen and (max-width: 1399px) {
	.guaranteed_text {
		height: 200px;
	}
}

@media screen and (max-width: 1299px) {
	.guaranteed_text {
		font-size: 16px;
		line-height: 24px;
		margin: 10px 0px;
		height: 160px;
		align-items: start;
	}
}

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

	.guaranteed_text {
		height: 160px;
	}

	.guaranteed_wapper {
		margin: 0 0 20px 0;
	}

	.guaranteed_box {
		padding: 20px;
	}

	.guaranteed_name {
		font-size: 16px;
		line-height: 24px;
	}

	.guaranteed_text_left {
		font-size: 15px;
	}

	.coma {
		width: 48px;
		height: 48px;
		line-height: 48px;
		font-size: 22px;
	}
}

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

	.guaranteed_text {
		height: 130px;
	}

	.brand_title h1 {
		font-size: 26px;
		line-height: 30px;
	}

	.brand_title {
		margin: 0 0 20px 0;
	}
.guaranteed_ebay {
	margin: 0 0 20px 0;
	text-align: center;
}
}

@media screen and (max-width: 767px) {
	.guaranteed_box {
		max-width: 70%;
		margin: 0px auto 20px;
	}

	.guaranteed_left {
		column-gap: 12px;
	}

	.coma {
		width: 44px;
		height: 44px;
		line-height: 44px;
		font-size: 24px;
	}

	.guaranteed_name {
		font-size: 15px;
		line-height: 22px;
	}

	.guaranteed_text_left {
		font-size: 14px;
	}

	.guaranteed_text {
		height: unset;
		margin: 20px 0;
	}

}

@media screen and (max-width: 575px) {
	.guaranteed-head h5 {
		font-size: 25px;
		line-height: 30px;
	}

	.coma {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 22px;
	}

	.guaranteed_name {
		font-size: 16px;
		line-height: 24px;
	}

	.brand_title h1 {
		font-size: 24px;
		line-height: 30px;
	}
}

@media screen and (max-width:480px) {
	.guaranteed_box {
		max-width: 90%;
	}

	.start img {
		width: 110px;
	}

	.brand_title h1 {
		font-size: 22px;
		line-height: 28px;
		margin: 0 0 12px 0;
	}

	.guaranteed_box {
		padding: 22px 10px;
	}

	.brand_title {
		display: block;
		text-align: center;
	}
}

@media screen and (max-width:360px) {
	.guaranteed-head h5 {
		font-size: 23px;
		line-height: 26px;
	}

	.guaranteed_name {
		font-size: 15px;
		line-height: 23px;
	}

	.coma {
		width: 38px;
		height: 38px;
		line-height: 38px;
		font-size: 20px;
	}

	.guaranteed_text {
		font-size: 15px;
		line-height: 23px;
	}

	.guaranteed_box {
		max-width: 100%;
	}
}

/*============================================
			guaranteed CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
.footer_wrapper {
	position: relative;
	background-color: #ffffff;
}

.store_footer_wapper {
	position: relative;
	padding: 36px 0;
	background-color: #f9f6f2;
}

.footer_menu ul {
	display: grid;
	margin: 0px 0 0;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 30px;
}

.payment_img {
	text-align: end;
}

.verifie_right {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer_menu ul li i {
	margin-right: 5px;
	transition: 0.5s all ease-in-out;
}

.footer_menu ul li a {
	font-size: 18px;
	color: #111111;
	line-height: 28px;
	font-weight: 500;
	transition: 0.5s all ease-in-out;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 0.3px;
	font-family: "Figtree", sans-serif;
	padding: 0 0 0 20px;
}

.footer_menu ul li a:hover {
	color: #9f3543;
}

.about_button {
	text-align: right;
}

.footer_menu ul li i {
	margin-right: 5px;
}

.footer_top_menu {
	display: flex;
	justify-content: center;
}

.footer_menu ul li a {
	position: relative;
}

.footer_menu ul li {
	position: relative;
}

.footer_menu ul li::before {
	content: '';
	position: absolute;
	height: 8px;
	width: 8px;
	background-color: #000000;
	top: 0;
	left: 0;
	bottom: 0;
	right: auto;
	transform: rotate(40deg);
	margin: auto 0;
}

.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;
}

.verifie_title h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	color: #222222;
	margin: 0 0 0px;
	font-family: "Figtree", serif;
}

.verifie_title p {
	font-size: 16px;
	font-weight: 400;
	color: #555555;
	margin: 0px 0 0px 0;
	font-family: 'Figtree', sans-serif;
}

.footer_menu.nav_menu {
	display: none;
}

.footer_bottom {
	position: relative;
	padding: 13px 0;
	background-color: #9f3543;
}

.dezign_copyright {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-align: left;
	font-family: "Figtree", sans-serif;
	text-align: center;
}

.dezign_copyright span {
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 700;
	font-family: "Figtree", sans-serif;
}

.dezign_by {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-align: right;
	letter-spacing: 0.5px;
	font-family: "Figtree", sans-serif;
}

.dezign_by span {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.5px;
	font-family: "Figtree", sans-serif;
}

@media screen and (max-width:1399px) {
	.footer_menu ul li a {
		font-size: 17px;
		line-height: 26px;
	}
}

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

	.verifie_title h4 {
		font-size: 16px;
	}

.footer_menu ul li a {
	font-size: 15px;
	line-height: 24px;
}
	.footer_menu ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px 0px;
	}

	.verifie_title p {
		font-size: 14px;
	}
}

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

@media screen and (max-width: 991px) {
	.footer_block.footer_block02 {
		display: none;
	}





	.store_footer_wapper {
		padding: 18px 0 0 0;
	}

	.footer_bottom {
		padding: 10px 0;
	}

	.dezign_by {
		text-align: center;
	}

	.dezign_copyright {
		text-align: center;
		margin-bottom: 10px;
		line-height: 22px;
	}

	.footer_block.footer_block04 {
		margin: 0px 0 20px 0;
		text-align: center;
	}

	.store_footer_wapper .container .row .col-lg-4:nth-child(2) {
		order: -1;
	}

	.footer_block.footer_block03 {
		text-align: center;
	}

	.footer_logo {
		text-align: center;
		margin: 0 0 20px 0;
	}

	.footer_block.footer_block01 {
		display: none;
	}

	.footer_menu ul {
		display: block;
		text-align: left;
		width: 170px;
		margin: 0 auto;
	}

	.footer_menu ul li {
		padding: 0 0 0 15px;
	}

	.footer_menu {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}

	.footer_menu ul li a {
		padding: 7px 0px;
		border-right: none;
	}

	.verifie_box {
		border-right: none;
		margin: 20px 0 0;
	}

	.payment_img {
		margin: 10px 0 20px 0;
		text-align: center;
	}

	.verifie_right {
		display: block;
	}

	.footer_menu.nav_menu {
		display: block;
	}

	.footer_menu {
		display: none;
	}

	.verifie_title h4 {
		font-size: 18px;
	}

}

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

	.payment_img img {
		width: 240px;
	}

	.footer_logo img {
		width: 170px;
	}

}

/*============================================
			feature CSS START
============================================*/
.brand_section {
	margin: 0 0 60px 0;
}
.brand_section .browse_all_btn{
	display: none;
}
.brands {
	border-radius: 20px;
	text-align: center;
	position: relative;
	transition: all 0.5s ease-in-out;
}

.brands_title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
}


.brands a i {
	border: 1px solid #000000;
	border-radius: 50px;
	height: 35px;
	width: 35px;
	line-height: 33px;
	background: #ffffff;
	transform: translateX(-50%);
	color: #d5d5d5;
}

.brands a img {
	border-radius: 20px;
	display: inline-block;
}

.brand_title {
	margin: 0 0 30px 0;
}

.brand_title h1 {
	font-size: 32px;
	font-weight: 600;
	color: #111111;
	position: relative;
	display: block;
	font-family: "Figtree", sans-serif;
	letter-spacing: 1px;
	line-height: 34px;
	margin: 0 0 20px 0;
}

.guaranteed_wapper .brand_title h1{
	text-align: center;
}
.brands .brands_title {
	font-size: 22px;
	font-weight: 600;
	color: #111111;
	line-height: 26px;
	font-family: 'Figtree', sans-serif;
	transition: all 0.5s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.brands .brands_title i {
	font-size: 16px;
	font-weight: 600;
	color: #111111;
	transition: all 0.5s ease-in-out;
}

.brands:hover .brands_title i{
	background: #9f3543;
	border: 1px solid #9f3543;
	color: #fff;
}

.brands:hover .brands_title {
	color: #9f3543;
}

.browse_all_btn {
	text-align: center;
	display: block;
}

@media screen and (max-width: 1199px) {
	.brand_title h1 {
		font-size: 30px;
		line-height: 32px;
	}

	.brands .brands_title {
		margin: 16px 0;
	}

	.brand_section {
		margin: 0 0 40px 0;
	}
}

@media screen and (max-width: 991px) {
	.brand_wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	.brand_title {
		text-align: center;
	}
	.brand_title .button{
		display: none;
	}
	.brand_section .browse_all_btn{
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.brand_title h1 {
		font-size: 26px;
		line-height: 28px;
	}

	.button i {
		width: 33px;
		height: 33px;
		line-height: 33px;
		margin-left: 10px;
	}

	.button {
		font-size: 15px;
		padding: 5px 6px 5px 20px;
		line-height: 30px;
	}
}

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


	.brand_title h1 {
		font-size: 24px;
		line-height: 26px;
	}

	.button i {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-left: 6px;
	}

	/* .button {
		font-size: 14px;
		padding: 4px 5px 4px 18px;
	} */

	.brand_title {
		margin: 0 0 20px 0;
	}

	.brand_section {
		margin: 0 0 20px 0;
	}
}

@media screen and (max-width: 360px) {
	.brand_title h1 {
		font-size: 20px;
		line-height: 22px;
	}

	.brands .brands_title {
		font-size: 20px;
		line-height: 22px;
	}

	.brands {
		margin: 0 0 30px 0;
	}

}


/*============================================
			feature CSS END
============================================*/
/*============================================
			db_why_choose_us CSS END
============================================*/
.db_why_choose_us {
	margin: 0 0 60px 0;
}

/* .db_why_choose_us .db_why_choose_us_wapper {
	background: #fcf9f7;
	padding: 0 15px 15px;
	border-radius: 30px;
	overflow: hidden;
} */

.db_why_choose_us .db_why_choose_us_wapper .db_why_choose_us_image {
	text-align: center;
}

.category_item {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0 0 40px 0;
}

.category_item .Shop_title {
	width: 60%;
}

.category_item .Shop_title h2 {
	font-size: 32px;
	font-weight: 500;
	color: #1f324a;
	line-height: 36px;
	text-transform: uppercase;
	position: relative;
	font-family: "Figtree", serif;
	margin: 0;
}

.db_why_choose_us_wapper .Shop_title h2 {
	font-size: 32px;
	font-weight: 800;
	color: #111111;
	position: relative;
	margin: 0;
	line-height: 34px;
	text-transform: uppercase;
	font-family: "Figtree", serif;
	padding: 0 0 0 30px;
}

.db_why_choose_us_text {
	background-color: #fff2f0;
	padding: 50px 20px 20px 40px;
	border-radius: 30px;
	display: flex;
	gap: 60px;
	position: relative;
	margin: 14px 0 0 0;
}

.db_why_choose_us_text_second_2 {
	text-align: center;
}

.db_why_choose_us_text_second_img {
	margin: 20px 0 0 0;
}

.db_why_choose_us_text_second {
	position: relative;
	text-align: center;
	border-radius: 0px;
	width: 100%;
	padding: 0;
	margin: -110px 0 0 0;
}

table tr td:first-child {
	text-align: left;
}

table tr td {
	padding: 0 0 26px 0;
}

table tr th {
	padding: 0px 0 50px 0;
}

table tr td {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #444444;
	font-family: "Figtree", sans-serif !important;
}

table tr th:nth-child(2) h4 {
	font-weight: 600;
	color: #ffffff;
}

table tr th h4 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #333333;
	font-family: "Figtree", sans-serif !important;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}

.db_why_choose_us_text table tr td:nth-child(2),
.db_why_choose_us_text table tr th:nth-child(2) {
	background-color: #9f3543;
	width: 26%;
}

table tr td:nth-child(3),
table tr th:nth-child(3) {
	width: 20%;
}

.db_why_choose_us_text table tr th:nth-child(2) {
	border-radius: 30px 30px 0 0;
}

table tr:last-child td:nth-child(2) {
	border-radius: 0 0 30px 30px;
}

.db_why_choose_us_text_second ul li {
	margin: 0 0 30px 0;
}

@media (max-width:1399px) {
	.category_item .Shop_title {
		width: 70%;
	}
}

@media (max-width:1199px) {
	table tr td {
		padding: 0 0 20px 0;
	}

	.db_why_choose_us_wapper .Shop_title h2 {
		font-size: 28px;
		line-height: 30px;
	}

	.service_item .service_icon:nth-child(1)::after,
	.service_item .service_icon:nth-child(3)::after {
		top: 10px;
		right: 0px;
	}

	.category_item .Shop_title {
		width: 90%;
	}

	.category_item .Shop_title h2 {
		font-size: 28px;
		line-height: 32px;
	}

	table tr th h4 {
		margin: 20px 0 0 0;
	}

	.Shop_title_img img {
		width: 50px;
	}

	.db_why_choose_us_text_second_img img {
		width: 70px;
	}

	.db_why_choose_us {
		margin: 0 0 40px 0;
	}

	.db_why_choose_us_text {
		padding: 50px 0px 10px 30px;
	}

	table tr th {
		padding: 0px 0 40px 0;
	}

	.category_item {
		margin: 0 0 30px 0;
	}

	.Shop_title h2 {
		font-size: 26px;
		line-height: 30px;
	}

	.service_icon {
		width: 100%;
	}

	table tr th h4 {
		font-size: 16px;
	}
}

@media (max-width:992px) {

	.service_item .service_icon:nth-child(1)::after,
	.service_item .service_icon:nth-child(3)::after {
		top: 10px;
		right: -3px;
	}
}

@media (max-width:991px) {

	/* .service_item {
		grid-template-columns: repeat(4, 1fr);
	} */

	.service_item .service_icon:nth-child(1)::after,
	.service_item .service_icon:nth-child(3)::after {
		content: none;
	}

	.service_item .service_icon:nth-child(1)::before,
	.service_item .service_icon:nth-child(2)::before {
		content: none;
	}

	.Shop_title {
		text-align: left;
	}

	.db_why_choose_us_text table tr td:nth-child(2),
	.db_why_choose_us_text table tr th:nth-child(2) {
		width: 24%;
	}

	.category_item {
		justify-content: center;
		gap: 10px;
	}

	.category_item .Shop_title {
		width: 70%;
	}

	.service_wrapper {
		display: block;
		margin: 0 ;
	}

	.db_why_choose_us {
		text-align: center;
	}


	.service_icon {
		align-items: center;
		width: 100%;
	}

}

@media (max-width:767px) {

	.service_icon {
		width: 100%;
	}

	.db_why_choose_us_wapper .Shop_title h2 {
		font-size: 26px;
		line-height: 28px;
		padding: 0 0 0 24px;
	}

	table tr th {
		padding: 0px 0 20px 0;
	}

	table tr td {
		font-size: 16px;
		line-height: 24px;
	}

	.category_item .Shop_title h2 {
		font-size: 24px;
		line-height: 28px;
	}

	.category_item .Shop_title {
		width: 100%;
	}

	.category_item {
		gap: 0px;
		margin: 0 0 20px 0;
	}
}

@media (max-width:575px) {
	.Shop_title h2 {
		font-size: 22px;
		line-height: 26px;
	}

	.db_why_choose_us_text {
		padding: 55px 0px 10px 16px;
	}

	.category_item .Shop_title h2 {
		font-size: 22px;
		line-height: 26px;
	}

	table tr td {
		padding: 0 0 16px 0;
	}

	table tr th h4 {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (max-width:480px) {
	.service_item {
		grid-template-columns: repeat(1, 1fr);
	}

	.service_item .service_icon:nth-child(1),
	.service_item .service_icon:nth-child(2) {
		margin: 0 0 10px 0;
	}
	.service_item .service_icon{
		padding-bottom: 10px;
	}

	.service_item .service_icon {
		margin: 0 0 20px 0;
	}

	.db_why_choose_us_wapper .Shop_title h2 {
		font-size: 20px;
		line-height: 22px;
		padding: 0;
	}

	.Shop_title {
		text-align: center;
	}

	F .category_item .Shop_title h2 {
		font-size: 20px;
		line-height: 24px;
	}

	.db_why_choose_us_text {
		margin: 20px 0 0 0;
	}

	.db_why_choose_us_text {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.db_why_choose_us_text_second {
		min-width: 410px;
	}

	.db_why_choose_us_text {
		padding: 120px 10px 20px;
	}

	.service_wrapper {
		margin: 0 0 20px 0;
	}

	.db_why_choose_us {
		margin: 0 0 20px 0;
	}
}

@media (max-width:360px) {
	.db_why_choose_us_text_second {
		min-width: 340px;
	}

	table tr td {
		font-size: 15px;
		line-height: 22px;
	}

	.db_why_choose_us_text_second_img img {
		width: 60px;
	}
}

/*============================================
			db_why_choose_us CSS END
============================================*/
/*================================== PROMOTION CSS START  ================================== */
.info_wrapper {
	margin: 0 0 40px;
	z-index: 1;
	position: relative;
	background: #fcf9f7;
	padding: 30px 0;
}

.info_item {
	display: flex;
	justify-content: center;
	align-items: center;
}

.info_logo {
	text-align: center;
}

.info_icon {
	position: relative;
	width: 25%;
	transition: all 0.5s ease-in-out;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.info_icon::before {
	content: "";
	position: absolute;
	left: auto;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	height: 36px;
	background: #d39c8d;
	margin: auto;
}

.info_icon:last-child::before {
	content: none;
}

.info_img {
	margin: 0 0 12px;
}

.info_box:last-child {
	border-right: none;
}

.info_title h4 {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	margin: 0 0 7px;
	letter-spacing: 0.3px;
	line-height: 22px;
	font-family: 'Figtree', sans-serif;
}

.info_title p {
	font-size: 16px;
	font-weight: 500;
	color: #444444;
	/* text-transform: uppercase; */
	margin: 0 0 0px;
	letter-spacing: 0.3px;
	line-height: 22px;
	font-family: 'Figtree', sans-serif;
}

@media screen and (max-width: 991px) {
	.info_item {
		justify-content: center;
		flex-wrap: wrap;
	}

	.info_icon:nth-child(1),
	.info_icon:nth-child(2),
	.info_icon:nth-child(3) {
		margin: 0 0 20px;
	}

	.info_icon::before {
		content: none;
	}

	.info_icon {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	.info_title h4 {
		font-size: 16px;
	}

	.info_title p {
		font-size: 15px;
	}

	.info_wrapper {
		margin: 0 0 25px;
	}

	.info_icon {
		width: 100%;
	}
}

@media screen and (max-width:361px) {
	.info_title h4 {
		font-size: 15px;
	}

	.info_img img {
		height: 50px;
	}

	.info_img {
		margin: 0 0 8px;
	}
}

/*================================== PROMOTION CSS END  ================================== */
/*================================== db-mega-menu CSS START  ================================== */

.db-banner {
	margin: 0 0 60px 0;
}
.db-banner .db-banner-image .image2 {
	display: none;
}
@media (max-width:1199px) {
	.db-banner {
		margin: 0 0 40px 0;
	}
}
@media (max-width:767px) {
	.db-banner .db-banner-image .image1 {
		display: none;
	}
	.db-banner .db-banner-image .image2 {
		display: block;
	}
}
@media (max-width:575px) {
	.db-banner {
		margin: 0 0 20px 0;
	}
}