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

/*************** ADD CUSTOM CSS HERE. 
.section-title.section-title-center span {
    background-color: #1e8cef;
    color: #fff !important;
    border-radius: 40px;
    padding: 6px 12px;
    font-size: smaller;
}

  ***************/

#shop-sidebar ul.menu>li ul,
#shop-sidebar .widget>ul>li ul {
    border-left: none;
}

#shop-sidebar .widget{
    border: 1px solid #eaeaea;
    padding: 0 20px 15px 20px;
    
}
#shop-sidebar .widget> ul > li {
    padding-left: 0 !important;
}
#shop-sidebar .widget> ul > li > a {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #eaeaea;
    padding-left: 20px;
    text-transform: uppercase;
    margin-left: -20px;
    margin-right: -20px;
    padding: 14px 20px;
    margin-bottom: 15px;
}
#shop-sidebar .widget>ul>li ul {
    padding-left: 0;
    margin-left: 0;
}
#shop-sidebar .widget  ul > li  {
    position: relative;
    padding-left: 20px;
}
#shop-sidebar .widget  ul > li .toggle {
    position:absolute;
    left: -5px;
    top: 3px;
}
#shop-sidebar .widget> ul > li > .toggle {
    position:absolute;
    left: auto;
    right: 0px;
    top: 15px;
}

#shop-sidebar .widget li.active > .toggle {
   transform: rotate(0deg);
}

#shop-sidebar .widget li > .toggle {
   transform: rotate(-90deg);
}

#shop-sidebar .children li:not(.has-child) {
    padding-left: 0;
}
#shop-sidebar .children li:not(.has-child) a:before {
/*     content: "\f0da"; */
/*     font-family: "FontAwesome"; */
    content: "\e605";
    font-family: 'fl-icons' !important;
    font-size: 9px;
    display: inline-block;
    text-align: right;
    padding-right: 8px;
}

#shop-sidebar aside .vc_widget_title {
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}

.widget .current-cat>a {
    color: red !important;
}

.select_option:hover, .select_option.selected {
    border-color: red !important;
	border-style:solid;
    border-width:thick;
}

