/* || HEADER */
/* ===== Mini menu ===== */
.upper-nav{
    > li[data-title="line1"] > a:before{
        content:'\f06d';
        color: #f94c01
    }
    > li[data-title="line2"] > a:before{
        content:'\f2dc';
        color: #93E7FB
    }
    > li[data-title="line3"] > a:before{
        content:'\f1e2';
        color: #000000
    }
    > li[data-title="line4"] > a:before{
        content:'\f494';
        color: #b9a099
    }
    > li[data-title="line5"] > a:before{
        content:'\f06b';
        color: #b9a099
    }
    > li[data-title="line6"] > a:before{
        content:'\f0eb';
        color: #f9c801
    }
    > li[data-title="line7"] > a:before{
        content:'\f0d1';
        color: #b9a099
    }
    > li[data-title="line8"] > a:before{
        content:'\f02d';
        color: #b9a099
    }
}
/* *** */