.floating-labels .field-wrap.float-label>.nf-field-label, .floating-labels .form-row.float-label>label:not(.woocommerce-form__label-for-checkbox) {
	    color: #efefef;
}

#wc-woocommerce_payments-upe-form {
	background: #282828;
  border-radius: 5px;
}

.goalWrapper {
	min-height: 26px;
}

.progressBarWrapper {
    width: 240px;
    height: 26px;
    position: absolute;
    top: 10px;
    background-color: #262626;
    border-radius: 5px;
    box-shadow: inset 0px 1px 0px 0px rgb(0 0 0 / 25%), inset 0px -1px 0px 0px rgb(255 255 255 / 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.progressBarWrapper .progressBarLabel {
  color: #efefef;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    z-index: 1;
    position: relative;
    text-shadow: 0px 1px #ffffff38, 0px -1px #0000009c;
}
.progressBarWrapper .progressBarBG {
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    box-shadow: inset 0px 1px 0px 0px rgb(0 0 0 / 25%), inset 0px -1px 0px 0px rgb(255 255 255 / 25%), inset 0 0.5rem 1rem 0 rgb(10 255 0 / 15%);
    border-radius: 5px 0px 0px 5px;
}

.stripes {
    box-shadow: inset 0 0.5rem 1rem 0 rgb(10 255 0 / 15%);
    animation: progress-bar-stripes 1s linear infinite;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    background-color: #2f6c2f;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.woo-variation-swatches {
	--wvs-item-text-color: #ddd;
	--wvs-hover-item-text-color: #ddd;
	--wvs-hover-item-background-color: #ddd;
}

.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	    border: 1px solid rgba(255,255,255,.2);
}

.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover {
	    border: 1px solid rgba(255,255,255,1);
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
	color: #fff;
}