/*
Theme Name: Go Online
Theme URI: http://www.goonline.nl
Description: Go Online 
Author: Go Online
Author URI: http://www.goonline.nl
Version: 1.0
*/

/** MAIN **/

:root {
	--wit: #ffffff;
	--grijs: #f7f7f7;
	--zwart: #000000;
	--geel: #bf9732;
	--rood: #DC4C64;
}

*{
	box-sizing: border-box;
}

html, body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	font-family: 'Barlow', sans-serif;
	font-weight:300;
	font-size:16px;

}

.container-fluid{
	width: 70%;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Barlow', sans-serif;
	font-weight:700;
	color: var(--geel);
}

img {
	height:100%; width:100%;
}

img.contain {
	object-fit: contain;
	object-position: center center;
}

img.cover {
	object-fit: cover;
	object-position: center center;
}

a,a:hover{
	color:#efcb80;
}

.woocommerce-notices-wrapper{
	display: none;
}

.wc-empty-cart-message {
	width:70%;
	margin:0 auto;
}

.orientation-notice, .bottom-bar, .medewerkers-overzicht.mobiel, .menu-responsive {
	display: none;
}

a.button-geel {
	padding: 10px;
background: #efcb80;
color: #ffffff;
text-align: center;
font-size: 18px;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
font-weight: 700;
transition: all 250ms ease-in-out;
border: none;
margin-top: 10px;
}

/* ====== HEADER ===== */

/*.header{
	height: 350px;
}*/

.header{
	position: relative;
	z-index: 15;
}

.logo{
	/*background: #9d8165;*/
	padding: 20px;
	width: 100%;
	text-align: center;
}

.header-beeld{
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-bottom:0;
}

.adres,.telefoon{
	margin-bottom: 20px;
}

.adres,.telefoon,.email{
	font-size: 18px;
	padding-left: 40px;
}

.header-gegevens i{
	margin-right: 10px;
}

/* == TOPBALK == */

.topbalk {
	padding-top:5px;
	padding-bottom:5px;
}

.topbalk-inner {
	background:var(--geel);
}

.topbalk ul {
	padding-left:0;
	margin:0;
	list-style-type:none;
}

.topbalk ul li {
	display: inline-block;
	margin:15px;
}

.topbalk ul li a {
	color:#fff;
}

.topbalk ul li a i {
	margin-right:10px;
}

/* ====== INTRO ===== */

.intro{
	margin-top: 40px;
}

.achtergrond-image{
	background: url('');
	background-size: cover;
	position: fixed;
	height: 100%;
	width: 25%;
	right: 0;
	top: 0;
	z-index: 1;
	opacity: 0.7;
}


/* === CAT NAV == */

.menukaart-nav{
	margin: 20px 0;
}

.menukaart-nav ul{
	margin: 0;
	padding: 0;
}

.menukaart-nav ul li{
	list-style-type: none;
	display: inline-block;
	margin-bottom: 25px;
}

.menukaart-nav ul li a{
	display: block;
	border: 2px solid var(--geel);
	padding: 8px 15px 8px 15px;
	text-align: center;
	color: #ffffff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-right: 15px;
	transition: all 250ms ease-in-out;
	color: var(--geel);
}

.menukaart-nav ul li:last-child a{
	margin-right: 0;
}

.menukaart-nav ul li a:hover{
	background: var(--geel);
	color: #ffffff;
	border: 2px solid var(--geel);
}


/* ==== GERECHTEN == */

.bestellen{
	position: relative;
	z-index: 10;
}

.bestellen h1 {
	margin-bottom:20px;
}

.bestellen h2 {
	margin-top: 20px;
}

.categorie-titel{
	background: var(--geel);
	padding: 10px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-bottom: 30px;
}

.categorie-titel h3{
	font-size: 16px;
	color: var(--wit);
	margin-bottom: 0;

}


.gerecht-box{
	background: #ffffff;
	padding: 30px;
	border: 1px solid #eeeeee;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 35px;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}

.gerecht-info{
	float: left;
	width: 60%;
}

.gerecht-prijs{
	float: right;
	width: 30%;
	font-size: 22px;
	font-weight: 700;
}

.voeg-toe{
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
}

.gerecht-naam{
	font-size: 18px;
	/*font-weight: 300;*/
}

.wijn .gerecht-naam{
	font-weight: 300;
	font-style: italic;
}

.voeg-toe .quantity,.voeg-toe button{
	float: left;
}

.voeg-toe .qty{
	background: #f7f7f7;
	padding: 8px;
	text-align: center;
	border: 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-right: 25px;
	width: 65px;
}

.voeg-toe .add-to-cart-popup-button{
	background: #efcb80;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	width: 38px;
	height: 38px;
	padding:10px;
	line-height: 40px;
	border: 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	cursor:pointer;
}


/* ==== WINKELMAND BOX == */

.winkelmand-box{
	padding: 25px;
	background: #f7f7f7;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width: 400px;
	margin-left: 30px;
	margin-top: 50px;
	transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
}

.winkelmand-box.scroll{
	position: fixed;
	top: 25px;
}

.winkelmand-box h3{
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid var(--geel);
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.besteld-gerecht{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #c2c2c2;
	position: relative;
}

.bestelling-aantal{
	margin-right: 10px;
	display: inline-block;
}

.bestelling-naam{
	width: 70%;
	display: inline-block;
}

.bestelling-variatie {
	font-weight: 800;
	width: 60%;
	display: inline-block;
}

.verwijder-gerecht{
	position: absolute;
	right: -10px;
	cursor: pointer;
}

.verwijder-gerecht i{
	color: #ee1919;
}

.bestelling-prijs{
	margin-right: 20px;
	display: inline-block;	
	font-weight: 700;
	float: right;
}

.bestelling-totaal{
	font-size: 23px;
	text-align: center;
	font-weight: 700;
	margin-top: 25px;
}

.bestelling-totaal .btw-label{
	font-size: 14px;
	font-weight: 300;
}

.bestelling-button{
	margin-top: 25px;
}

.bestelling-button a,#place_order{
	display: block;
	padding: 15px;
	background: var(--geel);
	color: var(--wit);
	text-align: center;
	font-size: 18px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-weight: 700;
	transition: all 250ms ease-in-out;
}

.bestelling-button a:hover,#place_order:hover{
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}



/* ====== AFREKENEN ===== */


.woocommerce form .form-row input[type=text],.woocommerce form .form-row input[type=email],.woocommerce form .form-row input[type=tel],.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2, .woocommerce input[type="password"]{
	width: 100%!important;
	border: 1px solid #c2c2c2!important;
	padding: 8px!important;
	border-radius: 8px!important;
	-moz-border-radius: 8px!important;
	-webkit-border-radius: 8px!important;
}

#order_comments{
	min-height: 150px;
}


#billing_first_name_field,#billing_last_name_field,
#billing_company_field,#billing_country_field,
#billing_postcode_field,#billing_city_field,
#billing_phone_field,#billing_email_field{
	width: 50%;
	float: left;
	clear: none;
}

#shipping_first_name_field,#shipping_last_name_field,
#shipping_company_field,#shipping_country_field,
#shipping_postcode_field,#shipping_city_field,
#shipping_phone_field,#shipping_email_field{
	width: 50%;
	float: left;
	clear: none;
}

.woocommerce-address-fields #billing_address_2_field,.woocommerce-address-fields #shipping_address_2_field,.woocommerce-billing-fields #billing_address_2_field,.woocommerce-shipping-fields #shipping_address_2_field{
	display: none!important;
}

.woocommerce form .form-row > span{
	width: 100%;
	display: block;
}

.afreken-form{
	margin-top: 45px;
}

#customer_details,#order_review{
	margin-bottom: 45px;
}

h3#ship-to-different-address{
	font-size: 16px;
}


.bedankt{
	margin-top: 45px;
}

.woocommerce .woocommerce-customer-details address{
	width: 100%;
	border: 0;
}

.bedankt .woocommerce-column--billing-address,.bedankt .woocommerce-column--shipping-address{
	width: 50%!important;
	max-width: 50%!important;
}


.info-betaling p{
	font-weight: 700;
}

.info-betaling{
	display: block;
	margin-bottom: 30px;
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 15px;
}

.woocommerce-additional-fields__field-wrapper {
	margin-bottom: 20px;
}

#my_custom_checkout_field {
	margin-top: 10px;
}

.woocommerce-additional-fields {
	margin:30px 0px;
}

.contactpersoon-fields {
	clear:both;
	float:left;
}

.bezorg-info strong {
	font-weight: 800;
}

/* ====== COPY ===== */

.copy{
	margin: 45px 0;
	font-size: 13px;
	color: #888888;
}

.copy a{
	color: #888888;	
}

.woocommerce-form-coupon-toggle {
	width:70%;
	margin:0 auto;
}

/* ORDER AGAIN POPUP */

.order-again-popup {
	position: fixed;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
    top: -100px;
    left:0;
	background: #E8B423;
	color:#fff;
	z-index:999999;
	transition: all 250ms ease-in-out;
}

.order-again-popup-tonen {
	top:0;
}

.order-again-popup a {
	padding: 5px 10px;
	background:#fff;
}

/* ADD TO CART POPUP */

.shop-page-popup-overlay {
	display: none;
	position: fixed;
	left:0;
	top:0;
	z-index:99999;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.3);
	color:#fff!important;
}

.shop-page-popup {
	display: none;
	position: fixed;
	width:30%;
	height:auto;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
	background: #ffffff;
	padding:50px;
	z-index:999999;
}

.shop-page-popup .woocommerce-variation-add-to-cart {
	padding:20px;
	background: var(--grijs);
}

.add-to-cart-popup-sluiten {
	position: absolute;
	top:20px;
	right:20px;
	color:#000;
	cursor:pointer;
}

.add-to-cart-buttons {
	clear: both;
	overflow: hidden;
	margin-top:30px;
}

.add-to-cart-buttons .naar-bestellijst-button {
	margin-right:20px;
	width:auto;
	display: inline-block;
}

.add-to-cart-buttons .verder-kijken-button {
	width:auto;
	display: inline-block;
}

.added_to_cart.wc-forward {
	display:none;
}

.open {
	display: block;
}

/* */

.shop-page-popup .wcpa_form_outer {
	display:none;
}

.shop-page-popup-inner h2 {
	margin-bottom:30px;
}

.variations_form.cart table {
	width:100%;
}

.variations_form.cart table tr {
	display:flex;
	justify-content: space-between;
	align-items:center;
}

.variations_form.cart table tr label {
	height:auto;
	font-weight:800;
	margin:0;
}

.variations_form.cart table .value {
	text-align:left;
}

.wcpa_form_item label {
	text-align: center;
}

.shop-page-popup button {
	float:right;
	background: #efcb80;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	padding:10px;
	border: 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	cursor:pointer;
}

.shop-page-popup .omschrijving {
	margin-bottom:20px;
}

.shop-page-popup .stock {
	display: none;
}

.variations_form.cart .reset_variations {
	display: none;
}

.variations_form.cart h2 {
	margin-bottom:50px;
}

.shop-page-popup .price {
	margin-top:20px;
	margin-right:20px;
	float:left;
	font-size:25px;
	font-weight:800;
}

.shop-page-popup .quantity {
	display: inline-block;
}

.shop-page-popup .single_variation_wrap {
	margin-top:20px;
	margin-bottom:20px;
}

.shop-page-popup select, .shop-page-popup input[type="number"] {
	border:1px solid #a6a6a6!important;
	padding:10px!important;
	background:#fff!important;
}


/* == INLOGGEN == */

.inloggen {
	padding-top:50px;
	padding-bottom:50px;
}

.inloggen h1 {
	margin-bottom:20px;
}

.inloggen .inlog-formulier {
	float:right;
	background:#f2f2f2;
	padding:20px;
	border-radius:8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.inloggen label {
	width:130px;
}

.inloggen form input[type="text"], .inloggen form input[type="password"] {
	padding:10px;
	width:300px;
	border:1px solid rgba(0, 0, 0, 0.1);
}

.inloggen form input[type="checkbox"] {
	margin-right:5px;
}

.inloggen form input[type="submit"] {
	background: #efcb80;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	padding:10px;
	border: 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	cursor:pointer;
}

.inloggen .login-remember {
	float:right;
	text-align:right;
}

.inloggen .login-submit {
	float:left;
}

/* == WOOCOMMERCE == */

.woocommerce {
	padding-top:50px;
	padding-bottom:50px;
}

/* == ADRESGEGEVENS == */

.adresgegevens {
	margin-top:50px;
}

/* == MIJN ACCOUNT == */

.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
	width:100%;
}

.account-nav-box {
	background:#f2f2f2;
	padding:30px;
}

.account-nav-box h3 {
	margin-bottom:20px;
	font-size:25px;
}

.account-nav-box ul {
	list-style-type:none;
	padding-left:0;
}

.account-nav-box ul i {
	margin-right:10px;
	color:#bababa;
}

.account-nav-box ul li {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #bababa;
}

.account-nav-box ul li a {
	color:#212529;
}

/* == ACCOUNT BIJWERKEN / EDIT ACCOUNT == */

.account-bijwerken legend {
	margin-top:30px;
}

.account-bijwerken fieldset {
	margin-top:30px;
}

.account-bijwerken fieldset.wachtwoord-wijzigen label {
	width:50%!important;
	float:left;
}

.account-bijwerken fieldset.wachtwoord-wijzigen .password-input {
	width:50%!important;
	float:right;
}

.account-bijwerken fieldset.wachtwoord-wijzigen {
	margin-bottom:30px;
}

.account-bijwerken fieldset.wachtwoord-wijzigen legend {
	margin-bottom:20px;
}

.account-bijwerken fieldset.wachtwoord-wijzigen input{
	border: 1px solid #c2c2c2 !important;
	padding:8px!important;
}

/* == MIJN BESTELLINGEN / ORDERS == */

.my-orders h1 {
	font-size:30px;
	margin-bottom:30px;
}

.my-orders h2 a{
	font-size:24px;
}

.order-box {
	margin-bottom:50px;
	padding-bottom:30px;
	border-bottom:1px solid #d4d4d4;
}

.woocommerce-orders-table__row .woocommerce-button {
	background:transparent!important;
	padding-left:0!important;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
	padding:15px 8px!important;
}

.woocommerce .adres-bijwerken-button {
	margin-top:50px;
}

.order-actions {
	margin-top:50px;
}

.order-actions span {
	padding:10px 20px;
	margin:0px 5px;
	background:#f2f2f2;
}

.order-actions span strong {
	font-weight:700;
	text-transform: uppercase;
	margin-right:30px;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
	font-weight:800;
}

.order-again {
	cursor:pointer;
}

.order-actions .cancel-order {
	cursor: pointer;
	background: #dc3545;
	color: #fff;
}

.order-actions .view-order {
	background:#efcb80;
}

.order-actions .view-order i{
	color:#fff;
}

.view-order.order-again {
	background: #efcb80;
	color:#fff;
}

.view-order.order-actions {
	margin-top:30px;
}

.woocommerce-order-details__title {
	margin-bottom:20px;
}

.my-orders .besteld-op {
	font-size:16px;
	color:var(--geel);
}


/* == MEDEWERKERS TABEL == */

.medewerkers-aanmaken {
	padding-top:50px;
	padding-bottom:50px;
}

.medewerkers-aanmaken .intro {
	margin:0;
}

.medewerkers-aanmaken .intro h2 {
	margin-bottom:30px;
	font-size:30px;
}

.medewerkers-aanmaken .tabel-headers {
	margin-bottom:20px;
	width:90%;
	font-weight:800;
}

.medewerkers-aanmaken .medewerker-rij {
	width:90%;
	padding-top:5px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #ced4da;
}

.medewerkers-aanmaken .form-button {
	margin-top:30px;
}

.aanmaken-formulier input[type="submit"] {
	width:100%;
	background: #efcb80;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	padding:15px;
	border: 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	cursor:pointer;
}

.medewerker-rij input[type="submit"] {
	font-size: 16px;
	color: #dc3545;
	background:transparent;
	text-align: center;
	border: 0;
	cursor:pointer;
}

/* == BESTELLING BIJWERKEN == */

.bestelling-bijwerken h2 {
	margin-bottom: 30px;
}

.bestelling-bijwerken .product-rij {
	margin-bottom: 10px;
}

.bestelling-bijwerken input[type="submit"] {
	padding: 10px;
	background: #efcb80;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-weight: 700;
	transition: all 250ms ease-in-out;
	border: none;
	margin-top: 10px;
}

form.cancel-order input[type="submit"]{
	background: var(--rood);
	color: var(--wit);
	padding: 10px;
	font-size: 18px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-weight: 700;
	margin-top: 10px;

}

.notificatie {
	padding: 10px;
	background: #efcb80;
	color: #fff;
	margin-bottom: 20px;
}

.notificatie span {
	float: right;
	cursor: pointer;
}
/* == THANK YOU == */

.bezorg-info .button-container {
	margin-top: 30px;
}

/* == */

.bestellen-uitgeschakeld {
	padding-top: 30px;
}