.zakelijke_klant {
    margin: 20px 0 0;
    background-color: #efefef70;
    border-radius: 6px;
    padding: 20px 20px 20px 20px;
}

input[name=product_color_id] {
    height: 0;
    width: 0;
    border: 0;
    position: absolute;
    margin-top: -28px;
    z-index: 2;
    margin-left: 5px;
}

.product-options-wrapper .swatch-option.text {
    background: #f0f0f0;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    margin-right: 7px;
    min-width: 22px;
    padding: 5px 22px;
    border: 2px solid;
    border-radius: 20px;
    border-width: 2px;    
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}

#product-color-chooser {
    margin: 0;
    width: 180px;
    background-color: #f0f0f0;
    border-color: #333;
    color: #333;
    font-size: 14px;
    text-transform: none;
    border-radius: 20px;
    border-width: 2px;
    height: 40px;
    letter-spacing: .45px;
    padding: 8px 22px;
    font-weight: 600;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    z-index: 5;
}

#product-color-chooser:hover, .product-options-wrapper .swatch-option.text:hover {
    background: #dadada;
}

.product-options-wrapper .swatch-attribute:not(.stone_age_kleuren) .swatch-option.text.selected {
    background: #5da201;
    color: #fff;
    border-color: #5da201;
}

.info-qty {
    float: left;
    height: 45px;
    width: 150px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    color: #222;
    border-radius: 50px;
    padding: 0 50px;
    text-align: center;
    line-height: 43px;
    position: relative;
    margin-right: 20px
}

.info-qty svg {
    color: #333;
}

.info-qty svg:hover {
    color: #222;
    text-shadow: 1px 1px 1px rgba(0,0,0,.1)
}

.info-qty input[type=number] {
    appearance: auto;
    -moz-appearance: textfield;
    box-shadow: none;
}

.info-qty .qty-val {
    display: block;
    padding: 0 15px;
    width: 100%
}

#colors-modal .modal-header .modal-title {
    padding-bottom: 20px;
    background-color: #5da201;
    padding-top: 17px;
    color: #fff;
    font-weight: 600;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.color-popup-inner {
    max-height: 80vh;
}

div[x-ref=amcart-confirmation-popup], div[role=dialog]:not([aria-labelledby=cart-drawer-title]) {
    background: #fff;
    position: relative;
    overflow: visible;
    margin: auto 20px;
}

.colors .color.selected, .colors .color:hover {
    border: 5px solid #000;
    border-radius: 5px;
}

button[aria-label="Close"], button[aria-label="Sluiten"], button[aria-label="Schließen"] {
    height: 32px;
    width: 32px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    right: -14px;
    top: -14px;
    box-shadow: none !important;
    padding: 0px;
    margin: 0px;
    background: rgb(255, 255, 255) !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: rgb(0, 0, 0) !important;
    border-image: initial !important;
}

button[aria-label="Close"] svg, button[aria-label="Sluiten"] svg, button[aria-label="Schließen"] svg {
    text-align: center;
    font-weight: 700;
    width: 24px;
    height: 24px;
    margin: 0px auto;
    background: rgb(0, 0, 0);
    border-radius: 50px;
    padding: 1px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-image: initial;
}

#gallery button[aria-label="Close"] {
    top: 0px;
    right: 0px;
    border-radius:100%;
}

.product-info-main .prose {
    max-width: unset;
}



.product-info-main section#description {
    grid-row: auto / span 5;
}

.catalog-product-view .product-info-main section[id*=related_posts] {
    grid-column: auto;
}


@media screen and (max-width: 767px) {
	.color-popup-wrapper .color-popup-inner {
		max-height: 100%;
		height: 100%;
		width: 100%;
		margin: 0 !important;
	}
	
	.color-popup-wrapper {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
	}
}

