@media (min-width: 1024px) {
  .catalog-category-view .page {
    padding-top: 0;
  }
}
.catalog-category-view .page .breadcrumbs-box {
  background: none;
  padding: 8px;
}
.catalog-category-view .page .breadcrumbs-box .breadcrumb {
  color: #474747;
  font-weight: normal;
}
.catalog-category-view .page .breadcrumbs-box .breadcrumb-last {
  color: #474747 !important;
  font-weight: normal !important;
}

.category-top-left {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: left;
}
.category-top-left h1.page-title.category-title {
  text-align: left !important;
  font-weight: bold;
  font-size: 23px;
  color: #474747;
  margin-bottom: 20px;
}
.category-top-left .category-top-message {
  text-align: left;
}
.category-top-right {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.category-tops {
  text-align: center;
  margin-bottom: 27px;
}
@media (min-width: 768px) {
  .category-tops {
    display: table;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .category-top {
    margin-top: 16px;
  }
  .category-top:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .category-top {
    display: table-cell;
    vertical-align: middle;
    padding: 0 8px;
  }
  .category-top:last-child {
    text-align: right;
    padding-right: 0;
  }
  .category-top:first-child {
    text-align: left;
    padding-left: 0;
  }
}
.category-title {
  margin-bottom: 0;
}
.category-children {
  margin: -10px -8px;
}
.category-child-box {
  padding: 10px 8px;
}
.category-child {
  display: block;
  background: #f6f6f6;
  font-size: 15px;
  color: #000;
  opacity: 1;
  text-align: center;
}
.category-child:hover, .category-child:focus {
  color: #17a7e0;
  opacity: .8;
}
.category-child:active {
  color: #1874a5;
}
.category-child-name {
  display: block;
  padding: 11px;
}
.category-child-strong {
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  margin-top: 5px;
}
.category-child-image {
  display: block;
  width: 100%;
  height: auto;
}
.category-description-anchor {
  text-transform: none;
}
@media (min-width: 768px) {
  .category-description-anchor {
    padding: 0 37px 0 15px;
    line-height: 42px;
    white-space: nowrap;
  }
}
.category-description-anchor::before {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 13px;
  margin-top: -.5em;
}
@media (min-width: 768px) {
  .category-description-anchor::before {
    top: 0;
    margin-top: 0;
    line-height: 42px;
  }
}
.category-description {
  border-top: 1px solid #ececec;
  padding: 35px 15px;
  font-size: 13px;
  margin-top: 39px;
}
.category-description h2 {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-top: 30px;
  color: #17a7e0;
}
.category-description h2:first-child {
  margin-top: 0;
}
.category-description p, .category-description ul, .category-description ol {
  margin-top: 20px;
  letter-spacing: 0.02em;
  line-height: 20px;
}
.category-description p:first-child, .category-description ul:first-child, .category-description ol:first-child {
  margin-top: 0;
}
.category-description ol, .category-description ul {
  padding-left: 1em;
}
.category-description ol {
  list-style-type: decimal;
}
.category-description ul {
  list-style-type: disc;
}
.category-products.grid {
  margin-top: 15px;
}
.category-products .toolbar {
  margin-bottom: 10px !important;
}

.category-promo-wrapper {
  width: 100%;
  height: 100%;
  display: block;
}
.category-promo-wrapper h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: lighter;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 1280px) {
  .category-promo-wrapper h4 {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .category-promo-wrapper h4 {
    font-size: 25px;
  }
}
.category-promo-wrapper h4 span {
  font-weight: 900;
  display: block;
  font-size: 20px;
}
@media (min-width: 1280px) {
  .category-promo-wrapper h4 span {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .category-promo-wrapper h4 span {
    font-size: 27px;
  }
}
.category-promo-wrapper ul {
  font-size: 17px;
  color: #ffffff;
  text-align: left;
}
@media (min-width: 1280px) {
  .category-promo-wrapper ul {
    font-size: 19px;
  }
}
@media (min-width: 1440px) {
  .category-promo-wrapper ul {
    font-size: 23px;
  }
}
.category-promo-wrapper ul li {
  padding: 10px 5%;
  display: flex;
  align-items: center;
}
@media (min-width: 1280px) {
  .category-promo-wrapper ul li {
    padding: 10px 10%;
  }
}
@media all and (min-width: 1680px) {
  .category-promo-wrapper ul li {
    padding: 15px 0 15px 70px;
  }
}
.category-promo-wrapper ul li:nth-child(even) {
  background: rgba(23, 167, 224, 0.8);
}
.category-promo-wrapper ul li img {
  margin-right: 15px;
  max-width: 35px;
}
@media (min-width: 1280px) {
  .category-promo-wrapper ul li img {
    max-width: none;
  }
}
.category-promo-wrapper ul li span {
  font-weight: bold;
}
.category-promo-wrapper .learn-more-wrapper {
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  width: 100%;
}
.category-promo-wrapper .learn-more-wrapper .learn-more-button {
  height: 35px;
  line-height: 35px;
  background: #ffffff;
  color: #17a7e0;
  font-size: 20px;
  padding: 5px 17px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 1280px) {
  .category-promo-wrapper .learn-more-wrapper .learn-more-button {
    font-size: 25px;
  }
}

/*# sourceMappingURL=category.css.map */