/*************** <STOCK COUNTDOWN> ***************/
.stock-progress-foreground {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width .6s ease;
}

.stock-progress-background {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    height: 13px;
}

.stock-message {
    margin-bottom: 5px;
}

.stock-top {
    margin-bottom: 14px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.stock-bottom {
    margin-top: -37px;
}

.stock-style {
    border-radius: .25rem;
}

.stock-message-center {
    text-align: center;
}

.stock-message-left {
    text-align: left;
}

.stock-message-right {
    text-align: right;
}

.stock-message-font-family-arial {
    font-family: Arial, sans-serif;
}

.stock-message-font-family-verdana {
    font-family: Verdana, sans-serif;
}

.stock-message-font-family-times {
    font-family: "Times New Roman", serif;
}

.stock-message-font-family-inherit {
    font-family: inherit;
}

.stock-message-font-size-12px {
    font-size: 12px;
}

.stock-message-font-size-14px {
    font-size: 14px;
}

.stock-message-font-size-16px {
    font-size: 16px;
}

.stock-message-font-size-inherit {
    font-size: inherit;
}

.stock-message-font-weight-bold {
    font-weight: bold;
}

.stock-message-font-weight-inherit {
    font-weight: inherit;
}

/*************** </STOCK COUNTDOWN> ***************/

/*button.shopify-payment-button__more-options {
    display: none;
}*/

button.shopify-payment-button__button--hidden {
    display: none;
}


.CC-ST-progress-bar-animated {
    -webkit-animation: CC-ST-progress-bar-striped 1s linear infinite;
    animation: CC-ST-progress-bar-striped 1s linear infinite;
}

.CC-ST-progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(176, 176, 176, .35) 25%, transparent 25%, transparent 50%, rgba(176, 176, 176, .35) 50%, rgba(176, 176, 176, .35) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

@keyframes CC-ST-progress-bar-striped {
    0% {
        background-position: 1rem 0;
    }

    100% {
        background-position: 0 0;
    }
}