/*
Theme Name: Đồng Hồ
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.shop-container .row.row-small{
    max-width: 100%;
}
#overlay{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 999;
    display: none;
}
.bloginfo{
    font-size: 15px;
    color: #b7997a;
}
#logo a{
    display: flex;
    align-items: center;
    gap: 5px;
}
#logo img{
    display: inline-block;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .xoo-wsc-markup{
        display: none;
    }

}
