
.crust-ticker-wrap{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
    position: relative;
}

.crust-ticker-wrap .ticker-badge{
    padding: 10px 15px;
    font-size: .875rem;
    font-weight: 600;
    flex: 0 0 auto;
}

.crust-content-ticker{
    overflow: hidden;
    flex: 1 1 auto;
}

.crust-ticker-wrap .crust-carousel,
.crust-ticker-wrap .crust-ticker-swiper{
    height: 30px;
}

.crust-ticker-wrap .crust-slide-arrow{
    width: 20px;
    height: 20px;
}

.crust-ticker-wrap .crust-slide-arrow i{
    font-size: 15px;
}

.crust-ticker-wrap .crust-slide-arrow:before{
    box-shadow: none;
}

.crust-ticker-wrap .crust-ticker-nav{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    z-index: 3;
}

.crust-ticker-wrap .crust-slide-arrow{
    position: relative !important;
    margin: 0 0 0 5px;
    transform: none !important;
    left: 0 !important;
    top: 0 !important;
}

.crust-ticker-wrap .crust-slide-arrow:hover:before{
    transform: none;
}

@media (max-width: 767px) {
    .crust-ticker-wrap{
        flex-wrap: wrap;
    }
    .crust-ticker-wrap .ticker-badge {
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }
    .crust-slide-arrow{
        top: 0;
    }
    .crust-ticker-wrap .crust-ticker-nav{
        top: 0;
        transform: none;
    }
    .crust-ticker-wrap{
        padding-top: 30px;
        margin-top: -30px;
    }
}
