.owl-dots{ display:none;}
.owl-nav{position: absolute;
    top: 37%;
    display: flex;
    justify-content: space-between;
    width: 100%;}
.owl-theme .owl-nav [class*=owl-]:hover{ color:#000; background:none;}

.owl-theme .owl-nav .disabled {
    opacity: inherit;
    cursor: default;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    /* display: none; */
    margin: 0 -70px 0 -70px;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #eb1c24;
}

.owl-nav span {
    font-size: 41px;
    line-height: 1;
    color: #eb1c24;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -3px 0 0 0;
}


.buttons input {
     
        font-size: .8rem;
        font-weight: normal !important;
     
        text-transform: uppercase !important;
    }