﻿.carouselContainer {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.carousel__button {
    position: absolute;
    top: 0;
    width: 40px;
    font-size: 24px;
    text-decoration: none;
    cursor: pointer;
    height: 100%;
}

.carousel__button--sx {
    left: 0;
}


.carousel__button--dx {
    right: -13px;
}

    .carousel__button--dx > span {
        left: 0px;
    }

.carousel__button > span {
    position: absolute;
    top: 68px;
    padding: 2px 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.carouselContainer > div:first-child {
    min-width: 100%;
    width: auto;
    white-space: nowrap;
    clear: both;
    font-size: 0;
    transition: transform 0.2s ease-out
}

    .carouselContainer > div:first-child > div {
        text-align: center;
        display: inline-block;
        overflow: hidden;
        vertical-align: top;
        position: relative;
    }

.carouselContainer figure h3, .carouselContainer figure h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carouselContainer figure {
    padding: 0 5px;
    border-right: 1px solid #e7ebee;
    font-size: 12px;
}

    .carouselContainer figure h3 {
        font-size: 12px;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 0;
        line-height: 1.2em;
    }

        .carouselContainer figure h3 a {
            color: #065b6c;
        }

    .carouselContainer figure h4 {
        font-size: 12px;
        margin: 0 auto;
        line-height: 1.2em
    }

    .carouselContainer figure .rank > div {
        margin: 1px !important;
    }

    .carouselContainer figure .act-price {
        font-size: 14px;
        color: #065b6c;
        font-weight: 600;
        line-height: 1.2em;
    }

    .carouselContainer figure .old-price {
        color: #999999;
    }
