.themehero .opc.preview-block {
    background-color: #D4EEE8;
    padding: 1rem;
    font-weight: bold;
}
.themehero.is-boxed body {
    max-width: 1330px;
    margin: 1rem auto;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.themehero .smoothscroll-top {
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    bottom: 1rem;
    padding-top: 3px;
}
.themehero .smoothscroll-top .fa-2x {
    font-size: 1.8em;
}
@media(max-width: 575px) {
    .themehero .basket-form-inline .col-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}