:root {
    --gun-metal: #2d3142;
    --brownish-grey: #727171;
    --greenish-blue: #12738c;
    --light-gray: #8b8888;
    --greyish-brown: #494949;
}

app {
    width: 100%;
    height: 100%;
}

.modal {
    display: block !important;
    background: rgba(0,0,0,0.5);
}

.cat-list-mobile.not-all-uce .clm-subcat {
    border-top: none;
    padding-top: 0;
}

    .cat-list-mobile.not-all-uce .clm-subcat .clm-subcat-list {
        border-top: none !important;
    }

.cat-list-mobile.not-all-uce {
    padding-top: 0;
    border-top: none;
}
.blazored-toast-container {
    z-index: 9999 !important;
}

.info-toaster {
    /*background-color: #000 !important;*/
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
}

.loading {
    min-height: 350px;
}

html, body {
    min-height: 100%;
}

body {
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    padding-top: 44px;
    padding-bottom: 44px;
}

@media (max-width: 1100px) and (orientation: portrait) {
    body {
        align-items: flex-start;
    }
}

body.bg-type-1 {
    background: #000 url(../img/splash_slide_2.jpg) center bottom no-repeat;
    background-size: cover;
}

@media (max-width: 1100px) and (orientation: portrait) {
    body.bg-type-1 {
        background-image: url(../img/splash_slide_2_gradient.png);
        background-size: 100%;
    }
}

body.bg-type-2 {
    background: #000 url(../img/splash_slide_1.png) center bottom no-repeat;
    background-size: 100%;
}

@media (max-width: 1100px) and (orientation: portrait) {
    body.bg-type-2 {
        background-size: 100%;
    }
}

@media (max-width: 768px) {
    body.bg-type-2 {
        background-position: center bottom;
    }
}

@media (max-width: 767px) {
    body.bg-type-2 {
        background-position: center 80%;
    }
}

body.homepage {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000 url(../img/splash_slide_2.jpg) center bottom no-repeat;
    background-size: cover;
}

@media (max-width: 1100px) and (orientation: portrait) {
    body.homepage {
        align-items: flex-start;
        padding-top: 44px;
        background-image: url(../img/splash_slide_2_gradient.png);
        background-size: 100%;
    }
}

@media (max-width: 767px) {
    body.homepage {
        padding-top: 0;
        background-position: center 7vh;
        background-size: 140%;
        padding-bottom: 25px;
    }
}

body.homepage .wrapper {
    text-align: center;
}

@media (max-width: 767px) {
    body.homepage .wrapper {
        height: 100%;
        padding-top: 34px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

        body.homepage .wrapper > div {
            width: 100%;
        }
}

body.homepage .mainmenu {
    position: relative;
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 414px;
    margin: 0 auto;
}

    body.homepage .mainmenu::before {
        width: 24px;
        height: 24px;
        position: absolute;
        left: calc(50% - 12px);
        top: -12px;
        background: url(../img/arrow-alt-circle-down-solid.svg) center center no-repeat;
        background-size: contain;
        content: "";
        z-index: 1;
    }

    body.homepage .mainmenu::after {
        width: 20px;
        height: 20px;
        position: absolute;
        left: calc(50% - 10px);
        top: -10px;
        background: #000;
        content: "";
        z-index: 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

@media (max-width: 767px) {
    body.homepage .mainmenu {
        width: 100%;
    }
}
.disabled {
    pointer-events: none;
    opacity: 0.7;
    filter: grayscale(0.5);
}
.disabled-category-lable-mobile-item {
    cursor: default;
    opacity: 0.7;
    filter: grayscale(0.5);
}
/*body.homepage .mainmenu */
body.homepage .mainmenu li a {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.homepage .mainmenu li:nth-child(1) a {
    background-color: #e74543;
}

body.homepage .mainmenu li:nth-child(2) a {
    background-color: #b83735;
}

body.homepage .mainmenu li:nth-child(3) a {
    background-color: #8a2928;
}

body.homepage .mainmenu li:nth-child(4) a {
    background-color: #5c1b1a;
}

body.homepage .table-num {
    margin-top: 35px;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

body.has-top-menu {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
}

    body.has-top-menu .wrapper {
        padding-top: 100px;
    }

@media (max-width: 767px) {
    body.has-top-menu .wrapper {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    body.has-bottom-panel-mobile .wrapper {
        padding-bottom: 150px;
    }
}

body.has-bottom-panel .wrapper {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    body.has-bottom-panel .wrapper {
        padding-bottom: 180px;
    }
}

@media (max-width: 767px) {
    body.has-bottom-panel .wrapper {
        padding-bottom: 150px;
    }
}

@media (max-width: 991px) {
    body.has-bottom-panel.ordered-page .wrapper {
        padding-bottom: 270px;
    }
}

@media (max-width: 767px) {
    body.has-bottom-panel.ordered-page .wrapper {
        padding-bottom: 200px;
    }
}

@media (max-width: 991px) {
    body.has-bottom-panel.cart-page .wrapper {
        padding-bottom: 380px;
    }
}

@media (max-width: 767px) {
    body.has-bottom-panel.cart-page .wrapper {
        padding-bottom: 290px;
    }
}

.wrapper {
    width: 100%;
}

@media (max-width: 767px) {
    body:not(.homepage) {
        padding-top: 30px;
    }

        body:not(.homepage) .wrapper {
            padding-left: 30px;
            padding-right: 30px;
        }

            body:not(.homepage) .wrapper > .logo img {
                max-width: 144px;
            }
}

.logo {
    margin-bottom: 30px;
    display: block;
}

h1 {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

    h1.heading {
        color: #e74543;
    }

@media (max-width: 767px) {
    h1 {
        font-size: 30px;
        text-shadow: 0px 0px 20px black;
    }
}

@media (max-width: 400px) {
    h1 {
        font-size: 26px;
    }
}

h2.heading {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 28px;
}

h3.heading {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.main-button {
    width: 334px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    background-color: #e74543;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 0 auto;
}

    .main-button .icon {
        fill: #fff;
        max-width: 22px;
        margin-left: 7px;
    }

@media (max-width: 767px) {
    .main-button {
        width: 100%;
        max-width: 334px;
    }
}

.ayce-list {
    padding: 0;
    margin: 0 auto;
    list-style-type: none;
    max-width: 675px;
    margin-bottom: 25px;
}

@media (min-width: 1024px) {
    .ayce-list {
        padding-left: 105px;
        padding-right: 105px;
        max-width: 100%;
    }
}

.ayce-list li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e74543;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

    .ayce-list li:last-child {
        border-bottom: 1px solid #e74543;
    }

.categories-big {
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

@media (max-width: 767px) {
    .categories-big {
        padding-left: 0;
        padding-right: 0;
    }
}

.categories-big .cat-big {
    width: 50%;
    max-width: 400px;
    height: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}

    .categories-big .cat-big:hover {
        text-decoration: none;
    }

    .categories-big .cat-big:not(:last-child) {
        margin-right: 12px;
    }

    .categories-big .cat-big .cat-heading {
        background: #e74543;
        font-size: 35px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

@media (max-width: 767px) {
    .categories-big .cat-big .cat-heading {
        font-size: 22px;
    }
}

.categories-big .cat-big .cat-desc {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .categories-big .cat-big .cat-desc {
        height: 230px;
    }
}

.categories-big .cat-big .cat-desc ul {
    padding: 0;
    margin: 0;
    display: block;
    list-style-type: none;
}

    .categories-big .cat-big .cat-desc ul li {
        font-size: 22px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.7em;
        letter-spacing: normal;
        text-align: center;
        color: #5c5c5c;
    }

@media (max-width: 767px) {
    .categories-big .cat-big .cat-desc ul li {
        font-size: 18px;
    }
}

.categories-big .cat-big .cat-desc.smaller ul li {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: normal;
    text-align: center;
    color: #5c5c5c;
}

@media (max-width: 767px) {
    .categories-big .cat-big .cat-desc.smaller ul li {
        font-size: 15px;
    }
}

.categories-big.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .categories-big.grid {
        grid-gap: 10px;
        grid-auto-rows: 1fr;
    }
}

.categories-big.grid .cat-big {
    width: 100%;
    height: 100%;
    min-height: 60px;
}

    .categories-big.grid .cat-big .cat-heading {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        min-height: 60px;
        text-transform: uppercase;
    }

@media (min-width: 576px) {
    .categories-big.grid .cat-big .cat-heading {
        font-size: 28px;
    }
}

.top-menu {
    margin-bottom: 35px;
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}

    .top-menu .top-menu-list {
        padding: 0;
        margin: 0;
        display: flex;
        height: 75px;
        align-items: stretch;
        list-style-type: none;
    }

        .top-menu .top-menu-list li {
            width: 21%;
            max-width: 21%;
            min-width: 21%;
            flex-basis: 21%;
            height: 100%;
            position: relative;
        }

@media (max-width: 1100px) {
    .top-menu .top-menu-list li {
        width: 20%;
        max-width: 20%;
        min-width: 20%;
        flex-basis: 20%;
    }
}

@media (max-width: 991px) {
    .top-menu .top-menu-list li {
        width: 22%;
        max-width: 22%;
        min-width: 22%;
        flex-basis: 22%;
    }
}

.top-menu .top-menu-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    width: 100%;
    height: 100%;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

    .top-menu .top-menu-list li a:hover {
        text-decoration: none;
    }

@media (max-width: 991px) {
    .top-menu .top-menu-list li a {
        font-size: 19px;
        padding: 0;
    }
}

.top-menu .top-menu-list li:not(.logo) a {
    background-color: #e74543;
}

.top-menu .top-menu-list li:not(.logo).active::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 19px 15px 19px;
    border-color: transparent transparent #000000 transparent;
    content: "";
    display: block;
    bottom: -1px;
    left: calc(50% - 19px);
    position: absolute;
}

.top-menu .top-menu-list li.logo {
    width: 16%;
    max-width: 16%;
    min-width: 16%;
    flex-basis: 16%;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

@media (max-width: 1100px) {
    .top-menu .top-menu-list li.logo {
        width: 20%;
        max-width: 20%;
        min-width: 20%;
        flex-basis: 20%;
        padding: 0px 15px;
    }
}

@media (max-width: 991px) {
    .top-menu .top-menu-list li.logo {
        width: 12%;
        max-width: 12%;
        min-width: 12%;
        flex-basis: 12%;
    }
}

.top-menu .top-menu-list li.logo a {
    padding: 0;
}

.top-menu .top-menu-list li:nth-child(1) a {
    background-color: #e74543;
}

@media (max-width: 768px) {
    .top-menu .top-menu-list li:nth-child(1) span {
        display: none;
    }
}

.top-menu .top-menu-list li:nth-child(2) a {
    background-color: #b83735;
}

.top-menu .top-menu-list li:nth-child(4) a {
    background-color: #8a2928;
}

.top-menu .top-menu-list li:nth-child(5) a {
    background-color: #5c1b1a;
}

.cat-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    grid-gap: 20px;
    padding: 20px 40px;
}

@media (max-width: 991px) and (min-width: 769px) {
    .cat-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .cat-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .cat-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1100px) {
    .cat-list {
        padding: 10px 30px;
    }
}

.cat-list .cat-item {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: solid 1px #979797;
    padding: 10px 10px 20px 10px;
    position: relative;
}

    .cat-list .cat-item .cat-name {
        font-size: 26px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        padding-top: 7px;
        margin-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }

@media (max-width: 1100px) {
    .cat-list .cat-item .cat-name {
        font-size: 24px;
    }
}

.cat-list .cat-item .cat-desc {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    text-align: center;
    color: #fff;
}

@media (max-width: 1100px) and (orientation: landscape) {
    .cat-list .cat-item .cat-desc {
        font-size: 14px;
    }
}

@media (max-width: 1100px) and (orientation: portrait) {
    .cat-list .cat-item .cat-desc {
        font-size: 16px;
        line-height: 1.3;
    }
}

.cat-list .cat-item .cat-num {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    text-align: center;
    color: #fff;
}

    .cat-list .cat-item .cat-num .num {
        color: #e74543;
    }

.cat-list .cat-item .cat-item-amount {
    position: absolute;
    right: 14px;
    top: 10px;
    font-size: 24px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #c5c5c5;
}

.cat-list .cat-item.active {
    background-color: #e74543;
}

.cat-nav .cat-nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

@media (max-width: 767px) {
    .cat-nav .cat-nav-list .cat-nav-item {
        width: calc(50% - 3px);
    }
}

.cat-nav .cat-nav-list .cat-nav-item a {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: solid 1px #fff;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    min-width: 170px;
    display: block;
    text-decoration: none;
}

@media (max-width: 767px) {
    .cat-nav .cat-nav-list .cat-nav-item a {
        width: 100%;
        min-width: 0;
    }
}

.cat-nav .cat-nav-list .cat-nav-item.active a {
    background-color: #e74543;
    border-color: #e74543;
}

.cat-nav .cat-nav-list .cat-nav-item:not(:last-child) {
    margin-right: 6px;
}

.cat-nav .cat-nav-list.long {
    overflow: -moz-scrollbars-horizontal;
    overflow-y: auto;
    padding-bottom: 15px;
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 30px;
}

    .cat-nav .cat-nav-list.long::-webkit-scrollbar {
        background-color: #000;
        width: 8px;
        height: 8px;
    }

@media (min-width: 1367px) {
    .cat-nav .cat-nav-list.long::-webkit-scrollbar-track {
        background-color: #000;
    }

    .cat-nav .cat-nav-list.long::-webkit-scrollbar-thumb {
        background-color: #979797;
        border-radius: 4px;
    }

    .cat-nav .cat-nav-list.long::-webkit-scrollbar-button {
        display: none;
    }
}

.cat-nav .cat-nav-list.long h3 {
    margin-top: 10px;
}

.cat-nav .cat-nav-list.long .cat-nav-item a {
    min-width: 0;
    white-space: nowrap;
}

.cat-nav h3.heading {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    color: #e74543;
    margin-top: 30px;
    margin-bottom: 5px;
}

@media (max-width: 1100px) {
    .cat-nav h3.heading {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

.cat-nav h2.heading {
    font-size: 44px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}

@media (max-width: 1100px) {
    .cat-nav h2.heading {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.cat-nav h2.heading .back {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    top: 8px;
}

@media (max-width: 1100px) {
    .cat-nav h2.heading .back {
        right: 30px;
    }
}

.cat-nav h2.heading .back img {
    max-width: 36px;
    margin-right: 12px;
}

h3.heading {
    position: relative;
}

    h3.heading .back {
        font-size: 24px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fff;
        text-align: center;
        position: absolute;
        right: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        top: -30px;
    }

@media (max-width: 1100px) {
    h3.heading .back {
        right: 30px;
    }
}

h3.heading .back img {
    max-width: 36px;
    margin-right: 0;
}

a {
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: none;
    }

.bottom-panel {
    height: 80px;
    background-color: #1d1d1d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 9999;
}

@media (max-width: 991px) {
    .bottom-panel {
        flex-wrap: wrap;
        height: 160px;
    }

        .bottom-panel > div, .bottom-panel > a {
            height: 80px;
        }
}

@media (max-width: 767px) {
    .bottom-panel {
        display: none;
    }
}

.bottom-panel .table-num {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    padding-left: 30px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1100px) {
    .bottom-panel .table-num {
        font-size: 20px;
    }
}

.bottom-panel .table-num span {
    margin-left: 5px;
}

.bottom-panel .items-ordered-link {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1100px) {
    .bottom-panel .items-ordered-link {
        font-size: 20px;
    }
}

.bottom-panel .items-ordered-link i {
    font-size: 28px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.bottom-panel .items-ordered-link.active {
    color: #e74543;
}

    .bottom-panel .items-ordered-link.active i {
        color: #e74543;
    }

.bottom-panel .time {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1100px) {
    .bottom-panel .time {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .bottom-panel .time {
        padding-right: 30px;
    }
}

.bottom-panel .time i {
    font-size: 28px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.bottom-panel .to-order-link {
    background-color: #e74543;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: 375px;
    height: 80px;
}

    .bottom-panel .to-order-link .fa-cart-shopping-fast {
        margin-right: 13px;
        font-size: 28px;
    }

    .bottom-panel .to-order-link .fa-arrow-right-long {
        font-size: 34px;
        margin-left: 15px;
        color: #000;
        position: relative;
        top: 2px;
    }

    .bottom-panel .to-order-link .fa-check {
        font-size: 30px;
        margin-left: 15px;
        display: none;
    }

@media (max-width: 1100px) {
    .bottom-panel .to-order-link {
        font-size: 20px;
        width: 340px;
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .bottom-panel .to-order-link {
        width: 100%;
        flex-basis: 100%;
    }
}

.bottom-panel .to-order-link.active {
    background-color: #fff;
    color: #e74543;
}

    .bottom-panel .to-order-link.active .fa-cart-shopping-fast {
        color: #e74543;
    }

    .bottom-panel .to-order-link.active .fa-arrow-right-long {
        display: none;
    }

    .bottom-panel .to-order-link.active .fa-check {
        display: block;
        color: #000;
    }

.bottom-panel .to-order-link span {
    color: #000;
}

.subcat-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    grid-gap: 20px;
    padding: 20px 40px;
}

@media (max-width: 1100px) {
    .subcat-list {
        padding: 10px 30px;
    }
}

@media (max-width: 991px) and (min-width: 769px) {
    .subcat-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .subcat-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.subcat-list .subcat-item {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: solid 1px #979797;
    padding: 15px;
    padding-top: 0;
    text-decoration: none;
    text-align: left;
    position: relative;
}

    .subcat-list .subcat-item:hover {
        text-decoration: none;
    }

    .subcat-list .subcat-item .subcat-img img {
        width: 220px;
        max-width: 100%;
    }

@media (orientation: landscape) {
    .subcat-list .subcat-item .subcat-img img {
        max-width: 150px;
    }
}

.subcat-list .subcat-item .subcat-name {
    font-size: 23px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    text-transform: uppercase;
    padding-top: 7px;
    margin-bottom: 5px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 1100px) {
    .subcat-list .subcat-item .subcat-name {
        font-size: 24px;
    }
}

.subcat-list .subcat-item .subcat-desc {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    color: #fff;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 6px;
}
.subcat-list .subcat-item .subcat-price {
    /* bottom: 6px; */
    position: absolute;
    right: 6px;
    font-weight: normal;
    color:#fff;
    text-align:right !important;
    /* display: inline-block; */
    width: 30%;
    /* position: absolute; */
    /* right: 0px; */
    bottom: 4px;
}
.subcat-list .subcat-item .subcat-portion-red {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    color: #e74543;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* word-break: break-all; */
    /* display: inline-block; */
    /* width: auto; */
}
.subcat-list .subcat-item .subcat-portion {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    color: #fff;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* word-break: break-all; */
    /* display: inline-block; */
    /* width: auto; */
}
    .subcat-list .subcat-item .subcat-portion span {
        color: #e74543;
    }
    
    
    .subcat-list .subcat-item .subcat-item-out-of-stock {

    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    top: 6px;
    position: absolute;
    right: 6px;
    color: #fff;
    text-align: right !important;
    z-index:3;
}
@media (max-width: 1100px) {
    .subcat-list .subcat-item .subcat-desc {
        font-size: 14px;
    }
}

.subcat-list .subcat-item .subcat-no {
    font-size: 18.2px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

    .subcat-list .subcat-item .subcat-no .num {
        color: #e74543;
    }

.subcat-list .subcat-item .subcat-item-amount {
    position: absolute;
    right: 18px;
    top: 14px;
    font-size: 24px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #c5c5c5;
}

.content {
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 1100px) {
    .content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 991px) {
    .content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .content {
        padding-left: 0;
        padding-right: 0;
    }
}

.content h3.heading {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 35px;
}

    .content h3.heading.text-red {
        color: #e74543;
    }

.items-ordered .items-ordered-list {
    max-width: 590px;
    width: 90%;
}

@media (max-width: 1100px) {
    .items-ordered .items-ordered-list {
        max-width: 560px;
        width: 80%;
    }
}

@media (max-width: 991px) {
    .items-ordered .items-ordered-list {
        width: 100%;
        max-width: none;
    }
}

.items-ordered .items-ordered-list .io-item {
    margin-bottom: 35px;
}

    .items-ordered .items-ordered-list .io-item .io-item-time {
        font-size: 34px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fff;
        text-align: left;
        margin-bottom: 15px;
    }

@media (max-width: 767px) {
    .items-ordered .items-ordered-list .io-item .io-item-time {
        font-size: 22px;
    }
}

.items-ordered .items-ordered-list .io-item .io-item-products {
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1em;
    letter-spacing: normal;
    color: #fff;
}

@media (max-width: 767px) {
    .items-ordered .items-ordered-list .io-item .io-item-products {
        font-size: 18px;
    }
}

.items-ordered .items-ordered-list .io-item .io-item-products table {
    width: 100%;
    text-align: left;
}

    .items-ordered .items-ordered-list .io-item .io-item-products table tr td {
        vertical-align: top;
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 1px solid #fff;
    }

@media (max-width: 767px) {
    .items-ordered .items-ordered-list .io-item .io-item-products table tr td {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.items-ordered .items-ordered-list .io-item .io-item-products table tr td:first-child {
    width: 30px;
}

.items-ordered .items-ordered-list .io-item .io-item-products table tr td:last-child {
    font-weight: 300;
    text-align: right;
    color: #cacaca;
}

.items-ordered .items-ordered-list .io-item .io-item-products table tr:last-child td {
    border-bottom: 1px solid #fff;
}

.items-ordered .items-ordered-total {
    max-width: 340px;
    width: 340px;
}

@media (max-width: 1100px) {
    .items-ordered .items-ordered-total {
        max-width: 340px;
        width: 340px;
    }
}

@media (max-width: 991px) {
    .items-ordered .items-ordered-total {
        width: 100%;
        max-width: none;
        width: 100%;
        max-width: none;
        position: fixed;
        bottom: 160px;
        left: 0;
        right: 0;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        padding: 10px 30px 30px 30px;
        background: #000;
        -webkit-box-shadow: 0px -10px 16px -2px black;
        -moz-box-shadow: 0px -10px 16px -2px black;
        box-shadow: 0px -10px 16px -2px black;
    }

        .items-ordered .items-ordered-total .total {
            border-top: 1px solid #e74543;
            padding-top: 10px;
        }

            .items-ordered .items-ordered-total .total span {
                margin-top: 10px;
                border-top: 1px solid #e74543;
                font-size: 15px !important;
            }
}

@media (max-width: 767px) {
    .items-ordered .items-ordered-total {
        bottom: 93px;
        padding-bottom: 40px;
    }
}

.items-ordered .items-ordered-total .total {
    font-size: 34px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
}

    .items-ordered .items-ordered-total .total span {
        display: block;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #fff;
        text-transform: uppercase;
    }

@media (max-width: 767px) {
    .items-ordered .items-ordered-total .total span {
        font-size: 10px !important;
    }
}

@media (max-width: 767px) {
    .items-ordered .items-ordered-total .total {
        font-size: 22px;
    }
}

.minutes-to-next-order {
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    text-transform:lowercase;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    position: fixed;
    bottom: 115px;
    right: 30px;
    min-width: 310px !important;
    max-width: 310px !important;
}


.minutes-to-next-order-time {
    display: inherit;
    max-width: 75px !important;
    min-width: 75px !important;
    float: right;
}
@media(max-width:991px) {
    .minutes-to-next-order {
        bottom: 295px;
        right: auto;
        left: 30px;
        text-align: left;
        font-size: 24px;
    }
    .minutes-to-next-order-time {
        max-width: 120px !important;
        min-width: 120px !important;
    }
}


@media(max-width:767px) {
    .minutes-to-next-order {
        font-size: 18px;
        bottom: 238px;
    }
    .minutes-to-next-order-time {
        max-width: 100px !important;
        min-width: 100px !important;
    }
}
.items-ordered .items-ordered-total .minutes-left {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
    position: fixed;
    bottom: 115px;
    right: 30px;
}

@media (max-width: 991px) {
    .items-ordered .items-ordered-total .minutes-left {
        bottom: 220px;
        right: auto;
        left: 30px;
        text-align: left;
    }
}

.items-ordered .items-ordered-total .minutes-left span {
    font-size: 34px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
}

@media (max-width: 767px) {
    .items-ordered .items-ordered-total .minutes-left {
        font-size: 22px;
        bottom: 156px;
    }

        .items-ordered .items-ordered-total .minutes-left span {
            font-size: 22px;
        }
}

.items-ordered .items-ordered-total .confirm-button {
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 340px;
    height: 70px;
    background-color: #e74543;
    margin-top: 35px;
}

@media (max-width: 991px) {
    .items-ordered .items-ordered-total .confirm-button {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 767px) {
    .items-ordered .items-ordered-total .confirm-button {
        margin-top: 15px;
        margin-bottom: 20px;
    }
}

.text-white {
    color: #fff !important;
}

.text-grey {
    color: #9e9e9e !important;
}

.product-modal .pm-img {
    position: relative;
    padding-left: 25px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .product-modal .pm-img {
        padding-left: 0;
    }
}

.product-modal .pm-img img {
    width: 335px;
}

@media (max-width: 767px) {
    .product-modal .pm-img img {
        max-width: 100%;
        margin-bottom: 0;
    }
}

.product-modal .pm-no {
    font-size: 21px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fdfdfd;
    padding-left: 25px;
}

@media (max-width: 767px) {
    .product-modal .pm-no {
        font-size: 11px;
        padding-left: 0;
    }
}

.product-modal .pm-price {
    font-size: 21px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fdfdfd;
    padding-left: 25px;
    text-align:left;
 
}
.form-check-price {
     font-size: 21px; 
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fdfdfd;
    padding-left: 25px;
    float: right;
}

@media (max-width: 767px) {
    .product-modal .pm-price {
        font-size: 14px;
        padding-left: 0;
        text-align:right;
    }

    .form-check-price {
        font-size: 14px;
    }
}
.product-modal .pm-name {
    font-size: 41px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fdfdfd;
    margin-bottom: 20px;
    padding-left: 25px;
}

@media (max-width: 767px) {
    .product-modal .pm-name {
        font-size: 21px;
        padding-left: 0;
    }
}

.product-modal .pm-desc {
    font-size: 19px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    color: #d4d4d4;
    margin-bottom: 20px;
    padding-left: 25px;
}

@media (max-width: 767px) {
    .product-modal .pm-desc {
        font-size: 15px;
        padding-left: 0;
    }
}

.product-modal .pm-pieces-red {
    font-size: 19px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    color: #e74543;
    text-transform: uppercase;
    padding-left: 25px;
}
.product-modal .pm-pieces {
    font-size: 19px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    color: #d4d4d4;
    text-transform: uppercase;
    padding-left: 25px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 767px) {
    .product-modal .pm-pieces, .product-modal .pm-pieces-red {
        font-size: 16px;
        padding-left: 0;
    }

    .product-modal .pm-pieces-red {
        font-size: 16px;
        padding-left: 0;
    }
}

.product-modal .allergens {
    border-top: 1px solid #525252;
    border-bottom: 1px solid #525252;
    margin-bottom: 23px;
    padding-top: 11px;
    padding-bottom: 11px;
}

    .product-modal .allergens h4 {
        text-transform: uppercase;
        font-size: 22px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #e74543;
        margin-bottom: 10px;
    }

@media (max-width: 767px) {
    .product-modal .allergens h4 {
        font-size: 13px;
    }
}

.product-modal .allergens p {
    font-size: 23px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

@media (max-width: 767px) {
    .product-modal .allergens p {
        font-size: 15px;
    }
}

.product-modal .allergens p:last-child {
    margin-bottom: 0;
}

.product-modal .pm-pr {
    width: 100%;
    max-width: 364px;
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    .product-modal .pm-pr {
        padding-bottom: 160px;
    }
}

.product-modal .modal-content {
    background: none;
    padding: 40px;
    text-align: left;
    padding-bottom: 120px;
}

@media (max-width: 1100px) {
    .product-modal .modal-content {
        padding: 20px;
        text-align: left;
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .product-modal .modal-content {
        padding: 30px 30px 200px 30px;
        padding-bottom: 190px;
    }
}

@media (max-width: 767px) {
    .product-modal .modal-content {
        padding-bottom: 30px;
    }
}

.product-modal .modal-content .modal-body {
    background-color: #000;
    border: 1px solid #979797;
    /*
			&::-webkit-scrollbar {
			  width: 6px;
			}

			&::-webkit-scrollbar-track {
			  box-shadow: inset 0 0 6px rgba(255,255,255,.4);
			}

			&::-webkit-scrollbar-thumb {
			  background-color: #cdcdcd;
			  outline: 1px solid #777;
			}
			*/
    position: relative;
    padding-top: 46px;
}

@media (max-width: 1100px) {
    .product-modal .modal-content .modal-body {
        padding-top: 26px;
    }
}

@media (max-width: 991px) {
    .product-modal .modal-content .modal-body {
        padding-top: 0;
    }

        .product-modal .modal-content .modal-body .row > div:last-child {
            padding-right: 40px;
            padding-top: 80px;
        }
}

@media (max-width: 767px) {
    .product-modal .modal-content .modal-body {
        border: 2px solid #e74543;
        border-bottom: none;
        -webkit-border-top-left-radius: 7px;
        -webkit-border-top-right-radius: 7px;
        -moz-border-radius-topleft: 7px;
        -moz-border-radius-topright: 7px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        padding-bottom: 60px;
    }

        .product-modal .modal-content .modal-body .row .row > div:last-child {
            padding-right: 0px;
            padding-top: 50px;
        }

        .product-modal .modal-content .modal-body .row > div:last-child {
            padding-top: 20px;
            padding-right: 15px;
        }
}

.product-modal .modal-content .modal-body .btn-close {
    color: #fff;
    background: none;
    position: fixed;
    width: 60px;
    height: 60px;
    right: 40px;
    top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    line-height: 30px;
}

@media (max-width: 1100px) {
    .product-modal .modal-content .modal-body .btn-close {
        right: 20px;
        top: 20px;
    }
}

@media (max-width: 991px) {
    .product-modal .modal-content .modal-body .btn-close {
        right: 30px;
        top: 30px;
    }
}

.product-modal .modal-content .modal-body .btn-close i {
    font-size: 50px;
    line-height: normal;
    color: #fff;
}

.product-modal .modal-content .modal-body .btn-close:focus {
    box-shadow: none;
}

.product-modal .modal-content .modal-controls {
    position: fixed;
    right: auto;
    left: calc(50% - 15px);
    bottom: 140px;
    width: calc(50% - 45px);
    padding-right: 5px;
    background: #000;
    padding-bottom: 20px;
    padding-left: 15px;
    background: #1d1d1d;
    border-radius: 10px;
    padding: 15px;
    /*
			-webkit-box-shadow: 0px -13px 13px -5px rgba(0, 0, 0, 1);
			-moz-box-shadow: 0px -13px 13px -5px rgba(0, 0, 0, 1);
			box-shadow: 0px -13px 13px -5px rgba(0, 0, 0, 1);
			*/
}

@media (max-width: 1100px) {
    .product-modal .modal-content .modal-controls {
        right: auto;
        left: calc(50% - 15px);
        bottom: 120px;
        width: calc(50% - 25px);
    }
}

@media (max-width: 991px) {
    .product-modal .modal-content .modal-controls {
        right: auto;
        left: calc(50% - 15px);
        bottom: 210px;
        width: calc(50% - 35px);
    }
}

@media (max-width: 767px) {
    .product-modal .modal-content .modal-controls {
        background: none;
        padding: 0;
    }
}

@media (max-width: 1100px) and (orientation: portrait) {
    .product-modal .modal-content .modal-controls {
        width: calc(100% - 100px);
        left: 50px;
    }
}

@media (max-width: 991px) and (orientation: portrait) {
    .product-modal .modal-content .modal-controls {
        width: calc(100% - 100px);
        left: 50px;
    }
}

.product-modal .button-check {
    background-color: #e74543;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: none;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100px;
    height: 60px;
    align-items: center;
    justify-content: center;
    outline: none;
    color: #fff;
}

    .product-modal .button-check i {
        font-size: 42px;
        color: #fff;
    }

@media (max-width: 991px) {
    .product-modal .button-check {
        width: 182px;
    }
}

.product-modal .modal-footer {
    display: none;
    padding: 0;
    border: none;
    position: relative;
}

@media (max-width: 767px) {
    .product-modal .modal-footer {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .product-modal .modal-footer .button-close-mobile {
            background-color: #e74543;
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            height: 70px;
            align-items: center;
            justify-content: center;
            width: 50%;
            margin: 0;
            border: none;
            -webkit-border-bottom-left-radius: 7px;
            -moz-border-radius-bottomleft: 7px;
            border-bottom-left-radius: 7px;
            border-right: 2px solid #000;
        }

        .product-modal .modal-footer .button-check-mobile {
            background-color: #e74543;
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            height: 70px;
            align-items: center;
            justify-content: center;
            margin: 0;
            border: none;
            -webkit-border-bottom-right-radius: 7px;
            -moz-border-radius-bottomright: 7px;
            border-bottom-right-radius: 7px;
            width: 50%;
            border-left: 2px solid #000;
        }
}

.product-modal .options {
    margin-bottom: 20px;
}

    .product-modal .options h4 {
        font-size: 22px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fdfdfd;
        margin-bottom: 14px;
    }

@media (max-width: 767px) {
    .product-modal .options h4 {
        font-size: 17px;
    }
}

.product-modal .product-minus-plus {
    display: flex;
}

@media (max-width: 767px) {
    .product-modal .product-minus-plus {
        position: fixed;
        bottom: 115px;
        width: calc(100% - 90px);
        padding-bottom: 10px;
        padding-top: 10px;
        background: #1d1d1d;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        left: 45px;
        right: 45px;
    }
}

.product-modal .product-minus-plus .product-minus, .product-modal .product-minus-plus .product-plus {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    color: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    position: relative;
    top: 3px;
}

    .product-modal .product-minus-plus .product-minus i, .product-modal .product-minus-plus .product-plus i {
        font-size: 46px;
        color: #fff;
    }

@media (max-width: 767px) {
    .product-modal .product-minus-plus .product-minus, .product-modal .product-minus-plus .product-plus {
        width: 26px;
        height: 26px;
        top: 1;
    }

        .product-modal .product-minus-plus .product-minus i, .product-modal .product-minus-plus .product-plus i {
            font-size: 26px;
        }
}

.product-modal .product-minus-plus .product-value {
    font-size: 58px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding: 0;
    width: 88px;
    height: 68px;
    background: none;
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */
}

    .product-modal .product-minus-plus .product-value::-webkit-outer-spin-button, .product-modal .product-minus-plus .product-value::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

@media (max-width: 767px) {
    .product-modal .product-minus-plus .product-value {
        font-size: 34px;
        height: 38px;
    }
}

.product-modal .product-minus-plus .product-value[type=number] {
    -moz-appearance: textfield;
}

@media (min-width: 1200px) {
    .product-modal .modal-dialog {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

        .product-modal .modal-dialog .btn-close {
            right: auto;
            left: calc(50% + 480px);
        }

        .product-modal .modal-dialog .modal-controls {
            width: 555px;
            left: calc(50% - 15px);
        }
}

a:focus {
    outline-style: none;
}

a:-webkit-direct-focus {
    outline-style: none;
}

.form-check {
    padding-left: 44px;
}

@media (max-width: 767px) {
    .form-check {
        padding-left: 33px;
    }
}

.form-check:not(:last-child) {
    margin-bottom: 14px;
}

@media (max-width: 767px) {
    .form-check:not(:last-child) {
        margin-bottom: 8px;
    }
}

.form-check .form-check-input {
    display: none;
}

    .form-check .form-check-input + .form-check-label {
        position: relative;
        font-size: 22px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fdfdfd;
    }

@media (max-width: 767px) {
    .form-check .form-check-input + .form-check-label {
        font-size: 17px;
    }
}

.form-check .form-check-input + .form-check-label {
    position: relative;
}

    .form-check .form-check-input + .form-check-label::before {
        content: "";
        display: block;
        position: absolute;
        left: -44px;
        width: 28px;
        height: 28px;
        border: 2px solid #e74543;
        background-color: #fff;
        top: 0px;
    }

@media (max-width: 767px) {
    .form-check .form-check-input + .form-check-label::before {
        width: 22px;
        height: 22px;
        left: -33px;
    }
}

.form-check .form-check-input + .form-check-label::after {
    content: "";
    display: block;
    position: absolute;
    left: -44px;
    top: 0px;
    width: 28px;
    height: 28px;
    background: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='check' class='svg-inline--fa fa-check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M480.1 128.1l-272 272C204.3 405.7 198.2 408 192 408s-12.28-2.344-16.97-7.031l-144-144c-9.375-9.375-9.375-24.56 0-33.94s24.56-9.375 33.94 0L192 350.1l255-255c9.375-9.375 24.56-9.375 33.94 0S490.3 119.6 480.1 128.1z'%3E%3C/path%3E%3C/svg%3E") center center no-repeat;
    background-size: 22px;
}

@media (max-width: 767px) {
    .form-check .form-check-input + .form-check-label::after {
        width: 22px;
        height: 22px;
        background-size: 18px;
        left: -33px;
    }
}

.form-check .form-check-input:checked + .form-check-label::before {
    background-color: #e74543;
}

.form-check .form-check-input[type="radio"] + .form-check-label::before {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.product-minus-plus {
    display: flex;
    align-items: center;
}

    .product-minus-plus .product-minus, .product-minus-plus .product-plus {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        align-content: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        color: #e74543;
        position: relative;
        top: 2px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
    }

        .product-minus-plus .product-minus i, .product-minus-plus .product-plus i {
            font-size: 32px;
            color: #e74543;
        }

@media (max-width: 767px) {
    .product-minus-plus .product-minus, .product-minus-plus .product-plus {
        width: 19px;
        height: 19px;
    }

        .product-minus-plus .product-minus i, .product-minus-plus .product-plus i {
            font-size: 19px;
        }
}

.product-minus-plus .product-value {
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 50px;
    height: 38px;
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    -webkit-text-fill-color: #ffffff;
    -webkit-opacity: 1;
    opacity: 1;
    color: #ffffff;
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */
}

    .product-minus-plus .product-value::placeholder {
        color: #ffffff;
        line-height: normal;
        vertical-align: middle;
    }

    .product-minus-plus .product-value:disabled, .product-minus-plus .product-value:disabled::placeholder {
        -webkit-text-fill-color: #ffffff;
        -webkit-opacity: 1;
        opacity: 1;
        line-height: normal;
        vertical-align: middle;
    }

@media (max-width: 767px) {
    .product-minus-plus .product-value {
        width: 30px;
        height: 26px;
        font-size: 18px;
    }
}

.product-minus-plus .product-value::-webkit-outer-spin-button, .product-minus-plus .product-value::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-minus-plus .product-value[type=number] {
    -moz-appearance: textfield;
}

.cart-product-list table tr td {
    vertical-align: top;
}

    .cart-product-list table tr td:nth-child(2) {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 18px !important;
    }

@media (max-width: 767px) {
    .cart-product-list table tr td:nth-child(2) {
        padding-top: 14px !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.cart-product-list table tr td:last-child {
    padding-top: 18px !important;
}

@media (max-width: 767px) {
    .cart-product-list table tr td:last-child {
        padding-top: 14px !important;
    }
}

.device-rotate {
    display: none;
}

@media (max-height: 600px) and (orientation: landscape) {
    body {
        overflow: hidden;
    }

    .device-rotate {
        background: #e74543;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        font-size: 24px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
    }

        .device-rotate img {
            margin-bottom: 20px;
        }
}

a:hover {
    color: inherit;
}

.bottom-panel-mobile {
    display: none;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: 0px -5px 15px 0px black;
    -moz-box-shadow: 0px -5px 15px 0px black;
    box-shadow: 0px -5px 15px 0px black;
}

@media (max-width: 767px) {
    .bottom-panel-mobile {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 95px;
        background-color: #e74543;
    }
}

.bottom-panel-mobile .items-ordered i {
    font-size: 30px;
    margin-bottom: 5px;
}

.bottom-panel-mobile .items-ordered .svg-inline--fa {
    width: 100;
    max-width: 27px;
    margin-bottom: 5px;
}

.bottom-panel-mobile .items-ordered a {
    display: block;
    position: relative;
    margin: 0 13px;
    padding: 13px 0px;
    color: #fff;
}

.bottom-panel-mobile .items-ordered.active a {
    color: #000;
}

.bottom-panel-mobile .items-ordered a.active {
    color: #000;
}
.bottom-panel-mobile .items-ordered.active path {
    fill: #000;
}

.bottom-panel-mobile .add-items {
    position: relative;
}

    .bottom-panel-mobile .add-items a {
        display: block;
        font-size: 15px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        padding-bottom: 13px;
    }

    .bottom-panel-mobile .add-items .add-items-button .button {
        width: 73px;
        height: 73px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        border-radius: 14px;
        background-color: #fff;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: -38px auto auto auto;
        margin-bottom: 14px;
    }

        .bottom-panel-mobile .add-items .add-items-button .button i {
            font-size: 36px;
            color: #000;
        }

        .bottom-panel-mobile .add-items .add-items-button .button .svg-inline--fa {
            max-width: 27px;
        }

    .bottom-panel-mobile .add-items .mainmenu {
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
        position: absolute;
        left: calc(50% - 130px);
        width: 260px;
        bottom: 152px;
        background-color: #e74543;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        border-radius: 14px;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .bottom-panel-mobile .add-items .mainmenu:not(.show) {
            display: none;
        }

        .bottom-panel-mobile .add-items .mainmenu::before {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 36px 34px 0 34px;
            border-color: #5c1b1a transparent transparent transparent;
            position: absolute;
            bottom: -34px;
            left: calc(50% - 34px);
            content: "";
            display: block;
        }

        .bottom-panel-mobile .add-items .mainmenu li a {
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            height: 80px;
            align-items: center;
            justify-content: center;
            font-size: 21px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #fff;
            text-decoration: none;
            padding-bottom: 0;
        }

        .bottom-panel-mobile .add-items .mainmenu li:nth-child(1) a {
            background-color: #e74543;
            -webkit-border-top-left-radius: 14px;
            -webkit-border-top-right-radius: 14px;
            -moz-border-radius-topleft: 14px;
            -moz-border-radius-topright: 14px;
            border-top-left-radius: 14px;
            border-top-right-radius: 14px;
        }

        .bottom-panel-mobile .add-items .mainmenu li:nth-child(2) a {
            background-color: #b83735;
        }

        .bottom-panel-mobile .add-items .mainmenu li:nth-child(3) a {
            background-color: #8a2928;
        }

        .bottom-panel-mobile .add-items .mainmenu li:nth-child(4) a {
            background-color: #5c1b1a;
            -webkit-border-bottom-right-radius: 14px;
            -webkit-border-bottom-left-radius: 14px;
            -moz-border-radius-bottomright: 14px;
            -moz-border-radius-bottomleft: 14px;
            border-bottom-right-radius: 14px;
            border-bottom-left-radius: 14px;
        }

.bottom-panel-mobile .to-order {
    position: relative;
}

    .bottom-panel-mobile .to-order.active a {
        color: #000;
    }

    .bottom-panel-mobile .to-order a.active {
        color: #000;
    }

.bottom-panel-mobile .to-order.active path {
  fill: #000;
}

    .bottom-panel-mobile .to-order a {
        display: block;
        position: relative;
        margin: 0 13px;
        padding: 13px 0px;
        color: #fff;
    }

    .bottom-panel-mobile .to-order i {
        font-size: 32px;
        margin-bottom: 5px;
    }

    .bottom-panel-mobile .to-order .svg-inline--fa {
        width: 100;
        max-width: 38px;
        margin-bottom: 5px;
    }

    .bottom-panel-mobile .to-order .cart-num {
        font-size: 12px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fff;
        background-color: #000;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        width: 26px;
        height: 26px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: calc(50% + 11px);
        top: 5px;
    }

@media (max-width: 767px) {
    .top-logo .logo img {
        max-width: 144px;
    }
}

@media (max-width: 767px) {
    .cat-list, .subcat-list.not-all-uce {
        display: none;
    }

    .cat-nav h2.heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px;
        margin: 13px 0;
        font-size: 30px;
    }

        .cat-nav h2.heading .back {
            right: 0;
            font-size: 20px;
        }

            .cat-nav h2.heading .back img {
                height: 20px;
            }
}

.cat-list-mobile {
    display: none;
    padding-top: 20px;
}

@media (max-width: 767px) {
    .cat-list-mobile {
        display: block;
    }
}

.cat-list-mobile .clm-cat {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
}

    .cat-list-mobile .clm-cat .clm-cat-name {
        font-size: 30px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fff;
        text-transform: uppercase;
    }

    .cat-list-mobile .clm-cat .clm-cat-expand {
        font-size: 11px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fff;
        display: inline-flex;
        padding: 5px 13px;
        border: 1px solid #979797;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        text-transform: uppercase;
    }

.cat-list-mobile .clm-subcat {
    border-top: 1px solid #e74543;
    padding-top: 13px;
    text-align: left;
}

    .cat-list-mobile .clm-subcat:last-child {
        border-bottom: 1px solid #e74543;
    }

    .cat-list-mobile .clm-subcat .clm-subcat-item {
        color: #fff;
        text-decoration: none;
    }

    .cat-list-mobile .clm-subcat .clm-subcat-toggle {
        padding-bottom: 18px;
    }

    .cat-list-mobile .clm-subcat .clm-subcat-heading {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 12px;
    }

    .cat-list-mobile .clm-subcat .clm-subcat-name {
        font-size: 24px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fff;
        text-transform: uppercase;
        padding-right: 15px;
    }

    .cat-list-mobile .clm-subcat .clm-subcat-pieces {
        font-size: 13px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        padding-top: 12px;
        color: #fff;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        /*white-space: nowrap;*/
        /* width: auto; */
        /* position: absolute; */
        /* left: 6px; */
        /* bottom: 6px; */
    }

    .cat-list-mobile .clm-subcat .clm-subcat-pieces-red {
        font-size: 13px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        padding-top: 12px;
        color: #e74543;
        /* white-space: nowrap; */
        /* width: auto; */
        /* position: absolute; */
        /* left: 6px; */
        /* bottom: 6px; */
        overflow: hidden;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
        .cat-list-mobile .clm-subcat .clm-subcat-pieces span {
            color: #e74543;
        }

    .cat-list-mobile .clm-subcat .clm-subcat-amount {
        font-size: 24px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #9e9e9e;
        display: none;
    }

    .cat-list-mobile .clm-subcat .clm-subcat-desc {
        font-size: 15px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fff;
    }

    .cat-list-mobile .clm-subcat .clm-subcat-item {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        text-align: left;
        position: relative;
    }

        .cat-list-mobile .clm-subcat .clm-subcat-item:not(:last-child) {
            border-bottom: 1px solid #e3e3e3;
        }

        .cat-list-mobile .clm-subcat .clm-subcat-item .clm-subcat-item-img {
            width: 145px;
            padding-right: 15px;
            /*padding-top:15px;*/
        }

        .cat-list-mobile .clm-subcat .clm-subcat-item .clm-subcat-item-info {
            padding-top: 20px;
            width: calc(100% - 145px);
            padding-bottom: 20px;
        }

        .cat-list-mobile .clm-subcat .clm-subcat-item .clm-subcat-item-amount {
            font-size: 24px;
            font-weight: 300;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: right;
            color: #9e9e9e;
            position: absolute;
            top: 15px;
            right: 0;
            display: none;
        }
        .clm-subcat-item-price {
            text-align: right;
            font-weight: normal;
            padding-top: 10px;
            width: 50%;
            /* margin-bottom: -15px; */
            right: 6px;
            position: absolute;
            bottom: 2px;
        }
.clm-subcat-item-portion-red {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color:#e74543;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* position: absolute; */
    /* bottom: 6px; */
}
.clm-subcat-item-portion {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* position: absolute; */
    /* bottom: 6px; */
}
    .clm-subcat-item-portion span {
        color: #e74543;
    }

.cat-list-mobile .clm-subcat .clm-subcat-item.selected .clm-subcat-item-amount {
    display: block;
}

        .cat-list-mobile .clm-subcat .clm-subcat-item .clm-subcat-item-no {
            font-size: 11px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #fff;
        }
.cat-list-mobile .clm-subcat .clm-subcat-item .clm-subcat-item-out-of-stock {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 3;
}
   .item-out-of-stock-exclamation {
        border: 1px solid #fff;
        padding: 2px;
        margin-right: 5px;
        border-radius: 3px;
        width: 15px;
        text-align: center;
    }
.cat-list-mobile .clm-subcat .clm-subcat-item .clm-subcat-item-name {
    font-size: 21px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: uppercase;
}

.cat-list-mobile .clm-subcat .clm-subcat-item .clm-subcat-item-desc {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .cat-list-mobile .clm-subcat .clm-subcat-list.show {
        border-top: 1px solid #e74543;
    }

    .cat-list-mobile .clm-subcat .clm-subcat-list:not(.show) {
        display: none;
    }

    .cat-list-mobile .clm-subcat.selected .clm-subcat-amount {
        display: block;
    }

.nice-select {
    width: 100%;
    background-color: #e74543;
    border: 1px solid #e74543;
    float: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

    .nice-select::after {
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        height: 10px;
        right: 12px;
        top: calc(50% - 2px);
        width: 10px;
    }

    .nice-select span.current {
        display: block;
        text-align: center;
    }

    .nice-select .option {
        background-color: #e74543;
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        color: #fff;
    }

    .nice-select.open .list {
        width: 100%;
        text-align: left;
        background-color: #e74543;
        color: #fff;
        max-height: calc(100vh - (100vh/2));
        overflow-y: auto;
    }

    .nice-select .list:hover .option:not(:hover) {
        background-color: #e74543 !important;
        color: #fff;
    }

    .nice-select .list:hover .option.selected.focus {
        background-color: #fff !important;
        color: #e74543 !important;
    }

    .nice-select .option:hover, .nice-select .option:focus {
        background-color: #e74543;
        color: #fff;
    }

    .nice-select .option.focus, .nice-select .option.selected.focus {
        background-color: #fff;
        color: #e74543;
        text-transform: uppercase;
    }

    .nice-select:hover {
        border: 1px solid #e74543;
    }

#confirm-modal .modal-body {
    padding: 20px;
}

@media (max-width: 768px) {
    #confirm-modal .modal-body {
        border-bottom: 2px solid #e74543;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }
}

.confirm-content {
    text-align: center;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .confirm-content .inner {
        max-width: 490px;
        text-align: center;
    }

    .confirm-content h3 {
        font-size: 26px;
        font-weight: 500;
        margin-bottom: 26px;
        color: #E74543;
    }

@media (max-width: 768px) {
    .confirm-content h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

.confirm-content p {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 45px;
}

@media (max-width: 768px) {
    .confirm-content p {
        font-size: 20px;
        line-height: 1.4;
    }
}

.confirm-content .confirm-button {
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 340px;
    height: 70px;
    background-color: #e74543;
    margin-top: 17px;
}

@media (max-width: 991px) {
    .confirm-content .confirm-button {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 767px) {
    .confirm-content .confirm-button {
        margin-top: 25px;
        font-size: 20px;
    }
}

.a-la-cart-dropdown {
    height: 42px;
    width: 100%;
    background-color: #e74543;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #e74543;
    float: none;
    text-transform: uppercase;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: inherit;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
}

    .a-la-cart-dropdown option {
        border: 1px solid #e74543;
        border-radius: 5px !important;
        height: 42px;
        width: 100%;
        background-color: #e74543;
        color: white;
        font-weight: bold;
        border-radius: 5px;
        border: 1px solid #e74543;
        float: none;
        text-transform: uppercase;
        font-size: 18px;
        font-stretch: normal;
        font-style: normal;
        -webkit-tap-highlight-color: transparent;
        box-sizing: border-box;
        clear: both;
        cursor: pointer;
        display: block;
        font-family: inherit;
        line-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 30px;
        position: relative;
        text-align: left;
        transition: all 0.2s ease-in-out;
        user-select: none;
        white-space: nowrap;
    }
        .a-la-cart-dropdown option::selection {
            background-color: white !important;
            color: #e74543;
        }
        /*.a-la-cart-dropdown option:last-of-type {
        border-radius: 5px;
    }*/
        /* .a-la-cart-dropdown-option {
        border-radius: 5px !important;
    }*/
        /*.a-la-cart-dropdown option:hover {
        background-color: white !important;
        color: #e74543;
    
    }*/
        .a-la-cart-dropdown option:hover {
    border-radius: 5px !important;
    background-color: white !important;
    color: #e74543;
}

.veg-item{
    color:lightgreen;
}
.over-text-label {
    width: 200px;
    overflow: initial;
    text-overflow: ellipsis;
}
