.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: #a37a33;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: #a37a33;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color:#a37a33;
}

span.swiper-pagination-bullet {
    background-color: white;
    /* opacity: initial; */
}