﻿:root {
    --autobooz-orange: #f9971a;
    --autobooz-blue: #38b8f9;
}

@font-face {
    font-family: "Futura";
    src: url("./fonts/FuturaPTMedium.otf") format("otf");
}

@font-face {
    font-family: "FuturaBold";
    src: url("./fonts/FuturaPTBold.otf") format("otf");
}

@font-face {
    font-family: "FuturaBlack";
    src: url("./fonts/FuturaPTExtraBold.otf") format("otf");
}

@font-face {
    font-family: "FuturaLight";
    src: url("./fonts/FuturaPTLight.otf") format("otf");
}

.font-futura {
    font-family: 'Futura Md BT';
}

.font-futura-bold {
    font-family: 'Futura Md BT';
}

.font-futura-black {
    font-family: 'Futura Md BT';
}

.font-futura-light {
    font-family: 'Futura Md BT';
}

.color-dely {
    color: black !important;
}
/*#f9971a*/
body {
    font-family: roboto;
    padding-right: 0px !important;
    font-size: 16px;
}

    body.modal-open {
        /*padding-right: 17px !important;*/
    }

.font-w-300 {
    font-weight: 300;
}

.font-w-400 {
    font-weight: 400;
    font-size: 16px;
}

.font-w-500 {
    font-weight: 500;
}

.font-w-700 {
    font-weight: 700;
}

.font-w-800 {
    font-weight: 800;
}

.font-sz-20 {
    font-size: 20px !important;
}

.font-sz-33 {
    font-size: 33px !important;
}

.font-sz-35 {
    font-size: 35px !important;
}

.font-sz-40 {
    font-size: 40px !important;
}

.font-sz-60 {
    font-size: 60px !important;
}

.font-sz-30 {
    font-size: 30px !important;
}

.font-sz-25 {
    font-size: 25px !important;
}

.font-sz-24 {
    font-size: 24px !important;
}

.font-sz-18 {
    font-size: 18px !important;
}

.font-sz-17 {
    font-size: 17px !important;
}

.font-sz-16 {
    font-size: 16px !important;
}

.font-sz-15 {
    font-size: 15px !important;
}

.font-sz-14 {
    font-size: 14px !important;
}

.font-sz-13 {
    font-size: 13px !important;
}

.font-sz-12 {
    font-size: 12px !important;
}

.font-sz-11 {
    font-size: 11px !important;
}

.line-hght-15 {
    line-height: 15px !important;
}

.line-hght-17 {
    line-height: 17px !important;
}

.line-hght-20 {
    line-height: 20px !important;
}

.line-hght-22 {
    line-height: 22px !important;
}

.line-hght-28 {
    line-height: 28px !important;
}

.line-hght-30 {
    line-height: 30px !important;
}

.line-hght-35 {
    line-height: 35px !important;
}

#page-wrapper {
    padding-bottom: 40px;
}

.container-fluid > .container > h1 {
    text-transform: uppercase;
}

#page-wrapper-unauth {
    width: 100%;
    min-height: 500px;
    background-color: #f3f3f3;
    /*margin-top: 130px;*/
}

#selectcity-page-wrapper-unauth {
    width: 100%;
    min-height: 500px;
    background-color: #f9f9f9;
}

.select-address-bar-content {
    margin-top: 130px;
}

.product {
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 0px 0px 10px 0px;
    border: 1px solid #bbcad8;
    margin-bottom: 30px;
}

.width-60 {
    width: 60% !important;
}

.no-left-p {
    padding-left: 0px !important;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

h1 {
    border-bottom: none !important;
}

.details-column {
    margin-top: 40px;
}

    .details-column .details-cell {
        border-bottom: 1px solid #ccc;
        padding: 10px 0px;
    }

        .details-column .details-cell span {
            float: right;
            font-style: italic;
            max-width: 75%;
        }


.margin-top--5 {
    margin-top: -5px;
}

.margin-left--3 {
    margin-left: -3px;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-12 {
    margin-top: 12px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.map-tooltip {
    color: white;
    background-color: #30573d;
    width: 91px;
    text-align: center;
    /* line-height: 25px; */
    -ms-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    position: relative;
    -ms-opacity: 1;
    opacity: 1;
    /* font-weight: bold; */
    font-size: 13px;
    padding: 3px;
}

#calendar {
    max-width: 900px;
    padding: 0 10px;
    font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    font-size: 14px;
}

#side-menu > li > a > i {
    margin-right: 10px;
}

/*#placeholder {
    width: 550px;
    height: 180px;
    margin-bottom: 10px;
}*/

#placeholder .legendLabel {
    font-size: 17px;
    padding-left: 5px;
}

#RememberMe {
    margin-left: 0px !important;
}

#txtDetails {
    margin-bottom: 15px;
}


textarea {
    resize: none;
}

/*#wrapper {
margin-bottom: 30px;
}*/

.login-panel {
    margin-top: 33%;
}

#dataTables-example_wrapper label {
    font-weight: normal !important;
}

#dataTables-example_filter > label {
    float: right;
    padding-right: 15px;
}

    #dataTables-example_filter > label > input {
        margin-left: 5px;
    }

label {
    font-weight: normal !important;
}

.my-button {
    width: 120px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.legendLabel {
    font-size: 15px !important;
}

#productsTable_filter {
    float: right;
}

    #productsTable_filter > label > input {
        margin-left: 10px;
    }

.dropzone {
    background-image: url("MY_IMAGE.png");
}

.calendar-icon {
    font-family: FontAwesome;
    content: "\f073";
}


.calendar {
    float: right;
    margin-right: 6px;
    margin-top: -22px;
    position: relative;
    z-index: 2;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.max-width-100-p {
    max-width: 100%;
}

.max-width-210 {
    max-width: 210px;
}

.min-height-120 {
    min-height: 120px;
}

.width-100-p {
    width: 100%;
}


.counter {
    background: var(--autobooz-orange);
    height: 20px;
    width: 20px !important;
    font-size: 13px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 45px;
    left: 35px;
    color: white;
    line-height: 19px;
    font-weight: 500;
}

#my-awesome-dropzone {
    background-image: url("../content/images/camera-outline.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 100px 100px;
    opacity: 0.4;
    border-width: 4px !important;
    border-style: dashed !important;
    border-color: black;
}

.attach-ingredient {
    margin-top: 25px;
}

.category-list li {
    padding: 0px 0px !important;
}

    .category-list li a {
        outline: 0;
        font-size: 16px;
        padding: 10px 40px 10px 40px;
    }

.nav-tabs.centered > li, .nav-pills.centered > li {
    float: none;
    display: inline-block;
    *display: inline; /* ie7 fix */
    zoom: 1; /* hasLayout ie7 trigger */
}

.nav-tabs.centered, .nav-pills.centered {
    text-align: center;
}

.price-sup {
    top: -4px;
    font-size: 13px;
    margin-left: 1px;
}

.menu-product {
    padding: 20px 0px 0px 0px;
    height: 340px;
}

    .menu-product.video-card {
        height: 310px;
    }

    .menu-product.product-card {
        height: 400px;
    }

    .menu-product .product-container {
        height: 100%;
        display: inline-block;
        /*margin: 5px 15px 15px 15px;*/
        background-color: white;
        transition: all 0.2s;
        width: 94%;
        background-color: #ffffff;
        border: 1px solid #f0e8e6;
        border-radius: 5px;
        overflow: hidden;
    }

        .menu-product .product-container .inner {
            /*padding: 30px 30px;*/
            height: 325px;
            width: 100%;
        }

            .menu-product .product-container .inner p {
                /*font-family: "Arial" !important;*/
                font-size: 13px;
            }

            .menu-product .product-container .inner h3 {
                font-weight: 700;
                padding: 0 15px !important;
                font-size: 16px !important;
                margin-top: 20px;
            }


    .menu-product:hover .product-container {
        -webkit-box-shadow: 0px 3px 3px 0px rgba(123, 121, 121, 0.3);
        -moz-box-shadow: 0px 3px 3px 0px rgba(123, 121, 121, 0.3);
        box-shadow: 0px 7px 7px 0px rgba(123, 121, 121, 0.3);
    }

.article-image {
    height: 240px;
    background-size: cover;
    background-position-x: center;
    width: 100%;
    overflow: hidden;
    text-align: center;
    transition: all .3s;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .article-image:hover {
        transform: scale(1.1);
    }

.menu-product.video-card .article-image {
    height: 153px;
}

.menu-product img {
    /*height: 100%;*/
    width: auto;
    min-width: 100%;
    display: inline-block !important;
    border: 1px solid #ddd;
    border-style: none none solid none;
}

.menu-product .product-button {
    position: relative;
    width: 100%;
    display: inline-block !important;
    float: left;
}

    .menu-product .product-button .btn {
        padding-right: 15px;
        color: #f9971a !important;
        border-radius: 0px !important;
        border: 1px solid black;
        background-color: transparent;
        height: 100%;
        text-transform: uppercase;
        display: inline-block !important;
        float: right;
    }

        .menu-product .product-button .btn div {
            background-color: transparent;
            color: black !important;
            height: 40px;
            padding: 10px 15px;
            display: inline-block;
            float: left;
        }

        .menu-product .product-button .btn b {
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 0px;
            padding-right: 0px;
            font-weight: 300 !important;
            display: inline-block;
            float: right;
        }

.menu-product p button:active, .menu-product p button:visited {
    outline: 0;
}

.list-product {
    height: 150px;
    border: 1px solid #ccc;
    margin: 0;
}

    .list-product .product-image-container {
        height: 100% !important;
        overflow: hidden;
    }

    .list-product img {
        height: 100% !important;
    }

    .list-product .product-price, .list-product .product-count {
        margin-top: 60px;
    }

.home-product p button:active, .home-product p button:visited {
    outline: 0;
}

.modal .onhover:hover {
    -webkit-filter: brightness(65%);
    filter: brightness(65%);
}

.overflow-hidden {
    overflow: hidden;
}
/*.modal .selected {
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
}*/
/*show numerator on selected*/
.modal .selected .hide {
    display: block !important;
}

/*show no# of elements on selected*/
.modal .selected .hide {
    display: block !important;
}

.modal .ingredientsOne, .modal .ingredientsTwo, .modal .ingredientsThree, .modal .drinkThree {
    position: relative;
    width: 100%; /* for IE 6 */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modal .line-height-1 {
    line-height: 1;
}

.modal .max-height-300 {
    max-height: 300px;
}

.modal .max-height-400 {
    max-height: 400px;
}

.modal .max-height-600 {
    max-height: 585px;
    overflow-y: scroll;
}

.modal .ingredientsOne p, .modal .ingredientsTwo p, .modal .ingredientsThree p, .modal .drinkThree p {
    position: absolute;
    left: 0;
    width: 100%;
    /*background: rgba(250,250,250,0.95);*/
    color: black;
    /*bottom: -30px;*/
    padding: 3px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    line-height: 1.1;
    font-weight: 300;
    font-size: 14px;
}

.modal .ingredientsThree p, .modal .drinkThree p {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    max-height: 35px;
    overflow: hidden;
    -webkit-transition: all 2s; /* For Safari 3.1 to 6.0 */
    transition: all 2s;
}

.modal .ingredientsThree:hover p, .modal .drinkThree:hover p {
    max-height: 100%;
}

.modal .ingredientsOne h4, .modal .ingredientsTwo h4, .modal .ingredientsThree h4, .modal .drinkThree h4 {
    position: absolute;
    right: 5px;
    top: -5px;
    width: 20px;
    color: black;
    bottom: 0;
    padding: 3px;
    height: 23px;
    font-size: 18px;
    background: white;
    font-weight: bold;
}

.modal .ingredientsOne p .glyphicon, .modal .ingredientsTwo p .glyphicon, .modal .ingredientsThree p .glyphicon, .modal .drinkThree p .glyphicon {
    font-size: 10px;
    padding: 3px;
}

    .modal .ingredientsOne p .glyphicon:hover, .modal .ingredientsTwo p .glyphicon:hover, .modal .ingredientsThree p .glyphicon:hover, .modal .drinkThree p .glyphicon:hover {
        color: lightgray;
    }

.modal .ingredientsOne p .glyphicon-minus, .modal .ingredientsTwo p .glyphicon-minus, .modal .ingredientsThree p .glyphicon-minus, .modal .drinkThree p .glyphicon-minus {
    float: left;
    z-index: 999;
}

.modal .ingredientsOne p .glyphicon-plus, .modal .ingredientsTwo p .glyphicon-plus, .modal .ingredientsThree p .glyphicon-plus, .modal .drinkThree p .glyphicon-plus {
    float: right;
    z-index: 999;
}
/* eof modal */

.customNavbarPadding {
    /*height: 90px !important;*/
}

.z-index-3 {
    z-index: 3;
}

/*modal scrollbar*/
/* Let's get this party started */
.modal ::-webkit-scrollbar {
    width: 12px;
}

/* Track */
.modal ::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.modal ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: white;
    border: 1px solid lightgray;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}

    .modal ::-webkit-scrollbar-thumb:window-inactive {
        background: white;
        border: 1px solid lightgray;
    }

#saladQuantity {
    color: black !important;
    background-color: transparent;
    border-color: white;
    -webkit-transition: color 1s;
    transition: color 1s;
    display: inline-block;
    padding: 4px 8px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 4px;
    -webkit-user-select: none;
    width: 50px;
    vertical-align: baseline;
}

.margin-auto {
    margin: auto;
}

.validation-summary-errors ul {
    list-style: none;
    background-color: #ffe2e7;
    border-color: #ffe2e7;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}
/*
    .validation-summary-errors ul li {
        color: white;
    }*/

.is-extra {
    display: none;
}

#remarks > textarea {
    width: 86%;
}

.navbar-static-top {
}

.admin-ingredient {
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 10px 5px;
    margin-bottom: 15px;
}

    .admin-ingredient.red {
        background-color: #ffc0c0;
    }

    .admin-ingredient.green {
        background-color: #a6e8a6;
    }

    .admin-ingredient.yellow {
        background-color: rgb(238, 238, 139);
    }

    .admin-ingredient a {
        color: black;
        font-size: 12px;
        font-weight: 300;
    }

.ingredients-list {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid black;
}

.navbar.navbar-default {
    height: 70px;
    background-color: black;
}

.category-item {
    /*text-transform: uppercase;*/
    color: black;
    background-color: transparent;
    padding: 0 40px;
    margin: 10px 0 !important;
    text-align: center;
    cursor: pointer !important;
}

li:first-child .category-item {
    border-left: 1px solid #d0d0ce !important;
}

li .category-item {
    border-right: 1px solid #d0d0ce !important;
}

li .categmory-item hr {
    margin-top: 5px !important;
}

.category-list {
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    top: 105px;
    z-index: 11;
    float: none;
}

    .category-list li {
        transition: 0.2s all;
        text-align: center;
    }

        .category-list li img {
            height: 40px !important;
            width: auto;
        }

        .category-list li hr {
            height: 3px;
            border-color: #f9971a;
            border-width: 3px;
            margin: 0;
            margin-top: 5px;
            margin-bottom: 0;
            width: 0px;
            transition: 0.3s all;
        }

        .category-list li.active hr {
            width: 100%;
        }

        .category-list li:hover hr {
            width: 100%;
        }

        .category-list li a {
            border: none;
            border-top: none !important;
        }

            .category-list li.active a, .category-list li a:active, .category-list li a:visited, .category-list li a:focus {
                background-color: transparent !important;
                color: black !important;
            }

        .category-list li:hover {
            background-color: transparent;
        }

            .category-list li:hover a {
                background-color: transparent;
                color: black;
            }

    .category-list.affix {
        position: fixed !important;
        top: 0;
        margin: 0 !important;
        z-index: 1;
        background-color: rgba(255, 255, 255, 0.9);
        height: 90px !important;
    }

.container-fluid.top-banner {
    background-color: black;
    padding: 0;
    padding-bottom: 0;
    position: relative;
    float: none;
    width: 100%;
    min-height: 400px;
    color: white;
}

.container-fluid.top-banner.top-banner-tools {
    background-image: url("../content/images/banner_tools.jpg");
    background-position-y: center;
}

    .container-fluid.top-banner.smaller {
        min-height: 420px;
    }

.navbar-default {
    border: none;
}

.home-button {
    background-color: var(--autobooz-orange);
    color: white;
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 5px;
    margin-top: 26px;
}

.home-input {
    border-radius: 5px;
    color: black;
    padding: 10px 12px;
    width: 100%;
    height: 50px;
    border: 1px solid black;
    font-style: normal;
    font-size: 15px;
}

    .home-input::placeholder {
        color: #82817e;
        font-style: normal;
    }

.filter-popup .home-input {
    border: 1px solid black;
    padding: 10px 15px;
    height: 55px;
}

.cart-button {
    color: #feda2a;
    font-size: 28px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

    .cart-button:hover {
        background-color: #feda2a !important;
        color: black;
    }

    .cart-button .counter {
        height: 20px !important;
        width: 20px !important;
        font-size: 14px !important;
        line-height: 20px;
    }

.modal-content {
    border: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.modal-header {
    background-color: #f3f3f3;
    color: black;
    font-style: normal !important;
    border: none;
    /*border-top-left-radius: 10px;*/
    /*border-top-right-radius: 10px;*/
}

    .modal-header h3 {
        font-size: 35px;
        font-style: normal !important;
        /*font-family: 'Futura Md BT' !important;*/
    }

        .modal-header h3 i {
            font-style: normal !important;
            /*font-family: 'Futura Md BT' !important;*/
            color: white;
        }

    .modal-header button span {
        color: black !important;
        font-size: 35px !important;
        -ms-opacity: 1;
        opacity: 1;
    }

    .modal-header button {
        opacity: 1;
        font-size: 25px;
    }

.modal-footer {
    /*background-color: #ff735c;*/
}

    .modal-footer .btn, .custom-button {
        border-radius: 0px;
        padding: 10px 25px;
        /*text-transform: uppercase;*/
        /*background-color: #ffc329 !important;
        border: 1px solid #ffc329 !important;
        color: black !important;*/
        /*border: 1px solid black;*/
    }

.modal-body {
    background-color: white;
    padding: 25px 30px;
}

    .modal-body div hr {
        border-color: black;
    }

    .modal-body img:not(.ingredientsTwo) {
        /*width: 100%;*/
        /*margin-top: 12px;*/
    }

.ingredientsTwo {
    padding: 5px 5px;
}

.category-item div.content {
    font-weight: 600;
    font-size: 19px;
    color: black;
    padding-left: 3px;
    padding-right: 3px;
    /*letter-spacing:1px;*/
    /*text-transform: uppercase !important;*/
}

a.category-item div.content:hover {
    text-decoration: none;
    color: black;
}

a.category-item div.content:active, a.category-item:active {
    text-decoration: none !important;
    color: black;
}

a.category-item div.content:visited {
    text-decoration: none;
    color: black;
}

a.category-item:hover {
    text-decoration: none;
    color: black;
}

a.category-item:active {
    text-decoration: none;
    color: black;
}

a.category-item:visited {
    text-decoration: none;
    color: black;
}

.category-item img {
    margin-top: 0px;
    margin-right: 0 !important;
    display: inline-block;
    width: 55px;
    height: auto !important;
}


.modal p, .modal h4, .modal h3 {
    /*font-family: 'Futura Md BT' !important;*/
}

#saladTitleTwo {
    /*font-family: 'Futura Md BT' !important;*/
    margin-top: 20px;
}

#remarks textarea {
    border: 1px solid black;
    width: 100%;
}

.ingredientsTwo img {
    border: 1px solid #c3bbbb;
}

.ingredientsTwo.selected img {
    border: 1px solid black;
}

.ingredientCountTwo {
    background-color: #feda2a !important;
    font-size: 14px !important;
}

p.noFlex, p.flex {
    color: black !important;
    /*background-color: #feda2a!important;*/
    -ms-border-radius: 0px !important;
    border-radius: 0px !important;
    width: 97% !important;
}

p.flex {
}

.letter-spacing-5 {
    letter-spacing: 5px;
}


.custom-table {
    border-bottom: 0;
}

    .custom-table th {
        background-color: transparent !important;
        color: black;
        border-bottom: 2px solid black !important;
    }

    .custom-table tr:nth-child(even) td {
        /*background-color: rgb(236, 235, 235);*/
    }

    .custom-table tr td {
        vertical-align: middle !important;
        border-bottom: 0;
        background-color: white !important;
    }

.custom-link.red {
    color: rgb(255, 97, 97);
}

.total-price {
    float: right;
    font-size: 20px;
}

.total-price-user {
    float: right;
    font-size: 18px;
}

.total-price-gc {
    float: right;
    font-size: 20px;
}

.taxa-livrare {
    float: right;
    font-size: 16px;
}

.taxa-livrare-gc {
    float: right;
    font-size: 16px;
}

.final-step {
    /*display: none;*/
}

r .sidebar {
    margin-top: 70px !important;
}

.top-menu {
    height: 100%;
}

    .top-menu li a, .top-menu li a:visited {
        padding: 33px 25px 32px 25px !important;
        color: white !important;
        font-size: 15px;
        font-weight: 800;
    }

        .top-menu li a:hover, .top-menu li a:active {
            color: white !important;
            background-color: #f9971a !important;
        }

.container-fluid.cms-banner {
    height: 150px;
    background-image: url("../Content/images/pizza_banner3.jpg");
    background-size: 100%;
}

.cms-banner h1 {
    margin: 0;
    padding-top: 50px;
    font-size: 50px;
    font-weight: 600;
    color: black;
}

.cms-page {
    font-size: 16px;
}

.custom-filter {
    background-color: white;
    color: #23527c;
    border: 1px solid #23527c !important;
    font-size: 16px;
    border-radius: 3px;
    line-height: 23px;
    text-transform: none;
    padding: 5px 15px !important;
    margin-top: -3px;
}

    .custom-filter:hover, .custom-filter.active {
        background-color: #23527c !important;
        color: white;
        text-decoration: none;
    }

.timeline {
    display: inline-block;
}

.status {
    display: inline-block;
    border: 1px solid black;
    padding: 10px;
    text-align: center;
}

.status-line {
    width: 90px;
    display: inline-block;
    border-bottom: 1px solid black;
    margin-bottom: 10px;
}

.timeline-graph {
    margin-bottom: 40px;
}

.status.active {
    background-color: rgb(240, 210, 210);
}

.status.done {
    background-color: rgb(214, 239, 204);
}

.status-date {
    font-size: 13px;
}

.menu-icon {
    margin-top: 8px;
}

.top-menu-icon {
    margin-right: 15px !important;
    height: 25px !important;
}

.container-fluid.menu {
    background-color: black;
    /*height: 130px;*/
}

.rounded-link {
    text-transform: uppercase;
    padding: 13px 50px;
    border-radius: 50px;
    /*border: 3px solid white;*/
    color: white;
    border: 1px solid #32abbf;
    ;
}

    .rounded-link:hover {
        text-decoration: none;
    }

    .rounded-link.white {
        background-color: white;
        color: black;
    }

        .rounded-link:hover, .rounded-link.white:hover, .navbar-static-top ul li a.custom-rounded-link:hover {
            background-color: #feda2a !important;
            border-color: #feda2a;
            color: black;
        }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: transparent;
}

.home-product .article-image {
    overflow: hidden;
}

    .home-product .article-image img {
        min-width: 100%;
        height: 200px;
    }

.home-product .inner {
    background-color: #feda2a;
}

    .home-product .inner .item-content {
        padding: 20px 10px;
        height: 150px;
    }

    .home-product .inner h3 {
        margin: 0;
    }

.container-fluid.restaurant-banner {
    height: 450px;
    background-attachment: fixed !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    float: none;
    width: 100%;
    background-position-x: center;
    background-position-y: top;
    background-size: auto;
    background-repeat: no-repeat;
}

    .container-fluid.restaurant-banner .container {
        background-color: rgba(255, 255, 255, 0.9);
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 47%;
        padding: 15px 0;
    }

.container-fluid.about {
    background-image: url("../content/images/banner_about.jpg");
    padding: 60px;
    color: white;
    background-attachment: fixed;
    padding-bottom: 100px;
}

    .container-fluid.about p {
        font-weight: normal;
        margin-top: 100px;
    }

.features h3 {
    font-size: 22px;
    text-transform: uppercase;
    color: #feda2a;
    font-weight: bold;
}

.features {
    margin-top: 100px;
}

    .features img {
        height: 120px;
    }

.footer {
    padding: 40px 0;
    background-color: #dfe1df;
    color: #333;
}

    .footer ul li a {
        color: #333;
        font-size: 15px;
    }

    .footer p {
        font-size: 16px;
        color: #555;
    }

    .footer a {
        color: #333;
    }

.alt-banner {
    height: 400px;
    background-image: url("../content/images/home_banner_blue.png");
    padding: 0;
    position: relative;
    /*background-position-y: -30px;*/
    background-size: 100% auto;
    margin-top: -30px;
    background-repeat: no-repeat;
}

    .alt-banner h1 {
        margin-top: 100px;
        color: white;
    }

    .alt-banner.secondary {
        height: 330px;
        background-size: cover;
        box-shadow: 0px 4px 4px 0px #00000040, inset 0 0 0 1000px rgb(0 0 0 / 50%);
        background-position-y: -200px;
        background-image: url("../content/images/autobooz_background.jpg");
        margin-top: 0px;
        color: white !important;
    }

        .alt-banner.secondary h1 {
            margin-top: 80px;
        }

    .alt-banner.tertiary {
        height: 220px;
        background-image: url("../content/images/home_banner_blue.png");
        background-size: 100% auto;
        margin-top: -30px;
        background-position-y: -120px;
    }

        .alt-banner.tertiary h1 {
            margin-top: 80px;
            color: black;
        }

.container-fluid.categories {
    background-color: #000;
}

.home-category-image {
    height: 180px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

    .home-category-image img {
        height: 100%;
        width: auto;
        min-width: 100%;
        display: inline-block !important;
    }

.home-category-content {
    background-color: #f9971a;
    color: black;
    min-height: 200px;
}

    .home-category-content h3 {
        text-transform: uppercase;
        font-size: 28px;
        margin: 0;
        padding-top: 20px;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
        font-weight: 200;
    }

        .home-category-content h3 b {
            font-weight: 800;
        }

    .home-category-content p {
        padding: 20px 30px;
        text-align: center;
        font-size: 16px;
    }

.navbar-brand.public {
    float: left;
    height: 90px;
    padding: 8px 5px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-right li a {
    padding: 15px 15px 15px 15px !important;
    line-height: 60px;
    color: white !important;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}

    .navbar-right li a img {
        margin-top: -3px;
        margin-right: 5px;
        height: 30px;
    }

    .navbar-right li a:hover {
        background-color: #f8f8f8;
    }

.user-link {
    margin-right: 30px;
}

.send-link.invers {
    border: 2px solid black;
    border-radius: 20px;
    padding: 10px 40px;
    color: black;
    outline: none !important;
}

    .send-link.invers:active, .send-link.invers:hover, .send-link.invers:focus {
        border: 3px solid black;
        padding: 9px 38px;
    }

.send-link {
    padding: 10px 60px;
    border-radius: 50px;
    border: 0px solid white;
    color: white;
    background-color: transparent;
    font-weight: bold;
    text-align: center;
    /*box-shadow: 2px 3px 8px 2px rgba(0,0,0,0.2);*/
}

.footer-send-link {
    padding: 7px 55px;
    border: 2px solid black;
    color: black;
    background-color: transparent;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    border-radius: 50px;
}

.send-input {
    background-color: white;
    border: 2px solid black;
    padding: 10px;
    display: block;
    width: 100%;
}

input.send-input {
    height: 45px;
}

    input.send-input[readonly=readonly] {
        background-color: #eae7e7;
        cursor: not-allowed;
    }

input[placeholder], [placeholder], *[placeholder], textarea[placeholder] {
    color: #000 !important;
    font-size: 16px;
    font-style: italic !important;
}


.send-link:hover {
    text-decoration: none;
    box-shadow: 2px 3px 13px 4px rgba(0,0,0,0.3);
}

.footer-send-link:hover {
    background-color: white;
    color: #f9971a;
    text-decoration: none;
}

.send-link.orange {
    background-color: #f9971a;
    color: white !important;
    font-weight: 400;
    font-size: 16px;
    margin-top: 30px;
    letter-spacing: 0px !important;
    transition: all 0.2s;
    border-radius: 2px !important;
}


    .send-link.orange:hover {
        background-color: #f9971a;
        color: white;
    }

    .send-link.orange.confirm {
        background-color: #f9971a;
        font-weight: 400;
        font-size: 16px;
        margin-top: 30px;
        letter-spacing: 0px !important;
        transition: all 0.2s;
        width: 40% !important;
        text-align: center;
        padding: 10px 0px !important;
    }


        .send-link.orange.confirm:hover {
            background-color: #ffc329;
            color: white;
        }

    .send-link.orange[disabled=disabled] {
        color: rgb(232, 232, 232);
        background-color: #5b8366;
        cursor: not-allowed;
    }

.modal-footer .send-link.orange {
    width: auto;
    margin-top: 0px;
}

.cart-form label {
    font-weight: 700 !important;
}

.contact-text {
    font-size: 15px;
}

.zoom-image:hover img {
    zoom: 4;
}

.affix-container {
    min-height: 146px;
}

.home-slogan {
    color: white;
    font-size: 70px;
    margin-top: 120px;
    font-weight: 900;
}

.home-sub-slogan {
    color: white;
    margin-top: 0;
    font-weight: 300;
}

.index-slogan {
    margin-top: 120px;
    font-weight: 900;
    font-size: 65px !important;
    text-transform: unset !important;
}

.index-sub-slogan {
    margin-top: 20px;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px !important;
    font-weight: 300;
    padding-left: 50px;
    padding-right: 50px;
}

#restaurantInfo {
    margin-top: -199px;
}

.color-white {
    color: white;
}

.margin-top-35 {
    margin-top: 35px !important;
}

.height-20 {
    height: 20px !important;
}

.height-25 {
    height: 25px !important;
}

.height-28 {
    height: 28px !important;
}

.height-30 {
    height: 30px !important;
}

.height-33 {
    height: 33px !important;
}

.height-40 {
    height: 40px !important;
}

.height-70 {
    height: 70px;
}

.height-110 {
    height: 110px !important;
}

.height-200 {
    height: 200px !important;
}

.category-banner-position {
    padding-right: 5px !important;
}

.category-banner {
    /*height: 240px;*/
    width: 100%;
    background-position-x: center;
    background-position-y: top;
    background-size: auto;
    background-repeat: no-repeat;
}

.background-white {
    background-color: #fff !important;
}

.background-yellow {
    background-color: rgb(242,229,101) !important;
}

.background-green {
    background-color: rgb(142,227,110) !important;
}

.background-purple {
    background-color: rgb(218,175,218) !important;
}

.background-lightblue {
    background-color: rgb(151,209,229) !important;
}

.no-link {
    text-decoration: none !important;
    color: black !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 40px;
}

.font-size-30 {
    font-size: 30px !important;
}

.font-size-80 {
    font-size: 80px !important;
}

.margin-left-3 {
    margin-left: 3px;
}

.timed-order {
    border: 2px solid #f9971a;
    border-radius: 25px;
    padding: 13px 40px;
    color: #f9971a;
    outline: none !important;
    background-color: #f9f9f9;
    position: relative;
    font-size: 16px;
}

    .timed-order.active {
        border: 4px solid #f9971a;
        padding: 11px 38px;
        box-shadow: 0px 0px 5px 0px #f9971aff;
    }

.d-none {
    display: none !important;
}

.modal-header.select-time-header {
    color: black;
    font-style: normal !important;
    border-bottom: none !important;
}

.options-modal-header {
    background-color: #f3f3f3 !important;
    color: black !important;
    font-style: normal !important;
    border-bottom: none !important;
}

    .options-modal-header button span {
        position: absolute;
        color: black !important;
        font-size: 50px !important;
        right: 20px;
        top: 20px;
    }

.modal-header button span {
    position: absolute;
    color: black !important;
    font-size: 50px !important;
    right: 20px;
    top: 20px;
    font-weight: 300;
}

.flex-row {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.flex-3 {
    flex: 3;
}

.flex-4 {
    flex: 4;
}

.flex-6 {
    flex: 6;
}

#InfoBar {
    height: 200px;
    margin-top: -150px;
}

.city-link {
    line-height: 130px;
    color: black !important;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none !important;
    margin-left: 50px;
    background-color: white;
    border-radius: 20px;
    padding: 10px 27px;
}

.city-caret {
    margin-left: 20px;
}

.time-date-part {
    border: 2px solid #f9971a;
    border-radius: 5px;
    padding: 15px;
    color: #f9971a;
    /*flex: 1;*/
    margin-left: 5px;
    margin-right: 5px;
    outline: none !important;
    width: 100%;
    font-size: 16px;
    background-color: white;
}

    .time-date-part.active {
        border: 4px solid #f9971a;
        padding: 13px;
        box-shadow: 0px 0px 5px 0px #f9971aff;
    }

.time-time-part {
    border: 2px solid #f9971a;
    border-radius: 5px;
    padding: 25px 15px;
    color: #f9971a;
    outline: none !important;
    /*flex: 1;*/
    margin-left: 5px;
    margin-right: 5px;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 16px;
    background-color: white;
}

    .time-time-part.active {
        border: 4px solid #f9971a;
        padding: 23px 13px;
        box-shadow: 0px 0px 5px 0px #f9971aff;
    }

#selectedTime {
    /*position: absolute;
    font-size: 10px;
    bottom: 0px;
    left: 0;
    right: 0;*/
}

.appear {
    transform: scale(0);
    opacity: 0;
    padding-right: 0 !important;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    visibility: hidden;
}

    .appear.in {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        visibility: visible;
    }

.city-button {
    /*flex: 1;*/
    border: 2px solid white;
    border-radius: 60px;
    padding: 30px;
    outline: none !important;
    color: black;
    background-color: white;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
}

.select-city-banner {
    height: 475px !important;
    background-attachment: initial !important;
    background-image: url('../content/images/home_banner_blue.png') !important;
    background-color: #f8f8f8;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.container-fluid-main-banner {
    background-image: url('../content/images/home_banner_blue.png') !important;
    background-color: #f8f8f8;
    background-position: center;
    height: 420px;
}

.category-search-bar {
    margin-top: -420px;
}

.restaurant-shopping-cart {
    position: absolute;
    left: 9%;
    top: 2px;
}

.font-w-500 {
    font-weight: 500;
}

.font-w-600 {
    font-weight: 600;
}

.text-grey {
    color: #aaa;
}

.white-text {
    color: white !important;
}

.background-grey {
    background-color: rgba(255,255,255,0.9);
    z-index: 1;
}

.city-image {
    position: absolute;
    left: 0px;
    top: 0px;
}

.line-hght-14 {
    line-height: 14px !important;
}

.line-hght-18 {
    line-height: 18px !important;
}

.restaurant-card {
    background-position: center;
    background-size: cover;
    position: relative;
}

.separator {
    margin-right: 30px;
}

.restaurant-info-padding {
    padding-top: 35px;
    padding-left: 40px;
}

.mobile-link-left img {
    height: 25px;
}

input[type=number]#productQuantity::-webkit-inner-spin-button,
input[type=number]#productQuantity::-webkit-outer-spin-button
/*input#productQuantity::-webkit-outer-spin-button*/ {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.js-productQuantity {
    border: none !important;
    box-shadow: none !important;
    text-align: center;
    background-color: #f5f5f5 !important;
    max-width: 50px;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: -4px;
    color:black;
    font-weight:bold;
}

input[type=number].product-quant-input::-webkit-inner-spin-button,
input[type=number].product-quant-input::-webkit-outer-spin-button
/*input#productQuantity::-webkit-outer-spin-button*/ {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.product-quant-input {
    border: none !important;
    box-shadow: none !important;
    text-align: center;
    background-color: transparent !important;
    max-width: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    display: inline-block;
    width: 20px;
}

.option-quantity-btn-small {
    height: 19px;
}

.option-quantity-btn {
    height: 35px;
    margin-top: -3px;
}

.title-icon {
    height: 40px;
    margin-top: -10px;
    margin-right: 10px;
}

.card-icon {
    height: 28px;
    margin-top: -10px;
    margin-right: 10px;
}

.restaurant-title {
    font-size: 40px;
}

.shopping-cart-banner {
    padding: 0;
    z-index: 1;
    height: 240px;
    background-size: unset !important;
}

.shopping-cart-content {
    margin-top: -120px;
    z-index: 2;
    position: relative;
}

.shopping-cart-content-table {
    padding: 30px;
    background: white;
}

.shopping-cart-content-table-tbody {
    border-bottom: 2px solid black;
}

.shopping-cart-push-down {
    margin-top: 200px;
}

.margin-top-8 {
    margin-top: 8px;
}

.text-overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.display-inline {
    display: inline-block;
    float: left;
}

.user-name-link {
    width: 130px;
}

.confirm-order-title {
    font-size: 35px;
}

.link-div {
    height: 36px;
}

.link-center {
    height: 36px;
    display: table-cell;
    vertical-align: middle;
    width: 175px;
}

.cart-container .close {
    top: -25px;
}

.padding-double-lg {
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 1300px) {
    .user-name-link {
        width: 170px;
    }

    .separator {
        margin-right: 60px;
    }
}

@media (max-width: 1199px) {
    a .category-item {
        padding: 0px 30px;
    }

        a.category-item img {
            width: 40px;
        }

    .user-name-link {
        width: 170px;
    }

    .index-sub-slogan {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {

    .menu-category-name-large {
        font-size: 14px !important;
    }

    .select-city-banner {
        background-image: none !important;
        background-color: #f3f3f3;
    }

    .padding-double-lg {
        padding-left: 15px;
        padding-right: 15px;
    }

    .text-xs-center {
        text-align: center !important;
    }

    .info-container {
        background-color: white;
    }

    .restaurant-type {
        font-size: 15px !important;
        margin-top: 0 !important;
        line-height: 15px !important;
    }

    .confirm-order-title {
        font-size: 24px;
    }

    .category-banner-position {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }

    .shopping-cart-push-down {
        margin-top: 50px;
    }

    .shopping-cart-content {
        margin-top: -40px;
    }

    .shopping-cart-content-table {
        padding: 0px 15px 15px;
    }

    .shopping-cart-content-table-tbody {
        border-bottom: none;
    }

    .city-caret {
        margin-left: 5px !important;
    }

    .city-link {
        line-height: 90px;
        margin-left: 80px;
        padding: 10px 15px;
    }

    .xs-padding-horizontal-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .index-slogan {
        font-size: 58px !important;
    }

    .index-sub-slogan {
        font-size: 20px !important;
    }

    .city-image {
        height: 61px;
    }

    .restaurant-title {
        font-size: 20px;
    }

    .dely-app-image {
        height: 40px;
    }

    #page-wrapper-unauth {
        margin-top: 90px;
        background-color: #f3f3f3;
    }

    .select-address-bar-content {
        margin-top: 90px;
    }

    .modal-header h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .container-fluid.menu {
        height: 90px !important;
    }

    .navbar.navbar-default {
        height: 70px !important;
    }

    .restaurant-logo-img {
        width: 90% !important;
        height: auto !important;
        left: 5% !important;
    }

    .restaurant-info-padding {
        padding-top: 30px;
        padding-left: 15px;
    }

    #InfoBar {
        margin-top: -110px;
        height: 140px;
    }

    .city-button {
        /*text-align: right;
        font-size: 11px;*/
        padding: 20px 15px;
        line-height: 21px;
        /*margin-left: 5px;
        margin-right: 5px;*/
    }

        .city-button.active {
            box-shadow: 0px 0px 10px 2px rgba(229, 84, 51,.75) !important;
        }

    .container-fluid.top-banner {
        /*height: 130px;*/
        /*margin-top: -88px!important;*/
        background-image: none;
        background-color: black;
        /*margin-top: -30px;*/
        padding: 0;
        padding-bottom: 30px;
        position: relative;
        /*z-index: 0;*/
        float: none;
        width: 100%;
    }

    .mobile-band {
        padding: 0;
    }

    .no-link {
        font-size: 14px;
    }

    .mobile-band .app-band {
        width: 100%;
    }

        .mobile-band .app-band li {
            margin: 0 !important;
            text-align: center !important;
            padding: 10px 0;
            width: 100%;
            display: block;
        }

            .mobile-band .app-band li:nth-child(2) a:first-child {
                float: left;
            }

            .mobile-band .app-band li:nth-child(2) a:last-child {
                float: right;
            }

    .article-image {
        height: 160px !important;
    }

    #restaurantInfo {
        margin-top: 15px;
    }

    .check-container-register {
        margin-left: 10px;
    }

    .form-group {
        margin-bottom: 0 !important;
    }

    .registration-address {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #info.margin-top-40-xs {
        margin-top: 40px;
    }

    .margin-top-20-xs {
        margin-top: 20px !important;
    }

    .user-left-menu {
        list-style: none;
        width: 90%;
        margin: auto;
    }

        /*.user-left-menu ul{
        
    }*/
        .user-left-menu li {
            display: inline-block;
            border-right: 1px solid black;
            border-bottom: none !important;
            width: 49.9%;
            text-align: center;
        }

            .user-left-menu li.active {
            }

            .user-left-menu li a {
                font-weight: 800;
                color: black;
                text-transform: uppercase;
                font-size: 13px;
                padding-right: 5px !important;
            }

            .user-left-menu li.active a {
                font-weight: 800;
                color: #f9971a;
                background-color: transparent;
            }

            .user-left-menu li a:hover {
                background-color: #eee;
                font-weight: 800;
                color: black;
            }

            .user-left-menu li.active a:hover {
                background-color: #eee;
                font-weight: 800;
                color: #50df85;
            }

    #confirmDiv {
        width: auto !important;
        line-height: 1 !important;
        margin-top: 30px !important;
    }

    .orderdatas tr {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        background-color: white !important;
    }

        .orderdatas tr td {
            padding-left: 16px !important;
            padding-right: 16px !important;
        }

            .orderdatas tr td div span input {
                height: 30px !important;
            }

    .itemTotalPriceDivLarge {
        text-align: left !important;
    }

    #cartConfirmation {
        padding-top: 0px !important;
        margin-left: 0 !important;
        width: 100% !important;
    }

    .menu-restaurant {
        padding-top: 10px !important;
        height: 260px !important;
    }

        .menu-restaurant .restaurant-container {
            height: 95% !important;
            margin-bottom: 0px !important;
            margin-top: 15px !important;
        }

            .menu-restaurant .restaurant-container .inner {
                min-height: 190px !important;
            }

            .menu-restaurant .restaurant-container table tr {
                max-height: 120px !important;
            }

        .menu-restaurant .restaurant-image {
            height: 120px !important;
        }

    #restaurantsContainer {
        width: 100% !important;
    }

    #loginModal .modal-dialog .modal-content .modal-body {
        width: 100% !important;
        padding: 5px 10px !important;
    }

        #loginModal .modal-dialog .modal-content .modal-body div {
            width: 100% !important;
            padding: 5px 10px !important;
        }

    #forgotPasswordModal .modal-dialog .modal-content .modal-body {
        width: 100% !important;
        padding: 5px 10px !important;
    }

        #forgotPasswordModal .modal-dialog .modal-content .modal-body div {
            width: 100% !important;
            padding: 5px 10px !important;
        }

    #registerModal .modal-dialog .modal-content .modal-body {
        width: 100% !important;
        padding: 5px 10px !important;
    }

        #registerModal .modal-dialog .modal-content .modal-body div {
            width: 100% !important;
            padding: 5px 10px !important;
        }

    .menu-product {
        height: 290px;
        width: 95vw !important;
        /*margin-right: -15px !important;
        margin-left: -10px !important;*/
    }


        .menu-product .product-container {
            height: 100%;
            margin: 5px !important;
        }

            .menu-product .product-container .inner {
                height: 227px;
                width: 100%;
            }

                .menu-product .product-container .inner h3 {
                    font-weight: 700;
                    padding: 0 10px !important;
                    font-size: 18px;
                    margin-top: 20px;
                }

                .menu-product .product-container .inner p {
                    font-size: 13px;
                    padding: 0 10px !important;
                }

                    .menu-product .product-container .inner p span {
                        overflow: hidden;
                        line-height: 16px;
                    }

        .menu-product .product-button p {
            width: 60px !important;
            font-size: 15px !important;
            margin: 0 !important;
            padding-bottom: 10px !important;
            padding-left: 10px !important;
        }

        .menu-product .product-button button {
            padding-right: 10px !important;
            padding-top: 5px !important;
            padding-left: 3px !important;
        }

            .menu-product .product-button button div {
                padding-right: 0 !important;
                font-size: 15px !important;
            }

        .menu-product img {
            /*height: 130px;*/
            width: auto;
            min-width: 100%;
            display: inline-block !important;
            border: 1px solid #ddd;
            border-style: none none solid none;
        }

    #info {
        display: none;
    }

    #mapinfo {
        display: none;
    }

    .navbar-brand.public img {
        overflow: hidden;
        position: absolute;
        top: 10px;
        left: 5px;
    }

    #stepOneLine {
        display: block;
    }

    ul.mobile {
        background-color: #000 !important;
        z-index: 10;
        display: block;
        /*position: absolute;*/
        width: 100%;
        padding-top: 15px;
        margin-top: -1px;
    }

    ul.mobile::after {
        content: "";
        display: block;
        height: 25px;
    }

    .container-fluid.about {
        padding-left: 0px;
        padding-right: 0px;
    }

    .container-fluid.restaurant-banner {
        height: 110px;
        background-image: none !important;
    }

    .send-link {
        padding: 10px 50px;
        border-radius: 50px;
        border: 0px solid white;
        color: white;
        background-color: transparent;
        font-weight: bold;
        /*text-transform: uppercase;*/
        text-align: center;
        width: 30%;
    }

        .send-link.orange.foodmodal {
            padding: 8px 30px;
            font-size: 15px !important;
        }

            .send-link.orange.foodmodal.xsvisible {
                display: inline-block;
            }

    ul.mobile li {
        background-color: #000;
    }

        ul.mobile li a {
            color: white;
            background-color: #000;
            padding: 10px 0px !important;
            font-size: 16px;
            font-weight: 400;
            padding-left: 40px !important;
            transition: color 0.3s ease;
        }

        ul.mobile li a:hover, ul.mobile li a:active {
            color: #f9971a !important;
            background-color: #000 !important;
        }

            ul.mobile li a.custom-rounded-link {
                margin-top: 0 !important;
                padding: 12px 25px 13px !important;
            }

        ul.mobile li:hover {
            color: white;
            background-color: #000;
        }

    .none {
        display: none !important;
    }

    button.navbar-toggle, button.navbar-toggle:visited, button.navbar-toggle:active, button.navbar-toggle:focus {
        margin-top: 27px;
        background-color: black !important;
        border-color: transparent !important;
    }

    .navbar-toggle .icon-bar {
        background-color: #ffffff !important;
        height: 3px !important;
    }

    /*button.navbar-toggle:active, button.navbar-toggle:hover {
        background-color: #50df85 !important;
    }*/

    .alt-banner h1 {
        font-size: 30px;
        margin-top: 5% !important;
    }

    .category-list {
        /*margin-top: 20px!important;*/
        padding-top: 10px !important;
        position: relative !important;
        display: block;
    }

        .category-list.affix {
            display: block;
        }

        .category-list li {
            width: 49%;
        }

    .alt-banner, .alt-banner.secondary {
        height: auto;
        background-size: 200%;
        padding: 50px 0;
    }

    .category-list.affix {
        position: relative !important;
    }

    .banner-title {
        height: 100px;
    }

    .affix-container {
        min-height: 435px;
        /*margin-top: 40px;*/
    }

    a.rounded-link {
        padding: 14px 30px;
    }

    .container-fluid.menu, .container-fluid.menu .container,
    .container-fluid.cart .container, .container-fluid.cart .container .panel-body {
        padding-left: 0;
        padding-right: 0;
    }

    .send-link {
        width: 100%;
    }

    .custom-table th {
        display: none;
    }

    .custom-table td {
        display: block;
        border: none !important;
        width: 100%;
        white-space: normal !important;
    }

    .custom-table tr {
        border-top: 1px solid #dddddd;
    }

    .custom-table {
        border-bottom: 0px solid black;
    }

        .custom-table tbody {
            border-top: 0px solid black;
        }

    table span.visible-xs {
        float: right;
        display: inline-block !important;
    }

    .mobile-right {
        float: right;
    }

    nav.navbar .nav.mobile li a.account-links {
        padding: 0 8px !important;
    }

    /*nav.navbar .nav.mobile li a.account-links:hover {
            background-color: #50df85 !important;
        }*/
}


@media (min-width:768px) and (max-width: 991px) {
    ul.mobile {
        background-color: #000 !important;
        z-index: 10;
        display: block;
        /*position: absolute;*/
        width: 100%;
        padding-top: 15px;
        margin-top: -1px;
    }

    ul.mobile::after {
        content: "";
        display: block;
        height: 25px;
    }
        ul.mobile li {
            background-color: #000;
        }

            ul.mobile li a {
                color: white;
                background-color: #000;
                padding: 10px 0px !important;
                font-size: 16px;
                font-weight: 400;
                padding-left: 40px !important;
                transition: color 0.3s ease;
            }

            ul.mobile li a:hover, ul.mobile li a:active {
                color: #f9971a !important;
                background-color: #000 !important;
            }

                ul.mobile li a.custom-rounded-link {
                    margin-top: 0 !important;
                    padding: 12px 25px 13px !important;
                }

            ul.mobile li:hover {
                color: white;
                background-color: #000;
            }
    .none {
        display: none !important;
    }

    button.navbar-toggle, button.navbar-toggle:visited, button.navbar-toggle:active, button.navbar-toggle:focus {
        margin-top: 27px;
        background-color: black !important;
        border-color: transparent !important;
    }

    .navbar-toggle .icon-bar {
        background-color: #ffffff !important;
        height: 3px !important;
    }

    .xs-padding-horizontal-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .text-sm-left {
        text-align: left !important;
    }

    .alt-banner h1 {
        font-size: 50px !important;
        margin-top: 10% !important;
    }

    .separator {
        margin-right: 0px;
    }

    .city-caret {
        margin-left: 5px;
    }

    #stepOneLine {
        display: none;
    }

    .user-left-menu {
        list-style: none;
        width: 60%;
        margin: auto;
    }

        /*.user-left-menu ul{
        
    }*/
        .user-left-menu li {
            display: inline-block;
            border-right: 1px solid black;
            border-bottom: none !important;
            width: 49.9%;
            text-align: center;
        }

            .user-left-menu li.active {
            }

            .user-left-menu li a {
                font-weight: 800;
                color: black;
                text-transform: uppercase;
                padding-right: 5px !important;
            }

            .user-left-menu li.active a {
                font-weight: 800;
                color: #f9971a;
                background-color: transparent;
            }

            .user-left-menu li a:hover {
                background-color: #eee;
                font-weight: 800;
                color: black;
            }

            .user-left-menu li.active a:hover {
                background-color: #eee;
                font-weight: 800;
                color: #50df85;
            }
}

@media (min-width: 768px) {

    .restaurant-info-padding {
        background-color: white;
        border-radius: 5px;
        box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.1)
    }

    .itemTotalPriceDiv {
        text-align: center !important;
    }

    #info {
        display: none !important;
    }

    #mapinfo {
        display: block;
    }

    .send-link.orange.foodmodal.xsvisible {
        display: none !important;
    }
}

.map {
    width: 100%;
    height: 300px;
    margin-bottom: 50px;
}



.restaurant-map {
    width: 100%;
    height: 223px;
    border: 4px solid #fff;
    border-radius: 3px;
}

.none-cart {
    display: none;
}

.scroll-top {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

    .scroll-top img {
        height: 50px;
    }



/*restaurant*/
.menu-restaurant {
    padding: 20px 0px 0px 0px;
    height: 280px;
}

    .menu-restaurant .restaurant-container {
        height: 100%;
        display: inline-block;
        margin: 15px 0 !important;
        background-color: #f8f8f8;
        transition: all 0.2s;
        width: 100%;
        /*border: 1px solid #d7d7d7;*/
    }

        .menu-restaurant .restaurant-container .inner {
            min-height: 225px;
            width: 100%;
        }

            .menu-restaurant .restaurant-container .inner h3 {
                /*text-transform: upercase;*/
                font-weight: bold;
                font-size: 18px;
            }

            .menu-restaurant .restaurant-container .inner p span {
                overflow: hidden;
            }

.menu-product .product-container .inner h3 {
    font-weight: 700;
    padding: 0 15px;
    font-size: 22px;
    margin-top: 20px;
}

    .menu-product .product-container .inner h3 div {
        height: 25px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.menu-restaurant:hover .restaurant-container {
    -webkit-box-shadow: 0px 0px 10px 3px rgba(123, 121, 121, 0.3);
    -moz-box-shadow: 0px 0px 10px 3px rgba(123, 121, 121, 0.3);
    box-shadow: 0px 0px 10px 3px rgba(123, 121, 121, 0.3);
}

.menu-restaurant .restaurant-image {
    height: 180px;
    width: 100% !important;
    overflow: hidden;
    text-align: center;
    vertical-align: middle !important;
}

    .menu-restaurant .restaurant-image img {
        /*height: auto!important;
        max-width: 56%;
        width: auto;*/
        display: inline-block !important;
        border-radius: 50%;
        overflow: hidden;
    }

.restaurant-logo-img {
    position: absolute;
    bottom: 0;
    /*width: 80%;*/
    left: 0;
    right: 0;
    margin: auto;
    height: 90%;
    padding: 4px 25px;
    border: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.menu-restaurant .restaurant-button {
    position: relative;
    width: 100%;
    display: inline-block;
}

    .menu-restaurant .restaurant-button .btn {
        padding: 0px !important;
        color: black !important;
        border-radius: 0px !important;
        border: 1px solid black;
        background-color: white;
        height: 100%;
        text-transform: uppercase;
    }

        .menu-restaurant .restaurant-button .btn div {
            background-color: rgb(39, 39, 39) !important;
            color: white !important;
            height: 40px;
            padding: 10px 15px;
            display: inline-block;
        }

        .menu-restaurant .restaurant-button .btn b {
            padding: 10px 15px;
            /*font-weight: 300;*/
        }

.menu-restaurant p button:active, .menu-restaurant p button:visited {
    outline: 0;
}

.navbar-brand {
    padding: 13px 5px 12px 5px;
}

    .navbar-brand img {
        margin-top: 10px;
        margin-left: 30px;
    }

.navbar-top-links {
    height: 70px;
}

    .navbar-top-links li {
        float: left;
    }

.half-padding {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.user-left-menu {
    list-style: none;
}

    /*.user-left-menu ul{
        
    }*/
    .user-left-menu li {
        /*display: inline-block;*/
        margin-top: 0 !important;
        border-bottom: 1px solid black;
    }

        .user-left-menu li.active {
        }

        .user-left-menu li a {
            font-weight: 800;
            color: black;
            text-transform: uppercase;
            padding-left: 5px;
        }

        .user-left-menu li.active a {
            font-weight: 800;
            color: #f9971a;
            background-color: transparent;
        }

        .user-left-menu li a:hover {
            background-color: #eee;
            font-weight: 800;
            color: black;
        }

        .user-left-menu li.active a:hover {
            background-color: #eee;
            font-weight: 800;
            color: #50df85;
        }

.closed-tag {
    color: white;
    text-transform: uppercase;
    background-color: #f9971a;
    padding: 3px 24px;
    position: absolute;
    font-size: 12px;
    font-style: italic;
    margin: -12px -44px;
    z-index: 2;
}

.promo-tag {
    color: white;
    text-transform: uppercase;
    background-color: #f9971a;
    padding: 9px 24px;
    position: absolute;
    margin: -1px -53px;
    line-height: 12px;
    z-index: 2;
}

.busy-tag {
    color: white;
    text-transform: uppercase;
    background-color: #ff9f4c;
    padding: 3px 24px;
    position: absolute;
    font-size: 12px;
    font-style: italic;
    margin: -12px -73px;
    cursor: pointer;
    z-index: 2;
}

.closed-tag-restaurant {
    color: white;
    text-transform: uppercase;
    background-color: #ff533c;
    padding: 0px 4px;
    float: left;
    position: absolute;
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: 500;
}

    .closed-tag-restaurant.open {
        background-color: white;
        color: black;
    }

.custom-link {
    color: black !important;
}

    .custom-link:hover {
        color: black !important;
    }

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 15px;
    line-height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #888;
    border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: white;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: -5px;
    width: 13px;
    height: 24px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.calendar-on-input {
    background-image: url('../content/images/sup_today_.png');
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.time-on-input {
    background-image: url('../content/images/icon_time.png');
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.search-on-input {
    background-image: url('../content/images/search_icon_dely.png');
    background-position: right 8px center;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-right: 35px;
}

.navbar {
    background-color: black;
}

.nav.navbar-top-links li a.account-links {
    padding: 0 !important;
    display: block;
    min-height: 0;
    font-weight: 500;
    line-height: 17px;
}

    .nav.navbar-top-links li a.account-links:hover {
        background-color: transparent !important;
    }

.restaurant-page-logo {
    text-align: center;
    vertical-align: middle;
}

    .restaurant-page-logo img {
        max-width: 70%;
        max-height: 150px;
    }

#showInfo {
    color: black;
    font-size: 16px;
    font-style: italic;
    border: none;
    background-color: transparent;
    width: 40px;
    text-align: center;
    margin-bottom: -25px !important;
}

    #showInfo:focus {
        outline: 0;
    }

.shake-icon {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
/*
.modal .alert.alert-danger {
    color: #ffffff;
    background-color: #fb6f6f;
    font-size: 15px;
}

.modal .alert.alert-success {
    color: #ffffff;
    background-color: #52b928;
    font-size: 15px;
}*/

.category-section {
    margin-top: 35px;
}

.slider-menu a:focus {
    outline-width: 0;
}

.slider-menu div:focus {
    outline-width: 0;
}

a.category-item hr {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ffc329;
    -webkit-transition: width .3s;
    transition: width .3s;
    margin: 0 auto;
    margin-top: 3px;
    border-top: 0;
}

a.category-item:hover hr, a.category-item.active hr {
    width: 80%;
}

.active-custom hr {
    width: 80% !important;
}

.comLink:hover {
    text-decoration: underline;
}

.CiGLink:hover {
    text-decoration: underline;
    text-decoration-color: #f9971a;
}

/* shopping cart css */

.hide_user {
    font-size: 17px;
    line-height: 17px;
    border: none;
    background-color: transparent;
    width: 40px;
    text-align: center;
    height: 17px;
}

    .hide_user:focus, .hide_user:focus {
        outline: 0;
    }

.user-footer {
    display: block;
    width: 100%;
    background-color: #ebebeb;
    color: black;
    padding: 20px 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .td-grid {
        display: grid;
    }

    .navbar-brand img {
        height: auto;
        margin-top: -5px;
        margin-left: 5px;
    }
}

.overlay {
    margin: 15px;
    position: absolute;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*height: 100%;
    width: 100%;*/
    opacity: 0;
    transition: .5s ease;
    background-color: #ffffff;
    opacity: 0.7;
}

.overlaytext {
    color: black;
    font-size: 15px;
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.red-link {
    color: #f9971a !important;
}


.header-menu {
    -webkit-box-shadow: 0px 4px 15px 1px rgba(150, 150, 150, 0.3);
    -moz-box-shadow: 0px 4px 15px 1px rgba(150, 150, 150, 0.3);
    box-shadow: 0px 4px 15px 1px rgba(150, 150, 150, 0.3);
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    z-index: 9;
    height: 120px;
}


/*@media (max-width: 767px) {
    .modal-open {
        overflow-y: scroll !important;
    }

    .modal-open .modal {
         overflow-y: scroll !important;
    }

    .modal {
        position: fixed !important;
        overflow-y: scroll !important;
    }
}*/

.modal-open {
    overflow-y: scroll;
}

    .modal-open .modal {
        overflow-y: scroll;
    }

.modal {
    position: fixed;
    overflow-y: scroll;
}

.about-us-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-us-li {
    text-indent: -23px;
}

    .about-us-li::before {
        content: "•";
        color: #f9971a;
        padding-right: 10px; /* or whatever color you prefer */
    }

.nav > li > a:focus {
    text-decoration: none;
    background-color: #f8f8f8;
    outline: none !important;
}

/*promotions*/

.strikethrough {
    position: relative;
}

    .strikethrough:before {
        position: absolute;
        content: "";
        left: 0;
        top: 47%;
        right: 0;
        border-top: 2px solid;
        border-color: #f9971a;
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        -o-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }

.old-price {
    position: absolute;
    top: -10px;
    right: 43px;
}

@media (max-width: 767px) {
    .old-price {
        position: absolute;
        top: -10px;
        right: 11px;
    }

    .small-no-float {
        float: none !important;
    }
}

.slicker {
    padding: 0;
    margin-top: 25px;
    height: 90px;
    display: none;
}

.slick-products {
    margin-left: -15px;
    margin-right: -15px;
}

.slick-products .slick-prev {
    left: -10px;
    z-index: 10;
}

.slick-products .slick-next {
    right: -10px;
    z-index: 10;
}

.link-copy {
    color: black !important;
    background-color: #fff4ad !important;
    border-color: #fff4ad !important;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    width: 300px;
    text-align: center;
    display: none;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 30px;
}

.app-band li {
    display: inline-block;
    font-size: 19px;
    padding: 10px 30px;
    position: relative;
    float: left;
    line-height: 25px;
    font-weight: 300;
}

.app-band {
    height: 100px;
}

.cookie-button {
    display: block;
    margin: auto !important;
    margin-top: 10px !important;
}

.cookie-text {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.cookie-link {
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline !important;
}

    .cookie-link:hover, .cookie-link:active {
        color: white;
        text-decoration: underline !important;
        background-color: #f9971a;
        font-weight: 400;
        letter-spacing: 0px !important;
        transition: all 0.2s;
    }

#cookie-overlay {
    padding: 15px;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999;
}

.input-group-addon {
    color: white;
    background-color: #f9971a;
    border-color: #f9971a
}

.margin-top-57 {
    margin-top: 57px;
}

.cursor-pointer {
    cursor: pointer;
}

.red {
    color: #e80d0d;
    font-weight: 600;
}

#youtubeModal iframe {
    width: 100% !important;
    height: 500px;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 25%);
        box-shadow: 0 5px 15px rgb(0 0 0 / 25%);
    }
}

.menu-restaurant-image-container img {
    border-radius: 50%;
}



.nav.product-details-select {
    border: none !important;
}

.product-details-select li a {
    color: black !important;
    border: none;
    border-bottom: 2px solid white;
}


.product-details-select li.active a {
    font-weight: 600;
    background-color: transparent;
    border-bottom: 2px solid black !important;
}

hr {
    border-top: 1px solid #ccc;
}

.cart-toggle:active, .cart-toggle:hover, .cart-toggle:focus {
    background-color: #333 !important;
}

.user-name-link {
    margin-left: 25px;
}

.footer-contact-form input, .footer-contact-form textarea {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #333;
    background-color: #dfe1df;
    padding: 10px;
    border-radius: 5px;
}

    .footer-contact-form input::placeholder, .footer-contact-form textarea::placeholder {
        font-style: normal;
    }

.footer-contact-form button {
    background-color: var(--autobooz-orange);
    color: white;
    font-weight: 700;
    padding: 10px 30px;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    min-width: 50%;
}

.home-discount-image {
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    min-height: 290px;
    background-position-y: top;
    transition: all .3s;
}

    .home-discount-image:hover {
        transform: scale(1.05);
    }

    .home-discount-image .discount-tag {
        height: 120px;
        width: 120px;
        border-radius: 50%;
        color: white;
        background-color: var(--autobooz-orange);
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 30px;
    }

        .home-discount-image .discount-tag .discount-value {
            font-size: 48px;
            font-weight: 800;
            line-height: 48px;
            margin-top: 24px;
        }

        .home-discount-image .discount-tag .discount-text {
            font-size: 14px;
            font-weight: 600;
        }

.search-filter {
    border: 2px solid var(--autobooz-orange);
    padding: 20px 40px;
}

.orange-button {
    background-color: var(--autobooz-orange);
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 3px;
    padding: 12px 25px;
    font-size: 16px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

    .orange-button:hover {
        text-decoration: none;
        color: #ffe0b3;
        background-color: var(--autobooz-orange);
    }

    .orange-button:visited,
    .orange-button:active,
    .orange-button:focus {
        text-decoration: none;
        color: white;
    }

    .orange-button.medium {
        font-weight: 500;
        padding: 10px 30px;
        font-size: 16px;
    }

.link-orange {
    color: var(--autobooz-orange);
}

.btn.btn-empty {
    border: none;
    background-color: transparent;
    padding: 0;
}

.translation-links {
    min-width: auto !important;
}

    .translation-links.dropdown-menu > li > a {
        padding: 2px 5px;
        background-image: none !important;
    }

    .translation-links a img {
        height: 35px;
    }

.language-dropdown {
    display: inline-block;
    position: absolute;
    top: 24px;
    right: 15px;
    z-index: 9999;
}

.home-title {
    font-size: 50px;
    line-height: 54px;
    font-weight: 900;
    margin-top: 10px;
    padding-top: 60px;
    color: white;
    text-align: center;
}

.home-checks {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 400;
}

.home-form {
    background-color: white;
    border-radius: 5px;
    padding: 15px;
    color: black;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.similar-products {
    background-color: white;
    display: inline-block;
    margin-right: 15px;
    border-radius: 5px;
    overflow: hidden;
    min-width: 240px;
}

.secondary-bottom-banner {
    height: 430px;
    background-size: cover;
    box-shadow: 0px 4px 4px 0px #00000040, inset 0 0 0 1000px rgb(0 0 0 / 50%);
    background-position-y: -200px;
}

.product-img {
    height: 300px;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

@media(min-width:768px) and (max-width:991px) {
    .container-fluid.top-banner.smaller {
        min-height: 300px;
    }

    button.navbar-toggle, button.navbar-toggle:visited, button.navbar-toggle:active, button.navbar-toggle:focus {
        margin-top: 27px;
        background-color: black !important;
        border-color: transparent !important;
    }
        .navbar-toggle {
            display: block;
        }
    /*.shopping-cart-sidemenu.hidden {
        display: block !important;
    }

    .shopping-cart-sidemenu {
        display: none !important;
    }*/

    .secondary-bottom-banner {
        height: 316px;
        background-position-y: -86px;
    }

    .home-title {
        line-height: 50px;
        font-size: 50px;
        margin-top: 180px;
    }

    .home-checks > span {
        font-size: 15px;
    }

    .home-form {
        margin-top: 70px;
    }

    .home-input {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .xs-padding-left-0 {
        padding-left: 0 !important;
    }

    .xs-padding-right-0 {
        padding-right: 0 !important;
    }

    .home-discount-image .discount-tag {
        height: 110px;
        width: 110px;
        left: 30px;
    }

        .home-discount-image .discount-tag .discount-value {
            font-size: 40px;
            line-height: 45px;
            margin-top: 20px;
        }

        .home-discount-image .discount-tag .discount-text {
            font-size: 16px;
        }

    

    .shopping-cart-sidemenu {
        top: 160px;
    }
}
.price-per-day {
    display: inline-block;
    background-color: #e5e5e5;
    padding: 5px 25px;
    border-radius: 3px;
    margin-left: 20px;
    float: right;
    margin-top: 5px;
    font-size: 18px;
}
.checkout-title{
    font-size:60px;
}

.arrow-toggler {
    position: fixed;
    top: 90px;
    right: 0px;
    z-index: 99;
    padding: 10px 15px;
    border: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
@media(max-width: 767px) {
    .checkout-title {
        font-size: 45px;
    }
    .xs-padding-left-0{
        padding-left:0!important;
    }
    .price-per-day {
        float: none !important;
        display: block;
        text-align: center;
        margin-left: 0;
    }
    .font-sz-xs-14{
        font-size:14px!important;
    }
    .car-props .col-xs-8 .d-inlineblock{
        height:40px;
    } 
    .container-fluid.top-banner.smaller {
        min-height: 250px;
    }

    .xs-margin-top-0 {
    margin-top:0!important;
    }
    .language-dropdown {
        right: 150px;
    }
    .filter-popup {
        top: 0;
    }
    .type-box {
        width: 90px !important;
        margin-bottom: 10px;
    }
    .filler-box{
        padding:5px!important;
    }
    .search-filter {
        padding: 20px 20px 20px 30px;
        background-image: url(../Content/images/dots_vertical.jpg);
        background-repeat: no-repeat;
        background-position-y: 24px;
        background-size: 13px;
        background-position-x: 5px;
    }

    .details-prod {
        width: 65px;
    }
    .product-img {
        height: 210px;
    }

    .shopping-cart-sidemenu.hidden {
       
        display: none !important;
    }

    .shopping-cart-sidemenu {
        /*position: relative !important;*/
        border: 1px solid #ccc !important;
        box-shadow: 0px 0px 11px 9px #0000000a !important;
        padding: 0px !important;
        /*top: 0 !important;*/
        display: block !important;
    }

    .shopping-cart-sidemenu {
        top: 90px;
    }

    .secondary-bottom-banner {
        height: 160px;
        background-position-y: -27px;
    }

    .home-title {
        line-height: 50px;
        font-size: 40px;
    }

    .home-checks > span {
        font-size: 18px;
        display: block;
    }

    .home-form {
        margin-top: 30px;
    }

    .home-input {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .xs-padding-left-0 {
        padding-left: 0 !important;
    }

    .xs-padding-right-0 {
        padding-right: 0 !important;
    }

    .home-discount-image .discount-tag {
        height: 110px;
        width: 110px;
        left: 30px;
    }

        .home-discount-image .discount-tag .discount-value {
            font-size: 40px;
            line-height: 45px;
            margin-top: 20px;
        }

        .home-discount-image .discount-tag .discount-text {
            font-size: 16px;
        }

    
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}


a.gflag {
    vertical-align: middle;
    font-size: 24px;
    padding: 1px 0;
    background-repeat: no-repeat;
    background-image: url(//gtranslate.net/flags/24.png);
}

    a.gflag img {
        border: 0;
    }

    a.gflag:hover {
        background-image: url(//gtranslate.net/flags/24a.png);
    }

#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}

body {
    top: 0 !important;
}

#google_translate_element2 {
    display: none !important;
}

.ui-timepicker-wrapper {
    max-height: 210px !important;
}
