/* Product TPL */
.images-container #zoom_product {
  display: none !important;
}

#custom-close-product-combination {
  position: absolute;
  left: 25%;
  font-size: 25px;
  color: grey;
  -webkit-text-stroke: 4px white;
  opacity: 0.7;
  top: 15%;
}

.container-guide-prices-product {
  margin: 0 10px;
}
.container-guide-prices-product p {
  text-decoration: underline;
  font-size: 12px;
  color: #000;
}

.container-text-delay-orders {
  background: #ff4850;
  inline-size: 450px;
  overflow-wrap: break-word;
}

.container-text-delay-orders p {
  padding: 15px;
  color: #fff;
}

.description-short {
  margin-bottom: 0 !important;
}

.product-prices {
  margin: 0 !important;
}

.slick-track {
  width: auto;
  transform: none;
}

.product-no-stock-availability {
  color: white;
  display: block;
  background: #d52e14;
  text-align: center;
  padding: 5px;
}

.table-guide-size {
  margin: 0 auto;
  font-size: 1rem;
}

.table-guide-size td {
  padding: 15px;
}

.table-guide-size th {
  padding: 15px;
}

.table-guide-size-text {
  padding-top: 40px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #292b2c;
}

@media (max-width: 468px) {
  .container-text-delay-orders {
    inline-size: 100%;
  }
}
