/******************************************************
 * Author: Opticommerce
 * Description: Use the classes `version1`, `version2`, or `version3` 
 *              to modify the layout styles dynamically. For some layout to achieve 
 *              take a reference to the dev.ecomm-template
 * Dependencies:
 *   - Elementor: For content building and styling.
 *   - Store Locator: Ensures compatibility with the `sl-listing-enabled` class.
     - Wocommerce
 * Notes:
 *   - Ensure proper integration of dependencies for optimal functionality.
 *   - There is an empty container in the template with a class pop-show. Don't remove that. This container has a 
        class "pop-show"
 *   - If there is no store locator listing enabled then remove the class and remove
        the relevant code.Remove the class "sl-enabled" as well.
 *   - Use utility classes if you have to show or hide something.
 * For Developers: 
 * - Layout 1: "" // Default no need to use any class.
 * - Layout 2: ".version2"
 * - Layout 3: Use Classe ".version2.version3"
 ******************************************************/
/**Color Resets**/
:root {
  --primary-bg: #fff;
  --text-color: #1f1f1f;
  --accent-color: #1F63D9;
  --primary-btn-bg-color: #1F63D9;
  --primary-btn-bg-hover-color: #fff;
}

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

.wp-list-table select:hover {
    color: #2c3338;    
}

.wp-list-table select:focus {
    background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
    background-size: 16px 16px;
    color: #2c3338;
}

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;
}
/**********Utility Classes**************/
.version3 .hd-on-v3,
div#inline-1 {
    display: none !important;
}
.version3 .hd-on-all {
    display: block;
}
.hd-on-all {
    display: none;
}

/* custom code */

.version2 .discount-val {
    position: relative;
    top: -11px;
    right: -3px;
   /*font-family: "Lexend", Sans-serif;*/
    display: none;
}

.version2 .elementor-button,
.right_reorder .elementor-button {
    background-color: var(--e-global-color-e6c2972);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-e6c2972);
    padding: 10px 24px 10px 24px;	
}

.version2 .elementor-button:hover,
.right_reorder .elementor-button:hover {
    color: #fff;
    background-color: var(--e-global-color-521356f);
}

.version2 .hd-on-v3 {
    display: none;
}

.version2 li.qty-item:not(.qty-stepper) {
    background-color: #fff;
    display: none;
}

.version2 .qty-selection li.qty-item.active {
    border: 2px solid var(--accent-color);
    background-color: #fff !important; 
}

.version2 .qty-selection li.qty-item a.disabled {
    /* opacity: 1; */
    text-decoration: none;
}

.version2 .qty-discount {
    margin-bottom:0;
}

.version2 .qty-discount .section-label {
    text-transform: none;
}

.section-footer button.secondary-btn, .section-footer .single_add_to_cart_button_lenses {
    padding: 10px 24px 10px 24px;
    border: 1px solid;
}

.single_add_to_cart_button_lenses {
    color: #fff;
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.single_add_to_cart_button_lenses:hover,
.single_add_to_cart_button_lenses:focus {
    color: #fff;
    background-color: var(--e-global-color-secondary);
}

/* ************** */

.d-none {
    display: none !important;    
}

.cl-custom-close-btn {
    display: none;
}

.woo-variation-swatches ul.variable-items-wrapper {
    display: none !important;
}

.woo-variation-swatches .variations td.value>span:after, .woo-variation-swatches .variations td.value>span:before, .woo-variation-swatches .woo-variation-raw-select, .woo-variation-swatches .woo-variation-raw-select:after, .woo-variation-swatches .woo-variation-raw-select:before {
    display: unset !important;
}

.lg-custom-drop select {
    font-size: 14px !important;
}

#existing_patient .sl-listing-content {
    display: none !important;
}

.custom-store-selector {
    margin: 0;
    width: 100%;
    position: relative;
    min-height: 52px;
    border: 1px solid #707070;
    border-radius: 4px;
    background: #fff;
    float: left;
    color: #666;
    font-size: 14px;
}

.custom-store-selector:focus {
    border: 1px solid #333;
    outline: 0;
}

/* .continue-btn a.elementor-button {
    padding: 9px 24px 9px 24px !important;
    font-size: 14px;
} */

.section-footer button.secondary-btn,
.section-footer .single_add_to_cart_button_lenses {
    padding: 10px 24px 10px 24px !important;
    text-transform: uppercase;
}

#ui-datepicker-div {
    z-index: 100 !important;
}

/* .product-sidebar-inner .total-price .price-total .currencySymbol {
    margin-right: -4px;
} */

.verify-prescription-wrapper {
    border-top: 1px solid #ccc;
    padding: 25px 0 20px 0;
    margin-top: 10px;
}

.verify-prescription-wrapper .form_heading {
    text-transform: inherit;
}


.verify-prescription-wrapper .opticians-checkbox {
    margin: 10px 0 10px 0;
}

.opticians-checkbox .custom-checkbox label::before {
    border: 1px solid #ccc;   
}

.opticians-checkbox .checkbox-error.custom-checkbox label::before {
    border: 2px solid #d70b0b;   
}

.opticians-checkbox .custom-checkbox label {
     font-size: 14px;
}

/*fixed fields breaking*/
.rx-col-2::after {
    content: "";
    display: table;
    clear: both;
}

.product-sidebar-inner .total-price label {
    font-size: 18px;
   /*font-family: "Lexend", Sans-serif;*/
    position: relative;
    top: 5px;
    font-weight: 400;
    color: #1F1F1F;
}

/* .colour-option.custom-color-cls {
    margin-top: -10px;
} */

.colour-option.custom-color-cls label {
    max-width: 100%;
    min-height: auto;
    border: 1px solid #707070;
}

.colour-option.custom-color-cls select {

    height: 44px;
}
.colour-option.custom-color-cls select option:first-child {display: none;}
.colour-option.custom-color-cls select * {
    font-weight: 400;
}

.colour-option.custom-color-cls .lg-custom-drop::after {
    height: 36px;
}

/* custom code end */

/*********Store locator Disbaled***********/
.sl-listing-disabled .sl-listing-content{
    display: none;
}
.sl-listing-disabled .tab-wrapper,
.sl-listing-disabled .tab-wrapper .sl-enabled {
    display: block !important;
}
/******* End *******/
.product-prescription-area {
    padding: 0;
    margin-bottom: 0;
    text-align: left;
}
.variations_form {
    margin: 0 !important;
}
.version3 .variations_form {
    display: flex;
    flex-direction: column;
}
.datepicker-container {
	z-index: 99999 !important;
} 	
.clearfix {
	float: left;
    width: 100%;
}
.version2 .qty-section {
    background: #F9F9F9;
    padding: 28px 24px 16px;
}
.version2.version3 .qty-section {
    padding: 21px 22px 16px;
} 
.qty-section,
.version2.version0 .qty-section {
    background: transparent;
    padding: 0;
}
.section-label { 
    float: left;
    width: 100%;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 22px;
}
/* .section-label.clr {
    margin-bottom: 32px;;
} */
.version0 .section-label { 
	display: none;
}
.qty-discount {
    display: none;
    justify-content: space-between;
	margin-bottom: 24px;
}

.version2 .qty-discount {
    display: flex;
}
.version3 .qty-discount {
    margin-bottom: 28px;
}
.version0 .qty-discount {
    display: none;
}
.qty-discount .section-label {
	margin-bottom: 6px;
   /*font-family: "Lexend", Sans-serif;*/
    letter-spacing: 0.1px;
}
.version3 .qty-discount .section-label {
    margin-top: 2px;
}
.discount-val {
    font-size: 20px;
    color: var(--accent-color);
    text-align: right;
    font-weight: 600;
}
.version3 .discount-val {
    margin-right: 2px;
}
.discount-val span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}

/* Checkbox */
.custom-checkbox {
    padding-bottom: 15px;
    float: left;
}
.custom-checkbox input {
	display: none;
}
.custom-checkbox label {
    position: relative;
    padding-left: 35px;
    margin: 0;
    line-height: 1.5;
	font-size: 16px;
    font-weight: 400;
    color: #1f1f1f; 
	cursor: pointer;
	float: left;
}
.custom-checkbox label::before {
    position: absolute;
    content: "";
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #909090;
	border-radius: 2px;
    top: 50%;
    transform: translateY(-50%);
}
.custom-checkbox label::after {
    content: "";
    position: absolute;
    z-index: 99;
    cursor: pointer;
    top: 50%;
    left: 4px;
    height: 14px;
    width: 14px;
    background: url(../img/checkmark-white.png) no-repeat center !important;
    background-size: 14px !important;
    display: none;
    transform: translateY(-50%);
}
.custom-checkbox input[type="checkbox"]:checked + label::after {
	display: block;
}
.custom-checkbox input[type="checkbox"]:checked + label::before {
    background: var(--accent-color);
    border-color: var(--accent-color);
}
/* ----- */

/*--- Validation Error and Loader ---*/
.error {
    float: left;
    display: block;
    margin-bottom: 0;
    font-size: 12px;
    color: #d70b0b;
    padding: 3px 0px 0;
    border-radius: 2px;
    font-weight: 400;
   /*font-family: "Lexend", Sans-serif;*/
}
.error.top {
    width: 100%;
    border: 1px solid #d70b0b;
    padding: 7px 15px;
    margin-bottom: 20px;
    font-size: 12px;
	background: #fff3f3; 
}	
.version3 .error.top {
    margin-top: 20px;
    margin-bottom: 0;
}
.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;
}
/* ----- */

/*--- Color Selection ---*/
.colour-option {
    margin-bottom: 36px;
    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 ---*/
ul.qty-selection {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 16px;
	margin-bottom: 16px;
}
.version2 ul.qty-selection {
    flex-direction: row;
    flex-wrap: wrap;
}
.qty-selection li.qty-item {
    border: 1px solid #909090;
    border-radius: 4px;
}
.version2 .qty-selection li.qty-item {
    width: calc(33.33% - 11px);
   /*font-family: "Lexend", Sans-serif;*/
}
.version2 .qty-selection li.qty-stepper.qty-item {
	width: 100%;
	border: none;
}
.version0 .qty-selection li.qty-item:not(.qty-stepper) {
    display: none;
}
.qty-selection li.qty-item a {
    display: flex;
    padding: 16px 16px 16px 64px;
	position: relative;
	font-weight: 500;
	gap: 32px;
	line-height: 30px;
	text-wrap: nowrap;
}
.qty-selection li.qty-item a.disabled {
    opacity: 0.5;
    pointer-events: none;
    text-decoration: line-through;
}
.version2 .qty-selection li.qty-item a {
    padding: 12px 16px;
    flex-direction: column;
    gap: 0;
	line-height: 1.56;
	text-wrap: auto;
    color: #1f1f1f;
}
.version2 .qty-selection li.qty-item a.s-qty {
	display: none;
}
.version3 .qty-selection li.qty-item a {
    padding: 11px 16px;
}
li.qty-item a:before {
    position: absolute;
    content: "";
    left: 16px;
    width: 24px;
    height: 24px;
    border: 1px solid #909090;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.version2 li.qty-item a:before {
	display: none;
}
.qty-selection li.qty-item a span.lenses-qty {
    font-size: 14px;
    font-weight: 400;
}
.version2 .qty-selection li.qty-item a span.lenses-qty {
    color: #707070;
    font-weight: 400;
}
.qty-selection li.qty-item a span.disc-percentage {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 6px 16px;
    background: #DD0B0B;
    border-radius: 30px;
    align-self: flex-end;
    line-height: 1.5;
    margin-left: auto;
}
.version2 .qty-selection li.qty-item a span.disc-percentage { 
	display: none;
}
/* .qty-selection li.qty-item:hover {
    background-color: #F8F8F8;
} */
.version0 .qty-selection li.qty-item:hover {
    background-color: transparent;
}
.qty-selection li.qty-item.active {
    border: 2px solid var(--accent-color);
    background-color: #F8F8F8;
}
li.qty-item.active a:before {
	border: 6px solid #84A1BC;
}
/* ----- */

/*--- Eye Selection ---*/
.eye-selection {
    padding: 0 16px 16px 64px;
}
.version2 .eye-selection {
    padding: 0 0 2px 0;
	display: block !important;
}
.version3 .eye-selection {
    padding-top: 22px;
}
.version0 .eye-selection {
    padding: 0;
}
.eye-selection ul {
    margin: 0;
    display: flex;
	flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}
.eye-selection ul li {
    width: calc(50% - 12px);
    padding: 0;
}
.eye-selection ul li.disabled {
	opacity: 0.7;
}
.eye-selection ul li.disabled .box5 {
	pointer-events: none;
}
.eye-selection ul li.left-eye-selection .box5 {
    margin: 0 !important;
}
.version2 .op-quantity-custom,
.op-quantity-custom.select {
    display: none;
}

.version2 .op-quantity-custom.select,
.version2 .op-quantity-custom.select label {
    display: block;
}
.version2 .op-quantity-custom.select label select {
    padding: 11px 10px;
    font-size: 14px;
    color: #1F1F1F;
    line-height: 21px;
    border:1px solid #707070;
    border-radius: 4px;
    background: #fff url(../img/chev-down.svg) 95% no-repeat;
    appearance: none;
    -webkit-appearance: none; 
    -moz-appearance: none;
    font-weight: 400;
}

.version2 .op-quantity-custom.select label select * {
    font-weight: 400;
}

.stepper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	border: 2px solid var(--accent-color);
    border-radius: 4px;
	align-items: center;
	background: #fff;
}
.stepper button {
    width: 40px;
    height: 40px;
    border: none;
    color: #fff !important;
    font-size: 0;
    padding: 0;
    background: url(../img/minus-white.png) no-repeat center #fff;
    background-color: var(--accent-color) !important;
    border-radius: 0;
}
.stepper button.increase {
	background: url(../img/plus-white.png) no-repeat center #fff;
}
.stepper button.disabled {
	opacity: 0.5; 
}
.stepper .q-value {
    flex: 1;
    text-align: center;
    background: #fff;
}
/* ----- */

/*--- selection total on main screen ---*/
.selection-total {
    display: none;
    justify-content: space-between;
    padding: 22px 24px 12px;
    border-top: 1px solid #CCC;
    background: #EDF3F9;
	margin-bottom: 24px;
}
.version2 .selection-total {
    display: flex;
    /*font-family: "Lexend", Sans-serif;*/
}	
.version0 .selection-total {
    display: none;
}
.selection-total label {
	/* font-size: 16px; */
	font-weight: 600;
   /*font-family: "Lexend", Sans-serif;*/
}
.selection-total label span {
	font-weight: 400;
}
.selection-total .discounted-total {
	font-size: 18px;
    line-height: 1.5;
	font-weight: 700;
    position: relative;
    top: -5px;
}
.selection-total .original-price {
	font-size: 14px;
	font-weight: 400;
	color: #707070;
	text-decoration: line-through;
}
/* ----- */

/*--- Continue Button ---*/
.continue-btn {
    float: left;
    width: 100%;
    margin-bottom: 23px;
}
.version3 .continue-btn {
    order: 4;
}
.continue-btn a {
    width: 100%;
}
.version3 .continue-btn a {
    display: none;
}
.version3 button.btn-cart {
    display: block;
    width: 100%;
}
/* ----- */

/*--- Fixed Positioned CL Steps Overlay ---*/
#cl-steps-wrapper {
    position: static;
    z-index: 9999;
    display: none;
    padding: 0;
    margin: 0;
    float: none;
}
.version3 #cl-steps-wrapper  {
    display: block;
    position: relative;
}
/* Header */
.cl-header {
    /* background: var(--accent-color); */
	border-bottom: 1px solid #eee;
}
.version3 .cl-header {
    display: none;
}
.cl-header-inner {
    max-width: 1414px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 24px;
	min-height: 80px;
}
.cl-header figure {
    margin: 0;
}
.cl-header img {
    max-width: 240px;
}
.cl-header button.close-btn {
    border: 0;
    padding: 0;
    background: transparent;
	text-transform: none;	
    /* position: relative;
    top: -4px;
    right: 16px; */
}

.cl-header button.close-btn:hover {
    background: transparent;
    color: #1f1f1f;    
}

/* Selected Product Sidebar */
#product-sidebar {
    width: 100%;
    max-width: 36.2%;
    float: left;
    padding: 24px 32px 0 30px;
    position: relative;
}
.version3 #product-sidebar {
    display: none;
}
#product-sidebar::before {
    content: "";
    position: absolute;
    left: -10000px;
    top: 0;
    right: 0;
    bottom: 0;
    background: #F6F6F6;
    z-index: -1;
}
.product-sidebar-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
a.back_product {
    display: flex;
    align-items: center;
    cursor: pointer;
}
a.back_product img {
    margin-right: 8px;
}
.product-sidebar-inner figure {
    padding: 40px 0 40px;
    margin-bottom: 0;
    text-align: center;
}
.product-sidebar-inner figure img {
    max-height: 200px;
}

.product-sidebar-inner .lower_section {
	padding: 24px 0;
}
.product-sidebar-inner h4.pro-name {
    font-size: 34px;
    font-weight: 600;
    margin: 0 0 8px;
}
.product-sidebar-inner ul.eye-qty {
	float: left;
   /*font-family: "Lexend", Sans-serif;*/
    font-weight: 400;
}
.product-sidebar-inner ul.eye-qty li {
    display: flex;
    gap: 32px;
    font-size: 14px;
    line-height: 26px;
    justify-content: space-between;
}
.product-sidebar-inner .selected-qty.disabled {
    text-decoration: line-through;
    color: #a3a3a3;
}

.product-sidebar-inner .total-price {
    font-size: 18px;
    padding: 21px 0 62px;
    margin: 0;
    position: relative;
}
.product-sidebar-inner .total-price:before {
    content: "";
    background: #eee;
    position: absolute;
    left: -10000px;
    right: -32px;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.product-sidebar-inner .total-price .price-total {
    float: right;
    font-size: 24px;
    font-weight: 500;
}

/* Prescription Widget */
#cl-steps-wrapper-inner {
    max-width: 1414px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
}
#cl-options-wrapper {
    max-width: 63.8%;
    width: 100%;
    float: left;
    padding: 32px 24px 74px 56px;
}
.version3 #cl-options-wrapper {
    max-width: 100%;
    padding: 9px 22px;
    margin-bottom: 14px;
    background: #F9F9F9;
    overflow: hidden
}
/* Back and Continue */
.section-footer {
    padding: 24px 0 48px;
    display: flex;
    gap: 24px;
    justify-content: end;
    float: left;
    width: 100%;
    border-top: 1px solid #909090;
}
.sl-listing-enabled .section-footer.sl-enabled.active {
    display: flex;
}
.version3 .section-footer {
    display: none;
}
button.btn-cart {
	border: none;
}
button.secondary-btn {
    color: #1f1f1f;
    background: #ffffff;
    border-color: #1f1f1f;
}
button.secondary-btn i {
    margin-left: 6px;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    top: 1px;
    right: 4px;
}
.slick-track {
    display: flex !important;
}
/* Rx Type Selection */
#rx-type-selection {
	display: none;
}
.version3 #rx-type-selection {
    display: block !important;
}
#rx-type-selection h2 {
    margin: 0 0 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 22px;
}
.version3 #rx-type-selection h2{
    display: none;
}
#rx-type-selection .re_order_lens_section {
	padding: 16px 24px;
	background: #F5FAFE;
	border-radius: 4px;
	display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
    display: none;
}
#rx-type-selection .re_order_lens_section p {
	margin: 0;
    font-size: 14px;
   /*font-family: "Lexend", Sans-serif;*/
    font-weight: 400;
    color: #434B54;
}
#rx-type-selection .re_order_lens_section .upper_text {
	margin: 0 0 8px;
	font-weight: 500;
	/*font-family: "Lexend", Sans-serif; */
    font-size: 16px;
}
#rx-type-selection ul {
    float: left;
    width: 100%;
}
.version3 #rx-type-selection ul.rx-values {
    width: calc(100% - 132px);
    float: right;
    margin-top: 27px;
    margin-bottom: 15px;
}
.version3 #rx-type-selection ul.rx-values > li {
    padding-top: 22px;
}
.version3 #variationRow0::before {
    content: 'Right Eye';
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;

}
.version3 #variationRow1::before {
    content: 'Left Eye';
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.version3 #rx-type-selection > ul {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0;
}
#rx-type-selection li {
    width: 100%;
    margin-bottom: 22px;					   
}
.version3 #rx-type-selection li {
    margin: 0;
    position: relative;
}
/* .version3 #rx-type-selection li:has(input[value="Upload RX"]) {
    border-top: 1px solid #ccc;
} */
.version3 #rx-type-selection li:has(input[value="Upload RX"])::before {
    content: '';
    position: absolute;
    height: 1px;
    background: #ccc;
    width: calc(100% + 52px);
    left: -22px;
}
#rx-type-selection li .option-wrapper {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 16px 22px;
    position: relative;
    display: flex;
    align-items: start;
    min-height: 80px;
    /* background: url(../img/rx-icon-arrow.png) no-repeat #fff; */
    /* background-position: right 30px center; */
    /* background-size: 10px; */
    /* font-family: "Lexend", Sans-serif; */
    /* font-weight: 700;*/
}
#rx-type-selection .branch .option-wrapper .disabled{
    pointer-events: none;
}
.version3 #rx-type-selection li .option-wrapper {
    padding: 18px 0;
    flex-direction: column;
    min-height: 20px;
}
#rx-type-selection li .option-wrapper:hover, 
#rx-type-selection li .option-wrapper.selected {
    background-color: #F8F8F8;
}
#rx-type-selection li .option-wrapper.selected {
	border: 2px solid var(--e-global-color-secondary);
}
.version3 #rx-type-selection li .option-wrapper,
.version3 #rx-type-selection li .option-wrapper:hover,
.version3 #rx-type-selection li .option-wrapper.selected {
    background: none;
    border: none;
}
#rx-type-selection li .option-wrapper::before {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 23px;
    top: 50%;
    margin-top: -11px;
    content: '';
    border-radius: 23px;
    border: 1px solid #707070;
    pointer-events: none;
    display: none;
}
#rx-type-selection li .option-wrapper.selected::before {
	border: 6px solid var(--e-global-color-secondary);
}
.version3 #rx-type-selection li .option-wrapper::before,
.version3 #rx-type-selection li .option-wrapper.selected::before,
#rx-type-selection li .option-wrapper input {
	display: none;
}
#rx-type-selection li .option-wrapper > a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
}
.version3 #rx-type-selection li a::before {
    content: '+';
    right: 0;
    font-size: 30px;
    top: 0;
    width: 20px;
    height: 20px;
    left: auto;
} 
.version3 #rx-type-selection li .selected a::before {
    content: '-';
   
}
.version3 #rx-type-selection li a {
    position: absolute;
    width: 100%;
    height: 50px;
}
#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 {
    width: 100%;
}
#rx-type-selection li .option-wrapper h4.rx-type-heading {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
   /*font-family: "Lexend", Sans-serif;*/
}
.version3 #rx-type-selection li .option-wrapper h4.rx-type-heading {
    font-size: 18px;

}
.version3 #rx-type-selection li:nth-child(2) .option-wrapper h4.rx-type-heading {
    display: inline;
    background: url(../img/upload.svg) 100% no-repeat;
    padding-right: 35px;
}
.version3 #rx-type-selection li .option-wrapper.selected h4.rx-type-heading {
    margin-bottom: 25px;
}
#rx-type-selection li .option-wrapper p {
	margin: 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #707070;    
}
/* .version3 #rx-type-selection li .option-wrapper  .cl-image-area-wrap {
    margin-top: 20px;
} */
.version3 #rx-type-selection li .option-wrapper  .cl-image-area-wrap > p{
    margin-top: 20px;
    margin-bottom: 8px;
}
.version3 #rx-type-selection li .option-wrapper p.img-up-success {
    margin-top: 20px;
    margin-bottom: 10px;
}
.version3 #rx-type-selection li .option-wrapper .enter-presc-text {
    display: none;
}
.version3 #rx-type-selection li .option-wrapper.selected .enter-presc-text {
    display: block;
}
#rx-type-selection li .option-wrapper p button.upload-photo {
    background: none;
    padding: 0;
    border: none;
    color: #2B2E31;
    text-transform: lowercase;
    font-size: 14px;

}
/**Booking Option**/
.branches-wrapper {
    margin-top: 16px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.branches-wrapper a {
    background-color: transparent !important;
    border-color: #2B2E31 !important;
    color: #1f1f1f !important;
}
.branches-wrapper a:hover {
    background: #054E83 !important;
    border-color: #054E83 !important;
    color: #fff !important;
}
/* Rx Options Section */
#rx-type {
	display: none;
	max-width: 756px;
}
.tab-pane h2 {
    /* font-size: 30px; */
    margin: 0 0 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 22px;
}
.version3 .tab-pane h2 {
    display: none;
}
/* Custom Input & Select */
.lg-custom-drop, .lg-custom-input {
    margin: 0;
    width: 100%;
    position: relative;
    min-height: 52px;
    border: 1px solid #707070;
    border-radius: 4px;
    background: #fff;
    float: left;
   /*font-family: "Lexend", Sans-serif;*/
    font-weight: 400;
}
.version3 .lg-custom-drop,
.version3 .lg-custom-input {
    min-height: 46px;
}
.lg-custom-drop select {
    float: left;
    width: 100%;
    font-size: 16px;
    height: 54px;
    padding: 18px 14px 5px;
    border-radius: 4px;
    border: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #fff;
   /*font-family: "Lexend", Sans-serif;*/
    font-weight: 400;
    opacity: 0;
}
.version3 .lg-custom-drop select {
    height: 44px;
    padding: 5px 14px;
    appearance: none;
    -webkit-appearance: none; 
    -moz-appearance: none;
}
.version3 .lg-custom-drop select option[value=""] {
    display: none;
}
.lg-custom-drop .label-text, 
.lg-custom-input .label-text{
    position: absolute;
    bottom: 0px;
    top: 50%;
    left: 0;
    transform: translate(15px, -32%);
    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-size: 14px;
	/*font-family: "Lexend", Sans-serif; */
    font-weight: 400;	
    
}
.lg-custom-drop.slide .label-text, 
.lg-custom-input.slide .label-text {
	font-size: 12px;
    transform: translate(14px, -18px);
    line-height: 1;
    height: 12px;
    color: #707070;
}
.version3 .rx-values > li .lg-custom-drop .label-text {
/* .version3 .rx-values > li .lg-custom-drop.slide .label-text { */
    left: -133px;
    font-size: 14px;
    color: #1f1f1f;
    top: 50%;
    transform: translateY(-50%);
}
.version3 #variationRow1 .lg-custom-drop.slide .label-text {
    display: none;
}
.lg-custom-drop.slide select, .lg-custom-input.slide input {
	opacity: 1;
}

.lg-custom-drop.slide select *, .lg-custom-input.slide input * {
    font-weight: 400;
}


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

/* Info Columns */
.rx-two-col h3.form_heading { 

	margin: 0 0 10px;

}
.rx-two-col h5 {
    margin: 0 0 8px;
    float: left;    
    font-size: 16px;
    width: 100%;
	line-height: 1.5;
    font-weight: 700;
   /*font-family: "Lexend", Sans-serif;*/
}
.rx-two-col .rx-col-2 {
    max-width: 650px;
    margin: 0 -12px;
}
.col-100 {
    width: 100%;
    float: left;
}
.rx-two-col .rx-col-2 .col-50 {
    padding: 0 12px;
    width: 50%;
    margin-bottom: 16px;
    float: left;
}
.rx-two-col .rx-col-2 .col-50 .lg-custom-input input {
    padding-top: 20px;
    padding-bottom: 8px;
	border: none;
    font-size: 14px;
   /*font-family: "Lexend", Sans-serif;*/
    font-weight: 400;	
    color: #1f1f1f;
}
.sl-listing-enabled .rx-two-col .rx-col-2 .col-50:has(#practice_name) {
    /* display: none; */
}
/* Store locator listing enabled*/
.sl-listing-content > p {
    font-size: 14px;
    margin-bottom: 22px;
}
.selected-store-info p {
    font-size: 14px;
}
.selected-store-info > .store-content-wrapper {
    background: #F8F8F8;
    padding: 28px 20px 0;
    border: 1px solid #f8f8f8;
}
.selected-store-info > .store-content-wrapper > p {
		background: url(../img/Checkbox.svg) no-repeat center left;
		padding-left: 47px;
        font-size: 16px;
        line-height: 1.5;
}
.selected-store-info > .store-content-wrapper > p strong{
		display: block !important;
		font-weight: 500;
}
.selected-store-info > .store-content-wrapper > p > span {
		display: inline;
		margin-right: 3px;
}
.selected-store-info > .re-select {
    background: #F8F8F8;
    padding: 4px 24px 28px;
    margin-bottom: 22px;
}
.selected-store-info .re-select button {
    margin: 0;
    display: block;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    font-size: 14px;
    color: #1f1f1f !important;
    text-transform: capitalize !important;
}
/* Patient Info */
.patient-info-wrapper {
    border-bottom: 1px solid #e0e0e0;
    max-width: 620px;
	margin-bottom: 8px;
}
.prescription-info-wrapper {
    margin-bottom: 8px;
}
#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;
}

/* Upload Method */
.cl-image-area-wrap > p {
    margin-bottom: 29px;
   /*font-family: "Lexend", Sans-serif;*/
    font-weight: 400;
}
.upload_img_wraper {
    float: left;
    width: 100%;
}
.cl-image-area {
    width: 755px;
    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: 10px;
}
.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 {
    margin: 0 0 8px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
   /*font-family: "Lexend", Sans-serif;*/
}    
.upload_img_wraper input {
    display: none;
}
.upload_img_wraper label {
	padding: 14px 0px;
    border-radius: 30px;
    border: 1px solid #2B2E31;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    width: 114px;
    margin-top: 24px;
    cursor: pointer;
    text-align: center;
   /*font-family: "Lexend", Sans-serif;*/
    text-transform: uppercase;
}
.upload_img_wraper label:hover {
    background: #F6F6F6;
    color: #1f1f1f;
}
.upload_img_wraper span {
    color: #707070;
    font-size: 14px;
    line-height: 1.4;
   /*font-family: "Lexend", Sans-serif;*/
    font-weight: 400;
    
}
.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;
	border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.version3 .cl-uploaded-image-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
}
.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: 38px;
    background: url(../img/tick.png) no-repeat left top;
    line-height: 26px;
    background-size: 26px;
    text-align: left;
    font-size: 16px;
}
.image-notice {
    font-size: 11px !important;
    color: #d70b0b !important;
    line-height: 1 !important;
    display: block;
    text-transform: none;
    margin: 0px 0 10px 0;
    text-align: left;
    font-weight: 400 !important;
}
.cl-uploaded-image .file-name {
    display: block; 
    padding: 5px 0 0;
}
#upload_rx .patient-info-wrapper {
	border-bottom: none;
}

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

/* Add new Prescription */
#enter_rx .box1 .custom-checkbox {
    padding-bottom: 0;
}
#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 {
   /*font-family: "Lexend", Sans-serif;*/
    padding-left: 32px;
}
#enter_rx .sp-prescription-box-elements {
    float: left;
    width: 100%;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #cccccc;
}
.version3 #enter_rx .sp-prescription-box-elements {
    padding: 0;
    margin: 0;
    border: none
}
.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 {
	display: flex;
	gap: 24px;
}
ul.rx-values li {
    float: left;
    width: 50%;
}
ul.rx-values li .box1 {
    padding: 0 0 8px 0;
    float: left;
    width: 100%;
}
.version3 ul.rx-values li .box1 {
    display: none;
}
ul.rx-values li > span:not(.box1) {
    margin: 16px 0 0 !important;
    width: 100%;
    float: left;
    display: flex;
	flex-direction: column;
    justify-content: left;
}  
ul.rx-values li.clickdisabled .box1, 
ul.rx-values li.disabled .box2, 
ul.rx-values li.clickdisabled .box2 {
	pointer-events: none;
	opacity: 0.5;
}
.lg-custom-drop.single_val_attr {
    padding: 6px 14px;
    border: 1px solid #86AE53;
    border-radius: 4px;
    background: transparent;
    height: 52px;
    background: #fff url(../img/checkmark.png) right no-repeat;
    background-position-x: 97%;
}	

.version3 .lg-custom-drop.single_val_attr {
    background: url(../img/check.svg) 93% no-repeat;
    height: 46px;
}
.lg-custom-drop.single_val_attr:focus {
    border: none !important;
}
.lg-custom-drop .attrib_val {
	color: #1F1F1F;
    line-height: 50px;
    font-size: 14px;   
}
.version3 .lg-custom-drop .attrib_val {
    line-height: 2.5;
}
/* .colour-option .lg-custom-drop span.attrib_val {
    line-height: 38px;
    background-color: #fff;
} */
.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.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; 
}
.version3 .lg-custom-drop::after {
    background: url(../img/chev-down.svg) no-repeat center #fff;
    height: 38px !important;
}
ul.rx-values .lg-custom-drop::after {
    height: 42px;
}

.lg-custom-drop.single_val_attr::after {
	display: none; 
}
#enter_rx .patient-info-wrapper {
	border-bottom: none;
}

/*===== Send Later Section ======*/
#send_later .patient-info-wrapper {
	border-bottom: none;
}
.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;
}

/* Existing Patient */
#existing_patient .patient-info-wrapper {
    border-bottom: none;
}
#existing_patient .patient-info-wrapper p {
    margin-bottom: 16px;
    font-size: 14px;

}

/*========== Responsive ===========*/
@media (max-width: 1366px) {
    #cl-options-wrapper {
        padding: 32px 48px 74px;
    }
}
@media (min-width:769px){
    .product-sidebar-inner {
        height: 100%;
		display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

/* @media (max-width: 920px) and (min-width: 769px) {
    .eye-selection ul {
        flex-direction: column;        
    }
    .eye-selection ul li {
        width: 100%;
    }
} */


@media(max-width: 1100px) {
    .tab-pane h2 {
        font-size: 26px;
    }
    .product-sidebar-inner h4.pro-name {
        font-size: 20px;
    }
	.qty-selection li.qty-item a {
		padding: 8px 16px;
	}
	li.qty-item a:before {
		display: none;
	}
	.eye-selection {
		padding: 0 16px 16px 16px;
	}
	.custom-checkbox label {
		padding-left: 36px;
		font-size: 14px;
	}
	/* .custom-checkbox label::before {
		width: 20px;
		height: 20px;
	} */
	/* .custom-checkbox label::after {
		left: 3px;
		background-size: 10px !important;
	} */
	
	/*----- Eye selection stepper -----*/
	.stepper .q-value {
		font-size: 13px;
	}
	
	/*----- RX Content -----*/
	#product-sidebar {
        /* max-width: 350px; */
        padding: 48px 24px 0;
    }
    
    /* #rx-type-selection li .option-wrapper {
        padding: 16px 60px;
    } */
	.product-sidebar-inner .total-price:before {
		right: -24px;
	}
	
	/*----- Existing Patient -----*/
	#existing_patient .op-practice-location .rx-col-2 .col-50 {
		width: 100%;
		max-width: 480px;
	}
}
@media (max-width:992px){
	.version2 .qty-selection li.qty-item {
		width: calc(50% - 11px);
	}
	.qty-discount {
		flex-direction: column;
	}
	.discount-val {
		text-align: left;
	}
    .eye-selection ul {
        gap: 16px;
    }
	#rx-type-selection h2, .tab-pane h2 {
		font-size: 24px;
		margin: 0 0 24px;
        padding-bottom: 24px;
	}
    /* #rx-type-selection ul {
        margin-top: 16px;
    } */
	#rx-type-selection li {
		margin-bottom: 16px;
	}
    .product-sidebar-inner h4.pro-name {
        font-size: 24px;
    }
} 

@media (min-width:769px) and (max-width:1024px){
    .version2 .qty-discount .section-label {
        margin-bottom: 0;
    }
    .version2 .qty-selection li.qty-item {
		width: 100%;
	}
	.version2 .qty-selection li.qty-item a {
		flex-direction: row;
		gap: 8px;
		align-items: center;
	}
	/* .rx-two-col .rx-col-2 .col-50 {
        width: 100%;
    } */



}
@media screen and (max-width: 1024px) {
    .version3 #rx-type-selection ul.rx-values {
        width: 100%;
        float: left;
    }
    .version3 ul.rx-values li > span:not(.box1) {
        padding-top: 20px;
    }
    .version3 #variationRow1 .lg-custom-drop.slide .label-text {
        display: block;
    }
    .version3 .rx-values > li .lg-custom-drop .label-text {
        left: 0;
        top: -16px;
    }
    #cl-options-wrapper {
        padding: 32px 24px;
    }
}
@media(max-width:768px){
     .selection-total label {
        font-size: 16px !important;
        line-height: 1.5;
     }
    .product-sidebar-inner .total-price label {
        top: 0px;
    }
    .product-sidebar-inner .lower_section {
        margin-bottom: 45px;
    }
    .custom-checkbox {
        padding-bottom: 17px;
    }
    .eye-selection ul li {
        width: calc(50% - 8px);
      
    }
    ul.qty-selection {
        margin-bottom: 0;
    }
    .version2 .op-quantity-custom.select label select {
        padding-right: 24px;
    }
    .selection-total .discounted-total {
        top: 0;
    }
    #cl-options-wrapper {
        position: relative;
    }
    .cl-custom-close-btn {
        display: block;
        margin-bottom: 24px;
    }    
    .cl-custom-close-btn button {
        display: block;
        /* width: 100%; */
        text-align: left;
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 24px;
        margin-top: 10px;
        background: url(/wp-content/plugins/opticommerce-cl/assets/img/chevron-left.png) no-repeat left 10px center / 21px;
        padding-left: 37px;
        background-color: #F6F6F6;
        border: none !important;
        position: absolute;
        top: -10px;
        left: 5px;
        right: 0;
        border-radius: 0px;
        color: #2B2E31;
        text-transform: initial;
        padding-top: 13px;
        padding-bottom: 13px;    
    }
    /* **** */
    /* .cl-header button.close-btn {
        top: 0;
        right: 0;
    } */
    .upload_img_wraper label {
        font-size: 14px;
        padding: 12px 0px;
        width: 110px;
    }
    .section-footer button.secondary-btn, .section-footer .single_add_to_cart_button_lenses {
        line-height: 22px;
    }
    .qty-discount .section-label {
        margin-bottom: 15px;
    }
    .continue-btn {
        margin-bottom: 13px;
    }
    .continue-btn a {
        font-size: 14px;
        line-height: 1.3;
    }
	.cl-header-inner {
		padding: 10px 16px 3px;
        min-height: 44px;
	}
    .cl-header img {
        max-width: 142px;
    }
    .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;
        overflow-x: hidden;
    }
    #product-sidebar.active {
        top: 0;
        background: rgba(0,0,0,0.3);
        height: auto;
        z-index: 1001;
    }
    #product-sidebar::before {
        display: none;
    }
    .product-sidebar-inner {
        background: #fff;
    }
    .product-sidebar-content {
        padding: 20px 20px 45px;
        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 var(--accent-color);
        background-size: 12px;
        position: absolute;
        right: 0;
        border-radius: 32px;
    }
    .active .product-sidebar-inner .total-price .price-total:after {
        transform: rotate(180deg);
    }
    #cl-options-wrapper {
        max-width: 100%;
        padding: 40px 16px;
    }
	#rx-type-selection h2 {
		font-size: 16px;
        margin-bottom: 16px;
	}
    #rx-type-selection li .option-wrapper {
        padding: 16px;
    }
    #rx-type-selection li .option-wrapper::before {
        display:none;
    }
    /* #rx-type-selection li .option-wrapper {
        padding: 16px 60px 16px 16px;
    } */
     #rx-type-selection li .option-wrapper h4.rx-type-heading {
        font-size: 16px;
     }
    .tab-pane h2 {
        /* margin: 0 0 15px; */
		font-size: 16px;
    }
    .cl-image-area {
        padding: 28px 16px;
    }
    .product-sidebar-inner ul.eye-qty li {
        max-width: none;
    }
    button.close-btn.secondary-btn {
        padding-right: 0;
    }
    .version2.version3 .qty-section {
        padding: 18px 16px 16px;
    }
    .version3 .qty-discount {
        margin-bottom: 19px;
    }
    .version3 .qty-discount .section-label {
        margin-top: 0;
        font-size: 16px !important;
    }
    .version3 ul.qty-selection {
        gap: 14px
    }
    .version3 .qty-selection li.qty-item a {
        padding: 13px 16px;
    }
    .version3 .eye-selection {
        padding-top: 9px;
    }
    .version3 .custom-checkbox label {
        padding-left: 38px;
        font-size: 16px;
    }
    /* .version3 .custom-checkbox label::before {
        width: 24px;
        height: 24px;
    } */
    .version3 .custom-checkbox label::after {
        left: 5px;
        background-size: 13px !important;
    }
    .version3 .eye-selection ul li {
        width: calc(50% - 8px);
        
    } 
    .version3 .op-quantity-custom.select label select {
        padding: 13px 10px
    }
    .version3 ul.qty-selection {
        margin-bottom: 0;
    }
    .version3 .selection-total {
        padding: 21px 16px;
        margin-bottom: 22px;
    }
    .version3 #cl-options-wrapper {
        padding: 0px 14px;
        margin-bottom: 20px;
    }
    .version3 #rx-type-selection li .option-wrapper {
        padding: 16px 0 24px;
    }
    .version3 #rx-type-selection li .option-wrapper.selected h4.rx-type-heading {
        margin-bottom: 16px;
    }
    .version3 #rx-type-selection ul.rx-values {
        margin-top: 29px;
        margin-bottom: 0;
    }
    .version3 ul.rx-values li > span:not(.box1) {
        padding-top: 26px
    }
    .branches-wrapper a {
        flex: 1;
    }
}
@media(max-width:480px) {
    .branches-wrapper {
        flex-direction: column;
    }
    .qty-discount .section-label {
        margin-bottom: 20px;
    }
	.section-label {
		font-size: 16px !important;
		margin-bottom: 20px;
	}
    .colour-option {
        margin-bottom: 28px;
    }
	.qty-discount {
		margin-bottom: 24px;
	}
	.version2 .qty-selection li.qty-item {
		width: 100%;
	}
	.version2 .qty-selection li.qty-item a {
		flex-direction: row;
		gap: 8px;
		align-items: center;
	}
	.version2 .qty-section, .selection-total {
		padding: 16px 16px 13px;
	}
    .version2 .selection-total {
       padding: 19px 16px !important;;
    }
	.stepper .q-value {
        font-size: 12px;
    }
	.selection-total {
		margin-bottom: 13px;
	}
    /* #cl-options-wrapper {
        padding: 24px 16px;
    } */
    .rx-two-col .rx-col-2 .col-50 {
        width: 100%;
    }
	ul.rx-values {
		gap: 16px;
	}
	#rx-type-selection .re_order_lens_section .right_reorder,
	#rx-type-selection .re_order_lens_section a.elementor-button {
		width: 100%;
	}
    .upload_img_wraper label {
        width: 100%;
    }
    .back-btn {
        order: 2;
    }
    button.catalogue-form-button {
        order: 1;
    }
    .section-footer {
        gap: 16px;
        flex-direction: column;
    }	
}    

.btn-cart.right.catalogue-form-button.disabled {
	pointer-events: none
}