﻿ul.promotion_nav.nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 10px 5px;
}
.promotion_nav li {
    padding: 0 3px;
}
.promotion_nav li.active a {
    background: #ed1c24;
    border: 1px solid #ed1c24;
}
.promotion_nav li a {
    display: inline-block;
    height: 30px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    /*background: #962424;*/
    padding:0px 15px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #a2aabd;
    background: var(--color);
    font-weight: 500;
    text-transform: uppercase;
}
.panel-body table {border-collapse: collapse;}
.panel-body table tr td{ border: 1px solid #a2aabd!important; padding: 5px;}
.nav-justified{text-align: center;}
.nav-justified li a{color: #fff; font-size: 20px;}
.icon-close3 {
    background-image: url(../images/close3.png);
}
.icon-close2, .icon-close3 {
    display: inline-block;
    width: 34px;
    height: 34px;
    background-size: 100% 100%;
}
#promotionsWidgetParent{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-content: space-around;
}
#pop-promo-lob{
    top: 150px;
}
#pop-promo-lob ul{
    list-style: unset;
}
#pop-promo-lob ul li{
    list-style: unset;
    margin-left: 40px;

}
.modal{
    z-index: 9999 !important;
}
.modal-content-w {
    overflow: hidden;
    padding: 15px;
    background: #000;
    width: 100%;
    max-width: 800px;
    border-radius: 8px;
    color: #fff;
    border: 2px solid #4e37e8;
}
.center-block-img{
    width: 155px;
    height: 165px;
    /* filter: brightness(0.7); */
    border-radius: 10px;
}
.pro-item{
    padding: 10px;
    margin-right: 10px;
  }
.promotions-text h4{
    margin: auto 8px;
    font-size: 18px;
    color: #ffdc7f;
    text-shadow: 1px 1px #000, 1px 1px #000, 1px 1px #000, 1px 1px #000, 1px 1px #000;
  }
.promotions-text h4 span{
    color: #ffdc7f !important;
}
.promotions-btn{
    top: 120px !important;
}