#product_details{
    text-align: left !important;
}

#product_details #category{
    text-transform: uppercase;
    font-weight: bold;
}

#product_name{
    font-weight: bold;
    margin-top: 2% !important;
    margin-bottom: 1% !important;
    font-weight: 700;
}

#product_details h5{
  margin: 0 !important;
  padding: 0 !important;
}

.stocks{
  font-weight: bold;
  margin-top: 0;
  color: red;
  margin-bottom: 1% !important;
  font-weight: 700;
}

#product_price{
    font-weight: bold;
    color: #198754;
    margin-top: 0% !important;
    font-size: 24px;
}

#imagePreviewView {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#imagePreviewView .img-thumbnail{
    max-width: 450px;
    display: block;
    margin: auto;
    padding: auto;
    max-height: auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
  
.img-thumbnail img, .thumbnail-images img {
    width: 120px;
    height: 120px;
    transition: transform 0.3s ease;
    border-style: outset;
    border-color: gray;
}
  
.img-thumbnail img:hover, .thumbnail-images img:hover {
    transform: scale(1.04);
    filter: brightness(70%);
}
  
.thumbnail-images {
    display: flex;
    flex-direction: row;
    gap: 5px 5px;
    justify-content: center;
    max-width: 100%;
    flex-wrap: wrap;
}

.tasleeh-btn:hover, .tasleeh-btn:focus {
    color: black !important;
    background-color: white;
    border: 1px solid black !important;
    border: none;
    transform: scale(1.04);
    cursor: pointer;
}

#side_cart_section{
  height: 100%;
}

#side_cart_checkout{
    border: 2px solid white;
    padding: .5em 1em;
    cursor: pointer;
    font-weight: 700;
    background-color: #fc5200;
    color: white;
    text-transform: uppercase;
}

.disabled_custom{
  pointer-events: none !important;
  cursor: default !important;
  background-color: gray !important;
}

.uk-offcanvas-bar {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
}

.uk-offcanvas-bar h4 {
    margin-bottom: 5px !important;
}

.padding{
    padding: 2px 5px;
}

.padding-2{
    margin: 0 10px 10px 10px !important;
}

.padding-2 hr{
    margin: 3% 0 !important;
}

.padding-2 .total_summary_section h5{
    margin: 0 !important;
    font-weight: 600;
}

.items_container {
    overflow-y: auto;
    flex-grow: 1;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 0, 0, 0.5) #ffff;
}

.gap-1{
    margin-bottom: 5px;
}

.gap-1 p{
    padding: 0%;
    margin: 0%;
}

.product_price{
    font-weight: bold;
    color: #198754 !important;
}

.hidden{
    display: none;
}

/* Qty */
.quantity {
    display: flex;
    padding: 0;
  }
  .quantity a{
    text-decoration: none;
  }
  .quantity__minus,
  .quantity__plus {
    display: block;
    width: 30px;
    height: 29px;
    margin: 0;
    background: gray;
    text-decoration: none;
    text-align: center;
    line-height: 29px;
  }
  .quantity__minus:hover,
  .quantity__plus:hover {
    background: #575b71;
    color: #fff;
  } 
  .quantity__minus {
    border-radius: 3px 0 0 3px;
  }
  .quantity__plus {
    border-radius: 0 3px 3px 0;
  }
  .quantity__input {
    width: 32px;
    height: 25px;
    margin: 0;
    padding: 0;
    text-align: center;
    border-top: 2px solid #dee0ee;
    border-bottom: 2px solid #dee0ee;
    border-left: 1px solid #dee0ee;
    border-right: 2px solid #dee0ee;
    background: #fff;
    color: black;
  }
  .quantity__minus:link,
  .quantity__plus:link {
    color: white;
  } 
  .quantity__minus:visited,
  .quantity__plus:visited {
    color: #fff;
  }

  #product_desc{
    margin: 0 !important;
  }
  
@media (min-width: 600px) and (max-width: 767) {
    .main-image img {
      width: 100%;
    }
  
    .thumbnail-images img {
      width: 100%;
    }
}

@media screen and (max-width: 599px) {
  .thumbnail-images img {
    width: 100%;
  }
}