/* .product-list.product-list-small */

.product-list.list-small .item-body {
    padding: 0px 10px;
}

.product-list.list-small .item-footer {
    padding: 0px 10px;
}

.product-list.list-small .item-title {
    font-size: 1rem;

}

/* Product name */
.product-list.list-small h5.item-title {
    min-height: 38px;
    max-height: 38px;
    overflow-y: hidden;
}

.product-list.list-small .item-manufacturer {
    font-size: 0.8rem;
    display: block;
    text-transform: uppercase;
    min-height: 15px;
    max-height: 15px;
    overflow-y: hidden;
}

.product-list.list-small .item-sticker-wrapper span {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.25rem 0.4rem !important;
}

.product-list.list-small .item-image {
    height: 150px;
    padding: 5px 0px;
}

.product-list.list-small .item-price {
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
}

.product-list.list-small .item-price-old {
    opacity: 0.8;
    text-decoration: line-through;
    font-weight: normal;
    font-size: 0.9rem;
}

.product-list.list-small .item-additional {
    margin: 0;
    font-size: 0.75rem;
}

.product-list.list-small .item-button {
    width: 100%;
}

.product-list.list-small .prev,
.product-list.list-small .next {
    font-size: 2rem;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.product-list.list-small .next {
    right: -25px;
}

.product-list.list-small .prev {
    left: -25px;
}

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

    .product-list.list-small .item-price {
        font-size: 1rem;
    }

}

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

    .product-list.list-small .item-price-btn-wrapper {
        display: block !important;
    }

    .product-list.list-small .item-price-wrapper {
        min-height: 48px;
    }

}