/*
Theme Name:         AoA Checkout
Theme URI:          https://github.com/a8cteam51/art-of-accomplishment-checkout
Author:             Automattic Special Projects
Author URI:         https://wpspecialprojects.com
Description:        Art of Accomplishment Checkout theme
Version:            1.0.0
Update URI:			false
Requires at least:  6.1
Requires PHP:       8.1
License:            GNU General Public License v3 or later
License URI:        http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:        art-of-accomplishment-checkout
Domain Path:        /languages
Tags:               scaffold
*/
.woocommerce form label {
  font-weight: 600;
  font-size: 16px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  background: white;
  border-radius: 8px;
  border: 2px solid #E8E5E0;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  min-height: 0;
  padding: 1em 0.5em;
  width: 100%;
}
.woocommerce form .form-row input.input-text {
  height: 50px;
}
.woocommerce form .button,
.woocommerce form .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  border-radius: 8px;
  height: 50px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.woocommerce form input[type=checkbox] {
  border: 2px solid #E8E5E0;
  border-radius: 4px;
}
.woocommerce form .woocommerce-form__label-for-checkbox span {
  font-weight: 400;
}
.woocommerce h2 {
  font-weight: 600;
  font-size: 25px;
}
.woocommerce form.login,
.woocommerce form.woocommerce-form-login {
  border: 2px solid #E8E5E0;
  border-radius: 16px;
  padding: 32px;
}

:where(.wp-site-blocks *:focus) {
  outline-width: 2px;
  outline-style: solid;
}

footer a,
header .wp-block-navigation a.wp-block-navigation-item__content {
  font-family: "Helvetica", sans-serif !important;
  color: rgb(91, 82, 80) !important;
  opacity: 0.8;
  text-decoration: none;
  text-underline-offset: 3px;
}

header .wp-block-navigation a.wp-block-navigation-item__content {
  font-family: "Helvetica", sans-serif !important;
  font-weight: 400;
  font-size: 18px !important;
  opacity: 0.997;
}

footer a:hover,
header .wp-block-navigation a.wp-block-navigation-item__content:hover {
  color: #9d613f !important;
  font-family: "Helvetica", sans-serif !important;
  text-decoration: underline !important;
  text-decoration-style: dotted !important;
}

footer a img,
footer figure a {
  opacity: 1;
}

.footer-terms {
  font-size: 14px;
  justify-content: right;
}

footer .footer-content {
  align-items: center !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
  background-color: #344355;
  color: white;
}

.wc-block-components-totals-wrapper,
.wp-block-woocommerce-checkout-order-summary-totals-block {
  border-top: none;
}

.wc-block-components-totals-item.wc-block-components-totals-footer-item {
  position: relative;
  padding-top: 45px;
  padding-bottom: 10px;
}

.wc-block-components-totals-item.wc-block-components-totals-footer-item:before {
  content: "";
  position: absolute;
  width: calc(100% - 64px);
  height: 1px;
  background: #141730;
  top: 0;
  left: 32px;
}

.wp-block-woocommerce-checkout-order-summary-block {
  border-radius: 24px;
}

.is-medium .wp-block-woocommerce-checkout-order-summary-block, .is-small .wp-block-woocommerce-checkout-order-summary-block, .is-mobile .wp-block-woocommerce-checkout-order-summary-block {
  padding: 16px;
}
.is-medium .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title, .is-small .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title, .is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  margin-top: 0;
}

.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
  padding-left: 32px;
  padding-right: 32px;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #F5F6FA;
}
@media (max-width: 781px) {
  body {
    line-height: 16px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif !important;
}

/**
 * Page
 * - Description of page styles
 */
.wp-theme-style {
  color: #fff;
  padding: 2px;
  appearance: auto;
  direction: ltr;
}
@media (min-width: 960px) {
  .wp-theme-style {
    background-color: #21759b;
  }
}
@media (max-width: 781px) {
  .wp-theme-style {
    background-color: #d54e21;
  }
}
@media (min-width: 782px) and (max-width: 959px) {
  .wp-theme-style {
    background-color: #7ad03a;
  }
}

button {
  padding: 8px 15px;
}
button:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */