body {
  margin: 0px;
  padding: 0px;
}
[type="text"],
[type="password"],
[type="number"],
textarea,
select {
  width: 100%;
  display: block;
  outline: none;
}

a,
body,
div,
h1,
h2,
h3,
h4,
h5,
input,
li,
p,
span,
textarea,
ul {
  font-family: -apple-system, BlinkMacSystemFont, Palanquin, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="date"] {
  box-shadow: none;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  margin: 0;
  margin-top: 6px;
  height: 51px;
  width: 100%;
  color: #626262;
  padding-left: 15px;
  font-size: 16px !important;
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
}
form select {
  box-shadow: none;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  margin: 0;
  margin-top: 6px;
  height: 51px;
  width: 100%;
  color: #626262;
  padding-left: 15px;
  font-size: 16px !important;
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
}

.widget {
  background: #575756;
  color: #fff;
}
.optician-selection {
  padding: 10px 0px 0px 0px;
  position: relative;
}
input[type="checkbox"].hs-input + span {
  padding-left: 35px;
  display: inline-block;
  font-size: 12px;
}
form .input input[type="checkbox"].hs-input {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: 3.5px;
}

form input[type="checkbox"]:checked:after {
  content: "";
  background-color: #95c11f;
}

form.input input[type="checkbox"] span {
  margin: 0px;
  padding: 0px;
  margin-left: 4%;
}
label {
  display: block;
  float: none;
  width: auto;
  /*font-weight: bold;*/
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}
form ul {
  list-style: none;
  font-size: 0px;
  margin: 0;
  padding: 0;
}

.optician-selection .position {
  display: inline-block;
  margin-top: 0%;
}

.optician-selection .positions {
  display: inline-block;
  width: 60%;
  margin-top: 0%;
}
#phone {
  margin-left: 3%;
}

.input {
  margin-top: 7%;
}

h3 {
  /*font-family: Palanquin;*/
  line-height: 60px;
  width: 95%;
  font-size: 30px;
  margin: 20px 0px;
  color: #fff;
}

form input[type="submit"],
form input[type="button"] {
  box-sizing: border-box;
  width: 100%;
  border: solid 2px #8cbd3a;
  margin: 0;
  height: auto !important;
  padding: 15px !important;
  text-transform: uppercase;
  background-image: none;
  background-color: #8cbd3a;
  text-shadow: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  white-space: normal;
  box-shadow: none;
  border-radius: 5px;
  /*-webkit-transition: all .3s linear;*/
  /*-o-transition: all .3s linear;*/
  /*-moz-transition: all .3s linear;*/
  /*transition: all .3s linear;*/
  color: #fff;
  -webkit-appearance: none;
  -webkit-animation: free_download 0.4s linear alternate infinite;
  animation: free_download 0.4s linear alternate infinite;
}
@-webkit-keyframes free_download {
  0% {
    -webkit-transform: scale(0.93);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes free_download {
  0% {
    transform: scale(0.93);
  }
  100% {
    transform: scale(1);
  }
}
.get-top {
  margin-top: 5%;
}

.cutoff {
  clear: both;
}
.widget-top {
  /*background: rgb(0 0 0/20%);*/
  background-color: #575756;
  color: #fff;
}
.sethomettl {
  color: #fff;
  margin: 0px;
  font-size: 20px;
  font-family: -apple-system, BlinkMacSystemFont, Palanquin, sans-serif;
}

.optician-selection form div ul {
  margin-top: 20px;
  font-size: 14px;
}

/*bottom base*/
.btm_optician-selection .btm_head .trangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 0 15px;
  border-color: #95c11f transparent transparent transparent;
  position: absolute;
  /*bottom: -10px;*/
  left: 0px;
  right: 0px;
  margin: 0 auto;
}

.btm_optician-selection {
  max-width: 560px;
  border-radius: 10px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
  padding-bottom: 2%;
}

.btm_optician-selection .btm_head h3 {
  font-family: -apple-system, BlinkMacSystemFont, Palanquin, sans-serif;
  line-height: initial;
  font-size: 17px;
  margin: 10px 0px;
}

.btm_optician-selection .btm_head {
  text-align: center;
  background-color: #95c11f;
}

.btm_optician-selection .btm_form_shell {
  width: 90%;
  margin: 0 auto;
}

.btm_optician-selection input[type="text"],
.btm_optician-selection input[type="email"],
.btm_optician-selection input[type="tel"] {
  box-shadow: none;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  margin: 0;
  /*margin-top: 6px;*/
  height: 40px;
  width: 100%;
  color: #626262;
  padding-left: 15px;
  font-size: 16px !important;
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
}

.btm_optician-selection select {
  box-shadow: none;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  margin: 0;
  /*margin-top: 6px;*/
  height: 40px;
  width: 100%;
  color: #626262;
  padding-left: 15px;
  font-size: 16px !important;
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
}

.btm_optician-selection form input[type="submit"] {
  box-sizing: border-box !important;
  color: #fff;
  white-space: normal;
  width: 100%;
  max-width: 100%;
  background: #95c03b;
  box-shadow: none;
  border: 0;
  text-shadow: none;
  padding: 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  width: 60% !important;
  border-radius: 6px;
}
.actions {
  text-align: center;
  margin-top: 26px;
}

.actions input[type="submit"]:hover {
  background-color: white;
  color: #95c11f;
  border: 3px solid #95c11f;
}
.actions_mang {
  text-align: center;
  margin-top: 25px;
}

.left_span {
  width: 39%;
}
.right_span {
  width: 59%;
}

.is_reservation {
  border-radius: 10px;
  background-color: rgba(227, 227, 227, 0.5);
  -moz-box-shadow: 2px 2px 2px #909090;
  -webkit-box-shadow: 2px 2px 2px #909090;
  box-shadow: 2px 2px 2px #909090;
  height: 500px;
}

.is_title {
  background: #740a4e;
  padding: 10px;
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, Palanquin, sans-serif;
  color: white;
  border-radius: 4px;
}

.is_img {
  width: 32%;
  display: inline-block;
  height: auto;
  margin-bottom: 70px;
}

.is_reservation .is_img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.is_font {
  width: 66%;
  display: inline-block;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, Palanquin, sans-serif;
  color: black;
  font-weight: 200;
}

.is_font ul li {
  margin-top: 6px;
  list-style: none;
}

.is_reservation:checked {
  border: 1px solid #95c11f;
}

.is_border {
  border: 1px solid black;
  background-color: #0f610f;
}
.is_no_border {
  border: none;
}

.is_title_btn {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  background-color: #95c11f;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, Palanquin, sans-serif;
  color: white;
  font-weight: bold;
  border-radius: 3px;
}

.is_title_btn:hover {
  background-color: white;
  color: #95c11f;
  border: 3px solid #95c11f;
}

.is_title1 {
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, Palanquin, sans-serif;
  color: black;
  font-weight: bold;
  text-align: center;
}
.is_message {
  border-top: 1px solid rgba(126, 129, 124, 0.09);
  text-align: center;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, Palanquin, sans-serif;
  color: black;
  font-weight: bold;
  height: 55px;
}

.is_reservation ul li:before {
  display: inline-block;
  content: "\2713";
  padding-right: 10px;
  color: #95c11f;
  font-size: 18px;
}

.is_title1,
.is_title_btn,
.is_message,
.is_mainbody,
.no_title_btn,
.no_content {
  margin-top: 5%;
}

.btn_next {
  margin-top: 10px;
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}

.no_reservation {
  border-radius: 10px;
  background-color: rgba(227, 227, 227, 0.5);
  -moz-box-shadow: 2px 2px 2px #909090;
  -webkit-box-shadow: 2px 2px 2px #909090;
  box-shadow: 2px 2px 2px #909090;
  margin-top: 5%;
  height: 246px;
}

.no_title_btn {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  background-color: #626262;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, Palanquin, sans-serif;
  color: white;
  font-weight: bold;
  border-radius: 3px;
  margin-top: 3%;
}

.no_title_btn:hover {
  background-color: white;
  color: #626262;
  border: 3px solid #626262;
}

.no_title1 {
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, Palanquin, sans-serif;
  color: black;
  font-weight: bold;
  text-align: center;
}

.no_reservation .no_content {
  text-align: center;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, Palanquin, sans-serif;
  color: black;
  font-weight: bold;
  border-radius: 3px;
  margin-top: 3%;
}
.no_reservation .no_content p {
  display: block;
}

#weiter {
  border-radius: 3px;
  border: 1px solid #95c11f;
  background-color: #95c11f;
  color: white;
  font-size: 22px;
  /*width: 38%;*/
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 10%;
  height: 60px;
  line-height: 50%;
}
#weiter {
}

#weiter:hover {
  background-color: white;
  color: #95c11f;
  border: 3px solid #95c11f;
}

.information-optician-selection {
  border-radius: 10px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
  padding-top: 7px;
  border: 3px solid #000;
}
.information-optician-selection .input {
  margin-top: 4%;
}

.introduction {
  border: 3px solid #95c11f;
}

.introduction p {
  font-size: 16px;
  /*font-family: Palanquin;*/
  color: #626262;
  font-weight: 200;
  text-align: center;
  margin: 0;
}

.introduction .unusual {
  font-size: 14px;
  color: #95c11f;
}
.vtitle {
  margin-top: 10px;
  background-color: #95c11f;
  color: white;
  font-size: 16px !important;
  font-weight: 300;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  padding-left: 6%;
}
.vcon {
  /*border: 1px solid #95c11f;*/
  /*height: 320px;*/
  /*overflow-y: auto;*/
  margin: 0px;
}

.vcon_content {
  width: 100%;
  min-height: 130px;
  border-radius: 5px;
  /*padding: 5px;*/
  border: 1px solid #aaa;
  margin-bottom: 7px;
}

.radio {
  margin: 0px 0px 1% 0px;
}
.radio input[type="radio"] {
  float: right;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #95c11f;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #95c11f;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.radio_input {
  padding-left: 0px;
}

.vcon_content label {
  margin: 0px;
}

.vcon_content label span {
  font-size: 13px;
}

.vcon_content label .reser_time {
  color: #95c11f;
}

.makesubbtn div {
  margin-top: 5%;
}

.makesubbtn input {
  display: block;
  width: 100%;
  margin-bottom: 5%;
  background-color: #8cbd3a;
  outline: none;
  border: 1px solid transparent;
  color: white;
  font-weight: 700;
  padding: 15px 0 !important;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px;
  -moz-box-shadow: 2px 2px 2px #909090;
  -webkit-box-shadow: 2px 2px 2px #909090;
  box-shadow: 2px 2px 2px #909090;
  -webkit-animation: button-bounce 2.2s cubic-bezier(0.165, 0.84, 0.44, 1)
    infinite forwards;
  animation: button-bounce 2.2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite
    forwards;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  margin-top: 5%;
}

.shoplistdata,
.optometrist,
.makesubbtn,
.maketwopartfirst,
.maketwopartsecond {
  margin-top: 3%;
}
#cta_buttonnew {
  margin-top: 5%;
}

.contact-optician-selection {
  max-width: 458px;
  border-radius: 10px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
  padding-top: 7px;
  height: 1000px;
}

.customer_title {
  color: #95c11f;
}

.customer_title h4 {
  font-size: 22px;
  font-weight: normal;
}

.div_margin {
  margin-bottom: 5%;
}

.contact-optician-selection .input_first {
  display: inline-block;
  width: 46%;
  margin-right: 0.8%;
}
.contact-optician-selection .input_rear {
  display: inline-block;
  width: 52%;
}

.contact-optician-selection .input_prefix {
  display: inline-block;
  width: 35%;
  margin-right: 0.8%;
}
.contact-optician-selection .input_phone {
  display: inline-block;
  width: 63%;
}

.contact-optician-selection #phone {
  margin-left: 0px;
}

.contact-optician-selection textarea {
  border-radius: 8px;
  margin-top: 2%;
  line-height: 50px !important;
  color: #000000;
  padding-left: 15px;
  font-size: 15px !important;
  font-weight: 300;
  width: 96%;
}

.contact-optician-selection .customer_btn {
  margin-top: 10%;
}

.contact-optician-selection input[type="submit"] {
  color: white;
}

.i_up {
  background-image: url("../images/all_up.png");
  background-size: cover;
}

.i_down {
  background-image: url("");
  background-size: cover;
}

.nestup_border {
  border: 4px solid #95c11f;
}

.hs_error_rollup,
.hs_error_zip,
.hs_error_agb,
.already_reserved,
.hs_error_zip_format {
  padding: 0px 35px 0px 35px !important;
  color: red;
  font-size: 16px;
  margin-top: 5px;
  display: none;
}
#reservation_information,
#reservation {
  display: none;
}
.cta_buttonnew {
  margin-top: 5%;
}
#booked {
  width: 458px;
  border-radius: 10px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
  font-weight: 600;
  text-align: center;
  padding-top: 6%;
  height: 700px;
}
.stepwisetitle {
  font-weight: 300;
}
#is_reservation h3 {
  text-align: left;
  float: left;
  font-size: 20px;
  font-weight: 700;
  color: #838487;
  margin: 0px 0 5px;
  line-height: 1;
}
.reservationdiv {
  margin-top: 3px;
}
.c_birthday {
  box-shadow: none;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  margin: 0;
  margin-top: 6px;
  height: 51px;
  width: 100%;
  color: #626262;
  padding-left: 15px;
  font-size: 16px !important;
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
}
.c_birthday::-webkit-inner-spin-button {
  display: none;
}

input[type="button"] {
  cursor: pointer;
}

.phoneTitleTabCmn {
  padding: 1.5%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  background: #c3c3c3;
  margin-bottom: 0;
}
.phoneTitleTabA,
.phoneTitleTabB {
  width: 45%;
  display: inline-block;
}
.phoneIframeMain {
  width: 100%;
  display: inline-block;
}
.activeTabPhoneTitle {
  background: #95c11f !important;
  color: #fff !important;
  text-decoration: unset !important;
  border-radius: 10px 10px 0 0;
}

.noactive {
  display: none;
}
.activePhoneImg {
  display: block;
}

.jss6 {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.defined-label {
  position: relative;
  line-height: 30px;
}

.defined-label input[type="radio"] {
  width: 20px;
  height: 20px;
  opacity: 0;
}

.defined-label label {
  position: absolute;
  left: 5px;
  top: 6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  cursor: pointer;
  background-color: #fff;
}

.defined-label input:checked + label {
  background-color: #95c11f;
  border: 1px solid #95c11f;
}

.defined-label input:checked + label::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 1px;
  left: 1px;
  border: 4px solid #fff;
  border-radius: 50px;
  background-color: #95c11f;
}

h4 strong {
  font-size: 22px;
}

#reservation {
  display: block;
  border: 3px solid grey;
  /*height: 780px;*/
}
.optician-selection_top {
  padding: 0px 30px 0px 30px;
  position: relative;
}
#reservation_information .optician-selection_top {
  background: #fff;
  color: #000;
}
#reservation_information .optician-selection_top h3 {
  text-align: left;
  float: left;
  font-size: 20px;
  font-weight: 700;
  color: #838487;
  margin: 0px 0 5px;
  line-height: 1;
  width: 100%;
}

#reservation .widget {
  background: #fff;
  color: #000;
}
.stepwisebokkinpart img {
  width: 18px;
  height: 25px;
  vertical-align: middle;
  padding-right: 6px;
}
.newlapoptdatetime img {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  padding-right: 6px;
}
.stepwisebokkinpart,
.newlapoptdatetime {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 5px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #4a4a4a;
  display: inline-block;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.01071em;
}

.label_img {
  display: inline-block;
  width: 100px;
  text-align: right;
  vertical-align: top;
  float: right;
  margin-right: 5%;
  margin-top: 20px;
}

.label_content {
  width: auto;
  display: inline-block;
  font-weight: normal;
  max-height: 100px;
  padding: 3px 0px 0px 10px;
}
.text_left {
  margin-left: 0px;
  display: inline-block;
}
.choose_store_date {
  display: none;
}
.maketwopartfirst {
  width: 47%;
  float: left;
  display: inline-block;
  margin-top: 10px;
}
.newlapoptdatetime {
  color: #4a4a4a;
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}

.maketwopartsecond {
  width: 46%;
  display: inline-block;
  margin-top: 10px;
  float: right;
  margin-right: 15px;
}

.backpart {
  float: right;
  margin-right: 15px;
}
#is_reservation .choose_store input {
  margin-top: 0px;
  line-height: 15px;
  height: 40px;
  padding: 0 22px;
  color: #838487;
  font-weight: 700;
  width: 100%;
}
#is_reservation .choose_store .reservationdiv {
  margin-top: 0px;
  padding-top: 7px;
}
#is_reservation .choose_store .stepwisetitle {
  margin: 15px 0 10px !important;
}
.shoplistdata {
  font-size: 14px;
  display: inline-block;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.43;
  margin-top: 3px;
  width: 100%;
}

#is_reservation .choose_store .vcon_content input {
  display: block;
  width: 100%;
  height: 0px;
}

@media (max-width: 479px) {
  .label_img {
    display: inline-block;
    width: 80px;
    text-align: right;
    vertical-align: top;
    margin: 5px 0px 0px 0px;
  }
}
.jss3 {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

#date-sel-year,
#date-sel-month,
#date-sel-day {
  display: inline-block;
  width: 32%;
}
.showdata {
  left: 15px;
  position: absolute;
  color: #fff;
  border: 2px solid #444;
  border-radius: 4px;
  background-color: #b2b2b2;
  width: 225px;
  padding: 5px 15px 5px 10px;
  top: -40px;
  font-size: 14px;
  line-height: 18px;
  z-index: 1;
  display: none;
}
.ageshowdata {
  left: 15px;
  position: absolute;
  color: #fff;
  border: 2px solid #444;
  border-radius: 4px;
  background-color: #b2b2b2;
  width: 225px;
  padding: 5px 15px 5px 10px;
  top: 0px;
  font-size: 14px;
  line-height: 18px;
  z-index: 1;
  display: none;
}
.closeappo {
  top: 4px;
  right: 0;
  width: 20px;
  height: 20px;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  border-radius: 50%;
  text-decoration: none;
  font-weight: 700;
  position: absolute;
  color: #fff;
  cursor: pointer;
}
.jss4 {
  color: #ffffff;
  margin: 5px 0 0 0;
  font-size: 12px;
}

.new_label_img {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  width: 150px;
  height: 45px;
}
.new_l_optick {
  float: left;
  width: 66%;
  max-height: 100px;
}
.new_r_optick {
  float: right;
  width: 31%;
  vertical-align: top;
  padding: 3px;
  max-height: 100px;
}
#optician-selection_top #is_reservation .new_r_optick .new_n_btn {
  animation: none;
  font-size: 10px;
  line-height: 10px;
  padding: 13px 0px 13px 0px !important;
  width: 150px;
  margin-top: 0px;
  color: #fff;
}

.choose_store_date .reservationdiv input {
  height: 40px;
}

#ctawidthmng,
#ctawidthmnb {
  line-height: 16px;
  width: 95%;
  margin: 5px;
  animation: none;
  border: solid 2px gray;
  background-color: gray;
}
#new_ctawidthmng,
#new_ctawidthmnb {
  line-height: 16px;
  margin: 5px;
  animation: none;
  border: solid 2px #8cbd3a;
  background-color: #8cbd3a;
}

#reservationweiterbutton {
  line-height: 16px;
  margin: 5px;
}

#ctawidthmng:hover,
#ctawidthmnb:hover,
#new_ctawidthmng:hover,
#new_ctawidthmnb:hover,
#reservationweiterbutton:hover {
  border: 1px solid #8cbd3a;
  color: #8cbd3a;
  background: #fff;
}

.pr_label_img {
  display: inline-block;
  width: 150px;
  height: 45px;
  text-align: right;
  vertical-align: top;
}
.city_details {
  display: inline-block;
  margin-top: 5px;
}
.radio_optician {
  max-width: 22%;
}
.btm_input_form {
  display: inline-block;
  width: 75%;
  vertical-align: top;
}
/**.left_conter{
    display: inline-block;
}**/
.right_conter {
  /*display: inline-flex;*/
  max-width: 30%;
  float: right;
  margin-right: 5%;
  height: auto;
  width: 100%;
}
.left_cont {
  width: 55%;
}
.phone_input_div {
  display: inline-flex;
  width: 55%;
}

@media (max-width: 479px) {
  .new_label_img {
    width: 84px;
    height: 26px;
  }
  #optician-selection_top #is_reservation .new_r_optick .new_n_btn {
    width: 85px;
  }
  .pr_label_img {
    width: 85px;
    height: 26px;
  }
  .optician-selection_top {
    padding: 5px 15px 15px;
  }
  .showdata {
    top: 0px;
  }
  .city_details {
    display: inline;
    margin-top: 0px;
  }
  .radio_optician {
    max-width: 100%;
  }
  .btm_input_form {
    width: 100%;
  }
  .right_conter {
    display: none;
  }
  .left_cont {
    width: auto;
  }
  .phone_input_div {
    display: initial;
    width: 70%;
  }
  .widget-top .defined-label {
    border: 3px solid #fff;
    padding: 3px;
  }
}
.right_conter img {
  max-width: 100%;
}
@media (max-width: 920px) {
  .right_conter img {
    width: 190px;
  }
}
@media (min-width: 768px) {
  .pr_label_img,
  .new_label_img,
  #optician-selection_top #is_reservation .new_r_optick .new_n_btn {
    width: 150px;
  }
}

@media (min-width: 1280px) {
  .widget {
    width: 40.170940171000005%;
  }
  .widget-top {
    width: 60.17094%;
  }
}

.lead_if_font {
  font-family: -apple-system, BlinkMacSystemFont, Palanquin, sans-serif;
  font-size: 16px !important;
}
.lead_if_cl_font {
  font-family: -apple-system, BlinkMacSystemFont, Palanquin, sans-serif;
  color: #626262;
  font-size: 16px !important;
}

.lead_font {
  font-family: -apple-system, BlinkMacSystemFont, Palanquin, sans-serif;
}

.shop_font {
  font-size: 14px;
  display: inline-block;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.jAlertParentCSS {
  position: fixed;
  top: 45%;
  margin: 5%;
  margin-top: -100px;
  z-index: 1000;
  background-color: #ffffff;
  border-radius: 5px;
  width: 88%;
}

.jAlertTitleCSS {
  height: 50px;
  line-height: 45px;
  font-size: 1.5rem;
  padding-left: 20px;
  background-color: #95c11f;
  color: #fff;
  border-radius: 5px 5px 0 0;
}

.jAlertContentCSS {
  height: auto;
  font-size: 1rem;
  color: #333;
  word-wrap: break-word;
  padding: 20px 30px;
  line-height: 1.5;
}

.jAlertButtonPCSS {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
}

.jAlertButtonCancleCSS {
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  color: #4d4d4d;
  font-size: 1.3rem;
  background-color: #d4d4d4;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 20px;
}

.jAlertButtonSureCSS {
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  color: #fff;
  font-size: 1.3rem;
  background-color: #95c11f;
  border-radius: 5px;
  cursor: pointer;
}

#basicinformationtemplatebutton,
#reservationweiterbutton {
  margin-bottom: 10px;
  width: 95%;
  border: solid 0px #8cbd3a;
  -webkit-animation: button-bounce 2.2s cubic-bezier(0.165, 0.84, 0.44, 1)
    infinite forwards;
  animation: button-bounce 2.2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite
    forwards;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

#basicinformationtemplatebutton:after,
#reservationweiterbutton:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-animation: button-blip 2.2s cubic-bezier(0.215, 0.61, 0.355, 1)
    infinite forwards;
  animation: button-blip 2.2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
    forwards;
}

@-webkit-keyframes button-bounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
  }

  20% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }

  52%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes button-bounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
  }

  20% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }

  52%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes button-blip {
  0% {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
    opacity: 0;
  }

  10% {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
    opacity: 0.7;
  }

  30%,
  99% {
    -webkit-transform: scaleX(1.08) scaleY(1.35);
    transform: scaleX(1.08) scaleY(1.35);
    opacity: 0;
  }

  to {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
    opacity: 0;
  }
}

@keyframes button-blip {
  0% {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
    opacity: 0;
  }

  10% {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
    opacity: 0.7;
  }

  30%,
  99% {
    -webkit-transform: scaleX(1.08) scaleY(1.35);
    transform: scaleX(1.08) scaleY(1.35);
    opacity: 0;
  }

  to {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
    opacity: 0;
  }
}

#internal_loading {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10000;
  background-color: #4d4d4d;
  line-height: 35;
  vertical-align: middle;
  font-size: 10pt;
  display: none;
  opacity: 0.7;
  text-align: center;
}
#internal_loading img {
  width: 6%;
}

.ticketBirthdayLabel img {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.choose_store_date,
.cancel_store_date {
  display: none;
}
.maketwopartfirst {
  width: 47%;
  float: left;
  display: inline-block;
  margin-top: 10px;
}
.newlapoptdatetime {
  color: #4a4a4a;
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}

.maketwopartsecond {
  width: 46%;
  display: inline-block;
  margin-top: 10px;
  float: right;
  margin-right: 15px;
}

.backpart {
  float: right;
  margin-right: 15px;
}
#is_reservation .choose_store input {
  margin-top: 0px;
  line-height: 15px;
  height: 40px;
  padding: 0 22px;
  color: #838487;
  font-weight: 700;
  width: 100%;
}
#is_reservation .choose_store .reservationdiv {
  margin-top: 0px;
  padding-top: 7px;
}
#is_reservation .choose_store .stepwisetitle {
  margin: 15px 0 10px !important;
}
.shoplistdata {
  font-size: 14px;
  display: inline-block;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.43;
  margin-top: 3px;
  width: 100%;
}

#is_reservation .choose_store .vcon_content input {
  display: block;
  width: 100%;
  height: 0px;
}

.email-content .email-title {
  color: #ffffff;
  padding: 0px 10px;
  font-size: 26px;
  text-align: center;
  font-weight: 600;
  margin-top: 0px;
}

.optician-selection .email-content .position {
  width: 22%;
}
.optician-selection .email-content .positions {
  width: 76%;
}

.email-content input[type="text"],
.email-content .positions input[type="tel"] {
  border: 1px solid rgba(0, 0, 0, 0.42);
  font-size: 15px !important;
  outline: none;
}

#date-sel-age,
.email-content .phone_prefix {
  border: 1px solid rgba(0, 0, 0, 0.42);
}

.stenewWhiteBg {
  color: #750a4f !important;
  width: 75%;
  margin: 0 auto;
  background: #fff;
  padding: 0px 10px;
  font-size: 26px;
  text-align: center;
  font-weight: 600;
}
.email-content .defined-label {
  display: inline-block;
}
.email-content .radio_optician-2 {
  margin: 0 0 0 20px;
}
@media (max-width: 479px) {
  .optician-selection .email-content .position {
    width: 100%;
  }
  .optician-selection .email-content .positions {
    width: 100%;
  }
  .email-content .radio_optician-2 {
    margin: 0 0 0 0px;
  }
}
