/* Start RX PD tool styling */
#wrapper {
    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
}

.no-camera p {
    font-size: 18px;
    margin-bottom: 50px;
    color: #f5f5f5
}

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

.no-camera button {
    width: 256px;
    padding: 18px 15px 18px 40px;
    font-size: 20px !important;
    font-weight: 500 !important;
    border-radius: 40px !important;
    letter-spacing: .5px;
    background: url(/wp-content/uploads/2020/04/refresh.png) no-repeat left 60px center #fff !important;
    border: none;
    color: #000 !important;
    background-size: 30px
}

.no-camera button:hover {
    border-radius: 40px;
    letter-spacing: .5px;
    background: url(/wp-content/uploads/2020/04/refresh.png) no-repeat left 60px center #f1f1f1 !important;
    background-size: 30px;
    border: none;
    color: #000
}

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

a.btn {
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    border: 1px solid #333;
    color: #333;
    text-transform: uppercase;
    padding: 16px 25px 12px;
    transition: 0.2s ease-in all;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    min-width: 144px;
    text-align: center;
}

a.btn:hover {
    background: #a9804a;
    color: #fff;
}

a.btn.btn-sec {
    background: #333;
    color: #F4D586;
    border-color: #333;
}

a.btn.btn-sec:hover {
    background: #fff;
    color: #333;
}

.pd-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}

.pd-container {
    max-width: 770px;
    margin: 0 auto;
    position: relative;
}

.pd-area {
    display: none;
}

/* PD Top Bar */
.pd-top-bar {
    background: #edf1fa;
    overflow: hidden;
    padding: 8px 10px 7px;
}

.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 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    min-height: 132px;
}

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

.pd-top-area p {
    margin: 0;
}

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

.timer .counter {
    width: 46px;
    height: 46px;
    border-radius: 46px;
    margin: 0 auto 22px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
}

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

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

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

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

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

/* 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;
}

#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: 36px 0 0;
    font-size: 14px;
    line-height: 18px;
}

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

.step1-wrapper h4 {
    font-size: 24px;
    line-height: 28px;
    color: #000;
    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 {
    margin: 0 0 6px;
}

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

@media (max-width:770px) {

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

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

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

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

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

    .timer {
        padding: 10px 0;
    }

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

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

    .pd-bottom-area .btn-area a.btn {
        margin: 0 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: 18px;
        line-height: 22px;
        margin: 0 0 6px;
    }
}


/* End RX PD tool styling */

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

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

/* RX Nav Styles */
.woocommerce .composite_form .composite_pagination {
    background: transparent;
    text-align: center;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 153px;
    top: -72px;
    z-index: 99;
}

.woocommerce .composite_form .custom-back{
    text-align: center;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 153px;
    top: -72px;
    z-index: 99;
}
@media screen and (max-width:558px){
    .woocommerce .composite_form .custom-back{
        margin-top: 25px !important;
    }
}
@media screen and (max-width:768px){
    .woocommerce .composite_form .custom-back{
        margin-top: 13px !important;
    }
}
.composite_form .composite_pagination ul li .element_inner {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    background: #fff;
    height: 5px;
    max-width: 97px;
    width: 100%;
    border-radius: 4px;
}
.woocommerce .composite_form .composite_pagination ul {
    padding: 0;
}

.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: middle;
    margin: 0;
    background: none !important;
    color: #c0c0c0;
    padding: 0 3px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    /*width: 97px;*/
    width: 80px;
}

.woocommerce .composite_pagination ul li.pagination_element_current .element_inner,
.woocommerce .composite_pagination ul li.pagination_element_current.element_inner .element_link {
    color: #fff;
    background: #F4D586;
    font-weight: 600;
}

.woocommerce .composite_pagination .element_index {
    color: #a1a1a1;
    font-weight: 400;
    font-size: 14px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 100%;
    margin: 0 5px 2px 0;
    overflow: hidden;
    text-indent: -9999px;
}

.woocommerce .composite_pagination ul li.pagination_element_current .element_index {
    border-color: #fff;
    background: url(../img/checkmark-for-verification.png) no-repeat center;
}

.woocommerce .composite_pagination .element_link {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 0;
    color: #c0c0c0;
}

.woocommerce .composite_pagination .element_link:hover {
    text-decoration: none;
}

/* 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: 8px 0 33px;
}

.woocommerce .composite_form .component_description p {
    margin: 0;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color:#000;
}

.woocommerce .composite_form .component_section_title,
.woocommerce .composite_form .component_message {
    display: none !important;
}

/* Step Thumbnails */
.woocommerce .composite_form ul.component_option_thumbnails_container {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
#component_1584107436_inner .wc-pao-addon-1584107436-0 .form-row {
    display: flex;
    flex-wrap: wrap;
    max-width: 545px;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    position: relative;
    z-index:99;
}
.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;
    display: inline-block;
    vertical-align: top;
    float: none;
    clear: none !important;
    margin: 0 0 20px 0;
    text-align: left;
}

.woocommerce .composite_form ul.component_option_thumbnails_container .component_option_thumbnail.selected {
    border-color: transparent;
}

.woocommerce .composite_form ul.component_option_thumbnails_container .component_option_thumbnail {
    border: 1px solid #dddddd;
    background: #ffffff;
    margin: 2px !important;
    padding: 15px 20px 8px 145px;
    border-radius: 3px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
/*.woocommerce .composite_form ul.component_option_thumbnails_container .component_option_thumbnail > * {*/
/*    margin-left: 124px;*/
/*}*/
.woocommerce .composite_form ul.component_option_thumbnails_container .component_option_thumbnail > .thumbnail_image {
    margin-left: 0 !important;
}
.woocommerce .composite_form ul.component_option_thumbnails_container .component_option_thumbnail.selected:after, .woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container.selected:after {
    display: block;
}

.woocommerce .composite_form ul.component_option_thumbnails_container  .component_option_thumbnail_container::before/*,
.woocommerce .composite_form ul.component_option_thumbnails_container .component_option_thumbnail:after*/
{
    content: ' ';
    width: 100%;
    height: 103%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    border: 2px solid #A9804A;
    pointer-events: none;
    display: none;
}

.woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container .component_option_thumbnail.selected:after{
    content: ' ';
    width: 100%;
    height: 103%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    border: 2px solid #A9804A;
    pointer-events: none;
    display: block;
}

.woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container.selected:after{
    content: ' ';
    width: 100%;
    height: 103%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    border: 2px solid #A9804A;
    pointer-events: none;
}
.woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container.selected > div.component_option_thumbnail.selected:after{
   display:none !important;
}
/*.woocommerce .composite_form ul.component_option_thumbnails_container  .component_option_thumbnail_container.selected::before,*/
/*.woocommerce .composite_form ul.component_option_thumbnails_container .component_option_thumbnail.selected:after{*/
/*    display:block;*/
/*}*/
/*#component_option_thumbnail_container_1606546 .component_option_thumbnail.selected::after {
    display:none;
}*/
.woocommerce .composite_form .component_option_thumbnail .title {
    padding-bottom: 19px;
    /*border-bottom: 1px solid #c0c0c0;*/
    margin: auto;
    
    color: #212121;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%; 
}

.woocommerce .composite_form .component_option_thumbnail .title span.lens-discount {
    font-size: 14px;
    line-height: 22.4px;
    font-weight: 500;
    background: #A9804A;
    border-radius: 14px;
    padding: 3px 16px;
    color: #fff;
}

.woocommerce .composite_form .component_option_thumbnail .thumbnail_description p.lens-description {
    margin-top: -10px;
}

.woocommerce .composite_form .component_option_thumbnail .thumbnail_description ul.lens-points {
    list-style: none;
    padding-left: 0;
}

.woocommerce .composite_form .component_option_thumbnail .thumbnail_description ul.lens-points li {
    font-size: 14px;
    line-height: 22.4px;
    background-image: url(/wp-content/uploads/2023/09/plastic.png);
    background-size: 16px;
    background-position: 2px;
    background-repeat: no-repeat;
    padding-left: 34px;
    margin-bottom: 8px;
}

.woocommerce .composite_form .component_option_thumbnail .image {
    margin: 12px 0;
    height: 80px;
    overflow: hidden;
    padding: 0;
    line-height: 36px;
    
    position: absolute;
    left: 23px;
    top: 0;
}

.woocommerce .composite_form .component_option_thumbnail .image img {
    max-height: 100%;
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-width: 110px;
}

.woocommerce .composite_form .component_option_thumbnail .thumbnail_description {
    padding: 0;
    /*padding-bottom: 30px;*/
    
}

.woocommerce .composite_form .component_option_thumbnail .thumbnail_description p {
    margin: 0 5px 10px 0px;
    color: #3D3D3D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    
}
.woocommerce .composite_form .component_option_thumbnail .thumbnail_description p:last-child {
    border-bottom: 1px solid #E3E3E3;
}
.woocommerce .composite_form .component_option_thumbnail .thumbnail_description ul.desc-ul {
    padding: 20px 8% 0;
    margin: 0 0 20px;
    border-top: 1px solid #ddd;
}

.woocommerce .composite_form .component_option_thumbnail .thumbnail_description ul.desc-ul li {
    list-style: none;
    margin: 0 0 13px;
    text-align: left;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    min-height: 35px;
    padding: 7px 0 0 65px;
    position: relative;
}

.woocommerce .composite_form .component_option_thumbnail .thumbnail_description ul.desc-ul img {
    margin-left: 0;
    max-width: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
}

/*.woocommerce .composite_form .component_option_thumbnail.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 .thumbnail_buttons {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
}

.woocommerce .composite_form .component_option_thumbnail .thumbnail_buttons button {
    width: 100%;
    height: 100%;
    opacity: 0 !important;
    pointer-events: all !important;
    text-indent: 0 !important;
}

.woocommerce .composite_form .component_option_thumbnail .thumbnail_description .price {
    text-align: right !important;
    display: inline-block;
    
    color: #212121;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%; 
    border-top: 1px solid #E3E3E3;
    padding-top: 10px;
    /*position: absolute;*/
    /*bottom: 12px;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
}
#component_option_thumbnails_1584107435 .thumbnail_description .price {
    border: none !important;
}
/* Show Bundle Products */
.woocommerce .composite_form .composite_component.active_content .composited_product_details_wrapper {
    display: block;
}

/* Component Addon */
.woocommerce .composite_form .component_wrap .price,
.woocommerce .composite_form .component_wrap .quantity_button,
.woocommerce .composite_form .component_wrap .wc-pao-addon-container select {
    display: none !important;
}

.woocommerce .composite_form .component_wrap .wc-pao-addon-color {
    margin: 0;
    padding: 0;
}

.woocommerce .composite_form .component_wrap .wc-pao-addon-color .form-row {
    margin: 0;
    padding: 0;
}

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

.woocommerce .composite_form .component_wrap .wc-pao-addon-container .wc-pao-addon-image-swatch {
    padding: 12px 13px;
    margin: 4px;
    border: 1px solid #707070;
    background: #ffffff !important;
    outline: none;
    border-radius: 10px;
    /*display: block;*/
    /*width: 100%;*/
    flex: 1;
}

.woocommerce .composite_form .component_wrap .wc-pao-addon-container .wc-pao-addon-image-swatch img {
    float: none;
    display: block;
    margin: auto;
}

.woocommerce .composite_form .component_wrap .wc-pao-addon-container .wc-pao-addon-image-swatch span {
    /*float: left;*/
    display: block;
    /*margin-left: 15px;*/
    margin-top: 7px;
    text-transform: capitalize;
    color: #333;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

/* Component Content Styles */
.woocommerce .composite_form .error-msg {
    font-size: 14px;
    color: #D0021B;
    line-height: 1.6;
    padding: 10px;
    border: 1px solid #D0021B;
    text-align: center;
}

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

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

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

.woocommerce .composite_form .composite_component .component_content .bundled_products .product_title {
    float: left;
    width: 29%;
    max-width: 108px;
    text-align: left;
    margin: 0 !important;
    padding: 15px 0 0;
    color: #333;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.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: 25%;
    padding: 0 5px;
    max-width: 98px;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products li .wc-pao-addon-container.wc-pao-addon-add {
    float: right;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products li .wc-pao-addon-container.wc-pao-addon-pd {
    display: none !important;
}

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

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

.woocommerce .composite_form .composite_component.active_content .component_content .component_data {
    background: #fff;
    padding: 0;
    /*border: 1px solid #ddd;*/
    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: 596px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addons-container:after {
    display: block;
    content: '';
    clear: both;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container {
    margin: 0;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    padding: 0;
}
.wc-pao-addon-id-1695204169 .wc-pao-addon-name {
    margin-bottom: 14px !important;
}
.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;
    color:  #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    padding: 0;
}
.woocommerce .composite_form .composite_component .wc-pao-addon-light-headings .wc-pao-addon-heading {
    padding-bottom: 8px;
}
.woocommerce .composite_form .composite_component .wc-pao-addon-first-name label, .woocommerce .composite_form .composite_component .wc-pao-addon-last-name label{
    font-size: 16px !important;
    margin-bottom: 5px  !important;
}
.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-container.wc-pao-addon-who-is-the-prescription-for\? .wc-pao-addon-heading, .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: 17px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-upload-prescription .wc-pao-addon-heading {
    color:  #000;
/* Desktop Header/H2 */
font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 32px;
margin-bottom: 33px;
}
.wc-pao-addon .wc-pao-addon-description {
    font-style: normal;
    text-transform: initial;
    font-size: 16px;
}
.wc-pao-addon .wc-pao-addon-description img {
    margin-right: 10px;
    width: 24px;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-upload-prescription .wc-pao-addon-heading .wc-pao-addon-description {
    color:  #3D3D3D;
/* Bodycopy/Bodycopy2 - Regular */
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */


}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-save-prescription .wc-pao-addon-heading,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-pupillary-distance-pd .wc-pao-addon-heading,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-prescription-information .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-optica-deluxe-store .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 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}

/* Addon Titles */
.wc-pao-addon-pupillary-distance-pd .wc-pao-addon-description p{
    color:  #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 0 !important;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-upload-prescription,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-save-prescription,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-pupillary-distance-pd,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-practice-location,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-who-is-the-prescription-for {
    padding: 17px 30px 0 0;
    max-width: 100 !important;
    width: 100% !important;
    float: none !important;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-pupillary-distance-pd {
    float: none !important;
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 7px;
}
.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-prescription-information .wc-pao-addon-heading{
    font-weight: 500;
    margin-bottom: 17px;
    font-size: 18px;
}
/*.wc-pao-addon-1584107435-8 h2 {*/
/*    margin-bottom: 10px !important;*/
/*}*/
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-upload-prescription,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-save-prescription,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-pupillary-distance-pd,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-who-is-the-prescription-for,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-first-name,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-last-name,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-optica-deluxe-store{
    /*float: left;*/
    width: 50%;
    display: inline-block;
    margin-right: -3px;
    vertical-align: top;
    margin-bottom: 16px;
    padding: 0 5px;
    /*width: 216px;*/
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-right-pd,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-left-pd {
    /*float: left;*/
    width: 50%;
    margin-right: 0px;
    /*display: inline-block;*/
    vertical-align: top;
    max-width: 295px;
    margin-bottom: 20px;
}

.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%;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding: 0 5px;
    /*float: left;*/
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-choose-your-practice select {
    height: 44px !important;
}
/* Spaces and Borders  */
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-space-and-border {
    padding: 8px 999px 0;
    border-bottom: 1px solid #d5d5d5;
    margin: 0 -999px 16px;
    clear: both;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-space-and-border .wc-pao-addon-heading {
    font-size: 0;
    line-height: 0;
}

/* Measure My PD */
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd label {
    display: none;
}
.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-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;
    /*width: 170px;*/
    height: 47px;
    border-radius: 3px;
    background: #fff;
    z-index: 0;
    border: 1px solid #3D3D3D;
    background-size: 30px;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 10px;
}
.wc-pao-validation-notice {
    display: none;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-measure-my-pd {
    float: none;
    width: 50%;
    position: relative;
    min-height: 64px;
    margin: 0 0px 0 0;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-measure-my-pd span.pd-taken {
    text-transform: none;
    border: 1px solid #49be27;
    width: 100%;
    color: #49be27;
    text-align: center;
    font-size: 12px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 20px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-left-pd {
    padding-left: 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;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox {
    border-bottom: 1px solid #d5d5d5;
    margin: 0 -999px 30px 0;
    padding: 0 999px 32px 0;
}
.wc-pao-addon-pd-checkbox .wc-pao-addon-checkbox {
    display: none;
}
.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: 35px;
}

.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-pd-checkbox 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-my-pupillary-distance-pd-is-listed-on-my-prescription label:before,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox label:before {
    content: '';
    top: 0;
    margin: 0px auto;
    bottom: 0;
    padding: 0 0 2px;
    position: absolute;
    z-index: 0;
    cursor: pointer;
    left: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #c0c0c0;
}

#component_option_thumbnail_1606551 span.thumbnail_price.price, #component_option_thumbnail_1606541 span.thumbnail_price.price, #component_option_thumbnail_1606550 span.thumbnail_price.price, #component_option_thumbnail_1606552 span.thumbnail_price.price {
    display: none !important;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-my-pupillary-distance-pd-is-listed-on-my-prescription label.active:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox label.active:after {
    display: block;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-my-pupillary-distance-pd-is-listed-on-my-prescription label:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox label:after {
    content: "";
    top: 4px;
    right: auto;
    margin: 0 auto;
    bottom: 0;
    padding: 0 0 2px;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    left: 4px;
    line-height: 1.3;
    height: 16px;
    display: none;
    width: 16px;
    background: url(../img/checkmark.png) no-repeat center !important;
    background-size: 12px !important;
}

/* Save Prescription */
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-save-prescription {
    clear: both;
    visibility:hidden;
    font-size:0;
    padding:0;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-save-your-prescription-for-future-use {
    float: left;
    width: 45%;
    /*width: 282px;*/
    position: relative;
    margin: 20px 0 42px;
    display: none;
}

.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-date-of-birth {
    float: none;
    width: 100%;
    display: block;
    vertical-align: top;
    /*max-width:298px;*/
    /*width: 148px;*/
    position: relative;
    padding: 0 5px;
    margin: 0 -4px 20px 0;
}

.clear-comp {
    width: auto;
    text-align: right;
    background: url(../img/forward.png) no-repeat right 5px center;
    cursor: pointer;
    padding: 10px;
    background-size: 10px;
    padding-right: 25px;
}
.clear-comp a {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    display: inline-block;  
}
.clear-comp a:hover {
    text-decoration: none;
}
.clear-comp a span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

@media (max-width:990px){
    .woocommerce #component_1584107435_inner .component_content .bundle_data .wc-pao-addon.wc-pao-addon-date-of-prescription, .woocommerce .composite_form #component_1584107435_inner .bundle_data .wc-pao-addon.wc-pao-addon-date-of-birth {
        width: 100% !important;
        display: inline-block;
    }
}
@media (min-width:991px){
    .woocommerce #component_1584107435_inner .component_content .bundle_data .wc-pao-addon.wc-pao-addon-date-of-prescription, .woocommerce .composite_form #component_1584107435_inner .bundle_data .wc-pao-addon.wc-pao-addon-date-of-birth {
        width: 50% !important;
        display: inline-block;
    }
}
/*.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-date-of-prescription {*/
/*    border-bottom: 1px solid #E0E0E0 !important;*/
/*}*/

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-date-of-prescription .form-row,.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-date-of-birth .form-row  {
    background: url(../img/calender.png) no-repeat right 10px center !important;
    background-size: 22px !important;
    /*max-width: 295px;*/
}

/*.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-date-of-prescription,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-save-your-prescription-for-future-use{ overflow: hidden; }*/
.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,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-save-your-prescription-for-future-use .wc-pao-addon-description {
    position: absolute;
    left: 0;
    top: 36px;
    z-index: 99;
    font-size: 14px;
    font-weight: 400;
    color: #cacaca;
    font-style: normal;
    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 {
    float: right;
    margin: -90px -30px 0 0;
    /* display: inline-block; */
    background: #f6404e;
    padding: 10px 30px;
    color: #fff;
    font-weight: 500;
}

#inline-1 .switch-presc:hover {
    background: #f6404e;
    text-decoration: none;
    background: #a91917;
    color: #fff;
}

#inline-1 .sp-prescription-loader {
    display: none;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    background: rgba(255, 255, 255, 0.9);
}

#inline-1 .sp-prescription-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -64px 0 0 -64px;
}

#inline-1 .saved-presc {
    padding: 0 40px;
}

#inline-1 .saved-presc h3 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-align: center;
}

#inline-1 .login-form-wrapper {
    padding: 50px 20px;
    background: #f6f6f6;
    margin-top: 0;
}

#inline-1 .login-form {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

#inline-1 .login-form label {
    width: 100%;
    margin: 0 0 20px;
    display: block;
    font-weight: 400;
    font-size: 13px;
}

#inline-1 .login-form input {
    height: 48px;
    background: #fff !important;
    border: 1px solid #c6c6c6 !important;
}

#inline-1 .login-form a.submit-btn:hover {
    background: #5c5555;
    text-decoration: none;
}

#inline-1 .login-form a.submit-btn {
    width: 150px;
    height: 47px;
    background: #000;
    color: #fff;
    display: inline-block;
    line-height: 47px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

#inline-1 .login-form .forgot-pass {
    display: block;
}

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

#inline-1 .js-table-responsive .shop_table_responsive {
    width: 100%;
}

#inline-1 .js-table-responsive table.shop_table_responsive td {
    border: none;
    width: 100%;
    padding: 0;
    padding: 0 0 35px;
    background: #fafafa;
}

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

#inline-1 .js-table-responsive .presc-header {
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #e4e4e4;
}

#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.wc-pao-addon-send-your-prescription-later .wc-pao-addon-heading {
    margin: 0 0 20px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-send-your-prescription-later {
    text-align: center;
    padding: 0 999px 50px 120px;
    margin: 0 -999px 40px 0;
    border-bottom: 1px solid #ddd;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-send-your-prescription-later p {
    font-size: 15px;
    text-transform: none;
    font-style: normal;
}

.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 .wc-pao-addon.wc-pao-addon-upload-your-prescription {
    position: relative;
    width: 100%;
    /*max-width: 71%;*/
    text-align: center;
    height: 300px;
    margin: 0 4px 22px 0;
    padding: 48px 0 0;
    float: right;
    /*display: none;*/
}
/*.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-upload-prescription {*/
/*    display: none;*/
/*}*/
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .form-row input {
    width: 427px;
    height: 320px;
    background: none;
    opacity: 0;
    padding: 0;
    cursor: pointer;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .form-row small {
    display: none;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription label {
    font-size: 0;
    color: #8ba7d7;
    font-weight: 600;
    background: url(../img/camera-1.png) no-repeat center top;
    background-size: 36px;
    padding: 57px 0 0;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription.field-error .form-row {
    border-color: #e31937;
    background: rgba(227, 25, 55, 0.05);
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .form-row {
    text-transform: capitalize;
    width: 427px;
    height: 300px;
    border: 2px dashed #707070;
    /*line-height: 130px;*/
    left: 0px;
    z-index: 0;
    top: 0;
    position: absolute;
    max-width: 100%;
    cursor: pointer;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .wc-pao-addon-description {
    font-style: normal;
    color: #666666;
    text-transform: capitalize;
    line-height: 1.2;
    margin: 4px 0 0;
    text-align: center;
    font-size: 12px;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .wc-pao-addon-description span {
color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    max-width: 310px;
    display: block;
    margin: auto;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-upload-your-prescription .wc-pao-addon-description button {
    padding: 10px 24px;
    margin: 24px auto 0;
    background: transparent;
    color: #000;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 21px */
text-transform: uppercase;
}
.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 {
    float: left;
    /*width: calc(100% - 174px);*/
    width: 100%;
    border: 2px dashed #707070;
    /*max-width: 424px;*/
    padding: 10px;
    text-align: center;
    max-height: 300px;
    display: none;
    /*margin: -20px 4px 20px 0;*/
    margin: 0 4px 30px 0;
    position: relative;
}

.upload-image-again {
    text-align: center;
    width: 100%;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    position: absolute;
    bottom: -33px;
    left: 0;
    text-transform: capitalize;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-file-preview .wc-pao-addon-heading {
    font-size: 0;
    right: 3px;
    top: 3px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-file-preview .wc-pao-addon-heading:before {
    content: "x";
    position: absolute;
    font-size: 16px;
    right: 0;
    top: 0;
    background: rgba(255, 0, 0, 0.7);
    text-transform: lowercase;
    width: 24px;
    height: 24px;
    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: 280px;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-file-preview .file-name {
    display: block;
    font-size: 12px;
    padding-top: 8px;
}

/* Confirm Button  */
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-confirm,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-continue{
    /*width: 428px;*/
    background: #212121;
    padding: 8px 18px;
    border-radius: 3px;
    margin: 0 4px 0 20px;
    cursor: pointer;
    text-align: center;
    transition: 0.2s ease-in all;
    
    color: #F4D586;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    text-transform: uppercase;
    /*float: right;*/
    display: inline-block;
    border-radius: 0;
}
.woocommerce .composite_form .composite_component .wc-pao-addon-continue .wc-pao-addon-heading {
    padding: 0 !important;
}
.wc-pao-addon-back {
    cursor: pointer;
display: inline-block;
    /* vertical-align: top; */
    /* width: 87px; */
    /* height: 47px; */
    border: 1px solid #3D3D3D;
    background: #FFF;
    padding: 7px 22px !important;
    width: auto;
    margin-top: 20px !important;
}
.wc-pao-addon-back:hover {
    background-color: #212121;
    color: #F4D586;
}
.wc-pao-addon-back .wc-pao-addon-heading {
text-transform: uppercase;
}
.wc-pao-addon-back:hover .wc-pao-addon-heading {
    color: #F4D586 !important;
}
/*.wc-pao-addon-confirm h2:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*}*/
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-continue:hover,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-continue:hover{
    background: #F4D586;
    color: #000;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-continue:hover h2 {
    color: #000 !important;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-confirm h2,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-continue h2 {
    color:#F4D586;
    margin: 0 !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.woocommerce .composite_form .composite_component .component_content .bundle_data .component_wrap {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

/* Back Link */
.woocommerce .composite_form .composite_navigation {
    overflow: hidden;
    display: none;
}

.woocommerce .composite_form .composite_navigation .composite_navigation_inner {
    padding: 0 !important;
}

.woocommerce .composite_form .custom-back,
.woocommerce .composite_form .composite_navigation .prev {
    padding-left: 22px;
    background: url(../img/back.png) no-repeat center / 18px;
    float: left;
    font-size: 16px !important;
    color: #212121;
    /*position: relative;*/
    top: -84px;
    text-decoration: none;
    left: 0px;
    z-index: 99;
}


/* Prescription Forms */
.woocommerce .composite_form .composite_component .component_content .bundled_products .wc-pao-addon-container label,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container label {
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    text-transform: none;
    color: #333;
    display: block;
    margin: 0 0 2px;
    position: relative;
}
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container label {
    color: #000;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
margin-bottom: 0;
}
.woocommerce .composite_form .wc-pao-addon-id-1695204169 .wc-pao-addon-select {
     max-width:295px;
    width: 100%;
    height: 45px !important;
}
 .component_content .bundled_products li:first-child .wc-pao-addon-container label {
    display: block !important;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products .wc-pao-addon-container label {
    display: none;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products .wc-pao-addon-container label {
    text-transform: uppercase !important;
    font-size: 13px;
    font-weight: 400;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products .form-row,
.woocommerce .composite_form .composite_component .component_content .bundle_data .form-row {
    margin: 0;
    padding: 0;
    position: relative;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products .form-row .wc-pao-addon-chars-remaining,
.woocommerce .composite_form .composite_component .component_content .bundle_data .form-row .wc-pao-addon-chars-remaining {
    display: none;
}

.woocommerce .composite_form .composite_component .component_content .bundled_products .form-row input[type="text"],
.woocommerce .composite_form .composite_component .component_content .bundled_products .form-row input[type="email"],
.woocommerce .composite_form .composite_component .component_content .bundle_data .form-row input[type="text"],
.woocommerce .composite_form .composite_component .component_content .bundle_data .form-row input[type="email"] {
    border-radius: 3px;
    border: 1px solid #c0c0c0;
    background: transparent;
    height: 43px;
    padding: 6px 7px;
    font-size: 16px;
    color: #000;
}

.woocommerce .composite_form .composite_component .component_content .wc-pao-addon-axis input[type="text"] {
    height: 44px !important;
    
}
.woocommerce .composite_form .composite_component .component_content .products .wc-pao-addon.wc-pao-addon-add .form-row:after,
.woocommerce .composite_form .composite_component .component_content .products .wc-pao-addon.wc-pao-addon-cyl .form-row:after,
.woocommerce .composite_form .composite_component .component_content .products .wc-pao-addon.wc-pao-addon-sph .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-left-pd .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-right-pd .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-choose-your-practice .form-row:after {
    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;
}

.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: 3px;
    border: 1px solid #c0c0c0;
    background: #fff;
    height: 44px;
    padding: 8px 7px 6px;
    color: #000;
}

/* 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-cyl .form-row:after,
.woocommerce .composite_form .composite_component .component_content .products .wc-pao-addon.field-error.wc-pao-addon-sph .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.field-error.wc-pao-addon-left-pd .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.field-error.wc-pao-addon-right-pd .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.field-error.wc-pao-addon-pd .form-row:after,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.field-error.wc-pao-addon-choose-your-practice .form-row:after {
    background-color: rgb(254 243 245);
}

.woocommerce .composite_form .composite_component .component_content .products .wc-pao-addon.field-error .form-row select,
.woocommerce .composite_form .composite_component .component_content .products .wc-pao-addon.field-error .form-row input,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.field-error select,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.field-error input {
    border-color: rgb(227, 25, 55) !important;
    background-color: rgba(227, 25, 55, 0.05) !important;
}

span.error {
    font-size: 12px;
    color: #e31937;
    line-height: 1;
    display: block;
    text-transform: none;
    padding: 6px 0 0;
    font-weight: 600;
    text-align: left;
}

/* Disable Field */
.woocommerce .composite_form .composite_component .component_content .products .wc-pao-addon input.disabled,
.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon input.disabled {
    opacity: 0.4;
    pointer-events: none;
}

/* Variations */
.variations_frame_form h3 {
    color: #000;
font-size: 22px;
font-weight: 400;
line-height: 150%; 
margin-bottom: 70px;
}
.component_data table.variations tr td.label {
    display: none;
}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper {
    display: flex !important;
    margin: 0 -9px !important;
    text-align: center;
    flex-wrap: wrap;
}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li {
    padding: 0 8px;
    width: 100% !important;
    display: block;
    margin: 0 0 20px;
    box-shadow: none !important;
    background: none !important;
    border: 0 !important;
    position: relative;
    height: auto;
    text-align: left;
}

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

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .variable-item-contents {
    border: 1px solid #ddd;
    background: #fff;
    margin: 0 !important;
    padding: 25px 20px 25px 145px;
    border-radius: 3px;
    /*position: relative;*/
    display: block;
}

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

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

    padding-bottom: 5px;
    /*border-bottom: 1px solid silver;*/
    text-transform: capitalize;
    margin: auto;
    display: block;
    padding: 0 0 8px !important;
    
    color: #000000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; 
}

.variation-img {
    margin: 16px 0 12px;
    height: 80px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    left: 24PX;
}

.variation-img img {
    width: auto !important;
    height: auto !important;
    max-height: 100%;
    max-width: 110px;
    margin: 0 auto !important;
}

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

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .vari-desc p {
    margin: 0 auto 15px;
    color: #3D3D3D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .vari-price {
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 10px;*/
    display: block;
    text-align: right;
    border-top: 1px solid #E0E0E0;
    
    color: #3D3D3D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    padding-top: 8px;
}

.woocommerce div.product .composite_component span.price,
.woocommerce-page div.product .composite_component span.price {

    padding: 0;
color: #3D3D3D;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
}

.component .component_option_each {
    display: none;
}

.component_data table.variations tr.attribute_options:nth-child(2) {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

[aria-label="Rx Sunglasses Type"] .variable-item-span.variable-item-span-button {
    display: none;
}

[aria-label="Single Vision"] .variable-item-span.variable-item-span-button {
    display: none;
}

[aria-label="Progressive Types"] .variable-item-span.variable-item-span-button {
    display: none;
}

[data-wvstooltip]:before,
[data-wvstooltip]:after {
    display: none !important;
}

/* 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: flex !important;
    text-align: left;
    justify-content: flex-end;
    width: calc(100% - 145px);
    margin-right: 0;
    margin-left: auto;
}

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

.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: auto !important;
    margin: 0 5px 8px;
    border: 1px solid #707070;
    border-radius: 10px;
    background: #ffffff !important;
    height: auto;
    box-shadow: none;
    text-align: left;
    display: block;
    overflow: hidden;
    flex:1;
}

.variable-items-wrapper.custom-ul li.variable-item.button-variable-item.level-3 span.color-img {
        margin: auto;
    text-align: center;
    max-width: 37px;
    width: 100% !important;
    display: block;
}

.variable-items-wrapper.custom-ul li.variable-item.button-variable-item.level-3 span.variable-item-span {
    display: block;
    padding: 0 !important;
    border: none;
    margin-top: 7px;
    
    color: #333;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

/* 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;
}

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

.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: #3D3D3D;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; 
}
.widget_composite_summary.widget_position_default .price, .widget_composite_summary.widget_position_default .price ins {
    font-weight: 500 !important;
}
.selected-data-widget .composite_price .amount {
    color: #3D3D3D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}
.woocommerce .composite_form .composite_price .price .amount {
    float: right;
}

.woocommerce .composite_form .composite_button {
    display: none !important;
}

/* Sidebar */
#review-sidebar form.cart {
    margin: 0 0 7px !important;
}

#review-sidebar form.cart h3 {
    font-size: 16px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 50px 0;
}

#review-sidebar form.cart .product-image {
    border-bottom: 1px solid #ebebeb;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
    padding-bottom: 22px;
    max-width: 350px;
}
.variations_frame_form .product-image {
    max-width: 450px;
    margin:0 auto 258px;
    padding-bottom: 0;
    /*border-bottom:1px solid #E0E0E0;*/
    position: relative;
}
.variations_frame_form .product-image::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgba(0,0,0,0.03);
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.composite_summary li.summary_element span.summary_element_content, .composite_summary .woocommerce-page #content div.product span.summary_element_content {
    color:  #3D3D3D;
font-size: 14px !important;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
#review-sidebar form.cart .title-price-area {
    overflow: hidden;
}
.variations_frame_form .title-price-area {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
    padding: 25px 0 22px;
    
}
#review-sidebar form.cart .product-title-frame {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    float: left;
    width: 70%;
    font-weight: 700;
}
form.cart .product-title-frame {
    color: #000;
font-size: 16px;
font-weight: 500;
line-height: 24px; 
}
#review-sidebar .cart .product-title-frame span {
    font-weight: 400;
    font-size: 14px;
    color: #666;
}
.cart .product-title-frame span {
    font-weight: 400;
    color: #3D3D3D;
}
#review-sidebar form.cart .product-price-frame {
    overflow: hidden;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
form.cart .product-price-frame {
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
}
#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_title,
#review-sidebar .widget_composite_summary .summary_element_title,
#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;
}

/*.summary_element_1584107435*/

#review-sidebar .widget_composite_summary ul.summary_elements {
    border-bottom: 1px solid #e0e0e0;
    padding: 6px 0;
    margin: 2px 0 15px;
}

#review-sidebar .widget_composite_summary ul.summary_elements li {
    margin: 0;
}
li.summary_element.summary_element_1584107435.first.last {
    display: none;
}
.widget_composite_summary.widget_position_default .summary_element_price .price {
    text-align:right;
}
.widget_composite_summary.widget_position_default .widget_composite_summary_content {
    display: none;
}
/*#review-sidebar .widget_composite_summary ul.summary_elements>li:nth-child(2) {*/
/*    display: none;*/
/*}*/
.widget_composite_summary.widget_position_default {
    position: relative;
}
#review-sidebar .widget_composite_summary .summary_element_wrapper_outer {
    padding: 0;
}

#review-sidebar .widget_composite_summary .summary_element_wrapper_inner {
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.widget_composite_summary.widget_position_default .summary_element_price {
    flex: 1;
}
#review-sidebar .widget_composite_summary .summary_element_content {
    margin: 0;
}

#review-sidebar .widget_composite_summary .summary_element_selection {
    font-style: italic;
}
#review-sidebar .widget_composite_summary_price {
    position: absolute;
    right: 0;
    top: 14px;
}
/*#review-sidebar .widget_composite_summary_price,*/
#review-sidebar .widget_composite_summary_error,
#review-sidebar .widget_composite_summary_availability,
#review-sidebar .widget_composite_summary .quantity {
    display: none;
}

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

#review-sidebar .widget_composite_summary .composite_button button.single_add_to_cart_button.disabled {
    color: #cacaca !important;
    background: #f2f2f2 !important;
    pointer-events: none;
    cursor: not-allowed;
}

#review-sidebar .widget_composite_summary .composite_button button.single_add_to_cart_button {
    width: 100%;
    height: 59px;
    border-radius: 3px !important;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    color: #ffffff !important;
    border: none !important;
    opacity: 1 !important;
    margin-top: 10px;
}

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

/* Close Button */
#cross-rx img {
    cursor: pointer;
}

/* Start Over */
.start-over {
    float: right;
    font-size: 13px;
    line-height: 1;
    padding: 2px 10px;
    border: 1px solid #6184aa;
    color: #6184aa;
    margin: 0 0 10px;
    display: none;
}

.start-over:hover {
    text-decoration: none;
    background: #6184aa;
    color: #fff;
}

/* Datepicker */
.single #ui-datepicker-div {
    padding: 2px;
    border-radius: 0;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.5);
    font-family: 'Roboto', sans-serif !important;
    border: none;
}

.single #ui-datepicker-div .ui-datepicker-header {
    padding: 6px 0;
    background: #333;
    border-radius: 0;
}

.single #ui-datepicker-div .ui-datepicker-title select {
    width: calc(49% - 15px) !important;
    margin: 0 2px;
    border: none;
    height: 36px;
    padding: 0 5px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
}

.single #ui-datepicker-div .ui-datepicker-prev {
    left: 6px;
}

.single #ui-datepicker-div .ui-datepicker-next {
    right: 6px;
}

.single #ui-datepicker-div .ui-datepicker-prev,
.single #ui-datepicker-div .ui-datepicker-next {
    top: 9px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 0;
    border: none;
    cursor: pointer;
}

.single #ui-datepicker-div table.ui-datepicker-calendar tr th,
.single #ui-datepicker-div table.ui-datepicker-calendar tr td {
    padding: 2px;
    width: 14.285%;
}

.single #ui-datepicker-div table.ui-datepicker-calendar tr th span {
    padding: 5px;
    display: block;
    color: #fff;
    background: #424242;
    font-weight: 400;
}

.single #ui-datepicker-div table.ui-datepicker-calendar tr td a {
    background: none;
    border-radius: 0;
    text-align: center;
}

.single #ui-datepicker-div table.ui-datepicker-calendar tr td.ui-datepicker-current-day a {
    background: #333;
    border-color: #333;
    color: #fff;
}

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

.single #ui-datepicker-div table.ui-datepicker-calendar tr td span {
    background: none;
    border-radius: 0;
    text-align: center;
}

/* Responsive */
@media(max-width: 1060px) {
    .woocommerce .composite_form .composite_component.active_content .component_content .component_data {
        padding: 28px 20px;
    }

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

    #inline-1 {
        text-align: left;
    }

    #inline-1 .saved-presc {
        padding: 0;
    }

    #inline-1 .switch-presc {
        margin: 0;
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 10px 20px;
    }

    #inline-1 .saved-presc h3 {
        text-align: left;
    }

    #inline-1 .switch-presc {
        float: none;
        margin: 0 0 20px;
    }
}
@media screen and (min-width:920px){
    .woocommerce .composite_form .component_option_thumbnail .title span.lens-discount {
        margin-left: 40px;
    }
}
@media (max-width: 1024px) {
    .composite_form .composite_pagination ul li .element_inner{
        background: #212121;
    }
    .woocommerce .composite_form .composite_pagination, .woocommerce .composite_form .custom-back {
        left: 0;
        right: 0;
        top: -52px;
    }
}
@media(max-width: 1023px) {

    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-upload-prescription,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-save-prescription,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-pupillary-distance-pd,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-who-is-the-prescription-for,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-first-name,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-last-name {
        width: 35.5%;
    }

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

@media screen and (min-width:769px){
    .woocommerce .composite_form .custom-back {
        position: relative;
    }
}

@media(max-width: 990px) {
    .variation-img {
        position: relative;
        left: 0;
        margin: 0;
    }
    ul.variable-items-wrapper.button-variable-wrapper.custom-ul{
        flex-direction: column;
        width: 100%;
    }
    .variable-items-wrapper.custom-ul li.variable-item.button-variable-item.level-3 {
        width: 90% !important;
        display: flex;
        justify-content: flex-start;
        margin: 0 auto 15px auto;
    }
    .variable-items-wrapper.custom-ul li.variable-item.button-variable-item.level-3 span.color-img {
        margin: 0 20px 0 0;
    }
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .variable-item-contents {
        text-align: center;
    }
    .component_data table.variations tr.attribute_options:nth-child(1) ul.variable-items-wrapper li .vari-price {
        position: relative;
        text-align: center;
    }
    #component_1584107436_inner .wc-pao-addon-1584107436-0 .form-row {
        flex-direction: column;
    }
    .woocommerce .composite_form .component_wrap .wc-pao-addon-container .wc-pao-addon-image-swatch {
        width: 100%;
    display: flex;
    padding: 17px 13px;
    justify-content: start;
    }
    .woocommerce .composite_form .component_wrap .wc-pao-addon-container .wc-pao-addon-image-swatch img {
        margin: 0 30px 0 0;
    }
    .woocommerce .composite_form .composite_pagination ul li {
        padding: 0 10px;
    }
    .woocommerce .composite_form .composite_pagination {
        top: -60px;
        position: relative;
    }
    .composite_form .composite_pagination ul li .element_inner {
        background: #212121;
    }
    .woocommerce .composite_form {
        text-align: center;
    }

    .woocommerce .composite_form .custom-back {
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }
.woocommerce .composite_form .component_option_thumbnail .image {
    position: relative;
    margin: 0 !important;
    /*text-align: center;*/
    left: 0;
}
.variations_frame_form h3 {
    margin-bottom: 30px;
}
    .woocommerce .composite_form .component_description p {
        font-size: 20px;
        text-align: center;
    }

    .woocommerce .composite_form ul.component_option_thumbnails_container {
        max-width: 500px;
        margin: 0 auto;
    }
    .woocommerce .composite_form ul.component_option_thumbnails_container .component_option_thumbnail {
        padding: 20px 30px;
    }
    .woocommerce .composite_form ul.component_option_thumbnails_container li.component_option_thumbnail_container {
        width: 100% !important;
        display: block;
        margin: 0 0 18px;
        padding: 0;
        text-align: center;
    }
.woocommerce .composite_form .component_option_thumbnail .thumbnail_description .price {
    text-align: center !important;
}
.woocommerce div.product form.cart, .woocommerce-page div.product form.cart {
    margin-top: 0;
}
.variations_frame_form .product-image {
    margin-bottom: 50px;
}
    .woocommerce .composite_form .composite_component .component_content .bundled_products {
        overflow: hidden;
    }

    .woocommerce .composite_form .composite_component .component_content .bundled_products li:first-child {
        width: 57%
    }

    .woocommerce .composite_form .composite_component .component_content .bundled_products li {
        float: left !important;
        width: 43%;
    }

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

    .woocommerce .composite_form .composite_component .component_content .bundled_products .product_title {
        float: none;
        width: 100%;
        max-width: inherit;
        padding: 0 0 10px;
        text-align: center;
    }

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

    .woocommerce .composite_form .composite_component .component_content .bundled_products .wc-pao-addon-container label {
        float: left;
        width: 45px;
        text-align: left;
        padding: 18px 0 0;
    }

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

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

    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-space-and-border {
        padding: 15px 0 0;
        margin: 0 0 20px;
    }

    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-upload-prescription,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-save-prescription,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-pupillary-distance-pd,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-who-is-the-prescription-for {
        width: 100% !important;
        float: none;
        max-width: inherit;
        padding: 0 0 10px;
    }

    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-save-prescription {
        clear: both;
    }

    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-first-name,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-last-name {
        width: 50%;
        float: left;
        padding: 0 4px 20px;
    }

    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd {
        float: none;
        width: 60%;
        max-width: inherit;
        margin: 0 auto;
    }

    .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: 50%;
        float: left;
        max-width: inherit;
        margin: 0 0 10px;
    }

    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-measure-my-pd {
        float: none;
        margin: 10px auto;
        clear: both;
        padding: 0;
    }
/*.woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-container {*/
/*    margin: 0 !important;*/
/*}*/
    .woocommerce #component_1584107435_inner .component_content .bundle_data .wc-pao-addon.wc-pao-addon-date-of-prescription, .woocommerce .composite_form #component_1584107435_inner .bundle_data .wc-pao-addon.wc-pao-addon-date-of-birth {
        display: 100%;
    }
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox {
        margin: 12px 0 20px;
        padding: 0 0 20px;
    }

    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-my-pupillary-distance-pd-is-listed-on-my-prescription {
        float: none;
        padding: 0;
        margin: 20px 0 0;
    }

    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-pd-checkbox label {
        margin: 0 auto;
        text-align: left;
    max-width: 183px;
    }

    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-save-your-prescription-for-future-use,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-date-of-prescription {
        margin: 0 0 20px;
    }

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

    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-date-of-prescription {
        width: 40%;
    }

    .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, .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-optica-deluxe-store {
        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 .component_content .bundle_data .wc-pao-addon.wc-pao-addon-confirm {
        float: left;
        width: 100%;
        margin: 30px 0 0;
    }

    .woocommerce .composite_form .composite_component.active_content .component_content .component_data.swatches-addon .wc-pao-addons-container {
        margin: 0 0 10px;
    }

    #inline-1 .js-table-responsive .pres-values {
        float: none;
        width: auto;
    }

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

@media(max-width: 768px) {
    .woocommerce .composite_form .composite_pagination, .woocommerce .composite_form .custom-back {
        position: static;
        margin: 0 0 20px;
        display: block !important;
    }
    .woocommerce .composite_form .composite_component.active_content .component_content .component_data {
        padding: 0;
    }
    .composite_form.small_width .composite_navigation.top {
        display: none !important;
    }

    .woocommerce .composite_form .composite_pagination ul {
        padding: 6px 0;
    }

    .woocommerce .composite_form .composite_pagination ul li {
        height: 30px;
        line-height: 30px;
    }

    .woocommerce .composite_pagination .element_index {
        width: 16px;
        height: 16px;
    }

    .woocommerce .composite_pagination .element_link {
        font-size: 12px;
    }

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

    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addons-container {
        max-width: inherit;
    }

    /*.woocommerce .composite_form .custom-back {*/
    /*    margin: 0 0 15px !important;*/
    /*}*/

    .woocommerce .composite_form .component_option_thumbnail .image {
        width: 100%;
        position: relative;
        margin: auto;
        text-align: center;
    }

    #inline-1,
    #inline-1 {
        text-align: center;
    }

    #inline-1 .switch-presc {
        position: static;
        float: none;
        margin: 0 0 14px;
    }

    #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;
    }
    
    .woocommerce .composite_form .composite_component .component_content .component_data .component_wrap {
        top: 1092px !important;
    }
    
}

@media (max-width:990px){
    .woocommerce .composite_form .component_option_thumbnail .thumbnail_description ul.lens-points {
        text-align: left;
    }
}

@media(max-width: 480px) {

    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-first-name,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon-last-name {
        float: none;
        width: 99%;
        padding: 0 0 10px;
    }

    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-date-of-prescription,
    .woocommerce .composite_form .composite_component .component_content .bundle_data .wc-pao-addon.wc-pao-addon-save-your-prescription-for-future-use {
        float: none;
        width: 100%;
        padding: 0 0 10px;
        margin: 0;
    }

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

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

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

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

    .component_data table.variations tr.attribute_options:nth-child(2) {
        width: 100%;
    }

    ul.variable-items-wrapper.button-variable-wrapper.custom-ul {
        margin: 5px 0 0 !important;
    }

    .woocommerce .composite_form .composite_data .composite_summary ul.summary_elements>li {
        padding: 14px;
        min-height: inherit;
    }

    .woocommerce .composite_form .composite_data .composite_summary ul.summary_elements .summary_element_title {
        float: none;
        width: auto;
    }

    .woocommerce .composite_form .composite_data .composite_summary ul.summary_elements .summary_element_selection {
        width: 80%;
        padding: 10px 0 0;
    }

    .woocommerce .composite_form .composite_price {
        padding: 14px 10px 20px;
    }

    .woocommerce .composite_form .composite_price .price:before {
        float: none;
        display: block;
        text-align: center;
        margin: 0 0 12px;
    }

    .woocommerce .composite_form .composite_price .price .amount {
        float: none;
        text-align: center;
    }

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