.plist-wrap {
    width: 100%;
    position: relative;
}

.plist {
    padding-bottom: 9px;
    margin: 0 -6px;
    position: relative;
}

.plist__item {
    margin: 0 4px 10px 5px;
    width: 238px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .05);
    border: 1px solid #e9e9e9;
}

.plist__item .product-item {
    transition: box-shadow 0.5s ease;
}

.plist__partners {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -142px;
    height: 132px;
    padding: 19px 14px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #e9e9e9;
}

.plist__partners strong {
    display: block;
    font-size: 17px;
    color: #000;
    line-height: 19px;
    padding-bottom: 15px;
}

.plist__partners a {
    display: block;
    margin-bottom: 15px;
}

.plist__partners img {
    display: block;
    width: 100%;
}

.product-list-solo {
    padding: 0;
}

.plist-wrap .progress {
    position: absolute;
    top: 0px;
    left: 0;
    height: 15px;
    width: 100%;
    display: none;
    z-index: 99;
}

.plist-wrap.loading .progress {
    display: block;
}

.plist.loading {
    opacity: 0.5;
}

.plist__item {
    position: relative;
    float: left;
}

.plist__partners {
    position: static;
    left: auto;
    right: auto;
    height: auto;
    margin: 13px -20px -20px;
    padding: 40px 0 0 0;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
    border-top: 1px solid #e9e9e9;
}

.plist__item:hover .btn-quickview {
    visibility: visible;
}
.product-item__img {
    display: block;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    border-radius: 2px 2px 0 0;
    max-height: 392px;
    overflow: hidden;
}

.product-item__img img {
    display: block;
    border-radius: 2px 2px 0 0;
}
.product-item__img .hot {
    position: absolute;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
    right: 10px;
    top: 10px;
    text-align: center;
    line-height: 35px;
    color: #ed1d28;
}

.product-item__img .hot i {
    font-size: 25px;
    position: relative;
    top: 4px;
}

.product-item__text {
    padding: 0 15px 10px;
}

.product-item__text:before,
.product-item__text:after {
    display: table;
    content: "";
}

.product-item__text:after {
    clear: both;
}

.lt-ie8 .product-item__text {
    zoom: 1;
}

.product-item__text .product-timer {
    text-align: right;
    float: right;
    width: auto;
}

.product-item__text__title {
    display: block;
    font-size: 15px;
    line-height: 17px;
    color: #000;
    margin-bottom: 13px;
    clear: both;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-item__text__title:hover {
    text-decoration: underline;
    color: #000;
}

.product-item__author {
    display: block;
    vertical-align: middle;
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
    padding-bottom: 0;
}

.product-item__author:hover {
    text-decoration: underline;
    color: rgba(0, 0, 0, .5);
}

.product-item__author img {
    vertical-align: middle;
    margin-right: 5px;
}

.product-item__bott {
    border-top: 1px solid #e1e1e1;
    margin-top: 10px;
}

.product-item__bott__item {
    width: 40%;
    line-height: 17px;
}

.product-list-solo .product-item__img  {
    display: flex;
    height: 276px;
}
.product-list-solo .product-item__img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .plist {
        margin: 0;
    }

    .plist__item {
        position: static !important;
        width: 100%;
        margin: 0 0 10px;
        border: none;
        border-radius: 6px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
    }

    .plist__partners {
        display: none;
    }

}
