@font-face {
  font-family: "Roboto Condensed";
  src: url("/common/static/fonts/RobotoCondensed/RobotoCondensed-Regular.woff2") format("woff2"), url("/common/static/fonts/RobotoCondensed/RobotoCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: RobotoCondensed-Bold;
  src: url("/common/static/fonts/RobotoCondensed/RobotoCondensed-Bold.ttf");
}
@font-face {
  font-family: RobotoCondensed-Italic;
  src: url("/common/static/fonts/RobotoCondensed/RobotoCondensed-Italic.ttf");
}
@font-face {
  font-family: RobotoCondensed-Light;
  src: url("/common/static/fonts/RobotoCondensed/RobotoCondensed-Light.ttf");
}
@font-face {
  font-family: "BebasNeue-Regular";
  src: url("/common/static/fonts/bebas-neue/BebasNeue-Regular.woff2") format("woff2"), url("/common/static/fonts/bebas-neue/BebasNeue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: RussoOne-Regular;
  src: url("/common/static/fonts/Russo_One/RussoOne-Regular.ttf");
}
@font-face {
  font-family: "Russo One";
  src: url("/common/static/fonts/Russo_One/RussoOne-Regular.woff2") format("woff2"), url("/common/static/fonts/Russo_One/RussoOne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Exo2;
  src: url("/common/static/fonts/Exo_2/Exo2-VariableFont_wght.ttf");
}
@font-face {
  font-family: Comfortaa-Regular;
  src: url("/common/static/fonts/Comfortaa/Comfortaa-Regular.ttf");
}
@font-face {
  font-family: Comfortaa-Bold;
  src: url("/common/static/fonts/Comfortaa/static/Comfortaa-Bold.ttf");
}
@font-face {
  font-family: Race-sport;
  src: url("/common/static/fonts/race-sport/Race-sport.ttf");
}
@font-face {
  font-family: cross-boxed;
  src: url("/common/static/fonts/cross-boxed/cross-boxed.ttf");
}
@font-face {
  font-family: Urbanist-Bold;
  src: url("/common/static/fonts/Urbanist/Urbanist-Bold.ttf");
}
@font-face {
  font-family: Urbanist-Regular;
  src: url("/common/static/fonts/Urbanist/Urbanist-Regular.ttf");
}
@font-face {
  font-family: Urbanist-Light;
  src: url("/common/static/fonts/Urbanist/Urbanist-Light.ttf");
}
@font-face {
  font-family: Urbanist-Thin;
  src: url("/common/static/fonts/Urbanist/Urbanist-Thin.ttf");
}
@font-face {
  font-family: Axiforma-Regular;
  src: url("/common/static/fonts/Axiforma/Axiforma-Light.ttf");
}
@font-face {
  font-family: Hind-bold;
  src: url("/common/static/fonts/Hind/Hind-Bold.ttf");
}
.customer-reviews-section {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.customer-reviews-section .customer-reviews-content {
  padding: 20px;
}
.customer-reviews-section .adv-accordion-header {
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  text-transform: none !important;
}
.customer-reviews-section .top-content {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
.customer-reviews-section .top-content .default-button {
  min-width: 230px;
}
.customer-reviews-section .top-content .star-rating {
  color: #474747;
  font-size: 1.2rem;
  line-height: 40px;
}
.customer-reviews-section .top-content {
  font-size: 2.2rem;
}
.customer-reviews-section .top-content span {
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #2b2b2b;
  font-size: 1.3rem;
}
.customer-reviews-section .pros-cons-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.customer-reviews-section .pros-cons-container .scale-holder {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
.customer-reviews-section .pros-cons-container .scale-holder .scale-bar {
  width: 185px;
  background-color: #d1d1d1;
  border-radius: 5px;
  overflow: hidden;
}
.customer-reviews-section .pros-cons-container .scale-holder .scale-bar .scale-fill {
  height: 100%;
  background-color: #FFB300;
}
.customer-reviews-section .pros-cons-container .scale-holder .scale-value {
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #2b2b2b;
  font-size: 0.9rem;
}
.customer-reviews-section .pros-cons-container .scale-holder .scale-row {
  display: flex;
  gap: 10px;
  width: 100%;
}
.customer-reviews-section .pros-cons-container .scale-holder .scale-row span {
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #333333;
  width: 85px;
  text-align: center;
}
.customer-reviews-section .pros-cons-container .scale-holder .scale-row .scale-label {
  font-family: "RobotoCondensed-Light", sans-serif;
  color: #333333;
  font-size: 0.9rem;
}
.customer-reviews-section .pros-cons-container .pros > div > div,
.customer-reviews-section .pros-cons-container .cons > div > div {
  width: 60px;
  align-content: baseline;
  display: grid;
  text-align: center;
}
.customer-reviews-section .pros-cons-container .pros span,
.customer-reviews-section .pros-cons-container .cons span {
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #333333;
  font-size: 0.9rem;
}
.customer-reviews-section .pros-cons-container .pros span:first-child,
.customer-reviews-section .pros-cons-container .cons span:first-child {
  color: #FFB300;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #292929;
  border-radius: 5px;
}
.customer-reviews-section .pros-cons-container .pros,
.customer-reviews-section .pros-cons-container .cons,
.customer-reviews-section .pros-cons-container .rating-distribution {
  flex: 1;
  min-width: 250px;
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 8px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.customer-reviews-section .pros-cons-container .pros h3,
.customer-reviews-section .pros-cons-container .cons h3,
.customer-reviews-section .pros-cons-container .rating-distribution h3 {
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 2px solid rgba(51, 51, 51, 0.2);
}
.customer-reviews-section .reviews {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.customer-reviews-section .reviews h3 {
  margin-bottom: 0;
}
.customer-reviews-section .reviews .review-item {
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 8px;
}
.customer-reviews-section .reviews .review-item .like-holder {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}
.customer-reviews-section .reviews .review-item .like-holder .like-btn,
.customer-reviews-section .reviews .review-item .like-holder .dislike-btn,
.customer-reviews-section .reviews .review-item .like-holder .like-button,
.customer-reviews-section .reviews .review-item .like-holder .dislike-button {
  display: flex;
  gap: 10px;
  cursor: pointer;
  color: #2f2f2f;
  padding: 10px 18px;
  border-radius: 9px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 1rem;
  min-height: 40px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, color 0.2s ease, border-color 0.2s ease;
}
.customer-reviews-section .reviews .review-item .like-holder .like-btn:hover,
.customer-reviews-section .reviews .review-item .like-holder .dislike-btn:hover,
.customer-reviews-section .reviews .review-item .like-holder .like-button:hover,
.customer-reviews-section .reviews .review-item .like-holder .dislike-button:hover {
  color: #FFB300;
  border-color: rgba(0, 0, 0, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 9px 20px rgba(0, 0, 0, 0.18);
}
.customer-reviews-section .reviews .review-item .like-holder .like-btn:active,
.customer-reviews-section .reviews .review-item .like-holder .dislike-btn:active,
.customer-reviews-section .reviews .review-item .like-holder .like-button:active,
.customer-reviews-section .reviews .review-item .like-holder .dislike-button:active {
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.2);
  background: linear-gradient(180deg, #e1e1e1, #cfcfcf);
}
.customer-reviews-section .reviews .review-item .like-holder .like-btn i,
.customer-reviews-section .reviews .review-item .like-holder .dislike-btn i,
.customer-reviews-section .reviews .review-item .like-holder .like-button i,
.customer-reviews-section .reviews .review-item .like-holder .dislike-button i {
  font-size: 1.2rem;
}
.customer-reviews-section .reviews .review-item .like-holder .report-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 10px 14px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #5f5f5f;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 999px;
}
.customer-reviews-section .reviews .review-item .review-header {
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #2b2b2b;
}
.customer-reviews-section .reviews .review-item .review-header .reviewer-name {
  font-size: 1.1rem;
}
.customer-reviews-section .reviews .review-item .review-header .review-date {
  font-size: 0.9rem;
  color: #777777;
}
.customer-reviews-section .reviews .review-item .review-content {
  margin-top: 10px;
  font-family: "RobotoCondensed-Light", sans-serif;
  color: #333333;
  line-height: 1.4;
}

/*# sourceMappingURL=comments-comments-base.css.map */
