/* 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;
}

.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;
}

.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 p {
	font-size:12px;
	line-height:1.5;
	margin-bottom:15px;
	height:53px;
	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 {
	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);
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    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:95%;
    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;
}

.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;
}

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

.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;
}

.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;
}

@media screen and (max-width:768px) {
	.forgot {
		display:none;
	}
	
	.checkboxlabel {
		text-align:left;
	}
}

