:root {
    --color-link: #800b22;
    --menu-color: #202020;
    --main-color: #b08f37;
}

@font-face {
    font-family: 'iransans';
    src: url(../font/iransans/IRANSansWeb_Medium.woff);
}

body {
    background: #f7f7f7;
}

html {
    scroll-behavior: smooth;
}

.product-search input {

    height: 48px;

    border-radius: 12px;

    font-size: 15px;
}

.product-search .input-group-text {

    border-radius: 12px 0 0 12px;
}

#main {
    direction: rtl;
}

/* .header {
    background-image: url("/agency/restaurant/assets/image/banner.jpg");
    height: 750px;
    width: 100%;
    background-size: cover;
    display: flex;

} */

#udpCartItemCounter {
    font-family: 'IRANSans';
}

.product-price p.price,
.js-final-price,
.js-total-off,
.js-total-price,
.js-total-count {
    font-family: 'iransans' !important;
}

.off,
del,
.cart-final-off,
.cart-final-price {
    font-family: 'iransans' !important;
}

.total-toman p {
    font-family: 'iransans' !important;
}

.today-food p {
    font-family: 'iransans' !important;
    text-align: center;
    margin: 0px auto 7px;
    display: flex;
    align-items: center;
}

.product-summary {
    color: #747474;
}

.final-price {
    font-family: 'iransans' !important;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.font-p {
    font-family: 'iransans' !important;
}

.title-news {
    font-size: 24px;
    color: #000;
}

.menu {
    direction: rtl;
    width: 100%;
    height: 100px;
    /* margin: 30px 50px 0 50px; */
    background: var(--menu-color);
    border-radius: 50px;
    /* position: absolute;
    top: 20px; */
    z-index: 102;
    /* text-align: center; */
    /* left: 60px; */

}


.items {
    margin: 0px 10px 0 0;
    color: #fff;
    align-items: baseline;
}



.menu-item>ul {
    list-style: none;
    position: relative;
    text-align: right;
    direction: rtl;
}

.menu-item>ul>li {
    display: inline-block;
}

.menu-item>ul>li>a {
    text-decoration: none;
    padding: 0 28px 32px 0;
    line-height: 7;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.food-item {
    direction: rtl;
    text-align: right;
}

/* a.menu-top:after {
    content: ' ';
    width: 1px;
    height: 11px;
    background: #fff;
    position: absolute;
    top: 45px;
    direction: rtl;
    right: 110px;
} */

.search {
    background: var(--menu-color);
    padding-right: 10px;
    display: none;
    padding: 0px 25px 0px;
    color: #fff;
    height: 30px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.81);
    border-top: 1px solid rgba(255, 255, 255, 0.81);
    border-right: 1px solid rgba(255, 255, 255, 0.81); */
    border: 1px solid #b08f37;
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.search:hover {
    border: 1px solid #b08f37;
    border-left: none;
}

.image-btn {
    background: unset !important;
    padding-left: 20px;
}

.left-section>a {
    padding-left: 10px;
}

.my-card {
    border-radius: 15px;
    padding: 15px;
    margin-top: 0 !important;
    direction: rtl;
    text-align: right;
}

.my-card2 {
    border-radius: 2rem;
    padding: 20px;
    margin-bottom: 35px;
}

.left-section {
    flex: 0 0 auto;
    line-height: 8;
    padding-left: 20px;
}

span.counter {
    margin: 5px 25px;
    font-weight: 700;
    font-family: 'IRANSans' !important;
}

.menu-item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.style-two .header-button {
    line-height: 7;
}

.slider h2 {
    font-size: 22px;
}

.bg-gray {
    background: #f7f7f7;
    margin-top: 30px;
}

.nav-pills {
    --bs-nav-pills-link-active-bg: rgba(128, 11, 34, 0.71);

}

.btn-add-cart {
    background: var(--color-link);
    border-radius: 2rem;
    padding: 3px 35px 3px 35px;
    color: #fff;
    border: none;
    margin: 0px 30px 0px 30px;
}

.top-wrap .go-top-button {
    background: #b08f37;
}

.add-to-cart.today-btn {
    margin-left: 35px !important;
    margin-bottom: 0px !important;
    position: static !important;
}

.top-wrap .go-top-button::after {
    background-image: -webkit-linear-gradient(0deg, #b08f37 0%, #fbc542 100%);
}

.fa-calendar {
    color: #b08f37;
}

.header-button {
    position: relative;
    text-decoration: none;
}

#udpCartItemCounter {
    position: absolute;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    display: inline-block;
    width: 14px;
    height: 18px;
    text-align: center;
    top: 5px;
    right: -6px;
    background: #e2200a;
    font-size: 11px;
    line-height: 16px;
    font-weight: 700;
}

.submit-order {
    background: var(--color-link);
    border-radius: 2rem;
    padding: 5px 25px 5px 25px;
    color: #fff;
    border: none;
}

.nav-link {
    color: #202020;
}

.cart-dsp-text {
    border-radius: 5px;
    border: 1px solid #aaa9a9;
}

.call-to-action {
    background: var(--color-link);
    height: 500px;
    border-radius: 0 10rem 0 10rem;
}

.nav {
    width: 100%;

}

.food-item {
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 10px;
    margin-top: 15px;
    margin-left: 0px;
}

@media (max-width: 791px) {

    .category-sidebar {
        flex-direction: row !important;
        overflow-x: scroll;
        overflow-y: scroll;
        gap: 10px;
        white-space: nowrap;
        padding: 10px 0;
        border: none;
        position: sticky;
        top: 0;
        z-index: 1;
        background: #fff;
        max-height: none;
    }

    .category-item {

        flex: 0 0 auto;

        margin: 0;
    }

    .category-item span {

        white-space: nowrap;
    }


}

.title-id {
    margin-bottom: 100px;
}

.food-item-img {
    border-radius: 15px;
    width: 100%;
}

.today-food-item-img {
    border-radius: 2rem;
    width: 50% !important;
    margin: auto;
    left: 50%;
    border: 1px solid #efefef;
}

.news-item-img {
    border-radius: 1rem;
    width: 100% !important;
    height: auto;

    margin: auto;
    left: 50%;

}

.add-to-cart {
    bottom: 0px;
    left: 0;
    margin-left: 0px !important;
    margin-bottom: 4px !important;
    position: absolute;
}

.add-cart-btns {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.js-add-to-cart {
    border: none;
    padding: 4px 13px;
    border-radius: 8px;
    color: #fff;
    background: #800b22;
}

.product-price {
    bottom: -10px;
    right: 0;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    position: absolute;
}

.added-product-price {
    bottom: 0;
    right: 0;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}

.title-value {
    font-size: 14px !important;
    font-weight: 900;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
}

.price {
    color: var(--color-link);
    font-weight: bolder;
}

.order-btn {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: none;
    border-radius: 50%;
    padding: 5px;
}

.divider {
    border-bottom: 1px solid #acacac;
}

.off {
    color: #c1c1c1;
    text-decoration: line-through;
}

.category-sidebar {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: sticky;
    top: 20px;
    /* اگر هدر ثابت داری مثلا 90px */
    max-height: calc(100vh - 40px);
    overflow-y: auto;

    scrollbar-width: thin;
}

.product-search {
    border-bottom: 1px solid #ced4da;
    padding-bottom: 15px;
}

.category-item span {
    padding: 5px;
    border-radius: 10px;
}

.form-control {
    border: 1px solid #ced4da;
}

.input-group {
    direction: ltr;
}

.menu-wrapper {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 20px;
}

.category-item {
    display: block;
    text-align: center;

    padding: 5px 5px;

    border-radius: 12px;

    color: #444;
    text-decoration: none;

    transition: .25s;

    margin-bottom: 6px;
}


.category-item:hover span {
    border: 2px solid #7c4556;
    background: transparent;
}

.category-item.active span {
    background: #7c4556;
    border: 2px solid #7c4556;
    color: #fff;
}

.category-icon {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 50%;
}

.overall-cart {
    background-image: url("/agency/restaurant/assets/image/pattern.png");
    position: sticky;
    top: 20px;

}

.footer {

    background-size: cover;
    padding: 50px;
    background-image: url("/agency/restaurant/assets/image/bb.png");
}

.social-icons {
    width: 35px;
    height: 35px;
}

.title-footer {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.info {
    background: rgba(230, 230, 230, 0.45);
    width: 100%;
    height: auto;
    border-radius: 2rem;
    direction: rtl;
    text-align: right;
}

:-moz-placeholder,
/* Firefox 18- */
::-moz-placeholder,
/* Firefox 19+ */
:-ms-input-placeholder,
/* IE 10+ */
::-webkit-input-placeholder,
/* Webkit based */
::placeholder {
    /* Modern browsers */
    color: #0b5ed7;
}

.slider {
    padding: 65px 100px 50px 100px;
    color: #ffffff;
}

.news-slider {
    padding: 65px 30px 50px 30px;
    color: #ffffff;
}

.today-food {
    width: 97%;
    height: 365px;
    background: #ffffff;
    border-radius: 10px;
    margin: auto;
    left: 50%;
    color: var(--color-link);
    text-align: center;
    padding-top: 7px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.news {
    width: 300px;
    height: auto;
    background: #ffffff;
    border-radius: 10px;
    margin: auto;
    left: 50%;
    color: #252525;
    text-align: center;
    padding: 20px;
}

.news-text {
    text-align: justify !important;
    max-height: 75px;
    overflow: hidden;
}

.news-title {
    font-weight: bolder;
    text-decoration: none;
    color: #0f0f0f;
}

.hidden-desktop {
    display: none;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.shop-category.active {
    background: #b08f37;
    color: #fff;
    border-radius: 10px;
    padding: 0px 25px;
}

.position-absolute div {
    display: flex;
    align-items: baseline;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: unset !important;
    color: #5a5a5a;
    border: none;
    font-family: 'IRANYekan';
}

.added-product {
    background: #f3f3f3;
    padding: 0px 10px 0px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.total-price {
    font-family: 'iransans';
}

.cart-dsp-text:hover {
    border-radius: 5px;
    border: 1px solid #aaa9a9;
}

.text-footer {
    color: #fff !important;
}

.text-flex .shop-category {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.shop-category {
    text-align: center;
}

.food-product {
    background: #fff;
    padding: 15px;
    margin-top: 55px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 15px;
    direction: rtl;
}

.slides .shop-category .categories .shop-category {
    font-size: 16px !important;
    font-weight: 600;
}

.productItem.productItemQuick {
    direction: rtl;
    text-align: right;
}

b.fatitle {
    font-size: 17px;
}

.btn-add-to-cart {
    float: left;
    background: var(--color-link);
    border-radius: 2rem;
    padding: 3px 25px 3px 25px;
    color: #fff;
    border: none;
}

.product_price {
    font-family: 'iransans';
}

.summary-product {
    color: #9f9f9f;
}


.total-toman {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
}

@media (max-width: 1000px) {
    .hidden-desktop {
        display: unset;
    }

    .hidden {
        display: none;
    }

    .footer {
        height: auto;
        padding: 25px;
    }

    .info {
        background: rgba(230, 230, 230, 0.45);
        width: 100%;
        height: auto;
        border-radius: 2rem;
    }

    /* .mobile-menu {
        box-shadow: 10px 40px 40px 50px rgba(26, 29, 32, 0.45);
        width: 91%;
    } */
    /* .mobile-mt{
        margin-top: -100px;
    } */
    .mobile-img {
        -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
        mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    }

    .food-item-img {

        width: 100%;

    }

    .product-summary {
        font-size: 10px;
        text-align: right;
        margin-right: 10px;
    }

    .rounded-10 {
        border-radius: 8rem;
    }

    .add-to-cart {
        margin-bottom: 0px !important;
        margin-left: 20px !important;

        display: flex;
        align-items: center;
        bottom: 30px;
        left: 10px;
    }

    .price {
        margin-bottom: 0px !important;
    }

    .product-price {
        margin-right: 10px !important;
        margin-bottom: 20px !important;
        position: static;
    }

    .title-value {
        text-align: right;
        margin-right: 10px;
    }

    .food-item .row {
        align-items: center;
    }

    .add-to-cart div {
        display: flex;
        align-items: baseline;
        margin-left: 0px;
        margin-bottom: 10px;
    }
}

@font-face {
    font-family: 'IRANYekan';
    src: url('/agency/restaurant/assets/font/iranyekan/IRANYekanRegular.woff');
}

body {
    font-family: 'IRANYekan';
}

* {
    font-family: 'IRANYekan';
}

.modal-header .close {
    margin: -1rem auto -1rem -1rem;
}

.modal-body {
    direction: rtl;
    text-align: center;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.shop-tab {
    font-size: 18px;
    margin-bottom: 20px;
}

.modal-title {
    margin-bottom: 0;
    font-size: 18px;
    color: red;
}

.modal-header {
    align-items: center;
    justify-content: center;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 8.75rem auto;
    }
}


/*  */
#owl-carousel-category a.active p {
    background-color: #a43b45;
    color: #fff;
    border-radius: 15px;
}

.fa-plus {
    color: #a43b45 !important;
}

i.fa-plus {
    color: #029a49 !important;
}

.cart-item-count-plus span {
    position: relative;
    background: #a43b45;
    padding: 5px 20px;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    bottom: 5px;
}

.cart-item-count-wrapper {
    display: flex;
    gap: 10px;
    position: absolute;
    left: -180px;
    width: 100%;
    justify-content: center;
    bottom: 10px;
}

.products__item-gift-price {
    position: absolute;
    right: 15px;
    bottom: 10px;
    text-align: right;
    transform: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 16px;
    width: auto;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
    .cart-item-count-wrapper {
        width: auto !important;
        justify-content: center;
        bottom: 25%;
    }

    .nav-pills li {
        padding: 8px 5px !important;
        font-size: 12px !important;
    }

    /* .food-item{
        height: 500px !important;
    } */
}

.products__item-fatitle h3 {
    height: 20px !important;
}

.service_unit {
    display: none !important;
}

.cart-item-count-number {
    width: 50px !important;
    text-align: center;
    border: none !important;
    background: #fff;
    font-family: 'iransans';
}

.nav-pills {
    justify-content: space-around !important;
    /* background-color: #f8f8f8; */
    padding: 10px;
    direction: rtl;
    border-radius: 8px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.nav-pills li {
    padding: 4px 30px;
}

.nav-pills li.active {
    /* background-color: #fff; */
    /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
    border-radius: 8px;
}

body {
    background: #fff;
}

#owl-carousel-list a {
    display: block;
}

#owl-carousel-list a img {
    width: 100%;
}

.filter__header span:first-child {
    padding-left: 5px;
}
.logo img {
    max-width: 50%;
}
#filters-panel {
    border: 1px solid #d6d6d6;
    border-radius: 25px;
    font-size: 13px;
    padding: 18px;
}
 .clear-cart-btn {
        font-size: 15px;
        background: transparent;
        border: navajowhite;
    }

.filter--existence label {
    font-size: 12px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter--existence label input {
    margin-right: 15px;
}

.range-slider__control_div {
    display: flex;
    direction: rtl;
    justify-content: space-between;
    align-items: center;
    margin: 5px;
}

.range-slider__action {
    background: #ed5565;
    color: #fff;
    width: 80%;
    margin: 10px auto;
    display: block;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ed5565;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    font-family: 'iranyekan';
    direction: ltr;
}

.filter {
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #dee2e6;
    font-size: 13px;
    position: relative;
}

.filter:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}

.filter label,
.filtered label {
    font-size: 12px;
    margin: 5px 0;
    text-align: right;
    width: 100%;
    position: relative;
    direction: rtl;
}

.filter__items {
    direction: rtl;
}

.filter__items-checkbox {
    display: flex;
    justify-content: start;
    align-items: center;
}

.filter__items-checkbox input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

.filter__header--arrow:after {
    content: '\f103';
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0;
    font-size: 10px;
}

.filter__items-colors--checkbox {
    position: relative;
}

.filter__items-colors--checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

#filters-panel .filter__items-colors--checkbox {
    width: calc(100% / 4 - 16px);
}

#filters-panel .filter__items-colors {
    padding: 20px 15px;
}

#filters-panel .filter__items-colors--checkbox {
    margin-top: 15px;
    margin-left: 15px;
    display: block;
    width: calc(100% / 4 - 15px);
    position: relative;
    height: 30px;
    float: right;
    cursor: pointer;
}


#filters-panel .filter__items-colors--checkbox input:checked+.filter__items-colors--case:after {
    content: "\f00c";
    color: #fff;
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 30px;
    text-align: center;
}

#filters-panel .filter__items-colors--case,
#filters-panel .filter__items-colors--case:before,
.products__item--colors .colors-wrapper .single-color,
.range-slider__handle,
.select__clear:after,
.select__clear:before {
    border-radius: 100%;
}

#filters-panel .filter__items-colors--case {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
}

#filters-panel .filter__items-colors--case:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
}

#filters-panel .filter__items-colors--case-tooltip,
#filters-panel .filter__items-colors--case-tooltip:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#filters-panel .filter__items-colors--case-tooltip {
    top: -41px;
    font-size: 11px;
    font-size: .6875rem;
    height: 30px;
    background: #838996;
    padding: 0 10px;
    color: #fff;
    line-height: 30px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
}

#filters-panel .filter__items-colors--case:hover .filter__items-colors--case-tooltip {
    opacity: 1;
}

#filters-panel .filter__items-colors--case-tooltip:after {
    bottom: -7px;
    content: "";
    border-top: 7px solid #838996;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
}

#filters-panel .filter__items-colors-wrapper {
    margin-top: -15px;
    margin-left: -15px;
}

#filters-panel .filter .selected-clear-wrapper {
    position: absolute;
    top: 7px;
    left: 21px;
}

#filters-panel .filter .selected-clear-wrapper .clear-all {
    font-size: 11px;
    font-size: .6875rem;
    cursor: pointer;
    color: #2196f3;
}

.products__item,
body[data-page=brand] .products__item {
    margin-bottom: 40px;
    text-align: center;
    direction: rtl;
    min-height: 300px;
    position: relative;
}

.products__item-image-wrapper {
    display: block;
    position: relative;

}

.products__item-fatitle {
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
    direction: rtl;
}

.products__item-fatitle h3 {
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    line-height: 1.2rem;
    height: 60px;
    overflow: hidden;
    color: #000;
    font-family: 'iranyekan';
}

.mobile-menu-area {
    box-shadow: none !important;
}

.products__item-wrapper {
    display: inline-block;
    transition: box-shadow .15s ease;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    min-height: 100%;
    border-radius: 18px;
}

.products__item:hover .products__item-wrapper {
    box-shadow: 0 2px 5px 2px rgb(0 0 0 / 15%);
}

.products__item--colors .colors-wrapper .single-color {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
}

.products__item--colors .colors-wrapper .single-color--tooltip,
.products__item--colors .colors-wrapper .single-color--tooltip:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.products__item--colors .colors-wrapper .single-color--tooltip {
    top: -38px;
    font-size: 11px;
    font-size: .6875rem;
    height: 30px;
    background: #838996;
    padding: 0 10px;
    color: #fff;
    line-height: 30px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
}

.products__item--colors .colors-wrapper {
    position: relative;
}

.products__item--colors .colors-wrapper .single-color:hover .single-color--tooltip,
.range-slider__handle:hover .range-slider__handle--tooltip {
    opacity: 1;
}

.c-ui-checkbox-min {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ababab;
    font-size: 11px;
    font-size: .786rem;
    line-height: 19px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}


.c-ui-checkbox-min {
    width: 59px;
    height: 25px;
    background-color: #f5f6f7;
    display: inline-flex;
    position: absolute;
    right: 0;
    top: -4px;
    font-size: 10px;
}

.c-ui-checkbox-min input {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.hidden {
    display: none;
}

.c-ui-checkbox-min span {
    width: 17px;
    padding: 0 8px;
    height: 17px;
    display: block;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    margin-left: 5px;
}

.products__item-colors-wrapper:after {
    clear: both;
    content: "";
    display: block;
}

.products__item--colors {
    display: block;
    text-align: center;
    position: relative;
}


.c-product-box__compare-action {
    opacity: 0;
}

.products__item:hover .products__item-entitle:not(.empty),
.products__item:hover .products__item-fatitle:not(.empty) {
    text-overflow: clip;
    white-space: normal;
    height: auto;
}

.products__item:hover .c-product-box__compare-action {
    opacity: 1;
}

.products__item--colors .colors-wrapper .more-color {
    position: absolute;
    top: -6px;
    left: 0;
    transform: translateX(-100%);
    color: #aeafb0;
}

.products__item--colors .colors-wrapper .single-color--tooltip:after {
    bottom: -7px;
    content: "";
    border-top: 7px solid #838996;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
}

.products__item--colors .colors-wrapper .single-color--tooltip,
.products__item--colors .colors-wrapper .single-color--tooltip:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.products__item-image,
.products__item-rate .rate {
    vertical-align: middle;
}

.products__item-image {
    width: 90%;
    border-radius: 18px;
    margin-top: 5px;
}

.products__item-image-wrapper:after {
    clear: both;
    content: "";
    display: block;
}

.quickBtn {
    display: none;
    color: #909fa7;
    width: 16px;
    margin: 10px auto;
    padding: 10px 0;
    position: absolute;
    top: 0px;
    right: 45px;
    border: 0;
    outline: none;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
}

.products__item-colors-wrapper {
    transform: scale(1);
}

.products__item--colors {
    display: block;
}

.products__item-info {
    display: block;
    color: #4d4d4d;
    padding: 0 15px 44px;
    position: relative;

}

#page-cover h1 {
    position: absolute;
    bottom: 50px;
    z-index: 1;
    left: 15px;
    font-size: 27px;
    color: #fff;
}

#page-cover #dk-breadcrumbs {
    position: absolute;
    bottom: 95px;
    z-index: 1;
    left: 0px;
    font-size: 27px;
    color: #fff;
}

#page-cover #dk-breadcrumbs ol li a {
    color: #fff;
    font-size: 0.6rem;
}

#page-cover.page-cover-category h1 {
    right: 15px;
    left: auto;
}

#page-cover>img.logo {
    position: absolute;
    bottom: -35px;
    right: 50px;
    z-index: 3;
    max-width: 200px;
}

#page-cover.page-cover-category>img.logo {
    bottom: -105px;
    left: 50px;
}

#page-cover .bg-grey {
    background: #f5f5f5;
    border-radius: 25px;
    padding-right: 290px;
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: -50px;
    padding-left: 30px;
}

#page-cover.page-cover-category .bg-grey {
    right: 0;
    padding-left: 290px;
    padding-right: 30px;
}

#panel {
    margin: 100px auto 0;
}

.products__item-price--final {
    color: #000 !important;
    font-family: 'iranyekan2';
}

/* .products__item-gift-price {
    position: absolute;
    bottom: 10px;
     left: 50%;  
     text-align: right;
     transform: translateX(-50%);  
     display: flex;
    justify-content: center;
    align-items: center;
    line-height: 16px;
} */


/* .products__item-price--old {
    font-size: 12px;
    color: #ff6b6b;
    line-height: 12px;
    display: flex;
    direction: ltr;
    align-items: center;
    justify-content: start;
    margin-bottom: 2px;
    font-weight: 100;
} */

.off-percent {

    background-color: #fb3449;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    border-radius: 20px;
    padding: 3px 13px 1px;
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 5px;
    /* min-width: 43px; */
    /* height: 20px;*/
}

/* .products__item-price--old .old-price-txt {
    text-decoration: line-through;
    display: block !important;
    color: #6a6f6c !important;
} */

.products__item-price--final .currency {
    font-size: 12px;
    margin-right: 3px;
}

.products__item-colors-wrapper {
    transform: scale(.9);
}

.cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 9998;
}

.mobile-cart {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    background: #fff;
    border-radius: 20px 20px 0 0;
    max-height: 85vh;
    overflow-y: auto;
    transition: .35s;
    z-index: 9999;
}

.mobile-cart.active {
    bottom: 0;
}

.cart-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    background: #fff;
}

.close-mobile-cart {
    border: none;
    background: none;
    font-size: 22px;
    cursor: pointer;
}

@media(min-width:768px) {

    .mobile-cart,
    .cart-overlay {
        display: none;
    }


}

.category-page-description {
    width: 75%;
    text-align: justify;
}


#products-panel {
    width: 75%;
}

.category-page-description-bottom {
    background: #00d8ff;
    padding: 15px;
    border-radius: 15px;
    color: #fff;
    margin: 2rem 0;
    direction: rtl;
}

.category-page-description-bottom .content {
    display: flex;
    justify-content: space-between;
}

.category-page-description-bottom .content div.desc {
    padding: 2rem;
    border-radius: 15px;
    background-color: #fcfcfc;
    color: #333;
    direction: rtl;
    text-align: justify;
}

.category-page-description-bottom .content div#description-category {

    height: 200px;
    overflow: auto;
}

.category-page-description-bottom .content div.question {
    text-align: right;
    padding: 2rem;
}

.category-page-description-bottom .content div.question h2 {
    font-size: 1.5rem;
}

.category-page-description-bottom .content div.question ul {
    list-style: none;
    margin-top: 2rem;
}

.filters-panel {
    width: 25%;
}

#filters-panel {
    margin-left: 3rem;
    margin-bottom: 3rem;
}

#close-filters-panel {
    display: none;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
    .products__item-price--final {
        font-size: 15px;
    }

    .menu-wrapper {
        background: transparent;
        border: none;
        /* border-radius: 18px; */
        padding: 0px;
    }

    .clear-cart-btn {
        font-size: 15px;
        background: transparent;
        border: navajowhite;
    }

    .product-search {
        border-top: 1px solid #ced4da;
        border-bottom: 1px solid #ced4da;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 15px;
    }

    .tab-content {
        margin-top: 0px;
    }

    .category-item span {
        padding: 10px;
        border: 1px solid #800b22;
        border-radius: 10px;
    }

    .products__item-price--final .currency {
        font-size: 12px;
    }

    .fixed-menu {
        right: 0;
        top: 0;
        position: fixed;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        scrollbar-width: thin;
        z-index: 1;
    }


    .products__item-price--old {
        margin-bottom: 5px;
    }


    #filters-panel {
        margin-left: 0;
        border: 0;
        padding: 25px;
    }


    #close-filters-panel {
        display: block;
        position: absolute;
        background: #fff;
        color: #33354b;
        z-index: 2;
        left: 30px;
        top: 30px;
    }

    .filters-panel {
        width: 100%;
        top: 0;
        display: none;
        position: fixed;
        z-index: 10000;
        background: #fff;
        left: 0;
        height: 100%;
        overflow: auto;
    }

    .products__item-image-wrapper {
        width: 30%;
        float: right;
    }

    .products__item-info {
        width: 69%;
        float: left;
    }

    .products__item-colors-wrapper {
        position: absolute;
        bottom: 10px;
        right: 0;
        width: 37%;
    }

    .food-item .food-img {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    #main {
        margin-top: 0px !important;
    }

    .products__item--colors .colors-wrapper .single-color {
        width: 10px;
        height: 10px;
    }

    .products__item,
    body[data-page=brand] .products__item {
        min-height: auto;
    }

    .category-page-description-bottom .content {
        flex-direction: column;
    }

    .category-page-description-bottom .content div.question h2 {
        text-align: center;
    }

    #filters-panel {
        padding-bottom: 80px;
        position: relative;
    }


    #products-panel {
        width: 100%;
    }

    .title-id {
        margin-bottom: 250px;
    }

    .category-page-description {
        width: 100%;
        text-align: justify;
        direction: rtl;
    }

    .products__item-fatitle {
        overflow: hidden;
        text-overflow: unset;
        white-space: normal;
    }

    .products__item-gift-price {
        bottom: 0;
        width: 100%;
        display: block;
    }


    .products__item .products__item-wrapper {
        box-shadow: none;
        border-bottom: 1px solid #f5f5f5;
        border-radius: 0;
    }

    .products__item:last-child .products__item-wrapper {
        border-bottom: 3px solid #f5f5f5;
    }

    .products__item-info {
        padding-top: 0;
    }

    .products__item:hover .products__item-wrapper {
        box-shadow: none;
    }

    .products__item-image {
        width: 100%;
        margin-top: 0px;
    }

    .products__item {
        margin-bottom: 0;
        padding: 0.5rem 0;
    }

    .products__item-fatitle h3 {
        text-align: right;
        direction: rtl;
    }

    #panel {
        margin-top: 10px
    }

    #page-cover h1 {
        position: relative;
        bottom: auto;
        left: auto !important;
        text-align: right;
        padding-right: 30px;
        color: #333;
        right: auto !important;
    }

    #page-cover #dk-breadcrumbs {
        position: relative;
        bottom: auto;
        left: auto !important;
        text-align: right;
        margin-top: 30px;
        padding-right: 30px;
        color: #857d7d;
    }

    #page-cover #dk-breadcrumbs ol li a {
        color: #857d7d;
    }


    #page-cover>img.logo {
        position: relative;
        top: -45px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        display: none;
    }

    #page-cover .bg-grey {
        padding-right: 10px;
        padding-left: 10px;
        position: relative;
        bottom: 0;
        top: -65px;
        display: none;
    }

    #products-panel {
        margin-bottom: 40px;
    }

    .category-page-description-bottom .content div.desc {
        max-height: 400px;
        overflow: auto;
    }

    .food-text {
        text-align: center;
        margin: 0 auto;
        position: static !important;
    }

    .scroll {
        text-align: center;
    }

    .my-card.menu-fix {
        padding: 25px 0px;
        direction: rtl;
        text-align: center;
    }

    .btn-shop {
        padding: 0px;
    }

    .owl-shop-category .owl-nav .owl-prev {
        left: -5px !important;
        top: 18px !important;
    }

    .owl-shop-category .owl-nav .owl-next {
        top: 18px !important;
        right: -5px !important;
    }

    .owl-shop-category .owl-nav .owl-next,
    .owl-shop-category .owl-nav .owl-prev {
        font-size: 25px !important;
        color: #fff;
        background: #800b22;
        padding: 2px;
        border-radius: 5px;
        line-height: 1;
    }

    .scroll>.owl-shop-category .owl-nav .owl-next,
    .scroll>.owl-shop-category .owl-nav .owl-prev {
        display: none;
    }
}

.btn-shop {
    color: #800b22;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.owl-shop-category .owl-nav .owl-prev {
    position: absolute;
    left: -20px;
    top: 30px;
    font-size: 17px;
}

.owl-shop-category .owl-nav .owl-next {
    position: absolute;
    right: -20px;
    top: 30px;
    font-size: 17px;
}

.scroll>.owl-shop-category .owl-nav .owl-next,
.scroll>.owl-shop-category .owl-nav .owl-prev {
    display: none;
}

.img-category {
    width: 100%;
    border-radius: 70px;
}

.food-text {
    position: relative;
    padding: 0;
}

.filtered {
    padding: 0px 0px 15px;
    direction: rtl;
    text-align: right;
    border-bottom: 1px solid #e3e3e3;
}

.product-summary {
    font-size: 10px;
}

.filtered__filter-name {
    display: inline-block;
    position: relative;
    border: 1px solid #c7c7c7;
    background-color: #f7f8fa;
    padding: 5px 10px 5px 30px;
    margin: 5px 0 0 5px;
    line-height: normal;
    font-size: 11px;
    font-weight: 100;
}

.filtered__filter-name--close {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 10px;
    cursor: pointer;
}

.not-found {
    margin: 10px;
    background-color: #fffce1 !important;
    padding: 15px;
    border-radius: 2px;
    border: 1px solid #ebeced;
    width: 100%;
    text-align: center;
    direction: rtl;
}

#show-filtter-items {
    box-shadow: 0 -1px 1px rgb(0 0 0 / 14%), 0 -2px 2px rgb(0 0 0 / 5%);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    align-items: center;
    font-size: 16px;
    direction: rtl;
    padding: 0 20px;
}

.filter.last-child {
    border-bottom: 0 !important;
}

.mobile-fillter-toolbar {
    background: #d6eab9;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    margin-bottom: 2rem;
    display: none;
}

.mobile-fillter-toolbar a {
    display: flex;
    align-items: center;
}

.mobile-fillter-toolbar a i {
    margin-left: 0.3rem;
    font-size: 15px;
    line-height: 0;
}

.fi-bs-flame {
    color: #fe0000;
}


.main-sticky {
    margin-top: 90px;
}

/* #owl-carousel-slider{
    position: absolute;
    top: 0px;
}

.header{
    position: sticky;
    z-index: 102;
    top: 20px;
} */

.dreamit_nav_manu {
    margin: 5px 0;
}

.style-two .header-button #udpCartItemCounter {
    top: 30px !important;
    right: -9px !important;
    width: 18px !important;
    height: 18px !important;
    line-height: 16px !important;
    background: var(--color-link) !important;
}

.btn-category {
    /* border: 2px solid var(--color-link) !important; */
    color: var(--color-link) !important;
    background: unset !important;
    font-weight: 900;
}

.cattitle {
    margin-top: 0px !important;
    border: none;
    background: none;
}

.collapse.show {
    background: rgb(234 234 234);
    border-radius: 10px;
}

.news-slider h2 {
    font-size: 22px;
}

.tab-content {
    margin-top: 47px;
}

.category-link a:hover {
    background: unset !important;
    color: #b08f37;
    font-size: 14px;
}

.btn.focus,
.btn:focus,
.form-control:focus {
    box-shadow: unset;
}

.category-link:hover {
    background: unset !important;
}

.food-item .food-img {
    padding-right: 0px !important;
}

.dreamit_nav_manu.sticky {
    position: static !important;
}

.scroll {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    direction: rtl;
    z-index: 102;
}

#continue {
    background: var(--color-link) !important;
}

.btn-submit {
    background: var(--color-link) !important;
}

.desc-cart-attribute span.red-border:before {
    background: var(--color-link) !important;
}

/* .btn-shop.hover{
    color: #fff;
    background: var(--color-link);
    border-radius: 20px;
} */

.desc-cart-attribute {
    display: none !important;
}
.head-cart{
        display: flex;
    justify-content: space-between;
}