.slider-item{
    background: #F3F3F3;
    border: 1px solid #EDEDED;
    border-radius: 3px;
    padding: 14px 0px ;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #54518F;
}
.slider-item:hover {
    background-color: #54518F;
    color: #ffff;
    text-decoration: none;
}

.slick-list.draggable{
    margin: 0 -15px;
}
.slick-slide > div:first-child .slider-item{
    margin-bottom: 15px;
}
.two-row__slider .slick-slide{
    margin: 0 15px;
}
.our-product h2.title {
    text-align: center;
    
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #54518F;
    margin: 0 0 61px;
    text-transform: uppercase;
    padding: 0;
}
.one-row__slider .slider-item{
    margin: 0 15px;
}
.one-row__slider .slick-dots li, .two-row__slider .slick-dots li {
    width: 35px;
    height: 33px;
    margin: 0 6px;
}
.one-row__slider .slick-dots li button, .two-row__slider .slick-dots li button{
    width: 35px;
    height: 33px;
    padding: 0 15px;
}
.one-row__slider .slick-dots li button:before, .two-row__slider .slick-dots li button:before{
    width: 35px;
    height: 3px;
    content: '';
    background: #DDDDDD;
    border-radius: 1px;
    opacity: 1;
}
.one-row__slider .slick-dots li.slick-active button:before, .two-row__slider  .slick-dots li.slick-active button:before {
    background: #54518F;
    opacity: 1;
}
.one-row__slider .slick-dots , .two-row__slider .slick-dots{
    bottom: -58px;
}
.one-row__slider, .two-row__slider{
    margin-bottom: 65px !important;
}
