/* Footer */

footer#footer {
    margin-top: 20px;
    font-size: 12px;
}

footer#footer img.payment {
    width: auto;
    height: 30px;
    margin-top: 10px;
}

footer#footer img.shipping {
    width: auto;
    height: 25px;
    margin-top: 10px;
}

footer#footer h6 {
    color: #333;
    font-size: 14px;
    margin-bottom: 15px;
}

footer#footer a {
    color: #f03030;
}

footer#footer a i{
    color: #333;
}

footer#footer a:hover {
    color: #333;
    text-decoration: none;
}

footer#footer i {
    margin-right: 5px;
}

footer#footer ul li {
    margin: 5px 0;
}

/* Kirim apps */

.kirim-apps{
    font-size: 12px;
}

.kirim-apps img{
    width: 45%;
    margin-right: 5px;
    display: inline-block;
    border-radius: 4px;
}

.kirim-apps input{
    font-size: 12px;
}

/* Footer copyright */

#footer-copyright {
    font-size: 12px;
    margin-top: 40px;
    margin-bottom: 20px;
}

#footer-copyright a {
    color: #f03030!important;
}

#footer-copyright a:hover {
    text-decoration: none!important;
    color: #333!important;
}