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

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-vertical-menu__fly-out.has-shadow {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 10%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    
}
.menu-menu-danh-muc-san-pham-container {
    overflow: hidden;   
    min-height: 522px;
    overflow-y: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.img-radius img {
    border-radius: 10px;
}
.header-vertical-menu__title {
    text-transform: uppercase;
}
/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

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


}

@media (min-width: 850px) {
    .row-header-home .large-3:first-child {
        max-width: 21%;
        -ms-flex-preferred-size: 21%;
        flex-basis: 21%;
    }
    .row-header-home .large-6 {
        max-width: 54%;
        -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
    }
}