.whats-new.modal-box {
    display: block;
    padding-top: 0;
}
.whats-new .modal-content {
    display: block;
    position: absolute;
    width: 600px;
    top: 10%;
    left: 50%;
    margin-left: -300px; /* width/2 */
}
.whats-new .modal-body {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    min-height: 60px;
}
.whats-new .modal-body p {
    padding: 0 20px;
}
.whats-new .done-button {
    text-align: center;
}
.whats-new .owl-stage {
    width: 600px;
}
.whats-new .owl-carousel .owl-nav button,
.whats-new .done-button button {
    width: 144px;
    height: 40px;
    border-radius: 4px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    border: none;
}
.whats-new .owl-carousel .owl-nav button.owl-next,
.whats-new .done-button button {
    background-color: #60a632;
    color: #ffffff;
}
.whats-new .owl-carousel .owl-nav button.owl-prev {
    background-color: #f2f2f2;
    color: #000000;
}
.whats-new .done-button button {
    cursor: pointer;
    margin: 10px 0;
}
.whats-new button:focus {
    outline: none;
}
.whats-new .modal-image {
    padding: 0 30px;
}
.whats-new .close {
    position: relative;
    z-index: 10;
}
