.catalog-category-view .sidebar-main .filter-options .active .filter-options-title:after,
.catalogsearch-result-index .sidebar-main .filter-options .filter-options-title:after {
  transform: rotate(180deg);
}
.catalog-category-view h1 {
  font-weight: 400;
}
.product-image-photo {
  position: inherit;
}
.products-grid .product-items .product-item .product-item-name a span {
  font-size: 13px;
  font-weight: 500;
  height: 20px;
  display: block;
  text-transform: none;
  color: #4c7f93;
}
.products-grid .product-items .product-item-info {
  text-align: center;
}
.catalog-category-view .price-box .regular-price .price,
.catalogsearch-result-index .price-box .regular-price .price {
  font-size: 18px;
  color: #647f7b;
  font-weight: 700;
  letter-spacing: .4px;
}
.products-grid .product-items .product-item .product-item-name a {
  font-weight: 500;
  letter-spacing: .4px;
  line-height: 22px;
  color: #666;
  font-size: 14px;
}
.products-grid .product-items .product-item .brand {
  margin-bottom: 8px;
  font-size: 12px;
}
.category-description div {
  width: 100%;
}
.product-item-inner .product.actions.product-item-actions input[type="checkbox"] {
  margin-right: 10px;
}
.product-item-inner .product.actions.product-item-actions span {
  display: inline-flex;
  align-items: center;
}
.products-grid .product-items .product.actions .action:before,
.item-actions .action:before {
  display: none;
}
.products-grid .product-items .product-item .rating-summary {
  display: none;
}
.products-grid .price-box .regular-price {
  text-align: center;
  width: 100%;
  clear: both;
}
.products-grid .price-box .see-discount-msg {
  color: #D1865A;
  font-size: 16px;
  clear: both;
  display: table-row-group;
  text-align: center;
}
.catalog-category-view .price-box #msrp-linethrough,
.catalogsearch-result-index .price-box #msrp-linethrough {
  display: none;
  text-decoration: line-through;
  color: #929292;
}
.product-item-info.type1 .product-item-inner {
  display: flex;
  justify-content: center;
  font-size: 12px;
}
.catalog-category-view .price-box .regular-price .price,
.catalogsearch-result-index .price-box .regular-price .price {
  font-size: 18px;
  color: #647f7b;
  font-weight: 700;
  letter-spacing: .4px;
}
.catalog-category-view .price-box .label.our-price,
.catalogsearch-result-index .price-box .label.our-price {
  display: none;
}
/* ============================================ */
/* Hub Category Block */
/* ============================================ */
.hub-category.block .learn-more-anchor {
  margin-left: auto;
  /* Push it to the right */
}
.hub-category.block ul.block-list {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  margin: 0;
}
.hub-category.block ul.block-list li {
  text-align: center;
  flex: 1;
  margin: 0 10px;
  /* Adjust the spacing between items */
  box-sizing: border-box;
}
.hub-category.block ul.block-list li span {
  margin: 5px 0;
  display: block;
  color: #636363;
}
.hub-category.block ul.block-list li a {
  display: block;
}
.hub-category.block section {
  margin-bottom: 20px;
  width: 100%;
  /* Ensure it takes full width */
}
.hub-category.block section h3 {
  background: #273E57;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  color: white;
  margin-bottom: 15px;
  width: 100%;
}
.hub-category.block section h3 .toggler {
  display: inline-block;
  float: right;
}
.hub-category.block .bottom-content {
  padding-top: 30px;
  border-top: 1px solid #CCCCCC;
}
.hub-category.block .bottom-content h2 {
  font-size: 16px;
  color: #627F7B;
  font-weight: bold;
}
.hub-category.block .bottom-content .full {
  clear: both;
}
.hub-category.block .bottom-content img {
  width: 100%;
}
.hub-category.block .bottom-content div {
  margin-bottom: 20px;
}
.hub-category.block .bottom-content p {
  text-align: justify;
}
.hub-category.block .bottom-content .author-last-edit {
  margin-top: 20px;
  text-align: right;
}
.hub-category.block.list-category-block-cms ul.block-list li a:hover img {
  color: #273E57;
  box-shadow: 0 0 6px #525252;
}
.category-cms h2 {
  font-size: 18px;
}
.hidden {
  display: none;
}
@media only screen and (max-width: 767px) {
  .hub-category.block ul.block-list li img {
    display: none;
    /* Hide the items on mobile */
  }
  .hub-category.block ul.block-list li {
    flex-basis: calc(33.33% - 20px);
    /* 3 items wide on mobile */
  }
}
@media only screen and (min-width: 768px) {
  .hub-category.block ul.block-list li {
    margin-bottom: 16px;
    width: calc((100% - 0px * 4)/6);
    display: inline-block;
  }
  .hub-category.block .bottom-content .right {
    padding-left: 15px;
    clear: right;
    float: right;
  }
  .hub-category.block .bottom-content .half {
    width: 50%;
  }
  .hub-category.block .bottom-content div {
    margin-bottom: 20px;
  }
  .hub-category.block .bottom-content .left {
    padding-right: 15px;
    clear: left;
    float: left;
  }
  .gen-page-content-related-categories li {
    line-height: 24px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1025px) {
  .hub-category.block ul.block-list li {
    margin-bottom: 16px;
    width: calc((100% - 30px * 4)/5);
    display: inline-block;
  }
}
@media all and (min-width: 768px), print {
  .block-category-event.block:last-child {
    margin-bottom: 24px;
    padding: 8px 0 24px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: inline-block;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 16px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f7f7f7;
    color: #d0d0d0;
    border: 1px solid #bbbbbb;
    border-right: 0;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:hover {
    color: #d0d0d0;
    background: #f2f2f2;
  }
  .modes-mode:last-child {
    border-right: 1px solid #bbbbbb;
  }
  .modes-mode.active {
    background: #e5e5e5;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #d0d0d0;
    content: '\e91f';
    font-family: 'azkarra';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .mode-list:before {
    content: '\e919';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .toolbar-products.toolbar-bottom {
    margin: 48px 0;
  }
}
@media all and (min-width: 768px), print {
  .block-category-event.block:last-child {
    margin-bottom: 24px;
    padding: 8px 0 24px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: inline-block;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 16px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f7f7f7;
    color: #d0d0d0;
    border: 1px solid #bbbbbb;
    border-right: 0;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:hover {
    color: #d0d0d0;
    background: #f2f2f2;
  }
  .modes-mode:last-child {
    border-right: 1px solid #bbbbbb;
  }
  .modes-mode.active {
    background: #e5e5e5;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #d0d0d0;
    content: '\e91f';
    font-family: 'azkarra';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .mode-list:before {
    content: '\e919';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .toolbar-products.toolbar-bottom {
    margin: 48px 0;
  }
}
