/*-----------------
  SLIDER HOMEPAGE
-----------------*/
.slider-general {
  position: relative;
  height: 650px;
}
@media (max-width: 768px) {
  .slider-general {
    height: 400px;
  }
}
.slider-general .swiper-slide {
  height: 650px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .slider-general .swiper-slide {
    height: 400px;
  }
}
.slider-general .swiper-slide .caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  color: #fff;
  top: 0;
  width: 50%;
  height: 100%;
  padding: 5%;
  background: linear-gradient(90deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .slider-general .swiper-slide .caption {
    padding: 0 5%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.5), rgb(0, 0, 0));
  }
  .slider-general .swiper-slide .caption h2 {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 15px;
  }
  .slider-general .swiper-slide .caption p {
    text-align: center;
    font-size: 0.9rem;
    width: 100%;
  }
}
.slider-general .swiper-pagination {
  bottom: 24px !important;
  text-align: right;
  padding-right: 15px;
  z-index: 1;
}
@media (max-width: 768px) {
  .slider-general .swiper-pagination {
    padding-right: 0;
    padding: 10px;
  }
}
.slider-general .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 10px;
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  background: #000000;
}
.slider-general .swiper-pagination-bullet-active {
  color: #ffffff;
  background: crimson;
  opacity: 1;
}

/*---------------------
  PRODUCT MEDIA SLIDER
----------------------*/
.product-media-slider {
  height: 400px;
  width: 100%;
  background: white;
}
@media (max-width: 576px) {
  .product-media-slider {
    height: 340px;
  }
}
.product-media-slider .swiper-slide {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 3px;
}
.product-media-slider .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-media-slider .swiper-button-prev::after,
.product-media-slider .swiper-button-next::after {
  font-size: calc(var(--swiper-navigation-size) / 2);
}
.product-media-slider .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.product-media-slider .swiper-pagination-bullet-active {
  background: #000000;
  color: black;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.65);
  padding: 24px;
  margin: auto 30px;
  height: 24px !important;
  border-radius: 100%;
  color: #fff !important;
  fill: white !important;
  stroke: white !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 12px !important;
}

.product-media-slider-thumbnails {
  height: 100px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0 !important;
  border-radius: 3px;
}
.product-media-slider-thumbnails .swiper-slide {
  border: 1px solid #ddd;
  max-height: 80px;
  max-width: 80px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  opacity: 0.75;
  filter: grayscale(100%);
}
.product-media-slider-thumbnails .swiper-slide .video-thumbnail {
  display: block;
  background: #af0411;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  padding-top: 20%;
}
.product-media-slider-thumbnails .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid rgba(220, 20, 60, 0.5);
}

.gallery-image-col {
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
}
.gallery-image-col img {
  border-radius: 3px;
  border: 1px solid #ddd;
  background: #fcfcfc;
}
.gallery-image-col img:hover {
  animation-name: pulsate-brightness;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-direction: ease out;
}

@keyframes pulsate-brightness {
  0% {
    filter: brightness(100%);
  }
  50% {
    filter: brightness(125%);
  }
  100% {
    filter: brightness(100%);
  }
}
@keyframes popping {
  0% {
    bottom: -100%;
    opacity: 0;
  }
  100% {
    bottom: 5%;
    opacity: 1;
  }
}
html {
  font-size: 100%;
  /* 16px*/
  position: relative;
  min-height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  padding: 12px;
  margin: 10px 0;
}

footer {
  background: #000000;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  list-style: none;
}

#single-product h1 {
  font-size: 1.6rem;
  font-weight: 600;
}
#single-product h2 {
  font-size: 1.3rem;
}
#single-product a {
  color: inherit;
}
#single-product .document-list {
  padding: 0;
  list-style: none;
}
#single-product .document-list li {
  padding: 10px;
}
#single-product .document-list li:first-child {
  font-weight: 500;
  border-bottom: 1px solid #ddd;
}
#single-product .document-list li .icon {
  color: #af0411;
  font-size: 1.2rem;
}
#single-product ul.prices {
  font-weight: 600;
  font-size: 1.35rem;
}

.rotateInPlace180 {
  transform: rotate(180deg);
  transform-origin: center;
}

.product-box {
  min-height: 300px;
  border-radius: 4px;
  border: 1px solid transparent;
  text-align: center;
  background: white;
}
.product-box a {
  display: contents;
  color: inherit;
}
.product-box .product-image-wrapper {
  height: 220px;
}
.product-box .on-sale-label-small {
  position: relative;
  height: 50px;
  width: 50px;
  padding: 5px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: red;
  color: white;
  font-size: 14px;
  transform: rotate(-45deg);
}

ul.prices {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.prices li {
  display: inline-block;
  margin-right: 10px;
}
ul.prices li strike {
  color: #af0411;
}

.certificate-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.certificate-list li {
  line-height: 3rem;
}
.certificate-list li .material-icons-outlined {
  padding-right: 0.5rem;
  color: #af0411;
}

.post-title span.material-icons-outlined,
.page-title span.material-icons-outlined {
  display: none;
}

.previous-or-next-posts-pagination a {
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
  padding-right: 24px;
  color: rgb(125, 125, 125);
}

ul.page-numbers {
  padding: 0;
  margin: 30px 0;
  list-style: none;
  background: white;
  border: 1px solid #ddd;
  height: 45px;
  border-radius: 4px;
  overflow-y: hidden;
}
ul.page-numbers li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  height: 45px;
  line-height: 45px;
  padding-right: 15px;
  padding-left: 15px;
  border-left: 1px solid #ddd;
}
ul.page-numbers li:first-child {
  border-left: none;
}
ul.page-numbers li a {
  display: block;
}
ul.page-numbers li .current {
  color: #ddd;
}

.discount-percent-circle-label {
  position: absolute;
  z-index: 100;
  top: 10px;
  left: 10px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 100%;
  background: rgba(175, 4, 17, 0.8);
  color: #ffffff;
  font-size: 12.5px;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.new-product-label {
  position: absolute;
  z-index: 100;
  top: 10px;
  left: 10px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 100%;
  background: crimson;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: 700;
  transform: rotate(-30deg);
}

.section-title {
  font-size: 1rem;
  font-weight: 400;
}

#desktop-search-wrapper input {
  border: none;
  padding: 10px;
  background: none;
  color: #ffffff;
  font-size: 1.333rem;
}
#desktop-search-wrapper input::placeholder {
  opacity: 1;
  color: #ffffff;
}
#desktop-search-wrapper input:focus {
  border: none;
  outline: none;
}

#mobile-search-wrapper {
  display: none;
  background: #ffffff;
}
#mobile-search-wrapper input {
  width: 100%;
  border: none;
  font-size: 1.2rem;
  padding: 10px;
  background: none;
}
#mobile-search-wrapper input::placeholder {
  opacity: 1;
}
#mobile-search-wrapper input:focus {
  border: none;
  outline: none;
}

.content {
  padding-bottom: 100px;
}

.bg-img {
  background-size: cover;
  background-position: center center;
}

.content-wrapper {
  min-height: 80vh;
}

.material-icons {
  display: inline-flex;
  vertical-align: middle;
}

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