.tdp_lastproduct_view_container {
    background-color: #f6f6f6;
    padding: 1rem;
    margin-block: 2rem;
}

.tdp_lastproduct_view_container .viewed-product-container {
    display: flex;
    overflow: hidden;
    margin-top: 1rem;
}

.tdp_lastproduct_view_title {
    font-family: Tilt Warp, arial, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
}

.viewed-product-description {
    margin: 0 1rem;
}

.viewed-product-title {
    font-size: 0.938em;
    font-weight: 400;
    margin-left: 0.5rem;
}

.tdp_lastproduct_view_container .remove {
    float: right;
    position: inherit;
    z-index: 1;
}

.view-product-img {
    position: relative;
    margin: 0 0.3rem;
}

.tdp_lastproduct_view_container .view-product-img img {
    max-width: 100%;
}

.tdp_lastproduct_view_container .viewed-product-container .viewed-product {
    text-align: center;
    padding: 0 0.5rem;
}

.tdp_lastproduct_view_container .viewed-product-container .viewed-product .viewed-product-content {
    background-color: #fff;
    height: 100%;
}

/* PC */
.tdp_lastproduct_view_container .viewed-product-container .viewed-product {
    max-width: calc(100% / 6);
    min-width: calc(100% / 6);
}

/* tablette */
@media only screen and (max-width: 991px) {
    .tdp_lastproduct_view_container .viewed-product-container .viewed-product {
        max-width: calc(100% / 4);
        min-width: calc(100% / 4);
    }
}

/* mobile */
@media only screen and (max-width: 767px) {
    .tdp_lastproduct_view_container .viewed-product-container .viewed-product {
        max-width: calc(100% / 2);
        min-width: calc(100% / 2);
    }
}
