@charset "UTF-8";
.woocommerce-checkout .single-page-wrap {
  padding-bottom: 80px; }
.woocommerce-checkout .title {
  text-align: center; }
.woocommerce-checkout header {
  box-shadow: 0 2px 54px 0 rgba(128, 190, 121, 0.11); }
.woocommerce-checkout .post-details {
  padding-top: 40px; }
  .woocommerce-checkout .post-details .post-content {
    margin-top: 75px; }
.woocommerce-checkout button.button {
  background-color: var(--c-primary);
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border-radius: 0;
  padding: 19px 40px;
  margin-left: 30px;
  transition: .5s; }
  .woocommerce-checkout button.button:hover {
    background-color: #ffffff;
    color: var(--c-primary); }

label {
  font-size: 15px;
  font-weight: bold;
  color: var(--c-aditional);
  margin-bottom: 0; }

#ship-to-different-address {
  width: 100%; }

label.checkbox {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
  color: #888888;
  display: flex; }

.woocommerce form .form-row abbr.required {
  color: inherit; }

input:not([type=submit]), textarea, select {
  border: none;
  outline: none;
  border-bottom: 2px solid #eeeeee;
  background-color: #ffffff00;
  font-size: 15px;
  line-height: 1.73;
  color: #000000;
  padding: 14px 0;
  outline-width: 0;
  resize: none;
  width: calc(100% - 25px); }
  input:not([type=submit])::placeholder, textarea::placeholder, select::placeholder {
    color: #888888; }
  input:not([type=submit]):hover, input:not([type=submit]):focus, textarea:hover, textarea:focus, select:hover, select:focus {
    border-bottom-color: var(--c-primary); }

input[type=checkbox] {
  width: 30px;
  height: 30px;
  border: solid 2px #e6e6e6;
  background-color: #fff;
  margin-right: 15px;
  cursor: pointer;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 0; }

input[type=checkbox]:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: solid 2px #e6e6e6;
  background-color: #ffffff;
  display: inline-block;
  visibility: visible; }

input[type=checkbox]:checked:after {
  content: "\2714";
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

select {
  color: #888888;
  font-size: 15px;
  line-height: 1.73; }
  select option {
    font-size: 15px;
    line-height: 1.73;
    color: #888888; }

.select2-container--default .select2-selection--single {
  border: none;
  padding: 15px 10px 30px;
  border-bottom: 2px solid #eeeeee;
  background-color: #ffffff00;
  font-size: 15px;
  line-height: 1.73;
  color: #000000;
  outline: none; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  left: -10px;
  font-weight: 100; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    content: '∟';
    transform: rotate(-45deg);
    font-size: 18px;
    position: absolute;
    font-family: monospace;
    font-weight: 600;
    line-height: 1.86;
    color: var(--c-primary); }

textarea {
  max-height: 242px; }

form.checkout {
  margin-top: 50px; }
  form.checkout .col-1, form.checkout .col-2 {
    max-width: 100%;
    padding: 0; }
  form.checkout h3 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 35px;
    color: var(--c-aditional); }
    form.checkout h3#order_review_heading {
      font-size: 36px;
      font-weight: bold;
      color: var(--c-aditional);
      margin-top: 55px; }
  form.checkout .woocommerce-billing-fields .form-row {
    margin-bottom: 10px; }

.woocommerce-info {
  background-color: #f3f8f3;
  border-top: none;
  color: #888888;
  font-size: 15px;
  line-height: 1.73;
  padding: 28px 61px; }
  .woocommerce-info a {
    color: var(--c-primary);
    font-weight: bold; }
  .woocommerce-info::before {
    content: "\f2b3";
    font-family: "Ionicons";
    color: #888888;
    left: 38px;
    font-size: 19px;
    top: 30%;
    transform: rotate(-45deg); }

.checkout .order_review_heading {
  font-size: 36px;
  font-weight: bold;
  color: var(--c-aditional); }
.checkout table.shop_table.woocommerce-checkout-review-order-table {
  background-color: #f3f8f3;
  padding: 25px 33px;
  margin-bottom: 80px;
  border-radius: 0 !important; }
  .checkout table.shop_table.woocommerce-checkout-review-order-table ul#shipping_method .amount {
    font-weight: normal; }
  .checkout table.shop_table.woocommerce-checkout-review-order-table tr:hover {
    box-shadow: none; }
  .checkout table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.73;
    color: #888888; }
    .checkout table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td .amount {
      font-size: 15px;
      font-weight: normal;
      line-height: 1.73;
      color: #000000; }
  .checkout table.shop_table.woocommerce-checkout-review-order-table td {
    padding: 14px 16px; }
    .checkout table.shop_table.woocommerce-checkout-review-order-table td .amount {
      font-size: 15px;
      font-weight: normal;
      line-height: 1.73;
      color: #000000; }
  .checkout table.shop_table.woocommerce-checkout-review-order-table th {
    padding: 14px 16px; }
  .checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr th {
    border-top: 1px solid rgba(128, 190, 121, 0.31);
    font-size: 15px;
    font-weight: 500;
    color: var(--c-aditional);
    text-transform: uppercase; }
  .checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
    border: none;
    border-top: 1px solid rgba(128, 190, 121, 0.31); }
  .checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal * {
    border-top: none; }
  .checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping label {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.73;
    color: #000000; }

.woocommerce-cart #payment, .woocommerce-checkout #payment, #add_payment_method #payment {
  background-color: transparent;
  border-radius: 0; }
  .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods, #add_payment_method #payment ul.payment_methods {
    border-bottom: 0;
    padding: 0; }
  .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row, #add_payment_method #payment div.form-row {
    padding: 5em;
    padding-right: 0; }
  .woocommerce-cart #payment #place_order, .woocommerce-checkout #payment #place_order, #add_payment_method #payment #place_order {
    border: 2px solid var(--c-primary);
    background-color: var(--c-primary);
    transition: .5s; }
    .woocommerce-cart #payment #place_order:hover, .woocommerce-checkout #payment #place_order:hover, #add_payment_method #payment #place_order:hover {
      background-color: #fff;
      color: var(--c-primary); }

@media (max-width: 1024px) {
  .woocommerce-checkout .single-page-wrap {
    padding-bottom: 35px; }
  .woocommerce-checkout .post-details {
    padding-top: 0; }
    .woocommerce-checkout .post-details .post-content {
      margin-top: 35px; }
  .woocommerce-checkout #payment #place_order {
    margin: 0; } }
@media (max-width: 768px) {
  .woocommerce-checkout .single-page-wrap.padd-small {
    padding-top: 30px; }
    .woocommerce-checkout .single-page-wrap.padd-small .post-details .main-top-content.margin-small {
      margin-bottom: 0; }
    .woocommerce-checkout .single-page-wrap.padd-small .post-details .post-content {
      margin-top: 15px;
      margin-bottom: 0; }
  .woocommerce-checkout #payment div.form-row {
    padding: 1em 0; }
  .woocommerce-checkout .woocommerce-info {
    padding: 14px 35px; }
    .woocommerce-checkout .woocommerce-info::before {
      top: 12px;
      left: 10px; }
  .woocommerce-checkout form.woocommerce-form-coupon {
    margin-top: 0;
    margin-bottom: 0; }
    .woocommerce-checkout form.woocommerce-form-coupon .form-row {
      float: none;
      width: 100%; }

  form.checkout {
    margin-top: 0; }
    form.checkout h3 {
      margin-top: 0;
      margin-bottom: 0; }
    form.checkout h3#order_review_heading {
      margin-top: 15px;
      font-size: 24px; }
    form.checkout table.shop_table.woocommerce-checkout-review-order-table {
      padding: 10px 0;
      margin-bottom: 30px; }

  label.checkbox {
    font-size: 18px; } }

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