
.containerSearchBarRb i, .containerBtnSearchBarRb button {
    font-size: 22px !important;
}

.rb_alert{
    color:#444 !important;
}
.itemSlideRb>div{
background-color:#877c70 !important;
}
.itemSlideRb>div>h3,.itemSlideRb>div>h4,.itemSlideRb>div>p{
color:#fff !important; 
}
.itemSlideRb>div>h3{
    font-weight: inherit !important;
}
.aItemSlideRb {
    color: #fff !important;
    border: 1px solid #47b395 !important;
    background-color: #47b395 !important;
    background-image: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%) !important;
}

.aItemSlideRb:hover {
 
    color: #e6982e  !important;
    border-color: #e6982e  !important;
}
.rb_alert {
   border-color:#47b395  !important;
   background-color: #877c70 !important;
   color:#fff !important;
}

.multiSlidePrevRb, .multiSlideNextRb {
    position: relative;
    padding: 0px;
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 50%;
    background-color: none;
    border: 1px solid #fff !important;
    color: #fff !important;
    background-color: transparent !important;
    background-image: linear-gradient(90deg, #47b395 0%, #47b395 50%, transparent 50%, transparent 100%);
    background-size: 200% auto;
    background-position: 100% 0%;
    transition: background-position 0.5s;
    font-family: 'custom-icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}