/* === HEADER === */
.user-icon-account:before {
    font-family: "fontello";
    content: '\E833' !important;
    display: block;
    font-size: 23px;
    background-image: url(../../../../img/other-images/usuario.png);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}


#_desktop_user_info > div > div > a > span.my-account {
    position: absolute;
    top: 41px !important;
    left: -6px !important;
    font-size: 13px;
    font-family: 'quicksand-medium';
    text-transform: capitalize;
}


div#_desktop_user_info .header_user_info .header_user_info__list a img {
    order: 1;
    position: relative;
    top: 0;
    left: 0;
    margin: 0px auto 17px auto;
    width: 30px;
}

#_desktop_user_info > div > div {
    margin-top: 45%;
}

#_desktop_user_info > div > div > a > span {
    color: #000 !important;
    font-family: 'quicksand-medium';
}


.user-icon-account3 {
    display: block;
    background-position: 0% 45%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 2%;
    position: absolute;
    top: 14%;
    left: 11.5%;
}

.user-icon-account2 {
    display: block;
    background-position: 0% 45%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 2%;
    position: absolute;
    top: 14%;
    left: 13.6%;
}

.blockcart {
    padding: 10px 20px 17px;
}

#search_widget > div.search-block.hidden-md-down > form {
    background: #f0ffff00;
    width: 30%;
    margin-left: 67%;
    position: absolute;
    top: 24%;
    display: block;
    height: auto;
    padding: 0px !important;
}

#header .search-block .search-btn {
    background: none;
    color: inherit;
    border: none;
    font-size: 30px !important;
    padding: 0;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.font-search:before {
    content: '\E831';
    font-size: 18px;
    padding: 0px 20px 11px 22px;
    border: 1px solid #000;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    font-weight: 600;
    color:#000;
}


#header .search-btn-toggle.search-active {
    color: #21c9c0;
    display: none !important;
}


#header .search-close {
    background: #F50707F9 !important;
    display: none;
}

#header .search-block .input-text {
    font-size: 13px;
    font-weight: 100;
    border: none;
    color: inherit;
    border-bottom: 1px solid;
    background: none;
    outline: none;
    height: 31px;
    /*padding: 0;*/
    border-radius: 7px;
    width: 100%;
    border: 1px solid #000;
    color:#000;
    font-family: 'quicksand-bold';
    padding: 0px 0px 2px 13px;
}

/* === INICIAR SESION === */
#authentication > main > section > div.container.clearfix {
    margin-top: 20%;
    margin-left: 9%;
}

#authentication > main > section > div.container.clearfix > div > div > section > section > section > p > a:focus {
    color: #f40000 !important;
}

#my-account > main > section > div.container.clearfix,
#identity > main > section > div.container.clearfix{
    margin-top: 20%;
}

#order-slips-link,
#wishlist-link,
#psgdpr-link,
#addresses-link,
#history-link,
#emailsalerts{
    display:none !important;
}

.page-my-account #content .links .link-item:hover {
    background: #f50d0d !important;
    border-color: #f50d0d !important;
}

