#related-cartproducts .thumbnail-container{
 border:1.49px solid #C6C6C6;
  border-radius:30px;
}
#related-cartproducts{
  font-family:Lato;
}
#related-cartproducts .highlighted-informations.no-variants{
  display:none;
}
#related-cartproducts .carousel.clearfix.pm-csoc-owl-carousel.pm-csoc-owl-theme {
    background-color: unset;
}
#related-cartproducts .card-block h3{
  font-weight:800;
  font-size:32px;
  line-height:100%;
  margin-bottom:30px;
  text-transform: capitalize;
}

#related-cartproducts button.add-to-cart{
  border-radius:5px;
}
#related-cartproducts button.add-to-cart:hover{
  background-color:#AED7F6;
}
#related-cartproducts .h3.product-title a{
	color:#2D2D2D;
  	margin-bottom:10px;
  	font-size:14px;
  	line-height:120%;
  	font-weight:400;
}

#related-cartproducts .product-price-and-shipping{
  margin-top:5px;
}
#related-cartproducts .product-price-and-shipping .price{
  color:#767676;
  margin-bottom:5px;
  font-size:14px;
  line-height:120%;
  font-weight:400;
}

@media (max-width:992px){
  #related-cartproducts .card-block h3{
  font-size:24px;
}
}