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

/*************** ADD CUSTOM CSS HERE.   ***************/
.widget ul.menu>li.has-child:hover >.sub-menu{display:block}
.widget ul.menu ul.sub-menu{display: none;
    position: absolute;
    width: 100%; left:99%;
    min-height: 180px;
z-index: 999;
    border: 1px solid #cc0000 !important;
    background: #fff;
	border-bottom: 1px solid #ececec;
}
.widget .toggle{    transform: rotate(-90deg);}


.product-small .box-image:hover::before{
-webkit-animation:shine .75s;animation:shine .75s
}
@-webkit-keyframes shine{
100%{left:125%}
}
@keyframes shine{
100%{left:125%}
}
.product-small .box-image::before{
position:absolute;
top:0;
left:-75%;
z-index:2;
display:block;
content:'';
width:50%;
height:100%;
background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
-webkit-transform:skewX(-25deg);transform:skewX(-25deg)
}

h1#logo {
    width: 281px;
    padding: 70px 0 0 0;
    overflow: hidden;
    background-image: url(http://phutungwinner.com/wp-content/uploads/2019/09/t%E1%BA%A3i-xu%E1%BB%91ng-1.png);
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/: 70px;
}


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


}

