.product .wc-product-title .product__portion {
    color: #FFFFFF;
    font-size: 24px !important;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    margin-top: 0;
    opacity: 1;

}
.quickviewwoo-product .product .wc-product-title .product__portion span::before {
    content: "כמות - ";
    font-weight: 400;
}

.quickviewwoo-product .wcpa_form_outer {
    padding-right: 14px;
    padding-left: 4px;
}

/*SHOP ROWS*/
.catalog .category {
    overflow-x: hidden;
    padding-right: 10px;
    padding-left: 10px;
}
.category-row {
    width: calc(100% + 30px);
    margin-right: -30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.category-row .dish {
    width: calc(33.3% - 30px);
    margin-right: 30px;
    margin-left: 0;
    border: 1px solid #FFFFFF4D;
    padding: 10px;
    background: rgba(24, 25, 31, 0.9);
    transition: .3s;

}
.category-row .dish:hover {
    box-shadow: 0px 2px 20px 0px #FFFFFF;

}
.category-row .dish .dish-rating {
    margin-bottom: 0;
    transition: margin-bottom 0.3s ease;
}

.category-row .dish:hover .dish-rating {
    margin-bottom: 5px;
}


.special-deals .category-row .dish{
    width: 100%;
}


.common .category__dishes {
    display: flex;
    flex-wrap: wrap;
}


.common .dish__img {
    margin-bottom: 12px;
}

.common .dish__main-info {
    margin-bottom: 4px;
    direction: rtl;
}

.common .dish__quantity {
    font-size: 14px;
}

.common .category__dishes {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.common .dish__img {
    max-width: 100%;
    width: 100%;
    height: 260px;
    margin-bottom: 9px;
    cursor: pointer;
    position: relative;
}

.common .dish__info {
    direction: ltr;
    display: flex;
    flex-direction: column-reverse;
    color: #fff;
}

.common .dish__main-info {
    margin-bottom: 10px;
}

.common .dish__desc {

    margin-bottom: 0px;
    margin-top: 6px;
    margin-left: auto;
    font-weight: 200;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #fff;


}

.common .dish__quantity {
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #18191F;
    opacity: 0.85;
}


.dishes {
    max-width: 895px;
    width: 100%;
}

.category__title span {
    font-size: 50px;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
}

.category__title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    overflow: hidden;
}
.category__title-txt {
    margin: 0;
}
.category__title svg {
    display: block;
}
.category__desc {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;

}

.product-options .options-label,
.ppom-wrapper .form-control-label{
    position: relative;
    direction: rtl;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #18191F;
    width: max-content;
    margin-bottom: 12px;
    display: block;
}

.ppom-wrapper .form-control-label{
    font-weight: 400;
    margin-bottom: 10px;
    color: #4B4D5A;
}
.quickviewwoo-product .ppom-wrapper label.form-check-label .ppom-input-option-label {
    font-weight: 400;
    color: #fff;
}


@media screen and (max-width: 1200px) {
    .category__title span {
        font-size: 32px;
        line-height: 64px;
    }
    .category__desc {
        font-size: 18px;
    }
    .category-row {
        width: calc(100% + 100px);
        margin-right: -100px;
    }
    .category-row .dish {
        width: calc(50% - 100px);
        margin-right: 100px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 744px) {
    .category-row .dish:hover .dish-rating {
        margin-bottom: 0px;
    }
    .dish-box__desc {
        margin-bottom: 15px;
    }
    .rating .star-rating span.rating {
        color: #fff;

    }
    .star-wrapp .star-count {
        gap: 1px;
    }
    .rating .star-rating span.rating{
        font-size: 12px;
        line-height: 1;
        font-weight: 100;
        margin-left: -4px;
    }

    .catalog .category {
        overflow-x: initial;
        padding-right: 0;
    }
    .category__title span {
        font-size: 21px;
    }
    .category__desc {
        font-size: 14px;
    }
    .category-row {
        width: 100%;
        margin-right: 0;
    }
    .category-row .dish {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }

}

.cart-summary-mobile-wrap {
    display: none;
}

.cart-summary-mobile {

    background: #18191F;
    padding: 25px;
    text-align: center;
    box-shadow: 0px 2px 20px 0px #FFFFFF;
    border-radius: 4px;

}
.cart-summary-mobile-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 359px;
    width: 100%;
    background: linear-gradient(270deg, #E3B407 0%, #FFEECB 81.98%);
    box-shadow: 0px 2px 20px 0px #FFFFFF;
    margin: auto;
    padding: 10px 20px;
    border-radius: 4px;
}
.cart-summary-mobile-btn__count {
    height: 22px;
    min-width: 22px;
    border: 1px solid #FFEECB;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;


}
.cart-summary-mobile-btn__label {
    color: #18191F;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;

}
.cart-summary-mobile-btn__total {
    color: #18191F;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: right;

}


@media screen and (max-width: 1200px) {


    .catalog .container {
        flex-wrap: wrap;
    }
    .cart-summary-mobile {
        display: block;
        width: 100%;
    }
}


/*PRODUCT RATING ON LIST*/
.dish-rating {
    position: absolute;
    bottom: 0;
    right: -1px;
    padding: 0px 0 0px 6px;
    backdrop-filter: blur(20px);
    background: #00000085;
    border-top-left-radius: 4px;

}

.quickviewwoo-product .dish-rating {
    padding: 6px 3px 3px 6px;
}
.dish-rating .rating{
    margin-left: -2px;
    margin-bottom: -6px;
}
.dish-rating .star.active {
    background: url("../../assets/img/heart-full.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 6px;
}
.dish-rating .star {

    width: 15px;
    height: 15px;
    background: url("../../assets/img/heart-empty.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 6px;
}
.dish-rating .star-count {
    display: flex;
    gap: 1px;
    border-radius: 4px;
    padding:2px 2px 3px 1px;
}
.quickviewwoo-product .dish-rating .star-count {
    gap: 1px;
}
.dish-rating .star-wrapp {
    display: flex;
    gap: 3px;
    cursor: pointer;
    direction: ltr;
    align-items: center;
    flex-direction: row-reverse;
}
.dish-rating .rating-count {
    font-size: 24px;
    font-weight: 700;
    display: none;
}
.prod-bottom{
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
}

.dish-rating .text{
    font-weight: 700;
    font-size: 23px;
    display: none;
}

.rating .star-rating > span {
    display: block;
    width: auto !important;
}


.dish:hover .dish__img img {

}


.dish__img {
    border-radius: 8px;
    position: relative;
    height: 260px;

}

.dish__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;

}

.dish__img .dish__imgPopular {
    position: absolute;
    z-index: 2;
    width: 100px;
    height: 27px;
    outline: 0 !important;
}
.dish__imgPopular-mobile {
    display: none;
}

.dish__info {
    color: #18191F;
}

.dish__main-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 8px;
    width: 100%;
}

.dish__price {
    font-size: 24px;
    color: #E3B407;
    font-weight: 700;
    max-width: 130px;
    width: 100%;
}

.dish__title {
    font-size: 24px;
    font-weight: 500;
    color: #18191F;
    direction: rtl;
}

.dish__add-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dish__filters {
    max-height: 24px;

}

.dish__filters svg:not(:last-child) {
    margin-right: 5px;
}

.dish__filters svg {

    max-width: 24px;
    max-height: 24px;
    width: 100%;
}

.dish .dish__desc {

    width: 100%;
    font-size: 16px;
    direction: rtl;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.shop-page-product-title .price * {
    text-decoration: none !important;
    word-break: keep-all;
}

@media screen and (max-width: 744px) {

    .dish-rating .star-count {
        display: flex;
        gap: 1px;
        border-radius: 4px;
        padding:5px 2px 1px 1px;
    }
    /*again*/
    .common .dish__info {
        flex-direction: column;
    }
    .dish__imgPopular {
        display: none;
    }
    .dish__imgPopular-mobile {
        display: block;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        text-align: left;
        margin-bottom: 20px;
        margin-top: 5px;
    }

    .dish__img img {
        filter: initial;
    }


    .dish__img {
        box-shadow: none;
    }
    .special-deals .category-row .dish {
        padding: 10px;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        background: #18191F;
    }
    .dish .dish__desc {
        font-size: 11px;
        font-weight: 300;
        line-height: 1.4;
        margin-top: 0;
    }
    .catalog .category:not(.special-deals) .category-row .dish {
        display: flex;
        flex-direction: row-reverse;
        background: #18191F;


    }
    .catalog .category:not(.special-deals)  .category-row .dish .dish-box__content {
        padding: 6px 0 10px 0;
        width: 60%;
        position: relative;
    }
    .catalog .category:not(.special-deals)  .category-row .dish .dish-box__img {
        width: 40%;
        box-shadow: none;
        padding: 10px;
        margin: 0;
        position: static;
        height: auto;
        min-height: 123px;
    }
    .catalog .category:not(.special-deals)  .category-row .dish .shop-page-product-title {
        display: block;
        text-align: right;
        margin: 0;

    }
    .catalog .category:not(.special-deals)  .category-row .dish .dish-box-title .woocommerce-loop-product__title{
        display: block;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: -0.01em;
        text-align: right;
        margin: 0;
    }
    .catalog .category:not(.special-deals)  .category-row .dish {
        position: relative;
    }
    .catalog .category:not(.special-deals)  .category-row .dish  .dish-rating {
        right: auto;
        left: 0px;
        bottom: 17px;
        background-color: transparent;
        z-index: 99;
    }
    .catalog .category:not(.special-deals)  .category-row .dish  .dish-box-title .price {
        position: absolute;
        bottom: 0;
        right: 0;
        top: auto;
        left: auto;
        font-size: 16px;
        font-weight: 500;
        line-height: 32px;
        text-align: left;
    }

    .dish-box  .dish-rating .star {
        width: 15px;
        height: 15px;
        background-image: url(../../assets/img/heart-empty.svg);
    }
    .dish-box .dish-rating .star.active {
        background-image: url(../../assets/img/heart-full.svg);
    }
    .dish-rating .star.active{
        margin-top: 0px;
    }
    .dish-rating .star{
        margin-top: 0px;
    }

    .dish-box  .dish-rating .rating {
        color: #fff ;
    }

    .quickviewwoo-product .rating .star-rating span.rating {
        color: #fff;
        font-size: 12px;
        font-weight: 700;

    }

    .dish-rating .rating {

        margin-bottom: 3px;
    }

    .dish-rating .star-wrapp {
        align-items: flex-end;
    }




}

/*SIDEBAR*/
.coins-box {
    border: 1px dashed #FFFFFF;

    padding: 5px 5px 5px 5px;
    border-radius: 4px;
    margin-bottom: 30px;
    display: flex;

    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
    outline: 1px solid transparent;
}

.coins-box__icon {
    width: 56px;
    text-shadow: 0px 2px 20px #fff;
    transition: .3s;

}
.coins-box__content {

    width: auto;
    text-align: center;
    direction: rtl;
    padding-left: 15px;
}
.coins-box__info {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 20px #fff;
    transition: .3s;


}
.coins-box__btn {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 20px #fff;


}

.coins-box:hover {
    border: 1px solid #FFFFFF;
    outline: 1px solid #FFFFFF;
    box-shadow: 0px 2px 20px 0px #FFFFFF;
}
.coins-box:hover .coins-box__info {
    text-shadow: 0px 2px 20px #000;
    font-weight: 700;
}
.coins-box:hover .coins-box__btn {
    text-shadow: 0px 2px 20px #000;
    font-weight: 400;
}
.coins-box:hover .coins-box__icon {
    transform: rotate(8deg);
}



.coins-pop {

}

.coins-pop-close-box{
    position: absolute;
    top: -15px;
    right: -15px;
}
.coins-pop-close-box .masalaBlock__Close{
    width: 30px;
    height: 30px;
}


.coins-pop__content {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    margin-bottom: 16px;
    direction: rtl;
}
.coins-pop__info {

}
.coins-pop__coins {

    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    text-align: center;

}
.coins-pop__btn {

}





/*cart*/

.cart-wrapper {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
}


.cart__top,
.cart__middle,
.cart__bottom {
    width: 100%;
    position: relative;
}

.cart .a-google-general {
    position: absolute !important;
    overflow: hidden;
}

.cart .a-google-general .coins-box__content {
    margin: 0 auto 19px;
}
.cart .a-google-general  .account-section-modal-wrap-inner {
    text-align: center;
}
.cart .a-google-general .account-section-modal-name-btn {
    box-shadow: none;
    border: 1px solid #FFFFFF;
    line-height: 35px;
    height: 35px;
    font-size: 18px;
    font-weight: 500;
    width: auto;
    min-width: 127px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0 10px;
}

.cart__top {
    background: #000000;
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    padding: 20px 0;

}

.cart__top .arrow,
.cart__top .exit {
    display: none;
}


.cart__middle {
    min-height: 300px;
    background: #18191F;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;

}

.cart__message {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.cart__message svg {
    margin-right: 14px;
}

.cart__bottom {
    background: #EDD67F;
    color: #FBFBFB;
    padding: 26px 0;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    border-radius: 8px;
    display: block;
}

.cart__bottom.cart__bottom_mobile {
    display: none;
    font-size: 16px;
    padding: 18px 0;
    font-weight: 500;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.cart__bottom.cart__bottom_mobile:not(:last-child) {
    margin-bottom: 14px;
}

.catalog .container .cart__buttons table,
.product-template-default .cart__buttons > table,
header .cart__buttons > table{
    display: none !important;
}




/*Checkout Page Cart*/

.cart__middle {
    padding: 0 10px;
}

.wc-mini-cart--desktop .cart__top {
    border-radius: 4px 4px 0 0;
}

.wc-mini-cart--desktop .cart .button.checkout.wc-forward {
    border-radius: 0 0 4px 4px;
    filter: none;
}



.catalog .wc-mini-cart--desktop .cart__middle {
    height: auto;

}



.wc-mini-cart--desktop .close-btn-two {
    display: none;
}

.cart__middle_has-items {
    justify-content: unset;
    padding-top: 23px;
}

.cart__middle .items {

    width: 100%;
    padding-right: 6px;
}

.cart__middle .item {
    display: flex;
    text-align: left;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 8px;
}

.cart__middle .item:not(:first-child) {
    padding-top: 8px;
}

.cart__middle .item:last-child {

    padding-bottom: 0;
}

.item__summary {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.item__price {
    font-weight: 600;
    margin: 0 14px;
}
.item__price span {
    font-size: 18px !important;
}

.item__count {
    margin-top: 0;
}

.item__count .minus,
.item__count .plus,
.checkout .quantity .plus,
.checkout .quantity .minus {
    width: 20px;
    height: 20px;
}
.item__count .minus svg,
.item__count .plus svg,
.checkout .quantity .plus svg,
.checkout .quantity .minus svg {
    max-width: 8.8px;
}

.item__count .number {
    margin: 0 5px;
}

.cart__money {
    padding: 16px 0;
    width: 100%;
}
.cart__money .feature {
    margin-bottom: 15px;
}
.cart__money .feature,
.feature__price--shipping-cost{
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;

}

.cart__money .feature:not(:first-child):not(:last-child) {
    margin-top: 0;
}


.item__info {

    width: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.item__title {
    display: flex;
    align-items: center;

}

.item__title > svg {
    margin-left: 6px;
    display: block;
}

.item__title span {
    font-size: 20px;
    font-weight: 600;
    text-align: right;
}

.catalog .wc-mini-cart--desktop .items {

    height: 235px;
    max-height: calc(80vh - 268px);
}



.wc-mini-cart--mobile .cart__top .exit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #E3B407;
    border: 3px solid #000000;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 2px 20px 0px #FFFFFF;
    margin-top: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.wc-mini-cart--mobile .cart__top .exit svg {
    fill: #000;
    width: 22.5px;
    height: 22.5px;
}

.wc-mini-cart--mobile .cart__top {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    padding: 25px 25px 45px;
    background: #F7F7F7;
    font-weight: 500;
    font-size: 40px;
    color: #000;
}

.wc-mini-cart--mobile .item__count .minus,
.wc-mini-cart--mobile .item__count .plus {
    width: 42px;
    border-radius: 100px;
}

.wc-mini-cart--mobile .item__img {

}

.wc-mini-cart--mobile {
    height: calc(100vh - 4px);
}

.wc-mini-cart--mobile_window {
    display: none;
    position: absolute;
    z-index: 10;
    top: 75px;
    height: 80vh;
    box-shadow: 0px 4px 10px 10px rgba(0, 0, 0, 0.25);
}

.wc-mini-cart--mobile_window .cart__buttons {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.wc-mini-cart--mobile_window .cart .button.checkout.wc-forward {
    font-size: 30px !important;
    line-height: 20px;
    max-width: 340px !important;
    height: 57px;
}


.cart .button.checkout.wc-forward{
    display: block;
    background: linear-gradient(270deg, #E3B407 0%, #FFEECB 81.98%);
    color: #000000;
    padding: 26px 0;
    font-weight: 700;
    text-align: center;
    font-size: 40px;
    line-height: 28px;
    border-radius: 8px;
    margin-top: 0;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    transition:  0.3s;
    box-shadow: 0px 2px 20px 0px #FFFFFF;

}

.cart .button.checkout.wc-forward:hover{
    background: linear-gradient(270deg, #E3B407 0%, #E3B407 81.98%);
    box-shadow: none;
}

.item__img span.item__dish-title-1 {
    margin-bottom: 4px;
}
.item.mini_cart_item  .item__img  .item__dish-span-2 {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
}
.item.mini_cart_item  .item__img  .product_note {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}
.item.mini_cart_item .variation p {
    margin: 0;
    font-size: 10px;
    line-height: 1.2;
}
.item.mini_cart_item .extra-products__cart span {
    font-size: 10px;
    line-height: 1.2;
    font-weight: 400;
}
.item.mini_cart_item dl.variation {
    font-size: 10px;
    line-height: 1.2;
    font-weight: 400;
}
.item.mini_cart_item dl.variation dd {
    margin-bottom: 0;
}




.wc-mini-cart--mobile_window .cart .close-btn-two {
    height: 57px;
    font-size: 30px;
    line-height: 20px;
    max-width: 340px;
    font-weight: 800;
}

.wc-mini-cart--mobile_window .cart .close-btn-two:hover {
    outline: none;
    background-color: #F4E7E7;
    transition: background-color ease-out 0.3s;
}

.wc-mini-cart--mobile_window .item {
    margin-bottom: 10px;
}

.wc-mini-cart--mobile_window .items .item__title .amount {
    display: flex;
}

.wc-mini-cart--mobile_window .item__dish-title {
    display: flex;
    flex-direction: column;
}

.wc-mini-cart--mobile_window .items .item__title,
.checkout__cart-mobile .items .item__title {
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    flex-direction: column;
}

.wc-mini-cart--mobile_window .items .item__title .remove-button-custom svg {
    width: 20px;
    height: 20px;
}

.wc-mini-cart--mobile_window .item__img,
.checkout__cart-mobile .item__img {
    flex-direction: column-reverse;
}

.wc-mini-cart--mobile_window .item-r-info {
    margin-bottom: 14px;
    max-width: 100%;
}

.wc-mini-cart--mobile_window .item__count {
    justify-content: flex-end;
}

.wc-mini-cart--mobile_window dl.variation {
    max-width: 100%;
    margin-bottom: 0;
}

.wc-mini-cart--mobile_window .item__count .minus,
.wc-mini-cart--mobile_window .item__count .plus {
    width: 42px;
    height: 31px;
}

.wc-mini-cart--mobile_window .item__count .minus svg,
.wc-mini-cart--mobile_window .item__count .plus svg {
    max-width: 17px;
    height: 13px;
}

.wc-mini-cart--mobile_window .item__count .number {
    font-size: 24px;
    width: 40px;
}

.wc-mini-cart--mobile_window .cart__middle {
    max-height: calc(100% - 228px) !important;
}

.wc-mini-cart--mobile_window .cart__money {
    padding-top: 14px;
    padding-bottom: 14px;
    width: calc(100% + 34px);
}

.wc-mini-cart--mobile_window .button.checkout.wc-forward.cart__empty {
    display: none !important;
}


.wc-mini-cart--mobile_popup {
    max-width: 375px !important;
    border-radius: 4px;
}

.wc-mini-cart--mobile_popup .cart__middle {
    padding-left: 10px !important;
    padding-right: 10px !important;
    max-height: calc(100% - 130px) !important;
}

.wc-mini-cart--mobile_popup .item {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px;
}

.wc-mini-cart--mobile_popup .item__price {
    margin: 0 11px;
}

.wc-mini-cart--mobile_popup .item-r-info {
    max-width: 160px !important;
}

.wc-mini-cart--mobile_popup .item__img {
    height: unset !important;
}

.wc-mini-cart--mobile_popup .item__price span {
    font-size: 16px !important;
}

.wc-mini-cart--mobile_popup .item__count .minus,
.wc-mini-cart--mobile_popup .item__count .plus {
    width: 20px !important;
    height: 20px !important;
}

.wc-mini-cart--mobile_popup .pm_btns {
    margin-top: 2px;
}

.wc-mini-cart--mobile dl.variation {
    max-width: 100% !important;
}

.wc-mini-cart--mobile_popup dl.variation dd {
    line-height: 1;
}

.wc-mini-cart--mobile_popup .item__dish-title {
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

.wc-mini-cart--mobile_popup .product_note {
    max-width: 100%;
}
.wc-mini-cart--mobile_popup .cart__middle {
    background-color: #000000;
}

.wc-mini-cart--mobile_popup .cart__money {
    background: unset !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;

}

.wc-mini-cart--mobile_popup .cart__money .feature_total {
    font-size: 22px !important;
    font-weight: 500 !important;
}

.wc-mini-cart--mobile_popup .cart__buttons {
    background-color: #000000 !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.wc-mini-cart--mobile_popup .button.checkout.wc-forward,
.wc-mini-cart--mobile_popup .close-btn-two {
    max-width: 340px !important;
}

.wc-mini-cart--mobile_popup .button.checkout.wc-forward {
    height: 40px;
    line-height: 20px !important;
}



.wc-mini-cart--mobile_popup .button.checkout.wc-forward.cart__empty {
    display: none !important;
}

.wc-mini-cart--mobile_popup .feature_subtotal {
    padding: 10px 0;
    border-top: 1px solid rgba(148, 148, 148, 0.5);
}


.wc-mini-cart--mobile_popup .feature_subtotal .feature__title {
    font-size: 20px !important;
}

.wc-mini-cart--mobile_popup  .feature_subtotal-first {

}
.wc-mini-cart--mobile_popup .feature_subtotal-first .feature__title {
    font-size: 20px !important;
    font-weight: 500 !important;
}


.checkout__cart-mobile {
    margin-bottom: 30px;
}

.checkout__cart-mobile .feature.feature_total.feature_subtotal {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.checkout__cart-mobile .cart__buttons {
    display: none;
}

.checkout__cart-mobile .cart__top {
    background-color: unset;
    color: #000;
    text-align: right;
    font-size: 26px;
    font-weight: 700;
}

.checkout__cart-mobile .item__price {
    margin: 0;
}

.checkout__cart-mobile .item__img {
    max-width: calc(100% - 110px);
}

.checkout__cart-mobile .item-r-info {
    max-width: 100%;
}

.checkout__cart-mobile .item__dish-title {
    display: flex;
    flex-direction: column;
}

.checkout__cart-mobile .item__count {
    justify-content: flex-end;
    margin-top: 10px;
}

.checkout__cart-mobile .cart__middle_has-items {
    padding-top: 0;
    height: unset;
    padding-bottom: 20px;
}

.checkout__cart-mobile .cart__middle {
    background: rgba(247, 247, 247, 0.3);
    border-radius: 8px;
}

.checkout__cart-mobile .items {
    margin-top: 0 !important;
    border-bottom: none !important;
    margin-bottom: 32px !important;
}

.checkout__cart-mobile .item {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #C4C4C4;
}

.checkout__cart-mobile .item__count .minus,
.checkout__cart-mobile .item__count .plus {
    width: 25px;
    height: 25px;
}

.checkout__cart-mobile .item__count .number {
    width: 30px;
}

.checkout__cart-mobile .cart__money {
    padding: 0;
}

.checkout__cart-mobile .cart__money .feature:not(:last-child) {
    margin-bottom: 3px;
}

.checkout__cart-mobile .dop-info {
    padding-bottom: 27px;
    margin-bottom: 26px;
    border-bottom: 1px solid #C4C4C4;
}

.checkout__cart-mobile .remove-button-custom svg {
    width: 20px;
    height: 20px;
}



.wc-mini-cart--desktop .item__dish-title,
.wc-mini-cart--mobile .item__dish-title {
    display: flex;
    flex-direction: column;
}

.wc-mini-cart--mobile .cart-wrapper {
    height: 100%;
}

.wc-mini-cart--mobile .cart {
    height: 100%;
    background-color: #F7F7F7;
    position: relative;
    border-radius: 4px;
}

.wc-mini-cart--mobile .cart__buttons {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.wc-mini-cart--mobile .cart__money {
    background-color: #FFF;
    padding-left: 20px;
    padding-right: 20px;
}

.wc-mini-cart--mobile .item__title {
    margin-bottom: 6px;
}

.wc-mini-cart--mobile .cart__middle {
    padding: 0 17px;
    max-height: calc(100% - 215px);
    height: 100%;
}

.wc-mini-cart--mobile .cart__middle .items {
    border-bottom: none;
    max-height: calc(100% - 71px);
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.no_active_stock{
    pointer-events: none;
    cursor: pointer;
}
.no_active_stock .dish__img .quickviewwoo-button{
    opacity: 0.3;
}
.dish__outStock{
    position: absolute;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 149px;
    color: white;
    opacity: 1;
    z-index: 199;
    background: #0006;
    padding: 11px 10px 7px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16.88px;
    text-align: center;
    font-family: Wendy One;
    border-radius: 6px;
}
.dish__outStockMobile{
    display: none;
}
@media screen and (max-width: 744px) {
    .no_active_stock .dish__img .quickviewwoo-button{
        opacity: 1;
    }
    .no_active_stock .dish__img{
        opacity: 0.3;
    }
    .no_active_stock .dish-box__content{
        opacity: 0.3;
    }
    .dish__outStock{
        display: none;
    }
    .dish__outStockMobile{
        display: block;
        position: absolute;
        top: 42%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        width: 149px;
        color: white;
        opacity: 1;
        z-index: 999;
        text-align: center;
        border-radius: 6px;
        font-family: Rubik;
        font-size: 16px;
        font-weight: 300;
        line-height: 32px;
        letter-spacing: -0.01em;
        text-decoration-skip-ink: none;

    }
}


.onsale{
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    background-color: #FFEECB;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 5px 10px;
}
.price del .woocommerce-Price-amount.amount{
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    position: absolute;
    /*top: -13px;*/

    top: -33px;
    background-color: #18191F99;
    border: 1px solid #000000;
    border-top-right-radius: 8px;
    padding: 3px 6px;
}
.wc-product-info del .woocommerce-Price-amount.amount::after{
    content: "";
    position: absolute !important;
    left: 0 !important;
    top: 12px !important;
    width: 100% !important;
    height: 1px !important;
    background: white !important;
}
.wc-product-info .price del .woocommerce-Price-amount.amount{
    font-weight: 100 !important;
    font-size: 22px !important;
    line-height: 28px !important;

    position: relative;
    top: initial;
    background-color: transparent;
    border: none;
    border-top-right-radius: 0px;
    padding: 0;
}
.wc-product-info .masala-price{
    display: flex;
    flex-direction: row;
}
.price ins .woocommerce-Price-amount.amount{
    /*margin-top: 10px;*/
    display: block;

}
.shop-page-product-title{
    gap: 10px;
}
.price del .woocommerce-Price-amount.amount:after{
    content: "";
    position: absolute;
    /*left: 0;*/
    /*top: 15px;*/
    /*width: 100%;*/
    height: 1px;
    background: white;

    left: 4px;
    top: 12px;
    width: 90%;
}
.wc-product-info .price del{
    text-decoration: none !important;
}

.wc-product-info .masala-price > ins{
    display: block;
}
.woocommerce-Price-amount.amount{
    font-size: 22px;
}
.wc-product-info .woocommerce-Price-amount.amount{
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0%;

}
.wc-product-info .woocommerce-Price-amount.amount{
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0%;

}
.wc-product-info .price ins .woocommerce-Price-amount.amount{
    margin-top: 0;
}
.quickviewwoo-product .quickviewwoo-onsale{
    background-color: #FFEECB !important;
    top: -1px !important;
    left: -1px !important;
    border-bottom-right-radius: 8px;
}

.wc-product-info .masala-price > ins{
    display: inline-block;
}
.price{
    display: inherit;
}
.price ins{
    position: relative;
    left: -5px;
}
.wc-product-info .price ins{
    left: 0;
}
.shopSaleExtraBox .shop-page-product-title {
    align-items: flex-start !important;
}
.shopSaleExtraBox .woocommerce-loop-product__title{
    /*margin-top: 16px;*/
    margin-top: 6px;
}
.is-sold-custom-style{
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    background-color: #FFEECB;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 0px 10px;
}

@media screen and (max-width: 744px) {
    .quickviewwoo-product .product-col.product-col-2{
        padding: 13px 15px 0 10px;
    }
    .wc-product-info .woocommerce-Price-amount.amount{
        position: relative;
        right: inherit;
        left: -5px;
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;

    }
    .wc-product-info del .woocommerce-Price-amount.amount::after{
        top: 8px !important;
        height: 1px !important;
    }
    .wc-product-info .price{
        margin-top: -10px !important;
    }
    .wc-product-title{
        width: calc(100% - 150px) !important;
    }
    .wc-product-info{
        width: 150px !important;
    }
    .wc-product-info .price del .woocommerce-Price-amount.amount{
        bottom: inherit;
        right: 5px !important;
        top: -2px;
        font-weight: 100 !important;
    }
    .wc-product-info .price ins{
        left: inherit;
    }
    .catalog .category:not(.special-deals) .category-row .dish .dish-box__content {
        position: initial;
    }
    .shopSaleExtraBox{
        position: relative;
        height: 100%;
    }
    .woocommerce-Price-amount.amount {
        font-size: 16px;
        font-weight: 500;
    }
    .price del .woocommerce-Price-amount.amount {
        right: initial;
        left: 0;
        bottom: 20px;
        font-size: 16px !important;
        top: inherit;

        background: transparent;
        border: none;
        padding: 0;
        line-height: 32px !important;
    }
    .price del .woocommerce-Price-amount.amount:after{
        content: "";
        position: absolute;
        /*left: 0;*/
        /*top: 15px;*/
        /*width: 100%;*/
        height: 1px;
        background: white;

        left: 0px;
        top: 15px;
        width: 100%;
    }
    .wc-product-info .price del .woocommerce-Price-amount.amount {
        left: initial;
        right: initial;
        font-size: 14px !important;
    }
    .catalog .category:not(.special-deals) .category-row .dish .dish-box-title .price{
        bottom: -10px;
    }
    .is-sold-custom-style {
        top: 20px;
        right: 20px;
        font-weight: 300;
        font-size: 10px;
        line-height: 24px;
        text-align: center;
        vertical-align: middle;
        padding: 0 5px;
        border-bottom-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    .wc-product-info .price ins .woocommerce-Price-amount.amount{
        position: relative;
        right: inherit;
        left: -5px;
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;

    }
    .price ins .woocommerce-Price-amount.amount{
        position: relative;
        right: -5px;
    }
    .dish-rating .rating{
        margin-bottom: 6px;
        margin-right: 1px;
        margin-left: 2px;
    }
    .rating .star-rating span.rating {
        margin-bottom: 6px;
        margin-right: 1px;;
        margin-left: 2px;
    }
    .star-rating{
        position: relative;
        top: 3px;
    }
}
@media screen and (max-width: 575px) {
    .wc-product-info .price del .woocommerce-Price-amount.amount{
        bottom: inherit;
        right: 5px !important;
        top: 1px;
    }
}

