/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
.page-archive-product {
  padding-bottom: 0;
}
.page-archive-product .wrapper .cell {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-archive-product .wrapper .cell {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px;
  }
}
.page-archive-product .wrapper .cell .heading-title {
  padding-top: 15px;
}

ul.products li.product .woocommerce-loop-product__link:hover .second-img {
  opacity: 1;
  transform: scale(1.09);
}
ul.products li.product .woocommerce-loop-product__link .second-img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  opacity: 0;
  transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  z-index: 2;
}
ul.products li.product .woocommerce-loop-product__link .second-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none;
  margin: 40px 0 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers::before {
  content: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a, .woocommerce nav.woocommerce-pagination ul.page-numbers li span {
  font-weight: 400;
  color: #2F2F2F;
  padding: 0 12px 5px;
  font-size: 14px;
  position: relative;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #2F2F2F;
  text-decoration: underline;
  font-weight: 600;
  background: transparent;
}

body.tax-product_cat .section-banner-title::before {
  content: none;
}
body.tax-product_cat .section-banner-title::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
}
@media only screen and (max-width: 47.99875rem) {
  body.tax-product_cat .section-banner-title::after {
    height: 80px;
    bottom: -80px;
  }
}
body.tax-product_cat #site-content {
  background: none;
  padding-bottom: 0;
}
body.tax-product_cat #site-content::before, body.tax-product_cat #site-content::after {
  content: none;
}
body.tax-product_cat .site-footer::before {
  z-index: 2;
}

.archive-product .section-banner-title {
  z-index: 3;
}
.archive-product .list-brands {
  position: relative;
  background-color: #ffffff;
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 80px;
}
.archive-product .list-brands .swiper-container {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .list-brands .swiper-container {
    max-width: 100%;
  }
}
.archive-product .list-brands .swiper-wrapper .swiper-slide {
  width: 25%;
  padding: 0 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .list-brands .swiper-wrapper .swiper-slide {
    width: 50%;
    padding: 0 5px;
  }
}
.archive-product .list-brands .swiper-wrapper .swiper-slide.is-active .logo-brands {
  border-radius: 27px;
  border: 7px solid #CFF1FF;
}
.archive-product .list-brands .swiper-wrapper .swiper-slide .logo-brands {
  border-radius: 27px;
  border: 7px solid #ffffff;
  transition: 0.3s;
}
.archive-product .list-brands .swiper-wrapper .swiper-slide .logo-brands:hover {
  border-radius: 27px;
  border: 7px solid #CFF1FF;
}
.archive-product .list-brands .swiper-wrapper .swiper-slide .img {
  padding: 15px;
  text-align: center;
  border-radius: 27px;
  border: 1px solid #064DA1;
  background-color: #ffffff;
}
.archive-product .list-brands .swiper-wrapper .swiper-slide .img img {
  width: 85%;
  height: 90px;
  object-fit: contain;
}
.archive-product .list-brands .swiper-wrapper .swiper-slide .item-wrap {
  padding: 10px;
  border-radius: 12px;
  border: 2px solid #CACACA;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px -4px rgba(12, 12, 13, 0.1019607843);
  transition: 0.3s;
}
.archive-product .list-brands .swiper-wrapper .swiper-slide .item-wrap:hover, .archive-product .list-brands .swiper-wrapper .swiper-slide .item-wrap.active {
  cursor: pointer;
  transition: 0.3s;
  border: 2px solid #EB6C00;
}
.archive-product .list-brands .swiper-controls .swiper-button.swiper-button-prev {
  left: -14%;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .list-brands .swiper-controls .swiper-button.swiper-button-prev {
    left: 0px;
  }
}
.archive-product .list-brands .swiper-controls .swiper-button.swiper-button-next {
  right: -14%;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .list-brands .swiper-controls .swiper-button.swiper-button-next {
    right: 0px;
  }
}
.archive-product .list-brands .swiper-controls .swiper-pagination {
  bottom: -40px;
}
.archive-product .main-taxonomy-product {
  background-image: url("../img/bg-stream.jpg"), linear-gradient(180deg, #EDFBFD 30.77%, rgba(237, 251, 253, 0) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.archive-product .main-taxonomy-product {
  padding-top: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .archive-product .main-taxonomy-product {
    padding-top: 3.75rem;
  }
}
.archive-product .main-taxonomy-product {
  padding-bottom: 7.5rem;
}
@media only screen and (min-width: 64rem) {
  .archive-product .main-taxonomy-product {
    padding-bottom: 12.5rem;
  }
}
.archive-product .main-taxonomy-product::after {
  content: "";
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .grid-products {
    flex-direction: column-reverse;
  }
}
.archive-product .main-taxonomy-product .sidebar-col {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .sidebar-col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
}
.archive-product .main-taxonomy-product .sidebar-col .sidebar-all {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}
.archive-product .main-taxonomy-product .sidebar-col .sidebar-item {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
}
.archive-product .main-taxonomy-product .sidebar-col .sidebar-item .taxonomy-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.archive-product .main-taxonomy-product .sidebar-col .sidebar-item .taxonomy-menu li {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #EBEBEB;
}
.archive-product .main-taxonomy-product .sidebar-col .sidebar-item .taxonomy-menu li:first-child {
  padding-top: 0;
}
.archive-product .main-taxonomy-product .sidebar-col .sidebar-item .taxonomy-menu li::before {
  content: "+";
  padding-right: 10px;
}
.archive-product .main-taxonomy-product .sidebar-col .sidebar-item .taxonomy-menu li::after {
  content: "\f054";
  position: absolute;
  right: 0;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 500;
  color: #000001;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.archive-product .main-taxonomy-product .sidebar-col .sidebar-item .taxonomy-menu li:hover::before, .archive-product .main-taxonomy-product .sidebar-col .sidebar-item .taxonomy-menu li:hover::after {
  color: #064DA1;
}
.archive-product .main-taxonomy-product .sidebar-col .sidebar-item .taxonomy-menu li:hover a {
  color: #064DA1;
}
.archive-product .main-taxonomy-product .sidebar-col .sidebar-item .taxonomy-menu li a {
  color: #1D1D1D;
}
.archive-product .main-taxonomy-product .sidebar-col .sidebar-item .taxonomy-menu li a[aria-current=page] {
  color: #064DA1;
}
.archive-product .main-taxonomy-product .sidebar-col .widget-sidebar {
  margin-top: 20px;
  border-radius: 20px;
}
.archive-product .main-taxonomy-product .sidebar-col .widget-sidebar a.block {
  border-radius: 20px;
}
.archive-product .main-taxonomy-product .sidebar-col .widget-sidebar a.block img {
  border-radius: 20px;
}
.archive-product .main-taxonomy-product .sidebar-col .widget-sidebar .widget_media_image a {
  display: block;
}
.archive-product .main-taxonomy-product .sidebar-col .widget-sidebar .widget_media_image img {
  width: 100%;
  height: 100% !important;
  border-radius: 20px;
}
.archive-product .main-taxonomy-product .sidebar-col .widget-title {
  text-transform: uppercase;
  color: #064DA1;
  font-weight: 600;
}
.archive-product .main-taxonomy-product .sidebar-col .widget-title {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .archive-product .main-taxonomy-product .sidebar-col .widget-title {
    font-size: 1.0625rem;
  }
}
.archive-product .main-taxonomy-product .content-col {
  flex: 0 0 75%;
  max-width: 75%;
  width: 75%;
}
.archive-product .main-taxonomy-product .content-col {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .archive-product .main-taxonomy-product .content-col {
    padding-left: 1.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .content-col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.archive-product .main-taxonomy-product .content-col ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .content-col ul.products {
    gap: 20px;
  }
}
.archive-product .main-taxonomy-product .content-col ul.products::before, .archive-product .main-taxonomy-product .content-col ul.products::after {
  content: none;
}
.archive-product .main-taxonomy-product .content-col ul.products li.product {
  float: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  width: calc(33.3333333333% - 20px);
  min-height: 100%;
  height: auto;
  padding: 30px;
  border: 1.5px solid #5BA6FF;
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: 5px 4px 4px 0px rgba(0, 0, 0, 0.1411764706);
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .content-col ul.products li.product {
    width: calc(50% - 10px);
    padding: 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .content-col ul.products li.product {
    width: 100%;
  }
}
.archive-product .main-taxonomy-product .content-col ul.products li.product .woocommerce-loop-product__link {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.archive-product .main-taxonomy-product .content-col ul.products li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
  color: #064DA1;
}
.archive-product .main-taxonomy-product .content-col ul.products li.product .woocommerce-loop-product__link img {
  max-height: 250px;
  height: auto;
  object-fit: contain;
  margin-bottom: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .content-col ul.products li.product .woocommerce-loop-product__link img {
    height: 200px;
  }
}
.archive-product .main-taxonomy-product .content-col ul.products li.product .woocommerce-loop-product__title {
  flex: auto;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  padding: 15px 0 0;
  margin-bottom: 15px;
  position: relative;
  z-index: 99;
  color: #064DA1;
  transition: all 0.4s ease;
}
.archive-product .main-taxonomy-product .content-col ul.products li.product .woocommerce-loop-product__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .archive-product .main-taxonomy-product .content-col ul.products li.product .woocommerce-loop-product__title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.archive-product .main-taxonomy-product .content-col ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .archive-product .main-taxonomy-product .content-col ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.5rem;
  }
}
.archive-product .main-taxonomy-product .content-col ul.products li.product .product-line-bottom {
  color: #454545;
  align-items: center;
  justify-content: space-between;
}
.archive-product .main-taxonomy-product .content-col ul.products li.product .product-line-bottom a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: none;
}
.archive-product .main-taxonomy-product .content-col ul.products li.product .product-line-bottom .btn-more {
  color: #454545;
  text-decoration: underline;
}
.archive-product .main-taxonomy-product .content-col ul.products li.product .product-line-bottom .btn-more:hover {
  color: #064DA1;
}
.archive-product .main-taxonomy-product .content-col ul.products li.product .button {
  display: none;
}
.archive-product .page-description {
  margin: 30px 0;
}

.single-product .section-breadcrumb {
  margin-bottom: 30px;
}
.single-product .banner-single-product .img-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-product .banner-single-product .container {
  position: absolute;
  bottom: 10px;
  width: 60%;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .banner-single-product .container {
    bottom: 0;
  }
}
.single-product .banner-single-product .container .woocommerce-product-gallery-wrapper .woocommerce-product-gallery {
  float: none;
  margin: 0 auto;
  width: 70%;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .banner-single-product .container .woocommerce-product-gallery-wrapper .woocommerce-product-gallery {
    width: 73%;
  }
}
.single-product .banner-single-product .container .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .wpg__image.cover a.res {
  aspect-ratio: unset;
  padding-top: 75%;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .banner-single-product .container .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .wpg__image.cover a.res {
    padding-top: 80%;
  }
}
.single-product .banner-single-product .container .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .wpg__image.cover a.res img {
  object-fit: contain;
}
.single-product .banner-single-product .container .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .image-popup {
  display: none;
}
.single-product .banner-single-product .container .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-controls .swiper-button {
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  color: #989898;
  border: 1px solid #949494;
  border-radius: 50%;
}
.single-product .banner-single-product .container .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-controls .swiper-button {
  width: 2.5rem;
  height: 2.5rem;
}
.single-product .banner-single-product .container .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-controls .swiper-button {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .single-product .banner-single-product .container .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-controls .swiper-button {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .banner-single-product .container .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-controls .swiper-button {
    opacity: 1;
    visibility: visible;
    width: 32px !important;
  }
  .single-product .banner-single-product .container .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-controls .swiper-button {
    width: 2rem;
    height: 2rem;
  }
}
.single-product .banner-single-product .container .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-controls .swiper-button:hover {
  background-color: #064DA1;
  color: #ffffff;
}
.single-product .banner-single-product .container .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-controls .swiper-button.swiper-button-prev {
  left: 0px;
}
.single-product .banner-single-product .container .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-controls .swiper-button.swiper-button-next {
  right: 0px;
}
.single-product .banner-single-product .container .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images:hover .swiper-controls .swiper-button {
  opacity: 1;
  visibility: visible;
}
.single-product .banner-single-product .container .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs {
  display: none;
}
.single-product .main-single-product {
  padding: 80px 0 0;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .main-single-product {
    padding: 40px 0 0;
  }
}
.single-product .product-details .entry-summary {
  float: none !important;
  width: 100% !important;
  text-align: center;
}
.single-product .product-details .entry-summary .product_title {
  line-height: normal;
  color: #064DA1;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.single-product .product-details .entry-summary .product_title {
  font-size: 1.375rem;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details .entry-summary .product_title {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .product-details .entry-summary .product_title {
    font-size: 2.25rem;
  }
}
.single-product .product-details .entry-summary .product-specifications .wrapper {
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 30px;
}
.single-product .product-details .entry-summary .product-specifications .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 39.99875rem) {
  .single-product .product-details .entry-summary .product-specifications .wrapper {
    gap: 10px;
    flex-direction: column;
  }
}
.single-product .product-details .entry-summary .product-specifications .wrapper .item {
  color: #3E3E3E;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
}
.single-product .product-details .entry-summary .product-specifications .wrapper .item {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .single-product .product-details .entry-summary .product-specifications .wrapper .item {
    font-size: 1.125rem;
  }
}
.single-product .product-details .entry-summary .product-specifications .wrapper .item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 1px;
  height: 80%;
  background-color: #717171;
  transform: translateY(-50%);
}
@media only screen and (max-width: 39.99875rem) {
  .single-product .product-details .entry-summary .product-specifications .wrapper .item::after {
    content: none;
  }
}
.single-product .product-details .entry-summary .product-specifications .wrapper .item:last-child::after {
  content: none;
}
.single-product .product-details .entry-summary .woocommerce-product-details__short-description {
  margin: 20px auto 0;
  max-width: 85%;
  color: #3E3E3E;
  line-height: 1.4;
}
.single-product .product-details .entry-summary .woocommerce-product-details__short-description {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .single-product .product-details .entry-summary .woocommerce-product-details__short-description {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .woocommerce-product-details__short-description {
    max-width: 100%;
  }
}
.single-product .product-details .entry-summary .product-contact {
  margin-top: 20px;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .product-contact {
    gap: 12px;
  }
}
.single-product .product-details .entry-summary .product-contact .button {
  border: 2px solid #ffffff;
  border-radius: 28px;
  height: 55px;
  background-color: #015AC3;
  padding: 0 22px 0 4px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
}
.single-product .product-details .entry-summary .product-contact .button {
  font-size: 0.875rem;
}
@media only screen and (min-width: 64rem) {
  .single-product .product-details .entry-summary .product-contact .button {
    font-size: 0.9375rem;
  }
}
.single-product .product-details .entry-summary .product-contact .button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.single-product .product-details .entry-summary .product-contact .button.btn-hotline {
  background-color: #FF0006;
}
.single-product .product-details .entry-summary .product-contact .button.btn-hotline:hover {
  background-color: #015AC3;
}
.single-product .product-details .entry-summary .product-contact .button:hover {
  background-color: #FF0006;
}
.single-product .product-details .entry-summary .product-contact .button .ic {
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 14px;
  background-color: #FF0006;
}
.single-product .product-details .entry-summary .product-contact .button .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.single-product .product-details .entry-summary .product-contact .button .ic {
  width: 2.875rem;
  height: 2.875rem;
}
.single-product .product-details .entry-summary .product-contact .button .ic img {
  width: 1.625rem;
  height: 1.625rem;
}
.single-product .product-after-summary {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .single-product .product-after-summary {
    margin-top: 2.5rem;
  }
}
.single-product .product-after-summary {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .single-product .product-after-summary {
    margin-bottom: 3.75rem;
  }
}
.single-product .product-after-summary .content-details {
  padding: 40px 35px;
  background-color: #ffffff;
  border-radius: 28px;
}
@media only screen and (max-width: 39.99875rem) {
  .single-product .product-after-summary .content-details {
    padding: 30px 20px;
  }
}
.single-product .product-after-summary .content-details .heading-title {
  font-size: 1.5625rem;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-after-summary .content-details .heading-title {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .product-after-summary .content-details .heading-title {
    font-size: 2.1875rem;
  }
}
.single-product .product-after-summary .content-details img {
  border-radius: 8px;
}
.single-product section.related-products {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .single-product section.related-products {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product section.related-products {
    padding-bottom: 7.5rem;
  }
}
.single-product section.related-products .heading-title {
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 64rem) {
  .single-product section.related-products .heading-title {
    margin-bottom: 2.5rem;
  }
}
.single-product section.related-products .swiper-container .swiper-slide {
  width: 25%;
  padding: 10px;
  border-radius: 25px;
  min-height: 100%;
  height: auto;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product section.related-products .swiper-container .swiper-slide {
    width: 50%;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .single-product section.related-products .swiper-container .swiper-slide {
    width: 100%;
    padding: 0;
  }
}
.single-product section.related-products .swiper-container .swiper-slide li.product {
  height: 100%;
  padding: 30px;
  border: 1.5px solid #5BA6FF;
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: 5px 4px 4px 0px rgba(0, 0, 0, 0.1411764706);
}
@media only screen and (max-width: 47.99875rem) {
  .single-product section.related-products .swiper-container .swiper-slide li.product {
    padding: 30px 15px;
    box-shadow: none;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product section.related-products .swiper-container .swiper-slide li.product {
    padding: 30px 12px;
  }
}
.single-product section.related-products .swiper-container .swiper-slide li.product .woocommerce-loop-product__title {
  min-height: 74px;
  max-height: 78px;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 10px;
  color: #064DA1;
}
.single-product section.related-products .swiper-container .swiper-slide li.product .woocommerce-loop-product__title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .single-product section.related-products .swiper-container .swiper-slide li.product .woocommerce-loop-product__title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product section.related-products .swiper-container .swiper-slide li.product .woocommerce-loop-product__title {
    font-size: 1.5rem;
  }
}
.single-product section.related-products .swiper-container .swiper-slide li.product .woocommerce-loop-product__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .single-product section.related-products .swiper-container .swiper-slide li.product .woocommerce-loop-product__title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.single-product section.related-products .swiper-container .swiper-slide li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
.single-product section.related-products .swiper-container .swiper-slide li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
  max-height: 250px;
  height: auto;
  object-fit: contain;
}
.single-product section.related-products .swiper-container .swiper-slide li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover .second-img {
  opacity: 1;
  transform: scale(1.09);
}
.single-product section.related-products .swiper-container .swiper-slide li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .second-img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  opacity: 0;
  transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  z-index: 2;
}
.single-product section.related-products .swiper-container .swiper-slide li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .second-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-product section.related-products .swiper-container .swiper-slide li.product a.button.product_type_simple {
  display: none;
}
.single-product section.related-products .swiper-container .swiper-slide li.product .product-line-bottom {
  color: #454545;
  align-items: center;
  justify-content: space-between;
}
.single-product section.related-products .swiper-container .swiper-slide li.product .product-line-bottom a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: none;
}
.single-product section.related-products .swiper-container .swiper-slide li.product .product-line-bottom .btn-more {
  color: #454545;
  text-decoration: underline;
}
.single-product section.related-products .swiper-container .swiper-slide li.product .product-line-bottom .btn-more:hover {
  color: #064DA1;
}
.single-product section.related-products .swiper-button.swiper-button-prev {
  left: -10px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product section.related-products .swiper-button.swiper-button-prev {
    left: 5px;
  }
}
.single-product section.related-products .swiper-button.swiper-button-next {
  right: -10px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product section.related-products .swiper-button.swiper-button-next {
    right: 5px;
  }
}
.single-product section.related-products .swiper-pagination {
  bottom: -80px;
}
@media only screen and (max-width: 39.99875rem) {
  .single-product section.related-products .swiper-pagination {
    bottom: -60px;
  }
}

@keyframes loopflicker {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  20% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  40% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  60% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}