.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
  align-items: center;
  gap: 0.5em;
  font-size: 0.95em;
  margin-bottom: 0;
  max-width: 100%;
  position: relative;
}

.breadcrumbs a {
  text-decoration: none;
  min-height: 40px;
  display: flex;
  background: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.02em;
  border-top: 1px solid #ccc;
  line-height: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  flex-grow: 1;
  opacity: 0.6;
}

.breadcrumbs a:hover {
  color: #c51a1b;
  text-decoration: none;
  opacity: 1;
}

@media (max-width: 666px) {
  .breadcrumbs {
    margin-top: 40px;
    font-size: 0.97em;
  }
}
.breadcrumbs a .icon {
  opacity: 0.8;
  transition: opacity 0.23s;
}
.breadcrumbs a:hover .icon {
  opacity: 0.8;
}

h1 {
  font-size: 2.2em;
  padding-top: 32px;
  border-top: 4px solid black;
}

h3 {
  font-size: 1.35em;
  border-top: 2px solid black;
  padding-top: 4px;
  margin-top: 64px;
  margin-bottom: 32px;
}

h3, h4 {
  text-transform: none;
  letter-spacing: normal;
  font-weight: normal;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.product_top {
  margin-top: 48px;
}

.pics_slider {
  max-width: 100%;
  width: 500px;
}
.pics_slider img {
  max-width: 100%;
  width: 100%;
}

.short_desc {
  font-size: 1.4em;
  margin: 32px 0;
}

.features {
  row-gap: 40px;
}
.features .feature {
  flex-grow: 1;
  max-width: 120px;
  width: 120px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.features .feature .feature_name {
  font-size: 0.9em;
  margin-bottom: 1em;
  text-transform: uppercase;
  line-height: 1;
}
.features .feature .feature_value {
  color: #999;
}
.features .feature::before {
  left: 0;
  top: -16px;
  content: "+";
  position: absolute;
  color: #c51a1b;
  line-height: 1;
  letter-spacing: -0.5px;
  font-weight: bold;
  font-size: 1em;
}

.full_description {
  margin-top: 64px;
}
.full_description h3 {
  font-size: 1.45em;
  border-top: 2px solid black;
  padding-top: 4px;
  margin-top: 64px;
  margin-bottom: 32px;
  font-weight: normal;
}
.full_description .text {
  font-size: 1.2em;
  line-height: 1.4;
  margin-top: 32px;
}

.reviews {
  margin-top: 64px;
  border: 1px solid #ddd;
  padding: 0 0 32px;
  position: relative;
}
.reviews h3 {
  padding: 8px;
  margin: 0;
  border: none;
  position: absolute;
  background: #fff;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9em;
  color: #ccc;
  letter-spacing: 0.3px;
}

.lower {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lower a.gocat {
  display: inline-block;
  font-size: 1.4em;
  color: #fff;
  background-color: #000;
  margin: 0 auto;
}

.quote {
  font-family: serif;
  font-style: italic;
  font-size: 3em;
  text-align: center;
  padding: 64px 20%;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 300px;
}

.swiper_holder {
  display: flex;
  flex-direction: column;
  max-width: 50%;
}

.pics_slider .swiper-wrapper {
  padding-bottom: 32px;
}

.toolbox {
  background: #dcaa04;
  display: flex;
  border-radius: 4px;
  margin-bottom: 4px;
  padding: 4px;
  font-size: 1em;
  align-items: center;
  gap: 16px;
}
.toolbox label.important_lbl {
  padding: 4px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  flex-grow: 1;
}
.toolbox button {
  margin-left: 8px;
  padding: 8px 16px;
  background: #fff;
  color: #000;
  border: none;
  cursor: pointer;
}
.toolbox button:hover {
  background: #f0f0f0;
}

.editable-field {
  border: none;
}

@media (max-width: 1199px) {
  .swiper_holder {
    max-width: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .quote {
    padding: 64px 32px;
  }

  .pics_slider {
    width: 100%;
  }

  .product_top {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .quote {
    padding: 64px 16px;
    font-size: 2em;
  }

  .features {
    row-gap: 40px;
  }
  .features .feature {
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
    border-bottom: 1px solid #ddd;
    gap: 16px;
  }
  .features .feature .feature_name {
    max-width: 120px;
  }
  .features .feature .feature_value {
    flex-grow: 1;
    text-align: right;
  }
}

/*# sourceMappingURL=product.css.map */
