/******Subscription CSS******/
.sub-disc-msg {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: opacity 0.4s ease;
    margin-top: 6px;
}
#eye-selection:has(.subscription-box input[name="subscribe"]:checked) .sub-disc-msg {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.sub-disc-msg p {
    line-height: 1.4;
}
.sub-disc-msg  a{
    display: inline-block;
    color: #1f1f1f !important;
}
.subscription-box {
    display: flex;
    align-items: start;
    justify-content: space-between;
    background: #fff;
    padding: 16px 16px 18px;
    border: 1px solid #2040BB;
    border-radius: 4px;
    margin-top: 24px;
}
.subscription-box label {
    display: flex;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    gap: 16px;
}
.subscription-box label input {
    position: relative;
    width: 24px;
    height: 24px;
    border-color: #909090 !important;
    border-radius: 2px !important;
}
.subscription-box label input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(/wp-content/plugins/opticommerce-cl/assets/img/check-mark.png) no-repeat center center / cover;
    width: 24px;
    height: 24px;
    display: block;
}
.subscription-box .offer-desc {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-left: 40px;
    max-width: 310px;
    
}
.subscription-box .offer-desc a {
    font-weight: 500;
    color: #1F1F1F;
    font-size: 16px;
    line-height: 24px;
}
span.theme-accent {
    font-weight: 500;
    color: #1D8B9C;
}
.offer-tag {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #1D8B9C;
    padding: 4px 6px;
    border-radius: 16px;
    flex: 0 0 89px;
}
/* .subscription-box {
    display: none;
}
.admin-bar .subscription-box {
    display: flex;
} */
/*************/
h1, h2, h3, h4, h5, h6 {
    font-family: 'poppins' !important;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}	
input[type=text], input[type=password], input[type=email], input[type=tel], 
input[type=date], input[type=month], input[type=week], input[type=time], 
input[type=number], input[type=search], input[type=url], textarea {
	color: #000000;
}
input:focus, textarea:focus, select:focus { 
	background: transparent; 
	border: none;
}
input:hover, textarea:hover, select:hover {
	cursor: pointer !important;
}
::-webkit-input-placeholder { /* Edge */
  color: #999999;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999999;
}

::placeholder {
  color: #999999;
}
button:active, input[type=button]:active, input[type=submit]:active, button:focus, input[type=button]:focus, input[type=submit]:focus {
	top: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    display: none;
}
.product-prescription-area {
    padding: 0;
    margin-bottom: 0;
    text-align: left;
}
.clearfix {
    clear: both;
}
.disabled-click .op-quantity-custom{pointer-events: none; opacity: 0.5;}
ul.rx-values.nonlist.clearfix {
    display: flex;
}
.custom-checkbox {
    padding-bottom: 10px;
    float: left;
}
.custom-checkbox input {
	/* display: none; */
    content: "";
    position: absolute;
    z-index: 99;
    cursor: pointer;
    top: 50%;
    left: 0;
    height: 24px;
    width: 24px;
    background: url(../img/check-mark.png) no-repeat center center / 24px !important;
    display: none;
    transform: translateY(-50%);
}
.custom-checkbox label {
    position: relative;
    padding-left: 40px;
    margin: 0;
    line-height: 24px;
	font-size: 16px;
    font-weight: 400;
    color: #333333; 
	cursor: pointer;
	float: left;
    z-index: 1;
}
.custom-checkbox label::before {
    position: absolute;
    content: "";
    left: 0;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
	background: transparent;
    border: 1px solid #ccc;
}
.custom-checkbox label::after {
    content: "";
    position: absolute;
    z-index: 99;
    cursor: pointer;
    top: 50%;
    left: 0;
    height: 24px;
    width: 24px;
    background: url(../img/check-mark.png) no-repeat center center / 24px !important;
    display: none;
    transform: translateY(-50%);
}
.custom-checkbox input[type="checkbox"]:checked + label::after {
	display: block;
}

.variations_form {
    margin: 0 !important;
}

.datepicker-container {z-index: 99999 !important;} 	

/* .woo-variation-swatches .woo-variation-raw-select, .woo-variation-swatches .woo-variation-raw-select+.select2 {
    display: block !important;
} */
.woo-variation-swatches .woo-variation-raw-select,
.woo-variation-swatches .woo-variation-raw-select+.select2 {
    display: block !important;
}

.woo-variation-swatches .woo-variation-raw-select#pa_sphere0,
.woo-variation-swatches .woo-variation-raw-select#pa_sphere1,
.woo-variation-swatches .single_val_attr.slide .woo-variation-raw-select {
    display: none !important;
}
/*First line of selector is for IE11*/
.woo-variation-swatches.woo-variation-swatches-ie11 .variable-items-wrapper,
.woo-variation-swatches .variable-items-wrapper {
    display: none !important;
}	
 .opticians-details-wrap input[type="number"]{-moz-appearance: textfield;}
/*========= Fixed Positioned CL Steps Overlay ==========*/
.product-sidebar-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
#cl-steps-wrapper {
    position: static;
    z-index: 9999;
    padding: 0;
    /* overflow: hidden; */
    margin:0;
    float: left;
    width: 100%;
}
#cl-steps-wrapper.disabled #cl-steps-wrapper-inner{ opacity: 0.25; pointer-events: none; }
.discontinued-msg {
    display: none;
}
#cl-steps-wrapper.disabled .discontinued-msg {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #202E62;
    text-align: center;
    padding: 20px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
    width: 100%;
}
#cl-steps-wrapper.disabled .discontinued-msg a {
    display: inline;
    color: #fff;
}
/* .elementor-location-single.outofstock .variations_form{
    pointer-events: none;
    opacity: 0.6;
} */
.elementor-location-single.outofstock .variations_form .btn-cart {
    color: transparent;
    font-size: 0;
    position: relative;
}
.postid-1159 .elementor-location-single.outofstock .variations_form .btn-cart::after {
    content: 'product discontinued';
    font-size: 16px;
    line-height: 24px;
    color: #fff;

}
.elementor-location-single.outofstock .variations_form .btn-cart::after {
    content: 'product out of stock';
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;


}
#cl-steps-wrapper-inner {
    max-width: 1392px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
}
#cl-options-wrapper {
    width: 100%;
    float: left;
}
.elementor-location-single.outofstock #cl-steps-wrapper-inner {
    opacity: 0.6;
    pointer-events: none;
}
/* Header */
.cl-header {
    background: #1F1F1F;
}
.cl-header-inner {
    max-width: 1392px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px 8px 16px;
}
.cl-header figure {
    margin: 0;
}
.cl-header img {
    max-width: 214px;
}

span.back_product {
    display: flex;
    align-items: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    cursor: pointer;
}

span.back_product img {
    margin-right: 8px;
}

/*========== Selected Product Sidebar ==========*/
#product-sidebar {
    width: 100%;
    max-width: 34.5%;
    float: left;
    padding: 24px 52px 48px 24px;
    background: #F6F6F6;
    position: relative;
}
#product-sidebar::before {
    content: "";
    position: absolute;
    left: -1000px;
    top: 0;
    right: 0;
    bottom: 0;
    background: #F6F6F6;
    z-index: -1;
}

.product-sidebar-inner h2 {
    font-size: 24px;
    color: #3E4193;
    font-weight: 600;
    margin: 0;
    margin-bottom: 24px;
    line-height: 1.5;
    letter-spacing: -0.8px;
}
.product-sidebar-inner figure {
    padding: 40px 0 40px;
    margin-bottom: 0;
    text-align: center;
    /*border-bottom: 1px solid #e0e0e0;*/
}
.product-sidebar-inner figure img {
    max-height: 200px;
}
/*.product-sidebar-inner figure img {*/
/*    max-width: 220px;*/
/*}*/
.product-sidebar-inner h4.pro-name {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
    margin: 24px 0 8px;
    font-family: Poppins;
}
.product-sidebar-inner ul.eye-qty {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 0.8;
    color: #4D5858;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 24px;
}
.product-sidebar-inner ul.eye-qty li {
    display: flex;
    gap: 32px;
    max-width: 240px;
    color: #2B2E31;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    justify-content: space-between;
}
.product-sidebar-inner .selected-qty.disabled {
    text-decoration: line-through;
    color: #a3a3a3;
}
.product-sidebar-inner .total-price {
    color: #1F1F1F;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: Poppins;
    pointer-events: none;
}
.product-sidebar-inner .total-price .price-total {
    float: right;
    font-size: 22px;
    color: #1F1F1F;
    font-weight: 500;
}
.product-sidebar-inner .total-price .price-total .currencySymbol {
    font-weight: 400;
}

/*========== Validation Error ===========*/
.error {
    /* float: left; */
    display: block;
    margin-bottom: 0;
    font-size: 11px;
    color: #d70b0b;
    padding: 3px 0px 0;
    border-radius: 2px;
    font-weight: 500;
}
.error.top {
    width: 100%;
    border: 1px solid #d70b0b;
    padding: 7px 15px;
    margin-bottom: 20px;
    font-size: 12px;
	background: #fff3f3; 
}	
#eye-selection .error.top {
    margin-bottom: 0;
    margin-top: 0px;
}	
.eyeerror {
	float: left;
    display: block;
    color: #d70b0b;
    border-radius: 2px;
    font-weight: 500;
	width: 100%;
    border: 1px solid #d70b0b;
    padding: 7px 15px;
    font-size: 12px;
	background: #fff3f3; 
	margin-bottom: 0;
    margin-top: 20px;
}

.fixedloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.2);
    text-align: center;
	display: none;
}
.fixedloader figure {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
}

.colour-option {
    margin-bottom: 0;
    display: block;
    flex-direction: column;
    float: left;
    width: 100%;
    background: #f8f8f8;
    padding: 0 0 30px;
}
.colour-option h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.33em;
    color: #000;
    margin: 12px 0 10px !important;
    text-transform: none;
    letter-spacing: normal;
    
   
}
.upload-wrapper .colour-option h4 {
    margin-top: 16px
}
.colour-option .lg-custom-drop .label-text {
    display: none;
}
.colour-option .lg-custom-drop.slide .label-text {
    display: block;
}
.colour-option .lg-custom-drop #pa_color {
    padding-top: 5px
}
.colour-option .lg-custom-drop.slide #pa_color {
    padding-top: 18px;
    font-size: 14px;
}
.colour-option .lg-custom-drop select {
    box-shadow: none;
}
.colour-option .lg-custom-drop {
	/* max-width: 335px;	 */
    border: none;
}
.colour-option .lg-custom-drop.single_val_attr {
	max-width: 100%;	
    border: 1px solid #ccc;
}

/*========== QTY Selection ==========*/
.qty-section {
    padding: 24px;
    background: #F8F8F8;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: none;
}
.qty-section .info-header {
    display: flex;
    align-items: top;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}
.qty-section .info-header label.qty-label {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.9;
    color: #000;
}
.qty-section .info-header .sub-discount-text {
    color: #2040BB;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}
.discount-bar.clearfix {
    padding-top: 8px;
    background: #f6f6f6;
    display: none;
}
.sub-discount-text {
        background: #f6f6f6;
        font-size: 14px;
        line-height: 20px;
        color: #12246A;
        font-weight: 500;
        position: relative;
        padding-bottom: 50px;
        /* height: 42px; */
}
.sub-discount-text span.txt-wrapper {
font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 25px;
}
.sub-discount-text span.txt-wrapper span {
    font-weight: 500;
}
.sub-discount-text::before {
    content: '';
    position: absolute;
    left: -5px;
    top: 0px;
    background: url('/wp-content/uploads/2024/07/Layer_1.png') no-repeat left center / 566px;
    max-width: 566px;
    width: 100%;
    height: 42px;
    z-index: 0;

}
.sub-discount-text::after {
content: '';
    position: absolute;
    left: 470px;
    top: 0px;
    background: url(/wp-content/uploads/2024/07/triangle.png) no-repeat right center / 18px;
    width: 18px;
    height: 42px;
    z-index: 0;
}
.sub-discount-text .txt-wrapper {
    z-index: 0;
    margin-top: 12px;
    display: block;
    position: absolute;
    left: 26px;
}
.qty-section .info-header .sub-discount-text span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding-top: 5px;
	line-height: 1.2;
}
.qty-section ul {
    display: flex;
    justify-content: start;
    gap: 16px;
    clear: both;
}
.qty-section ul li {
    width: 33.33%;
    text-align: left;
    background: #FFF;
}
.qty-section ul li a {
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
	border: 1px solid #CCC;
    height: 100%;
    border-radius: 4px;
}
.qty-section ul li:has(.disabled) {
    display: none;
}
.qty-section ul li a.disabled {
    pointer-events: none;
    opacity: 0.7;
}
.qty-section ul li a.active {
    border: 2px solid #3162A8;
}
.qty-section ul li a span {
    color: #3D3D3D;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}
/******************Change prescription**************************/
.tab-pane .switch-prescription {
    position: absolute;
    right: 24px;
    top: 24px;
    background: transparent !important;
    color: #2B2E31;
    font-size: 14px;
    line-height: 24px;
    text-transform: unset !important;
    padding: 6px 0;
    border: none !important;
    font-weight: 500 !important;
    text-decoration: underline;
}
button.switch-prescription::before {
    content: 'or';
    position: absolute;
    left: -24px;
    color: #2B2E31 !important;
}
.switch-prescription:focus,
.switch-prescription:hover {
    /* border-color: var(--e-global-color-primary) !important;
    background-color: var(--e-global-color-primary) !important;
    color: #fff !important; */
    color: #2B2E31 !important;
}
/*========== Eye Selection First Step ============*/
#eye-selection {
    padding: 10px 22px 25px;
    background: #F8F8F8;
    float: left;
    width: 100%;
    border: 1px solid #eee;
    border-top: none;
    /* display: none; */
}
#cl-steps-wrapper:has(#upload_rx.tab-pane.active) #eye-selection .custom-checkbox {
    display: block;
    margin-bottom: 6px;
}
#eye-selection .custom-checkbox {
    display: none;
}

#eye-selection .qty-label { 
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #424242;
    margin-bottom: 24px;
}
#eye-selection ul {
    margin: 0 0 6px;
    display: flex;
    gap: 24px;
    width: 100%;
    justify-content: space-between;
}
#eye-selection li {
    width: 50%;
    padding: 0;
    /*max-width: 190px;*/
}
#eye-selection li.disabled {
	opacity: 0.7;
}
#eye-selection li.disabled .box5 {
	pointer-events: none;
}
#eye-selection li.left-eye-selection .box5 {
    margin: 0 !important;
}

span.box5 {
    float: left;
    width: 100%;
    display: block;
}
span.box5 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    border: none;
    /* height: 48px; */
    background: transparent;
    border-radius: 4px;
    color: #000;
    padding-top: 16px;
    padding-bottom: 0;
    font-size: 14px;
    outline: none;
    height: 100%;
    position: relative;
    z-index: 2;
}
#cl-options-wrapper select:focus-visible {
  outline: none !important;
  box-shadow: none !important;

}
span.box5 label {
    margin: 0;
    width: 100%;
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 52px;
    padding-top: 0px;
}
span.box5 span.label-text.pa_eye-type {
    position: absolute;
    left: 14px;
    font-size: 10px;
    top: 10px;
}
span.box5 label::after {
    height: 42px;
}
span.box5 label::after {
    content: "";
    position: absolute;
    bottom: 2px;
    width: 24px;
    height: 45px;
    background: url(../img/caret.png) no-repeat center #fff;
    right: 8px;
    pointer-events: none;
    background-size: 9px;
}
.stepper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.stepper button {
    width: 43px;
    height: 43px;
    border: 1px solid #909090 !important;
    border-radius: 4px 0 0 4px !important;
    color: #666 !important;
    font-size: 0;
    padding: 0;
    background: url(../img/minus.png) no-repeat center #fff;
    background-color: #fff !important;
}
.stepper button.increase {
    border-radius: 0 4px 4px 0 !important;
	background: url(../img/plus.png) no-repeat center #fff;
}
.stepper button.disabled {
	opacity: 0.5; 
}
.stepper .q-value {
    flex: 1;
    text-align: center;
    line-height: 43px;
    border-top: 1px solid #909090;
    border-bottom: 1px solid #909090;
    height: 43px;
    background: #fff;
	font-size: 16px;
    color: #000000;
}

.qty-based-total {
    display: flex;
    align-items: start;
    justify-content: space-between;
    float: left;
    width: 100%;
    border-top: 1px solid #CCC;
    background: #F1F2F6;
    padding: 16px 24px;

    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.qty-based-total.subscription-active {
    background: #D7F7F8;
}
.qty-based-total .no-of-boxes {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}
.qty-based-total .no-of-boxes span {
    font-weight: 400;
}
.qty-based-total .total-box {
    color: #1F1F1F;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.78;
}
.qty-based-total span.single-price {
    color: #707070;
    font-size: 14px;
	font-weight: 400;
    line-height: 2.28;
    text-decoration: line-through;
}

/*========== Continue Button Section ============*/
#continue-btn {
    float: left;
    width: 100%;
    margin-bottom: 23px;
}
#continue-btn a {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    padding: 0;
    font-size: 16px;
    text-transform: none;
    font-weight: 500;
    height: 46px;
    line-height: 48px;
    background: #3E4193;
    color: #FFF;
}
#continue-btn a:hover {
	text-decoration: none;
	opacity: 0.8;
}
/*============Cross Sell==============*/
.cross-sell-wrapper {
    display: none;
}
/*========= Back and Continue ===========*/
.section-footer {
    padding: 20px 0 0;
    display: block;
    float: left;
    width: 100%;
}
.section-footer button {
    width: 100%;
	font-weight: 500;
    padding: 13px
}
.section-footer button.disabled {
    opacity: 0.75;
    pointer-events: none;
}
.back-btn{
    color: #1f1f1f !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    border-radius: 4px !important;
    border: 2px solid #2B2E31 !important;
    background: #FFF !important; 
}

button.secondary-btn {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    border-radius: 4px;
    border: 0;
    background: #1f1f1f;
}

button.secondary-btn i {
    margin-left: 6px;
    font-size: 14px;
}

button.secondary-btn:hover {
    background: transparent;
}

/*========== Who is this Section ===========*/
#patient-info {
    padding: 0 0 30px;
	display: none;
}
#patient-info .patient-info {
    max-width: 600px;
    margin: 0 auto;
}
#patient-info h5 {
    text-align: center;
    font-size: 24px;
}
#patient-info input[type=text] {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    height: 49px;
    padding: 10px 15px;
    font-size: 16px;
	margin: 10px 0 5px;
}
#patient-info .continue-btn {
	float: right;
    display: block;
    width: 250px;
	max-width: 100%;
    text-align: center;
    background: #e73131;
    color: #fff;
    border-radius: 5px;
    padding: 12px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
	margin-top: 20px;
}
#patient-info .continue-btn:hover {
	text-decoration: none;
	background: #dd1b1b;
}

/*========= Rx Type Selection ==========*/
#rx-type-selection {
	display: none;
}
#rx-type-selection h2 {
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    color: #1F1F1F;
    margin: 0px 0 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 24px;
}
#rx-type-selection ul {
    float: left;
    margin-top: 20px;
    width: 100%;
}
#rx-type-selection li {
    width: 100%;
    margin-bottom: 16px;					   
}
#rx-type-selection li .option-wrapper {
    border: 1px solid #909090;
    border-radius: 4px;
    padding: 16px 85px 16px 48px;
    position: relative;
    display: flex;
    gap: 24px;
    align-items: center;
    min-height: 113px;
    background: url(../img/rx-icon-arrow.png) no-repeat #fff;
    background-position: right 30px center;
    background-size: 10px;
}

#rx-type-selection li .option-wrapper:hover, 
#rx-type-selection li .option-wrapper.selected {
    border-color: #3E4193;
    background-color: #F6FAF9;
}
#rx-type-selection li .option-wrapper::before {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -11px;
    content: '';
    border-radius: 23px;
    border: 1px solid #707070;
    pointer-events: none;
}
#rx-type-selection li .option-wrapper.selected::before {
	background: #3E4193 url(../img/rx-icon-check.png) no-repeat center;
    border-color: #3E4193;
    background-size: 13px auto;
}
#rx-type-selection li .option-wrapper input {
	display: none;
}
#rx-type-selection li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
}
#rx-type-selection li .option-wrapper figure {
    margin-bottom: 0;
    min-width: 100px;
    text-align: center;
}
#rx-type-selection li .option-wrapper img {
	max-height: 36px;
}
#rx-type-selection li .option-wrapper .selection-info {
    /*align-self: flex-start;*/
    width: 100%;
}
#rx-type-selection li .option-wrapper h4.rx-type-heading {
    margin: 0 0 4px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: Poppins;
}
#rx-type-selection li .option-wrapper p {
	margin: 0;
    color: #2B2E31;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Poppins';
}

/*======= Rx Options Section =========*/
#rx-type {
}
#cl-steps-wrapper .tab-content {
    border-radius: 6px;
    /* overflow: hidden; */
    float: left;
    width: 100%;
    position: relative;
}
#cl-steps-wrapper .tab-pane.active {

}
#upload_rx.tab-pane { 
	/* border: 1px solid #909090;
    display: inline;
    width: auto;
    position: absolute;
    right: 24px;
    top: 20px;
    padding: 12px;
    border-radius: 4px; */
}
#upload_rx.tab-pane .error.top {
    display: none;
}
#upload_rx.tab-pane.active .error.top {
    display: inline-block;
    margin-bottom: 0;
}
#cl-steps-wrapper .tab-pane {
    background-color: #F8F8F8;
    display: none;
    
}

#cl-steps-wrapper .tab-pane.active {
    position: relative;
    z-index: 9;
    right: unset;
    top: unset;
    display: block;
    padding: 22px 22px 0px;
    background: #F8F8F8;
    float: left;
    width: 100%;
    border: 1px solid #eee;
    border-bottom: none;
    border-radius: 0px;
}
#cl-steps-wrapper .tab-pane.active h2 {
font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.33em;
    color: #1F1F1F;
    margin: 0;
    text-transform: none;
    cursor: pointer;
    letter-spacing: normal;
    display: flex;
    gap: 8px;
    position: relative;
    border: none;
    right: unset;
    top: unset;
    padding-left: 0;
    margin-right: 160px;
    margin-bottom: 17px;
}
#cl-steps-wrapper .tab-pane h2{
display: inline;
    /* position: absolute; */
    width: auto !important;
    /* right: 24px;
    top: 20px; */
    border: 1px solid #909090;
    z-index: 99;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #2B2E31;
    padding: 8px 16px;
    border-radius: 4px;
    text-transform: math-auto;
}
#cl-steps-wrapper .tab-pane:not(.active) h2:hover{
    cursor: pointer;
    background-color: #12246A;
    border-color: #12246A;
    color: #fff;
}
#cl-steps-wrapper .tab-pane:not(.active) h2::before {
    content: 'or';
    position: absolute;
    left: -30px;
    top: 8px;
    color: #2B2E31;
}
.tab-pane h2 span {
    width: 22px;
    height: 22px;
    background-size: 22px !important;
    display: none;
}
.tab-pane.active h2 {
    /* background: url(../img/minus-icon.png) no-repeat right center !important; */
    padding: 8px 0;
    background-size: 24px !important;
}
#cl-steps-wrapper .tab-pane input[name="cl_type"] {
    display: none;
}

.cl-image-area-wrap > p {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    color: #2B2E31;
    margin: 11px 0 18px !important;
}
.tab-wrapper {
    display: block !important;
}
.tab-wrapper.active {
    display: block;
}
p.swtch-upload {
    padding: 16px 0;
    display: none;
}
p.swtch-upload a {
    color: #2B2E31;
    text-decoration: underline;
}

/*======= Add new Prescription ======*/
.both-same-checkbox {
    text-align: right;
}
.both-same-checkbox label {
    padding-right: 35px;
}
.both-same-checkbox label::before {
    left: auto;
    right: 0;
}
.both-same-checkbox label::after {
    left: auto;
    right: 4px;
}

#enter_rx .box1 .custom-checkbox {
    padding-bottom: 0;
}
/* #enter_rx .box1 .custom-checkbox label {
    font-size: 16px;
    pointer-events: none;
} */
#enter_rx .eyes-diff {
    margin-bottom: 24px;
    padding: 0;
}
#enter_rx .eyes-diff.disabled {
    pointer-events: none;
	opacity: 0.5;
}

/* #enter_rx .custom-checkbox label::before, 
#enter_rx .custom-checkbox label::after {
    display: none !important; 
} */
#enter_rx .sp-prescription-box {
    float: left;
    width: 100%;
    padding: 8px 0;
    /* background-color: #f6f6f6; */
}
.liDisabled.rx-values::after {
    content: 'Please select an eye.';
    float: left;
    display: block;
    margin-bottom: 0;
    font-size: 11px;
    color: #d70b0b;
    padding: 10px 0px;
    border-radius: 2px;
    font-weight: 500;
    width: 100%;
    border: 1px solid #d70b0b;
    text-align: center;
}
ul.rx-values li {
    float: left;
    width: 50%;
} 
ul.rx-values li.disabled label .label-text{
    opacity: 0;
}
ul.rx-values li.disabled .box2 label .label-text.pa_sphere,
ul.rx-values li.disabled label.slide .label-text {
    opacity: 1;
}
/* ul.rx-values li.disabled label.slide.single_val_attr .label-text {
    font-size: 10px;
    left: -4px;
    top: 20px;
} */
/* ul.rx-values li.disabled .box2 label .label-text.pa_sphere {
    transform: translate(15px, -12px);
} */
ul.rx-values li#variationRow0 {
}
ul.rx-values li#variationRow1 {
}
ul.rx-values li.disabled .box2, 
ul.rx-values li.clickdisabled .box2 {
	pointer-events: none;
	opacity: 0.5;
}
ul.rx-values li.clickdisabled .box1 {
    pointer-events: none;
	opacity: 0.5;
}
ul.rx-values li > span:not(.box1) {
    padding-right: 12px;
    margin: 16px 0 0 !important;
    width: 100%;
    float: left;
    display: flex;
	flex-direction: column;
    justify-content: left;
    position: relative;
}    
ul.rx-values li#variationRow1 > span:not(.box1) {
    padding-left: 12px;
    padding-right: 0;
}
ul.rx-values li .box1 {
    font-size: 16px;
    color: #1f1f1f;
    text-align: left;
    display: block;
    float: left;
    width: 100%;
}
ul.rx-values li#variationRow1 .box1 {
    padding-left: 12px;
    padding-right: 0;
}
/*.lg-custom-drop, .lg-custom-input {*/
/*    color: #616161;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    line-height: 1.4;*/
/*    float: left;*/
/*    width: 100%;*/
/*    position: relative;*/
/*}*/
.lg-custom-drop.single_val_attr {
    padding: 6px 16px;
    border-radius: 4px;
    background: transparent;
    height: 52px;
    background: #fff url(/wp-content/uploads/2024/06/checktick.png) no-repeat center center / 17px;
    background-position: center right 16px;
}	
.lg-custom-drop.single_val_attr:focus {
    border: none !important;
}
.lg-custom-drop .attrib_val {
	color: #333333;
    line-height: 50px;
    font-size: 14px;
    font-family: 'Poppins';
}
.colour-option .single_val_attr.lg-custom-drop .attrib_val {
    display: block;
    line-height: 1.5;
    margin-top: 10px;

}
/* .lg-custom-drop .attrib_val:not(.lg-custom-drop.single_val_attr .attrib_val) {
	float: right;
    z-index: 999;
    position: absolute;
    left: auto;
    right: 20px;
    top: 2px;
    bottom: 2px;
} */
.lg-custom-drop select {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #333;
    height: 54px;
    padding: 18px 16px 5px;
    border-radius: 4px;
    border: 1px solid #BDBDBD;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #fff;
}
/*.lg-custom-drop .label-text.attribute_pa_color:not(body.single-product .lg-custom-drop .label-text.attribute_pa_color) {*/
/*    display: none;*/
/*}*/
/*.lg-custom-drop .label-text.attribute_pa_color {*/
/*    display: none;*/
/*}*/
ul.rx-values .lg-custom-drop select {
    font-size: 14px;
    height: 52px;
    padding: 20px 20px 5px 16px;
    border-radius: 4px;
    border: 0px solid #707070;
    box-shadow: none;
    font-family: 'Poppins';
    line-height: 26px;
    opacity: 0;
}
ul.rx-values .lg-custom-drop.slide select {
    opacity: 1;
}
/* ul.rx-values  .lg-custom-drop.slide select {
    padding-top: 20px !important;
} */

ul.rx-values .select-value .lg-custom-drop select {
    padding-top: 5px;
  
}
ul.rx-values .select-value .lg-custom-drop.slide select {
    opacity: 1;
}
ul.rx-values .lg-custom-drop select option {
    font-family: 'arial';
}
/*.lg-custom-drop .label-text, .lg-custom-input .label-text {*/
/*    margin-bottom: 8px;*/
/*    float: left;*/
/*}*/

.lg-custom-drop.slide .label-text {
    font-size: 10px;
    transform: translate(15px, -20px);
}
.lg-custom-drop, .lg-custom-input {
    margin: 0;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    width: 100%;
    position: relative;
    min-height: 52px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}

.lg-custom-drop .label-text, .lg-custom-input .label-text{
    position: absolute;
    bottom: 0px;
    top: 57%;
    left: 0;
    transform: translate(20px, -50%);
    color: #707070;
    padding-left: 0;
    border-radius: 4px;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    font-family: 'Poppins';
}


.lg-custom-drop.slide.single_val_attr .label-text, .lg-custom-input..single_val_attr .label-text {
	font-size: 10px;
    transform: translate(5px, -20px);
    padding: 0 11px;
    line-height: 1;
    height: 12px;
    color: #707070;
}
.lg-custom-drop.single_val_attr.slide .label-text {
	transform: translate(20px,-100%);
    color: #333333;
    padding: 0;
	line-height: 1.4;
    height: auto; 
    background: none;
	font-size: 10px;
    left: -4px;
}
/* .lg-custom-drop.slide select, .lg-custom-input.slide input {
	opacity: 1;
} */
.lg-custom-drop.slide .attrib_val {
    position: absolute;
    top: 8px;
}
ul.rx-values .lg-custom-drop .label-text,
 ul.rx-values .lg-custom-input .label-text {
    margin-bottom: 2px;
    color: #3d3d3d;
    font-size: 10px;
    transform: translate(13px, -90%);
}
ul.rx-values .select-value .lg-custom-drop .label-text:not(.pa_sphere) {
    display: none;

}
ul.rx-values .lg-custom-drop span.label-text.pa_sphere {
    font-size: 14px;
    transform: translate(16px, -50%);
}
ul.rx-values .lg-custom-drop.slide span.label-text.pa_sphere {
    font-size: 10px;
    transform: translate(16px, -100%);
}
}
.lg-custom-drop.single_val_attr .label-text {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 1.6em;
    color: #707070 !important;
    top: 40%;
    transform: translate(14px, -50%);
}
.lg-custom-drop.single_val_attr select {
	opacity: 0;
	display: none !important;
}
.lg-custom-drop::after {
    content: "";
    position: absolute;
    bottom: 4px;
    width: 24px;
    height: 45px;
    background: url(../img/caret.png) no-repeat center #fff;
    right: 8px;
    pointer-events: none; 
    background-size: 9px;
}
ul.rx-values .lg-custom-drop::after {
    height: 42px;
}
.lg-custom-drop.single_val_attr::after {
	display: none; 
}
#enter_rx .patient-info-wrapper {
    padding-top: 24px;
    margin-top: 30px;
    border-top: 1px solid #e0e0e0;
    max-width: 620px;
}

.rx-two-col h3.form_heading {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.rx-two-col h5 {
    margin: 0 0 8px;
    float: left;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    width: 100%;
}
.rx-two-col .rx-col-2 {
    max-width: 650px;
    margin: 0 -15px;
}
.col-100 {
    width: 100%;
    float: left;
}
.rx-two-col .rx-col-2 .col-50 {
    padding: 0 15px;
    width: 50%;
    margin-bottom: 24px;
    float: left;
}
.rx-two-col .rx-col-2 .col-50 .lg-custom-input input {
    border:0;
    min-height: 52px;
    padding-top: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: Poppins;
}

.lg-custom-input input::-webkit-input-placeholder { /* Edge */
  color: transparent !important;
}
.lg-custom-input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: transparent !important;
}
.lg-custom-input input::placeholder {
  color: transparent !important;
}

.op-practice-details h3 {
	font-size: 24px;
	color: #000000;
	margin: 0 0 30px;
	font-weight: 400;
}
.op-practice-details .tab-pane {
    display: none;
    padding: 25px 0;
}
 
.verification-method .error{
	display: none;
}
.verification-method .col-50 a {
    border: 1px solid #8ba7d7;
    display: block;
    width: 100%;
    border-radius: 3px;
    padding: 17px 28px 17px 20px;
    font-size: 13px;
    color: #666666;
	min-height: 105px;
}
.verification-method .col-50 a.selected { 
	border: 2px solid #416cb3;
	background: url(../img/checkmark-for-verification.png) no-repeat right 13px top 13px;
    background-size: 15px;
}
.verification-method .col-50 a:hover, 
.verification-method .col-50 a:focus {
	text-decoration: none;
} 
.verification-method .col-50 input {
    display: none;
}
.verification-method .col-50 a span {
    font-size: 14px;
    display: block;
    font-weight: 700;
    color: #3f6bb2;
    padding-bottom: 8px;
}

/*----- Image Upload -----*/
.upload_img_wraper {
    float: left;
    width: 100%;
}
.cl-image-area {
    width: 100%;
    height: auto;
    max-width: 100%;
    border: 1px dashed #707070;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    border-radius: 4px;
    margin-bottom: 5px;
	background: #fff;
}
.upload_img {
    background: url(../img/camera-on.png) no-repeat center top;
    background-size: 39px;
    padding-top: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.upload_img p {
    margin: 0 0 8px;
    color: #2B2E31;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}    
.upload_img_wraper input {
    display: none;
}
.upload_img_wraper label {
    padding: 14px 0px;
    border-radius: 4px;
    border: 1px solid #909090;
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    width: 114px;
    margin-top: 14px;
    cursor: pointer;
    text-align: center;
    font-family: 'Poppins';
    text-transform: uppercase;
}
.upload_img_wraper label:hover {
    background: var(--e-global-color-primary);
    color: #fff;
}
.upload_img_wraper span {
    color: #707070;
    font-size: 12px;
    line-height: 1.4;
    font-family: Poppins;
}
.cl-uploaded-image .close-upload {
    content: "x";
    background: rgba(255, 0, 0, 0.7);
    text-transform: lowercase;
    width: 24px;
    height: 24px;
    color: #fff;
    line-height: 24px;
    border-radius: 100%;
    cursor: pointer;
}

.cl-uploaded-image .close-upload i {
    display: none;
}

.cl-uploaded-image .close-upload:before {
    content: "x";
}
.cl-uploaded-image-wrap {
    display: none;
    text-align: center;
    max-width: 724px;
    padding-bottom: 24px;
}
.cl-uploaded-image {
    width: 724px;
    height: auto;
    max-width: 100%;
    border: 1px dashed #707070;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 16px;
    border-radius: 4px;
    margin-bottom: 24px;
}
.cl-uploaded-image img {
    max-height: 222px;
    
}
.cl-uploaded-image-wrap .close-upload {
    cursor: pointer;
    color: #000;
    font-size: 14px;
    line-height: 1.4;
}
.img-up-success {
	padding-left: 44px;
    background: url(../img/tick.png) no-repeat left top;
    line-height: 26px;
    background-size: 26px;
    text-align: left;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    margin-bottom: 16px;
}
.image-notice {
    font-size: 12px !important;
    color: #d70b0b !important;
    line-height: 1 !important;
    display: block;
    text-transform: none;
    margin: 7px 0;
    text-align: left;
    font-weight: 500;
}
.cl-uploaded-image .file-name {
    display: block; 
    padding: 5px 0 0;
}

input[name="dob"] ,input[name="existing_patient_dob"] ,input[name="rx_date"] {
	background: url(../img/calendar.png) no-repeat right 13px center #fff !important; 
	background-size: 14px !important;
}	

/*===== Upoad Prescription Section =====*/
#upload_rx .patient-info-wrapper {
    padding: 24px 0 0;
	border-bottom: none;
	border-top: 1px solid #e0e0e0;
    max-width: 620px;
    display: none;
}
#upload_rx .prescription-info-wrapper {
    display: none;
    border-top: 1px solid #e0e0e0;
    max-width: 620px;
}

/*===== Send Later Section ======*/
.send-later-text {
    width: 100%;
    text-align: center;
    padding-bottom: 55px;
    padding-top: 45px;
}
.send-later-text h3 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 500;
}
.send-later-text .send-description span { 
    color: #ff0000;
}
.send-description p {
    color: #666;
	font-size: 16px;
    line-height: 1.7;
    margin: 0;
}	
.send-later-text .send-description span.ptop {
    padding-top: 13px;
    display: inline-block;
    color: #666 !important;
}
.send-description p a {
	color: #666;
	text-decoration: underline;
	display:inherit;
}
.patient-info-wrapper {
    border-bottom: 1px solid #e0e0e0;
    max-width: 620px;
}
#existing_patient .patient-info-wrapper {
    border-bottom: none;
}
.prescription-info-wrapper {
    padding-top: 24px;
}

/*===== Existing Patient Section =====*/
#existing_patient .patient-info-wrapper p {
    margin-bottom: 40px;
}

/*===== Footer Buttons =====*/
.footer-nav {
    padding: 10px 0;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-nav .back-btn, .footer-nav .close-btn {
    float: left;
    padding: 0;
    font-size: 16px;
    color: #333333;
    padding-left: 27px;
    background: url(../img/back.png) no-repeat left center; 
}
.footer-nav button.single_add_to_cart_button_lenses {
    float: right !important;
    width: 428px;
    max-width: 60%;
    height: 49px;
    border-radius: 3px !important;
    border: none !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
	margin-left: auto;
}

ul.dropul {
    background: #fafafa;
    border: 1px solid #ccc;
    border-radius: 3px;
    max-height: 300px;
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 55px;
    z-index: 99999;
    width: 95%;
    display: flex;
}
ul.dropul.sphere {
    flex-wrap: wrap;
}
.rx-values  li:last-child ul.dropul {
    left: 12px
}
ul.rx-values li {
    float: left;
    width: 50%;
}

ul.dropul li {
    float: none;
    width: auto;
}
ul.dropul.sphere li {
    width: 50%
}
.dropul.sphere.hide-negative-val .ntive {
    display: none;
}
.dropul.sphere.hide-negative-val .ntive {
    border: none;
}
ul.dropul li.zero {
    width: 100%;
}
ul.rx-values .dropul li span {
    display: block;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border: 1px dotted #ddd;
    border-top: none;
    border-bottom: none;
    margin: 0 !important;
}

/*.lg-custom-drop .label-text.pa_sphere, .lg-custom-drop .label-text.pa_cylinder, .lg-custom-drop .label-text.pa_axis, .lg-custom-drop .label-text.pa_addition, .lg-custom-drop .label-text.pa_basecurve {*/
/*    display: none;*/
/*}*/
/***Power Popup***/
.power-pop-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999999;
    justify-content: center;
    align-items: center;

}
.power-pop-wrapper .inner-wrapper {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 60px;
    max-width: 585px;
    width: 100%;
    border: 1px solid #CCCCCC;
}
.power-pop-wrapper .inner-wrapper .close-icon {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    color: #1f1f1f;
}
.power-pop-wrapper .inner-wrapper p {
    font-size: 16px;
    line-height: 26px;
    color: #3D3D3D;
    max-width: 440px;
    margin:0 auto 28px;
}
.power-pop-wrapper .inner-wrapper p:last-child {
    margin-bottom: 14px;
}
.power-pop-wrapper p strong{
    font-weight: 500
}
.power-pop-wrapper .btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.power-pop-wrapper .btn-wrapper button {
    flex: 1;
    font-weight: 500
}
.power-pop-wrapper .close-popup {
    background: #fff;
    color: #1F1F1F;
    border-color: #909090;
}
/*========== Responsive ===========*/
@media (max-width: 1200px) {
    .sub-discount-text {
        padding-bottom: 16px;
    }
    #eye-selection {
        padding-top: 0;
    }
        .sub-discount-text .txt-wrapper {
        z-index: 0;
        margin-top: 0;
        display: block;
        position: relative !important;
        left: unset !important;
        background: #C8F2EA;
        padding: 8px 22px;
    } 
    .sub-discount-text::after,
    .sub-discount-text::before{
        display: none;
    }
}
@media(max-width: 1100px) {
    .sub-discount-text {
        overflow: hidden;
    }
	.custom-checkbox label {
		padding-left: 30px;
		font-size: 14px;
	}
	/* .custom-checkbox label::before {
		width: 20px;
		height: 20px;
	} */
	/* .custom-checkbox label::after {
		left: 2px;
		background-size: 18px !important;
	} */
	
	/*----- Eye selection stepper -----*/
	.stepper button {
		width: 36px;
		height: 40px;
	}
	.stepper .q-value {
		line-height: 40px;
		height: 40px;
		font-size: 14px;
	}
	
	/*----- RX Content -----*/
	#product-sidebar {
        max-width: 350px;
        padding: 48px 24px;
    }
    
    #rx-type-selection li .option-wrapper {
        padding: 16px 70px 16px 48px;
    }
    #rx-type-selection li .option-wrapper figure {
        min-width: 60px;
    }
	
	/*----- Existing Patient -----*/
	#existing_patient .op-practice-location .rx-col-2 .col-50 {
		width: 100%;
		max-width: 480px;
	}
	
	/*----- Upload Prescription -----*/
	#upload_rx .upload-wrapper {
		padding: 0 0 35px;
	}
	.rx-two-col .upload-presc-wrap.rx-col-2 {
		margin: 0;
	}
	#upload_rx .patient-info-wrapper {
		padding: 30px 0 0;
	}
	
	/*----- Send Later -----*/
	.send-later-text {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	#send_later .patient-info-wrapper {
		padding: 30px 0 0;
		margin-bottom: 10px;
	}
	
	/*----- Enter New Prescription -----*/
	#enter_rx .box1 .custom-checkbox label {
		font-size: 14px;
	}
}	
@media screen and (max-width:1200px) {
    .qty-section ul li a {
        font-size: 15px;
        min-height: 85px;
    }
}
@media(max-width: 1024px) {
        /**Subscription**/
    .subscription-box {
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        padding: 0;
    }
    .subscription-box > div {padding: 16px}
    .offer-tag {flex: 0 0 100%; border-radius: 0;}
    .subscription-box label {
        font-size: 16px;
        line-height: 1.25;
    }
    .subscription-box .offer-desc,
    .subscription-box .offer-desc a {
        font-size: 14px;
    }
    .tab-pane .switch-prescription {
        right: 16px;
        top: 16px;
    }
    .qty-section .info-header {
        gap: 16px;
        margin-bottom: 24px;
        flex-direction: column;
    }
	.qty-section .info-header label.qty-label {
		text-align: center;
	}
	.qty-section .info-header .sub-discount-text {
		text-align: center;
	}
	.qty-section {
		padding: 16px;
	}
	.qty-section ul {
		gap: 10px;
		flex-direction: column;
		max-width: 400px;
        margin: 0 auto;
	}
	.qty-section ul li {
		width: 100%;
	}
	.qty-section ul li a {
		padding: 12px 16px;
		font-size: 14px;
		gap: 10px;
		flex-direction: row;
        align-items: center;
        min-height:49px;
	}
	.qty-section ul li a span {
		font-size: 12px;
	}
	#eye-selection {
		padding: 0px 16px 16px;
	}
    #eye-selection .custom-checkbox {
        padding-bottom: 10px;
        display: none;
    }
	.qty-based-total {
		padding: 16px;
	}
	#cl-steps-wrapper .tab-pane.active {
		padding: 16px 16px 0;
	}
	ul.rx-values li > span:not(.box1) {
		padding-right: 8px;
	}
    .rx-values  li:last-child ul.dropul {
        left: 12px
    }
	ul.rx-values li#variationRow1 > span:not(.box1) {
		padding-left: 8px;
	}
    .sub-discount-text span.txt-wrapper{ 
        font-size: 12px;
        padding: 6px 16px;
    }
}
@media(max-width: 900px){
    .sub-discount-text::after,
    .sub-discount-text::before {
        display: none;
    }
    .sub-discount-text {
        padding-bottom: 16px;
    }
    .sub-discount-text .txt-wrapper {
            z-index:0;
    margin-top: 0;
    display: block;
    position: relative !important;
    left: unset !important;
    background: #C8F2EA;
    padding: 8px 22px;
    }
    #rx-type-selection ul {
        margin-top: 0;
    }
    #rx-type-selection li .option-wrapper {
        padding: 16px 70px;
        flex-direction: column;
        text-align: center;
        gap: 0;
    }
    #rx-type-selection li .option-wrapper figure {
        margin-bottom: 10px;
    }
	ul.rx-values .lg-custom-drop select {
		font-size: 14px;
	}
}  

@media (min-width:769px){
    .product-sidebar-inner {
        height: 100%;
    }
}

@media (min-width:769px) and (max-width:1024px){
    .rx-two-col .rx-col-2 .col-50 {
        width: 100%;
    }
}
@media (max-width:992px){
    #eye-selection ul {
        gap: 16px;
        flex-direction: column;
		max-width: 400px;
        margin: 0 auto 20px;
    }
    #eye-selection .qty-label {
        margin-bottom: 16px;
    }
    #eye-selection li {
        width: 100%;
    }
}
@media(max-width:768px){

    #eye-selection ul {
        max-width: 100%;
    }
    .power-pop-wrapper{
        padding-bottom: 20px;
    }
    .power-pop-wrapper .inner-wrapper {
        padding: 45px 20px 20px;
        width: calc(100% - 20px);
    }
    .power-pop-wrapper .inner-wrapper p {
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 1.5;
    }
    .power-pop-wrapper .btn-wrapper button {
        font-size: 14px;
        padding: 12px;
    }
    #cl-steps-wrapper .tab-pane.active h2 {
        padding-right: 20px;
        font-size: 16px;
        line-height: 1.5;

    }
	.qty-section .info-header {
		max-width: 400px;
		margin: 0 auto 20px;
	}
	.qty-section .info-header {
		gap: 6px;
	}
	
	.qty-section .info-header label.qty-label {
		font-size: 16px;
		line-height: 24px;
	}
	.qty-section .info-header .sub-discount-text {
		font-size: 18px;
	}
	.qty-section .info-header .sub-discount-text span {
		padding-top: 2px;
	}
	.qty-section .info-header .sub-discount-text,
	.qty-section .info-header label.qty-label {
		text-align: left;
	}
    .product-sidebar-inner ul.eye-qty {
        border-bottom: 0px;
        margin-bottom:0;
    }
	.qty-section ul {
		gap: 13px;
	}
	.qty-section ul li a {
		font-size: 16px;
		line-height: 24px;
		gap: 9px;
	}
	.custom-checkbox label {
		padding-left: 40px;
		font-size: 16px;
		line-height: 26px;
	}
	.custom-checkbox {
		padding-bottom: 8px;
	}
	span.box5 select {
		font-size: 14px;
	}
	#eye-selection ul {
		margin-bottom: 7px;
	}
	#cl-steps-wrapper .tab-pane.active {
		padding: 9px 16px;
	}
	.tab-pane h2 {
		font-size: 16px;
		letter-spacing: 0;
		line-height: 24px;
	}
    .tab-pane.active h2{
        padding: 0;
    }
	#enter_rx .box1 .custom-checkbox label {
		font-size: 16px;
	}
	ul.rx-values li#variationRow1 .box1 {
		padding-left: 8px;
	}
	ul.rx-values .lg-custom-drop select {
		height: 50px;
	}
    .sub-discount-text {
        height: auto;
        padding-bottom: 16px;
    }
	#cl-steps-wrapper .tab-pane.active {
		padding: 17px 16px 0px;
	}
    .sub-discount-text span.txt-wrapper {
        font-size: 12px;
    }
    #cl-steps-wrapper .tab-pane#upload_rx {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 8px;
    }
    .section-footer {
        gap: 16px;
        flex-direction: column;
        padding: 16px;
    }
    .section-footer button {
        padding: 14px 15px;
    }
    .back_product_section{
        display:none;
    }
    
    #product-sidebar {
        position: fixed;
        z-index: 999;
        bottom: 0;
        overflow: auto;
        left: 0;
        right: 0;
        max-width: 100%;
        padding: 0;
        background: none;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: 52px;
    }
    #product-sidebar.active {
        top: 0;
        background: rgba(0,0,0,0.3);
        height: auto;
    }
    #product-sidebar::before {
        display: none;
    }
    .product-sidebar-inner {
        background: #fff;
    }
    .product-sidebar-content {
        padding: 20px 20px 70px;
        display: none;
    }
    .product-sidebar-inner .total-price {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 8px 16px;
        margin: 0;
        background: #F6F6F6;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        pointer-events: all;
    }
    .product-sidebar-inner .total-price .price-total {
        padding-right: 48px;
        position: relative;
        line-height: 24px;
        font-size: 16px;
    }
    .product-sidebar-inner .total-price .price-total:after {
        content: "";
        width: 26px;
        height: 26px;
        background: url(../img/chevron-up-white.png) no-repeat center #3E4193;
        background-size: 12px;
        position: absolute;
        right: 0;
        border-radius: 32px;
    }
    .active .product-sidebar-inner .total-price .price-total:after {
        transform: rotate(180deg);
    }
    #cl-steps-wrapper-inner {
        flex-direction: column;
    }
    #cl-options-wrapper {
        max-width: 100%;
    }
    #send_later .patient-info-wrapper {
        padding: 10px 0 0;
    }
    .cl-image-area {
        padding: 28px 16px;
        margin-bottom: 0;
    }
    .cl-uploaded-image-wrap {
        padding-bottom: 0;
    }
    .section-footer {
        gap: 16px;
        flex-direction: column;
    }
    #rx-type-selection li .option-wrapper::before {
        display:none;
    }
    #rx-type-selection li .option-wrapper {
        padding: 16px 70px 16px 16px;
    }
    #rx-type-selection li .option-wrapper h4.rx-type-heading, #rx-type-selection li .option-wrapper p {
        text-align:left;
    }
    .upload_img_wraper label {
        width: 100%;
    }
    .back-btn {
        order: 2;
    }
    button.catalogue-form-button {
        order: 1;
    }
    .product-sidebar-inner ul.eye-qty li {
        max-width: none;
    }
    button.close-btn.secondary-btn {
        padding-right: 0;
    }
    .cross-sell-wrapper {
        display: block;
        padding: 0 16px;
    }
}
@media(max-width:480px) {
    .power-pop-wrapper .inner-wrapper p {
        max-width: 320px;
        margin: 0 auto 14px;
    }
    .rx-two-col .rx-col-2 .col-50 {
        width: 100%;
    }
}

/* .reorder-wrapper {
    padding-top: 27px;
} */

.clreorder table.shop_table_responsive tr:first-child {
    padding-top: 27px;
}

.clreorder table.shop_table_responsive .data-card-row .product-reorder-title h4 {
    text-align: left;
}
.clreorder .del-modal .modal-footer{
    margin-top: 20px;
    text-align: center;
}

.clreorder .del-modal .modal-footer p{
    font-size: 14px;
    display: none;
}

.clreorder .del-modal .modal-footer p.success{
    color: green;
}

.clreorder .del-modal .modal-footer p.error{
    color: red;
}