:root {
    --first: #efecea;
    --sec: #720f18;
    --text: #073131;
    --text2: #a54246;
    --black: #000;
    --white: #fff
}

@font-face {
    font-family: "doran";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('../../static/fonts/woff/DoranFaNum-Thin.woff') format('woff'),
        url('../../static/fonts/woff2/DoranFaNum-Thin.woff2') format('woff2') url('../../static/fonts/ttf/DoranFaNum-Thin.ttf') format('truetype');
}

@font-face {
    font-family: "doran";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../../static/fonts/woff/DoranFaNum-Light.woff') format('woff'),
        url('../../static/fonts/woff2/DoranFaNum-Light.woff2') format('woff2'),
        url('../../static/fonts/ttf/DoranFaNum-Light.ttf') format('truetype');
}

@font-face {
    font-family: "doran";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../../static/fonts/woff/DoranFaNum-Regular.woff') format('woff'),
        url('../../static/fonts/woff2/DoranFaNum-Regular.woff2') format('woff2'),
        url('../../static/fonts/ttf/DoranFaNum-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "doran";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../../static/fonts/woff/DoranFaNum-Medium.woff') format('woff'),
        url('../../static/fonts/woff2/DoranFaNum-Medium.woff2') format('woff2'),
        url('../../static/fonts/ttf/DoranFaNum-Medium.ttf') format('truetype');
}

@font-face {
    font-family: "doran";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../../static/fonts/woff/DoranFaNum-Bold.woff') format('woff'),
        url('../../static/fonts/woff2/DoranFaNum-Bold.woff2') format('woff2'),
        url('../../static/fonts/ttf/DoranFaNum-Bold.ttf') format('truetype');
}

@font-face {
    font-family: "doran";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../../static/fonts/woff/DoranFaNum-ExtraBold.woff') format('woff'),
        url('../../static/fonts/woff2/DoranFaNum-ExtraBold.woff2') format('woff2'),
        url('../../static/fonts/ttf/DoranFaNum-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: "doran";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../../static/fonts/woff/DoranFaNum-Black.woff') format('woff'),
        url('../../static/fonts/woff2/DoranFaNum-Black.woff2') format('woff2'),
        url('../../static/fonts/ttf/DoranFaNum-Black.ttf') format('truetype');
}

@font-face {
    font-family: "doran";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../../static/fonts/woff/DoranFaNum-ExtraBlack.woff') format('woff'),
        url('../../static/fonts/woff2/DoranFaNum-ExtraBlack.woff2') format('woff2'),
        url('../../static/fonts/ttf/DoranFaNum-ExtraBlack.ttf') format('truetype');
}

@font-face {
    font-family: "vintage";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../../static/fonts/ttf/vintage.ttf') format('truetype');
}

.font-vintage{
    font-family: "vintage" !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
label,
input,
select,
option,
button,
div {
    font-family: 'doran'
}

.color-first {
    color: var(--first)
}

.color-sec {
    color: var(--sec)
}

.back-sec {
    background-color: var(--sec) !important
}

.back-text {
    background-color: var(--text) !important
}

.color-text {
    color: var(--text)
}

.color-text2 {
    color: var(--text2)
}

.color-white {
    color: var(--white)
}

p {
    margin: 0
}

body {
    background-color: var(--first);
    direction: rtl;
    text-align: right;
    overflow-x: clip
}

header {
    background-color: var(--first)
}

a {
    text-decoration: none;
    color: var(--text)
}

.accordion-item {
    background-color: white;
    direction: rtl;
    border: none
}

.accordion-button::after {
    background-image: url('../../static/images/open.webp')
}

.btn-close,
.accordion-button:not(.collapsed)::after {
    background-image: url('../../static/images/open.webp');
    transform: rotate(135deg)
}

.btn-close {
    width: 50px;
    height: 50px;
    background-size: 30px
}

.add-to-cart {
    width: 20px;
    margin-right: 10px
}

.register {
    background-color: var(--sec)
}

.blackcop {
    background-color: var(--black)
}

.remove-cart {
    width: 15px
}

.cart-icon {
    width: 15px;
    margin: 0 10px
}

.cart-pay-btn {
    float: left;
    background: var(--sec);
    color: var(--first);
    padding: 7px 10px;
    margin-top: 20px;
    border-radius: 10px
}

.cart-pay-btn-nrm {
    background: var(--sec);
    color: var(--first);
    padding: 7px 10px;
    margin-top: 20px;
    border-radius: 10px
}

.main-body {
    min-height: 46vh
}

.menu-offcanvas {
    height: 75vh !important
}

.offcanvas-cart {
    height: 75vh !important
}

.menu-logo {
    width: 60px
}

.menu-item-category-name {
    color: var(--sec)
}

.accordion-button {
    box-shadow: unset !important
}

.accordion-button::after {
    margin-left: 0;
    margin-right: auto
}

.accordion-button:not(.collapsed) {
    background-color: transparent
}

.icon-count {
    color: #eaf1f1 !important;
    border-radius: 100%;
    padding: 2px;
    position: relative;
    right: -130px;
    font-size: 18px
}

.line {
    background-color: var(--sec);
    height: 2px;
    width: 30px !important
}

@media only screen and (max-width:600px) {
    .icon-count {
        right: -37px;
        top: 6px;
        font-size: 18px
    }
}

.menu-price {
    color: white
}

.pay-btn {
    background-color: white;
    border-radius: 10px;
    padding: 10px
}

.sidepanel {
    width: 0;
    border-radius: 15px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -20px;
    background-color: white;
    overflow-x: hidden;
    padding: 10px;
    padding-top: 60px;
    transition: .5s;
    margin-top: 129px;
    z-index: 999
}

.no-wrap {
    white-space: nowrap
}

.sidepanel .closebtn {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px
}

.shopping-cart:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    box-sizing: border-box;
    border: 3px solid var(--green);
    opacity: .4;
    border-radius: 15px
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 999;
    left: 20px;
    right: 20px;
    bottom: 80px;
    background: rgba(67, 94, 48, .293);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    backdrop-filter: blur(7.9px);
    -webkit-backdrop-filter: blur(7.9px);
    border: 1px solid rgba(67, 94, 48, .4);
    color: var(--green)
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein .5s, fadeout .5s 2.5s;
    animation: fadein .5s, fadeout .5s 2.5s
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0
    }

    to {
        bottom: 80px;
        opacity: 1
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0
    }

    to {
        bottom: 80px;
        opacity: 1
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 80px;
        opacity: 1
    }

    to {
        bottom: 0;
        opacity: 0
    }
}

@keyframes fadeout {
    from {
        bottom: 80px;
        opacity: 1
    }

    to {
        bottom: 0;
        opacity: 0
    }
}

.custom-row {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-right: 0 !important;
    margin-left: 0 !important
}

.cart-item-body {
    padding-left: 0 !important;
    direction: rtl;
    text-align: justify
}

.menu-pay svg,
.menu-icon svg {
    width: 30px
}

.logedin-user svg {
    fill: var(--sec)
}

.menu-footer,
.main-footer {
    background-color: var(--white)
}

.pyament-body {
    background-color: white;
    border-radius: 15px
}

.pay-way {
    background-color: var(--first);
    border-radius: 15px
}

.pay-way div {
    background-color: var(--sec);
    color: white;
    border-radius: 15px
}

.disable {
    opacity: .4
}

:focus-visible {
    outline: none !important
}

.disable-show {
    display: none !important
}

.time-sellect {
    background-color: transparent;
    border: none
}

.pay-icon path,
.pay-icon rect {
    stroke: var(--sec) !important
}

.theme-btn {
    background-color: var(--sec);
    color: white
}

.font-weight-100 {
    font-weight: 100
}

.font-weight-200 {
    font-weight: 200
}

.font-weight-300 {
    font-weight: 300
}

.font-weight-400 {
    font-weight: 400
}

.font-weight-500 {
    font-weight: 500
}

.font-weight-600 {
    font-weight: 600
}

.font-weight-700 {
    font-weight: 700
}

.font-weight-800 {
    font-weight: 800
}

.font-weight-900 {
    font-weight: 900
}

.font-size-10 {
    font-size: 10px
}

.font-size-14 {
    font-size: 14px
}

.font-size-15 {
    font-size: 15px
}

.font-size-20 {
    font-size: 20px
}

.font-size-25 {
    font-size: 25px
}

.font-size-30 {
    font-size: 30px
}

.font-size-35 {
    font-size: 35px
}

.font-size-40 {
    font-size: 40px
}

.font-size-50 {
    font-size: 50px
}

.font-size-55 {
    font-size: 55px
}

.font-size-60 {
    font-size: 60px
}

.font-size-65 {
    font-size: 65px
}

.font-size-70 {
    font-size: 70px
}

.width-50 {
    width: 50px
}

.width-70 {
    width: 70px
}

.width-100 {
    width: 100px
}

.width-120 {
    width: 120px
}

.width-150 {
    width: 150px
}

.width-180 {
    width: 180px
}

.width-200 {
    width: 200px
}

.width-220 {
    width: 220px
}

.width-250 {
    width: 250px
}

.width-280 {
    width: 280px
}

.width-300 {
    width: 300px
}

.width-350 {
    width: 350px
}

.question-card {
    min-height: 200px
}

.lamp-effect {
    background-color: #fffae6;
    transition: background-color .5s ease
}