body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif !important;
    overflow-x: hidden;
}

:root {
    --main: #000;
    --sec: #000;
    --mainopacity: #0000003d;
}

.index-center-cont {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    left: 50%;
    text-align: center;
}

button.btn-primary.feedback-button.active {
    background: #000;
    border: 1px solid #000 !important;
}

.loader {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 99;
}

.loader-icon {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #730b2f;
    /* Blue */
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    margin-top: -120px;
    position: absolute;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.hide-loader {
    display: none;
}

.modal-inputs-box img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.section-tabs {
    padding-top: 15px
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-tabs-content .swiper-slide {
    display: block !important;
    width: 100%;
}

.menu-list-slider span {
    max-height: 266px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
}

.section-tabs .swiper-tabs-nav .swiper-slide {
    text-align: center;
    padding-bottom: 0px;
    border-bottom: 2px solid #f4f6f5;
    font-weight: 600;
    cursor: pointer
}

.section-tabs .swiper-tabs-nav .swiper-slide.swiper-slide-thumb-active {
    font-weight: 700;
    color: #000;
    border-color: #000
}

.section-tabs .swiper-tabs-content .swiper-slide {
    padding: 25px 15px
}

.section-tabs .swiper-tabs-content .swiper-slide .full-height {
    display: flex;
    flex-direction: column;
    min-height: calc(65vh - 25px)
}

.section-tabs .swiper-tabs-content .swiper-slide .row {
    margin: 0 -5px
}

.section-tabs .swiper-tabs-content .swiper-slide .row .col-6,
.section-tabs .swiper-tabs-content .swiper-slide .row .col {
    padding: 0 5px
}

.section-tabs .swiper-tabs-content .swiper-slide .custom-select {
    border-radius: 0
}

.section-tabs .swiper-tabs-content .swiper-slide textarea.form-control {
    border-radius: 0;
    background-color: #FFF
}

.section-tabs .swiper-tabs-content .swiper-slide .radio-courier .item-radio input~label {
    border-radius: 0;
    text-align: center
}

.section-tabs .swiper-tabs-content .swiper-slide .radio-courier .item-radio input~label h6 {
    color: #b8026f
}

.section-tabs .swiper-tabs-content .swiper-slide .radio-courier .item-radio input~label p {
    color: #989898
}

.section-tabs .swiper-tabs-content .swiper-slide .bottom {
    margin-top: auto
}

.section-tabs .swiper-tabs-content .swiper-slide .bottom .btn {
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
    position: relative
}

.section-tabs .swiper-tabs-content .swiper-slide .bottom .btn .icon {
    position: absolute;
    left: 15px;
    top: 60%;
    transform: translateY(-50%)
}

.section-tabs .swiper-tabs-content .swiper-slide .bottom .btn .icon img {
    height: 20px;
    width: auto;
    filter: invert(1)
}

b.cat-info {
    font-size: 14px;
    font-weight: 600;
}

.flex-box.dashboard-list.detail-page-area p {
    font-size: 14px;
    margin-top: 15px;
}

.detail-page-box img {
    width: 100%;
    min-height: 350px;
    object-fit: cover;
}

.detail-page-box img {
    width: 100%;
    min-height: 350px;
    margin-top: -40px;
    object-fit: cover;
    z-index: -1;
}

.detail-page-box h1 {
    font-weight: bold;
    font-size: 30px;
    margin: 10px 0px;
}

.detail-page-box b {
    color: var(--main);
    font-size: 20px;
}

.main-color {
    color: var(--main);
}

.detail-page-box iframe {
    margin-top: 20px;
}

.flex-box.dashboard-list.detail-page-area .main-left {
    padding: 0;
}

.flex-box.dashboard-list.detail-page-area .inner-back-button {
    z-index: 999;
    position: relative;
    left: 10px;
    top: 10px;
}

.detail-page-box h1 {
    font-weight: bold;
    font-size: 24px;
    margin: 15px 0px;
}

.detail-page-box b {
    color: var(--main);
    font-size: 20px;
}

.detail-page-box iframe {
    margin-top: 20px;
}

.main-left-top.mlt-list {
    display: flex;
    margin-bottom: 0;
    vertical-align: middle;
    align-items: center;
    justify-content: space-between;
}

.flex-box {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.flex-box.dashboard-index {
    height: 100vh;
}

.lang-dropdown .dropdown-toggle::after {
    display: none;
}

.main-left-top {
    text-align: center;
    margin-bottom: 0;
}

.lang-dropdown .dropdown-toggle {
    background: transparent;
    color: var(--main);
    padding: 10px 30px;
    font-size: 16px;
    transition: all .3s;
    border-bottom: 2px solid var(--main);
    font-weight: 600;
}

.lang-dropdown a.dropdown-toggle:hover {
    background: transparent;
    color: var(--main);
}

.main-left {
    position: relative;
    padding: 20px;
    min-height: 100vh;
    width: 35%;
    text-align: center;
    /* height: 100vh; */
    border-right: 1px solid #0000000a;
}

.main-right {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.front-lang-modal button {
    background: transparent;
    border: unset;
    font-weight: 600;
    margin: 20px 0px;
}

button.btn.btn-primary {}

.msb-area button {
    background: transparent;
    border: unset;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #0000000f;
    padding: 10px 0px;
}

.flex-box.dashboard-index {
    height: 100vh;
}

.front-lang-modal button {
    background: transparent;
    border: unset;
    font-weight: 600;
    margin: 20px 0px;
}

button.btn.btn-primary {}

.main-left .logo img {
    width: 230px;
    margin-bottom: 30px;
}

.front-socials {
    position: absolute;
    left: 50%;
    text-align: center;
    background: var(--main);
    width: 100%;
    bottom: 0;
    display: flex;
    transform: translateX(-50%);
}

.front-socials ul {
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    padding: 9px 0px;
    margin-bottom: 0;
    width: 100%;
}

.front-socials li {
    list-style: none;
}

.front-socials li a {
    color: #fff;
    font-size: 18px;
    margin: 10px 20px;
    display: block;
}

.front-feedback-link a {
    display: block;
    text-decoration: unset;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    color: var(--main);
    bottom: 83px;
    text-align: center;
    transform: translateX(-50%);
    width: 100%;
}

.main-right .logo img {
    width: 310px;
}

.modal-lang-box button {
    background: transparent;
    border: unset;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #0000000f;
    padding: 10px 0px;
}

.flex-box.dashboard-list .main-left {
    padding: 10px;
}

.main-left-top.mlt-list .logo img {
    width: 100px;
    margin-bottom: 0;
}

.inner-back-button {
    background: var(--main);
    padding: 10px;
    border-radius: 8px;
}

.inner-back-button a {
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 22px;
    font-size: 18px;
}

button.dropdown-toggle {}

.front-lang-modal.lang-dropdown.list-lang-drop button.dropdown-toggle {
    background: var(--main);
    color: #fff;
    border-radius: 8px;
    width: 40px;
    border: unset !important;
    height: 40px;
    line-height: 20px;
    padding: 10px !important;
    text-align: center;
}

.menu-list-slider img {
    width: 100%;
    height: 95px;
    border-radius: 12px;
    object-fit: cover;
}

.menu-list-slider {}

.menu-list-slider .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    bottom: 0 !important;
    top: unset;
}

.menu-list-slider {
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.mls-box {
    margin-bottom: 15px;
    width: 100%;
    margin-top: 15px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--main);
}

.menu-list-slider .swiper-button-next {
    background: var(--sec);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -35px;
    right: 0px;
}

.menu-list-slider .swiper-button-next:after {
    font-size: 18px;
    color: #fff;
}

.mls-box span {
    color: var(--sec);
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

.menu-list-slider .swiper-button-prev {
    background: var(--sec);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: 0;
    margin-top: -35px;
}

.menu-list-slider .swiper-button-prev:after {
    font-size: 18px;
    color: #fff;
}

.menu-list-slider .swiper-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 37px;
    opacity: 0;
    z-index: 99;
    height: 200px;
    background: #ffffffb0;
}

.menu-list-slider {
    position: relative;
}

.menu-list-slider .swiper-wrapper:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    width: 41px;
    z-index: 99;
    height: 218px;
    background: #ffffffb0;
}

.front-lang-modal.lang-dropdown.list-lang-drop {
    border-radius: 8px;
}

.lang-dropdown.list-select-modal button {
    color: var(--main);
    background: transparent !important;
    border-bottom: 2px solid var(--main) !important;
    margin-top: -15px;
    border: unset;
    margin-bottom: 15px;
}

.mlb-right img {
    width: 100%;
    height: 115px;
    object-fit: cover;
    border-radius: 8px;
}

.editor-selector img {
    width: 29px;
    margin-top: 5px;
    margin-bottom: 5px;
}

button.accordioninnerbutton {
    background: transparent;
    border: unset;
    padding: 0;
    margin: 2px 0px !important;
    text-align: left;
    font-size: 14px !important;
}

.mlb-right {
    width: 25%;
    padding-left: 0;
}

.mlb-area {
    cursor: pointer;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 10px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.mlb-left {
    text-align: left;
    width: 74%;
    padding-right: 20px;
}

.mlb-left h3 {
    font-size: 17px;
    font-weight: bold;
}

.mlb-left p {
    font-size: 12px;
}

.mlb-left b {
    color: var(--main);
}

.menu-list-box h1 {
    font-size: 20px;
    margin-bottom: 20px;
    background: var(--main);
    padding: 7px 0px;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
}

.front-info-link.front-feedback-link a {
    bottom: 135px;
    text-decoration: unset;
}

.rating {
    border: none;
    float: left;
}

.rating>input {
    display: none;
}

.detail-page-box.feedback-page-box {
    text-align: center;
}

.detail-page-box.feedback-page-box h1 {
    text-align: center;
    font-size: 17px;
    margin: 20px 0px;
    font-weight: 500;
}

.logo.inner-logo img {
    width: 120px;
    position: relative;
    top: 17px;
}

.mls-box img {
    border-radius: 12px;
}

.mr-box .logo {
    position: fixed;
    width: 100%;
    z-index: -1;
    left: 12%;
    top: 50%;
}

button.main-button {
    position: absolute;
    left: 50%;
    right: 0;
    font-size: 20px;
    border: unset;
    width: 100%;
    margin-left: 0px !important;
    transform: translateX(-50%);
    bottom: 0;
    padding: 10px 0px;
    background: var(--main);
    color: #fff;
}

.logo.inner-logo img {
    width: 120px;
    position: relative;
    top: 17px;
}

.main-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--main);
}

.detail-page-box.feedback-page-box .flex-box {
    justify-content: center;
}

.detail-page-box.feedback-page-box button {
    margin: 0px 11px;
}

.detail-page-box.feedback-page-box {
    padding: 21px;
}

.rating>label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating>.half:before {
    content: "\f089";
    position: absolute;
}

.rating>label {
    color: #ddd;
    float: right;
}


/***** CSS Magic to Highlight Stars on Hover *****/

.rating>input:checked~label,

/* show gold star when clicked */

.rating:not(:checked)>label:hover,

/* hover current star */

.rating:not(:checked)>label:hover~label {
    color: #FFD700;
}


/* hover previous stars in list */

.rating>input:checked+label:hover,

/* hover current star when changing rating */

.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,

/* lighten current selection */

.rating>input:checked~label:hover~label {
    color: #FFED85;
}

span.discount-price {
    text-decoration: line-through;
    font-size: 13px;
    font-weight: bold;
    color: gray;
    margin-right: 10px;
}

@media(max-width:991px) {
    .main-left-top {
        text-align: left;
        margin-bottom: 30px;
    }
    .main-left .logo img {
        width: 250px;
        margin-bottom: 30px;
    }
    .front-feedback-link a {
        font-size: 20px;
    }
    .front-info-link.front-feedback-link a {
        bottom: 110px;
        text-decoration: unset;
    }
    .modal-content {
        position: absolute;
        display: flex;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        bottom: -32px;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0
    }
    .main-right {
        display: none;
    }
    .main-left {
        width: 100%;
        padding: 15px;
    }
}

.menu-list-slider.detail-slider {
    margin-top: -40px;
    padding-bottom: 0;
}

@media(max-width:991px) {}