
  #billing-form .fields .form-control.valid,
  #billing-form .fields .form-control.error {
    padding-right: 35px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  #billing-form .fields .valid,
  #billing-form .fields .error {
    padding-right: 35px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .submit button.submit {
    padding: 15px 30px;
  }

  .form-error {
    display: none
  }

  input[type=text]:focus,
  input[type=tel]:focus,
  input[type=email]:focus,
  select:focus {
    border: 1px solid grey;
    border-bottom: 1px solid #1e90ff;
    outline: none;
  }

  span.help-block.form-error {
    display: none;
  }

  .has-error input[type=email],
  .has-error input[type=text],
  .has-error input[type=tel],
  .has-error.has-success input#phone_mask,
  .has-error select {
    border: 1px solid #ff5e45 !important;
    background-image: url('../new_images/icon-validation-bad.png') !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
  }

  .has-success input[type=email],
  .has-success input[type=text],
  .has-success input[type=tel],
  .has-success select {
    background-image: url('../new_images/icon-validation-good.png') !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
  }

  body.device-mobile .pac-container {
    top: 340px !important;
  }

  input::placeholder {
    color: #aaa !important;
  }

  .floating-labels {
    position: relative;
    margin-bottom: 10px;
  }

  .floating-labels input {
    position: relative !important;
    z-index: 1 !important;
    height: 25px;
    padding: 18px 0 0 10px !important;
    box-sizing: content-box !important;
    width: 95% !important;
    background: rgba(255, 255, 255, 0) !important;
  }

  .floating-labels select {
    padding: 5px 0 5px 10px;
    box-sizing: content-box;
    width: 95%;
  }

  .floating-labels input::placeholder {
    opacity: 0;
  }

  .floating-labels label {
    font-size: 15px;
    font-family: montserrat, sans-serif;
    transition: all .2s;
    cursor: text;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    opacity: 0.6;
    font-weight: normal;
  }

  .floating-labels input:focus+label,
  .floating-labels input:not(:placeholder-shown)+label {
    font-size: 12px;
    color: #3498db;
    top: 25%;
    z-index: 2;
  }

  .floating-labels select+label {
    display: none;
  }

  @supports (-ms-ime-align:auto) {
    .floating-labels label {
      display: none;
    }

    .floating-labels input {
      height: 43px;
      padding: 0 0 0 10px !important;
    }
  }

  .optout-link {
    display: none;
  }

  .text-center {
    text-align: center;
  }

  .yellow-bg {
    background-color: #fbf952;
  }

  .wlmt-panel--order-summary table tr td {
    padding: 5px;
  }

  header {
    min-height: 120px;
    position: relative;
  }

  .attention {
    color: #ff0000;
  }

  .offerbarexpire.px-3.py-1 {
    text-align: center;
    color: #fff;
    font-size: 21px !important;
    text-transform: uppercase;
  }

  button.submit {
    background: #6AB04C !important;
    width: 100% !important;
    opacity: 1 !important;
  }

  #form-submit.disabled,
  [type="submit"].disabled {
    min-width: 100% !important;
  }

  .card_logos>img:last-child {
    height: 24px;
  }

  body * {
    font-family: poppins !important;
  }

  .product-summary {
    width: 100%;
    background: white;
    /*padding: 20px;*/
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
  }

  .product-summary-header h2 {
    text-align: center;
    margin-bottom: 20px;
  }

  .product-summary-body {
    display: block;
    align-items: center;
    /*border-top: 1px solid #e1e1e1;*/
    padding-top: 20px;
  }

  .product-image {
    width: 100%;
  }

  .product-description {
    width: 100%;
  }

  .product-image img {
    /*width: 80%;*/
    /* Adjust as needed */
    height: 100%;
    /* Adjust as needed */
    margin-right: 10px;
  }

  .product-description h4 {
    flex-grow: 1;
  }

  .fields input,
  #billing-form .fields input[type="text"],
  #billing-form .fields input[type="tel"],
  select {
    width: 100% !important;
    padding: 11px !important;
    border: 1px solid #ccc;
  }

  span#timer-container-12586003 {
    color: #ef0e52;
    font-size: 30px;
    font-weight: bold;
  }

  .attention {
    color: #ff0000;
  }

  .offerbarexpire.px-3.py-1 {
    text-align: center;
    color: #fff;
    font-size: 21px !important;
    text-transform: uppercase;
  }

  .final-step strong {
    display: block;
    font-size: 30px !important;
  }

  .fields,
  select {
    display: flex !important;
    width: 100% !important;
  }

  main.clearfix {
    margin-bottom: 30px;
    z-index: 101;
  }

  .form-box {
    width: 100%;
  }

  .sameAsShipping {
    text-align: left !important;
  }

  .bottom_bar {
    border-bottom: 0px !important;
  }

  .final-step {
    border-bottom: 0px !important;
  }

  footer {
    max-width: 100% !important;
    background-color: #222529;
    margin: 0 !important;
  }

  body {
    margin: 0;
    background: #FFFFFF;
  }

  .final-step,
  .progress .part div:last-child,
  .progress .bar {
    background: #2B2F32 !important;
  }

  button.submit {
    background: #6AB04C !important;
    width: 100%;
  }

  #billing-form .fields label {
    text-align: left !important;
  }

  .form-box .inner {
    border: 2px solid #2B2F32 !important;
  }

  header {
    background-color: #222529;
    margin-bottom: 30px;
  }

  .final-step::after {
    content: '';
    width: 0 !important;
    height: 0 !important;
    border-bottom: 0px !important;
    border-right: 0px !important;
    border-left: 0 !important;
  }

  .container-top {
    width: auto;
    margin: 0 auto;
  }

  .logo {
    background-image: url(/index_images/blank.png?1699297610);
    float: none;
    position: inherit;
    top: 0;
    transform: none;
    margin: 0;
    display: inline-block;
  }

  .top-bar {
    display: inline-block;
    margin-left: 35%;
  }

  .form-box .inner {
    background: #fff;
    border: 3px solid #038004;
  }

  button.submit {
    background: #ffa425;
  }

  .submit {
    text-align: center;
    margin-top: 5px;
  }

  .final-step {
    background: #004F7E;
    border-bottom: solid 3px green;
  }

  div.bottle {
    background-image: url(/new_images/image.png?5664325);
    margin-top: 0;
  }

  .progress .part div:last-child {
    background: #004F7E;
  }

  .progress .bar {
    background: #004F7E;
  }

  .final-step::after {
    content: '';
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    top: 91%;
    bottom: -15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    background: #4cbf10;
    left: calc(50% - 23px);
    border-bottom: solid 3px green;
    border-right: solid 3px green;
    border-left: 0;
  }

  .big-arrow {
    background: #fe8505;
  }

  .big-arrow::after {
    border-left: 20px solid #fe8505;
  }

  .final-step,
  .progress .part div:last-child,
  .progress .bar {
    background: #4cbf10;
  }

  .weAccept {
    text-align: center;
    margin: 21px 0 10px
  }

  .sameAsShipping {
    margin-bottom: 15px;
    text-align: center;
  }

  .ccLogos {
    width: 40px;
    margin-top: 15px;
  }

  #billAddress {
    display: none;
  }

  #billing-form {
    font-size: 14px;
    padding: 0 20px 20px 20px;
  }

  #billing-form .fields label {
    display: inline-block;
    width: 30%;
    text-align: right;
    padding-right: 2%;
  }

  #billing-form .fields {
    padding-bottom: 8px;
  }

  #billing-form .fields input[type="text"],
  #billing-form .fields input[type="tel"] {
    width: 60%;
    padding: 5px;
  }

  select {
    width: 64%;
    padding: 4px 0;
  }

  #billing-form .fields input#cvv {
    width: 30%;
  }

  #clock {
    font-weight: bold;
    color: red;
  }

  .product {
    display: flex;
    padding: 0 10 0 0px;
  }

  .product .left {
    width: 50%;
  }

  .product .right {
    font-size: 13px;
  }

  div.bottle {
    width: 134%;
    left: -35px;
  }

  .disclaimer {
    padding: 25px 10px 15px;
  }

  .viewing {
    display: flex;
    text-align: center;
    background-color: #c8f2aa;
    color: #0a7e01;
    border: solid 3px green;
  }

  .bottom_bar {
    border-bottom: 3px solid #b9b8b8;
    margin-top: 30px;
  }

  .viewing img,
  .viewing p {
    display: inline-block;
  }

  .text p:first-child {
    font-weight: 800;
    font-size: 20px;
  }

  #billing-form .fields input[type="text"],
  #billing-form .fields input[type="tel"] {
    width: 96%;
  }

  select {
    width: 100%;
  }

  .card-fields {
    display: inline-block;
  }

  .card-fields select {
    display: inline-block;
  }

  #billing-form .fields input[type="text"],
  #billing-form .fields input[type="tel"],
  select {
    border-radius: 5px;
    border: 1px solid #dad9d9;
  }

  .card_logos {
    display: inline-flex;
  }

  #billing-form .card-fields {
    width: 49%;
  }

  @media only screen and (max-width: 640px) {
    .logo {
      margin-left: 20.5%;
    }

    .top-bar {
      margin-left: 0;
      margin-top: 34px;
    }

    .viewing img {
      margin-top: 20px;
    }

    .viewing p {
      padding: 0 45px;
    }
  }


  * {
    font-family: 'Open Sans', san-serif;
  }


  body.dark-bg footer,
  body.dark-bg footer a {
    color: #ccc;
  }

  .container {
    padding: 0 10px;
  }

  .clear {
    clear: both;
    float: none;
  }

  .clearfix::after {
    display: table;
    content: " ";
    clear: both;
  }

  .center {
    text-align: center;
  }

  .red {
    color: red;
  }

  img {
    max-width: 100%;
  }

  header {
    padding: 20px 0 0;
  }

  footer {
    margin-top: 50px;
  }

  footer p {
    text-align: center;
    font-size: 13px;
    color: #888;
  }

  .secure-256 {
    font-size: 10px;
  }

  .secure-256 img {
    vertical-align: middle;
  }

  .seals {
    text-align: center;
  }

  .soldout-risk .bar {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #aaa;
    padding: 2px;
    width: 75px;
  }

  .soldout-risk .bar .level {
    background: red;
    width: 12px;
    height: 12px;
    animation-name: blink;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }

  @keyframes blink {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 200px;
    height: 65px;
    margin: 0 auto 15px auto;
  }

  button.submit {
    padding: 15px 45px;
    background: #ffa425;
    color: white;
    border: 0;
    position: relative;
    cursor: pointer;
    width: 87%;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-family: "Open Sans", arial;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
  }

  button.submit:hover {
    filter: brightness(115%);
  }

  /*button.submit::before {
display: inline-block;
width: 98%;
content: " ";
position: absolute;
opacity: .3;
background: white;
height: 32px;
left: 50%;
transform: translateX(-50%);
top: 2px;
}*/
  .pulse {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
  }

  @keyframes pulse {
    0% {
      transform: scale(0.9);
    }

    50% {
      transform: scale(1);
    }

    100% {
      transform: scale(0.9);
    }
  }

  @media only screen and (min-width: 1028px) {
    header {
      min-height: 120px;
      position: relative;
    }

    .logo {
      float: left;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      margin: 0;
    }

    button.submit {
      font-size: 25px;
    }

    .container {
      padding: 0;
      min-width: 1028px;
      margin: 0 auto;
    }
  }

  @media only screen and (max-width: 1028px) {
    .mobile-hide {
      display: none !important;
    }
  }

  .final-step {
    padding: 10px 20px;
    color: white;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
  }

  .final-step strong {
    display: block;
    font-size: 55px;
  }

  .final-step::after {
    display: block;
    content: " ";
    width: 0;
    top: 100%;
    left: 43%;
    position: absolute;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
  }

  .animate-container {
    width: 100% !important;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  @media only screen and (max-width: 767px) .animate-container {
    width: 100% !important;
    /*max-width: 600px !impoartant;*/
    padding: 0 15px;
  }
  }

  section.main {
    z-index: 100;
    position: relative;
    width: 100% !important;
  }

  section.main>container {
    min-width: 100% !important;
    padding: 0;
    margin: 0 auto;
  }

  section.main>html,
  body,
  div,
  span,
  h3,
  h4,
  p,
  a,
  img,
  strong,
  b,
  center,
  ul,
  li,
  form,
  label,
  header {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }

  /* customization */
  .s1-text1 {
    float: left;
    width: 100%;
    font-size: 63px;
    line-height: 65px;
    font-weight: bold;
    color: #000000;
    text-align: center;
  }

  .s1-text2 {
    float: left;
    width: 100%;
    font-size: 160px;
    line-height: 140px;
    letter-spacing: 1px;
    font-weight: 800;
    color: #0753b1;
    text-transform: uppercase;
    text-align: center;
  }

  .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    animation-duration: 2.0s;
    -webkit-animation-duration: 2.0s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
  }

  @-webkit-keyframes zoomIn {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
    }

    50% {
      opacity: 1;
    }
  }

  @keyframes zoomIn {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
    }

    50% {
      opacity: 1;
    }
  }

  /*-----------------------
            Pulse
    ------------------------*/
  .pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }

  @keyframes pulse {
    0% {
      transform: scale(0.85);
    }

    50% {
      transform: scale(1);
    }

    100% {
      transform: scale(0.85);
    }
  }

  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(0.85);
    }

    50% {
      -webkit-transform: scale(1);
    }

    100% {
      -webkit-transform: scale(0.85);
    }
  }

  .timer-sec {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-top: 40px;
  }

  .timer-sec h3 {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    margin-bottom: 18px;
  }

  .psgTimer {
    display: table;
    margin: 0 auto 0 auto;
    font-size: 0;
  }

  .psgTimer_numbers>div,
  .psgTimer_labels>div {
    display: inline-block;
    font-size: 0;
    width: 170px;
    text-align: center
  }

  .psgTimer_numbers>div {
    position: relative
  }

  .psgTimer_numbers>div:after {
    content: ":";
    line-height: 54px;
    height: 54px;
    display: block;
    font-size: 80px;
    color: #21272C;
    position: absolute;
    top: -5px;
    right: -14px;
  }

  .psgTimer_numbers>div:last-child:after {
    content: none
  }

  .psgTimer_numbers>div>div {
    display: inline-block;
    vertical-align: top;
    width: 62px;
    height: 75px;
    line-height: 70px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    font-size: 50px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    position: relative;
    background: #010101;
    background: -o-linear-gradient(180deg, #484848 0%, #010101 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#484848), to(#010101));
    background: -o-linear-gradient(top, #484848 0%, #010101 100%);
    background: linear-gradient(180deg, #484848 0%, #010101 100%);
  }

  .psgTimer_numbers>div>div:first-child {
    margin-right: 10px
  }

  .psgTimer_labels>div {
    padding-top: 15px !important;
    font-size: 23px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #000;
    font-weight: 500;
  }

  section.main {
    z-index: 100;
    position: relative;
  }

  .container {
    max-width: 600px;
  }

  @media only screen and (max-width:1021px) {
    .timer-sec h3 {
      font-size: 28px;
    }

    .psgTimer_numbers>div,
    .psgTimer_labels>div {
      width: 150px;
    }

    .psgTimer_numbers>div>div {
      width: 55px;
      height: 65px;
      line-height: 59px;
      font-size: 42px;
    }
  }

  @media screen and (max-width: 640px) {
    .timer-sec {
      margin-top: 25px;
    }

    .timer-sec h3 {
      font-size: 25px;
      line-height: 26px;
    }

    .psgTimer_numbers>div,
    .psgTimer_labels>div {
      width: 120px;
    }

    .psgTimer_numbers>div>div {
      width: 40px;
      height: 48px;
      line-height: 44px;
      font-size: 30px;
      border-radius: 8px;
    }

    .psgTimer_numbers>div>div:first-child {
      margin-right: 5px;
    }

    .psgTimer_labels>div {
      font-size: 16px;
      line-height: 20px;
      padding-top: 10px !important;
    }

    .psgTimer_numbers>div:after {
      line-height: 40px;
      height: 40px;
      font-size: 60px;
      top: -6px;
      right: -12px;
    }
  }

  @media only screen and (max-width:767px) {

    /*.container {*/
    /*    width: 100%;*/
    /*    max-width: 1028px;*/
    /*    padding: 0 15px;*/
    /*}*/
    /*.forMob {*/
    /*    display: block;*/
    /*}*/
    /*.hide-mob {*/
    /*    display: none;*/
    /*}*/
    /*.sectionOne {*/
    /*    padding: 20px 0 40px;*/
    /*}*/
    .s1-text1 {
      font-size: 24px;
      line-height: 24px;
      font-weight: 500;
    }

    .s1-text2 {
      font-size: 75px;
      line-height: 65px;
    }

    .s1-text3 {
      font-size: 24px;
      line-height: 28px;
      margin: 25px 0 10px;
      letter-spacing: 0.5px;
    }

    .logo {
      width: 190px;
    }

    .bnr-prod {
      width: 330px;
      margin: 25px auto 0;
    }

    .s1-row {
      margin-top: 0;
    }

    .s1-rght {
      width: 100%;
      margin-top: 20px;
    }

    .frmTop {
      padding: 10px 10px 10px 74px;
    }

    .shp-ic {
      left: 15px;
      top: 15px;
      width: 45px;
    }

    .frmTop h3 {
      font-size: 25px;
      line-height: 26px;
    }

    .frmTop p {
      font-size: 16px;
      line-height: 28px;
    }
  }
