.b2c-sticky-header {
    position: fixed;
    width: 100%;
    height: 72px;
    z-index: 1030;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 50px;
    top: 0;
}

.b2c-sticky-header .sticky-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 7px 30px;
    width: 100%;
}

.b2c-sticky-header .sticky-content .sticky-title {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

@media (min-width: 768px) {
    .b2c-sticky-header .sticky-content {
        flex-direction: row;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .b2c-sticky-header .sticky-content .sticky-title {
        margin-right: 10px;
    }
}

@media (min-width: 980px) {
    .b2c-sticky-header .sticky-content {
        height: 72px;
        padding: 0 0 0 10px;
    }
    .b2c-sticky-header .sticky-content .sticky-title {
        width: 500px;
    }
}

@media (min-width: 1200px) {
    .b2c-sticky-header .sticky-content {
        width: 1200px;
    }
}

.b2c-sticky-header .sticky-content .sticky-logo {
    margin-right: 15px;
    min-width: 31px;
    margin-top: -2px;
}

.sticky-logo-mobile {
    display: none;
}

.b2c-sticky-header .sticky-text {
    font-family: 'Arial', serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #000;
}

.b2c-sticky-header .sticky-button {
    display: flex;
    align-items: center;
}

@media (min-width: 980px) {
    .b2c-sticky-header .sticky-button {
        margin-left: 50px;
    }
}

@media (min-width: 1317px) {
    .b2c-sticky-header .sticky-button {
        margin-left: 200px;
    }
}

.b2c-sticky-header .sticky-button a {
    background: #FF9422;
    padding: 10px 30px;
    color: #FFF;
    font-family: 'Arial', serif;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
}

.b2c-sticky-header .sticky-button .notice-block {
    position: relative;
}

.b2c-sticky-header .sticky-button .notice-block .question-circle {
    background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.99999 16.3333C13.0501 16.3333 16.3333 13.05 16.3333 8.99996C16.3333 4.94987 13.0501 1.66663 8.99999 1.66663C4.9499 1.66663 1.66666 4.94987 1.66666 8.99996C1.66666 13.05 4.9499 16.3333 8.99999 16.3333Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.866 6.79991C7.03841 6.30979 7.37871 5.89652 7.82663 5.63327C8.27455 5.37002 8.80119 5.27379 9.31326 5.36163C9.82533 5.44946 10.2898 5.71569 10.6244 6.11316C10.959 6.51063 11.1421 7.01369 11.1413 7.53324C11.1413 8.99991 8.94133 9.73324 8.94133 9.73324" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 12.6666H9.00733" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 18px;
    height: 18px;
    display: block;
    margin-left: 10px;
    cursor: pointer;
}

.b2c-sticky-header .sticky-button .notice-block .notice-text {
    display: none;
    position: absolute;
    background: #000;
    color: #FFF;
    width: 300px;
    padding: 15px;
    margin-top: 20px;
    left: -150px;
    font-family: 'Arial', serif;
}

.b2c-sticky-header .sticky-close {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
}

.b2c-sticky-header .sticky-close .close-link {
    padding: 10px;
    outline: none;
    cursor: pointer;
    width: 15px;
    height: 15px;
}

.b2c-sticky-header .sticky-close .close-link:before {
    transform: rotate(45deg);
}

.b2c-sticky-header .sticky-close .close-link:after {
    transform: rotate(-45deg);
}

.b2c-sticky-header .sticky-close .close-link:before,.b2c-sticky-header .sticky-close .close-link:after  {
    position: absolute;
    content: ' ';
    height: 15px;
    width: 2px;
    top: 3px;
    background-color: #FFF;
}

@media (max-width: 980px) {
    .b2c-sticky-header {
        height: auto;
    }

    .b2c-sticky-header .sticky-button .notice-block {
        position: inherit;
    }

    .b2c-sticky-header .sticky-button .notice-block .question-circle {
        position: absolute;
        left: 0;
        top: 32%;
    }

    .b2c-sticky-header .sticky-button a {
        padding: 10px;
    }

    .b2c-sticky-header .sticky-button .notice-block .notice-text {
        left: 5px;
        margin-top: 30px;
        padding-right: 50px;
        border-radius: 5px;
    }

    .b2c-sticky-header .sticky-button .notice-block .close-notice-link {
        position: absolute;
        right: 15px;
        top: 47%;
        margin-top: -10px;
        width: 15px;
        height: 15px;
        padding: 10px;
        outline: none;
        cursor: pointer;
        border: 2px solid #FFF;
        border-radius: 50%;
    }

    .b2c-sticky-header .sticky-button .notice-block .close-notice-link:before, .b2c-sticky-header .sticky-button .notice-block .close-notice-link:after {
        position: absolute;
        content: ' ';
        height: 10px;
        width: 2px;
        top: 5px;
        left: 9px;
        background-color: #FFF;
    }

    .b2c-sticky-header .sticky-button .notice-block .close-notice-link:before {
        transform: rotate(45deg);
    }

    .b2c-sticky-header .sticky-button .notice-block .close-notice-link:after {
        transform: rotate(-45deg);
    }

}

@media (max-width: 768px) {
    .sticky-logo {
        display: none;
    }

    .sticky-logo-mobile {
        display: block;
        margin-right: 20px;
    }

    .b2c-sticky-header .sticky-button .notice-block {
        position: inherit;
    }

    .b2c-sticky-header .sticky-button a {
        padding: 10px 16px;
    }

    .b2c-sticky-header .sticky-text {
        margin-bottom: 5px;
        text-align: center;
    }

    .b2c-sticky-header .sticky-button .notice-block .question-circle {
        position: absolute;
        left: 0;
        top: 41%;
    }
}