.single-product.woocommerce .review-button {
  padding: 13px 30px;
  background: #69a53d;
  color: white;
  font-weight: 500;
  border-radius: 54px;
}

.page-template-templ-checkout.woocommerce-checkout #page-wrap {
  padding: 0 0px;
}
@media (min-width: 768px) {
  .page-template-templ-checkout.woocommerce-checkout #page-wrap {
    padding: 0 25px;
  }
}
.page-template-templ-checkout.woocommerce-checkout .woocommerce-form-login-toggle {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0px 20px;
}
@media screen and (min-width: 768px) {
  .page-template-templ-checkout.woocommerce-checkout .woocommerce-form-login-toggle {
    flex-direction: row;
    align-items: center;
    gap: 0;
    padding: 0px 0px;
  }
}
.page-template-templ-checkout.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-title {
  font-size: 20px;
  font-weight: 600;
}
.page-template-templ-checkout.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  border: none;
  background: transparent;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
  color: black;
  text-transform: math-auto;
}
.page-template-templ-checkout.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info > a {
  font-size: 16px;
  font-weight: 600;
  color: #31A86F;
  padding: 0px;
}
.page-template-templ-checkout.woocommerce-checkout .woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  border: solid 1px red;
  padding: 6px 15px;
  margin-bottom: 30px;
}
.page-template-templ-checkout.woocommerce-checkout .woocommerce-checkout .woocommerce-NoticeGroup-checkout ul.woocommerce-error {
  padding: 0 15px;
}
.page-template-templ-checkout.woocommerce-checkout .woocommerce-checkout .woocommerce-NoticeGroup-checkout ul.woocommerce-error li {
  list-style: decimal !important;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
@media (min-width: 768px) {
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout {
    flex-direction: row;
    gap: 40px;
  }
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: 0 25px;
}
@media (min-width: 768px) {
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details {
    padding: 0 0px;
  }
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .col-1, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .col-2 {
  float: none;
  width: 100%;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details input {
  border: solid 1px #8A8A8A;
  color: #8A8A8A;
  padding: 16px 20px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details select {
  border: solid 1px #8A8A8A;
  color: #8A8A8A;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details input[type=checkbox] {
  border: solid 1px #8A8A8A;
  border-radius: 6px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details input[type=radio] {
  border: solid 1px #8A8A8A;
  border-radius: 6px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .input-counter {
  position: absolute;
  bottom: -8px;
  right: 15px;
  background: #FFFFFF;
  padding: 2px 5px;
  font-size: 11px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .styled-radio:checked + label::after {
  background: #000;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .checkout-inline-error-message {
  display: none;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .woocommerce-billing-fields__field-wrapper,
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .woocommerce-billing-fields__field-wrapper,
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .woocommerce-shipping-fields__field-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .woocommerce-billing-fields__field-wrapper #billing_email_field,
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .woocommerce-shipping-fields__field-wrapper #billing_email_field {
  order: 0;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .woocommerce-billing-fields__field-wrapper .form-row,
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .woocommerce-shipping-fields__field-wrapper .form-row {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .woocommerce-billing-fields__field-wrapper .form-row,
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .woocommerce-shipping-fields__field-wrapper .form-row {
    width: calc(50% - 20px);
  }
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order {
  width: 100%;
  max-width: 100%;
  padding: 19px 25px;
  box-sizing: border-box;
  background-color: #fafafa;
}
@media screen and (min-width: 768px) {
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order {
    max-width: 430px;
    padding: 0 0px;
  }
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-terms-and-conditions-wrapper {
  margin-right: auto;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table {
  border-radius: 6px;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table {
    padding: 30px 40px !important;
  }
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table > h2 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 19px;
}
@media screen and (min-width: 768px) {
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table > h2 {
    display: none;
  }
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table {
  width: 100%;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table td, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table th {
  padding: 9px 0;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table td {
  text-align: right;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table thead.product-total-toggle {
  cursor: pointer;
  display: table-header-group;
  width: 100%;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table thead.product-total-toggle tr {
  width: 100%;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table thead.product-total-toggle td {
  display: block;
  width: 100%;
  border-top: none;
  border-bottom: solid 1px #D7D7D7;
  padding-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table thead.product-total-toggle td {
    display: table-cell;
  }
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table thead.product-total-toggle td > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table thead.product-total-toggle td > div:after {
  content: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683418 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L8 6.58579L14.2929 0.292894C14.6834 -0.0976299 15.3166 -0.0976298 15.7071 0.292895C16.0976 0.683419 16.0976 1.31658 15.7071 1.70711L8 9.41421L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z' fill='black'/%3E%3C/svg%3E");
  display: inline-block;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table thead.product-total-toggle td::before {
  display: none;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tbody.product-total-list {
  display: none;
  transition: 0.5s;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tbody.product-total-list--open {
  display: block;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tbody.product-total-list tr {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tbody.product-total-list td {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tbody.product-total-list td::before {
  display: none;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tbody.product-total-list .product-image {
  width: 40px !important;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tbody.product-total-list .product-name {
  font-size: 12px;
  padding: 0 10px;
  text-align: left;
  width: 100%;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tbody.product-total-list .product-total {
  margin-left: auto;
  justify-content: flex-end;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tbody.product-total-list .product-total bdi, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tbody.product-total-list .product-total span, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tbody.product-total-list .product-total label {
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  border: 0px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer {
  display: table;
  width: 100%;
  padding-top: 13px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer th, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer td {
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  border: 0px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer td bdi, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer td span, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer td label {
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  border: 0px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer td::before {
  display: none;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.cart-subtotal,
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.woocommerce-shipping-totals,
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.cart-discount,
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.order-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.cart-subtotal,
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.woocommerce-shipping-totals,
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.cart-discount,
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.order-total {
    display: table-row;
  }
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.order-total th, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.order-total td {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  border: 0px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.order-total th bdi, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.order-total th span, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.order-total th label, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.order-total td bdi, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.order-total td span, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.order-total td label {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  border: 0px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.order-total th > span, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.order-total td > span {
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  border: 0px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .coupon-container {
  display: none;
  margin-top: 20px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .coupon-container > p {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  border: 0px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .coupon-container .coupon {
  display: flex;
  gap: 5px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .coupon-container .coupon input {
  width: 100%;
  border: solid 1px #C9C9C9;
  color: #000000;
  padding: 16px 20px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .coupon-container .coupon button.btn-coupon {
  background: transparent;
  border: solid 1px #48443D;
  color: #48443D;
  padding: 17px 24px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.5s;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .coupon-container .coupon button.btn-coupon:hover {
  background: #31A86F;
  color: #FFFFFF;
  border: solid 1px #31A86F;
  transition: 0.5s;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .woocommerce-checkout-payment {
  margin-top: 30px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .woocommerce-checkout-payment .payment_methods_title {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  border: 0px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .woocommerce-checkout-payment .methods {
  padding: 0 !important;
  margin-top: 40px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .woocommerce-checkout-payment .methods > li {
  border: none;
  padding: 5px 0;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .woocommerce-checkout-payment .methods > li .payment_box {
  padding: 0 !important;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .woocommerce-checkout-payment .methods > li label {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  border: 0px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .woocommerce-checkout-payment .place-order {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .woocommerce-checkout-payment .place-order .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .woocommerce-checkout-payment .place-order .woocommerce-form__label-for-checkbox:after {
  margin-top: 5px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .woocommerce-checkout-payment .place-order button[name=woocommerce_checkout_place_order] {
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  padding: 17px 16px;
  background: #31A86F;
  margin-top: 27px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .cart-payments {
  margin-top: 40px;
}
/*# sourceMappingURL=main.css.map*/