/* custom-made */
.wish {
  background: #fff;
}

.index-list-effect-2 .product__item, .index-list-effect-2 .news__item {
    position: relative;
    color:#FFF
}
.index-list-effect-2 .product__item .text, .index-list-effect-2 .news__item .info {
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
    padding: 20px;
    position: absolute;
    left: 30px;
    top: 30px;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.index-list-effect-2 .product__item .text:hover, .index-list-effect-2 .news__item .info:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.news__item .img {
    margin-bottom: 0!important;
}
.index-list-effect-2 .product__item .text .title, .index-list-effect-2 .product__item .text .model {
    text-shadow: -1px -1px 3px #fff, -1px 1px 3px #fff, 1px -1px 3px #fff, 1px 1px 3px #fff;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-list-effect-2 .product__item .text .model {
    font-weight: 500;
}
.index-list-effect-2 .date{
    color:#FFF!important;
}
.index-list-effect-2 a{
    color:#FFF!important;
}
