/*************
font-family: 'Poppins', sans-serif;

Colors:

Blauw: color: rgba(15,127,165, 1);
Oranje: color: rgba(255,176,83, 1);


Licht Blauw: color: rgba(36,156,197, 1);
Donker Blauw: color: rgba(10,109,142, 1);

Grijs: color: rgba(69,73,74, 1);

*************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: rgba(69, 73, 74, 1);
}
input, textarea, select, a {
  outline: none;
  box-shadow: none;
}
a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}
a.outline-btn {
  border: solid 1px rgba(15, 127, 165, .5);
  border-radius: 0px;
  padding: 10px 35px;
  color: rgba(15, 127, 165, 1);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important;
}
a:hover.outline-btn {
  border: solid 1px rgba(15, 127, 165, 1);
  background-color: rgba(15, 127, 165, 1);
  color: rgba(255, 255, 255, 1) !important;
}
a.outline-btn i {
  font-size: 14px;
  margin-left: 8px;
  display: inline-block;
  color: rgba(15, 127, 165, 1);
}
a:hover.outline-btn i {
  color: rgba(255, 255, 255, 1);
}
a.fill-btn-orange {
  border: solid 1px rgba(255, 176, 83, 1);
  border-radius: 0px;
  padding: 10px 35px;
  color: rgba(255, 2553, 255, 1) !important;
  background-color: rgba(255, 176, 83, 1);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
}
a:hover.fill-btn-orange {
  border: solid 1px rgba(10, 109, 142, 1);
  background-color: rgba(10, 109, 142, 1);
  color: rgba(255, 255, 255, 1) !important;
}
a.fill-btn-orange i {
  font-size: 12px;
  margin-left: 8px;
  display: inline-block;
  color: rgba(255, 255, 255, .5);
}
a:hover.fill-btn-orange i {
  color: rgba(255, 255, 255, 1) !important;
}
a.blue-text-link {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  text-decoration: none;
  color: rgba(15, 127, 165, 1);
  display: inline-block;
}
a.blue-text-link i {
  font-size: 12px;
  margin-left: 5px;
}
a:hover.blue-text-link {
  color: rgba(10, 109, 142, 1);
  display: inline-block;
  transform: translate(15px, 0px);
  -webkit-transform: translate(15px, 0px);
  -o-transform: translate(15px, 0px);
  -moz-transform: translate(15px, 0px);
}
a.blue-text-link-right {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  text-decoration: none;
  color: rgba(36, 156, 197, 1);
  display: inline-block;
}
a.blue-text-link-right i {
  font-size: 12px;
  margin-left: 5px;
}
a:hover.blue-text-link-right {
  color: rgba(69, 73, 74, 1);
  display: inline-block;
  transform: translate(-15px, 0px);
  -webkit-transform: translate(-15px, 0px);
  -o-transform: translate(-15px, 0px);
  -moz-transform: translate(-15px, 0px);
}
.pt70 {
  padding-top: 70px;
}
.ptb70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.padding-sections {
  padding: 105px 55px 105px 55px;
}
.padding-sections-lr {
  padding-left: 55px;
  padding-right: 55px;
}
.wrappercarouselsolden-sm, .wrappercarouselsolden-md {
  display: none !important;
}
.photo-container-square {
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.modal-backdrop {
  opacity: 0.92 !important;
}
.wrapper-modal-koopnu .modal-header {
  background-color: rgba(15, 127, 165, 1);
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  text-align: center;
}
.wrapper-modal-koopnu .modal-header i {
  margin-right: 10px;
  font-size: 22px;
}
.wrapper-modal-koopnu .modal-body {
  padding: 35px;
  border: none;
  font-size: 18px;
}
.wrapper-modal-koopnu .modal-footer {
  border-top: none;
  text-align: left;
  display: inline-block;
  padding-left: 30px;
  padding-bottom: 35px;
}
.wrapper-modal-koopnu .wrapper-product-info-modal {
  padding-top: 35px;
}
.wrapper-modal-koopnu .wrapper-product-info-modal .product-info-modal {
  padding-top: 15px;
}
#LoginPrivaat .modal-header {
  border-bottom: none;
}
#LoginPrivaat .modal-body {
  text-align: center;
  padding: 20px 70px 70px 70px;
}
#LoginPrivaat .modal-body h1 {
  font-size: 36px;
  text-align: center;
  color: rgba(15, 127, 165, 1);
  font-weight: 800;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#LoginPrivaat .modal-body form {
  text-align: left;
}
#LoginPrivaat .login-form-privaat .form-label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgba(15, 127, 165, 1);
}
#LoginPrivaat .login-form-privaat .form-control {
  color: rgba(0, 93, 118, 1);
  background-color: rgba(15, 127, 165, .05);
  border: solid 1px rgba(15, 127, 165, .1);
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 0;
}
#LoginPrivaat .login-form-privaat .form-control:focus {
  border: solid 1px rgba(15, 127, 165, .25);
  box-shadow: none;
}
#LoginPrivaat .login-form-privaat .form-check {
  padding-top: 15px;
  padding-bottom: 15px;
}
#LoginPrivaat .form-check-input:checked {
  background-color: rgba(15, 127, 165, 1);
  border-color: rgba(15, 127, 165, 1);
}
#LoginPrivaat .form-check-input:focus {
  box-shadow: none;
  border-color: rgba(15, 127, 165, 1);
}
#LoginPrivaat .login-form-privaat .form-check-label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(15, 127, 165, 1);
}
#LoginPrivaat .btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}
#LoginPrivaat .login-form-privaat .form-text {
  padding-top: 20px;
}
#LoginPrivaat .login-form-privaat .form-text a {
  color: rgba(15, 127, 165, .5);
  text-decoration: none;
  font-weight: 600;
}
#LoginPrivaat .login-form-privaat .form-text a:hover {
  color: rgba(15, 127, 165, 1);
}
.btn-search-sm {
  display: none;
}
.wrapper-top-search {
  background-color: #ebf6fa;
}
.wrapper-top-search .top-search {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 70px;
  padding-left: 70px;
}
.wrapper-top-search .top-search .input-group {
  height: 45px;
}
.wrapper-top-search .top-search .input-group-text {
  background-color: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 0;
  padding: 0px 0px 0px 20px;
}
.wrapper-top-search .top-search .input-group-text img {
  width: 20px;
  height: auto;
}
.wrapper-top-search .top-search .form-control {
  background-color: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 0;
  font-size: 14px;
  color: rgba(69, 73, 74, 1);
  font-weight: 500;
}
.wrapper-top-search .top-search .form-control:focus {
  color: rgba(69, 73, 74, 1);
  background-color: #fff;
  border-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 0%);
}
.wrapper-top-search .top-search .clear-search {
  background-color: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 0;
  font-size: 22px;
  padding: 0px 20px 0px 20px;
}
.wrapper-top-search .top-search .clear-search a {
  color: rgba(15, 127, 165, 1);
}
.wrapper-top-search .top-search .clear-search a:hover {
  color: rgba(255, 176, 83, 1);
}
.wrapper-top-search .top-search .btn-top-search {
  background-color: rgba(15, 127, 165, 1);
  border: none;
  border-radius: 0;
  padding: 0px 15px 0px 15px;
  color: rgba(255, 255, 255, 1);
}
.wrapper-top-search .top-search .btn-top-search:hover {
  background-color: rgba(255, 176, 83, 1);
  color: rgba(255, 255, 255, 1);
}
.wrapper-top-search .top-search .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .0);
}
.btn-search-lg {
  margin-left: 15px;
}
.btn-search-lg .input-group .form-control {
  border-radius: 0px;
  border-left: 1px solid rgba(15, 127, 165, .25);
  border-top: 1px solid rgba(15, 127, 165, .25);
  border-bottom: 1px solid rgba(15, 127, 165, .25);
  border-right: none;
  color: rgba(69, 73, 74, 1);
  font-weight: 600;
}
.btn-search-lg .input-group .form-control:focus {
  box-shadow: 0 0 0 0rem rgb(255 255 255 / 25%);
  border-left: 1px solid rgba(15, 127, 165, .45);
  border-top: 1px solid rgba(15, 127, 165, .45);
  border-bottom: 1px solid rgba(15, 127, 165, .45);
}
.btn-search-lg .input-group input::placeholder {
  color: rgba(69, 73, 74, .4);
  font-weight: 500;
}
.btn-search-lg .input-group a {
  background-color: rgba(15, 127, 165, 1);
  color: #fff !important;
  padding: 7px 12px 2px 12px;
}
.btn-search-lg .input-group a:hover {
  background-color: rgba(255, 176, 83, 1);
  color: #fff !important;
}
.fixed-top {
  padding: 0;
  background-color: rgba(255, 255, 255, 1);
}
/*#wrapper-header-navigation .container-fluid {
  padding: 0;
}*/
.fixed-top.navbar-shrink {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: rgba(15, 127, 165, .3) 0px 8px 24px;
}
#wrapper-header-navigation .top-logo {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 70px;
}
#wrapper-header-navigation .topbar-secondnav {
  text-align: right;
  padding-top: 70px;
  padding-right: 70px;
}
#wrapper-header-navigation .topbar-secondnav a {
  color: rgba(15, 127, 165, 1);
  text-decoration: none;
  font-size: 16px;
  margin-right: 20px;
}
#wrapper-header-navigation .topbar-secondnav a:hover {
  color: rgba(255, 176, 83, 1);
}
#wrapper-header-navigation .topbar-secondnav .li-language-selector .dropdown-menu {
  border-radius: 0px;
  background-color: #ebf6fa;
  border: none;
  padding: 10px;
}
#wrapper-header-navigation .topbar-secondnav .li-language-selector .dropdown-menu li a {
  color: rgba(15, 127, 165, 1);
  font-weight: 500;
  font-size: 13px;
  padding: 3px 15px 3px 15px;
}
#wrapper-header-navigation .topbar-secondnav .li-language-selector .dropdown-menu li a:hover {
  color: rgba(255, 176, 83, 1);
  background-color: transparent;
}
#wrapper-header-navigation .topbar-secondnav .li-language-selector .dropdown-menu li a.active {
  color: rgba(255, 176, 83, 1);
  background-color: transparent;
}
#wrapper-header-navigation .topbar-secondnav .li-cart-shopping {
  position: relative;
}
#wrapper-header-navigation .topbar-secondnav .li-cart-shopping .indicator {
  position: absolute;
  background-color: rgba(255, 176, 83, 1);
  text-align: center;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  top: -12px;
  right: 5px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(69, 73, 74, 1);
  padding-top: 3px;
}
.topbar-fullnav {
  background: rgb(36, 156, 197);
  background: -moz-linear-gradient(93deg, rgba(36, 156, 197, 1) 0%, rgba(15, 127, 165, 1) 100%);
  background: -webkit-linear-gradient(93deg, rgba(36, 156, 197, 1) 0%, rgba(15, 127, 165, 1) 100%);
  background: linear-gradient(93deg, rgba(36, 156, 197, 1) 0%, rgba(15, 127, 165, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#249cc5", endColorstr="#0f7fa5", GradientType=1);
  border-bottom: solid 6px rgba(255, 176, 83, 1);
  padding: 0;
  margin: 0;
}
.topbar-fullnav .navbar {
  padding: 0;
  margin: 0;
}
.topbar-fullnav .nav-item {
  padding: 0;
}
.topbar-fullnav .nav-item a.nav-link {
  padding: 18px 15px 18px 15px;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.topbar-fullnav .nav-item a:hover.nav-link, .topbar-fullnav .nav-item .nav-link.active {
  background-color: rgba(255, 176, 83, 1);
}
.topbar-fullnav .dropdown-toggle::after {
  margin-left: 0px;
  border-top: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-bottom: 0;
  border-left: 0.25em solid transparent;
  color: rgba(255, 255, 255, .5);
}
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin-top: 0;
  }
}
.navbar .megamenu {
  padding: 35px 70px 5px 70px;
  border-radius: 0;
  margin: 0;
  background-color: rgba(255, 176, 83, 1);
  border: none;
}
.navbar .megamenu h2 {
  padding: 0px;
  margin: 0px 0px 35px 0px;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  font-size: 26px;
}
.navbar .megamenu .list-cat-mega-menu {
  padding: 0px 0px 30px;
  margin: 0;
  list-style: none;
}
.navbar .megamenu .list-cat-mega-menu li {
  padding-bottom: 0px;
  font-size: 14px;
}
.navbar .megamenu .list-cat-mega-menu li a {
  color: rgba(69, 73, 74, 1);
  text-decoration: none;
  display: block;
}
.navbar .megamenu .list-cat-mega-menu li a:hover {
  color: rgba(69, 73, 74, 1);
  text-decoration: underline;
}
.navbar .megamenu .list-cat-mega-menu li h3 {
  font-size: 15px;
  font-weight: 600;
  padding: 0px 0px 0px 0px;
  margin: 0;
}
/*.start-body-pages {
  margin-top: 210px;
}*/
.start-body-pages .container-fluid {
  padding: 0;
}
#wrapper-intro-homepage .photo-intro-top-hp {
  padding: 0;
  background-color: rgba(36, 156, 197, 1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#wrapper-intro-homepage .intro-text-homepage {
  padding: 105px 90px 105px 90px;
  font-size: 18px;
  line-height: 35px;
}
#wrapper-intro-homepage .intro-text-homepage h1 {
  font-size: 40px;
  font-weight: 800;
}
#wrapper-intro-homepage .intro-text-homepage h1::after {
  content: '';
  display: block;
  border: 2px solid rgba(255, 176, 83, 1);
  width: 70px;
  margin-top: 20px;
  margin-bottom: 40px;
}
#wrapper-intro-homepage .search-zone-homepage {
  padding: 70px;
  background-color: rgba(36, 156, 197, 1);
}
#wrapper-intro-homepage .search-zone-homepage .input-search {
  border-radius: 0px;
  height: 45px;
  border: solid 1px rgba(255, 255, 255, 1);
  box-shadow: rgba(10, 109, 142, 0.4) 0px 8px 24px;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  color: rgba(69, 73, 74, 1);
}
#wrapper-intro-homepage .search-zone-homepage .form-select {
  border-radius: 0px;
  height: 45px;
  border: solid 1px rgba(255, 255, 255, 1);
  box-shadow: rgba(10, 109, 142, 0.4) 0px 8px 24px;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  color: rgba(69, 73, 74, 1);
}
#wrapper-intro-homepage .search-zone-homepage .btn-intro-search {
  border-radius: 0px;
  height: 45px;
  border: solid 1px rgba(255, 176, 83, 1);
  background-color: rgba(255, 176, 83, 1);
  box-shadow: rgba(10, 109, 142, 0.4) 0px 8px 24px;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: .5px;
}
#wrapper-intro-homepage .search-zone-homepage .btn-intro-search:hover {
  background-color: rgba(7, 96, 125, 1);
  border: solid 1px rgba(7, 96, 125, 1);
}
#wrapper-intro-homepage .search-zone-homepage input::placeholder {
  color: rgba(69, 73, 74, .4);
  font-weight: 500;
}
#wrapper-product-hoofdcat-homepage {
  background: rgb(36, 156, 197);
  background: -moz-linear-gradient(180deg, rgba(36, 156, 197, 1) 0%, rgba(15, 127, 165, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(36, 156, 197, 1) 0%, rgba(15, 127, 165, 1) 100%);
  background: linear-gradient(180deg, rgba(36, 156, 197, 1) 0%, rgba(15, 127, 165, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#249cc5", endColorstr="#0f7fa5", GradientType=1);
  color: rgba(255, 255, 255, 1);
}
#wrapper-product-hoofdcat-homepage .title h2 {
  font-size: 34px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
}
#wrapper-product-hoofdcat-homepage .title h2::after {
  content: '';
  display: block;
  border: 2px solid rgba(255, 176, 83, 1);
  width: 70px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.product-cat-grid .card {
  border-radius: 0px;
  border: none;
  padding: 0;
  background-color: transparent;
  margin-bottom: 15px;
}
.product-cat-grid .card .photo-product-hoofdcat {
  height: 0;
  padding-bottom: 70%;
  background-color: rgba(255, 255, 255, .2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-cat-grid .card .card-body {
  border-radius: 0px;
  border: none;
  padding: 0;
  text-align: center;
  background-color: transparent;
}
.product-cat-grid .card .card-body h3 {
  border-radius: 0px;
  border: none;
  padding: 0;
}
.product-cat-grid .card a {
  text-decoration: none !important;
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}
.product-cat-grid .card a .card-body h3 {
  background-color: rgba(255, 255, 255, .2);
  display: block;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0px 15px 0px;
  text-transform: uppercase;
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}
.product-cat-grid .card a:hover .card-body h3, #wrapper-page-cat .product-cat-grid .card a:hover .card-body h3 {
  background-color: rgba(255, 176, 83, 1);
}
#wrapper-page-cat .product-cat-grid .card a .card-body h3 {
  background-color: rgba(15, 127, 165, 1);
}
#wrapper-promo-homepage, #wrapper-merken-homepage, #wrapper-services-homepage {
  background-color: rgba(15, 127, 165, .09);
}
#wrapper-promo-homepage .title h2, #wrapper-merken-homepage .title h2 {
  font-size: 34px;
  font-weight: 800;
  color: rgba(15, 127, 165, 1);
}
#wrapper-promo-homepage .title h2::after, #wrapper-merken-homepage .title h2::after {
  content: '';
  display: block;
  border: 2px solid rgba(15, 127, 165, .5);
  width: 70px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.product-cat-grid .product-hoofdcat-item {
  margin-bottom: 35px;
}
.card.product-hoofdcat .card-body {
  background-color: rgba(15, 127, 165, 1);
  padding: 0px !important;
  margin: 0px;
  display: block;
}
.card.product-hoofdcat .card-body a h3 {
  display: block;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0px 0px 0px;
  text-transform: uppercase;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  background-color: rgba(15, 127, 165, 1);
  margin: 0px;
}
.card.product-hoofdcat .card-body a:hover h3 {
  color: rgba(255, 255, 255, .5);
}
/******* PRODUCTGROUP *******/
.wrapper-products .product-group {
  padding-top: 35px;
}
.product-group .card {
  background-color: rgba(255, 255, 255, .03);
  border: none;
  border-radius: 0;
  box-shadow: rgba(15, 127, 165, 0.15) 0px 7px 29px 0px;
}
.product-group .item-product .item-product-photo {
  background-color: rgba(255, 255, 255, 1);
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  box-shadow: rgba(15, 127, 165, 0.025) 0px 20px 25px -5px, rgba(0, 0, 0, 0) 0px 10px 10px -5px;
}
.product-group .item-product .item-product-photo .label-left-top-corner {
  background-color: rgba(255, 176, 83, 1);
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  padding: 7px 35px 7px 35px;
}
.info-top-corner-productshot ul.info-top-corner-productshot ul li, .info-top-corner-productshot .list-inline, .info-top-corner-productshot .list-inline-item {
  padding: 0;
  margin: 0;
}
.info-top-corner-productshot .label-left-top-corner {
  background-color: rgba(15, 127, 165, 1);
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  padding: 7px 35px 7px 35px;
}
.info-top-corner-productshot .label-left-top-corner-opvoorraad {
  color: rgba(0, 93, 118, 1);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  padding: 7px 35px 7px 35px;
  background-color: rgba(0, 93, 118, .05);
  margin-left: -5px;
}
.info-top-corner-productshot .label-left-top-corner-opvoorraad i {
  font-size: 9px;
  margin-right: 4px;
  display: inline-block;
  margin-top: -4px;
}
.product-group .item-product .item-product-photo .label-left-top-corner.new, .label-left-top-corner .label-left-top-corner.new, .info-top-corner-productshot .label-left-top-corner.new {
  background-color: rgba(15, 127, 165, 1);
}
.product-group .item-product .item-product-info {
  padding: 35px 35px 15px 35px;
  font-size: 18px;
  text-align: left;
}
.product-group .item-product .item-product-info h4, .wrapper-modal-koopnu h4 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: rgba(69, 73, 74, 1);
}
.product-group .item-product .item-product-info h4 a, .wrapper-modal-koopnu h4 a {
  font-weight: 700;
  font-size: 18px;
  color: rgba(69, 73, 74, 1);
  text-decoration: none;
}
.product-group .item-product .item-product-info h4 a:hover, .wrapper-modal-koopnu h4 a:hover {
  color: rgba(15, 127, 165, 1);
}
.product-group .item-product .item-product-info .item-productinfo-price, .wrapper-modal-koopnu .modal-body .item-productinfo-price, .wrapper-products .item-productinfo-price, .wrapper-specifications .item-productinfo-price {
  padding-left: 35px;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 800;
  color: rgba(255, 176, 83, 1);
  text-align: left;
}
.product-group .item-product .item-product-info .item-productinfo-price .old-price, .wrapper-modal-koopnu .modal-body .item-productinfo-price .old-price, .old-price {
  display: inline-block;
  margin-right: 20px;
  font-weight: 300;
  color: rgba(36, 156, 197, .4);
  text-decoration: line-through;
}
.wrapper-specifications .item-productinfo-price span {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 176, 83, .65);
}
.product-group .item-product .card-footer {
  background-color: transparent;
  border-top: none;
  border-radius: 0;
  padding: 0;
}
.product-group .item-product .item-product-actions a.productinfo-btn-detail {
  text-align: center;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(36, 156, 197, 1);
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.product-group .item-product .item-product-actions a:hover.productinfo-btn-detail {
  background-color: rgba(10, 109, 142, 1);
}
.product-group .item-product .item-product-actions a.productinfo-btn-koopnu {
  text-align: center;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(255, 176, 83, 1);
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.product-group .item-product .item-product-actions a:hover.productinfo-btn-koopnu {
  background-color: rgba(10, 109, 142, 1);
}
.product-group .item-product .item-product-actions a.productinfo-btn-koopnu i {
  font-size: 12px;
  margin-right: 5px;
}
.btn-nav-carousel {
  padding-top: 35px;
}
.btn-nav-carousel a {
  font-size: 25px;
  color: rgba(10, 109, 142, 1);
}
.btn-nav-carousel a:hover {
  font-size: 25px;
  color: rgba(36, 156, 197, 1);
}
.photo-container-square-product {
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.photo-container-square-product.topline {
  border-top: solid 1px rgba(0, 93, 118, .15);
}
.photo-container-square-product .info-top-corner-productshot {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.wrapper-show-all {
  margin-top: 70px;
  text-align: center;
}
.wrapper-services-content {
  background-color: rgba(255, 255, 255, 1);
  padding: 70px;
  font-size: 18px;
  line-height: 35px;
}
.wrapper-services-content h2 {
  font-size: 34px;
  font-weight: 800;
  color: rgba(69, 73, 74, 1);
}
.wrapper-services-content h2::after {
  content: '';
  display: block;
  border: 2px solid rgba(255, 176, 83, 1);
  width: 70px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.wrapper-services-content .list-services {
  margin-top: 50px;
}
.wrapper-services-content ul.list-services {
  list-style: none;
  padding: 0;
}
.wrapper-services-content ul.list-services li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(15, 127, 165, .2);
}
.wrapper-services-content ul.list-services li:last-child {
  border-bottom: none;
}
.wrapper-services-content ul.list-services li a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  color: rgba(28, 145, 185, 1);
  display: block;
  padding: 0px 20px 0px 20px;
}
.wrapper-services-content ul.list-services li a:hover {
  color: rgba(255, 176, 83, 1);
}
.wrapper-services-content ul.list-services li a i {
  float: right;
  font-size: 16px;
}
.wrapper-services-content ul.list-services li img {
  width: 60px;
  height: auto;
  margin-right: 20px;
}
.wrapper-scroll-onzemerken, .wrapper-onzemerken {
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
}
.wrapper-scroll-onzemerken .owl-carouselmerken .item, .wrapper-onzemerken .item {
  background-color: #fff;
}
.wrapper-onzemerken .item {
  margin-bottom: 25px;
}
.wrapper-onzemerken .item.item-blue {
  background-color: rgba(15, 127, 165, .05);
}
.wrapper-scroll-onzemerken .owl-carouselmerken .item .brand-logo, .wrapper-onzemerken .item .brand-logo {
  height: 0;
  padding-bottom: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper-scroll-onzemerken .owl-theme .owl-nav {
  display: none;
}
.wrapper-scroll-onzemerken .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 35px;
}
.wrapper-scroll-onzemerken .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px
}
.wrapper-scroll-onzemerken .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}
.wrapper-scroll-onzemerken .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 3px 3px;
  background: rgba(15, 127, 165, .25);
  display: block;
  -webkit-backface-visibility: visible;
  border-radius: 30px;
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}
.wrapper-scroll-onzemerken .owl-theme .owl-dots .owl-dot.active span, .wrapper-scroll-onzemerken .owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(15, 127, 165, 1);
}
/******************* CONTENT PAGES *******************/
.bg-lightblue {
  background-color: rgba(15, 127, 165, .09);
}
.breadcrumb {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding-top: 30px;
  padding-bottom: 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: rgba(15, 127, 165, .253);
  content: var(--bs-breadcrumb-divider, "▸");
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: rgba(15, 127, 165, .45);
  padding-bottom: 0;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
  color: rgba(15, 127, 165, 1)
}
.breadcrumb .breadcrumb-item.active {
  color: rgba(15, 127, 165, 1);
  font-weight: 600;
}
#wrapper-page-title h1 {
  color: rgba(15, 127, 165, 1);
  font-size: 40px;
  font-weight: 800;
  margin: 0;
  padding: 0;
}
#wrapper-page-title h1::after {
  content: '';
  display: block;
  border: 2px solid rgba(255, 176, 83, 1);
  width: 70px;
  margin-top: 20px;
}
.text-block {
  font-size: 16px;
  line-height: 28px;
  color: rgba(69, 73, 74, 1);
}
.text-block a {
  color: rgba(69, 73, 74, 1);
  text-decoration: underline;
  font-weight: 600;
}
.text-block a:hover {
  color: rgba(15, 127, 165, 1);
  text-decoration: underline;
}
.text-block h3 {
  font-size: 22px;
  font-weight: 300;
  padding-bottom: 15px;
  color: rgba(15, 127, 165, 1);
}
.text-block h4 {
  font-size: 22px;
  font-weight: 300;
  padding-bottom: 15px;
  color: rgba(15, 127, 165, 1);
}
.text-block-bg-white {
  background-color: rgba(255, 255, 255, 1);
  padding: 70px;
}
.dropdown-selector-products {
  text-align: right;
}
.dropdown-selector-products .dropdown .btn-top {
  color: rgba(36, 156, 197, 1);
  text-decoration: none;
  border-bottom: solid 1px rgba(36, 156, 197, .5);
  padding-bottom: 15px;
  font-weight: 500;
}
.dropdown-selector-products .dropdown .dropdown-menu {
  background-color: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 0;
  box-shadow: rgba(36, 156, 197, 0.15) 0px 2px 8px 0px;
  padding: 20px 40px 20px 40px;
}
.dropdown-selector-products .dropdown .dropdown-menu .dropdown-item {
  font-weight: 500;
  font-size: 15px;
  padding: 5px 0px 5px 0px;
}
.dropdown-selector-products .dropdown .dropdown-menu a.dropdown-item {
  color: rgba(36, 156, 197, .5);
}
.dropdown-selector-products .dropdown .dropdown-menu a:hover.dropdown-item {
  color: rgba(15, 127, 165, 1);
  background-color: transparent;
}
.wrapper-filter-options .column-page-menu {
  margin-top: 0px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, .95);
}
.wrapper-filter-options .page-menu-toggler {
  display: none;
  position: relative;
}
.wrapper-filter-options .selector .accordion .accordion-item {
  background-color: rgba(255, 255, 255, .05);
  border: none;
}
.wrapper-filter-options .selector .accordion .accordion-button {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(36, 156, 197, 1);
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
  padding: 10px 15px 10px 15px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .2px;
  border-bottom: solid 1px rgba(255, 255, 255, .5);
  border-radius: 0;
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}
.wrapper-filter-options .selector .accordion .accordion-button:not(.collapsed) {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(36, 156, 197, 1);
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
  padding: 10px 15px 10px 15px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: solid 1px rgba(255, 255, 255, .5);
}
.wrapper-filter-options .selector .accordion .accordion-button:hover {
  background-color: rgba(255, 176, 83, 1);
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}
.wrapper-filter-options .selector .accordion .accordion-body {
  padding: 30px 30px 30px 30px;
}
.wrapper-filter-options .selector .accordion .accordion-body .form-check {
  font-size: 15px;
  color: rgba(69, 73, 74, 1);
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 500;
}
.wrapper-filter-options .selector .accordion .accordion-body .form-check label {
  margin-left: 10px;
}
.wrapper-filter-options .selector .accordion .accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.wrapper-filter-options .selector .accordion .accordion-body .form-check strong {
  color: rgba(15, 127, 165, .5);
  font-weight: 500;
  font-size: 14px;
  margin-left: 5px;
}
.wrapper-filter-options .search-filter {
  box-shadow: rgba(15, 127, 165, 0.15) 0px 2px 8px 0px;
}
.wrapper-filter-options .search-filter .form-control {
  border-radius: 0;
  border: none;
  font-size: 15px;
  font-weight: 500;
  color: rgba(69, 73, 74, 1);
}
.wrapper-filter-options .search-filter .form-control:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 0%);
}
.wrapper-filter-options .search-filter .btn {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0;
  color: rgba(15, 127, 165, 1);
}
.wrapper-filter-options .search-filter .btn-check:focus + .btn, .wrapper-filter-options .search-filter .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 0%);
}
.wrapper-filter-options .search-filter .btn:hover {
  background-color: rgba(51, 51, 51, 1);
  color: rgba(255, 255, 255, 1);
}
.pagination {
  margin-top: 70px;
  border-top: solid 1px rgba(15, 127, 165, .25);
  padding-top: 35px;
  background-color: transparent;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
.page-link {
  color: rgba(15, 127, 165, 1);
  font-size: 13px;
  font-weight: 600;
  background-color: transparent;
  border: none;
  /*border-bottom: solid 1px rgba(143,152,97, .3);*/
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px
}
.page-item.active .page-link {
  color: #fff;
  background-color: rgba(15, 127, 165, 1);
  border-color: rgba(15, 127, 165, 1);
}
.page-link:hover {
  color: rgba(15, 127, 165, 1);
  background-color: rgba(15, 127, 165, .08);
  border-color: rgba(15, 127, 165, .08);
}
.page-link:focus {
  color: rgba(15, 127, 165, 1);
  background-color: rgba(15, 127, 165, .08);
  outline: 0;
  box-shadow: 0 0 0 0rem rgb(13 110 253 / 0%);
}
.pagination li {
  padding: 0;
  margin: 0;
}
.carousel-indicators {
  position: static;
  margin-top: 15px;
  margin-right: 0;
  margin-left: 0;
  justify-content: left;
}
.carousel-indicators button[data-bs-target] {
  width: 100px;
}
#carouselsliderproduct .carousel-item {
  position: relative;
}
#carouselsliderproduct .carousel-item .zoom {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  color: rgba(15, 127, 165, 1);
}
#carouselsliderproduct .carousel-item .zoom a {
  color: rgba(15, 127, 165, 1);
}
#carouselsliderproduct .carousel-item .zoom a:hover {
  color: rgba(69, 73, 74, 1);
}
.wrapper-specifications {
  background-color: rgba(255, 255, 255, 1);
  padding: 70px;
  box-shadow: rgba(15, 127, 165, 0.15) 0px 7px 29px 0px;
}
.wrapper-specifications h4 {
  font-size: 30px;
  font-weight: 200;
  color: rgba(255, 176, 83, 1);
  margin-bottom: 35px;
}
.wrapper-specifications .table-specifications {
  color: rgba(15, 127, 165, 1);
  font-size: 15px;
}
.wrapper-specifications .table-specifications.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: rgba(15, 127, 165, .03);
  color: rgba(15, 127, 165, 1);
}
.wrapper-specification tbody, td, tfoot, th, thead, tr {
  border-bottom: solid 1px rgba(15, 127, 165, .15)
}
.wrapper-specifications .table-specifications td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.wrapper-specifications .table-specifications td:nth-child(1) {
  font-weight: 700;
}
.wrapper-specifications .wrapper-koopnu {
  padding-top: 25px;
}
.wrapper-specifications .wrapper-koopnu .form-select, .wrapper-basket .form-select-small {
  border: solid 1px rgba(15, 127, 165, .25);
  border-radius: 0px;
  padding: 8px 20px;
  color: rgba(15, 127, 165, 1);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.wrapper-specifications .wrapper-koopnu .form-select:focus, .wrapper-basket .form-select-small:focus {
  border-color: rgba(255, 255, 255, 0);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 0%);
}
.wrapper-specifications .wrapper-koopnu a.btn-orange {
  border: solid 1px rgba(255, 176, 83, 1);
  border-radius: 0px;
  padding: 10px 0px 10px 0px;
  color: rgba(255, 2553, 255, 1);
  background-color: rgba(255, 176, 83, 1);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
}
.wrapper-specifications .wrapper-koopnu a:hover.btn-orange {
  border: solid 1px rgba(10, 109, 142, 1);
  background-color: rgba(10, 109, 142, 1);
  color: rgba(255, 255, 255, 1) !important;
}
.wrapper-specifications .wrapper-koopnu a.btn-orange i {
  margin-right: 10px;
}
.wrapper-specifications .wrapper-koopnu hr {
  margin-top: 35px;
  margin-bottom: 35px;
  height: 1px;
  background-color: rgba(0, 93, 118, .45);
  border: none;
}
.wrapper-specifications .item-productinfo-content {
  padding-top: 15px;
  padding-bottom: 15px;
  color: rgba(15, 127, 165, 1);
  line-height: 28px;
}
.wrapper-specifications .item-productinfo-content .collapse-inner {
  margin-top: 15px;
}
.wrapper-specifications .item-productinfo-content a.collapse-readmore {
  border-top: solid 1px rgba(15, 127, 165, .15);
  display: block;
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(15, 127, 165, 1);
  text-decoration: none;
  letter-spacing: 1px;
  padding-top: 8px;
}
.wrapper-specifications .item-productinfo-content a:hover.collapse-readmore {
  color: rgba(255, 176, 83, 1);
}
.wrapper-specifications .wrapper-tags {
  padding-top: 35px;
}
.wrapper-specifications .wrapper-tags .badge {
  background-color: rgba(15, 127, 165, .08);
  border-radius: 0px;
  margin-right: 5px;
  color: rgba(15, 127, 165, 1);
  font-weight: 500;
  padding: 8px 12px;
  margin-bottom: 5px;
}
.wrapper-specifications .wrapper-tags .badge a {
  color: rgba(15, 127, 165, 1);
  text-decoration: none;
}
.wrapper-specifications .wrapper-tags .badge a:hover {
  color: rgba(15, 127, 165, .5);
  text-decoration: none;
}
.contact-form {
  font-size: 16px;
  color: rgba(15, 127, 165, 1);
  padding: 0px 0px 0px 0px;
}
.contact-form .inputfield {
  background-color: rgba(15, 127, 165, .05);
  border: 1px solid rgba(15, 127, 165, .15);
  box-shadow: none;
  font-size: 16px;
  color: rgba(69, 73, 74, 1);
  font-weight: 500;
  border-radius: 0px;
  margin-bottom: 20px;
  padding: 10px;
}
.contact-form .inputfield:focus {
  box-shadow: none;
  background-color: rgba(255, 255, 255, .3);
  border: 1px solid rgba(15, 127, 165, .35);
}
.contact-form .select {
  background-color: rgba(15, 127, 165, .05);
  border: 1px solid rgba(15, 127, 165, .15);
  box-shadow: none;
  font-size: 16px;
  color: rgba(15, 127, 165, 1);
  font-weight: 700;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 10px;
}
.contact-form .text-area {
  height: 200px
}
.contact-form .form-group label {
  color: rgba(15, 127, 165, 1);
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.contact-form .form-check label, .contact-form .form-label {
  color: rgba(15, 127, 165, 1);
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-form .form-check span, .contact-form .form-group label span, .contact-form .form-label span {
  color: rgba(15, 127, 165, .35);
  font-size: 12px;
  padding-left: 5px
}
.contact-form .form-check {
  padding-top: 15px;
  padding-bottom: 5px
}
.contact-form.verzending .form-check {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.contact-form.verzending .form-check label, .contact-form.verzending .form-label {
  margin-bottom: 15px;
}
.contact-form.verzending textarea {
  height: 250px;
}
::placeholder {
  color: rgba(15, 127, 165, .35) !important;
}
.btn-form {
  border-radius: 0px;
  background-color: rgba(255, 176, 83, 1);
  padding: 10px 50px 10px 50px;
  color: rgba(255, 2553, 255, 1);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  margin-top: 35px;
}
.btn-form:hover {
  transition: all .2s;
  background-color: rgba(15, 127, 165, 1);
  color: rgba(255, 255, 255, 1);
}
#map {
  height: 675px;
  width: 100%;
}
.wrapper-infoblock-contact {
  padding: 70px;
  background: rgb(36, 156, 197);
  background: -moz-linear-gradient(93deg, rgba(36, 156, 197, 1) 0%, rgba(15, 127, 165, 1) 100%);
  background: -webkit-linear-gradient(93deg, rgba(36, 156, 197, 1) 0%, rgba(15, 127, 165, 1) 100%);
  background: linear-gradient(93deg, rgba(36, 156, 197, 1) 0%, rgba(15, 127, 165, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#249cc5", endColorstr="#0f7fa5", GradientType=1);
  color: rgba(255, 255, 255, 1);
  margin-top: -10px;
}
.wrapper-infoblock-contact h5 {
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  font-size: 18px;
  padding: 0px 0px 25px 0px;
  margin: 0;
}
.wrapper-infoblock-contact .contact-adres {
  line-height: 28px;
}
.wrapper-infoblock-contact .contact-adres a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.wrapper-infoblock-contact .contact-adres a:hover {
  color: rgba(255, 255, 255, .5);
  text-decoration: none;
}
.wrapper-infoblock-contact table {
  width: 100%;
  border-collapse: collapse;
}
.wrapper-infoblock-contact .table-openingsuren td {
  vertical-align: top
}
.wrapper-infoblock-contact .table-openingsuren td {
  padding: 2px 0 2px 0;
  text-align: left
}
.wrapper-infoblock-contact .table-openingsuren td:nth-child(2) {
  color: rgba(255, 255, 255, .60)
}
.wrapper-basket {
  background-color: rgba(255, 255, 255, 1);
  padding: 70px;
  color: rgba(15, 127, 165, 1);
}
.wrapper-basket .alert-success {
  --bs-alert-color: rgba(255, 176, 83, 1);
  --bs-alert-bg: rgba(255, 176, 83, .10);
  --bs-alert-border-color: rgba(255, 176, 83, .45);
  border-radius: 0px;
}
.wrapper-basket .table-basket, .wrapper-basket .table-basket-totaal {
  color: rgba(15, 127, 165, 1);
}
.wrapper-basket .table-basket td {
  border-bottom: solid 1px rgba(15, 127, 165 .15);
}
.wrapper-basket .table-basket-totaam td {
  border-bottom: none;
}
.wrapper-basket .table-basket .order-line-description a, .table-basket-sm-row .order-line-description a {
  color: rgba(69, 73, 74, 1);
  text-decoration: none;
  font-weight: 700;
}
.table-basket-sm-row .order-line-description {
  padding-bottom: 15px;
}
.wrapper-basket .table-basket .order-line-description a i, .table-basket-sm-row .order-line-description a i {
  font-size: 13px;
  margin-left: 12px;
}
.wrapper-basket .table-basket .order-line-description a:hover, .table-basket-sm-row .order-line-description a:hover {
  color: rgba(15, 127, 165, 1);
}
.wrapper-basket .table-basket .order-line-delete, .table-basket-sm-row .order-line-delete {
  text-align: right;
}
.wrapper-basket .table-basket .order-line-price, .table-basket-sm-row .order-line-price {
  text-align: right;
  font-weight: 800;
  font-size: 20px;
  color: rgba(15, 127, 165, 1);
}
.wrapper-basket .table-basket-totaal .order-line-price {
  text-align: right;
  font-weight: 700;
  font-size: 18px;
  color: rgba(15, 127, 165, 1);
  padding-right: 10px;
}
.wrapper-basket .table-basket-totaal td:nth-child(1) {
  text-align: right;
  font-weight: 700;
  font-size: 18px;
  color: rgba(15, 127, 165, 1);
}
.wrapper-basket .table-basket td:nth-child(3) {
  width: 175px;
}
.wrapper-basket .table-basket td:nth-child(1) {
  width: 100px;
}
.wrapper-basket .table-basket td:nth-child(4), .wrapper-basket .table-basket td:nth-child(5), .wrapper-basket .table-basket-totaal td:nth-child(2) {
  width: 200px;
}
.wrapper-basket .table-basket-totaal tbody, .wrapper-basket .table-basket-totaal td, .wrapper-basket .table-basket-totaal tfoot, .wrapper-basket .table-basket-totaal th, .wrapper-basket .table-basket-totaal thead, .wrapper-basket .table-basket-totaal tr {
  border-bottom: solid 0px rgba(15, 127, 165, 1);
}
.wrapper-basket .wrapper-buttons {
  text-align: right;
}
.wrapper-basket .wrapper-buttons a {
  margin-right: 15px;
}
.wrapper-basket .wrapper-buttons {
  text-align: right;
}
.wrapper-basket .wrapper-buttons a {
  margin-right: 15px;
}
.wrapper-table-basket-sm {
  display: none;
}
.choose-customer a {
  text-align: center;
  display: block;
  padding: 35px;
  text-decoration: none;
  color: rgba(15, 127, 165, .55);
}
.choose-customer a:hover {
  background-color: rgba(15, 127, 165, .05);
}
.choose-customer a i {
  font-size: 50px;
  color: rgba(15, 127, 165, .35);
  margin-bottom: 20px;
}
.choose-customer a:hover i {
  color: rgba(15, 127, 165, .65);
}
.choose-customer a h3 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 24px;
  color: rgba(15, 127, 165, 1);
}
.choose-customer a:hover h3 {
  color: rgba(15, 127, 165, 1);
}
.wrapper-small-basket-overview {
  background-color: rgba(255, 255, 255, 1);
  padding: 35px 35px 20px 35px;
}
.wrapper-small-basket-overview .table-small-basket-overview {
  color: rgba(15, 127, 165, 1);
  font-size: 15px;
  line-height: 24px;
}
.wrapper-small-basket-overview .table-small-basket-overview .topline {
  border-top: solid 2px rgba(15, 127, 165, .3)
}
.wrapper-small-basket-overview .table-small-basket-overview .noline {
  border-bottom: none;
}
.wrapper-small-basket-overview .table-small-basket-overview td:nth-child(2), .wrapper-small-basket-overview .table-small-basket-overview small {
  color: rgba(15, 127, 165, .5)
}
.wrapper-small-basket-overview .table-small-basket-overview td:nth-child(3) {
  text-align: right;
  font-weight: 700;
  width: 90px;
}
.wrapper-form-afrekenen a {
  text-decoration: none;
}
.wrapper-form-afrekenen a:hover {
  text-decoration: none;
}
.wrapper-form-afrekenen .contact-form .card {
  border-radius: 0;
  border: none;
  padding: 35px;
}
.active-new {
  background-color: rgba(255, 176, 83, .15);
}
.list-betaalwijze .card {
  text-align: center;
  border: none;
  background-color: rgba(15, 127, 165, .05);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  cursor: pointer;
}
.list-betaalwijze .card:hover {
  background-color: rgba(15, 127, 165, .10);
  cursor: pointer;
}
.list-betaalwijze .card .card-body {
  font-size: 18px;
  font-weight: 600;
  padding: 15px 0px 10px 0px;
}
.list-betaalwijze .card .card-body img {
  width: 50px;
  margin-bottom: 10px;
}
.list-betaalwijze .card .card-body label {
  display: block;
}
.list-betaalwijze .card .card-footer {
  background-color: transparent;
  border-top: none;
  padding: 0px;
}
#wrapper-footer {
  background: rgba(28, 145, 185, 1);
  padding-top: 70px;
  padding-bottom: 70px;
  color: rgba(255, 255, 255, 1);
}
#wrapper-footer a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
#wrapper-footer a:hover {
  color: rgba(255, 255, 255, .5);
}
#wrapper-footer strong {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
}
#wrapper-footer .ft-address {
  font-size: 15px;
  line-height: 24px;
}
#wrapper-footer .ft-openinghours table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
#wrapper-footer .ft-openinghours .table-openingsuren td {
  vertical-align: top
}
#wrapper-footer .ft-openinghours .table-openingsuren td {
  padding: 1px 0 1px 0;
  text-align: left
}
#wrapper-footer .ft-openinghours .table-openingsuren td:nth-child(2) {
  color: rgba(255, 255, 255, .50)
}
#wrapper-footer .ft-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 15px;
}
#wrapper-footer .ft-menu ul li {
  padding-bottom: 2px;
}
#wrapper-footer .ft-menu ul li a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
#wrapper-footer .ft-menu ul li a:hover {
  color: rgba(255, 255, 255, .5);
  text-decoration: none;
}
#wrapper-footer .ft-payment ul li {
  padding-bottom: 11px;
}
#wrapper-footer .ft-payment small {
  color: rgba(255, 255, 255, .6);
  display: inline-block;
  padding-top: 10px;
}
#wrapper-footer .ft-social {
  padding-top: 35px;
}
#wrapper-footer .ft-social ul li a {
  font-size: 28px;
  color: rgba(255, 255, 255, .5);
}
#wrapper-footer .ft-social ul li a:hover {
  font-size: 28px;
  color: rgba(255, 255, 255, 1);
}
#wrapper-newsletter {
  background: rgba(15, 127, 165, 1);
  padding-top: 70px;
  padding-bottom: 35px;
}
#wrapper-newsletter .cta {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-weight: 200;
}
#wrapper-newsletter .inschrijven-newsletter .form-control {
  border: none;
  border-radius: 0px;
  color: rgba(15, 127, 165, 1);
  font-size: 14px;
  font-weight: 500;
  height: 45px;
}
#wrapper-newsletter .inschrijven-newsletter input::placeholder {
  color: rgba(15, 127, 165, .5);
}
#wrapper-newsletter .inschrijven-newsletter .btn-newsletter {
  border: none;
  border-radius: 0px;
  background-color: rgba(255, 176, 83, 1);
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}
#wrapper-newsletter .inschrijven-newsletter .btn-newsletter:hover {
  background: rgba(10, 109, 142, 1);
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}
#wrapper-copyright {
  background: rgba(10, 109, 142, 1);
  padding-top: 30px;
  padding-bottom: 15px;
}
#wrapper-copyright .ft-disclaimer a, #wrapper-copyright .ft-copyright a {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, .5);
  font-weight: 400;
  text-decoration: none;
}
#wrapper-copyright .ft-disclaimer a:hover, #wrapper-copyright .ft-copyright a:hover {
  color: rgba(255, 255, 255, 1);
}
#wrapper-copyright .ft-disclaimer .list-inline .list-inline-item {
  margin-right: 30px;
}
#wrapper-copyright .ft-copyright {
  text-align: right;
}
#wrapper-copyright .ft-copyright i {
  padding-left: 10px;
  padding-right: 10px;
}
.cd-top {
  display: inline-block;
  width: 35px;
  height: 35px;
  position: fixed;
  bottom: 35px;
  right: 30px;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  text-align: center
}
.cd-top a {
  display: block;
  padding-top: 6px;
  background-color: rgba(255, 176, 83, 1);
  width: 35px;
  height: 35px;
  color: rgba(255, 255, 255, 1);
}
.cd-top a:hover {
  background-color: rgba(86, 90, 91, 1);
  color: rgba(255, 255, 255, 1);
}
.cd-top.cd-fade-out, .cd-top.cd-is-visible, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1
}
.cd-top.cd-fade-out {
  opacity: 1
}
.no-touch .cd-top:hover {
  background-color: rgba(86, 90, 91, 1);
  opacity: 1
}
@media(max-width:1280px) {
  .padding-sections {
    padding: 70px 35px 70px 35px;
  }
  .wrapper-top-search .top-search {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  #wrapper-header-navigation .top-logo {
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #wrapper-header-navigation .top-logo img {
    width: 175px;
    height: auto;
  }
  #wrapper-header-navigation .topbar-secondnav {
    padding-right: 0px;
    padding-top: 40px;
  }
  .topbar-fullnav .nav-item a.nav-link {
    padding: 12px 6px 12px 6px;
    font-size: 11px;
  }
  #wrapper-intro-homepage .intro-text-homepage h1 {
    font-size: 30px;
  }
  #wrapper-intro-homepage .intro-text-homepage {
    padding: 35px;
    font-size: 16px;
    line-height: 30px;
  }
  #wrapper-intro-homepage .search-zone-homepage {
    padding: 35px;
  }
  #wrapper-intro-homepage .search-zone-homepage .btn-intro-search {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 15px;
  }
  #wrapper-product-hoofdcat-homepage .product-hoofdcat-homepage .card a .card-body h3, .product-cat-grid .card a .card-body h3 {
    font-size: 15px;
  }
  .product-group .item-product .item-product-photo .label-left-top-corner {
    font-size: 12px;
    padding: 5px;
  }
  .product-group .item-product .item-product-info {
    padding: 15px 15px 0px 15px;
    font-size: 16px;
  }
  .product-group .item-product .item-product-info h4, .wrapper-modal-koopnu h4 {
    font-size: 16px;
  }
  .product-group .item-product .item-product-info .item-productinfo-price, .wrapper-modal-koopnu .modal-body .item-productinfo-price, .item-productinfo-price {
    font-size: 18px;
  }
  .product-group .item-product .item-product-actions a.productinfo-btn-detail, .product-group .item-product .item-product-actions a.productinfo-btn-koopnu {
    font-size: 12px;
  }
  .product-group .item-product .item-product-actions a i {
    display: none;
  }
  #wrapper-services-homepage {
    padding: 0;
  }
  .wrapper-services-content {
    padding: 35px;
    font-size: 16px;
    line-height: 30px;
  }
  .wrapper-services-content ul.list-services li a {
    font-size: 16px;
    padding: 0px 5px 0px 5px;
  }
  .wrapper-services-content ul.list-services li img {
    width: 40px;
    margin-right: 10px;
  }
  #wrapper-footer .ft-address, #wrapper-footer .ft-openinghours table, #wrapper-footer .ft-menu ul {
    font-size: 14px;
  }
  #wrapper-newsletter {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  #wrapper-newsletter .cta {
    font-size: 20px;
  }
  #wrapper-newsletter .inschrijven-newsletter {
    padding-top: 10px;
  }
  .padding-sections-lr {
    padding-left: 35px;
    padding-right: 35px;
  }
  .wrapper-specifications {
    padding: 35px;
  }
  .carousel-indicators button[data-bs-target] {
    height: 65px;
  }
  .wrapper-basket {
    padding: 35px;
  }
}
@media(max-width: 991px) {
  .wrappercarouselsolden-sm, .wrappercarouselsolden-lg {
    display: none !important;
  }
  .wrappercarouselsolden-md {
    display: block !important;
  }
  .btn-search-sm {
    display: inline-block;
  }
  .btn-search-lg {
    display: none;
  }
  #wrapper-intro-homepage .photo-intro-top-hp {
    height: 0px;
    padding-bottom: 60%;
  }
  .disable-md, .dropdown-selector-products {
    display: none;
  }
  #wrapper-product-hoofdcat-homepage .title h2, #wrapper-promo-homepage .title h2, #wrapper-merken-homepage .title h2 {
    font-size: 28px;
  }
  .wrapper-top-search .top-search {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
  .product-cat-grid .card a .card-body h3 {
    font-size: 15px;
  }
  .navbar-toggler {
    color: #fff;
    padding: 15px 20px 15px 20px;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    border-radius: 0px;
    margin-top: 0px;
    border: none;
  }
  .navbar-toggler i {
    margin-right: 5px;
  }
  .navbar-toggler:hover {
    background-color: rgba(255, 176, 83, 1);
    -webkit-transition: all .7s ease;
    transition: all .7s ease
  }
  .navbar-toggler:focus {
    box-shadow: 0 0 0 0rem;
  }
  .navbar .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navbar-collapse {
    padding: 0px 15px 15px 15px;
    background-color: rgba(0, 93, 118, .05);
    border-radius: 0px;
  }
  .navbar .dropdown-menu {
    padding: 15px 15px 0px 15px;
  }
  .navbar-nav {
    width: 100%;
    padding-top: 20px;
  }
  .topbar-fullnav .nav-item a.nav-link {
    padding: 5px 6px 5px 6px;
    font-size: 13px;
  }
  .topbar-fullnav .megamenu-title {
    display: none;
  }
  .navbar .megamenu .list-cat-mega-menu li h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #wrapper-footer {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  #wrapper-footer .ft-address {
    padding-bottom: 35px;
  }
  #wrapper-copyright .ft-copyright, #wrapper-copyright .ft-disclaimer {
    text-align: center;
  }
  .wrapper-filter-options .page-menu-toggle-part {
    display: none;
    padding: 0px;
  }
  .wrapper-filter-options .page-menu-toggler {
    width: 100%;
    box-sizing: border-box;
  }
  .wrapper-filter-options .page-menu-toggler .menu {
    width: 100%;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 10px 8px 20px;
    background-color: rgba(15, 127, 165, 1);
  }
  .wrapper-filter-options .page-menu-toggler .menu span {
    display: inline-block;
    margin-right: 5px;
    float: right;
    margin-top: 0px;
  }
  .wrapper-filter-options .page-menu-toggle-part.active, .wrapper-filter-options .page-menu-toggler {
    display: block;
  }
  .wrapper-koopnu .form-select {
    margin-bottom: 15px;
  }
  .table-basket .blue-text-link span {
    display: none;
  }
  .wrapper-basket .table-basket td:nth-child(4), .wrapper-basket .table-basket-totaal td:nth-child(2) {
    width: 125px;
  }
  .wrapper-basket .table-basket td:nth-child(2) {
    width: 75px;
  }
  .wrapper-basket .table-basket td:nth-child(3) {
    width: 50px;
  }
  .wrapper-small-basket-overview {
    margin-top: 35px;
  }
  .wrapper-basket {
    padding: 20px;
  }
  #wrapper-text-page .photo-container-square {
    margin-bottom: 35px;
  }
  .justify-content-end {
    justify-content: center !important;
  }
  .wrapper-infoblock-contact {
    margin-top: -35px;
    padding: 35px;
    margin-bottom: 35px;
  }
  .table-basket-lg {
    display: none;
    padding: 15px;
  }
  .wrapper-table-basket-sm {
    display: block;
    padding: 0px;
  }
  .wrapper-table-basket-sm .table-basket-sm-row {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(15, 127, 165, .15);
  }
}
@media(max-width:767px) {
  #wrapper-header-navigation .topbar-secondnav a {
    margin-right: 5px;
  }
  #wrapper-intro-homepage .intro-text-homepage h1 {
    font-size: 24px;
  }
  #wrapper-intro-homepage .search-zone-homepage .btn-intro-search {
    font-size: 14px;
  }
  #wrapper-product-hoofdcat-homepage .title h2, #wrapper-promo-homepage .title h2, #wrapper-merken-homepage .title h2 {
    font-size: 22px;
  }
  #wrapper-footer .ft-address, #wrapper-footer .ft-openinghours, #wrapper-footer .ft-menu {
    padding-bottom: 35px;
  }
  .modal-footer .blue-text-link {
    margin-top: 25px;
  }
  .wrapper-modal-koopnu .modal-footer {
    text-align: center;
    padding-left: 15px;
    padding-bottom: 15px;
  }
  .wrapper-basket .wrapper-buttons {
    text-align: center;
  }
  .wrapper-basket .wrapper-buttons a, .wrapper-basket .fill-btn-orange {
    width: 100%;
    display: block;
  }
  .wrapper-basket .table-basket .order-line-price {
    font-weight: 700;
    font-size: 15px;
    ;
  }
}
@media(max-width:550px) {
  .wrappercarouselsolden-md, .wrappercarouselsolden-lg {
    display: none !important;
  }
  .wrappercarouselsolden-sm {
    display: block !important;
  }
  .cd-top {
    display: none;
  }
  .padding-sections-lr {
    padding-left: 15px;
    padding-right: 15px;
  }
  #wrapper-page-title h1 {
    font-size: 34px;
  }
  .padding-sections {
    padding: 35px 15px 35px 15px;
  }
  .product-cat-grid .card a .card-body h3, #wrapper-page-cat .product-cat-grid .card a .card-body h3 {
    font-size: 14px;
  }
  .wrapper-specifications {
    padding: 15px;
  }
  .table-basket-sm-row .order-line-delete .blue-text-link span {
    display: none;
  }
  .table-basket-sm-row .order-line-price {
    font-size: 18px;
  }
}
#modalForgot .modal-header {
  border-bottom: none;
}
#modalForgot .modal-body {
  text-align: center;
  padding: 20px 70px 70px 70px;
}
#modalForgot .modal-body h1 {
  font-size: 36px;
  text-align: center;
  color: rgba(15, 127, 165, 1);
  font-weight: 800;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#modalForgot .modal-body form {
  text-align: left;
}
#modalForgot .login-form-privaat .form-label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgba(15, 127, 165, 1);
}
#modalForgot .login-form-privaat .form-control {
  color: rgba(0, 93, 118, 1);
  background-color: rgba(15, 127, 165, .05);
  border: solid 1px rgba(15, 127, 165, .1);
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 0;
}
#modalForgot .login-form-privaat .form-control:focus {
  border: solid 1px rgba(15, 127, 165, .25);
  box-shadow: none;
}
#modalForgot .login-form-privaat .form-check {
  padding-top: 15px;
  padding-bottom: 15px;
}
#modalForgot .form-check-input:checked {
  background-color: rgba(15, 127, 165, 1);
  border-color: rgba(15, 127, 165, 1);
}
#modalForgot .form-check-input:focus {
  box-shadow: none;
  border-color: rgba(15, 127, 165, 1);
}
#modalForgot .login-form-privaat .form-check-label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(15, 127, 165, 1);
}
#modalForgot .btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}
#modalForgot .login-form-privaat .form-text {
  padding-top: 20px;
}
#modalForgot .login-form-privaat .form-text a {
  color: rgba(15, 127, 165, .5);
  text-decoration: none;
  font-weight: 600;
}
#modalForgot .login-form-privaat .form-text a:hover {
  color: rgba(15, 127, 165, 1);
}