*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #f4f4f4;
  color: #282828;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #b30005;
}

img {
  max-width: 100%;
  height: auto;
}

.site-header {
  padding: 12px 0 16px;
}

.site-header > .container {
  padding-left: 0;
  padding-right: 0;
}

.site-header-shell {
  display: table;
  width: 100%;
  min-height: 108px;
  background: #fff;
  border: 1px solid #ececec;
}

.site-logo,
.site-header-main {
  display: table-cell;
  vertical-align: middle;
}

.site-logo {
  width: 170px;
  padding: 14px 18px;
  text-align: center;
  border-right: 1px solid #ececec;
}

.hry-wide-logo {
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.site-header-main {
  width: auto;
}

.site-contact-bar {
  min-height: 40px;
  padding: 8px 16px;
  text-align: center;
  border-bottom: 1px solid #ececec;
  color: #222;
}

.site-contact-link {
  font-weight: 700;
}

.site-navbar {
  min-height: 62px;
  padding: 0 16px;
}

.site-menu .nav-link {
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 8px;
}

.site-menu .nav-item + .nav-item {
  margin-left: 18px;
}

.site-menu .nav-link:hover,
.site-menu .nav-link:focus,
.site-menu .nav-link.show {
  color: #b30005;
}

.site-category-menu {
  width: 560px;
  max-width: 86vw;
  padding: 14px;
  border: 1px solid #ececec;
  border-radius: 0;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.site-category-menu .dropdown-item {
  padding: 7px 10px;
  line-height: 1.35;
  white-space: normal;
}

.site-search-form {
  position: relative;
  width: 100%;
  max-width: 380px;
  margin-left: auto;
}

.site-search-form input[type="search"] {
  width: 100%;
  height: 42px;
  padding: 0 52px 0 12px;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  color: #333;
  background: #fff;
  -webkit-appearance: none;
  appearance: none;
}

.site-search-form .button-search {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  color: #777;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3E%3Ccircle%20cx='10.5'%20cy='10.5'%20r='6.5'%20fill='none'%20stroke='%23777'%20stroke-width='2.6'/%3E%3Cpath%20d='M16%2016l5%205'%20fill='none'%20stroke='%23777'%20stroke-width='2.8'%20stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  line-height: 1;
  overflow: hidden;
  transform: translateY(-50%);
}

.site-search-form .button-search .fa {
  display: none !important;
}

.site-search-form .button-search::before,
.site-search-form .button-search::after {
  content: none;
  display: none;
}

.site-mobile-toggle {
  width: 44px;
  height: 42px;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  color: #222;
}

.site-search-mobile {
  max-width: none;
  margin: 0;
  padding: 0 16px 14px;
}

.site-mobile-nav {
  max-width: 86%;
}

.site-mobile-link {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #efefef;
  color: #222;
}

.site-mobile-heading {
  margin-top: 18px;
  padding-bottom: 6px;
  color: #777;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.hrywide {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 24px;
}

#breadcrumb {
  width: 100%;
  margin: 0 0 16px;
}

#breadcrumb .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0 0 12px;
  background: transparent;
  border-bottom: 1px solid #ededed;
  border-radius: 0;
}

#breadcrumb .breadcrumb li {
  display: flex;
  align-items: center;
  max-width: 100%;
  line-height: 1.5;
}

#breadcrumb .breadcrumb li + li::before {
  content: "/";
  margin: 0 8px;
  color: #a0a0a0;
}

#breadcrumb .breadcrumb a {
  display: inline-block;
}

#content {
  width: 100%;
}

.promotion {
  padding-bottom: 18px;
}

.promotion .container {
  background: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
}

.product-filter {
  margin-bottom: 14px;
  color: #555;
}

.page-view {
  text-align: right;
}

.page-action {
  display: inline-block;
  padding: 0 8px;
  color: #aaa;
}

.page-action.action {
  color: #222;
}

.product-grid .products-block {
  width: 100%;
}

.products-row {
  --bs-gutter-x: 18px;
  --bs-gutter-y: 18px;
  margin-bottom: 18px;
}

.product-block {
  background: #fff;
  margin-bottom: 0;
}

.product-block .image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  background: #f7f7f7;
}

.product-block .face,
.product-block .image a,
.product-block .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-block .image img {
  display: block;
  object-fit: cover;
}

.product-block .image a:focus {
  outline: 2px solid #222;
  outline-offset: 2px;
}

.product-meta {
  padding: 8px 0 2px;
}

.product-meta .name {
  min-height: 34px;
  margin: 0 0 5px;
  overflow: hidden;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.product-meta .name a {
  display: block;
  color: inherit;
}

.product-meta .item-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #666;
  line-height: 1.35;
}

.product-copy {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #b7b7b7;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.35;
  cursor: pointer;
}

.product-copy:hover,
.product-copy:focus,
.product-copy.is-copied {
  color: #222;
}

.pagination {
  display: block;
  margin-top: 16px;
  text-align: center;
}

.pagination .links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.pagination a,
.pagination b,
.pagination span {
  min-width: 34px;
  padding: 6px 9px;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #333;
}

.pagination b {
  background: #222;
  color: #fff;
  border-color: #222;
}

.category-info {
  margin-bottom: 16px;
}

.category-info h1 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
}

.nosrtlist {
  margin-bottom: 8px;
}

.nosrtlist a {
  display: block;
  padding: 8px 10px;
  border: 1px solid #ececec;
  background: #fff;
}

.nosrtlist a.active {
  border-color: #222;
  font-weight: 700;
}

.nsort-count {
  color: #777;
}

.brand-list {
  --bs-gutter-x: 14px;
  --bs-gutter-y: 10px;
  margin: 0 0 18px;
}

.brand-list-item {
  margin-bottom: 10px;
}

.brand-img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 8px;
  border: 1px solid #ececec;
  background: #fff;
  text-align: center;
}

.brand-img img {
  display: block;
  max-width: 78%;
  max-height: 42px;
  width: auto;
  margin: 0 auto;
  object-fit: contain;
}

.brand-img-text-only {
  background: #fff !important;
}

.brand-fallback-text {
  display: block;
  color: #222;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.other-list,
.comfirm-brand {
  margin-bottom: 18px;
}

.other-list h2,
.comfirm-brand h2 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
}

.other-list-con {
  width: 100%;
}

.other-list .back-sort {
  margin-bottom: 14px;
}

.kxaasize {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 18px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kxaasize .nosrtlist {
  min-width: 0;
  margin: 0;
}

.kxaasize .nosrtlist a {
  display: block;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid #ececec;
  background: #fff;
  color: #333;
  line-height: 1.35;
  text-transform: uppercase;
}

.kxaasize .nosrtlist a.active {
  border-color: #222;
  background: #222;
  color: #fff;
}

.back-sort a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid #222;
  background: #fff;
  font-weight: 700;
}

.back-sort a .fa {
  margin-left: 8px;
}

.box.category {
  margin-bottom: 18px;
  border: 1px solid #ececec;
  background: #fff;
}

.box-heading {
  padding: 12px 14px;
  border-bottom: 1px solid #ececec;
  font-weight: 700;
}

.box-category {
  list-style: none;
  margin: 0;
  padding: 8px 14px 12px;
}

.box-category li {
  list-style: none;
}

.box-category a {
  display: block;
  padding: 7px 0;
  color: #333;
}

.box-category a.active {
  color: #b30005;
  font-weight: 700;
}

.box-category .badge {
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  vertical-align: baseline;
}

.box-category ul {
  margin: 0 0 8px 12px;
  padding: 0;
}

.search-criteria-form {
  margin-bottom: 22px;
}

.search-criteria-form .control-label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}

.search-criteria-row {
  --bs-gutter-x: 14px;
  --bs-gutter-y: 10px;
}

.search-criteria-form .form-control,
.search-criteria-form .btn {
  min-height: 42px;
}

.search-criteria-form .btn {
  min-width: 92px;
}

.product-info {
  margin-bottom: 24px;
}

.product-info > .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.product-info > .container > .row {
  --bs-gutter-x: 34px;
  align-items: flex-start;
}

.product-info .column-info {
  padding-left: 20px;
  font-size: 14px;
}

.wrapper-product-detail {
  background: #fff;
}

.product-info .item-number {
  padding: 16px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  font-size: 18px;
  font-weight: 700;
}

.product-info .description {
  margin: 12px 0 0;
  padding: 12px 0;
  color: #626262;
  line-height: 1.8;
}

.product-info .description li {
  margin-bottom: 3px;
}

.product-info .description span {
  color: #222;
  font-weight: 700;
}

.tabs-group {
  margin-top: 20px;
}

.tabs-group .nav {
  border-bottom: 1px solid #e5e5e5;
}

.tabs-group .nav a {
  display: block;
  padding: 10px 14px;
  background: #222;
  color: #fff;
  font-weight: 700;
}

.tabs-group .tab-content {
  padding: 14px 0;
}

.tabs-group table {
  max-width: 100%;
}

.product-gallery {
  width: 100%;
  max-width: 760px;
}

.product-main-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #f7f7f7;
  cursor: zoom-in;
  line-height: 0;
}

.product-main-frame {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  background: #f7f7f7;
}

.product-main-frame img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-thumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 12px 0 0;
  gap: 8px;
}

.product-thumb-button {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  margin: 0;
  padding: 2px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}

.product-thumb-button.is-active {
  border-color: #222;
}

.product-thumb-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-lightbox-links {
  display: none;
}

.site-check-panel {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 40px;
}

.loginColumns {
  max-width: 420px;
}

.ibox-content {
  padding: 20px;
  border: 1px solid #ececec;
  background: #fff;
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid #222;
  border-radius: 50%;
  background: #fff;
  color: #222;
}

.back-to-top.is-visible {
  display: block;
}

.site-footer {
  height: 16px;
}

@media (max-width: 991.98px) {
  .site-header {
    padding-top: 10px;
  }

  .site-header-shell,
  .site-logo,
  .site-header-main {
    display: block;
    width: 100%;
  }

  .site-logo {
    border-right: 0;
    border-bottom: 1px solid #ececec;
    padding: 12px;
  }

  .hry-wide-logo {
    width: 74px;
    height: 74px;
  }

  .site-navbar {
    min-height: 54px;
    padding: 8px 16px;
  }

  .site-contact-bar {
    font-size: 13px;
  }

  .product-info > .container > .row {
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .product-info .column-image,
  .product-info .column-info {
    padding-left: 0;
    padding-right: 0;
  }

  .product-info .column-info {
    padding: 20px 12px 0;
  }

  .product-info .item-number {
    font-size: 18px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .product-info .description {
    font-size: 14px;
  }

  .product-info .description li {
    overflow-wrap: anywhere;
  }

  .kxaasize {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  body {
    font-size: 13px;
  }

  .container,
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hrywide {
    padding-top: 12px;
  }

  .site-contact-bar {
    padding-left: 8px;
    padding-right: 8px;
  }

  .product-thumb-button {
    width: 58px;
    height: 58px;
  }

  .brand-list {
    --bs-gutter-x: 8px;
    --bs-gutter-y: 8px;
  }

  .brand-list-item {
    margin-bottom: 8px;
  }

  .brand-img {
    min-height: 58px;
    padding: 5px;
  }

  .brand-img img {
    max-width: 84%;
    max-height: 30px;
  }

  .brand-fallback-text {
    font-size: 11px;
  }

  .product-meta {
    padding-top: 6px;
  }

  .product-meta .name {
    min-height: 31px;
    font-size: 11px;
  }

  .product-meta .item-number,
  .product-copy {
    font-size: 12px;
  }

  .kxaasize {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .site-check-panel {
    padding: 16px 8px;
  }
}
