.woo-promo-wrapper {
    margin-top: 26px;
}

.woo-promo-checkbox {
    align-items: center;
    display: flex;
}

.woo-promo-checkbox__wrap {
    align-items: center;
    display: flex;
    cursor: pointer;
    margin: 0;
    max-width: 100%;
    user-select: none;
    width: max-content;
}

.woo-promo-switch {
    background: #e5e5e5;
    border-radius: 50px;
    flex-shrink: 0;
    height: 24px;
    overflow: hidden;
    position: relative;
    transition: .25s;
    width: 38px;
}

.woo-promo-switch__circle {
    background: #fff;
    border-radius: 50px;
    bottom: 0;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15), 0 3px 1px rgba(0, 0, 0, .06);
    height: 20px;
    left: 2px;
    margin: auto;
    position: absolute;
    top: 0;
    transition: .25s;
    width: 20px;
}

.woo-promo-label {
    font-size: 15px;
    line-height: 19px;
    margin-left: 11px;
}

.woo-promo-field-wrap {
    align-items: center;
    display: flex;
    margin-top: 23px;
}

.woo-promo-field {
    width: 100%;
}

.woo-promo-input-wrap {
    position: relative;
    width: 100%;
}

.woo-promo-input {
    background: #fff;
    border: 2px solid #dfdfdf;
    border-radius: 8px;
    font-size: 15px;
    height: 48px;
    line-height: 48px;
    padding: 0 40px 0 20px;
    transition: border .15s;
    width: 100%;
    appearance: none;
}

.woo-promo-clear {
    display: flex;
    opacity: 0;
    position: absolute;
    right: 14px;
    top: 12px;
    transition: opacity .25s;
    -webkit-appearance: button;
    border: none;
    padding: 0;
}

.woo-promo-apply {
    background: #37a88d;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    height: 48px;
    line-height: 17px;
    margin-left: 8px;
    padding: 0 16px;
    text-align: center;
    border: none;
    cursor: pointer;
}

.woo-promo-apply:hover {
    background: #25856e;
}

.woo-promo-success {
    color: #37a88d;
    font-size: 15px;
    line-height: 17px;
    margin: 8px 0 0 0;
}

.woo-promo-switch.active {
    background: #222222;
}

.woo-promo-switch__circle.active {
    left: 16px;
}
