.bg-img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.bg-primary {
  background-color: #f28a00;
}

.primary {
  color: #f28a00;
}

.bg-secondary {
  background-color: #34373e;
  color: white;
}

.secondary {
  color: #34373e;
}

.bg-white {
  background-color: white;
}

.bg-gray {
  background-color: #34373e;
}

.bg-light-gray {
  background-color: #f5f5f5;
}

@media only screen and (max-width: 1024px) {
  .desktop {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .mobile {
    display: block !important;
  }
}

.container,
.alignwide {
  max-width: 1322px;
  width: 100%;
  margin: auto;
  padding: 0 2em;
}

@media only screen and (max-width: 1382px) {
  .container,
  .alignwide {
    width: auto;
    margin: 0em 30px;
    padding: 0em;
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
  }
}

.alignfull {
  max-width: 100%;
  width: 100%;
  margin: auto;
}

/* STYLE */
.title-product-video-block .lb-modal {
  opacity: 0;
  position: fixed;
  z-index: -1;
  padding-top: 170px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: .3s;
  transition: .3s;
}

.title-product-video-block .lb-modal.open {
  opacity: 1;
  z-index: 999;
  -webkit-transition: .3s;
  transition: .3s;
}

.title-product-video-block .lb-modal .lb-vid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 1200px;
}

.title-product-video-block .lb-modal .close-vid-lb-btn {
  background: #f28a00;
  width: 70px;
  height: 70px;
  position: absolute;
  position: absolute;
  top: 170px;
  right: 50px;
  z-index: 2;
  cursor: pointer;
  -webkit-clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
          clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
  -webkit-transition: .2s;
  transition: .2s;
}

.title-product-video-block .lb-modal .close-vid-lb-btn:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media only screen and (max-width: 1024px) {
  .title-product-video-block .lb-modal .close-vid-lb-btn {
    top: 130px;
    right: 50px;
    width: 40px;
    height: 40px;
  }
}

.title-product-video-block .play-btn-border {
  border: 6px solid #f28a00;
  width: 100px;
  height: 100px;
  position: absolute;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border-radius: 50px;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

.title-product-video-block .play-btn-border .has-video-overlay {
  z-index: 1;
  width: 60px;
  height: 60px;
  background-color: #f28a00;
  -webkit-clip-path: polygon(100% 49%, 100% 49%, 46% 77%, 46% 26%, 46% 25%, 46% 77%, 0 100%, 0 0);
          clip-path: polygon(100% 49%, 100% 49%, 46% 77%, 46% 26%, 46% 25%, 46% 77%, 0 100%, 0 0);
  position: absolute;
  top: 14px;
  left: 22px;
}

.title-product-video-block .play-btn-border:hover {
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.title-product-video-block .lazy-hidden, .title-product-video-block .entry img.lazy-hidden, .title-product-video-block img.thumbnail.lazy-hidden {
  opacity: 0;
}

.title-product-video-block .bg-vid {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
/*# sourceMappingURL=block.css.map */