/**
 *   2024-2025 SeriousWeb
 *
 *   @author    seriousweb <contact@seriousweb.fr>
 *   @copyright 2024-2025 SeriousWeb
 *   @license   Proprietary - no redistribution without authorization
 */

.sw_crossselling .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.sw_crossselling .slick-prev {
    left: 0;
}

.sw_crossselling .slick-next {
    right: 0;
}

.sw_crossselling .slick-arrow {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 1;
}

.sw_crossselling .btn-link {
    font-weight: 400;
    color: #2fb5d2;
    text-decoration: none;
}

.sw_crossselling .slick-arrow>i {
    font-size: 2rem;
    line-height: 1;
    background: #fff;
    border-radius: 50%;
}

.sw_crossselling .crossselling_custom{
    display: flex;
    max-width: 100%;
    overflow: hidden;
}

.sw_crossselling{
    margin-top: 20px;
    margin-bottom: 20px;
}

.sw_crossselling .sw_crossselling_title{
    margin-bottom: 20px;
}