table.variations {
	width: 100%;
}

table.variations td.value{
	width: 100%;
}

#bulk-size .quantity-input {
	order: unset !important;
    width: calc(50% - 15px);
}

#bulk-size.bulk-flex {
	display: flex !important;
	justify-content: space-between;
	column-gap: 30px;
	row-gap: 12px;
}

.designer-maten {
	display: flex;
	justify-content: space-between;
	margin: 0 0 24px -13px;
	border-bottom: 1px solid var(--border-color);
	width: 100vw;
	padding: 15px 13px 10px;
}

.designer-maten-labels {
	display: flex;
	flex-direction: column;
}
.designer-maten-label{
	color: var(--light-text-color);
	font-weight: 600;
	font-size: 14px;
}
.product-sku{
	color: var(--text-color);
}

.designer-maten-button {
	display: flex;
	cursor: pointer;
}

.designer-maten-button span {
	text-decoration: underline;
	font-size: 11px;
	font-weight: 400;
	line-height: 20px;
}

#bulk-size {
	flex-wrap: wrap;
	width: 100%;
}

.product-price-container span.buildup-artikel-aantal {
	font-weight: 500;
}

form #bulk-size .quantity-input{
	position: relative;
}
form #bulk-size .quantity-input .size-item-bulk {
	width: unset;
	margin: unset;
	height: 100%;
	line-height: 20px;
	text-align: left;
	align-content: center;
	flex: unset;
	font-weight: 600;
	
}
form #bulk-size .quantity-input .size-item-bulk:before{
	content: unset;
}
form #bulk-size .quantity-input:after{
	content: 'Klik voor verwachte levertijd';
    background-color: #D8127D;
    color: #ffffff;
    border-radius: 4px;
    position: absolute;
    top: -34px;
    height: 24px;
    padding: 4px 8px;
    font-size: 13px;
    font-weight: 500;
    width: 203px;
    text-transform: none;
    z-index: 2;
    display: none;
    font-family: Montserrat;
}

form #bulk-size .quantity-input.disabled:hover:after{
	display: flex;
}

form #bulk-size .quantity-input.disabled .size-item-bulk{
	text-decoration: line-through;
	color: var(--light-text-color);
}

form #bulk-size .quantity-input .not-instock{
	height: 100%;
	align-content: center;
	display: none;
	text-decoration: underline;
	color: var(--light-text-color);
	margin-left: 4px;
	font-size: 11px;
}

form #bulk-size .quantity-input.disabled .not-instock{
	/*display: initial;*/
}

#bulk-size .customizer-stepper{
	margin-bottom: unset;
	background-color: white;
    border-radius: 4px;
    border: 1px solid var(--border-color);
    box-shadow: unset;
	height: 30px;
	width: 90px;
    margin-left: auto;
}
#bulk-size .customizer-stepper button{
	height: unset;
	font-size: 24px;
}
#bulk-size .customizer-stepper button.increase{
	/* color: black!important; */
	padding-left: unset;
}
#bulk-size .customizer-stepper button.decrease{
	padding-right: unset;
}

#bulk-size .customizer-stepper input{
	width: 100%;
	font-size: 16px;
	font-weight: 500;
}

#bulk-size span.size-item-bulk:after{
	content: unset;
}
form #bulk-size .quantity-input .seintje-stock{
	display: none;
	color: var(--light-text-color);
	font-size: 12px;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
	font-weight: 500;
}
form #bulk-size .quantity-input .seintje-stock svg{
	width: 12px;
	height: 12px;
}
form #bulk-size .quantity-input.disabled .customizer-stepper > *:not(.seintje-stock){
	display: none;
}
form #bulk-size .quantity-input.disabled .seintje-stock{
	display: flex;
}

.designer-maten-label-desktop{
	display: none;
}
@media (min-width: 768px){
	.designer-maten{
		width: 100%;
		border-bottom: unset;
		margin-left: unset;
		padding: unset;
		margin-bottom: 14px;
	}
	.designer-maten-label-desktop {
		display: initial;
	}
	.designer-maten-label{
		display: none;
	}
	.designer-maten-button span {
		font-size: 14px;
	}

	#bulk-size.bulk-flex{
		row-gap: 6px;
	}
	form #bulk-size .quantity-input .size-item-bulk{
		font-size: 13px;
	}
	form #bulk-size .quantity-input.disabled .not-instock{
		display: initial;
		font-size: 8px;
	}
	form #bulk-size .quantity-input .seintje-stock{
		font-size: 9px;
	}
	#bulk-size .customizer-stepper{
		height: 25px;
		width: 82px;
	}
	#bulk-size .customizer-stepper input{
		font-size: 15px;
	}
}
