.single-produkt {
  background-color: #2B2B2B !important;
}

.sp-product-title {
  font-size: 35px !important;
}

.tivala-sp-description {
  width: 80%;
}
@media all and (max-width: 1000px) {
  .tivala-sp-description {
    width: 100%;
  }
}

.tivala-sp-bottom-boxes {
  width: 100%;
}
@media all and (max-width: 1000px) {
  .tivala-sp-bottom-boxes {
    padding: 0 40px;
  }
}
@media all and (max-width: 850px) {
  .tivala-sp-bottom-boxes .tivala-pa-row, .tivala-sp-bottom-boxes #tivala-pa-email {
    width: 100%;
  }
  .tivala-sp-bottom-boxes .tivala-big-title {
    word-break: break-all;
  }
}

.tivala-sp-bottom-boxes-inner {
  display: flex;
  gap: 25px;
  justify-content: space-between;
}
@media all and (max-width: 1000px) {
  .tivala-sp-bottom-boxes-inner {
    flex-direction: column;
    align-items: center;
  }
}
.tivala-swiper-product-image .swiper-button-prev,
.tivala-swiper-product-image .swiper-button-next {
  color: #ab1624;
}
.tivala-swiper-product-image .swiper-slide {
  display: flex;
  justify-content: center;
  align-self: center;
}

.tivala-sp-top-container {
  margin-top: 50px;
  width: 100%;
  background-color: #2B2B2B;
  width: calc(100vw - 9px);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 80px;
}

.breadcrumbs-container {
  display: flex;
  gap: 5px;
  max-width: 1240px;
  margin: auto;
  padding: 0px 20px 15px 20px;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumbs-container .breadcrumb-title {
  color: #FFFFFF;
  margin: 0;
  pointer-events: none;
  font-weight: 600 !important;
}
.breadcrumbs-container .breadcrumb-length {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 0 1 auto;
  color: #FFFFFF;
}
.breadcrumbs-container a {
  color: #FFFFFF !important;
  flex: 0 0 auto;
}

.tivala-product-catalogue-link {
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.3s;
}
.tivala-product-catalogue-link:hover {
  color: #ab1624;
  transition: all 0.3s;
}

.tivala-sp-light-title {
  text-transform: uppercase;
  font-size: 14px;
  color: white;
  margin-bottom: 5px;
}

.tivala-sp-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  margin: auto;
  padding: 0px 20px;
}
@media all and (max-width: 650px) {
  .tivala-sp-wrap {
    flex-direction: column;
  }
}

.tivala-sp-product-content {
  width: 56%;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (max-width: 650px) {
  .tivala-sp-product-content {
    width: 100%;
  }
}

.tivala-sp-product-name {
  font-family: "ProximaNova-Bold";
}

.tivala-sp-product-image-wrap {
  width: 40%;
}
@media all and (max-width: 650px) {
  .tivala-sp-product-image-wrap {
    width: 100%;
  }
}

.tivala-sp-product-image {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  border-radius: 15px;
  background-color: white;
}
.tivala-sp-product-image img {
  max-width: 100%;
  max-height: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tivala-sp-product-image img {
    width: 100%;
  }
}
@media all and (max-width: 900px) {
  .tivala-sp-product-image {
    height: 300px;
  }
}
@media all and (max-width: 650px) {
  .tivala-sp-product-image {
    height: 200px;
  }
}

.tivala-sp-small-product-info {
  display: flex;
  gap: 5px;
  width: 100%;
}
.tivala-sp-small-product-info .tivala-sp-product-info-left {
  display: flex;
}
@media all and (max-width: 450px) {
  .tivala-sp-small-product-info {
    flex-direction: column;
  }
}

.tivala-sp-middle {
  margin: 40px 0px;
  min-height: 400px;
  background-color: #2B2B2B;
  padding: 0px 20px;
}

.tivala-sp-middle-inner {
  padding: 80px 0px;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 780px) {
  .tivala-sp-middle-inner {
    padding: 40px 0px;
  }
}

.tivala-sp-quote-wrap,
.tivala-sp-extra-product-information {
  padding: 40px;
  width: 100%;
  background-color: white !important;
  border-radius: 15px;
}

@media all and (max-width: 1000px) {
  .tivala-sm-mir-image .tivala-sp-extra-product-information {
    width: 100%;
  }
}

@media all and (max-width: 1000px) {
  .tivala-sp-extra-product-information {
    width: 100%;
    margin-bottom: 40px;
  }
}

.tivala-sp-quote-input-wrap input[type=checkbox] {
  display: none;
}
.tivala-sp-quote-input-wrap input {
  display: block;
  margin-top: 10px;
  width: 100%;
}

.tivala-sp-quote-input-title {
  margin-top: 15px;
}

.tivala-sp-quote-input-wrap input {
  width: 100%;
}

.tivala-sp-variant-select {
  font-size: 14px;
  font-family: "ProximaNova-Bold";
}

.tivala-sp-quote-checkboxes {
  margin-top: 20px;
}

.sp-related-products {
  margin: auto;
  max-width: 1240px;
  margin-top: 50px;
}
.sp-related-products h2 {
  font-size: 30px;
}

.sp-related-products-title {
  border-bottom: 3px solid #ab1624;
  font-family: "ProximaNova-Bold";
  color: white;
}

.sp-boxes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  margin-top: 25px;
  gap: 25px;
}
.sp-boxes-grid a::after {
  content: none !important;
}
.sp-boxes-grid .sp-box {
  display: flex;
  gap: 20px;
  flex-direction: column;
  padding: 20px;
  cursor: pointer;
  box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.2), -6px -6px 16px 0px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.1), -6px -6px 16px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.2), -6px -6px 16px 0px rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease-in-out;
  will-change: transform, scale;
  max-height: 450px;
  background-color: white;
  border-radius: 15px;
}
.sp-boxes-grid .sp-box:hover {
  transform: scale(1.02);
}
.sp-boxes-grid .sp-box .sp-box-image {
  display: flex;
  align-items: center;
  min-height: 300px;
  max-height: 300px;
  width: 100%;
}
.sp-boxes-grid .sp-box .sp-box-image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sp-boxes-grid .sp-box .sp-box-title {
  display: flex;
  flex: 1 1 auto;
  font-weight: 600;
  font-size: 18px;
  font-family: "ProximaNova-Bold";
}

.background-dark {
  background-color: #2B2B2B;
}

.color-white {
  color: white;
}

.fill-pdf-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 3px;
}
.fill-pdf-button a {
  color: white !important;
}

#pdf-button .tivala-medium-link {
  background-color: unset;
  padding: unset;
}/*# sourceMappingURL=single-produkt-design.css.map */