.ewopharma-eshop-logo {
    width: 120px;
}

.dark-select {
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
    color: #fff;
    border: none;
    border-radius: 0;
    padding-left: 16px;
    padding-right: 32px;
    font-size: 15px;
    width: 80%;
}

.dark-select:focus {
    box-shadow: none;
    background-color: #1f2124;
    color: #fff;
}

.dark-select option[value=""][disabled] {
    color: #bfbfbf;
}

.dark-select.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='white' d='M3.204 5h9.592L8 10.481 3.204 5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 16px;
}

.ewopharma-country-menu {
    border: 1px sold white;
}

.download-link {
    text-decoration: none;
    margin: 0 10px 0 10px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.download-heading {
    font-size: 22px;
}
.btn-custom {
    background-color: #056576;
    color: white;
}

.btn-custom:hover {
    background-color: #056576;
}

.nav-link.active {
    background-color: #056576 !important; 
}

.bg-success {
    background-color: #B8E6C1 !important;
    color: #1B7A3F !important;
}

.bg-danger {
    background-color: #F7C6C6 !important;
    color: #FFF !important;
}

.link-success {
    color: #1B7A3F !important;
}

.link-danger {
    color: #A03C3C !important;
}

#availability-select-wrapper {
    display: flex;
    justify-content: flex-end;
}
#availability-select {
    width: 250px;
    padding: 5px;
    margin-bottom: 20px;
}

.product-image {
    width: 80px;
}
