.owl-theme .owl-controls {
    margin-top: 10px;
    margin-left: 30px;
}
.owl-theme .owl-controls .owl-buttons div {
    opacity: 0.8;
    /* background: #fff; */
    background: transparent;
}
.owl-prev:before,
.owl-next:before {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 28px;
    border: 2px solid #748618 !important;
    /* color: #bacc5e; */
    color: #748618;
    border-radius: 50%;
    padding: 5px;
}
.owl-next:before {
    content: "\f061";
    border: 2px solid #333333 !important;
    color: #333333;
}
#book-buzz .book-buzz-slide {
    margin: 20px !important;
}

#book-buzz .book-buzz-slide:last-child {
    margin-right: 0px;
}
#book-buzz .book-buzz-slide:first-child {
    margin-left: 0px;
}

/* Juice Gelato Page  */
#shipping-nationwide .owl-buttons {
    position: absolute;
    top: 35%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

#shipping-nationwide .owl-buttons div {
    font-size: 24px;
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
}

#shipping-nationwide .owl-prev {
    position: absolute;
    left: -85px;
}

#shipping-nationwide .owl-next {
    position: absolute;
    right: 0px;
}

#shipping-nationwide .shipping-nationwide-slide {
    margin: 0px 10px !important;
}

#shipping-nationwide .shipping-nationwide-slide:last-child {
    margin-right: 0px;
}
#shipping-nationwide .shipping-nationwide-slide:first-child {
    margin-left: 0px;
}
