/* Minification failed. Returning unminified contents.
(82,35): run-time error CSS1046: Expect comma, found '0'
(82,39): run-time error CSS1046: Expect comma, found '/'
(95,35): run-time error CSS1046: Expect comma, found '0'
(95,39): run-time error CSS1046: Expect comma, found '/'
(102,39): run-time error CSS1046: Expect comma, found '0'
(102,43): run-time error CSS1046: Expect comma, found '/'
 */
.cb-loader {
    z-index: 99999;
    background: rgb(244, 245, 249);
    position: absolute;
    left: 0px;
    right: 0px;
    box-shadow: none;
    width: 400px;
    max-height: 520px;
    margin: 228.5px auto 20px;
}

.cb-header {
    background: #fff;
    border-radius: 4px 4px 0 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    text-align: center;
    padding: 12px 20px;
    box-sizing: border-box;
    color: #4B4B4B;
}

.cb-header__wrap {
    padding: 0px 0px;
    position: relative;
    min-height: 46px
}

.cb-header__logo {
    min-height: 46px;
    line-height: 46px
}

.cb-header__image {
    max-height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    max-width: 240px;
    margin-top: 3px;
    margin-bottom: 3px
}

.cb-body__wrap {
    padding: 12px 36px;
    opacity: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow:auto;
    max-height:460px;
}

.cb-body__content {
    margin-bottom: auto;
}

.cb-section {
    margin-top: 12px;
    margin-bottom: 12px
}

.cb-summary {
    font-size: 12px;
    color: #4B4B4B !important;
}

.cta_button {
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans',Helvetica,sans-serif;
    font-size: 14px;
    display: inline-block;
    padding: 8px 24px 8px;
    background-image: linear-gradient(-179deg, #009DE2 0%, #0068A4 100%);
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 30%);
}

.primary_button {
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Open Sans',Helvetica,sans-serif;
    font-size: 14px;
    padding: 8px 24px 8px;
    display: inline-block;
    background-image: linear-gradient(-179deg, #8AB400 0%, #4A6100 100%);
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 30%);
}

    .primary_button:hover {
        color: #E5FAB7;
        text-decoration: none;
        background: #607B00;
        box-shadow: 0 0px 1px 0 rgb(0 0 0 / 30%);
    }

.cb-summary__wrap {
    display: table;
    width: 100%;
    padding-left: 9px;
    margin-top: 12px;
    margin-bottom: 12px;
    border-left: 2px solid #ccc
}

.cb-body__footer {
    margin-top: 12px;
    margin-bottom: 18px
}

.cb-body__footer--text {
    margin-bottom: 0;
    position: relative
}

.cb-button {
    display: flex;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    position: relative;
    background-repeat: no-repeat;
    white-space: nowrap;
    text-decoration: none !important;
    border-radius: 2px;
    font-weight: 700;
    color: #fff;
    outline: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    height: 40px;
    padding: 0 30px;
    max-width: 100%;
    margin: 0 auto;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom:25px;
}

    .cb-button:hover {
        box-shadow: 0 3px 2px 0 rgba(0,0,0,.1)
    }

    .cb-button.disabled,
    .cb-button[disabled],
    .modal-button-primary[disabled],
    .modal-button-secondary[disabled],
    fieldset[disabled] .cb-button {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

.cb-button__primary {
    min-width: 200px;
    background-color: rgb(138, 170, 24);
    color: rgb(138, 170, 24);
    border: none;
}

    .cb-button__primary:focus {
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.1),0 0 7px 1px currentColor
    }

.feature_gate_center {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 5%;
}

.feature_gate_spacer {
    padding: 0 1.5%;
}

.cb-secondary_button_center {
    display: flex;
    justify-content: center;
}

.cb-secondary_button {
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Open Sans',Helvetica,sans-serif;
    font-size: 14px;
    padding: 8px 24px 8px;
    background-image: linear-gradient(-180deg, #FFFFFF 0%, #EAF8FF 100%);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.30);
    color: #417505;
}

    .cb-secondary_button:hover {
        color: #417505;
        text-decoration: none;
        background: #fff;
        box-shadow: 0 0px 1px 0 rgba(0,0,0,0.30);
    }

.cb-button__text {
    color: #fff;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.cb-breadcrumb {
    padding: 8px 12px;
    border-radius: 2px;
    box-shadow: 0 2px 7px 1px rgba(0,0,0,.05);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 12px 0 24px;
    background: #fff;
    min-height: 42px;
    -ms-flex-pack: center;
    justify-content: center
}

.cb-breadcrumb__wrap {
    position: relative;
    width: 100%
}

.cb-line-item {
    font-size: 14px
}

.cb-subscribe {
    font-size: 11px;
    text-align: center;
    color: #666;
    margin-top: 6px;
    margin-bottom: 6px
}

.cb-subscribe__footer {
    margin-bottom: 0;
    margin-top: 3px;
    line-height: 14px
}

.cb-hp__close {
    position: absolute;
    background: rgb(57, 57, 65) none repeat scroll 0% 0%;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    right: -12px;
    top: -12px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    cursor: pointer;
    display: table;
    font-weight: 400;
    line-height: 24px;
}

.cb-hp__close-icon {
    display: table-cell;
    opacity: .7;
    background-repeat: no-repeat;
}

.icon-remove:before {
    content: "X";
}

.cb_larger_textSize {
    font-size: 14px;
}

.cb-heading-size {
    font-size: 22px !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    color: #4B4B4B!important;
}

.modal-button-secondary {
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Open Sans',Helvetica,sans-serif;
    font-size: 14px;
    padding: 8px 24px 8px;
    background-image: linear-gradient(-180deg, #FFFFFF 0%, #EAF8FF 100%);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.30);
    color: #417505;
}

    .modal-button-secondary:hover {
        color: #417505;
        text-decoration: none;
        background: #fff;
        box-shadow: 0 0px 1px 0 rgba(0,0,0,0.30);
    }

    .modal-button-secondary:focus {
        outline:none;
    }  

.modal-button-primary {
    border-radius: 3px;
    border: 0px solid transparent;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Open Sans',Helvetica,sans-serif;
    font-size: 14px;
    padding: 8px 24px 8px;
    display: inline-block;
    background-image: linear-gradient(-179deg, #8AB400 0%, #4A6100 100%);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
}

    .modal-button-primary:hover {
        color: #E5FAB7;
        text-decoration: none;
        background: #607B00;
        box-shadow: 0 0px 1px 0 rgba(0,0,0,0.30);
    }

    .modal-button-primary:focus {
        outline:none;
    }

.edm-selected {
    background-color: #f6f6f6;
}

.variation-modal-body-margin {
    margin: auto 18px;
}
