.header_phones-link
{
    padding: 5px 16px;
}
.header-button-cart
{
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.header-buttons-cart-quantity-new
{
    position: absolute;
    padding: 2px 6px;
    border-radius: 100px;
    font-size: 12px;
    background-color: #363636;
    color: #fff;
    bottom: -10px;
    right: -5px;
    min-width: 21px;
    text-align: center;
}
/* Стилі для випадаючого списку */
.phone-dropdown {
    position: relative;
    display: inline-block;
}

.phone-dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;

    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 100%;
}

.phone-dropdown:hover .dropdown-content {
    display: block;
}

.phone-dropdown .dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
}

.phone-dropdown .dropdown-content a:hover {
    background-color: #ddd;
}
