/*
    Toret shipping methods pickup points styling
*/
.brxe-bu-shipping-methods .shop-table {
  margin-top: var(--space-m);
}
.brxe-bu-shipping-methods .bu-shipping-method-inner img {
  height: 2em;
  width: auto;
}
.brxe-bu-shipping-methods .bu-shipping-method-inner label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1em;
}
.brxe-bu-shipping-methods .zasilkovna-zvolena-pobocka, .brxe-bu-shipping-methods .tcp-selected-branche-th {
  padding-block: 2em;
}
.brxe-bu-shipping-methods .tcp-open-popup-btn {
  transition: all 0.3s;
}
.brxe-bu-shipping-methods .tcp-open-popup-btn:hover {
  scale: 1.02;
}
/*Smartemailing checkbox fix*/
.woocommerce-form__input-checkbox {
  width: 16px !important;
  flex-shrink: 0;
  align-self: start;
}
/*Fixes*/
.woocommerce-checkout label {
  letter-spacing: var(--text-m-letter-spacing);
  font-size: var(--text-xs);
  line-height: 1.2;
}
/*
    Adress whisper mapy.cz
*/
.autoComplete_wrapper > ul > li mark {
  color: var(--base);
}
/*
    Logo of transportation method next to select pickup point button
*/
.tgls-label-img-select {
  object-fit: contain;
}
/*Checkout fields buttons hover*/
.my-checkout-fields .button {
  transition: 0.3s all;
}
.my-checkout-fields .button:hover {
  scale: 1.03;
}
/*Checkout payment method COD styling*/
.payment_method_cod .woocommerce-Price-amount {
  font-weight: normal;
}
.payment_method_cod .woocommerce-Price-amount::before {
  content: "+";
}
label[for="payment_method_cod"] {
  gap: 1em;
}
/*GLS pickup point selection*/
#tgls-checkout_show_selected {
  height: 7em;
}
.brxe-bu-place-order #place_order {
  display: none;
}
.tzas-label-img {
  bottom: 0;
}
