/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 14 2019 | 15:04:24 */
.tc-sidebar {
	display: none;
}

/* single-product */
.single-product-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	border-top: 3px dotted #a47343;
	border-bottom: 3px dotted #a47343;
	padding: 2em 0;
}
.single-product-column {
	text-align: center;
	color: #a47343;
	padding: 1em;
	font-size: 15px !important;
	width: 33%;
}

/* single-product-column-center */
.single-product-column-center {
	border-left: 3px dotted #a47343;
	border-right: 3px dotted #a47343;
}

/* responsive flexbox */
@media screen and (min-width: 1px) and (max-width: 960px) {
	.single-product-wrapper {
		flex-direction: column;
	}
	.single-product-column {
		width: 90%;
		margin: 0 auto;
	}
	.single-product-column-center {
		border: none;
	}
}

.single-product-wrapper h2 {
	font-size: 1.3em;
	line-height: normal;
	margin: 0;
	font-weight: bold;
}

/* single-product-ul */
.single-product-ul {
	list-style: none;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 !important;
}
.single-product-list-separator {
	font-size: 1.8em;
}

/* single-product-table */
.single-product-table {
	text-align: left;
	font-size: 11.4px !important;
    line-height: 120%;
	border: none !important;
}
.single-product-table tr {
	
}
.single-product-table td {
	padding: .2em 0;
}

/* single-product-row-textarea */
.single-product-row-textarea {
	font-size: .9em;
	line-height: normal;
}

/* single-product-column-decoration */
.single-product-column-decoration {
	border-bottom: 3px dotted #a47343;
	width: 50%;
    height: 1px;
	margin: 1em auto;
}

/* compostable-bag */
.single-product-compostable-bag {
	text-align: center;
	font-size: 1.5em;
	color: #a47343;
	border-bottom: 3px dotted #a47343;
	padding-bottom: .5em;
}

/* product_title */
.product_title {
	text-align: center !important;
	border-bottom: 3px dotted #a47343;
}

/* summary */
.summary {
	color: #a47343;
}
