/*<editor-fold defaultstate="collapsed" desc="HOW TO USE">*/
.how-to-use {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  -ms-align-content: space-between;
  align-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  border: 1px solid #CCCCCC;
}

.how-to-use strong {
  font-weight: 900;
}

.how-to-use .circular-progress {
  display: inline-block;
  vertical-align: middle;
  margin: 9px;
}

.how-to-use section {
  font-size: 1.2rem;
  padding-right: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.how-to-use section a {
  color: #333333;
}

.how-to-use section a:hover {
  color: #FF5747;
}

.how-to-use .how-to {
  padding: 0 45px 0 50px;
  position: relative;
}

.how-to-use .how-to h4 {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.3;
  padding: 15px 0;
  margin: 0;
}

.how-to-use .how-to h4 strong {
  display: block;
}

.how-to-use .how-to:before {
  content: '';
  display: block;
  border-color: transparent transparent transparent #CCCCCC;
  border-style: solid;
  border-width: 13px 13px;
  position: absolute;
  top: calc(50% - 13px);
  right: -25px;
}

.how-to-use .how-to:after {
  content: '';
  display: block;
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  border-width: 13px 13px;
  position: absolute;
  top: calc(50% - 13px);
  right: -23px;
  z-index: 1;
}

.how-to-use .send-photos {
    cursor: pointer;
}
.how-to-use .send-photos:hover {
    color: #FF5747;
}
.how-to-use .send-photos,
.how-to-use .create-prod {
  vertical-align: middle;
}

.how-to-use .order .text {
  display: inline-block;
  vertical-align: middle;
}

.how-to-use .create-account {
  padding: 18px 10px 19px 30px;
}

.no-flexbox.no-flexboxlegacy .how-to-use,
.no-flexbox.flexboxlegacy .how-to-use {
  display: table;
  table-layout: fixed;
}

/*</editor-fold >*/

/*<editor-fold defaultstate="collapsed" desc="CIRCULAR PROGRESS">*/

.circular-progress {
  position: relative;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background-color: #FF5747;
  font-size: 1.2rem;
  text-align: center;
  z-index: 1;
}

.circular-progress:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(42px - 4px);
  height: calc(42px - 4px);
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  font-size: 1.2rem;
  z-index: -1;
}

.circular-progress.p0 {
  background: #CCCCCC;
}

.circular-progress.p5 {
  background: linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), linear-gradient(108deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), -webkit-linear-gradient(108deg, #FF5747 50%, #ccc 50%, #ccc);
}

.circular-progress.p10 {
  background: linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), linear-gradient(126deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), -webkit-linear-gradient(126deg, #FF5747 50%, #ccc 50%, #ccc);
}

.circular-progress.p15 {
  background: linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), linear-gradient(144deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), -webkit-linear-gradient(144deg, #FF5747 50%, #ccc 50%, #ccc);
}

.circular-progress.p20 {
  background: linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), linear-gradient(162deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), -webkit-linear-gradient(162deg, #FF5747 50%, #ccc 50%, #ccc);
}

.circular-progress.p25 {
  background: linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), linear-gradient(180deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), -webkit-linear-gradient(180deg, #FF5747 50%, #ccc 50%, #ccc);
}

.circular-progress.p30 {
  background: linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), linear-gradient(198deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), -webkit-linear-gradient(198deg, #FF5747 50%, #ccc 50%, #ccc);
}

.circular-progress.p35 {
  background: linear-gradient(70deg, #ccc 50%, transparent 50%, transparent), -webkit-linear-gradient(181deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(70deg, #ccc 50%, transparent 50%, transparent), -webkit-linear-gradient(181deg, #FF5747 50%, #ccc 50%, #ccc);
}

.circular-progress.p40 {
  background: linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), linear-gradient(234deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), -webkit-linear-gradient(234deg, #FF5747 50%, #ccc 50%, #ccc);
}

.circular-progress.p45 {
  background: linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), linear-gradient(252deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(90deg, #ccc 50%, transparent 50%, transparent), -webkit-linear-gradient(252deg, #FF5747 50%, #ccc 50%, #ccc);
}

.circular-progress.p50 {
  background: linear-gradient(-90deg, #FF5747 50%, transparent 50%, transparent), linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(-90deg, #FF5747 50%, transparent 50%, transparent), -webkit-linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
}

.circular-progress.p55 {
  background: linear-gradient(-72deg, #FF5747 50%, transparent 50%, transparent), linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(-72deg, #FF5747 50%, transparent 50%, transparent), -webkit-linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
}

.circular-progress.p60 {
  background: linear-gradient(-54deg, #FF5747 50%, transparent 50%, transparent), linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(-54deg, #FF5747 50%, transparent 50%, transparent), -webkit-linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
}

.circular-progress.p65 {
  background: linear-gradient(-36deg, #FF5747 50%, transparent 50%, transparent), linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(-36deg, #FF5747 50%, transparent 50%, transparent), -webkit-linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
}

.circular-progress.p70 {
  background: linear-gradient(-180deg, #FF5747 50%, transparent 50%, transparent), -webkit-linear-gradient(110deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(-180deg, #FF5747 50%, transparent 50%, transparent), -webkit-linear-gradient(110deg, #FF5747 50%, #ccc 50%, #ccc);
}

.circular-progress.p75 {
  background: linear-gradient(0deg, #FF5747 50%, transparent 50%, transparent), linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(0deg, #FF5747 50%, transparent 50%, transparent), -webkit-linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
}

.circular-progress.p80 {
  background: linear-gradient(18deg, #FF5747 50%, transparent 50%, transparent), linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(18deg, #FF5747 50%, transparent 50%, transparent), -webkit-linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
}

.circular-progress.p85 {
  background: linear-gradient(36deg, #FF5747 50%, transparent 50%, transparent), linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(36deg, #FF5747 50%, transparent 50%, transparent), -webkit-linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
}

.circular-progress.p90 {
  background: linear-gradient(54deg, #FF5747 50%, transparent 50%, transparent), linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(54deg, #FF5747 50%, transparent 50%, transparent), -webkit-linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
}

.circular-progress.p95 {
  background: linear-gradient(72deg, #FF5747 50%, transparent 50%, transparent), linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
  background: -webkit-linear-gradient(72deg, #FF5747 50%, transparent 50%, transparent), -webkit-linear-gradient(270deg, #FF5747 50%, #ccc 50%, #ccc);
}

.circular-progress.p100 {
  background: #FF5747;
}
/*</editor-fold >*/

/*<editor-fold defaultstate="collapsed" desc="RWD HOW TO USE">*/
@media (max-width: 600px) {
    .rwd-page .how-to-use {
        padding: 0;
        width: calc(100% + 20px);
        margin: 0 -10px;
        border-right: none;
        border-left: none;
    }
    .rwd-page .how-to-use .how-to:after, .rwd-page .how-to-use .how-to:before {
        display: none;
    }
    .rwd-page .how-to-use .how-to {
        padding: 0;
        width: 100%;
    }
    .rwd-page .how-to-use section {
        padding: 0 35px 0 0;
        width: 100%;
    }
    .rwd-page .how-to-use section p {
        width: 115px;
    }
    .rwd-page .how-to-use .create-account {
        padding: 20px 0;
        width: 70%;
        margin: 0 auto;
    }
    .rwd-page .how-to-use .create-account a {
        width: 100%;
        text-align: center;
    }
}
/*</editor-fold >*/