div#OwlTabContent::after {
    content: "";
    border: 1px solid lightgray;
    width: 85%;
    height: 1px;
    display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.row.owltabshome {
    padding: 100px 0 100px 0;
}
ul#myOwlTab {
    margin-top: 70px;
}

ul#myOwlTab button {
    border: 0;
    background: 0;
    color: black;
}
ul#myOwlTab .active {
    border-top: 3px solid black !important;
}
h4.author_name {
    font-size: 17px;
    font-family: 'BagueSansProRegular',Arial, Helvetica, sans-serif;
}
.owltabs ins {
    font-weight: bold;
}

.owltabs .price {
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
}