/*start of zuzu-banner-strip*/
.l-center.zuzu-banner-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: rgb(33, 34, 34);
    opacity: 0.96;
    box-shadow: 0 -2px 21px 0 rgb(0 0 0 / 22%);
    height: 79px;
    position: fixed;
    bottom: 0;
    width: 100%;
    align-items: baseline;
    padding-top: 2px;
    z-index: 999;
}

.zuzu-banner-strip .mobile-close.btn {
    display: none;
    height: 17px;
    width: 100%;
    position: absolute;
    right: 3px;
    top: -16px;
}

.zuzu-banner-strip svg {
    width: 32px;
    height: 22px;
    cursor: pointer;
    fill: #fff;
    margin: 0 auto;
}

.zuzu-banner-strip  .li-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 11%;
}

.zuzu-banner-strip .li-wrapper:after {
    content: "";
    width: 1px;
    position: relative;
    top: 5px;
    height: 43px;
    background: #b6bfc5;
    display: inline-block;
}

.zuzu-banner-strip .n-sticker {
    margin-top: 8px;
    margin-left: 19px;
}

.zuzu-banner-strip .z-logo {
    margin-left: 29px;
}

.zuzu-banner-strip .content {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-right: 18px;
    padding-top: 11px;
    width: 34%;
}


.zuzu-banner-strip .strip-title {
    font-size: 28px;
    line-height: 30px;
    color: #ffffff;
    margin-left: 29px;
    margin-top: 11px;
    width: auto;
}

.zuzu-banner-strip .mobile-strip-title {
    display: none;
    font-size: 28px;
    line-height: 30px;
    color: #ffffff;
}

.zuzu-banner-strip .btn-wrapper {
    width: 25%;
    max-width: 131px;
    max-height: 40px;
    border-radius: 5px;
    background-color: #87ba2a;
    z-index: 9;
    position: relative;
    display: block;
}

.zuzu-banner-strip .btn-wrapper .btn-link {
    display: block;
    width: 100%;
    text-decoration: none;
    line-height: 40px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.zuzu-banner-strip .btn-link:after {
    content: "";
    vertical-align: middle;
    width: 7px;
    height: 7px;
    display: inline-block;
    border-left: 2px solid;
    border-bottom: 2px solid;
    margin-right: .12em;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


/*start of mobile query*/
@media screen and (min-width: 1200px) and  (max-width: 1700px) {
    .zuzu-banner-strip .li-wrapper {
        width: 17%;
    }

    .zuzu-banner-strip .content {
        width: 60%;
        margin: 0;
    }

    .zuzu-banner-strip .strip-title {
        width: auto;
        margin-top: 7px;
        margin-left: 15px;
        font-size: 1.5em;
    }

}

@media screen and (min-width: 768px) and  (max-width: 1199px) {
    .l-center.zuzu-banner-strip {
        height: 12vh;
    }

    .zuzu-banner-strip .li-wrapper {
        display: none;
    }

    .mobile-close.btn {
        display: block;
    }

    .zuzu-banner-strip .content {
        width: 100%;
        margin: 0;
        padding: 30px 15px;
    }

    .zuzu-banner-strip .strip-title {
        display: none;
    }

    .zuzu-banner-strip .mobile-strip-title {
        display: block;
        margin-left: 13px;
        margin-top: 5px;
        text-align: right;
        font-size: 25px;
        line-height: 1;
    }
}


@media screen and (max-width: 767px) {
    .l-center.zuzu-banner-strip {
        align-items: inherit;
        padding: 5px 15px;
        height: 80px;
    }

    .zuzu-banner-strip .mobile-close.btn {
        display: block;
    }

    .zuzu-banner-strip .li-wrapper {
        display: none;
    }

    .zuzu-banner-strip .li-wrapper:after {
        display: none;
    }

    .zuzu-banner-strip .z-logo {
        margin-left: 0;
    }

    .zuzu-banner-strip .content {
        width: 100%;
        margin-right: 0;
        padding: 5px 10px 0 0;
        align-items: center;
    }


    .zuzu-banner-strip .strip-title {
        display: none;
    }

    .zuzu-banner-strip .mobile-strip-title {
        display: block;
        text-align: right;
        font-size: .9em;
        line-height: 1.4;
        padding-left: 15px;
    }

    .zuzu-banner-strip .btn-wrapper {
        width: 40%;
    }

    .zuzu-banner-strip .btn-wrapper .btn-link {
        font-size: 16px;
    }

    .zuzu-banner-strip .btn-link:after {
        width: 6px;
        height: 6px;
    }
}


/*end of mobile query*/
/*end of zuzu-banner-strip*/
