.filter-menu {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1px;
}
.promotab {
    padding: 10px 12px;
    text-align: center;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-transform: uppercase;
    width: 33%;
    border-bottom: 2px solid transparent;
    position: relative;
}
.filter-menu a {
    background: #363636;
    color: #fff;
    border-radius: 0;
}
.promotab.active {
    color: #fff;
    background: #141414;
    border-bottom: 2px solid #ffea00;
    border-radius: 0px;
}
.promotab.active:after{
    content: "\f0de";
    font-family: 'Font Awesome\ 5 Free';
    position: absolute;
    transition: all .3s ease;
    opacity: 1;
    color: #ffea00;
    font-weight: 700;
    bottom: -21px;
    left: 0;
    width: 100%;
    font-size: 24px;
}
.promo_wrap{
    display: flex;
    width: 100%;
}
.promo_img{
    text-align: center;
}
.promo_img img{
    max-width: 100%;
}
.promo_c{
    background-color: #000;
    padding: 8px;
    width: 100%;
}
.card-promo.card-promo-new {
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
}
.promo_c_t{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
.promo_c_b{
    color: #c0cae0;
    font-size: 10px;
}
.pm-btn{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.pm-btn a {
    background: #3b3b3b;
    background-size: 200%;
    background-position: 50% 0;
    color: #fff;
    font-size: 11px;
    display: inline-block;
    padding: 6px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-right: 4px;
}
.pm-btn a.pm-btn02 {
    background: #ffea00;
    background-size: 200%;
    background-position: 50% 0;
    color: #000;
    font-size: 11px;
    display: inline-block;
    padding: 6px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-right: 4px;
}
.exp_date {
    border: 1px solid #ffea00;
    border-radius: 2px;
    color: #ffea00;
    font-size: 9px;
    padding: 2px 3px;
    font-weight: 600;
    margin-bottom: 0px;
    display: inline-block;
    text-transform: uppercase;
}
.modal-content.promo.new_promo {
    padding: 0px;
    background: #000;
    border-radius: 10px;
}
.promo-content.new_promo{
    display: grid;
    grid-gap: 0px;
    padding: 18px;
    color: #fff;
    font-size: 13px;
}
.promo-content.new_promo table.promo-table tr td {
    border: 1px solid rgb(77 77 77);
    padding: 4px;
    font-size: 12px;
}
.close-promo{
    position: absolute;
    top: 4px;
    right: 2px;
    color: #ffffff;
    text-shadow: none;
    border: 1px solid #ffc138;
    border-radius: 50%;
    font-size: 14px;
    width: 26px;
    height: 26px;
    padding: 3px;
    display: block;
    line-height: 10px;
    background: #000000;
    font-weight: 100;
}
.pm-title-wrapper{
    color: #000;
    background: #fff700;
    padding: 12px 27px;
    font-size: 13px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.modal-dialog.promo{
    margin: 30px;
}
.modal-backdrop.fade{
    display: block;
}
.grlist ul{
    padding-left: 19px;
    font-size: 11px;
}

@media (max-width:767px){
    .promotab {
        padding: 10px 0px;
        font-size: 12px;
        width: 33%;
        margin: 0px 0px 0px 0px;
    }
}