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;
}
.btn-cart.right.catalogue-form-button.disabled {
	pointer-events: none;
	opacity: 0.5;
 }
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;
}
.custom-checkbox {
    padding-bottom: 19px;
    float: left;
}
.custom-checkbox input {
	display: none;
}
.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;
}
.custom-checkbox label::before {
    position: absolute;
    content: "";
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #ccc;
    top: 50%;
    transform: translateY(-50%);
	background: #fff;
}
.custom-checkbox label::after {
    content: "";
    position: absolute;
    z-index: 99;
    cursor: pointer;
    top: 50%;
    left: 0px;
    height: 24px;
    width: 24px;
    background: url(../img/checkmark.png) no-repeat center !important ;
    background-size: 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;
}
/*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;}
 
 
/*nou */
/*custom work*/


#continue-btn button.single_add_to_cart_button_lenses
 {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    height: 45px;
    line-height: 16px;
    background: #004955;
    color: #FFF;
    margin-top: 23px;
    padding: 15px;
    border: none;
}

#continue-btn button.single_add_to_cart_button_lenses:hover {
    text-decoration: none;
    opacity: 0.8;
}

#continue-btn button.single_add_to_cart_button_lenses.disabled-btn {
    pointer-events: none;
    opacity: 0.6;
}

/*section#continue-btn:hover .disabled-btn {*/
/*    opacity: 0.8;*/
/*}*/

.cl-module .lg-custom-drop select {
    font-family: "Poppins", Sans-serif;
    color: #000 !important;
}


.cl-module #qty-selection .qty-item a {
    background-image: none !important;
    padding: 0px;
    border: none;
    background-color: transparent !important;
}

.cl-module #eye-selection .custom-checkbox label {
    display: none;
}

.cl-module #eye-selection {
    background-color: transparent;
    border: none;
    padding: 0;
}

.cl-module #qty-selection .qty-item #s-qty {
    margin-bottom: 7px;
}

.cl-module .stock-message
 {
    margin: 0px 0 0px 0;
    font-size: 12px !important;
    line-height: 1.8em;
    font-weight: 500;
    color: #128000;
    padding-left: 5px;
    display: flex;
    padding-top: 8px;
    padding-right: 25px;
    margin-bottom: -8px;
}

.cl-module .stock-message.in-stock {
    /*color: green;*/
}

.cl-module .stock-message.validation-message {
    color: #d70b0b;
}


.cl-module #eye-selection li.disabled {
    opacity: 0.6;
}

.cl-module ul.rx-values li#variationRow1 .stock-message
 {
    padding-left: 25px;
}

.cl-module #eye-selection ul {
    background-color: #fff;
}

ul.rx-values li.disabled .lg-custom-drop select {
	border: 1px solid #CCC !important;
}

/*****/

.power-options {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 56px;
  clear: both;
  margin-top: 5px;
  margin-bottom: 20px;
}

.power-options li {
  position: relative;
  width: 100%;
}

.power-options input[type="radio"] {
  display: none;
}

.power-options label {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  background: #fff;
  transition: all 0.3s;
}

.power-options input[type="radio"]:checked + label {
  border-color: #00a0c6;
  background-color: #f7fcfd;
}

.power-options label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border: 2px solid #999;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #fff;
}

.power-options input[type="radio"]:checked + label::before {
  border-color: #00a0c6;
  background-clip: content-box;
  background-color: #fff;
  padding: 3px;
  background-image: radial-gradient(circle, #00a0c6 0%, #00a0c6 40%, transparent 41%);
}

/*****/

.no-power-case-wrap .power-options {
	display: none;
}

.no-power-case-wrap .no-power-case-msg.no-power-msg {
    display: flex !important;
}

.no-power-case-msg {
    display: none;
}

.no-power-case-msg.no-power-msg {
    display: none !important;     
}

.no-power-case-msg {
    width: 100%;
    border: 1px solid #00a0c6;
    padding: 7px 15px;
    margin-bottom: 20px;
    font-size: 12px;
    background: #f7fcfd;
    /*display:flex;*/
    color: #008095;
    border-radius: 2px;
    font-weight: 500;
}


a.button.add-prescription.disabled {
	pointer-events: none;
	opacity: 0.5;    
}



/***********/
/*loader cls*/

.cl-data-col {
    position: relative !important;
}

/* overlay */
.cl-data-loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/* Simple Circular Loader */
.simple-loader {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: simple-spin 1s linear infinite;
}

@keyframes simple-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* Mobile responsive */
@media (max-width: 768px) {
    .simple-loader {
        width: 30px;
        height: 30px;
        border-width: 3px;
    }
}

span.custom-price-cls
 {
    font-size: 14px;
    padding-left: 5px;
    font-weight: 500;
    color: #1f1f1f;
    display: none;
}


/*custom work end */
 
/*========= Fixed Positioned CL Steps Overlay ==========*/
#cl-steps-wrapper {
    position: static;
    z-index: 9999;
    display: none;
    padding: 0;
    margin: 0;
    float: none;
}
#cl-steps-wrapper-inner {
    max-width: 1392px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
	align-items: stretch;
	height: 100%;
    min-height: 100vh;
    max-height: 100%;
}
#cl-options-wrapper {
    max-width: 64%;
    width: 100%;
    float: left;
    padding: 31px 18px 48px 56px;
}

/* Header */
.cl-header {
    border-bottom: 1px solid #9E9E9E;
}
.cl-header-inner {
    max-width: 1392px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 48px 8px 16px;
}
.cl-header figure {
    margin: 0;
}
.cl-header img {
    max-width: 140px;
}

/*========== Selected Product Sidebar ==========*/
#product-sidebar {
    width: 100%;
    max-width: 36%;
    float: left;
    padding: 23px 20px 0px 20px;
    background: #f6f6f6;
    position: relative;
    /* box-shadow: 6px 0px 6px 0px rgba(0, 0, 0, 0.08); */
}
#product-sidebar::before {
    content: "";
    position: absolute;
    left: -1000px;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f6f6f6;
    z-index: -1;
}
.product-sidebar-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-height: 100%;
    height: 100%;
}
.product-sidebar-inner-wrapper {
	width: 100%;
}
.product-sidebar-inner h2 {
    font-size: 24px;
    color: #12938E;
    font-weight: 600;
    margin: 0;
    margin-bottom: 24px;
    line-height: 1.5;
    letter-spacing: -0.8px;
}
.product-sidebar-inner .prod-info-wrapper {
    max-width: 350px;
    width: 100%;
}
.product-sidebar-inner figure {
    padding: 124px 0 48px;
    margin-bottom: 0;
    text-align: center;
    /* border-bottom: 1px solid #e0e0e0; */
}
.product-sidebar-inner figure img {
    max-width: 307px;
    width: 100%;
    mix-blend-mode: darken;
}
.product-sidebar-inner h4.pro-name {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33;
    color: #000;
    margin: 24px 0 21px;
}
.product-sidebar-inner ul.eye-qty {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 0.8;
    color: #3d3d3d;
    padding-bottom: 12px;
    /* border-bottom: 1px solid #e0e0e0; */
    margin-bottom: 24px;
    max-width: 350px;
    width: 100%;
}
.product-sidebar-inner ul.eye-qty li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 21px;
    max-width: 310px;
}
.product-sidebar-inner ul.eye-qty li span:first-child {
    max-width: 142px;
    width: 100%;
    /* margin-right: 10px; */
}
/* .product-sidebar-inner .selected-qty { 
    margin-left: 45px;
} */
.product-sidebar-inner .selected-qty.disabled {
    text-decoration: line-through;
    color: #a3a3a3;
}
.product-sidebar-inner .total-price {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    background: #eee;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 25px 0;
    margin-bottom: 0;
    position: relative;
}
.product-sidebar-inner .total-price::before {
    content: '';
    position: absolute;
    left: -1000px;
    right: 100%;
    background: #eee;
    height: 100%;
    top: 0;
}
.product-sidebar-inner .total-price::after {
    position: absolute;
    content: '';
    right: -1000px;
    background: #eee;
    height: 100%;
    left: 100%;
    top: 0;
    width: 20px;
}
.product-sidebar-inner .total-price .price-total {
    color:  #000;
    text-align: right;
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
}
/*========== Validation Error ===========*/
.error {
    float: left;
    display: block;
    margin-bottom: 0;
    font-size: 12px;
    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: 20px;
}	
.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: 20px;
    display: block;
    float: left;
    width: 100%;
}
.colour-option .lg-custom-drop {
	/*max-width: 335px;	*/
}
.colour-option .lg-custom-drop.single_val_attr {
	max-width: 100%;	
}

/*===== QTY selection =====*/
label.qty-label {
    font-size: 14px;
    color: #333333;
    margin-bottom: 20px;
}

#qty-section {
    /* margin-bottom: 27px; */
}

ul#qty-selection {
    /* margin: 0 -6px; */
    /* display: flex; */
}

#qty-selection .qty-item {
    /* float: left; */
    /* width: 33.33%; */
    /* padding: 0 0 6px; */
}
#qty-selection .qty-item:last-child {
    padding: 0;
}
#qty-selection .qty-item a {
    border: 1px solid #cccccc;
    display: flex;
    text-align: left;
    border-radius: 4px;
    height: 100%;
    justify-content: start;
    align-items: start;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 24px;
    padding: 20px 16px 17px 55px;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
    margin-bottom: 13px;
    background: #fff url('/wp-content/uploads/2024/01/Radio-button.png') no-repeat 15px center / 24px;
}
#qty-selection .qty-item #s-qty {
    margin-bottom: 0;
}
#qty-selection .qty-item a.disabled {
    pointer-events: none;
    opacity: 0.4;
    cursor: not-allowed;
}

#qty-selection .qty-item a span:first-child {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 24px;
    max-width: 106px;
    width: 100%;
}
#qty-selection .qty-item a span {
    font-weight: 400;
    font-size: 14px;
    color: #3d3d3d;
    line-height: 22px;
    flex: 1;
}
#qty-selection .qty-item a .discount_text {
    color: #E6241A;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: right;
}
#qty-selection .qty-item a.active,
#qty-selection .qty-item a:hover,
#qty-selection .qty-item a:focus {
    text-decoration: none;
    background: #F7FBFC url('/wp-content/uploads/2024/01/selected-btn.png') no-repeat 15px center / 24px;
    border-color: #01ACC8;
    
}
#qty-selection .qty-item #s-qty.active,
/* #qty-selection .qty-item #s-qty:hover, */
#qty-selection .qty-item #s-qty:focus {
    text-decoration: none;
    background: #F7FBFC url('/wp-content/uploads/2024/01/selected-btn.png') no-repeat 15px center / 24px;
    border-color: #01ACC8;
    border-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.sub-discount-text {
    font-size: 14px;
    color: #013187;
    font-weight: 400;
    margin-bottom: 45px;
}

.sub-discount-text a {
    color: #013187;
    text-decoration: underline;
}


/*========== Eye Selection First Step ============*/
#eye-selection {
    padding: 10px 14px 18px;
    border: 1px solid #01ACC8;
    border-top: 0;
    background: #F7FBFC;
    border-radius: 0;
    
}
#eye-selection.active {
    background: transparent;
    border-radius: 4px;
    border-color: #01ACC8;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#eye-selection .qty-label { 
	float: left;
	width: 100%;
	font-size: 16px;
	color: #666666;
	margin-bottom: 28px;
}
#eye-selection ul {
    margin: 0;
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}
#eye-selection li {
    width: 50%;
    padding: 0;
    max-width: 233px;
}
#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;
}
.stepper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.stepper button {
    width: 43px;
    height: 43px;
    border: 1px solid #ddd !important;
    border-radius: 3px 0 0 3px !important;
    color: #666 !important;
    font-size: 0;
    padding: 0;
    background: #fff url(../img/minus-icon.png) no-repeat center / 24px;
   
}

.stepper button.decrease {
    background-color: transparent !important;
}

.stepper button.decrease:hover {
    background-color: transparent !important;
}

.stepper button.increase {
    border-radius: 0 3px 3px 0 !important;
	background: #fff url(../img/plus-icon.png) no-repeat center / 24px;
}
.stepper button.disabled {
	opacity: 0.5; 
	background-color: transparent !important;
}
.stepper .q-value {
    flex: 1;
    text-align: center;
    line-height: 43px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 43px;
    background: #fff;
	font-size: 16px;
    color: #000000;
}

/*========== Continue Button Section ============*/
#continue-btn {
    float: left;
    width: 100%;
    margin-bottom: 16px;
}
#continue-btn a {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    height: 45px;
    line-height: 16px;
    background: #004955;
    color: #FFF;
    margin-top: 23px;
    padding: 15px;
}
#continue-btn a:hover {
	text-decoration: none;
	opacity: 0.8;
}

/*========= Back and Continue ===========*/
.section-footer {
    padding: 23px 0;
    display: flex;
    justify-content: end;
    gap: 24px;
    clear: both;
    border-top: 1px solid #E0E0E0;
    margin-top: 5px;
}
button.secondary-btn.close-btn {
    background: none;
    border: none;
}

.section-footer button.secondary-btn {
  border-radius: 4px;
border: 2px solid #004955;
background: #fff;
padding: 13px 21px;
color: #004955;
font-size: 16px;
font-weight: 500;
line-height: 16px; 
text-transform: uppercase;
}
.section-footer button.secondary-btn:hover {
    color: #fff;
    background: #004955;
}

.product-sidebar-inner button.secondary-btn {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    display: flex;
    align-items: center;
    color: #000;
	padding: 0;
}

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

.product-sidebar-inner button.secondary-btn img {
    width: 18px;
    margin-right: 7px;
}
.tab-content button.secondary-btn.mob {
	display: none;
}
button.secondary-btn:hover {
    background: #004955;
    
}
.section-footer .single_add_to_cart_button_lenses {
    border-radius: 4px;
    background: #004955;
    padding: 10px 29px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px; 
    text-transform: uppercase;
    border: 2px solid #004955;
    border-radius: 4px;
}
.section-footer .single_add_to_cart_button_lenses:hover {
    opacity: 0.9;
}
/*========== 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;
}

#inline-1 {
    display: none;
}

/*========= Rx Type Selection ==========*/
#rx-type-selection {
	display: none;
	/* max-width: 760px; */
}
#rx-type-selection h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #000;
    margin: 0 0 4px;
    letter-spacing: 0;
    padding-bottom: 21px;
    border-bottom: 1px solid #eee;
}
#rx-type-selection ul {
    float: left;
    margin-top: 20px;
    width: 100%;
}
/* #rx-type-selection .reorder-ul {
    margin-top: 0;
} */
#rx-type-selection .reorder-ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 24px;
	margin-bottom: 0;
    margin-top: 0;
}
#rx-type-selection .reorder-ul li a{
	border-radius: 4px;
	border: 2px solid #004955;
	padding: 9px 21px;
	color: #004955;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px; 
	text-transform: uppercase;
    display: block;
    text-align: center;
}
#rx-type-selection .reorder-ul li.reorder-cl-rx {
	background: #F7FBFC;
	display: none;
}

.logged-in #rx-type-selection .reorder-ul li.reorder-cl-rx {
	display: flex;
  
}
.logged-in #rx-type-selection .reorder-ul li.login-to-reorder {
	display: none;
}
#rx-type-selection .reorder-ul li.login-to-reorder {
	background: #F0F0F0;
	display: flex;
    gap: 10px;
}
#rx-type-selection .reorder-ul li a:hover{
	background: #004955;
	color: #fff;
}
#rx-type-selection .reorder-ul li h4 {
	margin: 0 0 8px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	color: #000;
}
#rx-type-selection .reorder-ul li p {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: 3d3d3d;
	margin: 0;
}
#rx-type-selection li {
    width: 100%;
    margin-bottom: 16px;					   
}

#rx-type-selection li .option-wrapper {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 13px 22px 31px 58px;
    position: relative;
    display: flex;
    gap: 26px;
    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 a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#rx-type-selection li .option-wrapper:hover, 
#rx-type-selection li .option-wrapper.selected {
    border-color: #01ACC8;
    background-color: #F7FBFC;
}
#rx-type-selection li .option-wrapper::before {
    width: 23px;
    height: 23px;
    position: absolute;
    left: 24px;
    top: 50%;
    margin-top: -11px;
    content: '';
    border-radius: 23px;
    border: 1px solid #C0C0C0;
    pointer-events: none;
    display: none;
}
#rx-type-selection li .option-wrapper.selected::before {
	background: #253D85 url(../img/rx-icon-check.png) no-repeat center;
    border-color: #253D85;
    background-size: 13px auto;
}
#rx-type-selection li .option-wrapper label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
#rx-type-selection li .option-wrapper input {
	opacity: 0;
    visibility: hidden;
}
#rx-type-selection .reorder-ul li a {
    position: relative;
}
#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: 60px;
    text-align: left;
	/* margin-right: 27px; */
}
#rx-type-selection li .option-wrapper img {
	max-height: 36px;
}
#rx-type-selection li .option-wrapper .selection-info {
    align-self: flex-start;
}
#rx-type-selection li .option-wrapper h4.rx-type-heading {
    margin: 0 0 6px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}
#rx-type-selection li .option-wrapper p {
	margin: 0;
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 300;
    line-height: 162%;
}

/*======= Rx Options Section =========*/
#rx-type {
	display: none;
}
.tab-pane {
    max-width: 756px;
    width: 100%;
    padding-bottom: 50px;
}
.tab-pane h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 133.33%;
    color: #000000;
    margin: 0 0 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
    letter-spacing: 0;
}

/*======= 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;
}
#enter_rx .eyes-diff {
    margin-bottom: 31px;
    padding: 0;
}
#enter_rx .eyes-diff.custom-checkbox.disabled {
    pointer-events: none;
    opacity: 0.5;
}
#enter_rx .custom-checkbox label {
    padding-left: 36px;
    line-height: 26px;
}
#enter_rx .custom-checkbox label::before {
    width: 24px;
    height: 24px;
}
#enter_rx .custom-checkbox label::after {
    left: 0;
}
#enter_rx .sp-prescription-box {
    max-width: 756px;
}
.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;
}
.tab-pane .tab-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}
ul.rx-values li {
    float: left;
    width: 50%;
} 
ul.rx-values li.disabled {
    
}
ul.rx-values li#variationRow0 {
    padding-bottom: 1px;
}

/*popup part*/

.tab-wrapper ul.rx-values li#variationRow0 {
    border-right: 1px solid #ccc;
}
 
.tab-wrapper ul.rx-values li .box1 {
    border-bottom: 1px solid #ccc;    
}

.tab-wrapper ul.rx-values li > span:not(.box1)
 {
    padding-right: 24px;
    margin: 18px 0 0 !important;
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.tab-wrapper ul.rx-values .lg-custom-drop .label-text, .tab-wrapper ul.rx-values .lg-custom-input .label-text {
    margin-bottom: 5px;
    color: #3d3d3d;
}


.tab-wrapper ul.rx-values .lg-custom-drop select {
    height: 50px;
    padding: 10px 16px;
}

.tab-wrapper ul.rx-values li .box1 {
    padding: 0 24px 24px 0;
    margin-bottom: 8px;
}

/*popup part*/

ul.rx-values li#variationRow1 {
}
ul.rx-values li.disabled .box2 {
	pointer-events: none;
	opacity: 0.5;
}
ul.rx-values li > span:not(.box1) {
    padding-right: 24px;
    margin: 0px 0 0 !important;
    width: 100%;
    float: left;
    display: flex;
	flex-direction: column;
    justify-content: left;
}    
ul.rx-values li#variationRow1 > span:not(.box1) {
    padding-left: 24px;
    padding-right: 0;
}

ul.rx-values li.clickdisabled .box1 {
    pointer-events: none;
    opacity: 0.5;
}
ul.rx-values li .box1 {
    font-size: 16px;
    color: #000;
    text-align: left;
    display: block;
    padding: 0 24px 0px 0;
    margin-bottom: 8px;
    float: left;
    width: 100%;
}

ul.rx-values li#variationRow0, ul.rx-values li#variationRow1 {
    padding-bottom: 20px;
}

ul.rx-values li#variationRow0 .custom-checkbox,  ul.rx-values li#variationRow1 .custom-checkbox{
    padding-bottom: 8px;
}


ul.rx-values li#variationRow1 .box1 {
    padding-left: 24px;
    padding-right: 0;
}
ul.rx-values li.disabled .box2, ul.rx-values li.clickdisabled .box2 {
    pointer-events: none;
    opacity: 0.5;
}
.lg-custom-drop, .lg-custom-input {
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 0;
}
.lg-custom-drop.single_val_attr {
    /* padding: 15px 16px; */
    /* border: 1px solid #a0a0a0; */
    /* border-radius: 4px; */
    position: relative;
    background: transparent;
}	
.lg-custom-drop.single_val_attr:focus {
    border: none !important;
}
.lg-custom-drop .attrib_val {
	/* float: right; */
    /* z-index: 999; */
    /* position: absolute; */
    /* left: auto; */
    /* right: 20px; */
    /* top: 2px; */
    /* bottom: 2px; */
    color: #a0a0a0;
    line-height: 26px;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    padding: 10px 16px;
    text-align: left;
    margin-top: 23px;
    background: url('/wp-content/plugins/opticommerce-cl/assets/img/checked-attribute.png') no-repeat 96% center / 24px;
}
.lg-custom-drop select {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000;
    height: 54px;
    padding: 12px 16px;
    border-radius: 4px;
    border: 1px solid #CCC;
    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;
}
ul.rx-values .lg-custom-drop select {
    font-size: 16px;
    color: #707070;
    height: 45px;
    padding: 6px 16px;
    border-radius: 4px;
    border: 1px solid #CCC;
    box-shadow: none;
    /*text-transform: capitalize;*/
	background: transparent;
}
.lg-custom-drop .label-text, .lg-custom-input .label-text {
    margin-bottom: 8px;
    float: left;
    color: #000;
}

ul.rx-values .lg-custom-drop .label-text, ul.rx-values .lg-custom-input .label-text {
    margin-bottom: 0;
    color: #000;
}
.lg-custom-drop.single_val_attr .label-text {
    margin-bottom: 0;
}
.lg-custom-drop.single_val_attr select {
	opacity: 0;
	display: none !important;
}
.lg-custom-drop::after {
    content: "";
    position: absolute;
    bottom: 4px;
    width: 32px;
    height: 45px;
    background: url(../img/drop-arrow.png) no-repeat center #fff;
    right: 1px;
    pointer-events: none; 
}
ul.rx-values .lg-custom-drop::after {
    height: 32px;
}
.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 h5 {
    margin: 0 0 16px;
    float: left;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
    width: 100%;
}
.rx-two-col p {
	margin-bottom: 9px;
}
.rx-two-col .rx-col-2 {
    max-width: 650px;
    margin: 0 -15px;
    display: inline-block;
}
.rx-two-col .rx-col-2 .col-50 {
    padding: 0 15px;
    width: 50%;
    margin-bottom: 17px;
    float: left;
    /* clear: none; */
}
.rx-two-col .rx-col-2 .col-50:last-child {
    clear: both;
}
.rx-two-col .rx-col-2 p {
    display: block;
    clear: both;
    padding-left: 14px;
    padding-top: 0;
    margin-bottom: 10px;
}
.rx-two-col .rx-col-2 .col-50 .label-text {
    font-weight: 400;
    color: #000;
    margin-bottom: 3px;
}
.rx-two-col .rx-col-2 .col-50 .lg-custom-input input {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #000;
    height: 46px;
    padding: 12px 16px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
}

.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: 760px;
    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: 23px;
}
.upload_img {
    background: url(../img/camera.png) no-repeat center top;
    background-size: 39px;
    padding-top: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.upload_img p {
    color: #3D3D3D;
    font-weight: 600;
    line-height: 1.6;
    margin: 0 0 8px; 
    max-width: 440px
}    
.upload_img_wraper input {
    display: none;
}
.upload_img_wraper label {
    padding: 14px 24px;
    border-radius: 4px;
    border: 2px solid #004955;
    color: #004955;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    /* width: 92px; */
    margin-top: 24px;
    cursor: pointer;
}
.upload_img_wraper label:hover {
    background: #004955;
    color: #fff;
}
.upload_img_wraper span {
    color: #707070;
    font-size: 14px;
    line-height: 1.4;
}
.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/image-uploaded.png) no-repeat left top;
    line-height: 32px;
    background-size: 32px;
    text-align: left;
}
.image-notice {
    font-size: 11px !important;
    color: #d70b0b !important;
    font-weight: 500;
    line-height: 1 !important;
    display: block;
    text-transform: none;
    margin: 7px 0;
    text-align: left;
}
.cl-uploaded-image .file-name {
    display: block; 
    padding: 5px 0 0;
}

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

}	

/*===== Upoad Prescription Section =====*/
#upload_rx .patient-info-wrapper {
    padding: 24px 0 0;
	border-bottom: none;
	border-top: 1px solid #e0e0e0;
    max-width: 760px;
    /* 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;
    height: 100%;
}
#existing_patient .patient-info-wrapper {
    border-bottom: none;
    /* display: none; */
}
#existing_patient .section-footer {
    display: none;
}
#existing_patient .section-footer.continue {
    display: flex;
}
.prescription-info-wrapper {
    padding-top: 24px;
}

/*===== Existing Patient Section =====*/
#existing_patient .patient-info-wrapper p {
    margin-bottom: 10px;
}
#existing_patient .patient-info-wrapper > p {
    margin-bottom: 17px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}
/*===== 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;
}
#store_selection {
    display: none;
}
.selected_store_info {
    background: #F8F8F8;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
}
.store_selection_label {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px; 
    padding: 10px 43px;
    margin-bottom: 12px;
    background: url('/wp-content/uploads/2024/01/checked-brnch.png') no-repeat left center / 32px;
    height: 50px;
}
.selected_store_info .store_name {
    margin: 0 0 7px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
}
.selected_store_info .wpsl-street,
.selected_store_info .wpsl-contact-details {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    margin: 0;
}
.selected_store_info+p > a, 
.selected_store_info+p {
    font-size: 14px;
    line-height: 26px;
    color: #000;
    font-weight: 400;

}
.back_to_store_selection {
    text-decoration: underline;
}
/* .gm-style-iw-d .btn-holder button {
  background: #fff;
  color: #004955;
  border: 2px solid #004955;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  max-width: 120px;

}  */
.gm-style-iw-d .btn-holder button {

    width: 100%;
    background-color: #fff;
    color: #004955;
    border: 2px solid #004955;
    display: block;
    max-width: calc(100% - 52px);
 }
.gm-style-iw-d .btn-holder button:hover {
	color: #fff;
    background: 004955;
	
}
/* Datepicker */
.single #ui-datepicker-div {
    padding: 2px;
    border-radius: 0;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.5);
    font-family: "Inter", sans-serif;
    border: none;
}

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

.single #ui-datepicker-div .ui-datepicker-title {}

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

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

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

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

.single #ui-datepicker-div table.ui-datepicker-calendar {}

.single #ui-datepicker-div table.ui-datepicker-calendar tr {}

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

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

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

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

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

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

/*========== Responsive ===========*/
@media(max-width: 1350px) {
    #cl-options-wrapper {
        padding: 31px 20px;
    }
    
    .power-options {
        gap: 25px;
    }
}

@media(max-width: 1300px) {
    .power-options {
        gap: 20px;
    }
}

@media(max-width: 1100px) {
    #eye-selection ul {
        gap: 15px;
    }
	.product-sidebar-inner ul.eye-qty {
		margin-bottom: 0;
	}
	.custom-checkbox label {
		padding-left: 32px;
		font-size: 15px;
	}
	/* .custom-checkbox label::before {
		width: 20px;
		height: 20px;
	}
	.custom-checkbox label::after {
		left: 2px;
		background-size: 10px !important;
	} */
	#cl-options-wrapper {
        padding: 31px 20px;
    }
    .product-sidebar-inner ul.eye-qty li {
		flex-wrap: wrap;
	}
	.product-sidebar-inner ul.eye-qty li span {
		margin-bottom: 12px;
	}
	/*----- 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: 410px;
        padding: 28px 24px 0 20px;
    }
    #rx-type-selection .reorder-ul li {
        flex-direction: column;
    }
    #rx-type-selection .reorder-ul li > div {
        display: flex;
        flex-direction: column;
    }
    #rx-type-selection .reorder-ul li > div:first-child {
        margin-bottom: 10px;
        width: 100% !important;
    }
    #rx-type-selection li .option-wrapper,
    #rx-type-selection li .option-wrapper {
        padding: 16px 40px 16px 40px;
    }
    #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 6px;
	}
	.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(max-width:930px){ 
   .power-options {
       flex-direction: column;
   }    
}



@media(max-width:768px){
  .power-options {
       flex-direction: row;
   }   
    
	button.secondary-btn.close-btn {
		font-size: 12px;
		line-height: 16px;
		color: #3D3D3D;
		margin-bottom: 16px;
	}
	.tab-pane h2 {
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
        padding-bottom: 22px;
        margin-top: 0 0 23px;
	}
	 button.secondary-btn.mob,
	 button.secondary-btn.mob:hover {
		display: block;
		width: 100%;
		text-align: left;
		font-size: 12px;
		font-weight: 400;
		line-height: 1.33;
		color: #3d3d3d;
		margin-bottom: 24px;
		background: url('/wp-content/plugins/opticommerce-cl/assets/img/chev-left.png') no-repeat left center / 18px;
		padding-left: 26px
	}
    #enter_rx .custom-checkbox label {
        padding-left: 32px;
    }
    #enter_rx .eyes-diff {
        margin-bottom: 25px;
    }
    ul.rx-values li .box1 {
        padding: 0 12px 0px 0;
        margin-bottom: 0;
    }
    ul.rx-values li#variationRow0, ul.rx-values li#variationRow1
    {
        padding-bottom: 15px;
    }
    ul.rx-values li#variationRow1 .box1 {
        padding-left: 14px;
    }
    
    #enter_rx .patient-info-wrapper {
        padding-top: 24px;
    }
    #cl-steps-wrapper-inner {
        flex-direction: column;
    }
    #product-sidebar {
        max-width: 100%;
    }
    #cl-options-wrapper {
        max-width: 100%;
        padding: 30px;
    }
    #rx-type-selection ul {
        margin-top: 0;
        margin-bottom: 50px;
    }
    #rx-type-selection ul.reorder-ul {
        margin-bottom: 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;
    }
    #qty-selection .qty-item a {
        flex-direction: column;
        background: none;
        padding: 10px 16px 5px 15px !important;
        position: relative;
    }
    #qty-selection .qty-item a#s-qty {
        padding: 2px 16px 5px 0 !important;
    }
    
    #qty-selection .qty-item a .discount_text {
        position: absolute;
        right: 17px;
        top: 22px;
    }
    #qty-selection .qty-item #s-qty.active, #qty-selection .qty-item #s-qty:hover, #qty-selection .qty-item #s-qty:focus,
    #qty-selection .qty-item a.active, #qty-selection .qty-item a:hover, #qty-selection .qty-item a:focus {
        background: #F7FBFC;
    }
    #eye-selection {
        padding: 7px 16px 21px;
    }
    #eye-selection ul {
        /*flex-direction: column;*/
        gap: 23px;
    }
    #eye-selection li {
        width: 100%;
        max-width: 100%;
    }
	.cl-image-area {
		margin-bottom: 17px;
	}
	#upload_rx .patient-info-wrapper {
		padding: 23px 0 0;
	}
    .product-sidebar-inner {
        background: #f6f6f6;
    }
    .product-sidebar-inner .total-price {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 12px 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;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }
    .product-sidebar-inner .total-price .price-total {
        padding-right: 48px;
        position: relative;
        line-height: 24px;
        color: #000;
        text-align: right;
        font-size: 16px;
        font-weight: 500;
    }
    .product-sidebar-inner .total-price .price-total:after {
        content: "";
        width: 32px;
        height: 32px;
        background: url(../img/chevron-up-white.png) no-repeat center / 32px;
        position: absolute;
        right: 0;
        border-radius: 32px;
    }
    .active .product-sidebar-inner .total-price .price-total:after {
        transform: scaleY(-1);
    }
    .product-sidebar-content {
        padding: 20px 20px 70px;
        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::before {
        display: none;
    }
    #product-sidebar.active {
        top: 0;
        background: rgba(0,0,0,0.3);
        height: auto;
    }
    .product-sidebar-inner {
        max-height: auto;
        height: auto;
        padding: 16px;
        overflow: hidden;
    }
    .product-sidebar-inner .prod-info-wrapper {
        max-width: 290px;
        margin: auto;
    }
    .product-sidebar-inner button.secondary-btn {
        display: none;
    }
    .product-sidebar-inner figure {
        max-width: 100%;
        text-align: center;
        margin: auto;
        padding: 20px;
    }
    .product-sidebar-inner .total-price::before,
    .product-sidebar-inner .total-price::after {
        display: none;
    }
    #rx-type-selection h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    margin: 0 0 4px;
    letter-spacing: 0;
    padding-bottom: 21px;
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
    }
    #rx-type-selection .reorder-ul li {
        padding: 16px 16px 17px;
        margin-bottom: 16px;
    }
    #rx-type-selection .reorder-ul li h4 {
        margin-bottom: 8px;
    }
    #rx-type-selection .reorder-ul li > div {
        justify-content: center;
        width: 100% !important;
    }
    #rx-type-selection .reorder-ul li > div a {
        display: block;
        max-width: 380px;
        width: 100%;
        margin: auto;
        text-align: center;
        padding: 13px 21px 12px;
    }
    #rx-type-selection li .option-wrapper {
        padding: 14px 15px;
    }
    #rx-type-selection li .option-wrapper figure {
        display: none;
    }
    #rx-type-selection li .option-wrapper h4.rx-type-heading {
        text-align: left;
        font-size: 16px;
        margin: 0 0 5px;
    }

    #rx-type-selection li .option-wrapper p {
        font-size: 14px;
        line-height: 22px;
        text-align: left;
    }
    .product-sidebar-inner h4.pro-name {
        font-size: 18px;
        line-height: 28px;
    } 
	.section-footer {
		gap: 17px;
	}
    .section-footer .single_add_to_cart_button_lenses {
        padding: 10px 25px;
    }

}
@media(max-width:480px) {
    #cl-options-wrapper {
        padding: 16px;
    }
    .rx-two-col .rx-col-2 {
        margin: 0 -8px;
    }
    .rx-two-col .rx-col-2 .col-50:first-child,
    .rx-two-col .rx-col-2 .col-50:nth-child(2) {
        width: 50%;
        padding: 0 8px;
    }
    .rx-two-col .rx-col-2 .col-50 {
        width: 100%;
        padding: 0 8px;
    }
    
    ul.rx-values li > span:not(.box1) {
        padding-right: 5px;
    }
    ul.rx-values li#variationRow1 > span:not(.box1) {
        padding-left: 16px;
        padding-right: 0;
    }
    
    .power-options {
       flex-direction: column;
    }   
    
}  

@media(max-width:410px) { 
    .custom-checkbox label::before {
        top: 38%;        
    }
    .custom-checkbox label::after {
        top: 38%;
    }
}


@media only screen and (min-width: 1300px) {
	.main-menu .elementor-nav-menu>li.menu-item-has-children:first-child > a {padding-left: 0 !important;}
	.remove-overlay .elementor-background-overlay {
		background-color: unset !important;
	}
}
#rx-type-selection .reorder-ul .login-to-reorder  div:first-child,
#rx-type-selection .reorder-ul li.reorder-cl-rx div:first-child{
    width: 76%;
}