.rrSliderWrapper {
    background: #f7f9fb;
    color: #000;
    text-align: center;
    padding: 20px 20px 40px;
}
.rrSlider.slick-dotted.slick-slider {
    margin-bottom: 40px;
}
.rating:after {
    content: '\2606';
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: 1;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #003d7d;
}
.rating.active::after {
    content: '\2605'}
.rating {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
}
.rrSliderContentWrapper {
    padding: 0 40px;
}
.rrSlider .slick-dots li button:before {
    color: #003d7d;
    font-size: 12px;
}
.rrSlider .slick-dots li.slick-active button:before {
    color: #003d7d;
    opacity: 1;
}
.rrSlider .slick-next:before {
    content: '';
    background-image: url(/assets/images/viva_arrow_right.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 40px;
    position: absolute;
    right: 0;
}
.rrSlider .slick-prev:before {
    content: '';
    background-image: url(/assets/images/viva_arrow_left.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 40px;
    position: absolute;
    left: 0;
}


.filterPanelWrapper {
    padding: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    margin: 30px 0;
    border-radius: 4px;
}
.productCardFlexItem a {
    display: block;
    width: 100%}
.product_card {
    padding: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 4px;
    text-align: center;
    height: 100%}
.form-control.productFilterSelect {
    box-shadow: none;
    border: 1px solid #00853f;
}
.site-btn-primary {
    background: #00853f;
    color: #fff;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    text-align: center;
}
.form-control.productFilterSelect:focus {
    box-shadow: none;
    border-color: #999;
}
.filter_heading {
    padding-left: 3px;
    font-weight: 700;
}
.productsListingWrapper {
    padding: 0 0;
}
.productPrice {
    margin-bottom: 0;
}
.productDetails {
    margin-top: 10px;
}
.productDetails p {
    font-size: 18px;
    color: #00853f;
    min-height: 55px;
}
.filterButtonWrapper {
    text-align: right;
}
.site-btn-primary.filterProducts {
    padding: 3px 35px;
    margin: 0;
    font-size: 16px;
}
img.product-cart-img {
    height: 165px;
    max-width: 100%}
.dFlex {
    display: flex;
    flex-wrap: wrap;
}
.productCardFlexItem {
    display: flex;
    flex-basis: 25%;
    padding: 0 15px;
    margin-bottom: 20px;
}



@media only screen and (min-width:768px) and (max-width:991px) {
    .productCardFlexItem {
    flex-basis: 33%}
}.rrSlider .slick-prev:before, .rrSlider .slick-next:before {
    content: ''}
.slick-loading .slick-list {
    background: #fff url(./ajax-loader.gif) center center no-repeat;
}

.sub-head-with-start .sub-head {
    position: relative;
    font-size: 24px;
}
.reviewText {
    font-size: 18px;
}
@media only screen and (min-width:767px) {
    a.btn-item.product_item_name {
    min-height: 75px;
    display: inline-block;
}

}

.container-cstm.content-bg {
    border: 1px solid transparent;
}


.btn.add-review {
    background: #fff;
    color: #00853f!important;
    border: 2px solid #00853f;
    font-size: 14px;
    padding: 13px 20px 10px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    text-transform: uppercase;
    font-weight: 700;
}
.prod_img_desc_container [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist {
    color: #00853f!important;
}
.prod_img_desc_container [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container {
    color: #00853f!important;
}
.prod_img_desc_container [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text {
    color: #00853f!important;
}
.prod_img_desc_container [data-bv-show=rating_summary] {
    padding: 15px 0!important;
}
li.bv-content-item.bv-content-top-review.bv-content-review {
    border-bottom: 1px solid #999!important;
}

.rrSliderContent h2 {
    color: #003d7d;
    font-family: 'montserrat-semibold';
}

a.btn.btn-add-review {
    color:#ffffff;
    background: #003d7d;
    border-radius: 0;
    font-family: 'montserrat-semibold';
    transition:  background-color .1s ease-in-out;
}

a.btn.btn-add-review:hover {
    background: #d5e3f4;
    color: #003d7d;
    box-shadow: 1px 1px 2px #999;
}

.reviewer_name {
    font-size:20px;
}

@media only screen and (max-width:767px) {
    .rrSliderWrapper {
    padding: 20px 30px 40px;
}
.rrSlider .slick-prev {
    left: -20px;
}
.rrSlider .slick-next {
    right: -20px;
}
.rrSlider {
    margin-bottom: 20px;
}
.rrSliderContentWrapper {
    padding: 0 20px;
}
.sub-head-with-start .sub-head {
    font-size: 16px;
}
.reviewText, .reviewer_name{
    font-size: 14px;
}

}