    .content-img-slider {
        padding: 8px;
    }

    .MultiCarousel {
        float: left;
        overflow: hidden;
        padding: 15px;
        width: 100%;
        position: relative;
    }

    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
    }

    .MultiCarousel .MultiCarousel-inner .item {
        float: left;
    }

    .MultiCarousel .MultiCarousel-inner .item>div {
        text-align: center;
        padding: 10px;
        margin: 10px;
        background: #fff;
        color: var(--c-1-1);
    }

    .MultiCarousel .leftLst,
    .MultiCarousel .rightLst {
        position: absolute;
        border-radius: 50%;
        top: calc(50% - 20px);
    }

    .MultiCarousel .leftLst {
        left: 0;
    }

    .MultiCarousel .rightLst {
        right: 0;
    }


    .MultiCarousel .leftLst.over,
    .MultiCarousel .rightLst.over {
        pointer-events: none;
        background: #ccc;
    }

    .ht-slider-box {
        min-height: 80px;
    }

    .ht-slider-desc-box {
        min-height: 66px;
    }


    .ht-slider-ttl {
        vertical-align: middle;
        font-family: 'Outfit';
        font-weight: 800;
        color: #524DD6;
        font-size: 25px;
        margin-bottom: 0px !important;
    }

    .ht-slider-stars {
        color: #524DD6;
        font-size: 18px;
    }

    .ht-slider-price {
        font-family: 'Work Sans';
        font-weight: 500;
        color: #524DD6;
        font-size: 16px;
        min-height: 50px;
    }

    .ht-slider-redir a {
        font-family: 'Work Sans';
        font-weight: 500;
        text-decoration: unset;
        border-radius: 30px;
        font-size: 18px;
        line-height: 2;
        border: 1px solid #524DD6;
        padding-left: 24px;
        padding-right: 24px;
        background-color: #524DD6;
        display: inline-block;
        color: #fff;
        transition: background-color .2s cubic-bezier(.445, .05, .55, .95), background-size .2s cubic-bezier(.445, .05, .55, .95), box-shadow .1s cubic-bezier(.445, .05, .55, .95), transform .3s ease-in-out, color .3s;
    }

    .ht-slider-redir a:hover {
        background: transparent;
        color: #524DD6;

    }
