@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
.wc-regulus-tabs-wrapper{
     display: flex;
     align-items: flex-start; 
}
.wc-regulus-tabs{
     display: flex;
     flex-direction: column; 
     list-style-type: none;
     font-family: Roboto;
     padding: 0; 
     margin: 0; 
     font-size: 1.3rem;
     font-weight: bold;
     width:100%;
     
}
.wc-regulus-tabs div { 
    font-size: 0.9rem;
    font-weight: normal;
}
.wc-regulus-tab {
    padding-top:  5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.wc-regulus-tabs a::before {
    content: "\f067"; 
    font-family: "FontAwesome";
    margin-right: 10px;
    font-weight: bold;
    float: right;
    color:#54595F;
}
.wc-regulus-tabs .uncollapsed a::before {
    content: "\f068"; 
    font-family: "FontAwesome";
    margin-right: 10px;
    font-weight: bold;
    float: right;
    color:#54595F;
}
.wc-regulus-tabs a{
    color:#54595F;
}
.wc-regulus-tabs a:hover{
    color:#54595F;
}
.wc-regulus-tabs .uncollapsed a{
    color:white;
}
div .brand-tab{
    padding: 0px;
    border: 0px;
    margin-top: 0px;
}
div .brand-tab a::before { 
    content:"";
}
div .brand-tab a::before { 
    content:"";
}
div .brand-tab a { 
    font-size: 0.9rem;
    color: #0083C8;
}
