/* Slick Modals - Punchy Banner */
.punchyBanner * {
    color: #fff;
}
.punchyBanner {
    background: black !important;
}
.punchyBanner {
    outline: solid 2px #0a0a0a;
    outline-offset: 8px;
    overflow: hidden;
    position: relative;
    padding: 50px;
    height: 100%;
    max-height: 490px;
}
.punchyBanner a {
    text-decoration: none;
}
.punchyBanner .bg {
    position: absolute;
    bottom: -140px;
    right: -70px;
    color: #333;
    opacity: 0.15;
    font-weight: 700;
    font-size: 420px;
    z-index: -1;
}
.punchyBanner .title {
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
    line-height: 56px;
}
.punchyBanner .title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    content: '';
    width: 30%;
    height: 2px;
    background: #fff;
}
.punchyBanner .subtitle {
    font-size: 34px;
    line-height: 46px;
}
.punchyBanner .subtitle span,
.punchyBanner p span {
    font-weight: 700;
    padding: 0 4px;
}
.punchyBanner p {
    font-size: 14px;
    line-height: 24px;
    padding: 30px 0;
}
.punchyBanner p span {
    background: #333;
}

a.discount-button{
    background-color: #900532;
    color: #fff;
    padding: 5px 10px;
}

.sm-wrapper .sm-button[data-sm-button-style*="cancel simple"][data-sm-button-place=inside]:after, .sm-wrapper .sm-button[data-sm-button-style*="cancel simple"][data-sm-button-place=inside]:before{
    background: #ffffff !important;
}

@media(max-width:500px){
    .sm-wrapper.sm-active div[data-sm-effect=slideTop]{
        max-width: 300px;
    }

    .punchyBanner .title{
        font-size: 30px;
        line-height: 36px;
    }

    .punchyBanner .subtitle {
        font-size: 24px;
        line-height: 30px;
    }

    .punchyBanner p{
        font-size: 12px;
        line-height: 22px;
    }
}