.shop-banner-custom{
  max-height: 50px;
  overflow-y: hidden;
}
.add_to_cart_button, .single_add_to_cart_button {
  background-color: rgb(0, 0, 0); 
  color: white;
  text-align: center;
  border: none;
  border-radius: none;
  cursor: pointer;
  font-weight: 400;
  padding: .8rem 1.4rem;
  transition: transform .15s ease;
  margin: 1.5rem 0;
  font-size: 14px;
}
.add_to_cart_button:hover, .single_add_to_cart_button:hover
{
  background-color: color-mix(in srgb, rgb(0, 0, 0) 70%, transparent);
}
.wc-block-store-notices{
  display: none;
}

/****** Mini-cart na kosiku a pokladne ******/
.woocommerce-cart .wc-block-mini-cart .wc-block-mini-cart__button,
.woocommerce-checkout .wc-block-mini-cart .wc-block-mini-cart__button {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  align-items: center;
  padding-right: 17px;
}

/****** Stranka pokladny ******/
#billing_address_2, #billing_address_2_field {
  display: none !important;
}
.woocommerce-checkout .input-text,
.woocommerce-page form .form-row .select2-container .select2-selection--single .select2-selection__rendered
 {
  padding: 10px 15px !important;
  border-color: rgba(200, 200, 200, 0.3) !important;
}
.select2-selection--single, .select2-selection{
  border-color: rgba(200, 200, 200, 0.3) !important;
}

.woocommerce-page table.shop_table{
  width: 100%;
}
table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 300;
}
.woocommerce table.shop_table{
  margin-bottom: 0px;
}
.packeta-widget-button .button{
  color: white;
  background-color: rgb(0, 0, 0);
  border: none;
  padding: .8rem 1.4rem;
  cursor: pointer;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background-color: white;
}

#order_review{
  max-width: 1400px;
  margin: 0 auto;
}
.woocommerce-shipping-totals.shipping > th,
.order-total > th {
  font-weight: bold;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: rgba(200, 200, 200, 0.3);
} 
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
   border: rgba(200, 200, 200, 0.3);
}
/* Ikonky platebních metod na pokladně */
.rtp-payment-icons {
  text-align: center;
  margin: 1rem 0;
}
.rtp-payment-icons__text {
  font-size: 13px;
  color: #666;
  margin-bottom: 0.5rem;
}
.rtp-payment-icons__list {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.rtp-payment-icons__list img {
  height: 65px;
  width: auto;
}

/* Kupónový panel na pokladně */
.checkout-coupon-panel {
  margin-bottom: 15px;
  padding-top: 0px;
}
.checkout-coupon-panel__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: nowrap;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.375em 0;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-align: left;
}
.checkout-coupon-panel__button span {
  width: 100%;
  padding-left: 1em;
}
.checkout-coupon-panel__button:hover {
  opacity: 0.7;
}
.checkout-coupon-panel__icon {
  transition: transform 0.2s ease;
}
.checkout-coupon-panel__button[aria-expanded="true"] .checkout-coupon-panel__icon {
  transform: rotate(180deg);
}
.checkout-coupon-panel__button[aria-expanded="true"] {
  margin-bottom: 0.75em;
}
.checkout-coupon-panel__content .woocommerce-form-coupon {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border: none;
}
.checkout-coupon-panel__content .form-row {
  margin: 0;
  padding: 0;
}
.checkout-coupon-panel__content .input-text {
  width: 100%;
  min-width: 160px;
}
.checkout-coupon-panel__content .button {
  background-color: rgb(0, 0, 0);
  color: white;
  border: none;
  padding: 0.6rem 1.2rem;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
}
.checkout-coupon-panel__content .button:hover {
  background-color: color-mix(in srgb, rgb(0, 0, 0) 70%, transparent);
}
