
.login-register-section .wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;

}
.login-register-section br {
  display: none;
}

.login-register-section .wrapper > div {
  padding: 5vh 20px;
  margin: 0 auto;
}

.login-register-section .wrapper .user_login_box {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: center;
  padding-top: 10vh;
  padding: 20px;
}

.login-register-section .wrapper .user_login_box > div {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  width: 100%;
  min-width: 300px;
  max-width: 480px;
  margin:  10vh 0;
  padding: 30px 50px 20px 50px;
}

.login-register-section .wrapper .user_login_box > div:nth-of-type(2) {
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.login-register-section .wrapper .user_login_box > div:nth-of-type(2) {
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.login-register-section .wrapper .user_login_box > div:nth-of-type(2) {
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 800px) {
  .login-register-section .wrapper .user_login_box {
    flex-flow: column wrap;
    padding: 20px 0;
    align-items: center;
  }
  .login-register-section .wrapper .user_login_box > div {
    margin: 20px 0;
  }

  @media screen and (max-width: 800px) {
  .login-register-section .wrapper .user_login_box {
    flex-flow: column wrap;
    padding: 20px 0;
    align-items: center;
  }
  .login-register-section .wrapper .user_login_box > div {
    margin: 20px 0;
  }

  .login-register-section .wrapper .user_login_box > div:first-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 30px;
    border-radius: 0;
  }
  .login-register-section .wrapper .user_login_box > div:nth-of-type(2) {
    border-left: none;
  }
}

.login-register-section .wrapper .user_login_box em {
  display: block;
  color: #666;
  font-style: italic;
  margin: 15px auto;
  text-align: center;
}

.login-register-section .wrapper .user_login_box > div:first-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 30px;
    border-radius: 0;
  }
  .login-register-section .wrapper .user_login_box > div:nth-of-type(2) {
    border-left: none;
  }
}

.login-register-section .wrapper .user_login_box em {
  display: block;
  color: #666;
  font-style: italic;
  margin: 15px auto;
  text-align: center;
}

.login-register-section .wrapper .user_login_box  div.facebooklogin {
  border: none;
  text-align: center;
}

.login-register-section .wrapper .user_login_box  div.facebooklogin span {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  color: #888;
}

.login-register-section .wrapper .user_login_box  div.facebooklogin a.fblogin {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-bottom: 15px;
  padding: 12px 10px;
  background: #365899;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  transition: all 0.2s ease 0s;
  cursor: pointer;
  white-space: nowrap
}

.login-register-section .wrapper .user_login_box  div.facebooklogin a.fblogin::before {
  content: '\f230';
  font-size: 28px;
  color: #fff;
  font-family: 'fontawesome';
  font-weight: normal;
  margin-right: 10px;
}

.login-register-section .wrapper .user_login_box  div.facebooklogin a.fblogin:hover {
  background: #1c438e;
}

.login-register-section .wrapper .user_login_box .forgot_pass {
  margin: 25px auto 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-register-section .wrapper .user_login_box .forgot_pass a {
  color: #777;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}
.login-register-section .wrapper .user_login_box .forgot_pass a:hover {
  color: #000;
  text-decoration: none;
}

.login-register-section .wrapper .user_login_box .row:nth-of-type(3) {
  display: flex;
  flex-flow: row-reverse wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.login-register-section .wrapper .user_login_box .row:nth-of-type(3) .input {
  margin-bottom: 0;
}
.login-register-section .wrapper .user_login_box .row:nth-of-type(3) label {
  margin: 0;
}

.login-register-section .wrapper .user_register_box {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: center;
  padding-top: 10vh;
  padding: 20px;
}

.login-register-section .wrapper .user_register_box > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin:  30px 20px;
  padding: 30px 40px 20px 40px;
  /* border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;*/
}

@media screen and (max-width: 800px) {
  .login-register-section .wrapper .user_register_box {
    flex-flow: column wrap;
    padding: 20px 0;
    align-items: center;
  }
  .login-register-section .wrapper .user_register_box > div {
    padding: 0;
    margin: 20px auto;
    border: none;
  }
}



.login-register-section .wrapper .user_register_box .user_forms {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
}
.login-register-section .wrapper .user_register_box .user_forms > .row {
  width: 45%;
}
.login-register-section .wrapper .user_register_box .user_forms .row:nth-of-type(3),
.login-register-section .wrapper .user_register_box .user_forms .row:nth-of-type(4),
.login-register-section .wrapper .user_register_box .user_forms .captcha-row {
  width: 100%;
}

.login-register-section .wrapper .user_register_box .user_forms .captcha-row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.login-register-section .wrapper .user_register_box .user_forms .captcha-row .captcha_input {
  width: 45%;
}
.login-register-section .wrapper .user_register_box .user_forms .captcha-row .captcha-image-refresh {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 15px;
}
.login-register-section .wrapper .user_register_box .user_forms .captcha-row .captcha-image-refresh > img {
  width: calc(100% - 40px);
}


.login-register-section .wrapper .user_register_box .user_forms .row:nth-of-type(4) > .input {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.login-register-section .wrapper .user_register_box .user_forms .row:nth-of-type(4) > .input > div {
  width: 30%;
}
.login-register-section .wrapper .user_register_box .user_forms .row:nth-of-type(4) > .input > div:nth-of-type(1),
.login-register-section .wrapper .user_register_box .user_forms .row:nth-of-type(4) > .input > div:nth-of-type(3) {
  flex: 1 1 0;
}
.login-register-section .wrapper .user_register_box .user_forms .row:nth-of-type(4) > .input > div:nth-of-type(2) {
  flex: 3 1 0;
  margin: 0 12px;
}

.login-register-section .wrapper .user_register_box .user_forms .row:nth-of-type(3) .radio_list {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.login-register-section .wrapper .user_register_box .user_forms .row:nth-of-type(3) .radio_list li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 15px 5px 15px;
}
.login-register-section .wrapper .user_register_box .user_forms .row:nth-of-type(3) .radio_list li .radio span {
  margin: 0;
}
.login-register-section .wrapper .user_register_box .user_forms .row:nth-of-type(3) .radio_list li > label {
  color: #777;
  font-size: 14px;
  cursor: pointer;
}

.login-register-section .wrapper .user_register_box .user_forms .row:nth-of-type(5),
.login-register-section .wrapper .user_register_box .user_forms .user-div-data {
  width: 100%;
}

.login-register-section .wrapper .user_register_box .user_forms .user-div-data {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 10px 20px;
  margin: 15px 0;
  /* border: 1px solid rgba(0, 0, 0, 0.15); */
  background: #f5f5f5;
}
.login-register-section .wrapper .user_register_box .user_forms .user-div-data > .row {
  width: 100%;
}

.login-register-section .wrapper .user_register_box .user_forms .user-div-data > .row:nth-of-type(2),
.login-register-section .wrapper .user_register_box .user_forms .user-div-data > .row:nth-of-type(3) {
  width: 45%;
}



.login-register-section .main-header {
  display: block;
  margin-bottom: 30px;
  color: #000;
  font-size: calc(15px + 0.5vw);
  font-weight: 600;
  text-align: center;
}

.login-register-section .main-header strong {
  display: block;
  margin-bottom: 8px;
}
.login-register-section .main-header span {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.login-register-section .row > label {
  display: block;
  margin-left: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #444;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
}

.login-register-section .row .input {
  margin-bottom: 12px;
}

.login-register-section .row input {
  width: 100%;
  height: 32px;
  padding: 0 5px;
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  box-shadow: none;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px 0 0 2px;
  transition: all 0.2s ease 0s;
}


.login-register-section .wrapper .user_register_box .user_forms .row:nth-of-type(8) {
  margin: 20px auto;
}

.login-register-section .button span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 20px;
  padding: 1.5vh 2vw;
  background: #777;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}
.login-register-section .button span:hover {
  background: #333;
  color: #fff;
}

.login-register-section .go-to-register a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 20px;
  padding: 1.5vh 2vw;
  background: #777;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}
.login-register-section .go-to-register a:hover {
  background: #333;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .login-register-section .wrapper {
    flex-flow: column wrap;
    justify-content: center;
  }
  .login-register-section .wrapper .user_login_box > div {
    border: none;
    padding: 0 30px;
  }
  .login-register-section .wrapper .user_login_box,
  .login-register-section .wrapper .user_register_box {
    flex: none;
  }
  .login-register-section .wrapper .user_login_box {
    width: 100%;
    padding-top: 5vh;
    padding-bottom: 20px;
  }
  .login-register-section .wrapper .user_register_box {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px 30px 20px 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}


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

  .login-register-section .wrapper .user_register_box .user_forms > .row,
  .login-register-section .wrapper .user_register_box .user_forms .user-div-data > .row:nth-of-type(2),
  .login-register-section .wrapper .user_register_box .user_forms .user-div-data > .row:nth-of-type(3),
  .login-register-section .wrapper .user_register_box .user_forms .captcha-row .captcha_input {
    width: 100%;
  }
}

.remind-pass-section .captcha-row {
  margin-bottom: 20px;
}

.remind-pass-section .captcha-image-refresh {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 15px;
}

.remind-pass-section .captcha-image-refresh > img {
  width: calc(100% - 40px);
}









/* PAnel Użytkownika B@C */
.b2c-profile-section .wrapper {
  padding: 5vh 10px;
}
/*
.b2c-profile-section .main-account-header {
  padding: 2vh 0;
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.04em;
  text-align: center;
}
.b2c-profile-section .main-account-header strong {
  display: block;
  font-weight: 600;
}*/


.b2c-profile-section .main-account-header {
  padding: 10px 5px 10px 5px;
  color: #000;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.04em;
  text-align: center;
}
.b2c-profile-section .main-account-header strong {
  display: block;
  font-size: 28px;
  font-weight: 600;
}


.b2c-profile-section .tabs-container > ul {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
  margin-top: 3vh;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}



.b2c-profile-section .tabs-container > ul li {
  padding: 0 1px;

}
.b2c-profile-section .tabs-container > ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px 2vh;
  color: #666;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.03em;
  transition: all 0.3s ease 0s;
  outline: none;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
}
.b2c-profile-section .tabs-container > ul li.ui-state-active a ,
.b2c-profile-section .tabs-container > ul li a:hover {
  border-color: transparent;
  background: #333;
  color: #fff;
}

.b2c-profile-section .tabs-container > div {
  padding: 4vh 0;
}

.b2c-profile-section .user_forms {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 420px;
  margin: 0 auto;
}
.b2c-profile-section .user_forms br {
  display: none;
}
.b2c-profile-section h4  {
  margin: 10px auto;
  color: #000;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.04em;
  text-align: center;
}

.b2c-profile-section .user_forms .row  {
  width: 100%;
}
.b2c-profile-section .user_forms .row label {
  display: block;
  margin-left: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #444;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
}

.b2c-profile-section .user_forms .row .input {
  margin-bottom: 12px;
}

.b2c-profile-section .user_forms .row input {
  width: 100%;
  height: 32px;
  padding: 0 5px;
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  box-shadow: none;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px 0 0 2px;
  transition: all 0.2s ease 0s;
}

.b2c-profile-section .user_forms .row .input > span {
  display: block;
  padding: 5px;
  font-size: 21px;
  font-weight: 600;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.b2c-profile-section .button {
  margin-top: 30px;
}
.b2c-profile-section .button span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 1.5vh 2vw;
  background: #eee;
  color: #444;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  background: #777;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.b2c-profile-section .button span:hover {
  background: #333;
  color: #fff;
}

.b2c-profile-section .user-data-box .user_forms .row:nth-of-type(3) .radio_list {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.b2c-profile-section .user-data-box .user_forms .row:nth-of-type(3) .radio_list li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 15px 5px 15px;
}
.b2c-profile-section .user-data-box .user_forms .row:nth-of-type(3) .radio_list li .radio span {
  margin: 0;
}
.b2c-profile-section .user-data-box .user_forms .row:nth-of-type(3) .radio_list li > label {
  color: #777;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 0;
}

.b2c-profile-section .user-data-box .user_forms .row:nth-of-type(4) > .input {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.b2c-profile-section .user-data-box .user_forms .row:nth-of-type(4) > .input > div {
  width: 30%;
}
.b2c-profile-section .user-data-box .user_forms .row:nth-of-type(4) > .input > div:nth-of-type(1),
.b2c-profile-section .user-data-box .user_forms .row:nth-of-type(4) > .input > div:nth-of-type(3) {
  flex: 1 1 0;
}
.b2c-profile-section .user-data-box .user_forms .row:nth-of-type(4) > .input > div:nth-of-type(2) {
  flex: 3 1 0;
  margin: 0 12px;
}

.b2c-profile-section .order_summary .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
    padding: 5px 5px 5px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.b2c-profile-section .order_summary.user-order-table .item .lp {
  width: 5%;
  max-width: 50px;
}
.b2c-profile-section .order_summary.user-order-table .item .group {
  width: 30%;
}
.b2c-profile-section .order_summary.user-order-table .item .group.dates {
  align-items: flex-start;
  justify-content: flex-start;
}
.b2c-profile-section .order_summary.user-order-table .item .group.prices {
  justify-content: flex-end;
}


.b2c-profile-section .order_summary .item .date-group {
  display: flex;
  flex-direction: column;
  width: 35%;
}
.b2c-profile-section .order_summary .item strong  {
  display: inline-block;
  margin-top: 5px;
  padding: 2px 4px;
  background: #96f19d;
  color: #113713;
  font-size: 13px;
}

.b2c-profile-section .order_summary .item span em   {
  display: block;
  margin-top: 4px;
  color: #777;
  font-size: 11px;
  font-weight: 400;
}
.b2c-profile-section .order_summary .item .confirmedcanceled span small  {
  display: inline-block;
  margin-top: 5px;
  padding: 2px 4px;
  background: #ed1c24;
  color: #fff;
  font-size: 12px;
}
.b2c-profile-section .order_summary .item .payment-type-group {
  display: flex;
  flex-direction: column;
  width: 30%;
}
.b2c-profile-section .order_summary .item .price {
  text-align: right;
  width: 22%;
}
.b2c-profile-section .order_summary .item .date-group > div:first-child {
  margin-bottom: 10px;
}

.b2c-profile-section .order_summary  {
  color: #222;
  font-size: 13px;
  font-weight: 500;
}
.b2c-profile-section .order_summary .group {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}
.b2c-profile-section .order_summary .lp {
  padding: 0 1.5vw;
}
.b2c-profile-section .order_summary .position {
    padding: 5px 1vw 5px 0;
}
.b2c-profile-section .order_summary .price {
  font-size: 15px;
  font-weight: 600;
}
.b2c-profile-section .order_summary .details a {
  padding: 7px 12px;
  background: #eee;
  color: #444;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}

.b2c-profile-section .order_summary .details a:hover {
  background: #333;
  color: #fff;
}

.b2c-profile-section .order_summary .right {
  text-align: right;
}
.b2c-profile-section .order_summary .label {
  margin-bottom: 2px;
  color: #666;
  font-size: 11px;
  font-weight: 400;
}

.b2c-profile-section .payments-tab-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}


.b2c-profile-section .payments-tab-content .payments-list-table {
  /* flex: 2 1 0; */
  width: 70%;
  padding-right: 20px;
  padding-top: 14px;
}
.b2c-profile-section .payments-tab-content .payments-list-table h4 {
  text-align: left;
}

.b2c-profile-section .payments-tab-content .boxes-group {
  display: flex;
  flex-direction: column ;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 30px; */
  /* flex: 1 1 0; */
  width: 30%;
  padding-left: 20px;
  align-self: flex-end;
}

.b2c-profile-section .payments-tab-content .boxes-group > div {
    padding: 5px 20px 20px 0;
  min-width: 100%;
  text-align: left;

}

.b2c-profile-section .payments-tab-content .boxes-group .payment-data-all {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  text-align: right;
}
.b2c-profile-section .payments-tab-content .boxes-group .payment-data-all > div {
  display: block;
  margin-bottom: 10px;
}

.b2c-profile-section .payments-tab-content .label {
  margin-bottom: 2px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

.b2c-profile-section .payments-tab-content .data {
  margin-top: 6px;
  color: #222;
  font-size: 16px;
  font-weight: 500;
}

.b2c-profile-section .payments-tab-content .data .price {
  font-size: 1.2em;
  font-weight: 600;
}

.b2c-profile-section .payments-tab-content a.order-surpay {
  display: block;
  margin-top: 25px;
  padding: 12px;
  background: #31dd82;
  color: #0f1f37;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.b2c-profile-section .payments-tab-content a.order-surpay:hover {
  background: #ed1c24;
  color: #fff;
}


.b2c-profile-section .order_summary.payments .item > div.lp {
  width: 60px;
  align-self: center;
}

.b2c-profile-section .back-to-order-list  {
  display: flex;
  align-items: center;
  justify-content: center;
}

.b2c-profile-section .back-to-order-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: #eee;
  color: #444;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.b2c-profile-section .back-to-order-list a::before {
  content: '\f122';
  font-family: 'fontawesome';
  font-weight: normal;
  margin-right: 10px;
}

.b2c-profile-section .back-to-order-list a:hover {
  background: #333;
  color: #fff;
}


.b2c-profile-section .products_summary .tbody {
  margin: 1vh 0 10px;
}

.b2c-profile-section .products_summary .tbody .item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 15px 42px 5px 12px;
}

.b2c-profile-section .products_summary .tbody .item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.b2c-profile-section .products_summary .tbody .select-lp {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 5%;
  min-width: 30px;
}
.b2c-profile-section .products_summary .tbody .select-lp .lp {
  display: block;
  margin-bottom: 5px;
  color: #aaa;
  font-size: 15px;
  font-weight: 400;
  margin-right: 5px;
}

.b2c-profile-section .products_summary .tbody .photo {
  width: 20%;
  min-width: 150px;
  margin-bottom: 20px;
}
.b2c-profile-section .products_summary .tbody .photo a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.b2c-profile-section .products_summary .tbody .name-pid {
  width: 25%;
  min-width: 200px;
  height: 100%;
  padding: 0 15px;
  margin-bottom: 20px;
}
.b2c-profile-section .products_summary .tbody .name-pid .name a {
  display: block;
  margin-bottom: 7px;
  color: #222;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.04em;
  transition: all 0.3s ease 0s;
}
.b2c-profile-section .products_summary .tbody .name-pid .name a:hover {
  color: #31dd82;
}
.b2c-profile-section .products_summary .tbody .name-pid .pid {
  color: #777;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
}

.b2c-profile-section .products_summary .tbody .price-amount-price-value {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
  width: 40%;
  min-width: 200px;
}
.b2c-profile-section .products_summary .tbody .price-amount {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 15%;
  min-width: 200px;
}

.b2c-profile-section .products_summary .tbody .price-amount .count_products {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.b2c-profile-section .products_summary .tbody .price-amount .price-one {
  color: #444;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.b2c-profile-section .products_summary .tbody .price-amount {
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 10px;
}

.b2c-profile-section .products_summary .tbody .price-value {
  width: 45%;
  min-width: 150px;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-right: 10px;
  text-align: right;
}

.b2c-profile-section .products_summary .tbody .price-value > span {
  color: #222;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.04em;
}


.b2c-profile-section .products_summary .tbody .price-value > .discount-info > span {
  display: block;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #666;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.3;
}
.b2c-profile-section .products_summary .tbody .price-value > .discount-info > span > span {
  color: #333;
  font-weight: 600;
}
.b2c-profile-section .products_summary .tbody .price-value > .discount-info > span.discount_info_description {
  color: #666;
  font-size: 11px;
  font-weight: 400;
}

.b2c-profile-section .header-status-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.b2c-profile-section .main-account-header.order-status {
  margin-right: 20px;
  padding-right: 20px;
  text-align: right;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.b2c-profile-section .order-status-info {
  display: block;
}
.b2c-profile-section .order-status-info .label {
  margin-bottom: 5px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.b2c-profile-section .order-status-info .data {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.b2c-profile-section .user-data-delivery {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.b2c-profile-section .user-data-delivery .item {
  padding: 5px 20px;
  flex: 1 1 0;
}
.b2c-profile-section .user-data-delivery .data {
  color: #444;
  font-size: 14px;
  line-height: 1.4;
}

.b2c-profile-section .user-data-delivery .data > span {
  display: block;
  margin-bottom: 5px;
}

.b2c-profile-section .user-data-delivery .data .availability {
  display: none;
}
.b2c-profile-section .user-data-delivery .main-header  {
  margin: 10px auto;
  color: #000;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.04em;
  text-align: left;
}

.b2c-profile-section .tfoot  {
  flex-direction: column;
  margin-bottom: 3vh;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.b2c-profile-section .tfoot .summary-row  {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
  padding: 5px;
  margin: 3px auto;
  font-size: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.b2c-profile-section .tfoot .summary-row:first-of-type  {
  border-top: 1px solid transparent;
}

.b2c-profile-section .tfoot .summary-row .label  {
  color: #666;
  text-align: left;
}
.b2c-profile-section .tfoot .delivery_items .brutto_summary  {
  text-align: left;
}

.b2c-profile-section .tfoot .summary-row .label {
    color: #777;
    font-weight: 400;
    text-align: right;
}
.b2c-profile-section .tfoot .summary-row .price_right  {
  margin-left: 10px;
  color: #000;
  font-weight: 600;
    text-align: right;
}

.b2c-profile-section .tfoot .finish-position {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 15px 5px 5px 5px;
}
.b2c-profile-section .tfoot .finish-position .summary_text {
  font-weight: 400;
  font-size: 16px;
  color: #666;
}
.b2c-profile-section .tfoot .finish-position .count_products {
  font-weight: 500;
  font-size: 16px;
}
.b2c-profile-section .tfoot .finish-position .finish_price {
  font-weight: 600;
  font-size: 19px;
}

@media screen and (max-width:1024px) {
  .b2c-profile-section .order_summary .group {
    flex-direction: column;
  }
  .b2c-profile-section .user-data-delivery {
    flex-flow: row wrap;
  }
  .b2c-profile-section .user-data-delivery .item {
    min-width: 200px;
    width: 45%;
    flex: none;
  }
  .b2c-profile-section .tfoot .summary-row {
    flex-flow: column wrap;
    padding-left: 15px;
    padding-right: 15px;
  }
  .b2c-profile-section .tfoot .summary-row .price_right {
    align-self: flex-end;
    font-size: 15px;
    margin-top: 7px;
    margin-left: 0;
  }
  .b2c-profile-section .tfoot .summary-row .label {
    align-self: flex-end;
    text-align: right;
  }
  .b2c-profile-section .tfoot .finish-position > div {
    align-self: flex-end;
  }
  .b2c-profile-section .tfoot .finish-position > div.finish_price {
    margin-top: 10px;
  }
}

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

  .b2c-profile-section .main-account-header {
    font-size: 24px;
  }
  .b2c-profile-section .tabs-container ul {
    justify-content: space-around;
  }
  .b2c-profile-section .tabs-container ul li {
    flex: 1 1 0;
  }
  .b2c-profile-section .tabs-container ul li a {
    font-size: 13px;
    padding: 10px 1vh;
  }
  .b2c-profile-section .order_summary .item {
    flex-direction: column;
    align-items: flex-start;
  }
  .b2c-profile-section .order_summary.user-order-table .item .group.dates {
    width: 100%;
  }
  .b2c-profile-section .order_summary.user-order-table .item .group.prices {
    align-items: flex-start;
    width: 100%;
  }
  .b2c-profile-section .order_summary.user-order-table .item .group.prices .position {
    text-align: left;
  }
  .b2c-profile-section .order_summary.user-order-table .item .group.prices .position .price {
    text-align: left;
  }
  .b2c-profile-section .order_summary.user-order-table .item .position {
    width: 100%;
  }
  .b2c-profile-section .order_summary.user-order-table .item .details {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .b2c-profile-section .order_summary .lp {
    display: block;
    width: 100%;
    margin: 5px 0;
    text-align: left;
    color: #777;
    font-size: 15px;
    font-weight: 600;
  }
  .b2c-profile-section .payments-tab-content .boxes-group {
    padding: 10px;
  }
  .b2c-profile-section .payments-tab-content .boxes-group > div {
    width: 100%;
  }
  .b2c-profile-section .order_summary.payments .item > div {
    width: 100%;
  }
  .b2c-profile-section .header-status-box {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .b2c-profile-section .main-account-header.order-status {
    margin-right: 0;
    text-align: center;
    border-right: none;
  }
  .b2c-profile-section .payments-tab-content {
    flex-direction: column-reverse;
    align-items: center;
  }

  .b2c-profile-section .tabs-container > div.user-data-delivery {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .b2c-profile-section .tabs-container > div.user-data-delivery > div {
    width: 100%;
  }

  .b2c-profile-section .payments-tab-content > div {
    flex: none;
    width: 100%;
  }

  .b2c-profile-section .payments-tab-content .payments-list-table {
    flex: none;
    width: 100%;
  }
  .b2c-profile-section .payments-tab-content .boxes-group {
    flex: none;
    width: 100%;
  }
  .b2c-profile-section .order_summary.payments .item > div.lp {
    align-self: flex-start;
  }
  .b2c-profile-section .order_summary .item .price {
    text-align: left;
  }
  .b2c-profile-section .user-data-delivery .item {
    width: 100%;
  }
  .b2c-profile-section .products_summary .tbody .item {
    flex-flow: column wrap;
    padding: 15px;
  }
  .b2c-profile-section .products_summary .tbody .item > div {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
  }
  .b2c-profile-section .products_summary .tbody .item > div .lp {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
  .b2c-profile-section .products_summary .tbody .item > div .lp div {
    margin-right: 5px;
  }
  .b2c-profile-section .products_summary .tbody .price-amount-price-value {
    justify-content: flex-start;
  }
  .b2c-profile-section .products_summary .tbody .price-amount {
    align-items: flex-start;
  }
  .b2c-profile-section .products_summary .tbody .price-amount-price-value div {
    text-align: left;
    margin-top: 5px;
  }
}


/*
.error_list { position: relative;  display: inline-block; width: 100%; margin: 0; padding: 0;}
.error_list li { display: inline-block; width: 100%; margin: 0 0 -1px 0; padding: 5px 10px; background: #ee4432; color: #fff; font-size: 12px; font-weight: 400; line-height: 14px; border-radius: 2px 2px 0 0; text-align: center; }
.error_list:after { content: ''; position: absolute; bottom: -6px; left: 50%; margin-left: -6px; border-top: 6px solid #ee4432; border-left: 6px solid transparent; border-right: 6px solid transparent; }
*/

.error_list {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 3px 0;
  z-index: 9;
  width: 100%;
  transform: translateY(-4px);
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, .3); */
  animation: error-bounce 0.8s ease-in-out 1s infinite alternate;
}

.error_list::before {
  content: '';
  position: absolute;
  left: calc(50% - 5px);
  bottom: -5px;
  border-top: 5px solid #e8142d;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

@keyframes error-bounce {
  0%,100% { transform: translateY(-4px); }
  50% { transform: translateY(4px); }
}

.error_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  /*height: 26px;*/
  padding: 5px 10px;
  background: #e8142d;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border: none;
}



.contact-data-section .wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 4vh 0;
}

.contact-data-section .wrapper > div {
  position: relative;
  padding: 20px 4vw;
  color: #111;
  font-size: 14px;
  font-weight: 400;
  width: 50%;
}

.contact-data-section .wrapper > div .main-header {
  margin-bottom: 15px;
  color: #111;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.contact-data-section .wrapper > div .article-info {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.contact-data-section .wrapper > div .article-info ul li {
  padding: 2px 5px;
}
.contact-data-section .wrapper > div .article-info a {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}
.contact-data-section .wrapper > div .article-info a:hover {
  color: #555;
  text-decoration: none;
}

.contact-data-section .wrapper > div .article-info h3 {
  margin-top: 15px;
  margin-bottom: 5px;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}


.contact-data-section .wrapper > div .main-header span {
  color: #777;
  font-size: 16px;
  font-weight: 400;
}
.contact-data-section .wrapper > div .main-header strong {
  display: block;
}

@media screen and (min-width: 481px) {
    /* configurator form */
    body.brake_configurator .contact-data-section .forms #contact_form > .row:nth-of-type(5),
    body.brake_configurator .contact-data-section .forms #contact_form > .row:nth-of-type(7) {
        margin-left: 2.5%;
    }

    body.brake_configurator .contact-data-section .forms #contact_form > .row:nth-of-type(4),
    body.brake_configurator .contact-data-section .forms #contact_form > .row:nth-of-type(5),
    body.brake_configurator .contact-data-section .forms #contact_form > .row:nth-of-type(6),
    body.brake_configurator .contact-data-section .forms #contact_form > .row:nth-of-type(7) {
        display: inline-block;
        width: 48%;
    }

    /* contact form */
  .contact-data-section .forms #contact_form > .row:nth-of-type(1),
  .contact-data-section .forms #contact_form > .row:nth-of-type(2),
  .contact-data-section .forms #contact_form > .row:nth-of-type(3) {
    display: inline-block;
    width: 30%;
  }
  .contact-data-section .forms #contact_form > .row:nth-of-type(2),
  .contact-data-section .forms #contact_form > .row:nth-of-type(3) {
    margin-left: 3.5%;
  }
}

.contact-data-section .forms .row > label {
  display: block;
  margin-left: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #444;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
/*
.contact-data-section .forms .row > .input input {
  width: 100%;
  height: 32px;
  padding: 0 5px;
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  box-shadow: none;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px 0 0 2px;
  transition: all 0.2s ease 0s;
}
*/

.contact-data-section .forms .row textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  background: #fff;
  color: #222;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  box-shadow: none;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px 0 0 2px;
  transition: all 0.2s ease 0s;
  line-height: 1.3;

}
.contact-data-section .forms .row textarea:focus {
  height: 20vh;
}

.contact-data-section .forms .row .input > fieldset {
  margin-top: 20px;
}

.contact-data-section .forms .row .input > fieldset .row {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content:flex-end;
  margin-bottom: 10px;
  padding: 0 5px 0 0;
}

.contact-data-section .forms .row .input > fieldset .row label {
  color: #777;
  font-size: 11px;
  line-height: 1.4;
}
.contact-data-section .forms .row .input > fieldset .row .input {
  margin: 0 5px 0 0;
}
.contact-data-section .forms .button {
  display: flex;
  justify-content: flex-end;
}
.contact-data-section .forms .button input[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 1.5vh 15px;
  background: #777;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  transition: all 0.2s ease 0s;
  cursor: pointer;
  border: none;
}

.contact-data-section .forms .button input[type="submit"]:hover {
  background: #333;
  color: #fff;
}

.contact-map-section .wrapper {
  max-width: 100%;
}


@media screen and (max-width: 800px) {
  .contact-data-section .wrapper {
    flex-direction: column;
  }
  .contact-data-section .wrapper > div {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .contact-map-section .wrapper {
    padding: 0;
  }
}

.loyality-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  tex-align: center;
}

.loyality-button > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: #eee;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 1024px) {
  .loyality-button > a {
    font-size: 13px;
  }
}

.loyality-button > a::before {
  content: '\f2b5';
  font-size: 26px;
  font-family: 'fontawesome';
  margin-right: 10px;
}

.loyality-button > a:hover {
  background: #000;
  color: #fff;
}

.loyality-form {
  /* padding: 4vh 0; */
}

.loyality-form .wrapper {
  padding: 5vh 10px;
}

.loyality-form h4 {
  margin: 10px auto 30px auto;
  color: #000;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.04em;
  text-align: center;
}

.loyality-form h4 small {
  display: block;
  margin-top: 5px;
  color: #666;
  font-size: 15px;
  font-weight: 400;
}

.loyality-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 420px;
  margin: 0 auto;
  padding: 0 10px;
}
.loyality-form form br {
  display: none;
}

.loyality-form form .row  {
  width: 100%;
}

.loyality-form form .row label {
  display: block;
  margin-left: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #444;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  /* white-space: nowrap; */
}

.loyality-form form .row .input {
  margin-bottom: 12px;
}

.loyality-form form .row input {
  width: 100%;
  height: 32px;
  padding: 0 5px;
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  box-shadow: none;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px 0 0 2px;
  transition: all 0.2s ease 0s;
}

.loyality-form form .row:nth-of-type(4) > .input {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
/*
.loyality-form form .row:nth-of-type(4) > .input > div {
  width: 30%;
}
.loyality-form form .row:nth-of-type(4) > .input > div:nth-of-type(1),
.loyality-form form .row:nth-of-type(4) > .input > div:nth-of-type(3) {
  flex: 1 1 0;
}
.loyality-form form .row:nth-of-type(4) > .input > div:nth-of-type(2) {
  flex: 3 1 0;
  margin: 0 12px;
}
*/

.loyality-form form .row .input > span {
  display: block;
  padding: 5px;
  font-size: 21px;
  font-weight: 600;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.loyality-form .button {
  margin-top: 30px;
}
.loyality-form .button span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 1.5vh 2vw;
  background: #eee;
  color: #444;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  background: #777;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.loyality-form .button span:hover {
  background: #333;
  color: #fff;
}


/* RODO REJESTRACJA */
.statutesForm {
  display: block;
  width: 100%;
  padding: 10px;
}
.statutesForm .row {
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 4px;
  padding: 8px 0 0 0;
  border-top: 1px solid #ccc;
}
.statutesForm .row label {
  font-size: 11px;
  color: #777;
  white-space: normal;
}

/* RODO ZAPYTAJ O PRODUKT */
@media screen and (max-width: 800px) {
  .ui-dialog {
    height: 100% !important;
    padding: 10px 0 30px 0;
  }
}
.ui-dialog .ui-dialog-content > form > dl.row-communication_statutesForm_statute_4 {
  width: 100%;
}
.ui-dialog .ui-dialog-content > form > dl.row-communication_statutesForm_statute_4 br {
  display: none;
}
.ui-dialog .ui-dialog-content > form > dl.row-communication_statutesForm_statute_4 > dd > fieldset > .row {
  position: relative;
  width: 100%;
  margin-bottom: 4px;
  padding: 7px 0 5px 0;
  border-top: 1px solid #ccc;
}
.ui-dialog .ui-dialog-content > form > dl.row-communication_statutesForm_statute_4 label {
  font-size: 11px;
  color: #777;
  white-space: normal;
  padding-left: 25px;
}
.ui-dialog .ui-dialog-content > form > dl.row-communication_statutesForm_statute_4 .input {
  position: absolute;
  top: 5px;
  left: 5px;
}

label a {
  color: #666;
  font-weight: 600;
  text-decoration: underline;
  transition: all 0.4s ease 0s;
}

label a:hover {
  color: #000;
  text-decoration: underline;

}


.login-register-section .radio_list li > .radio {
  position: relative;
  width: 16px;
  height: 42px;
  border: none;
  background: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.login-register-section .radio_list li > .radio span {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
}

.login-register-section .radio_list li > .radio span::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}

.login-register-section .radio_list li > .radio span > input {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  z-index: 2;
  cursor: pointer;
}

.login-register-section .radio_list li > .radio:hover span::before {
  border-color: rgba(0, 0, 0, 0.6);
}

.login-register-section .radio_list li > .radio span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  opacity: 0;
}


.login-register-section .radio_list li > .radio span.checked::after {
  opacity: 1;
}


.tabs-container .info-box-list {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin: 1vh auto 3vh auto;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.15);*/
}

.tabs-container .info-box-list > div {
  width: 25%;
  padding: 10px 20px 20px 20px;
  color: #555;
  font-size: 13px;
  font-weight: 400;
  /* border-left: 1px solid rgba(0, 0, 0, 0.15);*/
}

.tabs-container .info-box-list > div:first-child {
  border-left-color: transparent;
}
.tabs-container .info-box-list > div p {
  line-height: 1.4;
}
.tabs-container .info-box-list .info-box-header {
  color: #000;
  font-size: 19px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
}
.tabs-container .info-box-list .info-box-header-small {
  margin: 0 0 10px 0;
  color: #666;
  font-size: 15px;
  font-weight: 400;
}
.tabs-container .info-box-list .shipping_time  {
  padding: 0;
}
.tabs-container .info-box-list .shipping_time .avail_text  {
  color: #666;
  font-size: 13px;
}
.tabs-container .info-box-list .shipping_time .availability::before {
  display: none;
}

.tabs-container .info-box-list .info-box-header::before {
  font-family: 'fontawesome';
  font-size: 21px;
  color: #bbb;
  margin-right: 10px;
}

.tabs-container .info-box-list .info-box-header.courier::before {
  content: '\f0d1';
}
.tabs-container .info-box-list .info-box-header.payment::before {
  content: '\f09d';
}

.tabs-container .info-box-list .delivery .info-box-header::before {
  content: '\f277';
}
.tabs-container .info-box-list .buyer .info-box-header::before {
  content: '\f2b9';
}
.tabs-container .info-box-list .comments .info-box-header::before {
  content: '\f27a';
}

.tabs-container .info-box-list dl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.tabs-container .info-box-list dt {
  margin-bottom: 2px;
  color: #777;
  font-size: 12px;
}
.tabs-container .info-box-list dd {
  display: block;
  margin-bottom: 10px;
  color: #111;
  font-size: 14px;
  font-weight: 500;
}

.loyality-box {
  position: fixed;
  top: 70vh;
  left: 0;
  background: red;
  padding: 24px;
  z-index: 99999;
}


.links-statutes {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0 12px 0;

}

.links-statutes a {
  display: block;
  margin-right: 8px;
  padding: 8px;
  background: #ddd;
  color: #666;
  font-size: 13px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.links-statutes a:hover {
  background: #eee;
  color: #222;
}



