img.store-img {
    position: relative;
    height: 38px;
    width: auto;
    top: -3px;
    margin-right: 10px;
}

div.navbar-top.bg-dark {
    background-color: #232f39 !important;
}

.btn-alpaka {
    background-color: #fa4400;
    color: #ffffff;
}

.btn-alpaka:hover {
    background-color: #ee4500;
    color: #ffffff;
}

a, .list-group-borderless a.list-group-item:hover {
    color: #ff4a00;
}

.badge-rounded {
    padding: 8px;
    border-radius: 16px;
}

.bg-light .badge-rounded {
    border: 1px solid #cecece;
    color: #cecece !important;
}

.text-bold {
    font-weight: 800;
}

.mb-8 {
    margin-bottom: 3.2rem !important;
}