﻿.price-ribbon {
    /*padding-bottom: 0;*/
    margin: -20px -20px 0 -20px;
    overflow: hidden;
}

    .price-ribbon .item-wrap {
        /*width: 400%;*/
        /*transform: translateX(0px);*/
        position: relative;
        white-space: nowrap;
        display: flex;
    }

/*@media (min-width: 768px) {
    .price-ribbon .item-wrap {
        width: 200%;
    }
}*/

.marquee-item {
    background: #fff;    
    text-align: left;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

    .marquee-item table th, .marquee-item table td {
        padding: 0 10px 0 10px;
    }

    .marquee-item table{
        border-right: 1px solid #f5f3f3;
    }

.marquee-title {
    color: #1a509e;
}

.marquee-title-margin {
    margin-left: 1200px;
}

.marquee-title-icon {
    font-size: 24px;
}

.color_red {
    color: #e3252c;
}

.color_green {
    color: #138e44;
}

.color_grey {
    color: #808080;    
}
