.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: 90px;
    z-index: 1;
    background-color: #fff;
    padding-bottom: 20px;
}
.categories-hd {
    padding: 10px 15px 10px 20px;
    color: var(--main-bg-color);
    margin: 0px;
    font-weight: 600;
    font-size: 19px;
}
.product-categories {
    height: 75vh;
    overflow: auto;
}
.product-c-list {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px 8px 8px 10px;
    font-size: 14px;
    text-transform: capitalize;
    border-bottom: 2px solid #e7e7e7;
    font-weight: 400;
    border-left: 3px solid #fff;
    position: relative;
}
.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;
}
.active-a, .active-a:hover {
    border-left: 3px solid var(--main-bg-color);
    color: var(--main-bg-color);
    font-weight: 600;
}
.product-c-list span:first-child {
    width: 25%;
}
.product-c-list img {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    object-fit: cover;
    margin-right: 6px;
}
.product-c-list span:last-child {
    width: 73%;
}
.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 {
    /* background-color: #fff; */
    /* padding: 15px 15px 0px 15px; */
    /* border-radius: 5px; */
    /* box-shadow: 0px 4px 7px rgb(0 0 0 / 10%) !important; */
    /* margin-bottom: 10px; */
}
.productview .product-heading {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}
.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: 0 2px 9px 0 rgba(0,0,0,.12);
}
.product-view-img {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #cdcdcd;
}
.product-view-img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.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;
}
.item-placeholder .veg-flag,
.item-placeholder .nonveg-flag,
.item-placeholder .non-vegflag {
    position: absolute;
    top: 8px;
    left: 8px;
}
.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%);
}
.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%);
}
.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;
}
.product-price span {
    font-weight: 600;
}
.add-to-cart {
    border: 1px solid var(--main-bg-color);
    padding: 7px 10px 7px 15px;
    width: 100%;
    color: var(--main-bg-color);
    border-radius: 5px !important;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    text-align: left;
    align-items: center;
}
.mobile-a {
    display: none;
}
.icon-plus {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: rgb(0 0 0 / 12%);
    border-radius: 50%;
}
.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 {
    min-width: 100px;
    box-shadow: none;
    display: flex;
    justify-content: center;
}
.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: 8px;
    right: 8px;
    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;
}
.veg-toggle {
    background-color: #e7e7e7;
    padding: 12px 15px;
    border-radius: 4px !important;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.veg-toggle>div {
    width: 100%;
    max-width: 100%;
}
.checkboxnew-outer {
    display: flex;
    justify-content: right;
}
.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;
}
label {
    font-weight: 500;
}
.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: 5px 10px;
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    background-color: #fff;
}
.chek label input+span {
    color: #000;
}
.chek input+span i {
    display: none;
}
.chek input:checked+span {
    border: 1px solid var(--main-bg-color);
    color: var(--main-bg-color);
}
.chek input:checked+span i {
    display: block;
}
.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%);
}
.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;
}
.search-div {
    background-color: #fff;
    padding: 10px 15px 10px 45px;
    border-radius: 10px !important;
    font-weight: 400;
    position: relative;
    width: 100%;
    max-width: 250px;
    border: 1px solid #D1D1D1;
}
.search-div span {
    position: absolute;
    left: 88px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.search-div p {
    margin: 0px;
}
.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;
    border: 1px solid #fafafa;
}
.veg-flag {
    width: 13px;
    height: 13px;
    border: 1px solid #3DA66E;
    text-align: center;
    background-color: #fff;
    margin-right: 7px;
    margin-top: 2px;
    position: relative;
}
.flag-top {
    position: absolute;
    left: 7px;
    top: 7px;
    border-radius: 0px !important;
    margin: 0px;
}
.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-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;
    word-break: break-word;
}
.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);
    padding: 3px 12px;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #fff;
}
.quantity-btn {
    width: max-content;
    border-radius: 5px !important;
    box-shadow: 0px 12px 20px rgb(0 0 0 / 6%);
    overflow: visible;
    border: 1px solid #d4d4d4;
}
.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: -37px;
}
.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: #f5f5f5;
}

/*Grocery Top Card*/
.top-card-design {
    background-color: #fff;
    padding: 15px;
    margin: 20px 0px 0px;
    border-radius: 5px;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 10%) !important;
    margin-bottom: 10px;
}
.outlet-profile-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: -0.28px;
}
.outlet-profile-img img {
    width: 100%;
    max-width: 60px;
}
.outlet-profile-img li:first-child {
    margin-right: 10px;
    width: 60px;
}
.outlet-profile-img {
    display: flex;
    align-items: center;
}
.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-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-text {
    font-weight: 600;
    font-size: 16px;
    border-bottom: 0.3px dashed #DDDDDD;
    padding-bottom: 5px;
    margin-bottom: 2px;
}
.rating-text img {
    margin-right: 5px;
    max-width: 16px;
}
.top-card-design .outlet-top-inr-neww {
    border-top: 1px solid #f2f2f2;
    padding: 0px;
}
.card-buttons a {
    background-color: #FAFAFA;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 5px !important;
    font-size: 13px;
    text-align: center;
}
.top-card-design .outlet-top-inr-neww:last-child {
    padding-bottom: 0px;
}
.top-card-design .outlet-top-inr-neww:first-child {
    padding-top: 0px;
    border-top: none;
}
#moreinfo .modal-body {
    padding: 1rem 1rem !important;
}
#moreinfo .modal-body {
    padding: 1rem 1rem !important;
}
.outlet-detail img, .outlet-detail svg {
    width: 100%;
    max-width: 22px;
    margin-right: 15px;
    height: auto;
}
.outlet-detail .custom-heading-main {
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
    display: flex;
    align-items: flex-start;
}
.card-top-grey {
    background-color: #F8F8F8;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.card-top-grey p {
    margin: 0px;
}
.inr-outer {
    margin-right: -3px;
    margin-left: -3px;
}
.inr-card {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 3px;
    padding-right: 3px;
}
.card-top-grey p span {
    font-weight: 500;
    display: block;
}
.outlet-div {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid var(--main-bg-color);
    width: 100%;
    min-width: 100%;
    margin-bottom: 15px;
}
.outlet-div .custom-select {
    border: none;
    border-radius: 0px;
    margin: 0px;
    height: auto;
    line-height: initial;
    padding: 17px 30px 17px 20px;
    cursor: pointer;
    color: #11141A;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A);
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: auto 35%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-weight: 500;
	font-size: 15px;
}
.outlet-div .custom-select:focus {
    box-shadow: none;
}
.outlet-div .custom-select:first-child {
    padding-left: 30px;
    border-right: 1px solid var(--main-bg-color);
}
.outlet-div .custom-select:last-child {
    background-position: right 15px center;
}
.outlet-div select.disabled {
    background-color: #f4f4f4;
    pointer-events: none;
    opacity: 0.4;
}
.order_selectType {
    margin-top: 1rem;
    text-align: left;
    margin-bottom: 0px;
}
.oulets-divs {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
.outlet-profile-heading {
    font-size: 16px;
}
.rating-dv-neww svg {
    max-width: 13px;
    margin-right: 1px;
}
.rating-dv-neww-opn {
    margin-left: 0;
    margin-right: 5px;
}
.outlet-profile-img li div:first-child {
    display: block;
    margin-bottom: 10px;
}
.card-buttons a {
    padding: 5px;
}
.top-card-design {
    padding: 8px;
    margin: 8px 8px 8px 8px;
}
.top-card-design .outlet-top-inr-neww {
    border-top: 1px solid #f2f2f2;
	padding: 12px 0;
}
.outlet-detail .custom-heading-main {
    font-size: 16px;
}

}
/*Grocery Top Card*/

.item-card-design-new {
    padding: 0 7px;
}
.item-card-design-new-start-outer {
    display: block;
    padding: 15px 14px;
    background-color: #fff;
    margin: 0 0 13px;
    height: 93%;
    border-radius: 15px !important;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
}
.item-card-design-new-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
}
.item-card-design-detail-new {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 10px;
}
.item-card-placeholder-detail-new {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    cursor: pointer;
}
.item-with-img {
    padding-bottom: 17px;
}
.item-tt-outer {
    display: flex;
}
.item-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.item-card-placeholder-nw {
    width: 100%;
    max-width: 100%;
    position: relative;
    height: 158px;
    max-height: 158px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #dedede;
}
.item-card-placeholder-nw img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-card-placeholder-nw-outer .cart-new-btn {
    position: absolute;
    z-index: 1;
    bottom: -18px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.backBtn {
    display: none;
}
.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);
}
.fixed-cart-data {
    display: none;
}
.tp-top {
    margin-top: 74px;
}
.common-sec {
    padding: 35px 0;
}
.banner-section h1 {
    font-weight: 600;
    font-size: 32px;
}
.nearbydvlisting .img-first {
	width: 100%;
	max-width: 18%;
	margin-right: 4px;
}
.nearbydvlisting .img-second {
    width: 100%;
    max-width: 100%;
}
.img-third span {
    display: inline-block;
    background-color: var(--main-bg-color);
    padding: 0px 6px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translate(0px, -50%);
}
.img-second p, .img-third p {
    line-height: initial;
    font-weight: 600;
    color: #000;
}
.img-second h4 {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 4px;
}
.price-p small {
    margin-right: 5px;
}
.item-card-design-new-start {
    flex-wrap: nowrap;
    justify-content: space-between;
}
.item-card-design-detail-new {
    -ms-flex: initial;
    flex: auto;
    max-width: max-content;
    padding-right: 10px;
}
.item-card-placeholder-detail-new {
    margin-left: 12px;
    max-height: 174px;
    min-width: 140px;
    padding-bottom: 18px;
    display: flex;
    justify-content: right;
}
.item-card-placeholder-nw-outer {
    height: fit-content;
}
.item-card-placeholder-nw {
    max-height: max-content;
    width: 158px;
    height: 158px;
    max-width: initial;
}
.heading-customize .expand_details {
    cursor: pointer;
}
.sub-part-cat {
    display: none;
}
.menu-top .subcategories.active-a~.sub-part-cat {
    display: block;
}
.sub-part-cat .sub_cat {
    font-size: 12px;
}
.menu-top .subcategories.active~.sub-part-cat .subcategories {
    padding-left: 3%;
    border-right: none !important;
}
.sub-part-cat .sub_cat {
    font-size: 12px;
}

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

}

@media only screen and (max-width: 1280px) {
.item-card-placeholder-nw {
    height: 126px;
    width: 126px;
}	
.item-card-placeholder-detail-new {
    min-width: 126px;
	margin-left: 5px;
}

}

@media only screen and (max-width: 1199px) {
.first-dv {
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	max-width: 24%;
}
.grocery-inr {
	-ms-flex: 0 0 76%;
	flex: 0 0 76%;
	max-width: 76%;
}
.item-card-design-new {
	padding: 0 7px;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.item-card-placeholder-detail-new {
    min-width: 140px;
    margin-left: 12px;
}
.product-categories {
    height: 82vh;
}
}

@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;
    }
	.grocery-inr {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.productview {
		padding: 0px;
		box-shadow: none;
	}
		.product-c-list img {
		display: none;
	}
	.product-c-list span:first-child {
    width: 100%;
}
.menu-top .subcategories {
    max-width: 100% !important;
}
.grocery-first-dv {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.grocery-inr {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 10px 0px 10px;
    padding-bottom: 10px;
}
.categories-hd {
    display: none;
}
/*menu-mobile-css*/
.product-c-list {
    display: block;
    line-break: anywhere;
}
.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: 50px !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: 28px;
        height: 28px;
        line-height: 25px;
        text-align: center;
        font-weight: 500;
        font-size: 15px;
        margin-bottom: 0px;
        border-radius: 50% !important;
        right: 0px;
        padding: 0px;
        background-color: #c9c9c9;
        color: #000;
        box-shadow: 0px 3px 6px #8b8b8b29 !important;
    }
.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%;
        max-height: 70vh;
        height: auto;
        width: 320px;
        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-top .subcategories {
	font-size: 15px;
	line-height: 21px;
	border-left: none !important;
	padding: 6px 0;
	border: none;
	font-weight: 400;
	text-align: left;
}
.menu-top .backBtn svg, .menu-bottom .backBtn svg {
	fill: #fff;
}
.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;
}
.navigationtwo {
	position: relative;
	position: -webkit-relative;
	top: 0px;
	z-index: 1111;
	padding: 0px;
}
.menu-top .sub-part-outer {
	width: 100%;
	padding: 4px 0;
}
/*menu-mobile-css*/

}

@media only screen and (min-width: 767px) {
    .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;
	}
	.product-view-detail {
		padding: 15px 15px;
		padding-bottom: 65px;
	}
}

@media only screen and (max-width: 767px) {
    .wla-main-grocery {
        margin-top: 63px;
    }
    .grocery-first-dv {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
    .navigation-product {
        top: 63px;
        z-index: 0px;
        background-color: #fff;
    }
    .categories-hd {
        display: none;
    }
    .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 {
        border-bottom: 0px;
        padding: 7px 5px 7px 5px;
        font-size: 12px;
        line-height: 15px;
        display: block;
        line-break: anywhere;
    }
	.sub-part-cat .sub_cat {
	    font-size: 13px;
	}
    .product-c-list span:first-child {
        width: 100%;
    }
    .product-c-list span:last-child {
        width: 100%;
    }
	.product-c-list img {
		display: none;
		margin: 0 auto;
		margin-bottom: 7px;
		width: 45px;
		height: 45px;
	}
    .grocery-inr {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0px 10px 0px 10px;
		padding-bottom: 10px;
	}
    .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 0;
	}
    .productview .row {
        margin-left: 0;
        margin-right: 0px;
    }
    .product-view-outer {
        padding: 15px 10px 5px 10px;
        border-bottom: solid 1px rgba(112, 112, 112, .15);
        border-right: solid 1px rgba(112, 112, 112, .15);
        background-color: #fff;
    }
    .row .product-view-outer:nth-child(2),
    .row .product-view-outer:nth-child(3) {
        border-top: solid 1px rgba(112, 112, 112, .15);
    }
    .row .product-view-outer:first-child {
        border-top: solid 1px rgba(112, 112, 112, .15);
        border-bottom: none;
    }
    .product-view {
        margin-bottom: 10px;
        border-radius: 0px;
        border: none;
        height: 100%;
        position: relative;
        overflow: visible;
        box-shadow: none;
    }
    .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;
    }
    .product-view-detail {
        padding: 0px;
        padding-bottom: 35px;
    }
    .product-inner-heading {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .product-price {
        font-size: 14px;
        margin-bottom: 7px;
    }
    .desktop-a {
        display: none;
    }
    .mobile-a {
        display: block;
    }
    .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;
    }
    .productview {
		margin: 0px;
		border-radius: 0px;
		box-shadow: none !important;
		padding: 0px;
	}
    .add-to-cart {
        padding: 4px 8px;
        justify-content: center;
        position: absolute;
        bottom: 10px;
        left: 0px;
    }
    .cart-icn {
        bottom: 90px;
        right: 20px;
        /* display: none !important; */
    }
    .productview .row>.col-12 p.mb-2 {
        margin-top: 0.5rem !important;
    }
    .product-view-detail .quantity-btn {
        position: absolute;
        left: 0px;
        bottom: 10px;
    }
    .veg-toggle {
        padding: 10px 0;
        border-radius: 0px !important;
        margin-bottom: 0;
        font-size: 13px;
        margin-top: 0;
        position: sticky;
        top: 63px;
        z-index: 1;
    }
    .veg-toggle .veg-row .voggle-left {
        order: 1;
        text-align: right;
        padding-left: 0;
    }
    .checkboxnew-outer {
        justify-content: left;
    }
    .chek input+span {
        padding: 5px 8px;
        border: 1px solid #D1D1D1;
        border-radius: 10px;
        background-color: #fff;
    }
    .chek {
        margin: 0px 2px;
    }
    .search-div {
        padding: 8px;
        border-radius: 50px !important;
        width: 100%;
        max-width: initial;
        width: 33px;
        height: 33px;
        line-height: initial;
        display: flex;
        align-items: center;
    }
    .search-div p {
        margin: 0px;
        display: none;
    }
    .veg-toggle .veg-row .voggle-left {
        display: flex;
        justify-content: right;
    }
    .search-div span {
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0%, -0%);
        right: 0;
    }
	.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;
	}
    #moreinfo .modal-body {
        padding: 10px 0px 70px 0px!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;
    }
    .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;
}
.item-card-design-new-start-outer {
    padding: 10px;
}
.item-card-design-new {
    padding: 0px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.item-with-img {
    padding-bottom: 18px;
}
.item-title {
    font-size: 15px;
}
.heading-customize {
    font-size: 12px;
}
.price-p {
    font-size: 16px;
}
.item-card-placeholder-nw {
    height: 140px;
    width: 140px;
}
.banner-section h1 {
    font-size: 22px;
}
.common-sec {
    padding: 15px 0;
}
.tp-top {
    margin-top: 63px;
}
.img-third span {
    font-size: 11px;
}
.img-second h4 {
    font-size: 16px;
}
.img-second p, .img-third p {
    font-size: 13px;
}
.img-second h4 {
    font-size: 16px;
}
.product-c-list.active-a:before {
    background: none;
}

}

@media only screen and (max-width: 575px) {
.menu {
	width: 90%;
}
.inner-toogle-new {
    margin-top: 5px;
}

}

@media only screen and (max-width: 360px) {
.menu-top .subcategories {
    font-size: 13px;
    line-height: 19px;
}

}