body.themestreet-black-friday--banner-active {
    padding-top: 90px !important;
}

.themestreet-black-friday__banner {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 90px;
    width: 100%;
    background: url('../images/background.svg') no-repeat right center / cover;
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 960px) {
    .themestreet-black-friday__banner {
        background: url('../images/background.svg') no-repeat left center / cover;
    }
}

.themestreet-black-frida__banner-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1560px;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 960px) {
    .themestreet-black-frida__banner-container {
        flex-direction: column;
    }
}

.themestreet-black-friday__banner-images {
    position: absolute;
    left: 15px;
    overflow: hidden;
    height: 90px;
}

@media screen and (max-width: 960px) {
    .themestreet-black-friday__banner-images {
        display: none;
    }
}

.themestreet-black-friday__banner-images img {
    width: 100%;
    top: -20px;
    position: relative
}

@media screen and (max-width: 1199px) {
    .themestreet-black-friday__banner-images {
        mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1), transparent 100%);
        -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1), transparent 100%);
    }
}

.themestreet-black-friday__banner-button {
    position: absolute;
    right: 15px;
}

@media screen and (max-width: 960px) {

    .themestreet-black-friday__banner-button {
        position: relative;
        right: 0;
    }
}

.themestreet-black-friday__banner-button button {
    background: #fff;
    border-radius: 50px;
    border: 2px solid #ff4757;
    color: #ff4757;
    pointer-events: none;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    padding: 7px 22px;
}

@media screen and (max-width: 960px) {
    .themestreet-black-friday__banner-button button {
        font-size: 14px;
    }
}

.themestreet-black-friday__banner-text {
    position: relative;
    width: 100%;
    z-index: 1;
}

@media screen and (min-width: 405px) {
    .themestreet-black-friday__banner-text br {
        display: none;
    }
}

@media screen and (max-width: 1199px) {

    .themestreet-black-friday__banner-text {
        margin-right: 100px;
    }
}

@media screen and (max-width: 1060px) {

    .themestreet-black-friday__banner-text {
        margin-right: 200px;
    }
}

@media screen and (max-width: 960px) {
    .themestreet-black-friday__banner-text {
        margin-right: 0;
    }
}

.themestreet-black-friday__banner-text h2 {
    font-weight: 300;
    font-size: 34px;
    letter-spacing: -0.5px;
    text-align: center;
    margin: 0;
    text-shadow: 0 0 15px rgba(0, 0, 0, 1)
}

@media screen and (max-width: 1360px) {
    .themestreet-black-friday__banner-text h2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 960px) {
    .themestreet-black-friday__banner-text h2 {
        font-size: 18px;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 404px) {
    .themestreet-black-friday__banner-text h2 {
        margin-bottom: 0
    }
}

.themestreet-black-friday__banner-text h2 span {
    font-weight: 800;
}

