/*
  XXX clean this up. Quick and dirty copy paste done from earlier version

  $Id: stylesheet.css,v 1.13.2.4 2014/05/12 03:51:10 saffronmarigold.jxing Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.home_heading_text,
.boxText, 
.errorBox, 
.stockWarning, 
.productsNotifications,
.orderEdit,
.breadcrumb,
td.headerError, td.headerInfo, .header_info,
td.footer,
.infoBoxContents, .infoBoxNoticeContents, td.infoBoxHeading, td.infoBox, span.infoBox,
.productListing-heading,
td.pageHeading, div.pageHeading, h1.pageHeading, h2.pageHeading, .page_heading,
td.subBar,
td.accountCategory, td.fieldKey, td.fieldValue, td.tableHeading,
span.newItemInCart,
checkbox, input, radio, select, textarea,
span.greetUser,
td.formAreaTitle,
span.markProductOutOfStock,
span.errorText,
.checkoutBarFrom, .checkoutBarTo, .checkoutBarCurrent,
.messageBox, .messageStackError, .messageStackWarning, .messageStackSuccess,
.inputRequirement,
/* .navBarMenu, .navBarMenu a:hover, .navBarMenu a:active, */
/* .middle, */
/* .hedding, */
.aboutTitle, .about_title, .aboutText, .aboutText a, 
/* .productDetailHeader, */
.testimonialText, 
.landingPageHeading,
.shop_print, .shop_printSmallText, .shop_printSmallText a:hover, .shop_print_bold, .shop_print_bold a:link, .shop_print_bold a:visited, .shop_print_bold a:active, .shop_print_bold a:hover,
.slicknav_menu .slicknav_menutxt,.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_arrow, .slicknav_nav a,
#header_cart_responsive_text,
.button_responsive,
#footer_nav h3,
.stock_message,
td.productListing-data.cart_price,
.shop_print b,
h1,
.pdText,
.gateway_nav_category a,
#product_desc,
.product_testimonial p, .product_testimonial a, #product_testimonials_closing, 
.pdText li b,
.product_swatch,
.textmain, td.main, p.main, .main,
#contact_us,
.shop_print,
.block_printing_nav,
#email_signup p,
#price,
#product_imagery,
#product_swatch,
.gateway_body_heading,
#shop_by_nav,
#collection_head,
#cart_worry_box .infoBoxHeading, #cart_secure_box .infoBoxHeading,
.checkout_head, .checkout_subhead,
.fillslot,
.faq_content p,
.form_label,
.shop_by_print_icon,
#shop_by_print_head
{
	font-family : "adobe-garamond-pro", "Times New Roman", Times, serif;
	font-style: normal;
}

td.smallText, span.smallText, p.smallText, .smallText, .small_text,
#header,
#footer_nav p, #footer_nav a, 
#home_welcome p,
.boxText,
td.productListing-data.cart_name, td.productListing-data.cart_attribute,
.indexPagePrice,
#gateway_nav_top,
.product_testimonial_title,
.sold_as,
td.infoBoxHeading,
.infoBoxHeading,
#footer_copyright,
#directory_description p,
#product_testimonials_heading_right,
#product_testimonials_footer a,
#product_grouping,
#product_options,
.show_more_link,
#specials_more_header,
.gateway_body_heading a,
#header_staging,
.stock_message,
#loader_div,
.answer
{
	font-family: Futura-PT, verdana, sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* dark green */
body,
#home_welcome a,
.home_heading_text,
.boxText,
.breadcrumb, a.breadcrumb, a.breadcrumb:hover,
td.infoBoxHeading,
.productListing-heading,
td.productListing-data,
A.pageResults, A.pageResults:hover,
td.pageHeading, div.pageHeading, h1.pageHeading, h2.pageHeading, .page_heading, 
td.smallText, span.smallText, p.smallText, .smallText, .small_text
td.main, p.main, .main,
.smallText2,
.highlightOut,
.answer,
.productDetailHeader,
.landingPageHeading,
#shopping_cart #messages,
.product_testimonial,
.product_testimonial_title,
#product_detail_nav .slick-prev::before, #product_detail_nav .slick-next::before,
.slicknav_nav a, .slicknav_nav .slicknav_arrow,
.indexPagePrice,
.aboutText,
a.link_brown,
.link_orange a:hover,
.pdText a:hover,
.main a:hover,
.smallText a,
#footer_nav a,
#footer_copyright a,
#header_right a,
.row_item_content a,
.gateway_nav_category a,
#gateway_bestseller a,
#product_testimonials_heading_right,
.prev_next a,
.aboutText a,
.answer a:hover,
#shop_by_nav a,
#collection_head a:hover,
td.productListing-data.cart_name a, 
#cart_worry_box a,
.checkoutBarFrom a,
.product_testimonial .product_testimonial_name a,
.help_tip:hover
{
	color: rgb(75, 70, 51); 
}

/* sale red */
.productSpecialPrice,
#product_price_sale,
.shop_by_print_discontinued,
form#swatch_offer .error,
form #form_errors,
label.error
{
	color: rgb(172, 28, 28); 
}

/* link orange */
.link_orange a,
.pdText a,
.faq_content a,
.main a,
.answer a,
#collection_head a,
 #product_testimonials_closing a,
 .gateway_body_heading a,
 .help_tip,
 #directory_description a,
 #no12days_text a,
 .messageStackError a
{
 	color: rgb(189, 101, 24);
}

.fillslot {
	color: #660000;
}

.pdText b {
	font-weight: 600 !important;
}

h1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
}

h2 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 4px;
}

small {
	font-size: 14px;
	line-height: 16px;
}

em {
	font-style: normal;
}

body {
  background-color: rgb(254, 230, 214);
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%; 
  -moz-text-size-adjust: 100%; 
  -ms-text-size-adjust: 100%;
}

.boxText { 
	padding: 0 10px;
	font-size: 14px; 
}

.errorBox { 
	font-size : 12px; 
	background: #ffb3b5; 
	font-weight: 500;
}

.stockWarning { 
	font-size : 16px; 
	color: rgb(189, 101, 24); 
}

.productsNotifications { 
	background: #f2fff7; 
}

.orderEdit { 	
	font-size : 12px; 
	color: rgb(189, 101, 24); 
	text-decoration: underline; 
}

.border_top {
	border-top: 1px dashed rgb(74, 69, 50);
}

input[type=text], input[type=email], input[type=number], textarea {
	box-sizing: border-box;
}

.mobile, .hide {
	display: none;
}
	
.mobile_hide {
	display: block;
}
	
#page {
	margin: 0 auto;
	max-width: 1020px;
	width: 100%;
	box-sizing: border-box;
}

#page_content {
	margin: 20px auto 20px auto;
	max-width: 1020px;
	width: 100%;
	box-sizing: border-box;
}

#content_top, #content_bot {
	width: 100%;
	height: 18px;
	display: table;
	margin: 0;
}	

#content_top {
	padding: 0 0 6px 0;
	box-sizing: border-box;
}

#content_bot {
	padding: 6px 0 0 0;
	box-sizing: border-box;
}

#content_main {
	width: 100%;
	padding: 30px 20px;
	box-sizing: border-box;
}

#content_text {
	width: 100%;
	padding: 30px 40px;
	box-sizing: border-box;
}

#content_top_l, #content_top_r, #content_bot_l, #content_bot_r {
	width: 18px;
	height: 18px;
	display: table-cell;
}	

#content_top_r, #content_top_l {
	vertical-align: top;
}	

#content_bot_r, #content_bot_l {
	vertical-align: bottom;
}

#content_top_r, #content_bot_r {
	float: right;
}

#content_top_l, #content_bot_l {
	float: left;
}

/* HOME */

#home_feature {
	width: 100%;
	margin: 0 auto;
}

#home_feature img {
	display: block;
	width: 100%;
}

#home_feature_one, #home_feature_two, #home_feature_three {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0;
}

#home_feature_three #home1, #home_feature_three #home1_mobile, #home_feature_three #home2, #home_feature_three #home3 {
	width: 100%;
	padding-bottom: 5px;
	position: relative;
}

#home_feature_three a {
	display: block;
	position: relative;
	z-index: 1;
}

#home_feature_three a.button_primary {
	display: block;
	position: absolute;
	z-index: 2;
	right: 20px;
	bottom: 20px; 
	min-width: 234px;
}

#home_feature_three #home1_mobile {
	display: none;
}

#home_feature_three #home2, #home_feature_three #home3 {
	width: 50%;
	float: left;
	box-sizing: border-box;
}

#home_feature_three #home2 {
	padding-right: 3px;
}

#home_feature_three #home3 {
	padding-left: 3px;
}

#home_feature_three img {
	display: block;
	width: 100%;
	padding: 0;
}

#home_secondary img {
	display: block;
	width: 100%;
}

#home_banner {
	width: 100%;
	margin: 0 auto;
}

#home_banner .desktop {
	display: block;
}

#home_banner .mobile {
	display: none;
}

#home_banner .mobile img {
	max-width: 522px;
}

#home_banner img {
	display: block;
	padding: 0;
	width: 100%;
	margin: 0 auto;
}

.home_heading_title, .home_heading_phrase {
	display: table;
	width: 100%;
	margin: 30px 0 0 0;
	padding: 0;
}

.home_heading_text {
	display: table-cell;
	vertical-align: middle;
	padding: 30px 40px;
	font-size: 30px;
	white-space: nowrap;
	text-align: center;
}

.home_heading_phrase .home_heading_text {
	width: 60%;
	white-space: normal;
}	

.home_heading_phrase .home_heading_rule {
	width: 20%;
}	

.home_heading_rule {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.home_heading_rule span {
	display: block;
	background-color: rgb(75, 70, 51);
	width: 100%;
	height: 1px;
}

a {
	-o-transition: color .4s ease-out, background .4s ease-in;
  	-ms-transition: color .4s ease-out, background .4s ease-in;
  	-moz-transition: color .4s ease-out, background .4s ease-in;
  	-webkit-transition: color .4s ease-out, background .4s ease-in;
  	transition: color .4s ease-out, background .4s ease-in;
  	text-decoration: none;
}

a:hover, .help_tip:hover {
  text-decoration: underline;
}

a.no_underline:hover {
	text-decoration: none;
}

.clear_both {
	clear: both;
}

FORM {
    display: inline;
}

tr.header {
  background: #ffffff;
}

.breadcrumb {
  font-size: 12px;
  font-weight : normal;
  margin: 0 0 12px 0;
  line-height: 18px;
  display: none;
}

.checkout_link {
	font-size: 14px;
	text-decoration: none;
	color: rgb(189, 101, 24);
}

.checkout_link:hover {
	color: rgb(69, 77, 24);
}

.payment_hidden {
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0;
	overflow: hidden;
	line-height: 0;
}

.payment_display {
	height: auto;
	visibility: visible;
}
	
tr.headerError {
   background: #fddfcb;
}

td.headerError, .headerError {
  font-size: 16px;
  background: #fddfcb;
  color: rgb(189, 101, 24);
  font-weight : bold;
  text-align : left;
}

tr.headerInfo, .header_info {
  background: #fddfcb;
}

td.headerInfo, .header_info {
  font-size: 20px;
  background: #fddfcb;
  font-weight: 400;
  text-align: left;
  padding-bottom: 10px;
}

tr.footer {
  background: #bbc3d3;
}

td.footer {
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: 500;
}

.infoBox {
	margin-top: 4px;
    background: rgb(74, 69, 50);
    box-sizing: border-box;
}

.infoBoxContents {
  background: rgb(254, 230, 214);
  font-size: 10px;
}

#cart_shipping_address td.main, #cart_billing_address td.main {
	padding: 10px;
	box-sizing: border-box;
}

#cart_gvc table {
	padding: 10px;
	box-sizing: border-box;
}

#gift_cards input[type=text] {
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
	padding: 3px;
}

textarea {
	resize: none;
	width: 100%;
	height: 100px;
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
	padding: 3px;
	border: 1px solid #ccc;
}
	
#gift_cards table {
	width: 100%;
	max-width: 444px;
}
	
#gift_cards td {
	font-size: 18px;
	line-height: 27px;
}

.form_label {
	font-weight: 400 !important;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNotice, .infoBoxNotice table {
	max-width: 100% !important;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

td.infoBoxHeading, .infoBoxHeading {
	display: block;
  	font-size: 20px;
  	font-weight: 300;
  	border-bottom: 1px solid rgb(207, 190, 172); 
  	clear: both;
  	text-align: center;
  	padding-bottom: 2px;
}

td.infoBox, span.infoBox {
  font-size: 10px;
}

tr.accountHistory-odd, tr.addressBook-odd, tr.alsoPurchased-odd, tr.payment-odd, tr.productListing-odd, tr.productReviews-odd, tr.upcomingProducts-odd, tr.shippingOptions-odd {
  background-color: rgb(254, 230, 214);
}

tr.accountHistory-even, tr.addressBook-even, tr.alsoPurchased-even, tr.payment-even, tr.productListing-even, tr.productReviews-even, tr.upcomingProducts-even, tr.shippingOptions-even {
  background-color: rgb(254, 230, 214);
}

table.productListing {
  border: 0px;
  border-style: dashed;
  border-color: #CA9069;
  box-sizing: border-box;
  width: 100%;
}

.productListing-heading {
  font-size: 14px;
  background: #FDDFCB;
  font-weight: 500;
}

td.productListing-data {
  font-size: 16px;
  vertical-align: top;
}

td.productListing-data .cart_attribute {
	font-size: 14px;
}

td.productListing-data.cart_price {
	padding-top: 5px;
	line-height: 23px;
}

.cart_image {
	width: 150px;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}

.cart_image img {
	display: block;
	width: 100%;
	height: auto;
	border: 0px solid #660033;
	max-width: 150px;
	box-sizing: border-box;
}

td.pageHeading, div.pageHeading, .page_heading {
  font-size: 30px !important;
  font-weight: 400;
  padding: 0;
}

h1.pageHeading {
	font-size: 24px;
	padding-top: 0;
	margin-top: 0;
	line-height: 30px;
	font-weight: 400;
}

h2.pageHeading {
	margin: 0;
}

tr.subBar {
  background: #f4f7fd;
}

td.subBar {
  font-size: 12px;
  color: #000000;
}

.main h2 {
	font-size: 24px;
	line-height: 30px;
}

td.main, p.main, .main {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400 !important;
}

td.smallText, span.smallText, p.smallText, .smallText, .small_text {
  font-size: 16px;
  line-height: 19px;
  font-weight: 300 !important;
}

td.smallText .image {
	margin-bottom: 6px;
}

.smallText2 {
  text-decoration: none;
}

.smallText2 span {
    font-weight: normal;
}

td.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

td.fieldKey {
  font-size: 12px;
  font-weight: 500;
}

td.fieldValue {
  font-size: 12px;
}

td.tableHeading {
  font-size: 12px;
  font-weight: 500;
}

span.newItemInCart {
  font-size: 12px;
  color: #ff0000;
}

checkbox, input, radio, select {
  font-size: 16px;
}

textarea {
  width: 100%;
  font-size: 16px;
  padding: 4px;
}

span.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: 500;
}

table.formArea {
  background: #f1f9fe;
  border-color: rgb(75, 70, 51);
}

td.formAreaTitle {
  font-size: 12px;
  font-weight: 500;
}

span.markProductOutOfStock {
  font-size: 20px;
  color: rgb(189, 101, 24);
  font-weight: 400;
}

span.productSpecialPrice {
  font-weight: 300 !important;
  font-size: 16px;
}

#products_stock {
	font-size: 16px; 
	font-weight: regular !important; 
	line-height: 18px;
}

#final_discontinued {
	padding-top: 16px;
	font-size: 14px;
}

span.errorText {
  color: #ff0000;
}

.moduleRow { }

.moduleRowOver { 
	background-color: #fddfcb; 
	cursor: pointer; 
	cursor: hand; 
}

.moduleRowSelected { 
	background-color: #fddfcb; 
}

.checkoutBarFrom, .checkoutBarTo { 
	font-size: 14px; 
}

.checkoutBarCurrent { 
	font-size: 14px; 
}

/* message box */

.messageBox { 
	font-size: 10px; 
}

.messageStackError, .messageStackWarning, .messageStackSuccess { 
	font-size: 18px;
	line-height: 27px;
	font-weight: 400 !important;
	background: #FFE6E6;
	box-sizing: border-box;
}

/* input requirement */

.inputRequirement { 
	font-size: 10px; 
	color: rgb(189, 101, 24); 
}

.highlightText {    
   color: #f0a480;
   cursor: hand; 
   cursor: pointer;
}

.question {  
    margin: 0;  
    padding: 0 0 2px 0; 
}

.answer {  
    margin: 0;  
    padding: 0 0 14px 0;
    font-weight: 300;
    font-size: 18px;
}

.open_img {
	display: none;
}

.close_img {
	display: inline-block;
}

.infoBoxContents td.smallText img{
	width: 158px;
	height: 210px;
}

.each:after {
	content: " each";
	font-size: 24px;
}

.each.sale:after {
	font-weight: 600;
}

.logo {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CA9069;
}

#home_bestsellers, #home_welcome {
	margin: 0 0 0 0;
}

#home_welcome {
	position: relative;
	display: block;
	background-color: #FDE6D6;
	border: 0px dashed #ca9069;
	padding: 0;
	box-sizing: border-box;
	width: 100%;
	height: 380px;
	background: url(/catalog/images/home_about_us_bg_image.jpg) no-repeat;
	background-position: left;
}

#home_welcome_content {
	display: table;
	float: right;
	top: 0;
	right: 0;
	width: 50%;
	z-index: 2;
	height: 100%;
	padding: 0 5%;
	box-sizing: border-box;
}

#home_welcome_text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#home_welcome a.button_primary {
	display: inline-block;
}

#home_welcome_text p {
	font-size: 20px;
}

#fzf_welcome {
	position: relative;
	display: block;
	background-color: #FDE6D6;
	border: 0px dashed #ca9069;
	padding: 0;
	box-sizing: border-box;
	width: 100%;
	height: 765px;
	background: url(/catalog/images/404_bg_image.jpg) no-repeat;
	background-position: center;
}

#fzf_welcome_content {
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	z-index: 2;
	height: 50%;
	padding: 5%;
	box-sizing: border-box;
}

#fzf_welcome_text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.8);
	padding: 5%;
}

#fzf_welcome a.button_primary {
	display: inline-block;
}

#fzf_welcome_text p {
	font-size: 20px;
}

.image {
	display: block;
	box-sizing: border-box;
	border: 0px solid #660033;
}

.about_title {
	font-size: 30px;
	letter-spacing: .5px;
	padding-top: 40px;
}

.aboutText p, .aboutText a, .aboutText {
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
}

.aboutText {
	border-top: 0px dashed #867D5C;
	border-right: 0px none #867D5C;
	border-bottom: 0px none #867D5C;
	border-left: 0px none #867D5C;
}

.aboutText h3 {
	font-weight: 600 !important;	
	padding-top: 30px;
}

.aboutTableDashed {
	border-top: 1px dashed #867D5C;
	border-right: 1px dashed #867D5C;
	border-bottom: 1px dashed #867D5C;
	border-left: 1px dashed #867D5C;
}
.aboutBackgroundLeftColumn {
	background-image: url(../images/policy_about_flower.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #867D5C;
	border-right-color: #867D5C;
	border-bottom-color: #867D5C;
	border-left-color: #867D5C;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.productDetailHeader {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 12pt;
	font-weight: 500;
	text-decoration: none;
	font-style: italic;
	text-align: center;
	border: 0px none;
}

.productDetailTableDashed {
	border: 1px dashed #CA9069;
	box-sizing: border-box;
	padding: 10px;
	width: 404px;
}

.productDetailTableDashed2 {
	border-top: 0px;
	border-right: 1px dashed #867D5C;
	border-bottom: 1px dashed #867D5C;
	border-left: 1px dashed #867D5C;
}

.borderstraightline {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CA9060;
	border-right-color: #CA9060;
	border-bottom-color: #CA9060;
	border-left-color: #CA9060;
	box-sizing: border-box;
}

.textmain {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px top;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	margin-right: 30px;
	margin-top: 5px;
	margin-left: 10px;
	text-align: left;
	border: 0px none;
}

.textmain p {
	margin-left: 40px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 0px;
	border: 0px none;
}

.testimonialText {
	font-size: 12pt;
	font-weight: normal;
	color: #867d5c;
}

.pdText {
	font-size: 16px;
	line-height: 23px;
}

.pdText ul {
	list-style: none;
	padding-left: 20px;
}

.pdText li {
	padding-left: 0;
	padding-bottom: 10px;
	list-style-type: none;
	position: relative;
	margin: 0;
	margin-right: 20px;
}

.pdText li::before {
	content: "\2022   "; 
	color: rgb(144, 134, 117);
	position: absolute;
	left: -20px;
}

.gvc_payment ul {
	list-style: disc;
	padding-left: 20px;
}

.gvc_payment li {
	padding-left: 0;
	padding-bottom: 10px;
	list-style-type: disc;
	position: relative;
	margin: 0;
	margin-right: 20px;
}

.gvc_id {
	font-family: courier;
}

.landingPageHeading {
  font-style: italic;
  font-size: 16pt;
  font-weight: 500;
}

.mainBody {
	padding: 0px;
	vertical-align: top;
	padding-top: 20px;
}

.leftNav {
	font-size: 10pt;
	border-bottom: 20px;
	vertical-align: top;
	padding-right: 10px;
}
.fillSlot1 {
	vertical-align: top;
}

.fillSlot2 {
	vertical-align: top;
}

.fillSlot3 {
	vertical-align: top;
}

.fillSlot4 {
	vertical-align: top;
}

.fillslot {
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	width: 100%;
	box-sizing: border-box;
	font-size: 18px;
}

.fillslot table td {
	padding: 0;
}

.currentCategory {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11pt;
}

.topDottedRow {
	border-top-style: dotted;
	border-top-color: #CA9069;
	border-top-width: 2px;
}

.bottomDottedRow {
	border-bottom-style: dotted; 
	border-bottom-color: #CA9069;
	border-bottom-width: 2px;
}

.white_background {
	background:#FDDFCB;
}

.indexPagePrice {
	font-weight: 300 !important;
	font-size: 16px;
}

.gatewayBottom {
	background-image: url(../images/stiches/stich_bottom.gif);
	background-repeat: repeat-x;
}

.gatewayLeft {
	background-image: url(../images/stiches/stich_left.gif);
	background-repeat: repeat-y;
}
.gatewayRight {
	background-image: url(../images/stiches/stich_right.gif);
	background-repeat: repeat-y;
}
.gatewayTop {
	background-image: url(../images/stiches/stich_top.gif);
	background-repeat: repeat-x;
}

.prev_next a {
	text-align: right;
 	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-decoration:none;
	margin: 0 0 10px 0;
	display: inline-block;
	float: right;
	padding: 5px 5px 4px 5px;
	line-height: 12px;
	background-color: rgb(232, 138, 56);
	text-decoration: none;
	box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08); 
	border: 1px solid rgb(255, 255, 255);
}

.prev_next a:hover {
	color: #fff;
	background-color: rgb(134, 125, 86);
	text-decoration: none;
	box-shadow: 0 2px 3px rgba(50,50,93,.11), 0 0px 1px rgba(0,0,0,.08); 
	transform: translateY(1px);
}

.shop_print {
	margin-bottom: 27px;
}

.shop_print SmallText {
	font-size: 12px;
	color: #333333;	
}

.shop_print SmallText a:hover {
	font-size: 12px;
	color: #333333;	
}

.text_center{
	text-align: center;
 	font-size: 12px;
	font-weight: 500;
	text-decoration:none;
}

.question {
	cursor: pointer;
	font-weight: 500;
}

.answer{
    margin-left: 20px;
}

/* Reduced thumbnail indicator */

.no_thumb {
	border-top: 3px solid #000;
}

/* MailChimp Swatch Offer */
form#swatch_offer #form_intro {
	font-size: 18px;
}

form#swatch_offer #form_intro p {
	margin-bottom: 0;
}

form#swatch_offer .infoBox {
	background: transparent;
}

form#swatch_offer input[type=text] {
	width: 100%;
}

form#swatch_offer #swatch_offer_info_fields {
	width: 70%;
}

form#swatch_offer textarea {
	resize: none;
	width: 100%;
	height: 100px;
	border: 1px solid #ccc;
}

img.swatch_image {
	display: block;
	padding: 20px;
	margin: 0;
	border: 0px solid rgb(75, 70, 51);
	width: 100%;
	max-width: 600px;
	height: auto;
	box-sizing: border-box;
}

.swatch_image_table {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 10px 0;
}

.swatch_image_table:hover {
	background: #fddfcb;
	cursor: pointer;
}

.swatch_image_table_radio {
	width: 60%;
	box-sizing: border-box;
}

.swatch_image_table_detail {
	width: 40%;
	padding: 20px 20px 20px 0;
	box-sizing: border-box;
}

.swatch_image_table_selected {
	background: #fddfcb;
	border: 1px solid rgb(75, 70, 51);
}

.swatch_image_table table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}	

#swatch_submit_table {
	margin: 0 0 40px 0;
}

form #form_errors {
	font-size: 16px;
	font-weight: 600;
	padding-top: 10px;
}

/* GATEWAY */

#gateway_head {
	width: 100%;
	padding: 20px 0 20px 0;
	box-sizing: border-box;
	margin: 0 0 20px 0;
}

#gateway_nav {
	float: left;
	width: 40%;
	box-sizing: border-box;
	text-align: center;
	padding: 0 20px;
}

#gateway_nav_top, #gateway_nav_bot {
	display: inline-block;
	font-size: 24px;
}

#gateway_nav_categories {
	display: inline-block;
	margin: 0 0 20px 0;
	text-align: left;
}

.gateway_nav_category a {
	font-size: 24px !important;
}

#gateway_bestseller {
	float: right;
	max-width: 480px;
	width: 60%;
	box-sizing: border-box;
	padding: 0 20px;
}

#gateway_bestseller img {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
}

.gateway_body_heading {
	padding: 0 0 6px 16px;
	box-sizing: border-box;
	margin: 0 0 10px 0;
	font-size: 24px;
	text-align: left;
	width: 100%;
}

.gateway_body_heading a {
	font-size: 16px;
}

#button_view_all {
	width: 100%;
	text-align: center;
	padding: 0 10px 30px 10px;
	box-sizing: border-box;
}

.button_view_all {
	display: inline-block !important;
}

/* DIRECTORY */

#directory_content {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}

#directory_header {
	display: block;
	border-top: 0px dotted #CA9069;
	border-bottom: 0px dotted #CA9069;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	padding: 4px 0 4px 0;
}

#directory_title {
	width: 100%;
	padding: 0 20px 0 40px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	margin: 0 auto;
}

#directory_description {
	display: block;
	width: 100%;
	padding: 0 40px 10px 40px;
	text-align: left;
	margin: 0 auto;
	box-sizing: border-box;
}

#directory_description p {
	font-size: 18px;
}

#directory_description b {
	font-weight: 500;
}

#directory_promo {
	width: 100%;
	margin: 0 auto;
}

#directory_promo img {
	padding: 0;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

#shop_by_nav {
	font-size: 16px;
	text-align: right;
	margin: 0 10px 20px 0;
	font-weight: 600;
}

#shop_by_nav a {
	font-weight: 400;
}

#specials_more_header, #loader_div {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-top: 30px;
}

#specials_more_footer {
	text-align: center;
}

.show_more_link {
	font-size: 18px;
	font-weight: 400;
	cursor: pointer;
}

/* SHOP BY PRINT */

#shop_by_print {
	padding: 22px 0;
}

#shop_by_print table {
	width: 100%;
}

#shop_by_print_hero img {
	display: block;
	width: 100%;
}

.shop_by_print_icon {
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	width: 15%;
	vertical-align: middle;
	font-size: 21px;
	line-height: 30px;
}

.shop_by_print_icon img {
	display: block;
	width: 72%;
	max-width: 72px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}

#shop_by_print_head {
	font-size: 22px;
}	

.shop_by_print {
	clear: both;
	padding: 20px 40px 20px 20px;
	box-sizing: border-box;
	width: 100%;
	margin: 20px 0 0 0;
}

.shop_by_print_image {
	float: left;
	width: 55%;
	box-sizing: border-box;
	padding: 0 45px 0 0;
}

.shop_by_print_description {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 45%;
	box-sizing: border-box;
	padding: 0 0 0 0;
	padding-top: 45px;
	margin-bottom: 40px;
}

.shop_by_print_collection {
	font-size: 22px;
	font-weight: 400;
	margin: 20px 0 13px 0;
	text-transform: uppercase;
	padding-bottom: 9px;
	border-bottom: 1px solid rgb(75, 70, 51);
}

.shop_by_print_discontinued {
	font-size: 20px;
	margin: 20px 0 20px 0;
}


.shop_by_print_image img {
	display: block;
	width: 100%;
	height: auto;
}

/* COLLECTION */

#collection_head {
	width: 100%;
	margin: 0 auto 30px auto;
}

#collection_head_left {
	width: 60%;
	box-sizing: border-box;
	float: left;
	padding: 0 20px 0 0;
	max-width: 620px;
}

#collection_head_left img {
    margin: 0 0 10px;
    width: 100%;
}

#collection_head_right {
	width: 40%;
	box-sizing: border-box;
	float: right;
	padding: 10px 20px;
	font-size: 16px;
}

#collection_head_right ul {
	margin-left: -23px;
}


#collection_head_right li {
	margin-bottom: 10px;
}

#collection_head_right a {
	color: rgb(75, 70, 51);
	text-decoration: none;
}

#collection_head_right a:hover {
	text-decoration: underline;
}

#collection_head_right li span {
	color: rgb(189, 101, 24);
}

/* PRODUCT INFO */

#product_imagery {
	width: 60%;
	max-width: 620px;
	float: left;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	font-size: 16px;
}

#product_imagery img {
	display: block;
	width: 100%;
	height: auto;
}

#product_info {
	float: right;
	width: 40%;
	max-width: 420px;
	margin: 0 0 20px 0;
	box-sizing: border-box;
}

#product_info select {
  margin-top : 8px;
  width : 100%;
  height : 30px;
}

#product_info .col_left, #product_info .col_right {
	width: 50%;
}

#product_desc {
	float: left;
	width: 100%;
	margin: 20px 0 54px 0;
}

#product_desc em b {
	font-style: normal;
	font-weight: 600 !important;
	font-size: 16px;
	line-height: 23px;
}

.product_info_box {
	border: 0px dashed #CA9069;
	box-sizing: border-box;
	padding: 10px 20px;
	width: 404px;
}

#product_swatch {
	font-size: 18px;
	margin: 20px 0 0 0;
	text-align: center;
}

.button_responsive {
    display: block;
    font-size: 18px;
    color: rgb(255, 255, 255);
    background-color: rgb(134, 125, 86);
    padding: 8px 30px 8px 30px;
    margin: 10px 0 10px 0;
    border: 1px solid rgb(255, 255, 255);
    transition: all .15s ease;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08); 
    text-decoration: none;
    cursor: pointer; 
    cursor: hand;
    width: auto;
    box-sizing: border-box;
    letter-spacing: .5px;
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
    transition: color .4s ease-out, background .4s ease-in;
}

.button_primary {
	background-color: rgb(232, 138, 56);
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255) !important;
}

a:hover .button_primary {
	text-decoration: none !important;
}

.button_primary:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(134, 125, 86);
	text-decoration: none;
	transform: translateY(1px);
	box-shadow: 0 2px 6px rgba(50,50,93,.1), 0 0px 1px rgba(0,0,0,.08);
}

#button_checkout_confirmation.processing {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(134, 125, 86) !important;
	text-decoration: none !important;
	transform: translateY(1px) !important;
	box-shadow: 0 2px 6px rgba(50,50,93,.1), 0 0px 1px rgba(0,0,0,.08) !important;
}

#product_info .button_primary {
	font-size: 20px;
	width: 100%;
}

#product_price_original {
	font-size: 16px;
	text-decoration: line-through;
}

#product_price_discount {
	font-size: 16px;
	font-weight: 600;
}

#product_price_sale {
	font-weight: 600;
	font-size: 24px;
}

#product_grouping {
	font-size: 14px;
	margin-bottom: 15px;
}

#product_options {
	font-size: 14px;
	margin-bottom: 0px;
}

#price_dropdown {
	margin-bottom: 32px;
}

#price {
	font-size: 24px;
}

#product_add_to_cart {
	margin-top: 30px;
}

/* Checkout */

#button_checkout, #button_logoff, #button_contact_us, #button_continue {
	float: right;
	width: 256px;
}

#checkout_button {
	float: right;
	display: inline-block;
}

#button_update {
	display: inline-block;
	float: right;
	width: 150px;
}

#checkout_stock {
	width: 60%;
	box-sizing: border-box;
	padding: 6px 10px;
}

#checkout_subtotal {
	width: 40%;
	box-sizing: border-box;
	padding: 6px 10px;
}

#checkout_stock {
	float: left;
}

#checkout_subtotal {
	float: right;
	text-align: right;
}

#checkout_subtotal td {
	white-space: nowrap;
}

#shopping_cart .productListing .cart_quantity_field select {
	width: 60px;
	height: 30px;
	padding: 4px 4px 6px 4px;
	box-sizing: border-box;
	font-size: 16px;
}

#shopping_cart .stock_message, #shopping_cart .update_message {
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
}

#shopping_cart #messages {
	font-size: 14px;
}

#shopping_cart #product_matches {
	margin-top: 44px;
}

.checkout_head {
	font-size: 24px;
}

.checkout_subhead {
	font-size: 20px;
}


/* Product Matches */

#product_matches {
	margin: 30px 0 0 0;
}

#product_matches .infoBox {
	padding: 0 !important;
	width: 100%;
	background: none;
}

#product_matches .infoBoxContents {
	padding: 30px 0px;
	background: none;
}

#product_matches .infoBoxContents tr {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

#product_matches .infoBoxContents td {
	display: block;
	flex-grow: 0;
	float: left;
	width: 20%;
	padding: 0 10px 0 10px;
	box-sizing: border-box;
	max-width: 229px;
	margin-bottom: 0;
}

#product_matches .infoBoxContents td .image {
	display: block;
	width: 100%;
	height: auto;
}

.product_testimonial {
	margin: 0 0 46px 0;
	padding: 0 0 46px 0;
	border-bottom: 1px dashed #ca9069;
}

.product_testimonial p {
	font-size: 16px;
	clear: left;
}

.product_testimonial_title {
	margin: 0 0 20px 0;
	box-sizing: border-box;
}

.product_testimonial_title .reviewer {
	font-weight: 500;
	font-size: 20px;
}

.product_testimonial_title .location {
	font-weight: 300;
	font-size: 20px;
}

.product_testimonial_title .date {
	font-weight: 300;
	font-size: 16px;
}

.product_testimonial_image {
	float: right;
	display: inline-block;
	box-sizing: border-box;
	clear: left;
	max-width: 222px;
	width: 100%;
}

.product_testimonial_image img {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.product_testimonial_detail {
	float: right;
	display: inline-block;
	box-sizing: border-box;
	clear: left;
	padding: 6px 0 20px 20px;
	width: 100%;
	max-width: 222px;
}

.product_testimonial_name a {
	font-weight: 600;
	margin-bottom: 20px;
	font-style: italic;
}

#product_testimonials_heading {
	margin: 0 0 30px 0;
}

#product_testimonials_heading_left {
	margin-bottom: 10px;
}

#product_testimonials_heading_right {
	text-align: right;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 500 !important;
	height: 20px;
}

#product_testimonials_footer #header {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

#product_testimonials_footer #nav {
	text-align: center;
}

#product_testimonials_footer p, #product_testimonials_footer a, #product_testimonials_closing {
	font-size: 18px;
	font-weight: 400;
}

#loader_div {
	margin-top: 4px;
}

/* TOOLTIP */


.help_tip {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 111px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	z-index: 999;
}

.help_tip::before {

	content: "(Check Availability)";
}

.help_tip .message {
	display: none;
	text-align: left;
	background-color: rgb(75, 70, 51);
	padding: 16px 30px 20px 20px;
	width: 280px;
	position: absolute;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	left: -153px;
	color: rgb(255, 255, 255);
	font-size: 16px;
	line-height: 1.4;
	margin-top: 8px;
}

.help_tip .message::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom-color: rgb(75, 70, 51);
	left: 181px;
	top:-12px;
}

.help_tip .message::after {
	width: 100%;
	height: 40px;
	content: '';
	position: absolute;
	top: -40px;
	left: 0;
}

.help_tip .message a {
	color: rgb(255, 255, 255);
	text-decoration: underline;
}

.help_tip_close::before {
	font-family: slick;
	font-size: 24px;
	content: '\2715';
	color: rgb(255, 255, 255);
}

.help_tip_close {
	display: block;
	position: absolute;
	top: 4px;
	right: 5px;
	width: 24px;
	height: 24px;
	line-height: 1;
}

@-webkit-keyframes fadeIn {
	0% { 
		opacity:0; 
		transform: scale(0.6);
	}

	100% {
		opacity:100%;
		transform: scale(1);
	}
}

@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:100%; }
}

/* PRODUCT INFO CAROUSEL */

#product_detail {
	max-width: 620px;
	width: 100%;
	margin: 0 0 5px 0;
	left: 0;
}

.product_detail_item img {
	width: 100%;
	border: 0px solid #660033;
	box-sizing: border-box;
	max-width: 600px;
}

#product_detail_nav_caption {
	font-size: 18px;
	text-align: center;
}

#product_detail_nav {
    border: 0 none;
    border-collapse: collapse;
    box-sizing: border-box;
    margin: 5px auto;
    max-width: 329px;
    padding: 0;
    width: 100%;
}

.product_detail_nav_item {
	padding: 0 5px;
	box-sizing: border-box;
}

.product_detail_nav_item img {
	display: block;
	border: 0px solid #660033;
	box-sizing: border-box;
	max-width: 60px;
	margin: 0 auto;
}

#product_detail_nav .slick-prev::before, #product_detail_nav .slick-next::before {
	-moz-osx-font-smoothing: grayscale;
	font-family: "slick";
	font-size: 24px !important;
	height: 66px !important;
	line-height: 1;
	opacity: 0.75;
} 

#product_detail_nav .slick-prev {
	left: -18px;
	width: 20px !important;
	height: 60px !important;
	top: 16px !important;
}

#product_detail_nav .slick-next {
	right: -18px;
	width: 20px !important;
	height: 60px !important;
	top: 16px !important;
}

.slick-track {
	left: 0 !important;
}

.slick-list {
	padding: 0 !important;
}

.slick-lightbox-slick-img {
	max-width: 100% !important;
	/* padding: 11px 44px; for arrows off image */
	padding: 11px 0;
	box-sizing: border-box;
}

.slick-prev, .slick-next {
	width: 50% !important;
	height: 50% !important;
	max-height: 200px !important;
	max-width: 200px !important;
	z-index: 99;
}

.slick-prev {
	text-align: left;
}

.slick-next {
	text-align: right;
}

.slick-lightbox-close {
	height: 30px !important;
}

.slick-lightbox-close::before {
	font-size: 30px !important;
}

.slick-next::before {
    content: "\00bb" !important;
    font-size: 30px !important;
    font-weight: 600 !important;
}

.slick-prev::before {
    content: "\00ab" !important;
    font-size: 30px !important;
    font-weight: 600 !important;
}

.slick-lightbox-slick .slick-prev::before {
	padding-left: 30px;
}

.slick-lightbox-slick .slick-next::before {
	padding-right: 30px;
}

/* BLOCK PRINTING */

.block_printing_nav {
	max-width: 450px;
	width: 100%;
	margin: 20px auto;
}

.block_printing_nav td, .block_printing_nav a {
	font-size: 16px;
}

.block_printing_nav table {
	width: 100%;
}

#block_printing_image {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
}

#block_printing_image img {
	display: block;
	width: 100%;
	height: auto;
}

#block_printing_text {
	width: 100%;
	max-width: 450px;
	margin: 30px auto;
	clear: both;
}

/* CART */

#account .moduleRow td, #account_orders td, .order_info_detail td, .order_info_title td {
	display: block;
	float: none;
	width: 100%;
	text-align: left;
}

#cart_login form {
	display: block;
}

#cart_login_head {
	display: block;
	width: 100%;
}

#cart_login_head_left {
	display: block;
	float: left;
	width: 70%;
}

#cart_login_head_right {
	display: block;
	float: right;
	width: 30%;
}

#cart_login_head_right img {
	display: block;
	float: right;
}

#cart_login_new_customer, #cart_login_returning_customer {
	width: 50%;
	box-sizing: border-box;
	float: left;
}

#cart_login_new_customer .info_box, #cart_login_returning_customer .info_box {
	border: 1px solid rgb(75, 70, 51);
	padding: 20px;
	height: 333px;
}

#cart_login_returning_customer {
	padding: 0 0 0 10px;
}

#cart_login_new_customer {
}

#cart_create_account input[type=text], #cart_create_account select{
	width: 80%;
}

#cart_create_account_form_password {
	width: 100%;
}

/* SHOPPING CART */

#shopping_cart_left {
	width: 80%;
	float: left;
	box-sizing: border-box;
	padding: 0 30px 0 0;
}

#shopping_cart_left table {
	width: 100%;
	float: left;
}

#shopping_cart_right {
	width: 20%;
	float: right;
}

#shopping_cart_right_mobile {
	display: none;
}

#product_matches {
	margin: 0 0 0 0;
}

a.remove_item {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/cart_remove_off.png);
	background-size: 100%;
	margin-top: 7px;
}

a.remove_item:hover {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/cart_remove_on.png);
	background-size: 100%;
}

#cart_worry_box .infoBoxHeading, #cart_secure_box .infoBoxHeading {
	width: 100%;
	padding: 4px 8px;
	text-align: center;
}

#cart_worry_box .infoBoxHeading, #cart_secure_box .infoBoxHeading {
	font-size: 20px;
	text-align: left;
	border-bottom: 0;
}

#cart_worry_box .infoBox {
	background: transparent;
}

#cart_worry_box ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0;
}

#cart_worry_box li {
	line-height: 18px;
}

.AuthorizeNetSeal {
	padding: 12px 0 0 0 !important;
	margin: 0 0 !important;
	text-align: left !important;
}

/* FOOTER */

#footer {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0;
}

#footer_top {
	background: url(../images/menu_back.png) repeat-x top center;
	height: 6px;
	width: 100%;
	margin-top: 40px;
}

#footer_copyright {
	margin: 50px 0;
	text-align: center;
	font-size: 16px;
}

#footer_nav {
	margin: 20px 0 0 0;
}

#footer_nav a {
	font-weight: 300;
}

#footer_nav td {
	text-align: center;
	padding: 0 0 8px 0;
}

#footer_nav h3 {
	font-size: 24px;
	margin: 20px 0 20px 0;
	font-weight: 400;
}

#footer_nav p, #footer_nav a {
	font-size: 16px;
}

#footer_cart {
	display: none;
}

#footer_join {
	float: left;
	width: 40%;
	box-sizing: border-box;
	padding-right: 40px;
}

#form_join_email {
	float: left; 
	width: 60%;
	box-sizing: border-box;
	height: 42px;
	padding-right: 2px;
}

#form_join_email input {
	width: 100%;
	margin: 0;
	border: 1px solid rgb(75, 70, 51);
	height: 42px;
	padding: 4px 10px;
}

#footer_join #button_join {
	float: left;
	width: 30%;
	box-sizing: border-box;
}

#form_join_response {
	padding-top: 10px;
	font-size: 16px;
}

.footer_block {
	width: 20%;
	float: left;
	box-sizing: border-box;
	padding-right: 20px;
}

#footer_commmunity {
	padding-right: 0 !important;
}

#footer_follow_us a {
	display: block;
	float: left;
	padding-right: 12px;
	width: 24px; 
	height: 24px;
}

.footer_block a {
	display: block;
}

#contact_us, #contact_us .infoBoxContents {
	font-size: 20px;
	line-height: 26px;
}

#contact_us .question:hover {
	cursor: pointer;
	text-decoration: underline;
}

#email_signup p, #email_signup .infoBoxContents {
	font-size: 20px !important;
	line-height: 26px !important;
}

.faq_content {
	font-size: 18px;
	padding: 0 40px 10px 40px;
}

.faq_testimonial_left {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 30px;
}

.faq_testimonial_left img, .faq_testimonial_right img {
	display: block;
	width: 100%;
}

.faq_testimonial_right {
	float: right;
	width: 50%;
	box-sizing: border-box;
}

#no12days_image {	
	float: left; 
	width: 50%; 
	box-sizing: border-box; 
	padding: 20px 40px 0 0;
}

#no12days_text {	
	float: left; 
	width: 50%; 
	box-sizing: border-box; 
	padding: 0 40px 0 0;
}

#no12days_image {
	float: left; 
	width: 50%; 
	box-sizing: border-box;
}

.yt_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 17px 0 0 0;
}

.yt_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* RESPONSIVE */

@media only screen and (max-width: 1060px) {

	#page {
		padding: 0 20px;
	}
	
	#footer {
		padding-left: 0;
		padding-right: 0;
	}
	
	#form_join_email {
		width: 50%;
	}
		
	input[type=text], input[type=number], textarea {
		font-size: 16px;
	}
	
/* PAGE */

	#page {
		padding: 0 20px;
		margin: 48px 0 0 0;
	}
	
	.breadcrumb {
		margin: 20px 0 0 0;
	}
	
	.prev_next {
		margin: 10px 0;
	}
	
	#product_testimonials_heading_right {
		text-align: left;
	}
	
	.cart_image {
		width: 100px;
	}
	
	#footer_nav #footer_contact td {
		text-align: left;
		font-size: 1.4rem;
	}
	
	#footer_join, #footer_contact {
		display: block;
		width: 555px;
		margin: 0 auto;
		padding-right: 0;
		float: none;
	}
	
	#form_join_email {
    	width: 70%;
	}
	
	.footer_block {
		width: 33%;
	}
	
	#product_imagery {
		width: 60%;
	}
	
	#product_info {
		width: 40%;
	}
	
	.aboutText h3 {
		padding-top: 58px;
	}
	
	.shop_by_print_icon {
		font-size: 18px;
		line-height: 27px;
	}
	
}

@media only screen and (max-width: 768px){

	#shop_by_print_hero.mobile {
		display: none !important;
	}
	
	#shop_by_print_hero.mobile_hide {
		display: block !important;
	}
	
	
	.mobile {
		display: block;
	}
	
	.mobile_hide {
		display: none;
	}
	
	#home_welcome {
		background-position: right; 
	}
	
	#home_welcome_content {
		width: 100%;
		padding: 0 20%;
	}
	
	#home_feature_three a.button_primary {
		width: 80%;
		left: 50%;                   
    transform: translateX(-50%);
	}
	
	#fzf_welcome_content {
		width: 100%;
		padding: 5%;
	}
	
	#gateway_nav {
		width: 50%;
	}
	
	#gateway_bestseller {
		width: 50%;
	}
	
	td.pageHeading, div.pageHeading, .page_heading {
	  font-size: 24px !important;
	}
	
	h1.pageHeading {
		font-size: 24px;
		padding-top: 0;
		margin-top: 0;
		line-height: 30px;
		font-weight: 400;
	}
	
	.gateway_body_heading {
		font-size: 20px;
	}
	
	#shop_by_print_head .mobile {
		text-align: center;
	}
	
	#shop_by_print.mobile {
		padding-left: 22px;
		padding-right: 22px;
	}
	
	#shop_by_print.mobile #shop_by_print_icons {
		display: flex;
		align-items: flex-start;
	}
	
	.shop_by_print {
		padding-right: 20px;
	}
	
	.shop_by_print_icon {
		width: auto;
		font-size: 18px;
		line-height: 27px;
		width: 25%;
		padding: 20px 9px;
	}
	
	.shop_by_print_icon img {
		max-width; 72px;
	}
	
	.shop_by_print_image {
		float: none;
		width: 100%;
		margin: 0 auto 20px auto;
		padding: 20px 40px;
	}

	.shop_by_print_description {
		float: none;
		width: 100%;
		margin: 0 auto;
		padding: 0 40px 20px 40px;
	}
	
	#product_imagery {
		clear: both;
		width: 100%;
		float: none;
		max-width: 420px;
		margin: 0 auto;
		padding: 0;
	}
		
	#product_info {
		clear: both;
		width: 100%;
		float: none;
		max-width: 100%;
	}
	
	.product_info_box {
		border: 0px dashed #CA9069;
		padding: 0;
	}
	
	#product_container {
		border: 0px dashed #CA9069;
		box-sizing: border-box;
		padding: 20px 0;
		width: 100%;
	}
	
	#product_title {
		width: 100%;
		margin: 0 auto 30px auto;
	}

	#collection_head_left {
		width: 100%;
		float: none;
		margin: 0 auto;
		max-width: 420px;
		padding: 0;
	}
	
	#collection_head_right {
		clear: both;
		width: 100%;
		float: none;
		max-width: 100%;
	}
	
	#product_matches .infoBoxContents td .image {
		display: block;
		width: 100% !important;
		height: auto !important;
	}
	
	#shopping_cart_left {
		display: block;
		width: 100%;
		float: none;
		padding: 0 0 0 0;
		clear: both;
	}
	
	#shopping_cart_left table {
		width: 100%;
		float: left;
	}
	
	#shopping_cart_right_mobile {
		display: block;
		clear: right;
	}
	
	#shopping_cart_right {
		display: none;
	}
	
	#shopping_cart_right #cart_worry_box {
		display: table;
		float: left;
		width: 60%;
		padding: 0;
		box-sizing: border-box;
	}
	
	 #shopping_cart_right #cart_secure_box {
		display: table;
		float: left;
		width: 40%;
		padding: 0;
		box-sizing: border-box;
	}
	
	#fb-root {
  		display: none;
	}

	.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style], .fb_iframe_widget iframe div {
  		width: 100% !important;
	}
	
}

@media only screen and (max-width: 700px){
	#product_matches .infoBoxContents .smallText {
		display: block;
		float: left;
		width: 33%;
	}
	
	#no12days_image, #no12days_text {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	
}

@media only screen and (max-width: 640px){

	td.smallText, span.smallText, p.smallText, .smallText, .small_text {
  		font-size: 16px;
  		line-height: 20px;
	}

	#home_feature_three {
		background: transparent;
	}
	
	#home_feature_three #home2, #home_feature_three #home3 {
		width: 100%;
		margin: 0 auto;
		max-width: 522px;
		padding: 0;
		float: none;
	}
	
	#home_feature_three #home2 {
		margin-bottom: 20px;
	}
	
	#header_center, #header_right {
		float: none !important;
		width: 100% !important;
		text-align: center;
	}
	
	#home1 {
		display: none;
	}
	
	#home_feature_three #home1_mobile {
		width: 100%;
		display: block;
	}
	
	#home_feature_three #home1_mobile img {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.home_heading_phrase .home_heading_text {
		white-space: normal;
	}
	
	.home_heading_phrase .home_heading_rule {
		display: none;
	}
	
	#home_banner .desktop {
		display: none;
	}
	
	#home_banner .mobile {
		display: block;
	}

	#directory_title, #directory_description {
		display: block;
		float: none;
		width: 100%;
	}
	
	#directory_title h1 {
		padding: 0;
		margin-bottom: 5px;
	}
	
	#directory_description {
		padding: 0 10px 10px 10px;
	}
	
	#directory_description p {
		margin-top: 0;
	}
	
	#gateway_nav {
		width: 100%;
		float: none;
		padding: 10px;
	}
	
	#gateway_bestseller {
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
		float: none;
	}
	
	#gateway_nav {
		margin: 0 0 30px 0;
	}
	
	.gateway_body_heading {
		text-align: center;
	}
	
	#shop_by_nav {
		float: none;
		font-size: 14px;
		text-align: left;
	}
	
	#product_matches .infoBoxContents .smallText {
		display: block;
		float: left;
		width: 50%;
		max-width: 229px;
		margin: 0 auto 0 auto;
		height: auto;
		clear: right;
	}
	
	.shop_by_print_icon {
		font-size: 14px;
		line-height: 21px;
	}
	
	.shop_by_print_icon img {
		width: 45px;
	}
	
	.shop_by_print_icon:first-of-type {
		padding-left: 0px;
	}
	
	.shop_by_print_icon:last-of-type {
		padding-right: 0px;
	}
	
	.shop_by_print_image {
		padding: 20px 20px;
	}

	.shop_by_print_description {
		padding: 0 20px 20px 20px;
	}
	
	#cart_login_head_left, #cart_login_head_right {
		float: none;
		width: 100%;
	}
	
	#cart_login_head_right img {
		margin: 8px 0 0 0;
		display: block;
		clear: both;
		float: left;
	}

	#cart_login_new_customer, #cart_login_returning_customer {
		width: 100%;
		float: none;
		padding: 0;
	}
	
	#cart_login_new_customer .info_box, #cart_login_returning_customer .info_box {
		height: auto;
	}
	
	#payment_method_form {
		width: 100%;
	}
	
	#cart_create_account_form1 td, #cart_create_account_form_password td, #cart_create_account_head td, #cart_create_account_form_password td, #payment_method_form td {
		display: block;
		float: none;
		width: 100% !important;
		text-align: left;
	}
	
	#cart_create_account input[type=text], #cart_create_account_form_password input[type=text], #payment_method_form input[type=text] {
		width: 90%;
	}
	
	#cart_shipping_address td, 
	#cart_billing_address td, 
	#cart_summary > tbody > tr > td, 
	#cart_summary_billing > tbody > tr > td, 
	#checkout_new_address td, 
	#address_book td,
	#account_history_info_delivery > tbody > tr > td,
	#account_history_info_billing > tbody > tr > td,
	#account_history_info_notes td,
	#account_history_info_heading td {
		width: 100%;
		display: block;
		float: left;
		text-align: left;
		padding: 6px;
	}
	
	#account_history_info_delivery td,
	#account_history_info_billing td {
		text-align: left;
	}
	
	#account_history_info_billing > tbody > tr > td,
	#account_history_info_delivery > tbody > tr > td,
	#account_history_info_notes > tbody > tr > td {
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
	}	
	
	#cart_summary_products {
		padding: 8px 8px 8px 0;
	}
	
	#account_edit_form, #address_book_details_form, #account_password_form, #checkout_new_address_form {
		width: 100%;
		box-sizing: border-box;
	}
	
	#account_edit_form td, #address_book_details_form td, #account_password_form td, #checkout_new_address_form td {
		display: block;
		float: none;
		width: 100% !important;
		text-align: left;
		box-sizing: border-box;
	}
	
	#account_edit_form input[type=text], #address_book_details_form input[type=text], #account_password_form input[type=text], #checkout_new_address_form input[type=text] {
		width: 85%;
		box-sizing: border-box;
	}
	
	#contact_us input[type=text], #contact_us textarea {
		width: 100%;
		box-sizing: border-box;
	}
	
	.footer_block {
		width: 33%;
	}
	
	#footer_join, #footer_contact {
		width: 100%;
		padding-right: 0;
	}
	
	#form_join_email {
		width: 65%;
	}
	
	#footer_copyright {
		text-align: center;
	}
	
	#product_title {
		width: 100%;
		margin: 0 auto 20px auto;
	}
	
	#footer_nav td {
		text-align: left;
	}
	
	#button_checkout, #checkout_button, #button_continue_shopping, #button_checkout_address, #button_checkout_payment, #button_continue, #button_checkout_shipping_address_continue, #button_checkout_payment_address_continue, #button_checkout_confirmation {
		display: block;
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	
	#button_checkout_confirmation {
		margin-top: 12px;
	}
	
	#checkout_bar {
		display: none;
	}
	
	form#swatch_offer #swatch_offer_info_fields {
		width: 100%;
	}
	
	.faq_content {
		padding: 0;
	}

.faq_testimonial_left {
	float: none;
	width: 100%;
	box-sizing: border-box;
	padding-right: 0;
	padding-bottom: 10px;
}

.faq_testimonial_right {
	float: none;
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 30px;
}
	
}

@media only screen and (max-width: 480px) {
	
	#header_logo_responsive img {
		margin-top: 2px;
		max-width: 222px;
	}
	
	#product_info img {
		display: none;
	}
	
	#product_title img {
		display: none;
	}
	
	#product_title td {
		width: auto;
	}
	
	#product_info .borderstraightline td {
		width: auto;
	}
	
	#product_info .borderstraightline td.main {
		width: 100%;
	}
	
	#product_info .col_left {
		display: block;
		float: right;
		width: 100%;
	}
	
	#product_info .col_right {
		display: block;
		float: left;
		width: 100%;
		margin-bottom: 10px;
		padding-left: 0;
		margin-left: 0;
	}
	
	#product_matches .infoBoxContents .smallText {
		width: 100%;
		float: none;
		padding-left: 0;
		padding-right: 0;
		clear: left;
	}
	
	.product_testimonial_image {
		display: block;
		float: left;
		max-width: 200px;
		padding-left: 0;
	}
	
	.product_testimonial p {
		clear: both;
	}
	
	.product_testimonial_image img {
		margin-left: 0;
	}
	
	.shop_by_print_image {
		padding: 10px 10px;
	}

	.shop_by_print_description {
		padding: 0 10px 10px 10px;
	}
	
	.add_to_cart {
		width: 100%;
		margin: 10px 0;
	}
	
	#checkout_subtotal {
		width: 100%;
	}
	
	#form_join_email {
		width: 100%;
		display: block;
		margin-bottom: 4px;
	}
	
	#form_join .button_primary {
		width: 100%;
	}
	
	#footer_follow_us {
		display: block;
		width: 100%;
		padding-right: 0;
	}
	
	#footer_follow_us h3 {
		display: block;
		float: left;
		margin-right: 20px;
	}
	
	#footer_follow_us a {
		margin-top: 26px;
		padding-right: 20px;
	}
	
	#footer_help, #footer_community {
		width: 50%;
	}
	
}

@media only screen and (max-width: 380px) {
	
	#gateway_nav, #gateway_bestseller {
		width: 100%;
		float: none;
		padding: 0;
	}
	
	.cart_image {
		width: 0;
		padding: 0;
	}
	
	.cart_image img {
		display: none;
	}
	
	#footer_cart {
		position: fixed;
		display: block;
		left: 0;
		width: 100%;
		bottom: 0;
		height: 36px;
		padding: 0;
		margin: 0;
		color: rgb(103, 101, 54);
		background: rgb(187, 178, 132);
		z-index: 1000;
		border-bottom: 0px solid #000;
		-moz-box-shadow: 0px -2px 2px 1px rgba(0, 0, 0, .10);
		-webkit-box-shadow: 0px -2px 2px 1px rgba(0, 0, 0, .10);
		box-shadow: 0px -2px 2px 1px rgba(0, 0, 0, .10);
		box-sizing: border-box;
		overflow-x: hidden;
	}
	
	#footer_cart a {
		display: block;
		color: #fff;
		width: 100%;
		height: 36px;
		padding: 6px 0 0 10px;
		box-sizing: border-box;
		border-top: 0px solid #fff;
		border-top: 1px solid rgb(103, 101, 54);
		text-align: center;
	}
	
	#cart_login_returning_customer td {
		display: block;
	}

}