/*
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.   ***************/

#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;
}


.svenseagal-title1 {
    color: #fff;
    font-size: 18px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 700;
    background-color: #fff;
    text-align: center;
}

h3.svenseagal-title1:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: 0;
    border-top: 2px solid #74b519;
    z-index: 1;
    display: block;
}

.svenseagal-title1 .svenseagal-title1-hold {
    min-width: 350px;
    height: 45px;
    background-color: #74b519;
    height: auto;
    line-height: 45px;
    padding: 0px 20px;
    position: relative;
    z-index: 2;
    text-align: center;
    display: inline-block;
    min-width: 280px;
}

.svenseagal-title1-hold:before {
    content: "";
    position: absolute;
    right: -15px;
    border-width: 0px;
    bottom: 0px;
    border-style: solid;
    border-color: #74b519 transparent;
    display: block;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 15px solid #74b519;
}

.svenseagal-title1-hold:after {
    content: "";
    position: absolute;
    left: -15px;
    border-width: 0px;
    bottom: 0px;
    border-style: solid;
    border-color: #5c9efe transparent;
    display: block;74b519
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 15px solid #74b519;
}