/*Pole kuponów*/
@media (min-width: 768px) and (max-width: 989px) {
  .woocommerce-cart-form .coupon {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 989px) {
  #coupon_code,
  .guzik-woo-2,
  .woocommerce-cart-form > table > tbody > tr > td.actions > button {
    width: 49% !important;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart-form > table > tbody > tr > td.actions > button {
    width: 100% !important;
  }
}
@media (max-width: 358px) {
  #coupon_code,
  .guzik-woo-2,
  .woocommerce-cart-form > table > tbody > tr > td.actions > button {
    width: 100% !important;
    margin-bottom: 5px;
  }
}
/*Custom cart notice*/
.naglowek-kosza {
  font-weight: 600;
}

.ms-custom-cart-notice {
  display: flex;
  justify-content: space-between;
  margin-top: -16px;
}

.ms-custom-cart-notice > img {
  width: 20px;
  height: 20px;
  align-self: center;
}

.ms-custom-cart-notice > p {
  width: calc(96% - 20px);
  font-weight: 600;
  font-size: 0.75em;
  margin-bottom: 0px;
}

/*Custom cart footer*/
.ms-custom-cart-footer-wrapper {
  justify-content: space-between;
}

.ms-custom-cart-footer {
  width: 30%;
}
.ms-custom-cart-footer-header {
  font-weight: bold;
}

.ms-center-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ms-custom-cart-footer.ms-center-text > a {
  color: #212529 !important;
  font-weight: 600;
}

.ms-custom-cart-footer.ms-center-text > a:before {
  content: "\e901";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2f7337;
  padding-right: 8px;
  font-size: 14px;
  font-weight: 600;
}

.ms-right-text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ms-right-text > a {
  color: #212529;
  margin-left: 30px;
}

.ms-right-text > a:last-child {
  text-align: right;
}

@media (max-width: 767px) {
  .ms-custom-cart-footer {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .ms-center-text {
    order: 1;
  }
  .ms-left-text {
    order: 2;
  }
  .ms-right-text {
    order: 3;
    justify-content: space-evenly;
  }

  .ms-right-text > a {
    margin-left: 0px;
  }
}

#akceptujemy {
  margin-top: 60px;
}
.foo-platnosci {
  text-align: left;
}
