@charset "utf-8";
/* CSS Document */

.flash-scroll {
	overflow:hidden;
	width:100%;
}

.promo-carousel {
    overflow: hidden;
	direction:ltr;
}
.promo-carousel .js-marquee {
    direction: rtl;
}
.promo-carousel .item-wrap {
    transform: translateX(0);
    width: 400%;
    position: relative;
    white-space: nowrap;
    display: flex; 
}

/**********this theme***********/
.flash-item {
	direction:rtl;
}
