.custom-options-wrapper {
  margin-bottom: 10px;
}

.product-add-title {
  font-family: "Gotham Rounded", "sans-serif";
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  color: #3c4148;
  line-height: 1.5;
  padding-bottom: 10px;
  text-transform: capitalize;
  margin-top: 5px;
}

.custom-product-options .input-box {
  padding: 5px;
}

.custom-product-options .validation-advice {
  display: none;
}

.table-eyelens tr td {
  padding: 10px;
}

.custom-product-options .table-eyelens {
  width: 100%;
}

.disbale-element {
  pointer-events: none;
}

.left_options_wrapper {
  padding: 14px 0px 0px 0;
  display: inline-block;
  width: 61%;
}

.right_options-wrapper {
  width: 38%;
  display: inline-block;
  padding: 14px 0px 0px 0;
}

.left_options_wrapper .label {
  float: left;
  display: inline-block;
  width: 32%;
  position: relative;
  clear: both;
}

.right_options-wrapper .control,
.left_options_wrapper .control {
  float: right;
  display: inline-block;
  padding: 8px 0;
  width: 64% !important;
}

.right_options-wrapper .label {
  display: none;
}

.left_options_wrapper .control {
  width: 40% !important;
}

.eye-types {
  padding: 0;
}

.eye-title,
.left-eye,
.right-eye {
  display: inline-block;
  width: 37%;
}

.right_options-wrapper .control {
  padding: 8px 0 8px 10px !important;
}

.right-eye {
  width: 25% !important;
  float: right;
}

.left_options_wrapper div.mage-error,
.right_options-wrapper div.mage-error {
  display: none !important;
}

.text-base-curve,
.text-diameter {
  background: #f0f0f0 !important;
  border: 0 !important;
  pointer-events: none;
  padding: 0;
}

.left_options_wrapper input[type="text"],
.right_options-wrapper input[type="text"] {
  padding: 0 5px;
}

.left_options_wrapper input[type="text"]:focus,
.right_options-wrapper input[type="text"]:focus,
.custom-product-options select:focus,
.left_options_wrapper select:focus,
.left_options_wrapper textarea:focus,
.right_options-wrapper textarea:focus {
  box-shadow: none !important;
}

.right_options-wrapper div.eye-option:first-child,
.left_options_wrapper div.eye-option:first-child {
  display: none;
}

.left_options_wrapper .control div.field:first-child {
  display: block !important;
}

.left_options_wrapper .options-list label {
  padding: 0 10px 0 0 !important;
}

@media only screen and (max-width: 449px) {
  .left_options_wrapper {
    padding: 14px 0px 0px 0;
    display: inline-block;
    width: 74%;
  }

  .eye-types {
    padding: 14px 0px 0px 0;
  }

  .left_options_wrapper .control {
    width: 37% !important;
    float: initial;
  }

  .right_options-wrapper {
    width: 26%;
    display: inline-block;
  }

  .right_options-wrapper .control {
    padding: 8px 0px !important;
    width: 100% !important;
    float: initial;
  }
}

.eye_checkbox {
  cursor: pointer;
}

.item-options.left-eye-item-options,
.item-options.right-eye-item-options {
  float: left;
  padding: 10px;
}

.cart.table-wrapper .eye-lense-item .product-item-name + .item-options {
  margin-top: 0;
}

.product-options-wrapper .manual-upload-options-wrapper .file label {
  display: none;
}

.product-options-wrapper .manual-upload-prescription {
  padding: 20px;
}

.product-info-main .custom-options-tab-wrapper.data.items > .item.content {
  padding: 20px;
}

.product-info-main
  .custom-options-tab-wrapper.product.data.items
  > .item.title
  > .switch {
  padding: 1px 20px 1px 20px;
  background: transparent;
}

.product-info-main
  .custom-options-tab-wrapper.product.data.items
  > .item.title.active
  > .switch {
  padding-bottom: 2px;
}
.product.data.items > .item.title{
  text-align: center;
  width: 50%;
}
.save-prescriptions .loading-mask .loader > img,
.save-prescriptions .loading-mask {
  position: absolute;
}

.item-options.left-eye-item-options,
.item-options.right-eye-item-options {
  float: left;
  padding: 10px;
}

.cart.table-wrapper .eye-lense-item .product-item-name + .item-options {
  margin-top: 0;
}

.left_options_wrapper .field-tooltip::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbb;
  content: "\e623";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: inherit;
  speak: none;
  text-align: center;
  cursor: pointer;
}

.custom-options-wrapper .left_options_wrapper .field-tooltip::before {
  font-size: 15px;
}

.custom-options-wrapper .left_options_wrapper .label span .field-tooltip {
  top: 13px;
  right: 4px;
}

.custom-options-wrapper .left_options_wrapper .label {
  width: 56%;
  margin-top: 12px;
}

.tooltip-right .ui-tooltip-content::after {
  top: 16px;
  left: -10px;
  border-color: transparent #666;
  border-width: 10px 10px 10px 0;
}

.ui-tooltip {
  background: #fff;
  color: #000;
  border: none;
  padding: 0;
  opacity: 1;
  border: 1px solid #1979c3;
}

.ui-tooltip-content {
  position: relative;
  padding: 1em;
}

.ui-tooltip-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
}

.tooltip-right .ui-tooltip-content::after {
  top: 50%;
  left: -10px;
  border-color: transparent #666;
  border-width: 10px 10px 10px 0;
  margin-top: -10px;
  border-color: transparent #1979c3;
}

.tooltip-left .ui-tooltip-content::after {
  top: 18px;
  right: -10px;
  border-color: transparent #666;
  border-width: 10px 0 10px 10px;
}

.tooltip-top .ui-tooltip-content::after {
  bottom: -10px;
  left: 72px;
  border-color: #666 transparent;
  border-width: 10px 10px 0;
}

.tooltip-bottom .ui-tooltip-content::after {
  top: -10px;
  left: 72px;
  border-color: #666 transparent;
  border-width: 0 10px 10px;
}

.left_options_wrapper i {
  font-style: normal;
}

.catalog-product-view .ui-tooltip {
  width: 280px;
}

.left-eye {
  padding-left: 0;
  margin-left: -4px;
  width: 28%;
}

.right-eye {
  width: 24% !important;
  float: right;
  margin-right: 0;
}

.product-info-main .product-options-wrapper.custom-options-wrapper .fieldset,
.product-info-main
  .product-options-wrapper.custom-options-wrapper
  .fieldset
  .product.custom-options-tab-wrapper.data.items {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .custom-options-wrapper .item:first-child,
  .custom-options-wrapper .item:last-child {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .tooltip-right .ui-tooltip-content::after {
    left: 100%;
    transform: rotate(180deg);
  }
}

@media screen and (min-width: 768px) and (max-width: 1043px) {
  .eye-types {
    padding: 14px 0px 0px 0;
  }

  .left_options_wrapper {
    padding: 14px 0px 0px 0;
  }

  .left_options_wrapper {
    width: 60%;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .custom-product-options select,
  .left_options_wrapper select,
  .custom-options-wrapper .input-text.product-custom-option {
    width: 100%;
  }

  .custom-options-wrapper .left_options_wrapper .label {
    font-size: 12px;
  }

  .product-info-main
    .custom-options-tab-wrapper.product.data.items
    > .item.title
    > .switch {
    padding: 1px 10px 1px 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .product-info-main
    .custom-options-tab-wrapper.product.data.items
    > .item.title.active
    > .switch::after {
    right: 22px;
  }

  .prescription-modal-preview-popup.modal-popup.modal-slide .modal-inner-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 449px) {
  .left_options_wrapper {
    width: 71%;
  }

  .custom-product-options select,
  .left_options_wrapper select {
    width: 100%;
  }

  .left-eye {
    margin-left: 9px;
  }

  .right-eye {
    margin-right: 12px;
  }
}

@media screen and (min-width: 450px) and (max-width: 459px) {
  .left_options_wrapper {
    width: 60%;
  }
}

@media screen and (min-width: 450px) and (max-width: 500px) {
  .catalog-product-view .ui-tooltip {
    width: 240px;
  }
}

@media screen and (min-width: 400px) and (max-width: 449px) {
  .catalog-product-view .ui-tooltip {
    width: 200px;
  }
}

@media screen and (min-width: 365px) and (max-width: 399px) {
  .catalog-product-view .ui-tooltip {
    width: 165px;
  }
}

@media screen and (max-width: 364px) {
  .catalog-product-view .ui-tooltip {
    width: 140px;
  }
}

.save-prescription-options-wrapper .field {
  float: left;
  width: 80%;
}

.save-prescription-options-wrapper .actions {
  float: right;
}

.product-add-form
  .product-options-wrapper
  .save-prescription-options-wrapper
  .field
  .control {
  width: auto;
}

.prescription-save-error {
  color: #e02b27;
  font-size: 1.2rem;
}

.saved-prescriptions-options,
.save-prescription-options-wrapper {
  padding: 10px 0;
}

.additional-prescription-options .checkbox,
.additional-prescription-options label {
  cursor: pointer;
}

.prescription-preview-content,
.prescription-modal-content {
  display: none;
}

.prescription-modal-preview-popup .action-close {
  z-index: 1200;
}

.prescription-modal-preview-popup.modal-popup .modal-inner-wrap {
  width: 50%;
}

#prescription-preview-thumb-pdf,
#prescription-preview-thumb-img {
  display: none;
}

.prescription-preview-thumb img {
  max-width: 100px;
}
.custom-options-wrapper .item.title a {
  border-bottom: none;
}
.custom-options-wrapper .item.active a {
  border-bottom: 3px solid #066eaf !important;
  font-weight: 600;
  font-size: 15px;
}
.custom-options-wrapper .item:first-child,
.custom-options-wrapper .item:last-child {
  width: 50% ;
  text-align: center;
}
#save-prescriptions{
    width: 100% !important;
    text-align: left !important;
}
#enter-your-prescription {
  border-radius: 10px;
  text-align: left;
  width: 100%;
}
#upload-prescription-file {
  text-align: left;
}

.custom-options-wrapper .fieldset {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
}
.custom-options-wrapper select {
  border-radius: 7px;
}
#save-prescriptions{
  width: 100% !important;
  text-align: left !important;
}
#enter-your-prescription {
border-radius: 10px;
text-align: left;
width: 100%;
}
