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

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Bricolage Grotesque", sans-serif;
}
img{
    max-width: 100%;
}
*, ::after, ::before {
	box-sizing: border-box;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none !important;
}
ul{
    list-style: none;
}
/* ============================== HEADER CSS START ============================== */
.main_dezign_brain_header {
	position: relative;
}
.top_section{
	position: relative;
	padding: 12px 0;
	z-index: 1;
	background: #00b5e5;
}
.welcome_text i{
	color: #fff;
}
.welcome_text {
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	font-family: "Bricolage Grotesque", sans-serif;
}
.top_reating {
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 500;
	color: #fff;
	font-family: "Bricolage Grotesque", sans-serif;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 10px;
}
.welcome_text span {
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 600;
	color: #fff;
	text-transform:uppercase;
	font-family: "Bricolage Grotesque", sans-serif;
}
.top_section1 {
	position: relative;
	margin: 30px 0;
}
.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;
}
.verifie_box {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.top_section1 .container .header_bottom .row .col-lg-4:nth-child(3) .verifie_box{
	justify-content:end;
}
.verifie_title h4 {
	font-size: 20px;
	font-weight: 600;
	color: #111111;
	margin: 0 0 0px;
	font-family: 'Bricolage Grotesque', sans-serif;
}
.verifie_title p {
	font-size: 18px;
	font-weight: 400;
	color: #444444;
	margin: 0px 0 0px 0;
	font-family: 'Bricolage Grotesque', sans-serif;
}
.header_bottom {
	z-index: 111;
	position: relative;
}
.main_menu_mobile{
	display: none !important;
}
.main_menu {
	position: relative;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	align-items: center;
	justify-content: end;
}
.main_menu ul li a i {
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
	color: #00b5e5;
}
.main_menu ul li a {
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	color: #191919;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 24px;
	font-family: "Bricolage Grotesque", sans-serif;
	border-right: 1px solid #bbbbbb;
}
.main_menu ul li a:hover{
	color:#00b5e5;
}
.main_menu ul li:last-child a{
	border-right:none;
}
.birthstone_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ebay_rating_img {
	margin: 0 0 10px 0;
}
.verified_seller {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 17px 10px 10px;
	background: #00b5e5;
	border-radius: 60px;
}
.verified_seller_icon {
	width: 34px;
	height: 34px;
	background: rgb(255, 255, 255);
	border-radius: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgb(0, 181, 229);
}
.verified_seller span {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-family: "Bricolage Grotesque", sans-serif;
}
.header_right {
	display: flex;
	justify-content:end;
	align-items: center;
	column-gap: 15px;
}
.about_button{
	border: 2px solid #111;
	/* background-color: #0e9345; */
	color: #111;
	transition: all .5s ease-in-out;
	border-radius: 50px;
}
.about_button a {
	color: #111;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	margin: 0 auto;
	padding: 11px 26px;
	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;
	letter-spacing: 0.3px;
	/* transform: skew(15deg); */
	font-family: 'Bricolage Grotesque', sans-serif;
	
}
.about_button a:hover{
		color:#fff;
}
.about_button a i{
	margin-right: 5px;
}
.about_button:hover{
	background-color: #111111;
	color:#fff;
	border-color:#111111;
}
.about_button.contact_button{
	background-color: #111111;
	border-color:#111111;
}
.about_button.contact_button:hover{
	background-color: #0e9345;
	border-color:#0e9345;
}
.about_button.contact_button a{
	color:#fff;
}
.about_button.contact_button a:hover{
	color:#fff;
}
/* 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: 180px;
	overflow: hidden;
	padding: 10px;
	background-color: #f5f5f5;
}
.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: #111;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 7px 0;
	font-family: "Bricolage Grotesque", sans-serif;
}
.amon ul li a:hover{
	color:#00b5e5;
}
.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: #00b5e5;
}
.menu_icon .line-one{
	top: 0px;
  	transform-origin: left center;
}
.menu_icon .line-two {
	top: 29%;
	transform: translateY(-50%);
	transform-origin: left center;
}
.menu_icon .line-three {
	top: 57%;
	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 a {
		padding: 0 8px;
	}
}
@media screen and (max-width:1199px){
	.main_menu ul li a {
		padding: 0 5px;
		font-size: 14px;
	}
	.about_button a {
		font-size: 15px;
		padding: 9px;
	}
	.verifie_title p {
		font-size: 16px;
	}
	.verified_seller span {
		font-size: 15px;
	}
	.verified_seller_icon {
		width: 26px;
		height: 26px;
		border-radius: 26px;
	}
	.verified_seller {	
		padding: 6px 14px 6px 6px;
	}
	.ebay_rating_img {
		width: 172px;
	}
}
@media screen and (max-width: 991px) {
	.birthstone_wrapper {
		justify-content: center;
	}
	.ebay_rating_img {
		width: auto;
	}
	.top_header {
		display: flex;
		align-items: center;
	}
	.top_contact {
		display: none;
	}
	.welcome_text{
		text-align: center;
	}
	.top_reating{
		justify-content: center;
	}
	.header_right_top {
		padding: 10px 30px;
		margin:20px 0 0px;
	}
	.main_menu{
		display:none;
	}
	.top_newsletter_link {
		display: none;
	}
	.header_bottom .row .col-lg-3{
		display: flex;
		justify-content: space-between !important;
		flex: 0 0 100%;
		max-width: 100%;
		align-items: center;
	}
    .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;
	}
	.verifie_box {
		justify-content: center;
		margin:20px 0 0;
	}
	.main_dezign_brain_header {
		margin: 0 0 0px;
	}
	.top_section1 .container .header_bottom .row .col-lg-4:nth-child(3) .verifie_box {
		justify-content: center;
	}
	.top_section1 {
		margin:25px 0;
	}
	
	.header_right {
		display: none;
	}
	.birthstone_wrapper {
		margin: 20px 0 0 0;
	}
}
@media screen and (max-width:575px){
	.logo {
		width: 200px;
	}
}
@media screen and (max-width: 480px){
	.menu-links {
		top: 45px;
	}
	
	.welcome_text, .welcome_text span{
		font-size: 15px;
	}
	.top_reating {
		display: block;
		text-align: center;
	}
}
/* ============================== HEADER CSS END ============================== */


/* ============================== PRODUCT_DES3 CSS START ============================== */
.listing_section {
	margin: 0 0 30px 0;
}
.main_title {
	max-width: 100%;
	font-size: 18px;
	font-weight: 700;
	color: #191919;
	display: block;
	text-transform: uppercase;
	padding: 7px 20px;
	z-index: 1;
	position: relative;
	line-height: 30px;
	border-top: none;
	text-align: center;
	border-radius: 10px;
	background-color: #e5f7fc;
	font-family: "Bricolage Grotesque", sans-serif !important;
	margin: 0 auto 20px;
}
.desc-text span h1 {
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.30px;
	font-weight: 800;
	font-family: "Bricolage Grotesque", sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.desc-text span h2 {
	font-family: "Bricolage Grotesque", 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: "Bricolage Grotesque", sans-serif;
}
.desc_bottum span {
	display: inline-block;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.70px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin: -43px 10px 0px 0px;
	font-family: "Bricolage Grotesque", sans-serif;
}
.desc_box {
	padding: 20px;
	margin: 0;
	border: 1px solid #dadada;
	background-color: #fff;
	border-radius: 10px;
	/* text-align: center; */
}
.table_item {
	/* border: 1px solid #dadada; */
	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: 5px 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: "Bricolage Grotesque", sans-serif;
	text-transform: capitalize;
}
.table_item .table_box tr td:first-child {
	position: relative;
	font-weight: 700;
	padding: 5px 13px 5px 20px;
}
.table_item .table_box tr td:first-child::after {
	position: absolute;
	content: ":";
	right: 0px;
	font-weight: 500;
	font-size: 18px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 19px;
	line-height: 19px;
}
.table_item .table_box tr {
	position: relative;
	display: table-row;
	/* border-bottom: 1px solid #dadada; */
		background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 22px;
}

.product_section {
	position: relative;
}
.product_images_wappers {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	height: 850px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #000 #FFF;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #000;
	border: 1px solid transparent;
	border-image: linear-gradient(to bottom, #737373, #b48540) 1;
}
.product_images_gallery {
	width: 48%;
	min-height: 550px;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
	vertical-align: top;
	padding: 5px;
	margin: 0.5%;
	position: relative;
	border: 1px solid #373737;
}
.desc-hedtitle img {
	margin-top: -3px;
	margin-right: 6px;
}
.desc-rd.desc-text p ,
.desc-rd.desc-text div {
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	color: #666666;
	text-align: left;
	font-family: "Bricolage Grotesque", serif !important;
}
.desc-rd.desc-text a{
	 pointer-events: none;
  cursor: default;
  color: #333333;
}
.desc-rd.desc-text p:last-child{
	margin-bottom:0;
}
.desc-rd.desc-text b, .desc-rd.desc-text strong {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	color: #152f4c;
	text-transform: uppercase;
	display: block;
	text-align: left;
	font-family: "Bricolage Grotesque", serif !important;
	margin: 0 0 10px 0;
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 20px;
}
.desc-rd table h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
#main_gallery {
	box-sizing: border-box;
	min-height: 700px;
	margin: 0;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	z-index: 1;
}	
#main_gallery #main_row {
	height: auto;
	margin: 0 auto;
	max-width: inherit;
	overflow: hidden;
	text-align: center;
	width: auto;
	z-index: 2;
	margin-right: 0px;
	display: flex;
	justify-content: end;
}
#main_row > div {
	margin-top: 0;
	max-width: 374px;
}
#main_gallery #main_row div ul {
	display: flex;
	height: auto;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	width: auto;
	justify-content: start;
	flex-wrap: wrap;
}
#main_gallery #main_row div ul li:last-child {
	margin-right: 0;
}
#main_gallery .full_img_wapper {
	background-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	float: left;
	height: 614px;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}
#main_gallery .thumb {
	background-color: #fff;
	border: 1px solid #dadada;
	box-sizing: border-box;
	cursor: pointer;
	display: table-cell;
	_float: left;
	height: 164px;
	vertical-align: middle;
	width: 164px;
	border-radius: 15px;
	overflow: hidden;
}
#main_gallery .thumb > img {
	display: table-cell;
	height: auto;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	width: auto;
}
#main_gallery #main_row div#row1 ul:first-child li:first-child .imagsbox_w {
	z-index: 1;
}
#main_gallery #main_row input {
	display: none;
}
#main_gallery #main_row input:checked ~ .imagsbox_w {
	z-index: 2;
}
section p {
	font-family: "Cormorant", serif;
	margin-bottom: 10px;
}
#right_box {
	position: relative;
	z-index: 1;
}
.desc-hedtitle p {
	line-height: 30px;
	font-family: "Bricolage Grotesque", 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 {
	margin-left: 15px;
}
.desc-rd.desc-text ul li {
	list-style: disc;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	color: #666666;
	text-align: left;
	font-family: "Bricolage Grotesque", serif !important;
}
#main_gallery div.imagsbox_w .imagsbox {
	display: flex;
	height: 100%;
	max-width: 100%;
	padding: 0;
	width: 100%;
	background-color: #fff;
}
#main_gallery div.imagsbox_w .full-img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
}
div.imagsbox_w {
	border: 1px solid #dadada;
	bottom: 0;
	height: 98%;
	left: 0;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 0;
	width: 69%;
	overflow: hidden;
	border-radius: 15px;
}
#main_gallery #main_row div ul li {
	float: right;
	height: auto;
	margin: 0 0px 20px 22px;
	padding: 0;
	width: auto;
}
@media screen and (max-width: 1399px) {
	#main_gallery div.imagsbox_w {
		width: 67%;
	}
}
@media screen and (max-width: 1199px) {
	.listing_section .container {
		max-width: 100%;
		padding: 0 20px;
	}
	.product-text .container {
		max-width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width:1079px){
	#main_gallery div.imagsbox_w {
		width: 63%;
	}
}
@media screen and (max-width: 1024px) {
	#main_gallery div.imagsbox_w {
		width: 100% !important;
		height: 400px;
		left: 0;
    	margin:0px auto 0;
    	right: 0;
    	top: 0 !important;
	}
	#main_gallery .thumb > img {
		max-height: 100%;
		max-width: 100%;
	}
	#main_gallery #main_row {
		width: 100%;
		margin: 20px auto 0;
	}
	#main_gallery .full_img_wapper {
		height: 420px;
		width: 100%;
	}
	#main_row > div {
		float: none;
		margin: 0 auto !important;
		text-align: center;
		max-width: 100%;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#main_gallery #main_row div ul li {
		margin: 0 8px 20px 8px;
	}
	#main_gallery div.imagsbox_w .imagsbox {
		height: 100% !important;
		display: flex;
		margin: 0 auto;
	}
	#main_gallery #main_row .thumb {
		width: 55px;
		height: 55px;
	}
	#main_gallery {
		margin: 0px 0 0px;
		width: 100%;
		min-height: auto;
		padding: 0;
	}
	.listing_section {
		margin: 0 0 0px 0;
	}
}
@media screen and (max-width:991px) {
	.listing_section {
		margin: 0 0 0px 0;
	}
}
@media screen and (max-width:575px){
	.desc-rd.desc-text tr td {
		display: block;
		width: 100%;
	}
	.product-text {
		padding-bottom: 30px;
	}
	.desc-rd.desc-text th, td {
		padding: 0px 0px;
	}
	.table_item .table_box tr {
		display: block;
		padding: 10px 0;
	}
	.table_item {
		padding: 0px 10px;
	}
	.desc-rd.desc-text tr td {
		font-size: 16px;
	}
}
@media screen and (max-width: 480px) {
	#main_gallery #main_row div ul li {
		margin: 0 5px 20px 5px;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.desc-hedtitle p {
		font-size: 17px;
	}
	#right_box {
		height: auto;
		overflow: auto;
		scrollbar-width: thin;
		scrollbar-color: #d4d4d4 #f9f9f9;
		max-height: 450px;
	}
	.main_title {
		font-size: 16px;
	}
	.main_top {
		margin-bottom: 10px;
	}
}
/* ============================== PRODUCT_DES3 CSS END ============================== */

/*================================== BANNER CSS START  ================================== */
.banner_res {
	display: none !important;
}
#dezign_home_banner {
	margin: 0px auto 40px;
	text-align: center;
}
 /* Container styles */
#slidersection {
	width: 100%;
	overflow: hidden;
	position: relative;
	max-width: 1600px;
	margin: auto;
}

.slider {
	width: 100%;
	position: relative;
	padding-bottom: 34%;
	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 */
  .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;
	}
	.banner_res{
		display: block !important;
		margin: 0 auto;
	}
	.slider {
		padding-bottom: 70%;
	}
	#dezign_home_banner{
		margin: 0 auto 35px;
	}
}
@media screen and (max-width:700px){
	.slider {
		padding-bottom:77%;
	}
}
@media screen and (max-width:600px){
	.slider {
		padding-bottom: 90%;
	}
}
@media screen and (max-width:575px){
	.slider {
		padding-bottom:94%;
	}
}
@media screen and (max-width:500px){
	.slider {
		padding-bottom:108%;
	}
}
@media screen and (max-width:380px){
	.slider {
		padding-bottom: 119%;
	}
}
/*================================== 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 h5 {
	font-size: 18px;
	font-weight: 500;
	color: #222222;
	line-height: 25px;
	text-transform: uppercase;
	margin: 0 0 20px 0px;
	position: relative;
	font-family: 'Bricolage Grotesque', sans-serif;
}
.about_content p {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	color: #555555;
	font-family: "Bricolage Grotesque", serif !important;
}
.about_content p span {
	font-weight: 600;
	color: #00a1cc;
	font-size: 22px;
	font-family: "Bricolage Grotesque", serif !important;
}
.browse_all_btn {
	text-align: center;
}
.browse_all_btn a {
	display: inline-block;
}
.button {
	color: #444;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
	padding: 7px 19px 7px 7px;
	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: #c1f0ff;
	text-transform: uppercase;
	border-radius: 50px;
	font-family: 'Bricolage Grotesque', sans-serif;
}
.button:hover{
	background-color:#00b5e5;
	color: #fff;
}
.btn_icon {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: #444;
	color: #191919;
	line-height: 30px;
	border-radius: 30px;
	margin: 0 7px 0 0;
		transition: all .5s ease-in-out;
}
.button:hover .btn_icon{
	background: #fff;
}
.button i {
	transition: all .5s ease-in-out;
	font-size: 20px;
	font-weight: 900;
	color: #c1f0ff;
	line-height: 30px;
}
.button:hover i{
	color: #00b5e5;
}
.browse_all_btn.view {
	text-align: center;
}
@media screen and (max-width:1199px){
	.about_content p {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 25px;
	}
	.about_content p span {
		font-size: 18px;
	}
	.about_content {
		margin-left: -20px;
	}
}
@media screen and (max-width: 991px) {
	.about_img {
		margin: 0 auto;
		text-align: center;
		width:90%;
	}
	.about_content {
		margin: 25px 0 0 0;
	}
	.about_wrapper {
		margin: 0px 0px 35px;
	}
}
@media screen and (max-width:767px){
	.about_img {
		width: 100%;
	}
	.about_wrapper {
		margin: 0px 0px 35px;
	}
}
@media screen and (max-width:480px){
	.about_content p {
		font-size: 17px;
		line-height: 23px;
	}
	.about_content h5 {
		font-size: 16px;
	}
	.about_content h6 {
		font-size: 32px;
		line-height: 35px;
	}
}
@media screen and (max-width:361px){
	.about_content h5 {
		font-size: 14px;
	}
}
/* ============================== ABOUT1 CSS END ============================== */
.marquee_box {
	background: #00b5e5;
	padding: 20px 0;
}
/* .marquee_box marquee {
	font-size: 38px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	font-family: "Bricolage Grotesque", sans-serif;
	margin: 0;
	text-transform: uppercase;
}
.marquee_box marquee img {
	margin: 0 15px;
} */


.marquee_box {
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin: 0 0 40px 0;
}

.marquee_content {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 30px; /* Text aur image ke beech ka gap */
  animation: marquee-move 20s linear infinite;
}

.marquee_content img {
  height: 40px; /* Aapki image ki height ke hisaab se adjust karein */
  width: auto;
}

.marquee_content span {

  	font-size: 38px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	font-family: "Bricolage Grotesque", sans-serif;
	margin: 0;
	text-transform: uppercase;
}

/* Infinite Scroll Logic */
@keyframes marquee-move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* Kyonki content duplicate hai, isliye 50% par loop reset hoga */
  }
}

/* User jab mouse le jaye toh scroll ruk jaye (Optional) */
.marquee_box:hover .marquee_content {
  animation-play-state: paused;
}

/*================================== MAIN TAB CSS START ================================== */
.wrapper {
	max-width: 100%;
	margin: 35px auto;
}
.accordion {
	border: 1px solid #bbc4d6;
	margin: 0 0 10px 0;
	padding: 15px;
	border-radius: 15px;
}
.accordion-title {
	font-weight: 700;
	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: "Outfit";
}
.accordion .accordion-title .tab_img {
	background-color: #f6f5f4;
	padding: 5px 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	color: #333;
}
.accordion:has(input:checked) .accordion-title .tab_img{
	background-color:#eff7fa;
	color:#00b5e5;
}
.accordion-content p {
	display: block;
	font-weight: 400;
	position: relative;
	color: #191919;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 26px;
	font-family: 'Bricolage Grotesque', 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_main_text {
	margin: 10% 0 0 0;
}
.guaranteed_main_text .Shop_title {
	text-align: left;
	margin: 0;
}
.guaranteed_main_text p {
	font-size: 20px;
	font-weight: 400;
	color: rgb(25, 25, 25);
	margin: 20px 0;
	letter-spacing: 0.3px;
	line-height: 22px;
	font-family: "Bricolage Grotesque", sans-serif;
}
.guaranteed_image {
	display: inline-block;
	border-radius: 30px;
	overflow: hidden;
}
.guaranteed_main_box {
	background: #fff;
	margin: 0 0 0 -35%;
	padding: 20px 0px 0 20px;
	border-radius: 30px;
}
.guaranteed_box .start {
	display: flex;
	align-items: center;
}
.guaranteed_box {
	position: relative;
	z-index: 1;
	padding: 20px;
	background-color: #fff;
	border-radius: 15px;
	border: 1px solid #9eeaff;
	margin: 0;
}
.guaranteed_name {
	font-size: 18px;
	color: #191919;
	font-weight: 800;
	line-height: 25px;
	letter-spacing: 0.2px;
	margin: 0 0 10px 0;
	font-family: "Bricolage Grotesque", sans-serif;
}
.guaranteed_sub {
	font-size: 16px;
	color: #8b8b8b;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.2px;
	margin: 0;
	font-family: "Bricolage Grotesque", sans-serif;
	font-style: italic;
}
.guaranteed_left {

}
.start span {
	font-size: 14px;
	color: #666666;
	font-weight: 400;
	font-family: "Bricolage Grotesque", sans-serif;
}
.guaranteed_text {
	font-size: 18px;
	color: #191919;
	font-weight: 400;
	line-height: 24px;
	transition: all 0.8s ease-in-out;
	margin: 20px 0px;
	font-family: "Bricolage Grotesque", sans-serif;
	height: 76px;
	display: flex;
	align-items: center;
}
.coma {

	margin: 0 auto 20px;
	
}
.browse_all_btn.guaranteed {
	text-align: center;
}
@media screen and (max-width: 1399px) {
	.guaranteed_text {
		font-size: 16px;
	}
}
@media screen and (max-width: 991px) {
	.guaranteed_main_text {
		margin: 20px 0 0 0;
	}
	.guaranteed_wapper {
		text-align: center;
	}
	.guaranteed_main_box {
		margin: 0;
		padding: 0	;
	}
	
	.guaranteed_main_text .Shop_title {
		text-align: center;
	}
	.guaranteed_box {
		text-align: left;
		margin: 0 0 20px 0;
	}
}
@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: #e4eef2;
}
.footer_wrapper {
	position: relative;
	background-color: #e4eef2;
	padding: 30px 0;
}
.store_footer_wapper {
	position: relative;
}
.footer_block.footer_block02 {
	margin: 20px 0 0;
	/* padding-top: 20px; */
	/* border-top: 1px solid #ececf0; */
}
.footer_menu ul {
	display: inline-grid;
	margin: 0px 0 0;
	grid-template-columns: repeat(2,1fr);
	gap: 12px 20px;
	text-align: left;
}
.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: "Bricolage Grotesque", sans-serif;
}
.footer_menu ul li a:hover {
	color: #00b5e5;
}
.footer_menu ul li:last-child a{
	border-right:none;
}
.footer_menu ul li i {
	margin-right: 5px;
}
.footer_top_menu {
	display: flex;
	justify-content: center;
}
.footer_menu ul li a {
	position: relative;
}
.footer_logo {
	z-index: 1;
	position: relative;
}
.footer_logo a{
	display:block;
	z-index: 1;
	position: relative;
}
.verifie_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: "Bricolage Grotesque", serif;
}
.verifie_title p {
	font-size: 16px;
	font-weight: 400;
	color: #444444	;
	margin: 0px 0 0px 0;
	font-family: 'Bricolage Grotesque', sans-serif;
}
.footer_bottom {
	position: relative;
	padding: 14px 10px;
	background-color: #fff;
	border-radius: 20px 20px 0 0;
}
.dezign_copyright {
	font-size: 16px;
	color: #686868;
	font-weight: 400;
	letter-spacing: 0.3px;
	/* text-transform: uppercase; */
	font-family: "Bricolage Grotesque", sans-serif;
}
.dezign_copyright span {
	font-size: 16px;
	letter-spacing: 0.3px;
	color: #191919;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Bricolage Grotesque", sans-serif;
}
.dezign_by {
	font-size: 16px;
	letter-spacing: 0.3px;
	color: #686868;
	font-weight: 500;
	text-align: right;
	/* text-transform: uppercase; */
	font-family: "Bricolage Grotesque", sans-serif;
}
.dezign_by span {
	font-size: 16px;
	font-weight: 700;
	color: #191919;
	letter-spacing: 0.3px;
	font-family: "Bricolage Grotesque", 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;
	 }
}

@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: 0 0 20px;
	}
	.footer_block.footer_block01 {
		display: none;
	}
	.footer_menu ul {
		display: block;
		text-align: center;
		margin: 0 0 20px 0;
	}
	.footer_menu ul li a {
		padding: 7px 0px;
		border-right: none;
	}
	.verifie_box {
		border-right: none;
		margin: 0 0 20px;
	}
	.payment_img {
		text-align: center;
	}
}
@media screen and (max-width:480px){
	.dezign_copyright span {
		font-size: 15px;
	}
	.dezign_by span {
		font-size: 15px;
	}
	.dezign_by {
		font-size: 15px;
	}
}
@media screen and (max-width:361px){
	.dezign_copyright span {
		font-size:15px;
	}
	.dezign_copyright {
		font-size: 15px;
	}
	.dezign_by span {
		font-size:14px;
	}
	.dezign_by {
		font-size:14px;
	}
}
/*============================================
			feature CSS START
============================================*/
.feature_make {
	margin: 0 0 60px 0;
}
.Shop_title {
	position: relative;
	text-align: center;
	margin: 0 0 30px 0;
}
.Shop_title h2 {
	font-size: 40px;
	font-weight: 700;
	color: #191919;
	text-align: center;
	position: relative;
	margin: 0;
	line-height: 40px;
	/* letter-spacing: 1px; */
	font-family: "Bricolage Grotesque", sans-serif;
	display: inline-block;
}
.Shop_title h2 span {
	color: #00b5e5;
	background: #eefafe;
	padding: 3px 20px;
	border-radius: 20px;
}

.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;
	border-radius: 150px;
	overflow: hidden;
}
.cate_box1 .Shop_box img{
	transition: all 0.5s ease-in-out;
}
.cate_box1:hover .Shop_box img{
	border-radius:30px;
	transition: all 0.5s ease-in-out;
}
.cate_box1 {
	text-align: center;
}

.cate_box1 .fat_text1 h2 {
	font-size: 20px;
	font-weight: 500;
	transition: all 0.5s ease-in-out;
	color: #191919;
	position: relative;
	display: block;
	margin: 15px 0 10px;
	line-height: 20px;
	font-family: "Bricolage Grotesque", sans-serif;
	letter-spacing: 0.5px;
}
.cate_box1:hover .fat_text1 h2{
	color: #00b5e5;
}
.cate_box1 .fat_text1 i {
	font-size: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #e0f0f5;
	border-radius: 50%;
	transition: all 0.5s ease-in-out;
	transform: rotate(-40deg);
	margin: auto;
}
.cate_box1:hover .fat_text1 i{
	background-color:#00b5e5;
	color:#fff;
}
.button.view1 {
	text-align: center;
}
@media screen and (max-width:1399px){
	.Shop_title h2 {
		font-size: 35px;
	}
}
@media screen and (max-width:1199px){
	
}
@media screen and (max-width:991px) {
	.Shop_box {
		display: inline-block;
	}
	.category_box {
		text-align: center;
	}
	.feature_make {
		margin: 0 0 40px 0;
	}
	.cate_box1 {
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width:767px) {
	.cate_box1 {
		display: inline-block;
	}
	.Shop_title h2 {
		font-size: 30px;
		line-height: 32px;
	}
}
@media screen and (max-width:575px) {
	.Shop_title h2 {
		font-size: 26px;
		line-height: 28px;
	}
}
@media screen and (max-width:480px) {
	.Shop_title {
		margin: 0 0 20px 0;
	}
	.Shop_title h2 {
		font-size: 23px;
		line-height: 25px;
	}
	.Shop_title h2 span {
		padding: 3px 10px;
	}
}
@media screen and (max-width:360px) {

}
/*============================================
			feature CSS END
============================================*/
.professional_banner {
	margin: 0 0 40px 0;
}
.professional_image {
	border-radius: 30px;
	overflow: hidden;
}
.professional_text h2 {
	font-size: 40px;
	font-weight: 700;
	color: rgb(25, 25, 25);
	margin: 0px 0px 10px;
	letter-spacing: 0.3px;
	line-height: 48px;
	font-family: "Bricolage Grotesque", sans-serif;
}
.professional_text p {
	font-size: 20px;
	font-weight: 400;
	color: rgb(25, 25, 25);
	margin: 0px;
	letter-spacing: 0.3px;
	line-height: 22px;
	font-family: "Bricolage Grotesque", sans-serif;
}
@media (max-width:1399px) {
	.professional_text h2{
		font-size: 34px;
	}
	.professional_text p {
		font-size: 18px;
	}
}
@media (max-width:991px) {
	.professional_text {
		text-align: center;
	}	
	.professional_image {
		margin: 0 0 20px 0;
		display: inline-block;
	}
	.professional_banner {
		text-align: center;
	}
}
@media (max-width:575px) {
	.professional_text h2 {
		font-size: 28px;
		line-height: 36px;
	}
}
@media (max-width:480px) {
	.professional_text h2 {
		font-size: 23px;
		line-height: 31px;
	}
	.professional_text p {
		font-size: 16px;
	}
}
/*================================== PROMOTION CSS START  ================================== */
.service_wrapper {
	margin: 0 0 40px;
	z-index: 1;
	position: relative;
}
.service_item {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	align-items: center;
	gap: 15px;
}
.service_logo {
	text-align: center;
}
.service_icon {
	position: relative;
	transition: all 0.5s ease-in-out;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: 1px solid #e9eff4;
	padding: 30px 10px;
	border-radius: 20px;
}
.service_img {
	margin: 0 0 12px;
}
.service_box:last-child{
	border-right:none;
}
.service_title h4 {
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	/* text-transform: uppercase; */
	margin: 0 0 0px;
	letter-spacing: 0.3px;
	line-height: 22px;
	font-family: 'Bricolage Grotesque', sans-serif;
}
.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: 'Bricolage Grotesque', sans-serif;
}
.service_main_title h2 {
	font-size: 40px;
	font-weight: 700;
	color: #191919;
	/* text-transform: uppercase; */
	margin: 0 0 10px;
	letter-spacing: 0.3px;
	line-height: 48px;
	font-family: 'Bricolage Grotesque', sans-serif;
}
.service_main_title p {
	font-size: 20px;
	font-weight: 400;
	color: #191919;
	/* text-transform: uppercase; */
	margin: 0 0 0px;
	letter-spacing: 0.3px;
	line-height: 22px;
	font-family: 'Bricolage Grotesque', sans-serif;
}
@media screen and (max-width: 1399px) {
	.service_title h4 {
		font-size: 16px;
	}
	.service_main_title h2 {
		font-size: 34px;
	}
	.service_main_title p {
		font-size: 18px;
	}
}
@media screen and (max-width: 991px) {
	.service_item {
		justify-content: center;
		flex-wrap: wrap;
	}
	.service_icon {
		height: 168px;
	}
	.service_main_title {
		text-align: center;
		margin-top: 20px;
	}
}
@media screen and (max-width: 575px) {
	.service_item {
		grid-template-columns: repeat(1,1fr);
	}
	.service_icon {
		height: auto;
	}
	.service_icon {
		padding: 20px 10px;
	}
	.service_main_title h2 {
		font-size: 28px;
		line-height: 30px;
	}
	.service_main_title p {
		font-size: 16px;
	}
}
@media screen and (max-width: 480px) {
	.service_title h4 {
		font-size: 16px;
	}
	.service_title p {
		font-size: 15px;
	}
	.service_wrapper {
		margin: 0 0 25px;
	}
	.service_icon {
		width: 100%;
	}
	.service_main_title h2 {
		font-size: 23px;
		line-height: 27px;
	}
}
@media screen and (max-width:361px) {
	.service_title h4 {
		font-size: 15px;
	}
	.service_img img {
		height: 50px;
	}
	.service_img {
		margin: 0 0 8px;
	}
}
/*================================== PROMOTION CSS END  ================================== */