/*
 * ============================================================================
 * Calgary Floral | General Styles
 * ============================================================================
 */

 @import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);

/* Start - Workaround for gallery click bug in 6.14 */
.shout-gallery-carousel_gallery_with_button_fullwidth .item > a,
.shout-gallery-carousel_gallery_with_button_fullscreen .item > a {
    position: relative;
}

.shout-gallery-carousel_gallery_with_button_fullwidth .carousel-caption,
.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-caption  {
    display: none;
}
/* End Workaround for gallery click bug in 6.14 */

/* Start - Fix the size of the credit card fields in checkout - Added 2019.10.02 */
#checkout-billing_method .checkout--required:nth-child(2) input.checkout--required,
#checkout-billing_method .checkout--required:nth-child(3) input.checkout--required {
width: 5ex !important;
}
/* End - Fix the size of the credit card fields in checkout */

/* Start - Fix for delivery date button */
#checkout-shipping-method .ui-datepicker-trigger {
    position: static !important;
}
/* End - Fix for delivery date button */

  #checkout-shipping-delivery_date-0 {
    font-size: 12px !important;
  }

  /* Fix header */
  .top-site-header > .content-wrapper {
	  max-width: none;
	  padding-left: 0px;
	  padding-right: 0px;
          padding-top: 0;
  }


 html {
 	background: url(../images/contemporary_china.png) !important;
 }

 body, .site-header, .top-site-bar,
 .frontpage .headline-carousel .content-wrapper {
 	background: url(../images/contemporary_china.png);
 }

 .facebook-like-button {
 	width: auto !important;
 }

 .frontpage .side-column-right .content-wrapper {
 	padding-right: 15px;
 }

 /* hide headline carousel content */
.fullscreen-carousel .headline-carousel .related-title,
.fullscreen-carousel .headline-carousel .related-summary {
 	display: none !important;
 }

 .social-links {
 	float: left;
 	margin-top: 3px;
 }

 .social-links a img {
 	width: 20px;
 }

.carousel-caption.background--complex .gallery-item-title,
.carousel-caption.background--complex .gallery-item-caption,
.carousel-caption.background--light .gallery-item-title,
.carousel-caption.background--light .gallery-item-caption,
.carousel-caption.background--dark .gallery-item-title,
.carousel-caption.background--dark .gallery-item-caption{
	background-color: transparent !important;
}

.carousel .carousel-caption {
	max-width: none;
	width: 100%;
	height: 100%;
}

.carousel .carousel-caption {
	display: none;
}

.carousel-inner .item a:hover {
	opacity: 1;
filter: opacity(1);
-moz-filter: opacity(1);
-webkit-filter: opacity(1);
}


 @media (max-width: 483px) {
 	.social-links {
 		float: none;
 		text-align: center;
 	}

 	.quick-nav .nav-links, .site-search {
 		text-align: center;
 		display: block;
 	}

 	.nav-links a {
 		float: none;
 	}
 }

 /*
 * ============================================================================
 *  Top Site Header
 * ============================================================================
 */


 .quick-nav.content-wrapper {
 	margin: 0px auto;
 }

 .quick-nav > .hidden {
 	display: block !important;
 	visibility: visible !important;
 	float: left;
 	margin-top: 2px;
 }

 .quick-nav > .hidden > img {
 	margin: 0  5px;
 }

 .top-site-bar {
 	height: auto;
 }

 /*
 * ============================================================================
 *  Header
 * ============================================================================
 */
 .logo-top {
 	font-size: 1.2em;
 }

 .site-header > .content-wrapper > table .call {
 	padding-left: 25%;
 }

 @media (max-width: 1170px) {
 	.site-header > .content-wrapper > table .call {
 		padding-left: 0;
 	}

 	.site-header > .content-wrapper > table td {
 		width: 100% !important;
 		display: block;
 		text-align: center;
 		/*padding: 25px 0 0 0 !important;*/
 	}

 	.site-header .logo-top {
 		position: relative;
 		/*margin-top: -60px;*/
 	}

 	.site-header {
 		height: auto;
 	}

 	.site-top {
 		clear: both;
 	}
 }

 @media (max-width: 850px) {
 	.site-header > .content-wrapper > table .call {
 		padding-left: 10%;
 	}

 	.top-site-bar > .quick-nav > .hidden img {
 		display: none;
 	}

 	.top-site-bar .growers {
 		display: block !important;
 		width: 100%;
 	}
 }

 @media (max-width: 767px) {
/* 	.site-header > .content-wrapper > table td.call {
 		padding-bottom: 10px !important;
 		}*/
 	}

 	@media (max-width: 482px) {
/* 	.logo-top {
 		margin-top: -40px !important;
 		padding: 20px;
 		}*/
 	}

 /*
 * ============================================================================
 *  Navigation
 * ============================================================================
 */

 .primary-nav .navbar {
 	float: none !important;
 }

 .primary-nav .navbar-nav {
 	text-align: center;
 	float: none !important;
 }
/*
 .navbar-nav>li {
 	float: none;
 	display: inline-block !important;
 }
*/
 @media (max-width: 767px) {
 	.primary-nav .navbar-nav {
 		margin-top: 0;
 	}

 	.primary-nav .navbar-nav > li {
 		display: block !important ;
 		text-align: left;
 	}
 }

 /*
 * ============================================================================
 *  Headline Carousel
 * ============================================================================
 */

 /*-------------------------------------------------------------
Carousel
---------------------------------------------------------------*/

.fullscreen-carousel .headline-carousel .related-title a,
.product-category.four-column.fullwidth .headline-carousel .related-title a,
.landing-page-carousel .headline-carousel .related-title a {
	line-height: 1em;
}

.fullscreen-carousel .headline-carousel .middle-right,
.product-category.four-column.fullwidth .headline-carousel .middle-right,
.landing-page-carousel .headline-carousel .middle-right {
	background: none;
}

.headline-carousel .panel {
	border-top: 0;
}

.anythingSlider-carousel-shoutcms .arrow {
	background-color: white;

}

.anythingSlider-carousel-shoutcms .back {
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
}

.anythingSlider-carousel-shoutcms .forward {
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}

.anythingSlider-carousel-shoutcms .back a {
	background: url(../images/back-arrow.png) no-repeat center transparent;
}

.anythingSlider-carousel-shoutcms .arrow a {
	width: 61px;
	height: 55px;
	padding: 10px 20px;
	background-repeat: no-repeat;
}

.headline-carousel .content-wrapper>* {
	margin-bottom: 0;
}

.anythingSlider-carousel-shoutcms .back a:hover,
.anythingSlider-carousel-shoutcms .back a.hover,
.anythingSlider-carousel-shoutcms .forward a:hover,
.anythingSlider-carousel-shoutcms .forward a.hover {
	opacity: 0.5;
	background-position: center;
}

.carousel-shoutcms .back {
	left: 0px;
}

.anythingSlider-carousel-shoutcms .forward a {
	background: url(../images/forward-arrow.png) no-repeat center transparent;
}

.carousel-shoutcms .forward {
	right: 0;
}

.fullscreen-carousel .headline-carousel .related-link {
	display: block;
}

.headline-carousel .middle-right {
	background: #81ac26;
}

.fullscreen-carousel .headline-carousel .related-link a,
.product-category.four-column.fullwidth .headline-carousel .related-link a,
.landing-page-carousel .headline-carousel .related-link a {
	/*background: url('../images/show_now.png') #ff891d center no-repeat;*/
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	padding: 3px;
	width: 115px;
	background-size: 85px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.fullscreen-carousel .headline-carousel .related-link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fullscreen-carousel .headline-carousel .related-link a:hover,
.product-category.four-column.fullwidth .headline-carousel .related-link a:hover,
.landing-page-carousel .headline-carousel .related-link a:hover {
	background: url('../images/show_now.png') #FF7A00 center no-repeat;
	background-size: 85px;
}

.fullscreen-carousel .headline-carousel .related-title,
.product-category.four-column.fullwidth .headline-carousel .related-title,
.landing-page-carousel .headline-carousel .related-title {
	background: none;
	font-family: 'Open Sans', sans-serif;
	opacity: 1;
	margin: 40px auto 0 auto;
	width: 90%;
}

@media (max-width: 767px) {
	.fullscreen-carousel .headline-carousel .related-title,
	.product-category.four-column.fullwidth .headline-carousel .related-title,
	.landing-page-carousel .headline-carousel .related-title {
		width: 70%;
	}
}

.fullscreen-carousel .headline-carousel .related-title a,
.product-category.four-column.fullwidth .headline-carousel .related-title a, 
.landing-page-carousel .headline-carousel .related-title a {
	color: #fff;
	font-weight: 300;
}


.fullscreen-carousel .headline-carousel .related-title a,
.fullscreen-carousel .headline-carousel .related-title a:hover,
.product-category.four-column.fullwidth .headline-carousel .related-title a,
.product-category.four-column.fullwidth .headline-carousel .related-title a:hover,
.landing-page-carousel .headline-carousel .related-title a,
.landing-page-carousel .headline-carousel .related-title a:hover {
	color: #fff;
}

.frontpage .headline-carousel .related-title a:hover {
	color: #7D7D7D;
}

.fullscreen-carousel .headline-carousel .related-link {
	border-top: none;
	padding: 15px 32px;
}

.fullscreen-carousel .headline-carousel .related-summary,
.product-category.four-column.fullwidth .headline-carousel .related-summary,
.landing-page-carousel .headline-carousel .related-summary {
	font-size: 1.2em;
	color: #FFFFFF;
}

.fullscreen-carousel .headline-carousel .related-summary {
	padding: 0 32px;
}

.fullscreen-carousel .headline-carousel .related-title a,
.product-category.four-column.fullwidth .headline-carousel .related-title a,
.landing-page-carousel .headline-carousel .related-title a {
	font-size: 3.5em;
	line-height: 1em;
}

.fullscreen-carousel .headline-carousel .middle-right,
.product-category.four-column.fullwidth .headline-carousel .middle-right,
.landing-page-carousel .headline-carousel .middle-right {
	top: 1%;
}

.frontpage figure.headline-carousel {
	position: relative;
	z-index: 50;
}

.galleria-container.notouch .galleria-dots div:hover,
.galleria-container.touch .galleria-dots div:active {
	color: #81ac26;
}

.fullscreen-carousel .headline-carousel .middle-right,
.product-category.four-column.fullwidth .headline-carousel .middle-right,
.landing-page-carousel .headline-carousel .middle-right {
	opacity: 1;
	max-width: 1170px;
	margin: 0 auto;
	width: 40%;
	left: 50%;
	text-align: center;
}

.fullscreen-carousel .headline-carousel .middle-right {
	max-width: none;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	padding: 0;
}

.fullscreen-carousel .headline-carousel .related-link {
    height: 100%;
    width: 100%;
    padding: 0;
}

.fullscreen-carousel .headline-carousel .related-link a {
	width: 100%;
}

@media (min-width: 1531px) {
	.headline-carousel .related-image>div {
		background-position: top right;
	}
}

@media (max-width: 1480px) {
	.fullscreen-carousel .headline-carousel .middle-right,
	.product-category.four-column.fullwidth .headline-carousel .middle-right,
	.landing-page-carousel .headline-carousel .middle-right {
		width: 80% !important;
		left: 24% !important;
	}
}

/*@media (max-width: 1170px) {
	.fullscreen-carousel .headline-carousel .middle-right {
		width: 60%;
		left: 40%;
	}
	}*/

	@media (min-width: 767px) {
		.frontpage .headline-carousel .panel:nth-child(1) .related-title a,  
		.frontpage .headline-carousel .panel:nth-child(1) .related-summary,
		.product-category.four-column.fullwidth .headline-carousel .panel:nth-child(1) .related-title a,  
		.product-category.four-column.fullwidth .headline-carousel .panel:nth-child(1) .related-summary,
		.landing-page-carousel .headline-carousel .panel:nth-child(1) .related-title a,
		.landing-page-carousel .headline-carousel .panel:nth-child(1) .related-summary {
			DTcolor: #052D37;
		}
	}

	@media (max-width: 767px) {
		.fullscreen-carousel .headline-carousel .middle-right {
			width: 100%;
			left: 0%;
			top: 10%;
		}

		.headline-carousel .carousel-shoutcms {
			margin-top: 0;
		}

		.anythingSlider-carousel-shoutcms .arrow {
			display: none !important;
		}
	}

	@media (min-width: 482px) {
		.carousel-shoutcms .anythingSlider {
			height: 370px !important;
		}

		.headline-carousel .related-link a {
			background-color: #35542D;
		}
	}

/*@media (max-width: 1530px) {
	.headline-carousel .related-image>div {
		background-position: -234px -76px;
	}
}
*/
/*@media (max-width: 1024px) {
	.headline-carousel .related-image>div {
		background-size: contain;
		background-position: top;
		background-color: #81AC25;
	}
	}*/

/*@media (max-width: 1028px) and (min-width: 768px) {
	.fullscreen-carousel .headline-carousel .related-title {
		padding: 0;
	}
	}*/

/*@media (max-width: 1028px) {
	.fullscreen-carousel .headline-carousel .middle-right,
	.product-category.four-column.fullwidth .headline-carousel .middle-right,
	.landing-page-carousel .headline-carousel .middle-right {
		top: inherit;
		height: auto;
		text-align: center;
		background-color: #81AC26;
		background-color: #ffffff;
		opacity: 1;
		max-height: 100%;
		bottom: 0;
		position: absolute;
	}

	.headline-carousel .middle-right,
	.product-category.four-column.fullwidth .headline-carousel .middle-right,
	.landing-page-carousel .headline-carousel .middle-right {
		width: 100%;
		left: 0%;
		top: 32%;
	}

	.product-category.four-column.fullwidth .headline-carousel .middle-right,
	.landing-page-carousel .headline-carousel .middle-right {
		max-width: none !important;
		background: #ffffff;
		top: 48%;
	}

	.fullscreen-carousel .headline-carousel .related-link a,
	.product-category.four-column.fullwidth .headline-carousel .related-link a,
	.landing-page-carousel .headline-carousel .related-link a {
		margin: 0 auto;
	}

	.frontpage .headline-carousel .content-wrapper>*,
	.product-category.four-column.fullwidth .headline-carousel .content-wrapper>*,
	.landing-page-carousel .headline-carousel .content-wrapper>* {
		margin-top: 0;
		border-bottom: 1px solid #E3E3E3;
	}

	.fullscreen-carousel .headline-carousel .related-title a,
	.product-category.four-column.fullwidth .headline-carousel .related-title a,
	.landing-page-carousel .headline-carousel .related-title a {
		font-size: 2em;
		line-height: inherit;
		color: #3E3E3E;
	}

	.fullscreen-carousel .headline-carousel .related-title a:hover,
	.product-category.four-column.fullwidth .headline-carousel .related-title a:hover,
	.landing-page-carousel .headline-carousel .related-title a:hover {
		color: #575757;
	}

	.fullscreen-carousel .headline-carousel .related-summary,
	.product-category.four-column.fullwidth .headline-carousel .related-summary,
	.landing-page-carousel .headline-carousel .related-summary {
		color: #3E3E3E;
	}
	}*/

/*@media (max-width: 1028px) and (min-width: 768px) {
	.fullscreen-carousel .headline-carousel .related-title a,
	.product-category.four-column.fullwidth .headline-carousel .related-title a,
	.landing-page-carousel .headline-carousel .related-title a {
		display: none;
	}

	.fullscreen-carousel .headline-carousel .related-summary,
	.product-category.four-column.fullwidth .headline-carousel .related-summary,
	.landing-page-carousel .headline-carousel .related-summary {
		font-size: 1.3em;
	}
	}*/

	@media (max-width: 560px) {
		.fullscreen-carousel .headline-carousel .middle-right,
		.product-category.four-column.fullwidth .headline-carousel .middle-right,
		.landing-page-carousel .headline-carousel .middle-right {
			bottom: 27px;
		}
	}

	@media (max-width: 767px) {
		.frontpage .headline-carousel .related-title a {
			font-size: 1.8em !important;
		}

		.frontpage .headline-carousel .related-image > div {
			background-size: contain;
			background-position: top center;
		}

		.fullscreen-carousel .headline-carousel .middle-right {
			top: 166px;
			padding: 0;
			background-color: #7fae16;
		}

		.fullscreen-carousel .headline-carousel .related-title {
			margin: 0 auto;
			padding: 20px;
		}
	}

	@media (max-width: 482px) {
		.frontpage .anythingSlider,
		.product-category.four-column.fullwidth .anythingSlider,
		.landing-page-carousel .anythingSlider {
			height: 250px !important;
		}

		.frontpage .headline-carousel .related-title a {
			font-size: 2em !important;
		}

		.frontpage .headline-carousel .related-image > div {
			background-size: contain;
			background-position: top center;
		}
	}

	.frontpage .headline-carousel .related-title a,
	.frontpage .headline-carousel .related-summary {
		color: #525253
	}

	.frontpage .headline-carousel .related-title a {
		font-weight: 600;
		line-height: 1.2em;
		font-size: 3em;
	}

	.frontpage .headline-carousel .related-summary {
		font-weight: 400;
		font-size: 1.6em;
		width: 70%;
		margin: 0 auto;
	}


/*	.frontpage .headline-carousel .anythingWindow,
.frontpage .headline-carousel .panel,*/
.frontpage .headline-carousel .anythingSlider {
	height: 300px !important;
}

.frontpage .headline-carousel .related-image > div {
	height: 300px !important;
}

@media (max-width: 767px ) {
	.frontpage .headline-carousel .related-image > div {
		height: 320px !important;
	}

	.frontpage .editor-content .content-wrapper table.four-links {
		display: none;
	}

	.frontpage .headline-carousel .panel,
	.frontpage .headline-carousel .anythingWindow,
	.frontpage .headline-carousel .anythingSlider,
	.frontpage .headline-carousel .carousel-shoutcms,
	.frontpage .headline-carousel {
		/*height: 300px !important;
		height: 170px !important*/
	}
}

@media (max-width: 767px) and (min-width: 482px) {
	.frontpage .headline-carousel .panel,
	.frontpage .headline-carousel .anythingWindow,
	.frontpage .headline-carousel .anythingSlider,
	.frontpage .headline-carousel .carousel-shoutcms,
	.frontpage .headline-carousel {
		/*height: 300px !important;
		height: 170px !important*/
	}

	.frontpage .headline-carousel .related-image > div {
		height: 170px !important;
		background-size: cover;
	}

}

@media (max-width: 482px) {
	.frontpage .headline-carousel .related-image > div {
		height: 100px !important;
		background-size: cover;
	}

	.frontpage .headline-carousel .panel, .frontpage .headline-carousel .anythingWindow, .frontpage .headline-carousel .anythingSlider, .frontpage .headline-carousel .carousel-shoutcms, .frontpage .headline-carousel {
		height: 100px !important;
	}
}


 /*
 * ============================================================================
 * Frontpage 
 * ============================================================================
 */

 /*
 * ============================================================================
 * Frontpage Editor
 * ============================================================================
 */

 .frontpage .middle-section {
 	font-size: 1.5em;
 	line-height: 1.5em;
 	max-width: 1170px;
 	padding: 20px 0;
 }

 .frontpage .middle-section > p > span {
 	color: #525253;
 }

 .frontpage .editor-content > .content-wrapper > table .products > td {
 	padding: 0;
 }

 .frontpage .editor-content .products {
 	border-bottom: 1px solid #eeeeee;
 }

 .editor-content .content-wrapper strong > p {
 	font-size: 1.4em;
 }

 .frontpage .editor-content .deliveries {
 	background-color: white;
 	max-width: 100%;
 	padding: 20px 60px;
 	border-top: 1px solid #eeeeee;
 }

 .frontpage .editor-content .deliveries a {
 	color: #fe8a00;
 	font-weight: 600;
 }

 .frontpage .editor-content .connect {
 	padding-top: 20px;
 }

 .frontpage .editor-content .connect a > img {
 	margin-right: 10px;
 	margin-top: 10px;
 }

 .frontpage .editor-content .connect a:hover {
 	opacity: 0.75;
 }

 .frontpage .editor-content .buy-btn {
 	font-size: 1em;
 	padding: 4px 20px;
 	display: inline-block;
 }

 .editor-content .product-description {
 	padding-bottom: 30px;
 }

 @media (max-width: 1460px) and (min-width: 1171px) {
 	.fullscreen-carousel .headline-carousel .middle-right {
 		width: 50%;
 	}
 }

 @media (max-width: 767px) {
 	.frontpage .middle-section {
 		font-size: 1em;
 	}

 	.frontpage .editor-content .products {
 		border: none;
 	}

 	.frontpage .editor-content .product-section {
 		padding: 0 !important;
 	}

 	.frontpage .editor-content .products:first-child .product-section {
 		padding-top: 20px !important;
 	}

 	.frontpage .editor-content .products:last-child .product-section {
 		border-bottom: 1px solid #eeeeee;
 	}

 	.frontpage .headline-carousel .middle-right {
 		height: 200px;
 		background-color: #eeeeee;
 		display: none !important;
 	}
 }

 @media (max-width: 482px) {
 	.frontpage .headline-carousel .middle-right {
 		display: none;
 	}

 	.frontpage .headline-carousel > .content-wrapper {
 		height: 100px;
 	}

 	.frontpage .editor-content .selection td {
 		width: 100% !important;
 		display: block;
 	}

 	.frontpage .editor-content table.selection {
 		margin-bottom: 0;
 	}

 	.frontpage .editor-content table.selection > tbody > tr > td > div {
 		margin-bottom: 20px;
 	}

 	

 	.frontpage .editor-content .deliveries {
 		text-align: center;
 	}
 }

 /*
 * ============================================================================
 * Features 
 * ============================================================================
 */

 .frontpage .columns-wrapper > .content-wrapper {
 	padding: 0;
 }

 /*
 * ============================================================================
 * Footer 
 * ============================================================================
 */

 .site-footer {
 	font-weight: 400;
 }

 .footer-links td,
 .footer-links a {
 	font-size: 1em;
 	color: #525253;
 }

 .footer-links h3 {
 	color: #525253 !important;
 	font-weight: 700;
 	font-size: 1.3em !important;
 }

 .footer-links .email {
 	color: #fe8a00;
 	font-weight: 600;
 }

 .site-footer .footer-bottom img {
 	margin-right: 5px;
 	margin-bottom: 10px;
 }

 .site-footer .footer-bottom,
 .site-footer .footer-bottom a {
 	font-size: 14px;
 }

 .site-footer .footer-bottom a {
 	color: #afafaf;
 }

 .site-footer .footer-bottom a:hover {
 	color: #fe8a00;
 }

 @media (max-width: 767px) {
 	.site-footer .footer-links td {
 		display: none;
 	}

 	.site-footer .footer-links td.footer-contact {
 		display: block;
 		width: 100% !important;
 	}

 	.site-footer .footer-bottom tr:first-child {
 		display: none;
 	}

 	.site-footer .footer-bottom tr:last-child > td {
 		display: block;
 		width: 100% !important;
 		text-align: center !important;
 	}
 }

 @media (max-width: 482px) {
 	.site-footer .footer-contact {
 		margin-top: 20px;
 	}
 }

 /*
 * ============================================================================
 * Core Pages 
 * ============================================================================
 */

 /*
 * ============================================================================
 * Store 
 * ============================================================================
 */

 .list-item-product form.add_to_cart-form>a:before,
 .category-product-add-cart form>a:before {
 	content: "Add to Cart";
 	color: #fff;
 	background-color: #252a35;
 	position: relative;
 	white-space: nowrap;
 	border-radius: 3px;
 	border: 1px solid #E6E6E6;
 }

 .category-product-add-cart form>a:before,
 .list-item-product .list-item-datum-add_to_cart form>a:before,
 .product-add form>a:before {
 	background-color: #fb993e;
 	color: #fff !important;
 	border: 1px solid transparent;
 }


 .category-product-add-cart form > a:hover::before,
 .list-item-product .list-item-datum-add_to_cart form > a:hover::before {
 	background-color: #525254;
 	color :#ffffff !important;
 	border: 1px solid transparent;
 } 
 
/*------------------------------------------------------------------------------------
Grower Direct Custom CSS
------------------------------------------------------------------------------------*/

html {
	background: #fdfdfb;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #000;
}

.fullwidth .page-content-wrapper .content-wrapper {
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
}

.checkout.fullwidth .page-content-wrapper .content-wrapper {
	border-left: 0;
	border-right: 0;
}

.checkout-process-form>.content-wrapper:first-child {
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
}

.checkout-process-form .content-wrapper .content-wrapper {
	border: 0 !important;
}

body:not(.checkout) .page-content-wrapper .content-wrapper {
	background: #fff;
}

@media (min-width: 483px) {
	.page-content-wrapper>.section-wrapper:first-child>.content-wrapper:first-child {
		border: 0;
	}
}

.page-content-wrapper>.section-wrapper:first-child>.content-wrapper:first-child {
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
}

/*-------------------------------------------------------------
Responsive Table CSS
---------------------------------------------------------------*/

@media (max-width: 767px) {
	table.inner-responsive,
	.inner-responsive thead,
	.inner-responsive tbody,
	.inner-responsive th,
	.inner-responsive td,
	.inner-responsive tr {
		display: block;
	}

	.inner-responsive td {
		margin-top:10px;
		margin-bottom: 10px;
		position: relative;
		width: 100% !important;
		text-align: left;
	}
}

/*-------------------------------------------------------------
Headings & links, Fonts Style
---------------------------------------------------------------*/

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.relatedProductTitle a,
.category-product-title a,
.news-title a,
.category-product-title,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	color: #698d1e;
}

h1 {
	/* border-bottom: 1px solid #DFDFDF; */
	padding-bottom: 25px;
	margin-bottom: 25px;
}

h3 {
	line-height: 1.5em;
	font-size: 1.2em;
}

.relatedProductTitle a {
	font-weight: normal;
}

.site-link a,
.product_option-browse .product_option-toggle,
#cart_Add_Message span a,
.cart_Add_Message span a,
.account_side_container a,
#p_recaptcha_widget a,
.search-result tr a {
	color: #417197;
	font-weight: bold;
}

.editor-content .content-wrapper a {
	font-weight: normal;
}

.editor-content .content-wrapper p {
	color: #7fae16;
}

.editor-content span,
.editor-content li span {
	font-size: 1em !important;
	font-family: 'Open Sans', sans-serif !important;
}

.frontpage .editor-content span,
.frontpage .editor-content li span {
	font-weight: 300;
}

.category-section h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.products h4 {
	color: #fe8a00;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	min-height: 38px;
}

.product-code {
	display: none;
}

@media (max-width: 482px) {
	.products h4 {
		min-height: 0;
	}
}

/*-------------------------------------------------------------
Top bar
---------------------------------------------------------------*/
.top-site-bar {
	font-family: 'Open Sans', sans-serif;
}

.top-site-bar.section-wrapper.root-section-wrapper {
	border-bottom: 1px solid #EFEFEF;
}

.quick-nav {
	border: none;
}

.quick-nav a {
	color: #717171;
	text-transform: uppercase;
}

.nav-links {
	font-size: 1.2em;
	padding-top: 3px;
}

.nav-links a:hover {
	color: #afafaf;
}

.nav-links a {
	padding: 3px 8px;
	font-size: 0.8em;
}

.nav-links a:active {
	font-weight: 700;
	color: #6a8d20;
}

.site-search form {
	height: 31px;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border: 1px solid #cbcbcb;
}

.site-search {
	padding-top: 0;
	padding-left: 0;
	float: right;
	width: auto;
}

input.search-text {
	width: 100px !important;
	margin-left: 8px;
	color: #595959 !important;
	text-transform: uppercase;
	font-size: 0.8em;
}

.search-button {
	/*background-image: url(../images/search-icon.png);*/
	margin-right: 13px;
}

.top-site-bar.section-wrapper.root-section-wrapper {
	padding: 6px 0 !important;
}

/*@media (min-width: 980px) {
	.quick-nav.content-wrapper:before {
		content: "All prices quoted are in Canadian Dollars. " url(../images/form_of_payments.png);
		position: absolute;
		font-size: 0.9em;
		font-weight: bold;
		color: #3d3d3d;
		padding-top: 8px;
		padding-bottom: 8px;
		vertical-align: top;
		font-family: 'Open Sans', sans-serif;
	}
	}*/

	@media (max-width: 1178px) {
		.navbar-nav {
			margin-left: 0;
			margin-right: 0;
		}
	}

/*@media (max-width: 979px) {
	.quick-nav.content-wrapper:before {
		content: "All prices quoted are in Canadian Dollars. ";
		position: absolute;
		font-size: 0.9em;
		font-weight: bold;
		color: #3d3d3d;
		padding-top: 8px;
		vertical-align: top;
		font-family: 'Open Sans', sans-serif;
	}
}
*/
@media (max-width: 580px) {
	.quick-nav.content-wrapper:before {
		display: none;
	}
}


/*-------------------------------------------------------------
Header
---------------------------------------------------------------*/

.altnav-sitemap {
	display:none;
}

.cart-product-count a {
	font-weight: bold;
	color: rgb(142, 186, 47);
}

.site-header-image .content-wrapper {
	padding: 0 !important;
}

header.page-header-wrapper {
	background: #fff;
}

.site-header .table-responsive {
	border: none;
}

td.header-column1 {
	font-size: 1.1em;
	text-align: center;
}

td.header-column3 {
	text-align: center;
	color: #81ac26;
	font-size: 1.4em;
}

.header_number {
	margin-top: 22px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	color: #464646;
}

/*.site-header.section-wrapper.root-section-wrapper .content-wrapper {
	padding: 18px 0;
	}*/

	@media (min-width: 981px) {
		.header_number {
			display: none;
		}
	}

	@media (max-width: 980px) {
		.header-column1,
		.header-column3 {
			display: none;
		}
	}

	@media (max-width: 767px) {
		.site-header.section-wrapper.root-section-wrapper .content-wrapper {
			padding-bottom: 0 !important;
		}
	}

/*-------------------------------------------------------------
Navigation
---------------------------------------------------------------*/
ul.nav.navbar-nav strong{
	color: #fff;
	background: transparent;
}

.dropdown-menu:not(.dropdown-submenu)>li>a>strong {
	color: #fff;
}

div.page-wrapper>header>nav>div>div>div.navbar-collapse.collapse>ul>li.dropdown.active>ul>li.dropdown-submenu.active>a {
	color: #fff !important;
}

.dropdown-menu.open .active:not(.dropdown-submenu) a strong {
	color: #fff
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li:first-child.current.active>a,
.frontpage .navbar-nav > li:first-child > a {
	color: #fff;
	background: #7fae16;
}

.navbar-default .navbar-nav>li:first-child.active>a {
	background: transparent;
}

.primary-nav {
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	background-color: #9fce68;
}

.dropdown-menu {
	text-align: left;
}
/*
.dropdown .dropdown-menu,
.dropdown-menu .dropdown-submenu.sui-dropdown-submenu-offset:hover>.dropdown-menu {
	background-color: #363533;
}
*/
.dropdown .dropdown-menu, .dropdown-menu .dropdown-submenu.sui-dropdown-submenu-offset:hover>.dropdown-menu {
    background-color: #ffffff;
}

.navbar .nav>li.active:first-child a {
	font-weight: 300;
	color: #fff;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	color: #fff;
	background-color: #7fae16;
}

.in .navbar-nav {
	max-width: none;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	/*margin-bottom: -5px;*/
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
	background-color: #7fae16;
	color: #fff;
}

.dropdown-menu>li>a:focus,
.frontpage .navbar-collapse .dropdown-submenu a:hover,
.frontpage .navbar-collapse .dropdown-submenu li a:hover,
.frontpage .navbar-collapse .dropdown-submenu li a:active {
	background-color: #7fae16;
	color: #fff;
}

.navbar {
	min-height: 0;
}

nav.primary-nav.section-wrapper.root-section-wrapper .content-wrapper {
	padding: 0;
}

.dropdown-menu>.active>a,
.navbar-collapse .dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: #81ac26;
	color: #fff;
}

.dropdown-menu>li>a {
	font-weight: 300;
}

@media (min-width: 768px) {
	.navbar-default .navbar-nav>.dropdown:not(.active)>a .caret,
	.navbar-default .navbar-nav>.dropdown:not(.active)>a:hover .caret {
		border-top-color: #fff;
		border-bottom-color: #fff;
	}
}

@media (max-width: 950px) {
	.header-img {
		position: relative;
		padding: 15px 0;
		text-align: center;
	}
}

@media (max-width: 767px) {
	li.dropdown.current.active a strong {
		color: #1c87f2;
	}

	.in.navbar-collapse {
		background-color: #79A31C;
	}

	.in .navbar-nav {
		padding-left: 0;
	}

	.navbar .navbar-btn {
		background-color: #81AC25;
		border-radius: 0;
	}

	.navbar .navbar-btn:hover,
	.navbar .navbar-btn:focus,
	.navbar .navbar-btn:active,
	.navbar .navbar-btn.active,
	.navbar .navbar-btn.disabled,
	.navbar .navbar-btn[disabled] {
		background-color: #9fce68;
	}
	.navbar .navbar-btn .icon-bar {
		background-color: #fff;
	}

	.navbar .navbar-btn:hover .icon-bar {
		background-color: #fff;
	}

	.navbar .navbar-btn:before {
		color: #fff;
		content: "Navigation";
		float: left;
	}
	.navbar .navbar-btn:hover:before {
		color: #FFFFFF;
	}

	.navbar {
		border-top: none;
		border-bottom: none;
	}
}

/*-------------------------------------------------------------
Inner page
---------------------------------------------------------------*/

.page-sortbar {
	display: none;
}

.news-date,
.comment-summary {
	color: #1F1F1F;
}

.news-summary {
	font-size: 1.1em;
}

.news-date {
	font-weight: normal;
	display: block;
	margin: 10px 0;
	font-size: .95em;
}

.layout-grid-row:first-child {
	padding-top: 15px;
}

.side-nav ul li {
	border-bottom: 1px solid #f5f5f5;
}

/*-------------------------------------------------------------
Editor
---------------------------------------------------------------*/


.frontpage .editor-content table tr.category-section,
.frontpage .editor-content table tr.products,
.frontpage .editor-content table tr.about_gd  {
	max-width: 1170px !important;
	margin: 0 auto;
}

.frontpage .editor-content .content-wrapper {
	max-width: 1170px;
	padding: 0;
	background: transparent !important;
	/* width: 100%; */
}

.top-section {
	text-align: center;
}

.container.top-section .col-md-3 {
	padding-left: 0;
	padding-right: 0;
	height: 60px;
}

.container.top-section div a {
	display: inline-block;
	padding: 8px;
	color: #fb993e;
}

.container.top-section div:hover {
	background: #fb993e;
	cursor: pointer;
}

.container.top-section div:hover a {
	color:#fff;
	text-decoration: none;
}

.container.top-section div {
	border-right: 1px solid #E0E0E0;
}

.container.top-section div:last-child {
	border-right: none;
}

.middle-section {
	background: #ffffff;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #eaeaea;
	/* border-bottom: 1px solid #EEEEEE; */
}



.product .nested-columns.columns-wrapper > .content-wrapper {
	border: 0 !important;
}

.frontpage .editor-content table h3 a {
	font-style: italic;
	font-weight: 400 !important;
	color: #c59c56;
	text-align: left;
	background: url(../images/category-arrow.png) no-repeat center right transparent;
	padding-right: 15px;
	font-size: .9em;
	font-family: 'Open Sans', sans-serif !important;
}

.frontpage .editor-content table h3 a:hover {
	color: #fb993e;
}

.frontpage .editor-content table h3 a:hover {
	text-decoration: none;
}

.frontpage .editor-content table h3 {
	text-align: right;
}

.frontpage .products table {
	max-width: 1170px;
	background: #ffffff;
	width: 100%;
}

.frontpage .selection a img {
	/*width: 75%;*/
}

tr.category-section td {
	width: 50%;
	padding-left: 47px !important;
}

table.selection {
	width: 50% !important;
	float: left;
}

table.selection td {
	width: 50% !important;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top:35px;
	padding-bottom: 35px;
}

.frontpage td.deals-wrap tr.products table td  {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

tr.category-section {
	background-color: #F9F9F9;
}

.category-section h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	margin-right: 25px;
}

.category-section h3 {
	float: left;
	margin-top: 11px;
}

tr.product-section td {
	padding-top:0 !important;
	padding-bottom:0 !important;
	text-align: left;
	/* width: 100%; */
	/* display: block; */
}

tr.products p a {
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	background: #525253;
	padding: 6px 15px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	font-size: .7em;
}

tr.products p a:hover {
	text-decoration: none;
	background: #FF7A00;
}

tr.products p {
	DTfont-size: .9em;
	margin-bottom: 10px;
}

.frontpage td.deals-wrap,
.frontpage tr.banner-save-15,
.frontpage tr.product-section {
	/* padding: 30px 0 !important; */
	display: block;
	display: inline-block;
	width: 100%;
}

td.deals {
	padding: 0 !important;
}

.frontpage td.deals-wrap td.deals:nth-child(2) {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

td.deals:nth-child(2) {
	padding-left: 22px !important;
	padding-right: 22px !important;
}

tr.deals p {
	font-size: 1.2em;
}

tr.deals h4 {
	font-size: 1.2em;
	margin-top: 35px;
}

.product-wrap {
	position: relative;
	text-align: center;
}

.overlay-15 {
	background: url(../images/save-15.png) no-repeat;
	position: absolute;
	height: 107px;
	width: 109px;
	top:0;
	right:0;
	display: none;
}

.overlay-20 {
	background: url(../images/save-20.png) no-repeat;
	position: absolute;
	height: 107px;
	width: 109px;
	top:0;
	right:0;
	display: none;
}

tr.products h5 {
	color: #8C8B8B;
	text-decoration: line-through;
	font-size: 1.3em;
	font-weight: 500;
}

tr.products h6 {
	color: #d32027;
	font-size: 1.7em;
	border-top: 1px solid #d32027;
	border-bottom: 1px solid #d32027;
	margin: 20px auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 30%;
	margin-right: 30%;
}

.seo-text,
.seo-text a {
	background: transparent !important;
	padding: 0 !important;
	font-size: 1em !important;
	text-transform: none !important;
	line-height: 1.3em !important;
}

.seo-text {
	background-color: #fff !important;
	padding: 20px 60px !important;
	display: block;
}

.seo-text a:hover {
	color: #8A8A8A !important;
}

.seo-text h2 {
	color: #7fae16;
}

.editor-content .content-wrapper .seo-text p {
	color: #525253;
	margin-top: 10px;
}

.editor-content .content-wrapper .seo-text a {
	color: #fe9211;
	text-decoration: none;
	/*	font-weight: 600;*/
}

.seo-text img {
	float: left;
	margin-top: 30px;
}

.seo-text .seo-image {
	width: 160px;
}

table.valentine-day td:hover {
	background: #D33737;
	text-decoration: none;
}

.editor-content .content-wrapper table.valentine-day a:hover{
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
}

.container.top-section .col-md-3 a {
	color: white;
	padding-top: 18px;
}

.container.top-section .col-md-3:hover {
	background-color: #525254 !important;
}

.container.top-section .col-md-3 {
	border: none;
}

.container.top-section .col-md-3:hover a {
	color: #89bb13;
}

.container.top-section .col-md-3:nth-child(1),
.container.top-section .col-md-3:nth-child(3) {
	background-color: #9fce68;
}

.container.top-section .col-md-3:nth-child(2),
.container.top-section .col-md-3:nth-child(4) {
	background-color: #7fae16;
}

@media (min-width: 1171px) {
	.container.top-section {
		padding: 0;
	}

	.container.top-section .col-md-3:nth-child(1) {
		width: 25%;
		border-right: 2px solid #eeeeee;
	}

	.container.top-section .col-md-3:nth-child(2),
	.container.top-section .col-md-3:nth-child(3) {
		width: 22.5%;
		border-right: 2px solid #eeeeee;
	}

	.container.top-section .col-md-3:nth-child(4) {
		width: 30%;
	}
}

@media (max-width: 1170px) and (min-width: 1029px) {
	.container.top-section {
		padding:0;
	}

	.top-section a {
		font-size: 0.8em;
	}

	.container.top-section .col-md-3:nth-child(1),
	.container.top-section .col-md-3:nth-child(2),
	.container.top-section .col-md-3:nth-child(3) {
		width: 24%;
	}

	.container.top-section .col-md-3:nth-child(4) {
		width: 28%;
	}
}

@media (max-width: 1170px) {
	.frontpage .middle-section {
		font-size: 1.2em;
	}

	.frontpage .editor-main-products {
		margin: 0 auto;
	}
}

@media (min-width: 1029px) {
	.container.top-section {
		width: 100%;
		max-width: 1170px;
	}
}

@media (max-width: 1028px) {
	.container.top-section {
		width: 100%;
		padding: 0 !important;
	}

	.container.top-section div {
		width: 100%;
		font-size: 1.4em;
		border: none !important;
	}

	table.selection {
		width: 100% !important;
		margin-bottom: 35px;
	}

	table.selection td {
		width: 50% !important;
		float: none;
		text-align: center;
	}
}

@media (max-width: 1028px) and (min-width: 483px) {
	td.deals {
		float: left;
		width: 50%;
	}
}

@media (max-width: 1028px) and (min-width: 768px) {
	.top-section a {
		padding: 15px;
		font-size: 0.8em;
	}

	.container.top-section div:nth-child(1),
	.container.top-section div:nth-child(3) {
		border-right: 1px solid #EAEAEA;
	}
}

@media (max-width: 880px) {
	table.selection {
		width: 100% !important;
	}
}


@media (max-width: 767px) and (min-width: 482px) {
	tr.products h6 {
		margin: 15px auto;
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	tr.category-section {
		background-color: #fff;
	}

	td.deals {
		width: 50% !important;
		margin: 0 auto;
		margin-bottom: 25px;
	}

	tr .deals h4 {
		font-size: 1.1em;
		margin-top: 20px;
	}

	tr .deals p {
		font-size: 1em;
	}

	table.selection td {
		width: 50% !important;
		float: left;
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	.middle-section {
		border-top: none;
	}

	.frontpage .headline-carousel .carousel-shoutcms .anythingSlider {
		/* min-height: 350px; */
	}

	.frontpage .anythingSlider {
		max-height: 350px !important;
	}

	.middle-section img {
		margin-top: 25px;
		width: 65%;
	}

	.seo-text,
	.frontpage .editor-content .deliveries {
		padding: 20px 30px !important;
	}
}

@media (max-width: 482px) {
	.container.top-section div {
		font-size: 1.1em;
	}

	td.deals {
		width: 100% !important;
	}

	.top-section a {
		display: block;
		padding: 15px;
	}

	.top-section {
		padding: 0;
	}

	.frontpage .editor-content table h3 {
		text-align: center !important;
	}

	tr.category-section td h2{
		text-align: center;
		font-size: 1.8em;
	}

	.frontpage .inner-responsive tr.products td {
		padding-bottom: 25px !important;
		margin-top: 0;
		margin-bottom: 0;
	}

	tr.category-section td {
		padding: 0;
	}

	table.selection td {
		width: 100% !important;
		float: none;
		padding-left: 15px !important;
		padding-right: 15px !important;
		display: block;
	}

	.seo-text {
		display: none;
	}

	tr.products table td {
		padding-left: 0;
		padding-right: 0;
	}

	.buy-btn {
		display: inline-block;
		font-size: .5em;
		border-radius: 13px;
	}
}

/*-------------------------------------------------------------
Form
---------------------------------------------------------------*/

.form-title {
	font-size: 2em;
}

#comment-reply-main a {
	background: #fb993e;
}

/*-------------------------------------------------------------
Store
---------------------------------------------------------------*/

.checkout-three-step .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
	display: none !important;
}



.checkout-three-step .ui-dialog.product-dialog .ui-widget-header {
	border-bottom: 0 !important;
	margin-bottom: 0 !important;
	background: 0 0 !important;
	border: none !important;

}

.checkout-three-step .ui-dialog.product-dialog .ui-dialog-buttonset .ui-button {
	background: 0 0 !important;
	background-color: transparent !important;
	border: 0 !important;
	color: #555 !important;
	padding: 0 !important;
	margin: 5px !important;
	font-weight: 700 !important;
}

.checkout-three-step .ui-widget-content {
	color: #362b36 !important;
	background: #f9f9f9;
}

.checkout-three-step .ui-dialog.product-dialog .ui-dialog-titlebar-close {
	top: 20px !important;
	right: 7px !important;
	border-radius: 40px !important;
}

@media (min-width: 483px) {

	.checkout-three-step .ui-dialog.product-dialog .middle-left {
		width: 50%;
		float: left;
		padding-right: 25px;
	}

	.checkout-three-step .ui-dialog.product-dialog .middle-right {
		width: 50%;
		float: right;
	}

}

@media (max-width: 1028px) and (min-width: 768px) {
	/* Added 2018 to fix checkout */
	#checkout-step-two th {
		width: inherit;
	}

	.cart-step {
		margin-right: 0;
	}

	.checkout.fullwidth .page-content-wrapper .root-section-wrapper .content-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}

	.checkout-step-nav .content-wrapper span.checkout-buttons-left {
	    display: inline-block;
    	float: left;
    	width: auto;
	}

	.checkout-step-nav .content-wrapper span.checkout-buttons-right {
		float: right;
	}

	.checkout-step-nav .content-wrapper span {
		display: inline-block;
		width: auto;
	}

	.checkout-step-nav .content-wrapper span.checkout-buttons {
		width: 100%;
	}

	.method_icon img {
		width: 42px;
    	height: auto !important;
	}
}




@media (max-width: 767px) {
	table#shipTable th {
		display: table-cell;
		width: 0;
	}
}

@media (max-width: 482px) {
	table#shipTable input#checkout-shipping-delivery_date {
		width: 93% !important;
	}

}

a img:hover {
	opacity: 1;
	filter: opacity(1);
	-moz-filter: opacity(1);
	-webkit-filter: opacity(1);
}

.product-details h1 {
	margin-top: 25px;
}

.list-one_column .category-product-quick-view-button a, .list-one_column .list-item-product .list-item-datum-quick-view-button a, .list-four_column .category-product-quick-view-button a, .list-four_column .list-item-product .list-item-datum-quick-view-button a {
	border: 1px solid transparent;
	color: #949494;
	font-weight: 300;
	padding: 4px 7px;
	background-color: #FAFAFA;
}

.category-product-description {
	font-size: 1.2em;
}

.product-configurable_product .product-summary .content-wrapper>div,
.product-summary.section-wrapper.sub-section-wrapper .content-wrapper div  {
	font-size: 1.2em;
}

.category-product-quick-view-button a:hover, .list-item-product .list-item-datum-quick-view-button a:hover {
	border: 1px solid transparent;
	background: #BEBEBE;
	color: #ffffff;
}

.product-quickview .category-product-title a {
	font-size: 2em;
}

.view-button a {
	background: #fb993e;
}

.category-prodcut-title a {
	font-size: 1.3em;
}

span.sale-name .product-sale-name {
	font-weight: bold;
	color: red;
	font-size: 1.4em;
}

.product-sale-name {
	font-weight: bold;
	color: red;
}

.add_to_cart-form {
	position: relative;
	margin-bottom: 15px;
}


.category-product-price {
	margin-top: 0 !important;
}

.product-stock {
	border: 1px solid #E5E5E5;
}

.store-minicart-summary #order_buttons a {
	background: url(../images/btn_checkout.png) no-repeat left bottom;
	display: block !important;
}

.store-minicart-summary #order_buttons a img {
	/*visibility: hidden;*/
}

.minicart-image, .alternate-product-image, .category-items-image, .category-product-image {
	border: 0;
}

.product-price-sale,
.product-price {
	border: 0;
	background-color: #F9F9F9;
	font-weight: normal;
}

.product-price-sale {
	font-size: 1.35em;
}

.product-price-regular {
	font-size: 1.35em;
	color: #4F4F4F;
}

.product.default .add_to_cart-form {
	float: left;
}

.product.default .product_option-price-mod-labels {
	width: 70%;
}

a#checkout-shipping-delivery_date-calendar {
	margin-top: -4px;
	margin-left: 8px;
	position: absolute;
}

/*table#shipTable td:last-child,
table#shipTable th:last-child,
table#shipTable td:nth-child(3),
table#shipTable th:nth-child(3) {
	padding-left: 35px;
}*/

.checkout-upsell .checkout-body .related-title a {
	font-weight: normal;
	color: #698d1e;
}

#order_buttons:after {
	content: "All orders are subject to a per item delivery fee and a per order service fee. Applicable taxes are extra.";
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}

.contact-outstanding-invoices.section-wrapper.root-section-wrapper .content-wrapper {
	padding-bottom: 25px;
}

.calendar table {
	border-collapse: collapse;
}

.calendar tr {
	background-color: #81AC26;
	color: #ffffff;
}

.calendar .daysrow,
.calendar .emptyrow {
	background-color: #fff;
	color: #868686;
}

.calendar .footrow {
	background-color: #808080;
}

.calendar td {
	padding: 5px 5px;
}

.calendar td:hover {
	background-color: #8BB531;
	color: #fff;
	cursor: pointer;
}

.calendar tr:first-child .button {
	padding: 7px 12px;
	background-color: #8BB531;
}

.calendar {
	border: thin solid #F2F2F2;
	-webkit-box-shadow: 6px 3px 15px 0px rgba(0,0,0,0.28);
	-moz-box-shadow: 6px 3px 15px 0px rgba(0,0,0,0.28);
	box-shadow: 6px 3px 15px 0px rgba(0,0,0,0.28);
	background-color: #FFFFFF;
}

.calendar td.day.disabled {
	background-color: rgba(144, 144, 144, 0.17);
	text-decoration: line-through;
}

.calendar .combo {
	background-color: #A3A3A3;
	max-width: 269px;
	float: left;
	padding: 6px 0px;
}

.calendar .combo .label {
	font-weight: 300;
	float: left;
}

.calendar .combo .label:hover {
	background-color: #808080;
	cursor: pointer;
}

@media (max-width: 767px) {
	body:not(.product-default) .quick-nav .store-links {
		background: #81AC25;
	}
}

/*-------------------------------------------------------------
Footer
---------------------------------------------------------------*/

.site-footer {
	border-top: 40px solid #7fae16;
	color: #353535;
	background-color: #fdfdfb;
	background: url(../images/contemporary_china.png);
}

.above-the-footer.section-wrapper.root-section-wrapper {
	display: none;
}

.site-footer a {
	color: #353535;
}

.site-footer h3,
.site-footer h3 a {
	color: #658d1b;
	font-weight: 400;
	font-size: 1.6rem;
	font-family: 'Open Sans', sans-serif;
}

.site-footer p,
.site-footer a {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3em;
}

.site-footer a:hover {
	color: #8A8A8A;
}

tr.row3 {
	border-top: 1px solid #E7E7E7;
}

td.footer-bottom-right {
	text-align: right;
}

td.footer-bottom-right img{
	margin-right: 10px;
}

@media (max-width: 767px) {
	.seo {
		display: none;
	}

	.contact-info h3 {
		padding-bottom: 25px;
	}

	.site-footer .inner-responsive td {
		margin-top: 0;
		margin-bottom: 0;
		text-align: center;
	}

	.site-footer .contact-info,
	.site-footer .occasion,
	.site-footer .price,
	.site-footer .category,
	.site-footer .popular_by_city,
	.site-footer .policies,
	.site-footer .customer_service,
	.site-footer .corporate,
	.site-footer .account {
		text-align: center
	}
/*
.site-footer .occasion,
.site-footer .price,
.site-footer .category,
.site-footer .popular_by_city  {
display: none;
}
*/

.site-footer .content-wrapper table tbody{
	text-align: center;
}

.site-footer h3 {
	margin: 0;
}

.site-footer .occasion h3 a,
.site-footer .price h3 a,
.site-footer .category h3 a,
.site-footer .popular_by_city h3 a,
.site-footer .policies h3 a,
.site-footer .customer_service h3 a,
.site-footer .corporate h3 a,
.site-footer .account h3 a {
	display: block;
}

.site-footer .occasion h3 a,
.site-footer .price h3 a,
.site-footer .category h3 a,
.site-footer .popular_by_city h3 a,
.site-footer .policies h3 a,
.site-footer .customer_service h3 a,
.site-footer .corporate h3 a,
.site-footer .account h3 a {
	display: block;
}

tr.row3 {
	border-top: none;
}

.site-footer td {
	padding-bottom: 0 !important;
}

.site-footer .occasion br,
.site-footer .price br,
.site-footer .category br,
.site-footer .popular_by_city br,
.site-footer .policies br,
.site-footer .customer_service br,
.site-footer .corporate br,
.site-footer .account br,
.site-footer .occasion a,
.site-footer .price a,
.site-footer .category a,
.site-footer .popular_by_city a,
.site-footer .policies a,
.site-footer .customer_service a,
.site-footer .corporate a,
.site-footer .account a {
	display: none;
}
}

@media (max-width: 480px) {
	td.footer-bottom-right {
		display: none;
	}
}


/*
* ============================================================================
*  Side Widget
* ============================================================================
*/

.side-widget {
	/* display: none; hide Social Widget */
}

@media (min-width: 483px) {
	.side-widget {
		left: 0;
		position: fixed;
		top: 40%;
		background-color: transparent;
		z-index: 10000;
		width: 35px;
		height: 35px;
	}

	.side-widget a {
		display: block;
	}

	.side-widget a img {
		width: 35px !important;
	}

	.side-widget a:hover {
		opacity: .7 !important;
	}
}

@media (max-width: 482px) {
	.side-widget {
		display: none;
	}

}

table.subcategory-table td.layout-table-grid-row-data 
{
	width: 33%;
}


/*
* ============================================================================
*  Location Landing Pages
* ============================================================================
*/

.topbar-links {
	max-width: 1170px;
	margin: 0 auto;
	width: 100%;
}

.product-category.four-column.fullwidth .headline-carousel .content-wrapper,
.landing-page-carousel .headline-carousel .content-wrapper {
	max-width: none;
	padding: 0;
	border:0 !important;
}

.product-category.four-column.fullwidth .top-page-bar,
.product-category.four-column.fullwidth .anythingControls,
.landing-page-carousel .anythingControls {
	display: none !important;
}

.product-category.four-column.fullwidth .panel,
.landing-page-carousel .panel {
	border: 0;
}


 /*
 * ============================================================================
 *  Custom Product Pages
 * ============================================================================
 */

 .site-home .editor-main-products {
 	background-color: #ffffff;
 }

 .site-home .list-item-product .list-item-datum-title a {
 	color: #fe8a00;
 	font-size: 1.4em;
 	line-height: 1.2em;
 	font-weight: bold;
 }

 .site-home .list-one_column .category-product-quick-view-button a, 
 .site-home .list-one_column .list-item-product .list-item-datum-quick-view-button a,
 .site-home .list-four_column .category-product-quick-view-button a,
 .site-home .list-four_column .list-item-product .list-item-datum-quick-view-button a,
 .site-home .list-item-product .list-item-datum-sku,
 .site-home .category-product-add-cart input, 
 .site-home .list-item-product .list-item-datum-add_to_cart input,
 .site-home .list-item-product .list-item-datum-description {
 	display: none;
 }

 .site-home .ui-dialog.product-dialog .category-product-add-cart input {
 	display: inline-block;
 }

 .site-home .category-product-add-cart input, 
 .site-home .list-item-product .list-item-datum-add_to_cart input {
 	height: 33px;
 }

  .ui-helper-hidden {
 	display: none !important;
 }


 .site-home .category-product-add-cart form>a:before,
 .site-home .list-item-product .list-item-datum-add_to_cart form>a:before,
 .site-home .product-add form>a:before {
 	font-size: 1em;
 	padding: 4px 20px;
 	display: inline-block;
 	border-radius: 500px;
 	-webkit-border-radius: 500px;
 	-moz-border-radius: 500px;
 	background: #525253;
 	padding: 6px 15px;
 	font-weight: 400;
 	text-transform: uppercase;
 	color: #fff;
 	font-size: .7em;
 	content: 'BUY NOW';
 	font-size: .9em;
 }

 .site-home .category-product-add-cart form>a:hover:before,
 .site-home .list-item-product .list-item-datum-add_to_cart form>a:hover:before,
 .site-home .product-add form>a:hover:before {
 	text-decoration: none;
 	background: #FF7A00;
 }

 .site-home .list-item-product .list-item-datum-description,
 .site-home .product-price,
 .site-home .list-item-product .list-item-product-price {
 	color: #7fae16;
 	background-color: transparent;
 	padding: 0;
 }

 .site-home .list-four_column .list-item-product .middle-right {
 	text-align: left;
 	/* vertical-align: middle; */
 }

 .site-home .list-item-product form.add_to_cart-form>a:before,
 .site-home .category-product-add-cart form>a:before {
 	position: relative;
 }

 .site-home .list-unified_list-items .layout-grid-row {
 	/* padding-top: 30px; */
 	/* padding-bottom: 30px; */
 	background-color: #ffffff;
 }

 .site-home .list-unified_list-items .layout-grid-row:last-child {
 	border-bottom: 0;
 }

 .insert-flower-products {
 	padding-left: 15px !important;
 	padding-right: 15px !important;
 }

 .site-home .list-item-product .list-item-product-price {
 	font-size: 1.4em;
 	font-weight: 600;
 }

 .site-home .list-item-datum-image {
 	border: 0;
 }


 @media (min-width: 768px) {
 	.site-home .list-unified_list-items .content-wrapper {
 		padding: 0px 60px !important;
 	}
 }

.frontpage .headline-carousel .middle-right {
        display: block;
    width: 100%;
    max-width: 100%;
    left: 0;
    height: 100%;
}

.frontpage .headline-carousel .related-title,
.frontpage .headline-carousel .related-summary {
    display: none;
}

.frontpage .headline-carousel .related-link {
    display:block;
}

.frontpage .headline-carousel .related-link a {
        display: block;
    visibility: visible;
    background-color: transparent;
        position: absolute;
    width: 100%;
    height: 100%;
        left: 0;
    top: 0;
}

.frontpage .headline-carousel .related-link a:hover {
    background-color: transparent;
}

@media (min-width:483px) and (max-width:767px) {
	tr.product-section td {
		width: 100%;
		display: block;
	}

	.site-home .list-four_column .list-item-product .middle-right {
    	text-align: left;
    	/* vertical-align: middle; */
    	/* display: inline-block; */
    	/* float: none; */
    	padding-top: 15%;
 }

	.site-home .list-item-product .list-item-datum-title a {
		font-size: 1.4em;
	}

	.category-product-add-cart form>a:hover, .list-item-product .list-item-datum-add_to_cart form>a:hover {
		text-decoration: none;
	}
}

.carousel.shout-gallery-carousel_gallery_with_button_fullscreen,
.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner,
.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner div.img-bg,
.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner img {
    height: 300px !important;
    max-height: 300px !important;
}

.carousel.shout-gallery-carousel_gallery_with_button_fullscreen,
.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner {
    width: 100% !important;
}

@media (max-width: 768px) {
    .carousel.shout-gallery-carousel_gallery_with_button_fullscreen,
    .carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner,
    .carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner div.img-bg,
    .carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner img {
        height: 200px !important;
        max-height: 200px !important;
    }
    
    .carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner div.img-bg {
        background-size: contain !important;
    }
    
    .frontpage .headline-carousel .panel, .frontpage .headline-carousel .anythingWindow, .frontpage .headline-carousel .anythingSlider, .frontpage .headline-carousel .carousel-shoutcms, .frontpage .headline-carousel,
    .frontpage .headline-carousel > .content-wrapper {
        height: auto !important;
    }   
    
    .carousel-control,
    .carousel-indicators {
        display: none;
    }
    
}

@media (max-width: 482px) {
    .carousel.shout-gallery-carousel_gallery_with_button_fullscreen,
    .carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner,
    .carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner div.img-bg,
    .carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner img {
        height: 100px !important;
        max-height: 100px !important;
    }
}

@media (max-width: 767px) {
	body:not(.product-default) .quick-nav .store-links .cart-checkout,
	body:not(.product-default) .quick-nav .store-links .store-microcart {
		display: none;
	}

}


.store-microcart.side-microcart {
    position: fixed;
    bottom: 0;
    right: 18px;
    z-index: 10000;
}

 .side-microcart .cart-footer .microcart {
 	background-color: #81ac26;
 	/*padding: 8px 16px;
 	font-size: .7em;*/
    padding: 12px 19px;
    font-size: .8em;
 	letter-spacing: .14em;
 	font-weight: 700;
 	text-transform: uppercase;
 	display: inline-block;
 	-webkit-transition: all 0.1s linear;
 	-moz-transition: all 0.1s linear;
 	-o-transition: all 0.1s linear;	
 	color: #ffffff !important;
 	-webkit-box-shadow: -6px -5px 6px 0px rgba(0,0,0,.1);
 	-moz-box-shadow: -6px -5px 6px 0px rgba(0,0,0,.1);
 	box-shadow: -6px -5px 6px 0px rgba(0,0,0,.1);
 }

 .side-microcart .cart-footer .microcart:hover {
 	background-color: #f0f5fa;
 	color: #000 !important;
 }

 .side-microcart .cart-footer .microcart:before,
 .side-microcart .cart-footer .microcart:after {
 	display: inline-block;
 	-webkit-transition: all 0.1s linear;
 	-moz-transition: all 0.1s linear;
 	-o-transition: all 0.1s linear;	
 }

 .side-microcart .cart-footer .microcart:before {
 	content: '\f07a ';
 	font-family: 'FontAwesome';
 	font-size: 1.4em;
 	color: #ffffff;
 	margin-right: 5px;
 }

 .side-microcart .cart-footer .microcart:hover:before {
 	color: #000;
 }

 .side-microcart .cart-footer .microcart:after {
 	content: '. Checkout';	
 }

 .checkout-three-step .side-microcart,
 .cart-product-count, .cart-checkout {
 	display: none;
 }


 @media (max-width: 1170px) {

 	.side-microcart .cart-footer .microcart {
 		font-size: .6em;
 	}

 }


/* Radio button fixes - 06/24/2019 (ZH) */
@media (max-width: 767px) {    
    .product-details > .section-wrapper > .content-wrapper {
        padding: 0;
    }
    
    .product-options .product-options-price-mods::after,
    .product-options .product-options-price-mods > *::after,
    .product_option-radio .product_options-input::after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
    
    .product.default .product-adjusted-options-price .product_option-price-mod-labels {
        width: 50%;
    }

    .product_option-radio label {
    	width: calc(100% - 30px);
    	float: right;
    	line-height: 1.4em;
    }

    .product_option-radio .product_options-input input[type="radio"] {
    	margin: 4px 5px 0 0;
    }
}
