.footer-service {
	background: #fff;
    padding: 38px 30px;
    text-align: center;
    margin-bottom: 60px;
	.item .info{
		h3 {
			font-weight: bold;
			text-transform: uppercase;
			margin: 16px 0 10px;
			color: #111111;
			font-size: 1.6rem;
		}
		p {
			margin:0px;
		}
	}
}
.footer-block {
    margin-bottom: 30px;

    .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: #333333;
        }
    }
	.footer-block-content.footer-app ul{
		display: flex;
		align-items: center;
		li {
			margin-right:7px;
		}
	}
}



.footer-top {
    background:#f5f5f5;
	padding: 50px 0 40px;
}
.block-subscribe-footer {
    .newsletter-content {
        display: flex;
    }

    .input-box {
        width: 100%;
		
    }

    #newsletter-footer {
        height: 50px;
        .border-radius(0);
		border:1px soild #e5e5e5;
    }

    .action-button button {
        text-transform: uppercase;
        height: 50px;
        line-height: 50px;
        padding: 0 40px;
        .border-radius(0);
		background:#111111;
	    font-weight: bold;
    }
}
.payment-footer , address{
	text-align: center;
    margin: 12px 0; 
}
.social-block-list {
    ul {
        display: inline-block;
        vertical-align: top;
        .ul-nostyle();
        .clearfix();
    }

    ul li {
        display: inline-block;
        vertical-align: top;
        margin: 0 10px;

        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%);
        }

    }
}

.footer-bottom {
    background-color: #222222;
    text-align: center;
    padding: 25px 0;
}

/**
 * Boxed layout
 */
