.spacer {
    height:50px;
}

.garmin-nav .megamenu {
    align-items: center !important;
    padding-bottom: 40px !important;
}

.sliderblock {
    padding: 20px;
    border: 1px solid #ccc;
    text-align: center;
    margin-bottom: 10px;
}

.sliderblock .slider-details h3 {
    margin: 15px 0;
}

.sliderblock .slider-details p {
    line-height: 1.2em;
}


.cardblock {
    border: 1px solid #ccc;
    padding: 0;
    margin: 10px;
    box-shadow: #ccc 2px 2px 3px;
}

.cardblock .card-details {
    padding: 15px;
}

.cardblock .card-details .card-button {
    padding: 7px 20px;
    border: 1px solid #aaa;
    color: #777;
    font-weight: bold;
    float: right;
    margin-bottom: 15px;;
}

.blocks-section {
    margin: 0 20px;
}

.bannerblock {
    border-radius: 0 !important;
    margin-bottom: 20px;
    min-height: 200px;
}

.post-mask::before {
    margin: 0 10px !important;
}

.bannerblock figure,
.bannerblock figure img {
    height: 100% !important;
}

.bannerblock h3 {
    text-shadow: #333 1px 2px 2px;
}












/* Intro-section */
.intro-wrapper {

}
  
  .intro-slide {
    min-height: 50.9rem;
  }
  
  @media (min-width: 1200px) {
    .col-xl-8 {
      max-width: 70.6%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 70.6%;
              flex: 0 0 70.6%;
    }
  
    .col-xl-4 {
      max-width: 29.4%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 29.4%;
              flex: 0 0 29.4%;
    }
  }


  
  .intro-slide1 .banner-content {
    max-width: 35rem;
    left: 6.9%;
    margin-top: -0.3rem;
  }
  .intro-slide1 .banner-subtitle {
    margin-bottom: 1.2rem;
    font-size: 2em;
  }
  .intro-slide1 .banner-title {
    font-size: 3.6em;
    font-weight: 800;
  }
  .intro-slide1 .banner-price-info {
    margin-bottom: 2.7rem;
    font-size: 2em;
  }
  
  
  .intro-wrapper .sidebar-content {
    padding: 1.2rem 2rem 1.5rem;
  }
  .intro-wrapper .title-link {
    padding: 0.4rem 0;
    font-size: 1.8rem;
  }
  .intro-wrapper .title-link::before {
    height: 0.2rem;
  }
  .intro-wrapper .product-media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10rem;
            flex: 0 0 10rem;
    max-width: 10rem;
  }
  .intro-wrapper .product-details {
    max-width: calc(100% - 10rem);
  }
  .intro-wrapper .product-name {
    margin-bottom: 0.6rem;
    color: #333;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .intro-wrapper .product-price {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
  }
  .intro-wrapper .sold-by {
    margin-bottom: 0.1rem;
  }
  .intro-wrapper .sold-by a {
    font-weight: 600;
    color: #17a2b8;
  }
  
  .intro-section {
    padding-bottom: 7.6rem;
  }
  .intro-section .swiper-pagination {
    bottom: 3.4rem;
  }
  .intro-section .swiper-pagination .swiper-pagination-bullet {
    background-color: #b1b3b5;
    border-color: #b1b3b5;
    opacity: 0.8;
  }
  .intro-section .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: #fff;
    border-color: #fff;
    opacity: 1;
  }
  .intro-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.8rem;
    background-color: #fff;
    border-color: #fff;
  }
  