.woocommerce-cart header,
.woocommerce-checkout header,
.page-template-default header {
  position: relative;
  padding: 40px 0;
  width: 100%;
  top: 0;
  z-index: 1;
}

.woocommerce-cart header .logo-nomad,
.woocommerce-checkout header .logo-nomad,
.page-template-default header .logo-nomad {
  background-image: url(../images/logocart.svg);
}

.woocommerce-cart header #mobile-menu,
.woocommerce-checkout header #mobile-menu,
.page-template-default header #mobile-menu {
  background-image: url(../images/menu-hamburguer2.svg);
}

.woocommerce-cart header .main-menu ul li a,
.woocommerce-checkout header .main-menu ul li a,
.page-template-default header .main-menu ul li a {
  color: #1d2a10;
}

.woocommerce-cart header .main-menu ul li a:hover,
.woocommerce-checkout header .main-menu ul li a:hover,
.page-template-default header .main-menu ul li a:hover {
  color: #fff;
}

.woocommerce-cart .wc-block-components-title.wc-block-components-title,
.woocommerce-checkout .wc-block-components-title.wc-block-components-title,
.woocommerce-cart .wc-block-formatted-money-amount,
.woocommerce-checkout .wc-block-formatted-money-amount {
  font-weight: normal;
  font-family: "Clearface";
}

.woocommerce-cart .wc-block-components-totals-item__label,
.woocommerce-checkout .wc-block-components-totals-item__label {
  font-weight: normal !important;
}

.woocommerce-cart .components-button,
.woocommerce-checkout .components-button {
  background-color: #c15c17;
  color: #fff;
  text-transform: uppercase;
  font-family: "Futura";
  padding: 12px 20px;
  font-weight: 600;
  letter-spacing: 3px;
  border: 0;
  border-radius: 5px;
  font-size: 0.7rem;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s linear;
}

.woocommerce-cart .components-button:hover,
.woocommerce-checkout .components-button:hover {
  background-color: #1d2a10;
  text-decoration: none;
  transition: all 0.2s linear;
}

.woocommerce-cart .page-content a,
.woocommerce-checkout .page-content a {
  color: #1d2a10;
}

.woocommerce-cart .wc-block-components-totals-coupon a,
.woocommerce-checkout .wc-block-components-totals-coupon a {
  position: relative;
  text-indent: -9999px;
}

.woocommerce-checkout .page-content {
  padding: 0 0 60px;
}

.woocommerce-checkout #customer_details .col-1 {
  width: 100%;
}

.woocommerce-checkout h1 {
  font-family: "Clearface";
  font-weight: 500;
}

.woocommerce-checkout .woocommerce h3 {
  font-weight: 500;
}

.woocommerce-checkout input {
  border: 1px solid #e3d6b5;
  padding: 10px;
  font-family: "Planc";
}

.woocommerce-checkout form .form-row label {
  font-size: 13px !important;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment {
  background: #f3ecdb;
  padding: 20px;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment .payment_box {
  background: #f3ecdb;
  padding: 0;
  margin: 0;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  font-weight: 500 !important;
}

.woocommerce table.shop_table td.product-name {
  display: flex;
  gap: 10px;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  background-color: #f4fff7;
  align-items: stretch;
  border: 1px solid #4ab866;
  border-radius: 4px;
  box-sizing: border-box;
  color: #2f2f2f;
  display: flex;
  font-size: 0.875em;
  font-weight: 400;
  gap: 8px;
  line-height: 1.5;
  margin: 16px 0;
  padding: 16px !important;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message::before {
  color: #4ab866;
  position: relative;
  top: auto;
  left: auto;
}

.woocommerce .woocommerce-info {
  align-items: stretch;
  border: 1px solid #007cba;
  border-radius: 4px;
  box-sizing: border-box;
  color: #2f2f2f;
  display: flex;
  font-size: 0.875em;
  font-weight: 400;
  gap: 8px;
  line-height: 1.5;
  margin: 16px 0;
  padding: 16px !important;
  background-color: #f4f8ff;
}

.woocommerce .woocommerce-info::before {
  color: #007cba;
  position: relative;
  top: auto;
  left: auto;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment .payment_box::before {
  display: none;
}

.woocommerce-privacy-policy-text {
  font-size: 13px;
}

.woocommerce-additional-fields {
  display: none;
}

.woocommerce-checkout form.checkout #order_review_heading {
  display: none;
}

.woocommerce-checkout-payment ul.wc_payment_methods.payment_methods {
  padding: 0;
  border: 0;
}

.woocommerce-checkout-payment .place-order {
  padding: 0 !important;
}

button#place_order {
  background-color: #1d2a10;
  font-size: 14px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-family: "Planc";
  padding: 15px 0 10px;
  transition: all 0.2s linear;
}

button#place_order:hover {
  background-color: #c15c17;
}

.woocommerce-checkout form.checkout {
  display: grid;
  gap: 20px;
}

@media (min-width: 1024px) {
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}

/*# sourceMappingURL=checkout.css.map */
