/** $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 */
.product {
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #4A95CF;
  padding: 15px !important;
}
@media only screen and (max-width: 47.99875rem) {
  .product {
    padding: 10px !important;
    border-radius: 10px;
  }
}
.product .woocommerce-loop-product__link {
  width: 100%;
  position: relative;
}
.product .woocommerce-loop-product__link .overlay {
  position: relative;
  aspect-ratio: auto 1/1;
}
.product .woocommerce-loop-product__link .overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80% !important;
  height: 80% !important;
  object-fit: contain !important;
}
.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  font-weight: 600;
  color: #4A95CF;
  padding-bottom: 0 !important;
  margin-top: 1em !important;
  margin-bottom: 10px !important;
}
.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (min-width: 48rem) {
  .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 22px !important;
    line-height: 26px !important;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 14px !important;
    line-height: 18px !important;
    margin-top: 10px !important;
  }
}
.product .woocommerce-loop-product__link .woocommerce-product-content {
  font-weight: 500;
}
@media only screen and (min-width: 48rem) {
  .product .woocommerce-loop-product__link .woocommerce-product-content {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .product .woocommerce-loop-product__link .woocommerce-product-content {
    font-size: 16px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .product .woocommerce-loop-product__link .woocommerce-product-content {
    font-size: 12px;
    line-height: 18px;
  }
}
.product .woocommerce-loop-product__link .loop-stars-rating {
  display: none !important;
}
.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
  color: #4A95CF !important;
}
.product .button.product_type_simple {
  border-radius: 100px;
  color: #ffffff;
  background: #4A95CF;
  border: 1px solid transparent;
  position: relative;
  margin-top: 15px;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  transition: 0.4s;
}
@media only screen and (max-width: 47.99875rem) {
  .product .button.product_type_simple {
    margin-top: 10px;
    padding: 10px 15px;
  }
}
.product .button.product_type_simple::after {
  display: inline-block;
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  margin-left: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .product .button.product_type_simple::after {
    margin-left: 5px;
  }
}
.product .button.product_type_simple:hover {
  border-color: #4A95CF;
  color: #4A95CF;
  background: transparent;
  background-color: transparent;
}

section.archive-product {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  section.archive-product {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  section.archive-product {
    padding-top: 3.75rem;
  }
}
section.archive-product {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  section.archive-product {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  section.archive-product {
    padding-bottom: 3.75rem;
  }
}
section.archive-product .archive-product-title {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 47.99875rem) {
  section.archive-product .archive-product-title {
    margin-bottom: 30px;
  }
}
section.archive-product .archive-product-title::before {
  left: 50%;
  transform: translateX(-50%);
}
section.archive-product .grid-products {
  display: flex;
  flex-flow: row wrap;
}
section.archive-product .grid-products .sidebar-col {
  width: 25%;
  position: relative;
}
@media only screen and (max-width: 63.99875rem) {
  section.archive-product .grid-products .sidebar-col {
    display: none;
  }
}
@media only screen and (max-width: 47.99875rem) {
  section.archive-product .grid-products .sidebar-col {
    display: block;
    width: 100%;
    height: auto;
  }
}
section.archive-product .grid-products .sidebar-col .sidebar-col-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
section.archive-product .grid-products .sidebar-col .widgets-title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  color: #4A95CF;
  padding-bottom: 10px;
  margin-bottom: 35px;
  border-bottom: 1px solid #4A95CF;
}
section.archive-product .grid-products .sidebar-col .widget_nav_menu {
  margin-bottom: 30px;
}
section.archive-product .grid-products .sidebar-col .widget_nav_menu ul.menu {
  display: grid;
}
section.archive-product .grid-products .sidebar-col .widget_nav_menu ul.menu li {
  border-bottom: 0.5px solid #9F9F9F;
}
section.archive-product .grid-products .sidebar-col .widget_nav_menu ul.menu li:last-child {
  border-bottom: 0x;
}
section.archive-product .grid-products .sidebar-col .widget_nav_menu ul.menu li a {
  width: 100%;
  position: relative;
  color: #4A95CF;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 0;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
}
section.archive-product .grid-products .sidebar-col .widget_nav_menu ul.menu li a::after {
  display: inline-block;
  content: "+";
  font-family: "Font Awesome 6 Pro";
  margin-top: -3px;
}
section.archive-product .grid-products .sidebar-col .widget_nav_menu ul.menu li a:hover {
  color: #000000;
}
section.archive-product .grid-products .sidebar-col .widget_nav_menu ul.menu li a:hover::after {
  content: "\e196";
}
section.archive-product .grid-products .content-col {
  width: 75%;
}
section.archive-product .grid-products .content-col {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  section.archive-product .grid-products .content-col {
    padding-left: 1.875rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  section.archive-product .grid-products .content-col {
    width: 100%;
    order: -1;
  }
}
@media only screen and (max-width: 47.99875rem) {
  section.archive-product .grid-products .content-col {
    padding-bottom: 30px;
  }
}
section.archive-product .grid-products .content-col .breadcrumbs {
  list-style: none;
  display: flex;
  margin-bottom: 0;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
  margin-bottom: 35px;
  border-bottom: 1px solid #4A95CF;
}
section.archive-product .grid-products .content-col .breadcrumbs li {
  color: #4A95CF;
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
section.archive-product .grid-products .content-col .breadcrumbs li a {
  color: #4A95CF;
}
section.archive-product .grid-products .content-col .breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.5rem;
  opacity: 1;
  content: "/";
}
section.archive-product .grid-products .woocommerce-result-count, section.archive-product .grid-products .woocommerce-ordering {
  display: none;
}
section.archive-product .grid-products .products {
  display: flex;
  flex-flow: row wrap;
}
section.archive-product .grid-products .products {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  section.archive-product .grid-products .products {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
section.archive-product .grid-products .products::before {
  content: none;
}
section.archive-product .grid-products .products li.product {
  float: none;
  margin: 0;
  padding: 0;
  transition: 0.4s;
}
@media only screen and (min-width: 48rem) {
  section.archive-product .grid-products .products li.product {
    width: calc(33.3333333333% - 15px);
  }
}
@media only screen and (max-width: 63.99875rem) {
  section.archive-product .grid-products .products li.product {
    width: calc(33.3333333333% - 15px);
  }
}
@media only screen and (max-width: 47.99875rem) {
  section.archive-product .grid-products .products li.product {
    width: calc(50% - 5px);
  }
}
section.archive-product .grid-products .products li.product .overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.archive-product .grid-products .products li.product .woocommerce-product-content {
  color: #4A95CF;
}
section.archive-product .recently-viewed {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  section.archive-product .recently-viewed {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  section.archive-product .recently-viewed {
    padding-top: 3.75rem;
  }
}
section.archive-product .recently-viewed {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  section.archive-product .recently-viewed {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  section.archive-product .recently-viewed {
    padding-bottom: 1.25rem;
  }
}
section.archive-product .recently-viewed .heading-title {
  margin-bottom: 40px;
}
section.archive-product .recently-viewed .product:hover {
  border: 1px solid #4A95CF;
}
section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button {
  border: 1px solid #A3A3A3;
}
@media only screen and (max-width: 47.99875rem) {
  section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button {
    display: none;
  }
}
section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button::before {
  font-size: 18px;
  font-weight: 300;
}
section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
  left: -25px;
}
@media only screen and (max-width: 63.99875rem) {
  section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
    left: 60px;
  }
}
section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev::before {
  content: "\f060";
}
section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
  right: -25px;
}
@media only screen and (max-width: 63.99875rem) {
  section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
    right: 60px;
  }
}
section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next::before {
  content: "\f061";
}
section.archive-product .recently-viewed .swiper-container .swiper-controls {
  height: 0;
}
section.archive-product .recently-viewed .swiper-container .swiper-pagination {
  bottom: -20px;
  margin-top: 0;
  line-height: 1;
}

.single-product .singular.products {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .single-product .singular.products {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .singular.products {
    padding-top: 3.75rem;
  }
}
.single-product .singular.products {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .single-product .singular.products {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .singular.products {
    padding-bottom: 3.75rem;
  }
}
.single-product .product-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.single-product .product-details {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .product-details {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details {
    align-items: center;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details {
    margin-bottom: 30px;
  }
}
.single-product .product-details .woocommerce-product-gallery-wrapper {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .woocommerce-product-gallery-wrapper {
    width: 100%;
  }
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery {
  width: 100%;
  margin-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images {
  margin-bottom: 10px;
  border-radius: 10px;
  border: 0.7px solid #DDDDDD;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images:hover .swiper-button {
  opacity: 1;
  visibility: visible;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .image-popup {
  display: none;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .wpg__image.cover {
  border-radius: 10px;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .wpg__image.cover .res {
  aspect-ratio: 4/3;
}
@media only screen and (max-width: 63.99875rem) {
  .single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .wpg__image.cover .res {
    aspect-ratio: 1/1;
  }
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .wpg__image.cover .res img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-images-first .wpg__image.cover .res img {
  object-fit: cover;
  width: auto !important;
  height: auto !important;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-button {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  position: absolute;
  z-index: 2;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-button {
  width: 2.5rem;
  height: 2.5rem;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-button::before {
  font-size: 18px;
  border: 1px solid #2F2F2F;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-button.swiper-button-prev {
  left: 10px;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-button.swiper-button-next {
  right: 10px;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-button.swiper-button-next::before {
  transform: rotate(180deg);
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-button:hover::before {
  border: 1px solid #4A95CF;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs {
  margin-bottom: 0;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .cover {
  border-color: #4A95CF;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-wrapper .swiper-slide .cover {
  border: 0.7px solid #DDDDDD;
  border-radius: 10px;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-wrapper .swiper-slide .cover .res {
  aspect-ratio: 1/1;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-wrapper .swiper-slide .cover .res img {
  border-radius: 10px;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-wrapper .swiper-thumbs-first .wpg__thumb.cover .res img {
  object-fit: contain;
  width: 60% !important;
  height: 60% !important;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-controls .swiper-button {
  position: absolute;
  z-index: 2;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-controls .swiper-button {
  width: 2rem;
  height: 2rem;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-controls .swiper-button::before {
  font-size: 14px;
  border: 1px solid #2F2F2F;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-controls .swiper-button.swiper-button-prev {
  left: 10px;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-controls .swiper-button.swiper-button-next {
  right: 10px;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-controls .swiper-button:hover::before {
  border: 1px solid #4A95CF;
}
.single-product .product-details .entry-summary {
  float: none !important;
  width: calc(50% - 20px) !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary {
    width: 100% !important;
  }
}
.single-product .product-details .entry-summary .product_title {
  color: #00439C;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details .entry-summary .product_title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .single-product .product-details .entry-summary .product_title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .product_title {
    font-size: 20px;
    line-height: 30px;
  }
}
.single-product .product-details .entry-summary .price {
  display: none;
}
.single-product .product-details .entry-summary .sharing-toolbox {
  display: none;
}
.single-product .product-details .entry-summary .woocommerce-product-rating {
  display: none !important;
}
.single-product .product-details .entry-summary .product-brand-sku {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  display: none;
  align-items: center;
  color: #727272;
}
@media only screen and (max-width: 63.99875rem) {
  .single-product .product-details .entry-summary .product-brand-sku {
    flex-flow: row wrap;
    gap: 10px;
    grid-gap: 10px;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .product-details .entry-summary .product-brand-sku span {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #D7D7D7;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .single-product .product-details .entry-summary .product-brand-sku span {
    display: block;
  }
}
.single-product .product-details .entry-summary .product-brand-sku span:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: unset;
}
.single-product .product-details .entry-summary .product-brand-sku .custom-rating .woocommerce-product-rating {
  display: block !important;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .product-brand-sku .custom-rating .woocommerce-product-rating {
    width: 100%;
  }
}
.single-product .product-details .entry-summary .product-brand-sku .custom-rating .woocommerce-review-link {
  white-space: normal;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.single-product .product-details .entry-summary .product-brand-sku strong {
  color: #031903;
  font-weight: 500;
}
.single-product .product-details .entry-summary .woocommerce-product-details__short-description {
  font-weight: 600;
  background: #F6F6F6;
  border-radius: 15px;
  padding: 30px 20px;
  color: #5E5E5E;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .woocommerce-product-details__short-description {
    border-radius: 10px;
    padding: 15px;
  }
}
.single-product .product-details .entry-summary .woocommerce-product-details__short-description ._title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #00439C;
}
.single-product .product-details .entry-summary .woocommerce-product-details__short-description ._title i {
  background: #00439C;
  padding: 4.5px 4px 4px;
  border-radius: 5px;
  color: #ffffff;
  margin-right: 10px;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details .entry-summary .woocommerce-product-details__short-description ._title {
    font-size: 17px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .single-product .product-details .entry-summary .woocommerce-product-details__short-description ._title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .woocommerce-product-details__short-description ._title {
    font-size: 16px;
  }
}
.single-product .product-details .entry-summary .woocommerce-product-details__short-description p {
  line-height: 26px;
}
.single-product .product-details .entry-summary .woocommerce-product-details__short-description strong {
  font-weight: 600;
}
.single-product .product-details .entry-summary .woocommerce-product-details__short-description ul {
  padding-left: 20px;
  margin: 0;
}
.single-product .product-details .entry-summary .woocommerce-product-details__short-description ul li {
  margin-bottom: 10px;
  list-style: disc;
}
.single-product .product-details .entry-summary .woocommerce-product-details__short-description ul li:last-child {
  margin-bottom: 0;
}
.single-product .product-details .entry-summary ._after_product_button {
  padding-top: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details .entry-summary ._after_product_button {
    padding-top: 1.5625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .product-details .entry-summary ._after_product_button {
    padding-top: 1.875rem;
  }
}
.single-product .product-details .entry-summary ._after_product_button ._after_product_inner {
  display: flex;
  align-items: center;
  position: relative;
}
.single-product .product-details .entry-summary ._after_product_button ._after_product_inner {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary ._after_product_button ._after_product_inner {
    flex-flow: row wrap;
    justify-content: center;
  }
}
.single-product .product-details .entry-summary ._after_product_button ._after_product_inner ._item {
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 5px 35px 5px 5px;
  position: relative;
  transition: 0.4s;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.single-product .product-details .entry-summary ._after_product_button ._after_product_inner ._item:hover {
  transform: translateY(-5px);
}
.single-product .product-details .entry-summary ._after_product_button ._after_product_inner ._item a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.single-product .product-details .entry-summary ._after_product_button ._after_product_inner ._item {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
.single-product .product-details .entry-summary ._after_product_button ._after_product_inner ._item img {
  object-fit: contain;
}
.single-product .product-details .entry-summary ._after_product_button ._after_product_inner ._item img {
  width: 2.8125rem;
  height: 2.8125rem;
}
.single-product .product-details .entry-summary ._after_product_button ._after_product_inner ._item:first-child {
  background: linear-gradient(360deg, #064DA1 -56.52%, #0059C3 59.78%);
}
.single-product .product-details .entry-summary ._after_product_button ._after_product_inner ._item:nth-child(2) {
  background: #FF0006;
}
.single-product .product-after-summary .woocommerce-tabs .wc-tabs {
  display: none;
}
.single-product .product-after-summary .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 35px 30px;
  background-color: #ffffff;
  border-radius: 30px;
  line-height: 26px;
}
@media only screen and (max-width: 39.99875rem) {
  .single-product .product-after-summary .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 20px 15px;
  }
}
.single-product .product-after-summary .woocommerce-tabs .woocommerce-Tabs-panel .tab_title {
  font-size: 30px;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  color: #054BCB;
}
.single-product .product-after-summary .related-products {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-after-summary .related-products {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .product-after-summary .related-products {
    padding-top: 3.75rem;
  }
}
.single-product .product-after-summary .related-products {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-after-summary .related-products {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .product-after-summary .related-products {
    padding-bottom: 3.75rem;
  }
}
.single-product .product-after-summary .related-products .heading-title {
  color: #4A95CF !important;
}
.single-product .product-after-summary .related-products .swiper-wrapper {
  padding-top: 10px;
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  width: 100%;
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide img {
  width: 100%;
  transition: 0.4s;
}
.single-product .product-after-summary .related-products .swiper-button {
  border: 1px solid #949494;
}
.single-product .product-after-summary .related-products .swiper-button {
  width: 2.625rem;
  height: 2.625rem;
}
@media only screen and (max-width: 63.99875rem) {
  .single-product .product-after-summary .related-products .swiper-button {
    display: none;
  }
}
.single-product .product-after-summary .related-products .swiper-button::before {
  font-weight: 300;
  font-size: 16px;
  color: #989898;
}
.single-product .product-after-summary .related-products .swiper-button:hover::before {
  color: #ffffff;
}
.single-product .product-after-summary .related-products .swiper-button.swiper-button-prev {
  left: -20px;
}
.single-product .product-after-summary .related-products .swiper-button.swiper-button-next {
  right: -20px;
}
.single-product .product-after-summary .related-products .swiper-controls {
  height: 0;
}
.single-product .product-after-summary .related-products .swiper-pagination {
  margin-top: 0;
  bottom: -30px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .related-products .swiper-pagination {
    bottom: -15px;
  }
}
.single-product .product-after-summary .related-products .swiper-pagination .swiper-pagination-bullet {
  background-color: #D9D9D9;
  box-shadow: 0 0 0 2px #D9D9D9;
  transform: unset !important;
}
.single-product .product-after-summary .related-products .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E6A223;
  box-shadow: 0 0 0 2px #E6A223;
  width: 20px;
  border-radius: 100px;
}

.woocommerce-pagination {
  width: 100%;
}
.woocommerce-pagination ul {
  border: transparent !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center;
  width: 100%;
  border: unset !important;
}
.woocommerce-pagination ul {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.woocommerce-pagination ul li {
  flex: 0 0 15px;
  max-width: 15px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-right: unset !important;
}
.woocommerce-pagination ul li {
  width: 1.5625rem;
  height: 1.5625rem;
}
.woocommerce-pagination ul li span, .woocommerce-pagination ul li a {
  padding: 0 !important;
}
.woocommerce-pagination ul li .page-numbers {
  font-size: 16px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid transparent;
}
.woocommerce-pagination ul li .page-numbers {
  width: 1.5625rem;
  height: 1.5625rem;
}
.woocommerce-pagination ul li .page-numbers:hover {
  background: transparent !important;
  color: #4A95CF !important;
  border-bottom: 1px solid #4A95CF;
}
.woocommerce-pagination ul li .page-numbers.current {
  background: transparent !important;
  color: #4A95CF !important;
  border-bottom: 1px solid #4A95CF;
}

/** */
.product-after-summary .tabs-heading-wrapper, .product-after-summary .tabs-heading {
  display: none;
}

.product-desc-inner {
  padding: 35px 30px;
  background-color: #F6F6F6;
  border-radius: 10px;
  line-height: 26px;
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #F6F6F6;
}
@media only screen and (max-width: 47.99875rem) {
  .product-desc-inner {
    padding: 20px 15px;
  }
}
.product-desc-inner .tab_title {
  font-size: 30px;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  color: #3E3E3E;
}
@media only screen and (max-width: 47.99875rem) {
  .product-desc-inner .tab_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
.product-desc-inner #review_form {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.product-desc-inner #review_form .woocommerce-Reviews-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
.product-desc-inner #review_form .comment-form-rating p.stars > span > a {
  line-height: 1;
}
.product-desc-inner #review_form label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.product-desc-inner #review_form textarea {
  border: 1px solid rgba(204, 204, 204, 0.5);
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
}
.product-desc-inner #review_form [type=text], .product-desc-inner #review_form [type=email] {
  width: 100%;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid rgba(204, 204, 204, 0.5);
}
.product-desc-inner #review_form .form-submit input {
  font-size: 14px !important;
  padding: 15px 20px 10px !important;
  text-transform: uppercase;
  border-radius: 5px !important;
  background-color: #4A95CF;
  color: #ffffff !important;
  transition: 0.4s;
}
.product-desc-inner #review_form .form-submit input:hover {
  transform: translateY(-5px);
}
.product-desc-inner #review_form .comment-form-cookies-consent label {
  display: unset;
  font-weight: 500;
  margin-bottom: 0;
}
.product-desc-inner .viewmore-wrappers {
  text-align: center;
  cursor: pointer;
  position: absolute;
  z-index: 90;
  bottom: 0;
  width: 100%;
  background: #fff;
  left: 0;
  padding-bottom: 20px;
  padding-top: 0;
}
.product-desc-inner .viewmore-wrappers::before {
  height: 250px;
  content: "";
  will-change: background-color;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.8) 42.31%, #FFFFFF 100%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.product-desc-inner .viewmore-wrappers .btn-viewmore {
  font-size: 29px;
  line-height: 47px;
  font-weight: 700;
  margin: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  color: #3E3E3E;
  z-index: 10;
  transition: 0.4s;
}
@media only screen and (max-width: 47.99875rem) {
  .product-desc-inner .viewmore-wrappers .btn-viewmore {
    font-size: 20px;
    line-height: 30px;
  }
}
.product-desc-inner .viewmore-wrappers .btn-viewmore::after {
  display: inline-block;
  margin-left: 10px;
  content: "\f103";
  font-family: "Font Awesome 6 Pro";
  display: none;
}
.product-desc-inner .viewmore-wrappers .btn-viewmore:hover {
  color: #4A95CF;
  transform: translateY(-5px);
}

.woocommerce-review-tab-wrapper {
  margin-top: 30px;
  padding: 35px 30px;
  background-color: #ffffff;
  border-radius: 30px;
  line-height: 26px;
  display: block;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce-review-tab-wrapper {
    padding: 20px 15px;
    border-radius: 15px;
  }
}
.woocommerce-review-tab-wrapper .review-design-title {
  display: none;
}
.woocommerce-review-tab-wrapper .woocommerce-Reviews-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
.woocommerce-review-tab-wrapper .comment-form-rating p.stars > span > a {
  line-height: 1;
}
.woocommerce-review-tab-wrapper label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.woocommerce-review-tab-wrapper textarea {
  border: 1px solid rgba(204, 204, 204, 0.5);
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
}
.woocommerce-review-tab-wrapper [type=text], .woocommerce-review-tab-wrapper [type=email] {
  width: 100%;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid rgba(204, 204, 204, 0.5);
}
.woocommerce-review-tab-wrapper .form-submit input {
  font-size: 14px !important;
  padding: 15px 20px 10px !important;
  text-transform: uppercase;
  border-radius: 5px !important;
  background-color: #4A95CF;
  color: #ffffff !important;
  transition: 0.4s;
}
.woocommerce-review-tab-wrapper .form-submit input:hover {
  transform: translateY(-5px);
}
.woocommerce-review-tab-wrapper .comment-form-cookies-consent label {
  display: unset;
  font-weight: 500;
  margin-bottom: 0;
}

.woocommerce #review_form #respond .form-submit input {
  font-size: 14px !important;
  padding: 15px 20px 10px !important;
  text-transform: uppercase;
  border-radius: 5px !important;
  background-color: #4A95CF;
  color: #ffffff !important;
  transition: 0.4s;
}
.woocommerce #review_form #respond .form-submit input:hover {
  transform: translateY(-5px);
}