/* CHECKOUT SELARIA - PAGE ID 279 */

body.page-id-279 {
  background: #FAF5EE !important;
  padding-top: 0 !important;
}

body.page-id-279 .selaria-header,
body.page-id-279 .selaria-footer {
  display: none !important;
}

body.page-id-279 .selaria-checkout-logo {
  text-align: center !important;
  margin: 30px auto 10px !important;
}

body.page-id-279 .selaria-checkout-logo img {
  width: 145px !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
}

body.page-id-279 .entry-content,
body.page-id-279 .woocommerce,
body.page-id-279 .wc-block-checkout {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 25px 18px 60px !important;
  box-sizing: border-box !important;
}

body.page-id-279 h1,
body.page-id-279 .entry-title {
  text-align: center !important;
  font-family: Georgia, serif !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  margin: 20px 0 35px !important;
  color: #111 !important;
}

body.page-id-279 .wc-block-components-checkout-step,
body.page-id-279 .wc-block-components-sidebar,
body.page-id-279 .woocommerce-billing-fields,
body.page-id-279 .woocommerce-shipping-fields,
body.page-id-279 .woocommerce-checkout-review-order {
  background: #FFFBF7 !important;
  border: 1px solid rgba(200,168,107,.22) !important;
  border-radius: 22px !important;
  padding: 24px !important;
  box-shadow: 0 15px 35px rgba(0,0,0,.04) !important;
  box-sizing: border-box !important;
}

body.page-id-279 input,
body.page-id-279 select,
body.page-id-279 textarea {
  border: 1px solid #E4D7C4 !important;
  border-radius: 14px !important;
  background: #fff !important;
  min-height: 52px !important;
  box-shadow: none !important;
}

body.page-id-279 input:focus,
body.page-id-279 select:focus,
body.page-id-279 textarea:focus {
  border-color: #C8A86B !important;
  box-shadow: 0 0 0 3px rgba(200,168,107,.15) !important;
}

body.page-id-279 .wc-block-components-button,
body.page-id-279 .button {
  background: linear-gradient(135deg,#E5CB8B,#C8A86B,#A77D3F) !important;
  color: #111 !important;
  border: none !important;
  border-radius: 999px !important;
  min-height: 58px !important;
  font-weight: 800 !important;
}

/* MOBILE FIX */
@media (max-width: 768px) {
  body.page-id-279 .entry-content,
  body.page-id-279 .woocommerce,
  body.page-id-279 .wc-block-checkout {
    width: 100% !important;
    max-width: 100% !important;
    padding: 18px 14px 45px !important;
    margin: 0 auto !important;
    overflow-x: hidden !important;
  }

  body.page-id-279 h1,
  body.page-id-279 .entry-title {
    font-size: 38px !important;
    margin-bottom: 28px !important;
  }

  body.page-id-279 .selaria-checkout-logo img {
    width: 125px !important;
  }

  body.page-id-279 .wc-block-components-checkout-step,
  body.page-id-279 .wc-block-components-sidebar,
  body.page-id-279 .woocommerce-billing-fields,
  body.page-id-279 .woocommerce-shipping-fields,
  body.page-id-279 .woocommerce-checkout-review-order {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 22px !important;
  }
}
/* FIX CENTRARE CHECKOUT MOBILE */

body.page-id-279 .wc-block-components-radio-control__option,
body.page-id-279 .wc-block-components-checkbox,
body.page-id-279 .wc-block-components-checkbox__label,
body.page-id-279 .wc-block-components-radio-control__label {
  align-items: center !important;
}

body.page-id-279 .wc-block-components-radio-control__input,
body.page-id-279 input[type="radio"],
body.page-id-279 input[type="checkbox"] {
  min-height: auto !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 14px 0 0 !important;
  flex-shrink: 0 !important;
  border-radius: 50% !important;
}

body.page-id-279 .wc-block-components-radio-control__option {
  display: flex !important;
  align-items: center !important;
  padding: 18px 20px !important;
  border-radius: 14px !important;
}

body.page-id-279 .wc-block-components-radio-control__option-layout {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  justify-content: space-between !important;
}

body.page-id-279 .wc-block-components-checkbox {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

@media(max-width:768px){

  body.page-id-279 .wc-block-components-radio-control__option {
    padding: 16px !important;
  }

  body.page-id-279 .wc-block-components-radio-control__input,
  body.page-id-279 input[type="radio"],
  body.page-id-279 input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
  }

}