html {
	background: #fff;
}

#additional-homepage-headings { 
	color: #333;
}
.preserve-newlines {
    white-space: pre-line;
}
#additional-homepage-headings h2 {
	font-size: 14px;
}

.homepage .see-all-flowers-link {
	color: #000;
}

.homepage .see-all-flowers-link span {
	font-size: 14px;
	text-transform: uppercase;
}

.homepage .see-all-flowers-link .icon {
	margin-left: 6px;
	font-size: 14px;
}

#category .product,
#category .category {
	margin-bottom: 20px;
}

#category .product .details {
	display: flex;
}

#category .product .price {
	padding: 6px 10px;
	color: #777;
}

#category .category .name,
#category .product .name {
	display: block;
	flex: 1;
	padding: 10px;
	color: #717171;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

#category .product .delivery-available {
	display: block;
	padding: 10px;
	color: #777;
	border-top: 1px solid #CCC;
}

#category .product .delivery-available span {
	font-size: 10px;
	text-transform: uppercase;
}

#gallery {
	float: none;
}

#addons-wrapper {
	margin-top: 5px;
	color: #777;
	background: #fff;
	border: 1px solid #aaa;
	padding: 10px;
	margin-bottom: 15px;
}

#product .prices {
	font-size: 1.7em;
	padding-bottom: 10px;
	border: none;
}

#addons {
	margin-bottom: 20px;
	border: 1px solid #fff;
	border-radius: 2px;
	padding-right: 15px;
}

body {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: #f8efe9;
	color: #000;
	font-family: 'Nunito Sans', sans-serif;
}

#product .values label:hover {
	color: #000;
}

a:hover {
	color: #000;
}

#product .product-name {
	color: #777;
	text-transform: uppercase;
	font-size: 2em;
	padding-bottom: 20px;
}

#product .description {
	color: #000;
	font-size: 1.2em;
}

#product {
	padding-top: 5px;
}

#header {
	padding: 10px 0 15px;
	background: #2a2720;
}

#header-flex {
	display: flex;
	justify-content: space-between;
}

#logo {
	padding: 0;
	margin: 0 0 6px;
	font-size: 32px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	font-family: 'Crimson Text', serif;
}

#logo a {
	color: #a19782;
	text-decoration: none;
}

.address-information {
	width: 100%;
	min-width: 270px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}

#phone {
	color: #FFF;
	font-size: larger;
	text-decoration: none;
}

#phone i {
	color: #575142;
	vertical-align: middle;
}

html body #website-controls {
	background: #1d1b16;
}

#navigation {
	position: relative;
	z-index: 1000;
	background: #2a2720;
	font-size: 14px;
	flex-basis: 100%;
	max-width: 1200px;
	margin: auto;
	text-transform: uppercase;
}

#navigation ul{
	display: inline;
	margin: auto;
	width: auto;
	float: none;
}

#navigation li .lv-1 {
	display: block;
	color: #fff;
	padding: 0 17px;
}

#navigation li span.lv-1 {
	cursor: default;
}

#navigation li:hover .lv-1 {
	background: rgba(255, 255, 255, .3);
}

#navigation ul ul {
	border-bottom: 3px solid #000;
}

#navigation li ul a,
#navigation li:hover ul a {
	color: #000;
}

#shopping-cart-link {
	display: none;
}

#shopping-cart-link a {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	line-height: 38px;
	text-align: center;
	padding: 0 !important;
	border: 1px solid #FFF;
}

#shopping-cart-link .fa {
	font-size: 18px;
}

#shopping-cart-link .num-cart-items {
	position: absolute;
	left: 100%;
	bottom: 100%;
	margin: 0 0 -.6em -.6em;
	padding: 4px 7px 3px 7px;
	font-size: 13px;
	line-height: 1em;
	background: #777;
	border-radius: 10px;
}

#page {
	padding: 30px 0;
	max-width: 1200px;
	margin: auto;
}

.banner-rotator .banner img {
	width: 100%;
}

.main-banner {
	width: 100%;
	height: 550px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner {
	width: 100%;
}

#content {
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;
}

#content .content {
	padding: 50px 50px 100px;
	background: #fff;
}

h1 {
	color: #000;
	text-transform: uppercase;
	font-size: 2em;
}

#breadcrumbs {
	background: #ebe1db;
	color: #777;
}

#breadcrumbs a {
	color: #000;
}

.btn-primary,
.btn-primary:visited {
	background: #8ea520;
	border-color: #73a012;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
	background: #060606;
	border-color: #262626;
}

#category .product .button {
	width: 5em;
	margin: auto;
}

#side-navigation {
	font-size: 15px;
}

#side-navigation ul,
#side-navigation li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#side-navigation a {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
}

#side-navigation a:hover {
	color: #0f0d0b;
	background: #ebe1db;
}

#side-navigation li.lv-1 {
	border-top: 1px solid #d3cfc5;
}

#side-navigation a.lv-1 {
	font-weight: bold;
}

#side-navigation li.lv-1:first-child {
	border-top: none;
}

#side-navigation a {
	color: #2a2720;
}

#breadcrumbs #search {
	display: none;
	font-size: 14px;
}
/*socials*/
.social.knot {
    background: #a7d2f3;
}
knot-f:before, .fa-knot:before {
    content:  "\f004";
}

.social.ww {
    background: #19b5bc;
}
ww-f:before, .fa-ww:before {
    content:   "\f1e7";
}


 .social.linkedin {
	background:#0077b5;
}
.fa-linkedin-f:before, .fa-linkedin:before {
    content:  "\f0e1";
}	

.blog-icon {
    background: #f60;
}
.fa-rss:before {
    content: "\f09e";
}



fa fa-recycle
.fa fa-recycle-f:before, .fa-blog:before {
    content: "\1b8";
}
.social.recycle {
    background:#166a18;
}

.fa fa-recycle-f:before, .fa-recycle:before {
    content: "\f1b8";
	}
	
.social.tumblr-square {
	background:#069;
}
.fa fa-tumblr-square {
	content: "\f174";}
	
	.social.flickr {
	background:#CCC;
	
}
.fa fa-flickr {
	content: "\f16e";}
		
.social.vimeo {
	background:#09F;
}
.fa fa-vimeo-f:before, .fa-vimeo:before {
	content:"\f194";}
	

/*end of socials*/

@media (max-width: 480px){
	#category .product {
		float: left;
		width: 50%;
	}

	#product .values .icon {
		float: none;
	}
}

@media (min-width: 480px) and (max-width: 767px){
	#category .product {
		float: left;
		width: 33.2%;
	}
}

#category .product {
	padding: 0 10px;
	color: #777;
	text-align: left;
}

#category .product .product-inner-wrapper {
	overflow: hidden;
	background: #FFF;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .24);
}

#category .product .product-inner-wrapper:hover {
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .24);
}

#category .product .image-container,
#category .product .image {
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}

#category .product .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: none !important;
	max-width: none !important;
}

#shopping-cart .product,
#shopping-cart .totals,
#order-summary {
	background: #FFF;
}

#footer {
	padding: 30px 0;
	color: #59351c;
	max-width: 1200px;
	margin: auto;
	text-align: center;
	border-top: 1px solid #edd5c5;
}

#footer a {
	color: #59351c;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.footer-title {
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #3a2312;
}

#footer ul {
	position: relative;
	padding: 20px 0;
	list-style-type: none;
}

#footer2 {
	padding: 20px 0;
	color: #b68d72;
	font-size: .8em;
}

#footer2 a {
	color: #b68d72;
}

#footer2 a:hover {
	color: #000;
}

.areas-served {
	position: relative;
	padding: 20px;
	font-size: .9em;
	color: #777;
	background: #FFF;
}

.areas-served .contain-height::after {
	position: absolute;
	display: block;
	content: '';
	bottom: 0;
	width: 100%;
	height: 60px;
	pointer-events: none;
	background: linear-gradient(to top, #FFF, transparent);
}

.areas-served h4 {
	color: #111;
	font-weight: bold;
}

.areas-served .contain-height {
	margin-bottom: 20px;
	height: 250px;
	overflow: auto;
}
/*homepage callouts*/
#homepage-callouts {
	clear: both;
	padding-left: 9px;
	padding-right: 9px;
	margin-top: 15px;
}

.homepage-callout {
	position: relative;
	display: block;
	margin-bottom: 20px;
	text-align: center;
	background-size: cover;
	border-left: 6px solid #FFF;
	border-right: 6px solid #FFF;
}

.homepage-callout::after {
	display: block;
	width: 100%;
	padding-top: 66%;
	content: '';
}

.homepage-callout .title {
	position: absolute;
	top: 50%;
	left: 30px;
	right: 30px;
	padding: 30px 0;
	margin-top: -45px;
	color: #000;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	background: rgba(255, 255, 255, .7);
	border-top: 1px solid #EEE;
	border-radius: 1px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3);
	transition: .4s;
	font-size: 1.2em;
	font-family: 'Crimson Text', serif;
}

.homepage-callout:hover .title {
	left: 0;
	right: 0;
	margin-top: -85px;
	padding: 70px 0;
	color: #FFF;
	text-shadow: 0 0 10px #FFF;
	background: rgba(0, 0, 0, .3);
	border-color: transparent;
	box-shadow: none;
}
/* End of callouts*/

/*homepage callouts1*/
#homepage-callouts {
	clear: both;
	padding-left: 9px;
	padding-right: 9px;
	margin-top: 15px;
}

.homepage-callout1 {
	position: relative;
	display: block;
	margin-bottom: 20px;
	text-align: center;
	background-size: cover;
	border-left: 6px solid #FFF;
	border-right: 6px solid #FFF;
	max-height: 164px;
}

.homepage-callout1::after {
	display: block;
	width: 100%;
	padding-top: 66%;
	content: '';
}

.homepage-callout1 .title {
	position: absolute;
	top: 50%;
	left: 30px;
	right: 30px;
	padding: 30px 0;
	margin-top: -45px;
	color: #000;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	background: rgba(255, 255, 255, .7);
	border-top: 1px solid #EEE;
	border-radius: 1px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3);
	transition: .4s;
	font-size: 1.2em;
	font-family: 'Crimson Text', serif;
}

.homepage-callout1:hover .title {
	left: 0;
	right: 0;
	margin-top: -85px;
	padding: 70px 0;
	color: #FFF;
	text-shadow: 0 0 10px #FFF;
	background: rgba(0, 0, 0, .3);
	border-color: transparent;
	box-shadow: none;
}
/* End of callouts1*/
#to-top {
	z-index: 9999999;
}

.google-review-card {
	min-height: 300px;
	box-shadow: none !important;
}

.same-day-delivery {
	text-transform: uppercase;
	border-top: 1px solid #000;
	font-weight: bold;
	font-size: .9em;
	padding: 10px 0 3px 0;
}

.product-info {
	padding: 0;
	margin-top: 5px;
}

#product {
	margin: auto;
}

#prod-page-content {
	padding: 10px;
	color: #777;
	background: #FFF;
	border: 1px solid #AAA;
	border-bottom: none;
}

#product .product-name {
	text-align: center;
}

#product .option {
	border: none;
	border-top: 1px solid #DDD;
	margin-left: -10px;
	margin-right: -10px;
}

#product .prices .price {
	text-align: center;
}

#product #details {
	margin-top: 0;
	padding-bottom: 20px;
}

#product .option {
	text-align: center;
}

#product .values select {
	margin: 15px auto 0;
}

#product .attribute-radio {
	padding-bottom: 20px;
}

#product .values .value {
	padding-bottom: 0;
}

#product .values label {
	border-left: 0;
}

.attribute-boxes {
	border: 1px solid #aaa;
	padding-top: 13px;
	padding-left: 5px;
	padding-right: 5px;
	height: 74px;
	text-align: center;
}

#product .values .icon {
	width: 1.5em;
}

.price-difference {
	display: none;
}

#product .sku {
	text-align: center;
	margin-bottom: 13px;
}

.google-review-card-rating {
	display: none;
}

.checkout .heading {
	background: #fff;
}

.countdown-txt {
	text-align: center;
}

.countdown-clock #same-day-delivery-countdown .nopad {
	display: none;
}

.countdown-clock #same-day-delivery-countdown .hours.padded,
.countdown-clock #same-day-delivery-countdown .minutes.padded,
.countdown-clock #same-day-delivery-countdown .seconds.padded {
	position: relative;
	display: inline-block;
	font-size: 3em;
}

.countdown-clock #same-day-delivery-countdown .hours.padded,
.countdown-clock #same-day-delivery-countdown .minutes.padded {
	margin-right: .3em;
}

.countdown-clock #same-day-delivery-countdown .hours::after,
.countdown-clock #same-day-delivery-countdown .minutes::after {
	position: absolute;
	content: ':';
}

.countdown-clock #same-day-delivery-countdown .hours::before,
.countdown-clock #same-day-delivery-countdown .minutes::before,
.countdown-clock #same-day-delivery-countdown .seconds::before {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
}

.countdown-clock #same-day-delivery-countdown .hours::before {
	content: 'hours';
}

.countdown-clock #same-day-delivery-countdown .hours.singular::before {
	content: 'hour';
}

.countdown-clock #same-day-delivery-countdown .minutes::before {
	content: 'minutes';
}

.countdown-clock #same-day-delivery-countdown .minutes.singular::before {
	content: 'minute';
}

.countdown-clock #same-day-delivery-countdown .seconds::before {
	content: 'seconds';
}

.countdown-clock #same-day-delivery-countdown .seconds.singular::before {
	content: 'second';
}

.clock-txt {
	text-align: center;
	font-weight: bold;
}

.countdown-txt {
	text-align: center;
	font-weight: bold;
	color: #000;
}

.countdown-clock #same-day-delivery-countdown {
	font-family: calibri;
}

.prod-page-btn {
	margin-top: 15px;
}

#social-share-links {
	clear: both;
	display: table;
	margin: auto;
	padding-top: 20px;
}

.social-share-link {
	display: inline-block;
	width: 40px;
	padding: 5px;
	margin: 5px;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
}

.social-share-link-fb {
	background: #898888;
}

.social-share-link-tw {
	background: #898888;
}

.social-share-link-pt {
	background: #898888;
}

.social-share-link-fb:hover {
	color: #FFF;
	background: #767676;
}

.social-share-link-tw:hover {
	color: #FFF;
	background: #767676;
}

.social-share-link-pt:hover {
	color: #FFF;
	background: #767676;
}

.social-share-text {
	text-transform: uppercase;
}

.white-container {
	padding: 20px;
	color: #777;
	font-size: 1.2em;
	border: 1px solid #aaa;
	margin-bottom: 20px;
	background: #fff;
}

.white-container h4 {
	font-weight: bold;
	font-size: 1.3em;
}

.zoom-icon {
	right: 100px;
}

.image-wrapper {
	margin-left: 15px;
	float: none;
}

.product-page-icon-callout {
	text-align: center;
}

#product #image img {
	margin: auto;
	margin-left: -15px;
}

.comments-txt {
	font-size: .9em;
	margin-bottom: 13px;
	font-weight: bold;
}

#same-day-delivery-countdown #unavailable {
	display: none;
}

#same-day-delivery-countdown.same-day-delivery-ended #available {
	display: none;
}

#same-day-delivery-countdown.same-day-delivery-ended #unavailable {
	display: block;
}

.gallery-albums .album-preview .name {
	font-family: 'Crimson Text', serif;
}

@media (min-width: 768px) {
	#header {
		padding: 20px 0;
	}

	.address-information {
		width: auto;
		text-align: left;
	}
	.address-information a {
		color: #fff;
	}

	#shopping-cart-link {
		display: block;
	}

	#navigation li .parent::after {
		display: inline-block;
		margin-left: .6em;
		content: '\203A';
		transform: rotate(90deg);
	}

	#breadcrumbs #search {
		display: block;
	}

	.areas-served {
		padding: 50px 80px;
	}

	.areas-served .contain-height::-webkit-scrollbar {
		display: none;
	}

	.email-subscription-form {
		max-width: none;
	}
	.email-subscription-form br {
		display: none;
	}
	.email-subscription-form h4 {
		float: left;
		width: 180px;
		padding-right: 20px;
	}
	.email-subscription-form input[type="email"] {
		float: left;
		height: 44px;
		width: calc(100% - 360px);
		max-width: 300px;
		border-right: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.email-subscription-form input[type="submit"] {
		height: 44px;
		width: 180px;
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	#footer {
		text-align: left;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}

	#navigation {
		margin: 17px 0 0;
	}
}