@import url("https://fonts.googleapis.com/css2?family=Truculenta:wght@100;200;300;400;500;600;700;800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@400;700&display=swap");

body {
    margin: 0px;
    padding: 0;
    overflow-x: hidden;
    font-family: "Truculenta", sans-serif;
    direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    font-family: "Almarai", sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.header {
    width: 100%;
    background-size: cover !important;
    min-height: 315px;
    display: block;
    padding-top: 2em;
}

.logo {
    position: relative;
}

.banner {
    text-align: center;
    position: relative;
}

.banner h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.4em;
    padding-top: 10px;
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
}

.header-bar .nav-icon .navicon {
    float: right;
    position: relative;
    top: -40px;
}

.toggle-menu {
    padding-left: 0px;
}

.category-section {
    padding: 70px 0px;
    padding-bottom: 21px;
}

a.single-category:hover img {
    transition: 0.8s;
    transform: scale(1.03);
}

a.single-category {
    color: #333;
}

a.single-category {
    align-items: flex-start;
    flex-direction: column;
}

a.single-category h5 {
    margin-top: 5px;
    border-bottom: 2px solid transparent;
}

button.mybtn {
    background: rgb(33, 37, 41);
    line-height: 24px;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border: none;
}

button.mybtn:hover {
    background: rgb(33, 37, 41);
    transition: 0.5s;
}

.hide {
    display: none;
}

.single-category {
    margin-bottom: 60px;
    position: relative;
}

.cpyright p {
    color: #333;
    margin-bottom: 0px;
    padding: 10px;
}

.cpyright {
    margin: auto;
}

.background1 {
    background-image: url(../images/bg_1.jpg);
}

.bg-transparent {
    padding: 100px 0;
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: auto;
    top: 0;
    right: 0;
}

.bg-transparent h1,
.bg-transparent p {
    color: #fff;
}

.bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.featured_menu {
    padding: 30px 0px;
}

.single-recipe .content .RecipeName h4 {
    color: #000;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
}

.single-recipe .content span.price_ {
    font-weight: 600;
    font-size: 18px;
    color: #333;
}

.mybtn:active,
.mybtn:focus,
.mybtn:focus:active,
.mybtn:hover {
    border-color: #ddae71;
    /*background: transparent;*/
    color: #fff;
}

.cart-icon a {
    background: #333;
    padding: 8px 10px;
    color: #fff;
}

.cart-icon a:hover {
    background: rgb(33, 37, 41);
    transition: 0.8s;
}

.cart-icon a i {
    color: #fff;
}

.cart-icon a span {
    color: #fff;
    margin-left: 10px;
}

.cart-icon {
    margin-top: 20px;
}

.single-recipe p {
    margin-bottom: 0px;
    line-height: 1.2;
}

.single-recipe {
    border: 1px solid #ddd;
    margin-bottom: 35px;
    border-radius: 5%;
    overflow: hidden;
    box-shadow: 5px 5px 25px #f7f7f7;
}

.single-recipe:hover {
    box-shadow: 5px 5px 25px #ddd;
    transition: 1s;
}

.single-recipe .content {
    padding: 10px;
    text-align: right;
}

.language_swicher {
    position: relative;
    font-family: "Almarai", sans-serif;
    padding: 4px 5px;
}

.language_swicher a {
    color: #fff;
    font-weight: 600;
}

.language_swicher a img {
    margin-left: 5px;
}

.language_swicher .language {
    position: absolute;
    left: 0px;
    top: 15px;
}

.section-title {
    margin-bottom: 35px;
    text-align: right;
}

.short-hr {
    max-width: 50px;
    text-align: right;
    margin-right: 0;
    height: 3px;
    background-color: rgb(33, 37, 41);
    border-radius: 15px;
}

.sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #fefefe;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: 0.5s;
    padding-top: 10px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    color: #000;
    right: 25px;
    font-size: 36px;
}

.single-category.active h5 {
    border-bottom: 2px solid rgb(33, 37, 41);
    color: rgb(33, 37, 41);
}

.Cartfixedbtn {
    background-color: rgb(33, 37, 41);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 95px;
    text-align: center;
    position: fixed;
    bottom: 10%;
    left: 4%;
    cursor: pointer;
    z-index: 999;
}

.Cartfixedbtn i {
    color: #fff;
    font-size: 32px;
}

.Cartfixedbtn:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 1.7s;
    animation: pulsate-btn 1.7s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border: 5px solid rgba(0, 90, 169, 1);
    top: -11px;
    right: -10px;
    background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    50% {
        transform: scale(0.8, 0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.minicart-product-list {
    margin-top: 40px;
    overflow-y: scroll;
    max-height: 250px;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
}

.minicart-product-list .image img {
    max-width: 80px;
    border-radius: 10px;
}

.minicart-product-list .content {
    display: block;
}

.minicart-product-list li .content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 150px);
    flex: 1 0 calc(100% - 150px);
    padding-right: 15px;
    text-align: right;
}

.minicart-product-list li .image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
    align-items: center;
    display: flex;
}

.minicart-product-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.minicart-product-list li .content .quantity-price {
    font-size: 16px;
    display: block;
    margin-top: 10px;
}

.minicart-product-list li .content .remove {
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0 3px;
    color: #000000;
    font-size: 14px;
    color: #ff2a2a;
}

.minicart-product-list li .content .title {
    color: #000;
    font-weight: 600;
}

.minicart-product-list li .content span.amount {
    float: left;
}

.main-item {
    width: 100%;
    display: inline-flex;
}

.minicart-product-list li .content span.amount {
    text-align: left;
    line-height: 2;
    margin-right: auto;
    margin-top: 5px;
}

.minicart-product-list {
    padding: 0px 20px;
}

.addon-item .addon {
    display: block;
}

a.single-category img {
    max-width: 200px;
    border-radius: 10%;
    margin: 0px 10px;
}

.categories {
    display: inline-flex;
    overflow-x: scroll;
    width: 100%;
}

a.single-category h5 {
    position: absolute;
    bottom: -40px;
    right: 15px;
    max-width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Cartfixedbtn .badge {
    color: #fff;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 15px;
    background: red;
    width: 20px;
    height: 20px;
    padding: 0px;
    border-radius: 50%;
    line-height: 20px;
}

.special_request {
    padding: 0 20px;
}

.single-request .req-title {
    font-size: 16px;
    font-weight: 600;
}

.single-request i {
    margin-right: 10px;
    font-size: 20px;
}

.single-request input {
    display: block;
    background-color: transparent;
    border: none;
    width: 100%;
    outline: none;
    border-bottom: 1px solid #aaa;
    padding: 10px;
    padding-top: 0px;
    margin-top: 10px;
}

.checkoutbtn {
    position: fixed;
    bottom: 0px;
}

.proceed_checkoutbtn {
    position: relative;
    background-color: red;
}

.checkoutbtn a {
    display: block;
    background: rgb(33, 37, 41);
    line-height: 24px;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 360px;
    letter-spacing: 2px;
}

.cart-paymentsummary {
    padding: 0 20px;
    margin-top: 30px;
    margin-bottom: 80px;
    text-align: right;
}

.cart-paymentsummary h4 {
    margin-bottom: 15px;
}

.cart-paymentsummary li span {
    float: left;
}

.cart-paymentsummary ul {
    list-style: none;
    padding-right: 0px;
}

.cart-paymentsummary li.total {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    font-weight: 600;
}

.cart-paymentsummary li {
    padding-bottom: 10px;
}

.Promocode {
    padding: 0px 20px;
    margin-top: 40px;
    text-align: right;
}

.Promocode input {
    display: block;
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #aaa;
    padding: 10px;
    padding-top: 10px;
    border-radius: 0px;
}

.Promocode .input-group {
    display: inline-flex;
    width: 100%;
    margin-top: 10px;
}

.Promocode .input-group .input-group-text {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #aaa;
    border-radius: 0px;
    cursor: pointer;
}

.Promocode input:focus {
    outline: none;
}

.checkbox-sqr {
    margin-bottom: 10px;
}

.checkbox-sqr:last-child {
    margin-bottom: 0;
}

.checkbox-sqr input[type="radio"] {
    display: none;
}

.checkbox-sqr input[type="radio"] + label {
    position: relative;
    padding-right: 30px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #202020;
    margin: 0;
}

.checkbox-sqr input[type="radio"] + label::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #999999;
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.checkbox-sqr input[type="radio"] + label::after {
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    content: "";
    opacity: 0;
    background-color: rgb(33, 37, 41);
    width: 10px;
    text-align: center;
    height: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.checkbox-sqr input[type="radio"]:checked + label::before {
    border: 2px solid rgb(33, 37, 41);
}

.checkbox-sqr input[type="radio"]:checked + label::after {
    opacity: 1;
}

.checkbox-sqr input[type="checkbox"] {
    display: none;
}

.checkbox-sqr input[type="checkbox"] + label {
    position: relative;
    padding-right: 30px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #444444;
    margin: 0;
}

.checkbox-sqr input[type="checkbox"] + label::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #999999;
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.checkbox-sqr input[type="checkbox"] + label::after {
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    content: "";
    opacity: 0;
    background-color: rgb(33, 37, 41);
    width: 10px;
    text-align: center;
    height: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.checkbox-sqr input[type="checkbox"]:checked + label::before {
    border: 2px solid rgb(33, 37, 41);
}

.checkbox-sqr input[type="checkbox"]:checked + label::after {
    opacity: 1;
}

.checkbox-sqr input[type="radio"]:checked + label,
.checkbox-sqr input[type="checkbox"]:checked + label {
    font-weight: 600;
    color: rgb(33, 37, 41);
}

.addtocart button {
    background-color: rgb(33, 37, 41);
    color: #fff;
    padding: 12px 53px;
    border-radius: 10px;
    border: 0;
}

.addtocart i {
    margin-right: 5px;
}

.homeaddtocart button {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    padding: 5px 10px;
    border-radius: 10px;
    border: 0;
    margin-right: 20px;
}

.homeaddtocart i {
    margin-right: 5px;
}

.slider-nav .thumb-image {
    margin: 0 10px;
    outline: none;
    cursor: pointer;
}

.slider-nav .thumb-image img {
    border-radius: 10px;
}

.product-details-slider .slider-nav .slick-list {
    max-width: 70%;
    margin: auto;
}

.product-details-slider {
    position: relative;
    direction: ltr;
}

.product-details-slider .slick-arrow {
    position: absolute;
    bottom: 50%;
    background: #000;
    color: #fff;
    outline: none;
    padding: 5px 11px;
    cursor: pointer;
    z-index: 999;
}

.product-details-slider .slider-nav {
    margin-top: 30px;
    bottom: 50%;
}

.product-details-slider .slick-next {
    right: 1%;
}

.product-details-slider .slick-prev {
    left: 1%;
}

.product-details-section {
    padding: 60px 0px;
}

.big_img img {
    border-radius: 10px;
}

.recipe-name-heading h3 {
    font-size: 32px;
    margin-bottom: 21px;
}

.recipe-name-heading {
    margin-top: 40px;
    text-align: right;
}

.recipe-name-heading .recipe--price h3 {
    font-size: 32px;
    font-weight: 800;
    color: rgb(33, 37, 41);
}

.recipe-name-heading .recipe--price label {
    font-size: 32px;
    font-weight: 800;
    color: rgb(33, 37, 41);
    position: relative;
    top: -10px;
}

.recipe-name-heading .recipe--price {
    display: inline-flex;
}

.recipe-name-heading del {
    font-weight: 700;
    margin-left: 10px;
}

.pro-quantity .pro-qty input {
    width: 50px;
    float: left;
    border: none;
    height: 40px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.pro-quantity .pro-qty .qtybtn {
    /* width: 23px; */
    display: block;
    float: left;
    line-height: 34px;
    cursor: pointer;
    text-align: center;
    /* font-size: 30px; */
    font-weight: 400;
    /* color: #555555; */
}

.pro-quantity .pro-qty {
    width: 130px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 15px;
    display: flex;
}

.item-quantity {
    text-align: left;
    margin-top: 40px;
}

.All_Addons {
    margin-top: 50px;
    margin-top: 40px;
}

.addons-wrap {
    background: #fff;
    box-shadow: 5px 5px 35px #eee;
    margin-bottom: 35px;
    border-radius: 10px;
    overflow: hidden;
    text-align: right;
}

.backtopage a {
    color: #fff;
    padding: 3px 10px;
    border: 2px solid #fff;
    position: absolute;
    top: 30px;
    right: 150px;
}

.small-title {
    font-weight: 600;
    color: rgb(33, 37, 41);
    font-size: 21px;
    text-align: right;
}

.addons-wrap .title {
    font-weight: 600;
    font-size: 18px;
    background-color: rgb(33, 37, 41);
    padding: 15px 30px;
    margin-bottom: 0px;
    color: #fff;
}

.addon-checkboxes {
    padding: 20px 30px;
}

.food-desc .item {
    display: block;
}

.addtocart {
    background: #fff;
    padding: 30px 0px;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    filter: drop-shadow(5px 5px 25px #00000024);
}

.addtocartpopup .modal-body {
    text-align: center;
    padding: 35px 20px;
}

.addtocartpopup .modal-body p.msg {
    margin-bottom: 0px;
    font-size: 24px;
    margin-top: 10px;
}

.addtocartpopup .modal-body p.modaladdon {
    font-size: 18px;
}

.addtocartpopup .close {
    position: absolute;
    right: 10px;
    font-size: 30px;
}

.addtocartpopup .modal-body p strong {
    color: rgb(33, 37, 41);
}

.cartpopupIcon {
    color: rgb(33, 37, 41);
    border: 1px solid rgb(33, 37, 41);
    display: inline-block;
    padding: 7px;
}

.Deliveryoptions {
    display: inline-flex;
}

.Deliveryoptions .OptiontoChoose {
    margin-right: 40px;
}

.section-padding {
    padding: 72px 0;
}

.checkout_top_section .OptiontoChoose label {
    font-size: 24px !important;
    font-weight: 600;
}

.checkout_top_section {
    text-align: center;
}

.Deliveryoptions .OptiontoChoose:first-child {
    margin-left: 0px;
}

.checkout_top_section h2 {
    margin-bottom: 15px;
}

.order-summary-content {
    box-shadow: 5px 5px 35px #eee;
}

.order-summary-table table th {
    border-bottom: 0px;
    background: rgb(33, 37, 41);
    color: #fff;
    padding: 10px 30px;
}

.order-summary-table table td {
    padding: 10px 25px;
}

.order-payment-method {
    padding: 30px;
    padding-top: 0px;
}

.checkout_order_summary_details {
    margin-top: 50px;
    text-align: right;
}

.payment-method-name {
    margin-bottom: 30px;
}

.checkout_form,
.pickup_form {
    border: 1px solid #eee;
    padding: 30px;
    margin-top: 50px;
    text-align: right;
}

.checkout_form .form-group {
    margin-bottom: 20px;
}

.checkout_form_title h3 {
    margin-bottom: 20px;
}

.checkout_form .form-group label {
    font-weight: 600;
}

span.req {
    color: red;
}

.pickup_form .form-group label {
    font-weight: 600;
}

.address_field {
    display: none;
}

.coupon-button-section {
    display: flex;
    align-items: end;
}

.note p {
    text-transform: uppercase;
}

.note p span {
    color: rgb(33, 37, 41);
    font-weight: 800;
}

.openCart {
    width: 370px !important;
}

.logo img {
    max-width: 120px;
    border-radius: 15px;
}

@media (max-width: 991px) {
    .header {
        min-height: 250px;
    }

    a.single-category img {
        max-width: 150px;
        height: auto;
    }

    .banner h4 {
        padding: 45px 0px;
    }

    .logo img {
        max-width: 80px;
    }
}

.orderTypeBox .col-md-6 {
    display: inline-block;
    width: 49%;
    margin-bottom: 0;
    text-align: right;
}


.orderTypeBox {
    width: 100%;
    padding: 16px;
}

.orderTypeBox .selected-btn {
    background: #343a40;
    color: #fff;
}

.orderTypeBox.orderTypeBox-2 {
    border-bottom: 1px solid #d3d3d3;
}

.orderTypeBox {
    width: 100%;
    padding: 16px;
}

.card .single-recipe img {
    width: 110px;
    border-radius: 15px;
    vertical-align: bottom;
}


.card .single-recipe .content {
    padding: 10px;
    display: inline-block;
}

@media screen and (max-width: 767px) {

    .card .single-recipe .content {
        width: 75%;
        padding: 0px 10px;
    }

    .card .single-recipe img {
        width: 60px;
        vertical-align: top;
    }

    .orderTypeBox {
        flex-direction: column;
    }

    .orderTypeBox .col-md-6 {
        width: 100%;
    }

    .contact-footer .col-md-3 {
        width: 50% !important;
        margin-bottom: 0px;
    }

    .cart-paymentsummary {
        margin-bottom: 121px;
    }

    .logo img {
        max-width: 80px;
    }

    a.single-category h5 {
        font-size: 17px;
    }

    .mobile-parallax {
        background-size: cover !important;
        background-attachment: scroll !important;
        background-position: center center;
    }

    .section-title h3 {
        font-size: 27px;
    }

    .featured_menu .col-6 {
        padding-right: 7px;
        padding-left: 7px;
    }

    .Cartfixedbtn i {
        color: #fff;
        font-size: 27px;
    }

    .Cartfixedbtn {
        line-height: 70px;
        width: 65px;
        height: 65px;
    }

    .Cartfixedbtn:before {
        width: 85px;
        height: 85px;
    }

    .Cartfixedbtn .badge {
        font-size: 14px;
        right: 6px;
        top: 11px;
        width: 19px;
        height: 19px;
    }

    .slider-nav .thumb-image img {
        width: 110px;
    }

    .product-details-slider .slider-nav .slick-list {
        max-width: 100%;
    }

    .product-details-slider .slick-next {
        right: 0%;
    }

    .product-details-slider .slick-prev {
        left: 0%;
    }

    .backtopage a {
        top: 20px;
    }

    .header {
        min-height: 272px;
    }

    a.single-category img {
        max-width: 110px;
        margin: 0px 5px;
    }

    .category-section {
        padding-bottom: 0px;
    }

    .Deliveryoptions .OptiontoChoose {
        margin-left: 0px;
    }

    .Deliveryoptions {
        display: block;
    }

    .checkout_top_section {
        text-align: left;
    }

    .order-summary-table table td {
        padding: 10px 12px;
    }

    .banner h4 {
        font-size: 21px;
    }

    .banner h4 {
        padding: 0px 0px;
        width: 80%;
    }

    .order-payment-method {
        padding: 30px 12px;
    }

    .language_swicher .language {
        top: 7px;
    }

    .orderTypeBox .col-md-6 {
        width: 100%;
    }

    .area-section {
        width: 100% !important;
    }

    .branch-section {
        width: 100% !important;
    }
}

@media screen and (max-width: 370px) {
    .openCart {
        width: 300px !important;
    }

    .order-summary-table table td {
        padding: 10px;
    }

    .banner h4 {
        font-size: 18px;
    }

    .checkoutbtn a {
        width: 300px !important;
    }

    .logo img {
        max-width: 60px;
    }
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.9;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
}

.weight-input {
    display: flex !important;
    justify-content: center !important;;
    padding: 0 !important;
}

.weight-input input {
    width: 100% !important;
}

.special_request_content {
    text-align: right;
}

.dinein_form {
    text-align: right;
}

.thank-section table td {
    padding: 20px 53px;
    text-align: center;
}

.thank-section .thank-content {
    margin: auto;
}

.my-section-padding {
    padding: 60px 0px;
}

.about-section {
    padding: 70px 0px;
    padding-bottom: 0px;
}

.dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #000000;
    margin: 0 auto;
    margin-bottom: 20px;
}

.dbox .icon span {
    font-size: 20px;
    color: #ffffff;
}

.dbox .text {
    width: 100%;
}

.row .col-md-3 .dbox .text p {
    display: flex;
    flex-direction: column;
}

.row .col-md-3 .dbox .text p a {
    color: #000000;
}

.link-section {
    padding: 10px 50px;
    display: flex;
    justify-content: flex-end;
}

.link-section a {
    color: #fff;
    margin: 15px;
}

.language_swicher .language a {
    display: flex;
    margin: 3px 0 0 -25px !important;
}

.language_swicher .language a span {
    font-size: 14px;
}

@media screen and (max-width: 425px) {
    .language_swicher .language a {
        margin: 10px 0 0 -25px !important;
    }
}

.link-section a.active {
    text-decoration: underline;
    font-weight: bolder;
}

.OrderTypeArea {
    background: #f5f5f5;
    border-radius: 15px;
    margin: 35px 0px;
}

.section-title {
    margin-bottom: 20px;
    margin-top: 20px;
}

.short-hr {
    max-width: 50px;
    text-align: left;
    margin-left: 0;
    height: 3px;
    background-color: rgb(33, 37, 41);
    border-radius: 15px;
}

.category-accordion {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
}

.category-accordion .card {
    border: 0px;
    margin-bottom: 21px;
}

.category-accordion .card-header {
    padding: 0px !important;
}

.category-accordion .card-link {
    padding: 20px 15px;
    width: 100%;
    display: block;
    font-size: 18px;
    color: inherit;
}

.checkbox-sqr {
    margin-bottom: 10px;
}

.checkbox-sqr input[type="radio"] {
    display: none;
}

.checkbox-sqr input[type="radio"]:checked + label,
.checkbox-sqr input[type="checkbox"]:checked + label {
    font-weight: 600;
    color: rgb(33, 37, 41);
}

.checkbox-sqr:last-child {
    margin-bottom: 0;
}

.checkbox-sqr input[type="radio"] {
    display: none;
}

.checkbox-sqr input[type="radio"] + label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #202020;
    margin: 0;
}

.orderTypeBox .col-md-12 {
    display: flex;
}

.orderTypeBox .col-md-12 .order-type-btn {
    margin-left: 10px;
}

.category-accordion .card-body {
    padding-left: 10px;
    padding-right: 10px;
}

.card .single-recipe {
    border-radius: 0%;
    border: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 5px;
    box-shadow: 0px 0px 0px #f7f7f7;
    margin-bottom: 10px;
    overflow: hidden;
}

.single-recipe .content .RecipeName h4 {
    color: #000;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-transform: capitalize;
}

.card .RecipeDesc p {
    margin-bottom: 10px;
}

.single-recipe p {
    line-height: 1.2;
}

.mobile-section {
    display: none;
}

.single-recipe .content span.price_ {
    font-weight: 600;
    font-size: 18px;
    color: #333;
}

.single-recipe .content span.old-price {
    font-size: 14px;
    color: #666;
}

.card .pro-quantity {
    vertical-align: middle;
}

.card .pro-quantity .pro-qty {
    width: 150px;
    height: 35px;
    border: 1px solid #ddd;
    padding: 0 0px;
}

.card .pro-quantity .pro-qty .qtybtn {
    width: 35px;
    font-size: 30px;
    color: #fff;
    background: #333;
}

.card .pro-quantity .pro-qty input {
    width: 78px;
    height: 35px;
    padding: 0;
}


.desktop-section {
    display: block;
}

.card .pro-quantity .pro-qty .qtybtn {
    width: 35px;
    font-size: 30px;
    color: #fff;
    background: #333;
}

/* .card .pro-quantity .pro-qty input {
    width: 78px;
    height: 35px;
    padding: 0;
}
.pro-quantity .pro-qty input {
    float: left;
    border: none;
    line-height: 34px;
    padding: 0;
    text-align: center;
    background-color: transparent;
} */
.header-bar {
    text-align: center;
}

.logo {
    position: relative;
}

.card .single-recipe {
    display: flex;
    border-radius: 0%;
    border: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 5px;
    box-shadow: 0px 0px 0px #f7f7f7;
    margin-bottom: 10px;
}


@media (min-width: 768px) {
    .dbox {
        margin-bottom: 0;
        padding: 0;
    }
}


.text1 {

    margin-top: 30px;

    margin-bottom: 5px;

    font-size: 14px;

    font-weight: 500;

}


.text2 {

    margin-top: 5px;

    margin-bottom: 20px;

    font-size: 14px;

    font-weight: 500;

}


.text3 {

    margin-top: 10px;

    margin-bottom: 5px;

    font-size: 16px;

    font-weight: 500;

}


.text4 {

    margin-top: 5px;

    margin-bottom: 5px;

    font-size: 16px;

    font-weight: 500;

}


.text5 {

    margin-top: 5px;

    margin-bottom: 20px;

    font-size: 16px;

    font-weight: 500;

}


.text6 {

    margin-top: 10px;

    margin-bottom: 40px;

    font-size: 14px;

    font-weight: 500;

}

/* Style for the modal overlay */
.image-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Black with transparency */
    overflow: auto; /* Enable scrolling if the image is too large */
    padding-top: 60px;
}

/* Modal content (image) */
.modal-content {
    position: relative;
    margin: auto;
    display: block;
    width: 80%; /* Adjust the width as per your needs */
    max-width: 700px;
}

/* The Close Button */
.close {
    position: absolute;
    top: 10px;
    right: 25px;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* The image inside the modal */
#modalImage {
    width: 100%; /* Ensure image scales properly */
    height: auto;
}

.arrow-icon {
    transition: transform 0.3s ease;
}

.card .collapse.show ~ .card-header .arrow-icon {
    transform: rotate(180deg);
}

.rotate {
    transform: rotate(180deg); /* Rotates the element 180 degrees */
    transition: transform 0.3s ease; /* Adds a smooth transition for the rotation */
}


.broadcast-close {
    font-size: 30px;
    background-color: #fff !important;
    z-index: 999;
    top: -15px;
    right: -15px;
    opacity: 1;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.broadcast-close:hover,
.broadcast-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
    outline: none !important;
}

.language_swicher .language a {
    display: flex;
    margin: 3px 0 0 0 !important;
}

.language_swicher .language a span {
    font-size: 11px;
}
