.pli_unloaded-recommendations {
    aspect-ratio: 16 / 9;
    max-height: 200px;
    width: 100%;
}

.woorelatedproducts {
    width: 100% !important;
    max-width: 100%;
}


.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;
}
