.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 {
  color: var(--color_heading);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}

.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 {
  color: var(--color_heading);
}
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 Caston  */
}
.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;
}
.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 span.label:not(:hover) {
  color: #aaaaaa;
}
.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-caston .fmc-checkout-step {
  max-width: 100%;
  justify-content: center;
}
.theme-caston .fmc-checkout-step .step {
  flex: none;
  margin: 0 20px 0 0;
}
.theme-caston .fmc-checkout-step .step a.step-link:hover {
  color: var(--color_heading);
}
.theme-caston .fmc-checkout-step .step span.label {
  font-size: 20px;
  position: relative;
  line-height: 1.5;
}
.theme-caston .fmc-checkout-step .step::before {
  display: none;
}
.theme-caston .fmc-checkout-step .step.finish span.label:not(:hover) {
  color: var(--color_body);
}
.theme-caston .fmc-checkout-step .step.finish.step-order span.label {
  color: var(--color_heading);
}
.theme-caston .fmc-checkout-step .step.finish.step-order span.label::after {
  background: #000000;
}

.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;
  text-transform: uppercase;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--color_body);
  border: none !important;
  padding: 0;
  margin: 0;
  background: none;
  font-weight: 600;
}
.woocommerce-form-coupon-toggle .woocommerce-info a, .woocommerce-form-login-toggle .woocommerce-info a {
  color: var(--color_heading);
  margin-left: 3px;
}
.woocommerce-form-coupon-toggle svg, .woocommerce-form-login-toggle svg {
  fill: var(--color_heading);
  width: 20px;
  height: 20px;
  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);
  font-size: 15px;
  height: 50px;
  line-height: 20px;
  padding: 15px;
}
.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%;
  height: 50px;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  background-color: var(--color_button_background);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce-checkout form.woocommerce-form-coupon .form-row-last button.button svg {
  fill: #ffffff;
}

.woocommerce-checkout .woocommerce-notices-wrapper, .woocommerce-cart .woocommerce-notices-wrapper {
  max-width: 680px;
  margin: 0 auto;
}
.woocommerce-notices-wrapper .woocommerce-message a.button {
  height: 50px;
  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: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.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;
  font-size: 15px;
}
.woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents td.actions .coupon #coupon_code :not(:focus) {
  color: var(--color_body);
}
.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 {
  height: 50px;
  border: none;
  background: var(--color_heading);
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  padding: 12px 30px;
  min-width: 150px;
}
.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 input[type=email], .woocommerce-cart input[type=search], .woocommerce-cart input[type=number], .woocommerce-cart input[type=url], .woocommerce-cart input[type=tel], .woocommerce-cart input[type=text], .woocommerce-cart input[type=password] {
  height: 50px;
  background: #ffffff;
}
.woocommerce-cart.familab_theme .select2-container--default {
  max-width: 100%;
}
.woocommerce-cart.familab_theme .select2-container--default .select2-selection--single {
  height: 50px;
  line-height: 50px;
  background: #ffffff;
}
.woocommerce-cart.familab_theme .select2-container--default .select2-selection--single > .select2-selection__arrow {
  height: 50px;
  top: 0;
}

.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 .woocommerce-form-login .lost_password {
  margin: 0;
}
.woocommerce-checkout .woocommerce-form-login .lost_password a {
  color: var(--color_heading);
}
.woocommerce-checkout .site-main form.checkout {
  display: inline-block;
  width: 100%;
}
.woocommerce-checkout .site-main form.checkout input[type=email], .woocommerce-checkout .site-main form.checkout input[type=search], .woocommerce-checkout .site-main form.checkout input[type=number], .woocommerce-checkout .site-main form.checkout input[type=url], .woocommerce-checkout .site-main form.checkout input[type=tel], .woocommerce-checkout .site-main form.checkout input[type=text], .woocommerce-checkout .site-main form.checkout input[type=password] {
  height: 50px;
  background: #ffffff;
}
.woocommerce-checkout .site-main form.checkout .select2-container--default {
  max-width: 100%;
}
.woocommerce-checkout .site-main form.checkout .select2-container--default .select2-selection--single {
  height: 50px;
  line-height: 50px;
  background: #ffffff;
}
.woocommerce-checkout .site-main form.checkout .select2-container--default .select2-selection--single > .select2-selection__arrow {
  height: 50px;
  top: 0;
}
.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: 1px solid #000000;
  padding: 15px;
}
.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: 12px;
  padding: 0;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  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;
  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: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.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.woocommerce-page form .form-row label[for=billing_country], .woocommerce-checkout.woocommerce-page form .form-row label[for=order_comments], .woocommerce-checkout.woocommerce-page form .form-row label[for=shipping_country] {
  top: 0;
  color: var(--color_heading);
  width: auto;
}
.woocommerce-checkout.woocommerce-page form .form-row label.woocommerce-form__label-for-checkbox, .woocommerce-checkout.woocommerce-page form .form-row label.woocommerce-form-login__rememberme {
  position: static;
  background: none;
  transform: translateY(0);
  padding-left: 0;
}
.woocommerce-checkout.woocommerce-page form .form-row label.woocommerce-form-login__rememberme {
  padding: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-15px);
}
.woocommerce-checkout.woocommerce-page form .form-row label.woocommerce-form-login__rememberme input#rememberme {
  margin-top: -3px;
}
.woocommerce-checkout.woocommerce-page form .form-row label .required {
  color: inherit;
  font-weight: inherit;
}
.woocommerce-checkout.woocommerce-page form .form-row .input-text {
  font-size: 15px;
}
.woocommerce-checkout.woocommerce-page form .form-row .input-text#billing_address_1::placeholder, .woocommerce-checkout.woocommerce-page form .form-row .input-text#billing_email::placeholder, .woocommerce-checkout.woocommerce-page form .form-row .input-text#shipping_country::placeholder {
  opacity: 0;
}
.woocommerce-checkout.woocommerce-page form .form-row .input-text#billing_email {
  font-size: 0;
}
.woocommerce-checkout.woocommerce-page form .form-row .input-text#billing_email:focus, .woocommerce-checkout.woocommerce-page form .form-row .input-text#billing_email.has-content {
  font-size: 15px;
}
.woocommerce-checkout.woocommerce-page form .form-row .input-text:focus ~ label, .woocommerce-checkout.woocommerce-page form .form-row .input-text.has-content ~ label {
  top: 0;
  color: var(--color_heading);
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  width: 100%;
}

#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);
}
#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: 50px;
  }

  .woocommerce-checkout input[type=email], .woocommerce-checkout input[type=search], .woocommerce-checkout input[type=number], .woocommerce-checkout input[type=url], .woocommerce-checkout input[type=tel], .woocommerce-checkout input[type=text], .woocommerce-checkout input[type=password], .woocommerce-cart input[type=email], .woocommerce-cart input[type=search], .woocommerce-cart input[type=number], .woocommerce-cart input[type=url], .woocommerce-cart input[type=tel], .woocommerce-cart input[type=text], .woocommerce-cart input[type=password] {
    height: 50px;
  }
  .woocommerce-checkout.familab_theme .select2-container--default .select2-selection--single, .woocommerce-cart.familab_theme .select2-container--default .select2-selection--single {
    height: 50px;
    line-height: 50px;
  }
  .woocommerce-checkout.familab_theme .select2-container--default .select2-selection--single > .select2-selection__arrow, .woocommerce-cart.familab_theme .select2-container--default .select2-selection--single > .select2-selection__arrow {
    height: 50px;
  }

  .woocommerce-checkout .site-main form.checkout button.button {
    height: 50px;
  }
  .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: 50px;
  }
  .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: 50px;
    padding: 15px 25px;
    letter-spacing: 2px;
  }

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

  /* Checkout style Caston  */
  .fmc-checkout-step {
    flex-wrap: wrap;
  }
  .theme-caston .fmc-checkout-step .step span.step-icon {
    display: none;
  }
  .theme-caston .fmc-checkout-step .step span.label {
    font-size: 30px;
    position: relative;
    padding-bottom: 8px;
  }
  .theme-caston .fmc-checkout-step .step span.label::after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .theme-caston .fmc-checkout-step .step span.label:hover::after {
    background: #000000;
  }
  .theme-caston .fmc-checkout-step .step.active span.label::after {
    background: #000000;
  }
  .theme-caston .fmc-checkout-step .step.finish span.step-icon {
    display: none;
  }
  .theme-caston .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 18px 20px 18px;
  }
  .woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name .product-thumbnail {
    margin-right: 10px;
  }
  .woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
    margin-bottom: 35px;
  }
  .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: 600;
    font-size: 12px;
    text-transform: uppercase;
    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;
  }
  .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: 20px;
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .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: 20px;
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .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 Caston  */
  .theme-caston .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 Caston  */
  .theme-caston .fmc-checkout-step .step {
    margin: 0 30px;
  }

  .woocommerce-checkout #order_review {
    padding: 25px 40px 40px 40px;
  }
  .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 Caston  */
  .theme-caston .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-last button.button {
    width: 100%;
    line-height: 1.2;
    padding: 15px;
  }
  .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: 768px) {
  .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 thead {
    display: none !important;
  }
  .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;
  }

  .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;
  }
  .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: 20px;
    background: #FFF;
  }
  .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;
  }
  .woocommerce-cart .woocommerce-cart-form table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item td.product-thumbnail img {
    border: 1px solid var(--color_border);
  }

  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    font-weight: 500;
    font-size: 15px;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: #FFF;
  }
}
@media (max-width: 575px) {
  .familab_theme form.track_order > .form-row {
    width: 100%;
    margin-bottom: 25px;
  }

  .fmc-checkout-step {
    display: block;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .fmc-checkout-step .step {
    display: inline-block;
    margin-right: 10px;
  }

  .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 {
    display: block;
    max-width: 155px;
  }
  .woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
    margin-bottom: 35px;
  }
  .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%;
  }
}
@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;
  }
}

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