.header .header-middle .header-wrapper {
    align-items: center;
    display: flex;
    /* padding: 38.5px 0; */
}
.header-wrapper {
    align-items: center;
    display: flex;
    /* padding: 38.5px 0; */
  
}

.header-content-sticky .header-wrapper {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 0px 0;
  height: 60px;
}

.container-xxxl {
    
    max-width: 1650px;
    /* padding: 0 15px;
  margin: 0 auto;*/
    width: 100%;
}

.py-3 {
   padding-top: 0rem !important;
   padding-bottom: 0rem !important;
  padding: 0 1px;
}

.my-4 {
     margin-top: 0rem !important; 
     margin-bottom: 0rem !important; 
}

.py-5 {
    padding-top: 0.5rem !important; 
  padding-bottom: 0.5rem !important; 
}

.product-bottom-box {
    background-color: #fff;
    border: 1px solid #c9c9c9;
    border-top: 0 solid #c9c9c9;
    display: none;
    left: -26px;
    padding: 0px 0px 0px; 
    position: none; 
    right: -26px;
    top: 100%;
    z-index: -1;
}
.header__left .logo {
    flex: 0 1 auto;
    position: relative;
    z-index: 100;
    height: 80px;
    width: 80px;
}


.header-content-sticky .header-wrapper {
     box-shadow: 0 0 10px rgba(0, 0, 0, .2); 
    padding: 0px 0;
     height: 1px; 
}

.card-img, .card-img-top {
    border-top-right-radius: var(--bs-card-inner-border-radius);
    border-top-left-radius: var(--bs-card-inner-border-radius);
    width: 150px;
    height: 120px;
    align-self: center;
}
.menu--product-categories {
    
    background-color: rgb(255 202 0);
   
}