/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 18 2019 | 05:09:28 */
a, button, input, h1, h2, h3, h4, h5, h6 {
  transition: background-color 0.3s, color 0.3s;
  text-transform: uppercase;
}

/* 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: #0A2B51;
    text-decoration: none;
}

.elementor-widget-icon.elementor-view-framed .elementor-icon:hover,
.elementor-widget-icon.elementor-view-default .elementor-icon:hover,
a:hover {
    color: #241f20;
}

/* 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;
}