img {
  max-width: 100%;
  height: auto;
}
.product_characteristics {
  // background: #f5f5f5;
  padding: 0 0 40px 0;

  h1 {
    margin-bottom: 20px;
    text-align: left;
  }
  .header-sub-title {
    margin-bottom: 30px;
  }
  .product_characteristics_card {
    background: #f5f5f5;
    padding: 0 15px;
  }
  .category_range--card {
    .category_range--card--info {
      margin: -50px 20px 16px 20px;
      // background: rgba(255, 255, 255, 0.7);
      position: relative;
      padding: 15px;
      z-index: 9;
      min-height: 185px;
      box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.05);
      h3 {
        // color:#27853c;
      }
      p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }
    }
  }
  .owl-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 65px;
    .owl-dot {
      width: 15px;
      height: 5px;
      border-radius: 30px;
      background-color: #eaeaea;
      margin: 0 5px;
      display: inline-block;
      cursor: pointer;
      &.active {
        background-color: #c9203d;
      }
    }
  }
  .owl-carousel {
    // position: relative;
    // padding-top: 60px;
    .owl-nav {
      bottom: auto;
      left: auto;
      right: 0;
      top: -60px;
      position: absolute;
      display: none;
      .owl-prev {
        top: 0px;
        transform: translate(0px, 0px);
        position: relative;
        left: auto !important;
        right: 15px !important;
        &:before {
          content: "\f12f";
          font-family: bootstrap-icons !important;
          color: #333;
          background-image: none;
          line-height: 38px;
          font-size: 20px;
        }
      }
      .owl-next {
        top: 0px;
        transform: translate(0px, 0px);
        position: relative;
        left: auto !important;
        right: 0 !important;
        &:before {
          content: "\f138";
          font-family: bootstrap-icons !important;
          color: #333;
          background-image: none;
          line-height: 38px;
          font-size: 20px;
        }
      }
      .owl-prev,
      .owl-next {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(51, 51, 51);
        border-image: initial;
        background: rgb(255, 255, 255) !important;
        &:hover {
          background-color: #000;
          color: #fff;
        }
      }
    }
  }
}
.leftright_imageliast {
  padding: 0px 0 45px 0;
  .leftright_imageliast--item {
    display: flex;
    align-items: center;
    margin: 0px 0 45px 0;
    &:nth-child(even) {
      flex-direction: row-reverse;
    }
    &:last-child {
      margin-bottom: 0;
    }

    figure {
      width: 50%;
      margin: 0;
      .owl-carousel {
        height: 450px;
        img {
          max-width: 100%;
          width: 100%;
          height: 450px;
          object-fit: cover;
          display: block;
        }
      }
    }

    .leftright_imageliast--item--info {
      width: 50%;
      padding: 0 30px;
      h3 {
        margin-bottom: 20px;
      }
    }
    //     .owl-dots{
    //     display: none;
    // }
    .owl-carousel {
      // position: relative;
      // padding-top: 60px;
      .owl-dots {
        display: flex;
        justify-content: center;
        position: absolute;
        width: 100%;
        bottom: 25px;
        .owl-dot {
          width: 15px;
          height: 5px;
          border-radius: 30px;
          background-color: #eaeaea;
          margin: 0 5px;
          display: inline-block;
          cursor: pointer;
          &.active {
            background-color: #c9203d;
          }
        }
      }
      .owl-nav {
        display: none;
        bottom: auto;
        left: auto;
        right: 0;
        top: -60px;
        position: absolute;
        .owl-prev {
          top: 0px;
          transform: translate(0px, 0px);
          position: relative;
          left: auto !important;
          right: 15px !important;
          &:before {
            content: "\f12f";
            font-family: bootstrap-icons !important;
            color: #333;
            background-image: none;
            line-height: 38px;
            font-size: 20px;
          }
        }
        .owl-next {
          top: 0px;
          transform: translate(0px, 0px);
          position: relative;
          left: auto !important;
          right: 0 !important;
          &:before {
            content: "\f138";
            font-family: bootstrap-icons !important;
            color: #333;
            background-image: none;
            line-height: 38px;
            font-size: 20px;
          }
        }
        .owl-prev,
        .owl-next {
          width: 38px;
          height: 38px;
          border-radius: 50%;
          border-width: 1px;
          border-style: solid;
          border-color: rgb(51, 51, 51);
          border-image: initial;
          background: rgb(255, 255, 255) !important;
          &:hover {
            background-color: #000;
            color: #fff;
          }
        }
      }
    }
  }
}

@media (max-width: 767px) {
  .product_characteristics {
    .owl-carousel {
      .owl-nav {
        top: -43px;
      }
    }
  }
  .leftright_imageliast {
    .leftright_imageliast--item {
      flex-direction: column;
      &:nth-child(even) {
        flex-direction: column;
      }
      .leftright_imageliast--item--info {
        width: 100%;
        padding: 20px 0;
      }
      figure {
        width: 100%;
        .owl-carousel {
          height: auto;

          img {
            height: auto;
          }
        }
      }
    }
  }
}
