.page-footer {
    background: #292a2c;
    padding-top: 25px;
    .footer-style-1.container.footer {
        padding-bottom: 25px;
        border-top: none;
        .row {
            .logox {
                .logo-footer {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    min-height: -webkit-fill-available;
                }
            }
            .first-links {
                .contact-links {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    min-height: -webkit-fill-available;
                    .links-contact {
                        padding-left: 0;
                        li {
                            line-height: 2;
                            a {
                                text-decoration: none;
                                font-weight: bold;
                                &:visited {
                                    color: #ffffff;
                                }
                                &:hover {
                                    color: #ffffff;
                                }
                                color: #ffffff;
                            }
                        }
                    }
                }
            }
            .second-links {
                .links-second {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    min-height: -webkit-fill-available;
                    .links-questions {
                        padding-left: 0;
                        li {
                            line-height: 2;
                            a {
                                text-decoration: none;
                                font-weight: bold;
                                &:visited {
                                    color: #ffffff;
                                }
                                &:hover {
                                    color: #ffffff;
                                }
                                color: #ffffff;
                            }
                        }
                    }
                }
            }
            .third-links {
                .links-third {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    min-height: -webkit-fill-available;
                    flex-wrap: wrap;
                    .redes-sociales {
                        margin-bottom: 15px;
                        .link-face {
                            width: 40px;
                            display: inline-block;
                            text-align: center;
                            &:before {
                                content: ' ';
                                background-image: url('../images/icon-facebook.svg');
                                background-repeat: no-repeat;
                                background-size: 25.5px 25.5px;
                                padding: 6px 13px;
                                position: relative;
                                top: 1px;
                                text-align: center;
                            }

                        }
                        .link-ista {
                            width: 40px;
                            display: inline-block;
                            text-align: center;
                            &:before {
                                content: ' ';
                                background-image: url('../images/icon-instagram.svg');
                                background-repeat: no-repeat;
                                background-size: 25.5px 25.5px;
                                padding: 6px 13px;
                                position: relative;
                                top: 1px;
                                text-align: center;
                            }

                        }
                        .link-tiktok {
                            width: 40px;
                            display: inline-block;
                            text-align: center;
                            &:before {
                                content: ' ';
                                background-image: url('../images/icon-tiktok.svg');
                                background-repeat: no-repeat;
                                background-size: 25.5px 25.5px;
                                padding: 6px 13px;
                                position: relative;
                                top: 1px;
                                text-align: center;
                            }

                        }
                        .link-whatsappe {
                            width: 40px;
                            display: inline-block;
                            text-align: center;
                            &:before {
                                content: ' ';
                                background-image: url('../images/icon-whatsapp.svg');
                                background-repeat: no-repeat;
                                background-size: 25.5px 25.5px;
                                padding: 6px 13px;
                                position: relative;
                                top: 1px;
                                text-align: center;
                            }

                        }
                    }
                    .mail-telefono {
                        width: 100%;
                        background: #464648;
                        padding: 15px 0 5px 0;
                        border-radius: 10px;
                        .telefono-mail {
                            padding-left: 13px;
                            li {
                                a {
                                    text-decoration: none;
                                    font-weight: bold;
                                    &:visited {
                                        color: #ffffff;
                                    }
                                    &:hover {
                                        color: #ffffff;
                                    }
                                    color: #ffffff;
                                    line-height: 2;
                                    &.link-telefono {
                                        &:before {
                                            content: ' ';
                                            background-image: url('../images/icon-phone.svg');
                                            background-repeat: no-repeat;
                                            background-size: 25.5px 25.5px;
                                            padding: 6px 18px;
                                            position: relative;
                                            top: 1px;
                                            text-align: center;
                                        }
                                        margin-bottom: 5px;
                                    }
                                    &.link-mail {
                                        &:before {
                                            content: ' ';
                                            background-image: url('../images/icon-mail.svg');
                                            background-repeat: no-repeat;
                                            background-size: 25.5px 25.5px;
                                            padding: 6px 18px;
                                            position: relative;
                                            top: 1px;
                                            text-align: center;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

.footer-head {
    background-color: #4a5678;
    color: #fff;
}

.social-footer {
    background-color: rgb(43, 55, 92);
    padding: 25px 30px 15px;

    ul {
        .ul-nostyle();
        .clearfix();
    }

    ul li {
        float: right;
        margin: 0 10px 10px 0;

        a {
            color: #fff;
            font-size: 16px;
            display: block;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 38px;
            border: 1px solid rgba(255, 255, 255, 0.3);
            .transition(.1s);
            .border-radius(2px);
        }

        a:hover {
            border-color: transparent;
        }
    }
}

.newsletter-footer {
    display: flex;
    padding-top: 25px;

    .newsletter-title {
        line-height: 40px;
        font-size: 133.333%;
        font-weight: 700;
        padding-left: 70px;
        white-space: nowrap;
    }

    .newsletter-content {
        display: flex;
        width: 100%;
    }

    .newsletter-form,
    .input-box {
        width: 100%;
    }

    .input-box input {
        border: none;
        height: 40px;
        .border-radius(0 2px 2px 0);
    }

    .action-button button {
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        text-transform: uppercase;
        font-weight: 600;
        .border-radius(2px 0 0 2px);
        .transition(.1s);
    }
}

.footer-top {
    background-color: #f3f4f8;
}

.footer-block {
    padding-top: 40px;
    margin-bottom: 40px;

    .footer-block-title {
        font-size: 107.69%;
        color: #222;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .links-footer {
        .ul-nostyle();

        li {
            margin: 0;
        }

        li a {
            display: table;
            padding: 4px 0;
        }
    }
}

.footer-block.footer-contact {
    background-color: #eceef4;
    margin: 0;
    padding: 40px 30px;

    .contact-info {
        .ul-nostyle();

        li {
            padding-right: 39px;
            position: relative;
            margin: 0;
            color: #444;
        }

        li:not(:last-child) {
            margin-bottom: 20px;
        }

        li:before {
            background-color: #4a5678;
            display: block;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            color: #fff;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -15px;
            .border-radius(50%);
        }

        li.address:before {
            .icomoon(e90a, 20px);
        }

        li.email:before {
            .icomoon(e908, 18px);
        }

        li.phone:before {
            .icomoon(e967, 18px);
        }
    }
}

.categories-footer {
    .label-link {
        font-size: 107.69%;
        font-weight: 700;
        color: #222;
        margin-bottom: 15px;
    }

    .link-category {
        padding: 30px 0 25px;
    }

    .link-category > ul {
        font-size: 87%;
        .ul-nostyle();
    }

    .link-category > ul li {
        margin-bottom: 8px;

        > h3 {
            font-size: 100%;
            color: #222;
            display: inline;
            font-weight: 600;
        }
    }
}

.footer-bottom {
    background-color: #f3f4f8;
    padding: 11px 0;

    address {
        margin: 4px 0 0;
    }

    address a:hover {
        text-decoration: underline;
    }

    small, .small {
        font-size: 100%;
    }
}

.payment-footer {
    text-align: left;
}

.layout-boxed {
    .newsletter-footer {
        padding-left: 20px;
    }

    .footer-bottom {
        padding-right: 10px;
        padding-left: 10px;
    }
}
