﻿.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 997;
}

/*.basket-button-container {*/
/*    position: fixed;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    padding: 10px;*/
/*    height: 68px;*/
/*    z-index: 997;*/
/*}*/

.section.section-padding {
    padding: 10px 0 50px;
}

.service-type-container {
    text-align: center;
    margin: 20px 0;
}

.service-type-button {
    cursor: pointer;
    padding: 8px 20px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    line-height: 24px;
    border: 1px solid #000;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    z-index: 1;
    background-color: #fff;
    color: #000;
}

    .service-type-button.delivery {
        border-radius: 20px 0px 0px 20px;
    }

    .service-type-button.pickup {
        border-radius: 0px 20px 20px 0px;
    }

    .service-type-button.active {
        background-color: #000;
        color: #fff;
    }

.customize-meta {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.customize-size-wrapper {
    margin-bottom: 5px;
}

.customize-variation-wrapper {
    margin-bottom: 15px;
}

.customize-controls {
    padding: 5px 0;
    margin: 0 0 10px;
}

body.modal-open {
    height: 100vh;
    overflow-y: hidden;
}


/*@media(min-width: 768px) {*/
/*    .basket-button-container {*/
/*        display: none;*/
/*    }*/
/*}*/

.cart-badge{
    position: fixed;
    right:20px;
    bottom:10px;
    background:#000;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding:10px 15px;
    font-size:20px;
    border:1px solid #fff;
}

.cart-badge:hover{
    cursor:pointer;
    opacity: 0.5;
    font-weight: bold;
}


.logo_normal {
    display:none;
}

.categories_carousel_in.listing {

}

    .categories_carousel_in.listing .item {
        position: relative;
        overflow: hidden;
        height: 85px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        background-color: #ededed;
    }

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

        .categories_carousel_in.listing .item:hover img {
            -webkit-transform: translate(-50%, -50%) scale(1.1);
            -moz-transform: translate(-50%, -50%) scale(1.1);
            -ms-transform: translate(-50%, -50%) scale(1.1);
            -o-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
        }

        .categories_carousel_in.listing .item a {
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
            height: 100%;
            width: 100%;
            z-index: 5;
            display: block;
        }

            .categories_carousel_in.listing .item a h3 {
                width: 100%;
                position: absolute;
                bottom: 0;
                left: 0;
                padding: 15px 15px 10px 15px;
                font-size: 16px;
                font-size: 1rem;
                margin: 0;
                font-weight: 500;
                color: #fff;
                line-height: 1;
                background: -moz-linear-gradient(top, transparent 5%, black 100%);
                background: -webkit-linear-gradient(top, transparent 5%, black 100%);
                background: linear-gradient(to bottom, transparent 5%, black 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
            }

.table.cart-list td figure {
    overflow: inherit;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

.numbers-row {
    height:44px;
    margin-top: 10px;
}

.table.cart-list td.column-image {
    width: 60px;
}

.flex-md-column p {
    word-break: break-word;
}

.dropdown-options {
    font-size:26px;
}

.mealDealOptionTable {
    width:75%;
    margin:0;
}

.take:before {
    content: "\e009";
    left: 0;
    top: -1px;
}

.product-container {
    display: flex;
    justify-content: space-between;
}

.product-name-content {
    flex-grow: 1;
    align-self: center;
}

.product-price-content {
    flex: 0 0 100px;
    align-self: center;
}

.product-btn-content {
    flex: 0 0 40px;
    align-self: center
}

.product-btn-content-mb {
    display:none;
}



@media (max-width: 1200px) and (min-width: 991px) {
    #basketItemsMainContainer li a {
        width:55%;
    }
}

@media (max-width: 991px) {

    .emptyContainer {
        height:55px;
    }

    .box_order .main ul li a {
        max-width:70%;
    }

    .mealDealOptionTable {
        width: 99%;
        margin: 0;
    }

    .product-btn-content {
        display:none;
    }
    .product-btn-content-mb {
        display: inline;
    }

    body{
        background-color: red;
    }
}

@media (max-width: 420px) {
    .product-add-button-container {
        display: none;
    }
}


@media (max-width: 320px) {

    .box_order .main ul li a {
        max-width: 50%;
    }
    .container_check {
        max-width: 50%;
    }

}


@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }

    100% {
        stroke-dashoffset: 480px;
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }

    100% {
        stroke-dashoffset: 480px;
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }

    100% {
        stroke-dashoffset: 480px;
    }
}

.inlinesvg .svg svg {
    display: inline;
}

.icon--order-success svg path {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards;
}

#confirm {
    text-align: center;
    padding: 60px 15px;
}

#notConfirm {
    text-align: center;
    padding: 60px 15px;
}

.invalid-topping-group {
    color: #e54750;
}
.invalid-topping-group h5{
    color: #e54750;
}
.invalid-topping-group .checkmark {
    border-color: #e54750;
}

#contentMealDeals i {
    color: #e74747;
    font-size: 18px;
}

#contentMealDeals .dropdown-options i {
    color: #e74747;
    font-size: 26px;
}

#contentMealDeals i:hover {
    color: #444;
}


#productDetailToppingGroupsContainer .icon {
    font-size: 18px;
}

#productDetailToppingGroupsContainer h5 i {
    font-weight:100;
}

.icon_close:hover {
    opacity:0.7;
}
.cartRight {
    float: right;
    width: 30%;
    text-align:right;
}
    .cartRight span:last-child {
        margin:0 3px 0 6px;
    }

@media (max-width: 1250px) and (min-width: 990px) {

    .box_order .main ul li a p {
        margin: 0 0 2px 4px;
    }

        .box_order .main ul li a p.productName {
            margin: 0 0 2px 4px;
        }

    .cartRight {
        width: 30%;
    }
        .cartRight span:last-child {
            margin-right: 0px;
        }

    #basketItemsMainContainer li a {
        width: 65%;
    }
}


.product-description-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
}

.productDetailDescriptionContainer {
    display: inline-block;
}

    .productDetailDescriptionContainer #productImage {
        float: left;
        margin: 5px 10px 10px 0;
    }






