/* Home Banner Styles*/
section.home-banner {
    position: relative;
	img.banner{
		min-height: 350px;
		filter: brightness(0.7);
	}
	.home-banner__header-wrapper{
		position: absolute;
		top:50px;
		left:50%;
		transform: translate(-50%, 0);
		width: 80%;
		margin: 0 auto;
		.home-banner__header{
			color: #fff;
			font-size: 2.5rem;
			font-family: 'Old Standard TT', serif;
			text-shadow: 0 0px 12px rgba(0,0,0,1);
			text-align: center;
			margin: 0;
			padding: 0 20px;
			line-height: 1.1;
		}
	}
}
@media (max-width: 768px) {
	section.home-banner{
		img.banner{
			min-height: 250px;
		}
		.home-banner__header-wrapper{
			width: 100%;
			.home-banner__header{
				font-size: 1.5rem;
			}
		}
	}
}

input#length_needed.amount_needed{
	font-size: 18px;
    width: 80px;
    padding: 2px 0 2px 6px;
    margin-left: 24px;
    border: 1px solid black;
}
p.stock.in-stock{
	margin-top: 12px;
}
.archive .term-description, .page-description{
	margin: 48px auto 0;
	max-width: 1100px;

	h2{
		font-size: 28px;
	}
}

.single-product .woocommerce-product-details__short-description img {
	max-height: 50px;
	width: auto;
}
.page-id-13225 .woocommerce-result-count,
.page-id-13225 .orderby {display: none !important;}

body .single-post a{
	color: #661ccc !important;
}


body .single-post a:hover {
	text-decoration: underline !important;
}