/* Your custom css */

.header-wrapper .logo img {
    height: 100%;
    width: 40% !important;
    object-fit: contain;
}

.header-bottom .menu li a {
    white-space: nowrap;
    color: black;
}

.header-bottom {
    background-color: #ffffff;
    border-bottom: 0.5px solid #3333;
    border-top: 0.5px solid #3333;
}

.view-category .menu-category-btn{
	background-color: white;
  color: black;
}

.py-3 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.custom-button {
    padding-top: 15px;
}

.px-6 {
    padding-left: 120px !important;
    padding-right: 120px !important;
}

.my-60 {
    margin-top: -11rem !important;
    margin-bottom: 15rem;
}