﻿.product-list-banner-placeholder {
    height: 350px;
}

.product-list-banner {
    height: 400px;
}

.product-list-banner {
    height: 400px;
    width: 100%;
}

.product-section {
    background: #f3f6f8 !important;
}

.product-list {
    padding-bottom: 160px;
    overflow: auto;
}

.product-list-section {
    margin-top: 45px;
    margin-bottom: 25px;
}

.product-list-section:first-child {
    margin-top: 95px;
}

.product-list-section .section-title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.product-container {
    font-size: 0;
}

.product-item {
    display: inline-block;
    width: 283px;
    height: 110px;
    margin-bottom: 30px;
    padding: 26px 20px;
    background: white;
    margin-right: 22px;
    transition: all ease 0.2s;
}

.product-item:hover {
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
}

.product-item:nth-child(4n) {
    margin-right: 0;
}

.product-item .wrapper {
    display: table;
    font-size: initial;
}

.product-item .image {
    display: table-cell;
    height: 60px;
    width: 60px;
    background: white;
    border-radius: 6px;
    border: 1px solid #f2f2f2;
    cursor: pointer;
}

.product-item .info {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}

.product-item .intro {
    line-height: 22px;
    font-size: 12px;
    color: #666;
}

.product-item .name {
    font-size: 16px;
    color: #333;
}

.product-item .name:hover {
    color: #0091ff;
}