body {
  direction: ltr;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  line-height: 1.42857;
  background: #fff;
  margin: 0;
  overflow-x: hidden;
}

a {
  color: #000;
  text-decoration: none;
}

form {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.img-fluid,
.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 1290px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9px;
  padding-right: 9px;
  box-sizing: border-box;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-left: -9px;
  margin-right: -9px;
}

.header-nav .topnav,
.header-nav .bottomnav {
  position: relative;
}

.ApRow {
  position: relative;
}

.topnav .wrapper .container .row {
  display: flex;
}

.topnav .wrapper .container .row>div:first-child:not(.mega-col) {
  width: auto;
  padding-right: 0;
  max-width: 60%;
}

.group-service-product {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  align-items: center;
}

.topnav .wrapper .container .row>div:last-child:not(.mega-col) {
  flex: 1;
  padding-left: 0;
}

.header-nav .container {
  color: #999;
}

.navbar-header {
  display: none;
}

#leo-megamenu .navbar-toggle {
  height: 36px;
  width: 36px;
  line-height: 36px;
  padding: 0 8px;
  background: #1d9fae;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin: 8px 0;
}

.topnav .wrapper .container .row>div:last-child .ApRawHtml {
  flex: 1;
}

.service-nav {
  padding: 5px 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}

.service-nav:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.service-nav:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 18px;
  background: #ddd;
  right: 0;
  top: 12px;
}

.service-nav:last-child:after {
  display: none;
}

.service-nav .image_description {
  position: static;
  padding: 0 0 0 10px;
  font-family: var(--font-family-base);
}

.topnav .ApImage .image_description p {
  margin: 0;
}

.service-nav .title_block {
  font-size: 14px;
  color: #162b53;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
}

.header-nav .bottomnav {
  background: #fff;
}

#megamenu li {
  display: block;
  float: left;
  vertical-align: middle;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

#leo-megamenu #megamenu {
  display: block;
}

#megamenu li>a {
  padding: 14px 6px;
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #162b53;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}


.bottomnav .ApRow {
  display: flex;
  align-items: center;
}

.col-xl-9 {
  float: left;
  width: 75%;
}

.header_logo {
  padding: 27px 0;
}

.col-xl-3 {
  float: left;
  width: 25%;
}

.col-xl-5 {
  float: left;
  width: 41.66667%;
}

.col-xl-6 {
  float: left;
  width: 50%;
}

.col-sp-10 {
  float: left;
  width: 83.33333%;
}

.col-sp-2 {
  float: left;
  width: 16.66667%;
}

.contact-top {
  min-width: 236px;
  padding: 8px 10px;
}

.contact-top.ApRawHtml {
  float: right;
  margin-top: -17px;
  padding: 6px 0 10px;
  position: relative;
}

.hidden-md-up {
  display: none !important;
}

.email-contact-top {
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  bottom: -15px;
  left: auto;
}

.email-contact-top a {
  color: #082541;
}

.header-top {
  background: #f4f9fd;
}

.col-search {
  flex: 1;
}

.header-top #leo_search_block_top {
  margin: 4px 0;
}

#leo_search_block_top .title_block {
  display: none;
}

form#leosearchtopbox {
  margin: 0;
}

#leo_search_block_top .block_content {
  position: relative;
  background: #fff;
  height: 40px;
  width: 100%;
  border-radius: 4px;

}

#leo_search_block_top .block_content .leoproductsearch-result {
  position: relative;
}

.leoproductsearch-loading {
  opacity: 0;
  visibility: hidden;
}

.form-control:placeholder {
  color: #999;
  opacity: 1;
}

#leo_search_block_top .block_content #leo_search_top_button {
  float: left;
  background: #0991A1;
  color: #fff;
  border: none;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  font-size: 13px;
  top: 0;
  right: 0;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  top: 4px;
  right: 4px;
}

#leo_search_block_top .block_content #leo_search_top_button i {
  font-size: 0;
  position: absolute;
  inset: 0;
  background-image: url('data:image/svg+xml,<svg fill="%23fff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M18 10.2c0 1.721 -0.559 3.311 -1.5 4.601l4.747 4.751c0.469 0.469 0.469 1.23 0 1.699s-1.23 0.469 -1.699 0L14.801 16.5c-1.29 0.941 -2.88 1.5 -4.601 1.5 -4.309 0 -7.8 -3.491 -7.8 -7.8S5.891 2.4 10.2 2.4s7.8 3.491 7.8 7.8M10.2 15.6c2.981 0 5.4 -2.419 5.4 -5.4s-2.419 -5.4 -5.4 -5.4 -5.4 2.419 -5.4 5.4 2.419 5.4 5.4 5.4"/></svg>');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.top-right-header {
  width: fit-content;
  display: flex;
  justify-content: flex-end;
}

#_desktop_cart {
  position: relative;
  float: right;
}

#_desktop_cart .cart-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

#_desktop_cart .cart-preview .shopping-cart {
  width: 45px;
  height: 32px;
  display: inline-block;
  background: url(../img/modules/appagebuilder/img/items-new.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: -38px 0;
}

#_desktop_cart .cart-products-count {
  position: absolute;
  top: 0;
  right: 5px;
  left: auto;
  color: #fff;
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0;
  font-size: 9px;
  font-weight: 700;
  text-align: center;
  background: #4aa1b7;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

#_desktop_cart .cart-text {
  display: inline-block;
  vertical-align: middle;
}

#_desktop_cart .cart-preview .cart-title {
  line-height: 46px;
  height: 46px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  display: block;
}

.top-right-header .ApLink::before {
  content: "|";
  font-size: 20px;
  color: #fff;
  opacity: .4;
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px 0 19px;
}

.top-right-header .ApLink ul {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}

.top-right-header .ApLink a {
  display: flex;
  line-height: 46px;
  height: 46px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.ti-widget[data-layout-id="117"][data-set-id="light-background"] .ti-icon img {
  width: 34px !important;
  height: 34px !important;
  vertical-align: middle;
}

.ti-widget[data-layout-id="117"][data-set-id="light-background"] .ti-header {
  text-align: left;
  color: black;
  align-self: center;
  margin-right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  transition: 300ms ease-out;
}

.ti-widget[data-layout-id="117"][data-set-id="light-background"] .ti-inner {
  display: inline-block;
}

.ti-widget[data-layout-id="117"][data-set-id="light-background"] .ti-first-row,
.ti-widget[data-layout-id="117"][data-set-id="light-background"] .ti-second-row,
.ti-widget[data-layout-id="117"][data-set-id="light-background"] .ti-third-row {
  display: flex;
  width: 100%;
}

.ti-widget[data-layout-id="117"][data-set-id="light-background"] .ti-title-text {
  display: inline-block;
  font-weight: 600;
  white-space: nowrap;
  flex: 0 0 auto;
  margin-right: 10px;
}

.ti-widget[data-layout-id="117"][data-set-id="light-background"] .ti-platform-block {
  display: inline-block;
  text-align: right;
  white-space: nowrap;
  flex: 0 0 auto;
}

.ti-widget[data-layout-id="117"][data-set-id="light-background"] .ti-stars {
  position: relative;
  top: 2px;
  display: inline-block;
}

.ti-widget[data-layout-id="117"][data-set-id="light-background"] .ti-stars .ti-star {
  width: 14px !important;
  height: 14px !important;
  display: inline-block;
  vertical-align: unset;
  margin-right: 1px !important;
  background: none !important;
}

.ti-widget[data-layout-id="117"][data-set-id="light-background"] .ti-first-row,
.ti-widget[data-layout-id="117"][data-set-id="light-background"] .ti-second-row,
.ti-widget[data-layout-id="117"][data-set-id="light-background"] .ti-third-row {
  display: flex;
  width: 100%;
}

.ti-widget[data-layout-id="117"][data-set-id="light-background"] .ti-verified-block {
  display: inline-block;
  font-size: 10px;
  white-space: nowrap;
  flex: 0 0 auto;
}

.ti-widget[data-layout-id="117"][data-set-id="light-background"] img {
  display: inline-block !important;
  padding: 0px !important;
  margin: 0px !important;
  margin-right: 0px;
  min-width: initial !important;
  max-width: initial !important;
  border: 0px !important;
  border-radius: 0px !important;
}

.ti-widget[data-layout-id="117"][data-set-id="light-background"] .ti-verified-block .ti-platform-icon {
  width: 11px;
  height: 11px;
  margin-right: 1px !important;
  vertical-align: middle;
  position: relative;
  top: -1.5px;
}

.ti-widget[data-layout-id="117"][data-set-id="light-background"] strong,
.ti-widget[data-layout-id="117"][data-set-id="light-background"] strong * {
  font-weight: 600 !important;
}

.ti-widget-container {
  display: flex;
  justify-content: center;
}

#leo-verticalmenu .box-content {
  display: none;
}

.leo-verticalmenu .title_block {
  margin: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  background: #fa6f3a;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.leo-verticalmenu .title_block:after {
  content: "";
  width: 30px;
  height: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
  color: #fa6f3a;
  position: absolute;
  top: 7px;
  right: 10px;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml,<svg fill="%23fa6f3a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M16.466 11.153a1.2 1.2 0 0 1 0 1.698l-6 6a1.201 1.201 0 0 1 -1.698 -1.698L13.92 12 8.771 6.847a1.201 1.201 0 0 1 1.698 -1.698l6 6z"/></svg>');
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

#leo_search_block_top .block_content .leoproductsearch-result .search_query {
  color: #414141;
  height: 40px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  padding: 0 12px;
  background: transparent;
  border: none;
  border-radius: 0px;
}


[class*="col-"] {
  padding-left: 9px;
  padding-right: 9px;
}

.header-top .ApRow {
  display: flex;
  flex-wrap: wrap;
}

.sticky-add-to-cart,
.sticky-add-to-cart-position {
  display: none;
}


#slideshow .slide-home {
  width: 77%;
}

#slideshow .banner-slide-top {
  width: 23%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.home-banner.ApImage {
  font-size: 42px;
  font-weight: 100;
  color: #4d648d;
  position: relative;
}

.home-banner.ApImage .image_description {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 70px;
  flex-direction: column;
  align-items: start;
  text-align: left;
}

.home-banner.ApImage .image_description>div.home-banner-title {
  font-size: 57px;
  font-weight: bold;
  color: #283654;
  line-height: 58px;
  margin-bottom: 10px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

.home-banner.ApImage .image_description>div {
  position: relative;
}

.home-banner-desc {
  font-size: 31px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  font-weight: 400;
  color: #0991a1;
  margin-bottom: 10px;
}

.home-banner-button {
  bottom: -40px;
}

.home-banner-button a {
  color: #fff;
  position: relative;
  margin: auto;
  padding: 8px 55px 8px 15px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 25px;
  display: inline-block;
  background: #fa6f3a;
}

.home-banner-button a i {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
  color: #fa6f3a;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 2px;
  z-index: 2;
  margin: auto;
  background-image: url('data:image/svg+xml,<svg fill="%23fa6f3a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M16.466 11.153a1.2 1.2 0 0 1 0 1.698l-6 6a1.201 1.201 0 0 1 -1.698 -1.698L13.92 12 8.771 6.847a1.201 1.201 0 0 1 1.698 -1.698l6 6z"/></svg>');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-slide-top .banner-slide {
  position: relative;
}

.banner-slide-top .image_description {
  position: absolute;
  inset: 0;
  padding: 20px 11px;
}

.small-banner-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  color: #283654;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.small-banner-button {
  position: absolute;
  bottom: 20px;
  text-align: center;
  display: block;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.small-banner-button a {
  color: #002955;
  position: relative;
  margin: auto;
  padding: 7px 55px 7px 10px;
  background: #fff;
  border: 1px solid #002955;
  border-radius: 3px;
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  display: inline-block;
}

.small-banner-button a i {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  background-color: #0991a1;
  color: #fff;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 2px;
  z-index: 2;
  margin: auto;
  background-image: url('data:image/svg+xml,<svg fill="%23fff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M16.466 11.153a1.2 1.2 0 0 1 0 1.698l-6 6a1.201 1.201 0 0 1 -1.698 -1.698L13.92 12 8.771 6.847a1.201 1.201 0 0 1 1.698 -1.698l6 6z"/></svg>');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;

}

.box-manufacturers {
  margin-top: 30px;
}

.manufacturers_block {
  position: relative;
}

.manufacturers_block .block_content {
  padding: 30px 0;
  border-top: 1px dashed #dedede;
}

.box-manufacturers .title_block {
  margin: 0 !important;

  position: absolute;
  top: 11px;
  left: 9px;
  z-index: 2;
  font-weight: normal;
}

.ApRawHtml .title_block {
  margin: 15px auto 25px;
}

.ApRawHtml .title_block,
.box-manufacturers .title_block {
  font-size: 23px;
  text-transform: none;
  color: black;
  background: white;
  display: inline-block;
  padding: 0 10px 0 33px;
  position: relative;
  font-weight: 400;
}

.ApRawHtml .title_block::before,
.box-manufacturers .title_block::before {
  width: 30px;
  height: 25px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://psv8.promotionalproductexperts.com.au/themes/leo_ace/assets/img/modules/appagebuilder/img/items.png") no-repeat;
  background-position: -225px -7px;
}

.carousel {
  position: relative;
  overflow: hidden;
}

.custom__manufacturers .manufacturer-item span {
  display: none;
}

.custom__manufacturers .carousel-inner {
  width: 100%;
}


.custom__manufacturers .carousel-item {
  display: flex;
  width: max-content;
}

.custom__manufacturers .carousel-item img {
  height: 60px;
  margin-right: 10px;
}

.custom__manufacturers .manufacturer-item {
  padding: 0 10px;
}

.group-product-tab {
  padding: 0 15px;
  border: 5px solid #1d9fae;
}

.group-product-tab .ApRawHtml {
  margin-top: -25px;
  text-align: left;
}

.manufacturers_block img {
  width: 100%;
}

#_desktop_cart .header {
  display: flex;
  align-items: center;
  width: max-content;
}

.top-right-header  .block.ApBlockLink {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .hidden-desktop {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #_desktop_cart .cart-preview .shopping-cart {
    width: 45px;
    height: 45px;
    display: inline-block;
    background: url('https://psv8.promotionalproductexperts.com.au/themes/leo_ace/assets/img/modules/appagebuilder/img/icon-cart-mobile.png') no-repeat;
    background-position: center;
    background-size: 38px;
  }

  #_desktop_cart .cart-products-count {
    top: 6px;
    right: 2px;
    left: auto;
    font-size: 10px;
    font-weight: 400;
  }

  .header_logo {
    padding: 15px 0;
  }

  .header_logo {
    margin-left: 0 !important;
  }

  .hidden-sm-down {
    display: none !important;
  }

  .header-top .wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    background: #f9f8fe !important;
    display: flex;
    box-align: center;
    align-items: center;
  }

  .leo-verticalmenu .title_block {
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 5px;
    background-color: transparent;
    padding: 0;
  }

  .leo-verticalmenu .title_block:after,
  .leo-verticalmenu .title_block span {
    display: none;
  }

  .leo-verticalmenu .title_block:before {
    display: block !important;
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26" width="26" height="26"><path d="M3.9 6.5c0 -0.719 0.581 -1.3 1.3 -1.3h15.6c0.719 0 1.3 0.581 1.3 1.3s-0.581 1.3 -1.3 1.3H5.2c-0.719 0 -1.3 -0.581 -1.3 -1.3m0 6.5c0 -0.719 0.581 -1.3 1.3 -1.3h15.6c0.719 0 1.3 0.581 1.3 1.3s-0.581 1.3 -1.3 1.3H5.2c-0.719 0 -1.3 -0.581 -1.3 -1.3m18.2 6.5c0 0.719 -0.581 1.3 -1.3 1.3H5.2c-0.719 0 -1.3 -0.581 -1.3 -1.3s0.581 -1.3 1.3 -1.3h15.6c0.719 0 1.3 0.581 1.3 1.3" fill="%2300222b"/></svg>');
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .header-top #leo_search_block_top {
    margin: 0 0 0 -12px;
  }

  form#leosearchtopbox {
    border: 1px solid #dddddd;
    border-radius: 3px;
  }

  #leo_search_block_top .block_content #leo_search_top_button {
    box-shadow: none;
    background: #1d9fae;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
    aspect-ratio: 1;
    border-radius: 3px;
  }

  .header-top .ApRow>div {
    width: auto;
  }

  .home-banner-mobile {
    position: relative;
  }

  .home-banner-mobile img {
    max-width: 100%;
  }

  .home-banner-mobile .image_description {
    position: absolute;
    left: 50%;
    top: 86%;
    transform: translateX(-50%);
  }

  .ApImage .image_description p {
    margin-bottom: 9px;
  }

  .home-banner-mobile .image_description a {
    color: #fff;
    position: relative;
    margin: auto;
    padding: 7px 55px 7px 15px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    background: #fa6f3a;
    font-family: "Fira Sans Condensed", sans-serif;
    min-height: 46px;
    width: max-content;
    box-sizing: border-box;
  }

  .home-banner-mobile .image_description a::after {
    content: "";
    width: 30px;
    height: 30px;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    background-color: #fff;
    color: #fa6f3a;
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('data:image/svg+xml,<svg fill="%23fa6f3a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M16.466 11.153a1.2 1.2 0 0 1 0 1.698l-6 6a1.201 1.201 0 0 1 -1.698 -1.698L13.92 12 8.771 6.847a1.201 1.201 0 0 1 1.698 -1.698l6 6z"/></svg>');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
  }
  p {
    margin-top: 0;
  }
      .box-manufacturers .title_block {
        position: relative;
    }
        .box-manufacturers .title_block {
        inset: auto;
        font-size: 14px;
        line-height: 22px;
        color: #072441;
        padding: 8px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: var(--font-family-base);
    }
        .box-manufacturers .title_block:before, .category--title .block::before, .category--title .block::after, .box-manufacturers .title_block:after {
        content: "";
        position: absolute;
        top: 50%;
        height: 1px;
        background: #e8e8e8;
        width: auto;
    }
        .box-manufacturers .title_block::before, .category--title .block::before {
        left: -10px;
        padding-left: 9999px;
        margin-left: -9999px;
    }
        .box-manufacturers .title_block:after, .category--title .block::after {
        right: -10px;
        padding-right: 9999px;
        margin-right: -9999px;
    }
    .box-manufacturers {
        text-align: center;
        margin-top: 16px;
        margin-bottom: 0;
    }
    .manufacturers_block .block_content {
      border: none;
      padding: 0;
    }
    .box__accordion .title_block {
        inset: auto;
        border-top: none;
        font-size: 14px;
        line-height: 20px;
        background: #072441;
        padding: 8px 16px;
        margin-bottom: 8px;
        font-weight: 600;
        color: #fff;
        display: block;
        text-transform: uppercase;
    }
        .ap-accordion .panel-default .panel-heading {
        padding: 12px;
        margin-bottom: 0;
        background: #f4f4f4;
        border-color: #f4f4f4;
        border-radius: 0;
    }
    .panel-heading h4, .panel-heading h3, .panel-heading .h4 {
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    height: 40px;
    display: flex
;
    align-items: center;
}

.ap-accordion .panel-default .panel-title a {
        font-size: 13px;
        line-height: 24px;
        font-weight: 600;
        color: #072441;
    }
.topnav .wrapper .container .row {
  justify-content: center;
  padding: 4px 0;
}
}

/* category page */

.card-top {
  position: relative;
}
.card-top-header {
  position: relative;
}

.page-cms .card-top-header img, .page-contact .card-top-header img, .card-top-header img {
    height: 140px;
    margin-top: 0;
    width: 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .card-top-header-title {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex
;
        align-items: center;
        padding: 0 40px 0;
    }
}

.page-cms .card-top-header-title h1, .page-contact .card-top-header-title h1, .card-top-header-title h1 {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #273755;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: .01em;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0;
}

.page-cms .card-top-header-title h2, .page-contact .card-top-header-title h2, .card-top-header-title h2 {
    font-size: 20px;
    line-height: 33px;
    font-weight: 500;
    margin-bottom: 0;
    color: #0991a1;
    text-transform: none;
    letter-spacing: .01em;
    margin-top: 0;
}
@media (min-width: 768px) {
    #category #wrapper .breadcrumb {
        margin-bottom: 0;
    }
}
#wrapper .breadcrumb {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    background: transparent;
    padding: 10px 0;
    color: #283655;
}
.breadcrumb {
    list-style: none;
    border-radius: .25rem;
}
#wrapper .breadcrumb ol {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}
#wrapper .breadcrumb ol>li {
    display: inline-block;
    vertical-align: middle;
}

#wrapper .breadcrumb ol>li a {
    color: #777;
    font-weight: 400;
}
#wrapper .breadcrumb ol>li>span {
    font-weight: 600;
}