.rx-lenses-body {
    overflow: hidden;
    height: 100%;
}
.rx-lenses-page {
    background: #fafafa;
}
#lensesReadMoreModal p,
.lenses-read-more-wrapper p,
.rx-lenses-content p {
    margin-bottom: 5px;
}
#lensesReadMoreModal ul,
.lenses-read-more-wrapper ul,
.rx-lenses-content ul {
    list-style: disc;
    margin-bottom: 5px;
}
#lensesReadMoreModal ul li,
.lenses-read-more-wrapper ul li,
.rx-lenses-content ul li {
    margin-left: 15px;
}
.lifecycle-tab {
    float: left;
    display: block;
    text-align: center;
    position: relative;
    padding-top: 17px;
    margin-top: 15px;
    color: #6d6e71;
    cursor: pointer;
}
.lifecycle-tab.current {
    color: black;
}
.lifecycle-tab:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #d0d0d0;
}
.lifecycle-tab.current:before {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #222;
}
.lifecycle-tab.current:after {
    content: '';
    background: #222;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 8px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.lifecycle-tab.passed:before {
    width: 16px;
    height: 16px;
    background: none;
    background-image: url(/images/lens/lens-step-checked-2.png);
}
.lifecycle-tab.passed span {
    color: #009300;
}
.rx-lenses-lifecycle {
    position: relative;
}
.rx-lenses-lifecycle:before {
    position: absolute;
    top: 23px;
    left:0;
    height: 2px;
    background: #d0d0d0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 100%;
}
.lifecycle-tab.first-tab {
    background: -moz-linear-gradient(360deg, #fff 0%, #fff 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(50%, #fff), color-stop(51%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(360deg, #fff 0%, #fff 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(360deg, #fff 0%, #fff 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(360deg, #fff 0%, #fff 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, #fff 0%, #fff 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}
.lifecycle-tab:last-child {
    background: -moz-linear-gradient(360deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, #fff 50%, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(49%, rgba(255,255,255,0)), color-stop(50%, #fff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(360deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, #fff 50%, #fff 100%);
    background: -o-linear-gradient(360deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, #fff 50%, #fff 100%);
    background: -ms-linear-gradient(360deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, #fff 50%, #fff 100%);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, #fff 50%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}
.rx-lenses-header .close-rx-page-btn {
    margin-top: 10px;
}
.active-page {
    z-index: 100;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
}
.rx-content-padding {
    padding: 10px 10px 10px 25px;
}
.rx-lenses-header {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #d0d0d0;
    background: white;
    position: sticky;
    top: 0;
}
.tab-7 {
    width: 14.285%;
}
.tab-6 {
    width: 16.6%;
}

#awsImageModal .aws-lens-image-container,
.rx-lenses-page .aws-lens-image-container {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 50px;
    position: relative;
}
.rx-lenses-page .lens-coating-tab .aws-lens-image-container,
#awsImageModal .aws-lens-image-container {
    -ms-flex-align: center;
    align-items: center;
}
.rx-lenses-page .lens-coating-tab .aws-lens-image-container {
    height: 120px;
}
.rx-lenses-page .rx-lenses-image .aws-lens-image-container {
    max-width: 1140px;
    flex: 1;
    min-height: 0;
    width: 100%;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.rx-lenses-page .aws-lens-image {
    max-height: 100%;
}
#awsImageModal .aws-lens-image.indoor,
.rx-lenses-page .aws-lens-image.indoor {
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    height: auto;
    transform: translateX(-50%);
}
.rx-lenses-page .rx-lenses-image .aws-lens-image.indoor,
#awsImageModal .aws-lens-image.indoor {
    animation: transitionCycle 6s infinite;
    animation-delay: 1s;
}

@keyframes transitionCycle {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.lens-brand-tab .lens-brand-image {
    float: left;
    display: block;
    width: 20%;
    min-height: 50px;
    margin-right: 2%;
}
.lens-brand-tab .lens-brand-text {
    float: left;
    display: block;
    width: 78%;
}
.lens-brand-tab .lens-brand-title {
    font-weight: bold;
}
.lens-brand-tab .lens-brand-subtitle {
    color: #6d6e71;
}
.lens-brand-tab .lens-brand-description {
    color: #6d6e71;
}
.lens-brand-tab .lens-brand-item {
    margin-bottom: 15px;
    border: 1px solid #d0d0d0;
    background-color: white;
    width: 100%;
    float: left;
    display: block;
    padding: 15px;
    cursor: pointer;
    border-radius: 6px;
}
.lens-brand-tab .lens-brand-item:hover {
    border-color: #000000;
    box-shadow: -1px 0 20px 5px rgba(0,0,0,0.1);
}
.lens-brand-tab .lens-brand-item.current {
    border-color: #000000;
    box-shadow: -1px 0 20px 5px rgba(0,0,0,0.1);
}

.lens-type-tab .lens-type-image {
    flex: 0 0 20%;
    max-width: 20%;
    min-height: 50px;
    margin-right: 2%;
}
.lens-type-tab .lens-type-text {
    flex: 0 0 78%;
    max-width: 78%;
}
.lens-type-tab .lens-type-padding {
    padding: 10px;
}
.lens-type-tab .lens-type-title {
    font-weight: bold;
}
.lens-type-tab .lens-type-description {
    color: #6d6e71;
}
.lens-type-tab .lens-type-item {
    margin-bottom: 10px;
    border: 1px solid #d0d0d0;
    background-color: white;
    width: 100%;
    cursor: pointer;
    border-radius: 6px;
}
.lens-type-tab .lens-type-item:hover {
    border-color: #000000;
    box-shadow: -1px 0 20px 5px rgba(0,0,0,0.1);
}
.lens-type-tab .lens-type-item.current {
    border-color: #000000;
    box-shadow: -1px 0 20px 5px rgba(0,0,0,0.1);
}

.prescription-methods {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 15px;
}
.prescription-btn {
    width: 30%;
    display: block;
    float: left;
}
.prescription-btn div {
    color: #9c27b0;
    display: block;
    text-decoration: none;
    position: relative;
    background: #f8f8f8;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    height: 60px;
    padding: 15px 10px;
    line-height: 30px;
    font-size: 18px;
    cursor: pointer;
    border: 2px solid #bcbcbc;
}
.prescription-btn.current > div {
    background: #9c27b0;
    border-color: #9c27b0;
    color: #fff;
}

.prescription-btn-online, .prescription-btn-upload {
    margin-right: 5%;
}

.prescription-content > div {
    display: none;
}
.prescription-content {
    width: 100%;
}
.prescription-content > div.current {
    display: block;
}
.pc-header {
    background-color: #e0eaf8;
    padding: 10px;
    color: #6d6e71;
    font-weight: bold;
}
.pc-wrapper {
    border: 1px solid #ddd;
}
.pc-body {
    padding: 10px;
    color: #6d6e71;
}
.prescription-content {
    float: left;
}
.prescription-content-online table {
    border: 1px solid #ddd;
    width: 100%;
}
.prescription-content-online table td {
    background-color: white;
    border: 1px solid #ddd;
    text-align: center;
}
.prescription-content-online table td.td-head {
    background-color: #e0eaf8;
}
/*.pc-note {*/
/*    padding: 8px;*/
/*}*/
.prescription-content-online select {
    width: 80px;
}

/*#pd-single, #pd-near {*/
    /*width: 90px;*/
/*}*/

.lens-material-title h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.lens-material-title h5 {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.lens-material-title img {
    margin-bottom: 15px;
}
.lens-material-padding {
    padding: 8px;
    position: relative;
    height: 100%;
}
.lens-material-item {
    border: 1px solid #ddd;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.lens-material-item:hover {
    border-color: #000000;
    box-shadow: -1px 0 20px 5px rgba(0,0,0,0.1);
}
.lens-material-item.current {
    border-color: #000000;
    box-shadow: -1px 0 20px 5px rgba(0,0,0,0.1);
}
.lens-material-item ul li:before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background: url(/images/lens/check-3.png) 0 0 no-repeat;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 3px;
}
.lens-material-price {
    font-size: 18px;
    font-weight: bold;
}
.lens-material-description p {
    font-size: 15px;
}
.lens-material-description li {
    font-size: 15px;
    font-weight: bold;
    position: relative;
    padding-left: 25px;
}

.lens-materialGroup-menu {
    background-color: white;
    padding: 10px;
    width: 100%;
    float: right;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.lens-materialGroup-menu-restricted {
    cursor: initial;
}
.lens-materialGroup-menu-restricted:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#000000 4%, #000000 1%, #000000 95%, #000000 97%);
    opacity: 0.235;
    pointer-events: none;
    z-index: 2;
}
.lens-materialGroup-menu:not(.current) {
    border-radius: 6px;
}
.lens-materialGroup-menu.mg-disabled {
    background-color: #aaa;
    opacity: 0.5;
}

.lens-materialGroup-left img {
    max-width: 150px;
}

.lens-materialGroup-title {
    font-size: 14px;
    font-weight: bold;
}
.lens-materialGroup-menu.current {
    /*margin-right: -15px;*/
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-color: #000000;
    border-right: 4px solid #000000;
    box-shadow: -1px 0 20px 5px rgba(0,0,0,0.1);
}
.lens-materialGroup-menu:not(.current):not(.lens-materialGroup-menu-restricted):hover {
    border-color: #000000;
    box-shadow: -1px 0 20px 5px rgba(0,0,0,0.1);
}
/*.lens-materialGroup-menu.current:hover {*/
/*    border-right: none;*/
/*}*/

.lens-coating-menu {
    background-color: white;
    padding: 10px;
    width: 100%;
    float: right;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.lens-coating-menu:not(.current) {
    border-radius: 6px;
}

.lens-coating-left img {
    max-width: 150px;
}

.lens-coating-title {
    font-size: 14px;
    font-weight: bold;
}
.lens-coating-menu.current {
    /*margin-right: -15px;*/
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-color: #000000;
    border-right: 4px solid #000000;
    box-shadow: -1px 0 20px 5px rgba(0,0,0,0.1);
}
.lens-coating-menu:not(.current):hover {
    border-color: #000000;
    box-shadow: -1px 0 20px 5px rgba(0,0,0,0.1);
}
.lens-feature-tab .row-option-recommended {
    overflow: hidden;
}
.lens-feature-tab .row-option-recommended .lens-recommendation-message,
.lens-coating-menu-recommended .lens-recommendation-message,
.lens-subcoating-item-recommended .lens-recommendation-message,
.lens-material-item-recommended .lens-recommendation-message,
.lens-materialBrand-item-recommended .lens-recommendation-message,
.lens-materialGroup-menu-recommended .lens-recommendation-message {
    position: absolute;
    background: #e7edf5;
    border-radius: 6px;
    font-size: 13px;
    font-weight: bold;
    top: -1px;
    z-index: 1;
}
.lens-feature-tab .row-option-recommended .lens-recommendation-message,
.lens-subcoating-item-recommended .lens-recommendation-message,
.lens-material-item-recommended .lens-recommendation-message,
.lens-materialBrand-item-recommended .lens-recommendation-message {
    left: -1px;
}
.lens-coating-menu-recommended .lens-recommendation-message,
.lens-materialGroup-menu-recommended .lens-recommendation-message {
    right: -1px;
}
.lens-coating-menu-recommended,
.lens-materialGroup-menu-recommended,
.lens-subcoating-item-recommended,
.lens-materialBrand-item-recommended,
.lens-material-item-recommended {
    padding-top: 30px;
}

/*.lens-coating-menu.current:hover {*/
/*    border-right: none;*/
/*}*/

.lensBackButton {
    float: left;
    margin-top: 10px;
}
.rx-lenses-content-wrapper {
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 70px);
}

.rx-lenses-page .rx-lenses-content-wrapper .rx-lenses-image {
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    flex: 0 0 40%;
}

.rx-lenses-page .rx-lenses-content-wrapper .rx-lenses-image img {
    max-width: 80%;
    max-height: 100%;
}

.rx-lenses-page .rx-lenses-content-wrapper .rx-lenses-image-overlay:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9B9B9B;
    opacity: 0.05;
    pointer-events: none;
    z-index: 2;
}

.rx-lenses-content {
    position: relative;
    padding-bottom: 40px;
    overflow-y: auto;
    overflow-x: hidden;
}
#lensesReadMoreModal h3,
.lenses-read-more-wrapper h3,
.rx-lenses-content h3 {
    text-align: center;
    font-size: 22px;
    padding-bottom: 18px;
}
#lensesReadMoreModal h3,
.lenses-read-more-wrapper h3 {
    margin-top: 29px;
}
.rx-lenses-content h3 {
    padding-top: 29px;
}

.rx-lenses-content .lens-color-content h3 {
    font-size: 16px;
}

.rx-lenses-content .lens-color-content .lens-subcolor-title-wrapper h4,
.rx-lenses-content .lens-color-content .lens-subcoating-title-wrapper h4 {
    font-size: 18px;
    background: #fff;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}

.rx-lenses-content .lens-color-content .lens-subcolor-title-wrapper,
.rx-lenses-content .lens-color-content .lens-subcoating-title-wrapper {
    position: relative;
}

.rx-lenses-content .lens-color-content .lens-subcolor-title-wrapper:after,
.rx-lenses-content .lens-color-content .lens-subcoating-title-wrapper:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #000000;
    left: 0;
    top: 50%;
}
.rx-lenses-content .btn-info {
    background-color: #000 !important;
    border-color: #000 !important;
}

.rx-lenses-content .btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.2);
}

.rx-lenses-content .btn-info:not(:disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(151, 28, 156, 0.2);
}
.rx-lenses-content .btn-info:not(:disabled):active {
    background-color: #971c9c !important;
    border-color: #971c9c !important;
}
.rx-lenses-content .btn-info:hover {
    opacity: 0.8;
}

.rx-lenses-content .btn-success,
.rx-lenses-content .current .btn-info {
    background-color: #971c9c !important;
    border-color: #971c9c !important;
}

.rx-lenses-content .btn-success:focus,
.rx-lenses-content .current .btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(151, 28, 156, 0.2);
}

.rx-lenses-content .btn-success:not(:disabled):focus:active:focus,
.rx-lenses-content .current .btn-info:not(:disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.2);
}

.rx-lenses-content .btn-success:not(:disabled):focus:active,
.rx-lenses-content .current .btn-info:not(:disabled):active {
    background-color: #000 !important;
    border-color: #000 !important;
}

.lens-materialBrand-padding,
.lens-subcoating-padding {
    padding: 8px;
    position: relative;
    height: 100%;
}
/*.lens-subcoating-border {*/
/*    border: 1px solid #ccc;*/
/*    cursor: pointer;*/
/*}*/
/*.lens-subcoating-border:hover {*/
/*    border: 1px solid black;*/
/*}*/

.lens-materialBrand-item .light-blue {
    background: #f6f6f6;
}
.lens-materialBrand-item {
    position: relative;
}

.lens-subcoating-item {
    position: relative;
}
.lens-materialBrand-item,
.lens-subcoating-item {
    border: 1px solid #ddd;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
}
.lens-materialBrand-item:hover,
.lens-subcoating-item:hover {
    border-color: #000000;
    box-shadow: -1px 0 20px 5px rgba(0,0,0,0.1);
}
.lens-materialBrand-item.current,
.lens-subcoating-item.current {
    border-color: #000000;
    box-shadow: -1px 0 20px 5px rgba(0,0,0,0.1);
}
.lens-materialBrand-title,
.lens-subcoating-title {
    text-align: center;
    font-weight: bold;
}
.lens-materialBrand-title h4,
.lens-subcoating-title h4 {
    margin-top: 3px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: bold;
}
.lens-materialBrand-title img {
    width: 100%;
    max-width: 200px;
}
.lens-subcoating-price {
    font-size: 18px;
    font-weight: bold;
}
/*.lens-subcoating-image img {*/
/*    max-height: 105px;*/
/*}*/

.lens-color-padding,
.lens-subcolor-padding {
    padding: 8px;
    position: relative;
    height: 100%;
}
.lens-color-border,
.lens-subcolor-border {
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 6px;
}
.lens-color-border:hover,
.lens-subcolor-border:hover {
    border-color: #000000;
    box-shadow: -1px 0 20px 5px rgba(0,0,0,0.1);
}
.lens-color-item.current .lens-color-border,
.lens-subcolor-item.current .lens-subcolor-border {
    border-color: #000000;
    box-shadow: -1px 0 20px 5px rgba(0,0,0,0.1);
}
.lens-color-title,
.lens-subcolor-title {
    text-align: center;
    font-weight: bold;
}
.lens-subcolor-price,
.lens-color-price {
    text-align: center;
    background-color: #eee;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-weight: bold;
}
.lens-color-image,
.lens-subcolor-image {
    text-align: center;
}
.lens-color-image img,
.lens-subcolor-image img {
    max-height: 200px;
}
.lens-color-item,
.lens-subcolor-item {
    margin-bottom: 20px;
}
.lens-color-wrapper,
.lens-subcolor-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.lens-color-wrapper br,
.lens-subcolor-wrapper br {
    border-bottom: 1px solid #ccc;
}

/* OLD Features Table*/
/*.lens-feature-tab tr.odd {*/
/*    background-color: #e0eaf8;*/
/*}*/
/*.lens-feature-tab tr.even {*/
/*    background-color: white;*/
/*}*/
/*.lens-feature-tab tr.option-head td {*/
/*    font-weight: bold;*/
/*    color: #002496;*/
/*}*/
/*.lens-feature-tab .featuresContinueBtn {*/
/*    margin-top: 15px;*/
/*    float: right;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.lens-feature-tab .option-x-price {*/
/*    font-weight: bold;*/
/*    white-space: nowrap;*/
/*}*/
/*.lens-feature-tab .tr-disabled {*/
/*    background-color: #eee !important;*/
/*}*/
/*.lens-feature-tab .tr-disabled .option-title {*/
/*    color: #aaa;*/
/*}*/
/*.lens-feature-tab .tr-disabled .adv-checked {*/
/*    background-color: #eee;*/
/*    opacity: 0.2;*/
/*}*/
/*.lens-feature-tab .tr-disabled .selectOptionBtn {*/
/*    background-color: #aaa;*/
/*}*/
/*.lens-feature-tab .tr-disabled .selectOptionBtn:hover {*/
/*    background-color: #aaa;*/
/*}*/
/*.lens-feature-tab .selectOptionBtn.selected {*/
/*    color: #fff;*/
/*    background-color: #28a745;*/
/*    border-color: #28a745;*/
/*}*/
/*.lens-feature-tab .td-adv-check {*/
/*    text-align: center;*/
/*    border-left: 1px solid #ababab;*/
/*}*/
/*.lens-feature-tab .td-adv-title {*/
/*    border-left: 1px solid #ababab;*/
/*}*/
/*.lens-feature-tab .td-price {*/
/*    border-left: 1px solid #ababab;*/
/*}*/
/*.lens-feature-tab .td-adv-title img {*/
/*    width: 85px;*/
/*}*/
/*.lens-feature-tab .option-title {*/
/*    position: relative;*/
/*    padding-right: 62px;*/
/*}*/
/*.lens-feature-tab .lens-option-video-link {*/
/*    right: 33px;*/
/*    position: absolute;*/
/*    cursor: pointer;*/
/*    top: 11px;*/
/*}*/
/*.lens-feature-tab .option-details {*/
/*    right: 4px;*/
/*    position: absolute;*/
/*    border-bottom: none;*/
/*    padding: 5px 8px;*/
/*    background-color: #ccc;*/
/*    color: white;*/
/*    font-size: 16px;*/
/*    font-weight: bold;*/
/*    top: 11px;*/
/*    border-radius: 12px;*/
/*    cursor: pointer;*/
/*}*/
/* END - old features table */

/*NEW - features*/
.lens-feature-tab div.odd {
    background-color: #e0eaf8;
}
.lens-feature-tab div.even {
    background-color: white;
}
.lens-feature-tab div.option-head > div {
    font-weight: bold;
    color: #002496;
}
.lens-feature-tab .featuresContinueBtn {
    margin-top: 15px;
    float: right;
    margin-bottom: 20px;
}
.lens-feature-tab .option-x-price {
    font-weight: bold;
    white-space: nowrap;
    height: 100%;
}
.lens-feature-tab .tr-disabled {
    background-color: #f6f6f6 !important;
}
.lens-feature-tab .tr-disabled .option-title {
    color: #aaa;
}
.lens-feature-tab .tr-disabled .adv-checked {
    background-color: #eee;
    opacity: 0.2;
}
.lens-feature-tab .tr-disabled .selectOptionBtn {
    opacity: 0.6;
}
.lens-feature-tab .tr-disabled .selectOptionBtn:hover {
    opacity: 1;
}
.lens-feature-tab .selectOptionBtn {
    font-size: 14px;
    border-radius: 0;
}
.lens-feature-tab .selectOptionBtn.selected {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.lens-feature-tab .td-adv-check {
    text-align: center;
    border-left: 1px solid #ababab;
}
.lens-feature-tab .td-adv-title {
    border-left: 1px solid #ababab;
}
.lens-feature-tab .td-price {
    border-left: 1px solid #ababab;
}
.lens-feature-tab .td-adv-title img {
    width: 85px;
}
.lens-feature-tab .option-title {
    position: relative;
    align-self: center;
    text-align: center;
}
.lens-feature-tab .lens-option-video-link {
    right: 33px;
    position: absolute;
    cursor: pointer;
    top: 6px;
}

.lens-feature-tab .option-advantage-title.advantage-with-description {
    cursor: pointer;
}

.lens-feature-tab .option-details {
    right: 4px;
    position: absolute;
    border: 1px solid #ccc;
    color: #ccc;
    font-size: 16px;
    font-weight: bold;
    top: 6px;
    border-radius: 13px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.lens-feature-tab .question-mark {
    display: none;
    right: 4px;
    position: absolute;
    background-color: #ccc;
    color: white;
    font-weight: bold;
    top: 6px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
    width: 20px;
    text-align: center;
}
.lens-feature-tab .question-mark:after {
    content: 'i';
}

.lens-feature-tab div.row {
    margin-right: -5px;
    margin-left: -5px;
}
.lens-feature-tab .option-table div.row > div {
    padding: 10px 5px;
}
.lens-feature-tab .option-table div.row.row-option-recommended > div.option-title {
    padding: 30px 5px 10px 5px;
}
.lens-feature-tab .option-table div.row > div.td-price {
    padding-bottom: 0;
}
/*END - new features table*/

.lensBackHeadBtn {
    float: right;
    margin-top: 10px;
}

.lens-summary-features li {
    list-style-type: circle;
    margin-left: 30px;
}
.lens-summary-group .lens-label {
    float: left;
    margin-right: 4px;
}
.lens-summary-group .lens-value {
    font-weight: 600;
}
.prescription-summary {
    margin-bottom: 40px;
}

.lens-price-wrapper {
    margin-bottom: 20px;
    float: right;
    display: block;
    margin-top: 15px;
    padding: 5px;
    font-size: 16px;
}
.lens-price-wrapper span {
    font-weight: 600;
}
.lens-loading {
    background-color: black;
    position: absolute;
    inset: 0;
    opacity: 0.7;
    text-align: center;
    z-index: 2;
}
.hidden {
    display: none;
}

.lens-price-wrapper > div > div.lens-price-label {
    min-width: 105px;
    display: block;
    text-align: left;
}
.lens-price-wrapper > div > div.lens-price-value {
    width: 100px;
    display: block;
    text-align: left;
}

.lens-material-description ul {
    list-style: none;
}
.lens-color-select,
.lens-subcolor-select {
    text-align: center;
}
.rx-lenses-page .btn {
    padding: 0.375rem 0.75rem !important;
    margin-bottom: 0;
}
.rx-lenses-page .selectOptionBtn.btn {
    padding: 0.45rem 2.2rem !important;
}
.lens-prescription-padding {
    padding: 8px;
    position: relative;
    height: 100%;
}
.lens-prescription-item {
    border: 1px solid #ddd;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 6px;
}
.lens-prescription-item:hover {
    border-color: #000000;
    box-shadow: -1px 0 20px 5px rgba(0,0,0,0.1);
}
.lens-prescription-title {
    text-align: center;
}
#lens-prescription-error {
    margin-bottom: 15px;
    color: rgb(200, 35, 51);
}
.prescription-email-label {
    width: 120px;
    display: block;
    float: left;
}
.lens-notes {
    margin-bottom: 10px;
    width: 100%;
    display: block;
    float: left;
}

.prescription-content .dropdown-menu {
    max-height: 400px;
    overflow: hidden scroll;
    min-width: 300px;
}

.lens-dropdown-btn {
    overflow-x: hidden;
}
.lens-dropdown-btn.dropdown-toggle::after {
    position: absolute;
    right: 5px;
    top: 16px;
}
.lens-dropdown-btn.dropdown-toggle:disabled::after {
    display: none;
}
.lens-dropdown-btn.btn-outline-secondary {
    color: #495057 !important;
    background-color: white !important;
    border-color: #ced4da !important;
    cursor: default;
}
.lens-dropdown-btn.btn-outline-secondary:hover {
    color: #495057 !important;
    background-color: white !important;
    border-color: #ced4da !important;
}
.show > .lens-dropdown-btn.btn-outline-secondary.dropdown-toggle {
    color: #495057 !important;
    background-color: white !important;
    border-color: #ced4da !important;
}
.lens-dropdown-btn.btn-outline-secondary:disabled {
    background-color: #e9ecef !important;
    opacity: 1;
    border: 1px solid #ddd;
    color: #999 !important;
}
.prescription-content .dropdown .dropdown-item:hover,
.prescription-content .dropdown .dropdown-item:focus {
    background-color: #007bff;
    color: white;
}
.lens-dropdown-btn.btn-outline-secondary:focus, .lens-dropdown-btn.btn-outline-secondary.focus,
.show > .lens-dropdown-btn.btn-outline-secondary.dropdown-toggle:focus {
    border-color: #80bdff !important;
    box-shadow: 0 0 0 0.2rem #80bdff !important;
}

.lens-dropdown-btn.btn-outline-secondary.contact-lens-value-error {
    border: 1px solid red !important;
}

.rx-lenses-page .lens-video-link {
    cursor: pointer;
    max-width: 175px;
}

.rx-lenses-page .lenses-note-item {
    border: 1px solid #D9D9D9;
    margin: 0 0 10px;
    padding: 0 25px;
}

.rx-lenses-page .lenses-note-title {
    line-height: 58px;
    cursor: pointer;
    position: relative;
    display: block;
}

.rx-lenses-page .lenses-note-title > span:after {
    content: "\00a0";
}

.rx-lenses-page .lenses-note-title .collapsible {
    position: absolute;
    font-size: 25px;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%) rotateX(0deg);
    -ms-transform: translateY(-50%) rotateX(0deg);
    -webkit-transform: translateY(-50%) rotateX(0deg);
    transform: translateY(-50%) rotateX(0deg);
    -moz-transition: -moz-transform .2s linear;
    -o-transition: -o-transform .2s linear;
    -webkit-transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    padding-left: 0;
}

.rx-lenses-page .lenses-note-title .collapsible:after {
    content: "+";
}
.rx-lenses-page .lenses-note-title[aria-expanded='true'] .collapsible:after {
    content: "\2212";
}

@media (max-width: 575.98px) {
    .lens-type-tab .lens-type-image {
        text-align: center;
        flex: 0 0 100%;
        max-width: 100%;
        background-color: #eee;
        margin-right: 0;
    }
    .lens-type-tab .lens-type-text {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #lensesReadMoreModal h3,
    .lenses-read-more-wrapper h3,
    .rx-lenses-content h3 {
        text-align: center;
        font-size: 16px;
        padding-bottom: 12px;
    }
    #lensesReadMoreModal h3,
    .lenses-read-more-wrapper h3 {
        margin-top: 16px;
    }
    .rx-lenses-content h3 {
        padding-top: 16px;
    }
    .prescription-btn div {
        line-height: 16px;
        font-size: 13px;
        padding: 5px 5px;
    }
    .uploadPrescriptionBtn {
        margin-top: 10px;
    }
    .prescription-content-online select {
        width: 50px;
    }
    #selectAnotherLensMaterialGroupBtn {
        margin-bottom: 10px;
        display: block;
    }
    .border-xs-0 {
        border: none !important;
    }
    .adv-img {
        padding: 4px 40px 4px 35px;
        line-height: 15px;
        text-align: left;
    }
    .adv-checked {
        position: absolute;
        top: -4px;
        left: 10px;
    }
    .td-adv-not-checked {
        display: none;
    }
    .lens-feature-tab .option-title {
        font-size: 14px;
        font-weight: bold;
    }
    .lens-feature-tab .row-option {
        border: 1px solid #ddd;
        margin-bottom: 12px;
        border-radius: 6px;
    }
    .lens-feature-tab .row-option:hover {
        border-color: #000000;
        box-shadow: -1px 0 20px 5px rgba(0,0,0,0.1);
    }
    .lens-feature-tab .row-option.odd {
        background-color: white;
    }
    .lens-feature-tab .row-option.even {
        background-color: white;
    }
    .rx-lenses-page .lensBackButton {
        float: left;
    }
    #selectAnotherLensCoatingBtn {
        margin-bottom: 10px;
        display: block;
    }
    .row-option .includedOptionBtn {
        float: right;
    }
    .row-option .selectOptionBtn {
        float: right;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .lens-type-tab .lens-type-image {
        text-align: center;
        flex: 0 0 100%;
        max-width: 100%;
        background-color: #eee;
        margin-right: 0;
    }
    .lens-type-tab .lens-type-text {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #lensesReadMoreModal h3,
    .lenses-read-more-wrapper h3,
    .rx-lenses-content h3 {
        text-align: center;
        font-size: 18px;
        padding-bottom: 14px;
    }
    #lensesReadMoreModal h3,
    .lenses-read-more-wrapper h3 {
        margin-top: 18px;
    }
    .rx-lenses-content h3 {
        padding-top: 18px;
    }

    .prescription-btn div {
        line-height: 18px;
        font-size: 14px;
        padding: 10px 10px;
    }
    .uploadPrescriptionBtn {
        margin-top: 10px;
    }

    #selectAnotherLensMaterialGroupBtn {
        margin-bottom: 10px;
        display: block;
    }

    .border-sm-0 {
        border: none !important;
    }
    .adv-img {
        padding: 4px 40px 4px 35px;
        line-height: 15px;
        text-align: left;
    }
    .adv-checked {
        position: absolute;
        top: -4px;
        left: 10px;
    }
    .td-adv-not-checked {
        display: none;
    }
    .lens-feature-tab .option-title {
        font-size: 14px;
        font-weight: bold;
    }
    .lens-feature-tab .row-option {
        border: 1px solid #ddd;
        margin-bottom: 12px;
        border-radius: 6px;
    }
    .lens-feature-tab .row-option:hover {
        border-color: #000000;
        box-shadow: -1px 0 20px 5px rgba(0,0,0,0.1);
    }
    .lens-feature-tab .row-option.odd {
        background-color: white;
    }
    .lens-feature-tab .row-option.even {
        background-color: white;
    }
    #selectAnotherLensCoatingBtn {
        margin-bottom: 10px;
        display: block;
    }
    .row-option .includedOptionBtn {
        float: right;
    }
    .row-option .selectOptionBtn {
        float: right;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #selectAnotherLensCoatingBtn {
        margin-bottom: 10px;
        display: block;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {
    .rx-lenses-page:not([data-tab="lens-summary-tab"]) .rx-lenses-content-wrapper .rx-lenses-image {
        display: -ms-flexbox;
        display: flex;
    }
    .rx-lenses-page:not([data-tab="lens-summary-tab"]) .rx-lenses-content-wrapper .rx-lenses-type-column {
        -ms-flex-order: 1;
        order: 1;
    }
    .rx-lenses-page:not([data-tab="lens-summary-tab"]) .rx-lenses-content-wrapper .rx-lenses-content-column {
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 1920px) {
    .rx-lenses-page .rx-lenses-content-wrapper .rx-lenses-image {
        flex: 0 0 40%;
    }
}

@media (min-width: 2280px) {
    .rx-lenses-page:not([data-tab="lens-summary-tab"]) .rx-lenses-image {
        padding-left: calc(50vw - 1140px);
    }
    .rx-lenses-page:not([data-tab="lens-summary-tab"]) .rx-lenses-content {
        padding-right: calc(50vw - 1140px);
    }
}

.prescription-variant {
    background-color: #d4e6ff;
}

@media (min-width: 768px) {
    .select-lens-option {
        flex: 0 0 105px;
        max-width: 105px;
        text-align: right;
    }
    .rx-lenses-page .selectOptionBtn.btn {
        width: 100%;
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

.lens-feature-tab .featuresContinueBtn {
    width: 100%;
}

.col-option {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.lens-feature-tab .option-table div.row > div.col-option {
    padding: 0;
}
.lens-summary-tab .frame-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    width: 250px;
}
.lens-summary-tab .frame-img .aws-lens-image {
    cursor: pointer;
}

.col-option {
    position: relative;
}

.lenses-read-more-wrapper {
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    background-color: #fff;
}
.lenses-read-more-wrapper {
    border-left: 0;
    opacity: 1;
    transform: translate3d(-110%, 0, 0);
    transition-duration: 224ms;
    transition-timing-function: cubic-bezier(0,0,.2,1);
    transition-property: opacity, transform, visibility;
    visibility: hidden;
    padding: 0;
    display: block;
    text-align: left;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    max-height: 100vh;
    overflow: auto;
    width: 100%;
}
.lenses-read-more-wrapper .read-more-close {
    cursor: pointer;
}
.lenses-read-more-wrapper .read-more-close {
    padding-left: 35px;
    font-size: 14px;
    line-height: 51px;
    letter-spacing: .28px;
    color: #000;
}
.lenses-read-more-wrapper .lenses-read-more-content {
    border-top: solid #ddd;
    border-width: 1px 0;
    padding: 10px;
}

.rx-lenses-content .lens-material-item .read-more-link,
.rx-lenses-content .lens-subcoating-item .read-more-link {
    box-sizing: border-box;
    align-self: flex-start;
    display: flex;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 21px;
    text-decoration: underline;
    color: #1c4da1;
    height: 40px;
    align-items: center;
    position: relative;
    padding: 0 15px;
}
.lenses-read-more-wrapper-visible {
    transform: translateZ(0);
    visibility: visible;
    display: block!important;
}

.z-index-1 {
    z-index: 1;
}

@media (min-width: 576px) {
    .lens-feature-tab .featuresContinueBtn {
        width: auto;
    }
}

@media (min-width: 768px) {
    .lens-feature-tab .option-table div.row.row-option-recommended > div.option-title {
        padding: 10px 5px;
    }
    .lens-feature-tab .question-mark {
        display: block;
    }
    .lens-feature-tab .option-title {
        padding-right: 62px !important;
        text-align: left;
    }

    .lens-feature-tab .option-table div.row > div.col-option {
        padding: 10px 5px;
    }
    .lens-feature-tab .option-table div.row > div.td-price {
        padding-bottom: 10px;
    }

    .col-option {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0 15px;
    }

    .lens-subcoating-item-recommended .lens-recommendation-message,
    .lens-material-item-recommended .lens-recommendation-message,
    .lens-materialBrand-item-recommended .lens-recommendation-message {
        right: -1px;
        left: unset;
    }
    .lens-subcoating-item-recommended,
    .lens-materialBrand-item-recommended,
    .lens-material-item-recommended {
        padding-top: 0;
    }
    .lens-subcoating-item-recommended .row > div:nth-child(2),
    .lens-materialBrand-item-recommended .row > div:nth-child(2),
    .lens-material-item-recommended .row > div:nth-child(2) {
        padding-top: 30px;
    }
}

@media (min-width: 992px) {
    .rx-lenses-content .lens-color-content h3 {
        font-size: 18px;
    }

    .rx-lenses-content .lens-color-content .lens-subcolor-title-wrapper h4 {
        font-size: 16px;
    }
    .rx-lenses-content .lens-color-content .lens-subcoating-title-wrapper h4 {
        font-size: 22px;
    }
    .lens-subcoating-item-recommended .row > div:nth-child(2),
    .lens-materialBrand-item-recommended .row > div:nth-child(2),
    .lens-material-item-recommended .row > div:nth-child(2) {
        padding-top: 0;
    }
}