@charset "UTF-8";
html {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  position: relative;
  min-height: 100%; }

h1, h2, h3, a, p, ul li, ol li, input, label, form {
  font-family: 'Roboto', sans-serif;
  font-weight: normal; }

body {
  background: url('/assets/img/bg.jpg?1627467088') repeat; }

body.uri_ .content {
  float: none;
  width: 100%; }

body.uri_cennik-dopravy .content {
  float: none;
  width: 100%; }

body.uri_order .content {
  float: none;
  width: 100%; }

body.uri_auth .content {
  float: none;
  width: 100%; }

body.uri_profil .content {
  float: none;
  width: 100%; }

body.uri_adresy .content {
  float: none;
  width: 100%; }

body.uri_historia-objednavok .content {
  float: none;
  width: 100%; }

body.uri_detail-objednavky .content {
  float: none;
  width: 100%; }

a {
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  outline: none; }
  a:active, a:focus {
    outline: none; }

p, ul, ul li {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
  padding: 0;
  list-style-position: inside; }
  p strong, ul strong, ul li strong {
    font-weight: 600; }

h1, h2, h3 {
  margin: 0;
  padding: 0; }

.hneda {
  color: #b59555 !important; }

.biela {
  color: #FFFFFF !important; }

.holder {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1000; }
  .holder .contentainer {
    display: block;
    max-height: 600px;
    width: 100%; }
    .holder .contentainer .related-item-list {
      margin: 20px auto;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      align-self: center;
      border: 4px solid #6b6a63;
      max-height: 600px;
      width: auto;
      max-width: 600px;
      border-radius: 10px;
      background: #ffffff;
      padding: 20px; }
      .holder .contentainer .related-item-list p {
        display: block;
        padding: 10px;
        font-weight: bold;
        margin-bottom: 10px;
        border-radius: 10px; }
      .holder .contentainer .related-item-list h3 {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 10px; }
      .holder .contentainer .related-item-list .related-item {
        background: #bd9b58;
        padding: 5px;
        margin-bottom: 5px;
        border-radius: 10px;
        margin-left: 1%; }
        .holder .contentainer .related-item-list .related-item.binding {
          background: darkred; }
        .holder .contentainer .related-item-list .related-item label {
          color: white;
          font-weight: bold; }
        .holder .contentainer .related-item-list .related-item input {
          margin-right: 5px; }
      .holder .contentainer .related-item-list .related-add {
        display: inline-block;
        padding: 10px;
        background: #0f8a0f;
        color: white;
        font-weight: bold;
        margin: 5px;
        border-radius: 7px; }
      .holder .contentainer .related-item-list .related-close {
        display: inline-block;
        padding: 10px;
        background: darkred;
        color: white;
        font-weight: bold;
        margin: 5px;
        border-radius: 7px; }

.uri_pizza .main .row .content .top-box {
  background: url("/assets/img/pizza-box.png") no-repeat right top; }
  .uri_pizza .main .row .content .top-box select {
    width: 300px; }

.uri_ .main .row .content .top-box {
  background: url("/assets/img/pizza-box.png") no-repeat right top; }
  .uri_ .main .row .content .top-box select {
    width: 300px; }

.uri_happy .main .row .content .top-box {
  background: url("/assets/img/happy-box.png") no-repeat right top; }

.uri_burger .main .row .content .top-box {
  background: url("/assets/img/burger-box.png") no-repeat right top; }

.uri_buchty .main .row .content .top-box {
  background: url("/assets/img/buchty_33m.png") no-repeat right top; }

.uri_bagety .main .row .content .top-box {
  background: url("/assets/img/bageta-box.png") no-repeat right top; }

.uri_hot-dog .main .row .content .top-box {
  background: url("/assets/img/hot-box.png") no-repeat right top; }

.main .content .box thead tr th .wrap .Bagety:before {
  content: "" !important;
  background: url("/assets/img/bagety.png") !important;
  display: inline-block;
  width: 40px;
  height: 28px;
  font-size: 30px;
  color: #b59555;
  line-height: 40px;
  margin-right: 20px; }

.main .content .box thead tr th .wrap .Burgre:before {
  content: "" !important;
  background: url("/assets/img/burgre.png") !important;
  display: inline-block;
  width: 32px;
  height: 28px;
  font-size: 30px;
  color: #b59555;
  line-height: 40px;
  margin-right: 20px; }

.order-complete {
  text-align: center;
  background: #dff0d8;
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.main .content .top-box {
  /* The container must be positioned relative: */
  /* Style the arrow inside the select element: */
  /* Point the arrow upwards when the select box is open (active): */
  /* style the items (options), including the selected item: */
  /* Style items (options): */
  /* Hide the items when the select box is closed: */ }
  .main .content .top-box td.name .type {
    font-size: 16px;
    text-transform: uppercase; }
  .main .content .top-box .custom-select {
    position: relative;
    font-family: Arial;
    width: 320px; }
  .main .content .top-box .custom-select select {
    display: none;
    /*hide original SELECT element: */ }
  .main .content .top-box .select-selected {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #d60825; }
  .main .content .top-box .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent; }
  .main .content .top-box .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px; }
  .main .content .top-box .select-items div, .main .content .top-box .select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer; }
  .main .content .top-box .select-items {
    position: absolute;
    background-color: #d60825;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99; }
  .main .content .top-box .select-hide {
    display: none; }
  .main .content .top-box .select-items div:hover, .main .content .top-box .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1); }

.uri_alergeny .main .row .content .blog-detail h1 {
  text-align: left;
  border-bottom: solid 1px #5f5f5f; }

.Slovenské:before {
  content: "" !important;
  background: url("/assets/img/slovenske.png") !important;
  display: inline-block;
  width: 45px;
  height: 23px;
  font-size: 30px;
  color: #b59555;
  line-height: 40px;
  margin-right: 20px; }

.Talianske:before {
  content: "" !important;
  background: url("/assets/img/talianske.png") !important;
  display: inline-block;
  width: 26px;
  height: 33px;
  font-size: 30px;
  color: #b59555;
  line-height: 40px;
  margin-right: 20px; }

.Pikantné:before {
  content: "" !important;
  background: url("/assets/img/pikantne.png") !important;
  display: inline-block;
  width: 32px;
  height: 28px;
  font-size: 30px;
  color: #b59555;
  line-height: 40px;
  margin-right: 20px; }

.oblubene:before {
  content: "" !important;
  background: url("/assets/img/oblubene2.png") !important;
  display: inline-block;
  width: 25px;
  height: 19px;
  font-size: 30px;
  color: #b59555;
  line-height: 40px;
  margin-right: 20px; }

.burger-box {
  border-bottom: none !important; }

.burger {
  width: 48%;
  float: left;
  display: block;
  min-height: 220px;
  margin: 5px 10px 40px 10px;
  padding-bottom: 15px;
  border-bottom: solid 1px #5f5f5f;
  color: #FFFFFF; }
  .burger img {
    float: left;
    margin: 10px; }
  .burger .head-name {
    font-size: 24px;
    color: #bd9b58;
    padding-top: 10px; }
  .burger .description {
    font-size: 14px;
    padding-bottom: 15px;
    line-height: 1.3; }
  .burger .alergeny {
    cursor: pointer;
    background: url(/assets/img/alergeny.png);
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -11000px;
    float: left;
    margin: 0 5px; }
  .burger .quantity {
    cursor: pointer;
    font-size: 18px;
    display: block;
    padding-top: 7px;
    float: left;
    margin: 0 5px; }
  .burger .price {
    font-size: 18px;
    float: right;
    padding-top: 7px;
    margin-right: 15px; }
  .burger .add {
    font-size: 30px;
    font-weight: bold;
    background-color: #d60825;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 2px 30px;
    float: right;
    display: block; }

.group:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden; }

.hidden {
  display: none; }

.clear {
  clear: both; }

.mobile {
  display: none; }

.row {
  width: 1366px;
  margin: 0 auto;
  position: relative; }

.action-result {
  background-color: #116a14;
  padding: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 60%;
  margin: auto;
  margin-bottom: 10px; }
  .action-result p {
    color: #FFFFFF;
    text-align: center; }

.action-result-info {
  background-color: #bd9b58;
  color: white;
  border: 1px solid #a17827;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 10px; }
  .action-result-info p {
    display: block;
    padding: 10px;
    color: #FFFFFF;
    text-align: left; }
    .action-result-info p a {
      font-weight: bold;
      text-decoration: underline; }

.styled-select {
  width: 99%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ededed;
  color: #8c8c8c;
  font-style: normal;
  font-size: 14px;
  padding: 5px 2px 3px;
  overflow: hidden;
  background: url(/assets/img/arrow-down.png) no-repeat 93% 53% #ededed;
  margin-bottom: 15px; }
  .styled-select select {
    background: transparent;
    padding: 5px;
    font-size: 14px;
    font-weight: 100;
    color: #000000;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none; }
    .styled-select select:focus {
      outline-width: 0; }
  .styled-select.half-width {
    width: 50%; }

.menu-trigger {
  display: none; }

.checkout .delivery-information {
  font-size: 16px;
  background: #d60825;
  margin-bottom: 15px;
  padding: 20px;
  color: #fff;
  font-weight: bold; }

h3.subtitle {
  font-weight: bold;
  padding: 20px;
  color: white; }

div.box-price {
  margin: 20px;
  color: #ffffff;
  font-size: 24px; }

.cart {
  position: absolute;
  top: 138px;
  right: 0px;
  float: right;
  z-index: 999;
  width: 290px;
  background-color: transparent;
  color: #000000;
  font-size: 16px;
  font-family: Roboto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  .cart .delivery-information {
    font-size: 12px;
    background: #d60825;
    margin: 15px;
    padding: 10px;
    color: #fff;
    font-weight: bold; }
  .cart .cart-empty {
    margin: 20px;
    text-align: center; }
  .cart .cart-in {
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF; }
  .cart .basket-top {
    background-color: #d60825;
    padding: 13px 19px 13px;
    min-height: 40px;
    color: #FFFFFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
    .cart .basket-top .total-price {
      float: right; }
  .cart .title {
    text-align: left;
    text-transform: uppercase;
    width: 70%; }
    .cart .title span {
      float: left; }
    .cart .title a {
      float: left;
      display: block; }
  .cart .title:before {
    content: "";
    background: url("/assets/img/objednavka.png");
    width: 37px;
    height: 34px;
    margin-right: 15px;
    display: block;
    float: left; }
  .cart .cart-content {
    width: 93%;
    font-size: 12px;
    margin: 10px; }
    .cart .cart-content a {
      color: #000000;
      font-weight: normal;
      font-family: Roboto; }
    .cart .cart-content .total-label {
      padding-top: 20px;
      font-size: 20px;
      font-weight: bold; }
    .cart .cart-content .total-price {
      padding-top: 20px;
      font-size: 20px;
      font-weight: bold;
      text-align: right; }
    .cart .cart-content .quantity {
      font-weight: bold; }
    .cart .cart-content td {
      padding: 0 3px;
      padding: 5px; }
      .cart .cart-content td .fa-trash-o1 {
        background: url("/assets/img/delete.png");
        width: 16px;
        height: 16px; }
      .cart .cart-content td .fa-trash-o {
        background: url("/assets/img/delete.png");
        width: 16px;
        height: 16px; }
  .cart hr {
    border: none;
    border-bottom: 1px dashed #000;
    margin: 28px 0 26px; }
  .cart .total {
    font-size: 24px; }
    .cart .total .price {
      float: right;
      text-align: right; }
  .cart .button {
    display: block;
    background-color: #d60825;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    padding: 8px 0;
    margin: 30px 10px;
    text-transform: uppercase; }
  .cart .hide-basket {
    background: url("/assets/img/open-basket.png");
    width: 55px;
    height: 55px;
    margin: auto;
    display: block;
    z-index: 10003;
    text-indent: -13000px;
    margin-top: -30px;
    margin-left: 220px;
    position: absolute; }
  .cart.open .hide-basket {
    background: url("/assets/img/hiden-basket.png"); }
  .cart .fb-like-box {
    margin-top: 20px; }
  .cart .actual-pizza {
    margin-top: 50px;
    background-color: #FFFFFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
    .cart .actual-pizza h2 {
      margin-bottom: 10px;
      background-color: #bd9b58;
      color: #FFFFFF;
      text-transform: uppercase;
      padding: 10px 20px;
      font-size: 20px;
      text-align: center;
      line-height: 40px;
      height: 40px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
    .cart .actual-pizza h2:before {
      content: "";
      background: url(/assets/img/aktualna-pizza.png);
      width: 40px;
      height: 40px;
      margin-right: 0px;
      display: block;
      float: left; }
    .cart .actual-pizza table {
      width: 86%;
      font-size: 14px;
      margin: 20px; }
      .cart .actual-pizza table .price {
        text-align: right; }
      .cart .actual-pizza table td {
        line-height: 22px; }
      .cart .actual-pizza table tfoot {
        font-weight: bold;
        font-size: 18px;
        border-top: solid 1px #bd9b58;
        border-bottom: solid 1px #bd9b58;
        margin-top: 20px; }
        .cart .actual-pizza table tfoot td {
          padding-top: 10px;
          padding-bottom: 10px; }
    .cart .actual-pizza .bottom-wrap {
      padding: 0px 20px 20px 20px; }
      .cart .actual-pizza .bottom-wrap .quantity {
        margin-bottom: 30px; }
        .cart .actual-pizza .bottom-wrap .quantity label {
          font-size: 14px;
          margin-right: 10px; }
        .cart .actual-pizza .bottom-wrap .quantity input {
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          background-color: none;
          font-size: 14px;
          border: none;
          width: 30px;
          padding: 8px 3px;
          text-align: center;
          color: #bd9b58;
          border: solid 1px #bd9b58; }
          .cart .actual-pizza .bottom-wrap .quantity input:focus {
            outline-width: 0; }
        .cart .actual-pizza .bottom-wrap .quantity .pridat {
          background: url(/assets/img/pridat.png);
          display: block;
          width: 25px;
          height: 25px;
          text-indent: -11000px;
          float: right;
          margin: 5px; }
        .cart .actual-pizza .bottom-wrap .quantity .odobrat {
          background: url(/assets/img/odobrat.png);
          display: block;
          width: 25px;
          height: 25px;
          text-indent: -11000px;
          float: right;
          margin: 5px;
          margin-right: 60px; }
      .cart .actual-pizza .bottom-wrap .add-favorite {
        margin-top: 10px; }
        .cart .actual-pizza .bottom-wrap .add-favorite label {
          font-size: 14px;
          margin-left: 10px; }
      .cart .actual-pizza .bottom-wrap input[type="submit"] {
        border: none;
        background-color: #d60825;
        width: 100%;
        text-align: center;
        color: #ffffff;
        font-size: 14px;
        padding: 10px;
        text-transform: uppercase;
        margin-top: 10px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
      .cart .actual-pizza .bottom-wrap .oblubene {
        color: #000;
        margin: 0 20px;
        line-height: 26px;
        margin-left: 20px; }
      .cart .actual-pizza .bottom-wrap .oblubene:hover {
        color: #d60825; }
      .cart .actual-pizza .bottom-wrap .oblubene:before {
        content: "";
        background: url(/assets/img/oblubene.png);
        width: 25px;
        height: 25px;
        margin-right: 0px;
        display: block;
        float: left; }

header .email-registered-user {
  display: none; }
header .top {
  padding-top: 32px; }
  header .top ul.flags {
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 16px;
    margin-left: 288px; }
    header .top ul.flags img {
      width: 20px; }
    header .top ul.flags li {
      display: inline-block; }
  header .top .profile {
    float: right;
    padding-bottom: 2px;
    height: 20px;
    color: #FFFFFF !important; }
  header .top .logout {
    float: right;
    padding-top: 7px;
    height: 20px;
    color: #FFFFFF !important; }
  header .top .logout:before {
    content: "";
    background: url("/assets/img/logout.png") no-repeat;
    position: absolute;
    left: -30px;
    height: 22px;
    width: 22px;
    display: inline-block;
    font-size: 21px;
    color: #FFFFFF;
    margin-right: 11px; }
  header .top ul.menu {
    padding-top: 7px;
    float: right;
    padding: 0;
    margin: 0;
    list-style-type: none; }
    header .top ul.menu li {
      display: inline-block;
      margin-left: 40px; }
      header .top ul.menu li .register {
        color: #FFFFFF; }
        header .top ul.menu li .register.active, header .top ul.menu li .register:hover {
          color: #d60825; }
          header .top ul.menu li .register.active:before, header .top ul.menu li .register:hover:before {
            content: "";
            background: url("/assets/img/register.png") no-repeat;
            position: absolute;
            left: -30px;
            height: 22px;
            width: 22px;
            display: inline-block;
            font-size: 21px;
            color: #FFFFFF;
            margin-right: 11px; }
      header .top ul.menu li .profile:hover {
        color: #b59555 !important; }
      header .top ul.menu li .login {
        color: #FFFFFF; }
        header .top ul.menu li .login.active, header .top ul.menu li .login:hover {
          color: #d60825; }
          header .top ul.menu li .login.active:before, header .top ul.menu li .login:hover:before {
            content: "";
            background: url("/assets/img/login.png") no-repeat;
            position: absolute;
            left: -30px;
            height: 22px;
            width: 22px;
            display: inline-block;
            font-size: 21px;
            color: #FFFFFF;
            margin-right: 11px; }
      header .top ul.menu li a {
        color: #b59555;
        font-size: 16px;
        height: 22px;
        display: block;
        position: relative; }
        header .top ul.menu li a.login {
          margin-right: 27px; }
          header .top ul.menu li a.login:before {
            content: "";
            background: url("/assets/img/icon-login.png") no-repeat;
            position: absolute;
            left: -30px;
            height: 22px;
            width: 22px;
            display: inline-block;
            font-size: 21px;
            color: #FFFFFF;
            margin-right: 11px; }
        header .top ul.menu li a.register:before {
          content: "";
          background: url(/assets/img/icon-signin.png) no-repeat;
          width: 22px;
          height: 22px;
          position: absolute;
          left: -30px;
          display: inline-block;
          font-size: 21px;
          color: #FFFFFF !important;
          margin-right: 11px; }
        header .top ul.menu li a.active, header .top ul.menu li a:hover {
          color: #b59555; }
        header .top ul.menu li a.profile:after {
          font-family: 'FontAwesome';
          display: inline-block;
          font-size: 21px;
          margin: 0 8px; }
        header .top ul.menu li a.profile.opened:after {
          content: "\f106"; }
        header .top ul.menu li a.profile.closed:after {
          content: "\f107"; }
  header .top ul.popup-menu {
    position: absolute;
    padding: 0;
    margin: 0;
    right: 0;
    top: 70px;
    right: 110px;
    list-style-type: none;
    z-index: 2003;
    background: rgba(25, 25, 25, 0.9);
    border: solid 1px #5f5f5f;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px; }
    header .top ul.popup-menu li {
      display: block;
      text-align: left;
      padding: 10px 50px 10px 10px; }
      header .top ul.popup-menu li a {
        color: #FFFFFF;
        font-size: 14px; }
        header .top ul.popup-menu li a.login {
          margin-right: 27px; }
          header .top ul.popup-menu li a.login:before {
            content: "\f0c1";
            font-family: 'FontAwesome';
            display: inline-block;
            font-size: 21px;
            color: #e5231b;
            margin-right: 11px; }
        header .top ul.popup-menu li a.register:before {
          content: "\f234";
          font-family: 'FontAwesome';
          display: inline-block;
          font-size: 21px;
          color: #e5231b;
          margin-right: 11px; }
        header .top ul.popup-menu li a.active, header .top ul.popup-menu li a:hover {
          color: #b59555; }
header .language {
  position: absolute;
  top: 100px;
  right: 0;
  color: white; }
  header .language a {
    color: #bd9b58; }
    header .language a:hover {
      text-decoration: underline;
      color: #d60825; }
header .phone {
  position: absolute;
  top: 32px;
  right: 350px;
  width: 275px;
  height: 55px;
  font-family: 'Roboto', sans-serif; }
  header .phone .title {
    color: #bd9b58;
    font-size: 16px;
    float: right;
    text-transform: uppercase; }
  header .phone .number {
    color: #FFFFFF;
    font-size: 34px;
    float: right;
    line-height: 38px;
    font-weight: 600; }
    header .phone .number a {
      color: inherit; }
  header .phone:before {
    content: "";
    background: url(/assets/img/icon-phone.png) no-repeat;
    width: 47px;
    height: 47px;
    margin-top: 0px;
    display: block;
    float: left;
    font-size: 74px;
    color: #297940; }
header .logo {
  position: absolute;
  top: 9px;
  left: 27px;
  text-align: center;
  z-index: 2; }
  header .logo a {
    height: 90px;
    display: inline-block;
    position: relative; }
    header .logo a img.logo-image {
      height: 90px; }
    header .logo a img.reload {
      position: absolute;
      bottom: 10px;
      right: 0;
      height: 16px; }
  header .logo .active-name {
    display: inline-block;
    color: #ffffff;
    padding: 10px;
    font-size: 14px; }
  header .logo .mobile-only {
    display: none; }
  @media screen and (max-width: 768px) {
    header .logo .mobile-only {
      display: block; } }

#main-nav-mobile {
  display: none; }

nav {
  margin-top: 81px;
  position: relative; }
  nav .row {
    width: 1366px; }
  nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 70%;
    border-bottom: solid 1px #5f5f5f;
    background: url(/assets/img/line-01.png) no-repeat top; }
    nav ul .dropdown:hover .dropdown-content {
      display: block !important; }
    nav ul li.dropdown::after {
      content: "";
      background: url("/assets/img/open.png");
      width: 10px;
      height: 6px;
      margin-left: 0px;
      display: block;
      float: right;
      margin-top: 24px; }
    nav ul li.dropdown:hover::after {
      content: "";
      background: url("/assets/img/closed.png");
      width: 10px;
      height: 6px;
      margin-left: 0px;
      display: block;
      float: right;
      margin-top: 24px; }
    nav ul li {
      padding-top: 10px;
      padding-bottom: 10px;
      margin: 10px;
      display: inline-block;
      text-align: center; }
      nav ul li a {
        display: block;
        font-family: Roboto, Sans-Serif;
        font-size: 16px;
        text-transform: uppercase; }
        nav ul li a.deals {
          background-color: #bd9b58;
          font-size: 30px;
          font-weight: 600;
          position: absolute;
          right: 0;
          top: -5px;
          padding: 5px 80px;
          border-radius: 5px;
          z-index: 2; }
        nav ul li a.active, nav ul li a:hover {
          color: #bd9b58; }
      nav ul li li a, nav ul li .dropbtn {
        display: inline-block;
        color: white;
        text-align: center;
        text-decoration: none; }
      nav ul li li a:hover, nav ul li .dropdown:hover .dropbtn {
        background-color: red; }
      nav ul li li.dropdown {
        display: inline-block; }
      nav ul li .dropdown-content {
        display: none;
        position: absolute;
        background: rgba(25, 25, 25, 0.8);
        border: solid 1px #5f5f5f;
        min-width: 194px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1; }
      nav ul li .dropdown-content a {
        color: #FFFFFF;
        padding: 5px 27px;
        text-decoration: none;
        display: block;
        text-align: left;
        line-height: 40px; }
      nav ul li .dropdown-content a:hover {
        color: #bd9b58; }
      nav ul li.mobile-only {
        display: none; }
  nav a.custom {
    position: absolute;
    top: -45px;
    right: 0;
    z-index: 2; }
  nav:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #000000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2; }

.form-top-icon {
  position: absolute;
  top: -23px;
  left: 0; }

.main {
  padding-top: 22px;
  padding-bottom: 50px; }
  .main input[type="checkbox"], .main input[type="radio"] {
    width: 18px;
    height: 18px; }
  .main .auth {
    width: 330px;
    background: none !important;
    border: solid 1px #5f5f5f;
    margin: auto;
    border-radius: 0px !important;
    margin-top: 25px;
    border-top: 0;
    position: relative; }
    .main .auth p {
      color: #FFFFFF;
      text-align: center;
      font-size: 16px;
      padding: 0 40px; }
    .main .auth h1 {
      margin-bottom: 25px !important; }
    .main .auth form input[type="submit"] {
      background-color: #bd9b58 !important;
      font-size: 16px !important; }
  .main .register {
    background: url("/assets/img/registracia-top.png") no-repeat top !important;
    border-top: none;
    background-position: 0px -23px !important; }
  .main .content {
    float: left;
    width: 1020px; }
    .main .content .vyskladaj {
      margin-top: 20px;
      background: url("/assets/img/vyskladanie.png");
      width: 300px;
      height: 70px;
      display: block;
      text-indent: -11000px; }
    .main .content .page {
      background-color: #ffffff;
      padding: 45px 24px 35px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
      .main .content .page a {
        color: #bd9b58; }
      .main .content .page h1 {
        font-size: 22px;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 50px; }
      .main .content .page form label {
        font-size: 14px;
        color: #FFFFFF; }
      .main .content .page form input[type="text"],
      .main .content .page form input[type="email"],
      .main .content .page form input[type="password"] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 21px;
        margin-top: 5px;
        border: solid 1px #5f5f5f;
        background: none;
        color: #FFFFFF;
        padding: 12px 18px;
        font-size: 18px;
        font-weight: 100; }
        .main .content .page form input[type="text"]:-moz-placeholder,
        .main .content .page form input[type="email"]:-moz-placeholder,
        .main .content .page form input[type="password"]:-moz-placeholder {
          color: #545454;
          font-style: italic; }
        .main .content .page form input[type="text"]::-moz-placeholder,
        .main .content .page form input[type="email"]::-moz-placeholder,
        .main .content .page form input[type="password"]::-moz-placeholder {
          color: #545454;
          font-style: italic; }
        .main .content .page form input[type="text"]:-ms-input-placeholder,
        .main .content .page form input[type="email"]:-ms-input-placeholder,
        .main .content .page form input[type="password"]:-ms-input-placeholder {
          color: #545454;
          font-style: italic; }
        .main .content .page form input[type="text"]::-webkit-input-placeholder,
        .main .content .page form input[type="email"]::-webkit-input-placeholder,
        .main .content .page form input[type="password"]::-webkit-input-placeholder {
          color: #545454;
          font-style: italic; }
        .main .content .page form input[type="text"]:focus,
        .main .content .page form input[type="email"]:focus,
        .main .content .page form input[type="password"]:focus {
          outline-width: 0; }
      .main .content .page form input[type="checkbox"] {
        margin-right: 5px; }
      .main .content .page form select {
        width: 100%; }
      .main .content .page form input[type="submit"] {
        border: none;
        background-color: #d60825;
        width: 100%;
        text-align: center;
        color: #ffffff;
        font-size: 20px;
        padding: 10px;
        text-transform: uppercase;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
      .main .content .page form p {
        margin-bottom: 20px; }
      .main .content .page form .hint {
        color: #888888;
        margin-left: 5px; }
      .main .content .page ul.error {
        padding: 0;
        margin: 0;
        list-style-type: none;
        margin-bottom: 20px; }
        .main .content .page ul.error li {
          display: inline-block;
          font-size: 14px;
          font-weight: bold;
          color: red; }
      .main .content .page .registered-address-container {
        margin-bottom: 10px; }
      .main .content .page .remember-wrap {
        margin-bottom: 24px;
        font-size: 16px;
        color: #000000; }
        .main .content .page .remember-wrap a {
          float: right; }
      .main .content .page .terms-wrap {
        margin-bottom: 24px;
        font-size: 16px;
        color: #FFFFFF; }
      .main .content .page .change-password {
        display: block;
        margin-bottom: 20px; }
      .main .content .page .button.facebook {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        background-color: #3877ec;
        width: 100%;
        text-align: center;
        color: #ffffff;
        font-size: 20px;
        padding: 10px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin-top: 13px; }
    .main .content .blog-detail {
      background: none !important;
      color: #FFFFFF; }
      .main .content .blog-detail h1 {
        font-size: 24px;
        font-weight: normal;
        color: #FFFFFF;
        line-height: 68px;
        text-transform: uppercase; }
    .main .content .delivery-list {
      width: 330px;
      background: none !important;
      border: solid 1px #5f5f5f;
      margin: auto;
      border-radius: 0px !important;
      margin-top: 25px;
      border-top: 0;
      position: relative;
      color: #FFFFFF;
      line-height: 28px;
      font-size: 16px !important; }
    .main .content .home_news {
      margin-bottom: 10px; }
    .main .content .slider {
      position: relative; }
      .main .content .slider .slide {
        position: relative; }
        .main .content .slider .slide .text {
          position: absolute;
          bottom: 20px;
          left: 20px;
          color: #ffffff; }
      .main .content .slider .bx-wrapper {
        margin: 0 auto; }
        .main .content .slider .bx-wrapper .bx-viewport {
          border: 1px solid #5f5f5f;
          box-shadow: none;
          -webkit-box-shadow: none; }
        .main .content .slider .bx-wrapper .bx-pager {
          bottom: -25px; }
          .main .content .slider .bx-wrapper .bx-pager.bx-default-pager a {
            background: url("/assets/img/obd-ln-k-1-kopie-2.png");
            width: 60px;
            height: 3px; }
            .main .content .slider .bx-wrapper .bx-pager.bx-default-pager a.active {
              background: url("/assets/img/obd-ln-k-1-kopie.png");
              width: 60px;
              height: 3px; }
    .main .content .address {
      width: 330px;
      background: none !important;
      border: solid 1px #5f5f5f;
      margin: auto;
      border-radius: 0px !important;
      margin-top: 25px;
      border-top: 0;
      position: relative; }
      .main .content .address p {
        color: #FFFFFF; }
      .main .content .address .label {
        width: 125px;
        display: block;
        float: left; }
      .main .content .address span {
        color: #FFFFFF; }
      .main .content .address .styled {
        margin-top: 20px; }
        .main .content .address .styled p {
          margin-bottom: 0px; }
      .main .content .address label {
        color: #878787 !important;
        display: block;
        margin-bottom: 5px; }
      .main .content .address form input[type="submit"] {
        background-color: #bd9b58;
        font-size: 16px; }
    .main .content .order-history {
      width: 50%;
      background: none !important;
      border: solid 1px #5f5f5f;
      margin: auto;
      border-radius: 0px !important;
      margin-top: 25px;
      position: relative; }
      .main .content .order-history .required {
        color: #878787;
        display: block;
        margin-bottom: 5px;
        float: left; }
      .main .content .order-history .change-password {
        font-size: 18px;
        float: right;
        margin-top: 15px;
        margin-bottom: 0px; }
      .main .content .order-history .change-password:hover {
        color: #FFFFFF; }
      .main .content .order-history form input[type="submit"] {
        background-color: #bd9b58;
        font-size: 16px !important; }
      .main .content .order-history table {
        font-size: 14px; }
        .main .content .order-history table th {
          color: #b59555;
          border-bottom: solid 1px #b59555;
          padding: 5px 10px; }
        .main .content .order-history table .name a {
          color: #FFFFFF; }
        .main .content .order-history table tr:hover {
          background-color: #000000; }
        .main .content .order-history table td {
          color: #878787;
          line-height: 26px;
          padding: 5px 10px; }
    .main .content .order-detail {
      width: 330px;
      background: none !important;
      border: solid 1px #5f5f5f;
      margin: auto;
      border-radius: 0px !important;
      margin-top: 25px;
      border-top: 0;
      position: relative; }
      .main .content .order-detail .objednavka-id {
        color: #b59555; }
      .main .content .order-detail .required {
        color: #878787;
        display: block;
        margin-bottom: 5px;
        float: left; }
      .main .content .order-detail .change-password {
        font-size: 18px;
        float: right;
        margin-top: 15px;
        margin-bottom: 0px; }
      .main .content .order-detail .change-password:hover {
        color: #FFFFFF; }
      .main .content .order-detail form input[type="submit"] {
        background-color: #bd9b58;
        font-size: 16px !important; }
      .main .content .order-detail table {
        font-size: 14px;
        width: 100%; }
        .main .content .order-detail table th {
          color: #FFFFFF;
          border-bottom: solid 1px #FFFFFF;
          padding-bottom: 5px;
          text-align: left;
          padding-left: 10px; }
        .main .content .order-detail table .name a {
          color: #FFFFFF; }
        .main .content .order-detail table td {
          color: #878787;
          line-height: 26px;
          padding: 5px 10px; }
        .main .content .order-detail table .left2 {
          text-align: left; }
    .main .content .user {
      width: 330px;
      background: none !important;
      border: solid 1px #5f5f5f;
      margin: auto;
      border-radius: 0px !important;
      margin-top: 25px;
      border-top: 0;
      position: relative; }
      .main .content .user .required {
        color: #878787;
        display: block;
        margin-bottom: 5px;
        float: left; }
      .main .content .user .change-password {
        font-size: 18px;
        float: right;
        margin-top: 15px;
        margin-bottom: 0px; }
      .main .content .user .change-password:hover {
        color: #FFFFFF; }
      .main .content .user form input[type="submit"] {
        background-color: #bd9b58;
        font-size: 16px !important; }
    .main .content .pizza_tracker {
      text-align: center; }
      .main .content .pizza_tracker ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        text-align: left;
        padding-left: 53px; }
        .main .content .pizza_tracker ul li {
          text-align: center;
          display: inline-block;
          font-size: 11px;
          text-transform: uppercase;
          color: #8d8d8d;
          font-weight: bold; }
          .main .content .pizza_tracker ul li:nth-child(1) {
            width: 80px; }
          .main .content .pizza_tracker ul li:nth-child(2) {
            width: 173px;
            margin-left: 13px; }
          .main .content .pizza_tracker ul li:nth-child(3) {
            width: 131px; }
          .main .content .pizza_tracker ul li:nth-child(4) {
            width: 114px;
            margin-left: 3px; }
      .main .content .pizza_tracker.tracker_2 ul li:nth-child(1) {
        color: #000000; }
      .main .content .pizza_tracker.tracker_3 ul li:nth-child(1) {
        color: #000000; }
      .main .content .pizza_tracker.tracker_3 ul li:nth-child(2) {
        color: #000000; }
      .main .content .pizza_tracker.tracker_4 ul li:nth-child(1) {
        color: #000000; }
      .main .content .pizza_tracker.tracker_4 ul li:nth-child(2) {
        color: #000000; }
      .main .content .pizza_tracker.tracker_4 ul li:nth-child(3) {
        color: #000000; }
      .main .content .pizza_tracker.tracker_5 ul li:nth-child(1) {
        color: #000000; }
      .main .content .pizza_tracker.tracker_5 ul li:nth-child(2) {
        color: #000000; }
      .main .content .pizza_tracker.tracker_5 ul li:nth-child(3) {
        color: #000000; }
      .main .content .pizza_tracker.tracker_5 ul li:nth-child(4) {
        color: #000000; }
    .main .content .top-box select {
      width: 200px;
      background: none;
      color: #FFFFFF;
      border: none; }
      .main .content .top-box select option {
        margin: 40px;
        background: #000000;
        color: #fff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
        border: solid 1px #5f5f5f; }
      .main .content .top-box select option:not(:checked) {
        background-color: #000000;
        color: #5f5f5f; }
    .main .content .top-box td.name {
      color: #bd9b58;
      padding: 15px 0 !important; }
    .main .content .top-box tr {
      border-bottom: none !important; }
    .main .content .top-box .combo-cart {
      background-color: #d60825 !important;
      color: #FFFFFF;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      padding: 15px 60px !important;
      margin: 20px 0 !important;
      float: right;
      text-transform: uppercase;
      font-size: 16px; }
    .main .content .triple {
      color: white;
      clear: both; }
      .main .content .triple .selectors {
        float: left;
        width: 50%; }
        .main .content .triple .selectors .title {
          font-size: 24px;
          font-weight: normal;
          color: #FFFFFF;
          text-transform: uppercase;
          border-bottom: 1px solid white;
          padding-bottom: 5px;
          padding-right: 10px;
          display: inline-block;
          margin-bottom: 10px; }
        .main .content .triple .selectors .description {
          margin-bottom: 10px;
          font-style: italic; }
        .main .content .triple .selectors .element {
          color: #bd9b58;
          font-size: 16px;
          margin-bottom: 5px; }
        .main .content .triple .selectors .combo-cart {
          background-color: #d60825 !important;
          color: #FFFFFF;
          -moz-border-radius: 6px;
          -webkit-border-radius: 6px;
          border-radius: 6px;
          padding: 15px 60px !important;
          margin: 20px 0 !important;
          text-transform: uppercase;
          font-size: 16px; }
        .main .content .triple .selectors .top-box {
          background: none;
          margin-bottom: 10px; }
        .main .content .triple .selectors #price-1 {
          margin: 20px;
          color: #ffffff;
          font-size: 24px;
          display: inline-block; }
      .main .content .triple .showers {
        float: left;
        width: 50%; }
        .main .content .triple .showers .shower-img {
          position: relative;
          width: 60%;
          margin: 10%; }
          .main .content .triple .showers .shower-img .variant {
            position: absolute;
            color: black;
            font-size: 20px; }
            .main .content .triple .showers .shower-img .variant.variant1 {
              top: 20%;
              left: 0;
              display: block;
              text-align: center;
              width: 100%; }
            .main .content .triple .showers .shower-img .variant.variant2 {
              top: 60%;
              left: 5%;
              width: 50%;
              text-align: center; }
            .main .content .triple .showers .shower-img .variant.variant3 {
              top: 60%;
              right: 5%;
              width: 50%;
              text-align: center; }
            .main .content .triple .showers .shower-img .variant.selected {
              color: white;
              font-size: 15px; }
          .main .content .triple .showers .shower-img img {
            max-width: 100%; }
    .main .content .box {
      width: 100%;
      margin: 33px 0 33px 0;
      border-bottom: solid 1px #5f5f5f;
      -moz-box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.25);
      -webkit-box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.25); }
      .main .content .box thead tr th, .main .content .box tbody tr th {
        text-align: left;
        padding: 1px 0; }
        .main .content .box thead tr th .sizes, .main .content .box tbody tr th .sizes {
          display: block;
          float: right;
          text-align: center;
          padding: 20px 0 0 0;
          color: #FFFFFF;
          font-size: 20px; }
          .main .content .box thead tr th .sizes .small-p, .main .content .box tbody tr th .sizes .small-p {
            color: #ae9052;
            padding-right: 7px; }
          .main .content .box thead tr th .sizes .medium-p, .main .content .box tbody tr th .sizes .medium-p {
            color: #7ad212;
            padding: 0 3px; }
          .main .content .box thead tr th .sizes .big-p, .main .content .box tbody tr th .sizes .big-p {
            color: #d60825;
            padding: 0; }
        .main .content .box thead tr th .wrap, .main .content .box tbody tr th .wrap {
          display: block;
          float: left;
          height: 68px;
          padding: 0 50px 0 25px;
          -moz-border-radius-topleft: 10px;
          -webkit-border-top-left-radius: 10px;
          border-top-left-radius: 10px;
          -moz-border-radius-topright: 10px;
          -webkit-border-top-right-radius: 10px;
          border-top-right-radius: 10px;
          margin-right: 10px;
          border-bottom: solid 1px #5f5f5f; }
          .main .content .box thead tr th .wrap .pb:before, .main .content .box tbody tr th .wrap .pb:before {
            content: '' !important; }
          .main .content .box thead tr th .wrap .title, .main .content .box tbody tr th .wrap .title {
            font-size: 24px;
            font-weight: normal;
            color: #FFFFFF;
            line-height: 68px;
            text-transform: uppercase; }
          .main .content .box thead tr th .wrap .title:before, .main .content .box tbody tr th .wrap .title:before {
            content: "\f006";
            font-family: 'FontAwesome';
            display: inline-block;
            font-size: 30px;
            color: #b59555;
            line-height: 40px;
            margin-right: 20px; }
          .main .content .box thead tr th .wrap .custom, .main .content .box tbody tr th .wrap .custom {
            font-weight: 600;
            color: #297940;
            line-height: 68px;
            position: relative; }
            .main .content .box thead tr th .wrap .custom span, .main .content .box tbody tr th .wrap .custom span {
              display: block;
              float: left;
              width: 100px;
              font-size: 14px;
              line-height: normal;
              padding-top: 15px;
              color: #ffffff; }
            .main .content .box thead tr th .wrap .custom .edit, .main .content .box tbody tr th .wrap .custom .edit {
              display: block;
              float: right;
              height: 40px;
              text-align: center;
              margin-left: 10px;
              margin: 5px 0;
              background-color: #f8b300;
              width: 40px;
              -moz-border-radius: 3px;
              -webkit-border-radius: 3px;
              border-radius: 3px; }
              .main .content .box thead tr th .wrap .custom .edit:before, .main .content .box tbody tr th .wrap .custom .edit:before {
                font-family: 'FontAwesome';
                display: inline-block;
                font-size: 21px;
                color: #fff;
                line-height: 20px;
                content: "\f040"; }
          .main .content .box thead tr th .wrap .favorite, .main .content .box tbody tr th .wrap .favorite {
            display: none; }
            .main .content .box thead tr th .wrap .favorite:before, .main .content .box tbody tr th .wrap .favorite:before {
              content: "\f005";
              font-family: 'FontAwesome';
              display: inline-block;
              font-size: 30px;
              color: #f8b300;
              line-height: 40px;
              margin-right: 20px; }
          .main .content .box thead tr th .wrap.custom, .main .content .box tbody tr th .wrap.custom {
            background-color: #297940;
            padding: 0 25px 0 25px; }
        .main .content .box thead tr th .pizza-sizes, .main .content .box tbody tr th .pizza-sizes {
          float: right;
          margin-right: 14px;
          margin-top: 14px; }
      .main .content .box tbody tr {
        border-bottom: solid 1px #5f5f5f; }
        .main .content .box tbody tr th .add,
        .main .content .box tbody tr th .edit,
        .main .content .box tbody tr th .delete {
          display: inline-block;
          height: 40px;
          text-align: center;
          margin-left: 10px;
          margin: 5px 0;
          -moz-border-radius: 6px;
          -webkit-border-radius: 6px;
          border-radius: 6px; }
          .main .content .box tbody tr th .add:before,
          .main .content .box tbody tr th .edit:before,
          .main .content .box tbody tr th .delete:before {
            font-family: 'FontAwesome';
            display: inline-block;
            font-size: 21px;
            color: #fff;
            line-height: 40px; }
        .main .content .box tbody tr th .add {
          background-color: #7ad212;
          width: 80px;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          margin-right: 5px; }
          .main .content .box tbody tr th .add:before {
            content: "\f067"; }
          .main .content .box tbody tr th .add.add30 {
            background-color: #bd9b58;
            width: 60px; }
          .main .content .box tbody tr th .add.add40 {
            background-color: #7ad212;
            width: 80px; }
          .main .content .box tbody tr th .add.add50 {
            background-color: #d60825;
            width: 60px; }
        .main .content .box tbody tr td {
          font-size: 14px;
          color: #FFFFFF; }
          .main .content .box tbody tr td .add,
          .main .content .box tbody tr td .edit,
          .main .content .box tbody tr td .delete {
            display: inline-block;
            height: 40px;
            text-align: center;
            margin-left: 10px;
            margin: 5px 0;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px; }
            .main .content .box tbody tr td .add:before,
            .main .content .box tbody tr td .edit:before,
            .main .content .box tbody tr td .delete:before {
              font-family: 'FontAwesome';
              display: inline-block;
              font-size: 21px;
              color: #fff;
              line-height: 40px; }
          .main .content .box tbody tr td .add {
            background-color: #7ad212;
            width: 80px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin-right: 5px; }
            .main .content .box tbody tr td .add:before {
              content: "\f067"; }
            .main .content .box tbody tr td .add.add30 {
              background-color: #bd9b58;
              width: 60px; }
            .main .content .box tbody tr td .add.add40 {
              background-color: #7ad212;
              width: 80px; }
            .main .content .box tbody tr td .add.add50 {
              background-color: #d60825;
              width: 60px; }
          .main .content .box tbody tr td.number {
            text-align: left;
            padding: 7px 5px;
            padding-left: 29px;
            font-size: 18px;
            color: #e5231b;
            font-weight: 600;
            width: 2%; }
          .main .content .box tbody tr td.name {
            padding: 7px 5px 7px 25px;
            text-align: left;
            width: 60%; }
            .main .content .box tbody tr td.name strong {
              font-size: 20px;
              color: #b59555;
              font-weight: 400;
              margin-right: 10px;
              line-height: 2em; }
            .main .content .box tbody tr td.name img {
              margin-left: 20px; }
            .main .content .box tbody tr td.name .type {
              width: 8%;
              float: left;
              display: block; }
          .main .content .box tbody tr td.actions {
            text-align: right;
            padding: 0 10px;
            white-space: nowrap;
            width: 12%; }
          .main .content .box tbody tr td.price {
            color: #FFFFFF;
            font-size: 20px;
            padding: 0 10px;
            font-weight: bold;
            text-align: right; }
          .main .content .box tbody tr td .edit-p {
            color: #FFFFFF;
            background: url("/assets/img/edit.png");
            display: block;
            width: 30px;
            height: 30px;
            text-indent: -11000px;
            float: left;
            margin: 0 5px; }
          .main .content .box tbody tr td .alergens {
            cursor: pointer;
            background: url("/assets/img/alergeny.png");
            display: block;
            width: 31px;
            height: 31px;
            text-indent: -11000px;
            float: right;
            margin: 0 5px; }
          .main .content .box tbody tr td .edit {
            background-color: #f8b300;
            width: 40px; }
            .main .content .box tbody tr td .edit:before {
              content: "\f040"; }
          .main .content .box tbody tr td .delete {
            background-color: #e5231b;
            width: 40px; }
            .main .content .box tbody tr td .delete:before {
              content: "\f1f8"; }
        .main .content .box tbody tr.custom {
          background-color: #297940;
          border-bottom: none; }
          .main .content .box tbody tr.custom td {
            color: white; }
            .main .content .box tbody tr.custom td:nth-child(2) {
              text-align: left; }
              .main .content .box tbody tr.custom td:nth-child(2) strong {
                font-size: 20px;
                color: #ffffff; }
            .main .content .box tbody tr.custom td .edit {
              width: 88px; }
    .main .content .pizza-create h1 {
      color: #bd9b58;
      text-transform: uppercase;
      font-size: 31px;
      text-align: left;
      margin: 20px 0; }
    .main .content .pizza-create .box {
      color: #FFFFFF; }
      .main .content .pizza-create .box .head {
        height: 68px;
        padding: 0 50px 0 25px;
        -moz-border-radius-topleft: 10px;
        -webkit-border-top-left-radius: 10px;
        border-top-left-radius: 10px;
        -moz-border-radius-topright: 40px;
        -webkit-border-top-right-radius: 40px;
        border-top-right-radius: 40px;
        display: inline-block;
        border-bottom: 1px solid #5f5f5f; }
        .main .content .pizza-create .box .head .title {
          font-size: 30px;
          color: #FFFFFF;
          line-height: 35px; }
          .main .content .pizza-create .box .head .title:before {
            content: "";
            background: url("/assets/img/zaklad.png");
            width: 30px;
            height: 30px;
            margin-right: 15px;
            display: block;
            float: left; }
      .main .content .pizza-create .box .body {
        -moz-border-radius-topright: 10px;
        -webkit-border-top-right-radius: 10px;
        border-top-right-radius: 10px;
        -moz-border-radius-bottomleft: 10px;
        -webkit-border-bottom-left-radius: 10px;
        border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -webkit-border-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px; }
        .main .content .pizza-create .box .body.has-ornament {
          padding-top: 0;
          -moz-border-radius-topright: 0;
          -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0; }
        .main .content .pizza-create .box .body .item-4 .titles {
          font-size: 30px;
          color: #FFFFFF;
          text-transform: uppercase;
          line-height: 35px;
          padding-left: 0px;
          margin: 0px; }
          .main .content .pizza-create .box .body .item-4 .titles:before {
            content: "";
            background: url("/assets/img/poznamka.png");
            width: 31px;
            height: 30px;
            margin-right: 15px;
            display: block;
            float: left; }
        .main .content .pizza-create .box .body .item-3 .titles {
          font-size: 30px;
          color: #bd9b58;
          text-transform: uppercase;
          line-height: 35px;
          padding-left: 0px;
          margin: 0px; }
          .main .content .pizza-create .box .body .item-3 .titles:before {
            content: "";
            background: url("/assets/img/syr.png");
            width: 32px;
            height: 30px;
            margin-right: 15px;
            display: block;
            float: left; }
        .main .content .pizza-create .box .body .item-2 .titles {
          font-size: 30px;
          color: #d60825;
          text-transform: uppercase;
          line-height: 35px;
          padding-left: 0px;
          margin: 0px; }
          .main .content .pizza-create .box .body .item-2 .titles:before {
            content: "";
            background: url("/assets/img/masso.png");
            width: 33px;
            height: 30px;
            margin-right: 15px;
            display: block;
            float: left; }
        .main .content .pizza-create .box .body .item-1 .titles {
          font-size: 30px;
          color: #7ad212;
          text-transform: uppercase;
          line-height: 35px;
          padding-left: 0px;
          margin: 0px; }
          .main .content .pizza-create .box .body .item-1 .titles:before {
            content: "";
            background: url("/assets/img/zelenina.png");
            width: 31px;
            height: 30px;
            margin-right: 15px;
            display: block;
            float: left; }
        .main .content .pizza-create .box .body .head {
          height: 56px;
          margin: 0px;
          line-height: 46px;
          font-size: 33px;
          color: #ffffff;
          font-weight: bold; }
          .main .content .pizza-create .box .body .head span {
            display: block;
            padding-left: 25px;
            margin: 0 10px; }
          .main .content .pizza-create .box .body .head .title {
            font-size: 30px;
            color: #FFFFFF;
            line-height: 35px; }
        .main .content .pizza-create .box .body .ornament-border {
          margin-top: -10px;
          padding: 20px 0; }
        .main .content .pizza-create .box .body .stock-item-wrap .stock-item {
          border: 1px solid #FFFFFF;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px; }
          .main .content .pizza-create .box .body .stock-item-wrap .stock-item .label {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            float: left;
            width: 50%;
            font-size: 14px;
            line-height: 18px;
            font-weight: 500;
            padding: 4px 10px; }
            .main .content .pizza-create .box .body .stock-item-wrap .stock-item .label .name {
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              width: 100%; }
            .main .content .pizza-create .box .body .stock-item-wrap .stock-item .label .weight {
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              float: left;
              text-align: left;
              width: 36%;
              color: #888888; }
            .main .content .pizza-create .box .body .stock-item-wrap .stock-item .label .price {
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              float: left;
              text-align: right;
              width: 40%;
              color: #888888; }
            .main .content .pizza-create .box .body .stock-item-wrap .stock-item .label.inactive {
              -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
          .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            float: right;
            width: 126px; }
            .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch .none,
            .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch .normal,
            .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch .extra {
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              float: left;
              line-height: 46px; }
              .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch .none.active,
              .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch .normal.active,
              .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch .extra.active {
                border: none;
                margin: -4px 0;
                line-height: 54px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px; }
            .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch .none {
              border-left: 1px solid #FFFFFF;
              border-right: 1px solid #FFFFFF;
              width: 42px;
              background: url("/assets/img/stock_item_none_inactive.png") no-repeat center center; }
              .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch .none.active {
                background: #d60825 url("/assets/img/stock_item_none_active.png") no-repeat center center; }
            .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch .normal {
              width: 42px;
              border-right: 1px solid #FFFFFF;
              background: url("/assets/img/stock_item_normal_inactive.png") no-repeat center center; }
              .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch .normal.active {
                background: #7ad212 url("/assets/img/stock_item_normal_active.png") no-repeat center center;
                margin-left: -1px;
                width: 43px; }
            .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch .extra {
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              height: 46px;
              font-size: 10px;
              color: #b4b4b4;
              width: 42px;
              text-align: center;
              padding-top: 14px;
              text-transform: uppercase;
              background: url("/assets/img/stock_item_extra_inactive.png") no-repeat center 8px; }
              .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch .extra.active {
                height: 54px;
                background: #bd9b58 url("/assets/img/stock_item_extra_active.png") no-repeat center 12px;
                margin-left: -1px;
                width: 43px;
                color: #ffffff; }
        .main .content .pizza-create .box .body .stock-item-wrap input {
          display: none; }
        .main .content .pizza-create .box .body .half {
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          float: left;
          width: 33.33%;
          padding: 10px 25px;
          font-size: 16px; }
          .main .content .pizza-create .box .body .half strong {
            display: block;
            text-transform: uppercase;
            margin: 15px 0; }
          .main .content .pizza-create .box .body .half .size {
            display: block;
            text-align: center;
            font-size: 18px;
            background-color: #297940;
            color: #ffffff;
            padding: 11px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            font-weight: 200; }
          .main .content .pizza-create .box .body .half .switch {
            border-radius: 10px;
            border: solid 1px #FFFFFF;
            overflow: hidden; }
            .main .content .pizza-create .box .body .half .switch a {
              display: block;
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              height: 47px;
              line-height: 47px;
              font-size: 14px;
              text-align: center;
              width: 50%; }
              .main .content .pizza-create .box .body .half .switch a.active {
                background-color: #bd9b58;
                color: #ffffff;
                border: solid 1px #bd9b58; }
              .main .content .pizza-create .box .body .half .switch a.long {
                line-height: 23px; }
              .main .content .pizza-create .box .body .half .switch a:first-child {
                float: left; }
              .main .content .pizza-create .box .body .half .switch a:last-child {
                float: right; }
            .main .content .pizza-create .box .body .half .switch#pizza_size a {
              float: left;
              width: 50%; }
        .main .content .pizza-create .box .body .velkost {
          float: left;
          width: 100%;
          padding: 10px 25px;
          font-size: 16px; }
          .main .content .pizza-create .box .body .velkost strong {
            text-transform: uppercase;
            margin: 15px 0; }
        .main .content .pizza-create .box .body .tretina {
          width: 33.33%; }
        .main .content .pizza-create .box .body .pizza-name-wrap {
          padding: 40px 25px;
          border-bottom: 1px solid #5f5f5f; }
          .main .content .pizza-create .box .body .pizza-name-wrap input {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            border: solid 1px #5f5f5f;
            background: none;
            color: #a7a7a7;
            padding: 12px 18px;
            font-size: 16px;
            font-style: italic;
            font-weight: 100;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px; }
            .main .content .pizza-create .box .body .pizza-name-wrap input:-moz-placeholder {
              color: #FFFFFF; }
            .main .content .pizza-create .box .body .pizza-name-wrap input::-moz-placeholder {
              color: #FFFFFF; }
            .main .content .pizza-create .box .body .pizza-name-wrap input:-ms-input-placeholder {
              color: #FFFFFF; }
            .main .content .pizza-create .box .body .pizza-name-wrap input::-webkit-input-placeholder {
              color: #FFFFFF; }
            .main .content .pizza-create .box .body .pizza-name-wrap input:focus {
              outline-width: 0; }
        .main .content .pizza-create .box .body .note-wrap {
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 20px 25px; }
          .main .content .pizza-create .box .body .note-wrap textarea {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 15px 20px;
            height: 154px;
            width: 100%;
            border: solid 1px #5f5f5f;
            background: none;
            color: #a7a7a7;
            padding: 12px 18px;
            font-size: 16px;
            font-style: italic;
            font-weight: 100;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px; }
            .main .content .pizza-create .box .body .note-wrap textarea:focus {
              outline-width: 0; }
        .main .content .pizza-create .box .body .bottom-wrap {
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 20px 25px; }
          .main .content .pizza-create .box .body .bottom-wrap .price {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 62%;
            float: left;
            font-size: 22px;
            font-weight: bold;
            padding: 10px 0; }
            .main .content .pizza-create .box .body .bottom-wrap .price .favourite-pizza {
              margin-top: 10px; }
            .main .content .pizza-create .box .body .bottom-wrap .price .veight {
              font-size: 14px;
              font-weight: normal;
              padding: 0 25px; }
            .main .content .pizza-create .box .body .bottom-wrap .price .final-price {
              padding-right: 25px;
              color: #bd9b58; }
            .main .content .pizza-create .box .body .bottom-wrap .price .popular {
              font-size: 14px;
              float: right;
              padding-top: 5px;
              padding-left: 35px;
              background: url("/assets/img/popular.png") no-repeat left; }
            .main .content .pizza-create .box .body .bottom-wrap .price .popular:hover {
              color: #d60825; }
          .main .content .pizza-create .box .body .bottom-wrap .save {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 38%;
            float: right;
            text-align: right; }
            .main .content .pizza-create .box .body .bottom-wrap .save label {
              font-size: 14px;
              color: #297940;
              margin-left: 20px; }
            .main .content .pizza-create .box .body .bottom-wrap .save input[type="submit"] {
              background-color: #d60825;
              color: #FFFFFF;
              -moz-border-radius: 6px;
              -webkit-border-radius: 6px;
              border-radius: 6px;
              padding: 15px 60px;
              margin: 0px;
              border: none;
              font-size: 16px; }
    .main .content .blog h2 {
      margin-top: 20px; }
    .main .content .delivery-list {
      font-size: 14px; }
      .main .content .delivery-list table {
        width: 100%; }
        .main .content .delivery-list table tr:nth-child(2n) {
          color: #bd9b58; }
        .main .content .delivery-list table td:nth-child(2n) {
          text-align: right; }
    .main .content .address .options {
      font-size: 16px; }
      .main .content .address .options .text-link {
        float: right; }
    .main .content .address .address-list {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .main .content .address .address-list li {
        margin-top: 20px;
        display: block; }
        .main .content .address .address-list li input[type="radio"] {
          float: left;
          margin-top: 4px;
          margin-right: 10px; }
        .main .content .address .address-list li label {
          float: left; }
        .main .content .address .address-list li .value {
          font-weight: bold; }
        .main .content .address .address-list li .delete {
          float: right;
          background: url("/assets/img/delete2.png") no-repeat right;
          width: 20px;
          height: 20px; }
    .main .content .order-history table {
      width: 100%; }
      .main .content .order-history table th {
        text-align: left; }
    .main .content .order table {
      width: 100%; }
      .main .content .order table th {
        text-align: left;
        font-size: 16px; }
      .main .content .order table td {
        font-size: 14px; }
        .main .content .order table td ul {
          padding: 0;
          margin: 0;
          list-style-type: none; }
          .main .content .order table td ul li {
            font-size: 12px;
            line-height: 16px;
            color: #888; }
      .main .content .order table th:last-child,
      .main .content .order table td:last-child {
        text-align: right; }
    .main .content .order-checkout {
      margin-bottom: 20px;
      margin-right: 33px;
      width: 45%;
      background: none !important;
      border: solid 1px #5f5f5f;
      border-top: none;
      border-radius: 0px !important;
      margin-top: 25px;
      z-index: 6 !important;
      position: relative;
      color: #FFFFFF;
      float: left;
      display: block; }
      .main .content .order-checkout table {
        width: 100%;
        font-size: 14px; }
        .main .content .order-checkout table thead tr {
          border-bottom: solid 1px #FFFFFF; }
          .main .content .order-checkout table thead tr th {
            padding: 15px 0; }
            .main .content .order-checkout table thead tr th:nth-child(1) {
              width: 10%; }
            .main .content .order-checkout table thead tr th:nth-child(2) {
              width: 65%;
              text-align: left; }
            .main .content .order-checkout table thead tr th:nth-child(3) {
              width: 15%;
              text-align: right; }
            .main .content .order-checkout table thead tr th:nth-child(4) {
              width: 10%; }
        .main .content .order-checkout table tbody tr td {
          padding: 4px 0; }
          .main .content .order-checkout table tbody tr td:nth-child(1) {
            text-align: center; }
          .main .content .order-checkout table tbody tr td:nth-child(2) {
            text-align: left; }
          .main .content .order-checkout table tbody tr td:nth-child(3) {
            text-align: center;
            text-align: right; }
          .main .content .order-checkout table tbody tr td:nth-child(4) {
            text-align: center; }
          .main .content .order-checkout table tbody tr td.name a {
            font-weight: bold; }
        .main .content .order-checkout table tbody tr:first-child td {
          padding-top: 10px; }
        .main .content .order-checkout table tbody tr:last-child td {
          padding-bottom: 20px; }
        .main .content .order-checkout table tbody tr .name {
          color: #b59555; }
        .main .content .order-checkout table tbody tr.related td {
          text-align: left;
          padding-left: 10%; }
          .main .content .order-checkout table tbody tr.related td span {
            display: block;
            margin-bottom: 5px;
            margin-top: 5px;
            font-weight: bold; }
          .main .content .order-checkout table tbody tr.related td div.related-item a {
            display: block;
            font-size: 12px;
            margin-bottom: 2px; }
        .main .content .order-checkout table tfoot tr td {
          padding: 2px 0;
          font-weight: 400; }
          .main .content .order-checkout table tfoot tr td:nth-child(1) {
            text-align: center; }
          .main .content .order-checkout table tfoot tr td:nth-child(2) {
            text-align: left; }
          .main .content .order-checkout table tfoot tr td:nth-child(3) {
            text-align: center;
            text-align: right; }
          .main .content .order-checkout table tfoot tr td:nth-child(4) {
            text-align: center; }
        .main .content .order-checkout table tfoot tr:last-child td {
          padding-top: 10px;
          font-weight: bold;
          font-size: 18px; }
        .main .content .order-checkout table ul {
          display: none;
          padding: 0;
          margin: 0;
          list-style-type: none; }
          .main .content .order-checkout table ul li {
            font-size: 12px;
            line-height: 16px;
            color: #888; }
    .main .content .order-checkout-address {
      margin-bottom: 20px;
      width: 45%;
      background: none !important;
      border: solid 1px #5f5f5f;
      border-top: none;
      margin: auto;
      border-radius: 0px !important;
      margin-top: 25px;
      position: relative;
      color: #FFFFFF;
      float: left;
      display: block;
      padding-bottom: 0px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
      .main .content .order-checkout-address #registered-address-container {
        margin-bottom: 20px; }
      .main .content .order-checkout-address .checkout-left {
        width: 50%;
        float: left;
        display: block;
        margin-right: 25px; }
      .main .content .order-checkout-address .checkout-right {
        width: 45%;
        float: left;
        display: block; }
        .main .content .order-checkout-address .checkout-right .hasTimepicker {
          float: right; }
      .main .content .order-checkout-address .required {
        color: #878787; }
      .main .content .order-checkout-address ul.ui-tabs-nav {
        padding: 0;
        margin: 0;
        list-style-type: none; }
        .main .content .order-checkout-address ul.ui-tabs-nav li {
          display: inline-block;
          font-size: 12px;
          line-height: 16px;
          color: #888;
          padding: 18px 20px; }
          .main .content .order-checkout-address ul.ui-tabs-nav li a {
            font-size: 16px; }
            .main .content .order-checkout-address ul.ui-tabs-nav li a:focus {
              outline-width: 0; }
          .main .content .order-checkout-address ul.ui-tabs-nav li:focus {
            outline-width: 0; }
          .main .content .order-checkout-address ul.ui-tabs-nav li.ui-state-active {
            background-color: #000000;
            margin-left: 20px; }
            .main .content .order-checkout-address ul.ui-tabs-nav li.ui-state-active a {
              color: #FFFFFF; }
      .main .content .order-checkout-address .pad {
        padding: 25px 24px 35px; }
      .main .content .order-checkout-address input[type="radio"] {
        margin-right: 10px;
        margin-left: 10px; }
      .main .content .order-checkout-address input[type="radio"] + label {
        display: block;
        cursor: pointer;
        position: relative;
        padding-left: 20px;
        margin-right: 15px;
        font-size: 14px;
        float: left; }
      .main .content .order-checkout-address input[type="radio"] + label:before {
        content: "";
        display: inline-block;
        color: #FFFFFF;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 300;
        line-height: 1;
        font-size: 15px;
        width: 16px;
        height: 16px;
        position: absolute;
        left: 0;
        top: 2px; }
      .main .content .order-checkout-address input[type="radio"]:checked + label:before {
        content: "";
        color: #FFFFFF; }
      .main .content .order-checkout-address h3 {
        margin-bottom: 10px;
        margin-top: 20px;
        color: #b59555; }
      .main .content .order-checkout-address textarea {
        width: 100%;
        background-color: #ededed;
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 21px;
        margin-top: 5px;
        border: solid 1px #5f5f5f !important;
        background: none;
        color: #FFFFFF;
        padding: 12px 18px;
        font-size: 18px;
        font-weight: 100;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: none;
        margin-top: 5px; }
      .main .content .order-checkout-address .terms-of-use {
        margin-bottom: 30px; }
        .main .content .order-checkout-address .terms-of-use .cost-total-price {
          color: #b59555; }
        .main .content .order-checkout-address .terms-of-use .spolu {
          font-size: 18px;
          float: right; }
        .main .content .order-checkout-address .terms-of-use .terms-of-use a {
          font-size: 14px; }
      .main .content .order-checkout-address .total-price-wrap {
        font-size: 18px;
        padding: 15px 0; }
        .main .content .order-checkout-address .total-price-wrap .cost-total-price {
          font-weight: bold; }
      .main .content .order-checkout-address #unregistered-address-container {
        margin-top: 20px; }
      .main .content .order-checkout-address #frmprofile-deliver_at {
        width: 60%;
        text-align: center;
        margin-top: 15px; }
      .main .content .order-checkout-address .note {
        margin: 0 0 10px 0;
        color: #e5231b; }
      .main .content .order-checkout-address .personally-wrap {
        padding-bottom: 20px; }
      .main .content .order-checkout-address .add-address {
        background-color: #bd9b58;
        color: #ffffff;
        font-size: 14px;
        padding: 10px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        margin-bottom: 20px;
        text-transform: uppercase;
        width: 97%;
        text-align: center; }

footer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 304px; }
  footer .footer-left {
    float: left; }
  footer .footer-right {
    float: right; }
  footer hr.red {
    color: #d60825;
    background-color: #d60825;
    height: 1px;
    border: none;
    margin: 30px 0; }
  footer .logo {
    float: left;
    margin-left: 80px; }
  footer ul.footer-adress {
    margin-right: 100px; }
    footer ul.footer-adress span {
      color: #FFFFFF; }
  footer ul {
    float: left;
    margin-right: 30px;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    footer ul li {
      padding-left: 1em;
      text-indent: -1em; }
      footer ul li a {
        font-size: 17px;
        font-weight: 300; }
      footer ul li a:hover {
        color: #d60825; }
      footer ul li:before {
        content: "";
        padding-right: 20px;
        color: #fff; }
  footer .button {
    float: right;
    background-color: #fff;
    color: #297940;
    font-size: 22px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    padding: 10px 100px;
    margin-top: 98px; }
  footer .copyright {
    display: block;
    margin: 25px 0;
    color: #5f5f5f;
    font-family: 'Roboto';
    font-size: 14px;
    float: right; }

.ui-timepicker {
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #000000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  .ui-timepicker .periods {
    display: none; }
  .ui-timepicker .ui-timepicker {
    margin-right: 20px; }
  .ui-timepicker table {
    border: none; }
    .ui-timepicker table tbody tr td a {
      color: #000000; }

@media (max-width: 1024px) {
  header {
    position: relative; }
    header .email-registered-user {
      font-size: 16px;
      color: white;
      padding: 5px;
      display: block; }
    header .top {
      padding-top: 32px;
      padding-bottom: 16px;
      border-bottom: 1px solid white; }
      header .top.no-pad {
        padding-top: 0px; }
    header .row {
      text-align: center; }
    header .phone {
      display: inline-block;
      width: auto;
      text-align: right; }
      header .phone .title {
        display: none; }
      header .phone .number {
        font-size: 30px;
        float: none;
        display: block;
        white-space: nowrap;
        line-height: 58px;
        padding-left: 80px; }
    header .menu {
      display: none; }
    header .logo {
      position: relative;
      top: auto;
      left: auto;
      z-index: 1;
      margin: 20px auto; }
      header .logo a {
        height: 90px;
        display: inline-block;
        position: relative; }
        header .logo a img.logo-image {
          height: 90px; }
        header .logo a img.reload {
          position: absolute;
          bottom: 10px;
          right: 0;
          height: 16px; }
      header .logo .active-name {
        display: inline-block;
        color: #ffffff;
        font-size: 12px; }

  .row {
    width: 90%; }

  .main {
    padding-bottom: 20px; }
    .main .content {
      float: none;
      width: auto; }
    .main .cart {
      margin-top: 20px !important;
      float: none;
      width: auto; }

  nav {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000;
    z-index: 10000;
    margin-top: 0 !important;
    margin-bottom: 0;
    text-align: center;
    display: none; }
    nav .row {
      width: 100%; }
    nav ul {
      margin: 10% auto;
      width: 80%;
      padding: 10px;
      background: none; }
      nav ul li {
        margin: 0;
        padding: 8px;
        text-align: center;
        font-weight: bold;
        display: block;
        width: auto; }
        nav ul li.mobile-only {
          display: block; }
        nav ul li a {
          margin: 0;
          padding: 0; }
        nav ul li .close {
          font-size: 20px;
          background: #d60825; }
    nav a.custom {
      display: none; }

  .menu-trigger {
    background: url('/assets/img/mobile_menu_trigger.png?1551881584') no-repeat;
    height: 23px;
    width: 28px;
    display: block;
    margin: 20px auto;
    padding-left: 34px;
    font-size: 20px; } }
@media (max-width: 820px) {
  footer {
    height: auto;
    text-align: center; }
    footer .logo {
      float: none;
      margin-right: 0;
      margin-bottom: 20px; }
    footer ul {
      float: none;
      width: auto; }
      footer ul li {
        padding-left: 0;
        text-indent: 0;
        padding: 5px 0; }
        footer ul li:before {
          display: none; }
    footer .button {
      float: none;
      margin: 20px 0;
      display: inline-block; }
    footer .copyright {
      padding-bottom: 20px; } }
@media (max-width: 700px) {
  .main .content .pizza-create .box .body .stock-item-wrap .stock-item .label {
    float: none;
    width: auto; }
  .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch {
    float: none;
    width: auto; }
    .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch .none,
    .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch .normal,
    .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch .extra {
      float: left;
      line-height: 46px; }
      .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch .none.active,
      .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch .normal.active,
      .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch .extra.active {
        border: none;
        margin: 0;
        line-height: 46px; }
    .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch .none {
      width: 33%; }
    .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch .normal {
      width: 33%; }
      .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch .normal.active {
        width: 33%; }
    .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch .extra {
      width: 33%; }
      .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch .extra.active {
        width: 33%;
        height: 46px; }
  .main .content .pizza-create .box .body .bottom-wrap .save {
    width: auto;
    float: none; } }
.lunch-menu {
  color: white; }
  .lunch-menu .lunch-menu-lunch {
    margin-bottom: 40px; }
    .lunch-menu .lunch-menu-lunch .lunch-day {
      margin-top: 10px;
      border-bottom: solid 1px #5f5f5f;
      padding-bottom: 10px; }
      .lunch-menu .lunch-menu-lunch .lunch-day h3 {
        font-size: 18px;
        text-align: center;
        text-decoration: none; }
        .lunch-menu .lunch-menu-lunch .lunch-day h3 span {
          background: url("/assets/img/open-basket.png");
          width: 55px;
          height: 55px;
          display: inline-block; }
          .lunch-menu .lunch-menu-lunch .lunch-day h3 span.prev {
            transform: rotate(90deg); }
          .lunch-menu .lunch-menu-lunch .lunch-day h3 span.next {
            transform: rotate(270deg); }
      .lunch-menu .lunch-menu-lunch .lunch-day .lunch-menu-block {
        float: left;
        padding: 1%;
        width: 48%; }
      .lunch-menu .lunch-menu-lunch .lunch-day .lunch-item-block {
        float: left;
        padding: 1%;
        width: 48%; }
      .lunch-menu .lunch-menu-lunch .lunch-day .meal-row .input {
        margin-right: 10px; }
      .lunch-menu .lunch-menu-lunch .lunch-day .meal-price {
        margin-top: 20px;
        margin-bottom: 20px;
        color: #ffffff;
        font-size: 24px; }
        .lunch-menu .lunch-menu-lunch .lunch-day .meal-price span {
          color: #b59555; }
      .lunch-menu .lunch-menu-lunch .lunch-day .order {
        display: inline-block;
        background-color: #d60825;
        color: #FFFFFF;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        padding: 15px 60px !important;
        text-transform: uppercase;
        font-size: 16px; }
    .lunch-menu .lunch-menu-lunch h2 {
      color: white;
      margin-bottom: 10px;
      font-size: 18px; }
    .lunch-menu .lunch-menu-lunch h3 {
      color: white;
      margin-bottom: 10px;
      font-size: 16px;
      text-decoration: underline; }
    .lunch-menu .lunch-menu-lunch h4 {
      color: #bd9b58;
      text-transform: uppercase;
      margin-bottom: 10px; }

.tracker {
  position: absolute;
  top: 0px;
  left: 350px; }

@media (max-width: 675px) {
  .pizza_tracker {
    display: none; } }
@media screen and (max-width: 768px) {
  img {
    max-width: 100%; }

  .uri_pizza .main .row .content .top-box {
    background: none; }

  .uri_burger .main .row .content .top-box {
    background: none; }

  .uri_bagety .main .row .content .top-box {
    background: none; }

  .main .content .order-checkout-address .terms-of-use .spolu {
    margin-top: 10px; }

  .menu-trigger {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0px; }

  .cart {
    position: relative;
    top: 0px;
    width: 100%; }

  .main .content .top-box {
    /* The container must be positioned relative: */ }
    .main .content .top-box .custom-select {
      width: 100%; }

  .main .content .page form input[type="submit"] {
    font-size: 11px; }

  header .row .tracker {
    position: relative;
    max-width: 317px;
    margin-top: 60px;
    left: 0px; }
  header .logo {
    margin-top: 20px;
    margin-bottom: 10px; }
    header .logo img {
      height: 90px; }
  header .language {
    position: relative;
    top: 0;
    margin-bottom: 5px; }
  header .phone {
    position: absolute;
    top: 15px;
    right: 0px;
    height: auto; }
    header .phone .number {
      font-size: 16px;
      line-height: 24px;
      padding-left: 30px; }
  header .phone:before {
    content: "";
    background: url(/assets/img/icon-phone2.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-top: 0px;
    display: block;
    float: left; }

  .main .content .pizza-create .box .body .tretina {
    width: 50%; }

  .main .content .pizza-create .box .body .half {
    padding: 5px; }
    .main .content .pizza-create .box .body .half strong {
      font-size: 14px; }

  .main .content .pizza-create .box .body .stock-item-wrap {
    width: 50%; }

  .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch .none {
    border-left: none; }

  .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch .none.active {
    border-right: solid 1px #FFFFFF; }

  .main .content .pizza-create .box .body .stock-item-wrap .stock-item .stock-switch .normal.active {
    border-right: solid 1px #FFFFFF; }

  .main {
    padding-top: 0px; }
    .main .register {
      background: none !important; }
    .main .row .content .order-checkout {
      width: 100%;
      padding: 0px;
      margin-right: 0px;
      border: solid 1px #5f5f5f;
      padding-bottom: 10px; }
      .main .row .content .order-checkout img {
        display: none; }
    .main .row .content .order-checkout-address {
      width: 100%;
      padding: 0px;
      border: solid 1px #5f5f5f; }
      .main .row .content .order-checkout-address .checkout-left {
        width: 100%; }
      .main .row .content .order-checkout-address .checkout-right {
        width: 100%; }
      .main .row .content .order-checkout-address #frmprofile-deliver_at {
        margin-top: 10px; }
      .main .row .content .order-checkout-address img {
        display: none; }
    .main .row .content .auth {
      width: auto;
      margin-top: 40px; }
    .main .content .order-detail {
      padding: 20px 5px; }
    .main .content .order-history {
      width: 100%;
      margin: 0px;
      padding: 20px 0; }
    .main .content .delivery-list {
      width: auto;
      padding: 20px 20px; }
    .main .content .page h1 {
      margin-bottom: 20px;
      margin-top: 15px; }
    .main .content .user {
      width: auto;
      margin-top: 40px; }
    .main .content .address {
      width: auto;
      margin-top: 40px; }
      .main .content .address .options span {
        display: block; }
      .main .content .address .options .text-link {
        float: none;
        margin-top: 5px;
        margin-bottom: 20 px; }
    .main .content .pizza-create h1 {
      text-align: center;
      font-size: 26px; }
    .main .content .burger {
      width: 100%;
      margin: 0px; }
      .main .content .burger img {
        width: 30%; }
      .main .content .burger .head-name {
        font-size: 16px; }
    .main .content .box {
      margin: 10px 0;
      display: inline-block; }
      .main .content .box thead tr th .sizes {
        display: none; }
      .main .content .box tbody tr {
        display: flex;
        flex-wrap: wrap;
        /* allow to wrap on multiple rows */ }
        .main .content .box tbody tr td.actions {
          width: 100%;
          /* fill entire width,row */
          flex: auto;
          /* reset the flex properti to allow width take over */ }
        .main .content .box tbody tr td.price {
          padding: 0px; }
        .main .content .box tbody tr td.alergens-td {
          padding: 38px 12px; }
        .main .content .box tbody tr td.number {
          display: none; }
        .main .content .box tbody tr td.name {
          padding: 0px;
          width: 70%; }
          .main .content .box tbody tr td.name .type {
            width: 100%;
            margin-bottom: 5px; }
        .main .content .box tbody tr td.actions {
          text-align: center; }
      .main .content .box .bottom-wrap .price {
        width: 100% !important; }
        .main .content .box .bottom-wrap .price .final-price {
          float: right;
          padding-right: 0px !important; }
        .main .content .box .bottom-wrap .price .popular {
          float: left !important;
          margin-top: 10px; }
    .main .content .top-box td.name {
      padding: 5px 0 !important; }
    .main .content .top-box .combo-cart {
      width: 100%;
      padding: 15px 36px !important;
      float: none;
      text-align: center; }

  .main .content .box thead tr th .wrap .title {
    font-size: 18px; }

  .main .content .triple {
    margin-top: 20px; }
    .main .content .triple .selectors {
      width: 100%;
      float: none; }
      .main .content .triple .selectors .combo-cart {
        float: right;
        padding: 10px 20px !important; }
      .main .content .triple .selectors #price-1 {
        margin-left: 0; }
    .main .content .triple .showers {
      width: 100%;
      float: none; }
      .main .content .triple .showers .shower-img {
        width: 80%; }

  footer .logo {
    margin: 0px; }
  footer ul {
    margin: 0px; }
  footer .row ul {
    margin: 0px; }
  footer .row ul.footer-adress {
    margin-bottom: 20px; } }
