.widget.footer-widget, .widget.footer-widget .section-heading { 
    margin-bottom: 5px;
}

.widget.footer-widget.widget_custom_html {
	margin-bottom: 10px;
}

.widget.footer-widget.widget_custom_html .section-heading {
	margin-bottom: 10px;
}

.section-heading:after {
	content: none;
}

.footer-widget .textwidget a {
	margin-bottom: 10px;
	display: block;
	color: #696969;
}

.footer-widget .textwidget a.social-icon {
	display: inline-block;
	font-size: 20px;
	margin-right: 15px;
}

.section-heading {
    padding-top: 10px !important;
}

.footer-widget .textwidget a:hover {
	font-weight: 1.2em;
}

.payment-methods .section-heading {
	margin-bottom: 0 !important;
}

.img-footer {
	width: 100px !important;
}

.social-icons a {
		margin-top: 15px !important;
	}


@media (max-width: 425px) {
	.site-footer {
		text-align: center;
	}

	.widget.footer-widget.widget_custom_html,
	.widget.footer-widget.widget_custom_html .section-heading,
	.footer-widgets > .content-wrap > .container > .row > * {
		margin-bottom: 0 !important;
	} 

	.social-icons {
		margin-top: 10px !important;
	}

	.widget.footer-widget.widget_custom_html.payment-methods {
		margin-bottom: 15px !important;
	}
	
	.img-footer {
	width: 200px !important;
	}
	
}