:root {
    --blue-color: #05dbee;  /*//#2da3ff; #59a9ff;*/
    /*#1a73e8 var(--blue-color)*/
    --blueColor: #05dbee;  /*//#4da3ff; #59a9ff;*/
    
    /* #0069d9 bordervar(--blueColor) #0062cc #0060a6*/
    --blue: #05dbee; 
    /*//#59a9ff;*/
	/*--blue: var(--blueColor);*/
    --radius-border-default: .2rem;
}
body.loaded #body-container{
    display: block !important;
}
.promotion-box .promotion-row .promotion-img {
    max-width: 60px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}
.text-primary{
    color: var(--blueColor) !important;
}
span.h2{
    font-size: 2rem;
}
/*.h3{
	font-size: 2.5rem;
	line-height: 2.5rem;
}*/

.firstLetter::first-letter {
    /*  font-weight: bold; */
    text-transform: uppercase;
}
body.portal #search-box{
	margin-top: 25px;
}
.btn-orange{
    background-color: #fb4d00;
    border-color: #fb4d00;
}
.light-color{
    color: #ddd !important;
}
/*.restaurant-row .dInfo{
	float: right;
    clear: both;
}
.restaurant-row .dInfo .info{
	border-radius: 5px;
    border: 1px solid rgba(122,122,122,.3);
    padding: 10px;
    text-align: center;
    display: inline-block;
}
.restaurant-row .dInfo .info i{
	display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
}  */
body.portal-restaurant-page #restaurantCategory{
	display: none;
}

/* .scheduleDayRow .grey {
  display: block;
}*/
.scheduleDayRow small {
  white-space: nowrap;
  padding-left: 25px;
  margin-top: -2px;
  display: block;
  opacity: .7;
}
body.portal .dInfo .info span{
   /*display: none;*/ 
}
body.portal .r_foto{
    /*max-width: 200px;*/
    /*display: inline-block;*/
}
body.s-portal .rd-row{
   border: none !important;     
}
body.portal .dList .dish-row{
    display: flex;
    flex-direction: row;
    justify-items:start;
    align-items: center;
    position:relative;
}
body.portal .dList .dish-row{
    
}

body.portal .dList .dish-row.nv{
    display: none;
}
@media (min-width: 768px) {
    body.portal .dList .dish-row:first-child{
        border-top: none !important;    
    }
    body.portal .dList .dish-row{
        border: 1px solid rgba(125,125,125,.08) !important;  
        border-radius: var(--border-radius);
        background: var(--background-content);
        padding: 8px;
        border-radius: 25px !important;
    }
}
.dish-row .info-box{
    max-width: 70%;
}
@media (min-width: 576px){
    body.portal .dList .dish-row .dish-price{
        position: absolute;
        top: 10px;
        right: 10px;   
    }
    #web-mode{
        padding: 5px 10px 5px 0px;
    }
    #restaurant-base-content.restaurant-base-map #restaurant-base-page-map{
        order: -1;
    }
    #restaurant-base-content.restaurant-base-map #restaurant-base-page-content{
        /*order: 2*/
    }
}
#restaurant-base-content > div.col-12{
    margin-bottom: 4rem;
    border-bottom: 1px solid rgba(150,150,150, .2);
    padding-bottom: 4rem;
}
@media (max-width: 576px){
    body.portal .dList .dish-row .info-box{
        flex-grow: 1;
    }
}
body.portal .dList .dish-row .d_foto{
    float: left;
    margin-right: 8px;
}
body.portal .dish-category-header-space{
    display: none;
}
.portal  .dInfo .r-info{
    display: none;
}
.portal  .dInfo > span i,
.portal  .dInfo > div i,
.btn-big-ico i,
.portal .dInfo .info i{
    font-size: 1.2rem;
    display: block;
    margin-bottom: 4px;
}
body.restaurant-base-page.portal .dInfo .info i,
body.portal-restaurant-page.portal  .dInfo > span i,
body.portal-restaurant-page.portal  .dInfo > div i,
body.portal-restaurant-page .btn-big-ico i,
body.portal-restaurant-page .portal .dInfo .info i{
     font-size: 1.5rem;
}
.portal  .dInfo > span,
.portal  .dInfo > div{
   
}
.portal  .dInfo > span span,
.portal  .dInfo > div span,
.btn-big-ico > span,
.portal .dInfo .info span{
    font-size: 9px;
    display: block;
    max-width: 41px;
    /*white-space: break-spaces;*/
    line-height: 11px;
    /*margin-top: 7px;*/
}
.portal  .dInfo > span,
.portal  .dInfo > div,
.portal .dInfo .info.btn-light,
.portal .dInfo .info{
    font-size: 9px;
    line-height: 11px;
}
.btn-big-ico{
    float: right;
    display: block;
}
.portal  .dInfo > span,
.portal  .dInfo > div,
.portal  .dInfo .info{
    display:flex;
    flex-direction: column;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: var(--border-radius);
     font-size: 9px;
    line-height: 11px;
    align-items: center;
text-align: center;
}
.portal  .dInfo .info.btn-light{
    background: none;
    border: none;
}

body.portal .flex-box .r_logo{
    background: #eee;
    border: 5px solid var(--border-default);
    
    border-radius: 70px;
    width: 140px;
    height: 140px;
    position: relative;
}
.flex-box .image-box{
    
}
body.portal .flex-box .r_logo img{
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    body.portal .flex-box .r_foto{
        min-height: 140px;
        width:100%;
        display: block;
    }
    body.portal .flex-box .r_foto img{
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 992px) {
    .flex-box .info-box{
        margin-left: 15px;
        max-width: 45%;
    }
    .cart-exist .flex-box .info-box{
       max-width: 35%;  
    }
}
@media (min-width: 768px) {
    body.portal .flex-box .r_logo{
        display: inline-block;
    }
    #header #topMenu{
        min-width: 300px;
    }
    body.portal .r_foto{
        max-width: 350px;
        display: inline-block;
        width: 350px; 
        height: 191px;
        background: var(--background-default);
    }
    body.portal .flex-box .r_foto img{
       width: 350px; 
       height: 191px;
       display: inline-block;
    }
    body.portal .flex-box .r_logo.on_r_foto{
        margin-left: -80px;
        /*    margin-top: 15px;*/
        width:140px;
        height:140px;
        background: var(--background-default);
        border-radius: 70px;
    }
    .portal .dInfo{
        right: 3px;
        bottom: 3px;
        position: absolute; 
    }
    .flex-box .info-box{
        margin-left: 15px;
        max-width: 35%;
    }
    .cart-exist .flex-box .info-box{
       max-width: 30%;  
    }
}
.portal .dInfo{
        display:flex;
        flex-direction: row;
    }

body.portal .flex-box .r_logo img{
    border-radius: 70px;
    width: 100%;
    
    /*width: 140px;*/
    /*height:140px;*/
    background-color: var(--background-default);
}
.grecaptcha-badge{
    display: none !important;
}
.flex-box{
   display: flex;
    flex-direction: row;
    flex-flow: row;
    justify-items: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    min-height: 150px;
    width:100%;
}
.flex-box .image-box{
    /*display: inline-block;*/
}

/*body.dark #header{
   background-color: #000; 
}*/
#header{
   background-color: var(--header-background-default); 
}
body,
#page{
    background-color: var(--background-default);
    /*background-color: var(--background-default);*/
}
#page{
    clear: both;
}
.strip-1{
    fill: var(--blueColor);
}
.flex-box .show-more span{
    display: none;
}
.restaurant-row .flex-box .show-more{
    background-color: var(--blueColor);
} 
.flex-box .show-more i{
    color: var(--background-default);
} 
body.take_away .restaurant-row .flex-box .show-more{
    background-color: var(--takeAwayColor);
} 
body.take_away .strip-1{
    fill: var(--takeAwayColor);
}
body.delivery .restaurant-row .flex-box .show-more{
    background-color: var(--deliveryColor);
} 
body.delivery .strip-1{
    fill: var(--deliveryColor);
}
body.book_table .restaurant-row .flex-box .show-more{
    background-color: var(--bookTableColor);
} 
body.book_table .strip-1{
    fill: var(--bookTableColor);
}
.flex-box .show-more{
    color: #fff;
    font-size: 2rem;
    /*border-radius: var(--border-radius);*/
    border-radius: 0px 15px 0px 15px;
    
    background-color: #f0f0f0;
    border-color: var(--border-default);
    border-top-color: rgb(240, 240, 240);
    border-right-color: rgb(240, 240, 240);
    border-top: 0px;
    border-right: 0px;
    top: -3px;
    right: -3px;
    position:absolute;
    border-width: 2px;
    line-height: 2rem;
    padding-top: 6px;
    padding-bottom: 6px;
}

.flex-box .show-more::after{
    display: none;
}


.phone-color{
    color: var(--blue-color) !important;
}

.map-color{
    color: #888 !important;
}
.empty{
    /*filter: grayscale(90%);*/
    /*opacity: .7;*/
}
.empty-logo{
    opacity: .3;
}
body.portal .r_foto.category-foro img{
        /*filter: grayscale(60%);*/
        /*opacity: .8*/
}
body.portal .r_logo,
body.portal .r_foto{
    position: relative
}
/*body.portal .r_foto.category-foro img:before{
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    content: ' ';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}*/
@media (min-width: 768px) {
    body.portal .r_foto img{
        border-top-left-radius: var(--border-radius);
        border-bottom-left-radius: var(--border-radius);
    }
    body.portal .dish-list-modal .showDishInModal{
        margin-right: 15px;
    }
    body.restaurant-portal-page #header .container.logo-container,
    #header .container.logo-container{
        max-width: 98%;
    } 
}
@media (max-width: 768px) {
    body.portal .dList .dish-row .d_foto{
        max-width: 70px;
    }
    body.portal .r_foto img{
        border-top-left-radius: var(--border-radius);
        border-top-right-radius: var(--border-radius);
    }
    .flex-box .info-box{
        text-align: center;
    }
    .flex-box{
        flex-flow: column;
        justify-content: center;
        /*padding-bottom: 70px;*/
    }
    
    
   
    body.portal .r_logo{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    body.portal .r_logo.on_r_foto{
        margin-top: -80px;
        /*    margin-top: 15px;*/
    }
    .portal .dInfo{
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .flex-box .show-more{
        /*background-color: var(--blue-color);*/
    }
}



body.portal .dish-list-modal .r_logo,
body.portal .dish-list-modal .r_logo img{
    width: 40px;
    height: 40px;
    display: inline-block;
    border:0px;
}
body.portal .dish-list-modal .showDishInModal{
    display: inline-block;  
    float: left; 
}
body.portal .dish-list-modal .showDishInModal img{
     border-radius: var(--radius-border-default);
     display: inline-block;
}
body.portal .dish-list-modal .button-more{
    display: block;
    clear: both;
    margin-top: 1rem;
}
.dish-list-modal .promotion-section.margin-bottom{
    margin-bottom: 0px;
}
.dInfo .info.delivery-price{
    color: var(--deliveryColor);
}
.dInfo .info.oTime, 
.dInfo .info.openTo{
    color: var(--openColor);
}




/*.restaurant-portal-page #header #logo-zamawiaj-online,*/
#header #logo-zamawiaj-online{
    width: 250px;
    height: 40px;
}
#logoAndName img,
#logoAndName{
    border-radius: 200px;
    display: inline-block;
}
#logoAndName .r_logo{
    width: 200px;
    height: 200px;
    border-radius: 100px;
}
#restaurant-base-content.restaurant-base-map .r_fotoBig{
    display: none;
}
.r_fotoBig{
    width: 50%;
    max-width: 50% !important;
    /*display: none;*/
}
#logoAndName img{
    border: 5px solid #eee;
    background: var(--background-default)
}
#restaurantLogoTxt{
    display: inline-block;
    color: #fff;
}
#restaurantLogoTxt h1{
    font-size: 3rem;
    font-weight: bold;
} 

#logoAndName{
    display: flex;
    flex-direction: column;
    justify-content:start;
    align-items: center;
}
#header #header-text h1{
    font-size: 1rem;
}
@media (min-width: 768px) {
    #header #header-text h1{
        font-size: 1.4rem;
    }
    #logoAndName .r_logo{
        margin-right: 20px;
    }
    #logoAndName img,
    #logoAndName{
        margin-right: 25px;
    }
    #logoAndName{
        flex-direction: row;
    }
    #restaurantLogoTxt h1{
        font-size: 5rem;
    } 
}
.search-box{
    /*margin-top: 10%;*/ 
/*    display: flex;
    flex-direction: row;
    justify-content:start;
    align-items: center;*/
}

#search-menu .dInfo{
    float: right;
    position:relative;
    margin: 10px 0px;
}
#search-menu #search-box{
    margin: 0px;
}
/*delivery s-portal portal restaurant-portal-page city-page city-kielce zamawiaj.online zamawiaj-online displayList1 filters-active cart-permanently type- v2 lokalnie display-menu-list portal-list cart-exist padding dark dark-mode scroll-end loaded*/
/*delivery s-portal portal restaurant-portal-page city-page city-kielce zamawiaj.online zamawiaj-online restaurant_page filters-active cart-permanently type-sushi v2 lokalnie display-menu-list portal-restaurant-page*/
@media (min-width: 768px) {
    #search-box #web-mode{
        margin-bottom: 5px;
    }
    .portal-restaurant-page #search-box #web-mode{
        margin-top: 5px;
    }
    .portal-restaurant-page .strx-form form.delivery_street_form{
        margin-left: 10px;
    }
}

/*#search-menu #web-mode{
    min-width: 16.666667%;
    padding-right: 15px;
}*/
body.restaurant-portal-page .restaurant-row.restaurantPageRow{
    display: none;
}
.go-to-page{
    /*margin-top: 5px;*/
}
#rdCategories .header, 
#rFilters .header, 
#rFilters .header.list-group-item{
    font-size: .7rem;
    background: none;
    opacity: .4;
    line-height: 1rem;
    font-weight: normal !important;
    margin-bottom: 5px;
    display: block;
    text-align: center;
}
body.city-page #footer .col-city-list{
    display: none;
}
.hr-space{ 
    margin: 30px 0px 15px 0px !important;
}
#filters.leftCol #rdCategories{
    position: sticky !important;
    top: 15px !important;
}
.back-to-restaurant-list{
    margin-top: 5px;
}
#filters .list-group-item{
    background: none;
    border: 0px;
    border-top: 1px solid rgba(125,125,125,.08);
}

.dish-list-modal .modal-header.dish-list-modal-header-bg{
    background-size: cover !important;
    height: 200px;
}
.show-more-dish{
    /*margin-top: 1rem;*/
}
.modal-dl-container{
    /*margin-bottom:1rem;*/
}
#header #header-text{
    align-items: center;
    justify-items: center;
    display: flex;
}
#header #header-text span.label{
    font-size: .6rem;
    opacity: .5;
    position: absolute;
    margin-top: -.7rem;
}
#header #header-text h1{
    font-weight: bold;
    text-transform: uppercase;
    /*display: flex;*/
    margin: 0px;
    /*align-items: center;*/
}


.cart_list .no-available, 
.state-false, 
#checkout.order .cart .restaurantRow.state-false{
    opacity: 1;
    /*border: 1px solid #f00;*/
}
.btn.second-blue{
    background-color: #aaa;
    border: none;
}
.badge.float-right{
    min-width: 25px;
}
.alert,
.r_foto, .d_foto,
#rList .dList .dish-category-header.has-img,
.r_fotoBig,
.badge.float-right,
.form-control-lg,
.btn.second-blue i,
.btn{
   border-radius: var(--btn-radius); 
}


body.portal #permanentCartContent,
      body.portal.scroll #permanentCartContent{
        border: 1px solid var(--border-default);
        min-height: 140px;
        border-radius: var(--border-radius);
        background: var(--header-background-default) !important;
}
.badge.float-right{
    border: 1px solid #eee;
}
#rdCategories .list-group-item, #dCategories .list-group-item, #rFilters .list-group-item{
    border: 1px solid var(--border-default);
    border-radius: 30px;
    padding: .2rem;
    padding-right: 0.3rem !important;
    padding-left: .6rem;
    margin-bottom: .5rem;
    background: var(--background-content);
}
.dAmount-change{
    height: 35px;
}

#header .dropdown-menu{
    /*z-index:2;*/
}

.fas.fa-window-close:before{
    content: "\f057";
}

.search-box{
    
}
.image-box{
    
}
#float-menu,
#float-menu.restaurant-portal{
    /*min-height: 40vh;*/
    background-size: cover !important;
    background-attachment: fixed !important;
    padding:0px;
}
#float-menu{
    display: flex;
    align-items: center;
    position:relative;
    /*overflow: hidden;*/
    min-height: 65vh;
    background: var(--background-header);
    box-shadow: inset 0px 0px 4rem rgba(27,27,27,.15);
}
#float-menu{
    background-color: #ddd;
}
body.dark #float-menu{
    background-color: #000;
}
#float-menu.delivery{
    /*background: var(--deliveryColor);*/
}
#float-menu.booking{
    /*background: var(--bookTableColor);*/
}
#float-menu.display_menu{
    /*background: #ddd;*/
}
#float-menu.take_away{
    /*background: var(--takeAwayColor);*/
}
body.portal-list #float-menu .cover-box{
    display:none;
}

#float-menu{
    /*background-color: #dcdcdc;*/
    box-shadow: none;
    background-color: #e1e1e1;
    /*background: url(/img/banner/banner.jpg) #e1e1e1;*/
/*  background-position-y: 0%;
  background-attachment: scroll;
  background-size: auto;*/
    background-size: 100% auto;
    /*background-attachment: inherit !important;*/
    
    /*background-position-y: -350px;*/
}
@media (max-width: 768px) {
    #restaurantLogoTxt{
        text-align: center;
    }
    #float-menu{
        background-size: auto 70vh;
        background-position: top center !important;
    }
    #logoAndName{
        justify-content: center;
        width: 100%;
    }
}
body.dark #float-menu{ 
    background-color: #4d4d4d;
    /*background: url(/img/banner/banner-dark.jpg) #4d4d4d;*/
    /*background-position-y: -100px;*/
}
body #float-menu{
    /*padding-top: 40px;*/
}
/*@media (max-width: 992px) {
    body.portal-list #float-menu{
        background-position-y: 140px !important;
    }
}*/
#float-menu .banner-with-img{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center; 
}

#float-menu .img-box{
    width: 100%; 
}
#float-menu .img-box  .banner-box{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center; 
}
#float-menu .img-box .banner-img{
      margin-top: -40px;       
    }
#float-menu .img-box .banner-header{
/*    position:absolute;
    top:-100px*/
}
#float-menu .container{
    padding-top: 0px;
    padding-bottom: 0px;
}
@media (min-width: 992px) {
    #float-menu .banner-with-img{
        flex-direction: row;
    }
    #float-menu .search-box{
        min-width: 550px;
    }
}
@media (max-width: 992px) {
     #float-menu .banner-with-img .img-box{
        /*margin-top: -60px;*/
    }
    #float-menu .img-box .banner-box{
        align-items: end;
        margin-top: -50px;
    }
    #float-menu .img-box .banner-box > img{
        max-width: 60%;
    }
    body.portal.home #float-menu .container{
        padding-bottom: 0px !important;
    }
}
@media (min-width: 470px) {
    #float-menu .img-box .banner-img{
      margin-top: -90px;       
    }
    #float-menu .img-box{
       width: 100%;
       /*padding: 30px 0 30px 0;*/ 
       /*padding: 70px 0 0px 0;*/
    }
}
@media (min-width: 1600px) {
    #float-menu .banner-img{
        
    } 
    body.portal-list #float-menu{
        background-position-y: -350px !important;
    }
    #float-menu,
    #float-menu.restaurant-portal{
        min-height: 70vh;
    }
}
@media (min-width: 1700px) {
    #float-menu{
    } 
}
@media (min-width: 1800px) {
    #float-menu{
    } 
}
@media (min-width: 1900px) {
    #float-menu{
    } 
} 

/* loaderstrx body */
/*.preloader .spinner-border.spiner-extra{
    display: block;
    animation: spinner-border-v2 1.5s linear infinite;
}
body .preloader .spinner-border{
    
    display: none;
}*/

#float-menu .cover-box{
    display: none !important;
}
.section-box{
    display: flex;
    flex-direction: column;

        display: flex;
        
        align-items: center;
        justify-content: center;
        /*margin-bottom: 150px;*/
}
.section-box .image-box object{
    max-width:100%;
    
}
@media (max-width: 762px) {
   .section-box .image-box,
   .section-box .text-box{
       display: flex;
       flex-direction: column;
       align-items: center;
       justify-content: center;
       margin-bottom: 25px;
       text-align: center;
   }
   .section-box:after{
       content: '';
       display: block;
       max-width:20%;
       width:20%;
       height:1px;
       margin-bottom: 80px;
       padding-bottom: 80px;
       border-bottom: 5px dotted #eee;
   }
/*   .section-box .text-box h2,
   .section-box .text-box p{
       text-aling: center;
   }*/
   .section-box .image-box object,
   .section-box .image-box img{
       /*max-width:70%;*/
       width: 70%;
   }
   .flex-box .image-box{
       /*width: 100%;*/
   }
}
.section-box h2 strong{
        color: var(--blueColor);
    }
@media (min-width: 762px) {
    .section-box{
        flex-direction: row;
/*        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;*/
        margin-bottom: 150px;
    }
    .section-box:nth-child(even){
        flex-direction: row-reverse;
    }
    .section-box .image-box{
        width: 250px;
        margin-right: 15px;
    }
    .section-box .image-box.big-size{   
        width: 300px;
        margin: 0px 25px 0px 25px;
    }
    .section-box .text-box{
        width:100%;
        border-left: 5px dotted #eee;
        padding: 0px 15px 0px 15px;
    }
    .section-box .text-box p{
        padding-right: 20%;
    }
    .section-box:nth-child(even) .text-box{
        border-left: 0px;
        border-right: 5px dotted #eee;
    }
    .section-box:nth-child(even) .text-box{
        text-align: right;
    }
    .section-box:nth-child(even) .text-box  p{
        padding-left: 20%;
        padding-right: 0px;  
    }
    .section-box:nth-child(even) .image-box{
          margin-right: 0px;
          margin-left: 15px;
    }
    #ico-sam-sprawdze{
        width: 200px;
        margin-left: 30px;
    }
}
.for_restaurants_more_lokalnie{
/*    background-image: linear-gradient( 14deg,    
        #fff 0%, #fff 40%, 
        #fafafa 40%, #fafafa 60%,
        #fff 60%, #fff 100% );*/
}


.city-section {
    /*background: rgba(122,122,122,.1);*/
    padding-top: 100px;
    padding-bottom:100px;
    margin-top:40px;
    margin-bottom:70px;
     background-image: linear-gradient( 2deg,    
        var(--background-default) 0%, var(--background-default) 10%, 
        rgba(122,122,122,.1) 10%, rgba(122,122,122,.1) 90%,
        var(--background-default) 90%, var(--background-default) 100% );
}
.city-section img{
    width: 100%;
}

#banner-city-bg{
    margin: 0px 15px 0px 15px;
    position: relative;
}
#banner-city-bg img{
    /*margin: 0px 15px 0px 15px;*/
    width: 100%;
    margin-top: 10px;    
}
/*@media (min-width: 762px) {*/
    .city-section-footer img.city-bg{
        margin-bottom: -3vw;
        width: 70%;
    }
/*}*/
/*
body.dark .city-section .city-bg{
body.dark .city-section-footer .city-bg{
    opacity:0;
}
*/
/*
body.dark.city- .city-section,
body.dark .city-section-footer{
    background: url('/img/city/');
}
*/
#bottomSection{
    z-index: 1;
    position: relative;
}
#footer{
    position: relative;
}
#cart-summary .cart-promotion-section, 
.cart .cart-promotion-section{
    border-bottom: 0px;
}
.portal-list .city-section-footer{
    background-color: var(--background-grey);
}
/*.svg-city-kielce.image-bg{
    width: 100%;
    height:
}
*/
.dish-row.inCart .inCartInfo{
    position: inherit;
    right: inherit;
    padding: 0px;
}

#footer{
    min-height: 70vh;
    /*background: url('/img/city/strona-dla-restauracji-wroclaw.jpg') center top no-repeat;*/
}
@media (min-width: 1200px) {
    #footer{
        background-position-y: 10vh;
    }
}
.rb-phone a{
    margin-top: 2rem;
}
.social-media-link object.social-media-ico,
.social-media-link img.social-media-ico{
    margin-right: 1rem;
    margin-top: 1rem;
     width: 2.5rem;
    opacity: .7;
}
.big-ico-size{
    width: 2.5rem;
}
.social-media-link object.social-media-ico.ico-follow,
.social-media-link img.social-media-ico.ico-follow{
    width: 2.7rem;    
    padding-top: 2px;
}
social-media-ico ico-follow
body.dark .social-media-link img.social-media-ico{
     opacity: .8;
}
.social-media-link:hover object.social-media-ico,
body.dark .social-media-link:hover object.social-media-ico,
.social-media-link:hover img.social-media-ico,
body.dark .social-media-link:hover img.social-media-ico{
    opacity: 1;
}
.contact-icons-social-media{
    margin-left: 1rem;
}
body.dark .btn-primary{
    color: #000 !important;
}

body.dark button#dropdownWebMode img{
    filter: invert(1);
}
.vote-to-restaurant-base.btn i{
    font-size: 2rem;
}
.vote-to-restaurant-base.btn{
    color: var(--custom-color);
}
body.type-burgerownia .banner-type-category #float-menu{
    background-position-y: -250px;
}
.container-full {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 560px) {
    body.type-burgerownia .banner-type-category #float-menu{
        background-position-x: -300px;
    }
    #restauracja-online-oauth{
      top: 80px !important;
    }
}

#header #logo-zamawiaj-online #logo-box-zamawianie{
    display: none !important;
}

#restauracja-online-oauth{
    z-index: 1 !important;
}
body.page-for-restaurants.dark #bottomSection .background-grey{
    /*margin-top: 0px;*/
    background: none;
}
#graf-konto-r{
    position: relative;
    margin-bottom:15px;
    text-align: left;
}
#graf-konto-r-login-text{
    margin-top: 15px;
}
#restaurant-base-content:not(.restaurant-base-map) #restaurant-base-page-content.col-12{
    flex: 0 0 100%;
    max-width: 100%;
}
#restaurant-base-counter-views{
    margin-top: 2em;
    bottom: 0px;
    position: absolute;
    right: 15px;
}
#restaurant-base-page-map #map{
    height: 430px;
}
@media (min-width: 992px) {
    #restaurant-base-counter-views{
       right: 0px;
    }
/*    #graf-konto-r{
        text-align: left;
    }*/
/*    #graf-konto-r{
        position: relative;
        margin-top:-40px;
        margin-bottom:0px;
        text-align: right;
    }
    #graf-konto-r-login-text{
        width: 40%;
        margin-top: 0px;
        bottom: -50px;
        right: 0px;
        position: absolute; 
        text-align: right;
        border-right: 1px solid var(--blue-color); 
        padding-right: 3px;
    }
    #graf-konto-r-login-text .btn-R{
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }*/
}

.pulse-bg {
  box-shadow: 0 0 0 0 rgba(0, 219, 238, 0.7);
  -webkit-animation: pulsing 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
  transition: all 500ms ease-in-out;
}
a.pulse-bg:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}
@-webkit-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px ;
  }
}
@-moz-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(0, 219, 238, 0);
  }
}
@-ms-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(0, 219, 238, 0);
  }
}
@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(0, 219, 238, 0);
  }
}

.page-for-clients .ico-grey{
    filter: grayscale(1);
    width: 100%;
    height: auto;
}
.ico-web-mode{
    background: rgba(122,122,122, .1);
    border: none;
    border-radius: .25rem;
    padding: 10px;
    
    display: flex;
    align-items: center; 
    justify-content: center;

    text-align: center;
    margin: 0 5px 5px 0px;
    
    width: 50%;
}

.ico-web-mode img,
.ico-web-mode svg{
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    margin: 0px !important;
}
.ico-web-mode img{
    /*padding: 9px;*/
    width: 40px;
}
.ico-web-mode img.ico-map{
    /*padding: 4px;*/
    opacity: .3;
}
.for-clients-icons-ordering,
.for-clients-icons-contact{
    display: flex;
    align-items: stretch; 
    justify-content: start;
    flex-direction: row;
    /*padding: 25px;*/   
}
.for-clients-icons-contact .ico-web-mode{
    padding: 3%;
}

@media (min-width: 992px) {
   .for-clients-icons-ordering .ico-web-mode{
        margin: 0px 15px 15px 0px;
        padding: 25px;
    } 
    .for-clients-icons-contact .ico-web-mode{
        margin: 0px 10px 10px 0px;
        max-width: 100px;
        padding: 15px;
    } 
}
.page-for-restaurants .city-section-footer img.city-bg,
.page-for-clients .city-section-footer img.city-bg{
    width: 100%;
    margin-bottom: inherit;
}
.page-for-restaurants #bottomSection,
.page-for-clients #bottomSection{
    background: var(--background-grey);
    margin-top: 0px;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
/*#footer .copyright,
#footer #menu-social{
}
#footer .link-restauracja-online{
    padding-right: 0px;
}
#menu-social{
    margin-bottom: 5px;
}
#menu-social .socialUrl a{
    font-size: 1.5rem;
    margin-left: 8px;
    display: block;
}
#menu-social .socialUrl a.google-button{
     font-size: 1.4rem;
     margin-top: 1px;
}
#menu-social .socialUrl a.review-button{
    font-size: 1.4rem;
    margin-left: 5px;
}*/
.dark .dAmount-change.btn i,
.dark .ajaxAddDishToCart.btn-secondary.blue{
    color :#000;
}