@font-face {
  font-family: "Poppins";
  src: url(../fonts/poppins/Poppins-Black.ttf);
  src: url(../fonts/poppins/Poppins-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/poppins/Poppins-ExtraBold.ttf);
  src: url(../fonts/poppins/Poppins-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/poppins/Poppins-Bold.ttf);
  src: url(../fonts/poppins/Poppins-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/poppins/Poppins-SemiBold.ttf);
  src: url(../fonts/poppins/Poppins-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/poppins/Poppins-Medium.ttf);
  src: url(../fonts/poppins/Poppins-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/poppins/Poppins-Regular.ttf);
  src: url(../fonts/poppins/Poppins-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/poppins/Poppins-Light.ttf);
  src: url(../fonts/poppins/Poppins-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/poppins/Poppins-ExtraLight.ttf);
  src: url(../fonts/poppins/Poppins-ExtraLight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/poppins/Poppins-Thin.ttf);
  src: url(../fonts/poppins/Poppins-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
button, .action.primary, .action-primary {
  height: 55px;
  box-shadow: 0 12px 14px rgba(72, 72, 72, 0.25);
  border-radius: 29px;
  border: none;
  background-color: #ffffff;
  font-family: Poppins;
  font-size: 13px;
  color: #3b3b3b;
  letter-spacing: 0.26px;
  font-weight: 700;
  padding: 20px 30px;
  text-transform: uppercase;
  line-height: 1;
}
button:hover, .action.primary:hover, .action-primary:hover {
  text-decoration: none;
}

.breadcrumbs {
  margin: 20px auto;
}

@media screen and (min-width: 1440px) {
  .page-wrapper {
    position: relative;
  }
  .page-wrapper:before {
    content: "";
    width: 182px;
    height: 402px;
    display: block;
    background: url("../images/bg-1.png") 0 0 no-repeat;
    position: absolute;
    top: -60px;
    right: -70px;
    z-index: 1;
  }
}

.table-lg th,
.table-lg td {
  padding: 2rem !important;
}

.table-lg .thead-dark th {
  background-color: #246AAD;
  border-radius: 6px 6px 0 0;
}

.table-lg .thead-light th {
  background-color: #FCFCFC;
  color: #C7C7C7;
  font-weight: 400;
  border-color: #f1f1f1 !important;
}

.table-lg.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.table-lg.table-striped tbody tr:nth-of-type(even) {
  background-color: #FCFCFC;
}

@media screen and (max-width: 767px) {
  body.search-active .page-header {
    padding-bottom: 55px;
  }
}

.page-header {
  background-color: #f5f5f5;
  position: relative;
  border: none;
  margin: 0;
}

.header-content {
  max-width: 1140px;
  padding: 30px 15px 15px;
  margin: 0 auto;
  display: flex;
}
.header-content .logo {
  float: none;
  max-width: 140px;
  margin: 0 25px 0 0;
}
.header-content .nav-sections {
  margin: 0;
}
.header-content .nav-sections-item-title {
  display: none;
}
.header-content .nav-sections-item-content {
  padding: 0;
}
.header-content .header.links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.header-content .header.links li {
  margin: 0;
  padding: 0 0 0 10px;
  line-height: 1;
  font-size: 0;
}
.header-content .header.links li a {
  font-size: 13px;
  text-decoration: underline;
}
.header-content .header.links li a.my-account-link {
  text-decoration: none;
  font-size: 0;
}
.header-content .header.links li a.my-account-link:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: url(../images/user.svg) 50% no-repeat #246aad;
  background-size: 10px;
}
.header-content .block-search {
  float: none;
  width: 100%;
}
.header-content .block-search .nested {
  display: none;
}
.header-content .block-search .control {
  padding: 0;
}
.header-content .block-search input {
  height: 55px;
  border-radius: 28px;
  border: 2px solid rgba(59, 59, 59, 0.2);
  padding: 0 30px;
}
.header-content .block-search button:before {
  display: none;
}
.header-content .block-search .form {
  display: flex;
}
.header-content .block-search .form .field.search {
  flex: 1;
  margin-right: 15px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .header-content .logo {
    max-width: 120px;
    margin-right: 5px;
  }
  .header-content .block-search {
    padding-left: 10px;
  }
  .header-content .magicmenu .nav-desktop .level0 .level-top {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header-content {
    align-items: center;
  }
  .header-content .logo {
    max-width: 70px;
  }
  .header-content .nav-toggle {
    position: static;
    order: 99;
  }
  .header-content .nav-toggle:before {
    color: #246aad;
    font-size: 28px;
  }
  .header-content .header-right {
    flex: 0 1 auto;
    display: flex;
    margin-left: auto;
    align-items: center;
  }
  .header-content .header.links li {
    display: none;
  }
  .header-content .header.links li a.my-account-link:before {
    width: 20px;
    height: 20px;
  }
  .header-content .header.links li:first-child {
    display: block;
    padding-right: 10px;
  }
  .header-content .block-search {
    margin: 0;
  }
  .header-content .block-search .form .field.search {
    margin-right: 10px;
  }
  .header-content .block-search .control {
    padding: 0;
    border: none;
    margin: 0;
  }
  .header-content .block-search .label {
    margin: 0;
  }
  .header-content .block-search .label:before {
    font-size: 30px;
    line-height: 1;
    color: #246aad;
  }
  .header-content .block-search .actions {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    display: inline;
    box-shadow: none;
    appearance: none;
  }
  .header-content .block-search .label.active + .control input {
    position: absolute;
    left: 15px;
    right: 15px;
    width: auto;
    bottom: 0;
    margin: -10px 0 0;
  }
  .header-content .nav-sections {
    background: #24468d;
  }
  .header-content .navigation {
    background: #24468d;
  }
  .header-content .navigation a, .header-content .navigation a:hover {
    color: #fff !important;
  }
  .header-content .navigation li.level0 {
    border: none;
  }
}

.header-right {
  flex: 1;
}

.header-menu {
  display: flex;
  justify-content: space-between;
}

.block.newsletter {
  margin: 0 auto;
  width: 100%;
  max-width: 630px;
}
.block.newsletter .form.subscribe {
  display: flex;
  align-items: center;
}
.block.newsletter input {
  width: 100%;
  border: 2px solid #ffffff;
  background: transparent;
  height: 55px;
  border-radius: 29px;
  padding: 0 30px;
  color: #ffffff;
  margin: 0;
}
.block.newsletter input::-webkit-input-placeholder {
  color: #fff;
}
.block.newsletter input::-moz-placeholder {
  color: #fff;
}
.block.newsletter input:-ms-input-placeholder {
  color: #fff;
}
.block.newsletter input:-moz-placeholder {
  color: #fff;
}
.block.newsletter label {
  display: block;
  flex: 0 0 30px;
  width: 30px;
  height: 24px;
  margin-right: 14px;
  background: url("../images/icon-mail.png") 50% no-repeat;
  background-size: contain;
}
.block.newsletter .field .control:before {
  display: none;
}
.block.newsletter .field.newsletter {
  width: 100%;
  max-width: 100%;
  margin-right: 13px;
}
.block.newsletter .field.newsletter label {
  margin: 0;
}
.block.newsletter .actions {
  width: auto;
}
.block.newsletter .action.subscribe {
  border: none;
  border-radius: 29px;
}
.block.newsletter .action.subscribe:hover {
  background-color: #175692;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .block.newsletter label {
    display: none;
  }
}

.page-footer {
  background-color: #0d162d;
  color: #b7b7b7;
}
.page-footer a {
  color: #b7b7b7;
}
.page-footer .footer-top {
  background-color: #246aad;
  padding: 30px 15px;
}
.page-footer .footer.content {
  padding-top: 40px;
  padding-bottom: 0;
  border: none;
  max-width: 1140px;
}
.page-footer .footer.content .copyright {
  border-top: 1px solid #707070;
  padding: 30px 0;
  font-size: 13px;
  text-align: center;
}
.page-footer .footer-col-1 {
  display: flex;
}
.page-footer .footer-col-1 p {
  max-width: 412px;
}
.page-footer .footer-header {
  color: #246aad;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.page-footer .footer-header img {
  margin-right: 8px;
}
.page-footer .footer-logo {
  display: block;
  width: 72px;
  flex: 0 0 72px;
  margin: -30px 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .page-footer .footer-col-1 {
    flex-direction: column;
  }
  .page-footer .footer-logo {
    margin: 0;
  }
  .page-footer .footer.content {
    padding-top: 0;
  }
  .page-footer .footer.content .row > div {
    margin-bottom: 25px;
  }
  .page-footer .footer.content .row .footer-col-2 {
    margin-bottom: 0;
  }
  .page-footer .footer.content .copyright {
    margin: 0;
  }
}

ul.orange-dots,
ul.blue-dots {
  padding: 0;
  margin: 0 0 18px;
  list-style: none;
}
ul.orange-dots li,
ul.blue-dots li {
  display: flex;
  padding: 0;
  margin: 0 0 10px;
}
ul.orange-dots li:before,
ul.blue-dots li:before {
  content: "";
  background-color: #ffb300;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: block;
  margin-right: 14px;
  margin-top: 4px;
  flex: 0 0 13px;
}

ul.blue-dots li:before {
  background-color: #246AAD;
}

.page-main {
  padding-top: 20px;
}

.cms-index-index .page-main {
  max-width: 100%;
  background-color: #f5f5f5;
  padding-top: 40px;
}
.cms-index-index .page-main .page-title {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  display: block;
}
.cms-index-index .column.main {
  min-height: 0;
}
.cms-index-index .hero {
  width: 100%;
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  margin-bottom: 50px;
}
.cms-index-index .hero .hero-contents {
  color: #fff;
}
.cms-index-index .hero .hero-contents .col {
  max-width: 600px;
}
.cms-index-index .hero .hero-contents p {
  margin: 0 0 18px;
}
.cms-index-index .hero .hero-contents .hero-em {
  border-radius: 15px;
  border: 1px solid #ffb300;
  padding: 12px 25px;
}
.cms-index-index .hero .hero-contents .hero-em p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .cms-index-index {
    /*
    .hero {
      .hero-contents {
        ul {
          -moz-column-count: 2;
          -moz-column-gap: 20px;
          -webkit-column-count: 2;
          -webkit-column-gap: 20px;
          column-count: 2;
          column-gap: 20px;
          -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
          break-inside: avoid-column;

          li {
            break-inside: avoid-column;
          }
        }
      }
    }
     */
  }
}
@media screen and (min-width: 1200px) {
  .cms-index-index .hero .hero-contents {
    padding-left: 120px;
  }
}
@media screen and (max-width: 767px) {
  .cms-index-index .page-main {
    padding-top: 20px;
  }
  .cms-index-index .hero {
    padding: 20px 0;
    background-position: 0;
    margin-bottom: 30px;
  }
}

.sub-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.featured-categories {
  text-align: center;
  margin: 0 -15px 50px;
  position: relative;
  overflow: hidden;
}
.featured-categories .featured-categories-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.featured-categories .featured-categories-grid {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.featured-categories .featured-categories-grid .item {
  width: 100%;
  padding: 0 15px;
}
.featured-categories .item {
  margin-bottom: 30px;
}
.featured-categories .item .item-wrapper {
  background: #fff;
  border-radius: 7px;
  padding: 30px;
  height: 100%;
}
.featured-categories .item .category-thumb {
  height: 150px;
  display: flex;
  margin: 0 auto 8px;
  justify-content: center;
}
.featured-categories .item .category-thumb a {
  display: flex;
}
.featured-categories .item .category-thumb img {
  object-fit: contain;
}
.featured-categories .item .category-name {
  font-size: 16px;
  color: #3b3b3b;
  font-weight: 700;
}
.featured-categories .item .category-name:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  max-width: 98px;
  margin: 10px auto;
  background: #2c5a85;
}
@media screen and (min-width: 768px) {
  .featured-categories .featured-categories-grid .item {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .featured-categories .featured-categories-grid .item {
    width: 33.3333%;
  }
}
@media screen and (min-width: 1440px) {
  .featured-categories:before {
    content: "";
    width: 402px;
    height: 181px;
    display: block;
    background: url("../images/bg-2.png") 0 0 no-repeat;
    position: absolute;
    top: 50%;
    left: -290px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .featured-categories {
    margin-bottom: 10px;
  }
  .featured-categories .item .category-description {
    font-size: 12px;
  }
  .featured-categories .featured-categories-grid .item {
    margin-bottom: 10px;
  }
}

.featured-subcategories {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.featured-subcategories .item {
  margin-bottom: 30px;
}
.featured-subcategories .item .item-wrapper {
  display: block;
  background: #fff;
  border-radius: 7px;
  padding: 30px;
  height: 100%;
  text-decoration: none;
}
.featured-subcategories .item .category-thumb {
  height: 150px;
  display: flex;
  margin: 0 auto 8px;
  justify-content: center;
}
.featured-subcategories .item .category-thumb a {
  display: flex;
}
.featured-subcategories .item .category-thumb img {
  object-fit: contain;
}
.featured-subcategories .item .category-name {
  display: block;
  font-size: 16px;
  color: #3b3b3b;
  font-weight: 700;
}
.featured-subcategories .item .category-name:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  max-width: 98px;
  margin: 10px auto;
  background: #2c5a85;
}
@media screen and (max-width: 767px) {
  .featured-subcategories .item .category-description {
    font-size: 12px;
  }
  .featured-subcategories .featured-categories-grid .item {
    margin-bottom: 10px;
  }
}

.homepage-tiles {
  background-color: rgba(255, 255, 255, 0.62);
  width: 100%;
  padding: 70px 15px 40px;
}
.homepage-tiles .homepage-tiles-wrapper {
  max-width: 1110px;
  margin: 0 auto;
}
.homepage-tiles .homepage-tiles-wrapper > .row > div {
  margin-bottom: 30px;
}
.homepage-tiles .tile {
  background-color: #ebebeb;
  border-radius: 7px;
  padding: 40px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.homepage-tiles .tile .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
}
.homepage-tiles .tile .title:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  max-width: 98px;
  margin: 10px 0 0;
  background: #1ec96e;
}
.homepage-tiles .tile .badge {
  background-color: #1ec96e;
  border-radius: 26px;
  padding: 15px 25px;
  white-space: nowrap;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 16px;
  left: 40px;
}
.homepage-tiles .tile .image-wrapper {
  width: 100%;
  height: 153px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background-color: #ffffff;
  margin-bottom: 25px;
}
.homepage-tiles .tile .image-wrapper img {
  width: auto;
  height: auto;
}
.homepage-tiles .tile p:last-child {
  margin-bottom: 0;
  margin-top: auto;
  padding-top: 15px;
}
.homepage-tiles .tile.accent-orange .title:after,
.homepage-tiles .tile.accent-orange .badge {
  background-color: #ffb300;
}
@media screen and (max-width: 767px) {
  .homepage-tiles {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .homepage-tiles .tile {
    padding: 20px;
  }
  .homepage-tiles .tile .badge {
    top: 20px;
    left: 20px;
  }
  .homepage-tiles .tile .badge + .image-wrapper {
    margin-top: 20px;
  }
}

.homepage-logos {
  padding: 60px 0 50px;
  width: 100%;
  background-color: #f5f5f5;
}
.homepage-logos .homepage-logos-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage-logos .homepage-logo {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .homepage-logos {
    padding: 20px 7px 40px;
  }
  .homepage-logos .homepage-logo {
    padding: 0 7px;
  }
}

.downloads-wrapper {
  padding-bottom: 60px;
  margin: 0 auto;
  background-color: #f5f5f5;
  width: 100%;
}
.downloads-wrapper > .col-12 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.downloads-wrapper img {
  margin-right: 14px;
}
.downloads-wrapper .title {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}
.downloads-wrapper .title:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  max-width: 98px;
  margin: 5px 0 0;
  background: #2c5a85;
}
@media screen and (max-width: 991px) {
  .downloads-wrapper {
    padding-bottom: 0;
  }
  .downloads-wrapper .row > div {
    margin-bottom: 20px;
  }
}

.accor-title {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .page-layout-2columns-left .column.main {
    width: 80%;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20%;
  }
}

.catalog-product-view .product-info-main .product-items {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .products-grid {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .products-grid .product-item {
  margin-bottom: 15px;
}
.catalog-product-view .product-info-main .products-grid .product-item .product-item-info {
  width: 100%;
}
.catalog-product-view .product-info-main .products-grid .product-item .product-item-actions .aw-ctq-button-container {
  padding: 0;
  margin-right: 20px;
}
.catalog-product-view .product.data.items > .item.title > .switch {
  height: auto;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view .product-info-main .products-grid .product-item {
    width: 49%;
  }
}

.product-item-actions .aw-ctq-button-container {
  padding-bottom: 20px;
}
.product-item-actions .aw-ctq-button-container .toquotelist {
  margin-left: 0;
  font-size: 13px;
  border-radius: 29px;
  padding: 20px 30px;
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}

.product-options-bottom .box-tocart .fieldset,
.product-info-main .box-tocart .fieldset {
  display: flex;
}
.product-options-bottom .box-tocart .field.qty,
.product-options-bottom .box-tocart .actions,
.product-info-main .box-tocart .field.qty,
.product-info-main .box-tocart .actions {
  display: block;
  width: auto;
}
.product-options-bottom .box-tocart .field.qty .toquotelist,
.product-options-bottom .box-tocart .actions .toquotelist,
.product-info-main .box-tocart .field.qty .toquotelist,
.product-info-main .box-tocart .actions .toquotelist {
  width: auto;
  white-space: nowrap;
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}

.catalog-category-view.page-layout-2columns-right .breadcrumbs {
  padding-left: 0;
  margin-top: 0;
}
.catalog-category-view.page-layout-2columns-right .page-title-wrapper h1 {
  font-weight: 700;
  margin-bottom: 20px;
}
.catalog-category-view.page-layout-2columns-right .page-wrapper {
  background-color: #f5f5f5;
}
.catalog-category-view.page-layout-2columns-right .page-wrapper:before {
  display: none;
}
.catalog-category-view.page-layout-2columns-right .page-wrapper > .row {
  margin-left: 0;
  margin-right: 0;
}
.catalog-category-view.page-layout-2columns-right .featured-categories {
  background-color: #fbfbfb;
  margin: 0;
  padding: 60px 0 40px;
}
.catalog-category-view.page-layout-2columns-right .featured-categories:before {
  display: none;
}
@media screen and (min-width: 768px) {
  .catalog-category-view.page-layout-2columns-right .page-main {
    max-width: 1140px;
  }
  .catalog-category-view.page-layout-2columns-right .page-title-wrapper h1 {
    font-size: 25px;
  }
  .catalog-category-view.page-layout-2columns-right .columns {
    margin-left: -15px;
    margin-right: -15px;
  }
  .catalog-category-view.page-layout-2columns-right .column.main {
    width: 66.6667%;
    margin: 0;
    padding: 0 15px;
  }
  .catalog-category-view.page-layout-2columns-right .sidebar-main {
    width: 33.3333%;
    margin: 0;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-category-view.page-layout-2columns-right .columns .sidebar-main {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}

.sidebar .products-related,
.sidebar .product-brochure {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.sidebar .products-related .title,
.sidebar .product-brochure .title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.sidebar .products-related .title .block-icon,
.sidebar .product-brochure .title .block-icon {
  margin-right: 15px;
}
.sidebar .products-related .title strong,
.sidebar .product-brochure .title strong {
  display: inline-block;
}
.sidebar .products-related .title strong:after,
.sidebar .product-brochure .title strong:after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: #246aad;
  margin-top: 5px;
}
.sidebar .products-related .contents,
.sidebar .product-brochure .contents {
  padding: 0 15px;
}
.sidebar .products-related ul,
.sidebar .product-brochure ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .products-related ul li,
.sidebar .product-brochure ul li {
  margin-bottom: 4rem;
}
.sidebar .products-related ul li:last-child,
.sidebar .product-brochure ul li:last-child {
  margin-bottom: 0;
}

.filter .filter-subtitle,
.filter dt[data-filter=cat] {
  display: none;
}
.filter .items .item .count {
  display: none;
}
