@import "/templates/definitions";

.footer {
	background:@color-background-primary;
	padding:3rem 0;
	&--style1 {
		background:#fff;
	}
	.responsive-sm({
		padding:6.5rem 0;
	});
	h3 {
		text-align:left;
		//font-size: 1.3em;
		//font-weight: @font-weight-bold;
	}
	ul {
		.resetList();
		li {
			display:block;
			margin-bottom: 0.3em;
			color: @color-font;
		}
		a {
			color:@color-font;
			&:hover, &.active {
				color:@color-secondary;
			}
		}
	}
	&__navigation {
		margin-bottom:3rem;
		.responsive-md({
			margin-bottom:0;
		});
	}
	&__paymentmethod {
		float:left;
		margin-right:20px;
		margin-bottom:20px;
		&--noimg {
			border:1px solid @color-lines;
			line-height:40px;
			padding:0 10px;
		}
		img {
			height:30px;
			.responsive-sm({
				height:40px;
			});
		}
	}
}