.radio-buttons-mobile-btw-excl .exclcheck:checked ~ .checkmark{background-color:#2196F3}
.radio-buttons-mobile-btw-excl .exclcheck:checked ~ .checkmark:before{display:block}
.radio-buttons-mobile-btw-excl .checkmark{position:absolute;top:0;left:0;height:20px;width:20px;border:1px solid #b2b2b2;background-color:#fcfdff;border-radius:50%}
.radio-buttons-mobile-btw-excl .checkmark:before{content:'';position:absolute;display:none;top:6px;left:6px;width:6px;height:6px;border-radius:50%;background:white}

@media (max-width: 767px) {
	.extra_product_min {
		max-width:25px;
	}
	.extra_product_plus {
		max-width:25px;
	}
	.extra_amount {
		max-width:50px!important;
	}
}
@media (max-width: 667px) {
	.extra_product_min {
		max-width:20px;
	}
	.extra_product_plus {
		max-width:20px;
	}
	.extra_amount {
		max-width:40px!important;
	}
}
.product-option  {
	cursor:pointer;
}
.select-wrap {
	width: 85%;
    padding: 10px 0;
   
}
.select-wrap {
	margin-left:15%;
}
#hogere_oplage{
    width: 100%;
	background: #fff;
	border: none;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	outline: none !important;
	padding: 7px 10px;
	font-size: 16px;
	line-height: 20px;
	resize: vertical;
	transition: .3s all;
	-webkit-appearance: none;
}
.prices-table-wrap .flex-row:nth-child(odd){
    background-color: #eff0f1;
}
.selectable-cell {
	cursor:pointer;
	transition: all .2s ease-in-out;
}
.selectable-cell:hover {
	background:#ff7a00;
	color:#ffffff;
}
.selectable-cell.active {
	background:#ff7a00;
	color:#ffffff;
}
.flex-row {
	display: flex;
	justify-content:space-evenly;
}
.flex-header {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	padding: 15px 10px 5px;
	text-align: center;
}
.flex-row-header {
	background-color: #eff0f1;
	border-bottom: 4px solid #b2b2b2;
}
.flex-item-selectable-row {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	padding: 15px 0;
}
.flex-item {
	text-align: center;
	flex-grow:1;
	flex-basis:0;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.extra_amount {
	width:auto!important;
	max-width:70px;
}
.add-extra-product-wrap {
	position:relative;
}
.add-extra-product-wrap input {
	
}
.button extra_product_plus {
	
}
.eigen-formaat {
	height:102px;
	margin-bottom:20px;
}
.eigen-formaat .row{
	background:#eff0f1;
}
.eigen-formaat .form-group { 
	margin-bottom:25px;
}
.extra-padding {
	margin-top:15px;
}
.formaat-button {
	height:35px;
	min-width:auto;
	width:100%;
	padding: 7px 15px 10px;
	min-height:35px;
}
.product-price-bar {
	margin-top:10px;
}