#gform_2 #field_2_6 {
  visibility: hidden;
  height:0;
}
legend {
  font-size: 1rem;
  font-weight: bold;
}
.gform_required_legend {
  display: none;
}
body {
  overflow-x: hidden;
}
body.body-lock {
  height: 100vh;
  max-height: 100vh;
  min-height:100vh;
  overflow: hidden;
}

@media (min-width: 992px) {
  #top.scrolled .row-mid {
    display: flex !important;
  }
  #top.scrolled .usp-bar { display: none; }
}

.woocommerce-tabs h3:not(.border),
.woocommerce-tabs h2:not(.border) {
  font-family: helvetica;
  font-size: medium;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 8px;
  display: block;
}
#top .nav-head, #top #primary-nav {
  position: relative;
  z-index: 4;
}
#top .nav-head {
  background: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}
#top .nav-head .logo img {
  max-height: 48px;
}
#top #primary-nav {
  background: #f0f0f0; 
}

#overlay-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  z-index:0;
  display: none;
}

#top-nav nav > ul > li > ul.sub-menu:after {
  content: '';
  position: absolute;
  width: 150vw;
  /* width: calc(100% + 420px); */
  height: 100%;
  left: -50vw;
  top: 0;
  background: white;
  display: block;
  z-index: -1;
}

#primary-nav nav > ul > li.menu-item-has-children:hover ~ #overlay-nav { display: block; }
#top .top__nav nav {
 min-height:52px;
}
#top nav>ul>li>a {
  text-transform: none;
  color: black;
  font-size: 17px;
  padding: 16px 0;
  line-height: 20px;
  margin-right: 20px;
}
#top nav>ul>li.current-menu-item>a, #top nav>ul>li.current_page_item>a, #top nav>ul>li.current-menu-parent>a, #top nav>ul>li.current-page-ancestor>a {
  background: transparent;
}
#top nav>ul>li.menu-item-has-children>a {
  padding-right: 0;
}
#top nav>ul>li>ul li:hover {
  background: white;
}
#top nav>ul>li {
  padding-left: 0;
  padding-right: 0;
}
#top nav>ul>li:hover>a {
  background: none;
  /* padding-bottom: 11px;
  border-bottom: 3px solid black; */

  box-shadow: inset 0 -3px 0 black;
}
#top nav > ul > li:hover > ul {
  top: 52px;
}

.test {
  position:relative;
  background: #222;
  padding: 6px 0 8px;
  border-bottom: 2px solid #222;
}

.test .container {
  display: flex;
  justify-content: flex-end;
}

.usp-bar {
  padding: 4px 0;
  padding-bottom: 4px;
  text-align: center;
  height:34px;
}

.test a {
  color: white;
  font-size: 14px;
  font-weight: 400;
  color: #bbb;
  padding-left: 18px;
}
.test a:hover {
  color: white;
}

#top .top__search .cart__count {
  left: auto;
  top: -8px;
  left: 26px;
}

.top__search ul {
  display: flex;
  align-items: center;
}
.top__search ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.top__search .button--search {
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M23.809 21.646l-6.205-6.205c1.167-1.605 1.857-3.579 1.857-5.711 0-5.365-4.365-9.73-9.731-9.73-5.365 0-9.73 4.365-9.73 9.73 0 5.366 4.365 9.73 9.73 9.73 2.034 0 3.923-.627 5.487-1.698l6.238 6.238 2.354-2.354zm-20.955-11.916c0-3.792 3.085-6.877 6.877-6.877s6.877 3.085 6.877 6.877-3.085 6.877-6.877 6.877c-3.793 0-6.877-3.085-6.877-6.877z'/%3E%3C/svg%3E");
}
.top__search {
  flex-direction: row;
}
.top__search input[type="text"]#product-search {
  max-width: 400px;
  border: 0;
  padding: 12px 16px;
}

/* Joeri Menu Styling */
#top nav > ul > li:hover > ul {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  /* background: #18a5d9 !important;  */
  left: 0 !important;
}

#top nav > ul > ul >  li:hover > ul {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  /* background: #0a5c08 !important;  */
  left: 0 !important;
}

#top nav > ul > ul  {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  /* background: #0a5c08 !important;  */
  left: 0 !important;
  width: 100% !important;
}

#top nav ul ul li ul.sub-menu {
  display: flex;
  flex-direction: column;
  position: relative;
  /* background: #dddd46 !important; */
  left: 0 !important;
  padding-top: 0;
}

#top nav > ul > li > ul > li > a {
  font-family: 'Roboto Slab';
  font-weight: 900;
  font-size: 16px;
}

#top nav ul ul li a {
  font-size: 14px;
}
#top nav > ul > li ul {
  box-shadow: none;
  padding-top: 20px;
}

#top #primary-nav li {
  position: unset;
}

#top li:after {
  display: none;
}

#top nav > ul > li > ul > li {
  /* background: rgb(209, 154, 209); */
  width: 25% !important;
}

#top nav > ul > li > ul > li {
  margin-bottom: 30px;
}

@media (max-width: 767px) {

  #top nav > ul > li > ul > li {
    /* background: rgb(98, 47, 98);
    width: 100% !important; */
  }
}

#top nav>ul>li>ul li>ul li a {
  padding: 3px 16px;
}

/* end of Joeri Menu styling */

h1.product_title {
  margin-bottom: -17px;
}
.woocommerce-product-colors li:hover img, .woocommerce-product-colors li.active img{
  border: 2px solid #000;

}

.woocommerce-product-colors li img {
  height:100%;
  max-height: 80px;
  object-fit: contain;
}
.flex-control-thumbs img {
  border: 2px solid #f0f0f0;
}
.woocommerce-product-colors li {
  flex: 0 0 calc(100% / 8);
}
.woocommerce-product-details__short-description {
  margin: 15px 0;
}
.wc-proceed-to-checkout--top {
  margin-top: -50px !important;
}
.spnext, .spprev {
  position: absolute;
  top:-50px;
  right: 15px;
  height:40px;
  width:40px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  background:black;
  border-color: black;
  color: white;
}

.spprev {
  right: 60px;
}

@media (max-width: 767px) {
  .spnext, .spprev {
    top: 0;
    height:32px;
    width: 32px;
    z-index: 2;
  }
  .spprev {
    right: 54px;
  }
  .wc-proceed-to-checkout {
    margin-top: 16px !important;
    justify-content: center !important;
  }
  .woocommerce-cart h1 {
    text-align: center;
  }
}

.composite_summary ul.summary_elements {
  margin: 0  !important;
  padding: 0 !important;
  list-style-type: none;

}
.composite_form {
  padding-left: 0 !important;
}
.full_width .columns-3 .summary_elements li.summary_element {
  width: calc(33.333% - 7px) !important;
  margin:0 10px 0 0;
  display:block;
  margin-bottom: 15px !important;
}
.full_width .columns-3 .summary_elements li.summary_element:nth-child(3n) {
  margin-right:0;
}

.summary_elements li.summary_element .summary_element_wrapper_outer {
  min-height:100%;
  display:flex;
  padding:0 !important;
}

.summary_element_wrapper {
  min-height:100%;
}


.summary_elements li.summary_element .summary_element_wrapper_outer .summary_element_wrapper_inner {
  padding:0 !important;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-height:100%;
}

.summary_elements li.summary_element .summary_element_wrapper_outer .summary_element_wrapper_inner .summary_element_title {
  width: 100%;
}
.summary_elements li.summary_element .summary_element_wrapper_outer .summary_element_wrapper_inner .summary_element_image{
  width:75px;
  margin-right: 15px;
  float: left;
  border: 2px solid #f0f0f0;
  display:none;
}
.summary_elements li.summary_element .summary_element_wrapper_outer .summary_element_wrapper_inner .summary_element_image img {
  margin: 0 !important;
}

.summary_elements li.summary_element .summary_element_wrapper_outer .summary_element_wrapper_inner .summary_element_selection {
  flex:1;
}

.summary_elements li.summary_element .summary_element_wrapper_outer .summary_element_wrapper_inner .summary_element_data:not(.summary_element_image):not(.summary_element_title.summary_element_title){
  /* width: calc(100% - 90px); */
  
  float:left;
  height: max-content;
  line-height: 1rem;
  margin-right: 10px;
 
}

.summary_elements li.summary_element .summary_element_wrapper_outer .summary_element_wrapper_inner .summary_element_button {
  width:100%;
  margin-top:0 !important;
}

.composite_summary li.summary_element span.summary_element_content{
  font-size: 16px !important;
  margin: 0 !important;
  line-height: 24px !important;
}
.composite_summary li.summary_element span.summary_element_content.price{
  font-size: 1rem !important;
  margin-top:0 !important;
  font-weight: 900;
}
.summary_elements li.summary_element .summary_element_wrapper_outer .summary_element_wrapper_inner .summary_element_button a.button:hover {
  text-decoration: none;
}

.summary_elements li.summary_element .summary_element_wrapper_outer .summary_element_wrapper_inner .summary_element_button a.button {
  display: inline-block;
  padding: 0;
  background: none;
  color: #000;
  transition: 0;
  cursor: pointer;
  margin-top:8px;
  border: none;
  outline: none;
  text-decoration: underline;
  font-size: 0.9rem !important;
}

.composite_summary li.summary_element h3 {
  font-size: 1.15rem !important;
  margin:0.5rem 0 !important;
}

.composite_form .step_title_wrapper {
  font-size: 1.25rem !important;

  margin: 15px 0 !important;
}

.component_content .product {
  text-align: left !important;

  padding: 0  !important;
}

.component_content .product:hover {
  box-shadow: none;
}
.component_content   .product .woocommerce-Price-currencySymbol {
  display: inline-block !important;
}
.composite_navigation.paged.bottom .composite_navigation_inner {
  padding: 15px 0 0 0 !important;
}
.component_content .product .quantity label{
  color: #000 !important;
  opacity: 1 !important;
  top: 5px !important;
  left: 18px !important;
  padding: 0 !important;
  font-size: 0.667rem !important;
}
body.single-product .quantity {
  max-width: 100px;
  display: inline-block;
  float: left;
}

body.single-product .single_add_to_cart_button.button {
  display: inline-block;
  margin-left: 15px;
  padding: 12px 50px !important;
  background: #059700 50% 50% no-repeat;
}
body.single-product .single_add_to_cart_button.button:hover {
  background-color: #d8d8d8;
}

.composite_form .composite_price p.price, .single-product .composite_form .composite_price p.price {
  margin: 15px 0 !important;
}

ul.heemskerk-levering-garantie {
  list-style-type: none;
  margin: 15px 0;
  padding:0;
}

ul.heemskerk-levering-garantie li {
  line-height: 1.5rem;
}

ul.heemskerk-levering-garantie .check-icon {
  margin-right: 6px;
}

.secondchange-product  {
  margin: 0 0 15px 0;
  display:block;
}

.secondchange-product a {
  text-decoration: underline;
}

.secondchange-product a:hover {
  text-decoration: none;
}

.component_data .component_wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  padding:15px 0;
}

.component_data .component_wrap .price,
.component_data .component_wrap .quantity {
  margin-top:0 !important;
}
.component_data .component_wrap .price {
  font-size:20px;
}
.component_data .component_wrap .quantity {
  margin-right:15px !important;
}
.composite_summary .summary_elements {
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.composite_summary .summary_elements .summary_element .content_product_title {
  line-height:1.2;
}
.composite_form .composite_summary .summary_elements li.summary_element {
  border:2px solid #eee;
  padding:0 10px 8px;
  margin-bottom: 10px !important;
}
.component.paged.multistep {
  border: 2px solid #eee;
  padding:0 15px 8px;
}
.paged .component_description {
  margin-bottom:10px !important;
}
.component .component_section_title {
  font-weight:bold;
  font-family: "Roboto Slab",Georgia,serif;
}
.component_options_select {
  padding: 10px 10px;
}
.composite_form .composite_navigation.paged .next {
  float: left !important;
  text-align: right;
  margin-right: 1.2em;
  font-size: 1rem;
  background: black;
  color: white;
  padding: 5px 10px;
}
.composite_navigation.paged.top {
  display:none !important;
}

.composite_component.active {
  position: fixed;
  top:10%;
  height:auto;
  max-height:80vh;
  left:10%;
  width:80%;
  background:white;
  overflow-y:scroll;
  z-index: 99999;
}
body.popup-open {
  height:100vh;
  overflow:hidden;
}

.popup-overlay {
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.66);
  z-index: 9999;
}
ul.component_option_thumbnails_container { display:flex; flex-wrap: wrap; }
ul.component_option_thumbnails_container .thumbnail_price * { font-size:1.2rem; }
.full_width .columns-3 ul.component_option_thumbnails_container li.component_option_thumbnail_container {
  /* width: 260px !important;
  margin: 0 15px 1.618em 0 !important; */
  width:20% !important;
  margin:0  !important;
  /* flex: 0 0 calc(100% / 4); */
  margin-bottom: 15px !important;
}
.full_width .columns-3 ul.component_option_thumbnails_container li.component_option_thumbnail_container .thumbnail_buttons,
.small_width ul.component_option_thumbnails_container li.component_option_thumbnail_container .thumbnail_buttons {
  position: absolute;
  width: 100%;
  height: 100%;
  padding:0 !important;
}

.full_width .columns-3 ul.component_option_thumbnails_container {
  margin: 0 -5px !important;
}

.component_options {
  width:65%;
  float: right;
}

.component_option_thumbnail button {
  float: none;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
}

ul.component_option_thumbnails_container {
  padding-bottom: 15px !important;
}
.component_option_thumbnail {
  display:flex;
  flex-direction: column;
  min-height:100%;
  border:2px solid #eee;
}
.component_option_thumbnail.selected, .component_option_thumbnail:hover {
  border:2px solid #000;
}
.component_option_thumbnail_container .thumbnail_description {
  font-size:0.9rem;
  flex:1;
}
.component_inner .component_selections > p.component_section_title {
  width:65%;
  float:right;
}
.multistep .component_selections .component_content {
  display: inline-block;
  width: calc(35% - 30px);
  float:left;
  padding-right:30px;
}

ul.component_option_thumbnails_container li.component_option_content_container {
  width:50% !important;
  float: left;
  left:0;
}

.composited_product_images.images {
  display:none;
}

.component:not(.selection_thumbnail_hidden) .composited_product_details_wrapper>.details {
  float:inherit !important;
  width:100% !important;
  padding:0 1.5em 0 0 !important;
}
.component_selections .composite_navigation.hidden {
  display: block !important;
}

.composite_form .composite_availability p.stock, .single-product .composite_form .composite_availability p.stock,
p.heemskerk-shipping {
  margin: 0 0 15px !important;
}
p.stock.is-in-stock{
 color: #059700 !important;
}

p.stock.available-on-backorder{
  color:rgb(189, 105, 22) !important;
}

.single_variation_wrap > .woocommerce-variation.single_variation {
  display: none !important;
}

@media (max-width:1299px) {
  .full_width .columns-3 ul.component_option_thumbnails_container li.component_option_thumbnail_container {
    width:33.3% !important;
  }

  .component_inner .component_selections > p.component_section_title {
    width:55%;
    float:right;
  }
  .component_options {
    width:55%;
    float: right;
  }
  .multistep .component_selections .component_content {
    width: calc(45% - 30px);
  }
  
  
}
@media (max-width:991px) {
  .multistep .component_selections .component_content {
    width: 100%;
    padding-right:0px;
  }
  .component_options {
    width:100%;
    float: right;
  }
  .component_inner .component_selections > p.component_section_title {
    width:100% !important;
  }
  .small_width ul.component_option_thumbnails_container li.component_option_thumbnail_container {
    width:25% !important;

    margin: 0 0 15px !important;
  }
  
}
@media (min-width:992px) {
  .composite_navigation.bottom .page_button.next {
    display:none;
  }
  .page_button.next {
    text-align: center !important;
    max-width: 60% !important;
  }
}

@media (max-width:767px) {
  .composite_form .composite_navigation .page_button {
    max-width:100% !important;
  }
  .full_width .columns-3 .summary_elements li.summary_element {
    margin-right:0 !important;
  }
  .full_width .columns-3 ul.component_option_thumbnails_container li.component_option_thumbnail_container,
  .small_width ul.component_option_thumbnails_container li.component_option_thumbnail_container {
    width:50% !important;
  }
  .product__title .h4 {
    font-size: 1rem;
  }
  .cat-slider .category__title .h4 {
    font-size: 1rem;
  }
  .cat-slider .slick-next {
    width: 48px;
    height: 68px;
    background: transparent;
    background-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: 0.15s;
    right: -20px;
    border: 0;
    z-index: 2;
  }
  .cat-slider .slick-prev {
    width: 48px;
    height: 68px;
    background: transparent;
    background-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: 0.15s;
    left: -20px;
    border: 0;
    z-index: 2;
  }



  .product-name dl.variation:before, .mob-toggle {
    background: #eee;
    text-align: center;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
   
  }
  .mob-toggle {
    background: #000;
    color: #fff;
  }
}


@media(max-width: 991px){
  /* #primary-nav {
    background-color: #000;
  } */
#mob-search {
  margin-top: 10px;
}
  .button--search {
    background: #fff 50% 50% no-repeat;
    color: #000;
    border-right: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M23.809 21.646l-6.205-6.205c1.167-1.605 1.857-3.579 1.857-5.711 0-5.365-4.365-9.73-9.731-9.73-5.365 0-9.73 4.365-9.73 9.73 0 5.366 4.365 9.73 9.73 9.73 2.034 0 3.923-.627 5.487-1.698l6.238 6.238 2.354-2.354zm-20.955-11.916c0-3.792 3.085-6.877 6.877-6.877s6.877 3.085 6.877 6.877-3.085 6.877-6.877 6.877c-3.793 0-6.877-3.085-6.877-6.877z'/%3E%3C/svg%3E");
  }
  .button--search:hover {
    background-color: #fff;
  }
  body.home .category:not(.category--large) {
    height: 50px;
    padding-bottom: 0px;

  }
  body.home .category.category--large {
  padding-bottom: 35%;
  }
  body.home .category {
    overflow: hidden;

  }
  body.home .category .category__image {
    overflow: hidden;
    transform: scale(1.1);
  }

  body.home .category:not(.category--large) .category__image {
    width: 75px;
    height:50px;
    display: inline-block;
  
  }
  body.home .category:not(.category--large) .category__title {
    transform: translateX(0%);
    position: relative;
    width: calc( 100% - 75px);

    display: inline-block;
    left: 75px;
    bottom: auto;
    padding: 0 30px 0 15px;
    line-height:50px;
    text-align: left;
  }

  body.home .category:not(.category--large) .category__image {
    display: none;
  }

  body.home .category:not(.category--large) .category__title {
    width:100%;
    left:0;
  }

  body.home .category:not(.category--large) .category__title > h2 {
    line-height:50px;
    
  }

  body.home .category:not(.category--large) .category__title:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 50px;
    background: url(../images/arrow.svg) 50% 50% no-repeat;
    background-size: 16px;
    /* transform: rotate(90deg); */
    transition: all 0.2s ease-in-out;
  }

  body.home .category .category__title > h2 {
    font-size: 1rem;
    
  }

  .single-product .woocommerce_before_single_product_summary .woocommerce-product-details__short-description {
    display: none;
  }


  .row.margins.categories>[class^="col"] {
    margin-bottom: 5px;
  }

  .row.margins.categories .category--large {
    margin-top: 15px;
  }
  .row.margins.categories {
    margin-bottom: 0px;
  }
  h1.product_title {
    font-size: 1.25rem;
  }

  .mob-toggle {
    cursor: pointer;
    font-weight: 900;
  }

  .woocommerce-tabs .mt-8 {
    margin-top: 30px !important;
  }
  

  #top .cart__count {
    left: auto;
    top:6px;
    right: 6px;
  }

  .hide-mob {
    display: none;
  }
  /* .footer__newsletter .gform_footer {
    margin-top: 16px;
  } */
  .mob-icon-menu {
    float:right;
  }

  .mob-icon-menu > li {
    padding: 16px 8px !important;
  }

  input{
    -webkit-border-radius: 0px!important; 
    -webkit-appearance: none !important;
  }
  #primary-nav .side-pull > span {
    border-radius: 0px !important;
  }

  #primary-nav .side-pull {
    transform: scale(0.75);
    top: 20px;
  }
  #primary-nav .side-pull:after {
    content: 'MENU';
    display: block;
    color: #fff;
    position: absolute;
    text-align: center;
    width:40px;
    left: -4px;
    top: 40px; 
  }
  .usp-bar {
    text-align: center;
  }
  .usp-bar .usp-bar--item {
    display: inline;
    padding-bottom: 3px; 
  }
  .usp-bar .usp-bar--item svg {
    margin-top: -2px;
  }


  .single-product .woocommerce-breadcrumb {
    display:none;
  }

  .cat-slider--item {
    padding: 0 5px;
  }
  .cat-slider.row {
    margin-left: -5px;
    margin-right: -5px;
  }


  dl.variation:before {
    display:block;
    position: relative;
    content: 'Toon opties';
    font-weight: 900;
    cursor: pointer;
  }

  dl.variation > *{ 
    display:none;
  }

  
  .mob-sort-order .col-md-4 {
    padding: 0;
  }
  
  .filter-toggle {
    line-height: 50px;
    text-align: center;
  }
  .filter-toggle svg, .filter-toggle.open svg {
    transform: rotate(0deg); 
    width: auto;
    height: auto;
    cursor: pointer;
  }


  .mob-result-count .col-md-8 {
    padding:0;
    
  }


  .prod-slider > .slick-list, .up-sells .products > .slick-list, .related .products > .slick-list, .ph-slider > .slick-list, .ph-slider2 > .slick-list, .cat-slider > .slick-list {
    padding:0 30% 0 0 !important;
  }

  .woocommerce-product-gallery ol.flex-control-thumbs .slick-next {
    width: 36px;
    height: 36px;
    background:#000;
    background-size: 16px;
    position: absolute;
    transform: translateY(-50%);
    cursor: pointer;
    transition: 0.15s;
    border: 0;
    z-index: 2;
    bottom: -46px;
    right: 0px;
    color: #fff;
  }
  .woocommerce-product-gallery ol.flex-control-thumbs .slick-prev {
    width: 36px;
    height: 36px;
    background: #000;
    background-size: 16px;
    position: absolute;
    bottom: -46px;
    right: 40px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: 0.15s;
  
    border: 0;
    z-index: 2;
    color: #fff;
  }

  .br_compare_button {
    display: none;
  }
  header .header__carousel .slick-slide > div {
    height: 0;
    padding-bottom: 43.333%;
  }
 
  .header__slide {
    height: 100%;
    position: absolute;
  } 

  #primary-nav {
    margin-top:-60px;
    padding-left: 0;
    padding-right:0;
    position: fixed;
    z-index:999;
    max-width: 100%;
  }
  #wpadminbar {
    position: fixed;
  }
  body #wrapper {
    border-top: 0;
  }
  #top {
    /* padding-top: 60px; */
    padding-top: 36px;
  }

  header h1, header .h1 {
    font-size: 1.25rem;
  }
  header .button {
    padding: 6px 12px;
    font-size: 1rem;
  }
}

@media(min-width:992px){
  .single-product .summary.entry-summary .woocommerce-product-details__short-description {
    display: none;
  }
  /* .ph-slider > .slick-list {
    padding:0 25% 0 0 !important;
  } */
  #top nav>ul>li ul, #top nav>ul>li .dropdown {
    z-index:1;
  }
}
section.plays_heemskerk {
  position: relative;
}
section.plays_heemskerk:before{
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 30vw;
  background: linear-gradient(to right, #FFF, transparent);
}
section.plays_heemskerk:after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 100%;
  width: 30vw;
  background: linear-gradient(to left, #FFF, transparent);
}
.ph-slider .slick-track, .ph-slider2 .slick-track
{
    display: flex !important;
}

.ph-slider .slick-slide, .ph-slider2 .slick-slide
{
    height: inherit !important;
}
.ph-slider .slick-slide > div, .ph-slider2 .slick-slide > div, .ph-slider .plays_heemskerk--item, .ph-slider2 .plays_heemskerk--item, .ph-slider .plays_heemskerk--item figure, .ph-slider2 .plays_heemskerk--item figure {
  height:100%;
  text-align: center;
  text-align: center;
    object-fit: contain;
    object-position: center;

}

.usp-bar {
  text-align: center;
}
.usp-bar .usp-bar--item {
  padding-bottom: 3px; 
}
.usp-bar .usp-bar--item svg {
  margin-top: -2px;
}

.ph-slider .plays_heemskerk--item figure, .ph-slider2 .plays_heemskerk--item figure {
  border: 1px solid #d8d8d8;
  padding:15px 20px;
}
.ph-slider.row, .ph-slider2.row {
  margin-left:-8px;
  margin-right:-8px;
  margin-bottom: 0;
}
.ph-slider .plays_heemskerk--item, .ph-slider2 .plays_heemskerk--item {
  padding:10px;
}

.ph-slider .plays_heemskerk--item figure img, .ph-slider2 .plays_heemskerk--item figure img {
  vertical-align: middle;
  text-align: center;
  object-fit: contain;
  object-position: center;
  height:100%;
  max-height:75px;
  margin: 0 auto;
  padding:0;
}

.woocommerce-ordering label:nth-child(3){
  display: none;
}

a.product {
  position: relative;
}

.button-wrap__landing {
  text-align: center;
  display:block;
}

.button-wrap__landing .button:hover {
  background: #036600;
  color: white;
}
.button-wrap__landing .button{
  margin: 0 auto;
 text-align: center;
 /* text-transform: uppercase; */
 font-size: 1.4rem;
 font-weight: 600;
 font-family: 'Roboto Slab';
}

body.page-template-landingspagina .header__slide, body.blog-template-default .header__slide {
  position: relative;

  width:100%;
}
body.blog-template-default .header__slide .header--content .blog__date {
  text-align: left;;
}
body.page-template-landingspagina .header__slide .header--content, body.blog-template-default .header__slide .header--content {
  position: relative;
  z-index: 1;
  display:block;
  width:100%;
  left:0;
  top:0;
}
body.page-template-landingspagina header .header__slide:after, body.blog-template-default header .header__slide:after {
  content: '';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, 0.33);
  z-index: 0;
}
body.page-template-landingspagina header, body.blog-template-default header {
  height: 480px;
  position: relative;
 width:100%;
}

body.page-template-landingspagina header figure, body.blog-template-default header figure{
 position: absolute;
 width:100%;
 height:100%;
}
body.page-template-landingspagina .header--content, body.blog-template-default .header--content {
  height: 100%; 
}
body.page-template-landingspagina .header--content .container,
body.page-template-landingspagina .header--content .row,
body.page-template-landingspagina .header--content .col-12,
body.blog-template-default .header--content .container,
body.blog-template-default .header--content .row,
body.blog-template-default .header--content .col-12 {
  height: 100%;
}

body.page-template-landingspagina .content-split p, body.blog-template-default .content-split p {
  margin: 20px 0;
}
body.page-template-landingspagina .content-split p:last-child, body.blog-template-default .content-split p:last-child {
  margin-bottom: 0;
}
/* body.page-template-landingspagina .content-split h2 + p {
  margin-top: 20px;
} */
body.page-template-landingspagina header h3, body.blog-template-default header h3 {
  margin-bottom: 12px;
}
body.page-template-landingspagina header h1, body.blog-template-default header h1{
  /* position: absolute; */
  display: flex;
  height: 100%;
  text-align: left;
  max-width: 70%;
  /* bottom: 0; */
  padding-bottom: 60px;
  justify-content: flex-start;
  align-items: flex-end;
  text-transform: uppercase;
  font-size: 2.8rem;
  z-index: 1;
}

@media (max-width: 991px) {
  body.page-template-landingspagina .content-split .col-12 + .col-12, body.blog-template-default .content-split .col-12 + .col-12 {
    margin-top: 40px;
  }
  body.page-template-landingspagina .header__slide,  body.blog-template-default .header__slide {
    height: 460px !important;
  }
}

@media (max-width: 767px) {
  body.page-template-landingspagina .header__slide, body.page-template-landingspagina header, body.blog-template-default .header__slide, body.blog-template-default header {
    height: 360px !important;
  }
  body.page-template-landingspagina .header__slide h1, body.blog-template-default .header__slide h1{
    font-size: 2rem;
    padding: 32px 16px;
    max-width: 90%;
  }
  .woocommerce-product-colors li {
    flex: 0 0 calc(100% / 6);
  }
  .woocommerce-product-colors li img {
    height:100%;
    max-height: 60px;
    object-fit: contain;
  }
}

body.page-template-landingspagina h2,
body.page-template-landingspagina h3,
body.page-template-landingspagina h4,
body.blog-template-default h2,
body.blog-template-default h3,
body.blog-template-default h4{
font-weight: bolder;
}

@media (max-width: 991px) {
  #top nav:not(.secondary) li#menu-item-74227 {
    display: none !important;
  }
  #overlay-nav {
    z-index: 1;
  }
  #top {
    padding-top:0;
  }
  #top #primary-nav {
    background: #000;
  }
  #top nav:not(.secondary) ul {
    padding:0;
    text-align: left;
    position: relative;
    max-height: unset;
  }
  #top nav:not(.secondary)>ul>li>a,
  #top nav:not(.secondary)>ul>li>ul li>a,
  #top nav > ul > li > ul > li a {
    font-size: 16px !important;
    font-weight: 400;
  }
  #top nav:not(.secondary) {
    width: 80%;
    overflow: hidden;
  }
  #top .pull {
    content: "";
    display: block;
    position: relative;
    /* top: 0; */
    /* right: 0; */
    width: 60px;
    height: 44px;
    background: url(../images/arrow.svg) 50% 50% no-repeat;
    background-size: 16px;
    /* transform: rotate(90deg); */
    transition: all 0.2s ease-in-out;
  }
  .side-pull {
    left: 16px !important;
  }
  .mob-icon-menu > li {
    padding: 0 !important;
  }
  .mob-icon-menu > li > a {
    padding: 10px !important;
    display: inline-block;
  }
  #top .pull:after {
    display: none !important;
    transform: rotate(0);
  }
  #top nav>ul>li>ul li:hover {
    background: transparent !important;
  }
  #top nav:not(.secondary) li {
    display: flex !important;
  }
  #top #nav-toggle:checked ~ .top__nav>nav {
    padding-top: 80px;
    justify-content: flex-start;
    overflow-y: auto;
  }
  nav ul li a {
    width: 100%;
  }
  nav ul > li > .sub-menu, nav > ul > li > .sub-menu .sub-menu {
    position: absolute !important;
    width: 100% !important;
    background: black;
    z-index: 3;
    top: 0;
    transform: translateX(150%);
    display: block !important;
    transition: 0.4s !important;
    height: 100vh;
  }
  nav > ul > li > .sub-menu .sub-menu {
    background: black !important;
  }
  nav ul > li > .sub-menu.open .back-link {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    background: #333;
    padding: 2px 20px;
    line-height: 1.2em;
    margin-bottom: 10px;
  }
  #top nav:not(.secondary) li a {
    margin-right: 0 !important;
    padding: 11px 20px !important;
  }
  nav ul > li > .sub-menu.open .back-link a {
    color: white;
    font-size: 17px !important;
    padding: 11px 20px !important;
  }
  nav ul > li > .sub-menu.open {
    transform: translateX(0%);
    transition: 0.4s !important;
  }
  #top nav ul ul li ul.sub-menu {
    /* display: none !important; */
  }
  #top nav .pull-back {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }
  #top nav:not(.secondary)>ul>li>ul>li {
    width: 100% !important;
    display: flex !important;
  }
  #top nav > ul > li > ul > li {
    width: 100%;
    margin-bottom: 0px !important;
  }
  
  #top nav > ul > li:hover > ul {
    display: inline-flex !important;
    flex-direction: column !important;
    top: 0 !important;
  }
  #top-nav nav > ul > li > ul.sub-menu:after {
    display: none !important;
  }
  #top #nav-toggle:checked ~ .top__nav>nav li {
    animation: none !important;
  }
  #top nav:not(.secondary) li {
    opacity: 1 !important;
  }
}

.bottom-content h2, .bottom-content h3 {
  font-weight: bolder;
  font-family: helvetica;
  font-size: large;
  margin: 30px 0 5px 0
}

 .bottom-content h3 {

  font-size: medium;

}

.bottom-content a {
 text-decoration: underline;
}

.bottom-content .embed-responsive.embed-responsive--video {
  max-width:600px;
}
.gform_body .ui-widget.ui-datepicker {
  background: #fff;
  padding: 20px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
}
.gform_body .ui-datepicker-trigger {
  top: 24px;
  position: absolute;
  left: 18px;
  width: 15px;
}
.ginput_container_date .datepicker {
  padding-left:42px;
}

@media (min-width: 992px) {
  #top nav > ul > li > ul > li > a:hover{
      background: #f0f0f0;
  }
}

.header-side {
  height: 0;
  padding-bottom: calc( 39.6% + 32px);
  position: relative;
  z-index: 0;
  display: block;

}

.header-side .header__slide{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 16px;
    width: calc(100% - 32px);
    height: 100%;
    transition: 0.15s;
    display: flex;
}
@media(max-width: 991px){
    .header-margins .category, .header-side  {
        margin-bottom: 5px;
    }
}

@media(max-width: 767px) {
  .archive .products.row.margins.columns-3 {
    padding-left: 0;
  }
  .archive .products .product .sticker,
  #products-container .product .sticker {
    background-color: #000 !important;
    border-radius: 40px;
    height: auto;
    padding: 6px 12px;
    top: unset;
    font-size: 0.82rem;
    left: 0;
    position: relative;
    display: inline-flex;
    width: auto;
  }
  .archive .products .product,
  #products-container .product {
    display: flex;
    border-bottom: 3px solid #EEE;
    padding-bottom: 20px;
  }
  .archive .products .product > a:first-child,
  #products-container .product > a:first-child {
    display: flex;
    flex-direction: column-reverse;
    flex: 0 0 40%;
    justify-content: start;
    align-items: center;
  }
  .archive .products .product .product__image,
  #products-container .product .product__image {
    padding-bottom: 0 !important;
    height: auto;
  }
  .archive .products .product .product__image figure,
  #products-container .product .product__image figure {
    position: relative;
  }
  .archive .products .product .product__content .product__title,
  #products-container .product .product__content .product__title {
    font-weight: 600;
  }
  .archive .products .product .product__content,
  #products-container .product .product__content {
    display: flex;
    flex-direction: column;
    text-align: left;
    flex: 1;
    position: relative;
  }
  .archive .products .product .product__content > a:first-child,
  #products-container .product .product__content > a:first-child {
    flex: 0 0 60%;
  }

  .archive .products .product .product__content .w40,
  #products-container .product .product__content .w40 {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
 
  .archive .products .product .product__content .w40 .button,
  #products-container .product .product__content .w40 .button {
    background: #059700;
    border-radius: 6px;
    padding: 12px 20px;
    box-shadow: 2px 2px 0px #077403;
  }

  .archive .products .product .product__content .w60,
  #products-container .product .product__content .w60 {
    display: flex;
    flex-direction: column-reverse;
  }

  .archive .products .product .product__content .product__price,
  #products-container .product .product__content .product__price {
    color: #000;
    font-size: 15px;
    font-weight: 800;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#rlvlive {

  position: fixed;
}

.relevanssi-live-search-results {
  border-radius: 0 !important;
}
#rlvlive .ajax-results {
  background: #fff;
  border: 1px solid #d8d8d8;
}
#rlvlive  .relevanssi-live-search-results:not(.relevanssi-live-search-results-showing) {
  display: none;
}
#search-term {
  font-size: 1.5rem;
}
.search-section {
  font-size: 1.5rem;
  margin-bottom: 15px;;
}
#product-search .h4 {
  font-size: 1.1rem;
}

.button.load-more {
  margin-top: 15px;
}

.tabs-nav ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 480px) {
  .tabs-nav ul {
    display: flex;
  }
}
.woocommerce-tabs .mt-8:first-child {
  margin-top: 30px !important;
}
.tabs-nav {
  padding:5px 0;
  margin-top: 20px;
  background: #eee;
  border-bottom: 1px solid #ddd;
}
.tabs-nav li a {
  display: inline-block;
  font-size: 14px;
  color: black;
  /* color: #059700; */
  padding: 5px 20px;
  font-weight: bold;
}
.tabs-nav li a:hover {
  color: #059700;
}
.single-product #push~section.section {
  padding-top: 12px;
  border-top: 1px solid #eee;
}
.single-product .woocommerce-breadcrumb {
  margin-bottom: 12px;
}

.mob-toggle {
  margin-top: 40px;
}

.gfield-choice-input {
  display: none !important;  
}



/* New home 2025 */
.bg-black {
  background: black;
}


.row.gx-3 {
  margin-right: -16px;
  margin-left: -16px;
}
.row.gx-3 > [class^="col"],
.row.gx-3 > [class*=" col"] {
  padding-right: 6px;
  padding-left: 6px;
}
.row.gy-3 {
  margin-top: -6px;
  margin-bottom: -6px;
}
.row.gy-3 > [class^="col"],
.row.gy-3 > [class*=" col"] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.row.gx-0 {
  margin-right: 0;
  margin-left: 0;
}
.row.gx-0 > [class^="col"],
.row.gx-0 > [class*=" col"] {
  padding-right: 0;
  padding-left: 0;
}

.nh-card--large {
  position: relative;
  height: 450px;
  display: flex;
  align-items: flex-end;
  padding: 1.7em;
}
.nh-card--large .title span {
  background: #059700;
  color: white;
  display: flex;
  font-size: 1.1rem;
  padding: 0.6em 1em;
}
.nh-card--large.second .title i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  font-size: 1rem;
  background: black;
  color: white;
}
.nh-card--large .title {
  position: relative;
  font-family: "Roboto Slab", Georgia,serif;
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 1;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: semibold;
  color: white;
}
.nh-card--medium {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 320px;
  padding: 1.7em;
}
.nh-card--medium::after, .nh-card--large:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(54.04% 131.7% at 0% 100%, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.nh-card--medium img, .nh-card--large img {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}
.nh-card--medium .title {
  position: relative;
  font-family: "Roboto Slab", Georgia,serif;
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 1;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: semibold;
  color: white;
}
.nh-card--medium .title i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  font-size: 1rem;
  background: black;
  color: white;
}

.nh-card--small {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1em 1.7em;
  background: black;
  color: white;
  transition: background-color 0.3s ease;
  font-size: 1.1rem;
  font-family: "Roboto Slab", Georgia,serif;
}

.nh-card--small:hover {
  background-color: #333;
  color: white;
  text-decoration: none;
}

/* Responsive styles for home grid */
@media (max-width: 1200px) {
  .nh-card--large {
    height: 380px;
  }
  
  .nh-card--large .title {
    font-size: 2rem;
  }
  
  .nh-card--medium .title {
    font-size: 1.4rem;
  }
}

@media (max-width: 991px) {
  .nh-card--large {
    height: 320px;
    /* margin-bottom: 18px; */
  }
  
  .nh-card--large .title {
    font-size: 1.8rem;
  }
  
  .nh-card--medium {
    /* margin-bottom: 18px; */
  }
  
  .nh-card--medium .title {
    font-size: 1.2rem;
  }
  
  .nh-card--small {
    /* margin-bottom: 18px; */
  }
}

@media (max-width: 767px) {
  .row.gy-3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }
  .row.gy-3 > [class^="col"],
  .row.gy-3 > [class*=" col"] {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .nh-card--large {
    height: 260px;
    /* margin-bottom: 15px; */
    padding: 1.2em;
  }
  
  .nh-card--large .title {
    font-size: 1.5rem;
  }
  
  .nh-card--large .title span {
    font-size: 0.9rem;
    padding: 0.5em 0.8em;
  }
  .nh-card--large.second {
    height: 170px;
  }
  .nh-card--medium {
    height: 170px;
    padding: 1.2em;
  }
  
  .nh-card--medium .title {
    font-size: 1.1rem;
  }
  
  .nh-card--medium .title i,
  .nh-card--large.second .title i {
    height: 32px;
    width: 32px;
    font-size: 0.9rem;
  }
  
}

@media (max-width: 575px) {
  .row.gx-3 {
    margin-right: -8px;
    margin-left: -8px;
  }
  
  .row.gx-3 > [class^="col"],
  .row.gx-3 > [class*=" col"] {
    padding-right: 8px;
    padding-left: 8px;
  }
  
  .nh-card--large {
    height: 200px;
    padding: 1em;
  }
  
  .nh-card--large .title , .nh-card--medium .title {
    font-size: 1.3rem;
  }
  
  .featured-categories .featured-buttons {
    margin-top: 0;
  }
}

.ruimtes {
  position: relative;
  margin-top: 40px;
  padding: 80px 0 0;
}
.ruimtes:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 68%;
  background: #F5F5F5;
}

.ruimtes h2, h2.fat-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  font-family: "Roboto Slab", Georgia, serif;
  position: relative;
  z-index: 1;
}

.card-ruimte {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  transition: transform 0.3s ease;
  background: #fff;
  color: #000;
  text-decoration: none;
  aspect-ratio: 1/1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.card-ruimte:hover {
  transform: translateY(-5px);
  text-decoration: none;
  color: #000;
}

.card-ruimte picture {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 0;
  height: 170px;
}

.card-ruimte .card-ruime_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 30px 15px 15px;
  flex: 1;
}

.card-ruimte img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-ruimte i {
  position: absolute;
  top: -30px;
  left: 50%;
  background: #000;
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transform-origin: center;
  transform: translateX(-50%) rotate(45deg);
}

.card-ruimte i:before {
  transform: rotate(-45deg);
  display: block;
}

.card-ruimte .title {
  display: block;
  font-size: 28px;
  font-weight: bold;
  margin-top: 10px;
  font-family: "Roboto Slab", Georgia, serif;
  text-align: center;
}

@media (max-width: 1200px) {
  .ruimtes {
    padding-top: 60px;
  }
  
  .ruimtes:before {
    height: 65%;
  }
  
  .card-ruimte .title {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .ruimtes {
    padding-top: 50px;
  }
  
  .ruimtes:before {
    height: 60%;
  }
  
  .ruimtes h2, h2.fat-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
 
}

@media (max-width: 767px) {
  .about-section > .container-fluid > .row:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .ruimtes {
    padding-top: 40px;
    margin-top: 20px;
  }
  
  .ruimtes:before {
    height: 45%;
  }
  
  .ruimtes h2, h2.fat-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  
  .card-ruimte {
    margin-bottom: 40px;
  }
  
  .card-ruimte i {
    width: 40px;
    height: 40px;
    font-size: 20px;
    top: -22px;
  }
  
  .card-ruimte .title {
    font-size: 18px;
  }
  .ruimtes > .container > .row {
    
      margin-right: -8px;
      margin-left: -8px;
  }
  .ruimtes > .container > .row > [class^="col"],
  .ruimtes > .container > .row > [class*=" col"] {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (max-width: 575px) {
  .ruimtes {
    padding-top: 30px;
  }
  
  .ruimtes:before {
    height: 30%;
  }
  
  .card-ruimte {
    margin-bottom: 35px;
  }
  
  .card-ruimte i {
    width: 46px;
    height: 46px;
    font-size: 18px;
    top: -23px;
  }
  
  .card-ruimte .card-ruime_inner {
    padding: 25px 10px 10px;
  }
  
  .card-ruimte .title {
    /* font-size: 18px; */
    margin-top: 5px;
  }
}
.home-products {
  padding-bottom: 30px;
}
/* Featured Categories */
.featured-categories {
  margin-top: 40px;
  padding-bottom: 60px;
}

.featured-categories .featured-buttons {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 10px;
}

.featured-categories .featured-buttons .nh-card--small {
  flex: 1;
  margin-bottom: 0;
}

.featured-categories .featured-buttons .nh-card--small:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .featured-categories .featured-buttons {
    gap: 6px;
  }
  .featured-categories .featured-buttons .nh-card--small {
    margin-bottom: 0 !important;
  }
}
body.home .review-summary {
  flex-direction: column;
  margin-bottom: 10px;
  margin-top: 15spx;
}
/* About Section */
.about-section {
  padding: 0;
  margin-bottom: 60px;
}

.about-section .row {
  align-items: inherit;
  background: #F5F5F5;
}

.home footer {
  margin-top: 30px;
}

.about-image {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-height: 600px;
}

.about-content {
  padding: 50px;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
}

.about-subtitle {
  display: block;
  color: #707070;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 18px;
}

.about-content .fat-title {
  margin-bottom: 20px;
}

.about-text {
  margin-bottom: 25px;
}

.about-text p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.btn-success {
  background-color: #059700;
  color: white;
  font-family: "Roboto Slab", Georgia, serif;
  padding: 10px 25px;
  font-weight: bold;
  font-size: 20px;
}

.btn-success:hover {
  background-color: #047c00;
}

@media (max-width: 991px) {
  .about-section .row:first-child {
    margin-bottom: 0;
  }
  
  .about-image {
    margin-bottom: 0;
    height: 350px;
    min-height: 100%;
  }
  
  .about-content {
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .about-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .about-image img {
    height: 100%;
  }
  
  .about-section .col-md-6 {
    min-height: 450px;
    max-height: 600px;
    position: relative;
  }
}

/* Kiyoh Reviews Styling */
.section-kiyoh {
  padding: 10px 0;
}

.section-kiyoh h2 {
  margin-bottom: 40px;
  color: #333;
  font-weight: 700;
}

.kiyoh-reviews-container {
  max-width: 100%;
  margin: 0 auto;
}

.kiyoh-reviews-row {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  padding-bottom: 10px;
}

.kiyoh-review-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e9ecef;
  flex: 0 0 calc(20% - 16px);
}

.kiyoh-review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.kiyoh-author {
  font-weight: 600;
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
}

.kiyoh-rating {
  margin-bottom: 15px;
}

.kiyoh-rating .stars {
  display: flex;
  align-items: center;
}

.kiyoh-rating .stars i {
  display: inline-flex;
  height: 19px;
  width: 19px;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  background: #059700;
  color: white;
  font-size: 11px;
  margin-right: 3px;
}

.kiyoh-oneliner {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.kiyoh-opinion {
  color: #666;
  line-height: 1.5;
  font-size: 13px;
  font-style: italic;
}

.kiyoh-no-reviews {
  text-align: center;
  color: #666;
  font-style: italic;
  padding: 40px 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .kiyoh-reviews-row {
      gap: 15px;
  }
  
  .kiyoh-review-card {
      flex: 0 0 calc(50% - 8px);
      min-width: 200px;
      padding: 15px;
  }
  
  .section-kiyoh {
      padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .kiyoh-review-card {
      flex: 0 0 calc(80% - 8px);
      min-width: 180px;
  }
}

/* Kiyoh Overall Score Styling */
.kiyoh-overall {
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: bold;
}

/* Overall Score Card Styling */
.kiyoh-overall-card {
  background: linear-gradient(135deg, #059700 0%, #047a00 100%);
  color: white;
  border: none;
}

.kiyoh-overall-card .kiyoh-author {
  color: white;
  font-weight: 700;
  font-size: 18px;
}

.kiyoh-overall-card .kiyoh-oneliner {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 600;
}

.kiyoh-overall-card .kiyoh-total {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  margin-top: 5px;
}

/* Kiyoh Reviews Slider Styling */
.kiyoh-individual-reviews-slider .slick-dots {
  text-align: center;
  margin-top: 20px;
}

.kiyoh-individual-reviews-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.kiyoh-individual-reviews-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  font-size: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.kiyoh-individual-reviews-slider .slick-dots li.slick-active button {
  background: #059700;
}

.kiyoh-individual-reviews-slider .slick-prev,
.kiyoh-individual-reviews-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.kiyoh-individual-reviews-slider .slick-prev:hover,
.kiyoh-individual-reviews-slider .slick-next:hover {
  background: rgba(0, 0, 0, 0.9);
}

.kiyoh-individual-reviews-slider .slick-prev {
  left: -20px;
}

.kiyoh-individual-reviews-slider .slick-next {
  right: -20px;
}

.kiyoh-individual-reviews-slider .slick-prev:before,
.kiyoh-individual-reviews-slider .slick-next:before {
  content: '';
}

/* Layout adjustments for mobile slider */
@media (max-width: 991px) {
  .kiyoh-reviews-row {
    display: flex;
    flex-direction: column;
  }
  
  .kiyoh-overall-card {
    order: -1; /* Keep overall card at the top */
    margin-bottom: 20px;
    align-self: center;
    max-width: 300px;
  }
  
  .kiyoh-individual-reviews-slider {
    width: 100%;
  }
  
  .kiyoh-individual-reviews-slider .slick-prev {
    left: -15px;
  }
  
  .kiyoh-individual-reviews-slider .slick-next {
    right: -15px;
  }
}

@media (max-width: 767px) {
  .kiyoh-individual-reviews-slider .slick-prev,
  .kiyoh-individual-reviews-slider .slick-next {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  
  .kiyoh-individual-reviews-slider .slick-prev {
    left: -10px;
  }
  
  .kiyoh-individual-reviews-slider .slick-next {
    right: -10px;
  }
  
  .kiyoh-overall-card {
    max-width: 280px;
  }
}