/* Start RX PD tool styling */

#pdwrapper {
    display: none;
}

#pd-video-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#pd-video-container:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/camera-overlay-new.png) no-repeat 50% 50%;
    background-size: cover;
    content: '';
    z-index: 999;
}

.no-camera {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    z-index: 99999;
    text-align: center;
}

.no-camera h3 {
    font-size: 24px;
    color: #f5f5f5;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 1.3
}

.wc-pao-validation-notice {
    display: none;
}

.no-camera p {
    font-size: 18px;
    margin-bottom: 50px;
    color: #f5f5f5
}

.no-camera img {
    display: block;
    margin: 70px auto 20px
}

.no-camera button {
    width: 256px;
    padding: 18px 15px 18px 40px;
    font-size: 20px !important;
    font-weight: 500 !important;
    border-radius: 40px !important;
    letter-spacing: .5px;
    /*background: url(/wp-content/uploads/2020/04/refresh.png) no-repeat left 60px center #fff !important;*/
    border: none;
    color: #000 !important;
    /*background-size: 30px*/
}

.no-camera button:hover {
    border-radius: 40px;
    letter-spacing: .5px;
    /*background: url(/wp-content/uploads/2020/04/refresh.png) no-repeat left 60px center #f1f1f1 !important;*/
    /*background-size: 30px;*/
    border: none;
    color: #000
}

.no-click {
    pointer-events: none;
}

a.btn {
    display: inline-block;
    vertical-align: middle;
    border-radius: 30px;
    color: #fff;
    background: #00837E;
    text-transform: uppercase;
    padding: 10px 32px;
    transition: 0.2s ease-in all;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 600;
    min-width: 144px;
    text-align: center;
    text-decoration: none;
    margin-top: 25px;
}

a.btn:hover {
    background: #12938E;
    color: #fff;
}

a.btn.take-shot {
    max-width: 229px;
    display: flex;
    justify-content: center;
    margin: 25px auto 0px auto;
    align-items: center;
}

.take-photo-section.desktop-section a.take-shot {
    margin-top: 0px;
}

img.btn-icon {
    width: 20px;
    height: 20px;
    margin-left: 12px;
}

a.btn.btn-sec {
    background: #3f6bb2;
    color: #fff;
    border-color: #3f6bb2;
}

a.btn.btn-sec:hover {
    background: #fff;
    color: #3f6bb2;
}

a.btn.retake {
    background: transparent;
    border-radius: 30px;
    border: 2px solid #00837E;
    color: #00837E;
    padding: 13px 24px;
    font-size: 16px;
    line-height: 1em;
}

.pd-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    overflow: auto;
}

.pd-container {
    max-width: 1360px;
    margin: 0 auto;
    position: relative;
}


/* New CSS added by Asim */

.pd-top-bar .pd-container {
    display: flex;
    padding: 3px 0px;
    justify-content: space-between;
    align-items: center;
}

.pd-top-bar .pd-container .pd-logo {
    width: 20%;
    align-items: center;
    display: flex;
}

.take-photo-section.desktop-section {
    width: 60%;
    display: none;
}

.return-prescription {
    width: 20%;
    align-items: center;
    display: flex;
    justify-content: end;
    padding-right: 32px;
}

.return-prescription a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1em;
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 30px;
    border: 2px solid #00837E;
    transition-duration: 0.5s;
}

.return-prescription a:hover {
    background: #00837E;
    color: #fff;
}

.instruction-section {
    display: flex;
    align-items: center;
    max-width: 1120px;
    gap: 52px;
}

.instruction-section .left-section {
    width: 54%;
}

.instruction-section .right-section {
    width: 42%;
}

.step1-wrapper p span {
    color: #00837E;
}

.step-bottom.position-section {
    padding: 56px 0px;
    background: #F5F5F5;
}

.step-bottom .inner-section {
    max-width: 1159px;
    margin: 0 auto;
    display: flex;
}

.step-bottom .left-section {
    display: flex;
    width: 55%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.step-bottom .right-section {
    width: 43%;
}

.step-bottom .middle-section {
    width: 10%;
}

.step-bottom .middle-section hr {
    width: 1px;
    height: 289px;
    background: #E0E0E0;
}

.step-bottom .left-section div.list div {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    text-align: left;
    display: flex;
    margin-bottom: 31px;
}

.step-bottom .left-section div.list {
    counter-reset: list-number;
}

.step-bottom .left-section div.list div:before {
    counter-increment: list-number;
    content: counter(list-number);
    margin-right: 16px;
    width: 100%;
    max-width: 41px;
    height: 41px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1.25em;
    letter-spacing: -1px;
    background-color: #00837E;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    font-family: Inter, sans-serif;
}

a.measure-btn {
    padding: 12px 32px;
    border-radius: 30px;
    background: #00837E;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
    text-transform: uppercase;
    text-decoration: none;
    transition-duration: 0.5s;
}

a.measure-btn:hover {
    background-color: #12938E;
}

.txt-block h3 {
    color: #00837E !important;
    margin: 4px 0 20px 0;
}

.retake-btns {
    display: none;
}

.btn-area.retake-btns.desktop-retake-btns {
    width: 60%;
    text-align: center;
}

.btn-area.retake-btns.desktop-retake-btns a.btn.retake,
.btn-area.retake-btns.desktop-retake-btns a.btn.use-photo {
    margin-top: 0px;
}

@media screen and (min-width:769px) {
    .btn.take-shot.mobile-version {
        display: none;
    }
    .mobile-retake-btns {
        display: none;
    }
    .mobile-measure-btn {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .pd-top-bar .pd-container .pd-logo,
    .return-prescription {
        width: 50%;
    }
    .return-prescription {
        padding-right: 0px;
    }
    .instruction-section {
        gap: 8px;
        flex-direction: column;
    }
    .instruction-section .left-section,
    .instruction-section .right-section {
        width: 100%;
    }
    .step1-wrapper p {
        font-size: 18px !important;
    }
    .step-bottom .inner-section {
        flex-direction: column;
        gap: 30px;
    }
    .step-bottom .left-section,
    .step-bottom .right-section {
        width: 100%;
    }
    .step-bottom .middle-section {
        display: none;
    }
    .txt-block h3 {
        font-size: 18px;
        line-height: 1.5em;
    }
    .pd-top-area p {
        font-size: 14px !important;
        line-height: 1.4em !important;
        font-weight: 400;
    }
    .btn-area.retake-btns.mobile-retake-btns {
        padding: 0 16px;
    }
    .btn-area.retake-btns.mobile-retake-btns a.btn {
        width: -webkit-fill-available;
        margin-top: 16px
    }
    .btn-area.retake-btns.mobile-retake-btns a.btn.use-photo {
        padding: 14px 32px !important;
    }
    .desktop-measure-btn {
        display: none;
    }
    .mobile-measure-btn {
        margin-top: 16px;
    }
    .no-camera img {
        margin: 10px auto 10px;
        width: 30px;
    }
    .no-camera h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .no-camera p {
        font-size: 12px;
        max-width: 330px;
        margin: 0 auto 20px auto;
    }
    .no-camera button {
        width: 200px;
        padding: 8px 15px 8px 15px;
        font-size: 14px !important;
    }
}

@media screen and (max-width:1366px) {
    .step-top,
    .step-bottom .inner-section {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}


/* End */

.pd-area {
    display: none;
    text-align: center;
    margin-bottom: 40px
}


/* PD Top Bar */

.pd-top-bar {
    overflow: hidden;
    padding: 8px 10px 7px;
    border-bottom: 1px solid #9E9E9E;
}

.pd-top-bar .title {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.pd-top-bar .pd-close {
    float: right;
    width: 20px;
    height: 20px;
    background: url(../img/close.png) no-repeat 50% 50%;
    background-size: 100% auto;
    font-size: 0;
    line-height: 0;
}


/* PD Top Area */

.pd-top-area {
    text-align: center;
    padding: 20px 16px 10px 16px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    min-height: 132px;
}

.pd-top-area a.btn {
    margin: 0 0 22px;
}

.pd-top-area p {
    margin: 0 auto;
    max-width: 890px;
    font-size: 18px;
    line-height: 1.5em;
    color: #3f4d4c;
    font-weight: 400;
}


/* Timer */

.timer {
    display: none;
}

.timer .counter {
    width: 46px;
    height: 46px;
    border-radius: 46px;
    margin: 0 auto 22px;
    background: #00837E;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
}


/* PD Bottom Area */

.pd-bottom-area {
    display: none;
    padding: 0 10px 20px;
    min-height: 132px;
}

.pd-bottom-area .txt-block {
    text-align: center;
    padding: 20px 0 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
}

.pd-bottom-area .btn-area {
    margin: 30px 0 0 0;
}

.pd-bottom-area .btn-area a.btn {
    margin: 0 16px;
}

.pd-bottom-area .txt-block p {
    margin: 0;
    font-weight: 400;
}

.pd-bottom-area .txt-block p strong {
    font-weight: 600;
}


/* Camera */

.camera-area {
    overflow: hidden;
    position: relative;
}

.camera-area .capture-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100% !important;
    /*height: 60vh !important;*/
    z-index: 9999;
    display: none;
}

.camera-area .capture-img .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.camera-area .capture-img img {
    width: 100% !important;
    height: auto !important;
}

#my_camera {
    width: 100% !important;
    /* height: 60vh !important; */
    /* height: 100vh !important; */
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-height: 530px;
    max-width: 775px;
}

#my_camera video {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    /*-webkit-transform: scale(1);*/
    /*-moz-transform: scale(1);*/
    /*-ms-transform: scale(1);*/
    /*-o-transform: scale(1);*/
    /*transform: scale(1);*/
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#my_camera canvas {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
}

.camera-area canvas {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}


/* Step1 */

.step1-wrapper {
    text-align: center;
    padding: 42px 0 0;
    font-size: 14px;
    line-height: 18px;
}

.step1-wrapper .step-top {
    margin: 0 auto 34px;
    font-size: 16px;
    line-height: 20px;
}

.step1-wrapper h4 {
    font-size: 31px;
    line-height: 1.5em;
    color: #3F4D4C;
    font-weight: 600;
    margin: 0 0 10px;
}

.step1-wrapper .img-area {
    margin: 0 0 26px;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 40px 0;
}

.step1-wrapper .img-area .img-holder {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
}

.step1-wrapper .img-area img {
    width: 100%;
    height: auto;
}

.step1-wrapper p {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}

.step1-wrapper .btn {
    margin: 0 0 20px;
}

@media (max-width:770px) {
    .camera-area .capture-img,
    #my_camera {
        width: 100% !important;
        left: 0;
        transform: none;
        max-height: 700px;
    }
    #my_camera .render-camera {
        position: static;
    }
    .pd-top-area {
        padding: 10px;
        font-size: 14px;
        line-height: 18px;
        min-height: 108px;
    }
    .pd-top-area a.btn {
        margin: 0 0 12px;
    }
    a.btn {
        /*padding: 12px 10px 8px;*/
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        min-width: 120px;
    }
    .timer {
        padding: 10px 0;
    }
    .timer .counter {
        width: 36px;
        height: 36px;
        border-radius: 36px;
        margin: 0 auto 12px;
        font-size: 18px;
        line-height: 40px;
    }
    .pd-bottom-area .txt-block {
        font-size: 14px;
        line-height: 18px;
    }
    .pd-bottom-area .btn-area a.btn {
        margin: 8px;
    }
    .camera-area .capture-img .img-holder {
        height: auto;
    }
    .step1-wrapper {
        /*padding: 10px 10px 0;*/
        font-size: 14px;
        line-height: 18px;
    }
    .step1-wrapper .img-area {
        margin: 0 0 10px;
        padding: 10px 0;
    }
    .step1-wrapper .img-area .img-holder {
        width: 100%;
        margin: 10px 0;
        float: none;
    }
    .step1-wrapper .img-area .img-holder img {
        height: 20vh;
        width: auto;
        max-width: 100%
    }
    .step1-wrapper .btn {
        margin: 0 0 10px;
    }
    .step1-wrapper .step-top {
        margin: 0 0 10px;
        font-size: 14px;
        line-height: 18px;
    }
    .step1-wrapper h4 {
        font-size: 21px;
        line-height: 1.5em;
        margin: 0 0 8px;
    }
    /*.camera-area canvas {*/
    /*    max-height:320px !important;*/
    /*}*/
}


/********/

.woocommerce .composite_form {
    position: static !important;
    padding: 0 !important;
}

.woocommerce .composite_form .composite_component .component_content {
    height: auto !important;
    overflow: visible !important;
}

.wc-pao-addon-container label.wc-pao-addon-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #3F4D4C;
    margin-bottom: 8px;
}

em.required {
    font-style: inherit;
    margin-left: -2px;
}


/* RX Nav Styles */

.woocommerce .composite_form .composite_pagination .nav-prev,
.woocommerce .composite_form .composite_pagination .nav-next {
    float: right;
    width: 17px;
    height: 30px;
    background: url('../img/rx-icon-arrow.png') no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0;
}

.woocommerce .composite_form .composite_pagination .nav-prev {
    float: left;
    transform: rotate(180deg);
}

.woocommerce .composite_form .composite_pagination .nav-prev.disabled,
.woocommerce .composite_form .composite_pagination .nav-next.disabled {
    background: url('../img/rx-icon-arrow-disable.png') no-repeat;
    pointer-events: none;
}

.woocommerce .composite_form .composite_pagination .nav-prev.disabled {
    transform: rotate(0);
}

.woocommerce .composite_form .composite_pagination .nav-next.disabled {
    transform: rotate(180deg);
}

.woocommerce .composite_form .composite_pagination nav {
    overflow: hidden;
    margin: 0 auto 40px;
}

.woocommerce .composite_form .composite_pagination {
    text-align: center;
    padding: 0;
    margin: 0;
}

.woocommerce .composite_form .composite_pagination ul {
    padding: 32px 0 0;
    margin: 0;
    position: relative;
    display: inline-block;
}

.woocommerce .composite_form .composite_pagination ul li:before,
.woocommerce .composite_form .composite_pagination ul li:after {
    display: none;
}

.woocommerce .composite_form .composite_pagination ul li {
    float: none;
    vertical-align: top;
    margin: 0;
    background: none !important;
    padding: 0;
    font-weight: 400;
    height: auto;
    line-height: 20px;
    position: static;
    overflow: hidden;
    margin: 0 4px;
    max-width: 82px;
}

.composite_form .composite_pagination ul li .element_inner {
    max-width: 100%;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 0;
    display: block;
    background: #E3E3E3;
    height: 5px;
    min-width: 82px;
    border-radius: 7px;
}

.woocommerce .composite_pagination ul li.pagination_element_current .element_inner {
    background: #12938E;
}

.woocommerce .composite_pagination ul li.visited .element_inner {
    background: #757575;
}

.woocommerce .composite_pagination .element_index {
    display: none;
}

.woocommerce .composite_pagination .element_title {
    display: block;
    white-space: normal;
}

.woocommerce .composite_pagination .element_link,
.woocommerce .last-step .composite_pagination .element_link {
    position: absolute;
    left: 50%;
    top: 0px;
    padding: 0;
    transform: translateX(-50%);
    display: none;
    font-size: 21px;
    font-weight: 600;
    color: #000000 !important;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
}

.woocommerce .composite_pagination .pagination_element_current .element_link {
    display: block;
}

.woocommerce .last-step #final-step-summary .title-text.pp-primary-title,
.woocommerce .last-step #final-step-summary .content_product_title,
.woocommerce .last-step #final-step-summary .meta_value,
.woocommerce .last-step #final-step-summary .woocommerce-Price-amount.amount {
    color: #3F4D4C !important;
    line-height: 32px;
}

.woocommerce .composite_pagination .element_link.inactive,
.woocommerce .composite_pagination .pagination_element.pagination_element_review .element_link,
.woocommerce .last-step .composite_pagination .pagination_element.pagination_element_review .element_link {
    color: #9E9E9E;
}

.woocommerce .last-step .composite_pagination .pagination_element.pagination_element_review .element_link {
    pointer-events: unset;
    cursor: pointer;
}

.woocommerce .composite_pagination .pagination_element.pagination_element_review .element_link {
    pointer-events: none;
    cursor: default;
}

.woocommerce .composite_pagination .element_link.inactive:before,
.woocommerce .composite_pagination .pagination_element.pagination_element_review .element_link:before {
    border-color: #bdbdbd;
    background: #fff;
}

.woocommerce .composite_pagination .element_link:hover {
    text-decoration: none;
}


/* separtors */

.wc-pao-addon-separator-bar-1 {
    border-bottom: 1px solid #e0e0e0;
    margin: 0 0 37px !important;
    display: block;
    overflow: hidden;
}

.wc-pao-addon-separator-bar-1 .wc-pao-addon-heading {
    display: none !important;
}


/* Step Titles Styles */

.woocommerce .composite_form .component_inner .composite_navigation,
.woocommerce .composite_form .composited_product_details_wrapper,
.woocommerce .composite_form .composited_product_images,
.woocommerce .composite_form .component_title_wrapper {
    display: none;
}

.woocommerce .composite_form .component_description {
    margin: 0 0 24px;
    padding: 0;
}

.woocommerce .composite_form .component_description p {
    margin: 0;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    color: #424242;
}

.woocommerce .composite_form .component_section_title,
.woocommerce .composite_form .component_pagination,
.woocommerce .composite_form .component_message {
    display: none !important;
}


/* Step Thumbnails */

.woocommerce .composite_form ul.component_option_thumbnails_container {
    margin: 0;
    /*display: flex;
    flex-wrap: wrap;*/
}

.woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container.hidden {
    display: none;
}

.woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container {
    padding: 0;
    width: 100% !important;
    float: none;
    clear: none !important;
    margin: 0 0 16px 0;
    text-align: left;
    border: 1px solid #cccccc;
    border-radius: 6px;
}

.woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container:hover {
    border-color: #12938E;
    background-color: #F6FAF9;
}

.woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container.selected-li {
    border-color: #12938E;
    background-color: #F6FAF9;
}

.woocommerce .composite_form ul.component_option_thumbnails_container .component_option_thumbnail {
    border: none;
    background: url(../img/rx-icon-arrow.png) no-repeat transparent;
    margin: 0 !important;
    padding: 16px 120px 16px 200px;
    min-height: 113px;
    background-position: right 30px center;
    background-size: 10px;
}

.woocommerce .composite_form ul.component_option_thumbnails_container .component_option_thumbnail.selected:after {
    display: block;
    background: #00837E url(../img/rx-icon-check.png) no-repeat center;
    border-color: #00837E;
    background-size: 13px auto;
}

.woocommerce .composite_form ul.component_option_thumbnails_container .component_option_thumbnail:after {
    width: 23px;
    height: 23px;
    position: absolute;
    left: 24px;
    top: 50%;
    margin-top: -11px;
    content: '';
    border-radius: 23px;
    border: 1px solid #C0C0C0;
    pointer-events: none;
    /*display: none;*/
}

.woocommerce .composite_form .component_option_thumbnail .thumnail_title {
    margin: 0 0 5px;
}

.woocommerce .composite_form .component_option_thumbnail .thumnail_title .price {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #3F4D4C !important;
    padding: 0 0 0 10px;
}

.woocommerce .composite_form .component_option_thumbnail.selected .title {
    color: #00837E;
}

.woocommerce .composite_form .component_option_thumbnail .title {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 0;
    font-weight: 600;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    /*border-bottom: 1px solid #c0c0c0;*/
    /*text-transform: uppercase;*/
    /*margin: auto;*/
}

.woocommerce .composite_form .component_option_thumbnail .image {
    margin: 0;
    width: 106px;
    height: 106px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce .composite_form .component_option_thumbnail .image img {
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 110px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.woocommerce .composite_form .component_option_thumbnail .thumbnail_description {
    padding: 0;
    padding-bottom: 0;
}

.woocommerce .composite_form .component_option_thumbnail .thumbnail_description p:last-of-type,
.woocommerce .composite_form .component_option_thumbnail .thumbnail_description p:last-child {
    margin: 0;
}

.woocommerce .composite_form .component_option_thumbnail .thumbnail_description p {
    font-size: 14px;
    color: #757575;
    line-height: 21px;
    margin: 0 0 15px;
}

.woocommerce .composite_form .component_option_thumbnail .thumbnail_description ul.desc-ul {
    padding: 20px 8% 0;
    margin: 0 0 20px;
    border-top: 1px solid #ddd;
}

.woocommerce .composite_form .component_option_thumbnail .thumbnail_description ul.desc-ul li {
    list-style: none;
    margin: 0 0 13px;
    text-align: left;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    min-height: 35px;
    padding: 7px 0 0 65px;
    position: relative;
}

.woocommerce .composite_form .component_option_thumbnail .thumbnail_description ul.desc-ul img {
    margin-left: 0;
    max-width: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
}

.woocommerce .composite_form .component_option_thumbnail .thumbnail_description ul.lens-points {
    padding: 0 0 0 27px;
    list-style: disc;
    font-size: 14px;
    line-height: 1.4;
    color: #4D5858;
}

.woocommerce .composite_form .component_option_thumbnail .thumbnail_description ul.lens-points li {
    padding-bottom: 5px;
}


/*.woocommerce .composite_form .component_option_thumbnail.selected .thumbnail_buttons .component_option_thumbnail_select{ display: none; }
.woocommerce .composite_form .component_option_thumbnail .thumbnail_buttons .pre-selected{ display: none; }
.woocommerce .composite_form .component_option_thumbnail.selected .thumbnail_buttons .pre-selected{ display: block; }*/

.woocommerce .composite_form .component_option_thumbnail .thumb-tooltip {
    position: absolute;
    right: 15px;
    top: 50%;
    background: url('../img/icon-tooltip.png') no-repeat;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 99;
    transform: translateY(-50%);
    display: none;
}

.woocommerce .composite_form .component_option_thumbnail .thumbnail_buttons {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
}

.woocommerce .composite_form .component_option_thumbnail .thumbnail_buttons button {
    width: 100%;
    height: 100%;
    opacity: 0 !important;
    pointer-events: all !important;
    text-indent: 0 !important;
}

.woocommerce .composite_form .component_option_thumbnail .thumbnail_description .price {
    font-size: 14px !important;
    color: #666666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: none !important;
}


/* Show Bundle Products */

.woocommerce .composite_form .composite_component.active_content .composited_product_details_wrapper {
    display: block;
}


/* Component Addon */

.woocommerce .composite_form .component_wrap .price,
.woocommerce .composite_form .component_wrap .quantity_button,
.woocommerce .composite_form .component_wrap .wc-pao-addon-container select {
    display: none !important;
}

.woocommerce .composite_form .component_wrap .wc-pao-addon-color {
    margin: 0;
    padding: 0;
}

.woocommerce .composite_form .component_wrap .wc-pao-addon-color .form-row {
    margin: 0;
    padding: 0;
}

.woocommerce .composite_form .component_wrap .wc-pao-addon-container .wc-pao-addon-image-swatch.selected {
    border: 2px solid #032989;
}

.woocommerce .composite_form .component_wrap .wc-pao-addon-container .wc-pao-addon-image-swatch {
    padding: 12px 13px;
    margin: 4px 0px;
    border: 1px solid #ddd;
    background: #ffffff !important;
    outline: none;
    border-radius: 3px;
    display: block;
    width: 100%;
}

.woocommerce .composite_form .component_wrap .wc-pao-addon-container .wc-pao-addon-image-swatch img {
    float: left;
    margin-left: 5px;
}

.woocommerce .composite_form .component_wrap .wc-pao-addon-container .wc-pao-addon-image-swatch span {
    float: left;
    margin-left: 15px;
    margin-top: 7px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    text-transform: uppercase;
}


/* Component Content Styles */

.woocommerce .composite_form .error-msg {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    background: #FFF8F7;
    border: 1px solid #DF2A4A;
    border-radius: 4px;
    padding: 12px 14px 12px 53px;
    position: relative;
    margin-bottom: 36px;
}

.woocommerce .composite_form .error-msg:before {
    background: url(../img/icon-error.png) no-repeat;
    content: '';
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 14px;
    margin-top: -14px;
}

.woocommerce .composite_form .warning-msg {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    padding: 12px 14px 12px 53px;
    position: relative;
    margin-bottom: 36px;
    background: #FEF4E5;
    border: 1px solid #F7BD66;
    border-radius: 4px;
}

.woocommerce .composite_form .warning-msg:before {
    background: url(../img/icon-warning.png) no-repeat;
    content: '';
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 14px;
    margin-top: -14px;
}

.woocommerce .composite_form .composite_component .component_content .component_summary .content {
    margin: 0;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products {
    margin: 0;
    padding: 0;
    max-width: 650px;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products li {
    float: none;
    width: 100%;
    margin: 0 0 10px;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products li:first-child .product_title {
    padding: 31px 0 0;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products .product_title {
    float: left;
    width: 125px;
    max-width: 150px;
    text-align: left;
    margin: 0 !important;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #212121;
    padding-right: 5px !important;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products .product_title span {
    display: block;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products .cart {
    float: none;
    overflow: hidden;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products .cart .bundled_item_cart_content {
    /* max-width: 435px; 
    overflow: hidden; */
}

.woocommerce .composite_form .composite_component .component_content .bundled_products li .wc-pao-addon-container {
    float: left;
    width: 20%;
    /* padding: 0 5px; 
    max-width: 98px;*/
    margin-right: 30px;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products li .bundled_product_images.images {
    display: none;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products li .wc-pao-addon-container.wc-pao-addon-sphere-sph,
.woocommerce .composite_form .composite_component .component_content .bundled_products li .wc-pao-addon-container.wc-pao-addon-cylinder-cyl,
.woocommerce .composite_form .composite_component .component_content .bundled_products li .wc-pao-addon-container.wc-pao-addon-addition-add {
    width: 108px;
    max-width: 100%;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products li .wc-pao-addon-container.wc-pao-addon-axis-axs {
    width: 90px;
    max-width: 100%;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products li .wc-pao-addon-container.wc-pao-addon-addition-add {
    margin-right: 0;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products li .wc-pao-addon-container.wc-pao-addon-add {
    margin-right: 0;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products li .wc-pao-addon-container.wc-pao-addon-pd,
.woocommerce .composite_form .composite_component .component_content .bundled_products li .wc-pao-addon-container.wc-pao-addon-dp {
    display: none !important;
}

.woocommerce .composite_form .composite_component.active_content .component_content .component_data .single_variation_wrap {
    display: none;
}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .single_variation_wrap {
    display: block;
}

.addons-data {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    padding: 0 16px 16px 200px;
}

.addons-data .addon-title {
    font-weight: 600;
    width: 100%;
    display: block;
    text-align: left;
    font-size: 16px;
    color: #424242;
    line-height: 1.4;
}

.addons-data button {
    width: 160px;
    padding: 18px 13px;
    text-align: center;
    background: #fff;
    color: #333;
    border-radius: 10px;
    margin: 0 !important;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: capitalize;
}

.addons-data button:hover,
.addons-data button:focus {
    text-align: center;
    background: #fff;
    color: #333;
    border-radius: 10px;
    border: 2px solid #12938e;
}

.addons-data button img {
    max-width: 50px;
    margin: 0 auto !important;
}

.woocommerce .composite_form .composite_component.active_content .component_content .component_data.swatches-addon {
    background: none;
    padding: 0;
    border: none;
    margin: 0;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products li .form-row select {
    height: 54px !important;
}

.woocommerce .composite_form .composite_component.active_content .component_content .component_data {
    padding: 0;
    float: none;
    width: auto;
    margin: 0 0 20px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data {
    overflow: hidden;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addons-container {
    max-width: 620px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addons-container:after {
    display: block;
    content: '';
    clear: both;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container {
    margin: 0;
    font-size: 14px;
    color: #333;
    float: left;
    width: 100%;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container:after {
    display: block;
    content: '';
    clear: both;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-heading {
    margin: 0;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    color: #000;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-enter-your-details-so-we-can-retrieve-your-prescription {
    margin: 0 0 30px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-upload-prescription .wc-pao-addon-heading,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-save-prescription .wc-pao-addon-heading,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-pupillary-distance-pd .wc-pao-addon-heading,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-practice-location .wc-pao-addon-heading,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-who-is-the-prescription-for .wc-pao-addon-heading,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-guarda-tu-f¨®rmula .wc-pao-addon-heading, 
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-id-1708422015 .wc-pao-addon-heading {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
}


/* Addon Titles */


/* .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-who-is-the-prescription-for, */

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-save-prescription,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-pupillary-distance-pd,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-practice-location {
    padding: 8px 0 0;
    max-width: 164px;
    width: 36.2%;
    float: left;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-upload-prescription {
    width: 100% !important;
    max-width: 100%;
    padding: 24px 0 0 !important;
    margin: 15px 0 0;
    border-top: 1px solid #e0e0e0;
    overflow: hidden;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-who-is-the-prescription-for {}


/* .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-who-is-the-prescription-for,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-first-name,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-last-name */

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-upload-prescription,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-save-prescription {
    float: left;
    width: 36.2%;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-pupillary-distance-pd {
    width: 100%;
    max-width: 100%;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-last-name,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-first-name,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-save-your-prescription,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-date-of-prescription,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-guardar-mi-prescripcion {
    width: calc(50% - 13px);
    float: left;
    margin-bottom: 15px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-last-name,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-date-of-prescription {
    float: right;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-date-of-birth,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-store-name,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-account-id {
    width: calc(50% - 13px);
    clear: both;
    margin-bottom: 15px;
    margin-right: 30px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd {
    width: calc(100% - 300px);
    float: left;
    margin-right: 20px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-right-pd,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-left-pd {
    float: left;
    width: calc(50% - 165px);
    margin-bottom: 10px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-right-pd {
    margin-right: 15px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-left-pd {
    margin-left: 15px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-select-the-practice-where-you-had-your-prescription {
    padding: 40px 0 0;
    margin: 40px 0 30px;
    border-top: 1px solid #ddd;
    width: 100%;
    float: left;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-choose-your-practice {
    width: 50%;
    float: left;
}


/* Spaces and Borders  */

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-space-and-border {
    padding: 20px 0 0;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 0 16px;
    clear: both;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-space-and-border .wc-pao-addon-heading {
    font-size: 0;
    line-height: 0;
}


/* Variations by Ahmed */

.variations-data:empty {
    display: none;
}

.variations-data {
    padding: 0 120px 16px 200px;
}

.variations-data .variations-label {
    font-size: 16px;
    color: #424242;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 12px;
}

.variations-data ul {
    padding: 0;
    list-style: none;
    /* margin: 0 -12px; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.variations-data ul li {
    /* width: calc(33.333% - 24px); */
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 10px;
    background: #ffffff;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
    /* margin: 0 12px 12px; */
    line-height: 40px;
    cursor: pointer;
}

.variations-data.second-level ul {
    display: flex;
}

.variations-data ul li.active,
.variations-data ul li:hover {
    box-shadow: 0px 0 0px 1px #284F5C;
    border: 1px solid #284F5C;
}

.variations-data.first-level ul li span {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    width: calc(100% - 40px);
}

.variations-data.first-level ul li {
    text-align: left;
    padding: 15px 10px 15px 15px;
    line-height: 1;
}

.variations-data.first-level ul li .image-holder {
    max-width: 40px;
    display: inline-block;
    vertical-align: middle;
}

.variations-data.first-level ul li .image-holder img {
    max-width: 40px;
    display: block;
}

.variations-data.first-level ul li span {
    padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.variations-data.second-level ul li {
    text-align: center;
    padding: 13px 18px 13px 16px;
    line-height: 1.3;
    vertical-align: top;
}

.variations-data.second-level ul li .image-holder {
    max-width: 40px;
    margin: 0 auto 5px;
}

.variations-data.second-level ul li .image-holder img {
    max-width: 40px;
    display: block;
}

.variations-data.second-level ul li span {
    display: block;
}


/* Measure My PD */

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd label,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-right-pd label,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-left-pd label {
    text-align: center;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-measure-my-pd .form-row {
    display: none;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-measure-my-pd-with-glasses-on {
    display: none;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-right-pd,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-left-pd {
    display: none;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-measure-my-pd label {
    padding: 10px !important;
    width: 280px;
    height: 48px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border: 2px solid #00837E;
    cursor: pointer;
    color: #00837E;
    text-align: center;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-measure-my-pd {
    float: right;
    width: 280px;
    position: relative;
    margin: 0;
    cursor: pointer;
    text-align: center;
}

span.pd-taken {
    display: block;
    background: #d8fbd4;
    font-size: 13px;
    border-radius: 2px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-my-pupillary-distance-pd-is-listed-on-my-prescription {
    margin: 35px 0 0;
    padding: 0 0 0 168px;
    float: left;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox {
    border-bottom: 1px solid #e0e0e0;
    margin: 10px 0 24px;
    padding: 0 0 24px;
    float: left;
    width: 100%;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox p.form-row.form-row-wide.wc-pao-addon-wrap {
    padding-top: 16px;
}

.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-my-prescription-has-prisms p.form-row label,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-right-eye-prism p.form-row label,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-eye-prism p.form-row label,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox p.form-row.form-row-wide.wc-pao-addon-wrap label {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    position: relative;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox p.form-row.form-row-wide.wc-pao-addon-wrap label {
    font-size: 16px;
    line-height: 21px;
    color: #212121;
    font-weight: 400;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-my-pupillary-distance-pd-is-listed-on-my-prescription label,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox label {
    margin: 0;
    padding-left: 10px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-my-pupillary-distance-pd-is-listed-on-my-prescription label input,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-my-prescription-has-prisms label input,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox label input,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-right-eye-prism label input,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-right-left-prism label input {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px 0 0;
    border-radius: 0 !important;
    border-color: #c0c0c0;
    position: relative;
    opacity: 0;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-right-eye-prism label input,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-left-eye-prism label input {
    position: absolute;
    left: 0;
    top: 5px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-right-eye-prism label,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-left-eye-prism label {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #212121;
    padding-left: 39px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-my-prescription-has-prisms label input {
    position: absolute;
    left: 0;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-my-prescription-has-prisms label {
    font-size: 16px;
    font-weight: 400;
    color: #212121;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-my-pupillary-distance-pd-is-listed-on-my-prescription label:before,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-my-prescription-has-prisms p.form-row label:before,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-right-eye-prism p.form-row label:before,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-eye-prism p.form-row label:before,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox label:before {
    content: '';
    top: 0;
    margin: 0px auto;
    bottom: 0;
    padding: 0 0 2px;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    left: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #c0c0c0;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-my-pupillary-distance-pd-is-listed-on-my-prescription label.active:before,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-my-prescription-has-prisms p.form-row label.active:before,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-right-eye-prism p.form-row label.active:before,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-eye-prism p.form-row label.active:before,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox label.active:before {
    background: #00837E;
}

.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-right-eye-prism p.form-row label:before,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-eye-prism p.form-row label:before {
    top: 0;
}

.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-right-eye-prism p.form-row label:after,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-eye-prism p.form-row label:after {
    top: 9px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-my-pupillary-distance-pd-is-listed-on-my-prescription label.active:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox label.active:after {
    display: block;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-my-pupillary-distance-pd-is-listed-on-my-prescription label:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox label:after,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-my-prescription-has-prisms p.form-row label:after,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-right-eye-prism p.form-row label:after,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-eye-prism p.form-row label:after {
    content: "";
    top: 4px;
    right: auto;
    margin: 0 auto;
    bottom: 0;
    padding: 0 0 2px;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    left: 4px;
    line-height: 1.3;
    height: 16px;
    display: none;
    width: 16px;
    background: url(../img/checkmark.png) no-repeat center !important;
    background-size: 12px !important;
    filter: brightness(0) invert(1);
}


/* Save Prescription */

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-save-prescription {
    padding-top: 42px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-date-of-prescription .wc-pao-addon-description,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-guardar-mi-prescripcion .wc-pao-addon-description {
    position: absolute;
    left: 0;
    top: 33px;
    z-index: 99;
    font-size: 14px;
    font-weight: 400;
    color: #cacaca;
    font-style: italic;
    z-index: 0;
    text-transform: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 14px;
}


/* Use save Prescription */

.woocommerce .composite_form .composite_component.active_content .component_content .component_data #inline-1 {
    display: block;
}

#inline-1 .switch-presc {
    display: none !important;
    float: right;
    margin: -90px -30px 0 0;
    display: inline-block;
    background: #f6404e;
    padding: 10px 30px;
    color: #fff;
    font-weight: 500;
}

#inline-1 .switch-presc:hover {
    background: #f6404e;
    text-decoration: none;
    background: #a91917;
    color: #fff;
}

#inline-1 .sp-prescription-loader {
    display: none;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    background: rgba(255, 255, 255, 0.9);
}

#inline-1 .sp-prescription-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -64px 0 0 -64px;
}

#inline-1 .saved-presc {
    padding: 0 40px;
}

#inline-1 .saved-presc h3 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-align: center;
}

#inline-1 .login-form-wrapper {
    padding: 50px 20px;
    background: #f6f6f6;
    margin-top: 0;
}

#inline-1 .login-form {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

#inline-1 .login-form label {
    width: 100%;
    margin: 0 0 20px;
    display: block;
    font-weight: 400;
    font-size: 13px;
}

#inline-1 .login-form input {
    height: 48px;
    background: #fff !important;
    border: 1px solid #c6c6c6 !important;
}

#inline-1 .login-form a.submit-btn:hover {
    background: #5c5555;
    text-decoration: none;
}

#inline-1 .login-form a.submit-btn {
    width: 150px;
    height: 47px;
    background: #000;
    color: #fff;
    display: inline-block;
    line-height: 47px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

#inline-1 .login-form .forgot-pass {
    display: block;
}


/* Save Prescription Table */

#inline-1 .js-table-responsive p.no-pres-text {
    text-align: center;
    margin: 0;
}

#inline-1 .js-table-responsive .shop_table_responsive {
    width: 100%;
}

#inline-1 .js-table-responsive table.shop_table_responsive td {
    border: none;
    width: 100%;
    padding: 0;
    padding: 0 0 35px;
    background: #fafafa;
}

#inline-1 .js-table-responsive table.shop_table_responsive tr:last-child td {
    padding: 0;
}

#inline-1 .js-table-responsive .presc-header {
    overflow: hidden;
}

#inline-1 .js-table-responsive .rx-uname,
#inline-1 .js-table-responsive .pres-date {
    float: left;
    width: 50%;
    background: #e4e4e4;
    padding: 10px 18px;
    font-weight: 700;
    color: #000;
    text-align: left;
}

#inline-1 .js-table-responsive .pres-date {
    text-align: right;
    font-weight: 400;
}

#inline-1 .js-table-responsive .pres-date span {
    color: #444;
}

#inline-1 .js-table-responsive .pres-values {
    float: left;
    width: 76%;
    background: #fafafa;
    padding: 7px 18px;
}

#inline-1 .js-prescription-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#inline-1 .js-prescription-list ul>li {
    border-top: 1px solid #ccc
}

#inline-1 .js-prescription-list ul>li:first-child {
    border: none;
}

#inline-1 .js-prescription-list ul>li span {
    display: inline-block;
    vertical-align: top;
    width: 14.5%;
    font-size: 14px;
    padding: 10px 6px;
    font-weight: 400;
    color: #000;
    /*min-width: 62px;*/
    text-align: center;
}

#inline-1 .js-prescription-list ul>li.js-heading span {
    padding: 5px 6px;
    font-size: 12px;
    color: #444;
    text-transform: uppercase;
}

#inline-1 .js-prescription-list ul>li span.js-box1 {
    width: 20%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}

#inline-1 .js-table-responsive .pres-edit {
    float: left;
    width: 24%;
    height: 100%;
    background: #fafafa;
    min-height: 105px;
    padding: 34px 18px 0 0;
    text-align: right;
}

#inline-1 .js-table-responsive .pres-edit input {
    position: absolute;
    opacity: 0;
}

#inline-1 .js-table-responsive .pres-edit label {
    background: #000;
    color: #fff;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
    text-align: center;
}


/* Send Prescription Later */

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-introduzca-su-pd {
    margin-bottom: 20px;
    padding: 0;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-introduzca-su-pd .wc-pao-addon-heading {
    display: none;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-send-your-prescription-later .wc-pao-addon-heading {
    margin: 0 0 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-send-your-prescription-later {
    padding: 0 0 31px;
    margin: 0 0 36px;
    border-bottom: 1px solid #e0e0e0;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-send-your-prescription-later p {
    font-size: 16px;
    line-height: 21px;
    text-transform: none;
    font-style: normal;
    color: #212121;
    font-weight: 400;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-pupillary-distance {
    padding: 0 0 19px;
    float: left;
    width: 100%;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-pupillary-distance .wc-pao-addon-heading {
    margin: 0 0 11px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #212121;
    font-style: normal;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-send-your-prescription-later p:first-child {
    margin: 0 0 21px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-send-your-prescription-later p a {
    color: #212121;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-send-your-prescription-later span {
    color: #f26330;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-send-your-prescription-later a {
    text-decoration: underline;
}


/* Upload Prescription */

.woocommerce .composite_form .composite_component .component_content .bundle_data .form-row input[type="text"].hasDatepicker {
    background: url(../img/icon-calendar.png) no-repeat calc(100% - 14px) center #fff;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-well-take-care-of-the-rest .wc-pao-addon-heading {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    color: #212121;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-well-take-care-of-the-rest {
    margin: 0 0 23px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-well-take-care-of-the-rest p {
    font-size: 16px;
    line-height: 27px;
    text-transform: none;
    font-style: normal;
    color: #212121;
    font-weight: 400;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription {
    position: relative;
    height: 285px;
    margin: 0 0 25px;
    border: 2px dashed #707070;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription+.wc-pao-addon-file-preview {
    margin-bottom: 50px;
    width: 100%;
    float: left;
    min-width: 100px;
    padding: 10px;
    background-image: repeating-linear-gradient(0deg, #7a7a7a, #7a7a7a 6px, transparent 6px, transparent 13px, #7a7a7a 13px), repeating-linear-gradient(90deg, #7a7a7a, #7a7a7a 6px, transparent 6px, transparent 13px, #7a7a7a 13px), repeating-linear-gradient(180deg, #7a7a7a, #7a7a7a 6px, transparent 6px, transparent 13px, #7a7a7a 13px), repeating-linear-gradient(270deg, #7a7a7a, #7a7a7a 6px, transparent 6px, transparent 13px, #7a7a7a 13px);
    background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .form-row input {
    background: none;
    opacity: 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .form-row small {
    display: none;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription label {
    display: none;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription.field-error .form-row {
    border-color: #e31937;
    background-color: rgba(227, 25, 55, 0.05);
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .form-row {
    text-transform: capitalize;
    width: 100%;
    height: 285px;
    background: url(../img/camera1.png) no-repeat center top 40px;
    left: 0;
    z-index: 0;
    top: 0;
    position: absolute;
    max-width: 100%;
    cursor: pointer;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .wc-pao-addon-description p {
    font-style: normal;
    margin: 0;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #3d3d3d;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .wc-pao-addon-description p strong {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 8px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .wc-pao-addon-description p button {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
    padding: 8px 24px 8px 24px;
    margin: 24px 0 0 !important;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .wc-pao-addon-description {
    padding: 35px 20px 0;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .error {
    position: absolute;
    left: 0;
    top: 100%;
}


/* File Preview */

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-file-preview {
    padding: 0;
    text-align: center;
    /* max-height: 300px; */
    display: none;
    margin: 0;
    position: relative;
    margin: 0 0 20px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-file-preview .wc-pao-addon-heading {
    display: none;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-file-preview .wc-pao-addon-heading:before {
    content: "x";
    position: absolute;
    font-size: 16px;
    right: 0;
    top: 0;
    background: rgba(255, 0, 0, 0.7);
    text-transform: lowercase;
    width: 26px;
    height: 26px;
    color: #fff;
    line-height: 24px;
    border-radius: 100%;
    cursor: pointer;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-file-preview .preview-img {
    max-height: 260px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-file-preview .upload-image-again {
    text-align: left;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    position: absolute;
    bottom: -33px;
    left: 0;
    width: 100%;
    text-align: center;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-file-preview .upload-image-again a {
    text-decoration: underline;
    color: #3d3d3d;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-file-preview .file-name {
    display: block;
    font-size: 12px;
    padding-top: 8px;
}


/* Confirm Button  */

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-continue {
    cursor: pointer;
    text-align: center;
    transition: 0.2s ease-in all;
    background-color: #00837E;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #00837E;
    border-radius: 50px 50px 50px 50px;
    padding: 13px 32px;
    width: auto;
    margin: 28px 24px 0 0;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-back {
    transition: 0.2s ease-in all;
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #00837E;
    border-radius: 50px 50px 50px 50px;
    padding: 13px 32px;
    width: auto;
    margin: 28px 24px 0 0;
    clear: left;
    cursor: pointer;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-continue:hover,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-back:hover {
    background-color: #12938E;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-continue h2,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-back h2 {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-back h2 {
    color: #00837E;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-back:hover h2 {
    color: #fff;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .component_wrap {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}


/* Back Link */

.woocommerce .composite_form .composite_navigation {
    overflow: hidden;
    display: none;
}

.woocommerce .composite_form .composite_navigation .composite_navigation_inner {
    padding: 0 !important;
}

.woocommerce .composite_form .custom-back,
.woocommerce .composite_form .composite_navigation .prev {
    margin: 0 !important;
    padding-left: 22px;
    background: url(../img/back.png) no-repeat 0 0;
    font-weight: 400;
    float: none;
    font-size: 16px !important;
    color: #333;
}

.woocommerce .composite_form
/* Prescription Forms */

.woocommerce .composite_form .composite_component .component_content .bundled_products li:first-child .wc-pao-addon-container label {
    display: block;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products li.first label {
    display: block;
    text-align: left;
    text-transform: inherit !important;
    margin-bottom: 8px;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products .wc-pao-addon-container label {
    display: none;
}


/* .woocommerce .composite_form .composite_component .component_content .bundled_products .wc-pao-addon-container label{ 
    text-transform: uppercase !important; 
    font-size: 13px;
    font-weight: 400;
} */

.woocommerce .composite_form .composite_component .component_content .bundled_products .form-row,
.woocommerce .composite_form .composite_component .component_content .bundle_data .form-row {
    margin: 0;
    padding: 0;
    position: relative;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products .form-row .wc-pao-addon-chars-remaining,
.woocommerce .composite_form .composite_component .component_content .bundle_data .form-row .wc-pao-addon-chars-remaining {
    display: none;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products .form-row input[type="text"],
.woocommerce .composite_form .composite_component .component_content .bundled_products .form-row input[type="email"],
.woocommerce .composite_form .composite_component .component_content .bundle_data .form-row input[type="text"],
.woocommerce .composite_form .composite_component .component_content .bundle_data .form-row input[type="email"] {
    border-radius: 4px;
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    padding: 6px 16px;
    font-size: 18px;
    color: #000;
    background: #fff;
    height: 54px;
}

.woocommerce .composite_form .composite_component .component_content .products .wc-pao-addon .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-left-pd .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-right-pd .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-choose-your-practice .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-power .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-direction .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-left-power .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-left-direction .form-row:after {
    background: url(../img/chevron-down.png) no-repeat center;
    content: "";
    position: absolute;
    left: auto;
    right: 9px;
    top: 50%;
    display: block !important;
    pointer-events: none;
    width: 12px;
    height: 17px;
    margin-top: -8px;
}

.woocommerce .composite_form .composite_component .component_content .products .wc-pao-addon-axis .form-row:after {
    display: none !important;
}

.woocommerce .composite_form .composite_component .component_content .products .form-row select::-ms-expand,
.woocommerce .composite_form .composite_component .component_content .bundle_data .form-row select::-ms-expand {
    display: none;
}

.woocommerce .composite_form .composite_component .component_content .products .form-row select,
.woocommerce .composite_form .composite_component .component_content .bundle_data .form-row select {
    border-radius: 4px;
    border: 1px solid #BDBDBD;
    background: #fff;
    height: 48px;
    padding: 8px 16px 6px;
    color: #212121;
    font-weight: 400;
    font-size: 18px;
    -moz-appearance: none;
    -webkit-appearance: none;
}


/* Field Errors */

.woocommerce .composite_form .composite_component .component_content .products .wc-pao-addon.field-error.wc-pao-addon-add .form-row:after,
.woocommerce .composite_form .composite_component .component_content .products .wc-pao-addon.field-error.wc-pao-addon-cylinder-cyl .form-row:after,
.woocommerce .composite_form .composite_component .component_content .products .wc-pao-addon.field-error.wc-pao-addon-sphere-sph .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.field-error.wc-pao-addon-left-pd .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.field-error.wc-pao-addon-right-pd .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.field-error.wc-pao-addon-pd .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.field-error.wc-pao-addon-choose-your-practice .form-row:after {
    background-color: rgb(254 243 245);
}

.woocommerce .composite_form .composite_component .component_content .products .wc-pao-addon.field-error .form-row select,
.woocommerce .composite_form .composite_component .component_content .products .wc-pao-addon.field-error .form-row input,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.field-error select,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.field-error input {
    border-color: rgb(227, 25, 55) !important;
    background-color: rgba(227, 25, 55, 0.05) !important;
}

span.error {
    font-size: 12px;
    color: #e31937;
    line-height: 1;
    display: block;
    text-transform: none;
    padding: 6px 0 0;
    font-weight: 600;
    text-align: left;
}

.wc-pao-addon-pd-checkbox span.error {
    border: 1px solid;
    padding: 7px 10px;
    margin: 10px 0 0;
    text-align: center;
}

.woocommerce .composite_form .composite_component .component_content .products .wc-pao-addon.field-warning .form-row select {
    border-color: #F7BD66 !important;
    background-color: #FEF4E5 !important;
}

span.warning {
    font-size: 12px;
    color: #e31937;
    line-height: 1;
    display: block;
    text-transform: none;
    padding: 6px 0 0;
    font-weight: 600;
    text-align: left;
}


/* Disable Field */

.woocommerce .composite_form .composite_component .component_content .products .wc-pao-addon input.disabled,
.woocommerce .composite_form .composite_component .component_content .products .wc-pao-addon select.disabled,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon input.disabled,
.wc-pao-addon-power .form-row select.disabled,
.wc-pao-addon-left-power .form-row select.disabled,
.wc-pao-addon-direction .form-row select.disabled,
.wc-pao-addon-left-direction .form-row select.disabled {
    opacity: 0.4;
    pointer-events: none;
}


/* Variations AM*/

.component_content {
    display: none;
}

.component_data table.variations tr.attribute_options:nth-child(2) ul.variable-items-wrapper:not(.custom-ul) {
    display: none !important;
}

.component_data table.variations tr td.label {
    display: none;
}

.component_data table.variations tr.attribute_options:nth-child(2) ul.variable-items-wrapper,
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper {
    display: flex !important;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 16px;
}

.component_data table.variations tr.attribute_options:nth-child(2) ul.variable-items-wrapper li,
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li {
    padding: 0;
    width: 100% !important;
    display: block;
    margin: 0;
    box-shadow: none !important;
    position: relative;
    height: auto;
    border-radius: 6px;
    border: 1px solid #CCC;
    background: #FFF;
}

.component_data table.variations tr.attribute_options:nth-child(2) ul.variable-items-wrapper li:before,
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li:before {
    display: none !important;
}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .variable-item-contents:after {
    width: 23px;
    height: 23px;
    position: absolute;
    left: 24px;
    top: 50%;
    margin-top: -11px;
    content: '';
    border-radius: 23px;
    border: 1px solid #C0C0C0;
    pointer-events: none;
    visibility: visible;
    opacity: 1;
}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li.selected .variable-item-contents:after {
    background: #00837E url(../img/rx-icon-check.png) no-repeat center;
    border-color: #00837E;
    background-size: 13px auto;
}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li:hover,
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li.selected {
    border-color: #12938E;
    background-color: #F6FAF9 !important;
}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li:after {
    display: none !important;
}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li.selected .variable-item-contents {
    border-color: transparent;
}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .variable-item-contents {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    border: none;
    background: url(../img/rx-icon-arrow.png) no-repeat transparent;
    margin: 0 !important;
    padding: 16px 120px 16px 200px;
    min-height: 113px;
    background-position: right 30px center;
    background-size: 10px;
}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .vari-title {
    display: none;
}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li span.variable-item-span.variable-item-span-button {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 0;
    font-weight: 600;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    text-align: left;
    padding: 0 !important;
    margin-bottom: 5px;
}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li.selected span.variable-item-span.variable-item-span-button {
    color: #00837E;
}

.vari-desc {
    text-align: left;
}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .variable-item-contents .pimg {
    margin: 0;
    width: 106px;
    height: 106px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li img {
    width: auto;
    height: auto;
}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .vari-desc p {
    margin: 0;
    font-size: 14px;
    color: #757575;
    line-height: 21px;
}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .vari-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #3F4D4C !important;
    padding: 0 0 0 10px;
}

.woocommerce div.product .composite_component span.price,
.woocommerce-page div.product .composite_component span.price {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #3F4D4C !important;
}

.woocommerce div.product .composite_component span.price .component_option_each,
.woocommerce-page div.product .composite_component span.price .component_option_each {
    display: none;
}

.component_data table.variations tr.attribute_options:nth-child(2) {
    left: 200px;
    position: absolute;
    right: 120px;
    display: none;
}

.component_data table.variations tr.attribute_options:nth-child(2) ul.variable-items-wrapper {
    flex-direction: row;
}

.component_data table.variations tr.attribute_options:nth-child(2) ul.variable-items-wrapper li {
    width: 150px !important;
    height: 90px;
    display: flex;
    flex-direction: column;
    padding: 10px !important;
}

.component_data table.variations tr.attribute_options:nth-child(2) ul.variable-items-wrapper li.disabled {
    display: none;
}


/*========= Prisms Section ==========*/

.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-right-eye-prism,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-eye-prism,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-power,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-direction,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-power,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-direction {
    display: none;
}

.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-my-prescription-has-prisms {
    width: 100%;
    margin-left: 24px !important;
    margin-top: 10px !important;
    margin-bottom: 26px !important;
}

.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-power select,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-direction select,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-power select,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-direction select {
    height: 54px !important;
}

.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-my-prescription-has-prisms p.form-row label,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-right-eye-prism p.form-row label,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-eye-prism p.form-row label {
    position: relative;
    text-transform: none;
    line-height: 1.5;
    padding-left: 30px;
}

.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-my-prescription-has-prisms p.form-row label.active:after,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-right-eye-prism p.form-row label.active:after,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-eye-prism p.form-row label.active:after {
    display: block;
}

.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-right-eye-prism p.form-row label.active:after,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-eye-prism p.form-row label.active:after {
    top: 4px;
}

.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-power,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-direction,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-power,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-direction {
    float: left;
    width: 25%;
    max-width: 137.5px;
    margin: 0 15px 10px !important;
}

.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-power,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-power {
    margin-left: 0 !important;
}

.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-direction,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-direction {
    margin-right: 0 !important;
}

.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-power.active,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-direction.active,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-power.active,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-direction.active {
    opacity: 1;
    pointer-events: all;
}

.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-power p.wc-pao-addon-wrap select,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-direction p.wc-pao-addon-wrap select,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-power p.wc-pao-addon-wrap select,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-direction p.wc-pao-addon-wrap select {
    border-radius: 3px;
    border: 1px solid #c0c0c0;
    background: #fff;
    height: 49px;
    padding: 8px 7px 6px;
    font-size: 20px;
    color: #000;
}

.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-power p.wc-pao-addon-wrap,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-direction p.wc-pao-addon-wrap,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-power p.wc-pao-addon-wrap,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-direction p.wc-pao-addon-wrap {
    padding: 0 !important;
    position: relative;
}

.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-power p.wc-pao-addon-wrap:after,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-direction p.wc-pao-addon-wrap:after,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-power p.wc-pao-addon-wrap:after,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-direction p.wc-pao-addon-wrap:after {
    background: url(../img/select-arrow.jpg) no-repeat center #fff;
    content: "";
    position: absolute;
    left: auto;
    right: 6px;
    top: 2px;
    bottom: 2px;
    display: block !important;
    width: 10px;
    pointer-events: none;
}

.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-right-eye-prism,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-eye-prism {
    float: left;
    width: 26%;
    width: 147px;
    max-width: 147px;
    align-self: flex-end;
    padding-top: 32px;
    text-align: left;
    padding-right: 10px;
    clear: both;
}

.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-eye-prism {
    padding-top: 9px;
}

.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-right-eye-prism h3.wc-pao-addon-heading,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-eye-prism h3.wc-pao-addon-heading {
    font-size: 16px;
}

.prismcontainerwrap {
    background: #F5F5F5;
    overflow: hidden;
    padding: 23px 24px 24px 24px;
    margin: 0 0 41px
}

.bundle_data_916438 .wc-pao-addon-container.wc-pao-addon.wc-pao-addon-right-eye-prism,
.bundle_data_916438 .wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-eye-prism,
.bundle_data_916437 .wc-pao-addon-container.wc-pao-addon.wc-pao-addon-right-eye-prism,
.bundle_data_916437 .wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-eye-prism {
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
}


/*==================================*/


/* Variation Color Swatches */

.component_data table.variations tr .reset_variations {
    display: none !important;
}

.woo-variation-swatches.woo-variation-swatches-ie11 .component_content .variable-items-wrapper,
.component_content .variable-items-wrapper {
    display: none !important;
}

ul.variable-items-wrapper.button-variable-wrapper.custom-ul {
    margin-top: 10px !important;
    display: block !important;
    text-align: left;
}

.variable-items-wrapper.custom-ul li.variable-item.button-variable-item.level-3.selected {
    border: 2px solid #12938e;
}

.variable-items-wrapper.custom-ul li.variable-item.button-variable-item.level-3.selected:hover {
    box-shadow: none;
}

.variable-items-wrapper.custom-ul li.variable-item.button-variable-item.level-3 {
    padding: 12px 13px;
    width: 100% !important;
    margin: 0 0 8px;
    border: 1px solid #ddd;
    background: #ffffff !important;
    height: auto;
    box-shadow: none;
    text-align: left;
    display: block;
    overflow: hidden;
}

.variable-items-wrapper.custom-ul li.variable-item.button-variable-item.level-3 span.color-img {
    float: left;
    max-width: 38px;
}

.variable-items-wrapper.custom-ul li.variable-item.button-variable-item.level-3 span.color-img img {
    height: auto;
    max-width: 100%;
}

.variable-items-wrapper.custom-ul li.variable-item.button-variable-item.level-3 span.variable-item-span {
    padding: 0 !important;
    border: none;
    float: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
}


/* Review Step */

.woocommerce .composite_form .composite_data .composite_summary .summary_title {
    display: none;
}

.woocommerce .composite_form .composite_data .composite_summary ul.summary_elements {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

.woocommerce .composite_form .composite_data .composite_summary ul.summary_elements>li:nth-child(2) {
    display: none;
}

.woocommerce .composite_form .composite_data .composite_summary ul.summary_elements>li {
    background: #fff;
    border: 1px solid #ddd;
    min-height: 80px;
    padding: 20px 25px 15px;
    position: relative;
    float: none;
    width: 100%;
}

.woocommerce .composite_form .composite_data .composite_summary .summary_element_wrapper_inner {
    padding: 0;
}

.woocommerce .composite_form .composite_data .composite_summary ul.summary_elements .summary_element_content {
    margin: 0;
}

.woocommerce .composite_form .composite_data .composite_summary ul.summary_elements .summary_element_title {
    width: 28%;
    float: left;
}

.woocommerce .composite_form .composite_data .composite_summary ul.summary_elements .summary_element_title .title {
    margin: 0;
}

.woocommerce .composite_form .composite_data .composite_summary ul.summary_elements .summary_element_title .step_index {
    display: none;
}

.woocommerce .composite_form .composite_data .composite_summary ul.summary_elements .summary_element_title .step_title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333;
    text-align: left;
    display: block;
}

.woocommerce .composite_form .composite_data .composite_summary ul.summary_elements .summary_element_image {
    display: none;
}

.woocommerce .composite_form .composite_data .composite_summary ul.summary_elements .summary_element_selection {
    float: left;
    width: 52%;
    text-align: left;
}

.woocommerce .composite_form .composite_data .composite_summary ul.summary_elements ul.content_product_meta {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.1;
    padding: 0;
    text-transform: none;
}

.woocommerce .composite_form .composite_data .composite_summary ul.summary_elements ul.content_product_meta>li {
    margin: 0.5em 0 0 0;
    padding: 0;
}

.woocommerce .composite_form .composite_data .composite_summary ul.summary_elements ul.content_product_meta .span.meta_element_sep,
.woocommerce .composite_form .composite_data .composite_summary ul.summary_elements ul.content_product_meta .meta_key {
    display: none;
}

.woocommerce .composite_form .composite_data .composite_summary ul.summary_elements .summary_element_selection .content_product_title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
}

.woocommerce .composite_form .composite_data .composite_summary ul.summary_elements li .summary_element_price {
    width: 20%;
    float: left;
}

.woocommerce .composite_form .composite_data .composite_summary ul.summary_elements li .summary_element_price .price {
    text-align: right;
    font-size: 16px;
}

.woocommerce .composite_form .composite_data .composite_summary ul.summary_elements li .summary_element_button {
    float: right;
    margin: 0;
}

.woocommerce .composite_form .composite_data .composite_summary ul.summary_elements li .summary_element_button .button.summary_element_select {
    background: none;
    padding: 0;
    line-height: 1;
    color: #838383;
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
    border: none;
}

.woocommerce .composite_form .composite_price {
    padding: 20px 25px;
    display: none !important;
}

.woocommerce .composite_form .composite_price .price:before {
    content: 'Prescription Lenses Subtotal';
    float: left;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.woocommerce .composite_form .composite_price .price {
    margin: 0 !important;
    color: #000;
    font-weight: 700;
    line-height: 1.7;
    font-size: 16px;
}

.woocommerce .composite_form .composite_price .price .amount {
    float: right;
}

.woocommerce .composite_form .composite_button {
    display: none !important;
}


/* Final Review Summary */

#custom-product-selection.last-step .frame-sidebar {
    display: none;
}

#custom-product-selection.last-step #composite-main-section {
    margin: 0 auto;
}

#custom-product-selection.last-step #composite-main-section .elementor-widget-wrap {
    max-width: 560px;
    padding: 0 0 80px;
    margin: 0 auto;
}

#custom-product-selection.last-step a.nav-prev {
    display: none;
}

#custom-product-selection.last-step a.nav-prev:first-child {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

#custom-product-selection.last-step .pagination_elements {
    margin: 0 12px;
}

#final-step-summary {
    display: none;
    max-width: 560px;
}

.elementor-editor-active #final-step-summary,
.elementor-editor-active #final-step-image,
.elementor-editor-active #final-step-heading {
    display: block !important;
}

#final-step-image,
#final-step-heading {
    display: none;
}

#final-step-summary>.fl-col-content {
    max-width: 527px;
    padding: 0 18px;
    margin: 0 auto;
    float: none;
}

#final-step-summary #review-sidebar .widget_composite_summary_button {
    display: block;
}

#custom-product-selection.last-step #final-step-image,
#custom-product-selection.last-step #final-step-heading {
    background: #fff !important;
}

#custom-product-selection.last-step #composite-main-section .fl-col-content.fl-node-content {
    padding-top: 0 !important;
}

#custom-product-selection.last-step #composite-main-section .composite_pagination {
    padding-top: 58px;
    background: #fff;
}

#final-step-summary form.cart {
    margin: 0;
}

#final-step-summary form.cart .product-image {
    max-width: 400px;
    margin: 0 auto;
}

#final-step-summary form.cart .product-title-frame {
    float: left;
    width: 70%;
    font-size: 16px;
    font-weight: 400;
    color: #3F4D4C;
    line-height: 2;
}

#final-step-summary form.cart .product-title-frame span {
    font-size: 16px;
    font-weight: 400;
    color: #3F4D4C;
    line-height: 2;
}

#final-step-summary form.cart .product-price-frame {
    overflow: hidden;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    color: #3F4D4C;
    line-height: 2;
}

#final-step-summary form.cart h3 {
    display: none;
}


/* Sidebar */

#review-sidebar form.cart {
    margin: 0 !important;
}

#review-sidebar form.cart h3 {
    text-align: left;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 2;
    text-transform: capitalize;
    color: #55AEBC;
    display: none;
}

#review-sidebar form.cart .product-image {
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 22px;
    position: relative;
}

#review-sidebar form.cart .product-image:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 28px;
    background: rgb(240 240 240 / 17%);
}

#review-sidebar form.cart .title-price-area {
    overflow: hidden;
}

#review-sidebar form.cart .product-title-frame {
    float: left;
    width: 70%;
    font-size: 16px;
    font-weight: 400;
    color: #3F4D4C;
    line-height: 2;
}

#review-sidebar form.cart .product-title-frame span {
    font-size: 16px;
    font-weight: 400;
    color: #3F4D4C;
    line-height: 2;
}

#review-sidebar form.cart .product-price-frame {
    overflow: hidden;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    color: #3F4D4C;
    line-height: 1.6;
}

#review-sidebar #pres-totals-wrapper {
    overflow: hidden;
}

#pres-totals-wrapper .title {
    float: left;
    width: 70%;
    font-size: 16px;
    color: #333333;
    font-weight: 700;
}

#pres-totals-wrapper .price {
    overflow: hidden;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}


/* Toggler Details */

#review-sidebar .toggler {
    display: inline-block;
    vertical-align: top;
    color: #666;
    padding-right: 30px;
    font-size: 16px;
    cursor: pointer;
    line-height: 1;
}

#review-sidebar .toggler i {
    color: #50b079;
    margin-left: 5px;
    font-size: 16px;
}

#review-sidebar .toggler.active i {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

#review-sidebar .widget_composite_summary.summary_widget_hidden {
    opacity: 1 !important;
    visibility: visible;
    position: static;
    top: 0 !important;
}


/* #review-sidebar .widget_composite_summary .summary_element_price,  */

#review-sidebar .widget_composite_summary .summary_element_title,
#review-sidebar .widget_composite_summary .summary_element_content span.step_index,
#review-sidebar .widget_composite_summary .summary_element_tap,
#review-sidebar .widget_composite_summary .summary_element_image,
#review-sidebar .widget_composite_summary .composite_summary .summary_element_wrapper.disabled {
    display: none;
}

#review-sidebar .widget_composite_summary ul.summary_elements li {
    margin: 0;
}


/* #review-sidebar .widget_composite_summary ul.summary_elements > li:nth-child(2){ display: none; } */

#review-sidebar .widget_composite_summary .summary_element_wrapper_outer {
    padding: 0;
}

#review-sidebar .widget_composite_summary .summary_element_wrapper_inner {
    padding: 0;
    display: grid;
    grid-template-areas: "main-title main-title" "sub-title price";
}

#review-sidebar .widget_composite_summary .summary_element_content {
    margin: 0;
}

#review-sidebar .widget_composite_summary .summary_element_selection {
    grid-area: sub-title;
}

#review-sidebar .widget_composite_summary .summary_element_selection .content_product_title,
#review-sidebar .widget_composite_summary ul.summary_elements ul.content_product_meta li span {
    font-size: 16px;
    font-weight: 400;
    color: #3F4D4C;
}

#review-sidebar .widget_composite_summary.widget_position_default .summary_element_price .amount {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #3F4D4C;
}


/* #review-sidebar .widget_composite_summary ul.summary_elements li .summary_element_wrapper{
    border-bottom: 1px solid #E0E0E0; padding-bottom: 31px; padding-top: 24px;
} */

#review-sidebar .widget_composite_summary ul.summary_elements li .summary_element_wrapper.disabled {
    display: none;
}

#review-sidebar .widget_composite_summary.widget_position_default .summary_element_title {
    grid-area: main-title;
    padding-bottom: 4px;
}

#review-sidebar .widget_composite_summary.widget_position_default .summary_element_price {
    grid-area: price;
}

#review-sidebar .widget_composite_summary .summary_element_content .step_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    color: #55AEBC;
    text-transform: capitalize;
}


/* #review-sidebar .widget_composite_summary_price, */

#review-sidebar .widget_composite_summary_error,
#review-sidebar .widget_composite_summary_availability,
#review-sidebar .widget_composite_summary_button,
#review-sidebar .widget_composite_summary .quantity {
    display: none;
}

#review-sidebar .widget_composite_summary_price {
    position: relative;
}

#review-sidebar .widget_composite_summary_price:before,
.composite_price.mobile-price .price:before {
    content: 'Subtotal';
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    color: #12938E;
}

#review-sidebar .widget_composite_summary_price .price del,
.composite_price.mobile-price .price del {
    display: none !important;
}

#final-step-summary #review-sidebar .widget_composite_summary_price .woocommerce-Price-amount.amount {
    font-size: 0;
    color: #00837e;
}

#final-step-summary #review-sidebar .widget_composite_summary_price:before {
    font-size: 18px;
}

.widget_composite_summary.widget_position_default .price,
.widget_composite_summary.widget_position_default .price ins {
    line-height: 1;
}

#review-sidebar .widget_composite_summary_price .woocommerce-Price-amount.amount,
.composite_price.mobile-price .price .amount {
    color: #3F4D4C;
    font-size: 0;
    font-weight: 700;
}

#review-sidebar .widget_composite_summary_price span.woocommerce-Price-currencySymbol,
span.gtext {
    color: #3F4D4C;
    font-size: 16px;
    font-weight: 400;
}

span.gtext {
    font-weight: 700;
}

#final-step-summary .widget_composite_summary_price span.woocommerce-Price-currencySymbol,
#final-step-summary span.gtext {
    font-size: 18px;
}

.composite_price.mobile-price .price .amount {
    text-align: right;
}

#review-sidebar .widget_composite_summary .composite_button {
    float: none;
    text-align: center;
}

#review-sidebar .widget_composite_summary .composite_button button.single_add_to_cart_button.disabled {
    color: #cacaca !important;
    background: #f2f2f2 !important;
    pointer-events: none;
    cursor: not-allowed;
}

#review-sidebar .widget_composite_summary .composite_button button.single_add_to_cart_button {
    width: 200px;
    height: 44px;
    border-radius: 50px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    border: none !important;
    opacity: 1 !important;
    margin: 0 auto;
    background: #00837e;
    position: relative;
    float: none;
}

#review-sidebar .widget_composite_summary .composite_button button.single_add_to_cart_button:hover {
    background: #176a67;
}

#review-sidebar .widget_composite_summary .composite_button button.single_add_to_cart_button:after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    background: url(/wp-content/uploads/2022/03/icon-cart-plus.png);
    right: calc( 50% - 60px);
    top: 12px;
}

#review-sidebar .frame-summary>h3 {
    display: none;
}

#review-sidebar .widget_composite_summary.widget_position_default .widget_composite_summary_content ul.summary_elements {
    margin: 0 0 24px;
    border-bottom: 1px solid #E0E0E0;
    padding: 0 0 24px 0;
}

#review-sidebar .widget_composite_summary ul.summary_elements ul.content_product_meta {
    padding: 0 0 0 8px;
}

#review-sidebar .widget_composite_summary ul.summary_elements ul.content_product_meta .meta_element_sep,
#review-sidebar .widget_composite_summary ul.summary_elements ul.content_product_meta .meta_key {
    display: none;
}

#review-sidebar .widget_composite_summary ul.summary_elements ul.content_product_meta li .content_bundled_product_details_wrapper {
    display: none !important;
}

#review-sidebar .widget_composite_summary ul.summary_elements ul.content_product_meta li .prisms {
    display: block;
}

.wc-pao-addon-enter-your-prescription {
    padding: 0 40px;
    margin: 0;
}

.wc-pao-addon-enter-your-prescription .wc-pao-addon-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    color: #424242;
    margin: 0;
}


/* Start Over */

.start-over {
    float: right;
    font-size: 13px;
    line-height: 1;
    padding: 2px 10px;
    border: 1px solid #6184aa;
    color: #6184aa;
    margin: 0 0 10px;
    display: none;
}

.start-over:hover {
    text-decoration: none;
    background: #6184aa;
    color: #fff;
}


/* Datepicker */

.single #ui-datepicker-div {
    padding: 2px;
    border-radius: 0;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.5);
    font-family: "Inter", sans-serif;
    border: none;
}

.single #ui-datepicker-div .ui-datepicker-header {
    padding: 6px 0;
    background: #00837e;
    border-radius: 0;
}

.single #ui-datepicker-div .ui-datepicker-title {}

.single #ui-datepicker-div .ui-datepicker-title select {
    width: calc(49% - 8px);
    margin: 0 2px;
    border: none;
    height: 36px;
    padding: 0 5px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 16px;
    font-family: "Inter", sans-serif;
}

.single #ui-datepicker-div .ui-datepicker-prev {
    left: 6px;
}

.single #ui-datepicker-div .ui-datepicker-next {
    right: 6px;
}

.single #ui-datepicker-div .ui-datepicker-prev,
.single #ui-datepicker-div .ui-datepicker-next {
    top: 9px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 0;
    border: none;
    cursor: pointer;
}

.single #ui-datepicker-div table.ui-datepicker-calendar {}

.single #ui-datepicker-div table.ui-datepicker-calendar tr {}

.single #ui-datepicker-div table.ui-datepicker-calendar tr th,
.single #ui-datepicker-div table.ui-datepicker-calendar tr td {
    padding: 2px;
    width: 14.285%;
}

.single #ui-datepicker-div table.ui-datepicker-calendar tr th span {
    padding: 5px;
    display: block;
    color: #fff;
    background: #424242;
    font-weight: 400;
}

.single #ui-datepicker-div table.ui-datepicker-calendar tr td a {
    background: none;
    border-radius: 0;
    text-align: center;
}

.single #ui-datepicker-div table.ui-datepicker-calendar tr td.ui-datepicker-current-day a {
    background: #00837e;
    border-color: #00837e;
    color: #fff;
}

.single #ui-datepicker-div table.ui-datepicker-calendar tr td.ui-datepicker-today a {
    border-color: #00837e;
}

.single #ui-datepicker-div table.ui-datepicker-calendar tr td span {
    background: none;
    border-radius: 0;
    text-align: center;
}

.composite_price.mobile-price {
    border-top: 1px solid #E0E0E0;
    padding: 34px 0 30px;
    position: relative;
    text-align: right;
}


/* Responsive */

@media(max-width: 1100px) {
    #custom-product-selection.last-step>.fl-row-content-wrap>.fl-row-fixed-width #composite-main-section {
        width: 100% !important;
    }
    .variations-data ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .woocommerce .composite_form .composite_component .component_content .bundled_products li .wc-pao-addon-container {
        margin-right: 15px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-measure-my-pd {
        float: left;
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }
}

@media(max-width: 1060px) {
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-send-your-prescription-later {
        padding: 0 0 50px;
        margin: 0 0 40px;
    }
    #inline-1 {
        text-align: center;
    }
    .logged-in #inline-1 {
        text-align: left;
    }
    .logged-in #inline-1 .saved-presc {
        padding: 0;
    }
    .logged-in #inline-1 .switch-presc {
        margin: 0;
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 10px 20px;
    }
    .logged-in #inline-1 .saved-presc h3 {
        text-align: left;
    }
    #inline-1 .switch-presc {
        float: none;
        margin: 0 0 20px;
    }
    .woocommerce .composite_form .component_option_thumbnail .thumnail_title .price {
        position: static;
        padding: 0;
        display: block;
        text-align: left;
    }
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .vari-price {
        padding-left: 0;
        display: block;
        padding-top: 5px;
    }
}

@media(max-width: 1023px) {
    #custom-product-selection.last-step #composite-main-section .composite_pagination {
        padding-top: 23px;
    }
    .woocommerce .composite_form .composite_pagination nav {
        margin: 10px auto 20px;
    }
    .woocommerce .composite_form .composite_pagination .nav-prev,
    .woocommerce .composite_form .composite_pagination .nav-next {
        width: 12px !important;
        height: 20px !important;
        background-size: 12px 20px !important;
    }
    .woocommerce .composite_form .composite_pagination ul::before {
        left: 19px;
        right: 19px;
    }
    .woocommerce .composite_pagination .element_link[href="#review"] {
        width: 30px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-right-pd,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-left-pd {
        width: calc(50% - 115px);
    }
}

@media(max-width: 990px) {
    .woocommerce .composite_form .custom-back {
        display: inline-block;
        vertical-align: middle;
    }
    .composite_form.small_width .composite_navigation.top {
        display: none !important;
    }
    .composite_form.small_width .composite_pagination {
        display: block !important;
    }
    .woocommerce .composite_pagination .element_link,
    .woocommerce .last-step .composite_pagination .element_link {
        min-width: 50px;
    }
    .woocommerce .composite_form ul.component_option_thumbnails_container .component_option_thumbnail:after {
        display: none !important;
    }
    .woocommerce .composite_form .component_option_thumbnail .image {
        left: 4px;
    }
    .woocommerce .composite_form ul.component_option_thumbnails_container .component_option_thumbnail {
        padding: 16px 16px 16px 110px;
        background: none;
    }
    .woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container {
        width: 100% !important;
        display: block;
        margin: 0 0 16px;
        padding: 0;
    }
    .component_data table.variations tr.attribute_options:nth-child(2) ul.variable-items-wrapper li:after,
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li:after {
        display: none !important;
    }
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .variable-item-contents {
        padding: 16px 16px 16px 110px;
        background: none;
    }
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .variable-item-contents .pimg {
        left: 4px;
    }
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .variable-item-contents:after {
        display: none;
    }
    .addons-data {
        padding: 0 16px 16px 110px;
    }
    .addons-data button,
    .component_data table.variations tr.attribute_options:nth-child(2) ul.variable-items-wrapper li {
        width: 120px;
    }
    .component_data table.variations tr.attribute_options:nth-child(2) {
        left: 110px;
        right: 20px;
        width: auto !important;
    }
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .vari-price,
    .woocommerce div.product .composite_component span.price,
    .woocommerce-page div.product .composite_component span.price {
        font-size: 14px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundled_products {
        overflow: hidden;
    }
    .woocommerce .composite_form .composite_component .component_content .bundled_products li:first-child {
        width: 50%;
        padding-left: 0;
    }
    .woocommerce .composite_form .composite_component .component_content .bundled_products li:last-child {
        padding-right: 0;
    }
    .woocommerce .composite_form .composite_component .component_content .bundled_products li {
        float: left !important;
        width: 50% !important;
        padding: 0 6px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundled_products {
        padding-left: 90px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundled_products li:first-child .product_title {
        padding: 0 0 13px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundled_products .product_title {
        float: none;
        width: 100%;
        max-width: inherit;
        padding: 0 0 13px;
        text-align: center;
        font-size: 14px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundled_products li .wc-pao-addon-container {
        float: none;
        width: 100% !important;
        max-width: inherit;
        margin-bottom: 16px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundled_products .wc-pao-addon-container label {
        float: left;
        text-align: left;
        padding: 10px 0 0;
        position: absolute;
        left: -90px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundled_products .form-row {
        overflow: hidden;
        display: block;
        clear: none;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-space-and-border {
        padding: 15px 0 0;
        margin: 0 0 20px;
    }
    /* .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-who-is-the-prescription-for, */
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-upload-prescription,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-save-prescription,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-pupillary-distance-pd {
        width: 100%;
        float: none;
        max-width: inherit;
        padding: 0 0 10px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-save-prescription {
        clear: both;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox {
        margin: 12px 0 20px;
        padding: 0 0 20px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-my-pupillary-distance-pd-is-listed-on-my-prescription {
        float: none;
        padding: 0;
        margin: 20px 0 0;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-my-pupillary-distance-pd-is-listed-on-my-prescription label {}
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox label {
        margin: 0 auto;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-guardar-mi-prescripcion,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-date-of-prescription {
        margin: 0 0 20px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-upload-prescription {
        clear: both;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-file-preview,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription {
        width: 100%;
        float: none;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .form-row {
        width: 100%;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-select-the-practice-where-you-had-your-prescription {
        padding: 20px 0 0;
        margin: 20px 0;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-practice-location {
        float: none;
        width: 100%;
        max-width: inherit;
        clear: both;
        padding: 0 0 10px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-choose-your-practice {
        float: none;
        width: 100%;
    }
    .woocommerce .composite_form .composite_component.active_content .component_content .component_data.swatches-addon .wc-pao-addons-container {
        margin: 0 0 10px;
    }
    .logged-in #inline-1 .js-table-responsive .pres-values {
        float: none;
        width: auto;
    }
    .logged-in #inline-1 .js-table-responsive .pres-edit {
        float: none;
        width: auto;
        padding: 10px 0 15px 0;
        text-align: center;
        min-height: inherit;
    }
    .start-over {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
    .woocommerce .composite_form .component_option_thumbnail .thumnail_title .price {
        font-size: 14px;
    }
}

@media(max-width: 768px) {
    #composite-main-section.ep-now .fl-node-content,
    #composite-main-section.ep-now .details.component_data {
        background: #fff;
    }
    #composite-main-section.ep-now .wc-pao-addon-enter-your-prescription .wc-pao-addon-heading {
        max-width: 200px;
        margin: 0 auto;
        text-align: center;
    }
    #custom-product-selection.last-step #composite-main-section .composite_pagination {
        padding-top: 23px;
        background: #fff;
        padding-bottom: 0;
        margin: 0;
    }
    .woocommerce .composite_form .component_description {
        margin: 0 0 16px;
    }
    .woocommerce .composite_form .component_option_thumbnail .thumbnail_description p {
        font-size: 14px;
    }
    .woocommerce .composite_form .component_option_thumbnail .thumnail_title {
        padding-right: 0;
        position: relative;
    }
    .woocommerce .composite_form .component_option_thumbnail .title {
        font-size: 16px;
        line-height: 22px;
    }
    #final-step-summary {
        padding: 0 16px;
    }
    #custom-product-selection.last-step #composite-main-section .elementor-widget-wrap {
        max-width: 560px;
        padding: 0 0 30px;
        margin: 0 auto;
    }
    #final-step-heading h3 {
        text-transform: uppercase;
        letter-spacing: 0;
    }
    #review-sidebar .widget_composite_summary .composite_button button.single_add_to_cart_button {
        margin-top: 21px;
    }
    #review-sidebar .widget_composite_summary .composite_button button.single_add_to_cart_button:after {
        right: calc( 50% - 52px);
    }
    .composite_form.small_width .composite_navigation.top {
        display: none !important;
    }
    .woocommerce .composite_form .composite_pagination nav {
        margin: 10px auto 20px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addons-container {
        max-width: inherit;
    }
    .logged-in #inline-1,
    #inline-1 {
        text-align: center;
    }
    .logged-in #inline-1 .switch-presc {
        position: static;
        float: none;
        margin: 0 0 14px;
    }
    .logged-in #inline-1 .saved-presc h3 {
        text-align: center;
        margin: 0 0 14px;
    }
    #inline-1 .js-table-responsive table.shop_table_responsive td:before {
        display: none;
    }
    .start-over {
        margin: 0 0 10px;
    }
    /*Variations*/
    .variations-data {
        padding: 15px;
    }
    .variations-data ul li {
        display: inline-block;
        /*width: calc(50% - 10px); margin: 0 5px 10px;*/
    }
    /* Mobile Sidebar */
    #frame-selection-sidebar.frame-sidebar {
        width: 100% !important;
        /* overflow-y: auto;
		max-height: calc(100% - 100px); */
    }
    #frame-selection-sidebar.frame-sidebar>.fl-col-content.fl-node-content {
        padding-bottom: 0;
        padding-top: 0;
    }
    #frame-selection-sidebar.frame-sidebar a.close-review {
        position: absolute;
        right: 20px;
        top: 17px;
    }
    #frame-selection-sidebar section#review-sidebar {
        display: none;
        position: fixed;
        z-index: 9999;
        bottom: 45px;
        background: #fff;
        left: 0;
        right: 0;
        padding: 0 20px;
        height: calc(100vh - 45px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    #frame-selection-sidebar.frame-sidebar #review-sidebar .widget_composite_summary.widget_position_default .widget_composite_summary_content ul.summary_elements {
        margin: 0;
        padding: 0;
        border: none;
        margin-bottom: 30px;
    }
    #frame-selection-sidebar.frame-sidebar .widget_composite_summary_price:after {
        background: url('../img/arrow-up.png') no-repeat;
        width: 18px;
        height: 9px;
        position: absolute;
        right: 20px;
        top: 21px;
    }
    #frame-selection-sidebar.frame-sidebar .widget_composite_summary_price.active:after {
        transform: rotate(180deg);
    }
    #frame-selection-sidebar.frame-sidebar .widget_composite_summary_price .woocommerce-Price-amount.amount,
    #frame-selection-sidebar.frame-sidebar .widget_composite_summary_price:before,
    #review-sidebar .widget_composite_summary_price span.woocommerce-Price-currencySymbol,
    span.gtext {
        color: #ffffff;
        left: 20px;
    }
    #review-sidebar .composite_price.mobile-price span.woocommerce-Price-currencySymbol,
    .composite_price.mobile-price span.gtext {
        font-size: 16px;
        color: #3F4D4C;
    }
    #review-sidebar.review-screen .composite_price span.woocommerce-Price-currencySymbol {
        color: #212121;
        font-size: 18px;
    }
    #frame-selection-sidebar.frame-sidebar .widget_composite_summary_price p {
        margin: 0;
    }
    #frame-selection-sidebar.frame-sidebar .customise-lens-heading {
        border-bottom: 1px solid #e0e0e0;
        margin: 0 -20px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data {
        overflow: inherit;
    }
    .wc-pao-addon-container.wc-pao-addon.wc-pao-addon-power,
    .wc-pao-addon-container.wc-pao-addon.wc-pao-addon-direction,
    .wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-power,
    .wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-direction {
        width: 29.5%;
        max-width: 137.5px;
        margin: 0 8px 10px !important;
    }
    .wc-pao-addon-separator-bar-1 {
        margin: 0 0 24px !important;
    }
    .variations-data {
        padding: 15px 27px;
    }
    .variations-data.first-level ul li span {
        padding-left: 10px;
        font-size: 14px;
    }
}

@media(max-width: 480px) {
    .variations-data ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-first-name,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-last-name,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-date-of-birth,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-store-name,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-account-id,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-guardar-mi-prescripcion {
        float: none;
        width: 100%;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-date-of-prescription,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-guardar-mi-prescripcion,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-save-your-prescription {
        float: none;
        width: 100%;
        padding: 0 0 10px;
        margin: 0;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd {
        margin-bottom: 10px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-measure-my-pd,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-measure-my-pd label {
        width: 100%;
        margin-right: 0;
    }
    .component_data table.variations tr.attribute_options:nth-child(2) {
        width: 100%;
    }
    ul.variable-items-wrapper.button-variable-wrapper.custom-ul {
        margin: 5px 0 0 !important;
    }
    .woocommerce .composite_form .composite_data .composite_summary ul.summary_elements>li {
        padding: 14px;
        min-height: inherit;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .form-row {
        background: url(../img/camera1.png) no-repeat center top 25px;
    }
    .woocommerce .composite_form .composite_data .composite_summary ul.summary_elements .summary_element_title {
        float: none;
        width: auto;
    }
    .woocommerce .composite_form .composite_data .composite_summary ul.summary_elements .summary_element_selection {
        width: 80%;
        padding: 10px 0 0;
    }
    #inline-1 .js-table-responsive .rx-uname,
    #inline-1 .js-table-responsive .pres-date {
        padding: 10px;
    }
    #inline-1 .js-prescription-list ul {
        overflow: hidden;
        max-width: 260px;
        margin: 0 auto;
    }
    #inline-1 .js-prescription-list ul>li.js-heading {
        width: 50px;
        float: left;
    }
    #inline-1 .js-prescription-list ul>li {
        float: left;
        width: calc(50% - 25px);
        border: none;
    }
    #inline-1 .js-prescription-list ul>li.js-heading span {
        text-align: left;
        padding: 6px 0;
    }
    #inline-1 .js-prescription-list ul>li.js-heading span.js-box1 {
        min-height: 36px;
    }
    #inline-1 .js-prescription-list ul>li span.js-box1,
    #inline-1 .js-prescription-list ul>li span {
        display: block;
        width: auto;
        text-align: center;
        padding: 6px 0;
    }
    #inline-1 .js-prescription-list ul>li span {
        min-height: 32px;
    }
    #inline-1 .login-form-wrapper {
        margin: 0;
    }
    .woocommerce .composite_form .composite_component .component_content .bundled_products .form-row input[type="text"],
    .woocommerce .composite_form .composite_component .component_content .bundled_products .form-row input[type="email"],
    .woocommerce .composite_form .composite_component .component_content .bundle_data .form-row input[type="text"],
    .woocommerce .composite_form .composite_component .component_content .bundle_data .form-row input[type="email"] {
        height: 44px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-who-is-the-prescription-for .wc-pao-addon-heading {
        margin: 0 0 18px;
    }
    .woocommerce .composite_form .composite_component .component_content .products .form-row select,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .form-row select {
        height: 44px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox p.form-row.form-row-wide.wc-pao-addon-wrap label {
        font-size: 14px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox p.form-row.form-row-wide.wc-pao-addon-wrap {
        padding-top: 6px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox {
        margin: 12px 0 23px;
        padding: 0 0 30px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-send-your-prescription-later {
        padding: 0 0 25px;
        margin: 0 0 25px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundled_products li .form-row select {
        height: 44px !important;
        margin: 0 !important;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-right-pd,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-left-pd {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .composite_form .composite_pagination ul li .element_inner {
        min-width: 50px;
    }
}