h3.h5.mt-1 {
    color: white;
}
.category-title.card-body.py-4.text-center {
    background-color: black;
}
#\38 95376a6-f7ca-47a7-b3c1-f18b25aa9135 > div.d-flex.flex-wrap.mb-4.pb-4.justify-content-center > h2 {
    
    BACKGROUND-COLOR: rgb(255, 255, 255);
    COLOR: rgb(0, 0, 0);
    FONT-SIZE: 30PX;
}

/* Λεκτικο στο καλαθι  border */ 
h5.h5.mb-3.pb-2 {
  
    border: 2px solid rgb(236, 169, 121);
    border-width: 1px;
    border-radius: 8px;
    padding: 5px;
}

/* Προσθετο κείμενο  */
/* .col-md-7.col-12.order-md-1.order-2.px-2.py-5.text-start.text-md-start {
    height: 80px;
}
li.py-4 {
    height: 150px;
   
}
.row.align-items-center.py-5 {
    height: 150px;
} */
/* Καλάθι σε Προσφορά */
button.btn.btn-link.px-0.text-danger {
    display: none;
}
/* Αρχικες τιμές καταλογου */
del.fs-sm.text-muted {
    display: none;
}
del.text-muted.fs-lg.me-2 {
    display: none;
}

#\39 624bcb8-94f7-4cb1-b324-7418442182fe > div > div > div > p {
    color: var(--bs-danger) !important;
}

#\39 624bcb8-94f7-4cb1-b324-7418442182fe > div > div > div > p {
    color: black !important;
    border: 1px solid rgb(236, 169, 121);
}

/* title cagegories  */
h2.h5.mt-1 {
    COLOR: WHITE;
}

.font-size-under-quantity {
    font-size: 12px;
}

.send-form-button {
    background-color: var(--bs-primary);
    color: var(--bs-primary-text) !important;
    opacity: 0.9;
    border: 1px solid transparent;
    transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.send-form-button:hover {
    opacity: 1;
}

.background-orange {
    background-color: transparent !important;
}

.color-gray {
    color: #9F9F9F !important;
}

.hover-color-orange:hover {
    color: #f15a22 !important;
}

.decor_underline {
    text-decoration: underline !important;
}

.background_gray_1 {
    background-color: #E4E7EC !important;
}

.size_24 {
    font-size: 1.5rem !important;
    line-height: 1.8125rem !important;
}
.client-details{
    background-color: #f7f7f7;
}

.fix-width{
    width: 16.25rem !important;
}

.product-title-font-size {
    font-size: 0.8rem !important;
}

.summary-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.summary-row {
  text-align: left;
}

.summary-cell {
  border: 1px solid #f15922;
  padding: 1px;
}

.summary-value-cell {
  text-align: right;
}

#order-comments {
    font-size: 0.825rem !important;
}




/* swiper css μετά από update για να φαίνονται αριστερά οι εικόνες και τα βελάκια να συνεχίζουν να υφίστανται!  */
.product-gallery {
  display: flex !important;
  flex-direction: row !important;
  gap: 16px !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

.side-product-swiper {
  order: 1 !important;
  width: 21% !important;
  max-width: 120px !important;
  height: 457px !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
}

.main-product-swiper {
  order: 2 !important;
  flex: 1 !important;
  padding-top: 0 !important;
  position: relative;
  width: 100%;
  height: auto;
}

.product-gallery > * {
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 767px) {
  .product-gallery {
    flex-direction: column !important;
  }
  
  .side-product-swiper {
    order: 2 !important;
    width: 100% !important;
    max-width: none !important;
    height: 80px !important;
  }
  
  .main-product-swiper {
    order: 1 !important;
  }
}

.side-product-swiper .swiper-button-prev,
.side-product-swiper .swiper-button-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #333;
  font-size: 14px;
  z-index: 10;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: all 0.2s;
}

.side-product-swiper .swiper-button-prev:hover,
.side-product-swiper .swiper-button-next:hover {
  background: #333;
  color: white;
  border-color: #333;
}

.side-product-swiper .swiper-button-prev {
  top: 8px !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.side-product-swiper .swiper-button-next {
  bottom: 8px !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.side-product-swiper {
  height: 457px !important;
  overflow: hidden !important;
}

.side-product-swiper .swiper-wrapper {
  padding: 0 !important;
  margin: 0 !important;
}

.side-product-swiper .swiper-slide {
  height: calc((457px - 40px) / 5) !important;
  margin-bottom: 10px !important;
  opacity: 0.6;
  transition: opacity 0.3s;
  border-radius: 4px;
  overflow: hidden;
}

.side-product-swiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #333;
  box-sizing: border-box;
}

.side-product-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-single .product-gallery .side-product-swiper {
  margin-block: 0 !important;
}

.swiper-wrapper {
  padding: 0 !important;
}