/* panel użytkownika */


.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border-radius: 0px;
    flex-grow: 1;
    margin: 0px;
  }
  
  .woocommerce-address-fields__field-wrapper {
    margin-bottom: 1rem;
  }
  
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    padding: 10px 1rem;
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 20px;
    border-radius: 0px;
    background: transparent;
  }
  
  html .woocommerce .shop_table {
    border: none;
    border-radius: 0px;
    border-collapse: collapse;
    margin-bottom: 30px;
  }
  
  html .woocommerce .shop_table thead {
    color: #000;
    font-size: 15px;
  }
  
  html .woocommerce .shop_table tbody {
    border-bottom:1px solid rgba(0, 0, 0, 0.1);
  }
  
  html .woocommerce .shop_table thead th {
    background-color: transparent;
  }
  
  html .woocommerce .shop_table thead th.product-name {
    border-radius: 0px;
  }
  
  html .woocommerce .shop_table thead th.product-remove {
    border-radius: 0px;
  }
  
  html .woocommerce table.shop_table td {
    padding: 30px 30px;
    border-top: none;
  }
  
  html .woocommerce table.shop_table th {
    padding: 20px 30px;
    border-top: none;
  }
  
  html .woocommerce table.shop_table td.product-thumbnail {
    padding: 30px 30px 30px 0px;
  }
  
  html .woocommerce table.shop_table td.product-name {
    text-decoration: none;
    color: #000;
  }
  
  html .woocommerce table.shop_table td.product-name a {
  text-decoration: none;
  }
  
  html .woocommerce .shop_table thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  html .woocommerce table.shop_table .cart_item:first-child td.product-price {
    border-top: none;
  }
  
  html .woocommerce table.shop_table.cart td .woocommerce-Price-amount.amount {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-transform: none;
    line-height: 40px;
  }
  
  html .woocommerce table.shop_table.cart td .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-transform: none;
    line-height: 40px;
    margin-left: 3px;
  }
  
  html .woocommerce table.shop_table th.product-quantity {
    text-align: center;
  }
  
  html .woocommerce table.shop_table td.actions {
    padding: 25px 0px;
  }
  
  html .woocommerce table.shop_table td.actions .coupon {
    display: flex;
    align-items: flex-end;
  }
  
  
  html .woocommerce table.shop_table td.product-name {
    font-size: 15px;
    font-weight: 400;
    color: #505050;
    text-decoration: none;
    text-transform: none;
    line-height: 25px;
    position: relative;
  }
  
  .woocommerce form.login p:last-child {
    margin-top: 1.5rem;
  }
  
  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
      width: 100%;
      float: none;
      margin-right: 0px;
      padding: 15px 35px;
  }
  
  .login-remember {
      display: flex;
      justify-content:space-between;
      align-items: center;
      margin-top:20px;
  }
  
  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
      margin-bottom: 0px;
  }
  
  
  
  .woo_pdf_download_link, .order-again {
    display: inline-block;
  }
  
  .order-again {
    margin-right: 10px;
  }
  
  a.woocommerce-MyAccount-downloads-file:after {
    display: none;
  }
  
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
  }
  
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0px;
    box-sizing: border-box;
  }
  
  .woocommerce-MyAccount-content .woocommerce-Addresses:before, .woocommerce-MyAccount-content .woocommerce-Addresses:after {
  display:none;
  }
  
  .woocommerce-MyAccount-content .woocommerce-Addresses {
  margin-top: 30px;
  display: flex;
  width:100%;
  gap: 30px;
  }
  
  #customer_login:before {
  display:none;
  }
  
  #customer_login:after {
  display:none;
  }
  
  #customer_login {
  display: flex;
  width: 100%;
  gap: 50px;
  max-width: 1000px;
  margin: auto;
  }
  
  .woocommerce mark {
  background: transparent;
  font-weight: 700;
  }
  
  .woocommerce-MyAccount-navigation ul {
    margin-left: 0px;
    padding-left: 0px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    background-color: var(--beige-bg);
    flex-wrap: wrap;
    border-radius: 0px;
  }
  
  .woocommerce-MyAccount-navigation ul li {
    overflow: hidden;
    padding: 20px 30px;
  }
  
  .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #000;
    text-decoration: underline;
  }
  
  .woocommerce-MyAccount-navigation ul li a {
    color: #000;
    font-weight: 700;
    text-decoration: none;
  }
  
  .woocommerce-MyAccount-navigation ul li:hover a {
   text-decoration: underline;
  }
  
  html a {
    color: #000;
  }
  
  .woocommerce-EditAccountForm.edit-account fieldset {
    margin-bottom: 1.5rem;
  }
  
  html header.woocommerce-Address-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  
  html  header.woocommerce-Address-title h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 35px;
  }
  
  html  .woocommerce-MyAccount-content h2 {
    margin-top: 0px;
    margin-bottom: 1rem;
    font-size: 20px;
    line-height: 35px;
  }
  
  .woocommerce-account .addresses .title::after, .woocommerce-account .addresses .title::before {
    display: none;
  }
  
  .woocommerce-EditAccountForm em {
    font-size: 12px;
  }
  
  .woocommerce-EditAccountForm legend {
    line-height: 24px;
    padding-left: 4px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  
  .woocommerce table.my_account_orders a:after {
    display: none;
  }
  
  
  /* panel użytkownika koniec */