@import url('https://fonts.googleapis.com/css?family=Assistant:300,400&subset=hebrew');

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* fonts */

@font-face {
    font-family: "fbhachaluzim";
    src: url("../fonts/FbHachaluzim-Regularwebfont.eot");
    src: url("../fonts/FbHachaluzim-Regularwebfont.eot?#iefix") format("embedded-opentype"), url("../fonts/FbHachaluzim-Regularwebfont.woff") format("woff"), url("../fonts/FbHachaluzim-Regularwebfont.ttf") format("truetype"), url("../fonts/FbHachaluzim-Regularwebfont.svg#fb_ogenregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: "fbhachaluzim";
    src: url("../fonts/FbHachaluzim-Boldwebfont.eot");
    src: url("../fonts/FbHachaluzim-Boldwebfont.eot?#iefix") format("embedded-opentype"), url("../fonts/FbHachaluzim-Boldwebfont.woff") format("woff"), url("../fonts/FbHachaluzim-Boldwebfont.ttf") format("truetype"), url("../fonts/FbHachaluzim-Boldwebfont.svg#fb_ogenregular") format("svg");
    font-weight: bold;
    font-style: normal;
}
*/

/* general */


* {
     box-sizing: border-box;
}

html {
    direction: rtl;
}

body {
    background: #94181e;
    font-family: "fbhachaluzim",Helvetica,Arial,sans-serif;
    color: white;
    text-align: right;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-size: 18px;
}

body.home {
    background: #94181e url(/images/front/bg_home.jpg) no-repeat top center / cover fixed;
}

body.location {
    background: #94181e url(/images/front/bg_location.jpg) no-repeat top center / cover fixed;
}

body.auth {
    background: #94181e url(/images/front/bg_register.jpg) no-repeat top center / cover fixed;
}

body.menu {
    background: #94181e url(/images/front/bg_menu.jpg) no-repeat top center / cover fixed;
}

.content {
    flex: 1;
}

a, a:focus, a:hover {
    text-decoration: none;
    color: red;
}

input, textarea {
    color: #2f2f2f;
}

label {
    font-weight: normal;
}

button {
    background: white;
}

.btn.btn-primary {
    background: #d4232b;
    color: white;
}

.clear {
    clear: both;
}

/* main pages */

.main {
    text-align: center;
    padding-bottom: 150px;
    color: black;
}

.main .logo {
    display: inline-block;
    background: url(../images/front/logo_big.png) no-repeat center center / contain;
    width: 400px;
    height: 217px;
    margin-top: 50px;
    margin-bottom: 20px;
}

body.home .main .logo {
    background: url(../images/front/logo_big.png) no-repeat center center / contain;
    width: 700px;
    height: 217px;
}

.main .home_links {
    margin-bottom: 50px;
}

.main .home_links a {
    display: inline-block;
    width: 291px;
    margin: 0 30px;
    color: white;
    font-size: 50px;
    position: relative;
}

.main .home_links a img {
}

.main .home_links a span {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 190px;
    left: 32px;
    right: 41px;
    line-height: 1;
}

.main .regions {
    bottom: 0px;
    left: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.main .regions span {
    color: #da0000;
}

.main input[type=text],
.main input[type=password],
.main select,
.main button.btn,
a.btn {
    padding: 5px 10px;
    color: black;
    background: white;
    font-size: 30px;
    text-align: center;
    border-radius: 0;
    border: 5px solid white;
}

a.btn {
    padding: 5px 40px;
    font-weight: bold;
}

.main input[type=text],
.main input[type=password],
.main select {
    display: block;
    width: 100%;
    margin: 0 auto 35px;
    border-radius: 10px;
}

.main input[type=text].form-control,
.main select.form-control{
    width: 100%;
}

.main button.half,
.main a.btn.half {
    width: 190px;
}

#reset_password {
    font-size: 20px;
    text-decoration: underline;
    color: black;
}

a.show_policy {
    color: black;
    text-decoration: underline;
}


/*
.main select {
    width: 280px;
    margin-left: 15px;
}
*/

.main label {
    width: 100%;
    text-align: right;
    font-size: 30px;
}

.main input[type=submit] {
    background: #d4232b;
    color: white;
    padding: 5px 10px;
    border-radius: 0;
    border: 5px solid white;
    display: inline-block;
    width: 320px;
    font-size: 30px;
    font-weight: bold;
}

.main .choose_location input[type=submit],
.main .choose_location input[type=text],
.main .choose_location a.btn {
    width: 100%;
}

.main .choose_location input[type=submit],
.main .choose_location a.btn {
    font-size: 35px;
    font-weight: bold;
    line-height: 43px;
}

.main .choose_location input[type=submit] {
    margin-right: -150px;
}

.main .choose_location input[type=text] {
    text-align: right;
    padding: 5px 20px;
}


.main .choose_location .or {
    color: white;
    font-size: 45px;
    font-weight: bold;
    margin-right: -30px;
}

.main .center {
    max-width: 400px;
    margin: 0 auto;
}

.map_wrapper {
    background: url(../images/front/bg_map.png) no-repeat;
    width: 785px;
    height: 585px;
    margin: 50px auto;
    padding: 30px 50px 47px 36px;
}

.map_wrapper > div {
    height: 100%;
}

/* menu */

header {
    color: white;
    height: 220px;
    padding-top: 20px;
}

header .logo {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/front/logo_big.png) no-repeat;
    background-size: contain;
    width: 185px;
    height: 170px;
    margin: -20px -20px 0 0;
}

header .welcome {
    display: inline-block;
    background: url(../images/front/user.png) no-repeat right center;
    padding-right: 70px;
    margin-left: 30px;
    line-height: 50px;
    font-size: 20px;
}

header .branch {
    font-size: 22px;
    font-weight: bold;
}

header .open_profile {
    color: white;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    padding: 0 15px;
}

header a {
    color: white;
}


.menu_wrapper {
    clear: both;
    overflow: hidden;
    position: relative;
    padding-top: 30px;
}

.menu_wrapper .logo {
    width: 17%;
    height: 200px;
    float: right;
    background: url(../images/front/logo_small.png) no-repeat center center / contain;
    margin-bottom: 15px;
    margin-top: -150px;
    transition: all 0.4s ease-in-out;
}

.menu_wrapper ul.categories {
    width: 17%;
    float: right;
    clear: right;
    background: #d2232a;
    border: 5px solid white;
    box-shadow: 5px 5px 5px #671115;
    list-style: none;
    margin: 0;
    padding: 20px 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.menu_wrapper ul.categories li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}
/*
.menu_wrapper ul.categories > li:nth-child(1):after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 29px;
    bottom: -15px;
    background: url('../images/front/red_border.png') no-repeat center center;
}

.menu_wrapper ul.categories li:nth-child(1) a {
    color: white;
    background: #d11c1c;
}
*/
.menu_wrapper ul.categories li a {
    display: block;
    padding: 15px 15px;
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.menu_wrapper ul.categories li a.active {
    color: #d2232a;
    background: white;
}

.menu_wrapper ul.categories li ul {
    list-style: none;
    display: none;
    background: white;
    padding: 0 20px 0 0;
    position: relative;
}

.menu_wrapper ul.categories li a.active + ul {
    display: block;
}

.menu_wrapper ul.categories li ul li {
}

.menu_wrapper ul.categories li ul li a {
    display: block;
    padding: 3px 15px;
    color: #d2232a;
    border: none;
    font-size: 20px;
    font-weight: bold;
}

.menu_wrapper ul.categories li ul li a.active {
    position: relative;
    text-decoration: underline;
    color: #d2232a;
}

.menu_wrapper .center {
    float: right;
    width: 54%;
    margin-right: 2%;
    transition: all 0.4s ease-in-out;
}


.menu_wrapper ul.tags {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.menu_wrapper ul.tags li {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #f1f1f1;
}

.menu_wrapper ul.tags li a {
    color: #f1f1f1;
    padding: 0px 15px;
    display: block;
    font-size: 22px;
    font-weight: bold;
}

.menu_wrapper ul.tags li a.active {
    position: relative;
    border-bottom: 1px solid white;
    margin-bottom: -1px;
}


.menu_wrapper .products {
    overflow-y: auto;
    height: 700px;
    margin-bottom: 50px;
}


.menu_wrapper .products ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.menu_wrapper li.product {
    display: block;
    float: right;
    width: 45%;
    margin: 0 0 20px 5%;
    position: relative;
    cursor: pointer;
}

.menu_wrapper li.product.filter-cat-2,
.menu_wrapper li.product.filter-cat-7 {
    width: 45%;
}

.menu_wrapper li.product.ui-draggable-dragging {
    background: #d2232a;
    width: 200px;
    padding: 5px;
}

.menu_wrapper li.product img {
    background: white;
    width: 100%;
    box-shadow: 5px 5px 5px #671115;
}

.menu_wrapper li.product a {
    display: inline-block;
    color: white;
    width: 26px;
    line-height: 40px;
    text-align: center;
    font-family: helvetica;
    font-size: 30px;
    float: right;
}

.menu_wrapper li.product:hover a {
    border-color: white;
    color: white;
}

.menu_wrapper li.product .title {
    display: block;
    padding: 4px 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.menu_wrapper li.product .price {
    color: white;
    position: absolute;
    left: -5px;
    top: 60%;
    padding: 0px 10px;
    font-size: 24px;
    line-height: 1;
    background: #d11c1c;
    border: 2px solid white;
}

.menu_wrapper li.product .description {
    display: none;
}

.menu_wrapper .cart {
    width: 25%;
    float: right;
    position: relative;
    margin-right: 2%;
    color: white;
}

.menu_wrapper .cart > .wrapper {
    background: #d2232a;
    border: 5px solid white;
    box-shadow: 5px 5px 5px #671115;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    padding-bottom: 10px;
}

.menu_wrapper .cart > .wrapper.affix {
    top: 20px;
    z-index: 1;
}

.menu_wrapper .cart h3 {
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
}

.menu_wrapper .cart .list {
    padding: 15px;
}

.menu_wrapper .cart .list .wrapper {
    min-height: 270px;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 5px;
    max-height: 35vh;
    overflow: auto;
}

.menu_wrapper .cart .list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
}

.menu_wrapper .cart .list ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    clear: both;
}

.menu_wrapper .cart .list ul li span.price {
    color: white;
    display: inline-block;
    float: left;
    direction: ltr;
}

.menu_wrapper .cart .list ul li a.minus,
.menu_wrapper .cart .list ul li a.plus {
    color: #d2232a;
    background: white;
    display: inline-block;
    text-align: center;
    width: 15px;
    line-height: 15px;
    border-radius: 50%;
    font-family: helvetica;
    cursor: pointer;
}

.menu_wrapper .cart .list ul li a.title {
    color: white;
}

.menu_wrapper .cart .list ul li span.description {
    display: block;
}

.menu_wrapper .cart .list ul.details {
    padding-right: 20px;
    font-size: 18px;
}
/*
.menu_wrapper .cart .list .subtotal {
    border-top: 1px dotted white;
    padding-right: 20px;
}
*/
.menu_wrapper .cart .list .shipment,
.menu_wrapper .cart .list .discount,
.menu_wrapper .cart .list .subtotal,
.menu_wrapper .cart .list .total {
    display: block;
    clear: left;
}

.menu_wrapper .cart .list .shipment {
}

.menu_wrapper .cart .list .total {
    font-size: 22px;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 5px;
}

.menu_wrapper .cart .list .shipment > span,
.menu_wrapper .cart .list .subtotal > span,
.menu_wrapper .cart .list .discount > span,
.menu_wrapper .cart .list .total > span {
    color: white;
    display: inline-block;
    float: left;
}

.menu_wrapper .cart .notes {
    padding: 0 15px;
    color: white;
}

.menu_wrapper .cart a.order {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -90px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    background: #d2232a;
    border: 5px solid white;
    box-shadow: 5px 5px 5px #671115;
}


.menu_wrapper .cart a.menu {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -90px;
    background: #d2232a;
    border: 5px solid white;
    line-height: 2;
    display: none;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.menu_wrapper div.order {
    position: absolute;
    left: 26%;
    right: 0;
    top: 0;
    transform: translateY(-1000px);
    transition: all 0.4s ease-in-out;
    font-size: 20px;
}

.menu_wrapper div.order h3 {
    margin: 10px 0;
    padding: 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    clear: both;
    color: #d2232a;
}

.menu_wrapper div.order h3 span {
    color: white;
    background: #d2232a;
    padding: 5px 20px;
    box-shadow: 3px 3px 3px #671115;
}

.menu_wrapper div.order input[type=text],
.menu_wrapper div.order input[type=email],
.menu_wrapper div.order select,
.menu_wrapper div.order textarea {
    border-radius: 0;
    border: none;
    padding: 5px 10px;
}

.labeled_input {
    float: right;
    margin-bottom: 10px;
}

.labeled_input label {
    display: block;
    margin-bottom: 2px;
    font-weight: normal;
}

.labeled_input input,
.labeled_input select {
    display: block;
    float: none !important;
    width: 100% !important;
}

.menu_wrapper div.order select {
    color: #4f4f4f;
}

.menu_wrapper div.order .personal .labeled_input {
    float: right;
    width: 23%;
    margin-left: 2%;
}

.menu_wrapper div.order .personal .labeled_input:last-child {
    margin-left: 0;
}

.menu_wrapper div.order .address .labeled_input {
    float: right;
    width: 15%;
    margin-left: 2%;
}

.menu_wrapper div.order .address .labeled_input:last-child {
    margin-left: 0;
}

.menu_wrapper div.order .address .labeled_input.wide {
    float: right;
    width: 38%;
    margin-left: 2%;
}

.menu_wrapper div.order .first {
    margin-top: 25px;
}

.menu_wrapper div.order textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
}

.menu_wrapper div.order label.checkbox {
    margin: 5px 0;
    display: block;
}

.menu_wrapper div.order div.payments {
    display: none;
    border-top: 1px solid white;
    margin: 25px 0 30px;
    position: relative;
}

.menu_wrapper div.order div.payments .split_payment {
    background: #d11c1c;
    border-radius: 8px;
    border: none;
    padding: 5px 50px 5px 14px;
    position: absolute;
    bottom: -15px;
    font-size: 1.1em;
}

.menu_wrapper div.order div.payments .split_payment:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 3px;
    width: 40px;
    height: 30px;
    background: url(../images/front/icons.png) no-repeat -86px -61px;
}

.menu_wrapper div.order div.payment {
    padding: 25px 0;
    border-bottom: 1px dashed white;
}

.menu_wrapper div.order div.payment > div > * {
    margin-bottom: 10px;
    margin-left: 10px;
    float: right;
}

.menu_wrapper div.order div.payment > div > input[type="text"] {
    width: 20%;
}

.menu_wrapper div.order div.payment .labeled_input {
    width: 17%;
}

.menu_wrapper div.order div.payment .labeled_input.narrow {
    width: 10%;
}

.menu_wrapper div.order div.payment .close {
    position: absolute;
    left: 0;
    color: #d11c1c;
    opacity: 1;
    text-shadow: none;
}

.menu_wrapper div.order div.payment .credit_card {
    margin: 0;
    float: none;
    display: none;
}

.menu_wrapper div.order div.payment .credit_card > * {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}

.menu_wrapper div.order div.payment.success::after {
    content: '✔';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0,0,0,0.5);
    font-size: 50px;
    color: green;
    text-align: center;
    vertical-align: middle;
}

.menu_wrapper div.order div.payment.fail::after {
    content: '✖';
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 1;
    font-size: 50px;
    color: red;
}

.menu_wrapper div.order a.next {
    color: white;
    padding: 10px 30px;
    font-size: 22px;
    font-weight: bold;
    background: #d2232a;
    float: left;
    margin-left: 10px;
    line-height: 20px;
    position: relative;
}

.menu_wrapper div.order a.prev {
    color: white;
    padding: 10px 30px;
    font-size: 22px;
    font-weight: bold;
    background: #585858;
    float: right;
    margin-right: 0;
    line-height: 20px;
    display: none;
    position: relative;
}

.menu_wrapper.order .categories,
.menu_wrapper.order .logo,
.menu_wrapper.order .center {
    transform: translateX(100vw);
    transition: all 0.4s ease-in-out;
}
/*
.menu_wrapper.order .cart {
    transform: translateX(740px);
    transition: all 0.4s ease-in-out;
}
*/
.menu_wrapper.order .cart .order {
    display: none;
}

.menu_wrapper.order .cart .menu {
    display: block;
}

.menu_wrapper.order div.order {
    transform: translateY(0px);
    transition: all 0.4s ease-in-out;
}



/*
.menu_wrapper .profile {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 500px;
    transform: translateY(-1000px);
    transition: all 0.4s ease-in-out;
}

.menu_wrapper.profile .profile {
    transform: translateY(0);
    transition: all 0.4s ease-in-out;
}

.menu_wrapper.profile div.order,
.menu_wrapper.profile div.cart,
.menu_wrapper.profile ul.categories,
.menu_wrapper.profile div.center {
    transform: translateY(1000px);
}
*/

#profile_dialog .modal-lg {
    width: 90%;
    max-width: 1400px;
}

#profile_dialog .modal-content {
    border: 5px solid white;
    border-radius: 0;
    overflow: hidden;
    text-align: right;
    font-weight: normal;
    padding: 0;
}

.menu_wrapper .profile {
    background: #d2232a;
    min-height: 500px;
    height: 700px;
    max-height: 80%;
    color: white;
}

.menu_wrapper .profile select {
    color: #4f4f4f;
}

.menu_wrapper .profile .profile_menu {
    background: white;
    padding: 0 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.menu_wrapper .profile .profile_menu .title {
    padding-right: 60px;
    margin: 10px 0 10px 140px;
    position: relative;
    color: #d2232a;
    display: inline-block;
    font-size: 36px;
}

.menu_wrapper .profile .profile_menu .title:after {
    content: '';
    position: absolute;
    right: 0;
    top: -8px;
    width: 45px;
    height: 51px;
    background: url(../images/front/user_red.png) no-repeat center center / contain;
}

.menu_wrapper .profile .profile_menu .menu {
    color: #d2232a;
    padding: 18px 15px 14px;
    display: inline-block;
    outline: none;
    font-weight: bold;
}

.menu_wrapper .profile .profile_menu .menu.active {
    background: #d2232a;
    color: white;
    border-radius: 0;
}

.menu_wrapper .profile .profile_menu .change_password {
    color: #c7c7c7;
    background: #2d2d2d;
    padding: 10px 20px;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 80px;
    vertical-align: top;
}

.menu_wrapper .profile .profile_menu .back {
    color: #d2232a;
    padding-right: 50px;
    display: inline-block;
    position: relative;
    float: left;
    margin-top: 10px;
    padding-top: 7px;
}

.menu_wrapper .profile .profile_menu .back:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: -4px;
    width: 40px;
    height: 40px;
    background: url(../images/front/icon_menu.png) no-repeat center center / contain;
}

.menu_wrapper .profile .tab {
    display: none;
    padding: 40px;
}

.menu_wrapper .profile .tab.active {
    display: block;
}

.menu_wrapper .profile .tab h2 {
    font-size: 30px;
    font-weight: bold;
    color: white;
    margin: 0;
}

.menu_wrapper .profile .tab_profile .field {
    float: right;
    margin-left: 25px;
}

.menu_wrapper .profile .tab_profile .field:last-child {
    margin-left: 0;
}

.menu_wrapper .profile .tab_profile label {
    display: block;
    font-weight: normal;
    padding-right: 0;
    font-size: 20px;
    margin-bottom: 0;
}

.menu_wrapper .profile .tab_profile input[type="text"],
.menu_wrapper .profile .tab_profile input[type="email"],
.menu_wrapper .profile .tab_profile textarea,
.menu_wrapper .profile .tab_profile select {
    color: #2d2d2d;
    border-radius: 0;
    background: #efefef;
    border: none;
    padding: 7px 10px;
    font-size: 24px;
}

.menu_wrapper .profile .tab_profile select {
    padding: 7px 10px 6px;
    /*
    -webkit-appearance:none;
    -moz-appearance: none;
    appearance: none;
    */
}

.menu_wrapper .profile .tab_profile input[type="button"],
.menu_wrapper .profile .tab_profile .btn {
    color: white;
    border-radius: 0;
    border: 3px solid white;
    padding: 5px 40px 4px;
    font-size: 24px;
    background: #d2232a;
    font-weight: bold;
    box-shadow: 3px 3px 3px #671115;
}

.menu_wrapper .profile .tab_profile > div {
    padding-bottom: 15px;
}

.menu_wrapper .profile .tab_profile .l1 {
    padding-top: 30px;
    margin-bottom: 40px;
}

.menu_wrapper .profile .tab_profile .l1 input[type="text"],
.menu_wrapper .profile .tab_profile .l1 input[type="email"]{
    width: 207px;
}

.menu_wrapper .profile .tab_profile .l2 input[type="text"],
.menu_wrapper .profile .tab_profile .l2 select {
    width: 426px;
}

.menu_wrapper .profile .tab_profile .l2 span {
    display: inline-block;
    font-size: 20px;
/*    padding-right: 40px;*/
    position: relative;
    margin: 0 15px;
}
/*
.menu_wrapper .profile .tab_profile .l2 span:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #d11c1c url(../images/front/icons.png) no-repeat 5px 4px;
}
*/
.menu_wrapper .profile .tab_profile .l3 input[type="text"] {
    width: 140px;
}

.menu_wrapper .profile .tab_profile .l3 select {
    width: 190px;
}

.menu_wrapper .profile .tab_profile .l4 textarea {
    width: 965px;
}

.menu_wrapper .profile .tab_profile .l5 {
    margin-top: 50px;
}

.menu_wrapper .profile .tab_profile .l5 input {
    margin-left: 5px;
}

.menu_wrapper .profile .tab_orders .wrapper {
    height: 500px;
    overflow: auto;
    padding: 10px;
}

.menu_wrapper .profile .tab_orders .user_order {
    box-shadow: 0 0 10px #CCC;
    border-radius: 20px;
    margin-bottom: 30px;
}

.menu_wrapper .profile .tab_orders .user_order .date {
    color: #d11c1c;
    font-size: 16px;
    padding-right: 17px;
    margin-top: 20px;
}

.menu_wrapper .profile .tab_orders .user_order .desc {
    background: white;
    border-radius: 10px;
}

.menu_wrapper .profile .tab_orders .user_order .desc .product {
    float: right;
    width: 123px;
    margin: 10px 10px 0;
    color: #262626;
    text-align: center;
    font-size: 20px;
}

.menu_wrapper .profile .tab_orders .user_order img {
    width: 123px;
    height: 85px;
    margin-bottom: 5px;
    border: 2px solid #d11c1c;
    border-radius: 10px;
}

.menu_wrapper .profile .tab_orders .user_order .repeat_order {
    float: left;
    font-size: 34px;
    padding: 10px 20px 78px;
    background: #d11c1c url(../images/front/reorder.png) no-repeat center 50px;
    color: white;
    border-radius: 10px 0 0 10px;
    font-weight: bold;
}

.menu_wrapper .profile .tab_orders .user_order .price {
    float: left;
    line-height: 30px;
    width: 90px;
    height: 90px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background: #d11c1c;
    border-radius: 50%;
    margin-left: 25px;
    margin-top: 20px;
    color: white;
    padding-top: 15px;
}



.tooltip-inner {
    background: #d11c1c;
    /*white-space: nowrap;*/
}

.tooltip.top .tooltip-arrow {
    border-top-color: #d11c1c;
}




.inner .options {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 10000;
}

.inner .options .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px 30px;
    width: 980px;
    height: 700px;
    max-height: 90%;
    border: 10px solid white;
    background: #d2232a;
    color: white;
    transform: translate(-50%, -50%);
}

.inner .options .close {
    position: absolute;
    left: 5px;
    top: 5px;
    color: white;
    display: block;
    text-align: center;
    width: 27px;
    line-height: 0px;
    font-size: 12px;
    font-weight: normal;
    opacity: 1;
    text-shadow: none;
}

.inner .options .close span {
    top: 0;
    line-height: 22px;
}

.inner .options .description {
    border-bottom: 3px solid white;
    margin-bottom: 20px;
    min-height: 190px;
}

.inner .options .description img {
    float: right;
    background: white;
    overflow: hidden;
    margin: 0 0 30px 20px;
    width: 250px;
    height: auto;
}

.inner .options .description h3 {
    font-size: 40px;
    font-weight: bold;
    color: white;
    margin: 0 0 10px 120px;
}

.inner .options .description p {
    font-size: 24px;
    color: white;
    margin-left: 120px;
}

.inner .options .description .price {
    position: absolute;
    left: 40px;
    top: 40px;
    display: block;
    width: 100px;
    height: 100px;
    font-size: 30px;
    font-weight: bold;
    background: white;
    color: #d2232a;
    text-align: center;
    padding-top: 0;
    line-height: 1;
    box-shadow: 3px 3px 3px #671115;
}

.inner .options .description .price span {
    font-size: 50px;
    line-height: 1;
}

.inner .options .wrapper {
    position: absolute;
    top: 220px;
    bottom: 85px;
    left: 25px;
    right: 25px;
    overflow-y: auto;
}

.inner .options .option_control {
    margin-bottom: 2em;
}

.inner .options .buttons {
    text-align: center;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.inner .options .buttons a {
    color: white;
    display: inline-block;
    width: 150px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    margin: 0 5px;
}

.inner .options .buttons a.ok {
}


.inner .options .checkboxes_row_images_exclusive,
.inner .options .checkboxes_row_images_exclusive h4 {
    text-align: center;
}

.inner .options .checkboxes_row_images_exclusive label {
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
}

.inner .options .select_side_label label {
    font-weight: normal;
    font-size: 18px;
    margin-left: 1em;
}

.inner .options .select_side_label select {
    font-weight: normal;
    font-size: 18px;
    color: black;
    padding: 5px 10px;
}

.inner .options .select_top_label label {
    font-weight: normal;
    font-size: 30px;
    display: block;
    margin: 0;
}

.inner .options .select_top_label select {
    font-weight: normal;
    font-size: 24px;
    color: black;
    padding: 5px 10px;
}

.inner .options .checkboxes_row label,
.inner .options .checkboxes_row_exclusive label {
    display: inline-block;
    margin-left: 1em;
    font-size: 24px;
    font-weight: normal;
}

.inner .options .checkboxes_row_images {
    width: 50%;
    float: right;
}

.inner .options .checkboxes_row_images label {
    display: inline-block;
    margin-left: 1em;
    font-size: 18px;
    font-weight: normal;
}

.inner .options .checkboxes_column {
    width: 50%;
    float: right;
}

.inner .options .checkboxes_column label {
    display: block;
    margin-bottom: 0.5em;
    font-size: 17px;
    font-weight: normal;
    text-align: right;
}

.inner .options .sauces div {
    display: inline-block;
    margin-left: 20px;
    text-align: center;
    font-size: 24px;
}

.inner .options .sauces div:last-child {
    margin-left: 0;
}

.inner .options .sauces div span {
    display: inline-block;
    padding: 5px 0;
}

.inner .options .sauces div input {
    width: 40px;
    border: 1px solid #d4232b;
    border-radius: 5px;
    padding: 2px 5px;
    text-align: center;
    font-size: 24px;
}

.inner .options .sauces div button {
    width: 28px;
    border-radius: 5px;
    border: none;
    color: white;
    background: #d4232b;
    font-size: 12px;
    line-height: 20px;
    padding: 0;
}

.inner .options .sauces div button:hover {
    border-color: white;
    color: white;
}

.inner .options .option_control h4 {
    font-size: 30px;
    margin-bottom: 0;
}

.inner .options input[name="comments"] {
    position: absolute;
    right: 20px;
    bottom: 15px;
    font-size: 24px;
    width: 35%;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    border: none;
    color: #535353;
    background: #d7d7d7;
}

.inner .options .pizza_options {
    list-style: none;
    padding: 0;
}

.inner .options .pizza_options li {
    width: 14%;
    margin-left: 5%;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
}

.inner .options .pizza_options li.pizza_slice_no_cheese {
    margin-right: 19%;
}

.inner .options .pizza_options li a {
    display: block;
    color: white;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

.inner .options .pizza_options li a img {
    max-width: 100%;
}

.inner .options .pizza_options li {
    float: right;
    min-height: 95px;
}

#builder_dialog .addons li {
    float: right;
    min-height: 115px;
}

.inner .options .pizza_options li.pizza_slice_olives,
#builder_dialog .addons li.pizza_slice_olives {
    clear: right;
}

.inner .options .pizza_options li.pizza_slice_olives:before {
}


.deal_line .products label {
    width: 200px;
    vertical-align: top;
    margin-left: 1em;
}

.deal_line .products label img {
    max-width: 100%;
}

.deal_line .product_settings {
    padding-right: 1em;
}

.inner .options .product_settings .option_control h4,
.inner .options .product_settings .select_top_label label {
    font-size: 24px;
}

.inner .options .product_settings .checkboxes_row label,
.inner .options .product_settings .select_top_label select {
    font-size: 20px;
}

.inner .options.has_deal .description h3 {
    font-size: 32px;
    line-height: 1;
}

.inner .options.has_deal .description img,
.inner .options.has_deal .description p {
    display: none;
}

.inner .options.has_deal .description {
    min-height: 140px;
}

.inner .options.has_deal .steps {
    display: block;
    list-style: none;
    padding: 0;
    margin: 10px 0 20px;
    justify-content: space-evenly;
    position: relative;
}

.inner .options.has_deal .steps li.done::before,
.inner .options.has_deal .steps li.current::before{
    content: '';
    position: absolute;
    left: 45px;
    width: 40px;
    top: 23px;
    border-bottom: 3px dashed white;
}

.inner .options.has_deal .steps li:first-child:before {
    display: none !important;
}


.inner .options.has_deal .steps li {
    list-style: none;
    display: inline-block;
    background: #d2232a;
    color: white;
    border: 5px solid white;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    width: 55px;
    line-height: 45px;
    padding: 0;
    position: relative;
    margin-left: 30px;
}

.inner .options.has_deal .steps li.current,
.inner .options.has_deal .steps li.done {
    background: white;
    color: #d2232a;
}

.inner .options.has_deal .wrapper {
    overflow: visible;
    position: relative;
    top: -100px;
    bottom: 0;
    left: 0;
    right: 0;
}

.inner .options.has_deal .page {
    height: 420px;
    max-height: calc(100vh - 340px);
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
}

.inner .options.has_deal .page.current {
    display: block;
}

.inner .options.has_deal .deal nav {
    position: absolute;
    bottom: -80px;
    right: 430px;
    width: 320px;
}

.inner .options.has_deal .deal nav button {
    color: white;
    display: inline-block;
    width: 150px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    margin: 0 5px;
    background: #d4232b;
    border: 5px solid white;
}



.qtip {
    font-size: 16px;
    direction: rtl;
    line-height: 1.2;
}

.qtip-content {
    text-align: right;
}

h2.cat_title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 0;
}

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


.policy {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: none;
}

.policy .inner {
    position: absolute;
    left: 50px;
    top: 50px;
    right: 50px;
    bottom: 50px;
    border: 1px solid #d11c1c;
    background: black;
    padding: 20px 30px;
}

.policy .inner h1 {
    margin: 0;
}

.policy .inner .scroll {
    overflow-y: auto;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 70px;
    bottom: 20px;
}

.policy .inner .close {
    position: absolute;
    left: 5px;
    top: 5px;
    color: #d11c1c;
    border: 3px solid #d11c1c;
    border-radius: 50%;
    display: block;
    text-align: center;
    width: 27px;
    line-height: 0px;
    font-size: 12px;
    font-weight: normal;
    opacity: 1;
    text-shadow: none;
}

.policy .inner .close span {
    top: 0;
    line-height: 22px;
}


.modal-dialog {
    margin: 50vh auto 0;
    /*width: 910px;*/
    background: #d2232a;
    color: white;
    font-size: 36px;
    font-weight: bold;
    border-radius: 0;
    border: 5px solid white;
    padding: 0;
    line-height: 1.2;
}

.modal.in .modal-dialog {
    transform: translate(0,-50%);
}

.modal-dialog .modal-content {
    text-align: center;
    min-height: 200px;
    background: #d2232a;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.modal-dialog .modal-content .form-control {
    font-size: 30px;
    font-weight: normal;
    padding: 5px 40px;
    border-radius: 0;
    text-align: right;
    display: inline-block;
    border: none;
    width: 400px;
    margin-bottom: 15px;
    color: #d2232a;
    background: white;
    height: auto;
}

.modal-dialog .close {
    font-size: 50px;
    position: absolute;
    left: 10px;
    top: 0;
    color: #d4232b;
    z-index: 1;
}

.modal-title {
    font-size: 30px;
    font-weight: bold;
}

.modal-dialog .modal-content .btn.btn-primary {
}


/*
.modal-content {
    border: 1px solid #d11c1c;
    background: black;
    border-radius: 0;
    font-size: 18px;
}
*/

.modal-content .close {
    color: white;
    opacity: 1;
    text-shadow: none;
}

.modal-header,
.modal-footer {
    border: none;
}

.modal-footer .btn {
    background: #d11c1c;
    color: white;
    border: 2px solid white;
    font-size: 30px;
    padding: 0px 40px 0;
    border-radius: 0;
    font-weight: bold;
}

.bootstrap-dialog.type-primary .modal-header {
    background: transparent;
}

.bootstrap-dialog .bootstrap-dialog-title {
    font-size: 1em;
    color: white;
}

.bootstrap-dialog .bootstrap-dialog-close-button {
    float: left;
}

.bootstrap-dialog .bootstrap-dialog-message {
    font-size: 30px;
}

#auth_dialog .modal-content {
    overflow: hidden;
}

#auth_dialog .modal-header {
    position: absolute;
    left: 0;
    z-index: 1;
}

#auth_dialog .modal-body {
    padding: 0;
}

#auth_dialog .tab-pane {
    padding: 2em 1em;
    text-align: center;
}

#auth_dialog .nav-tabs {
    border: none;
    background: white;
}

#auth_dialog .nav-tabs > li > a {
    background: transparent;
    color: #d2232a;
    border: none;
    border-radius: 0;
    font-size: 26px;
}

#auth_dialog .nav-tabs > li.active > a {
    background: #d2232a;
    color: white;
    border: none;
}

#auth_dialog .tab-content {
    background: #d2232a;
    color: white;
    font-size: 26px;
}

#auth_dialog input[type="text"],
#auth_dialog input[type="password"],
#auth_dialog .tab-content button {
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    border: none;
    width: 400px;
    margin-bottom: 15px;
    color: #535353;
    background: #d7d7d7;
    text-align: center;
}

#auth_dialog .tab-content button,
#auth_dialog input[type="submit"] {
    background: #da0000;
    color: white;
    padding: 5px 10px;
    border-radius: 0;
    border: 5px solid white;
    display: inline-block;
    width: 200px;
}

#auth_dialog #reset_password {
    font-size: 16px;
}

#auth_dialog .modal-dialog .close {
    color: black;
}

.modal#sauce_warning {
    z-index: 10060;
}


#modal_branches .modal-body button,
#modal_branches_2 .modal-body button{
    background: #da0000;
    color: white;
    padding: 0 40px 0;
    margin-right: 30px;
    font-weight: bold;
}


#builder_dialog .modal-dialog.modal-lg {
    width: 1200px;
    max-width: 90%;
}

#builder_dialog .modal-content {
    padding: 50px 30px 0;
    border-radius: 0;
    background: #d2232a;
    color: white;
    height: 780px;
    max-height: 90%;
    text-align: right;
}

#builder_dialog .modal-content > .row,
#builder_dialog .modal-content > .row > div {
    height: 100%;
}

#builder_dialog .modal-content > .row > .col-md-8 {
    border-left: 5px solid white;
}

#builder_dialog img {
    max-width: 100%;
}

#builder_dialog .steps {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 10px 0 20px;
    justify-content: space-evenly;
    position: relative;
}

#builder_dialog .steps li.done::before,
#builder_dialog .steps li.current::before{
    content: '';
    position: absolute;
    left: 45px;
    width: 115px;
    top: 23px;
    border-bottom: 3px dashed white;
}

#builder_dialog .steps li:first-child:before {
    display: none !important;
}


#builder_dialog .steps li {
    list-style: none;
    display: inline-block;
    background: #d2232a;
    color: white;
    border: 5px solid white;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    width: 55px;
    line-height: 45px;
    padding: 0;
    position: relative;
}

#builder_dialog .steps li.current,
#builder_dialog .steps li.done {
    background: white;
    color: #d2232a;
}

#builder_dialog h2 {
    font-size: 40px;
    font-weight: bold;
    color: #d2232a;
}

#builder_dialog h3,
#builder_dialog h4 {
    font-size: 36px;
    font-weight: bold;
}

#builder_dialog h3 {
    margin: 1em 0 0.5em;
}

#builder_dialog .p1 label {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
}

#builder_dialog .p1 label .price {
    color: white;
    margin-right: 20px;
    display: inline-block;
}

#builder_dialog .p2 label {
    display: inline-block;
    margin-left: 1em;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}


#builder_dialog .p3 .col-md-4 {
    font-size: 26px;
    text-align: center;
}

#builder_dialog .p3 img {
    margin-bottom: 10px;
}

#builder_dialog .p3 select {
    color: black;
    margin: 10px auto;
    font-size: 18px;
    font-family: assistant;
}

#builder_dialog .p3 button {
    background: transparent;
    border: none;
    font-size: 36px;
}

#builder_dialog .p4 label {
    font-size: 22px;
    font-weight: normal;
    margin-top: 15px;
}

#builder_dialog .p4 label .price {
    display: block;
    color: #d2232a;
}

.pizza_base {
    text-align: center;
    position: relative;
}

.pizza_base .addon {
    width: 203px;
    height: 203px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -101.5px;
    z-index: 1;
}

.pizza_base .addon[data-option="pizza_slice_cheese"] {
    z-index: 0;
}

#builder_dialog .total_price {
    position: absolute;
    bottom: 130px;
    left: 20px;
    font-size: 36px;
}

#builder_dialog .details,
#builder_dialog .pizza_cart {
    font-size: 24px;
}

#builder_dialog input[name="comments"] {
    font-size: 24px;
    margin-bottom: 10px;
    width: 100%;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    border: none;
    color: #535353;
    background: #d7d7d7;
}

.pizza_cart {
    list-style: none;
    padding: 0;
    max-height: 200px;
    overflow-y: auto;
}

.pizza_cart a {
    background: white;
    border-radius: 50%;
    width: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
}

.pizza_cart a[data-size="f"]+span:before,
.pizza_cart a[data-size="h1"]+span:before,
.pizza_cart a[data-size="h2"]+span:before,
.pizza_cart a[data-size="q1"]+span:before,
.pizza_cart a[data-size="q2"]+span:before,
.pizza_cart a[data-size="q3"]+span:before,
.pizza_cart a[data-size="q4"]+span:before{
    content: '';
    display: inline-block;
    width: 29px;
    height: 29px;
    vertical-align: middle;
    margin-left: 5px;
    background: url('/images/front/pizza/small_slices.png') no-repeat;
}

.pizza_cart a[data-size="f"]+span:before { background-position: 0 -252px; }

.pizza_cart a[data-size="h1"]+span:before { background-position: 0 -213px; }

.pizza_cart a[data-size="h2"]+span:before { background-position: 0 -172px; }

.pizza_cart a[data-size="q1"]+span:before { background-position: 0 -130px; }

.pizza_cart a[data-size="q2"]+span:before { background-position: 0 0; }

.pizza_cart a[data-size="q3"]+span:before { background-position: 0 -43px; }

.pizza_cart a[data-size="q4"]+span:before { background-position: 0 -87px; }


#builder_dialog nav {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
}

#builder_dialog nav button {
    background: #d2232a;
    border: 3px solid white;
    box-shadow: 3px 3px 3px #671115;
    font-size: 30px;
    line-height: 40px;
    width: 150px;
    text-align: center;
    display: inline-block;
}

#builder_dialog .end {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
}

#builder_dialog .end button {
    background: #d2232a;
    border: 3px solid white;
    box-shadow: 3px 3px 3px #671115;
    color: white;
    font-size: 30px;
    line-height: 40px;
    width: 150px;
    text-align: center;
    display: inline-block;
}

#builder_dialog .page {
    display: none;
}

#builder_dialog .page.current {
    display: block;
}

#builder_dialog .sauces div {
    display: inline-block;
    margin-left: 2em;
    text-align: center;
    font-size: 16px;
}

#builder_dialog .sauces div:last-child {
    margin-left: 0;
}

#builder_dialog .sauces div span {
    display: inline-block;
    padding: 5px 0;
}

#builder_dialog .sauces div input {
    width: 30px;
    border: 1px solid #d4232b;
    border-radius: 5px;
    padding: 0px 0px;
    text-align: center;
    font-size: 20px;
}

#builder_dialog .sauces div button {
    width: 25px;
    border-radius: 5px;
    border: none;
    color: white;
    background: #d4232b;
    font-size: 10px;
    line-height: 20px;
    padding: 0;
}

#builder_dialog .sauces div button:hover {
    border-color: white;
    color: white;
}

#builder_dialog .sauces div img {
    max-width: 100px;
}

#builder_dialog .addons {
    list-style: none;
    padding: 0;
}

#builder_dialog .addons li {
    width: 14%;
    margin-left: 5%;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
}

#builder_dialog .addons li.pizza_slice_no_cheese {
    margin-right: 20%;
}

#builder_dialog .addons li a {
    display: block;
    color: white;
    font-size: 24px;
    line-height: 1;
    text-align: center;
}

#builder_dialog .upsale {
    list-style: none;
    padding: 0;
}

#builder_dialog .upsale li {
    width: 29%;
    margin-left: 3%;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
}

#builder_dialog .upsale li a {
    display: block;
    color: white;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    position: relative;
}

#builder_dialog .upsale li a .price {
    color: white;
    position: absolute;
    left: -5px;
    top: 60%;
    padding: 0px 10px;
    font-size: 24px;
    line-height: 1;
    background: #d11c1c;
    border: 2px solid white;
}

#builder_addon_dialog {
    z-index: 10060;
}

#builder_addon_dialog a {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}

#builder_addon_dialog a:nth-of-type(3),
#builder_addon_dialog a:nth-of-type(4){
    margin-bottom: 0;
}

#builder_addon_dialog a.disabled {
    pointer-events: none;
    opacity: 0.5;
}

#builder_addon_dialog a span {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    color: black;
}

#builder_addon_dialog a.q:nth-of-type(1) span {
    margin-left: -20px;
    margin-top: -12px;
}

#builder_addon_dialog a.q:nth-of-type(2) span {
    margin-left: 2px;
    margin-top: -12px;
}

#builder_addon_dialog a.q:nth-of-type(3) span {
    margin-left: -20px;
    margin-top: -35px;
}

#builder_addon_dialog a.q:nth-of-type(4) span {
    margin-left: 2px;
    margin-top: -35px;
}

#builder_addon_dialog a.h:nth-child(1) span {
    margin-left: -25px;
    margin-top: -24px;
}

#builder_addon_dialog a.h:nth-child(2) span {
    margin-left: 3px;
    margin-top: -24px;
}

#builder_addon_dialog .modal-dialog .close {
    color: white;
}

.modal.bootbox-alert {
    z-index: 99999;
}



.modal-backdrop + .modal-backdrop {
    z-index: 1050;
}

.old_ie {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000000;
    background: black;
    font-size: 2em;
    text-align: center;
    background: black url("../images/front/bg.jpg") no-repeat fixed center top / cover ;
    padding: 0 2em;
}

.old_ie .logo {
    background: rgba(0, 0, 0, 0) url("../images/front/logo_big.png") repeat scroll 0 0;
    display: inline-block;
    height: 108px;
    margin-bottom: 20px;
    margin-top: 50px;
    width: 244px;
}

.old_ie a {
    color: red;
}



footer {
    padding: 10px 0;
    color: white;
    text-align: center;
    font-size: 18px;
    position: relative;
    background: #d2232a;
}

footer .contact {
    font-size: 22px;
}

footer .contact a {
    color: white;
    margin-left: 1em;
}

footer .copy {
    float: right;
    font-family: 'Assistant', sans-serif;
    font-weight: 200;
    margin-top: 6px;
}

footer .studio {
    float: left;
    direction: ltr;
    font-family: 'Assistant', sans-serif;
    margin-top: 6px;
}

footer .web3d {
    background: url(/images/front/web3d_white.png) no-repeat;
    width: 80px;
    height: 19px;
    display: inline-block;
}


#upsell_popup .modal-body {
    font-size: 22px;
}

#upsell_popup .modal-body .row {
    display: flex;
    flex-wrap: wrap;
}

#upsell_popup .item {
    text-align: right;
    margin-bottom: 20px;
    cursor: pointer;
}

#upsell_popup .item .price {
    color: white;
    position: absolute;
    left: 4px;
    top: 65%;
    padding: 0px 10px;
    font-size: 24px;
    background: #d11c1c;
}

#upsell_popup .item img {
    border: 2px solid #d11c1c;
    border-radius: 10px;
    max-width: 100%;
}


.add_to_mobile {
    display: inline-block;
    background: url(/images/front/add_to_mobile.png) no-repeat right center;
    background-size: 35px;
    line-height: 60px;
    padding-right: 45px;
}

.spinner {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: none;
}

#circularG{
    position:absolute;
    left: 50%;
    top: 50%;
    margin-top: -64px;
    margin-left: -64px;
    width:128px;
    height:128px;
}

.circularG{
    position:absolute;
    background-color:rgb(227,28,28);
    width:30px;
    height:30px;
    border-radius:19px;
    animation-name:bounce_circularG;
    animation-duration:1.1s;
    animation-iteration-count:infinite;
    animation-direction:normal;
}

#circularG_1{
    left:0;
    top:51px;
    animation-delay:0.41s;
}

#circularG_2{
    left:13px;
    top:13px;
    animation-delay:0.55s;
}

#circularG_3{
    top:0;
    left:51px;
    animation-delay:0.69s;
}

#circularG_4{
    right:13px;
    top:13px;
    animation-delay:0.83s;
}

#circularG_5{
    right:0;
    top:51px;
    animation-delay:0.97s;
}

#circularG_6{
    right:13px;
    bottom:13px;
    animation-delay:1.1s;
}

#circularG_7{
    left:51px;
    bottom:0;
    animation-delay:1.24s;
}

#circularG_8{
    left:13px;
    bottom:13px;
    animation-delay:1.38s;
}




@keyframes bounce_circularG{
    0%{
        transform:scale(1);
    }

    100%{
        transform:scale(.3);
    }
}


@media(min-width:1200px)
{
}

@media(min-width:1600px) {
    .container {
        width: 1440px;
    }

    header .branch {
        font-size: 24px;
    }

    .menu_wrapper li.product {
        width: 28%;
    }

    .menu_wrapper ul.categories li a,
    .menu_wrapper ul.tags li a{
        font-size: 26px;
    }

    .inner .options .inner {
        width: 1200px;
    }
}

@media(min-width: 1024px) {
    .row.reverse > .col-md-1,
    .row.reverse > .col-md-2,
    .row.reverse > .col-md-3,
    .row.reverse > .col-md-4,
    .row.reverse > .col-md-5,
    .row.reverse > .col-md-6,
    .row.reverse > .col-md-7,
    .row.reverse > .col-md-8,
    .row.reverse > .col-md-9,
    .row.reverse > .col-md-10,
    .row.reverse > .col-md-11,
    .row.reverse > .col-md-12
    {
        float: left;
    }
}

@media(max-width:1023px) {
    body,
    body.home,
    body.location,
    body.auth {
        background-attachment: unset;
        background-size: 200% auto;
        background-color: #d2232a;
    }

    body.menu {
        background-attachment: unset;
        background-size: 200% auto;
    }

    body .main .logo,
    body.home .main .logo {
        width: 110px;
        height: 120px;
    }

    h1 {
        font-size: 30px;
    }

    #reset_password {
        color: white;
        font-weight: bold;
    }

    .content {
        width: auto;
    }

    .p_logo {
        text-align: right;
    }

    a.show_policy {
        color: white;
    }

    .main {
        padding-bottom: 50px;
        color: white;
    }

    .main .logo {
        width: 160px;
        height: 180px;
        background-size: contain;
        margin-top: 0;
        margin-bottom: 0;
    }

    header .welcome {
        background: none;
        padding-right: 0;
        line-height: 30px;
    }

    .main .home_links {
        margin-bottom: 0;
    }

    .main .home_links a {
        margin-bottom: 40px;
        width: 160px;
        font-size: 24px;
    }

    .main .home_links a img {
        margin-bottom: -50px;
        width: 100%;
    }

    .main .home_links a span {
        position: relative;
        top: 0;
        left: auto;
        right: auto;
    }

    .main input[type="text"],
    .main input[type="password"],
    .main select,
    .main label,
    .main button,
    .main .choose_location input[type="text"]{
        max-width: 100%;
        padding: 0 15px;
    }

    .main input[type="text"],
    .main input[type="password"],
    .main input[type="submit"],
    .main select,
    .main button.btn,
    a.btn,
    #auth_dialog .tab-content button,
    #auth_dialog input[type="submit"]{
        border-width: 3px;
    }

    .main form {
        margin-top: 2em;
    }

    .main label {
        font-size: 20px;
    }

    .main input[type="text"], .main input[type="password"], .main select {
        margin-bottom: 15px;
    }

    .main input.half[type="password"] {
        width: 400px;
        margin-bottom: 15px;
    }

    .main input[type="submit"] {
        margin-bottom: 15px;
        width: 60%;
        font-size: 24px;
    }

    .main select {
        width: 400px;
        margin: 0 auto 15px;
        display: block;
    }

    footer {
        font-size: 14px;
    }

    body.menu footer {
        padding-bottom: 50px;
    }

    footer .contact {
        margin: 20px;
    }

    footer .contact span,
    footer .copy {
        display: block;
    }

    footer .copy,
    footer .web3d,
    footer .ssl {
        position: relative;
        right: auto;
        top: auto;
        left: auto;
        margin: 5px auto;
        display: block;
        float: none;
        font-size: 16px;
    }

    footer .ssl img {
        max-height: 25px;
    }

    footer .studio {
        float: none;
        direction: ltr;
        display: block;
    }

    footer .web3d {
        display: inline-block;
        margin-top: 0;
        margin-left: 10px;
        vertical-align: bottom;
    }

    footer .social {
        display: block;
    }

    footer .contact {
        font-size: 16px;
    }

    footer .contact .social a:first-child {
        margin-right: 0;
    }

    .inner {
    }

    .main button.half, .main a.btn.half {
        float: none !important;
        margin-bottom: 15px;
    }

    header {
        left: 0;
        top: 0;
        right: 0;
        height: auto;
    }

    header .btn.open_profile,
    header .welcome {
        font-size: 16px;
    }

    header .open_profile {
        width: 100px;
    }

    header .logo {
        width: 120px;
        height: 140px;
    }

    body.menu header .logo {
        width: 80px;
        height: 100px;
        margin: -20px -10px 0 0;
    }

    .inner .logo {
        height: 50px;
        width: 150px;
        background-size: 125px;
        background-position: 10px 10px;
        background-color: black;
        z-index: 100;
        float: none;
        position: fixed;
        top: 0px;
        left: 0px;
        margin: 0;
    }

    .map_wrapper {
        width: auto;
        height: 400px;
        padding: 0;
        background: none;
        margin: 20px auto;
    }

    .main .choose_location input[type="submit"], .main .choose_location a.btn {
        font-size: 24px;
        font-weight: bold;
        line-height: 30px;
    }

    .main .choose_location input[type="submit"] {
        margin-right: 0;
    }

    .main .choose_location .or {
        font-size: 30px;
        text-align: center;
        display: block;
    }

    .branch {
        font-size: 15px;
    }

    .branch a {
        color: white;
        font-weight: bold;
        text-decoration: underline;
    }

    .menu_wrapper {
        padding-top: 0;
        overflow: visible;
    }

    .menu_wrapper ul.tags {
        left: 0;
        right: 0;
        margin: 0;
        z-index: 101;
        padding-right: 0;
        background: #2d2d2d;
    }

    .menu_wrapper ul.tags li {
        float: right;
    }

    .menu_wrapper ul.tags li a {
        line-height: 24px;
        border-right: 1px solid #4a4a4a;
        font-size: 16px;
    }

    .menu_wrapper a.open_menu {
        position: fixed;
        top: 145px;
        right: 0;
        background: white;
        color: red;
        font-weight: bold;
        z-index: 1;
        padding: 5px 10px;
        font-size: 20px;
    }

    .menu_wrapper a.open_menu.active {
        right: 163px;
    }

    .menu_wrapper ul.categories {
        bottom: 0;
        right: 0;
        overflow: auto;
        position: fixed;
        top: 145px;
        z-index: 1000;
        display: none;
        border-radius: 0;
        border-width: 2px;
        width: 164px;
        box-shadow: none;
        padding: 0;
    }

    .menu_wrapper ul.categories li a,
    .menu_wrapper ul.categories li ul li a {
        font-size: 20px;
        padding: 5px 15px;
    }

    .menu_wrapper ul.categories li ul {
    }

    .menu_wrapper ul.categories li ul::before {
        top: -5px;
        margin-left: -5px;
        border-width: 0 5px 5px 5px;
    }

    .menu_wrapper li.product .title {
        font-size: 18px;
        font-weight: normal;
        height: auto;
    }

    .menu_wrapper li.product a {
        line-height: 28px;
    }

    .menu_wrapper .center {
        float: none;
        width: auto;
        margin: 0;
    }

    .menu_wrapper .open_cart {
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px 10px;
        font-size: 28px;
        font-weight: bold;
        line-height: 30px;
        background: white;
        color: red;
        position: fixed;
        z-index: 50;
    }

    .menu_wrapper .open_cart .price {
        float: left;
    }

    .menu_wrapper .cart {
        float: none;
        margin: 0;
        position: fixed;
        width: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: black;
        z-index: 300;
        display: none;
    }

    .menu_wrapper .cart > .wrapper {
        width: auto;
        position: absolute;
        padding-bottom: 0px;
        top: 0;
        bottom: 40px;
        left: 0;
        right: 0;
        overflow-y: auto;
    }

    .menu_wrapper .cart a.order {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 50%;
        text-align: center;
        padding: 5px 0;
        font-size: 18px;
        line-height: 30px;
        border-right: 1px solid white;
    }

    .menu_wrapper .cart a.menu {
        position: fixed;
        display: block;
        bottom: 0;
        left: 50%;
        right: 0;
        text-align: center;
        padding: 5px 0;
        font-size: 18px;
        line-height: 30px;
    }

    .menu_wrapper .cart a.order:after {
        display: none;
    }

    .menu_wrapper .cart .list {
        border-radius: 0;
    }

    .menu_wrapper .cart .list ul li {
        font-size: 18px;
    }

    .menu_wrapper .cart .list .shipment {
        font-size: 16px;
    }

    .menu_wrapper .cart .list .wrapper {
        min-height: 220px;
    }

    .menu_wrapper .cart .list ul li a.minus,
    .menu_wrapper .cart .list ul li a.plus {
        width: 20px;
        line-height: 20px;
        margin-left: 5px;
    }

    .open_profile {
        padding-right: 45px;
        right: 0;
        top: 18px;
        width: 140px;
        margin: 0;
        z-index: 100;
    }

    .menu_wrapper .products {
        overflow-y: visible;
        height: auto;
        margin-top: 0;
    }

    .menu_wrapper li.product,
    .menu_wrapper li.product.filter-cat-2,
    .menu_wrapper li.product.filter-cat-7 {
        width: 50%;
        margin: 0;
        padding: 5px;
    }

    .menu_wrapper ul.tags li a {
        padding: 5px 10px;
    }

    .menu_wrapper li.product img {
        width: 100%;
        height: auto;
    }

    .menu_wrapper li.product .price {
        left: 5px;
        top: 75px;
        font-size: 20px;
    }

    .menu_wrapper li.product .price:after {
        display: none;
    }

    h2.cat_title {
        margin: 45px 0 0;
    }

    h3.cat_desc {
        margin-right: 5px;
    }

    .inner .options {
    }

    .inner .options .inner {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0;
        width: auto;
        padding: 15px;
        overflow-y: auto;
        transform: none;
        border-width: 5px;
    }

    .inner .options .description .price {
        left: 10px;
        top: 30px;
        width: 80px;
        height: 70px;
        font-size: 20px;
        padding-top: 10px;
        background-size: contain;
    }

    .inner .options .description .price span {
        font-size: 30px;
    }

    .inner .options .description {
        min-height: 0;
    }

    .inner .options.has_deal .description {
        min-height: 100px;
    }

    .inner .options .description img {
        float: none;
        margin: 0 0 10px;
        width: 150px;
    }

    .inner .options .description h3 {
        margin: 0;
        font-size: 30px;
        padding-left: 100px;
    }

    .inner .options.has_deal .description h3 {
        font-size: 24px;
    }

    .inner .options .description p {
        margin-left: 0;
    }

    .inner .options .wrapper {
        bottom: auto;
        top:  auto;
        left: 0;
        right: 0;
        position: relative;
        overflow-y: visible;
    }

    .inner .options .option_control h4 {
        font-size: 24px;
    }

    .inner .options .description p {
        font-size: 17px;
    }

    .inner .options .checkboxes_row label,
    .inner .options .checkboxes_row_exclusive label {
        font-size: 16px;
    }

    .inner .options .checkboxes_row label br,
    .inner .options .checkboxes_row_exclusive label br {
        display: none;
    }

    .inner .options .buttons {
        position: relative;
        left: 0;
    }

    .inner .options .buttons a {
        line-height: 40px;
        padding: 0;
    }

    .inner .options .checkboxes_row_images {
        float: none;
        width: auto;
    }

    .inner .options .sauces div {
        margin-left: 0;
        margin-bottom: 1em;
        width: 50%;
    }

    .inner .options .pizza_options li {
        width: 18%;
    }

    .inner .options .pizza_options li a {
        font-size: 16px;
    }

    .menu_wrapper div.order {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0;
        width: auto;
        padding: 15px;
        overflow-y: auto;
        z-index: 400;
        transform: none;
        background: #d2232a;
        border: 5px solid white;
        display: none;
    }

    .menu_wrapper div.order .personal .labeled_input,
    .menu_wrapper div.order .address .labeled_input {
        width: 48%;
    }

    .menu_wrapper div.order div.payments {
        display: block;
    }

    .menu_wrapper div.order div.payment .labeled_input,
    .menu_wrapper div.order div.payment .labeled_input.narrow {
        width: 39%;
    }

    .menu_wrapper div.order input[type="text"],
    .menu_wrapper div.order input[type="email"],
    .menu_wrapper div.order select,
    .menu_wrapper div.order textarea {
        border-radius: 5px;
    }

    .menu_wrapper div.order a.next {
        border: 3px solid white;
    }

    .menu_wrapper div.order a.prev {
        border: 3px solid white;
        display: inline-block;
    }

    .menu_wrapper div.order h3 span {
        padding: 0;
        box-shadow: none;
        border-bottom: 1px solid white;
    }

    .policy {
        z-index: 500;
    }

    .policy .inner {
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        padding: 10px 15px;
    }

    .policy .inner .scroll {
        left: 15px;
        right: 15px;
    }

    .welcome {
    }

    .menu_wrapper .profile {
        height: auto;
        min-height: 0;
    }

    .menu_wrapper .profile .profile_menu .back {
        color: white;
        font-size: 16px;
        position: absolute;
        top: 0;
        left: 10px;
        padding-right: 30px;
    }

    .menu_wrapper .profile .profile_menu .back::before {
        top: 5px;
        width: 20px;
        height: 20px;
    }

    .menu_wrapper .profile .profile_menu .title {
        display: block;
        font-size: 26px;
        margin: 0 0 10px;
        padding-top: 10px;
        padding-right: 40px;
    }

    .menu_wrapper .profile .profile_menu .title::after {
        top: 7px;
        width: 30px;
        height: 30px;
    }

    .menu_wrapper .profile .profile_menu .menu {
        font-size: 16px;
        padding: 10px 5px 14px;
    }

    .menu_wrapper .profile .profile_menu .change_password {
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .menu_wrapper .profile .tab {
        min-height: 0;
        max-height: 75vh;
        overflow-y: auto;
    }

    .menu_wrapper .profile .tab h2 {
        font-size: 30px;
    }

    .menu_wrapper .profile .tab_profile .field {
        margin-left: 2%;
        width: 48%;
    }

    .menu_wrapper .profile .tab_profile .l1 input[type="text"],
    .menu_wrapper .profile .tab_profile .l1 input[type="email"],
    .menu_wrapper .profile .tab_profile .l2 input[type="text"],
    .menu_wrapper .profile .tab_profile .l2 select,
    .menu_wrapper .profile .tab_profile .l3 select,
    .menu_wrapper .profile .tab_profile .l4 textarea{
        width: 100%;
    }

    .menu_wrapper .profile .tab_orders .wrapper {
        height: auto;
        width: 100%;
        overflow: visible;
    }

    .menu_wrapper .profile .tab_orders .user_order .desc {
        position: relative;
    }

    .menu_wrapper .profile .tab_orders .user_order .price {
        line-height: 70px;
        width: 70px;
        margin-left: 15px;
        clear: both;
        margin-top: -20px;
        margin-left: 0;
        height: 70px;
        padding-top: 0;
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

    .menu_wrapper .profile .tab_orders .user_order .repeat_order {
        font-size: 20px;
        padding: 10px 20px 50px;
        background-size: 50px;
        background-position: center 40px;
    }

    .menu_wrapper .profile .tab {
        padding: 15px;
    }

    .spinner {
        z-index: 10000;
    }

    #auth_dialog input[type="text"],
    #auth_dialog input[type="password"],
    #auth_dialog .tab-content button {
        width: auto;
    }

    .main .bottom {
        background-image: url('../images/front/home-image-m1.jpg');
        margin-top: 50px;
        margin-bottom: 50px;
        height: 280px;
    }

    .main .regions {
        padding: 0 1em;
    }

    .modal-dialog {
        width: auto;
        border-width: 5px;
    }

    .modal-dialog .modal-content {
        font-size: 24px;
    }

    .main input[type="text"],
    .main input[type="password"],
    .main select,
    .main button.btn,
    a.btn,
    .modal-dialog .modal-content .form-control,
    #auth_dialog .tab-content,
    .modal-title,
    .modal-footer .btn,
    .inner .options .buttons a {
        font-size: 24px;
    }

    #auth_dialog .tab-content {
        font-size: 20px;
    }

    .modal-footer .btn {
        padding: 0 30px;
    }

    a.btn {
        padding: 5px 15px;
    }

    .menu_wrapper div.order {
        font-size: 16px;
    }

    .menu_wrapper div.order h3 {
        font-size: 30px;
    }

    #auth_dialog .nav-tabs > li > a {
        font-size: 18px;
    }

    .modal-dialog .modal-content .form-control {
        width: auto;
    }

    #upsell_popup .modal-body {
        max-height: 60vh;
        overflow: auto;
    }

    #upsell_popup .item .price {
        top: 50%;
    }

    .inner .options input[name="comments"] {
        position: relative;
        margin-bottom: 30px;
        width: 100%;
        right: 0;
        bottom: 0;
    }

    .inner .options.has_deal .deal nav {
        width: 100%;
        right: 0;
    }

    .inner .options.has_deal .wrapper {
        top: 0;
    }

    .inner .options.has_deal .steps li {
        border: 2px solid white;
        font-size: 30px;
        width: 40px;
        line-height: 1;
        padding: 0;
        position: relative;
        margin-left: 20px;
    }

    .inner .options.has_deal .page {
        height: auto;
        max-height: none;
        margin-bottom: 25px;
    }

    .inner .options.has_deal .deal nav {
        position: relative;
        bottom: 25px;
    }

    .inner .options.has_deal .deal nav button {
        border-width: 3px;
        font-size: 24px;
        line-height: 40px;
    }

    .inner .options.has_deal .buttons a.ok {
        margin-top: 0;
        position: absolute;
        bottom: 0;
        left: calc(-50vw + 15px);
    }

    .deal_line .products label {
        width: 44%;
        margin-left: 5%;
    }

    #builder_addon_dialog .q img {
        width: 50px;
    }

    #builder_addon_dialog .h img {
        width: 50px;
    }

    #builder_addon_dialog .f img {
        width: 100px;
    }

    #builder_addon_dialog a {
        margin-bottom: 5px;
    }

    #builder_addon_dialog .modal-dialog .modal-content {
        font-size: 18px;
    }

    #builder_addon_dialog .modal-dialog .close {
        opacity: 1;
    }

    .pizza_base img,
    .pizza_base .addon {
        width: 150px;
        height: 150px;
    }

    .pizza_base .addon {
        margin-left: -75px;
    }

    #builder_dialog .modal-content > .row,
    #builder_dialog .modal-content > .row > div {
        height: auto;
    }

    #builder_dialog .modal-content > .row > .col-md-8 {
        border: none;
    }

    #builder_dialog .total_price {
        position: relative;
        bottom: auto;
        left: auto;
        font-size: 30px;
        display: block;
        text-align: left;
    }

    #builder_dialog .modal-dialog.modal-lg {
        max-width: 100%;
        width: auto;
    }

    #builder_dialog {

    }

    #builder_dialog .modal-content {
        padding: 15px;
        height: auto;
        max-height: 90vh;
        overflow-y: auto;
    }

    #builder_dialog h3,
    #builder_dialog h4 {
        font-size: 30px;

    }

    #builder_dialog .page {
        padding-bottom: 70px;
    }

    #builder_dialog .p1 label {
        font-size: 24px;
        display: block;
    }

    #builder_dialog .p3 img {
        display: none;
    }

    #builder_dialog .addons li {
        width: 18%;

    }

    #builder_dialog .addons li a {
        font-size: 18px;
    }

    #builder_dialog .upsale li {
        width: 46%;
    }

    #builder_dialog .upsale li a {
        font-size: 24px;
    }

    #builder_dialog nav button,
    #builder_dialog .end button {
        font-size: 24px;
    }

    #builder_dialog .steps li {
        width: 45px;
        line-height: 40px;
        border: 2px solid white;
        font-size: 30px;
    }

    #builder_dialog .end {
        position: relative;
        bottom: auto;
        right: auto;
        left: auto;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    #profile_dialog .modal-lg {
        width: 100%;
        border: none;
    }

    .inner .options .pizza_options li {
        float: right;
        min-height: 70px;
    }

    #builder_dialog .addons li {
        float: right;
        min-height: 75px;
    }

    .inner .options .pizza_options li.pizza_slice_no_cheese,
    #builder_dialog .addons li.pizza_slice_no_cheese {
        margin-right: 0;
        clear: right;
    }

    .inner .options .pizza_options li.pizza_slice_no_cheese + hr,
    #builder_dialog .addons li.pizza_slice_no_cheese + hr {
        display: block;
        width: 100%;
        height: 0;
    }

    .inner .options.has_deal .steps li.done::before,
    .inner .options.has_deal .steps li.current::before{
        width: 20px;
        top: 15px;
    }

    #builder_dialog .steps li.done::before,
    #builder_dialog .steps li.current::before{
        width: 32px;
        top: 19px;
    }

    #builder_dialog .p1 .col-xs-6:first-child img {
        max-width: 80%;
    }

    .inner .options .sauces div {
        font-size: 20px;
    }

    .inner .options .sauces div img {
        width: 50px;
    }

    .menu_wrapper .cart .list .wrapper {
        max-height: none;
    }

    .modal-body img {
        max-width: 100%;
        height: auto;
    }

    .modal-dialog .close {
        font-size: 36px;
    }

    .modal-body {
        padding: 0 15px;
    }

    .modal-footer .btn {
        padding: 0 20px;
        font-size: 20px;
    }
}

@media(max-width:767px) {
    body.app footer,
    body.app .main .logo,
    body.app .home_links + .bottom {
        display: none !important;
    }

    body.app .home_links {
        margin-top: 30px;
    }

    body.app .inner .logo {
        background: black;
    }

    body.app .logo {
        pointer-events: none;
    }

}
