#top-index
{
    padding-bottom: 20px;
}
#top-index .card
{
    margin-bottom: 8px;

    border-color: #2c99ff;
}
#top-index .slick-dots
{
    bottom: 10px;
}
#top-index .slick-dots li button:before
{
    font-size: 14px;

    content: '•';

    opacity: 1;
    color: #fff;
}
#top-index .slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #2c99ff;
}
#top-index .slick-dotted.slick-slider
{
    margin-bottom: 0;
}
#top-index .product-day
{
    overflow: hidden;

    height: 100%;
}
#top-index .product-day .list-product
{
    height: 100%;
}
#top-index .row-products
{
    height: 100%;
}
#top-index .end-product-day
{
    font-size: 20px;
    font-weight: 700;

    position: absolute;
    z-index: 3;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    text-align: center;

    color: #ff5357;
    background: rgba(255, 255, 255, .75);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#top-index .timer-product-day
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#top-index .slick-prev:hover:before,
#top-index .slick-next:hover:before
{
    color: #2c99ff;
}
#top-index .product-day .item-card
{
    width: 100%;
    padding-bottom: 0;
}
#top-index .product-day .card-image
{
    height: 189px;
}
#top-index .index-product-day
{
    position: relative;
    overflow: hidden;
    width: 232px;
}