.barCenter__content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 0;
    flex-wrap: wrap;
}

.custom-logo-link {
    max-width: 12rem;
}

.navLeft {
    display: flex;
    gap: 4rem;
    align-items: center;
}

#site-navigation {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

#site-navigation svg {
    width: 3.3rem;
    height: 3.3rem;
}

ul#categoryMenu > li a {
    font-size: 1.8rem;
    color: var(--black-color);
}

.search-form .search-field {
    border: 0.2rem solid var(--primary-color);
    border-radius: 0.8rem;
    width: 100%;
    height: 4rem;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    line-height: 3;
    font-family: var(--font-family-primary);
}

.search-form {
    position: relative;
}

.search-form i {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background-color: var(--primary-color);
    border-radius: 100%;
    color: #fff;
    border: none;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}

.icons-nav {
    display: flex;
    gap: 2rem;
}

.icons-nav a, 
.searchBtn {
    color: var(--black-color);
    font-size: 1.5rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D9D9D9;
    padding: 0.5em;
    border-radius: 50%;
    width: 37px;
    height: 37px;
}

.ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target span:hover {
    color: #FF9E00;
}

.userHeader,
.cartHeader {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.icons-nav a svg {
    width: 20px;
}

.search-submit {
    display: none;
}

.search-form .search-field:focus-visible {
    outline-color: var(--primary-color);
    outline-offset: initial;
}

.barTop {
    background-color: #FF9E00;
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
}

.barTop a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin-left: 1rem;
}

.navbottom .ubermenu-nav {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
}

.ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child {
    margin: 0 !important;
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item.ubermenu-column-auto{
    width: max-content !important;
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
    font-size: 1.4rem;
    font-weight: 300 !important;
}

.ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target{
    font-size: 1.5rem;
    font-weight: 400 !important;
}

.navbottom .ubermenu-main {
    z-index: 1;
}

.barBottom {
    background-color: #f8f8f8;
}

.navbottom ul.ubermenu-submenu {
    padding: 0.5rem 0 !important;
}

.encabezado__content p {
    font-weight: 700;
}

.redes__content a {
    width: 35px;
    height: 35px;
    background-color: #F2F2F2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
}
