@import url("https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@400;700&family=Montserrat:wght@700&display=swap");
.header_title {
  text-transform: uppercase;
  margin-bottom: 50px;
}

@media screen and (min-width: 1366px) {
  .container {
    max-width: 1366px !important;
  }
}
.text-primary {
  color: #e00303;
}

.text-primaryi {
  color: #e00303 !important;
}

.font-pacifico {
  font-family: "Pacifico", cursive;
}

.font-open-sans {
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
}

.font-hind {
  font-family: "Hind", sans-serif;
}

.font-nunito {
  font-family: "Nunito", sans-serif;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.font-hind-vadodara {
  font-family: "Hind Vadodara", sans-serif;
}

.border-bottom-primary-dashed {
  border-bottom: 1px dashed #e00303;
}

.bg-white {
  background: white;
}

/** otherwise the logo becomes big for some resolutions */
#logo {
  max-width: 350px;
}

/** WooCommerce */
/* Hides the Woocommerce cart icon in the menu */
/** @source: https://worthitmedia.co.uk/hide-the-divi-woocommerce-menu-icon-when-cart-is-empty/#:~:text=The%20first%20way%20of%20hiding,showing%20in%20your%20Divi%20menu.
// Same change in divi css as well
#et-top-navigation .et-cart-info {
    display: none;
}
*/

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