.Link {
    text-decoration: none;
    cursor: pointer
}

.flex-container {
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap
}

.direction-column {
    flex-direction: column
}

.spacing-12 {
    margin: -6px
}

.spacing-16 {
    margin: -8px
}

.width-12 {
    width: 100%
}

.Text {
    margin: 0
}

.Button {
    border: 1px solid transparent;
    border-radius: 6px;
    transition: background-color .1s ease-in, transform .08s ease-in;
    cursor: pointer
}

.Button-Icon {
    flex-shrink: 0;
    order: 1;
    margin-right: 0;
    margin-left: 8px;
    height: 16px;
    width: 16px;
    fill: rgba(128, 128, 128)
}

.Footer {
    display: flex;
    flex-direction: column;
    align-items: center
}

.RegistrationFormFixedHeightContainer {
    box-sizing: border-box;
    display: flex;
    /* margin: -8px; */
    flex-direction: row;
    flex-wrap: wrap;
    height: 325px
}

.CheckoutFooter-links {
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row
}

.CheckoutFooter-link {
    cursor: pointer;
    display: inline;
    margin-right: 4px;
    padding: 8px 16px;
    background-color: transparent;
    border: none;
    outline: 0;
    border-radius: 0;
    text-decoration-skip-ink: none;
    text-align: center;
    color: rgba(26, 26, 26, .5);
    font-size: 12;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    color: var(--gray-dark)
}

@media only screen and (min-width:992px) {
    .Footer {
        height: 16px;
        line-height: 16px;
        flex-direction: row
    }

    .CheckoutFooter-link {
        color: var(--gray-text)
    }
}

.SubmitButton {
    position: relative;
    overflow: hidden;
    height: 44px;
    width: 100%;
    margin-top: 12px;
    padding: 0;
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(50, 50, 93, .1), 0 2px 5px 0 rgba(50, 50, 93, .1), 0 1px 1px 0 rgba(0, 0, 0, .07);
    border: 0;
    outline: 0;
    border-radius: 6px;
    cursor: pointer;
    transition: all .2s ease, box-shadow .08s ease-in;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.SubmitButton:disabled {
    cursor: default
}

.SubmitButton-Text {
    display: inline;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    transition: all .2s ease;
    vertical-align: middle;
    font-weight: 650;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #bafff9
}

.SubmitButton--incomplete {
    background-color: #00766c;
    color: rgba(26, 26, 26, .5);
    width: 100%
}

.ConfirmTerms {
    line-height: 17px;
    text-align: center;
    font-size: 13px;
    width: 100%;
    display: block;
    color: rgba(26, 26, 26, .6)
}

body:after {
    display: block;
    content: "";
    height: 0;
    width: 100%;
    background: 0 0;
    transition: height .4s ease
}

.CheckoutInput {
    position: relative;
    width: 100%;
    height: 44px;
    padding: 7px 12px;
    color: rgba(26, 26, 26, .9);
    font-size: 15px;
    line-height: 1.5;
    border: 0;
    box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, .07), 0 1px 1.5px 0 rgba(0, 0, 0, .05);
    transition: box-shadow .08s ease-in, color .08s ease-in, filter 50000s;
    background: #fff;
    font-weight: 500;
    margin-bottom: 8px;
    display: inline-block;
    margin-bottom:16px;
}

.CheckoutInput::placeholder {
    color: rgba(26, 26, 26, .5)
}

.CheckoutInput:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 1px rgba(50, 151, 211, .3), 0 1px 1px 0 rgba(0, 0, 0, .07), 0 0 0 4px rgba(50, 151, 211, .3)
}

@media only screen and (min-width:992px) {
    .App-Container:not(.App-Container--setupMode) .CheckoutInput {
        height: 36px;
        font-size: 14px;
        transform: rotateY(0)
    }
}

.FormFieldInput {
    width: 100%
}

.FormFieldInput-Icon {
    padding-right: 4px;
    z-index: 30 !important
}

.FieldError {
    transition: all .3s ease;
    transform-origin: top left;
    pointer-events: none;
    color: var(--red-mid);
    font-size: 13px;
    display: none
}

.FieldError:not(:empty) {
    /*margin-top: 4px;*/
    display: block;
    color: red
}

.FormFieldGroup--is-empty .FormFieldInput-Icon {
    display: none
}

.FormFieldGroup-Fieldset {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    transform-origin: 0;
    position: relative;
    width: 100%;
    padding-bottom: 0
}

.FormFieldGroup {
    box-sizing: border-box;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    justify-content: space-between;
    transform-origin: 0;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.FormFieldGroup-container {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.FormFieldGroup-container--invalid {
    border:none;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    /* box-shadow: 0 0 0 1px #ef9896, 0 2px 4px 0 rgba(0, 0, 0, .07), 0 1px 1.5px 0 rgba(0, 0, 0, .05); */
    /* border-radius: 6px; */
    display: block;
    color: red;
    font-size: 16px;
    font-weight: 600
}

.FormFieldGroup-splitChild {
    box-sizing: border-box;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    transform-origin: 0;
    position: relative;
    width: 50%
}

.FormFieldGroup-dateChild {
    box-sizing: border-box;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    transform-origin: 0;
    position: relative;
    width: 56%;
    margin: 0
}

.FormFieldGroup-phoneChild {
    box-sizing: border-box;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    transform-origin: 0;
    position: relative;
    width: 44%
}

.DOB-Combo {
    border: 1px solid var(--gray-border);
    color: var(--gray-light);
    padding:4px;
    height:38px;
}
.DOB-Month {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
    width: 32%;
}

.DOB-Day {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    width: 25% !important;
}

.DOB-Year {
    border-bottom-right-radius: 6px !important;
    border-top-right-radius: 6px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    width: 33% !important;
}

.First-Name {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
    width: 100% !important;
    position: relative;
    height: 44px;
    padding: 8px 12px;
    color: rgba(26, 26, 26, .9);
    font-size: 16px;
    line-height: 1.5;
    border: 0;
    box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, .07), 0 1px 1.5px 0 rgba(0, 0, 0, .05);
    transition: box-shadow .08s ease-in, color .08s ease-in, filter 50000s;
    background: #fff;
    appearance: none;
    font-weight: 500;
    margin-bottom: 8px;
    display: inline-block;
    border: 1px solid var(--gray-border)
}

.Last-Name {
    border-bottom-right-radius: 6px !important;
    border-top-right-radius: 6px !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    width: 100% !important;
    position: relative;
    height: 44px;
    padding: 8px 12px;
    color: rgba(26, 26, 26, .9);
    font-size: 16px;
    line-height: 1.5;
    border: 0;
    box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, .07), 0 1px 1.5px 0 rgba(0, 0, 0, .05);
    transition: box-shadow .08s ease-in, color .08s ease-in, filter 50000s;
    background: #fff;
    appearance: none;
    font-weight: 500;
    margin-bottom: 8px;
    display: inline-block;
    border: 1px solid var(--gray-border)
}

.PaymentHeader {
    position: relative;
    width: 100%;
    padding-bottom: 22px;
    font-size: 20px;
    font-weight: 500;
    color: rgba(26, 26, 26, .7)
}

.PaymentForm-confirmPaymentContainer {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    margin-top: 16px;
    flex-wrap: nowrap;
    justify-content: center;
    flex-basis: 0;
    flex-grow: 1
}

.HeaderImage-imageIcon {
    height: 28px;
    width: 28px;
    margin-right: 8px;
    box-shadow: 0 2px 5px 0 rgba(50, 50, 93, .1), 0 1px 1px 0 rgba(0, 0, 0, .07);
    border-radius: 100%;
    border-radius: 100%;
    object-fit: cover;
    background: #fff
}

.LineItem-productName {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
	width: 100%;
    
}

.LineItem-imageContainer {
    width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
	cursor:pointer;
}

.LineItem-imageSpacer {
    width: 42px;
    height: 42px;
    
}

.LineItem-image {
    max-width: 100%;
    max-height: 100%;
    min-height: 42px;
    min-width: 42px;
}


.PromotionCodeEntry {
    margin-bottom: 16px;
    font-size: 14px
}

.PromotionCodeEntry-label {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    white-space: nowrap;
    height: 0;
    visibility: hidden;
    transition-property: padding
}

.PromotionCodeEntry-input {
    border-radius: 6px;
    border-width: 1px;
    line-height: 1.5;
    transition-property: padding, line-height, background, box-shadow;
    font-size: 15px;
    box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, .07), 0 1px 1.5px 0 rgba(0, 0, 0, .05);
    transition: box-shadow .08s ease-in, color .08s ease-in, filter 50000s;
    background: #fff;
    font-weight: 500;
    
    height: 44px !important;
    padding: 8px 12px;
    color: rgba(26, 26, 26, .9);
    border: 0;
    font-weight: 500;
    display: inline-block;
    position: relative;
    min-width: 180px;
    width:100%;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(26, 26, 26, .1)
}

.PromotionCodeEntry-applyButton {
    border: 1px solid;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
    
    margin: 0;
    border: 1px solid rgba(26, 26, 26, .1);
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding: 0;
    height: 44px !important;
    min-width:80px;
    width:100%;
}

.ProductDetails-total {
    padding-bottom: 16px;
    margin-left: 58px
}

.Header-businessLink {
    display: block;
    margin-left: -24px;
    padding-left: 24px;
    min-width: 60px;
    position: relative;
    color: #fff;
    box-sizing: border-box;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    z-index: 12;
    min-height: 28px
}

.Header-businessLink-label {
    opacity: 0;
    position: absolute;
    left: 0;
    transform: translateX(4px);
    transition: opacity .1s ease 0s, transform .1s ease 0s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

@media only screen and (min-width:576px) {
/*
    .Header-businessLink:focus .Header-businessLink-label,
    .Header-businessLink:hover .Header-businessLink-label {
        opacity: 1;
        transform: none;
        transition: opacity .25s ease 50ms, transform .25s ease 50ms;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding-left: 25px
    }

    .Header-businessLink:focus .HeaderImage--icon,
    .Header-businessLink:focus .HeaderImage-imageIcon,
    .Header-businessLink:hover .HeaderImage--icon,
    .Header-businessLink:hover .HeaderImage-imageIcon {
        opacity: 0;
        transition: opacity .1s ease 0s, transform .1s ease 0s;
        transform: translateX(-2px)
    }

    .Header-businessLink .Header-businessLink-name {
        transition: opacity .25s ease .1s, transform .25s ease .1s
    }

    .Header-businessLink:focus .Header-businessLink-name,
    .Header-businessLink:hover .Header-businessLink-name {
        opacity: 0;
        transition: opacity .1s ease 0s, transform .1s ease 0s;
        transform: translateX(-2px)
    }
    */
}

.Header-businessLink-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.HeaderImage {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    flex-basis: auto;
    flex-shrink: 0
}

.ProductListNarrow-info:hover,
productList-info.chosen,
productList-info:active {
    border: 3px solid var(--teal-mid)
}

.ProductListNarrow-info.chosen {
    border: 2px solid #006993;
    background-color: var(--teal-mid);
    color: #eeefef
}
/*
.App-Overview-ProductDetails:hover,
App-Overview-ProductDetails.chosen,
App-Overview-ProductDetails:active {
    border: 2px solid var(--teal-mid)
}
*/

.App-Overview-ProductDetails.chosen {
    border: 2px solid #00766C;
    
}

.Header-Content {
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    z-index: 12;
    min-height: 28px
}

.ProductListNarrowPrice {
    margin-bottom: 4px;
    margin-top: 16px
}

.ProductListNarrow {
    /*align-items: center;*/
    text-align: center;
    border: 3px solid transparent;
    border-radius: 6px
}

.ProductListNarrow-info {
    /*border: 2px solid transparent;*/
    border: 3px solid var(--teal-very-light);
    border-radius: 6px
}

.ProductListNarrow,
.ProductListNarrow-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center
}

@media only screen and (min-width:992px) {
    .ProductListNarrow {
        display: none
    }
}

.App-Container {
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    background-color: transparent
}

.App {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-top: 0;
    padding-top: 76px
}

.App-Overview,
.App-Payment>* {
    max-width: 380px;
    margin: 0 auto
}

.App-Overview,
.App-Payment {
    width: 100%;
    padding: 0 16px 16px
}

.App-Payment {
    padding-top: 24px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .04)
}

.discountMessage {
    transition: all .3s ease;
    transform-origin: top left;
    pointer-events: none;
    font-weight: 600;
    font-size:15px;
}
.discountFailure {
    color:red;
    
}
.discountSuccess {
    color: green;
}
.LineItem-imageContainer {
    grid-area: image
}

.LineItem-productName {
    grid-area: main
}

.LineItem-imageSpacer {
    grid-area: blank
}


.PromotionCodeEntry-input {
    grid-area: discount
}

.PromotionCodeEntry-applyButton {
    grid-area: apply
}

.PayToday-text {
    grid-area: total
}

.PayToday-amount {
    grid-area: total-amt
}

.PayToday-monthlyText {
    grid-area: total2
}

.PayToday-monthlyAmount {
    grid-area: total-amt2
}

.PayToday-discountMessage {
    grid-area: discountmessage
}

.PayToday-imageSpacer {
    grid-area: blank2
}

.App-Overview-ProductDetails {
	box-sizing: border-box;
    border: 2px solid transparent;
    border-radius: 10px;
    margin-top: 32px;
    margin-bottom: 32px;
    max-height: 50vh;
    overflow-y: auto;
    padding-right: 8px;
    display: grid;
    grid-gap: 10px;
    padding: 10px;
    grid-template-areas: 'image main image'
}

.App-Overview-ProductPricing {
    margin-top: 32px;
    margin-bottom: 32px;
    max-height: 80vh;
    overflow-y: auto;
    padding-right: 8px;
    display: grid;
    grid-gap: 10px;
    grid-template-areas: 'discount apply' 'discountmessage discountmessage' 'total total-amt' 'total2 total-amt2';
}

.LineItem-text {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.LineItem-amount {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-variant-numeric: tabular-nums;
    text-align: right
}

.LineItem-finePrint {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: hsla(0, 0%, 100%, .8);
    text-align: right
}

.PromotionCodeEntry-input {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
    font-size: 14px;
    border-bottom: 1px solid rgba(26, 26, 26, .1)
}

.PayToday-text {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.PayToday-amount {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    text-align: right
}

.PayToday-monthlyText {
    margin: 0;
    /*color: hsla(0, 0%, 100%, .5);*/
	color: #fff;
    font-size: 14px;
    font-weight: 500
}

.PayToday-monthlyAmount {
    margin: 0;
    /*color: hsla(0, 0%, 100%, .5);*/
	color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    text-align: right
}

.App-Footer {
    padding-top: 16px;
    padding-bottom: 32px;
    background-color: #fff;
    width: 100%;
    flex: 1 1 auto
}

.App-Container {
    animation: enter-no-scale .6s;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center
}

@media only screen and (min-width:992px) {
    .App {
        align-items: flex-start;
        transform: translateY(max(48px, calc(50vh - 55%)));
        padding-top: 0
    }

    .App-Container:before {
        box-shadow: 15px 0 30px 0 rgba(0, 0, 0, .18)
    }

    .App-Container:before {
        height: 100%;
        width: 50%;
        background: #fff;
        position: fixed;
        content: " ";
        top: 0;
        right: 0;
        animation-fill-mode: both;
        transform-origin: right
    }

    .App-Container .App {
        animation-delay: .2s;
        animation-fill-mode: backwards;
        flex-direction: row;
        justify-content: space-between;
        max-width: 920px;
        background-image: none
    }
    .App-Overview {
        height:800px;
    }
    .App-Container .App-Overview {
        padding-bottom: 40px
    }

    .App-Container .App-Overview,
    .App-Container .App-Payment {
        width: 380px;
        margin-bottom: 0
    }

    .App-Container .App-Overview-ProductDetails {
		box-sizing: border-box;
        margin-left: -5px;
        padding-left: 5px
    }

    .App-Container .App-Footer {
        position: absolute;
        left: 0;
        bottom: 0;
        margin: 12px 0
    }

    .App-Payment {
        padding-top: 0;
        height: 100%;
        box-shadow: none
    }

    .App-Container {
        min-height: 0;
        box-sizing: border-box;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center
    }

    .App-Overview,
    .App-Payment {
        padding: 0;
        margin: 0
    }

    .App-Footer {
        width: auto;
        height: auto;
        background-color: inherit;
        padding: 0
    }
}

.ProductListNarrow-description {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.ProductListNarrow-totalAmount {
    margin: 0;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    
    color: #fff
}

.ProductListNarrow-name {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.ApplyButton {
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 500;
    color: #fff;
    justify-content: center;
    align-items: center
}

.RegistrationLabel {
    font-size: 13px;
    font-weight: 500;
    color: rgba(26, 26, 26, .7);
    padding-bottom: 6px
}

@keyframes shake {

    0%,
    800% {
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70% {
        transform: translateX(-5px)
    }

    20%,
    40%,
    60% {
        transform: translateX(5px)
    }
}

.Incomplete-input {
    border: 2px solid red !important;
    color: red !important
}

.productPopup {
    display: none;
    position: absolute;
    width: 280px;
    left: 50%;
    height: 280px;
    top: 50%;
    background: #fff;
    z-index: 20;
    padding: 20px;
    background-color: #f0f0f0
}

.popupModal {
    display: none;
    position: fixed;
    z-index: 19;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

#productPopup1 {
    -webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, .5)
}

.popupDismissButton {
    border: 1px solid;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    height: 44px;
    padding-left: 10px;
    padding-right: 10px;
    width: 60px;
    border: 1px solid rgba(26, 26, 26, .1);
    color: #fff
}

.popupButtonWrapper {
    display: flex;
    justify-content: center
}

@media only screen and (max-width:991.98px) {
    .Header-Content {
        max-width: 380px;
        margin: auto
    }

    .App-Overview-ProductDetails {
        /* display: none; */
		box-sizing: border-box;
        margin-top:10px;
    }
}



.productButton {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #21949d;
    border-radius: 22px;
    background: #36f4ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#36f4ff), to(#21949d));
    background: -moz-linear-gradient(top, #36f4ff, #21949d);
    background: linear-gradient(to bottom, #36f4ff, #21949d);
    -webkit-box-shadow: #ff9915 0px 0px 40px 0px;
    -moz-box-shadow: #ff9915 0px 0px 40px 0px;
    box-shadow: #ff9915 0px 0px 40px 0px;
    text-shadow: #186a70 1px 1px 1px;
    font: normal normal bold 16px arial;
    color: #f0f0f0;
    text-decoration: none;
	 /* min-width: 260px;*/
  min-height: 60px;
}

.productButton.smallText {
  font: normal normal bold 14px arial;
}

.productButton:hover,
.productButton:focus {
    border: 1px solid #2fd4e0;
    background: #41ffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#41ffff), to(#28b2bc));
    background: -moz-linear-gradient(top, #41ffff, #28b2bc);
    background: linear-gradient(to bottom, #41ffff, #28b2bc);
    color: #e5e5e5;
    text-decoration: none;
}
.productButton:active {
    background: #21949d;
    background: -webkit-gradient(linear, left top, left bottom, from(#21949d), to(#21949d));
    background: -moz-linear-gradient(top, #21949d, #21949d);
    background: linear-gradient(to bottom, #21949d, #21949d);
}

.productButton.chosen {
    font-weight: 100%;
    box-shadow:   -5px -5px 10px rgba(255, 255, 255, 0.5),  5px 5px 10px rgba(255, 255, 255, 0.5), -5px 5px 10px rgba(255, 255, 255, 0.5), 5px -5px 10px rgba(255, 255, 255, 0.5); 
      background: linear-gradient(to bottom, #21949d, #36f4ff);
      background: -webkit-gradient(linear, left top, left bottom, from(#21949d), to(#36f4ff));
      background: -moz-linear-gradient(top, #21949d, #36f4ff);

}
