/* Imports =============================================================== */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/* Homepage - Header ===================================================== */
.cms-home .page.messages {
    margin-top: 50px;
}
body .header.content > .header.links > li a {
    color: #355C7D;
    font-family: Montserrat;
}
body .page-header .minisearch input[type="text"] {
    border-color: #707070;
    font-family: Montserrat;
    font-weight: 100;
    color: #355C7D;
    font-weight: normal;
}
body .page-header .minisearch input[type="text"]::placeholder {
    color: #355C7D;
    font-weight: 100;
}
body .page-header .minisearch .actions .action.search::before {
    color: #355C7D;
}
.navigation .level0.parent > .level-top > .ui-menu-icon:after {
    font-size: 20px;
}
/* ======================================================================= */
/* Homepage - Content ===================================================== */
.cms-home .home_text .wrapper {
    padding-bottom: 0;
    margin-bottom: 25px;
	display: flex;
    gap: 30px;
}
.cms-home .home_text .wrapper:after {
    content: none;
}
.cms-home .home_text .wrapper .banner {
    position: relative;
    min-height: 255px;
    max-width: 64.5%;
    padding: 50px;
}
.cms-home .home_text .wrapper .banner-cta {
    position: relative;
    height: 325px;
    width: 33%;
    padding: 15px;
    background-color: #F2F2F2;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cms-home .home_text .wrapper .banner-cta > * {
    /* width: 55%; */
    color: #707070;
    font-weight: bold;
    font-size: 16px;
}
.cms-home .home_text .wrapper .banner-cta h2 {
    font-size: 26px;
    color: #C4272A;
    width: 100%;
    margin: 0;
    margin-bottom: .5rem;
}
.cms-home .home_text .wrapper .banner-cta a {
    margin-top: auto;
    background-color: #C4272A;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #355C7D url(../images/arrow_left_white.png) no-repeat center;
    font-size: 0;
    background-size: 24px;
    transition: background-color .2s;
}
.cms-home .home_text .wrapper .banner-cta a:hover {
    background-color: #C4272A;
}
.cms-home .home_text .wrapper .banner-cta .kortingPrijs{
    color: #000;
    margin: 0;
    align-self: flex-start;
}
.cms-home .home_text .wrapper .banner-cta .kortingImage{
    text-align: center;
    width: 95%;
}
.cms-home .home_text .wrapper .banner-cta .kortingButton{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.cms-home .home_text .wrapper .banner-cta p{
    margin: 0;
}
.cms-home .home_text .wrapper .banner-cta img {
    align-self: center;
    width: 70%;
}
.cms-home .home_text .wrapper .banner h1,
.cms-home .home_text .wrapper .banner p {
    font-family: Montserrat;
    position: relative;
    z-index: 1;
    color: #FFF;
}
.cms-home .home_text .wrapper .banner h1 {
    font-size: 37px;
    font-weight: bold;
    margin-bottom: 30px;
}
.cms-home .home_text .wrapper .banner p {
    font-size: 18px;
}
.cms-home .home_text .wrapper .banner :is(img, p:has(img)) {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    max-height: 100%;
    object-position: bottom;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.cms-home .home_text .wrapper .banner pre {
    background-color: rgba(53, 92, 125, .8);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
    line-height: 1;
    margin: 0;
    font-size: 0;
    padding: 0;
    border-radius: 10px;
}
.cms-home .home-usp {
    font-family: Montserrat;
    margin-bottom: 90px;
}
.cms-home .home-usp * {
    border: 0;
    vertical-align: middle;
}
.cms-home .home-usp h3 {
    font-weight: bold;
}
.cms-home .home-usp p {
    font-family: Montserrat;
    color: #355C7D;
}
.cms-home .home-usp > table {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
}
.cms-home .home-usp > table tbody {
    border: 1px solid #C4272A;
    border-radius: 10px;
    display: block;
}
.cms-home .home-usp > table td:first-child {
    padding-left: 50px;
}
.cms-home .home-usp > table td:last-child {
    padding-right: 50px;
    padding-left: 25px;
}
.cms-home .home-usp > table td:nth-child(2),
.cms-home .home-usp > table td:nth-child(4) {
    padding-right: 100px;
    padding-left: 25px;
}
.cms-home .product-row {
    display: flex;
    gap: 30px;
    margin-bottom: 90px;
}
.cms-home .product-row:last-child {
    margin-bottom: 90px;
}
.cms-home .product-row > * {
    width: 50%;
}
.cms-home .product-row .home-products {
    width: 60%;
}
.cms-home .product-row .home-products-text {
    position: relative;
    background-color: #F7F7F7;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 50px 50px 20px 50px;
    min-height: calc(367px - 50px);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.cms-home .product-row .home-products-text > p:empty {
    display: none;
}
.cms-home .product-row .home-products-text p {
    font-family: Montserrat;
    color: #000;
}
.cms-home .product-row .home-products-text .block-category-link {
    margin-bottom: 0;
    margin-top: auto;
}
.cms-home .product-row .home-products-text .block-category-link a {
    font-family: Montserrat;
    background-color: #355C7D;
    display: inline-block;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 10px;
    text-transform: uppercase;
    transition: background-color .2s;
}
.cms-home .product-row .home-products-text .block-category-link a:hover {
    text-decoration: none;
    background-color: #C4272A;
}
.cms-home .product-row .home-products .grid {
    margin-bottom: 0;
    height: 100%;
}
.cms-home .product-row .home-products .grid .block-content {
    height: 100%;
}
.cms-home .product-row .home-products .product-items {
    height: 100%;
}
.cms-home .product-row .home-products .product-items .product-item-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cms-home .product-row .home-products > p {
    display: none;
}
.cms-home .product-row .home-products .product-items {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 30px;
}
.cms-home .product-row .home-products .product-items .product-item {
    width: 100%;
    margin-bottom: 0;
    border: 0;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
}
.cms-home .product-row .home-products .product-items .product-item .product-item-photo {
    text-align: center;
}
.cms-home .product-row .home-products .product-items .product-item .product-item-photo .product-image-wrapper {
    padding: 0 !important;
    height: 240px;
}
.cms-home .product-row .home-products .product-items .product-item .product-item-photo .product-image-wrapper img {
    margin: 0;
    position: relative;
}
.cms-home .product-row .home-products .product-items .product-item .product-item-details {
    border: 0;
}
.cms-home .product-row .home-products .product-items .product-item .product-item-details .stock{
    display: none;
}
.cms-home .product-row .home-products .product-items .product-item .product-item-details .product-item-name {
    margin: 0;
    margin-bottom: 20px;
}
.cms-home .product-row .home-products .product-items .product-item .product-item-details .product-item-name a {
    color: #000;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    font-family: Montserrat;
    height: auto;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
/* .cms-home .product-row .home-products .product-items .product-item .product-item-details .price-excluding-tax {
    display: none;
} */
.cms-home .product-row .home-products .product-items .product-item .product-item-details .price-wrapper .price {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
}
.cms-home .product-row .home-products .product-items .product-item .product-item-details .actions-primary {
    position: relative;
}
.cms-home .product-row .home-products .product-items .product-item .product-item-details .actions-primary .primary {
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 14px;
    text-align: center;
    padding-left: 23px;
    padding: 10px 20px;
}
.cms-home .product-row .home-products .product-items .product-item .product-item-details .actions-primary .primary:after {
    display: none;
    /* display: inline-block; */
    content: '';
    background: url(../images/cart_red.svg) no-repeat center;
    width: 45px;
    height: 100%;
    background-color: #F7F7F7;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.cms-home .product-row .home-products .block-title,
.cms-home .product-row .home-products .pager {
    display: none;
}
.cms-home .banner-bottom-container {
    display: flex;
    position: relative;
    margin-bottom: 90px;
    height: 450px;
}
.cms-home .banner-bottom-container .banner-bottom-image,
.cms-home .banner-bottom-container .banner-bottom-text {
    width: 50%;
}
.cms-home .banner-bottom-container .banner-bottom-image img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 10px;
}
.cms-home .banner-bottom-container .banner-bottom-image pre {
    background-color: rgba(53, 92, 125, .8);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
    line-height: 1;
    margin: 0;
    font-size: 0;
    padding: 0;
    border-radius: 10px;
}
.cms-home .banner-bottom-container .banner-bottom-text {
    position: relative;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1095.865' height='655' viewBox='0 0 1095.865 655'%3E%3Cpath id='Path_9' data-name='Path 9' d='M5524.355,3751s-66.031-3.522-86.178,135.134-3.883,503.888,20.19,515.145,1066.58-1.187,1066.58-1.187V3751Z' transform='translate(-5410 -3750)' fill='%23c4272a'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 8%;
    width: 34%;
    font-family: Montserrat;
}
.cms-home .banner-bottom-container .banner-bottom-text p {
    color: #FFF;
    font-family: Montserrat;
}
.cms-home .banner-bottom-container .banner-bottom-text h2 {
    font-size: 42px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px
}
.cms-home .banner-bottom-container .banner-bottom-text h3 {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px
}
.cms-home .banner-bottom-container .banner-bottom-text .widget {
    margin: 0;
    margin-top: 10px;
}
.cms-home .banner-bottom-container .banner-bottom-text .widget a {
    font-family: Montserrat;
    background-color: #355C7D;
    text-decoration: none;
    display: inline-block;
    color: #FFF;
    padding: 20px 30px;
    border-radius: 10px;
    text-transform: uppercase;
    transition: background-color .2s;
}
.cms-home .banner-bottom-container .banner-bottom-text .widget a:hover {
    background-color: #5BAB3C;
}
.cms-home .text-bottom-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
    padding: 0 50px;
}
.cms-home .text-bottom-container > * {
    width: 50%;
    margin-right: 100px;
}
.cms-home .text-bottom-container * {
    font-family: Montserrat;
    color: #000;
}
.cms-home .text-bottom-container h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    margin: 0;
    margin-bottom: 20px;
}
.cms-home .text-bottom-container a {
    color: #000;
    transition: color .2s;
}
.cms-home .text-bottom-container a span {
    text-decoration: underline;
}
.cms-home .text-bottom-container a:hover {
    color: #C4272A;
    text-decoration: none;
}
.cms-home .text-bottom-container ul {
    padding: 0;
    list-style: none;
}
.cms-home .text-bottom-container ul a:before {
    content: "\f061";
	font-family: "FontAwesome";
    color: #C4272A;
    font-size: 12px;
    margin-right: 10px;
}
.cms-home .contact-bottom-container {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
    margin-bottom: 10px;
}
.cms-home .contact-bottom-container > * {
    width: 50%;
}
.cms-home .contact-bottom-container .contact-bottom.left {
    margin-right: 100px;
    width: 40%;
}
/* .cms-home .contact-bottom-container .contact-bottom.right img {
    transform: rotateZ(5deg);
} */
.cms-home .contact-bottom-container form,
.contact-index-index form {
    font-family: Montserrat;
}
.cms-home .contact-bottom-container form .legend,
.contact-index-index form .legend {
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    margin: 0;
    margin-bottom: 20px;
    font-size: 26px;
}
.cms-home .contact-bottom-container form .fieldset,
.contact-index-index form .fieldset {
    margin-bottom: 25px;
}
.cms-home .contact-bottom-container form .field,
.contact-index-index form .field {
    color: #000;
    font-family: Montserrat;
    margin-bottom: 15px;
}
.cms-home .contact-bottom-container form .field .label,
.contact-index-index form .field .label {
    display: none;
}
.cms-home .contact-bottom-container form .field.note.no-label,
.contact-index-index form .field.note.no-label {
    margin-bottom: 40px;
}
.cms-home .contact-bottom-container form .field input,
.cms-home .contact-bottom-container form .field textarea,
.contact-index-index form .field input,
.contact-index-index form .field textarea {
    font-family: Montserrat;
    border-radius: 10px;
    transition: border-color .2s;
    padding: 10px 15px;
    height: auto;
}
.cms-home .contact-bottom-container form .field input:active,
.cms-home .contact-bottom-container form .field textarea:active,
.cms-home .contact-bottom-container form .field input:focus,
.cms-home .contact-bottom-container form .field textarea:focus,
.contact-index-index form .field input:active,
.contact-index-index .field textarea:active,
.contact-index-index .field input:focus,
.contact-index-index .field textarea:focus  {
    border-color: #C4272A;
}
.cms-home .contact-bottom-container form .field #name,
.contact-index-index form .field #name {
    width: 75%;
}
.cms-home .contact-bottom-container form .actions-toolbar .action,
.contact-index-index form .actions-toolbar .action {
    margin: 0;
    margin-right: 20px;
    font-family: Montserrat;
    background-color: #355C7D;
    text-decoration: none;
    display: inline-block;
    color: #FFF;
    padding: 15px 30px;
    border-radius: 10px;
    text-transform: uppercase;
    transition: background-color .2s;
}
.cms-home .contact-bottom-container form .actions-toolbar .action:hover,
.contact-index-index form .actions-toolbar .action:hover {
    background-color: #C4272A;
}
.cms-home .contact-bottom-container form .actions-toolbar a[href*="tel"],
.contact-index-index form .actions-toolbar a[href*="tel"] {
    font-family: Montserrat;
    background-color: #C4272A;
    text-decoration: none;
    display: inline-block;
    color: #FFF;
    padding: 15px 30px;
    border-radius: 10px;
    text-transform: uppercase;
    transition: background-color .2s;
}
.cms-home .contact-bottom-container form .actions-toolbar a[href*="tel"]:hover,
.contact-index-index form .actions-toolbar a[href*="tel"]:hover {
    background-color: #355C7D;
}
/* ======================================================================= */
/* Homepage - Footer ===================================================== */
.page-footer .footer.content {
    margin: 0;
    padding: 0;
    max-width: 100%;
}
.page-footer .footer.content .footer_content {
    box-sizing: border-box;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.page-footer .footer.content .footer_content .container h2 {
    font-size: 16px;
    font-family: Montserrat;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 600;
}
.page-footer .footer.content .footer_content {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    gap: 2rem;
}
.page-footer .footer.content .footer_content:after {
    content: none;
}
.page-footer .footer.content .footer_content p {
    margin: 0;
}
.page-footer .footer.content .footer_content .container > * {
    font-family: Montserrat;
    font-weight: normal;
}
.page-footer .footer.content .footer_content .footer_adres ul li {
    padding-left: 20px;
}
.page-footer .footer.content .footer_content .footer_adres ul li:not(:last-child) {
    margin-bottom: 10px;
}
.page-footer .footer.content .footer_content .footer_adres ul:before {
    position: absolute;
    content: '\f041';
    font-family: 'FontAwesome';
}
.page-footer .footer.content .footer_content .footer_adres a[href*="tel"] {
    margin-left: -20px;
}
.page-footer .footer.content .footer_content .footer_adres a[href*="tel"]:before {
    content: '\f095';
    font-family: 'FontAwesome';
    margin-right: 10px;
}
.page-footer .footer.content .footer_content .footer_adres a[href*="mailto"] {
    margin-left: -20px;
}
.page-footer .footer.content .footer_content .footer_adres a[href*="mailto"]:before {
    content: '\f0e0';
    font-family: 'FontAwesome';
    margin-right: 10px;
    font-size: 12px;
}
.page-footer .footer.content .footer_content .footer_social ul {
    display: flex;
    gap: 20px;
}
.page-footer .footer.content .footer_content .footer_social a {
    font-size: 0;
}
.page-footer .footer.content .footer_content .footer_social a[href*="instagram"]:after {
    font-family: 'FontAwesome';
    content: '\f16d';
    font-size: 30px;
}
.page-footer .footer.content .footer_content .footer_social a[href*="linkedin"]:after {
    font-family: 'FontAwesome';
    content: '\f0e1';
    font-size: 30px;
}
.page-footer .footer.content .copyright {
    background-color: #F7F7F7;
    color: #000;
    margin: 0;
    font-family: Montserrat;
    padding: 10px 0;
    font-size: 14px;
}
.page-footer .footer.content .copyright ul {
    box-sizing: border-box;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-weight: normal;
}
.page-footer .footer.content .copyright a {
    color: #000;
    transition: color .2s;
}
.page-footer .footer.content .copyright a:hover {
    color: #C4272A;
    text-decoration: none;
}
/* ======================================================================= */

.stock.available{
    color: #000;
    margin-bottom: 5px;
}

.products-grid ol .product-item .price-box{
    margin-bottom: 5px !important;
}

.cms-home .product-row .price-wrapper::after{
    content: attr(data-label);
    margin-left: 10px;
    font-weight: 100;
    font-size: 16px ;
}

/* .home-products-text > .widget.block.block-category-link{
    position: absolute;
    bottom: 30px;
} */

.home-usp{
    display: none;
}
