/*review form*/
#review-toggle {
  padding: 13px 31px;
  background: #141618;
  border: 1px solid #141618;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px !important;
  font-family: 'Poppins';
  letter-spacing: 1.2px;
}
#review-toggle:hover {
  background: #fff;

  color: #141618;

}

#review-div div {
  width: 50%;
  margin-top: 15px;
  position: relative;
}

#review-div div input[type=text],
#review-div div textarea,
#review-div div input[type=email] {
  width: 100%;
  margin-top: 0;
}

.recommend-div {
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.verified-div {
  position: relative;
}

#review-div div label.recommended {
  margin-right: 10px;
}

#recommended {
  margin-right: 10px;
}

@media screen and (max-width: 750px) {
  #review-div div {
    width: 100%;
  }

  #review-toggle {
    /* transform: scale(0.8); */
  }
}

input[name="submit-review"] {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*star*/
.ls-reviews {
  margin-top: 20px;
  overflow: hidden;
  clear: both;
}

.ls-rating {
  direction: rtl !important;
  margin: 0;
}

.ls-rating>.ls-star:hover,
.ls-rating>.ls-star:hover~.ls-star {
  background-image: url('../images/star-filled.svg') !important;
}

.ls-star {
  background-image: url('../images/star.svg');
  display: inline-block;
  height: 17px;
  width: 15.5px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.ls-star-filled {
  background-image: url('../images/star-filled.svg') !important;
}

.ls-star:hover {
  cursor: pointer;
}

.ls-success,
.ls-danger {
  color: #FFF;
  padding: 5px 10px;
  margin-top: 10px;
  display: inline-block;
}

.ls-success p,
.ls-danger p {

  margin: 0;

}

.ls-success {
  background: #2a7f2a;
}

.ls-danger {
  background: #af4b4b;
}

#review-div {
  display: none;
}

/*.review-title h3{
	text-align: center;
	    font-size: 35px;
}*/

/*review list*/
.ls-review-row {
  clear: both;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e2dfdf;
  padding: 35px 5px 25px 5px;
}

.ls-review-col-2,
.ls-review-col-10 {
  float: left;
}

.ls-review-col-2 {
  width: 20%;
}

.ls-review-col-10 {
  width: 80%;
}

.ls-review-col-3 {
  float: left;
  width: 25%;
}

.ls-review-col-6 {
  float: left;
  width: 50%;
}

.ls-review-col-3-right {
  float: left;
  width: 25%;
}

.reviewmark {
  position: absolute;
  bottom: auto;
}

/*.badge_review{
	width: 25px;
    height: 25px;
    line-height: 18px;
    text-align: center;
    display: block;
    border-radius: 50%;
    background: #1a0000;
    border: 1px solid #FFF;
    box-shadow: 0 1px 3px rgb(0 0 0 / 40%);
    color: #ffffff;
    position: relative;
   top: -17px;
    left: 101px;
    opacity: 0.8;
    }*/

.badge_review {
  width: 64px;
  height: 25px;
  background: #000000;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  right: 0px;
  box-shadow: 0px 0px 9px 4px #cfcccc;
}

.commented-rating {
  float: left;
}

.comment-time {
  float: right;
}

.comment-time span {
  color: #303133;
  font-family: Poppins !important;
  font-size: 13px;
}

.review-top-div {
  overflow: hidden;
  margin-bottom: 10px;
}

.review-desc h3 {
  margin: 0;
  font-size: 18px !important;
  font-weight: 600;
  font-family: Poppins !important;
  margin-bottom: 10px;
}

.review-desc .review-heading {
  margin: 0 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  font-family: Poppins !important;
  margin-bottom: 10px !important;
}

.review-desc p {
  margin: 0;
  font-family: Poppins !important;
  margin-bottom: 10px;
  color: #303133;
  font-size: 14px !important;
}

.ls-all-reviews {
  margin-top: 25px;
}

.ls-all-reviews-main {
  overflow: hidden;
  width: 100%;

  padding: 10px;
  position: relative;

}

.ls-all-reviews-div {
  position: relative;
}

.verified-and-recommend-div p {
  margin-top: 5px;
  font-family: Poppins !important;

  color: #303133;
}

.verified-div img,
.recommend-div img {
  padding-right: 7px;

}

.recommend-div img {
  padding-right: 7px;
}

.commented-rating p {
  margin-top: 0;
}

@media screen and (max-width: 750px) {

  .ls-review-col-2,
  .ls-review-col-10 {
    clear: both;
    width: 100%;
  }

  .ls-all-reviews-main .ls-review-col-10 {
    margin-top: 10px;
  }
}

.review-pagination-main .pagination {
  margin-top: 15px;
}

.review-pagination-main .pagination li {
  padding: 1px 10px;
  border-radius: 3px;

}

.review-pagination-main .pagination li.review-page-active {
  background: #f1f1f1;
}

.avg-star {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.ls-margin-auto {
  margin: auto;
}

.ls-text-center {
  text-align: center;
}

.overall-review-star-count {
  font-size: 35px;
  color: #303133;
}

.overall-review-star {
  margin-top: 10px;
  margin-left: 10px;
}

.overall-review-star .ls-star {
  height: 23px;
  width: 25px;
  background-size: 18px;
}

.total-reviews-title {
  font-size: 15px;
  margin-top: 12px;
  margin-left: 10px;
  color: #303133;
}

.error {
  color: red;
  margin-left: 10px;
}

#review-div .ls-loading-review,
.ls-all-reviews-div .ls-loading-review-pagi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #8080801c;
  margin: 0;
  display: none;
}

#review-div .ls-loading-review img,
.ls-all-reviews-div .ls-loading-review-pagi img {
  width: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*newly added row*/
.ls-new-row {
  -webkit-animation: newRrow 1.5s infinite ease-in-out;
  -moz-animation: newRrow 1.5s infinite ease-in-out;
  /* Fx 5+ */
  -o-animation: newRrow 1.5s infinite ease-in-out;
  /* Opera 12+ */
  animation: newRrow 1.5s infinite ease-in-out;
  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes newRrow {
  0% {
    background-color: #fdfde3
  }

  50% {
    background-color: #fff
  }

  100% {
    background-color: #fdfde3
  }
}

body .recommend-div img,
body .verified-div img {
  /*	padding-top: 5px;*/
  position: absolute;
  /*    top: -4px;*/
  margin-top: -1px;
  top: 50% !important;
  transform: translateY(-50%);
}

.recommend-div span,
.verified-div span {
  margin-left: 32px;
}

.ls-captcha-div .g-recaptcha {
  position: fixed !important;
  bottom: 0 !important;
  right: 0 !important;
  width: auto !important;
}

.product_image {
  display: none;
}

.product_image_label {
  padding: 8px 18px;
  background: transparent;
  border: 1px solid #b5b5b5;
  border-radius: 3px;
  color: #303133;
}

.product_image_label:hover {
  cursor: pointer;
}

.product_image_label img {
  width: 16px;
  margin-right: 10px;
}


.review-desc-width {
  width: 80%;
  float: left;
}

.product_image_div {
  width: 20%;
  float: left;
}

@media screen and (max-width: 750px) {

  .review-desc-width,
  .product_image_div {
    width: 100%;
    clear: both;
  }
}

.product_image_div img {
  max-width: 48% !important;
  float: left;
  margin-right: 2%;
  width: 110px;
  height: 60px;
  margin-bottom: 2%;
}

.filename {
  padding: 6px 35px 6px 20px;
  background: #d2d2d2;
  border-radius: 5px;
  border: 1px solid #afaeae;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  display: none;
  margin-top: 13px;
}

/*.remove-image{
  position: absolute;
    right: 0;
    height: 100%;
    padding: 5px 8px;
    background: #e86565;
    color: #FFF;
    margin: auto;
    top: 0;
}

.remove-image:hover{
  cursor: pointer;
}*/

.remove-image:hover {
  cursor: pointer;
}

.preview-div {
  display: none;
  position: relative;
  margin-right: 10px;
}

.remove-image {
  display: none;
  position: absolute;
  right: 0;
  padding: 5px 8px;
  background: #e86565;
  color: #FFF;
  margin: auto;
  top: 0;
}

.preview-div img {
  width: 150px;
  background-color: gray;
  min-height: 40px;
}

#preview-image {
  display: inline-flex !important;
  width: auto !important;
  min-width: 300px !important;
}

/*.postid-88520 .ls-reviews{
  display: none !important;
}*/


.review-image-div {
  height: 85px;
  width: 120px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  float: left;
  margin-right: 10px;
  background-position: center !important;
  margin-top: 10px;
}

.review-image-div0 {
  height: 85px;
  width: 120px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  float: left;
  margin-right: 10px;
  background-position: center !important;
  margin-top: 10px;
}

.review-image-div1 {
  height: 85px;
  width: 120px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  float: left;
  margin-right: 10px;
  background-position: center !important;
  margin-top: 10px;
}

.review-image-div2 {
  height: 85px;
  width: 120px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  float: left;
  margin-right: 10px;
  background-position: center !important;
  margin-top: 10px;
}

.review-image-div3 {
  height: 85px;
  width: 120px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  float: left;
  margin-right: 10px;
  background-position: center !important;
  margin-top: 10px;
}

.review-image-div4 {
  height: 85px;
  width: 120px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  float: left;
  margin-right: 10px;
  background-position: center !important;
  margin-top: 10px;
}

.review-img-popup {
  /*height:85px;width:120px;*/
  height: 170px;
  width: 240px;
  border-radius: 10px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  float: left;
  /*margin-right:10px;*/
  background-position: center !important;
  /*margin-top: 10px;*/
}


/*modal*/
/* The Modal (background) */
.product-image-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 11111;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  /*top: 30px;
  bottom: 30px;*/
  padding-top: 30px;
  padding-bottom: 30px;
}

/* Modal Content/Box */
.product-image-modal-content {
  background-color: #fefefe;
  margin: auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 30% !important;
  /* Could be more or less, depending on screen size */
  /*max-width: 60%;*/
  /*min-width: 500px;*/
  position: relative;
  width: fit-content;
}

@media only screen and (max-width: 668px) {
  .product-image-modal-content {
    width: 70% !important;
  }
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0px 10px;
  background: #0000005e;
  color: #FFF;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.product_image_div_main:hover {
  cursor: pointer;
}

.product-image-modal img {
  width: 100%;
}

.review-pagination-main .pagination p {
  display: inline-block;
}

@media (max-width: 920px) {

  .ls-review-col-3,
  .ls-review-col-6,
  .ls-review-col-3-right {
    width: 100% !important;
  }

  .review-desc {
    /*text-align: center;*/
    margin-top: 15px;
  }

  /*.badge_review{
    width: 25px;
    height: 25px;
    line-height: 18px;
    text-align: center;
    display: block;
    border-radius: 50%;
    background: #1a0000;
    border: 1px solid #FFF;
    box-shadow: 0 1px 3px rgb(0 0 0 / 40%);
    color: #ffffff;
    position: relative;
  top: 80px;
    left: -25px;
    opacity: 0.7;
    }*/

  /*.badge_review{
    width: 64px;
    height: 25px;
    background: #000000;
    color: #ffffff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    box-shadow: 0px 0px 9px 4px #cfcccc;
    }*/
  /*.commented-rating{
text-align: center;
    float: none;
}*/

}


.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  font-weight: bold;
  font-size: 50px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  z-index: 1000;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

#image_id1,
#image_id2,
#image_id3,
#image_id4,
#image_id5 {
  display: none !important;
}

header.z-index-imp {
  z-index: 0 !important
}

@media screen and (max-width: 750px) {

  .verified-div+h4,
  .reviwer-name {
    font-size: 18px !important;
    font-family: 'Poppins';
  }

  .verified-div span {
    font-family: 'Public Sans';
  }
}

.review-pagination-main .page-link:hover {
  cursor: pointer;
}