.related-products {
  padding: 0px 0px 60px;
}
@media all and (min-width: 768px) {
  .related-products .products-list-mobile {
    display: none;
  }
}
@media print {
  .related-products .products-list-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .related-products .item__quick_view_wrap {
    display: none;
  }
  .related-products .products-list-mobile {
    display: block;
  }
  .related-products .product-mobile {
    padding: 10px 0;
    border-bottom: 1px solid #E8E9EB;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .related-products .product-mobile:last-child {
    border: none;
  }
  .related-products .product-mobile__img_container {
    flex-basis: 40px;
    min-width: 40px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 10px;
  }
  .related-products .product-mobile__img {
    width: 40px;
    height: 40px;
    border: 0.5px solid #EEF4FF;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .related-products .product-mobile__title {
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #6A7C9F;
    flex-grow: 1;
    line-height: 1.4em;
    height: 2.7em;
    max-height: 2.7em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.related-products .list-products {
  margin-top: 0;
  opacity: 0;
  height: 0;
}
@media all and (min-width: 768px) {
  .related-products .list-products .owl-stage-outer:hover {
    margin-bottom: -75px;
    padding-bottom: 75px;
  }
}
@media print {
  .related-products .list-products .owl-stage-outer:hover {
    margin-bottom: -75px;
    padding-bottom: 75px;
  }
}
.related-products .list-products .owl-stage-outer .owl-stage {
  display: flex;
}
.related-products .list-products .owl-stage-outer > div {
  width: 100%;
}
.related-products .list-products .owl-stage-outer > div .item .product {
  transform: unset;
}
.related-products .list-products .owl-stage-outer > div .item__content .item__title_wrap {
  height: auto;
  font-size: 0px;
  min-height: 44px;
}
.related-products .list-products .owl-stage-outer > div .item__content .item__title_wrap a {
  border: none;
  box-shadow: none;
}
.related-products .list-products .owl-stage-outer > div .item__content .item__title_wrap a.item__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.related-products .list-products .owl-stage-outer > div .item__content .item__title_wrap--mobile {
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .related-products .list-products .owl-stage-outer > div .item__content .item__title_wrap--mobile {
    display: -webkit-box !important;
  }
}
.related-products .list-products .owl-stage-outer > div .item__thumbnail {
  display: block;
  width: 100%;
  padding-top: 66.6666666667%;
  border-radius: 0px;
  box-shadow: none;
  position: relative;
}
.related-products .list-products .owl-stage-outer > div .item__thumbnail .attributes {
  position: absolute;
  bottom: 0px;
  padding: 8px;
}
.related-products .list-products .owl-stage-outer > div .item__thumbnail .attributes > span {
  display: none;
  background: #FFFFFF;
  border: 1px solid #BBC6DB;
  border-radius: 60px;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #1C2B47;
}
.related-products .list-products .owl-stage-outer > div .item__thumbnail .attributes > span._weight, .related-products .list-products .owl-stage-outer > div .item__thumbnail .attributes > span._weight-us, .related-products .list-products .owl-stage-outer > div .item__thumbnail .attributes > span._volume {
  display: inline-block;
}
.related-products .list-products .owl-stage-outer > div .item__thumbnail .attributes > span:not(:last-child) {
  margin-right: 5px;
}
.related-products .list-products .owl-stage-outer > div .item__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.related-products .list-products .owl-stage-outer > div .item__quick_view {
  width: auto;
  display: inline-block !important;
}
.related-products .list-products .owl-stage-outer > div .quantity {
  height: 30px;
}
.related-products .list-products .owl-stage-outer > div .add_to_cart_button,
.related-products .list-products .owl-stage-outer > div .add_to_waitlist {
  height: 30px;
}
@media screen and (max-width: 767px) {
  .related-products .list-products .owl-stage-outer > div .add_to_cart_button,
  .related-products .list-products .owl-stage-outer > div .add_to_waitlist {
    height: 30px;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
  }
}
.related-products .list-products .owl-stage-outer > div .add_to_cart_button.added,
.related-products .list-products .owl-stage-outer > div .add_to_waitlist.added {
  display: none;
}
@media all and (min-width: 768px) {
  .related-products .list-products .owl-stage-outer > div .add_to_waitlist {
    width: calc(100% - 30px);
    margin-left: 0px;
    margin-right: 15px;
  }
}
@media print {
  .related-products .list-products .owl-stage-outer > div .add_to_waitlist {
    width: calc(100% - 30px);
    margin-left: 0px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .related-products .list-products .owl-stage-outer > div .add_to_waitlist {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .related-products .list-products .owl-stage-outer > div .add_to_waitlist:before {
    content: "\f406";
    font-family: "lh-icons";
    font-size: 14px;
    line-height: 100%;
    font-weight: normal;
    margin-right: 7px;
  }
}
@media screen and (max-width: 767px) {
  .related-products .list-products .owl-stage-outer > div a.added_to_cart,
  .related-products .list-products .owl-stage-outer > div a.view_waitlist {
    height: 30px;
    font-weight: 700;
    line-height: 30px !important;
  }
  .related-products .list-products .owl-stage-outer > div a.added_to_cart:before,
  .related-products .list-products .owl-stage-outer > div a.view_waitlist:before {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .related-products .list-products .owl-stage-outer > div a.view_waitlist {
    width: calc(100% - 30px);
    margin-right: 15px;
  }
}
@media print {
  .related-products .list-products .owl-stage-outer > div a.view_waitlist {
    width: calc(100% - 30px);
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .related-products .list-products .owl-stage-outer > div a.view_waitlist {
    width: 100%;
  }
  .related-products .list-products .owl-stage-outer > div a.view_waitlist:before {
    content: "\f406";
    font-weight: normal;
  }
}
.related-products .list-products {
  opacity: 1;
  position: relative;
  z-index: 1;
  height: auto;
}
.related-products .actions {
  display: flex;
  padding: 2px 14px 14px 14px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
.related-products .actions .x2 {
  width: 50%;
  display: flex;
  margin-bottom: 0px;
  white-space: nowrap;
}
.related-products .actions .rate {
  justify-content: flex-start;
  font-weight: 900;
  font-size: 9px;
  line-height: 20px;
  align-items: center;
  color: #AED659;
  position: relative;
  white-space: nowrap;
}
.related-products .actions .rate::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0px;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #BBC6DB 0%, rgba(187, 198, 219, 0) 100%);
  z-index: 0;
}
.related-products .actions .rate.is_rate::before {
  display: none;
}
.related-products .actions .rate .reviews {
  width: 100%;
  background-color: #FFF;
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}
.related-products .actions .price {
  justify-content: flex-end;
  font-weight: 900;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #1C2B47;
  position: relative;
}
.related-products .actions .price del {
  position: absolute;
  top: -20px;
  right: 0px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #1C2B47;
  opacity: 1;
}
.related-products .actions .price ins {
  color: #F86262;
  font-weight: 900;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.05em;
  margin-left: 0px;
}
.related-products .cat_title {
  position: relative;
  z-index: unset;
  padding: 0px 0px 7px 47px;
  margin-bottom: 15px;
  color: #AED659;
  font-weight: 900;
  font-size: 40px;
  line-height: 55px;
}
@media screen and (max-width: 600px) {
  .related-products .cat_title {
    padding: 0;
    font-size: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 340px) {
  .related-products .cat_title {
    font-size: 22px;
  }
}
.related-products .cat_title::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #AED659;
  top: calc(50% - 3px);
  left: 0px;
}
@media screen and (max-width: 600px) {
  .related-products .cat_title::before {
    width: 44px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.related-products .cat_title:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1px;
  background: #6A7C9F;
  opacity: 0.3;
}
@media screen and (max-width: 600px) {
  .related-products .cat_title:after {
    display: none;
  }
}
.related-products .pagingInfo {
  position: absolute;
  bottom: 6px;
  right: 0px;
  display: inline-block;
  text-align: right;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #6A7C9F;
}
.related-products .pagingInfo span {
  font-weight: 600;
}
@media all and (min-width: 1201px) {
  .related-products .loop-products .item__title {
    font-size: 18px;
  }
}
@media print {
  .related-products .loop-products .item__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .related-products .loop-products .item__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .related-products .loop-products .item__title {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .related-products .loop-products .item__title {
    font-size: 11px;
  }
}
.related-products .owl-carousel .owl-nav button.owl-prev, .related-products .owl-carousel .owl-nav button.owl-next {
  background-image: none;
}
.related-products .owl-carousel .owl-nav button.owl-prev i, .related-products .owl-carousel .owl-nav button.owl-next i {
  display: inline-block;
  color: #CCCED6;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .related-products .owl-carousel .owl-nav button.owl-prev, .related-products .owl-carousel .owl-nav button.owl-next {
    display: none;
  }
}
