.summary .upsells h2,
.summary .upsells .prod-desc {
    display: none
}

.summary .upsells .col-xl-3 {

    flex: 0 0 16.6666%;
    max-width: 16.6666%
}

.summary .upsells .prod {
    margin: 0;
}

.summary .upsells .product {
    margin: 0;
}

.summary .upsells .prod-image {
    min-height: auto;
    padding: 0;
}

.single-product div.product .summary .woocommerce-product-details__short-description {
    border-bottom: 0 !important;
}

.summary .upsells .centerpp {
    display: none;
}

.single-product div.product .product-details-slider-nav .slider-item {
    min-height: auto;
    background: transparent;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 8px;
}



@media (min-width: 0px) and (max-width:768px) {
    .summary .upsells .col-xl-3 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media (min-width: 768px) and (max-width:1200px) {
    .summary .upsells .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
