@font-face {
  font-family: Gilroy;
  src: url(../assets/vendors/font-family/gilroy/Gilroy-Regular.ttf);
}

body {
  font-family: Gilroy;
}

:root {
  --theme-color: #F07D4E;
  --light-background: #F8F8F8;
  --theme-color1:242, 169, 62;
  --theme-color2:240, 112, 84;
}

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: #fff;
    background: linear-gradient(to right,rgba(var(--theme-color1),1),rgba(var(--theme-color2),1));
}
.btn-theme-outline {
    color: var(--theme-color);
    background-color: #fff;
    border-color: var(--theme-color);
}
.btn-theme:hover{
	color: #fff;
	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;
}


.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: 18px;
    font-weight: 600;
}
.payment-type-tabs input[type="radio"]:checked + label {
	background: white;
	background: white;
    color: var(--theme-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: 16px;
	font-weight: 600;
	color: rgb(105, 105, 105);
}

.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;
}

.add-to-cart{
	right: -5px;
    top: -5px;
}

.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), rgb(255, 237, 239));
	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: #F7F8F8;
    padding: 20px;
    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);
}

.product-outer{
	background: white;
    padding: 20px;
    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);
}

.base-outer{
	background: white;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #dbd9d7;
}

.product-outer:hover{
	background: #F5F5F5;
}

.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;
    top: 0;
    left: 0;
    padding: 2px 20px;
    color: white;
    background: #008e27;
    border-radius: 10px 0px;
    border: none;
    font-size: 14px;
}

.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:#ffffff;
}

.cart-overflow{
	overflow-y: auto;
    max-height: 55vh;
}

.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: max-content;
    background-color: #ffffe7;
    position: relative;
}

.discount-card:before {
    content: '';
    background-image: url(../img/discount-icon.png);
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    opacity: 0.3;
    background-position: 103% 110%;
    bottom: 0px;
    height: 100%;
}

.discount-card img{
	width:25px;
}

.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;
}
.category-slider-outer{
    display:none;
} 
.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;
	}
	.category-slider-outer{
	    display:block;
	}
	.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%;
    }
}

.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%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 50px;
	font-size: 16px;
	background-color: white;
	background-image: url(../img/searchicon.png);
	background-position: 14px 14px;
	background-repeat: no-repeat;
	background-size: 16px;
	padding: 10px 20px 10px 40px;
}
.top-store-bar{
	top:59px;
	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: 30px;
	height: 30px;
	background-color: #FFFFFF;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	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;
}

.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;
}