#header-overlay, .header-innerlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #333;
    transition: all .5s,z-index 0ms;
    visibility: hidden;
    z-index: 1035;
}

#header-overlay.active, .header-innerlay.active {
    opacity: .5;
    visibility: visible;
}

.coupon-border {
    border-top: none;
    border-left: dashed;
    border-color: #cacaca;
}

@media (max-width: 575px) {
    .coupon-border {
        border-top: dashed;
        border-left: none;
        border-color: #cacaca;
    }
}

footer {
    background-color: #182b3c;
}
