@import "global.css";
@import "product_global.css";
@import "../lib/ov-icomoon/style.css";
@import "../lib/reviews-iconmoon/style.css";

.banner {
  text-align: center;
}
.banner .container {
  position: relative;
}
.banner h1 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  /*margin-top:100px*/
  line-height: 250px;
}
.banner button {
  position: absolute;
  width: 240px;
  height: 50px;
  border: none;
  background-color: #1E2426;
  color: #fff;
  outline: none;
  padding: 0;
  /*bottom:-100px;*/
  right: 0;
  font-size: 18px;
}
.banner button:hover {
  background-color: #fff;
  color: #1E2426;
}
h3 {
  font-size: 32px;
  color: #1e2426;
  margin-bottom: 30px;
  font-weight: bold;
}
h2 {
  font-size: 32px;
  color: #1e2426;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 600px) {
  h3 {
    font-size: 24px;
  }
  h2 {
    font-size: 24px;
  }
}
h3::after {
  content: "";
  display: block;
  margin: 30px auto 0;
  width: 50px;
  height: 5px;
}
h2::after {
  content: "";
  display: block;
  margin: 30px auto 0;
  width: 50px;
  height: 5px;
}
.editor_reviews {
  padding: 50px 0;
  text-align: center;
  background-color: #fff;
}
.editor_reviews .er_boxes {
  border-top: 1.5px solid #606060;
  border-bottom: 1.5px solid #606060;
}
.editor_reviews .er_boxes .box {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #606060;
  text-align: left;
}
.editor_reviews .er_boxes .box:last-child {
  border-bottom: none;
}
.editor_reviews .er_boxes .box .text {
  display: inline-block;
  vertical-align: top;
  width: 900px;
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  color: #606060;
}
.editor_reviews .er_boxes .box .text a {
  color: #657b86;
}
.editor_reviews .er_boxes .box .text a:hover {
  color: #827502;
}
.editor_reviews .er_boxes .box .author {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  float: right;
  color: #4B4C4C;
}
.editor_reviews .er_boxes .box .author p {
  font-size: 14px;
}
.editor_reviews .er_boxes .box .author .p1 {
  font-size: 20px;
  font-weight: bold;
}
.editor_reviews .rm_btn {
  display: block;
  margin: 20px auto 0;
  font-size: 20px;
  color: #657b86;
  font-weight: bold;
  border: none;
  background-color: unset;
  padding: 0;
}
.editor_reviews .rm_btn:hover {
  color: #827502;
}
.happyUsers {
  padding: 50px 0;
  text-align: center;
  background-color: #fff;
}
.happyUsers .happyUsers-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
@media (max-width: 600px) {
  .happyUsers .happyUsers-header {
    flex-direction: column;
    align-items: center;
  }
}
.happyUsers .happyUsers-header h3 {
  text-align: left;
}
.happyUsers .happyUsers-header h2 {
  text-align: left;
}
@media (max-width: 600px) {
  .happyUsers .happyUsers-header h3 {
    text-align: center;
  }
  .happyUsers .happyUsers-header h2 {
    text-align: center;
  }
}
.happyUsers .happyUsers-header h3::after {
  margin: 30px auto 0 0;
}
.happyUsers .happyUsers-header h2::after {
  margin: 30px auto 0 0;
}
@media (max-width: 600px) {
  .happyUsers .happyUsers-header h3::after {
    margin: 30px auto 0;
  }
  .happyUsers .happyUsers-header h2::after {
    margin: 30px auto 0;
  }
}
.happyUsers .happyUsers-header button {
  width: 180px;
  height: 50px;
  background-color: #647b86;
  color: #fff;
  display: flex;
  justify-content: space-evenly;
  font-size: 18px;
  border-radius: 8px;
  font-weight: normal;
  align-items: center;
}
.happyUsers .happyUsers-header button:hover {
  color: #fff;
  opacity: 0.8;
}
.happyUsers .hu_boxes {
  border-top: 1.5px solid #606060;
  border-bottom: 1.5px solid #606060;
  margin-bottom: 50px;
}
.happyUsers .hu_boxes .box {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #606060;
  text-align: left;
}
.happyUsers .hu_boxes .box::after {
  content: '';
  display: block;
  clear: both;
}
.happyUsers .hu_boxes .box.show {
  display: block;
}
.happyUsers .hu_boxes .box:last-child {
  border-bottom: none;
}
.happyUsers .hu_boxes .box .left {
  display: inline-block;
  vertical-align: top;
  color: #606060;
}
@media (max-width: 600px) {
  .happyUsers .hu_boxes .box .left .raty {
    text-align: center;
  }
}
.happyUsers .hu_boxes .box .left .raty img {
  width: 16px;
  height: 16px;
}
.happyUsers .hu_boxes .box .left p {
  font-size: 14px;
  line-height: 25px;
}
@media (max-width: 600px) {
  .happyUsers .hu_boxes .box .left p {
    text-align: center;
  }
}
.happyUsers .hu_boxes .box .right {
  display: inline-block;
  vertical-align: top;
  float: right;
  width: 900px;
  color: #4B4C4C;
}
@media (max-width: 600px) {
  .happyUsers .hu_boxes .box .right {
    text-align: center;
  }
}
.happyUsers .hu_boxes .box .right .comment-content {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .happyUsers .hu_boxes .box .right .comment-content {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.happyUsers .hu_boxes .box .right .comment-content p {
  flex: 0 0 75%;
}
@media (max-width: 600px) {
  .happyUsers .hu_boxes .box .right .comment-content p {
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.happyUsers .hu_boxes .box .right .comment-content button {
  width: 150px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #647b86;
  font-size: 16px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  outline: none;
  font-weight: normal;
}
.happyUsers .hu_boxes .box .right .comment-content button span::before {
  color: #647b86;
}
.happyUsers .hu_boxes .box .right .comment-content button span strong {
  font-weight: normal;
}
.happyUsers .hu_boxes .box .right .comment-content button:hover {
  background-color: #647b86;
  color: #fff;
}
.happyUsers .hu_boxes .box .right .comment-content button:hover span::before {
  color: #fff;
}
.happyUsers .hu_boxes .box .right .comment-content .praise-button-active {
  background-color: #647b86;
  color: #fff;
}
.happyUsers .hu_boxes .box .right .comment-content .praise-button-active span::before {
  color: #fff;
}
.happyUsers .hu_boxes .box .right .reply {
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #f2f7f9;
  color: #647b86;
  margin-top: 40px;
  position: relative;
  line-height: 30px;
  word-break: break-all;
}
@media (max-width: 600px) {
  .happyUsers .hu_boxes .box .right .reply {
    margin-top: 60px;
    padding: 30px;
  }
}
.happyUsers .hu_boxes .box .right .reply strong {
  color: #333333;
}
.happyUsers .hu_boxes .box .right .reply::before {
  content: '';
  display: block;
  border: 20px solid #f2f7f9;
  position: absolute;
  top: -30px;
  left: 8%;
  border-top-color: transparent;
  border-right-color: transparent;
  transform: rotateZ(-10deg);
}
@media (max-width: 600px) {
  .happyUsers .hu_boxes .box .right .reply::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.happyUsers .hu_boxes .box .right strong {
  font-size: 16px;
}
.happyUsers .hu_boxes .box .right p {
  font-size: 16px;
  line-height: 25px;
}
.happyUsers button {
  font-size: 20px;
  color: #657b86;
  font-weight: bold;
  border: none;
  background-color: unset;
  padding: 0;
}
.happyUsers button.read-more-button:hover {
  color: #827502;
}
.cover {
  display: none;
  background: rgba(84, 83, 84, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
}
.user_comment {
  display: none;
  width: 500px;
  position: fixed;
  top: 15%;
  left: 50%;
  margin-left: -250px;
  z-index: 10000;
}
.user_comment .box_title {
  padding: 10px 15px;
  background-color: #657b86;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.user_comment .box_title span {
  color: #fff;
  opacity: 1;
  margin-top: 4px;
}
.user_comment .form_box {
  padding: 30px 20px;
  background-color: #fff;
}
.user_comment .form_box .starRating {
  margin-bottom: 10px;
}
.user_comment .form_box .starRating p {
  font-size: 14px;
  font-weight: bold;
}
.user_comment .form_box input {
  outline: none;
  width: 100%;
  border: none;
  background-color: #EFEDED;
  padding-left: 10px;
}
::-webkit-input-placeholder {
  color: #606060;
}
.user_comment .form_box .starRating input {
  margin: 5px 0;
}
.user_comment .form_box .name {
  width: 214px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
  margin-bottom: 10px;
}
.user_comment .form_box .email {
  width: 214px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  float: right;
  line-height: 32px;
  margin-bottom: 10px;
}
.user_comment .form_box .subject {
  height: 32px;
  line-height: 32px;
  margin-bottom: 10px;
}
.user_comment .form_box .comment {
  height: 139px;
  line-height: 32px;
  margin-bottom: 20px;
}
.user_comment .form_box .comment #comment {
  height: 100%;
  width: 100%;
  resize: unset;
  background-color: #EFEDED;
  overflow: hidden;
  border: none;
  padding: 0;
  padding-left: 10px;
  line-height: 20px;
  outline: none;
}
.user_comment .form_box .about {
  margin-bottom: 10px;
}
.user_comment .form_box .about input {
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
}
.user_comment .form_box .about p {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
}
.user_comment .form_box .verify {
  margin-bottom: 10px;
  line-height: 32px;
}
.user_comment .form_box .verify input,
.user_comment .form_box .verify span {
  width: 105px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
}
.user_comment .form_box .verify span img {
  width: 100%;
  height: 100%;
  display: block;
}
.user_comment .form_box #comment-submit {
  width: 221px;
  height: 32px;
  background-color: #4D6C82;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.user_comment .form_box #function-demo img {
  width: 19px;
  height: 19px;
}
.user_comment .form_box .warning {
  font-weight: bold;
  padding: 10px 0;
}
.user_comment .form_box .war {
  color: red;
  font-weight: bold;
  padding: 10px 0;
}
@media screen and (max-width: 1025px) {
  .editor_reviews .er_boxes .box .text {
    width: 100%;
    display: block;
    margin: 0 auto 15px;
  }
  .editor_reviews .er_boxes .box .author {
    display: block;
    float: none;
    text-align: left;
  }
  .happyUsers .hu_boxes .box .left {
    display: block;
    text-align: right;
  }
  .happyUsers .hu_boxes .box .left .raty {
    width: 100% !important;
  }
  .happyUsers .hu_boxes .box .right {
    display: block;
    float: none;
    width: 100%;
    margin: 15px auto 0;
  }
  .banner h1 {
    font-size: 24px;
    /*line-height:30px*/
  }
}
@media screen and (max-width: 768px) {
  .banner {
    padding: 30px 0;
    margin-bottom: 50px;
    height: auto;
  }
  .banner h1 {
    line-height: 30px;
    font-size: 28px;
  }
  .banner button {
    left: 50%;
    margin-left: -120px;
    bottom: -80px;
  }
}
@media screen and (max-width: 500px) {
  .user_comment {
    width: 300px;
    margin-left: -150px;
    top: 5%;
  }
  .user_comment .form_box {
    text-align: center;
    padding: 15px 10px;
  }
  .user_comment .form_box .starRating #function-demo {
    margin: auto;
  }
  .user_comment .form_box .name,
  .user_comment .form_box .email,
  .user_comment .form_box .subject {
    display: block;
    width: 100%;
    height: auto;
  }
  .user_comment .form_box .about p {
    text-align: left;
    width: 90%;
    padding-left: 30px;
  }
  .user_comment .form_box .verify {
    text-align: left;
  }
  .user_comment .form_box #comment-submit {
    display: block;
  }
}
