html,
body {
  width: 100%;
  overflow-x: hidden;
}
body,
.theme-body {
  background-color: #efe5d2;
}
.brand img {
  width: 100px;
  padding: 10px 0 0px;
}
@media (max-width: 768px) {
  .brand img {
    width: 200px;
  }
}
/*-----------------------------------*/
#_delivery-check-form-details {
  display: all;
}
._delivery-check-form-title {
  display: none;
}
.check-delivery .theme-content-padding-lg {
  padding: 60px 0 0;
}
p.login-text {
  max-width: 650px;
  margin: 0 auto;
  font-size: 13px;
  font-family: "Slate Pro Regular";
}
p.login-text a {
  font-family: "Slate Pro Medium";
  color: #fff;
  text-decoration: underline;
}
p.login-text a:hover {
  color: #fff;
  text-decoration: none;
}

._check-form-address {
  position: relative;
}
._check-form-address:before {
  content: "DOSTAWA";
  background: #ff8a00;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-family: "Slate Pro Medium";
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  padding: 11px 20px 7px;
  line-height: 20px;
  border-radius: 2px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
  right: 171px;
}
html[lang="en"] ._check-form-address:before {
  content: "DELIVERY";
  right: 158px;
}
html[lang="de"] ._check-form-address:before {
  content: "LIEFERUNG";
  right: 185px;
}
._check-form-address:after {
  content: "ODBIÓR";
  background: #faa21b;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-family: "Slate Pro Medium";
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  padding: 11px 20px 7px;
  line-height: 20px;
  border-radius: 2px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
  right: 20px;
}
html[lang="en"] ._check-form-address:after {
  content: "TAKE AWAY";
}
html[lang="de"] ._check-form-address:after {
  content: "ZUM ABHOLEN";
}
._check-form-address span:after {
  content: "lub";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 19px;
  right: 135px;
  font-family: "Slate Pro Light";
}
html[lang="en"] ._check-form-address span:after {
  content: "or";
  display: none;
}
html[lang="de"] ._check-form-address span:after {
  content: "oder";
  display: none;
}

#_delivery-check-form-details {
  /*display: block;*/
  width: 750px;
  margin: 0 auto;
}
#_delivery-check-form-details .dropdown {
  display: none;
}
.check-delivery a.list-group-item {
  width: 100%;
  border: none;
  border-bottom: 0px solid #333;
  padding: 10px 20px;
}
#_delivery-check-restaurants ._restaurant:last-of-type {
  border: none;
}
.check-delivery a.list-group-item .text-muted {
  display: none;
}
.check-delivery a.list-group-item:after {
  display: none;
}
#_delivery-check-restaurants {
  background: transparent;
  border-radius: 8px;
  margin-bottom: 15px;
}
.restaurants-scrollable {
  min-height: 350px;
  overflow-y: none;
}
.check-form-group {
  position: static !important;
}
.restaurants-scrollable::-webkit-scrollbar {
  width: 8px;
  border-radius: 8px;
}

/* Track */
.restaurants-scrollable::-webkit-scrollbar-track {
  background: #333;
  border-radius: 8px;
}

/* Handle */
.restaurants-scrollable::-webkit-scrollbar-thumb {
  background: #e18600;
  border-radius: 8px;
}

/* Handle on hover */
.restaurants-scrollable::-webkit-scrollbar-thumb:hover {
  background: #e18600;
  border-radius: 8px;
}
.check-delivery .odbior {
  width: 140px;
  height: 61px;
  background: transparent;
  position: absolute;
  top: 61px;
  right: 50%;
  transform: translateX(375px);
  display: block;
  z-index: 7;
}

.theme-hours .theme-hour {
  display: inline-block !important;
}

/*------------------------------------*/

.container-home-centered {
  width: 1170px;
  max-width: 95%;
  padding: 0;
  background: transparent;
  text-align: center;
}
.container-home-centered h1 {
  font-size: 50px;
  line-height: 60px;
  margin: 150px 0 20px;
  font-weight: 700;
  color: #fff;
  text-shadow: 3px 3px 6px black;
}
.navbar-center .nav {
  text-align: right;
}
.navbar-center .nav > li {
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 5px;
}
/*.theme-home-content {*/
/*    background: #fff4d8 url(https://cs.cdn-upm.com/themes/a784f2dc-a1b7-11e7-93f9-525400841de1/assets-100/bg.jpg);*/
/*    background-size: cover;*/
/*background-attachment: fixed;*/
/*    background-position: center -30px;*/
/*    background-repeat: no-repeat;*/
/*}*/
.container-home-centered .btn-upmenu {
  font-weight: 700;
  /*border: 2px solid #333;*/
  padding: 14px 21px;
}

/*.theme-home-content {*/
/*    height: 670px;*/
/*}*/
/*.carousel-control {*/
/*    display: none !important;*/
/*}*/
.home-custom {
  padding: 50px 0;
  /*background: #ffe3a2;*/
  /*background: #fff;*/
  /*background: url(https://cs.cdn-upm.com/themes/a784f2dc-a1b7-11e7-93f9-525400841de1/assets-100/674391626.jpg) repeat center center;*/
  /*border-top: 5px solid #ffe3a2;*/
  /*border-bottom: 5px solid #ffe3a2;*/
}

.theme-content-padding-lg {
  padding: 30px 60px;
}
.theme-categories-wrapper {
  padding: 5px 0 0;
}

.theme-plus-btn {
  border: 1px solid #000000;
  background-color: #efe5d2;
}

.theme-plus-btn:hover {
  border: 1px solid #000000;
  background-color: #000000;
  color: #efe5d2 !important;
}

/*.body, .theme-body {*/
/*    border-top: 1px solid #e42c14;*/
/*    border-bottom: 1px solid #e42c14;*/
/*}*/

.theme-footer-inner {
  padding: 40px 20px 20px;
}
.theme-footer-powered-by {
  margin-top: 20px;
}
.theme-footer-powered-by img {
  height: 24px;
  position: relative;
  top: -3px;
}

.container.container-fullwidth {
  max-width: 1170px;
  margin-bottom: 30px;
  position: relative;
}
.theme-home-body .carousel-img {
  height: 450px;
  background-size: cover;
}
.theme-product-center .theme-plus-btn {
  width: 100px;
  margin: 5px auto;
}
.theme-product-group img {
  width: 100%;
}

.btn-order img {
  position: absolute;
  z-index: 9;
  left: 25%;
  top: 50%;
  width: 600px;
  height: auto;
  transform: translate(0, -50%);
  max-width: 50%;
}

@media (max-width: 767px) {
  .container-home-centered h1 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 50px;
  }
  .navbar-center .nav {
    text-align: center;
  }
  .theme-content-padding-lg {
    padding: 20px;
  }
 ._check-form-address:before, ._check-form-address:after, ._check-form-address span:after {
        /*display: none;*/
    }
    ._check-form-address:after {
        right: 10px;
        font-size: 12px;
        padding: 4px 10px 1.5px;
    }
    ._check-form-address:before {
        right: 80px;
        font-size: 12px;
        padding: 4px 10px 1.5px;
    }
    ._check-form-address span:after {
        display: none;
    }
    html[lang="en"] ._check-form-address:before {
        right: 95px;
    }
    html[lang="de"] ._check-form-address:before {
        right: 113px;
    }
    ._check-form-address {
        font-size: 12px;
        padding: 7px 10px 10px;
    }
    ._check-form-address .fa {
        font-size: 22px;
        width: 20px;
    }
    .check-delivery .odbior {
        transform: none;
        right: 20px;
        top: 64px;
        height: 40px;
        width: 70px;
    }  
    #_delivery-check-form-details {
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
    .restaurants-scrollable {
        height: 250px;
    }    
}

@media (min-width: 768px) {
    .check-delivery #delivery-check-form #_check-delivery {
        font-size: 18px;
        font-family: 'Slate Pro Medium';
        text-transform: uppercase;
        display: inline-block;
        padding: 11px 20px 7px;
        line-height: 20px;
        border-radius: 2px;
        box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
        margin-top: -7px;
    }
}

.twitter-widget {
  background-image: url(https://cs.cdn-upm.com/themes/a784f2dc-a1b7-11e7-93f9-525400841de1/assets-100/tripadvisor-icon.png);
}

.theme-product-group-center {
  text-align: left;
}

.theme-categories-wrapper li {
  text-transform: uppercase;
  font-weight: bold;
}
.theme-product-name {
  text-transform: uppercase;
  font-weight: bold;
}

.theme-home-body .carousel-img {
  height: 600px;
}

/*@media(min-width: 1800px) {*/
/*    .theme-home-content {*/
/*        height: 770px;*/
/*    }*/
/*}*/

/* widok studio - button changes */

.theme-product {
  margin-bottom: 50px;
}

.theme-product,
.theme-product-box-col {
  padding: 0;
}

.theme-product-types {
  width: 100%;
}

.theme-product-types ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.theme-product-box-col .theme-price {
  padding: 0 5px;
  width: auto !important;
}

.theme-product-box-col .theme-plus-btn {
  font-size: 0;
  width: 50px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-product-box-col .theme-plus-btn:before {
  content: "+";
  font-size: 2rem;
}