/****************************  ****************************/

.content-top {
    margin-bottom: 0;
}


/****************************  ****************************/

.products-list {
    margin: 0 -15px;
}

.products-list li:nth-child(4n+1) {
    clear: left;
}

.products-list .item {
    width: 25%;
    padding: 0 15px;
}

.products-list .box {
    max-width: 248px;
    margin: 0 auto 40px;
    text-align: center;
    position: relative;
}

.products-list .box:hover {
    border-color: #C4977B;
}

.products-list .pic {
    position: relative;
    display: block;
    overflow: hidden;
}

.products-list .pic:before {
    content: "";
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.products-list .box:hover .pic:before {
    opacity: 1;
}

.products-list .name {
    display: block;
    color: #4C3339;
    font-size: 20px;
    padding: 7px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.products-list .box:hover .name {
    color: #FF4000;
}


/****************************  ****************************/

.product-detail {
    margin: 0 0 0 20px;
}

.products-info .txt {
    margin: 30px 0 35px 5px;
    padding-left: 15px;
    border-left: 3px solid #CCCCCC;
    line-height: 1;
}

.product-name {
    color: #FF4000;
    font-weight: bold;
    font-size: 22px;
}

.products-info .txt .date {
    color: #8E5F40;
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
    display: none;
}

.products-info + .btn-box .btn.back {
    margin-left: 20px;
}


/****************************  ****************************/

@media screen and (max-width: 767px) {
    .products-list li:nth-child(4n+1) {
        clear: none;
    }
    .products-list li:nth-child(2n+1) {
        clear: left;
    }
    .products-list .item {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .products-list {
        margin: 0;
    }
    .products-list .item {
        width: 100%;
        padding: 0;
    }
    .product-detail {
        margin: 0;
    }
    .products-info + .btn-box .btn.back {
        margin-left: 0px;
    }
}
