/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.woorelatedproducts{
    width: 100%!important;
    max-width: 1000%;
}



  .woocommerce .woorelatedproducts ul.products li.product {
    width: 100%;
    padding: 0 10px;
}
.customNavigation{
  text-align: center;
}
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a.wprr.btn.prev,
a.wprr.btn.next {
    cursor: pointer;
}
.woo-related-shortcode .customNavigation {
  display: none;
}
h2.woorelated-title.no-title {
  display: none;
}
.woocommerce .pli .products ul, .woocommerce ul.products{
	
	clear: none;
}

.woocommerce .pli .products ul > li, .woocommerce ul.products > li{
		
}
	


