/**
* Theme Name: Pharmacy2 Child
* Description: This is a child theme of Pharmacy2, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">WpOpal Team</a>
* Template: pharmacy2
* Version: 5.1.5
*/

.slick-slider button.slick-prev,
.slick-slider button.slick-next {
  width: auto;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  z-index: 123;
}
.vertical-navigation .vertical-menu ul li a.fat-modal.cstm-popup {
  background: #3db2ff;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
}
.home .woocommerce ul.products li.product {
    margin-bottom: 5px;
}

.pull-right {
  float: right;
}
.pull-left {
  float: left;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border: 0;
}
button,
input,
select {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input {
  line-height: normal;
}
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  p {
    orphans: 3;
    widows: 3;
  }
  h2 {
    page-break-after: avoid;
  }
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button,
input,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
img {
  vertical-align: middle;
}
h1,
h2 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
p {
  margin: 0 0 10px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.form-group {
  margin-bottom: 15px;
}
.has-feedback {
  position: relative;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:focus,
.btn-info:active:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out,
    -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.container:after,
.container:before,
.modal-header:after,
.modal-header:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.container:after,
.modal-header:after,
.row:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

@media all {
  .pull-right {
    float: right;
  }
  .pull-left {
    float: left;
  }
}

@media all {
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  img {
    border: 0;
  }
  button,
  input {
    line-height: normal;
  }
  button,
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  form,
  p {
    margin: 0 0 16px;
    padding: 0;
  }
  h1,
  h2 {
    margin-top: 0;
    margin-bottom: 16px;
  }
  *,
  :after,
  :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  p:empty {
    display: none !important;
  }
  img {
    max-width: 100%;
    height: auto !important;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    margin: 0;
  }
  .container {
    width: 90%;
    max-width: 90%;
    margin: 0 auto 0 auto;
    position: relative;
  }
  form:after {
    content: "";
    display: table;
    clear: both;
  }
  ::placeholder {
    color: #184363;
    opacity: 1;
  }
  label {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
  select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(assets/images/arrow-select.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position-x: calc(100% - 16px);
    background-position-y: 18px;
    padding-right: 36px !important;
  }
  select,
  input[type="date"],
  input[type="email"],
  input[type="number"],
  input[type="text"] {
    display: block;
    outline: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 16px;
    text-align: left;
    max-width: 100%;
    width: 100%;
    position: relative;
    backface-visibility: hidden;
    transition: color 0.3s ease-out, background-color 0.3s ease-out,
      box-shadow 0.3s ease-out, border-color 0.3s ease-out;
    height: 42px;
    font-size: 14px;
    line-height: 16px;
    padding: 0 16px;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
  }
  select {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  input[type="submit"],
  button {
    display: inline-block;
    margin-bottom: 4px;
    outline: 0;
    border: none;
    border-radius: 72px;
    padding: 9px 16px;
    min-width: 154px;
    position: relative;
    backface-visibility: hidden;
    transition: all 0.2s ease-out;
    z-index: 1;
    font-size: 15px;
    line-height: 22px;
    text-align: center !important;
    text-transform: none;
  }
  input[type="submit"],
  button {
    min-width: 0;
    padding: 9px 16px !important;
  }
  @media only screen and (min-width: 1280px) {
    .container {
      max-width: 1240px;
      min-width: 1240px;
    }
  }
}

@media all {
  input,
  select {
    font-size: 14px;
    font-weight: 400;
    font-family: PT Sans;
    line-height: 24px;
    letter-spacing: 0px;
    color: #4767ae;
  }
  h1,
  h2 {
    font-family: PT Sans;
    text-transform: none;
    font-weight: 700;
    color: #4767ae;
  }
  h1,
  h2 {
    letter-spacing: 0px;
  }
  h1 {
    font-size: 48px;
    line-height: 52px;
  }
  h2 {
    font-size: 40px;
    line-height: 46px;
  }
  select,
  input[type="date"],
  input[type="email"],
  input[type="number"],
  input[type="text"] {
    color: #184363;
    background-color: #edf4f6;
    border-color: #edf4f6;
  }
  select:focus,
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="text"]:focus {
    color: #184363;
    border-color: #15a9e3;
    background-color: #fff;
  }
  input[type="submit"],
  button {
    color: #fff;
    font-family: PT Sans;
    font-weight: 700;
    letter-spacing: 0;
    background-color: #d33;
  }
  input[type="submit"]:hover,
  button:hover {
    color: #fff !important;
    background-color: #184363;
  }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 32px;
      line-height: 36px;
    }
    h2 {
      font-size: 24px;
      line-height: 32px;
    }
  }
}
/*! CSS Used from: Embedded */
.modal-dialog.modal_box
  .modal-content
  .modal-header
  .popup_modal
  .height-section.neck-cstm
  .error
  #neck {
  width: 100% !important;
  color: #444;
  font-size: 30px !important;
  font-weight: 400;
  text-align: center;
  font-family: PT Sans;
}
.modal-dialog.modal_box
  .modal-content
  .modal-header
  .popup_modal
  .height-section.neck-cstm
  .error {
  max-width: 96px !important;
  width: 100%;
}
.form-navigation .next.btn.btn-info.pull-right {
  background-color: #138496;
}
.modal-dialog.modal_box
  .modal-content
  .modal-header
  .popup_modal
  .CAG_login
  .container {
  min-width: 100%;
}
.modal-dialog.modal_box
  .modal-content
  .modal-header
  .popup_modal
  .form-navigation
  .previous.btn.btn-info.pull-left {
  top: 20px;
  transform: unset;
  left: 50px;
}
.modal-dialog.modal_box
  .modal-content
  .modal-header
  .popup_modal
  .height-section.neck-cstm
  #meter2 {
  max-width: 96px;
  margin: 0;
}
.alert-danger {
  background-color: #fff;
  border-color: #fff;
}
.modal-dialog.modal_box[role="document"] .modal-content {
  background-color: #ccecf7;
  border: 10px solid #fff;
  border-radius: 0;
  background-position: center;
}
.modal-dialog.modal_box[role="document"] .modal-content .popup_modal .close {
  position: fixed;
  top: 50px;
  right: 50px;
  background-color: #000;
  z-index: 9;
  opacity: 1;
  height: 40px;
  width: 40px;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-dialog.modal_box[role="document"]
  .modal-content
  .popup_modal
  .close
  span {
  color: #fff;
  font-size: 32px;
}
#height-3 .label-class {
  color: #fff;
  font-weight: 500;
}
.form-navigation {
  margin-top: 0;
}
.form-navigation button.next.btn.btn-info.pull-right:focus {
  outline: none;
}
.form-group.has-feedback.first-page h1 {
  margin-top: 10px;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
.form-group.has-feedback.height-section {
  width: 100%;
  max-width: 100% !important;
}
.alert.alert-danger.display-errors.intro-section {
  background-color: transparent;
  border: 0;
}
.modal-dialog.modal_box
  .modal-content
  .modal-header
  .popup_modal
  .form-navigation
  .previous.btn.btn-info.pull-left {
  top: 50px;
  transform: unset;
  left: 50px;
  position: fixed;
}
.btn-info {
  margin-top: 10px;
}
.form-section.current .has-feedback .input-group {
  display: block;
}
.form-group .input-group h1 {
  text-align: center;
  font-size: 42px;
  line-height: 1;
  padding: 42px 0;
  margin: 0;
  color: #4a4a4a;
}
.form-group .input-group h1 {
  text-align: center;
  font-size: 30px;
  padding: 15px 0 10px;
  margin: 0;
  line-height: 3rem;
  color: #4a4a4a;
}
.form-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-navigation button.next.btn.btn-info.pull-right {
  border: 0.16em solid hsla(0, 0%, 100%, 0);
  box-sizing: border-box;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-shadow: 0 0.04em 0.04em rgb(0 0 0/35%);
  transition: all 0.2s;
  width: 100%;
  max-width: 438px;
  height: 48px;
  border-radius: 10px;
  margin: 0 0 30px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
button.previous.btn.btn-info.pull-left {
  position: absolute;
  top: 0;
  z-index: 99;
  left: 0;
  transform: translate(350px, 209px);
}
.form-group.has-feedback p {
  margin: 0;
  font-size: 34px;
  line-height: 48px;
  margin-bottom: 20px;
}
form .form-section.current {
  margin-top: 30px;
}
.form-section.current .has-feedback .input-group {
  text-align: center;
}
.form-group input.age-input {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 12px;
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  width: 100%;
  max-width: 80px;
  margin: 0 auto;
  padding-right: 0;
}
.alert.alert-danger.display-error.intro-section {
  padding: 0;
  margin: 0;
}
.form-group.has-feedback .input-group button:focus {
  outline: none;
}
.form-navigation button.next.btn.btn-info.pull-right:focus {
  box-shadow: none;
}
button.previous.btn.btn-info.pull-left:focus {
  box-shadow: none;
}
.CAG_login .form-section.current .has-feedback .input-group {
  position: relative;
}
.CAG_login .height-section.target {
  display: block !important;
}
.CAG_login .height-section.target .error.age-error {
  width: 100%;
  max-width: 438px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  justify-content: flex-start;
}
.alert.alert-danger.display-errored.intro-section {
  display: none !important;
}
.alert.alert-danger.display-errors.intro-section {
  background-color: #fff;
  border: 0;
}
#meter {
  width: 6rem;
  margin-top: 13px;
  margin-left: 12px;
}
.height-section.neck-cstm input {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 12px;
  color: #444;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  width: 6rem;
  margin-bottom: 0;
  padding: 0;
}
.modal .modal-dialog {
  width: 100%;
  max-width: 1200px;
  padding: 30px 20px;
}
form .form-section.current h1 {
  text-align: center;
  font-size: 30px;
  line-height: normal;
  margin-bottom: 15px;
  color: #000;
  padding-bottom: 0;
}
.your-gander select {
  max-width: 350px;
  margin: 0 auto 10px;
  background-color: #fff;
  border-radius: 20px;
  font-size: 18px;
}
.modal-dialog.modal_box
  .modal-content
  .modal-header
  .popup_modal
  .height-section.neck-cstm
  .error {
  max-width: 96px !important;
  width: 100%;
  margin: 0;
}
.CAG_login .form-section.current .has-feedback .input-group {
  display: block !important;
  width: 100%;
}
.alert.alert-danger.display-error.intro-section {
  background-color: transparent !important;
  border: 0;
}
@media (max-width: 991px) {
  form .form-section.current h1 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .form-group .input-group h1 {
    font-size: 24px;
  }
  .form-navigation button.next.btn.btn-info.pull-right {
    max-width: 290px;
    width: 100%;
  }
  .form-group.has-feedback p {
    font-size: 22px;
    line-height: 30px;
  }
  form .form-section.current h1 {
    font-size: 22px;
  }
  .modal-dialog.modal_box[role="document"] .modal-content {
    border: 6px solid #fff;
  }
  .modal-dialog.modal_box[role="document"] .modal-content .popup_modal {
    margin-top: 40px;
  }
}
@media (max-width: 567px) {
  .modal .modal-dialog {
    width: 100%;
    max-width: calc(100% - 30px);
    padding: 30px 0;
    margin: 0 auto;
  }
  .modal-dialog.modal_box
    .modal-content
    .modal-header
    .popup_modal
    .form-navigation
    .previous.btn.btn-info.pull-left {
    top: 40px;
    transform: unset;
    left: 10px;
    position: fixed;
  }
  .modal-dialog.modal_box[role="document"] .modal-content .popup_modal .close {
    top: 50px;
    right: 15px;
  }
}
.hiddens {
  display: none;
}
.modal-dialog.modal_box.popup_home_page {
  max-width: 1230px;
}
.modal-dialog.modal_box.popup_home_page .modal-content {
  background: #fff;
  box-shadow: 0px 0px 26px #0000001a;
  border-radius: 0 0 18px 18px;
  border: 0;
  border-radius: 18px;
}
.modal-dialog.modal_box.popup_home_page .modal-content .modal-header {
  padding: 0;
  border: 0;
}
.modal-dialog.modal_box.popup_home_page #closed span {
  top: -4px;
  position: relative;
}
.modal-dialog.modal_box.popup_home_page button#closed {
  background: #df370d;
  border: #df370d;
  border-radius: 15px;
}
.first-page.pop-wrapper .absulot_img_wraper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.form-section.pop-main-sec .flex_wrrper > .your_score {
  width: auto;
}
.form-section.pop-main-sec .flex_wrrper > .your_score {
  width: auto;
}
.form-section.pop-main-sec .flex_wrrper .images-poppup {
  text-align: start;
  z-index: 2;
  padding-left: 60px;
}
.first-page.pop-wrapper {
  position: relative;
}
.first-page.pop-wrapper .flex_wrrper {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.form-section.pop-main-sec .flex_wrrper .images-poppup > img {
  max-width: 414px;
  height: 414px;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid transparent;
}
.first-page.pop-wrapper .absulot_img_wraper {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  z-index: 1;
  height: 100%;
  -webkit-mask-image: url("assets/images/l401rwy6.png");
  mask-image: url("assets/images/l401rwy6.png");
}
.first-page.pop-wrapper .absulot_img_wraper > img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100% !important;
}
.form-section.pop-main-sec .flex_wrrper .your_score {
  text-align: start;
  padding-left: 40px;
}
.form-section.pop-main-sec .flex_wrrper .your_score > img {
  max-width: 224px;
}
.form-section.pop-main-sec .flex_wrrper .your_score h1 {
  margin: 0;
  padding: 0;
  text-align: start;
  font-size: 52px;
  line-height: 67px;
  color: #184363;
  max-width: 387px;
  margin-top: 24px;
  font-weight: 700;
}
.step-popup-main .modal-content {
  border-radius: 18px;
  overflow: hidden;
}
.step-popup-main .container {
  padding: 0;
}
.step-popup-main .container .form-section {
  margin: 0;
}
.first-page.pop-wrapper .absulot_img_wraper:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #89c6e3db;
}
.step-popup-main .form-navigation {
  justify-content: space-between;
  padding: 0 40px;
}
.step-popup-main .form-navigation > button {
  max-width: 235px !important;
  width: 100%;
}
.form-group.has-feedback.first-page {
  margin-bottom: 0;
}
.step-popup-main .form-navigation button {
  position: static !important;
  float: unset !important;
  height: 52px !important;
  margin: 0 !important;
  margin-bottom: 23px !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 20px !important;
}
.step-popup-main .form-navigation button.previous {
  border: 2px solid #138496;
  background: #fff;
  color: #138496;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px !important;
}
.step-popup-main .form-navigation button.previous:hover {
  color: #138496 !important;
}
.step-popup-main form h2 {
  font-size: 28px;
  color: #184363;
  line-height: 37px;
}
body .step-popup-main form input {
  border: 1px solid #dedede !important;
  font-size: 16px !important;
  color: #535353 !important;
}
.step-popup-main .modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
}
.step-popup-main {
  background: #dcf4f4ed;
}
.step-popup-main .form-navigation button.previous img {
  margin-right: 13px;
  object-fit: contain;
}
body.home form#CAG_logins {
  margin: 0;
}
.modal-dialog.modal_box.popup_home_page button#closed {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 49px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-dialog.modal_box.popup_home_page button#closed span {
  position: static;
  padding-bottom: 5px;
}
.step-popup-main .other_sec_comman {
  display: flex;
  padding: 30px 30px 0;
  border-bottom: 1px solid #dedede;
}
.step-popup-main .second_stp_cst {
  align-items: end;
}
.step-popup-main .other_sec_comman .second-part-img {
  width: 60%;
  text-align: start;
}
.step-popup-main .other_sec_comman .height-weight-male {
  width: 40%;
}
body .step-popup-main .second_stp_cst .height-weight-male .height-section {
  display: flex;
  align-items: start !important;
  justify-content: flex-start !important;
}
.popup_home_page .form-navigation button.next.btn.btn-info.pull-right {
  gap: 13px;
}
.popup_home_page
  .CAG_login
  .form-section.current
  .has-feedback
  .input-group
  input {
  width: 100% !important;
  max-width: 288px;
  height: 52px;
}
.modal-dialog.modal_box.popup_home_page .other_sec_comman.second_stp_cst {
  padding: 30px 70px 0;
}
.modal-dialog.modal_box.popup_home_page
  .other_sec_comman.second_stp_cst
  .gender_div {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 255px;
  padding-right: 40px;
}
.step-popup-main .other_sec_comman .height-weight-male h1 {
  color: #184363;
  font-size: 28px;
  letter-spacing: 0.56px;
  line-height: 37px;
  margin-bottom: 26px;
  text-align: left;
}
body .step-popup-main form input {
  background: #fff;
  padding: 10px !important;
}
.main_div_activity .first-div select,
.main_div_activity .second-div select {
  margin: 10px auto 40px !important;
  max-width: 100% !important;
}
.main_div_activity > div {
  width: 100%;
  max-width: calc(100% / 2);
  text-align: left;
}
.main_div_activity .second-div .submit {
  width: 100% !important;
  height: 52px !important;
  background: #0363a8 !important;
  border-radius: 12px !important;
  opacity: 1 !important;
  color: #fff !important;
  max-width: 155px !important;
}
.main_div_activity {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px !important;
}
.main_div_activity .first-div {
  padding-right: 40px;
}
.main_div_activity .second-div {
  padding-left: 40px;
}
.form-group.has-feedback.height-section,
.form-group.has-feedback {
  border-bottom: 1px solid #70707015;
}
.main_div_activity:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #70707015;
}
.main_div_activity {
  position: relative;
}
body.home form#CAG_logins {
  padding-bottom: 20px;
}
.main_div_activity .second-div .calculate_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_div_activity .second-div .calculate_button h2 {
  margin-bottom: 0;
}
.step-popup-main .container .form-section label {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.36px;
  color: #535353;
}
.form-section.pop-main-sec .flex_wrrper .your_score h1 {
  margin-bottom: 20px !important;
}
.main_div_activity
  .second-div
  .calculate_button
  .alert.alert-danger.display-error.intro-section {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 5px;
}
.main_div_activity .second-div .calculate_button {
  position: relative;
}
body .step-popup-main form input {
  background: #fff;
  padding: 10px !important;
}
.main_div_activity .first-div select,
.main_div_activity .second-div select {
  margin: 10px auto 40px !important;
  max-width: 100% !important;
}
.main_div_activity > div {
  width: 100%;
  max-width: calc(100% / 2);
  text-align: left;
}
.main_div_activity .second-div .submit {
  width: 100% !important;
  height: 52px !important;
  background: #0363a8 !important;
  border-radius: 12px !important;
  opacity: 1 !important;
  color: #fff !important;
  max-width: 155px !important;
}
.main_div_activity {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px !important;
}
.main_div_activity .first-div {
  padding-right: 40px;
}
.main_div_activity .second-div {
  padding-left: 40px;
}
.form-group.has-feedback.height-section,
.form-group.has-feedback {
  border-bottom: 1px solid #70707015;
}
.main_div_activity:after {
  position: absolute;
  content: " ";
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #70707015;
}
.main_div_activity {
  position: relative;
}
body.home form#CAG_logins {
  padding-bottom: 20px;
}
.main_div_activity .second-div .calculate_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_div_activity .second-div .calculate_button h2 {
  margin-bottom: 0;
}
.step-popup-main .container .form-section label {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.36px;
  color: #535353;
}
.form-section.pop-main-sec .flex_wrrper .your_score h1 {
  margin-bottom: 20px !important;
}
.main_div_activity
  .second-div
  .calculate_button
  .alert.alert-danger.display-error.intro-section {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 5px;
}
.main_div_activity .second-div .calculate_button {
  position: relative;
}
#CAG_logins .form-group.has-feedback .input-group {
  text-align: left !important;
}
.first-page.pop-wrapper .absulot_img_wraper {
  mask-repeat: no-repeat;
  mask-size: cover;
}
@media (max-width: 1199px) {
  .form-section.pop-main-sec .flex_wrrper .images-poppup {
    padding-left: 40px;
  }
  .form-section.pop-main-sec .flex_wrrper .images-poppup > img {
    max-width: 300px;
  }
  .modal-dialog.modal_box.popup_home_page .other_sec_comman.second_stp_cst {
    padding: 40px 30px 0;
  }
  .main_div_activity .second-div .calculate_button h2 {
    font-size: 20px;
  }
  .modal-dialog.modal_box
    .modal-content
    .modal-header
    .popup_modal
    .height-section.neck-cstm
    .error
    #neck {
    font-size: 20px !important;
  }
  .step-popup-main .form-navigation > button {
    max-width: max-content !important;
    padding: 10px 30px !important;
  }
  .step-popup-main .other_sec_comman .height-weight-male h1 {
    font-size: 25px;
  }
  .modal-dialog.modal_box.popup_home_page button#closed {
    font-size: 18px;
  }
  .main_div_activity .second-div .submit {
    height: 45px !important;
    max-width: max-content !important;
    padding: 10px 20px !important;
  }
  .modal-dialog.modal_box.popup_home_page button#closed {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .form-section.pop-main-sec .flex_wrrper .your_score h1 {
    font-size: 40px;
    line-height: 55px;
  }
  .form-section.pop-main-sec .flex_wrrper > .your_score {
    width: 50%;
  }
  .form-section.pop-main-sec .flex_wrrper .images-poppup {
    padding-left: 20px;
  }
  .form-section.pop-main-sec .flex_wrrper .images-poppup > img {
    max-width: 200px;
  }
  .step-popup-main .other_sec_comman .height-weight-male h1 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .popup_home_page
    .CAG_login
    .form-section.current
    .has-feedback
    .input-group
    input {
    height: auto;
  }
  .modal-dialog.modal_box.popup_home_page
    .other_sec_comman.second_stp_cst
    .gender_div {
    max-width: max-content;
    padding-right: 20px;
  }
  .main_div_activity .second-div .calculate_button {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .first-page.pop-wrapper .absulot_img_wraper {
    width: 100%;
  }
  .popup_home_page
    .CAG_login
    .form-section.current
    .has-feedback
    .input-group
    input {
    max-width: 100%;
  }
  .form-section.pop-main-sec .flex_wrrper > .your_score {
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 0 20px !important;
  }
  .first-page.pop-wrapper .flex_wrrper {
    display: block;
  }
  .modal-dialog.modal_box.popup_home_page {
    margin: 5px auto;
  }
  .form-section.pop-main-sec .flex_wrrper .images-poppup {
    padding-left: 20px;
    z-index: 9;
    position: relative;
  }
  .form-section.pop-main-sec .flex_wrrper .your_score h1 {
    max-width: 350px;
  }
  .form-group.has-feedback.first-page {
    padding-top: 10px;
  }
  .step-popup-main .other_sec_comman .second-part-img,
  .step-popup-main .other_sec_comman .height-weight-male {
    width: 100%;
  }
  .modal-dialog.modal_box.popup_home_page .other_sec_comman.second_stp_cst {
    flex-wrap: wrap;
  }
  .modal-dialog.modal_box.popup_home_page
    .other_sec_comman.second_stp_cst
    .gender_div {
    max-width: 50%;
  }
  .main_div_activity > div {
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding: 0 !important;
  }
  .main_div_activity .first-div select,
  .main_div_activity .second-div select {
    margin: 10px auto 25px !important;
  }
  .main_div_activity {
    padding-top: 20px !important;
    padding-bottom: 90px !important;
  }
  .main_div_activity:after {
    display: none;
  }
  .step-popup-main .form-navigation button {
    height: auto !important;
    font-size: 18px !important;
  }
  .step-popup-main .form-navigation > button {
    line-height: 1;
  }
  .step-popup-main form h2 {
    font-size: 22px;
    line-height: normal;
  }
  .modal-dialog.modal_box.popup_home_page {
    max-width: calc(100% - 20px);
  }
}
@media (max-width: 567px) {
  .form-section.pop-main-sec .flex_wrrper .your_score > img {
    max-width: 145px;
  }
  .form-section.pop-main-sec .flex_wrrper .your_score h1 {
    max-width: 300px;
    font-size: 35px;
    line-height: 45px;
  }
  .modal-dialog.modal_box.popup_home_page
    .other_sec_comman.second_stp_cst
    .gender_div {
    max-width: 100%;
    padding: 0;
  }
  .main_div_activity {
    padding: 20px 20px 90px !important;
  }
  .step-popup-main form h2 {
    font-size: 20px;
  }
  .popup_home_page
    .CAG_login
    .form-section.current
    .has-feedback
    .input-group
    input {
    height: auto !important;
    margin-top: 10px;
  }
  .modal-dialog.modal_box
    .modal-content
    .modal-header
    .popup_modal
    .height-section.neck-cstm
    .error {
    max-width: calc(50% - 20px) !important;
  }
  .modal-dialog.modal_box
    .modal-content
    .modal-header
    .popup_modal
    .height-section.neck-cstm
    #meter2 {
    max-width: calc(50% - 20px) !important;
  }
  .modal-dialog.modal_box.popup_home_page .other_sec_comman.second_stp_cst {
    padding: 40px 20px 0;
  }
  .step-popup-main .form-navigation {
    padding: 0 20px;
  }
  .step-popup-main .form-navigation > button {
    padding: 10px 20px !important;
  }
}
/*! CSS Used from: Embedded */
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
/*! CSS Used from: Embedded */
button:disabled:hover {
  opacity: 0.6;
  cursor: not-allowed;
}
/*! CSS Used from: Embedded */
.fade:not(.show) {
  opacity: 1;
}
.form-section {
  display: none;
}
.form-section.current {
  display: inherit;
}

@media all {
  .pull-right {
    float: right;
  }
  .pull-left {
    float: left;
  }
}
/*! CSS Used fontfaces */
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/fonts/glyphicons-halflings-regular.eot);
  src: url(https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/fonts/glyphicons-halflings-regular.woff2)
      format("woff2"),
    url(https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/fonts/glyphicons-halflings-regular.woff)
      format("woff"),
    url(https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/fonts/glyphicons-halflings-regular.ttf)
      format("truetype"),
    url(https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizYRExUiTo99u79D0e0x8mN.ttf)
    format("truetype");
}
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizdRExUiTo99u79D0e8fOydLxUY.ttf)
    format("truetype");
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79D0KEwA.ttf)
    format("truetype");
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizfRExUiTo99u79B_mh0O6tKA.ttf)
    format("truetype");
}


/* 10th Apr */


.woosq-popup.mfp-with-anim 
 button.mfp-close {
    width: auto;
    height: auto;
}
#woosq-popup .single-product div.product form.cart .quantity .qty {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
	transition:all 0.5s ease-in-out;
	 border: 1px solid #edf4f6;
	    height: 41px;

}
#woosq-popup .single-product div.product form.cart .quantity .qty:focus {
    border: 1px solid #3db2ff;
}
#woosq-popup form button.woosw-btn+button:hover,
#woosq-popup form button.woosw-btn:hover {
    color: #3db2ff !important;
}
.single-product div.product .single_add_to_cart_button {
    width: 140px;
    margin-right: 0;
}

#woosq-popup .single-product div.product form.cart .quantity {
    width: 140px !important;
}




.search_cstm_section .is-search-form .is-search-submit {
    background: #e40039 !important;
    height: auto;
    width: 50px;
	position:relative;
}
.search_cstm_section .is-search-form .is-search-submit span.is-search-icon svg {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 14px;
    top: 13px;
}

.search_cstm_section .is-form-style.is-form-style-3 label {
    width: calc(100% - 50px)!important;
}

.search_cstm_section .is-search-form .is-search-submit span.is-search-icon svg path {
    fill: #fff;
}
.search_cstm_section .is-search-form .is-search-submit span.is-search-icon {
    background: #e40039 !important;
    border-radius: 0 30px 30px 0;
    border: 1px solid #e40039;
    width: 50px;
    height: 50px;
}

.cart-side-overlay {
    z-index: 9999;
 
}

.search_cstm_section .is-search-form input {
    border: 1px solid #dcf4f4 !important;
    height: 50px;
    background: #dcf4f4;
   border-radius: 30px 0 0 30px;
    font-size: 15px !important;
}
.search_cstm_sectio .is-form-style.is-form-style-3 label {
    width: calc(100% - 50px)!important;
}

@media(max-width:480px){

#woosq-popup  .single-product div.product .single_add_to_cart_button, #woosq-popup .single-product div.product form.cart .quantity {
    width: 100% !important;
	    margin-right: 0;
}

#woosq-popup  .single-product div.product p.price + form.cart {

    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}
}
