@import "login.css";

/***************************************************************************************************************************************
* Global
***************************************************************************************************************************************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background: #153e63; 
    border-radius: 5px;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    background-color: #f1ecec;
    background-image: url("");
    opacity: 1;
    
}
label {
    margin: 0;
    letter-spacing: .4px;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: inherit;    
    text-decoration: none;
}
p {
    margin: 0;
}
li {
    list-style: none;
}
.ZT0oo {
    max-width: 1500px !important;
    margin: auto !important;
}
.bg-off-w {
    background: #F3F4F5;
}
.bg-l-blue {
    background: #eff7fa;
}
.ldpwa {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 20%);
}
.fade-up {
    transform: translateY(0) !important;
}
.fa-rupee-sign {
    margin-right: 1px;
}

.hRrhM {
    padding: 7px 10px;
    background: var(--d-blue);
    color: #FFF;
    letter-spacing: .4px;
    text-align: center;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    margin: 10px 10px 0 0;
    transition: all .3s ease;
    box-shadow: var(--shadow-3);
}
.hRrhM:hover { 
    transform: translateY(-3px);
    box-shadow: var(--shadow-1);
}
.g2htB {
    position: fixed;
    left: 50%;
    bottom: 5px;
    width: max-content;
    max-width: 98%;
    z-index: 9999;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    background: var(--d-blue);
    color: #FFF;
    letter-spacing: .4px;
    border-radius: 5px;
    transition: all .3s ease;
    box-shadow: var(--shadow-2);
    transform: translateX(-50%);
}
.bgDanger {
    background: red;
}
.bgWarning {
    background: #dda600;
}
.bgSuccess {
    background: green;
}
.hide {
    transform: translate(-50%, 80px);
}

:root {
    
    --d-blue: #679509;
    --l-blue: #ff703c;
    --purple: #7971EA;
    --color-1: linear-gradient( 120deg, #155799, #159957);
    --color-2: #2b3a4e;
    --color-3: #ff7a18;
    --color-4: rgb(8, 86, 158);
    --color-5: #766398;

    --shadow-1: 0 10px 29px 0 rgb(68 88 144 / 10%);
    --shadow-2: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    --shadow-3: 0 5px 16px 0 rgb(0 0 0 / 18%);;
    --shadow-4: 0 0px 0px 0 rgb(60 64 67 / 30%), 0 2px 20px 5px rgb(60 64 67 / 15%);
}

@media screen and (max-width: 667px) {
    ::-webkit-scrollbar {
        width: 0px;
    }
}

*{
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.RxNbo {
    z-index: 9999;
}
.n6TSx {
    position: fixed;
    top: 0;
}
header{
    background-color: #fff;
    width: 100%;
}
.b6CbT {
    background: #FFF;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
}
.xU3xc {
    background-color: #fff;
}
.wcZ94{
    width: 90%;
	height: 80px;
	margin: auto;
    display: flex;
	align-items: center;
	position: relative;
	gap: 20px;
}
.wcZ94 .logo{
	height: 80px;
    padding: 5px 0;
}
.wcZ94 .logo img{
    height: 100%;
}
.wcZ94 .BBhOK{
	flex-grow: 1;
    display: flex;
    justify-content: flex-end;
	gap: 20px;
	align-items: center;
    position: relative;
}
.wcZ94 .BBhOK .location-box{
    
}
.wcZ94 .BBhOK .location-box .location-btn{
    padding: 6px 10px 6px 6px;
    border-radius: 25px;
    color: #283045;
    background: #fff;
    border: 1px solid #ececec;
    width: 180px;
    font-size: 15px;
    font-weight: 500;
	height: 40px;
    cursor: pointer;
    outline: none;
}
.m-view {
	display: none;
	cursor: pointer;
}
.BBhOK .L2TR0{
	padding: 0 25px;
	flex-grow: 1;
}
.BBhOK .L2TR0 .input-bx{
    border-radius: 5px;
    border: 1px solid #ececec;
    display: flex;
    align-items: center;
    gap: 15px;
	height: 40px;
    padding: 0px 17px;
    font-size: 20px;
}
.BBhOK .L2TR0 .input-bx .search-ipt{
    border: none;
    outline: 0!important;
    color: #283045;
    font-size: 14px;
    width: 100%;
}
.logib-btn{
    /* background-color: var(--d-blue); */
    /* color: #fff; */
    /* border-radius: 5px; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
	height: 40px;
    font-size: 22px;
    cursor: pointer;
}
.rGyTL {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 1px 2px 5px #eee;
}
.rGyTL img {
    width: 100%;
}
.profile-pop {
    position: absolute;
    top: 55px;
    right: 0;
    background: #ffffff;
    padding: 5px 0;
    z-index: 9999;
    border-radius: 3px;
    width: 170px;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 30%);
    opacity: 0;
    transition: .3s ease;
    transform: translateY(5px);
}
.profile-pop.open {
    opacity: 1;
    transform: translateY(0);
}
.mni6H {
    padding: 7px 10px;
    font-size: 14px;
}
.mni6H:hover {
    background: #eee;
}
.cart-man-box{
    width: 10%;
    margin: auto;
}
.cart-btn{
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
	gap: 10px;
    cursor: pointer;
    width: 50px;
    height: 40px;
    margin-top: 20px;
    border-radius: 5px;
    /* background-color: var(--d-blue); */
    position: relative;
}
span.pENmC {
    position: absolute;
    top: -13px;
    right: 11px;
    background: var(--d-blue);
    color: #fff;
    width: 25px;
    height: 25px;
    border: 2px solid var(--d-blue);
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
}
.cart-btn P {
    margin: 0;
}

/* drop down page  */

.AGHpF{
    width: 100%;
    padding: 0;
}
nav{
    display: flex;
    align-items: center;
    width: 95%;
    margin: auto;
}
nav ul{
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    height: 50px;
    width: auto;
	overflow-x: auto;
    overflow-y: hidden;
    transition: .3s ease-in-out;
    background-color:#00adef;
}
nav ul::-webkit-scrollbar {
	height: 0;
}
nav ul li{
    display: block;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff; 
    padding: 0px 15px;
    cursor: pointer;
    font-size: 15px;
    height: 100%;
    transition: .3s;
	border-right: 1px solid rgba(255, 255, 255, .1);
}
nav ul li:last-child {
	border: none;
}

@media screen and (max-width: 1000px) {
    .desktop-nav-item {
        display: none;
    }
}

/*************************** Banner swiper js *********************************/
.banner .swiper-pagination {
    bottom: 10px;
    z-index: 1000;
}
.banner .swiper-pagination-bullet {
    border-radius: 5px;
    width: 20px;
    height: 5px;
}
.ugU0W {
    font-size: 20px;
    background: rgba(0,0,0,.5);
    color: #FFF;
    min-width: 40px;
    min-height: 40px;
    outline: none;
}
.ugU0W:hover {
    background: #000;
}
.ugU0W::after {
    font-size: 17px;
}
.ugU0W-n {
    right: -40px;
    border-radius: 40px;
    z-index: 1000;
    min-width: 80px;
    min-height: 60px;
    justify-content: flex-start;
    padding-left: 20px;
}
.ugU0W-p {
    left: -40px;
    border-radius: 40px;
    z-index: 1000;
    min-width: 80px;
    min-height: 60px;
    justify-content: flex-end;
    padding-right: 20px;
}

.s-con {
	width: 95%;
	/* border-radius: 10px; */
}
.L5k2P, .cate-wrap {
    min-height: 180px;
}
.s-slide {
	height: auto !important;
}

.man-box img{
	width: 100%;
}

.man_div_poster {
    padding: 10px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 20px !important;
    min-height: 150px;
}
.man_div_poster img {
    width: 100%;
}

.thad-man-div{
    width: 90%;
}
.thad-man-div .hedline-box{
    margin: 20px 0;
    align-items: center!important;
    display: flex;
}
.thad-man-div .hedline-box .helth{
    font-family: Volte-Rounded-Semibold;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: .5px;
    padding-right: 15px;
}
.line-head{
    flex-grow: 1;
}
.View{
	width: 7%;
	margin: 20px;
	font-size: 15px;
}
.View:hover{
    color: rgb(136, 136, 136);
}


/*************************** small slider statup ***************/

.man-box1{
	background-image: url(../image/Box-Design.jpg);
	background-size: 120%;
	background-repeat: no-repeat;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
	padding: 15px 25px;
	height: 100%;
	width: 100%;
	transition: 4s;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.text{
	color: #fff;
	font-size: 51px;
	opacity: .8;
	letter-spacing: -.5px;
	font-family: -webkit-body;
}


.ng-contact{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin: auto;
    padding: 7px;
    border: 2px dotted var(--d-blue);
}
.ng-contact-img-wrap {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}
.ng-contact-hover-layer {
    height: 100%;
    width: 100%;
    background: #6095288c;
    position: absolute;
    border-radius: 50%;
    visibility: hidden;
}
.man-item:hover .ng-contact-hover-layer {
    visibility: visible;
}
.product-image{
    width: 100%;
	min-height: 100%;
	transition: transform .2s;
}
.product-image:hover{
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1); 
}
.product-titel{
	padding: 0 10px;
    color: #313131;
    font-size: 14px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
}
.discount-box {
    text-align: center;
    padding: 5px;
}

.man-item {
	height: 100%;
}
.fast-slider-box{
    width: 100%;
    display: flex;
    font-size: 25px;
    text-align: center;
    color: #FFF;
    align-items: center;
    cursor: pointer;
    padding: 20px;
    height: 100%;
    /* background-image: url(../image/Box-Design.jpg);
    background-repeat: no-repeat; */
    background: #2e5f71;
}
.disco-btn{
    padding: 4px;
    border: none;
    border-radius: 100px;
    background: green;
    color: #ffffff;
    margin: -27px 20px;
    float: left;
    opacity: .7;
}
.sakahari-image{
	margin: -27px 20px;
	width: 20px;
	float: right;
}

.product-offer{
	padding: 5px;
	display: flex;
}
.product-offer-text{
    color: var(--d-blue);
    display: inline-block;
    font-size: 13px;
    text-align: left;
    margin-left: 5px;
}
.prices-span{
    padding: 10px;
}
.offer-price{
    font-size: 17px;
}
.price{
	font-size: 12px;
	color: gray;
	text-decoration-line: line-through;
}
.add-btn{
	background-color: #FF4500;
	text-align: center;
	padding: 8px 0px;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
	transition: .3s;
}

/******************** poster page start **********************/

.Ep4pF {
    display: flex;
    flex-wrap: wrap;
}
.OcJ0N {
    width: 48.4%;
    margin: .8%;
}
.GDEyc {
    margin: 20px 0;
}
.w1goq {
    width: 100%;
}
.w1goq img {
    width: 100%;
}

@media screen and (max-width: 900px) {
    .w1goq {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .OcJ0N {
        width: 98%;
        margin: 1%;
    }
    .L5k2P, .cate-wrap, .man_div_poster {
        min-height: 130px;
        padding: 0;
    }
    .wcZ94 .BBhOK {
        gap: 10px;
    }
}

/***************************************************************************************************************************************
* Footer
***************************************************************************************************************************************/

.VEVPg {
	background: #f8f8f8;
	padding-bottom: 25px;
}
.avxJa {
	display: flex;
	padding-top: 50px;
	margin: 0 50px 10px 50px;
}
.IImFh {
	width: 17%;
	color: #000;
	letter-spacing: .2px;
}
.diLcK {
  	width: 32%;
}
.IImFh a{
  	display: table;
}
.RVcA8 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	font-size: 18px;
	letter-spacing: .3px;
}
.RVcA8::before {
	content: "";
	width: 100px;
	position: absolute;
	bottom: 0;
	height: 1px;
	background: var(--d-blue);
}
.HeQLa {
	font-size: 14px;
	line-height: 30px;
	transition: .3s ease;
	position: relative;
	display: table;
	color: rgb(15, 49, 63);
}
.HeQLa::before {
	content: "\f324";
	font-family: "font awesome 5 pro";
	font-size: 13px;
	opacity: 0;
	position: absolute;
	left: 0;
	color: var(--d-blue);
	transition: .3s ease;
}
.HeQLa:hover::before {
  	opacity: 1;
}
.HeQLa:hover {
  	padding-left: 18px;
}

.UQNlE {
  	display: flex;
}
.UQNlE i{
	color: var(--d-blue); 
	padding: 10px;
	transition: .3s;
	font-size: 20px; 
}
.UQNlE i:hover{
  	color: #bb3501;
}

.gX4Gn {    
  	margin-top: 15px;
}
.ysoFK {
	width: 90%;
	max-width: 350px;
	margin: 18px 0;
	display: flex;
}
.ysoFK input {
	margin-right: .3rem;
	border-radius: 4px;
	background: #FFF;
	border: 1px solid #d4d4d4!important;
	padding: .5rem;
	width: 100%;
	outline: none;
}
.DWyZC {
	background-color: var(--d-blue) ;
	font-size: 15px;
	letter-spacing: .5px;
	color: #fff;
	border: 0;
	box-shadow: 1px 1px 0 rgb(0 0 0 / 20%);
	font-weight: 500;
	border-radius: 4px;
	padding: 1rem 1.5rem;
	transition: .7s;
	outline: none;
	cursor: pointer;
}
.DWyZC:hover {
	opacity: .66;
}
.tmR3X {
    margin-top: 40px;
    text-align: center;
    padding-right: 50px;
}
.tFCPq {
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

@media screen and (max-width: 1100px) {
	.avxJa{
		margin: 0 30px;
		padding-top: 30px;
		flex-wrap: wrap;
	}
	.IImFh{
		margin-bottom: 20px;
		width: 49%;
	}
    .IImFh:first-child{
        order: 1;
    }
	.diLcK {
		width: 49%;
	}
	.icon{
		padding-bottom: 20px;
	}
    nav {
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
	.avxJa {
		margin: 0 20px;
		padding-top: 20px;
		flex-wrap: wrap;
	}
	.VEVPg {
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 550px) {
    .footer-logo {
        margin: auto;
        display: block;
    }
	.IImFh {
		width: 100%;
	}
	.diLcK {
		width: 100%;
	}
	.ysoFK {
		width: 100%;
	}
	.KnQfi {
		text-align: center;
	}
	.UQNlE {
		justify-content: center;
	}
	.tmR3X {
		text-align: center;
		padding-right: 0;
	}
}

/****************************************************************************************************
 * media query
****************************************************************************************************/

@media (max-width: 1267px) { 
	nav ul li{
		font-size: 14px;
		white-space: nowrap;
	}
}

@media (max-width: 1190px) {
	nav ul::-webkit-scrollbar {
		height: 0;
	}
}
@media screen and (max-width: 1000px) {
	.wcZ94 {
		width: 97%;
	}
}
@media (max-width: 945px) {
	nav ul li a{
		font-size: 14px !important;
		white-space: nowrap;
	} 
	.product-offer-text{
		font-size: 11px;
	}
	.fast-slider-box h2 {
		top: 4em;
		font-size: 28px;
	}
	.View{
		width: 11%;
	}
	.tFCPq{
		display: none;
	}
	.sakahari-image {
		margin: -27px 10px;
	}
	.BBhOK .L2TR0 {
		padding: 0 10px;
	}
	.cart{
		display: none;
	}
	.cart-btn {
		color: #000;
		width: 50px;
		background: none;
        margin: 0;
	}
    span.pENmC {
        border: none;
        top: -3px;
        right: -3px;
        background: none;
    }
	.thad-man-div {
		margin: 20px auto;
	}
	.disco-btn {
		padding: 5px;
		font-size: 11px;
	}
}
@media (max-width: 768px) {
	.thad-man-div .hedline-box .helth{
		font-size: 20px;
	}
	.View {
		width: 20%;
	}
	.thad-man-div {
		margin: 10px auto;
	}
	.poster-box {
		width: 100%;
		margin-bottom: 5px;
	}
	.s-con {
		border-radius: 0px;
	}
	.AGHpF, .logib-btn, .Nf7QM {
		display: none;
	}
    .rGyTL, .profile-pop {
        display: none;
    }
	.BBhOK .L2TR0 {
		position: fixed;
		width: 100%;
		height: 100vh;
		left: 0;
		top: 0;
		z-index: 9999;
		padding: 0;
		background: rgba(0,0,0,.3);
		display: none;
	}
	.BBhOK .L2TR0.open {
		display: block;
	}
	.wcZ94 {
		width: 90%;
	}
	.BBhOK .L2TR0 .input-bx {
		background: #FFF;
		margin: 8px;
		transform: translateY(-200%);
		transition: .3s ease;
	}
	.BBhOK .L2TR0 .input-bx.open {
		transform: translateY(0%);
	}
	.m-view {
		display: block;
		width: 40px;
    	text-align: center;
		font-size: 18px;
	}
	.wcZ94 .BBhOK .location-box {
		margin-left: auto;
	}
}
@media screen and (max-width: 600px) {
    .ugU0W {
        /*display: none;*/
    }
    .pOo2M .swiper-pagination {
        display: none;
    }
}
@media (max-width: 500px) {
	.View {
		width: 71%;
		font-size: 12px;
	}
	.thad-man-div {
		margin: 10px auto;
	}
	.wcZ94 .BBhOK .location-box .location-btn {
		border: none;
	}
	.wcZ94 {
		width: 95%;
		gap: 10px;
	}
	.wcZ94 .BBhOK .location-box {
		display: none;
	}
	.search-btn {
		margin-left: auto;
	}
}

/*********************************** Dropdown page css start *********************/

.oTK8L{
	width: 90%;
    max-height: calc(100vh - 150px);
    overflow: auto;
	background-color: #ffffff;
	box-shadow: 2px 2px 7px gray;
	grid-template-columns: repeat(5, 20%);
	display: none;
	left: 5%;
	position: absolute;
	z-index: 9999;
	opacity: 0;
	transform: translateY(15px);
	transition: .3s all;
}
.open-tab {
	opacity: 1;
	transform: translateY(0px);
}
.nBqka{
  	padding: 5px 25px;
}
.dl{
	margin: 12px 0;
	font-size: 16px;
	color: var(--d-blue);
}
.nBqka li{
	list-style: none;
	margin: 8px 0;
}
.R8O12{
	color: #333;
	font-size: 14px;
	transition: .3s;
}
.R8O12:hover{
  	color: #000;
}
@media screen and (max-width: 1100px) {
	.nBqka{
		width: 25%;
	}
}
@media screen and (max-width: 900px) {
	.nBqka{
		width: 33.33%;
	}
}



/************************************ SIDE BAR CSS START ********************************/
/*********************************************************************************/

.IFgsh {
	display: none;
	z-index: 9999;
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.NOoJH, .dZHs1{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	max-width: 350px;
	box-shadow: 0 0 2px #333;
	background: #f3f4f9;
	transition: .3s ease;
	transform: translateX(-100%);
}
.NOoJH.open, .dZHs1.open {
	transform: translateX(0%);
}
.MaQm1 {
    cursor: pointer;
    position: absolute;
    color: #FFF;
    right: 10px;
    top: 10px;
}
.eTVSR{
	background: var(--d-blue);
    width: 100%;
    padding-right: 45px;
    height: 80px;
    display: flex;
    align-items: center;
}
.profile{
	min-width: 60px;
    max-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 15px;
    border-radius: 50%;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
}
.profile img {
    width: 100%;
}
.m9axB {
    color: #FFF;
    font-size: 17px;
}
.L7nem h4{
	color: #ffffff;
	line-height: 25px;
    font-size: 16px;
    padding-left: 20px;
}
.gGJSC {
	overflow: auto;
	height: calc(100vh - 80px);
}

.txsyP{
	background-color: #ffffff;
	margin: 3px 0;
}
.tOHFO{
	display: flex;
	justify-content: space-between;
    align-items: center;
	padding: 15px 20px;
	color: #26def1;
}
.O0VIG {
    color: #000;
}

/******************************* Categry Slaid box css start *******************/

.b0pWm{
	width: 60px;
	text-align: center;
}
.b0pWm i{
	font-size: 32px;
	color: #ffffff;
}
.fvI5O{
	display: flex;
}
.fvI5O h4{
	margin: 3px;
	font-size: 18px;
	color: #ffffff;
	display: inline-block;
}
.fvI5O i{
	margin: 3px;
	font-size: 18px;
	color: #ffffff;
}
.t3BD0{
    width: 97%;
    height: 65px;
    padding-left: 10px;
    margin: 5px auto;
    background: #ffffff;
    box-shadow: 1px 1px 4px rgb(197 197 197);
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.oWEUT {
	height: calc(100vh - 80px);
	overflow: auto;
}  
.XOts3{
	display: flex;
	align-items: center;
	padding: 0 10px;
	font-size: 16px;
}
.DNUyJ{
	width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.DNUyJ .smoll-img{
	width: 100%;
}

/***************************************************************************************************************************************
* Index Recent Product
***************************************************************************************************************************************/


.XOe0N {
    font-size: 20px;
    background: #FFF;
    color: var(--d-blue);
    width: 40px;
    height: 40px;
    outline: none;

    border-radius: 50%;
    box-shadow: var(--shadow-2);
}
.XOe0N:hover {
    background: var(--d-blue);
    color: #FFF;
}
.XOe0N::after {
    font-size: 15px;
    font-weight: 600;
}
.XOe0N-n {
    right: 15px;
}
.XOe0N-p {
    left: 15px;
}

.FeAXX {
    padding-left: 15px;
    font-size: 20px;
}
.yqN7I {
    margin: 20px 0;
}
.qnNOt {
    border: 1px solid rgb(224, 224, 224);
    border-radius: 5px;
    overflow: hidden;
    transition: all .2s ease;
}
.qnNOt:hover {
    box-shadow: rgba(60, 64, 67, .3) 0 0px 5px 0, rgba(60, 64, 67, .15) 0 0px 5px 0;
}
.IWO1g {
    width: 100%;
    margin: auto;
    display: flex;
    align-self: center;
    justify-content: center;
    overflow: hidden;
}
.IWO1g:hover img {
    transform: scale(1.5);
}
.IWO1g img {
    width: 100%;
    max-width: 150px;
    min-height: 150px;
    transition-duration: 500ms;
}
.yoDyN {
    padding: 10px;
}

/***************************************************************************************************************************************
* Product
***************************************************************************************************************************************/

.RHdqh {
    font-size: 12px;
    color: #333;
    padding: 10px 20px;
    margin: 5px 0;
}
.RHdqh i {
    font-size: 10px;
    margin: 2px;
}
.xXuVQ {
    font-size: 14px;
}
.ugd7X {
    display: flex;
    gap: 10px;
    margin: 0 20px;
    margin-bottom: 20px;
}
.QuHiL {    
    width: 100%;
    max-width: 250px;
    background: #FFF;
    padding: 10px 15px;
}
.UNAGw {
    height: 30px;
    overflow: hidden;
}
.grHl4 {
    height: auto;
}
.GqDX4 {
    font-weight: 500;
    font-size: 16px;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}
.GqDX4 i {
    float: right;
    margin-top: 6px;
    font-size: 15px;
    cursor: pointer;
}
.EPB6k {
    border-bottom: 1px solid rgb(224, 224, 224);
    font-size: 13px;
    letter-spacing: .2px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.EPB6k:last-child {
    border: none;
}
.Vcgrw {
    max-height: 0;
    overflow: hidden;
    transition: .3s ease;
}
.Bvu3K {
    padding: 8px 0;
    cursor: pointer;
}
.Bvu3K i {
    float: right;
    margin-top: 3px;
}
.uwle1 {
    padding: 5px 0 5px 20px;
    font-size: 12px;
}

.A3RON {
    flex-grow: 1;
}
.d1LFw {
    width: 100%;
    height: auto;
    max-height: 200px;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.d1LFw img {
    width: 100%;
}

.SaRHt {
    background: #FFF;
    display: flex; 
    align-items: center; 
    padding: 10px;
    margin-bottom: 10px;
}
/* .srIku {
    position: fixed;
    top: 60px;
    left: 0;
    background: #FFF;
    z-index: 9999;
    width: 100%;
} */
.NsZfA {
    background: var(--d-blue);
    border-radius: 5px;
    box-shadow: var(--shadow-2);
    color: #FFF;
    font-size: 13px;
    cursor: pointer;
    height: 35px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    letter-spacing: .5px;
    display: none;
}
.kwlGU {
    margin-left: auto;
    width: 250px;
    position: relative;
}
.fw0PT {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 20px;
    padding-left: 15px;
    font-size: 13px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.fw0PT::after {
    content: "\f078";
    font-family: "font awesome 5 pro";
    position: absolute;
    right: 15px;
}
.e852l {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    background: #FFF;
    z-index: 2;
    border-radius: 5px;
    padding: 5px 0;
    box-shadow: var(--shadow-2);
    transform: translateY(15px);
    transition: all .3s ease;   
}
.e852l.show {
    transform: translateY(0);
}
.FvxCn {
    padding: 10px;
    letter-spacing: .3px;
    font-size: 12px;
    cursor: pointer;
}
.FvxCn:hover {
    background: #F3F4F5;
}

.FkxwJ {
    padding: 10px 10px 20px 10px;
    background: #FFF;
}
.EdfhR {
    padding-left: 10px;
    letter-spacing: .4px;   
}
.TU1XH {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    min-height: 200px;
}
.GcIl8 {
    width: 100%;
    text-align: center;
}
.GcIl8 img {
    max-width: 300px;    
    margin: auto;
}
.kSD5K {
    width: 24%;
    margin: .5%;
    border: 1px solid rgb(224, 224, 224);
    transition: all .2s ease;
    position: relative;
    border-radius: 5px;
}
.kSD5K:hover {
    box-shadow: var(--shadow-4);
}
.SgHht {
    display: flex;
    flex-direction: column;
}
.XI0G0 {
    /* border: 1px solid #eee; */
    border-radius: 5px;
    background: #FFFF;
    box-shadow: 0px 0px 10px 0px #cccccc3b;
}
.XI0G0.no-border {
    border: none;
    background: none;
}
.BqCnb {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    text-align: center;
    background: #047336;
    color: #FFF;
    font-size: 12px;
    padding: 5px 10px;
    z-index: 1;
    border-radius: 4px 0 5px 0;
}
.arkFa {
    position: absolute;
    right: 10px;
    top: 3px;
    z-index: 1;
    cursor: pointer;
    color: var(--d-blue);
}
.arkFa.added svg {
    fill: var(--d-blue);
}
.RUGI4 {
    width: 100%;
    margin: auto;
    display: flex;
    align-self: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.kSD5K:hover img {
    transform: scale(1.2);
}
.RUGI4 img {
    width: 100%;
    transition-duration: 500ms;
}
.pWTQ1 {
    background:#fff;
    flex-grow: 1;
    min-height: 100px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.tyEIJ {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .3px;
    margin-bottom: 5px;
}
.ipG97 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .3px;
    margin-bottom: 15px;
}
.alFGI {
    font-size: 15px;
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
}
.alFGI i {
    font-size: 13px;
}
.alFGI::before {
    content: "";
    height: 1px;
    width: 100%;
    background: #000;
    position: absolute;
    top: 50%;
}
.JODIb {
    font-size: 12px;
    position: relative;
    margin-bottom: 6px;
}
.nHNhF {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    cursor: pointer;
}
.XI0G0 .ytbIt,
.kSD5K .ytbIt {
    margin-top: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 0;
    background: rgba(0,0,0,.2);
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s ease;
}
.XI0G0:hover .ytbIt {
    height: 100%;
}
.AbK9a {

}
.i4rLM {

}
.swiper-container {
    overflow: unset;
    overflow-x: clip;
}
.PQgyW {
    width: 100%;
    z-index: 10;
    background: #FFF;
    position: absolute;
    box-shadow: var(--shadow-2);
    margin-top: 5px;
    border-radius: 5px;
    opacity: 0;
    transform: translateY(5px);
    transition: .2s ease;
}
.PQgyW.open {
    opacity: 1;
    transform: translateY(0);
}
.TTxcg {
    padding: 5px 10px;
    cursor: pointer;
}
.TTxcg:hover {
    background: #F3F4F5;
}
.TTxcg i {
    font-size: 11px;
}

.Xg76s {
    position: relative;
    height: 32px;
    overflow: hidden;
    background: #FFF;
    border-radius: 5px;
    width: 90%;
    margin: 50px auto 0;
}
.sPF4c {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid var(--d-blue);
    border-radius: 5px;
    transition: all .2s ease;
    transform: translateY(-40px);
}
.qQ4cd {
    width: 30px;
    font-size: 12px;
    text-align: center;
}
.cFGeJ {
    width: 50px;
    height: 30px;
    border: none;
    border-left: 1px solid var(--d-blue);
    text-align: center;
}
.GhgS4 {
    flex-grow: 1;
    background: var(--d-blue);
    color: #FFF;
    font-size: 13px;
    text-align: center;
    padding: 5.5px;
    cursor: pointer;
}
.TkEPZ {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 0;
    padding: 3px;
    transition: all .2s ease;
    transform: translateY(-40px);
}
.TkEPZ.open, .sPF4c.open {
    transform: translateY(0);
}
.rbmly {
    background: var(--d-blue);
    color: #FFF;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}
.u31e7 {
    background: var(--l-blue) !important;
}
.EXKyN {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: #FFF;
}
.Of1KU {
    font-size: 16px;
}

.sdiBW {
    width: 100%;
    padding-top: 20px;
}

@media screen and (max-width: 1180px) {
    .kSD5K {
        width: 32.33%;
    }
}
@media screen and (max-width: 950px) {
    .d1LFw {
        display: none;
    }
    /* .RHdqh {
        display: none;
    } */
    .ugd7X {
        margin: 10px;
        flex-direction: column;
    }
    .QuHiL {
        position: fixed;
        z-index: 99999;
        height: 70vh;
        max-width: unset;
        left: 0;
        bottom: 0;
        overflow: auto;
        border-radius: 15px 15px 0 0;
        box-shadow: var(--shadow-2);
        display: none;
        transition: .3s ease;
    }
    .QuHiL::-webkit-scrollbar {
        width: 3px;
    }
    .Ffs29 {
        transform: translateY(100%);
    }
    .NsZfA {
        display: flex;
    }
    .bsnaJ {
        font-size: 16px;
    }
    .grHl4 {
        height: auto;
    }
    .Vcgrw {
        max-height: 0;
    }
}
@media screen and (max-width: 670px) {
    .kSD5K {
        width: 49%;
    }
    .ugd7X {
        margin: 5px 0 0 0;
    }
    .QuHiL::-webkit-scrollbar {
        width: 0px;
    }
}
@media screen and (max-width: 450px) {
    .FkxwJ {
        padding: 10px 5px 5px 5px;
    }
    .kwlGU {
        width: 200px;
    }
    .TTxcg i {
        font-size: 12px;
    }
    .JODIb {
        font-size: 13px;
    }
}
@media screen and (max-width: 400px) {
    .kSD5K {
        width: 98%;
    }
    .TU1XH {
        gap: 5px;
    }
    .pWTQ1 {
        min-height: auto;
    }
}

/**************************************************************************************************************
* Product
**************************************************************************************************************/

.magnifier{
    background: #FFF;
    border: 2px solid var(--d-blue)!important;
}
.oSAkt{
    display: flex;
    gap: 30px;
    padding: 20px;
    align-items: flex-start;
}
.PPQdT{
    display: flex;
    gap: 20px;
    position: sticky;
    top: 20px;
}
.wQWn1{
    width: 110px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 350px;
    overflow: auto;
    padding: 0 5px;
}
.wQWn1::-webkit-scrollbar {
    width: 3px;
}
.tAlBZ{
    border: 1px solid #dcdcdd;
    display: flex;
    align-items: center;
    padding: 2px;
}
.tAlBZ:hover{
    border: 1px solid var(--d-blue);
}
.tAlBZ img{
    width: 100%;
}
.EaNh0{
    width: 350px;
    height: 350px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.EaNh0 img{
    width: 100%;
}
.activeImg{
    border: 1px solid var(--d-blue);
}

.WX9V7{
    flex: 1;
    position: relative;
}
.BRV1d{
    text-align: center;
}
.yXxbI{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.oQG6I{
    color: var(--d-blue);
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 10px;
}
.IaRH7{
    font-size: 13px;
    margin-bottom: 10px;
}
.wCpmU{
    font-weight: 500;
}
.wCpmU i{
    font-size: 20px;
}
.TAFdU{
    font-size: 14px;
    margin-right: 10px;
    position: relative;
}
.NlnsX {
    
}
.nHp5l {
    position: relative;
    margin-right: 10px;
}
.nHp5l::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000;
    top: 50%;
}
.fMUuC{
    font-size: 25px;
    margin-right: 10px;
    position: relative;
}
.HVQXt {
    font-size: 13px;
}
.J8Xtc {
    font-size:14px
}
.rTHUe {
    font-size: 12px;
    font-weight: 400;
    color: green;
}
.rTHUe i {
    margin-left: 3px;
    font-size: 12px !important;
}
.TAFdU i{
    font-size: 12px;
}
.fMUuC i{
    font-size: 22px;
}
.TAFdU::before{
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000;
    top: 50%;
}
.klLL7{
    font-size: 13px;
    margin-bottom: 10px;
}
.cyvWe{
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400;
}
.vxqXJ {
    max-width: 200px;
    margin: auto;
}
.QeVOl{
    display: flex;
    justify-content: center;
    align-items: center;
}
.Am6yp{
    font-size: 13px;
}
.qFkxl{
    display: flex;
    margin-left: 20px;
}
.UWLXy{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cdcdce;
    cursor: pointer;
}
.UWLXy:hover{
    background: #F3F4F5;
}
.BwEMh{
    border-radius: 5px 0px 0px 5px;
}
.eAr7R{
    border-radius: 0px 5px 5px 0px;
}
.sGrk8{
    height: 40px;
    border: 1px solid #cdcdce;
}
.yLq3c{
    height: 100%;
    text-align: center;
    width: 100px;
    outline: none;
    border: none;
}
.m3xQl{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}
.QTcmV{
    background: var(--d-blue);
    width: 200px;
    margin: 10px 6px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.4);
    color: #FFF;
    font-size: 12.5px;
    padding: 0px 10px;
    cursor: pointer;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    letter-spacing: .5px;
}
.QTcmV:hover{
    box-shadow: inset 1px 2px 5px rgba(0,0,0,0.4);
}
.K9Du3 {
    position: relative;
    padding: 10px;
}
.Lu04n {
    background: var(--d-blue);
    width: 170px;
    margin: 5px auto 0 auto;
    border-radius: 5px;
    box-shadow: var(--shadow-2);
    color: #FFF;
    font-size: 12.5px;
    cursor: pointer;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    letter-spacing: .5px;
}

.pwGl9 {
    max-width: 300px;
    margin: 15px auto;
    text-align: left;
}
.ZMg98 {
    font-size: 13px;
    padding: 10px 0;
}
.LnpTx {

}
.gE6JV {
    height: 40px;
    margin-bottom: 5px;
    font-size: 13px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    overflow: hidden;
    transition: .2s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gE6JV:hover {
    box-shadow: var(--shadow-2);
    border: 1px solid #FFF;
}
.kUiBm {
    padding-left: 15px;
    min-width: 100px;
}
.ysEXK {
    height: 100%;
    width: 40px;
    display: flex;
    color: rgb(189, 189, 189);
    align-items: center;
    justify-content: center;
}
.gE6JV.checked {
    background: #ffc79d;
}
.gE6JV.checked .ysEXK {
    background: var(--d-blue);
    color: #FFF;
}
.yZl9g {
    
}
.heiNO{
    font-size: 12px;
    margin-right: 10px;
    position: relative;
    color: #000;
}
.ZWBuB{
    font-size: 14px;
    margin-right: 15px;
    position: relative;
    color: #000;
}
.heiNO i{
    font-size: 12px;
}
.ZWBuB i{
    font-size: 13px;
}
.heiNO::before{
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000;
    top: 50%;
}

.PToFC{
    display: flex;
    max-width: 980px;
    margin: 20px auto;
    gap: 15px;
}
.a81i1{
    width: 50%;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: var(--shadow-2);
    border-bottom: 3px solid var(--d-blue);
}
.R8Iy4{
    height: auto;
}
.Q0v2Z{
    background: #F3F4F5;
    display: flex;
    align-items: center;
    height: 45px;
    padding: 0px 20px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}
.BlWIc{
    margin-left: auto;
}
.fIqvx{
    padding: 10px 30px;
}
.ZME3q{
    font-weight: 500;
    font-size: 14px;    
    margin: 15px 0px;
    letter-spacing: .4px;
}
.pBQcH{
    font-size: 14px;
    margin: 10px 0px;
    letter-spacing: .2px;
}
.pBQcH span{
    font-weight: 500;
}

.buUOl{
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
}
.WRS4y{
    font-weight: 600;
    font-size: 14px;
    width: 110px;
    margin-bottom: 10px;
}
.o8F4V{
    font-weight: 500;
    font-size: 14px;
    width: calc(100% - 110px);
    text-transform: capitalize;
}
.AqQVm{
    margin-bottom: 15px;
}
.OLpZE{
    font-size: 15px;
    font-weight: 500;
}
.fmaa5{
    font-size: 13px;
    letter-spacing: 0.3px;
    margin-top: 3px;
}
.o4UqB{
    font-size: 25px;
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
}
.h3f8h, .amDLI{
    color: var(--d-blue);
    font-weight: 600!important;
}
.xEhx3{
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
}
.oUdKT{
    margin-top: 10px;
}
.K8CC6{
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    resize: none;
    outline: none;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}
.K8CC6:focus{
    border: 1px solid var(--d-blue); 
}
.K8CC6::-webkit-scrollbar{
	width: 6px;
}
.K8CC6::-webkit-scrollbar-thumb {
    background: var(--d-blue); 
    border-radius: 10px;
}
.WhVxJ{
    width: 100px;
    text-align: center;
    padding: 10px;
    background: var(--d-blue);
    color:  #FFF;
    box-shadow: 1px 2px 5px rgba(0,0,0,.3);
    margin-top: 10px;
    cursor: pointer;
}
.WhVxJ:hover{
    background: #FFF;
    color: var(--d-blue);
}
.kUq6y {
    height: 200px;
    width: 100%;
    background: #FFF;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.ns3RA{
    border-top: 1px solid var(--d-blue);
    padding-top: 15px;
}
.CCetK{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
.QooWA{
    max-height: 350px;
    overflow: auto;
}
.QooWA::-webkit-scrollbar{
	width: 0px;
}
.QooWA:hover::-webkit-scrollbar{
	width: 5px;
}
.QooWA::-webkit-scrollbar-thumb {
  background: var(--d-blue); 
  border-radius: 10px;
}
.QooWA::-webkit-scrollbar-thumb:hover {
  background: grey; 
}
.nFFcu{
    margin: 15px 0;
}
.nFFcu i{
    margin: 0 3px;
}
.Zu5FX{
    font-weight: 500;
}
.p3TGH{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin: 3px 0;
    font-size: 12px;
}
.yTTeE{
    color: gray;
}
.IJUbn{
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
}
.VqxAB{
    margin-top: 50px;
}
.BO9e9{
    font-size: 23px;
}
.fyRvI{
    font-size: 14px;
    font-weight: 600;
    padding: 0px 10px;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
}
.kInFT{
    text-transform: uppercase;
}
.Z2QJ1 .TkbDZ{
    height: 300px;
    margin-top: 2px;
}

@media screen and (max-width: 1220px){
    .oSAkt {
        margin: 50px 10px;
    }
    .PPQdT{
        /* height: 400px; */
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1000px){
    .PToFC{
        margin: 20px 10px;
    }
    .fIqvx{
        padding: 10px;
    }
    .ZME3q{
        margin: 0 0 10px 0;
    }
}
@media screen and (max-width: 920px){
    .oSAkt{
        flex-direction: column;
    }
    .PPQdT{
        position: relative;
        top: 0;
    }
    .WX9V7{
        width: 100%;
    }
    .VqxAB{
        margin-top: 30px;
    }
}
@media screen and (max-width: 800px){
    .a81i1{
        width: 100%;
    }
    .gd0S2{
        width: 100%;
    }
    .PToFC{ 
        flex-wrap: wrap;
        justify-content: center;
    }
    .VbeDm{
        flex-direction: row;
    }
    .kTL1v{
        flex-direction: column;
        width: 33.33%;
    }
    .eivFG{
        width: 100%;
        height: 20%;
    }
    .kTL1v:last-child div {
        border-right: 1px solid #dee2e6;
        border-bottom: none;
    }
    .E05GM{
        border-bottom: 1px solid #dee2e6!important;
        border-right: none;
    }
}
@media screen and (max-width: 700px){
    .ehHZp{
        max-height: calc(100vh - 90px);
    }
    .ehHZp::-webkit-scrollbar{
        width: 4px;
    }
    .pEEwp{
        margin: 5px;
        min-height: 98%;
        border-radius: 5px;
    }
}
@media screen and (max-width: 600px){
    
    .PPQdT{
        /* height: 400px; */
        flex-direction: column-reverse;
    }
    .wQWn1{
        width: 100%;
        flex-direction: row;
        height: 20px;
        justify-content: center;
    	align-items: center;
    }
    .tAlBZ{
        width: 10px;
        height: 10px;
        border-radius: 10px;
        padding: 5px;
    }
    .WOK98{
        width: 100%;
    }
    .XIX6U, .GhXDL{
        width: 100%;
    }
    .activeImg{
        background: var(--d-blue);
    }
}
@media screen and (max-width: 450px){
    .rTHUe {
        margin: 5px 0;
        display: block;
    }
    .oSAkt{
        margin: 10px 5px;
    }
}

/**************************************************************************************************************
* About Us, Privacy Policy, Terms & Conditions, Refund Policy, Shipping Policy
**************************************************************************************************************/

.wCd2Q {
    padding: 20px 50px;
    background: #FFF;
}
.NDfyq {
    font-size: 23px;
    font-weight: 500;
    letter-spacing: .3px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}
.NDfyq::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100px;
    background: var(--d-blue);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

@media screen and (max-width: 500px) {
    .wCd2Q {
        padding: 20px;
    }
}

.about-us-wrap{
    margin-top: 40px;
    display: flex;
    gap: 30px;
}
.about-content{
    width: calc(50% - 15px);
}
.about-us-img-con{
    width: calc(50% - 15px);
}
.about-us-img-con img{
    width: 100%;
}


@media screen and (max-width: 900px) {
    .about-us-wrap{
        flex-wrap: wrap;
    }
    .about-content{
        width: 100%;
    }
    .about-us-img-con{
        width: 100%;
    }
}

/**************************************************************************************************************
* Contact Us
**************************************************************************************************************/

.man-container{
    width: 100%;
    padding: 70px 0;
    background-image: url(../image/contact-us-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.man-container h1{
    width: 226px;
    margin: auto;
    font-size: 40px;
    font-family: system-ui;
    color: #353535;
}
.Qmry5{
    width: 118px;
    height: 3px;
    margin: auto;
    background-color:#353535;
    border: none;
}
.contct-icon{
    margin: 17px auto;
    width: 45px;
    height: 45px;
    font-variant: full-width;
    background-color: var(--d-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contct-icon i{
    color: #ffffff;
    font-size: 22px;
}
#wd{
      font-weight: 600;
}
.detail-page{
    width: 100%;
    display: flex;
    padding-top: 30px;
}
.call-box{
    width: 23%;
    margin: 7px auto;
    height: 150px;
    border-radius: 6px;
    box-shadow: var(--shadow-1);
    background-color: #ffffff;
}
  
.contain h3{
    text-align: center;
    font-size: 14px;
    padding: 5px;
    color: rgb(82, 82, 82);
}
  
.man-form{
    display: flex;
    gap: 15px;
    padding: 20px;
}
.map-box{
    width: 60%;
}
.K2v2i {
    width: 100%;
    padding: 12px;
    border: 1px solid rgb(232 232 232);
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
}
.customer-support{
    background: #ffffff;
    margin-bottom: 15px;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    box-shadow: var(--shadow-1);
}
.customer-support h4,.container h4{
    margin-bottom: 5px;
    text-align: center;
    color: #5b5b5b;
}
.con-map{
    width: 100%;
    box-shadow: var(--shadow-1);
    border-radius: 5px;
    height: 100%;
}
.con-map iframe{
    width: 100%;
    height: 100%;
}
.form-box{
    width: 40%;
}

input[type=text], select, textarea,input[type=email], select, textarea,input[type=number], select, textarea :focus{
    outline: none;
}
.HcsRu{
    color: #afafaf;
}
  
.rr6vr {
    background-color: var(--d-blue);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: .2s;
}
  
.rr6vr:hover {
    background-color: #fa703a;
}
  
.form-box .container {
    border-radius: 5px;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: var(--shadow-1);
}
  
/******************* Responsive ********************/
  
@media (max-width: 949px){
    .detail-page{
        flex-wrap: wrap;
        padding-top: 20px;
    }
    .call-box{
        width: 48%;
    }
}
@media (max-width: 626px){
    .call-box{
        width: 80%;
    }
    .detail-page{
        padding-top: 10px;
    }
    .man-form{
        flex-wrap: wrap;
        padding: 10px;
    }
    .form-box,.map-box{
        width: 100%;
    }
    .man-container{
        padding: 50px 0;
    }
}
@media (max-width: 511px){
    .call-box{
        width: 97%;
    }
    .man-container{
        padding: 40px 0;
    }
    .man-container h1{
        font-size: 26px;
        width: 147px;
    }
    .Qmry5{
        width: 88px;
        height: 2px;
    }
}

/*****************************************************************************************
Product Filter
******************************************************************************************/

.inQKg{
    /* border: 1px solid #dee2e6; */
}
.inQKg::-webkit-scrollbar{
	width: 4px;
}
.inQKg::-webkit-scrollbar-thumb {
    background: var(--f-color); 
    border-radius: 10px;
}
.olbcZ{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
    padding: 10px 0px;
    flex-wrap: wrap;
}
.bsnaJ{
    font-weight: 500;
    font-size: 19px;
}
.tSGQp, .JHeuV{
    font-weight: 500;
    font-size: 12px;
    color: var(--d-blue);
    cursor: pointer;
}
.yy7oD{
    width: 100%;
    margin: 5px 0;
    display: flex;
    flex-wrap: wrap;
}
.qGaXX{
    border-radius: 4px;
    padding: 5px 10px;
    box-shadow: 1px 2px 5px rgba(0,0,0,.3);
    font-size: 14px;
    cursor: pointer;
    margin: 5px;
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    overflow: hidden;
}
.qGaXX:hover::before{
    content: "\f00d";
    font-family: "Font Awesome 5 Pro"; font-weight: 600;
    font-size: 17px;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    color: #FFF;
    background: var(--d-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 1px 2px 5px rgba(0,0,0,.3);
}
.m4STK{
    padding: 15px 0;
    border-bottom: 1px solid #dee2e6;
}
.m4STK:last-child {
    border: none;
}
.ETTMb{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.X69N0 {
    max-height: 210px;
    overflow: auto;
}
.X69N0::-webkit-scrollbar{
	width: 5px;
}
.X69N0::-webkit-scrollbar-thumb {
    background: #153E63; 
    border-radius: 5px;
}
.KMGfW{
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.oqky3{
    margin-bottom: 10px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
}
.hF8Di{
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #bababa;
    position: absolute;
    background-color: #fff;
    z-index: 1;
}
#kNXVo{
    left: 0;
}
#bpOTT{
    left: 100px;
}
.TTckh{
    position: absolute;
    left: 6.5px;
    width: 100px;
    height: 5px;
    background: var(--d-blue);
}
.aLmoB{
    height: 2px;
    width: 100%;
    background: #bababa;
}
.nCrb3{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.ivTDU{
    width: 100px;
}
.NiG1t{
    background: none;
    width: 100%;
    outline: none;
    border: 1px solid #dee2e6;
    padding: 5px;
}
.NiG1t:focus{
    border: 1px solid var(--d-blue);
}
.lnkCk{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    margin: 10px 0px;
    /* font-weight: 500; */
}
.lnkCk input{
    height: 15px;
    width: 15px;
}
.lnkCk label{
    margin: 0;
}
.Wq0Ds{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
}
.la0qR{
    height: 20px;
    width: 20px;
    cursor: pointer;
    border: 3px solid #FFF;
    border-radius: 4px;
}
.la0qR:hover{
    border: 3px solid var(--d-blue);
}
.Hn6MM{
    border: 3px solid var(--d-blue);
}

/*****************************************************************************************
Product Filter
******************************************************************************************/

.kKQi7 {
    padding: 20px 0;
}
.fqBle {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}
.OgZKn {
    width: 23%;
    margin: 1%;
    margin-bottom: 10px !important;
    border-radius: 5px;
    box-shadow: var(--shadow-1);
    overflow: hidden;
    background: #FFF;
}
.tJJ1m {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-height: 180px;
}
.tJJ1m img {
    height: 100%;
}
.hs3BC {
    text-transform: capitalize;
    padding: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}

@media screen and (max-width: 1000px) {
    .OgZKn {
        width: 31%;
        margin: 1%;
    }
}

@media screen and (max-width: 750px) {
    .OgZKn {
        width: 48%;
        margin: 1%;
    }
    .fqBle {
        max-width: 600px;
    }
}

@media screen and (max-width: 500px) {
    .OgZKn {
        width: 98%;
        margin: 1%;
    }
    .fqBle {
        max-width: 400px;
    }
    .kKQi7 {
        padding: 10px 0;
    }
}
.product-item {
	background: #fff;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px #cccccc3b;
	position: relative;
}
.product-item .product-thumbnail {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.product-item .product-thumbnail img {
	width: 100%;
	transition: all .5s ease;
}
.product-item:hover .product-thumbnail img {
	transform: scale(1.1) rotate(3deg);
}
.product-item .product-thumbnail .wishlist {
	font-size: 16px;
	color: #666;
	position: absolute;
	top: 10px;
	right: 10px;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	display: flex;
	width: 35px;
	height: 35px;
	border: 1px solid #eee;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.product-item:hover .product-thumbnail .wishlist {
	visibility: visible;
	opacity: 1;
}
.product-item .product-thumbnail .wishlist:hover {
	color: #fff;
	background: #679509;
	border-color: #679509;
}
.sale-badge {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
	background: #679509;
	padding: 4px 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 12px;
}
.product-item .product-thumbnail .product-overly-btn {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	width: 100%;
	height: 52%;
	justify-content: center;
	align-items: center;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.product-item:hover .product-thumbnail .product-overly-btn {
	visibility: visible;
	opacity: 1;
	height: 100%;
}
.product-item .product-thumbnail .product-overly-btn ul li {
	display: block;
	margin-bottom: 10px;
}
.product-item .product-thumbnail .product-overly-btn ul li a {
	background: #679509;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: capitalize;
	transition: all .3s ease-in-out;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	width: 150px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-item .product-thumbnail .product-overly-btn ul li a:hover{
	background: #000;
}
.product-item .product-thumbnail .product-overly-btn ul li a i {
	transition: all .3s ease-in-out;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 16px;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transition: all .3s ease-in-out;
}
.product-item .product-thumbnail .product-overly-btn ul li a span {
	transition: all .3s ease-in-out;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 14px;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transition: all .5s ease-in-out;
}
.product-item .product-thumbnail .product-overly-btn ul li a:hover i {
	transform: translateY(0);
	-webkit-transform: translateY(0%);
}
.product-item .product-thumbnail .product-overly-btn ul li a:hover span {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}
.product-item .product-content {
	padding: 20px;
	text-align: center;
	padding-top: 10px;
}
.ratting {
	color: #FC0;
	font-size: 14px;
}
.product-content h4 {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.2;
	padding: 6px 0px;
}
.product-content h4 a{
	color: #1E1D24;
}
.product-content h4 a:hover{
	color: #679509;
}
.pricing span {
	font-size: 18px;
	font-weight: 700;
	color: #679509;
}
.pricing span del {
	color: #1E1D24;
	font-size: 14px;
	font-weight: 500;
}
.button-3 {
	display: inline-block;
	padding: 16px 36px;
	text-transform: capitalize;
	font-weight: 500;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #333;
	background: #fff;
	text-align: center;
}
.button-3:hover {
	color: #fff;
	background: #2a660a;
}
.deal-section-content h4 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	color: #679509;
	line-height: 1.2;
	margin-bottom: 10px;
    text-align: left;
}
.deal-section-content h2 {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}
.count-time li {
	display: inline-block;
	margin-right: 20px;
	text-align: center;
}
.count-time li:last-child{
	margin-right: 0px;
}
.count-time li strong {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #fff;
	font-size: 30px;
	font-weight: 700;
	color: #679509;
	box-shadow: 0px 0px 10px 0px #eee;
}
.count-time li span {
	padding-top: 10px;
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	color: #333;
	font-size: 18px;
}
.dh-btn a {
	box-shadow: 0px 0px 10px 0px #eee;
}
.p-widgets-single {
	background: #fff;
	padding: 12px 10px;
}
.deal-title {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
}
.deal-title::after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 60px;
	height: 2px;
	background: #679509;
	bottom: 0;
}
.deal-title::before {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #ece5e5;
	bottom: 0;
}
.p-widgets-single .content h4 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	padding-bottom: 6px;
}
.p-widgets-single .content h4 a{
	color: #1E1D24;
}
.p-widgets-single:hover .content h4 a{
	color: #679509;
}
.p-widgets-single .content .ratting {
	padding-bottom: 4px;
}
.width-100-week {
	overflow: hidden;
}
.weekly-offer-banner {
	height: 90%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
}
.weekly-offer-banner h2 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 30px;
	line-height: 1.3;
}
.sc-sigle-item {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.sc-sigle-item .thumbanil {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border: 2px dashed #bbb;
	padding: 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	margin: 0 auto;
}
.sc-sigle-item .thumbanil img {
	width: 100%;
	border-radius: 50%;
}
.sc-sigle-item:hover .thumbanil{
	border-color: #679509;
}
.sc-sigle-item .thumbanil a {
	position: absolute;
	z-index: 1;
	background: #679509d9;
	width: 70%;
	height: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	top: 15%;
	left: 15%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	transform: scale(0);
}
.sc-sigle-item:hover .thumbanil a{
	transform: scale(1.0);
}
.sc-sigle-item .thumbanil a i {
	font-size: 20px;
	color: #fff;
	transform: rotate(45deg);
}
.sc-sigle-item .title {
	margin-top: 10px;
}
.sc-sigle-item .title a {
	color: #333;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 16px;
}
.sc-sigle-item:hover .title a {
	color: #679509;
}
.shopcate-slider-nav {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffff;
	border-radius: 50%;
	color: #333;
	font-size: 22px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	box-shadow: 0px 0px 10px 0px #c4c4c4;
}
.shopcate-slider-nav:hover {
	background: #679509;
	color: #fff;
}
.shop-category-full .owl-prev {
	position: absolute;
	top: 34%;
	left: -10px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.shop-category-full .owl-next {
	position: absolute;
	top: 34%;
	right: -10px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.shop-category-full:hover .owl-prev, .shop-category-full:hover .owl-next{
	opacity: 1;
	visibility: visible;
}
.s2-cate-item {
	padding: 50px 10px 35px;
	border: 2px solid #eee;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.s2-cate-item::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 0%;
	height: 5px;
	background: #679509;
	bottom: 0;
	left: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.s2-cate-item:hover::after {
	width: 100%;
}
.s2-cate-item .thumbn {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 25px;
	border-radius: 50%;
}
.s2-cate-item .thumbn img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.s2-cate-item .con h4 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 10px;
}
.s2-cate-item .con h4 a {
	color: #071e00;
}
.s2-cate-item:hover .con h4 a{
	color: #679509;
}
.s2-cate-item .con span {
	font-size: 14px;
	font-weight: 600;
}
.button-1.load-more {
	border-radius: 50px;
}
.kSD5K:hover .ytbIt {
    height: 100%;
}