#ddshop-faq-a02 .cd-faq-group {
    margin-top: 20px !important;
}
#ddshop-faq-a02 .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-top: 3px;
}
#ddshop-faq-a02 .panel-heading{
    padding: 0;
    border-radius: 0;
    border: none;
}
#ddshop-faq-a02 .panel-title a{
    display: block;
    font-size: 16px;
    /*font-weight: bold;
    color: #f7c59f;*/
    padding: 15px 48px 15px 20px;
    background: #F8F8FF;
    position: relative;
    transition: all 0.3s ease 0s;
}
#ddshop-faq-a02 .panel-title a.collapsed{
    border-bottom: 1px solid #fff;
}
#ddshop-faq-a02 .panel-title a:after,
#ddshop-faq-a02 .panel-title a.collapsed:after{
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 28px;
    background: #ccc;
}
#ddshop-faq-a02 .panel-title a.collapsed:after{
}
#ddshop-faq-a02 .panel-title a:before,
#ddshop-faq-a02 .panel-title a.collapsed:before{
    content: "\f068";
    font-family: FontAwesome;
    font-weight: normal;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: #ccc;
    position: absolute;
    top: 12px;
    right: 19px;
    font-size: 10px;
    color: #F8F8FF;
    text-align: center;
    z-index: 1;
}
#ddshop-faq-a02 .panel-title a.collapsed:before{
    content: "\f067";
}
#ddshop-faq-a02 .panel-body{
    background: #F8F8FF;
    padding: 20px 50px 15px 20px;
    line-height: 25px;
    border: none;
    position: relative;
}
#ddshop-faq-a02 .panel-body:after{
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background: #ccc;
    position: absolute;
    top: 0;
    right: 28px;
}