/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

.woocommerce-checkout .amount {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}


/* =========================================================
   Checkout – buttons, steps, forms
   ========================================================= */

body:has(.woocommerce-checkout),
body:has(.woocommerce-checkout) input, 
body:has(.woocommerce-checkout) button, 
body:has(.woocommerce-checkout) select, 
body:has(.woocommerce-checkout) textarea {
  font-family:"Helvetica Neue", "Helvetica", arial !important;
  color:#000;
}

.woocommerce-checkout abbr {
  text-decoration: none!important;
}
.woocommerce-checkout h3
 {
   font-family:"Helvetica Neue", "Helvetica", arial !important;
   color:#000!important;
   font-weight: 600!important;
   padding-top: 0!important;
   letter-spacing: 0!important;
  }
.woocommerce-checkout label {
  font-weight: 500;
  color:#111;
}

.woocommerce-checkout a {
  color:#000000;
}


.woocommerce-checkout a:hover {
  color:#444444;
}
.woocommerce-checkout #place_order {
  background: #000;
  border-radius: var(--radius-m);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  height: auto;
  padding: 1.2em;
  transition: background 0.1s ease-in-out !important;
  font-size: 1.2em;
  color: #fff !important;
}

.woocommerce-checkout #place_order:hover {
  background: #444;
}

/* =========================================================
   Checkout steps
   ========================================================= */

.woocommerce-checkout .fc-step,
.woocommerce-checkout .fc-step__substep {
  border-radius: var(--radius-l) !important;
  padding-top: var(--pad-l) !important;
}

.woocommerce-checkout .fc-step__substep-title {
  letter-spacing: 1px;
  color: #000 !important;
}

/* Step navigation buttons */
.woocommerce-checkout button.fc-step__next-step.button,
.woocommerce-checkout button.fc-step__substep-save.button {
  background: #000;
  height: auto;
  font-size: 1.2em;
  font-weight: 400;
  color: #fff;
  border-radius: var(--radius-l);
  line-height: 1.5;
}

.woocommerce-checkout button.fc-step__next-step.button:hover,
.woocommerce-checkout button.fc-step__substep-save.button:hover {
  background: #222;
}

/* =========================================================
   Payment methods & shipping radios
   ========================================================= */

.woocommerce-checkout
.fc-wrapper #payment
.payment_methods > .wc_payment_method
> input[name="payment_method"]:checked + label::before,
.woocommerce-checkout
ul#shipping_method
.shipping-method__option input[type="radio"]:checked
+ .shipping-method__option-label::before {
  border-color: var(--color-primary) !important;
  background-color: var(--color-primary) !important;
}

.woocommerce-checkout
ul#shipping_method
.shipping-method__option
.shipping-method__option-price {
  min-width: 30% !important;
}

.woocommerce-checkout .shipping-method__option-price {
  font-size: 10px;
}

.woocommerce-checkout .shipping-method__option-price .amount {
  font-size: 1rem;
}

/* =========================================================
   Checkout form fields & errors
   ========================================================= */

.woocommerce-checkout
.woocommerce form .form-row .input-checkbox {
  margin-top: -0.5em;
  height: 1em;
}

.woocommerce-checkout .fc-checkbox-label-text {
  font-size: 0.7em;
  opacity: 0.8;
}

.woocommerce-checkout
div.woocommerce .form-row .fc-inline-error {
  border-radius: 0.5em;
  background: #eee;
  width: auto;
  color: #000;
}

.woocommerce-checkout
div.woocommerce
.fc-expansible-form-section.form-row
.form-row {
  width: 100% !important;
}

/* =========================================================
   Terms & conditions
   ========================================================= */

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  font-size: 14px;
  max-width: 36em;
  margin: 0 0 1em 0 !important;
}

.woocommerce-checkout
.woocommerce-terms-and-conditions-wrapper .input-checkbox {
  margin-top: -0.2em !important;
  height: 1em;
}

.woocommerce-checkout
.woocommerce-form__label.woocommerce-form__label-for-checkbox:has(
  .woocommerce-terms-and-conditions-checkbox-text
) {
  padding: 1em 0;
  font-size: 1.2em;
  font-weight: 600;
  border-radius: var(--radius-m);
  margin-top: 1em !important;
}

/* =========================================================
   Geberak
   ========================================================= */

.woocommerce-checkout .fc-inside {
  padding: var(--pad-xl) !important;
}

.woocommerce-checkout {
  color:#555;
  font-weight:400
}


/* inputs */

.woocommerce-checkout .woocommerce-input-wrapper {
  color:#111111!important;
}
.woocommerce-checkout .woocommerce-input-wrapper input,
.woocommerce-checkout .woocommerce-input-wrapper textarea {
  border-radius: 0.5em!important;
  border:1px #ccc solid;
  overflow: hidden !important;
}
.woocommerce-checkout .select2 .select2-selection,
.woocommerce-checkout .select2 .select2-dropdown {
  border-radius: 0.5em!important;
  overflow:hidden!important;
}

.woocommerce-checkout .select2-container--open .select2-selection {
  border-radius: 0.5em 0.5em 0 0 !important;
  border-bottom: none!important;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--below {
  border-radius: 0 0 0.5em 0.5em!important;
  border: 1px #ccc solid;
}
.woocommerce-checkout form
.form-row.woocommerce-validated:not([class*="woocommerce-invalid"]):not(.fc-no-validation-icon)
.woocommerce-input-wrapper::after {
  top: calc(
    (var(--fluidcheckout--field--height, 45.625px) / 2)
    - (24px / 2)
    - 0.125em
  ) !important;
}

.woocommerce-checkout .select2-search__field {
  border-radius: 0.25em;
}
.woocommerce-checkout. select2-search__field {
  color:#333;
}
.woocommerce-checkout .select2-search__field:focus-visible {
  outline:none!important;
}
.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected], .woocommerce-checkout .select2-container--default .select2-results__option--highlighted[data-selected] {
  background:#78c4ed;
  color:#000!important;
}

body.has-highlighted-billing-section div.woocommerce form .fc-step__substep[data-substep-id="billing_address"],
.woocommerce-checkout .iti__selected-country {
  background: transparent!important;
}


.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  background:transparent!important;
  border:none!important;
}
div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .product-quantity {
  background:#000!important;
}

.cart-item__element.cart-item__name {
  color:#000!important;
  font-weight: 500
}

div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .order-total th {
  text-transform: none!important;
}

/* style hitpay payment icons */

.fc-wrapper #payment ul.payment_methods > li.wc_payment_method > label .payment-method__label-icon {
  width: auto !important;
  line-height:1 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hitpay-payment-gateway-form .payment-labels,
.hitpay-payment-gateway-form .payment-labels-container {
  padding: 0 !important;
  margin: 0 !important;
}
.hitpay-payment-gateway-form .payment-labels-container {
  margin-right: 5px !important;
}
.form-row.hitpay-payment-gateway-form {
  display: flex!important;
  flex-direction: row!important;
  flex-wrap:nowrap !important;
}

/* fix payment boxes */

.wc-payment-form {
  padding: 10px;
}

.payment_box > p {
  margin-top: 0!important;
  padding: 10px!important;
}