<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular/Poppins-Regular.eot') format('embedded-opentype'), url('../fonts/Poppins-Regular/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Medium/Poppins-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium/Poppins-Medium.otf') format('embedded-opentype'), url('../fonts/Poppins-Medium/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium/Poppins-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-Semibold/Poppins-SemiBold.eot') format('embedded-opentype'), url('../fonts/Poppins-Semibold/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-Semibold/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-Semibold/Poppins-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold/Poppins-Bold.eot') format('embedded-opentype'), url('../fonts/Poppins-Bold/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold/Poppins-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}


/* ::-webkit-scrollbar {
	width: 0px ;
	background: transparent ;
}
.device_only::-webkit-scrollbar {
	width: unset;
	background:unset;
} */

.device_only&gt; ::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

body {
    color: #383838 !important;
    background-color: #fff;
    font-family: 'Poppins-Regular';
    font-size: 14px;
}

.bg-grey {
    background-color: #f4f4f4 !important;
}

.bg-grey-light {
    background-color: rgba(250, 250, 250, 0.5) !important;
}

.bg-white {
    background-color: #fff !important;
}

.hidden {
    display: none !important;
}

.spinner {
    color: rgba(252, 128, 25, 0.15);
}

.height-25 {
    height: 25vh;
}

.height-30 {
    height: 30vh;
}

.height-40 {
    height: 40vh;
}

.height-50 {
    height: 50vh;
}

.height-60 {
    height: 60vh;
}

.height-70 {
    height: 70vh;
}

.height-80 {
    height: 82vh;
}

.height-100 {
    height: 100vh;
}

.height-100-percent {
    height: 100% !important;
    min-height: 100vh !important;
}

.pt-62 {
    padding-top: 62px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.fixed {
    position: fixed;
    pointer-events: all;
}

.truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wb {
    word-break: break-all
}

.shadow-light {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
    transition: 0.2s linear all;
}

.shadow-medium {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.shadow-dark {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}

.display-flex {
    display: flex !important;
}

.flex-auto {
    flex: auto;
}

.desktop-left-container {
    align-items: center;
    display: flex;
}

.desktop-right-container {
    display: flex;
    justify-content: flex-end;
}


/* FirstScreen */

.welcome-heading {
    text-align: center;
    margin: 0.25rem 1.5625rem 0;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 700;
    white-space: pre-wrap;
    color: #282c3f;
}

.welcome-subheading {
    font-size: 0.875rem;
    color: #646464;
    margin-top: 0.9375rem;
}

.btn-setup-location {
    width: 16rem;
    height: 4rem;
    margin: 0 auto;
    font-size: 1.1rem;
    font-weight: 700;
    display: block;
    color: #fff;
    text-transform: uppercase;
    border-radius: 1px;
    text-align: center;
    line-height: 2.7rem;
}

.btn-setup-location:hover {
    color: #fff;
}

.login-block {
    display: block;
    text-align: center;
    color: #646464;
    margin-top: 0.9375rem;
}

.login-block&gt;a {
    font-weight: 400;
}

.back-button .si-arrow-left:before {
    font-size: 20px;
}


/* Location */

.search-box {
    top: -1px;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); */
}

.search-input {
    font-size: 0.9375rem;
    border: 0;
}

.header-top {
    position: fixed;
    top: -2px;
    background-color: #fff;
    width: 100%;
    padding: 16px;
    z-index: 99;
    display: flex;
    align-items: center;
    min-height: 72px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.header-top .location-dropdown-container .location-btn {
    position: relative;
    background: #F1F1F1;
    border-radius: 16px;
    display: flex;
    align-items: center;
    height: 32px;
    max-width: 120px;
    padding: 9px 14px;
    font-family: 'Poppins-Regular' !important;
}

.header-top .location-dropdown-container .location-btn img {
    margin-right: 10px;
}

.header-top .location-dropdown-container .location-btn span {
    font-size: 14px;
    line-height: 14px;
    color: #383838;
    font-weight: 600;
    font-family: 'Poppins-SemiBold';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70px;
}

.header-top .nav-location-icon {
    color: #383838;
}

.search-navs-btns&gt;i {
    font-weight: 900;
}

.height-8-5 {
    height: 8.5vh;
}

.location-search-result {
    min-height: auto;
    background-color: #fff;
}

.location-search-block {
    border-top: 1px solid #eaecee;
    position: relative;
    padding: 1.4rem 0;
    background-color: rgba(0, 0, 0, 0.02);
}

.location-search-block:nth-of-type(2n-1) {
    background-color: #fff;
}

.location-search-icon {
    width: 5rem;
    float: left;
    text-align: center;
}

.location-search-data {
    padding-left: 5.625rem;
}

table&gt;tbody&gt;tr {
    height: 6rem;
}


/*Footer */

.footer-fixed {
    position: fixed;
    bottom: -1px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-shadow: 0px -2px 6px 1px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    background-color: #fff;
    text-align: center;
    z-index: 99999;
    width: 100%;
    height: 64px;
}

.active-footer-tab {
    color: #000;
    font-family: 'Poppins-Medium';
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
}

.footer-links {
    color: #383838;
    font-family: 'Poppins-Medium';
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 15px !important;
}

.cart-quantity-badge {
    border-radius: 100%;
    color: #fff;
    position: absolute;
    top: -2px;
    left: 40px;
    background: #000000;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    min-height: 16px;
    min-width: 16px;
    padding: 0px 3px;
}

.ftr-icons {
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center;
}

.home-active {
    background-image: url(../img/icons/Footer/home-active.svg);
}

.home {
    background-image: url(../img/icons/Footer/home.svg) !important;
}

.orders-active {
    background-image: url(../img/icons/Footer/bags-shopping-active.svg);
}

.orders {
    background-image: url(../img/icons/Footer/bags-shopping.svg);
}

.cart {
    background-image: url(../img/icons/Footer/shopping-cart.svg);
}

.cart-active {
    background-image: url(../img/icons/Footer/shopping-cart-active.svg);
}

.notification {
    background-image: url(../img/icons/Footer/notification.svg);
}

.notification-active {
    background-image: url(../img/icons/Footer/notification-active.svg);
}

.account {
    background-image: url(../img/icons/Footer/user-alt.svg);
}

.account-active {
    background-image: url(../img/icons/Footer/user-alt-active.svg);
}


/* Nav */

.nav-location {
    height: 4rem;
    border: 0;
    background: #fff;
    border-radius: 0;
}

.nav-location-icon {
    font-size: 0.625rem;
    margin-left: 0.125rem;
    font-weight: 700;
}

.homepage-content {
    margin-bottom: 94px;
}


/* Promo Slider */

.slider-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
}

.see-all-link {
    color: #383838;
    /* text-transform: capitalize; */
    font-size: 14px;
    line-height: 14px;
    font-family: 'Poppins-Semibold';
}

.slider-heading {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    color: #383838;
    font-family: 'Poppins-Bold';
}

.slider-wrapper {
    margin-top: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom: 0px;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.bottom-divider {
    border-bottom: 5px solid #F1F1F1;
}


/* .slider-wrapper::-webkit-scrollbar {
	display: none;
} */

.slider-wrapper__img-wrapper {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    background-color: #fff;
    text-align: center;
}

.banner-slider .slider-wrapper__img-wrapper {
    width: 100% !important;
}

.banner-slider .owl-theme .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.banner-slider .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 5px;
    background-color: #fff;
    opacity: 0.5;
    border-radius: 5px;
}

.banner-slider .owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
    height: 5px;
    background-color: #fff;
    opacity: 1;
}

.banner-slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0 !important;
}

.product-box-shadow {
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.slider-wrapper__img {
    box-shadow: none !important;
    /* border-radius: 0.4rem; */
}

.slider-wrapper__img-shadow {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.slider-wrapper__img-wrapper:first-child {
    margin-left: 1rem;
}

.slider-wrapper__img-wrapper:last-child {
    margin-right: 1rem;
}

.promo-slider-loader {
    width: 100%;
    margin: 0;
    height: 192px;
}

.slider-label {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #383838;
}

.category-slider {
    padding-bottom: 20px;
}

.category-slider .slider-label {
    /* width:90%;
	word-break: break-word;
	height:35px;
	white-space: normal !important;
	display: inline-flex;
	justify-content:center;
	font-weight:600;
	font-family: 'Poppins-Semibold';
	margin-top:8px;
	 text-overflow: ellipsis !important; */
    width: 75px;
    height: 35px;
    white-space: normal !important;
    display: inline-flex;
    justify-content: center;
    font-weight: 600;
    font-family: 'Poppins-Semibold';
    /* white-space: nowrap !important; */
    overflow: hidden !important;
    margin-top: 8px;
    text-overflow: ellipsis !important;
    word-break: break-word;
}


/* .category-slider .slider-label{
	white-space: nowrap !important;
    
    overflow: hidden !important;
    font-weight: 600;
    width: 75px !important;
    font-family: 'Poppins-Semibold';
    margin: 8px 0 0;
    text-overflow: ellipsis !important;
} */

.discount-offers-slider {
    width: 100%;
}

.discount-offers-slider .slider-wrapper__img {
    max-width: 100% !important;
    width: 100% !important;
    max-height: 500px !important;
}

.slider-wrapper__img-shadow {
    text-shadow: none !important;
}


/* .top-selling-slider{text-align: center !important;} */

.top-selling-slider .slider-cust-img {
    border-radius: 5px 5px 0 0;
    /* max-width: 180px; */
    min-height: 140px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-selling-slider .slider-wrapper__img-wrapper {
    margin-right: 12.5px;
    margin-left: 12.5px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    width: 181px;
}

.top-selling-slider .product-img {
    width: 181px;
    height: 140px;
}

.top-selling-slider .slider-label {
    text-align: left;
    margin: 0;
    /* height: 98px; */
    width: 183px;
}

.top-selling-slider .slider-label h4 {
    margin: 0;
    max-height: 55px;
    height: 55px;
    word-break: break-word;
    white-space: normal !important;
    padding: 12px 13px 8px;
    font-weight: normal;
    flex-direction: column;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}

.top-selling-slider .slider-label .pro-price {
    /* margin-top:8px; */
    font-size: 16px;
    line-height: 16px;
    color: #383838;
    font-weight: 600;
    padding: 0px 13px 0px;
    font-family: 'Poppins-Bold';
    margin: 0;
}

.page-title {
    font-size: 18px;
    line-height: 18px;
    color: #383838;
    margin: 0 !important;
    /* width: calc(100% - 138px); */
    margin-right: 30px;
    font-family: 'Poppins-Bold';
}

.back-button {
    padding: 0 20px 0 0;
}

.checkout-page .back-button {
    padding: 0;
}

.products-content .product-item {
    position: relative;
}

.products-content .product-details .btn-group {
    position: absolute;
    bottom: 0;
    right: 10px;
}


/* category wise products */

.header-top .location-dropdown-container {
    position: absolute;
    right: 16px;
}


/* .category-products-content .category-product-inner{
	display: flex;
	overflow: hidden;
} */


/* .category-products-content .category-listing{
	width: 35%;
    position: fixed;
    height: 84vh;
    top: 66px;
    overflow-y: scroll;
	background: #FFFFFF;
	
    box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.1);
} */

.category-products-content .category-listing .category-inner-list a .cat-name {
    font-weight: 600;
    font-family: 'Poppins-SemiBold';
    font-size: 12px;
    line-height: 12px;
    margin-top: 8px;
    margin-bottom: 0;
    color: #383838;
}


/* .category-products-content .category-listing ul{
	padding:0 0 60px;
	margin:0 0 20px;
	list-style: none;
	
} */

.category-products-content .category-listing .category-inner-list a {
    padding: 16px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.category-products-content .category-listing .category-inner-list a .cat-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 10px 10px;
}

.category-products-content .category-listing .category-inner-list a .tick-mark {
    position: absolute;
    height: 25px;
    width: 25px;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.category-products-content .category-listing .category-inner-list a .tick-mark img.tick-box {
    width: auto;
    height: auto;
    max-width: 100%;
    min-width: initial;
}


/* .category-products-content .category-listing .category-inner-list a.active {
    background-color: #000;
} */

.Panes h2 {
    font-size: 18px;
    font-family: 'Poppins-SemiBold';
}

.Panes p {
    font-size: 16px;
    line-height: 24px;
}


/* category new layout */

.category-products-content .category-listing .category-inner-list a {
    display: inline-block;
    padding: 0;
    background-color: #fff;
    box-shadow: 3px 3px -2px 0px rgba(0, 0, 0, 0.1);
}

.category-products-content .pro-listing .product-item .product-img {
    width: 150px;
    height: 124px;
    overflow: hidden;
    float: left;
    border-radius: 5px 0 0 5px !important;
}

.category-products-content .pro-listing .product-item .product-details .cart-item-btn .btn {
    font-size: 14px !important;
    line-height: 17px !important;
}

.category-products-content .pro-listing .product-item .product-details .btn-group {
    border: 0;
    margin-top: 2px;
    margin-bottom: 10px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.category-products-content .pro-listing .product-item .product-img img {
    width: 100% !important;
    height: 100% !important;
    max-height: unset !important;
    border-radius: 5px 0 0 5px !important;
    object-fit: cover;
}

.category-products-content .pro-listing .product-item {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 12px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.category-products-content .pro-listing .product-details {
    width: calc(100% - 150px);
    float: right;
}


/* .category-products-content .pro-listing img{
	max-width:80px !important;
	max-height:unset !important;
	width:100% !important;
} */

.category-products-content .pro-listing .product-details {
    padding: 10px 12px 0;
}


/* RestaurantList */

.restaurant-count {
    text-transform: uppercase;
    color: #5b5b5b;
    font-size: 0.78rem;
    font-weight: 500;
}

.restaurant-block {
    padding: 0 !important;
    /* -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0 1px rgba(0, 0, 0, 0.03); */
}

.restaurant-block&gt;div {
    margin-bottom: 0px !important;
}

.restaurant-image {
    width: 80px;
    height: 80px;
    float: left;
    height: 5.625rem;
    border-radius: 0.25rem;
    margin-top: 1rem;
}

.restaurant-info {
    margin-top: -1.8rem;
    text-align: left;
    padding-left: 8.5rem;
    padding-bottom: 1rem !important;
}

.restaurant-info&gt;h4 {
    font-size: 1.2rem;
}

.restaurant-meta {
    margin-top: -1.2rem;
    font-size: 0.8rem;
    font-weight: 500;
}

.block-content.block-content-full {
    padding-bottom: 18px;
}


/* Auth/Login */

.nav-header {
    position: fixed;
    background-color: #fff;
    z-index: 9999;
}

.back-button {
    background-color: transparent;
}

.login-image {
    max-height: 7rem;
}

.login-texts {
    width: 45%;
    text-align: right;
}

.login-title {
    font-size: 22px;
    font-family: 'Poppins-Medium';
    color: #000;
    font-weight: bold;
}

.login-subtitle {
    font-size: 14px;
    line-height: 21px;
    color: #383838;
    padding: 10px 16px 0 !important;
}

.overlay-loading {
    position: fixed;
    width: 100%;
    background-color: #000;
    z-index: 99999999;
    top: 0;
    left: 0;
}

.overlay-loading&gt;div {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.overlay-loading&gt;div&gt;img {
    width: 300px;
}

.auth-error {
    position: fixed;
    bottom: 60px;
    text-align: center;
    width: 100%;
    background-color: #282c3f;
    color: #f4f4f5;
    padding: 18px 15px;
    z-index: 999999;
}

.error-shake {
    -webkit-animation: shake 0.85s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: shake 0.85s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
}

@-webkit-keyframes shake {
    10%,
    90% {
        transform: translate3d(-3px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(5px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-1px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(7px, 0, 0);
    }
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-3px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(5px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-1px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(7px, 0, 0);
    }
}


/* Elements/Button */

.button-block {
    width: 100%;
}

.btn-main {
    width: 100%;
    height: 60px;
    font-size: 16px;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    background-color: #000;
    font-family: 'Poppins-SemiBold' !important;
}

  
/* Items/Restaurantinfo */

.fixed-restaurant-info {
    position: absolute;
    top: 0.6rem;
    left: 5.2rem;
}

.fixedRestaurantName {
    font-size: 1rem;
    font-weight: 700;
}

.fixedRestaurantTime {
    font-weight: 400;
    font-size: 0.9rem;
}


/* Items/ItemList */

.recommended-item-content {
    padding: 0.5rem;
    height: 14rem;
    min-height: 16rem;
}

.recommended-item-shadow {
    box-shadow: 0px -5px 12px 1px rgba(0, 0, 0, 0.05);
}

.recommended-item-image {
    border-radius: 0.1rem;
    height: 131px;
    width: 180px;
}

.recommended-item-meta {
    height: 4.5rem;
    min-height: 4.5rem;
}

.meta-name {
    font-size: 0.95rem;
    font-weight: 500;
    max-width: 169px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.meta-price {
    font-size: 0.95rem;
    line-height: 1.5625rem;
}

.Collapsible {
    background-color: white;
}

.Collapsible__contentInner {
    padding: 10px;
}

.Collapsible__contentInner .category-list-item {
    margin-bottom: 0.625rem;
    font-size: 0.98rem;
    margin-bottom: 0.625rem;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 0.8rem;
    padding-left: 0.3125rem;
}

.Collapsible__contentInner .category-list-item:last-child {
    margin-bottom: 0;
    border: 0;
}

.Collapsible__contentInner&gt;div&gt;.item-name {
    font-weight: 500;
}

.Collapsible__contentInner&gt;div&gt;.item-price {
    font-weight: 400;
    color: #757575;
}

.Collapsible__trigger {
    display: block;
    text-decoration: none;
    position: relative;
    padding: 1.5rem 1rem;
    background: #ffffff;
    color: #282c3f;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.Collapsible__trigger:after {
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    right: 1.025rem;
    top: 1.425rem;
    display: block;
    transition: transform 300ms;
}

.Collapsible__trigger.is-open:after {
    transform: rotateZ(180deg);
}

.item-badge {
    position: relative;
    color: #fafafa;
    font-size: 0.6rem;
    padding: 0.25rem 0.4rem;
    text-transform: none;
    font-weight: 600;
    border-radius: 1px;
}

.item-badge:not(:first-child) {
    margin-left: 0.25rem;
}

.btn-add-remove {
    border: 1px solid #ccc;
    width: 3.7rem;
    background-color: #f2f2f2;
    height: 2.5rem !important;
}

.btn-full .btn-add-remove {
    width: 82px !important;
}

.btn-dec {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #282c3f;
}

.btn-inc {
    font-size: 14px;
    line-height: 14px;
    color: #282c3f;
    font-weight: 500;
}

.flex-item-name {
    margin-left: 10px;
    flex-grow: 1;
    border: 0 !important;
}

.flex-item-image {
    border-radius: 0.25rem;
    width: 80px;
    height: 58px;
    position: relative;
}

.recommended-text {
    font-size: 1rem;
    text-transform: uppercase;
}


/* FloatCart */

.float-cart {
    position: fixed;
    width: 100%;
    height: 4rem;
    padding: 1.2rem;
    font-weight: 700;
    opacity: 0;
    bottom: 0rem;
    transition: 0.2s all linear;
    z-index: 10;
}

.float-cart--open {
    opacity: 1;
    bottom: 0;
    transition: 0.2s all linear;
}


/* Elements/BackWithSearch*/

.nav-page-title {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 42px;
}


/* Cart */

.cart-empty-block {
    height: auto;
    padding-top: 100px;
}

.cart-empty-img {
    width: 100%;
}

.cart-empty-text {
    font-size: 1.2rem;
    font-weight: 600;
    color: #535665;
    font-family: 'Poppins-SemiBold';
}

.progress-transparent {
    background-color: transparent !important;
}


/* Cart/CartItems */

.btn-quantity {
    height: 2.5rem !important;
    background-color: #fff;
    border: 1px solid #ccc;
    min-width: 35px;
}

.cart-item-meta {
    display: flex;
}

.cart-item-meta:last-child {
    /* border-bottom: 1px solid #f2f2f2; */
}

.cart-item-name {
    flex: auto;
    width: 110px;
    font-weight: 400;
}

.cart-item-btn {
    flex: auto;
    width: 110px;
    margin-top: -0.5rem;
}

.cart-item-price {
    font-weight: 500;
    font-weight: 400;
    width: 75px;
    text-align: right;
}

.item-text {
    font-size: 1rem;
    text-transform: uppercase;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 1rem;
}


/* Cart/OrderComment */

.order-comment {
    height: 3.2rem;
    font-size: 1rem;
    border: 0;
    padding: 0 15px;
    border-radius: 0;
}


/* Cart/Coupon */

.coupon-form {
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.apply-coupon-input {
    height: 5rem;
    font-size: 1.1rem;
    border: 0;
    padding: 0 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.apply-coupon-input::-webkit-input-placeholder {
    color: #282c3f;
    letter-spacing: 1px;
}

.apply-coupon-input:-ms-input-placeholder {
    color: #282c3f;
    letter-spacing: 1px;
}

.apply-coupon-input::-ms-input-placeholder {
    color: #282c3f;
    letter-spacing: 1px;
}

.apply-coupon-input::-moz-placeholder {
    color: #282c3f;
    letter-spacing: 1px;
}

.apply-coupon-input::placeholder {
    color: #282c3f;
    letter-spacing: 1px;
}

.apply-coupon-input::-webkit-input-placeholder {
    color: #282c3f;
    letter-spacing: 1px;
}

.apply-coupon-input::-moz-placeholder {
    color: #282c3f;
    letter-spacing: 1px;
}

.apply-coupon-btn {
    height: 5rem;
    background-color: #fff;
    width: 4rem;
    border: 0;
    border-radius: 0 !important;
}

.apply-coupon-btn&gt;i {
    font-size: 1.2rem;
    font-weight: 600;
}

.coupon-status {
    width: 100%;
    text-align: center;
}

.coupon-success {
    background-color: #60b246;
    color: #fff;
    font-weight: 500;
}

.coupon-fail {
    background-color: #f44336;
    color: #fff;
    font-weight: 500;
}

.coupon-text {
    color: #60b246;
    font-weight: 500;
}


/* Cart/BillDetails */

.bill-details::after {
    /* content: " ";
	background: linear-gradient(-45deg, #f4f4f5 7px, transparent 0), linear-gradient(45deg, #f4f4f5 7px, transparent 0);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 12px 14px;
	display: block;
	left: 0;
	width: 100%;
	height: 14px;
	bottom: 0; */
}

.bill-detail-text {
    height: 3.2rem;
    font-size: 1.1rem;
    border: 0;
    text-transform: uppercase;
}


/* Cart/CartCheckoutBlock */

.cart-checkout-block {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9;
    height: 22vh;
    box-shadow: 0px -2px 12px 2px rgba(0, 0, 0, 0.06);
}

.deliver-to-text {
    font-size: 1rem;
    text-transform: uppercase;
    padding-bottom: 1rem;
    font-weight: 600;
}

.change-address-text {
    font-size: 0.8rem;
    text-transform: uppercase;
    padding-bottom: 1rem;
    font-weight: 600;
    border: 1px solid #ccc;
}

.user-address {
    font-size: 13px;
}

.almost-there-text {
    font-size: 1.2rem;
    text-transform: uppercase;
    padding-bottom: 1rem;
    font-weight: 700;
}

.almost-there-sub {
    font-weight: 400;
    font-size: 0.9rem;
}

.btn-continue {
    width: 100%;
    border-radius: 0;
    height: 4rem;
    margin: 0 auto;
    font-size: 1.1rem;
    font-weight: 700;
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 2.7rem;
    bottom: 0;
    position: fixed !important;
    margin-left: -1.1rem;
}

.btn-continue:focus,
.btn-continue:hover {
    color: #fff !important;
}

.btn-make-payment {
    width: 100%;
    margin: 0 auto;
    padding: 0.9375rem 0;
    line-height: 1.95rem;
    font-size: 1.1rem;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    border-radius: 0;
    height: 4rem;
    bottom: 0;
    position: fixed !important;
}

.btn-make-payment:focus,
.btn-make-payment:hover {
    color: #fff !important;
}


/* Account/UserInfo */

.hr-bold {
    border-top: 2.5px solid #000 !important;
}


/* Account/UserMenu */

.pages-modal {
    overflow: scroll;
    min-height: 100vh;
}

.popup-overlay {
    padding: 0 !important;
}

.popup-content {
    width: 100% !important;
    border: 0 !important;
    padding: 10px !important;
    padding-top: 0 !important;
}

.close-modal-header {
    position: fixed;
    height: 4rem;
    top: 0;
    width: 100%;
    right: 10px;
    background-color: #fff;
    border: 0 !important;
}

.close-modal-icon {
    font-size: 2.5rem;
    font-weight: 200;
}


/* Account/Logout */

.logout-text {
    color: #f44336;
    font-weight: 600;
}

.logout-icon {
    color: #f44336;
    font-weight: 900;
}


/* Account/Addresses */

.btn-new-address {
    position: fixed !important;
    width: 100%;
    margin: 0 auto;
    padding: 0.9375rem 0;
    line-height: 2.15rem;
    font-size: 1.2rem;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    border-radius: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
}

.btn-save-address {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0.9375rem 0;
    line-height: 2.15rem;
    font-size: 1.2rem;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    border-radius: 0;
    color: #fff;
    text-align: center;
    border: 0;
}

.edit-address-input-label {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #383838;
    opacity: 1;
    font-family: 'Poppins-SemiBold';
}

.edit-address-input {
    font-family: 'Poppins-Medium';
    padding: 10px 0px 10px 12px;
    box-shadow: inset 0px -1px 0px #D9D9D9;
    border: 0;
    outline: 0;
    margin: 4px 0 0;
    max-width: 100%;
    border-radius: 0;
}

.edit-address-tag {
    text-transform: uppercase;
}

.btn-edit-address {
    font-weight: 500;
}

.login-form-button {
    position: fixed;
    bottom: 130px;
}

.already-member {
    position: fixed;
    bottom: 80px;
    width: 100%;
    padding: 15px;
    z-index: 99999;
    background: #fff;
}

#registerForm .login-form-button,
.forgot-password-page .login-form-button {
    bottom: 0;
}

.forgot-password-page .login-subtitle {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 30px !important;
}

.edit-profile .login-texts,
.profile .login-texts {
    width: 100%;
    text-align: center;
}

.edit-profile-main .login-form-button {
    bottom: unset;
    position: relative;
}

.forgot-pass-link {
    color: #383838;
    font-family: 'Poppins-Semibold';
    font-size: 14px;
    line-height: 16px;
}

.footer-page-link {
    font-weight: bold;
    font-family: 'Poppins-Bold';
}


/* .edit-profile .button-block,.profile .button-block{position: fixed;bottom: 0;} */

.profile-edit-icon {
    float: right;
    font-size: 0;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-image: url(../img/icons/pen.png);
    background-repeat: no-repeat;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff !important;
}

.change-passwd-link {
    color: #383838;
    font-size: 14px;
    line-height: 16px;
}

.change-passwd-link i {
    float: right;
}


/* Address/AddressList */

.btn-address-default {
    background-color: transparent;
    position: relative;
}

.btn-address-default&gt;i {
    color: #ccc;
}

.btn-address-default.selected&gt;i {
    font-size: 2rem;
}


/* RunningOrder */

.btn-deliverypin {
    color: #ff9800;
}

.btn-refresh-status {
    width: 100%;
    position: fixed;
    bottom: 0;
    border: 0;
    border-radius: 0;
    height: 4rem;
    font-size: 1.2rem;
}


/* Account/Orders/OrderList */

.order-item-quantity {
    border: 1px solid #e0e0e0;
    padding: 2px 8px;
    font-weight: 500;
    min-width: 35px;
    text-align: center;
}


/* Desktop View */

.web-titles {
    margin-top: 250px;
    padding-left: 160px;
}

.main-container-desktop {
    min-height: 100vh;
    background: url("../img/web/wb-pos.jpg");
    /* background: linear-gradient(
		-45deg,
		rgba(255, 255, 255, 0.9),
		rgba(252,128,25, 0.7),
		rgba(255, 255, 255, 0.9),
		rgba(252,128,25, 0.7)
	); */
    /* background-size: 500% 500%;
	-webkit-animation: Gradient 50s ease infinite;
	animation: Gradient 50s ease infinite; */
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.main-container-desktop::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    /* background: url(../img/various/bg-design.png) no-repeat scroll center bottom/cover; */
    z-index: -1;
}

.phone {
    flex-shrink: 0;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
    width: 380px;
    height: 676px;
    padding: 16px 10px;
    border-radius: 15px;
    background: #d9dee3;
    align-self: center;
    position: relative;
    transition: 0.3s linear all;
}

.phone-use {
    /* width: 380px;
	height: 665px; */
    /* margin: -3rem 0 0 8rem; */
    /* transition: 0.3s linear all;
	transform: rotate(0deg); */
}

.phone .notch {
    position: absolute;
    height: 1rem;
    width: 28%;
    /* background-color: #d9dee3; */
    z-index: 9;
    right: 50%;
    transform: translate(50%, -5%);
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

.phone .iframe-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

.phone iframe {
    height: 100%;
    display: block;
    width: 100%;
    border-radius: 12px;
}

.blured {
    -webkit-filter: grayscale(0.8);
    filter: grayscale(0.8);
}

.btn-unblur {
    height: 4.5rem;
    width: 200px;
    background-color: #f1592a;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    border-radius: 0.275rem;
    line-height: 4rem;
    transition: 0.2s linear all;
}

.btn-unblur:hover {
    background-color: #f1593a;
    box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: 0.2s linear all;
}

#appIframe {
    pointer-events: none;
}

.phone-use #appIframe {
    pointer-events: auto !important;
}

.bg-gradient {
    background: linear-gradient(-45deg, rgba(103, 58, 183, 0.9), rgba(0, 150, 136, 0.9), rgba(103, 58, 183, 0.9));
    background-size: 400% 400%;
    -webkit-animation: Gradient 30s ease infinite;
    animation: Gradient 30s ease infinite;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.left-col {
    transform: translate(0px, 20%);
}

.desktop-logo {
    margin-bottom: 30px;
    height: 70px;
}

.desktop-title {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    font-family: 'Poppins-Bold';
    margin-bottom: 0;
}

.desktop-subtitle {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    font-weight: 400;
}

.store-achievement {
    width: 200px;
    height: 150px;
    box-shadow: rgba(34, 48, 102, 0.1) -3px 6px 21.1px -4px;
    border-radius: 7px;
    background-color: #fff;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.store-achievement:hover {
    transform: translateY(0, -10%);
    box-shadow: rgba(34, 48, 102, 0.1) -3px 6px 21.1px -10px;
}

.Tilt {
    transform-style: preserve-3d;
}

.store-achievement h3 {
    font-weight: 900;
    color: #424242;
    margin-bottom: 0.45rem;
}

.store-achievement h4 {
    transform: translateZ(15px);
    color: #424242;
}

.desktop-footer {
    min-height: 70vh;
    background-color: white;
    /* background: linear-gradient(
		-45deg,
		rgba(252,128,25, 0.7),
		rgba(255, 255, 255, 0.9),
		rgba(252,128,25, 0.7),
		rgba(255, 255, 255, 0.9)
	); */
    background-size: 500% 500%;
    -webkit-animation: Gradient 50s ease infinite;
    animation: Gradient 50s ease infinite;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.desktop-footer::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url(../img/various/bg-design.png) no-repeat scroll center bottom/cover;
    z-index: -1;
    transform: rotate(-180deg);
}

.footer-logo {
    height: 2rem;
}


/* END Desktop View */


/* Delivery/Orders */

.delivery {
    position: relative;
    border-radius: 0.275rem;
    box-shadow: 0 2px 4px 2px #eeeeee;
    margin-bottom: 1.5rem;
}

.btn-logout-delivery {
    width: 100%;
    border-radius: 0;
    height: 4rem;
    margin: 0 auto;
    font-size: 1.1rem;
    font-weight: 700;
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 2.7rem;
    bottom: 0;
    position: fixed !important;
    background-color: #000;
}

.delivery&gt;h3 {
    color: #575757;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.delivery .accepted {
    background-color: #4caf50;
    border-top-left-radius: 0.275rem;
    border-top-right-radius: 0.275rem;
}

.delivery .new-order {
    background-color: #ff9800;
    border-top-left-radius: 0.275rem;
    border-top-right-radius: 0.275rem;
}

.delivery .block-title {
    color: #fff;
    font-weight: 700;
}

.delivery-action {
    position: fixed;
    width: 100%;
    bottom: 0;
}

.btn-accept {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    border: 0;
    height: 4rem;
    font-size: 1.2rem;
    color: #fff;
}

.btn-get-direction {
    border-radius: 1px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
}

.btn-clock {
    color: #ff5722;
    width: 100%;
}

.btn-cod {
    width: 100%;
    height: 4rem;
    font-size: 1.2rem;
    background-color: #fff;
    border: 3px dashed #60b246;
    border-radius: 0;
}

.btn-payed-online {
    width: 100%;
    height: 4rem;
    font-size: 1.2rem;
    background-color: #fff;
    border: 3px dashed #60b246;
    border-radius: 0;
}

.delivery-pin-block input {
    height: 4rem;
    border-radius: 0;
    text-transform: uppercase;
    border: 3px solid #e0e0e0;
}

.delivery-pin-block .btn-submit-pin {
    height: 3.2rem;
    width: 100%;
    border-radius: 0;
}


/* Delivery/ViewOrder */

.view-delivery-order h3 {
    font-size: 1.3rem;
    text-transform: uppercase;
}

.restaurant-address,
.customer-address {
    border: 1px solid #e0e0e0;
    padding: 1rem;
    background-color: #fff;
}


/* EXTRAS */

.fixed-gdpr {
    min-height: 3rem;
    height: auto;
    text-align: center;
    padding-top: 0.6rem;
    background-color: #282c3f;
    color: #fff;
}

.fixed-gdpr-mobile {
    display: flex;
    padding: 5px 15px;
    min-height: 0rem;
    height: auto;
    text-align: center;
    padding-top: 0.6rem;
    background-color: #282c3f;
    color: #fff;
    position: fixed;
    bottom: 0;
    z-index: 99999999;
}

.fixed-gdpr-mobile button {
    color: #fff;
}

.fixed-gdpr button {
    color: #fff;
}

.mobile-gdpr {
    position: fixed;
    bottom: 0;
    height: 6rem;
    color: #fff;
    left: 0;
    padding: 10px;
    box-shadow: 0px -5px 10px 2px rgba(0, 0, 0, 0.2);
    z-index: 9999999;
    background-color: #282c3f;
}

.mobile-gdpr button {
    color: #fff;
    padding: 3px 12px;
    font-size: 1.1rem;
    font-weight: 400;
    opacity: 1;
}

.mobile-gdpr button:hover {
    text-shadow: none;
    color: #fff;
}


/* Addons Popup*/

@-webkit-keyframes hover-color {
    from {
        border-color: #c0c0c0;
    }
    to {
        border-color: #3e97eb;
    }
}

@keyframes hover-color {
    from {
        border-color: #c0c0c0;
    }
    to {
        border-color: #3e97eb;
    }
}

.magic-radio,
.magic-checkbox {
    position: absolute;
    height: 3rem;
    width: 100%;
    opacity: 0;
    z-index: 99999;
}

.magic-radio[disabled],
.magic-checkbox[disabled] {
    cursor: not-allowed;
}

.magic-radio+label,
.magic-checkbox+label {
    position: relative;
    display: block;
    cursor: pointer;
    vertical-align: middle;
    line-height: 30px;
}

.magic-radio+label:hover:before,
.magic-checkbox+label:hover:before {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: hover-color;
    animation-name: hover-color;
}

.magic-radio+label:before,
.magic-checkbox+label:before {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: "";
    border: 2px solid #e7e7e7;
}

.magic-radio+label:after,
.magic-checkbox+label:after {
    position: absolute;
    display: none;
    content: "";
}

.magic-radio[disabled]+label,
.magic-checkbox[disabled]+label {
    cursor: not-allowed;
    color: #e4e4e4;
}

.magic-radio[disabled]+label:hover,
.magic-radio[disabled]+label:before,
.magic-radio[disabled]+label:after,
.magic-checkbox[disabled]+label:hover,
.magic-checkbox[disabled]+label:before,
.magic-checkbox[disabled]+label:after {
    cursor: not-allowed;
}

.magic-radio[disabled]+label:hover:before,
.magic-checkbox[disabled]+label:hover:before {
    border: 1px solid #e4e4e4;
    -webkit-animation-name: none;
    animation-name: none;
}

.magic-radio[disabled]+label:before,
.magic-checkbox[disabled]+label:before {
    border-color: #e4e4e4;
}

.magic-radio:checked+label:before,
.magic-checkbox:checked+label:before {
    -webkit-animation-name: none;
    animation-name: none;
}

.magic-radio:checked+label:after,
.magic-checkbox:checked+label:after {
    display: block;
}

.magic-radio+label:before {
    border-radius: 50%;
}

.magic-radio+label:after {
    top: 9px;
    right: 8.6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #60b246;
}

.magic-radio:checked+label:before {
    border: 2px solid #bdbdbd;
}

.magic-radio:checked[disabled]+label:before {
    border: 1px solid #c9e2f9;
}

.magic-radio:checked[disabled]+label:after {
    background: #c9e2f9;
}

.magic-checkbox+label:before {
    border-radius: 3px;
}

.magic-checkbox+label:after {
    top: 7px;
    right: 11px;
    box-sizing: border-box;
    width: 8px;
    height: 15px;
    transform: rotate(45deg);
    border-width: 3px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}

.magic-checkbox:checked+label:before {
    border: #60b246;
    background: #60b246;
}

.magic-checkbox:checked[disabled]+label:before {
    border: #c9e2f9;
    background: #c9e2f9;
}

.form-group .addon-list {
    margin-bottom: 20px;
}

.addon-label {
    font-weight: 400;
    font-size: 1rem;
}

.addon-category-block:last-of-type {
    margin-bottom: 8rem;
}

.addon-category-name {
    font-weight: 700;
    margin-bottom: 0 !important;
    color: #424242;
    font-size: 1rem;
    text-transform: uppercase;
}

.btn-customization-done {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 110%;
    margin-left: -3.8rem;
    height: 4rem;
    z-index: 99999;
}

.customizable-item-text {
    text-align: left;
    font-weight: 400;
    font-size: 0.8rem;
}

.noscroll {
    overflow: hidden;
}

.customizable-scroll {
    overflow-y: scroll;
}

button.payButton {
    width: 100%;
    height: 5.5rem;
    background-color: #fff;
    border: 0;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
    color: #282c3f !important;
    font-weight: 600;
    font-size: 1.1rem !important;
}

.facebook-login-button {
    border: 0;
    height: 3rem;
    color: #fff;
    background-color: #3b5998;
    font-weight: 500;
    padding: 0 15px;
    font-size: 1.1rem;
}

.google-login-button {
    border: 0;
    height: 3rem;
    color: #fff;
    background-color: #ea4335;
    font-weight: 500;
    padding: 0 15px;
    font-size: 1.1rem;
}

.login-or {
    color: #bdbdbd;
}

.login-or:after,
.login-or:before {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
    text-decoration: line-through;
}

.srv-validation-message {
    font-size: 11px;
    color: #EB5757;
    font-weight: 400;
    margin-top: -10px;
    display: inline-block;
}

.resend-otp {
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 1rem;
    color: #9e9e9e;
    width: 100%;
    font-weight: 500;
    padding: 10px 0;
}

.countdown {
    font-size: 0.9rem;
    color: #9e9e9e;
    border: 0;
}

button.btn.btn-add-remove:disabled {
    opacity: 0.8;
    background-color: #eeeeee;
}

.quantity-badge-recommended {
    position: absolute;
    top: 5px;
    border-bottom-right-radius: 1rem;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    height: 23px;
    width: 23px;
    font-size: 0.8rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.quantity-badge-list {
    position: absolute;
    border-bottom-right-radius: 1rem;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    height: 20px;
    width: auto;
    min-width: 20px;
    font-size: 0.7rem;
    font-weight: 500;
    color: #fff;
    display: block;
    text-align: center;
    z-index: 1;
}

.popup-overlay.customizable-scroll {
    background: 0 !important;
}

.btn-preference {
    background-color: #f5f5f5;
    border-radius: 0;
    border-radius: 0.175rem;
    border-bottom: 3px solid #e0e0e0;
    font-size: 0.9rem;
}

.user-preferred {
    border: 1px solid #eeeeee;
    background-color: #fff;
    border-bottom: 3px solid #383838;
    color: #383838;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}

.delivery-assigned-block {
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
}

.ongoing-payment {
    z-index: 100;
}

.ongoing-payment-spin {
    background-color: rgba(96, 125, 139, 0.45);
}

.spin-load,
.spin-load:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.spin-load {
    margin: 0px auto;
    font-size: 4px;
    border-top: 1.1em solid #fff;
    border-right: 1.1em solid #fff;
    border-bottom: 1.1em solid #fff;
    border-left: 1.1em solid #fff;
    -webkit-animation: load8 1s infinite linear;
    animation: load8 1s infinite linear;
    left: 50% !important;
    top: 50% !important;
}

@-webkit-keyframes load8 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.location-error {
    bottom: 4rem;
}

.delivery-order-refresh {
    z-index: 2147483647;
    margin-top: -3.7rem;
    position: fixed;
    right: 0;
    font-size: 2rem;
    padding-top: 4rem;
}

.order-status-button {
    color: #424242;
    border: 1px solid #e0e0e0;
}

.order-track-button {
    border: 1px solid #e0e0e0;
    padding: 5px;
    font-size: 1rem;
    font-weight: 500;
    color: #60b246;
    line-height: 21.5px;
}

.pulse {
    display: inline-block;
    width: 12.5px;
    height: 12.5px;
    border-radius: 50%;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    vertical-align: middle;
    margin: -3px 0 0 3px;
    background: #60b246;
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(96, 178, 70, 0.5);
    }
    50% {
        box-shadow: 0 0 0 26px rgba(96, 178, 70, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(96, 178, 70, 0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(96, 178, 70, 0.5);
    }
    50% {
        box-shadow: 0 0 0 26px rgba(96, 178, 70, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(96, 178, 70, 0);
    }
}

.ongoing-order-notify {
    background-color: #282c3f;
    border-radius: 0.275rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    z-index: 0;
}

.going-different-restaurant-notify {
    margin-left: -1.2rem;
    margin-bottom: 3.8rem;
    font-size: 0.9rem;
    font-weight: 400;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    color: #424242;
    background-color: #fff;
    border-color: #e0e0e0 !important;
}

.show-more {
    color: #60b246;
    cursor: pointer;
    font-size: 0.9rem;
}

.wallet-checkbox {
    display: none;
}

.transaction-wrapper {
    padding: 1.5rem 1.5rem 1.5rem 0.5rem;
    border-radius: 0.275rem;
}

.transaction-wrapper:nth-child(even) {
    background-color: rgba(247, 247, 247, 0.5);
}

.btn-redeem {
    height: 3rem;
    border-radius: 0.175rem;
    background: transparent;
    border: 1px solid #ccc;
    width: 100%;
}

.no-click {
    pointer-events: none;
}

.google-places-autocomplete {
    /* margin: 0 15px !important; */
    width: auto !important;
}

.google-places-autocomplete input {
    border-bottom: 1px solid #eee;
    border-radius: 0.1rem;
    background-color: #fafafa;
    color: #575757;
    height: 4rem;
    transition: 0.2s all linear;
    padding-left: 20px;
    font-size: 1rem;
    box-shadow: 0px 1px 6px 1px #9e9e9e3d;
}

.google-places-autocomplete input:focus {
    box-shadow: 0 0px 6px 2px #eee;
    transition: 0.2s all linear;
    border-color: transparent;
}

.location-suggestions-container {
    position: relative;
    margin-top: 0.6rem;
}

.location-suggestion {
    padding: 5px 15px;
    border-bottom: 1px solid #eee;
}

.location-main-name {
    color: #171717;
    font-weight: 600;
}

.location-secondary-name {
    color: #757575;
}

.input-location-icon-field i {
    position: absolute;
    right: 10px;
    font-size: 23px;
    color: #bdbdbd;
    top: 16px;
}

.btn-gps {
    background-color: transparent;
}

.location-loading-spinner {
    height: 40px;
    margin: 1rem auto auto;
    width: 40px;
    display: block;
}

.center-marker {
    position: absolute;
    top: 24.2%;
    left: 47.9%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: auto;
}

.center-marker-pulse::after {
    position: absolute;
    content: "";
    top: 29.3%;
    left: 50.7%;
    height: 140px;
    width: 140px;
    transform: translate(-50%, -50%);
    -webkit-animation: marker-pulse 1.2s ease-out infinite;
    animation: marker-pulse 1.2s ease-out infinite;
    background: rgba(255, 152, 0, 0.2);
    border: 2px solid #ff9800;
    border-radius: 100%;
    pointer-events: none;
    box-sizing: border-box;
    will-change: transform;
}

@-webkit-keyframes marker-pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.3;
    }
}

@keyframes marker-pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.3;
    }
}

.confirm-gps-location {
    height: 44.7vh;
    bottom: 0;
    position: absolute;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px -3px 12px -2px #e0e0e0;
    transition: 0.2s ease-out height;
}

.bg-danger {
    background-color: #f44336 !important;
}

.text-danger {
    color: #f44336 !important;
}

.address-not-usable {
    color: #ccc;
}

.address-not-usable h6 {
    color: #ccc;
}

.text-sm09 {
    font-size: 0.9rem;
}

.text-sm08 {
    font-size: 0.8rem;
}

.language-select {
    border: 0;
    max-width: 130px;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
}

.react-tabs__tab-list {
    display: flex !important;
    justify-content: space-around !important;
    border: 0 !important;
    background-color: #fff;
}

.react-tabs__tab {
    padding: 15px 25px !important;
}

.react-tabs__tab--selected {
    border-color: transparent !important;
    color: #ff9801 !important;
    font-weight: 700;
}

.react-tabs__tab:focus {
    box-shadow: none !important;
    border-color: none !important;
}

.delivery-block-earning {
    background: #ff9801;
    background: linear-gradient(to right, #ff9801, #f44336);
}

.delivery-block-ongoing {
    background: #8bc34a;
    transition: 0.2s linear all;
}

.delivery-block-completed {
    background: #4caf50;
    transition: 0.2s linear all;
}

.secondary-slider-wrapper {
    padding: 1rem 0;
    border-left: 0;
    border-right: 0;
    background-color: #fafafa;
}

.ribbon-box:after {
    content: "";
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 22px;
    position: absolute;
    z-index: 1;
    -webkit-animation: slide 2.2s infinite;
    animation: slide 2.2s infinite;
    background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    /* IE6-9 */
}

@-webkit-keyframes slide {
    0% {
        transform: translateX(-130%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes slide {
    0% {
        transform: translateX(-130%);
    }
    100% {
        transform: translateX(100%);
    }
}

.items-search-box {
    height: 3.2rem;
    border: 1px solid #eee;
    border-right: 0;
    border-radius: 0;
}

.items-search-box:focus {
    border: 1px solid #eee;
    border-right: 0;
}

.items-search-box-icon {
    height: 3.2rem;
    border: 1px solid #eee;
    border-left: 0;
    border-radius: 0;
    background: transparent;
}

.input-group {
    transition: 0.2s linear all;
}

.border-radius-275 {
    border-radius: 0.275rem !important;
}

.update-full-notification {
    position: fixed;
    background-color: rgba(96, 125, 139, 0.6);
    width: 100%;
    text-align: center;
    display: flex;
    height: 100.2vh;
    align-items: center;
    vertical-align: middle;
    justify-content: space-around;
    border-radius: 0.275rem;
    bottom: 0;
    z-index: 9999999999;
}

.update-full-notification&gt;h1 {
    color: #e0e0e0;
    text-transform: capitalize;
    font-size: 1.5rem;
    word-spacing: 0.2rem;
    letter-spacing: 0.05rem;
}

.store-logo {
    width: 100%;
    max-width: 120px;
}

.certificate-code {
    font-size: 1rem;
    color: #bdbdbd;
    font-weight: 700;
}

.explore-bg {
    width: 80%;
    opacity: 0.5;
}

.menu-button-block {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
    transition: linear 0.1s bottom;
}

.btn-menu-list {
    border-radius: 30px;
    height: 2.6rem;
    min-width: 90px;
    color: #fff;
    font-size: 1.1rem;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3), 0 2px 1px 0 rgba(93, 141, 213, 0.2);
    z-index: 9;
    font-weight: 600;
    font-size: 0.95rem;
    background-color: #5d8ed5 !important;
}

.menu-items-block {
    position: fixed;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
    pointer-events: auto;
    z-index: 102499999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}

.menu-item-block-inner {
    padding: 32px;
    max-height: 320px;
    width: 250px;
    overflow: auto;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform, opacity;
    transform-origin: bottom;
    opacity: 1;
    border-radius: 0.275rem;
}

.menu-item-block-single {
    margin-bottom: 20px;
    font-size: 1.15rem;
    color: #3d4152;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.menu-item-block-single-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: capitalize;
    flex: 1;
}

.menu-item-block-single-quantity {
    margin-left: 16px;
}

.menu-open-backdrop {
    z-index: 102499998;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(40, 44, 62, 0.6);
}

.page-inactive {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    pointer-events: none;
}

button[type="submit"]:disabled {
    opacity: 0.5;
}

.category-slider img {
    max-width: 75px !important;
    margin: 0 auto;
}

.category-slider-name {
    position: absolute;
    transform: translate(-50%, -50%);
    color: white;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    font-weight: 500;
    font-size: 0.7rem;
    left: 50%;
    top: 100%;
    text-align: center;
    padding: 0 5px;
}

.category-checkboxes-block {
    display: flex;
    overflow-x: auto;
}

.category-checkboxes-block label {
    margin-right: 10px;
    background-color: rgba(250, 250, 250, 0.3);
    border-radius: 25px;
}

.category-checkboxes-block label span {
    text-align: center;
    display: block;
    padding: 5px 10px;
    border: 1px solid #eee;
    border-radius: 25px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}

.category-checkboxes-block label input {
    position: absolute;
    top: -20px;
}

.category-checkboxes-block input:checked+span {
    background-color: rgb(96, 178, 70);
    padding: 5px 10px;
    color: #fff;
    border: 1px solid #eee;
    font-weight: 500;
}

.filter-count-block {
    margin-right: 10px;
    background-color: rgba(250, 250, 250, 0.3);
    border-radius: 25px;
    min-width: 85px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: 700;
    border: 1px solid rgb(252, 128, 25);
    margin-bottom: 5px;
    color: rgb(252, 128, 25);
}

.filter-no-found {
    color: #e0e0e0;
    letter-spacing: 1px;
}

.dv-star-rating {
    font-size: 2.6rem;
}


/* .dv-star-rating i {
    filter: drop-shadow(0px 3px 2px #eee);
} */

.dv-star-rating-empty-star {
    color: #e0e0e0 !important;
}

.review-screen-bg {
    position: absolute;
    right: 15px;
    width: 10rem;
    top: 8rem;
}

.feedback-textarea {
    width: 100%;
    border: 1px solid #eeeeee;
    height: 140px;
    resize: none;
    position: relative;
    opacity: 0.9;
    background-color: #fff;
    border-radius: 0.275rem;
    padding: 0.5rem;
    transition: 0.2s linear all;
}

.feedback-textarea:focus {
    box-shadow: 0 3px 5px 1px #eeeeee;
    outline: 0;
    height: 180px;
    padding: 1rem;
    transition: 0.2s linear all;
}

.btn-fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0.9375rem 0;
    line-height: 2.15rem;
    font-size: 1.2rem;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    border-radius: 0;
    color: #fff;
    text-align: center;
    border: 0;
    left: 0;
}

@-webkit-keyframes strike-text {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes strike-text {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.strike-text {
    position: relative;
}

.strike-text::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(40, 44, 63, 0.55);
    -webkit-animation-name: strike-text;
    animation-name: strike-text;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.price-percentage-discount {
    font-weight: 700;
    font-size: 0.8rem;
}

.location-saved-address {
    background-color: #fafafa;
    min-height: 80vh;
}

.alert-notify-bell {
    position: absolute;
    right: 16px;
    bottom: 6px;
    color: #ccc;
    -webkit-animation: alert-notify-bell 8s 1s ease-in-out infinite;
    animation: alert-notify-bell 8s 1s ease-in-out infinite;
    transform-origin: 50% 4px;
}

.has-alert {
    position: relative;
    -webkit-animation: alert-notify-bell 8s 1s ease-in-out infinite;
    animation: alert-notify-bell 8s 1s ease-in-out infinite;
    transform-origin: 50% 4px;
}

@-webkit-keyframes alert-notify-bell {
    0% {
        -webkit-transform: rotateZ(0);
    }
    1% {
        -webkit-transform: rotateZ(30deg);
    }
    3% {
        -webkit-transform: rotateZ(-28deg);
    }
    5% {
        -webkit-transform: rotateZ(34deg);
    }
    7% {
        -webkit-transform: rotateZ(-32deg);
    }
    9% {
        -webkit-transform: rotateZ(30deg);
    }
    11% {
        -webkit-transform: rotateZ(-28deg);
    }
    13% {
        -webkit-transform: rotateZ(26deg);
    }
    15% {
        -webkit-transform: rotateZ(-24deg);
    }
    17% {
        -webkit-transform: rotateZ(22deg);
    }
    19% {
        -webkit-transform: rotateZ(-20deg);
    }
    21% {
        -webkit-transform: rotateZ(18deg);
    }
    23% {
        -webkit-transform: rotateZ(-16deg);
    }
    25% {
        -webkit-transform: rotateZ(14deg);
    }
    27% {
        -webkit-transform: rotateZ(-12deg);
    }
    29% {
        -webkit-transform: rotateZ(10deg);
    }
    31% {
        -webkit-transform: rotateZ(-8deg);
    }
    33% {
        -webkit-transform: rotateZ(6deg);
    }
    35% {
        -webkit-transform: rotateZ(-4deg);
    }
    37% {
        -webkit-transform: rotateZ(2deg);
    }
    39% {
        -webkit-transform: rotateZ(-1deg);
    }
    41% {
        -webkit-transform: rotateZ(1deg);
    }
    43% {
        -webkit-transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(0);
    }
}

@keyframes alert-notify-bell {
    0% {
        -webkit-transform: rotateZ(0);
    }
    1% {
        -webkit-transform: rotateZ(30deg);
    }
    3% {
        -webkit-transform: rotateZ(-28deg);
    }
    5% {
        -webkit-transform: rotateZ(34deg);
    }
    7% {
        -webkit-transform: rotateZ(-32deg);
    }
    9% {
        -webkit-transform: rotateZ(30deg);
    }
    11% {
        -webkit-transform: rotateZ(-28deg);
    }
    13% {
        -webkit-transform: rotateZ(26deg);
    }
    15% {
        -webkit-transform: rotateZ(-24deg);
    }
    17% {
        -webkit-transform: rotateZ(22deg);
    }
    19% {
        -webkit-transform: rotateZ(-20deg);
    }
    21% {
        -webkit-transform: rotateZ(18deg);
    }
    23% {
        -webkit-transform: rotateZ(-16deg);
    }
    25% {
        -webkit-transform: rotateZ(14deg);
    }
    27% {
        -webkit-transform: rotateZ(-12deg);
    }
    29% {
        -webkit-transform: rotateZ(10deg);
    }
    31% {
        -webkit-transform: rotateZ(-8deg);
    }
    33% {
        -webkit-transform: rotateZ(6deg);
    }
    35% {
        -webkit-transform: rotateZ(-4deg);
    }
    37% {
        -webkit-transform: rotateZ(2deg);
    }
    39% {
        -webkit-transform: rotateZ(-1deg);
    }
    41% {
        -webkit-transform: rotateZ(1deg);
    }
    43% {
        -webkit-transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(0);
    }
}

.btn-clear-alerts {
    border: 1px solid #ef5350;
    background: transparent;
    color: #ef5350;
    border-radius: 0;
}

.styles_overlay__CLSq- {
    display: block !important;
    background-color: #fff !important;
}

.styles_modal__gNwvD {
    box-shadow: none !important;
}

.styles_closeButton__20ID4:focus {
    outline: none !important;
}

.restaurant-not-active {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.restaurant-not-active-msg {
    color: #ff7e00;
}

.nav-btn {
    width: 26px;
    height: 26px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.search-navs-btns {
    background-color: transparent;
    border-radius: 50% !important;
    width: 26px;
    height: 26px;
    border: 0;
    padding: 0;
    /* margin-right:12px; */
}

.product-slider {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.product-slider-item {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.product-slider::-webkit-scrollbar {
    display: none;
}

.content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.recommended-v2-ellipsis-meta {
    max-width: 169px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: -0.4rem;
}

.single-item-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.position-realtive {
    position: relative;
}


/* products page nav changes */

.category-title {
    background-color: #f2f2f2;
    padding: 5px 20px;
}

.category-title h4 {
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'Poppins-SemiBold';
}

.product-item {
    display: flex;
    margin-bottom: 15px;
    padding: 0;
    border-bottom: 1px solid #f8f8f8;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.products-content .product-item {
    min-height: 105px;
}

.product-item img {
    width: 120px;
    max-height: 120px;
    border-radius: 5px 0 0 5px;
    flex-shrink: 0 !important;
}

.product-details {
    width: 100%;
    padding: 10px 15px;
    font-family: 'Poppins-SemiBold';
}

.cart-page .product-details {
    padding-top: 10px;
    /* position: relative; */
}

.cart-page .product-details .product-name {
    font-weight: normal;
    width: 100%;
    float: left;
    margin: 0 0 4px;
}

.two-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* .cart-page .product-details .btn-group{
	position: absolute;
	bottom:0;
	right:16px;
} */


/* .cart-page .product-details .btn-group{
	margin-right: -15px;
} */

.product-details .product-name {
    font-size: 14px;
    color: #383838;
    margin-bottom: 7px;
    font-weight: normal;
    line-height: 16px;
}

.product-details .product-price {
    color: #383838;
    font-size: 16px;
    margin-bottom: 5px;
    font-family: 'Poppins-SemiBold';
    float: left;
}

.product-item .cart-item-btn {
    float: right;
}

.product-item .btn-add-remove {
    background-color: transparent;
}

.product-item .btn-quantity {
    background: #F1F1F1;
    border-radius: 5px !important;
}

.product-details .btn-group {
    border: 0;
    margin-top: 2px;
    margin-bottom: 10px;
}

.product-details .btn-sm,
.btn-group-sm&gt;.btn {
    font-family: 'Poppins-SemiBold';
    padding: 5px;
    border: 0;
    font-size: 10px;
    height: 29px !important;
}

.cart-page .product-details img {
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
    cursor: pointer;
}

.checkout-bottom {
    width: 100%;
    /* display: inline-block; */
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin: 0 auto 90px;
    padding: 16px;
}

.checkout-page .copy-link-btn {
    background: url(../img/icons/paper.svg) no-repeat;
    width: 25px;
    height: 25px;
    padding: 0;
    background-size: contain;
    border: 0;
}

.checkout-page .pay-title {
    color: #b6b6b6;
    padding: 0 0 8px;
    line-height: 16px;
}

.checkout-page .pay-holder {
    float: left;
    padding-right: 10px;
}

.checkout-page .pay-holder label {
    color: #383838;
    font-size: 16px;
    font-family: 'Poppins-SemiBold';
    margin: 0;
}

.checkout-page .pay-holder label.red-font {
    color: #EB5757;
}

.checkout-bottom .image-container {
   padding: 15px 25px;
    text-align: center;
    background: #F1F1F1;
    border-radius: 10px;
    width: 100%;
    height: 120px;
    max-width: 374px;
  
    float:left;
}
.checkout-bottom .image-container.qr-code{
  width:30%;
    margin-right: 15px;
    padding: 0;
    height: auto;
    max-width: unset;
    background-color: transparent;
}
.checkout-bottom .image-container.qr-code .uploaded-file img{
    width:100%;
    margin-top: 0;
}
.checkout-bottom .image-container .upload-file .add-label {
    padding: 5px 0 0;
    color: #b6b6b6;
    font-size: 16px;
}

.image-container img {
    margin-top: 10px;
}

.add-label {
    padding: 25px 0;
}

.order-details-page .checkout-bottom {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    box-shadow: none;
}

.order-details-page .checkout-bottom .image-container {
    margin: 0 auto;
}

.validation-msg {
    font-size: 14px;
    color: #EB5757;
    margin-top: -10px;

   
}
.price-stock .validation-msg {
    color: green;
    margin-top: 15px;
    font-size: 20px;
}
.price-tocart-wrp .tocart .validation-msg  {
    font-size: 20px;
    color: green;
    margin-top: 5px;
    text-align: center;
    width: 110px;
}
.error-label {
    color: #EB5757;
    opacity: 1;
}

.cart-page .login-title {
    width: 60%;
    text-align: right;
    margin-top: 7px;
    text-transform: capitalize;
}

.cart-page .btn.search-navs-btns .si-arrow-left:before {
    font-size: 22px;
}

.cart-page .cart-items {
    display: flex;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
}

.cart-page .cart-items:last-child {
    border: 0;
}

.cart-page .cart-items .item-name {
    width: 50%;
    margin: 0 15px 0px 0;
    padding-right: 5px;
    color: #33383f;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Poppins-SemiBold' !important;
}

.cart-page .cart-items .item-price {
    width: 25%;
    color: #fb801a;
    font-size: 14px;
    font-family: 'Poppins-SemiBold' !important;
    margin: 0 25px 0px 0;
}

.cart-page .cart-items .cart-item-btn {
    margin-top: 0;
    /* width:25%; */
}

.cart-page .cart-items .btn-group-sm&gt;.btn {
    border-radius: 0 !important;
}

.cart-page .bill-details {
    /* position: fixed;
	
	bottom:110px;
	width:100%; */
}

.cart-page .login-form-button {
    bottom: 60px !important;
}

.bill-text {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.bill-text-bold {
    color: #000;
    font-size: 16px;
    font-family: 'Poppins-SemiBold' !important;
}

.bill-total {
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    padding: 10px;
    margin: 15px -15px 0;
}

.cart-page .cart-item-meta .cart-item-container {
    /* overflow: scroll;
   height:210px;
    display: flex;
	flex-direction: column; */
    width: 100%;
}

.cart-page .react-datetime-picker__inputGroup {
    font-family: 'Poppins-SemiBold' !important;
    color: #383838;
    font-size: 12px;
}

.cart-page .react-datetime-picker__calendar-button.react-datetime-picker__button {
    background: url(../img/icons/calendar.svg) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.cart-page .react-datetime-picker {
    width: 100% !important;
}

.cart-page .react-datetime-picker__wrapper {
    border: 0;
    border-bottom: thin solid #383838 !important;
    padding-bottom: 10px;
    flex-direction: row-reverse;
}

.cart-page .react-datetime-picker__button svg {
    display: none !important;
}

.disable-btn {
    cursor: not-allowed;
    opacity: 0.4;
}

.checkout-page .login-title {
    width: 55%;
    text-align: right;
    margin-top: 7px;
    text-transform: capitalize;
}

.checkout-page .btn.search-navs-btns .si-arrow-left:before {
    font-size: 22px;
}

.checkout-page .order-total-btn {
    color: #fff;
    display: flex;
    justify-content: space-between;
    height: auto;
    padding: 20px;
    font-weight: normal;
    font-size: 14px;
}

.checkout-page .order-total-btn span {
    font-size: 14px;
    font-family: 'Poppins-SemiBold' !important;
}

.checkout-page .cod-block {
    border: 1px solid #000;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 12px;
    padding: 15px 20px;
}

.checkout-page .cod-block.selected {
    background-color: #000;
}

.checkout-page .cod-block.selected .cod-title {
    color: #fff;
}

.checkout-page .cod-title {
    font-family: 'Poppins-SemiBold' !important;
    color: #000;
    font-size: 18px;
    margin-left: 10px;
}

.media-ins-title {
    color: #b6b6b6;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px;
    font-weight: 400;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    /* border: 1px solid #ccc; */
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.upload-file {
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.file-preview {
    position: relative;
}

.file-preview .close-icon {
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    width: 25px;
    cursor: pointer;
}

.checkout-page .button-block {
    position: fixed;
    bottom: 0;
    left: 0;
}

.checkout-page .button-block .btn-main {
    font-family: 'Poppins-SemiBold' !important;
}

.order-success-page {
    background-color: #383838;
}

.order-success-page .order-success-content {
    padding: 190px 35px 0;
    text-align: center;
    color: #fff;
}

.order-success-page .order-success-content img {
    width: 30%;
}

.order-success-page .order-success-content h3 {
    margin-top: 15px;
    color: #fff;
    font-family: 'Poppins-SemiBold';
}

.order-success-page .order-success-content p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.order-success-page .order-success-content .order-id {
    background-color: #fff;
    color: #000;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    padding: 10px;
    width: 60%;
    margin: 0 auto;
}

.order-success-page .order-success-content small {
    color: #fff !important;
}

.order-success-page .already-member {
    text-transform: uppercase;
    font-size: 16px;
    bottom: 0;
}

.my-orders-page .order-listing {
    margin-bottom: 20px;
}

.my-orders-page .input-group.search-box .input-group-prepend,
.cart-page .input-group.search-box .input-group-prepend {
    display: none;
}

.my-orders-page .search-input {
    padding: 0;
}

.my-orders-page .nav-page-title,
.cart-page .nav-page-title,
.checkout-page .nav-page-title {
    font-size: unset;
    font-weight: unset;
    text-transform: unset;
}

.my-orders-page .restaurant-list {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-bottom: 12px;
    position: relative;
}

.my-orders-page .restaurant-list:last-child {
    border-bottom: none;
    /* margin-bottom:0; */
}

.my-orders-page .restaurant-list .order-icon {
    width: 12%;
}

.my-orders-page .restaurant-list .order-detail {
    flex: 1;
    padding: 15px;
    cursor: pointer;
}

.my-orders-page .restaurant-list .order-detail .bakery-name {
    margin-bottom: 6px;
    font-family: 'Poppins-SemiBold' !important;
    color: #383838;
    font-size: 16px;
    line-height: 24px;
}

.my-orders-page .restaurant-list .order-detail .order-id {
    color: #383838;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 6px;
}

.my-orders-page .order-history {
    color: #383838;
    font-family: 'Poppins-SemiBold' !important;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
}

.my-orders-page .restaurant-list .order-detail .order-date {
    color: #bdbdbd;
    font-size: 14px;
    line-height: 21px;
}

.my-orders-page .restaurant-list .order-status .status-btn {
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'Poppins-Bold' !important;
    border-radius: 0px 5px 0px 5px;
    display: inline-block;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
}

.my-orders-page .restaurant-list .order-status .status-btn.pending {
    background: #E0E0E0;
    color: #383838;
}

.my-orders-page .restaurant-list .order-status .status-btn.cancelled {
    background: #EB5757;
    color: #fff;
}

.my-orders-page .restaurant-list .order-status .status-btn.completed {
    background: #27AE60;
    color: #fff;
}

.my-orders-page .order-total-container {
    background: #f8f8f8;
    margin: 0 -15px;
    padding: 15px 15px 0;
}

.my-orders-page .order-total-container .ordered-items {
    /* border-bottom: 1px solid #c0c0c0; */
    /* padding: 0 0 15px; */
    align-items: center;
    margin-bottom: 15px;
}

.my-orders-page .order-total-container hr {
    border-top: 1px solid #c0c0c0 !important;
}

.my-orders-page .order-total-container .ordered-items:last-child {
    border-bottom: none;
}

.my-orders-page .order-total-container .ordered-items h4 {
    color: #33383f;
    font-size: 14px;
    font-family: 'Poppins-SemiBold' !important;
    width: 50%;
    margin-bottom: 0px;
}

.my-orders-page .order-total-container .ordered-items p {
    color: #fb801a;
    font-size: 14px;
    font-family: 'Poppins-SemiBold' !important;
    margin-bottom: 0px;
}

.my-orders-page .accordion-head {
    background-color: transparent !important;
    padding: 0 !important;
}

.my-orders-page .panel-accordion {
    padding: 0 !important;
    overflow: unset !important;
}

.my-orders-page .bottom-divider {
    padding: 0;
    border-bottom: 5px solid #F1F1F1;
    /* border-bottom: 5px solid red; */
    margin: 20px -15px 20px;
}

button:focus {
    outline: none !important;
}

.search-contain {
    width: 100%;
    height: 40px;
    margin: 10px 20px;
    display: flex;
    align-items: center;
}

.search-content {
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 5px;
    height: 32px;
    /* width:90%; */
    border-radius: 5px;
    position: absolute;
    top: 15px;
    left: 16px;
    right: 16px;
}

.search-content input {
    border: 0;
    height: 33px;
    font-size: 14px;
    border-radius: 5px;
    color: #383838;
    opacity: 0.3;
    position: absolute;
    line-height: 16px;
    width: calc(100%-50px);
}

.search-content input:focus {
    outline: none;
}

.search-content #btn_search {
    border: 0;
    height: 100%;
    width: 40px;
    border-radius: 0 5px 5px 5px;
    background-color: transparent;
}

.search-content #btn_search i {
    font-size: 16px;
    color: #383838;
    font-weight: 600;
    position: absolute;
    top: 8px;
    left: 12px;
}

input:-internal-autofill-selected {
    background-color: #fff !important;
}

.close-search {
    background-color: transparent;
    border: 0;
    padding: 0;
}

.close-search {
    font-size: 28px;
    color: #d12525;
}


/* .search-top{
	display: flex;
	justify-content: space-between;
} */

.search-top .close-search {
    font-size: 22px;
    color: #d12525;
    position: absolute;
    right: 5px;
    bottom: 5px;
    /* padding-right:15px; */
}

.search-result-title {
    font-size: 14px;
    line-height: 16px;
    color: #383838;
    opacity: 0.5;
    margin-bottom: 5px;
}

.search-result-title .close-search {
    font-size: 18px;
    color: #d12525;
}

.border-top {
    border-top: 1px solid #ccc;
}

.lang-block {
    padding: 0 15px;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
}

.lang-block:before,
.lang-block:after {
    content: "";
    display: table;
}

.lang-block:after {
    clear: both;
}

.left {
    float: left;
    width: 75%;
}

.right {
    float: right;
}


/* .radio button start */

.radio {
    width: 20px;
    position: relative;
}

.radio label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 10px;
    box-shadow: inset 0px 1px 1px white, 3px 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid #babbbc;
}

.radio label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 6px;
    left: 5px;
    border: 3px solid #fb801a;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}

.radio label:hover::after {
    opacity: 0.5;
}

.radio input[type=radio] {
    visibility: hidden;
}

.radio input[type=radio]:checked+label:after {
    opacity: 1;
}

#ProfileForm input {
    margin-bottom: 5px;
    font-size: 14px;
    border: 0 !important;
    color: #383838 !important;
    padding-left: 0 !important;
}

#ProfileForm ::placeholder {
    color: #383838 !important;
}

.height-100-percent.profile-main {
    min-height: unset !important;
}

.profile-section .profile-title {
    padding: 15px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Poppins-Bold';
}

.profile-main .header-top {
    justify-content: space-between;
}

.settings-section .profile-title {
    padding: 15px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 16px;
    line-height: 16px;
    font-family: 'Poppins-Bold';
}

.link-section {
    padding: 12px 16px;
}

.cart-total-content-bottom {
    position: fixed;
    bottom: 62px;
    background-color: #fff;
    display: flex;
    width: 100%;
}

.cart-total-content-bottom .total-text {
    margin-bottom: 0;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    padding-right: 12px;
}

.cart-total-content-bottom .total-amt {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-family: 'Poppins-Bold';
}

.cart-total-content-bottom .button-block {
    width: 40%;
    text-align: right;
}

.cart-bottom-left .counter {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    padding: 0 0 11px;
}

.alerts-page .search-navs-btns {
    padding: 0;
}

.alerts-page .notification-container .notification-block {
    padding: 12px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-bottom: 12px;
}

.alerts-page .notification-container .notification-block .alert-msg {
    padding: 0 20px 0 34px;
    color: #383838;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    flex: 1;
    font-family: 'Poppins-SemiBold';
}

.search-word {
    border-bottom: 1px solid #383838;
    font-size: 16px;
    color: #383838;
    position: relative;
    height: 34px;
    text-transform: capitalize;
}

.search-word input {
    border: 0;
    width: 88%;
    position: absolute;
    font-size: 16px;
    bottom: 2px;
    left: 12px;
    right: 12px;
}

.search-word input:focus {
    outline: none !important;
    border: 0 !important;
}

.category-wise-pro-page .float-cart--open {
    bottom: 60px;
}


/* .select-outlet-page .location-btn ,.order-details-pages  .location-btn{
	display: none !important;
} */

.select-outlet {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    max-height: 83px;
    position: relative;
}


/* .select-outlet-page .search-content{
	display: none !important;
} */

.select-outlet .outlet-img {
    border-radius: 5px 0 0 5px;
}

.select-outlet span {
    font-size: 16px;
    line-height: 16px;
    color: #383838;
    font-weight: 600;
    padding: 15px;
    width: 50%;
}

.select-outlet .selected-outlet {
    margin: 0;
    position: absolute;
    left: 16px;
    top: 16px;
    background: #000;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-details-page .details-title {
    font-size: 16px;
    line-height: 24px;
    color: #383838;
    font-family: 'Poppins-SemiBold';
}

.order-details-page .data-left {
    width: 50%;
    /* font-weight: 600; */
    font-size: 14px;
    line-height: 16px;
    color: #383838;
    /* opacity: 0.5; */
}

.order-details-page .data-center,
.order-details-page .data-right {
    font-size: 14px;
    line-height: 16px;
    color: #383838;
    font-weight: 600;
    font-family: 'Poppins-SemiBold';
}

.order-details-page .order-summary-block {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #00000033;
    width: 100%;
    float: left;
}
.order-details-page .order-summary-block .method-type input{
    margin-right: 10px;
}
.order-details-page .order-summary-block .method-note{
    width: 100%;
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 10px;
}

.order-details-page .order-total-block {
    border-bottom: 1px solid #00000033 !important;
    padding: 0 0 15px;
    padding-bottom: 15px;
    width: 100%;
    float: left;
}

.order-details-page .order-total-block-inner {
    width: 100%;
    float: right;
}

.order-details-page .total-amt {
    width: 100%;
    float: right;
    padding: 15px 0;
}

.order-details-page .order-summary-block .details-data.summary .data-left {
    width: 50%;
}

.order-details-page .order-total-block-inner .details-data .data-right {
    width: 25%;
    text-align: right;
}

.order-details-page .order-summary-block .details-data.summary .data-right {
    width: 30%;
    text-align: right;
}

.order-details-page .order-total-block-inner .details-data .data-left {
    /* text-align: right; */
    width: 30%;
}

.order-details-page .order-summary-block .details-data.summary .data-center {
    width: 20%;
    text-align: right;
}

.order-details-page .order-total-block-inner .details-data .data-center {
    width: 45%;
    text-align: right;
}

.order-details-page .total-amt .details-data .data-left {
    width: 60%;
    text-align: right;
    opacity: 1;
}

.order-details-page .total-amt .details-data {
    font-family: 'Poppins-Semibold';
}

.order-details-page .total-amt .details-data .data-right {
    width: 40%;
    text-align: right;
    font-size: 18px;
    line-height: 16px;
    color: #EB5757;
}

.order-details-page .order-details-bottom {
    float: left;
    width: 100%;
}

.order-details-page .order-details-bottom .image-container {
    width: 100;
    float: left;
    padding: 0px 0 16px;
}

.order-details-page .data-left,
.order-details-page .data-right,
.order-details-page .data-center {
    font-size: 16px;
    line-height: 24px;
}

.order-details-page .order-details-bottom .image-container .payment-receipt {
    display: flex;
    align-items: center;
}

.order-summary-container {
    padding: 0 16px;
}

.order-derail-top-box .details-data .data-left {
    color: #b6b6b6;
    line-height: 16px;
}

.order-derail-top-box .details-data .data-right {
    font-family: 'Poppins-SemiBold';
}

.order-derail-top-box .details-data {
    margin: 0 0 12px;
}

.order-derail-top-box .details-data .data-left {
    width: 120px;
    padding-right: 20px;
}

.data-left.total-count {
    font-size: 14px;
    line-height: 21px;
    font-family: 'Poppins-SemiBold';
}
.remarks {
    display: flex;
    width: 100%;
    margin-bottom: 0.5rem;

}
.remarks .remark-label{
   min-width: 135px;
}
.remarks .remark-value{
    font-family: 'Poppins-Regular'!important;
    padding-left: 15px;
    font-weight: 500;
   
}
.data-left.total-count span {
    display: inline-block;
}

.data-left.total-count .label {
    padding-right: 5px;
}

.order-summary-container h5.details-title {
    margin: 0 0 10px;
    line-height: 24px;
}

.order-summary-container .bottom-divider {
    margin-left: -16px;
    margin-right: -16px;
    clear: both;
}

/* .modal-dialog {
    width: 90% !important;
    margin: 0 auto !important;
} */

.category-slider .slider-wrapper__img-wrapper {
    margin-left: 12.5px !important;
    margin-right: 12.5px !important;
}

.order-summary-page .button-block {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
}

.cart-note-section .details-data .data-right {
    font-size: 14px;
    line-height: 16px;
    color: #383838;
    font-weight: 600;
    margin: 10px 0;
}

.barcode-display {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.barcode-display label {
    font-size: 16px;
    line-height: 14px;
    color: #383838;
    font-family: 'Poppins-SemiBold';
    /* margin-bottom: 20px; */
}

.payment-receipt span {
    font-size: 14px;
    line-height: 16px;
    color: #383838;
    margin-left: 5px;
    font-family: 'Poppins-SemiBold';
}

.my-orders-page .header-top {
    display: flex;
}

.btn-filter {
    border: 1px solid #383838;
    box-sizing: border-box;
    border-radius: 16.5px;
    min-width: 77px;
    min-height: 26px;
    background-color: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Poppins-SemiBold' !important;
}

.btn-filter:after {
    content: "";
    background: url(../img/icons/filter.svg) no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
}

.Category-filter {
    margin: 20px 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.filter-btn {
    border: 1px solid #383838;
    box-sizing: border-box;
    border-radius: 16.5px;
    min-width: 83px;
    min-height: 26px;
    background-color: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 14px;
    line-height: 21px;
    font-family: 'Poppins-SemiBold' !important;
    height: 29px;
    color: #383838;
    cursor: pointer;
}
.back-btn{
    position: relative;
}
.back-btn .filter-btn:before{
    content: "";
    background: url(../img/icons/left-arw.png) no-repeat;
    transform: rotate(
180deg
);
    width: 14px;
    height: 14px;
    display: inline-block;
}
.filter-btn::before {
    margin-right: 6px;
}

.sort {
    margin-left: 12px;
    height: 29px;
}

.sort::before {
    content: "";
    background: url(../img/icons/sort.svg) no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
}

.filter::before {
    content: "";
    background: url(../img/icons/filter.svg) no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
}

.cart-item-container .product-item {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.cart-item-container .cart-pro-image {
    width: 150px !important;
    height: 150px !important;
    overflow: hidden;
    float: left;
    border-radius: 5px 0 0 5px !important;
}

.cart-item-container .cart-pro-image img {
    max-width: 100% !important;
    border-radius: 5px 0 0 5px !important;
    width: auto;
    max-height: initial;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cart-item-container .product-details {
    width: calc(100% - 150px);
    float: right;
    padding: 12px;
}

.cart-item-container .product-price {
    width: 100%;
    margin-bottom: 11px;
}

.cart-item-container .cart-bottom-box {
    clear: both;
}

.cart-item-container .cart-bottom-box .btn-group button.btn.btn-add-remove {
    width: auto;
    padding: 0;
}

.cart-item-container .product-item .btn-quantity {
    margin: 0 11px !important;
}

.pay-image-block {
    /* background-color: #fff; */
    /* padding: 5px 8px; */
    /* width: 60px;
    height: 50px; */
   
}
.pay-image-block img{
    width: 100%;
    height: 100%;
}

.order-summary-page .my-orders-content {
    width: 100%;
    display: inline-block;
    margin-bottom: 100px;
}

.checkout-page .image-container .file-preview {
    width: 100%;
    height: 100%;
    display: flex;
}

.checkout-page .image-container .uploaded-file {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
/* .checkout-page .image-container .uploaded-file img{
   
    width: 100%;
   margin-top:0px;
} */

.checkout-page .image-container .file-preview .image-upload {
    max-width: 100%;
    height: auto;
    /* margin:-50%; */
    max-height: 100%;
}


/* .barcode-modal{
	transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    height: 100vw;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
} */

.select-outlet-page .header-top .location-dropdown-container .location-btn {
    display: none;
}

.select-outlet-wrp .search-wrp-top {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 15px 30px;
}

.select-outlet-wrp .search-wrp-top .ttl {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}

.select-outlet-wrp .search-wrp-top input.search-input-top {
    padding: 10px 0px 10px 12px;
    width: 400px;
    box-shadow: inset 0px -1px 0px #D9D9D9;
    border: 0;
    outline: 0;
    margin: 4px 0 0;
    max-width: 100%;
}

.select-outlet-wrp .search-wrp-top ::placeholder {
    font-size: 16px;
    color: #8f8f8f;
    line-height: 24px;
    opacity: 1;
}

.slider-wrapper.four-grid .slider-label .price-counter-wrp {
    display: flex;
    margin-top: 12px;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
}

.slider-wrapper.four-grid .slider-label .price-counter-wrp .cart-item-btn {
    flex: none;
    width: auto;
    margin: 0;
    z-index: 99;
}

.slider-wrapper.four-grid .slider-label .price-counter-wrp .cart-item-btn .btn-add-remove {
    background: transparent;
    width: auto;
    height: auto;
}

.slider-wrapper.four-grid .slider-label .price-counter-wrp .cart-item-btn .btn-quantity {
    font-size: 16px;
}

.slider-wrapper.four-grid .slider-label .price-counter-wrp .cart-item-btn .btn-quantity {
    font-size: 16px;
    background: #F1F1F1;
    border-radius: 5px;
    width: auto;
    height: auto !important;
    line-height: 8px;
    padding: 9px;
    min-width: 28px;
    margin: 0 5px;
}

.btn-add-remove .btn-inc {
    background: url(../img/icons/plus-icon.png) 0 50% no-repeat;
    display: inline-block;
    text-indent: -9999px;
    height: 15px;
    width: 12px;
    line-height: 15px;
}

.btn-add-remove .btn-dec {
    background: url(../img/icons/minus-icon.png) 0 50% no-repeat;
    display: inline-block;
    text-indent: -9999px;
    height: 15px;
    width: 12px;
    line-height: 15px;
}

.slider-wrapper.four-grid .slider-label h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto !important;
    width: 100%;
    max-height: unset !important;
    box-sizing: border-box;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    /* min-height: 53px; */
}

.slider-wrapper.four-grid .slider-label .pro-price {
    margin-top: 0;
    padding: 0;
}

.slider-wrapper.four-grid .slider-label .price-counter-wrp .cart-item-btn {
    flex: none;
    width: auto;
    margin: 0;
    z-index: 99;
}

.select-outlet-wrp .select-outlet {
    margin: 0 2px 12px;
    display: flex;
    max-height: initial;
    box-shadow: unset;
    cursor: pointer;
}

.select-outlet-wrp .select-outlet span {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding: 12px;
}

.select-outlet-wrp .select-outlet span.outlet-name-mobile {
    display: none;
}

.select-outlet-wrp .select-outlet .outletdetails-wrp {
    padding: 0 0 0 12px;
}

.select-outlet-wrp .select-outlet .outletdetails-wrp span {
    padding: 0;
}

.select-outlet-wrp .select-outlet .outletdetails-wrp span.outlet-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.select-outlet-wrp .select-outlet .outletdetails-wrp .more-details {
    font-size: 12px;
    line-height: 12px;
    margin: 10px 0 0;
}

.select-outlet-wrp .select-outlet .outletdetails-wrp .more-details .grey-text {
    padding: 0 0 6px;
    color: #8f8f8f;
}

.cart-total-content-bottom .box-wrapper-container {
    max-width: 100%;
    flex: 0 0 100%;
}

.cart-total-content-bottom button.btn.btn-main {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    width: auto;
    height: auto;
    box-sizing: border-box;
    min-height: 41px;
    min-width: 150px;
}

.cart-total-content-bottom {
    background: #000000;
    justify-content: space-between;
    padding: 13px 0;
}

.product-item .btn-quantity {
    padding: 0;
    min-width: 28px;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 24px;
}

.cart-item-container .cart-bottom-box .sub-total span {
    font-size: 12px;
    line-height: 18px;
}

.cart-item-container .cart-bottom-box .sub-total span.price {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #EB5757;
    display: inline-block;
    padding-left: 12px;
}

.edit-profile-main .login-form-button .btn-main {
    width: auto;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins-SemiBold' !important;
}

.login-form-button .btn.btn-main {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    height: 41px;
    font-size: 14px;
    line-height: 21px;
}

.edit-profile .form-group {
    margin-bottom: 0;
}

.infinite-scroll-component,
.infinite-scroll-component__outerdiv {
    width: 100%;
}

.checkout-bottom .payment-info p {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 21px;
}

.checkout-bottom .payment-info {
    margin: 0 0 12px;
}

.alerts-page .notification-container .notification-block .date-box {
    font-size: 14px;
    line-height: 21px;
    color: #b6b6b6;
    font-weight: 400;
    margin: 4px 0 0;
    font-family: 'Poppins-Regular';
}

.alerts-page .notification-container .notification-block .close-img {
    background: #EDEDED;
    width: 32px;
    height: 32px;
    max-width: 32px;
    flex: 0 0 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.alerts-page .notification-container .notification-block .red-dot {
    background: #EB5757;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    flex: 0 0 12px;
}

.pt-8 {
    padding-top: 8px;
}

.sidebar-filter-wrp {
    min-height: 100%;
    box-sizing: border-box;
}

.sidebar-filter-box {
    min-width: 300px;
    padding: 12px 20px 20px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-width: 300px;
}

.sidebar-filter-box .slider-content {
    flex: 1;
}

.sidebar-filter-box .label {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Poppins-SemiBold';
    margin: 0;
}

.sidebar-filter-box .input-wrp .edit-address-input {
    width: 100%;
}

.sidebar-filter-box .rc-slider-track {
    background-color: #000000;
}

.sidebar-filter-box .rc-slider-handle {
    border: solid 2px #000;
}

.sidebar-filter-box .rc-slider-handle.rc-slider-handle-1 {
    margin-left: 5px;
}

.sidebar-filter-box .rc-slider-handle.rc-slider-handle-2 {
    margin-left: -5px;
}

.sidebar-filter-box .price-range {
    font-size: 12px;
    line-height: 18px;
    display: flex;
    justify-content: space-between;
    color: #b4b4b4;
    margin: 6px 0 0;
}

.sidebar-filter-wrp .btn-main {
    border: 0;
    height: 44px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
}

.sidebar-filter-box .input-wrp .edit-address-input::placeholder {
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    line-height: 24px;
}

.sidebar-filter-box .slider-content .main-ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-filter-box .slider-content .main-ttl h2 {
    margin: 0;
    font-family: 'Poppins-Bold';
    font-size: 18px;
    line-height: 27px;
}

.price-range-bottom {
    display: flex;
}

.price-range-bottom .ttl {
    font-family: 'Poppins-SemiBold';
    padding-right: 10px;
    font-size: 14px;
    line-height: 21px;
}

.price-range-bottom span {
    display: inline-block;
    padding: 0 5px;
}

.category-products-content .product-details .product-name {
    line-height: 21px;
}

.sidebar-filter-box .slider-content .main-ttl button {
    background: transparent;
    border: 0;
    cursor: pointer;
}

.sort-btn {
    border: 1px solid #383838;
    box-sizing: border-box;
    border-radius: 16.5px;
    min-width: 177px;
    min-height: 26px;
    background-color: #fff;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 21px;
    font-family: 'Poppins-SemiBold' !important;
    color: #383838;
    position: relative;
    padding: 8px 28px 8px 14px;
}

.pro-listing .Category-filter .dropdown-toggle::after {
    background: url(../img/icons/down.png) no-repeat;
    border: 0;
    height: 8px;
    width: 13px;
    position: absolute;
    right: 10px;
}

.pro-listing .Category-filter .sort::before {
    margin-right: 10px;
}

.sort-btn:hover,
.sort-btn:focus,
.sort-btn.focus,
.sort-btn:not([disabled]):not(.disabled).active,
.show&gt;.sort-btn.dropdown-toggle {
    color: #383838;
    background-color: #fff !important;
    border-color: #383838 !important;
}

.pro-listing .Category-filter .dropdown-item {
    padding: 0;
    margin: 0;
    border: 0;
}

.pro-listing .Category-filter .dropdown-item button {
    background: transparent;
    border: 0;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins-Regular';
    color: #383838;
    padding: 7px 12px;
    margin: 0;
    border: 0;
    min-height: 48px;
    width: 100%;
    text-align: left;
}

.pro-listing .Category-filter .dropdown-menu {
    padding: 0;
    min-width: 250px;
    border: 1px solid #383838;
    border-radius: 5px;
}

.pro-listing .Category-filter .dropdown-item button.btn.btn-primary {
    background: #F6F6F6;
    box-shadow: 0px -1px 0px rgba(221, 221, 221, 0.5);
}

.logged-in-dropdown a .notifications-icon .cart-quantity-badge {
    position: relative;
    display: inline-block;
    top: unset;
    left: unset;
    margin-left: 12px;
    /* width: 14px;
    height: 14px;
    font-size: 0;
    line-height: 24px;
    min-width: 14px;
    min-height: 14px; */
}


/* product detail page*/

.product-detail-wrp .detail-box {
    display: flex;
    padding: 30px 0;
    flex-wrap: wrap;
}

.product-detail-wrp .product-details .manufacturer {
    margin: 0 0 20px;
}

.product-detail-wrp .product-details .description {
    margin: 0 0 30px;
}

.product-detail-wrp .product-details .price-tocart-wrp {
    display: flex;
}

.product-detail-wrp .product-details .price-tocart-wrp .price-stock,
.product-detail-wrp .product-details .price-tocart-wrp .tocart {
    max-width: 50%;
    flex: 0 0 50%;
    z-index: 9;
}

.product-detail-wrp .product-details .price-tocart-wrp .tocart .out-of-stock{
    color: green;
}
.product-detail-wrp .detail-box .product-details h2.product-name {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Poppins-Bold';
    color: #383838;
}

.product-detail-wrp .product-details {
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 21px;
    color: #383838;
}

.product-detail-wrp .detail-box .product-details .label {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins-SemiBold';
    margin: 0 0 8px;
    color: #383838;
}

.product-detail-wrp .product-details .manufacturer b {
    color: #000;
    font-family: 'Poppins-SemiBold';
}

.product-detail-pg .four-grid.related-product .slider-wrapper__img-wrapper {
    border-radius: 10px;
}

.category-products-content .category-listing .owl-carousel {
    z-index: initial;
}

.product-detail-pg .four-grid.related-product .pro-price {
    font-family: 'Poppins-SemiBold';
}

/* .slider-wrapper.four-grid .slider-label .price-counter-wrp .pro-price, */
.slider-wrapper.four-grid .slider-label .price-counter-wrp .cart-item-btn {
    max-width: 50%;
    flex: 0 0 50%;
}

.slider-wrapper.four-grid .slider-label .price-counter-wrp .pro-price {
    font-family: 'Poppins-SemiBold';
}

.slider-wrapper.four-grid .slider-label .price-counter-wrp .pro-price input {
    width: 100%;
    white-space: normal;
}

.slider-wrapper.four-grid .slider-label .price-counter-wrp .cart-item-btn {
    display: flex;
    justify-content: flex-end;
}

.checkout-page .pay-holder .order-total span {
    color: #EB5757;
}

.breadcrumb-wrp {
    background: #EDEDED;
}

.breadcrumb-wrp ul {
    margin: 0;
    padding: 20px;
    list-style: none;
    display: inline-flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins-SemiBold';
}

.breadcrumb-wrp ul li::after {
    content: '/';
    position: absolute;
    right: 0;
}

.breadcrumb-wrp ul li:last-of-type::after {
    display: none;
}

.breadcrumb-wrp ul li {
    position: relative;
    margin-right: 8px;
    padding-right: 15px;
}

strong {
    font-family: 'Poppins-SemiBold';
}

.checkout-page .cod-block {
    max-height: 54px;
}

.order-pg-btn-wrp {
    padding: 0 16px 24px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.logged-in-dropdown a button {
    cursor: pointer;
}

.two-col-pg .aside .logged-in-dropdown a,
.two-col-pg .aside .logged-in-dropdown a button {
    color: #383838;
}

.order-pg-slider .input-wrp {
    max-width: 287px;
    flex: 0 0 287px;
    padding-right: 20px;
}

.order-pg-slider .input-wrp label,
.order-pg-slider .input-wrp input {
    width: 100%;
    line-height: 16px;
    font-family: 'Poppins-Semibold';
}

.order-pg-slider .input-wrp input,
.order-pg-slider .input-wrp select {
    height: 44px;
    margin: 0;
}

.order-pg-slider .input-wrp select {
    width: 100%;
    font-family: 'Poppins-Regular';
    padding: 10px 0px 10px 12px;
    box-shadow: inset 0px -1px 0px #D9D9D9;
    border: 0;
    outline: 0;
    max-width: 100%;
    color: #383838;
    font-size: 16px;
    line-height: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.order-pg-slider .select-option {
    position: relative;
}

.order-pg-slider .select-option::after {
    background: url(../img/icons/down.png) no-repeat;
    z-index: 99;
    content: '';
    width: 13px;
    height: 9px;
    display: inline-block;
    top: 50%;
    position: absolute;
    margin-top: -4.5px;
    right: 12px;
}

.order-pg-slider {
    flex-wrap: wrap;
}


/* progress bar*/

.progressbar {
    counter-reset: step;
    padding: 0;
    float: left;
    width: 100%;
    padding: 0 0 15px;
    border-bottom: 1px solid #00000033;
}

.progressbar li {
    list-style-type: none;
    float: left;
    width: 20%;
    position: relative;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    color: #383838;
}

.progressbar .list-item:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 2px solid #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
    z-index: 9;
    position: relative;
}

.progressbar li.active::after {
    background-color: green;
}

.progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 42px;
    left: -50%;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: green;
    font-family: 'Poppins-SemiBold';
}

.progressbar li.active .list-item:before {
    content: "âœ”";
    font-size: 13px;
    color: #FFF;
    text-align: center;
    border: 2px solid green;
    background-color: green;
}

.order-summary-container {
    clear: both;
}

.disableUrl {
    color: gray;
}

.timestamp {
    color: #383838;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 20px;
}

.logged-in-btn::after {
    display: none;
}

.four-grid .product-img {
    z-index: 99;
}

.slider-wrapper.four-grid .owl-carousel .owl-stage {
    display: flex;
}

.slider-wrapper.four-grid .owl-carousel .owl-stage .owl-item {
    display: flex;
    flex: 1 0 auto;
    box-sizing: border-box;
}


/* bundle product */

.attribute-wrp .attribute-box {
    margin: 0 0 15px;
}


/* 
.attribute-wrp .select-wrp::after {
    background: url(../img/icons/down.png);
    content: '';
    display: inline-block;
    width: 13px;
    height: 8px;
    right: 15px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
} */

.attribute-wrp .select-wrp {
    position: relative;
}

.prod_attributes {
    box-shadow: inset 0px -1px 0px #D9D9D9;
    border: 0;
    font-size: 16px;
    line-height: 24px;
    padding:10px 25px 10px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.prod_attributes {
    -webkit-appearance: none;
    -moz-appearance: window;
    border: none;
    background-image: url(../img/icons/down.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.attribute-box label {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Poppins-SemiBold';
}

.attribute-wrp {
    margin: 0 0 15px;
}

.bundle-product-list .product-box .img img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.bundle-product-list .product-box {
    display: flex;
    font-size: 16px;
    line-height: 24px;
    box-shadow: inset 0px -1px 0px #D9D9D9;
    padding: 16px 20px;
}

.bundle-product-list .ttl {
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 4px;
    font-family: 'Poppins-SemiBold';
}

.bundle-product-list .product-box .left-box {
    display: flex;
    flex: 1;
}

.bundle-product-list .product-box .left-box .img {
    padding-right: 16px;
}

.bundle-product-list .product-box .id {
    max-width: 45px;
    flex: 0 0 45px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
}

.bundle-product-list {
    margin: 30px 0 30px;
}

.bundle-product-list .product-box:last-of-type {
    box-shadow: 0 0 black;
}

.product-detail-pg .four-grid.related-product .slider-wrapper__img-wrapper canvas,
.four-grid .owl-carousel .slider-wrapper__img-wrapper canvas {
    left: unset !important;
    top: unset !important;
    height: auto !important;
}

.bundle-product-list .product-box .left-box .product-name {
    padding-right: 30px;
    margin: 0;
}

.modal-title.h4 {
    font-family: 'Poppins-SemiBold';
}

.font-w600 {
    font-family: 'Poppins-SemiBold';
}

.order-summary-container .checkout-bottom {
    padding: 16px 0;
}

.order-summary-container .checkout-bottom .image-container .file-preview {
    width: 100%;
    height: 100%;
    display: flex;
}

.order-summary-container .checkout-bottom .image-container .file-preview img {
    height: auto;
    max-width: 100%;
}

.product-detail-pg .four-grid.related-product .slider-wrapper__img-wrapper .br-10 {
    border-radius: 10px 10px 0 0;
}

.search-top label.search-ttl {
    font-family: 'Poppins-SemiBold';
    padding: 0 20px;
}

.p-relative {
    position: relative;
}

.contact-us-box .grey-text {
    font-family: 'Poppins-SemiBold';
    color: #b4b4b4;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
}

.custom-scroll::-webkit-scrollbar {
    width: 0;
}

.slider-scrollbar {
    margin-top: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom: 0px;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    display: flex;
    scrollbar-width: none;
}


/* .slider-scrollbar::-webkit-scrollbar {
    width: 10px ;
    background: #000 ;
} */

.custom-scrollbar-slider {
    position: relative;
    margin: 0 -15px;
}

.category-product-inner .owl-nav button {
    border: 0;
}

.pro-price .sm-font {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    display: inline-block;
    padding-right: 5px;
}

.delivery-profile-address .form-group {
    padding: 15px 20px;
}

.btn.btn-main.cancel-btn {
    border: 2px solid #2B2B2B;
    background: #fff;
    color: #2B2B2B;
}

.btn.btn-main.disabled-btn {
    background: #AAAAAA;
    cursor: initial;
    opacity: 0.5;
}

.delivery-bottom-button .btn.btn-main {
    padding: 8px 30px;
    margin: 0 20px 0 0;
}

.delivery-profile-address .btn.btn-main {
    padding: 8px 30px;
}

button.edit-btn, button.delete-btn {
    border: 0;
    background: 0;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Poppins-Bold';
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
}

button.edit-btn::before {
    content: "";
    position: absolute;
    background: url(../img/icons/editbtn-icon.png) 0 50% no-repeat;
    height: 16px;
    width: 18px;
    margin-right: 12px;
    line-height: 20px;
    align-items: center;
}

button.delete-btn::before {
    content: "";
    position: absolute;
    background: url(../img/icons/del-icon.png) 0 50% no-repeat;
    height: 16px;
    width: 18px;
    margin-right: 12px;
    line-height: 20px;
    align-items: center;
}

button.edit-btn span,
button.delete-btn span {
    padding-left: 28px;
    display: inline-block;
    line-height: 18px;
}

.saved-entry-div button.edit-btn, 
.saved-entry-div button.delete-btn {
    margin-right: 30px;
    margin-top: 8px;
    padding: 0;
}

.saved-entry-div .saved-entry-box .label {
    max-width: 150px;
    flex: 0 0 150px;
    font-size: 14px;
    line-height: 21px;
}

.saved-entry-div .saved-entry-box .value {
    font-family: 'Poppins-SemiBold';
    padding-left: 20px;
}

.saved-entry-div {
    border-top: 1px solid #ddd;
    padding: 15px 20px;
}

.saved-entry-div h4 {
    font-size: 14px;
    line-height: 21px;
    font-family: 'Poppins-SemiBold';
    margin: 0 0 20px;
}

.saved-entry-div .saved-entry-box {
    display: flex;
    margin: 0 0 12px;
}

.delivery-profile-address.edit-profile .edit-address-input-label {
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}

.saved-entry-div .saved-entry-box .value .checkbox-wrp {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}

.saved-entry-div .saved-entry-box .value .checkbox-wrp input {
    margin-right: 7px;
}

.edit-profile-main .input-box  .checkbox-wrp {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}

.edit-profile-main .input-box  .checkbox-wrp input {
    margin-right: 7px
}
.edit-profile-main .input-box .required{
    color: red;
}

.product-detail-wrp .product-details .price-tocart-wrp .btn.btn-main {
    box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
    border-radius: 10px;
    height: 44px;
    font-size: 16px;
    line-height: 24px;
    min-width: 175px;
    width: auto;
}

.order-type-section .order-type-wrp label.method-type {
    display: flex;
    align-items: center;
    font-weight: 400;
}

.saved-entry-wrp.delivery-add-wrp .saved-entry-div h4 {
    margin: 0 0 0 10px;
    font-family: 'Poppins-Regular';
    font-weight: 400;
}
.saved-entry-wrp.delivery-add-wrp .saved-entry-div .saved-entry-box .value {
    font-family: 'Poppins-Regular';
}

.saved-entry-wrp.delivery-add-wrp .saved-entry-div .saved-entry-box {
    margin: 0 0 5px;
}

.saved-entry-wrp.delivery-add-wrp .saved-entry-div .saved-entry-box:last-of-type {
    margin: 0;
}

.saved-entry-wrp.delivery-add-wrp .saved-entry-div:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.order-details-page .order-summary-block .remark-wrp {
    margin-bottom: 28px;
}

.order-details-page .order-summary-block .remark-wrp h5.details-title {
    margin: 0;
}

.order-details-page .order-summary-block .remark-wrp input.edit-address-input {
    width: 100%;
    margin: 0;
}

.saved-entry-wrp.delivery-add-wrp .button-block {
    margin: 20px 0 25px;
    position: initial;
}

.upload-img-wrp .img-box img {
    max-width: 100%;
}

.upload-img-wrp .img-box .edit-icon {
    width: 32px;
    height: 32px;
    position: absolute;
    right: -20px;
    top:-20px;
    padding: 8px;
    border-radius: 50%;
}

.upload-img-wrp .img-box .edit-icon::after {
    background: url(../img/icons/edit-icon-new.png);
    position: absolute;
    height: 16px;
    width: 18px;
    padding: 5px;
    content: '';
}

.saved-entry-div .saved-entry-box i.value {
    opacity: 0.5;
    font-family: 'Poppins-Regular';
}
/* after footer-fixed container scroll style */
.box-shadow-footer {
    box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.25);
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    
}
.pt-70.homepage-content {
   margin-bottom: 240px;
   min-height: 400px;
  
}
.p-15.mt-75.select-outlet-wrp{
    margin-bottom: 240px;
    min-height: 400px;
}
.category-wise-pro-page{
    margin-bottom: 240px;
    min-height: 550px;
}
.product-detail-pg{
    margin-bottom: 240px !important;
    min-height: 550px;
}
.cart-page{
    margin-bottom: 227px;
    min-height: 400px;
}
.auth-pages{
    margin-bottom: 240px !important;
    min-height: 550px;
}
.edit-profile-main {
    margin-bottom: 240px !important;
    min-height: 550px;
}
.my-orders-page{
    margin-bottom: 240px !important;
    min-height: 550px;
}
.checkout-content{
    margin-bottom: 240px !important;
    min-height: 550px;
}
@media only screen and (max-width: 767px) {
    .product-detail-wrp .detail-box .img-box, .product-detail-wrp .detail-box .product-details{
        max-width: 100% !important ;
        flex: 0 0 100% !important;
    }
    .product-detail-wrp  .owl-carousel .owl-item img{
        max-height: 200px !important;
        width: auto;
        margin: 0 auto;
      }
    
    .product-detail-wrp .detail-box{
        padding: 88px 20px 0 20px !important;
    }
    .continue-shopping-btn {
        margin: 50px 0 15px;
    }
    .cart-page .cart-two-col .order-summary-block .cart-total-content-wrp .total-amt i {
        display: none;
    }

    .cart-page .cart-two-col .cart-item-meta .product-item {
        padding: 0 0 10px;
        margin-bottom: 6px;
    }
    .cart-page .cart-two-col .cart-item-meta .product-item .product-details .btn-price-wrp .product-price {
        margin: 0;
    }

    .cart-page .cart-two-col .cart-item-meta .product-item .product-details .btn-price-wrp {
        align-items: flex-end;
    }
    .cart-page .cart-two-col .cart-item-meta .product-item .product-details .btn-price-wrp .btn-group {
        margin-bottom: 0;
        padding-top: 12px;
    }

    .cart-page .cart-two-col .cart-item-meta .product-item .product-details .btn-price-wrp .product-price {
        text-align: right;
    }

    .cart-page .cart-two-col .cart-item-meta .product-item .product-details .btn-price-wrp {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .cart-page .cart-two-col .cart-item-meta .product-item .product-details {
        padding-right: 0;
    }
    
    .upload-img-wrp img {
        max-width: 100%;
    }
    
    .upload-img-wrp .img-box {
        max-width: 202px;
        position: relative;
    }
    
    .upload-img-wrp .img-box .edit-icon {
        background: #00BABC;
        width: 32px;
        height: 32px;
        position: absolute;
        right: 0;
        padding: 8px;
        border-radius: 50%;
    }
    
    .upload-img-wrp .img-box .edit-icon::after {
        background: url(../img/icons/edit-icon-new.png);
        position: absolute;
        height: 16px;
        width: 18px;
        padding: 5px;
        content: '';
    }
    
    .delivery-profile-address.edit-profile .saved-entry-div:first-of-type {
        border: 0;
    }

    .cart-page .cart-two-col .cart-item-meta .product-item .product-details .del-icon {
        right: 0;
    }

    .edit-profile .login-form-button .btn.btn-main:last-of-type {
        margin-bottom: 0;
    }

    .edit-profile-main .login-form-button.delivery-bottom-button {
        padding: 0 15px !important;
    }

    .delivery-bottom-button .btn.btn-main {
        margin-bottom: 20px;
    }

    .select-outlet-wrp .select-outlet .outletdetails-wrp .more-details {
        font-size: 10px;
        line-height: 14px;
        margin: 8px 0 0;
    }
    .select-outlet-wrp .select-outlet span {
        font-size: 14px;
        line-height: 18px;
    }
    .checkout-bottom .image-container.qr-code{
        width:100%;
          margin-right: 15px;
          padding: 0;
          height: auto;
          max-width: unset;
          background-color: transparent;
      }
      .checkout-bottom .image-container.qr-code .uploaded-file img{
          width:50%;
        margin: 0 auto 15px;
      }
}

@media only screen and (max-width: 1023px) {
    .modal-content .discount-offers-slider{
        text-align: center;
        margin-bottom: 20px;
        height: 280px;
        display: flex;
        
        justify-content: center;
        align-items: center;
    }
    .product-popup  .owl-nav{
        position: relative;
        margin-bottom: 10px;
      }
      .product-popup  .owl-nav .owl-prev ,.product-popup  .owl-nav .owl-next{
        border:0;
      }
      .product-popup  .owl-nav .owl-prev span,.product-popup  .owl-nav .owl-next span{
        display: none;
      }
      .product-popup  .owl-nav .owl-prev:after{
        content: "";
        background: url(../img/icons/prev.png);
        width: 32px;
        height: 32px;
        position: absolute;
        bottom: -5px;
        left: 44%;
        margin: 0 auto;
        cursor: pointer;
      }
      .product-popup  .owl-nav .owl-next:after{
        content: "";
        background: url(../img/icons/next.png);
        width: 32px;
        height: 32px;
        position: absolute;
        bottom: -5px;
        right: 45%;
        /* left: 0; */
        margin: 0 auto;
        cursor: pointer;
      
      }
      .product-popup .modal-body .discount-offers-slider img{
          width: 50%;
          height: 100%;
          object-fit: cover;
      }
      .product-popup{
          top:16%;
      }
    .product-detail-wrp .product-details .price-tocart-wrp .price .btn-wrapper.mt-20 {
        margin-top: 5px !important;
    }
    .product-detail-wrp  .owl-carousel .owl-item img{
       max-height: 100px;
       object-fit: cover;
     
      }
      .product-detail-wrp .img-box .owl-item{
        padding: 0 7px;
    }
    
    .product-detail-wrp .product-details .price-tocart-wrp .btn.btn-main {
        background-color: #fff;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top-selling-slider .slider-cust-img {
        max-height: 140px;
    }
    .checkout-bottom .image-container.qr-code{
        width:100%;
          margin-right: 15px;
          padding: 0;
          height: auto;
          max-width: unset;
          background-color: transparent;
      }
      .checkout-bottom .image-container.qr-code .uploaded-file img{
          width:50%;
        margin: 0 auto 15px;
      }
    .checkout-bottom-wrp .login-form-button {
        position: relative;
        bottom: unset;
    }

    .checkout-bottom-wrp .login-form-button .btn.btn-main {
        border-radius: 10px;
    }
    .sidebar-filter-box {
        min-height: initial;
    }
    .sidebar-filter-wrp .button-wrp {
        position: fixed;
        bottom: 21px;
        width: 100%;
        left: 0;
        padding: 0 20px;
    }
    .category-products-content .category-listing .category-inner-list a .cat-name {
        padding: 5px 10px;
        font-size: 14px;
    }
    .custom-scrollbar-slider .owl-nav {
        display: none;
    }
    .slider-scrollbar {
        margin-top: 0;
    }
    .category-products-content .category-listing .category-inner-list a {
        width: 165px;
        min-width: 165px;
    }
    .cart-empty-block img.cart-empty-img {
        width: 90%;
        display: block;
        margin: 0 auto;
    }
    .cart-item-container .cart-bottom-box .validation-msg {
        align-self: center;
        width: 100%;
        text-align: end;
        margin: 0;
        font-size: 14px;
    }
    .contact-us-wrp {
        padding: 60px 16px;
    }
    .Panes {
        padding: 60px 16px;
    }
    .header-top .logo-container img {
        height: 38px !important;
    }
    .category-products-content .pro-listing {
        padding: 0 16px;
    }
    .bundle-product-list .ttl {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 8px;
    }
    .product-detail-wrp .product-details .description {
        margin: 0 0 20px;
    }
    .bundle-product-list {
        margin: 0 0 4px;
    }
    .bundle-product-list .product-box {
        padding: 12px;
        font-size: 14px;
        line-height: 21px;
    }
    .bundle-product-list .product-box .left-box .product-name {
        font-size: 14px;
        line-height: 21px;
    }
    .category-slider img {
        height: 65px;
        width: 65px;
        border-radius: 50%;
    }
    .category-slider .slider-wrapper__img {
        height: 65px;
        width: 65px;
        border-radius: 50%;
        margin: 0 auto;
        object-fit: cover;
        border: 3px solid #000;
    }
    .progressbar li .status {
        padding: 0 20px;
    }
    .progressbar li:after {
        left: 14px;
        height: 100%;
        width: 2px;
        top: -50%;
    }
    .progressbar li.active .list-item:before {
        margin: 0 auto 14px auto;
    }
    .progressbar li {
        width: 100%;
        display: flex;
        padding-bottom: 10px;
        text-align: left;
    }
    .progressbar li .list-item {
        order: -1;
    }
    .progressbar {
        padding: 0 16px;
        border-bottom: 5px solid #F1F1F1;
    }
    .category-products-content .category-listing .category-inner-list a img {
        height: 85px;
        object-fit: cover;
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
    }
    .header-top .location-dropdown-container {
        margin-right: 0 !important;
    }
    /* .category-products-content .category-listing .category-inner-list a {
        width: 100%;
    } */
    .order-pg-slider .input-wrp input,
    .order-pg-slider .input-wrp select {
        height: 41px;
    }
    .order-pg-slider .input-wrp label {
        font-size: 12px;
        line-height: 16px;
    }
    .order-pg-slider .input-wrp {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
        margin: 0 0 30px;
    }
    .cart-total-content-bottom .total-text {
        font-weight: 400;
    }
    .product-detail-wrp .product-details .price-tocart-wrp .tocart .subtotal-wrp .value {
        font-family: 'Poppins-SemiBold';
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
    }
    .product-detail-wrp .product-details .price-tocart-wrp .tocart .subtotal-wrp .label {
        font-family: 'Poppins-Regular';
        padding-right: 12px;
        font-size: 12px;
        line-height: 18px;
    }
    .product-detail-wrp .product-details .price-tocart-wrp .tocart .subtotal-wrp {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        align-items: center;
    }
    .my-orders-page .two-col-pg .main-content-right .order-listing {
        padding: 0 16px;
    }
    .my-orders-page .two-col-pg .main-content-right {
        padding-bottom: 100px;
    }
    .order-pg-btn a.btn.btn-main {
        min-height: 56px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }
    .order-pg-btn {
        position: fixed;
        bottom: 64px;
    }
    .my-orders-page .two-col-pg .main-content-right {
        border: 0;
    }
    .product-detail-wrp .detail-box .product-details {
        margin-top: 20px;
    }
    .product-detail-pg .slider-wrapper.four-grid .slider-label .price-counter-wrp .btn-group {
        position: absolute;
        bottom: 12px;
        right: 16px;
    }
    .product-detail-pg .slider-wrapper.four-grid .slider-label .price-counter-wrp {
        flex-wrap: wrap;
    }
    .product-detail-pg .slider-wrapper.four-grid .slider-label .price-counter-wrp .pro-price,
    .product-detail-pg .slider-wrapper.four-grid .slider-label .price-counter-wrp .btn-group {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .product-detail-pg .slider-wrapper.four-grid .slider-label h4 {
        padding: 0;
        margin: 0 0 4px;
    }
    .product-detail-pg .slider-wrapper.four-grid .slider-label .price-counter-wrp {
        padding: 0;
        margin: 0;
    }
    .product-detail-wrp .product-details .price-tocart-wrp .tocart .btn-group {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        margin-bottom: 6px;
        margin-top: 0;
    }
    .product-detail-wrp .product-details .price-tocart-wrp .tocart .btn.btn-quantity {
        background: #FFFFFF;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        font-size: 18px;
        line-height: 27px;
        height: 36px !important;
        padding: 0;
        width: 36px !important;
        margin: 0 10px;
    }
    .product-detail-wrp .product-details .price-tocart-wrp .tocart .btn.btn-add-remove {
        background: transparent;
        height: 36px !important;
        width: auto;
    }
    .product-detail-wrp .detail-box .product-details .price-tocart-wrp .label {
        color: #fff;
        font-size: 14px;
        line-height: 21px;
        margin: 0;
    }
    .product-detail-wrp .product-details .price-tocart-wrp .tocart h3.label {
        text-align: end;
    }
    .price-tocart-wrp .tocart .validation-msg{
        font-size: 15px;
        color: #fff;
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: end;
        width: unset;
    }
    .product-detail-wrp .product-details .price-tocart-wrp .price span {
        font-size: 18px;
        line-height: 27px;
        font-family: 'Poppins-SemiBold';
    }
    .auth-content-wrp a.forgot-pass-link {
        margin: 12px 0 0;
        display: inline-block;
    }
    .product-detail-pg .four-grid.related-product .slider-wrapper__img-wrapper .product-img img {
        min-height: unset;
        border-radius: 0;
    }
    .product-detail-pg .four-grid.related-product .slider-wrapper__img-wrapper .product-img {
        width: 150px;
        height: 124px;
        overflow: hidden;
        float: left;
        border-radius: 10px 0 0 10px !important;
    }
    .product-detail-pg .four-grid.related-product .slider-wrapper__img-wrapper .slider-label {
        width: calc(100% - 150px);
        float: right;
        padding: 10px 12px 0;
    }
    .product-detail-pg .four-grid.related-product .slider-wrapper__img-wrapper {
        width: 100%;
        margin: 0 0 12px;
        padding: 0;
        border-radius: 10px;
        position: relative;
    }
    .product-detail-pg .four-grid.related-product .slider-wrapper__img-wrapper {
        width: 100%;
        margin: 0 0 12px;
    }
    .product-detail-pg .four-grid.related-product {
        overflow: unset;
        white-space: normal;
        overflow-x: unset;
        overflow-y: unset;
        padding: 0 15px;
        border: 0 !important;
    }
    .product-detail-pg {
        padding-bottom: 170px;
    }
    .product-detail-wrp .detail-box .img-box,
    .product-detail-wrp .detail-box .product-details {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .product-detail-wrp .detail-box {
        padding:30px 20px 0 20px;
    }
    .product-detail-wrp .detail-box .price-tocart-wrp {
        position: fixed;
        bottom: 62px;
        background: #000000;
        box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.1);
        width: 100%;
        left: 0;
        padding: 9px 16px;
        color: #fff;
        z-index: 999;
    }
    .product-detail-wrp .product-details .price-tocart-wrp {
        align-items: center;
    }
    .product-detail-wrp .detail-box .price-tocart-wrp .btn-add-remove .btn-dec {
        background: url(../img/icons/minus-wt.png) 0 50% no-repeat;
        width: 14px;
    }
    .product-detail-wrp .detail-box .price-tocart-wrp .btn-add-remove .btn-inc {
        background: url(../img/icons/plus-wt.png) 0 50% no-repeat;
        width: 14px;
    }
    .product-detail-pg .slider-heading {
        font-size: 18px;
        line-height: 27px;
    }
    .category-products-content .category-product-inner .pro-listing {
        padding: 0 16px;
    }
    .category-products-content .category-listing .slider-wrapper {
        margin-top: 0;
    }
    .category-products-content .category-product-inner {
        padding: 38px 0 50px;
    }
    .login-subtitle strong {
        display: inline-block;
    }
    .login-form-button .btn.btn-main {
        border-radius: 0;
        height: 56px;
    }
    .edit-profile .login-form-button .btn.btn-main {
        height: 41px;
        border-radius: 10px;
        min-width: 120px;
    }
    .myorder-list-wrp {
        padding: 0 16px;
    }
    .alerts-page .notification-container .notification-block .cart-img {
        max-width: 27px;
    }
    .order-summary-page .my-orders-content {
        padding-top: 20px;
    }
    .order-details-page .edit-address-input {
        width: 100%;
    }
    .order-details-page .edit-address-input::placeholder {
        opacity: 0.5;
        font-size: 14px;
        line-height: 21px;
        color: #383838;
    }
    .order-details-page .order-summary-block,
    .order-details-page .order-total-block {
        padding: 0 0 5px;
    }
    .order-details-page .data-left,
    .order-details-page .data-right,
    .order-details-page .data-center {
        font-size: 14px;
        line-height: 21px;
    }
    .checkout-content {
        padding: 42px 15px 0;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
    }
    .footer-links {
        max-width: 75px;
    }
    .footer-fixed {
        justify-content: space-evenly;
    }
    .select-outlet-wrp .select-outlet .outletdetails-wrp .more-details .black-text {
        font-size: 12px;
        line-height: 18px;
        font-family: 'Poppins-SemiBold';
    }
    .slider-wrapper.four-grid .slider-label h4 {
        font-size: 14px;
        line-height: 21px;
    }
    .edit-address-input-label {
        font-size: 12px;
        line-height: 16px;
    }
    .edit-profile-main .login-form-button {
        padding: 0 !important;
        margin-top: 0 !important;
    }
    .aside .logged-in-dropdown a button {
        border: 0;
        background: transparent;
        padding: 0;
        font-weight: 600;
        font-size: 16px;
        line-height: 18px;
        color: initial;
    }
    .two-col-pg .aside {
        order: 2;
        margin-top: 16px;
        margin-bottom: 64px;
    }
    .two-col-pg .main-content-right {
        flex: 1;
        padding-top: 55px;
        border-bottom: 5px solid #F1F1F1;
        padding-bottom: 20px;
    }
    .aside .logged-in-dropdown a {
        display: block;
        font-weight: 600;
        font-size: 16px;
        line-height: 18px;
        padding: 16px;
        box-shadow: inset 0px -1px 0px #D9D9D9;
        background: url(../img/icons/left-arw.png) 94% 50% no-repeat;
        font-family: 'Poppins-SemiBold';
    }
    .aside .logged-in-dropdown a:last-of-type {
        box-shadow: unset;
    }
    .cart-item-container .cart-bottom-box .btn-group {
        justify-content: flex-end;
        order: -1;
        margin: 0 0 8px;
    }
    .cart-item-container .cart-bottom-box .sub-total {
        max-width: 100%;
        flex: 100%;
        text-align: right;
    }
    .cart-item-container .cart-bottom-box {
        flex-wrap: wrap;
    }
    
    .select-outlet-wrp .select-outlet {
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
        /* max-width: 22.9%;
        flex: 0 0 22.9%;
        width: 22.9%;
        margin: 0 15px 30px;
        display: inline-block;
        max-height: initial; */
      
    }
    .select-outlet-wrp .select-outlet .outletdetails-wrp {
        padding: 8px 0 12px 12px;
        max-width: calc(100% - 150px);
        flex: 0 0 calc(100% - 150px);
    }
    .select-outlet-wrp .select-outlet img.outlet-img {
        max-width: 150px;
        width: 150px;
    }
    .slider-wrapper.top-selling-slider.four-grid {
        border-bottom: 5px solid #F1F1F1;
    }
    .top-selling-slider .slider-wrapper__img-wrapper {
        margin-bottom: 20px;
    }
    .top-selling-slider .slider-label {
        width: 100%;
    }
    .top-selling-slider .product-img {
        width: auto;
        height: auto;
    }
    .top-selling-slider .slider-wrapper__img-wrapper {
        width: 220px;
    }
    .select-outlet-wrp .search-wrp-top {
        max-width: 100%;
        flex: 0 0 100%;
        margin: 0 0 20px;
    }
    .order-summary-page .my-orders-content .bottom-divider {
        margin-left: -15px;
        margin-right: -15px;
    }
    .order-details-page .details-title {
        margin: 0 0 8px;
    }
    .checkout-page .cod-title {
        font-size: 16px;
        line-height: 24px;
    }
    /* footer-fixed container mb style */
    .pt-70.homepage-content {
        margin-bottom: 70px;
        min-height: 400px;
       
     }
     .p-15.mt-75.select-outlet-wrp{
         margin-bottom: 70px;
         min-height: 400px;
     }
     .category-wise-pro-page{
         margin-bottom: 70px;
         min-height: 550px;
     }
     .product-detail-pg{
         margin-bottom: 70px !important;
         min-height: 550px;
     }
     .cart-page{
         margin-bottom:64px;
         min-height: 400px;
     }
     .auth-pages{
         margin-bottom: 70px !important;
         min-height: 550px;
     }
     .edit-profile-main {
         margin-bottom: 70px !important;
         min-height: 550px;
     }
     .my-orders-page{
         margin-bottom: 70px !important;
         min-height: 550px;
     }
     .checkout-content{
         margin-bottom: 70px !important;
         min-height: 550px;
     }
}


/* desktop */

@media only screen and (min-width: 1024px) {
    .delivery-profile-address{
        min-height: 550px;
    }
    .select-outlet-page {
        min-height: 90vh;
      }
    .reset-forgot-password-form  #registerForm{
        max-width: 420px;
        margin: 0 auto;
        height: auto !important;
        padding: 0 10px;
    }
    .reset-forgot-password-form  #registerForm .login-form-button .btn.btn-main{
        width: 100%;
    }
    .saved-entry-wrp.delivery-add-wrp .form-group .edit-address-input-label {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
    }
    .saved-entry-wrp.delivery-add-wrp .saved-entry-div .saved-entry-box .label {
        font-size: 16px;
        line-height: 24px;
    }

    .saved-entry-wrp.delivery-add-wrp .saved-entry-div h4 {
        font-size: 16px;
    }
    
    .order-details-page .order-summary-block {
        font-size: 16px;
    }
    .order-type-section .order-type-wrp {
        max-width: 40%;
        flex: 0 0 40%;
    }
    .order-summary-container .order-derail-top-box.row {
        margin: 0 0 30px;
        border-bottom: 1px solid #00000033;
    }
    .category-products-content .category-product-inner{
        min-height: 500px;
    }
    .checkout-bottom-wrp .btn-main {
        width: initial;
    }

    .slider-scrollbar::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }
    .Panes {
        padding: 0 20px;
    }
    .modal-content .owl-carousel .owl-item img {
        display: block;
        width: auto !important;
        margin: 0 auto;
    }
    .order-success-page .already-member {
        position: fixed;
    }
    .order-success-page .order-success-content .order-id {
        width: auto;
    }
    .order-success-page .order-success-content {
        max-width: 500px;
        margin: 0 auto 30px;
    }
    .my-orders-page .order-listing {
        margin-bottom: 40px;
    }
    .search-top label.search-ttl {
        font-size: 16px;
        line-height: 24px;
    }
    .order-details-page .button-block {
        margin: 0 0 30px;
        padding: 0 !important;
    }
    .order-details-page .button-block .btn-main {
        width: auto;
        border-radius: 10px;
        height: 44px;
        min-width: 150px;
    }
    .order-details-page .order-details-bottom .image-container {
        padding: 0;
    }
    .payment-receipt span {
        font-size: 18px;
        line-height: 27px;
    }
    .order-details-page .checkout-bottom .image-container {
        margin: 0;
    }
    .banner-wrp .page-ttl .sm {
        font-size: 16px;
        line-height: 24px;
    }
    .bundle-product-list .fixed-height {
        max-height: 400px;
        overflow-y: auto;
    }
    .bundle-product-list .product-box .left-box .product-name {
        max-width: 404px;
        font-size: 16px;
        line-height: 24px;
    }
    .bundle-product-list ::-webkit-scrollbar {
        width: 0px;
        /* Remove scrollbar space */
        background: transparent;
        /* Optional: just make scrollbar invisible */
    }
    .top-selling-slider .slider-cust-img {
        border-radius: 10px 10px 0 0;
    }
    .product-detail-wrp .detail-box {
        padding: 30px 20px 0 20px;
    }
    .order-success-page .order-success-content img {
        width: 192px;
    }
    .cart-empty-img {
        max-height: 250px;
        width: auto;
        display: block;
        margin: 0 auto;
    }
    .cart-item-container .cart-bottom-box .validation-msg {
        align-self: center;
        width: 110px;
        text-align: end;
        margin: 0;
        font-size: 16px;
    }
    .product-detail-wrp .detail-box .img-box img {
        /* width: 100%;
        min-height: 300px;
        object-fit: cover; */
    }
    .category-slider .slider-wrapper__img-wrapper .slider-cust-img {
        width: 165px;
        height: 130px;
        border-radius: 10px;
    }
    .br-10 {
        border-radius: 10px;
    }
    .category-products-content .category-listing .category-inner-list a {
        width: 165px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.78%, rgba(0, 0, 0, 0.5) 100%), #EDEDED;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        margin: 0 15px;
        min-width: 165px;
    }
    .category-products-content .category-listing .category-inner-list a img {
        min-width: 100%;
        border-radius: 10px;
        max-height: 130px;
        object-fit: cover;
        height: 130px;
        max-width: 100%;
    }
    .category-inner-list .owl-item img {
        min-width: 165px;
    }
    .order-pg-btn-wrp {
        padding: 0 0 24px;
    }
    .button-block.order-pg-btn {
        display: none;
    }
    .product-detail-wrp .product-details .price-tocart-wrp .tocart .btn.btn-quantity {
        background: #F1F1F1;
        font-size: 20px !important;
        line-height: 30px;
        min-width: 45px;
        border-radius: 5px;
        margin: 0 8px;
    }
    .product-detail-wrp .product-details .price-tocart-wrp .tocart .btn {
        min-height: 45px;
        background: transparent;
    }
    .checkout-page .pay-title {
        font-size: 16px;
    }
    .auth-pg.forgotpass-pg {
        min-height: 340px !important;
    }
    .cart-page .product-details img.for-desktop {
        width: 60px;
        right: 0;
        left: unset;
    }
    .for-mob {
        display: none;
    }
    .slider-wrapper.four-grid .slider-label .price-counter-wrp .pro-price {
        font-size: 18px;
        line-height: 18px;
    }
    .product-detail-wrp .product-details .price span {
        font-size: 24px;
        line-height: 36px;
        font-family: 'Poppins-Bold';
    }
    .product-detail-wrp .product-details .manufacturer {
        margin: 0 0 30px;
    }
    .product-detail-wrp .product-details {
        padding: 0;
        font-size: 16px;
        line-height: 24px;
        max-width: calc(100% - 450px);
        flex: 0 0 calc(100% - 450px);
    }
    .product-detail-wrp .detail-box .product-details .label {
        font-size: 18px;
        line-height: 27px;
    }
    .product-detail-wrp .detail-box .product-details h2.product-name {
        font-size: 28px;
        line-height: 42px;
    }
    .product-detail-wrp .detail-box .img-box {
        max-width: 450px;
        flex: 0 0 450px;
        padding-right: 50px;
    }
    .category-products-content .category-listing {
        padding: 0 15px;
    }
    .homepage-content .box-shadow-footer {
        margin-top: auto;
    }
    .auth-pg-reg .login-subtitle.bottom-ttl {
        margin: 10px 0 20px !important;
    }
    .pro-listing .Category-filter {
        padding: 0 15px;
    }
    .inf-grid {
        margin-bottom: 50px;
    }
    .inf-grid .product-item .product-name {
        min-height: 40px;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .inf-grid .product-item {
        max-width: 21.9%;
        flex: 0 0 21.9%;
        width: 21.9% !important;
        margin: 0 15px 30px !important;
        display: inline-block;
        max-height: initial;
    }
    .category-products-content .pro-listing .product-item .product-img,
    .category-products-content .pro-listing .product-item .product-img img {
        border-radius: 10px 10px 0 0 !important;
    }
    .inf-grid .product-item .product-img {
        width: 100% !important;
        min-height: 197px !important;
        border-radius: 10px 10px 0 0 !important;
    }
    .inf-grid .product-item .product-details {
        width: 100%;
    }
    .auth-error {
        position: relative;
        bottom: unset;
    }
    .profile-page  .auth-error {
        position: fixed;
        bottom: 80px;
        left:0;
    }
    .reset-pass .auth-error {
        top:-30px;
    }
    .reset-pass .auth-error {
        top:-30px;
    }
    .cursor-pointer-show {
        cursor: pointer;
    }
    .notification-container .two-col-pg {
        margin-bottom: 45px;
    }
    a.back-to-order {
        display: flex;
        font-size: 16px;
        line-height: 16px;
        font-family: 'Poppins-Bold';
    }
    a.back-to-order .page-ttl {
        padding-left: 12px;
    }
    .cart-page .block-content.pt-70.pb-110 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .order-details-page .order-summary-container .total-amt .details-data .data-left {
        font-size: 16px;
        line-height: 30px;
    }
    .order-details-page .order-summary-container .total-amt .details-data .data-right {
        font-size: 20px;
        line-height: 30px;
    }
    .barcode-display label {
        font-size: 18px;
        line-height: 27px;
    }
    .barcode-display {
        align-items: flex-start;
        padding: 15px 0 0;
        margin-bottom: 158px;
    }
    .order-summary-container h5.details-title {
        margin: 0 0 8px;
        font-size: 18px;
        line-height: 27px;
    }
    .order-summary-container h5.details-title {
        margin: 0 0 8px;
        font-size: 18px;
        line-height: 27px;
    }
    .order-details-page .order-summary-container .order-summary-block {
        margin-top: 0;
    }
    .order-summary-container .bottom-divider {
        display: none;
    }
    .order-derail-top-box .details-data {
        flex-wrap: wrap;
        margin: 0 0 20px;
    }
    .order-summary-container {
        padding: 0 0 200px;
        
    }
    .order-derail-top-box .details-data .data-left {
        width: 100%;
        margin: 0 0 6px;
    }
    .alerts-page .notification-container .notification-block .red-dot {
        height: 14px;
        width: 14px;
        flex: 0 0 14px;
    }
    .alerts-page .notification-container .notification-block .date-box {
        font-size: 16px;
        line-height: 24px;
        margin: 6px 0 0;
    }
    .alerts-page .notification-container .notification-block .alert-msg {
        font-size: 18px;
        line-height: 27px;
    }
    .ds-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .alerts-page .notification-container .notification-block .close-img {
        width: 36px;
        height: 36px;
        max-width: 36px;
        flex: 0 0 36px;
    }
    .alerts-page .notification-container .notification-block {
        padding: 16px 30px 16px 12px;
        align-items: center;
    }
    .alerts-page .notification-container .notification-block .alert-msg {
        padding: 0 20px 0 30px;
    }
    .checkout-bottom .payment-info {
        margin: 0 0 24px;
    }
    .checkout-bottom .payment-info p {
        margin: 0 0 6px;
        font-size: 16px;
        line-height: 24px;
    }
    .checkout-bottom {
        margin: 0 auto 30px;
    }
    .checkout-page .button-block .btn-main {
        width: auto;
        min-width: 150px;
        border-radius: 10px;
        height: 44px;
    }
    .checkout-page .button-block {
        position: relative;
        bottom: unset;
        left: unset;
        margin: 0 0 50px !important;
        padding: 0 !important;
        text-align: right;
    }
    .order-details-page .details-title {
        margin: 0 0 8px;
        font-size: 18px;
        line-height: 27px;
    }
    .order-details-page .order-summary-block {
        margin-top: 20px;
    }
    .checkout-content .bottom-divider {
        display: none;
    }
    .button-block .btn-main.back {
        background: #fff;
        border: 2px solid #383838;
        color: #383838;
        margin-right: 20px;
    }
    .order-details-page .order-summary-block .details-data.summary .data-left,
    .order-details-page .order-total-block-inner .details-data .data-left {
        width: 60%;
    }
    .order-details-page .order-summary-block .details-data.summary .data-right,
    .order-details-page .order-total-block-inner .details-data .data-right,
    .order-details-page .total-amt .details-data .data-right {
        width: 20%;
    }
    .order-details-page .order-summary-block .details-data.summary .data-center,
    .order-details-page .order-total-block-inner .details-data .data-center {
        width: 20%;
        text-align: right;
    }
    .order-details-page .total-amt .details-data .data-left {
        width: 80%;
    }
    .checkout-content {
        max-width: 800px;
        margin: 0 auto;
    }
    .select-outlet .selected-outlet {
        right: 16px;
        top: 16px;
        left: unset;
    }
    .order-summary-page .button-block .btn-main {
        width: auto;
        border-radius: 10px;
        height: 44px;
        min-width: 150px;
    }
    .order-summary-page .my-orders-content {
        margin-bottom: 0;
        margin-top: 20px;
    }
    .order-summary-page .button-block {
        position: relative;
        bottom: unset;
        margin: 0 0 50px;
    }
    span.icon-dp.notifications-icon {
        position: relative;
    }
    .two-col-pg .main-content-right {
        padding: 0 0 0 40px;
    }
    .two-col-pg .main-content-right .edit-profile {
        padding: 0 !important;
    }
    .edit-profile-main .input-box {
        margin-bottom: 14px;
    }
    .no-space {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }
    .no-space .no-space-content {
        flex: 1;
        min-height: 325px;
    }
    .edit-profile-main .login-form-button .btn-main {
        width: auto;
        font-size: 16px;
        line-height: 24px;
        font-family: 'Poppins-SemiBold' !important;
    }
    .cart-item-container .product-price {
        margin-bottom: 4px;
    }
    .cart-item-container .cart-bottom-box .sub-total span.price {
        font-size: 16px;
        line-height: 16px;
        font-family: 'Poppins-SemiBold';
    }
    .cart-item-container .cart-bottom-box .sub-total span {
        font-size: 14px;
        line-height: 21px;
        font-family: 'Poppins-Regular';
    }
    .cart-item-container .cart-bottom-box .btn-group {
        justify-content: flex-end;
        margin: 0;
    }
    .cart-item-container .cart-bottom-box {
        flex-wrap: wrap;
    }
    .cart-total-content-bottom button.btn.btn-main {
        font-size: 16px;
        line-height: 24px;
        min-height: 44px;
    }
    .cart-total-content-bottom {
        padding: 16px 0;
    }
    .cart-bottom-left .counter {
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        padding: 0;
    }
    .cart-bottom-left {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-right: 30px;
    }
    .cart-total-content-bottom .button-block button {
        min-width: 150px;
    }
    .cart-total-content-bottom .total-amt {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        color: #fff;
        font-family: 'Poppins-SemiBold';
    }
    .cart-total-content-bottom .total-text {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        opacity: 1;
        font-family: 'Poppins-SemiBold';
    }
    .cart-item-container .product-details {
        width: calc(100% - 120px);
    }
    .cart-item-container .cart-pro-image img {
        max-width: 100% !important;
        margin: 0;
    }
    .cart-item-container .cart-pro-image {
        width: 120px !important;
        height: 120px !important;
    }
    .cart-item-container .product-details {
        width: calc(100% - 120px);
    }
    .cart-page .product-details {
        padding: 12px 20px;
    }
    .cart-item-container .product-item {
        margin-bottom: 15px
    }
    .product-item {
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }
    .cart-page .product-details .product-name {
        font-size: 18px;
        line-height: 27px;
    }
    .product-details .product-price {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        font-family: 'Poppins-SemiBold';
    }
    .cart-total-content-bottom .cart-total {
        width: auto;
        margin-left: auto;
    }
    .cart-total-content-bottom .button-block {
        width: auto;
    }
    .cart-total-content-bottom {
        position: relative;
        bottom: unset;
        background: #000000;
        justify-content: space-between;
        padding: 16px 0;
    }
    .two-col-pg .aside .logged-in-dropdown a {
        display: block;
        padding: 15px 10px;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        border-radius: 10px;
        font-family: 'Poppins-SemiBold';
    }
    .two-col-pg .aside .logged-in-dropdown a:hover,
    .two-col-pg .aside .logged-in-dropdown a.active {
        background: #000000;
        color: #fff;
    }
    .two-col-pg .aside .logged-in-dropdown a:hover button,
  
    .two-col-pg .aside .logged-in-dropdown a.active button {
        color: #fff;
    }
    .two-col-pg .aside .logged-in-dropdown a button {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        border: 0;
        background: transparent;
        padding: 0;
        font-family: 'Poppins-SemiBold';
    }
    .auth-pg-reg .login-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    .auth-pg-reg .login-form-button .btn-main {
        width: auto;
        min-width: 150px;
    }
    .auth-pg-reg p.login-subtitle.top-ttl {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        padding: 0 !important;
        margin: 0 !important;
    }
    .auth-pg-reg {
        max-width: 730px;
        margin: 0 auto;
    }
    .ds-mb-0 {
        margin-bottom: 0 !important;
    }
    .auth-content-wrp .forgot-pass-link {
        font-weight: 600;
        font-family: 'Poppins-SemiBold';
        font-size: 16px;
        line-height: 24px;
        padding-top: 12px;
        /* display: block; */
    }
    .login-form-button .btn.btn-main {
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        height: 44px;
        font-size: 16px;
        line-height: 24px;
        min-width: 150px;
    }
    .auth-content-wrp .form-group {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .already-member {
        position: relative;
        bottom: unset;
        z-index: initial;
        font-size: 16px;
        line-height: 24px;
    }
    .banner-wrp {
        background: #EDEDED;
        position: relative;
        min-height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .banner-wrp .page-ttl {
        font-weight: bold;
        font-size: 32px;
        line-height: 48px;
        text-align: center;
        font-family: 'Poppins-Bold';
    }
    .auth-pg {
        max-width: 420px;
        margin: 0 auto;
        height: auto !important;
        padding: 0 10px;
        min-height: unset !important;
    }
    .auth-pg .header-top {
        min-height: auto;
        position: relative;
        top: unset;
        box-shadow: none;
        display: none;
    }
    .auth-content-wrp br {
        display: none;
    }
    .auth-content-wrp .login-subtitle {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        padding: 0 !important;
    }
    .login-form-button {
        position: relative;
        bottom: unset;
        margin: 0 !important;
    }
    .select-outlet-page .header-top .location-dropdown-container .location-btn {
        display: block;
    }
    .box-wrapper-container {
        padding: 0 20px;
    }
    .box-wrapper-container .box-wrapper {
        max-width: 1170px;
        margin: 0 auto;
    }
    .four-grid .slider-wrapper__img-wrapper {
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 16px;
        padding-bottom: 12px;
        width: 21.9%;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    }
    .slider-wrapper {
        overflow-x: hidden;
    }
    .four-grid .product-img,
    .category-slider .product-img {
        width: auto;
        height: 197px;
        max-height: 197px;
    }
    .four-grid .slider-label,
    .category-slider .slider-label {
        width: 100%;
    }
    .category-slider .slider-wrapper__img-wrapper {
        margin: 0 !important;
        width: 16.6666%;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .category-slider .slider-wrapper__img-wrapper .text-center img {
        max-width: 100% !important;
        width: 100%;
        object-fit: cover;
    }
    .bottom-divider.category-slider {
        border: 0;
    }
    .slider-header {
        padding: 20px 16px;
    }
    .category-slider .slider-label {
        margin-top: 10px;
    }
    .footer-top {
        display: flex;
        justify-content: space-between;
        padding: 50px 0 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        margin: 0 15px 20px;
    }
    .footer-bottom {
        display: flex;
        justify-content: space-between;
        padding: 0 0 30px;
        margin: 0 15px 0;
    }
    .homepage-content {
        margin-bottom: 0;
    }
    .box-shadow-footer {
        box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.25);
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        z-index:99;
        
    }
    .category-products-content  .sticky-top{
        z-index: 9999;
    }
    .category-products-content  .box-shadow-footer{
        z-index: 999;
    }
    .footer-links a {
        margin-left: 50px;
        font-weight: 600;
        font-family: 'Poppins-SemiBold';
        font-size: 16px;
        line-height: 24px;
        display: inline-block;
    }
    .footer-bottom .footer-bottom-left span {
        margin-right: 50px;
        display: inline-block;
    }
    .slider-wrapper.four-grid {
        margin: 0 0 30px !important;
        display: flex;
        flex-wrap: wrap;
    }
    .category-slider {
        padding-bottom: 40px;
    }
    .footer-top .footer-logo-left img {
        max-width: 75px;
    }
    .homepage-content .owl-nav button.owl-prev span {
        background: url(../img/icons/left.png);
        width: 21px;
        height: 22px;
        display: inline-block;
        text-indent: -9999px;
        left: 0;
    }
    .homepage-content .owl-nav button.owl-next span {
        background: url(../img/icons/right.png);
        width: 21px;
        height: 22px;
        display: inline-block;
        text-indent: -9999px;
        right: 0;
    }
    .homepage-content .owl-nav button.owl-next {
        right: 35px;
        position: absolute;
        margin-top: -24px;
    }
    .homepage-content .owl-nav button.owl-prev {
        left: 35px;
        position: absolute;
        margin-top: -24px;
    }
    .homepage-content .owl-nav {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 !important;
    }
    .homepage-content .owl-nav button {
        background: #EDEDED !important;
        height: 48px;
        width: 48px;
        border-radius: 50% !important;
    }
    .header-links a {
        font-weight: 600;
        font-family: 'Poppins-SemiBold';
        font-size: 16px;
        line-height: 24px;
        margin-left: 50px;
    }
    .header-top .location-dropdown-container {
        position: relative;
        right: unset;
    }
    .header-top .location-dropdown-container .location-btn {
        padding: 14px 16px;
        border-radius: 44px !important;
        min-height: auto;
        height: auto;
        max-width: 190px;
    }
    .header-top .location-dropdown-container .location-btn span {
        max-width: 113px;
    }
    .header-top a.cart-link i.cart {
        position: relative;
        height: 26px;
        width: 31px;
    }
    .login-wrp a {
        font-weight: 600;
        font-family: 'Poppins-SemiBold';
        font-size: 16px;
        line-height: 24px;
    }
    .cart-quantity-badge {
        top: -23px;
        left: -12px;
        font-size: 12px;
        line-height: 20px;
        min-height: 20px;
        min-width: 20px;
        padding: 0 3px;
        height: auto;
        width: auto;
    }
    span.cart-ttl {
        position: relative;
    }
    .search-wrp button.openBtn .si-magnifier {
        font-size: 26px;
        font-weight: 600;
    }
    .pt-70.homepage-content {
        padding-top: 0 !important;
        margin-bottom: 240px;
    }
    .box-wrapper-container.header-wrp .header-top {
        position: relative;
        box-shadow: none;
    }
    .box-wrapper-container.header-wrp {
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    }
    .search-wrp button.openBtn {
        border: 0;
        background: transparent;
    }
    .header-top {
        min-height: 90px;
    }
    .header-top a.cart-link {
        display: flex;
        align-items: center;
    }
    .discount-offers-slider .slider-wrapper__img {
        max-height: initial !important;
    }
    .slider-heading {
        font-size: 20px;
        line-height: 30px;
    }
    .see-all-link {
        font-size: 16px;
        line-height: 24px;
    }
    .slider-wrapper.four-grid .slider-label h4 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: auto !important;
        width: 100%;
        max-height: unset !important;
        box-sizing: border-box;
        padding-bottom: 0;
        font-size: 16px;
        line-height: 20px;
        min-height: 52px;
    }
    .slider-wrapper.four-grid .slider-label .pro-price {
        margin-top: 0;
        padding: 0;
    }
    .category-slider .slider-label {
        font-size: 16px;
        line-height: 18px;
    }
    .category-slider .slider-label {
        height: auto;
        overflow: unset !important;
    }
    .openBtn {
        background: #f1f1f1;
        border: none;
        padding: 10px 15px;
        font-size: 20px;
        cursor: pointer;
    }
    .openBtn:hover {
        background: #bbb;
    }
    .overlay {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 9999999;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.9);
    }
    .overlay-content {
        position: relative;
        top: unset;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        margin: auto;
        float: left;
        display: flex;
        justify-content: center;
        height: 100%;
        align-items: center;
    }
    .overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 33px;
        cursor: pointer;
        color: white;
        z-index: 99;
        font-weight: 600;
    }
    .overlay .closebtn:hover {
        color: #ccc;
    }
    .overlay button:hover {
        background: #bbb;
    }
    .overlay .overlay-content .search-content {
        background: transparent;
        opacity: 1;
        height: auto;
        width: 400px;
        position: relative;
        top: unset;
        left: unset;
        margin: 0 auto;
        float: left;
        max-width: 400px;
        right: unset;
    }
    .no-overflow {
        overflow: hidden;
    }
    .no-overflow .sticky-top {
        z-index: 9;
    }
    html {
        overflow: unset;
        overflow-x: unset;
    }
    .slider-wrapper.four-grid .owl-carousel.owl-drag .owl-item {
        padding: 0 15px;
    }
    .four-grid .owl-carousel .slider-wrapper__img-wrapper {
        width: 100%;
        margin: 0 0 16px;
    }
    .overlay .overlay-content .search-content input {
        border: 0;
        background: transparent;
        color: #fff;
        height: auto;
        opacity: 0.5;
        font-size: 16px;
        line-height: 24px;
        position: relative;
    }
    .overlay .overlay-content .search-content {
        border-bottom: 1px solid #D9D9D9;
        justify-content: space-between;
        border-radius: 0;
        display: flex;
        padding: 0 12px 10px;
    }
    .overlay .overlay-content .search-content input::placeholder {
        color: #fff;
        opacity: 1;
    }
    .overlay .overlay-content .search-content #btn_search i {
        color: #fff;
        font-size: 24px;
        position: relative;
        top: unset;
        left: unset;
        padding: 0;
    }
    .overlay .overlay-content .search-content button#btn_search {
        width: auto;
        position: relative;
        height: auto;
        border-radius: 0;
    }
    .homepage-content .slider-wrapper.four-grid .owl-nav button.owl-prev {
        left: 16px;
        margin-top: -45px;
    }
    .homepage-content .slider-wrapper.four-grid .owl-nav button.owl-next {
        right: 16px;
        margin-top: -45px;
    }
    .category-products-content .category-listing .slider-wrapper,
    .slider-wrapper.four-grid {
        overflow-x: unset;
        overflow-y: unset;
        white-space: normal;
    }
   
    .slider-wrapper.four-grid .owl-item a{
        width: 100%;
    }
    .category-product-inner .owl-nav button.owl-prev span {
        background: url(../img/icons/left.png);
        width: 21px;
        height: 22px;
        display: inline-block;
        text-indent: -9999px;
        left: 0;
    }
    .category-product-inner .owl-nav button.owl-next span {
        background: url(../img/icons/right.png);
        width: 21px;
        height: 22px;
        display: inline-block;
        text-indent: -9999px;
        right: 0;
    }
    .category-product-inner .owl-nav button {
        background: #EDEDED !important;
        height: 48px;
        width: 48px;
        border-radius: 50% !important;
    }
    .category-product-inner .owl-nav {
        position: absolute;
        z-index: 999;
        top: 50%;
        margin: -24px 0 0 !important;
        width: 100%;
    }
  
    .logged-in-btn {
        max-width: 120px;
        padding: 0;
        border-radius: 44px !important;
        min-height: auto;
        height: auto;
        background: transparent;
        border: 0;
        font-size: 16px;
        line-height: 24px;
        color: #383838;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 700;
        padding: 0 5px;
    }
    .logged-in-btn:hover,
    .logged-in-btn:active,
    .logged-in-btn:focus {
        background: transparent !important;
        color: #000;
    }
    .show&gt;.btn-primary.dropdown-toggle.logged-in-btn {
        background-color: transparent;
        background-image: none;
        border-color: transparent
    }
    .logged-in-dropdown {
        padding: 0;
        background: transparent;
        border: 0;
        max-width: 250px;
        min-width: 250px;
    }
    .logged-in-dropdown a.dropdown-item {
        background: #FFFFFF;
        border-radius: 10px;
        border: 0;
        margin: 0;
        min-height: 54px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        font-weight: 600;
        font-family: 'Poppins-SemiBold';
        font-size: 16px;
        line-height: 24px;
        color: #383838;
        padding: 0;
    }
    .logged-in-dropdown a.dropdown-item&gt;a,
    .logged-in-dropdown a.dropdown-item button {
        display: block;
        width: 100%;
        line-height: 54px !important;
        padding: 0 20px !important;
    }
    .logged-in-dropdown a.dropdown-item:hover {
        background: #000;
        color: #fff;
    }
    .logged-in-dropdown a .personal-info-icon {
        background: url(../img/icons/pi-b.png) 0 50% no-repeat;
    }
    .logged-in-dropdown a .contact-us-icon {
        background: url(../img/icons/phone-alt-bk.png) 0 50% no-repeat;
    }
    .logged-in-dropdown a:hover .personal-info-icon,
    .logged-in-dropdown a.active .personal-info-icon {
        background: url(../img/icons/pi-w.png) 0 50% no-repeat;
    }
    .logged-in-dropdown a .icon-dp {
        display: inline-block;
        padding-left: 30px;
        font-family: 'Poppins-SemiBold';
    }
    .logged-in-dropdown a .notifications-icon {
        background: url(../img/icons/notification-icon.png) 0 50% no-repeat;
    }
    .logged-in-dropdown a:hover .notifications-icon,
    .logged-in-dropdown a.active .notifications-icon {
        background: url(../img/icons/notification-icon-w.png) 0 50% no-repeat;
    }
    .logged-in-dropdown a .orders-icon {
        background: url(../img/icons/orders-icon.png) 0 50% no-repeat;
    }
    .logged-in-dropdown a:hover .orders-icon,
    .logged-in-dropdown a.active .orders-icon {
        background: url(../img/icons/orders-icon-w.png) 0 50% no-repeat;
    }
    .logged-in-dropdown a .delivery-icon {
        background: url(../img/icons/delivery-address.png) 0 50% no-repeat;
    }
    .logged-in-dropdown a:hover .delivery-icon,
    .logged-in-dropdown a.active .delivery-icon {
        background: url(../img/icons/delivery-address-w.png) 0 50% no-repeat;
    }
    .logged-in-dropdown a:hover .contact-us-icon,
    .logged-in-dropdown a.active .contact-us-icon {
        background: url(../img/icons/phone-al-wtt.png) 0 50% no-repeat;
    }
    .logged-in-dropdown a .change-pass-icon {
        background: url(../img/icons/change-password.png) 0 50% no-repeat;
    }
    .logged-in-dropdown a:hover .change-pass-icon,
    .logged-in-dropdown a.active .change-pass-icon {
        background: url(../img/icons/change-password-w.png) 0 50% no-repeat;
    }
    .logged-in-dropdown a .logout-icon {
        background: url(../img/icons/logout-icon.png) 0 50% no-repeat;
        text-align: left;
        display: block;
    }
    .logged-in-dropdown a:hover .logout-icon,
    .logged-in-dropdown a.active .logout-icon {
        background: url(../img/icons/logout-icon-w.png) 0 50% no-repeat;
    }
    .logged-in-dropdown a:hover .logout-icon button,
    .logged-in-dropdown a.active .logout-icon button {
        color: #fff;
    }
    .logged-in-dropdown a.dropdown-item .logout-icon {
        color: inherit;
        font-weight: inherit;
    }

    .logged-in-dropdown a:hover .delivery-address-icon,
    .logged-in-dropdown a.active .delivery-address-icon {
        background: url(../img/icons/delivery-address-w.png) 0 50% no-repeat;
    }

    .select-outlet-wrp {
        display: flex;
        flex-wrap: wrap;
       
    }
    .p-15.mt-75.select-outlet-wrp {
      
        margin-top: 30px !important;
    }

    .logged-in-dropdown a .delivery-address-icon {
        background: url(../img/icons/delivery-address.png) 0 50% no-repeat;
    }
    
    .select-outlet-wrp .select-outlet {
        max-width: 20.9%;
        flex: 0 0 20.9%;
        width: 20.9%;
        margin: 0 15px 30px;
        display: inline-block;
        max-height: initial;
        box-shadow: unset;
    }
    .select-outlet-wrp .select-outlet span {
        width: 100%;
        display: block;
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        font-family: 'Poppins-SemiBold';
        padding: 12px;
    }
    .select-outlet .outlet-img {
        width: 100%;
        border-radius: 10px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
        min-height: 197px;
    }
    .banner-wrp img {
        width: 100%;
    }
    .select-outlet-wrp .select-outlet span.outlet-name-mobile {
        display: none;
    }
    .select-outlet-wrp .select-outlet .outletdetails-wrp {
        padding: 12px;
    }
    .select-outlet-wrp .select-outlet .outletdetails-wrp span {
        padding: 0;
    }
    .select-outlet-wrp .select-outlet .outletdetails-wrp span.outlet-name {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .select-outlet-wrp .select-outlet .outletdetails-wrp .more-details {
        font-size: 12px;
        line-height: 18px;
        margin: 10px 0 0;
    }
    .select-outlet-wrp .select-outlet .outletdetails-wrp .more-details .grey-text {
        padding: 0 0 6px;
        color: #8f8f8f;
    }
    .select-outlet .selected-outlet {
        right: 16px;
        top: 16px;
    }
    .pagination li {
        background: #EDEDED;
        border-radius: 5px;
        margin: 5px;
        min-width: 36px;
        min-height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-family: 'Poppins-SemiBold';
        font-size: 16px;
        line-height: 24px;
        cursor: pointer;
    }
    .pagination li a {
        outline: 0;
    }
    .pagination li.active {
        background: #000000;
        border-radius: 5px;
        color: #fff;
    }
    .pagination li.disabled {
        display: none;
    }
    .pagination li.break-me {
        background: transparent;
    }
    .pagination {
        justify-content: center;
    }
    .pagination li.next a {
        background: url(../img/icons/left-arw-pg.png) 0 50% no-repeat;
        display: inline-block;
        text-indent: -9999px;
        height: 14px;
        width: 14px;
    }
    .pagination li.previous a {
        background: url(../img/icons/left-arw-pg.png) 0 50% no-repeat;
        display: inline-block;
        text-indent: -9999px;
        height: 14px;
        width: 14px;
        transform: rotate(180deg);
    }
    .logged-in-dropdown a.dropdown-item button {
        border: 0;
        background: transparent;
        font-weight: 600;
        font-family: 'Poppins-SemiBold';
        font-size: 16px;
        line-height: 24px;
        color: #383838;
        padding: 0;
    }
    .logged-in-dropdown a.dropdown-item:hover button {
        color: #fff;
    }
    .category-product-inner .owl-nav button.owl-prev {
        left: 0px;
        position: absolute;
    }
    .category-product-inner .owl-nav button.owl-next {
        right: 0px;
        position: absolute;
    }
}

@media only screen and (min-width: 1366px) {
    .homepage-content .slider-wrapper.four-grid .owl-nav button.owl-prev {
        left: -78px;
    }
    .homepage-content .slider-wrapper.four-grid .owl-nav button.owl-next {
        right: -78px;
    }
    .category-product-inner .owl-nav button.owl-prev {
        left: -78px;
        position: absolute;
    }
    .category-product-inner .owl-nav button.owl-next {
        right: -78px;
        position: absolute;
    }
    .two-col-pg {
        padding: 0 20px;
    }
    .two-col-pg .aside .logged-in-dropdown a {
        padding: 15px 20px;
    }
}

@media only screen and (min-width: 1366px) {
    .inf-grid .product-item {
        max-width: 22.4%;
        flex: 0 0 22.4%;
        width: 22.4% !important;
    }
    .four-grid .slider-wrapper__img-wrapper {
        width: 22.4%;
    }
    .select-outlet-wrp .select-outlet {
        max-width: 21.5%;
        flex: 0 0 21.5%;
        width: 21.5%;
    }
}

.product-detail-pg .four-grid.related-product .slider-wrapper__img-wrapper .product-img a {
    display: block;
    height: 100%;
}

.varients-wrp {
    clear: both;
}

.varients-wrp ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.varients-wrp ul li {
    background: #F1F1F1;
    margin: 5px 10px 5px 0;
    padding: 5px 10px;
    border-radius: 15px;
}

.varients-wrp ul li label {
    margin: 0;
    padding-right: 7px;
    font-family: 'Poppins-Regular';
    font-weight: 400;
}

.order-details-page .order-total-block-inner .details-data .data-center {
    font-family: 'Poppins-Regular';
    font-weight: 400;
}

.product-detail-wrp .detail-box .img-box img {
    max-width: 100%;
}

.contact-us-box {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.contact-us-box h2 {
    font-size: 16px;
    line-height: 16px;
    font-family: 'Poppins-SemiBold';
}

.category-products-content .category-listing .category-inner-list a .cat-name span {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.custom-scroll {
    scrollbar-width: none;
}
.product-detail-wrp .detail-box .img-box .lg-img-box{
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
    height: 300px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
 
  .product-detail-wrp .detail-box .img-box .owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -20px;

  }
  .product-detail-wrp .detail-box .img-box .owl-nav button.owl-prev,
   .product-detail-wrp .detail-box .img-box .owl-nav button.owl-next{
    background: #ffffff;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 25%);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: absolute;
    outline: none;
    margin: 0;
  }
  .product-detail-wrp .detail-box .img-box .owl-nav button.owl-prev{
      left: 0px;
  }
  .product-detail-wrp .detail-box .img-box .owl-nav button.owl-next{
      right: 0px;
  }
  .product-detail-wrp .detail-box .img-box .owl-nav button span{
    font-size: 27px !important;
    color: #000000;
  }

@media only screen and (min-width: 1024px) {
  .product-detail-wrp .detail-box .img-box .swiper-slide img{
    max-height: 100px;
    min-height: 100px;
    object-fit: cover;
    width: 100% ;
  }
  .product-detail-wrp .detail-box .img-box .owl-item img{
    max-height: 100px;
    object-fit: cover;
  }
 
    .box-wrapper-container.header-wrp .header-top {
        padding: 12px 16px;
    }
    .modal-content .discount-offers-slider{
        text-align: center;
        margin-bottom: 20px;
        height: 280px;
        display: flex;
        
        justify-content: center;
        align-items: center;
    }
    .product-detail-wrp .img-box .owl-item{
        padding: 0 7px;
    }
    .modal:before{
        display: inline-block;
        vertical-align: middle;
        content: " ";
        /* height: 100%; */
    }
    /* .modal-content .owl-carousel .owl-item img{
        display: block;
    width: auto !important;
    margin: 0 auto;
    }
    .discount-offers-slider .slider-wrapper__img{
        max-height: initial !important;
    } */
    
    .product-popup  .owl-nav{
      position: relative;
      margin-bottom: 10px;
    }
    .product-popup  .owl-nav .owl-prev ,.product-popup  .owl-nav .owl-next{
      border:0;
    }
    .product-popup  .owl-nav .owl-prev span,.product-popup  .owl-nav .owl-next span{
      display: none;
    }
    .product-popup  .owl-nav .owl-prev:after{
      content: "";
      background: url(../img/icons/prev.png);
      width: 32px;
      height: 32px;
      position: absolute;
      bottom: -5px;
      left: 44%;
      margin: 0 auto;
      cursor: pointer;
    }
    .product-popup  .owl-nav .owl-next:after{
      content: "";
      background: url(../img/icons/next.png);
      width: 32px;
      height: 32px;
      position: absolute;
      bottom: -5px;
      right: 45%;
      /* left: 0; */
      margin: 0 auto;
      cursor: pointer;
    
    }
    .product-popup .modal-body .discount-offers-slider img{
        width: 50%;
        height: 100%;
        object-fit: cover;
    }
    .product-popup{
        top:16%;
    }
   
}


@media only screen and (max-width: 1023px) {
    .reset-forgot-password-form  #registerForm{
        max-width: 420px;
        margin: 0 auto;
        height: auto !important;
        padding: 0 10px;
    }
    .reset-forgot-password-form  #registerForm .login-form-button .btn.btn-main{
        width: 100%;
    }
    .custom-scrollbar-slider {
        margin: 0;
    }
    .category-products-content .category-listing .category-inner-list a .cat-name {
        border-radius: 0;
    }
    .product-popup  .owl-nav{
      position: relative;
      margin-bottom: 10px;
    }
    .product-popup  .owl-nav .owl-prev ,.product-popup  .owl-nav .owl-next{
      border:0;
    }
    .product-popup  .owl-nav .owl-prev span,.product-popup  .owl-nav .owl-next span{
      display: none;
    }
    .product-popup  .owl-nav .owl-prev:after{
      content: "";
      background: url(../img/icons/prev.png);
      width: 32px;
      height: 32px;
      position: absolute;
      bottom: -5px;
      left: 40%;
      margin: 0 auto;
      cursor: pointer;
    }
    .product-popup  .owl-nav .owl-next:after{
      content: "";
      background: url(../img/icons/next.png);
      width: 32px;
      height: 32px;
      position: absolute;
      bottom: -5px;
      right: 40%;
      /* left: 0; */
      margin: 0 auto;
      cursor: pointer;
    
    }
    .product-popup .modal-content .discount-offers-slider{
        text-align: center;
        margin-bottom: 20px;
    }
    .product-popup .modal-body .discount-offers-slider img{
        width: 50%;
       
    }
    .product-popup{
        top:20%;
    }
}
@media only screen and (max-width: 991px){
    .product-popup .modal-body .discount-offers-slider img{
        width:90%;
        width: 90%;
     
        max-height: 400px !important;
        object-fit: contain;
    }
}

.no-record-found {
    text-align: center;
    padding-top: 15px;
}

.no-record-found h4 {
    font-size: 16px;
    line-height: 18px;
    margin: 15px;
}
.stripe-check-btn{
    box-shadow: none !important;
    border-radius: 10px !important;
    background: #000000 !important;
}
.stripe-check-btn span{
    background: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-radius: 0 !important;
    font-size: 15px !important;
    font-weight: unset !important;
    font-family: 'Poppins-SemiBold' !important;
}</pre></body></html>