.image-container.smallimage {
  width: 70px;
  height: 70px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  background-size: cover;
  margin: 12px 0;
}
.page-recommendations {
  margin: 0 0 50px 30px;
  font-family: "Mukta", sans-serif;
  width: calc(100% - 400px);
}
.page-recommendations .swiper-wrapper {
  padding-bottom: 60px;
}
section#wrapper {
  background: #fff;
}
.page-recommendations .tick-icon {
  width: 15px;
  height: 15px;
  background: url(/themes/nmftheme/assets/images/tick.svg) center no-repeat;
  background-size: contain;
  position: relative;
  top: -2px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.commentcustomername {
  color: #000;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.page-comment-content {
  font-style: normal;
  color: #525252;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  align-items: center;
  margin-top: 14px;
}
.pagecommentblock:before {
  content: "";
  position: Absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  opacity: 0.07;
  height: 1px;
}
.pagecommentblock {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.gradetotal {
  vertical-align: middle;
  font-family: "Mukta";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-right: 9px;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-top: -4px;
}
.confirmed-buyer {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #101a27;
  vertical-align: middle;
  display: inline-block;
}
.inlinerow {
  display: inline-block;
  width: 100%;
}
.customerrecommendation a:hover{
  text-decoration:none;
}
.customerrecommendation a{
  color: #508f50;
  text-decoration: underline;
}
.customerrecommendation {
  background-image: url(../img/green-tick.svg);
  background-repeat: no-repeat;
  background-position: left center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #508f50;
  padding-left: 30px;
}

.usefulltex {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 23px;
}
.usefull {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.usefull .usefulness_btn:hover {
  background: #e1e1e1;
}
.usefull .usefulness_btn {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 0;
  cursor: pointer;
  text-transform: uppercase;
  margin-right: 23px;
  width: 75px;
  text-align: center;
  line-height: 30px;
  background: transparent;
}

.commentdateadd {
  vertical-align: middle;
  display: inline-block;
  color: #c1c1c1;
  padding-left: 14px;
  border-left: 1px solid #c1c1c1;
  font-size: 13px;
  line-height: 14px;
  margin-left: 14px;
}

.usefullbuttons {
  display:inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
@media (max-width: 569px) {
  .page-recommendations {
    width: 100%;
    margin: 0;
    padding: 0 30px;
  }
 }
 a.samples_popup_open.textleft {
  text-align: left;
  margin: 0;
}