.button.sticky-side-button {
    float: left;
  position: fixed;
  top: calc(50% - 47px);
  right: -75px;
    transform: rotate(90deg);
    z-index:9999;
    cursor: pointer;
box-color: black;
}
.button:not(.icon).sticky-footer-button {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    border-radius:0px !important;
    margin-bottom: 0em;
    box-color: black;
}

.brand-title {
  font-size:17px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 15px 1px 15px;
  background: #EE8F81;
  border-radius: 2px;
	width: fit-content;
/* 	margin-left: auto;
	margin-right: auto; */
}

.ribbon {
  margin: 0 auto;
  text-align: center;
  width: 90%;
  margin-bottom: 20px;
}

.ribbon span {
  background: #EE8F81;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.4;
  padding: 4px 20px 4px;
  position: relative;
  -webkit-box-shadow: -1px 22px 33px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 22px 33px -12px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 22px 33px -12px rgba(0, 0, 0, 0.75);
}

.ribbon span:before {
  content: '';
  position: absolute;
  left: -34px;
  top: 0;
  width: 35px;
  height: 100%;
/*   background: url("https://facialtowel.com/wp-content/uploads/2021/09/arrow.png") no-repeat center; */
  background-size: cover;
}

.ribbon span:after {
  content: '';
  position: absolute;
  width: 35px;
  height: 100%;
  right: -34px;
  top: 0;
/*   background: url("https://facialtowel.com/wp-content/uploads/2021/09/right_arrow.png") no-repeat center; */
  background-size: cover;
}

.problem {
  background: rgba(238,214,212, 0.8);
  background: -moz-linear-gradient(top, rgba(234,201,196,1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,214,212, 0.8)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(top, rgba(238,214,212, 0.8) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(top, rgba(238,214,212, 0.8) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(top, rgba(238,214,212, 0.8) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(238,214,212, 0.8) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcded4', endColorstr='#ffffff', GradientType=0);
}

.problem-title {
  color: #6B5C5A;
  font-size: 25px;
  line-height: 44px;
	text-align: center
}

.problem-title:before {
/*   content: '';
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: #b83d5c;
  position: absolute;
  left: 10px;
  top: 1%; */
}

.problem-title:after {
/*   content: '';
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: #b83d5c;
  position: absolute;
  right: 10px;
  top: 1%; */
}

.sub-ribbons {
  margin: -55px auto 0;
}

.sub-ribbon {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
	padding: 12px 15px 1px 15px;
  transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  margin: 0 2px;
}

.sub-ribbon span {
  transform: skewX(25deg);
  -moz-transform: skewX(25deg);
  -o-transform: skewX(25deg);
  -webkit-transform: skewX(25deg);
  display: block;
}

.sub-ribbon-good {
  background: #6B403A;
}

ul.tick {
	list-style-image: url('https://facialtowel.com/wp-content/uploads/2021/10/tick-resize.png');
}

.tiledBackground {
	height: 700px;
}