/* CSS for Quickbite Restaurant Plugin */

.products div.product {
	width: 48.5%;
    margin-right: 3%;
	float:left;
	background:white;
	background:rgba(255,255,255,0.8);
	padding:20px;
	margin-bottom:20px;
	position:relative;
	border-radius:2px;
}

.products .product:nth-child(even) {
   margin-right:0;
}

.product img {
	float:left;
    max-width: 110px;
	display:block;
	margin-right:15px;
}

.product-content {
	width:60%;
	float:left;
}

.product h3 {
	text-transform: uppercase;
    display: block;
    color: #232323;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    word-wrap: break-word;
}

.product h4 {
	text-transform: uppercase;
    display: block;
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.checkboxlabel {
	display:block;
	margin-bottom:7px;
	cursor:pointer;
	font-size: 13px;
	font-weight:normal;
}

.checkboxlabel input[type="checkbox"] {
	vertical-align:top;
	margin-right:6px;
}

.product .price .amount {
	font-size: 13px;
    position: absolute;
    left: -5px;
    top: 20px;
    color: white;
    padding: 9px;
    width: 64px;
    border-radius:2px;
}

.product .price .amount.extended {
	width:70px;
	cursor:pointer;
}

.plastic-toeslag-popup {
	position: absolute;
    left: 51px;
    top: 21px;
    z-index: 999;
    font-size: 12px;
}

.modal-infoer {
	padding:0 20px;
}

.product p {
	font-size:12px;
	line-height:1.5;
	margin-bottom:15px;
	overflow:hidden;
	display:block;
	text-overflow:ellipsis;
}

.product .options .options-title {
	font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color:#999;
}

.options select {
	width: 100%;
    padding: 3px;
    color: #5d5d5d;
    border: 1px solid #eee;
    margin: 10px 0;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

div.product div.cart .button, a.button.alt, input.button.alt, div.product-withoutimage div.cart .button{
	font-weight: normal;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    height: 32px;
    line-height: 0.5;
    border-radius: 3px;
    width: 60%;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

input#submit.alt,  a.button.alt, button.button.alt, input.button.alt {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


ul.products li.product .button {
	font-weight:normal;
}

div.product div.cart div.quantity {
	border: 1px solid #dddddd;
	border-radius:3px;
	float:left;
}

div.product div.cart div.quantity.pop-mandatory-1 {
	display:none;
}


div.product div.cart {
	float:left;
	width:100%;
	margin:15px 0 0;
}

div.product div.cart div.quantity {
	margin: 0 6% 0 4%;
}

.quantity i {
	padding: 9px;
    color: #2e2e2e;
    float: left;
    line-height: 1.4;
    height: 30px;
    font-size: 11px;
    cursor: pointer;
   	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.quantity i:hover {
	background:rgba(0,0,0,0.3);
}

.quantity i:first-child {
	border-right:1px solid #dddddd;
}


.quantity i:last-child {
	border-left:1px solid #dddddd;
}

.quantity input {
	padding: 7px;
    height: 30px;
    line-height: 1.0;
    float:left;
    border:none;
    width:30px !important;
    text-align:center;
}

.price {
	float:left;
}

.sidebar-content {
	padding-top:25px;
}

.bestelling-overview {
	padding:20px;
	max-width: 262px;
	width:100%;
	background:white;
	background:rgba(255,255,255,0.8);
    margin-bottom:20px;
}

.bestelling-overview .button {
	float:right !important;
}

.bestelling-overview.active {
	position:fixed;
	top:0;
}

.bestelling-overview.active.bottom {
	bottom:390px !important;
	top:auto;
}

.bestelling-overview h3 {
	display: block;
    color: #b6000b;
    font-size: 17px;
    font-weight: 700;
    height: 30px;
    text-transform: uppercase;
}

.bestelling-overview h3 i {
	margin-right:10px;
}

.bestelling-content {
	margin-bottom:20px;
}

.bestelling-content .bestel-item {
	padding: 12px;
    font-size: 12px;
    float: left;
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 8px;
    position:relative;
}

.bestelling-content .delete-product {
	position:absolute;
	right:5px;
	top:5px;
	color:#9a0009;
	cursor:pointer;
}

.bestelling-content .delete-product i {
	font-size:15px;
}

.bestelling-overview a.button.alt {
	width:100%;
	text-align:center;
	line-height:2.1;
}

.bestel-item .bestel-quantity, .bestel-item .title {
	float:left;
}

.bestel-item .bestel-quantity {
	margin-top:10px;
}

.bestel-item .title {
	color: #232323;
    font-size: 12px;
    font-weight: 700;
    width:98%;
    text-transform: uppercase;
}

.bestel-item .price {
	padding:4px;
	float:right;
}

.bestel-quantity i {
    color: white;
    padding: 5px 6px;
    cursor: pointer;
    font-size: 8px;
    background: #9a0009;
}

.quantity-number {
	display:inline-block;
	margin:0 2px;
	width:25px;
	text-align:center;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pricetotal {
	float:left;
	margin-top:10px;
	color: #232323;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
}

.pricetotal span.price {
	float:right;
}

.pricetotal.shipping, .pricetotal.discount {
	font-size:12px;
}

.pricetotal.discount {
	display:none;
}

.pricetotal.discount.active {
	display:block;
}

.qb-info {
	background:#eee;
	font-size:11px;
	border-top:2px solid #1e85be;
	padding:10px;
}

.qb-notice {
	background:#faff79;
	font-size:11px;
	border-top:2px solid #f0f813;
	padding:10px;
	margin-bottom:15px;
	color:black;
}

.qb-error {
	background: #b6000b;
   	padding: 10px 10px 12px;
    font-size: 11px;
    margin: 0px 0 20px;
    border-top:3px solid #9a0009;
}

.qb-error i, .qb-notice i {
	margin-right:6px;
}

.main-content .qb-info { 
	padding:18px;
	font-size:13px;
	margin-bottom:20px;
}

.checkout-container {
	background: rgba(255,255,255,0.8);
	padding:25px;
	margin-bottom:20px;
}

.checkout-container label {
	font-size:12px;
	cursor:pointer;
	text-align:center;
}

.checkout-container label img {
	max-width:90px;
	display:block;
	margin-bottom:10px;
}

.checkout-container h2 {
	display: block;
    color: #b6000b;
    font-size: 21px;
    font-weight: 700;
    height: 37px;
    text-transform: uppercase;
}

.forgot {
	background: rgba(0,0,0,0.4);
    padding: 25px;
    margin-bottom: 20px;
}

.forgot h2 {
	font-size: 16px;
	display: block;
    color: white;
    font-weight: 700;
    height: 16px;
    text-transform: uppercase;
    margin-bottom:0;
}

.forgot .quantity {
	display:none;
}

.forgot .product {
	text-align:center;
	padding:5px;
}

.forgot .product-content {
	float:none;
	text-align:center;
	width:100%;
}

.forgot .product div.cart .button {
	float:none;
	width:100%;
}

.forgot .product img {
	width:100%;
	max-width:250px;
	float:none;
}

.forgot .product .price {
	float:none;	
}

.forgot .product h3 {
	height:20px;
	font-size:11px;
}

.forgot div.product div.cart {
	float:none;
}

.checkout-container a, .checkout-container a:hover {
	color:#b6000b;
	text-decoration:none;
}

.checkout-container h3 {
	display: block;
    font-size: 14px;
    margin-top: 5px;
    color: #232323;
    padding-bottom:15px;
    border-bottom:1px solid #a5a5a5;
    font-weight:bold;
    margin-bottom:20px;
}

.checkout-container .checkout-content h3 {
	margin-top:20px;
}

.checkout-option label {
	border: 1px solid #eee;
    padding: 9px;
    border-radius: 4px;
}

.checkout-option label.active {
	border: 1px solid #999;
    background: #f6f6f6;
    color:black;
}

.checkout-option input[type="radio"] {
	display:none;
}

.button.alt.bestel-btn {
	width: 100%;
    text-align: center;
    line-height: 2.1;
    margin-top:20px;
    float:right;
}

.kortingscodebtn {
	text-align: center;
    line-height: 2.3 !important;
   	font-weight:normal;
	border-radius:0;
	font-size:12px;
	text-transform:uppercase;
	height:34px;
	float:left;
	border:3px solid #b6000b;
	line-height:0.5;
	border-bottom: 3px solid #9a0009;
	border-radius:3px;
	padding:0 20px;
	color:white !important;
	text-decoration:none;
	cursor:pointer;
	background: #b6000b;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mobilefeedback {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.fa-chevron-up {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mobile-top.active .fa-chevron-up {
	transform: rotate(180deg);
}

.kortingscodebtn:hover {
	color:white !important;
	background:#9a0009;
	border-color:#9a0009 !important;
}

.button.alt.bestel-btn:hover {
	color:white;
}

.statement {
	color:#6d6d6d;
	font-size:11px;
	margin-top:15px;
}

.method-sub {
	font-size: 11px;
    margin-top: 10px;
    margin-bottom:0;
}

.sub-status {
	margin-top: 8px;
    font-size: 14px;
}

.sub-status .error {
	color:#b6000b;
}

.sub-status .success {
	color:#1f9469;
}

.error label {
	color:#b6000b;
}

.error input {
	border:1px solid #b6000b;
	background: #fef5f5;
}

.variation-select {
	float: right;
    border: 1px solid #eee;
    padding: 4px;
    font-size: 11px;
    width: 100%;
    color:black;
    margin-bottom:5px;
}

.modal-choose-content .variation-select {
	padding:7px;
	font-size: 13px;
    margin-bottom: 15px;
}

.variation-select.error {
	border:1px solid #b6000b;
	background:#ffe9ea;
}

.variation-select.error:after {
	content:"Selecteer je keuze";
}

.fancybox-skin {
	background: rgba(0,0,0,0.4);
}

#message {
	padding: 15px;
    background: #ffecec;
    border: 1px solid #b6000b;
    margin-bottom: 25px;
    color:#b6000b;
}

#message button {
	display:none;
}

.form-group .helper {
	font-size: 11px;
    padding: 6px;
    display: block;
    float: left;
}

.form-group.error .helper {
	color:#b6000b;
}

.ordertable {
	width:100%;
}

.ordertable td {
	padding-right:20px;
	vertical-align:baseline;
}

.ordertable tr td:last-child {
	text-align:right;
}

.klantgegevens {
	padding: 20px 0;
}

.rowmargin td {
	padding-top:20px;
}

.route iframe{
    pointer-events: none;
}

.clear {
	clear:both;
}

ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.tabs li{
	background: none;
	color: white;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}

ul.tabs li.current{
	background: #5c5c5c;
	color: white;
	font-weight:bold;
}

.tab-content{
	display: none;
	background: #5c5c5c;
	padding: 15px;
}

.tab-content.current{
	display: inherit;
	color:white;
}

.tab-link input[type="radio"]{
	margin-right:6px;
}

.sold-out-product .cart, .sold-out-product .variation-select {
	display:none;
}

.divider-sidebar {
	border-bottom: 1px solid white;
    float: left;
    width: 100%;
    margin-top: 11px;
}

.topbarmelding {
	background:#9a0009;
	color:white;
	padding:8px;
	text-align:center;
	font-weight:bold;
	font-size:22px;
}

.dagnaam {
	display:inline-block;
	width:110px;
}

/* New CSS POPUP */

body.modal-open {
	overflow:hidden;
}

.modal-content {
	padding: 0;
	border:none;
	color:black;
	position:relative;
}

.modal-content .topper-content {
	padding: 20px 25px;
}

.modal-content .topper-content h3 {
	font-size:18px;
	font-weight:bold;
}

.popupbutton-style {
	color:#b6000b;
	cursor:pointer;
	display:block;
	margin-bottom:15px;
}

.product .cart button i {
	margin-left:7px;
}

.product.popup-layout div.cart .button {
	margin-left:60px;
}

.m-productprice {
	font-size: 17px;
    font-weight: bold;
    color: #9a0009;
}

.m-productplastictoeslag {
	display: block;
    font-size: 12px;
    color: #999;
}

.modal-infoer .m-productplastictoeslag {
	color:black;
}

.modal-choose-content {
	background:rgba(0,0,0,0.05);
	width:100%;
	padding:20px;
	margin-bottom: auto;
}

.modal-choose-content h5 {
	font-weight:bold;
}

.extralijst h5 {
	margin-top:20px;
}

.checkboxlabel.extra_overflow, .extralijst-plusser.extra_overflow {
	display:none;
}

.checkboxlabel.extra_overflow.active, .extralijst-plusser.extra_overflow.active {
	display:block;
}

.popup-closer {
	position: absolute;
    right: -5px;
    top: -10px;
    background: #b6000b;
    padding: 6px 7px;
    border-radius: 4px;
    cursor: pointer;
    line-height: 1;
    z-index:99;
}

.popup-closer i {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.popup-closer:hover i {
	transform: rotate(90deg);
}

.extraitems_overflow_button {
	text-decoration:underline;
	color:red;
	cursor:pointer;
}

div.product div.cart .button.popup-bestelknop {
	width:70%;
}

.extralijst-options-content {
	display:flex;
	flex-wrap: wrap;
	width:100%;
}

.extralijst-options-content .extralijst {
	flex: 1 1 70%;
    max-width: 70%;
}

.extralijst-plusser i {
	background: #999;
    color: white;
	padding: 10px 10px 8px;
    font-size: 10px;
    cursor:pointer;
    border-bottom: 1px solid #767676;
    border-radius: 3px;
}

.extralijst-plusser .quant-holder {
	display: inline-block;
    width: 12px;
    text-align: center;
}

.extralijst-plusser  {
	font-size:13px;
	margin:9px 0;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
  	-ms-user-select: none;      /* IE 10+ */
  	user-select: none;          /* Likely future */      
}

.button-section .quantity i {
	color:#2e2e2e;
}

.button-section .quantity i:hover{
	color:white;
	background:#b6000b;
}

.jquery-modal .modal {
	padding: 15px 0px;
}

.modal a.close-modal{
	display:none;
}

.modal a.close-modal.popup-closer {
	display: block;
    background-image: none;
    text-indent: initial;
    font-size: 16px;
    text-align: center;
    color: white;
}

.qb-pop-up-modal {
	position:relative;
}

.qb-pop-up-modal .fa-spinner {
	position:absolute;
	top:6px;
	right:7px;
	opacity:0;
}

.qb-pop-up-modal .fa-spinner.active {
	position:absolute;
	top:6px;
	right:7px;
	opacity:1;
}

.afrekenen .bestelling-overview .button {
	display:none;
}

#menu-primary li.current-menu-item:after {
	z-index:2;
}

body .blocker {
	z-index:99;
} 

@media screen and (min-width:768px) {
	.bestelling-overview {
		-webkit-touch-callout: none;
	    -webkit-user-select: none;
	    -khtml-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	}
	
	.bestelling-overview .mobilenaarafrekenen {
		display:none !important;
	}
}

@media screen and (max-width:768px) {
	.forgot {
		display:none;
	}
	
	.product.popup-layout div.cart .button {
		margin-left:0px;
	}
	
	.products div.product {
		padding:20px 10px;
	}
	
	div.product div.cart .button.popup-bestelknop {
		width:50%;
	}
	
	#popup-thickbox .cart .quantity {
		display:inline-block;
	}
	
	.extralijst-options-content .extralijst {
		flex: 1 1 100%;
    	max-width: 100%;
	}
	
	.modal-choose-content .variation-select {
		border:1px solid black;
	}
	
	.extraitems_overflow_button {
		display:block;
		margin-top:15px;
	}
	
	.checkboxlabel {
		text-align:left;
	}
	
	body .container .mobile-top {
		bottom:0;
		background:rgba(0,0,0,0.9);
	}
	
	body .container .mobile-top.active {
		top:0;
		bottom:inherit;
	}
	
	body .container .bestelling-overview {
		background:none;
	}
	
	body .mobilefeedback {
		top:-50px;
		bottom:inherit;
		display:block;
	}
	
	body .mobilefeedback.active {
		top:0px;
		bottom:inherit;
	}
	
	.dupli-mob-side {
		display:none;
		height: calc(100vh - 50px);
		max-height:95vh;
		overflow:scroll;
	}
	
	.view-order {
		text-decoration:none !important;
	}
	
	.top-mobile-head {
		padding:5px 0;
	}
	
	.bestelling-overview .mobilenaarafrekenen a.button.alt{
		width: inherit;
	    font-size: 11px;
	    line-height: 1.2;
	    height: 28px;
	    padding: 3px 8px;
	}
	
	body.bedankt .menu-wrapper {
		display:none;
	}

}

