/* Import base collapsible categories stylesheet */
@import url('../../all/theme/collapsiblecategories.css');

.collapse-btn {
    background-color: transparent;
    border: transparent;

}
.collapse-hide:after, .collapse-show:before{

    width: 6px;
    height: 0;
    top: -3px;
    left: -3px;
    content: '\f068';
    font-family: fontawesome;
    font-size: 15px;
}
.collapse-btn:after, .collapse-btn:before {
    background: transparent;
    border: transparent;

}
.collapse-show:before {
    border: none;
    left: -10px;
    content: '\e800';
    font-size: 25px;
    font-family: hexagon;
    color: #12A3EB;
    position: absolute;
    top: -5px;
}
.collapse-show:after {
    top: -5px;
    left: -3px;
    width: 0;
    height: 6px;
    content: '\f067';
    font-family: fontawesome;
    font-size: 15px;
}
.collapse-hide:before {

    right: 0px;
    content: '\e800';
    font-size: 25px;
    font-family: hexagon;
    color: #12A3EB;
    position: absolute;
    bottom: 20px;
}
.collapse-btn:hover, .collapse-btn:hover:after, .collapse-btn:hover:before {
    background-color: transparent;
    text-shadow: 0 0 15px #12A3EB;
}

.collapse-show:hover:after {
    color:#171717;

}
.collapse-hide:hover:after {
    color:#171717;

}