.tpc_get_pro {
color: green;
font-weight: bold;
}
.tp-image-wrapper {
position: relative;
}
.tp-image-hover {
position: absolute;
top: 0;
left: 0;
opacity: 0;
transition: opacity 0.5s ease-out;
}
.tp-image-hover:hover {
opacity: 1 !important;
}#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;
}