@charset "UTF-8";
/* @import url(fonts.css); */

:root {
  --selection-color: #a8d1ff;
  --bg-healthcare: #6853a4;
  --main-color: #e1271b;
  --main-hero: #fff;
  --main-colorLink: #e1271b;
  --main-colorLinkHover: #e1271b;
  --main-text: #595959;
  --link-color: #e1271b;
  --contrast-btn: #fff;
  --darken-text: #343434;
  --light-text: #b0afb5;
  --light-textButton: #b0afb5;
  --nav-label: #1d114d;
  --color-black: #000;
  --color-white: #fff;
  --nav-labelHover: #321e82;
  --bg-card: #fff;
  --bg-section: #f7f6f2;
  --header-color: #828282;
  --ast-color: #ea9740;
  --dark-heads: #353535;
  --hover-btn: #841912;
  --hover-hcp-nav: #c51308;
  --text-button: #fff;
  --form-color: #ea9740;
  --quiz-bar: #f7d6b3;
  --unchecked: #d9d9d9;
  --main-colorButton: #e1271b;
  --text-colorButton: #fff;
  --dark-gray: #666;
  --lemon: #7cc576;
  --gray-color: #777;
  --results-titles: #0f9bc7; }

.max-w {
  max-width: 1600px;
  margin: auto; }

.left-product-review {
  background: #343434;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5em;
  z-index: 1001; }
  @media (min-width: 768px) {
    .left-product-review {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 3.5em 0; } }
  .left-product-review img {
    height: 80px; }
    @media (min-width: 768px) {
      .left-product-review img {
        height: auto;
        max-width: 85%;
        margin-bottom: 2em;
        height: 300px; } }
  .left-product-review p {
    padding: 0 0.7em;
    font-size: 15px;
    margin: 0; }
    @media (min-width: 768px) {
      .left-product-review p {
        padding: 0 0.5em;
        font-size: 17px;
        text-align: center; } }

.product-review {
  font-size: 11px;
  padding: 1em;
  max-height: 85vh;
  overflow-y: auto;
  position: relative; }
  .product-review::after {
    content: "";
    position: fixed;
    width: 100%;
    height: 140px;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1000; }
  @media (min-width: 768px) {
    .product-review {
      font-size: 20px;
      padding: 3.5em 0; } }
  .product-review h1, .product-review h2, .product-review h3, .product-review h4, .product-review h5, .product-review h6 {
    font-size: 17px;
    margin: 0;
    padding: 0 0.5em; }
    @media (min-width: 576px) {
      .product-review h1, .product-review h2, .product-review h3, .product-review h4, .product-review h5, .product-review h6 {
        font-size: 20px; } }
    @media (min-width: 768px) {
      .product-review h1, .product-review h2, .product-review h3, .product-review h4, .product-review h5, .product-review h6 {
        font-size: 33px;
        margin-bottom: 0.1em; } }
  .product-review span {
    color: var(--ast-color); }
  .product-review p {
    margin-bottom: 0;
    font-size: 10px;
    margin-top: 0.5em;
    color: var(--light-text); }
    @media (min-width: 768px) {
      .product-review p {
        font-size: 15px;
        margin-top: 0; } }
  .product-review__stars {
    display: inline-block; }
    .product-review__stars input {
      display: none;
      margin-top: 1em; }
    .product-review__stars > label {
      float: right;
      margin-bottom: 0; }
      .product-review__stars > label i {
        font-size: 18px; }
        @media (min-width: 768px) {
          .product-review__stars > label i {
            font-size: 27px; } }
    .product-review__stars label:hover i::before,
    .product-review__stars label:hover ~ label i::before,
    .product-review__stars input:checked ~ label i::before {
      cursor: pointer;
      content: "\68";
      color: var(--ast-color); }
  .product-review .reco-to-friend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    border: 3px solid var(--light-text);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.5em;
    margin-bottom: 1em; }
    @media (min-width: 768px) {
      .product-review .reco-to-friend {
        width: 180px; } }
    .product-review .reco-to-friend label {
      padding: 0.4em 1em;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      cursor: pointer;
      margin: 0;
      text-align: center; }
      @media (min-width: 768px) {
        .product-review .reco-to-friend label {
          padding: 0.2em 1em; } }
    .product-review .reco-to-friend input {
      display: none; }
      .product-review .reco-to-friend input:checked + label {
        background: var(--main-color);
        color: var(--contrast-btn); }
  .product-review__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .product-review__inputs input[type="checkbox"] {
      display: none; }
    .product-review__inputs select {
      -webkit-appearance: none; }
    .product-review__inputs label[for*="checkbox"] {
      margin: 1em 0 2em;
      cursor: pointer;
      position: relative;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      text-indent: 1.5em; }
      .product-review__inputs label[for*="checkbox"]::before {
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        left: 0;
        border: 2px solid #a7a5ac; }
        @media (min-width: 768px) {
          .product-review__inputs label[for*="checkbox"]::before {
            width: 25px;
            height: 25px;
            border: 3px solid #a7a5ac; } }
      .product-review__inputs label[for*="checkbox"] strong {
        color: var(--main-color); }
      .product-review__inputs label[for*="checkbox"] p {
        font-style: italic;
        text-indent: initial; }
      .product-review__inputs label[for*="checkbox"] svg {
        width: 15px;
        height: 15px;
        position: absolute;
        top: -3px;
        pointer-events: none;
        left: 3px;
        fill: none;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        @media (min-width: 768px) {
          .product-review__inputs label[for*="checkbox"] svg {
            width: 25px;
            height: 25px;
            left: 5px; } }
        .product-review__inputs label[for*="checkbox"] svg polyline {
          stroke-dasharray: 34;
          stroke-dashoffset: 40; }
    .product-review__inputs input[type="checkbox"]:checked + label svg polyline {
      stroke-dasharray: 70;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      -webkit-transition-delay: 0.15s;
      -o-transition-delay: 0.15s;
      transition-delay: 0.15s; }
    .product-review__inputs a.send_review {
      background: var(--main-colorLink);
      padding: 0.5em 1em;
      color: var(--contrast-btn);
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
    .product-review__inputs label {
      display: block;
      margin-bottom: 0.7em; }
    .product-review__inputs input,
    .product-review__inputs textarea,
    .product-review__inputs select {
      width: 100%;
      padding: 0.5em 1em;
      font-size: 12px;
      border: 3px solid var(--light-text);
      color: var(--main-text);
      margin-bottom: 1em; }
      @media (min-width: 768px) {
        .product-review__inputs input,
        .product-review__inputs textarea,
        .product-review__inputs select {
          font-size: 17px; } }

#cboxClose {
  text-indent: unset;
  width: auto;
  height: auto;
  color: var(--light-text);
  top: 10px;
  right: 10px; }
  @media (min-width: 768px) {
    #cboxClose {
      color: #828282; } }
  #cboxClose i {
    font-size: 40px; }
  @media (min-width: 768px) {
    #cboxClose {
      top: 15px;
      right: 15px; } }

#cboxLoadedContent {
  border: none; }

.double-submit, .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 13px; }
  @media (min-width: 768px) {
    .double-submit, .submit {
      font-size: 15px; } }
  .double-submit img, .submit img {
    width: 100px; }
  .double-submit h1, .submit h1, .double-submit h2, .submit h2, .double-submit h3, .submit h3, .double-submit h4, .submit h4, .double-submit h5, .submit h5, .double-submit h6, .submit h6 {
    font-size: 18px; }
    @media (min-width: 768px) {
      .double-submit h1, .submit h1, .double-submit h2, .submit h2, .double-submit h3, .submit h3, .double-submit h4, .submit h4, .double-submit h5, .submit h5, .double-submit h6, .submit h6 {
        font-size: 24px; } }
  .double-submit a, .submit a {
    color: var(--contrast-btn);
    padding: 0.5em 1em;
    background-color: var(--main-color); }
    .double-submit a:hover, .submit a:hover {
      background: var(--hover-btn); }

.submit h1, .submit h2, .submit h3, .submit h4, .submit h5, .submit h6 {
  color: #39b54a; }

.submit img {
  width: 35px; }
