@keyframes marquee {
    0% {
        left: 100%;
    }

    95% {
        left: 0;
        transform: translateX(-100%);
    }
    100% {
        left: 0;
        transform: translateX(-100%);
    }
}

#site-header {
    background: rgba(0, 0, 0, 0.2);
}

.update-cart-button-label {
    display: inline-block;
    margin-bottom: 2em;
}

.announcement-bar {
    background: #000000;
    color: #FFFFFF;
    padding: 0.75em;
    font-size: 1.25em;
}

#site-header-holder {
    position: sticky;
    height: 0;
    overflow: visible;
    z-index: 333;
    top: 0;
}

#site-header-holder #site-header,
#site-header-holder #site-header.sticky {
    position: relative;
}

.announcement-bar__column {
    position: relative;
    overflow: hidden;
    height: 1.75em;
}

.announcement-bar__marquee {
    position: absolute;
    animation: marquee 20s linear infinite;
    white-space: nowrap;
}

.announcement-bar--link {
    color: #ffffff;
    font-weight: 700;
}

.announcement-bar--link:hover {
    color: #ffffff !important;
    font-weight: 700;
}

.banner-block .hero-slider h1 {
    padding-top: 0;
    margin-top: 10px;
    margin-bottom: 0.5em;
}

.banner-block .hero-slider .button {
    position: relative;
}

.hero-slider .center-vertical {
    top: calc(10% + 92px);
    -webkit-transform: none;
    transform: none;
    bottom: 120px;
}

@media only screen and (max-width: 639px) {
    .hero-slider .center-vertical {
        bottom: 60px;
    }
}

.hero-slider .center-vertical a.button {
    position: absolute;
    bottom: 0;
    top: unset;
    left: 0;
    right: 0;
    width: 245px;
    margin: auto;
}

.banner-block h1 {
    font-size: 70px!important;
}

.cart-items .item__actions .checkmark {
    opacity: 0;
}

.update-cart-button-label {
    display: block !important;
    text-align: right;
}

.cart-content .cart-items .item__actions .top {
    position: relative;
}

@media only screen and (max-width: 639px) {
    .banner-block .hero-slider h1 {
        padding-top: 0;
        margin-top: 10px;
        margin-bottom: 0.5em;
        font-size: 36px !important;
        line-height: 100%;
    }
    .cart-content .cart-items .item__actions .bottom {
        top: unset !important;
        bottom: 0;
    }
}

@media only screen and (max-width: 520px) {
    .cart-content .cart-items .item__actions .bottom .quantity, .cart-content .cart-items .item__actions .top .quantity {
        top: 34px !important;
    }
    .cart-content .cart-items .item__actions .bottom .price, .cart-content .cart-items .item__actions .top .price {
        top: 0 !important;
    }
}

