/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.nav .prominent a {
  background-color: #446084;
  background-color: var(--primary-color);
  transition: box-shadow .3s;
  color: #fff;
  padding-left: 1em;
  padding-right: 1em;
}

.nav .prominent:hover a {
  box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
  color: #fff;
}

.kati-sportcap-variations-table {
  color: #000;
  font-size: .9rem !important;
}

.kati-sportcap-variations-table__td {
  text-align: left !important;
}

.wc-item-meta-label {
  text-transform: capitalize;
}

.mini_cart_item .backorder_notification {
  font-size: 0.8em;
}

.woocommerce-disabled {
  opacity: 0.5;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/

}
