/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
@charset "UTF-8";
:root {
  --color1: var(--primary-light-color);
  --color2: var(--primary-color);
  --color3: var(--primary-dark-color);
  --color4: var(--secondary-light-color);
  --color5: var(--secondary-color);
  --color6: var(--secondary-dark-color);
  --color7: var(--main-background);
  --color8: var(--footer-background);
  --color9: var(--footer-text);
}

/*p{
  float:$left;
  padding-left:20px;
}*/
.owl-product .item {
  padding: 20px 20px 5px 20px;
}

.product-grid8 {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 1px solid transparent;
  background-color: white;
  width: 100%;
  position: relative;
  transition: 0.5s all;
}
.product-grid8 img {
  transition: 0.5s all;
}
.product-grid8:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
  z-index: 2;
  transition: 0.5s all;
  transform: scale(1.02);
}
.product-grid8:hover .product-content .title {
  color: var(--color2);
}
.product-grid8 .product-image8 {
  position: relative;
  transition: all 0.3s ease 0s;
}
.product-grid8 .product-image8 img {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.product-grid8 .product-discount-label {
  display: block;
  padding: 7px;
  color: #fff;
  background-color: var(--color2);
  position: absolute;
  top: 10px;
  right: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.product-grid8 .product-content {
  height: 175px;
  padding: 10px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
.product-grid8 .product-content .product-details {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  bottom: 12px;
  padding-top: 12px;
  border-top: #eee solid 1px;
  right: 0;
}
.product-grid8 .product-content .product-details .icon {
  padding-left: 5px;
  font-size: 16px;
  top: -3px;
  position: relative;
}
.product-grid8 .product-content .product-details-item {
  display: flex;
  color: #bdbdbd;
}
.product-grid8 .product-content .product-details-item span {
  display: inline-block;
}
.product-grid8 .product-content .size-title {
  color: #c5c5c5;
  font-size: 12px;
  font-weight: 300;
  top: 5px;
  position: relative;
}
.product-grid8 .product-content .price {
  color: #8a0a0a;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 5px;
  transition: all 0.3s;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  flex-direction: column;
}
.product-grid8 .product-content .price span {
  color: lightgrey;
  font-size: 1.3rem;
  text-decoration: line-through;
  margin-left: 7px;
  margin-right: 2px;
  display: inline-block;
}
.product-grid8 .product-content .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  line-height: 1.7;
  font-size: 1.4rem;
  margin: 0;
  color: #585858;
  font-weight: 400;
  transition: all 0.3s ease 0s;
  text-align: right;
}
.product-grid8 .social {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 13px;
  transform: translate(-50%, 0);
  z-index: 1;
  display: block;
}
@media (max-width: 767.98px) {
  .product-grid8 .social {
    right: -14px;
  }
}
.product-grid8 .social li {
  opacity: 0;
  transform: translateY(3px);
  transition: all 0.5s ease 0s;
}
.product-grid8 .social li a {
  color: var(--color2);
  background-color: #e4ece0;
  font-size: 17px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.product-grid8 .social li a:hover {
  color: var(--color5);
}
@media (max-width: 767.98px) {
  .product-grid8 .social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
@media (max-width: 767.98px) {
  .product-grid8 .social li {
    opacity: 1;
    transform: translateY(0);
    margin: 0 0 13px;
  }
}

.description {
  margin-top: 10px;
}
.description__Product-Status {
  padding-right: 15px;
  margin: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  align-items: center;
}
.description__label-detail {
  width: 140px;
  margin-left: 15px;
  margin-bottom: 0;
  color: #444;
  font-size: 1.5rem;
  font-weight: normal;
}
@media (max-width: 575.98px) {
  .description__label-detail {
    width: 100px;
  }
}
.description__span-detail {
  font-size: 1.4rem;
  font-weight: 400;
}
.description__span-detail--available {
  color: #388e3c;
  font-size: 1.6rem;
  font-weight: 500;
}
.description__span-detail--available::before {
  content: "";
  font-family: "icomoon";
  color: #388e3c;
  background-color: transparent;
  padding: 3px;
  font-size: 1.6rem;
  margin-left: 5px;
}
.description__span-detail--notavailable {
  color: #a70202;
  font-size: 1.6rem;
  font-weight: 500;
}
.description__span-detail--notavailable::before {
  content: "";
  font-family: "icomoon";
  color: #a70202;
  background-color: transparent;
  padding: 3px;
  font-size: 1.6rem;
  margin-left: 5px;
}
.description__span-detail--discount {
  font-weight: inherit;
  color: #999;
  font-size: 1.4rem;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 15px;
}
.description__span-detail--price {
  color: var(--color2);
  font-size: 1.65rem;
  font-weight: 400;
  margin-left: 7px;
  display: inline-block;
}
.description .productbutton {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.description .productbutton__label {
  font-size: 1.4rem;
  margin-left: 7px;
}
.description .productbutton__quantity {
  border-radius: 5px;
  font-size: 1.4rem;
  width: 65px;
  padding-right: 7px;
  height: calc(3.55rem + 3px);
  margin-left: 15px;
}
.description .productbutton .add-cart {
  padding: 5px 10px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: white;
  border: none;
  background-color: var(--color2);
  cursor: pointer;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.description .productbutton .add-cart:hover {
  background-color: var(--color1);
}
.description .size__toolbar div {
  margin-left: 5px;
  display: inline-flex;
}
@media (max-width: 360px) {
  .description .size__toolbar div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: initial;
  }
}
.description .size__input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.description .size__input[type=radio]:checked + label {
  box-shadow: 0 0px 3px #888888dd;
  position: relative;
  padding-right: 30px;
}
.description .size__input[type=radio]:checked + label:before {
  position: absolute;
  font-size: 1.3rem;
  right: 7px;
  content: "";
  font-family: "icomoon";
  color: #323232;
}
.description .size__label {
  cursor: pointer;
  display: inline-flex;
  background-color: transparent;
  padding: 5px 20px;
  font-size: 1.3rem;
  color: #333;
  border: 1px solid #cececedd;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.description .size__label:hover {
  background-color: #e6e5e5dd;
}
.description .color__field div {
  display: inline-block;
}
@media (max-width: 360px) {
  .description .color__field div {
    margin-bottom: 10px;
  }
}
.description .color__field div .color__input[type=radio] {
  display: none;
}
.description .color__input[type=radio] + .color__label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.description .color__input[type=radio]#red + .color__label span {
  background-color: #c91524;
}
.description .color__input[type=radio]#blue + .color__label span {
  background-color: #314780;
}
.description .color__input[type=radio]#black + .color__label span {
  background-color: #323232;
}
.description .color__input[type=radio]:checked + .color__label span {
  box-shadow: 0 0px 5px #676767dd;
  text-align: center;
  padding-top: 2px;
}
.description .color__input[type=radio]:checked + .color__label span:before {
  font-size: 1.3rem;
  content: "";
  font-family: "icomoon";
  color: #fff;
}

/*...........Technical Specifications...........*/
.description-nav__tabs {
  margin-top: 6rem;
  margin-bottom: 2rem;
}
.description-nav__item {
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  background-color: transparent;
  margin-left: 10px;
  border: none;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #333;
}
.description-nav__item.active {
  color: #333;
  border: none;
  border-bottom: 2px solid var(--color2);
}
.description-nav__item:hover {
  color: #333;
  border: none;
  border-bottom: 2px solid #bdbdbd;
}

.technical-table {
  border-spacing: 7px;
  border-collapse: separate;
}
.technical-table caption {
  text-align: right;
  caption-side: top;
  font-size: 1.7rem;
  font-weight: 600;
  color: #444;
}
.technical-table__tr th, .technical-table__tr td {
  text-align: right;
  padding: 10px 20px;
  font-size: 1.4rem;
  border: none;
}
.technical-table__tr th {
  background-color: #f3f3f3;
  color: #424242;
  width: 25%;
}
@media only screen and (max-width: 767.98px) {
  .technical-table__tr th {
    width: 40%;
  }
}
.technical-table__tr td {
  background-color: #f8f8f8;
  color: #676767;
}

.description-content {
  padding: 0 5px;
}
.description-content p {
  color: #444;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
}

/*...........Similar product...........*/
.similar {
  margin: 3rem 0;
}
.similar__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.9;
  width: 100%;
  color: #333;
}

.extra {
  position: absolute;
  right: -3%;
  top: 0;
}
@media only screen and (max-width: 575.98px) {
  .extra {
    left: 10%;
    right: auto;
    top: -40px;
  }
}
.extra .tooltip {
  font-size: 1.2rem;
}
.extra .tooltip-inner {
  padding-bottom: 0.5rem;
}
.extra__list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  flex-direction: column;
  z-index: 2;
  margin-right: 0;
}
@media only screen and (max-width: 575.98px) {
  .extra__list {
    flex-direction: row;
  }
}
.extra__items {
  display: block;
  margin-top: 20px;
  position: relative;
}
@media only screen and (max-width: 575.98px) {
  .extra__items {
    margin-top: 0px;
    margin-right: 15px;
  }
}
.extra__button {
  z-index: 6;
  border: none;
  padding: 3px;
  color: #424750;
  width: 20px;
  height: 20px;
  background: none;
  cursor: pointer;
}
.extra__icon {
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.extra__icon.icon-heart {
  color: #a70202;
}

@media only screen and (max-width: 991.98px) {
  .zoomContainer {
    display: none;
  }

  .slick-initialized .slick-slide {
    z-index: 1 !important;
  }
}
/* *******************************   owl-carousel for most ************************************ */
.owl-carousel.owl-product .owl-stage-outer {
  padding: 0px;
  margin-top: 20px;
}
.owl-carousel.owl-product .owl-stage-outer .owl-stage .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-theme .owl-dots {
  margin-top: 0px;
}
.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--color2);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.owl-slide .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  height: 0;
}
@media screen and (max-width: 992px) {
  .owl-slide .owl-nav {
    display: none;
  }
}
.owl-slide .owl-nav .owl-prev span, .owl-slide .owl-nav .owl-next span {
  position: absolute;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.owl-slide .owl-nav .owl-next:hover span {
  color: var(--color2);
}
.owl-slide .owl-nav .owl-next span {
  left: 2%;
  font-size: 3rem;
  font-weight: bold;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: white;
}
.owl-slide .owl-nav .owl-prev:hover span {
  color: var(--color2);
}
.owl-slide .owl-nav .owl-prev span {
  right: 2%;
  font-size: 3rem;
  font-weight: bold;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: white;
}
.owl-slide .owl-dots {
  position: absolute;
  width: 100%;
  height: 0;
}
.owl-slide .owl-dots .owl-dot {
  left: 50%;
}
.owl-slide .owl-dots .owl-dot span {
  margin-top: -60px;
  position: relative;
  z-index: 100;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 12.5px;
  height: 12.5px;
}
.owl-slide .owl-dots .owl-dot.active span,
.owl-slide .owl-dots .owl-dot:hover span {
  width: 27px;
  background-color: var(--color2);
}

.owl-color .owl-nav, .owl-important-category-wrapper .owl-nav, .owl-related .owl-nav, .owl-decor .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  height: 0;
}
@media screen and (max-width: 1440px) {
  .owl-color .owl-nav, .owl-important-category-wrapper .owl-nav, .owl-related .owl-nav, .owl-decor .owl-nav {
    margin-top: -20px;
  }
}
@media screen and (max-width: 992px) {
  .owl-color .owl-nav, .owl-important-category-wrapper .owl-nav, .owl-related .owl-nav, .owl-decor .owl-nav {
    display: none;
  }
}
.owl-color .owl-nav .owl-prev span, .owl-color .owl-nav .owl-next span, .owl-important-category-wrapper .owl-nav .owl-prev span, .owl-important-category-wrapper .owl-nav .owl-next span, .owl-related .owl-nav .owl-prev span, .owl-related .owl-nav .owl-next span, .owl-decor .owl-nav .owl-prev span, .owl-decor .owl-nav .owl-next span {
  position: absolute;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.owl-color .owl-nav .owl-next, .owl-important-category-wrapper .owl-nav .owl-next, .owl-related .owl-nav .owl-next, .owl-decor .owl-nav .owl-next {
  box-shadow: 4px 0px 2px 0px #bbb;
  width: 50px;
  height: 50px;
  left: -15px;
  position: absolute;
  background: #fff !important;
}
.owl-color .owl-nav .owl-next.disabled, .owl-important-category-wrapper .owl-nav .owl-next.disabled, .owl-related .owl-nav .owl-next.disabled, .owl-decor .owl-nav .owl-next.disabled {
  filter: grayscale(1) !important;
  background-color: #fff;
  box-shadow: 4px 0px 2px 0px #ddd;
}
.owl-color .owl-nav .owl-next.disabled span, .owl-important-category-wrapper .owl-nav .owl-next.disabled span, .owl-related .owl-nav .owl-next.disabled span, .owl-decor .owl-nav .owl-next.disabled span {
  color: var(--color4) !important;
}
.owl-color .owl-nav .owl-next:hover, .owl-important-category-wrapper .owl-nav .owl-next:hover, .owl-related .owl-nav .owl-next:hover, .owl-decor .owl-nav .owl-next:hover {
  background-color: #fff;
  box-shadow: 4px 0px 2px 0px #ccc;
}
.owl-color .owl-nav .owl-next:hover span, .owl-important-category-wrapper .owl-nav .owl-next:hover span, .owl-related .owl-nav .owl-next:hover span, .owl-decor .owl-nav .owl-next:hover span {
  color: var(--color2);
}
.owl-color .owl-nav .owl-next span, .owl-important-category-wrapper .owl-nav .owl-next span, .owl-related .owl-nav .owl-next span, .owl-decor .owl-nav .owl-next span {
  left: 0;
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: var(--color4);
}
.owl-color .owl-nav .owl-prev, .owl-important-category-wrapper .owl-nav .owl-prev, .owl-related .owl-nav .owl-prev, .owl-decor .owl-nav .owl-prev {
  box-shadow: -4px 0px 2px 0px #bbb;
  width: 50px;
  height: 50px;
  right: -15px;
  position: absolute;
  background: #fff !important;
}
.owl-color .owl-nav .owl-prev.disabled, .owl-important-category-wrapper .owl-nav .owl-prev.disabled, .owl-related .owl-nav .owl-prev.disabled, .owl-decor .owl-nav .owl-prev.disabled {
  background-color: #fff;
  filter: grayscale(1);
  box-shadow: -4px 0px 2px 0px #ddd;
}
.owl-color .owl-nav .owl-prev.disabled span, .owl-important-category-wrapper .owl-nav .owl-prev.disabled span, .owl-related .owl-nav .owl-prev.disabled span, .owl-decor .owl-nav .owl-prev.disabled span {
  color: var(--color4) !important;
}
.owl-color .owl-nav .owl-prev:hover, .owl-important-category-wrapper .owl-nav .owl-prev:hover, .owl-related .owl-nav .owl-prev:hover, .owl-decor .owl-nav .owl-prev:hover {
  background-color: #fff;
  box-shadow: -4px 0px 2px 0px #ccc;
}
.owl-color .owl-nav .owl-prev:hover span, .owl-important-category-wrapper .owl-nav .owl-prev:hover span, .owl-related .owl-nav .owl-prev:hover span, .owl-decor .owl-nav .owl-prev:hover span {
  color: var(--color2);
}
.owl-color .owl-nav .owl-prev span, .owl-important-category-wrapper .owl-nav .owl-prev span, .owl-related .owl-nav .owl-prev span, .owl-decor .owl-nav .owl-prev span {
  right: 0px;
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: var(--color4);
}
.owl-color .owl-dots, .owl-important-category-wrapper .owl-dots, .owl-related .owl-dots, .owl-decor .owl-dots {
  margin-top: 30px;
}

.owl-standards .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  height: 0;
}
.owl-standards .owl-nav .owl-prev span, .owl-standards .owl-nav .owl-next span {
  position: absolute;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.owl-standards .owl-nav .owl-next:hover span {
  color: var(--color2);
}
.owl-standards .owl-nav .owl-next span {
  left: -15px;
  top: -12px;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: var(--color4);
}
.owl-standards .owl-nav .owl-prev:hover span {
  color: var(--color2);
}
.owl-standards .owl-nav .owl-prev span {
  right: -15px;
  top: -12px;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: var(--color4);
}

.owl-color .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.owl-color .owl-prev span {
  font-size: 1rem !important;
  right: 0 !important;
  padding: 5px;
  top: -16px;
}
.owl-color .owl-next span {
  font-size: 1rem !important;
  left: 0 !important;
  padding: 5px;
  top: -16px;
}

@media screen and (max-width: 992px) {
  .owl-stage {
    padding-right: 0 !important;
  }
}

.color-wrapper .owl-next, .color-wrapper .owl-prev {
  background: #fff !important;
  width: 30px !important;
  height: 30px !important;
  margin-top: -6px !important;
}
.color-wrapper .owl-next:hover, .color-wrapper .owl-prev:hover {
  background: #fff;
}
.color-wrapper .owl-next span, .color-wrapper .owl-prev span {
  top: 0;
  color: #999 !important;
}
@media screen and (max-width: 1439.98px) {
  .color-wrapper .owl-nav {
    margin-top: 8px !important;
    position: absolute !important;
    top: 50% !important;
  }
}
@media screen and (max-width: 1280px) {
  .color-wrapper .owl-nav {
    margin-top: 6px !important;
  }
}

.product-information {
  border-radius: 16px;
  background: #fff;
  padding-top: 0 !important;
  padding-right: 45px !important;
  padding-left: 0 !important;
  margin-bottom: 45px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.product-information .category-tabs-wrapper:before, .product-information .category-tabs .nav-link:before {
  display: none;
}
.product-information .desc-box {
  justify-content: flex-start;
  border-top: 1px solid #ececec;
}
.product-information .desc-box-item {
  width: calc((100% - 20px) / 4);
  padding: 8px 10px;
  margin: 15px 2px 15px 2px;
}
.product-information img {
  margin-left: 5px;
}
.product-information .desc-box-title {
  font-size: 13px;
}
.product-information .desc-box-desc {
  font-size: 10px;
  margin-top: 4px;
}
.product-information .desc-box-details {
  width: calc(100% - 30px);
}

.f-title-details {
  position: relative;
  top: 0;
  color: #585858 !important;
  font-size: 1.4rem !important;
  margin-top: 10px;
}

.s-p-desc {
  margin-top: 10px;
}
.s-p-desc p {
  visibility: 3 !important;
  text-align: justify;
  font-size: 1.3rem;
}

.lists-in-product .more-menu {
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}
.lists-in-product .more-menu:before {
  display: none;
}

.shop-logo {
  border-radius: 4px;
  width: 50px;
}

.garantee-status {
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 0;
  padding-right: 50px;
  padding-top: 0;
  margin-top: -5px;
}
.garantee-status:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.garantee-status .f-title {
  color: #23923d !important;
}

.shop-details {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #585858;
}
.shop-details h2 {
  margin: 0;
}
.shop-details .best-shop-name {
  font-size: 12px;
  color: #585858;
  display: block;
  margin: 8px 20px;
  padding-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 100;
}
.shop-details .best-shop-name .shop-name {
  font-size: 14px;
  font-weight: 500;
}
.shop-details .pipe-line {
  font-size: 14px;
  position: static;
  padding: 5px;
  color: #585858;
  transform: rotate(0);
}

.product-nav .nav-tabs {
  margin-bottom: 0;
}
.product-nav .nav-tabs a {
  padding-right: 45px;
}

.index-about .tab-content {
  min-height: 460px;
  margin-bottom: 40px;
  font-size: 1.3rem;
}

.info-shop-title {
  padding: 12px 15px;
  background: #ececec;
  border-radius: 6px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .info-shop-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 850px) {
  .info-shop-title {
    font-size: 10px;
  }
}

.info-shop-desc p {
  padding: 12px 15px;
  background: #ececec50;
  border-radius: 6px;
  font-size: 14px;
  white-space: nowrap;
  line-height: 28px;
  text-align: justify;
}
@media screen and (max-width: 992px) {
  .info-shop-desc p {
    font-size: 12px;
    line-height: initial;
  }
}
@media screen and (max-width: 850px) {
  .info-shop-desc p {
    font-size: 10px;
  }
}

.info-shop-wrapper {
  margin-top: 30px;
}
.info-shop-wrapper .info-shop-desc p {
  white-space: normal;
  margin-bottom: 10px;
}

.analyze-body {
  color: #585858;
  line-height: 32px;
  margin-top: 30px;
  padding: 15px 30px 60px 30px;
  background: #fff;
  border-radius: 8px;
  text-align: justify;
}
@media screen and (max-width: 750px) {
  .analyze-body {
    margin-top: 15px;
  }
}
.analyze-body p, .analyze-body ol, .analyze-body ul {
  padding: 0;
  margin: 0;
}
.analyze-body img {
  max-width: 100%;
  margin: 15px 0;
}
.analyze-body ul {
  list-style: none;
}
.analyze-body ul li {
  position: relative;
}
.analyze-body ul li:before {
  content: "";
  background: #585858;
  width: 6px;
  height: 1.5px;
  position: absolute;
  right: -12px;
  top: 11px;
}
.analyze-body ul a {
  color: var(--color2) !important;
}

.product-name-en {
  margin: 0;
  color: #585858;
  line-height: 36px;
  font-size: 18px;
  font-weight: 300;
}

.f-title {
  font-size: 1.3rem;
  color: #868688;
}

.product-code {
  color: #777;
}
.product-code span {
  letter-spacing: 2px;
  padding: 0;
  margin: 0 5px;
}

.f-list {
  padding: 0;
  list-style: none;
  line-height: 26px;
  margin: 10px 0;
  color: #585858;
  font-weight: 400;
  font-size: 1.3rem;
  display: flex;
}
.f-list .pipe {
  padding: 0 15px !important;
  display: inline-block;
}
.f-list a {
  color: var(--color2) !important;
}
.f-list span {
  padding: 0 3px;
  display: inline-block;
}
.f-list span:first-child {
  padding-right: 0;
  color: #868688;
}

.more-f {
  color: #1870ce !important;
  margin: 15px 0;
  float: left;
  margin-left: 15px;
  font-size: 1rem;
  position: relative;
  z-index: 9;
}

.another-f-list {
  margin-top: 5px;
  padding: 0;
  list-style: none;
  line-height: 30px;
  color: #585858;
  font-weight: 400;
  font-size: 14px;
  flex-flow: column;
}
.another-f-list .f-title {
  font-size: 1.3rem;
  color: #7c7c7c;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.another-f-list .f-desc {
  font-size: 1.3rem;
  color: #585858;
}
.another-f-list a {
  color: var(--color2) !important;
}
.another-f-list span {
  padding: 0 3px;
  display: inline-block;
  font-size: 1rem;
}
.another-f-list span:first-child {
  padding-right: 0;
}

.b-title {
  padding: 6px 0;
  display: inline-block;
  width: 90px;
  height: 42px;
}
.b-title .more-menu {
  padding-right: 90px;
  width: auto;
  white-space: nowrap;
  color: var(--color2);
}

.p-r-1 {
  padding-right: 1px;
}

.p-d {
  position: relative;
  padding: 0;
  border-left: 0.1rem solid var(--color4);
}
.p-d:before {
  width: 1px;
  height: calc(100% + 20px);
  position: absolute;
  top: 0;
  background: #ececec50;
  right: 0;
}
.status {
  font-size: 1.2rem;
  font-weight: 100;
  padding: 15px 0;
  margin: 0 20px;
  padding-right: 0;
}
@media screen and (max-width: 1370px) {
  .status {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1200px) {
  .status {
    font-size: 1rem;
  }
}

.status-name {
  font-weight: 400;
}

.suggest-box-text {
  padding-left: 15px;
  text-align: justify;
  font-size: 1.2rem;
}
.suggest-box-text span {
  padding: 0 2px;
  display: inline-block;
}

.suggest-count {
  font-weight: 800;
}

.price-title {
  font-weight: 400;
  margin: 0 20px;
  padding: 15px 0;
  padding-bottom: 0;
  font-size: 13px;
  color: #212529;
}
@media screen and (max-width: 1370px) {
  .price-title {
    padding-top: 10px;
  }
}

.product-price-box {
  background: #f6f6f6;
  max-height: 305px;
  border-radius: 12px;
  padding-bottom: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .product-price-box {
    margin-left: 10px;
  }
}
.product-price-box .off {
  top: 10px;
  border: 3px solid var(--color2);
  border-radius: 100%;
  color: var(--color2);
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  width: 40px;
  height: 40px;
  position: absolute;
  margin: 0;
  right: 20px;
}
.product-price-box .garantee-status {
  padding: 5px 0 15px 0;
  font-weight: 400;
  margin: 0 20px;
  border-bottom: 1px solid #fff;
  font-size: 1.2rem;
  color: #212529;
}
@media screen and (max-width: 1370px) {
  .product-price-box .garantee-status {
    padding: 0 0 10px 0;
  }
}
@media screen and (max-width: 1200px) {
  .product-price-box .garantee-status {
    font-size: 1rem;
  }
}
.product-price-box .garantee-status:before {
  width: 17px;
  height: 17px;
  top: 50%;
  transform: translate(0, -50%);
  right: 6px;
}
.product-price-box .sell-another-shop {
  padding: 25px 0;
  font-weight: 400;
  margin: 0 20px;
  font-size: 12px;
}
.product-price-box .sell-another-shop span {
  display: inline-block;
  padding: 0 2px;
}
.product-price-box .sell-another-shop .another-shop {
  display: block;
}
.product-price-box .add-to-cart-wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-price-box .best-shop-rate-desc {
  font-size: 12px;
  font-weight: 100;
  margin: 0 20px;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 0;
}
.product-price-box .best-shop-rate-desc span {
  padding: 0 1px;
  display: inline-block;
}
.product-price-box .best-shop-rate-desc .pipe-line {
  color: #585858;
  font-size: 15px;
  top: 0;
  padding: 0 5px;
}
.product-price-box .suggestion-off {
  left: 20px;
  width: 65px;
}

.suggest-box {
  position: relative;
  display: flex;
  flex-flow: row;
  margin-bottom: 20px;
  color: #585858;
  align-items: center;
  justify-content: flex-start;
  direction: rtl;
  top: 15px;
  width: 100%;
  right: -5px;
}
.suggest-box .timer-wrapper {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.suggest-box .timer-number {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 200px;
}
@media screen and (min-width: 992px) {
  .suggest-box .timer-number {
    width: 100%;
  }
}
.suggest-box .timer-number span {
  color: var(--color2) !important;
  width: 45px;
}
.suggest-box .timer-number span:nth-child(1) {
  right: 0;
}
.suggest-box .timer-number span:nth-child(2) {
  right: 0;
}
.suggest-box .timer-number span:nth-child(3) {
  right: 0;
}
.suggest-box .timer-number span:nth-child(4) {
  right: 0;
}
.suggest-box .timer-title {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 200px;
}
@media screen and (min-width: 992px) {
  .suggest-box .timer-title {
    width: 100%;
  }
}
.suggest-box .timer-title span {
  width: 45px;
}
.suggest-box .timer-title span:nth-child(1) {
  right: 0;
}
.suggest-box .timer-title span:nth-child(2) {
  right: 0;
}
.suggest-box .timer-title span:nth-child(3) {
  right: 0;
}
.suggest-box .timer-title span:nth-child(4) {
  right: 0;
}
.suggest-box .timer-title span:before {
  display: none;
}

.curr-shop {
  font-size: 1.2rem;
  font-weight: 100;
  padding: 10px 0 0 0;
  margin: 0 20px;
}
@media screen and (max-width: 1200px) {
  .curr-shop {
    font-size: 1rem;
  }
}
.curr-shop .shop-name {
  font-weight: 400;
}
.curr-shop span {
  padding: 0 2px;
  display: inline-block;
}

.product-information {
  margin-top: 0;
}
.product-information .category-tabs {
  margin-top: 0;
  padding: 0 0 0 45px;
}
.product-information .category-tabs .nav-tabs {
  width: 100% !important;
}
@media screen and (max-width: 992px) {
  .product-information .category-tabs .nav-tabs {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.zoom-wrapper {
  width: 80%;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.video {
  cursor: pointer !important;
  background: var(--color2);
  display: inline-flex;
  margin: 0;
  width: 90px;
  border-radius: 8px;
  position: relative;
  height: 90px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.video img {
  width: 40% !important;
}
.video.active {
  border: 1.5px solid #292e77 !important;
}
.video.active img {
  border: 1.5px solid transparent !important;
}

.p-s-i-m-w {
  height: 100%;
  overflow: auto;
  top: 0;
  width: 80%;
  margin: 0 auto;
  white-space: nowrap;
  position: relative;
  overflow-x: -moz-hidden-unscrollable;
}
.p-s-i-m-w::-webkit-scrollbar {
  width: 1px !important;
  height: 1px !important;
}
.p-s-i-m-w::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3) !important;
}
.p-s-i-m-w::-webkit-scrollbar-thumb {
  background-color: var(--color2) !important;
  outline: 1px solid var(--color2) !important;
}

.image-slider-in-modal-wrapper, .customer {
  margin: 0;
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .image-slider-in-modal-wrapper, .customer {
    width: auto;
  }
}
.image-slider-in-modal-wrapper::-webkit-scrollbar, .customer::-webkit-scrollbar {
  width: 3px !important;
  height: 4px;
}
.image-slider-in-modal-wrapper::-webkit-scrollbar-track, .customer::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #eee !important;
}
.image-slider-in-modal-wrapper::-webkit-scrollbar-thumb, .customer::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: var(--color2) !important;
  outline: 1px solid var(--color2) !important;
}
@media screen and (min-width: 992px) {
  .image-slider-in-modal-wrapper.in-mobile, .customer.in-mobile {
    display: none;
  }
}
.image-slider-in-modal-wrapper.in-desktop, .customer.in-desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .image-slider-in-modal-wrapper.in-desktop, .customer.in-desktop {
    display: block;
  }
}
.image-slider-in-modal-wrapper .img-w, .customer .img-w {
  cursor: pointer;
  border: 1px solid #ececec50;
  display: inline-flex;
  margin: 0;
  width: 60px;
  border-radius: 8px;
  position: relative;
  height: 60px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 991.98px) {
  .image-slider-in-modal-wrapper .img-w, .customer .img-w {
    width: 50px;
    height: 50px;
  }
}
.image-slider-in-modal-wrapper .img-w:nth-child(1), .customer .img-w:nth-child(1) {
  margin-right: 0;
}
.image-slider-in-modal-wrapper .img-w:last-child, .customer .img-w:last-child {
  margin-left: 0;
}
.image-slider-in-modal-wrapper img, .customer img {
  object-fit: contain;
  height: 100% !important;
  width: 100%;
  margin: 0;
  border-radius: 8px;
  opacity: 0.6;
  transition: 0.2s all;
  padding: 0 !important;
}
.image-slider-in-modal-wrapper img:hover, .customer img:hover {
  opacity: 0.9;
}

.img-w.active img {
  opacity: 1;
  border: 1.5px solid var(--color2) !important;
}

.point-wrapper {
  margin-top: 30px;
}
.point-wrapper .point-list {
  list-style: none;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 95px;
  position: relative;
  top: -24px;
  font-size: 13px;
}
.point-wrapper .point-list .point-list-item {
  position: relative;
}
.point-wrapper .point-list .point-list-item:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  right: -10px;
  top: 50%;
  background-color: #585858;
}

.good-point .point-title {
  color: #8bc34a;
}
.good-point .point-list-item:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 1px;
  right: -8px;
  top: 10px;
  background-color: #585858;
}
.good-point .point-list li:before {
  background-color: #8bc34a;
}

.bad-point .point-title {
  color: var(--color2);
}
.bad-point .point-list li:before {
  background-color: var(--color2);
}

.single-product-page .seprator {
  z-index: 0;
}
.single-product-page .title-line {
  position: absolute;
  text-align: justify;
  line-height: 1.6;
  display: inline-block;
  margin: 0;
  padding-top: 0;
}
@media screen and (max-width: 800px) {
  .single-product-page .title-line {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .single-product-page .title-line {
    font-size: 18px;
  }
}
.single-product-page .title-line:before {
  display: none;
  top: 19px;
  border-top: 1px solid #15acbe;
  border-bottom: 1px solid #15acbe;
}
.single-product-page .title-line:after {
  display: none;
  top: 19px;
  border-top: 1px solid #15acbe;
  border-bottom: 1px solid #15acbe;
}
.single-product-page .desc {
  height: 197px;
  overflow: auto;
  text-align: justify;
  padding-left: 15px;
}
.single-product-page .desc::-webkit-scrollbar {
  width: 2px !important;
  height: 2px;
}
.single-product-page .desc::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 !important;
  box-shadow: inset 0 0 0 !important;
}
.single-product-page .desc::-webkit-scrollbar-thumb {
  background-color: cornflowerblue !important;
  outline: 1px solid transparent !important;
}

.single-product-page .category-slider {
  margin-top: 20px;
}
.single-product-page .add-to-cart-wrapper {
  overflow: hidden;
  background: var(--color2);
  color: #fff;
  border: 1px solid var(--color2);
  position: absolute;
  left: 40px;
  bottom: 0;
  border-radius: 6px;
  z-index: 10;
  padding: 5px;
  display: inline-block;
  transition: 0.2s all;
}

.add-to-cart {
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all;
  color: #fff !important;
  background: #28a745;
  padding: 9px 40px;
  border-radius: 6px;
  font-size: 1.2rem !important;
  height: 45px;
}
.add-to-cart.unavailable {
  min-width: 170px;
  background: gray;
  pointer-events: none;
  font-size: 18px !important;
  right: -70px;
  position: relative;
}

.product-features li {
  display: flex;
}
.product-features .price {
  position: relative;
  width: 220px;
}
.product-features .off-wrapper {
  left: 0;
  top: 0;
  color: #bcbcbc;
  letter-spacing: 1px;
}
.product-features .off-wrapper .off {
  top: -3px;
  right: 6px;
}
.product-features ul {
  padding: 0;
  padding-bottom: 15px;
  list-style: none;
  border-bottom: 1px solid #e0e0e0;
}
.product-features ul:last-child {
  border: 0;
}

.f-list-details {
  line-height: 30px !important;
}
.f-list-details .f-title {
  font-size: 1.2rem;
}

.product-name-wrapper {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .product-name-wrapper {
    margin-bottom: 15px;
    margin-right: -15px;
  }
}
.product-name-wrapper:before {
  width: calc(100% - 60px);
  height: 0.1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
}
@media screen and (min-width: 992px) {
  .product-name-wrapper:before {
    content: "";
    border-bottom: 0.1rem solid var(--color4);
  }
}

.product-name {
  font-weight: 500;
  font-size: 2.4rem;
  margin: 0;
  padding: 10px 0;
  position: relative;
  line-height: 36px;
  color: #264653;
}
@media screen and (max-width: 1450px) {
  .product-name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .product-name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991.98px) {
  .product-name {
    margin-top: 0 !important;
  }
}

.product-slider-features-wrapper {
  line-height: 32px;
  background: #fff;
  box-shadow: 0px 2px 5px 0 #9e9e9e30;
  padding: 20px;
}

.product-features {
  color: #868688;
  height: 325px;
  padding: 14px 0px 0px 10px;
}
@media screen and (max-width: 992px) {
  .product-features {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .product-features {
    padding-bottom: 60px;
  }
}
.product-features .off-wrapper .off, .product-features .off-wrapper .off:before {
  border-radius: 50%;
  z-index: 0;
}

@media screen and (max-width: 992px) {
  .product-slider-wrapper {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.product-slider-wrapper .product-slider {
  position: absolute;
  top: 26px;
  right: 50%;
  transform: translate(50%);
}
.product-slider-wrapper .product-slider img {
  width: 268px;
  padding: 2px;
  border: 1px solid #15acbe;
}

.product-slider {
  position: relative;
}
@media screen and (min-width: 992px) {
  .product-slider {
    margin-top: -75px;
  }
}

.product-info-tabs .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-info-tabs .nav-tabs .icon {
  font-size: 2rem;
  position: relative;
  right: -10px;
  top: 5px;
}
.product-info-tabs .nav-tabs a {
  padding-right: 20px;
}
.product-info-tabs .tab-pane {
  height: auto;
}

.nav-tabs .active .icon-edit-o:before {
  content: "" !important;
}
.nav-tabs .active .icon-notepad-o:before {
  content: "" !important;
}
.nav-tabs .active .icon-speaker-o:before {
  content: "" !important;
}

.product-price-box .unavailable-title {
  position: relative;
  color: #264653;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-bottom: 10px;
}
.product-price-box .unavailable-title span {
  background: #f6f6f6;
  position: relative;
  z-index: 2;
  padding: 0 6px;
}
.product-price-box .unavailable-title:before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #264653;
  position: absolute;
  bottom: 10px;
}
.product-price-box.unavailable {
  text-align: justify;
  font-weight: 400;
  font-size: 1.2rem;
  color: #212529;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding: 15px;
  width: calc(100% - 15px);
  margin: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .product-price-box.unavailable {
    font-size: 1rem;
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 992px) {
  .product-price-box.unavailable {
    margin-left: 10px;
  }
}
.product-price-box .send-message {
  color: #585858 !important;
  top: 10px;
  position: relative;
  font-size: 1.4rem;
  white-space: nowrap;
  padding: 10px 0px;
  background: #ccc;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  width: calc(100%);
  margin-bottom: 10px;
  transition: 0.2s all;
}
.product-price-box .send-message:hover {
  background: #e6e6e6;
}
@media screen and (max-width: 1200px) {
  .product-price-box .send-message {
    font-size: 1rem;
  }
}

.f-list-item {
  padding-left: 30px;
  display: flex;
}

.s-p-box-desc .desc-box-item {
  padding: 0;
  width: 100% !important;
  margin: 0 !important;
}
.s-p-box-desc .desc-details {
  display: none;
}
.s-p-box-desc img {
  width: 65px;
  margin: 0;
}
.s-p-box-desc .box-desc {
  margin: 0 !important;
  margin-top: -70px !important;
  width: 100%;
  border-top: 1px solid #ececec50;
  border-radius: 0;
  padding-top: 10px;
}
.s-p-box-desc .desc-title {
  font-size: 1.2rem;
}

.select-option {
  position: relative;
}

.f-list-selectable-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.f-list-selectable-wrapper .f-list-selectable {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  margin-bottom: 5px;
  padding: 2px 2px;
  height: 36px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  width: 146px;
  top: 4px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1439.98px) {
  .f-list-selectable-wrapper .f-list-selectable {
    width: 116px;
  }
}
@media screen and (max-width: 1199.98px) {
  .f-list-selectable-wrapper .f-list-selectable {
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  .f-list-selectable-wrapper .f-list-selectable {
    width: calc(100% / 3 - 5px);
  }
}
@media screen and (max-width: 550px) {
  .f-list-selectable-wrapper .f-list-selectable {
    width: 100%;
  }
}
.f-list-selectable-wrapper .f-list-selectable.active {
  border: 1px solid var(--color2);
  color: var(--color2);
}
.f-list-selectable-wrapper.active {
  border: 1px solid var(--color2);
}

.single-product-icon-item {
  font-size: 2rem;
  margin: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product-icon-item .share-item {
  color: #bbb !important;
  font-size: 1.7rem;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-product-icon-item-wrapper {
  position: absolute;
  right: -45px;
  top: 0;
  z-index: 99999;
  display: flex;
  flex-flow: column;
}

.product-card-like a {
  color: #aaa;
}
.product-card-like .icon-heart {
  color: var(--color2) !important;
}

.sendMessageProductAvailable .message-text {
  color: #585858;
  font-size: 1.3rem;
  margin-bottom: 0;
  line-height: 28px;
}
.sendMessageProductAvailable .custom-control-label {
  padding-right: 30px;
  position: relative;
  top: 5px;
}

.not-sign-in {
  display: block;
  font-size: 12px;
  padding-top: 0;
  color: #585858;
  cursor: pointer;
}

.product-information .captcha a {
  bottom: -6px !important;
}

.input-count {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.input-count .quantity {
  direction: ltr;
  position: relative;
  margin-right: 4px;
}
.input-count input[type=number]::-webkit-inner-spin-button,
.input-count input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-count input[type=number] {
  -moz-appearance: textfield;
}
.input-count .quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  padding: 0;
  margin: 0;
  border: 1px solid #eee;
  color: #585858;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.input-count .quantity input:focus {
  outline: 0;
}
.input-count .quantity-nav {
  float: left;
  position: relative;
  height: 42px;
  right: -20px;
}
.input-count .quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.input-count .quantity-button.quantity-up {
  position: absolute;
  top: 0;
  background-color: #eee;
  border: 1px solid #ddd;
  left: -20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.8rem;
  color: #585858;
}
.input-count .quantity-button.quantity-down {
  position: absolute;
  bottom: 0px;
  background-color: #eee;
  border: 1px solid #ddd;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.8rem;
  color: #585858;
}

.another-f-list .callToAction {
  color: #fff !important;
  padding: 5px 25px 5px 25px;
  border-radius: 6px;
  height: 45px;
}

.callToAction {
  z-index: 2;
  display: block;
  background-color: #1f4282;
  background: -webkit-gradient(linear, left top, right top, from(#92679a), color-stop(#501a4b), to(#be83cb));
  background: -webkit-linear-gradient(left, #92679a, #501a4b, #be83cb);
  background: -o-linear-gradient(left, #92679a, #501a4b, #be83cb);
  background: linear-gradient(to right, #92679a, #501a4b, #be83cb);
  background-size: 600% 600%;
  animation: attract 6s ease infinite;
  -webkit-animation: attract 6s ease infinite;
}
.callToAction .callToActionText {
  font-size: 1.2rem !important;
  top: -2px;
  position: relative;
  right: 5px;
}
.callToAction .icon {
  font-size: 24px !important;
  position: relative;
  top: 4px;
}

@keyframes attract {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.pinkBg {
  background-color: var(--color2);
  z-index: -1;
}

.circle-ripple.intro-banner-vdo-play-btn {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  right: -8px;
}
.circle-ripple.intro-banner-vdo-play-btn .pinkBg {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  -webkit-animation: ripple2 2s infinite;
  animation: ripple2 2s infinite;
}

.intro-banner-vdo-play-btn {
  height: 45px;
  width: 220px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  border-radius: 6px;
  z-index: 1;
  background: transparent;
}

.p-relative {
  position: relative;
}

.intro-banner-vdo-play-btn .ripple {
  position: absolute;
  height: 60px;
  width: 220px;
  z-index: -1;
  bottom: -7.5px;
  right: 0;
  opacity: 0;
  border-radius: 6px;
  -webkit-animation: ripple 2s infinite;
  animation: ripple 2s infinite;
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.65, 0);
    transform: scale(0.65, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.14);
    transform: scale(1.14);
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.65, 0);
    transform: scale(0.65, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.14);
    transform: scale(1.14);
  }
}
@-webkit-keyframes ripple2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.intro-banner-vdo-play-btn .ripple:nth-child(2) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.price-product-wrapper {
  position: relative;
  padding-bottom: 45px;
  margin-top: 15px;
}
@media screen and (min-width: 1440px) {
  .price-product-wrapper {
    margin-top: -70px;
  }
}

.color-name {
  color: #585858;
  padding: 0 10px !important;
}

.color-wrapper {
  margin: 0 5px;
  width: 100%;
  overflow: hidden;
}
.color-wrapper .owl-color {
  width: 100%;
}
.color-wrapper .owl-color .owl-item {
  float: right;
  padding: 5px 5px 0 0;
  position: relative;
  margin-bottom: 3px;
}
.color-wrapper .owl-color .item {
  position: relative;
  left: -4px;
  top: 0px;
}
.color-wrapper .owl-color .item.clicked:before {
  content: "";
  position: absolute;
  top: -3px;
  border-radius: 100%;
  right: -4px;
  width: 12px;
  height: 12px;
  background-image: url("../dist/images/content/check.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.color-wrapper .owl-color .item.clicked:after {
  content: "";
  position: absolute;
  width: calc(100% + 3px);
  right: -1.5px;
  height: calc(100% + 3px);
  border: 1px solid var(--color5);
  top: -1.5px;
  z-index: -1;
  border-radius: 4px;
}
.color-wrapper .owl-color img {
  display: block;
  margin: 0px auto;
  height: 60px;
  object-fit: contain;
}

.total-price .card-oldPrice {
  margin-right: 0;
}

.price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  padding-right: 55px;
}
.price-box .price-wrapper {
  top: 0;
}

.slogan-wrapper-type2 {
  margin-bottom: 30px;
  margin-top: -5px;
}
.slogan-wrapper-type2 .product__wrapper {
  border-radius: 16px;
  background: #fff;
  margin-top: 16px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 20px 15px;
}
.slogan-wrapper-type2 .product__img {
  width: 60px;
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .slogan-wrapper-type2 .product__img {
    margin-right: 0;
  }
}
.slogan-wrapper-type2 .product__title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 991.98px) {
  .slogan-wrapper-type2 .product__title {
    font-size: 14px;
    line-height: 24px;
  }
}
.slogan-wrapper-type2 .product__link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slogan-wrapper-type2 .product__content {
  font-size: 1.3rem;
  line-height: 24px;
  font-weight: 400;
}
@media screen and (max-width: 991.98px) {
  .slogan-wrapper-type2 .product__content {
    font-size: 1rem;
    line-height: 17px;
    font-weight: 500;
    padding: 0;
  }
}
.slogan-wrapper-type2 .product__link-details {
  width: calc(100% - 80px);
  flex-flow: column;
}

.product__title {
  margin-top: 4rem;
  margin-bottom: 1.4rem;
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--color2);
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.product__content {
  margin-top: 0;
  font-weight: 300;
  font-size: 1.6rem;
  text-align: center;
  color: #787878;
  line-height: 2.6rem;
  padding: 0 20px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.sticky-top-wrapper {
  margin-bottom: 45px;
  position: sticky;
  top: 10px;
}

.decoraiton-test .icon {
  z-index: 3;
  position: relative;
  color: var(--color2);
}
.decoraiton-test .icon:after {
  content: "";
  width: 15px;
  height: 15px;
  z-index: -1;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.add-to-cart-modal {
  border-radius: 16px;
}
.add-to-cart-modal .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
  color: #fff;
}
.add-to-cart-modal .add-to-cart-modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.add-to-cart-modal img {
  width: 75px;
  margin: 15px;
  position: relative;
  top: 0;
}
.add-to-cart-modal .slogan-part {
  width: 30%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 200px;
  background: var(--color2);
}
@media screen and (max-width: 768.98px) {
  .add-to-cart-modal .slogan-part {
    display: none;
  }
}
.add-to-cart-modal .slogan {
  margin: 0 15px 8px 15px;
  font-size: 12px;
  color: #fff;
}
.add-to-cart-modal .modal-dialog {
  width: 650px;
  max-width: 650px;
}
@media screen and (max-width: 768.98px) {
  .add-to-cart-modal .modal-dialog {
    width: 97%;
  }
}
.add-to-cart-modal .modal-content {
  border-radius: 16px;
  overflow: hidden;
  border: 0;
  box-shadow: 0 0 0;
}
.add-to-cart-modal .question-part {
  width: 70%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 185px;
}
.add-to-cart-modal .modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 20px;
  position: relative;
}
.add-to-cart-modal .modal-title .icon {
  position: relative;
  z-index: 1;
  top: 5px;
}
.add-to-cart-modal .modal-title:after {
  width: 45px;
  height: 45px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #5dd879;
  border-radius: 100%;
}
.add-to-cart-modal .modal-text {
  width: 100%;
  display: flex;
  padding: 0 20px;
  font-size: 14px;
  color: #585858;
}
.add-to-cart-modal .modal-btns {
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
  margin: 20px;
  justify-content: space-between;
}
.add-to-cart-modal .continue-btn {
  position: static;
  width: 46%;
  opacity: 1;
  float: none;
  line-height: initial;
  text-align: center;
  text-shadow: 0 0 0;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all;
  color: #fff !important;
  background: var(--color2);
  padding: 9px;
  border-radius: 6px;
  font-size: 1.2rem !important;
  height: 45px;
  font-weight: 300;
}
@media screen and (max-width: 500px) {
  .add-to-cart-modal .continue-btn {
    width: 100px;
    padding: 5px 10px;
  }
}
.add-to-cart-modal .finish-shopping-btn {
  position: static;
  width: 46%;
  color: #fff;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all;
  background: #28a745;
  padding: 9px;
  border-radius: 6px;
  font-size: 1.2rem !important;
  height: 45px;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  .add-to-cart-modal .finish-shopping-btn {
    width: 100px;
    padding: 5px 10px;
  }
}

.share-modal {
  z-index: 9999999999;
}
.share-modal .modal-content {
  padding: 45px 20px;
}
.share-modal .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
}
.share-modal .close .icon {
  font-size: 1.5rem;
}
.share-modal .share-text {
  color: #585858;
  font-size: 1.4rem;
  margin-top: 20px;
}
.share-modal .share-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 15px 0;
}
.share-modal .icon {
  font-size: 22px;
  position: relative;
  top: 2px;
}
.share-modal .share-link {
  font-size: 11px;
  padding: 5px;
  color: #ddd !important;
  border-radius: 4px;
  margin-left: 10px;
}
.share-modal .instagram {
  width: 20px;
}
.share-modal .twitter {
  color: #55acee;
}
.share-modal .facebook {
  color: #3b5998;
}
.share-modal .telegram {
  color: #039be5;
}
.share-modal .whatsapp {
  font-size: 26px !important;
  top: 1px !important;
}
.share-modal .copy-link .share-link {
  font-size: 11px;
  padding: 5px 15px;
  border: 1px solid #ddd;
  color: #aaa !important;
  border-radius: 4px;
  margin-left: 10px;
  pointer-events: none;
}
.share-modal .copy-link.copied .share-link {
  border: 1px solid var(--color2);
  color: var(--color2) !important;
}

@media screen and (max-width: 991.98px) {
  .product-wrapper #content {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .product-wrapper .category-tabs {
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 991.98px) {
  .row-price {
    margin-right: -20px;
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  .row-price .price-box-wrapper {
    padding-right: 0 !important;
    margin-right: -30px;
  }
}
@media screen and (max-width: 991.98px) {
  .row-price .price-box {
    padding-right: 25px;
  }
}

@media screen and (max-width: 600px) {
  .add-to-cart-wrapper {
    position: absolute;
    bottom: -64px;
    width: 160px;
    z-index: 2;
  }
}
@media screen and (max-width: 500px) {
  .add-to-cart-wrapper {
    width: 110px;
  }
}
@media screen and (max-width: 350px) {
  .add-to-cart-wrapper {
    margin-right: -15px;
  }
}
@media screen and (max-width: 600px) {
  .add-to-cart-wrapper .add-to-cart {
    padding: 9px;
    width: 100%;
  }
}

@media screen and (max-width: 991.98px) {
  .callToActionWrapper {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .callToActionWrapper {
    display: inline-block;
    height: 50px;
  }
}
@media screen and (max-width: 650px) {
  .callToActionWrapper .price-box-wrapper {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .callToActionWrapper .callToActionText {
    top: 0;
  }
}
@media screen and (max-width: 500px) {
  .callToActionWrapper .callToActionText {
    display: none;
  }
}
.callToActionWrapper .callToActionMobileText {
  font-size: 1.2rem !important;
  top: 2px;
  position: relative;
  right: 5px;
}
@media screen and (max-width: 500px) {
  .callToActionWrapper .callToActionMobileText {
    display: inline-block !important;
  }
}
@media screen and (max-width: 600px) {
  .callToActionWrapper .callToAction {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .callToActionWrapper .f-list-item {
    width: auto;
    padding-left: 0;
    position: absolute;
    left: 15px;
    right: auto;
  }
}
@media screen and (max-width: 350px) {
  .callToActionWrapper .f-list-item {
    left: 0;
  }
}
@media screen and (max-width: 500px) {
  .callToActionWrapper .pinkBg {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .add-to-cart-text {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .add-to-cart-mobile-text {
    display: inline-block !important;
  }
}

.category-tabs-wrapper {
  overflow: hidden;
  position: relative;
}
.category-tabs-wrapper .owl-nav {
  background: transparent !important;
  border: 0 !important;
}
.category-tabs-wrapper .owl-nav button {
  background: transparent !important;
  border: 0 !important;
  box-shadow: 0 0 0 0 !important;
}
.category-tabs-wrapper .owl-nav img {
  border: 0 !important;
  width: 55px;
  padding: 18px;
}

.category-tabs {
  margin: 30px 0;
  padding: 12px 0px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .category-tabs {
    min-height: 500px;
  }
}
.category-tabs .nav-tabs, .category-tabs .nav-tabs .nav-link:focus, .category-tabs .nav-tabs .nav-link:hover, .category-tabs .nav-tabs .nav-item.show .nav-link, .category-tabs .nav-tabs .nav-link.active {
  background: transparent;
}
.category-tabs .nav-link {
  border: 0 !important;
  transition: 0.2s all;
}
.category-tabs .nav-link:before {
  opacity: 0;
  transition: 0.2s all;
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2rem;
  right: 0;
  background: var(--color2);
  /*background: -moz-linear-gradient(left, #e9c46a 0%, #e9c46a 54%, #e76f51 100%);
  background: -webkit-linear-gradient(left, #e9c46a 0%, #e9c46a 54%, #e76f51 100%);
  background: linear-gradient(to right, #e9c46a 0%, #e9c46a 54%, #e76f51 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9c46a', endColorstr='#e76f51', GradientType=1);
  */
  bottom: 5px;
  border-radius: 8px;
}
.category-tabs .tab-content {
  width: 100%;
  margin-top: 5px;
}
.category-tabs .tab-content .owl-card {
  position: relative;
  transition: 0.2s all;
}
.category-tabs .tab-content .owl-card:hover .product-card-name {
  border-top: 1px solid #eee;
}
.category-tabs .tab-content .owl-card:hover .product-card {
  border-radius: 6px;
  box-shadow: 0 0 0 1px #9e9e9e20;
  outline: none;
}
.category-tabs .tab-content .owl-card:hover .important-details {
  border-radius: 0;
}
.category-tabs .tab-content .owl-card:hover .product-card-details-list {
  opacity: 1;
}
.category-tabs .tab-pane.fade {
  opacity: 0;
  transition: 0.2s all;
}
.category-tabs .tab-pane.fade.show {
  opacity: 1;
}
.category-tabs .nav-tabs .nav-link.active {
  color: var(--color2) !important;
  position: relative;
}
.category-tabs .nav-tabs .nav-link.active:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  display: block;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background: var(--color2) !important;
}
.category-tabs .nav-tabs {
  padding: 0;
  width: 100%;
  height: 55px;
}
@media screen and (max-width: 750px) {
  .category-tabs .nav-tabs {
    padding: 0;
    width: calc(100% - 85px);
    height: 42.5px;
    margin-right: 0;
    overflow: auto;
    white-space: nowrap;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .category-tabs .nav-tabs::-webkit-scrollbar {
    width: 1px !important;
    height: 2px;
  }
  .category-tabs .nav-tabs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 !important;
    box-shadow: inset 0 0 0 !important;
  }
  .category-tabs .nav-tabs::-webkit-scrollbar-thumb {
    background-color: var(--color4) !important;
    outline: 1px solid transparent !important;
  }
}
@media screen and (max-width: 500px) {
  .category-tabs .nav-tabs {
    width: 100%;
  }
}
.category-tabs .nav-item {
  line-height: 38px;
}
.category-tabs .nav-link {
  font-size: 1.4rem;
  color: #777;
  padding: 10.75px 15px;
  top: -5px;
}
.category-tabs .offer {
  pointer-events: none;
  cursor: default;
  position: relative;
  margin-left: 30px;
  font-size: 2.3rem;
  font-weight: 800;
}
@media screen and (max-width: 750px) {
  .category-tabs .offer {
    position: absolute;
    right: 15px;
    top: -45px;
  }
}
.category-tabs .offer:before {
  transition: 0.2s all;
  content: "";
  position: absolute;
  width: 100%;
  height: 0.25rem;
  right: 0;
  background: #e9c46a;
  background: -moz-linear-gradient(left, #e9c46a 0%, #e9c46a 54%, #e76f51 100%);
  background: -webkit-linear-gradient(left, #e9c46a 0%, #e9c46a 54%, #e76f51 100%);
  background: linear-gradient(to right, #e9c46a 0%, #e9c46a 54%, #e76f51 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9c46a", endColorstr="#e76f51", GradientType=1);
  bottom: 5px;
  border-radius: 8px;
}
.category-tabs .offer a {
  padding-right: 0;
  font-size: 2rem;
  color: #264653;
  font-weight: 800;
}
.category-tabs .offer .nav-link {
  font-size: 1.6rem;
  color: var(--color5);
}

.tooltip {
  pointer-events: none;
}

.more-archive {
  position: absolute;
  left: 0;
  top: 15px;
  color: var(--color1) !important;
  padding: 0 20px;
  font-size: 13px;
  margin-left: 0;
  font-weight: 500;
  border-radius: 4px;
  transition: 0.2s all;
}
.more-archive:hover {
  color: var(--color5) !important;
}

@media screen and (max-width: 500px) {
  .category-tabs .more-archive {
    top: -30px !important;
  }
}

.product-card-name {
  margin: 0;
  text-align: center;
  line-height: 34px;
  transition: 0.2s all;
  border-top: 1px solid #fff;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.product-card-name a {
  color: var(--color5);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .product-card-name a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 992px) {
  .product-card-name a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 650px) {
  .product-card-name a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 350px) {
  .product-card-name a {
    font-size: 1.1rem;
  }
}

.product-card {
  position: relative;
  border-radius: 6px !important;
  margin: 0 !important;
  background: #fff !important;
  outline: none;
  padding-bottom: 10px;
}
.product-card img {
  padding: 15px;
  background: #fff;
}
.product-card .price-wrapper {
  margin-right: 0;
  flex-flow: column;
  top: -10px;
  position: relative;
  z-index: 2;
}
.product-card .card-oldPrice {
  color: #777;
  font-weight: 400;
  transition: 0.2s all;
}
.product-card .product-card-off-percent {
  position: absolute;
  top: 10px;
  padding-left: 6px;
  font-size: 1.1rem;
  right: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color2);
  color: #fff;
  z-index: 2;
  border-radius: 100% 0 100% 100%;
}
.product-card .product-card-off-percent:after {
  content: attr(data-sign);
  position: absolute;
  left: 5px;
}

.product-card-details-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  height: 40px;
  transition: 0.2s all;
  opacity: 0;
  position: absolute;
  width: 50%;
  bottom: 50px;
  border-radius: 4px 4px 0 0;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 992px) {
  .product-card-details-list {
    opacity: 1;
  }
}
@media screen and (max-width: 650px) {
  .product-card-details-list {
    width: 100%;
    position: relative;
    bottom: 0;
  }
}
.product-card-details-list li {
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card-details-list .icon {
  color: #a6a6a6;
  font-size: 2rem;
}
.product-card-details-list .icon-cart-outline:hover {
  color: #4CAF50;
}
.product-card-details-list .icon-heart {
  color: var(--color2);
}
.product-card-details-list .icon-zoom-in:hover {
  color: var(--color5);
}
.product-card-details-list .icon-heart:hover, .product-card-details-list .icon-heart-outline:hover {
  color: var(--color2);
}

.important-details {
  background: #fff;
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
}
.important-details figure {
  margin: 0;
}

.owl-carousel5 button {
  box-shadow: 0 0 0 1px #eeeeee8c;
  border-radius: 0;
  background: #dddddd87 !important;
  top: -30px;
  position: absolute;
}
.owl-carousel5 .owl-prev {
  position: absolute;
  right: -50px;
}
@media screen and (max-width: 1201px) {
  .owl-carousel5 .owl-prev {
    right: -30px;
  }
}
.owl-carousel5 .owl-next {
  position: absolute;
  left: -50px;
}
@media screen and (max-width: 1201px) {
  .owl-carousel5 .owl-next {
    left: -30px;
  }
}

@media screen and (max-width: 992px) {
  .product-info-tabs-section {
    padding: 0;
  }
}

.product-nav {
  padding: 0 !important;
}
.latest-comment {
  min-height: 350px;
  position: relative;
  margin-bottom: 30px;
}
.latest-comment:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
  background-image: linear-gradient(248deg, var(--color5), #fff);
}

#zoom {
  position: relative !important;
  width: 100%;
  height: auto !important;
}

.zoomLens {
  border: 1px solid var(--color2) !important;
}

.zoomWindow {
  top: 0 !important;
  display: none;
  width: 400px !important;
  height: 400px !important;
}

.zoomContainer {
  z-index: 999999999;
}
.zoomContainer.hasPoster {
  z-index: 0;
}

zoomWindowContainer .zoomWindow {
  border: 0 !important;
  display: none !important;
}

.zoomable {
  display: none;
}
@media screen and (max-width: 992px) {
  .zoomable {
    border: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 42px;
    display: block !important;
    right: 8px;
    background: transparent;
    font-size: 20px;
    color: #aaa;
  }
}

.product-slider-modal .modal-content {
  min-height: 660px;
}
.product-slider-modal .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
}
.product-slider-modal .p-s-i-m-w {
  width: 100%;
  height: auto;
  white-space: normal;
  max-height: 365px;
  margin-top: 65px;
}
.product-slider-modal .customer img, .product-slider-modal .image-slider-in-modal-wrapper img {
  opacity: 1;
}
.product-slider-modal .customer .img-w, .product-slider-modal .image-slider-in-modal-wrapper .img-w {
  border: 1px solid #ececec;
  margin: 0;
  width: 85px;
  height: 85px;
  flex-wrap: wrap;
}
.product-slider-modal .nav-tabs {
  position: relative;
  top: 60px;
  z-index: 999;
  padding-right: 15px;
}
.product-slider-modal .zoom-wrapper {
  margin-right: 0;
}
.product-slider-modal .zoomWrapper {
  width: 100% !important;
}

#zoomInner {
  width: 80%;
  height: auto;
  margin: 140px 0 50px 50px;
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
}

.consumer-link-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 75px;
  margin-top: 15px;
}

.consumer-link-pic-wrapper {
  display: flex;
  width: 120px;
  overflow: hidden;
}

.consumer-link-pic-item {
  width: 20px;
  height: 20px;
  margin: 2px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.consumer-link {
  color: #1870ce !important;
  margin: 5px;
  float: left;
  font-size: 1rem;
}

.consumer-link-pic {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

#zoomInnerCustomer {
  width: 100%;
  height: auto;
  margin: 140px 50px 50px 50px;
}

.customer-wrapper {
  max-height: 454px;
}

.customer img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.comment-box .customer-wrapper {
  max-height: 80px;
  margin-right: 45px;
  margin-left: 0;
}

.suggester-box {
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  padding: 30px 0;
}
.suggester-box .img-w {
  width: 30px;
  border-radius: 6px;
  position: relative;
  height: 30px;
}
.suggester-box .customer-wrapper {
  max-height: 80px;
  margin-right: 0;
  margin-left: 0;
}
.suggester-box .customer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.suggester-box .consumer-link {
  position: relative;
  top: -3px;
}

.is-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.is-poster .icon {
  position: absolute;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 0 1px black;
  pointer-events: none;
}

.product-video {
  position: absolute;
  z-index: 999999999;
  width: 100%;
  height: auto;
  margin-top: 0;
  top: 150px;
}
@media screen and (max-width: 991.98px) {
  .product-video {
    left: 0;
  }
}

/*set a border on the images to prevent shifting*/
#gallery_01 img {
  border: 2px solid white;
}

/*Change the colour*/
.clearfix {
  display: block;
  width: 100%;
  float: left;
}

.zoom-left {
  max-width: 412px;
}
@media screen and (max-width: 991px) {
  .zoom-left {
    margin: 0 auto;
  }
}

.product-slider .elevatezoom-gallery img {
  width: 100px;
}

#zoom_03 {
  width: 410px;
}

#gallery_01::-webkit-scrollbar {
  width: 1px !important;
  height: 6px;
  margin: 15px 0 !important;
}

#gallery_01::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3) !important;
}

#gallery_01::-webkit-scrollbar-thumb {
  background-color: var(--color2) !important;
  outline: 1px solid var(--color2) !important;
}

.zoomLens, .zoomWindow {
  cursor: zoom-in !important;
  border: 1px solid var(--color2) !important;
}

.show-message .modal-content {
  background-color: transparent;
  border: 0;
}
.show-message .close {
  z-index: 9;
  background: #fff;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 0;
}

.show-message-alert {
  margin: 30px 15px 15px;
  padding: 15px;
}

.show-message-text {
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
}

.show-message-price-wrapper {
  font-size: 12px;
  padding: 0 15px;
}

.show-message-price-title {
  padding-left: 5px;
}

.show-message-price {
  font-size: 22px;
  padding-left: 5px;
  color: #28a745;
}

.show-message-number {
  color: #28a745;
}

.record-btn {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 34px;
  color: var(--color2);
  border: 0;
  margin: 15px 0 30px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: white;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.record-btn.active:before {
  -webkit-animation: voice 1s linear infinite;
  -moz-animation: voice 1s linear infinite;
  -ms-animation: voice 1s linear infinite;
  -o-animation: voice 1s linear infinite;
  animation: voice 1s linear infinite;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  opacity: 0.5;
}
.record-btn .icon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

@-webkit-keyframes voice {
  10% {
    -webkit-box-shadow: 0px 0px 1px 10px var(--color1);
    -moz-box-shadow: 0px 0px 1px 10px var(--color1);
    box-shadow: 0px 0px 1px 10px var(--color1);
  }
  20% {
    -webkit-box-shadow: 0px 0px 1px 5px var(--color1);
    -moz-box-shadow: 0px 0px 1px 5px var(--color1);
    box-shadow: 0px 0px 1px 5px var(--color1);
  }
  30% {
    -webkit-box-shadow: 0px 0px 1px 10px var(--color1);
    -moz-box-shadow: 0px 0px 1px 10px var(--color1);
    box-shadow: 0px 0px 1px 10px var(--color1);
  }
  40% {
    -webkit-box-shadow: 0px 0px 1px 15px var(--color1);
    -moz-box-shadow: 0px 0px 1px 15px var(--color1);
    box-shadow: 0px 0px 1px 15px var(--color1);
  }
  50% {
    -webkit-box-shadow: 0px 0px 1px 10px var(--color1);
    -moz-box-shadow: 0px 0px 1px 10px var(--color1);
    box-shadow: 0px 0px 1px 10px var(--color1);
  }
  60% {
    -webkit-box-shadow: 0px 0px 1px 15px var(--color1);
    -moz-box-shadow: 0px 0px 1px 15px var(--color1);
    box-shadow: 0px 0px 1px 15px var(--color1);
  }
  70% {
    -webkit-box-shadow: 0px 0px 1px 10px var(--color1);
    -moz-box-shadow: 0px 0px 1px 10px var(--color1);
    box-shadow: 0px 0px 1px 10px var(--color1);
  }
  80% {
    -webkit-box-shadow: 0px 0px 1px 5px var(--color1);
    -moz-box-shadow: 0px 0px 1px 5px var(--color1);
    box-shadow: 0px 0px 1px 5px var(--color1);
  }
  90% {
    -webkit-box-shadow: 0px 0px 1px 10px var(--color1);
    -moz-box-shadow: 0px 0px 1px 10px var(--color1);
    box-shadow: 0px 0px 1px 10px var(--color1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 1px 5px var(--color1);
    -moz-box-shadow: 0px 0px 1px 5px var(--color1);
    box-shadow: 0px 0px 1px 5px var(--color1);
  }
}
@-moz-keyframes voice {
  10% {
    -webkit-box-shadow: 0px 0px 1px 10px var(--color1);
    -moz-box-shadow: 0px 0px 1px 10px var(--color1);
    box-shadow: 0px 0px 1px 10px var(--color1);
  }
  20% {
    -webkit-box-shadow: 0px 0px 1px 5px var(--color1);
    -moz-box-shadow: 0px 0px 1px 5px var(--color1);
    box-shadow: 0px 0px 1px 5px var(--color1);
  }
  30% {
    -webkit-box-shadow: 0px 0px 1px 10px var(--color1);
    -moz-box-shadow: 0px 0px 1px 10px var(--color1);
    box-shadow: 0px 0px 1px 10px var(--color1);
  }
  40% {
    -webkit-box-shadow: 0px 0px 1px 15px var(--color1);
    -moz-box-shadow: 0px 0px 1px 15px var(--color1);
    box-shadow: 0px 0px 1px 15px var(--color1);
  }
  50% {
    -webkit-box-shadow: 0px 0px 1px 10px var(--color1);
    -moz-box-shadow: 0px 0px 1px 10px var(--color1);
    box-shadow: 0px 0px 1px 10px var(--color1);
  }
  60% {
    -webkit-box-shadow: 0px 0px 1px 15px var(--color1);
    -moz-box-shadow: 0px 0px 1px 15px var(--color1);
    box-shadow: 0px 0px 1px 15px var(--color1);
  }
  70% {
    -webkit-box-shadow: 0px 0px 1px 10px var(--color1);
    -moz-box-shadow: 0px 0px 1px 10px var(--color1);
    box-shadow: 0px 0px 1px 10px var(--color1);
  }
  80% {
    -webkit-box-shadow: 0px 0px 1px 5px var(--color1);
    -moz-box-shadow: 0px 0px 1px 5px var(--color1);
    box-shadow: 0px 0px 1px 5px var(--color1);
  }
  90% {
    -webkit-box-shadow: 0px 0px 1px 10px var(--color1);
    -moz-box-shadow: 0px 0px 1px 10px var(--color1);
    box-shadow: 0px 0px 1px 10px var(--color1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 1px 5px var(--color1);
    -moz-box-shadow: 0px 0px 1px 5px var(--color1);
    box-shadow: 0px 0px 1px 5px var(--color1);
  }
}
@-ms-keyframes voice {
  10% {
    -webkit-box-shadow: 0px 0px 1px 10px var(--color1);
    -moz-box-shadow: 0px 0px 1px 10px var(--color1);
    box-shadow: 0px 0px 1px 10px var(--color1);
  }
  20% {
    -webkit-box-shadow: 0px 0px 1px 5px var(--color1);
    -moz-box-shadow: 0px 0px 1px 5px var(--color1);
    box-shadow: 0px 0px 1px 5px var(--color1);
  }
  30% {
    -webkit-box-shadow: 0px 0px 1px 10px var(--color1);
    -moz-box-shadow: 0px 0px 1px 10px var(--color1);
    box-shadow: 0px 0px 1px 10px var(--color1);
  }
  40% {
    -webkit-box-shadow: 0px 0px 1px 15px var(--color1);
    -moz-box-shadow: 0px 0px 1px 15px var(--color1);
    box-shadow: 0px 0px 1px 15px var(--color1);
  }
  50% {
    -webkit-box-shadow: 0px 0px 1px 10px var(--color1);
    -moz-box-shadow: 0px 0px 1px 10px var(--color1);
    box-shadow: 0px 0px 1px 10px var(--color1);
  }
  60% {
    -webkit-box-shadow: 0px 0px 1px 15px var(--color1);
    -moz-box-shadow: 0px 0px 1px 15px var(--color1);
    box-shadow: 0px 0px 1px 15px var(--color1);
  }
  70% {
    -webkit-box-shadow: 0px 0px 1px 10px var(--color1);
    -moz-box-shadow: 0px 0px 1px 10px var(--color1);
    box-shadow: 0px 0px 1px 10px var(--color1);
  }
  80% {
    -webkit-box-shadow: 0px 0px 1px 5px var(--color1);
    -moz-box-shadow: 0px 0px 1px 5px var(--color1);
    box-shadow: 0px 0px 1px 5px var(--color1);
  }
  90% {
    -webkit-box-shadow: 0px 0px 1px 10px var(--color1);
    -moz-box-shadow: 0px 0px 1px 10px var(--color1);
    box-shadow: 0px 0px 1px 10px var(--color1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 1px 5px var(--color1);
    -moz-box-shadow: 0px 0px 1px 5px var(--color1);
    box-shadow: 0px 0px 1px 5px var(--color1);
  }
}
@-o-keyframes voice {
  10% {
    -webkit-box-shadow: 0px 0px 1px 10px var(--color1);
    -moz-box-shadow: 0px 0px 1px 10px var(--color1);
    box-shadow: 0px 0px 1px 10px var(--color1);
  }
  20% {
    -webkit-box-shadow: 0px 0px 1px 5px var(--color1);
    -moz-box-shadow: 0px 0px 1px 5px var(--color1);
    box-shadow: 0px 0px 1px 5px var(--color1);
  }
  30% {
    -webkit-box-shadow: 0px 0px 1px 10px var(--color1);
    -moz-box-shadow: 0px 0px 1px 10px var(--color1);
    box-shadow: 0px 0px 1px 10px var(--color1);
  }
  40% {
    -webkit-box-shadow: 0px 0px 1px 15px var(--color1);
    -moz-box-shadow: 0px 0px 1px 15px var(--color1);
    box-shadow: 0px 0px 1px 15px var(--color1);
  }
  50% {
    -webkit-box-shadow: 0px 0px 1px 10px var(--color1);
    -moz-box-shadow: 0px 0px 1px 10px var(--color1);
    box-shadow: 0px 0px 1px 10px var(--color1);
  }
  60% {
    -webkit-box-shadow: 0px 0px 1px 15px var(--color1);
    -moz-box-shadow: 0px 0px 1px 15px var(--color1);
    box-shadow: 0px 0px 1px 15px var(--color1);
  }
  70% {
    -webkit-box-shadow: 0px 0px 1px 10px var(--color1);
    -moz-box-shadow: 0px 0px 1px 10px var(--color1);
    box-shadow: 0px 0px 1px 10px var(--color1);
  }
  80% {
    -webkit-box-shadow: 0px 0px 1px 5px var(--color1);
    -moz-box-shadow: 0px 0px 1px 5px var(--color1);
    box-shadow: 0px 0px 1px 5px var(--color1);
  }
  90% {
    -webkit-box-shadow: 0px 0px 1px 10px var(--color1);
    -moz-box-shadow: 0px 0px 1px 10px var(--color1);
    box-shadow: 0px 0px 1px 10px var(--color1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 1px 5px var(--color1);
    -moz-box-shadow: 0px 0px 1px 5px var(--color1);
    box-shadow: 0px 0px 1px 5px var(--color1);
  }
}
@keyframes voice {
  10% {
    -webkit-box-shadow: 0px 0px 1px 10px var(--color1);
    -moz-box-shadow: 0px 0px 1px 10px var(--color1);
    box-shadow: 0px 0px 1px 10px var(--color1);
  }
  20% {
    -webkit-box-shadow: 0px 0px 1px 5px var(--color1);
    -moz-box-shadow: 0px 0px 1px 5px var(--color1);
    box-shadow: 0px 0px 1px 5px var(--color1);
  }
  30% {
    -webkit-box-shadow: 0px 0px 1px 10px var(--color1);
    -moz-box-shadow: 0px 0px 1px 10px var(--color1);
    box-shadow: 0px 0px 1px 10px var(--color1);
  }
  40% {
    -webkit-box-shadow: 0px 0px 1px 15px var(--color1);
    -moz-box-shadow: 0px 0px 1px 15px var(--color1);
    box-shadow: 0px 0px 1px 15px var(--color1);
  }
  50% {
    -webkit-box-shadow: 0px 0px 1px 10px var(--color1);
    -moz-box-shadow: 0px 0px 1px 10px var(--color1);
    box-shadow: 0px 0px 1px 10px var(--color1);
  }
  60% {
    -webkit-box-shadow: 0px 0px 1px 15px var(--color1);
    -moz-box-shadow: 0px 0px 1px 15px var(--color1);
    box-shadow: 0px 0px 1px 15px var(--color1);
  }
  70% {
    -webkit-box-shadow: 0px 0px 1px 10px var(--color1);
    -moz-box-shadow: 0px 0px 1px 10px var(--color1);
    box-shadow: 0px 0px 1px 10px var(--color1);
  }
  80% {
    -webkit-box-shadow: 0px 0px 1px 5px var(--color1);
    -moz-box-shadow: 0px 0px 1px 5px var(--color1);
    box-shadow: 0px 0px 1px 5px var(--color1);
  }
  90% {
    -webkit-box-shadow: 0px 0px 1px 10px var(--color1);
    -moz-box-shadow: 0px 0px 1px 10px var(--color1);
    box-shadow: 0px 0px 1px 10px var(--color1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 1px 5px var(--color1);
    -moz-box-shadow: 0px 0px 1px 5px var(--color1);
    box-shadow: 0px 0px 1px 5px var(--color1);
  }
}
.holder {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column;
}

.recording {
  width: 100%;
  position: relative;
}
.recording .icon {
  position: relative;
  top: 3px;
  right: -5px;
}

[data-role=recordings] > .row {
  height: auto;
  margin: 0;
  position: relative;
  display: flex;
  width: 100%;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 !important;
}

[data-role=recordings] > .row > audio {
  outline: none;
}

[data-role=recordings] > .row > a {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  vertical-align: middle;
  width: 166px;
  border-radius: 6px;
  height: 40px;
  float: left;
  color: #fff;
  font-weight: bold;
  background-color: var(--color3);
  cursor: pointer;
}

[data-role=recordings] > .row > a:active, [data-role=recordings] > .row > a:hover {
  background-color: var(--color1);
}

.download-text {
  font-size: 12px;
}

.record-timer {
  display: none;
  position: relative;
  top: -10px;
}

.record-permission {
  width: calc(100% - 75px);
  margin-right: 75px;
  margin-top: -71px;
  display: inline-block;
}

.record-permission {
  display: none;
  line-height: 32px;
  margin: 0;
}

.record-permission-path span {
  padding: 0 2px;
  line-height: 32px;
}
.record-permission-path img {
  margin: 0;
}
.record-permission-path .lock-box {
  width: 25px;
}
.record-permission-path .allow-box-wrapper {
  width: 150px;
  display: inline-block;
  position: relative;
}
.record-permission-path .allow-box {
  width: 150px;
  position: absolute;
  top: -15px;
}

.remove-audio {
  position: absolute !important;
  left: -30px !important;
  right: auto !important;
  top: 50% !important;
  transform: translate(0, -50%);
  font-size: 20px;
  padding: 15px 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.SwiperSlider {
  height: 400px;
  width: 300px;
  margin-top: 10px;
}
@media screen and (max-width: 1199.98px) {
  .SwiperSlider {
    width: 220px;
    height: 300px;
  }
}
@media screen and (max-width: 991.98px) {
  .SwiperSlider {
    width: 300px;
    height: 400px;
  }
}
@media screen and (max-width: 450px) {
  .SwiperSlider {
    width: 220px;
    height: 300px;
  }
}

.SwiperThumbnails {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  width: 300px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199.98px) {
  .SwiperThumbnails {
    width: 220px;
  }
}
@media screen and (max-width: 991.98px) {
  .SwiperThumbnails {
    width: 300px;
  }
}
@media screen and (max-width: 450px) {
  .SwiperThumbnails {
    width: 220px;
  }
}

.SwiperThumbnails .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  background: transparent;
}

.SwiperThumbnails .swiper-slide-thumb-active {
  opacity: 1;
}

.SwiperThumbnails .swiper-slide-thumb-active img {
  border: 2px #6495ca solid;
}

.SwiperThumbnails .swiper-slide img {
  display: block;
  width: 50px;
  height: 67px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 1199.98px) {
  .SwiperThumbnails .swiper-slide img {
    width: 30px;
    height: 40px;
  }
}
@media screen and (max-width: 991.98px) {
  .SwiperThumbnails .swiper-slide img {
    width: 50px;
    height: 67px;
  }
}
@media screen and (max-width: 450px) {
  .SwiperThumbnails .swiper-slide img {
    width: 30px;
    height: 40px;
  }
}

.swiper-slide img {
  display: block;
  width: 300px;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1199.98px) {
  .swiper-slide img {
    width: 220px;
    height: 300px;
  }
}
@media screen and (max-width: 991.98px) {
  .swiper-slide img {
    width: 300px;
    height: 400px;
  }
}
@media screen and (max-width: 450px) {
  .swiper-slide img {
    width: 220px;
    height: 300px;
  }
}

.swiper-gallery {
  background: #111;
  border-radius: 16px;
}

.swiper-comment .comment-box .advice {
  font-size: 10px;
}
.swiper-comment .comment-body .comment-body-desc {
  max-height: 72px;
}
.swiper-comment .comment-box {
  margin-bottom: 0;
  padding-bottom: 0;
}
.swiper-comment .user-answer {
  margin: 15px 0;
}

.swiper-comment-footer {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  font-size: 12px;
}

.swiper-comment-list {
  line-height: 22px;
}

.swiper-comment-item .swiper-comment-color {
  width: 20px;
  height: 20px;
  position: relative;
  top: 6px;
  margin-left: 10px;
  display: inline-block;
  background: var(--data-color);
  border-radius: 100%;
}

#swiperSectionModal {
  margin-top: 65px;
}

.close-swiper {
  position: absolute;
  left: 30px;
  top: 60px;
  z-index: 9;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.close-swiper .close {
  pointer-events: none;
}

.swiper-button-disabled {
  opacity: 1 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

.product-slider-modal .container {
  width: 100% !important;
}
@media (min-width: 768px) {
  .product-slider-modal .container {
    max-width: 720px !important;
  }
}
@media (min-width: 576px) {
  .product-slider-modal .container {
    max-width: 540px !important;
  }
}
@media (min-width: 992px) {
  .product-slider-modal .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .product-slider-modal .container {
    max-width: 1140px !important;
  }
}

.swipper-color {
  height: 90px !important;
  top: 8px;
}
.swipper-color .item {
  top: 5px !important;
  height: 70px;
}
.swipper-color .swiper-button-next {
  top: calc(50% - 5px);
  left: 0;
  box-shadow: 6px 0px 2px -1px #00000059;
}
.swipper-color .swiper-button-prev {
  top: calc(50% - 5px);
  box-shadow: -6px 0px 2px -1px #00000059;
  right: 0;
}
.swipper-color .swiper-button-prev, .swipper-color .swiper-button-next {
  color: #777;
  background: #fff;
  border-radius: 3px;
}
.swipper-color .swiper-button-prev.swiper-button-disabled, .swipper-color .swiper-button-next.swiper-button-disabled {
  opacity: 0.9 !important;
  filter: grayscale(1);
  box-shadow: -4px 0px 2px -1px #00000059 !important;
}
.swipper-color .swiper-button-prev:after, .swipper-color .swiper-button-next:after {
  font-size: 12px;
}

/*# sourceMappingURL=detailproduct.css.map */

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('../images/fancy-gallery/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/fancy-gallery/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/fancy-gallery/blank.gif');
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}


/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/fancy-gallery/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}


/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}


/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('../images/fancy-gallery/fancybox_sprite@2x.png');
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url('../images/fancy-gallery/fancybox_loading@2x.gif');
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}
@keyframes plyr-progress{to{background-position:25px 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;direction:ltr;font-family:Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;font-variant-numeric:tabular-nums;font-weight:500;line-height:1.7;max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease}.plyr audio,.plyr video{border-radius:inherit;height:auto;vertical-align:middle;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui ::after,.plyr--full-ui ::before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4f5b5f;border-radius:2px;color:#fff;font-size:9px;line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;color:#fff;display:none;font-size:14px;left:0;padding:10px;position:absolute;text-align:center;transform:translateY(-40px);transition:transform .4s ease-in-out;width:100%}.plyr__captions .plyr__caption{background:rgba(0,0,0,.8);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__captions .plyr__caption div{display:inline}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:16px;padding:20px}}@media (min-width:768px){.plyr__captions{font-size:18px}}.plyr--captions-active .plyr__captions{display:block}.plyr--hide-controls .plyr__captions{transform:translateY(-15px)}.plyr__control{background:0 0;border:0;border-radius:3px;color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;position:relative;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:18px;pointer-events:none;width:18px}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{box-shadow:0 0 0 3px rgba(26,175,255,.35);outline:0}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed{display:none}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#1aafff;color:#fff}.plyr__control--overlaid{background:rgba(26,175,255,.8);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15);color:#fff;display:none;left:50%;padding:15px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.plyr__control--overlaid svg{height:20px;left:2px;position:relative;width:20px}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{background:#1aafff}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__menu,.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls>.plyr__control{margin-left:5px}.plyr__controls .plyr__menu:first-child,.plyr__controls .plyr__menu:first-child+[data-plyr=pause],.plyr__controls .plyr__progress:first-child,.plyr__controls .plyr__progress:first-child+[data-plyr=pause],.plyr__controls .plyr__time:first-child,.plyr__controls .plyr__time:first-child+[data-plyr=pause],.plyr__controls>.plyr__control:first-child,.plyr__controls>.plyr__control:first-child+[data-plyr=pause]{margin-left:0;margin-right:auto}.plyr__controls .plyr__volume{margin-left:5px}@media (min-width:480px){.plyr__controls .plyr__menu,.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls>.plyr__control{margin-left:10px}.plyr__controls .plyr__menu+.plyr__control,.plyr__controls>.plyr__control+.plyr__control,.plyr__controls>.plyr__control+.plyr__menu{margin-left:5px}}.plyr--video .plyr__controls{background:linear-gradient(transparent,rgba(0,0,0,.7));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;left:0;padding:35px 10px 10px;position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:2}.plyr--video .plyr__controls .plyr__control svg{-webkit-filter:drop-shadow(0 1px 1px rgba(0, 0, 0, .15));filter:drop-shadow(0 1px 1px rgba(0, 0, 0, .15))}.plyr--video .plyr__controls .plyr__control.plyr__tab-focus,.plyr--video .plyr__controls .plyr__control:hover,.plyr--video .plyr__controls .plyr__control[aria-expanded=true]{background:#1aafff;color:#fff}.plyr--audio .plyr__controls{background:#fff;border-radius:inherit;color:#4f5b5f;padding:10px}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip]{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__video-embed{height:0;padding-bottom:56.25%;position:relative}.plyr__video-embed iframe{border:0;height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:rgba(255,255,255,.9);border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4f5b5f;font-size:16px;margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container::after{border:4px solid transparent;border-top-color:rgba(255,255,255,.9);content:'';height:0;position:absolute;right:15px;top:100%;width:0}.plyr__menu__container ul{list-style:none;margin:0;overflow:hidden;padding:7px}.plyr__menu__container ul li{margin-top:2px}.plyr__menu__container ul li:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4f5b5f;display:flex;font-size:14px;padding:4px 14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control::after{border:4px solid transparent;content:'';position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px}.plyr__menu__container .plyr__control--forward::after{border-left-color:rgba(79,91,95,.8);right:5px}.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:500;margin:7px;margin-bottom:3px;padding-left:28px;position:relative;width:calc(100% - 14px)}.plyr__menu__container .plyr__control--back::after{border-right-color:rgba(79,91,95,.8);left:7px}.plyr__menu__container .plyr__control--back::before{background:#b7c5cd;box-shadow:0 1px 0 #fff;content:'';height:1px;left:0;margin-top:4px;overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container label.plyr__control{padding-left:7px}.plyr__menu__container label.plyr__control input[type=radio]+span{background:rgba(0,0,0,.1);border-radius:100%;display:block;flex-shrink:0;height:16px;margin-right:10px;position:relative;transition:all .3s ease;width:16px}.plyr__menu__container label.plyr__control input[type=radio]+span::after{background:#fff;border-radius:100%;content:'';height:6px;left:5px;opacity:0;position:absolute;top:5px;transform:scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container label.plyr__control input[type=radio]:checked+span{background:#1aafff}.plyr__menu__container label.plyr__control input[type=radio]:checked+span::after{opacity:1;transform:scale(1)}.plyr__menu__container label.plyr__control input[type=radio]:focus+span{box-shadow:0 0 0 3px rgba(26,175,255,.35);outline:0}.plyr__menu__container label.plyr__control.plyr__tab-focus input[type=radio]+span,.plyr__menu__container label.plyr__control:hover input[type=radio]+span{background:rgba(0,0,0,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-7px;overflow:hidden;padding-left:25px;pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:28px;color:#1aafff;display:block;height:20px;margin:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:3px;height:6px;transition:all .3s ease;-webkit-user-select:none;user-select:none;background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2);box-sizing:border-box;height:14px;position:relative;transition:all .2s ease;width:14px;-webkit-appearance:none;margin-top:-4px}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:3px;height:6px;transition:all .3s ease;-moz-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2);box-sizing:border-box;height:14px;position:relative;transition:all .2s ease;width:14px}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:3px;height:6px}.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:3px;height:6px;transition:all .3s ease;-ms-user-select:none;user-select:none;color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper{background:0 0;border:0;border-radius:3px;height:6px;transition:all .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;border:0;border-radius:3px;height:6px;transition:all .3s ease;-ms-user-select:none;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2);box-sizing:border-box;height:14px;position:relative;transition:all .2s ease;width:14px;margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{box-shadow:0 0 0 3px rgba(26,175,255,.35);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{box-shadow:0 0 0 3px rgba(26,175,255,.35);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{box-shadow:0 0 0 3px rgba(26,175,255,.35);outline:0}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(183,197,205,.66)}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(183,197,205,.66)}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(183,197,205,.66)}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr__poster{background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1;pointer-events:none}.plyr__time{font-size:14px}.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr--video .plyr__time{text-shadow:0 1px 1px rgba(0,0,0,.15)}.plyr__tooltip{background:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4f5b5f;font-size:14px;font-weight:500;line-height:1.3;margin-bottom:10px;opacity:0;padding:5px 7.5px;pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%,0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translate(0,10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:16px}.plyr__controls>.plyr__control:last-child .plyr__tooltip{right:0;transform:translate(0,10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:16px;transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;border-radius:inherit;overflow:hidden;position:relative;z-index:0}.plyr__progress{display:flex;flex:1;left:7px;margin-right:14px;position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-7px;margin-right:-7px;width:calc(100% + 14px)}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:14px;left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:6px;left:0;margin-top:-3px;padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0;transition:width .2s ease}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:6px}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:6px;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;transition:width .2s ease}.plyr--video .plyr__progress__buffer{box-shadow:0 1px 1px rgba(0,0,0,.15);color:rgba(255,255,255,.25)}.plyr--audio .plyr__progress__buffer{color:rgba(183,197,205,.66)}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(47,52,61,.6) 25%,transparent 25%,transparent 50%,rgba(47,52,61,.6) 50%,rgba(47,52,61,.6) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,.25)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(183,197,205,.66)}.plyr__volume{flex:1;position:relative}.plyr__volume input[type=range]{position:relative;z-index:2}@media (min-width:480px){.plyr__volume{max-width:50px}}@media (min-width:768px){.plyr__volume{max-width:80px}}.plyr--is-ios .plyr__volume{display:none!important}.plyr--is-ios.plyr--vimeo [data-plyr=mute]{display:none!important}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;width:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;width:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;width:100%}.plyr:fullscreen .plyr__video-wrapper{height:100%;width:100%}.plyr:-webkit-full-screen .plyr__video-embed{overflow:visible}.plyr:-moz-full-screen .plyr__video-embed{overflow:visible}.plyr:-ms-fullscreen .plyr__video-embed{overflow:visible}.plyr:fullscreen .plyr__video-embed{overflow:visible}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}.plyr:-moz-full-screen .plyr__captions{font-size:21px}.plyr:-ms-fullscreen .plyr__captions{font-size:21px}.plyr:fullscreen .plyr__captions{font-size:21px}}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;width:100%}.plyr:-webkit-full-screen .plyr__video-embed{overflow:visible}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;width:100%}.plyr:-moz-full-screen .plyr__video-embed{overflow:visible}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;width:100%}.plyr:-ms-fullscreen .plyr__video-embed{overflow:visible}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;margin:0;width:100%;bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;width:100%}.plyr--fullscreen-fallback .plyr__video-embed{overflow:visible}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:rgba(47,52,61,.8);border-radius:2px;bottom:10px;color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;z-index:3}.plyr__ads::after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:6px;left:0;margin:-3px 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;border:0!important;height:1px!important;padding:0!important;position:absolute!important;width:1px!important}
/**
 * Swiper 7.0.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 4, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}