/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/style.scss ***!
  \*********************************************************************************************************/
/* Bulma Utilities */
html {
  height: 100%; }

body {
  height: 100%;
  padding: 0;
  margin: 0; }

.container {
  height: 100%;
  display: flex;
  flex-direction: column; }

footer, .footer {
  margin-top: auto;
  padding: 2em 1em 3em; }

.color-orange {
  color: #ed5e1c; }

header {
  border-bottom: 1px solid #f45b22; }

.topbar {
  display: flex;
  height: 64px; }
  .topbar > * {
    align-items: center;
    display: flex; }
  @media screen and (max-width: 768px) {
    .topbar {
      flex-wrap: wrap;
      height: initial; } }

.topbar-middle {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-grow: 1; }
  @media screen and (max-width: 768px) {
    .topbar-middle {
      width: 100%;
      order: 3;
      flex-direction: column;
      align-items: stretch; }
      .topbar-middle .navbar-item {
        padding: 4px 0;
        text-align: center; } }

.navbar-item.catalog-toggle {
  padding-bottom: 8px;
  cursor: pointer; }
  .navbar-item.catalog-toggle:hover {
    background-color: #fafafa;
    color: #ed5e1c; }
  @media screen and (min-width: 769px) {
    .navbar-item.catalog-toggle {
      display: none; } }

.topbar-brand {
  padding-left: 0; }
  @media screen and (max-width: 768px) {
    .topbar-brand {
      padding-right: 0; } }
  .topbar-brand img {
    height: 60px;
    width: 60px;
    max-height: initial; }

.brand-text {
  padding: 0;
  color: #ed5e1c;
  font-size: 44px;
  line-height: 44px;
  font-family: 'Roboto Condensed', sans-serif; }
  .brand-text:hover, .brand-text:active {
    color: #ed5e1c; }
  @media screen and (max-width: 1023px) {
    .brand-text {
      display: none; } }
  @media screen and (max-width: 1023px) and (max-width: 768px) {
    .brand-text {
      display: inline;
      font-size: 32px; } }

.navbar-item {
  font-size: 1.5em; }
  @media screen and (max-width: 1023px) {
    .navbar-item {
      font-size: 1.25em; } }
  @media screen and (max-width: 1023px) and (min-width: 769px) {
    .navbar-item {
      display: flex;
      align-items: center; } }

@media screen and (max-width: 768px) {
  .navbar-cart {
    order: 2; } }

.navbar-end {
  margin-left: auto; }

.navbar-cart {
  position: relative; }
  .navbar-cart:hover {
    background-color: initial !important; }
  .navbar-cart img {
    height: 48px;
    width: 48px;
    max-height: initial; }
  .navbar-cart .tag.is-danger {
    position: relative;
    top: -15px;
    background-color: #f45b22; }

.main-section {
  margin-bottom: 2em; }
  @media screen and (min-width: 769px) {
    .main-section {
      display: flex; } }
  @media screen and (max-width: 1160px) {
    .main-section {
      padding: 0 10px; } }

.page-index h1 {
  color: #ed5e1c;
  font-size: 1.5em;
  margin-bottom: 0.5em; }

.page-index p {
  margin-bottom: 1em; }

.index-img img {
  width: 100%; }

.index-contacts {
  margin-top: 1.5rem; }
  .index-contacts h2 {
    color: #ed5e1c;
    font-size: 1.2em;
    margin-bottom: 0.5em; }
  .index-contacts p {
    margin-bottom: 0.75em; }

.index-map iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0; }

.left-menu, .left-menu.box {
  width: 300px;
  flex-shrink: 0;
  margin-bottom: 0;
  align-self: flex-start; }
  @media screen and (max-width: 1023px) {
    .left-menu, .left-menu.box {
      width: 250px;
      padding: 10px; } }
  @media screen and (max-width: 768px) {
    .left-menu, .left-menu.box {
      width: 100%;
      margin-bottom: 1.5rem;
      display: none; }
      .left-menu.show, .left-menu.box.show {
        display: block; } }

.menu-list a.is-active {
  background-color: #ed5e1c; }

.menu-list li ul {
  border-left-color: #ed5e1c60; }

.menu-label {
  font-size: 1.1em; }

.menu-label.is-inactive,
.menu-list a.is-inactive,
.subcat-btns .button.is-inactive,
.product-card.is-inactive {
  opacity: 0.55; }

.product-card.is-inactive {
  background-color: #f3f4f6;
  opacity: 1;
  color: #7a7a7a; }
  .product-card.is-inactive .product-name,
  .product-card.is-inactive .price,
  .product-card.is-inactive .card-footer-item,
  .product-card.is-inactive .card-footer-item div {
    color: #7a7a7a; }
  .product-card.is-inactive .product-card-photo {
    filter: grayscale(1); }

.content-section {
  flex-grow: 1; }
  @media screen and (min-width: 769px) {
    .content-section {
      margin-left: 1em; } }

.products-grid {
  display: flex;
  flex-wrap: wrap;
  /*  justify-content: space-evenly;*/
  margin: 0 -10px; }

.qty-input {
  width: 3em;
  text-align: center; }

.buddy-button {
  width: 2.5em;
  text-align: center; }

.to-cart-button {
  background-color: #f45b22;
  color: white;
  border-color: #d75322; }
  .to-cart-button:hover, .to-cart-button:active {
    border-color: #d75322;
    background-color: #ff4500;
    color: #ffffff; }
  .to-cart-button span {
    display: none; }
  .to-cart-button.spinning span.fa-spinner {
    display: inline; }
  .to-cart-button.done span.fa-check {
    display: inline; }

.product-card-wrapper {
  width: 33.3333%;
  padding: 0 10px 20px; }
  @media screen and (max-width: 1215px) {
    .product-card-wrapper {
      width: 50%; } }
  @media screen and (max-width: 768px) {
    .product-card-wrapper {
      padding: 0 5px 10px; } }

.product-card {
  height: 100%;
  /* 100% of the wrapper */
  display: flex;
  flex-direction: column; }
  .product-card .product-card-gallery {
    position: relative;
    touch-action: pan-y; }
  .product-card .product-card-photo {
    background: #ffffff; }
  .product-card .product-card-photo-bullets {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    display: flex;
    justify-content: center;
    gap: 5px;
    pointer-events: none; }
  .product-card .product-card-photo-bullet {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(54, 54, 54, 0.35);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.75); }
    .product-card .product-card-photo-bullet.is-active {
      background: #f45b22; }
  .product-card .card-content {
    flex-grow: 1; }
  .product-card .card-footer-item {
    flex-direction: column;
    padding: 5px; }
    @media screen and (min-width: 1216px) and (max-width: 1407px) {
      .product-card .card-footer-item .qty-input, .product-card .card-footer-item .buddy-button, .product-card .card-footer-item .to-cart-button {
        font-size: 0.8rem; } }
    @media screen and (max-width: 1023px) {
      .product-card .card-footer-item .qty-input, .product-card .card-footer-item .buddy-button, .product-card .card-footer-item .to-cart-button {
        font-size: 0.8rem; } }
  .product-card .product-name, .product-card .price {
    font-weight: bold;
    color: #363636; }

.br-none.br-none {
  border-right: none; }

.product-title {
  font-size: 2em;
  line-height: 1.5em; }

.photo-and-price {
  display: flex; }
  @media screen and (max-width: 1215px) {
    .photo-and-price {
      flex-direction: column; } }

.product-photo-block {
  flex-shrink: 0; }
  @media screen and (min-width: 1408px) {
    .product-photo-block {
      width: 600px; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .product-photo-block {
      width: 500px; } }

.small-pics-cont {
  display: flex;
  justify-content: center;
  gap: 1.5em; }
  .small-pics-cont img {
    max-height: 100px;
    max-width: 100px; }

@media screen and (max-width: 768px) {
  .product-card .card-content {
    font-size: 14px;
    padding: 8px;
    line-height: 1; } }

.product-card .card-footer {
  display: block; }
  .product-card .card-footer.pack-and-price {
    font-size: 14px;
    line-height: 1.1; }

.short-details {
  flex-grow: 1; }
  @media screen and (min-width: 1216px) {
    .short-details {
      margin-left: 1em;
      border-left: 1px solid #ed5e1c60;
      padding-left: 1em; } }
  .short-details .price {
    font-weight: bold;
    font-size: 2em; }

.partnumber .spacer {
  flex-grow: 1;
  margin: 0 5px;
  border-bottom: 1px dotted grey;
  position: relative;
  top: -4px; }

.cart-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto auto 40px;
  row-gap: 1em; }
  .cart-grid > div {
    display: flex;
    align-items: center;
    padding: 0 0.5em; }
  .cart-grid a {
    color: unset; }
  .cart-grid .cart-grid-head {
    font-weight: bold;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 0.5em; }
  .cart-grid .cart-qty-cell,
  .cart-grid .cart-row-amount,
  .cart-grid .cart-delete-cell {
    justify-content: flex-end; }
  .cart-grid .cart-delete-cell a {
    cursor: pointer; }
  @media screen and (max-width: 768px) {
    .cart-grid {
      grid-template-columns: auto auto auto;
      row-gap: 0; }
      .cart-grid .cart-grid-head {
        display: none; }
      .cart-grid .product-name {
        grid-column: span 3; }
        .cart-grid .product-name:not(:first-child) {
          margin-top: 1em; } }

.cart-total {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  /*padding-right: 40px;*/
  font-weight: bold;
  font-size: 1.2rem;
  margin: 10px 0; }
  .cart-total span {
    margin: 0 0.2em; }

.checkout-form {
  box-shadow: none;
  background-color: #f1f1f1; }

.pagination-link:focus {
  border-color: #f45b22;
  border-width: 1px; }

.pagination-link.is-current {
  border-color: #f45b22;
  border-width: 2px;
  color: unset;
  background-color: unset; }

.breadcrumb li:first-child::before {
  color: #b5b5b5;
  content: "\0002f"; }

.breadcrumb li:first-child a {
  padding: 0 0.75em; }

.subcat-btns .button:first-child {
  margin-left: 0 !important; }

.knowledge-page {
  max-width: 1040px; }

.knowledge-hero,
.knowledge-article-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 1.5rem; }
  @media screen and (max-width: 768px) {
    .knowledge-hero,
    .knowledge-article-hero {
      grid-template-columns: 1fr; } }

.knowledge-kicker {
  margin-bottom: .25rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .8rem;
  color: #6b7280; }

.knowledge-lead {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #4a4a4a; }

.knowledge-hero-image,
.knowledge-article-image {
  margin: 0; }
  .knowledge-hero-image img,
  .knowledge-article-image img {
    width: 100%;
    display: block;
    border-radius: 12px;
    border: 1px solid rgba(37, 99, 235, 0.12);
    background: #fff; }

.knowledge-body {
  max-width: 920px; }
  .knowledge-body h2 {
    color: #ed5e1c;
    margin-top: 1.5rem; }
  .knowledge-body h3 {
    color: #ed5e1c;
    margin-top: 1.1rem; }
  .knowledge-body table {
    display: block;
    width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    margin: 1rem 0; }
  .knowledge-body th,
  .knowledge-body td {
    border: 1px solid #dbdbdb;
    padding: .6rem .75rem;
    vertical-align: top; }
  .knowledge-body th {
    background: #f8fafc; }

.knowledge-featured,
.knowledge-related {
  margin-top: 2rem; }
  .knowledge-featured h2,
  .knowledge-related h2 {
    color: #ed5e1c;
    font-size: 1.2rem;
    margin-bottom: .75rem; }

.knowledge-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem; }
  @media screen and (max-width: 1215px) {
    .knowledge-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media screen and (max-width: 768px) {
    .knowledge-grid {
      grid-template-columns: 1fr; } }

.knowledge-grid--home {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }
  @media screen and (max-width: 1023px) {
    .knowledge-grid--home {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media screen and (max-width: 768px) {
    .knowledge-grid--home {
      grid-template-columns: 1fr; } }

.knowledge-card {
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
  height: 100%; }

.knowledge-card-link {
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%; }
  .knowledge-card-link:hover .knowledge-card-body h3 {
    color: #ff4500; }

.knowledge-card-image {
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #fff; }
  .knowledge-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.knowledge-card-body {
  flex: 1;
  padding: 1rem; }
  .knowledge-card-body h3 {
    font-size: 1rem;
    line-height: 1.35;
    margin-bottom: .5rem;
    color: #ed5e1c; }
  .knowledge-card-body p {
    color: #4a4a4a;
    line-height: 1.55;
    margin-bottom: .75rem; }

.knowledge-related-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem; }

.knowledge-preview {
  margin-top: 1.5rem; }
  .knowledge-preview-head h2 {
    color: #ed5e1c;
    font-size: 1.2rem;
    margin-bottom: .25rem; }
  .knowledge-preview-head p {
    margin-bottom: 1rem; }
