.owl-prev{
        left: 0;
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
        z-index: 9;
        background: #DAA769;
        height: 40px;
        width: 40px;
        color: #fff;
        text-align: center;
    }
    .owl-next{
        right: 16px;
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
        z-index: 9;
        background: #DAA769;
        height: 40px;
        width: 40px;
        color: #fff;
        text-align: center;
    }

    .owl-next:before {
        content: '\f054';
        font-family: 'FontAwesome';
        font-size: 15px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        top: 34%;
    }
    .owl-prev:before {
        content: "\f053";
        font-family: 'FontAwesome';
        font-size: 15px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        top: 34%;
    }