/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 03 2026 | 09:22:06 */
/* 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 */ 

.widget_about_company .company-logo img {
    height: auto;
    max-width: 200px;
}
.widget_social_media .social-media a .social-icon {
	margin-right: 0;
}
.social-media {
	display: flex;
	column-gap: 10px;
}
.social-media li {
	border-radius: 10px;
    background-color: #eee;
    text-align: center;
}
.widget_social_media .social-media a {
	padding: 5px 10px;
}
.widget_social_media .social-media a .social-text {
	display: none;
}
.single-product-wrapper .product-detail .product-assistant,
.single-product-wrapper .product-detail .product-iconboxes {
	display: none;
}
