/*
 Theme Name:   FitLine Child Theme
 Theme URI:    https://fitline.axiomthemes.com/
 Description:  FitLine Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     fitline
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  fitline
*/

/* =Theme customization starts here
------------------------------------------------------------ */

.sc_button_default.color_style_dark,
.color_style_dark .sc_button_default,
.sc_button.color_style_dark:not(.sc_button_simple):not(.sc_button_bordered):not(
    .sc_button_bg_image
  ),
.color_style_dark
  .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(
    .sc_button_bg_image
  ) {
  color: var(--theme-color-bg_color);
  border-color: #ce6633;
  background-color: #ce6633;
}
.scroll_to_top_style_default {
  border-color: #ce6633 !important;
  background-color: #ce6633 !important;
}
ul[class*="trx_addons_list"] > li:before {
  color: #ce6633 !important;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.noscroll.fill_inited {
  height: 150px;
}
.woocommerce-additional-fields,
.woocommerce_status_bar {
  display: none;
}
.shop_table_checkout_review,
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 18px 0px !important;
}
#payment #order_review_heading_payment,
form.woocommerce-checkout > h3#order_review_heading {
  padding-bottom: 0px !important;
}
form.woocommerce-checkout #customer_details .woocommerce-billing-fields h3 {
  font-size: 35px !important;
}
small.tax_label {
  display: none !important;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  padding-left: 0;
}
.woocommerce-form.woocommerce-form-register.register{
  text-align:left !important;
}

.shop_table_in tbody tr:not(:last-child):not(:first-child){
  display:none !important;
}