/**
* Theme Name: Autofiix Child
* Description: This is a child theme of Autofiix, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opal Team</a>
* Template: autofiix
* Version: 1.0.0
*/

.autofiix-mobile-nav {
  width: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mobile-navigation ul > li.menu-item > a,
.mobile-navigation-categories ul > li.menu-item > a {
  padding: 10px 0;
}

.mobile-navigation .dropdown-toggle,
.mobile-navigation-categories .dropdown-toggle {
  padding: 13px 0;
}

/* custom css */
.elementor-widget-autofiix-price-table .price_table_header .title {
  /* text-transform: lowercase !important; */
  text-transform: none !important;
}

.elementor-widget-autofiix-price-table
  .price_table_header
  .title::first-letter {
  text-transform: uppercase;
}

/* test card new view */
@media (max-width: 767px) {
  .elementor-widget-autofiix-price-table .price_table_header .title {
    margin-bottom: 40px !important;
  }

  .elementor-widget-autofiix-price-table .price_table_header {
    padding: 20px 15px 20px 15px !important;
    min-height: auto;
  }

  .elementor-widget-autofiix-price-table
    .elementor-price-table__features-list
    .elementor-price-table__feature-inner {
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  .elementor-widget-autofiix-price-table .elementor-price-table__price {
    display: flex;
    align-items: baseline;
  }

  .elementor-widget-autofiix-price-table .elementor-price-table__features-list {
    margin: 15px 15px 15px 30px !important;
  }
}
