.b-products-item:hover .menu_section
{
  
    background-color: white;
   
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);

}

.b-products-item:hover:after {
    display: none;
}
.b-products-item:after {
    content: '';
    display: block;
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 4;
    opacity: 1;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(62%,#fff),to(transparent));
    background: -webkit-linear-gradient(bottom,#fff 62%,transparent);
    background: -o-linear-gradient(bottom,#fff 62%,transparent);
    background: linear-gradient(to top,#fff 62%,transparent);
}
.b-products-item:hover {
    overflow: visible;
    z-index: 10;
}
.b-products-item {
    width: 20%;
    border-bottom: 1px dotted #a8a8a8;
    max-height: 340px;
    height: 340px;
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
    word-break:break-all;
}
.b-products-item:after {
    content: '';
    display: block;
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 4;
    opacity: 1;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(62%,#fff),to(transparent));
    background: -webkit-linear-gradient(bottom,#fff 62%,transparent);
    background: -o-linear-gradient(bottom,#fff 62%,transparent);
    background: linear-gradient(to top,#fff 62%,transparent);
}
li
{
    list-style-type: none;
}