/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#woorelatedproducts li.product {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
}
.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;
}
a.wprr.btn.prev {
	position: absolute;
    top: 50%;
    left: -24px;
    z-index: 999;
    background: rgba(255, 255, 255, 0);
    color: rgb(200, 200, 200);
    font-size: 50px;
    line-height: 57px;
    width: 60px;
    height: 60px;
    margin-top: -50px;
}
a.wprr.btn.next {
	position: absolute;
    top: 50%;
    right: -62px;
    z-index: 999;
    background: rgba(255, 255, 255, 0);
    color: rgb(200, 200, 200);
    font-size: 50px;
    line-height: 57px;
    width: 60px;
    height: 60px;
    margin-top: -50px;
}
div.woo-related-products-container {
	position: relative;
}

@media only screen and (min-width:768px) and (max-width:980px) {
	a.wprr.btn.prev,
	a.wprr.btn.next {
		display: none!important;
	}
}
@media only screen and (min-width:981px) {
    a.wprr.btn.prev,
	a.wprr.btn.next {
		display: none!important;
	}
}