.wla-main-section {
    margin-top: 75px;
}
.first-dv {
    padding: 0px;
    border-right: 1px solid #e7e7e7;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
}
.fixed-cart-data {
    display: none;
}
.price-checkout {
    margin-top: 0px;
    color: #fff;
    padding: 10px;
    background: var(--main-bg-color);
}
.navigationtwo {
    position: sticky;
    position: -webkit-sticky;
    top: 90px;
    z-index: 1;
    background-color: #fff;
}
.categories-hd {
    padding: 10px 15px 10px 20px;
    color: var(--main-bg-color);
    margin: 0px;
    font-weight: 500;
    font-size: 19px;
}
.menu {
    height: 75vh;
    overflow: auto;
}
.menu::-webkit-scrollbar {
    width: 3px;
}
.menu::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.menu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #6d6d6d;
}
.backBtn {
    display: none;
}
.menu-top .subcategories {
    color: var(--main-bg-color);
    padding: 10px 10px 10px 10px;
    font-size: 13px;
    line-height: 20px;
    text-transform: capitalize;
    cursor: pointer;
    width: 100%;
    border-right: 2px solid #fff;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    justify-content: space-between;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s;
    font-weight: 400;
    border-radius: 0px !important;
    position: relative;
}
.sub-part-cat .sub_cat {
    font-size: 12px;
}
.menu-top .subcategories .sm-img {
    padding-right: 15px;
    display: flex;
    align-items: center;
    width: 100%;
}
.sm-img span:first-child {
    width: 100%;
    max-width: 27%;
    display: inline-block;
    margin-right: 6px;
}
.sm-img span:last-child {
    max-width: 70%;
    width: 100%;
    display: inline-block;
}
.icon-ff {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-bg-color);
    border-radius: 5px;
}
.count-n {
    color: var(--main-bg-color);
    display: flex;
    align-items: center;
}
.menu-top .subcategories span i {
    color: #979797;
    font-size: 13px;
}
.icon-ff i {
    font-size: 19px !important;
    color: #f3f3f3 !important;
}
.menu-top .overlay-tp-hd {
    opacity: 0;
}
.menu-top .subcategories.active .overlay-tp-hd,
.menu-top .subcategories:hover .overlay-tp-hd {
    opacity: 0.13;
}
.menu-top .subcategories.active,
.menu-top .subcategories:hover {
    border-right: 2px solid var(--main-bg-color);
}
.sub-part-cat {
    display: none;
}
.menu-top .subcategories.active~.sub-part-cat {
    display: block;
}
.menu-top .subcategories.active~.sub-part-cat .subcategories {
    padding-left: 74px;
    border-right: none !important;
}
.sm-img img {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    object-fit: cover;
}
.sticky-nav-men {
    background-color: #fff;
    padding: 10px 10px 5px 10px;
    box-shadow: 3px 0px 6px #00000029;
}
.sticky-nav-men i {
    font-size: 22px;
}
.cart-number {
    position: relative;
}
.cart-number span {
    content: "";
    position: absolute;
    top: -10px;
    right: -21px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: var(--main-bg-color);
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
}
.sticky-nav-men div {
    width: 100%;
    max-width: 25%;
}
.sticky-nav-men div a {
    display: block;
    text-align: center;
    font-size: 13px;
}
.sticky-nav-men div a svg {
    margin: 0 auto;
    margin-bottom: 2px;
    max-width: 20px;
    height: auto;
}
.sticky-nav-men-active {
    color: var(--main-bg-color);
    font-weight: 500;
    position: relative;
}
.sticky-nav-men-active:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0px;
    background-color: var(--main-bg-color);
    height: 2px;
    width: 100%;
}
.sticky-nav-men-active svg g {
    fill: var(--main-bg-color);
}
/*Brands Menu*/
.brands-menu {
    padding: 10px 5px 10px 10px;
    overflow: hidden;
    position: relative;
}
.overlay-tp-hd {
    background: linear-gradient(90deg, #ffffff 0%, var(--main-bg-color) 100%);
    opacity: 0.13;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.brands-menu h4,
.brands-menu h4 #selected_brand_title,
.brands-menu h4 #selected_brand_title_mob {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 700;
    margin-top: 0px;
}
.slide.active {
    max-width: 40px;
    height: 40px;
    margin-top: -3px;
    position: relative;
}
.slide.active:after {
    content: "\f00c";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    font-size: 10px;
}
.brands-menu h4 span {
    display: block;
    font-weight: 400;
    font-size: 11px;
}
.slider-container {
    display: flex;
    padding-right: 10px;
    padding-left: 20px;
}
.slider-container .slide.active {
    order: 1;
}
.slide {
    width: 100%;
    max-width: 35px;
    height: 35px;
    margin-left: -20px;
    display: none;
}
.veg-toggle-two .brand-toggle {
    padding-right: 0px;
}
.brand-toggle b {
    font-weight: 600;
}
.slide img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #fff;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 5%) !important;
}
.merchant-dv {
    background-color: #F4F4F4;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.merchant-dv .merchant-img {
    width: 100%;
    max-width: 70px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 15px;
}
.merchant-dv .merchant-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}
.merchant-name h6 {
    font-size: 17px;
    margin-bottom: 5px;
}
.slider-container .slide:nth-child(-n+4), .slider-container .slide.active {
    display: block;
}
/*Brands Menu*/
.cart-center {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0px 30px 30px 30px;
    background-color: #fafafa;
}
.outlet-top {
    margin: 0 -30px;
    padding: 25px 0 15px;
    border-bottom: 2px solid #EFEFEF;
    background-size: cover;
    position: relative;
}
.outlet-top::before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: rgb(255, 255, 255, 1);
    z-index: 0;
    height: 100%;
    left: 0px;
    top: 0px;
}
.explore-menu {
    padding: 10px 0 0px;
}
.wla-outlet-name-md {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}
.bestseller-container {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1270px;
    margin: 0 auto;
}
.explore-menu .bestseller-container {
    padding: 0px;
    margin-left: -12px;
}
.wla-left-inner .explore-menu .bestseller-container {
    margin-left: -7px;
    margin-right: 0px;
}
.offers-slider {
    overflow-x: autos;
    width: 100%;
    display: flex;
    overflow-y: hidden;
    padding-bottom: 3px;
}
.offers-slider::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
.offers-slider::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
}
.offers-slider::-webkit-scrollbar-thumb {
    background-color: #898989;
}
.offers-slider-start {
    padding: 5px 5px;
    width: auto;
    min-width: 340px;
    cursor: pointer;
}
.offers-slider-inner {
    border: 1px solid #e7e7e7;
    border-radius: 8px!important;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 10%);
    display: flex;
    padding: 0px;
    align-items: center;
    background-color: #fff;
    overflow: hidden;
    height: 100%;
}
.offers-slider-left {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px;
    height: 100%;
    display: flex;
    align-items: center;
}
.offers-slider-left img {
    max-width: 35px;
    margin: 0 auto;
}
.offers-slider-right {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    padding: 10px 15px 10px 15px;
    border-left: 1px solid #EFEFEF;
    font-size: 14px;
    color: #848484;
    background-color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
}
.offers-slider-right .offer-main-txt {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #201C1D;
    margin-bottom: 3px;
}
.offers-slider-right b {
    color: #201C1D;
    font-weight: 500;
}
.active-order-div {
    overflow-x: autos;
    width: 100%;
    display: flex;
    overflow-y: hidden;
    padding-bottom: 3px;
    margin-bottom: 0px;
}
.active-order-div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
.active-order-div::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
}
.active-order-div::-webkit-scrollbar-thumb {
    background-color: #898989;
}
.active-order-div .offers-slider-start {
    min-width: 400px;
}
.a-order-div {
    background-color: #fff;
    border-radius: 12px!important;
    overflow: hidden;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 10%);
}
.order-header {
    background-color: #FBF4F3;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}
.order-body {
    padding: 10px 10px;
}
.order-buttons {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    display: flex;
    justify-content: center;
    border-top: 1px dashed #E7E7E7;
    padding-top: 10px;
    margin-top: 15px;
    font-size: 14px;
}
.order-buttons li {
    width: 100%;
    max-width: 50%;
    text-align: center;
    border-right: 2px solid #eef8f3;
}
.order-buttons li:last-child {
    border-right: none;
}
.order-buttons li a {
    color: var(--main-bg-color);
    display: inline-block;
    padding: 0px;
}
.order-tracking {
    text-align: center;
    width: 20%;
    position: relative;
    display: block;
}
.order-tracking::before {
    content: '';
    display: block;
    height: 2px;
    width: calc(100% - 40px);
    background-color: #E7E7E7;
    top: 13px;
    position: absolute;
    left: calc(-50% + 20px);
    z-index: 0;
}
.order-tracking .is-complete {
    display: block;
    position: relative;
    border-radius: 50%!important;
    height: 25px;
    width: 25px;
    border: 0px solid #AFAFAF;
    background-color: #E7E7E7;
    margin: 0 auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    z-index: 0;
}
.current .is-complete {
    background-image: url(/assets/wla_new/img/progress.png);
    background-size: cover;
}
.order-tracking.current .is-complete:after {
    display: none;
}
.order-tracking p {
    color: #A4A4A4;
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 20px;
}
.order-tracking.completed .is-complete {
    border-width: 0px;
    background: linear-gradient(331.76deg, #007400 13.35%, #00d600 84.07%);
}
.order-tracking.completed p,
.order-tracking.completed p span,
.order-tracking.current p,
.order-tracking.current p span {
    color: #000 !important;
}
.order-tracking.current p {
    font-weight: 500;
}
.order-tracking.current::before {
    background-color: var(--main-bg-color);
}
.order-tracking p span {
    font-size: 11px;
    color: #848484;
    width: 100%;
    max-width: 55px;
    display: block;
    margin: 0 auto;
}
.order-tracking:first-child:before {
    display: none;
}
.order-tracking .is-complete:after {
    display: block;
    position: absolute;
    content: '';
    height: 12px;
    width: 7px;
    top: -2px;
    bottom: 0;
    left: 12px;
    margin: auto 0;
    border: 0px solid #ffffff;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
}
.order-tracking.completed .is-complete:after {
    display: block;
    position: absolute;
    content: '';
    height: 12px;
    top: -2px;
    bottom: 0;
    margin: auto 0;
    border: 0px solid #ffffff;
    transform: rotate(45deg);
    border-color: #fff;
    border-width: 0px 3px 3px 0;
    width: 6px;
    left: 9px;
    opacity: 1;
    background: none;
    border-radius: 0px;
}
.order-tracking.cancelled .is-complete {
    border-width: 0px;
    background: linear-gradient(331.76deg, #f00 13.35%, red 84.07%);
}
.order-tracking .is-complete:after {
    display: block;
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto 0;
    border: none;
    transform: none;
    border-radius: 50%;
}
.order-tracking.cancelled .is-complete:after,
.order-tracking.cancelled .is-complete:before {
    border-color: #fff;
    border-width: 0px 3px 3px 0;
    left: 12px;
    opacity: 1;
    transform: rotate(-45deg);
    height: 15px;
    width: 2px;
    border-radius: 0px;
}
.order-tracking.cancelled .is-complete:before {
    display: block;
    position: absolute;
    content: '';
    transform: rotate(45deg);
    top: 2px;
    bottom: 4px;
    margin: auto 0;
    border: 0px solid #ffffff;
    background-color: #fff;
    width: 3px;
}
.veg-toggle {
    background-color: #e7e7e7;
    padding: 12px 15px;
    border-radius: 4px!important;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 25px;
    display: flex;
    align-items: center;
}
.veg-toggle>div {
    width: 100%;
    max-width: 100%;
}
.brand-toggle {
    font-size: 13px;
    padding-right: 10px;
    line-height: 17px;
    font-weight: 400;
}
.brand-toggle a {
    color: var(--main-bg-color);
    font-weight: 500;
    display: block;
}
.veg-toggle .veg-row {
    align-items: center;
}
.search-div {
    background-color: #fff;
    padding: 10px 15px 10px 45px;
    border-radius: 10px!important;
    font-weight: 400;
    position: relative;
    width: 100%;
    max-width: 230px;
    border: 1px solid #D1D1D1;
}
.search-div p {
    margin: 0px;
}
.search-div span {
    position: absolute;
    left: 83px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.search-div img {
    width: 100%;
    max-width: 17px;
}
.chek {
    margin: 0px 4px;
    overflow: hidden;
    width: max-content;
}
.checkboxnew-outer .chek:first-child {
    margin-left: 0px;
}
.checkboxnew-outer .chek:last-child {
    margin-right: 0px;
}
.chek label {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}
.chek label span {
    text-align: center;
    padding: 3px 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.chek label input {
    position: absolute;
    display: none;
    color: #000 !important;
}
.chek label input+span {
    color: #000;
}
.chek input:checked+span {
    color: #000;
}
.checkboxnew-outer {
    display: flex;
    justify-content: right;
}
.wla-outlet-name-md {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}
.bottom-dots .dot.line-dot,
.heading-dots .h-dot.line-dot {
    border-right: 40px solid var(--main-bg-color);
}
.bottom-dots .dot.line-dot {
    color: var(--main-bg-color);
}
.bottom-dots .dot {
    position: relative;
    display: block;
    float: left;
    width: 3px;
    height: 2px;
    border-right: 3px solid var(--main-bg-color);
    margin-right: 3px;
}
.bottom-dots .dot,
.heading-dots .h-dot {
    border-right: 3px solid var(--main-bg-color);
}
.page-section {
    padding: 20px 0;
    border-bottom: 4px solid #e7e7e7;
}
.outer-item-dv {
    padding: 0 7px;
}
.featured-card {
    border-radius: 20px;
    position: relative;
    width: 250px;
    height: 250px;
    box-shadow: 1px 1px 5px rgb(118 115 115 / 15%);
    overflow: hidden;
    z-index: 0;
}
.bg-span {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: var(--main-bg-color);
    z-index: -1;
    border-radius: 15px;
    opacity: 0.4;
}
.featured-card img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    position: relative;
}
.featured-card:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    box-shadow: 0 0 70px 30px black inset;
    -moz-box-shadow: 0 0 70px 30px black inset;
    -webkit-box-shadow: 0 0 70px 30px black inset;
    z-index: 1;
}
.featured-lower {
    position: absolute;
    bottom: 15px;
    width: 100%;
    padding: 0 20px;
    z-index: 1;
    left: 0px;
}
.featured-lower .price-p, .featured-upper .item-title {
    color: #fff;
    padding-top: 5px;
}
.featured-upper .item-title {
    width: 100%;
    max-width: 200px;
}
.customisa {
    color: #cdcdcd;
}
.customisa {
    color: #cdcdcd;
    font-size: 12px;
}
.featured-upper {
    position: absolute;
    top: 15px;
    width: 100%;
    padding: 0 15px;
	z-index: 1;
}
.item-outer {
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 10%);
    background-color: #fff;
}
.page-section .item-outer {
    margin: 10px 0;
}
.item-placeholder {
    width: 100%;
    /* height: 274px; */
    overflow: hidden;
    max-width: 100%;
    position: relative;
}
.veg-flag {
    width: 13px;
    height: 13px;
    border: 1px solid #3DA66E;
    text-align: center;
    background-color: #fff;
    margin-right: 7px;
    margin-top: 2px;
    position: relative;
}
.veg-flag span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #3DA66E;
    border-radius: 50% !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.item-placeholder .veg-flag,
.item-placeholder .non-vegflag {
    position: absolute;
    top: 8px;
    left: 8px;
}
.non-vegflag {
    width: 13px;
    height: 13px;
    border: 1px solid #fd1615;
    text-align: center;
    background-color: #fff;
    margin-right: 7px;
    margin-top: 2px;
    position: relative;
}
.non-vegflag span {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 7px solid #fd1615;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.chek label .non-vegflag span {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    padding: 0px !important;
}
.chek label .veg-flag span {
    display: inline-block !important;
    width: 7px !important;
    height: 7px !important;
    padding: 0px !important;
}
.chek input:checked+span {
    border: 1px solid var(--main-bg-color);
    color: var(--main-bg-color);
}
.chek input+span {
    padding: 5px 10px;
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    background-color: #fff;
}
.chek input+span i {
    display: none;
}
.chek input:checked+span i {
    display: block;
}
.item-details {
    padding: 12px 15px;
}
.item-details .item-heading {
    display: flex;
}
.item-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}
.page-section .item-outer .item-title {
    margin-bottom: 10px;
}
.cart-btn-outer {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    padding-left: 12px;
}
.cart-btn-outer > span {
    line-height: normal !important;
    display: flex;
    align-items: center;
}
.item-details.item-details-single .cart-btn-outer {
    padding-left: 0px;
}
.price-p {
    margin: 0px;
    font-size: 17px;
    font-weight: 600;
}
.cart-btn {
    border: 1px solid var(--main-bg-color);
    color: var(--main-bg-color);
    padding: 3px 12px;
    border-radius: 5px!important;
    font-size: 14px;
    background-color: #f4f4f4;
}
.inner-sub-page-sec {
    margin: 10px 0px;
}
.page-section .inner-sub-page-sec:last-child {
    margin-bottom: 0px;
}
.page-section .row {
    padding: 0 8px;
}
.inner-sub-page-sec .wla-outlet-name-md-two {
    font-weight: 500;
    font-size: 17px;
    color: var(--main-bg-color);
    padding-left: 6px;
}
.outer-item-dv .item-dts {
    display: block;
    padding: 1px 14px;
    background-color: #fff;
    margin: 0 0 13px;
    height: 93%;
    border-radius: 5px!important;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 10%) !important;
}
.item-placeholder .bestseller-placeholder {
    width: 100%;
    height: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    transition: 0.7s;
    backface-visibility: hidden;
}
.item-nw-outer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
    height: 100%;
}
.item-nw-placeholder-outer {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    position: relative;
    cursor: pointer;
}
.outer-item-dv-new .item-dts-new {
    display: block;
    padding: 0px;
    background-color: #fff;
    margin: 0;
    height: 100%;
    border-radius: 5px!important;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 10%) !important;
}
.item-nw-outer-new {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
    height: 100%;
}
.item-nw-outer-new .item-nw-placeholder-outer,
.item-nw-outer-new .item-content {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.item-nw-outer-new .item-nw-placeholder {
    width: 100%;
    max-width: 100%;
    height: 142px;
    border: none;
}
.item-nw-outer-new .item-nw-placeholder img {
    border-radius: 5px 5px 0px 0px;
    object-position: center;
}
.item-nw-outer-new .item-content .item-details {
    padding: 12px 12px 38px 12px;
}
.item-content .item-details.item-details-single {
	padding-left: 0px;
	padding-right: 0px;
}
.item-nw-outer-new .cart-btn-outer {
    padding-right: 12px;
}
.item-content {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.item-nw-placeholder {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #fafafa;
}
.item-nw-placeholder img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.item-details {
    padding: 12px 15px;
}
.item-content .item-details {
    padding: 0px 0px 43px 12px;
    height: 100%;
    position: relative;
}
.item-tt-outer {
    display: flex;
}
.heading-customize {
    color: #848484;
    font-size: 13px;
    margin-bottom: 0;
    display: block;
    line-height: 20px;
}
.quantity-btn {
    /* background: transparent linear-gradient( 90deg, #16a850 0%, #417649 100%) 0% 0% no-repeat padding-box; */
    width: max-content;
    border-radius: 5px!important;
    box-shadow: 0px 12px 20px rgb(0 0 0 / 6%);
    overflow: hidden;
    border: 1px solid #d4d4d4;
}
.quantity-btn.disabled,.price-checkout.disabled,.price_mobile.disabled,.bogo_modal.disabled,.order-type.disabled,.cart-count-add.disabled {
    opacity: .5;
    pointer-events: none;
}
.input-group-prepend {
    margin-right: -1px;
}
.qty-decrease,
.qty-increase {
    border: none;
    border-radius: 0px!important;
    background: none;
    font-size: 14px;
    line-height: 1.5;
    background: none;
    border: none;
    color: var(--main-bg-color);
}
.qty-decrease {
    padding: 6px 2px 6px 9px;
    background-color: #fff;
}
.form-control.qtyVal {
    width: auto;
    max-width: 25px;
    text-align: center;
    height: auto;
    background-color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 700;
    color: #000;
}
.qty-increase {
    padding: 6px 9px 6px 3px;
    color: var(--main-bg-color);
    background-color: #fff;
}
.customisable-span {
    font-size: 13px;
}
.flag-top {
    position: absolute;
    left: 7px;
    top: 7px;
    border-radius: 0px !important;
    margin: 0px;
}
.fssai {
    padding-top: 10px;
}
.cart-last {
    border-left: 1px solid #e7e7e7;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
    padding-right: 8px;
}
.wla-cart-dv {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    z-index: 1;
}
.wla-cart-dv .p-method img {
    width: 100%;
    max-width: 15.5%;
}
.delivery-div {
    padding: 10px 0px 15px;
}
.order-type {
    border-radius: 1000px!important;
    display: flex;
    width: 100%;
}
.order-type a {
    padding: 4px 3px;
    border-radius: 5px !important;
    background-color: #f7f7f7;
    font-weight: 400;
    transition: background-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    color: #848484 !important;
    margin: 0 2px;
    text-align: center;
    width: 100%;
}
.order-type .active {
    background-color: var(--main-bg-color);
    color: #fff !important;
}
.order-type a:first-child {
    margin-left: 0px;
}
.order-type a:last-child {
    margin-right: 0px;
}
.order-type a.disabled {
    position: relative;
    color: red;
    pointer-events: none;
    border: none;
    background: none;
}
.order-type a.disabled:before {
    content: "\f05e";
    position: absolute;
    font-size: 13px;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    right: 3px;
    top: 0;
}
.order-type a i {
    display: block;
    font-size: 21px;
}
.cart-items-outer-main {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 5px;
}
.cart-items-outer-main {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 5px;
}
#cartDisplay {
    text-align: center;
    padding-top: 10px;
}
#cartDisplay svg {
    max-width: 150px;
    fill: #c7c7c7;
}
.cart-items-outer {
    margin-top: 10px;
    padding: 0 5px 0px 5px;
    border-bottom: 1px solid #ccc;
    text-align: left;
}
.cart-items-outer .cart-lft-btn {
    padding: 0 3px 0 10px;
    display: flex;
}
.cart-items-outer .cart-lft-btn .veg-flag,
.cart-items-outer .cart-lft-btn .non-vegflag {
    margin-top: 5px;
}
.item-small-hd {
    font-size: 13px;
    margin-bottom: 3px;
    font-weight: 500;
    line-height: 21px;
}
.wla-cart-dv .item-price {
    margin-bottom: 10px;
}
.item-price span {
    font-weight: 400;
    margin-right: 8px;
    font-size: 13px;
}
.cart-items-outer .cart-rgt-btn {
    padding: 0 10px 0px 3px;
    text-align: right;
    text-align: -webkit-right;
}
.additional {
    padding-left: 20px;
    font-size: 13px;
}
.cart-items-outer .cart-lft-btn {
    padding: 0 3px 0 10px;
    display: flex;
}
.additional .item-small-hd {
    font-size: 13px;
}
.cart-last .cart-btn {
    width: 100%;
    display: flex;
    text-align: center;
    padding: 8px 15px;
    font-size: 15px;
    justify-content: space-between;
    margin-top: 10px;
    color: #fff;
    background-color: var(--main-bg-color);
}
.cart-last .cart-btn.cart-btn-tp {
    border: 1px dashed #b7b7b7;
    background: none;
    color: #000;
    font-weight: 400;
}
#moreinfo .outlet-address {
    margin-bottom: 8px;
    font-weight: 500;
}
#moreinfo .body {
    padding: 1rem 1.5rem !important;
}
.sticky-btn-comn {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 11;
    text-align: center;
    padding: 15px 15px;
    background-color: #fff;
    margin: 0px;
    box-shadow: 0px 0px 10px #00000029;
}
.ordertypemodes span {
    border: 1px solid var(--main-bg-color);
    color: var(--main-bg-color);
    border-radius: 4px;
    padding: 4px 6px;
    font-size: 13px;
    font-weight: 500;
}
.ordertypemodes .disabled span {
    color: #848484;
    border-color: #848484;
}
.ordertypemodes>div {
    position: relative;
}
.ordertypemodes>div:before {
    position: absolute;
    right: 5px;
    top: -8px;
    content: "\f00c";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 8px;
    width: 13px;
    height: 13px;
    background-color: green;
    text-align: center;
    line-height: 14px;
    color: #fff;
    border-radius: 50%;
}

.ordertypemodes>div.disabled:before {
    content: "\f05e";
    background-color: red;
    color: #fff;
}
.span-icon {
    width: 23px;
    text-align: center;
    height: 23px;
    line-height: 23px;
    background-color: var(--main-bg-color);
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
}
.boxes-avail {
    box-shadow: 0px 4px 7px rgb(0 0 0 / 10%) !important;
    padding: 10px;
    border-radius: 5px;
    height: 100%;
    border: 1px solid #e7e7e7;
}
.item-nw-outer-new .item-content {
    padding-bottom: 15px;
}
.outer-item-dv-new {
    margin-bottom: 13px;
    padding: 0 7px;
    margin-top: 5px;
}
#productSearch .cart-btn-outer {
    position: relative;
}
#productSearch .item-content .item-details {
    padding-bottom: 0px;
}
.facts .row {
    padding: 7px 0;
    border-bottom: 1px solid #E7E7E7;
}
.left-fact {
    color: #000;
}
.right-fact {
    color: #848484;
}
.facts a {
    color: var(--main-bg-color);
    border-bottom: 1px solid var(--main-bg-color);
    display: inline-block;
    margin-top: 7px;
}
.inr-card {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 3px;
    padding-right: 3px;
}
.inr-outer {
    margin-right: -3px;
    margin-left: -3px;
}
.message-inr {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 3px;
    padding-right: 3px;
}
.message-inr-start {
    background-color: #fbfbfb;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: initial;
    color: #a0a0a0;
}
#featuredList .featured-dv {
    margin-bottom: 20px;
}
#featuredList .item-outer {
    height: 100%;
    margin: 0px;
    position: relative;
}
#featuredList .item-details {
    padding-bottom: 55px;
    line-height: normal;
}
#featuredList .item-details > span {
    margin-top: 5px;
    display: block;
    font-size: 13px;
}
#featuredList .item-outer .item-title {
    margin-bottom: 0px;
}
#featuredList .cart-btn-outer {
    position: absolute;
    width: 100%;
    left: 0px;
    padding: 0 15px;
    bottom: 12px;
}
#featuredList .cart-btn-outer .cart-btn {
    padding: 5px 12px;
}
.outer-item-dv-new .item-dts-new .item-details.item-details-single {
    padding: 12px 12px 38px 12px;
}
.outer-item-dv-new .item-dts-new .item-details.item-details-single .cart-btn-outer {
    padding-left: 12px;
}

/*Top Card Design*/
.outlet-top-div-neww {
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    margin-top: 20px;
    padding: 10px 10px;
}
.outlet-top-div-neww .outlet-top-inr-neww {
    border-top: 1px solid #f2f2f2;
    padding: 12px 0;
}
.outlet-top-div-neww .outlet-top-inr-neww:first-child {
    padding-top: 0px;
    border-top: none;
}
.outlet-top-div-neww .outlet-top-inr-neww:last-child {
    padding-bottom: 0px;
}
.outlet-profile-img {
    display: flex;
    align-items: center;
}
.outlet-profile-img li:first-child {
    margin-right: 10px;
    width: 60px;
}
.outlet-profile-img img {
    width: 100%;
    max-width: 60px;
}
.outlet-profile-img li div {
    display: inline-block;
}
.outlet-profile-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: -0.28px;
}
.rating-dv-neww svg {
    width: 100%;
    max-width: 15px;
    margin-right: 3px;
}
.rating-dv-neww {
    font-weight: 600;
}
.rating-column {
    border: 1px solid #E5E5E5;
    text-align: center;
    float: right;
    width: fit-content;
    border-radius: 8px;
    padding: 5px 5px;
    font-size: 12px;
    color: #201C1D;
}
.rating-left {
    margin-right: 12px;
}
.rating-left div:first-child svg {
    width: 100%;
    max-width: 14px;
    margin-right: 2px;
}
.desktop-icons {
    margin-top: 5px;
}
.desktop-icons a {
    background-color: #fafafa;
    display: inline-block;
    margin: 0 4px;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    text-align: center;
}
.desktop-icons li:first-child a {
    margin-left: 0px;
}
.desktop-icons li:last-child a {
    margin-right: 0px;
}
.rating-text img {
    margin-right: 5px;
}
.rating-text {
    font-weight: 600;
    font-size: 16px;
    border-bottom: 0.3px dashed #DDDDDD;
    padding-bottom: 5px;
    margin-bottom: 2px;
}
.card-buttons a {
    background-color: #FAFAFA;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 5px !important;
}
.common-coupen {
    overflow-x: autos;
    width: 100%;
    display: flex;
    overflow-y: hidden;
    padding-bottom: 3px;
}
.common-coupen::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
.common-coupen::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
}
.common-coupen::-webkit-scrollbar-thumb {
    background-color: #898989;
}
.coupen-card, .featured-outer {
    padding: 5px 5px;
    cursor: pointer;
}
.coupen-card ul {
    height: 100%;
    background: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    position: relative;
    color: #201C1D;
    width: 260px;
    box-shadow: 1px 1px 5px rgb(118 115 115 / 15%);
    overflow: hidden;
}
.coupen-card ul p {
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 20px;
}
.coupen-card ul li:first-child {
    background-color: #fcf8f7;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 5px 7px;
    justify-content: center;
    margin-right: 10px;
    width: 100%;
    max-width: 18%;
}
.second-li {
    padding: 8px 5px 8px 0px;
}
.coupen-card ul li:first-child img {
    width: 100%;
    max-width: 45px;
}
.first-li span {
    display: block;
    font-weight: 700;
    font-size: 20px;
}
#moreinfo .modal-body {
    padding: 1rem 1rem !important;
}
.card-top-grey {
    background-color: #F8F8F8;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.card-top-grey p {
    margin: 0px;
}
.card-top-grey p span {
    font-weight: 500;
    display: block;
}
.outlet-detail .custom-heading-main {
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
    display: flex;
    align-items: flex-start;
}
.outlet-detail img, .outlet-detail svg {
    width: 100%;
    max-width: 22px;
    margin-right: 15px;
    height: auto;
}
/*Top Card Design*/

/*Responsive*/
@media only screen and (max-width: 1450px) {
    .item-nw-placeholder {
        height: auto;
    }
}

@media only screen and (max-width: 991px) {
    /*menu-mobile-css*/
    .push {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .fixed-cart-data {
        display: block;
        position: fixed;
        bottom: 0px;
        z-index: 11;
        width: 100%;
    }
    #showTop,
    #showTopTwo {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 20px;
        text-align: center;
        padding: 8px 12px !important;
        font-size: 12px !important;
        background-color: #201C1D;
        border-radius: 5px!important;
        box-shadow: 0px 12px 32px -4px rgb(32 28 29 / 20%) !important;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
    }
    #showTop img,
    #showTopTwo img {
        width: 100%;
        max-width: 16px;
        margin-right: 6px;
        vertical-align: sub;
    }
    #showTop i,
    #showTopTwo i {
        margin-right: 5px;
    }
    #showTop:hover,
    #showTopTwo:hover,
    #showTop:active,
    #showTopTwo:active {
        background-color: var(--main-bg-color);
    }
    .backBtn {
        background-color: #f7f7f7;
        font-size: 16px;
        text-align: right;
        padding: 10px 15px 10px 15px;
        color: #fff;
    }
    .backBtn:hover,
    .backBtn:active {
        background-color: #000;
        color: #fff;
    }
    .backBtn span {
        padding-right: 0px;
    }
    .menu-right .backBtn {
        text-align: left;
    }
    .menu-top .backBtn,
    .menu-bottom .backBtn {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-weight: 500;
        font-size: 15px;
        margin-bottom: 0px;
        border-radius: 50% !important;
        position: absolute;
        right: 0px;
        top: -35px;
        padding: 0px;
        background-color: #000;
        color: #fff;
    }
    .menu-top .subcategories.active,
    .menu-top .subcategories:hover {
        background-color: #fff;
    }
    .menu {
        background-color: #ffffff;
        -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
        transition: all 0s ease;
        position: fixed;
        bottom: 0;
        z-index: 11111;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        transform: translate(-50%, 0%);
        left: 50%;
        height: 295px;
        width: 250px;
        border-radius: 15px;
        padding: 5px 10px;
        overflow: visible;
    }
    .inner-toogle-new {
        height: 280px;
        overflow-y: scroll;
        padding-right: 10px;
        width: 100%;
    }
    .menu::-webkit-scrollbar {
        width: 0px;
    }
    .menu a {
        display: block;
        color: #000;
        padding: 10px 15px;
        text-decoration: none;
        position: relative;
        z-index: 11;
        font-size: 14px;
    }
    .menu-left {
        left: -280px;
    }
    .menu-left.left-open {
        left: 0;
    }
    .menu-right {
        right: -280px;
    }
    .menu-right.right-open {
        right: 0;
    }
    .menu-top {
        bottom: -140%;
    }
    .menu-top.top-open {
        bottom: 30px;
    }
    .menu-bottom {
        width: 100%;
        top: 100%;
    }
    .menu-bottom.bottom-open {
        top: 0;
    }
    .push {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .push-left {
        left: -280px;
    }
    .push-left.pushleft-open {
        left: 0;
    }
    .push-toleft {
        left: 280px;
    }
    .push-right {
        right: -280px;
    }
    .push-right .backBtn {
        text-align: left;
    }
    .push-right.pushright-open {
        right: 0;
    }
    .push-toright {
        left: -280px;
    }
    .backBtn {
        display: block !important;
    }
    .bodytoggle {
        overflow: hidden;
    }
    .fixed-black-screen.active {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0px;
        right: 0px;
        bottom: 0px;
        top: 0px;
        background-color: rgb(0, 0, 0, 0.6);
        z-index: 2222;
    }
    /*menu-mobile-css*/
    .first-cb {
        font-weight: 500;
        display: flex;
        align-items: center;
    }
    .second-cb {
        font-weight: 500;
    }
    .view-cart-dv .cart-button img {
        width: 100%;
        max-width: 17px;
        vertical-align: text-top;
        margin-left: 4px;
    }
    .sm-img span:first-child {
        max-width: 100%;
        margin-right: 0px;
        display: none;
    }
    .icon-ff {
        width: 95px;
        height: 95px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .count-n {
        display: block;
    }
    .menu-top .subcategories {
        color: #000;
        padding: 12px 5px 12px 5px;
        width: 100%;
        max-width: 33.33%;
        display: block;
        border: none;
        font-weight: 500;
        line-height: 18px;
    }
    .menu-top .subcategories.active .overlay-tp-hd,
    .menu-top .subcategories:hover .overlay-tp-hd {
        opacity: 0;
    }
    .menu-top .subcategories.active,
    .menu-top .subcategories:hover {
        border-right: 0px solid var(--main-bg-color);
    }
    .sm-img span:last-child {
        max-width: 100%;
    }
    .sm-img img {
        width: 95px;
        height: 95px;
        margin-bottom: 10px;
    }
    .categories-hd {
        display: none;
    }
    .cart-center {
        -ms-flex: 0 0 74%;
        flex: 0 0 75%;
        max-width: 75%;
        padding: 0px 15px 20px 15px;
    }
    .outlet-top {
        margin: 0px;
        padding: 0px;
        border-bottom: none;
        position: relative;
    }
    .outlet-top-bg {
        padding: 13px 0px 10px 15px;
    }
    .tp-nw-icon {
        max-width: 55px;
        margin-right: 10px;
    }
    .outlet-address {
        font-size: 14px;
    }
    .outlet-bottom-bg {
        border-bottom: 0px solid #EFEFEF;
        padding: 13px 15px 10px 0px;
    }
    .cart-last {
        border-left: 1px solid #e7e7e7;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .order-type {
        float: none;
    }
    .order-type {
        width: 100%;
    }
    .order-type a {
        padding: 7px 8px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .wla-main-section {
        margin-top: 64px;
    }
    .first-dv {
        border-right: none;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .fixed-cart-data .price-checkout, .outletclosed {
        background-color: #fff;
        box-shadow: 0px 0px 10px #00000029;
    }
    .outletclosed {
        margin-top: 0px;
        color: #fff;
        padding: 10px;
        background-color: #ffe1e1;
    }
    .view-cart-dv .cart-button {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        background-color: var(--main-bg-color);
        border-radius: 5px!important;
        align-items: center;
        padding: 12px 12px;
        color: #fff;
        box-shadow: 0px 12px 32px -4px rgb(32 28 29 / 20%);
        font-size: 16px !important;
    }
    .outletclosed .cart-button {
        color: red;
    }
    .navigationtwo {
        position: relative;
        position: -webkit-relative;
        top: 0px;
        z-index: 1111;
    }
    .menu-top .subcategories {
        max-width: 100% !important;
        display: flex;
    }
    .menu-top .subcategories .sm-img {
        display: block;
    }
    .menu-top .subcategories .sm-img {
        padding-right: 0px;
    }
    .sub-part-cat,
    .menu-top .subcategories.active~.sub-part-cat {
        display: none;
    }
    .menu-top .subcategories span i {
        color: #000;
    }
    .cart-center {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px 0px 0px 0px;
        background-color: #fff;
        padding-bottom: 200px;
    }
    .outlet-imgs-bg {
        max-width: 22%;
        display: none;
    }
    .tp-nw-icon {
        max-width: 50px;
        margin-right: 8px;
    }
    .outlet-address {
        font-size: 15px;
        margin: 0px;
        width: 100%;
        max-width: 100%;
    }
    .wla-left-inner {
        padding: 0 15px;
        background-color: #e7e7e7;
    }
    .explore-menu {
        padding: 15px 0 0px;
        margin: 0px 0 0px;
    }
    .wla-outlet-name-md {
        font-size: 16px;
        font-weight: 600;
        padding: 0 7px;
        margin: 0 -13px;
        margin-bottom: 10px;
    }
    .wla-left-inner .explore-menu .bestseller-container {
        margin-left: -7px;
        margin-right: -15px;
    }
    .cart-center .offers-slider {
        margin-bottom: 0px;
    }
    .offers-slider-start {
        padding: 10px 2px;
        min-width: 275px !important;
    }
    .active-order-div .offers-slider-start {
        min-width: 345px !important;
    }
    .offers-slider-left {
        padding: 0px 10px;
    }
    .offers-slider-left img {
        max-width: 30px;
    }
    .offers-slider-right {
        font-size: 13px;
        padding: 10px;
    }
    .offers-slider-right .offer-main-txt,
    .offers-slider-right {
        font-size: 13px;
    }
    .order-body {
        padding: 10px 0px;
    }
    .order-tracking::before {
        height: 2px;
    }
    .order-tracking .is-complete {
        height: 25px;
        width: 25px;
    }
    .order-tracking .is-complete:after {
        display: block;
        position: absolute;
        content: '';
        height: 8px;
        width: 8px;
        top: 0px;
        bottom: 0;
        left: 12px;
        margin: auto 0;
        border: 0px solid #ffffff;
        border-width: 0px 2px 2px 0;
        transform: rotate(45deg);
    }
    .order-tracking .is-complete:after {
        left: 8px;
    }
    .order-tracking p {
        font-size: 11px;
        margin-top: 8px;
        margin-bottom: 0;
        line-height: 17px;
    }
    .order-tracking p span {
        font-size: 9px;
    }
    .order-tracking.completed .is-complete:after {
        border-width: 0px 2px 2px 0;
        width: 5px;
        left: 11px;
    }
    .order-tracking.cancelled .is-complete:after,
    .order-tracking.cancelled .is-complete:before {
        left: 11px;
    }
    .order-tracking.cancelled .is-complete:after,
    .order-tracking.cancelled .is-complete:before {
        left: 11px;
    }
    .veg-toggle {
        padding: 10px 10px;
        font-size: 15px;
        margin-top: 0;
        border-radius: 0px!important;
        margin-bottom: 0px;
        overflow: hidden;
        background-color: #fafafa;
    }
    .veg-toggle-two {
        border-top: 1px solid #dedede;
        z-index: 3 !important;
    }
    .veg-toggle .veg-row .voggle-left {
        order: 1;
        text-align: right;
        padding-left: 0;
    }
    .voggle-right {
        padding-right: 10px;
    }
    .search-div {
        display: inline-block;
        padding: 0px 10px 0 35px;
        max-width: 120px;
        line-height: 35px;
        border: 1px solid #E7E7E7;
        text-align: left;
    }
    .search-div span {
        left: 39px;
    }
    .search-div img {
        max-width: 15px;
    }
    .toggle-outer {
        font-size: 13px;
        justify-content: left;
    }
    .page-section {
        padding: 0 15px;
        border-bottom: 4px solid #e7e7e7;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .mid-section .page-section#featuredProducts {
        border-bottom: 4px solid #e7e7e7;
    }
    .page-section .row {
        padding: 0 10px;
    }
    .outer-item-dv {
        padding: 0px;
        border-bottom: 1px solid #ebebeb;
    }
    .row .featured-dv:nth-child(odd) {
        padding-right: 5px;
        border: none;
    }
    .row .featured-dv:nth-child(even) {
        padding-left: 5px;
        border: none;
    }
    .item-placeholder {
        height: auto;
    }
    .cart-center .item-outer .item-details {
        padding: 10px 10px;
    }
    .cart-center .item-outer .item-title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .price-p {
        font-size: 16px;
    }
    .cart-center .item-outer .cart-btn {
        padding: 5px 12px;
        font-size: 12px;
        margin-left: 0px;
    }
    .inner-sub-page-sec {
        padding: 10px 15px;
        margin: 0px -15px 4px -15px;
        border-radius: 0px!important;
        background-color: #fff;
        padding: 0px 15px 5px 15px;
        border-radius: 4px!important;
    }
    .inner-sub-page-sec .wla-outlet-name-md-two {
        margin-bottom: 0;
        font-size: 15px;
        padding-left: 0;
        padding-top: 10px;
    }
    .heading-customize {
        font-size: 12px;
        line-height: 18px;
    }
    .qty-decrease,
    .qty-increase {
        font-size: 10px;
    }
    .qty-decrease {
        padding: 9px 6px 9px 12px;
    }
    .form-control.qtyVal {
        max-width: 20px;
    }
    .qty-increase {
        padding: 9px 12px 9px 6px;
    }
    .customisable-span {
        font-size: 12px;
        line-height: 20px;
    }
    .fssai {
        padding-top: 0px;
    }
    .cart-last {
        border-left: none;
        border-top: 1px solid #e7e7e7;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
        display: none;
    }
    .veg-toggle.stickp {
        position: sticky;
        position: -webkit-sticky;
        top: 63px;
        width: 100%;
        z-index: 2;
        background-color: #fafafa;
        padding: 10px 10px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
        -moz-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
        -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
        -o-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    }
    .veg-toggle.veg-toggle-two.stickp {
        border-top: none !important;
        top: 119px !important;
        background-color: #fff;
    }
    .page-section .row .outer-item-dv:last-child {
        border-bottom: none;
    }
    .outer-item-dv>.item-dts {
        display: block;
        padding: 0;
        background: none;
        margin: 0px;
        height: auto;
        border-radius: 0px!important;
        box-shadow: none !important;
    }
    .order-header {
        padding: 10px 10px;
    }
    .wla-cart-dv {
        position: relative;
        position: -webkit-relative;
        top: 0px;
        z-index: 0;
    }
    .delivery-div {
        padding: 15px 0px 10px;
    }
    .order-type a {
        padding: 8px 10px;
        font-size: 13px;
        width: 100%;
    }
    .span-font {
        font-size: 13px;
    }
    .item-title {
        font-size: 15px;
    }
    .cart-btn-outer {
        padding-left: 13px;
    }
    .item-nw-outer-new .item-nw-placeholder {
        height: 169px;
    }
    .outer-item-dv-new {
        margin-bottom: 13px;
        padding: 0px;
    }
    .menu-top .sub-part-outer {
        width: 100%;
    }
    .checkboxnew-outer {
        justify-content: left;
    }
    .bottom-dots {
        margin: 0 -5px;
        margin-bottom: 12px;
    }
	.coupen-card ul {
		width: 250px;
	}
	.coupen-card ul li:first-child {
		max-width: 18%;
	}
	.featured-card {
		width: 240px;
		height: 240px;
	}
	.coupon-outer {
		margin-right: -15px;
	}
	.featured-upper .item-title {
		max-width: 190px;
	}
    .outlet-detail img, .outlet-detail svg {
        max-width: 20px;
        margin-right: 10px;
    }
	#featuredProducts #featuredList {
		margin-top: 8px;
	}
	#featuredList .cart-btn-outer {
		padding: 0 10px;
		bottom: 10px;
	}
	#featuredList .item-details {
		padding-bottom: 55px;
	}
	.item-nw-placeholder-outer {
		-ms-flex: 0 0 38%;
		flex: 0 0 38%;
		max-width: 38%;
	}
	.item-content {
		-ms-flex: 0 0 62%;
		flex: 0 0 62%;
		max-width: 62%;
	}
	.tableNameDisplay.stickp {
		top: 119px;
	}
	.cloud-kitchen .tableNameDisplay.stickp {
		top: 177px !important;
	}
    /*Top Card Design*/
    .rating-dv-neww-opn {
        margin-left: 0;
        margin-right: 5px;
    }
    .outlet-profile-heading {
        font-size: 16px;
    }
    .outlet-profile-img li div:first-child {
        display: block;
        margin-bottom: 10px;
    }
    .rating-column {
        font-size: 11px;
        padding: 4px 4px;
    }
    .rating-text {
        font-size: 14px;
    }
    .outlet-top-div-outer {
        padding: 10px;
        background-color: #e7e7e7;
    }
    .outlet-top-div-neww {
        margin-top: 0px;
    }
    .rating-text img {
        width: 100%;
        max-width: 14px;
    }
    .card-buttons a {
        padding: 7px 7px;
    }
    .first-li span {
        font-size: 16px;
    }
    .coupen-card {
        font-size: 13px;
    }
    #moreinfo .modal-body {
        padding: 0px 0px 70px 0px!important;
    }
    .card-top-grey p {
        font-size: 13px;
        line-height: 23px;
    }
    .top-delivery-div .card-top-grey {
        padding: 5px 5px;
    }
    .outlet-detail li {
        display: block;
    }
    .outlet-detail .custom-heading-main {
        font-size: 16px;
    }
    .rating-dv-neww svg {
        max-width: 13px;
        margin-right: 1px;
    }
    #featuredProducts .coupon-outer {
        padding-bottom: 15px;
    }
    /*Top Card Design*/
    /*brand*/
    .merchant-dv .merchant-img {
        max-width: 60px;
    }
    .merchant-name h6 {
        font-size: 16px;
    }
    .slide.active:after {
        top: -2px;
    }
    .cloud-kitchen .veg-toggle.stickp {
        top: 120px;
    }
    .cloud-kitchen .veg-toggle.veg-toggle-two.stickp {
        top: 63px !important;
    }
    /*brand*/
}