.clearfix{
    clear: both;
}
.recomended_products_wrap {
    padding-top: 24px;
}
.recomended_products_wrap article h3 {
    text-transform: none;
}

.recomended_products_wrap div.product-item {
    background: #F2ECE4;
    border-radius: 20px;
    box-shadow: none;
    margin: 10px 4px;
}
.recomended_products_wrap .price, .recomended_products_wrap a {
    color: #28323c;
    text-transform: none;
}

@media all and (max-width: 960px) {
    .recomended_products_wrap  {
        padding: 24px;
    }
}


/**** Product Slider *****/
.owl-stage {
  display: flex;
  /*grid-gap: 5vh 2.8vw;*/
}
.owl-item {
  display: grid;
}
.product-item {
  padding: 0.1562480315in 2.5vw;
}
.owl-carousel .owl-item .grid__item--cover img {
  display: inherit;
  width: inherit;
}

.recomended_products_wrap a.grid__item--cover {
  margin: 24px 0;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}
button.owl-dot {
  margin: 5px;
  height: 10px;
  width: 10px;
}
button.owl-dot.active {
  background: #28323c !important;
}