#checkout .type-ico{
    float: right;
    font-size: 70px;
    color: var(--blue-color);
}
#checkout h1{
    color: inherit;
}
#checkout h1 .extra-info{
    font-size: .7em;
    display: block !important;
}
#checkout .bg-ico{
    /*float: left;*/
   display: inline;
    position: absolute;
    font-size: 50px;
    color: #bbb;
    margin-right: 10px;
}
#checkout .fa-credit-card.bg-ico{
   font-size: 40px; 
}
    
#checkout .margin-ico{
    margin-left: 50px;
}
#checkout .padding-ico{
	padding-left: 50px;
}

/*#checkout input,*/
#checkout input#deliveryLocal,
#checkout select.paymentType,
#checkout select.tableType,
#checkout select.roomType{
    border-color: var(--blue-color);

}
#checkout input.nr-field{
    width: 100px;
}
#checkout select.paymentType,
#checkout select.tableType,
#checkout select.roomType{
    width: 250px;
}

#checkout .not-required{
	opacity: .5;
}

#checkout .info-box{
/*    min-height: 90px;*/
    margin-top: 20px;
    /*clear:both;*/
}
#checkout .info-box:first-child{
    margin-top: 0px;
}
/*@media (min-width: 768px){*/
	#checkout .info-box{
		padding-left: 0px;
	}
/*}*/
#checkout #cart-summary.visible{
	display: block;
}
.grey-background{
    background: #eee;
    padding-top: 35px;
    padding-bottom: 45px;
}
body.private-page .grey-background{
    padding-top: 55px;
    padding-bottom: 70px;
}
@media (min-width: 1200px){
	body.private-page.plugin .have-account-row{
		margin-left: 10%
	}
}

body.checkout #footer{
    margin-top: 0px;
}


body.checkout #cart-summary{
    display: none;
}
#checkout .logged{
    font-weight: bold;
}
#checkout .logged label{
    min-width: 140px;
    font-weight: normal;
}

#checkout span.errorMessage.small{
    display: block;
    font-size: .8rem;
}
#checkout .validationError{
    border-color: #c82333 !important;
}

#checkout .cart_list .remove-dish{
    display: none;
}

#checkout select.is-valid,
#checkout select.is-invalid{
   background-position: center right calc(4.25rem / 4) !important; 
}
#checkout select.is-valid{
    border-color: #28a745;
}
#checkout .ajaxPlaceOrder-loader{
    padding: 10px;
}

.min-width-200{
    min-width: 160px;
}
.cart .js-dHH{
    color: var(--blue-color);
    color: #1e7e34;
}
.cart  .r-promo{
    color: #495057;
    color: #1e7e34;
}
.cart  .super-cena{
    color: #1e7e34;
}
.cart .promo-box{
    /*font-size: .8rem;*/
    /*display: block;*/
    /*display: none;*/
}

.cart .promo-box > span{
      display: block; 
}
.cart.block{
    display: block;
}

/* book table form */
#book_table_fromTime select{
    margin-right: 3px;
    max-width: 70px;
    margin-bottom: 15px;
}

#book_table_fromTime select#book_table_fromTime_date_year{
   margin-right: 15px; 
   max-width: 100px;
}
#book_table_fromTime select#book_table_fromTime_time_minute{
   margin-left: 3px;
}

#book_table_fromTime.is-invalid select{
    border-color: #c82333 !important
}

#book_table_fromTime.is-valid select{
    border-color: #28a745 !important;
}
#book_table_fromTime.is-valid .errorMessage{
    display: none;  
}

@media (max-width: 576px) {
    
    #checkout .margin-ico{
        margin-left: 0px;
    }
    
    .min-width-200,
    #checkout .logged label{
        min-width: auto;
    }
    
}


.margin-bottom-1rem{
	margin-bottom: 1rem;
}
.margin-bottom-2rem{
	
}

#payu-logo{
	width: 100px;
	margin-bottom: 5px;
}
#paymentOnline-11 .paymentName,
#paymentOnline-12 .paymentName{
	padding-bottom: 15px;
	display: inline-block;
	padding-left: 15px;
}

.paymentOnlineRow img{
	margin-left: 10px;
}
.paymentOnlineRow .paymentName{
	margin-left: 10px;
	display: inline-block;
}

.paymentOnlineBox .paymentOnlineRow{
	cursor: pointer;
}
.paymentOnlineBox #przelewy24-logo{
	width: 150px;
}
body.checkout #bottomSection,
body.booking #bottomSection{
	margin-top: 0px;
}
#cart_submitForm,
#book_table_submitForm{
	margin-bottom: 20px;
}

.paymentOnlineBox .paymentOnlineRow.active{
	background: none;
	
	/*border-bottom: 2px solid #aaa*/
}
.paymentOnlineBox .paymentOnlineRow.active:before{
    background-repeat: no-repeat;
	display: block;
	content: '';
	position: absolute;
	right: 30px;
	width: 30px;
	height: 30px;
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-size: 1.5rem;
	color: #0a0;

    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f00c";
}

.boxOrderIco i.boxIco{
	font-size: 40px;
	display: block;
		
}

.boxOrderIco{
	display: inline-block;
	text-align: center;
	/*border: 1px solid #f0f0f0;*/
	border: 1px solid rgba(125,125,125,.3);
	border-radius: 5px;
	padding: 13px 10px 8px 10px;
    margin-right: 15px;
	margin-bottom: 15px;
}
.boxOrderIco.order-type-now{
	background: rgba(0, 200, 0, 0.3);
}
.boxOrderIco.order-type-future{
	background: rgba(200, 200, 0, 0.3);
}
.boxOrderIco .boxOrderTxt{
	font-size: 1rem;
    padding-top: 5px;
    display: block;
}

.delivery-color{
	color: #f74c08;
}
.take-away-color{
	color: #c71388;
}
.book-table-color{
	color: #92bc0a;
}
.on-the-spot-color{
	color: #dfcd00;
}
.on-custom-location-color{
	color: #b30000;
}
.room-service-color{
	color: #00beb7;
}
@media (max-width: 1200px) {
	.boxOrderIco{
		padding: 8px 5px 4px 5px;
		margin-right: 4px;
	}
	.boxOrderIco .boxOrderTxt{
		font-size: .8rem;
	}
	#boxOrderIcons{
		float: none !important;
		margin-top: 10px;
	}
	.boxOrderIco i.boxIco{
		font-size: 30px;
	}
}
#orderModeManualConfirmation{
	margin-top: 15px;
}
#orderModeManualConfirmation .ico-left{
	font-size: 3rem;
	margin-right: 15px;
}
@media (max-width: 760px) {
	#orderModeManualConfirmation{
		padding-left: 10px;
	}
	#orderModeManualConfirmation .ico-left{
		font-size: 2rem;
		margin-right: inherit;
	}
	.state-change-button .text,
	.orderStateButton .text{
		font-size: 10px;
		display: block;
	}
	.orderStateButton{
		padding: .4rem .6rem;
		margin-bottom: 5px;
	}
	
	.orderStateButton.btn-accept{
		padding: .4rem .5rem;
	}
	.orderStateButton.btn-refuse{
		padding: .4rem .7rem;
	}
	.state-change-button.btn-other{
		padding: .4rem .95rem;
		margin-bottom: 5px;
	}
        #checkout .padding-ico{
            padding-left: 0px;
        }
}

.alert.checkout-text{
	color: #aa0000;
}

body.s-panel #checkout #boxPrintSection{
	display: none;
}

.checkoutPaymentBox.disabled{
	opacity: .5;
    background: rgba(120,120,120,.5);
    padding: 10px;
    border-radius: 5px;
	margin-bottom: 5px;
}
.checkoutPaymentBox.disabled select.paymentType{
	margin: 0px;
}
.checkoutPaymentBox.disabled .paymentOnlineBox{
	display: none;
}

#delivery-address .rppCustomLocation{
	display: block;
	font-weight: bold;
	color: var(--mainColor)
}
body.panel.order .logo-container svg#logo-zamawiaj-online{
	max-width: 290px;
}

body.private-page #boxPrintSection{
	display: none !important;
}

.active{
    background: none;
}
ul.cart_list li{
    clear: both;
    margin-top: .5rem;
}
.qr-code{
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
}
.o-info{
    display: block;
    font-size: 0.6rem;
    line-height: 0.8rem;
}