.input-service {
  margin-top: 15px;
}
.input-service label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
  padding-left: 15px;
  color: #000;
  text-align: left;
  width: 100%;
}
.input-service input,
.input-service textarea {
  width: 100%;
  display: block;
  border: none;
  height: 45px;
  border-radius: 50px;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.input-service input:focus,
.input-service textarea:focus {
  outline: none;
  background: #f1fbf4;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input-service input.warning,
.input-service textarea.warning {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input-service .input-alert {
  padding-left: 15px;
  margin-top: 7px;
  font-size: 11px;
  color: #dc3545;
}
.input-service .value {
  color: #000;
  font-size: 15px;
  text-align: left;
}
.input-service .textarea-value {
  padding: 15px;
  background: #f9f9f9;
  border-radius: 2px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
}
.input-service textarea {
  height: 150px;
  border-radius: 5px;
}
.input-service.loading {
  position: relative;
  pointer-events: none;
}
.input-service.loading:before {
  content: '';
  position: absolute;
  top: -2.5%;
  left: -2.5%;
  width: 105%;
  height: 105%;
  background: #fff;
  opacity: 0.85;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.input-service.loading:after {
  content: '';
  position: absolute;
  top: 68%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/icons/loading.svg) center;
  background-size: cover;
  height: 18px;
  width: 18px;
  -webkit-animation: loader-rotate cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite;
          animation: loader-rotate cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite;
}
.checkbox-wrapper {
  margin-top: 30px;
}
.checkbox-wrapper + .checkbox-wrapper {
  margin-top: 10px;
}
.select-wrapper {
  position: relative;
  border: 1px solid #999;
  border-radius: 30px;
  overflow: hidden;
}
.select-wrapper select,
.select-wrapper .select2-selection--single {
  cursor: pointer;
  padding: 6px 100px 5px 15px;
  border: none;
  border-radius: 50px;
  background: #fff;
  height: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  font-size: 11px;
  width: 100%;
}
.select-wrapper svg {
  position: absolute;
  fill: #000;
  height: 6px;
  min-width: 6px;
  max-width: 6px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.select-wrapper .select2-selection__arrow {
  display: none;
}
.select2-dropdown {
  border: 1px solid #999 !important;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.select2-dropdown .select2-search {
  border-radius: 2px;
}
.select2-dropdown .select2-search .select2-search__field {
  font-size: 14px !important;
}
.select2-dropdown .select2-search .select2-search__field:focus-visible {
  outline: none;
}
.select2-dropdown .select2-results__option {
  font-size: 14px !important;
}
section.panel-klienta-logowanie-section-content {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 100px 0;
  background: #fff;
}
section.panel-klienta-logowanie-section-content .content-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.panel-klienta-logowanie-section-content .content-login .login-service {
  width: 100%;
  max-width: 500px;
}
section.panel-klienta-logowanie-section-content .content-login .login-service .heading {
  text-align: center;
  margin-bottom: 30px;
}
section.panel-klienta-logowanie-section-content .content-login .login-service .heading h1 {
  font-size: 34px;
  font-weight: 400;
  color: #000;
}
section.panel-klienta-logowanie-section-content .content-login .login-service .heading p {
  margin-top: 10px;
  opacity: 0.7;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.3px;
}
section.panel-klienta-logowanie-section-content .content-login .login-service .info {
  margin-top: 30px;
}
section.panel-klienta-logowanie-section-content .content-login .login-service .info p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  text-transform: none;
  padding-left: 15px;
  color: #000;
}
section.panel-klienta-logowanie-section-content .content-login .login-service .row {
  margin-top: -15px;
}
section.panel-klienta-logowanie-section-content .content-login .login-service .buttons-wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.panel-klienta-logowanie-section-content .content-login .login-service .buttons-wrapper.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.panel-klienta-logowanie-section-content .content-login .login-service .social-media-login {
  margin-top: 50px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 10px;
  background: #fff;
  width: 100%;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.panel-klienta-logowanie-section-content .content-login .login-service .social-media-login svg {
  height: 25px;
  min-width: 25px;
  max-width: 25px;
  margin-right: 20px;
}
section.panel-klienta-logowanie-section-content .content-login .login-service .social-media-login p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.panel-klienta-logowanie-section-content .content-login .login-service .social-media-login + .social-media-login {
  margin-top: 20px;
}
section.panel-klienta-logowanie-section-content .content-login .login-service .social-media-login:hover {
  background: #444;
  border-color: #444;
}
section.panel-klienta-logowanie-section-content .content-login .login-service .social-media-login:hover p {
  color: #fff;
}
section.panel-klienta-section-content {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 100px 0;
  background: #fff;
}
section.panel-klienta-section-content .content-dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.panel-klienta-section-content .content-dashboard .dashboard-sidebar {
  width: 27%;
}
section.panel-klienta-section-content .content-dashboard .dashboard-sidebar .sidebar-service {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #000;
  width: 100%;
  background: #fff;
  outline: none;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 80px;
  border: 0.5px solid #ccc;
}
section.panel-klienta-section-content .content-dashboard .dashboard-sidebar .sidebar-service.active {
  border-color: #f9f9f9;
  background: #f9f9f9;
}
section.panel-klienta-section-content .content-dashboard .dashboard-sidebar .sidebar-service + .sidebar-service {
  margin-top: 10px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body {
  width: 70%;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .heading {
  font-size: 34px;
  font-weight: 400;
  color: #000;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .owl-carousel-dashboard {
  margin-top: 50px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .owl-carousel-dashboard .dashboard-item {
  margin-top: 0;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .dashboard-item {
  margin-top: 50px;
  display: block;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .dashboard-item img {
  border-radius: 2px;
  width: 100%;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-description {
  padding: 20px;
  margin-top: 50px;
  background: #f9f9f9;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-description h2 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-description p {
  margin-top: 10px;
  opacity: 0.7;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.3px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-sale-info {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-sale-info .info-heading {
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-sale-info .info-heading .heading-part {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #fff;
  text-transform: uppercase;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-sale-info .info-heading .heading-part:nth-child(2) {
  font-size: 20px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-sale-info .info-heading .heading-part:nth-child(3) {
  font-size: 19px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-sale-info h2 {
  font-size: 34px;
  font-weight: 400;
  color: #000;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-sale-info:hover h2 {
  text-decoration: underline;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-invite-friend {
  border-top: 0.5px solid #ccc;
  padding-top: 50px;
  margin-top: 50px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-invite-friend .section-heading {
  text-align: center;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-invite-friend .section-heading h2 {
  font-size: 34px;
  font-weight: 400;
  color: #000;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-invite-friend .section-heading h2 a {
  color: inherit;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-invite-friend .section-heading p {
  max-width: 500px;
  margin: 10px auto 0 auto;
  opacity: 0.7;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.3px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-invite-friend .newsletter-input {
  border: 0.5px solid #000;
  height: 40px;
  width: 580px;
  margin: 30px auto 0 auto;
  max-width: 100%;
  border-radius: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-invite-friend .newsletter-input input {
  width: 100%;
  height: 40px;
  padding: 10px 15px 10px 15px;
  border: none;
  background: none;
  font-size: 11px;
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-invite-friend .newsletter-input input:focus {
  outline: none;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-invite-friend .newsletter-input input::-webkit-input-placeholder {
  font-size: 9.2px;
  color: #000;
  opacity: 0.5;
  font-weight: 500;
  letter-spacing: 1px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-invite-friend .newsletter-input input::-moz-placeholder {
  font-size: 9.2px;
  color: #000;
  opacity: 0.5;
  font-weight: 500;
  letter-spacing: 1px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-invite-friend .newsletter-input input:-ms-input-placeholder {
  font-size: 9.2px;
  color: #000;
  opacity: 0.5;
  font-weight: 500;
  letter-spacing: 1px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-invite-friend .newsletter-input input::-ms-input-placeholder {
  font-size: 9.2px;
  color: #000;
  opacity: 0.5;
  font-weight: 500;
  letter-spacing: 1px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-invite-friend .newsletter-input input::placeholder {
  font-size: 9.2px;
  color: #000;
  opacity: 0.5;
  font-weight: 500;
  letter-spacing: 1px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-invite-friend .newsletter-input .btn-search {
  height: 40px;
  min-width: 40px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 30px;
  white-space: nowrap;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(1px);
      -ms-transform: translateX(1px);
          transform: translateX(1px);
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-invite-friend .newsletter-input .btn-search:hover {
  background: #000000;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-invite-friend .input-alert {
  text-align: center;
  margin-top: 7px;
  font-size: 11px;
  color: #dc3545;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive {
  margin-top: 50px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table {
  margin: 0;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table thead tr th {
  border: none;
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #000;
  opacity: 0.6;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr .hidden-link-wrapper {
  display: none;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr td {
  padding: 10px;
  vertical-align: middle;
  border: none;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr td:before {
  content: attr(data-elmts-heading);
  display: none;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr td .value {
  color: #000;
  font-size: 16px;
  letter-spacing: -0.5px;
  font-weight: 400;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr td a.disabled {
  pointer-events: none;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr td a.disabled .tracking-icon {
  opacity: 0.2;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr td .tracking-icon {
  height: 20px;
  width: 20px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr td .btn-more {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: inherit;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr:nth-child(even) {
  background: #f9f9f9;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .heading-nav {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .heading-nav .radio-wrapper {
  cursor: pointer;
  display: block;
  width: 120px;
  margin: 10px 0 0 0;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .heading-nav .radio-wrapper .radio-box {
  text-align: center;
  overflow: hidden;
  border-radius: 2px;
  padding: 7px 13px;
  white-space: nowrap;
  border: 0.5px solid #ccc;
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.5px;
  color: #000;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .heading-nav .radio-wrapper input {
  visibility: hidden;
  position: absolute;
  width: auto !important;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .heading-nav .radio-wrapper + .radio-wrapper {
  margin-left: 15px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .heading-nav.heading-nav-2 {
  margin-top: 30px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .service-tabs {
  position: relative;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .service-tabs .tab-inner {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .service-tabs .tab-inner:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .service-tabs .tab-inner.active {
  opacity: 1;
  visibility: visible;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-add-address {
  margin-top: 50px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-add-address .small-heading {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #000;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-add-address .info {
  margin: 20px 0;
  padding-left: 15px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .body-add-address .info p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  text-transform: none;
  color: #000;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .addresses-wrapper {
  border-top: 0.5px solid #ccc;
  padding-top: 50px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .addresses-wrapper .wrapper-service {
  margin: 7px 14px 7px 0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  text-align: left;
  padding: 12px 22px;
  border-radius: 2px;
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .addresses-wrapper .wrapper-service .service-inner {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .addresses-wrapper .wrapper-service .service-form {
  display: none;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .addresses-wrapper .wrapper-service .info {
  margin: 20px 0;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .addresses-wrapper .wrapper-service .info p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  text-transform: none;
  color: #000;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .addresses-wrapper .wrapper-service .service-buttons {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 0.5px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .addresses-wrapper .wrapper-service .service-buttons a,
section.panel-klienta-section-content .content-dashboard .dashboard-body .addresses-wrapper .wrapper-service .service-buttons button {
  padding: 0;
  border: none;
  background: none;
  outline: none;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #000;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .addresses-wrapper .wrapper-service .service-buttons a + *,
section.panel-klienta-section-content .content-dashboard .dashboard-body .addresses-wrapper .wrapper-service .service-buttons button + * {
  margin-left: 15px;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .addresses-wrapper .wrapper-service .service-buttons.submit {
  display: none;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .addresses-wrapper .wrapper-service.hidden {
  display: none;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .addresses-wrapper .wrapper-service.active .service-inner {
  display: none;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .addresses-wrapper .wrapper-service.active .service-form {
  display: block;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .addresses-wrapper .wrapper-service.active .service-buttons.change {
  display: none;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .addresses-wrapper .wrapper-service.active .service-buttons.submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.panel-klienta-section-content .content-dashboard .dashboard-body .btn-submit {
  margin-top: 50px;
}
section.panel-klienta-koszyk-section-content {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 100px 0;
  overflow: hidden;
  background: #fff;
}
section.panel-klienta-koszyk-section-content .step-1-wrapper {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.panel-klienta-koszyk-section-content .step-1-wrapper.disactive {
  opacity: 0.4;
  pointer-events: none;
}
section.panel-klienta-koszyk-section-content .content-basket .backlink {
  display: inline-block;
  margin-bottom: 20px;
}
section.panel-klienta-koszyk-section-content .content-basket .backlink .backlink-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.panel-klienta-koszyk-section-content .content-basket .backlink .backlink-inner span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #000;
}
section.panel-klienta-koszyk-section-content .content-basket .backlink .backlink-inner img {
  margin-right: 15px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 8px;
}
section.panel-klienta-koszyk-section-content .content-basket .heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.panel-klienta-koszyk-section-content .content-basket .heading {
  margin-bottom: 30px;
}
section.panel-klienta-koszyk-section-content .content-basket .heading h1,
section.panel-klienta-koszyk-section-content .content-basket .heading .primary {
  font-size: 34px;
  font-weight: 400;
  color: #000;
}
section.panel-klienta-koszyk-section-content .content-basket .heading p {
  margin: 10px auto 0 auto;
  max-width: 700px;
  opacity: 0.7;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.3px;
}
section.panel-klienta-koszyk-section-content .content-basket .tracking-link {
  margin-bottom: 30px;
  display: inline-block;
}
section.panel-klienta-koszyk-section-content .content-basket .tracking-link .link-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.panel-klienta-koszyk-section-content .content-basket .tracking-link .link-inner svg {
  height: 25px;
  min-width: 25px;
  max-width: 25px;
  margin-right: 12px;
}
section.panel-klienta-koszyk-section-content .content-basket .tracking-link .link-inner span {
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #fff;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table {
  margin: 0;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table thead tr th {
  border: none;
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #000;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table thead tr th:first-child {
  padding-left: 0;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table thead tr th:last-child {
  padding-right: 0;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr {
  position: relative;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr .row-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(245, 245, 245, 0.8);
  z-index: 222;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr .row-loader .loader-image {
  display: inline-block;
  position: absolute;
  -webkit-box-shadow: 3px 8px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 8px 20px 0px rgba(0, 0, 0, 0.2);
  left: 50%;
  top: 50%;
  background: #fff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  padding: 5px 0 0 5px;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
      -ms-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr .row-loader .loader-image div {
  -webkit-animation: loader-image 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: loader-image 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
      -ms-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr .row-loader .loader-image div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  margin: -4px 0 0 -4px;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr .row-loader .loader-image div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr .row-loader .loader-image div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr .row-loader .loader-image div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr .row-loader .loader-image div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr .row-loader .loader-image div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr .row-loader .loader-image div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr .row-loader .loader-image div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr .row-loader .loader-image div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr .row-loader .loader-image div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr .row-loader .loader-image div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr .row-loader .loader-image div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr .row-loader .loader-image div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr .row-loader .loader-image div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr .row-loader .loader-image div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr .row-loader .loader-image div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr .row-loader .loader-image div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@-webkit-keyframes loader-image {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader-image {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr .row-loader.hidden {
  display: none;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td {
  padding: 10px;
  vertical-align: middle;
  border: none;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td:before {
  content: attr(data-elmts-heading);
  display: none;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .table-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .table-product .service-image-wrapper {
  width: 95px;
  padding-top: 152px;
  position: relative;
  border: none;
  outline: none;
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: #f3f3f3;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .table-product .service-image-wrapper .service-image {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .table-product .service-image-wrapper .service-image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .table-product .service-image-wrapper.square {
  padding-top: 95px;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .table-product .service-image-wrapper.cover .service-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .table-product .service-name {
  width: 200px;
  padding-left: 20px;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .table-product .service-name .info {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0;
  font-size: 10px;
  display: block;
  margin-top: 10px;
  padding: 0;
  text-align: left;
  border: none;
  background: none;
  outline: none;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .table-product .service-name .info + .info {
  margin-top: 0;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .table-product .service-name .name {
  color: #000;
  font-weight: 500;
  font-size: 13px;
  display: block;
  padding: 0;
  border: none;
  background: none;
  outline: none;
  text-align: left;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .table-product:hover .name {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
  -webkit-text-decoration-style: solid !important;
          text-decoration-style: solid !important;
  -webkit-text-decoration-color: #000 !important;
          text-decoration-color: #000 !important;
  text-decoration-thickness: 0.5px !important;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .value {
  color: #000;
  font-size: 13px;
  letter-spacing: -0.5px;
  font-weight: 400;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .service-quantity {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .service-quantity .input-number {
  width: 35px;
  padding: 0;
  margin: 0;
  text-align: center;
  outline: none;
  background: none;
  border-radius: 0;
  border: none;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .service-quantity .input-number,
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .service-quantity .input-number-decrement,
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .service-quantity .input-number-increment {
  height: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .service-quantity .input-number-decrement,
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .service-quantity .input-number-increment {
  min-width: 20px;
  border-radius: 2px;
  background: #f3f3f3;
  color: #000;
  text-align: center;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  cursor: pointer;
  border: none;
  outline: none;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .service-quantity .input-number-decrement:active,
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .service-quantity .input-number-increment:active {
  background: #000;
  color: #fff;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .service-quantity input[type=number]::-webkit-inner-spin-button,
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .service-quantity input[type=number]::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .service-quantity input[type=number] {
  -moz-appearance: textfield;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .service-delete {
  padding: 0;
  background: none;
  border: none;
  display: inline-block;
  width: 15px;
  outline: none;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .service-delete svg {
  width: 100%;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td:first-child {
  padding-left: 0;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td:last-child {
  padding-right: 0;
  text-align: right;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr.alert-availability-change {
  -webkit-box-shadow: inset 0px 0px 0px 0.5px #000;
          box-shadow: inset 0px 0px 0px 0.5px #000;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr.alert-availability-change td {
  opacity: 0.5;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr.alert-availability-change-content td {
  padding: 0 !important;
  text-align: left;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr.alert-availability-change-content td .content-text {
  padding: 10px;
  margin-bottom: 10px;
  background: #000;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr.alert-quantity-change {
  -webkit-box-shadow: inset 0px 0px 0px 0.5px crimson;
          box-shadow: inset 0px 0px 0px 0.5px crimson;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr.alert-quantity-change-content td {
  padding: 0 !important;
  text-align: left;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr.alert-quantity-change-content td .content-text {
  padding: 10px;
  margin-bottom: 10px;
  background: crimson;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr.alert-product-change {
  -webkit-box-shadow: inset 0px 0px 0px 0.5px olivedrab;
          box-shadow: inset 0px 0px 0px 0.5px olivedrab;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr.alert-product-change-content td {
  padding: 0 !important;
  text-align: left;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr.alert-product-change-content td .content-text {
  padding: 10px;
  margin-bottom: 10px;
  background: olivedrab;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
section.panel-klienta-koszyk-section-content .content-basket .table-responsive.alert-change .table tbody tr td:first-child {
  padding-left: 10px;
}
section.panel-klienta-koszyk-section-content .info-alert {
  margin-top: 30px;
  padding: 30px;
  background: #f3f3f3;
  text-align: center;
}
section.panel-klienta-koszyk-section-content .info-alert h2 {
  font-size: 23px;
  max-width: 600px;
  font-weight: 400;
  color: #000;
  margin: 0 auto 10px auto;
}
section.panel-klienta-koszyk-section-content .info-alert h2 a {
  color: inherit;
}
section.panel-klienta-koszyk-section-content .info-alert p {
  opacity: 0.7;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.3px;
  max-width: 800px;
  margin: 0 auto;
}
section.panel-klienta-koszyk-section-content .content-thresholds {
  margin-top: 30px;
}
section.panel-klienta-koszyk-section-content .content-thresholds .heading {
  text-align: center;
}
section.panel-klienta-koszyk-section-content .content-thresholds .heading h2 {
  font-size: 23px;
  max-width: 600px;
  font-weight: 400;
  color: #000;
  margin: 0 auto 10px auto;
}
section.panel-klienta-koszyk-section-content .content-thresholds .heading h2 a {
  color: inherit;
}
section.panel-klienta-koszyk-section-content .content-thresholds .heading p {
  opacity: 0.7;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.3px;
  max-width: 800px;
  margin: 0 auto;
}
section.panel-klienta-koszyk-section-content .content-thresholds .thresholds-inner {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.panel-klienta-koszyk-section-content .content-thresholds .thresholds-inner .inner-service {
  margin: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
section.panel-klienta-koszyk-section-content .content-thresholds .thresholds-inner .inner-service .number {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 20px;
}
section.panel-klienta-koszyk-section-content .content-thresholds .thresholds-inner .inner-service .number small {
  font-size: 20px;
}
section.panel-klienta-koszyk-section-content .content-thresholds .thresholds-inner .inner-service .number span {
  display: block;
  font-size: 12px;
}
section.panel-klienta-koszyk-section-content .content-thresholds .thresholds-inner .inner-service .text {
  margin-left: 10px;
  color: #000;
  font-size: 12px;
}
section.panel-klienta-koszyk-section-content .content-basket-options {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(245, 245, 245, 0.8);
  z-index: 222;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-loader .loader-image {
  display: inline-block;
  position: absolute;
  -webkit-box-shadow: 3px 8px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 8px 20px 0px rgba(0, 0, 0, 0.2);
  left: 50%;
  top: 50%;
  background: #fff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  padding: 5px 0 0 5px;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
      -ms-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-loader .loader-image div {
  -webkit-animation: loader-image 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: loader-image 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
      -ms-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-loader .loader-image div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  margin: -4px 0 0 -4px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-loader .loader-image div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-loader .loader-image div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-loader .loader-image div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-loader .loader-image div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-loader .loader-image div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-loader .loader-image div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-loader .loader-image div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-loader .loader-image div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-loader .loader-image div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-loader .loader-image div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-loader .loader-image div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-loader .loader-image div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-loader .loader-image div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-loader .loader-image div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-loader .loader-image div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-loader .loader-image div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes loader-image {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-loader.hidden {
  display: none;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service {
  width: 31%;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .heading {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .heading:not(:first-of-type) {
  margin-top: 30px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .service-alert {
  margin-top: 30px;
  padding: 30px;
  background: #f3f3f3;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .service-alert p {
  opacity: 0.7;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.3px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .country-wrapper {
  width: 100%;
  margin-bottom: 30px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .country-wrapper label {
  text-align: center;
  padding-left: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .country-wrapper .select2-selection--single {
  text-transform: none;
  font-size: 14px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-wrapper {
  cursor: pointer;
  display: block;
  margin: 10px 0 0 0;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-wrapper .radio-box {
  overflow: hidden;
  border-radius: 2px;
  padding: 20px;
  border: 0.5px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-wrapper .radio-box .box-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-wrapper .radio-box .box-name .icon {
  min-width: 20px;
  max-width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-wrapper .radio-box .box-name .icon svg {
  height: 10px;
  width: 10px;
  fill: #fff;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-wrapper .radio-box .box-name p {
  margin-left: 10px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-wrapper .radio-box .box-name .name-inner {
  margin-left: 10px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-wrapper .radio-box .box-name .name-inner p {
  margin-left: 0;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-wrapper .radio-box .box-name .name-inner span {
  font-size: 11px;
  opacity: 0.7;
  line-height: 14px;
  display: block;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-wrapper .radio-box .box-name img {
  height: 15px;
  margin-left: 15px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-wrapper .radio-box .box-name.active {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-wrapper .radio-box .box-name.active .icon {
  opacity: 1;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-wrapper .radio-box .price {
  font-weight: 700;
  white-space: nowrap;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-wrapper .radio-box .price.green {
  color: olivedrab;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-wrapper input {
  visibility: hidden;
  position: absolute;
  width: auto !important;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-details {
  position: relative;
  background: #fff;
  margin-top: -3px;
  padding: 20px;
  border-radius: 0 0 2px 2px;
  border-width: 0.5px;
  border-style: solid;
  border-top: 0.5px solid #ccc !important;
  display: none;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-details input {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-details .details-heading {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #000;
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 10px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-details .details-address {
  padding-right: 85px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-details .details-address .address-name {
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-details .details-address .address-street {
  font-size: 13px;
  color: #000;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-details .details-change-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: none;
  background: none;
  outline: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-details .details-change-button span {
  margin-right: 5px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-details .details-change-button svg {
  height: 15px;
  min-width: 15px;
  max-width: 15px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-wrapper.active + .radio-details {
  display: block;
  width: 100%;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .free-shipping-wrapper {
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 18px;
  border: 0.5px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .free-shipping-wrapper svg {
  height: 23px;
  margin-right: 15px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .free-shipping-wrapper p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .free-shipping-wrapper.green {
  border-color: olivedrab !important;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .free-shipping-wrapper.green svg {
  fill: olivedrab !important;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .service-summary {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .service-summary p {
  font-size: 14px;
  color: #000;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .service-summary p button {
  width: auto;
  height: auto;
  padding: 0;
  outline: none;
  border: none;
  background: none;
  margin-left: 10px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .service-summary p button svg {
  height: 15px;
  width: 15px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .service-summary p:nth-child(2) {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .service-summary.disactive {
  background: rgba(245, 245, 245, 0.8);
  opacity: 0.6;
  padding: 10px;
  border-radius: 3px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .service-summary-info {
  display: none;
  background: #ef7b0a;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  margin-top: 5px;
  color: #fff;
  border-radius: 3px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .service-summary-info.active {
  display: block;
  padding: 10px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .service-promotional-code-wrapper {
  padding: 0 0 10px 0;
  margin-bottom: 30px;
  border-bottom: 0.5px solid #ccc;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .service-promotional-code {
  margin-top: 15px;
  margin-bottom: 20px;
  border-radius: 2px;
  border: 0.5px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .service-promotional-code .name {
  padding: 10px 18px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .service-promotional-code input {
  height: 50px;
  width: 100%;
  padding: 10px;
  background: #eee;
  border: none;
  outline: none;
  font-size: 14px;
  color: #000;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .service-promotional-code button {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background: #eee;
  outline: none;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .service-promotional-code button svg {
  height: 20px;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .service-summary-all {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .service-summary-all p {
  font-size: 14px;
  color: #000;
}
section.panel-klienta-koszyk-section-content .content-basket-options .options-service .service-summary-all p:nth-child(2) {
  font-weight: 600;
  font-size: 18px;
}
section.panel-klienta-koszyk-section-content .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.panel-klienta-koszyk-section-content .buttons-wrapper .wrapper-padding {
  width: 100%;
  padding-top: 50px;
}
section.panel-klienta-koszyk-section-content .buttons-wrapper .wrapper-inner {
  background: #f9f9f9;
  padding: 20px;
  max-width: 505px;
}
section.panel-klienta-koszyk-section-content .buttons-wrapper .wrapper-inner .info {
  margin-top: 20px;
}
section.panel-klienta-koszyk-section-content .buttons-wrapper .wrapper-inner .info p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  text-transform: none;
  color: #000;
}
section.panel-klienta-koszyk-section-content .buttons-wrapper .wrapper-inner .btn-fill {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
section.panel-klienta-koszyk-section-content .buttons-wrapper.summary {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
section.panel-klienta-koszyk-section-content .buttons-wrapper.summary .btn-border {
  margin-bottom: 20px;
}
section.panel-klienta-koszyk-section-content .content-account {
  overflow: hidden;
  height: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.panel-klienta-koszyk-section-content .content-account .account-nav {
  width: 100%;
  padding: 70px 0 50px 0;
  text-align: center;
}
section.panel-klienta-koszyk-section-content .content-account .account-service {
  padding: 20px 0;
  width: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.panel-klienta-koszyk-section-content .content-account .account-service.gray-background {
  background: #f9f9f9;
  padding: 20px;
}
section.panel-klienta-koszyk-section-content .content-account .account-service .heading {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}
section.panel-klienta-koszyk-section-content .content-account .account-service .description {
  font-size: 14px;
  color: #000;
}
section.panel-klienta-koszyk-section-content .content-account .account-service .info {
  margin-top: 30px;
}
section.panel-klienta-koszyk-section-content .content-account .account-service .info p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  text-transform: none;
  padding-left: 15px;
  color: #000;
}
section.panel-klienta-koszyk-section-content .content-account .account-service .btn-fill,
section.panel-klienta-koszyk-section-content .content-account .account-service .btn-border {
  margin-top: 30px;
  text-align: center;
}
section.panel-klienta-koszyk-section-content .content-details {
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.panel-klienta-koszyk-section-content .content-details .btn-sticky {
  position: absolute;
  top: 0;
  left: 0;
}
section.panel-klienta-koszyk-section-content .content-details .btn-sticky img {
  display: none;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service {
  width: 46%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 2%;
  text-align: center;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .heading {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .heading:not(:first-of-type) {
  margin-top: 50px;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .heading-nav {
  margin-top: -10px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .heading-nav .radio-wrapper {
  cursor: pointer;
  display: block;
  width: 120px;
  margin: 10px 0 0 0;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .heading-nav .radio-wrapper .radio-box {
  text-align: center;
  overflow: hidden;
  border-radius: 2px;
  padding: 7px 13px;
  white-space: nowrap;
  border: 0.5px solid #ccc;
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.5px;
  color: #000;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .heading-nav .radio-wrapper input {
  visibility: hidden;
  position: absolute;
  width: auto !important;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .heading-nav .radio-wrapper + .radio-wrapper {
  margin-left: 15px;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .heading-nav.heading-nav-2 {
  margin-top: 30px;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .checkbox-wrapper-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .checkbox-wrapper-outer .checkbox-wrapper {
  margin-top: 0;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .service-tabs {
  position: relative;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .service-tabs .tab-inner {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .service-tabs .tab-inner:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .service-tabs .tab-inner.active {
  opacity: 1;
  visibility: visible;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .add-address-button-wrapper {
  padding: 0 7px;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .add-address-button-wrapper .add-address-button {
  overflow: hidden;
  border-radius: 2px;
  background: none;
  width: 100%;
  outline: none;
  padding: 20px;
  border: 0.5px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .add-address-button-wrapper .add-address-button .icon {
  min-width: 20px;
  max-width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: olivedrab;
  color: #fff;
  height: 20px;
  border-radius: 2px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .add-address-button-wrapper .add-address-button p {
  margin-left: 10px;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .add-address-button-wrapper.hidden {
  display: none;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .addresses-wrapper {
  margin-bottom: 20px;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .addresses-wrapper .wrapper-service {
  margin: 7px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  -webkit-transition: border 0.4s;
  -o-transition: border 0.4s;
  transition: border 0.4s;
  text-align: left;
  padding: 12px 15px;
  border-radius: 2px;
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .addresses-wrapper .wrapper-service .service-inner {
  padding-right: 25px;
  font-size: 12px;
  color: #000;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .addresses-wrapper .wrapper-service .service-buttons {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 0.5px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .addresses-wrapper .wrapper-service .service-buttons a,
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .addresses-wrapper .wrapper-service .service-buttons button {
  padding: 0;
  border: none;
  background: none;
  outline: none;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #000;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .addresses-wrapper .wrapper-service .service-buttons a + *,
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .addresses-wrapper .wrapper-service .service-buttons button + * {
  margin-left: 15px;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .addresses-wrapper .wrapper-service:before {
  content: '';
  height: 15px;
  width: 15px;
  background: url('../img/icons/success.svg') center;
  background-size: cover;
  position: absolute;
  top: -7.5px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .addresses-wrapper .wrapper-service.border-default:before {
  top: 10px;
  opacity: 1;
  visibility: visible;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .info {
  text-align: left;
  margin-top: 30px;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .info p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  text-transform: none;
  padding-left: 15px;
  color: #000;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .row {
  margin-top: -15px;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .address-wrapper {
  height: auto;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .address-wrapper .address-wrapper-inner {
  padding-bottom: 40px;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .address-wrapper .address-wrapper-inner .add-address-button-wrapper {
  margin-top: 30px;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .invoice-wrapper {
  height: auto;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .recipient-wrapper {
  overflow: hidden;
  height: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service.disactive {
  width: 0;
  margin: 0;
  overflow: hidden;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service.hidden {
  opacity: 0;
  max-height: 200px;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox.summary {
  border-top: 0.5px solid #ccc;
  padding-top: 40px;
  margin-top: 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox.summary .flexbox-service {
  width: 31%;
  margin: 0;
  text-align: left;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox.summary .flexbox-service .input-service label {
  padding-left: 0;
}
section.panel-klienta-koszyk-section-content .content-details .details-flexbox.summary .flexbox-service + .flexbox-service {
  margin-left: 3.5%;
}
section.panel-klienta-koszyk-section-content .content-summary .heading {
  margin-bottom: 30px;
  text-align: center;
}
section.panel-klienta-koszyk-section-content .content-summary .heading h1,
section.panel-klienta-koszyk-section-content .content-summary .heading .primary {
  font-size: 34px;
  font-weight: 400;
  color: #000;
}
section.panel-klienta-koszyk-section-content .content-summary .heading h1 strong.positive,
section.panel-klienta-koszyk-section-content .content-summary .heading .primary strong.positive {
  color: #538609;
}
section.panel-klienta-koszyk-section-content .content-summary .heading h1 strong.negative,
section.panel-klienta-koszyk-section-content .content-summary .heading .primary strong.negative {
  color: #860909;
}
section.panel-klienta-koszyk-section-content .content-summary .heading p {
  margin-top: 10px;
  opacity: 0.7;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.3px;
}
section.panel-klienta-koszyk-section-content .content-summary .summary-online-payment {
  background: #f9f9f9;
  padding: 30px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
section.panel-klienta-koszyk-section-content .content-summary .summary-online-payment p {
  margin-top: 10px;
  opacity: 0.7;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.3px;
}
section.panel-klienta-koszyk-section-content .content-summary .summary-online-payment h2 {
  margin-top: 30px;
  font-size: 23px;
  font-weight: 400;
  color: #000;
}
section.panel-klienta-koszyk-section-content .content-summary .summary-online-payment {
  background: #f9f9f9;
  padding: 30px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
section.panel-klienta-koszyk-section-content .content-summary .summary-online-payment p {
  margin-top: 10px;
  opacity: 0.7;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.3px;
}
section.panel-klienta-koszyk-section-content .content-summary .summary-online-payment h2 {
  margin-top: 30px;
  font-size: 23px;
  font-weight: 400;
  color: #000;
}
section.panel-klienta-koszyk-section-content .content-summary .summary-payment {
  border-top: 0.5px solid #ccc;
  padding-top: 50px;
  max-width: 800px;
  margin: 20px auto 0 auto;
  text-align: center;
}
section.panel-klienta-koszyk-section-content .content-summary .summary-payment p {
  margin-top: 10px;
  opacity: 0.7;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.3px;
}
section.panel-klienta-koszyk-section-content .content-summary .summary-payment h2 {
  margin-top: 30px;
  font-size: 23px;
  font-weight: 400;
  color: #000;
}
section.panel-klienta-koszyk-section-content .content-summary .summary-payment .payment-details {
  margin-top: 30px;
}
section.panel-klienta-koszyk-section-content .content-summary .summary-payment .payment-details .details-heading {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.3px;
}
section.panel-klienta-koszyk-section-content .content-summary .summary-payment .payment-details .details-text {
  margin-top: 20px;
  color: #000;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.3px;
}
section.panel-klienta-koszyk-section-content .content-summary .summary-payment .payment-details .details-text span {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}
section.panel-klienta-koszyk-section-content .content-summary .summary-button {
  margin-top: 50px;
  text-align: center;
}
section.panel-klienta-koszyk-section-content .content-summary a,
section.panel-klienta-koszyk-section-content .content-summary button {
  background: none;
  border: none;
  padding: none;
  outline: none;
  margin: 40px auto 0 auto;
  padding: 0;
  width: 100%;
  max-width: 900px;
  display: block;
}
section.panel-klienta-koszyk-section-content .content-summary a .payment-image-fullwidth,
section.panel-klienta-koszyk-section-content .content-summary button .payment-image-fullwidth {
  width: 100%;
}
section.panel-klienta-koszyk-section-content .content-summary .preloader-wrapper {
  width: 50px;
  height: 50px;
  margin: 35px auto 50px auto;
}
section.panel-klienta-koszyk-section-content .content-summary #preloader {
  width: 50px;
  height: 50px;
  border: 2px solid black;
  border-radius: 0px;
  -webkit-animation: preloader 4.5s infinite linear;
          animation: preloader 4.5s infinite linear;
}
section.panel-klienta-koszyk-section-content .content-summary #preloader:after {
  content: '';
  width: 14px;
  height: 14px;
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  border-radius: 20px;
  -webkit-animation: preloader_after 4.5s infinite linear;
          animation: preloader_after 4.5s infinite linear;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0);
  }
  10% {
    -webkit-transform: scale(1.3);
  }
  12% {
    -webkit-transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.3);
  }
  17% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 20px;
  }
  42% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 0px;
  }
  44% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 20px;
  }
  46% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 0px;
  }
  48% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 20px;
  }
  50% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 20px;
  }
  95% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 20px;
  }
  100% {
    -webkit-transform: scale(0) rotate(180deg);
    border-radius: 100px;
  }
}
@keyframes preloader {
  0% {
    -webkit-transform: scale(0);
  }
  10% {
    -webkit-transform: scale(1.3);
  }
  12% {
    -webkit-transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.3);
  }
  17% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 20px;
  }
  42% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 0px;
  }
  44% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 20px;
  }
  46% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 0px;
  }
  48% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 20px;
  }
  50% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 20px;
  }
  95% {
    -webkit-transform: scale(1) rotate(180deg);
    border-radius: 20px;
  }
  100% {
    -webkit-transform: scale(0) rotate(180deg);
    border-radius: 100px;
  }
}
@-webkit-keyframes preloader_after {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  45% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  55% {
    -webkit-transform: scale(1) translateY(-20px) translateX(-14px);
            transform: scale(1) translateY(-20px) translateX(-14px);
  }
  60% {
    -webkit-transform: scale(1) translateY(20px) translateX(14px);
            transform: scale(1) translateY(20px) translateX(14px);
  }
  65% {
    -webkit-transform: scale(1) translateY(-20px) translateX(14px);
            transform: scale(1) translateY(-20px) translateX(14px);
  }
  70% {
    -webkit-transform: scale(1) translateY(20px) translateX(-14px);
            transform: scale(1) translateY(20px) translateX(-14px);
  }
  75% {
    -webkit-transform: scale(1) translateY(-20px) translateX(14px);
            transform: scale(1) translateY(-20px) translateX(14px);
  }
  80% {
    -webkit-transform: scale(1) translateY(20px) translateX(-14px);
            transform: scale(1) translateY(20px) translateX(-14px);
  }
  85% {
    -webkit-transform: scale(1) translateY(-20px) translateX(-14px);
            transform: scale(1) translateY(-20px) translateX(-14px);
  }
  90% {
    -webkit-transform: scale(1) translateY(0px) translateX(0px);
            transform: scale(1) translateY(0px) translateX(0px);
  }
  95% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes preloader_after {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  45% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  55% {
    -webkit-transform: scale(1) translateY(-20px) translateX(-14px);
            transform: scale(1) translateY(-20px) translateX(-14px);
  }
  60% {
    -webkit-transform: scale(1) translateY(20px) translateX(14px);
            transform: scale(1) translateY(20px) translateX(14px);
  }
  65% {
    -webkit-transform: scale(1) translateY(-20px) translateX(14px);
            transform: scale(1) translateY(-20px) translateX(14px);
  }
  70% {
    -webkit-transform: scale(1) translateY(20px) translateX(-14px);
            transform: scale(1) translateY(20px) translateX(-14px);
  }
  75% {
    -webkit-transform: scale(1) translateY(-20px) translateX(14px);
            transform: scale(1) translateY(-20px) translateX(14px);
  }
  80% {
    -webkit-transform: scale(1) translateY(20px) translateX(-14px);
            transform: scale(1) translateY(20px) translateX(-14px);
  }
  85% {
    -webkit-transform: scale(1) translateY(-20px) translateX(-14px);
            transform: scale(1) translateY(-20px) translateX(-14px);
  }
  90% {
    -webkit-transform: scale(1) translateY(0px) translateX(0px);
            transform: scale(1) translateY(0px) translateX(0px);
  }
  95% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@media (max-width: 1399.98px) {
  section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .addresses-wrapper .wrapper-service.service-heading {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 1199.98px) {
  section.panel-klienta-section-content .content-dashboard .dashboard-body .body-sale-info h2 {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  section.panel-klienta-section-content .content-dashboard .dashboard-body .body-sale-info .info-heading {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .body-sale-info .info-heading .heading-part:nth-child(2) {
    font-size: 17px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .body-sale-info .info-heading .heading-part:nth-child(3) {
    font-size: 17px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .body-sale-info h2 {
    display: none;
  }
  section.panel-klienta-koszyk-section-content .content-basket-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.panel-klienta-koszyk-section-content .content-basket-options .options-service {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.panel-klienta-koszyk-section-content .content-basket-options .options-service .heading {
    width: 100%;
  }
  section.panel-klienta-koszyk-section-content .content-basket-options .options-service .service-alert {
    margin-top: 0;
    width: 100%;
  }
  section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-wrapper {
    width: 100%;
  }
  section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-wrapper .radio-box {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-wrapper .radio-box .price {
    margin-top: 10px;
  }
  section.panel-klienta-koszyk-section-content .content-basket-options .options-service:last-child {
    display: block;
  }
  section.panel-klienta-koszyk-section-content .content-basket-options .options-service + .options-service {
    margin-top: 50px;
  }
  section.panel-klienta-koszyk-section-content .content-account {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.panel-klienta-koszyk-section-content .content-account .account-service {
    padding: 20px;
    width: 100%;
  }
  section.panel-klienta-koszyk-section-content .content-account .account-service + .account-service {
    margin-top: 30px;
  }
  section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  section.panel-klienta-logowanie-section-content {
    padding: 70px 0;
  }
  section.panel-klienta-logowanie-section-content .content-login .login-service .heading h1 {
    font-size: 28px;
  }
  section.panel-klienta-section-content {
    padding: 50px 0;
  }
  section.panel-klienta-section-content .content-dashboard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-sidebar {
    border-top: 0.5px solid #ccc;
    padding-top: 30px;
    margin-top: 30px;
    width: 100%;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body {
    width: 100%;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .heading {
    font-size: 28px;
    text-align: center;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .news-flexbox .news-service:nth-child(3) {
    display: none;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .owl-carousel-dashboard {
    margin-top: 30px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .dashboard-item {
    margin-top: 30px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .body-description {
    margin-top: 30px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .body-sale-info {
    margin-top: 30px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .body-invite-friend {
    padding-top: 30px;
    margin-top: 30px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .body-invite-friend .section-heading h2 {
    font-size: 28px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .heading-nav {
    margin-top: 30px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .body-add-address {
    margin-top: 30px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .addresses-wrapper {
    padding-top: 30px;
    margin-top: 30px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .btn-submit {
    margin-top: 30px;
  }
  section.panel-klienta-koszyk-section-content {
    padding: 50px 0;
  }
  section.panel-klienta-koszyk-section-content.no-padding-subpage {
    padding-top: 0;
  }
  section.panel-klienta-koszyk-section-content .content-basket .heading h1,
  section.panel-klienta-koszyk-section-content .content-basket .heading .primary {
    font-size: 28px;
  }
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive {
    max-width: 100%;
  }
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table {
    display: block;
  }
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table thead {
    display: none;
  }
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr {
    padding: 15px 10px;
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 0.5px solid #ccc;
    text-align: center;
    position: relative;
  }
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td:before {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #000;
    display: block;
    margin-bottom: 10px;
  }
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .table-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .table-product .service-image-wrapper {
    width: 80px;
    padding-top: 128px;
  }
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .table-product .service-image-wrapper.square {
    padding-top: 80px;
  }
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .table-product .service-name {
    margin-top: 10px;
    width: auto;
    padding-left: 0;
  }
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .table-product .service-name .name {
    text-align: center;
  }
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .table-product .service-name .info {
    text-align: center;
    width: 100%;
  }
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .service-quantity {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td .service-delete svg {
    width: 100%;
  }
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td + td {
    margin-top: 15px;
  }
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td:nth-child(2),
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td:nth-child(3),
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td:nth-child(4),
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td:nth-child(5) {
    width: 49%;
  }
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td:last-child {
    position: absolute;
    margin-top: 0;
    top: 5px;
    right: 7px;
    width: auto;
    text-align: center;
  }
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive .table tbody tr td:last-child:before {
    content: none;
  }
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive.alert-change .table tbody tr {
    width: 100%;
    border: none;
  }
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive.alert-change .table tbody tr.alert-availability-change-content,
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive.alert-change .table tbody tr.alert-quantity-change-content,
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive.alert-change .table tbody tr.alert-product-change-content {
    padding: 0;
  }
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive.alert-change .table tbody tr.alert-availability-change-content td:last-child,
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive.alert-change .table tbody tr.alert-quantity-change-content td:last-child,
  section.panel-klienta-koszyk-section-content .content-basket .table-responsive.alert-change .table tbody tr.alert-product-change-content td:last-child {
    top: auto;
    right: auto;
    position: relative;
  }
  section.panel-klienta-koszyk-section-content .content-basket-options .options-service .heading {
    margin-bottom: 15px;
  }
  section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-wrapper {
    width: 100%;
  }
  section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-wrapper .radio-box {
    padding: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-wrapper .radio-box .box-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.panel-klienta-koszyk-section-content .content-basket-options .options-service .radio-wrapper .radio-box .price {
    margin-top: 0;
  }
  section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service {
    width: 100%;
  }
  section.panel-klienta-koszyk-section-content .content-details .details-flexbox.summary {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 30px;
    margin-top: 30px;
  }
  section.panel-klienta-koszyk-section-content .content-details .details-flexbox.summary .flexbox-service {
    width: 100%;
  }
  section.panel-klienta-koszyk-section-content .content-details .details-flexbox.summary .flexbox-service + .flexbox-service {
    margin-top: 35px;
    margin-left: 0;
  }
  section.panel-klienta-koszyk-section-content .content-details .btn-sticky {
    margin-bottom: 30px;
    background: none;
    position: relative;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 0;
    border-radius: 0;
    border-bottom: 0.5px solid #ccc;
  }
  section.panel-klienta-koszyk-section-content .content-details .btn-sticky span {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    color: #666;
    text-transform: none;
  }
  section.panel-klienta-koszyk-section-content .content-details .btn-sticky img {
    margin-right: 10px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    height: 10px;
    display: block;
  }
  section.panel-klienta-koszyk-section-content .content-details .btn-sticky:hover {
    background: none !important;
    border-color: #ccc !important;
  }
  section.panel-klienta-koszyk-section-content .buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.panel-klienta-koszyk-section-content .buttons-wrapper .wrapper-padding {
    padding-top: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  section.panel-klienta-koszyk-section-content .buttons-wrapper .wrapper-inner {
    width: 100%;
    max-width: 100%;
  }
  section.panel-klienta-koszyk-section-content .buttons-wrapper .btn-fill,
  section.panel-klienta-koszyk-section-content .buttons-wrapper .btn-border {
    width: 100%;
    text-align: center;
  }
  section.panel-klienta-koszyk-section-content .buttons-wrapper .btn-border {
    margin-top: 10px;
  }
  section.panel-klienta-koszyk-section-content .content-summary .heading h1,
  section.panel-klienta-koszyk-section-content .content-summary .heading .primary {
    font-size: 28px;
  }
  section.panel-klienta-koszyk-section-content .content-summary .summary-payment {
    padding-top: 30px;
    margin: 10px auto 0 auto;
  }
  section.panel-klienta-koszyk-section-content .content-summary .summary-payment .payment-details {
    margin-top: 30px;
  }
  section.panel-klienta-koszyk-section-content .content-summary .summary-payment .payment-details .details-heading {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.3px;
  }
  section.panel-klienta-koszyk-section-content .content-summary .summary-payment .payment-details .details-text {
    margin-top: 20px;
    color: #000;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.3px;
  }
  section.panel-klienta-koszyk-section-content .content-summary .summary-payment .payment-details .details-text span {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
  }
  section.panel-klienta-koszyk-section-content .content-summary .summary-button {
    margin-top: 50px;
    text-align: center;
  }
  section.panel-klienta-koszyk-section-content .content-summary .payment-image-fullwidth {
    margin: 40px auto 0 auto;
    display: block;
    max-width: 900px;
    width: 100%;
  }
  section.panel-klienta-koszyk-section-content .content-summary .preloader-wrapper {
    width: 50px;
    height: 50px;
    margin: 35px auto 50px auto;
  }
}
@media (max-width: 575.98px) {
  .input-service label {
    font-size: 10.5px;
    letter-spacing: 0.4px;
  }
  section.panel-klienta-logowanie-section-content .content-login .login-service .info p {
    font-size: 10.5px;
    letter-spacing: 0.4px;
  }
  section.panel-klienta-logowanie-section-content .content-login .login-service .buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.panel-klienta-logowanie-section-content .content-login .login-service .buttons-wrapper > * {
    width: 100%;
    text-align: center;
  }
  section.panel-klienta-logowanie-section-content .content-login .login-service .buttons-wrapper > * + * {
    margin-top: 10px;
  }
  section.panel-klienta-logowanie-section-content .content-login .login-service .social-media-login p {
    font-size: 10.5px;
    letter-spacing: 0.4px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-sidebar .sidebar-service {
    font-size: 10.5px;
    letter-spacing: 0.4px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .body-invite-friend .newsletter-input .btn-search {
    font-size: 10.5px;
    letter-spacing: 0.4px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table {
    display: block;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table thead {
    display: none;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr {
    padding: 10px 0;
    border: 0.5px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr .hidden-link-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr .hidden-link-wrapper a {
    height: 100%;
    width: 100%;
    display: block;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr td {
    width: 48%;
    padding: 5px;
    vertical-align: top;
    text-align: center;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr td:before {
    display: block;
    font-size: 10.5px;
    letter-spacing: 0.4px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr td .btn-more {
    font-size: 10.5px;
    letter-spacing: 0.4px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr:nth-child(even) {
    background: none;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .table-responsive .table tbody tr + tr {
    margin-top: 15px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .heading-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .body-add-address .small-heading {
    font-size: 10.5px;
    letter-spacing: 0.4px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .body-add-address .info p {
    font-size: 10.5px;
    letter-spacing: 0.4px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .body-add-address .btn-fill {
    width: 100%;
    text-align: center;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .addresses-wrapper .wrapper-service.service-heading {
    font-size: 10.5px;
    letter-spacing: 0.4px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .addresses-wrapper .wrapper-service .info p {
    font-size: 10.5px;
    letter-spacing: 0.4px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .addresses-wrapper .wrapper-service .service-buttons a,
  section.panel-klienta-section-content .content-dashboard .dashboard-body .addresses-wrapper .wrapper-service .service-buttons button {
    font-size: 10.5px;
    letter-spacing: 0.4px;
  }
  section.panel-klienta-section-content .content-dashboard .dashboard-body .btn-submit {
    width: 100%;
    text-align: center;
  }
  section.panel-klienta-koszyk-section-content .content-details .details-flexbox .flexbox-service .addresses-wrapper .wrapper-service {
    width: 100%;
    margin: 7px 0 0 0;
  }
}

/*# sourceMappingURL=maps/style-panel-klienta.css.map */
