@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/woff2/DanaFaNum-Thin.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/DanaFaNum-Thin.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/woff2/DanaFaNum-Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/DanaFaNum-Light.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/woff2/DanaFaNum-Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/DanaFaNum-Medium.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/woff2/DanaFaNum-ExtraBold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/DanaFaNum-ExtraBold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 930;
    src: url('../fonts/woff2/DanaFaNum-ExtraBlack.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/DanaFaNum-ExtraBlack.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 990;
    src: url('../fonts/woff2/DanaFaNum-fat.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/DanaFaNum-fat.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

:root {
    --colorBlack: #21252B;
    --secColor: #181C21;
    --actionColor: #FFC02D;
    --colorWite: #fff;
    --LightGrey: #E5E5E5;
    --SuperLightGrey: #fefefe;
    --colorGrey: #A1a1a1;
    --Blue: #002ABD;
    --Yellow: #FFD600;
    --colorMain: #EA910B;
    --colorMainRGB: 234, 145, 11;
    --colorSecondary: #6B3D26;
    --colorSecondaryRGB: 107, 61, 38;
    --colorLink: #000000;
    --colorGray: #8f8f8f;
    --colorRed: #e50f12;
    --colorRedRGB: 229, 15, 18;
    --colorGreen: #068d44;
    --colorGreenRGB: 6, 141, 68;
    --colorWarning: #ffa429;
    --colorWarningRGB: 255, 164, 41;
    --colorGold: #f1af0f;
    --colorSigninBg: #eee;
    --colorCallBtn: #143277;
    --colorWhatsappBtn: #25d366;

    /* featured products section*/
    --colorFeaturedProductsBg: #192271;
    --colorFeaturedProductsTitle: #fff;
    --colorFeaturedProductsTitleIconBg: rgba(234, 145, 11, 0.15);
    --colorFeaturedProductsTitleIcon: #EA910B;
    --colorFeaturedProductsBtn: #EA910B;
    --colorFeaturedProductsArrows: #3a45b2;
    --colorFeaturedProductsArrowsIcon: #fff;

    /* home blog section*/
    --colorBlogSectionBg: #ddd;
    --colorBlogSectionTitle: #111;
    --colorBlogSectionLink: #111;

}

.btn-primary {
    background-color: var(--actionColor) !important;
    border-color: var(--actionColor) !important;
    color: #000 !important;
}

body {
    font-family: dana, sans-serif !important;
    color: #fff;
    font-size: 15px;
    background-color: var(--colorBlack);
    margin: 0;
    direction: rtl;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

* {
    margin: 0;
    padding: 0;
    outline: none !important;
}


::-moz-selection {
    color: #fff;
    background: var(--colorMain);
}

::selection {
    color: #fff;
    background: var(--colorMain);
}

.custom-container {
    width: 1400px;
    margin: 0 auto;
}

.page-content {
    padding: 140px 0 0;
}

.bcp-row {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
}

.bcp-row-2 {
    grid-template-columns: 1fr 1fr;
}

.bcp-row-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.bcp-row-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.bcp-row-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.bcp-row-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.mb-20px {
    margin-bottom: 20px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #222;
    padding: 10px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.header .title {
    font-size: 24px;
}

.header .icons {
    display: flex;
    gap: 15px;
}

.header .icons div {
    width: 24px;
    height: 24px;
    background-color: #444;
    border-radius: 50%;
}

.container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 90%;
    max-width: 600px;
    margin: 20px auto;
}

.m-item {
    position: relative;
    background-color: #444;
    border-radius: 8px;
    overflow: hidden;
    height: 150px;
}

.m-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.m-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m-item span {
    color: #fff;
    position: absolute;
    z-index: 13;
    font-size: 16px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 60px;
}

.overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 10;
}


.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #222;
    padding: 10px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.header .title {
    font-size: 18px;
}

.header .icons {
    display: flex;
    gap: 15px;
}

.header .icons div {
    width: 24px;
    height: 24px;
    background-color: #444;
    border-radius: 50%;
}

.owl-cat .item {
    background-color: #444;
    border-radius: 8px;
    overflow: hidden;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.owl-carousel {
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
}

.owl-carousel .item a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

.owl-carousel .item img {
    width: 100%;
    height: 66px;
    object-fit: cover;
}

.pizza-cat {
    width: 90%;
    margin: 2rem auto;
}


.owl-carousel .item span {
    margin: 8px 0;
    font-size: 11px;
    color: #afafb9;
}

.product-list {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    z-index: 999;
}

.bg-img-splash {
    position: fixed;
    right: 0;
}

.product-item {
    background-color: #444;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    background-image: url("../images/bg-5.aada0ae02d8a7acdeaf7.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.social-item svg {
    width: 25px;
    height: auto;
}

.product-item .details {
    flex: 1;
    margin-right: 10px;
}

.product-item .details h3 {
    margin: 0;
    font-size: 13px;
}

.product-item .details p {
    margin: 12px 0;
    font-size: 12px;
    color: #afafb9;
}

.product-item .price {
    font-size: 12px;
    text-align: left;
    color: #fff;
}

.food_footer {
    align-items: center;
    padding-left: 10px;
    margin-top: 1rem;
}

.product-item .main-price {
    font-size: 13px;
    font-weight: normal;
    color: #e07a4e;
}

.btn-add {
    font-size: 12px;
    color: #4d4d4d;
    background-color: #fff;
    padding: 5px;
}

.product-item .add-to-cart {
    background-color: #e74c3c;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    color: #fff;
    cursor: pointer;
}

.product-list .product-item img {
    height: 120px;
    width: 110px;
    object-fit: cover;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn_order {
    position: fixed;
    bottom: 20px;
    left: 20px;
    color: #fafafa;
    text-decoration: none;
    background-color: #585858;
    border-radius: 4px;
    display: flex;
    font-size: 13px;
    align-items: center;
    justify-content: space-between;
    padding: .5rem;
    z-index: 999999999;
}

.btn_order svg {
    width: 19px;
    height: auto;
    margin-right: .5rem;
}

.basket-count {
    z-index: 99999;
    width: 40px;
    height: 27px;
    border-radius: 5px;
    border: none;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 7px;
}

.basket-count span {
    font-size: 12px;
    position: relative;
    top: 4px;
    left: 4px;
    font-weight: bold;
}

.basket-count img {
    width: 25px;
    height: auto;
}


.btn-add-list {
    border-radius: 4px;
    padding: .3rem;
    background-color: #ffa500;
    color: #fff;
    border: none;
    font-size: 11px;
    font-family: dana, sans-serif !important;
}

.btn-add-list img {
    width: 17px;
    height: auto;
}

.basket-main {
    position: fixed;
    left: -1000px;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 9999999999999;
    transition: all .3s linear;
}

.basket-main.active {
    left: 0;
}

.basket-main .title {
    color: #2d3748;
    width: 100%;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-top: 1rem;
}

.pizza-cat {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pizza-cat div {
    padding: .4rem;
    border-radius: 5px;
    color: #000;
    font-size: 11px;
    margin-left: 0;
    width: 70px;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.pizza-cat div:nth-child(1):after {
    content: 'مینی';
    position: absolute;
    width: 100%;
    height: 25px;
    border-radius: 5px;
    background-color: #eee;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pizza-cat div:nth-child(2):after {
    content: 'متوسط';
    position: absolute;
    width: 100%;
    height: 25px;
    border-radius: 5px;
    background-color: #eee;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pizza-cat div:nth-child(3):after {
    content: 'دو نفره';
    position: absolute;
    width: 100%;
    height: 25px;
    border-radius: 5px;
    background-color: #eee;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pizza-cat div.active:after {
    background-color: #ffa500;
    color: #fff;
}

.pizza-cat div {
    width: 75px;
    height: 75px;
    border-radius: 7px;
    background-size: 65px 65px;
    background-position: center center;
    background-repeat: no-repeat;
}

.pizza-list {
    width: 95%;
    margin: 2rem auto;
}

.pizza-list h4 {
    margin: 2rem 0;
}

.owl-cat {
    position: fixed;
    top: 55px;
    z-index: 9999;
}

.owl-carousel.active {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #333333;
    padding: 1rem 0;
    z-index: 9999;
    transition: all .4s linear;
    margin-top: 0;
}

#main-content {
    padding-top: 8rem;
    padding-bottom: 5rem;
}
.site_name{
    text-decoration: none;
    color: #fff;
}
.login-container {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
}

.login-container h2 {
    text-align: center;
    margin-bottom: 20px;
}

.login-container label {
    display: block;
    margin-bottom: 5px;
}

.login-container input[type="email"],
.login-container input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.login-container button {
    width: 100%;
    padding: 10px;
    background-color: #007BFF;
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 16px;
}

.login-container button:hover {
    background-color: #0056b3;
}

.login-container .footer {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: #888;
}

.text-effect {
    color: #fff6a9;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    animation: animate 4s ease-in-out infinite;
    font-size: 24px;
    position: absolute;
    left: 0;
    right: 0;
}

.text-effect a {
    color: #fff;
    text-decoration: none;
}

.modal {
    z-index: 99999999999999;
}

.img-fluid {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.modal-body {
    padding: 0 !important;
    border-radius: 5px;
    overflow: hidden;
}

.food_details .item {
    font-size: 11px;
    color: #afacac;
    margin-left: .1rem;
}

.modal_food_details {

}

.food-ingredients {

    font-size: 12px;
    color: grey;
    margin-top: -.7rem;
}

.modal_food_details .food-title {
    font-size: 13px;
    color: #2d3748;
}


.modal-header {
    display: flex;
    align-items: center;
    direction: rtl;
    text-align: right;
}

.modal-header img {
    width: 100px;
    margin-left: 20px;
}

.quantity {
    display: flex;
    align-items: center;
    direction: rtl;
    text-align: right;
}

.quantity button {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
}

.size-options .btn-group {
    width: 100%;
    direction: rtl;
    text-align: right;
}

.size-options .btn-check:checked + .btn {
    background-color: #007bff;
    color: white;
}

.addons-carousel .owl-item {
    text-align: center;
}

.addons-carousel img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

.modal-body {
    direction: rtl;
    text-align: right;
}

.modal-footer {
    direction: rtl;
    text-align: right;
}

.modal {
    color: #000;
}

#foodModal .food_body_details {
    padding: .5rem 1rem;
}

#foodModal .form-check {
    display: flex;
}

#foodModal .form-check label {
    margin-right: 2rem;
    font-size: 13px;
}

.food-final-price {
    margin-bottom: 0 !important;
    font-weight: bold;
    color: green !important;
    margin-left: 7px;
}


.additional_holder {
    direction: ltr;
}

.details_extra {
    color: #000;
    align-items: center;
}

.owl-extra .item {
    border-radius: 5px;
    border: 1px solid #ecebeb;
    overflow: hidden;
}

.owl-extra .item img {
    width: 76px;
    height: 100%;
    max-height: 75px;
}

.details_extra .name_holder {
    width: calc(100% - 76px);
    margin-right: .5rem;
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;

}

.details_extra .name_holder .price {
    font-weight: bold;
    color: #4d4d4d;
    margin-right: 7px;
    margin-left: 7px;
}

.food_body_details textarea {
    font-size: 13px;
}

.details_extra .name_holder button {
    padding: 0;
    width: 20px;
    height: 20px;
}

.details_extra .name_holder input {
    width: 20px !important;
    font-size: 11px;
    height: 20px;
    padding: 0;
}


.modal-footer.order button {
    font-size: 12px;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 11px;
}
.modal-footer.order .btn-secondary{
    width: 22%;
}
.modal-footer.order .btn-order {
    background-color: var(--actionColor);
    color: #000;
    width: 70%;
}

.basket-item {
    color: #000;
    margin-top: 1rem;
}

.basket-details {
    position: absolute;
    bottom: 120px;
    border: 1px solid #ccc;
    border-radius: 7px;
}

.basket-details .sum-price {
    color: green;
    font-weight: bold;
}

.payment_button {
    width: 95%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    border-radius: 33px;
    margin: auto;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment_button span {
    margin-left: .5rem;
}

.basket-item-price {
    font-size: 11px;
    margin-bottom: 5px;
}

.basket-item-extras {
    font-size: 11px;
    margin-bottom: 5px;
}

.basket-item-instruction {
    font-size: 11px;
}

.basket-item-image {
    width: 75px;
    height: 75px;
    margin: 0 5px;
}

.basket-item-image img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn_login img {
    width: 30px;
    height: 30px;
}

.login_form {
    width: 95%;
    margin: auto;
}

.sub_txt {
    font-size: 12px;
    color: grey;
}

.login_form .form-control {
    margin: 1rem auto;
    padding: 10px 10px;
    border-radius: 35px;
    font-size: 13px;
}

.form-control:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.login_form .btn {
    width: 100%;
    margin: auto;
    border-radius: 30px;
    margin-bottom: 2rem;
    font-weight: normal;
    font-size: 13px;
    padding: 13px;
}

.basket-item {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.basket-item-remove {
    position: absolute;
    top: 50px;
    left: 10px;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 !important;
}

.basket-item-remove:hover {
    background-color: darkred;
}

nav {
    box-shadow: 0 6.7px 5.3px rgba(0, 0, 0, 0.12),
    0 22.3px 17.9px rgba(0, 0, 0, 0.08),
    0 100px 80px rgba(0, 0, 0, 0.04);
    border-radius: 0 0 10px 10px;
    margin-bottom: 3em;
}

.mobile-footer {
    position: fixed;
    width: 98%;
    height: 5rem;
    color: #FFF;
    font-size: 1rem;
    padding: 0;
    background: var(--secColor);
    overflow: hidden;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5px;
    display: flex;
    z-index: 999999999;
}

.mobile-footer a {
    position: relative;
    overflow: hidden;
    width: calc(100% / 5); /* جایگزین 5 به جای $magic-line-items */
    height: 100%;
    display: inline-block;
    float: left;
    padding: 0;
    color: currentColor;
    line-height: 12;
    font-size: 0.725em;
    text-align: center;
    text-decoration: none;
    text-indent: -9999rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    will-change: background, line-height;
    transition: background .15s ease-in-out, line-height .2s ease .2s;
}

.mobile-footer a:hover, .mobile-footer a:focus {
    background-color: rgba(128, 128, 128, 0.3);
}

.mobile-footer a svg {
    position: absolute;
    fill: currentColor;
    top: calc(30% + 2.5px); /* جایگزین 5px به جای $magic-line-height */
    left: 30%;
    width: 40%;
    height: 40%;
    transform: scale(1);
    transform-origin: center;
    will-change: opacity, transform, top;
    transition: opacity .2s ease, transform .2s ease, top .2s ease;
    opacity: 0.4;
    pointer-events: none;
}

.mobile-footer a.active {
    background-color: rgba(128, 128, 128, 0.15);
    text-indent: 0;
    line-height: 10;
    transition-delay: 0s, 0s, 0s;
}

.mobile-footer a.active svg {
    top: calc(17.5% + 2.5px);
    transform-origin: center bottom;
    opacity: 1;
}

.mobile-footer .line {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 5px; /* جایگزین $magic-line-height */
    text-indent: -9999rem;
    transform: translateX(-50%);
    border-radius: 2.5px; /* جایگزین $magic-line-height / 2 */
    background: currentColor;
    transition: left .5s ease-out;
    z-index: 10;
}

.mt-5 {
    margin-top: -5rem !important;
}

.section_title {
    font-size: 17px;
    font-weight: normal;
    color: grey;
}

.food_details .txt {
    font-size: 12px;
    color: grey;
}

.order_status span {
    font-size: 10px;
    font-weight: normal;
}

.product-item .quantity span {
    font-size: 11px;
}

@keyframes traversing {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.4;
    }
}

/* حالت‌های رنگ‌بندی مختلف */
.mobile-footer.light {
    background-color: rgb(210, 210, 210);
    color: gray;
}

.mobile-footer.light svg {
    fill: gray;
}

.mobile-footer.primary {
    background: magenta;
    color: #FFF;
}

.mobile-footer.primary svg {
    fill: #FFF;
}

.login-container {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    margin: auto;
    margin-top: 5rem;

}

.login-container h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #000;
}

.login-container label {
    display: block;
    margin-bottom: 5px;
    color: #000;
}

.login-container input[type="email"],
.login-container input[type="password"] {
    width: 92%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: dana, sans-serif !important;
}

.login-container button {
    width: 100%;
    padding: 10px;
    background-color: #007BFF;
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 16px;
    font-family: dana, sans-serif !important;
}

.login-container button:hover {
    background-color: #0056b3;
}

.login-container .footer {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: #888;
}


.card-img-top {
    cursor: pointer;
}

.selected {
    border: 2px solid #007bff;
}

.profile label {
    font-size: 13px;
    color: grey;
    margin-bottom: 1rem;
}

.profile .form-control {
    background-color: #F4F6F8;
    padding: .7rem;

}

@keyframes animate {
    0%, 100% {
        color: #fff6a9;
        text-shadow: 0 0 5px #ffa500, 0 0 10px #ffa500, 0 0 15px #ffa500,
        0 0 20px #ffa500, 0 0 25px #ffa500, 0 0 30px #ffa500,
        0 0 35px #ffa500, 0 0 40px #ffa500;
    }
    25% {
        color: #ff0000;
        text-shadow: 0 0 5px #ff0000, 0 0 10px #ff0000, 0 0 15px #ff0000,
        0 0 20px #ff0000, 0 0 25px #ff0000, 0 0 30px #ff0000,
        0 0 35px #ff0000, 0 0 40px #ff0000;
    }
    50% {
        color: #00ff00;
        text-shadow: 0 0 5px #00ff00, 0 0 10px #00ff00, 0 0 15px #00ff00,
        0 0 20px #00ff00, 0 0 25px #00ff00, 0 0 30px #00ff00,
        0 0 35px #00ff00, 0 0 40px #00ff00;
    }
    75% {
        color: #0000ff;
        text-shadow: 0 0 5px #0000ff, 0 0 10px #0000ff, 0 0 15px #0000ff,
        0 0 20px #0000ff, 0 0 25px #0000ff, 0 0 30px #0000ff,
        0 0 35px #0000ff, 0 0 40px #0000ff;
    }
}

@media only screen and (max-width: 990px) {
    .text-effect {
        font-size: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .text-effect {
        font-size: 80px;
    }
}

@media only screen and (max-width: 479px) {
    .text-effect {
        font-size: 60px;
    }
}

@media only screen and (max-width: 359px) {
    .text-effect {
        font-size: 45px;
    }
}

.basket-item .product-item {
    width: 77%;
    margin: 1rem auto;
}

.basket-item .product-item .main-price {
    font-size: 13px;
    font-weight: bold;
    color: #e07a4e;
}

.basket-main .product-item .price {
    font-size: 11px;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 16px;
    left: 6px;
}

.basket-main .product-item .details h3 {
    margin: 0;
    font-size: 10px;
}

.basket-details {
    color: #000;
    font-size: 17px;
    padding: 10px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    left: 0;
    right: 0;
}

.btn-remove {
    position: absolute;
    bottom: -21px;
    right: -160px;
    background-color: #444;
    border: none;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.btn-remove svg {
    width: 17px;
    height: 17px;
}

.pizza-size-section .product-item img {
    width: 70px;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.notification_holder {
    width: 95%;
    margin: auto;
}
.delivery_type{
    position: absolute;
    width: 100%;
    bottom: 180px;
    color: #000;
    background-color: #fff;
    box-shadow: 5px -18px 31px -5px rgba(0,0,0,0.1);
    padding-top: 1rem;
}
#addressField{
    width: 94%;
    margin: auto;
}
#addressField label{
    margin-bottom: 1rem;
    font-size: 13px;
    color: grey;
}
#addressField textarea{
    font-size: 13px;
}

#cart-count{
    font-size: 11px;
    color: #fff !important;
    position: absolute;
    left: 18px;
    top: 5px;
    background-color: red;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.social .icon{
    width: 30px;
}
.size-list{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.size-list button{
    width: 95%;
    margin: .5rem auto;
    color: #fff;
    border-radius: 5px;
    padding: 1rem;
    height: 110px;
    background: url('../images/cat_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hidden {
    display: none;
}

.wallet-section{
    margin-bottom: 2rem;
    margin-right: 2rem;
}
.delivery_type .form-check .form-check-input {
    float: right !important;
    margin-right: -1.5em !important;
}
.small_txt{
    font-size: 9px;
    color: grey;
}

.swal2-popup{
    z-index: 999999999999999999999;
}

#basketItemsContainer{
    height: 417px;
    overflow-y: scroll;
    padding-bottom: 6rem;
}

.neon {
    font-size: 24px; /* اندازه متن */
    text-decoration: none; /* حذف زیرخط */
    color: white; /* رنگ پایه متن */
    font-weight: bold;
    text-shadow:
        0 0 5px blue,
        0 0 10px blue,
        0 0 15px blue,
        0 0 20px red,
        0 0 30px red,
        0 0 40px green,
        0 0 50px green; /* افکت نئون */
    animation: neonAnimation 1.5s ease-in-out infinite alternate; /* انیمیشن نئون */
}


.call_holder img{
    width: 30px;
    margin-left: 1rem;
}
@keyframes neonAnimation {
    0% {
        text-shadow:
            0 0 5px blue,
            0 0 10px blue,
            0 0 15px blue; /* رنگ آبی */
    }
    33% {
        text-shadow:
            0 0 5px red,
            0 0 10px red,
            0 0 15px red; /* رنگ قرمز */
    }
    66% {
        text-shadow:
            0 0 5px green,
            0 0 10px green,
            0 0 15px green; /* رنگ سبز */
    }
    100% {
        text-shadow:
            0 0 5px blue,
            0 0 10px blue,
            0 0 15px blue; /* دوباره رنگ آبی */
    }
}

.login-container .form-control{
    width: 100%;
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 4px;
}


#resendCodeBtn{
    font-size: 13px;
    color: blue;
    background-color: transparent;
    border: none;
    margin-bottom: 1rem;
}

.m-item .cat_cash_back{
    position: absolute;
    left: 10px !important;
    background-color: red;
    padding: .2rem .3rem;
    border-radius: 3px;
    display: inline-flex !important;
    max-width: 52px !important;
    right: auto;
    top: 10px;
    font-size: 11px;
}
@media (min-height: 820px) {

}
