footer {
    background: white !important;
}

body.catalog-product-view footer {
    margin-top: 80px !important;
}

footer .footer.content {
    display: none !important;
}

footer .ves-widget.widget-html.block {
    max-width: 1260px !important;
    margin: auto !important;
    border-top: 2px solid black !important;
    width: 96% !important;
}

footer .ves-widget.widget-html.block .widget {
    margin: 0 !important;
}

footer .ves-widget.widget-html.block .widget-inner.block-content.widget-enable-collapse.collapse { display: block !important; }

footer .footer-widget p.p-tag { display: none !important; }

footer .footer-top {
    padding: 30px 0px !important;
}

footer .footer-top img {
    width: 180px !important;
    padding-top: 15px !important;
}

footer .footer-between {
    border-top: 2px solid black !important;
    padding: 0px !important;
}

footer .footer-between .mgz-element-inner {
    text-align: center !important;
}

footer .footer-between img {
    width: 180px !important;
}

footer .footer-bottom {
    border-top: 2px solid black;
    padding-top: 15px;
}

footer .footer-bottom .mgz-element-inner {
    text-align: center !important;
}

footer .footer-bottom img {
    width: 40px !important;
}

footer .footer-top img {
    width: 180px !important;
    padding-top: 10px !important;
}

footer h3 {
    color: black !important;
    text-transform: uppercase !important;
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
    margin-top: 0 !important;
}

footer .footer-top a {
    display: block !important;
    font-size: 15px !important;
    color: black !important;
    font-weight: 500 !important;
    line-height: 25px !important;
    text-decoration: none !important;
}

footer .footer-top a:hover {
    color: #FFD600 !important;
}

footer a.footer-shop {
    height: 40px !important;
    text-align: center !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    background-color: #FFD600 !important;
    padding: 8px !important;
    text-decoration: none !important;
    border: 1px solid #FFD600 !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    transition: ease all 600ms;
    text-transform: uppercase !important;
}

footer a.footer-shop:hover {
    background-color: #00ADEF !important;
    color: white !important;
    border-color: #00ADEF !important;
    transition: ease all 600ms;
}

footer a.footer-account {
    height: 40px !important;
    text-align: center !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    background-color: transparent !important;
    padding: 8px !important;
    text-decoration: none !important;
    border: 1px solid #00ADEF !important;
    margin-bottom: 10px !important;
    color: #00ADEF !important;
    transition: ease all 600ms;
    text-transform: uppercase !important;
}

footer a.footer-account:hover {
    color: white !important;
    background-color: #00ADEF !important;
    transition: ease all 600ms;
}

footer a.footer-create-account {
    text-decoration: underline !important;
    text-align: center !important;
    color: black !important;
}

footer a.footer-create-account:hover {
    color: #00ADEF !important;
}

footer .footer1 {
    width: 235px !important;
    margin-right: 40px !important;
    border-right: 1px solid #FFD600 !important;
    height: 155px !important;
}

footer .footer2 {
    width: 195px !important;
    border-right: 1px solid #FFD600 !important;
    margin-right: 50px !important;
    height: 155px !important;
}

footer .footer3 {
    border-right: 1px solid #FFD600 !important;
    width: 150px !important;
    margin-right: 55px !important;
    height: 155px !important;
}

footer .footer4 {
    border-right: 1px solid #FFD600 !important;
    width: 200px !important;
    margin-right: 60px !important;
    height: 155px !important;
}

small.copyright {
    background: white !important;
    color: black !important;
    padding: 0 !important;
    padding-bottom: 10px !important;
    font-size: 13px;
}

/* RESPONSIVE/MOBILE */
@media (max-width: 1283px) {
    footer .footer1 { display: none; }

    footer .footer-top-inner {
        width: 100% !important;
        max-width: 980px !important;
        margin: auto !important;
    }

    footer .footer-buttons-column {
        width: 27% !important;
    }
}

@media (max-width: 980px) {
    #maincontent.page-main-full-width {
        box-shadow: 0px 5px 8px 1px #00000024 !important;
        z-index: 2 !important;
    }

    footer { 
        z-index: 1 !important;
        margin-top: 0 !important;
        background-color: #FCFCFC !important; 
    }

    footer .ves-widget.widget-html.block { border-top: 0 !important; }

    footer .footer-top {
        padding: 20px 0px 30px !important;
    }

    footer h3, footer .footer2 a, footer .footer3 a, footer .footer4 a {
        width: 100% !important;
        text-align: center !important;
    }

    footer h3 { margin-bottom: 0 !important; }

    footer .footer2, footer .footer3, footer .footer4 {
        border-bottom: 1px solid #FFD600 !important;
        border-right: none !important;
        width: 90% !important;
        float: unset !important;
        margin: auto !important;
        height: fit-content !important;
        padding: 15px !important;
    }

    footer .footer-buttons-column {
        width: 96% !important;
        margin: auto !important;
        float: unset !important;
        padding-top: 10px !important;
    }

    body #maincontent.page-main {
        box-shadow: 0px 8px 8px 1px #00000024 !important;
        z-index: 2 !important;
    }

    body.catalog-product-view footer {
        margin-top: 0px !important;
    }

    .catalog-product-view #maincontent { padding: 0 0 50px !important; }
}

@media (max-width: 480px) {
    footer h3 {
        line-height: 40px !important;
    }
}
