.fw-product-properties {
  display: inline-block;
}
.fw-product-properties__title {
  font-weight: 500;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fw-product-properties__wrap {
  margin-bottom: 10px;
}
.fw-product-properties__color label {
  padding: 3px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}
.fw-product-properties__color label span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.fw-product-properties__color input {
  display: none;
}
.fw-product-properties__color input:checked + label {
  background-color: #f7f7f7;
  border: 1px solid #005eec;
}
.fw-product-properties__color input:hover + label {
  border-color: #005eec;
}
.fw-product-properties__img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.fw-property-description {
  width: 300px;
  font-weight: normal;
}
.fw-property-description > *:last-child {
  margin-bottom: 0;
}
.product-page__img:hover .fw-gallery__zoom {
  transform: scale(1);
}
#list-view.active, #grid-view.active {
  background-color: var(--primary);
  color: #fff;
}
.js-desire.active {
  color: red;
}
.js-desire.active path {
  fill: red;
}
.js-compare.active {
  color: red;
}
.js-compare-link {
  width: 220px;
  font-size: 14px;
}
.fw-product__propeties-cart {
  position: relative;
}
.fw-product__propeties-cart p {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  padding: 10px 15px 10px 50px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.fw-product__propeties-cart p::before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("/uploads/storage/icons/alarm-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 7px;
  left: 10px;
}
.fw-product__propeties-cart p::after {
  position: absolute;
  content: "";
  left: -10px;
  bottom: 15px;
  margin: 0 0 0 -5px;
  border: 5px solid transparent;
  border-right: 14px solid #fff;
}
.fw-product-card__properties p {
  position: absolute;
  right: 0;
  left: 0;
  border-radius: 3px;
  padding: 10px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: center;
}
.fw-catalog-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.fw-catalog-execute__link {
  display: inline-block;
  margin: 3px 2px 3px 0;
  border-radius: var(--border-radius);
  padding: var(--gap-xxs) var(--gap);
  background-color: var(--bg-muted);
  color: var(--base-color);
  font-weight: 500;
  text-decoration: none;
  font-size: var(--fs-small);
}
.fw-catalog-execute__link:hover {
  text-decoration: none;
  background-color: var(--secondary100);
  color: var(--primary);
}
.fw-sticker {
  color: #fff;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  height: 22px;
  border-radius: 4px;
  line-height: 1;
  box-sizing: border-box;
  z-index: 10;
}
.fw-sticker-wrap {
  position: absolute;
  z-index: 10;
  left: var(--gap-xs);
  top: var(--gap-xs);
}
.fw-sticker-transform {
  z-index: 1;
  position: absolute;
  top: 12px;
  right: -30px;
  padding: 6px 40px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.5, 0.06, 0.85);
  transition: 0.5s cubic-bezier(0.25, 0.5, 0.06, 0.85);
}
.fw-sticker-availability {
  background-color: var(--success);
}
.fw-sticker-availability-off {
  background-color: #a1a1a1;
}
.fw-sticker-promo {
  background-color: var(--primary);
}
.fw-sticker-sale {
  background-color: var(--primary-dark);
}
.fw-sticker-hit {
  background-color: var(--primary);
}
.fw-sticker-new {
  background-color: var(--success);
}
.product-sidebar {
  max-width: 100%;
  box-sizing: border-box;
}
.order-block {
  margin-bottom: 20px;
}
.product-page__img-wrap {
  border: 1px solid transparent;
  transition: all linear 0.3s;
}
.product-page__img-wrap:hover {
  border-color: #005eec;
}
.product-page__price {
  font-weight: bold;
}
.product-page__price-old {
  text-decoration: line-through;
  color: #989898;
  margin-right: var(--gap);
}
.product-page__price-discount {
  display: inline-block;
  border-radius: 10px;
  background-color: var(--primary);
  color: var(--primary-inverse);
  padding: 0 5px 1px;
  font-size: 0.875rem;
}
.product-page__price-block {
  margin-bottom: 20px;
}
.product-page__price-block {
  background: var(--bg-muted);
  padding: var(--gap);
}
.properties__title {
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.product-page__propeties-cart {
  margin-bottom: 30px;
}
.fw-short-product-info {
  background: var(--bg-default);
  position: fixed;
  left: 0;
  right: 0;
  padding-top: var(--gap-xs);
  padding-bottom: var(--gap-xs);
  z-index: 100;
  transition: linear 0.3s;
}
.fw-short-product-info__inner {
  display: flex;
  gap: var(--gap-md);
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .fw-short-product-info__inner {
    gap: var(--gap);
  }
}
@media (min-width: 640px) {
  .fw-short-product-info {
    top: -90px;
  }
  .fw-short-product-info.active {
    top: 0;
  }
}
@media (max-width: 640px) {
  .fw-short-product-info {
    bottom: -90px;
  }
  .fw-short-product-info.active {
    bottom: 64px;
  }
}
.splide__arrow {
  position: absolute;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
.splide__arrow.uk-icon {
  padding: 0;
  color: var(--base-color);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  line-height: 14px;
  text-align: center;
}
.splide__arrow.uk-icon:hover {
  color: var(--primary-inverse);
  background: var(--primary);
}
.splide__arrow:disabled {
  visibility: hidden;
}
.splide__arrow--prev {
  top: 5px;
}
.splide__arrow--next {
  bottom: 5px;
}
.slide-nav__wrap {
  padding: 5px;
  box-shadow: inset 0 0 0px 2px transparent;
  border-radius: 5px;
  width: 70px;
  box-sizing: border-box;
  background-color: var(--bg-inverse);
}
.active-slide > .slide-nav__wrap {
  box-shadow: inset 0 0 0px 2px var(--secondary);
}
.product-sidebar .fw-input-count__group {
  padding: 0;
}
.product-sidebar .fw-btn-desire {
  border-color: var(--base-border-color);
  padding: 0 15px;
}
@media (max-width: 639px) {
  .fw-combo-items__grid.uk-grid {
    margin-left: calc(-1*var(--gap-xs));
  }
  .fw-combo-items__grid.uk-grid > * {
    padding-left: var(--gap-xs);
  }
}
.fw-combo-item + .fw-combo-item, .fw-combo-item + .fw-combo-total {
  position: relative;
}
.fw-combo-item + .fw-combo-item:before, .fw-combo-item + .fw-combo-total:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
}
@media (max-width: 1023px) {
  .fw-combo-item + .fw-combo-item:before, .fw-combo-item + .fw-combo-total:before {
    display: none;
  }
}
.fw-combo-item + .fw-combo-item::before {
  background: center/contain url(../img/plus.svg);
}
.fw-combo-item + .fw-combo-total:before {
  background: center/contain url(../img/equal.svg);
}
.fw-combo-total__body {
  padding: var(--gap-md);
  border-radius: var(--border-radius);
  height: 100%;
  box-sizing: border-box;
  background: center/cover url(../img/bg-combo.svg);
  color: var(--primary-inverse);
  display: flex;
  flex-direction: column;
  font-size: 18px;
}
@media (max-width: 640px) {
  .fw-combo-total__body {
    padding: var(--gap-xs);
  }
}
.fw-combo-discount {
  background: var(--bg-default);
  padding: 0 var(--gap-xxs);
  color: var(--primary);
  border-radius: var(--border-radius-xs);
}
.fw-combo-undiscounted {
  text-decoration: line-through;
  margin-right: var(--gap-xxs);
}
.fw-product-page__properties {
  font-weight: 500;
}
.fw-filter {
  background: var(--bg-default);
  border: 1px solid #fff;
}
@media (max-width: 1279px) {
  .fw-filter {
    padding: 15px 30px;
  }
}
.fw-filter-header {
  display: none;
}
@media (max-width: 1279px) {
  .fw-filter-header {
    display: block;
    padding: 20px 30px 0;
  }
}
.fw-filter-group {
  position: relative;
}
.fw-filter-group-name {
  font-weight: 500;
  padding: 0.75rem 0;
  padding-right: 60px;
  user-select: none;
  cursor: pointer;
  transition: linear 0.3s;
}
.fw-filter-group-name:hover {
  color: var(--primary);
}
.fw-filter-group-reset {
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 12px;
}
.fw-filter-group-options {
  height: 0px;
  transition: all linear 0s;
  overflow: hidden;
}
.fw-filter-group__open .fw-filter-group-options {
  height: auto;
  padding-bottom: 15px;
  overflow: visible;
}
.fw-filter-group__open .fw-filter-collapse-icon {
  transform: rotate(180deg);
}
.fw-filter-group .fw-more {
  display: inline;
}
.fw-filter-group .fw-less {
  display: none;
}
.fw-filter-list-item__checkbox input {
  margin-right: 5px;
}
.fw-filter-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
}
.fw-filter-list-item {
  order: 2;
  position: relative;
  margin-bottom: 10px;
}
.fw-filter-list-item__checked {
  order: 1;
}
.fw-filter-list-item__hidden:not(.fw-filter-list-item__checked) {
  display: none;
}
.fw-filter-group__show-all .fw-filter-list-item__hidden {
  display: list-item;
}
.fw-filter-group__show-all .fw-more {
  display: none;
}
.fw-filter-group__show-all .fw-less {
  display: inline;
}
.no-in-filter label {
  opacity: 0.5;
}
.fw-catalog-filter-pointer {
  width: 160px;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #005eec;
  position: absolute;
  top: -7px;
  left: 100%;
  background-color: #ffffff;
  z-index: 10;
}
.fw-catalog-filter-pointer::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-left: 1px solid #005eec;
  border-top: 1px solid #005eec;
  position: absolute;
  left: -7px;
  top: 9px;
  transform: rotate(-45deg);
}
.fw-catalog-filter-pointer a {
  color: #005eec;
}
@media (max-width: 1279px) {
  .fw-catalog-filter-pointer {
    display: none !important;
  }
}
.fw-filter-footer {
  margin-top: var(--gap-md);
}
@media (max-width: 1279px) {
  .fw-filter-footer .fw-btn {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.fw-filter-price .fw-catalog-filter-pointer {
  display: none !important;
}
.fw-filter-checked {
  margin-bottom: 15px;
}
.fw-filter-checked-option {
  display: inline-block;
  padding: 5px 25px 5px 10px;
  background: #005eec;
  color: #fff;
  font-size: 12px;
  margin: 0 5px 5px 0;
  cursor: pointer;
  border-radius: 25px;
  position: relative;
}
.fw-filter-checked-option::after {
  content: "";
  background: no-repeat center;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='close'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='1.06' d='M16,16 L4,4'%3E%3C/path%3E%3Cpath fill='none' stroke='%23fff' stroke-width='1.06' d='M16,4 L4,16'%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 25px;
}
.fw-filter-price-range {
  padding: 15px 11px 15px 10px;
}
.ui-slider-horizontal {
  height: 5px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -8px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-state-hover, .ui-widget-content .ui-state-hover {
  border: 2px solid #005eec;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  border-radius: 50%;
  box-sizing: border-box;
}
.ui-widget-header {
  background: #005eec;
}
.ui-widget.ui-widget-content {
  border: 1px solid #fff;
  background: #e3e3e3;
}
.fw-filter-price * {
  box-sizing: border-box;
}
#ui-slider-val-2 {
  max-width: 99.999%;
}
.fw-sort-view-bar, .fw-sort-view-bar.uk-grid {
  align-items: baseline;
  margin-bottom: var(--gap-md);
}
@media (max-width: 768px) {
  .fw-sort-view-bar, .fw-sort-view-bar.uk-grid {
    justify-content: space-between;
  }
}
.fw-sort {
  font-size: var(--fs-small);
}
.fw-sort-link {
  color: var(--base-color);
  white-space: nowrap;
  display: block;
}
.fw-sort-link:hover {
  text-decoration: none;
  color: var(--primary);
}
.fw-sort-link.active {
  color: var(--primary);
}
.fw-sort-wrap {
  padding: 1rem 1.5rem;
  line-height: 2.5;
  border-radius: var(--border-radius-sm);
}
[aria-expanded="true"] > .fw-icon-chevron-down {
  transform: rotate(180deg);
}
.fw-limit {
  color: #a1a1a1;
  font-size: 0.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .fw-limit {
    display: none;
  }
}
.fw-property-item {
  display: flex;
  margin-bottom: var(--gap-xs);
  padding-bottom: var(--gap-xs);
  align-items: flex-end;
  line-height: 1.25;
  border-bottom: 1px solid var(--base-border-color);
}
@media (max-width: 640px) {
  .fw-property-item {
    font-size: 14px;
  }
}
.fw-property-values {
  flex: 0 0 45%;
  max-width: 45%;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 640px) {
  .fw-property-values {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
  }
}
.fw-property-name {
  flex-grow: 1;
}
.fw-property-name span {
  background: #fff;
  position: relative;
  color: var(--text-muted);
}
.fw-product__properties-checkbox .fw-property-name {
  border-bottom: none;
  margin-bottom: var(--gap-xxs);
}
.fw-product__properties-checkbox .fw-property-item {
  display: block;
}
.fw-product__properties-checkbox .fw-property-values {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  gap: var(--gap-xxs);
  max-width: 100%;
}
.fw-property-values__value + .fw-property-values__value:before {
  content: ",";
  position: relative;
  left: -5px;
}
.fw-basket-product__property {
  font-size: 14px;
  line-height: 1.5;
}
.fw-property__list {
  margin-top: 5px;
}
.fw-property__item {
  font-size: 14px;
  line-height: 1.5;
}
.fw-property__name {
  color: #7c7c7c;
}
.fw-property__value {
  color: #4d4d4d;
}
.fw-property__value-color {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transform: translateY(3px);
}
.fw-property-hint:last-child {
  margin-bottom: 0;
}
.fw-slider-arrow {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  color: #000;
  transition: 0.3s;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  box-shadow: none;
}
.fw-slider-arrow svg {
  width: 9px;
}
.fw-slider-arrow:hover {
  background-color: #005eec;
  color: #fff;
}
.fw-slider-arrow--prev {
  left: 0;
  bottom: 45%;
}
.fw-slider-arrow--next {
  right: 0;
  bottom: 45%;
}
#lb-cont li a:hover .fw-gallery__zoom {
  transform: scale(1);
}
.fw-prod-slideshow__add {
  border-bottom: 1px solid #eff1f5;
  border-top: 1px solid #eff1f5;
}
.fw-slider-add-arrow {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: transparent;
  transition: 0.2s;
  box-shadow: none;
  border: 1px solid #eff1f5;
  width: 35px;
  height: 35px;
}
.fw-slider-add-arrow:hover {
  background-color: #005eec;
  color: #fff;
}
.fw-slider-add-arrow--next {
  right: -30px;
}
.fw-slider-add-arrow--prev {
  left: -30px;
}
.fw-slider-add-arrow svg {
  width: 10px;
}
.fw-prod-slideshow__main {
  padding: 0 0 var(--gap-xs) 0;
}
.wrapper--360 {
  margin: 0 auto;
  position: relative;
}
.wrapper--360__label {
  position: absolute;
  bottom: 0;
  left: 10px;
  max-width: 60px;
}
.slide__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide__wrap img {
  margin: 0 auto;
}
#modal-360 {
  background-color: #fff;
  padding: 0 !important;
  width: 100vw;
  height: 100vh;
}
#modal-360-close {
  position: absolute;
  top: 6%;
  right: 6%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: #005eec;
  cursor: pointer;
  transform: rotate(0);
  transition: 0.3s;
}
#modal-360-close:hover {
  transform: rotate(90deg);
}
#mySpriteSpin {
  width: 800px !important;
  max-height: 530px !important;
  height: 100%;
}
.modal-360__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.modal-360__wrap #mySpriteSpinModal {
  width: 1200px !important;
  max-height: 800px !important;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-360__wrap #mySpriteSpinModal .spritespin-canvas.full-screen {
  position: static !important;
  overflow: auto !important;
  height: auto !important;
  width: auto !important;
}
@media (max-width: 960px) {
  .modal-360__wrap #mySpriteSpinModal .spritespin-canvas.full-screen {
    width: 75% !important;
    margin-top: 15px;
  }
}
@media (max-width: 400px) {
  .modal-360__wrap #mySpriteSpinModal .spritespin-canvas.full-screen {
    width: auto !important;
    margin-top: 0;
  }
}
.fw-prod-slideshow li.wrapper--360 {
  height: 530px;
}
@media (max-width: 550px) {
  .fw-prod-slideshow li.wrapper--360 {
    height: 380px;
  }
}
@media (max-width: 400px) {
  .fw-prod-slideshow li.wrapper--360 {
    height: 320px;
  }
}
@media (max-width: 375px) {
  .fw-prod-slideshow li.wrapper--360 {
    height: 280px;
  }
}
.spritespin-progress {
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 15%;
}
.spritespin-progress-label {
  color: #005eec;
  background-color: #fff;
  font-weight: 600;
}
.spritespin-progress-bar {
  background-color: #005eec;
  height: 10px;
  border: 1px solid #777777;
  border-radius: 2px;
}
.button.js-fullscreen-zoom {
  position: absolute;
  bottom: 15px;
  right: 5%;
  z-index: 10;
  max-height: none;
  height: auto;
  font-size: 14px;
  font-weight: 700;
  color: #373737;
  text-transform: uppercase;
  cursor: pointer;
}
.button.js-fullscreen-zoom svg {
  margin-left: 7px;
}
@media (max-width: 960px) {
  .fw-prod-slideshow__add {
    padding-left: 15px;
    padding-right: 15px;
  }
  .fw-prod-slideshow__add .fw-slider-add-arrow--prev {
    left: 0;
  }
  .fw-prod-slideshow__add .fw-slider-add-arrow--next {
    right: 0;
  }
  .fw-prod-slideshow__main {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .fw-prod-img-descr__wrap-descr {
    border-right: none;
  }
  .fw-prod-img-descr__wrap-descr-inner {
    position: relative;
    padding: 0 0 30px;
  }
  .fw-prod-img-descr__wrap-descr-inner .fw-free-deliver {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .fw-slider-arrow {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 500px) {
  .fw-prod-img-descr__wrap-descr-inner .fw-order-btn__wrap a {
    width: 100%;
  }
  .fw-price-block .product-page__price-block {
    margin-bottom: 25px !important;
  }
}
.fw-prod-slideshow__nav {
  width: 480px;
  max-width: 100%;
  margin: 0 auto 0;
}
.fw-gallery-thumbs {
  flex: 0 0 95px;
}
@media (max-width: 640px) {
  .fw-gallery-thumbs {
    flex: 0 0 55px;
  }
}
.fw-prod-slideshow__inner {
  background: var(--bg-muted);
  padding: var(--gap-sm) var(--gap-xs);
}
.fw-slider-additional {
  margin-left: calc(-1 * var(--gap-xxs));
}
.fw-slider-additional > * {
  padding-left: var(--gap-xxs);
}
.fw-input-count__group {
  display: flex;
  border: 1px solid transparent;
  border-radius: 8px;
  width: min-content;
}
.fw-input-count__input {
  margin: 0 5px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  height: calc(var(--control-line-height) + 2*var(--base-border-width)) - 2px;
  max-width: 45px;
  border: none;
  box-sizing: border-box;
}
@media (max-width: 660px) {
  .fw-input-count__input {
    max-width: 30px;
  }
}
.fw-input-count__minus, .fw-input-count__plus {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #7c7c7c;
  width: 30px;
  box-sizing: border-box;
}
.fw-input-count__minus:hover, .fw-input-count__plus:hover {
  color: #005eec;
}
.uk-notification-close {
  z-index: 2;
}
.fw-comment {
  margin-bottom: var(--gap);
  padding: var(--gap);
  background: var(--bg-muted);
  border-radius: var(--border-radius);
}
.fw-comment__header {
  display: flex;
  min-height: 50px;
}
.fw-comment__avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  text-align: center;
  line-height: 52px;
  color: var(--primary-inverse);
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}
.fw-comment__info {
  display: flex;
  align-items: baseline;
}
.fw-comment__author {
  margin-right: 10px;
  font-weight: 500;
  font-size: 1.2rem;
}
.fw-comment__date {
  display: inline-block;
  color: #a1a1a1;
  font-size: 0.8rem;
}
.fw-comment__body > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .fw-comment__body {
    padding-left: calc(60px + 25px);
  }
}
.fw-comment-answer {
  padding-left: calc(60px*2 + 25px);
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .review-answer-line {
    margin-left: calc(60px + 25px - 5px);
  }
}
.fw-review {
  margin-bottom: var(--gap);
  padding: var(--gap);
  background: var(--bg-muted);
}
.fw-review__header {
  display: flex;
  align-items: center;
  min-height: 50px;
}
.fw-review__avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}
.fw-review__info {
  display: flex;
  flex-direction: column;
}
.fw-review__author {
  margin-right: 10px;
  font-weight: 500;
  font-size: 1rem;
  color: var(--secondary);
}
.fw-review__date {
  display: inline-block;
  color: #a1a1a1;
  font-size: 0.8rem;
}
.fw-review__body {
  margin-top: 5px;
}
@media (min-width: 640px) {
  .fw-review__body {
    padding-left: calc(50px + 30px);
  }
}
.fw-review__body p {
  margin: 10px 0 0 0;
}
@media (min-width: 640px) {
  .fw-answer {
    margin-left: calc(50px + 30px);
  }
}
.fw-answer__header {
  display: flex;
  align-items: center;
}
.fw-answer__body {
  margin-top: 5px;
}
.fw-answer__author {
  margin-right: 10px;
  font-weight: 500;
  font-size: 1rem;
  color: #005eec;
}
.fw-comments-custom-section {
  padding-top: 50px;
}
.fw-reviews-stats-block {
  border: 1px solid #e5e5e5;
  padding: 25px;
  margin-bottom: 30px;
}
.fw-reviews-stats-block__item {
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.fw-reviews-stats-block__item:last-child {
  margin-bottom: 0;
}
.fw-reviews-stats-block__item .cust-progress-bar {
  flex: 1;
  max-width: 930px;
  height: 20px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid transparent;
}
.fw-reviews-stats-block__item .cust-progress-bar__ph {
  background-color: #ede9e9;
  width: 100%;
  height: 100%;
}
.fw-reviews-stats-block__item .cust-progress-bar__progress {
  background: #005eec;
  height: 100%;
  border-radius: 10px;
}
.fw-reviews-stats-block__item .cust-stars-count {
  flex-shrink: 0;
  margin-left: 8px;
  margin-top: -3px;
}
.fw-reviews-stats-block__item .cust-votes-count {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 50px;
  margin-left: 8px;
}
.fw-reviews-stats-block__item .cust-votes-count__num {
  padding-left: 4px;
}
.fw-reviews-stats-block__item:hover .cust-progress-bar {
  border-color: #005eec;
}
.fw-reviews-stats-block .reset-stat-filter {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  background: #005eec;
  padding: 0 30px;
  font-size: 0.875rem;
  line-height: 38px;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 640px) {
  .fw-reviews-stats-block {
    padding: 10px;
  }
}
.fw-comments-block__custom-left .fw-comment {
  background: transparent;
  border: 1px solid #e5e5e5;
  padding: 20px;
}
.fw-comments-block__custom-left .fw-comment__header {
  align-items: center;
  margin-bottom: 15px;
}
.fw-comments-block__custom-left .fw-comment__rating {
  margin-bottom: 15px;
}
.fw-comments-block__custom-left .fw-comment__body {
  padding-left: 0;
  font-weight: 500;
}
.fw-comments-block__custom-left .fw-comment__body p {
  margin: 0;
}
.fw-comments-block__custom-left .fw-comment__answer {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 94, 236, 0.5);
}
.fw-comments-block__custom-left .fw-comment__answer p {
  margin: 0;
}
.fw-comments-block__custom-left .fw-comment__answer-head {
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 640px) {
  .fw-comments-block__custom-left .fw-comment {
    padding: 10px;
  }
}
.fw-comments-block__custom-left .fw-comment__author-cust {
  font-size: 18px;
  font-weight: 700;
}
.fw-comments-block__custom-left .fw-comment__date-cust {
  color: #999999;
}
/*# sourceMappingURL=catalog.min.map */