/* ==== 1.0 TOP MENU === */

a {
    color: #bbb;
}

.video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    margin-bottom: 20px;
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.language-selection-wrap {
    background: rgba(38, 38, 38, 0.95);
	z-index: 99999999;
}

.city-title {
    font-size: 18px;
    color: #fff;
}

.language-selection-wrap ul li a {
    color: #f33f0e;
    display: block;
    text-transform: capitalize;
}

.column-citys {
    -webkit-column-width: 20%;
    -moz-column-width: 20%;
    column-width: 20%;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}


/* ==== 2.0 FOOTER === */

.section-footer a:hover {
    color: #f33f0e;
}

.reklama-footer {
    text-align: center;
    padding: 15px;
}

/* ==== 2.1 SOCIAL ICONS === */

.social-icon a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 20px;
    margin-right: 5px;
}

.social-icon a:hover {
    color: #f33f0e;
}


.social-icon-fb {
    background-position: -66px -41px;
    width: 16px;
    height: 16px;
    margin-top: 11px;
    margin-left: 12px;
}

.social-icon-inst {
    background-position: -66px -41px;
    width: 16px;
    height: 16px;
    margin-top: 11px;
    margin-left: 2px;
}

.social-icon-twit {
    background-position: -66px -41px;
    width: 16px;
    height: 16px;
    margin-top: 11px;
    margin-left: 12px;
}

.social-icon-vk {
    background-position: -66px -41px;
    width: 16px;
    height: 16px;
    margin-top: 11px;
    margin-left: 10px;
}

.social-icon-ok {
    background-position: -66px -41px;
    width: 16px;
    height: 16px;
    margin-top: 11px;
    margin-left: 15px;
}

.social-icon-google {
    background-position: -66px -41px;
    width: 16px;
    height: 16px;
    margin-top: 11px;
    margin-left: 11px;
}


/* ==== 3.0 INDEX PAGE === */

/* HOW IT WORKS SECTIONS */
.steps-new {
    margin: 0 auto 30px auto;
}

.steps-title {
    font-size: 20px;
    padding-bottom: 10px;
}


.section-feature-resto img {
    max-height: 160px;
}

/* APP SECTIONS */
.sections-mobi {
    padding-top: 20px;
    padding-bottom: 0px;
}


.app-title {
    color: #0d1115;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    margin-top: 100px;
    margin-bottom: 20px;
}

.app-description {
    font-size: 18px;
    font-weight: normal;
    line-height: 35px;
    margin-bottom: 10px;
}

.app-buttons {
    padding-top: 20px;
}


/* ==== 4.0 SEARCH AREA - RESTORANS LIST === */

.bg-restoran-list {
    background: #e6e6e6 url(../images/body-pattern.jpg);
}

.bg-list {
    /*background-image: url(../images/list.png);*/
    background-repeat: no-repeat;
    background-position: top left;
    margin-top: -20px;
    position: relative;
}

.result-merchant .inner {
    border: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    text-align: center;
    -webkit-transition: border .5s ease;
    -moz-transition: border .5s ease;
    transition: border .5s ease;
    position: relative;
    text-decoration: underline;
}

.result-merchant .inner:hover {
    border: 1px solid #f33f0e
}


.restoran-item_image img {
    background: #fff;
    display: block;
    border-radius: 5px;
    margin: 0 auto;
    height: auto;
    max-height: 160px;
    min-height: 160px;
    border: 1px solid #fff;
}

h4.restoran-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #959595;
    line-height: 14px;
    margin-bottom: 15px;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    transition: color .5s ease;
}

.result-merchant .inner:hover .restoran-title {
    color: #f33f0e;

}

.result-merchant .inner .restoran-item_top {
    padding-bottom: 0px;
}

.result-merchant .inner .restoran-service {
    font-size: 13px;
    line-height: 20px;
    color: #333;
    font-weight: 400;
    margin: 0px;
}

.result-merchant .inner .restoran-infobar {
    font-size: 10px;
    text-transform: uppercase;
    color: #959595;
    line-height: 14px;
    margin-bottom: 0px;
}

.result-merchant .inner .restoran-infobar-desc {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: 300;
    padding-bottom: 10px;
}

.result-merchant .inner .votes {
    font-size: 12px;
    padding-right: 10px;
    color: #959595;
}


.result-merchant .inner a.add_favorites i {
    font-size: 35px;
}

a.add_favorites:hover i {
    color: #f33f0e;
}

a.add_favorites.selected,
.menu-header a.add_favorites.selected {
    color: #f33f0e;
}

.open-store {

}

.close-store {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.4
}

.close-store-badge {
    position: relative;
    background: red;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 5px;
    width: 100%;
    z-index: 10;
    top: 122px;
    margin-top: -24px;
}

.pre-order-store {
    opacity: 0.4;
}

.pre-order-badge {
    position: relative;
    background: #f33f0e;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 5px;
    width: 100%;
    z-index: 10;
    top: 122px;
    margin-top: -24px;
}

.rating-stars img {
    width: 12px;
    height: auto;
}


/* ==== 5.0 RESTOURANT PAGE === */


.search-wraps-rest {
    border: 0px solid white;
    margin: auto;
    padding-top: 125px;
}


.bg-restoran-list {
    margin-top: -2px;
}

.section-menu ul#tabs li i {
    font-size: 18px;
    display: default;
}

.section-your-address {
    background: #383838;
    padding: 20px;
    text-align: left;
    color: #fff;
}

.section-your-address h4 {
    color: #fff;
    padding-bottom: 10px;
}

.restoran-logo-pers img {
    background: #fff;
    display: block;
    border-radius: 5px;
    margin: 0 auto;
    height: auto;
    max-height: 160px;
    min-height: 160px;
    border: 1px solid #fff;
    margin-top: 10px;
    display: none
}

h4.restoran-title-pers {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 14px;
    margin-bottom: 15px;
	display:none;
}

p.restoran-cousen-pers {
    font-size: 13px;
    text-align: left;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
	display:none;
}

p.pers-votes {
    font-size: 12px;
    padding-right: 10px;
    color: #fff;
    text-align: left;
}

.rating-stars-pers {
    text-align: center;
}

.restoran-item_top a.add_favorites i {
    font-size: 35px;
}


.parallax-search.parallax-menu {
    min-height: 320px !important;
}

.restoran-item_bottom-2 {
    margin-top: -95px;
}

p.restoran-info-pers {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    line-height: 14px;
    margin-bottom: 5px;
}

p.restoran-info-pers-desc {
    font-size: 16px;
    color: #fff;
    line-height: 14px;
    margin-bottom: 0px;
}

.review-info {
    padding: 10px;
}

.bg-menu-inner {
    background-color: #fff;
}

.delivery_wraper p {
    font-size: 14px;
    margin-right: 14px;
    justify-content: space-between
}

.delivery_wraper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.category a {
    display: block;
    border-bottom: 1px solid #c9c7c7 !important;
    border-left: 0px !important;
    border-right: 0px !important;
    color: #333;
    border-top: 1px solid #c9c7c7 !important;
    padding: 10px 8px;
    font-size: 14px;
    font-weight: 400;
    background: transparent;
}

.category a:hover {
    background: #fff;
    color: #6c9504;
    border-left: 1px solid #6c9504;
}

.category .goto-category.active {
    background: #fff;
    color: #6c9504;
    border-left: 1px solid #6c9504;
}

.menu-cat a span {
    font-size: 25px;
	background-color: #ddd;
}

/* ==== 5.1 RESTOURANT PAGE - CART === */


html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body.overflow-hidden {
    /* prevent 2 vertical scrollbars on ie and firefox when the cart is visible */
    overflow: hidden;
}


.cd-container {
    /* this class is used to horizontally align the gallery of items */
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

.cd-img-replace {
    /* replace text with a background-image */
    display: inline-block;
    white-space: nowrap;
}


#cd-cart-trigger a {
    position: fixed;
    width: 72px;
    height: 72px;
    border-left: none;
    right: 0%;
    top: 30%;
    background: #f33f0e url("../images/cart5.svg?1.0") no-repeat center center;
    -webkit-transition: height .4s .1s, width .4s .1s, box-shadow .3s;
    transition: height .4s .1s, width .4s .1s, box-shadow .3s;
    -webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
    transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
    border-radius: 6px;
}

#cd-cart-trigger a:hover {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}


#cd-cart {
    position: fixed;
    bottom: 0;
    height: 100%;
    width: 30%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    padding-bottom: 30px;
}


#cd-cart .header-cart {
    padding-top: 50px;
}

#cd-cart {
    right: -100%;
    background: #FFF;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
}

#cd-cart.speed-in {
    right: 0;
}

#cd-cart > * {
    padding: 0 2em;
}

#cd-cart h2 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 1em 0;
}

#cd-cart .checkout-btn {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    background: #f33f0e;
}

#cd-cart .checkout-btn:hover {
    background: #94bf00;
}

#cd-cart .cd-go-to-cart {
    text-align: center;
    margin: 1em 0;
}

#cd-cart .cd-go-to-cart a {
    text-decoration: underline;
}

#cd-shadow-layer {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    z-index: 999;
    display: none;
}

#cd-shadow-layer.is-visible {
    display: block;
    -webkit-animation: cd-fade-in 0.3s;
    -moz-animation: cd-fade-in 0.3s;
    animation: cd-fade-in 0.3s;
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}




/* ==== 5.2 RESTOURANT PAGE - MENU V2 === */


.items_wrapper .product-item:first-child {
    margin-left: 0
}

.items_wrapper .product-item:last-child {
    margin-right: 0
}

.product-item {
    cursor: pointer;
    text-align: center;
    position: relative;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ececec;
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
    background: #fff
}

.product-item_image {
    width: 100%;
    display: table;
    height: 209px
}

.product-item_image_wrapper {
    display: table-cell;
    vertical-align: middle;
    position: relative
}

.product-item_image_wrapper > img {
    width: auto;
    max-height: 200px
}

.product-item_title {
    width: 100%;
    color: #333;
    display: table;
    height: 70px;
    font-size: 16px;
    line-height: 22px;
    background: #fafafa
}

.product-item_title_wrapper {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}

.product-item_title_wrapper p {
    max-height: 70px;
    overflow: hidden;
    padding: 0 10px;
    text-decoration: none;
}

.decoration-none, .decoration-none:hover {
    text-decoration: none;
}

a:hover.product-item_title_wrapper p {
    max-height: 70px;
    overflow: hidden;
    padding: 0 10px;
    text-decoration: none;
}


.product-item_bonus {
    color: #656565;
    font-size: 12px;
    min-height: 62px;
    padding: 18px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.product-item_bonus span {
    color: #000;
    font-size: 18px
}

.product-item_bonus .food-size {
    font-size: 14px;
    color: #bbb;
}

.product-item:hover
.product-item_description {
    display: inherit
}

.product-item_row {
    padding: 18px 15px;
    min-height: 73px;
    position: relative
}

.product-item_row .btn {
    width: 100%;
    margin-top: 15px
}

.product-item_bonus, .product-item_like {
    padding: 0;
    vertical-align: middle;
    text-align: left;
    float: right;
    min-height: 24px
}

.product-item_like {
    float: left;
    color: #ccc
}

.product {
    margin-top: 100px
}

.product_title {
    font-size: 32px;
    margin-bottom: 20px;
}

.product-item_bonus .sale-price {
    font-weight: 400;
}

.product-item_bonus .normal-price {
    font-size: 13px;
    color: red;
    font-weight: 100;
    text-decoration: line-through;
}

.itool2 {
    position: relative
}

.itool2-box {
    position: absolute;
    min-height: 348px;
    bottom: 0;
    left: -15px;
    right: -15px;
    z-index: 9;
    border: 1px solid #f33f0e;
    display: none;
    background: #fff;
    box-shadow: 0 0 3px #bbb
}

.itool2:hover .itool2-box {
    display: block
}

.itool2-box .product-item_image {
    display: block;
    min-height: 209px;
    height: auto
}

.itool2-box .product-item_image img {
    max-width: 100%;
    max-height: none;
    padding: 10px;
}

.itool2-box .product-item_title {
    line-height: 18px;
    padding: 7px 0;
}

.itool2-box .product-item_title_wrapper div {
    padding: 0 15px 5px 15px;
    font-size: 16px;
    line-height: 22px;
    text-align: center
}

.itool2-box .product-item_title_wrapper p {
    padding: 0 15px;
    font-size: 13px;
    color: #585858;
    text-align: left;
    max-height: none;
}

.itool2-box .product-item_row {
    padding: 17px 29px
}

.itool2-box .product-item_title_wrapper .link {
    bottom: -2px
}

.addonitem-list {
    width: 260px;
    display: inline-block;
    vertical-align: top;
    border: 0;
    margin: 0 0 8px 0;
}

.addonitem-title {
    font-size: 15px;
    width: 170px;
    display: inline-block;
}

.addonitem-price {
    font-size: 12px;
    width: 70px;
    display: inline-block;
    text-align: right;
}


/* ==== 5.3 RESTOURANT PAGE - SOLO FOOD === */

.view-food-item-wrap .food-single-title {
    font-size: 18px;
    font-weight: bold;
}

.view-food-item-wrap span {
    font-size: 18px;
	margin-left:52px;
}

/* ==== 6.0 PAYMENTS === */

.payment-provider-wrap img.logo-small {

    margin: 5px;
    margin-left: 15px;
    padding: 2px;
    border: 1px solid #ccc;
}

.collapse-div {
    font-weight: bold;
    background: #e8e8e8;
    margin-top: 5px;
    width: 100%;
    margin-bottom: 5px;
}

a.collapse-div span {
    background: unset;
}

.right-arrow {
    margin-right: 5px;
    font-size: 23px;
    color: #050505;
    font-weight: bold;
    /* font-size: 20px; */
    line-height: 19px;
}

.view-food-item-wrap .section-label a.section-label-a span {
    font-size: 13px;
    text-transform: capitalize;
    font-family: Roboto, Verdana, sans-serif;
    background: unset;
}

div.radio, div.radio input, div.radio span {
    width: 18px;
    height: 18px;
}

div.checker, div.radio, div.uploader {
    position: relative;
}

div.radio {
    margin-right: 4px;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.radio span.checked {
    background-position: 0px -1003px !important;
}

div.radio span {
    background-image: url(https://static.hungryhouse.co.uk/images/hh_icons_sprite.png) !important;
    background-position: 0px -1034px !important;
}

div.radio input {
    opacity: 1;
    filter: alpha(opacity=0);
    border: none;
    zoom: 1;
    position: relative !important;
    margin: 4px 0 0 0 !important;
    -moz-opacity: 0;
    background: 0 0;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    text-align: center;
}

.view-food-item-wrap input[type="checkbox"] + label:after {
    content: "" !important;
    position: absolute !important;
    width: 0px !important;
    height: 12px !important;
    border-bottom: 4px solid #22b573 !important;
    border-left: 4px solid #22b573 !important;
    top: 30% !important;
    left: 55% !important;
    -webkit-transform-origin: bottom left !important;
    transform-origin: bottom left !important;
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    opacity: 0 !important;
    transition: all ease-out 200ms !important;
}

input[type="checkbox"] + label:after {
    content: "" !important;
    position: absolute !important;
    width: 0px !important;
    height: 12px !important;
    border-bottom: 4px solid #22b573 !important;
    border-left: 4px solid #22b573 !important;
    top: 30% !important;
    left: 55% !important;
    -webkit-transform-origin: bottom left !important;
    transform-origin: bottom left !important;
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    opacity: 0 !important;
    transition: all ease-out 200ms !important;
}

.view-food-item-wrap input[type="checkbox"] + label {
    position: absolute !important;
    width: 25px !important;
    height: 25px !important;
    border: 5px solid #555 !important;
    border-radius: 100% !important;
    top: 35% !important;
    left: 10% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    transition: all ease-out 200ms !important;
    text-indent: 90px !important;
    font: normal normal 30px/60px "Helvetica" !important;
    white-space: nowrap !important;
    color: #555 !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

input[type="checkbox"] + label {
    width: 25px !important;
    height: 25px !important;
    border: 5px solid #555 !important;
    border-radius: 100% !important;
    top: 32% !important;
    left: 6% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    transition: all ease-out 200ms !important;
    text-indent: 25px !important;
    white-space: nowrap !important;
    color: #555 !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.view-food-item-wrap input[type="checkbox"]:checked + label {
    border: 4px solid #22b573 !important;
}

span.price_popup {
    position: relative;
    left: 14px;
}

.view-food-item-wrap input[type="checkbox"]:checked + label:after {
    opacity: 1 !important;
    width: 30px !important;
}

.btn-red {
    background: red !important;
}

#ui-datepicker-div, #ui-timepicker-div {

    z-index: 4 !important;
}

@media (max-width: 767px) {
    .view-food-item-wrap input[type="checkbox"] + label {
        top: 35% !important;
        left: 11% !important;
    }

    .main_price {
        margin-left: 22px !important;
    }

}