/* RELATED PRODUCTS IN VERTICAL COLUMN ON DESKTOP VIEWPORT */
@media only screen and (min-width: 1051px) {
  .product-view { width: 764px; float: left; padding-right:20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  .col1-layout .product-view .product-shop { width:340px; margin: 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  }
  .related-container { float:right; width: 186px; margin: 0; padding: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  }
  #related-products-list .owl-wrapper, #related-products-list .owl-item { width: 100% !important; left: 0 !important; }
  #related-products-list .owl-wrapper li { margin-top: 15px; margin-right: 3px;}
  .related .block-subtitle {margin:0; float:none; line-height:auto; }
  #celebrity_related_prev, #celebrity_related_next {display:none !important;}
}
@media only screen and (max-width: 1051px) {
  .related-container { float:none; width: 100%; }
  .related li.item { width:100%; }
  .related .product-image  { width:98%;  }
  .related .product-image img { width:100%; height:auto; }
  .product-image em {display:none;}
}
@media only screen and (max-width:480px ) {
  .related h2 {margin: 0 0 20px -20px;}
}
