body {
    font-family: "IBM Plex Sans", sans-serif;
}





.footer{
    background: #1b5d2a;
}
.footer .col-md-3{
    width: 20%;
}
.title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title h3{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.copy-right p{
    font-size: 14px;
    color: #1b5d2a;
}
.copy-right p a{
    color: #1b5d2a;
}
.f-widget a:hover{
    transform: translateX(10px);
}
.f-widget a{
    transition: 0.5s;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 20px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}
.footer-col .title { 
    cursor: pointer; 
}
span.icon{
    color: #fff;
}
.socials a:hover{
    background: #1b5d2a;
    color: #fff;
    transform: translateX(0px);
}
.socials a{
    transition: 0.5s;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    color: #1b5d2a;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.f-widget img{
    width: 100%;
}
.cta-section{
    background: #e6f2e3;
}
.cta-content h2{
    font-weight: 700;
}
.cta-content p{
    font-size: 17px;
}
.buttons a{
    transition: 0.5s;
    display: inline-block;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 3px;
    background: #1b5d2a;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.btn-light{
    background: #32aa4e !important;
}
.buttons a:hover{
    background: #103518;
}
.btn-light:hover{
    background: #26833c !important;
    color: #fff !important;
}
.carousel-tile h2{ 
    color: #1b5d2a;
    font-weight: 400;
    font-size: 28px;
}
.Foto .owl-carousel .item img{
    margin-right: auto;
    margin-left: auto;
    width: 277px;
}
img.c-img{
    width: 140px !important;
}
.relative{
    position: relative;
}
button.owl-prev span{
    opacity: 0;
}
button.owl-next span{
    opacity: 0;
}
button.owl-prev:before {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(../images/ar-left.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: -3%;
}
button.owl-next:before {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(../images/ar-right.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    right: -3%;
}
.blog-content h3{
    font-size: 22px;
    color: #1b5d2a;
    font-weight: 700;
}
.blog-content p{
    font-size: 14px;
}
.blog-content a:hover{
    background:  rgb(27, 93, 42);
    color: #fff;
}
.blog-content a{
    transition: 0.5s;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 700;
    color: rgb(27, 93, 42);
    transition: 0.2s;
    padding: 5px 20px;
    font-size: 14px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(27, 93, 42);
    border-image: initial;
    background: rgb(255, 255, 255);
}
.blog-box:hover{
    box-shadow: 2px 2px 10px rgba(0,0,0,.4);
    cursor: pointer;
}
.blog-box{
    transition: 0.5s;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
}
.blog-box img{
    height: 250px;
    object-fit: cover;
    border-radius: 3px;
}
.blog-content.p-4 {
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    align-items: self-end;
}
.newsletter{
    background: #1b5d2a;
}
.news-content h4{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.news-content p{
    color: #fff;
    font-size: 14px;
}
.news-content a:hover{
    background: #f37021;
    color: #fff;
}
.news-content a{
    transition: 0.5s;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #f37021;
    color: #f37021;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: background-color 0.3s, color 0.3s;
}
.news-content input{
    border-radius: 4px 0px 0px 4px;
    padding: 12px;
    font-size: 14px;
}
.news-content .btn:hover{
    background: #2f8f3c;
}
.news-content .btn{
    transition: 0.5s;
    color: #fff;
    background: #3bb04a;
    padding: 12px 20px;
}
.product-box:hover{
    border: 1px solid #1b5d2a;
    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 10px;
}
.product-box{
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    border: 1px solid #e6f2e3;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
    border-radius: 3px;
}
.product-box img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.product-box h5 a{
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color: #101010;
}
.product-box .overlaylink {
    position: absolute;
    inset: 0;              /* top:0; right:0; bottom:0; left:0 */
    z-index: 1;
    text-indent: -9999px;  /* tekst verbergen */
}
.product-box .cart1,
.product-box .form-check-input,
.product-box .form-check-label {
    position: relative;
    z-index: 2;
}




.owl-stage-outer{
    padding: 10px 5px;
}
.pro-price h6{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
}
.pro-price p{
    font-size: 11px;
    font-style: italic;
    margin-bottom: 0px;
}
.pro-price a{
    transition: 0.5s;
    font-size: 18px;
    color: #fff;
    background: #1b5d2a;
    border: 1px solid #1b5d2a;
    padding: 6px 19px;
    border-radius: 3px;
}
.cart2:hover{
    background: #26833c !important; 
}
.cart1:hover{
    background: #103518;
}
.cart2{
    background: #32aa4e !important;
    border: 1px solid #32aa4e !important;
}
.tent-section{
    padding: 10px 0px;
    background: #f16724;
}
.tent-content h3{
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
.tent-content p{
    color: #fff;
    font-size: 14px;
}
.tent-content a.outline-btnn:hover{
    background: #fff !important;
    color: #f16724;
}
.tent-content a:hover{
    background: #103518;
    color: #fff;
}
.tent-content a{
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 3px;
    background: #1b5d2a;
}
.outline-btnn{
    background: transparent !important;
    border: 1px solid #fff;
}
.tent-slider {
    overflow: hidden;
    background: #fff;
    border-radius: 100%;
    width: 80%;
    margin: 0px auto;
}
.tent-slider img {
    padding: 0px 20px;
    width: 100% !important;
}
.tent-slider button.owl-prev span{
   height: 0px;
}
.tent-slider button.owl-prev:before{
    left: 0%;
}
.tent-slider button.owl-next:before{
    right: 0%;
}
.about-box:hover{
    border: 1px solid #f16724;
}
.about-box {
    display: flex;
    justify-content: start;
    align-items: center;
    transition: 0.5s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
    padding: 20px 15px;
    border-radius: 3px;
    background: #f8f9fa;
    border: 1px solid transparent;
}
.about-box img{
    height: 120px;
    max-width: 100px;
    object-fit: contain;
    margin-right: 1rem;
}
.about-content h6{
    font-size: 22px;
    color: #1b5d2a;
    font-weight: 700;
}
.about-content p {
    font-size: 13px;
    margin-bottom: 8px;
    min-height: 60px;
}
.about-content a{
    display: inline-block;
    transition: 0.6s;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 3px;
    background: #1b5d2a;
    padding: 8px 16px;
}
.about-content a:hover{
    background: #f16724;
}
.banner-top img{
    height: 500px;
    object-fit: cover;
}
.bannrt-btn:hover{
    background: #32aa4e;
    color: #fff;
}
.bannrt-btn {
    transition: 0.5s;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 24px;
    padding: 18px 60px;
    border-radius: 6px;
    background: #f16724;
}
.carousel-tile a{
    text-decoration: none;
    color: #1b5d2a;
}
.up i {
    padding: 10px 13px;
    font-size: 25px;
    color: #1b5d2a;
    border: 4px solid #1b5d2a;
    border-radius: 100%;
}
.up{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}
.header-up{
    padding: 10px 0px;
    background: #e6f2e3;
}
.up-text a{
    display: inline-block;
    margin-right: 10px;
    color: #101010;
    font-size: 14px;
}
.mobile-block{
    display: none;
}
.canvass{
    font-size: 16px;
    text-decoration: none;
    transition: 0.5s;
    color: #1b5d2a;
}
.canvass:hover{
    color: #f16724;
}
.logo img{
    width: 300px;
}
.modal-backdrop.show {
    opacity: .7;
}
.off-rights {
    width: 30%;
}
.offcanvas-title {
    color: #1b5d2a;
    font-weight: 700;
    font-size: 22px;
}
.empty-option{
    padding: 25px 0px;
    background: #f8f9fa;
    border-top: 1px solid #e6f2e3;
    border-bottom: 1px solid #e6f2e3;
}
.input-box input{
    width: 100%;
    padding: 11px;
    margin: 10px 0px;
    border-radius: 3px;
    font-size: 16px;
    background: #f8f8f8;
    border:1px solid #e1e1e1;
    box-shadow: none !important;
}
.login-form a{
    color: #1b5d2a;
}
.login-form button{
    transition: 0.6s;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 3px;
    background: #1b5d2a;
    padding: 8px 35px;
}
.menu-offcanvas{
    background: #1b5d2a;
}
.menu-canvas-list a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    width: 100%;
}
.menu-canvas-list a i{
    font-size: 24px;
}
.bg-light-green{
    background: #32aa4e;
}
.right-menu a{
    margin-left: 10px;
}
.search-header input{
        color: rgb(16, 16, 16);
    font-weight: 400;
    background: rgb(255, 255, 255);
    border-width: 1px 0px 1px 1px;
    border-style: solid solid solid;
    border-color: rgb(230, 242, 227) rgb(230, 242, 227) rgb(230, 242, 227);
    border-image: initial;
    border-radius: 0px;
    border-right: 0px;
}
.search-header button{
    border-width: 1px 1px 1px 0px;
    border-style: solid solid solid;
    border-color: rgb(230, 242, 227) rgb(230, 242, 227) rgb(230, 242, 227);
    border-radius: 0px;
    color: #1b5d2a;
    background: #fff;

}
.search-header button:hover{
    border: 1px  solid rgb(230, 242, 227);
    background: transparent;
    color: #1b5d2a;
}
.search-header {
    width: 350px;
}
.header-bottom{
    background: #1b5d2a;
}
.btn-orng{
    transition: 0.5s;
    background: #f16724;
    color: #fff;
    display: flex;
    align-items: center;
    padding: .8rem 2.4rem;
    white-space: nowrap;
    height: 40px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #f16724;
}
.btn-orng:hover{
    color: #fff;
    border: 2px solid #32aa4e;
    background: #32aa4e;
}

.form-switch .form-check-input{
    background-image:url(../images/circle.svg);
}

.btw-switch .form-check-input {
    width: 140px;
    height: 29px;
    background-color: #17A639;
    border: none;
    cursor: pointer;
}
.swtich-title {
    position: absolute;
    top: 6px;
    left: 25px;
}
.btw-switch .form-check-input:checked {
    background-color: #EA5D11;
    
}

.btw-switch .form-check-input:focus {
    box-shadow: none;
}

.btw-switch label {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}




.custom-nav {
    background: #0f5722;
    padding: 0;
}

.nav-link {
    color: #fff !important;
    font-weight: 600;
    /*padding: 18px 20px !important;*/
}

.nav-link:hover {
    background: #0a3d18;
}

.mega-dropdown:hover .mega-menu {
    display: block;
}

.mega-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    display: none;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    z-index: 999;
}

.mega-menu h5 {
    font-size: 18px;
    font-weight: 700;
}

.mega-menu ul li {
    padding: 3px 0;
    font-size: 15px;
}
.header-left-middle ul{
    list-style: none;
    padding: 0px;
}
.header-left-middle ul li a{
    padding: 8px 20px !important;
}
.header-left-middle ul li:nth-child(1) a{
    padding-left: 0px !important;
}
.mega-menu a{
    text-decoration: none;
    color: #000;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #bbb;
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding-right: .5rem;
    color: #bbb;
    content: "\f054";
    font-size: 12px;
    font-family: "Font Awesome 6 Free";
    margin-top: 0.1em;
}
li.breadcrumb-item {
    font-size: 13px;
}
li.breadcrumb-item a {
    font-size: 13px;
    color: #1b5d2a;
    text-decoration: none;
}
.breadcrums h2{
    font-size: 32px;
    font-weight: 700;
    color: #1b5d2a;
}
.fliter-box{
    background: #f8f9fa;
    width: 100%;
    padding:18px;
}
.fliter-box .form-check label{
    font-size: 13px;
    color: #1b5d2a;
}
.fliter-box .form-check-input:checked {
    background: #1b5d2a;
    border: 1px solid #1b5d2a;
}
.fliter-box h3{
    padding-top: 15px;
    font-weight: 700;
    color: #101010;
    font-size: 15px;
}
.fliter-box a{
    text-decoration: none;
    color: #1b5d2a;
}
.fliter-box a i{
    font-size: 12px;
}

/* --- Slider Wrapper --- */
.range-slider {
    width: 100%;
    margin: auto;
}

.slider-container {
    position: relative;
    height: 30px;
    margin-bottom: 10px;
}

/* --- Track --- */
.slider-track {
    position: absolute;
    height: 8px;
    border-radius: 5px;
    background: #ccc;
    top: 12px;
    width: 100%;
}

.slider-range {
    position: absolute;
    height: 8px;
    background: #0b5a2c;   /* Green active track */
    top: 12px;
    border-radius: 5px;
}

/* --- Range Inputs --- */
input[type="range"] {
    position: absolute;
    width: 100%;
    top: 15px;
    height: 0;
    pointer-events: none;
    -webkit-appearance: none;
}

/* --- Handles --- */
input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    height: 26px;
    width: 26px;
    background: white;
    border-radius: 6px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

input[type="range"]::-moz-range-thumb {
    pointer-events: auto;
    height: 26px;
    width: 26px;
    background: white;
    border-radius: 6px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* --- Input Box Style --- */
.value-box {
    width: 79px;
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    background: white;
    text-align: left;
}

.wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
.right-product-box{
    border-top: 1px solid #e6f2e3;
    padding: 10px 0px;
    border-bottom: 1px solid #e6f2e3;
}


.drop-custom {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 13px;
    gap: 5px;
}
.drop-custom select{
    border-radius: 0px;
    margin-left: 10px;
    padding: 3px;
    margin: 0;
    background: #f8f8f8;
    color: #888;
    border: none;
}
.up-filter a{
    background: #f8f8f8;
    padding: 1px 6px;
    margin-left: 6px;
    display: inline-block;
    color: #888 !important;
}
.up-filter a.active{
    color: #101010 !important;
}

.up-down a{
    background: #f8f8f8;
    padding: 1px 6px;
    margin-left: 6px;
    display: inline-block;
    color: #888 !important;
}
.up-down a.active{
    color: #101010 !important;
}
.pro-check label{
    font-size: 13px;
    color: #101010;
    opacity: 0.6;
    margin-left: 6px;
    padding-top: 2px;
}
.pro-check .form-check{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mega-menu ul li a{
    padding-left: 0px !important ;
}
.title-2 h3{
    color: #1b5d2a;
    font-size: 22px;
    font-weight: 700;
}
.comment-box{
    padding: 20px;
    background: #f8f9fa;
}
.comment-text textarea{
    width: 100%;
    border-radius: 3px;
    font-size: 14px;
    padding: 8px;
    border: 1px solid #e1e1e1;
}
.comment-text input{
    width: 100%;
    border-radius: 3px;
    font-size: 14px;
    padding: 8px;
    border: 1px solid #e1e1e1;
    margin-bottom: 8px;
}
.comment-btn button{
    transition: 0.5s;
    display: inline-block;
    text-decoration: none;
    padding: 4px 20px;
    border: 0px;
    border-radius: 3px;
    background: #1b5d2a;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.product-box ul {
    padding-left: 12px;
}
.product-box ul li{
    font-size: 12px;
    color: #626262;
}
.Accessoires-section .pro-content .pro-price a{
    display: block;
    margin-top: 5px;
    text-align: center;
}
.pro-deatils p{
    font-size: 14px;
}
.pro-deatils .table{
    font-size: 14px;
}
.nav-prodcut{
    padding: 10px;
    border-top: 1px solid #e6f2e3;
    border-bottom: 1px solid #e6f2e3;
}
.nav-prodcut a{
    text-decoration: none;
    font-size: 12px;
    padding: 0px 8px;
    color: #1b5d2a;
}
.back {
    transition: 0.5s;
    text-decoration: none;
    color: #101010;
    font-size: 13px;
}
.back:hover{
    text-decoration: underline;
    color: #101010;
}
.roof-btn.active {
    background:#3a7b3f !important;
    color:#fff !important;
    border-color:#3a7b3f;
}
li.breadcrumb-item a:hover{
    text-decoration: underline !important;
}



.mainSwiper {
  width: 100%;
  height: auto;
  text-align: center;
}
.mainSwiper img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}


.thumb-img {
    width: 120px;
    height: 120px;
}
/* Thumbnail slider */
.thumbSwiper {
  height: 110px;
}
.thumbSwiper .swiper-slide {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumbSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: .3s;
}
.thumbSwiper .swiper-slide-thumb-active img {
  opacity: 1;
  border-color: #3d8a61; /* green highlight like screenshot */
}

/* Arrows style */
.swiper-button-next,
.swiper-button-prev {
  width: 36px !important;
  height: 36px !important;
  aspect-ratio: 1 / 1;
  padding: 0;
  background: #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  line-height: 1;
  width: auto;
  height: auto;
}

.thumb-prev, .thumb-next {
  top: 40%;
  transform: translateY(-50%);
}

.swiper-button-next, .swiper-button-prev{
    color: #1B5D2A !important;
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 16px !important;
}

.right-product-single{
    background: #f8f9fa;
    padding: 20px;
}
.Deze h6{
    font-size: 14px;
    font-weight: 700;
    color: #101010;
}
.Deze p{
    font-size: 13px;
    color: #626262;
    margin-bottom: 4px;
}
.pro-dec-1{
    padding: 10px 0px;
    border-top: 1px solid #e6f2e3;
    border-bottom: 1px solid #e6f2e3;
    font-size: 13px;
    color: #1b5d2a;
}
.pro-dec-2{
    padding: 10px 0px;
    display: block;
    border-top: 1px solid #e6f2e3;
    font-size: 13px;
    color: #101010;
}





.color-option {
    border: 2px solid transparent;
    padding: 6px;
    cursor: pointer;
    transition: 0.2s;
    text-align: center;
}
.color-option img {
    width: 100%;
    height: 75px;
    object-fit: contain;
}
.color-option.active {
    /* background: rgba(27, 93, 42, .4); */
    color: #101010;
    border: 2px solid #3d8a61;
    border-radius: 6px;
    cursor: pointer;
    transition: .3s;
}
.Kleur p{
    font-size: 13px;
}
.Kleur{
    margin-bottom: 10px;
    border-bottom: 1px solid #e6f2e3;
}
.option p{
    font-size: 14px;
    font-weight: 700;
}
.option p i{
    color: #1b5d2a;
}

.option-btn.active {
    background: transparent;
    border: 1px solid #000 !important;
    color: #000;
}
.btn-success{
    background: #1b5d2a !important;
    border-color: #1b5d2a !important;
}
.form-control:disabled, .form-control[readonly]{
    background: #fff !important;
}
button.btn.btn-outline-dark.option-btn {
    border: 1px solid #ececec;
    border-radius: 0px;
    width: 28%;
    margin-right: 10px;
}

.btn-danger{
    background-color: #cd3131;
    border-color: #cd3131;
}

#fileSection2{
    display: none;
}
.input-group button:hover{
    background: #101010 !important;
}
.add-to-cart:hover, .add-to-offer:hover {
    background: #101010 !important;
}
.add-to-cart, .add-to-offer {
    transition: 0.5s;
    width: 100%;
    text-align: center;
    margin: 8px 0px;
    padding: 10px;
    color: #fff;
    border-radius: 3px;
    border: 0px;
    font-weight: 700;
    background: #1b5d2a ;
}

.owl-dot {
    width: 10px;
    height: 10px;
    background: pink !important;
    z-index: 9999 !important;
}








.owl-dots{
    text-align: center;
}
button.owl-dot.active{
    opacity: 1;
}
.owl-dot {
    width: 12px;
    height: 12px;
    background: #070707 !important;
    z-index: 9999 !important;
    margin: 5px;
    border-radius: 10px;
    opacity: 0.3;
}

.tent-slider .owl-nav {
    height: 0px;
}
#srcoll-to-up{
    cursor: pointer;
    display: none;
}







.menu-canvass-item .menu-canvass-item-submenu {
    display: none;
    margin-left: 0px;
    padding: 0;
}

.menu-canvass-item .menu-canvass-item-submenu li {
    list-style: none;
}
.menu-canvass-item .menu-canvass-item-submenu li a:hover{
    background: #e6f2e3;
    padding-left: 20px;
}
.menu-canvass-item .menu-canvass-item-submenu li a{
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    color: #101010;
    transition: 0.5s;
    border-bottom: 1px solid #e8e8e8;
}


.rotate {
    transform: rotate(90deg);
    transition: 0.3s ease-in-out;
}

.menu-canvass a:hover {
    background: #154921;
    padding-left: 20px;
}
.menu-canvass a{
    transition: 0.5s;
}



.pro-horizen-content h4{
    font-size: 18px;
    color: #1b5d2a;
    font-weight: 700;
}
.text-gren{
    color: #1b5d2a; 
}

.pro-horizen-content p{
    font-size: 13px;
}
.pro-horizen-content .details-text{
    color: #626262;
}
.pro-horizen-cart .input-group{
        width: 50%;
}
.pro-horizen-cart h3 {
    font-size: 24px;
}
.pro-horizen-cart p {
    font-size: 14px;
}
.pro-horizen-cart {
    background: #f8f9fa;
    padding: 20px;
}
.pro-horizen-cart button{
    font-weight: 700;
}
.pro-horizen-cart .input-group.quantity-group.mb-3 button {
    background: #1b5d2a;
    color: #fff;
}

.pro-horizen-cart .text-end .form-check
{
    padding-left: 12.5em;
}
.pro-horizen-cart .text-end .form-check label{
    font-size: 12px;
    color: #101010;
    opacity: 0.6;
}
.horizontal-prodcut-box {
    padding: 15px 0px;
    border-bottom: 1px solid #e6f2e3;
}
.pro-horizen-content a:hover {
    text-decoration: underline !important;
    color: #1b5d2a;
}
.pro-horizen-cart button:hover{
    background: #101010 !important;
}

.pro-content.mt-2 h5 {
    min-height: 48px;
}


.Deze p:hover u{
    text-decoration: none;
}
a.pro-dec-2:hover {
    text-decoration: none;
    color: #101010;
}


#hori-option .color-option {
    flex: 0 0 auto;
}

#verti-option .color-option{
    width: 100%;
}

#verti-option .color-option {
    display: flex;
    align-items: center;
    text-align: left !important;
    justify-content: start;
}
#verti-option .color-option img{
    width: 90px;
}
#verti-option .color-option span{
    
}
#verti-option .color-option.active{
    background: #1b5d2a;
    color: #fff;
}
#verti-option .color-option.active {
    background: #1b5d2a;
    border-radius: 53px;
}
.optin-btnss{
    background: #fff;
    padding:  0px 0px;
    border-radius: 30px;
}
.optin-btnss p {
    border-radius: 100%;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 16px;
}
.optin-btnss .active{
    background: #1b5d2a;
    color: #fff;
}
.artikelen-section .product-box{
    margin: 10px;
}
div#imageModal .carousel-control-prev-icon {
    background-image: url(../images/arrow.svg);
}
div#imageModal .carousel-control-next-icon {
    background-image: url(../images/arrow-next.svg);
}
div#imageModal  button.btn-close {
    z-index: 9999;
}














/* Tooltip background white and text black */
.tooltip.bs-tooltip-auto .tooltip-inner,
.tooltip.bs-tooltip-top .tooltip-inner,
.tooltip.bs-tooltip-bottom .tooltip-inner,
.tooltip.bs-tooltip-start .tooltip-inner,
.tooltip.bs-tooltip-end .tooltip-inner {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000; /* optional */
    opacity: 1 !important;
}

/* Tooltip arrow color also change */
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #ffffff !important;
    opacity: 1 !important;
    border-top-style: solid;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #ffffff !important;
    opacity: 1 !important;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #ffffff !important;
    opacity: 1 !important;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #ffffff !important;
    opacity: 1 !important;
}






.contact-tab {
    position: fixed;
    top: 40%;
    left: 0;
    background: #0f6a2f;
    color: white;
    padding: 8px;
    /*padding-right: 18px;*/
    writing-mode: sideways-lr;
    text-orientation: mixed;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 5px;
}

div#contactTab i {
    padding-right: 2px;
    transform: rotate(270deg);
}

/* Slide-out panel */
.contact-panel {
    position: fixed;
    top: 12%;
    left: -320px;
    width: 225px;
    /* height: fit-content; */
    background: #fff;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
    transition: 0.4s 
ease-in-out;
    z-index: 9998;
    border: 1px solid #b8b8b4;
}

/* Panel open */
.contact-panel.open {
    left: 0;
}
.white{
    padding: 10px 20px;
}
.greenns{
    background: #e6f2e3;
    padding: 10px 20px;
}
.panel-title {
    background:#32aa4e;
    color: #fff;
    padding: 20px;
    font-size: 22px;
    font-weight: 700;
}

.panel-header {
    background: #0f6a2f;
    color: white;
    padding: 20px 10px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.panel-close {
    position: absolute;
    right: 10px;
    top: 5px;
    filter: invert(1);
}

/* Body */
.panel-body {
    /*padding: 15px;*/
    font-size: 13px;
}

.social-icons i {
    padding: 6px 7px;
    width: 34px;
    border-radius: 100%;
    font-size: 22px;
    margin-right: 10px;
    background: #0f6a2f;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.staffel-tabel {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.staffel-tabel thead th {
    text-align: left;
    padding: 10px 12px;
    border-bottom: 2px solid #e6e6e6;
    color: #333;
    font-weight: 300;
}

.staffel-tabel tbody td {
    padding: 10px 12px;
    border-bottom: 1px solid #e6e6e6;
}

.staffel-tabel tbody tr.actief {
    background-color: #f6fbf7;
    font-weight: 600;
}

.staffel-tabel tbody tr td:nth-child(1) {
    color: #2e7d32; /* groen voor aantal */
}

.staffel-tabel tbody tr td:nth-child(2) {
    color: #2e7d32;
}


/* FAQ */
.faq-list {
    border-top: 1px solid #e6e6e6;
}

.faq-item {
    border-bottom: 1px solid #e6e6e6;
}

.faq-question {
    width: 100%;
    background: none;
    border: 0;
    padding: 16px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #1b5e20;
    cursor: pointer;
}

.faq-question:hover {
    background: #f8f9f8;
}

.faq-icon {
    font-style: normal;
    font-size: 22px;
    transition: transform 0.2s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    display: none;
    padding: 0 10px 16px 10px;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}
.faq-category {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #1b5e20;
    border-bottom: 2px solid #1b5e20;
    padding-bottom: 6px;
}



.search-wrapper {
    position: relative;
}

.search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ddd;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    display: none;
    z-index: 1000;
}

.search-dropdown a {
    display: block;
    padding: 10px 15px;
    color: #222;
    text-decoration: none;
}

.search-dropdown a:hover {
    background: #f6f6f6;
}

.sr-block strong {
    display: block;
    padding: 10px 15px 5px;
    color: #1b5e20;
}

.sr-search {
    padding: 10px 15px;
    border-top: 1px solid #eee;
    font-weight: 600;
    cursor: pointer;
}


.right-menu .fa span span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    position: relative;
    top: -8px;
    left: -6px;
    margin-right: -5px;

    color: #fff;
    background: #EA5D11;

    padding: .3rem;
    font-size: 10px;

    border-radius: 50%;
    aspect-ratio: 1 / 1;
    min-width: 18px;
}




/* Winkelwagen icoon pulse */
.cart-animate, .offer-animate {
    animation: cartPulse 0.4s ease;
}

@keyframes cartPulse {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.3); }
    100% { transform: scale(1); }
}

/* Teller bounce */
.cart-count-bounce, .offer-count-bounce {
    animation: bounce 0.3s ease;
}

@keyframes bounce {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.6); }
    100% { transform: scale(1); }
}

/* Loading effect knop */
.add-to-cart.loading {
    pointer-events: none;
    opacity: .6;
}

/* Toast */
.cart-toast {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #1c7c3c;
    color: #fff;
    padding: 12px 18px;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
    opacity: 0;
    transform: translateY(15px);
    transition: .3s ease;
    z-index: 9999;
    font-weight: 500;
}

.cart-toast.show {
    opacity: 1;
    transform: translateY(0);
}






/*@media (min-width: 768px) {
  .footer-col .down 
  { 
    display: block !important; 
  }
  


}*/

@media only screen and (min-width: 2000px) {
   
}

@media only screen and (max-width: 1024px) {
    .pro-horizen-cart .text-end .form-check {
        padding-left: 7.5em;
    }
    .pro-horizen-cart .d-flex.justify-content-between.align-items-center {
        display: block !important;
    }
    .pro-horizen-cart button {
        font-size: 12px;
    }
    .pro-horizen-cart .input-group {
        width: 100%;
    }
    div#square-deatils .col-md-3 {
        width: 32.99%;
    }



    .header-middle-content span {
        display: none;
    }
    .header-left-middle ul li a {
        font-size: 12px;
    }
    .blog-content h3 {
        font-size: 18px;
    }
    .about-content h6 {
        font-size: 18px;
    }
    .about-content a{
        font-size: 12px;
        padding: 8px 7px;
    }
    .about-content p {
        font-size: 12px;
    }
}
@media only screen and (max-width: 992px) {
    .product-box img {
        height: 250px;
        object-fit: contain;
    }
    .blog-content.p-4{
        display: block !important;
    }
    .search-header{
        padding: 10px;
        width: 100%;
    }
    .off-rights {
        width: 100%;
    }
    .logo img{
        width: 120px;
    }
    .header-up{
        padding: 0px 0px;
    }
    .destop-block{
        display: none;
    }
    .mobile-block{
        display: block;
    }
    .footer .col-md-3{
        width: 100% !important;
    }
    .title{
        border-bottom: 1px solid #fff;
    }
    .f-widget img{
        width: 50%;
    }
    .title h3 {
        padding-bottom: 10px;
    }
    .tent-content{
        padding: 20px 0px;
    }
    
    .item {
        width: 90%;
        margin: auto;
    }
    .cta-section .row {
        flex-direction: column-reverse;
    }
    .pay-image img {
        margin-bottom: 10px;
    }
    .banner-top img {
        height: 300px;
        object-fit: cover;
    }
    .about-section  .col-md-4 {
        flex: 0 0 auto;
        width: 49.333333%;
    }
    .about-content a{
        font-size: 13px;
    }
    .blog-section  .col-md-4 {
        flex: 0 0 auto;
        width: 49.333333%;
    }
    .blog-content.p-4{
        height: fit-content;
    }
    .blog-content h3 {
        font-size: 20px;
    }


    div#square-deatils .product-box img {
        height: 150px;
        object-fit: contain;
    }
}
@media only screen and (max-width: 820px) {

}
@media only screen and (max-width: 769px) {
    .tent-slider{
        display: none;
    }
    .about-section  .col-md-4 {
        flex: 0 0 auto;
        width: 99.333333%;
    }
    div#square-deatils .col-md-3 {
        width: 99.333333%;
    }
    .blog-section  .col-md-4 {
        flex: 0 0 auto;
        width: 99.333333%;
    }
    .blog-box img {
        object-fit: contain;
    }
    .tent-section .col-md-7 {
        width: 99.3333%;
    }
    .pro-horizen-cart .text-end {
        text-align: left !important;
    }
    .pro-horizen-cart .text-end .form-check {
        padding-left: 9.5em;
    }
    .up-filter.d-flex.justify-content-between.align-items-center.mb-3 {
        display: block !important;
    }
    .up-down.d-flex.justify-content-between.align-items-center.mt-3 {
        display: block !important;
    }
    .drop-custom {
        margin: 5px 0px;
    }
    .drop-custom select {
        width: 100%;
    }
}       
@media only screen and (max-width: 600px){
    
    
    
}
@media only screen and (max-width: 344px){
    
}