.stihl-main h1,
.stihl-main h2,
.stihl-main h3,
.stihl-main h4,
.stihl-main h5,
.stihl-main h6 {
  font-weight: 700;
}

.stihl-main .product-nav .bread-crumb ul,
.stihl-main .product-nav .bread-crumb li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.stihl-main .product-nav .bread-crumb ul {
  display: flex;
}

.stihl-main .video-box .play-button {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.stihl-main .product-nav .bread-crumb li a {
  color: #B11F24;
  text-decoration: none;
}

.stihl-main .item-footer a {
  font-size: 15px;
  line-height: 43px;
  padding: 0px 30px;
  margin: 0px !important;
  box-sizing: border-box !important;
}

.stihl-main .details-col-wrap {
  max-width: 560px;
}

.stihl-main .nav-border {
  border-bottom: 2px solid #f1f1f1;
  padding-top: 30px;
}

.stihl-main .gallery-row {
  margin-left: -8px;
  margin-right: -8px;
}

.stihl-main .gallery-row img {
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  max-height: 280px;
  width: 100%;
}

.mfp-content {
  max-width: 700px;
}

button.mfp-close {
  color: #fff !important;
  font-family: inherit;
  line-height: normal;
}

.stihl-main .product-nav .bread-crumb li + li:before {
  content: " > ";
  display: inline;
  margin: 0px 8px;
}

.mfp-wrap {
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mfp-wrap.mfp-img-mobile .mfp-container {
  position: relative;
  width: max-content;
  right: 0;
  left: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}

.mfp-wrap button.mfp-arrow-left:after,
.mfp-wrap button.mfp-arrow-right:before {
  display: none;
}

.mfp-wrap button.mfp-arrow-left:before {
  transform: rotate(133deg);
}

.mfp-wrap button.mfp-arrow-right:after {
  transform: rotate(-45deg);
}

.mfp-wrap button.mfp-arrow-left:before,
.mfp-wrap button.mfp-arrow-right:after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 10px;
  transition: all .3s ease
