:root {
    --primary-color: #000;
    --primary-hover: #e54750;
    --secondary-color: #243748;
    --secondary-hover: #22394ed7;
    --body-bg: #ffffff;
    --primary-text: #ffffff;
    --border: rgb(207, 207, 207);
    --toast-light-bg: #ffffff;
    --toast-light-clr: #000000;
    --toast-dark-bg: #212121;
    --toast-dark-clr: #ffffff;
    --primary-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.detail_page_head .title {
    float: left
}

@media (max-width: 767px) {
    #cart-container {
        display: none !important;
    }

    .detail_page_head .title {
        padding-top: 0;
        float: none
    }

    .menu-item-image .img-wrapper {
        text-align: left;
    }
}

.detail_page_head .title h1 {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0
}

@media (max-width: 767px) {
    .detail_page_head .title h1 {
        font-size: 21px;
        font-size: 1.3125rem
    }
}

.detail_page_head .title ul.tags {
    margin: 8px 0 25px 0;
    padding: 0
}

@media (max-width: 767px) {
    .detail_page_head .title ul.tags {
        margin: 8px 0 20px 0
    }
}

.detail_page_head .title ul.tags li {
    display: inline-block;
    margin-right: 3px
}

.detail_page_head .title ul.tags li a {
    border: 1px solid #ededed;
    padding: 2px 10px;
    line-height: 1;
    color: #777;
    font-size: 13px;
    font-size: 0.8125rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.detail_page_head .title ul.tags li a:hover {
    color: #e54750
}

.detail_page_head .rating {
    float: right
}

.pr {
    position: relative;
}

.location_input_icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.order_location {
    display: none;
}

.order_location.active {
    display: block;
}

.order_type_wrapper h6,
.order_time_wrapper h6 {
    font-weight: 600;
    font-size: 0.90rem;
}

.delivery_type_container {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .detail_page_head .rating {
        padding-top: 0;
        float: none;
        display: inline-block;
        margin-bottom: 15px
    }
}

.detail_page_head .rating .score span {
    top: 5px;
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    position: relative;
    margin-right: 8px;
    text-align: right;
    line-height: 1.1;
    font-weight: 500
}

.detail_page_head .rating .score span em {
    font-size: 12px;
    font-size: 0.75rem;
    display: block;
    font-weight: normal
}

@media (max-width: 767px) {
    .detail_page_head .rating .score span {
        float: right;
        text-align: left;
        margin: 0 0 0 8px
    }
}

.detail_page_head .rating .score strong {
    font-size: 18px;
    font-size: 1.125rem;
    background-color: #66cc66;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    -ms-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
    padding: 8px;
    line-height: 1.1;
    color: #fff
}

.detail_page_head .rating .score strong:before {
    color: #fff
}

@media (max-width: 767px) {
    .detail_page_head .rating .score strong {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.pictures {
    text-align: left
}

@media (max-width: 767px) {
    .pictures {
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap
    }
}

.pictures figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 100px;
    width: 32%;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

@media (max-width: 1199px) {
    .pictures figure {
        height: 90px
    }
}

@media (max-width: 991px) {
    .pictures figure {
        width: 80px;
        height: 80px
    }
}

.pictures figure a {
    display: block
}

.pictures figure a span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 26px;
    font-size: 1.625rem
}

.pictures figure a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    z-index: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.pictures figure a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05)
}

.box_order {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1)
}

.box_order .head {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    text-align: center;
    border-bottom: 1px solid #ededed;
    padding: 17px 20px 12px 20px;
    background-color: #454545;
    color: #fff
}

.box_order .head h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    margin: 0;
    color: #fff
}

.box_order .main {
    padding: 25px
}

.box_order .main ul {
    list-style: none;
    padding: 0
}

.box_order .main ul li {
    margin-bottom: 8px
}

.box_order .main ul li.total {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase
}

.box_order .main ul li a {
    padding-left: 25px;
    color: #444;
    display: inline-block;
    position: relative
}

.box_order .main ul li a:before {
    font-family: "ElegantIcons";
    content: "\4f";
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 1
}

.box_order .main ul li a:hover {
    color: #e74747
}

.box_order .main ul li span {
    float: right
}

.box_order .form-group {
    margin: 0 0 10px 0
}

.box_order textarea {
    height: 130px
}

.box_order a.close_panel_mobile {
    position: absolute;
    right: 15px;
    top: 5px;
    color: #fff;
    font-size: 26px;
    font-size: 1.625rem;
    display: none
}

.delivery_type_wrapper {
    /*height: 100%;*/
    display: flex;
    align-items: center;
}

.delivery_details_list {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 10px;
    border-radius: 90px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    background: #ffd9c8af;
    font-size: 14px;
    cursor: pointer;
}

.delivery_details_list_item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    color: var(--secondary-color);
}

.delivery_details_list_item .material-icons {
    font-size: 20px;
    color: rgb(145, 145, 145);
}

.delivery_details_wrapper .clearfix li {
    list-style: none;
}

.delivery_details_wrapper .container_radio {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    padding-left: 0;
    padding: 10px;
    border-radius: 10px;
    background: #f2f2f2;
}

.radio-group {
    display: flex;
    gap: 1rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5em 1rem;
    margin-bottom: 0.5em;
    background-color: #ededed;
    border-radius: 4px;
    transition: background-color 0.4s, border-color 0.4s;
    cursor: pointer;
}

.radio-input {
    position: absolute;
    opacity: 0;
}

.radio-input:checked+.radio-label {
    background-color: var(--primary-hover);
    color: #fff;
    font-weight: bold;
}

.radio-inner-circle {
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 2px solid #888;
    border-radius: 50%;
    transition: border-color 0.2s;
    position: relative;
}

.radio-label:hover .radio-inner-circle {
    border-color: #555;
}

.radio-input:checked+.radio-label .radio-inner-circle {
    border-color: var(--primary-color);
}

.radio-input:checked+.radio-label .radio-inner-circle::after {
    content: '';
    display: block;
    width: 0.5em;
    height: 0.5em;
    background-color: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* .cart-list::-webkit-scrollbar {
    display: none;
} */
.cart-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
    width: 2px;
}

.cart-list::-webkit-scrollbar {
    width: 2px;
    border-radius: 10px;
    background-color: #f5f5f5;
}

.cart-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #979797;
}

@media (max-width: 991px) {
    .box_order.mobile_fixed {
        display: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        position: fixed;
        overflow-y: scroll;
        border: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 999999;
        background-color: #fff
    }

    .hm {
        display: none !important;
    }

    .box_order.mobile_fixed .head {
        padding: 10px 20px 10px 20px;
        position: relative;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0
    }

    .box_order.mobile_fixed .head h3 {
        font-size: 18px;
        font-size: 1.125rem;
        text-transform: uppercase
    }

    .box_order.mobile_fixed .head .offer {
        display: none
    }

    .box_order.mobile_fixed .head a.close_panel_mobile {
        display: inline-block
    }

    .box_order.mobile_fixed .main {
        padding-bottom: 50px
    }

    .box_order.mobile_fixed .btn_1_mobile {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px 10px 6px 10px;
        background-color: #fff;
        border-top: 1px solid #ededed;
        z-index: 9999999
    }

    .box_order.mobile_fixed .btn_1_mobile .text-center {
        display: none
    }
}

.btn_reserve_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 300
}

@media (max-width: 991px) {
    .btn_reserve_fixed {
        display: block
    }

    ul#top_menu {
        /*display: none;*/
    }
}

.secondary_nav {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ededed;
    padding: 20px 0;
    position: relative;
    margin-top: 75px;
}

.secondary_nav .container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}

.secondary_nav .container .btn_1{
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px;
    min-width: 128px;
    font-size: 13px;
    border-radius: 12px;
    /*font-weight:bold;*/
}
.secondary_nav .container .btn_1 span{
    font-size: 21px;
}


/*.secondary_nav span {
    position: absolute;
    height: 7px;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05)
}*/

.secondary_nav.is_stuck {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 300;
    border-top: none
}

@media (max-width: 767px) {
    .secondary_nav.is_stuck {
        padding: 10px 0
    }
}

.secondary_nav .secondary_nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    overflow-x: auto;
    display: flex;
}

.secondary_nav .secondary_nav_list::-webkit-scrollbar {
    display: none;
}

@media (max-width: 767px) {
    .secondary_nav ul {
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        padding: 6px 0
    }
}

.secondary_nav ul li {
    display: inline-block;
    margin-right: 15px;
}

.secondary_nav ul li a {
    color: #444;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 5px 15px;
    min-width: max-content;
    display: block;
}

.secondary_nav ul li a.active,
.secondary_nav ul li a:hover {
    color: #e54750
}

.secondary_nav ul li a i {
    margin-right: 8px
}

.list_menu section {
    padding-top: 25px
}

.opt_order {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
    padding: 15px 0 5px 0;
}

.table_wrapper {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.05);
    -moz-box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.05);
    box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.05)
}

.product_content {
    width: 74%;
    position: relative;
    padding-bottom: 27px;
}


a.menu_item {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    position: relative;
    padding: 15px 10px;
    color: #444;
    -webkit-box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.05);
    -moz-box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.05);
    box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.05);
    margin-bottom: 30px;
    border-radius: 10px;
    height: 89%;
}

a.menu_item strong {
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
    background: #e54750;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 767px) {
    a.menu_item {
        margin-bottom: 15px
    }
}

a.menu_item h3 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0
}

a.menu_item p {
    color: #777;
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 18px;
    font-weight: 400;
    text-transform: lowercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 55px;
    min-height: 36px;
}

a.menu_item figure {
    width: 120px;
    height: 120px;
    overflow: hidden;
    /*position: absolute;*/
    margin: 0;
    right: 15px;
    top: 15px;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 5px
}

a.menu_item figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}

a.menu_item:hover {
    -webkit-box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.1);
    -moz-box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.1);
    box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.1)
}

a.menu_item:hover h3 {
    color: #e54750
}

.table.cart-list {
    border-bottom: none;
    background-color: transparent
}

.table.cart-list.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table.cart-list thead th {
    font-weight: 500
}

.table.cart-list td {
    vertical-align: middle;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6 !important
}

.table.cart-list td.options i {
    font-size: 26px
}

.table.cart-list td h4 {
    margin: 0;
    font-size: 16px;
    font-size: 1rem
}

.table.cart-list td p {
    margin: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #444
}

.table.cart-list td figure {
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin: 0;
    margin-right: 15px;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.table.cart-list td figure img {
    width: 60px;
    height: auto
}

@media (max-width: 767px) {
    .table.cart-list td figure {
        float: none
    }
}

.table.cart-list td .dropdown-options {
    border: none;
    margin: 0
}

.table.cart-list td .dropdown-options>a {
    padding: 0;
    display: inline-block;
    color: #e54750
}

.table.cart-list td .dropdown-options>a:after {
    display: none
}

.table.cart-list td .dropdown-options>a:hover {
    color: #111
}

.table.cart-list td .dropdown-menu {
    background-color: #fff;
    min-width: 250px;
    margin-left: -105px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

@media (max-width: 991px) {
    .table.cart-list td .dropdown-menu {
        margin-left: -175px !important
    }
}

.table.cart-list td .dropdown-menu label {
    font-weight: normal
}

.table.cart-list td .dropdown-menu a {
    color: #fff
}

.table.cart-list td .dropdown-menu h5 {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
    font-size: 14px;
    font-size: 0.875rem
}

.table.cart-list td .dropdown-menu ul {
    list-style: none;
    padding: 0
}

.table.cart-list td .dropdown-menu ul li label {
    font-size: 13px;
    font-size: 0.8125rem
}

.table.cart-list td .dropdown-menu ul li label small {
    float: right;
    font-size: 13px;
    font-size: 0.8125rem
}

#message {
    position: fixed;
    bottom: 15px;
    left: 15px;
    background-color: #e54750;
    color: #fff;
    padding: 12px 12px 10px 40px;
    font-weight: 500;
    line-height: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    display: none
}

#message:before {
    font-family: "ElegantIcons";
    content: "\52";
    font-size: 21px;
    font-size: 1.3125rem;
    position: absolute;
    left: 10px;
    top: 7px;
    line-height: 1
}

.reviews #review_summary {
    text-align: center;
    background-color: #6c6;
    color: #fff;
    padding: 20px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

@media (max-width: 991px) {
    .reviews #review_summary {
        margin-bottom: 15px
    }
}

.reviews #review_summary strong {
    font-size: 42px;
    font-size: 2.625rem;
    display: block;
    line-height: 1
}

.reviews #review_summary em {
    font-style: normal;
    font-weight: 500;
    display: block
}

.reviews .progress {
    margin-bottom: 12px;
    height: 5px
}

.reviews .progress-bar {
    background-color: #66cc66
}

.reviews .reviews_sum_details h6 {
    font-size: 14px;
    font-size: 0.875rem
}

.reviews .reviews_sum_details strong {
    position: relative;
    top: -8px
}

.review_card {
    background-color: #fff;
    border: 1px solid #ededed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 25px 25px 10px 25px;
    margin-bottom: 30px
}

.review_card .user_info {
    text-align: center
}

@media (max-width: 767px) {
    .review_card .user_info {
        margin-bottom: 10px
    }
}

.review_card .user_info figure {
    width: 50px;
    height: 50px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .review_card .user_info figure {
        float: left
    }
}

.review_card .user_info figure img {
    width: 50px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.review_card .user_info h5 {
    font-size: 13px;
    font-size: 0.8125rem
}

@media (max-width: 767px) {
    .review_card .user_info h5 {
        float: left;
        margin: 18px 0 0 15px
    }
}

.review_card .review_content h4 {
    font-size: 18px;
    font-size: 1.125rem
}

.review_card .review_content .rating {
    float: left;
    font-weight: 600;
    font-size: 26px;
    font-size: 1.625rem;
    color: #66cc66
}

.review_card .review_content .rating small {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600
}

.review_card .review_content .rating strong {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    color: #444
}

@media (max-width: 575px) {
    .review_card .review_content .rating {
        float: none;
        display: block
    }
}

@media (max-width: 575px) {
    .review_card .review_content .rating em {
        float: none;
        display: inline-block;
        margin-left: 10px
    }
}

.review_card .review_content em {
    color: #999;
    float: right
}

@media (max-width: 575px) {
    .review_card .review_content em {
        float: none;
        display: block;
        margin-top: 10px;
        margin-left: 0
    }
}

.review_card .review_content ul {
    margin: 35px 0 25px 0;
    padding: 0
}

.review_card .review_content ul li {
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-right: 0
}

@media (max-width: 575px) {
    .review_card .review_content ul li span {
        display: none
    }
}

.review_card .review_content ul li a {
    background-color: #f0f0f0;
    padding: 7px 10px 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #444
}

.review_card .review_content ul li a:hover {
    background-color: #e54750;
    color: #fff
}

.review_card .review_content ul li a i {
    margin-right: 5px
}

@media (max-width: 575px) {
    .review_card .review_content ul li a i {
        margin-right: 0
    }
}

.review_card .review_content ul li:last-child {
    float: right;
    margin-right: 0
}

.review_card .reply {
    padding-top: 30px
}

@media (max-width: 767px) {
    .review_card .reply .user_info {
        display: none
    }
}

.review_card .reply .user_info figure {
    width: 50px;
    height: 50px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-bottom: 10px
}

.review_card .reply .user_info figure img {
    width: 50px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.review_card .reply .user_info h5 {
    font-size: 14px;
    font-size: 0.875rem
}

.review_card .reply .review_content {
    border-left: 5px solid #ededed;
    padding-left: 20px
}

@media (max-width: 575px) {
    .review_card .reply .review_content strong {
        display: block
    }
}

.review_card .reply .review_content em {
    color: #999;
    font-style: italic;
    float: right
}

@media (max-width: 575px) {
    .review_card .reply .review_content em {
        float: none;
        display: block;
        margin-top: 10px
    }
}

.dropdown {
    border: 1px dotted #c8c8c8;
    padding: 0;
    margin-bottom: 5px
}

.dropdown a {
    padding: 15px 15px 12px 15px;
    line-height: 1;
    color: #444;
    font-weight: 500;
    display: block;
    position: relative
}

.dropdown a:after {
    font-family: 'food';
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: bold;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 10px;
    top: 10px
}

.dropdown.show a {
    color: #333
}

.dropdown.show a:after {
    transform: rotateY(360deg);
    color: #333
}

.dropdown-menu.show {
    display: flex;
    gap: 2px;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    border: none;
    font-size: 14px;

}

.dropdown-menu li{
    margin: 0 !important;
}

.dropdown-menu .dropdown-item {
    border-radius: 0;
    background-color: transparent;
}

.dropdown-menu .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.dropdown .dropdown-menu h4 {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase
}

.dropdown.time a:after {
    content: '\0057'
}

.dropdown.time {
    margin-bottom: 25px
}

.dropdown.day a:after {
    font-family: "ElegantIcons";
    content: "\e023";
    font-weight: 300
}

.radio_select ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center
}

.radio_select ul li {
    display: inline-block;
    margin: 0;
    width: 23.5%
}

.radio_select.chose_day ul li {
    width: 43.5%
}

.radio_select input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0
}

.radio_select label {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 8px;
    border: 1px dotted #c8c8c8;
    background-color: #fff;
    font-size: 16px;
    font-size: 1rem
}

.radio_select label em {
    display: block;
    color: red;
    font-style: normal;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 500
}

.radio_select label:hover {
    background-color: #dfd
}

.radio_select input[type="radio"]:focus+label {
    border: 1px solid transparent;
    background-color: #e54750;
    color: #fff
}

.radio_select input[type="radio"]:focus+label em {
    color: #ffff66
}

.radio_select input[type="radio"]:checked+label {
    border: 1px solid transparent;
    background-color: #e54750;
    color: #fff
}

.radio_select input[type="radio"]:checked+label em {
    color: #ffff66
}

/* .modal-dialog .content {
    padding: 20px 20px 0 20px
} */

.modal-dialog .content h5 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 15px
}

.modal-dialog .content ul {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none
}

.modal-dialog .content ul li span {
    float: right
}

.modal-dialog .footer {
    -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 15px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

@media (max-width: 767px) {
    .modal-dialog .footer .mb-mobile {
        margin-bottom: 5px
    }
}

.numbers-row {
    position: relative;
    width: 100%;
    height: 40px;
    border: 2px solid #d2d8dd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 25px
}

.numbers-row input {
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    left: 50%;
    padding: 5px;
    border: none;
    margin-left: -20px;
    font-weight: 500;
    background: none;
    font-size: 18px;
    font-size: 1.125rem
}

.numbers-row input:focus {
    outline: none;
    box-shadow: none
}

.numbers-row .button_inc {
    cursor: pointer;
    position: absolute;
    width: 33px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    z-index: 2;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 300 !important;
    color: #999
}

.numbers-row .button_inc:hover {
    color: #e54750
}

.numbers-row .dec,
.numbers-row .inc {
    top: 2px
}

.numbers-row .dec {
    left: 0
}

.numbers-row .inc {
    right: 0
}

.cart-header {
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    font-size: 1.5rem;
    background-color: var(--primary-color);
}

.cart-header i {
    cursor: pointer;
    color: gray;
}

.fs-12 {
    font-size: 12px;
}

.ul-txt {
    text-decoration: underline;
}

.cart-list-item .item-price {
    font-size: 1rem;
}

.qty-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-container .input-qty {
    text-align: center;
    padding: 6px 10px;
    border: 1px solid #d4d4d4;
    max-width: 55px;
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
    border: 1px solid #d4d4d4;
    padding: 10px 13px;
    font-size: 10px;
    height: 35px;
    width: 35px;
    transition: 0.3s;
}

.qty-container .qty-btn-plus {
    margin-left: -1px;
}

.qty-container .qty-btn-minus {
    margin-right: -1px;
}

.cart-footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
    background: #fff;
    border-top: 2px solid #d2d2d2;
    padding: 10px;
}

.cart-footer p {
    text-align: center;
    margin-bottom: 5px;
}

.cart-footer button {
    width: 100%;
}

.cart-item-wrapper {
    padding: 5px;
}

.menu-item-image img {
    border-radius: 5px;
    height: 200px;
    /*width: 100%;
    object-fit: cover;*/
    object-position: center;
}

.menu-item-image .img-wrapper {
    text-align: center;
}

.menu-item-container {
    padding: 15px;
    max-height: 60vh;
    overflow-y: scroll;
}

.modal-lg{
    max-width: 650px !important;
}

.modal-lg .modal-body{
    padding: 0;
}

.menu-item-container::-webkit-scrollbar {
    display: none;
}

.special-istruction-card-container h6 {
    font-weight: bold;
    color: #000;
    font-size: 12px;
    margin: 10px 0;
}

.menu-irem-details {
    margin-top: 10px;
}

.menu-irem-details .details_title {
    color: black;
    font-weight: 600;
}

.menu-irem-details .details_desc {
    font-size: 12px;
}

.special-instruction-input {
    width: 100%;
    font-size: 12px;
    padding: 5px;
    height: unset !important;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    background-color: #fcfcfc;
    background-color: rgba(255, 255, 255, 0.8);
    color: #444;
}

.switch-branch {
    margin-bottom: 15px;
    display: block;
    text-align: right;
}

.switch-branch:hover {
    color: #e54750 !important;
}

.delivery_type_content {
    text-align: center;
}

.delivery-instructions {
    padding: 10px;
    background: #e8e8e882;
    margin: 10px 0;
}

.delivery-instructions ul {
    margin: 0;
}

.delivery-instructions ul li {
    list-style: none;
}

@media (max-width: 767px) {
    .menu-item-image .img-wrapper {
        text-align: left;
    }
}

.required-text {
    font-size: 10px;
    color: red;
    border: 1px solid red;
    padding: 3px 5px;
    font-weight: 600;
}

.select-option-text {
    font-weight: 600 !important;
    font-size: 13px;
    color: gray;
}

.optional-text {
    font-size: 10px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 3px 5px;
}

.error {
    color: red;
}
/*.btn_1 {
    line-height: 2.6 !important;
    border-radius:10px !important;
}*/
