html,body,div,span,object,iframe,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}
*,:before,:after{-webkit-box-sizing:inherit;box-sizing:inherit;outline:0}

* {
    box-sizing: border-box;
}

:root {
  --primary-color: #121212;
  --secondary-color:#009EFF;
  --alterfont:"JetBrains Mono", monospace;
}

body {
    font-family:Roboto, sans-serif;
    line-height: 1.3;
    color:#000;
    margin: 0;
    padding: 0;
    background-color:#f9f9f9
}

a,
a:hover,
a:visited{color:var(--primary-color);text-decoration:none}

img {
    max-width: 100%;
    height: auto;
}

.has-animation {transition:all 0.3s ease}
.alter-font{font-family:var(--alterfont)}

.container {
    padding: 0 14px;
    width;100%;
    max-width: 1400px;
    margin-inline: auto;
}

.main-header{padding:12px 0;background-color:var(--primary-color);margin-bottom: 30px;position: sticky;top: 0;-webkit-position: sticky;z-index: 9999;}
.main-logo{line-height:0;width:70%;max-width:310px;margin:0 auto}

.site-main {min-height:700px;padding-bottom:110px}

.steps__row{
    padding: 22px 0 40px;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #e7e3db;
    color: #000;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 2;  
}
.inner__steps_row {
    align-items: center;
    display: flex;
    justify-content: center;
}

.inner__steps_row .step__line {
    background-color: #e7e3db;
    height: 1px;
    width: 120px;
}

.inner__steps_row .StepIndicator {
    background-color: #f0f6ff;
    position: relative;
    display: block;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 9px;
    color: #111;
}
.inner__steps_row .StepIndicator.active {
    background-color: var(--secondary-color);
    color: #fff;
}

.inner__steps_row .StepIndicator__col {
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: row;
    text-align:center;
}

.inner__steps_row p {
    margin: 8px 0 0;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    height: 20px;
    left: 50%;
    line-height: 20px;
    position: absolute;
    top: 25px;
    color:var(--primary-color);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75px;
}


.register-header p {
    max-width: 700px;
    font-weight: 300;
    color: #666666;
    line-height: 1.4;
    margin: 0 auto;
    width: 88%;
}
.inner__register_col {
    background-color: #fff;
    border: 1px solid #e7e3db;
/*     height: 100%; */
    padding: 40px 20px;
    min-height:360px;
    border-radius: 4px;  
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.inner__register_col .heading {
    display: block;
    margin: 0;
}


.inner__register_col .button__root {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    padding: 15px 0 17px;
    width: 100%;
    border-radius: 4px;
    background-color:var(--primary-color);
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-family:var(--alterfont);
}

.inner__register_col .button__root:hover{
  background-color:var(--secondary-color);
}

.price__row {
    align-items: baseline;
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 30px;
    font-weight: 300;letter-spacing: -0.55px;
    color:var(--primary-color);
    word-spacing: -5px;
    font-family:var(--alterfont);
}

.product__price {font-size:72px}
.inner__register_col header p {
    min-height: 100px;
    color: #444;
    font-weight: 300;
    line-height: 1.4;
}

.whsk__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.register-box {
    border: 1px solid #e7e3db;
    width:100%;
    max-width: 640px;
    margin-inline: auto;
    padding: 28px 22px;
    background-color: #FFF;
    box-sizing: border-box;
    border-radius: 4px;
}
.register-box input {
    padding: 14px 16px;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    border: 1px solid #bbb;
    height:50px;
    border-radius: 4px;
    font-family: 'Roboto';
    font-size: 16px;
}
.register-box input::placeholder{color:#777}

.input-error {
    box-shadow: 0px 0px 7px #ddd;
    border: 1px solid #ff3b3b !important;
}
.error-msg {
    color: #ff3b3b;
    font-size: 11px;
    margin-top: 4px;
    display: none;
}

.whsk__form button[type=submit] {
    max-width: 640px;
    margin-inline: auto;
    margin-bottom: 31px;
    -webkit-appearance: none;
    border: none;
    font-family:var(--alterfont);
    background-color: var(--primary-color);
    color: #FFF;
    width: 100%;
    padding: 17px 0 17px;
    font-size:17px;
    line-height:1;
    border-radius: 4px;  
    font-weight:500;
}.whsk__form button[type=submit]:hover {
    background-color: var(--secondary-color);
    cursor: pointer;
}
.whsk__form button[type=submit][disabled], .whsk__form button[type=submit][disabled]:hover {
    background-color: #ccc;
    cursor: not-allowed;
}


.wrap_input__field{position:relative}
/* .wrap_input__field:after {
    content: "*";
    position: absolute;
    right: 10px;
    top: 10px;
    color: red;
} */

 .toggle-pass {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    opacity:0.6
  }

  .toggle-pass svg {
    width: 20px;
    height: 20px;
  }



/* .input__fields {
    display: flex;
    flex-wrap:wrap;
    gap:16px;
    width: 100%
} */

.input__fields {
  display: grid;
  width:100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.full {
  grid-column: 1 / -1;
}

.input__fields label {
    display: none;
}
.register-box .heading {
    margin: 0 0 20px;
    font-family:var(--alterfont);
}

/* .register-box .heading:after {
    content: "";
    width: 100px;
    display: block;
    height: 2px;
    background: #000;
    margin-top: 10px;
} */

.register-box p {
    color: #333;
    line-height: 1.4;
    margin: 0 0 25px;
}

body:not(.site) .inner__register_col {
    opacity: 0.4;
}
body:not(.site) .inner__register_col .button__root,
body:not(.site) .inner__register_col .button__root:hover {
    cursor: not-allowed;
    opacity: 0.4;
    background: #CCC;
    pointer-events:none;
}
body:not(.site) .inner__register_col header {
    opacity: 0.2;
}



/* FOOTER */
.site-footer {
    position:fixed;bottom:0;left:0;right:0;z-index:99
    margin-top:50px;
    padding: 20px 0 30px;
    background: #fff;
    border-top: 1px solid #e7e3db;
}
.site-footer .footer-link {
    font-family:var(--alterfont);
    font-weight: 500;
    color: var(--primary-color);
}
.site-footer .footer-link:hover {
    text-decoration:underline;
    color: var(--secondary-color);
}


#customer_details {
    display: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: var(--secondary-color);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{
  background-color: var(--primary-color);
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
    background-color: #F2F2F2;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box{background-color: #E5E5E5;}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
    border-bottom-color:#E5E5E5;
}


@media screen and (max-width:767px) {
  .register-box {
      padding-inline: 16px;
      padding-block: 20px;
  }
}