.lg-header{
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

.lg-header.fix-top-header{
    background: #fff;
    animation: smoothScroll 1s forwards;
    position:fixed;
    top:0;
    transition: all ease-in-out 0.2s;
    width: 100%;
    z-index: 1111;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.bhd-promo-masthead{
    background: #FBF4CA;
    padding: 7px 0px 7px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.promo-content {
    text-align: center;
}
.bhd-promo-masthead .promo-content .promo-details b{
    font-weight: 900;
    font-size: 36px;
    /*color: #0A68B2;*/
}
.bhd-promo-masthead .promo-content .promo-details{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
}
.bhd-promo-masthead .promo-ctas .promo-dates{
    font: 500 15px 'Montserrat', sans-serif;
    letter-spacing: 0px;
    color: #1E2242;
    display: block;
    min-width: 200px;
}
.bhd-promo-masthead .promo-ctas .promo-coupon{
    font: normal normal 900 16px 'Montserrat', sans-serif;
    letter-spacing: 0px;
    background-color: #ff7700;
    color: #fff;
    display: inline-block;
    margin: 2px 0 0;
    padding: 5px 8px;
    border: 1px solid; 
    border-radius: 4px;
}
.bhd-promo-masthead .promo-ctas .btn-promo{
    font: normal normal 900 16px 'Montserrat', sans-serif;
    letter-spacing: 0px;
    padding: 14px;
    color:#9542FF;
    cursor: pointer;
}

.bhd-promo-masthead .promo-ctas .promo-dates{ font-weight: 600; }

.masthead-timer {
    font-family: 'Montserrat';
    text-align: center; 
    margin-left: 0px;
} 
.masthead-timer div {
     display: inline-block;
    border: 1px solid #FD9E4A;
    border-radius: 5px;
    background: #FFFFFF;
    padding: 8px 15px;
}


.masthead-timer .t-1 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
}

.masthead-timer .t-2 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.masthead-timer em {
    font-weight: 500;
    font-size: 26px;
    color: #000;
    padding: 0 10px;
}

.off-div{
    display: inline-block;
    background: #ff7700;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 10px;
    margin-top: 10px;
}
span.countdown-amount {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    display: block;
    text-align: center;
}
span.countdown-amount:after {
    content: " : ";
    color: #fff;
}
span.countdown-period {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    display: none;
}
span.countdown-section {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
}
.countdown-row em{
        font-weight: 500;
    font-size: 33px;
    color: #62A0D0;
    padding: 0 13px;
    top: -22px;
    position: relative;
}
.countdown-row .countdown-section:nth-child(1), .countdown-row .countdown-section:nth-child(2) {
    margin-right: 10px;
}

/* @start June Promo 23  */

div.bhd-promo-masthead {
    background-color:#000000;
}
/* @end June Promo 23  */