/* GENERAL */
.mod_bakery_h_f {
	text-align: left;
}
.mod_bakery_ordernum_f {
	font-weight: normal;
}
.mod_bakery_hr_f {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #C5C5C5;
    margin: 1em 0;
    padding: 0;
}
/* MAIN PAGE */

.mod_bakery_main_div_cart_bt_f {
	text-align: left;
}
.mod_bakery_main_td_f {
	text-align: center;
}
.mod_bakery_main_thumb_f,
.mod_bakery_item_thumb_f {
	border: 1px solid #ddd;
	height: 60px !important;
	padding: 2px;
}
.thumbs {
	text-align: center;
	padding-top: 5px;
}
.mod_bakery_main_img_f {
	object-fit: cover;
	display:block;
    margin:auto;
	height: 250px!important;
	transition: all .2s ease-in-out;
}
.mod_bakery_main_img_f:hover {
    transform: scale(.98);
}
.mod_bakery_main_img_f[class] { 
	width: 100%;
}
.mod_bakery_main_title_f {
	font-weight: normal;
}
.mod_bakery_main_in_stock_f {
	color: green;
}
.mod_bakery_main_short_of_stock_f {
	color: orange;
}
.mod_bakery_main_out_of_stock_f {
	color: red;
}
.mod_bakery_main_stock_img_f {
	border: red 1px; 
}
.mod_bakery_main_input_f {
	text-align: right;
}
.mod_bakery_main_select_f {
	width: 100px;
}


/* ITEM PAGE */

.mod_bakery_item_img_f {
	border: none;
}
.mod_bakery_item_caption_f {}
.mod_bakery_item_table_f {
	width: 75%;
	text-align: left;
}
.mod_bakery_item_title_f {
	font-weight: normal;
}
.mod_bakery_item_sku_f {
	font-weight: normal;
}
.mod_bakery_item_stock_f {
	font-weight: normal;
}
.mod_bakery_item_in_stock_f {
	color: green;
}
.mod_bakery_item_short_of_stock_f {
	color: orange;
}
.mod_bakery_item_out_of_stock_f {
	color: red;
}
.mod_bakery_item_stock_img_f {
	border: red 1px; 
}
.mod_bakery_item_price_f {
	font-weight: normal;
}
.mod_bakery_item_shipping_f {
	font-weight: normal;
}
.mod_bakery_item_full_desc_f {
	font-weight: normal;
}
.mod_bakery_shipping_cost_f {
	font-weight: normal;
}
.mod_bakery_item_option_f {
	font-weight: normal;
}
.mod_bakery_item_input_f {
	text-align: right;
}
.mod_bakery_item_select_f {
	
}


/* CART */

/* CART table header */
.mod_bakery_cart_th_thumb_f {
	text-align: left;
}
.mod_bakery_cart_th_sku_f {
	text-align: right;
	white-space: nowrap;
}
.mod_bakery_cart_th_name_f {
	text-align: center;
	width: 44%;
}
.mod_bakery_cart_th_quantity_f {
	text-align: left;
	white-space: nowrap;
}
.mod_bakery_cart_th_price_f {
	text-align: right;
	white-space: nowrap;
}
.mod_bakery_cart_th_shipping_f {
	text-align: right;
	white-space: nowrap;
}
.mod_bakery_cart_th_sum_f {
	text-align: right;
	width: 20%;
}

/* CART table body */
.mod_bakery_cart_td_thumb_f {
	text-align: left;
}
.mod_bakery_cart_td_sku_f {
	text-align: right;
}
.mod_bakery_cart_td_name_f {
	text-align: center;
}
.mod_bakery_cart_td_quantity_f {
	text-align: right;
	white-space: nowrap;
}
.mod_bakery_cart_td_quantity_f a img {
	margin-bottom: -3px; 
	border: none;
}
.mod_bakery_cart_td_price_f {
	text-align: right;
	white-space: nowrap;
}
.mod_bakery_cart_td_shipping_f {
	text-align: right;
	white-space: nowrap;
}
.mod_bakery_cart_td_sum_f {
	text-align: right;
	white-space: nowrap;
}

/* CART table details */
.mod_bakery_cart_currency_f {
	font-size: 9px;
	font-weight: normal;
}
.mod_bakery_cart_item_f {
	font-weight: normal;
}
.mod_bakery_cart_item_desc_f {
	font-size: 10px;
}
.mod_bakery_cart_subtotal_f {
	text-align: right;
	font-weight: normal;
	line-height: 200%;
}
.mod_bakery_cart_shipping_f {
	text-align: right;
	font-weight: normal;
	line-height: 75%;
}
.mod_bakery_cart_free_shipping_f {
	text-align: right;
	font-weight: normal;
	line-height: 75%;
	color: #FF0000;
}
.mod_bakery_cart_tax_f {
	text-align: right;
	font-weight: normal;
	line-height: 75%;
}
.mod_bakery_cart_total_f {
	text-align: right;
	font-weight: normal;
	line-height: 300%;
}


/* MINI CART */

#mod_bakery_mc_div_f {
	width: 250px;
	float: right;
	font-size: 11px;
}
.mod_bakery_mc_h2_cart_f {
	
}
.mod_bakery_mc_p_empty_f {
	font-weight: normal;
}
.mod_bakery_mc_p_orderid_f {
	
}
.mod_bakery_mc_orderid_f {
	font-style: italic;
}
.mod_bakery_mc_p_summary_f {
	
}
.mod_bakery_mc_quantity_f {
	font-weight: normal;
}
.mod_bakery_mc_total_f {
	font-weight: normal;
}
.mod_bakery_mc_p_excl_f {
	font-size: 10px;
}


/* ADDRESS FORM & ADDRESS */

.mod_bakery_form_p_f {
	font-style: italic;
}
.mod_bakery_form_label_f {
	width: 25%;
	text-align: right;
	font-weight: normal;
	white-space: nowrap;
}
.mod_bakery_form_input_f {
	width: 280px;
}
.mod_bakery_address_h_f {
	font-weight: normal;
}
.mod_bakery_address_p_f {
	
}
.mod_bakery_tax_no_h_f {
	font-weight: normal;
}
.mod_bakery_tax_no_p_f {
	
}


/* PAY */

.mod_bakery_pay_h_f {
	padding-left: 12px;
}
.mod_bakery_pay_h_f img {
	padding-left: 8px;
}
.mod_bakery_agree_f {
	padding: 3px 15px 15px 15px;
	border: 1px solid #ddd;
	border-radius: 0;
	background: #f9f9f9;
}
.mod_bakery_agree_f div {
	padding-top: 12px;
}
.mod_bakery_err_agree_f {
	border: solid 1px red;
	background-color: #FFDCD9;
}
.mod_bakery_no_revocation_f input {
	float: left;
	margin-right: 5px;
}
.mod_bakery_no_revocation_f span {
	display: block;
	margin-top: 2px;
	overflow: hidden;
}
.mod_bakery_cust_msg_f {
	font-weight: normal;
	padding:10px 0 0 0;
}
.mod_bakery_cust_msg_ta_f {
	width: 100%;
	height: 80px;
	border:1px solid #ddd;
	border-radius: 0;
	color: #555;
	margin-bottom: 10px;
}
.mod_bakery_pay_method_f {
	font-weight: normal;
	padding:10px 0 0 0;
}
.mod_bakery_pay_td_f {
	font-size: 11px;
	padding: 3px 12px;
}
.mod_bakery_pay_submit_f {
	height: 30px;
	text-align: center;
}
.mod_bakery_selected_pay_h_f {
	padding-left: 20px;
	font-weight: normal;
}
.mod_bakery_bt_modify_pay_methods_f {
	margin-left: 40px;
}
.mod_bakery_bt_buy_f {
	width: 45%;
}
.mod_bakery_bt_pay_cod_f {
	width: 98%;
}
.mod_bakery_bt_pay_bopis_f {
	width: 98%;
	background: #337ab7!important;
	border-radius:0;
	}
.mod_bakery_bt_pay_advance_f {
	width: 98%;
}
.mod_bakery_bt_pay_invoice_f {
	width: 98%;
}
.mod_bakery_bt_pay_paypal_f {
	width: 98%;
}
.mod_bakery_bt_pay_payment-network_f {
	width: 98%;
}


/* MESSAGES */

.mod_bakery_error_f {
	text-align: center;
	color: red;
	margin-top: 5px;
	border: solid 1px red;
	background-color: #FFDCD9;
	background-image: url(images/error.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
}
.mod_bakery_error_f p {
	padding-left: 60px;
	padding-right: 6px;
}
.mod_bakery_errorbg_f {
	background-color: #FFDCD9;
}
.mod_bakery_success_f {
	text-align: left;
	color: green;
	margin-top: 5px;
	border: solid 1px green;
	background-color: #D4FFD1;
	background-image: url(images/success.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
	border-radius:0;
	margin-bottom: 15px;	
}
.mod_bakery_success_f p {
	padding-left: 60px;
	padding-right: 6px;
}
.mod_bakery_information_f {
	text-align: left;
	margin-top: 5px;
	border: solid 1px #FFD700;
	background-color: #FFFFDD;
	background-image: url(images/information.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
}
.mod_bakery_information_f p {
	padding-left: 60px;
	padding-right: 6px;
}


/* IE ONLY */

/* IE < 7 */
* html input.mod_bakery_bt_continue_f, * html input.mod_bakery_bt_update_f, * html input.mod_bakery_bt_order_f, * html input.mod_bakery_bt_cancel_f {
	font-size: 9px;
}
/* IE = 7 */
*:first-child+html .mod_bakery_bt_continue_f, *:first-child+html .mod_bakery_bt_update_f, *:first-child+html .mod_bakery_bt_order_f, *:first-child+html .mod_bakery_bt_cancel_f {
	font-size: 9px;
}


/* LIGHTBOX2 */

/* Preload images */
body:after {
  content: url(lightbox2/images/close.png) url(lightbox2/images/loading.gif) url(lightbox2/images/prev.png) url(lightbox2/images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 0;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 0;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(lightbox2/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(lightbox2/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(lightbox2/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-radius:0;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ddd;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: normal;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(lightbox2/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*custom*/
.menutekst {
	padding: 5px 12px;
	min-height: 34px;
	text-align: center;
	margin-bottom: 5px;
	border-radius: 0;
	font-size: 96%;
	border:1px solid #ddd;
}
.well {
	background-color: #fff;
	border: 1px solid #eee;
	padding: 10px 5px;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.well .btn.btn-primary {
	background: #71797f;
	border: none;
}
.well #update {
	background: #e3e3e3;
	border: none;
	color: #f16930;
}
.btn.mod_bakery_bt_cart_f {
	width: 100%;
	padding: 5px 12px;
	min-height: 34px;
	color: #fff;
	text-align: center;
	border-radius: 0;
	font-size: 96%;
	background:#151515;
	border: 1px solid transparent;
}
.start_date {
  position: relative;
}
@media (max-width:991px) {
	.start_date {
        padding-bottom: 5px;
	}
}
.start_date:before {
	position: absolute;
	left: 15%;
	top: 48%;
	transform: translateY(-50%);
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
	content: "\f291";
	font-size: 20px;
	color: #fff;
	z-index:1;
}
.start_date input {
  text-indent: 18px;
}
.well .btn,
.btn.mod_bakery_bt_add_f {
	background: #B09758;
	border: none;
	color: #fff;
	font-weight: 100;
}
.btn.mod_bakery_bt_add_f {
	margin-bottom: 3px;
}
.mod_bakery_main_input_f,
.mod_bakery_bt_add_f {
	height:34px;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.mod_bakery_bt_add_f::-moz-focus-inner { 
    border: 0;
}
.form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.alert {
	border-radius:0;
	padding:5px;
}
.alert-info {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
}
.mod_bakery_main_input_f {
	border: 1px solid #ddd;
	border-right: none;
	background: #fff;
	padding-right: 5px;
	color: #555!important;
	border-radius:0;
}
.prev {
	float: left;
}
.next {
	float: right;
}
span.prev a,
span.next a {
	vertical-align: middle;
	color: #4a5455;
	font-size:80%;
}
.toptekst {
	font-size: 90%;
	color: #a68b7f;
	height: 22px;
}
.titel h3 {
	margin: 0;
}
.tekst {
	text-align: center;
}
.tekst,
.tekst_detail {
	font-size:90%;
	color: #555;
}
.tekst_detail {
	text-align: left;
}
@media (min-width:768px) {
	.tekst_detail {
		padding: 10px;
	}
}
@media (max-width:767px) {
	.tekst_detail {
		padding: 0;
	}
}
.reviewtekst,
.reviewtekst_detail {
	font-size:80%;
	height: 22px;
}
.reviewtekst_detail {
	padding-left: 10px;
}
.reviewtekst a,
.reviewtekst a:hover {
	color: #555;
	text-decoration:none;
}
.formshop {
	padding-top: 15px;
}
.optie {
	padding: 15px 0;
}
.well .btn.btn-primary.afbreken {
	background: red;
}
@media (min-width: 480px) and (max-width:767px) {
	.doorgaan,
	.afbreken {
		width:50%;
		margin-bottom: 5px;
	}
}
@media (max-width:479px) {
	.doorgaan,
	.afbreken {
		width:100%;
		margin-bottom: 5px;
	}
}
/*zelfde hoogte input en knop*/
.input,
.submit {
    display: inline-block;
    padding: 5px 10px;
    -webkit-appearance: none;
}
.input {
    border: 1px solid lightgray;
	border-right:none;
	border-radius: 0;
}
.submit {
    background-color: #44d24d;
    border: 1px solid transparent;
	border-radius:0;
	color:#fff;
}
.submit::-moz-focus-inner { 
    border: 0;
}
/*Custom selectie*/
.custom-select-wrapper {
	position: relative;
	display: inline-block;
	user-select: none;
	z-index: 3;
	padding-bottom: 15px;
}
.detail .custom-select-wrapper {
	padding-bottom: 0;
}
.custom-select-wrapper select {
	display: none;
}
.custom-select {
	position: relative;
	display: inline-block;
}
.custom-select-trigger {
	position: relative;
	display: block;
	width: auto;
	padding: 0 84px 0 22px;
	font-weight: 300;
	color: #fff;
	line-height: 34px;
	background: #4a5455;
	border-radius: 5px;
	cursor: pointer;
}
.custom-select-trigger:after {
	position: absolute;
	display: block;
	content: '';
	width: 10px; height: 10px;
	top: 50%; right: 25px;
	margin-top: -3px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	transition: all .4s ease-in-out;
	transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
	margin-top: 3px;
	transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
	position: absolute;
	display: block;
	top: 100%; left: 0; right: 0;
	min-width: 100%;
	margin: 15px 0;
	border: 1px solid #b5b5b5;
	border-radius: 0;
	box-sizing: border-box;
	box-shadow: 0 2px 1px rgba(0,0,0,.07);
	background: #fff;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
}
.custom-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
}
.custom-options:before {
	position: absolute;
	display: block;
	content: '';
	bottom: 100%; right: 25px;
	width: 7px; height: 7px;
	margin-bottom: -3px;
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	background: #fff;
	transform: rotate(45deg);
	transition: all .4s ease-in-out;
	background: #f5f5f5;
}
.option-hover:before {
	background: #555;
}
.custom-option {
	position: relative;
	display: block;	
	padding: 0 5px;
	border-bottom: 1px solid #b5b5b5;
	line-height: 34px;
	cursor: pointer;
	transition: all .4s ease-in-out;
	font-size: 90%;
	text-align: center;
}
.custom-option:first-of-type {
	border-radius: 0 4px 0 0;
	background: #f5f5f5;
	color: #777;
	text-align: center;
	pointer-events: none;
}
.custom-option:last-of-type {
	border-bottom: 0;
	border-radius: 0;
}
.custom-option:hover,
.custom-option.selection {
	background: #555;
}
@media (min-width: 768px) {
	.hoogte {
	  display: flex;
	  flex-wrap: wrap;
	}
}
@media (min-width:768px) {
	.detail .nopadding {
		padding: 0 15px;
	}
	.detail .nopadding.text-left {
		padding:0;
	}
}
@media (max-width:767px) {
	.detail .nopadding {
		padding: 0 0 5px 0;
	}
		.detail .nopadding.text-left {
		text-align:right;
	}
}
	
.input-group-addon {
	background: #fbfbf7;
}
.sectie {
	display: inline-block;
	padding: 10px;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
	border: 1px solid transparent;
}
.sectie:hover {
	border: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.sectie_col {
  display: flex;
  flex-direction: column;
}
.bestel {
	margin-top:auto;
}
.sectie_detail {
	display: inline-block;
	margin:  0.50rem 0;
	padding: 0 0 10px 0;
}
.sectie_detail h2 {
	display: block;
	margin: 0;
	text-align: left;
}
@media (min-width:768px) {
	.sectie_detail h2 {
		padding: 0 10px;
	}
}
@media (max-width:767px) {
	.sectie_detail h2 {
		padding: 0;
	}
}
.input-group {
	font-family: 'open sans';
} 
.btn,
.input-group-addon {
	border-radius:0;
}
.sectie .btn,
.sectie_detail .btn,
.well .btn {
padding: 6px 12px;
background: #64a233;
font-weight: 100;
color: #fff;
border: 1px solid transparent;
height: 34px;
letter-spacing: 1.5px;
opacity: 0.5;
transition: all .2s ease-in-out;
}
.verder {
	margin-top: 15px;
}
.sectie:hover .btn,
.btn.btn-default:hover,
.verder:hover {
	opacity:1;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: 0;
}
.dropdown-menu {
	border-radius: 0;
	border: 1px solid #ddd;
}
@media (max-width:767px) {
	.well .btn {
		width: 100%;
		margin: 5px 0;
	}
}
.btn-success {
	background: #b09758;
	border:1px solid #b09758;
}
.kop {
	padding: 10px 15px;
}
@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}
.number{
	margin:100px;
}
.min,
.plus{
	width: 34px;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	display: table-cell;
}
.m5 {
	padding: 3px 0;
}
.numbers {
	float:right;
}
.numbers span {
	width: 30px;
	height: 30px;
	display: inline-block;
	border: 1px solid #ddd;
	text-align: center;
	color: #ddd;
}
.numbers .one,
.numbers .two,
.numbers .three {
	background: #dc9814;
	color: #fff;
} 
.page-13 .disabled {
        cursor: default;
        pointer-events: none;        
        text-decoration: none;
        color: grey;     
} 