@import url("https://geowidget.easypack24.net/css/easypack.css");
@import url("https://unpkg.com/leaflet@1.9.3/dist/leaflet.css");
@charset "UTF-8";
.clearfix::after, .container::after, .list.loading::after, .form-group::after, .tabs::after, .tab-panels .panel::after, .shopping-row::after, .shopping-list .items .product::after, .shopping-list .items .product .info .price-count::after, .shopping-payment .your-choice::after, .form-steps .step-2::after, .form-steps .step-3::after, .form-steps .step-4::after, .form-steps .step-2 .inner-form::after, .form-steps .step-2 .inner-form .faktura-dane::after, .klient_dane .row::after, .clearfix::before, .container::before, .list.loading::before, .form-group::before, .tabs::before, .tab-panels .panel::before, .shopping-row::before, .shopping-list .items .product::before, .shopping-list .items .product .info .price-count::before, .shopping-payment .your-choice::before, .form-steps .step-2::before, .form-steps .step-3::before, .form-steps .step-4::before, .form-steps .step-2 .inner-form::before, .form-steps .step-2 .inner-form .faktura-dane::before, .klient_dane .row::before {
  clear: both;
  content: ' ';
  display: table; }

html, body {
  margin: 0;
  padding: 0; }

body {
  overflow-y: scroll !important;
  background-color: #f3f3f3; }

.normal-list {
  padding: 0 0 0 20px;
  list-style: disc; }
  .normal-list li {
    margin-bottom: 10px; }

* {
  outline: none;
  font-size: 12px;
  color: #29333e;
  font-family: 'Open Sans', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ol li {
  margin-bottom: 10px; }

a {
  text-decoration: none; }

.short {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.show-next, .short-more {
  color: #3366a8; }
  .show-next, .show-next:hover, .short-more, .short-more:hover {
    cursor: pointer; }

h1 {
  margin: 0;
  font-size: 2em;
  font-weight: 700; }

h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 700; }

h3 {
  margin: 0;
  font-size: 1.2em;
  font-weight: 400; }

h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px; }

h5 {
  font-size: 12px;
  font-weight: 700; }

.container {
  width: 1140px;
  margin: 0 auto; }

.for-login.hide {
  display: none !important; }

.for-logout {
  display: none !important; }

.mobile-only {
  display: none !important; }
  @media (max-width: 991px) {
    .mobile-only {
      display: block !important; } }

.absolute-link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute; }

.hidden:not(.hidden-show) {
  display: none; }

.loader-wrapper {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
  z-index: 99;
  position: relative; }
  .loader-wrapper.fixed {
    position: absolute; }
  .loader-wrapper .spin-loader {
    top: 50px;
    left: 50px;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    border-top-color: #3366a8;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; }
    .loader-wrapper .spin-loader::before {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      border-top-color: #fecb00;
      -webkit-animation: spin 3s linear infinite;
      animation: spin 3s linear infinite; }
    .loader-wrapper .spin-loader::after {
      content: "";
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
      border-top-color: #3366a8;
      -webkit-animation: spin 4s linear infinite;
      animation: spin 4s linear infinite; }
    .loader-wrapper .spin-loader, .loader-wrapper .spin-loader::before, .loader-wrapper .spin-loader::after {
      border-radius: 50%;
      border-top-width: 2px;
      border-top-style: solid;
      border-left: 2px solid transparent;
      border-right: 2px solid transparent;
      border-bottom: 2px solid transparent; }
  .loader-wrapper .loader-text {
    left: 0px;
    top: 100px;
    width: 100%;
    color: #9e9e9e;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    position: absolute;
    white-space: nowrap; }

.list.loading {
  transform: translateZ(0);
  position: relative; }
  .list.loading .item {
    opacity: .2; }
  .list.loading .loader-wrapper {
    position: fixed; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

.loader-dots-wrapper {
  height: 18px;
  display: block;
  text-align: center; }
  .loader-dots-wrapper span {
    width: 2px;
    height: 2px;
    background: #3366a8;
    display: inline-block;
    top: -3px;
    opacity: 0;
    font-size: 20px;
    line-height: 0px;
    position: relative;
    animation: dots 1s infinite;
    -ms-animation: dots 1s infinite;
    -webkit-animation: dots 1s infinite; }
  .loader-dots-wrapper.dots-big span {
    width: 6px;
    height: 6px;
    margin: 0 2px; }
  .loader-dots-wrapper span:nth-child(2) {
    animation-delay: .2s;
    -ms-animation-delay: .2s;
    -webkit-animation-delay: .2s; }
  .loader-dots-wrapper span:nth-child(3) {
    animation-delay: .3s;
    -ms-animation-delay: .3s;
    -webkit-animation-delay: .3s; }

@keyframes dots {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes dots {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-ms-keyframes dots {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.btn, .btn-yellow, .btn-order {
  border: 0;
  display: block;
  padding: 0 25px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color linear .3s; }
  .btn:hover, .btn-yellow:hover, .btn-order:hover {
    cursor: pointer; }

.btn-yellow, .btn-order {
  width: 100%;
  height: 36px;
  color: #29333e;
  border-radius: 18px;
  background-color: #fecb00;
  line-height: 36px; }
  .btn-yellow:hover, .btn-order:hover {
    background-color: #ecbe08; }

.btn-order {
  text-align: left; }
  .btn-order::after {
    content: "\F105";
    font-family: 'FontAwesome';
    top: 0px;
    right: 15px;
    position: absolute;
    font-size: 18px; }
  .btn-order.in-basket {
    color: #ffffff;
    background-color: #88c045; }
    .btn-order.in-basket::after {
      display: none; }
  .btn-order.loading::after {
    display: none; }
  .btn-order.loading .loader-dots-wrapper {
    line-height: 18px; }
    .btn-order.loading .loader-dots-wrapper span {
      width: 4px;
      height: 4px;
      margin-right: 2px; }

.button, .button-blue, .button-transparent, .button-yellow, .button-green {
  border: 0;
  color: #29333e;
  display: block;
  font-weight: 700;
  line-height: 26px;
  border-radius: 13px;
  position: relative;
  text-transform: uppercase;
  transition: background-color linear .3s; }
  .button:hover, .button-blue:hover, .button-transparent:hover, .button-yellow:hover, .button-green:hover {
    cursor: pointer; }

.button-blue {
  color: #ffffff;
  text-align: center;
  background-color: #3366a8; }
  .button-blue i {
    color: white; }
  .button-blue:hover {
    background-color: #21426d; }

.button-transparent {
  color: #29333e;
  padding: 0 25px;
  line-height: 36px;
  border-radius: 18px;
  background-color: transparent; }
  .button-transparent:hover {
    background-color: #e8e8e8; }

.button-yellow {
  padding: 0 25px;
  line-height: 36px;
  border-radius: 18px;
  background-color: #fecb00; }
  .button-yellow:hover {
    background-color: #ecbe08; }

.button-order::after {
  content: "\F105";
  font-family: 'FontAwesome';
  position: absolute;
  right: 15px;
  top: 1px;
  font-size: 18px; }

.button-green {
  color: #ffffff;
  text-align: center;
  background-color: #88c045; }
  .button-green i {
    color: white; }
  .button-green:hover {
    background-color: #608a2f; }

.modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 9999999; }
  .modal.open .modal-content {
    top: 50%;
    opacity: 1;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
  .modal .modal-background {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.7); }
  .modal .modal-content {
    top: 60%;
    left: 50%;
    z-index: 2;
    opacity: 0;
    padding: 20px;
    background: white;
    position: absolute;
    -webkit-transition: opacity linear .2s, top ease-out .3s;
    -moz-transition: opacity linear .2s, top ease-out .3s;
    -ms-transition: opacity linear .2s, top ease-out .3s;
    -o-transition: opacity linear .2s, top ease-out .3s;
    transition: opacity linear .2s, top ease-out .3s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .modal.modal-rounded .modal-content {
    padding: 0;
    overflow: hidden;
    border-radius: 10px; }
  .modal.modal-rounded .modal-header {
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #e8e8e8; }
  .modal.modal-rounded .modal-body {
    padding: 20px; }
    .modal.modal-rounded .modal-body p {
      margin: 0 0 20px 0; }
    .modal.modal-rounded .modal-body .button-blue, .modal.modal-rounded .modal-body .separator {
      display: inline-block;
      vertical-align: middle; }
    .modal.modal-rounded .modal-body .button-blue {
      padding-left: 20px;
      padding-right: 20px; }
    .modal.modal-rounded .modal-body .separator {
      margin: 0 10px; }
    .modal.modal-rounded .modal-body .register {
      color: #29333e;
      background-color: #e8e8e8; }
      .modal.modal-rounded .modal-body .register:hover {
        background-color: #c2c2c2; }
    @media (max-width: 400px) {
      .modal.modal-rounded .modal-body .button-blue, .modal.modal-rounded .modal-body .separator {
        display: block;
        text-align: center; } }

#cart-section iframe {
  border: 0;
  overflow: hidden; }

#jslghtbx {
  z-index: 999999; }

.jslghtbx-next.jslghtbx-no-img, .jslghtbx-prev.jslghtbx-no-img {
  border-top-width: 30px !important;
  border-bottom-width: 30px !important; }

.jslghtbx-prev {
  left: 30px !important;
  border-right-width: 25px !important; }

.jslghtbx-next {
  right: 30px !important;
  border-left-width: 25px !important; }

.select {
  height: 36px;
  position: relative; }
  .select.open .select-title::after {
    transform: rotate(180deg); }
  .select.open > div {
    width: 100%;
    z-index: 99;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0 0 20px #e8e8e8; }
    .select.open > div > div {
      padding: 10px 5px; }
      .select.open > div > div ul {
        display: block;
        padding: 0 15px;
        max-height: 285px;
        overflow-y: auto; }
  .select > div {
    border-radius: 20px;
    border: 1px solid #e8e8e8; }
    .select > div .select-title {
      border: 0;
      width: 100%;
      display: block;
      font-weight: 600;
      text-align: left;
      line-height: 36px;
      position: relative;
      padding: 0 40px 0 20px;
      background-color: transparent; }
      .select > div .select-title::after {
        right: 15px;
        position: absolute;
        content: "\F078";
        font-family: 'FontAwesome';
        transition: transform ease-out .2s; }
    .select > div ul {
      display: none; }
      .select > div ul li {
        margin: 0;
        color: #9e9e9e;
        padding-bottom: 5px; }
        .select > div ul li.selected {
          color: #cba200; }
        .select > div ul li:hover {
          cursor: pointer;
          color: #6b6b6b; }
  .select select {
    display: none; }

.checkbox {
  margin: 0; }
  .checkbox input {
    display: none; }
  .checkbox label {
    margin: 0;
    display: block;
    white-space: nowrap;
    line-height: 20px;
    position: relative;
    padding: 0 10px 0 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    /*&, &:before {
      vertical-align: top;
      display: inline-block;
    }*/ }
    .checkbox label:hover {
      color: #3366a8;
      cursor: pointer; }
      .checkbox label:hover::before {
        border-color: #a9c3e5; }
    .checkbox label:before {
      top: 0px;
      left: 0px;
      content: '';
      width: 16px;
      height: 16px;
      font-size: 11px;
      line-height: 18px;
      text-align: center;
      margin-right: 10px;
      border-radius: 2px;
      position: absolute;
      border: 1px solid #cccccc; }
  .checkbox input:checked + label {
    font-weight: 700; }
    .checkbox input:checked + label::before {
      content: "\F00C";
      font-family: 'FontAwesome';
      color: #545653; }

.price {
  font-weight: 700; }
  .price sup {
    color: inherit;
    font-size: 0.6em;
    font-weight: inherit; }

.cover {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat; }

.delivery.delivery-unavailable {
  color: #949494; }

.delivery.delivery-announce {
  color: #004d8f; }

.delivery.delivery-24h {
  color: #1c7900; }

.delivery.delivery-48h {
  color: #949494; }

.delivery.delivery-promo {
  color: #1c7900; }

.delivery.delivery-soon {
  color: #949494; }

.delivery.delivery-72 {
  color: #949494; }

.delivery.delivery-renew {
  color: #004d8f; }

.delivery.delivery-72h {
  color: #1c7900; }

.delivery.delivery-48h {
  color: #1c7900; }

.form-group {
  display: block;
  margin-bottom: 5px;
  position: relative; }
  .form-group .select {
    position: relative;
    margin-bottom: 10px; }
  .form-group input[type="text"], .form-group textarea {
    width: 100%;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 3px;
    background: #f3f3f3;
    border: 1px solid #f3f3f3; }

.review-form .error, .review-form .success, .available-info .error, .available-info .success {
  display: block;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  border-radius: 4px; }

.review-form .error, .available-info .error {
  margin-bottom: 20px;
  background-color: #ff3131; }

.review-form .success, .available-info .success {
  background-color: #88c045; }

.hide {
  display: none; }

.form-informuj {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  display: none;
  z-index: 9999;
  position: absolute;
  background-color: #ffffff; }
  .form-informuj.open {
    display: block; }
  .form-informuj .error {
    font-size: 10px;
    color: #ff3131 !important; }
  .form-informuj .success {
    color: #88c045; }
  .form-informuj .form-informuj-close {
    top: 0;
    right: 0;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    position: absolute; }
  .form-informuj .table {
    width: 100%;
    display: table; }
    .form-informuj .table .form-group {
      display: table-cell;
      vertical-align: middle; }
      .form-informuj .table .form-group:last-child {
        text-align: right; }
        .form-informuj .table .form-group:last-child span {
          border-radius: 0;
          line-height: 32px; }
.modal-cookies {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000000;
  background: rgba(0, 0, 0, 0.7);
}
.cookies {
  width: 100%;
  position: fixed;
  background: #fecb00;
  z-index: 1000000;
  max-width: min(400px, calc(100% - 100px));
  border-radius: 8.5px;
  border: 3px solid #c7a000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .cookies .container {
    padding: 20px 40px 20px 20px;
    position: relative;
    width: auto; }
  .cookies .close-cookie {
    right: 0;
    top: 0px;
    width: 30px;
    height: 30px;
    background: #ecbe08;
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    position: absolute; }
  .cookies h3 {
    clear: both;
    font-size: 12px; }
  .cookies p {
    font-size: 11px;
    margin: 0; }
    .cookies p a {
      font-weight: 900;
      font-size: inherit; }

.grecaptcha-badge {
  display: none !important; }

@media (min-width: 992px) {
  .mobile-only {
    display: none !important; } }

.cover.lazy {
  position: relative; }
  .cover.lazy > span {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute; }
    .cover.lazy > span img {
      opacity: 0;
      width: auto;
      height: 100%;
      display: block;
      margin: 0 auto;
      transition: opacity linear .3s; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.tag[data-type*="Komi"], .tag[data-type*="KOMI"], .tag[data-type*="komi"], .prd__tag[data-type*="Komi"], .prd__tag[data-type*="KOMI"], .prd__tag[data-type*="komi"] {
  background: rgba(32, 140, 25, 0.5) !important; }

.tag[data-type*="CD"], .tag[data-type*="cd"], .tag[data-type*="Cd"], .prd__tag[data-type*="CD"], .prd__tag[data-type*="cd"], .prd__tag[data-type*="Cd"] {
  background: rgba(235, 6, 6, 0.3) !important; }

.tag[data-type*="DVD"], .tag[data-type*="dvd"], .tag[data-type*="Dvd"], .prd__tag[data-type*="DVD"], .prd__tag[data-type*="dvd"], .prd__tag[data-type*="Dvd"] {
  background: rgba(235, 189, 8, 0.5) !important; }

.tag[data-type*="blu"], .tag[data-type*="BLU"], .tag[data-type*="Blu"], .tag[data-type*="4K Ultra HD"], .prd__tag[data-type*="blu"], .prd__tag[data-type*="BLU"], .prd__tag[data-type*="Blu"], .prd__tag[data-type*="4K Ultra HD"] {
  background: rgba(14, 112, 234, 0.5) !important; }

.tag[data-type*="winyl"], .tag[data-type*="Winyl"], .tag[data-type*="WINYL"], .prd__tag[data-type*="winyl"], .prd__tag[data-type*="Winyl"], .prd__tag[data-type*="WINYL"] {
  background: #444444 !important; }

.box-title strong {
  color: #c3c3c3;
  font-size: inherit; }

.promo-banner {
  display: block;
  width: 100%;
  z-index: 9999999;
  margin-bottom: 15px;
  position: relative; }
  .promo-banner img {
    width: 100%;
    height: auto;
    display: block; }

.results .remain {
  font-size: 10px;
  display: block;
  text-align: left;
  line-height: 1em; }

.search-results [data-layout="grid"] .remain {
  text-align: center !important; }

.btn-base, .btn--cart, .btn--more {
  border: 0; }

.btn--wide, .btn--more {
  width: 100%;
  font-weight: bold;
  line-height: 2.5em;
  border-radius: 1.3em; }

.btn--cart {
  background-color: #fecb00; }
  .btn--cart::before {
    content: "\F07A";
    font-family: 'FontAwesome'; }
  .btn--cart.btn--wide::before, .btn--cart.btn--more::before {
    margin-right: 5px; }

.btn--more {
  color: white;
  display: block;
  text-align: center;
  background-color: #3366a8;
  text-transform: uppercase; }
  .box-announced .btn--more {
    width: auto;
    padding: 0 30px;
    display: inline-block; }

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

table td.subtitles-links, table td.subtitles-links .short, .subtitles-links, .subtitles-links .short {
  font-size: 0 !important;
  position: relative; }

table td.subtitles-links a::after, .subtitles-links a::after {
  color: #333;
  content: '|';
  margin: 0; }

table td.subtitles-links a:last-child::after, .subtitles-links a:last-child::after {
  display: none; }

.button-block {
  width: 100%;
  display: block; }

.btn-disabled {
  color: #333;
  background-color: #e8e8e8 !important; }

.newsletter {
  position: relative; }

.newsletter input {
  border: 0;
  width: 100%;
  height: 36px;
  padding: 0 20px;
  border-radius: 3px;
  line-height: 36px;
  background: #f3f3f3; }

.newsletter button {
  border: 0;
  top: 5px;
  right: 10px;
  background: none;
  position: absolute; }

.newsletter button i {
  font-size: 22px;
  color: #3067a6; }

.newsletter-success {
  display: block;
  color: #ffffff;
  padding: 0 10px;
  background: #88c045;
  border-radius: 3px;
  text-align: center;
  font-weight: 600;
  line-height: 36px; }

.newsletter-error {
  color: #ff3131;
  padding: 10px 0;
  display: block; }

.tabs .tab {
  cursor: pointer;
  float: left;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 0 20px;
  line-height: 46px;
  text-align: center;
  border: 1px solid transparent; }

.tabs .selected, .tabs .active {
  font-weight: 600;
  border-color: #e8e8e8;
  border-bottom-color: #ffffff; }

.faded .tab-panels .panel {
  transition: opacity linear 2s; }

.tab-panels .panel {
  opacity: 0; }
  .tab-panels .panel.selected {
    opacity: 1; }
  .tab-panels .panel .no-items {
    color: #9e9e9e;
    min-height: 191px;
    text-align: center;
    font-size: 20px;
    display: block;
    padding-top: 50px; }
    @media (max-width: 992px) {
      .tab-panels .panel .no-items {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .tab-panels .panel .no-items {
        font-size: 1.5em;
        min-height: 0;
        padding-bottom: 30px;
        padding-top: 30px; } }
  .tab-panels .panel:not(.selected), .tab-panels .panel:not(.selected) * {
    height: 0;
    overflow: hidden;
    visibility: hidden; }

.a-table {
  width: 100%;
  display: table;
  table-layout: fixed; }
  .a-table.v-top .a-cell {
    vertical-align: top; }

.a-cell {
  display: table-cell;
  vertical-align: middle; }

.a-button, .a-button:link, .a-button:visited {
  position: relative;
  white-space: nowrap;
  display: inline-block;
  padding: 0 10px 0 30px;
  transition: all linear .2s;
  border: 1px solid transparent;
  background-color: transparent;
  line-height: 32px;
  border-radius: 16px; }

.a-button:hover {
  cursor: pointer; }

.a-button::before, .a-button::after {
  top: 0;
  display: block;
  position: absolute;
  font-family: 'FontAwesome', sans-serif; }

.a-button.block {
  width: 100%;
  display: block; }

.a-button.primary {
  font-weight: 700;
  color: #1d242c;
  border-color: #fecb00;
  background-color: #fecb00; }
  .a-button.primary:hover, .a-button.primary.active {
    color: white;
    border-color: #88c045;
    background-color: #88c045; }
  .a-button.primary[data-cart]::before {
    left: 15px;
    content: '\F07A'; }
  .a-button.primary[data-cart-transfer]::before {
    left: 15px;
    content: '\F07A'; }
  .a-button.primary[data-cart-transfer]::after {
    left: 22px;
    content: '\F178'; }
  @media (max-width: 767px) {
    .a-button.primary[data-cart-transfer]::before {
      transform: translate(-70%, -50%); }
    .a-button.primary[data-cart-transfer]::after {
      transform: translate(-20%, -50%); } }

.a-button.secondary {
  font-weight: 400;
  color: #1d242c;
  border-color: #f5f5f5;
  background-color: transparent; }
  .a-button.secondary:hover, .a-button.secondary.active {
    color: white;
    background-color: #3366a8; }
  .a-button.secondary[data-clipboard-remove]::before {
    left: 15px;
    content: '\F004';
    color: #3366a8; }
  .a-button.secondary[data-clipboard-remove]::after {
    top: 2px;
    left: 23px;
    content: '\F056';
    font-size: .667em;
    color: #ff3131; }
  .a-button.secondary[data-clipboard-remove]:hover, .a-button.secondary[data-clipboard-remove].active {
    border-color: #2d5a94; }
    .a-button.secondary[data-clipboard-remove]:hover::before, .a-button.secondary[data-clipboard-remove]:hover::after, .a-button.secondary[data-clipboard-remove].active::before, .a-button.secondary[data-clipboard-remove].active::after {
      color: white; }
  @media (max-width: 767px) {
    .a-button.secondary[data-clipboard-remove]::before {
      transform: translate(-70%, -50%); }
    .a-button.secondary[data-clipboard-remove]::after {
      transform: translate(0%, -30%); } }

.pr-cover {
  height: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 100%;
  position: relative; }
  .pr-cover .pr-img {
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    position: absolute;
    transform: translate(-50%, -50%); }

.pr-title {
  overflow: hidden;
  position: relative;
  text-align: justify;
  max-height: 2.333em;
  line-height: 1.167em;
  margin-right: -1em;
  padding-right: 1em; }
  .pr-title::before {
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '...';
    position: absolute;
    background-color: white; }
  .pr-title::after {
    right: 0;
    z-index: 2;
    width: 1em;
    height: 1em;
    content: ' ';
    margin-top: .2em;
    position: absolute;
    background-color: white; }

.pr-price {
  font-weight: 700;
  color: #fecb00; }
  .pr-price sup {
    color: inherit;
    font-size: .6em;
    font-weight: inherit; }

.pr-short-info {
  color: #9e9e9e;
  margin-right: 10px;
  display: inline-block; }
  .pr-short-info strong {
    color: inherit;
    font-size: inherit; }
  .pr-short-info.premiere {
    color: #3366a8; }

@media (min-width: 768px) {
  .pr-buttons .a-button:not(:last-child) {
    margin-bottom: 5px; } }

.pr-list-item {
  padding: 25px 15px;
  border-bottom: 1px solid #e8e8e8; }
  .pr-list-item .pr-cover-container {
    width: 120px; }
  .pr-list-item .pr-body {
    padding: 0 60px 0 15px; }
  .pr-list-item .pr-aside {
    width: 200px; }
  .pr-list-item .pr-price {
    display: block;
    font-size: 34px;
    text-align: right;
    margin-bottom: 15px; }

@media (max-width: 767px) {
  .a-table {
    display: block; }
  .a-cell {
    display: block; }
  .a-button, .a-button:link, .a-button:visited {
    width: 100%;
    padding-top: 50%;
    border-radius: 0;
    text-indent: -5000px; }
  .a-button::before, .a-button::after {
    text-indent: 0; }
  .pr-list-item {
    min-height: 140px;
    position: relative;
    padding: 15px 15px 15px 75px; }
    .pr-list-item .pr-cover {
      display: none; }
    .pr-list-item .pr-body {
      padding-right: 15px; }
    .pr-list-item .pr-title {
      margin-top: 10px;
      margin-bottom: 5px; }
    .pr-list-item .pr-short-info {
      font-size: 10px; }
    .pr-list-item .pr-aside {
      width: auto; }
    .pr-list-item .pr-price {
      margin: 0;
      top: 10px;
      right: 15px;
      font-size: 24px;
      position: absolute; }
    .pr-list-item .pr-buttons {
      top: 15px;
      left: 15px;
      width: 50px;
      position: absolute; }
  .a-button {
    font-size: 16px; }
    .a-button::before, .a-button::after {
      top: 50% !important;
      left: 50% !important;
      transform: translate(-50%, -50%); } }

#top, #top_menu_box, #topbaner_produkty {
  display: none; }

#spinner-koszyk-podsumowanie {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.9);
  position: fixed; }
  #spinner-koszyk-podsumowanie .loader-dots-wrapper {
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -30px;
    position: fixed; }
    #spinner-koszyk-podsumowanie .loader-dots-wrapper span {
      width: 16px;
      height: 16px; }

h4 strong {
  color: #3366a8;
  font-size: inherit; }

.basket-form {
  clear: both; }

.form-group {
  padding: 4px;
  display: block;
  position: relative;
  /*  .parsley-errors-list {
      top: 5px;
      right: 15px;
      display: block;
      //position: absolute;

      li {
        color: #ff0000;
        line-height: 11px;
        font-size: 9px;
        text-align: right;
      }
    }*/ }
  .form-group .forget {
    color: #3366a8;
    line-height: 30px;
    text-align: center; }
  .form-group .form-group {
    width: auto;
    padding: 0; }
    .form-group .form-group:last-child {
      padding-left: 16px; }

.form-group .parsley-errors-list, .form-group span.error, td .parsley-errors-list, td span.error {
  top: 5px;
  right: 15px;
  display: block; }

.form-group .parsley-errors-list li, .form-group span.error, td .parsley-errors-list li, td span.error {
  color: #ff0000;
  font-size: 9px;
  line-height: 11px;
  text-align: right; }

.form-group input.parsley-error, td input.parsley-error {
  border-color: #ff0000 !important; }

.form-group > input, table input, .form-steps > input, table input {
  width: 100%; }
  .form-group > input[type="text"], .form-group > input[type="email"], .form-group > input[type="password"], table input[type="text"], table input[type="email"], table input[type="password"], .form-steps > input[type="text"], .form-steps > input[type="email"], .form-steps > input[type="password"], table input[type="text"], table input[type="email"], table input[type="password"] {
    width: 100%;
    padding: 0 1.66em;
    line-height: 2.5em;
    border-radius: 3px;
    background: #f3f3f3;
    height: 2.7em;
    border: 1px solid #e8e8e8; }

span.input.input-disabled {
  width: 100%;
  color: #9e9e9e;
  display: block;
  padding: 0 20px;
  line-height: 30px;
  border-radius: 3px;
  background: #f3f3f3;
  border: 1px solid #f3f3f3; }

.no-overflow label {
  overflow: visible;
  white-space: normal;
  text-overflow: initial; }

.label-disabled {
  color: #9e9e9e;
  line-height: 2.667em;
  padding-left: 1.66em !important; }

.shopping-row {
  margin: 0 -15px; }
  .shopping-row > div {
    float: left;
    padding: 0 15px; }
  .shopping-row .shopping-list, .shopping-row .shopping-payment {
    width: 440px; }
  .shopping-row .box .box-header {
    padding-left: 25px; }
  .shopping-row .box .box-body {
    padding: 15px;
    background-color: transparent; }
  .shopping-row.shop-edit .remove:before {
    content: "" !important; }

.shopping-row .box .box-header.with-icon {
  padding-left: 15px;
  background: #ffffff; }

.shopping-row .box .box-title i {
  margin-right: 20px;
  color: #fecb00; }

.shopping-list.long .items {
  max-height: none; }

.shopping-list.long .items .product .info .price-count p {
  width: 100%; }

.shopping-list .ps-scrollbar-y-rail {
  opacity: 1 !important; }

.shopping-list .box {
  background: none; }

.shopping-list .box .box-body {
  padding: 0; }

.shopping-list .box .box-title strong {
  color: #3366a8;
  font-size: inherit; }

.shopping-list .items {
  width: 100%;
  overflow: hidden;
  max-height: 640px;
  position: relative; }
  @media (max-width: 767px) {
    .shopping-list .items {
      max-height: none; } }
  .shopping-list .items .product {
    height: 160px;
    border-right: 15px solid #ffffff;
    padding: 25px 0 25px 15px;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8; }
    .shopping-list .items .product > div {
      float: left; }
    .shopping-list .items .product .remove {
      width: 35px;
      height: 100%;
      position: relative; }
      .shopping-list .items .product .remove:hover i, .shopping-list .items .product .remove:hover[data-basket-remove]::before {
        color: #ff3131; }
      .shopping-list .items .product .remove i {
        top: 40%;
        cursor: pointer;
        font-size: 16px;
        position: absolute; }
      .shopping-list .items .product .remove[data-basket-remove]::before {
        content: "\F00D";
        font-family: 'FontAwesome';
        top: 40%;
        left: 0px;
        cursor: pointer;
        font-size: 16px;
        position: absolute; }
    .shopping-list .items .product div.photo {
      width: 95px;
      position: relative;
      margin-right: 15px; }
      .shopping-list .items .product div.photo .cover {
        display: block;
        padding-top: 100%; }
    .shopping-list .items .product .info {
      width: 230px;
      position: relative; }
      .shopping-list .items .product .info .is-promo {
        right: 0;
        position: absolute; }
        .shopping-list .items .product .info .is-promo .tltp {
          top: 2px;
          left: -185px;
          width: 180px;
          border-radius: 3px;
          position: absolute;
          padding: 8px;
          opacity: 0;
          visibility: hidden;
          transform: translateX(-30px);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
          background-color: #f5f5f5;
          transition: all ease-out .2s; }
          .shopping-list .items .product .info .is-promo .tltp strong {
            color: #fecb00; }
      .shopping-list .items .product .info .is-promo--button i,
      .shopping-list .items .product .info .is-promo--dependency i {
        color: inherit;
        font-size: 16px;
        position: absolute; }
      .shopping-list .items .product .info .is-promo--button {
        top: -5px; }
        .shopping-list .items .product .info .is-promo--button a, .shopping-list .items .product .info .is-promo--button button {
          border: 0;
          text-align: left;
          border-radius: 30px;
          display: block;
          font-size: 8px;
          font-weight: bold;
          position: relative;
          color: white;
          padding: 5px 10px 5px 25px;
          line-height: 1em;
          background-color: #41a833; }
          .shopping-list .items .product .info .is-promo--button a i, .shopping-list .items .product .info .is-promo--button button i {
            top: 5px;
            left: 5px;
            margin-right: 5px; }
          .shopping-list .items .product .info .is-promo--button a:hover + .tltp, .shopping-list .items .product .info .is-promo--button button:hover + .tltp {
            opacity: 1;
            visibility: visible;
            transform: translateX(0); }
      .shopping-list .items .product .info .is-promo--dependency {
        top: 0;
        color: #ff3131;
        padding-left: 20px; }
        .shopping-list .items .product .info .is-promo--dependency i {
          top: 0;
          left: 0; }
      .shopping-list .items .product .info .tag {
        margin-bottom: 10px; }
      .shopping-list .items .product .info h5 {
        line-height: 16px;
        height: 34px;
        overflow: hidden;
        margin: 0 0 10px 0; }
      .shopping-list .items .product .info .price-count {
        margin-bottom: 5px; }
        .shopping-list .items .product .info .price-count .price {
          font-size: 15px;
          color: #ecbe08; }
        .shopping-list .items .product .info .price-count p {
          margin: 0;
          width: 50%;
          float: left;
          height: 24px; }
          .shopping-list .items .product .info .price-count p .form-group {
            padding: 0;
            width: 40px;
            display: inline-block; }
            .shopping-list .items .product .info .price-count p .form-group input {
              height: 22px;
              padding: 0 5px;
              line-height: 22px; }
      .shopping-list .items .product .info .delivery p {
        margin: 0; }

.shopping-list.long {
  width: 100%; }
  .shopping-list.long .items .product .info {
    width: auto; }

ul.order-details {
  /*li {
    padding: 3px 0;

    strong {
      float: right;
      font-weight: bold;
    }
  }*/ }
  ul.order-details li {
    width: 100%;
    display: table;
    padding: 3px 0; }
    ul.order-details li span, ul.order-details li strong {
      display: table-cell; }
    ul.order-details li span {
      white-space: nowrap; }
    ul.order-details li strong {
      font-weight: bold;
      text-align: right; }

.shopping-resume {
  width: 290px; }
  .shopping-resume .box {
    background-color: transparent; }
    .shopping-resume .box .box-header {
      padding-left: 15px;
      border-bottom-color: transparent; }
    .shopping-resume .box .box-body {
      padding-top: 0;
      padding-right: 0; }
  .shopping-resume .prices {
    margin-bottom: 30px; }
    .shopping-resume .prices p {
      margin: 0; }
    .shopping-resume .prices p > span, .shopping-resume .prices p > span > span {
      display: inline-block;
      vertical-align: bottom; }
    .shopping-resume .prices p > span:first-child {
      width: 130px; }
    .shopping-resume .prices p.total-price > span {
      line-height: 30px; }
    .shopping-resume .prices p > span.price {
      font-size: 30px;
      color: #ecbe08; }
    .shopping-resume .prices p > span span.price {
      font-size: 14px; }
  .shopping-resume .deliveries {
    margin: 0 0 15px 0; }
    .shopping-resume .deliveries p {
      margin: 0;
      color: #9d9d9d; }
      .shopping-resume .deliveries p strong {
        float: right; }
      .shopping-resume .deliveries p .delivery-day {
        float: right;
        display: block;
        clear: right;
        color: #9d9d9d;
        font-size: 11px;
        margin-bottom: 10px; }
        .shopping-resume .deliveries p .delivery-day::before, .shopping-resume .deliveries p .delivery-day::after {
          clear: both;
          content: ' ';
          display: table; }
    .shopping-resume .deliveries p:first-child {
      margin-bottom: 7px; }
    .shopping-resume .deliveries span.extra {
      font-size: 10px;
      text-align: right;
      display: block; }
  .shopping-resume .button-yellow {
    width: 100%;
    margin-bottom: 20px;
    line-height: 48px;
    text-align: center;
    border-radius: 24px; }
    .shopping-resume .button-yellow i {
      top: 16px;
      left: 25px;
      font-size: 14px;
      position: absolute; }
    .shopping-resume .button-yellow.disabled {
      background-color: #eaeaea; }
  .shopping-resume .checkbox {
    min-height: 18px;
    margin-bottom: 10px; }
    .shopping-resume .checkbox label {
      padding-top: 3px;
      line-height: 15px;
      font-size: 10px;
      overflow: visible;
      white-space: normal; }
      .shopping-resume .checkbox label a {
        color: #3366a8;
        font-size: inherit; }
    .shopping-resume .checkbox.parsley-error label, .shopping-resume .checkbox.parsley-error label a {
      color: #ff3131; }

.checkboxes .parsley-errors-list {
  margin: -5px 0 10px 0; }
  .checkboxes .parsley-errors-list li {
    font-size: 10px;
    color: #ff3131; }

.shopping-payment .your-choice {
  margin-bottom: 20px; }
  .shopping-payment .your-choice > div {
    clear: both;
    padding: 0 10px; }
  .shopping-payment .your-choice > div.col {
    width: 50%;
    float: left;
    clear: none;
    margin-bottom: 20px; }
  .shopping-payment .your-choice strong {
    display: block; }

.shopping-payment select {
  width: 100%; }

.payment-accordion.active .panel-header {
  background-color: #f3f3f3; }
  .payment-accordion.active .panel-header::after {
    transform: rotate(180deg); }

.payment-accordion.active .panel-body {
  background-color: #f3f3f3; }

.panel-header {
  cursor: pointer;
  font-weight: 700;
  line-height: 30px;
  padding: 15px 20px;
  position: relative;
  border-top: 1px solid #e8e8e8;
  background-color: transparent;
  transition: background-color linear .3s; }
  .panel-header::after {
    content: "\F107";
    font-family: 'FontAwesome';
    top: 16px;
    right: 20px;
    font-size: 20px;
    position: absolute;
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    transition: all ease-out .3s; }
  .panel-header.active {
    background-color: #f3f3f3; }
    .panel-header.active::after {
      transform: rotate(180deg); }

.panel-body {
  display: none;
  background-color: transparent;
  transition: background-color linear .3s; }
  @media (max-width: 991px) {
    .panel-body {
      display: block; } }
  .panel-body.active {
    background-color: #f3f3f3; }
  .panel-body > div {
    padding: 0 10px 10px 10px; }
  .panel-body .payment-logos {
    margin-top: 20px; }
    .panel-body .payment-logos p {
      margin: 0 0 0 5px;
      font-size: 11px; }
    .panel-body .payment-logos img {
      height: 30px; }
  .panel-body .sposob_row {
    clear: both;
    margin-bottom: 6px; }
    .panel-body .sposob_row input {
      display: none; }
      .panel-body .sposob_row input:checked + label .input::after {
        top: 12px;
        left: 11px;
        width: 6px;
        height: 6px; }
    .panel-body .sposob_row input:checked + label, .panel-body .sposob_row label:hover {
      background-color: #e1e1e1; }
      .panel-body .sposob_row input:checked + label .input::after, .panel-body .sposob_row label:hover .input::after {
        background: #828282; }
    .panel-body .sposob_row label {
      width: 100%;
      height: 30px;
      display: table;
      cursor: pointer;
      table-layout: fixed; }
      .panel-body .sposob_row label:hover {
        cursor: pointer; }
      .panel-body .sposob_row label > div, .panel-body .sposob_row label > span {
        display: table-cell;
        vertical-align: middle; }
      .panel-body .sposob_row label .image, .panel-body .sposob_row label .input {
        margin: 0;
        width: 30px; }
      .panel-body .sposob_row label span {
        font-size: 11px; }
      .panel-body .sposob_row label .image {
        text-align: center; }
        .panel-body .sposob_row label .image img {
          width: auto;
          max-width: 26px; }
      .panel-body .sposob_row label .input {
        position: relative;
        height: 30px; }
        .panel-body .sposob_row label .input::before, .panel-body .sposob_row label .input::after {
          content: '';
          display: block;
          border-radius: 50%;
          position: absolute; }
        .panel-body .sposob_row label .input::before {
          top: 9px;
          left: 8px;
          width: 10px;
          height: 10px;
          background-color: #ffffff;
          border: 1px solid #828282; }
      .panel-body .sposob_row label .title {
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 10px;
        white-space: nowrap; }
      .panel-body .sposob_row label .days {
        width: 40px;
        font-style: italic; }
      .panel-body .sposob_row label .price {
        width: 60px;
        text-align: right;
        font-size: 14px; }

p.no-results {
  text-align: center;
  font-weight: bold; }

.miniloader {
  position: relative;
  vertical-align: middle !important; }
  .miniloader .loader-dots-wrapper {
    top: -4px;
    left: 0;
    margin: 0;
    height: 6px;
    position: relative; }
    .miniloader .loader-dots-wrapper span {
      top: -13px;
      width: 4px;
      height: 4px; }

#order_process_form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  opacity: 1;
  -webkit-transition: opacity linear .2s;
  -moz-transition: opacity linear .2s;
  -ms-transition: opacity linear .2s;
  -o-transition: opacity linear .2s;
  transition: opacity linear .2s; }
  #order_process_form fieldset:disabled {
    opacity: .3; }
  #order_process_form fieldset.disabled {
    position: relative;
    opacity: .3; }
    #order_process_form fieldset.disabled::after {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      content: '';
      z-index: 99999;
      position: absolute; }

.form-steps {
  margin-bottom: 20px; }
  .form-steps .step {
    position: relative; }
    .form-steps .step .back-button, .form-steps .step .slide-back-button {
      top: 25px;
      left: 25px;
      display: block;
      cursor: pointer;
      line-height: 20px;
      position: absolute;
      text-decoration: none; }
      .form-steps .step .back-button i, .form-steps .step .slide-back-button i {
        margin-right: 10px; }
  .form-steps .step-1 {
    width: 400px;
    margin: 0 auto; }
    .form-steps .step-1 .button, .form-steps .step-1 .button-blue, .form-steps .step-1 .button-transparent, .form-steps .step-1 .button-yellow, .form-steps .step-1 .button-green {
      margin: 5px 0;
      line-height: 48px;
      border-radius: 24px; }
    .form-steps .step-1 .signup {
      background-color: #143e6e; }
      .form-steps .step-1 .signup:hover {
        background-color: #0c2643; }
  .form-steps .step-2, .form-steps .step-3, .form-steps .step-4 {
    padding: 40px;
    background-color: #ffffff; }
    .form-steps .step-2 h4, .form-steps .step-3 h4, .form-steps .step-4 h4 {
      text-align: center;
      margin-bottom: 15px;
      text-transform: uppercase; }
    .form-steps .step-2 .inner-form .button, .form-steps .step-2 .inner-form .button-blue, .form-steps .step-2 .inner-form .button-transparent, .form-steps .step-2 .inner-form .button-yellow, .form-steps .step-2 .inner-form .button-green, .form-steps .step-3 .inner-form .button, .form-steps .step-3 .inner-form .button-blue, .form-steps .step-3 .inner-form .button-transparent, .form-steps .step-3 .inner-form .button-yellow, .form-steps .step-3 .inner-form .button-green, .form-steps .step-4 .inner-form .button, .form-steps .step-4 .inner-form .button-blue, .form-steps .step-4 .inner-form .button-transparent, .form-steps .step-4 .inner-form .button-yellow, .form-steps .step-4 .inner-form .button-green {
      border-radius: 3px;
      line-height: 32px;
      text-align: center; }
  .form-steps .step-2 {
    padding: 40px;
    display: none; }
    .form-steps .step-2 .inner-form {
      width: 650px;
      margin: 0 auto; }
      .form-steps .step-2 .inner-form h4 {
        margin-top: 20px; }
      .form-steps .step-2 .inner-form .faktura-dane {
        display: none;
        clear: both;
        margin-bottom: 15px; }
        .form-steps .step-2 .inner-form .faktura-dane.open {
          display: block; }
        .form-steps .step-2 .inner-form .faktura-dane h4 strong {
          cursor: pointer; }
      .form-steps .step-2 .inner-form .faktura-dane--hidden {
        display: none !important;
        visibility: hidden; }
      .form-steps .step-2 .inner-form .form-group {
        width: 50%;
        float: left;
        height: 40px; }
        .form-steps .step-2 .inner-form .form-group .button-transparent {
          color: #3366a8; }
        .form-steps .step-2 .inner-form .form-group.firma .checkbox {
          top: 10px;
          right: 5px;
          position: absolute; }
          .form-steps .step-2 .inner-form .form-group.firma .checkbox label {
            font-size: 10px;
            padding-left: 20px; }
          .form-steps .step-2 .inner-form .form-group.firma .checkbox label::before {
            top: 4px;
            width: 10px;
            height: 10px;
            font-size: 8px;
            line-height: 10px; }
      .form-steps .step-2 .inner-form .dodatkowe_info {
        clear: both; }
        .form-steps .step-2 .inner-form .dodatkowe_info .form-group {
          width: 100%; }
      .form-steps .step-2 .inner-form .select > div {
        border-radius: 3px;
        background: #f3f3f3;
        border-color: #f3f3f3; }
        .form-steps .step-2 .inner-form .select > div .button, .form-steps .step-2 .inner-form .select > div .button-blue, .form-steps .step-2 .inner-form .select > div .button-transparent, .form-steps .step-2 .inner-form .select > div .button-yellow, .form-steps .step-2 .inner-form .select > div .button-green {
          text-align: left;
          font-weight: 400;
          text-transform: none; }
  .form-steps .step-3 {
    width: 100%;
    display: table; }
    .form-steps .step-3 p a {
      color: #3366a8; }
    .form-steps .step-3 > div {
      width: 50%;
      display: table-cell; }
    .form-steps .step-3 > div + div {
      border-left: 1px solid #e8e8e8; }
      @media (max-width: 767px) {
        .form-steps .step-3 > div + div {
          border-left: 0px; } }
    .form-steps .step-3 .inner-form {
      width: 320px;
      margin: 0 auto; }
    .form-steps .step-3 .login_error {
      color: #ff3131;
      padding: 10px 15px;
      text-align: center; }
    .form-steps .step-3 .checkbox label {
      white-space: normal;
      text-overflow: initial; }
  .form-steps .step-4 {
    text-align: center; }
    .form-steps .step-4 h3 {
      margin-bottom: 20px; }
    .form-steps .step-4 .button-blue {
      padding: 0 20px;
      display: inline-block; }
  .form-steps .step-delivery-resume {
    width: 100%; }
    .form-steps .step-delivery-resume .box-body {
      padding: 10px 230px 10px 15px;
      position: relative; }
      .form-steps .step-delivery-resume .box-body h4 {
        font-size: 13px;
        margin-bottom: 5px; }
    .form-steps .step-delivery-resume .edit-data {
      top: 15px;
      right: 15px;
      width: 200px;
      line-height: 32px;
      border-radius: 3px;
      position: absolute; }
    .form-steps .step-delivery-resume .data-list [data-resume-invoice] {
      margin-bottom: 10px;
      margin-top: 10px; }
    .form-steps .step-delivery-resume ul li {
      display: inline;
      margin-right: 5px;
      white-space: nowrap; }
      .form-steps .step-delivery-resume ul li strong {
        margin-right: 5px; }
    @media (max-width: 991px) {
      .form-steps .step-delivery-resume .box-body {
        padding: 15px; }
      .form-steps .step-delivery-resume .edit-data {
        top: auto;
        right: auto;
        margin: 15px auto;
        position: relative; } }

input:checked + label {
  font-weight: 400 !important; }

.klient_dane {
  padding: 1.66em;
  margin-bottom: 30px;
  background-color: #ffffff; }
  .klient_dane h2 {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 1em; }
    .klient_dane h2 strong {
      display: block;
      font-size: inherit;
      font-weight: normal; }
  .klient_dane .tabs {
    margin-bottom: -1px; }
  .klient_dane .body {
    margin: 0 -1.66em;
    padding: 1.66em 3.33em;
    border-top: 1px solid #e8e8e8; }
  .klient_dane .row > div {
    width: 50%;
    float: left; }
    .klient_dane .row > div:first-child {
      padding-right: 1.66em; }
    .klient_dane .row > div:last-child {
      padding-left: 1.66em; }
    .klient_dane .row > div table td {
      padding: 0 .5em; }
    .klient_dane .row > div table td:first-child {
      width: 30%;
      padding-left: 0;
      min-width: 160px; }
    .klient_dane .row > div table .label {
      font-weight: 700;
      line-height: 3.33em; }
    .klient_dane .row > div table .label_info, .klient_dane .row > div table .label_info p {
      margin: 0;
      line-height: 2.66em; }
    .klient_dane .row > div table .label_error {
      color: #ff3131; }
  .klient_dane .submit {
    width: auto;
    padding: 0 40px;
    display: inline-block; }
  @media (max-width: 767px) {
    .klient_dane .body {
      padding-left: 1.66em;
      padding-right: 1.66em; }
    .klient_dane .row > div {
      width: 100%;
      float: none; }
      .klient_dane .row > div table {
        width: 100%; }
        .klient_dane .row > div table td, .klient_dane .row > div table td:first-child {
          padding-left: 0;
          padding-right: 0;
          width: 100%;
          display: block; }
      .klient_dane .row > div .form-steps .step-2 .inner-form {
        width: 100%; }
      .klient_dane .row > div:last-child, .klient_dane .row > div:first-child {
        padding-left: 0;
        padding-right: 0; }
    .klient_dane .tabs .tab {
      float: none; }
      .klient_dane .tabs .tab.active {
        border-bottom-color: #e8e8e8; } }

.delivery-method {
  padding: 0; }
  .delivery-method h3 {
    font-size: 12px;
    margin-bottom: 5px; }
  .delivery-method .select > div {
    border-radius: 3px; }
  .delivery-method .loader-dots-wrapper {
    height: auto; }
    .delivery-method .loader-dots-wrapper span {
      width: 3px;
      height: 3px;
      background-color: white; }

.modal--paczkomat .modal-content {
  width: 80%;
  height: 80%; }

.delivery-method__details {
  display: block; }
  .delivery-method__details ul {
    padding: 20px 0; }
  .delivery-method__details .your-paczkomat {
    color: #ecbe08;
    font-weight: bold;
    margin-bottom: 5px; }
  .delivery-method__details .field-error {
    color: #ff3131;
    text-align: center;
    display: block;
    padding: 20px;
    font-weight: bold; }

.point-wrapper h1, .point-wrapper p {
  color: white !important; }

#uzupelnij_mini_alert {
  color: #ffffff;
  padding: 5px;
  border-radius: 4px;
  background: #ff3131;
  display: block;
  margin: 0 0 15px 0; }

#locker_container {
  position: relative; }
  #locker_container table {
    width: 100%; }

.content-new {
  padding: 15px;
  background: #ffffff; }

.klient-order-table {
  width: 100%;
  border: 1px solid #e8e8e8;
  border-collapse: collapse; }
  .klient-order-table tbody tr:first-child td, .klient-order-table tbody tr:first-child th {
    background-color: #f2f2f2; }
  .klient-order-table td, .klient-order-table th {
    padding: 10px;
    border: 1px solid #e8e8e8; }

#payu-payment-form {
  margin-bottom: 20px; }
  #payu-payment-form .numberCircle {
    padding: 0px;
    font-size: 24px;
    line-height: 36px; }

@media (max-width: 1199px) {
  .container {
    width: 970px; }
  .bar-top ul li {
    font-size: .9em; }
    .bar-top ul li span {
      top: 2px;
      font-size: 1.7em; }
  header.header .middle .autocomplete {
    width: 330px; }
  header.header .bottom > ul .main-menu a {
    font-size: 11px; }
  header.header .bottom .submenu > div {
    width: 100%;
    min-height: 350px; }
  header.header .bottom .submenu .subcategories {
    width: 65%; }
    header.header .bottom .submenu .subcategories .multilevel > ul {
      width: 130px; }
    header.header .bottom .submenu .subcategories .sublink .subcolumns {
      left: 140px;
      width: 465px; }
  header.header .bottom .submenu .recommends {
    width: 35%; }
    header.header .bottom .submenu .recommends .recommends-photo {
      width: 160px;
      top: 50px;
      right: -70px; }
  .top-slider .carousel {
    height: 285px; }
  .top-slider .cover {
    width: 645px; }
  .top-slider .content, .top-slider .extra {
    width: 325px; }
  .top-slider .extra {
    height: 50px; }
  .top-slider .extra + .content {
    height: 240px; }
  .top-slider .content h2 {
    font-size: 18px; }
  .top-slider .content h3 {
    max-height: 1.2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .top-slider .content h3.long {
      max-height: 3.8em;
      white-space: normal; }
  .top-slider .extra a, .top-slider .extra > button {
    width: 130px;
    padding: 0 10px;
    font-size: 10px;
    line-height: 3em;
    border-radius: 1.5em;
    margin-right: 0px;
    letter-spacing: 0; }
  .top-slider .extra a {
    margin-right: -10px; }
  .top-slider .extra > button::before {
    left: 1.2em; }
  footer.footer .container .row p {
    font-size: 11px; }
  .search-results .results {
    width: 686px; }
  .search-results .results[data-layout="wide"] .item .product-mini aside {
    width: 100px; }
    .search-results .results[data-layout="wide"] .item .product-mini aside .cover {
      height: 110px; }
  .search-results .results[data-layout="wide"] .item .product-mini aside {
    width: 140px; }
  .search-results .results[data-layout="wide"] .item .product-mini > div.content {
    width: 510px;
    padding-right: 180px; }
    .search-results .results[data-layout="wide"] .item .product-mini > div.content .wide-details {
      width: 170px; }
      .search-results .results[data-layout="wide"] .item .product-mini > div.content .wide-details button {
        font-size: 11px; }
  .product-main .product-main-photos {
    width: 180px;
    /*.product-main-photo {
        height: auto;
        padding-top: 135%;
        background-size: contain;
      }*/ }
    .product-main .product-main-photos .product-main-photo {
      height: 180px; }
    .product-main .product-main-photos .carousel .carousel-item .cover {
      height: auto;
      padding-top: 190%; }
  .product-main .product-main-info {
    width: 480px; }
  .product-main .linked-products .items {
    width: 346px;
    padding-top: 24px;
    padding-bottom: 24px; }
  .review-form label + div {
    width: 240px; }
  .product-info .product-main-details table td .short {
    width: 240px; } }

@media (max-width: 1020px) {
  .container {
    width: 750px; }
  .bar-top ul li {
    font-size: 8px;
    margin: 0 10px; }
    .bar-top ul li span {
      top: 2px;
      font-size: 1.7em; }
  header.header .top .claim {
    font-size: 12px; }
    header.header .top .claim strong {
      font-size: 14px; }
  header.header .top ul li {
    margin: 0 5px; }
    header.header .top ul li a {
      font-size: 12px; }
  header.header .middle .logotype {
    width: 120px;
    height: 36px;
    margin-right: 10px; }
  header.header .middle .autocomplete {
    width: 200px;
    height: 36px;
    margin-right: 10px; }
    header.header .middle .autocomplete form {
      padding: 2px 15px;
      border-radius: 25px; }
      header.header .middle .autocomplete form input {
        font-size: 11px; }
      header.header .middle .autocomplete form .btn-search {
        top: 5px;
        right: 10px;
        font-size: 16px; }
  header.header .middle .delivery p, header.header .middle .shopping-cart p {
    font-size: 11px; }
    header.header .middle .delivery p strong, header.header .middle .shopping-cart p strong {
      font-size: inherit; }
  header.header .middle .shopping-cart button {
    width: 36px;
    height: 36px; }
  header.header .bottom > ul .main-menu a {
    font-size: 10px;
    padding: 0 12px; }
  .top-slider .carousel {
    height: 220px; }
    .top-slider .carousel .arrow {
      width: 30px; }
      .top-slider .carousel .arrow::after {
        top: 50%;
        font-size: 25px;
        line-height: 30px; }
  .top-slider .cover {
    width: 465px; }
  .top-slider .extra, .top-slider .content {
    width: 285px;
    padding: 0 20px; }
  .top-slider .extra {
    height: 40px; }
  .top-slider .extra + .content {
    height: 180px; }
  .top-slider .content {
    padding-top: 15px;
    padding-bottom: 45px;
    /*.buttons {
        width: 170px;
        display: table;
        border-radius: 16px;
        overflow: hidden;
        background: $CYellow;

        > a:last-child {
          border-left: 1px solid darken($CYellow, 5%);
        }

        > a {
          //width: 50%;
          width: auto;
          border-radius: 0;
          display: table-cell;

          button {
            margin: 0;
            width: 100%;
            padding: 0 7px;
            font-size: 9px;
          }
        }
      }*/ }
    .top-slider .content h2 {
      font-size: 16px;
      margin-bottom: 5px; }
    .top-slider .content h3 {
      font-size: 14px; }
      .top-slider .content h3.long {
        max-height: 3.9em; }
  .top-slider footer {
    height: 70px; }
    .top-slider footer .price {
      font-size: 22px; }
    .top-slider footer a {
      width: 120px;
      font-size: 12px;
      line-height: 30px; }
      .top-slider footer a::after {
        top: 0; }
  .top-slider .extra a, .top-slider .extra > button {
    width: 125px;
    margin-top: 0; }
  .form.form-search-filters {
    /*.filters {
      width: 100%;
    }

    .results {
      width: 100%;

      .item {
        width: 19%;
      }
    }*/ }
    .form.form-search-filters .filters {
      width: 220px; }
      .form.form-search-filters .filters section {
        width: 220px; }
  .search-results .results {
    width: 510px; }
    .search-results .results .item {
      width: 24%;
      height: 250px; }
      .search-results .results .item .product-mini .product-title {
        font-size: 10px; }
        .search-results .results .item .product-mini .product-title span {
          font-size: inherit; }
      .search-results .results .item .product-mini p.delivery {
        font-size: 9px; }
  .search-results .results[data-layout="wide"] .item .product-mini {
    padding: 10px 10px 10px 0; }
    .search-results .results[data-layout="wide"] .item .product-mini aside {
      width: 110px;
      margin: -10px 0; }
    .search-results .results[data-layout="wide"] .item .product-mini > div.content {
      width: 370px;
      padding-right: 140px; }
      .search-results .results[data-layout="wide"] .item .product-mini > div.content .product-title {
        margin-top: 0; }
      .search-results .results[data-layout="wide"] .item .product-mini > div.content .wide-details {
        width: 130px; }
        .search-results .results[data-layout="wide"] .item .product-mini > div.content .wide-details .btnCart, .search-results .results[data-layout="wide"] .item .product-mini > div.content .wide-details .btnCubby {
          font-size: 9px;
          padding-left: 15px; }
  .product-main {
    /*.product-main-photos {
      width: 400px;

      .product-main-photo {
        width: 180px;
        float: left;
      }

      .carousel {
        float: left;
        width: 250px;
      }
    }*/ }
    .product-main .product-main-info {
      float: none;
      clear: both;
      margin: 0;
      padding: 0;
      width: 100%; }
    .product-main .linked-products .description {
      width: 20%; }
    .product-main .linked-products .items {
      width: 80%; }
      .product-main .linked-products .items .carousel .carousel-item {
        width: 12.5%; }
        .product-main .linked-products .items .carousel .carousel-item:nth-child(n+9) {
          display: none; }
  .product-info .product-main-details .panel.selected {
    height: auto; }
  .product-info .product-connected-products {
    width: 100%;
    padding-left: 0; }
  .product-main-photos {
    width: 300px; }
  .product-info .product-main-details table td .short {
    width: 570px; } }

@media (max-width: 991px) {
  .product-main-photos {
    margin: 0 15px; }
  .results > aside .list-options {
    float: none;
    clear: both; }
    .results > aside .list-options > div {
      float: right; }
    .results > aside .list-options > div:first-child {
      margin-left: 0;
      float: left; }
  .product-info .product-main-details table td .short {
    width: auto; }
  .linked-products, .linked-products .items {
    height: 220px; } }

@media (max-width: 767px) {
  .container {
    width: 100%; }
  .bar-top, header.header .top {
    display: none; }
  .product-mini aside .btn-group {
    bottom: 0;
    position: relative; }
  header.header .middle .logotype {
    left: 50%;
    margin-left: -60px;
    float: none;
    position: absolute; }
  header.header .middle .autocomplete {
    width: 36px;
    float: right; }
    header.header .middle .autocomplete form {
      background-color: #ecbe08; }
      header.header .middle .autocomplete form .btn-search {
        right: 5px; }
      header.header .middle .autocomplete form input {
        display: none; }
  header.header .middle .shopping-cart {
    float: left; }
  header.header .middle .delivery, header.header .middle .shopping-cart-value {
    display: none !important; }
  .top-slider {
    margin: 0 0 10px 0; }
    .top-slider .carousel {
      height: 320px; }
    .top-slider .cover {
      width: 50%; }
    .top-slider .extra, .top-slider .content {
      width: 50%; }
    .top-slider .extra {
      height: 60px; }
    .top-slider .extra + .content {
      height: 260px; }
    .top-slider .content h2 {
      font-size: 24px;
      margin-bottom: 15px; }
    .top-slider .content .tag {
      height: 22px;
      line-height: 22px; }
    .top-slider .content h3 {
      font-size: 16px;
      margin-bottom: 15px; }
    .top-slider .content footer {
      height: 110px;
      padding: 0 20px; }
      .top-slider .content footer .price {
        display: block;
        font-size: 28px;
        margin-bottom: 10px; }
      .top-slider .content footer a {
        width: 100%;
        font-size: 14px;
        line-height: 36px; }
  .bottom-bar {
    margin: 20px 10px; }
    .bottom-bar .row > div {
      width: 60%;
      float: none;
      padding: 0;
      margin: 0 auto 15px auto;
      text-align: center; }
      .bottom-bar .row > div span {
        top: 0;
        left: 0;
        position: relative; }
      .bottom-bar .row > div h3 {
        height: auto;
        margin: 0 0 5px 0; }
  footer.footer h3 {
    color: #29333e;
    font-weight: 600;
    margin-bottom: 15px; }
  footer.footer .container .row {
    margin: 0; }
    footer.footer .container .row ul li, footer.footer .container .row p {
      line-height: 20px; }
  footer.footer .container .row > div {
    width: 100%;
    float: none;
    padding: 0 20px; }
  .form.form-search-filters .filters {
    width: 100%;
    float: none; }
    .form.form-search-filters .filters section {
      width: 100%; }
  .search-results .results {
    width: 100%;
    float: none;
    padding: 0 15px; }
  .product-info .product-main-photos {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .product-info .product-main-delivery {
    width: 100%;
    margin-bottom: 20px; }
    .product-info .product-main-delivery > section {
      padding-left: 10%;
      padding-right: 10%;
      margin-left: auto;
      margin-right: auto; }
    .product-info .product-main-delivery .delivery {
      border-bottom: 0; } }

@media (max-width: 560px) {
  .linked-products, .linked-products .items {
    height: 160px; } }

@media (max-width: 1199px) {
  .shopping-row > div {
    padding: 0 5px; }
  .shopping-row .shopping-list, .shopping-row .shopping-payment {
    width: 370px; }
  .shopping-row .shopping-resume {
    width: 260px; }
  .shopping-list .items .product .remove {
    width: 15px; }
  .shopping-list .items .product .info {
    width: 200px; } }

@media (max-width: 1020px) {
  .shopping-row .shopping-list {
    width: 100%; }
  .shopping-row .shopping-payment, .shopping-row .shopping-resume {
    width: 50%; } }

@media (max-width: 767px) {
  .desktop-only {
    display: none !important; } }

@media (min-width: 992px) {
  .mobile-only {
    display: none !important; } }

@media (max-width: 991px) {
  .form-steps .step-1, .form-steps .step-2, .form-steps .step-3 {
    width: 100%; }
    .form-steps .step-1 .inner-form, .form-steps .step-2 .inner-form, .form-steps .step-3 .inner-form {
      width: 100%; }
  .form-steps .step-1 {
    padding: 0 1em; }
  .form-steps .step-2 {
    padding: 60px 20px 20px 20px; }
  .form-steps .step-2 .inner-form .form-group {
    width: 100% !important;
    float: none; }
  .form-steps .step-3 {
    display: block; }
    .form-steps .step-3 > div {
      width: 100%;
      display: block;
      margin-bottom: 20px; }
    .form-steps .step-3 .inner-form {
      width: 100%; }
  .shopping-row {
    margin: 0; }
    .shopping-row > div {
      padding: 0; }
    .shopping-row .shopping-payment, .shopping-row .shopping-list, .shopping-row .shopping-resume {
      width: 100%; }
      .shopping-row .shopping-payment .box, .shopping-row .shopping-list .box, .shopping-row .shopping-resume .box {
        margin-bottom: 0; }
    .shopping-row .shopping-payment .box .box-body {
      padding-bottom: 0; }
    .shopping-row .shopping-resume .box .box-body {
      padding-right: 15px; }
  .shopping-list .box .box-header {
    padding-bottom: 15px; } }

@media (max-width: 991px) and (max-width: 360px) {
  .shopping-list .items .product div.photo {
    width: 75px; }
  .shopping-list .items .product .info {
    width: 170px; } }

@media (max-width: 991px) {
  .shopping-payment .box .box-header {
    padding-bottom: 15px;
    background-color: #f3f3f3; }
  .shopping-payment .box-body {
    overflow: hidden; }
    .shopping-payment .box-body #wysylka_box {
      margin: 0 -15px; }
  .shopping-payment .your-choice {
    margin-bottom: 0; }
  .shopping-resume .button-yellow {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto; }
  #tab_content_historia_zamowien .klient-order-table {
    border: none; }
    #tab_content_historia_zamowien .klient-order-table tbody, #tab_content_historia_zamowien .klient-order-table tr, #tab_content_historia_zamowien .klient-order-table td {
      display: block; }
    #tab_content_historia_zamowien .klient-order-table td {
      border-bottom: none; }
    #tab_content_historia_zamowien .klient-order-table tr {
      margin-bottom: 15px;
      border-bottom: 1px solid #e8e8e8; }
  .table-scroll {
    width: 100%;
    overflow-x: scroll; } }

@media (max-width: 991px) and (max-width: 767px) {
  .desktop-only {
    display: none !important; } }

@media (max-width: 991px) and (min-width: 767px) {
  .mobile-only {
    display: none !important; } }

@media (max-width: 991px) {
  .form-group.form-group-parent {
    padding: 0 !important;
    height: auto !important;
    margin-bottom: 0px !important; }
    .form-group.form-group-parent .form-group {
      padding: 4px; }
    .form-group.form-group-parent .form-group:last-child {
      padding-left: 4px; } }

.widget-modal {
  top: 50% !important;
  position: fixed !important;
  margin-top: -300px;
  z-index: 99999999; }
  .widget-modal::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: fixed;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6); }

.basket-empty {
  padding: 50px 20px; }
  .basket-empty h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px; }

#order_process_form_op_paczkomat, #order_process_form_op_paczkomat_address, #order_process_form_op_paczka_w_ruchu, #order_process_form_op_paczka_w_ruchu_address, #order_process_form_op_dpdpickup, #order_process_form_op_dpdpickup_address {
  visibility: hidden;
  display: none; }

.payu-redirect {
  padding: 40px;
  background: white;
  text-align: center;
  margin-bottom: 20px; }
  .payu-redirect p {
    font-size: 14px; }
    .payu-redirect p strong {
      font-size: 16px; }
  .payu-redirect .description {
    color: #999;
    font-size: 12px; }
  .payu-redirect img {
    width: 100%;
    max-width: 290px;
    display: block; }
  .payu-redirect .payu-clock {
    padding: 0 60px;
    margin: 20px auto;
    position: relative;
    display: inline-block; }
    .payu-redirect .payu-clock .payu-clock__counter {
      color: #a5c20d;
      font-size: 28px;
      width: 50px;
      height: 50px;
      line-height: 46px;
      text-align: center;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 0;
      border: 2px solid #a5c20d; }
    @media (max-width: 767px) {
      .payu-redirect .payu-clock {
        padding-left: 40px; }
        .payu-redirect .payu-clock .payu-clock__counter {
          width: 30px;
          height: 30px;
          font-size: 18px;
          line-height: 26px; } }

.alert {
  padding: 10px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  color: #9e9e9e;
  background: #ffffff; }
  .alert.alert--success {
    color: #ffffff;
    background: #88c045; }
  .alert.alert--error {
    color: #ffffff;
    background: #ff3131; }

@media (max-width: 991px) {
  .main-mobile {
    padding-top: 70px; }
    .main-mobile .box .box-header {
      padding-bottom: 15px; }
    .main-mobile .breadcrumb {
      overflow: hidden;
      padding: 10px; }
      .main-mobile .breadcrumb li {
        float: left; }
        .main-mobile .breadcrumb li::before {
          margin: 0 5px;
          content: '\F105';
          font-family: 'FontAwesome'; }
        .main-mobile .breadcrumb li:first-child::before {
          display: none; }
    .main-mobile .klient_dane .row > div td:first-child {
      padding: 5px 0; }
    .main-mobile .klient_dane .row > div .label-disabled {
      border: 1px solid #e5e5e5;
      min-height: 34px; } }

.table .text-right {
  text-align: right; }

.table .text-left {
  text-align: left; }

@media (min-width: 992px) {
  .table-order {
    width: 100%;
    border-collapse: collapse; }
    .table-order th {
      white-space: nowrap; }
    .table-order td, .table-order th {
      padding: 10px;
      text-align: center;
      border: 1px solid #e5e5e5; }
    .table-order td.delivery {
      width: 280px; }
    .table-order .button, .table-order .button-blue, .table-order .button-transparent, .table-order .button-yellow, .table-order .button-green {
      width: 100%;
      margin: 0;
      font-size: 8px;
      line-height: 2em;
      border-radius: 3px; }
    .table-order .toggle:hover {
      cursor: pointer;
      background-color: #f3f3f3; }
    .table-order .tr-item {
      display: none; }
      .table-order .tr-item.open {
        display: table-row; }
      .table-order .tr-item > td {
        padding: 0 0 0 20px;
        border: 0; }
      .table-order .tr-item table {
        width: 100%;
        border-collapse: collapse;
        background-color: #f3f3f3; }
        .table-order .tr-item table td {
          border-top: 0;
          padding: 5px 10px;
          text-align: right; }
        .table-order .tr-item table td + td {
          width: 120px; }
        .table-order .tr-item table td:last-child {
          width: 120px;
          white-space: nowrap; }
        .table-order .tr-item table tr:last-child td {
          border-bottom: 0; } }

.promo-code {
  margin-bottom: 25px; }
  .promo-code .alert {
    margin-top: 5px;
    border-radius: 3px;
    padding: 5px 10px; }
  .promo-code h4 {
    margin-bottom: 5px; }
  .promo-code .form-group {
    margin: 0;
    padding: 0;
    position: relative; }
  .promo-code .form-group input[type="text"] {
    width: 100%;
    height: 36px;
    background-color: white;
    border-radius: 18px; }
  .promo-code button {
    top: 0;
    right: 0;
    border: 0;
    cursor: pointer;
    padding: 0 0 0 36px;
    display: block;
    width: 36px;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 18px;
    position: absolute;
    background-color: white;
    font-weight: bold;
    transition: all ease-out .3s; }
    .promo-code button i {
      left: 0;
      top: 0;
      display: block;
      width: 36px;
      line-height: 36px;
      text-align: center;
      position: absolute; }
    .promo-code button:hover {
      width: 80px;
      color: white;
      padding-left: 21px;
      background-color: #3366a8; }
      .promo-code button:hover i {
        color: inherit; }

@media (max-width: 767px) {
  body .paczkawruchu_main {
    z-index: 99999;
    padding: 20px;
    background: #ffffff; }
    body .paczkawruchu_main::before {
      display: block;
      padding: 0 20px;
      margin-bottom: 30px;
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      content: 'Paczka w Ruchu - wybierz punkt odbioru paczki'; }
  body .paczkawruchu_input {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    left: 0 !important;
    width: 100%;
    padding: 5px 10px;
    height: auto;
    margin: 0 0 10px 0; }
  body .paczkawruchu_input_search {
    font-weight: normal;
    margin-bottom: 20px;
    padding: 10px;
    text-transform: uppercase; }
  body .paczkawruchu_map_object {
    top: 240px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    margin-bottom: 0;
    position: absolute;
    width: auto !important;
    height: auto !important; }
    body .paczkawruchu_map_object > div {
      overflow: hidden;
      position: relative !important; }
  body .paczkawruchu_main .paczkawruchu_close_btn {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px; }
    body .paczkawruchu_main .paczkawruchu_close_btn::before {
      content: '\F00D';
      font-size: 20px;
      font-family: 'FontAwesome'; }
  .paczkawruchu_main,
  .widget-modal {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin-top: 0 !important;
    margin-left: 0 !important; }
  .widget-modal {
    padding-top: 40px !important; }
    .widget-modal__topbar {
      top: 0;
      left: 0;
      z-index: 9;
      position: absolute; }
    .widget-modal__map {
      padding-top: 40px; } }

/*# sourceMappingURL=shopping-cart.css.map*/