/*
**  20. Bolas
*/

ul.bolas {
    position: fixed;
    bottom: 5rem;
    z-index: +1;
    left: auto;
    list-style:none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-end;
    gap: 0.3rem;
    right: 0.5rem;
}

ul.bolas li {
    height: 60px;
    width: 60px;
    position: relative;
}

@media(max-width: 725px){
    ul.bolas {
        position: fixed;
        bottom: 1rem;
        z-index: +1;
        right: 0px;
        left: auto;
        list-style: none;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        align-content: flex-start;
        align-items: flex-end;
        gap: 0.3rem;
        right: 0.5rem;
    }
}

li#share-root a#menu {
    font-size: 1.7rem;
    /* padding: 1.5rem 0.8rem; */
    border-radius: 50px;
    opacity: .8;
    background: #01618a;
    /* background-color: #00000021; */
    color: white;
    margin: 0;
    height: 60px;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    position: absolute;
    outline: transparent none medium;
    margin-right: 0px;
    margin-left: 0px;
    min-width: -webkit-fill-available;
    z-index: 99999;
    position: relative;
    border-radius: 5rem;
    padding: 1.1rem 0.8rem;
}

a.wishlist-toggle {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.whatsapp-window {
    margin: 0;
}

span.to-the-top-long {
    margin: 0 !important;
}

li#share-root {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    flex-direction: row;
}

@media(max-width:725px){
  li#share-root {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-end;
  }
}

nav.share {
  order: -1;
}

ul.nav-wrapper {
  display:none;
}

ul.nav-wrapper.active {
    display: flex;
    position: relative;
    /* float: left; */
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 0.2rem;
    display: flex;
}
