.order_grid {
  display: flex;
  justify-content: space-around;
}
.order_grid a {
  text-decoration: underline;
}
.order_grid .col2-set {
  margin: 0 auto;
}
.order_grid .col2-set .col-1,
.order_grid .col2-set .col-2 {
  float: none;
  width: auto;
}
.order_grid .col2-set {
  max-width: 550px;
  width: 50% !important;
}
@media (max-width: 768px) {
  .order_grid .col2-set {
    width: auto !important;
  }
}
.order_grid #customer_details {
  grid-column: 1;
}
.order_grid .div_o {
  grid-column: 2;
  max-width: 440px;
  width: 50%;
}
@media (max-width: 768px) {
  .order_grid .div_o {
    width: auto !important;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .order_grid {
    flex-direction: column;
  }
  .order_grid .div_o {
    grid-column: 1;
  }
}

.woocommerce form .woocommerce-billing-fields h3,
.woocommerce form #order_review_heading {
  text-align: center;
  font-family: Inter;
  font-size: 1rem;
  text-transform: uppercase;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper input {
  text-align: center;
}
.woocommerce form .woocommerce-Price-amount {
  font-weight: normal;
}
.woocommerce #place_order {
  background: var(--pomarancz) !important;
  color: var(--zielony) !important;
  width: 100%;
}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first,
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
  float: none;
  width: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  text-align: center;
}

.woocommerce form .form-row label {
  display: none;
}
.woocommerce form .form-row input::placeholder {
  color: #23392Faa;
}

.woocommerce input::placeholder,
input::placeholder {
  color: #23392Faa;
}

.select2-container--default .select2-selection--single {
  background: transparent;
  border-radius: 10px;
  border-color: var(--zielony);
  height: auto;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.select2-selection__arrow {
  top: 0.6rem !important;
  right: 0.5rem !important;
}

.woocommerce .cart [name=update_cart] {
  display: none !important;
}
.woocommerce table.shop_table {
  border: 0;
  border-collapse: collapse;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead {
  display: none;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-quantity {
  font-weight: normal;
}
.woocommerce table.shop_table th {
  font-weight: normal;
  text-transform: uppercase;
}
.woocommerce table.shop_table tr, .woocommerce table.shop_table td, .woocommerce table.shop_table th {
  border: 0;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th {
  border-bottom: 1px solid var(--zielony);
}
.woocommerce table.shop_table td:last-of-type,
.woocommerce table.shop_table thead th:last-of-type {
  text-align: right;
}
.woocommerce table.shop_table.cart tr:last-of-type td {
  border-bottom: 0;
}
.woocommerce .cart_totals table.shop_table td, .woocommerce .cart_totals table.shop_table th {
  border-bottom: 0;
}
.woocommerce .wc_payment_method .payment_box p {
  margin: 0;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent;
}

.woocommerce-form__label-for-checkbox {
  display: grid !important;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
}
.woocommerce-form__label-for-checkbox span {
  text-align: left;
}

.woocommerce-terms-and-conditions-checkbox-text {
  text-align: left;
}

.ilo_coupon_wrapper {
  width: calc(100% - 440px);
}
@media (max-width: 1024px) {
  .ilo_coupon_wrapper {
    width: 100%;
  }
}

.checkout_coupon {
  max-width: 560px;
  border: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
@media (min-width: 1200px) {
  .checkout_coupon {
    margin-left: 3.1rem !important;
  }
}
@media (max-width: 768px) {
  .checkout_coupon {
    padding: 0 !important;
    width: auto;
    margin: 0 auto !important;
    max-width: 440px;
  }
}
.checkout_coupon .input-text {
  text-align: center;
}
.checkout_coupon button[name=apply_coupon] {
  height: calc(3rem - 1px);
}
.checkout_coupon .form-row-first,
.checkout_coupon .form-row-last {
  width: auto;
}
.checkout_coupon .form-row-first {
  float: left !important;
  width: calc(100% - 215px) !important;
}
@media (max-width: 768px) {
  .checkout_coupon .form-row-first {
    width: calc(100% - 115px) !important;
  }
}
.checkout_coupon .form-row-last {
  margin-left: 1rem !important;
}

.cart-subtotal {
  display: none;
}

th.product-total {
  visibility: hidden;
}

.deposit_wrapper {
  border-bottom: 1px solid var(--zielony);
  padding-bottom: 1rem;
}
.deposit_wrapper > p {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
.deposit_wrapper .deposit-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  justify-content: center;
}
.deposit_wrapper .deposit-checkbox > div {
  margin: 0 1rem;
}

.woocommerce-thankyou-order-received {
  text-align: center;
  margin-bottom: 4rem;
}

.woocommerce-thankyou-order-details {
  display: none;
}

body.woocommerce-order-received .woocommerce p:last-of-type {
  margin-bottom: 4rem;
}

body.woocommerce-order-received .woocommerce-order {
  text-align: center;
}
body.woocommerce-order-received .woocommerce-order .button {
  margin: 0 auto;
}

body[data-page=cart] main h1 {
  display: none;
}

.wc-proceed-to-checkout {
  display: flex;
  justify-content: flex-end;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 768px) {
  #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 12px;
    line-height: 15px;
  }
}

.cart_totals .order-total {
  font-size: 20px;
}

.cart_totals .order-total,
.order-total {
  font-weight: 600 !important;
}
.cart_totals .order-total th, .cart_totals .order-total td,
.order-total th,
.order-total td {
  font-weight: 600 !important;
}
.cart_totals .order-total th bdi, .cart_totals .order-total td bdi,
.order-total th bdi,
.order-total td bdi {
  font-weight: 600 !important;
}

.ilo_cart_bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ilo_cart_bottom .cart-collaterals .cart_totals {
  float: none;
  width: auto;
}
@media (max-width: 768px) {
  .ilo_cart_bottom {
    display: block;
  }
}

.ilo_coupon_wrap h4 {
  font-family: Inter;
  text-transform: uppercase;
  width: 458px;
  text-align: center;
}
@media (max-width: 768px) {
  .ilo_coupon_wrap {
    text-align: center;
    border-top: 1px solid var(--zielony);
    border-bottom: 1px solid var(--zielony);
    padding-bottom: 2rem;
    padding-top: 2rem;
    margin-bottom: 1rem;
  }
  .ilo_coupon_wrap #ilo_coupon_code {
    width: calc(100% - 170px);
    max-width: 400px;
  }
  .ilo_coupon_wrap h4 {
    display: none;
  }
}

#mailpoet_woocommerce_checkout_optin_field {
  display: flex;
}
#mailpoet_woocommerce_checkout_optin_field label {
  line-height: 1;
}
#mailpoet_woocommerce_checkout_optin_field .optional {
  display: none;
}

.reservation_info {
  display: grid;
  grid-template-columns: 3fr 4fr;
  column-gap: 1rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .reservation_info {
    display: block;
  }
}
.reservation_info h3 {
  font-size: 30px;
}
.reservation_info .whatsapp {
  grid-column: 2;
  grid-row: 3;
  border: 1px solid var(--zielony);
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  font-style: italic;
  font-size: 20px;
  font-family: Ivar;
}
.reservation_info .whatsapp > div {
  padding: 1rem;
}
.reservation_info .whatsapp > div img {
  height: 100%;
  width: auto;
  display: block;
}
.reservation_info .whatsapp > div h3 {
  margin: 0;
}
.reservation_info .whatsapp > div:first-of-type {
  background: var(--zielony);
  color: var(--bezowy);
}
.reservation_info .whatsapp > div:nth-child(2) {
  border-right: 1px solid var(--zielony);
  padding: 0;
}
.reservation_info .whatsapp > div a:hover {
  text-decoration: underline;
}
.reservation_info .top {
  text-align: center;
  background: var(--zielony);
  color: var(--bezowy);
  grid-row: 1;
  border-radius: 1rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 1.5rem 1rem;
  font-style: italic;
}
.reservation_info .top h3 {
  margin: 0;
}
.reservation_info .content {
  border-radius: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid var(--zielony);
}
.reservation_info .left.content {
  padding: 1rem;
}
.reservation_info .left.content .item {
  display: flex;
  align-items: center;
}
.reservation_info .left.content .item img {
  display: block;
  margin: 1rem;
  margin-right: 0.66rem;
}
.reservation_info .left.content .item > div {
  margin: 1rem;
  margin-left: 0.66rem;
}
.reservation_info .left.content .item > div p {
  margin: 0;
}
.reservation_info .left {
  grid-column: 1;
}
.reservation_info .right {
  grid-column: 2;
}
.reservation_info .right.content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
}
.reservation_info .right.content h4 {
  grid-row: 1;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid var(--zielony);
  padding: 1rem;
  font-size: 18px;
  font-family: Inter;
}
.reservation_info .right.content h4:first-of-type {
  border-right: 1px solid var(--zielony);
}
.reservation_info .right.content > div {
  grid-row: 2;
  padding: 1rem;
}
.reservation_info .right.content > div:first-of-type {
  border-right: 1px solid var(--zielony);
}
.reservation_info .right.content .kids {
  grid-column: 1;
}
.reservation_info .right.content .adults {
  grid-column: 2;
}

.order_review {
  max-width: 500px;
}

@media (max-width: 768px) {
  .woocommerce-form-login-toggle {
    margin-top: 3rem;
  }
}