/*PANELS*/
.panel{
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.panel-fast-questions{
    background: white;
    padding: 10px 25px;
    margin-bottom: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 6px rgba(146, 145, 145, 0.25);
    -moz-box-shadow: 0 6px 6px rgba(146, 145, 145, 0.25);
    box-shadow: 0 6px 6px rgba(146, 145, 145, 0.25);
}
.panel-fast-questions:last-child{
    margin-bottom: 0;
}
.panel-fast-questions .panel-body{
    border: 0!important;
}
.panel-fast-questions .panel-title{
    font-size: 16px;
    color: #03806E;
}
.panel-fast-questions .collapsed{
    color: #353535;
}
.panel-fast-questions .panel-title a:hover,
.panel-fast-questions .panel-title a:active,
.panel-fast-questions .panel-title a:focus{
    text-decoration: none;
}
.panel-fast-questions .panel-img{
    display: none;
    max-width: 15px;
    float: right;
    margin-top: 5px;
}
.panel-fast-questions .panel-img.active{
    display: inline-block;
}
.panel-fast-questions .panel-desc{
    font-size: 16px;
    color: black;
    margin-bottom: 10px;
}
.panel-fast-questions .panel-desc:last-child{
    margin-bottom: 0;
}

.panel-price .panel-desc{
    font-size: 14px;
    color: black;
    margin-bottom: 0;
}

.panel-profile{
    background: white;
    padding: 15px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 6px rgba(146, 145, 145, 0.25);
    -moz-box-shadow: 0 6px 6px rgba(146, 145, 145, 0.25);
    box-shadow: 0 6px 6px rgba(146, 145, 145, 0.25);
}

.panel-profile-shop-categories{
    margin-bottom: 0;
}
.panel-profile-shop-categories .panel-title{
    font-size: 20px;
    color: #F38D1E;
}