@import url("https://use.typekit.net/yrb2nzh.css");


/* *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: sofia-pro, sans-serif;
} */


#ctn-icon-search{
    position: absolute;
    right: 125px;
    top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#ctn-icon-search i{
    font-size: 23px;
    color: #000;
    cursor: pointer;
    transition: all 300ms;
}

#ctn-icon-search i:hover{
    color: red;
}


#ctn-bars-search{
    position: fixed;
    top: -100px;
    width: 100%;
    background: #fff;
    padding: 20px;
    z-index: 9;
    transition: all 600ms;
}

#ctn-bars-search input{
    display: block;
    top:0px;
    width: 1000px;
    margin: auto;
    padding: 10px;
    font-size: 18px;
    outline: 0;
}

#box-search{
    position: fixed;
    top: 136px;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    background: #fff;
    z-index: 8;
    overflow: hidden;
    display: none;
}

#box-search li a{
    display: block;
    width: 1200px;
    color: #777777;
    padding: 12px 20px;
    font-family: sofia-pro, sans-serif;
}

#box-search li a:hover{
    background: #f3f3f3;
}

#box-search li a i{
    margin-right: 10px;
    color: #777777;
}


#cover-ctn-search{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 7;
    display: none;
    top: 47px;;
}
