/*
Theme Name: Shop
Description: Thiết kế web bởi Web Đại Tín - WebDaiTin.com
Author: WebDaiTin.com
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.showinfo {
    position: absolute;
    top: 0px;
    width:100%;
    height:100%;
    z-index:22;
    display:block;
    background: #fff;
}
.product-small:hover .showinfo{
    display:block;
    cursor:pointer;
    opaticy: 0.5;
}
.view-more {
	display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}
.view-more:hover{
	background: #eaeaea;
}
#shop-sidebar .menu .child {
	display: none;
}
#shop-sidebar .collapse .menu .child {
	display: block;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}