* {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: "Roboto";
    letter-spacing: 1px;
    font-weight: 300;
}


body {
    overflow-x: hidden;

}

header {
    min-height: 110px;
    min-width: 100%;
    background-color: #ece9e2;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100vw;
    background-color: rgba(236, 233, 226, 0.75);
    color: #61666c;
    z-index: 10;
}

.cookie-banner-text {
    font-size: 18px;
}
.cookie-close {
    position: absolute;
    background-color: transparent;
    left: 95%;
    color: #61666c;
    padding: 10px;
    outline: none;
    border: none;
    font-size: 40px;
}

.margin-30 {
    margin-left: 30%;
    margin-right: 30%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.button-rectangle-cart {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 8px;
}

.login-button {
    text-transform: uppercase;
    color: #ece9e2 !important;
    border: 1px solid #61666c;
}

.hover-border-scalp:hover, .hover-border-shine:hover,.hover-border-repair:hover,.hover-border-blonde:hover{
    color: #ece9e2;
    transition: all ease-in-out 350ms;
    border: 1px solid transparent;
}
.hover-border-scalp:hover{
    background-color: #8bbf87;
}

.hover-border-shine:hover{
    background-color: #c6a49a;
}

.hover-border-repair:hover{
    background-color: #8a6a65;
}

.hover-border-blonde:hover{
    background-color: #836abc;
}




.hover-border-button:hover{
    background-color: transparent;
    color: #61666c;
    transition: all ease-in-out 350ms;
    border: 1px solid #61666c;
}

.login-button:hover, .hover-button:hover {
    color: #61666c !important;
    font-weight: bold;
    background-color: #ece9e2;
    transition: all ease-in-out 350ms;
}

.hamburger div {
    width: 30px;
    height: 3px;
    background: #61666c;
    margin: 5px;
    transition: all 0.3s ease;
}

.hamburger {
    display: none;
}

.mobile-cart {
    display: none;
}

#search-div-mobile {
    display: none;
}


/*mobile*/
@media screen and (max-width: 1200px) {

    .login-button {
        padding: 40px !important;
    }

    .margin-30 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .cookie-banner {
        background-color: rgba(236, 233, 226, 1);

    }

    .cookie-banner-text {
        font-size: 40px;
    }

    .cookie-close {
        font-size: 60px;
        left: 92%;
    }

    .hamburger {
        display: block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 17vw;
        transform: translate(-5%, -50%);
        z-index: 99999999999999999999999;
        transition: all 0.7s ease;
    }

    .hamburger div {
        width: 100px;
        padding: 5px;
        margin-bottom: 20px;
        height: 5px;
    }

    .mobile-cart {
        display: block;
        right: 20vw;
        margin-right: 1vw;
        position: absolute;
        top: 9.5vw;
        z-index: 2;
    }

    .nav {
        background: #ece9e2;
        position: fixed;
        opacity: 1;
        height: 100vh !important;
        width: 100%;
        margin: 0 !important;
        top: 0;
        z-index: 52;
        display: flex;
        opacity: 0;
        flex-direction: column;
        transition: all .5s ease-out;
        pointer-events: none;
        overflow-y: hidden;
    }

    .nav ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 120px !important;
    }

    .nav.open {
        opacity: 1;
        pointer-events: all;
        font-size: 60px !important;
    }

    .nav li {
        opacity: 0;
    }

    .nav ul li a {
        font-size: 6rem !important;
        margin-bottom: 30px !important;
    }

    .nav ul li a:active {
        color: #ece9e2;
    }

    .nav li:nth-child(1) {
        transition: all 0.3s ease 0.2s;
    }

    .nav li:nth-child(2) {
        transition: all 0.3s ease 0.3s;
    }

    .nav li:nth-child(3) {
        transition: all 0.3s ease 0.4s;
    }

    .nav li:nth-child(4) {
        transition: all 0.3s ease 0.5s;
        margin-right: 0;
    }

    .nav li:nth-child(5) {
        transition: all 0.3s ease 0.6s;
    }

    .nav li:nth-child(6) {
        display: none;

    }

    .nav li:nth-child(7) {
        transition: all 0.3s ease 0.6s;
    }

    .nav li:nth-child(8) {
        display: none;
    }

    li.fade {
        opacity: 1;
        margin-bottom: 15px;

    }

    /* Navigation Bar Icon on Click*/

    .toggle .bars1 {
        transform: rotate(-45deg) translate(-50px, -10px);
    }

    .toggle .bars2 {
        transition: all 0s ease;
        width: 0;

    }

    .toggle .bars3 {
        transform: rotate(45deg) translate(-50px, 10px);
    }

    .logo_area {
        width: 100%;
        top: 0px !important;
        left: 0 !important;
        content: "";
        text-align: left !important;
        background-color: #ece9e2;
        height: 35vw;
        z-index: 1 !important;
    }

    .logo_area a img {
        margin-top: 10px;
    }

    .logo {
        max-width: none !important;
        max-height: none !important;
        width: 30vw !important;
        height: 30vw !important;
    }

    header {
        top: 0;
        z-index: 1;
        margin-bottom: 130px;
        height: 35vw;
    }

    .cart-mini {
        width: 100% !important;
        right: 0 !important;
        top: 34vw !important;
        max-height: 1200px !important;
    }

    #cart-dett {
        width: 100%;
        font-weight: 800;
    }

    #cart-icon span {
        font-size: 45px !important;
        left: 11.45vw;
    }

    .imgQuadratoSmall {
        width: 200px !important;
        height: 200px !important;
    }

    .imgQuadratoMedium {
        width: 220px !important;
        height: 220px !important;
    }

    .icon-cart-shopping {
        font-size: 6.4rem !important;
    }

    .button-rectangle-cart {
        font-size: 40px;
        padding: 28px;
    }

    .padding28 {
        padding: 28px;
    }

    #submenu,
    #logout {
        z-index: 0;
        left: 0;
        text-align: center;
        top: 0;
        margin-top: 0 !important;
        position: relative;
        font-weight: normal !important;
    }

    #submenu li a,
    #logout li a {
        font-weight: normal !important;
        font-size: 4rem !important;
    }

    #logout {
        left: 0 !important;
    }

    #shop-mobile {
        text-align: center;
    }

    #toTop {
        margin-bottom: 30vw;
        font-size: 60px !important;
    }

    #search-mobile {
        position: relative;
        width: 95%;
        left: 2.5%;
        margin-bottom: 1vh;
        height: 100px;
        font-size: 35px;
    }

    #search-content-mobile {
        width: 95%;
        left: 2.5%;
        right: 0;
        max-height: 700px;
    }

    .icon-sss {
        position: absolute;
        font-size: 50;
        border: none;
        right: 7vw;
        top: 1.5vw;
        background: transparent;
    }

    #search-div-mobile {
        display: block;
        background-color: #ece9e2;
        position: absolute;
        top: 35vw;
        width: 100%;
        padding: 0 3px 3px;
    }

    h5 {
        font-size: 30px;
    }

}

.margin-auto {
    margin: 0 2vw;
}

ul {
    list-style: none;
}

.width {
    width: 100%;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    min-width: 720px;
    clear: both;
}

/*IMPORTANTE*/
.nav {
    height: 11vw;
    margin: 0 2vw;
}

.nav ul {
    margin: 0;
    padding: 60px 0 0;
    list-style: none;
}

.nav ul li {
    float: none;
    display: inline-block;
    align-items: center;
}

.nav ul li:nth-child(1) {
    float: left;
}

.nav ul li:nth-child(2) {
    float: left;
}

.nav ul li:nth-child(3) {
    float: left;
}

.nav ul li:nth-child(4) {
    float: right;
    margin-right: 1vw;
}

#submenu li,
#logout li {
    width: 100%;
    height: 100%;
    float: none;
    margin: 0 !important;
}

.nav ul li:nth-child(5) {
    float: right;
}

.nav ul li:nth-child(6) {
    float: right;
}

.nav ul li:nth-child(7) {
    float: right;
}

.nav ul li:nth-child(8) {
    float: right;
}

.nav ul li a {
    color: #61666c;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 8px 15px;
}


#cart-icon {
    padding: 0px 15px !important;
}

#cart-icon span {
    color: #61666c;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    right: 294px;
    width: 25px;
    height: 25px;
    font-size: 18px;
}

#header {
    width: 100%;
}

.logo_area {
    width: auto;
    position: absolute;
    content: "";
    text-align: center;
    top: 10px;
    left: 42.5vw;

}

.icon-cart-shopping {
    color: #61666c;
    font-size: 2rem;
    vertical-align: middle;
    top: -0.5rem;
}

input[type="search"] {
    outline: none;
    border: 2px solid #61666c;
    background-color: #ece9e2;
    padding: 8px 15px;
    color: #61666c;
    font-size: 20px;
    width: 18vw;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.search-div {
    padding: 6px 0;
    position: absolute;
    display: block;
    width: 18vw;
    max-height: 500px;
    height: auto;
    border: 1px solid #61666c;
    border-top: 0 !important;
    background-color: #ece9e2;
    z-index: 777777777777;
}

.icon-search {
    color: #61666c;
    font-size: 1.5rem;
    vertical-align: middle;
    position: relative;
    top: 2px;
}

.logo {
    margin-left: 2vw;
    min-width: 90px;
    min-height: 90px;
    width: 9vw;
    height: 9vw;
    max-width: 180px;
    max-height: 180px;
    object-fit: cover;
}

.cart-mini {
    max-height: 400px;
    overflow-y: auto;
    width: 400px;
    padding: 10px;
    background: #ece9e2;
    position: absolute;
    top: 100px;
    right: 35px;
    z-index: 9999999999;
    display: block;
}

.linee,
.account {
    width: auto;
    padding: 10px;
    background: #61666c;
    color: #ece9e2;
    position: absolute;
    top: 95px;
    left: 280px;
    z-index: 9999999999;
    display: block;
}

.linee-fianco {
    left: 350px;
    top: 0px;
    position: absolute;
    width: 345px;
}

.account {
    top: 100px;
    left: 78% !important;
}

#submenu,
#logout {
    padding: 0 !important;
}

.linee li:hover,
.account li:hover {
    background-color: #ece9e2;
    color: #61666c !important;
}

.linee li a,
.account li a {
    color: #ece9e2 !important;
}

.linee li a:hover,
.account li a:hover {
    color: #61666c !important;
}

.imgQuadratoSmall {
    width: 80px;
    height: 80px;
}

.imgQuadratoMedium,
.imgQuadratoMediumNotMobile {
    width: 120px;
    height: 120px;
}

.border-bottom {
    border-bottom: 1px solid #61666c !important;
}

/*scroll to top button*/
#toTop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #61666c;
    cursor: pointer !important;
    padding: 5px;
    border-radius: 4px;
}

#toTop div {
    padding: 15px;
}

.fa-arrow-up {
    color: #ece9e2;
}

.menu-hover:hover{

    font-weight: bold;
    transition: font-weight 0.2s ease-in-out;
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
    #cart-icon span {
        right: 290px;}
}