.c-categories__page-title-content {
  font-size: 26px;
  color: teal;
  font-weight: 700;
}

.c-category__current-category-image {
  max-width: 100%;
  text-align: center;
}

.c-category-relatedcategories__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 6px;
  margin-bottom: 10px;
}

.c-category-relatedcategories__info {
  display: flex;
  justify-content: center;
  width: 100%;
}

.c-category-relatedcategories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 25%;
  text-align: center;
  margin: 10px 0;
}

.c-category-relatedcategories__image {
  height: auto;
  width: auto;
  max-height: 130px;
  max-width: 100%;
}

.c-category-relatedcategories__name-link {
  color: #000;
}

.c-category-relatedcategories__name-link:hover {
  text-decoration: underline;
}

.c-category-relatedcategories__description {
  display: none;
}

.c-category-relatedcategories__name {
  margin-top: 10px;
}

.c-category__products-list {
  margin-bottom: 20px;
}

.c-category__products-list-title {
  margin-bottom: 20px;
}

.c-category-relatedcategories__wrapper {
  padding: 15px 0;
  margin-top: 40px;
}

.c-category-relatedcategories__title {
  font-size: 20px;
  white-space: nowrap;
  color: #ed1c2e;
  font-weight: 400;
  margin: 0;
  text-align: left;
  line-height: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 6px 20px;
}

.c-category-relatedcategories__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 6px;
  margin-bottom: 10px;
  justify-content: space-between;
}

.c-category-relatedcategories__info {
  display: flex;
  justify-content: center;
  width: 100%;
}

.c-category-relatedcategories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 24%;
  text-align: center;
  margin: 10px 0;
}

@media only screen and (max-width: 768px) {
  .c-category-relatedcategories {
    width: 49%;
  }
}

.c-category-relatedcategories__image {
  height: auto;
  width: auto;
  max-height: 130px;
  max-width: 100%;
}

.c-category-relatedcategories__name-link {
  color: #000;
}

.c-category-relatedcategories__name-link:hover {
  text-decoration: underline;
}

.c-category-relatedcategory__description {
  display: none;
}

.c-category-relatedcategories__name {
  margin-top: 10px;
}

.layout-type-thin-wide-thin .c-category__filter-pager-buttons .c-pager {
  margin: 12px 0 24px 0;
}

.c-categories__product-count {
  font-size: 14px;
  color: #000;
  position: relative;
  top: 22px;
  text-transform: none;
}

.c-categories__page-title-content {
  font-size: 30px;
}

.c-category__filter-pager-buttons .c-pager {
  margin-left: auto;
}

.c-category__filter-pager-buttons .c-pager__type-view--grid + .c-pager {
  margin-left: 20px;
}

@media only screen and (max-width: 1400px) and (min-width: 1120px) {
  .c-categories__product-count {
    position: absolute;
    right: 18px;
    top: 10px;
  }
}

@media only screen and (max-width: 1110px) {
.c-category__filter-pager-buttons {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 0 6px;
  }
.c-categories__page-title-content {
    padding-left: 8px;
  }
.c-categories__product-count {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
.c-categories__product-count {
    display: none;
  }
.c-category__filter-pager-buttons {
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #ddd;
    margin: 0;
    border: 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.u-variant__category-page-three .c-categories__page-title {
  position: absolute;
  top: 42px;
  left: 0;
}

@media only screen and (max-width: 1110px) {
.u-variant__category-page-three .c-categories__page-title {
    position: relative;
    top: 0;
    left: 0;
  }
}
.c-product-page__rating-votes{font-size:12px;margin:0 0 0 4px}
.c-product-page__rating{align-items:center;padding-right:18px}
.c-product-page__rating-label{display:none}
.c-product-page__rating{padding:0;margin-bottom:10px}
.c-product-page__rating{padding:0;margin:0;width:100%;text-align:center}
