
.discount-form #discount-form-input-wrapper {
    width: 50%;
}

.discount-form #discount-form-active-wrapper {
    flex-grow: 1;
}

.discount-form #discount-form-active-wrapper svg {
    cursor: pointer;
}

.discount-form #discount-form-active-wrapper svg path {
    fill: white;
}

.discount-form #discountCodeSubmit {
    background-color: white;
    border-color: #2c3338;
    color: #2c3338;
}

.discount-form #discountCodeSubmit:hover {
    background-color: #2c3338;
    color: white;
}

.badge-success {
    background-color: #80c356;
}

.badge-small {
    font-weight: normal;
    font-size: 10px;
}

#left_column .discount-form {
    flex-direction: column;
}

#left_column .discount-form #discount-form-input-wrapper {
    width: 100%;
}

.discount-form #discount-form-active-wrapper {
    flex-grow: unset;
    padding-top: 10px;
    width: 100%;
}
