.levertijd {
	text-align: right;
	font-size: 11px;
}
.catalog-product-view .wrapper {
    min-width: 100%;
}
a#main-block-prod {
	display: block;
	top: -192px;
	position: relative;
	visibility: hidden;
}
.mobile-only {
	display: none;
}
#header_price_container {
	display: none;
}
.category-header {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}
.category-header::after {
    content: ".";
    color: #ff6200;
}
.catalog-product-view .wrap {
    margin: 80px 0 72px;
}
.catalog-product-view .main-container {
    padding: 0;
    margin: 0;
    max-width: 100%;
}
.product-info-main {
    padding-bottom: 24px;
}
.catalog-product-view .main-container .main .breadcrumbs {
    margin: 0 auto;
    padding: 16px 12px;
    max-width: 1200px;
    display: block;
}
#product-attribute-specs-table-2 {
	max-width: 50em;
}
.catalog-product-view .main-container .main .breadcrumbs ul li {
    font-family: inherit;
}
.catalog-product-view .main-container .main .breadcrumbs span {
    padding: 0 4px;
}
.catalog-product-view .main-container .main .breadcrumbs span[property="name"] {
    padding: 0;
}
.catalog-product-view .main-container .main .breadcrumbs strong {
    font-weight: 600;
}
.catalog-product-view .main-container .main #product-img-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 496px;
    min-height: 100%;
    margin-right: 32px;
    float: left;
    width: calc(100% - 442px);
}
.catalog-product-view .main-container .main #product-img-box .more-views {
    overflow: hidden;
    margin-right: 11px;
    position: relative;
}
.catalog-product-view .main-container .main #product-img-box .more-views .prev-item {
    top: 1px;
}
.catalog-product-view .main-container .main #product-img-box .more-views .next-item {
    bottom: 1px;
}
.catalog-product-view .main-container .main #product-img-box .more-views .prev-item,
.catalog-product-view .main-container .main #product-img-box .more-views .next-item {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.catalog-product-view .main-container .main #product-img-box .more-views .prev-item._show,
.catalog-product-view .main-container .main #product-img-box .more-views .next-item._show {
    visibility: visible;
    opacity: 1;
}
.catalog-product-view .main-container .main #product-img-box .more-views .prev-item a,
.catalog-product-view .main-container .main #product-img-box .more-views .next-item a {
    width: 32px;
    height: 24px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 3px rgba(176, 176, 176, 0.533818);
    box-shadow: 0px 1px 3px rgba(176, 176, 176, 0.533818);
    border-radius: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.catalog-product-view .main-container .main #product-img-box .more-views .prev-item a::before,
.catalog-product-view .main-container .main #product-img-box .more-views .next-item a::before {
    content: "";
    width: 10px;
    height: 11px;
    display: block;
    background-image: url(../images/icons/arrow-down-orange.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.catalog-product-view .main-container .main #product-img-box .more-views .prev-item-button::before{
    transform: rotate(180deg);
}
.catalog-product-view .main-container .main #product-img-box .more-views ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.catalog-product-view .main-container .main #product-img-box .more-views ul li {
    display: block;
    float: none;
    padding: 0;
    margin: 0 0 11px;
    width: 100%;
}
.catalog-product-view .main-container .main #product-img-box .more-views ul li:last-child {
    margin: 0;
}
.catalog-product-view .main-container .main #product-img-box .more-views ul li a {
    position: relative;
    display: block;
    outline: none;
}
.catalog-product-view .main-container .main #product-img-box .more-views ul li a._is-active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 113, 0, 0.312227);
    border: 1px solid #FD6817;
    border-radius: 2px;
}
.catalog-product-view .main-container .main #product-img-box .more-views ul li a img {
    width: 86px;
    height: auto;
    border-radius: 2px;
}
.catalog-product-view .main-container .main #product-img-box .product-image {
    margin-bottom: 0;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 2px;
    max-width: 507px;
    margin: 0 auto;
}

.catalog-product-view .main-container .main #product-img-box .product-image img {
    border: 0px;
}

.catalog-product-view .main-container .main .product-info {
    width: 408px;
    float: right;
}
.catalog-product-view .main-container .main .product-info .product-name h1{
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #58585A;
    text-shadow: none;
    margin-bottom: 4px;
    padding: 0;
}
.catalog-product-view .main-container .main .product-info .product-info-rating {
    margin: 0 0 8px 0;
}
.catalog-product-view .main-container .main .product-info .product-info-rating .ratings {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.catalog-product-view .main-container .main .product-info .product-info-rating .ratings .rating-box {
    margin: 0;
    width: 83px;
    height: 14px;
    background-image: url("../images/product/rating.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: initial;
    position: relative;
}
.catalog-product-view .main-container .main .product-info .product-info-rating .ratings .rating-box .rating {
    margin: 0;
    height: 14px;
    background-image: url("../images/product/rating-box.png");
    background-repeat: no-repeat;
    background-position: initial;
    background-size: initial;
    position: absolute;
    top: 0;
    left: 0;
}
.catalog-product-view .main-container .main .product-info .product-info-rating .ratings P {
    font-size: 11px;
    line-height: 13px;
    margin: 0 0 0 8px;
}
.catalog-product-view .main-container .main .product-info .product-info-rating P.no-rating {
    font-size: 11px;
    line-height: 13px;
    margin: 0;
}
.catalog-product-view .main-container .main .product-info .max-width-wrapper {
    font-size: 11px;
    line-height: 13px;
}
.catalog-product-view .main-container .main .product-info .max-width-wrapper P {
    display: inline;
    margin: 0 0 0 5px;
}
.catalog-product-view .main-container .main .product-info .max-width-wrapper A {
    color: #FF7100;
    text-decoration: none;
}
.catalog-product-view .main-container .main .product-info .max-width-wrapper A:hover {
    text-decoration: underline;
}
.catalog-product-view .main-container .main .product-info .product-available {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
}
.catalog-product-view .main-container .main .product-info .product-available .price-product-info {
    font-weight: 800;
    font-size: 35px;
    line-height: 43px;
    color: #FF7100;
}
.catalog-product-view .main-container .main .product-info .product-available .price-product-info .price-product-info_small {
    font-size: 0.5em;
    vertical-align: middle;
}
.catalog-product-view .main-container .main .product-info .product-available .in-stock .available-status {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    border-radius: 2px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    padding: 0 8px;
}
.catalog-product-view .main-container .main .product-info .product-available .in-stock .available-status::before {
    content: "";
    width: 14px;
    height: 12px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
}
.catalog-product-view .main-container .main .product-info .product-available .in-stock .available-status.available {
    background: #FFB900;
}
.catalog-product-view .main-container .main .product-info .product-available .in-stock .available-status.available::before{
    background-image: url(../images/icons/check.svg);
}
.catalog-product-view .main-container .main .product-info .help-wrapper {
    text-decoration-line: underline;
    font-size: 14px;
    line-height: 18px;
    color: #58585A;
    margin-top: 8px;
}
.catalog-product-view .main-container .main .product-additional {
    width: 408px;
    float: right;
}
.catalog-product-view .main-container .main .product-additional .product-color-picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:0 -3px -6px -3px;
    padding-top: 16px;
}
.catalog-product-view .main-container .main .product-additional .product-color-picker .current-color {
    width: 100%;
    margin: 0 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding-bottom: 8px;
    display: none;
}
.catalog-product-view .main-container .main .product-additional .product-color-picker .color-box {
    background-size: 41px 41px;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    margin: 0 3px 6px 3px;
    -webkit-box-shadow: 0 0 0px 1px rgba(88, 88, 90, 0.3);
    box-shadow: 0 0 0px 1px rgba(88, 88, 90, 0.3);
}
.catalog-product-view .main-container .main .product-additional .product-color-picker .color-box.nocolor {
    border-radius: 20px;
}
.catalog-product-view .main-container .main .product-additional .product-color-picker .color-box.color-images-available {
    cursor: pointer;
}
.catalog-product-view .main-container .main .product-additional .product-color-picker .color-box.color-images-available._is-active {
    outline: 1px solid #FD6817;
    outline-offset: 1px;
}
.catalog-product-view .main-container .main .product-additional .product-color-picker .color-box.color-images-available:hover {
    outline: 1px solid #FD6817;
    outline-offset: 1px;
}
.catalog-product-view .main-container .main .product-additional .product-color-picker .color-box.more-colors {
    background-color: #C19571;
    outline: 1px solid #FD6817;
    cursor: pointer;
}
.catalog-product-view .main-container .main .product-additional .product-color-picker .color-box.more-colors span {
    color: #fff;
    display: block;
    line-height: 39px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.catalog-product-view .main-container .main .product-additional .product-color-picker .color-modal-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(66, 66, 66, 0.36981);
    z-index: -99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}
.catalog-product-view .main-container .main .product-additional .product-color-picker .color-modal-wrap._is-show {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}
.catalog-product-view .main-container .main .product-additional .product-color-picker .color-modal-wrap .modal-inner {
    width: 600px;
    margin: 0 12px;
    padding: 21px 24px 32px;
    background: #fff;
    border-radius: 3px;
}
.catalog-product-view .main-container .main .product-additional .product-color-picker .color-modal-wrap .modal-inner .modal-header {
    margin-bottom: 16px;
    position: relative;
}
.catalog-product-view .main-container .main .product-additional .product-color-picker .color-modal-wrap .modal-inner .modal-header h4 {
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.catalog-product-view .main-container .main .product-additional .product-color-picker .color-modal-wrap .modal-inner .modal-header .close-modal {
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    width: 16px;
    height: 16px;
    color: transparent;
    background-image: url(../images/icons/close.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.catalog-product-view .main-container .main .product-additional .product-color-picker .color-modal-wrap .modal-inner .modal-body .modal_current-color {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding-bottom: 16px;
    margin: 0;
    display: none;
}
.catalog-product-view .main-container .main .product-additional .product-color-picker .color-modal-wrap .modal-inner .modal-body .modal_color-picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px;
    max-height: 248px;
    overflow: auto;
}
.catalog-product-view .main-container .main .product-additional .product-color-picker .color-modal-wrap .modal-inner .modal-body .modal_color-picker .modal_color-box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px 80px;
    width: 62px;
    height: 62px;
    margin: 8px;
    -webkit-box-shadow: 0 0 0px 1px rgba(88, 88, 90, 0.3);
    box-shadow: 0 0 0px 1px rgba(88, 88, 90, 0.3);
}
.catalog-product-view .main-container .main .product-additional .product-color-picker .color-modal-wrap .modal-inner .modal-body .modal_color-picker .modal_color-box.nocolor {
    border-radius: 31px;
}
.catalog-product-view .main-container .main .product-additional .product-color-picker .color-modal-wrap .modal-inner .modal-body .modal_color-picker .modal_color-box.color-images-available {
    cursor: pointer;
}
.catalog-product-view .main-container .main .product-additional .product-color-picker .color-modal-wrap .modal-inner .modal-body .modal_color-picker .modal_color-box.color-images-available:hover {
    outline: 2px solid #FD6817;
    outline-offset: 2px;
}
.catalog-product-view .main-container .main .product-additional .product-color-picker .color-modal-wrap .modal-inner .modal-body .modal_color-picker .modal_color-box.color-images-available._is-active {
    outline: 2px solid #FD6817;
    outline-offset: 2px;
}
.catalog-product-view .main-container .main .product-additional .product-color-picker .color-modal-wrap .modal-inner .modal-footer {
    padding-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.catalog-product-view .main-container .main .product-additional .product-color-picker .color-modal-wrap .modal-inner .modal-footer .close-modal {
    font-size: 14px;
    line-height: 21px;
    text-decoration: underline;
    color: #58585A;
    margin-right: 64px;
}
.catalog-product-view .main-container .main .product-additional .product-color-picker .color-modal-wrap .modal-inner .modal-footer .close-modal::before {
    content: "";
    margin-left: 7px;
    width: 5px;
    height: 8px;
    background-image: url(../images/icons/right.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.catalog-product-view .main-container .main .product-additional .product-color-picker .color-modal-wrap .modal-inner .modal-footer .btn{
    color: #fff !important;
}
.catalog-product-view .main-container .main .product-usps-wrap {
    background: #F5F5F5;
    padding: 16px 0 16px 22px;
    margin-top: 8px;
}
.catalog-product-view .main-container .main .product-usps-wrap ul li {
    margin-bottom: 8px;
}
.catalog-product-view .main-container .main .product-usps-wrap ul li:last-child {
    margin-bottom: 0;
}
.catalog-product-view .main-container .main .product-usps-wrap ul li::before {
    content: "";
    width: 14px;
    height: 12px;
    background-image: url(../images/icons/check-orange.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
    display: inline-block;
}
.catalog-product-view .main-container .main .product-additional .buttons-wrapper {
    margin-top: 16px;
}
.catalog-product-view .main-container .main .product-additional .buttons-wrapper .btn{
    width: 100%;
	margin-bottom: 8px;
}
.catalog-product-view .main-container .main .product-additional .buttons-wrapper .btn:not(:last-child){
    margin-bottom: 8px;
}
.catalog-product-view .main-container .main .product-additional .max-width-wrapper {
    margin-top: 8px;
    display: none;
    font-size: 11px;
    line-height: 21px;
}
.catalog-product-view .main-container .main .product-additional .max-width-wrapper a {
    color: #FF7100;
    text-decoration: none;
    margin-left: 12px;
}
.catalog-product-view .popular-product-wrap {
    padding: 80px 0;
    margin: 0 auto;
    max-width: 1440px;
}
.catalog-product-view .popular-product-wrap .owl-carousel.popular-product-items .owl-nav {
    position: absolute;
    top: 50%;
    left: -12px;
    width: calc(100% + 24px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.catalog-product-view .popular-product-wrap .owl-carousel.popular-product-items .owl-nav > .owl-next {
    background: #FFFFFF;
    border-radius: 2px 0 0 2px;
    width: 35px;
    height: 40px;
    box-shadow: 0 1px 3px 0 rgba(77,77,77,0.53);
    float: right;
    outline: none;
}
.catalog-product-view .popular-product-wrap .owl-carousel.popular-product-items .owl-nav > .owl-prev {
    background: #FFFFFF;
    border-radius: 0px 2px 2px 0px;
    width: 35px;
    height: 40px;
    box-shadow: 0 1px 3px 0 rgba(77,77,77,0.53);
    float: left;
    outline: none;
}
.catalog-product-view .popular-product-wrap .owl-carousel.popular-product-items .owl-nav > .disabled {
    display: none;
}
.catalog-product-view .popular-product-wrap .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.catalog-product-view .popular-product-wrap .popular-product-items .popular-product-item{
    background: #FFFFFF;
    border: 1px solid #F7F6F6;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 2px;
    height: 100%;
}
.catalog-product-view .popular-product-wrap .popular-product-items .popular-product-item:hover {
    border: 1px solid #FF7100;
    box-shadow: 0px 1px 1px rgba(127, 127, 127, 0.352983);
}
.catalog-product-view .popular-product-wrap .popular-product-items .popular-product-item._discounted .popular-product-img-wrap{
    position: relative;
}
.catalog-product-view .popular-product-wrap .popular-product-items .popular-product-item._discounted .popular-product-img-wrap .discount-label{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    background-color: #FFB900;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.catalog-product-view .popular-product-wrap .popular-product-items .popular-product-item._discounted .popular-product-img-wrap .discount-label .discount-number {
    font-weight: bold;
    font-size: 26.88px;
    letter-spacing: 0;
}
.catalog-product-view .popular-product-wrap .popular-product-items .popular-product-item._discounted .popular-product-img-wrap .discount-label .discount-text {
    font-weight: bold;
    font-size: 11.76px;
    letter-spacing: 0;
    line-height: 15.12px;
    text-transform: uppercase;
}
.catalog-product-view .popular-product-wrap .popular-product-items .popular-product-info-wrap {
    padding: 10px 16px 20px;
}
.catalog-product-view .popular-product-wrap .popular-product-items .popular-product-info-wrap .product-link {
    margin-bottom: 3px;
    text-transform: none;
}
.catalog-product-view .popular-product-wrap .popular-product-items .popular-product-info-wrap .popular-product-price * {
    font-family: inherit;
}
.catalog-product-view .popular-product-wrap .popular-product-items .popular-product-item._discounted .popular-product-info-wrap .popular-product-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.catalog-product-view .popular-product-wrap .popular-product-items .popular-product-item._discounted .popular-product-info-wrap .popular-product-price .for-discount{
    margin-right: 4px;
}
.catalog-product-view .popular-product-wrap .popular-product-items .popular-product-item._discounted .popular-product-info-wrap .popular-product-price .price-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.catalog-product-view .popular-product-wrap .popular-product-items .popular-product-item._discounted .popular-product-info-wrap .popular-product-price .price-box .old-price {
    opacity: 0.5;
}
.catalog-product-view .popular-product-wrap .popular-product-items .popular-product-item._discounted .popular-product-info-wrap .popular-product-price .price-box .special-price {
    margin-right: 8px;
    padding: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.catalog-product-view .popular-product-wrap .popular-product-items .popular-product-item._discounted .popular-product-info-wrap .popular-product-price .price-box .special-price > .price{
    color: #FF6200 !important;
    font-weight: 600;
}
.catalog-product-view .popular-product-wrap .popular-product-items .popular-product-info-wrap .price-box {
    margin: 0;
}
.catalog-product-view .popular-product-wrap .popular-product-items .popular-product-item:not(._discounted) .popular-product-info-wrap .price-box > .regular-price .price{
    color: #FF6200;
    font-weight: 600;
}
.catalog-product-view .banner-wrapper .banner-items .banner-item-wrap {
    margin-bottom: 16px;
}
.catalog-product-view .banner-wrapper .banner-items .banner-item-wrap:last-child {
    margin-bottom: 0;
}
.catalog-product-view .banner-wrapper .banner-items .banner-item-wrap .banner-item.text-white,
.catalog-product-view .banner-wrapper .banner-items .banner-item-wrap .banner-item.text-white *{
    color: #fff;
}
.catalog-product-view .banner-wrapper .banner-items .banner-item-wrap .banner-item {
    border-radius: 5px;
    padding: 52px 0 52px 40px;
    display: block;
    position: relative;
    color: inherit;
    text-decoration: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.catalog-product-view .banner-wrapper .banner-items .banner-item-wrap .banner-item::before {
    content: "";
    position: absolute;
    background-color: rgba(156,156,156,0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.catalog-product-view .banner-wrapper .banner-items .banner-item-wrap .banner-item > H3,
.catalog-product-view .banner-wrapper .banner-items .banner-item-wrap .banner-item > P {
    position: relative;
    z-index: 1;
}
.catalog-product-view .banner-wrapper .banner-items .banner-item-wrap .banner-item:hover::before {
    opacity: 1;
}
.catalog-product-view .banner-wrapper .banner-items .banner-item-wrap:nth-child(1) .banner-item {
    background-image: url("../images/product/banners/Gratis_inmeten.png");
}
.catalog-product-view .banner-wrapper .banner-items .banner-item-wrap:nth-child(2) .banner-item {
    background-image: url("../images/product/banners/Kleurstalen.png");
}
.catalog-product-view .banner-wrapper .banner-items .banner-item-wrap:nth-child(3) .banner-item {
    background-image: url("../images/product/banners/Advies.png");
}
.catalog-product-view .banner-wrapper .banner-items .banner-item-wrap .banner-item h3{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.catalog-product-view .banner-wrapper .banner-items .banner-item-wrap .banner-item p{
    margin-bottom: 0;
}
.catalog-product-view .product-tabs-wrapper {
    background-color: #F5F5F5;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tabs-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-left: 0;
    border-right: 0;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tabs-links .product-tabs-link {
    position: relative;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tabs-links .product-tabs-link::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background-color: #979797;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tabs-links .product-tabs-link:last-child::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background-color: #979797;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tabs-links .product-tabs-link._content-show::before,
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tabs-links .product-tabs-link._content-show + .product-tabs-link::before {
    display: none;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tabs-links .product-tabs-link:last-child._content-show::after {
    display: none;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tabs-links .product-tabs-link a {
    color: #FF6200;
    text-decoration: none;
    padding: 24px 32px;
    display: block;
    outline: none;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tabs-links .product-tabs-link._content-show a{
    position: relative;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tabs-links .product-tabs-link._content-show a span{
    position: relative;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tabs-links .product-tabs-link._content-show a::before{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 1px);
    background-color: #F5F5F5;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tabs-links .product-tabs-link._content-show a {
    color: #58585A;
    font-weight: 600;
    pointer-events: none;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents {
    padding: 40px 0 80px;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tabs-link-mobile {
    display: none;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content {
    display: none;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content._show {
    display: block;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content .product-tab-content-title {
    margin-bottom: 24px;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content {
    margin: 0 auto;
    max-width: 840px;
    padding: 0 12px;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content .product-tab-content-body .profit-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content .product-tab-content-body .profit-list::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background-color: #D4D4D4;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content .product-tab-content-body .profit-list .product-list-item {
    -ms-flex-preferred-size: 378px;
    flex-basis: 378px;
    margin-top: 40px;
    padding-left: 33px;
    position: relative;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content .product-tab-content-body .profit-list .product-list-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #D4D4D4;
    top: -20px;
    left: 0;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content .product-tab-content-body .profit-list .product-list-item::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content .product-tab-content-body .profit-list .product-list-item.voordeel::before {
    background-image: url(../images/product/check.svg);
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content .product-tab-content-body .profit-list .product-list-item.aandachtspunt::before {
    background-image: url(../images/product/search.svg);
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content .product-tab-content-body .profit-list .product-list-item:nth-child(1)::after,
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content .product-tab-content-body .profit-list .product-list-item:nth-child(2)::after {
    content: none;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content .product-tab-content-body .profit-list .product-list-item:nth-child(1),
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content .product-tab-content-body .profit-list .product-list-item:nth-child(2) {
    margin-top: 0;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content .product-tab-content-body .profit-list .product-list-item H4 {
    text-transform: none;
    margin-bottom: 8px;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content#specificaties .data-table {
    border: 0;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content#specificaties .data-table TH,
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content#specificaties .data-table TD {
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #58585A;
    padding: 0;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content#specificaties .data-table TH {
    text-transform: none;
    font-weight: 600;
}
.catalog-product-view .prod-opt-wrap .prod-subtitle {
    text-transform: uppercase;
    margin-bottom: 16px;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content#meten_monteren .product-tab-content-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content#meten_monteren {
    max-width: 1200px;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content#meten_monteren .product-tab-content-body > DIV {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content#meten_monteren .product-tab-content-body .right-block IMG {
    width: 100%;
    padding-left: 80px;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content#meten_monteren .product-tab-content-body .left-block A.btn{
    display: inline-block;
}
.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content#advies A {
    color: #ff6200;
    text-decoration: underline;
    font-weight: 600;
}
.catalog-product-view .prod-opt-wrap .prod-opt-tab {
    border: 1px solid #D4D4D4;
    padding: 16px 16px 24px 24px;
}
.catalog-product-view .prod-opt-wrap .prod-opt-tab .prod-opt-title {
    font-size: 20px;
    line-height: 24px;
    text-transform: none;
    margin-bottom: 8px;
    position: relative;
    cursor: pointer;
}
.catalog-product-view .prod-opt-wrap .prod-opt-tab .prod-opt-title::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 7px;
    right: 16px;
    top: 50%;
    background-image: url(../images/icons/triangle.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.4s ease-in;
}
.catalog-product-view .prod-opt-wrap .prod-opt-tab .prod-opt-title::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 7px;
    right: 16px;
    top: 50%;
    background-image: url(../images/icons/triangle.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.4s ease-in;
}
.catalog-product-view .prod-opt-wrap .prod-opt-tab._is-close {
    padding: 16px 16px 16px 24px
}
.catalog-product-view .prod-opt-wrap .prod-opt-tab._is-close .prod-opt-title {
    margin: 0;
}
.catalog-product-view .prod-opt-wrap .prod-opt-tab._is-close .prod-opt-title::before {
    -webkit-transform: rotate(-180deg) translateY(3.5px);
    transform: rotate(-180deg) translateY(3.5px);
}
.catalog-product-view .prod-opt-wrap .prod-opt-tab .prod-opt-body-wrap .prod-opt-subtitle {
    margin-bottom: 20px;
}
.catalog-product-view .prod-opt-wrap .prod-opt-tab .prod-opt-body-wrap .prod-opt-body#sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.catalog-product-view .prod-opt-wrap .prod-opt-tab .prod-opt-body-wrap .prod-opt-body#sizes .inputs-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    margin: 0 10px 0 0;
}
.catalog-product-view .prod-opt-wrap .prod-opt-tab .prod-opt-body-wrap .prod-opt-body#sizes .inputs-wrap LABEL{
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin-right: 5px;
    font-family: 'Montserrat', sans-serif;
}
.catalog-product-view .prod-opt-wrap .prod-opt-tab .prod-opt-body-wrap .prod-opt-body#sizes .inputs-wrap INPUT {
    border: 1px solid rgba(151, 151, 151, 0.5);
    height: 36px;
    width: 80px;
    padding: 0 0 0 10px;
    font-size: 14px;
    line-height: 24px;
    color: #58585A;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    margin-right: 8px;
}
.catalog-product-view .prod-opt-wrap .prod-opt-tab .prod-opt-body-wrap .prod-opt-body#sizes .inputs-wrap INPUT.error {
    border-color: #943900;
}
.catalog-product-view .prod-opt-wrap .prod-opt-tab .prod-opt-body-wrap .prod-opt-body#sizes .inputs-wrap .sizes_info {
    font-size: 14px;
    line-height: 20px;
    opacity: 0.5;
}
.catalog-product-view .prod-opt-wrap .prod-opt-tab .prod-opt-body-wrap .prod-opt-body#sizes .inputs-wrap INPUT:focus{
    outline: none;
    border: 1px solid #ff6200;
}
.catalog-product-view .prod-opt-wrap .prod-opt-tab .prod-opt-body-wrap .prod-opt-body#sizes #hulp_opmeten {
    margin: 0;
    position: absolute;
    top: -28px;
    right: 0;
	color: #FF6200;
	font-weight: bold;
}
.catalog-product-view .prod-opt-wrap .prod-opt-tab .prod-opt-body-wrap .prod-opt-body#sizes #hulp_opmeten::after {
    content: "";
    margin-left: 7px;
    width: 5px;
    height: 8px;
    background-image: url(../images/icons/right.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}
.catalog-product-view .prod-opt-wrap .prod-opt-tab .prod-opt-body-wrap .melding {
    margin-top: 4px;
}
.catalog-product-view .main-block-prod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 16px;
    border-top: 2px solid rgba(151, 151, 151, 0.5);
}
.catalog-product-view .prod-opt-block {
    flex-grow: 1;
    margin-right: 32px;
}
.catalog-product-view .prod-opt-block .product-options-bottom {
    padding: 16px 0 0;
    margin: 0;
}
.catalog-product-view .prod-opt-block .product-options-bottom .add-to-cart {
    margin: 0;
    padding: 0;
}
.catalog-product-view .prod-opt-block .product-options-bottom .price-box,
.catalog-product-view .prod-opt-block .product-options-bottom .add-to-cart LABEL,
.catalog-product-view .prod-opt-block .product-options-bottom .add-to-cart INPUT {
    display: none;
}
.catalog-product-view .product-opt-sidebar {
    background-color: #F5F5F5;
    width: 408px;
    flex-shrink: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 171px;
    margin-top: 10px;
}
.catalog-product-view .product-opt-sidebar .add-to-cart {
    border: 0;
    background-color: #fff;
    margin: 0;
    padding: 16px 0 16px;
    text-align: right;
}
.catalog-product-view .product-opt-sidebar .add-to-cart BUTTON {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.catalog-product-view .product-opt-sidebar .advice-wrap {
    display: none;
    padding-top: 8px;
    background-color: #fff;
}
.catalog-product-view .product-opt-sidebar .advice-wrap #advies-btn {
    border: 1px solid #58585B;
    background-color: #fff;
    color: #58585A;
    font-size: 14px;
    line-height: 17px;
    width: 100%;
    margin: 0 auto;
}
.catalog-product-view .product-opt-sidebar .add-to-cart LABEL,
.catalog-product-view .product-opt-sidebar .add-to-cart INPUT {
    display: none;
}
.catalog-product-view .product-opt-sidebar .add-to-cart .button.btn-cart,
.catalog-product-view .prod-opt-block .prod-opt-wrap .button.btn-cart {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding: 9px 14px;
    background: #FF6200;
    border: 1px solid #FF6200;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    box-shadow: 0px 1px 2px rgba(127, 127, 127, 0.352983);
    position: relative;
    border-radius: 1px;
}
.catalog-product-view .product-opt-sidebar .add-to-cart .button.btn-cart:hover,
.catalog-product-view .prod-opt-block .prod-opt-wrap .button.btn-cart:hover {
    border: 1px solid #943900;
    background-color: #943900;
    color: #fff;
}
.catalog-product-view .product-opt-sidebar .add-to-cart .button.btn-cart::after,
.catalog-product-view .prod-opt-block .prod-opt-wrap .button.btn-cart::after {
    content: "";
    background-image: url(../images/icons/cart_btn.svg);
    background-position: center 4px;
    background-repeat: no-repeat;
    background-size: 14px;
    width: 28px;
    height: 28px;
    display: block;
    margin-left: 12px;
}
.catalog-product-view .product-img-box {
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
    float: none;
    top: 0 !important;
    padding: 0;
}
.catalog-product-view .product-img-box .preview-wrapper {
    padding: 16px 25px 16px 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.catalog-product-view .product-img-box H5 {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
    text-transform: none;
    width: 100%;
}
.catalog-product-view .product-img-box .preview {
    margin-bottom: 0;
}
.catalog-product-view .product-img-box .previewtekst {
    margin: 0 0 0 16px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    width: 160px;
}
.catalog-product-view .product-img-box .preview .jaloezie {
    box-shadow: 0 1px 7px #58585a;
    background-size: 110% 110%;
}
.catalog-product-view .product-opt-sidebar .sidebar-add-opt-item {
    padding: 10px 13px;
    border-top: 1px solid #D4D4D4;
}
.catalog-product-view .product-opt-sidebar .sidebar-add-opt-item #modal-preview {
    margin-top: 16px;
	margin-bottom: 16px;
    display: none;
}
.catalog-product-view .product-opt-sidebar .sidebar-add-opt-item #modal-preview.__show {
    display: block;
}
.catalog-product-view .product-opt-sidebar .sidebar-add-opt-item:last-child {
    border-bottom: 1px solid #D4D4D4;
}
.catalog-product-view .product-opt-sidebar .sidebar-add-opt-item H5 {
    margin: 0 0 1px 0;
    font-size: 18px;
    line-height: 24px;
    text-transform: none;
}
.catalog-product-view .product-opt-sidebar .sidebar-add-opt-item.disable-opt.edited-opt {
    padding: 10px 13px;
}
.catalog-product-view .product-opt-sidebar .sidebar-add-opt-item.edited-opt {
    padding: 10px 13px 10px 75px;
    position: relative;
}
.catalog-product-view .product-opt-sidebar .sidebar-add-opt-item.disable-opt.edited-opt H5 {
    opacity: 0.4;
    margin-bottom: 0;
}
.catalog-product-view .product-opt-sidebar .sidebar-add-opt-item.disable-opt.edited-opt H5 A,
.catalog-product-view .product-opt-sidebar .sidebar-add-opt-item.disable-opt.edited-opt .selected-preview,
.catalog-product-view .product-opt-sidebar .sidebar-add-opt-item.disable-opt.edited-opt .selected-options{
    display: none;
}
.catalog-product-view .product-opt-sidebar .sidebar-add-opt-item.edited-opt H5 A {
    font-size: 9px;
    line-height: 18px;
    color: #FF7100;
    font-weight: 400;
    vertical-align: middle;
    margin-left: 8px;
}
.catalog-product-view .product-opt-sidebar .sidebar-add-opt-item.edited-opt .selected-preview {
    width: 47px;
    height: 47px;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 49px 49px;
}
.catalog-product-view .product-opt-sidebar .sidebar-add-opt-item.edited-opt#sidebaropt_afmetingen .selected-preview {
    background-image: url("../images/icons/rule_sidebar.svg");
}
.catalog-product-view .product-opt-sidebar .sidebar-add-opt-item.edited-opt#sidebaropt_referentie {
    padding: 10px 13px;
}
.catalog-product-view .product-opt-sidebar .sidebar-add-opt-item.edited-opt#sidebaropt_referentie .selected-preview {
    display: none;
}
.catalog-product-view .product-opt-sidebar .sidebar-add-opt-item P {
    margin: 0;
}
.catalog-product-view .product-opt-sidebar .sidebar-total {
    padding: 16px 24px 16px 16px;
}
.catalog-product-view .product-opt-sidebar .sidebar-total H5 {
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
}
.catalog-product-view .product-opt-sidebar .sidebar-total .total-table {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}
.catalog-product-view .product-opt-sidebar .sidebar-total .total-table STRONG {
    font-weight: 600;
    line-height: inherit;
}
.catalog-product-view .product-opt-sidebar .sidebar-total .total-table tr th,
.catalog-product-view .product-opt-sidebar .sidebar-total .total-table tr td {
    line-height: 24px;
}
.catalog-product-view .product-opt-sidebar .sidebar-total .total-table tr td {
    text-align: right;
}
.catalog-product-view .product-opt-sidebar .sidebar-total .total-table tr td .available::before {
    content: "";
    display: inline-block;
    margin-right: 6px;
    background-image: url("../images/icons/check-black.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 14px;
    height: 12px;
}
.catalog-product-view .product-opt-sidebar .sidebar-total .total-row {
    border-top: 1px solid #D4D4D4;
    margin-top: 6px;
    padding-top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.catalog-product-view .product-opt-sidebar .sidebar-total .total-row .total-heading {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.catalog-product-view .product-opt-sidebar .sidebar-total .total-row .total-price > * {
    margin: 0;
}
.catalog-product-view .product-opt-sidebar .sidebar-total .total-row SPAN.label {
    display: none;
}
.catalog-product-view .product-opt-sidebar .sidebar-total .total-row SPAN.price {
    font-weight: 800;
    font-size: 26px;
    line-height: 34px;
    color: #FF6200;
    font-family: 'Montserrat', sans-serif;
}
.catalog-product-view .product-options#product-options-wrapper {
    margin: 0;
    padding: 0;
}
.catalog-product-view #SCPcustomOptionsDiv {
    border: 0;
}
.catalog-product-view #SCPcustomOptionsDiv DL {
    border: 0;
}
.catalog-product-view #SCPcustomOptionsDiv DT {
    background-color: #fff;
    line-height: unset;
    min-height: unset;
    padding: 16px 16px 8px 24px;
    border: 1px solid #D4D4D4;
    border-bottom-color: transparent;
    margin-top: 16px;
    transition: all 0.8s;
}
.catalog-product-view #SCPcustomOptionsDiv DT.opt-close {
    border-bottom-color: #D4D4D4;
    padding-bottom: 16px;
}
.catalog-product-view #SCPcustomOptionsDiv DT LABEL, .ladderbandlabel {
    font-size: 20px;
    line-height: 24px;
    text-transform: none;
    padding: 0;
    font-weight: 700;
    color: #58585A;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    position: relative;
}
.catalog-product-view #SCPcustomOptionsDiv DT LABEL::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 7px;
    right: 16px;
    top: 50%;
    background-image: url("../images/icons/triangle.svg");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.4s ease-in;
}
.catalog-product-view #SCPcustomOptionsDiv DT.opt-close LABEL::after {
    -webkit-transform: rotate(-180deg) translateY(3.5px);
    transform: rotate(-180deg) translateY(3.5px);
}
.catalog-product-view #SCPcustomOptionsDiv DT LABEL SPAN,
.catalog-product-view #SCPcustomOptionsDiv DT LABEL EM {
    display: none;
}
.catalog-product-view #SCPcustomOptionsDiv DT .gekozen_kleur_label {
    display: none;
}
.catalog-product-view #SCPcustomOptionsDiv DD {
    padding: 0 16px 24px 24px;
    border: 1px solid #D4D4D4;
    border-top: 0;
}
.catalog-product-view #SCPcustomOptionsDiv DD .optie-info{
    margin-bottom: 16px;
}
.catalog-product-view #SCPcustomOptionsDiv DD .uitleg {
    padding: 0;
}
.catalog-product-view #SCPcustomOptionsDiv DD .uitleg p {
    padding: 0;
    margin-bottom: 16px;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box.montagehoogte,
.montagehoogte_waarschuwing {
    padding: 0;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box.montagehoogte LABEL,
.montagehoogte_waarschuwing LABEL {
    display: none;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box.montagehoogte INPUT.product-custom-option,
.montagehoogte_waarschuwing INPUT.product-custom-option {
    width: 100%;
    border-radius: 0;
    border: 1px solid rgba(151, 151, 151, 0.5);
    font-family: 'Montserrat', sans-serif;
    color: #58585A;
    font-size: 14px;
    line-height: 20px;
    padding: 0 12px;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box.montagehoogte TEXTAREA.product-custom-option,
.montagehoogte_waarschuwing TEXTAREA.product-custom-option {
    width: 100%;
    min-width: 100%;
    height: 75px;
    min-height: 75px;
    border-radius: 0;
    border: 1px solid rgba(151, 151, 151, 0.5);
    font-family: 'Montserrat', sans-serif;
    color: #58585A;
    font-size: 14px;
    line-height: 20px;
    padding: 12px;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box.montagehoogte INPUT.product-custom-option:focus,
.montagehoogte_waarschuwing INPUT.product-custom-option:focus {
    outline: none;
    border: 1px solid #FF7100;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box.montagehoogte TEXTAREA.product-custom-option:focus,
.montagehoogte_waarschuwing TEXTAREA.product-custom-option:focus {
    outline: none;
    border: 1px solid #FF7100;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box > div {
    margin: -8px -4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box > div.optietekst {
    display: block;
    margin: 0 0 16px 0;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box > div.optietekst A {
    color: #ff6200;
    text-decoration: underline;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container {
    margin: 8px 4px;
    float: none;
}
.catalog-product-view #SCPcustomOptionsDiv DD .kleur_container > .kleur  {
    margin: 0;
    padding: 0;
    width: 167px;
    background-color: transparent;
}
.catalog-product-view #SCPcustomOptionsDiv DD .kleur_container > .kleur > .kleur_inner  {
    width: 165px;
    height: 165px;
    border: 0;
    background-color: transparent;
}
.catalog-product-view #SCPcustomOptionsDiv DD .kleur_container > .kleur.kettingkleur  {
    margin: 0;
    padding: 0;
    /* width: 132px; */
    background-color: transparent;
}
.catalog-product-view #SCPcustomOptionsDiv DD .kleur_container > .kleur.kettingkleur > .kleur_inner  {
    /* width: 130px; */
    height: 165px;
    border: 0;
    background-color: transparent;
}
.catalog-product-view #SCPcustomOptionsDiv DD .kleur_container > .kleurnaam  {
    margin: 0;
    width: 167px;
    min-height: 57px;
    padding: 8px;
    font-size: 14px;
    line-height: 20px;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container:hover > .kleur,
.catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container:hover >  .kleurnaam {
    border: 1px solid #FF7100 !important;;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container:hover > .kleur {
    border-bottom: 0 !important;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container:hover >  .kleurnaam {
    border-top: 0 !important;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container > .kleur,
.catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container >  .kleurnaam {
    border: 1px solid #D4D4D4 !important;
    transition: all 0.3s;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container > .kleur {
    border-bottom: 0 !important;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container >  .kleurnaam {
    border-top: 0 !important;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container >  .selected {
    background: transparent !important;
    box-shadow: none;
    color: inherit;
    border: 1px solid #FF7100 !important;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container >  .kleur.selected {
    border-bottom: 0 !important;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container >  .kleurnaam.selected {
    border-top: 0 !important;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container > .kleur.productkleur,
.catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container > .kleur.ladderbandkleur,
.catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container > .kleur.retrouitstraling,
.catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container > .kleur.cassettekleur,
.catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container > .kleur.mechanisme {
    width: 132px;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container > .kleur.productkleur > .kleur_inner,
.catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container > .kleur.ladderbandkleur > .kleur_inner,
.catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container > .kleur.retrouitstraling > .kleur_inner,
.catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container > .kleur.cassettekleur > .kleur_inner,
.catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container > .kleur.mechanisme > .kleur_inner{
    height: 96px;
    border: 0;
    width: 130px;
	margin: 0 auto;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container > .kleur.ladderbandkleur.tape38 > .kleur_inner {
    width: 95%;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container > .kleur.ladderbandkleur.tape25 > .kleur_inner {
    width: 62.5%;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container > .kleur.ladderbandkleur.tape10 > .kleur_inner {
    width: 25%;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box.Kleur .kleur_container,
.catalog-product-view #SCPcustomOptionsDiv DD .kleurstalen .kleur_container,
.catalog-product-view #SCPcustomOptionsDiv DD .input-box.Profielkleur .kleur_container {
    width: 132px;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box.Kleur.Mechanisme .kleur_container {
    width: 167px;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box.Kleur .flex .kleur_container, 
.catalog-product-view #SCPcustomOptionsDiv DD .input-box.Kleur .flex .kleur_container .kleurnaam {
    width: auto;
}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box.Kleur div.kleurnaam,
.catalog-product-view #SCPcustomOptionsDiv DD .kleurstalen div.kleurnaam,
.catalog-product-view #SCPcustomOptionsDiv DD .input-box.Profielkleur div.kleurnaam{
    margin: 0;
    position: relative;
    width: 132px;
    padding: 8px 6px 0 8px;
    bottom: unset;
    text-align: left;
    background: transparent;
    border: 0;
    font-size: 14px;
    line-height: 20px;
    height: 77px;

}
.catalog-product-view #SCPcustomOptionsDiv DD .input-box.Kleur.Mechanisme div.kleurnaam {
    width: 167px;
}
.catalog-product-view #SCPcustomOptionsDiv DD .kleur_inner .bestmatch {
    height: 24px;
    width: 72px;
    right: unset;
    left: 0;
    top: 8px;
    background: none;
    background-color: #FD9500;
    background-image: url(../images/icons/popular-line.svg);
}
.catalog-product-view .additional-wrap .review-wrap.__height100 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.catalog-product-view .additional-wrap .review-wrap.__height100 > .review-header,
.catalog-product-view .additional-wrap .review-wrap.__height100 > .review-body,
.catalog-product-view .additional-wrap .review-wrap.__height100 > .review-footer {
    width: 100%;
}
.catalog-product-view .additional-wrap .review-wrap {
    box-shadow: 0px 1px 13px rgba(176, 176, 176, 0.533818);
    border-radius: 2px;
    padding: 24px 24px 40px 32px;
    border-top: 8px solid #FD9500;
}
.catalog-product-view .additional-wrap .review-wrap .review-header H3 {
    font-size: 26px;
    line-height: 34px;
    text-transform: none;
    margin-bottom: 16px;
}
.catalog-product-view .additional-wrap .review-wrap .review-header .rating-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 24px;
    border-bottom: 2px solid #D4D4D4;
}
.catalog-product-view .additional-wrap .review-wrap .review-header .rating-wrapper .rating-number {
    font-weight: 800;
    font-size: 35px;
    line-height: 25px;
    color: #FD9500;
    margin-right: 8px;
}
.catalog-product-view .additional-wrap .review-wrap .review-header .rating-wrapper .rating-stars {
    width: 124px;
    height: 21px;
    background-image: url("../images/product/stars-unfilled.png");
    margin-right: 12px;
    position: relative;
}
.catalog-product-view .additional-wrap .review-wrap .review-header .rating-wrapper .rating-stars .rating-stars-fill {
    height: 21px;
    background-image: url("../images/product/stars-filled.png");
    position: absolute;
    top: 0;
    left: 0;
}
.catalog-product-view .additional-wrap .review-wrap .review-header .rating-wrapper .rating-description {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 3px;
}
.catalog-product-view .additional-wrap .review-wrap .review-body.collapsible-body {
    overflow: hidden;
}
.catalog-product-view .additional-wrap .review-wrap .review-body .review-card {
    margin-top: 16px;
    padding: 16px 16px 10px;
    border: 1px solid #F5F5F5;
}
.catalog-product-view .additional-wrap .review-wrap .review-body .review-card .review-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.catalog-product-view .additional-wrap .review-wrap .review-body .review-card .review-card-header H5 {
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
    margin-bottom: 4px;
}
.catalog-product-view .additional-wrap .review-wrap .review-body .review-card .review-card-header .stars-wrap {
    position: relative;
    width: 78px;
    height: 14px;
    margin-left: 8px;
}
.catalog-product-view .additional-wrap .review-wrap .review-body .review-card .review-card-header .stars {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: url("../images/product/stars-filled-small.png");
    background-repeat: no-repeat;
}
.catalog-product-view .additional-wrap .review-wrap .review-body .review-card .review-card-header .review-card-header_description {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 13px;
    width: 100%;
}
.catalog-product-view .additional-wrap .review-wrap .review-body .review-card .review-card-body P {
    margin-bottom: 0;
}
.catalog-product-view .additional-wrap .review-wrap .review-footer {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.catalog-product-view .additional-wrap .review-wrap .review-footer A.more-reviews, .catalog-product-view .additional-wrap .review-wrap .review-footer A.less-reviews {
    color: #FF7100;
    text-decoration: underline;
    font-size: 14px;
    line-height: 20px;
}
.catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(66, 66, 66, 0.36981);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: -99;
    opacity: 0;
    visibility: hidden;
}
.catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper._opened {
    z-index: 99;
    opacity: 1;
    visibility: visible;
}
.catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper .modal-form {
    background-color: #fff;
    width: 768px;
    min-width: 280px;
    padding: 24px;
}
.catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper .modal-form .form-add .fieldset TABLE {
    display: none;
}
.catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper .modal-form .form-add .fieldset .stars-checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}
.catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper .modal-form .form-add .fieldset .stars-checkboxes H5 {
    margin: 0 8px 0 0;
}
.catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper .modal-form .form-add .fieldset .stars-checkboxes .value {
    margin: 0 2.8px;
}
.catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper .modal-form .form-add .fieldset .stars-checkboxes LABEL {
    width: 20px;
    height: 20px;
    background-image: url("../images/product/one-star-unfilled.png");
    cursor: pointer;
}
.catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper .modal-form .form-add .fieldset .stars-checkboxes LABEL._active {
    background-image: url("../images/product/one-star-filled.png");
}
.catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper .modal-form .form-add .fieldset .stars-checkboxes LABEL .radio {
    opacity: 0;
    visibility: hidden;
}
.catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper .modal-form .form-add .fieldset .form-list LI {
    margin: 0 0 16px 0;
    float: none;
    width: 100%;
    display: block;
}
.catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper .modal-form .form-add .fieldset .form-list LI:last-child {
    margin-bottom: 0;
}
.catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper .modal-form .form-add .fieldset .form-list LABEL {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin: 0 0 4px;
    font-family: 'Montserrat', sans-serif;
}
.catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper .modal-form .form-add .fieldset .form-list .input-box {
    padding: 0;
}
.catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper .modal-form .form-add .fieldset .form-list .input-box INPUT,
.catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper .modal-form .form-add .fieldset .form-list .input-box TEXTAREA {
    border: 1px solid rgba(151, 151, 151, 0.5);
    height: 36px;
    width: 100%;
    padding: 0 12px;
    font-size: 14px;
    line-height: 24px;
    color: #58585A;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    border-radius: 0;
}
.catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper .modal-form .form-add .fieldset .form-list .input-box TEXTAREA {
    min-height: 75px;
    max-height: 200px;
    width: 100% !important;
    min-width: 100%;
    padding: 12px;
}
.catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper .modal-form .form-add .fieldset .form-list .input-box INPUT.validation-failed,
.catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper .modal-form .form-add .fieldset .form-list .input-box TEXTAREA.validation-failed {
    border-color: #943900;
}
.catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper .modal-form .form-add .fieldset .form-list .input-box INPUT:focus,
.catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper .modal-form .form-add .fieldset .form-list .input-box TEXTAREA:focus {
    outline: none;
    border: 1px solid #ff6200;
}
.catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper .modal-form .form-add .buttons-set {
    border: 0;
    padding: 0;
    margin: 24px 0 0 0;
}
.catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper .modal-form .form-add .buttons-set .button {
    border-radius: 1px;
    background-color: #FF6200;
    color: #FFF;
    border: 1px solid #FF6200;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 14.2px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    display: block;
    box-shadow: 0px 1px 2px rgba(127, 127, 127, 0.352983);
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}
.catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper .modal-form .form-add .buttons-set .button:hover {
    border: 1px solid #943900;
    background-color: #943900;
    color: #fff;
}
#preview-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(66, 66, 66, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: -99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#preview-modal-wrapper._active {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}
.preview-modal-inner {
    max-width: 1015px;
    margin: 0 auto;
    padding: 0 12px;
}
.modal-inner-content {
    border-radius: 12px;
    overflow: hidden;
}
.preview-modal-header {
    background-color: #fff;
    position: relative;
    padding: 16px 0;
    text-align: center;
}
.preview-modal-header H4 {
    text-transform: none;
    margin-bottom: 0;
}
.preview-modal-header A.preview-modal-close {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #e65a01;
    font-weight: 600;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.preview-modal-header A.preview-modal-close::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(../images/icons/close-orange.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 8px;
}
.wall-color {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #58585a;
    width: 100%;
    height: 100%;
}
.wall-structure {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/preview_modal/overlay-light.png');
    opacity: 0.4;
    width: 100%;
    height: 100%;
}
.preview-main {
    position: relative;
}
.preview-main > IMG {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.preview-main > IMG.decor-mobile {
    display: none;
    width: auto;
}
.window-wrap {
    position: absolute;
    width: 32%;
    height: 47%;
    top: 6.4%;
    left: 50%;
    transform: translateX(-44%);
    background-image: url("../images/preview_modal/voorbeeld_window.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.window-blinds-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 90%;
    height: 93%;
    top: 0;
    left: 5.1%;
}
#window-blinds {
    width: 100%;
    position: relative;
}
#window-blinds .jaloezie {
    width: 100%;
    box-shadow: 0 1px 5px 0px #58585a;
    background-size: 110% 110%;
}
#window-blinds .window-blinds-ladderband {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
#window-blinds .window-blinds-ladderband .ladderband {
    position: static;
    height: 100%;
}
.dropdown-wrap {
    position: absolute;
    z-index: 1;
    top: 32px;
    left: 24px;
    min-width: 230px;
    max-width: 230px;
}
#dropdownColorLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#dropdownColorLink::after {
    content: "";
    background-image: url(../images/icons/arrow-down-white.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    display: block;
    margin-left: 8px;
}
.dropdown-menu {
    border: 1px solid #ff6200;
    background-color: #fff;
    border-top: none;
    display: none;
}
.dropdown-menu::before,
.dropdown-menu::after {
    content: "";
    display: table;
    clear: both;
}
.dropdown-menu > A.dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #58585a;
    padding: 0;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    width: 25%;
    float: left;
}
.dropdown-menu > A.dropdown-item._active > SPAN  {
    border: 3px solid #ff6200;
}
.dropdown-menu > A.dropdown-item:hover {
    background-color: rgba(255, 98, 0, 0.2);
}
.dropdown-menu > A.dropdown-item > .dropdown-color-preview {
    display: block;
    width: 55px;
    height: 55px;
    margin: 1px;
    border: 1px solid rgba(88, 88, 90, 0.5);
}

.product-image .image {
	cursor: pointer;
}
.product-image .nextimage {
	position: absolute;
	right: -30px;
	top: 0;
	height: 100%;
	width: 30px;
	background-image: url( '../images/arrow-right.png' );
	background-position: right center;
	background-repeat: no-repeat;
    cursor: pointer;
}
.ladderbandlabel {
	padding: 16px 0;
}
.product-image .previmage {
	position: absolute;
	left: -30px;
	top: 0;
	height: 100%;
	width: 30px;
	background-image: url( '../images/arrow-left.png' );
	background-position: left center;
	background-repeat: no-repeat;
    cursor: pointer;
}
.product-image .nextimage:hover, .product-image .previmage:hover {
	display: block;
}
#productvoordelen h4 {
	font-size: 14px;
	font-weight: 600;
}
@media (max-width: 1200px) {
    .catalog-product-view .prod-opt-wrap .prod-opt-tab .prod-opt-body-wrap .prod-opt-body#sizes .inputs-wrap {
        float: none;
        margin-bottom: 8px;
    }
    .catalog-product-view .prod-opt-wrap .prod-opt-tab .prod-opt-body-wrap .prod-opt-body#sizes .inputs-wrap LABEL {
        min-width: 72px;
    }
}
@media (max-width: 991px) {
    .catalog-product-view .main-container .main #product-img-box {
        margin-right: 16px;
        width: calc(100% - 336px);
    }
    .catalog-product-view .main-container .main .product-info {
        width: 320px;
    }
    .catalog-product-view .main-container .main .product-additional {
        width: 320px;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tabs-links .product-tabs-link::before,
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tabs-links .product-tabs-link:last-child::after{
        height: 32px;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tabs-links .product-tabs-link a {
        padding: 16px 24px;
        font-size: 13px;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents {
        padding: 24px 0 32px;
    }
    .catalog-product-view .prod-opt-block {
        margin-right: 16px;
    }
    .catalog-product-view .product-opt-sidebar {
        width: 320px;
    }
    .catalog-product-view .product-img-box .preview {
        margin: 0 auto;
    }
    .catalog-product-view .product-img-box .previewtekst {
        margin: 0;
        font-size: 14px;
        width: 100%;
    }
    .catalog-product-view .additional-wrap .review-wrap {
        padding: 24px 16px 24px 16px;
    }
    .catalog-product-view .main-container .main .product-additional .product-color-picker DIV.color-box:nth-child(8),
    .catalog-product-view .main-container .main .product-additional .product-color-picker DIV.color-box:nth-child(7){
        display: none;
    }
    .dropdown-menu {
        overflow: auto;
        max-height: 400px;
    }
    .dropdown-menu::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    .dropdown-menu::-webkit-scrollbar:vertical {
        width: 6px;
    }
    .dropdown-menu::-webkit-scrollbar:horizontal {
        height: 12px;
    }
    .dropdown-menu::-webkit-scrollbar-thumb {
        background-color: #e65a01;
    }
    .dropdown-menu::-webkit-scrollbar-track {
        background-color: #ffffff;
        border-left: 1px solid #e65a01;
    }
}
@media (max-width: 860px) {
    .catalog-product-view .main-block-prod {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .catalog-product-view .prod-opt-block {
        margin: 0;
        width: 100%;
    }
    .catalog-product-view .prod-opt-wrap .product-options-bottom {
        display: none;
    }
    .catalog-product-view .product-opt-sidebar {
        width: 100%;
        margin-top: 32px;
    }
    .catalog-product-view .prod-opt-wrap .prod-opt-tab .prod-opt-body-wrap .prod-opt-body#sizes .inputs-wrap {
        margin-bottom: 0;
        float: left;
    }
    .catalog-product-view .product-img-box {
        display: block;
    }
    .catalog-product-view .product-img-box .preview {
        margin: 0;
    }
    .catalog-product-view .product-img-box .previewtekst {
        width: 160px;
        margin: 0 0 0 16px;
    }
    .catalog-product-view .additional-wrap .review-wrap .review-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .catalog-product-view .additional-wrap .review-wrap .review-footer A.more-reviews, .catalog-product-view .additional-wrap .review-wrap .review-footer A.less-reviews {
        margin-bottom: 16px;
    }
}
@media (max-width: 800px) {
    .catalog-product-view .prod-opt-wrap .prod-opt-tab .prod-opt-body-wrap .prod-opt-body#sizes {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .catalog-product-view .prod-opt-wrap .prod-opt-tab .prod-opt-body-wrap .prod-opt-body#sizes #hulp_opmeten {
        position: relative;
        top: unset;
        right: unset;
        margin-bottom: 4px;
    }
    .catalog-product-view .prod-opt-wrap .prod-opt-tab .prod-opt-body-wrap .prod-opt-body#sizes .inputs{
        width: 100%;
        margin-bottom: 16px;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content .product-tab-content-body .profit-list::before {
        display: none;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content .product-tab-content-body .profit-list .product-list-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content .product-tab-content-body .profit-list .product-list-item::before {
        /* display: none; */
		left: -26px;
		height: 17px;
		width: 17px;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content .product-tab-content-body .profit-list .product-list-item {
        padding: 0;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content .product-tab-content-body .profit-list .product-list-item:nth-child(2) {
        margin-top: 32px;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content .product-tab-content-body .profit-list .product-list-item:nth-child(2)::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #D4D4D4;
        top: -16px;
        left: 0;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content .product-tab-content-body .profit-list .product-list-item::after {
        top: -16px;
    }
}
@media (max-width: 768px) {
	.extratext {
		margin-left: 12px;
		margin-right: 12px;
	}
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: initial;
	}
	a#main-block-prod {
		top: -104px;
	}
	.wrapper.usps_closed a#main-block-prod {
		top: -80px;
	}
	div#header_price_container.visible {
		top: 24px;
		display: flex;
		background-color: #ffffff;
		padding: 7px;
		box-shadow: 0 2px 2px 0 rgb(127 127 127 / 35%);
	}
	#header_price_container.visible.usps_closed {
		top: 0px;
	}
	#header_price_container img {
		height: 33px;
	}
	#header_price_container .header_image {
		flex: 1;
	}
	#header_price_container .name_cta_container {
		flex: 5;
		padding: 0 12px;
		font-size: 14px;
		line-height: initial;
	}
	#header_price_container .name_cta_container .name, #header_price_container .name_cta_container .cta {
		height: 50%;
		display: flex;
	}
	#header_price_container .name_cta_container .cta {
		align-items: flex-end;
		font-weight: bold;
	}
	#header_price_container .name_cta_container .cta a  {
		color: #ff6200;
	}
	#header_price_container .name_cta_container .cta a:hover {
		color: #58585A;
	}
	#header_price_container .addtocart {
		flex: 1;
	}
	#header_price_container .addtocart img {
		float: right;
	}
	#header_price_container .name_cta_container .cta {
		font-weight: bold;
	}
	#header_price_container .name_cta_container .cta::before {
		content: "";
		display: inline-block;
		width: 14px;
		height: 14px;
		background-image: url( '../images/pijl-oranje-cta.png' );
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: baseline;
		margin-bottom: 1px;
	}
	#header_price {
		display: none;
		height: 50% !important;
		align-items: flex-end;
		margin: 0;
	}
	#header_price .price-box {
		font-family: 'Montserrat', sans-serif;
		display: block;
		float: initial;
		margin-right: auto;
		margin-left: 3px;
		color: #3a3a39;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#header_price .price-box .price {
		font-size: 14px;
		color: #FF7100;
		padding-left: 5px;
	}
	#header_price_container .addtocart .cart_disabled, #header_price_container .addtocart .cart_enabled {
		display: none;
	}
	#header_price_container .addtocart .cart_enabled {
		cursor: pointer;
	}
	.product-image .nextimage, .product-image .previmage {
		display: block;
	}
    .product-image .previmage {
		display: block;
        left: 0;
	}
    .product-image .nextimage {
		display: block;
        right: 0;
	}
    .catalog-product-view .main-container .main .product-info {
        float: none;
        width: 100%;
    }
    .catalog-product-view .main-container .main .product-info .product-name h1{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 4px;
    }
    .category-header {
        margin-bottom: 16px;
    }
    .catalog-product-view .wrap {
        margin: 32px 0;
    }
    .catalog-product-view .popular-product-wrap {
        padding: 32px 0;
    }
    .catalog-product-view .main-container .main .product-info .max-width-wrapper {
        display: none;
    }
    .catalog-product-view .main-container .main .product-info .product-available {
        margin-top: 8px;
    }
    .catalog-product-view .main-container .main .product-info .product-available .price-product-info {
        font-size: 26px;
        line-height: 35px;
    }
    .catalog-product-view .main-container .main .product-info .help-wrapper {
        margin-top: 8px;
        font-size: 12px;
    }
    .catalog-product-view .main-container .main #product-img-box {
        float: none;
        width: 100%;
        margin-top: 8px;
        height: auto;
        min-height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        position: relative;
    }
    .catalog-product-view .main-container .main #product-img-box .more-views {
        margin-top: 10px;
        margin-right: 0;
        position: relative;
    }
    .catalog-product-view .main-container .main #product-img-box .more-views .image-carousel {
        display: block;
    }
    .catalog-product-view .main-container .main #product-img-box .more-views .image-carousel::before,
    .catalog-product-view .main-container .main #product-img-box .more-views .image-carousel::after {
        content: "";
        display: table;
        clear: both;
    }
    .catalog-product-view .main-container .main #product-img-box .more-views .image-carousel li {
        margin: 0 4px 0 0;
        width: 91px;
        float: left;
    }
    .catalog-product-view .main-container .main #product-img-box .more-views .prev-item a,
    .catalog-product-view .main-container .main #product-img-box .more-views .next-item a {
        width: 24px;
        height: 32px;
    }
    .catalog-product-view .main-container .main #product-img-box .more-views .prev-item {
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-55%);
        -ms-transform: translateY(-55%);
        transform: translateY(-55%);
        z-index: 1;
    }
    .catalog-product-view .main-container .main #product-img-box .more-views .next-item {
        top: 50%;
        left: unset;
        right: 0;
        bottom: unset;
        -webkit-transform: translateY(-55%);
        -ms-transform: translateY(-55%);
        transform: translateY(-55%);
        z-index: 1;
    }
    .catalog-product-view .main-container .main #product-img-box .more-views .prev-item-button::before {
        width: 9px;
        height: 11px;
        transform: rotate(90deg);
    }
    .catalog-product-view .main-container .main #product-img-box .more-views .next-item-button::before {
        width: 9px;
        height: 11px;
        transform: rotate(270deg);
    }
    /*
    .catalog-product-view .main-container .main #product-img-box .product-image{
        padding-top: 100%;
    }
    */
    .catalog-product-view .main-container .main .product-additional {
        float: none;
        width: 100%;
    }
    .catalog-product-view .main-container .main .product-usps-wrap {
        padding: 16px 12px;
        margin-top: 0px;
		background-color: #fff;
    }
	ul.product-usps-items {
		background-color: #f5f5f5;
		padding: 16px 12px;
	}
    .catalog-product-view .main-container .main .product-usps-wrap ul li {
        font-size: 10px;
        line-height: 12px;
    }
    .catalog-product-view .main-container .main .product-usps-wrap ul li::before {
        vertical-align: baseline;
    }
    .catalog-product-view .main-container .main .max-width-wrapper {
        display: block;
    }
    .catalog-product-view .main-container .main .max-width-wrapper P {
        display: inline;
        margin-bottom: 0;
    }
    .catalog-product-view .main-container .main .breadcrumbs {
        padding: 8px 12px;
    }
    .catalog-product-view .main-container .main .breadcrumbs ul li {
        font-size: 11px;
        line-height: 13px;
    }
    .catalog-product-view .product-tabs-wrapper {
        background-color: transparent;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tabs-links {
        outline: none;
        background-color: #F5F5F5;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        display: none;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tabs-links .product-tabs-link._content-show a {
        background-color: #58585A;
        color: #fff;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tabs-links .product-tabs-link a::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 12px;
        width: 12px;
        height: 8px;
        background-image: url("../images/icons/arrow-down.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tabs-links .product-tabs-link._content-show a::before {
        content: "";
        position: absolute;
        top: 50%;
        left: unset;
        right: 12px;
        width: 12px;
        height: 8px;
        background-image: url("../images/icons/arrow-down-white.svg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
        background-color: transparent;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tabs-links .product-tabs-link a {
        color: #58585A;
        font-size: 14px;
        padding: 13px 12px;
        font-weight: 600;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tabs-links .product-tabs-link::before,
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tabs-links .product-tabs-link:last-child::after {
        content: none;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents {
        padding: 0;
        /* background-color: #58585A; */
		color: #58585A;
		background-color: #ffffff;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tabs-link-mobile {
        display: block;
        color: #58585A;
        padding: 13px 16px;
        background-color: #ffffff;
        font-size: 14px;
        line-height: 24px;
        font-weight: 600;
        position: relative;
		border-bottom: 1px solid #D4D4D4;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tabs-link-mobile._show {
        color: #58585A;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tabs-link-mobile::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 16px;
        width: 12px;
        height: 12px;
        background-image: url(../images/icons/plusje.svg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tabs-link-mobile._show::after {
        background-image: url(../images/icons/minnetje.svg);
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content .product-tab-content-title {
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 24px;
        color: #58585A;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content * {
        color: #58585A;
    }
	#product-attribute-specs-table {
		border: 0;
	}
	.data-table tbody td, .data-table tfoot td, .data-table th, #product-attribute-specs-table th {
		border: 0;
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		line-height: 24px;
		color: #58585A;
		padding: 4px 8px 4px 0;
		background-color: #ffffff;
	}
	.data-table th {
		font-weight: bold;
		text-transform: none;
	}
	.catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content a.btn-orange {
		color: #ffffff;
	}
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content {
        padding: 16px 16px 32px 16px;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content#meten_monteren .product-tab-content-body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content#meten_monteren .product-tab-content-body > DIV {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content#meten_monteren .product-tab-content-body .right-block{
        display: none;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content#specificaties .data-table TH {
        background: transparent;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content#specificaties .data-table TH,
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content#specificaties .data-table TD {
        color: #58585A;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content#specificaties .data-table TD {
        padding-left: 8px;
    }
    .catalog-product-view .product-tabs-wrapper .product-tabs .product-tab-contents .product-tab-content#advies A {
        color: #58585A;
    }
    .catalog-product-view .prod-opt-wrap .prod-opt-tab .prod-opt-title,
    .catalog-product-view #SCPcustomOptionsDiv DT LABEL, .ladderbandlabel {
        font-size: 16px;
    }

    .catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container {
        width: calc(33% - 8px) !important;
    }
    .catalog-product-view #SCPcustomOptionsDiv DD .kleur_container > .kleur {
        width: 100%;
    }
    .catalog-product-view #SCPcustomOptionsDiv DD .kleur_container > .kleur > .kleur_inner {
        width: 100%;
		background-size: contain;
    }
    .catalog-product-view #SCPcustomOptionsDiv DD .kleur_container > .kleurnaam {
        width: 100%;
        min-height: 77px;
    }
    .catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container > .kleur.productkleur,
    .catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container > .kleur.ladderbandkleur,
    .catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container > .kleur.retrouitstraling,
    .catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container > .kleur.cassettekleur {
        width: 100%;
    }
    .catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container > .kleur.productkleur > .kleur_inner,
    .catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container > .kleur.ladderbandkleur > .kleur_inner,
    .catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container > .kleur.retrouitstraling > .kleur_inner,
    .catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container > .kleur.cassettekleur > .kleur_inner {
        width: 100%;
		background-size: initial;
    }
    .catalog-product-view #SCPcustomOptionsDiv DD .input-box.Kleur div.kleurnaam,
    .catalog-product-view #SCPcustomOptionsDiv DD .kleurstalen div.kleurnaam,
    .catalog-product-view #SCPcustomOptionsDiv DD .input-box.Profielkleur div.kleurnaam {
        width: 100%;
        min-height: 77px;
    }
    .catalog-product-view .product-opt-sidebar .advice-wrap {
        display: block;
    }
    .catalog-product-view .product-opt-sidebar .add-to-cart {
        text-align: center;
    }
    .catalog-product-view .product-opt-sidebar .add-to-cart .button.btn-cart {
        width: 100%;
        padding: 9px 9px;
    }
    .catalog-product-view .product-opt-sidebar .add-to-cart .button.btn-cart::after {
        margin-left: 0;
    }
    .catalog-product-view .prod-opt-wrap .prod-opt-tab .prod-opt-title::before,
    .catalog-product-view #SCPcustomOptionsDiv DT LABEL::after {
        right: 0;
    }
    .catalog-product-view .product-opt-sidebar .sidebar-add-opt-item H5 {
        font-size: 16px;
        line-height: 16px;
    }
    .catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper .modal-form {
        margin: 0 16px;
    }
    .preview-modal-inner {
        min-width: 320px;
        margin: 0 auto;
        padding: 0;
		margin-top: 0px;
    }
    .modal-inner-content {
        border-radius: 0;
    }
    .window-wrap {
        width: 63%;
        height: 44%;
        top: 9%;
        left: 46%;
    }
    .preview-main > IMG.decor-desktop {
        display: none;
    }
    .preview-main > IMG.decor-mobile {
        display: block;
        height: 80vh;
    }
    .dropdown-wrap {
        top: unset;
        bottom: 16px;
        left: 50%;
        min-width: 250px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .preview-modal-header {
        padding: 16px 12px;
        text-align: left;
    }
    .preview-modal-header A.preview-modal-close > SPAN {
        display: none;
    }
    .preview-modal-header A.preview-modal-close::after {
        margin-left: 0;
    }
    .dropdown-menu {
        position: absolute;
        width: 100%;
        top: -188px;
        border-top: 1px solid #ff6200;
    }
    .dropdown-menu > A.dropdown-item > .dropdown-color-preview {
        width: 60px;
        height: 60px;
    }
    #window-blinds .jaloezie {
        background-size: 110% 110%;
    }
	.photogallery_overlay {
		position: fixed;
		top: 0;
		height: 100%;
		width: 100%;
		z-index: 10000;
		background-color: #fff;
	}
	.photogallery .more-views {
		display: none;
	}
	.photogallery {
		position: fixed;
		top: 50%;
		transform: translate(0, -50%);
		padding: 0 0;
	}
	.photogallery .product-image img {
		border: 0px;
	}
	.photogallery_close {
		position: fixed;
		right: 20px;
		top: 20px;
		cursor: pointer;
		width: 17px;
		height: 17px;
		background-image: url("../images/icons/close.svg");
		background-repeat: no-repeat;
	}
}
@media (max-width: 600px) {
    .catalog-product-view .prod-opt-wrap .prod-opt-tab .prod-opt-body-wrap .prod-opt-body#sizes .inputs-wrap {
        float: none;
        margin: 0 0 8px;
    }
    .catalog-product-view .prod-opt-wrap .prod-opt-tab .prod-opt-body-wrap .prod-opt-body#sizes .inputs-wrap:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 475px) {
    .catalog-product-view .product-opt-sidebar {
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-right: -12px;
    }
    .catalog-product-view #SCPcustomOptionsDiv DD .input-box .kleur_container {
        width: calc(50% - 8px) !important;
    }
    .catalog-product-view .prod-opt-wrap .prod-opt-tab {
        padding: 16px 9px;
    }
    .catalog-product-view .prod-opt-wrap .prod-opt-tab._is-close {
        padding: 16px 9px;
    }
    .catalog-product-view #SCPcustomOptionsDiv DT {
        padding: 16px 9px 16px 9px;
    }
    .catalog-product-view #SCPcustomOptionsDiv DD {
        padding: 0 9px 16px 9px;
    }
    .catalog-product-view .additional-wrap .review-wrap {
        padding: 16px 8px 24px 8px;
    }
    .catalog-product-view .additional-wrap .review-wrap .review-header H3 {
        font-size: 18px;
        line-height: 24px;
    }
    .catalog-product-view .additional-wrap .review-wrap .review-header .rating-wrapper .rating-number {
        font-size: 26px;
        line-height: 25px;
    }
    .catalog-product-view .additional-wrap .review-wrap .review-body .review-card {
        padding: 16px 8px 8px 8px;
    }
    .catalog-product-view .additional-wrap .review-wrap .review-body .review-card .review-card-header {
        margin-bottom: 4px;
    }
    .catalog-product-view .additional-wrap .review-wrap .review-footer A.btn {
        width: 100%;
    }
    .catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper .modal-form {
        margin: 0 12px;
        padding: 16px 8px;
    }
    .catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper .modal-form .form-add .fieldset .stars-checkboxes {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .catalog-product-view .additional-wrap .review-wrap .modal-form-wrapper .modal-form .form-add .fieldset .stars-checkboxes H5 {
        margin: 0 0 8px 0;
        width: 100%;
    }
    .catalog-product-view .wrap {
        margin: 0 0 32px 0;
    }
    .catalog-product-view .main-container .main #product-img-box .more-views .image-carousel li {
        width: 54px;
    }
    .catalog-product-view .product-opt-sidebar .advice-wrap #advies-btn,
    .catalog-product-view .product-opt-sidebar .add-to-cart .button.btn-cart {
        width: calc(100% - 24px);
    }
    .preview-main > IMG.decor-mobile {
        height: auto;
        width: 100%;
    }
}
@media (max-width: 402px) {
    .catalog-product-view .product-img-box .preview, .catalog-product-view .product-img-box .pakketpreview {
        margin: 0 auto;
    }
	.catalog-product-view .product-img-box .pakketpreview {
		margin-bottom: 16px;
	}
    .catalog-product-view .product-img-box .previewtekst {
        margin: 0;
        width: 100%;
    }
	.catalog-product-view .product-img-box .previewtekst.blind {
        margin-bottom: 16px;
    }
}
@media (max-width: 375px) {
    .catalog-product-view .main-container .main .product-additional .product-color-picker DIV.color-box:nth-child(6) {
        display: none;
    }
}