.c2a-row {
    display: none;
    position: fixed;
    top: 200px;
    left: 0;
    width: 100%;
    background-color: #1d4660;
    z-index: 2;
}

.c2a-row--multi {
    top: 200px;
}

.ff-form-errors {
    display: none !important;
}

.product_h2w_usps {
    padding-left: 10px;
    list-style: none;
    color: #02465f;
}

.product_h2w_usps li::before,
.product_h2w_usps .product_h2w_usp::before {
    content: '';
    height: 14px;
    width: 25px;
    display: inline-block;
    background-image: url(../images/check-blue.svg);
    background-repeat: no-repeat;
}

.product_h2w_usps--no-indent {
    padding-left: 0;
    list-style: none;
    color: #02465f;
}

.product_h2w_usps--no-indent li::before,
.product_h2w_usps--no-indent .product_h2w_usp::before {
    content: '';
    height: 14px;
    width: 25px;
    display: inline-block;
    background-image: url(../images/check-blue.svg);
    background-repeat: no-repeat;
}

.product_h2w_usps--no-indent .product_h2w_usp {
    display: flex;
    align-items: flex-start;
}

.product_h2w_usps--no-indent .product_h2w_usp::before {
    flex-shrink: 0;
    margin-right: 8px;
    margin-top: 5px;
}

.stars {
    color: #ffc107;
    padding: 5px;
    position: relative;
    white-space: nowrap;
}

.stars svg {
    width: 16px;
    fill: #ffcb2b;
}

.google-icon {
    width: 20px;
    height: auto;
    display: inline-block;
  }

.product_horizontal_h2w_usp {
    padding-left: 10px;
    list-style: none;
    color: #02465f;
}

.product_horizontal_h2w_usps li::before,
.product_horizontal_h2w_usps .product_horizontal_h2w_usp::before {
    content: '';
    height: 14px;
    width: 25px;
    display: inline-block;
    background-image: url(../images/check-blue.svg);
    background-repeat: no-repeat;
}

@media (max-width: 576px) {
    .d-flex {
        align-items: center !important;
        text-align: center;
    }

    .stars {
        padding: 5px;
    }
    .stars svg {
        width: 16px;
    }

    .product_horizontal_h2w_usps {
        text-align: center;
        padding: 0;
    }
    .product_horizontal_h2w_usp {
        padding-left: 0;
        margin-bottom: 10px;
    }

    .payment-logos {
        text-align: center;
        margin-top: 10px;
    }
}

.video-container {
	position:relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#product-tab-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.stock {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}

.in-stock {
    color: green;
}

.not-in-stock {
    color: #b90202;
}

.proefplaatsing-dialog {
    margin-top: 200px;
    max-width: 1000px;
}

.addedtocart-dialog {
    margin-top: 150px;
}

.product-property-extra {
    display: none;
}

.option-item .option-item-label {
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 5px;
    color: #525252;
    margin: 2px;
    margin-right: 6px;
    font-size: 13px;
}

.option-item[data-handle='bureauVarBladKleur'] .option-item-label {
    max-width: 100px;
}

.option-item .option-item-label.bureau-label {
    flex-basis: 250px;
}

.option-item .option-item-label.disabled {
    opacity: 0.5;
}

.option-item .option-item-label label {
    cursor: pointer;
    margin-bottom: 0;
    padding: 5px 12px;
}

.option-item .option-item-label.active {
    border: 3px solid #26557a;
    margin: 0;
    margin-right: 4px;
}

.btn-colour.options {
    background-size: contain !important;
    width: 70px;
    height: 70px;
    border-radius: 3px;
    padding: 2px;
}

.btn-colour.options.active {
    border: 3px solid #26557a;
    padding: 0;
}

.input-invisible {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.breadcrumb a {
    color: #2F93B8;
}

.bg-triangle-kb {
    position: absolute;
    top: 0px;
    height: 400px;
}

#product-price.sale {
    text-decoration: line-through;
    font-weight: 100;
}

.product-thumb-more {
    text-align: center;
    line-height: 500%;
    width: 100%;
}

.product-thumb-more span {
    border: 1px solid #ccc;
    width: 100%;
    height: 100%;
    display: block;
}

.slick-thumb-carousel-item {
    padding: 10px 5px;
}

.slick-thumb-carousel-item img {
    -webkit-box-shadow: 0 2px 4px 0 rgba(17,34,68,0.2);
    box-shadow: 0 2px 4px 0 rgba(17,34,68,0.2);
    border: none;
}

.slick-thumb-item img {
    border: 1px solid #ccc;
}

/* Slick chevron */
.slick-arrow:before {
    content: '';
}

.slick-arrow {
    height: 40px;
    width: 40px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
    background-repeat: no-repeat;
    background-size: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 4px 0 rgba(17,34,68,0.2), 0 8px 16px 0 rgba(17,34,68,0.2);
    box-shadow: 0 2px 4px 0 rgba(17,34,68,0.2), 0 8px 16px 0 rgba(17,34,68,0.2);
    color: #556;
}

.slick-prev {
    left: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2302465f' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    background-position: 47% 50%;
}

.slick-next {
    right: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2302465f' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    background-position: 53% 50%;
}


.product-benefits {
    list-style-type: none;
    padding-left: 0;
}

.product-benefits li:before {
    content: '';
    height: 12px;
    width: 25px;
    display: inline-block;
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
}

.product-sku {
    color: #888;
    font-size: 13px;
    display: block;
}

.product-description h1,
.product-description h2,
.product-description h3,
.product-description h4,
.product-description h5 {
    color: #02465f;
}

.product-description .title-description {
	font-weight: 600;
    margin-bottom: 20px;
}

.product-description h1 {
    font-size: 25px;
    margin-bottom: 15px;
}

.product-description h2 {
    font-size: 23px;
    margin-bottom: 15px;
}

.product-description h3 {
    font-size: 19px;
    margin-bottom: 15px;
}

.product-description h4 {
    font-size: 17px;
    margin-bottom: 15px;
}

.product-description h5 {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}

.product-description ul,
.product-description ul li,
.product-description p {
    font-size: 15px;
}

.product-description table td {
    border: 1px solid #ddd;
    padding: 0 15px;
}

.product-table tr:nth-child(odd) {
    background-color: #fff;
}

.product-table tr td {
    padding: 8px 20px;
}

.upsells-title {
    font-size: 21px;
}

.upsells-slider {
    margin-left: -5px;
}

.upsells-slider .upsell-title {
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    display: -ms-flexbox;
}

.upsells-slider .upsell-price {
    font-size: 17px;
    margin-top: 5px;
    display: block;
}

.upsells-slider .slick-track {
    display: flex !important;
    margin-left: 0;
}

.upsells-slider .slick-slide {
    margin: 0 10px;
    height: inherit !important;
}

.upsell-info {
    margin-top: 20px;
    display: flex;
}

.upsell-info div {
    flex: 1;
    text-align: center;
}

.productsheet {
    position: relative;
    margin-left: 40px;
}

.productsheet:before {
    content: ' ';
    background-image: url(../images/download-arrow.svg);
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
    position: absolute;
    left: -40px;
    top: -6px;
}

body .mobile-specifications:hover,
body .mobile-specifications:focus {
    text-decoration: none;
    color: #02465f !important;
}

.mobile-specifications i {
    -webkit-transition: transform .4s;
    transition: transform .4s;
}

.read-more-product-description {
    text-decoration: underline;
}

.mobile-product-description-full {
    display: none;
}

.quote {
	border-left: #1d4660 solid 10px;
	background-color: #e9ecef;
	padding: 20px;
	font-style: italic;
}

.accordion .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    flex-wrap: nowrap;
    gap: 0.5rem;
    padding: 15px 20px;
    white-space: normal;
}

.accordion .btn .text {
    flex: 1;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.accordion .btn, .accordion .btn * {
    box-sizing: border-box;
}

.accordion .btn span:first-child {
    flex: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

.accordion .btn:focus, .accordion .btn:hover {
    text-decoration: none;
    outline: none;
}

.accordion .btn .chevron {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.accordion .btn[aria-expanded="true"] .chevron {
    transform: rotate(180deg);
}

.accordion .accordion-body img {
    max-width: 100%;
    height: auto;
}

.product-description img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 991px) {
    .c2a-row {
        top: 80px;
    }
}

@media screen and (max-width: 767px) {
    .product-table tr td {
        padding: 8px 18px;
    }

    .all-product-specifications {
        display: none;
    }
}

/* Price including/excluding style */
#price-container .price-including {
	display: block;
	color: #8c8c8c;
}
#price-container .price-including #including-product-price {
	font-weight: 300;
	font-size: 23px;
}
#price-container .price-including small {
	font-size: 20px;
}


@media only screen and (max-width: 992px) {
  .product-name.mobile {
    font-size: 1.75rem;
  }
  .product-name {
	  font-size: 0px;
  }
}

@media only screen and (min-width: 992px) {
  .product-name {
    font-size: 1.75rem;
  }
  .product-name.mobile {
	  font-size: 0px;
  }
}
