/*
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.   ***************/
.woocommerce-loop-product__link {
  font-size: 1.3em;
  color: #ff6600;
}

.product-short-description {
  padding-left: 10px;
  padding-right: 10px;
}

.product-short-description p:first {
  font-size: 0.9em;
  max-height: 210px;
  overflow: hidden;
  padding-bottom: 50px;
}

.product-short-description p:not(first) {
  display: none;
}

.product-short-description p::after {
  content: "...";
}

.product-title.product_title.entry-title {
  color: #ff6600;
}

.col-inner {
  height: 100%;
}

.stuck {
  background-color: #fff;
  opacity: 0.9;
}

.logo a {
  border: 0px;
}

.nav-left.nav-line-bottom > li > a:before {
  background: #fff !important;
  text-decoration: none !important;
  border-bottom: 0px !important;
  color: #fff;
}

form.register > p:first-child {
  visibility: hidden;
  display: none;
}

.points_amount {
  font-style: italic;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
}

.points_page_list {
  margin-left: 25px;
}

.points_page_list li {
  margin-left: 0px;
  margin-bottom: 0px;
}

.product-short-description {
  margin-left: -10px;
  margin-bottom: 10px;
}

.product-small .col-inner .product-short-description {
  display: none;
}

.product-summary .woocommerce-Price-currencySymbol {
  font-size: 1em;
}

.banner {
  min-height: 400px;
}

.wpforms-confirmation-container-full {
  background-color: transparent !important;
  border: 0px !important;
}

.payment-icons .payment-icon {
    display: none;
}

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