/** =======================TopBar / Banner============================ */
.wpkin-campain-top-bar{
	height: 70px;
}
.halloween-sticky-banner {
    background-image: url(../images/halloween/banner/halloween-new-bg-shape.png), radial-gradient(156.23% 87.88% at 28.36% 49.34%, #5B0636 0%, #5B0636 10.01%, #5B0636 23.81%, #5B0636 38.02%, #410634 52.5%, #2F0732 67.37%, #240731 82.87%, #200731 100%);
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.33);
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-bottom: 0px;
}

.halloween-sticky-banner .banner-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.halloween-sticky-banner .banner-vector {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    pointer-events: none;
    width: -moz-max-content;
    width: max-content;
}

.halloween-sticky-banner .banner-vector.vector-right {
    right: 0;
    left: auto;
}

.halloween-sticky-banner .banner-product img {
    height: 70px;
    top: -4px;
    position: relative;
}

.halloween-sticky-banner .banner-countdown {
    text-align: center;
}

.halloween-sticky-banner .banner-countdown .timer {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    margin: 0;
}

.halloween-sticky-banner .banner-countdown .timer span {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
	font-family: "Creepster", system-ui;
    color: #fff;
    border: none;
    padding: 5px 10px;
    margin: 0 7px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    border: 2px solid rgba(207, 207, 250, 0.39);
    background: #161655;
    width: 55px;
}

.halloween-sticky-banner .banner-products img {
    width: 320px;
}

.halloween-sticky-banner .offer img {
    width: 90px;
    height: auto;
}

.halloween-sticky-banner .buy-now-btn-dracula a {
    border-radius: 7px;
    background: linear-gradient(180deg, #BE1622 -0.04%, #CC2820 38.15%, #E94E1B 99.95%);
    text-decoration: none;
    color: #fff;
    padding: 15px 30px;
    transition: all 0.3s ease;
}

.halloween-sticky-banner .banner-close {
    position: absolute;
    right: 40px;
}

.halloween-sticky-banner .banner-close{
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
}