<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hoverProduct li {
    width: 32%;
    /*width: 48.6%;*/
    float: left;
    background-color: #f5f5f5;
    margin-bottom: 10px;
    text-align: center;
}

    /*.hoverProduct li:nth-child(odd){
        margin-right: 10px;
    }*/
     .hoverProduct li{
        margin-right: 10px;
    }
.product-title a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
}

.product-title p {
    font-size: 12px;
    margin: 0 !important;
}

    .product-title p:first-child {
        font-weight: 700;
        font-size: 14px;
    }

.product-title a:hover {
    color: #186ec2 !important;
}

.product-title a:hover {
    text-decoration: none;
}
#menutop:hover #menudetail { max-height: 1000px; transition: all .8s linear; /*top:52px;*/ }
</pre></body></html>