.attribute_hidden {
  display: none !important; }

.no_padding {
  padding: 0px; }

select[id*="quantity"] {
  display: block; }

.custom-select {
  display: inline-block; }

.dropdown-width {
  width: 20%; }

.contactlens-attribute, .contactlens-attribute-quantity-wrapper {
  background-size: 20px;
  min-width: 115px;
  height: 48px;
  width: 60%;
  border-radius: 10px;
  border: solid 1px #323232;
  margin-bottom: 15px;
  margin-right: 5px;
  margin-top: 5px;
  max-height: 50px;
  text-align: end;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.contactlens-attribute:disabled {
  border: solid 1px #979797;
  background-color: white;
  color: #979797;
  background-repeat: no-repeat, repeat;
  background-position: right 0.6em top 53%, 0 0;
  background-size: 16px; }

.contactlens-attribute-quantity-wrapper[disabled] {
  border: solid 1px #979797;
  background-color: white;
  color: #979797; }

.contactlens-attribute {
  padding-right: 49px;
  background-repeat: no-repeat, repeat;
  background-position: right 0.6em top 53%, 0 0;
  background-size: 16px;
  text-align: -webkit-right;
  text-align: -moz-right;
  text-align: -o-right;
  text-align: -ms-right;
  text-align: right; }

.contactlens-attribute-quantity {
  width: 50%;
  background: none;
  border: 0px;
  float: left;
  padding: 0px;
  height: 100%;
  text-indent: 42%;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px; }

.contactlens-attribute:focus {
  border: solid 1px #323232 !important; }

select[id*="cylValue"], select[id*="axValue"], select[id*="addValue"], select[id*="colorValue"] {
  display: none; }

#cyl-label, #ax-label, #add-label, #color-label {
  display: none; }

.contactlens-radio {
  width: 26px;
  height: 26px;
  margin-right: 5px;
  font-size: 16px;
  position: relative;
  top: 6px;
  color: #323232; }

.contactlens-radio:after {
  width: 26px;
  height: 26px;
  border-radius: 15px;
  position: relative;
  background-color: #ffffff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid black; }

.contactlens-radio:checked:after {
  width: 26px;
  height: 26px;
  border-radius: 15px;
  top: 0px;
  left: 0px;
  position: relative;
  background-color: #000000;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 4px solid white;
  outline: 2px solid #000;
  outline-offset: 0px; }

.mobile-label-column {
  width: 40%; }

.mobile-dropdown-column {
  width: 30%; }

.message {
  font-family: acumin-pro, sans-serif;
  font-size: 10px;
  color: #777777;
  text-align: right;
  padding-right: 50px; }

.attribute-table {
  margin-top: 35px; }

.attribute-select {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  padding-right: 10px; }

.attribute-container-row {
  margin-top: 35px; }

.package-size-row {
  margin-bottom: 35px; }

.attribute-container table {
  border-collapse: collapse;
  width: 100%; }

.attribute-container tr {
  display: block;
  float: left; }

.attribute-container th, .attribute-container td {
  display: block; }

.attribute_checkbox {
  width: 25px;
  height: 25px;
  margin-top: 12px;
  accent-color: #323232; }

.attribute-select-first-row {
  margin-bottom: 33px !important; }

.price-total {
  margin-bottom: 30px;
  margin-top: 45px;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px; }

.label {
  height: 50px;
  font-family: acumin-pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #323232;
  padding-bottom: 15px;
  padding-top: 12px;
  padding-right: 10px;
  margin-bottom: 13px; }

.left-right-eye {
  font-family: acumin-pro, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #222222;
  height: 50px; }

.left-right-eye-label {
  position: absolute;
  margin-top: 12px;
  margin-left: 8px; }

table {
  empty-cells: show; }

.form-control:focus {
  border-color: red;
  box-shadow: none; }

strong {
  font-weight: 400 !important; }

.contact-policies {
  margin-top: 50px; }

/* Media styles for different screen sizes */
@media only screen and (max-width: 1038px) and (min-width: 769px) {
  .attribute-select {
    font-size: 17px !important; }
  .label {
    font-size: 16px !important; } }

/* Media styles for different screen sizes */
@media only screen and (max-width: 1300px) and (min-width: 427px) {
  .label {
    padding-bottom: 15px;
    padding-top: 37px;
    margin-bottom: 12px; } }

@media only screen and (max-width: 1038px) {
  .mobile-label-column {
    width: 28%; }
  .mobile-dropdown-column {
    width: 36%; } }

@media only screen and (max-width: 1300px) {
  .left-right-eye-label {
    width: 100%;
    margin-top: 5px !important;
    position: relative !important;
    margin-left: 0px !important;
    font-size: 18px;
    font-weight: 600; }
  .left-right-eye {
    height: 80px !important; } }

@media screen and (min-width: 1038.9px) {
  #pdpCampaignsMessage {
    right: 25%; } }

@media screen and (max-width: 768px) {
  .contactlens-attribute {
    font-size: 18px;
    font-weight: 500; }
  .message {
    padding-right: 100px; } }

@media screen and (max-width: 426px) {
  .label {
    font-size: 14px;
    padding-top: 38px;
    margin-bottom: 17px; }
  .contactlens-attribute, .contactlens-attribute-quantity-wrapper {
    font-size: 16px;
    min-width: 85px;
    padding-right: 20px;
    margin-bottom: 22px;
    margin-top: 7px;
    background: none !important; }
  .contactlens-attribute-quantity-wrapper {
    padding: 0px !important; }
  .mobile-label-column {
    width: 30%; }
  .mobile-dropdown-column {
    width: 35%; }
  .left-right-eye-label {
    font-size: 16px; }
  .left-right-eye {
    font-size: 12px; }
  .message {
    padding-right: 10px; }
  .price-total {
    font-size: 20px; }
  .contactlens-attribute-quantity {
    font-size: 16px;
    width: 52%; }
  .product_quantity_button-plus {
    background-position: right 0em top 53%, 0 0;
    background-size: 12px;
    padding: 6px; }
  .product_quantity_button-minus {
    background-position: right 0em top 53%, 0 0;
    background-size: 12px;
    padding: 6px; } }
