

 body {
    color: #FFF;
    background: #000;
    transition: 0.3s ease-out;
  }

 


.recommended .titlepro{

 
position:relative;

    font-size: 1.1rem;

    font-family: "Laik";

   

    text-decoration: none !important;

   

    text-align: center;

    margin: 20px 0px 40px 0px;
	   padding: 0px 0px 40px 0px;

    transition: color .5s;

}

.recommended .titlepri{

 
position:relative;

    font-size: 1.1rem;

    font-family: "Nord";

   

    text-decoration: none !important;

   

    text-align: center;

    margin: 10px 0 0 0;

    transition: color .5s;

}

.recommended a{

  text-decoration:none;

}

.recommended .recommended-product-card{

  text-align:center;

}

.recommended .recommended-product-card__image{

  display:block;

}
