/*
Theme Name: C11WE0426
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
.fp-heading h1, .fp-heading h2, .fp-heading h3, .fp-heading h4, .fp-heading h5, .fp-heading h6 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 2px;
  text-transform: uppercase;
  font-size: 40px;
}
.fp-heading h1:before, .fp-heading h1:after, .fp-heading h2:before, .fp-heading h2:after, .fp-heading h3:before, .fp-heading h3:after, .fp-heading h4:before, .fp-heading h4:after, .fp-heading h5:before, .fp-heading h5:after, .fp-heading h6:before, .fp-heading h6:after {
  content: "";
  position: absolute;
  bottom: 0;
  background: linear-gradient(to right, #bc202e, #FFF);
  width: 100px;
  height: 2px;
  border-radius: 30px;
}
.fp-heading h1:before, .fp-heading h2:before, .fp-heading h3:before, .fp-heading h4:before, .fp-heading h5:before, .fp-heading h6:before {
  left: calc(50% - 102px);
  background: linear-gradient(to left, #bc202e, #FFF);
}
.fp-heading h1:after, .fp-heading h2:after, .fp-heading h3:after, .fp-heading h4:after, .fp-heading h5:after, .fp-heading h6:after {
  left: calc(50% + 2px);
  background: linear-gradient(to right, #bc202e, #FFF);
}

.box.box-category .box-image {
  border: 1px solid #F1F1F1;
  border-radius: 50%;
  padding: 10px;
}
.box.box-category .box-text .header-title {
  color: #bc202e;
}

.box.product-small .box-image {
  box-shadow: 0 0 10px rgba(174, 174, 174, 0.15);
  border: 1px solid #F1F1F1;
}
.box.product-small .box-text .product-title a {
  color: #000;
  font-weight: bold;
}

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