.wla-main-grocery {
    margin-top: 75px;
}
.first-dv {
    padding: 0px;
    border-right: 1px solid #e7e7e7;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
}
.navigation-product {
    position: sticky;
    position: -webkit-sticky;
    top: 75px;
    z-index: 1;
    background-color: #fff;
    padding-bottom: 0;
}
.categories-hd {
    padding: 10px 15px 10px 20px;
    color: var(--main-bg-color);
    margin: 0px;
    font-weight: 600;
    font-size: 19px;
}
.product-categories {
    height: 83.2vh;
    overflow: auto;
    position: relative;
}
.product-c-list {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px 15px 8px 15px;
    font-size: 14px;
    text-transform: capitalize;
    border-bottom: 2px solid #e7e7e7;
    font-weight: 300;
    border-left: 3px solid #fff;
    position: relative;
    min-height: 62.6px;
}
.product-c-list span:first-child {
    width: 25%;
    margin-right: 6px;
}
.product-c-list img {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    object-fit: cover;
}
.product-c-list span:last-child {
    width: 73%;
    display: inline-block;
    word-break: break-word;
}
.grocery-inr {
    -ms-flex: 0 0 83%;
    flex: 0 0 83%;
    max-width: 83%;
    padding: 0px 15px 20px 15px;
}
.add-cart-info {
    display: none;
}
.productview {
    padding: 0px;
    margin: 20px 0px 0px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.productview .product-heading {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}
.productview .product-heading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 49%;
    left: 0px;
    background-color: #dfdfdf;
}
.productview .product-heading span {
    background-color: #f1f0f5;
    position: relative;
    padding: 0 10px;
    max-width: 750px;
    display: inline-flex;
    justify-content: center;
}
.productview .row {
    margin-left: -8px;
    margin-right: -8px;
}
.product-view-outer {
    padding: 0 10px;
}
.product-view {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 1px 1px 7px rgb(0 0 0 / 10%);
    background-color: #fff;
}
.product-view-img {
    width: 100%;
    height: 100%;
}
.product-view-img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.item-placeholder {
    width: 100%;
    height: 274px;
    overflow: hidden;
    max-width: 100%;
    position: relative;
    padding: 10px;
}
.product-view-detail {
    padding: 15px 15px;
}
.product-inner-heading {
    font-size: 17px;
    margin-bottom: 7px;
    font-weight: 600;
}
.product-price {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 300;
}
.no-btn-text .available-next {
    position: absolute;
    bottom: 15px;
}
.product-price span {
    font-weight: 600;
}
.add-to-cart {
    border: 1px solid var(--main-bg-color);
    padding: 5px 10px 5px 12px;
    color: var(--main-bg-color);
    border-radius: 10px !important;
    font-size: 14px;
    display: flex;
    justify-content: center;
    font-weight: 600;
    text-align: left;
    align-items: center;
}
.desktop-a {
    display: none;
}
.icon-plus {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 5px;
}
.product-view-outer .item-placeholder {
    height: auto;
}
.add-to-cart:hover {
    border: 1px solid var(--main-bg-color);
    background-color: var(--main-bg-color);
    color: #fff;
}
.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;
}
.product-view-detail .quantity-btn {
    box-shadow: none;
    display: flex;
    justify-content: center;
    background: none !important;
    overflow: hidden;
}
.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;
}
.product-view-detail .form-control.qtyVal {
    max-width: 35px;
}
.qty-increase {
    padding: 6px 9px 6px 3px;
    color: var(--main-bg-color);
    background-color: #fff;
}
.wishlist {
    position: absolute;
    top: 18px;
    right: 18px;
    background-color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #d9d9d9;
    font-size: 13px;
    color: red;
}
.item-nw-outer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
    height: 100%;
}
#productSearchDiv .item-nw-placeholder-outer {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    position: relative;
    cursor: pointer;
}
.item-nw-placeholder {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
}
.flag-top {
    position: absolute !important;
    left: 7px !important;
    top: 7px !important;
    border-radius: 0px !important;
    margin: 0px;
}
#productSearchDiv .item-nw-outer {
    padding: 10px 10px;
    margin: 10px 0;
    border-radius: 10px;
    border: 1px solid #eaeaea;
}
.item-content .item-details {
    padding: 0px 0px 38px 12px;
    height: 100%;
    position: relative;
}
#productSearch .item-content .item-details {
    padding-bottom: 0px;
}
.item-details .item-heading {
    display: flex;
}
.item-tt-outer {
    display: flex;
}
.item-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}
.heading-customize {
    color: #848484;
    font-size: 13px;
    margin-bottom: 0;
    display: block;
    line-height: 20px;
    line-break: anywhere;
}
.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;
}
#productSearch .cart-btn-outer {
    position: relative;
}
.price-p {
    margin: 0px;
    font-size: 17px;
    font-weight: 500;
}
.cart-btn {
    border: 1px solid var(--main-bg-color);
    color: var(--main-bg-color);
    padding: 3px 12px;
    border-radius: 5px !important;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #f4f4f4;
}
.quantity-btn {
    width: max-content;
    border-radius: 10px !important;
    box-shadow: 0px 12px 20px rgb(0 0 0 / 6%);
    overflow: visible;
    border: 1px solid #d4d4d4;
    background: none !important;
}
.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;
}
.qty-increase {
    padding: 6px 9px 6px 3px;
    color: var(--main-bg-color);
    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;
}
#productSearchDiv .item-content {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
.item-nw-placeholder img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.tool_tip.grocery {
    font-size: 10px;
    padding: 2px;
    top: -39px;
    width: 135px;
    right: -5px;
}
.price-space {
    margin-bottom: 2.5em;
}
.price-p {
    margin: 0px;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
#variantModal .modal-content {
    background: #F1F0F5;
}
.product-c-list.active-a:before {
    content: "";
    z-index: -1;
    background: linear-gradient(90deg, var(--main-bg-color) 0%, #ffffff 100%);
    opacity: 0.3;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.product-c-list > div {
    display: flex;
    width: 100%;
    align-items: center;
}
.search-modal .modal-body .form-search .form-control {
    font-size: 17px !important;
}
.rating-main {
    padding-left: 4px;
    color: #000;
    font-weight: 600;
}
.outlet-name-two {
    color: #787878;
    font-size: 15px;
    line-height: normal;
    margin-top: 5px;
}
.outlet-name {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0px;
}

@media only screen and (min-width: 767px) {
.product-view-detail .row {
    align-items: center!important;
    margin-top: 1rem!important;
}

}

/*Responsive*/
@media only screen and (max-width: 1280px) {
.wla-outlet-name-md, .outlet-name, .categories-hd, .outlet-name-two.special-case {
	font-size: 16px;
}
}

@media only screen and (max-width: 1199px) {
.product-c-list {
    padding: 8px 8px 8px 8px;
}
.product-c-list img {
    width: 38px;
    height: 38px;
}

}

@media only screen and (max-width: 991px) {
    .first-dv {
        border-right: none;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .item-placeholder {
        height: 272px;
    }
    .productview {
        min-height: 56.5vh;
    }

}

@media only screen and (min-width: 992px) {
    .product-view {
        margin-bottom: 0;
        height: 100%;
        position: relative;
    }
    .product-view-img {
        height: auto;
    }
    .product-view-outer {
        margin-bottom: 20px;
    }
    .float-btn-grc {
        display: flex;
        position: absolute;
        right: 15px;
        bottom: 15px;
        width: 100%;
        max-width: 45%;
        justify-content: right;
    }
    .product-price {
        position: absolute;
        bottom: 15px;
        margin-bottom: 0px;
    }
    .no-btn-text .product-price {
        position: relative;
        bottom: 0px;
        margin-bottom: 0px;
    }
    .product-view-detail {
        padding: 0px 10px;
        padding-bottom: 65px;
    }
    .product-view-detail.no-btn-text {
        padding-bottom: 50px;
    }
    .active-a, .active-a:hover {
        border-left: 3px solid var(--main-bg-color);
        color: var(--main-bg-color);
        font-weight: 600;
    }

}

@media only screen and (max-width: 991px) {
    .wla-main-grocery {
        margin-top: 63px;
    }
    .grocery-first-dv {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .navigation-product {
        top: 0px;
        z-index: 0px;
        background-color: #fff;
        padding-bottom: 0px;
        position: relative;
        position: -webkit-relative;
    }
    .categories-hd {
        display: none;
    }
    .product-categories {
        height: 100%;
        padding-bottom: 0px;
        overflow-x: autos;
        width: 100%;
        display: flex;
        overflow-y: hidden;
        padding-bottom: 0;
        padding-top: 0px;
        padding-left: 98px;
        background-color: #fff;
        border-radius: 10px 0 0 0;
    }
    .product-categories::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
    }
    .product-categories::-webkit-scrollbar {
        height: 0px;
        background-color: #F5F5F5;
    }
    .product-categories::-webkit-scrollbar-thumb {
        background-color: #898989;
    }
    .product-categories::-webkit-scrollbar {
        width: 0px;
    }
    .product-categories::-webkit-scrollbar-track {
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }
    .product-categories::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0x;
        border-radius: 0px;
    }
    .product-c-list {
        text-align: center;
        border-bottom: 0px;
        padding: 8px 3px 8px 3px;
        font-size: 12px;
        line-height: 15px;
        display: block;
        min-height: auto;
        width: auto;
    }
    .product-c-list span:first-child {
        width: 100%;
        margin: 0px;
    }
    .product-c-list span:last-child {
        width: 100%;
    }
    .product-c-list img {
        display: block;
        margin: 0 auto;
        margin-bottom: 7px;
        width: 45px;
        height: 45px;
        border-radius: 50px;
    }
    .grocery-inr {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px 0px 0px 0px;
        background-color: #f1f0f5;
        padding-bottom: 65px;
        border-left: solid 0px rgba(112, 112, 112, .15);
    }
    .grocery-inr .add-cart-info {
        width: 100%;
        max-width: 100%;
        right: 0;
        left: auto;
        padding: 0;
        background-color: #fff;
        box-shadow: 0px 0px 10px #00000029;
    }
    .grocery-inr .add-cart-info a {
        padding: 10px 10px;
        justify-content: space-between;
        margin: 10px;
    }
    .add-cart-info {
        position: fixed;
        display: block;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        text-align: center;
    }
    .add-cart-info a {
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        background: var(--main-bg-color);
        color: #fff !important;
        border-radius: 5px !important;
        user-select: none;
    }
    a.disabled {
        pointer-events: none;
        cursor: default;
    }
    .productview .product-heading {
        font-size: 16px;
        margin-bottom: 0px;
        padding: 10px 10px;
    }
    .productview .row {
        margin-left: 3px;
        margin-right: 3px;
    }
    .product-view-outer {
        padding: 5px 5px 5px 5px;
    }
    .row .product-view-outer:first-child {
        border-bottom: none;
    }
    .product-view {
        margin-bottom: 5px;
        border-radius: 10px;
        border: none;
        height: 100%;
        position: relative;
        overflow: visible;
        box-shadow: none;
        padding: 5px;
    }
    .no-btn-text .available-next {
        position: absolute;
        bottom: 5px;
    }
    .product-view-img {
        border-bottom: none;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 10px;
        height: auto;
    }
    .cart-center .product-view-outer .item-placeholder {
        height: auto;
        padding: 0px;
    }
    .product-view-detail {
        padding: 0px;
        padding-bottom: 35px;
    }
    .product-view-detail.no-btn-text {
        padding-bottom: 45px;
    }
    .product-inner-heading {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .product-view-detail.no-btn-text .product-price {
        line-height: normal;
        padding: 0px;
        margin-bottom: -5px;
    }    
    .product-price {
        font-size: 14px;
        margin-bottom: 7px;
    }
    .desktop-a {
        display: none;
    }
    .icon-plus {
        font-size: 14px;
        width: auto;
        height: auto;
        background: none;
        border-radius: 0px;
        margin-left: 4px;
    }
    .wishlist {
        width: 15px;
        height: 15px;
        line-height: 15px;
        font-size: 10px;
        top: 8px;
        right: 8px;
    }
    .productview {
        margin: 0px;
        border-radius: 0px;
        box-shadow: none !important;
        padding: 0px 0px 10px 0px;
        background-color: #f1f0f5;
    }
    .float-btn-grc {
        padding: 4px 8px 0px 8px;
        justify-content: center;
        position: absolute;
        bottom: 10px;
        left: 0px;
        width: 100%;
    }
    .float-btn-grc .add-to-cart {
        width: 100%;
    }
    .cart-icn {
        bottom: 90px;
        right: 20px;
        /* display: none !important; */
    }
    .productview .row>.col-12 p.mb-2 {
        text-align: center;
        margin-bottom: 10px !important;
    }
    .productview .row div:first-child > p {
        margin-bottom: 15px !important;
    }
    .tool_tip.grocery {
        right: auto;
        left: -5px;
        padding: 1px 1px;
        font-size: 9px;
        width: 120px;
        top: -37px;
    }
    .tool_tip.grocery:before {
        left: 67%;
    }
    .tool_tip.grocery:after {
        left: 67%;
    }
    .price-space {
        margin-bottom: 3.3em;
    }
    .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;
    }
    .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;
    }
    .card-top-grey {
        padding: 6px 6px;
    }
    .outlet-top-bg,
    .outlet-bottom-bg	{
        padding-bottom: 10px;
    }
    #locationfetchmodal.promocode.modal.modal-top .modal-content, #locationfetchmodal.promocode.modal.modal-bottom .modal-content {
    padding: 0rem 1rem;
    }
    .product-c-list > div {
        width: 92px;
        display: block;
    }
    .active-a {
        border-bottom: 3px solid var(--main-bg-color) !important;
        color: var(--main-bg-color);
        font-weight: 700;
        border-left: 0px;
    }
    .product-c-list.active-a:before {
        content: "";
        background: var(--main-bg-color);
        border-radius: 10px 10px 0px 0px;
        opacity: 0.1;
        z-index: 0;
    }
    .extraspace .wla-main-grocery {
        margin-top: 50px;
    }
    .product-c-list.active-a {
        position: absolute;
        top: 0px;
        width: auto;
        left: 0px;
        height: 100%;
    }
    .active-a, .active-a:hover {
        color: var(--main-bg-color);
        font-weight: 600;
    }
    .product-c-list.active-a:after {
        content: "";
        position: absolute;
        height: 2px;
        left: 0px;
        background: var(--main-bg-color);
        width: 100%;
        bottom: 0px;
    }
}
@media only screen and (max-width: 767px) {
.product-view-detail.no-btn-text {
    padding-bottom: 35px;
}
.productview {
    min-height: auto;
}
.flag-top {
    top: 8px;
    left: 8px;
}
.rating-dv {
    font-size: 13px;
}
    
}

@media only screen and (max-width: 575px) {
.no-btn-text .available-next {
    font-size: 11px !important;
    padding: 5px !important;
}

}

/*Grocery Top Card*/
.left-outlet-information {
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    border: 1px solid #f6f6f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.outlet-names-div {
    padding-right: 5px;
    width: 100%;
    max-width: 70%;
}
.tp-outlet-detail {
    display: flex;
    align-items: center;
}
.icon-locate {
    width: 18px;
    height: auto;
    line-height: normal;
    display: inline-flex;
}
.icon-locate svg {
    width: 100%;
}
.outlet-name {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0px;
}
.open-span {
    font-size: 10px;
    border: 1px solid #017E02;
    line-height: normal;
    padding: 2px 3px;
    border-radius: 4px;
    color: #017E02;
    height: fit-content;
    background-color: #fff;
}
.rating-dv svg {
    width: 100%;
    max-width: 14px;
}
.rating-main {
    padding-left: 4px;
}
.outlet-icons {
    padding-left: 5px;
    width: 100%;
    max-width: 30%;
}
.outlet-ul {
    display: flex;
    justify-content: right;
}
.outlet-ul li {
    padding: 0 5px;
}
.outlet-ul li:first-child {
    padding-left: 0px;
}
.outlet-ul li:last-child {
    padding-right: 0px;
}
.outlet-ul li span {
    display: block;
    padding: 5px;
    border: 1px solid #dfdfdf;
    line-height: normal;
    border-radius: 6px;
    background-color: #fff;
}
.outlet-ul li span svg {
    width: 100%;
    max-width: 22px;
}
.veg-toggle {
    background-color: #fff;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 500;
    margin-top: revert;
    display: flex;
    align-items: center;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.veg-toggle>div {
    width: 100%;
    max-width: 100%;
}
.veg-toggle .veg-row {
    align-items: center;
}
.search-div {
    background-color: #F3F3F3;
    padding: 6px 32px 6px 8px;
    border-radius: 10px !important;
    font-weight: 400;
    position: relative;
    width: 100%;
    max-width: 170px;
}
.search-div p {
    margin: 0px;
    font-size: 13px;
    color: #575757;
}
.search-div span {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.search-div span {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.search-div img {
    width: 100%;
    max-width: 17px;
}
.search-div img {
    width: 100%;
    max-width: 13px;
}
.checkboxnew-outer {
    display: flex;
    justify-content: right;
}
.chek {
    margin: 0px 3px;
    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;
    font-size: 13px;
}
.chek label input {
    position: absolute;
    display: none;
    color: #000 !important;
}
.chek label span {
    text-align: center;
    padding: 3px 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.chek input+span {
    padding: 3px 6px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    background-color: #fff;
}
.chek label input+span {
    color: #000;
}
.non-vegflag {
    width: 16px;
    height: 16px;
    border: 1px solid #fd1615;
    text-align: center;
    background-color: #fff;
    margin-right: 7px;
    margin-top: 2px;
    position: relative;
    border-radius: 3px;
}
.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%);
}
.veg-flag {
    width: 16px;
    height: 16px;
    border: 1px solid #3DA66E;
    text-align: center;
    background-color: #fff;
    margin-right: 7px;
    margin-top: 2px;
    position: relative;
    border-radius: 3px;
}
.veg-flag span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #3DA66E;
    border-radius: 50% !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.chek input+span i {
    display: none;
}
.chek input:checked+span i {
    display: block;
}
.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);
}
.top-card-new {
    padding-top: 15px;
}
.tp-outlet-detail {
    display: flex;
    align-items: center;
}
.outlet-name {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0px;
}
.open-span {
    font-size: 11px;
    border: 1px solid #017E02;
    line-height: normal;
    padding: 2px 3px;
    border-radius: 4px;
    color: #017E02;
    height: fit-content;
    background-color: #fff;
    display: inline-block;
    margin-top: 5px;
    font-weight: 600;
}
.rating-dv {
    display: flex;
    line-height: normal;
    margin-bottom: 10px;
    justify-content: right;
}
#moreinfo .rating-dv {
    font-size: 1.2em;
}
.rating-dv svg {
    width: 100%;
    max-width: 14px;
}
.rating-main {
    padding-left: 4px;
}
.top-delivery-div {
    margin-top: 20px;
}
.card-top-grey {
    padding: 10px 5px;
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    font-weight: 600;
    color: #333;
}
.card-top-grey p {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.card-top-grey p svg {
    width: 100%;
    max-width: 16px;
    margin-left: 3px;
}
.outlet-discription-ul {
    margin-top: 15px;
    display: flex;
}
.outlet-discription-ul > li {
    width: 100%;
    max-width: 50%;
    padding: 0 15px;
}
.outlet-discription-ul > li:first-child {
    padding-left: 0px;
}
.outlet-list {
    color: #666666;
}
.outlet-list li {
    margin: 5px 0;
}
.outlet-discription-ul > li:last-child {
    padding-right: 0px;
    border-left: 1px solid #D3D3D3;
}
#moreinfo .outlet-name {
    font-size: 1.6em;
}
.item-placeholder .veg-flag, .item-placeholder .nonveg-flag, .item-placeholder .non-vegflag {
    position: absolute;
    top: 18px;
    left: 18px;
}
.productview .row div:first-child > p {
    color: #4F4F4D;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px !important;
}
.tp-outlet-detail .outlet-image {
    max-width: 77px;
    padding-right: 10px;
}
.outlet-image img {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    overflow: hidden;
}
#moreinfo .rating-dv {
    font-size: 1.2em;
    justify-content: left;
}
#moreinfo .outlet-name {
    font-size: 1.6em;
    padding-right: 7px; 
}
#variantModal .inner-options {
    padding: 12px 1.5em 6.5em 1.5em;
}
#variantModal .inner-data > span:first-child {
    width: 100%;
    padding-right: 0px;
}
#variantModal .inner-data > span:last-child {
    width: initial;
}
.subcategorypara {
    font-size: 16px;
    color: var(--main-bg-color);
    text-align: center;
    font-weight: 600;
}

@media only screen and (max-width: 1280px) {
    .wla-outlet-name-md, .outlet-name, .categories-hd {
        font-size: 16px;
    }
    .wla-outlet-name-md, .outlet-name, .categories-hd {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1199px) {
    .common-right-left.top-card-new {
        background-color: #fff;
        border-radius: 10px;
    }
    .left-outlet-information {
        border-radius: 10px 10px 0px 0px;
        border: none;
        border-bottom: 1px solid #f6f6f6;
    }
    .wla-outlet-name-md, .outlet-name, .categories-hd {
        font-size: 15px;
    }
    .veg-toggle {
        border-radius: 0px 0px 0px 0px;
    }
        .wla-outlet-name-md, .outlet-name, .categories-hd {
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .veg-toggle {
        height: auto;
    }
    .veg-toggle.stickp {
        position: fixed;
        top: 63px;
        width: 100%;
        z-index: 121111;
        background-color: #fafafa;
        padding: 10px 10px;
        border: none;
        left: 0px;
        border-radius: 0px;
    }
    .extraspace .veg-toggle.stickp {
        top: 63px;
    }
    .grocery-inr {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px 0px 20px 0px;
    }
    .common-right-left.top-card-new {
        border-radius: 0px;
    }
    .tp-outlet-detail {
        align-items: start;
    }
    .extraspace .wla-main-grocery {
        margin-top: 66px;
    }
    .new-cart-outer {
        padding: 15px 15px 15px 15px;
    }
    .new-cart {
        border-radius: 15px !important;
        overflow: hidden;
        box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    }
    .moving-upp {
        position: sticky;
        position: -webkit-sticky;
        top: 115px;
        z-index: 1;
    }
}

@media only screen and (max-width: 767px) {
    .icon-locate {
        width: 16px;
    }
    .wla-outlet-name-md, .outlet-name, .categories-hd {
        font-size: 14px;
    }
    .open-span {
        font-size: 9px;
    }
    .rating-dv {
        font-size: 13px;
    }
    .rating-dv svg {
        max-width: 13px;
    }
    .outlet-ul li span {
        padding: 4px;
    }
    .outlet-ul li span svg {
        max-width: 16px;
    }
    .common-right-left {
        padding: 0 15px;
    }
    .common-right-left.top-card-new {
        padding: 0px;
        position: relative;
        z-index: 1;
    }
    .left-outlet-information {
        border-radius: 0px;
        border: none;
    }
    .left-outlet-information {
        align-items: start;
        padding-bottom: 4px;
    }
    .tp-outlet-detail {
        align-items: start;
    }
    .outlet-ul li {
        padding: 0 4px;
    }
    .outlet-ul li span svg {
        max-width: 18px;
    }
    .veg-toggle {
        position: relative;
    }
    .chek label {
        font-size: 12px;
    }
    .grocery-inr {
        padding: 0px;
    }
    .extraspace #site-navigation {
        background-color: #fff;
        border-radius: 0px;
    }
        #moreinfo .outlet-name {
        font-size: 1.4em;
    }
    .open-span {
        font-size: 9px;
    }
    .rating-dv {
        font-size: 13px;
    }
        #moreinfo .rating-dv {
        font-size: 1em;
    }
        .rating-dv svg {
        max-width: 13px;
    }
    .card-top-grey {
        padding: 5px 5px;
    }
    .card-top-grey p {
        font-size: 12px;
    }
    .outlet-discription-ul {
        margin-top: 10px;
        flex-wrap: wrap;
    }
    .outlet-discription-ul > li {
        width: 100%;
        max-width: 100%;
        padding: 5px 0;
        border-left: none !important;
        border-top: 1px solid #D3D3D3;
    }
    .outlet-discription-ul > li:first-child {
        border-top: none;
    }
    #moreinfo .outlet-name { 
        font-size: 1.4em;
    }
    .item-placeholder .veg-flag, .item-placeholder .nonveg-flag, .item-placeholder .non-vegflag {
        top: 10px;
        left: 10px; 
    }
    .extraspace .veg-toggle.stickp {
        top: 104px;
    }
    .extraspace .wla-main-grocery {
        margin-top: 50px;
    }
    .veg-toggle-space {
        padding-top: 52.1px;
    }
    .tp-outlet-detail .outlet-image {
        max-width: 71px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .veg-row .col-md-7 {
        -ms-flex: 0 0 42%;
        flex: 0 0 42%;
        max-width: 42%;
        padding-right: 10px;
    }
    .veg-row .col-md-5 {
        -ms-flex: 0 0 58%;
        flex: 0 0 58%;
        max-width: 58%;
        padding-left: 0;
    }
    .search-div {
        max-width: 100%;
        padding: 4px 32px 3px 8px;
    }
    .search-div p { 
        font-size: 12px;
    }
    .search-div img {
        max-width: 12px;
    }
	.outlet-name-two {
        font-size: 13px;
        margin-top: 2px;
    }

}
/*Grocery Top Card*/