﻿.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;
}

.table.cart-list td.column-price {
    width: 125px;
}
.table.cart-list td.options {
    width: 60px;
}
.table.cart-list td.column-image {
    width: 60px;
}

.flex-md-column p {
    word-break: break-word;
}

@media (max-width: 1200px) and (min-width: 991px) {
    #basketItemsMainContainer li a {
        /*width:55%;*/
    }
}

@media (max-width: 1200px) {
    .table.cart-list td.column-price {
        width: 70px;
    }
}


@media (max-width: 991px) {

    .emptyContainer {
        height:55px;
    }

    .table.cart-list td.column-without-padding {
        padding: .75em 0;
    }

    .table.cart-list td.column-price {
        width: 55px;
    }

    .table.cart-list td.options {
        width: 30px;
    }

    .box_order .main ul li a {
        max-width:70%;
    }
}

@media (max-width: 320px) {

    .table.cart-list td.column-price {
        width: 60px;
        padding: .75em 0;
    }

    .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 !important;
}
.invalid-topping-group .checkmark {
    border-color: #e54750;
}

#contentMealDeals i {
    color: #e74747;
    font-size: 18px;
}

#contentMealDeals .options i {
    color: #e74747;
    font-size: 21px;
}

#contentMealDeals i:hover {
    color: #444;
}

#productDetailToppingGroupsContainer .icon {
    font-size: 18px;
}

#productDetailToppingGroupsContainer h5 i {
    font-weight:100;
}

