@media screen and (max-width: 1024px) {
	/* list page responsive css start here (1024)*/
	.product-list-main {
		padding: 0.7rem 15px;
	}
	.product-list-main .sidebar-main {
		width: 25%;
		max-width: 25%;
		flex: 0 0 25%;
	}
	.product-list-main .product-section-main {
		width: 75%;
		max-width: 75%;
		flex: 0 0 75%;
	}
	.product-list-main .product-section-main .col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3%;
		flex: 0 0 33.3%;
		max-width: 33.3%;
	}
	/* list page responsive css end here (1024)*/
	/*cart page responsive start here (1024)*/
	.cart-container .cart-table,
	.cart-summary {
		flex: 0 0 100%;
		max-width: 100%;
		background: #fff;
		padding: 0px !important;
	}
	table.cart {
		background: #f4f4f5;
		margin-bottom: 5px;
	}
	.container-fluid.innerWrap.py-4 {
		min-height: 100vh;
		padding-left: 0;
		padding-right: 0;
	}

	.scheduleBtn {
		/* position: fixed !important; */
		bottom: 0px;
		left: 0px;
		margin: 0px;
		width: 100%;
		z-index: 99;
		height: 45px;
	}

	.account_sidebar {
		display: none;
	}

	.linksContainer {
		flex-direction: row;
		width: 100%;
		margin: 0px !important;
		align-items: flex-start;
	}
	.my-account .content-box {
		background: #fff;
		padding: 20px 0px;
	}
	/* #F4F4F5 */
	.accountLinks {
		flex-direction: row;
		align-items: center;
		/* border-right:.5px solid #fff */
		/* padding-left: 20px; */
		/* justify-content: center; */
		padding: 20px 0px;
		background: #fff;
		width: 100%;
		margin-bottom: 10px;
	}
	.accountLinks:not(:last-child) {
		border-right: 0.5px dashed #fff;
	}
	.accountLinks > a,
	.accountLinks > img {
		margin-left: 20px;
	}
	.my-account .account_detail {
		background: #f4f4f5 !important;
		padding: 20px 0px;
	}
	/* .profile-box  {
    background: #fff !important;
    padding: 20px;
} */
	/*cart page responsive end here (1024)*/
}
@media screen and (min-width: 767px) {
	.product-list-main .sidebar-main {
		display: flex;
	}
	.product-list-main .sidebar-main nav.top
    {
        width: 100%;
        max-width: 100%;
        position: sticky;
        position: -webkit-sticky;
        flex: 0 0 100%;
        top: 115px;
        align-self: flex-start;
    }
	.product-list-main .sidebar-main nav.bottom {
		width: 100%;
		max-width: 100%;
		position: sticky;
		flex: 0 0 100%;
		bottom: 20px;
		align-self: flex-end;
	}
	.soldByMobile {
		display: none;
	}
	.otherOptionsMobile {
		display: none;
	}
	.btn:focus {
		box-shadow: none !important;
	}
	.storeName {
		font-size: 10px !important;
	}
	.call {
		margin: 5px;
		margin: 35px 0;
		display: flex;
		justify-content: center;
		/* width: 100%; */
		text-align: center;
	}
	.number {
		/* padding: 5px 10px; */
		/* border: 1px solid var(--main-color); */
		display: inline-block;
	}
	.number > a {
		text-decoration: none;
		color: var(--font-dark-blue);
		font-size: 15px;
		position: relative;
		padding-left: 15px;
	}
	.number > a::before {
		content: "\f095";
		font-family: 'FontAwesome';
		position: absolute;
		left: -3px;
		top: -1px;
		color: var(--main-color);
		font-size: var(--font-size-heading);
	}
	.storeName span {
		text-transform: uppercase;
	}
	.minicartOverlay:before {
		content: "";
		height: 100%;
		top: 0px;
		left: 0;
		width: 100%;
		z-index: -1;
		position: fixed;
		/* background-color: rgba(0, 0, 0, 0.5); */
	}
	/* .search:before {
		content: "";
		height: 100%;
		top: 0px;
		left: 0;
		width: 100%;
		z-index: -1;
		position: fixed;
		background-color: rgba(0, 0, 0, 0.5);
	} */
	h1.brandName {
		font-size: var(--font-size-heading);
		line-height: 30px;
		color: var(--font-dark-blue);
		font-family: "lhmBold";
	}

	.wordrobe-product .product-list .m-top-170 {
		margin-top: -170px;
	}
	.wordrobe-product .product-list .m-top-150 {
		margin-top: -16%;
	}
	.wordrobe-product .pt-1 {
		padding-top: 10px !important;
	}
	.wordrobe-product .pt-2 {
		padding-top: 20px !important;
	}
	.wordrobe-product .pt-3 {
		padding-top: 30px !important;
	}
	.wordrobe-product .pt-4 {
		padding-top: 40px !important;
	}
	.wordrobe-product .pt-5 {
		padding-top: 50px !important;
	}
	.wordrobe-product .pt-6 {
		padding-top: 60px !important;
	}
	.wordrobe-product .pt-7 {
		padding-top: 70px !important;
	}
	.wordrobe-product .pt-8 {
		padding-top: 80px !important;
	}
	.wordrobe-product .pt-9 {
		padding-top: 90px !important;
	}
	.wordrobe-product .pt-10 {
		padding-top: 100px !important;
	}
	.wordrobe-product .pt-11 {
		padding-top: 110px !important;
	}
	.wordrobe-product .pt-12 {
		padding-top: 120px !important;
	}
	.wordrobe-product .pt-13 {
		padding-top: 130px !important;
	}
	.wordrobe-product .pt-14 {
		padding-top: 140px !important;
	}
	.wordrobe-product .pt-15 {
		padding-top: 150px !important;
	}
	.wordrobe-product .pt-16 {
		padding-top: 160px !important;
	}
	.wordrobe-product .pt-17 {
		padding-top: 170px !important;
	}
	.wordrobe-product .pt-18 {
		padding-top: 180px !important;
	}
	.wordrobe-product .pl-1 {
		padding-left: 10px !important;
	}
	.wordrobe-product .pl-2 {
		padding-left: 20px !important;
	}
	.wordrobe-product .pl-3 {
		padding-left: 30px !important;
	}
	.wordrobe-product .pl-4 {
		padding-left: 40px !important;
	}
	.wordrobe-product .pl-5 {
		padding-left: 50px !important;
	}
	.wordrobe-product .pl-6 {
		padding-left: 60px !important;
	}
	.wordrobe-product .pl-7 {
		padding-left: 70px !important;
	}
	.wordrobe-product .pl-8 {
		padding-left: 80px !important;
	}
	.wordrobe-product .pl-9 {
		padding-left: 90px !important;
	}
	.wordrobe-product .pl-10 {
		padding-left: 100px !important;
	}
	.wordrobe-product .pr-1 {
		padding-right: 10px !important;
	}
	.wordrobe-product .pr-2 {
		padding-right: 20px !important;
	}
	.wordrobe-product .pr-3 {
		padding-right: 30px !important;
	}
	.wordrobe-product .pr-4 {
		padding-right: 40px !important;
	}
	.wordrobe-product .pr-5 {
		padding-right: 50px !important;
	}
	.wordrobe-product .pr-6 {
		padding-right: 60px !important;
	}
	.wordrobe-product .pr-7 {
		padding-right: 70px !important;
	}
	.wordrobe-product .pr-8 {
		padding-right: 80px !important;
	}
	.wordrobe-product .pr-9 {
		padding-right: 90px !important;
	}
	.wordrobe-product .pr-10 {
		padding-right: 100px !important;
	}
}
@media screen and (max-width: 767px) {
	.mobileSearchTabs{
		width: 100%; 
		justify-content: space-evenly;
		align-items: center;
		font-size: 14px;
		padding-top: 10px;
	}
	.mobileSearchTabs div span.currentTab{
		border-bottom: 2px solid #000;
    	padding: 4px 0;
	}
	.storeFrontLocation{
		position: static;
		padding-left: 0;
	}
	.storeFrontLocationText{
		width: 100%;
		font-size: 12px;
		padding: 5px 0;
	}
	.product-detail-container .slick-thumb .slick-slide div{
		min-height: 5px;
		max-height: 5px;
	}
	.gProductAdd{
		width: auto;
	}
	.locationWraper.mobileLocation{
		margin-left: -3px;
    	margin-top: 2px;
	}
	.locationDrop{
		position: fixed;
		left: 0;
		top: 54px;
		border-radius: 0 !important;
	}
	.locationDrop::before{
		content: none !important;
	}
	.mobileLocation{
		background-color: transparent !important;
	}
	.mobileLocation .menuLocation{
		padding: 0;
		margin-right: 10px;
		display: inline-block;
	}
	.sideUserDetails p{
		font-size: 14px !important;
		color: #000 !important;
		text-decoration: none !important;
	}
	.sideUserDetails a{
		font-size: 13px;
		color: var(--main-color);
		text-decoration: underline;
	}
	.sideLocation{
		display: flex;
		flex-direction: row; 
		justify-content: center;
		align-items: center;
		padding: 0px 10px; 
	}
	.sideLocation img{
		width: 20px;
	}
	.sideLocation .sideLocationText{
		width: 100%;
		margin: 0;
		padding-left: 10px;
		font-size: 13px;
		font-family: 'lhmMedium';
	}
	.sideLocationWrap{
		border-bottom: 1px solid #eee;
		padding: 10px 0;
	}
	.changeLocation{
		font-size: 13px;
		color: var(--main-color);
		margin: 0;
		text-decoration: underline;
	}
	.userIcon img{
		width: 60px; 
	}
	.sideUserDetails{
		padding-left: 20px;	
	}
	.sideUserDetails p{
		margin: 0;
		font-size: 14px;
		color: var(--main-color);
		text-decoration: underline;
	}
	.sideUserSection{
		padding: 0px;
		display: flex;
		flex-direction: row;
		padding: 10px;
		align-items: center;
	}
	.bottomBadge{
		position: absolute;
		z-index: 9; 
		width: 20px;
		height: 20px;
		display: inline-flex;
		right: -5px;
		top: -5px;
		align-items: center;
		justify-content: center;
		border-radius: 15px;
		background-color: #000;
		color: #fff;
		font-size: 11px;
	}
	.store-grid-2 h4{
		font-size: 16px !important;
	}
	#pim_main{
		padding-bottom: 60px;
	}
	.bottomMenu{
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		background-color: #fff;
		display: flex;
		justify-content: space-around;
		align-items: center;
		padding: 10px 0;
		box-shadow: 0px -5px 10px #00000017;
	}
	.bottomMenu .bottomBox img{
		height: 22px;
	}
	.bottomMenu .bottomBox p{
		font-size: 12px;
		margin: 0;
		padding-top: 4px;
	}
	.bottomMenu .bottomBox{
		text-align: center;
		position: relative;
	}
	.input-group-append:before{
		top: 0px;
		height: 48px;
	}
	.btn-findStore{
		display: none;
	}
	.HeartImageDesk{
		opacity: 0;
	}
	.storeFilter{
		background-color: #161616;
		right: 0 !important;
		padding-right: 10px;
		height: 100%;
		top: 0 !important;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.cardGrid {
		margin-top: 10px;
	}
	.navigation .icons .mobile{
		margin-right: 5px;
		border: none;
		padding: 0;
	}
	.wishlist-icon .badge{
		left: 13px !important;
	}
	.icons .fa-map-marker{
		font-size: 22px;
		color: #fff;
		margin-top: 3px;
	}
	.locationWraper{ 
		width: 100%;
		background-color: #ffffff;
		text-align: left;
	} 
	.locationWraper .dropdown-toggle span{
		color: var(--main-color) !important;
	}
	.locationWraper .dropdown-toggle{
		color: #000000;
		text-align: left;
		width: 100%;
	}
	.orderTracking .modal-content{
		overflow: scroll !important;
    	height: 100vh;
		border-radius: 0 !important;
		border: none;
	}
	.orderTracking .modal-dialog{
		margin: 0;
	}
	.trackingBox{
		padding: 0;
	}
	.statusStepper{
		padding: 0 10px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: rgb(255 255 255 / 50%);
		backdrop-filter: blur(4px);
	}
	.statusMark img {
		width: 13px;
	}
	.trackHeading{
		display: none;
	}
	.statusMark{
		margin: 5px 15px;
		width: 25px;
		height: 25px;
		line-height: 22px;	
	}
	.vue-map-container{
		max-height: 500px;
	}
	.trakerCollapse .currentStep{
		display: inline-flex;
	}
	.trakerCollapse .completedStep, .trakerCollapse .pendingStep{
		display: none;
	}
	.trakerCollapse .statusMark::after{
		content: none;
	}
	.statusStepper .steps{
		margin: 15px 0;
	}
	.collapseIcon{
		position: absolute;
		right: 20px;
		font-size: 22px;
		top: 20px;
		z-index: 9999; 
		border: 1px solid #000;
		border-radius: 50%;
		background-color: #fff;
		width: 25px;
		height: 25px;
		text-align: center;
		line-height: 25px;
		display: block;
	} 
	.trackingBox{
		background-color: #f5f5f5;
	}
	.riderDetails{
		background-color: #fff;
		border-radius: 0; 
		padding: 15px 15px;
	}
	.orderTracking .modal-body{
		overflow: hidden;

	}













	.my-account .account_detail{
		padding: 20px 20px;
	}
	.newOrderWrap{
		padding: 20px 30px;
	}
	.getYourOtp{
		margin-top: 10px;
	}
	.user-icon-link{
		margin-right: 0;
	}
	.accountLinks >a{
		width: 100%;
		font-size: 14px;
		margin: 0;
	}
	.accountLinks >a img{
		height: 35px;
		margin-bottom: 5px;
	}
	 
	.input.activeSearch input.field.searchInputField{
		border: 1px solid #d4d4d4;
		width: 98% !important;
	}
	.searchNotch{ 
		max-height: 300px;
		border: 1px solid #d4d4d4;
		margin-top: 5px !important;
		min-height: min-content;
		height: min-content;
		display: inline-block !important;
    	width: 100%;
	}
	.search::before{
		content: none !important;
	}
	.product-section-main .product-list .product-box{
		height: 170px;
	}
	.paymentAddress a.section-back-btn{
		position: absolute;
		top: 25px;
		right: 10px;
	}
	.paymentAddress{
		position: relative;
	}
	.storeName{
		font-size: var(--font-size-regular);
	}
	.newContinueShop{
		width: 100%;
		text-align: center;
	}
	.product-detail-container .main-slider img{
		max-height: 400px;
		width: auto !important;
		max-width: 100%;
		margin: auto;
	}
	.product-detail-container  .slick-slide{
		text-align: center !important;
	}
	.cart-summary{
		border-bottom: 10px solid #f2f2f2;
	}
	.cart-summary .container{
		padding-top: 10px;
		margin: 0 !important;
		padding-bottom: 10px !important;
	}
	.cart-container .cart-table .cart-item td .mobile-qty-msg{
		text-align: right !important;
		padding-right: 25px; 
	}
	.offerAvail li{
		font-size: var(--font-size-regular);
	}
	.detailPageTabWrap{
		border-bottom: 10px solid #f2f2f2;	
	}
	.processes{
		border-bottom: 10px solid #f2f2f2;
	}
	.item-count h2{
		font-size: 20px;
		font-family: 'lhmBold';
	} 
	.item-count h2 small{
		font-family: 'lhmRegular';
	}
	.input.activeSearch {
		position: absolute;
		top: 54px;
		width: 100% !important;
		padding: 5px;
		left: 0; 
		margin: 0;
		background-color: var(--main-color);
		border-radius: 0;
		box-shadow: -2px 4px 6px #49494957;
		margin-left: 0 !important;
		padding: 0;
	}
	.input.activeSearch .search::before{
		content: ''; 
		width: 100%;
		height: 50px;
		position: absolute;
		background: linear-gradient( 0deg, rgb(255 255 255) 80%, rgb(186 33 38) 80%);
		top: 0;
		left: 0;
	}
	.input.activeSearch .search{
		background: #fff;
    	display: inline-block;
	} 
	.activeSearchMobile {
		display: block !important;
	}
	.img-zoom-result{
		display: none;
	}
	.minicart{
		display: none;
	}
	.minicart.minicartOverlay{
		display: block;
	}
	
	.add-to-cart-btns{
		position: fixed;
		z-index: 999;
		padding: 12px;
		display: block;
		width: 100%; 
		box-shadow: 0px -2px 4px rgba(0,0,0, 0.1);
		background-color: #fff;
		bottom: 0;
		left: 0;
	}
	.user-icon .userDrop .userData a:hover{
		color: var(--main-color) !important;
	}
	.user-icon .userDrop .userData a.router-link-exact-active.router-link-active{
		padding: 0px !important;
	}
	.card_detail{
		width: 100%;
	}
	/* .cart_content{
		width: 100% !important;
	} */
	.mapPopHeading{
		font-size: 17px;
	}
	
	
	.landingInput input{
		background: url(/img/maps.png) no-repeat 4% 50% #fff;
		padding-left: 27px !important;
		background-size: 13px;
	}
	.landingInput .input-group-append{
		border-top-right-radius: 0px;
		overflow: hidden;
		border-bottom-right-radius: 0px;
	}
	.cart-item .item-info{
		display: flex;
	}
	body.checkout{
		margin-bottom: 100px;
	}
	.payNowWrap{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 15px;
		background-color: #fff;
	}
	.tabTitle{
		padding: 8px 3px 9px 3px;
		font-size: var(--font-size-regular);
	}
	.tabTitle span{
		font-size: 11px;
	}
	.timeSlot::before{
		font-size: 19px;
	}
	.timeSlot{
		font-size: var(--font-size-regular);
	}
	.paymentOptionWrap{
		padding: 15px !important;
	}
	.cart-container .cart-table .cart-item td.price, .cart-container .cart-table .cart-item td.qty, .cart-container .cart-table .cart-item td.discount, .cart-container .cart-table .cart-item td.subtotal{
		display: none;
	} 
	.mobileBottomCart{
		width: calc(100% + 20px);
		padding: 6px 0;
		border-top: 1px solid #F4F4F5;
		margin-top: 10px;
		margin-left: -10px;
	}
	.mobileBottomCart .remove-cart{
		width: 50% !important;
		display: inline-block;
		text-align: center;
		padding: 6px;
		padding-top: 14px;

	} 
	.cart-summary .coupon-container{
		padding: 10px;
	    border-bottom: 10px solid #f4f4f5;
	}
	.cart-summary label{
		padding: 10px;
	}
	.summarProductDetail, .summarDiscountDetail, .cart-summary .row.py-2{
		padding: 10px;
	} 
	.borderDiv{
		    border-bottom-style: solid;
	}
	.cart-item .item-photo img{
		margin-bottom: 0;
	}
	.cart-item .remove-cart{
		position: static;
		width: 50%;
	}
	.offerAvail{
		border-bottom: 10px solid #f4f4f5 !important;
		border: none;
	}
	.emptyCart {
		max-width: 280px;
	}
	.emptyCartContainer h3 {
		font-size: 24px;
		margin-top: 40px;
	}
	.emptyCartContainer p {
		font-size: 16px;
	}
	.cartFixBtn{
		position: fixed;
		bottom: 0;
		left: 0;
		padding: 18px;
		background-color: #fff;
		width: 100%;
		z-index: 9;
	}
	.cartFixBtn .thankuShopping{
		margin: 0;
		width: 100%;
	}
	.forDesktop {
		display: none !important;
	}
	.forMobile {
		display: flex !important;
	}
	.mobileStoreToggle{
		display: inline-block !important;
	}
	.shippingWrap .form-group{
		margin-bottom: 18px;
	}
	.login-form .section-title{
		font-size: var(--font-size-heading);
		color: var(--font-dark-blue);
		margin: var(--font-size-regular) 0;
		font-weight: 600;
	}
	.mFixed{
		width: 100% !important;
		position: fixed;
		bottom: 0;
		left: 0;
		margin: 0;
		padding: 10px !important;
		background-color: #fff;
		box-shadow: 0px -2px 4px rgb(0 0 0 / 10%);
	}
	.mFixed .shippingBtn {
		min-width: 100%;
		width: 100%;;
	}
	#shipping-address-section .field.submit{
		width: 100% !important;
		position: fixed;
		bottom: 0;
		left: 0;
		margin: 0;
		padding: 18px !important;
	}
	.opc-section .submit .continue{
		min-width: 100%;
	}
	.deliverySlotText .section-title, .payment .section-title{
		font-size: var(--font-size-heading);
	}
	.shipping-address-items>p{
		font-size: var(--font-size-regular);
		padding:20px 0px 10px;
		margin: 0;
	}
	.shipping-address-section .new-address-btn{
		width: 100%;
		text-align: center;
		font-weight: 600;
		margin-left: 0 !important;
	}
	/* .shipping-address-section .new-address-btn:before{
		content: none;
	} */
	.opc-progress-bar{
		/* display: none; */
	}
	ul.opc-progress-bar li:before{
		left: -25px;
	}
	/* checkout */
	.checkout_header {
		position: static;
		top: 0;
		float: left;
		width: 100%;
		left: 0;
		padding: 0;
		background: #fff;
		z-index: 99;
	}
	.checkout_header .checkout_logo {
		float: left;
		margin: 15px 0;
		width: 100%;
		text-align: center;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9;
		background-color: white;
		-webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
		box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
		margin: 0;
	}
	.checkout_header .opc-progress-bar {
		float: none;
		margin: 15px auto 30px;
		position: static;
		width: auto;
	}
	.col-md-8.col-sm-12.col-xs-12.checkout-section {
		/* margin-top: 30px; */
		width: 100%;
		max-width: 100%;
		padding: 0 4%;
	}
	.col-md-4.col-sm-12.col-xs-12.opc-sidebar {
		display: none;
		margin-top: 40px;
		background: #f0f0f0;
		position: static;
		right: 0;
		width: 100% !important;
		height: 100%;
		max-width: 100%;
	}

	/* checkout */

	.btn:focus {
		box-shadow: none !important;
	}
	.field.mobile.fieldLogin {
		display: block !important;
	}
	h1.brandName {
		font-size: var(--font-size-regular);
		line-height: 24px;
		font-family: lhmRegular;
	}
	/* Geo Location  */

	.landingNavigation {
		/* display: none !important; */
	}

	.navigation.landingNavigation {
		/* display: none !important; */
		/* height: 0px; */
	}
	.landing_loginMobile {
		display: block !important;
		/* width: 100px; */
		position: absolute;
		right: 5px;
		top: 15px;
		color: #fff;
		font-size: 12px;
		text-align: center;
	}
	.landing_loginMobile > p {
		margin-top: 5px;
	}
	.user-iconLannding {
		font-size: var(--font-size-regular);
		/* background: var(--main-color);  */
		border-radius: 80%;
		color: #fff;
		font-style: normal;
		/* width: 40px; */
		text-align: center;
		/* height: 40px; */
		/* line-height: 40px; */
		padding: 0 8px;
	}
	.landingSelect {
		background: url("/img/maps.png") no-repeat 5% 50%,
			url("/img/arrow_down.png") no-repeat 95% 45% #fff;
		padding: 20px;
		display: inline;
		margin: 10px;
		background-size: 12px;
		border-radius: 6px;
		border: 0.5px solid #a2a2a2;
		font-size: var(--font-size-heading);
		line-height: 23px;
		padding-left: 50px;
	}
	#section-info-working h2,
	#section-info-working h5 {
		font-size: var(--font-size-heading);
		line-height: 23px;
		padding: 0px 70px;
	}
	#info-working-graphics p {
		font-size: var(--font-size-regular);
		line-height: 23px;
		padding: 0px 0px;
	}
	::-webkit-input-placeholder {
		/* Chrome/Opera/Safari */
		/* color: ; */
		font-size: 16px;
	}
	.landingInput.input-group {
		flex-direction: row;
		margin-bottom: 10px;
		padding: 10px;
	}
	.landingInput.input-group > .location_input {
		/* width: 70%; */
	}
	.location-detect-btn {
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
	}
	#section-location-form {
		min-height: 600px;
		padding-top: 0px !important;
	}
	#nearby .section {
		padding: 0px;
	}
	.Slider .slick-dots li button:before {
		opacity: 1;
		color: rgba(0, 0, 0, 0.411);
	}
	.product_image {
		height: 190px;
		background: center;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.slick-dots li button:before {
		font-family: "slick";
		font-size: 6px;
		line-height: 20px;

		position: absolute;
		top: 0;
		left: 0;

		width: 20px;
		height: 20px;

		content: "•";
		text-align: center;

		opacity: 1;
		color: white;

		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.btn-findStore {
		margin: 20px 0;
		border-radius: 0px;
		width: 100%;
		text-align: center;
	}
	.landing_heading {
		font-size: 20px;
		line-height: 30px;
		text-align: center;
	}
	.landing_secondry {
		font-size: var(--font-size-heading);
		line-height: 22px;
		text-align: center;
	}
	/* .landingInput {
     position: relative;
 } */
	/* .landing_login {
    position: absolute;
    right: 0px;
    color: #fff;

} */
	/* .navigation.landingNavigation > img {
 display: none;

} */
	.navigation .icons > div {
		width: 30px !important;
		margin-top: -3px;
	}
	.word-form h1 {
		font-size: 25px;
	}
	.word-form p {
		font-size: var(--font-size-regular) !important;
	}
	.free-offer p {
		font-size: var(--font-size-regular);
	}
	.wordrobe-product {
		margin-top: 0px;
	}
	.personality_questions .slider .slick-slide.slick-current.slick-center {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	.personality_questions
		.product-section-main
		.product-list
		.product-box
		.view-detail {
		display: block;
		bottom: 0px;
		opacity: 1;
	}
	.wordrobe-product .product-list .blank {
		display: none;
	}
	.wordrobe-product {
		padding: 15px 0px;
	}
	.wordrobe-product .product-list .wordrobe-content {
		opacity: 1;
	}
	.wordrobe-product .product-list > div {
		padding: 5px 5px !important;
	}
	.wordrobe-product .product-list p {
		padding: 1px 5px !important;
		white-space: initial !important;
		overflow: visible !important;
	}
	.wordrobe-product .product-list .slide-box {
		border: none !important;
	}
	.wordhomebanner .wordslider .banner-content {
		padding: 15% 15px;
	}
	.wordhomebanner {
		padding: 0px;
		margin-top: 30px !important;
	}
	.wordslider .banner-content h2 {
		font-size: 17px;
		text-align: center;
	}
	.loaderslider .banner-content button {
		padding: 1px 5px;
		font-size: var(--font-size-regular);
	}
	.loaderslider .banner-content {
		padding: 18% 8%;
		background-size: 160px;
		background-position: 15% center;
	}
	.wordslider .banner-content button {
		font-size: var(--font-size-regular);
	}
	.wordslider .result_loader {
		max-width: 50px;
		margin-bottom: 30px;
	}
	.result_loader_main {
		padding: 15% 15px !important;
	}
	.wordslider .banner-content .icon.bee-icon {
		max-width: 40px;
	}
	.wordslider .banner-content h3 {
		font-size: 15px;
	}
	.loaderslider .banner-content h2 {
		font-size: var(--font-size-regular);
		text-align: center;
	}
	.loaderslider .banner-content h2 b {
		font-size: 35px;
	}
	.loaderslider .slick-dots {
		top: 20%;
	}
	.personality_questions .slider .slick-slide {
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}
	.personality_questions .content-box {
		padding: 15px 15px;
		background-color: #fcd5bf;
	}
	.personality_questions .content-box h2 {
		font-size: 50px;
		margin-top: 15px;
	}
	.personality_questions .content-box p {
		font-size: 16px;
		line-height: 24px;
	}
	.personality_questions .content-box p.zoom_animation strong {
		margin-top: 0px;
		background-color: transparent;
	}
	.personality_questions .content-box p.zoom_animation {
		height: 28px;
		-webkit-animation: swing 3s infinite ease-in-out;
		-moz-animation: swing 3s infinite ease-in-out;
		-o-animation: swing 3s infinite ease-in-out;
		-ms-transition: swing 3s infinite ease-in-out;
		animation: swing 3s infinite ease-in-out;
	}
	@-webkit-keyframes swing {
		0% {
			-moz-transform: scale(0.8);
			-ms-transform: scale(0.8);
			-webkit-transform: scale(0.8);
			-o-transform: scale(0.8);
			transform: scale(0.8);
		}
		50% {
			-moz-transform: scale(1);
			-ms-transform: scale(1);
			-webkit-transform: scale(1);
			-o-transform: scale(1);
			transform: scale(1);
		}
		100% {
			-moz-transform: scale(0.8);
			-ms-transform: scale(0.8);
			-webkit-transform: scale(0.8);
			-o-transform: scale(0.8);
			transform: scale(0.8);
		}
	}

	@-moz-keyframes swing {
		0% {
			-moz-transform: scale(0.8);
			-ms-transform: scale(0.8);
			-webkit-transform: scale(0.8);
			-o-transform: scale(0.8);
			transform: scale(0.8);
		}
		50% {
			-moz-transform: scale(1);
			-ms-transform: scale(1);
			-webkit-transform: scale(1);
			-o-transform: scale(1);
			transform: scale(1);
		}
		100% {
			-moz-transform: scale(0.8);
			-ms-transform: scale(0.8);
			-webkit-transform: scale(0.8);
			-o-transform: scale(0.8);
			transform: scale(0.8);
		}
	}

	@-o-keyframes swing {
		0% {
			-moz-transform: scale(0.8);
			-ms-transform: scale(0.8);
			-webkit-transform: scale(0.8);
			-o-transform: scale(0.8);
			transform: scale(0.8);
		}
		50% {
			-moz-transform: scale(1);
			-ms-transform: scale(1);
			-webkit-transform: scale(1);
			-o-transform: scale(1);
			transform: scale(1);
		}
		100% {
			-moz-transform: scale(0.8);
			-ms-transform: scale(0.8);
			-webkit-transform: scale(0.8);
			-o-transform: scale(0.8);
			transform: scale(0.8);
		}
	}

	@-ms-keyframes swing {
		0% {
			-moz-transform: scale(0.8);
			-ms-transform: scale(0.8);
			-webkit-transform: scale(0.8);
			-o-transform: scale(0.8);
			transform: scale(0.8);
		}
		50% {
			-moz-transform: scale(1);
			-ms-transform: scale(1);
			-webkit-transform: scale(1);
			-o-transform: scale(1);
			transform: scale(1);
		}
		100% {
			-moz-transform: scale(0.8);
			-ms-transform: scale(0.8);
			-webkit-transform: scale(0.8);
			-o-transform: scale(0.8);
			transform: scale(0.8);
		}
	}

	@keyframes swing {
		0% {
			-moz-transform: scale(0.8);
			-ms-transform: scale(0.8);
			-webkit-transform: scale(0.8);
			-o-transform: scale(0.8);
			transform: scale(0.8);
		}
		50% {
			-moz-transform: scale(1);
			-ms-transform: scale(1);
			-webkit-transform: scale(1);
			-o-transform: scale(1);
			transform: scale(1);
		}
		100% {
			-moz-transform: scale(0.8);
			-ms-transform: scale(0.8);
			-webkit-transform: scale(0.8);
			-o-transform: scale(0.8);
			transform: scale(0.8);
		}
	}
	.personality_questions .product-section h2 {
		font-size: var(--font-size-heading);
		margin-top: 25px;
		margin-bottom: 15px;
	}
	.personality_questions .product-section h2 img {
		width: 30px;
		margin-right: 0px !important;
	}
	.personality_questions .size-container.active .size-bg {
		text-align: center;
	}
	.personality_questions .slider p {
		font-size: 16px;
		line-height: 16px;
	}
	.wordrobe-product h3 {
		font-size: 16px;
	}
	.personality_questions .bottom-content h3 {
		font-size: 16px;
		margin-top: 20px;
	}
	.personality_questions .share {
		font-size: var(--font-size-regular) !important;
	}
	.personality_questions .page-2 {
		margin-top: 0px;
		padding: 0;
	}
	.personality_questions .q-bg .col-md-6 {
		padding: 0px 15px;
		padding-bottom: 20px;
		min-height: 100vh;
	}
	.personality_questions .q-bg .col-md-6 form button {
		margin-left: 20px;
		color: #fff;
		font-size: 15px;
		line-height: 40px;
		border-radius: 3px;
		padding: 0px 15px;
		text-align: center;
		position: fixed;
		border: 2px solid #bf1616;
		background-color: #bf1616;
		text-transform: capitalize;
		cursor: pointer;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
		bottom: 0px;
		width: 100%;
		left: -21px;
		z-index: 9999;
		border-radius: 0px;
		opacity: 1;
	}
	.personality_questions .form-check label {
		max-width: 100%;
		margin-top: 30px;
		height: 50px;
		line-height: 21px;
		font-size: 15px;
		border: 1px solid #bf1616;
	}
	.personality_questions .q-bg .col-md-6 form h4 {
		margin-top: 30px;
		font-size: 20px;
	}
	.menu {
		display: flex;
		justify-content: space-around;
		margin-left: 0px;
		margin-right: 0px !important;
		position: relative;
	}
	.slider__btn {
		font-size: 15px !important;
		line-height: 20px !important;
	}
	.payment-method-content .remove-cod {
		margin: 0px !important;
		position: fixed;
		width: 50%;
		bottom: 0px;
		left: 0px;
		border-right: 1px solid #dc3d34 !important;
		z-index: 9999;
		font-size: 12px;
		padding: 0px;
	}
	.payment-method-content .remove-payu {
		margin: 0px;
		position: fixed;
		width: 50%;
		bottom: 0px;
		right: 0px;
		padding: 0px;
		font-size: 12px;
		z-index: 9999;
	}
	.gift_coupon input {
		width: calc(100% - 90px);
	}
	.gift_coupon .remove-gift {
		width: 90px;
		padding: 0px 0px;
	}
	.product-detail-container .other-info ul li:nth-last-child(2) {
		border-bottom: 1px solid #eaeaec;
	}
	.pin-success-msg span {
		font-size: 12px;
	}
	body.w-store .my-account .order-with-cod {
		font-size: 11px;
		width: 120px;
	}
	body.a-store .my-account .order-with-cod {
		font-size: 11px;
		width: 120px;
	}
	body.a-store .my-account .content-box a {
		font-size: 12px;
		color: var(--main-color);
	}
	body.w-store .my-account .content-box a {
		font-size: 12px;
		color: var(--main-color);
	}
	.pin-success-msg span.span3::before {
		content: "\e800";
		font-family: font-icon;
		padding-right: 1px;
		display: inline-block;
		font-size: var(--font-size-regular);
		line-height: 15px;
		width: 19px;
		position: relative;
		text-align: left;
	}
	.pin-success-msg span.span1::before {
		content: "\f09d";
		font: normal normal normal 14px/1 FontAwesome;
		padding-right: 5px;
		font-size: 14px;
		display: inline-block;
		line-height: 15px;
		text-align: left;
		position: relative;
		width: 19px;
	}
	.pin-success-msg span.span2::before {
		content: "\f072";
		font: normal normal normal 14px/1 FontAwesome;
		padding-right: 5px;
		font-size: 17px;
		display: inline-block;
		line-height: 15px;
		text-align: left;
		position: relative;
		width: 19px;
	}
	.payment-method .payment-method-title label.label .delivery-message {
		display: none;
	}
	.payment-method .delivery-message-mobile {
		display: block;
	}
	/*cart page responsive start here (767)*/
	.my-account .main-heading .order-with-cod {
		margin-left: 0px;
		margin-top: 10px;
		display: inherit;
		margin: 0px auto !important;
		float: none;
		margin-top: 10px !important;
	}
	.mobile-qty-msg {
		float: left;
		width: 100%;
		text-align: right;
	}
	.cart-container .cart-table thead {
		display: none;
	}
	.cart-table {
		background: #f4f4f5;
	}
	.isMobilePrice {
		display: block !important;
	}
	.isDesktop {
		display: none !important;
	}
	.cart-item .price {
		padding: 0px;
		float: left;
		margin-bottom: 10px;
	}
	.cart-container .cart-table .cart-item td {
		display: block;
		width: 100%;
		flex: 0 0 100%;
		float: left;
		max-width: 100%;
		padding: 5px;
		border-top: none;
		text-align: right;
	}
	.cart-container .cart-table .cart-item td.item {
		text-align: left;
	}
	.cart-container .cart-table .cart-item td.price {
	}
	.cart-container .cart-table .cart-item td.price p:before {
		content: "Price";
		display: block;
		float: left;
		font-family: lhmRegular;
		font-size: var(--font-size-regular);
	}
	.cart-container .cart-table .cart-item td.qty .control:before {
		content: "Qty :";
		display: inline-block;
		float: left;
		font-family: lhmRegular;
		font-size: var(--font-size-regular);
		margin-top: 6px;
	}
	.cart-container .cart-table .cart-item td.discount p:before {
		content: "Discount :";
		display: inline-block;
		float: left;
		font-family: lhmRegular;
		font-size: var(--font-size-regular);
	}
	.cart-container .cart-table .cart-item td.subtotal p:before {
		content: "Subtotal :";
		display: inline-block;
		float: left;
		font-family: lhmRegular;
		font-size: var(--font-size-regular);
	}
	.col-8 .control {
		margin-top: -31px;
		display: inline-block;
		float: right;
		text-align: right;
	}
	.cart-container .cart-table .cart-item {
		box-shadow: none;
		background: #fff;
		margin-bottom: 10px;
		display: block;
		border: none;
		padding: 10px;
		font-family: 'lhmSemiBold';
	}
	.cart-container .cart-table .cart-item td p {
		font-size: var(--font-size-regular);
		margin-bottom: 5px;
		margin-top: 10px;
	}
	.cart-container {
		padding: 15px;
		padding-top: 0px;
	}
	.cart-item .input-text.qty {
		width: 70px;
		height: 35px;
		padding: 3px 6px 4px;
		border: 1px solid #c2c2c2;
		font-size: var(--font-size-regular);
	}
	.cart-container .cart-title {
		font-size: 23px;
		margin: 15px 0px;
	}
	.cart-summary .checkout-container .checkout {
		position: static !important;
		bottom: 0;
		right: 0;
		z-index: 99;
		width: 50%;
		font-size: var(--font-size-regular);
		height: 45px;
		padding: 0 5px 0 5px;
		font-family: 'lhmRegular';
		margin: 0;
		/* border-left: 1px solid #ce8783; */
	}
	.cart-container .cart-table .continue {
		position: fixed !important;
		bottom: 0;
		left: 0;
		z-index: 99;
		width: 50%;
		font-size: var(--font-size-regular);
		height: 45px;
		color: #fff !important;
		padding: 11px 5px;
		text-align: center;
		font-family: 'lhmRegular';
	}
	.newFixBtn{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 99;
		background-color: #fff;
		padding: 10px;
		display: block;
		box-shadow: 0px -2px 4px rgba(0,0,0, 0.1);
	}
	.newFixBtn button{
		position: static !important;

	}
	.detailTabs {
		white-space: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
		margin-right: 10px;
		margin-left: 10px;
		margin-top: 10px;
	}
	
	.policyTabs {
		justify-content: flex-start !important;
		white-space: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
		
	}
	.detailTab.active {
		margin-bottom: 0px;
		position: relative;
	}
	/* .detailTab.active::after{
	    content: '';
    display: inline-block;
    width: 50%;
    height: 1px;
    background: red;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0px;
    z-index: 99;
    padding: 0rem 1rem;
	} */
	.cart-container .cart-table tfoot td {
		padding: 0px;
		border: none;
	}
	/*cart page responsive end here (767)*/
	/*checkout page responsive start here*/
	.login-tab-width .col-6:first-child {
		padding-right: 2px;
	}
	.login-tab-width .col-6:last-child {
		padding-left: 2px;
	}
	.checkout_tab {
		padding: 10px 5px;
		font-size: 12px !important;
	}
	ul.opc-progress-bar {
		padding: 5px 0;
		margin-bottom: 10px;
	}
	.add_old_address h3 {
		font-size: 16px;
	}
	.checkout-section .summary-title {
		text-align: center;
	}
	ul.opc-progress-bar li {
		font-size: 10px;
		margin: 0;
		width: 33.3%;
		padding: 0;
	}
	.checkout_header .opc-progress-bar{
		padding: 0;
		width: 100%;
		padding-left: 25px;
		padding-bottom: 15px;
		z-index: 1;
	}
	.add_old_address {
		padding: 15px;
	}
	.edit-button {
		right: 15px;
	}
	ul.opc-progress-bar li:before {
		height: 19px;
		width: 19px;
		padding: 0px;
		font-size: 10px !important;
	}
	li.opc-progress-bar-item.active:before{
		background-size: cover;
	}
	.checkout-section {
		margin-top: 0px;
	}
	.opc-section .section-title {
		margin-bottom: 20px;
	}
	.checkout .header .navbar {
		padding-left: 0px;
		padding: 0.5rem 1rem;
	}
	.opc-section label {
		font-size: 11px;
	}
	body.a-store ul.opc-progress-bar li.active:before {
		/* border: 2px solid red; */
		padding-top: 6px !important;
		margin: 0px !important;
	}
	body.w-store ul.opc-progress-bar li.active:before {
		/* border: 2px solid #c52b15; */
		padding-top: 5px !important;
		margin: 0px !important;
	}
	ul.opc-progress-bar li.active.completed:before {
		/* border: 2px solid green !important; */
		margin: 0px !important;
	}
	ul.opc-progress-bar li:after {
		width: 100%;
		position: absolute;
		top: 13px;
	}
	ul.opc-progress-bar li span {
		display: block;
		line-height: 25px;
    	text-align: left;
	}
	ul.opc-progress-bar li:before{
		background-size: cover;
	}
	ul.opc-progress-bar li:first-child{
		padding-left: 0 !important;
	} 
	ul.opc-progress-bar li:last-child{
		width: 27% !important;
		margin-left: 4% !important;
	}
	.checkout-section {
		margin-top: 0px;
		padding: 0px 15px;
	}
	.opc-sidebar {
		margin-top: 20px;
		padding: 15px 15px;
		background-color: #f9f9f9;
	}
	.opc-section .size_error,
	.shipping-address-section,
	.opc-section label,
	.opc-section .field {
		margin-bottom: 0px;
	}
	.shipping-address-item {
		margin-bottom: 15px;
		font-size: var(--font-size-regular);
		width: 100%;
		margin-right: 0px;
	}
	.shipping-address-item button {
		padding: 0 12px;
		line-height: 38px;
		height: 36px;
		font-size: var(--font-size-regular);
		margin: 8px 0 0;
	}
	.payment-method {
		padding: 20px;
	}
	.payment-method .payment-method-title label.label {
		font-size: var(--font-size-regular);
		padding-left: 70px;
	}
	.payment-method .payment-method-title {
		padding: 24px 10px;
		background-position: 10px center;
		background-size: 50px;
	}
	.opc-section .submit .continue {
		/* position: fixed !important; */
		bottom: 0px;
		left: 0px;
		margin: 0px;
		width: 100%;
		z-index: 99;
		height: 45px;
	}
	.payment-method-content .checkout {
		position: fixed !important;
		z-index: 99;
		bottom: 0;
		right: 0;
		width: 50%;
		height: 45px;
		line-height: 48px;
	}
	.mobile-total {
		position: fixed !important;
		z-index: 99;
		bottom: 0;
		left: 0;
		color: #000;
		display: block;
		background-color: #f1f1f1;
		width: 50%;
		height: 45px;
		line-height: 48px;
		text-align: center;
	}
	.disabled-continue {
		position: fixed !important;
		z-index: 98;
		bottom: 0;
		right: 0;
		display: block;
		color: #f1f1f1;
		width: 50%;
		font-weight: bold;
		height: 45px;
		line-height: 48px;
		text-align: center;
		cursor: not-allowed;
	}
	body.a-store .disabled-continue {
		background-color: #f9d399;
	}
	body.w-store .disabled-continue {
		background-color: #db8787;
	}
	/*checkout page responsive end here*/
	/*thank you page responsive start here*/
	.thankyou .cart-title {
		font-size: 25px;
	}
	.thankyou-container {
		padding: 20px 15px;
		font-size: 15px;
	}
	.thankyou-container .cart-table thead {
		display: none;
	}
	.thankyou-container .cart-table .cart-item td {
		display: block;
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 5px;
		border-top: 1px solid #f5f5f5;
		text-align: right;
	}

	.thankyou-container .cart-table .cart-item td.item {
		text-align: left;
	}
	.thankyou-container .cart-table .cart-item td.price p:before {
		content: "Price :";
		display: inline-block;
		float: left;
		font-family: lhmRegular;
		font-size: var(--font-size-regular);
	}
	.thankyou-container .cart-table .cart-item td.qty .control:before {
		content: "Qty :";
		display: inline-block;
		float: left;
		font-family: lhmRegular;
		font-size: var(--font-size-regular);
	}
	.thankyou-container .cart-table .cart-item td.discount p:before {
		content: "Discount :";
		display: inline-block;
		float: left;
		font-family: lhmRegular;
		font-size: var(--font-size-regular);
	}
	.thankyou-container .cart-table .cart-item td.subtotal p:before {
		content: "Subtotal :";
		display: inline-block;
		float: left;
		font-family: lhmRegular;
		font-size: var(--font-size-regular);
	}
	.thankyou-container .cart-table .cart-item {
		box-shadow: 0px 0px 3px 0px #c5c5c5;
		margin-bottom: 15px;
		display: block;
		border: none;
	}
	.thankyou-container .cart-table .cart-item td p {
		font-size: var(--font-size-regular);
		margin-bottom: 0px;
	}
	/*thank you page responsive end here*/
	/* list page responsive css start here (767)*/
	.product-list-main .sidebar-main {
		position: fixed;
		top: 0;
		overflow: auto;
		left: 0;
		height: 100%;
		max-width: 100%;
		width: 100%;
		padding: 10px;
		z-index: 9999;
		background-color: #fff;
		padding-bottom: 46px;
		padding: 0;
	}
	.apply_mobile_filter {
		position: fixed;
		display: block;
		bottom: 0px;
		right: 0;
		z-index: 99;
		width: 50%;
		height: 45px;
		border: none;
		color: #fff;
		box-shadow: 0 -4px 4px rgba(0,0,0,0.1);
		font-size: 15px;
	}
	.product-list-main .sidebar-main .filter-box.color .list-unstyled a:before {
		margin-top: 0px;
	}
	.product-list-main .sidebar-main .filter-box.color .list-unstyled a {
		padding-left: 45px;
	}
	body.a-store .apply_mobile_filter {
		background-color: var(--main-color);
	}
	body.w-store .apply_mobile_filter {
		background-color: var(--main-color);
	}
	.close_mobile_filter {
		position: fixed;
		display: block;
		bottom: 0px;
		left: 0;
		z-index: 99;
		width: 50%;
		height: 45px;
		background-color: #fff;

		font-size: 15px;
	}
	body.a-store .close_mobile_filter {
		border: 1px solid #fff;
		color: var(--main-color);
		font-family: 'lhmSemiBold';
		cursor: pointer;
	}
	body.w-store .close_mobile_filter {
		border: 1px solid var(--main-color);
		color: var(--main-color);
		cursor: pointer;
	}
	.product-list-main .sidebar-main .components {
		min-height: 100%;
		width: 120px;
		background: #efefef;
		padding: 0px 0;
		border-bottom: 1px solid #e4e4e4;
	}
	.product-list-main .sidebar-main .filter-box > a {
		width: 100%;
		padding: 10px 12px;
		background: #fff;
		font-size: var(--font-size-regular);
		border-right: 1px solid #e4e4e4;
		background-color: #efefef;
		border-bottom: 1px solid #e4e4e4;
	}
	.product-list-main .sidebar-main .filter-box > a.mobile-active {
		border-right: none;
		background-color: #fff;
	}
	.product-list-main .sidebar-main .filter-box a.active:after {
		-webkit-transform: rotateZ(0deg) !important;
		transform: rotateZ(0deg) !important;
	}
	.product-list-main .sidebar-main .filter-box a.mobile-active:after {
		-webkit-transform: rotateZ(-90deg) !important;
		transform: rotateZ(-90deg) !important;
	}
	.product-list-main .sidebar-main .filter-box .list-unstyled {
		padding-top: 0;
		position: absolute;
		left: 120px;
		width: calc(100% - 120px);
		top: 56px;
		margin: 0;
		height: 100%;
		background: #fff;
		min-height: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.product-list-main .sidebar-main nav {
		position: relative;
		height: 100%;
		margin-bottom: 10px;
		overflow: auto;
	}
	.product-list-main .sidebar-main .applied-filter {
		position: absolute;
		padding: 10px;
		top: 5px;
		right: 5px;
		border: none;
	}
	.product-list-main .sidebar-main .applied-filter h3 {
		display: none;
	}
	.product-list-main .sidebar-main .applied-filter ul {
		display: none;
	}
	.product-list-main .sidebar-main .filter-box a.active + ul {
		display: none;
	}
	.product-list-main .sidebar-main .filter-box a + ul.mobile-active {
		display: block;
	}
	.product-list-main .sidebar-main .filter-box .list-unstyled a {
		font-size: var(--font-size-regular);
		padding: 10px;
		padding-left: 32px;
	}
	.product-list-main .sidebar-main .filter-box a.dropdown-toggle:after {
		font-size: 8px;
		display: none;
	}
	.product-list-main .sidebar-main .filter-box .list-unstyled a:before {
		left: 11px;
		margin-top: 1px;
		top: 10px;
	}
	.product-list-main .mobile-filter {
		position: fixed;
		bottom: 0px;
		right: 0;
		z-index: 99;
		width: 50%;
		height: 45px;

		border: none;
		color: #fff;
		font-size: 15px;
		text-transform: uppercase;
	}
	body.a-store .product-list-main .mobile-filter {
		background-color: #fff;
		color: var(--font-dark-blue);
	}
	body.w-store .product-list-main .mobile-filter {
		background-color: var(--main-color);
	}
	.product-list-main .product-section-main {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%; 
	}
	.product-list-main {
		padding: 0.7rem 0px;
	}
	.product-list-main .product-section-main .col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0px;
	}
	.product-section-main .product-list .product-box .view-detail {
		display: none;
	}
	.product-list .slide-box .size {
		display: none;
	}
	.product-list .slide-box .price {
		margin-bottom: 7px;
	}
	.product-list .slide-box p {
		padding: 2px 6px;
		font-size: 12px;
		
	}
	.product-list .slide-box {
		margin: 0px;
		margin-bottom: -1px;
		border-right: 1px solid #ededed;
		border-top: 1px solid #ededed;
		border-bottom: 1px solid #ededed;
		padding: 0px;
	}
	.product-list .col-xs-6:nth-child(odd) .slide-box{
		/* border-left: none; */
	}
	.product-list .slide-box:hover{
		border: 1px solid #ededed;
	}
	.product-sort {
		width: 50%;
		float: left;
		line-height: 45px;
		max-width: 50% !important;
		font-size: 15px;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding: 0px;
		position: fixed;
		bottom: 0;
		color: #fff;
		text-align-last: center;
		left: 0px;
		height: 45px !important;
		border-right: 1px solid #ccc !important;
		z-index: 9;
		border-radius: 0;
	}
	.product-sort {
		background: url("/img/sort.png") no-repeat 20% 50% #fff !important;
		/* background-image: url(/img/sort.png); */
		background-size: 10px !important;

		display: inline-block;
		/* 
   
    content:""; */
		/* height: 13px; */

		margin-right: 10px;
	}
	select.form-control {
		appearance: none;
		box-shadow: 0 -4px 4px rgba(0,0,0,0.1);
	}
	.product-sort:focus {
		background: url("/img/sort.png") no-repeat 20% 50% #fff !important;
		/* background-image: url(/img/sort.png); */
		background-size: 10px !important;

		display: inline-block;
		/* 
   
    content:""; */
		/* height: 13px; */

		margin-right: 10px;
	}
	body.a-store .product-sort {
		background: #fff;
		color: var(--font-dark-blue);
	}
	body.w-store .product-sort {
		background: #fff;
		color: var(--font-dark-blue);
	}
	.product-sort:focus {
		color: #fff;
	}
	body.a-store .product-sort:focus {
		background: #fff;
		color: var(--font-dark-blue);
	}
	body.w-store .product-sort:focus {
		background: #fff;
		color: var(--font-dark-blue);
	}
	.product-section-main .sort-item-count {
		border: none;
		float: right;
		margin: 0;
		text-align: right;
		margin-right: -30px;
		margin-top: -47px;
	}
	.product-section-main .title h2 {
		margin-bottom: 12px;
		font-size: var(--font-size-heading);
	}
	/* list page responsive css end here (767)*/
	/*petail page responsive css start here(767)*/
	.size-guide-popup-container td {
		font-size: 12px;
	}
	#review {
		padding-top: 10px !important;
	}
	#review h4 {
		font-size: var(--font-size-heading);
		letter-spacing: 2px;
		margin: 0px auto;
		margin-top: 0px;
	}
	.product-detail-container {
		padding: 0px;
	}
	.product-detail-container .row {
		margin: 0px;
		padding: 0;
	}
	.product-detail-container .col-sm-12 {
		padding: 0px;
	}
	.product-detail-container .main-slider {
		width: 100%;
		float: right;
		margin-right: 0%;
		margin-bottom: 10px;
	}
	.breadcrumb {
		/* display: none; */
		padding: 10px 0px;
	}
	.basicDetail {
		border-bottom: 10px solid #f2f2f2;
		display: block;
		padding: 0 10px;
	}
	.detailContainer{
		margin: 0;
		padding: 10px;
		display: inline-block;
		border-bottom: 10px solid #f2f2f2;
	}
	.moreSellers h4{
		text-align: left;
		font-size: 16px;
		color: var(--font-dark-blue);
		padding: 5px 0;
	}
	.moreSellers{
		border: none;
		padding: 10px 0;
	}
	.sellersBox{
		border: none;
		padding: 5px 0;
	}
	.sellersBox:first-child{
		border: none;
	}
	.priceBtn span{
		font-size: 16px;
	}



	
	.product-detail-container .price{
		padding-top: 0;
	}
	.size-bg {
		position: relative;
	}
	.size-guide {
		position: relative;
		left: 376%;
		
		font-size: 16px;
		line-height: 24px;
		font-family: 'lhmRegular';
		text-decoration: underline;
		margin: 0;
	}
	.product-detail-container .content-section {
		padding: 0px 0px !important;
	}
	.product-detail-container .page-title {
		font-size: var(--font-size-heading);
		margin-top: 10px;
		margin-bottom: 2px;
		font-family: 'lhmSemiBold';
	}
	.product-detail-container .product-sku {
		font-size: 12px;
	}
	.product-detail-container .price p {
		font-size: 24px;
	}
	.product-detail-container .other-info ul li .data {
		font-size: 12px;
	}
	.product-detail-container .other-info ul li {
		float: left;
		width: 48%;
		line-height: 13px;
		border-bottom: 1px solid #eaeaec !important;
	}
	.product-detail-container .other-info.down-other-info ul {
		margin-top: 0px;
	}
	.product-detail-container .other-info.down-other-info ul li {
		width: 100%;
		margin-right: 0px !important;
		border-bottom: none !important;
	}
	.product-detail-container .description {
		font-size: var(--font-size-regular);
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.product-detail-container .other-info ul {
		margin-top: 5px;
		margin-bottom: 12px;
	}
	.product-detail-container .other-info ul li span {
		line-height: 16px;
	}
	.product-detail-container .other-info ul li .label {
		font-size: 12px;
	}
	.product-detail-container .price .old-price {
		font-size: 15px;
	}
	.product-detail-container .slick-thumb .slick-track {
		min-height: 100%;
		height: auto !important;
		transform: translate3d(0px, 0px, 0px) !important;
	}
	.product-detail-container .slick-thumb {
		width: 100%;
		text-align: center;
		height: auto;
		margin-top: -40px;
		position: absolute;
		bottom: 20px;
		z-index: 0;
	}
	.product-detail-container .slick-thumb .slick-slide {
		display: inline-block !important;
		width: 10px !important;
		height: 10px !important;
		float: none;
		border-radius: 15px;
		background-color: #fff;
		margin: 0px 4px;
		box-shadow: 0 0 5px 0px #6d6d6d;
		cursor: pointer;
	}
	.product-detail-container .slick-thumb .slick-list {
		height: auto !important;
		min-height: auto !important;
	}
	body.w-store
		.product-detail-container
		.slick-thumb
		.slick-slide.slick-current {
		background-color: var(--main-color);
	}
	body.a-store
		.product-detail-container
		.slick-thumb
		.slick-slide.slick-current {
		background-color: var(--main-color);
	}

	.product-detail-container .slick-thumb .slick-slide img {
		display: none !important;
	}
	.product-detail-container .size-container {
		padding-bottom: 40px;
		margin-bottom: 10px;
		margin-top: 12px;
		border-bottom: 0.5px solid #a2a2a2;
	}
	.add-to-cart-container .qty {
		margin-top: 0px;
		float: none;
		height: auto;
	}
	/* 
 */
	.add-to-cart-container .qty label {
		display: block;
		text-transform: uppercase;
		color: #000;
		font-size: var(--font-size-regular);
		line-height: 15px;
	}
	/* .add-to-cart-container .add-to-cart-btns .btn:first-child{
    margin-right: 5px;
} */
	.add-to-cart-container .add-to-cart-btns .btn {
		margin: 0px;
		width: 48%;
		padding: 12px 24px;
		min-width: auto;
	}
	#product-addtocart-button,
	#buy-now {
		/* position: fixed !important;
		bottom: 0px;
		z-index: 1;
		width: 50%;
		left: 0;
		box-shadow: 0px 8px 6px -6px #666; */
	}
	#buy-now {
		/* left: 48%; */
		border: 0.5px solid var(--main-color) !important;
		margin-left: 4%
	}
	.otherOptionsMobile {
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 20px;
		width: 100%;
		text-align: center;
		font-size: 16px;
		line-height: 24px;
		color: var(--main-color);
		text-decoration: underline;
	}
	.add-to-cart-container .add-to-cart-btns .otherOptions {
		display: none;
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 20px;
		width: 100%;
		text-align: center;
		font-size: 16px;
		line-height: 24px;
		text-decoration: underline;
	}
	.wishList {
		display: none;
	}
	.detailContainer .productsHighlight {
		font-size: 16px;
		/* line-height: 24px; */
	}
	.soldBy {
		display: none;
	}
	.soldByMobile {
		position: absolute;
		bottom: -30;
	}
	.soldByMobile {
		font-size: var(--font-size-regular);
		line-height: 24px;
		font-family: 'lhmSemiBold';
		color: #a2a2a2;
	}
	.soldByMobile a{
		color: #a2a2a2;
	}
	.soldByMobile span {
		color: var(--font-dark-blue);
		font-weight: bold;
	}
	.add-to-cart-container {
		position: relative;
		/* border-bottom: 0.5px solid #A2A2A2; */
	}
	.add-to-cart-container .add-to-cart-btns .btn.mobile-100 {
		width: 100%;
	}
	body.w-store .add-to-cart-container .add-to-cart-btns .btn#buy-now {
		border-left: 1px solid #ce8783;
	}
	body.a-store .add-to-cart-container .add-to-cart-btns .btn#buy-now {
		border-left: 1px solid #ffcb79;
	}
	.check-delivery {
		margin-top: 15px;
	}
	.check-delivery input.input-text {
		width: calc(100% - 74px);
	}
	.product-detail-container .size-container.active .soldByMobile {
		display: none;
	}
	.product-detail-container .size-container.active .otherOptionsMobile {
		display: none;
	}
	.product-detail-container .size-container.active {
		position: fixed;
		height: 100%;
		width: 100%;
		top: -5px !important;
		background-color: rgba(0, 0, 0, 0.5);
		left: 0;
		margin-top: 0px !important;
		z-index: 1;
	}
	.product-detail-container .size-container.active .size-guide {
		display: none;
	}
	.product-detail-container .size-container.active .close {
		display: block;
		font-size: 20px;
		position: absolute;
		right: -5px;
		top: 10px;
	}
	.product-detail-container .size-container.active .size-bg {
		padding: 15px;
		background-color: #fff;
		position: absolute;
		width: 100%;
		bottom: 34px;
		display: flex;
		justify-content: start;
		/* align-items: center; */
	}
	.product-detail-container .size-container .size-box .size {
		padding: 4px 9px;
	}
	.product-detail-container .size-container .size-box .size {
		font-size: 12px;
	}
	.add-to-cart-container .qty.input-text {
		padding: 6px;
		font-size: 12px;
		border: 1px solid #000;
		background-color: #fff;
	}
	.cart-item .qty_box {
		width: 150px;
		float: right;
		padding-right: 20px;
	}
	.cart-item .remove-cart {
		/* border-top: 0.5px solid #F4F4F5; */
		position: static;
		width: 100%;
	}
	.cart-item .item-name {
		font-size: var(--font-size-regular);
		line-height: 16px;
		text-overflow: ellipsis;
    	width: 95%;
		overflow: hidden;
		margin: 5px 0;
	}
	.cart-item .item-name a{
		white-space: nowrap;
	}
	/* .cart-container {
		background: #f4f4f5;
	} */
	.cart-container .cart-table .cart-item:first-child {
		margin-top: 20px;
	}
 
	.cart-item .remove-btn {
		border-top: 0.5px solid #f4f4f5;
		padding: 14px 0px;
		font-size: var(--font-size-regular);
		line-height: 16px;
		font-family: 'lhmSemiBold';
	}
	.product-detail-container .other-info {
		width: 100%;
	}
	.product-detail-container .other-info ul li:nth-child(odd) {
		margin-right: 4%;
	}
	/*petail page responsive css start here(767)*/
	/*home page responsive css start here(767)*/
	.menu_slider_container {
		display: block;
	}
	.mobile-main-banner {
		display: block !important;
	}
	.desktop-main-banner {
		display: none !important;
	}
	.product-slider .p-3 {
		padding: 3px !important;
	}
	.product-slider .slick-list {
		margin-left: -50px;
	}
	.section-heading {
		font-size: 16px;
		line-height: 24px;
		/* letter-spacing: 2px; */
		margin: 10px auto;
		/* margin-top: 5px; */
		/* margin-left: 25px; */
		font-family: 'lhmSemiBold';
	}
	.product-slider{
		border-bottom: 10px solid #f2f2f2;	
		padding-bottom: 20px;
	}
	.product-slider .slide-box {
		border: 1px solid #e4e4e4;
	}
	.product-slider p {
		padding: 1px 3px;
		font-size: var(--font-size-regular);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-family: 'lhmSemiBold';
	}
	.product-list p .discount_percent {
		color: var(--main-color);
		font-size: var(--font-size-regular);
		line-height: 16px;
		/* position: absolute; */
		float: right;
		background: #ffffff;
		font-size: 12px;
	}
	.product-list p a {
		font-size: var(--font-size-regular);
		color:var(--font-dark-blue);
		text-decoration: none;
		/* white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis; */
		width: 95%;
	}
	.product-slider p .discount_percent {
		font-size: 11px;
	}
	.handpicked-main .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.handpicked-main .row .col-6 {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
	}
	.handpicked-main .row .col-6 span {
		font-size: 12px;
	}
	.handpicked-main .section-heading {
		margin-bottom: 15px;
	}
	/*home page responsive css end here(767)*/
	/*account page responsive*/
	.my-account {
		padding: 0.7rem 1rem;
		padding-top: 30px;
	}
	.my-account .main-heading a {
		display: block;
		float: none;
		margin-top: 10px;
		margin-bottom: -3px;
	}
	.order-table thead {
		display: none;
	}
	.order-table td {
		display: block;
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 10px;
		border-top: 1px solid #f5f5f5;
		text-align: right;
	}
	.order-table td.order:before {
		content: "Order# :";
		display: inline-block;
		float: left;
		font-family: lhmRegular;
		font-size: var(--font-size-regular);
	}
	.order-table td.order-date:before {
		content: "Date :";
		display: inline-block;
		float: left;
		font-family: lhmRegular;
		font-size: var(--font-size-regular);
		margin-top: 6px;
	}
	.order-table td.name:before {
		content: "Ship To :";
		display: inline-block;
		float: left;
		font-family: lhmRegular;
		font-size: var(--font-size-regular);
	}
	.order-table td.status:before {
		content: "Status :";
		display: inline-block;
		float: left;
		font-family: lhmRegular;
		font-size: var(--font-size-regular);
	}
	.order-table td.total:before {
		content: "Order Total :";
		display: inline-block;
		float: left;
		font-family: lhmRegular;
		font-size: var(--font-size-regular);
	}
	.order-table td.action:before {
		content: "Action :";
		display: inline-block;
		float: left;
		font-family: lhmRegular;
		font-size: var(--font-size-regular);
	}
	.order-table tr {
		box-shadow: 0px 0px 3px 0px #c5c5c5;
		margin-bottom: 15px;
		display: block;
		border: none;
	}
	.order-table td {
		font-size: var(--font-size-regular);
		margin-bottom: 0px !important;
	}
	.my-account p {
		font-size: var(--font-size-regular);
	}
	.my-account.thankyou-container .cart-table .cart-item td p::before {
		content: "Status :";
		display: inline-block;
		float: left;
		font-family: lhmRegular;
		font-size: var(--font-size-regular);
	}
	.address-book #coupon-modal {
		padding-bottom: 50px;
	}
	.store-locator .content-pages {
		padding: 15px 0%;
	}
	.store-locator .content-pages .search {
		margin-bottom: 15px;
	}
	.store-locator .content-pages .sidebar {
		margin-bottom: 15px;
	}
	/*account page css end here*/
}

/* Checkout new Ui */

@media only screen and (max-width: 567px) {
	/* .forDesktop {
		display: none;
	} */
	/* .forMobile {
		display: block;
	} */
	.accordion .card-header button {
		font-size: 1rem;
	}
	.mobileFixedBtn {
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		border: none;
		padding: 10px;
		background-color: #ee1010;
		color: #fff;
		font-size: 1rem;
		font-weight: 600;
	}
	.headerLogo {
		text-align: center;
	}
	.headerLogo img {
		height: 50px;
	}
}

@media only screen and (max-width: 567px) {
	.thankuWrap {
		border: none;
	}
	
	
	.thankuBox {
		display: block;
		border: none;
	}
	.thankuText {
		font-weight: normal !important;
	}
	.mobileDelivery {
		border-top: 1px dashed #a2a2a2;
		border-bottom: 1px dashed #a2a2a2;
	}
	.cartProductDetail {
		border: none;
	}
	.imgSection {
		width: 30%;
	}
	.productDetails {
		width: 70%;
	}
	.ShopBtn {
		min-width: 100%;
		padding: 7px 10px;
	}
}

@media only screen and (min-width: 768px) {
	
	.policyTab.policy-menu{
       display: none !important;
	}
	.icons {
		margin-right: 2em;
	}
	.only-mobile{
     display: none;
	}
	.call.policyTab.whats-phone.mobile-display {
		display: none !important;
	}
	
}
@media only screen and (max-width: 767px) {
	.search-content{
		display: none !important;
	}
	.search-sidebar{
		display: none !important;
		padding-top: 10px;
	}
	.storeRightFilter .search-content{
		display: block !important;
	}
	.storeRightFilter .search-sidebar{
		display: block !important; 
	}
	.storeRightFilter .search-sidebar.d-none{
		display: none !important;
	}
	.search-sidebar.showResult{
		display: block !important;
	}
	.search-content.showResult{
		display: block !important;
	}
	.thankuBtns .thankuShopping:first-child{
		float: left;
	}
	.thankuBtns .thankuShopping:last-child{
		float: right;
	}
	.thankuBtns .thankuShopping{
		max-width: 50%;
		min-width: 40%;
		width: auto;
	}
	.store-head{
		font-size: 12px;
		width: 97%;
		text-align: left;
		margin-top: 10px;
		padding-bottom: 10px;
	}
	.mBacktoStore{
		padding-bottom: 10px;
		display: inline-block;
	}
	.burger-tab{
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.policyTab.desktop-mobile
	{
		display:none !important;
	}
	.call.policyTab.whats-phone.mobile-display {
		display: inline-block !important;
		padding: 0 !important;
		margin: 0 !important;
		margin-left: 15px !important;
	}
	.policyTab.mobile-display{
     display :none !important;
	}
	.policyTab.policy-menu:hover{
		border-bottom: 1px solid var(--main-color);
	  }
	.burger-tab .policyTab.whats-phone{
		padding: 37px 10px !important;
		margin: 0px 6rem !important;
	}
	
	
	.rightFiterContent .input{
		display: block !important;
}
.rightFiterContent .input.activeSearch{
	background-color: white !important;
	box-shadow: none !important;
	
}
.tagLinks li img{
	border-radius: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
.only-mobile {
    padding-top: 20px !important;
    width: 100%;
    /* overflow-y: auto; */

	overflow-y: hidden;
	padding-bottom: 5px;
}

.only-mobile ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    /* width: fit-content; */
	width: auto;
}
.only-mobile ul li {
    width: 20%;
    margin: 0 1.5%;
    float: left;
    min-width: 70px;
}
.only-mobile ul li a {
    display: block;
}
.only-mobile ul li img {
    border-radius: 5px;
}
.only-mobile ul li img {
    width: 100%;
}
.only-mobile{
 display:block;
}
.only-mobile ul li h3 {
	color: #000;
    text-align: center;
    text-transform: capitalize;
	font-size: 11px !important;
    margin-top: 5px;
	display: block;
}
.only-mobile > ul {
    overflow-x: scroll;
    overflow-y: hidden;
	
}
.menu-li{
	list-style-type:none;
}
 .menu-li {
    padding: 10px 0;
    margin: 0;
    /* border-bottom: 1px solid #eee;s */
    width: 100%;
}
.menu-li-one{
	padding: 10px 0;
    margin: 0;
	/* border-bottom: 1px solid #eee; */
    border-top: 1px solid #e9e7e7;
    width: 100%;
	list-style-type:none;
}
.menu-background{
background-color: #f1f1f1;
}
 .toggle-icon {
    float: right;
    padding: 10px 15px;
    height: 100%;
    top: 0px;
    height: 45px;
    width: auto;
    right: 0px;
    text-align: right;
    position: absolute;
}
 .toggle-icon:before {
    content: "\f107" !important;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
}
 .Card .hoverelay{
	width: 100% !important;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: none;
    display: none;
    display: -ms-flexbox;
    display: block !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
     /* justify-content: flex-start; */
 }
	 .Card .distance {
		display: none;
		padding-left: 44px;
		width: none;
		text-align: none;
		transition: none;
		padding-top: 11px !important;
	
 }
 .moreLinks{
	display: none !important;
 }
 .homeBrandName p{
	font-size: 13px !important;
 }
 .locationIcons > p{
	font-size: 12px !important;
 }
 .storeMobileMenu-one{
	padding-left: 0;
    margin-top: 0;
	font-size: 20px;
 }
 .policyTab.active {
	border-bottom: none !important;
  }
  .policyTab:hover{
	border-bottom: none !important;
  }
  .policyTab.policy-menu:hover{
	border-bottom: 1px solid var(--main-color) !important;
  }
  li.forMobile.storeMobileMenu-one span {
    font-size: 26px;
}
.call.policyTab.whats-phone.mobile-display a {
    font-size: 28px;
}

.modal-dialog.listStorePopup.coupan-modal-one .modal-content{
    bottom:0 !important;
	transform: none !important ;
	top: auto !important;
  }
  .modal-dialog.listStorePopup.coupan-modal-one .modal-content {
    position: absolute !important;
  }
  .coupan-modal-one.active .modal-dialog .modal-content{
      /* animation: moveable !important;
      animation-duration: 5s !important;
      animation-delay: 0.2s !important;
      animation-iteration-count: 1 !important; */
  }
  /* @keyframes moveable {
      0%{
          transform: translateY(10%);
      }
      100%{
          transform: translateY(-50%);
      }
  } */
  .Card .hoverelay{
	padding-bottom: 2px !important;
	padding-top: 9px !important;

  }
  .distance{
	margin-top: 0px !important;
	line-height: normal !important;
  }
  .remove-cart.remove-button{
	  border-right:2px solid #f4f4f5;
  }
}
@media only screen and (max-width: 420px) {
	.homeBrandName p {
		font-size: 10px !important;
	}
	.mapIconMobile {
		width: 7px !important;
	}
	.locationIcons > p {
		font-size: 10px !important;
	}
	.circleImg{
		height: 50px !important;
		width:50px !important;
	}
	.Card .distance{
		padding-left: 8px !important;
	}
	.Card .distance{
		padding-top: 2px !important;
	}
}
@media only screen and (max-width: 375px) {
	.cart-item .qty_box {
		padding-right: 0;
	}
	.mobileBottomCart .remove-cart{
		padding-left: 0;
    padding-right: 0;
    font-size: 12px;
	}
	.circleImg {
		height: 45px !important;
		width: 45px !important;
	}
	.homeBrandName p {
		font-size: 10px !important;
	}
	.locationIcons > p {
		font-size: 9px !important;
	}
	.distance{
		line-height: 10px !important;
	}
	.Card .distance {
		padding-top: 11px !important;
	}
	.Card .hoverelay{
		padding-left: 8px !important;
        padding-right: 8px !important;
	}
}
	@media only screen and (max-width: 334px) {
		.Card .hoverelay{
			padding-left: 3px !important;
			padding-right: 3px !important;
		}
}