/*LOCATIONS SYLE*/
.real-container{
            width:90%;
            max-width:1150px;
            margin-left:auto;
            margin-right:auto;
            margin-top:80px;
            padding-bottom:40px;
        }
        
        .cart-wrapper {
            top: 70px;
        }
        
        .topic-h1{
            margin-right:auto;
            margin-left: auto;
            margin-top:10px;
            width:300px;
            height:50px;
            text-align:center;
            line-height:50px;
            font-size:25px;
            color:black;
        }
        .topic-h2{
            color:black;
            margin-left:2%;
            margin-top:30px;
            width:200px;
            height:40px;
            text-align:center;
            line-height:40px;
            font-size:20px;
        }
        
        .restaurants-holder{
            margin-left:auto;
            margin-right:auto;
            margin-top:10px;
        }
        .res-holder{
            margin-top:15px;           
            display:flex;
            justify-content:space-around;
            flex-wrap:wrap;
        }
        .flex-first, .flex-secound{
            width:50%;
            min-width:370px;
            flex-wrap:nowrap;
            display:flex;
            justify-content:space-around;
            
        }
        
        .res-photo,.res-info,.res-hours,.res-button{
            width:45%;
            height:135px;
            background-color:#4d4d4d;
            color:white;
            font-size:20px;
            text-align:center;
            line-height:135px;
        }
        
        .res_photo{
            width: 180px;
        }
        
        .res-photo,.res-info,.res-hours,.res-button{
            background-color:initial;
        }
        .res-photo-img{
            height:100%;
            max-width:none;
        }
        .res-info{
            margin-top:20px;
            height:auto;
        }      
        
        .res-info-a{
            display:block;
            color:black;
            padding:0;
            margin:0;
            line-height:25px;
            text-align:left;
            letter-spacing:1.6px;
            font-size:15px;
        }
        
        .res-hours{
            margin-top:30px;
            height:auto;
        }
        
        .res-hours-tk{
            margin-top:20px;
            height:auto;
        }
        
        .phone-img{
            height:13px;
            padding-right:7px;
        }
        
        .bip-button{
            width:80%;
            height:30px;
            margin-top:50px;
            margin-left:auto;
            margin-right:auto;
            background-color: #303030;
            color: white;
            line-height: 28px;
            font-size: 12px;
            border-radius:2px;
        }
        
        .bip-button-restaurant{
            margin-top:28px;
        }
        
        @media (max-width: 990px) {
         .flex-first, .flex-secound{
               width:80%;
          }
          .res-photo,.res-info,.res-hours,.res-button{
            margin-top:20px;
         }
         
         .res-info-a{
             text-align:center;
             margin-top:10px;
         }
         
        }
        
        @media (max-width: 440px) {
         .flex-first, .flex-secound{
               flex-wrap:wrap;
          }
          .res-photo,.res-info,.res-hours,.res-button{
              width:80%;
              margin-left:auto;
              margin-right:auto;
          }
          .res-photo{
              height:300px;
              line-height:300px;
          }
          
           .res-photo-img{
            width:100%;
            height:auto;
            max-width:none;
            }
        }

/*END LOCATIONS STYLE*/
.upmenu{
    overflow-x: hidden;
}

.fa{
    font-size:20px !important;
}

.theme-plus-btn{
    border-radius: 5px !important;
}

.theme-categories-wrapper{
    height:60px;
    top:60px !important;
}

.theme-categories-toggler {
    margin-top:20px;
}

.theme-categories{
    background-color: rgb(248,248,248);
}

.theme-category,.theme-product-group-name{
    text-transform: uppercase;
}
.theme-price-value{
    font-size:17px;
}

.dropdown-toggle{
    width:300px;
}

.theme-product-box-col{
    margin-top:10px;
}

.tooltip{
    display:none;
}

.theme-header.fixed{
    z-index:1049 !important;
}

/* ------------------------ */
.promo_hide_price .theme-price-value {
    display:none !important;
}

.theme-home-content {
    background-color: #F1F1F1;
}
.theme-footer a{
    color:#000000;
}
.theme-footer p{
    color:#000000;
}

h1, h2, h3, h4 {
    font-weight: 700;
}

li.menu.right>a:hover, li.menu.right>a:focus{
    text-decoration: none;
    background-color:#404040 !important;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent ;
    color:#636363 ;
}

.restaurantLogo {
    object-fit: contain;
    padding-right: 15px;
    width:60px;
}



h4 {
    color: #eb052b;
}
h2 a {
    color: #333;
}
.carousel-img{
    background-attachment: scroll !important;
}
.container{
   max-width: 1400px; /* Naprawa slidera na g?ównej */
}
.text-crop{
    overflow: visible !important; /* Naprawa ukrycia tekstu w dodatkach do burgera */
}
.btn {
    border-radius: 2px;
    font-size:13px; /* Naprawa ukrycia tekstu w dodatkach do burgera */
}
.modal-close{
    position: absolute;
    top: 10px;
    z-index: 1;
    right: 15px;
    background-color: black;
    padding: 5px;
    padding-right: 9px;
    padding-bottom: 32px;
    border-radius: 100%;
}

.btn-upmenu {
    padding-left: 20px;
    padding-right: 20px;
}
.btn-upmenu._start-order {
    width: 100%;
    max-width: initial;
}
.btn-dark {
    background: #333;
    color: #fff !important;
}
.btn-dark:hover {
    background: #111;
    color: #fff !important;
}
.theme-navbar li a {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}
.brand img {
    width: 60px;
    margin: 5px 0 5px 10px;
}
.navbar-center .nav {
    text-align: left;
    margin-top: 10px;
    margin-left: 80px;
}
.navbar-center .nav li.right {
    float: right;
}
.navbar-center .nav li.menu a {
    background: #212121;
    color: white;
    border-radius: 2px;
    margin-left: 10px;
}
.theme-home-body .carousel-img {
    background-size: cover;
    background-attachment: fixed;
    height: 500px;
}
.theme-hours .theme-day {
    text-align: left;
        min-width: 65px;
}
.theme-paragraph-with-icon {
    font-size: 18px;
    /*font-weight: 300;*/
    margin: 10px 0;
    line-height: 29px;
}
.theme-footer-powered-by {
    margin-top: 15px;
    margin-bottom: 0
}
.footer-border {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    padding-bottom: 15px;
}
.centered-pills {
    text-align: center;
}
.theme-categories-wrapper {
    padding: 5px 5px 1px 5px;
}

.item .caption {
    position: absolute;
    top: calc(50% - 120px);
    width: 700px;
    left: calc(50% - 350px);
    text-align: center;
}
.item .caption h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 32px;
}
.item .caption h1 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 55px;
    margin-top: 55px;
}
.item .caption .btn {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px 25px;
    font-weight: 400;
}

.info-top {
    background: #333333;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.info-top a, .info-top a:hover {
    color: #fff;
    text-decoration: none;
}

.theme-content {
    margin-top: 80px;
}

.theme-header {
    position: absolute;
    top: 37px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
}
.theme-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
    width: 100%;
}

.video-section {
    margin: 75px 0;
    padding: 100px 0;
    background: url(https://cs.cdn-upm.com/themes/f2bacb59-a1f7-11e8-9795-525400841de1/assets-919/3T2A1118.jpeg) center center no-repeat;
    background-size: cover;
}
.video-section h1 {
    margin-top: 0;
    color: #fff;
}
.video-section p {
    margin: 20px 0;
    color: #fff;
}
.video-section a i {
    font-size: 80px;
}

._address-info {
    display: none;
}

.alert-warning {
    background-color: rgba(255, 229, 66, 0.4);
    border-color: #ffe542;
    color: #666;
}

.theme-gallery .gallery-box {
    display: block;
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center center;
}
.theme-footer h4 {
    color: #333333;
}

.catering-heading {
    position: relative;
}
.catering-heading h2 {
    text-align: center;
    color: #fff;
    position: absolute;
    top: calc(50% - 50px);
    left: 0;
    margin: 0;
    width: 100%;
    /*text-shadow: 1px 1px 3px black;*/
    font-size: 50px;
    font-size: 70px;
    letter-spacing: 1px;
}
.catering-text-left {
    padding-right: 50px;
}
.catering-text-right {
    padding-left: 50px;
}

.theme-content hr {
    border: 0;
    border-top: 4px solid #333333;
}

.theme-about .theme-content {
    margin-top: 80px;
}
.theme-product-center .theme-product-desc {
    max-height:none !important;
}

.blog-content-image{
    width:100%;
    max-width:1200px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    display:block;
}

.icon-bar{
    background-color:black; /* Z jakiego? powodu znikn?? burger_menu (Kolor zmieni? sie na transparent). Ten css dodaje kolor do ka?dego paska. */
}

.row > .col-sm-12 > .img-responsive{ /* Ukrycie main_photo w artykule na blogu*/
    display:none;
}

.theme-buying-flow-image{
    display:block;
}

.theme-product-box-col{
        padding: 0px 5px !important;   
}

.brand {
    display: flex;
    gap: 10px;
    padding-right: 20px;
}

.brand > *:first-child {
  padding: 5px;
}

@media(min-width: 768px) { 
    .theme-product-box-col{
        padding: 0px 9px !important;   
    }
    img{
        max-width:150px;
    }
    .imageAboutUs {
        max-width: 550px;
        object-fit: cover;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

@media (min-width: 768px) {
    .lead {
        font-size: 18px;
    }
    .row-flex {
        display: flex;
        align-items: center;
    }
    .theme-categories-wrapper.affix {
        top: 0px;
    }
    .video-section {
        background-attachment: fixed;
    }
}

@media(max-width: 767px) { 
    .navbar-center .nav li.menu a {
        margin: 0 20px;
    }    
    .navbar-center .nav li.right {
        float: none;
    }
    img{
        max-width:180px;
    }
    html, body {
        width: 100%;
        overflow-x: hidden;
    }
    body {
        padding-top: 60px;
    }
    .info-top {
        display: none;
    }
    .theme-header {
        /*position: relative !important;*/
        top: 0;
    }
    .theme-categories-wrapper.affix {
        top: 30px !important;
    }
    
    .brand img {
        margin: 0 !important;
    }
    .navbar-header {
        text-align: left;
    }
    .navbar-toggle {
        float: right;
    }
    .theme-content {
        margin-top: 0px;
    }
    .brand img {
        width: 50px;
        margin-left: 10px !important;
        display: inline-block;
    }
    .navbar-center .nav {
        margin-left: -15px;
        text-align: center;
    }
    .navbar-center .nav li:nth-child(4), .navbar-center .nav li:nth-child(5) {
        float: none;
    }
    .item .caption {
        width: 100%;
        left: 0;
        padding: 0 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .item .caption h2 {
        font-size: 18px;
        margin: 0;
    }
    .item .caption h1 {
        font-size: 24px;
        margin: 0;
    }
    .item .caption  {
        /*display: none;*/
    }
    .theme-home-body .carousel-img {
        height: 300px;
        border-radius: 3px;
        background-attachment: initial;
    }
    .theme-home-body .theme-content-no-padding {
        background: transparent;
    }
    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        margin-right: -20px;
        margin-top: -12px;
    }
    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        margin-left: -20px;
        margin-top: -12px;
    }
    .why .col-xs-6 {
        min-height: 400px;
    }
    .why .col-xs-6 p {
        font-size: 14px;
    }
    .row-flex .col-lg-5 {
        margin-top: 40px;
    }
    p {
        font-size 14px;
    }
    .lead {
        font-size: 16px;
    }
    h1, .h1 {
        font-size: 26px;
    }
    h2, .h2 {
        font-size: 22px;
    }
    .theme-product-center .theme-product-desc {
        max-height: 70px;
    }
    .mobile-text-center {
        text-align: center;
    }
    .catering-text-left {
        padding: 0 15px;
        text-align: left;
    }
    .catering-text-right {
        padding: 0 15px;
        text-align: left;
    }
    .catering-heading h2 {
        top: calc(50% - 12px);
        font-size: 24px;
        
    }
    .imageAboutUs {
        max-width: 320px;
        height: 250px;
        object-fit: cover;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .restaurantLogo {
        margin-left: 50%;
        transform: translateX(-25px);
        padding-right: 0px;
        padding-bottom: 10px;
    }
}

/*Dodanie marginesu do ca?ego menu, poniewa? box z kategoriami nachodzi?? na nazwe pierwszej kategorii*/
.theme-products-wrapper{
    margin-top:150px;
}
    
.zamowonline_banner_all{
    /* TRUFLE */
    background-image: url('https://cs.cdn-upm.com/assets/f2bacb59-a1f7-11e8-9795-525400841de1/ad545be2-9972-4cc4-b47b-faca1299029d/23_desktop.jpg')
}
.zamowonline_banner_b7c, .zamowonline_banner_pk{
    /*background-image: url('https://cs.cdn-upm.com/assets/f2bacb59-a1f7-11e8-9795-525400841de1/3e8b19de-6f02-496d-9006-9a7f8fe6dea5/bbq50zo_2712-1.jpg');*/
}
.zamowonline_banner_pk{
    /*background-image:url('https://cs.cdn-upm.com/assets/f2bacb59-a1f7-11e8-9795-525400841de1/df134508-31ca-4e8c-a2fd-c0249485f48d/mount_powidlak_zo-3.jpg');*/
}

.zamowonline_banner_deli {
    background-image: url('https://cs.cdn-upm.com/assets/f2bacb59-a1f7-11e8-9795-525400841de1/e282019b-4596-41b3-9219-9cac83f03ad6/deli_zo.jpg')
}

.zamowonline_banner_franks {
    background-image: url('https://cs.cdn-upm.com/assets/f2bacb59-a1f7-11e8-9795-525400841de1/ecc5d724-95b0-47cc-ad81-659d838370c2/baner-zo-4.jpg')
}

.zamowonline_banner_u18 {
     background-image: url('https://cs.cdn-upm.com/assets/f2bacb59-a1f7-11e8-9795-525400841de1/ad545be2-9972-4cc4-b47b-faca1299029d/23_desktop.jpg')
}

.zamowonline_banner{ /* Style dla cienkiego baneru w /zamow-online oraz menu punktów */ 
    height:400px;  
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
    width:97%;
    max-width:1100px;
    margin-left:auto;
    margin-right:auto;
    margin-top:80px;
}

.img-icon{
    width:15px !important;
}

._check-form-address{
    border: 1px solid black !important;
}
#cookie-bar .btn{
    background-color:white;
    color: black !important;
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
}

.copyrights {
    margin: 30px;
    margin-left: 45px;
    color:#b4b4b4;
}

.copyrights__el:not(:last-child)::after {
  content: '';
  height: 5px;
  width: 5px;
  background-color: #b4b4b4;
  border-radius: 50%;
  display: inline-block;
  margin: 1px 10px;
}

.theme-footer-powered-by {
    display: none;
}

.copyrights > span > a {
      color:#b4b4b4;
}

.copyrights > span > a:hover {
  color: black;
}

.info-top {
    display:none;
}
/*Naprawa obrazków iphone 5/SE*/
@media(max-width: 800px) {
    .zamowonline_banner{
        margin-top:0px;
        height:170px;
    }
    img{
        max-width:150px;
    }
    .imageAboutUs {
        max-width: 280px;
    }
}

@media(min-width: 600px) and (max-width: 1400px) {
    .theme-home-body .carousel-img {
        height: 36vw;        
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1260px !important;
    }
}

@media(min-width: 1200px) {
    .theme-navbar-nav > li > a {
        padding-left: 0.55em;
        padding-right: 0.55em;
    }
    .theme-langs a[class*='theme-flag'] {
        float: none;
        margin-left: 0;
        margin-top: 20px;
    }
    .theme-langs a[class*='theme-flag']:last-child {
        margin-top: 5px;
    }
}