.comments-heading {
  font-family: "Lato", "sans-serif";
  font-size: 25px;
  font-weight: 500;
  line-height: 120%;
  color: #FCE4A6;
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px; }
  .comments-heading:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    box-shadow: 0 0 4px 0 rgba(252, 228, 166, 0.4);
    background-color: #FCE4A6;
    left: 0;
    position: absolute;
    top: 12px; }

.reply-item {
  margin-top: 15px;
  margin-left: 15px;
  border-left: 1px solid #FCE4A6;
  border-bottom: 1px solid #FCE4A6;
  padding-left: 15px;
  padding-bottom: 5px; }

.reply-btn {
  font-family: "Lato", "sans-serif";
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  color: #4CAF50; }
  .reply-btn:hover {
    cursor: pointer; }

.tax-comments {
  margin-bottom: 35px; }
  .tax-comments .tax-comments-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
    gap: 10px;
    background: #111111;
    border-radius: 4px;
    position: relative;
    /* padding-left: 50px; */
    /*
    .tax-comments-avatar {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 40px;
    }
    */ }
    .tax-comments .tax-comments-item:not(:last-of-type) {
      margin-bottom: 10px; }
    .tax-comments .tax-comments-item .tax-comment-content-header {
      display: flex;
      flex-direction: column;
      margin-bottom: 0; }
      .tax-comments .tax-comments-item .tax-comment-content-header .stars-rating {
        margin-left: 0; }
    .tax-comments .tax-comments-item .comments-author {
      font-family: "Lato", "sans-serif";
      font-style: normal;
      font-weight: 700;
      font-size: 16px;
      line-height: 25px;
      color: #FCE4A6; }
    .tax-comments .tax-comments-item .comments-label span {
      font-family: "Lato", "sans-serif";
      font-size: 12px;
      font-weight: 400;
      line-height: 125%;
      display: inline-block;
      border-radius: 10px;
      background: #FFC361;
      margin-bottom: 10px;
      padding: 2px 8px;
      color: #111111; }
    .tax-comments .tax-comments-item .comments-label span:before {
      content: '';
      background-image: url("../images/ic-check.svg");
      background-repeat: no-repeat;
      background-position: left top 2px;
      background-size: 10px auto;
      display: inline-block;
      width: 10px;
      height: 10px;
      margin-right: 5px; }
    .tax-comments .tax-comments-item .comments-date-time {
      font-family: "Lato", "sans-serif";
      color: #838383;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 15px; }
    .tax-comments .tax-comments-item .comments-text {
      font-family: "Lato", "sans-serif";
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      color: #E0E0E0; }
  .tax-comments .tax-comments-btn {
    box-sizing: border-box;
    display: block;
    align-items: center;
    width: 100%;
    height: 35px;
    padding: 10px 0;
    background: rgba(252, 228, 166, 0.05);
    border: 1px solid #FCE4A6;
    border-radius: 4px;
    font-family: "Lato", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #E0E0E0;
    cursor: pointer;
    user-select: none; }

/****************************/
.comments-form-wrapper {
  width: 100%;
  margin-bottom: 15px; }
  .comments-form-wrapper .show-comments {
    display: none;
    font-family: "Lato", "sans-serif";
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    color: #FBFBFC;
    border-radius: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 8px 15px;
    background: linear-gradient(270deg, #0080FF 0%, #0040FF 100%);
    text-transform: uppercase; }
    .comments-form-wrapper .show-comments:hover {
      cursor: pointer; }
  .comments-form-wrapper .comment-form {
    width: 100%;
    display: block; }
    .comments-form-wrapper .comment-form .comment-form__heading {
      font-family: "Lato", "sans-serif";
      font-size: 25px;
      font-weight: 700;
      line-height: 30px;
      text-transform: capitalize;
      color: #FCE4A6;
      position: relative;
      padding-left: 20px;
      margin-bottom: 16px; }
      .comments-form-wrapper .comment-form .comment-form__heading:before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50px;
        box-shadow: 0 0 4px 0 rgba(252, 228, 166, 0.4);
        background-color: #FCE4A6;
        left: 0;
        position: absolute;
        top: 12px; }
    .comments-form-wrapper .comment-form .comments-inner {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 12px 14px;
      gap: 10px;
      background: #111111;
      border-radius: 4px;
      /* Honey pot */ }
      .comments-form-wrapper .comment-form .comments-inner .comment-form__caption {
        font-family: "Lato", "sans-serif";
        font-size: 14px;
        font-weight: 400;
        line-height: 140%;
        color: #838383;
        margin-bottom: 0; }
      .comments-form-wrapper .comment-form .comments-inner .comment-form__policy {
        position: relative; }
        .comments-form-wrapper .comment-form .comments-inner .comment-form__policy label:hover {
          cursor: pointer; }
        .comments-form-wrapper .comment-form .comments-inner .comment-form__policy .comment-form-checkbox {
          display: flex;
          align-items: center;
          justify-content: start;
          user-select: none;
          vertical-align: middle;
          position: relative;
          cursor: pointer;
          margin-bottom: 0; }
          @media screen and (max-width: 768px) {
            .comments-form-wrapper .comment-form .comments-inner .comment-form__policy .comment-form-checkbox {
              margin-top: 6px; } }
          .comments-form-wrapper .comment-form .comments-inner .comment-form__policy .comment-form-checkbox input {
            width: 1px;
            height: 1px;
            position: absolute;
            top: 0;
            left: 10px;
            visibility: hidden; }
            .comments-form-wrapper .comment-form .comments-inner .comment-form__policy .comment-form-checkbox input:checked ~ .comment-form-checkbox__mark {
              background: #838383; }
              .comments-form-wrapper .comment-form .comments-inner .comment-form__policy .comment-form-checkbox input:checked ~ .comment-form-checkbox__mark:after {
                display: block; }
        .comments-form-wrapper .comment-form .comments-inner .comment-form__policy .comment-form-checkbox__mark {
          width: 15px;
          height: 15px;
          border: 1px solid #838383;
          border-radius: 4px;
          flex: 0 0 16px;
          top: 0;
          background: #111111;
          align-self: flex-start;
          position: relative; }
          .comments-form-wrapper .comment-form .comments-inner .comment-form__policy .comment-form-checkbox__mark:after {
            display: none;
            content: '';
            position: absolute;
            left: 4px;
            top: 0;
            width: 5px;
            height: 8px;
            border: solid #000;
            border-width: 0 2px 2px 0;
            transform: rotate(40deg); }
          .comments-form-wrapper .comment-form .comments-inner .comment-form__policy .comment-form-checkbox__mark.comment-form__error {
            border: 1px solid #E65C5C !important; }
      .comments-form-wrapper .comment-form .comments-inner label,
      .comments-form-wrapper .comment-form .comments-inner .comment-form-checkbox__label {
        color: #838383;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px; }
        .comments-form-wrapper .comment-form .comments-inner label a,
        .comments-form-wrapper .comment-form .comments-inner .comment-form-checkbox__label a {
          color: #FCE4A6;
          text-decoration: underline; }
          .comments-form-wrapper .comment-form .comments-inner label a:hover,
          .comments-form-wrapper .comment-form .comments-inner .comment-form-checkbox__label a:hover {
            color: #FCE4A6; }
      .comments-form-wrapper .comment-form .comments-inner .comment-form__error-border {
        border-bottom: 1px dashed #E65C5C; }
      .comments-form-wrapper .comment-form .comments-inner .comment-form-checkbox__label {
        font-size: 12px;
        margin-left: 10px; }
      .comments-form-wrapper .comment-form .comments-inner .comment-form__nav {
        padding: 0;
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .comments-form-wrapper .comment-form .comments-inner .comment-form__nav {
            justify-content: center; } }
        .comments-form-wrapper .comment-form .comments-inner .comment-form__nav .comment-form__btn {
          font-family: "Lato", "sans-serif";
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          padding: 0 10px;
          min-width: 88px;
          height: 35px;
          line-height: 35px;
          background: #FFC361;
          border-radius: 4px;
          font-style: normal;
          font-weight: 700;
          font-size: 14px;
          text-align: center;
          text-transform: uppercase;
          color: #111111;
          border: none; }
          .comments-form-wrapper .comment-form .comments-inner .comment-form__nav .comment-form__btn .brand-btn:disabled {
            background-image: none;
            background-color: #B8B8CC; }
          .comments-form-wrapper .comment-form .comments-inner .comment-form__nav .comment-form__btn.disabled:hover {
            cursor: not-allowed; }
          @media screen and (min-width: 575px) {
            .comments-form-wrapper .comment-form .comments-inner .comment-form__nav .comment-form__btn .comment-form .brand-btn {
              margin-bottom: 0; } }
      .comments-form-wrapper .comment-form .comments-inner input,
      .comments-form-wrapper .comment-form .comments-inner input[type="text"],
      .comments-form-wrapper .comment-form .comments-inner input[type="number"],
      .comments-form-wrapper .comment-form .comments-inner input[type="email"],
      .comments-form-wrapper .comment-form .comments-inner textarea {
        box-sizing: border-box;
        width: 100%;
        height: 44px;
        line-height: 44px;
        border: 1px solid #404040;
        border-radius: 4px;
        font-family: "Lato", "sans-serif";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        background: transparent;
        padding: 0 15px;
        color: #FFFFFF;
        min-width: 100%;
        max-width: 100%; }
      .comments-form-wrapper .comment-form .comments-inner textarea {
        height: 92px;
        min-height: 92px;
        padding: 15px;
        line-height: 20px;
        width: 100%; }
      .comments-form-wrapper .comment-form .comments-inner input::placeholder,
      .comments-form-wrapper .comment-form .comments-inner textarea::placeholder,
      .comments-form-wrapper .comment-form .comments-inner input::-webkit-input-placeholder,
      .comments-form-wrapper .comment-form .comments-inner textarea::-webkit-input-placeholder,
      .comments-form-wrapper .comment-form .comments-inner input::-moz-placeholder,
      .comments-form-wrapper .comment-form .comments-inner textarea::-moz-placeholder,
      .comments-form-wrapper .comment-form .comments-inner input:-moz-placeholder,
      .comments-form-wrapper .comment-form .comments-inner textarea:-moz-placeholder,
      .comments-form-wrapper .comment-form .comments-inner input:-ms-input-placeholder,
      .comments-form-wrapper .comment-form .comments-inner textarea:-ms-input-placeholder {
        font-family: "Lato", "sans-serif";
        font-size: 14px;
        font-weight: 400;
        color: #838383; }
      @media (max-width: 768px) {
        .comments-form-wrapper .comment-form .comments-inner #cf_name {
          margin-bottom: 10px; } }
      .comments-form-wrapper .comment-form .comments-inner .stars-rating-colorized {
        border: none !important;
        background: url("../images/empty_stars.svg") no-repeat;
        height: 16px !important;
        max-height: 16px !important; }
        .comments-form-wrapper .comment-form .comments-inner .stars-rating-colorized.stars_rating__error {
          background: url("../images/error_stars.svg") no-repeat; }
        .comments-form-wrapper .comment-form .comments-inner .stars-rating-colorized .stars-rating_inner {
          background: url("../images/colorized_active_stars.svg") no-repeat;
          height: 16px !important;
          max-height: 16px !important; }
      .comments-form-wrapper .comment-form .comments-inner .input-error {
        font-size: 12px;
        color: #ff0000;
        display: none; }
      .comments-form-wrapper .comment-form .comments-inner .comment-form__error {
        border: 2px solid #E65C5C !important;
        position: relative; }
      .comments-form-wrapper .comment-form .comments-inner .comment-form__error ~ .comment-form__error-bg {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        background: url("../images/bad.svg") no-repeat;
        position: absolute;
        top: 17.5px;
        right: 17.5px;
        z-index: 1; }
      .comments-form-wrapper .comment-form .comments-inner .fieldset {
        position: relative; }
      .comments-form-wrapper .comment-form .comments-inner .fieldset-rating {
        display: flex;
        justify-content: space-between;
        align-items: center;
        line-height: 16px; }
        @media (min-width: 992px) {
          .comments-form-wrapper .comment-form .comments-inner .fieldset-rating {
            max-width: 49.5%; } }
        .comments-form-wrapper .comment-form .comments-inner .fieldset-rating label {
          margin-right: 10px; }
      .comments-form-wrapper .comment-form .comments-inner .fieldset-agrees {
        width: 100%;
        margin: 0 0 -4px 0; }
      .comments-form-wrapper .comment-form .comments-inner .fieldset-personal {
        width: 100%; }
        @media (min-width: 768px) {
          .comments-form-wrapper .comment-form .comments-inner .fieldset-personal {
            display: flex;
            justify-content: space-between; } }
        .comments-form-wrapper .comment-form .comments-inner .fieldset-personal .fieldset {
          flex: 0 0 50%; }
          @media (min-width: 768px) {
            .comments-form-wrapper .comment-form .comments-inner .fieldset-personal .fieldset {
              flex: 0 0 49.5%;
              width: 49.5%;
              max-width: 49.5%; } }
      .comments-form-wrapper .comment-form .comments-inner .fieldset-comment {
        width: 100%;
        margin: 0 0 -4px 0; }
      .comments-form-wrapper .comment-form .comments-inner .fieldset-vip {
        display: none !important;
        opacity: 0 !important; }
        .comments-form-wrapper .comment-form .comments-inner .fieldset-vip input {
          display: block;
          width: 1px !important;
          height: 1px !important; }

.stars-rating-wrapper {
  width: 100px;
  float: right; }
  .stars-rating-wrapper .stars-rating {
    width: 97.5px;
    height: 16px !important;
    max-height: 16px !important;
    overflow-x: hidden;
    margin-left: auto;
    background: url("../images/empty_stars.svg") no-repeat; }
    .stars-rating-wrapper .stars-rating:hover {
      cursor: pointer; }
    .stars-rating-wrapper .stars-rating .stars-rating_inner {
      height: 15px !important;
      max-height: 15px !important;
      min-width: 0;
      display: block;
      background: url("../images/active_stars.svg") no-repeat;
      overflow-x: hidden; }

.comment-form__thanks {
  background: #111111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  gap: 15px;
  width: 100%;
  min-height: 316px;
  border-radius: 4px; }
  .comment-form__thanks p {
    font-family: "Lato", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF; }
    .comment-form__thanks p:before {
      content: '';
      display: block;
      margin: 0 auto 10px auto;
      background-image: url("../images/checkbox.svg");
      background-repeat: no-repeat;
      width: 20px;
      height: 20px; }
