.my-navbar-collapse {
    flex-grow: 0!important;
}

.my-p-8 {
    padding: 8px!important;
}

.my-p-0 {
    padding: 0px!important;
}

.btn-shopee {
    background-color: #ee4d2d;
    border: 1px solid #ee4d2d;
    color: #ffffff !important;
    transition: all 0.25s ease;
}

.btn-shopee:hover,
.btn-shopee:focus {
    background-color: #d84326;
    border-color: #d84326;
    color: #ffffff !important;
}