/*COLORS*/
/*FONTS*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
/*BREAKPOINTS*/
/*COLORS*/
/*FONTS*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
/*BREAKPOINTS*/
.btn, .btn-primary-secondary, .select-paczkomat-button, .one_page_checkout .one_page_checkout__summary #payment .button, .btn-primary {
  padding: 0.5rem 0.625rem !important;
  border: 1px solid #FFFFFF !important;
  display: inline-block !important;
  text-align: center !important;
  cursor: pointer !important;
  font-size: 0.8125rem !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
  background-color: transparent !important;
  text-transform: uppercase !important;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .btn, .btn-primary-secondary, .select-paczkomat-button, .one_page_checkout .one_page_checkout__summary #payment .button, .btn-primary {
    padding: 0.9375rem 1.125rem !important;
    font-size: 0.9375rem !important;
  }
}
.btn:disabled, .btn-primary-secondary:disabled, .select-paczkomat-button:disabled, .one_page_checkout .one_page_checkout__summary #payment .button:disabled, .btn-primary:disabled {
  cursor: not-allowed !important;
}
.btn:hover, .btn-primary-secondary:hover, .select-paczkomat-button:hover, .one_page_checkout .one_page_checkout__summary #payment .button:hover, .btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}

.btn-primary {
  padding: 0.5rem 0.625rem !important;
  border: 1px solid #CC240F !important;
  color: #CC240F !important;
}
@media (min-width: 640px) {
  .btn-primary {
    padding: 0.625rem 1.125rem !important;
  }
}
.btn-primary:hover {
  background-color: #CC240F !important;
  color: #FFFFFF !important;
}

.btn-primary-secondary, .select-paczkomat-button, .one_page_checkout .one_page_checkout__summary #payment .button {
  padding: 0.5rem 0.625rem !important;
  border: 1px solid #CC240F !important;
  color: #FFFFFF !important;
  background-color: #CC240F !important;
}
@media (min-width: 640px) {
  .btn-primary-secondary, .select-paczkomat-button, .one_page_checkout .one_page_checkout__summary #payment .button {
    padding: 0.625rem 1.125rem !important;
  }
}
.btn-primary-secondary:hover, .select-paczkomat-button:hover, .one_page_checkout .one_page_checkout__summary #payment .button:hover {
  background-color: #FFFFFF !important;
  color: #CC240F !important;
}

.one_page_checkout {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .one_page_checkout {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.one_page_checkout .heading {
  font-size: 1.5rem;
  font-weight: 700;
}
.one_page_checkout .one_page_checkout__user_form h3 {
  display: none;
}
.one_page_checkout .one_page_checkout__user_form .have_account {
  margin-bottom: 1rem;
}
.one_page_checkout .one_page_checkout__user_form .have_account a {
  width: 100%;
  margin-bottom: 0.75rem;
}
.one_page_checkout .one_page_checkout__user_form .have_account .desc {
  font-size: 0.75rem;
  font-weight: 400;
  color: #3E3E3E;
}
.one_page_checkout .one_page_checkout__shipment_and_payment {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.one_page_checkout .one_page_checkout__shipment_and_payment input {
  flex-shrink: 0;
}
.one_page_checkout .one_page_checkout__shipment_and_payment .one_page_checkout__shipment_and_payment--shipment .wrapper {
  visibility: hidden;
  font-size: 0;
}
.one_page_checkout .one_page_checkout__shipment_and_payment .one_page_checkout__shipment_and_payment--shipment .wrapper .heading {
  visibility: visible;
}
.one_page_checkout .one_page_checkout__shipment_and_payment .one_page_checkout__shipment_and_payment--shipment .wrapper ul#shipping_method {
  visibility: visible;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.one_page_checkout .one_page_checkout__shipment_and_payment .one_page_checkout__shipment_and_payment--shipment .wrapper ul#shipping_method li {
  font-size: 0.875rem;
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px solid #D9D9D9;
}
.one_page_checkout .one_page_checkout__shipment_and_payment .one_page_checkout__shipment_and_payment--shipment .wrapper ul#shipping_method li label {
  width: 100%;
  display: flex;
}
.one_page_checkout .one_page_checkout__shipment_and_payment .one_page_checkout__shipment_and_payment--shipment .wrapper ul#shipping_method li label:has(.amount) {
  justify-content: space-between;
}
.one_page_checkout .one_page_checkout__shipment_and_payment .one_page_checkout__shipment_and_payment--shipment .wrapper ul#shipping_method li label img {
  margin-right: 0.5rem;
  flex-shrink: 0;
  height: fit-content;
}
.one_page_checkout .one_page_checkout__shipment_and_payment .one_page_checkout__shipment_and_payment--shipment .wrapper ul#shipping_method li label .amount {
  display: flex;
  flex: auto;
  justify-content: flex-end;
}
.one_page_checkout .one_page_checkout__shipment_and_payment .one_page_checkout__shipment_and_payment--shipment .wrapper ul#shipping_method li:has(.select-paczkomat-button) {
  flex-wrap: wrap;
}
.one_page_checkout .one_page_checkout__shipment_and_payment .one_page_checkout__shipment_and_payment--shipment .wrapper ul#shipping_method li:has(.select-paczkomat-button) label {
  width: auto;
  flex: auto;
}
.one_page_checkout .one_page_checkout__shipment_and_payment .one_page_checkout__shipment_and_payment--shipment .wrapper ul#shipping_method li:has(.select-paczkomat-button) #selected-paczkomat {
  width: 100%;
  margin-block: 1rem;
}
.one_page_checkout .one_page_checkout__shipment_and_payment .one_page_checkout__shipment_and_payment--shipment .wrapper ul#shipping_method li:has(.select-paczkomat-button) div:has(.select-paczkomat-button) {
  order: 2;
  width: 100%;
}
.one_page_checkout .one_page_checkout__shipment_and_payment .one_page_checkout__shipment_and_payment--shipment .wrapper ul#shipping_method li:has(.shipping-method-description) {
  flex-wrap: wrap;
}
.one_page_checkout .one_page_checkout__shipment_and_payment .one_page_checkout__shipment_and_payment--shipment .wrapper ul#shipping_method li:has(.shipping-method-description) label {
  width: auto;
}
.one_page_checkout .one_page_checkout__shipment_and_payment .one_page_checkout__shipment_and_payment--shipment .wrapper ul#shipping_method li:has(.shipping-method-description) .shipping-method-description {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 14px;
}
.one_page_checkout .one_page_checkout__shipment_and_payment .one_page_checkout__shipment_and_payment--payment ul.payment_methods {
  list-style: none;
  margin: 0;
}
.one_page_checkout .one_page_checkout__shipment_and_payment .one_page_checkout__shipment_and_payment--payment ul.payment_methods li {
  font-size: 0.875rem;
  padding: 1rem 0;
  border-bottom: 1px solid #D9D9D9;
}
.one_page_checkout .one_page_checkout__shipment_and_payment .one_page_checkout__shipment_and_payment--payment ul.payment_methods li .payment_box p {
  font-size: 0.75rem;
  margin-top: 0.5rem;
}
.one_page_checkout .one_page_checkout__shipment_and_payment .one_page_checkout__shipment_and_payment--payment ul.payment_methods li label {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: baseline;
}
.one_page_checkout .one_page_checkout__shipment_and_payment .one_page_checkout__shipment_and_payment--payment .secure_payments {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: 1rem;
  font-size: 0.75rem;
  color: #808080;
}
.one_page_checkout .one_page_checkout__summary #order_review {
  width: 100%;
}
.one_page_checkout .one_page_checkout__summary .edit_cart_link {
  padding: 0.5rem 0;
  font-size: 0.875rem;
  text-decoration: unset;
  border-bottom: 1px solid #D9D9D9;
}
.one_page_checkout .one_page_checkout__summary table.woocommerce-checkout-review-order-table {
  border-collapse: collapse;
  margin-bottom: 0 !important;
}
.one_page_checkout .one_page_checkout__summary table.woocommerce-checkout-review-order-table thead {
  display: none;
}
.one_page_checkout .one_page_checkout__summary table.woocommerce-checkout-review-order-table tr.cart_item {
  border-bottom: 1px solid #D9D9D9;
}
.one_page_checkout .one_page_checkout__summary table.woocommerce-checkout-review-order-table tr.cart_item td.product-details {
  background-color: unset;
}
.one_page_checkout .one_page_checkout__summary table.woocommerce-checkout-review-order-table tr.cart_item td.product-details .product-details__name {
  font-size: 1rem;
  font-weight: 500;
  text-transform: unset !important;
  color: #0C0A08;
  margin-bottom: 0.5rem;
}
.one_page_checkout .one_page_checkout__summary table.woocommerce-checkout-review-order-table tr.cart_item td.product-details .product-details__sku {
  font-size: 0.875rem;
  font-weight: 700;
  color: #808080;
  margin-bottom: 0.5rem;
}
.one_page_checkout .one_page_checkout__summary table.woocommerce-checkout-review-order-table tr.cart_item td.product-details .product-details__quantity {
  font-size: 1rem;
  font-weight: 400;
  color: #3E3E3E;
}
.one_page_checkout .one_page_checkout__summary table.woocommerce-checkout-review-order-table tr.cart_item td.product-image {
  padding: 1em 0;
  background-color: unset;
}
.one_page_checkout .one_page_checkout__summary table.woocommerce-checkout-review-order-table tr.cart_item td.product-image img {
  max-width: 100px;
}
.one_page_checkout .one_page_checkout__summary table.woocommerce-checkout-review-order-table tfoot {
  border-bottom: 1px solid #D9D9D9;
}
.one_page_checkout .one_page_checkout__summary table.woocommerce-checkout-review-order-table tfoot tr:first-child th, .one_page_checkout .one_page_checkout__summary table.woocommerce-checkout-review-order-table tfoot tr:first-child td {
  padding-top: 2rem;
}
.one_page_checkout .one_page_checkout__summary table.woocommerce-checkout-review-order-table tfoot tr:last-child th, .one_page_checkout .one_page_checkout__summary table.woocommerce-checkout-review-order-table tfoot tr:last-child td {
  padding-bottom: 2rem;
}
.one_page_checkout .one_page_checkout__summary table.woocommerce-checkout-review-order-table tfoot tr th {
  padding-left: 0;
  background-color: unset;
}
.one_page_checkout .one_page_checkout__summary table.woocommerce-checkout-review-order-table tfoot tr td {
  text-align: right;
}
.one_page_checkout .one_page_checkout__summary table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th {
  font-size: 1.125rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #3E3E3E;
}
.one_page_checkout .one_page_checkout__summary table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0C0A08;
}
.one_page_checkout .one_page_checkout__summary table.woocommerce-checkout-review-order-table tfoot tr.shipment-total th {
  font-size: 1.125rem;
  font-weight: 700;
  color: #808080;
}
.one_page_checkout .one_page_checkout__summary table.woocommerce-checkout-review-order-table tfoot tr.shipment-total td {
  font-size: 1rem;
  line-height: 2.2rem;
  font-weight: 600;
  color: #808080;
}
.one_page_checkout .one_page_checkout__summary table.woocommerce-checkout-review-order-table tfoot tr.order-total th {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0C0A08;
}
.one_page_checkout .one_page_checkout__summary table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  display: grid;
}
.one_page_checkout .one_page_checkout__summary table.woocommerce-checkout-review-order-table tfoot tr.order-total td bdi {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0C0A08;
}
.one_page_checkout .one_page_checkout__summary #payment .place-order {
  background-color: unset;
  margin-top: 2rem;
  padding: 0;
}
.one_page_checkout .box {
  display: flex;
  flex-direction: column;
  padding: 0.875rem;
  border: 1px solid #D9D9D9;
}

#ship-to-different-address {
  display: block !important;
  font-size: 1.25rem !important;
}
#ship-to-different-address label {
  font-weight: 600 !important;
}

.company_or_person {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  font-size: 14px;
}
.company_or_person label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/*# sourceMappingURL=checkout_page.css.map */
