.paywall {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  background-color: #FFF5CE !important;
  -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.21), 0 2px 0 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.21), 0 2px 0 0 rgba(0, 0, 0, 0.07);
  text-align: center;
  color: #000000;
  /*.paywall-modal_container {*/
  /*}*/
}
.paywall .paywall-modal_header {
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-weight: 900;
  letter-spacing: -0.17px;
}
.paywall .paywall-modal_sub-header {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.08px;
}
.paywall p:not([class*=paywall]) {
  color: #4A4A4A;
  font-size: 1.8rem;
  letter-spacing: -0.11px;
  line-height: 2.1rem;
}

/*********** button default */
.paywall .button {
  padding: 12px 45px;
  width: auto;
  margin: 20px auto;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #FCBF00;
  color: white;
  border-radius: 20px;
  -webkit-transition: -webkit-transform 80ms ease-in;
  transition: -webkit-transform 80ms ease-in;
  -o-transition: transform 80ms ease-in;
  transition: transform 80ms ease-in;
  transition: transform 80ms ease-in, -webkit-transform 80ms ease-in;
}

.paywall .button:hover {
  background-color: #FCBF00;
  cursor: pointer;
  opacity: 0.7;
}

.paywallOffer {
  width: 100%;
  display: block;
  position: relative;
  padding: 8px 0;
  text-align: center;
  background-color: #FFF5CE;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.07);
  /*end Small */
  /*end Big */
}
.paywallOffer a.rubber {
  background: url(/pf/resources/images/prisaidentity/arrow-yelow.png?d=179) no-repeat center;
  width: 24px;
  height: 25px;
  position: absolute;
  left: 16px;
  top: 12px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.paywallOffer.Small a.rubber {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.paywallOffer.Small .divFlex {
  position: relative;
  width: calc(100% - 2%);
  margin-left: 1%;
}
@media (max-width: 900px) {
  .paywallOffer.Small .divFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.paywallOffer.Small .divFlex p {
  padding-left: 36px;
  color: #000;
  font-size: 1.6rem;
}
.paywallOffer.Small .divFlex p span {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.55px;
  color: white;
  background: #FCBF00;
  border-radius: 50%;
  padding: 2px 3px 3px 8px;
  margin: 0 6px 0 4px;
}
@media (max-width: 900px) {
  .paywallOffer.Small .divFlex p {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 200px;
    flex: 1 0 200px;
    margin: 10px auto;
  }
}
.paywallOffer.Small .divFlex a {
  position: absolute;
  right: 10px;
  min-width: 200px;
  top: calc(50% - 17px);
  font-size: 1.2rem;
  font-weight: 900;
  border-radius: 26.34px;
  background-color: #FCBF00;
  color: #FFF;
  padding: 12px 14px;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .paywallOffer.Small .divFlex a {
    right: 0;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin: 10px auto;
  }
}
.paywallOffer.Big > p {
  color: #000;
  font-size: 1.6rem;
  padding-bottom: 12px;
  border-bottom: 1px dashed #ddd;
}
.paywallOffer.Big > p span {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.55px;
  color: white;
  background: #FCBF00;
  border-radius: 50%;
  padding: 2px 3px 3px 8px;
  margin: 0 6px 0 4px;
}
@media (max-width: 900px) {
  .paywallOffer.Big > p {
    margin: 10px auto;
    padding-left: 36px;
  }
}
.paywallOffer.Big .whiteContent {
  margin: 10px;
  padding: 33px 10px 22px;
  background: white;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.07);
  text-align: center;
}
.paywallOffer.Big .whiteContent h4 {
  color: black;
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: -0.17px;
  line-height: 3.6rem;
}
.paywallOffer.Big .whiteContent p {
  margin: 20px auto 14px;
  color: #EFB500;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: -0.11px;
  line-height: 2.3rem;
}
.paywallOffer a.btn {
  margin: 0 auto;
  display: inline-block;
  padding: 12px 45px;
  width: auto;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.05px;
  text-transform: uppercase;
  background-color: #FCBF00;
  color: white;
  border-radius: 20px;
  -webkit-transition: -webkit-transform 80ms ease-in;
  transition: -webkit-transform 80ms ease-in;
  -o-transition: transform 80ms ease-in;
  transition: transform 80ms ease-in;
  transition: transform 80ms ease-in, -webkit-transform 80ms ease-in;
}
.paywallOffer a.btn:not([disabled]) {
  cursor: pointer;
}
.paywallOffer a.btn:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.paywallOffer a.btn:focus {
  outline: none;
}
.paywallOffer a.btn:not(.no_hover):hover {
  background-color: #B78B00;
}
