/*
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.   ***************/


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


}

.product-short-description {
  background: #fff8e6;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  padding: 24px 28px;
  margin: 20px 0;
  font-size: 18px;
  color: #333;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.product-short-description ul {
  margin: 0;
  padding-left: 20px;
  list-style: disc;
}

.product-short-description li {
  margin-bottom: 10px;
  line-height: 1.7;
}

.product-short-description strong {
  font-weight: 500;
}
.bottom-right #widgetBubbleRow, .bottom-left #widgetBubbleRow{
	display: none !important;
}
