.page-footer {
    background-color: #000;
    color: #999;

    a {
        color: #999;
    }
}

.footer-block {
    margin-bottom: 40px;

    .footer-block-title {
        font-size: 116.67%;
        font-weight: 700;
        margin-bottom: 10px;
        color: #fff;
    }

    .links-footer {
        .ul-nostyle();

        li {
            margin: 0;
        }

        li a {
            display: table;
            padding: 6px 0;
        }

        li a:hover {
            color: #fff;
        }
    }
}

.footer-block.footer-contact {
    .footer-block-content {
        padding-top: 10px;
    }

    .contact-info {
        .ul-nostyle();

        li {
            padding-right: 39px;
            position: relative;
            margin: 0;
        }

        li:not(:last-child) {
            margin-bottom: 22px;
        }

        li:before {
            background-color: #3d3d3d;
            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(2px);
        }

        li.address:before {
            .icomoon(e90a, 20px);
        }

        li.email:before {
            .icomoon(e908, 18px);
        }

        li.phone:before {
            .icomoon(e967, 18px);
        }
    }
}

.footer-top {
    padding-top: 70px;
    padding-bottom: 10px;
}

.footer-block .newsletter-text {
    padding: 5px 0 10px;
}

.block-subscribe-footer {
    #newsletter-footer {
        background-color: transparent;
        border: 1px solid #333;
    }

    .action-button {
        padding-top: 10px;

        button {
            width: 100%;
            background-color: #1a1a1a;
            color: #fff;
            text-transform: uppercase;
            .transition(.1s);
        }
    }
}

.store-ft-description {
    margin-bottom: 30px;
}

.social-footer {
    .social-title {
        display: inline-block;
        vertical-align: top;
        padding-left: 20px;
        line-height: 34px;
    }

    ul {
        display: inline-block;
        vertical-align: top;
        .ul-nostyle();
        .clearfix();
    }

    ul li {
        display: inline-block;
        vertical-align: top;
        margin: 0 3px;

        &:last-child {
            margin-left: 0;
        }

        a {
            color: #fff;
            background-color: rgba(255, 255, 255, 0.15);
            font-size: 18px;
            display: block;
            width: 50px;
            height: 50px;
            text-align: center;
            line-height: 52px;
            .transition(.1s);
            .border-radius(50px);
        }

    }
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-bottom {
    padding: 15px 0;
}

.ft-middle-container {
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    padding: 50px 0;
    text-align: center;
}

.ft-middle-block {
    margin-bottom: 40px;
}

.payment-footer {
    text-align: left;
}

.footer-bottom address {
    margin-bottom: 0;
}

/**
 * Boxed layout
 */

.layout-boxed .page-footer {
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 15px;
}