




/* ************** START card pre loader START ******************* */
:root {
    --loading-grey: #c9c9c9;
    --primary-color: #845ed9;
    --secondary-color: #c2abf1;
}
.contact-us-inner path, .contact-us-inner path {
    fill:var(--primary-color) !important; ;
}
.text-item-center-item-box svg path {
    stroke:var(--primary-color) !important; ;
}
.signboard-wrapper .signboard {
    background-color: var(--primary-color) !important;
}
.process .process-item-box .process-item::before {
    background: linear-gradient(305deg, #8d6cd7 -22.35%, #7547d5 134.49%);
}

.banner-two .banner-two-taitel h1 {
    font-family: 'aviny';
    font-size: 100px;
}


body,a,p,h6, h4,h5,h3{
    font-family:IRANSansfanum,yekan , serif !important;
}
.featured-item-text .text-item h3  {
    font-family: yekan, serif !important;
    font-size: 22px !important;
}

.featured-item-text .text-item-center h5 {
    font-family: 'estedad-verybold' !important;
    font-size: 17px;
    margin-bottom: 5px;
}

main{
    direction: rtl;
}


.pre-loader-card {
    width: 100%;
    background-color: transparent;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .12);
}

.pre-loader-card > .pre-loader-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
}

.loading .pre-loader-image,
.loading h4,.loading span,
.loading .pre-loader-button,
.loading.category-tabs-pre-loader{
    background-color: var(--loading-grey);
    background: linear-gradient(
        100deg,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, .5) 50%,
        rgba(255, 255, 255, 0) 60%
    ) var(--loading-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1s loading ease-in-out infinite;
}

@keyframes loading {
    to {
        background-position-x: -20%;
    }
}

.category-tabs-pre-loader{
    height: 85px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.pre-loader-card .pre-loader-content {
    padding: 2rem 0.4rem;
}
@media only screen and (max-width: 600px){
    .pre-loader-card .pre-loader-content {
        margin-top: 50px;
    }
}
.pre-loader-card.loading h4 {
    margin: 0 0 1rem;
    min-height: 38px ;
    border-radius: 4px;
    animation-delay: .05s;
}
.pre-loader-card.loading span {
    margin: 0 0 1rem;
    min-height: 27px ;
    max-width: 50%;
    border-radius: 4px;
    animation-delay: .05s;
    display: block;
}
.pre-loader-card.loading .pre-loader-button {
    min-height: 55px;
    margin: 0 20px;
    border-radius: 10px;
    animation-delay: .06s;
}
/* ************** END card pre loader END ******************* */






.traditional #grid ul li {
    white-space: nowrap;
}
.traditional #grid ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 25px;
}

.header .menu-bg .nav-btn-main .nav-btn-two .love .count {
    position: absolute;
    content: "۸";
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    border-radius: 50px;
    transition: all 0.3s;
}

.header .menu-bg .nav-btn-main .nav-btn-two .love:after {
    display: none;
}


.cart-dropdown .cart-dropdown-sub-total {
    padding: 25px 24px 0 24px;
}


.header .menu-bg .nav-btn-main .nav-btn-two .cart .cart-dropdown .cart-dropdown-item-box .cart-dropdown-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


.shopping-cart-two .cart-summary-box .apply-coupon .apply-coupon-btn .apply-coupon-form .form-control {
    border-radius: 0 10px 10px 0;
}

.shopping-cart .tabel-text-btn .grid {
    border-radius: 5px;
}












input.cart-count::-webkit-outer-spin-button,
input.cart-count::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input.cart-count {
    -moz-appearance: textfield;
}



.cart-option-label,#address-span{
    display: flex;
    border: 1px solid #8d8d8d;
    border-radius: 20px;
    font-size: 15px;
    color: black;
    padding: 0 15px;
    cursor: pointer;
    align-items: center;
    margin-top: 5px;
    min-height: 32px;
}
.cart-option-label > i {
    display: none;
    margin-top: 1px;
    font-size: 23px;
    margin-left: -11px;
}

.cart-option-input{
    display: none;
}
input.cart-option-input:checked + label.cart-option-label{
    background: #dfdfdf;
}
input.cart-option-input:checked + label.cart-option-label i{
    display: block;
}
#address-span{
    cursor: default;
}

#change-address{
    cursor: pointer;
    border-radius: 20px;
    color: white;
    background: var(--primary-color);
    font-size: 11px;
    margin-right: auto;
    padding: 5px 10px;
    margin-bottom: 2px;
    box-sizing: content-box;
    display: flex;
    align-items: center;

}

#mobile-view{
    display: none;
}
@media only screen and (max-width: 600px) {
    #mobile-view{
        display: block;
    }
    #pc-view{
        display: none;
    }



    .shopping-cart .tabel-text-btn .grid {
        width: 100px ;
        height: 35px ;
    }

    .shopping-cart .tabel-text-btn .btn-minus,
    .shopping-cart .tabel-text-btn .btn-plus
    {
        line-height: 20px ;
        padding: 3px 7px ;
        font-size: 15px ;
    }


    .traditional #grid ul {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0 25px;
    }
    .traditional #grid ul li {
        font-size: 13px;
        line-height: 155%;
        padding: 7px 7px;
    }

}



.tabel-item .unpresence {
    max-width: 120px;
    border-radius: 5px;
    background: #ebebeb;
    padding: 10px;
}


.cart-explain {
    min-height: 50px;
    max-height: 100px;
    margin-top: 10px;
}

































input.code-input::-webkit-outer-spin-button,
input.code-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.code-input {
    -moz-appearance: textfield;
}
img.edit-customer-address-location-modal{
    width: 25px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    margin: 5px 70px;
    font-size: 20px;
    cursor: alias;
    z-index: 10;
}
@media (max-width: 600px){
    img.edit-customer-address-location-modal{
        margin: 5px 80px;
    }
}
.my-modal{
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: #4a4a4abd;
    z-index: 1040;
    align-items: center;
    justify-content: center;
    display: flex;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.my-modal.active{
    opacity: 1;
    transform: scale(1);
}
.my-modal-content{
    width: 350px;
    height: auto;
    background: #0000008c;
    padding: 35px 40px;
    border-radius: 10px;
    border: 1px solid #b3b3b3;
}




/*-----------------------------  PRE LOADER ------------------------*/
#my-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: #3f51b53d;
}
#my-loader {
    display: block;
    position: relative;
    right: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#my-loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#my-loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes  spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*-----------------------------  PRE LOADER ------------------------*/


*{
    transition: all;
    transition-duration: 300ms;
}

.modal-content{
    padding: 0;
}







.customer-addresses-label h3 {
    font-size: 17px !important;
    color: #696969;
}
.customer-addresses-label span {
    color: #262626;
}
input[type="radio"].customer-addresses-radio:checked + label h3{
    color: #3a3a3a;
}
input[type="radio"].customer-addresses-radio:checked + label span{
    color: #fff;
}

input[type="radio"].customer-addresses-radio:checked + label::after {
    font-size: 20px !important;
    top: -15px !important;
    height: 40px !important;
    width: 40px !important;
    line-height: 40px !important;
}
/* ---------------   START   for custom input label with animate   START  ---------------------  */
table{
    text-align: center;
}
.form-group{
    position: relative;
}
.float-label{
    position: absolute;
    top: 9px;
    right: 15px;
    cursor: text;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
    color: #b1b1b1;
}
.input-with-float-label:focus ~ .float-label,
.input-with-float-label:not(:placeholder-shown) ~ .float-label,
.selectbox-float-label{
    top: -18px;
    right: 15px;
    font-size: 12px !important;
    /*z-index: 0;*/
    z-index: 70;
    color: #424242;
}
.selectbox-float-label{
    position: absolute;
}
.input-with-float-label:focus ~ .float-label::after,
.input-with-float-label:not(:placeholder-shown) ~ .float-label::after,
.selectbox-float-label::after {
    content: " ";
    display: block;
    position: absolute;
    background: #fff;
    /*height: 3px;*/
    /*margin-top: 1px;*/
    height: 2px;
    margin-top: 2px;
    top: 50%;
    left: -.2em;
    right: -.2em;
    z-index: -1;
}
.input-with-float-label{
    text-align:center;
}
/* ---------------   END   for custom input label with animate   END  ---------------------  */
img.edit-customer-address-location-modal{
    width: 25px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    margin: 5px 70px;
    font-size: 20px;
    cursor: alias;
    z-index: 10;
}
@media (max-width: 600px){
    img.edit-customer-address-location-modal{
        margin: 5px 80px;
    }
}
#map {
    height: 450px;
    width: 100%;
}
.map-popup{
    font-family: var(--bs-font-sans-serif);
}
#bx-current-location{
    width: 35px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
    margin: 60px 25px;
    fill: #5f5f5f;
    cursor: pointer;
}
.info-current{
    font-size: 13px;
    color: black;
}
#btn-show-address-part > span{
    padding: 0.55rem 0.75rem 0.3rem;
}
input[type="radio"].customer-addresses-radio {
    display: none;
}
input[type="radio"].customer-addresses-radio:not(:disabled) ~ label {
    cursor: pointer;
}
input[type="radio"].customer-addresses-radio:disabled ~ label {
    color: rgba(188, 194, 191, 1);
    border-color: rgba(188, 194, 191, 1);
    box-shadow: none;
    cursor: not-allowed;
}
.customer-addresses-label {
    height: 100%;
    display: block;
    background: white;
    border: 2px solid rgba(32, 223, 128, 1);
    border-radius: 20px;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
    position: relative;
}
input[type="radio"].customer-addresses-radio:checked + label {
    background: rgba(32, 223, 128, 1);
    color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 20px rgba(0, 255, 128, 0.75);
}
input[type="radio"].customer-addresses-radio:checked + label::after {
    color: rgba(61, 63, 67, 1);
    /*font-family: FontAwesome;*/
    border: 2px solid rgba(29, 201, 115, 1);
    content: "\f00c";
    font-size: 24px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}
.customer-addresses-text {
    font-weight: 900;
}
@media  only screen and (max-width: 700px) {
    section {
        flex-direction: column;
    }
}

.customized-fieldset{
    border: 1px dashed #797979;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.customized-fieldset > legend{
    all: revert !important;
    padding: 0 5px;
    width: auto;
    font-size: 17px;
}
#customer-addresses-row > .col-lg-6 {
    position: relative;
}
.update-customer-address-modal,.delete-customer-address-modal,.edit-customer-address-location-modal {
    position: absolute;
    top: 0;
    left: 0;
    margin: 16px 50px;
    font-size: 20px;
    cursor: alias;
    z-index: 10;
}

.delete-customer-address-modal {
    margin: 15px 25px;
}

.edit-customer-address-location-modal{
    margin: 15px 78px;
}

#map-modal{
    min-height: 500px;
}

@media only screen and (max-width: 600px) {
    .update-customer-address-modal,.delete-customer-address-modal,.edit-customer-address-location-modal {
        font-size: 25px;
    }

    .update-customer-address-modal{
        margin: 16px 55px;
    }

    .edit-customer-address-location-modal{
        margin: 15px 90px;
    }

    #map {
        height: 350px;
    }

    #map-modal{
        min-height: 300px;
    }
}

.form-group{
    font-size: 15px;
}
.form-group textarea{
    min-height: 70px;
}



.nav-cart-count {
    color: white;
    width: 20px;
    height: 20px;
    background: #fd9d3e;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    margin: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding-top: 3px;
}

.special-tab .nav-tabs li a {
    font-size: 13px;
    padding: 13px 20px;

}



.opening-hours ul {
    max-width: 300px;
}










.modal {
    direction: rtl;
}
.modal button{
    border-radius: 20px;
}

.modal-dialog {
     max-width: 715px;
}

.nav-btn-main{
    margin-right: auto;
}

.header .menu-bg.nav-bg {
    padding: 15px 0;
    margin-top: -37px !important;
}
.shopping-cart .tabel-text-btn .grid {
    padding: 2px;
    justify-content: space-between;
}


.shopping-cart .tabel-main-top th:last-child {
    padding: 19px;
}

.shopping-cart.shopping-cart-two .container {
    max-width: 1350px;
}


.contact-us .contact-us-item .contact-us-inner .text a {
    font-size: 20px;
}
.contact-us .contact-us-item .contact-us-inner .text a:nth-child(2),
.contact-us .contact-us-item .contact-us-inner .text p:nth-child(2) {
    margin-top: 10px;
}

.inner-banner-item{
    direction: ltr;
}


input[type="radio"].customer-addresses-radio:checked + label::after {
    font-family: 'FontAwesome' !important;
}

.btn:not(.btn-plus,.btn-minus) {
    border-radius: 20px;
}

.dashboard {
    padding: 25px 0;
}
.dashboard-edit-profile-from {
   padding: 0 20px;
}
.dashboard .dashboard-edit-profile-from .shopping-cart-new-address-from .shopping-cart-new-address-from-item .shopping-cart-new-address-from-inner .form-control {
    color: #464646;
}


@media (max-width: 1600px) {
    .header .menu-bg .nav-btn-main .nav-btn-two .cart .cart-dropdown {
        left: -250px;
    }
}

@media (max-width: 1440px) {
    .header .menu-bg .nav-btn-main .nav-btn-two .cart .cart-dropdown {
        left: -185px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .header .menu-bg .nav-btn-main .nav-btn-two .cart .cart-dropdown {
        left: -150px;
    }
}



.categories-two .categories-item .categories-item-text h3 {
    font-size: 20px;
}







#mobile-cart .love {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    line-height: 45px;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    border: 1px solid #dbdbdb !important;
}
#mobile-cart .love svg {
    stroke: #dbdbdb;
}
#mobile-cart .love .count {
    position: absolute;
    content: "۸";
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 17px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    border-radius: 50px;
    transition: all 0.3s;
    margin:-2px;
}



#mobile-cart .cart-dropdown {
    left: -255px;
    width:  360px;
    direction: rtl;
    top: 62px;
    border: 1px solid #c9c9c9;
}

#mobile-cart .cart-dropdown .cart-dropdown-item-box .cart-dropdown-inner {
    line-height: 0;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
}


.category-image{
    max-width: 60px;
}

.banner-two {
    height: 100vh;
    background-position: left !important;

}
@media only screen and (max-width: 600px) {
    .banner-two{
        /*background: url("/includes/online-shop-reservq/images/banner-bg-two-mobile.png") !important;*/
        background-size: cover !important;
        background-position: center !important;
    }

    .banner-two .banner-two-taitel p {
        font-size: 16px;
        padding-top: 20px ;
    }
    .banner-two .banner-two-taitel h1 {
        font-size: 40px;
        line-height: 55px;
    }
}







#offcanvas-nav.open::before {
     width: 0;
}


#offcanvas-nav .m-nav {
    background: #000000bd;
    padding: 25px 0 ;
    width: 55px;
    margin-right: -100px;
    border-radius: 50px;
    height: fit-content !important;
    top: 110px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#offcanvas-nav .m-nav .nav-links li {
    border: none;
}
#offcanvas-nav .m-nav .nav-links li:last-child {
    margin-bottom: 0;
}
#offcanvas-nav.open .m-nav{
    margin-right: 15px;
}
#offcanvas-nav .m-nav .nav-links li a svg{
    width: 25px;
    fill: white;
}

#nav-opn-btn{
    position: relative;
    background: var(--primary-color);
}
#nav-opn-btn span {
    width: 25px;
    margin-left: 10px;
    background: #fff;
    height: 2px;
    display: block;
    transition: all 400ms ease;
}
#nav-opn-btn span:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 5px;
    width: 75%;
    height: 2px;
    background: #fff;
    transition: all 400ms ease;
}
#nav-opn-btn span:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 5px;
    width: 75%;
    height: 2px;
    background: #fff;
    transition: all 400ms ease;
}

#nav-opn-btn.active span:before {
    transform: rotate(-50deg);
    top: 19px;
}

#nav-opn-btn.active span:after {
    transform: rotate(50deg);
    bottom: 19px;
}

#nav-opn-btn.active span {
    width: 0;
}
#mobile-cart{
    margin-right: -60px;
}


@media (max-width: 650px) {
    .restaurant .restaurant-img-main .restaurant-img {
        display: block;
        top: 35px;
    }
}


.quick-line-btn-img a {
    width: 110px;
    background: #ffffff1a;
    border-radius: 10px;
    padding: 10px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quick-line-btn-img img {
    width: 90px;
}


.bank-options{
    display: flex;
    justify-content: end;
    padding: 0;
    gap: 10px;
    margin-top: 7px;
}

.bank-options label{
    border: 1px solid #b7b7b7;
    border-radius: 10px;
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    cursor: pointer;

}
.bank-options img{
    width: 55px;
}

.bank-options input{
    display: none;
}

.bank-options input:checked + label{
    background: #dfdfdf;

}
.bank-options label{
    position: relative;
}

.bank-options .fa-check-circle {
    font-size: 25px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 3px;
    display: none;
}

.bank-options input:checked + label .fa-check-circle {
    font-size: 20px;
    margin: 5px;
    display: inline-block;
}




















.address-box {
    display: flex;
    border: 2px solid #e7e7e7;
    padding:15px;
    border-radius: 10px;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
.address-box.form{
    display: none;
}
.address-box.selectable,.address-box.add{
    cursor: pointer;
}
.address-box.default  {
    border-color: #62cf67a1;
}
.address .default-text{
    color:#15831aa1 ;
}
.check-or-not svg:first-child,.address-box .address .default-text:first-child{
    display: none;
}
.address-box.default .check-or-not svg:first-child,.address-box.default .address .default-text:first-child {
    display: block;
}
.address-box.default .check-or-not svg:nth-child(2) {
    display: none;
}
.success-svg{
    fill:#049a0ba1 !important; ;
}
.address-box svg {
    width: 23px;
    fill: #4b6ba3;
}
.address-box  .operation-icon {
    cursor: pointer;
}
.address-icon{
    padding: 10px;
    cursor: default;
}
.address-icon svg{
    cursor: pointer;
}
.address-icon svg:last-child{
    fill: #e76262;
}
@media (max-width: 600px) {
    .address-lists div{
        font-size: 14px;
    }
    .address-box {
        gap: 5px;
    }
}
#btn-addresses-cart{
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    border: 1px solid #d1d1d1;
    font-size: 15px;
    text-align: start;
    padding: 7px 10px;
}
#btn-addresses-cart .arrow svg{
    width: 15px;
}
#btn-addresses-cart.expanded svg{
    transform: rotate(180deg);
    transition: all 600ms ease-in-out;
}
#user-addresses-cart {
    transition: all 400ms linear;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-height: 0;
}
#user-addresses-cart li{
    width: 100%;
    font-size: 14px;
    padding: 3px 10px;
    cursor: pointer;
}
#user-addresses-cart li.selected{
    background: #f1f1f1;
}
#user-addresses-cart li:not(:last-child){
    border-bottom: 1px solid #d1d1d1 ;
}
#user-addresses-cart li:hover{
    background: var(--primary-color);
    color: white;
}
#btn-addresses-cart.expanded + ul {
    max-height:400px ;
    border: 1px solid #d1d1d1;
}
#user-addresses-cart li:last-child{
    display: flex;
    color: var(--primary-color);
    text-align: center;
    justify-content: space-between;
}
#user-addresses-cart li:last-child:hover{
    color: white;
}
#user-addresses-cart li:last-child svg{
    width: 20px;
    fill: var(--primary-color);
}

#new-address{
    text-align: start;
    font-size: 15px;
    border-color: var(--primary-color);
}
#new-address-box{
    display: none;
}

#user-addresses-cart li:last-child:hover svg{
    fill: white;
}

#confirm-address{
    cursor: pointer;
    border-radius: 10px;
    color: #fff;
    background: var(--primary-color);
    font-size: 12px;
    padding: 5px 13px;
    margin-bottom: 2px;
    box-sizing: content-box;
    border: none;
}


.section-heading .sub-title {
    color: #f22e3e;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px;

}
.section-heading .sub-title:before {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(100% + 15px);
    background: #f22e3e;
    width: 90px;
    height: 2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}



.header .menu-bg{
     margin-top: 0;
}



.header.header-two{
    padding: 0 !important;
}
.header.header-two .container .header-main{
    display: none;
}
.header.header-two .container.with-notif .header-main{
    display: flex;
    padding: 10px 0;
}
.header .menu-bg.nav-bg {
    margin-top: 0 !important;
}
.header.header-two .container.with-notif + nav.menu-bg.nav-bg{
    margin-top: -44px !important;
}


.mobile-header .notif{
    display: none;
}
.mobile-header.with-notif .notif{
    display: block;
    padding: 10px;
    text-align: start;
    direction: rtl;
    background: linear-gradient(90deg, #F01543 -1.58%, #FE724C 100%);
}

.mobile-header.with-notif + #offcanvas-nav .m-nav {
    top: 170px;
}



@media (max-width: 767px) {

    .mobile-header.with-notif + aside + main .banner-two {
        padding: 165px 0 60px 0;
    }


    .mobile-header {
        background-color: #050c15;
    }



}




/***********          FOR COLLECTION CART             ******************/
.traditional .featured-item .featured-item-img {
    position: absolute;
    border-radius: 20px;
    margin-top: -115px;
    width: 85%;
    right: 50%;
    transform: translateX(50%);
    /*border: 2px solid #979797;*/
    box-shadow: 0 0 10px 6px #00092940;
}

.shuffle-item{
    overflow: visible;
    margin-top: 160px;
}

.traditional .featured-item {
    overflow: visible;
    background: linear-gradient(8deg, #fff0, #fff2, #fff3);
    /*backdrop-filter: blur(15px);*/
    /*border: 1px solid #fff2;*/
}

.featured-item-text{
    padding-top: 135px !important;
}




.pre-loader-card.loading{
    position: relative;
    overflow: visible;
    padding-top: 135px;
}


.pre-loader-card > .pre-loader-image {
    position: absolute;
    border-radius: 20px;
    margin-top: -235px;
    width: 90%;
    right: 50%;
    transform: translateX(50%);
}


/***********          FOR COLLECTION CART             ******************/




.inner-banner {
    padding: 240px 0 120px 0 !important;
}

.text-item-center-item{
    min-height: 34.44px !important;
}
.traditional .featured-item .featured-item-text .text-item-center-item-box .text-item-center-item {
    gap: 5px !important;
    padding-bottom: 5px !important;
}

.traditional .featured-item .featured-item-text .text-item-center-item-box .text-item-center-item .text h5 {
    font-size: 15px !important;
}


@media only screen and (max-width: 600px){
    .featured-item-text {
        padding-top: 210px !important;
    }
    .traditional .featured-item .featured-item-img {
        width: 80% !important;
    }
}


.working-hour li{
    color: white;
    margin-bottom: 10px;
}
.working-hour li:hover{
    color:var(--primary-color);
}

.working-hour li.day{
    color: var(--primary-color);
}
.working-hour li.day:not(:first-child){
    margin-top: 20px;
}


.address-lists{
    padding-right:0 !important; ;
    padding-left:0 !important; ;
}


















.categories-two .categories-item {
    padding:10px;
    flex-direction: column;
    gap: 0;
    cursor: pointer;
}
.categories-two .categories-item .categories-item-text h3 {
    font-size: 18px;
}
.categories-two .categories-item .categories-item-text h4 {
    font-size: 16px;
}


.categories-two .categories-item.active::before {
    width: 100%;
    left: 0;
    right: auto;
}
.categories-two .categories-item.active .categories-icon .icon {
    background-color: rgba(0, 9, 41, 0.1);
}
.categories-two .categories-item.active .categories-item-text h3,
.categories-two .categories-item.active .categories-item-text h4{
    color: #fff;
}
.categories-two .categories-item.active .categories-item-text h4::after {
    background-color: #fff;
}

@media only screen and (max-width: 600px){
    .categories-two .categories-item .categories-icon .icon {
        width: 65px;
        height: 65px;
        line-height: 65px;
    }
    .categories-two .categories-item .categories-item-text h3 {
        font-size: 12px;
    }
    .categories-two .categories-item .categories-item-text h4 {
        font-size: 12px;
    }
    .category-image {
        max-width: 45px;
    }


    .quick-line-btn-img{
        justify-content: center;
    }
    .quick-line-btn-img a {
        width: 90px;
        padding: 10px;
        height: 90px;

    }

}


.categories-item.is-special{
    box-shadow: 0 0 10px 5px var(--primary-color);
}


.red-button{
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.traditional .featured-item .featured-item-text {
    /*border: 1px solid #dbdbdb;*/
    border-radius: 15px;
}


#collection-part{
    background-image: none;
    /*background: #fff2c3;*/
}
.main-btn-three:after {
    top: -1px;
}

.traditional .featured-item {
    background: linear-gradient(8deg, #d9d9d900, #fff2, #00092940);
}
.traditional .featured-item {
    border-radius: 15px;
}
#offcanvas-nav {
    top: 0;
    width: 0;
}


.btn-shop-disable{
    color: var(--grey-scale-500);
    width: 100%;
    border: 1.5px solid var(--primary-color);
    padding: 12px 16px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: -0.09px;
    text-align: center;
    border-radius: 10px;
    cursor: default;
}

.btn-shop-disable:hover{
    color: var(--grey-scale-500);
}




























.sign-box{
    display: none;
    font-size: 15vmin;
    position: fixed;
    z-index: 10000000;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}
.signboard-wrapper {
    width: 75vmin;
    height: 55vmin;
    margin: 20px;
    position: relative;
    flex-shrink: 0;
    transform-origin: center 2.5vmin;
    animation: 1000ms init forwards, 1000ms init-sign-move ease-out 1000ms, 3000ms sign-move 2000ms infinite;
}
.signboard-wrapper .signboard {
    font-size: 50%;
    color: #ffffff;
    border: 1px solid #e9e9e9;
    font-weight: bold;
    background-color: #f015438a;
    width: 100%;
    height: 35vmin;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    border-radius: 4vmin;
    text-shadow: 0 -0.015em #be2b00;
    box-shadow: 0 2vmin 4vmin 1vmin rgba(107, 107, 107, 0.8);
    border: 1px solid #e9e9e9;
    backdrop-filter: blur(6px);
}
.signboard-wrapper .sg{
    color: #ffffff;
    font-weight: bold;
    line-height: 2px;
    width: 100%;
    height: 10vmin;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    border-radius: 4vmin;
    text-shadow: 0 -0.015em #be2b00;
    margin-bottom: 5px;

}
.signboard-wrapper .sg{
    color: #ffffff;
    /*font-family: "Open Sans", sans-serif;*/
    font-weight: bold;
    line-height: 2px;
    width: 100%;
    height: 10vmin;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    border-radius: 4vmin;
    text-shadow: 0 -0.015em #be2b00;
    margin-bottom: 5px;

}

.signboard-wrapper .sg1{
    color: #ffffff;
    /*font-family: "Open Sans", sans-serif;*/
    font-weight: bold;
    line-height: 30px;
    width: 100%;
    height: 10vmin;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    border-radius: 4vmin;
    text-shadow: 0 -0.015em #be2b00;
    margin-bottom: 0;

}
.signboard-wrapper .string {
    width: 30vmin;
    height: 30vmin;
    border: dashed 0.6vmin #919191;
    border-bottom: none;
    border-right: none;
    position: absolute;
    left: 50%;
    transform-origin: top left;
    transform: rotate(45deg);
}
.signboard-wrapper .pin {
    width: 5vmin;
    height: 5vmin;
    position: absolute;
    border-radius: 50%;
}
.signboard-wrapper .pin.pin1 {
    background-color: #000000;
    top: 0;
    left: calc(50% - 2.5vmin);
    border: 5px solid #b1b1b1;
}
.signboard-wrapper .pin.pin2, .signboard-wrapper .pin.pin3 {
    /*background-color: #000ed8;*/
    /*top: 21.5vmin;*/
    top: 21vmin;
    border: 7px solid #ffffff;
}
.signboard-wrapper .pin.pin2 {
    left: 13vmin;
}
.signboard-wrapper .pin.pin3 {
    right: 13vmin;
}

@keyframes init {
    0% {
        transform: scale(0);
    }
    40% {
        transform: scale(1.1);
    }
    60% {
        transform: scale(0.9);
    }
    80% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes init-sign-move {
    100% {
        transform: rotate(3deg);
    }
}
@keyframes sign-move {
    0% {
        transform: rotate(3deg);
    }
    50% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(3deg);
    }
}
