/* TOP COMMERCIAL */



div.preserve {
    position: relative;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
section.bottomCommercial{
    align-items:unset;
    background: #99006e;
}

section.topCommercial {
    position: unset;
    display: unset;
    flex-direction: unset;
    justify-content: unset;
    align-items: unset;
    min-height: unset;
    height: 91px;
    padding: 0;
    background: #f35d40;
    transform: translateY(-91px);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
section.topCommercial:not(.active) + .preserve {
    transform: translateY(-91px);
}
section.topCommercial.active {
    transform: translateY(0px);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

section.topCommercial div,
section.bottomCommercial div{
    width: unset;
}
section.topCommercial .nsf-row {
    height: 91px;
}
section.topCommercial .nsf-row .nsf-column {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}
section.topCommercial .topCommercial-name {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    color: white;
}
section.topCommercial div[class^='topCommercial-'] {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.topCommercial div.topCommercial-description,
section.bottomCommercial div.bottomCommercial-description {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
}
section.topCommercial .topCommercial-description p,
section.bottomCommercial div.bottomCommercial-description p{
    color: white;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 20px;
}
section.topCommercial .topCommercial-description p i,
section.bottomCommercial div.bottomCommercial-description p i{
    color: white;
    margin-right: 5px;
    font-size: 12px;
    margin-top: 4px;
}
section.topCommercial div.topCommercial-timer,
section.bottomCommercial div.bottomCommercial-timer {
    flex-direction: column;
    align-items: flex-start;
}
section.topCommercial .topCommercial-timer div:first-of-type,
section.bottomCommercial .bottomCommercial-timer div:first-of-type{
    color: white;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}
section.topCommercial .topCommercial-timer div:first-of-type span,
section.bottomCommercial .bottomCommercial-timer div:first-of-type span{
    padding: 5px 10px;
    /*background-color: #000;*/
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    color: white;
    width: 60px;
}
section.topCommercial .topCommercial-timer div:first-of-type span b,
section.bottomCommercial .bottomCommercial-timer div:first-of-type span b {
    color: white;
    font-weight: 100;
}
section.topCommercial .topCommercial-timer div:last-of-type,
section.bottomCommercial .bottomCommercial-timer div:last-of-type {
    color: white;
    font-size: 15px;
    font-weight: 400;
    line-height: 42px;
}
section.topCommercial .topCommercial-timer div:last-of-type > span,
section.bottomCommercial .bottomCommercial-timer div:last-of-type > span{
    font-size: 32px;
    width: 90px;
    text-align: center;
}
section.topCommercial .topCommercial-timer div:last-of-type span span,
section.bottomCommercial .bottomCommercial-timer div:last-of-type span span{
    font-weight: 600;
}
section.topCommercial div.nsf-column>a.topCommercial-btn,
section.bottomCommercial a.bottomCommercial-btn {
    align-self: center;
    height: 55px;
    min-width: 210px;
    padding: 0;
    text-align: center;
    background: #ffbe1b;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.3);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    font-weight: 700;
}
section.topCommercial div.nsf-column>a.topCommercial-btn:hover,
section.bottomCommercial a.bottomCommercial-btn:hover {
    transform: scale(1.1);
}
section.topCommercial div.nsf-column>a.topCommercial-btn i,
section.bottomCommercial a.bottomCommercial-btn i {
    margin-left: 10px;
    animation-name: sb;
    animation-duration: 1.25s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes sb {
    0% {
        transform: translateX(0px)
    }

    50% {
        transform: translateX(10px)
    }

    100% {
        transform: translateX(0px)
    }
}

section.topCommercial .commercialClose,
section.bottomCommercial .commercialClose {
    align-self: center;
    padding: 5px 9px;
    background: #00000094;
    font-size: 19px;
    font-weight: 300;
    line-height: 1;
    border-radius: 23px;
    color: white;
    cursor: pointer;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
section.topCommercial .commercialClose:hover,
section.bottomCommercial .commercialClose:hover{
    transform: scale(1.1);
}
section.topCommercial .commercialClose i {

}

/* BOTTOM COMMERCIAL */
section.bottomCommercial {
    display: flex;
    opacity: 0;
    bottom: 20px;
    right: 20px;
    position: fixed;
    width: 320px;
    height: 407px;
    border-radius: 10px;
    padding: 25px;
    z-index: 70000;
    box-shadow: 0 1px 15px 0 rgba(0,0,0,1);
    box-sizing: border-box;

    background: #99006e;
    transform: translateX(100%);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;

    flex-direction: column;
    justify-content: space-between;
}
section.bottomCommercial.active {
    opacity: 1;
    transform: translateX(0%);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
section.bottomCommercial .bottomCommercial-name {
    font-size: 37px;
    font-weight: 600;
    line-height: 35px;
    color: white;
    text-align: center;
    font-weight: 700;
}
section.bottomCommercial .commercialClose {
    position: absolute;
    top: 10px;
    right: 10px;
}
section.bottomCommercial a.bottomCommercial-btn {
    width: 100%;
}

section.bottomCommercial > img {
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
}

section.bottomCommercial {
    padding-top: 145px;
}

.commercialTimer{
 display: flex;
 flex-direction: row;
 width: 300px;
}
 .commercialTimer .nsf-column {
 position: relative;
}
 .commercialTimer .nsf-column:after {
 content: "";
}

.commercialTimer span {
 font-size: 40px;
 line-height: 48px;
 color: #121212;
 width: 90px;
 text-align: center;
 font-weight: 500;
}
.commercialTimer span b {
 display: block;
 font-size: 12px;
 line-height: 14px;
 color: #2A2A2A;
 font-weight: 300;
}

section.bottomCommercial.active:hover{cursor:pointer;}
