#customer_login {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
      width: 100%;
  }

  .woocommerce {
    position: relative;
  }
  
  .mobile-switcher {
    display: none;
  }
  
  #customer_login::before, #customer_login::after {
    display: none;
  }
  
  #customer_login>div {
    height: fit-content;
    max-width: unset;
    width: 100%;
    padding: 50px 60px;
    background: var(--white);
    box-shadow: 4px 4px 15px rgba(88, 52, 0, 0.1);
    border-radius: 4px;
    position: relative;
  }
  
  #customer_login>div h2 {
    font-size: 30px;
    line-height: 140%;
    color: var(--black);
    font-family: 'Brandon Grotesque';
    margin-bottom: 20px;
    text-align: left;
  }
  
  #customer_login>div form {
    padding: 0;
    margin: 0;
    border: unset;
  }
  
  #customer_login>div form label {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: var(--black); 
    margin-bottom: 12px;
  }
  
  #customer_login>div form input {
    padding: 10px 30px;
    height: 40px;
  }
  
  #customer_login .form-row {
    width: 100%;
    flex-direction: column;
  }
  
  #customer_login .col-1 .form-row:not(.woocommerce-form-row--wide) {
    margin: 0;
  }
  
  #customer_login .form-row:last-child {
    margin: 0;
  }
  
  #customer_login .col-1 .form-row label.woocommerce-form__label-for-checkbox {
    padding: 0;
    height: 26px;
    display: flex;
    align-items: center;
  }
  
  #customer_login  .show-password-input {
      top: 14.5px;
  }
  
  #customer_login .col-1 .form-row label.woocommerce-form__label-for-checkbox span {
    padding-left: 38px;
    position: relative;
    color: var(--black);
  }
  
  #customer_login .col-1 .form-row label.woocommerce-form__label-for-checkbox input {
    display: none;
  }
  
  #customer_login .col-1 .form-row label.woocommerce-form__label-for-checkbox span::after {
    content: '';
    position: absolute;
    left: 0;
    background: var(--grey-input2);
    border: 1px solid #F0EFED;
    box-sizing: border-box;
    border-radius: 4px; 
    width: 26px;
    height: 26px;
    top: calc(50% - 13px);
  }
  
  #customer_login .col-1 .form-row label.woocommerce-form__label-for-checkbox input:checked+span::after {
    border: 1px solid var(--primary);
    background-image: url('/wp-content/uploads/2021/12/check.svg');
    background-repeat: no-repeat;
    background-position: center;
  }
  
  #customer_login button[type='submit']  {
    margin: 0;
    width: fit-content;
    padding: 8.5px 50px;
    background: linear-gradient(90deg, #CFA872 0%, #E1C698 100%);
    border-radius: 4px;
    color: var(--white);
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase; 
    font-family: 'Brandon Grotesque';
    outline: unset;
  }
  
  #customer_login .col-1  .woocommerce-LostPassword {
    position: absolute; 
    right: 50px;
    bottom: 62px;
    font-size: 16px;
    line-height: 100%;
    text-align: right;
    font-family: 'Brandon Grotesque';
  }
  
    .single-product #customer_login .col-1 .woocommerce-LostPassword {
      position: static; 
      text-align: start;
      margin-top: 20px;
    }
  
  #customer_login .col-1  .woocommerce-LostPassword a {
    color: var(--primary);
  }
  
  #customer_login .woocommerce-privacy-policy-text {
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 140%;
    color: var(--grey);
    margin-bottom: 20px;
  }
  
  #customer_login .col-1 .form-row label.woocommerce-form__label-for-checkbox {
    margin-bottom: 20px !important;
    margin-left: 0 !important;
  }
  
  @media(max-width: 991px) {
    #customer_login .col-1 .woocommerce-LostPassword {
      position: static; 
      text-align: center;
      margin-top: 20px;
    }
    #customer_login button[type='submit'] {
      width: 100%;
    }
  }
  
  @media(max-width: 769px) {
    .mobile-switcher {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 10px;
      position: absolute;
      width: 100%;
      left: 0;
      top: 30px;
    }
    .woocommerce-cart .mobile-switcher {
      position: static;
      margin: 20px auto;
      width: calc(100% - 10px);
    }
    .mobile-switcher .button {
      border: 1px solid var(--primary);
    }

    .mobile-switcher .over {
      background: var(--white) !important;
      color: var(--black) !important;
    }
    .logged-out-account.woocommerce-cart .priduct_shifting_section>.container {
      max-width: 540px !important;
      padding: 0 20px !important;
    }
    .logged-out-account.woocommerce-cart .form-row input {
      background: var(--grey-input2);
      border: 1px solid #F0EFED !important;
      border-radius: 4px;
      font-family: 'Roboto';
      font-size: 14px;
      line-height: 140% !important;
      color: var(--grey);
    }
    .logged-out-account.woocommerce-cart form .form-row {
      padding: 0;
      margin: 0 0 20px 0;
    }
    
    .logged-out-account.woocommerce-cart form .show-password-input:after {
      content: '';
      height: 11px;
      width: 16px;
      position: absolute;
      background: url('/wp-content/uploads/2022/01/eye-close.svg');
      background-repeat: no-repeat;
      background-size: cover;
      transition: .2s;
      margin: 0;
      opacity: 1;
      right: 0;
    }
    .logged-out-account.woocommerce-cart form .show-password-input.display-password:after {
      background: url('/wp-content/uploads/2021/12/eye.svg');
      background-size: cover;
    }
    .logged-out-account.woocommerce-cart .priduct_shifting_section .innr_hdr {
      width: 100%;
    }
    .woocommerce-cart .mobile-switcher p {
      margin: 0 !important;
    }
    .logged-out-account .cmn_gap, .logged-out-account footer {
      margin: 0;
    }
    body.logged-out-account {
      background: var(--white);
    }
    
    body.logged-out-account .priduct_shifting_section {
      background: unset;
    }
    #non-logged-header+.row .woocommerce {
      margin-top: 193px;
      padding-top: 0;
    }
    #non-logged-header h1::after {
      content: "";
      display: block;
      width: 100px;
      height: 4px;
      background-color: var(--primary);
      border-radius: 4px;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto;
    }
    #customer_login>div h2 {
      display: none;
    }
    
    #customer_login .col-2 {
      display: none;
    }
    
    #customer_login .col-1.active, #customer_login .col-2.active {
      display: flex;
    }
    
    #customer_login .col-1.unactive, #customer_login .col-2.unactive {
      display: none;
    }
    
    #customer_login {
      grid-template-columns: repeat(1, 1fr);
      margin-bottom: 0;
    }
    
    .priduct_shifting_section #non-logged-header.innr_hdr {
      background-image: url('/wp-content/uploads/2021/11/biehle-bg.svg');
      padding: 30px 0 100px;
      background-position: center !important;
      background-size: contain;
    }
    
    #customer_login>div {
      padding: 20px;
    }
    
    .woocommerce-cart  #customer_login>div {
      transform: unset;
    }
    #customer_login>div form {
      width: 100%;
    }
    #customer_login>div form label {
      padding-left: 20px;
    }
    #customer_login>div form input {
      padding: 10px 20px;
    }
  }