
    img {
      max-width: 100%;
      height: auto;
    }

    footer {
      background: #f5f5f5;
      padding: 40px 0;
    }

    footer h6 {
      font-weight: 600;
      margin-bottom: 15px;
    }

    footer p {
      margin-bottom: 6px;
      font-size: 14px;
    }

    /* ====================
               owl
     =====================
     ======================
     ===============
     ================ */
    /* .owl-carousel img{
            height: 150px;
        } */
    .owl-carousel {
      position: relative;
    }

    .owl-carousel .owl-next,
    .owl-carousel .owl-prev {
      position: absolute;
      width: 40px;
      height: 40px;
      background-color: rgb(255, 255, 255) !important;
      color: rgb(0, 0, 0) !important;
      font-size: 20px !important;
      top: 40%;
    }

    .owl-carousel .owl-prev {
      left: 0;
    }

    .owl-carousel .owl-next {
      right: 0;
    }

    .owl-dot span {
      width: 5px !important;
      height: 5px !important;
      background-color: rgb(246, 103, 103) !important;
    }

    .owl-dot.active span {
      width: 20px !important;
      background-color: brown !important;
    }

    .owl-carousel_2 {
      position: relative;
    }

    .owl-carousel_2 .owl-next,
    .owl-carousel_2 .owl-prev {
      position: absolute;
      width: 40px;
      height: 40px;
      background-color: rgb(255, 255, 255) !important;
      color: rgb(0, 0, 0) !important;
      font-size: 20px !important;
      top: 40%;
    }

    .owl-carousel_2 .item {
      text-align: center;
      padding: 15px;
    }

    .owl-carousel_2 .item img {
      width: auto !important;
      height: auto !important;
      object-fit: contain;
      margin: auto;
    }

    /* ********** */
    /* Rion */

    .deal-image {
      width: 212px;
      transition: 0.5s;
    }

    .deal-image:hover {
      transform: scale(1.1);
    }

    .warranty-image {
      width: 58px;
      top: 25px;
      left: 20px;
    }

    .deal-indicator {
      background: #b0f0b2;
      left: 30%;
      top: -15px;
    }

    /* =====================
     plugin
    =======================*/
  