:root {
  --text-color: #3498db;
  --btn-bg-color: #fff;
  --btn-bg-color-hover: #FFC42D;
  --btn-sec-color: #FFB800;
  --btn-sec-color-hover: #FFA31A;
}
#component_1721888200,
.summary_element_1721888200,
#component_1721990927,
.bundled_product_permalink{
    display: none !important;
}
.woocommerce-info {
    margin-bottom: 0;
}
p:empty {
    display: none;
}    
.component_options .thumbnail_description .thumbnail_price.price,
#inline-1 {
    display: none;
}
/* Start RX PD tool styling */
#pdwrapper {
    display: none;
}

#pd-video-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#pd-video-container:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/camera-overlay.png) no-repeat 50% 50%;
    background-size: cover;
    content: '';
    z-index: 999;
}

.no-camera {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    z-index: 99999;
    text-align: center;
}

.no-camera h3 {
    font-size: 24px;
    color: #f5f5f5;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 1.3
}
.wc-pao-validation-notice {
    display: none;
}
.no-camera p {
    font-size: 18px;
    margin-bottom: 50px;
    color: #f5f5f5
}

.no-camera img {
    display: block;
    margin: 70px auto 20px
}

.no-camera button {
    width: 256px;
    padding: 18px;
    font-size: 20px !important;
    font-weight: 500 !important;
    border-radius: 40px !important;
    letter-spacing: .5px;
    border: none;
    color: #000 !important;
}

.no-camera button:hover {
    border-radius: 40px;
    letter-spacing: .5px;
    background: #f1f1f1 !important;
    border: none;
    color: #000;
}

.no-click {
    pointer-events: none;
}

a.btn {
    display: inline-block;
    vertical-align: middle;
    border-radius: 24px;
    color: #1f1f1f;
    background: #fff;
    text-transform: uppercase;
    padding: 10px 32px;
    transition: 0.2s ease-in all;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 500;
    min-width: 144px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #2B2E31 !important;
    box-shadow: 3px 3px 0px 0px #2B2E31;
    margin-top: 25px;
}

a.btn:hover {
    background: var(--btn-bg-color-hover);
    box-shadow: none;
}

a.btn.take-shot {
    max-width: 190px;
    display: flex;
    justify-content: center;
    margin: 25px auto 0px auto;
    align-items: center;
}

.take-photo-section.desktop-section a.take-shot {
    margin-top: 0px;
}

img.btn-icon {
    width: 20px;
    height: 20px;
    margin-left: 12px;
}

a.btn.btn-sec {
    background:var(--btn-sec-color);
}

a.btn.btn-sec:hover {
    background: var(--btn-sec-color-hover);
    box-shadow: none;
}

/*a.btn.retake {*/
/*    background: transparent;*/
/*    border-radius: 4px;*/
/*    border: 1px solid #2B2E31;*/
/*    color: #1f1f1f;*/
/*    padding: 13px 24px;*/
/*    font-size: 16px;*/
/*    line-height: 1em;*/
/*}*/
/*a.btn.retake:hover {*/
/*    background: #F6F6F6;*/
/*}*/

.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;
    padding: 0 16px;
}

/* New CSS added by Asim */
.admin-bar .pd-top-bar{
    margin-top: 32px;
}
.pd-top-bar .pd-container {
    display: flex;
    padding: 3px 0px;
    justify-content: space-between;
    align-items: center;
}

.pd-top-bar .pd-container .pd-logo {
    width: 20%;
    align-items: center;
    display: flex;
}

.take-photo-section.desktop-section {
    width: 60%;
    display:none;
}

.return-prescription {
    width: 20%;
    align-items: center;
    display: flex;
    justify-content: end;
    padding-right: 32px;
}

.return-prescription a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1em;
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 30px;
    border: 2px solid #00837E;
    transition-duration: 0.5s;
}

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

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

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

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

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

.step-bottom.position-section {
    padding: 56px 0px;
    background: #F5F5F5;
}

.step-bottom .inner-section {
    max-width: 1159px;
    margin: 0 auto;
    display: flex;
}

.step-bottom .left-section {
    display: flex;
    width: 55%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.step-bottom .right-section{
    width: 43%;
}

.step-bottom .middle-section {
    width: 10%;
}

.step-bottom .middle-section hr {
    width: 1px;
    height: 289px;
    background: #E0E0E0;
}

.step-bottom .left-section div.list div {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    text-align: left;
    display: flex;
    margin-bottom: 31px;
}

.step-bottom .left-section div.list {
  counter-reset: list-number;
}

.step-bottom .left-section div.list div:before {
    counter-increment: list-number;
    content: counter(list-number);
    margin-right: 16px;
    width: 100%;
    max-width: 41px;
    height: 41px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1.25em;
    letter-spacing: -1px;
    background-color: #00837E;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;

}

a.measure-btn {
    padding: 12px 32px;
    border-radius: 30px;
    background: #00837E;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
    text-transform: uppercase;
    text-decoration: none;
    transition-duration:0.5s;
}

a.measure-btn:hover{
    background-color: #12938E;
}

.txt-block h3 {
    color: #00837E !important;
    margin: 4px 0 20px 0;
}

.retake-btns{
    display:none;
}

.btn-area.retake-btns.desktop-retake-btns{
    width:60%;
    text-align:center;
}

.btn-area.retake-btns.desktop-retake-btns a.btn.retake, .btn-area.retake-btns.desktop-retake-btns a.btn.use-photo{
    margin-top:0px;
}
.woocommerce ul.component_option_thumbnails_container li.component_option_thumbnail_container .thumbnail_description .price.disable {
    display:none;
}
@media screen and (min-width:768px){
    .admin-bar .pd-top-bar{
        margin-top: 46px;
    }
    .btn.take-shot.mobile-version{
        display:none;
    }
    
    .mobile-retake-btns{
        display:none;
    }
    
    .mobile-measure-btn{
        display:none;
    }
    .product-template-default.woocommerce ul.component_option_thumbnails_container li.component_option_thumbnail_container .thumbnail_description .price,
    .woocommerce ul.component_option_thumbnails_container li.component_option_thumbnail_container .thumbnail_description .price,
    .woocommerce .composite_form .component_option_thumbnail .thumbnail_description .price {
        display: none;
    }
    .woocommerce .composite_form .component_option_thumbnail .thumnail_title .price {
        display: block;
        font-size: 14px !important;
        color: #1f1f1f !important;
    }
}

@media screen and (max-width:768px){
    .woocommerce .composite_form .component_option_thumbnail .thumnail_title .price {
        display: none;
    }
    .woocommerce ul.component_option_thumbnails_container li.component_option_thumbnail_container .thumbnail_description .price
   {
        display: block !important;
    }
    .woocommerce #component_option_thumbnails_1584107435 li.component_option_thumbnail_container .thumbnail_description .price {
        display: none !important;
    }
    .woocommerce .composite_form .component_option_thumbnail .thumbnail_description p.badge {
        position: relative !important;
        left: unset !important;
        top: unset !important;
    }
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .vari-price,
    .woocommerce ul.component_option_thumbnails_container li.component_option_thumbnail_container .thumbnail_description .price, .woocommerce .composite_form .component_option_thumbnail .thumbnail_description .price {
        text-align: center !important;
    }
    .pd-top-bar .pd-container .pd-logo, .return-prescription {
        width: 50%;
    }
    .pd-bottom-area .btn-area {
        margin-top: 0 !important;
    }
    .return-prescription {
        padding-right: 0px;
    }
    .instruction-section {
        gap: 8px;
        flex-direction: column;
    }
    .instruction-section .left-section, .instruction-section .right-section {
        width: 100%;
    }
    
    .step1-wrapper p {
        font-size: 18px !important;
    }
    
    .step-bottom .inner-section{
        flex-direction: column; 
        gap: 30px;
    }
    
    .step-bottom .left-section, .step-bottom .right-section{
        width: 100%;
    }
    
    .step-bottom .middle-section{
        display:none;
    }
    
    .txt-block h3{
        font-size:18px;
        line-height:1.5em;
    }
    
    .pd-top-area p{
        font-size:14px !important;
        line-height:1.4em  !important;
        font-weight: 400;
    }
    .btn-area.retake-btns.mobile-retake-btns {
        padding: 0 16px;
    }
    
    .btn-area.retake-btns.mobile-retake-btns a.btn {
        width: -webkit-fill-available;
        margin-top: 16px
    }
    
    .btn-area.retake-btns.mobile-retake-btns a.btn.use-photo {
        padding: 14px 32px !important;
    }
    
    .desktop-measure-btn{
        display:none;
    }
    
    .mobile-measure-btn {
        margin-top: 16px;
    }
    
    .no-camera img {
        margin: 10px auto 10px;
        width: 30px;
    }
    
    .no-camera h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .no-camera p {
        font-size: 12px;
        max-width: 330px;
        margin: 0 auto 20px auto;
    }
    
    .no-camera button {
        width: 200px;
        padding: 8px 15px 8px 15px;
        font-size: 14px !important;
    }
}

@media screen and (max-width:1366px){
    .step-top, .step-bottom .inner-section{
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

/* End */

.pd-area {
    display: none;
    text-align:center;
    margin-bottom: 40px
}

/* PD Top Bar */
.pd-top-bar {
    overflow: hidden;
    padding: 8px 10px 7px;
    border-bottom: 1px solid #9E9E9E;
}

.pd-top-bar .title {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.pd-top-bar .pd-close {
    float: right;
    width: 20px;
    height: 20px;
    background: url(../img/close.png) no-repeat 50% 50%;
    background-size: 100% auto;
    font-size: 0;
    line-height: 0;
}

/* PD Top Area */
.pd-top-area {
    text-align: center;
    padding: 20px 16px 10px 16px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    min-height: 132px;
}

.pd-top-area a.btn {
    margin: 0 auto 22px;
}

.pd-top-area p {
    margin: 0 auto;
    max-width: 890px;
    font-size: 18px;
    line-height: 1.5em;
    color: #3f4d4c;
    font-weight: 400;
}

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

.timer .counter {
    width: 46px;
    height: 46px;
    border-radius: 46px;
    margin: 0 auto 22px;
    background: var(--btn-sec-color);
    text-align: center;
    font-size: 24px;
    line-height: 50px;
}

/* PD Bottom Area */
.pd-bottom-area {
    display: none;
    padding: 0 10px 20px;
    min-height: 132px;
}

.pd-bottom-area .txt-block {
    text-align: center;
    padding: 20px 0 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
}

.pd-bottom-area .btn-area {
    margin: 30px 0 20px 0;
}

.pd-bottom-area .btn-area a.btn {
    margin: 0 16px;
}

.pd-bottom-area .txt-block p {
    margin: 0;
    font-weight: 400;
}

.pd-bottom-area .txt-block p strong {
    font-weight: 600;
}

/* Camera */
.camera-area {
    overflow: hidden;
    position: relative;
}

.camera-area .capture-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100% !important;
    /*height: 60vh !important;*/
    z-index: 9999;
    display: none;
}

.camera-area .capture-img .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.camera-area .capture-img img {
    width: 100% !important;
    height: auto !important;
}

#my_camera {
    width: 100% !important;
    /* height: 60vh !important; */
    /* height: 100vh !important; */
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-height: 530px;
    max-width: 775px;
}

#my_camera video {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#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 34px;
    font-size: 16px;
    line-height: 20px;
}

.step1-wrapper h4 {
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 600;
    margin: 0 0 10px;
}

.step1-wrapper .img-area {
    margin: 0 0 26px;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 40px 0;
}

.step1-wrapper .img-area .img-holder {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;

}

.step1-wrapper .img-area img {
    width: 100%;
    height: auto;
}

.step1-wrapper p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}

.step1-wrapper .btn {
    margin: 0 0 20px;
}

@media (max-width:770px) {

    .camera-area .capture-img,
    #my_camera {
        width: 100% !important;
        left: 0;
        transform: none;
        max-height: 700px;
    }

    #my_camera .render-camera {
        position: static;
    }

    .pd-top-area {
        padding: 10px;
        font-size: 14px;
        line-height: 18px;
        min-height: 108px;
    }

    .pd-top-area a.btn {
        margin: 0 auto 12px;
    }

    a.btn {
        /*padding: 12px 10px 8px;*/
        padding: 13px 24px;
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        min-width: 120px;
    }

    .timer {
        padding: 10px 0;
    }

    .timer .counter {
        width: 36px;
        height: 36px;
        border-radius: 36px;
        margin: 0 auto 12px;
        font-size: 18px;
        line-height: 40px;
    }

    .pd-bottom-area .txt-block {
        font-size: 14px;
        line-height: 18px;
    }

    .pd-bottom-area .btn-area a.btn {
        margin: 8px;
    }

    .camera-area .capture-img .img-holder {
        height: auto;
    }

    .step1-wrapper {
        /*padding: 10px 10px 0;*/
        font-size: 14px;
        line-height: 18px;
    }

    .step1-wrapper .img-area {
        margin: 0 0 10px;
        padding: 10px 0;
    }

    .step1-wrapper .img-area .img-holder {
        width: 100%;
        margin: 10px 0;
        float: none;
    }

    .step1-wrapper .img-area .img-holder img {
        height: 20vh;
        width: auto;
        max-width: 100%
    }

    .step1-wrapper .btn {
        margin: 0 0 10px;
    }

    .step1-wrapper .step-top {
        margin: 0 0 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .step1-wrapper h4 {
        font-size: 21px;
        line-height: 1.5em;
        margin: 0 0 8px;
    }
}
/********/

.woocommerce .composite_form{ 
    position: static !important; 
    padding: 0 !important;
    overflow: visible !important;
}
.component.options-style-thumbnails .component_options, 
.component.options-style-radios .component_options {
    overflow: visible !important; 
}
.woocommerce .composite_form .composite_component .component_content{ 
    height: auto !important; 
    overflow: visible !important;
}
.wc-pao-addon-container label.wc-pao-addon-name {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #1f1f1f;
	margin-bottom: 4px;
}
em.required{
	font-style: inherit;
    margin-left: -2px;
}
/* RX Nav Styles */
.woocommerce .composite_form .composite_pagination .current-step-name {
    display: block;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
    display: none;
    
}
.woocommerce .composite_form .composite_pagination .nav-prev,
.woocommerce .composite_form .composite_pagination .nav-next{
    float: right;
    width: auto;
    height: auto;
    background: url('../img/chev-left.png') no-repeat center right / 11px;
    overflow: hidden;
    margin: 0;
    color: #3D5566;
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 41px;
    padding: 0 22px;
    z-index: 99;
}
.woocommerce .composite_form .composite_pagination .nav-prev {
    left: 0;
    right: auto;
    background: url('../img/chev-right.png') no-repeat center left / 11px !important;
  
}
.woocommerce .composite_form .composite_pagination .nav-prev.disabled,
.woocommerce .composite_form .composite_pagination .nav-next.disabled{
    opacity: 0.8;
    pointer-events: none;
}
.woocommerce .composite_form .composite_pagination nav{
    /*overflow: hidden;*/
    margin: 0px auto 84px;
    position: relative;
    
}
.woocommerce .composite_form .composite_pagination {
    text-align: center;
    padding: 0;
    margin: 0;
}
.woocommerce .composite_form .composite_pagination ul{ 
    padding: 0;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: stretch;
    background: #EEEEEE;
}
.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: 0;
    position: static;
    overflow: hidden;
    margin: 0;
    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: #eee;
    height: 6px;
    width: 100%;
}
.composite_form .composite_pagination ul li.pagination_element_current,
.woocommerce .composite_pagination ul li.pagination_element_current .element_inner {
    background:#FFA31A;
    border-radius: 0;
}    
.woocommerce .composite_pagination ul li.visited .element_inner {
    background: #FFA31A;
}    
.woocommerce .composite_pagination .element_index{
	display:none;
}
.woocommerce .composite_pagination .element_title{ 
    display: block; 
    white-space: normal;
}
.woocommerce .composite_pagination .element_link, 
.woocommerce .last-step .composite_pagination .element_link{ 
    position: absolute;
    left: 50%;
    top: 0px;
    padding: 0;
    transform: translateX(-50%);
    display: none;
    font-size: 21px;
    font-weight: 600;
    color: #000000 !important;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
}

.woocommerce .last-step #final-step-summary .title-text.pp-primary-title, 
.woocommerce .last-step #final-step-summary .content_product_title, 
.woocommerce .last-step #final-step-summary .meta_value, 
.woocommerce .last-step #final-step-summary .woocommerce-Price-amount.amount {
    color: #3F4D4C !important;
    line-height: 32px;
}
.woocommerce .composite_pagination .element_link.inactive,
.woocommerce .composite_pagination .pagination_element.pagination_element_review  .element_link,
.woocommerce .last-step .composite_pagination .pagination_element.pagination_element_review .element_link{ color: #9E9E9E; }
.woocommerce .last-step .composite_pagination .pagination_element.pagination_element_review .element_link{ pointer-events: unset;
    cursor: pointer; }
.woocommerce .composite_pagination .pagination_element.pagination_element_review  .element_link{ pointer-events: none; cursor: default; }
.woocommerce .composite_pagination .element_link.inactive:before,
.woocommerce .composite_pagination .pagination_element.pagination_element_review  .element_link:before{
	border-color: #bdbdbd;
	background:#fff;
}
.woocommerce .composite_pagination .element_link:hover{ text-decoration: none; }
/* separtors */
.wc-pao-addon-separator-bar-1 {
    border-bottom: 1px solid #e0e0e0;
    margin: 0 0 37px !important;
    display: block;
    overflow: hidden;
}
.wc-pao-addon-separator-bar-1 .wc-pao-addon-heading {
    display:none !important;
}
/* Step Titles Styles */
.woocommerce .composite_form .component_inner .composite_navigation,
.woocommerce .composite_form .composited_product_details_wrapper,
.woocommerce .composite_form .composited_product_images,
.woocommerce .composite_form .component_title_wrapper{ display: none; }
.woocommerce .composite_form .component_description{ 
    margin: 0 0 32px; 
    padding: 0;
}
.woocommerce .composite_form .component_description p {
    margin: 0;
    font-size: 20px;
    text-align: left;
    color: #2B2E31;
    line-height: 1.2;
    font-weight: 500;
}
.woocommerce .composite_form .component_section_title,
.woocommerce .composite_form .component_pagination,
.woocommerce .composite_form .component_message{ display: none !important; } 

/* Step Thumbnails */
 .woocommerce .composite_form ul.component_option_thumbnails_container{ 
    margin: 0; 
    /*display: flex;
    flex-wrap: wrap;*/
}
.woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container.hidden{ display: none; }
.woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container{
    padding: 0;
    width: 100% !important;
    float: none;
    clear: none !important;
    margin: 0 0 16px 0;
    text-align: left;
    border: 1px solid #cccccc;
    border-radius: 6px;
}
.woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container:hover,
.woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container:has(.component_option_thumbnail.selected) {
    border: 1px solid #FFA31A;
    background-color: #FBF6F0;
}
.woocommerce .composite_form ul.component_option_thumbnails_container .component_option_thumbnail {
    border: none;
    margin: 0 !important;
    padding: 14px 24px 22px 144px;
    min-height: 113px;
}

/*.woocommerce .composite_form .composite_component.active_content .component_content .component_data.swatches-addon {*/
/*    display: none;*/
/*}*/
.woocommerce .composite_form .component_option_thumbnail .thumnail_title{ margin: 0 0 9px; position: relative;}
.woocommerce .composite_form .component_option_thumbnail .thumnail_title .price{

    vertical-align: middle;
    font-size: 0;
    line-height: 1.6;
    font-weight: 500;
    padding: 0 0 0 10px;
    position: absolute;
    right: 24px;
    top: 3px;
}
.woocommerce .composite_form .component_option_thumbnail .thumnail_title .price .woocommerce-Price-amount{
    font-size: 16px;
    line-height: 1.5;
    color: #1F1F1F;
}
.woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container.selected-li .test1.addons-data {
    display: flex !important;
    flex-wrap: wrap;
    gap: 16px;
    padding-left: 144px;
    padding-bottom: 16px;
    padding-right: 20px;
}
.woocommerce .composite_form .component_option_thumbnail .thumnail_title .price .woocommerce-Price-amount:nth-child(2) {
    position: relative;
    text-indent: -999999px;
    width: 11px;
    display: inline-block;
}
.woocommerce .composite_form .component_option_thumbnail .thumnail_title .price .woocommerce-Price-amount:nth-child(2):before {
    content: "+";
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: 0px;
}
#component_1584107435 .thumnail_title span.price {
    display: none;
}
/*.woocommerce .composite_form .component_option_thumbnail.selected .title { color: #424242;}*/
.woocommerce .composite_form .component_option_thumbnail .title {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 0;
    font-weight: 500;
    color: #1f1f1f;
    display: inline-block;
    vertical-align: middle;
    margin: 0 ;
    /*border-bottom: 1px solid #c0c0c0;*/
    /*text-transform: uppercase;*/
    /*margin: auto;*/
}
.woocommerce .composite_form .component_option_thumbnail .image {
    margin: 0;
    width: 106px;
    height: 106px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    left: 22px;
    top: 56px;
    transform: translateY(-50%);
}
.woocommerce .composite_form .component_option_thumbnail .image img {
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 110px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.woocommerce .composite_form .component_option_thumbnail .thumbnail_description{ 
    padding: 0;
    position: relative;
    color: #707070;
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.woocommerce .composite_form .component_option_thumbnail .thumbnail_description a {
    position: relative;
    color: #707070;
    font-size: 14px;
    line-height: 1.5;
    z-index: 99999;
}
.woocommerce .composite_form .component_option_thumbnail .thumbnail_description a:hover {
    text-decoration: underline;
}
.woocommerce .composite_form .component_option_thumbnail .thumbnail_description strong {
    font-weight: 400 !important;
    padding-left: 24px;
}
.woocommerce .composite_form .component_option_thumbnail .thumbnail_description strong:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    background: url(../img/tickmark.svg) no-repeat center !important;
}
.ewa-rteLine:empty,
.ewa-rteLine:last-of-type{
    display: none;
}
/*.ewa-rteLine {*/
/*    margin-bottom: 14px;    */
/*}*/
.info-wrapper,
button.info-toggle {
    position: absolute !important;
    right: -96px;
    top: 0;
    background: url(../img/info-icon.png) no-repeat top right transparent !important;
    background-size: 24px !important;
    width: 40px;
    height: 40px;
    border: none !important;
    z-index: 999;
    text-indent: 0 !important;
    outline: none !important;
    border: none !important;
    display: none;
}

.info-popup {
    display: none;
    position: absolute;
    left: 0;
    right: -70px;
    top: -20px;
    z-index: 9999;
    padding: 10px;
}
.info-popup .info-content {
    max-width: 640px;
    margin: 0 auto;
    background: #666666;
    padding: 24px 24px 6px;
    position: relative;
    border-radius: 6px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.60);
    color: #fff;
}
.info-popup:after {
    position: absolute;
    content: "";
    right: 0px;
    top: 25px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid #666666;
    border-bottom: 7px solid transparent;
}
.info-popup button.close {
    position: absolute !important;
    right: 5px;
    top: 8px;
    border: none;
    width: 40px;
    height: 40px;
    font-weight: 300;
    font-size: 17px;
    text-indent: 0 !important;
}
.info-popup h5.thumbnail_title.title {
    margin-bottom: 16px !important;
    text-transform: capitalize;
    color: #fff !important;
}
.info-popup .info-content p {
    color: #fff !important;
}
.component_option_thumbnail.selected:not(.loading) button:after {display: none !important;}
.woocommerce .composite_form .component_option_thumbnail .thumbnail_description p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 15px;
}
.woocommerce .composite_form .component_option_thumbnail .thumbnail_description p.badge {
    display: inline-block;
    padding: 8px 16px;
    position: absolute;
    top: -36px;
    left: 107px;
    background: #55AEBC;
    border-radius: 44px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
}
.woocommerce .composite_form .component_option_thumbnail .thumbnail_description ul {
    padding: 0;
    margin: -8px 0 10px;
    /*border-top: 1px solid #ddd;*/
}
.woocommerce .composite_form .component_option_thumbnail .thumbnail_description ul li {
list-style: none;
    margin: 0;
    text-align: left;
    font-size: 16px;
    color: #2B2E31;
    padding: 0px 0 6px 34px;
    position: relative;
    background: url(../img/check.png) no-repeat 6px 6px / 15px;
    line-height: 24px;
}
.woocommerce .composite_form .component_option_thumbnail .thumbnail_description ul img{
    margin-left: 0;
    max-width: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
}
.woocommerce .composite_form .component_option_thumbnail .thumbnail_description ul.lens-points {
    padding: 0 0 0 27px;
    list-style: disc;
    font-size: 14px;
    line-height: 1.4;
    color: #4D5858;
}
.woocommerce .composite_form .component_option_thumbnail .thumbnail_description ul.lens-points li {
    padding-bottom: 8px;
    position: relative;
}
.woocommerce .composite_form .component_option_thumbnail .thumbnail_description ul.lens-points li img {
    position: absolute;
    left: -25px;
    top: 3px;
}
/*.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;
    z-index: 99;
}
.product-template-default.woocommerce ul.component_option_thumbnails_container li.component_option_thumbnail_container .thumbnail_description .price,
.woocommerce ul.component_option_thumbnails_container li.component_option_thumbnail_container .thumbnail_description .price,
.woocommerce .composite_form .component_option_thumbnail .thumbnail_description .price {
    font-size: 16px !important;
    line-height: 1.2;
    font-weight: 500;
    text-align: right;
    border-top: 1px solid #E3E3E3;
    margin-top: 8px;
    margin-bottom: 0 !important;
    padding-top: 9px;
    color: #1F1F1F !important;
    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;
}
.woocommerce .composite_form .component_wrap .wc-pao-addon-color .form-row{ 
    margin: 0; 
    padding: 0;
}
.woocommerce .composite_form .component_wrap .wc-pao-addon-container .wc-pao-addon-image-swatch.selected{ border: 2px solid #032989; }
.woocommerce .composite_form .component_wrap .wc-pao-addon-container .wc-pao-addon-image-swatch {
    padding: 12px 13px;
    margin: 4px 0px;
    border: 1px solid #ddd;
    background: #ffffff !important;
    outline: none;
    border-radius: 3px;
    display: block;
    width: 100%;
}
.woocommerce .composite_form .component_wrap .wc-pao-addon-container .wc-pao-addon-image-swatch img {
    float: left;
    margin-left: 5px;
}
.woocommerce .composite_form .component_wrap .wc-pao-addon-container .wc-pao-addon-image-swatch span {
    float: left;
    margin-left: 15px;
    margin-top: 7px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    text-transform: uppercase;
}

/* Component Content Styles */
.woocommerce .composite_form .error-msg {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    background: #FFF8F7;
    border: 1px solid #DF2A4A;
    border-radius: 4px;
    padding: 12px 14px 12px 53px;
    position: relative;
    margin-bottom: 10px;
    margin-top :40px;

}
.woocommerce .composite_form .composite_component.active_content .component_content .component_data > p.error-msg:first-child,
.woocommerce .composite_form .composite_component.active_content .component_content .component_data > p.warning-msg:first-child{
    margin-top: 40px;
}
.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: 0px;
	background: #FEF4E5;
	border: 1px solid #F7BD66;
	border-radius: 4px;
}
.woocommerce .composite_form .warning-msg:before {
    background: url(../img/icon-warning.png) no-repeat;
    content: '';
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 14px;
    margin-top: -14px;
}
.woocommerce .composite_form .composite_component .component_content .component_summary .content{ margin: 0; }
.woocommerce .composite_form .composite_component .component_content .bundled_products{
    margin: 0;
    padding:0;
    max-width: 650px;
}
.woocommerce .composite_form .composite_component .component_content .bundled_products li{
    float: none;
    width: 100%;
    margin: 0 0 21px;
}
.woocommerce .composite_form .composite_component .component_content .bundled_products li:first-child {
    padding-top: 62px;
}
.woocommerce .composite_form .composite_component .details.component_data:has(.warning-msg) .bundled_products li:first-child,
.woocommerce .composite_form .composite_component .details.component_data:has(.error-msg) .bundled_products li:first-child {
    padding-top: 20px;
}
.woocommerce .composite_form .composite_component .component_content .bundled_products li:last-child {
        margin-bottom: 12px;
}
.woocommerce .composite_form .composite_component .component_content .bundled_products li:first-child .product_title{ padding: 31px 0 0; }
.woocommerce .composite_form .composite_component .component_content .bundled_products .product_title{
    float: left;
    width: 125px;
    max-width: 110px;
    text-align: left;
    margin: 0 !important;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    padding-right: 5px !important;
    color: #000;
}
.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: calc(25% - 23px);
    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-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; }
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .single_variation_wrap{ display: block; }

.addons-data {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    padding: 0 16px 10px 140px;
}
.addons-data .addon-title {
    font-weight: 600;
    width: 100%;
    display: block;
    text-align: left;
    font-size: 16px;
	line-height: 1.4;
}
.addons-data button {
    padding: 18px 13px;
    border-radius: 10px;
    margin: 0 !important;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #1f1f1f;
    border: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: capitalize;
    flex: 1;
    box-shadow: none;
}
.addons-data button:hover, 
.addons-data button:focus {
    background: #fff;
    border: 1px solid var( --e-global-color-ae71f15 );
}
.addons-data button img {
    /*max-width: 37px;*/
    margin: 0 auto 10px !important;
}
.woocommerce .composite_form .composite_component.active_content .component_content .component_data.swatches-addon{
    background: none;
    padding: 0;
    border: none;
    margin: 0;
} 
.woocommerce .composite_form .composite_component.active_content .component_content .component_data .component_wrap > .wc-pao-addons-container {
    position: absolute;
    top: -1000px;
    background: #F5FAFE;
    padding: 16px;
    border: 2px solid #000;
    border-radius: 6px;
}
/*.wc-pao-addons-container:has(.wc-pao-addon-1584107436-0),*/
/*.woocommerce .composite_form .composite_component.active_content .component_content .component_data > p {*/
/*    display: none;*/
/*}*/
.woocommerce .composite_form .composite_component.active_content .component_content .component_data > p.error-msg {
    display: block;
    padding: 16px;
    text-align: center;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products li .form-row input,
.woocommerce .composite_form .composite_component .component_content .bundled_products li .form-row select { height:52px !important; }

.woocommerce .composite_form .composite_component.active_content .component_content .component_data{
    padding: 0;
    float: none;
    width: auto;
    margin: 0 0 20px;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data{ overflow: hidden; }
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addons-container{ max-width: 620px;  }
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addons-container:after{
    display: block;
    content: '';
    clear: both;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container{ 
    margin: 0;
    font-size: 18px;
    color: #1f1f1f;
    float: left;
    width: 100%;
    padding: 0;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-confirmation {
    position: relative;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-confirmation .form-row > div {
    display: flex;
}
.wc-pao-addon .wc-pao-addon-wrap .wc-pao-addon-checkbox,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-confirmation .form-row > input {
    align-self: start
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-confirmation > label {
    font-size: 0;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-confirmation .form-row label {
    padding-left: 20px;
    line-height: 27px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-if-you-know-your-pd-enter-it-below-otherwise-click-measure-my-pd .wc-pao-addon-heading {font-size: 18px; line-height: 27px; font-weight: 400; margin-bottom: 16px;}

.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: 20px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 27px;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-take-photo-of-your-prescription-and-our-team-will-take-care-of-the-rest .wc-pao-addon-heading,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-please-enter-your-prescription-below .wc-pao-addon-heading,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-please-provide-your-information .wc-pao-addon-heading {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: #2B2E31;
    margin-top: 3px;
    margin-bottom: 8px;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-prescription-information .wc-pao-addon-heading {
    margin-top: 0;
    margin-bottom: 20px;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-please-enter-your-prescription-below .wc-pao-addon-heading {
    position: absolute;
    top: 0;
}
.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-when-was-the-prescription-issued .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 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
    color: #000;
    margin-bottom: 18px;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-when-was-the-prescription-issued .wc-pao-addon-heading{
    margin-bottom: 6px; font-size: 18px;
}
/* Addon Titles */


.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-save-prescription,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-pupillary-distance-pd,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-practice-location{
    padding: 8px 0 0;
    max-width: 164px;
    width: 36.2%;
    float: left;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-upload-prescription {
    width: 100% !important;
    max-width: 100%;
    overflow: hidden;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-who-is-the-prescription-for .wc-pao-addon-heading {
    font-size: 18px;
    margin-bottom: 6px;
}

.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 {
    display: inline;
    width: auto;
    max-width: 100%;
    margin-top: 12px;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-what-is-this {
    float: left;
    width: 100px;
    height: 53px;
    padding-top: 12px;
    padding-left: 10px;
    position: relative;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-what-is-this {
    float: left;
    width: 100px;
    height: 53px;
    padding-top: 12px;
    padding-left: 10px;
    position: relative;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-what-is-this .wc-pao-addon-heading {
    font-size: 13px;
    margin: 0;
    text-decoration: underline;
    cursor: pointer;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-what-is-this .wc-pao-addon-description {
    text-align: justify;
    background-color: #555;
    color: #fff;
    position: absolute;
    z-index: 999;
    left: 50%;
    right: 0;
    opacity: 0;
    line-height: 1.5;
    top: 30px;
    width: 80%;
    transform: translateX(-50%);
    border-top: 12px solid #fff;
    min-width: 400px;
    height: 0;
    box-sizing: border-box;
    overflow: hidden;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-what-is-this .wc-pao-addon-description p {
    color: #fff;
    font-size: 13px;
    margin: 20px;
    line-height: 1.4;
    font-style: italic;
}    
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-what-is-this .wc-pao-addon-description:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-what-is-this:hover .wc-pao-addon-description {
    height: auto;
    transition: opacity 0.3s;
    opacity: 0.9;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-last-name,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-first-name,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-save-your-prescription,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-date-of-prescription, 
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-guardar-mi-prescripcion {
	width:calc(50% - 12px);
	float:left;
	margin-bottom:11px;
    position: relative;
    
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-last-name{ float:right; }
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-date-of-birth, 
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-store-name, 
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-account-id {
    width: calc(50% - 13px);
    clear: both;
    margin-bottom: 15px;
    margin-right: 30px;
    position: relative;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-your-pd{
	width: calc(100% - 300px);
    float: left;
    margin-right: 20px;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-right-pd, 
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-left-pd{
    float: left;
    width: calc(50% - 165px);
    margin-bottom: 10px;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-right-pd{ margin-right:15px; } 
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-left-pd{ margin-left:15px; }
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-select-the-practice-where-you-had-your-prescription {
    padding: 40px 0 0;
    margin: 40px 0 30px;
    border-top: 1px solid #ddd;
    width: 100%;
    float: left;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-choose-your-practice {
    width: 50%;
    float: left;
}
/* Spaces and Borders  */
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-space-and-border{
    padding: 20px 0 0;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 0 17px;
    clear: both;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-space-and-border .wc-pao-addon-heading{
    font-size: 0;
    line-height: 0;
    margin: 0 !important;
}
/* Variations by Ahmed */
.variations-data:empty{ display:none; }
.variations-data{
	padding: 0 120px 16px 200px;
}
.variations-data .variations-label{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 12px;
}
.variations-data ul {
    padding: 0;
    list-style: none;
    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 #CCCCCC;
    box-sizing: border-box;
    border-radius: 6px;
    background: #ffffff;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
    /* margin: 0 12px 12px; */
    line-height: 40px;
    cursor: pointer;
}
.variations-data.second-level ul{ display:flex; }
.variations-data ul li.active, .variations-data ul li:hover {
    box-shadow: 0px 0 0px 1px #284F5C;
    border: 1px solid #284F5C;
}

.variations-data.first-level ul li span{   color:#333; font-size: 16px; line-height: 24px; font-weight: 400; width: calc(100% - 40px); }

.variations-data.first-level ul li{ text-align: left; padding:15px 10px 15px 15px; line-height: 1;}
.variations-data.first-level ul li .image-holder{ max-width: 40px; display: inline-block; vertical-align: middle;  }
.variations-data.first-level ul li .image-holder img{ max-width: 40px; display: block;}
.variations-data.first-level ul li span{ padding-left: 15px; display: inline-block; vertical-align: middle; }

.variations-data.second-level ul li{ text-align: center; padding:13px 18px 13px 16px; line-height: 1.3; vertical-align: top; }
.variations-data.second-level ul li .image-holder{ max-width: 40px; margin:0 auto 5px; }
.variations-data.second-level ul li .image-holder img{ max-width: 40px; display: block;}
.variations-data.second-level ul li span{  display: block; }
/* Measure My PD */
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-your-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: 45px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #2B2E31;
    cursor: pointer;
    color: #1f1f1f;
    text-align: center;
    text-transform: uppercase;
    margin-top: 27px;
    border-radius: 24px;
    box-shadow: 3px 3px 0px 0px #2B2E31;
}
 .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-measure-my-pd label:hover {
     background: var( --btn-bg-color-hover );
     box-shadow: none;
 }
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-measure-my-pd {
    float: right;
    width: 180px;
    position: relative;
    margin:  0;
    cursor: pointer;
    text-align: center;
}
.multistep.active.active_content .component_description {
    display: none;
}
span.pd-taken {
    display: block;
    background: #d8fbd4;
    font-size: 13px;
    border-radius: 2px;
    text-align: center;
    margin-top: 8px;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-my-pupillary-distance-pd-is-listed-on-my-prescription{
    margin: 35px 0 0;
    padding: 0 0 0 168px;
    float: left;
    display: none;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox{
    /*border-bottom: 1px solid #e0e0e0;*/
    margin: 15px 0 0;
    padding: 0 0 5px;
    float: left;
    width: 100%;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox p.form-row.form-row-wide.wc-pao-addon-wrap{
    padding-top: 16px;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox label {
    display: inline-block;
    margin-top: -9px !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,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox p.form-row.form-row-wide.wc-pao-addon-wrap label {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
	position:relative;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox p.form-row.form-row-wide.wc-pao-addon-wrap label{
	font-size:16px;
	line-height:21px;
	color:#212121;
	font-weight:400;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-my-pupillary-distance-pd-is-listed-on-my-prescription label,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox label{ margin: 0;padding-left: 10px; }
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-my-pupillary-distance-pd-is-listed-on-my-prescription label input,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-my-prescription-has-prisms label input,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox label input,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-right-eye-prism label input,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-right-left-prism label input{
    width: 24px;
    height: 24px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px 0 0;
    border-radius: 0 !important;
    border-color: #c0c0c0;
    position: relative;
    opacity: 0;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-right-eye-prism label input,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-left-eye-prism label input{ position:absolute; left:0; top: 5px; }
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-right-eye-prism label,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-left-eye-prism label{ 
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #212121;
	padding-left: 39px;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-my-prescription-has-prisms label input{
	position:absolute;
	left:0;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-my-prescription-has-prisms label{
	font-size: 16px;
	font-weight: 400;
	color: #212121;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-confirmation .form-row label::before,
.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: 0px;
    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;
    border-radius: 4px;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-confirmation .form-row input:checked + label::before,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-my-pupillary-distance-pd-is-listed-on-my-prescription label.active:before,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-my-prescription-has-prisms p.form-row label.active:before,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-right-eye-prism p.form-row label.active:before,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-eye-prism p.form-row label.active:before, 
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox label.active:before {
    background: var(--btn-sec-color);
    border-color: var(--btn-sec-color);
}
.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-container.wc-pao-addon-confirmation .form-row label.active:after,
.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-container.wc-pao-addon-confirmation .form-row label:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-my-pupillary-distance-pd-is-listed-on-my-prescription label:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox label:after,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-my-prescription-has-prisms p.form-row label:after,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-right-eye-prism p.form-row label:after,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-eye-prism p.form-row label:after { 
    content: "";
    top: 4px;
    right: auto;
    margin: 0 auto;
    bottom: 0;
    padding: 0 0 2px;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    left: 4px;
    line-height: 1.3;
    height: 16px;
    display: none;
    width: 16px;
    background: url(../img/checkmark.svg) no-repeat center !important;
    background-size: 16px !important;
    /*filter: brightness(0) invert(1);*/
}

/* Save Prescription */
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-save-prescription{ padding-top: 42px; }
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-date-of-prescription .wc-pao-addon-description,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-date-of-birth .wc-pao-addon-description{
    position: absolute;
    left: 0;
    top: 46px;
    z-index: 99;
    font-size: 14px;
    font-weight: 400;
    color: #cacaca;
    font-style: italic;
    z-index: 0;
    text-transform: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 14px;
}

/* Use save Prescription */
.woocommerce .composite_form .composite_component.active_content .component_content .component_data #inline-1{ display: block; }
#inline-1 .switch-presc {
    display: none !important;
    float: right;
    margin: -90px -30px 0 0;
    display: inline-block;
    background: #f6404e;
    padding: 10px 30px;
    color: #fff;
    font-weight: 500;
}
#inline-1 .switch-presc:hover {
    background: #f6404e;
    text-decoration: none;
    background: #a91917;
    color: #fff;
}
#inline-1 .sp-prescription-loader {
    display: none;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    background: rgba(255,255,255,0.9);
}
#inline-1 .sp-prescription-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -64px 0 0 -15px;
    width: 30px;
}
#inline-1 .saved-presc { padding: 0 40px; }
#inline-1 .saved-presc h3 {
    margin:0 0 20px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-align: center;
}
#inline-1 .login-form-wrapper {
    padding: 50px 20px;
    background: #f6f6f6;
    margin-top: 0;
}
#inline-1 .login-form {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}
#inline-1 .login-form label {
    width: 100%;
    margin:0 0 20px;
    display: block;
    font-weight: 400;
    font-size: 13px;
}
#inline-1 .login-form input {
    height: 48px;
    background: #fff !important;
    border: 1px solid #c6c6c6 !important;
}
#inline-1 .login-form a.submit-btn:hover {
    background: #5c5555;
    text-decoration: none;
}
#inline-1 .login-form a.submit-btn {
    width: 150px;
    height: 47px;
    background: #000;
    color: #fff;
    display: inline-block;
    line-height: 47px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}
#inline-1 .login-form .forgot-pass { display: block; }

/* Save Prescription Table */
#inline-1 .js-table-responsive p.no-pres-text{ 
    text-align: center; 
    margin: 0;
    padding: 10px;
    font-size: 14px;
}
#inline-1 .js-table-responsive .shop_table_responsive { width: 100%; }
#inline-1 .js-table-responsive table.shop_table_responsive td {
    border: none;
    width: 100%;
    padding: 0;
    padding: 0 0 35px;
    background: #fafafa;
}
#inline-1 .js-table-responsive table.shop_table_responsive tr:last-child td{ padding: 0; }
#inline-1 .js-table-responsive .presc-header{ overflow: hidden; }
#inline-1 .js-table-responsive .rx-uname, 
#inline-1 .js-table-responsive .pres-date {
    float: left;
    width: 50%;
    background: #e4e4e4;
    padding: 10px 18px;
    font-weight: 700;
    color: #000;
    text-align: left;
}
#inline-1 .js-table-responsive .pres-date {
    text-align: right;
    font-weight: 400;
}
#inline-1 .js-table-responsive .pres-date span{ color: #444; }
#inline-1 .js-table-responsive .pres-values {
    float: left;
    width: 76%;
    background: #fafafa;
    padding: 7px 18px;
}

#inline-1 .js-prescription-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#inline-1 .js-prescription-list ul >li{ border-top: 1px solid #ccc }
#inline-1 .js-prescription-list ul >li:first-child{ border:none; }
#inline-1 .js-prescription-list ul >li span{
    display: inline-block;
    vertical-align: top;
    width: 14.5%;
    font-size: 14px;
    padding: 10px 6px;
    font-weight: 400;
    color: #000;
    /*min-width: 62px;*/
    text-align: center;
}
#inline-1 .js-prescription-list ul >li.js-heading span{ 
    padding: 5px 6px; 
    font-size: 12px;
    color: #444;
    text-transform: uppercase;
}
#inline-1 .js-prescription-list ul >li span.js-box1{
    width: 20%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}

#inline-1 .js-table-responsive .pres-edit {
    float: left;
    width: 24%;
    height: 100%;
    background: #fafafa;
    min-height: 105px;
    padding: 34px 18px 0 0;
    text-align: right;
}
#inline-1 .js-table-responsive .pres-edit input {
    position: absolute;
    opacity: 0;
}
#inline-1 .js-table-responsive .pres-edit label {
    background: #000;
    color: #fff;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
    text-align: center;
}

/* Send Prescription Later */
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-introduzca-su-pd {
    margin-bottom: 20px;
    padding: 0;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-introduzca-su-pd .wc-pao-addon-heading {
    display: none;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-send-your-prescription-later .wc-pao-addon-heading{ 
	margin: 0 0 16px;
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	text-transform: uppercase;
	color: #000000;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-send-your-prescription-later {
    padding:0 0 31px;
    margin:0 0 36px;
    border-bottom: 1px solid #e0e0e0;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-send-your-prescription-later p { 
    font-size: 16px;
	line-height:21px;
    text-transform: none;
    font-style: normal;
	color:#212121;
	font-weight: 400;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-pupillary-distance {
    padding:0 0 19px;
	float:left;
	width:100%;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-pupillary-distance .wc-pao-addon-heading{ 
	margin: 0 0 11px;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon p { 
    font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	font-style:normal;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-send-your-prescription-later p:first-child {
    margin: 0 0 21px;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-send-your-prescription-later p a{
	color: #212121;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-send-your-prescription-later span{ color: #f26330; }
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-send-your-prescription-later a{ text-decoration: underline; }


/* Upload Prescription */
.woocommerce .composite_form .composite_component .component_content .bundle_data .form-row input[type="text"].hasDatepicker {
    background: url(../img/icon-calendar.png) no-repeat calc(100% - 12px) / 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: 18px 0 13px;
    border: 2px dashed #707070;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription + .wc-pao-addon-file-preview {
    margin: 50px 0 45px;
	width:100%;
	float:left;
	min-width: 100px;
    padding: 10px;
	background-image: repeating-linear-gradient(0deg, #707070, #707070 3px, transparent 3px, transparent 6px, #707070 6px), repeating-linear-gradient(90deg, #707070, #707070 3px, transparent 3px, transparent 6px, #707070 6px), repeating-linear-gradient(180deg, #707070, #707070 3px, transparent 3px, transparent 6px, #707070 6px), repeating-linear-gradient(270deg, #707070, #707070 3px, transparent 3px, transparent 6px, #707070 6px);
	background-size: 1px 100%, 100% 1px, 1px 100% , 100% 1px;
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-repeat: no-repeat;
    position: relative;
    border-radius: 4px;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .form-row input{
    background: none;
    opacity: 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription + .wc-pao-addon-file-preview:before {
    content: "Prescription uploaded. Please check your photo and continue";
    position: absolute;
    left: 0;
    top: -55px;
    background: url(../img/green-checkbox.png) no-repeat left center;
    padding: 6px 0 0px 45px;
    text-align: left;
    line-height: 1.2;
    min-height: 35px;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .form-row small{ display: none; }
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription label{
    display: none;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription.field-error .form-row{ 
    border-color: #e31937; 
    background-color: rgba(227,25,55,0.05);
}
.woocommerce .composite_form .composite_component .component_content .wc-pao-addon.wc-pao-addon-please-enter-your-own-frame-details.field-error .form-row textarea {
    border-color: #e31937;
    background-color: rgb(227 25 55 / 3%);
}
.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;
    background-size: 40px;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .wc-pao-addon-description p{
    font-style: normal;
    margin: 0;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;

}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .wc-pao-addon-description p strong {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 8px;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .wc-pao-addon-description p button {

    padding: 12px 27px;
    margin: 24px 0 0 !important;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .wc-pao-addon-description {
    padding: 35px 20px 0;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .error{
    position: absolute;
    left: 0;
    top: 100%;
}

/* File Preview */
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-file-preview{
    padding: 0;
    text-align: center;
    /* max-height: 300px; */
    display: none;
    margin:0;
    position: relative;
	margin:0 0 20px;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-file-preview .wc-pao-addon-heading{
    display: none;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-file-preview .wc-pao-addon-heading:before {
    content: "x";
    position: absolute;
    font-size: 16px;
    right: 0;
    top: 0;
    background: rgba(255, 0, 0, 0.7);
    text-transform: lowercase;
    width: 26px;
    height: 26px;
    color: #fff;
    line-height: 24px;
    border-radius: 100%;
    cursor: pointer;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-file-preview .preview-img{ max-height: 260px; }
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-file-preview .upload-image-again {
    text-align: left;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    position: absolute;
    bottom: -33px;
    left: 0;
    width: 100%;
    text-align: center;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-file-preview .upload-image-again a{ text-decoration:underline;color: #3d3d3d; }
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-file-preview .file-name {
    display: block;
    font-size: 12px;
    padding-top: 8px;
}

/* Confirm Button  */
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-back,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-confirm, 
.woocommerce .composite_form .composite_component .component_content .wc-pao-addon.wc-pao-addon-continue {
    cursor: pointer;
    text-align: center;
    transition: 0.2s ease-in all;
    background-color: var( --btn-sec-color );
    border: 2px solid #2B2E31;
    border-radius: 24px;
    padding: 11px 24px;
    width: auto;
    margin: 17px 24px 6px 0;
    box-shadow: 3px 3px 0px 0px #2B2E31;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-back {
    background-color:  var( --btn-bg-color );

}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-confirm:hover,
.woocommerce .composite_form .composite_component .component_content .wc-pao-addon.wc-pao-addon-continue:hover {
    background: var( --btn-sec-color-hover );
    box-shadow: none;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-back:hover {
    background-color: var( --btn-bg-color-hover );
     box-shadow: none;
}
/*.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-back h2{*/
/*    color: #1f1f1f !important;    */
/*}*/
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-your-pd {
    width: calc(100% - 200px);
    float: left;
    margin-right: 16px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-confirm h2, 
.woocommerce .composite_form .composite_component .component_content .wc-pao-addon.wc-pao-addon-continue h2,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-back h2 { 
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-transform:  uppercase;
   

}

.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 #component_1584107439 .composite_navigation.bottom,
.woocommerce .composite_form #component_1748000865 .composite_navigation.bottom{ 
    display: block;
}
.woocommerce .composite_form #component_1584107439 .composite_navigation.bottom .page_button,
.woocommerce .composite_form #component_1748000865 .composite_navigation.bottom .page_button{
    font-size: 16px;
    font-weight: 400;
}
.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: 6px;
 }
.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 .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 .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-your-pd .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-your-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 .bundled_products .form-row .wc-pao-addon-chars-remaining,
.woocommerce .composite_form .composite_component .component_content .bundle_data .form-row .wc-pao-addon-chars-remaining{ display: none; }
.woocommerce .composite_form .composite_component .component_content .bundled_products .form-row input[type="text"],
.woocommerce .composite_form .composite_component .component_content .bundled_products .form-row input[type="email"],
.woocommerce .composite_form .composite_component .component_content .bundle_data .form-row input[type="text"], 
.woocommerce .composite_form .composite_component .component_content .bundle_data .form-row input[type="email"] {
    border-radius: 4px;
    border: 1px solid #CCCCCCCC;
	box-sizing: border-box;
	/*box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);*/
    padding: 6px 16px;
    font-size: 16px;
    color: #000;
	background:#fff;
	height: 44px;
}
.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-your-pd .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-choose-your-practice .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-power .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-direction .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-left-power .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-left-direction .form-row:after  {
    background: url(../img/chevron-down.png) no-repeat center;
    content: "";
    position: absolute;
    left: auto;
    right: 9px;
    top: 50%;
    display: block !important;
    pointer-events: none;
    width: 12px;
    height: 17px;
    margin-top: -8px;
}
.woocommerce .composite_form .composite_component .component_content .products .wc-pao-addon-axis .form-row:after {
    display: none !important;
}
.woocommerce .composite_form .composite_component .component_content .products .form-row select::-ms-expand,
.woocommerce .composite_form .composite_component .component_content .bundle_data .form-row select::-ms-expand {
    display: none;
}
.woocommerce .composite_form .composite_component .component_content .products .form-row select,
.woocommerce .composite_form .composite_component .component_content .bundle_data .form-row select {
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    height: 44px;
    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-your-pd .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.field-error.wc-pao-addon-choose-your-practice .form-row:after{ background-color: rgb(254 243 245); }
.woocommerce .composite_form .composite_component .component_content .products .wc-pao-addon.field-error .form-row select,
.woocommerce .composite_form .composite_component .component_content .products .wc-pao-addon.field-error .form-row input,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.field-error select,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.field-error input{
    border-color: rgb(227, 25, 55) !important;
    background-color: rgba(227, 25, 55, 0.05) !important;
}
span.error {
    font-size: 12px;
    color: #e31937;
    line-height: 1;
    display: block;
    text-transform: none;
    padding: 6px 0 0;
    font-weight: 600;
    text-align: left;
}
.wc-pao-addon-pd-checkbox span.error {
    border: 1px solid;
    padding: 7px 10px;
    margin: 10px 0 0;
    text-align: center;
}
.woocommerce .composite_form .composite_component .component_content .products .wc-pao-addon.field-warning .form-row select{
	border-color: #F7BD66 !important;
    background-color: #FEF4E5 !important;
}
span.warning {
    font-size: 12px;
    color: #e31937;
    line-height: 1;
    display: block;
    text-transform: none;
    padding: 6px 0 0;
    font-weight: 600;
    text-align: left;
}
/* Disable Field */
.woocommerce .composite_form .composite_component .component_content .products .wc-pao-addon input.disabled,
.woocommerce .composite_form .composite_component .component_content .products .wc-pao-addon select.disabled,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon input.disabled,
.wc-pao-addon-power .form-row select.disabled, 
.wc-pao-addon-left-power .form-row select.disabled, 
.wc-pao-addon-direction .form-row select.disabled, 
.wc-pao-addon-left-direction .form-row select.disabled{
    opacity: 0.4;
    pointer-events: none;
}

/* Variations AM*/
.component_content{ display: none;}
.component_data table.variations tr.attribute_options:nth-child(2) ul.variable-items-wrapper:not(.custom-ul) {
    display: none !important;
} 
.component_data table.variations tr td.label { display: none; }
.component_data table.variations tr.attribute_options:nth-child(2) ul.variable-items-wrapper,
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper{
    display: flex !important;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 16px;
}
.component_data table.variations tr.attribute_options:nth-child(2) ul.variable-items-wrapper li,
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li {
    padding: 0;
    width: 100% !important;
    display: block;
    margin: 0;
    box-shadow: none !important;
    position: relative;
    height: auto;
    border-radius: 6px;
    border: 1px solid #CCCCCC;
    background: #FFF;
}
.component_data table.variations tr ul.variable-items-wrapper .vari-desc > ul  {
    padding-left: 0 !important;
}
.component_data table.variations tr ul.variable-items-wrapper .vari-desc > ul li {
    list-style: none;
    margin: 0;
    text-align: left;
    font-size: 16px;
    color: #2B2E31;
    padding: 0px 0 6px 34px !important;
    position: relative;
    background: url(../img/check.png) no-repeat 6px 6px / 15px !important;
    line-height: 24px;
    border: none !important;
}
.component_data table.variations tr.attribute_options:nth-child(2) ul.variable-items-wrapper li.disabled,
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li.disabled {
    display: none;
}
.component_data table.variations tr.attribute_options:nth-child(2) ul.variable-items-wrapper li:before, 
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li:before {
	display: none !important;
}
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li:hover {
    border: 1px solid #424242;
    background-color: #F5FAFE;
} 
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li.selected {
	border: 2px solid #01206C;
    background-color: #F5FAFE !important;
}
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li:after {
	display: none !important;
}
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li.blocked {
    pointer-events: none;
}
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li.selected .variable-item-contents{ border-color: transparent; }
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .variable-item-contents {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    border: none;
    margin: 0 !important;
    padding: 18px 24px 13px 144px;
    min-height: 113px;
}
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .vari-title {
    display: none;
}
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li span.variable-item-span.variable-item-span-button {
font-size: 18px;
    line-height: 27px;
    padding-bottom: 0;
    font-weight: 500;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    text-align: left;
    padding: 0 !important;
    margin-bottom: 8px;
}
.vari-desc {
    text-align: left;
    position: relative;
    width: 100%;
}
.flag-content {
    padding-top: 15px;
    display: block;
}
.flag-content img {
    vertical-align: middle;
}
.flag-content b {
    font-weight: 600;
    padding-left: 3px;
}
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .variable-item-contents .pimg {
    margin: 0;
    width: 106px;
    height: 106px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    left: 22px;
    top: 56px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li img {
    width: auto;
    height: auto;
}
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .vari-desc p {
margin: 0;
    font-size: 16px;
    color: #707070;
    line-height: 24px;
}
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .vari-price {
    display: block;
    text-align: right;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: #1F1F1F !important;
    padding: 8px 0 0 10px;
    margin-top: 8px;
    border-top: 1px solid #E3E3E3;
}
.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .vari-price .price {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: #1F1F1F !important;
}
/*.woocommerce div.product .composite_component span.price, */
/*.woocommerce-page div.product .composite_component span.price {*/
/*    font-size: 16px;*/
/*    line-height: 1.6;*/
/*    font-weight: 500;*/
/*    color: #424242 !important;*/
/*}*/
.woocommerce div.product .composite_component span.price .component_option_each, 
.woocommerce-page div.product .composite_component span.price .component_option_each {
    display: none;
}

.component_data table.variations tr.attribute_options:nth-child(2) {
    left: 140px;
    position: absolute;
    right: 24px;
    display: none;
}    
.component_data table.variations tr.attribute_options:nth-child(2) ul.variable-items-wrapper {
    flex-direction: row;
}
.component_data table.variations tr.attribute_options:nth-child(2) ul.variable-items-wrapper li {
  
    display: flex;
    flex-direction: column;
    padding: 10px !important;
    font-size: 14px;
    line-height: 20px;
    flex: 1;
}
.component_data table.variations tr.attribute_options:nth-child(2) ul.variable-items-wrapper li.disabled {
    display: none;
}
/*========= Prisms Section ==========*/
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-right-eye-prism, 
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-eye-prism, 
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-power, 
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-direction, 
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-power, 
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-direction {
    display: none;
}
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-my-prescription-has-prisms {
    width: 100%;
    margin-left: 24px !important;
    margin-top: 10px !important;
    margin-bottom: 26px !important;
}
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-power select, 
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-direction select, 
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-power select, 
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-direction select { height:54px !important; }
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-my-prescription-has-prisms p.form-row label,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-right-eye-prism p.form-row label,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-eye-prism p.form-row label {
    position: relative;
    text-transform: none;
    line-height: 1.5;
    padding-left: 30px;
}
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-my-prescription-has-prisms p.form-row label.active:after,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-right-eye-prism p.form-row label.active:after,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-eye-prism p.form-row label.active:after {
    display: block;
}
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-right-eye-prism p.form-row label.active:after,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-eye-prism p.form-row label.active:after{ top: 4px; }

.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-power, 
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-direction, 
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-power, 
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-direction {
    float: left;
    width: 25%;
    max-width: 137.5px;
    margin: 0 15px 10px !important;
}

.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-power, 
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-power{ margin-left:0 !important; }

.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-direction, 
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-direction{ margin-right:0 !important;}


.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-power.active, 
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-direction.active, 
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-power.active, 
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-direction.active {
    opacity: 1;
    pointer-events: all;
}

.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-power p.wc-pao-addon-wrap select, 
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-direction p.wc-pao-addon-wrap select, 
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-power p.wc-pao-addon-wrap select, 
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-direction p.wc-pao-addon-wrap select {
    border-radius: 3px;
    border: 1px solid #c0c0c0;
    background: #fff;
    height: 49px;
    padding: 8px 7px 6px;
    font-size: 20px;
    color: #000;
}
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-power p.wc-pao-addon-wrap, 
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-direction p.wc-pao-addon-wrap, 
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-power p.wc-pao-addon-wrap, 
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-direction p.wc-pao-addon-wrap {
    padding: 0 !important;
    position: relative;
}
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-power p.wc-pao-addon-wrap:after, 
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-direction p.wc-pao-addon-wrap:after, 
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-power p.wc-pao-addon-wrap:after, 
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-direction p.wc-pao-addon-wrap:after {
    background: url(../img/select-arrow.jpg) no-repeat center #fff;
    content: "";
    position: absolute;
    left: auto;
    right: 6px;
    top: 2px;
    bottom: 2px;
    display: block !important;
    width: 10px;
    pointer-events: none;
}
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-right-eye-prism, .wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-eye-prism {
    float: left;
    width: 26%;
	width: 147px;
    max-width: 147px;
    align-self: flex-end;
    padding-top: 32px;
    text-align: left;
    padding-right: 10px;
    clear: both;
}
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-eye-prism {
    padding-top: 9px;
}
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-right-eye-prism h3.wc-pao-addon-heading, 
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-eye-prism h3.wc-pao-addon-heading {
    font-size: 16px;
}
.prismcontainerwrap {
    background: #F5F5F5;
    overflow: hidden;
    padding: 23px 24px 24px 24px;
	margin: 0 0 41px
}
.bundle_data_916438 .wc-pao-addon-container.wc-pao-addon.wc-pao-addon-right-eye-prism, 
.bundle_data_916438 .wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-eye-prism,
.bundle_data_916437 .wc-pao-addon-container.wc-pao-addon.wc-pao-addon-right-eye-prism, 
.bundle_data_916437 .wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-eye-prism {
	width: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
}
/*==================================*/
/* Variation Color Swatches */
.component_data table.variations tr .reset_variations { display: none !important; }
.woo-variation-swatches.woo-variation-swatches-ie11 .component_content .variable-items-wrapper, 
.component_content .variable-items-wrapper {
    display: none !important;
}
ul.variable-items-wrapper.button-variable-wrapper.custom-ul{
    margin-top: 10px !important;
    display: block !important;
    text-align: left;
}
.variable-items-wrapper.custom-ul li.variable-item.button-variable-item.level-3.selected{ border: 2px solid #01206C; }
.variable-items-wrapper.custom-ul li.variable-item.button-variable-item.level-3.selected:hover{ box-shadow: none; }
.variable-items-wrapper.custom-ul li.variable-item.button-variable-item.level-3 {
    padding: 12px 13px;
    width: 100% !important;
    margin: 0 0 8px;
    border: 1px solid #ddd;
    background: #ffffff !important;
    height: auto;
    box-shadow: none;
    text-align: left;
    display: block;
    overflow: hidden;
}
.variable-items-wrapper.custom-ul li.variable-item.button-variable-item.level-3 span.color-img {
    float: left;
    max-width: 37px;
}

.variable-items-wrapper.custom-ul li.variable-item.button-variable-item.level-3 span.color-img img {
    height: auto;
    max-width: 100%;
}
.variable-items-wrapper.custom-ul li.variable-item.button-variable-item.level-3 span.variable-item-span {
    padding: 0 !important;
    border: none;
    float: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

/* Review Step */

.woocommerce .composite_form .composite_data .composite_summary .summary_title{ display: none; }
.woocommerce .composite_form .composite_data .composite_summary ul.summary_elements{
    margin: 0;
    padding: 0;
    list-style: none;
	display:none;
}
.woocommerce .composite_form .composite_data .composite_summary ul.summary_elements > li:nth-child(2){ display: none; }
.woocommerce .composite_form .composite_data .composite_summary ul.summary_elements > li{
    background: #fff;
    border: 1px solid #ddd;
    min-height: 80px;
    padding: 20px 25px 15px;
    position: relative;
    float: none;
    width: 100%;
}

.woocommerce .composite_form .composite_data .composite_summary .summary_element_wrapper_inner{
    padding: 0;
}
.woocommerce .composite_form .composite_data .composite_summary  ul.summary_elements .summary_element_content{ margin: 0; }
.woocommerce .composite_form .composite_data .composite_summary  ul.summary_elements .summary_element_title{
    width: 28%;
    float: left;
}
.woocommerce .composite_form .composite_data .composite_summary  ul.summary_elements .summary_element_title .title{ margin: 0; }
.woocommerce .composite_form .composite_data .composite_summary  ul.summary_elements .summary_element_title .step_index{ display: none; }
.woocommerce .composite_form .composite_data .composite_summary  ul.summary_elements .summary_element_title .step_title{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333;
    text-align: left;
    display: block;
}
.woocommerce .composite_form .composite_data .composite_summary  ul.summary_elements .summary_element_image{ display: none; }
.woocommerce .composite_form .composite_data .composite_summary  ul.summary_elements .summary_element_selection{
    float: left;
    width: 52%;
    text-align: left;
}
.woocommerce .composite_form .composite_data .composite_summary  ul.summary_elements ul.content_product_meta{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.1;
    padding: 0;
    text-transform: none;
}
.woocommerce .composite_form .composite_data .composite_summary  ul.summary_elements ul.content_product_meta >li{
    margin: 0.5em 0 0 0;
    padding: 0;
}
.woocommerce .composite_form .composite_data .composite_summary  ul.summary_elements ul.content_product_meta .span.meta_element_sep,
.woocommerce .composite_form .composite_data .composite_summary  ul.summary_elements ul.content_product_meta .meta_key{ display: none; }
.woocommerce .composite_form .composite_data .composite_summary  ul.summary_elements .summary_element_selection .content_product_title{
    font-size: 18px;
    color: #333;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
}
.woocommerce .composite_form .composite_data .composite_summary  ul.summary_elements li .summary_element_price {
    width: 20%;
    float: left;
}
.woocommerce .composite_form .composite_data .composite_summary  ul.summary_elements li .summary_element_price .price{ 
    text-align: right; 
    font-size: 16px;
}
.woocommerce .composite_form .composite_data .composite_summary  ul.summary_elements li .summary_element_button{
    float: right;
    margin: 0;
}
.woocommerce .composite_form .composite_data .composite_summary  ul.summary_elements li .summary_element_button .button.summary_element_select {
    background: none;
    padding: 0;
    line-height: 1;
    color: #838383;
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
    border: none;
}

.woocommerce .composite_form .composite_price{ padding: 20px 25px; display:none !important; } 
.woocommerce .composite_form .composite_price .price:before{
    content: 'Prescription Lenses Subtotal';
    float: left;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.woocommerce .composite_form .composite_price .price{
    margin: 0 !important;
    color: #000;
    font-weight: 700;
    line-height: 1.7;
    font-size: 16px;
}
.woocommerce .composite_form .composite_price .price .amount{ float: right; }
.woocommerce .composite_form .composite_button{ display: none !important; }
/* Final Review Summary */
#custom-product-selection.last-step .frame-sidebar{ display:none; }
#custom-product-selection.last-step #composite-main-section {
    margin: 0 auto;
}
#custom-product-selection.last-step #composite-main-section .elementor-widget-wrap {
    max-width: 560px;
    padding: 0 0 80px;
    margin: 0 auto;
}
#custom-product-selection.last-step a.nav-prev {
    display: none;
}
#custom-product-selection.last-step a.nav-prev:first-child {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
#final-step-summary{ 
	display:none;
	max-width: 560px;
}

.elementor-editor-active #final-step-summary, .elementor-editor-active #final-step-image, .elementor-editor-active #final-step-heading { 
	display:block !important;
}
#final-step-image,
#final-step-heading{ display:none; }
#final-step-summary > .fl-col-content{ 
	max-width:527px; 
	padding:0 18px;
	margin:0 auto;
	float:none;
}
#final-step-summary #review-sidebar .widget_composite_summary_button {
    display: block;
}
#custom-product-selection.last-step #final-step-image, #custom-product-selection.last-step #final-step-heading {
    background: #fff !important;
}
#custom-product-selection.last-step #composite-main-section .fl-col-content.fl-node-content {
    padding-top: 0 !important;
}
#final-step-summary form.cart {
    margin: 0;
}
#final-step-summary form.cart .product-image {
    max-width: 400px;
    margin: 30px auto;
}
#final-step-summary form.cart .product-title-frame {
    float: left;
    width: 70%;
    font-size: 16px;
    font-weight: 500;
    color: #1f1f1f;
    line-height: 2;
}
#final-step-summary form.cart .product-title-frame span {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 2;
}
#final-step-summary form.cart .product-price-frame {
    overflow: hidden;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 2;
}
#final-step-summary form.cart h3 {
    display: none;
}
/* Sidebar */
#review-sidebar form.cart{ margin: 0 !important; }
#review-sidebar form.cart h3 {
    text-align: left;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 2;
    text-transform: capitalize;
    color: #55AEBC;
    display: none;
}
#review-sidebar form.cart .product-image {
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
    margin: 24px 0;
    text-align: center;
    /*padding-bottom: 22px;*/
    position: relative;
}
#review-sidebar form.cart .product-image img {
    max-width: 400px;
    width: 100%;
    display: none;
}
#review-sidebar form.cart .product-image:before, 
.main-frame-image .elementor-widget-container:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(240 240 240 / 17%);
    display: none;
}
#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: 500;
    line-height: 1.6;
}
#review-sidebar form.cart .product-title-frame span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #2B2E31;
}
#review-sidebar form.cart .product-price-frame {
    overflow: hidden;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

#review-sidebar #pres-totals-wrapper{ overflow: hidden; }
#pres-totals-wrapper .title {
    float: left;
    width: 70%;
    font-size: 16px;
    color: #333333;
    font-weight: 700;
}
#pres-totals-wrapper .price {
    overflow: hidden;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

/* Toggler Details */
#review-sidebar .toggler {
    display: inline-block;
    vertical-align: top;
    color: #666;
    padding-right: 30px;
    font-size: 16px;
    cursor: pointer;
    line-height: 1;
}
#review-sidebar .toggler i {
    color: #50b079;
    margin-left: 5px;
    font-size: 16px;
}
#review-sidebar .toggler.active i {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
#review-sidebar .widget_composite_summary.summary_widget_hidden{
    opacity: 1 !important;
    visibility: visible;
    position: static;
    top: 0 !important;
}
/* #review-sidebar .widget_composite_summary .summary_element_price,  */
#review-sidebar .widget_composite_summary .summary_element_title, 
#review-sidebar .widget_composite_summary .summary_element_content span.step_index,
#review-sidebar .widget_composite_summary .summary_element_tap, 
#review-sidebar .widget_composite_summary .summary_element_image, 
#review-sidebar .widget_composite_summary .composite_summary .summary_element_wrapper.disabled{ display: none; } 
#review-sidebar .widget_composite_summary ul.summary_elements li{ margin: 0;  }
/* #review-sidebar .widget_composite_summary ul.summary_elements > li:nth-child(2){ display: none; } */
#review-sidebar .widget_composite_summary .summary_element_wrapper_outer{ padding: 0; }
#review-sidebar .widget_composite_summary .summary_element_wrapper_inner{ padding: 0; display: grid; grid-template-areas:  "main-title main-title" "sub-title price"; }
#review-sidebar .widget_composite_summary .summary_element_content{ margin: 0; }
#review-sidebar .widget_composite_summary .summary_element_selection{ grid-area: sub-title; }
#review-sidebar .widget_composite_summary .summary_element_selection .content_product_title, 
#review-sidebar .widget_composite_summary ul.summary_elements ul.content_product_meta li span { font-size: 16px; font-weight: 400; line-height: 1.7; color:#3D3D3D !important; }
#review-sidebar .widget_composite_summary.widget_position_default .summary_element_price .amount {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #3d3d3d;
    line-height: 1.6;
}
/* #review-sidebar .widget_composite_summary ul.summary_elements li .summary_element_wrapper{
    border-bottom: 1px solid #E0E0E0; padding-bottom: 31px; padding-top: 24px;
} */
#review-sidebar .widget_composite_summary ul.summary_elements li .summary_element_wrapper.disabled {
    display: none;
}
#review-sidebar .widget_composite_summary.widget_position_default .summary_element_title{ grid-area: main-title; padding-bottom: 4px; }
#review-sidebar .widget_composite_summary.widget_position_default .summary_element_price{ grid-area: price; }
#review-sidebar .widget_composite_summary .summary_element_content .step_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    color: #55AEBC;
    text-transform: capitalize;
}

/* #review-sidebar .widget_composite_summary_price, */
#review-sidebar .widget_composite_summary_error,
#review-sidebar .widget_composite_summary_availability,
#review-sidebar .widget_composite_summary_button,
#review-sidebar .widget_composite_summary .quantity { display: none; }
#review-sidebar .widget_composite_summary_price { 
    position: relative;
    padding-top: 32px;
    padding-bottom: 14px;
    background: #eee;
    margin-top: 32px;
}
#final-step-summary #review-sidebar .widget_composite_summary_price { 
    background: none;
    padding: 0;
    padding-top: 32px;
    border-top: 1px solid #e0e0e0;
    margin-top: 24px;
}
#final-step-summary .product-image:before {
    display: none;
}
#review-sidebar .widget_composite_summary_price .composite_price {
    position: relative;
}
#review-sidebar .widget_composite_summary_price:before {
    content: "";
    position: absolute;
    left: -1000px !important;
    right: -40px;
    top: 0;
    bottom: 0;
    background: #eee;
    line-height: 1.6;
}
#review-sidebar .widget_composite_summary_price .composite_price:before,
.composite_price.mobile-price .price:before{
    content: 'Total';
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    color: #000000;
}
#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: #000000;
    line-height: 1.4;
}
#final-step-summary #review-sidebar .widget_composite_summary_price:before{ display: none; }
.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: 500;
}
#review-sidebar .widget_composite_summary_price span.woocommerce-Price-currencySymbol,
span.gtext {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    color: #1f1f1f;
}
#final-step-summary .widget_composite_summary_price span.woocommerce-Price-currencySymbol,
#final-step-summary span.gtext {
    font-size: 18px;
    color: #1f1f1f;
} 
.composite_price.mobile-price .price .amount{ text-align:right; }
.lens-total, .lens-total .gtext {font-size: 16px !important;font-weight: 500;padding-left: 3px;}
#review-sidebar .widget_composite_summary .composite_button{ float: none; text-align: center;}
#review-sidebar .widget_composite_summary .composite_button button.single_add_to_cart_button.disabled{
    color: #cacaca !important;
    background: #f2f2f2 !important;
    pointer-events: none;
    cursor: not-allowed;
}
#review-sidebar .widget_composite_summary .composite_button button.single_add_to_cart_button {
    width: 100%;
    height: 50px;
    font-size: 16px !important;
    line-height: 1.4;
    font-weight: 500 !important;
    color: #1F1F1F;
    opacity: 1 !important;
    margin: 0 auto;
    background: #fff;
    position: relative;
    float: none;
    text-transform: uppercase;
    border: 2px solid #2B2E31;
    border-radius: 24px;
    box-shadow: 3px 3px 0px 0px #2B2E31;
}
#review-sidebar .widget_composite_summary .composite_button button.single_add_to_cart_button:hover{ background: var( --btn-bg-color-hover ) ; box-shadow: none;}
#review-sidebar .widget_composite_summary .composite_button button.single_add_to_cart_button:after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    background: url(/wp-content/uploads/2022/03/icon-cart-plus.png);
    right: calc( 50% - 60px);
    top: 12px;
}
#review-sidebar .frame-summary > h3 {display: none;}
#review-sidebar .widget_composite_summary.widget_position_default .widget_composite_summary_content ul.summary_elements {
    margin: 0;
    padding: 0;
} 
#final-step-summary #review-sidebar .widget_composite_summary.widget_position_default .widget_composite_summary_content ul.summary_elements {
    display: none;
}
#review-sidebar .widget_composite_summary ul.summary_elements ul.content_product_meta{ padding: 0 0 0 8px; }
#review-sidebar .widget_composite_summary ul.summary_elements ul.content_product_meta .meta_element_sep,
#review-sidebar .widget_composite_summary ul.summary_elements ul.content_product_meta .meta_key{ display: none; }
#review-sidebar .widget_composite_summary ul.summary_elements ul.content_product_meta li .content_bundled_product_details_wrapper { display: none !important; }
#review-sidebar .widget_composite_summary ul.summary_elements ul.content_product_meta li .prisms { display: block; }

.wc-pao-addon-enter-your-prescription {
    padding: 0 40px;
    margin: 0;
}
.wc-pao-addon-enter-your-prescription .wc-pao-addon-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    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 */
.ui-widget * {
    font-family: 'Poppins';
}
.single #ui-datepicker-div{ 
    padding:2px; 
    border-radius: 0;
    box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.5);
    border: none;
    z-index: 99 !important;
    max-width: 300px;
}
.single #ui-datepicker-div .ui-datepicker-header{
    padding: 6px 0;
    background: var( --btn-sec-color );
    border-radius: 0;
}

.single #ui-datepicker-div .ui-datepicker-title{display: flex; justify-content: center;}
.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;

}
.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: #1f1f1f;
    background: var( --btn-sec-color );
    font-weight: 400;
    font-size: 18px;
}
.single #ui-datepicker-div table.ui-datepicker-calendar tr td a{
    background: none;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
}
.single #ui-datepicker-div table.ui-datepicker-calendar tr td.ui-datepicker-current-day a{ 
    background: var( --btn-sec-color );
    border-color: var( --btn-sec-color )
    /*color: #fff;*/
}
.single #ui-datepicker-div table.ui-datepicker-calendar tr td.ui-datepicker-today a{ border-color: var( --btn-sec-color ); }
.single #ui-datepicker-div table.ui-datepicker-calendar tr td span{
    background: none;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
}
.composite_price.mobile-price {
    border-top: 1px solid #E0E0E0;
    padding: 34px 0 30px;
	position:relative;
	text-align:right;
    margin-top: 24px !important;
    display: none;
}
/* Responsive */
@media(max-width: 1100px){
	#custom-product-selection.last-step > .fl-row-content-wrap > .fl-row-fixed-width #composite-main-section { width: 100% !important; }
	.variations-data ul {
		grid-template-columns: repeat(2, 1fr);
	}
	.woocommerce .composite_form .composite_component .component_content .bundled_products li .wc-pao-addon-container {
        width: calc(25% - 10px);
        margin-right: 10px;
    }
}
@media(max-width: 1060px){
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-send-your-prescription-later{
        padding: 0 0 50px;
        margin: 0 0 40px;
    }
    #inline-1{ text-align: center; }
    .logged-in #inline-1{ text-align: left; }
    .logged-in #inline-1 .saved-presc{ padding: 0; }
    .logged-in #inline-1 .switch-presc {
        margin: 0;
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 10px 20px;
    }
    .logged-in #inline-1 .saved-presc h3{ text-align: left; }
    #inline-1 .switch-presc{
        float: none;
        margin: 0 0 20px;
    }
	/*.woocommerce .composite_form .component_option_thumbnail .thumnail_title .price { */
 /*       position: static;*/
 /*       padding: 0;*/
 /*       display: block;*/
 /*       text-align: left;*/
 /*   }*/
	.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .vari-price {
		padding-left: 0;
		display: block;
		padding-top: 5px;
        position: static;
	}
    .woocommerce .composite_form ul.component_option_thumbnails_container .component_option_thumbnail, 
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .variable-item-contents {
        padding: 16px 20px 16px 140px;
    }
    button.info-toggle {
        right: -25px;
    }  
    .woocommerce .composite_form .composite_component .component_content .products .form-row select, 
    .woocommerce .composite_form .composite_component .component_content .bundle_data .form-row select {
        font-size: 16px;
        padding: 8px 12px;
    }  
    .woocommerce .composite_form .composite_component .component_content .bundled_products .product_title {
        width: 100px;
    }    
}
@media(max-width: 1023px){
    #review-sidebar .widget_composite_summary_price:before {
        right: -30px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-measure-my-pd label,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-your-pd {
        max-width: 100% !important;
        width: 100%;
        margin-top: 8px;
    }
    #custom-product-selection.last-step #composite-main-section .composite_pagination {
		padding-top: 23px;
	}
	.woocommerce .composite_pagination .element_link[href="#review"] {
		width: 30px;
	}
	.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-right-pd, .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-left-pd {
       width: calc(50% - 15px);
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-measure-my-pd {
        float: left;
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }
}

@media(max-width: 990px){
    .woocommerce .composite_form .custom-back{
        display: inline-block; 
        vertical-align: middle; 
    }
    .composite_form.small_width .composite_navigation.top {
        display: none !important;
    }
    .composite_form.small_width .composite_pagination {
        display: block !important;
    }
    .woocommerce .composite_pagination .element_link, .woocommerce .last-step .composite_pagination .element_link {
        min-width: 50px;
    }
    .woocommerce .composite_form ul.component_option_thumbnails_container .component_option_thumbnail:after{
        display: none !important;
    }
    .woocommerce .composite_form .component_option_thumbnail .image{ left: 4px; }
    .woocommerce .composite_form .component_option_thumbnail .image img {max-width: 100px;}
    .woocommerce .composite_form ul.component_option_thumbnails_container .component_option_thumbnail{ 
        padding: 16px 20px 16px 110px;
        background: none; 
    }
    .woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container{
        width: 100% !important;
        display: block;
        margin: 0 0 16px;
        padding: 0;
    }
    button.info-toggle {
        right: -24px;
        top: 0;
    }    
	.component_data table.variations tr.attribute_options:nth-child(2) ul.variable-items-wrapper li:after, 
	.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li:after {
		display: none !important;
	}
	.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .variable-item-contents {
		padding: 16px 40px 16px 110px;
		background: none;
	}
	.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .variable-item-contents .pimg {
		left: 4px;
	}
	.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .variable-item-contents:after {
		display: none;
	}
	.addons-data {
		padding: 0 16px 16px 110px;
	}
	.component_data table.variations tr.attribute_options:nth-child(2) ul.variable-items-wrapper li {
		width: 120px;
	}
	.component_data table.variations tr.attribute_options:nth-child(2) {
        left: 110px;
        right: 20px;
        width: auto !important;
	}
	.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .vari-price, 
	.woocommerce div.product .composite_component span.price, .woocommerce-page div.product .composite_component span.price {
        position: static;
	}

    .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:50px 6px 0 !important;
    }
    .woocommerce .composite_form .composite_component .details.component_data:has(.warning-msg) .bundled_products li {
        padding-top: 20px !important;
    }
	.woocommerce .composite_form .composite_component .component_content .bundled_products{overflow: hidden; padding-left: 90px; }
    .woocommerce .composite_form .composite_component .component_content .bundled_products li:first-child .product_title{ padding: 0 0 13px; }
    .woocommerce .composite_form .composite_component .component_content .bundled_products .product_title{
        float: none;
        width: 100%;
        max-width: inherit;
        padding: 0 0 13px;
        text-align: center;
        font-size: 18px;
        line-height: 27px;
        color: #000;
    }
    .woocommerce .composite_form .composite_component .component_content .bundled_products li .wc-pao-addon-container{
        float: none;
        width: 100% !important;
        max-width: inherit;
		margin-bottom: 16px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundled_products .wc-pao-addon-container label{
        float: left;
        text-align: left;
        padding: 10px 0 0;
		position:absolute;
		left: -90px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundled_products .form-row{ 
        overflow: hidden; 
        display: block;
        clear: none;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-space-and-border{
        padding: 15px 0 0;
        margin: 0 0 20px;
    }
	/* .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-who-is-the-prescription-for, */
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-upload-prescription,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-save-prescription {
        width: 100%;
        float: none;
        max-width: inherit;
        padding: 0 0 10px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-when-was-the-prescription-issued{ clear: both; }

    .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.wc-pao-addon-pd-checkbox label{ margin: 0 auto; }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-guardar-mi-prescripcion,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-date-of-prescription{ margin: 0 0 20px; }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-upload-prescription{ clear: both; }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-file-preview,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription{
        width: 100%;
        float: none;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .form-row{ width:100%; }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-select-the-practice-where-you-had-your-prescription{
        padding: 20px 0 0;
        margin: 20px 0;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-practice-location{ 
        float: none; 
        width: 100%;
        max-width: inherit;
        clear: both;
        padding: 0 0 10px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-choose-your-practice{
        float: none;
        width: 100%;
    }
    .woocommerce .composite_form .composite_component.active_content .component_content .component_data.swatches-addon .wc-pao-addons-container{ margin: 0 0 10px; }

    .logged-in #inline-1 .js-table-responsive .pres-values{
        float: none;
        width: auto;
    }
    .logged-in #inline-1 .js-table-responsive .pres-edit{
        float: none;
        width: auto;
        padding: 10px 0 15px 0;
        text-align: center;
        min-height: inherit;
    }

    .start-over{ 
        float: none; 
        display: inline-block;
        vertical-align: top;
        margin: 0;
    } 
}
@media(max-width: 768px){
    .frame-sidebar #review-sidebar .widget_composite_summary_price {
        display: none;
    }
	#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: 30px 16px 0;
		background: #fff;
		margin:0; 
	}
    /*#custom-product-selection.last-step a.nav-prev:first-child {*/
    /*    left: 16px;*/
    /*}*/
	.woocommerce .composite_form .component_description {
        margin: 0 0 16px;
    }
    /*.woocommerce .composite_form .component_option_thumbnail .thumbnail_description, .vari-desc {*/
    /*    position: static;*/
    /*}*/
    button.info-toggle {
        right: 16px;
        top: 16px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-heading {
        margin-bottom: 16px;
    }
    .woocommerce .composite_form ul.component_option_thumbnails_container .component_option_thumbnail, 
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .variable-item-contents {
        padding: 16px 16px 16px 16px;
        display: flex;
        flex-direction: column;
    }
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li span.variable-item-span.variable-item-span-button,
    .woocommerce .composite_form ul.component_option_thumbnails_container .component_option_thumbnail .thumnail_title {
        order: 2;
        text-align: center;
        padding-right:0 !important;
        position: relative;
    }
    .woocommerce .composite_form .component_option_thumbnail .thumbnail_description, .vari-desc {
        order: 3;
        width: 100%;
        /*text-align: center;*/
        max-width: 450px;
        margin: auto;
    }
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .variable-item-contents .pimg,
    .woocommerce .composite_form .component_option_thumbnail .image {
        left: 4px;
        order: 1;
        position: relative;
        transition: none;
        top: unset;
        left: unset;
        padding: 0;
        margin: auto;
        width: 106px;
        height: 66px;
        margin-bottom: 10px;
        transform: none;
    }
    .addons-data {
        padding: 0 16px 16px !important;
    }
    .component_data table.variations tr.attribute_options:nth-child(2) {
        left: 20px;
    }
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .vari-price
    .woocommerce ul.component_option_thumbnails_container li.component_option_thumbnail_container .thumbnail_description .price {
        text-align: center;
    }
	.woocommerce .composite_form .component_option_thumbnail .thumbnail_description p{ font-size:14px; }
	.woocommerce .composite_form .component_option_thumbnail .thumnail_title {padding-right: 30px;position: relative;}
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li span.variable-item-span.variable-item-span-button {padding-right: 30px !important;}
	.woocommerce .composite_form .component_option_thumbnail .title {
        font-size: 16px;
        line-height: 22px;
	}  
	#final-step-summary{ padding: 0 16px; }
	#custom-product-selection.last-step #composite-main-section .elementor-widget-wrap {
        max-width: 560px;
        padding: 0 0 30px;
        margin: 0 auto;
    }
	#final-step-heading h3{ 
		text-transform:uppercase;
		letter-spacing:0;
	}
	div#sidebar-fixed {
	    position: relative !important;
	}
	#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_component .component_content .bundle_data .wc-pao-addons-container{ max-width: inherit; }
	
    .logged-in #inline-1,
    #inline-1{ text-align: center; }
    .logged-in #inline-1 .switch-presc{
        position: static;
        float: none;
        margin: 0 0 14px;
    }
    .logged-in #inline-1 .saved-presc h3{ 
        text-align: center; 
        margin: 0 0 14px;
    }
    #inline-1 .js-table-responsive table.shop_table_responsive td:before{ display: none; }
    .start-over{ margin: 0 0 10px; }

    /*Variations*/
    .variations-data{ padding: 15px; }
    .variations-data ul li{ display: inline-block;/*width: calc(50% - 10px); margin: 0 5px 10px;*/ }
    
	/* Mobile Sidebar */
	#frame-selection-sidebar.frame-sidebar {
		
	    width: 100% !important;
        position: absolute;
        display: block !important;
		/* overflow-y: auto;
		max-height: calc(100% - 100px); */
	}
	#frame-selection-sidebar.frame-sidebar > .fl-col-content.fl-node-content {
		padding-bottom: 0;
		padding-top: 0;
	}
	#frame-selection-sidebar.frame-sidebar a.close-review {
		position: absolute;
		right: 20px;
		top: 17px;
	}
	#frame-selection-sidebar section#review-sidebar {
        display: none;
        position: fixed;
        z-index: 9999;
        bottom: 45px;
        background: #fff;
        left: 0;
        right: 0;
        padding: 20px 20px 0;
        height: calc(100vh - 45px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
    }
	#frame-selection-sidebar.frame-sidebar #review-sidebar .widget_composite_summary.widget_position_default .widget_composite_summary_content ul.summary_elements{
		margin:0;
		padding:0;
		border:none;
		margin-bottom: 30px;
	}
	#frame-selection-sidebar.frame-sidebar .widget_composite_summary_price:after{
		background: url('../img/arrow-up.png') no-repeat;
		width:18px;
		height:9px;
		position:absolute;
		right:20px;
		top:21px;
	}
	#frame-selection-sidebar.frame-sidebar .widget_composite_summary_price.active:after{
		transform: rotate(180deg);
	}
    #review-sidebar .composite_price.mobile-price span.woocommerce-Price-currencySymbol,
    .composite_price.mobile-price span.gtext {
        font-size: 16px;
        color: #3F4D4C;
    }
    #review-sidebar.review-screen .composite_price span.woocommerce-Price-currencySymbol {
        color: #212121;
        font-size: 18px;
    }
	#frame-selection-sidebar.frame-sidebar .customise-lens-heading {
		border-bottom: 1px solid #e0e0e0;
		margin: 0 -20px;
	}
	.woocommerce .composite_form .composite_component .component_content .bundle_data{ overflow:inherit; }
	
	.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-power, 
	.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-direction, 
	.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-power, 
	.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-left-direction {
		width: 29.5%;
		max-width: 137.5px;
		margin: 0 8px 10px !important;
	}
	.wc-pao-addon-separator-bar-1 {
		margin: 0 0 24px !important;
	}
	.variations-data{ padding:15px 27px; }
	.variations-data.first-level ul li span{ padding-left:10px; font-size:14px; }
    .info-popup {
        right: 40px;
        top: -4px;
    }
    .info-popup .info-content {
        padding: 15px 18px 6px;
    }    
}
@media(max-width: 540px){   
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-what-is-this .wc-pao-addon-description {
        left: auto;
        transform: translateX(0);
        min-width: 300px;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-what-is-this .wc-pao-addon-description:after {
        left: 83%;
    }
}    
@media(max-width: 480px){
	.variations-data ul {
		grid-template-columns: repeat(1, 1fr);
	}

    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-first-name, 
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-last-name, .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-date-of-birth, .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-store-name, .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container.wc-pao-addon-account-id, .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-guardar-mi-prescripcion {
        width: 100%;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-date-of-prescription,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-guardar-mi-prescripcion,
	.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-save-your-prescription{
        width: 100%;
        padding: 0 0 10px;
        margin: 0;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-your-pd {
        margin-bottom: 10px;
    }
	.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-your-pd,
	.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-measure-my-pd,
	.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-measure-my-pd label{ width:100%; margin-right:0; }
    .component_data table.variations tr.attribute_options:nth-child(2){ width: 100%; }
    ul.variable-items-wrapper.button-variable-wrapper.custom-ul{ margin: 5px 0 0 !important; }
    .woocommerce .composite_form .composite_data .composite_summary ul.summary_elements > li{
        padding: 14px;
        min-height: inherit;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .form-row {
        background: url(../img/camera1.png) no-repeat center top 25px;
        background-size: 40px;
    }    
    .woocommerce .composite_form .composite_data .composite_summary ul.summary_elements .summary_element_title{
        float: none;
        width: auto;
    }
    .woocommerce .composite_form .composite_data .composite_summary ul.summary_elements .summary_element_selection{ 
        width: 80%; 
        padding: 10px 0 0;
    }
    #inline-1 .js-table-responsive .rx-uname, 
    #inline-1 .js-table-responsive .pres-date{ padding: 10px; }
    #inline-1 .js-prescription-list ul{ 
        overflow: hidden; 
        max-width: 260px;
        margin: 0 auto;
    }
    #inline-1 .js-prescription-list ul >li.js-heading{
        width: 50px;
        float: left;
    }
    #inline-1 .js-prescription-list ul >li{
        float: left;
        width: calc(50% - 25px);
        border: none;
    }
    #inline-1 .js-prescription-list ul >li.js-heading span{ 
        text-align: left; 
        padding: 6px 0;
    }
    #inline-1 .js-prescription-list ul >li.js-heading span.js-box1{ min-height: 36px; }
    #inline-1 .js-prescription-list ul >li span.js-box1,
    #inline-1 .js-prescription-list ul >li span{ 
        display: block; 
        width: auto;
        text-align: center;
        padding: 6px 0;
    }
    #inline-1 .js-prescription-list ul >li span{ min-height: 32px; }
    #inline-1 .login-form-wrapper{ margin:0; }
	
	.woocommerce .composite_form .composite_component .component_content .bundled_products .form-row input[type="text"], 
	.woocommerce .composite_form .composite_component .component_content .bundled_products .form-row input[type="email"], 
	.woocommerce .composite_form .composite_component .component_content .bundle_data .form-row input[type="text"], 
	.woocommerce .composite_form .composite_component .component_content .bundle_data .form-row input[type="email"]{
		height:44px;
	}
	.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-who-is-the-prescription-for .wc-pao-addon-heading{
		margin:0 0 18px;
	}
	.woocommerce .composite_form .composite_component .component_content .products .form-row select, .woocommerce .composite_form .composite_component .component_content .bundle_data .form-row select {
		height: 44px;
	}
	.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox p.form-row.form-row-wide.wc-pao-addon-wrap label {
		font-size: 14px;
	}
	.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox p.form-row.form-row-wide.wc-pao-addon-wrap {
		padding-top: 6px;
	}

	.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-send-your-prescription-later {
		padding: 0 0 25px;
		margin: 0 0 25px;
	}
	.woocommerce .composite_form .composite_component .component_content .bundled_products li .form-row select {
		height: 44px !important;
		margin:0 !important;
	}
	.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-right-pd, .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-left-pd {
		margin-left:0;
		margin-right:0;
		width: 100%;
	}
	.composite_form .composite_pagination ul li .element_inner {
        min-width: 50px;
    }
	 
}