body {
  background-color: #eee;
}

/* .footer-copyright {
  padding-bottom: 80px !important;
} */

/* --------------------------- */

.product-details-container {
  position: relative;
}

.product-details-section {
  background-color: #fff;
  margin-bottom: 15px;
}

.product-details-image {
  padding-top: 20px;
}

.product-details-featured-image {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.product-details-featured-image img {
  width: 100%;
}

.product-details-content {
  padding: 15px 20px;
}

.product-details-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

.product-details-extra-header {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-details-header-ref {
  color: #888;
}

.product-details-share a {
  color: #888;
}

.product-details-form {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 7px solid #eee;
}

.product-details-prices h3 {
  font-size: 14px;
  color: #888;
  text-decoration: line-through;
  font-weight: 500;
  margin-bottom: 5px;
}

.product-details-prices h1 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}

.product-details-prices p {
  font-size: 12px;
  font-weight: 500;
  color: #888;
}

.product-details-prices p span {
  font-weight: 700;
}

.product-item-add-to-cart .add-to-cart-container {
  align-items: flex-start;
}

.product-item-add-to-cart {
  margin-top: 15px;
  margin-bottom: 7px;
}

.add-to-cart-btn.add-to-cart-btn-var, .product-item-add-to-cart .add-to-cart-btn, .product-details-container .btn-buy-now {
  width: 100%;
  height: 42px;
  margin-top: 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.product-details-container .btn-buy-now {
  position: relative;
  margin-top: 0;
  background-color: #fff;
  border: 1px solid var(--green);
  color: var(--green);
}

.product-details-container .btn-buy-now svg {
  position: absolute;
  top: 50%;
  left: 15px;
  fill: var(--green);
  color: #fff;
  stroke-width: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.product-details-fixed-price {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 10;
  width: 100%;
  max-width: 1000px;
  height: 60px;
  padding: 0 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.product-details-fixed-price .btn-buy-now, .product-details-fixed-price h1 {
  flex: 1;
}

.product-details-fixed-price .btn-buy-now {
  border: 0;
  background-color: var(--green);
  color: #fff;
  max-width: 200px;
}

.product-details-fixed-price h1 {
  font-size: 16px;
  font-weight: 500;
  color: #888;
}

.product-details-description>button {
  background: transparent;
  text-align: left;
  display: block;
  width: 100%;
}

.product-details-description-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #888;
}

.product-details-description p {
  font-size: 14px;
  line-height: 16px;
}

.product-details-more-infos {
  width: 100%;
  background-color: transparent;
  text-align: left;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  font-weight: 500;
  color: #888;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-details-modal-info-item {
  margin-top: 10px;
}

.product-details-modal-info-item h2 {
  padding: 10px;
  background-color: var(--primary);
  color: #fff;
  /* text-transform: uppercase; */
  font-size: 12px;
  font-weight: 700;
}

.product-details-modal-info-item p {
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
}

.product-details-video h2 {
  margin-top: 15px;
  margin-bottom: 10px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  font-weight: 500;
  color: #888;
  font-size: 16px;
}

.product-details-video iframe {
  width: 100%;
}

.product-details-add-to-cart {
  margin-top: 15px;
}

.product-details-add-to-cart .form-item {
  margin-bottom: 10px;
}

.product-details-image {
  display: flex;
  flex-wrap: wrap;
}

.product-details-gallery-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 15px;
}

.product-details-gallery {
  width: 100%;
}

.product-details-gallery-image {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 5px;
  cursor: pointer;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-self: center;
  padding: 3px;
  border-radius: 5px;
  transition: 0.2s ease;
}

.product-details-gallery-image img {
  pointer-events: none;
  width: 100%;
  transition: 0.2s ease;
}

.product-details-gallery-image.active {
  border-color: var(--secondary);
}

.product-details-gallery-image.active img {
  filter: blur(2px);
}

/* MODAL */

.product-details-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 30;
  pointer-events: none;
}

.product-details-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 0.3s ease;
}

.product-details-modal-overlay, .product-details-modal-content {
  transition: 0.3s ease;
}

.product-details-modal-content {
  position: absolute;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 80vh;
  background-color: #fff;
  padding: 20px 20px;
  height: 100vh;
  overflow: auto;
}

.product-details-modal-title {
  margin-bottom: 10px;
}

.product-details-modal-content h1 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
}

.product-details-modal-content h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  color: #a9a9a9;
}

.product-details-modal-content h4 {
  color: #808080;
  font-size: 12px;
}

.product-details-modal-content h4 span {
  font-weight: 500;
}

.product-details-modal-content p {
  line-height: 16px;
}

.product-details-modal-close-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--red);
  color: #fff;
  margin-bottom: 20px;
}

.product-details-no-stock h3 {
  display: flex;
  align-items: center;
}

.product-details-no-stock h3 svg {
  margin-right: 10px;
}

.product-details-fixed-no-stock {
  width: 100%;
}

.product-details-fixed-no-stock h3 {
  justify-content: center;
  color: #888;
}

.trigger {
  position: relative;
  animation: shake 1.69s ease-out infinite reverse;
}

@keyframes shake {
  0% {
    transform: translate3d(0, 0, 0);
  }
  10% {
    transform: translate3d(5px, 0, 0);
  }
  20% {
    transform: translate3d(-5px, 0, 0);
  }
  30% {
    transform: translate3d(5px, 0, 0);
  }
  40% {
    transform: translate3d(-5px, 0, 0);
  }
  50% {
    transform: translate3d(5px, 0, 0);
  }
  60% {
    transform: translate3d(-5px, 0, 0);
  }
  70% {
    transform: translate3d(5px, 0, 0);
  }
  80% {
    transform: translate3d(-5px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

/* MODAL ACTIVATED */

.product-details-modal.active {
  pointer-events: all;
}

.product-details-modal.active .product-details-modal-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

.product-details-modal.active .product-details-modal-content {
  right: 0;
}

.product-details-installment p {
  font-size: 16px;
  color: var(--text-color);
  margin-top: 5px;
}

.product-details-installment p b {
  color: var(--secondary);
}

/* VARIATIONS */

.product-variation-form>h2 {
  font-size: 20px;
  color: #656565;
  margin-bottom: 10px;
}

.product-variation-form h5 {
  margin-bottom: 10px;
  background-color: var(--primary);
  padding: 8px;
  color: #FFF;
}

.product-variation-form-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.product-variation-form-item input {
  margin-right: 5px;
}

.product-variation-form-item-price {
  margin-left: 10px;
}