/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 17 2026 | 20:53:29 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.hero-slider {
	padding: 0;
	overflow: hidden;
}

.products .product .product-wrapper.image-gray .thumbnail-wrapper .product-thumbnail > img {
	background-color: #fff;
}

.footer-social .site-application {
	display: none;
}
.footer-copyright .site-payment-cards {
	display: none;
}

.footer-copyright .footer-inner {
	display: block;
}
.footer-copyright .site-copyright {
	text-align: center;
}

@media screen and (min-width: 576px) {
    .footer-copyright .footer-inner {
		padding-bottom: 1.575rem;
	}
}