.height-stable {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: "Roboto", "Barlow", sans-serif;
  font-size: 12px;
  height: 100%;
  width: 100wh;
  overflow: auto;
}

main {
  min-height: calc(100% - 80px);
}

.w-main-wrapper {
  min-height: calc(100% - 80px);
  display: flex;
  justify-content: flex-start;
}

header {
  width: 100%;
  height: 50px;
  background-color: rgb(240, 240, 240);
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(220, 220, 220);
  position: sticky;
  top: 0;
  z-index: 1999;
  box-shadow: 0 1px 4px rgba(169, 169, 182, 0.55);
}

button {
  border: 0;
  padding: 0;
  background-color: rgb(240, 240, 240);
}
button:focus {
  outline: 0;
}

.open-side-btn {
  margin-left: 25px;
  display: flex;
}

.hide-button {
  border: 1px rgb(240, 240, 240) solid;
  width: 26px;
  height: 23px;
  cursor: pointer;
}
.hide-button:hover {
  border: 1px rgb(208, 208, 208) solid;
  border-radius: 2px;
}
.hide-button .burger-btn {
  align-self: center;
  margin: 0 auto;
  opacity: 0.7;
}
.hide-button .burger-btn .bbar {
  width: 19px;
  height: 2px;
  background-color: rgb(0, 0, 0);
  margin: 3px auto;
}
.hide-button .burger-btn:hover, .hide-button .burger-btn:focus {
  opacity: 1;
}

.logo img {
  height: 40px;
  cursor: pointer;
  vertical-align: middle;
}

.nav-side {
  position: absolute;
  z-index: 2;
  top: 46px;
}

.side-details {
  display: none;
  min-width: 160px;
  min-height: 170px;
  left: 0px;
  top: 50px;
  border-left: 1px rgba(0, 0, 0, 0.15) solid;
  border-bottom: 1px rgba(0, 0, 0, 0.15) solid;
  border-right: 1px rgba(0, 0, 0, 0.15) solid;
  border-radius: 1px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 0 1px rgba(15, 20, 24, 0.07), 0 2px 12px rgba(15, 20, 24, 0.2);
  padding: 20px;
}
.side-details a {
  list-style: none;
  line-height: 2.333rem;
  font-size: 1.166rem;
  display: block;
  color: rgb(0, 113, 188);
  text-decoration: none;
}
.side-details a:hover, .side-details a:focus {
  color: rgb(0, 79, 236);
}

.rs {
  margin-left: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rs .rs-edge {
  margin: 0 25px;
}
.rs a {
  color: rgb(94, 94, 94);
  text-decoration: none;
  font-size: 1.166rem;
}
.rs a:hover, .rs a:focus {
  color: rgb(60, 60, 60);
  text-decoration: underline;
}

/* Dropdown Button */
.show {
  display: block;
}

.ms-c {
  position: absolute;
  left: 225px;
  top: 0px;
  background: rgb(240, 240, 240);
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-search-wrapper {
  border: 1px solid rgb(208, 208, 208);
  background-color: white;
  border-radius: 17px;
  width: 470px;
  height: 33px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  white-space: nowrap;
  font-size: 1.166rem;
}

.breadcrumbs-wrapper {
  margin: 6px 25px;
}

.breadcw-atl {
  margin: 5px 0;
}

.cr-root {
  font-size: 1.125rem;
  color: rgb(0, 113, 188);
  font-weight: 400;
}
.cr-root:hover {
  color: rgb(0, 79, 236);
}

.breadcrumbs {
  border-bottom: rgb(220, 220, 220) 1px solid;
  padding-bottom: 3px;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.75rem;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs p {
  font-size: 1.125rem;
  font-weight: 400;
}
.breadcrumbs .root-page {
  margin-right: 8px;
}
.breadcrumbs .root-page h2 {
  font-size: 1.125rem;
  color: rgb(0, 113, 188);
  font-weight: 400;
}
.breadcrumbs .root-page h2:hover {
  color: rgb(0, 79, 236);
}
.breadcrumbs .middle-dot {
  font-size: 3rem;
  margin-right: 8px;
}
.breadcrumbs .current-page {
  font-size: 1.125rem;
  font-weight: 100;
  color: rgb(40, 40, 40);
}

footer {
  height: 30px;
  width: 100%;
  background-color: rgb(240, 240, 240);
  color: rgb(40, 40, 40);
  display: flex;
}
footer .footer-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-self: center;
  margin: 0 25px;
  font-size: 1.166rem;
}
footer .footer-ls {
  display: flex;
  width: 50%;
}
footer .footer-item {
  margin-right: 20px;
}
footer a {
  color: rgb(94, 94, 94);
  text-decoration: none;
  font-size: 1.166rem;
}
footer a:hover, footer a:focus {
  color: rgb(60, 60, 60);
  text-decoration: underline;
}

.assets-container {
  float: right;
  background: white;
  margin: 5px 0 5px 10px;
  max-width: 360px;
  min-width: 250px;
  border: 1px solid rgb(220, 220, 220);
}
.assets-container .side-image {
  width: 100%;
  height: auto;
}
.assets-container .assets-object-title {
  padding: 4px 10px;
}
.assets-container .assets-object-title span {
  font-size: 1.125rem;
  font-weight: bold;
}
.assets-container .assets-mfg {
  padding: 10px;
}
.assets-container .assets-mfg span {
  font-size: 1.5rem;
  font-weight: bold;
}
.assets-container .assets-text {
  padding: 0 10px 5px;
}
.assets-container .assets-hl {
  width: 100%;
  border-bottom: 1px solid rgb(220, 220, 220);
  margin: 20px 0;
}
.assets-container .assets-mfg-text {
  padding: 0 10px 10px;
  line-height: 1.75rem;
  font-size: 1.166rem;
}
.assets-container .assets-mfg-url {
  text-decoration: none;
  color: rgb(0, 113, 188);
  padding-left: 3px;
}
.assets-container .assets-mfg-url:hover {
  color: rgb(0, 79, 236);
}

.clhd {
  display: none;
}

.mg25 {
  margin: 25px;
}

.mg-b2 {
  margin-bottom: 2px;
}

.mg-b5 {
  margin-bottom: 5px;
}

.mg-b10 {
  margin-bottom: 10px;
}

.mg-b25 {
  margin-bottom: 25px;
}

.mg-b15 {
  margin-bottom: 15px;
}

.mg-b20 {
  margin-bottom: 20px;
}

.mg-b25 {
  margin-bottom: 25px;
}

.mg-b30 {
  margin-bottom: 30px;
}

.mg-t50 {
  margin-top: 50px;
}

.mg-l25 {
  margin-left: 25px;
}

.mg-l20 {
  margin-left: 20px;
}

.mg-r25 {
  margin-right: 25px;
}

.flex-sb-fs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-sb-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-fs {
  display: flex;
  justify-content: flex-start;
}

.flex-fs-c {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-fs-fs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.fx-se-c {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.fx-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w100 {
  width: 100%;
}

.ovx {
  overflow-x: auto;
}

.ftbold {
  font-weight: 600;
}

@media (max-width: 900px) {
  header {
    box-shadow: none;
  }
  .ms-c {
    left: 0;
    top: 45px;
    width: 100%;
    box-shadow: 0 4px 2px -2px rgba(169, 169, 182, 0.55);
  }
  .main-search-wrapper {
    border-radius: 22px;
    height: 33px;
    width: calc(100% - 50px);
    margin-top: -5px;
  }
  .side-details {
    margin-top: 44px;
  }
  .breadcrumbs-wrapper, .breadcw-atl {
    margin-top: 50px;
  }
  .flatPage {
    margin-top: 30px;
  }
}
.slider-container {
  width: 100%;
  height: 110px;
  background-color: rgb(246, 246, 246);
  display: flex;
  justify-content: center;
  align-items: center;
}

.slides {
  display: flex;
  justify-content: center;
}

.slider-text {
  color: rgb(40, 40, 40);
  text-align: center;
  line-height: 3.125rem;
}
.slider-text h3 {
  font-size: 1.83rem;
}
.slider-text h1 {
  font-size: 2.17rem;
}

.catalog-vellum {
  background-color: rgb(252, 252, 252);
}

.container {
  margin: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.products-by {
  font-size: 1.333rem;
}

#root-cat {
  margin: 5px 0;
}

.root-title-header {
  height: 27px;
  border-radius: 3px;
  background-color: rgb(240, 240, 240);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.root-title-header .root-title-header-ls {
  margin-left: 10px;
}
.root-title-header .root-title-header-ls a {
  color: rgb(0, 113, 188);
  text-decoration: none;
  font-size: 1.5rem;
}
.root-title-header .root-title-header-ls a:hover {
  color: rgb(0, 79, 236);
}
.root-title-header .root-title-header-rs {
  margin-right: 15px;
}
.root-title-header .root-title-header-rs a {
  color: rgb(0, 113, 188);
  text-decoration: none;
  font-size: 1.08rem;
}
.root-title-header .root-title-header-rs a:hover {
  color: rgb(0, 79, 236);
}

.sub-row-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sub-row-wrapper a {
  color: rgb(0, 113, 188);
  text-decoration: none;
}
.sub-row-wrapper a:hover {
  color: rgb(0, 79, 236);
}

.index-sub-wrapper {
  margin: 4px 10px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 125px;
  height: 155px;
}
.index-sub-wrapper:hover {
  box-shadow: 0 0 0 1px rgba(15, 20, 24, 0.07), 0 1px 13px rgba(11, 17, 24, 0.15);
  border-radius: 2px;
  transition: 0.3s;
}

.sub-img-wrapper {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
}

.index-img-size {
  margin-top: 5px;
}
.index-img-size img {
  height: 80px;
}

.index-sub-title-wrapper {
  margin-bottom: 3px;
  width: 112px;
  height: 57px;
  text-align: center;
  text-overflow: ellipsi;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .slider-container {
    margin-top: 35px;
  }
}
@media screen and (max-width: 699px) {
  .slider-container {
    height: 8.75rem;
  }
  .slider-container h1 {
    font-size: 2.125rem;
  }
  .slider-container h3 {
    font-size: 1.66rem;
  }
  .slider-text div {
    line-height: 2.66rem;
  }
}
@media screen and (max-width: 480px) {
  .slider-container {
    height: 7.5rem;
  }
  .slider-container h1 {
    font-size: 1.5rem;
  }
  .slider-container h3 {
    font-size: 1.25rem;
  }
  .slider-text div {
    line-height: 2rem;
  }
  .sub-row-wrapper {
    justify-content: center;
  }
}/*# sourceMappingURL=home.css.map */