.specific__image {
    /* height: 150px; */
}

.specific__product-items-container {
    max-width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    margin: 20px auto;
}

.specific__product-items-container_header {
    margin: 0px auto;
    text-align:center;
}

.specific__product-items-container_comment {
    margin-bottom: 20px;
    text-align:center;
}

.specific__cart-link {
    display: block;
    border-bottom: none;
}

/*
.specific__product_items td:nth-child(5) a {
    font-weight: bold;
    background-color: var(--color_light) !important;
}

.specific__product_items td:nth-child(5) a::after {
	content: '.00';
}
*/
