@import url(swiper-bundle.min.css);
@import url(lightgallery.css);
@import url(lg-zoom.css);
@import url(lg-thumbnail.css);
@screen__xxs : 320px;
@screen__xs : 480px;
@screen__s : 640px;
@screen__m : 768px;
@screen__ml : 959px;
@screen__l : 1024px;
@screen__lxl : 1240px;
@screen__xl : 1440px;
html {
  overflow-x: hidden;
}

.zoomImg {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: -webkit-grab;
  cursor: grab;
}

.zoomImg:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.gridContainer {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.vid:empty {
  display: none !important;
}

#search-result.ng-hide {
  display: none;
  visibility: hidden;
}

.swiper:not(.swiper-initialized) .swiper-button-next,
.swiper:not(.swiper-initialized) .swiper-button-prev,
.swiper:not(.swiper-initialized) .swiper-notification {
  display: none;
}

.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+1) {
  display: none;
}

.swiper-button-next, .swiper-button-prev {
  color: #b00;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 26px;
}

.product-details-main .product-media,
.product-details-main .product__content__wrap,
.product-details-main .youtube__section {
  width: 54.16667%;
}

@media only screen and (max-width: 1023px) {
  .product-details-main .product-media,
  .product-details-main .product__content__wrap,
  .product-details-main .youtube__section {
    width: 54.16667%;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-main .product-media,
  .product-details-main .product__content__wrap,
  .product-details-main .youtube__section {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-main .product__content__wrap,
  .product-details-main .youtube__section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.product-details-main .product-media {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .product-details-main .product-media {
    margin: 0 !important;
    width: 100% !important;
    margin-bottom: 30px !important;
  }
}

.product-details-main .product-detail {
  width: 45.83333%;
}

@media only screen and (max-width: 1023px) {
  .product-details-main .product-detail {
    width: 45.83333%;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-main .product-detail {
    width: 100%;
  }
}

.product-details-main .product-detail .product__info,
.product-details-main .product-detail .youtube__section {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.product-details-main .product-detail .product__info .title {
  text-transform: none;
  font-size: 1.4em;
}

.product-details-main .product-detail .prod-prices-holder .old-price .price {
  text-decoration: line-through;
}

.product-details-main .product-detail .youtube__block {
  max-width: 458px;
}

.product-details-main .product-detail .youtube__block .vid {
  position: relative;
  padding-bottom: 177.72926%;
  height: 0;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 15px;
}

.product-details-main .product-detail .youtube__block .vid iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.product-details-main .product-detail .hotline__block {
  font-weight: 700;
  font-size: 24px;
}

.product-details-main .product-detail .hotline__block strong {
  color: #9D0C1A;
  font-weight: 700;
  font-size: 24px;
}

.productMedia {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .productMedia {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.productMedia .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.productMedia .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #9D0C1A;
}

.productMedia .swiper-button-next,
.productMedia .swiper-button-prev {
  display: none;
}

.productColor {
  padding: 0 40px;
}

.productColor.swiper-backface-hidden {
  padding: 0;
}

.productColor .swiper-wrapper {
  height: initial;
}

.productColor .swiper-wrapper .swiper-slide:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.productColor .swiper-wrapper .swiper-slide > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100%;
  height: 0;
  overflow: hidden;
  background-color: #fff;
}

.productColor .swiper-wrapper .swiper-slide img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.productColor .swiper-wrapper .swiper-slide:hover:after {
  -webkit-box-shadow: 0 0 0 2px #b00 inset;
          box-shadow: 0 0 0 2px #b00 inset;
}

.productColor .swiper-wrapper .swiper-slide.active-current-color {
  pointer-events: none;
}

.productColor .swiper-wrapper .swiper-slide.active-current-color:after {
  -webkit-box-shadow: 0 0 0 2px #b00 inset;
          box-shadow: 0 0 0 2px #b00 inset;
}

.productColor .swiper-button-next,
.productColor .swiper-button-prev {
  width: 30px;
  height: 100%;
  margin: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
}

.productColor .swiper-button-next:hover,
.productColor .swiper-button-prev:hover {
  color: #fff;
  background-color: #b00;
}

.productColor .swiper-button-prev {
  left: 0;
}

.productColor .swiper-button-next {
  right: 0;
}

.product__content__wrap {
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 30px;
  width: 58.33333%;
  margin-bottom: 60px;
  border-top: 1px solid #e5e5e5;
}

.product__content__wrap .heading-title {
  text-align: left;
  padding: 0;
  margin-bottom: 30px;
}

.product__content__wrap .std h2, .product__content__wrap .std h3, .product__content__wrap .std h4, .product__content__wrap .std h5, .product__content__wrap .std h6 {
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 500;
}

.product__content__wrap .std ul {
  all: revert;
}

.product__content__wrap .tab-blur {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product__content__wrap .tab-blur:before {
  content: '';
  background: #f4f7fc;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f4f7fc), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #f4f7fc 50%, rgba(255, 255, 255, 0) 100%);
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.product__content__wrap .tab-blur .btn-more {
  border: none;
  cursor: pointer;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: center;
  height: 40px;
  color: #ffffff;
  background-color: #9D0C1A;
  color: #fff;
  min-width: 200px;
  height: 40px;
  position: relative;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.product__content__wrap .tab-blur .btn-more:hover {
  color: #fff;
  background-color: #333;
}

.editor {
  max-height: 500px;
  overflow: hidden;
  padding-bottom: 40px;
}

.editor.expanded {
  max-height: none;
  overflow: visible;
}

.editor.expanded .tab-blur:before {
  opacity: 0;
}

.youtube__section {
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  width: 58.33333%;
}

@media only screen and (max-width: 1023px) {
  .youtube__section {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .youtube__section {
    width: 100%;
  }
}

.youtube__section .heading-title {
  text-align: left;
  padding: 0;
  margin-bottom: 30px;
}

.youtube__section .columns__02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
  .youtube__section .columns__02 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.youtube__section > .col {
  margin-bottom: 40px;
}

.youtube__section .vid iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 30px;
}

.lg-container .lg-backdrop {
  background-color: #fff;
}

.lg-container .lg-outer .lg-thumb-outer {
  background-color: #fff;
}

.lg-container .lg-toolbar .lg-icon {
  background-color: #9D0C1A;
  color: #fff;
  min-width: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-left: 10px;
  padding: 0;
}

.lg-container .lg-content .lg-icon {
  min-width: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

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