.p-5 { padding: 3rem; }
.p-0 { padding: 0; }

@media (max-width: 767px) {
  #page-title {
      padding: 0;
  }
  #page-title .container {
      padding: 0;
  }
}

@media (min-width: 768px) {
  #page-title .container {
      width: 100%;
      max-width: 1140px;
      padding: 0;
  }
}

.bodywrapper .carousel.carousel-home {
    max-height: unset;
    margin-top: 0;
}

.bodywrapper .carousel.carousel-home .carousel-inner>.item>img, 
.bodywrapper .carousel.carousel-home .carousel-inner .carousel-inner>.item>a>img {
  height: auto;
  width: 100%;
}

.bodywrapper .carousel.carousel-home .carousel-caption .hero-text {
    max-width: unset;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-end;
    height: 100%;
    text-align: left;
    padding: 0 40px;
}

@media (max-width: 991px) {
  .bodywrapper .carousel.carousel-home {
      height: unset;
  }
  .bodywrapper .carousel.carousel-home .carousel-caption .hero-text {
      height: 100%;
      padding: 0 15px;
  }
}

.bodywrapper .carousel.carousel-home .carousel-caption .hero-text h1 {
    font-weight: 600;
    font-size: 55px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
  .bodywrapper .carousel.carousel-home .carousel-caption .hero-text h1 {
      font-size: 36px;
      margin: 10px 0;
      text-align: left;
  }
}

.bodywrapper .carousel.carousel-home .carousel-caption .hero-text h4 {
    text-transform: uppercase;
    letter-spacing: .025em;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

@media (max-width: 1023px) {
  ul.list-unstyled.header-mega-menu__ul {
      overflow-y: unset;
      height: auto;
  }
}

.bodywrapper .carousel.carousel-home .carousel-caption .hero-text a[href=""].button {
    display: none;
}

.featured-products {
    margin-top: 90px;
    margin-bottom: 45px;
}

.block-title-content {
    position: relative;
    margin: 60px 0 45px;
}

.block-title-content::after {
    content: "";
    background-color: #00807e;
    width: 80%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 10%;
    z-index: -1;
}

.block-title-content h2 {
    background-color: #ffffff;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    text-transform: uppercase;
    letter-spacing: .025em;
    color: #00807e;
}

.bodywrapper h2.home_h2_car::after {
    content: "";
    background-color: #00807e;
    width: 80%;
    height: 1px;
    position: absolute;
    left: 10%;
    z-index: -1;
    margin-top: 12px;
}

.bodywrapper h2.home_h2_car {
    background-color: #ffffff;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    text-transform: uppercase;
    letter-spacing: .025em;
    color: #00807e;
    line-height: 1;
    margin-top: 45px;
    margin-bottom: 0;
}

.product-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -10px;
    margin-left: -10px;
}

.product-slider__list {
    width: 100%;
}


@media (min-width: 480px) {
    .product-slider__list {
        width: 50%;
    }
}


@media (min-width: 768px) {
    .product-slider__list {
        width: 33.333%;
    }
}


@media (min-width: 992px) {
    .product-slider__list {
        width: 25%;
    }
}

.product-cell .product-cell-inner .product-info .product-heading h5 {
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #3e4653;
    text-decoration: none;
}

.bodywrapper .carousel--product-collection {
    display: block;
    margin: 0 0 5px 0;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: center;
    color: #007377;
    text-transform: uppercase;
}

.product-cell .product-cell-inner .product-info .product-info-inner .model_container {
    display: block;
    font-size: 12px;
    line-height: 1.83;
    color: #3e4653;
    margin: 5px 0;
}

.product-cell .product-cell-inner .product-info .product-info-inner .price_container {
    display: none;
}