/*Tijdelijke css voor redindex en upgrade shop vanuit SSH*/

.navigation .level0.parent > .level-top > .ui-menu-icon {
  display: none!important;
}

.category-image {
  display: none;
}

@media (min-width: 1024px) {
  .page-title-wrapper {
    margin-bottom: 10px!important;
  }
}

.page-title-wrapper {
    margin-bottom: 10px!important;
}

.page-title {
    color: #032c5a!important
}

.products-grid .product-item .product-item-description,
.products-list .product-item .product-item-description {
  display: none!important;
}

.grid.products-grid .product-item-info {
  margin-bottom: 25px!important;
}

.products-grid .product-item .product-item-photo img,
.products-list .product-item .product-item-photo img {
  background: none!important;
}

.fotorama__caption__wrap {
  display: none!important;
}

.minicart-wrapper .block-minicart .minicart-items .details-qty .label {
  display: inherit!important;
}

.prices-tier {
    background: #0862c3!important;
    padding: 0.4rem 0.75rem!important;
}

.catalog-product-view .product-info-price .price-box, .modal-popup.quick-view .product-info-price .price-box {
    color: #032c5a!important

}

.footer-panel {
    border-width: 0px 0px 2px 0!important;
}


.grid.products-grid .product-items .product-item .desktop-top-grid-box:before,
.grid.products-grid .product-items .product-item .desktop-top-grid-box:after {
  background: #000d42!important;
}



.swatch-option.text {
  background: #008ac9!important;
  color: #ffffff!important;
  border-radius: 0px!important;
  font-size: 15px!important;
}

.swatch-option.text.selected {
    background-color: #28c72d !important;
}

.producthover {
    color: #000D42 !important;
    text-decoration-color: #000D42 !important;
}

.newsletter-title { 
  display: none;
}

.products-title {
  display: none;
}

@media (max-width: 768px) {
  .banner-container .box-2 .text-box.left{
    top: 13%;
    width: 200px;
    height: 170px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    left: 10%;
  }

  .text-box.right{
    top: 13% !important;
    width: 200px;
    height: 170px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    right: 10%;
  }

  .text-box .banner-description,
  .text-box .banner-title,
  .text-box .banner-button {
    position: relative;
    z-index: 1;
  }

  .text-box .banner-title {
    font-weight: bold !important;
  }

  .newsletter-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 600;
    color: #FFF;
    gap: 10px;
    margin-top: -20px;
  }

  .products-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 600;
    color: #000;
    gap: 10px;
    margin-top: 30px;
  }
  
  .block.widget.featured.grid .usp-titles {
    display: none;
  }

  .icon-left,
  .icon-right {
    width: 24px;
    height: 24px;
    display: inline-block;
  }

  .icon-left-black,
  .icon-right-black {
    width: 24px;
    height: 24px;
    display: inline-block;
  }

  .footer-info-box.lay-2 {
    background: #f2f2f2;
    padding-bottom: 17px;
  }

  .footer-info-box.lay-2 .info-box-wrapper {
    border: none;
    background: #FFFFFF;
  }

  .action.tocart.primary {
    background: #005e8a;
  }

  .owl-prev.fa.fa-angle-left {
    left: -315px;
    position: relative;
  }

  .owl-next.fa.fa-angle-right {
    margin-right: 8px;
  }

  .block.featured .block-content .owl-carousel .owl-nav .owl-prev:before, .block.featured .block-content .owl-carousel .owl-nav .owl-next {
    font-size: 70px;
    color: black;
  }

  .block.featured .block-content .owl-carousel .owl-nav .owl-prev:before, .block.featured .block-content .owl-carousel .owl-nav .owl-next:before {
    font-size: 70px;
    color: black;
  }

  .block.featured .block-content .owl-carousel .owl-nav {
    margin-top: 145px;
  }

  .block.featured .block-content .owl-carousel .owl-dots {
    margin-top: -180px;
  }

  .footer-info-box .info-box-wrapper {
    text-align: center;
    margin: 15px;
  }

  .footer-info-box .text-box {
      margin-top: 15px;
  }

  .footer-info-box .title-info {
      font-size: 1.2rem;
      font-weight: bold;
      color: #000;
      margin: 10px 0;
  }

  .footer-info-box .description-info {
      font-size: 1rem;
      color: #555;
  }

  .image-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .image-container img {
    max-width: 32px;
    height: auto;
  }

  .footer-panel .copyright {
    text-align: center;
  }

  .products.wrapper.grid {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
  }

  .products.wrapper.grid .product-item {
      flex: 0 0 calc(50% - 10px);
      box-sizing: border-box;
  }

  .field.limiter {
    justify-content: center;
    margin-top: -63px;
    margin-left: 197px;
  }
}

@media (max-width: 400px) {
  .owl-prev.fa.fa-angle-left {
    left: -273px;
  }
}

@media (max-width: 380px) {
  .owl-prev.fa.fa-angle-left {
    left: -253px;
  }

  .owl-next.fa.fa-angle-right {
    margin-right: 5px;
  }
}

