/* Start RX PD tool styling */
body h2,
body h3,
body h4,
body h5,
body p,
body span {
    font-family: 'Poppins' !important;
}
#pdwrapper {
    display: none;
    position: relative;
    z-index: 99999;
}

#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.png) no-repeat 50% 50%;
    background-size: cover;
    content: '';
    z-index: 999;
}
.woocommerce form .form-row .select2-container {
    width: 100% !important;
}
span.select2-selection.select2-selection--single {
    padding: 11px 0 !important;
    line-height: 68px !important;
    color: #666;
    display: block;
    height: 47px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.wc-pao-addon-choose-your-practice.field-error .select2-container--default .select2-selection--single {
    background-color: rgba(227, 25, 55, 0.05) !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: auto !important;
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 300;
}
#component_1584107434:has(.component_content .button-variable-item-luxury-plus.selected) .component_options.subLevelActivated,
#component_1584107434:has(.component_content .button-variable-item-versatyl.selected) .component_options.subLevelActivated {
    display: none !important;
}
span.select2-container.select2-container--default.select2-container--open .select2-dropdown {
    top: 35px
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.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;
    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;
    cursor: pointer;
}

.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: 4px;
    color: #fff;
    background: #004955;
    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: #004955;
    color: #fff;
    opacity: 0.9;
}
.pd-area a.btn.take-shot {
    display: none;
}
a.btn.take-shot {
    max-width: 229px;
    display: flex;
    justify-content: center;
    margin: 16px auto 0px auto;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

a.btn.take-shot:hover {
    opacity: 0.9;
}

img.btn-icon {
    width: 30px;
    height: 30px;
    margin-right: 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: 4px;
    border: 2px solid #004955;
    color: #004955;
    padding: 13px 24px;
    font-size: 16px;
    line-height: 1em;
}

.logged-in .pd-wrapper {
    top: 32px;
}

.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;
    align-items: center;
     justify-content: space-between;
}

.pd-top-bar .pd-container .pd-logo {
    /* width: 20%; */
    align-items: center;
    display: flex;
   
}
.take-photo-section a.btn.take-shot {
    margin: 0;
}
.image-taken.take-photo-section a.btn.take-shot,
.take-photo-section .btn-area {
	display: none;
}
.image-taken.take-photo-section .btn-area {
    display: flex;
	gap: 24px;
    margin-top: 0 !important;
}
.image-taken.take-photo-section .btn-area a {
    margin-top: 0 !important;
}
.image-taken.take-photo-section > a {
    display: none !important;
}
.take-photo-section .btn-area
.return-prescription {
    /* width: 80%; */
    align-items: center;
    display: flex;
    justify-content: end;
    padding-right: 0;
}

.return-prescription a {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    text-decoration: none;
    padding: 7px 22px;
    border-radius: 4px;
    border: 2px solid #004955;
    transition-duration: 0.5s;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 4px;
}

.return-prescription a:hover {
    background: #004955;
    color: #fff;
}

.instruction-section {
    display: flex;
    align-items: center;
    max-width: 1120px;
    gap: 72px;
}

.instruction-section .left-section {
    width: 53%;
}

.instruction-section .right-section {
    width: 42%;
}


.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: 300;
    line-height: 1.55em;
    text-align: left;
    display: flex;
    margin-bottom: 31px;
    color: #3F4D4C;
}

.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;
    background-color: #008095;
    border-radius: 50%;
    color: #fff;
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -1px;

}

a.measure-btn.m-pd.mob {
    display: none;
}

a.measure-btn {
    padding: 10px 32px;
    border-radius: 4px;
    background: #004955;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 162%;
    text-transform: uppercase;
    text-decoration: none;
    transition-duration: 0.5s;
}

a.measure-btn:hover {
    opacity: 0.9;
}

.txt-block h3 {
    color: #008095;
    text-align: center;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin: 4px 0 20px 0;
}

.variations_frame_form .product-image {
    margin: 0 auto;
    position: relative;
}

.variations_frame_form .product-image::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgba(0, 0, 0, 0.03);
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: none;
}
.variations_frame_form .product-image img {
    object-fit: contain;
    mix-blend-mode: darken;
}
.variations_frame_form .title-price-area {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding: 28px 0;
    display: flex;
    justify-content: space-between;
}

.product-title-frame {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.product-title-frame span {
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.component .component_pagination .index,
.woocommerce nav.woocommerce-pagination {
    display: none;
}
.component .component_pagination:not(.component_options_append) {
    padding: 0 !important;
}
[data-wvstooltip]:hover:before,
[data-wvstooltip]:hover:after,
.wvs-has-image-tooltip:hover:before,
.wvs-has-image-tooltip:hover:after {
    opacity: 0;
}

.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-1584107435-14.wc-pao-addon-id-1709885220 .wc-pao-addon-heading,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-1584107435-10.wc-pao-addon-id-1709885216 .wc-pao-addon-heading{
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #000;
}
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-1584107435-12.wc-pao-addon-id-1710955203.wc-pao-addon-¿cuándo-se-emitió-la-receta\? .wc-pao-addon-heading,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-1584107435-8.wc-pao-addon-id-1710955200.wc-pao-addon-¿para-quién-es-la-receta\? .wc-pao-addon-heading,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-1584107435-14.wc-pao-addon-id-1709899115.wc-pao-addon-¿cuándo-se-emitió-la-receta\? .wc-pao-addon-heading,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-1584107435-10.wc-pao-addon-id-1709899111.wc-pao-addon-¿para-quién-es-la-receta\? .wc-pao-addon-heading {
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 26px !important;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-¿cuándo-se-emitió-la-receta? .wc-pao-addon-heading h2, 
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-¿para-quién-es-la-receta? .wc-pao-addon-heading h2 {
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 300 !important;
}
@media screen and (max-width:768px) {
    .logged-in .pd-wrapper {
        top: 0;
    }


    .woocommerce .composite_form .composite_component .component_content .bundled_products li .wc-pao-addon-container.wc-pao-addon-axis input {
        height: 44px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-save-your-prescription-for-future-use, .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-date-of-prescription {
        max-width: 320px !important;
        width: 100% !important;
    }
    .pd-top-bar .pd-container .pd-logo,
    .return-prescription {
        width: 50%;
    }

    .step-bottom.position-section {
        padding: 23px 0;
    }

    .step-bottom .left-section div.list div {
        margin-bottom: 16px;
    }

    .return-prescription {
        padding-right: 0px;
        display: flex;
        justify-content: end;
    }

    .instruction-section {
        gap: 8px;
        flex-direction: column;
    }

    .instruction-section .left-section,
    .instruction-section .right-section {
        width: 100%;
    }

    .step1-wrapper p {
        font-size: 18px !important;
        font-weight: 400;
    }

    .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;
    }

    .step-bottom .left-section div.list div {
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
    }

    a.measure-btn {
        display: none;
        width: 100%;
        max-width: 480px;
        margin: 10px auto;
    }

    a.measure-btn.m-pd.mob {
        display: block;
        width: auto;
        margin: 15px auto 0;
    }

    .txt-block h3 {
        font-size: 18px;
        line-height: 1.5em;
        font-weight: 500;
    }

    .woocommerce .composite_form .component_description p {
        font-size: 20px;
    }

    .pd-top-area p {
        font-size: 14px !important;
        line-height: 1.57em !important;
        font-weight: 400;
    }
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .extended-text {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width:1366px) {

    .step-top,
    .step-bottom .inner-section {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}
@media screen and (max-width: 1200px) {
	#inline-1 .saved-presc h3,
	#inline-1 .saved-presc-txt h2,
	#inline-1 .saved-presc-txt p {
		text-align: center !important;
	}
	#inline-1 .saved-presc h3,
	#inline-1 .saved-presc-txt h2 {
		margin: 20px 0 25px !important; 
	}
	#inline-1 .login-form {
		margin: 0 auto !important;
	}
}
/* End */

.pd-area {
    display: none;
    text-align: center;
}

/* PD Top Bar */
.pd-top-bar {
    overflow: hidden;
    padding: 17px 10px 12px;
    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;
    color: #3f4d4c;
    color: #3F4D4C;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}

/* Timer */
.timer {
    display: none;
}

.timer .counter {
    width: 46px;
    height: 46px;
    border-radius: 46px;
    margin: 0 auto 22px;
    background: #004955;
    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: 102px;
}

.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;
	display: none;
}
.btn-area.bottom {
    display: none;
}
.pd-bottom-area .btn-area a.btn {
    margin: 0 16px;
}

.pd-bottom-area .txt-block p {
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #3F4D4C !important;
}

/* Camera */
.camera-area {
    overflow: hidden;
    position: relative;
    padding: 0 16px 20px;
    margin-bottom: 40px
}

.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);
}

#my_camera canvas {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
}

/* Step1 */
.step1-wrapper {
    text-align: center;
    padding: 42px 0 0;
    font-size: 14px;
    line-height: 18px;
}

.step1-wrapper .step-top {
    margin: 0 auto 38px;
    font-size: 16px;
    line-height: 20px;
}

.step1-wrapper h4 {
    font-size: 28px;
    line-height: 1.28em;
    color: #3F4D4C;
    font-weight: 400;
    margin: 7px 0 25px;
    text-align: left;
}

.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: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.54em;
    color: #3F4D4C;
    text-align: left;
}

.step1-wrapper p span {
    color: #00837E;
}

.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;
        margin: 10px 10px 10px;
    }

    .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: 20px;
        font-weight: 500;
        line-height: 1.5em;
        margin: 0 0 8px;
    }
}

/********/

.woocommerce .composite_form {
    position: static !important;
    padding: 0 !important;
}

.woocommerce .composite_form .composite_component .component_content {
    height: auto !important;
    overflow: visible !important;
    display: none;
}

.wc-pao-addon-container label.wc-pao-addon-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57;
    color: #000;
    margin-bottom: 2px;
}

.wc-pao-addon-container.wc-pao-addon-first-name label.wc-pao-addon-name,
.wc-pao-addon-container.wc-pao-addon-last-name label.wc-pao-addon-name {
    margin-bottom: 2px;
}

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: 14px;
    height: 22px;
    background: url('../img/rx-icon-arrow.png') no-repeat center / 11px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0;
    position: relative;
    z-index: 99;
}

.woocommerce .composite_form .composite_pagination .nav-prev {
    float: left;
    /* transform: rotate(180deg); */
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.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;
    opacity: 0.5;
}

.woocommerce .composite_form .composite_pagination .nav-prev.disabled {
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.woocommerce .composite_form .composite_pagination .nav-next.disabled {
    transform: rotate(0);
}

.woocommerce .composite_form .composite_pagination nav {
    overflow: hidden;
    margin: 0 auto 45px;
    /* max-width: 586px; */
    width: calc(100% - 102px);
    margin-left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#custom-product-selection.last-step #composite-main-section .pagination_elements_wrapper {
    width: 100% !important;
}

.woocommerce .composite_form .composite_pagination .nav-next {
    order: 3;
}

.woocommerce .composite_form .composite_pagination {
    text-align: center;
    padding: 0;
    margin: 0;
}

.woocommerce .composite_form .composite_pagination ul {
    padding: 0;
    margin: 0 20px;
    position: relative;
    /* display: flex;
	justify-content: center;
	align-items: center; */
    max-width: 650px;
    width: 100%;
}

.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: 92px;
    width: 100%;
}

.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: #01ACC8;
}

.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: -8px;
    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: #212121 !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 34px;
    padding: 0;
}

/* .woocommerce .composite_form .component_inner {
    max-width: 640px;
} */
.woocommerce .composite_form .component_description p {
    margin: 0;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.woocommerce .composite_form .component_section_title,
.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 #component_options_1705313039 ul.component_option_thumbnails_container {
    display: flex;
    flex-direction: column;
}
.woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container.basico {
    order: 1;
}
.woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container.intermedio {
    order: 2;
}
.woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container.avanzado {
    order: 3;
}
.woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container .description-with-image {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
}
.woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container .description-with-image div:first-child {
    flex: 1;
}
.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;
    height: auto !important;
}
.woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container:has(.selected),
.woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container:hover {
    border-color: #01ACC8;
    background-color: #F7FBFC;
}

.woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container.selected-li {
    border-color: #01ACC8;
    background-color: #F7FBFC;
}

.woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container.selected-li.first-variation-selected .component_option_thumbnail {
    display: none;
}

.woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container.selected-li.first-variation-selected .variations-data.first-level {
    display: none;
}

.woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container.selected-li:has(.second-level) {
    border-color: transparent;
    background-color: transparent;
}
li#component_option_thumbnail_container_8496:has(.second-level) .first-level {
	display: none !important;
}
.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 20px 16px 153px;
    min-height: 113px;
    background-position: right 30px center;
    background-size: 10px;
    /* display: none; */
}

.woocommerce .composite_form ul.component_option_thumbnails_container .component_option_thumbnail.selected:after {
    display: block;
    background: #253D85 url(../img/rx-icon-check.png) no-repeat center;
    border-color: #253D85;
    background-size: 13px auto;
    display: none;
}

.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;
}
#component_option_thumbnails_1584107436 .component_option_thumbnails_container li .thumnail_title .price {
    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: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #333 !important;
    padding: 0 0 0 10px;
    display: none;
}
.woocommerce .composite_form #component_option_thumbnails_1705313039 .component_option_thumbnail .thumnail_title .price {
    display: inline-block;
}
.woocommerce .composite_form .component_option_thumbnail .title {

    padding-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0;

    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.woocommerce .composite_form .component_option_thumbnail .image {
    margin: 0;
    width: 106px;
    height: 106px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    left: 24px;
    top: 0;
    /* transform: translateY(-50%); */
}
.component_option_thumbnail_container .thumbnail_description {
    padding: 0 !important;
}
.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%);
}
#component_option_thumbnails_1584107434 .component_option_thumbnail .image img {
    max-width: 60px;
}
.woocommerce .composite_form .component_option_thumbnail .thumbnail_description {
    padding: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}
.woocommerce .composite_form .component_option_thumbnail .thumbnail_description .description-prod-text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.woocommerce .composite_form .component_option_thumbnail .thumbnail_description .description-prod-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #3d3d3d;
    margin-top: 10px;
}
.woocommerce .composite_form .component_option_thumbnail .thumbnail_description .description-prod-text ul li {
    display: flex;
    align-items: start;
}
.woocommerce .composite_form .component_option_thumbnail .thumbnail_description .description-prod-text ul li img {
    width: 24px !important;
    margin: 0 12px 0 0;
}
.woocommerce .composite_form .component_option_thumbnail .thumbnail_description .description-prod-text > div > img {
    mix-blend-mode: darken;
}
.woocommerce .composite_form .component_option_thumbnail .thumbnail_description p:empty,
.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: 16px;
    font-weight: 300;
    color: #3d3d3d;
    line-height: 26px;
    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.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;
}
/* .woocommerce .composite_form #component_option_thumbnails_1705313039 .component_option_thumbnail .price {
    display: none;
} */
.woocommerce .composite_form #component_option_thumbnails_1705313039 .component_option_thumbnail .thumbnail_description .price {
    display: none!important;
    margin: 0;
    border-top: 1px solid #E3E3E3;
    margin-top: 15px !important;
    padding-top: 15px;
    position: relative;
    text-align: right;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 28px;
    color: #000 !important;
}
.component .component_option_each {
    display: none;
}
/* 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;
}
.wc-pao-addon-container.wc-pao-required-addon.wc-pao-addon.wc-pao-addon-1584107436-0.wc-pao-addon-id-1708585638.wc-pao-addon-color {
    display: none;
}
#component_option_thumbnail_container_8499 .addons-data button img {
    width: 37px !important;
}
.woocommerce .composite_form .component_wrap .wc-pao-addon-color .form-row {
    margin: 16px 0 0;
    padding: 0;
    display: none;
    justify-content: flex-start;
    align-items: center;

}

.woocommerce .composite_form .component_wrap .wc-pao-addon-container .wc-pao-addon-image-swatch.selected {
    border: 1px solid #01ACC8;
}

.woocommerce .composite_form .component_wrap .wc-pao-addon-container .wc-pao-addon-image-swatch {
    padding: 12px 13px;
    margin: 4px 12px 4px 0;
    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: 20px;
    /* display: none; */
}

.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;
}

.product.content.summary_content.populated.bundle_form.initialized {
    max-width: 640px;
}
#component_1584107435_inner .product.content.summary_content.populated.bundle_form.initialized {
    max-width: 100%;
}
.woocommerce .composite_form .composite_component .component_content .bundled_products {
    margin: 0;
    padding: 0;
}

.bundled_product_summary .bundled_product_title a.bundled_product_permalink {
    display: none;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products li {
    float: none;
    width: 100%;
    margin: 0 0 19px;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products li:last-child {
    margin-bottom: 10px;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products li:first-child .product_title {
    padding: 34px 0 0;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products .product_title {
    float: left;
    width: 17%;
    max-width: 115px;
    text-align: left;
    margin: 0 !important;
    padding: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.62;
    color: #000;
    padding-top: 6px;
}

.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: 21%;
    /* padding: 0 5px; 
    max-width: 98px;*/
    margin-right: 26px;
}

.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-axis input {
    height: 54px;
}

.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 {
    display: none !important;
}

.woocommerce .composite_form .composite_component.active_content .component_content .component_data .single_variation_wrap {
    display: none;
}

.woocommerce .composite_form .composite_component.active_content .component_content .component_data.swatches-addon {
    background: none;
    padding: 0;
    border: none;
    margin: 0;
    /* display: none; */
}

.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 0 12px;
    font-size: 14px;
    color: #333;
    float: left;
    width: 100%;
    padding-left: 0;
}

.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: 28px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0;
}

.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-1584107435-14.wc-pao-addon-id-1709885220 .wc-pao-addon-heading,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-1584107435-10.wc-pao-addon-id-1709885216 .wc-pao-addon-heading{
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #000;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-heading .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 {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 500;
    color: #000;
    margin-bottom: 16px;
    letter-spacing: 0;
}

/* 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: 0 0 19px;
    max-width: 100%;
    width: 100%;
    float: left;

}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-upload-prescription {
    width: 100% !important;
    max-width: 100%;
    padding: 0 0 24px !important;
    margin: 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%;
    padding-top: 13px;
    padding-bottom: 4px;
    margin-bottom: 0;
}
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-1584107435-6.wc-pao-addon-id-1711009626.wc-pao-addon-pupillary-distance-pd {
    padding-top: 5px !important;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-pupillary-distance-pd .wc-pao-addon-description p {
    margin-bottom: 12px;
}
.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-prescripciÃ³n,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-date-of-birth,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-optica-deluxe-store {
    width: calc(50% - 13px);
    float: left;
    margin-bottom: 15px;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-date-of-birth {
    clear: both;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data.bundle_data_8533 .wc-pao-addon-date-of-prescription,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-date-of-prescription {
    float: left;
    margin-bottom: 20px;
}
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-pd label {
    display: none !important;
}
.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,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-optica-deluxe-store {
    float: right;
    position: relative;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-date-of-prescriptio {
    float: left !important;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd {
    width: calc(100% - 324px);
    float: left;
    margin-right: 15px;
}
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-1584107435-7.wc-pao-addon-id-1711009627.wc-pao-addon-pd label {
    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 {
    float: left;
    width: calc(50% - 175px);
    margin-bottom: 10px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-right-pd {
    margin-right: 8px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-left-pd {
    margin-left: 8px;
}

.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: calc(50% - 13px);
    float: right;
}
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-1584107435-5.wc-pao-addon-id-1711009625.wc-pao-addon-space-and-border {
    margin: 0 -1238px 26px !important;
}
/* Spaces and Borders  */
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-space-and-border {
    padding: 20px 999px 0;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 -999px 16px;
    clear: both;
    float: none;
}

.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 152px;
}

.variations-data .variations-label {
    margin: 0 0 11px;
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: none;
}

.variations-data.first-level {
    position: relative !important;
}

.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 #CCC;
    box-sizing: border-box;
    border-radius: 6px;
    background: #ffffff;
    font-size: 16px;
    line-height: 26px;
    color: #3d3d3d;
    cursor: pointer;
}

.woocommerce .composite_form ul.component_option_thumbnails_container #component_option_thumbnail_container_8498.selected-li:has(.first-level) {
    background: transparent;
    border: 0;
}

.woocommerce .composite_form ul.component_option_thumbnails_container #component_option_thumbnail_container_8498.selected-li .variations-data {
    padding: 0;
}

.woocommerce .composite_form ul.component_option_thumbnails_container #component_option_thumbnail_container_8498.selected-li .variations-data ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;

}

.woocommerce .composite_form ul.component_option_thumbnails_container #component_option_thumbnail_container_8498.selected-li .variations-data ul li {
    width: 100%;
}

.variations-data.second-level {
    padding: 0;
}

.variations-data.second-level .variations-label {
    display: none;
}

.variations-data ul li.active,
.variations-data ul li:hover {
    /* box-shadow: 0px 0 0px 1px #284F5C; */
    border: 1px solid #01ACC8;
}


.variations-data.first-level ul {
    grid-template-columns: repeat(2, 1fr);
}

.variations-data.first-level ul li {
    text-align: left;
    padding: 15px 10px 15px 15px;
    line-height: 1;
    border-radius: 10px;
    flex-direction: column;
}

.variations-data.first-level ul li ul {
    grid-template-columns: repeat(2, 1fr);
}

.variations-data.first-level ul li .image-holder {
    max-width: 40px;
    display: inline-block;
    vertical-align: middle;
    display: none;
}

.variations-data.first-level ul li .image-holder img {
    max-width: 40px;
    display: block;
}

.variations-data.first-level ul li span {
    padding-left: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #333;
    margin-bottom: 8px;
    width: 100%
}

.variations-data.first-level ul li p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #333;
}

.variations-data.second-level ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.variations-data.second-level ul li {
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    text-align: left;
    padding: 15px 18px 31px 116px;
    line-height: 1.3;
    vertical-align: top;
}

.variations-data.second-level ul li .image-holder {
    position: absolute;
    left: 30px;
    top: 30px;
    max-width: 128px;
    width: 100%;
    margin: 0;
}
.variations-data.second-level ul li:nth-child(2) .image-holder {
    left: 40px;
}
.variations-data.second-level ul li .image-holder img {
    max-width: 60px;
    display: block;
}

.variations-data.second-level ul li span {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    margin-bottom: 4px;
}

.variations-data.second-level ul li p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 0;
}

/* 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: 174px;
    height: 48px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    background: #fff;
    border: 2px solid #004955;
    cursor: pointer;
    color: #004955;
    text-align: center;
    text-transform: uppercase;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-measure-my-pd label:hover {
    background: #004955;
    color: #fff;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-measure-my-pd {
    float: right;
    width: 308px;
    position: relative;
    margin: 0;
    cursor: pointer;
    padding-top: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-measure-my-pd .pd-taken{
    text-align: center;
    width: 174px;
} 
.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;
    float: left;
}
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-1584107435-11.wc-pao-addon-id-1711009630.wc-pao-addon-pd-checkbox {
    margin-bottom: 3px !important;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox {
    border-bottom: 1px solid #e0e0e0;
    margin: 4px 0 33px;
    padding: 0 0 32px;
    float: left;
    width: 100%;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
}

.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: 8px;
}

.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;
}

.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: 1;
    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;
}

/* Save Prescription */
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-save-prescription {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-save-your-prescription-for-future-use {
    float: none;
    width: calc(50% - 13px);
    position: relative;
    margin: 0 0px 17px 0;
    clear: both;
    display: block;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data.bundle_data_8494 .wc-pao-addon-date-of-prescription {
    float: none;
}
.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-save-your-prescription-for-future-use .wc-pao-addon-description {
    position: absolute;
    left: 0;
    top: 45px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.62;
    color: #000;
    font-style: italic;
    z-index: 99;
    text-transform: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 14px;
}

/* .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-save-your-prescription-for-future-use .form-row {
    max-width: 320px;
} */
/* Use save Prescription */

#inline-1 {
    display: none;
}


.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: 15px 15px 30px 0;
    display: inline-block;
    background: transparent;
    padding: 10px 30px;
    color: #004955;
    border: 2px solid #004955;
    font-weight: 500;
    border-radius: 3px; */
}
#inline-1 .form-footer .switch-presc {
	display: block !important;
	
}
#inline-1 .form-footer .switch-presc.back {
	border: 2px solid #004955;
	border-radius: 4px;
	text-transform: uppercase;
	padding: 12px 24px;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	margin-top: 30px;s
}
#inline-1 .switch-presc:hover {
    background: #004955;
    text-decoration: none;
    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: 70px 0 0;
} */
#inline-1 .saved-presc {
    clear: both;
}
#inline-1 .wrapper-popup {
	border-bottom: 1px solid #E0E0E0;
}
/* #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: 0;
    background: #fff;
    margin-top: 0;
    clear: both;
}
#inline-1 .saved-presc h3,
#inline-1 .saved-presc-txt h2 {
	margin: 0 0 35px;
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	color: #000;
	letter-spacing: 0;
	text-align: left;
}
#inline-1 .saved-presc-txt p {
	margin-bottom: 22px;
	text-align: left;
}
#inline-1 .login-form {
    max-width: 346px;
    margin: 0 auto 0 0;
    text-align: left;
    display: flex;
    flex-direction: column;
}

#inline-1 .login-form label {
    width: 100%;
    margin: 0 0 22px;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 13px;

}
#inline-1 .login-form input {
    height: 48px;
    background: #fff !important;
    border: 1px solid #CCCCCC !important;
    padding: 12px;
	border-radius: 4px;
	
}
#inline-1 .form-footer {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 23px;
}
#inline-1 .login-form a {
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	padding: 13px 22px;
	border: 2px solid #004955;
	color: #004955;
	border-radius: 4px;
	text-transform: uppercase;
}

#inline-1 .form-footer .switch-presc:hover,
#inline-1 .login-form a.submit-btn {
	background-color: #004955;
	color: #fff;
}
#inline-1 .login-form a.submit-btn:hover {
	opacity: 0.9;
}
#inline-1 .login-form .forgot-pass {
    display: block;
	width: 100%;
	border: none;
    color: #000;
    text-align: left;
    padding: 0;
    font-size: 14px;

}
p.status {
	text-align: center;
}

/* Save Prescription Table */
#inline-1 .js-table-responsive p.no-pres-text {
    text-align: left;
    margin: 0;
    padding: 24px 27px;
}

#inline-1 .js-table-responsive .shop_table_responsive {
    width: 100%;
}
#inline-1 .js-table-responsive .shop_table_responsive tr {
	display: flex;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 32px;
	overflow: hidden;

}
#inline-1 .js-table-responsive table.shop_table_responsive td {
    /* border: 1px solid #ccc; */
    width: 100%;
    /* padding: 0 0 35px; */
    background: #fff;
    /* border-radius: 4px !important; */
    /* margin-bottom: 32px !important; */
}

#inline-1 .js-table-responsive table.shop_table_responsive tr:last-child td {
    padding: 0;
}

#inline-1 .js-table-responsive .presc-header {
    /* overflow: hidden; */
    background: #F8F8F8;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
	border-bottom: 1px solid #ccc;
	padding: 11px 24px 15px;
}
#inline-1 .js-table-responsive .presc-header > div {
	flex: 1;
	text-align: left;
}
#inline-1 .js-table-responsive .presc-header div >span {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #000;
}
#inline-1 .js-table-responsive .practioner-info,
#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; */
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #3D3D3D;
}

#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: 80%;
    background: #fff;
    padding: 25px 10px 16px 30px;
}

#inline-1 .js-prescription-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#inline-1 .js-prescription-list ul>li {
    display: flex;
}

#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; */
	display: flex;
	justify-content: center;
	align-items: center;
    width: 16.4%;
    font-size: 14px;
	line-height: 22px;
    padding: 0 6px 10px;
    font-weight: 400;
    color: #000;
    /*min-width: 62px;*/
    text-align: center;
	border-left: 1px solid #ccc;
}

#inline-1 .js-prescription-list ul>li.js-heading span {
    padding: 0 10px 15px;
    font-size: 14px;
	line-height: 20px;
	font-weight: 500;
    text-transform: uppercase;
}

#inline-1 .js-prescription-list ul>li span.js-box1 {
    width: 18%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
	font-size: 14px;
	line-height: 28px;
	font-weight: 500;
	border: none;
}

#inline-1 .js-table-responsive .pres-edit {
    float: left;
    width: 20%;
    height: 100%;
    background: #fff;
    min-height: 105px;
    padding: 64px 18px 0 0;
    /* text-align: right; */
    /* margin-right: 0; */
    margin-left: auto;
    display: block;
    /* min-width: 120px; */
}

#inline-1 .js-table-responsive .pres-edit input {
    position: absolute;
    opacity: 0;
}

#inline-1 .js-table-responsive .pres-edit label {
	display: block;
    width: 100%;
    max-width: 120px;
    background: #fff;
    color: #004955;
    border: 2px solid #004955;
    border-radius: 3px;
    width: 140px;
    /* height: 40px; */
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    padding: 10px 10px;
}
#inline-1 .js-table-responsive .pres-edit label:hover {
    background: #004955;
	color: #fff;
}
/* Send Prescription Later */
.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;
    margin: 0;
    letter-spacing: -0.1px;
}

.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 / 15px;
}

.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;
    flex-direction: column;
}

.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 {
    height: 100%;
    background: none;
    opacity: 0;
    padding: 0;
    cursor: pointer;
}

.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 {
    font-size: 0;
    color: #8ba7d7;
    font-weight: 600;
    /* background: url(../img/camera.png) no-repeat center top; */
    background-size: 32px;
    height: 32px;
    width: 32px;
    padding: 0 0 2px;
    display: block !important;
}

.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: 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: 4px 0 0;
    text-align: center;
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .wc-pao-addon-description p span {
    font-weight: 500;
    color: #000;
}

.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%;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription button {
    background: #fff;
    padding: 14px 24px;
    border-radius: 4px;
    border: 2px solid #004955;
    color: #004955;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    margin-top: 24px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription button:hover {
    background: #004955;
    color: #fff;
}

/* 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 {
    font-size: 0;
    right: 3px;
    top: 3px;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
}

.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;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-file-preview .upload-image-again a {
    text-decoration: underline;
}

.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: #004955;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #004955;
    border-radius: 4px;
    padding: 12px 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;
    color: #004955;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #004955;
    border-radius: 4px;
    padding: 12px 22px;
    width: auto;
    margin: 28px 24px 0 0;
    clear: both;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-continue:hover {
    opacity: 0.9
}

.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: #004955;
    color: #fff;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-continue h2 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-back h2 {
    color: #004955;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    cursor: pointer;
}

.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: uppercase !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 .select2,
.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: 47px;
}

.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 .bundle_data .wc-pao-addon.wc-pao-addon-choose-your-practice .form-row:after,
.woocommerce .composite_form .composite_component .component_content .products .wc-pao-addon.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;
}

.woocommerce .composite_form .composite_component .component_content .products .wc-pao-addon.field-warning .form-row select {
    border-color: #F7BD66 !important;
    background-color: #FEF4E5 !important;
}

/* .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: red;
} */
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), 
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper:not(.custom-ul) {
    display: none !important;
}  */
.woo-variation-swatches.woo-variation-swatches-ie11 .component_content .variable-items-wrapper,
.component_content .variable-items-wrapper {
    display: none !important;
}

/* .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;
    margin: 0 !important;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 16px;

}

#component_1584107434 .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper[data-attribute_name="attribute_pa_progressive-types"] {
    flex-direction: column-reverse;
}
.component_data table.variations tr td.label {
    display: none;
}

.component_data table.variations tr.attribute_options:nth-child(2) ul.variable-items-wrapper.wvs-style-squared {
    display: flex !important;
    flex-direction: row !important;
    gap: 16px;
    margin: 0 !important;
    text-align: center;
    flex-wrap: wrap;
    /* display: none !important; */

}

.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;
    background: none !important;
    border: 1px solid #E0E0E0;
    position: relative;
    height: auto !important;
}

.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: 1px solid #01ACC8;
    background: #F7FBFC !important;
}
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li[data-value="fotocromatico-polarizado"] .addons-data button[data-value="cafe-2"]{
    display: none;
}
.addons-data {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    padding: 0 16px 16px 154px;
}

.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 {
    max-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;
    gap: 10px;
    flex: 1;
    cursor: pointer;
}

.addons-data button:hover,
.addons-data button:focus {
    text-align: center;
    background: #fff;
    color: #333;
    border-radius: 10px;
    border: 1px solid #01ACC8;
}
.addons-data button img {
    width: 66px !important;
    margin: 0 !important;

}
.polarised.addons-data button img {
    width: 37px !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    background: #F7FBFC !important;
}

.component_data table.variations tr.attribute_options:nth-child(2) ul.variable-items-wrapper li {
    padding: 20px !important;
    width: auto !important;
    border: 1px solid #ccc !important;
    border-radius: 6px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled {
    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 {
    border: 0 solid #ddd;
    /* background: #fff; */
    margin: 0 !important;
    padding: 15px 20px 17px 153px;
    border-radius: 3px;
    position: relative;
    display: flex;
    flex-direction: row;
    position: relative;
}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .variable-item-contents .pimg {
    max-width: 124px;
    width: 100%;
    flex: 1;
    position: absolute;
    left: 10px;
}
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .variable-item-contents .vari-desc {
    flex: 1;
}
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .variable-item-contents .variable-item-span-button {
    position: absolute;
    opacity: 0;
}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li.selected .variable-item-contents:after {
    display: block;
}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .variable-item-contents:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    border-radius: 3px;
    border: 1px solid #01ACC8;
    pointer-events: none;
    display: none !important;
}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .vari-title {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 5px;
    font-weight: 500;
    /* border-bottom: 1px solid silver; */
    text-transform: capitalize;
    margin: auto;
    display: block;
    padding: 0 0 5px !important;
    color: #000 !important;
    text-align: left;
}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .extended-text {
    display: flex;
    gap: 10px;
}
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .extended-text > p {
    min-width: 105px !important;
}
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .extended-text ul {
    padding: 0;
    margin: 0;
    text-align: left;
}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .extended-text ul li {
    margin: 0 !important;
    padding-left: 28px !important;
    border: none;
    color: #3D3D3D;
    font-weight: 300;
    background: url('/wp-content/uploads/2024/02/check.png') no-repeat left 4px / 24px !important;
}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li img {
    width: auto;
    height: auto;
    display: block;
    margin: 16px auto 0;
}

/* .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .vari-dec img {

} */
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .text-area ul {
    list-style: none;
    padding: 0;


}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .text-area ul li {
    background: url('/wp-content/uploads/2024/02/check.png') no-repeat left center / contain;
    padding-left: 20px;

}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .vari-desc p {
    font-size: 16px;
    font-weight: 300;
    color: #3d3d3d;
    line-height: 26px;
    margin: 0 auto 15px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 20px
    /* flex-wrap: wrap; */
}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .vari-price {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

.woocommerce div.product .composite_component span.price,
.woocommerce-page div.product .composite_component span.price {
    font-size: 14px;
    text-align: center;
    padding: 0;
    line-height: 30px;
    color: #666 !important;
}

/*========= 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: none !important;
    text-align: left;
}

.variable-items-wrapper.custom-ul li.variable-item.button-variable-item.level-3.selected {
    border: 1px solid #01ACC8;
}

.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;
}

.variable-items-wrapper.custom-ul li.variable-item.button-variable-item.level-3 span.variable-item-span {
    padding: 0 !important;
    border: none;
    float: left;
    margin-left: 15px;
    margin-top: 7px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
}

/* 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;
    padding: 0 16px;
    max-width: 100%;
}

#custom-product-selection.last-step #composite-main-section .elementor-widget-wrap {
    max-width: 560px;
    padding: 0;
    margin: 0 auto;
}

#custom-product-selection.last-step a.nav-prev {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    display: none;
}
#custom-product-selection.last-step a.nav-prev:first-child {
    display: block;
}

#custom-product-selection.last-step .pagination_elements {
    margin: 0 12px;
}

#final-step-summary {
    display: none;
    max-width: 550px;
    margin: 0 auto;
}

.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: 0;
    background: #fff;
}

#final-step-summary form.cart {
    margin: 0;
}

#final-step-summary form.cart .product-image {
    max-width: 400px;
    margin: 0 auto 20px;
}

#final-step-summary form.cart .product-title-frame {
    float: left;
    width: 70%;
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

#final-step-summary form.cart .product-title-frame span {
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

#final-step-summary form.cart .product-price-frame {
    overflow: hidden;
    color: #3D3D3D;
    text-align: right;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

#final-step-summary form.cart h3 {
    text-align: left;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 2;
    text-transform: capitalize;
    color: #55AEBC;
}

/* 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 {
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

#review-sidebar .widget_composite_summary.widget_position_default .summary_element_price .amount {
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

/* #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;
    display: none;
}
#review-sidebar .widget_composite_summary.widget_position_default ul li:nth-last-child(2) .summary_element_price {
    display: block;
}
#review-sidebar .widget_composite_summary.widget_position_default .showprice .summary_element_price {
    display: block;
}

#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;
    display: none;
}

.summary-last-step #review-sidebar .widget_composite_summary_price {
    display: block;
    border-top: 1px solid #E0E0E0;
    padding-top: 30px;
}

.summary-last-step #review-sidebar .widget_composite_summary_price price {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
}

#review-sidebar .widget_composite_summary_price:before,
.composite_price.mobile-price .price:before {
    content: 'Total';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;


}

#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: #253D85;
}

#final-step-summary #review-sidebar .widget_composite_summary_price:before {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
}

#final-step-summary .widget_composite_summary_price span.woocommerce-Price-currencySymbol,
#final-step-summary span.gtext {
    font-weight: 500 !important;
    font-size: 22px;
    line-height: 34px;
}

.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 {
    color: #212121;
    font-size: 18px;
}

.composite_price.mobile-price .price .amount {
    text-align: right;
}

#review-sidebar .widget_composite_summary .composite_button {
    float: none;
}

#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: 100%;
    height: 44px;
    border-radius: 5px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    border: 1px solid #004955 !important;
    border-radius: 4px;
    text-transform: uppercase;
    opacity: 1 !important;
    margin-top: 0;
    background: #004955;
    position: relative;
    padding-right: 35px;
}

#review-sidebar .widget_composite_summary .composite_button button.single_add_to_cart_button:hover {
    opacity: 0.9;
}

#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;
    display: none;
}

#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 30px;
    /* border-bottom: 1px solid #E0E0E0; */
    padding: 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 span.summary_element_addon.summary_element_data,
#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: #253D85;
    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: #253D85;
    border-color: #253D85;
    color: #fff;
}

.single #ui-datepicker-div table.ui-datepicker-calendar tr td.ui-datepicker-today a {
    border-color: #253D85;
}

.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;
}

.composite_price p {
    margin-bottom: 20px;
}

/* Responsive */

@media(max-width: 1110px) {

    #custom-product-selection.last-step>.fl-row-content-wrap>.fl-row-fixed-width #composite-main-section {
        width: 100% !important;
    }
    .woocommerce .composite_form .composite_component .component_content .bundled_products li .wc-pao-addon-container {
        margin-right: 10px;
    }
    .variations-data ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .woocommerce .composite_form .composite_component .component_content .bundled_products li.first label {
        max-width: 50px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundled_products li:first-child .product_title {
        padding-top: 52px;
    }
    .take-photo-section {
        display: none !important;
    }
    .pd-area a.btn.take-shot,
    .pd-bottom-area .btn-area {
        display: flex;
        margin-bottom: 40px;
    }
    .pd-area.image-taken .btn-area.bottom{
        display: block;
        margin-bottom: 40px;
    }
    .pd-area.image-taken .btn-area.bottom a {
        margin-left: 10px;
        margin-right: 10px;
    }
    .pd-wrapper .pd-area.image-taken .take-shot {
        display: none;
    }
	    #inline-1 .js-table-responsive table.shop_table_responsive td {
        display: flex;
        flex-direction: column;
    }
	#inline-1 .js-prescription-list ul>li span {
		width: 16%;
	}
    #inline-1 .js-table-responsive .pres-values {
        width: 100%;
		padding: 25px 20px 15px;
        clear: both;
    }
    #inline-1 .js-table-responsive .pres-edit {
        max-width: 130px;
		min-height: 20px;
        width: 100%;
        margin: 0 auto 20px;
        padding: 0;
        float: none;
    }
	
    #inline-1 .js-table-responsive .pres-edit label {
        max-width: 130px;
        width: 100%;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-measure-my-pd label {
        width: auto;
        max-width: 170px;
    }
}

@media(max-width: 1060px) {
    .woocommerce .composite_form .composite_component.active_content .component_content .component_data {
        padding: 0;
    }

    .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;
        display: none;
    }

    /* .logged-in #inline-1 .saved-presc h3 {
        text-align: left;
    } */
/* 
    #inline-1 .switch-presc {
        float: none;
        margin: 0 0 20px;
    } */
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd {
        width: 250px
    }
    .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% - 125px); 
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-measure-my-pd {
        width: calc(100% - 270px);
    }
}

@media(max-width: 1023px) {

    /* .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: 35.5%;
    } */

    /* .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-save-your-prescription-for-future-use {
        width: 44%;
    } */

    .woocommerce .composite_pagination .element_link {
        font-size: 0 !important;
        line-height: 0 !important;
    }

    .woocommerce .composite_form .composite_pagination .nav-prev,
    .woocommerce .composite_form .composite_pagination .nav-next {
        width: 14px !important;
        height: 20px !important;
        background-size: 12px 20px !important;
        position: relative;
        z-index: 99;
    }

    .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-save-your-prescription-for-future-use, .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-date-of-prescription {
        float: none;
    }
}

@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 .composite_component .component_content .bundled_products li.first label {
        max-width: unset;
    }
    .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;
    }
    .variations-data {
        padding: 0 16px 16px 112px;
    }
    .addons-data {
        padding: 0 16px 16px 110px;
    }
    .woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container {
        width: 100% !important;
        display: block;
        margin: 0 0 16px;
        padding: 0;
    }
	#inline-1 .js-table-responsive .pres-values {
		padding: 25px 16px;
	}
    #inline-1 .js-prescription-list ul>li span {
            width: 16.4%;
    }



    .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: 116px;
    }

    .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;
    }

    .woocommerce .composite_form .composite_component .component_content .bundled_products li .wc-pao-addon-container {
        float: none;
        width: 100% !important;
        max-width: inherit;
        margin-bottom: 6px;
    }

    .woocommerce .composite_form .composite_component .component_content .bundled_products .wc-pao-addon-container label {
        float: left;
        text-align: left;
        padding: 14px 0 0;
        position: absolute;
        left: -116px;
    }

    .woocommerce .composite_form .composite_component .component_content .bundled_products .form-row {
        overflow: hidden;
        display: block;
        clear: none;
    }

    .woocommerce .composite_form .composite_component .component_content .bundled_products li:first-child span.error {
        padding-left: 80px;
    }

    .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 !important;
    }

    /* .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-save-your-prescription-for-future-use,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-date-of-prescription {
        margin: 0 0 20px;
        /* float: none; */
        width: calc(50% - 13px) !important;
    }

    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-save-your-prescription-for-future-use {
        width: 60%;
    }

    .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;
        max-width: 110px;
    } */

    .start-over {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .vari-desc p,
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .extended-text {
        flex-wrap: wrap !important;
    }
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .variable-item-contents .pimg {
        /* max-width: 84px;
        margin-right: 20px; */
    }
    .addons-data button {
        width: auto;
        padding: 18px 10px;
        flex: 1;

    }
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .variable-item-contents .pimg {
        width: 84px;
    }
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .variable-item-contents {
        padding: 15px 20px 15px 110px 
    }

}

@media(max-width: 768px) {
	#inline-1 .saved-presc h3,
	#inline-1 .saved-presc-txt h2 {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li img {
        margin-top:0;
    }
    .woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container .description-with-image div:first-child,
    .woocommerce .composite_form .component_option_thumbnail .thumbnail_description .description-prod-text ul {
        font-size: 14px;
    }
    .pd-bottom-area .txt-block p {
        font-size: 14px;
        line-height: 20px;
    }
       .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-save-your-prescription-for-future-use, .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-date-of-prescription {
        max-width: calc(50% - 13px) !important;
        width: 100% !important;
        margin-bottom: 10px;
        float: none;
    }
    .woocommerce .composite_form .component_option_thumbnail .thumbnail_description .description-prod-text {
        flex-direction: column;
        gap: 10px
    }
    .woocommerce .composite_form .component_option_thumbnail .thumbnail_description .description-prod-text div:last-child {
        max-width: 100%;
        width: 100%;
    }
    .woocommerce .composite_form .component_option_thumbnail .thumbnail_description .description-prod-text div:last-child img {
        display: block;
        margin: auto;
    }
    .woocommerce .composite_form .component_option_thumbnail .thumbnail_description .description-prod-text ul li img {
        margin: 0 10px 0 0 !important;
    }
    .woocommerce .composite_form .component_inner {
        max-width: 100%;
    }

    .variations_frame_form .product-image {
        margin: 0 auto;
    }
    .addons-data button {
        padding: 18px 20px;
        flex: 1;
    }
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .variable-item-contents {
        padding: 15px 20px 15px 110px;
    }
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .variable-item-contents .pimg {
        max-width: 84px;
    }
    /* .addons-data {
        padding-left: 113px;
    } */

    #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: 0px;
        background: #fff;
        padding-bottom: 0;
        margin: 0;
    }

    .product.content.summary_content.populated.bundle_form.initialized {
        max-width: 100%;
    }

    .woocommerce .composite_form .composite_component .component_content .bundled_products {
        padding-left: 116px;
    }

    .woocommerce .composite_form .composite_component .component_content .bundled_products .wc-pao-addon-container label {
        left: -116px;
    }

    .woocommerce .composite_form .component_description {
        margin: 0 0 16px;
    }

    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd .form-row:after {
        margin-top: -9px;
    }

    .woocommerce .composite_form .component_option_thumbnail .thumbnail_description p {
        font-size: 14px;
    }
    .woocommerce .composite_form #component_option_thumbnails_1705313039 .component_option_thumbnail .thumbnail_description .price {
        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;
    }

    .woocommerce .composite_form .component_option_thumbnail .thumnail_title .price {
        text-align: right;
        font-size: 16px;
        padding-left: 0;
        /* position: absolute;
        top: 3px;
        right: 0; */
    }
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .extended-text,
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .vari-desc p {
        flex-direction: column;
    }

    .variations-data.first-level ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .extended-text ul li,
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .vari-desc p {
        font-size: 14px;
        margin: 0;
    }

    #final-step-summary {
        padding: 0;
    }

    #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: 0px;
    }

    #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: 0 auto 20px;
        width: 100%;
    }

    .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-prescription-list ul {
		display: flex;
		justify-content: center;
	}
	
	#inline-1 .js-prescription-list ul>li {
		flex-direction: column;
		align-items: unset;
	}
    #inline-1 .js-table-responsive table.shop_table_responsive td:before {
        display: none;
    }
	#inline-1 .js-table-responsive .presc-header div >span::after {
		content: ':';
	}
	#inline-1 .js-prescription-list ul>li.js-heading span {
		justify-content: flex-start;
		padding: 5px 6px;
	}

    #inline-1 .js-prescription-list ul>li span.js-box1 {
        width: 100%;
		text-align: center;
		border-left: none;
		min-height: 66px;
		padding: 5px 10px
    }
    
    #inline-1 .js-prescription-list ul>li span {
        width: 100%;
        box-sizing: border-box;
		border-left: none;
		border-bottom: 1px solid #ccc;
		min-height: 40px;
		padding: 5px 6px;
        /* margin-right: -4px; */
    }
    .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: 99;
        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;
    }

    #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: #000;
        left: 20px;
    }

    #review-sidebar .composite_price.mobile-price span.woocommerce-Price-currencySymbol,
    .composite_price.mobile-price span.gtext {
        font-size: 16px;
        color: #616161;
    }

    #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 .bundled_products li .form-row {
        margin-bottom: 14px;
    }

    .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: 0 27px 15px;
    }

    .variations-data.first-level ul li span {
        padding-left: 0px;
        font-size: 14px;
    }

    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .wc-pao-addon-description p {
        padding-top: 60px;
    }

}
/* @media screen and (max-width:550px) {
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-save-your-prescription-for-future-use, .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-date-of-prescription {
        float: none;
        max-width: 550px !important;
    }
} */
@media(max-width: 480px) {
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd .form-row:after {
        margin-top: -14px !important;
    }
    .woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container .description-with-image {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .variations-data ul {
        grid-template-columns: repeat(1, 1fr);
    }
      .addons-data button {
          flex: none;
      }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-choose-your-practice,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-date-of-birth,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-optica-deluxe-store,
    .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 {
        float: none;
        width: 100%;
    }

    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-guardar-mi-prescripciÃ³n,
    .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-save-your-prescription-for-future-use,
    .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;
        clear: both;
        max-width: 100% !important;
    }

    .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;
    }

    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-measure-my-pd label {
        text-align: center;
        padding: 10px 20px 10px 20px !important;
        background-position: calc(50% - 67px) center;
        margin: 0 auto 14px;
        max-width: 480px;
    }

    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper {
        display: block !important;
    }

    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li {
        width: 100% !important;
        margin-bottom: 16px !important;
    }

    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .vari-price {
        position: static;
    }

    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .variable-item-contents {
        padding: 15px 20px 15px 110px;
    }

    .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_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-table-responsive .pres-date {
        font-size: 14px;
    } */
    #inline-1 .js-prescription-list ul {
        overflow: hidden;
        max-width: 380px;
        margin: 0 auto;
        display: flex;
    }

    #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-table-responsive .presc-header {
		flex-direction: column;
		padding: 11px 16px;
	}
	#inline-1 .js-table-responsive .presc-header > div {
		display: flex;
		align-items: center;
		gap: 6px;
		margin-bottom: 6px
	}
    #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: 68px;
    }

    #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;
    }

    #inline-1 .js-prescription-list ul>li span {
        min-height: 54px;
    }
	#inline-1 .js-table-responsive .pres-edit label {
		max-width: 480px;
		width: 100%;
		font-size: 14px;

	}
    #inline-1 .login-form-wrapper {
        margin: 0;
    }
    .logged-in #inline-1 .js-table-responsive .pres-edit {
        margin: 0 auto 20px;
        text-align: center;
        max-width: 130px;
        padding-bottom: 0;
    }
	/* #inline-1 .js-table-responsive .presc-header {
		padding: 16px;
	} */
	#inline-1 .js-table-responsive .shop_table_responsive tr {
		margin-bottom: 16px;
	}
    #inline-1 .js-table-responsive .pres-edit label {
        max-width: 130px;
    }
    .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;
        margin: 0 0 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 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%;
    }

    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-continue {
        float: left;
        /* width: 100%; */
        margin: 0 0 0;
        background: url(../img/arrow-right.png) no-repeat 237px center #004955;
    }
    .woocommerce .composite_form .composite_component .component_content .bundled_products li .wc-pao-addon-container.wc-pao-addon-axis input {
        height: 44px
    }
    
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-choose-your-practice .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-left-pd .form-row:after {
        margin-top: -13px !important;
    }
    .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-choose-your-practice .form-row:after {
        right: 15px !important;
        margin-top: -5px !important;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-save-prescription {
        padding-bottom: 0;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-continue,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-back {
        margin-top: 20px;
    }

}