#hotlineStore {
    background: #00a651;
    color: #fff;
    border-radius: 40px;
    font-size: 20px;
    font-weight: bold;
    position: fixed;
    bottom: 20px;
    left: 15px;
    padding-right: 10px;
    cursor: pointer;
    z-index: 9999;
}
#hotlineStore i {
    background: #04793d;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 46px;
    margin-right: 10px;
}
.sold-out-pview{
    display: none;
}
.contentDetails ul, .contentDetails ol, .contentDetails p, .contentDetails h1,
.contentDetails h2, .contentDetails h3, .contentDetails h4, .contentDetails h5,
.contentDetails h6{
    padding: inherit;
}
.contentDetails * {
    line-height: 20px !important;
}