.kj-hidden {
  display: none !important;
}

.kj-loader {
  width: 24px;
  height: 24px;
  border: 3px solid #424242;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

tr.woocommerce-shipping-totals {
  /*display: none !important;*/
}

.unselectable {
  user-drag: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

#kj_destination_area_field .select2 {
  width: 100% !important;
}

.blockUI.blockOverlay {
  background: white !important;
}

.kj-cart-total .woocommerce-shipping-methods {
  margin-top: 15px !important;
  padding: 0;
}

.kj-cart-total .woocommerce-shipping-methods .kiriof-shipping-method-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left !important;
  margin-bottom: 10px !important;
  border: 1px solid #d9dee8;
  border-radius: 10px !important;
  background: #ffffff !important;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
  padding: 10px 12px !important;
}

.kj-cart-total
  .woocommerce-shipping-methods
  .kiriof-shipping-method-item:hover {
  border-color: #7aa3d5;
  box-shadow: 0 2px 8px rgba(17, 56, 98, 0.08);
  background: #f8fbff !important;
}

.kj-cart-total .woocommerce-shipping-methods .kiriof-shipping-method-input {
  margin-top: 2px;
  accent-color: #1f6fb2;
  flex: 0 0 auto;
}

.kj-cart-total .woocommerce-shipping-methods .kiriof-shipping-method-label {
  display: block;
  margin: 0;
  width: 100%;
  color: #1a2f47 !important;
  font-weight: 500;
  cursor: pointer !important;
}

.kj-cart-total
  .woocommerce-shipping-methods
  .kiriof-shipping-method-label
  .amount {
  font-weight: 700;
}

.kj-cart-total
  .woocommerce-shipping-methods
  .kiriof-shipping-method-input:checked
  + .kiriof-shipping-method-label {
  color: #0f4f86 !important;
}

.kj-cart-total
  .woocommerce-shipping-methods
  .kiriof-shipping-method-item:has(.kiriof-shipping-method-input:checked) {
  border-color: #1f6fb2;
  box-shadow: 0 0 0 1px #1f6fb2 inset;
  background: #eef6ff !important;
}

/* Checkout */
#billing_country_field,
#shipping_country_field {
  display: none !important;
}

.woocommerce-page table.shop_table th.product-name {
  width: 25% !important;
}
