.detail-product-info-lists-v2 {
    display: none;
    margin-bottom: 20px;
    margin-top: 25px;
}

.detail-product-info-lists-v2 .slider-init {
    opacity: 0;
}

.detail-product-info-lists-v2 .slick-list  {
    margin: 0 -10px;
}

.detail-product-info-lists-v2 .slider-init.slick-initialized {
    opacity: 1;
}

.detail-product-info-lists-v2 label {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    color: #373737;
    margin-bottom: 10px;
}


.detail-product-info-lists-v2 .item-wrapper .item {
    cursor: pointer;
    margin-right: 0;
    max-width: auto;
    margin-bottom: 20px;
}

.detail-product-info-lists-v2 .item-wrapper .item.active .img-wrapper,
.detail-product-info-lists-v2 .item-wrapper .item:hover .img-wrapper {
    border: 1px solid #3973b5;
}

.detail-product-info-lists-v2 .item-wrapper .item .img-wrapper {
    border: 1px solid #E6E6E6;
    margin-bottom: 15px;
}

.detail-product-info-lists-v2 .item-wrapper .item .img-wrapper:last-child {
    margin-right: 0;
}

.detail-product-info-lists-v2 .item-wrapper .item .heading-wrapper .title,
.detail-product-info-lists-v2 .item-wrapper .item .heading-wrapper .title > * {
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #939393;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
}

.detail-product-info-lists-v2 .item-wrapper .item.active .heading-wrapper .title > *,
.detail-product-info-lists-v2 .item-wrapper .item:hover .heading-wrapper .title > * {
    color: #3973b5;
}

@media screen and (max-width: 576px) {

    .detail-product-info-lists-v2{
        margin-top: 20px;
    }

    .detail-product-info-lists-v2 .item-wrapper {
        flex-wrap: wrap;
    }
}

