

/* Customer Style Start */

h3.cus-prduct-item-index {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
    white-space: nowrap;
    display:revert;
}
.cus-prduct-item-index a{
    display:revert;
}
span.cus-prduct-item-index{
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
    white-space: nowrap;
    
}
h3.cus-prduct-item-inner{
    overflow: hidden;
    -webkit-box-orient: vertical;
    /* height: 150px!important; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 48px!important;
}
.product-item a{
     display:revert;
}
span.cus-prduct-item-inner{
    overflow: hidden;
    -webkit-box-orient: vertical;
    /* height: 150px!important; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 32px!important;
}
/*.site-main-nav .nav-ul .has-dropdown>a::after {
    right: 16px;

}*/
.content_detail ul li::before{
    padding-right:5px;
}
/* Customer Style End */


.ftr-cp .col-md-7 { text-align: left; }
.ftr-cp .col-md-5 { text-align: right;  }

@media only screen and (max-width: 767px){
    .ftr-cp .col-md-7 p { padding-bottom: 5px; text-align: left; margin-bottom: 0; }
    .ftr-cp .col-md-5 p { padding-top: 5px; text-align: left; margin-bottom: 0; }

}


