
.ai {
    display: flex;
    align-items: center;
}
.aie {
    display: flex;
    align-items: center;
    justify-content: end;
}
.user-top-list-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shop-btn .shop-single-btn {
    color: white;
    background: #012959;
    padding: 12px 24px;
    border-radius: 12px;
    width: fit-content;
    gap: 12px;
    display: flex;
    font-weight: 600;
    align-items: center;
    margin-right: 15px;
    text-decoration: none;
}
.user-top-list-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headset-wrap, .balans-wrap, .user-account-wrap {
    margin-right: 16px;
}
.headset-wrap i.fal.fa-headset {
    color: #FF5722;
    font-size: 20px;
}
.top-bar {
    padding: 24px 0px;
}
#dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
#dropdown span {
    font-size: 14px;
}
#dropdown-content {
    display: none;
    position: absolute;
    background-color: #d3dce3;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(211 220 227);
    z-index: 1;
    padding: 16px;
}
#dropdown:hover #dropdown-content {
    display: block;
    position: absolute;
    background-color: #d3dce3;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(211 220 227);
    z-index: 1;
    padding: 16px;
}
#dropdown span {
    color: #000000;
    font-size: 14px;
}
.posada {
    display: block;
    color: #000000;
    font-size: 12px;
    text-align: center;
}
.manager-phone {
    display: block;
    color: #000000;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
}

a.logout {
    color: #FF5722;
    font-size: 20px;
}

.admin-wrap-main .entry-header h1{
    display: block;
    font-size: 36px;
    font-weight: 500;
    color: #012959;
    /* margin-bottom: 60px; */
    /* text-align: center; */
    font-family: 'Inter';
}
.woocommerce-MyAccount-content{
    padding: 24px 0;
}

.bottom-bar {
            background: #ffffff9e;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
}
.first-menu ul {
    list-style: none;
    margin: 0px;
    display: flex;
    padding: 24px 0px;
    align-items: baseline;
    justify-content: space-around;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders a::before {
    content: "\f542";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-weight: 300;
    margin-right: 8px;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: "\f2bb";
    font-family: "Font Awesome 5 Pro";
    font-size: 22px;
    font-weight: 300;
    margin-right: 8px;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "\f2b9";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-weight: 300;
    margin-right: 8px;
}
.first-menu ul a {
    color: #000;
    font-size: 16px;
    padding: 8px 32px 8px 0px;
    text-decoration: none;
}
.admin-wrap-main {

    background: url(../img/toys-background-1.jpg);
    background-size: contain;
    background-attachment: fixed;
}
.woocommerce-MyAccount-content a.woocommerce-button.button.view {
    background: #012959;
    color: #fff;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wishlist a::before {
    content: "\f004";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-weight: 300;
    margin-right: 8px;
}
.first-menu ul a {
    color: #000;
    font-size: 16px;
    padding: 8px 32px 8px 0px;
    text-transform: capitalize;
   }

.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}
.admin-panel header.entry-header {
    margin-top: 40px;
}
.woocommerce-MyAccount-content button.woocommerce-Button.button {
    color: #ffffff !important;
    background: #012959;
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 600;
    align-items: center;
}
nav.woocommerce-MyAccount-navigation li.is-active a {
    color: #FF5722;
    font-weight: 600;
}




.btn-head-block{
    gap: 12px;
    display: flex
;
    margin-left: 36px;
}

/* Скрываем дополнительные телефоны по умолчанию */
.tel-head-block .additional-phones {
    display: none;
}

/* Показываем блок с телефонами при наведении на родительский элемент */
.tel-head-block:hover .additional-phones {
    display: block;
    margin-top: 10px; /* Отступ сверху для отображения */
}

/* Опционально, можно добавить стили для текста, чтобы он выглядел как дополнительная информация */
.tel-head-block .additional-phones p {
        margin: 5px 0;
    font-size: 14px;
    color: rgba(255, 58, 90, 1);
    font-weight: 700;
    margin-bottom: 8px;
}
 .tel-head-block:hover .additional-phones{
        margin-top: 0px;
    position: absolute;
    background: white;
    padding: 12px 24px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    z-index: 9;
        width: 260px;
}
.tel-head-block{
    margin-left: 36px;
}
.tel-head-block a{
        display: flex
;
    align-items: center;
    gap: 8px;
    color: black;
    font-weight: 500;
    font-size: 16px;
}
 .top-head-menu ul{
        margin: 0;
    padding: 0;
    display: flex
;
    align-items: center;
    width: 100%;
        gap: 12px;
}
 .top-head-menu ul li{
    list-style: none;
}
 .top-head-menu ul li a{
        color: black;
    font-size: 14px;
}
 .tel-head-block a {
    display: flex
;
    align-items: center;
    gap: 8px;
    color: black;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--unloading a::before {
    content: "\f019";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-weight: 300;
    margin-right: 8px;
}


