.clear { clear: both; }

/**
 *  Pizza price, when popup is opened and choosing "Sizes".
 */
.inb-item .inb-text > .inb-price {

    color: #000;
    font-weight: bold;
}

/**
 *  Tiny item boxes modification.
 */
.product-wrap .tiny-item {

    padding: 10px 0;
    margin: 0;
    display: block;
    background-color: transparent;
    border: 0px none;
    text-align: left;
    position: relative;
}

.tiny-item .tiny-item-text {

    width: 60%;
}

.tiny-item-inline-block {
    
    vertical-align: middle;
    display: inline-block;
}

/**
 * Toggle buttons
 */

.pz_switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    vertical-align: middle;
}

.pz_switch input {display:none;}

.pz_slider {
    
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ee6b6b;
    -webkit-transition: .4s;
    transition: .4s;
}

.pz_slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .pz_slider {

    background-color: #009688;
}

input:focus + .pz_slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .pz_slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.pz_slider.pz_round {
    border-radius: 34px;
}

.pz_slider.pz_round:before {
    border-radius: 50%;
}

.ti-tbl {
    
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.ti-tbl .ti-text {
    
    width: 100%;
}

.ti-tbl .ti-price {
    
    font-weight: bold;
    white-space: nowrap;
    min-width: 75px;
    text-align: center;
}

.ti-tbl .ti-button {
    
    text-align: right;
}

.ti-tbl .ti-text, .ti-tbl .ti-price {
    
    font-size: 18px;
    color: #222;
    line-height: 20px;
}

.product .mb-order-icon {
    
    color: #222;
}

/**
 * Order icon
 */

.mb-order-icon > i {
    
    display: none;
}

.mb-order-icon {
    
    border: 1px solid #870000;
    color: #870000 !important;
    display: inline-block !important;
    height: 32px !important;
    width: 32px !important;
    font-size: 22px !important;
    text-align: center;
    line-height: 32px !important;
    border-radius: 3px;
}

.homepage_wallpaper {
    
    min-height: 100%;
    background: url('../img/food_wallpaper.jpg') no-repeat top center;
    background-size: cover;
    overflow: hidden;
    min-height: 100vh !important;
}

.homepage .top-header {
    
    background-color: transparent;
}

.lines-icon {
    
    height: 34px;
    width: 40px;
    display: inline-block;
    vertical-align: middle;
}

.top-header {
    
    height: 50px;
}

.main-menu {
    
    top: 50px;
}

.custom {
    
    font-size: 16px;
    margin-top: 0px;
}

.header {
    
    margin-top: 50px;
}

.homepage .header {
    
    margin-top: 85px;
}

.open-msg {
    
    display: block;
    margin-top: 5px;
    font-size: 11px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 90%;
    margin: 10px auto 0 auto;
    color: black;
    line-height: 12px;
    padding: 5px 5px 7px 5px;
}

.open-msg > a {
    
    color: #870000;
    text-decoration: underline;
}

.homepage .container {
    
    background-color: transparent;
    margin-top: 30px;
}

.homepage + .footer {
    
    background-color: #404;
}

.footer .copy_r {
    
    font-size: 13px;
}

.popup-container .popup-close {
    
    position: absolute;
    top: 12px;
    right: 12px;
    color: #870000;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    border: solid 2px #870000;
    line-height: 30px;
    background-color: white;
}

.checkout-container > .gl-wrapper {
    
    width: 100% !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.product-wrap .panel .panel-title {
    
    font-weight: bold;
}

.inn-row-product .row-second-product .product-selector {
    
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 8px 5px;
}

.inn-row-product .row-second-product .product-selector > option {
    
    font-size: 16px;
}

.inn-row-product.special-offer .second-product-txt {
    
    font-size: 15px !important;
}

.header .logo_wrapper img {
    
    
}

.container .norm_text {
    
    font-size: 16px;
}

.container .norm_text > b {
    
    font-size: inherit;
}