/*rgba(245, 130, 32, 0.05)*/
.content-wrapper.shelf-products .content {
  width: 100%;
}
.content-wrapper.shelf-products .content .title {
  color: #F58220;
  margin-bottom: 0.85em;
}
.content-wrapper.shelf-products .content .caption {
  font-size: 0.8em;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
.content-wrapper.shelf-products .content .content-inner {
  color: #4A4A4A;
  max-height: 22.5em;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.content-wrapper.shelf-products .content .content-inner .content-overflow {
  overflow: hidden;
  height: 13.9em;
  margin-top: 0.9em;
}
.content-wrapper.shelf-products .content .content-inner .content-left, .content-wrapper.shelf-products .content .content-inner .content-right {
  background-color: #fdedde;
  border-color: #fdedde;
  position: relative;
  width: 8.6em;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-wrapper.shelf-products .content .content-inner .content-left::before, .content-wrapper.shelf-products .content .content-inner .content-left::after, .content-wrapper.shelf-products .content .content-inner .content-right::before, .content-wrapper.shelf-products .content .content-inner .content-right::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.content-wrapper.shelf-products .content .content-inner .content-left .caption-text, .content-wrapper.shelf-products .content .content-inner .content-right .caption-text {
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 0.4em;
  display: inline-block;
  color: #F58220;
}
.content-wrapper.shelf-products .content .content-inner .content-left .text, .content-wrapper.shelf-products .content .content-inner .content-right .text {
  font-size: 0.8em;
  line-height: 1.4;
}
.content-wrapper.shelf-products .content .content-inner .content-left {
  margin-right: 2.4em;
  padding-left: 1.1em;
}
.content-wrapper.shelf-products .content .content-inner .content-left::before {
  width: 0;
  height: 0;
  border-bottom: 7.9em solid transparent;
  border-top: 7.9em solid transparent;
  border-left-width: 2em;
  border-left-style: solid;
  border-left-color: #41C7CF;
  bottom: -1em;
  right: 0;
  transform: translateX(2.1em);
}
.content-wrapper.shelf-products .content .content-inner .content-left::after {
  width: 0;
  height: 0;
  border-bottom: 7.9em solid transparent;
  border-top: 7.9em solid transparent;
  border-left-width: 2em;
  border-left-style: solid;
  border-left-color: inherit;
  bottom: -1em;
  right: 0;
  transform: translateX(2em);
}
.content-wrapper.shelf-products .content .content-inner .content-right {
  margin-left: 2.4em;
  padding-right: 1.1em;
}
.content-wrapper.shelf-products .content .content-inner .content-right::before {
  width: 0;
  height: 0;
  border-bottom: 7.9em solid transparent;
  border-top: 7.9em solid transparent;
  border-right-width: 2em;
  border-right-style: solid;
  border-right-color: #41C7CF;
  bottom: -1em;
  transform: translateX(-2em);
}
.content-wrapper.shelf-products .content .content-inner .content-right::after {
  width: 0;
  height: 0;
  border-bottom: 7.9em solid transparent;
  border-top: 7.9em solid transparent;
  border-right-width: 2em;
  border-right-style: solid;
  border-right-color: inherit;
  bottom: -1em;
  transform: translateX(-1.9em);
}
.content-wrapper.shelf-products .content .content-inner .content-right .caption-text {
  text-align: right;
}
.content-wrapper.shelf-products .content .content-inner .content-right .text {
  text-align: right;
}
.content-wrapper.shelf-products .content .content-inner .content-list {
  list-style: none;
  font-size: 0.8em;
  line-height: 150%;
  width: 50em;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.content-wrapper.shelf-products .content .content-inner .content-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 2.45em;
}
.content-wrapper.shelf-products .content .content-inner .content-list li .item-before, .content-wrapper.shelf-products .content .content-inner .content-list li .item-after {
  height: 100%;
  width: 18.5em;
  background: #FFFFFF;
  font-size: 0.9em;
  line-height: 1;
  /* padding: .2em; */
  display: flex;
  align-items: center;
  padding-left: 0.7em;
  padding-right: 0;
  border-left: 0.1em solid #E5E8E9;
  border-right: 0.1em solid #E5E8E9;
  border-top: 0.1em solid #E5E8E9;
  position: relative;
}
.content-wrapper.shelf-products .content .content-inner .content-list li .item-before:last-child, .content-wrapper.shelf-products .content .content-inner .content-list li .item-after:last-child {
  border-bottom: 0.1em solid #E5E8E9;
}
.content-wrapper.shelf-products .content .content-inner .content-list li .item-before:before, .content-wrapper.shelf-products .content .content-inner .content-list li .item-after:before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  background: #F58220;
  position: absolute;
}
.content-wrapper.shelf-products .content .content-inner .content-list li .item-before:after, .content-wrapper.shelf-products .content .content-inner .content-list li .item-after:after {
  content: "";
  border-bottom: 0.2em solid #F58220;
  width: 3.6em;
  height: 100%;
  bottom: 1.25em;
  position: absolute;
}
.content-wrapper.shelf-products .content .content-inner .content-list li .item-before:before {
  right: -0.1em;
  transform: translateX(50%);
}
.content-wrapper.shelf-products .content .content-inner .content-list li .item-before:after {
  right: -0.1em;
  transform: translateX(100%);
}
.content-wrapper.shelf-products .content .content-inner .content-list li .item-after {
  justify-content: flex-end;
  padding-right: 0.7em;
  padding-left: 0;
}
.content-wrapper.shelf-products .content .content-inner .content-list li .item-after:before {
  left: -0.1em;
  transform: translateX(-50%);
}
.content-wrapper.shelf-products .content .content-inner .content-list li .item-after:after {
  bottom: 1.2em;
  left: -0.1em;
  transform: translateX(-100%);
}
.content-wrapper.shelf-products .content .content-inner .content-list-content {
  width: 11.9em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9em;
  line-height: 1.2;
  text-align: center;
}

/*# sourceMappingURL=shelf-products-template.css.map */
