
.footer-block {
    margin-bottom: 50px;

    .footer-block-title {
        font-size: 1.6rem;
        color: #111111;
        font-weight: 700;
        margin-bottom: 10px;
		text-transform:uppercase;
    }

    ul {
        .ul-nostyle();

        li {
            margin: 0;
        }

        li a {
            display: table;
            padding: 6px 0;
            color: #444;
        }
    }
	.footer-block-content.footer-app ul{
		display: flex;
		align-items: center;
		li {
			margin-left:7px;
		}
	}
}



.footer-top {
    background:#f5f5f5;
	
}
.newsletter-footer{
	background:#111;
	margin-bottom:70px;
	padding: 25px 0;
	h3{
		color:#fff;
		font-weight:700;
		font-size:3rem;
	}
	p{
		color:#fff;
		font-size:1.4rem;
		color:#cccccc;
		margin: 0;
	}
}
.block-subscribe-footer {
	margin-top: 6px;
	.newsletter-content {
		display:flex;
	}
    .input-box {
        width: 100%;
		
    }

    #newsletter-footer {
        height: 50px;
        .border-radius(0);
		border:0;
    }

    .action-button button {
        text-transform: uppercase;
        height: 50px;
        line-height: 50px;
        padding: 0 40px;
        .border-radius(0);
		background:#111111;
	    font-weight: bold;
		border:1px solid #fff !important;
		margin-left: 10px;
		font-size: 1.4rem;
    }
}
.payment-footer , address{
	text-align: center;
    margin: 10px 0 20px;
}
.social-block-list {
    ul {
        display: inline-block;
        vertical-align: top;
        .ul-nostyle();
        .clearfix();
    }

    ul li {
        display: inline-block;
        vertical-align: top;
        margin: 0 10px 5px 0;

        a {
            color: #111;
            background-color: #ffffff;
            font-size: 18px;
            display: block;
            width: 50px;
            height: 50px;
            text-align: center;
            line-height: 52px;
            .transition(.1s);
            .border-radius(50%);
			padding:0px;
        }

    }
}

.footer-bottom {
    background-color: #f5f5f5;
    text-align: center;
    padding: 0 0 35px;
}

/**
 * Boxed layout
 */
