#footerDummy {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    height: 0px !important;
}

#footer {
    position: relative;
    bottom: 0px;
    width: 100%;
    height: auto;
    background: #F2F3F2;
    overflow: hidden;
    border-top: 1px solid var(--grey);
}

.shopAddress {
    width: fit-content;
    height: fit-content;
    text-align: center;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
}

.columnsContainer {
    display: flex;
    width: 100%;
    color: var(--green);
    font-size: 1.4rem;
    line-height: 1.8rem;
    flex-direction: column;
    margin: auto;
}

.footerColumns {
    display: flex;
    flex-direction: row;
    margin: 0 15%;
}

.socialMediaLogosContainer {
    width: fit-content;
    height: auto;
    margin: 30px auto;
}

.socialMediaContainer {
    width: 100%;
    margin-top: 0px;
    border-top: 0.5px solid;
    border-color: #c3c3c3;
}

.socialMedia {
    float: left;
    margin: 0 30px;
}

.socialMediaImg {
    width: 30px;
}

.socialMediaTxt {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-top: 30px;
}

.adminColumnsContainer {
    width: 75%;
    display: flex;
}

.columnContainer {
    width: 100%;
    border-right: 1px solid var(--grey);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    height: 100px;
}

.column {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.columnHeading {
    font-weight: 600;
}

.columnItem {
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
}

.columnItem:hover {
    border-bottom: 2px solid #BA004C;
}

.newsletterColumn {
    width: 25%;
}

.newsletterHeadeing {
    text-transform: uppercase;
    margin-bottom: 1.3rem;
}

.newsletterContainer {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding-top: 5rem;
    padding-bottom: 4rem;
}

.suscribeNewsContainer {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 2.1rem;
}

.newsletterGo {
    position: absolute;
    right: 0;
}

.mediaLink {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 1.3rem;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.rights {
    position: absolute;
    font-size: 12px;
    text-align: center;
    color: black;
    font-weight: 400;
}

#emailFooterInput {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--green);
    padding: 0;
    border-radius: 0;
    line-height: 3.5rem;
    font-size: 1.2rem;
    color: var(--green);
    font-weight: 300;
}

input {
    font-weight: 300;
}

#emailFooterInput::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: var(--green);
    opacity: 1;
    font-weight: 300;
}

#emailFooterInput:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: var(--green);
    opacity: 1;
    font-weight: 300;
}

#emailFooterInput::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: var(--green);
    opacity: 1;
    font-weight: 300;
}

#emailFooterInput:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--green);
    opacity: 1;
    font-weight: 300;
}

#emailFooterInput::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--green);
    opacity: 1;
    font-weight: 300;
}

a .columnItem::before,
.mediaLink::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--green);
    position: absolute;
    left: -12px;
    top: 6.5px;
    opacity: 0;
    transition: opacity 0.3s;
}

a .columnItem:hover::before,
.mediaLink:hover::before {
    opacity: 1;
}

.byluna {
    pointer-events: none;
    margin-right: 0px;
}

.lunaLink {
    display: block;
    overflow: hidden;
    margin-right: 100px;
    width: fit-content;
    float: right;
    height: 100%;
}

@media screen and (max-width: 768px) {

    .adminColumnsContainer {
        flex-direction: column-reverse;
        width: 100%;
    }

    .columnContainer {
        width: 100%;
        text-align: center;
        height: auto;
        padding: 15px 0;
    }

    .newsletterColumn {
        width: 100%;
        border-bottom: 1px solid var(--grey);
    }

    .newsletterContainer {
        width: 75%;
        max-width: 30rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .newsletterHeadeing {
        text-align: center;
    }

    .suscribeNewsContainer {
        margin-bottom: 0;
    }

    .mediaLink {
        text-align: center;
    }

    .mediaLink:first-of-type {
        margin-top: 2rem;
    }

    .lunaLink {
        margin-right: 3.5rem;
    }

    a .columnItem:hover::before,
    .mediaLink:hover::before {
        opacity: 0;
    }

    .footerColumns {
        flex-direction: column;
        margin: 40px 0;
    }

    .socialMediaTxt {
        font-size: 14px;
    }

    .socialMediaImg {
        width: 26px;
    }

    .shopAddress {
        line-height: 25px;
        margin: 40px 15%;
        font-weight: 300;
        width: 70%;
        font-size: 12px;
    }

    .rights {
        font-weight: 300;
    }
}
