.mcb-section .mcb-wrap .column_shop_slider.roxart-slider .shop_slider .button { 
    border-style: solid;
    border-width: 0 0 0 0;
    border-radius: 0 0 0 0;
 }
/* .mcb-section .mcb-wrap .column_shop_slider.roxart-slider .slider_pager .slick-dots li a,
.mcb-section .mcb-wrap .column_shop_slider.roxart-slider .slider_pager .slick-dots li button { … } */
.roxart-slider .slider_pagination .slick-active a{
    background-color: #1AAD64;
}

.roxart-slider .slider_pagination .slick-active a:after{
    background-color: #1AAD64;
}

@media(max-width: 767px){
    .mcb-section .mcb-wrap .column_shop_slider.roxart-slider .shop_slider .button{
        padding-left: 20px;
        padding-right: 20px;
    }
}

.rx-tst-slider { max-width: 800px; margin: 40px auto; }
.rx-tst__card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.rx-tst__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.rx-tst__text { font-size: 16px; margin: 0 0 10px; }
.rx-tst__name { font-weight: bold; color: #333; }

.roxart-slider .slick-slide{
    margin-right: 33px;
}
.roxart-slider .testimonial_box{
    padding: 32px;
    background-color: #F7F7F7;
    border-radius: 10px;
}

.roxart-slider .testimonial_box__top{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.roxart-slider .testimonial_box__top img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
}

.roxart-slider .testimonial_box__top h4{
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 3px;
    font-weight: 700;
    color: #2C2C2C;
    text-align: left;
}

.roxart-slider .testimonial_box__top p{
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 600;
    color: #5C5C5C;
    text-align: left;
    margin: 0;
}

.roxart-slider .testimonial_box__opinion{
    text-align: left;
    font-size: 13px;
    line-height: 1.5em;
    color: #1C1C1C;
}

.roxart-slider .button i{
    color: #1AAD64;
}

.roxart-slider .blog_slider_header{
    margin-bottom: 44px !important;
}