.slick-list.slick-slider {
    overflow: unset;
}
.side-menu-recent-products.box {
    position: relative;
    max-width: 420px;
    width: 100%;
    margin: 48px 0px 40px !important;
}
.side-menu-recent-products .lately {
    padding-right: 98px;
    position: relative;
}
.side-menu-recent-products .slick-prev {
    background-image: url(/images/lately-arrow.svg);
    background-repeat: no-repeat;
    transform: rotate(180deg);
    left: -30px;
    top: 25%;
}
.side-menu-recent-products .slick-next {
    background-image: url(/images/lately-arrow.svg);
    background-repeat: no-repeat;
    right: -30px;
    top: 35%;
}
.side-menu-recent-products .slick-slide {
    padding: 0px 6px;
}
.side-menu-recent-products .lately .product-m {
    width: 87px;
    height: 87px;
    border-radius: 10px;
    background: rgb(246, 247, 248);
}
.side-menu-recent-products .lately .product-m .pro-item {
    width: 100%;
    height: 100%;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    transition: 0.3s;
}
.side-menu-recent-products .lately .product-m p {
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.26px;
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
}
.side-menu-recent-products .slick-prev:before,
.side-menu-recent-products .slick-next:before {
    content: none; /* Remove the default content */
}