

.footer {
    display: flex;
    flex-flow: row wrap;
    /* padding: 10px 60px 5px 60px; */
    color: white;
    /* background-color: #1B3C7F; */
    border-top: 0px solid #e5e5e5;
}

.footer>* {
    flex: 1 100%;
}

.footer__addr {
    margin-bottom: 2em;
}

.footer__logo {
    height: 50px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 8px;
    padding-bottom: 8px;
}

.footer__addr h2 {
    margin-top: 1.3em;
    font-size: 15px;
    font-weight: 400;
}

.nav__title {
    height: 50px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    padding-left: 10pt;
    display: flex;
    align-items: center;
}

.nav__content {
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 25px;
    color: #FFFFFF;
    padding-left: 10pt;
}

.footer address {
    font-style: normal;
    color: white;
}

.footer__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    max-width: max-content;
    background-color: white;
    border-radius: 50px;
    color: #1B3C7F;
    line-height: 0;
    margin: 0.6em 0;
    font-size: 1rem;
    padding: 0 1.3em;
}

.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer li {
    line-height: 2em;
}

.footer a {
    text-decoration: none !important;
}

.footer a:hover {
    font-weight: 900 !important;
    color: #000000 !important;
}

.footer__nav {
    display: flex;
    flex-flow: row wrap;
}

.footer__nav>* {
    flex: 1 50%;
    margin-right: 1.25em;
}

.nav__ul a {
    color: white;
}

.nav__ul--extra {
    column-count: 2;
    column-gap: 1.25em;
}

.legal {
    display: flex;
    flex-wrap: wrap;
    color: white;
}

.legal__links {
    display: flex;
    align-items: center;
}

.heart {
    color: #D9534F;
}

.footer_googleplay {
    object-position: center;
    max-width: 200px;
}

/* Metode Pembayaran */
footer .footer_iconbrand {
    padding: 4px;
    margin: 5px;
    width: 48px;
    height: 48px;
    background-color: #FFFFFF;
    border-radius: 5px;
}

footer .footer_iconbrand img{
    width: 100%;
}
/* /Metode Pembayaran */

/* Metode Pengiriman */

/* /Metode Pengiriman */

@media screen and (min-width: 24.375em) {
    .legal .legal__links {
        margin-left: auto;
    }
}

@media screen and (min-width: 770px) {
    .footer__nav>* {
        flex: 1;
    }

    .nav__item--extra {
        flex-grow: 2;
    }

    .footer__addr {
        flex: 1 0px;
    }

    .footer__nav {
        flex: 2 0px;
    }
}


@media only screen and (min-width: 100px) {
    .hideFooter {
        display: none;
    }
    .showF{
        display: inline;
    }
}


@media only screen and (min-width: 770px) {
    .showFooter {
        display: inline;
    }
    .hideF{
        display: none;
    }
}

@media(min-width: 900px) and (max-width: 1199px) {
    .nav__large {
        width: 300px;
    }

    .big_logo {
        width: 125px;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 1200px) {
    .nav__large {
        width: 450px;
    }

    .big_logo {
        width: 125px;
        align-items: center;
        justify-content: center;
    }
}

.img_logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.copyright {
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    padding-left: 10pt;
}
