.woocommerce .cart-collaterals .cart_totals > h2,
.woocommerce-page .cart-collaterals .cart_totals > h2,
.woocommerce-cart-form > h3,
#order_review_heading,
#customer_details .woocommerce-billing-fields > h3,
#customer_details .woocommerce-additional-fields > h3,
h2.woocommerce-order-details__title,
h2.woocommerce-column__title,
.cross-sells > h2 {
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

#add_payment_method .cart-collaterals .cart_totals table select, .woocommerce-cart .cart-collaterals .cart_totals table select, .woocommerce-checkout .cart-collaterals .cart_totals table select {
  width: 100% !important;
}

#calc_shipping_state_field > span {
  width: 100%;
}

.woocommerce table.shop_table {
  border: 1px solid var(--color_border);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce table.shop_table thead {
  display: none;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tbody td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot td {
  border-style: solid;
  border-color: var(--color_border);
  border-width: 0 0 1px 0;
  color: var(--color_heading);
  padding: 15px;
}
table.shop_table td.product-name a {
  font-weight: 500;
}
table.shop_table .product-subtotal, table.shop_table .order-total {
  text-align: right;
}
table.shop_table .product-subtotal > th, table.shop_table .order-total > th {
  text-align: left;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 100px;
}
.woocommerce table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text, .woocommerce #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text {
  min-width: 98px;
}

.woocommerce a.remove {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  text-align: center;
  line-height: 1.125rem;
  border-radius: 100%;
  color: #444 !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.5rem;
  border: 0;
  transition: background-color 0.15s;
}
.woocommerce a.remove:hover {
  background-color: transparent;
}

.woocommerce-cart-form, .woocommerce .col2-set, .woocommerce-page .col2-set {
  width: 100%;
  float: left;
  margin-right: 0;
}

.fmc-checkout-step {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 555px;
  margin: 0 auto 4rem auto;
  padding: 0;
  position: relative;
  /* Checkout style Gostro  */
}
.fmc-checkout-step .step {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  text-align: center;
}
.fmc-checkout-step .step a.step-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--color_body);
}
.fmc-checkout-step .step a.step-link:hover {
  color: var(--color_heading);
}
.fmc-checkout-step .step span.step-icon {
  display: none;
  width: 22px;
  height: 22px;
  border: 1px solid #ccc;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
  color: var(--color_heading);
  background: #ffffff;
}
.fmc-checkout-step .step span.label {
  font-size: 15px;
  font-weight: 500;
}
.fmc-checkout-step .step::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #cccccc;
}
.fmc-checkout-step .step.active a.step-link, .fmc-checkout-step .step.finish a.step-link {
  color: var(--color_heading);
}
.fmc-checkout-step .step.active span.step-icon, .fmc-checkout-step .step.finish span.step-icon {
  background: var(--color_main);
  color: #FFF;
  border-color: var(--color_main);
}
.fmc-checkout-step .step.active span.step-icon svg, .fmc-checkout-step .step.finish span.step-icon svg {
  fill: #ffffff;
}
.fmc-checkout-step .step.active span.label, .fmc-checkout-step .step.finish span.label {
  color: var(--color_heading);
}
.fmc-checkout-step .step.active::before, .fmc-checkout-step .step.finish::before {
  background: var(--color_main);
}
.fmc-checkout-step .step.finish span.step-icon {
  display: flex;
  background: #ffffff;
  color: var(--color_main);
  border-color: var(--color_main);
  margin-bottom: 0;
}
.fmc-checkout-step .step.finish span.step-icon svg {
  width: 13px;
  height: 13px;
  fill: var(--color_main);
}
.fmc-checkout-step .step.finish span.label {
  display: none;
}
.fmc-checkout-step .step.finish.step-order span.label {
  display: block;
}
.fmc-checkout-step .step.finish.step-order span.step-icon {
  display: none;
}
.theme-gostro .fmc-checkout-step {
  max-width: 100%;
  justify-content: center;
}
.theme-gostro .fmc-checkout-step .step {
  flex: none;
  margin: 0 20px 0 0;
}
.theme-gostro .fmc-checkout-step .step a.step-link:hover {
  color: var(--color_heading);
}
.theme-gostro .fmc-checkout-step .step span.label {
  font-size: 20px;
  position: relative;
  line-height: 1.5;
}
.theme-gostro .fmc-checkout-step .step::before {
  display: none;
}
.theme-gostro .fmc-checkout-step .step.finish span.label, .theme-gostro .fmc-checkout-step .step.finish a.step-link:not(:hover) span.label {
  color: var(--color_body);
}
.theme-gostro .fmc-checkout-step .step.finish.step-order span.label {
  color: var(--color_heading);
}

.woocommerce-form-coupon-toggle, .woocommerce-form-login-toggle {
  padding: 15px;
  background-color: #f2f2f2;
  max-width: 680px;
  margin: 0 auto 1.5rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce-form-coupon-toggle .woocommerce-info, .woocommerce-form-login-toggle .woocommerce-info {
  align-items: center;
  justify-content: center !important;
  flex-wrap: wrap;
  color: var(--color_body);
  border: none !important;
  padding: 0;
  margin: 0;
  background: none;
  font-weight: 500;
}
.woocommerce-form-coupon-toggle .woocommerce-info a, .woocommerce-form-login-toggle .woocommerce-info a {
  margin-left: 5px;
}
.woocommerce-form-coupon-toggle .woocommerce-info a:not(:hover), .woocommerce-form-login-toggle .woocommerce-info a:not(:hover) {
  color: var(--color_heading);
}
.woocommerce-form-coupon-toggle svg, .woocommerce-form-login-toggle svg {
  fill: var(--color_heading);
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  display: none;
}

.woocommerce-checkout .woocommerce-form-login-toggle ~ .woocommerce-form-login, .woocommerce-checkout .woocommerce-form-coupon-toggle ~ .woocommerce-form-coupon {
  max-width: 680px;
  margin: 0 auto 30px auto;
  padding: 0;
  text-align: center;
  border: none;
  font-size: 15px;
  color: var(--color_heading);
}
.woocommerce-checkout .woocommerce-form-login-toggle ~ .woocommerce-form-login p.form-row, .woocommerce-checkout .woocommerce-form-coupon-toggle ~ .woocommerce-form-coupon p.form-row {
  text-align: left;
}

.woocommerce-checkout form.woocommerce-form-coupon .form-row-first {
  display: inline-block;
  width: calc(100% - 155px);
  margin-right: 5px;
}
.woocommerce-checkout form.woocommerce-form-coupon .form-row-first input.input-text {
  color: var(--color_body);
  height: 46px;
}
.woocommerce-checkout form.woocommerce-form-coupon .form-row-last {
  display: inline-block;
  width: 150px;
}
.woocommerce-checkout form.woocommerce-form-coupon .form-row-last button.button {
  width: 100%;
}

.woocommerce-checkout .woocommerce-notices-wrapper, .woocommerce-cart .woocommerce-notices-wrapper {
  max-width: 680px;
  margin: 0 auto;
}
.woocommerce-notices-wrapper .woocommerce-message a.button {
  height: 46px;
  line-height: 1.3;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  min-width: 80px;
  justify-content: center;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.woocommerce-cart .woocommerce-cart-form {
  margin-bottom: 50px;
}
.woocommerce-cart .woocommerce-cart-form > h3 {
  display: none;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents {
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  margin-bottom: 0;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents tr:not(.woocommerce-cart-form__cart-item) > td {
  padding: 20px 15px;
  border-bottom: 1px solid #e6e6e6;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents tr:not(.woocommerce-cart-form__cart-item) > td.actions {
  border-bottom: none;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item {
  border-top: 1px solid #e6e6e6;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td {
  padding: 20px 15px 20px 0;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td dl.variation {
  font-size: 13px;
  font-weight: 400;
  color: var(--color_heading);
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td dl.variation dt {
  color: #aaaaaa;
  font-weight: inherit;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td dl.variation dt::after {
  content: ":";
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td dl.variation dd + dt {
  margin-left: 6px;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td dl.variation dd + dt::before {
  content: "/";
  color: var(--color_body);
  margin-right: 6px;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-remove a.remove {
  color: #aaaaaa !important;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-remove a.remove svg {
  fill: #aaaaaa;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-remove a.remove:hover {
  color: var(--color_heading);
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-remove a.remove:hover svg {
  fill: var(--color_heading);
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-price {
  font-size: 15px;
  font-weight: 500;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity .quantity {
  min-width: 50px;
  padding: 0 15px;
  position: relative;
  display: inline-block;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity .quantity .quantity-group-buttons > a {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity .quantity .quantity-group-buttons > a > svg {
  fill: #aaaaaa;
  width: 15px;
  height: 15px;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity .quantity .quantity-group-buttons > a:hover > svg {
  fill: var(--color_heading);
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity .quantity .quantity-plus {
  right: 0;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity .quantity .quantity-minus {
  left: 0;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity .quantity .input-text {
  font-size: 15px;
  font-weight: 500;
  border: none;
  width: 60px;
  text-align: center;
  -moz-appearance: textfield;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity .quantity .input-text::-webkit-inner-spin-button, .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity .quantity .input-text::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-subtotal {
  font-size: 15px;
  font-weight: 500;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.actions .coupon #coupon_code {
  min-width: 200px;
  padding-left: 10px;
  margin-right: 10px;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.actions > button.button[disabled] {
  color: #ffffff;
  background: #8a8a8a;
}
.woocommerce-cart .woocommerce-cart-form button.button {
  min-width: 165px;
}
.woocommerce-cart .cart-collaterals {
  margin-bottom: 50px;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
  margin: 0;
  border: none;
  background: #f8f8f8;
  padding: 15px 15px 0 15px;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table th, .woocommerce-cart .cart-collaterals .cart_totals .shop_table td {
  border: none;
  padding: 20px 0;
  font-size: 15px;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.cart-subtotal td {
  font-weight: 500;
  text-align: right;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals td ul#shipping_method > li {
  margin-bottom: 15px;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals td ul#shipping_method input.shipping_method + label {
  color: #aaaaaa;
  font-weight: 400;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals td ul#shipping_method input.shipping_method[checked=checked] + label {
  color: var(--color_heading);
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.order-total th, .woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.order-total td {
  border-top: 1px solid var(--color_border);
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.order-total td {
  font-size: 24px;
  font-weight: 500;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 25px;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator button.button {
  display: inline-flex;
  height: 46px;
  padding: 0 15px;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: -0.02rem;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border: none;
  background-color: var(--color_button_background);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-width: 150px;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator button.button svg {
  fill: #ffffff;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator button.button:hover {
  background: var(--color_main);
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0 15px 15px 15px;
  margin: 0;
  border: none;
  background: #f8f8f8;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: var(--color_main);
  margin: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  background: var(--color_heading);
}
.woocommerce-cart.familab_theme .select2-container--default {
  max-width: 100%;
}

.woocommerce-checkout form.woocommerce-checkout .form-row-first, .woocommerce-checkout .woocommerce-checkout .form-row-last {
  width: calc(50% - 5px);
}
.woocommerce-checkout #order_review_heading {
  display: none;
}
.woocommerce-checkout .site-main .woocommerce-form-login .form-row-first, .woocommerce-checkout .site-main .woocommerce-form-login .form-row-last {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.woocommerce-checkout .site-main .woocommerce-form-login #username {
  margin-bottom: 0;
}
.woocommerce-checkout .site-main .woocommerce-form-login .woocommerce-form-login__submit {
  width: 100%;
  margin-right: 0;
}
.woocommerce-checkout .site-main .woocommerce-form-login .lost_password {
  margin: 0 0 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-checkout .site-main .woocommerce-form-login .lost_password > label {
  margin-bottom: 0;
}
.woocommerce-checkout .site-main .woocommerce-form-login .lost_password a {
  color: var(--color_heading);
}
.woocommerce-checkout .site-main .woocommerce-form-login .lost_password input#rememberme {
  margin-left: 3px;
  margin-top: -3px;
}
.woocommerce-checkout .site-main form.checkout {
  display: inline-block;
  width: 100%;
}
.woocommerce-checkout .site-main form.checkout button.button {
  min-width: 150px;
}
.woocommerce-checkout .woocommerce-checkout-review-order {
  float: left;
  width: 100%;
}
.woocommerce-checkout #order_review {
  border: 2px solid #000000;
  padding: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table {
  display: flex;
  flex-direction: column;
  border: none;
  margin-bottom: 0;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table thead {
  display: flex;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table thead th:not(.product-name) {
  display: none;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table thead th.product-name {
  font-size: 0.8rem;
  padding: 0;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  padding-bottom: 20px;
  border: none;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table > * {
  flex: 0 0 100%;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody {
  margin-bottom: 30px;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td {
  border: none;
  padding: 0;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name {
  display: flex;
  align-items: flex-start;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name .product-thumbnail {
  width: 60px;
  flex: 0 0 60px;
  margin-right: 15px;
  border: 1px solid #dddddd;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name .product_info .product_item_name_wrap {
  font-size: 15px;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name .product_info .product_item_name_wrap .produc_item_name {
  color: var(--color_heading);
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name .product_info .product_item_name_wrap .product-quantity {
  color: #000000;
  line-height: 24px;
  height: 24px;
  display: inline-block;
  font-weight: 400;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name .product_info dl.variation {
  font-size: 13px;
  font-weight: 400;
  color: var(--color_heading);
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name .product_info dl.variation dt {
  color: #aaaaaa;
  font-weight: inherit;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name .product_info dl.variation dt::after {
  content: ":";
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name .product_info dl.variation dd + dt {
  margin-left: 6px;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name .product_info dl.variation dd + dt::before {
  content: "/";
  content: var(--color_body);
  margin-right: 6px;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-total .amount {
  font-size: 15px;
  color: var(--color_heading);
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item + .cart_item {
  margin-top: 20px;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot {
  background: #FFF;
  border: none;
  padding: 0;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr {
  display: flex;
  width: 100%;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr td, .woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr th {
  border: none;
  padding: 0;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr th {
  flex: 0 0 120px;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr td {
  flex: 0 0 calc(100% - 120px);
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal {
  padding-bottom: 25px;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
  font-weight: 500;
  font-size: 15px;
  text-align: right;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals th, .woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td {
  border-top: 1px solid var(--color_border);
  padding-top: 25px;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul#shipping_method > li {
  margin-bottom: 15px;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul#shipping_method input.shipping_method + label {
  color: #aaaaaa;
  font-weight: 400;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul#shipping_method input.shipping_method[checked=checked] + label {
  color: var(--color_heading);
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  border-top: 1px solid var(--color_border);
  padding-top: 28px;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  font-size: 18px;
  font-weight: 500 !important;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot ul#shipping_method {
  margin-bottom: 25px;
}
.woocommerce-checkout #order_review #payment {
  padding: 0;
}
.woocommerce-checkout #order_review #payment .wc_payment_methods {
  margin-top: 30px;
  border: 1px solid var(--color_input_border);
  padding: 20px;
}
.woocommerce-checkout #order_review #payment .place-order {
  padding: 25px 0 0 0;
  margin: 0;
}
.woocommerce-checkout #order_review #payment a {
  color: var(--color_main);
}
.woocommerce-checkout #order_review #payment a:hover {
  text-decoration: underline;
}
.woocommerce-checkout #order_review #payment button#place_order {
  margin-top: 8px;
  width: 100%;
}
.woocommerce-checkout section.woocommerce-customer-details section.addresses {
  width: 100%;
  margin-right: 0;
}
.woocommerce-checkout section.woocommerce-customer-details section.addresses .woocommerce-column {
  width: 100%;
  flex: 100%;
  max-width: 100%;
  padding: 0;
}
.woocommerce-checkout section.woocommerce-customer-details section.addresses .woocommerce-column address {
  padding: 15px;
  border: 1px solid var(--color_border) !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce-checkout #createaccount + span {
  color: var(--color_heading);
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background-color: #ffffff;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  color: var(--color_heading);
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
#add_payment_method #payment ul.payment_methods li > input[type=radio], .woocommerce-cart #payment ul.payment_methods li > input[type=radio], .woocommerce-checkout #payment ul.payment_methods li > input[type=radio] {
  margin-right: 10px;
}
#add_payment_method #payment ul.payment_methods li > label, .woocommerce-cart #payment ul.payment_methods li > label, .woocommerce-checkout #payment ul.payment_methods li > label {
  margin-bottom: 0;
}
#add_payment_method #payment ul.payment_methods li.payment_method_paypal, .woocommerce-cart #payment ul.payment_methods li.payment_method_paypal, .woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal {
  align-items: flex-start;
}
#add_payment_method #payment ul.payment_methods li.payment_method_paypal > label[for=payment_method_paypal], .woocommerce-cart #payment ul.payment_methods li.payment_method_paypal > label[for=payment_method_paypal], .woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal > label[for=payment_method_paypal] {
  width: 90%;
}
#add_payment_method #payment ul.payment_methods li.payment_method_paypal > input[type=radio], .woocommerce-cart #payment ul.payment_methods li.payment_method_paypal > input[type=radio], .woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal > input[type=radio] {
  margin-top: 16px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  margin: 0 0 10px 0;
  font-size: inherit;
  border-radius: 0;
  line-height: 1.5;
  background-color: #FFF;
  color: var(--color_body);
  padding: 0;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

#add_payment_method #payment ul.payment_methods .stripe-card-group,
.woocommerce-checkout #payment ul.payment_methods .stripe-card-group,
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
  width: 100%;
}

.woocommerce-checkout form .payment_method_stripe .form-row label {
  padding: 0;
  position: static;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator button.button {
    height: 46px;
  }

  .woocommerce-checkout .site-main form.checkout button.button {
    height: 46px;
  }
  .woocommerce-checkout section.woocommerce-customer-details {
    display: flex;
  }

  .woocommerce-checkout form.woocommerce-form-coupon .form-row-first {
    width: calc(100% - 190px);
    margin-right: 10px;
  }
  .woocommerce-checkout form.woocommerce-form-coupon .form-row-first input.input-text {
    height: 46px;
  }
  .woocommerce-checkout form.woocommerce-form-coupon .form-row-last {
    width: 180px;
  }
  .woocommerce-checkout form.woocommerce-form-coupon .form-row-last button.button {
    -webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
    -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
    -ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
    -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
    transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
    height: 46px;
    padding: 0 25px;
  }

  .woocommerce-form-coupon-toggle svg, .woocommerce-form-login-toggle svg {
    display: block;
  }

  /* Checkout style Gostro  */
  .fmc-checkout-step {
    flex-wrap: wrap;
  }
  .theme-gostro .fmc-checkout-step .step span.step-icon {
    display: none;
  }
  .theme-gostro .fmc-checkout-step .step span.label {
    font-size: 30px;
    position: relative;
  }
  .theme-gostro .fmc-checkout-step .step.finish span.step-icon {
    display: none;
  }
  .theme-gostro .fmc-checkout-step .step.finish span.label {
    display: block;
  }

  /* Checkout - two column default  */
  .woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 65%;
    margin-right: 30px;
  }

  .cart-collaterals {
    display: flex;
    flex-direction: column-reverse;
  }
  .woocommerce-page .cart-collaterals {
    width: 100%;
  }
  .woocommerce-page.checkout-layout-default .cart-collaterals .cart_totals {
    width: 100%;
  }

  .woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .cross-sells ~ .cart_totals,
.woocommerce-page .cart-collaterals .cross-sells ~ .cart_totals {
    width: 100%;
  }

  .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
  }

  #order_review, .woocommerce-checkout-review-order {
    width: calc(40% - 30px);
  }

  #customer_details {
    width: 60%;
  }

  .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tbody td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot td {
    padding: 15px 20px;
  }

  .woocommerce-checkout #order_review {
    padding: 15px 20px 20px 20px;
  }
  .woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name .product-thumbnail {
    margin-right: 15px;
  }
  .woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
    margin-bottom: 2rem;
  }
  .woocommerce-checkout.woocommerce-page form .form-row {
    margin-bottom: 30px;
  }
  .woocommerce-checkout .form-row-first, .woocommerce-checkout .form-row-last {
    width: calc(50% - 15px);
  }
  .woocommerce-checkout section.woocommerce-customer-details section.addresses .woocommerce-column {
    width: 49%;
    flex: 49%;
    max-width: 490%;
  }

  .woocommerce-cart .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents thead {
    display: table-header-group;
  }
  .woocommerce-cart .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents thead th {
    font-weight: bold;
    color: var(--color_heading);
    line-height: 30px;
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 0 1px 1px 0;
  }
  .woocommerce-cart .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents thead th.product-subtotal, .woocommerce-cart .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents thead th.product-remove {
    border-right: none;
  }
  .woocommerce-cart .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents td.product-thumbnail {
    padding-left: 15px;
    width: 145px;
  }
  .woocommerce-cart .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents td.product-quantity .quantity {
    border: 2px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .woocommerce-cart .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents td.product-quantity .quantity .quantity-group-buttons > a > svg {
    width: 11px;
    height: 11px;
  }
  .woocommerce-cart .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents td.product-quantity .quantity .quantity-minus {
    left: 10px;
  }
  .woocommerce-cart .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents td.product-quantity .quantity .quantity-plus {
    right: 10px;
  }
  .woocommerce-cart .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents td.product-quantity .quantity .input-text {
    width: 110px !important;
    height: 38px;
  }
  .woocommerce-cart .cart-collaterals .cart_totals > h2 {
    margin: 0;
    background: #e9e9e9;
    line-height: 1.5rem;
    padding: 15px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .woocommerce-cart .cart-collaterals .cart_totals.calculated_shipping .shop_table th, .woocommerce-cart .cart-collaterals .cart_totals.calculated_shipping .shop_table td {
    padding: 10px 0;
  }
  .woocommerce-cart .cart-collaterals .cart_totals.calculated_shipping .shop_table .shipping-calculator-button {
    font-size: 16px;
    font-weight: 500;
    color: var(--color_heading);
  }
  .woocommerce-cart .cart-collaterals .cart_totals.calculated_shipping .shop_table tbody th {
    font-size: 16px;
    font-weight: 500;
    width: 45%;
  }
  .woocommerce-cart .cart-collaterals .cart_totals.calculated_shipping .shop_table tr.order-total td, .woocommerce-cart .cart-collaterals .cart_totals.calculated_shipping .shop_table tr.order-total th {
    padding-top: 30px;
  }
  .woocommerce-cart .cart-collaterals .cart_totals.calculated_shipping .shop_table tr.order-total strong {
    font-weight: 500;
  }
  .woocommerce-cart .cart-collaterals .cart_totals.calculated_shipping .shop_table .woocommerce-shipping-destination strong {
    font-weight: 400;
  }
  .woocommerce-cart .cart-collaterals .cross-sells > h2 {
    margin: 2.5rem 0 0;
    background: #e9e9e9;
    line-height: 1.5rem;
    padding: 15px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .woocommerce-cart .cart-collaterals .cross-sells > ul.products {
    margin-top: 20px;
    margin-left: -8px;
    margin-right: -8px;
  }
  .woocommerce-cart .cart-collaterals .cross-sells > ul.products > li {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  }
}
@media (min-width: 992px) {
  /* Checkout style Gostro  */
  .theme-gostro .fmc-checkout-step .step {
    margin: 0 20px;
  }

  #order_review, .woocommerce-checkout-review-order {
    width: calc(35% - 30px);
  }

  #customer_details {
    width: 65%;
  }

  .woocommerce-cart-form {
    width: 65%;
    margin-right: 30px;
  }

  .woocommerce-page .cart-collaterals {
    width: calc(35% - 30px);
    float: right;
  }
}
@media (min-width: 1200px) {
  /* Checkout style Gostro  */
  .theme-gostro .fmc-checkout-step .step {
    margin: 0 30px;
  }

  .woocommerce-checkout #order_review {
    padding: 25px 30px 30px 30px;
  }
  .woocommerce-checkout #payment button#place_order {
    height: 60px;
  }

  .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
    height: 60px;
  }
  .woocommerce-cart .cart-collaterals .cart_totals.calculated_shipping {
    padding-bottom: 35px;
  }
  .woocommerce-cart .cart-collaterals .cart_totals.calculated_shipping > h2 {
    padding-left: 30px;
  }
  .woocommerce-cart .cart-collaterals .cart_totals.calculated_shipping .shop_table {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1440px) {
  /* Checkout style Gostro  */
  .theme-gostro .fmc-checkout-step {
    margin-top: 10px;
    margin-bottom: 60px;
  }

  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td.product-remove {
    width: 25px;
  }
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td.product-thumbnail {
    width: 145px;
  }
  .woocommerce-cart .cart-collaterals .cart_totals .shop_table {
    padding: 30px 20px 0 20px;
  }
  .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding: 0 20px 30px 20px;
  }

  .woocommerce-checkout form.woocommerce-form-coupon .form-row-last {
    width: 220px;
  }
  .woocommerce-checkout form.woocommerce-form-coupon .form-row-first {
    width: calc(100% - 230px);
  }
  .woocommerce-checkout form.woocommerce-checkout .form-row-first, .woocommerce-checkout .woocommerce-checkout .form-row-last {
    width: calc(50% - 8px);
  }
}
@media (max-width: 991px) {
  /* woocommerce-checkout */
  #order_review table.woocommerce-checkout-review-order-table tfoot {
    padding: 20px 15px 0 15px;
  }
  #order_review #payment {
    padding: 0 15px 20px 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce table.cart tr td.product-quantity {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .woocommerce-cart.woocommerce-page table.cart tr td.actions .coupon #coupon_code, .woocommerce-cart.woocommerce-page table.cart tr td.actions .coupon button.button {
    width: 100% !important;
    margin-bottom: 0.5rem;
  }

  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents tr:not(.woocommerce-cart-form__cart-item) > td {
    padding: 30px 15px;
  }
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item {
    border-bottom: 1px solid #e6e6e6;
    border-top: none;
  }
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td {
    padding: 8px 15px;
    border: none;
  }
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity .quantity .input-text {
    background: none;
  }
  .woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td {
    padding: 10px 0;
    background: none;
  }
  .woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td.woocommerce-shipping-destination-wrap p, .woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td.woocommerce-shipping-calculator-wrap p {
    text-align: left;
  }
  .woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td.woocommerce-shipping-destination-wrap::before, .woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td.woocommerce-shipping-calculator-wrap::before {
    display: none;
  }

  #customer_details {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents thead th {
    border-bottom: 0 !important;
  }

  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item td {
    padding: 5px 15px;
    font-size: 15px;
    border: none;
  }
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item td.product-thumbnail::before {
    display: none;
  }
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item td.product-quantity .quantity .input-text {
    height: 20px;
    width: 50px;
  }
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item td.product-remove {
    position: absolute;
    bottom: 15px;
    left: 30px;
    background: #FFF;
    border: none;
  }
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item td.product-thumbnail {
    display: block !important;
    position: absolute;
    width: 100px;
    left: 0;
    border: none;
    padding-right: 0;
  }

  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    font-weight: 400;
    font-size: 15px;
    color: var(--color_body);
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: #FFF;
  }

  .woocommerce-cart .cart-collaterals .cart_totals .shop_table, .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout, .woocommerce-cart .cart-collaterals .cart_totals .shop_table td {
    background: #F8F8F8;
  }
  .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item {
    padding-left: 80px;
  }
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item td.product-thumbnail {
    width: 80px;
    padding-left: 15px;
    padding-right: 0;
  }
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item td.product-remove {
    left: 20px;
  }

  .fmc-checkout-step .step.finish.step-cart, .fmc-checkout-step .step.finish.step-checkout {
    /* display: none */
  }

  .header-element.cart_box a.cart-btn .mini-cart-contents .cart-counter > span {
    top: -5px;
    left: 50%;
  }
}

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