.elementor-12 .elementor-element.elementor-element-d584041{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:40px 0px;--row-gap:40px;--column-gap:0px;--padding-top:40px;--padding-bottom:80px;--padding-left:24px;--padding-right:24px;}.elementor-12 .elementor-element.elementor-element-d584041.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;color:var( --e-global-color-primary );}.elementor-12 .elementor-element.elementor-element-f9c8d54{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-12 .elementor-element.elementor-element-f9c8d54 .elementor-heading-title{font-family:"Hind", Sans-serif;font-size:34px;font-weight:500;text-transform:uppercase;line-height:1.2em;color:var( --e-global-color-text );}.elementor-12 .elementor-element.elementor-element-46a0e2d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-2798853{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(min-width:521px){.elementor-12 .elementor-element.elementor-element-d584041{--content-width:1366px;}}@media(max-width:1440px){.elementor-12 .elementor-element.elementor-element-f9c8d54{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}@media(max-width:1024px){.elementor-12 .elementor-element.elementor-element-d584041{--gap:32px 0px;--row-gap:32px;--column-gap:0px;--padding-top:32px;--padding-bottom:80px;--padding-left:24px;--padding-right:24px;}.elementor-12 .elementor-element.elementor-element-f9c8d54{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-12 .elementor-element.elementor-element-f9c8d54 .elementor-heading-title{font-size:28px;}}@media(max-width:768px){.elementor-12 .elementor-element.elementor-element-d584041{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:24px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-f9c8d54{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;padding:0px 16px 0px 16px;}.elementor-12 .elementor-element.elementor-element-f9c8d54 .elementor-heading-title{font-size:22px;}}@media(max-width:520px){.elementor-12 .elementor-element.elementor-element-f9c8d54{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-12 .elementor-element.elementor-element-f9c8d54 .elementor-heading-title{font-size:22px;}.elementor-12 .elementor-element.elementor-element-46a0e2d{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS *//*****/

:root {
  --button-primary-color: #453f33;
  --button-hover-color: #ab8e47;
  --button-text-color: #1f1f1f;
  --button-text-hover-color: #fff;
}

.woocommerce
  .product-container.cl-product-container
  .product-detail
  .product-name
  .variation
  dt.variation-Dominance::before {
  left: -3px;
}

.woocommerce .quantity .qty * {
  font-weight: 400;
}

.essentials-product-cls .header-area {
  display: none;
}

.essentials-product-cls .product-remove {
  display: none;
}

.essentials-product-cls .product_price_section .product-price {
  display: none;
}

.essentials-product-cls .subtotal-area {
  display: none;
}

.essentials-product-cls .product-quantity {
  display: flex;
  align-items: center;
}

a.restore-item{
    display: none;
}

/*****/

.woocommerce-message a {
  color: var(--e-global-color-primary);
}

.woocommerce-message a:hover {
  color: var(--button-hover-color);
}

a.button.wc-forward {
  background-color: var(--button-primary-color);
  font-family: "Hind", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.429em;
  color: #fff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--button-primary-color);
  border-radius: 24px 24px 24px 24px;
  padding: 11px 40px 11px 40px;
}

a.button.wc-forward:hover {
  background-color: var(--button-hover-color);
  border-color: var(--button-hover-color);
  color: #fff;
}

.woocommerce-notices-wrapper .woocommerce-message::first-letter {
  text-transform: capitalize;
}

.product-container .product-detail .product-name .variation dd {
  padding-right: 10px;
}

.product-container .product-detail .name-quantity {
  padding: 0px;
}

.coupon p#coupon-error-notice::first-letter {
  text-transform: capitalize;
}

.coupon .coupon-fields .input-text:focus::placeholder {
  color: #707070b3 !important;
}

.woocommerce .return-to-shop {
  margin-bottom: 100px;
  min-height: 33vh;
}

.woocommerce .button.wc-backward {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  border-style: solid !important;
  border-width: 2px 2px 2px 2px !important;
  border-color: var(--button-primary-color) !important;
  border-radius: 30px !important;
  background-color: var(--button-primary-color) !important;
  padding: 12px 24px 12px 24px !important;
  text-transform: uppercase;
  transition-duration: 0.5s;
}

.woocommerce .button.wc-backward:hover {
  background-color: var(--button-hover-color) !important;
  color: #fff;
  border-color: var(--button-hover-color) !important;
}

/* Breadcrumbs CSS */
.custom_breadcrumbs ol.ekit-breadcrumb li a {
  font-size: 12px;
}

/* End */

.subtotal-price-cls {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding: 16px 7px 8px 0;
  margin-top: 20px;
}

.sub-total-heading {
  font-size: 16px;
  font-weight: 500;
}

/* Remove Table Cells Hover CSS */
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: transparent !important;
}

/* End */

/* Continue Shopping Button CSS */
.wc-proceed-to-checkout .continue-shopping {
  display: block;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  font-family: "Hind", Sans-serif;
  line-height: 1.5em;
  color: var(--e-global-color-primary);
}

/* End */

/* Notices CSS */
.woocommerce .woocommerce-notices-wrapper .is-success + .is-success {
  display: none;
}

.woocommerce-cart-form.processing .blockUI.blockOverlay {
  position: fixed !important;
}

.woocommerce
  .woocommerce-notices-wrapper
  .woocommerce-message
  + .woocommerce-message {
  display: none;
}

.woocommerce-message,
.woocommerce-info {
  margin: 0 0 20px !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.2em;
}

.woocommerce-error:focus-visible, .woocommerce-info:focus-visible, .woocommerce-message:focus-visible {
    outline: 0px !important;
}

/* End */

/* Product Card in cart CSS */
.product-name-holder {
  width: 230px;
}

.product-name-holder .variation-Color {
  display: inline-block;
  width: 100px;
}

.product-name-holder .variation-Power {
  display: inline-block;
  width: 100px;
}

.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: inner-spin-button !important;
}

.woocommerce .quantity .qty:not(.accessory_stepper .quantity .qty) {
  height: 35px !important;
  background: #ffffff;
  border: 1px solid #dadada;
  border-radius: 0px;
  font-weight: 400;
  line-height: 34%;
  /* padding-right: 6px; */
  padding: 2px 10px;
  text-align: left !important;
}

.woocommerce .product-container .product-detail .item-qty {
  position: relative;
  font-weight: 700;
  padding: 0 15px 0 0;
}

.woocommerce .product-container .product-detail .item-qty {
  display: block;
  font-weight: 400;
}

.woocommerce .product-container .product-detail .item-qty label {
  font-weight: 400;
}

.product-upd .product-remove,
.cl-product-container .product-remove {
  margin-right: 15px;
}

.variation-CustomerAcknowledgement {
  display: none;
}

.return-to-shop {
  margin-top: 15px;
}

.woocommerce .woocommerce-cart-form > .shop_table {
  /* float: left;
width: 66.18% */
  flex: 0 0 64.3%;
}

.woocommerce .product-container {
  padding: 0px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0px;
  float: left;
  width: 100%;
  min-height: auto;
}

.woocommerce
  .product-container:not(.woocommerce .product-container:last-child) {
  margin-bottom: 24px;
}

.woocommerce .product-container .header-area {
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
  padding: 12px 16px;
  max-width: 100%;
}
.woocommerce .product-container .product-inner-container {
  display: flex;
  justify-content: space-between;
}
.woocommerce .product-container.accessoryprod .product-inner-container,
.woocommerce .product-container.frame_only_prod_container .product-inner-container,
.frames_with_presc .product-inner-container {
    padding: 24px;
}
.woocommerce .product-container.accessoryprod .subtotal-area {
  display: none !important;
}
.accessoryprod .products-section,
.frame_only_prod_container .products-section{
  max-width: 76.8%;
}
.woocommerce .product-container.cl-product-container .product-inner-container {
  flex-direction: column;
}

.woocommerce .product-container .prescription-name {
  float: left;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
  font-weight: 500;
}

.woocommerce .product-container .product-remove,
.cl-product-container .remove-price,
.accessoryprod .remove-price {
  float: right;
  background: url(/wp-content/uploads/2025/09/del-icon-1.png) no-repeat left top;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  width: 17.5px;
  height: 18.8px;
  background-size: contain;
}

.woocommerce a.remove:hover {
  background: unset !important;
}

.woocommerce .product-container .product-remove a.remove {
  width: auto !important;
  height: auto !important;
  color: transparent !important;
}

.woocommerce .product-container .product-remove a.remove:hover {
  color: transparent !important;
  background: 0 0 !important;
}

.woocommerce .product-container .product-thumbnail {
  flex: 0 0 20%;
}

.woocommerce .product-container .products-section {
  overflow: hidden;
  padding: 0;
  /* margin-left: 30px; */
  flex: 1;
}

.woocommerce .product-container .product-detail {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 16px 0 0;
}
.woocommerce .product-container.accessoryprod .product-detail {
  margin-right: 0px !important;
}
.woocommerce .product-container.accessoryprod .products-section .product-name {
  min-height: auto;
  display: flex;
  justify-content: space-between;
}
.accessory_prod_price {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}
.frame_only_prod_container .accessory_prod_price,
.frame_only_prod_container .product-inner-container .products-section .product-remove,
.frame_only_prod_container .subtotal-area{
  display: none;
}
.frame_only_prod_container .product_price_section {
    position: relative;
    margin-left: 0;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
}
.woocommerce .product-container.frame_only_prod_container .product-detail{
  margin-right: 0;
}
.woocommerce .product-container.frame_only_prod_container .product-detail .product-name {
    max-width: 100%;
}
.woocommerce
  .product-container
  .product-detail
  .woocommerce
  .product-container
  .product-detail.prescription-item {
  margin: 0 !important;
}

.woocommerce .product-container .product-detail.prescription-item .detail-txt {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  /* line-height: 16px; */
  /* display: block; */
  /* margin-top: 10px; */
}

.woocommerce
  .product-container
  .product-detail.prescription-item
  .detail-txt:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin: 4px 0 0 5px;
    background: url(/wp-content/uploads/2025/09/caret-icon.png) no-repeat center center;
    width: 12px;
    height: 12px;
}

.woocommerce
  .product-container
  .product-detail.prescription-item
  .detail-txt.active:after {
  transform: rotate(180deg);
  transform-origin: center;
}

.woocommerce .product-container .product-detail .product-name {
  float: left;
  max-width: 82%;
  width: 100%;
  /* min-height: 100px; */
}

.woocommerce .product-container .product-detail .product-price {
  float: right;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.woocommerce .product-container .product-detail .product-name .item-title {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 17px;
}
.woocommerce .product-container .product-detail.prescription-item {
  margin-bottom: 17px;
}
.woocommerce .product-container .product-detail.prescription-item .item-title {
  font-size: 16px;
  margin-bottom: 3px;
}

/* .woocommerce .product-container .product-detail .product-name>.item-title a {
color: #333
} */

.woocommerce
  .product-container
  .product_price_section
  .product_variation_section
  .variation {
  margin: 0 0 13px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.woocommerce .product-container .product-detail .product-name .variation {
  font-weight: 400;
}


.woocommerce .product-container .product-detail .product-name .variation:not(.woocommerce .product-container .detail-section .product-detail .product-name .variation){
  margin-bottom: 16px;
}
.woocommerce .product-container .product-detail .product-name .variation dt,
.woocommerce .product-container .product-detail .product-name .variation dd,
.woocommerce .product-container .product-detail .product-name .variation dd p {
  display: inline;
  margin: 0;
}

.woocommerce
  .product-container
  .product-detail
  .product-name
  .variation
  dt.variation-Size {
  display: none;
}
.woocommerce
  .product-container
  .product-detail
  .product-name
  .variation
  dd.variation-Size {
  display: block;
}

.woocommerce .product-container.cl-product-container .product-inner-container .product-detail .product-name-holder .variation dd{
    min-width: 35px;
    font-size: 14px;
    color: #1f1f1f;
    line-height: 1.5;
    display: inline-block;
    padding-top: 0px;
}

.woocommerce .product-container.cl-product-container .product-inner-container .product-detail .product-name-holder .variation dd span {
    padding-bottom: 8px;
    display: block;
    color: #1f1f1f;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}

/* .woocommerce .product-container.cl-product-container .product_price_section .product_variation_section .variation dt {
display: none;
}

.woocommerce .product-container.cl-product-container .product_price_section .product_variation_section .variation .variation-TipodeOjo {
display: none;
} */
.woocommerce
  .product-container.cl-product-container
  .product-detail
  .product-name
  .variation {
  margin-top: 24px;
  margin-left: 0px;
}
.woocommerce
  .product-container.cl-product-container
  .product-detail
  .product-name
  .variation
  dt {
  font-size: 0;
  position: relative;
}
.woocommerce
  .product-container.cl-product-container
  .product-detail
  .product-name
  .variation
  dt {
    display: none;
}
.woocommerce
  .product-container.cl-product-container
  .product-detail
  .product-name
  .variation
  dt::before {
  content: "";
  position: absolute;
  left: 5px;
  top: -44px;
  min-width: 40px;
  height: 20px;
  font-size: 14px;
}

.product-container .product-detail .product-name .variation dd {
  font-size: 16px;
}

/* .woocommerce
  .product-container.cl-product-container
  .product-detail
  .product-name
  .variation
  dt.variation-Colour::before {
  content: "CLR";
} */

/* .woocommerce
  .product-container.cl-product-container
  .product-detail
  .product-name
  .variation
  dt.variation-Basecurve::before {
  content: "BC";
} */
/* .woocommerce
  .product-container.cl-product-container
  .product-detail
  .product-name
  .variation
  dt.variation-Diameter::before {
  content: "DIA";
}
.woocommerce
  .product-container.cl-product-container
  .product-detail
  .product-name
  .variation
  dt.variation-Sphere::before {
  content: "SPH";
}
.woocommerce
  .product-container.cl-product-container
  .product-detail
  .product-name
  .variation
  dt.variation-BaseCurve::before {
  content: "BC";
}
.woocommerce
  .product-container.cl-product-container
  .product-detail
  .product-name
  .variation
  dt.variation-Cylinder::before {
  content: "CYL";
}
.woocommerce
  .product-container.cl-product-container
  .product-detail
  .product-name
  .variation
  dt.variation-Axis::before {
  content: "AXS";
}
.woocommerce
  .product-container.cl-product-container
  .product-detail
  .product-name
  .variation
  dt.variation-EyeType::before {
  content: "EYE";
}

.woocommerce
  .product-container.cl-product-container
  .product-detail
  .product-name
  .variation
  dt.variation-Addition::before {
  content: "ADD";
}

.woocommerce
  .product-container.cl-product-container
  .product-detail
  .product-name
  .variation
  dt.variation-Dominance::before {
  content: "DOM";
}*/

.woocommerce
  .product-container
  .product_price_section
  .product_variation_section
  .variation
  dt,
.woocommerce
  .product-container
  .product_price_section
  .product_variation_section
  .variation
  dd {
  display: inline-block;
  width: calc(100% - 120px);
}

.woocommerce
  .product-container
  .product_price_section
  .product_variation_section
  .variation
  dt {
  width: 18%;
  display: none;
}

.woocommerce
  .product-container
  .product_price_section
  .product_variation_section
  .variation
  dt.variation-Size {
  display: none;
}

.woocommerce
  .product-container
  .product_price_section
  .product_variation_section
  .variation
  dd {
  width: 82%;
  display: flex;
}

.woocommerce
  .product-container
  .product_price_section
  .product_variation_section
  .variation
  dd.variation-Size:before,
  .woocommerce .product-container .product-detail .product-name .variation dd.variation-Size:before {
  content: "Size:";
  margin-right: 5px;
}

.woocommerce
  .product-container
  .product_price_section
  .product_variation_section
  .variation
  dd.variation-Colour:before {
  content: "Colour:";
  margin-right: 5px;
}

.woocommerce
  .product-container
  .detail-section
  .product_price_section
  .product_variation_section
  .variation
  dt {
  display: none;
}

.product_price_section {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -33px;
  right: 16px;
  width: fit-content;
  margin: 0 0 0 auto;
}

.product_price_section .product-price {
  font-family: "Hind", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.woocommerce
  .product-container
  .product_price_section
  .product_variation_section
  .variation
  dt.variation-Framebrand,
.woocommerce
  .product-container
  .product_price_section
  .product_variation_section
  .variation
  dt.variation-Model,
.woocommerce
  .product-container
  .product_price_section
  .product_variation_section
  .variation
  dt.variation-Model,
.woocommerce
  .product-container
  .product_price_section
  .product_variation_section
  .variation
  dd.variation-Model
  + dt.variation-Colour,
.woocommerce
  .product-container
  .product_price_section
  .product_variation_section
  .variation
  dt.variation-Otherinformation {
  display: block;
}

.woocommerce
  .product-container
  .product_price_section
  .product_variation_section
  .variation
  dd,
.woocommerce
  .product-container
  .product_price_section
  .product_variation_section
  .variation
  dt,
.woocommerce
  .product-container
  .product_price_section
  .product_variation_section
  .variation
  p {
  margin: 0;
  line-height: 1.62;
  font-size: 16px;
  font-weight: 400;
}

.woocommerce .product-container .detail-section .product-detail .product-name {
    margin-bottom: 8px;
}

/* .woocommerce .product-container .detail-section .product-detail .product-name dl.variation {
    margin-top: 17px;
} */

.woocommerce .product-container .product-detail .component dt,
.woocommerce .product-container .product-detail .component dd,
.woocommerce .product-container .product-detail .component dd p {
  /* display: inline; */
  margin: 0;
}

.woocommerce .product-container .product-detail .component dt,
.woocommerce .product-container .detail-section .product-detail .product-name .variation dt {
    font-size: 16px;
    font-weight: 500;
    color: #2b2e31;
}

.woocommerce .product-container .detail-section .product-detail .product-name .component dd,
.woocommerce .product-container .detail-section .product-detail .product-name .variation dd{
  margin-bottom: 8px;
}

.woocommerce .product-container .detail-section .product-detail .product-name .variation dd{
  display: block !important;
}

.woocommerce .product-container .product-detail .component dd p,
.woocommerce .product-container .detail-section .product-detail .product-name .variation dd p {
    display: list-item;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    margin-left: 27px;
    color: #2b2e31;
}

.woocommerce .product-container .product-detail .component p {
  margin: 0;
}

.woocommerce .product-container .product-detail .component {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.woocommerce .product-container .detail-section {
  background-color: #f9f9f9;
  padding: 16px;
  display: none;
}

.woocommerce .product-container .detail-section .product-detail {
  margin: 0 0 6px;
  color: #666 !important;
}

.woocommerce .product-container .detail-section .product-price {
  /* font-size: 16px;
line-height: 18px */
  /* display: none; */
  font-weight: 500;
}

.woocommerce
  .product-container
  .detail-section
  .product-detail
  .product-name
  > .item-title {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0;
  color: #2b2e31;
}

.woocommerce .product-container .detail-section .shop_table_responsive {
  margin: 8px 0 8px;
}

.woocommerce
  .product-container
  .detail-section
  .product-detail
  .prescription-img {
  text-align: center;
  margin-bottom: 15px;
}

.woocommerce
  .product-container
  .detail-section
  .product-detail
  .prescription-img
  img {
  max-height: 260px;
}

.woocommerce
  .product-container
  .detail-section
  .shop_table_responsive
  .table-header {
     background: #1f1f1f;
    border: 1px solid #f0f0f0;
    border-bottom: none;
    overflow: hidden;
    color: #fff;
    padding: 8px 8px 8px 8px;
    border-radius: 4px 4px 0 0;
}

.woocommerce
  .product-container
  .detail-section
  .shop_table_responsive
  .table-header
  .pres-name {
  float: left;
}

.woocommerce
  .product-container
  .detail-section
  .shop_table_responsive
  .table-header
  .pres-date {
  float: right;
}

.woocommerce
  .product-container
  .detail-section
  .shop_table_responsive
  .pres-values {
    padding: 0px;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    margin: 0 0 16px 0;
}

.pd-table {
    max-width: 196px;
}

.woocommerce
  .product-container
  .detail-section
  .shop_table_responsive
  .pres-values
  ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce
  .product-container
  .detail-section
  .shop_table_responsive
  .pres-values
  ul
  li {
  overflow: hidden;
  padding: 0px;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
  height: 30px;
  display: flex;
}

.woocommerce
  .product-container
  .detail-section
  .shop_table_responsive
  .pres-values
  ul
  li.js-heading {
  text-transform: uppercase;
  /* font-size: 16px;
  line-height: 18px;
  color: #666;
  border-bottom: 1px solid #ddd; */
  padding: 0;
}

.woocommerce
  .product-container
  .detail-section
  .shop_table_responsive
  .pres-values
  ul
  li:last-child {
  border: none;
}

.woocommerce
  .product-container
  .detail-section
  .shop_table_responsive
  .pres-values
  ul
  span:first-child {
  width: 30%;
    text-align: left;
    color: #1f1f1f !important;
    border-left: 0;
    padding-left: 8px;
    font-size: 14px;
    font-weight: 500;
  
}

.woocommerce
  .product-container
  .detail-section
  .shop_table_responsive
  .pres-values
  ul
  span {

  /*display: inline-block;*/
    vertical-align: middle;
    width: 18%;
    text-align: center;
    border-width: 0px 0px 0px 1px !important;
    border-style: solid;
    border-color: #ccc;
    flex: 1 1 auto;
    height: 30px;
    line-height: 30px;
}

.woocommerce
  .product-container
  .detail-section
  .shop_table_responsive
  .pres-values
  ul
  li.js-heading
  span {
    color: #1f1f1f !important;
    font-size: 14px;
    font-weight: 500;
}

.woocommerce .product-container .detail-section .shop_table_responsive .pres-values.pd-table ul li.js-heading span{
  text-transform: capitalize !important;
}

.woocommerce
  .product-container
  .detail-section
  .shop_table_responsive
  .pres-values.prism-section
  ul
  span.js-box1 {
  width: 23%;
}

.woocommerce
  .product-container
  .detail-section
  .shop_table_responsive
  .pres-values.prism-section
  ul
  span {
  width: 20%;
}

.woocommerce .product-container .edit-prescription {
  margin: 15px 0 0;
}

.woocommerce .product-container .edit-prescription a {
    display: flex;
    justify-content: end;
    text-transform: uppercase;
    color: #8B6F2D;
    font-size: 16px !important;
    line-height: 1.5em !important;
    padding: 0;
    transition: 0.2s ease-in all;
    letter-spacing: 0px;
}

.woocommerce .product-container .edit-prescription a:hover {
  text-decoration: underline !important;
}

.woocommerce .product-container .edit-prescription a small {
  font-size: inherit !important;
  text-decoration: none !important;
}

.woocommerce .product-container .active .subtotal-area {
  margin: 25px 0 0;
}

.subtotal-area {
  overflow: hidden;
  margin: 0 16px 0 32px;
  border-top: 1px solid #ccc;
  padding-top: 12px;
  max-width: 97.7%;
}

/*.woocommerce .product-container .subtotal-wrapper {float: left;width: 100%;margin: 0;background: #FAFAFA;padding: 16px 24px;}*/
.subtotal-area .subtotal_text {
  float: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  font-family: "Hind", Sans-serif;
}

.subtotal-area .subtotal_amount {
  float: right;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  font-family: "Hind", Sans-serif;
}

/*End*/

/* Right Side Cart Container CSS */
.woocommerce .cart-side-area {
  overflow: hidden;
  padding: 0 0 0 30px;
  flex: 1;
}

.woocommerce .cart-side-area .cart-collaterals {
  border-radius: 5px;
  background: #f9f9f9;
  padding: 24px 32px;
  margin: 0px;
}

.woocommerce .cart-collaterals .cart_totals {
  width: auto !important;
  float: none !important;
}

.woocommerce .cart-collaterals .cart_totals h2 {
  display: none;
}

.woocommerce .cart-collaterals .cart_totals table th {
  width: 55% !important;
  padding: 25px 0 0 !important;
  font-family: "Hind", Sans-serif;
}

.woocommerce .cart-collaterals table.shop_table td,
.woocommerce .cart-collaterals table.shop_table th {
  background-color: transparent !important;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table .cart-discount td,
.woocommerce .cart-collaterals .cart_totals table.shop_table .cart-discount th {
  color: #e31938 !important;
  border-bottom: 1px solid #c0c0bf !important;
  font-size: 16px !important;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table .order-total th,
.woocommerce .cart-collaterals .cart_totals table.shop_table .order-total td {
  border-top: 1px solid #c0c0bf !important;
}

.woocommerce
  .cart-collaterals
  .cart_totals
  .shop_table
  .cart-discount
  .couponcode {
  display: block;
  color: #cacaca !important;
  font-style: italic;
}

.woocommerce
  .cart-collaterals
  .cart_totals
  .shop_table
  .cart-discount
  .coupon-amount {
  margin: 0 0 0 5px;
}

.woocommerce .cart-collaterals table.shop_table {
  background: 0 0;
  border: none;
  margin: 0 !important;
}

.woocommerce .cart-collaterals table.shop_table td,
.woocommerce .cart-collaterals table.shop_table th {
  font-size: 16px;
  line-height: 30px !important;
  color: #333 !important;
  padding: 24px 0 24px !important;
  border: none !important;
}

.woocommerce .cart-collaterals table.shop_table .cart-subtotal td,
.woocommerce .cart-collaterals table.shop_table .cart-subtotal th {
  border-bottom: 1px solid #ccc !important;
  padding: 0px 0 24px !important;
}

.woocommerce .cart-collaterals table.shop_table th,
.woocommerce .cart-collaterals table.shop_table td {
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 1.5em !important;
}

.woocommerce .cart-collaterals table.shop_table td {
  text-align: right;
  font-family: "Hind", Sans-serif;
  font-weight: 500 !important;
}

.woocommerce .cart-collaterals table.shop_table .order-total td,
.woocommerce .cart-collaterals table.shop_table .order-total th {
  padding: 24px 0 0 !important;
  font-size: 18px;
  line-height: 1.5em !important;
  font-weight: 500;
}

.woocommerce .cart-collaterals table.shop_table .order-total td strong {
  font-weight: 500;
}

.woocommerce .cart-collaterals table.shop_table tr.tax-total th {
  padding: 5px 0 25px !important;
}

.woocommerce .cart-collaterals table.shop_table tr.tax-total td {
  font-size: 18px !important;
  line-height: 22px !important;
  color: #333 !important;
  font-family: "Hind", Sans-serif;
  padding: 0 0 28px !important;
  font-weight: 400 !important;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout {
  padding: 30px 0 0;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button {
  background-color: var(--button-primary-color);
  font-family: "Hind", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.429em;
  color: #fff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--button-primary-color);
  border-radius: 24px 24px 24px 24px;
  padding: 11px 40px 11px 40px;
  margin-bottom: 24px;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button:hover {
  color: #fff;
  background-color: var(--button-hover-color);
  border-color: var(--button-hover-color);
}

.woocommerce .cart-side-area .cart-collaterals table tr.shipping td,
.woocommerce .cart-side-area .cart-collaterals table tr.shipping th {
  vertical-align: top !important;
}

.woocommerce .cart-side-area .cart-collaterals table tr.shipping th span {
  display: block;
  color: #999999;
  font-style: normal;
  line-height: 18px;
  padding-top: 7px;
  font-size: 14px;
  font-weight: 400;
}

.woocommerce .cart-side-area .cart-collaterals table tr.shipping td {
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  font-family: "Hind", Sans-serif;
}

.woocommerce .cart-side-area .cart-collaterals table tr.shipping th {
  width: 70%;
}

.product-name dl.variation .variation-EyeType {
  display: none !important;
}

.coupon {
  /* border-radius: 5px;
  border: 1px solid #e3e3e3; */
  padding: 0px;
  margin: 0 0 24px;
}

.coupon > label::first-letter {
  text-transform: capitalize;
}

.coupon > label {
  display: block;
  font-size: 16px;
  font-family: "Hind", Sans-serif;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
  cursor: pointer;
  text-transform: lowercase;
}

.coupon > label:after {
  float: right;
  content: "+";
  font-size: 30px;
  color: #515763;
  font-weight: 400;
  margin-top: 0px;
}

.coupon.active > label:after {
  content: "-";
}

.coupon .coupon-fields {
  position: relative;
  margin: 30px 0 0;
  /* display: none; */
}

.coupon .coupon-fields .checkout_coupon {
  display: flex !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  position: relative;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.coupon .coupon-fields .input-text {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 10px 18px;
  height: 46px;
  width: 70%;
  max-width: 313px;
  font-family: "Hind", Sans-serif;
  font-weight: 400;
  color: #707070;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.coupon .coupon-fields .input-text:focus {
  border-color: #ccc !important;
}

.coupon p#coupon-error-notice {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #e31938;
  font-size: 14px;
}

a.woocommerce-remove-coupon {
  color: var(--e-global-color-primary);
}

.coupon .coupon-fields .button {
  border: 1px solid #1f1f1f !important;
  border-radius: 24px;
  transition: 0.2s all ease-in;
  padding: 5px 32px;
  font-size: 14px;
  text-transform: uppercase;
  background: #fff;
  color: #1f1f1f;
  font-family: "Hind", Sans-serif;
  font-weight: 500;
  height: 44px;
}

.coupon .coupon-fields .button:hover {
  background: var(--button-hover-color);
  color: #fff;
  border-color: var(--button-hover-color) !important;
}

.coupon .coupon-fields .input-text:focus::placeholder {
  opacity: 0.8 !important;
  color: #707070 !important;
}

/* .coupon .coupon-fields .input-text::-webkit-input-placeholder {
font-style: italic !important;
color: #cacaca !important;
opacity: 0.8 !important;
}

.coupon .coupon-fields .input-text:-ms-input-placeholder {
font-style: italic !important;
color: #cacaca !important;
opacity: 1 !important;
}

.coupon .coupon-fields .input-text::-moz-placeholder {
font-style: italic !important;
color: #cacaca !important;
opacity: 1 !important;
}

.coupon .coupon-fields .input-text:-moz-placeholder {
font-style: italic !important;
color: #cacaca !important;
opacity: 1 !important;
}

.coupon .coupon-fields .input-text::placeholder {
font-style: italic !important;
color: #cacaca !important;
opacity: 1 !important;
} */

.woocommerce-shipping-destination {
  display: none;
}

.extra-info {
  border: 1px solid #ec1d24;
  border-radius: 4px;
  background: #fff;
  padding: 35px 23px 10px;
  margin: 0 0 8px;
}

.extra-info ul.nonlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.extra-info ul li {
  overflow: hidden;
  margin: 0 0 19px;
}

.extra-info ul img {
  float: left;
  max-width: 35px;
}

.extra-info ul .txt {
  padding: 0 0 0 20px;
  overflow: hidden;
}

.extra-info ul .txt .title {
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #596876;
}

.extra-info ul .txt .value {
  display: block;
  color: #666;
}

.extra-info ul .txt .value strong {
  font-weight: 400;
}

/*CL Module Settings*/
.woocommerce .product-container.cl-product-container .products-section {
  /* border-top: 1px solid #ddd; */
  padding: 24px 24px 0px 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  gap: 16px;
}

.woocommerce
  .product-container.cl-product-container
  .products-section:first-child {
  border-top: 0;
}

.woocommerce
  .product-container.cl-product-container
  .products-section
  .product-price
  .amount {
  font-size: 16px;
}

.cl_product_price {
  float: right;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.woocommerce
  .product-container.cl-product-container
  .products-section
  .eyetype {
  display: block;
  font-size: 14px;
  padding-bottom: 0px;
  font-weight: 400;
}

.woocommerce
  .product-container.cl-product-container
  .products-section
  .product-name,
.woocommerce .product-container.accessoryprod .products-section .product-name {
  width: 100%;
  max-width: 100%;
  float: none;
  overflow: hidden;
  margin: 0 0 17px;
  padding: 0px 0px 0 0px;
  font-family: "Hind", Sans-serif;
}

/* .woocommerce .product-container.accessoryprod .products-section .product-name {
padding-left: 0;
} */

.woocommerce
  .product-container.cl-product-container
  .products-section
  .product-name
  a,
.woocommerce
  .product-container.accessoryprod
  .products-section
  .product-name
  a {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}

.woocommerce
  .product-container.cl-product-container
  .products-section
  .product-quantity
  .qty-label,
.woocommerce
  .product-container
  .products-section
  .product-quantity.accessqty
  .qty-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

.woocommerce
  .product-container.cl-product-container
  .products-section
  .product-quantity
  .qty-label,
.woocommerce
  .product-container
  .products-section
  .product-quantity.accessqty
  .qty-label,
.product-quantity .quantity {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  font-family: "Hind", Sans-serif;
}

/* Cl Stepper CSS */

.stepper {
  width: 100%;
  max-width: 174px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  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(/wp-content/plugins/opticommerce-cl/assets/img/minus-black.png)
    no-repeat center / 24px #ffffff00;
  border-color: #ccc;
  border-style: solid;
  border-radius: 0;
}

.stepper button:hover,
.stepper button:focus {
  border-color: #ccc;
  background-color: unset !important;
}

.stepper button.decrease {
  border-width: 0px 1px 0px 0px;
}

.stepper button.increase {
  background: url(/wp-content/plugins/opticommerce-cl/assets/img/plus-black.png)
    no-repeat center / 24px #ffffff00;
  border-width: 0px 0px 0px 1px;
}

.stepper .q-value {
  flex: 1;
  text-align: center;
  background: #fff;
}

.cl_stepper .quantity {
  display: none !important;
}

.accessory_stepper .quantity input {
  border: 0px !important;
  width: 82px !important;
  height: 100% !important;
  font-size: 16px !important;
  text-align: center;
  padding: 0 !important;
}
.accessory_stepper .quantity input:focus {
  outline: 0px !important;
}

.accessory_stepper .quantity input::-webkit-inner-spin-button,
.accessory_stepper .quantity input ::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce
  .product-container.cl-product-container
  .products-section
  .name-quantity {
  overflow: hidden;
  padding: 0 0px 0 0px;
  align-self: end;
  width: 100%;
  display: flex;
  margin-bottom: 32px;
  align-items: end;
  gap: 24px;
}

.woocommerce .product-container .products-section .product-quantity.accessqty {
  /* float: left; */
  width: 70%;
  display: flex;
  align-items: center;
  gap: 24px;
}

.woocommerce
  .product-container.cl-product-container
  .products-section
  .product-quantity {
  min-width: 174px;
}

.woocommerce
  .product-container.cl-product-container
  .products-section
  .remove-price {
  float: right;
  width: 30%;
  padding-top: 0px;
  position: relative;
  top: -12px;
  right: 0px;
}

.woocommerce
  .product-container.cl-product-container
  .products-section
  .pck-size {
  font-size: 14px;
  color: #212121;
  text-align: left;
  margin-top: 0px;
  margin-left: 0px;
  font-family: "Hind", Sans-serif;
  font-weight: 400;
}

.woocommerce
  .product-container.cl-product-container
  .products-section
  .product-name-holder,
.woocommerce
  .product-container.accessoryprod
  .products-section
  .product-name-holder {
  width: 72%;
  float: left;
}

/*.woocommerce .product-container .product-detail .product-name .product-remove { display: none !important; }*/
.woocommerce
  .product-container.cl-product-container
  .product-detail
  .product-remove {
  display: block !important;
  position: absolute;
  right: 1px;
}

.woocommerce
  .product-container.cl-product-container
  .products-section
  .product-remove,
.woocommerce
  .product-container.accessoryprod
  .products-section
  .product-remove {
  width: 30%;
  float: left;
  background-position: right center !important;
  padding: 0;
}

.woocommerce
  .product-container.cl-product-container
  .product_price_section
  .product_variation_section
  .variation
  dd.variation-TipodeOjo {
  padding: 0;
}

.woocommerce
  .product-container.cl-product-container
  .products-section
  .product-remove
  a,
.woocommerce
  .product-container.accessoryprod
  .products-section
  .product-remove
  a {
  line-height: 25px;
}

.woocommerce .product-container.cl-product-container .product-detail {
  margin: 0px;
  width: 76.8%;
  display: flex;
  flex-wrap: wrap;
}


@media(max-width: 1024px){
  .woocommerce .product-container.frames_with_presc .products-section {
    max-width: 100%;
  }
}

@media(min-width:1025px){
  .woocommerce .product-container.frames_with_presc .products-section {
    max-width: 76.8%;
  }
}

.woocommerce .product-container.frames_with_presc .product-detail{
  width: 100%;
  margin: 0;
}

/* .woocommerce .product-container.cl-product-container .subtotal-area {
  margin: 0;
  border-top: 1px solid #ccc;
  margin-left: calc(29.5% + 20px);
  padding-bottom: 5px;
  padding-right: 2px;
  margin-right: 15px;
} */

.woocommerce .product-container.cl-product-container .subtotal-area,
.woocommerce .product-container.frames_with_presc .subtotal-area {
  margin: 0;
  border: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 24px;
  background: #f6f6f6;
  max-width: 100% !important;
}

.woocommerce
  .product-container.cl-product-container
  .product_price_section
  .product_variation_section
  .variation
  dd {
  min-width: 35px;
  font-size: 13px;
  color: #666666;
  line-height: 1.2;
  display: inline-block;
  padding-top: 15px;
  width: auto;
  padding-right: 10px;
  text-align: center;
  font-weight: 400;
}

.woocommerce
  .product-container.cl-product-container
  .product_price_section
  .product_variation_section
  .variation
  p {
  line-height: 1.4;
}

.woocommerce
  .product-container.cl-product-container
  .product_price_section
  .product_variation_section
  .variation
  dd.variation-Color {
  /*width: 100%;*/
  font-size: 14px;
  padding-top: 0px;
}

.woocommerce
  .product-container.cl-product-container
  .product_price_section
  .product_variation_section
  .variation
  dt.variation-Color {
  display: block;
  /*width: 100%;*/
  padding-top: 10px;
}

.woocommerce
  .product-container.cl-product-container
  .product_price_section
  .product_variation_section
  .variation
  dd
  span {
  padding-bottom: 3px;
  display: inline-block;
}

.woocommerce .product-container.cl-product-container .product-thumbnail img {
  margin: 0px 0 9px 0;
}

.woocommerce .product-container.cl-product-container .subtotal-wrapper {
  border-top: none;
  width: 100%;
  margin: 0;
}

button.update-button {
  float: right;
  background: none !important;
  color: #000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  text-decoration-line: underline;
  border: none !important;
  padding: 0 !important;
  font-family: "Hind", Sans-serif;
}

button.update-button:disabled[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

button.update-button:focus {
  outline: 0 !important;
}

.woocommerce .product-container .product-inner-container img {
  object-fit: contain;
  max-width: 160px;
  max-height: 100px;
  object-position: left;
  margin: 15px 0;
}

.woocommerce .woocommerce-cart-form {
  padding-top: 20px;
  display: flex;
}

.button.wc-backward {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  border-style: solid !important;
  border-width: 2px 2px 2px 2px !important;
  border-color: var(--e-global-color-primary) !important;
  border-radius: 4px 4px 4px 4px !important;
  background-color: var(--e-global-color-primary) !important;
  padding: 13px 24px 13px 24px !important;
}

@media (min-width:1025px) and (max-width: 1200px){
  .woocommerce .product-container.cl-product-container .product-detail{
    width: 68.8%;
  }
}

@media (min-width:1025px) and (max-width: 1400px){
    .woocommerce .product-container.cl-product-container .subtotal-area,
    .woocommerce .product-container.frames_with_presc .subtotal-area {
      padding-left: 24px;
    }
}

@media(min-width:1401px){
    .woocommerce .product-container.cl-product-container .subtotal-area,
    .woocommerce .product-container.frames_with_presc .subtotal-area {
      padding-left: calc(22% + 24px);
    }
}

@media only screen and (max-width: 1024px) {
  /*.woocommerce .product-container .product-inner-container{padding: 16px 24px;}
.woocommerce .product-container .product-thumbnail{max-width:inherit;float:none;text-align:center;width:100%; justify-content: center;}
.woocommerce .product-container .products-section{padding:0}*/

  .woocommerce .cart-side-area .cart-collaterals {
    padding: 24px 16px;
  }

  .accessoryprod .products-section {
      max-width: 100%;
  }

  .subtotal-area {
    margin: 0;
  }

  .woocommerce
    .product-container.cl-product-container
    .products-section
    .product-quantity
    .qty-label,
  .woocommerce
    .product-container
    .products-section
    .product-quantity.accessqty
    .qty-label {
    font-size: 14px;
  }

  .woocommerce .product-container .product-detail .product-name {
    min-height: auto;
  }

  /* .woocommerce .product-container .product-thumbnail {
    margin: 0 30px;
  } */

  .woocommerce .product-container .product-inner-container {
    flex-direction: column;
  }
  .woocommerce
    .product-container.cl-product-container
    .products-section
    .product-name,
  .woocommerce
    .product-container.accessoryprod
    .products-section
    .product-name {
    padding: 0px !important;
  }

  .product-container .product-detail .name-quantity {
    padding: 0px !important;
  }

  .subtotal-area {
    max-width: 100%;
    padding: 15px 30px;
  }

  /* .woocommerce .product-container .product-detail,
  .woocommerce .product-container.cl-product-container .product-detail {
    margin: 0 30px;
  } */

  .woocommerce
    .product-container.cl-product-container
    .products-section
    .remove-price {
    right: 0px;
    padding-right: 0px;
  }

  .product_price_section {
    margin: 0 0 0 auto;
    right: 30px;
  }

  .woocommerce .return-to-shop {
    margin-bottom: 100px;
    min-height: 33vh;
  }

  .woocommerce .product-container .header-area {
    padding: 17px 16px 18px 16px;
  }
  .subtotal-area .subtotal_amount {
    font-size: 16px !important;
  }
  .woocommerce
    .product-container.cl-product-container
    .products-section
    .product-quantity
    .qty-label {
    font-size: 14px;
  }
  .woocommerce .cart-side-area {
    padding: 0 0 0 32px;
  }

  .woocommerce .woocommerce-cart-form > .shop_table {
    width: 60%;
    flex: 0 0 55%;
  }
  .woocommerce .product-container.frame_only_prod_container .products-section {
    max-width: 100%;
  }

  .woocommerce .product-container .prescription-name {
    padding: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .woocommerce .product-container {
    padding: 0px;
  }

  .woocommerce .cart-collaterals table.shop_table td,
  .woocommerce .cart-collaterals table.shop_table th {
    padding: 13px 0 !important;
  }

  .fl-rich-text > p {
    margin: 0;
  }

  .woocommerce .product-container.cl-product-container .product-detail {
    width: 100%;
    padding-right: 0px;
  }

  .cl-product-container .subtotal_text {
    margin-left: 0;
  }

  .woocommerce
    .product-container
    .product_price_section
    .product_variation_section
    .variation
    dd,
  .woocommerce
    .product-container
    .product_price_section
    .product_variation_section
    .variation
    dt,
  .woocommerce
    .product-container
    .product_price_section
    .product_variation_section
    .variation
    p,
  .product_price_section .product-price,
  .subtotal-area .subtotal_text,
  .subtotal-area .subtotal_amount {
    font-size: 16px;
  }

  .woocommerce .product-container .product-detail .product-name .item-title {
    font-size: 16px;
  }
  .woocommerce .product-container.cl-product-container .subtotal-area,
  .woocommerce .product-container.frames_with_presc .subtotal-area {
    padding: 15px 14px 15px 14px;
    margin-left: 0;
  }
}

@media(min-width:769px) {
/* .woocommerce .product-container .product-inner-container img {
    min-height: 230px;
} */
  .hide_on_desktop{
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .woocommerce-notices-wrapper,
  .wc-empty-cart-message,
  .woocommerce .return-to-shop {
    padding: 0 16px;
  }
  .woocommerce .cart-side-area .cart-collaterals .shop_table{
    padding-top: 24px;
  }
  .show_on_overview_cart{
    display: none;
  }
  .coupon .coupon-fields {
    margin-top: 8px;
  }
  .coupon .coupon-fields .checkout_coupon {
    justify-content: flex-start;
  }
  .cart-side-area {
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: 0;
    background: #f9f9f9;
    box-shadow: 2px 2px 15px 5px #00000024;
 }
  .mobile_sticky_cart_area {
    background: #f9f9f9;
    padding: 16px 16px 0px 16px;
  }
  .mobile_sticky_cart_area .overview_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile_subtotal {
    display: flex;
    gap: 4px;
    align-items: center;
  }
  .mobile_subtotal .sub_title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
  }
  .mobile_subtotal .amount {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
  }
  .overview_title .title {
    font-size: 16px;
    line-height: 1.5em;
  }
  .overview_title .title i {
    font-size: 12px;
    margin-left: 5px;
    transition: 0.2s all ease-in;
  }
  .overview_title.active .title i {
    transform: rotate(180deg);
  }
  .woocommerce .cart-collaterals table.shop_table tr.tax-total td {
    font-size: 14px !important;
  }
  .woocommerce
    .product-container.cl-product-container
    .products-section
    .product-name-holder {
    width: 100%;
  }
  .woocommerce .return-to-shop {
    margin-bottom: 100px;
    min-height: 13vh;
  }

  .woocommerce .cart-collaterals table.shop_table .cart-subtotal td,
  .woocommerce .cart-collaterals table.shop_table .cart-subtotal th {
    padding: 0px 0 14px !important;
  }
  .woocommerce .cart-collaterals table.shop_table .cart-subtotal td {
    float: right;
  }
  tr.woocommerce-shipping-totals.shipping th {
    display: block !important;
  }
  .woocommerce
    .product-container.cl-product-container
    .products-section
    .product-quantity
    .qty-label {
    font-size: 14px;
  }
  .woocommerce .product-container.cl-product-container .subtotal-area,
  .woocommerce .product-container.frames_with_presc .subtotal-area {
    padding: 15px 16px;
    margin-left: 0;
    margin-right: 0;
  }
  .product-upd .product-remove,
  .cl-product-container .product-remove {
    margin-right: 0px !important;
    right: -2px !important;
  }
  .woocommerce .woocommerce-cart-form {
    flex-direction: column;
  }
  .subtotal-price-cls {
    padding: 14px 0 8px 0;
  }

  .sub-total-heading {
    font-size: 14px;
  }
  .woocommerce
    .product-container.cl-product-container
    .products-section
    .remove-price {
    font-size: 14px;
  }

  .woocommerce .product-container .products-section {
    margin: 0px;
  }
  .woocommerce
    .product-container.cl-product-container
    .products-section
    .remove-price {
    padding-top: 1px !important;
  }

  .coupon .coupon-fields .input-text {
    padding-right: 50px;
  }

  .woocommerce .woocommerce-cart-form > .shop_table {
    float: none;
    width: auto;
    overflow: hidden;
    padding: 0 16px;
  }

  .woocommerce .cart-side-area {
    padding: 0;
  }

  .woocommerce .product-container .prescription-name {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
  }

  .woocommerce .product-container .product-detail .product-name {
    float: left;
    max-width: 65%;
  }

  .woocommerce .product-container .product-inner-container {
    padding: 0px 0px;
  }

  .product-container.frame_only_prod_container .product-inner-container{
    padding: 16px !important;
  }

  .woocommerce .product-container.frame_only_prod_container .products-section{
    max-width: 100%;
  }

  .woocommerce .product-container {
    margin-bottom: 24px !important;
  }

  .woocommerce .product-container {
    padding: 0;
  }

  .woocommerce .cart-collaterals .wc-proceed-to-checkout {
    padding: 20px 0 0;
  }

  .woocommerce .cart-collaterals table.shop_table td,
  .woocommerce .cart-collaterals table.shop_table th {
    padding: 16px 0 !important;
    /* font-size: 14px !important; */
    display: block;
  }

  .woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button {
    font-size: 14px !important;
    width: 100%;
    margin-bottom: 16px;
  }

  .coupon > label {
    font-size: 14px;
  }

  .woocommerce .cart-side-area .cart-collaterals {
    padding: 0px 16px 16px 16px;
  }

  .woocommerce .product-container .header-area {
    padding: 16px 7px 16px 17px;
  }

  .woocommerce .product-container .product-thumbnail {
    width: 100%;
    /* text-align: center;
    margin: 0 auto; */
  }

  .woocommerce .product-container .product-detail,
  .woocommerce .product-container.cl-product-container .product-detail {
    margin: 0 0px;
  }

  .subtotal-area {
    max-width: 100%;
    padding: 15px 16px;
  }

  /* .woocommerce .product-container .product-thumbnail {
    padding: 0 11px;
  } */
  /* .woocommerce .product-container .product-detail,
  .woocommerce .product-container.cl-product-container .product-detail {
    padding: 0 16px;
  } */

  .product_price_section {
    right: 15px;
  }

  .product-upd .product-remove,
  .cl-product-container .product-remove,
  .woocommerce
    .product-container.cl-product-container
    .product-detail
    .product-remove {
    right: 15px !important;
  }

  .woocommerce .product-container .products-section {
    overflow: hidden;
    width: 100%;
  }

  .woocommerce .product-container .products-section:not(.woocommerce .product-container.accessoryprod .products-section):not(.woocommerce .product-container.frame_only_prod_container .products-section) {
    padding: 16px !important;
  }

  .woocommerce .product-container.accessoryprod .product-inner-container {
    padding: 16px !important;
  }

  .woocommerce .product-container.accessoryprod .products-section {
    padding: 0px;
  }

  .woocommerce .product-container .products-section .product-quantity.accessqty {
    width: 100%;
  }

  .coupon {
    padding: 0px 16px;
  }

  .woocommerce .cart-collaterals table.shop_table .order-total td,
  .woocommerce .cart-collaterals table.shop_table .order-total th {
    padding: 20px 0 0 !important;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    font-weight: 500 !important;
    display: none;
  }

  /* .wc-proceed-to-checkout .continue-shopping {
    padding-top: 20px;
  } */

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: flex;
  }

  .woocommerce .cart-collaterals table.shop_table th {
    float: left;
    width: 50%;
  }

  .woocommerce .cart-collaterals table.shop_table td {
    float: right;
    width: 50%;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: #f9f9f9 !important;
  }

  .woocommerce .product-container .product-thumbnail img {
    max-width: 180px;
    max-height: 120px;
    /* object-position: center; */
  }
  .extra-info {
    padding: 18px 12px 0;
  }

  .extra-info ul li {
    margin: 0 0 16px;
  }

  .woocommerce table.shop_table_responsive tr.cart-discount td::before,
  .woocommerce-page table.shop_table_responsive tr.cart-discount td::before {
    content: "Coupon";
  }

  .woocommerce .cart-side-area .cart-collaterals table tr.shipping td::before {
    text-transform: none;
  }

  .woocommerce .product-container .subtotal-wrapper,
  .woocommerce .product-container.cl-product-container .subtotal-wrapper {
    width: 100%;
    margin: 0 0;
  }

  .woocommerce
    .product-container.cl-product-container
    .products-section
    .product-name {
    padding: 10px 0 0 0;
    display: flex;
  }

  .woocommerce
    .product-container.cl-product-container
    .products-section
    .name-quantity {
    padding: 0;
  }

  .woocommerce
    .product-container
    .detail-section
    .shop_table_responsive
    .pres-values
    ul
    span {
    font-size: 14px;
  }

  .woocommerce table.shop_table_responsive tr.cart-discount td::before,
  .woocommerce-page table.shop_table_responsive tr.cart-discount td::before {
    content: "Coupon" !important;
  }

  .wc-block-components-notice-banner
    > .wc-block-components-notice-banner__content {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 12px;
  }

  .woocommerce
    .product-container
    .product_price_section
    .product_variation_section
    .variation
    dt.variation-Colour {
    display: none;
  }

  .woocommerce-message,
  .woocommerce-info {
    display: flex;
    flex-direction: column-reverse;
  }

  a.button.wc-forward {
    width: fit-content;
    margin-top: 8px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .woocommerce
    .cart-collaterals
    .cart_totals
    table.shop_table
    .cart-discount
    th {
    line-height: 1.9em !important;
  }
  .woocommerce .cart-collaterals table.shop_table .order-total td,
  .woocommerce .cart-collaterals table.shop_table .order-total th {
    padding: 15px 0 0 !important;
  }
  .woocommerce .cart-collaterals .wc-proceed-to-checkout {
    padding: 5px 0 0;
  }

  .product-upd .product-remove,
  .cl-product-container .product-remove {
    margin-right: 0px !important;
    right: 30px !important;
  }
  .woocommerce .product-container .product-detail .product-name {
    max-width: 70%;
  }

  .woocommerce .cart-collaterals table.shop_table .order-total td {
    padding: 15px 0 !important;
    font-size: 12px;
  }

  .woocommerce .cart-collaterals table.shop_table td,
  .coupon > label {
    font-size: 16px;
    line-height: 28px !important;
  }

  .woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button {
    padding: 10px 12px;
    font-size: 14px;
  }

  .woocommerce
    .product-container.cl-product-container
    .products-section
    .product-name {
    padding: 0px 0;
    margin-bottom: 0px;
  }

  .woocommerce
    .product-container.cl-product-container
    .products-section
    .name-quantity {
    padding: 0;
  }
}/* End custom CSS */