.continue, .btn.nextStep, #payment-confirmation button[type=submit], #checkout .cart-grid-right .nextStep, #checkout .cart-grid-right .btn-primary,
#cart .cart-grid-right .nextStep,
#cart .cart-grid-right .btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  line-height: 1;
}

html {
  font-size: 62.5% !important;
}

body {
  background: #F5F5F5;
}

.p-unset {
  position: unset !important;
}

#checkout {
  padding-bottom: 0 !important;
}

.box-checkout {
  padding: 30px;
  background: white;
  border: 1px solid #d6d6d6;
  margin-bottom: 10px;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}
@media (max-width: 991px) {
  .box-checkout {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .box-checkout {
    padding: 12px 15px 25px;
  }
}
.box-checkout .error, .box-checkout.error {
  border-color: #DB3811;
}

#checkout .-current h1 {
  margin: 0 0 30px;
  line-height: 1.5;
}

@media (max-width: 575px) {
  #checkout-personal-information-step .box-checkout {
    border: 0;
    background: none;
    padding: 0;
  }
}
@media (min-width: 576px) {
  #checkout-personal-information-step .expand-box {
    display: block !important;
  }
}
@media (max-width: 575px) {
  #checkout-personal-information-step .box-form {
    padding: 15px;
    background: white;
    border: 1px solid #d6d6d6;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #checkout-personal-information-step .box-form h2 {
    font-size: 1.8rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    margin: -15px;
    padding: 15px;
  }
}
@media (max-width: 575px) {
  #checkout-personal-information-step .box-form h2 i {
    line-height: 27px;
  }
}
@media (max-width: 575px) {
  #checkout-personal-information-step .box-form .expand-box form {
    margin-top: 20px !important;
  }
}

.load .lds-ring {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 999;
}
.load:after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  z-index: 99;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .cart-grid-right.box-checkout {
    margin-top: 10px;
  }
}

.forgot-password {
  font-size: 1.2rem;
  margin-top: 7px;
  text-align: right;
}

.id_gender {
  display: none !important;
}

.cart-empty .card.cart-summary {
  padding-top: 28px;
}
.cart-empty p.back_cat {
  display: none;
}
.cart-empty p.back_cat.empty-bottom {
  display: block;
  position: relative !important;
  margin: 30px 0 25px !important;
}

#payment-confirmation .alert.alert-danger, #payment-confirmation #js-delivery .alert-danger.alert-danger {
  background-color: #ffc6c6;
  border: 1px solid #ff6767;
  color: #1f0303;
  padding: 0 15px;
  line-height: 25px;
}

.payment-name em {
  position: relative;
}
.payment-name .info {
  top: 20px;
  background: #fff;
  position: absolute;
  border: 1px solid;
  z-index: 9;
  padding: 10px 15px;
  max-width: 340px;
  font-size: 1.3rem;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all;
}
.payment-name .info:hover {
  opacity: 1;
  visibility: visible;
}
.payment-name .icon-info {
  position: relative;
  z-index: 9;
}
.payment-name .icon-info:hover ~ .info {
  opacity: 1;
  visibility: visible;
}

#order-confirmation #wrapper #content-wrapper section#main {
  max-width: 700px;
  width: 100%;
}
#order-confirmation #footerBefore .block_newsletter {
  margin-top: 120px;
}
@media (min-width: 768px) {
  #order-confirmation #footerBefore .block_newsletter {
    margin-top: 60px;
  }
}

#checkout .btn,
#cart .btn {
  font-weight: 700;
}
#checkout .form-control-comment,
#cart .form-control-comment {
  display: none !important;
}
#checkout #checkout-personal-information-step form,
#cart #checkout-personal-information-step form {
  max-width: 100%;
  margin: auto;
}
@media (min-width: 576px) {
  #checkout #checkout-personal-information-step form,
  #cart #checkout-personal-information-step form {
    max-width: 320px;
  }
}
#checkout .small-btn,
#cart .small-btn {
  font-size: 15px;
  height: auto;
  width: auto;
  line-height: 32px;
  text-transform: unset;
  margin-top: 5px;
  margin-bottom: 0 !important;
  border: 1px solid #000 !important;
  background: #000;
  color: #fff;
  padding: 0 15px !important;
  cursor: pointer !important;
  text-align: center !important;
  height: 34px !important;
  font-weight: 500 !important;
  text-transform: lowercase;
  width: auto !important;
  padding: 0 28px !important;
}
#checkout .small-btn:hover,
#cart .small-btn:hover {
  background: white;
  color: #000;
}
#checkout #wrapper .container,
#cart #wrapper .container {
  position: relative;
  max-width: 1200px;
}
#checkout #content-wrapper .cart-item,
#cart #content-wrapper .cart-item {
  border-bottom: 1px solid #F5F5F5;
}
#checkout #content-wrapper .cart-item:last-child,
#cart #content-wrapper .cart-item:last-child {
  border-bottom: 0;
}
@media (max-width: 767px) {
  #checkout #content-wrapper .row,
  #cart #content-wrapper .row {
    height: fit-content;
  }
}
#checkout #bottomActions,
#cart #bottomActions {
  display: none;
}
@media (max-width: 767px) {
  #checkout #bottomActions,
  #cart #bottomActions {
    position: absolute;
    bottom: -45px;
    width: 100%;
  }
}
#checkout .bulk_actions_cart + span,
#cart .bulk_actions_cart + span {
  margin-right: 0;
  margin-left: 10px;
}
#checkout label[for=bulk_select_all_products],
#cart label[for=bulk_select_all_products] {
  float: right;
  margin: 15px 0 0;
  display: block;
  text-align: right;
}
@media (max-width: 767px) {
  #checkout #bulk_selected_products_form,
  #cart #bulk_selected_products_form {
    max-width: 230px;
    width: 100%;
  }
}
#checkout p.back_cat, #checkout #bulk_remove,
#cart p.back_cat,
#cart #bulk_remove {
  background: none;
  height: 43px;
  line-height: 43px;
  max-width: 230px;
  font-size: 1.5rem;
  letter-spacing: -0.4px;
  text-transform: lowercase;
  margin: 40px 0 0 0;
  border-color: black;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0 30px 2px;
}
@media (max-width: 767px) {
  #checkout p.back_cat, #checkout #bulk_remove,
  #cart p.back_cat,
  #cart #bulk_remove {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 575px) {
  #checkout p.back_cat, #checkout #bulk_remove,
  #cart p.back_cat,
  #cart #bulk_remove {
    padding: 0 9px 2px;
    line-height: 23px;
  }
}
#checkout p.back_cat i, #checkout #bulk_remove i,
#cart p.back_cat i,
#cart #bulk_remove i {
  position: relative;
  top: 1px;
  margin-right: 0;
  font-size: 1.5rem;
  margin: 0;
  left: -6px;
  transition: 0.4s left;
}
@media (max-width: 575px) {
  #checkout p.back_cat i, #checkout #bulk_remove i,
  #cart p.back_cat i,
  #cart #bulk_remove i {
    display: none;
  }
}
#checkout p.back_cat a, #checkout #bulk_remove a,
#cart p.back_cat a,
#cart #bulk_remove a {
  color: black;
  display: block;
  width: 100%;
}
#checkout p.back_cat a:after, #checkout #bulk_remove a:after,
#cart p.back_cat a:after,
#cart #bulk_remove a:after {
  display: none;
}
#checkout p.back_cat a:hover, #checkout #bulk_remove a:hover,
#cart p.back_cat a:hover,
#cart #bulk_remove a:hover {
  color: #000;
}
#checkout p.back_cat a:hover i, #checkout #bulk_remove a:hover i,
#cart p.back_cat a:hover i,
#cart #bulk_remove a:hover i {
  left: -12px;
}
#checkout #bulk_remove,
#cart #bulk_remove {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
@media (max-width: 575px) {
  #checkout #bulk_remove,
  #cart #bulk_remove {
    margin-left: 10px;
  }
}
#checkout .block_newsletter,
#cart .block_newsletter {
  display: none;
}
#checkout aside#notifications,
#cart aside#notifications {
  margin-top: 0;
  position: fixed;
  top: 0px;
  z-index: 999999999999;
  width: 100%;
  transition: 0.4s all;
  opacity: 1;
  visibility: visible;
}
#checkout aside#notifications > article,
#cart aside#notifications > article {
  margin: 0;
}
#checkout aside#notifications.hidden,
#cart aside#notifications.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
#checkout .js-address-form .form-group,
#cart .js-address-form .form-group {
  margin-bottom: 25px;
}
#checkout input:not(#searchInput), #checkout select,
#cart input:not(#searchInput),
#cart select {
  height: 42px;
  max-width: 100%;
  font-size: 1.6rem;
}
@media (min-width: 576px) {
  #checkout input:not(#searchInput), #checkout select,
  #cart input:not(#searchInput),
  #cart select {
    max-width: 320px;
  }
}
#checkout .form-group:not(.radio-buttons):not(.checkbox) label,
#cart .form-group:not(.radio-buttons):not(.checkbox) label {
  top: 12px;
}
#checkout .form-group:not(.radio-buttons):not(.checkbox).active label,
#cart .form-group:not(.radio-buttons):not(.checkbox).active label {
  top: -9px;
}
#checkout h2.h3,
#cart h2.h3 {
  text-transform: unset;
  font-weight: 700;
}
#checkout .cart-grid-right,
#cart .cart-grid-right {
  position: sticky;
  top: 10px;
}
@media (max-width: 767px) {
  #checkout .cart-grid-right,
  #cart .cart-grid-right {
    margin: 0;
    position: relative;
    top: 0;
    height: 100%;
  }
}
#checkout .cart-grid-right .nextStep:after,
#cart .cart-grid-right .nextStep:after {
  display: none;
}
#checkout .cart-grid-right .nextStep, #checkout .cart-grid-right .btn-primary,
#cart .cart-grid-right .nextStep,
#cart .cart-grid-right .btn-primary {
  width: 100%;
  padding: 0;
  font-size: 1.5rem;
}
#checkout .cart-grid-right .nextStep.disabled, #checkout .cart-grid-right .btn-primary.disabled,
#cart .cart-grid-right .nextStep.disabled,
#cart .cart-grid-right .btn-primary.disabled {
  background: #d6d6d6;
  color: #9c9c9c;
  cursor: no-drop;
}
@media (max-width: 991px) {
  #checkout .cart-detailed-actions,
  #cart .cart-detailed-actions {
    margin-top: 0;
  }
}
#checkout .modal,
#cart .modal {
  outline: none;
  top: 0;
  left: 0;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 0;
  color: #000;
  display: none;
  align-items: center;
  justify-content: center;
}
#checkout .modal .box-checkout,
#cart .modal .box-checkout {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 98%;
  min-height: 20vh;
}
@media (max-width: 575px) {
  #checkout .modal .box-checkout,
  #cart .modal .box-checkout {
    height: 100%;
    max-height: 100vh;
    margin: 0;
  }
}
#checkout .modal .lds-ring,
#cart .modal .lds-ring {
  margin: auto;
}
#checkout .modal.active,
#cart .modal.active {
  display: flex;
}
#checkout .modal > div,
#cart .modal > div {
  background: #fff;
  max-width: 600px;
  width: 100%;
}
#checkout .modal .modal-header,
#cart .modal .modal-header {
  text-align: left;
  margin: 0 0 38px;
  display: block !important;
}
#checkout .modal input, #checkout .modal select,
#cart .modal input,
#cart .modal select {
  max-width: 100% !important;
}
#checkout .modal button,
#cart .modal button {
  max-width: 200px;
  margin: 0;
  height: 40px;
}
#checkout .modal button.btn,
#cart .modal button.btn {
  background: #000;
  color: white;
}
#checkout .modal button.btn .lds-ring div,
#cart .modal button.btn .lds-ring div {
  border-color: white transparent transparent transparent;
}
#checkout .modal #closeModal,
#cart .modal #closeModal {
  right: 10px;
  padding: 10px;
  width: auto;
  position: absolute;
  z-index: 999;
  top: 10px;
  cursor: pointer;
}

#cart h1 {
  margin-top: 35px;
  margin-bottom: 20px;
  color: black;
}
#cart .continue {
  display: none;
}
#cart .groupCart {
  line-height: 21px;
}
#cart .product-line-info .label, #cart .product-line-info .value {
  font-size: 1.3rem;
}
#cart .product-line-info a.label {
  margin-bottom: 17px;
  color: black;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.5rem;
}
#cart .product-line-info a.label:hover {
  color: #f23f3f;
}
#cart .product-line-info a.label:after {
  display: none;
}
#cart .product-line-info.product-price {
  margin-top: 14px;
}
#cart .remove-from-cart {
  font-size: 1.6rem;
}
#cart .remove-from-cart:hover {
  text-decoration: none;
  color: #DB3811;
}
#cart #bottomActions {
  display: block;
}

.radio-buttons {
  display: flex;
}
.radio-buttons > label {
  margin-right: 20px;
}

.separator {
  margin: 30px 0;
  position: relative;
}
.separator > span {
  background: white;
  padding: 0 30px;
  display: inline-block;
  position: relative;
  z-index: 3;
}
.separator:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #d6d6d6;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
}

.text-continue, .text-muted .step-number, .text-muted .title, .expand strong, .promo-code-btn span {
  pointer-events: none;
}

#checkout .breadcrumb, #cart .breadcrumb {
  display: none !important;
}
@media (max-width: 767px) {
  #checkout #content-wrapper, #cart #content-wrapper {
    padding-top: 65px;
    padding-bottom: 38px !important;
    margin-bottom: 130px !important;
  }
}

@media (min-width: 768px) {
  #checkout #content-wrapper {
    padding: 80px 0 0;
  }
}
@media (min-width: 992px) {
  #checkout #content-wrapper {
    padding: 55px 0 0;
  }
}
@media (min-width: 768px) {
  #checkout #header {
    position: unset;
  }
}
#checkout #logoContainer {
  position: unset;
  text-align: left;
  padding: 20px;
  /* width: auto; */
  /* position: absolute; */
  /* margin: auto; */
  /* left: calc(50% - 50px); */
  /* z-index: 9; */
}
@media (max-width: 991px) {
  #checkout #userInfo {
    font-size: 1.3rem;
    padding-top: 11px;
  }
}
#checkout h2 {
  margin-top: 5px;
}
@media (min-width: 992px) {
  #checkout h2 {
    margin-top: 0px;
  }
}
#checkout #checkout-guest-form form > section, #checkout #checkout-login-form form > section, #checkout #checkout-form-register form > section {
  padding-top: 7px;
}
@media (min-width: 576px) {
  #checkout #checkout-login-form form > section, #checkout #checkout-form-register form > section {
    overflow: hidden;
    height: 0;
  }
}
#checkout #checkout-login-form form > footer .toggleForm, #checkout #checkout-form-register form > footer .toggleForm {
  background: none;
  color: #008867;
  border-color: #008867;
}
@media (max-width: 575px) {
  #checkout #checkout-login-form form > footer .toggleForm, #checkout #checkout-form-register form > footer .toggleForm {
    display: none;
  }
}
@media (min-width: 576px) {
  #checkout #checkout-login-form form > footer .nextStep, #checkout #checkout-form-register form > footer .nextStep {
    display: none;
  }
}
#checkout #checkout-login-form.active form > section, #checkout #checkout-form-register.active form > section {
  height: auto;
  padding-top: 7px;
}
#checkout #checkout-login-form.active form > footer .nextStep, #checkout #checkout-form-register.active form > footer .nextStep {
  display: block;
}
#checkout #checkout-login-form.active form > footer .toggleForm, #checkout #checkout-form-register.active form > footer .toggleForm {
  display: none;
}
#checkout .fblogin .btn span i {
  position: absolute;
  top: -4px;
  left: -37px;
  font-size: 2.1rem;
}
#checkout .top-nav {
  position: unset;
}
#checkout .breadcrumb:after {
  display: none;
}
@media (max-width: 575px) {
  #checkout .breadcrumb .back {
    display: none;
  }
}
#checkout .step-title {
  position: absolute;
  top: -55px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: lowercase;
  width: 86px;
  font-weight: 500;
  display: flex;
  line-height: 27px;
  width: 25%;
  margin: 0;
  /*         &.number-checkout-personal-information-step {
  			left: 0%;
  		} */
}
@media (max-width: 991px) {
  #checkout .step-title {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  #checkout .step-title {
    top: 7px;
  }
}
#checkout .step-title:before, #checkout .step-title:after {
  width: calc(50% - 40px);
  height: 1px;
  background: #d6d6d6;
  content: "";
  display: block;
  position: absolute;
  top: 16px;
}
#checkout .step-title:before {
  left: 0;
  display: none;
}
@media (max-width: 991px) {
  #checkout .step-title:before {
    left: 0;
    display: block;
  }
}
#checkout .step-title:after {
  right: -20px;
}
@media (max-width: 991px) {
  #checkout .step-title:after {
    right: 0;
  }
}
#checkout .step-title.number-checkout-cart-step {
  left: 13%;
}
@media (max-width: 991px) {
  #checkout .step-title.number-checkout-cart-step {
    left: 0%;
  }
}
#checkout .step-title.number-checkout-cart-step:before {
  display: none;
}
#checkout .step-title.number-checkout-delivery-step {
  left: 30%;
}
@media (max-width: 991px) {
  #checkout .step-title.number-checkout-delivery-step {
    left: 28%;
  }
}
#checkout .step-title.number-checkout-addresses-step {
  left: 35%;
}
@media (max-width: 991px) {
  #checkout .step-title.number-checkout-addresses-step {
    left: 33.5%;
  }
}
#checkout .step-title.number-checkout-payment-step {
  left: 57%;
}
@media (max-width: 991px) {
  #checkout .step-title.number-checkout-payment-step {
    left: auto;
    right: 0;
  }
}
#checkout .step-title.number-checkout-payment-step:after {
  display: none;
}
#checkout .step-number {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d6d6d6;
  color: #d6d6d6;
  background: white;
  position: relative;
}
@media (max-width: 767px) {
  #checkout .step-number {
    width: 27px;
    height: 27px;
  }
}
#checkout #checkout-personal-information-step {
  padding: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  #checkout #checkout-personal-information-step {
    padding-top: 40px;
  }
}
#checkout #checkout-personal-information-step > .content {
  margin-top: 0;
}
#checkout h1 .step-edit {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
@media (min-width: 992px) {
  #checkout h1 .step-edit {
    background: white;
    z-index: 9;
    padding: 0 20px;
  }
}
#checkout h1 .step-edit .title {
  line-height: 15px;
  display: block;
  width: 100%;
  margin-top: 5px;
}
@media (min-width: 992px) {
  #checkout h1 .step-edit .title {
    margin-left: 8px;
    line-height: 15px;
    display: inline-block;
    width: auto;
    margin-top: 8px;
    font-size: 1.9rem;
  }
}
#checkout .checkout-step > .content {
  display: none;
}
#checkout .-current.js-current-step .step-number {
  color: white !important;
  background: #000 !important;
}
#checkout .-current h1 {
  margin: 0 0 50px;
}
#checkout .-current > .content {
  margin-top: 0;
  display: block;
}
#checkout .-current .step-number::before {
  display: none !important;
}
#checkout .-unreachable .step-edit .title {
  opacity: 0.3;
}
#checkout .-current #bottomActions, #checkout.js-current-step #bottomActions {
  display: block;
}
#checkout .-complete #bottomActions {
  display: none;
}
#checkout .-complete.-current #bottomActions, #checkout .-complete.js-current-step #bottomActions {
  display: block;
}
#checkout .-reachable.-complete.-clickable h1 .step-number:before {
  content: "\e92e";
  font-family: "icons" !important;
  position: absolute;
  left: 5px;
  background: white;
  padding: 0 5px;
  display: block;
  border-radius: 50%;
  top: 2px;
}
@media (max-width: 767px) {
  #checkout .-reachable.-complete.-clickable h1 .step-number:before {
    top: 1px;
    line-height: 1.8;
    left: 1px;
  }
}
@media (min-width: 992px) {
  #checkout .-reachable.-complete.-clickable h1:after {
    background: #008867;
  }
}
#checkout .-reachable.-complete.-clickable h1, #checkout .-reachable.-complete.-clickable .step-edit, #checkout .-reachable.-complete.-clickable .step-number {
  color: #008867;
}
#checkout .nav-inline {
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-content: flex-start;
}
@media (min-width: 1200px) {
  #checkout .nav-inline {
    border-left: 1px solid #d4d4d4;
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  #checkout .nav-inline {
    margin-bottom: 30px;
  }
}
#checkout .nav-inline li {
  margin-bottom: 10px;
  width: 100%;
  flex: 0 0 100%;
}
#checkout .nav-inline li a {
  width: 100%;
}
#checkout .nav-inline li .nav-link.active {
  display: none;
}
#checkout .nav-inline li span {
  display: inline-block;
  margin: 0 10px;
  width: 100%;
}
#checkout form p {
  margin-bottom: 14px;
}
#checkout span.address-alias.h4 {
  display: inline-block;
  margin-bottom: 20px;
}
#checkout span.address-alias.h4 > span {
  position: relative;
  top: 3px;
}
#checkout .actionAdress:before {
  content: "";
  width: 1px;
  height: 17px;
  background: black;
  display: inline-block;
  position: relative;
  top: 4px;
  margin: 0 5px 0 7px;
}
#checkout .actionAdress a {
  font-size: 1.3rem;
  color: #9c9c9c;
  text-transform: lowercase;
  margin: 0 2px;
  cursor: pointer;
}
#checkout .actionAdress a:hover {
  text-decoration: underline;
}
#checkout .add-address,
#checkout .bill-info {
  text-transform: lowercase;
  display: inline-block;
}
#checkout .add-address a,
#checkout .bill-info a {
  display: block;
}
#checkout .add-address a i,
#checkout .bill-info a i {
  font-size: 1.5rem;
  padding-left: 5px;
  position: relative;
  top: 1px;
}
#checkout .bill-info {
  position: relative;
}
@media (min-width: 576px) {
  #checkout .bill-info {
    padding-left: 26px;
  }
  #checkout .bill-info:before {
    content: "";
    width: 1px;
    height: 17px;
    background: black;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 13px;
    margin: 0;
  }
}
#checkout .delivery-options {
  margin-bottom: 20px;
}
#checkout .delivery-options .separate {
  margin: 0 8px;
}
#checkout .delivery-options .carrier-delay {
  display: block;
}
#checkout .delivery-options span.h6 {
  font-weight: bold;
}
#checkout .delivery-options .box {
  padding: 15px;
  background: #f3f3f3;
  margin-bottom: 20px;
}
#checkout .delivery-options .box h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
}
#checkout .delivery-options #select-widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}
#checkout .delivery-options #select-widget > div {
  padding: 0;
}
#checkout .delivery-options #select-widget > div:nth-child(2) {
  width: calc(100% - 203px);
}
@media (max-width: 1199px) {
  #checkout .delivery-options #select-widget > div:nth-child(2) {
    width: 100%;
  }
}
#checkout .delivery-options #select-widget > div:nth-child(2) input {
  width: 100%;
  font-size: 1.4rem;
  max-width: none;
  border-radius: 0;
}
#checkout .delivery-options #select-widget > div:nth-child(3) {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 1199px) {
  #checkout .delivery-options #select-widget > div:nth-child(3) {
    max-width: 100%;
  }
}
#checkout .delivery-options .pmsender {
  text-transform: lowercase;
  max-width: 200px;
  height: auto;
  font-size: 1.4rem;
}
@media (max-width: 1199px) {
  #checkout .delivery-options .pmsender {
    max-width: 100%;
  }
}
#checkout .row.delivery-option {
  margin: 0;
}
#checkout .row.delivery-option > div,
#checkout .row.delivery-option > label {
  cursor: pointer;
}
#checkout .row.delivery-option label {
  position: relative;
  top: 0;
  display: inline-block;
  padding-left: 0;
  width: calc(100% - 40px);
}
#checkout .row.delivery-option input[type=radio] {
  z-index: 99;
  height: 26px;
  cursor: pointer;
  padding: 0;
}
#checkout .row.delivery-option .custom-radio > span {
  top: 0;
}
#checkout #delivery label {
  margin-bottom: 5px;
  display: block;
  max-width: 360px;
}
#checkout #delivery textarea {
  margin-bottom: 14px;
  height: 100px;
  max-width: 360px;
}
#checkout form#conditions-to-approve {
  display: inline-block;
  width: 100%;
  margin: 20px 0px 0;
  font-size: 1.4rem;
}
#checkout form#conditions-to-approve li > div {
  float: left;
}
#checkout form#conditions-to-approve li > div:last-child {
  margin: 8px 0 0 4px;
  width: calc(100% - 50px);
}
#checkout form#conditions-to-approve a {
  text-decoration: underline;
}
#checkout form#conditions-to-approve a:after {
  display: none;
}
#checkout .modal-header {
  display: none;
}
#checkout #payment-confirmation .btn {
  padding: 0 30px;
  width: auto;
  max-width: initial;
  min-width: 400px;
}
@media (max-width: 575px) {
  #checkout #payment-confirmation .btn {
    min-width: 100%;
  }
}
#checkout #payment-confirmation .ps-shown-by-js {
  display: inline-block;
  position: relative;
  width: 100%;
}
#checkout #payment-confirmation .ps-shown-by-js .fake-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #checkout .address-selector {
    margin: 0;
  }
}
#checkout .cod {
  color: #006FFF;
  cursor: pointer;
  transition: 0.4s all;
}
#checkout .cod:hover {
  color: #000;
}
#checkout .expand {
  cursor: pointer;
  user-select: none;
}
#checkout .expand i {
  display: inline-block;
  pointer-events: none;
}
#checkout .expand.active i {
  transform: rotate(180deg);
}
#checkout .expand-box {
  display: none;
}
#checkout .expand-box.active {
  display: block;
}

.additional-information {
  margin: 30px 0;
}
.additional-information section > p {
  margin: 15px 0;
}
.additional-information section > div dt {
  float: left;
}

.btn.load {
  background: #d6d6d6;
  border-color: #d6d6d6;
}
.btn.load .text-continue {
  display: none;
}
.btn.error .text-continue {
  display: none;
}
.btn.error .text-error {
  display: block !important;
}

.continue, .btn.nextStep, #payment-confirmation button[type=submit] {
  margin: 15px 0 0;
  background-color: #008867;
  border-color: #008867;
  color: white;
}
.continue:hover, .btn.nextStep:hover, #payment-confirmation button[type=submit]:hover {
  background-color: #014e3b;
  border-color: #014e3b;
  color: white;
  height: 45px;
  display: flex;
}
.continue:hover i, .btn.nextStep:hover i, #payment-confirmation button[type=submit]:hover i {
  left: 6px;
  transition: all 0.3s;
}
.continue:focus, .btn.nextStep:focus, #payment-confirmation button[type=submit]:focus {
  background-color: #07b98e;
  border-color: #07b98e;
}
.continue.error, .btn.nextStep.error, #payment-confirmation button[type=submit].error {
  background-color: #DB3811 !important;
}
.continue i, .btn.nextStep i, #payment-confirmation button[type=submit] i {
  top: -1px;
  padding-left: 0;
  font-size: 1.9rem;
  position: relative;
  left: 0;
  transition: 0.3s;
}
.continue span.text-continue, .btn.nextStep span.text-continue, #payment-confirmation button[type=submit] span.text-continue {
  line-height: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.card-block .cart-summary-line {
  display: flex;
  margin-bottom: 7px;
  text-transform: lowercase;
  justify-content: space-between;
}
.card-block .cart-summary-line.cart-total {
  font-size: 2.2rem;
  font-weight: bold;
}
.card-block .cart-summary-line.cart-total.two-totals {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 0;
}
.card-block .cart-summary-line.cart-total.two-totals:first-child {
  padding-top: 13px;
  border-top: 1px solid;
  margin-top: 20px;
}
.card-block .cart-summary-line.cart-total.two-totals .netto, .card-block .cart-summary-line.cart-total.two-totals .brutto {
  font-size: 1.4rem;
}
.card-block .cart-summary-products {
  padding: 15px 25px 5px;
  background-color: white;
  border-bottom: 1px solid black;
}
.card-block .cart-summary-products #cart-summary-product-list ul.media-list li.media:last-child {
  border: none;
}
.card-block .cart-summary-products #cart-summary-product-list ul.media-list li.media {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.card-block .cart-summary-products #cart-summary-product-list ul.media-list li.media .media-left {
  width: 15%;
}
.card-block .cart-summary-products #cart-summary-product-list ul.media-list li.media .media-left a img {
  width: 100%;
}
.card-block .cart-summary-products #cart-summary-product-list ul.media-list li.media .media-left a:after {
  display: none;
}
.card-block .cart-summary-products #cart-summary-product-list ul.media-list li.media .media-left a:hover:after {
  display: none;
}
.card-block .cart-summary-products #cart-summary-product-list ul.media-list li.media .media-body {
  width: 80%;
}
.card-block .cart-summary-products #cart-summary-product-list ul.media-list li.media .media-body span.product-name {
  display: block;
}
.cart-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.cart-item:last-child {
  padding: 0;
  border-bottom: 0 !important;
  margin: 0;
}
.cart-item img {
  width: 100%;
  max-width: 230px;
}
.cart-item .product-line-grid {
  margin-right: -7px;
  margin-left: -7px;
}
.cart-item .product-line-grid > div:first-child {
  line-height: 0;
}
.cart-item .product-line-grid > div {
  padding: 0 7px;
}
.cart-item span.discount.discount-percentage {
  display: none;
}
.cart-item .product-price > div {
  display: inline-block;
}
.cart-item .product-discount .regular-price {
  position: relative;
  color: #d6d6d6;
  margin-right: 5px;
}
.cart-item .product-discount .regular-price:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  left: 0;
  top: 53%;
  background: #d6d6d6;
  padding-right: 6px;
}
.cart-item .bottom {
  width: calc(100% - 17px);
  position: absolute;
  bottom: 0;
}
.cart-item .price {
  text-align: center;
}
@media (max-width: 991px) {
  .cart-item .price {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cart-item .product-line-grid-body {
    align-items: center;
    display: flex;
    padding: 0 15px;
  }
  .cart-item .product-line-grid-body > div {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .cart-item .product-line-grid-body > div:first-child {
    padding-left: 32px;
    width: 50%;
  }
  .cart-item .product-line-grid-body > div:last-child {
    padding-left: 20px;
    width: 50%;
  }
  .cart-item .end {
    align-items: center;
  }
}

.label-pill {
  width: 100%;
  display: block;
  padding: 10px;
}

.order-actions span {
  width: 1px;
  height: 16px;
  position: relative;
  top: 3px;
  background: black;
  content: "";
  margin: 0 6px;
  display: inline-block;
}

.address-form {
  padding-bottom: 50px;
}

button:disabled em,
button[disabled] em {
  cursor: not-allowed;
}

#addresses .address {
  margin-bottom: 20px;
  padding: 10px;
}
#addresses .address .address-body {
  line-height: 24px;
}
#addresses .address a {
  color: #f23f3f;
}

.iti {
  width: 100%;
}

#delivery-address ul:not(.iti__country-list) {
  display: inline-block;
  width: 100%;
}
#delivery-address li {
  position: relative;
}

#cookieNotice td {
  width: 100%;
  position: fixed;
  bottom: 0px;
  background: rgb(0, 0, 0);
  z-index: 9999;
  font-size: 1.3rem;
  line-height: 1.3em;
  border-top: 0;
  left: 0px;
  text-align: center;
  color: #fff;
  opacity: 1;
}

@media (max-width: 1199px) {
  .last-column {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .last-column .qty {
    order: 1;
  }
  .last-column .remove {
    order: 2;
  }
  .last-column .price {
    order: 3;
  }
}

.block-promo .cart-summary-line {
  padding-left: 0;
  padding-right: 0;
}
.block-promo input.promo-input.form-control {
  height: 29px !important;
  width: 100%;
  margin: 5px 0px;
  background: none;
  border-color: black;
  color: black;
  font-size: 1.3rem;
}
@media (max-width: 991px) {
  .block-promo input.promo-input.form-control {
    padding-left: 6px;
  }
}
.block-promo input.promo-input.form-control::placeholder {
  color: black;
}
.block-promo .promo-code .lds-ring {
  transform: scale(0.3);
}
.block-promo .promo-code .js-error {
  opacity: 0;
  padding: 0;
  background: #DB3811;
  color: white;
  font-weight: 700;
  border-radius: 11px;
}
.block-promo .promo-code .js-error.active {
  opacity: 1;
  margin-bottom: 5px;
  padding: 6px 13px;
}
.block-promo .promo-code > form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 6px 0px;
}
.block-promo .promo-code > form .btn {
  display: flex;
  font-size: 1.3rem;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin-left: 7px;
  width: 130px;
  height: 29px;
  font-weight: normal;
  line-height: normal;
  color: black;
  background-color: white;
  border-color: #000;
}
.block-promo .promo-code > form .btn span {
  display: block;
}
.block-promo a[data-link-action=remove-voucher] {
  color: #000;
  font-size: 1.5rem;
  padding: 0 0 0 10px;
  position: relative;
  top: 1px;
}
.block-promo a[data-link-action=remove-voucher] .lds-ring {
  transform: scale(0.3);
  position: absolute;
  left: -14px;
  top: -25px;
}
.block-promo a[data-link-action=remove-voucher]:hover {
  color: #d6d6d6;
}
.block-promo .promo-code-button {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.block-promo .promo-code-button i {
  line-height: 1.5;
  transition: all 0.4s;
}
.block-promo .promo-code-button i.icon-minus {
  display: none;
}
.block-promo .promo-code-button i.icon-plus {
  display: inline-block;
}
.block-promo .promo-code-button[aria-expanded=true] i.icon-minus {
  display: inline-block;
}
.block-promo .promo-code-button[aria-expanded=true] i.icon-plus {
  display: none;
}

input[name=payment-option] {
  border: 0;
}

#instruction {
  color: #DB3811;
  font-weight: 700;
}

#customer-form .password.password {
  margin-bottom: 15px;
  margin-top: 0;
}

#content-hook_payment_return a {
  text-decoration: underline;
}
#content-hook_payment_return a:after {
  display: none;
}

.custom-radio input {
  border-radius: 50%;
}

.box-options .row {
  margin: 0 !important;
}
.box-options .carrier-extra-content {
  margin-top: 5px !important;
  width: 100%;
  display: block;
  text-align: left;
  padding-left: 35px;
  line-height: 3rem;
}
.box-options .carrier-extra-content .gmparcellocker-button {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.box-options .carrier-extra-content .gmparcellocker-button p {
  display: block;
  line-height: inherit !important;
  margin: 0 !important;
  width: 100%;
}
.box-options .carrier-extra-content button {
  margin: 0;
}
.box-options .label {
  align-items: flex-start;
  padding: 15px 0;
  cursor: pointer;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  width: 100%;
}
.box-options .label em {
  width: 100%;
  max-width: calc(100% - 90px);
  display: inline-block;
}
.box-options .label .custom-radio {
  position: unset;
}
.box-options .label .custom-radio input[type=radio] {
  top: 15px;
  left: 20px;
}
.box-options .label .custom-radio > span {
  position: unset;
}
.box-options .label .custom-radio > span:before {
  top: 19px;
  left: 4px;
}
.box-options .label .custom-radio > span > span {
  border-bottom: 1px solid #F5F5F5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .box-options .label .custom-radio:hover input ~ span:nth-child(2):before {
    opacity: 0 !important;
  }
}
@media (max-width: 991px) {
  .box-options .label .custom-radio:hover input:checked ~ span:nth-child(2):before {
    opacity: 1 !important;
  }
}
.box-options .box-name {
  line-height: 24px;
  margin-left: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 60px);
}
.box-options .box-name > span {
  background-size: contain;
  height: 25px;
  width: 70px;
}
.box-options .box-name > img {
  max-width: 70px;
  width: 70px;
  height: 20px;
  object-fit: contain;
}
.box-options .box-name img, .box-options .box-name > span {
  order: 99;
}
.box-options > *:nth-last-child(2) .custom-radio > span > span, .box-options > *:last-child() .custom-radio > span > span {
  border-bottom: 0 !important;
}

.payment-options, .payment-options .payment-option {
  display: flex;
  flex-wrap: wrap;
}
.payment-options > div {
  width: 100%;
}
.payment-options img {
  max-width: 50px;
  height: 19px;
  object-fit: contain;
}

#checkout-addresses-step .alert {
  opacity: 0;
  margin: 0;
  min-height: auto !important;
  visibility: hidden;
  transition: 0.6s opacity;
  height: 0;
  display: block;
}
#checkout-addresses-step .error .alert {
  transition-delay: 0.8s;
  margin: -15px 0 15px;
  text-align: left;
  justify-content: left;
  position: relative;
  display: flex;
}
#checkout-addresses-step .error .alert.show {
  height: 40px;
  opacity: 1;
  visibility: visible;
}
#checkout-addresses-step .error label {
  font-weight: normal;
}

.error label {
  color: #000;
}

#order-summary-content {
  width: 100%;
  letter-spacing: 0;
}
#order-summary-content > div {
  width: 100%;
}
#order-summary-content .step-edit {
  line-height: 22px;
  text-decoration: underline;
  display: inline-block !important;
  font-size: 1.3rem;
  font-weight: normal;
  color: #292929;
  cursor: pointer;
}
#order-summary-content .remove-line {
  padding-left: 5px;
}
#order-summary-content .remove-line:after {
  display: block;
}
#order-summary-content .summary-box {
  margin-bottom: 25px;
  font-size: 1.5rem;
}
#order-summary-content h4.header {
  line-height: 24px;
  font-size: 2.4rem;
  margin-bottom: 25px;
  margin-top: 15px;
  font-weight: bold;
}
#order-summary-content h3 {
  font-weight: bold;
  margin: 0;
  text-transform: none;
  font-size: 1.6rem;
  line-height: 45px;
}
#order-summary-content .address-box .addresshead {
  text-transform: uppercase;
  margin-bottom: 9px;
  margin-top: 10px;
}
#order-summary-content .order-confirmation-table .order-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
#order-summary-content .order-confirmation-table .order-line img {
  object-fit: contain;
  max-width: 50px;
  width: 100%;
  line-height: 1;
  max-height: 60px;
}
#order-summary-content .order-confirmation-table hr.product-separator {
  border-bottom: 1px solid #d6d6d6;
}
#order-summary-content .summary-subtotal {
  margin-top: 15px;
}
#order-summary-content .summary-subtotal span {
  display: block;
}
#order-summary-content .summary-subtotal .total {
  font-weight: bold;
  font-size: 1.6rem;
}

.exceeded_qty {
  margin-top: 10px;
  color: #DB3811;
  font-size: 1.3rem;
}

#content-hook_order_confirmation span {
  background: rgba(62, 212, 0, 0.4117647059);
  padding: 8px 20px;
  border: 2px solid #35b300;
  color: #123c00;
  display: block;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #content-hook_order_confirmation span {
    padding: 14px 10px;
    text-align: center;
    line-height: 2.5rem;
  }
}
#content-hook_order_confirmation p {
  font-size: 1.6rem;
  line-height: 2.3rem;
}
@media (min-width: 768px) {
  #content-hook_order_confirmation p {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

#content-hook_payment_return {
  font-size: 1.6rem;
  line-height: 2.3rem;
}
@media (min-width: 768px) {
  #content-hook_payment_return {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
#content-hook_payment_return .card-block dl.bankwire-payment-info {
  border: 1px solid #afafaf;
  width: auto;
  display: block;
  padding: 10px;
  margin-top: 10px;
  background: #fbfbfb;
}
#content-hook_payment_return .card-block dl.bankwire-payment-info dt {
  display: inline;
}
#content-hook_payment_return .card-block dl.bankwire-payment-info dd {
  display: inline;
}

#invoice-addresses .address-item, #delivery-addresses .address-item {
  margin: 20px 0;
}

#invoice-addresses {
  display: none;
}
#invoice-addresses.active {
  display: block;
}

label[for=want_invoice] {
  display: block;
}

.carrier-name {
  width: 100%;
}
.carrier-name #pocztapolska-select {
  display: flex !important;
}
.carrier-name .pickup_info {
  width: 100%;
}

/* 
#pocztapolska-select {
    background-color: white;
    width: 100%;
    border-radius: 0;
    border: 1px solid #e71905;
    color: $black;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    span {
        color: $black;
        width: calc(100% - 203px);
        font-weight: normal;
        border: 1px solid $black;
        padding: 12px;
        @media (max-width: 1199px){
            width: 100%;
        }
    }


    button {
        background-color: #e71905;
        color:white;
        border-color: #e71905;  
        font-weight: bold;
        padding: 4px;
        margin-bottom: 5px;
        max-width: 200px;
        width: 100%;
        font-size: 1.4rem;
        border-radius: 0;
        padding: 10px !important;
        @media (max-width: 1199px){
            max-width: 100%;
        }
    }
} */
#select-widget {
  border-radius: 0;
  margin-top: 15px;
  margin-bottom: 20px;
}
#select-widget .pmsender {
  border-radius: 0;
  cursor: pointer;
}
#select-widget .paczkomaty-label {
  display: none;
}

.address-item .box {
  box-shadow: none;
  border: 2px solid #F5F5F5;
  padding: 10px;
  height: 100%;
}
.address-item.selected .box {
  border: 2px solid #008867;
}
.address-item.selected .box .custom-radio input {
  top: 3px;
}
.address-item.selected .box .custom-radio input:checked ~ span:nth-child(2) {
  border-color: #008867;
}
.address-item.selected .box .custom-radio input:checked ~ span:nth-child(2):before {
  background: #008867;
}

#invoice-addresses .address-item.one-address .box {
  padding: 0;
  border: 0;
}
#invoice-addresses .address-item.one-address .address-alias input ~ span {
  display: none;
}
#invoice-addresses .address-item.one-address {
  margin-top: 0;
  margin-bottom: 0;
}
#invoice-addresses .address-item.one-address .address-alias {
  display: none;
}

a.js-cancel-address.cancel-address {
  margin-left: 20px;
  margin-top: 15px;
  padding: 0 30px 0 19px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  a.js-cancel-address.cancel-address {
    padding-left: 0;
    padding-top: 15px;
    width: 100%;
    display: block;
  }
}

.address {
  text-align: left;
}

#module-przelewy24-paymentConfirmation .p24-more-stuff {
  display: none !important;
}

#copy_to_invoice i {
  margin-right: 10px;
}

.guest-form-sended #checkout-form-register .alert {
  display: none;
}

.register-form-sended #checkout-guest-form .alert {
  display: none;
}
.delivery-name img {
  height: auto;
  order: 0 !important;
  margin-top: -11px;
  max-width: 43px;
  margin-right: 15px;
  object-fit: contain;
}
.delivery-name em {
  color: #9c9c9c;
}
.delivery-name strong {
  display: block;
  color: #000;
  line-height: 1.4;
}

#contactCartInfo {
  justify-content: flex-end;
  width: calc(100% - 240px);
  position: relative;
  margin: -40px -20px 55px;
  z-index: 9;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  float: right;
}
@media (max-width: 991px) {
  #contactCartInfo {
    justify-content: flex-start;
    width: 100%;
    margin-top: 0;
    margin: 20px 20px 25px;
  }
}
@media (max-width: 767px) {
  #contactCartInfo {
    bottom: -108px;
    left: 0;
    position: absolute;
    width: 100%;
    margin: 10px -10px;
    justify-content: flex-start;
  }
}
#contactCartInfo a {
  margin: 0 20px;
}
#contactCartInfo i {
  margin: 0px 6px 0 0;
  position: relative;
  top: 2px;
}

.box-przelewy24 {
  margin-top: 20px;
  padding: 40px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box-przelewy24 img {
  max-width: 140px;
}
.box-przelewy24 h2 {
  font-size: 3.5rem;
  margin-bottom: 3rem;
}
.box-przelewy24 .cart_navigation {
  margin-top: 40px;
  display: inline-flex;
}
@media (max-width: 767px) {
  .box-przelewy24 .cart_navigation {
    display: block;
  }
}
.box-przelewy24 .cart_navigation .btn {
  margin: 5px;
}
.box-przelewy24 .cart_navigation .btn:after {
  display: none;
}

.fail .box {
  border: 4px solid red;
}
.fail h2 {
  color: red;
}

.success .box {
  border: 4px solid green;
}
.success h2 {
  color: green;
}

.p24-payment-return-page .p24-choose {
  margin-top: 3rem;
}
.p24-payment-return-page a:nth-child(2) > img:nth-child(1) {
  max-width: 140px;
  margin-bottom: 1rem;
}
.p24-payment-return-page #przelewy24Form #submitBtn {
  margin: 1rem 0;
}
.p24-payment-return-page #przelewy24Form .bank-box:last-of-type {
  margin-bottom: 2rem;
}

#module-przelewy24-paymentConfirmation {
  display: flex;
  justify-content: center;
  align-items: center;
}
#module-przelewy24-paymentConfirmation #content-wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
}
#module-przelewy24-paymentConfirmation .lds-ring {
  margin-top: -1.5rem;
  transform: scale(0.5);
}
#module-przelewy24-paymentConfirmation #ds_loader {
  display: flex;
  flex-direction: column;
}
#module-przelewy24-paymentConfirmation #ds_loader p {
  line-height: 1.5;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 1.5rem;
}
#module-przelewy24-paymentConfirmation #ds_loader img {
  max-width: 140px;
  padding-bottom: 0;
}
#module-przelewy24-paymentConfirmation #content {
  padding: 4rem;
  border: 4px solid #ccc;
}
@media (max-width: 575px) {
  #module-przelewy24-paymentConfirmation #content {
    padding: 4rem 2rem;
  }
}

.inpost-shipping-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  background: none !important;
}

#ds_confirm_order {
  display: none !important;
}/*# sourceMappingURL=cart_v24.css.map */