/* -------------------------------------
    @Global Variables Defined
--------------------------------------*/
:root {
    --DS-primary-color-1: #000000;
    --DS-primary-color-2: #FF00F5;
    --DS-primary-font: 'Oswald';
    --DS-secondary-font: 'Lato';
}

.DS-primary-color-1 {
    color: var(--DS-primary-color-1)
}

.DS-primary-color-2 {
    color: var(--DS-primary-color-2)
}

.DS-primary-font {
    font-family: var(--DS-primary-font);
}

.DS-secondary-font {
    font-family: var(--DS-secondary-font);
}

.DS-alternate-font {
    font-family: 'Poppins';
}

.zlShopify-enrollment-form-page {
    background: white !important;
}

.has-error.help-block {
    color: rgb(227 33 33);
}

.control-group.has-error {
    margin-bottom: 1.2rem;
}

.btn-theme {
    font-family: var(--DS-secondary-font);
    background-color: #333333 !important;
    padding: 15px 25px !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.btn-theme:hover {
    background-color: var(--DS-primary-color-2) !important;
}

#vjenroll-loading {
    display: none;
    z-index: 999;
    // background:#fff url(//ca.olivetreepeople.com/cdn/shop/t/2/assets/ajax-loader-pink.svg?v=5772997355118844441748543767) center no-repeat;
    background:#fff url('https://cdn.shopify.com/s/files/1/0570/5174/2403/files/tree_animation_builder_5f9de240-341c-4a76-a684-9d9c148e77f5.gif?v=1658498796') center no-repeat;
    background-size: 100px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 56px;
    height: 56px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-indent: -999em;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    pointer-events: unset;
    background-color: white;
    opacity: 0.9;
}

.uibmodalclass.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    visibility: visible;
    pointer-events: auto !important;
    padding: 10px !important;
    opacity: 1 !important;
    background-color: transparent !important;
}

.uibmodalclass.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.uibmodalclass.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .uibmodalclass.modal {
    overflow-x: hidden;
    overflow-y: auto
}

.uibmodalclass.modal .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: auto !important;
}

.uibmodalclass.modal .modal-content {
    position: relative;
    background-color: #fff !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-backdrop.fade.in {
    filter: alpha(opacity=70);
    opacity: .7
}

.uibmodalclass.modal .modal-header {
    padding: 0 15px;
    border-bottom: 0;
    // border-bottom: 1px solid #e5e5e5;
    margin-top: -10px;
}

.uibmodalclass.modal .modal-header .close {
    margin-top: -2px
}

.uibmodalclass.modal .modal-title {
    margin: 0;
    line-height: 1.42857143
}

.uibmodalclass.modal .modal-body {
    position: relative;
    padding: 15px
}

.uibmodalclass.modal .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.uibmodalclass.modal .modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.uibmodalclass.modal .modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.uibmodalclass.modal .modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.uibmodalclass.modal .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .uibmodalclass.modal .modal-dialog {
        width: 820px;
        max-width: 820px;
        margin: 30px auto
    }

    .uibmodalclass.modal .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .uibmodalclass.modal .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .uibmodalclass.modal .modal-lg {
        width: 900px
    }
}

.uibmodalclass .change-affiliate .modal-dialog .modal-body .ds_mob {
    padding-right: 0px !important;
}

.uibmodalclass .change-affiliate {
    box-shadow: inset 15px 0 16px 0px rgb(0 0 0 / 10%);
    border-left: 20px solid #c1c1c1;
}

@media (max-width: 468px) {
    .uibmodalclass.modal.fade.in .modal-dialog .modal-content {
        width: 100%;
        max-width: 350px;
        margin: 50px auto;
    }

    .uibmodalclass .change-affiliate {
        width: 100%;
    }
}


.uibmodalclass .change-affiliate .modal-header,
.host-payment-modal .modal-header {
    justify-content: flex-start;
}

.uibmodalclass .change-affiliate .modal-header span {
    margin-left: 10px;
}

.uibmodalclass .change-affiliate .modal-header span.select-market-text {
    color: #fff;
}

.uibmodalclass .change-affiliate .modal-body {
    text-align: center;
}

.uibmodalclass .change-affiliate .modal-header .fa-close {
    margin-left: 317px;
}

@media (max-width: 480px) {
    // .uibmodalclass.modal {
    //     margin-top: 100px;
    // }
    .uibmodalclass .change-affiliate .modal-header .fa-close {
        margin-left: 144px;
    }
}

.uibmodalclass .change-affiliate .modal-dialog {
    margin: 0 !important;
    width: 100% !important;
}

.uibmodalclass .change-affiliate .modal-dialog .modal-body .table-responsive .table-striped .ds-checkbox .ds-checkbox__button {
    margin-top: 0 !important;
}

.uibmodalclass .change-affiliate .search_enroller_close .close-icon {
    cursor: pointer;
}

.uibmodalclass .change-affiliate .search_enroller_close {
    justify-content: end;
    // background-color: var(--DS-primary-color-1);
    display: flex;
    color: var(--color-theme-primary);
    font-weight: 500;
    font-size: 18px;
}

.uibmodalclass .change-affiliate .modal-body .group .input-info {
    display: block;
    width: 100%;
    height: 49px;
    font-size: 15px;
    line-height: 1.75;
    color: #555;
    background-color: #fff;
    background-image: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0px;
    border: 1.5px solid #000000;
    box-shadow: 0 4px 4px #0000001a;
    padding: 15px 0;
}



// **************************************************
// **************************************************
// **************************************************
// ******************* Enrollment Page **************
// **************************************************
// **************************************************
// **************************************************



.zlShopify-accordions .accordion-container {
    position: relative;
    width: 100%;
    border-top: none;
    outline: 0;
    cursor: pointer;
}

.zlShopify-accordions .accordion-container .first-accordion {
display:flex;
flex-direction:row;
}

.zlShopify-accordions .accordion-container .accordion-box {
    margin-bottom: 1.5rem;
    box-shadow: 0 14px 40px rgb(154 10 98 / 13%), 0 10px 10px rgb(0 0 0 / 10%);
    /* border-radius: 12px; */
    background-color: #fff;
    border: 1px solid var(--DS-primary-color-1);
}

.zlShopify-accordions .accordion-container .accordion-title, .cart-title {
    text-transform: capitalize;
    display: block;
    position: relative;
    margin: 0;
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: var(--DS-primary-color-1);
    cursor: pointer;
    pointer-events: auto;
    font-family: 'Poppins';
}
.zlShopify-accordions .accordion-container .accordion-title {
    // border-bottom: 1.75px solid var(--DS-primary-color-2);
}

.zlShopify-accordions .accordion-container .accordion-title:hover,
.zlShopify-accordions .accordion-container .accordion-title:active,
.zlShopify-accordions .accordion-container .content-entry.open .accordion-title {
    /* background-color: #ffffff; */
    // color: var(--DS-primary-color-2);
}

.zlShopify-accordions .accordion-container .accordion-title:hover i:before,
.zlShopify-accordions .accordion-container .accordion-title:hover i:active,
.zlShopify-accordions .accordion-container .content-entry.open i {
    color: #fff;
}

.zlShopify-accordions .accordion-title {
    position: relative;
}

.zlShopify-accordions .accordion-title:after, .zlShopify-enrollment-form-page .form-group .input-info:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 12px;
    height: 12px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.zlShopify-accordions .accordion-title.open:after, .zlShopify-enrollment-form-page .form-group .input-info:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
    color: #ffffff;
}

.zlShopify-accordions .accordion-title.choose-accordion.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
    color: #ffffff;
}

.zlShopify-accordions .accordion-title.open {
    /* color: #ffffff !important; */
    // margin-bottom: 10px;
}

.zlShopify-accordions .accordion-content {
    // display: none;
}

.zlShopify-accordions .accordion-content .btn-continue, .cart-buttons .btn-primary {
    text-transform:uppercase;
    padding: 20px 40px !important;
    background-color: var(--DS-primary-color-1);
    color: #fff !important;
    font-size: 14px !important;
    font-weight:600;
    line-height: 0 !important;
    float: right !important;
    margin: 10px !important;
    font-family: var(--DS-secondary-font);
}

.zlShopify-accordions .accordion-content .btn-continue:hover, .cart-buttons .btn-primary:hover {
    background-color: var(--DS-primary-color-2) !important;
    // transition: all .3s ease-in;
}

.zlShopify-accordions .accordion-container {
    width: 100%;
    // margin: 1.875em auto;
}

.zlShopify-enrollment-form-page h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.zlShopify-enrollment-form-page h4 {
    font-size: calc(1.275rem + .3vw);
}

@media (min-width: 1200px) {
    .zlShopify-enrollment-form-page h4 {
        font-size: 1.5rem;
    }
}

// .zlShopify-enrollment-form-page ul {
//     padding-left: 2rem;
// }

// .zlShopify-enrollment-form-page ul {
//     margin-top: 0;
//     margin-bottom: 1rem;
// }

.zlShopify-enrollment-form-page sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

.zlShopify-enrollment-form-page sup {
    top: -0.5em;
}

.zlShopify-enrollment-form-page a {
    color: #0d6efd;
    text-decoration: underline;
}

.zlShopify-enrollment-form-page a:hover {
    color: #0a58ca;
}

.zlShopify-enrollment-form-page svg {
    vertical-align: middle;
}

.zlShopify-enrollment-form-page label {
    display: inline-block;
}

.zlShopify-enrollment-form-page button {
    border-radius: 0;
}

.zlShopify-enrollment-form-page button:focus:not(:focus-visible) {
    outline: 0;
}

.zlShopify-enrollment-form-page button,
.zlShopify-enrollment-form-page input,
.zlShopify-enrollment-form-page select {
    margin: 0;
    font-family: var(--font-stack-body);
    font-size: inherit;
    line-height: inherit;
}

.zlShopify-enrollment-form-page button,
.zlShopify-enrollment-form-page select {
    text-transform: none;
}

.zlShopify-enrollment-form-page select {
    word-wrap: normal;
}

.zlShopify-enrollment-form-page select:disabled {
    opacity: 1;
}

.zlShopify-enrollment-form-page [type=button],
.zlShopify-enrollment-form-page [type=submit],
.zlShopify-enrollment-form-page button {
    -webkit-appearance: button;
}

.zlShopify-enrollment-form-page ::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

.zlShopify-enrollment-form-page .container,
.zlShopify-enrollment-form-page .container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .zlShopify-enrollment-form-page .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .zlShopify-enrollment-form-page .container {
        max-width: 720px;
    }

    .sticky-enrollment-sidecart {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 0 !important;
    }
}

@media (min-width: 992px) {
    .zlShopify-enrollment-form-page .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .zlShopify-enrollment-form-page .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .zlShopify-enrollment-form-page .container {
        max-width: 1320px;
    }
}

.max-width-1180 {
    max-width: 1180px !important;
}

.zlShopify-enrollment-form-page .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

// .zlShopify-enrollment-form-page .row>* {
//     flex-shrink: 0;
//     width: 100%;
//     max-width: 100%;
//     padding-right: calc(var(--bs-gutter-x) * .5);
//     padding-left: calc(var(--bs-gutter-x) * .5);
//     margin-top: var(--bs-gutter-y);
// }

.zlShopify-enrollment-form-page .col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.zlShopify-enrollment-form-page .col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 768px) {
    .zlShopify-enrollment-form-page .col-md-7 {
        flex: 0 0 auto;
        width: 63%;
    }

    .zlShopify-enrollment-form-page .col-md-7 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .zlShopify-enrollment-form-page .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.zlShopify-enrollment-form-page .form-label {
    margin-bottom: 0.5rem;
}

.zlShopify-enrollment-form-page .birthday-info {
    font-size: 16px;
    margin: 10px 6px 20px;
}

.zlShopify-enrollment-form-page .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .zlShopify-enrollment-form-page .form-control {
        transition: none;
    }
}

.zlShopify-enrollment-form-page .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.zlShopify-enrollment-form-page .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.zlShopify-enrollment-form-page .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.zlShopify-enrollment-form-page .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.zlShopify-enrollment-form-page .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .zlShopify-enrollment-form-page .btn {
        transition: none;
    }
}

.zlShopify-enrollment-form-page .btn:hover {
    color: #212529;
}

.zlShopify-enrollment-form-page .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.zlShopify-enrollment-form-page .btn:disabled {
    pointer-events: none;
    opacity: 0.65;
}

.zlShopify-enrollment-form-page .collapse:not(.show) {
    display: none;
}

.zlShopify-enrollment-form-page .dropdown {
    position: relative;
}

.zlShopify-enrollment-form-page .dropdown-toggle {
    white-space: nowrap;
}

.zlShopify-enrollment-form-page .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.zlShopify-enrollment-form-page .dropdown-toggle:empty::after {
    margin-left: 0;
}

.zlShopify-enrollment-form-page .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
}

.zlShopify-enrollment-form-page .d-flex {
    display: flex !important;
}

.zlShopify-enrollment-form-page .border {
    border: 1px solid #dee2e6 !important;
}

.zlShopify-enrollment-form-page .w-100 {
    width: 100% !important;
}

.zlShopify-enrollment-form-page .m-0 {
    margin: 0 !important;
}

.zlShopify-enrollment-form-page .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.zlShopify-enrollment-form-page .mb-4 {
    margin-top: 0rem;
    margin-bottom: 1.5rem !important;
}

.zlShopify-enrollment-form-page .m-t--1 {
    margin-top: -1rem !important;
}

.zlShopify-enrollment-form-page .mt-2 {
    margin-top: 1.5rem !important;
}

.zlShopify-enrollment-form-page .pb-3 {
    padding-bottom: 1rem !important;
}

@media all {
    .zlShopify-enrollment-form-page a {
        background-color: transparent;
    }

    .zlShopify-enrollment-form-page a:active,
    .zlShopify-enrollment-form-page a:hover {
        outline: 0;
    }

    .zlShopify-enrollment-form-page sup {
        position: relative;
        font-size: 75%;
        line-height: 0;
        vertical-align: baseline;
    }

    .zlShopify-enrollment-form-page sup {
        top: -0.5em;
    }

    .zlShopify-enrollment-form-page svg:not(:root) {
        overflow: hidden;
    }

    .zlShopify-enrollment-form-page button,
    .zlShopify-enrollment-form-page input,
    .zlShopify-enrollment-form-page select {
        margin: 0;
        font: inherit;
        color: inherit;
    }

    .zlShopify-enrollment-form-page button {
        overflow: visible;
    }

    .zlShopify-enrollment-form-page button,
    .zlShopify-enrollment-form-page select {
        text-transform: none;
    }

    .zlShopify-enrollment-form-page button {
        -webkit-appearance: button;
        cursor: pointer;
    }

    .zlShopify-enrollment-form-page button::-moz-focus-inner,
    .zlShopify-enrollment-form-page input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    .zlShopify-enrollment-form-page input {
        line-height: normal;
    }

    .zlShopify-enrollment-form-page input[type=checkbox] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    .zlShopify-enrollment-form-page * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .zlShopify-enrollment-form-page :after,
    .zlShopify-enrollment-form-page :before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .zlShopify-enrollment-form-page button,
    .zlShopify-enrollment-form-page input,
    .zlShopify-enrollment-form-page select {
        font-family: var(--DS-secondary-font);
        font-size: inherit;
        line-height: inherit;
    }

    .zlShopify-enrollment-form-page a {
        color: #337ab7;
        text-decoration: none;
    }

    .zlShopify-enrollment-form-page a:focus,
    .zlShopify-enrollment-form-page a:hover {
        color: #23527c;
        text-decoration: underline;
    }

    .zlShopify-enrollment-form-page a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .zlShopify-enrollment-form-page h4 {
        font-family: var(--DS-secondary-font);
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
    }

    .zlShopify-enrollment-form-page h4 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .zlShopify-enrollment-form-page h4 {
        font-size: 18px;
    }

    .zlShopify-enrollment-form-page .text-justify {
        text-align: justify;
    }

    // .zlShopify-enrollment-form-page ul {
    //     margin-top: 0;
    //     margin-bottom: 10px;
    }

    .zlShopify-enrollment-form-page .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .zlShopify-enrollment-form-page .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .zlShopify-enrollment-form-page .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .zlShopify-enrollment-form-page .col-md-12,
    .zlShopify-enrollment-form-page .col-md-7 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .zlShopify-enrollment-form-page label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
    }

    .zlShopify-enrollment-form-page input[type=checkbox] {
        margin: 4px 0 0;
        line-height: normal;
    }

    .zlShopify-enrollment-form-page input[type=checkbox]:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .zlShopify-enrollment-form-page .form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
        -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

    .zlShopify-enrollment-form-page .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .zlShopify-enrollment-form-page .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .zlShopify-enrollment-form-page .form-control:-ms-input-placeholder {
        color: #999;
    }

    .zlShopify-enrollment-form-page .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .zlShopify-enrollment-form-page .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .zlShopify-enrollment-form-page .form-group {
        margin-bottom: 15px;
    }

    .zlShopify-enrollment-form-page .btn {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .zlShopify-enrollment-form-page .btn:active:focus,
    .zlShopify-enrollment-form-page .btn:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .zlShopify-enrollment-form-page .btn:focus,
    .zlShopify-enrollment-form-page .btn:hover {
        color: #333;
        text-decoration: none;
    }

    .zlShopify-enrollment-form-page .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .zlShopify-enrollment-form-page .btn-default {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
    }

    .zlShopify-enrollment-form-page .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .zlShopify-enrollment-form-page .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .zlShopify-enrollment-form-page .btn-default:active {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .zlShopify-enrollment-form-page .btn-default:active:focus,
    .zlShopify-enrollment-form-page .btn-default:active:hover {
        color: #333;
        background-color: #d4d4d4;
        border-color: #8c8c8c;
    }

    .zlShopify-enrollment-form-page .btn-default:active {
        background-image: none;
    }

    .zlShopify-enrollment-form-page .btn-block {
        display: block;
        width: 100%;
    }

    .zlShopify-enrollment-form-page .collapse {
        display: none;
    }

    .zlShopify-enrollment-form-page .dropdown {
        position: relative;
    }

    .zlShopify-enrollment-form-page .dropdown-toggle:focus {
        outline: 0;
    }

    .zlShopify-enrollment-form-page .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

    .zlShopify-enrollment-form-page .panel {
        margin-bottom: 20px;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    }

    .zlShopify-enrollment-form-page .panel-body {
        padding: 15px;
    }

    .zlShopify-enrollment-form-page .panel-heading {
        padding: 10px 15px;
        border-bottom: 1px solid transparent;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .zlShopify-enrollment-form-page .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        color: inherit;
    }

    .zlShopify-enrollment-form-page .panel-group {
        margin-bottom: 20px;
    }

    .zlShopify-enrollment-form-page .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

    .zlShopify-enrollment-form-page .panel-group .panel+.panel {
        margin-top: 5px;
    }

    .zlShopify-enrollment-form-page .panel-group .panel-heading {
        border-bottom: 0;
    }

    .zlShopify-enrollment-form-page .panel-group .panel-heading+.panel-collapse>.panel-body {
        border-top: 1px solid #ddd;
    }

    .zlShopify-enrollment-form-page .panel-default {
        border-color: #ddd;
    }

    .zlShopify-enrollment-form-page .panel-default>.panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

    .zlShopify-enrollment-form-page .panel-default>.panel-heading+.panel-collapse>.panel-body {
        border-top-color: #ddd;
    }

    .zlShopify-enrollment-form-page .container-fluid:after,
    .zlShopify-enrollment-form-page .container-fluid:before,
    .zlShopify-enrollment-form-page .container:after,
    .zlShopify-enrollment-form-page .container:before,
    .zlShopify-enrollment-form-page .panel-body:after,
    .zlShopify-enrollment-form-page .panel-body:before,
    .zlShopify-enrollment-form-page .row:after,
    .zlShopify-enrollment-form-page .row:before {
        display: table;
        content: " ";
    }

    .zlShopify-enrollment-form-page .container-fluid:after,
    .zlShopify-enrollment-form-page .container:after,
    .zlShopify-enrollment-form-page .panel-body:after,
    .zlShopify-enrollment-form-page .row:after {
        clear: both;
    }

    .zlShopify-enrollment-form-page .pull-right {
        float: right !important;
    }
}

@media all and (min-width: 768px) {
    .zlShopify-enrollment-form-page .container {
        width: 750px;
    }
}

@media all and (min-width: 992px) {
    .zlShopify-enrollment-form-page .container {
        width: 970px;
    }
}

@media all and (min-width: 1200px) {
    .zlShopify-enrollment-form-page .container {
        width: 1170px;
    }
}

@media all and (min-width: 992px) {

    .zlShopify-enrollment-form-page .col-md-12,
    .zlShopify-enrollment-form-page .col-md-7,
    .zlShopify-enrollment-form-page .col-md-3 {
        float: left;
    }

    .zlShopify-enrollment-form-page .col-md-12 {
        width: 100%;
    }

    .zlShopify-enrollment-form-page .col-md-7 {
        width: 63%;
    }

    .zlShopify-enrollment-form-page .col-md-3 {
        width: 32%;
        margin-bottom: 30px;
    }
}

@media all {
    .zlShopify-enrollment-form-page button::-moz-focus-inner {
        padding: 0;
        border: 0;
    }
}

@media all {
    .zlShopify-enrollment-form-page .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .zlShopify-enrollment-form-page .row:after,
    .zlShopify-enrollment-form-page .row:before {
        display: none !important;
    }

    .zlShopify-enrollment-form-page .col-12,
    .zlShopify-enrollment-form-page .col-6,
    .zlShopify-enrollment-form-page .col-md-12,
    .zlShopify-enrollment-form-page .col-md-7 {
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
    }

    .zlShopify-enrollment-form-page .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .zlShopify-enrollment-form-page .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media all and (min-width: 768px) {
    .zlShopify-enrollment-form-page .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 63%;
    }

    .zlShopify-enrollment-form-page .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media all {
    .zlShopify-enrollment-form-page .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .zlShopify-enrollment-form-page .pull-right {
        float: right;
    }

    .zlShopify-enrollment-form-page .fa-check:before {
        content: "\f00c";
    }

    .zlShopify-enrollment-form-page .fa-sign-in:before {
        content: "\f090";
    }
}

@media all {
    .zlShopify-enrollment-form-page * {
        box-sizing: border-box;
    }
}

@media all {
    .zlShopify-enrollment-form-page h4 {
        font-family: var(--DS-secondary-font);
        font-weight: 400;
        line-height: 1.3;
        color: var(--primary_color);
    }
}

@media all {
    .zlShopify-enrollment-form-page a {
        color: var(--primary_color);
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
        text-decoration: none;
    }

    .zlShopify-enrollment-form-page a:active,
    .zlShopify-enrollment-form-page a:focus,
    .zlShopify-enrollment-form-page a:hover {
        text-decoration: none;
        color: var(--link_color_hover);
        outline: 0 !important;
    }

    .zlShopify-enrollment-form-page .btn-theme:active,
    .zlShopify-enrollment-form-page .btn-theme:focus,
    .zlShopify-enrollment-form-page .btn-theme:hover {
        color: #fff !important;
        background-color: #139b63 !important;
        border-color: #139b63 !important;
    }

    .ds-checkbox input:checked~.ds-checkbox__button {
        background-color: var(--DS-primary-color-2) !important;
        border-color: #f5f5f5 !important;
    }

    // .zlShopify-enrollment-form-page ul {
    //     margin: 0;
    //     padding: 0;
    //     text-align: center;
    // }

    .zlShopify-enrollment-form-page input[type=email],
    .zlShopify-enrollment-form-page input[type=password],
    .zlShopify-enrollment-form-page input[type=tel],
    .zlShopify-enrollment-form-page input[type=text] {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        /* padding: 8px 10px !important; */
    }

    .zlShopify-enrollment-form-page input {
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }

    .zlShopify-enrollment-form-page .btn-theme {
        color: #fff !important;
        background-color: var(--link_color_hover) !important;
        border-color: var(--link_color_hover) !important;
    }

    .zlShopify-enrollment-form-page .btn {
        display: inline-block;
        margin-bottom: 0;
        font-weight: 500;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 2px solid transparent;
        white-space: nowrap;
        letter-spacing: 0;
        padding: 11px 35px;
        font-size: 14px;
        line-height: 1.7;
        border-radius: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        outline: 0;
    }

    .zlShopify-enrollment-form-page ::-webkit-input-placeholder {
        color: #ccc;
        opacity: 1;
    }

    .zlShopify-enrollment-form-page :-moz-placeholder {
        color: #ccc;
        opacity: 1;
    }

    .zlShopify-enrollment-form-page ::-moz-placeholder {
        color: #ccc;
        opacity: 1;
    }

    .zlShopify-enrollment-form-page :-ms-input-placeholder {
        color: #ccc;
        opacity: 1;
    }

    .zlShopify-enrollment-form-page .enrollmentform .form-group .input-info,
    .zlShopify-enrollment-form-page .form-group .input-info {
        display: block;
        margin-top:5px;
        width: 100%;
        height: 50px;
        /* padding: 8px 10px; */
        font-size: 15px;
        /* line-height: 1.75; */
        color: #555;
        /* background-color: #f1f1f16e; */
        background-image: none;
        // border-bottom: 1.25px solid #ccc;
        border-radius: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        /* border-radius: 12px; */
        // border-radius: 8px;
        border: 1px solid #000000;
        box-shadow: 0 4px 4px #0000001a;
        padding: 15px 16px;
    }

    .zlShopify-enrollment-form-page .form-group .input-info:focus-visible,
    .uibmodalclass .change-affiliate .modal-body .group .input-info:focus-visible{
        border: 1.5px solid var(--DS-primary-color-2)!important;
    }
}

    .zlShopify-enrollment-form-page .btn,
    .zlShopify-enrollment-form-page a,
    .zlShopify-enrollment-form-page button {
        -webkit-transition: all 240ms linear 0s;
        -khtml-transition: all 240ms linear 0s;
        -moz-transition: all 240ms linear 0s;
        -ms-transition: all 240ms linear 0s;
        -o-transition: all 240ms linear 0s;
        transition: all 240ms linear 0s;
    }
}

@media all and (min-width: 1024px) {
    .zlShopify-enrollment-form-page body .container:before {
        display: none;
    }

    .zlShopify-enrollment-form-page body .container:after {
        display: none;
    }
}

@media all and (max-width: 480px) {
    .zlShopify-enrollment-form-page .btn {
        padding: 11px 8px !important;
    }
}

.zlShopify-enrollment-form-page a {
    background-color: transparent;
}

.zlShopify-enrollment-form-page a:active,
.zlShopify-enrollment-form-page a:hover {
    outline: 0;
}

.zlShopify-enrollment-form-page sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

.zlShopify-enrollment-form-page sup {
    top: -0.5em;
}

.zlShopify-enrollment-form-page svg:not(:root) {
    overflow: hidden;
}

.zlShopify-enrollment-form-page button,
.zlShopify-enrollment-form-page input,
.zlShopify-enrollment-form-page select {
    margin: 0;
    font: 'Sofia Pro';
    color: inherit;
}

.zlShopify-enrollment-form-page button {
    overflow: visible;
}

.zlShopify-enrollment-form-page button,
.zlShopify-enrollment-form-page select {
    text-transform: none;
}

.zlShopify-enrollment-form-page button {
    -webkit-appearance: button;
    cursor: pointer;
}

.zlShopify-enrollment-form-page button::-moz-focus-inner,
.zlShopify-enrollment-form-page input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.zlShopify-enrollment-form-page input {
    line-height: normal;
}

.zlShopify-enrollment-form-page input[type=checkbox] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.zlShopify-enrollment-form-page .unified-radio-group {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    margin-bottom: 20px;
}

.zlShopify-enrollment-form-page .unified-radio-group .shippingBox {
    display: flex !important;
    justify-content: start !important;
    align-items: center !important;
    margin-bottom: 12px !important;
}

.zlShopify-enrollment-form-page .unified-radio-group .shippingBox input[type=radio] {
    -webkit-appearance: radio !important;
    width: 22px !important;
    height: 22px !important;
    margin-right: 16px !important;
    cursor: pointer;
    position: relative;
}

.zlShopify-enrollment-form-page .unified-radio-group .shippingBox label {
    border: none;
    margin-bottom: 0 !important;
    /* line-height: 0 !important; */
    font-weight: 400 !important;
    color: #9c9c9c !important;
    cursor: pointer;
    background-color: #fff !important;
}

@media print {

    .zlShopify-enrollment-form-page *,
    .zlShopify-enrollment-form-page :after,
    .zlShopify-enrollment-form-page :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .zlShopify-enrollment-form-page a,
    .zlShopify-enrollment-form-page a:visited {
        text-decoration: underline;
    }

    .zlShopify-enrollment-form-page a[href]:after {
        content: " (" attr(href) ")";
    }

    .zlShopify-enrollment-form-page a[href^="#"]:after {
        content: "";
    }
}

.zlShopify-enrollment-form-page * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.zlShopify-enrollment-form-page :after,
.zlShopify-enrollment-form-page :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.zlShopify-enrollment-form-page button,
.zlShopify-enrollment-form-page input,
.zlShopify-enrollment-form-page select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.zlShopify-enrollment-form-page a {
    color: #337ab7;
    text-decoration: none;
}

.zlShopify-enrollment-form-page a:focus,
.zlShopify-enrollment-form-page a:hover {
    color: #23527c;
    text-decoration: underline;
}

.zlShopify-enrollment-form-page a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.zlShopify-enrollment-form-page h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.zlShopify-enrollment-form-page h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.zlShopify-enrollment-form-page h4 {
    font-size: 18px;
}

.zlShopify-enrollment-form-page .text-justify {
    text-align: justify;
}

// .zlShopify-enrollment-form-page ul {
//     margin-top: 0;
//     margin-bottom: 10px;
// }

.zlShopify-enrollment-form-page .password-requirement-list ul li{
    list-style-type: circle;
    font-size: 14px;
}

.zlShopify-enrollment-form-page .password-requirement-list ul li span{
    font-size: 12px;
}

.zlShopify-enrollment-form-page .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .zlShopify-enrollment-form-page .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .zlShopify-enrollment-form-page .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .zlShopify-enrollment-form-page .container {
        width: 1170px;
    }
}

.zlShopify-enrollment-form-page .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.zlShopify-enrollment-form-page .row {
    margin-right: -15px;
    margin-left: -15px;
}

.zlShopify-enrollment-form-page .col-md-12,
.zlShopify-enrollment-form-page .col-md-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {

    .zlShopify-enrollment-form-page .col-md-12,
    .zlShopify-enrollment-form-page .col-md-7 {
        float: left;
    }

    .zlShopify-enrollment-form-page .col-md-12 {
        width: 100%;
    }

    .zlShopify-enrollment-form-page .col-md-7 {
        width: 63%;
    }
}

.zlShopify-enrollment-form-page label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.zlShopify-enrollment-form-page input[type=checkbox] {
    margin: 4px 0 0;
    line-height: normal;
}

.zlShopify-enrollment-form-page input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.zlShopify-enrollment-form-page .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.zlShopify-enrollment-form-page .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.zlShopify-enrollment-form-page .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.zlShopify-enrollment-form-page .form-control:-ms-input-placeholder {
    color: #999;
}

.zlShopify-enrollment-form-page .form-control::-webkit-input-placeholder {
    color: #999;
}

.zlShopify-enrollment-form-page .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.zlShopify-enrollment-form-page .form-group {
    margin-bottom: 15px;
}

.zlShopify-enrollment-form-page .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.zlShopify-enrollment-form-page .btn:active:focus,
.zlShopify-enrollment-form-page .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.zlShopify-enrollment-form-page .btn:focus,
.zlShopify-enrollment-form-page .btn:hover {
    color: #333;
    text-decoration: none;
}

.zlShopify-enrollment-form-page .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.zlShopify-enrollment-form-page .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.zlShopify-enrollment-form-page .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.zlShopify-enrollment-form-page .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.zlShopify-enrollment-form-page .btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.zlShopify-enrollment-form-page .btn-default:active:focus,
.zlShopify-enrollment-form-page .btn-default:active:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.zlShopify-enrollment-form-page .btn-default:active {
    background-image: none;
}

.zlShopify-enrollment-form-page .btn-block {
    display: block;
    width: 100%;
}

.zlShopify-enrollment-form-page .collapse {
    display: none;
}

.zlShopify-enrollment-form-page .dropdown {
    position: relative;
}

.zlShopify-enrollment-form-page .dropdown-toggle:focus {
    outline: 0;
}

.zlShopify-enrollment-form-page .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.zlShopify-enrollment-form-page .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.zlShopify-enrollment-form-page .panel-body {
    padding: 15px;
}

.zlShopify-enrollment-form-page .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.zlShopify-enrollment-form-page .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.zlShopify-enrollment-form-page .panel-group {
    margin-bottom: 20px;
}

.zlShopify-enrollment-form-page .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.zlShopify-enrollment-form-page .panel-group .panel+.panel {
    margin-top: 5px;
}

.zlShopify-enrollment-form-page .panel-group .panel-heading {
    border-bottom: 0;
}

.zlShopify-enrollment-form-page .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}

.zlShopify-enrollment-form-page .panel-default {
    border-color: #ddd;
}

.zlShopify-enrollment-form-page .panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.zlShopify-enrollment-form-page .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.zlShopify-enrollment-form-page .container-fluid:after,
.zlShopify-enrollment-form-page .container-fluid:before,
.zlShopify-enrollment-form-page .container:after,
.zlShopify-enrollment-form-page .container:before,
.zlShopify-enrollment-form-page .panel-body:after,
.zlShopify-enrollment-form-page .panel-body:before,
.zlShopify-enrollment-form-page .row:after,
.zlShopify-enrollment-form-page .row:before {
    display: table;
    content: " ";
}

.zlShopify-enrollment-form-page .container-fluid:after,
.zlShopify-enrollment-form-page .container:after,
.zlShopify-enrollment-form-page .panel-body:after,
.zlShopify-enrollment-form-page .row:after {
    clear: both;
}

.zlShopify-enrollment-form-page .pull-right {
    float: right !important;
}

.zlShopify-enrollment-form-page .m-t-10 {
    margin-top: 10px !important;
}

.zlShopify-enrollment-form-page .layout-column {
    -ms-flex-direction: column;
    flex-direction: column;
}

.zlShopify-enrollment-form-page .layout-column {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
}

.zlShopify-enrollment-form-page .m-t-25 {
    margin-top: 25px !important;
}

.zlShopify-enrollment-form-page .c-gray {
    color: #9e9e9e !important;
}

.zlShopify-enrollment-form-page .methoddropdown {
    width: 100%;
    background-color: transparent;
    color: #000;
    text-align: left;
    padding: 6px 12px 0;
    box-shadow: none !important;
    background: rgba(0, 0, 0, 0) 0 0;
    border-color: currentcolor currentcolor #005eb8;
    border-color: currentcolor currentcolor var(--color1);
    border-style: none none solid;
    border-width: medium medium 2px;
}

.zlShopify-enrollment-form-page .dropper {
    display: block;
    float: left;
    width: 88%;
}

.zlShopify-enrollment-form-page .caret_arrow {
    float: right;
    font-size: 22px;
    text-align: center;
}

.zlShopify-enrollment-form-page .btn:active:focus {
    outline: 0 !important;
}

.zlShopify-enrollment-form-page .ds-checkbox {
    padding-left: 33px;
    margin-left: 0;
}

.ds-checkbox {
    cursor: pointer;
    font-weight: 400;
    position: relative;
    padding-left: 21px;
    margin-left: 7px;
}

.ds-checkbox .ds-checkbox__button {
    border: 1px solid #ccc;
    font-size: 16px;
    font-weight: 700;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
    transition: background-color 0.2s, border 0.2s;
}

.ds-checkbox .ds-checkbox__button:before {
    color: #fff;
    display: inline-block;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-360deg) scale(0);
    transition: transform 0.2s, border 0.2s;
    transition-timing-function: cubic-bezier(0.6, 0.5, 0.2, 1.2);
}


.ds-checkbox input:checked~.ds-checkbox__button:before {
    transform: rotate(0) scale(1);
}

.ds-checkbox input:focus~.ds-checkbox__button {
    border-color: #777;
}

.zlShopify-enrollment-form-page a:focus {
    color: inherit;
    text-decoration: none;
}

.zlShopify-enrollment-form-page #single-button .dropper {
    margin-left: -10px !important;
}

@media (max-width: 1323px) and (min-width: 991px) {
    .zlShopify-enrollment-form-page :nth-child(2n) {
        margin-right: 0 !important;
    }
}

@media print {
    .zlShopify-enrollment-form-page body * {
        visibility: hidden;
        overflow: hidden;
    }
}

.zlShopify-enrollment-form-page button,
.zlShopify-enrollment-form-page input {
    vertical-align: baseline;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 100%;
}

.zlShopify-enrollment-form-page button {
    cursor: pointer;
    border-radius: 0;
    text-transform: none;
    -webkit-appearance: button;
}

.zlShopify-enrollment-form-page button:focus:not(:focus-visible) {
    outline: 0;
}

.zlShopify-enrollment-form-page ::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

.zlShopify-enrollment-form-page .form-control {
    font-weight: 400;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #e0e0e0;
    resize: none;
}

@media (prefers-reduced-motion: reduce) {
    .zlShopify-enrollment-form-page .form-control {
        transition: none;
    }
}

.zlShopify-enrollment-form-page .form-control:focus {
    color: #212529;
    background-color: #fff;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    border-color: #b4b4b4;
    outline: 0;
    border-bottom-color: #b4b4b4;
}

.zlShopify-enrollment-form-page .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.zlShopify-enrollment-form-page .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.zlShopify-enrollment-form-page .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .zlShopify-enrollment-form-page .btn {
        transition: none;
    }
}

.zlShopify-enrollment-form-page .btn:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.zlShopify-enrollment-form-page .btn:disabled {
    pointer-events: none;
    opacity: 0.65;
}

.zlShopify-enrollment-form-page .waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.zlShopify-enrollment-form-page *,
.zlShopify-enrollment-form-page button,
.zlShopify-enrollment-form-page input {
    -webkit-font-smoothing: antialiased;
}

.zlShopify-enrollment-form-page *,
.zlShopify-enrollment-form-page :active,
.zlShopify-enrollment-form-page :hover {
    outline: 0 !important;
    -webkit-tap-highlight-color: transparent !important;
}

// .zlShopify-enrollment-form-page .btn:not(.btn-link), .cart-buttons .btn-primary {
//     border-radius:25px;
//     background-color:black;
// }

.zlShopify-enrollment-form-page input:active,
.zlShopify-enrollment-form-page input:focus {
    outline: 0;
    box-shadow: none !important;
}

.zlShopify-enrollment-form-page .form-control:active {
    border-bottom-color: #b4b4b4;
    box-shadow: none;
}

.zlShopify-enrollment-form-page .form-control:not(.fc-alt) {
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
}

.zlShopify-enrollment-form-page .form-control:not(.fc-alt):active,
.zlShopify-enrollment-form-page .form-control:not(.fc-alt):focus {
    border-bottom-color: #b4b4b4;
}

.zlShopify-enrollment-form-page .d-flex {
    display: flex;
}

.zlShopify-enrollment-form-page .w-100 {
    width: 100%;
}

.zlShopify-enrollment-form-page .ds-row {
    display: -ms-flexbox;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
}

.zlShopify-enrollment-form-page .ds-row__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 5px;
    margin-right: 5px;
}

.zlShopify-enrollment-form-page .container {
    width: auto;
}

.zlShopify-enrollment-form-page .j-c-space-evenly {
    justify-content: space-evenly;
}

.zlShopify-enrollment-form-page .methoddropdown {
    width: 100%;
    background-color: transparent;
    color: #000;
    text-align: left;
    padding: 6px 12px 0;
    box-shadow: none !important;
    background: rgba(0, 0, 0, 0) 0 0;
    border-color: currentcolor currentcolor#ffffff;
    border-style: none none solid;
    border-width: medium medium 2px;
}

.zlShopify-enrollment-form-page .enrollmentform {
    background-color: #00000001;
}

.zlShopify-enrollment-form-page .enrollmentform>div {
    // margin-top: 30px;
    margin-bottom: 50px;
}

.zlShopify-enrollment-form-page .enrollmentform #enrollmentTitle .heading {
    color: #000;
    font-weight: 900 !important;
    font-size: 30px;
    text-transform: capitalize;
    font-family: 'poppins';
}

.zlShopify-enrollment-form-page .enrollmentform #enrollmentTitle .desc {
    max-width: 470px;
}

.zlShopify-enrollment-form-page .panel-default>.panel-heading {
    background-color: #fff;
    padding: 12px;
}

.zlShopify-enrollment-form-page .f-s-12 {
    font-size: 12px;
    font-weight: 400;
}

.zlShopify-enrollment-form-page .panel-group .panel {
    padding: 5px !important;
}

.zlShopify-enrollment-form-page .panel-group .panel .panel-body {
    background-color: #fff;
    padding: 12px;
}

.ds-checkbox .ds-checkbox__button {
    margin-top: 0 !important;
}

.ds-checkbox .ds-checkbox__button:before {
    left: 1px !important;
}

.zlShopify-enrollment-form-page .enrollmentform .panel .dropdown .dropdown-toggle:after {
    margin-left: 5rem;
}

@media (min-width: 1200px) {
    .zlShopify-enrollment-form-page .enrollmentform .panel .dropdown .dropdown-toggle:after {
        margin-left: 8.25rem;
    }
}

@media (max-width: 480px) {
    .zlShopify-enrollment-form-page .enrollmentform .panel .dropdown .dropdown-toggle:after {
        margin-left: 3.25rem;
    }
    .zlShopify-enrollment-form-page .unified-card {
        margin-top: 0px !important;
    }
}

.zlShopify-enrollment-form-page .zl-waterless-kit .second-half ul li{
    list-style-type: disc;
}

@media (max-width: 480px) {
    .zlShopify-enrollment-form-page .enrollmentform .panel-group .ds-enrollment-button button.btn {
        margin-right: 0 !important;
        padding: 8px 17px !important;
        line-height: 1.7;
        font-size: 14px;
        font-weight: 500;
    }

    .zlShopify-enrollment-form-page .enrollmentform #enrollmentTitle .heading {
        font-size: 20px;
        text-align: center;
    }

    .zlShopify-accordions .accordion-container .accordion-title {
        line-height: 1.5;
        font-size: 15px;
        padding: 12px 16px;
    }

    .zl-waterless-kit .second-half {
        margin-bottom: 0 !important;
        text-align: center;
    }
    
    .p-small-none {
        padding: 0 !important;
    }

    .w-sm-webkit-full {
        width: -webkit-fill-available;
    }

    .zl-waterless-kit .second-half div {
        font-size: 12px;
        margin-bottom: 0.7rem !important;
    }

    .zlShopify-enrollment-form-page .zl-waterless-kit .second-half ul {
        padding: 0 !important;
    }

    .zlShopify-enrollment-form-page .zl-waterless-kit .second-half ul li {
        list-style-position: inside;
    }

    .zlShopify-enrollment-form-page .zl-waterless-kit .second-half ul li::marker {
        margin-right: 2px;
    }
    
    .text-head-minified {
        font-size: 18px !important;
        margin-bottom: 1.5rem !important;
        margin-top: -0.5rem !important;
        text-align: center;
    }
}

.zlShopify-enrollment-form-page .enrollmentform .panel-group .ds-enrollment-button .btn {
    margin-right: 0 !important;
    padding: 8px 13px !important;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 500;
}

.zlShopify-enrollment-form-page .form-control {
    padding: 6px 2px !important;
}

.zlShopify-enrollment-form-page a {
    background-color: transparent;
    cursor: pointer;
}

.zlShopify-enrollment-form-page a:active,
.zlShopify-enrollment-form-page a:hover {
    outline: 0;
}

.zlShopify-enrollment-form-page button,
.zlShopify-enrollment-form-page input {
    color: inherit;
    font: inherit;
    margin: 0;
}

.zlShopify-enrollment-form-page button {
    overflow: visible;
}

.zlShopify-enrollment-form-page button {
    text-transform: none;
}

.zlShopify-enrollment-form-page button {
    -webkit-appearance: button;
    cursor: pointer;
}

.zlShopify-enrollment-form-page button::-moz-focus-inner,
.zlShopify-enrollment-form-page input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.zlShopify-enrollment-form-page input {
    line-height: normal;
}

.zlShopify-enrollment-form-page input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

@media print {

    .zlShopify-enrollment-form-page *,
    .zlShopify-enrollment-form-page :after,
    .zlShopify-enrollment-form-page :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .zlShopify-enrollment-form-page a,
    .zlShopify-enrollment-form-page a:visited {
        text-decoration: underline;
    }
}

.zlShopify-enrollment-form-page * {
    box-sizing: border-box;
}

.zlShopify-enrollment-form-page :after,
.zlShopify-enrollment-form-page :before {
    box-sizing: border-box;
}

.zlShopify-enrollment-form-page button,
.zlShopify-enrollment-form-page input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.zlShopify-enrollment-form-page a {
    color: #2196f3;
    text-decoration: none;
}

.zlShopify-enrollment-form-page a:focus,
.zlShopify-enrollment-form-page a:hover {
    color: #0a6ebd;
    text-decoration: none;
}

.zlShopify-enrollment-form-page a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: 0 !important;
}

.zlShopify-enrollment-form-page h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #000;
}

.zlShopify-enrollment-form-page h4 {
    margin-top: 9px;
    margin-bottom: 9px;
}

.zlShopify-enrollment-form-page h4 {
    font-size: 17px;
}

.zlShopify-enrollment-form-page .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    .zlShopify-enrollment-form-page .col-md-12 {
        float: left;
    }

    .zlShopify-enrollment-form-page .col-md-12 {
        width: 100%;
    }
}

.zlShopify-enrollment-form-page label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.zlShopify-enrollment-form-page input[type=checkbox] {
    margin: 4px 0 0;
    line-height: normal;
}

.zlShopify-enrollment-form-page input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: 0 !important;
}

.zlShopify-enrollment-form-page .form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.zlShopify-enrollment-form-page .form-control:focus {
    border-color: #b4b4b4;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(180, 180, 180, .6);
}

.zlShopify-enrollment-form-page .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.zlShopify-enrollment-form-page .form-control:-ms-input-placeholder {
    color: #999;
}

.zlShopify-enrollment-form-page .form-control::-webkit-input-placeholder {
    color: #999;
}

.zlShopify-enrollment-form-page .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.zlShopify-enrollment-form-page .btn:active:focus,
.zlShopify-enrollment-form-page .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: 0 !important;
}

.zlShopify-enrollment-form-page .btn:focus,
.zlShopify-enrollment-form-page .btn:hover {
    color: #333;
    text-decoration: none;
}

.zlShopify-enrollment-form-page .btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.zlShopify-enrollment-form-page .pull-right {
    float: right !important;
}

.zlShopify-enrollment-form-page .waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.zlShopify-enrollment-form-page .m-t-20 {
    margin-top: 20px !important;
}

.zlShopify-enrollment-form-page *,
.zlShopify-enrollment-form-page a,
.zlShopify-enrollment-form-page button,
.zlShopify-enrollment-form-page i,
.zlShopify-enrollment-form-page input {
    -webkit-font-smoothing: antialiased;
}

.zlShopify-enrollment-form-page *,
.zlShopify-enrollment-form-page :active,
.zlShopify-enrollment-form-page :hover {
    outline: 0 !important;
    -webkit-tap-highlight-color: transparent !important;
}

.zlShopify-enrollment-form-page .btn {
    border: 0;
    text-transform: uppercase;
}


.zlShopify-enrollment-form-page .btn {
    text-transform: uppercase !important;
    width: auto;
}

.zlShopify-enrollment-form-page *,
.zlShopify-enrollment-form-page :after,
.zlShopify-enrollment-form-page :before {
    box-sizing: border-box;
}

.zlShopify-enrollment-form-page h4 {
    color: #5e5e5e;
}

.zlShopify-enrollment-form-page .btn:active:focus,
.zlShopify-enrollment-form-page .btn:focus {
    outline: 0 !important;
}

.zlShopify-enrollment-form-page input:active,
.zlShopify-enrollment-form-page input:focus {
    outline: 0;
    box-shadow: none !important;
}

.zlShopify-enrollment-form-page .form-control {
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    resize: none;
}

.zlShopify-enrollment-form-page .form-control:active,
.zlShopify-enrollment-form-page .form-control:focus {
    border-bottom-color: #b4b4b4;
    box-shadow: none;
}

.zlShopify-enrollment-form-page .form-control:not(.fc-alt) {
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
}

.zlShopify-enrollment-form-page .form-control:not(.fc-alt):active,
.zlShopify-enrollment-form-page .form-control:not(.fc-alt):focus {
    border-bottom-color: #b4b4b4;
}

.zlShopify-enrollment-form-page input:active,
.zlShopify-enrollment-form-page input:focus {
    outline: 0;
    box-shadow: none !important;
}

.zlShopify-enrollment-form-page .form-control {
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    resize: none;
}

.zlShopify-enrollment-form-page .form-control:active,
.zlShopify-enrollment-form-page .form-control:focus {
    border-bottom-color: #b4b4b4;
    box-shadow: none;
}

.zlShopify-enrollment-form-page .form-control:not(.fc-alt) {
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
}

.zlShopify-enrollment-form-page .form-control:not(.fc-alt):active,
.zlShopify-enrollment-form-page .form-control:not(.fc-alt):focus {
    border-bottom-color: #b4b4b4;
}


.ds-checkbox .ds-checkbox__button:before {
    color: #fff;
    display: inline-block;
    height: 20px;
    width: 20px;
    position: absolute;
    left: -3px;
    top: 0;
    transform: rotate(-360deg) scale(0);
    transition: transform 0.2s, border 0.2s;
    transition-timing-function: cubic-bezier(0.6, 0.5, 0.2, 1.2);
}

@media (max-width: 480px) {
    .ds-checkbox .ds-checkbox__button:before {
        left: 0 !important;
    }
}

.ds-checkbox input {
    opacity: 0;
    height: 1px;
    width: 1px;
}


.ds-checkbox input:checked~.ds-checkbox__button:before {
    transform: rotate(0) scale(1);
}

.ds-checkbox input:focus~.ds-checkbox__button {
    border-color: #777;
}

.zlShopify-enrollment-form-page a:focus {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 1323px) and (min-width: 991px) {
    .zlShopify-enrollment-form-page :nth-child(2n) {
        margin-right: 0 !important;
    }
}

@media (max-width: 1323px) and (min-width: 991px) {
    .zlShopify-enrollment-form-page :nth-child(2n) {
        margin-right: 0 !important;
    }
}

@media print {
    .zlShopify-enrollment-form-page body * {
        visibility: hidden;
        overflow: hidden;
    }
}

.zlShopify-enrollment-form-page button,
.zlShopify-enrollment-form-page input {
    vertical-align: baseline;
}

.zlShopify-enrollment-form-page button {
    cursor: pointer;
    -webkit-appearance: button;
}

.zlShopify-enrollment-form-page button,
.zlShopify-enrollment-form-page input {
    font-family: Roboto, "Helvetica Neue", sans-serif;
}

.zlShopify-enrollment-form-page button,
.zlShopify-enrollment-form-page input {
    font-size: 100%;
}

@media all {

    .zlShopify-enrollment-form-page button,
    .zlShopify-enrollment-form-page input {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    .zlShopify-enrollment-form-page label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
    }

    .zlShopify-enrollment-form-page .form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 2px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
        -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

    .zlShopify-enrollment-form-page .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .zlShopify-enrollment-form-page .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .zlShopify-enrollment-form-page .form-control:-ms-input-placeholder {
        color: #999;
    }

    .zlShopify-enrollment-form-page .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .zlShopify-enrollment-form-page .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .zlShopify-enrollment-form-page .btn {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
}

.zlShopify-enrollment-form-page .m-0 {
    margin: 0 !important;
}

.zlShopify-enrollment-form-page .m-t-10 {
    margin-top: 10px !important;
}

.zlShopify-enrollment-form-page .w-100 {
    width: 100% !important;
}

.zlShopify-enrollment-form-page .btn {
    text-transform: uppercase !important;
    width: auto;
}

@media print {
    .zlShopify-enrollment-form-page body * {
        visibility: hidden;
        overflow: hidden;
    }
}

.zlShopify-enrollment-form-page .layout-column {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
}

.zlShopify-enrollment-form-page .layout-column {
    -ms-flex-direction: column;
    flex-direction: column;
}

.zlShopify-enrollment-form-page .layout-column {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
}

.zlShopify-enrollment-form-page .m-t-10 {
    margin-top: 10px !important;
}

.zlShopify-enrollment-form-page .layout-column {
    -ms-flex-direction: column;
    flex-direction: column;
}

.zlShopify-enrollment-form-page .layout-column {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
}

.zlShopify-enrollment-form-page a {
    background-color: transparent;
    cursor: pointer;
}

.zlShopify-enrollment-form-page a:active,
.zlShopify-enrollment-form-page a:hover {
    outline: 0;
}

.zlShopify-enrollment-form-page button {
    color: inherit;
    font: inherit;
    margin: 0;
}

.zlShopify-enrollment-form-page button {
    overflow: visible;
}

.zlShopify-enrollment-form-page button {
    text-transform: none;
}

.zlShopify-enrollment-form-page button {
    -webkit-appearance: button;
    cursor: pointer;
}

.zlShopify-enrollment-form-page button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

@media print {

    .zlShopify-enrollment-form-page *,
    .zlShopify-enrollment-form-page :after,
    .zlShopify-enrollment-form-page :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .zlShopify-enrollment-form-page a,
    .zlShopify-enrollment-form-page a:visited {
        text-decoration: underline;
    }
}

.zlShopify-enrollment-form-page * {
    box-sizing: border-box;
}

.zlShopify-enrollment-form-page :after,
.zlShopify-enrollment-form-page :before {
    box-sizing: border-box;
}

.zlShopify-enrollment-form-page button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.zlShopify-enrollment-form-page a {
    color: #2196f3;
    text-decoration: none;
}

.zlShopify-enrollment-form-page a:focus,
.zlShopify-enrollment-form-page a:hover {
    color: #0a6ebd;
    text-decoration: none;
}

.zlShopify-enrollment-form-page a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: 0 !important;
}

// .zlShopify-enrollment-form-page ul {
//     margin-top: 0;
//     margin-bottom: 9px;
// }

.zlShopify-enrollment-form-page .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.zlShopify-enrollment-form-page .btn:active:focus,
.zlShopify-enrollment-form-page .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: 0 !important;
}

.zlShopify-enrollment-form-page .btn:focus,
.zlShopify-enrollment-form-page .btn:hover {
    color: #333;
    text-decoration: none;
}

.zlShopify-enrollment-form-page .btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.zlShopify-enrollment-form-page .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.zlShopify-enrollment-form-page .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.zlShopify-enrollment-form-page .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.zlShopify-enrollment-form-page .btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.zlShopify-enrollment-form-page .btn-default:active:focus,
.zlShopify-enrollment-form-page .btn-default:active:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.zlShopify-enrollment-form-page .btn-default:active {
    background-image: none;
}

.zlShopify-enrollment-form-page .btn-default:focus {
    color: #333;
    background-color: #fff;
    border-color: transparent;
}

.zlShopify-enrollment-form-page .btn-default:active {
    background-image: none;
    background-color: #d9d9d9;
}

.zlShopify-enrollment-form-page .btn-default:active,
.zlShopify-enrollment-form-page .btn-default:focus,
.zlShopify-enrollment-form-page .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}

.zlShopify-enrollment-form-page .dropdown-toggle:focus {
    outline: 0;
}

.zlShopify-enrollment-form-page .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}

.zlShopify-enrollment-form-page .pull-right {
    float: right !important;
}

.zlShopify-enrollment-form-page .waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.zlShopify-enrollment-form-page *,
.zlShopify-enrollment-form-page a,
.zlShopify-enrollment-form-page button,
.zlShopify-enrollment-form-page i {
    -webkit-font-smoothing: antialiased;
}

.zlShopify-enrollment-form-page *,
.zlShopify-enrollment-form-page :active,
.zlShopify-enrollment-form-page :hover {
    outline: 0 !important;
    -webkit-tap-highlight-color: transparent !important;
}

.zlShopify-enrollment-form-page .dropdown-menu {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    transition: all;
    transition-duration: 250ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: 1px;
}

.zlShopify-enrollment-form-page .btn {
    border: 0;
    text-transform: uppercase;
}


.zlShopify-enrollment-form-page .btn {
    text-transform: uppercase !important;
    width: auto;
}

.zlShopify-enrollment-form-page *,
.zlShopify-enrollment-form-page :after,
.zlShopify-enrollment-form-page :before {
    box-sizing: border-box;
}

.zlShopify-enrollment-form-page .btn:active:focus,
.zlShopify-enrollment-form-page .btn:focus {
    outline: 0 !important;
}

.zlShopify-enrollment-form-page .dropdown-menu {
    z-index: 9;
}

.zlShopify-enrollment-form-page a:focus {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 1323px) and (min-width: 991px) {
    .zlShopify-enrollment-form-page :nth-child(2n) {
        margin-right: 0 !important;
    }
}

@media (max-width: 1323px) and (min-width: 991px) {
    .zlShopify-enrollment-form-page :nth-child(2n) {
        margin-right: 0 !important;
    }
}

@media print {
    .zlShopify-enrollment-form-page body * {
        visibility: hidden;
        overflow: hidden;
    }
}

.zlShopify-enrollment-form-page button {
    vertical-align: baseline;
}

.zlShopify-enrollment-form-page button {
    cursor: pointer;
    -webkit-appearance: button;
}

.zlShopify-enrollment-form-page button {
    font-family: Roboto, "Helvetica Neue", sans-serif;
}

.zlShopify-enrollment-form-page button {
    font-size: 100%;
}

.zlShopify-enrollment-form-page .btn-theme {
    padding: 11px 35px;
    border: 2px solid transparent;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 500;
}

.zlShopify-enrollment-form-page a:focus {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 1323px) and (min-width: 991px) {
    .zlShopify-enrollment-form-page :nth-child(2n) {
        margin-right: 0 !important;
    }
}

@media (max-width: 1323px) and (min-width: 991px) {
    .zlShopify-enrollment-form-page :nth-child(2n) {
        margin-right: 0 !important;
    }
}

@media print {
    .zlShopify-enrollment-form-page body * {
        visibility: hidden;
        overflow: hidden;
    }
}

.zlShopify-enrollment-form-page button,
.zlShopify-enrollment-form-page input {
    vertical-align: baseline;
}

.zlShopify-enrollment-form-page button {
    cursor: pointer;
    -webkit-appearance: button;
}

.zlShopify-enrollment-form-page button,
.zlShopify-enrollment-form-page input {
    font-family: var(--DS-secondary-font);
}

.zlShopify-enrollment-form-page button,
.zlShopify-enrollment-form-page input {
    font-size: 100%;
}

.zlShopify-enrollment-form-page .unified-card {
    margin-bottom: 1.5rem;
    padding: 0;
    // border: 1px solid #000;
    // box-shadow: 0 14px 100px #ff00f517, 0 10px 25px rgb(0 0 0 / 10%);
    /* background-color: #fff; */
    margin-top: 30px;
}
.zlShopify-enrollment-form-page .unified-card.checkout-unified-card {
    margin-top: 30px;
}

.label-text {
    font-weight: 600;
    letter-spacing:.05em;
    font-size: 14px !important;
    color: black;
    text-transform:uppercase;
    font-family: var(--DS-secondary-font);
}

@media (max-width: 489px) {
    .ds-column-xs {
        display: flex !important;
        flex-direction: column !important;
    }
}

.zlShopify-enrollment-form-page .submit-enrollment-button{
    font-family: var(--DS-secondary-font);
    padding: 12px 20px !important;
    min-width: 260px;
    background-color: #fff !important;
    color: #000!important;
    font-size: 14px !important;
    font-weight: 600 !important;
    float: right;
    border: 1px solid var(--DS-primary-color-1);
    text-transform: uppercase;
}

.zlShopify-enrollment-form-page .submit-enrollment-button:hover {
    background-color: #fff !important;
    border: 2px solid var(--DS-primary-color-2);
    scale: 1.02;
    box-shadow: 0 4px 4px #0000001a;
    transition: all 0.2s ease-in-out;
}

.zlShopify-enrollment-form-page .continue-enrollment-button{
    background-color: #787878 !important;
    border: none;
    color: #fff;
    padding: 10px 20px;
    min-width: 200px;
    text-transform: uppercase;
    font: 600 14px var(--DS-secondary-font);
}


.pt-3 {
    padding-top: 0.75rem;
}

.DS-label-text {
    font-weight: 500;
    font-size: 14px !important;
    color: #767676;
}

td.c-black {
    font-weight: 500;
    font-size: 16px !important;
    color: #767676;
    padding: 12px !important;
    text-align: center;
}

.zlShopify-enrollment-form-page .enrollmentform .elementor-shape-bottom {
    margin-bottom: -1px;
    margin-top: -60px;
}

.t-cell {
    padding: 10px;
}

th.t-cell { 
    font-size: 14px;
    font-family: var(--DS-primary-font);
    font-weight: 500;
}

td.t-cell { 
    font-size: 14px !important;
    font-family: var(--DS-secondary-font);
    font-weight: 500;
}

.zlShopify-enrollment-form-page .enrollment-email-address-input {
    position:relative
}

// .zlShopify-enrollment-form-page .enrollment-email-address-input .verified-badge {
//    margin-top: -6px;
// }

.zlShopify-enrollment-form-page .enrollment-email-address-input .verified {
    color: rgb(28 122 22);
    font-weight: 500;
    font-size: 15px;
}

.zlShopify-enrollment-form-page .enrollment-email-address-input .not-verified {
    color: rgb(255 129 129);
    font-weight: 500;
    font-size: 15px;
}

.p-b-5 {
    padding: 15px;
}

.zlShopify-enrollment-form-page .enrollment-email-address-input .email-verifications {
    position: absolute;
    right: 5px;
    top: 14px;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

.zlShopify-enrollment-form-page .email-verifications > * {
    margin-right: 10px;
}

.btn-set-sponsor {
    margin-top: 2rem !important;
    padding: 12px 30px !important;
    font-size: 14px !important;
    font-family: var(--DS-secondary-font) !important;
    background-color: var(--DS-primary-color-1) !important;
    border-radius: 0 !important;
}

.btn-set-sponsor:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.list-type-disc {
    list-style-type: disc !important;
}