@charset "UTF-8";
:root {
  --color1: var(--primary-light-color);
  --color2: var(--primary-middle-color);
  --color3: var(--primary-dark-color);
  --color4: var(--secondary-light-color);
  --color5: var(--secondary-middle-color);
  --color6: var(--secondary-dark-color);
  --color7: var(--main-background);
  --color8: var(--footer-background);
  --color9: var(--footer-text);
}

body ::selection {
  background: var(--color1);
  color: var(--color4);
}
body ::-webkit-selection {
  background: var(--color1);
  color: var(--color4);
}
body ::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}
body ::-webkit-scrollbar-thumb {
  background: var(--color1);
  color: var(--color4);
}
body ::-webkit-scrollbar-track {
  background: var(--color1);
  color: var(--color4);
}

/*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 #f1f1f1;
  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;
}
.product-grid8:hover .product-content .title {
  color: var(--color2);
}
.product-grid8 .product-image8 {
  position: relative;
  transition: all 0.3s ease 0s;
}
.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: 130px;
  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;
}
.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: #ccc 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: #363636;
}
.product-grid8 .product-content .product-details-item span {
  display: inline-block;
}
.product-grid8 .product-content .size-title {
  color: #555;
  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 */
  height: 48px;
  line-height: 1.7;
  font-size: 1.4rem;
  margin: 0;
  margin-top: 10px;
  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-gallery .owl-nav .owl-prev span, .owl-gallery .owl-nav .owl-next span {
  top: -20px;
}

.owl-slide .owl-nav, .owl-gallery .owl-nav {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: 0;
}
@media screen and (max-width: 992px) {
  .owl-slide .owl-nav, .owl-gallery .owl-nav {
    display: none;
  }
}
.owl-slide .owl-nav .owl-prev span, .owl-slide .owl-nav .owl-next span, .owl-gallery .owl-nav .owl-prev span, .owl-gallery .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, .owl-gallery .owl-nav .owl-next:hover span {
  color: var(--color2);
}
.owl-slide .owl-nav .owl-next span, .owl-gallery .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, .owl-gallery .owl-nav .owl-prev:hover span {
  color: var(--color2);
}
.owl-slide .owl-nav .owl-prev span, .owl-gallery .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, .owl-gallery .owl-dots {
  position: absolute;
  width: 100%;
  height: 0;
}
.owl-slide .owl-dots .owl-dot, .owl-gallery .owl-dots .owl-dot {
  left: 50%;
}
.owl-slide .owl-dots .owl-dot span, .owl-gallery .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, .owl-gallery .owl-dots .owl-dot.active span,
.owl-gallery .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, .owl-suggest .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, .owl-suggest .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, .owl-suggest .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, .owl-suggest .owl-nav .owl-prev span, .owl-suggest .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, .owl-suggest .owl-nav .owl-next {
  box-shadow: 4px 0px 2px 0px #bbb;
  width: 50px;
  height: 50px;
  left: 15px;
  position: absolute;
  background: #fff !important;
  border: 0;
}
.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, .owl-suggest .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, .owl-suggest .owl-nav .owl-next.disabled span {
  color: var(--color1) !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, .owl-suggest .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, .owl-suggest .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, .owl-suggest .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(--color1);
}
.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, .owl-suggest .owl-nav .owl-prev {
  box-shadow: -4px 0px 2px 0px #bbb;
  width: 50px;
  height: 50px;
  right: -15px;
  position: absolute;
  background: #fff !important;
  border: 0;
  transform: rotate(180deg);
}
.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, .owl-suggest .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, .owl-suggest .owl-nav .owl-prev.disabled span {
  color: var(--color1) !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, .owl-suggest .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, .owl-suggest .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, .owl-suggest .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(--color1);
}
.owl-color .owl-dots, .owl-important-category-wrapper .owl-dots, .owl-related .owl-dots, .owl-decor .owl-dots, .owl-suggest .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(--color1);
}
.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(--color1);
}

.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 {
  background: #fff;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 45px;
}
.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: #2c2b2d !important;
  font-size: 1.6rem !important;
  margin-top: 10px;
}
@media screen and (max-width: 991.98px) {
  .f-title-details {
    font-size: 1.8rem !important;
  }
}

.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: #2c2b2d;
}
.shop-details h2 {
  margin: 0;
}
.shop-details .best-shop-name {
  font-size: 12px;
  color: #2c2b2d;
  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: #2c2b2d;
  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: #d5d5d7;
  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: #e3e2e2;
  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: 13px;
    line-height: initial;
  }
}
@media screen and (max-width: 850px) {
  .info-shop-desc p {
    font-size: 12px;
    line-height: 22px;
  }
}

.info-shop-wrapper {
  margin-top: 30px;
}
.info-shop-wrapper .info-shop-desc p {
  white-space: normal;
  margin-bottom: 10px;
}

.analyze-body {
  color: #2c2b2d;
  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: #2c2b2d;
  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: #2c2b2d;
  line-height: 36px;
  font-size: 18px;
  font-weight: 300;
}

.f-title {
  font-size: 1.3rem;
  color: #5e5e62;
}

.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: #2c2b2d;
  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: #5e5e62;
}

.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: #2c2b2d;
  font-weight: 400;
  font-size: 14px;
  flex-flow: column;
}
@media screen and (max-width: 991.98px) {
  .another-f-list {
    padding: 0 15px;
  }
}
.another-f-list .f-title {
  font-size: 1.4rem;
  color: #5e5e62;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.another-f-list .f-desc {
  font-size: 1.4rem;
  color: #2c2b2d;
}
@media screen and (max-width: 991.98px) {
  .another-f-list .f-desc {
    font-size: 1.5rem;
  }
}
.another-f-list a {
  color: var(--color2) !important;
}
.another-f-list span {
  padding: 0 3px;
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
}
.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: #2c2b2d;
  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: #2c2b2d;
  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: hidden;
  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: 79px;
  border-radius: 8px;
  position: relative;
  height: 79px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 1366.98px) {
  .image-slider-in-modal-wrapper .img-w, .customer .img-w {
    width: 64px;
    height: 64px;
  }
}
@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-w:last-child:before, .customer .img-w:last-child:before {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  opacity: 0.25;
  background: #000;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.image-slider-in-modal-wrapper .img-w:last-child img, .customer .img-w:last-child img {
  filter: blur(1.5px);
}
.image-slider-in-modal-wrapper .img-w:last-child:after, .customer .img-w:last-child:after {
  pointer-events: none;
  width: 40px;
  height: 40px;
  background-size: 45%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/content/dots.svg);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.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;
}

.product-slider-modal .image-slider-in-modal-wrapper .img-w:last-child:before, .product-slider-modal .customer-wrapper .img-w:last-child:before {
  display: none;
}
.product-slider-modal .image-slider-in-modal-wrapper .img-w:last-child:after, .product-slider-modal .customer-wrapper .img-w:last-child:after {
  display: none;
}
.product-slider-modal .image-slider-in-modal-wrapper .img-w:last-child img, .product-slider-modal .customer-wrapper .img-w:last-child img {
  filter: none;
}

.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: #2c2b2d;
}

.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: #2c2b2d;
}
.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;
  white-space: nowrap;
  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: 0px;
  position: relative;
}
@media screen and (max-width: 1199.98px) {
  .add-to-cart.unavailable {
    font-size: 14px !important;
    padding-left: 30px;
  }
}
@media screen and (max-width: 500px) {
  .add-to-cart.unavailable {
    font-size: 12px !important;
    right: -15px;
    min-width: 155px;
  }
}
@media screen and (max-width: 460px) {
  .add-to-cart.unavailable {
    padding-left: 0;
    min-width: 120px;
  }
}

.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;
}
.f-list-details .f-list-item {
  align-items: flex-start;
}
.f-list-details .f-desc {
  white-space: normal;
}

.product-name-wrapper {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .product-name-wrapper {
    margin-bottom: 15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 991.98px) {
  .product-name-wrapper {
    margin-bottom: 0;
    padding: 0 15px;
  }
}
.product-name-wrapper:before {
  width: calc(100% - 60px);
  height: 0.1rem;
  position: absolute;
  right: 0;
  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: #292c2d;
}
@media screen and (max-width: 1450px) {
  .product-name {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .product-name {
    font-size: 2rem;
  }
}
@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: #5e5e62;
  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: #292c2d;
  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 #292c2d;
  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: #2c2b2d !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-right: 30px;
  display: flex;
  white-space: nowrap;
}

.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, .f-list-selectable-wrapper .color-selectable {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  margin-bottom: 5px;
  padding: 2px 2px;
  height: 36px;
  border: 1px solid #9b9da0;
  border-radius: 4px;
  width: 149px;
  top: 4px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1439.98px) {
  .f-list-selectable-wrapper .f-list-selectable, .f-list-selectable-wrapper .color-selectable {
    width: 118px;
  }
}
@media screen and (max-width: 1199.98px) {
  .f-list-selectable-wrapper .f-list-selectable, .f-list-selectable-wrapper .color-selectable {
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  .f-list-selectable-wrapper .f-list-selectable, .f-list-selectable-wrapper .color-selectable {
    width: calc(100% / 3 - 5px);
  }
}
@media screen and (max-width: 550px) {
  .f-list-selectable-wrapper .f-list-selectable, .f-list-selectable-wrapper .color-selectable {
    width: 100%;
  }
}
.f-list-selectable-wrapper .f-list-selectable.active, .f-list-selectable-wrapper .color-selectable.active {
  border: 1px solid var(--color1);
  color: var(--color1);
}
.f-list-selectable-wrapper.active {
  border: 1px solid var(--color1);
}

.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: #5e5e62 !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: #5e5e62;
}
.product-card-like .icon-heart {
  color: var(--color2) !important;
}

.sendMessageProductAvailable .message-text {
  color: #2c2b2d;
  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: #2c2b2d;
  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;
}
@media screen and (max-width: 991.98px) {
  .input-count .quantity {
    margin: 0;
    right: 30px;
  }
}
.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 #cbcbcf;
  color: #2c2b2d;
  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: #e4e4e9;
  border: 1px solid #e4e4e9;
  left: -20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.8rem;
  color: #2c2b2d;
}
.input-count .quantity-button.quantity-up:after {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 0;
}
.input-count .quantity-button.quantity-down {
  position: absolute;
  bottom: 0px;
  background-color: #e4e4e9;
  border: 1px solid #e4e4e9;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.8rem;
  color: #2c2b2d;
}
.input-count .quantity-button.quantity-down:after {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
}

.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(#39bfad), color-stop(#044038), to(#04917f));
  background: -webkit-linear-gradient(left, #39bfad, #044038, #04917f);
  background: -o-linear-gradient(left, #39bfad, #044038, #04917f);
  background: linear-gradient(to right, #39bfad, #044038, #04917f);
  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: -80px;
}
@media screen and (min-width: 1440.98px) {
  .price-product-wrapper {
    margin-top: -180px;
  }
}
@media screen and (max-width: 991.98px) {
  .price-product-wrapper {
    margin-top: 0;
  }
}
.price-product-wrapper .card-price {
  white-space: nowrap;
  padding-left: 5px;
}

.color-name {
  color: #2c2b2d;
  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("../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;
  max-width: 100%;
}

.total-price .card-oldPrice {
  margin-right: 0;
}

.price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  padding-right: 0px;
}
.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: 12px;
    line-height: 20px;
    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: #5e5e62;
  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: #2c2b2d;
}
.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: #2c2b2d;
  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: #5e5e62 !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 {
    width: 100%;
    margin-right: 0;
    padding: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .row-price .mobile-imprtant-info-placement {
    margin-top: 90px !important;
  }
}
@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;
    z-index: 2;
    width: calc(50% - 27px);
    margin-right: 7px;
  }
}
@media screen and (max-width: 350px) {
  .add-to-cart-wrapper {
    margin-right: 7px;
  }
}
@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;
    width: 100%;
  }
}
.callToActionWrapper .f-list-item {
  float: left;
  padding-left: 5px;
}
@media screen and (max-width: 600px) {
  .callToActionWrapper .f-list-item {
    width: calc(50% - 27px);
    padding-left: 0;
    position: absolute;
    left: 15px;
    right: auto;
  }
}
@media screen and (max-width: 350px) {
  .callToActionWrapper .f-list-item {
    left: 15px;
  }
}
@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;
  }
}

.product-nav .nav-pills {
  position: sticky;
  top: 60px;
  width: 100%;
  background: #fff;
  z-index: 9999;
  height: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.product-nav .nav-link {
  padding: 0 15px !important;
  background: transparent !important;
  position: relative;
}
.product-nav .nav-link.active:after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  bottom: -6px;
  width: 100%;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background: var(--color2);
}

.info-shop-header-title {
  font-size: 2.4rem;
  color: #2c2b2d;
  margin-bottom: 15px;
}

.color-item-name {
  font-size: 8px;
  font-weight: 800;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  color: #666;
  background: var(--color4);
  width: 100%;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.clicked .color-item-name {
  color: #fff;
  background: var(--color2);
}

.color-item-box {
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

#description {
  position: relative;
  top: -150px;
}

#information {
  position: relative;
  top: -125px;
}
@media screen and (max-width: 991.98px) {
  #information {
    top: -150px;
  }
}

#comments-wrapper {
  position: relative;
  top: -125px;
}
@media screen and (max-width: 991.98px) {
  #comments-wrapper {
    top: -150px;
  }
}

.nav-pills-fixed {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 60px !important;
  z-index: 9999 !important;
  padding-right: 30px;
}

.product-comment .product-information {
  padding-right: 15px !important;
}

.owl-related .owl-nav button.owl-next {
  right: -15px;
  left: auto;
  box-shadow: -4px 0px 2px 0px #bbb;
}

.description-list .f-list-title {
  color: #5e5e62;
  font-weight: 400;
  font-size: 1.3rem;
}
.description-list .f-list-desc {
  color: #5e5e62;
  font-size: 1.3rem;
}

.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;
}
@media screen and (max-width: 991.98px) {
  .product-slider-modal .zoom-wrapper {
    width: 100%;
  }
}
.product-slider-modal .zoomWrapper {
  width: 100% !important;
}

#zoomInner {
  width: 80%;
  height: auto;
  margin: 140px 0 50px 50px;
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
}
@media screen and (max-width: 991.98px) {
  #zoomInner {
    margin: 0;
    margin-top: 80px;
    width: 100%;
  }
}

.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 #cecece;
  border-top: 1px solid #cecece;
  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 */
