#tab-description > .panel-layout{
    padding: 30px 40px 30px 30px;
    background: #fff;
}
#tab-description > .panel-layout>.panel-grid{
   position: relative;
   display: block;
   margin: 0 !important;
}

.product-section-collapse-button{
    clear: both;
    float: none;
    position: relative;
    width: 100%;
    cursor: pointer;
    padding-right: 30px;
    font-size: 18px;
    margin: 0;
    display: block;
    height: 60px;
    line-height: 60px;
}

.product-section-collapse-button>span{
    display: block;
    position: relative;
}

.product-section-collapse-button>span:after{
    height: 1px;
    width: 100%;
    position: absolute;
    content: '';
    border-top: 1px dotted #ccc;
    top: 50%;
    right: 0;
    margin-top: 4px;
}

.product-section-collapse-button span span{
    padding-left: 15px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.product-section-collapse-button:before{
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #f3f4f6;
    content: '-';
    top: 20px;
    right: -10px;
    line-height: 22px;
    color: #999;
    font-size: 20px;
    text-align: center;
    z-index: 1;
}
.product-section-collapse-button.closed:before{
    content: '+';
}

.product-section-collapse-button:after{
    content: '';
    position: absolute;
    right: 0;
    top: -10px;
    height: 80px;
    width: 3px;
    background: #f3f4f6;
}

.product-section-collapse-button.first:after{
    content: '';
    position: absolute;
    right: 0;
    top: 20px;
    height: 40px;
    width: 3px;
    background: #f3f4f6;
}
.product-section-collapse-button.closed.last:after{
    transition: height 300ms;
    transition-delay: 300ms;
}
.product-section-collapse-button.last:after{
    content: '';
    position: absolute;
    right: 0;
    top: -10px;
    height: 80px;
    width: 3px;
    background: #f3f4f6;
}
.product-section-collapse-button.last.closed:after{
    content: '';
    position: absolute;
    right: 0;
    top: -10px;
    height: 40px;
    width: 3px;
    background: #f3f4f6;
}

.product-section-collapse{
    padding: 40px;
    position: relative;
    display: block;
}

.product-section-collapse:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #f3f4f6;
}

.siteorigin-widget-tinymce img{
    margin-top: 15px;
    margin-bottom: 15px;
}

.siteorigin-widget-tinymce {
    font-size: 13px;
    border: 0 !important;
    line-height: 28px;
    text-align: justify;
    color: #777;
}