.table td {
    vertical-align: middle;
    padding: 10px;
}

.the-container{
    margin: 0;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 60px;
   
   
}
#product-detail-app{

  display: flex;

}
.dark-hr {
  border: none;
  height: 1px;
  background-color: #000000; 
}


.description-text {
  word-wrap: break-word;
  word-spacing: 0.1em;
  line-height: 1.5;
}


.product-image-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.product-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}


.description-style {
  margin-bottom: 20px;
  
}

.product-labels {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.product-item .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .product-item .itemImg {
    max-height: 100vh; 
    max-width: 100%; 
    object-fit: contain;
  }
  
  
  /* Product Details 
  .product-item .col-md-8 {
    font-size: 4.2rem;
  }
  
  .product-item .col-md-8 #itemName {
    font-size: 4rem;
  }
  
  .product-item .col-md-8 #itemPrice {
    font-size: 4.5rem;
  }*/
  
  /* Place Order Button */
  .product-item .btn-outline-dark {
    color: black;
    border-color: black;
  }
  .btn-outline-dark:hover{
    color: white;
  }
  
  .product-item .btn-dark {
    background-color: black;
    color: white;
  }
  
  .col h3{
    text-align: center;
   /* font-size: 4.5rem; */
  }

  
 .description-style{
  /* color: black;
  font-size: 2.3rem; */
  margin-bottom: 20px;
  }

 .description-style a{
   /* color: black; */
    text-decoration: underline;
 }

 .description-style a:hover{
    color: gray;
 }
 

.feature {
   /* background-color: #1b2a38;*/
  
    text-align: center;
    border-radius: 8px;
   /* color: #ffffff; */
}


.feature-item {
    margin: 10px 0;
}
#product-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  width: 100%;
  margin-top: 50px;
}

.small-description-container {
  width: 70%;
  padding-right: 20px;
}

.product-info-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 30px;

}
.suggested-product-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 30%;

}
.dissapear{
  display: none;
}
.suggested-expanded{
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
.random-products-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.random-products-container a{
  text-decoration: none;
  margin: 20px;
}
.suggested-product-image{
  max-width: 300px;
}
.product-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  color: inherit;
}
.suggested-product-item{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.suggested-product-item {
  position: relative;
  text-decoration: none;
  color: inherit;
}

.suggested-product-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.suggested-product-item:hover::before {
  opacity: 1;
}


@media (max-width: 768px) {
  .product-item {
    margin-top: 100px;
    margin-bottom: 0;
    height: 60vh;
    padding: 20px;
 /*   background-color: rgba(251, 251, 251, 0.736); */
    display: flex;
    flex-direction: column !important;
    align-items: center;
  
   
  }
  .product-image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-width: 300px;
    margin-top: 100px;
    margin-bottom: 5px;
  }
  .product-labels{
    margin-top: 42px !important; 
   }
   #product-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 233px !important;
  }
}


@media (max-width: 1200px) {

  .product-item {
    margin-top: 10px;
    margin-bottom: 90px;
    height: 60vh;
    padding: 20px;
 /*   background-color: rgba(251, 251, 251, 0.736); */
    display: flex;
    flex-direction: row;
    align-items: center;
   
  }


  .product-labels{
   margin-top: 60px; 
  }
  .product-info-container {
    display: flex;
    flex-direction: column;
   
    width: 100%;
    
    padding-left: 0;
  
  }
  #product-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }
  .product-image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-bottom: 45px;
  }
  .small-description-container {
    width: 100%;
   
    padding: 20px;
    
  }
  .suggested-product-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
  
  }
}
