/*** Promotions **/

.promo-sec {
    background: #01091e url(../images/common/promo-bg.jpg)no-repeat top center;
    padding-top: 235px;
}

.card-promo {
    margin-bottom: 10px;
}

.mix {
    display: none;
}

.filter-wrap {
    display: flex;
}

.filter-menu {
    width: 25%;
    border: 10px solid #fff;
    height: 100%;
}

.filter-menu a {
    text-transform: uppercase;
    background: #196e73;
    font-size: 16px;
    /* margin-bottom:1px; */
    display: block;
    padding: 7px 5px 7px 20px;
    color: #fff;
    border: 2px solid #fff;
}

.filter-menu a:first-child,
.filter-menu a:last-child {
    border-top: none;
    border-bottom: none;
}

.filter-menu a:hover,
.filter-menu a:focus,
.filter-menu a.active {
    background: #023b3e;
    color: #fff;
}

.promo-wrapper {
    width: 75%;
    max-width: 1220px;
    margin: 0 20px;
    background: #fff;
    padding: 10px;
}

.card-body.promo {
    font-size: 12px;
    background: #e5e5e561;
    color: #000;
}

.promo-wrapper img {
    width: 100%;
}

.btn-promo-play {
    background: linear-gradient(to bottom, #f9e885 0%, #caa23f 100%);
    padding: 5px 15px;
    color: #000 !important;
    border-radius: 20px;
    font-size: 18px;
    margin-left: 85%;
    cursor: pointer;
}

.card-body.promo ul {
    padding-left: 20px;
}

.card-body.promo h5 {
    color: #dd0023;
    text-transform: uppercase;
    font-size: 16px;
}

.promo-bnr {
    position: relative;
    cursor: pointer;
}

.promo-time {
    display: flex;
    align-items: center;
    background: #196e73;
    padding-left: 10px;
    padding-right: 10px;
}

.promo-time .item {
    display: flex;
    align-items: center;
}

.promo-time .item .text {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

.timer-icon {
    color: #fff;
}

.promo-time .item .number {
    color: lime;
    font-size: 20px;
    letter-spacing: 1px;
    padding-left: 5px;
    font-weight: 600;
    padding-right: 5px;
}