@font-face {
  font-family: Gilroy;
  src: url(../assets/vendors/font-family/gilroy/Gilroy-Regular.ttf);
}

body {
  font-family: Gilroy;
}

:root {
  --theme-color: #F07D4E;
  --theme-color-light:#F07D4E99;
  --theme-color-light-1:#F07D4E22;
  --light-background: #F8F8F8;
  --theme-color1:242, 169, 62;
  --theme-color2:240, 112, 84;
  --theme-text-color:#FFFFFF;
}

a{
	text-decoration:none;
}
.bg-theme{
	background-color:var(--theme-color)!important;
}
.text-theme{
	color: var(--theme-color)!important;
}
.btn-check:focus+.btn, .btn:focus{
	box-shadow:none;
}
.bg-highlights{
    background-color:#F7F8F8;
}
.btn-theme {
    color: var(--theme-text-color);
    background:var(--theme-color);
    /*background: linear-gradient(to right,rgba(var(--theme-color1),1),rgba(var(--theme-color2),1));*/
}
.btn-theme-outline {
    color: var(--theme-color);
    background-color: var(--theme-text-color);
    border-color: var(--theme-color);
}
.btn-theme:hover{
	color: var(--theme-text-color);
	background-color: var(--theme-color);
}
.theme-header{
	height:70px;
}
.cart-ico{
	width: 30px;
	cursor:pointer;
}
.btn-check:focus+.btn-danger, .btn-danger:focus{
	box-shadow: none;
}
.form-control:focus{
	box-shadow: none;
	border-color: #ced4da;
}
.icon-sm{
	width: 20px;
	height: 20px;
}

.icon-xs{
	width: 16px;
    height: 16px;
}

.padding-header{
	padding-top:80px;
}

.z-index-1030{
	z-index:1030!important;
}

.z-index-999{
	z-index:999!important;
}

.offcanvas-end{
    width: 480px;
}


.payment-type-tabs {
	display: flex;
	flex-flow: row wrap;
	background: #F0EDEA;
	border-radius: 25px;
}
.payment-type-tabs > div {
	flex: 1;
	padding: 3px;
}
.payment-type-tabs input[type="radio"] {
	display: none;
}
.payment-type-tabs label {
	display: block;
	border-radius: 25px;
	padding: 5px 5px;
	text-align: center;
	position: relative;
	cursor: pointer;
	font-size: 16px;
}
.payment-type-tabs input[type="radio"]:checked + label {

	background: var(--theme-color);
    color: var(--theme-text-color);
}
.mt-70{
	margin-top:70px;
}

.nav.nav-tabs.nav-tabs-line .nav-link {
	border: 0;
    background-color: transparent;
    line-height: 2.6;
    font-size: 14px;
    font-weight: 900;
    color: #343a40;
}

.nav.nav-tabs.nav-tabs-line .nav-link.active {
	border-bottom: 2px solid var(--theme-color);
	color:var(--theme-color);
}

.light-text{
	color:rgb(105, 105, 105);
}

.product-description{
	font-size: 14px;
    line-height: 1.2;
    word-wrap: break-word;
}

.w-80{
    width:80%;
}

.add-to-cart{
	right: 20px;
    top: 10px;
}

.btn-icon-prepend{
	width:16px;
	height:16px;
	margin-right:0.2rem;
}

.veg-nonveg-icon{
	position: absolute;
    left: 5px;
    top: 5px;
}

.category-outer p{
	font-size: 16px;
    margin-bottom: 0px;
    padding: 10px 0px;
    cursor: pointer;
    height:50px;
}

.category-outer .active{
	background:linear-gradient(90deg, rgb(255, 255, 255), var(--theme-color-light));
	color:var(--theme-color);
	border-right:3px solid var(--theme-color);
	font-weight: 600;
}

.z-index-9{
	z-index:9;
}

.offset-top-50{
	top:50px;
}

.bg-light-theme{
	background:var(--light-background)!important;
}

.product-cart-outer{
	border-bottom: 1px dotted #edecec;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.product-cart-outer:last-child{
	border-bottom: none;
	 margin-bottom: 0px;
    padding-bottom: 0px;
}

.fs-14{
	font-size:14px;
}

.fs-12{
	font-size:12px;
}

.quantity-outer img{
	width:30px;
}

.bg-product-body{
	background:#FCFCFC;
}

.highlights-outer{
	background: white;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .04), 0 0 4px 0 rgba(0, 0, 0, .1);
    transition: transform .2s;
}


.highlights-inner-text{
    min-height: 118px;
}

.highlights-outer:hover{
    background: #F5F5F5;
    transform: scale(1.03);
}

.product-inner-text{
    min-height: 120px;
}

.product-outer{
	background: white;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .04), 0 0 4px 0 rgba(0, 0, 0, .1);
    transition: transform .2s;
}

.product-outer:hover{
	background: #F5F5F5;
	transform: scale(1.01);
}

.base-outer{
	background: white;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #dbd9d7;
}


.b-r-10{
	border-radius: 10px;
}
.c-pointer{
	cursor:pointer;
}

.catalogue-modal .btn-close{
    position: absolute;
	right: 20px;
	top:20px;
	z-index:999;
}

.product-modal .btn-close{
	position: absolute;
	right: 20px;
	z-index:999;
}
.btn-close:focus{
	box-shadow: none;
}
.form-select:focus {
	border-color: #ced4da;
	outline: 0;
	box-shadow: none;
}

.form-check-input[type=checkbox] {
    border-radius: 0.15em;
}

.form-check-input[type=checkbox]:checked {
	background-color: var(--theme-color);
}

.form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.scroll-y{
	max-height: 350px;
	overflow-y: auto;
}

.max-content{
    width: max-content;
}

.fs-smallest{
    font-size: 12px;
}
    
.fs-small{
      font-size: 14px;
}

.fw-600{
    font-weight: 600;
}

.list-style-none{
    list-style: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #3D8ED8 !important;
    background-color: #E2ECF6 !important;
}

.form-check-input:focus{
	box-shadow:none;
}

.form-check-input:checked,.form-check-input:focus{
	border-color:rgba(0,0,0,.25);
}

.discount-bagdge{
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px 20px;
    color: white;
    background: var(--theme-color-light);
    border-radius: 0px 10px;
    border: none;
    font-size: 14px;
    z-index:9;
}

.modal-product-detail{
	max-width:650px;
}

.form-check-input:checked{
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}

.fs-18{
	font-size:18px;
}

.m-h-80{
	min-height:80px!important;
}
.m-h-60{
	min-height:60px!important;
}

.spinner-custom{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	display:none;
}

.product-list-counter{
	width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
    background: var(--theme-color);
    font-weight: 500;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
	color:var(--theme-text-color);
	line-height: 1;
}

.location-drop-name{
    width: 80px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cart-overflow{
	overflow-y: auto;
    max-height: 62vh;
}

.fs-16{
    font-size:16px;
}

.bottom-fix{
	height:calc(27vh - 70px);
}
.bottom-fix-inner{
	position: absolute;
    bottom: 0;
    width: 100%;
    box-shadow:0 2px 0px 0 rgba(0,0,0,.04),0 8px 12px -2px rgba(0,0,0,.06),0 -5px 6px 0 rgba(0,0,0,.04);
}

.datepicker table {
	width: 100%;
	margin-bottom: 0px;
	color: #000;
	vertical-align: top;
	border-color: #e9ecef;
}
.datepicker table > :not(caption) > * > * {
	font-size: 12px;
	padding: 8px;
	background-color: transparent;
	border-bottom-width: 1px;
	box-shadow: inset 0 0 0 9999px transparent;
}
.datepicker table > tbody {
	vertical-align: inherit;
}
.datepicker table > thead {
	vertical-align: bottom;
}
.datepicker table > :not(:first-child) {
	border-top: 2px solid #e9ecef;
}
.datepicker.datepicker-dropdown {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 0;
	margin: 0;
	font-size: 0.875rem;
	color: #000;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #f2f4f9;
	border-radius: 0.25rem;
}
[data-bs-popper].datepicker.datepicker-dropdown {
	top: 100%;
	left: 0;
	margin-top: 0.125rem;
}

.discount-card {
    width: 100%;
    background-color: var(--theme-color-light-1);
    position: relative;
}

.t-c-discount{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.discount-card img{
	width:25px!important;
}

.payment-card{
	background: #EDEFF2;
}

.payment-input-form {
	background: transparent;
	border: none;
	height: 30px;
	padding: 0px;
	font-size: 16px;
}
.payment-input-form:focus{
	background: transparent;
	border: none;
	box-shadow: none;
}
.payment-icons{
	width: 24px;
	height: 24px;
	margin-right: 20px;
}

.count-down-timer{
	margin-top: -100px;
    text-align: center;
}

.end-50-px{
	right:50px;
}

.display-none{
    display:none;
}

.sidebar{
	width: 300px;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	webkit-transition: width 0.1s ease, margin 0.1s ease-in-out;
	transition: width 0.1s ease, margin 0.1s ease-in-out;
	z-index: 99999;
}
.theme-header{
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.sidebar {
	z-index: 99999;
	margin-left: -300px;
	visibility: hidden;
}
.sidebar-open .sidebar{
	margin-left: 0;
	visibility: visible;
}
.sidebar-open main::before{
	content: "";
	width: 100vw;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 99998;
}

.sidebar .sidebar-header {
	background: #fff;
	height: 70px;
	border-bottom: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	-webkit-transition: width 0.1s ease;
	transition: width 0.1s ease;
}

.sidebar .sidebar-body {
	max-height: calc(100% - 70px);
	height: 100%;
	-webkit-box-shadow: 0 8px 10px 0 rgba(183, 192, 206, 0.2);
	box-shadow: 0 8px 10px 0 rgba(183, 192, 206, 0.2);
	background: #FFFFFF;
}

.sidebar .sidebar-body .nav {
	display: flex;
	flex-direction: column;
	padding: 25px 25px 50px 25px;
}

.sidebar .sidebar-body .nav .nav-item.nav-category {
	color: #7987a1;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .5px;
	margin-bottom: 5px;
	height: 15px;
}

.sidebar .sidebar-body .nav .nav-item.nav-category:not(:first-child) {
	margin-top: 20px;
	margin-bottom:10px;
}

.sidebar .sidebar-body .nav .nav-item .nav-link {
	display: flex;
	align-items: center;
	padding: 0;
	height: 40px;
	white-space: nowrap;
	color: #000000;
}

.sidebar .sidebar-body .nav .nav-item.active span,
.sidebar .sidebar-body .nav .nav-item.active .link-icon
{
	color:#000000!important;
	font-weight: 600;
}

.sidebar .sidebar-body .nav .nav-item .nav-link .link-icon{
	width: 16px;
	height: 16px;
}
.sidebar .sidebar-body .nav .nav-item.active .nav-link::before {
	content: "";
	width: 3px;
	height: 26px;
	background: #000000;
	position: absolute;
	left: 0px;
}
.sidebar-open-icon{
	display:none;
}
.active-spinner{
    opacity:0.4;
    pointer-events:none;
    overflow:hidden;
}
.mobile-baskit-outer{
    display:none;
    position: fixed;
	box-shadow: 0px 5px 10px 5px #c2c2c2;
	z-index: 1031;
	bottom:0;
	background: white;
    width: 100%;
}
.slider-category{
	border-radius: 20px;
}
.slider-category:hover{
	background: #F5F5F5;
}
.slider-category-active{
	background-color: var(--theme-color);
	color:white;
}
.slider-category-active:hover{
	background-color: var(--theme-color);
}
body {
	touch-action: pan-y;
}
.icon-lg{
	width:28px;
	height:28px;
}
.icon-xl{
	width:34px;
	height:34px;
}
.basket-remove-icon{
	position: absolute;
	top: 15px;
	right: 15px;
	display:none;
}

.cart-main-outer{
    position:relative;
    display:block;
}

@media (max-width: 700px) {
	.sidebar-open-icon{
		display:inline-block;
	}
	.top-button-bar{
		display:none;
	}
	.category-outer{
		display:none;
	}
	.padding-header{
		padding-top:0px;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.top-store-bar{
	    top:0px!important;
	}
	.footer-panel{
	    display:none;
	}
	.modal-product-description{
	    display:none!important;
	}
	.mobile-baskit-outer{
	    display:block;
	}
	.basket-remove-icon{
	    display:block;
	}
	
	.cart-main-outer{
	    position:fixed!important;
	    display:none;
	    z-index: 1040;
	}
	
	.discount-card {
        width: 100%;
    }
    
    .cart-button-main{
        display:none;
    }
    
    .add-to-cart{
        top: auto!important;
        bottom: 10px;
    }
    
    .add-highlights-btn {
        top: auto!important;
        bottom: 10px;
    }
    
    .category-slider-outer{
        width:100%!important;
        margin-bottom: 10px;
    }
    
    .location-drop-address{
        width:200px;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

.bg-store-image{
    width: 100%;
    height: 120px;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
}

.bg-store-overlay {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
}

.store-modal-overlay-text{
    position: absolute;
    bottom: 0px;
    left: 5px;
}

body{
	color: #505d69;
}
h1, h2, h3, h4, h5, h6{
	color: #343a40;
}
.store-img-container {
	display: inline-block;
	overflow: hidden;
	border-radius: 10px;
}
.store-img-container:hover img {
	transform: scale(1.1);
	transform-origin: 50% 50%;
}
.store-img-container img {
	display: block;
	transition: transform .4s;
}
.w-16{
	width:16px;
} 
.h-16{
	height:16px;
}
.category-icon{
	width: 30px;
	border-radius: 5px;
	margin-right: 10px;
}
.discount-line-through {
	position: relative;
}
.discount-line-through:before{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid;
	border-color: inherit;
	-webkit-transform:rotate(5deg);
	-moz-transform:rotate(5deg);
	-ms-transform:rotate(5deg);
	-o-transform:rotate(5deg);
	transform:rotate(5deg);
}
.display-none{
	display:none;
}
.special-note-outer p{
	margin-bottom: 0px;
}
.w-max-content{
	width: max-content;
}
.border-top-dashed{
	border-top: 1px dashed #dbd9d7;
}
.store-heading{
	font-size: 26px;
	font-weight: 800;
}
.search-input{
    width: 100%;
    color: #343a40;
    box-sizing: border-box;
    border-radius: 50px;
    font-size: 14px;
    background-color: #F0EDEA;
    background-image: url(../img/search-icon.svg);
    background-position: 12px 6px;
    background-repeat: no-repeat;
    background-size: 18px;
    padding: 5px 20px 5px 38px;
    border: 4px solid transparent;
}
.search-input:focus{
	background-color:#F0EDEA;
	border:4px solid var(--theme-color);
}
.top-store-bar{
	/*top:59px;*/
	top:0px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 5px 6px -4px rgba(0, 0, 0, .06);
}

.left-category-name{
	position: absolute;
	left: 60px;
}

.shadow-cart{
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .02), 0px 2px 12px -2px rgba(0, 0, 0, .08), 0px 3px 6px 0px rgba(0, 0, 0, .06);
}

.cart-panel{
	min-height: 100dvh;
}

.min-order-badges{
	background: #FECACA;
	border-radius: 15px;
	padding: 0px 10px;
	color: #DC2626;
}

.disable-product{
	background: #F0EDEA;
	box-shadow: none;
	cursor: auto;
}
.disable-product:hover{
	background: #F0EDEA;
}
.attribute-icon {
	right: -5px;
	bottom: -5px;
}
.btn-rounded {
	border-radius: 30px;
}
.store-dropdown .dropdown-toggle::after{
	display:none;
}
.dropdown-item:active{
	color: #1e2125;
	background-color: #e9ecef;
}
.fs-10{
	font-size:10px;
}
.h-px-25{
	height:25px;
}
.add-highlights-btn{
	right: 10px;
	top: 10px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	z-index: 1;
    width: 35px;
    height: 35px;
    background-color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    transform: translatey(-50%);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .04), 0 0 4px 0 rgba(0, 0, 0, .1);
}

.owl-nav button span {
	font-size: 30px;
	height: 100%;
	display: block;
	width: 100%;
}
.owl-carousel .owl-nav button.owl-prev {
	left: -10px;
}
.owl-carousel .owl-nav button.owl-next {
	right: -10px;
}
.owl-carousel .owl-nav {
	margin: 0;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.bootstrap-touchspin.input-group>.input-group-prepend>.btn, .bootstrap-touchspin.input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.bootstrap-touchspin.input-group>.input-group-append>.btn, .bootstrap-touchspin.input-group>.input-group-append>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.border-3-left{
	border-left: 3px solid;
}

.remove-item-warning{
	font-size: 12px;
	background: #f8d7da;
	color: #721c24;
	border-left: 3px solid #721c24;
}

.add-cart-btn{
    border: none;
    color: var(--theme-color);
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .04), 0 0 4px 0 rgba(0, 0, 0, .1);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-panel{
    position: absolute;
    width: 100%;
    bottom: 0;
}

.main-left-bar{
    min-height:100vh;
}

.location-modal-btn.active{
    background: #f2f2f2;
}

.cart-panel-checkout{
	min-height: 100dvh;
}
.bottom-fix-inner-checkout{
	position: absolute;
	bottom: 0;
	width: 100%;
	box-shadow:0 2px 0px 0 rgba(0,0,0,.04),0 8px 12px -2px rgba(0,0,0,.06),0 -5px 6px 0 rgba(0,0,0,.04);
}
.cart-overflow-checkout{
	overflow-y: auto;
	max-height: 55vh;
}
.full-height-without-header{
	height:calc(100dvh - 70px);
}
@media (max-width: 700px) {
	.cart-panel-checkout{
		min-height: auto;
	}
	.bottom-fix-inner-checkout{
		position: fixed;
		bottom: 0;
		width: 100%;
		box-shadow:0 2px 0px 0 rgba(0,0,0,.04),0 8px 12px -2px rgba(0,0,0,.06),0 -5px 6px 0 rgba(0,0,0,.04);
	}
	.cart-overflow-checkout{
		overflow-y: auto;
		max-height: auto;
		margin-bottom:200px;
	}
	.shadow-cart{
		box-shadow: none;
	}
}
.auth-body-bg {
	background-color: #ECF3FC;
}
.w-200-px{
	width:200px;
}
.min-w-250-px{
	min-width: 250px;
}
.light-icon{
	color: #a19d9b;
}
.active-left-header {
	background-color: rgba(93, 135, 255, 0.1) !important;
	border-radius: .25rem !important;
	border: 1px solid rgba(93, 135, 255, 0.1) !important;
}
.pac-container {
	z-index: 10000 !important;
}
.address-card:hover{
	background: #f2f2f2;
}
.border-theme{
    border-color:var(--theme-color)!important;
}

.otp-input-fields input {
    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid var(--theme-color);
    text-align: center;
    outline: 0;
    font-size: 16px;
    padding: 0;
}
.requestOuter-bg1{
	background: linear-gradient(#F4A266, #904C1A);
}
.requestOuter-bg2{
	background: linear-gradient(#F77C7C, #902121);
}
.requestOuter-bg3{
	background: linear-gradient(#B5486E, #621C34);
}

.requestOuter{
	text-align: center;
	border: none;
	border-radius: 5px;
	padding: 5px;
}
.requestOuter h5{
	font-weight: 500;
	font-size: 13px;
	color:white;
}
.requestOuter img{
	width: 100%;
}
.requestImageOuter svg{
	margin-top: 0px;
	width: 100%;
	padding: 15px 15px;
}
.rating-stars ul {
	list-style-type:none;
	padding:0;
	-moz-user-select:none;
	-webkit-user-select:none;
	margin-bottom:0px;
}
.rating-stars ul > li.star {
	display:inline-block;
	cursor:pointer;
}

.rating-stars ul > li.star > i.fa {
	font-size:2em;
	color:#ccc;
}

.rating-stars ul > li.star.hover > i.fa {
	color:#FFCC36;
}

.rating-stars ul > li.star.selected > i.fa {
	color:#FF912C;
}

.login-left{
	background-color: #F0EDEA;
	border-radius: 10px 0px 0px 10px;
}
.login-right-bar{
	min-height: 450px;
	border-radius: 0px 10px 10px 0px;
}
.login-left-icon {
	position: absolute;
	width: 100%;
	bottom: 30px;
}
.theme-icon-outer{
	display: inline-table;
	overflow: hidden;
}
.theme-icon-outer img{
	filter: drop-shadow(0px 100px 0 var(--theme-color));
	transform: translateY(-100px);
}
.review-user-icon{
	width: 50px;
	height: 50px;
	border: 1px solid;
	border-radius: 50%;
	font-size: 22px;
	justify-content: center;
	display: flex;
	align-items: center;
	font-weight: 800;
	color: #ffffff;
}

.review-user-icon-1{
	background: #78909C;
}
.review-user-icon-2{
	background: #AB47BC;
}
.review-user-icon-3{
	background: #455A64;
}
.review-user-icon-4{
	background: #3B8695;
}
.review-user-icon-5{
	background: #749E47;
}
.review-user-icon-6{
	background: #886F65;
}
.modal-category-item:not(:last-child){
	border-bottom: 1px solid #dee2e6;
}
.modal-category-item:last-child{
	border-radius:0px 0px 10px 10px;
}
.modal-category-item{
	font-size: 20px;
}
.modal-category-item:hover{
	background: #F5F5F5;
}
.category-slider-outer{
	width:70%;
}
.slider-category-item{
    font-size: 14px;
    font-weight: 900;
}
.highlights-data-carousel .owl-nav button,
.offers-data-carousel .owl-nav button
{
    font-size: 20px;
    left: auto;
    right: 40px;
    position: absolute;
    top: -25px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.highlights-data-carousel .owl-nav button.owl-prev,
.offers-data-carousel .owl-nav button.owl-prev
{
	left: auto;
	right: 45px;
	top: -25px;
	
}
.highlights-data-carousel .owl-nav button.owl-next,
.offers-data-carousel .owl-nav button.owl-next
{
	right: 0px;
	top: -25px;
}

.active-slider-icon{
    color:var(--theme-color);
}

.dekstop-baskit-outer-main{
	position: fixed;
	transform: translate(-50%, -50%);
	left: 50%;
	bottom: 20px;
	z-index:1030;
}
.dekstop-baskit-outer{
	background: var(--theme-color);
	padding: 15px 10px;
	border-radius: 10px;
	cursor:pointer;
	box-shadow: 4px 5px 7px #c2c2c2;
}
.dekstop-baskit-outer h6{
	color:var(--theme-text-color);
	font-weight: bolder;
	font-size: 20px;
}
.dekstop-baskit-outer i{
	color:var(--theme-text-color);
	font-size: 20px;
}

.dekstop-baskit-counter{
	background:white;
	color:var(--theme-color)!important;
	border: 3px solid;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	line-height: 0;
	transition: transform .2s;
}
.dekstop-baskit-outer:hover{
	transform: scale(1.03);
}

.custom-notification-outer{
	background-color: #000000;
	margin: 0;
	box-shadow: 0px 4px 8px #787373;
	color: #FFFFFF;
	position: absolute;
	top: -30px;
	border-radius: 10px;
	display: none;
	animation-duration: 0.5s;
	width: 80%;
	left: 10%;
	animation-name: notification-panel;
}

@keyframes notification-panel {
	0%   {top:0px;}
	100% {top:-30px;}
}

.custom-notification-outer-icon{
	border: 1px solid;
	border-radius: 50%;
	padding: 5px;
	background: #ffffff;
	color: #000000;
}

.applied-discount-badge{
    background: var(--theme-color)!important;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 10px 0px 10px 0px;
    padding: 0px 10px;
    color: #FFFFFF;
    display:none;
}
.bg-success-light{
    background: #EFF5EB;
}
