.paragraph--type--hww-product {
  overflow: hidden;
  padding: 50px 0;
}

.paragraph--type--hww-product .slider-for img,
.paragraph--type--hww-product .slider-nav img {
  width: 100%;
  font-family: 'object-fit: cover;';
  object-fit: cover;
  padding: 0;
  margin: 0;
}

.paragraph--type--hww-product .slick-slider {
  margin-bottom: 30px;
}

.paragraph--type--hww-product .slick-slider .slick-track {
  margin-left: initial;
}

.paragraph--type--hww-product .slick-slider.nodrag .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
  margin: 0 auto;
}

.paragraph--type--hww-product .slider-for img {
  height: 450px;
}

@media (max-width: 767px) {
  .paragraph--type--hww-product .slider-for img {
    height: 345px;
  }
}

.paragraph--type--hww-product .slider-nav img {
  border: 3px solid #ffffff;
  height: 77px;
}

@media (max-width: 767px) {
  .paragraph--type--hww-product .slider-nav img {
    height: 47px;
  }
}

.paragraph--type--hww-product .slider-nav img:hover {
  cursor: pointer;
}

.paragraph--type--hww-product .slider-nav .slick-current img{
  border: 3px solid #000000;
}

.paragraph--type--hww-product .slick-active:focus,
.paragraph--type--hww-product .slick-current:focus {
  outline: 0;
}

.paragraph--type--hww-product .slider-nav .slick-slide {
  padding: 0 5px;
}

.paragraph--type--hww-product .product-info h1 {
  margin-bottom: 10px;
}

.paragraph--type--hww-product .product-info h3 {
  margin-bottom: 25px;
}

.paragraph--type--hww-product .product-info .field--name-body {
  opacity: 0.6;
}

.paragraph--type--hww-product .product-info .field--name-body p:last-child {
  margin-bottom: 0;
}

.paragraph--type--hww-product .product-info .btn {
  margin-right: 30px;
  letter-spacing: normal;
}

.paragraph--type--hww-product .actions a:not([class*="btn-"]):not(.share img) {
  display: inline-block;
  border: 1px solid #303030;
  color: #303030;
  border-radius: 4px;
  padding: 8px 40px;
}

.paragraph--type--hww-product .product-info .reviews {
  margin-top: 20px;
}

.paragraph--type--hww-product .product-info .fivestar-basic {
  display: inline-block;
  margin-right: 5px;
}

.paragraph--type--hww-product .product-info .reviews-counter {
  text-decoration: underline;
}

.paragraph--type--hww-product .product-info .reviews-counter:hover {
  cursor: pointer;
}

.paragraph--type--hww-product .product-info .average-number {
  margin: 0 5px;
}

.paragraph--type--hww-product .product-info .reviews-counter,
.paragraph--type--hww-product .product-info .average-number,
.paragraph--type--hww-product-reviews .comment__author,
.paragraph--type--hww-product-reviews .comment__author a {
  font-size: 14px;
  color: #707A85;
}

.paragraph--type--hww-product-reviews .field--name-user-picture .image-style-thumbnail {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.paragraph--type--hww-product .product-info .btn-share {
  font-size: 14px;
  color: #A1AEB7;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.paragraph--type--hww-product .product-info .btn-share:focus {
  outline: 0;
  box-shadow: none;
}

.paragraph--type--hww-product .share-ico {
  display: inline-block;
  margin-right: 10px;
}

.paragraph--type--hww-product .share-ico svg {  
  width: 18px;
  height: 20px;
}

.paragraph--type--hww-product .select-product-variation {
  width: auto;
  margin-bottom: 30px;
}

.paragraph--type--hww-product .social-media-sharing {
  margin: 0 15px;
  padding: 0;
}

@media (max-width: 767px) {
  .paragraph--type--hww-product .share img {
    width: 30px;
  }
}

/*override accordion slider component*/
.paragraph--type--hww-product .paragraph--type--hww-static-accordion .col-md-12 {
  padding: 0;
}

.paragraph--type--hww-product .paragraph--type--hww-static-accordion .accordion-item {
  padding: 15px 40px 15px 0;
}

.paragraph--type--hww-product .paragraph--type--hww-static-accordion .accordion-header p {
  margin: 0;
  font-weight: bold;
}

.paragraph--type--hww-product .paragraph--type--hww-static-accordion .accordion-body-inside {
  padding-top: 20px;
}

.paragraph--type--hww-product .paragraph--type--hww-static-accordion .accordion-body-inside p {
  opacity: 0.6;
}

.paragraph--type--hww-product .paragraph--type--hww-static-accordion .product-info a {
  margin-left: 0;
}

/* reviews */
.paragraph--type--hww-product-reviews {
  padding: 50px 0;
}

.paragraph--type--hww-product-reviews h1 {
  margin-bottom: 30px;
}

.paragraph--type--hww-product-reviews .overall-rating {
  display: table;
  margin: 0 auto 30px;
  text-align: center;
}

.paragraph--type--hww-product-reviews .overall-rating p {
  margin-bottom: 5px;
}

.paragraph--type--hww-product-reviews .overall-rating .fivestar-basic {
  display: inline-block;
}

.paragraph--type--hww-product-reviews .overall-rating .reviews {
  padding: 0;
}

.paragraph--type--hww-product-reviews .hww_comment {
  display: flex;
}

.paragraph--type--hww-product-reviews .field--type-string.field--label-hidden {
  display: none;
}

.paragraph--type--hww-product-reviews .card {
  padding-bottom: 15px;
}

.paragraph--type--hww-product-reviews .field--name-field-ratings fieldset,
.paragraph--type--hww-product-reviews .comment-form fieldset,
.paragraph--type--hww-product-reviews .comment-form .field--type-string,
.paragraph--type--hww-product-reviews .comment-form .field--type-string-long,
.paragraph--type--hww-product-reviews .comment-form .form-actions {
  margin: 5px auto 10px;
  padding: 0;
}

.paragraph--type--hww-product-reviews .comment-form .field--type-fivestar {
  padding: 0;
}

.paragraph--type--hww-product-reviews .comment-form .form-actions input {
  margin-right: 15px;
  float: left;
  display: table;
  width: auto;
}

@media (max-width: 767px) {
  .paragraph--type--hww-product-reviews .field--name-field-reviews {
    padding: 0 15px;
  }
}

.paragraph--type--hww-product-reviews .write-reviews-comp,
.paragraph--type--hww-product-reviews .comment--unpublished {
  width: 100%;
}

.paragraph--type--hww-product-reviews .comment--unpublished {
  padding: 30px;
}

.paragraph--type--hww-product-reviews .fivestar-summary,
.paragraph--type--hww-product-reviews .comment__time,
.paragraph--type--hww-product-reviews .comment__permalink {
  display: none;
}
.comment.by-anonymous .comment__author {
  display: none;
}
.hww_comment--no_subject .card-title {
  display: none;
}
.field--name-field-hww-var-components {
  width: 100%;
}

.rating-snapshot-table .snapshot-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;   
}

.rating-snapshot-table .progress-col {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  position: relative;
}

.rating-snapshot-table .progress {
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%; 
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.rating-snapshot-table .snapshot-row .count {
  display: block;
  min-width: 30px;
  margin-left: 5px;
}

.rating-snapshot-table .fivestar-widget-static {
  display: inline-block;
  margin: 0 10px 0 5px;
}