
.products-details-tabs .review-form-wrapper {
    margin-top: 30px;
  }
  
  .products-details-tabs .review-form-wrapper h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 800;
  }
  
  .products-details-tabs .review-form-wrapper .comment-notes span {
    color: red;
  }
  
  .products-details-tabs .review-form-wrapper form {
    margin-top: 20px;
    text-align: center;
  }
  
  .products-details-tabs .review-form-wrapper form .form-group {
    margin-bottom: 25px;
    text-align: left;
  }
  
  .products-details-tabs .review-form-wrapper form .rating {
    text-align: left;
    overflow: hidden;
    max-width: 115px;
    margin-top: -5px;
    margin-bottom: 20px;
  }
  
  .products-details-tabs .review-form-wrapper form .rating label {
    float: right;
    position: relative;
    width: 23px;
    height: 23px;
    cursor: pointer;
  }
  
  .products-details-tabs .review-form-wrapper form .rating label:not(:first-of-type) {
    padding-right: 5px;
  }
  
  .products-details-tabs .review-form-wrapper form .rating label:before {
    content: "\2605";
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 27px;
    color: #CCCCCC;
    line-height: 1;
  }
  
  .products-details-tabs .review-form-wrapper form .rating input {
    display: none;
  }
  
  .products-details-tabs .review-form-wrapper form .rating input:checked ~ label:before, .products-details-tabs .review-form-wrapper form .rating:not(:checked) > label:hover:before, .products-details-tabs .review-form-wrapper form .rating:not(:checked) > label:hover ~ label:before {
    color: #f6b500;
  }
  
  .products-details-tabs .review-form-wrapper form .comment-form-cookies-consent {
    text-align: left;
    margin-bottom: 0;
  }
  
  .products-details-tabs .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked, .products-details-tabs .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) {
    display: none;
  }
  
  .products-details-tabs .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label, .products-details-tabs .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 0;
    color: #606060;
    font-weight: 600;
  }
  
  .products-details-tabs .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:before, .products-details-tabs .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    background: #f5f5f5;
  }
  
  .products-details-tabs .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:after, .products-details-tabs .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #fe4a55;
    position: absolute;
    top: 5.5px;
    left: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  
  .products-details-tabs .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  
  .products-details-tabs .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  .products-details-tabs .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:hover + label:before {
    border-color: #fe4a55;
  }
  
  .products-details-tabs .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:before {
    border-color: #fe4a55;
  }
  
  .products-details-tabs .review-form-wrapper form button {
    margin-top: 22px;
    border: none;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    color: #ffffff;
    background-color: #fe4a55;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    padding: 13px 60px;
    font-weight: 700;
    font-size: 16px;
  }
  
  .products-details-tabs .review-form-wrapper form button:hover {
    background-color: #221638;
    color: #ffffff;
  }

 
.comments-area .comment-respond button {
  float: left;
}

.comments-area .comment-respond button{
  background: #fe4a55;
  border: none;
  color: #ffffff;
  padding: 12px 30px 10px;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  font-weight: 800;
  font-size: 14.5px;
}

.comments-area .comment-respond button:hover, .comments-area .comment-respond button:focus {
  color: #ffffff;
  background: #221638;
}



.form-button {
  float: left;
}

.form-button{
  background: #fe4a55;
  border: none;
  color: #ffffff;
  padding: 12px 30px 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  font-weight: 800;
  font-size: 14.5px;
}

.form-button:hover, .form-button:focus {
  color: #ffffff;
  background: #221638;
}

.form-button:disabled{
  color: #ffffff;
  background: grey;
}

.form-button-text-align{
 
  padding: 12px 30px 10px;
  display: inline-block;
  font-weight: 800;
  font-size: 14.5px;
}


.single-partner-item{
  padding-left: 40px;
  padding-right: 40px;
}