.text-lg-left {
  text-align: left !important;
}
.text-lg-right {
  text-align: right !important;
}
.sppb-btn-default,
.sppb-btn-default:hover {
  background: #e54c12;
}
.sppb-pricing-box .sppb-pricing-features > ul > li .fa-check {
  color: #0a5da3;
}
.article {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1 0 auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}
.has-hover {
  box-shadow: 0px 0px 4px 1px #e6e6e6;
  border-radius: 10px;
  margin-bottom: 3rem;
  overflow: hidden;
}
.box-image,
.box-text {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transition:
    opacity 0.3s,
    transform 0.3s,
    background-color 0.3s;
}
.box-text {
  font-size: 0.9em;
  padding-bottom: 1.4em;
  padding-top: 0.7em;
  position: relative;
  width: 100%;
  padding: 15px;
}
.box-text a {
  font-weight: 700;
  color: #333333;
  margin: 0;
  font-size: 15px;
}
.box-image .image-none {
  padding-top: 100%;
}
.box-image > div > a {
  display: block;
}
.box-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  -webkit-transition: all 3s ease-in-out 0s;
  -moz-transition: all 3s ease-in-out 0s;
  -ms-transition: all 3s ease-in-out 0s;
  transition: all 3s ease-in-out 0s;
}
.box-image:hover img {
  object-position: bottom;
}
.box-bottom.row {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}
.box-bottom .col {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-bottom: 0;
  flex-basis: 50%;
  max-width: 50%;
  display: flex;
}
.box-bottom a {
  padding: 8px;
  width: 100%;
  text-align: center;
}
.box-bottom a.btn-readmore {
  background-color: #2489da;
  color: #fff;
  border-radius: 5px;
}
.box-bottom a.btn-lien-he {
  border: 1px solid #2489da;
  color: #2489da;
  border-radius: 5px;
}
.price-wrapper {
  margin-top: 5px;
  margin-bottom: 15px;
}
.price-wrapper .price {
  display: block;
  color: #f44336;
  font-weight: 700;
  font-size: 14px;
}
.features-list,
.offers-list {
  border: 2px dashed #28a745;
  background-color: #ffffff;
  margin: 15px 0;
  padding: 15px 20px;
}
.features-list li,
.offers-list li {
  display: flex;
  align-items: center;
  padding: 4px 0;
  font-size: 16px;
  color: #333;
}
.offers-list li:first-child {
  font-weight: bold;
  color: #ff0000;
}
.features-list li i,
.offers-list li i {
  margin-right: 14px;
  font-size: 18px;
  color: #28a745;
  font-weight: 900;
}

.offers-list li i {
  color: #ff0000;
}
.offers-list {
  border: 2px solid #e83e8c;
  background-color: #ffe6f2;
}

.product-images {
  margin-bottom: 1.5rem;
  padding: 15px;
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.product-gallery-wrapper {
  position: relative;
}
.product-gallery-track-wrapper {
  overflow: hidden;
  border-radius: 0.75rem;
  background: #f7f7f7;
  cursor: grab;
  touch-action: pan-y;
}
.product-gallery-track-wrapper.dragging {
  cursor: grabbing;
}
.product-gallery-track {
  display: flex;
  transition: transform 0.35s ease;
  width: 100%;
}
.product-gallery-track.no-transition {
  transition: none;
}
.product-gallery-slide {
  position: relative;
  min-width: 100%;
  flex-shrink: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  height: 670px;
}
.product-gallery-slide img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  -webkit-transition: all 3s ease-in-out 0s;
  -moz-transition: all 3s ease-in-out 0s;
  -ms-transition: all 3s ease-in-out 0s;
  transition: all 3s ease-in-out 0s;
  display: block;
  cursor: zoom-in;
  -webkit-user-drag: none;
  user-select: none;
}
.product-gallery-slide:hover img {
  object-position: bottom;
}
.product-gallery-prev,
.product-gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-gallery-prev {
  left: 10px;
}
.product-gallery-next {
  right: 10px;
}
.product-gallery-prev:hover,
.product-gallery-next:hover {
  background: rgba(0, 0, 0, 0.65);
}
.product-gallery-prev:disabled,
.product-gallery-next:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.product-gallery-thumbs {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  margin-top: 0.9rem;
  justify-content: flex-start;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}
.product-gallery-thumbs::-webkit-scrollbar {
  height: 8px;
}
.product-gallery-thumbs::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.product-gallery-thumb {
  border: 2px solid transparent;
  padding: 0;
  background: none;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  transition:
    border-color 0.25s ease,
    transform 0.2s ease;
  flex: 0 0 auto;
}
.product-gallery-thumb.active {
  border-color: #007bff;
  transform: scale(1.03);
}
.product-gallery-thumb img {
  display: block;
  width: 80px;
  height: 60px;
  object-fit: cover;
}
.product-gallery-zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  margin: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.92);
  z-index: 999999;
  padding: 0;
  overflow: hidden;
}
.product-gallery-zoom-overlay.active {
  display: flex;
}
.product-gallery-zoom-stage {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  touch-action: pan-y;
}
.product-gallery-zoom-stage.zoomed {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}
.product-gallery-zoom-stage img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  border-radius: 0.5rem;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  cursor: zoom-in;
  user-select: none;
  -webkit-user-drag: none;
}
.product-gallery-zoom-stage img.zoomed {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  border-radius: 0;
  box-shadow: none;
  cursor: zoom-out;
  vertical-align: top;
}
.product-gallery-zoom-close {
  position: absolute;
  top: 16px;
  right: 16px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.product-gallery-zoom-close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.product-gallery-zoom-hint {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.8rem;
  text-align: center;
  z-index: 3;
}
@media (max-width: 767px) {
  .product-gallery-thumbs {
    justify-content: center;
  }
  .product-gallery-thumb img {
    width: 60px;
    height: 48px;
  }
  .product-gallery-zoom-hint {
    display: none;
  }
}
