@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght@300');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');


#header_responsive .telefono span:before {
    content: "";
    text-align: left;
    /* background-position: 10% center; */
    /* background-repeat: no-repeat; */
    padding: 0;
    width: 31px;
    height: 30px;
    right: 5px;
    top: 7px;
    background-size: 100%;
    content: "\e8a8";
    font-family: 'Material Symbols Outlined';
    font-weight: 300;
    font-size: 34px;
    color: #000000;
    font-weight: 300;
    line-height: 1.13;
}
#header_responsive .top_buttons #top_login_button a>span {
    font-size: 0;
}

.telefono span i {
    display: block;
    line-height: 1;
    font-size: 10px;
    font-weight: 500 !important;
    margin-top: 4px;
    letter-spacing: 0px;
    color: #ffffff;
    font-style: normal;
    text-transform: uppercase;
    background-color: #038c5e;
    padding: 2px 8px;
    border-radius: 5px;
    width: max-content;
}
#header_responsive .top_buttons .btn_cart .counter

 {
   
    background: #038c5e;
   
}



#header_responsive .top_buttons li.whishList a {
    /* background-color: white; */
    background-image: url(/custom/img/cuore.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 26px;
    height: 27px;
    background-size: 31px;
    padding-left: 0px;
  
    border-left: 0;
    position: static;
    right: 0;
    font-size: 0;
    margin-top: 2px;
}






.telefono span b {
    font-size: 17px;
    line-height: 1;
    margin-top: 0px;
    display: block;
    font-weight: 600;
}


#header_responsive .telefono span {
    display: flex
;
    gap: 6px;
    border-right: 1px solid #00000069;
    padding-right: 16px;
    margin-right: 6px;
    align-items: flex-start;
}

#header_responsive .top_buttons>li.btn_login>a {
    color: #ffffff;
    display: flex
;
    align-items: flex-end;
    gap: 6px;
    padding-left: 5px;
    background-image: url(/custom/img/person.svg);
    height: 30px;
    background-size: 39px;
    background-position: center left;
    min-width: 32px;
}

#header_responsive .btn_cart>a {
    background-image: url(/custom/img/cart1.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-left: 33px;
    /* line-height: 10px; */
    color: #cacaca;
    background-size: 32px;
    background-position: center left;
    
}





.barraalta {
    display: flex
;
    justify-content: space-between;
    color: #000000;
    background-color: #efeff1;
    align-items: center;
    font-family: "Noto Sans Display", sans-serif;
}


#header_top_bar_wrapper .barraalta li.ica a:hover {
    color: #038c5e;
  
}


#header_responsive #logo {
    float: left;
    max-width: 100%;
    width: 195px;
}

.ico-pag {
    display: flex
;
    gap: 10px;
    justify-content: center;
    width: auto;
    /* display: block; */
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 20px;
	margin-bottom: 20px;
}

.ico-pag img {
    height: 37px;
    width: auto;
    max-width: max-content;
}



#header_top_bar_wrapper .barraalta li.icor a:hover {
    background-color: #038c5e;
    text-decoration: none;
    transition: 0.5s;
}



.barraalta ul.icone {
    display: flex
;
    align-items: center;
    gap: 14px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    padding: 0px;
}

#top_text div {
    padding-left: 5px;
    padding-right: 5px;
}
#header_top_bar_wrapper .barraalta li.icor a span {
    display: flex
;
    align-items: center;
	margin-left: 2px;
}


.barraalta li.icor span.material-symbols-outlined

 {
    font-size: 14px;
}
.barraalta li, .barraalta li a {
    display: flex
;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    list-style: none;
    text-decoration: none;
}

#header_top_bar_wrapper .barraalta li.icor a, #header_top_bar_wrapper .barraalta li.icor a a:visited, .barraalta li.icor a {
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    padding: 2px 10px;
    transition: 0.5s;
}
.barraalta li a {
    color: black;
}



@media screen and (max-width: 600px) {


#header_responsive .top_buttons>li.telefono {
    display: none;
}

}






