.apple-footer{
    width:980px;
    margin:5px auto 0;
    padding-top:10px;
    border-top:2px solid #999999;
    font-family:
        "Lucida Grande",
        sans-serif;
    font-size:11px;
    color:#666;
}

.footer-main{
    display:flex;
    justify-content:space-between;
    align-items:center;
    line-height:18px;
}
.footer-shop{

    text-align:left;
}
.footer-links{
    text-align:right;
    white-space:nowrap;
}
.apple-footer a{
    color:#08c;
    text-decoration:none;
}
.apple-footer a:hover{
    color:#08c;
    text-decoration:underline;
}
.footer-links span,
.footer-legal span{
    color:#bbb;
    margin:0 6px;
}
.footer-legal{
    margin-top:6px;
    line-height:18px;
}