.start-end-layout {
  position: relative;
}
.start-end-layout > div:nth-child(1n) {
  display: inline-block;
}
.start-end-layout > div:last-child {
  display: inline-block;
  position: absolute;
  right: 0;
}

html[dir=rtl] .start-end-layout > div:last-child {
  right: auto;
  left: 0px;
}

.upload-image-button_label {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.upload-image-button_label {
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
}

.upload-image-button_label {
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
}

.upload-image-button {
  position: relative;
}

.upload-image-button_label {
  background: #fafaf9;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  cursor: pointer;
  height: 98px;
  transition: 0.2s ease;
  width: 98px;
}

.upload-image-button_label:hover {
  border-color: #999;
}

.upload-image-button_input {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.upload-image-button_icon {
  color: #458500;
  font-size: 32px;
  margin-right: 0;
}
.start-end-layout {
  position: relative;
}
.start-end-layout > div:nth-child(1n) {
  display: inline-block;
}
.start-end-layout > div:last-child {
  display: inline-block;
  position: absolute;
  right: 0;
}

html[dir=rtl] .start-end-layout > div:last-child {
  right: auto;
  left: 0px;
}

.img-editor-ctas, .img-editor-drawer .edit-controls-toolbar, .img-editor-drawer .img-editor-container {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.img-editor-drawer .edit-controls-toolbar, .img-editor-drawer .img-editor-container {
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
}

.img-editor-drawer .img-editor-ctas {
  justify-content: space-around;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
}

.img-editor-ctas {
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
}

.img-editor-drawer .img-editor-ctas, .img-editor-drawer .edit-controls-toolbar, .img-editor-drawer .img-editor-container {
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
}

.btn {
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  padding: 7px 18px;
  text-align: center;
  transition: 0.25s cubic-bezier(0.17, 0.67, 0.52, 0.97);
}
.btn :active {
  transform: "translateY(1px)";
}
.btn :disabled {
  background-image: #fafaf9;
  border-color: #fafaf9;
  cursor: default;
}

.btn-primary {
  background-image: linear-gradient(to bottom, #f38a00 0, #e57a00 100%);
  border: 1px solid #f38a00;
  color: #fff;
}
.btn-primary :hover {
  background-image: linear-gradient(to bottom, #cc6e00 0, #b25f00 100%);
}

.btn-info {
  background-image: linear-gradient(to bottom, #fff 0, #ddd 100%);
  border: 1px solid #fff;
  color: #666;
}
.btn-info :hover {
  background-image: linear-gradient(to bottom, #e6e6e6 0, #c4c4c4 100%);
}

.img-editor-window .window-modal-dialog,
.img-editor-window .window-modal-dialog_header {
  border-radius: 5px;
}
.img-editor-window .window-modal-dialog_header {
  position: relative;
}
.img-editor-window .window-modal-dialog_header button {
  position: absolute;
  right: 0;
}

.img-editor-drawer .img-editor-container {
  background: #000;
}
.img-editor-drawer .edit-controls-toolbar {
  margin: 0;
  text-align: center;
  height: 100%;
  width: 33%;
}
.img-editor-drawer .edit-controls-toolbar .rotate-icon path {
  fill: #fff;
}
.img-editor-drawer .img-editor-ctas {
  height: 15vh;
  margin-top: 0;
}
.img-editor-drawer .img-editor-ctas .btn {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  height: 100%;
  width: 33%;
  padding: 0;
}
.img-editor-drawer .img-editor-ctas .btn-save {
  margin-left: 0;
}
.img-editor-drawer .cropping-frame-resizers > * {
  height: 24px;
  width: 24px;
}

.img-editor-container {
  background: #f7f7f7;
  touch-action: none;
}

.img-editor-canvas-wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
}

.edit-controls-toolbar {
  margin-bottom: 10px;
}

.edit-controls-group {
  display: inline-block;
  margin-top: 5px;
}
.edit-controls-group .edit-control {
  background: transparent;
  border: none;
  border-radius: 3px;
  display: inline-block;
  padding: 0;
}

.img-editor-ctas {
  margin-top: 15px;
}
.img-editor-ctas .btn-save {
  margin-left: auto;
}

.staging-canvas,
.final-canvas {
  display: none;
}

.cropping-frame {
  animation: rotating-border 8s infinite linear;
  background: linear-gradient(90deg, #d3d3d3 50%, transparent 50%), linear-gradient(90deg, #d3d3d3 50%, transparent 50%), linear-gradient(0deg, #d3d3d3 50%, transparent 50%), linear-gradient(0deg, #d3d3d3 50%, transparent 50%);
  background-color: transparent;
  background-position: 0 0, 100% 100%, 0 100%, 100% 0;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 8px 2px, 8px 2px, 2px 8px, 2px 8px;
  box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.5);
  cursor: move;
  position: absolute;
  touch-action: none;
}

@keyframes rotating-border {
  0% {
    background-position: 0 0, 100% 100%, 0 100%, 100% 0;
  }
  100% {
    background-position: 100% 0, 0% 100%, 0 0, 100% 100%;
  }
}
.cropping-frame-resizers > * {
  background-color: #fff;
  height: 16px;
  position: absolute;
  width: 16px;
  touch-action: none;
}

.cropping-frame-resizers_resizer-tl {
  left: -8px;
  top: -8px;
  cursor: nwse-resize;
}

.cropping-frame-resizers_resizer-tr {
  right: -8px;
  top: -8px;
  cursor: nesw-resize;
}

.cropping-frame-resizers_resizer-bl {
  left: -8px;
  bottom: -8px;
  cursor: nesw-resize;
}

.cropping-frame-resizers_resizer-br {
  right: -8px;
  bottom: -8px;
  cursor: nwse-resize;
}
.window-modal-backdrop {
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1006;
}

.window-modal-dialog {
  background-color: white;
  left: 50%;
  outline: 0;
  position: fixed;
  top: 52%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1007;
  max-width: 90%;
}
.mobile-drawer {
  background: #000;
  height: 100vh;
  left: 0;
  overflow: auto;
  position: fixed;
  transition: bottom 0.2s ease;
  width: 100%;
  z-index: 1500;
}
.start-end-layout {
  position: relative;
}
.start-end-layout > div:nth-child(1n) {
  display: inline-block;
}
.start-end-layout > div:last-child {
  display: inline-block;
  position: absolute;
  right: 0;
}

html[dir=rtl] .start-end-layout > div:last-child {
  right: auto;
  left: 0px;
}

.reviews-header.sticky-header .reviews-header-cta-buttons, .reviews-header.sticky-header .reviews-header-pdp-link, .reviews-header.sticky-header {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.reviews-header.sticky-header .reviews-header-pdp-link {
  justify-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
}

.reviews-header.sticky-header .reviews-header-cta-buttons {
  justify-content: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
}

.reviews-header.sticky-header .reviews-header-cta-buttons, .reviews-header.sticky-header .reviews-header-pdp-link, .reviews-header.sticky-header {
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
}

.header {
  width: 100%;
  margin: 10px 0px 10px 0px;
  border-bottom: 1px solid #eeeeee;
}
.header h4 {
  max-width: 1330px;
  font-size: 18px;
  font-weight: bold;
  margin-right: auto;
  margin-left: auto;
}

.sticky-header {
  margin: 0px auto;
  max-width: 1350px;
  vertical-align: middle;
}
.sticky-header .nav-product-link-text {
  cursor: pointer;
}
.sticky-header .nav-product-link-text span {
  font-weight: normal;
  color: #126cc5;
}
.sticky-header i {
  cursor: pointer;
  font-size: 15px;
  color: #555;
  margin-top: 23px;
}
.sticky-header .reviews-header-image {
  width: 64px;
  height: 64px;
  border-radius: 4px;
  margin: 0 16px;
  padding: 9px;
  cursor: pointer;
}
.sticky-header .reviews-header-image img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.sticky-header button {
  height: 48px;
  border-radius: 8px;
  border-width: 1px;
  font-weight: bold;
  padding: 0 40px;
}

.ugc-sticky {
  position: fixed;
  margin-top: 0px;
  top: 0px;
  background-color: white;
  z-index: 2;
  border-bottom: 1px solid #eeeeee;
  min-width: 750px;
}

.add-btn {
  color: #fff;
  border: 1px solid #ff8a00;
  background-image: -moz-linear-gradient(top, #ff8a00 0, #e57a00 100%);
  background-image: linear-gradient(to bottom, #ff8a00 0, #e57a00 100%);
  background-repeat: repeat-x;
  background-color: #ff8a00;
  width: 150px;
  padding: 8px 0px;
  border-radius: 3px;
  margin: 0px 15px 0px 15px;
  cursor: pointer;
}
.add-btn:hover {
  border-color: #c26900;
  background-image: -moz-linear-gradient(top, #cc6e00 0, #b25f00 100%);
  background-image: linear-gradient(to bottom, #cc6e00 0, #b25f00 100%);
  background-color: #cc6e00;
}

.write-btn {
  color: #666;
  border: 1px solid #ccc;
  background-image: -moz-linear-gradient(top, #fff 0, #ddd 100%);
  background-image: linear-gradient(to bottom, #fff 0, #ddd 100%);
  background-repeat: repeat-x;
  background-color: #fff;
  width: 150px;
  padding: 8px 0px;
  border-radius: 3px;
  cursor: pointer;
}
.write-btn:hover {
  background-image: linear-gradient(#e6e6e6 0px, #c4c4c4 100%);
  border: 1px solid #adadad;
  background-color: #e6e6e6;
}

.reviews-header.sticky-header .reviews-header-pdp-link .reviews-header-pdp-link-text {
  position: relative;
  margin: 5px auto;
  left: 12px;
}
.reviews-header.sticky-header .reviews-header-cta-buttons {
  flex-shrink: 0;
}

html[dir=rtl] .reviews-header-pdp-link i {
  margin-right: 14px;
}
html[dir=rtl] .reviews-header-pdp-link .reviews-header-image {
  margin-right: 8px;
}
html[dir=rtl] .reviews-header-pdp-link .nav-product-link-text {
  margin-right: 24px;
}
.start-end-layout {
  position: relative;
}
.start-end-layout > div:nth-child(1n) {
  display: inline-block;
}
.start-end-layout > div:last-child {
  display: inline-block;
  position: absolute;
  right: 0;
}

html[dir=rtl] .start-end-layout > div:last-child {
  right: auto;
  left: 0px;
}
.translation-warning-message {
  display: inline-block;
  font-size: 12px;
  color: #666;
}
.top-rating-wrapper {
  width: 255px;
  margin: 0 auto;
}
.top-rating-wrapper ul {
  height: 100%;
}
.top-rating-wrapper ul li {
  margin-right: 4px;
}
.top-rating-wrapper ul li:last-child {
  margin: 0;
}

.featured-reviews h1 {
  font-size: 24px;
  margin: 32px 0;
  font-weight: bold;
  color: #333;
}
.featured-reviews .featured-rating {
  padding: 0 40px 0 0;
}
.featured-reviews .featured-rating .featured-rating-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 0 12px 0;
}
.featured-reviews .featured-rating .featured-rating-bar .featured-rating-bar-lbl {
  white-space: nowrap;
  width: 80px;
  color: #666;
}
.featured-reviews .featured-rating .featured-rating-bar .featured-rating-bar-lbl.bar-lbl-count {
  width: 60px;
  margin-right: 8px;
  text-align: right;
}
.featured-reviews .featured-rating .featured-rating-bar a {
  color: #2c7500;
  white-space: nowrap;
  text-decoration: underline;
}
.featured-reviews .featured-rating .featured-rating-bar .MuiCheckbox-root {
  padding: 0;
  margin-right: 16px;
}
.featured-reviews .featured-rating .featured-rating-bar .featured-rating-bar-line {
  width: 100%;
  margin: 0 10px 0 20px;
}
.featured-reviews .ugc-review-modal .modal-title {
  border-bottom: 0.5px solid #ddd;
  padding: 16px 0;
  width: 100%;
  text-align: center;
}
.featured-reviews .ugc-review-modal .modal-title h3 {
  display: inline;
  margin-left: 16px;
}
.featured-reviews .ugc-review-modal .modal-title span {
  float: right;
  margin-right: 16px;
  cursor: pointer;
  margin-top: -3px;
}

.ugc-review-backdrop {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1400;
  background-color: #000;
  opacity: 0.5;
  display: block;
}

.ugc-review-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: white;
  transform: translate(-50%, -51%);
  z-index: 1401;
  width: 600px;
  border-radius: 8px;
}
.ugc-review-modal .modal-body {
  padding: 25px;
  margin-bottom: 55px;
}
.ugc-review-modal .review-snapshot-section .profile-image {
  float: left;
  margin-right: 8px;
  margin-bottom: 16px;
}
.ugc-review-modal .review-snapshot-section .customer-profile-link,
.ugc-review-modal .review-snapshot-section .review-snapshot-summary {
  transform: translateY(3px);
}
.ugc-review-modal .top-content {
  clear: both;
}
.ugc-review-modal .top-content .top-content-rating {
  display: inline-block;
  width: 85px;
  margin-top: 4px;
  float: left;
}
.ugc-review-modal .top-content .top-content-title {
  display: inline-block;
  font-weight: bold;
  float: left;
  margin: 2px 0 8px 8px;
  margin-left: 8px;
  width: calc(100% - 95px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ugc-review-modal .top-content .featured-reviewer {
  pointer-events: none;
  clear: both;
}
.ugc-review-modal .top-content .review-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.ugc-review-modal .helpfulness .report-abuse,
.ugc-review-modal .helpfulness .helpful-needs-login {
  line-height: 48px;
}
.ugc-review-modal .helpfulness .report-abuse {
  float: left;
  margin-top: 0;
  font-weight: normal;
}
.ugc-review-modal .helpfulness .helpful-btn-container {
  float: right;
}
.ugc-review-modal .helpfulness .helpful-btn-container .helpful-btn {
  border: 1px solid #ccc;
  border-radius: 8px;
  height: 48px;
  text-decoration: none;
  padding: 11px 16px;
  line-height: 22px;
}
.ugc-review-modal .helpfulness .helpful-btn-container .helpful-btn span {
  font-weight: normal;
  margin-right: 4px;
}
.ugc-review-modal .helpfulness .helpful-btn-container .helpful-btn span.helpful-text {
  font-weight: bold;
}

html[dir=rtl] .ugc-review-modal .profile-image {
  float: right;
  margin: 0 0 16px 8px;
}
html[dir=rtl] .ugc-review-modal .top-content-rating {
  float: right;
}
html[dir=rtl] .ugc-review-modal .top-content-title {
  margin-left: 0;
  margin-right: 8px;
}
html[dir=rtl] .featured-rating {
  padding-left: 40px;
  padding-right: 0;
}
html[dir=rtl] .featured-rating .featured-rating-bar .MuiCheckbox-root {
  margin-left: 16px;
  margin-right: 0;
}
html[dir=rtl] .featured-rating .featured-rating-bar .featured-rating-bar-lbl.bar-lbl-count {
  margin-left: 8px;
  margin-right: 0;
  text-align: left;
}
.review-comments {
  background-color: #fafafa;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 18px 16px;
  border-radius: 8px;
}
.review-comments .comments-arrow {
  font-size: 16px;
  cursor: pointer;
}
.review-comments .comments-header {
  font-size: 12px;
  color: #666;
}
.review-comments .comments-header > div {
  display: inline-block;
}
.review-comments .review-comments-badge {
  font-size: 12px;
  font-weight: bold;
  color: black;
  padding: 1px 6px;
  border-radius: 12px;
  margin-right: 8px;
}
.review-comments .review-comments-badge.badge-vender {
  background-color: #fac627;
}
.review-comments .review-comments-badge.badge-cs {
  background-color: #458500;
  color: white;
}
.review-comments .comments-content {
  margin: 10px 0px;
  word-break: break-word;
}
.review-comments .comments-content a {
  text-decoration: underline;
  color: #2c7500;
  cursor: pointer;
  margin-left: 2px;
}
.review-comments .comments-disclaimer {
  font-size: 12px;
  color: #666;
}

.product-reviews .review-window {
  width: 75%;
  max-width: 1144px;
  min-width: 751px;
  padding: 0;
  border-radius: 8px;
}
.product-reviews .review-window .review-arrow {
  position: absolute;
  cursor: pointer;
}
.product-reviews .review-window .review-arrow i {
  background-color: white;
  color: #555;
  border-radius: 25px;
  font-size: 15px;
  padding: 14px 19px;
  position: relative;
  border: 1px solid #ccc;
  box-shadow: 1px 2px 7px rgba(100, 100, 100, 0.25);
}
.product-reviews .review-window .image-review-body {
  padding: 24px 24px 36px 24px;
  overflow: hidden;
}
.product-reviews .review-window .image-review-body .image-section {
  margin: 0 24px;
  width: 45%;
  background-color: white;
}
.product-reviews .review-window .image-review-body .image-section .review-window-image {
  width: 100%;
  height: 100%;
}
.product-reviews .review-window .image-review-body .image-section .review-arrow {
  top: 48%;
}
.product-reviews .review-window .image-review-body .image-section .review-arrow.left {
  left: 0;
}
.product-reviews .review-window .image-review-body .image-section .review-arrow.right {
  right: 50%;
}
.product-reviews .review-window .popup-review-section {
  width: 50%;
  height: 100%;
  right: -39px;
  overflow-y: inherit;
  overflow-x: hidden;
  max-height: 632px;
  outline: none;
  transition: 0.2s;
  opacity: 0;
}
.product-reviews .review-window .popup-review-section.opaque {
  opacity: 1;
}
.product-reviews .review-window .popup-review-section .review-section-review {
  overflow-y: auto;
  height: 84%;
}
.product-reviews .review-window .popup-review-section .review-snapshot-section .profile-image {
  float: left;
  margin-right: 8px;
  margin-bottom: 16px;
}
.product-reviews .review-window .popup-review-section .review-snapshot-section .customer-profile-link,
.product-reviews .review-window .popup-review-section .review-snapshot-section .review-snapshot-summary {
  transform: translateY(5px);
}
.product-reviews .review-window .popup-review-section .top-content {
  clear: both;
}
.product-reviews .review-window .popup-review-section .top-content .top-content-rating {
  display: inline-block;
  width: 85px;
  margin-top: 4px;
  float: left;
}
.product-reviews .review-window .popup-review-section .top-content .top-content-title {
  display: inline-block;
  font-weight: bold;
  float: left;
  margin: 2px 0 8px 8px;
  margin-left: 8px;
  width: calc(100% - 95px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-reviews .review-window .popup-review-section .top-content .featured-reviewer {
  pointer-events: none;
  clear: both;
}
.product-reviews .review-window .popup-review-section .top-content .review-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.product-reviews .review-window .popup-review-section .clickable-img {
  width: 88px;
  height: 88px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  margin: 0 4px 4px 4px;
}
.product-reviews .review-window .popup-review-section .clickable-img:nth-child(4n) {
  margin-left: 0;
}
.product-reviews .review-window .popup-review-section .share-review {
  display: block;
}
.product-reviews .review-window .popup-review-section .share-review .share-view-share-btn {
  float: right;
  line-height: 36px;
  margin-left: 20px;
  height: 32px;
  width: 32px;
  border: 2px solid #d47500;
  border-radius: 16px;
}
.product-reviews .review-window .popup-review-section .share-review .share-view-share-btn span {
  display: none;
}
.product-reviews .review-window .popup-review-section .share-review .share-view-share-btn svg {
  position: relative;
  margin-left: 5px;
  transform: translateY(-3px);
}
.product-reviews .review-window .popup-review-section .share-review .share-review-container {
  position: fixed;
  top: 715px;
  right: 20px;
}
.product-reviews .review-window .popup-review-section .share-review .share-review-container::before, .product-reviews .review-window .popup-review-section .share-review .share-review-container::after {
  right: 8px;
}
.product-reviews .review-window .popup-review-section .helpfulness {
  display: flex;
  flex-direction: row-reverse;
}
.product-reviews .review-window .popup-review-section .helpfulness .report-abuse,
.product-reviews .review-window .popup-review-section .helpfulness .helpful-needs-login {
  line-height: 36px;
}
.product-reviews .review-window .popup-review-section .helpfulness .report-abuse {
  float: left;
  margin-top: 0;
  font-weight: normal;
}
.product-reviews .review-window .popup-review-section .helpfulness .helpful-btn-container {
  display: inline-block;
  margin-top: 0;
  margin-left: 20px;
}
.product-reviews .review-window .popup-review-section .helpfulness .helpful-btn-container a {
  text-decoration: none;
}
.product-reviews .review-window .image-review-title {
  border-bottom: 0.5px solid #ddd;
  padding: 16px 0;
  width: 100%;
  text-align: center;
}
.product-reviews .review-window .image-review-title h3 {
  display: inline;
  margin-left: 16px;
}
.product-reviews .review-window .image-review-title span {
  float: right;
  margin-right: 16px;
  cursor: pointer;
  margin-top: -3px;
}
.product-reviews .review-window .image-gallery-wrapper .review-arrow {
  top: 89.5%;
}
.product-reviews .review-window .image-gallery-wrapper .review-arrow.left {
  left: 24px;
}
.product-reviews .review-window .image-gallery-wrapper .review-arrow.right {
  right: 24px;
}
.product-reviews .review-window .image-gallery-wrapper .image-review-gallery {
  height: 104px;
  margin-top: 32px;
  transition: 0.3s;
  position: relative;
}
.product-reviews .review-window .image-gallery-wrapper .image-review-gallery .gallery-border {
  border-radius: 12px;
  width: 112px;
  height: 112px;
  padding: 2px;
  margin-right: 13px;
  display: inline-block;
  border: 2px solid transparent;
}
.product-reviews .review-window .image-gallery-wrapper .image-review-gallery .gallery-border:last-child {
  margin-right: 0;
}
.product-reviews .review-window .image-gallery-wrapper .image-review-gallery .gallery-border.selected {
  border-color: #458500;
}
.product-reviews .review-window .image-gallery-wrapper .image-review-gallery .gallery-border.selected img {
  border: none;
}
.product-reviews .review-window .image-gallery-wrapper .image-review-gallery .gallery-border img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.product-reviews .helpfulness .report-abuse {
  font-weight: normal;
}

.see-all-reviews {
  width: 100%;
  font-weight: bold;
}

.float-left {
  float: left;
}

.snapshot-count {
  text-align: left;
  margin: -2px 4px 0 2px;
  font-size: 12px;
  color: #333;
  float: left;
}

.customer-profile-link {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  max-width: 145px;
  color: #2c7500;
  text-decoration: underline;
}

.helpfulness {
  margin-top: 20px;
}
.helpfulness p {
  margin-bottom: 15px;
  font-weight: bold;
}
.helpfulness .helpful-btn-container {
  cursor: auto;
  display: flex;
  margin-bottom: 10px;
}
.helpfulness .helpful-btn-container .helpful-needs-login {
  color: #666;
}
.helpfulness .helpful-btn-container .helpful-needs-login a {
  color: #2c7500;
  text-decoration: underline;
  display: inline;
  text-transform: lowercase;
}
.helpfulness .helpful-btn-container .helpful-btn {
  display: inline-block;
  font-size: 14px;
  padding: 6px 10px 6px 1px;
  font-weight: 600;
  margin: 0;
  width: auto;
  border: 0px;
  color: #333;
}
.helpfulness .helpful-btn-container .helpful-btn:first-child {
  margin-right: 5px;
}
.helpfulness .helpful-btn-container .helpful-btn svg {
  float: left;
  margin-right: 4px;
}
.helpfulness a {
  font-weight: bold;
  display: block;
  cursor: pointer;
}
.helpfulness .feedback {
  margin-top: 25px;
  color: #4f9900;
}
.helpfulness .report-link {
  display: block;
  margin-top: 15px;
  color: #1976d2;
  cursor: pointer;
}
.helpfulness .report-abuse {
  margin-top: 20px;
}
.helpfulness .report-abuse a,
.helpfulness .report-abuse span {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}
.helpfulness .report-abuse a {
  text-decoration: underline;
}
.helpfulness .report-abuse span {
  margin-top: 5px;
  display: inline-block;
}

.start-end-layout .paging-counts {
  font-size: 13px;
  color: #8c8c8c;
}

@media (min-width: 767px) {
  .start-end-layout {
    height: 320px;
  }
}
@media (min-width: 1150px) {
  .start-end-layout {
    height: 380px;
  }
}
@media (min-width: 1280px) {
  .start-end-layout {
    height: 420px;
  }
}
@media (min-width: 1400px) {
  .start-end-layout {
    height: 497px;
  }
}
.product-name-review {
  padding-top: 25px;
  padding-bottom: 10px;
  color: #676767;
  font-size: 18px;
  font-weight: 700;
}

.review-title {
  font-size: 18px;
  font-weight: 700;
}

.other-images {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 16px;
}

.profile-image {
  margin: 5px 21px 5px 3px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.review-snapshot-summary {
  display: flex;
  align-items: center;
}

.svg-icon-container {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  text-align: right;
}
.svg-icon-container .MuiTooltip-popper {
  background-color: white;
}

.svg-icon {
  display: inline-block;
  margin: 0px 0px 2px 0px;
}
.svg-icon span {
  margin: 0px 0px 0px 10px;
  font-size: 14px;
  font-weight: bold;
}
.svg-icon svg {
  float: left;
}

html[dir=rtl] .svg-icon-container {
  text-align: left;
}
html[dir=rtl] .profile-image {
  margin: 5px 3px 5px 21px;
}
html[dir=rtl] .svg-icon svg {
  float: right;
}
html[dir=rtl] .svg-icon span {
  margin: 0px 10px 0px 0px;
}
html[dir=rtl] .svg-icon .snapshot-count {
  margin: -2px 2px 0 4px;
}
html[dir=rtl] .image-section span.left {
  left: 280px;
}
html[dir=rtl] .image-section span.right {
  right: 20px;
}
html[dir=rtl] .helpful-btn-container .helpful-btn {
  padding-right: 0;
  padding-left: 10px;
}
html[dir=rtl] .helpful-btn-container .helpful-btn:first-child {
  margin-left: 5px;
  margin-right: 0;
}
html[dir=rtl] .helpful-btn-container .helpful-btn svg {
  float: right;
  margin-right: 0;
  margin-left: 4px;
}
html[dir=rtl] .review-window .popup-review-section .top-content .top-content-rating {
  float: right;
}
html[dir=rtl] .review-window .popup-review-section .top-content .top-content-title {
  margin-left: 0;
  margin-right: 8px;
}
html[dir=rtl] .review-window .popup-review-section .review-snapshot-section .profile-image {
  float: right;
  margin-left: 8px;
  margin-right: 0;
}
html[dir=rtl] .review-window .popup-review-section .share-review .share-view-share-btn svg {
  margin-left: 0;
  margin-right: 6px;
}
html[dir=rtl] .review-window .popup-review-section .share-review .share-review-container {
  right: auto;
  left: 128px;
}
html[dir=rtl] .review-window .popup-review-section .share-review .share-review-container::before, html[dir=rtl] .review-window .popup-review-section .share-review .share-review-container::after {
  right: 236px;
}
html[dir=rtl] .review-window .popup-review-section .helpfulness .helpful-btn-container {
  margin-left: 0;
  margin-right: 20px;
}
html[dir=rtl] .review-window .popup-review-section .helpfulness .report-abuse {
  float: right;
}
html[dir=rtl] .review-window .image-review-body .image-section .review-arrow.left {
  left: auto;
  right: 0;
}
html[dir=rtl] .review-window .image-review-body .image-section .review-arrow.right {
  left: 50%;
  right: auto;
}
html[dir=rtl] .review-window .image-gallery-wrapper .image-review-gallery .gallery-border {
  margin-right: 0;
  margin-left: 13px;
}

.disclaimer-text {
  margin-top: 16px;
  font-size: 12px;
  color: #666;
}
.disclaimer-text .label {
  color: #80201e;
}
.disclaimer-text .text {
  padding: 0 4px;
}
.disclaimer-text .readmore-btn {
  cursor: pointer;
  text-decoration: underline;
}

.disclaimer-modal {
  width: 480px;
}
.disclaimer-modal .modal-body {
  margin-bottom: 0;
}
.disclaimer-modal .disclaimer-content {
  font-size: 14px;
  line-height: 1.71;
  color: #333;
}
.disclaimer-modal .disclaimer-ok-button {
  height: 48px;
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}
.review-customer-images h3 {
  font-size: 18px;
  margin-bottom: 24px;
}
.review-customer-images .clickable-img {
  width: 128px;
  height: 128px;
  margin: 4px 4px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.review-customer-images .clickable-img:first-child {
  margin-left: 0px;
}
.review-customer-images .clickable-img:hover {
  opacity: 0.4;
  cursor: pointer;
}
.review-customer-images .review-images-see-all {
  height: 128px;
  line-height: 128px;
  display: flex;
}
.review-customer-images .review-images-see-all a {
  text-decoration: underline;
  color: #2c7500;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-customer-images .review-images-see-all i {
  margin-left: 10px;
  margin-top: 2px;
  color: #555;
}
.review-customer-images .review-images-list {
  float: left;
}

.product-reviews .all-images-window {
  width: 752px;
  padding: 0;
  border-radius: 8px;
}
.product-reviews .all-images-window .all-images-title {
  border-bottom: 0.5px solid #ddd;
  padding: 16px 0;
  width: 100%;
  text-align: center;
}
.product-reviews .all-images-window .all-images-title h3 {
  display: inline;
  margin-left: 16px;
}
.product-reviews .all-images-window .all-images-title span {
  float: right;
  margin-right: 16px;
  cursor: pointer;
  margin-top: -3px;
}
.product-reviews .all-images-window .all-images-window-body {
  padding: 14px 24px 36px 24px;
}
.product-reviews .all-images-window .all-images-window-body .all-images-window-product > div {
  display: inline-block;
}
.product-reviews .all-images-window .all-images-window-body .all-images-window-product > div > div {
  transform: translate(16px, 10px);
}
.product-reviews .all-images-window .all-images-window-body .all-images-window-product a {
  color: #2c7500;
  text-decoration: underline;
}
.product-reviews .all-images-window .all-images-window-body .all-images-window-product .reviews-header-image {
  width: 64px;
  height: 64px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  padding: 9px;
  cursor: pointer;
}
.product-reviews .all-images-window .all-images-window-body .all-images-window-product .reviews-header-image img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.product-reviews .all-images-window .image-gallery {
  height: 100%;
  margin: 24px 0 12px 0;
}
.product-reviews .all-images-window .image-gallery .clickable-img {
  width: 128px;
  height: 128px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin: 0;
  margin-bottom: 16px;
  margin-right: 16px;
}
.product-reviews .all-images-window .image-gallery .clickable-img:nth-child(5n) {
  margin-right: 0;
}

.posted-by-highlight-name {
  color: #676767;
  font-weight: bold;
}
.posted-by-highlight-name a {
  color: blue;
}

.review-content {
  color: #676767;
  margin: 15px 0px 30px 0px;
}

.close-button {
  font-size: 24px;
  color: #d7d7d7;
  cursor: pointer;
}

.product-name {
  padding-top: 10px;
  font-weight: 700;
}

.brand-link {
  color: #4f9900;
}

.full {
  position: absolute;
  color: #fecc2f;
  left: 0px;
  font-size: 28px;
}

.empty {
  position: absolute;
  color: #b9b9b9;
  left: 0px;
  font-size: 28px;
}

.popup-stars {
  position: relative;
  width: 100%;
  padding: 25px 0px 5px 0px;
  height: 65px;
}

html[dir=rtl] .full,
html[dir=rtl] .empty {
  left: auto;
  right: 0px;
}
html[dir=rtl] .review-customer-images .review-images-list {
  float: right;
}
html[dir=rtl] .review-customer-images .review-images-see-all {
  float: left;
}
html[dir=rtl] .review-customer-images .review-images-see-all i {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
html[dir=rtl] .product-reviews .all-images-window .all-images-window-body .all-images-window-product > div > div {
  transform: translate(-16px, 10px);
}
.flavor {
  font-weight: bold;
  margin-bottom: 15px;
}

.posted-date {
  font-weight: normal;
  color: #666;
  display: inline-block;
  font-size: 12px;
}

.product-reviews .review-subtitle-icon-text {
  color: #666;
  font-size: 12px;
}
.product-reviews .review-subtitle-icon-text div {
  display: inline-block;
}
.product-reviews .review-subtitle-icon-text svg {
  vertical-align: middle;
}
.product-reviews .review-subtitle-icon-text .verified-text {
  margin: 0 4px;
}
.product-reviews .review-subtitle-inline {
  display: inline-block;
}

.shopped-on a {
  text-decoration: underline;
}
.shopped-on a:hover {
  text-decoration: underline;
}

.related-images {
  margin-top: 24px;
}
.related-images img:first-child {
  margin: 0px;
}
.related-images img {
  border-radius: 8px;
  margin: 0px 8px;
  width: 96px;
  height: 96px;
  border: 1px solid #ccc;
}
.related-images img:hover {
  cursor: pointer;
  opacity: 0.5;
}

.review-text {
  word-break: break-word;
  color: #333;
  margin-right: 16px;
  margin-top: 8px;
}

.review-headline {
  word-break: break-word;
  font-size: 16px;
  font-weight: bold;
  margin-left: 16px;
}

.review-stars-and-title {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}
.review-stars-and-title a {
  color: #333 !important;
}
.review-stars-and-title a:hover {
  text-decoration: underline !important;
  color: #458500 !important;
}

html[dir=rtl] .review-headline {
  margin-left: 0;
  margin-right: 16px;
}
html[dir=rtl] .review-text {
  margin-left: 16px;
  margin-right: 0;
}
html[dir=rtl] .review-subtitle-icon-text span {
  margin-right: 16px;
  margin-left: 0;
}
.share-review {
  display: inline-block;
  cursor: initial;
  padding-top: 0;
}
.share-review .text-secondary-darker {
  position: relative;
  top: -3px;
  padding-right: 2px;
}
.share-review .share-icon {
  position: relative;
}
.share-review .share-icon .share-view-share-btn {
  cursor: pointer;
  font-weight: bold;
  color: #d47500;
}
.share-review .share-icon .share-view-share-btn svg {
  margin-left: 1px;
  position: absolute;
  top: 2px;
}
.share-review .share-icon .share-review-container {
  position: absolute;
  z-index: 151;
  width: 520px;
  background-color: #f9f9f9;
  right: -155px;
  top: 35px;
  box-shadow: 3px 2px 10px -1px #888888;
  border: 1px solid #d3d3d3;
  cursor: auto;
  display: block;
}
.share-review .share-icon .share-review-container .share-sign-in {
  color: #676767;
}
.share-review .share-icon .share-review-container .share-sign-in a:first-child {
  color: #fff;
  border-color: #f38a00;
  background-image: -webkit-linear-gradient(top, #f38a00 0%, #e57a00 100%);
  background-image: -o-linear-gradient(top, #f38a00 0%, #e57a00 100%);
  background-image: linear-gradient(to bottom, #f38a00 0%, #e57a00 100%);
  background-repeat: repeat-x;
  background-color: #f38a00;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF38A00', endColorstr='#FFE57A00', GradientType=0); // IE9 and down*/
  border-radius: 4px;
  display: inline-block;
  padding: 8px 32px;
  margin-right: 4px;
}
.share-review .share-icon .share-review-container .share-sign-in a:first-child:hover, .share-review .share-icon .share-review-container .share-sign-in a:first-child:focus, .share-review .share-icon .share-review-container .share-sign-in a:first-child.focus, .share-review .share-icon .share-review-container .share-sign-in a:first-child:active, .share-review .share-icon .share-review-container .share-sign-in a:first-child.active {
  color: #fff;
  border-color: #b66700;
  background-image: -webkit-linear-gradient(top, #c06d00 0%, #b25f00 100%);
  background-image: -o-linear-gradient(top, #c06d00 0%, #b25f00 100%);
  background-image: linear-gradient(to bottom, #c06d00 0%, #b25f00 100%);
  background-repeat: repeat-x;
  background-color: #c06d00;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC06D00', endColorstr='#FFB25F00', GradientType=0); // IE9 and down*/
}
.share-review .share-icon .share-review-container .share-sign-in a:first-child.disabled, .share-review .share-icon .share-review-container .share-sign-in a:first-child.disabled:hover, .share-review .share-icon .share-review-container .share-sign-in a:first-child.disabled:focus, .share-review .share-icon .share-review-container .share-sign-in a:first-child.disabled.focus, .share-review .share-icon .share-review-container .share-sign-in a:first-child.disabled:active, .share-review .share-icon .share-review-container .share-sign-in a:first-child.disabled.active, .share-review .share-icon .share-review-container .share-sign-in a:first-child[disabled], .share-review .share-icon .share-review-container .share-sign-in a:first-child[disabled]:hover, .share-review .share-icon .share-review-container .share-sign-in a:first-child[disabled]:focus, .share-review .share-icon .share-review-container .share-sign-in a:first-child[disabled].focus, .share-review .share-icon .share-review-container .share-sign-in a:first-child[disabled]:active, .share-review .share-icon .share-review-container .share-sign-in a:first-child[disabled].active, fieldset[disabled] .share-review .share-icon .share-review-container .share-sign-in a:first-child, fieldset[disabled] .share-review .share-icon .share-review-container .share-sign-in a:first-child:hover, fieldset[disabled] .share-review .share-icon .share-review-container .share-sign-in a:first-child:focus, fieldset[disabled] .share-review .share-icon .share-review-container .share-sign-in a:first-child.focus, fieldset[disabled] .share-review .share-icon .share-review-container .share-sign-in a:first-child:active, fieldset[disabled] .share-review .share-icon .share-review-container .share-sign-in a:first-child.active {
  border-color: #f38a00;
  background-image: -webkit-linear-gradient(top, #f38a00 0%, #e57a00 100%);
  background-image: -o-linear-gradient(top, #f38a00 0%, #e57a00 100%);
  background-image: linear-gradient(to bottom, #f38a00 0%, #e57a00 100%);
  background-repeat: repeat-x;
  background-color: #f38a00;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF38A00', endColorstr='#FFE57A00', GradientType=0); // IE9 and down*/
}
.share-review .share-icon .share-review-container .share-notice {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 32px;
  background-color: #fff;
}
.share-review .share-icon .share-review-container .share-notice .notice-description {
  margin-bottom: 8px;
}
.share-review .share-icon .share-review-container .share-notice .notice-description p {
  line-height: 22px;
  color: #676767;
  margin-bottom: 0;
}
.share-review .share-icon .share-review-container .share-notice .notice-description .discounted-text {
  font-weight: bold;
  color: #f38a00;
}
.productreviews .share-review .share-icon .share-review-container, .productdetails .share-review .share-icon .share-review-container {
  /*@if $size == phone {
  	@media (max-width: $screen-xs-min) {
  		@content;
  	}
  }*/
  /*@if $size == gt-phone {
  	@media (min-width: $screen-xs + 1) {
  		@content;
  	}
  }*/
  /*@if $size == xs-md {
  	@media (min-width: $screen-xs-min) and (max-width: $screen-md-max) {
  		@content;
  	}
  }*/
}
@media (max-width: 991px) {
  .productreviews .share-review .share-icon .share-review-container, .productdetails .share-review .share-icon .share-review-container {
    left: 0;
  }
}
.share-review .share-icon .share-review-container .icon-circlex {
  font-size: 22px;
  color: #ccc;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
}
.share-review .share-icon .share-review-container .share-content {
  white-space: normal;
  padding-top: 8px;
  padding-bottom: 18px;
  border-top: 1px solid #d7d7d7;
  background-color: #f7f7f7;
}
.share-review .share-icon .share-review-container .share-social {
  display: inline-block;
  margin-bottom: 14px;
  line-height: 0;
}
.share-review .share-icon .share-review-container .share-social ul {
  margin-left: 0;
}
.share-review .share-icon .share-review-container .share-social ul li {
  display: inline-block;
  margin: 0 2px 0 0;
  list-style-type: none;
}
.share-review .share-icon .share-review-container .share-social ul li:last-of-type {
  margin: 0;
}
.share-review .share-icon .share-review-container .share-social ul li i {
  font-size: 26px;
}
.share-review .share-icon .share-review-container:after, .share-review .share-icon .share-review-container:before {
  bottom: 100%;
  right: 42%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.productreviews .share-review .share-icon .share-review-container:after, .productdetails .share-review .share-icon .share-review-container:after, .productreviews .share-review .share-icon .share-review-container:before, .productdetails .share-review .share-icon .share-review-container:before {
  /*@if $size == phone {
  	@media (max-width: $screen-xs-min) {
  		@content;
  	}
  }*/
  /*@if $size == gt-phone {
  	@media (min-width: $screen-xs + 1) {
  		@content;
  	}
  }*/
  /*@if $size == xs-md {
  	@media (min-width: $screen-xs-min) and (max-width: $screen-md-max) {
  		@content;
  	}
  }*/
}
@media (max-width: 991px) {
  .productreviews .share-review .share-icon .share-review-container:after, .productdetails .share-review .share-icon .share-review-container:after, .productreviews .share-review .share-icon .share-review-container:before, .productdetails .share-review .share-icon .share-review-container:before {
    left: 0;
  }
}
.share-review .share-icon .share-review-container:before {
  border-color: rgba(151, 175, 191, 0);
  border-bottom-color: #c6c6c6;
  border-width: 12px;
}
.share-review .share-icon .share-review-container:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 12px;
}
.share-review .share-icon .share-review-container .spacer {
  height: 1px;
  background: #ddd;
  margin: 11px 0 15px 0;
}
.share-review .share-icon .share-review-container .review-footer div {
  display: inline-block;
}
.share-review .share-icon .share-review-container .review-footer div:last-child {
  display: inline-block;
  width: 250px;
  margin-left: 45px;
  line-height: 16px;
  color: #676767;
}
.share-review .share-icon .share-review-container .review-footer i {
  vertical-align: top;
  font-size: 28px;
}
.share-review .share-icon .share-review-container .review-footer i.icon-rewardslogo, .share-review .share-icon .share-review-container .review-footer i.icon-iherblogo {
  color: #8dc63f;
}
.share-review .share-icon .share-review-container .shortener {
  margin-right: 4px;
}
.share-review .share-icon .share-review-container .input-field {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
  text-overflow: ellipsis;
  width: 100%;
  border: 1px solid #777;
  border-radius: 2px;
}
.share-review .share-icon .share-review-container .copy-description {
  margin-bottom: 8px;
}
.share-review .share-icon .share-review-container .copy-link {
  height: 30px;
  padding: 0;
  font-weight: bold;
}
.product-reviews .review-header {
  font-size: 18px;
  font-weight: bold;
  padding: 45px 0 15px;
  clear: both;
  margin: 0;
}
.product-reviews .applied-filters-header {
  border-bottom: none;
  display: flex;
  margin: 12px 0 0;
}
.product-reviews .applied-filters-header .filters-header-disclaimer {
  flex: 2;
}
.product-reviews .applied-filters-header .google-translated-msg {
  flex: 1;
  padding-top: 16px;
  text-align: right;
  font-style: normal;
  font-size: 12px;
  color: #666;
}
.product-reviews .applied-filters-header .applied-filter {
  cursor: pointer;
  display: inline-block;
  background: #f3f3f3;
  margin: -4px 7px 0 7px;
  border-radius: 10px;
}
.product-reviews .applied-filters-header .applied-filter:first-child {
  margin-right: 7px;
}
.product-reviews .applied-filters-header .applied-filter .ratings,
.product-reviews .applied-filters-header .applied-filter a,
.product-reviews .applied-filters-header .applied-filter img {
  display: inline-block;
}
.product-reviews .applied-filters-header .applied-filter img {
  height: 15px;
}
.product-reviews .applied-filters-header .applied-filter i {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-left: 5px;
  left: 5px;
  color: #d3d3d3;
}

.ckb-original-lang {
  margin-left: -10px;
  cursor: pointer;
}

.header-margin {
  margin: 45px 0 15px;
}

.filter {
  font-size: 14px;
}
.filter select {
  border-radius: 5px;
  outline: none;
  border-color: #a9a9a9;
  font-weight: normal;
}
.filter a {
  font-weight: bold;
}

.search-filter {
  margin: 0px 15px 0px 0px;
}

html[dir=rtl] .icon-circlex {
  margin-right: 8px;
}
html[dir=rtl] .product-reviews .applied-filters-header .google-translated-msg {
  margin: 0px 0px 0px 30px;
  text-align: left;
}
html[dir=rtl] .search-filter {
  margin: 0px 0px 0px 15px;
}
.mask {
  position: fixed;
  z-index: 998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.ih-tk-window {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  position: absolute;
  top: 52%;
  left: 50%;
  padding: 25px 20px;
  outline: none;
}
.review-core-section {
  flex: 3 56%;
}

.review-share-section {
  padding-left: 24px;
}

.review-row {
  display: flex;
  padding: 25px 0px;
  border-bottom: 1px solid #d7d7d7;
}

.pager {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .reviews-list {
    width: 100%;
  }
}

html[dir=rtl] .customer-snapshot-section {
  margin: 0px 0px 0px 61px;
}
html[dir=rtl] .review-share-section {
  padding: 0;
  padding-right: 24px;
}

@media (min-width: 720px) {
  .review-share-section {
    flex: 1 49%;
  }

  .review-snapshot-section {
    flex: 1 38%;
  }
}
@media (min-width: 768px) {
  .review-share-section {
    flex: 1 49%;
  }

  .review-snapshot-section {
    flex: 1 38%;
  }
}
@media (min-width: 992px) {
  .review-share-section {
    flex: 1 31%;
  }

  .review-snapshot-section {
    flex: 1 22%;
  }
}
@media (min-width: 1200px) {
  .review-share-section {
    flex: 1 23%;
  }

  .review-snapshot-section {
    flex: 1 16%;
  }
}
@media (min-width: 1400px) {
  .review-share-section {
    flex: 1 19%;
  }

  .review-snapshot-section {
    flex: 1 13%;
  }
}
.paging {
  text-align: center;
}
.paging a {
  display: inline-block;
  padding: 2px 8px;
  margin: 0px 2px;
  color: #333;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  background: transparent;
  transition: ease-in;
}
.paging a.selected, .paging a:hover {
  color: #458500;
  text-decoration: underline;
}
.paging a.paging-btn-page {
  line-height: 20px;
}
.paging .paging-btn-previous,
.paging .paging-btn-next {
  margin: 0 15px;
}
@charset "UTF-8";
.ratings-graph-container .graph-row {
  margin-bottom: 8px;
  cursor: pointer;
}
.ratings-graph-container .graph-row:hover .left-container .left-inner-container .bar-container .bar {
  background-color: #529f00;
  background: linear-gradient(to top, #529f00, #5cb300);
}
.ratings-graph-container .graph-row:hover .right-container > a {
  text-decoration: none;
}
.ratings-graph-container .graph-row:hover .right-container div a {
  text-decoration: underline;
}
.ratings-graph-container .graph-row .left-container {
  width: 100%;
  float: left;
  margin-right: -120px;
}
.ratings-graph-container .graph-row .left-container .left-inner-container {
  margin-right: 90px;
  margin-bottom: 9px;
  display: block;
}
.ratings-graph-container .graph-row .left-container .left-inner-container .title {
  float: left;
  width: 50px;
  line-height: 14px;
}
.de .ratings-graph-container .graph-row .left-container .left-inner-container .title, .ru .ratings-graph-container .graph-row .left-container .left-inner-container .title, .pt .ratings-graph-container .graph-row .left-container .left-inner-container .title, .es .ratings-graph-container .graph-row .left-container .left-inner-container .title {
  width: 70px;
}
.ratings-graph-container .graph-row .left-container .left-inner-container .bar-container {
  margin-left: 60px;
  margin-top: 4px;
  background-color: #e9e9e9;
  height: 15px;
}
.de .ratings-graph-container .graph-row .left-container .left-inner-container .bar-container, .ru .ratings-graph-container .graph-row .left-container .left-inner-container .bar-container, .es .ratings-graph-container .graph-row .left-container .left-inner-container .bar-container {
  margin-left: 80px;
}
.ratings-graph-container .graph-row .left-container .left-inner-container .bar-container .bar {
  background-color: #458500;
  background: linear-gradient(to top, #458500, #4f9900);
  height: 15px;
  cursor: pointer;
  width: 0;
}
.ratings-graph-container .graph-row .right-container {
  float: right;
  width: 80px;
}
.ratings-graph-container .graph-row .right-container a {
  color: #747474;
  font-size: 12px;
}
.ratings-graph-container .graph-row .right-container a span {
  display: inline-block;
  width: 35px;
  font-size: 14px;
  color: #004093;
  margin-right: 4px;
}
.ratings-graph-container .graph-row .right-container div {
  display: inline-block;
  width: 35px;
  color: #747474;
  font-size: 12px;
}

.featured-reviews {
  width: 100%;
  margin: 0 auto;
}
.featured-reviews .customer-review-block {
  padding: 0 15px;
  margin-bottom: 160px;
}
.featured-reviews .customer-review-block .stars-review-count-container .review-count {
  margin-left: 100px;
}
.featured-reviews .customer-review-block .stars-review-count-container .no-rating {
  height: 19px;
}
.featured-reviews .customer-review-block .stars-review-count-container .rating {
  z-index: 0;
  position: relative;
}
.ar .featured-reviews .customer-review-block .stars-review-count-container .rating {
  /*!@noflip*/
  direction: rtl;
}
.featured-reviews .customer-review-block .stars-review-count-container .rating .write-review {
  vertical-align: middle;
  font-size: 13px;
}
.featured-reviews .customer-review-block .stars-review-count-container .rating a {
  display: inline-block;
  text-decoration: none;
}
.featured-reviews .customer-review-block .stars-review-count-container .rating a:hover {
  text-decoration: none;
}
.featured-reviews .customer-review-block .stars-review-count-container .rating .stars {
  margin: 0;
  width: 95px;
  height: 15px;
  font-size: 13px;
  color: #b9b9b9;
}
.featured-reviews .customer-review-block .stars-review-count-container .rating .stars i {
  font-size: 19px;
  position: relative;
  display: block;
}
.featured-reviews .customer-review-block .stars-review-count-container .rating .stars i.full {
  color: #fecc2f;
  z-index: 2;
}
.featured-reviews .customer-review-block .stars-review-count-container .rating .stars i.full:before {
  position: absolute;
  top: -2px;
}
.featured-reviews .customer-review-block .stars-review-count-container .rating .stars i.empty {
  color: #b9b9b9;
  z-index: 1;
}
.featured-reviews .customer-review-block .stars-review-count-container .rating .stars i.empty:before {
  position: absolute;
  content: "\E992";
  font-size: 19px !important;
  top: -2px;
}
.featured-reviews .customer-review-block .stars-review-count-container .rating .rating-count {
  font-size: 13px;
  color: #1976d2;
}
@-moz-document url-prefix() {
  .featured-reviews .customer-review-block .stars-review-count-container .rating .stars {
    position: relative;
  }
  .featured-reviews .customer-review-block .stars-review-count-container .rating i {
    position: absolute;
  }
  .featured-reviews .customer-review-block .stars-review-count-container .rating i:before {
    position: absolute;
    top: 0;
  }
  .featured-reviews .customer-review-block .stars-review-count-container .rating i:after {
    position: absolute;
    top: 0;
  }
}
.featured-reviews .customer-review-block .stars-review-count-container .rating {
  display: inline-block;
}
.featured-reviews .customer-review-block .stars-review-count-container .rating-average {
  position: relative;
  top: 2px;
  font-size: 40px;
  font-weight: bold;
  color: #333;
  margin-right: 5px;
}
.featured-reviews .customer-review-block .stars-review-count-container .customer-rating {
  color: #747474;
}
.featured-reviews .featured-review {
  height: auto;
  min-height: 264px;
  width: 100%;
  font-size: 14px;
  padding: 16px;
  background-color: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  color: #333;
  float: left;
  overflow: hidden;
  cursor: pointer;
}
.featured-reviews .featured-review:hover {
  border: 1px solid #c6c6c6;
}
.featured-reviews .featured-review .featured-title-container {
  display: flex;
}
.featured-reviews .featured-review .featured-title-container .featured-title {
  flex: 1;
  text-transform: none;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.featured-reviews .featured-review .featured-title-container .featured-title-link {
  line-height: 23px;
}
.featured-reviews .featured-review .featured-title-container .featured-title-link a {
  color: #2c7500;
  margin-right: 8px;
  text-decoration: underline;
  float: left;
}
.featured-reviews .featured-review .featured-title-container .featured-title-link i {
  float: left;
  margin-top: 2px;
  color: #555;
}
.featured-reviews .featured-review .line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-line-clamp: 4;
  height: 96px;
}
.featured-reviews .featured-review .top-content .top-content-rating {
  display: inline-block;
  width: 85px;
  margin-top: 4px;
  float: left;
}
.featured-reviews .featured-review .top-content .top-content-title {
  display: inline-block;
  font-weight: bold;
  float: left;
  margin: 2px 0 8px 8px;
  margin-left: 8px;
  width: calc(100% - 95px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.featured-reviews .featured-review .top-content .featured-reviewer {
  pointer-events: none;
  clear: both;
}
.featured-reviews .featured-review .top-content .review-text {
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 24px;
}
.featured-reviews .featured-review .featured-review-helpfulness {
  margin-top: 16px;
}
.featured-reviews .featured-review .rating {
  margin-top: 7px;
}
.featured-reviews .featured-review .review-count {
  margin-left: 80px;
}
.featured-reviews .featured-review .no-rating {
  height: 19px;
}
.featured-reviews .featured-review .rating {
  z-index: 0;
  position: relative;
}
.ar .featured-reviews .featured-review .rating {
  /*!@noflip*/
  direction: rtl;
}
.featured-reviews .featured-review .rating .write-review {
  vertical-align: middle;
  font-size: 13px;
}
.featured-reviews .featured-review .rating a {
  display: inline-block;
  text-decoration: none;
}
.featured-reviews .featured-review .rating a:hover {
  text-decoration: none;
}
.featured-reviews .featured-review .rating .stars {
  margin: 0;
  width: 80px;
  height: 14px;
  font-size: 12px;
  color: #b9b9b9;
}
.featured-reviews .featured-review .rating .stars i {
  font-size: 15px;
  position: relative;
  display: block;
}
.featured-reviews .featured-review .rating .stars i.full {
  color: #fecc2f;
  z-index: 2;
}
.featured-reviews .featured-review .rating .stars i.full:before {
  position: absolute;
  top: 1px;
}
.featured-reviews .featured-review .rating .stars i.empty {
  color: #b9b9b9;
  z-index: 1;
}
.featured-reviews .featured-review .rating .stars i.empty:before {
  position: absolute;
  content: "\E992";
  font-size: 15px !important;
  top: 1px;
}
.featured-reviews .featured-review .rating .rating-count {
  font-size: 12px;
  color: #747474;
}
@-moz-document url-prefix() {
  .featured-reviews .featured-review .rating .stars {
    position: relative;
  }
  .featured-reviews .featured-review .rating i {
    position: absolute;
  }
  .featured-reviews .featured-review .rating i:before {
    position: absolute;
    top: 0;
  }
  .featured-reviews .featured-review .rating i:after {
    position: absolute;
    top: 0;
  }
}
.featured-reviews .featured-review-popup {
  width: 550px;
}
.featured-reviews .featured-review-popup .verified-purchase {
  color: #666;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 7px;
}
.featured-reviews .featured-review-popup .verified-purchase i {
  color: #ff8a00;
  margin-right: 5px;
}
.featured-reviews .featured-review-popup .featured-review-text {
  margin-bottom: 20px;
  max-height: 320px;
  overflow-y: auto;
}
.featured-reviews .featured-reviewer,
.featured-reviews .featured-review-helpfulness,
.featured-reviews h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.featured-reviews .featured-reviewer,
.featured-reviews .featured-review-helpfulness {
  color: #676767;
  font-size: 12px;
}
.featured-reviews .featured-reviewer a,
.featured-reviews .featured-review-helpfulness a {
  color: #676767;
  text-decoration: underline;
  font-weight: normal;
}
.featured-reviews .verified-purchase {
  position: relative;
}

html[dir=rtl] .featured-reviews .featured-review .featured-title-container .featured-title-link {
  line-height: 23px;
}
html[dir=rtl] .featured-reviews .featured-review .featured-title-container .featured-title-link a {
  margin-right: 0;
  margin-left: 8px;
  float: right;
}
html[dir=rtl] .featured-reviews .featured-review .top-content .top-content-rating {
  float: right;
}
html[dir=rtl] .featured-reviews .featured-review .top-content .top-content-title {
  margin-left: 0;
  margin-right: 8px;
}

.review-sticky-header {
  padding: 4px 15px;
  border-bottom: 1px solid #f6f5f4;
  margin-bottom: 10px;
  position: relative;
}
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.review-sticky-header.fixed {
  display: block !important;
  position: fixed;
  min-width: 768px;
  background-color: white;
  z-index: 152;
  width: 100%;
  top: 0;
}
.review-sticky-header .review-buttons {
  text-align: right;
  padding-top: 8px;
}
.review-sticky-header .review-buttons .form-add-to-cart {
  display: inline-block;
  margin-right: 15px;
}
.review-sticky-header .review-buttons .btn-md {
  width: 150px;
  padding: 8px 0;
}

.product-reviews .featured-reviews {
  margin-bottom: 40px;
}
.product-reviews .featured-reviews .top-content {
  height: auto;
  overflow: hidden;
}
.product-reviews .featured-reviews .modal .top-content {
  height: unset;
  overflow: unset;
}
.product-reviews .pagination-row {
  margin-bottom: 20px;
}
.product-reviews .pagination-row span {
  cursor: pointer;
}
.product-reviews .pagination-row span[disabled] {
  pointer-events: none;
}
.product-reviews .pagination-row span.selected-page {
  pointer-events: none;
}
.product-reviews .modal .modal-title,
.product-reviews .review-popup-container .modal-title {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
}
.product-reviews .modal .modal-title,
.product-reviews .modal .verified,
.product-reviews .review-popup-container .modal-title,
.product-reviews .review-popup-container .verified {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.product-reviews .modal .verified,
.product-reviews .review-popup-container .verified {
  color: #666;
}
.product-reviews .modal .verified i,
.product-reviews .review-popup-container .verified i {
  color: #ff8a00;
  margin-right: 5px;
}
.product-reviews .modal .top-content,
.product-reviews .review-popup-container .top-content {
  margin-bottom: 15px;
}
.product-reviews .modal .top-content .featured-reviewer,
.product-reviews .review-popup-container .top-content .featured-reviewer {
  color: #8c8c8c;
}
.product-reviews .modal .top-content .featured-reviewer a,
.product-reviews .review-popup-container .top-content .featured-reviewer a {
  color: #4f9900;
  font-weight: bold;
}
.empty-reviews-section {
  padding: 20px;
  text-align: center;
}

.embedded-reviews {
  border: 1px solid #d7d7d7;
}

.embedded-reviews-title {
  font-size: 18px;
  font-weight: bold;
  background-color: #f7f7f7;
  padding: 10px 0px 10px 10px;
  margin-bottom: 20px;
  width: 1356px;
  position: relative;
  left: -15px;
}
