/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 17 2019 | 23:35:58 */
body {
  color: #404040;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

a, button, input, h1, h2, h3, h4, h5, h6 {
  transition: background-color 0.3s, color 0.3s;
}

/* Elementor page builder link colours */
.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-icon.elementor-view-default .elementor-icon,
a, a:link, a:hover, a:focus, a:active {
color: #a7a7a7;
    text-decoration: none;
}

.elementor-widget-icon.elementor-view-framed .elementor-icon:hover,
.elementor-widget-icon.elementor-view-default .elementor-icon:hover,
a:hover {
    color: #404040;
}

/* Add padding for content areas while editing content */
body.elementor-editor-active #elementor_library {
    margin-top: 50px;
}

/* WooCommerce general container */
body.woocommerce .content-area {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
/* WooCommerce product page summary container */
.woocommerce div.product {
  display: inline-block;
}
