.page-content {
/* 	padding-top:100px; */
}

.page-content--top,
.page-content--with-blocks {
  padding-bottom: 0;
  padding-top:100px;
}




.grid-product__content {

  div.yotpo.bottomLine .pull-left {
    float: none  !important;
    text-align: center  !important;
    display:flex;
    flex-direction: column;
    align-items: center;
    
	      .yotpo-stars {
        display:flex;
        flex-direction:row;
      }
      
      a.text-m {
      display: block !important;
  		}
  }

}  

@media(max-width: 768px) {
 
  	.page-content--product {
      
    	.yotpo {

          .pull-left {
           	float:none; 
          }
          
          .yotpo-bottomline.star-clickable {
          	display:flex;
            flex-direction: column;
            align-items:center;
          }
    	}
      
    }
  

  
}
