.maskin-template-default {
  background-color: #2B2B2B !important;
}

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

.tivala-sm-header-background {
  background-color: #F1F1F1;
}

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

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

.tivala-sm-wrap {
  max-width: 1240px;
  margin: auto;
}
@media all and (max-width: 850px) {
  .tivala-sm-wrap {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

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

.tivala-sm-header {
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  margin: auto;
  margin-bottom: 80px;
}
@media all and (max-width: 1000px) {
  .tivala-sm-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.tivala-sm-product-image {
  min-height: 400px;
  background-color: #FFFFFF;
  padding: 20px;
  width: 40%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
}
@media all and (max-width: 1000px) {
  .tivala-sm-product-image {
    height: 300px;
    width: calc(100% - 40px);
  }
}

.tivala-sm-product-content {
  margin-top: 40px;
  width: 60%;
  margin-left: 20px;
}
@media all and (max-width: 1000px) {
  .tivala-sm-product-content {
    width: 100%;
    margin-left: 0px;
  }
}

.tivala-sm-product-content-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media all and (max-width: 1000px) {
  .tivala-sm-product-content-inner {
    width: initial;
  }
}

@media all and (max-width: 1000px) {
  .tivala-bottom-boxes {
    padding: 0 40px;
  }
}
@media all and (max-width: 850px) {
  .tivala-bottom-boxes {
    padding: 0 20px;
  }
}

.tivala-bottom-boxes-inner {
  display: flex;
  gap: 25px;
  justify-content: space-between;
}
@media all and (max-width: 1000px) {
  .tivala-bottom-boxes-inner {
    flex-direction: column;
    align-items: center;
  }
}
.tivala-sm-middle {
  margin: 40px 0px;
}

.tivala-sm-machine-image-row:nth-child(even) {
  flex-direction: row-reverse;
}

.tivala-sm-youtube-clips-inner {
  display: block;
  width: 100%;
}
@media all and (max-width: 1320px) {
  .tivala-sm-youtube-clips-inner {
    padding: 0px 40px;
  }
}

.tivala-sm-video-clip {
  width: 100%;
  position: relative;
}
.tivala-sm-video-clip iframe {
  width: 100%;
  height: 100%;
}
.tivala-sm-video-clip .tivala-text {
  margin-bottom: 40px;
}

.tivala-sm-video-clip:not(:first-child) {
  margin-top: 40px;
}

.tivala-sm-video-iframe-wrap {
  height: 500px;
  width: 100%;
}
@media all and (max-width: 600px) {
  .tivala-sm-video-iframe-wrap {
    height: 160px;
  }
}

.tivala-product-info-wrap {
  margin-top: 120px;
}

.tivala-sm-machine-image-row-wrap {
  width: 100%;
  max-width: 1240px;
  padding: 20px 0;
}
@media all and (max-width: 850px) {
  .tivala-sm-machine-image-row-wrap {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.tivala-image-left-wrap,
.tivala-sm-machine-image-row {
  display: flex;
  justify-content: space-between;
  margin: 80px 0px;
}

@media all and (max-width: 850px) {
  .tivala-sm-machine-image-row {
    flex-direction: column !important;
    align-items: center !important;
  }
}
@media all and (max-width: 780px) {
  .tivala-sm-machine-image-row {
    margin: 40px 0px;
  }
}

.tivala-sm-mir-image,
.tivala-sm-mir-content {
  width: 50%;
}
.tivala-sm-mir-image img,
.tivala-sm-mir-content img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 15px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tivala-sm-mir-image img,
  .tivala-sm-mir-content img {
    width: 100%;
    height: 100%;
  }
}

.tivala-sm-mir-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #2B2B2B;
  color: white !important;
}
@media all and (max-width: 850px) {
  .tivala-sm-mir-content {
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
}

.tivala-sm-mir-image {
  display: flex;
  justify-content: center;
  width: 40%;
  align-items: center;
}
@media all and (max-width: 850px) {
  .tivala-sm-mir-image {
    max-width: 300px;
  }
}
@media all and (max-width: 600px) {
  .tivala-sm-mir-image {
    width: 100%;
    max-width: initial;
  }
}

#sm-boxes-container .tivala-sp-middle-inner {
  display: block !important;
}
@media all and (max-width: 1000px) {
  #sm-boxes-container .tivala-sp-middle-inner .tivala-sp-quote-wrap, #sm-boxes-container .tivala-sp-middle-inner .tivala-sp-extra-product-information {
    box-shadow: none;
  }
}

.sm-related-products {
  max-width: 1240px;
  padding-bottom: 50px;
  margin-top: 50px;
}
.sm-related-products h2 {
  font-size: 30px;
}
@media all and (max-width: 850px) {
  .sm-related-products {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

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

.sm-boxes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  margin-top: 25px;
  gap: 25px;
}
.sm-boxes-grid a::after {
  content: none !important;
}
.sm-boxes-grid .sm-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;
}
.sm-boxes-grid .sm-box:hover {
  transform: scale(1.02);
}
.sm-boxes-grid .sm-box .sm-box-image {
  display: flex;
  align-items: center;
  min-height: 300px;
  max-height: 300px;
  width: 100%;
}
.sm-boxes-grid .sm-box .sm-box-image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sm-boxes-grid .sm-box .sm-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;
}/*# sourceMappingURL=single-maskin-design.css.map */