 .owl-stage-outer{
    overflow-y: auto;
  /*  margin: 0px 40px; */
 }
 .owl-stage-outer .active {
    color:black;
 }
 .owl-prev, .owl-next {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border:2px solid black;
    border-radius: 18px;
    font-size:18px;
    line-height: 18px;
 }
 .owl-prev {
 }
 .owl-next {
    right: 0px;
 }
 .owl-prev i, .owl-next i {
    transform : scale(2,5); color: #ccc;
 }
 .owl-dots {
    display:none;
 }
 .owl-nav {
    position:relative;
    top: -380px;
 }
 .owl-item {
    vertical-align: top;
 }
 .recommended-product-container {
/*     display: flex;
 *         align-items: stretch;
 *          */
    flex-wrap: wrap;
    height: auto;
    /* width: 300px; */
    text-align: center;
    background-color: #f9f9f9;
 }

    .product__container-recommended {
        /* width: 100%; */
        height: 100%;
     }

    .product-image__container-recommended {
        text-align: center;
        height: 230px;
        vertical-align: middle;
        /*display: table-cell;*/
        /* width: 300px; */
        background-color: #f5f5f5;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

 .product-title__recommended {
    padding:15px 15px 0px 15px;
    text-align:left;
 }
 .product__name_recommended {
    font-size:18px;
    font-weight:bold;
    line-height:22px;
 }

    .product-image__container-recommended .product-image {
        width: 200px;
     }

 .product-info__container-recommended {
    padding:15px 0px;
 }
 .product-feature-list {
    text-align:left;
 }
 .product-btns__container-recommended {
    text-align:left;
    padding:0px 15px 15px 15px;
 }
 .product-btns__container-recommended .order-now-btn {
    width:auto;
 }
 .product-price__recommended {
    float: left;
    padding-right: 20px;
    line-height: 50px;
    font-weight: bold;
 }
@media screen and (max-width: 1000px) {
    .recommended-product-container {
        /* width: 250px; */
     }

    .product-image__container-recommended {
        /* height: 230px;  */
        /* width: 250px; */
        width: 100%;
     }

    .product-feature-list .product-feature-list__item {
        font-size: 14px;
     }
}

@media screen and (max-width: 768px) {
    .recommended-product-container {
        /* width: 200px; */
        width: 100%;
    }

    .product-image__container-recommended {
        /* width: 200px; */
        /* margin: 0 auto;*/
        width: 100%;
    }

    .product-feature-list .product-feature-list__item {
        font-size: 14px;
    }
}
