/* widget h1-h6 font size */

.widget h1 {
		font-size: 4rem;
		font-weight: 400;
}
.widget h2 {
		font-size: 3rem;
		font-weight: 400;
}
.widget h3 {
		font-size: 2.5rem;
		font-weight: 400;
}
.widget h4 {
		font-size: 2rem;
		font-weight: 400;
}
.widget h5 {
		font-size: 1.5rem;
		font-weight: 400;
}
.widget h6 {
		font-size: 1rem;
		font-weight: 400;
}
h1,h2,h3,h4,h5,h6 {
		margin-bottom: 5%;
}
p {
		margin-bottom: 5%;
}
/* Content Styling */
.site-main {
		padding-bottom: 0;
}
/* Remove Underline on Links and Buttons */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none !important;
}
a:focus {
	cursor: pointer;
	background-color: inherit !important;
	color: currentcolor !important;
	text-decoration: none !important;
}
.site .button:hover {
	text-decoration: none !important;
}
/* Footer */
.entry-footer default-max-width {
		position: relative;
		display: none !important;
}

/* Woocommerce Product Spacing */
ul.products li.product .woocommerce-loop-product__link {
		width: 100%;
		overflow: hidden;
}
@media only screen and (min-width: 1000px) {
.woocommerce ul.products li.product{
		margin-bottom: 5%;
		}
}

/*
.panel-grid-cell .widget-title {
		font-size: 90%;
		font-family: 'Raleway', sans-serif;;
		font-weight: 300;
		letter-spacing: 1px;
		text-align: center;
}
*/
.sow-carousel-navigation {
  visibility: hidden;
}

span {
  line-height: 1.25em;
}

.addcartnoborder .add_to_cart_inline{
    border:none !important;
}