@charset "utf-8";
/* CSS Document */

body{ 
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	overflow-x: hidden;
	margin:0;
}
#container  {
	width:100%;
	display:inline-block;
	padding-top:2px;
}
a{
	text-decoration:none;
	color:#C87533;
}
#menu187id47 { display:none;}
.burg { display:inline-block; vertical-align: middle;}
.burg_line{
width: 30px;
  height: 4px;
  background-color: black;
  margin: 5px 0;
}

/* mobile_mega container */
.mobile_mega {
  overflow: hidden;
  background-color: #fff;
  font-family: Arial;
  display:block;
  position:fixed; 
  right:7px; top:7px;
/*  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;*/
  z-index: 1000;
  height:auto;
  
}

.mobile_mega:hover {
/*border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;*/
  transition: .3s;
}

/* Links inside the mobile_mega */
.mobile_mega a {
  float: left;
  font-size: 16px;
  color: #000;
  text-align: center;
  padding: 7px 0px;
  text-decoration: none;
  
}

/* The dropdown container */
.mobile-dropdown {
  float: right;
  overflow: hidden;
 border:1px solid #000;
/* border-radius:5px;*/
}

/* Dropdown button */
.mobile-dropdown .mobile-dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 12px 12px;
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
 
  
}



/* Add a red background color to mobile_mega links on hover */
.mobile_mega a:hover, .mobile-dropdown:hover .mobile-dropbtn {
  background-color: #e55e9a;
  color:#fff;
 /*transition: .1s;*/
  
}

/* Dropdown content (hidden by default) */
.mobile-dropdown-content {
  display: none;
  /*position: absolute;*/
  background-color: #f9f9f9;
  width: 100%;
  right: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  position:fixed;
  overflow-y:auto;
  overflow-y: scroll;
  height:380px;


}

/* Mega Menu header, if needed */
.mobile-dropdown-content .header {
  padding: 5px;
  color: #000;
  display:block;
}

/* Show the dropdown menu on hover */
.mobile-dropdown:hover .mobile-dropdown-content {
  display: block;
  width:85%;
  padding:5px;
  text-align: right;
}

/* Create three equal columns that floats next to each other */
.mobile-column {
  /*float: right;*/
  width: 98%;
  padding: 0px;
  /*background-color: #ccc;*/
  /*height: 250px;*/
  height:auto;
  display:inline-block;
  text-align: left;
  margin:5px 0;
  vertical-align: top;
}

.mobile-column h3 { 
text-align:left;
padding:5px;
margin:0;
font-size:16px;
}

.mobile-column h3 a { padding-right:0px; padding-left:0px; }

.mobile-column ul { list-style:none; margin:0; padding:0; text-align: left; width:100%; column-count: 2; }
.mobile-column ul li { display:inline-block; width:98%; margin:3px 0px; padding:0; vertical-align: top;}
/* Style links inside the columns */
.mobile-column a {
  float: none;
  color: black;
  padding: 5px;
  text-decoration: none;
  display: inline-block;
  text-align: left;
  /*width:45%;*/
  
}

/* Add a background color on hover */
.mobile-column a:hover {
   background-color: #e55e9a;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


#pageheader  {
	height:auto;
	display:inline-block;
	margin-bottom:10px;
	width:100%;
}

#logo { width:99%;}
#logo img {width:auto; height:auto; max-width:90%;}
#searchwrapper { widtH:100%; text-align: center; }
#search {width:70%; margin-left:15%;}
#search input {line-height: 180%; padding-left: 3px; width:80%; border-radius:10px;}
.search_img { float:right; margin-left:0px; height:26px; width:auto; height:auto; max-height:25px; max-width:25px;}

#address {/*clear:both; height:auto; padding-top:5px; width:100%; text-align:center; display:inline-block; margin:none; float:none;*/ display:none; height:0;}

#index_slider{background-color:#ffffff;height:320px;}

#indexproducts  {
	border-top:dotted;
	border-top-color:#5d56a5;
	white-space:nowrap;
}
.indexproductcontainer  {
	width:175px;
	border:#5d56a5;
	padding:20px;
	display:inline-block;
}

#slidercase  {
	background-color:#fff;
	padding-top:10px;
	display:inline-block;
	border-right:2px solid #a851a4;
	border-bottom:2px solid #a851a4;
	border-left:2px solid #a851a4;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
#slider {width:280px; }
	
#index_products { text-align:center;   width:100%; 
   display:  inline-block;}
#index_prod_box { width:95%; height:auto; display:inline-block; }
#index_prod_box img { width:auto; height:auto; max-width:98%; }

#index_CTA { width:98%; display:inline-block; height:auto; margin:10px; }
#mycarttext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#a851a4;
}
		


.contenttxt {
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:14px;*/
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
.altpricewarning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333;
	text-decoration: none;
	font-style:italic;
}



#pgfooter  {
	width:95%;
	text-align:center;
}

.addresstxt  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	/*color:#a851a4;*/
}

.searchtxt  {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	/*color: #a851a4;*/
	font-weight: bold;
}

.bottomcontenttxt  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	padding-top:3px;
	padding-bottom:6px;
	width:80%;
	
}

.bottomnavtxt  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	padding-top:3px;
	padding-bottom:3px;
}

.headertxt  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:115%;
	font-weight:bold;
	padding-top:30px;
	text-align:left;
}
.indexbutton:hover {
	opacity:.7;
	filter:alpha(opacity=70); /* for the glue eater */
}
.indexbutton {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.header_txt  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:125%;
	font-weight:bold;
	/*padding-top:30px;*/
	text-align:left;
	
}



#buttonmatrix  {
	height:auto;
	display:block;
}

.indexbutton { width:47%; }

.areasweserve  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
}

#footer  {
	width:100%;
	margin-bottom:20px;
	padding-top:20px;
	padding-bottom:20px;
	clear:both;
}

#footer_main{
	padding:10px;	
	display:block;
	text-align:center;
	border-bottom:solid 1px #98ce77;
	border-top:solid 1px #98ce77;
}

.footer_txt  {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}

#footer_block1  {
	width: 90%;
	text-align: center;
	padding-left:10px;
	display:block;
	color: #000;
	line-height:150%;
	vertical-align:top;
}

#footer_block2  {
	width: 90%;
	text-align:center;
	vertical-align:top;
	padding-right:10px;
	padding-left:10px;
	display:block;
}

#footer_block3  {
	text-align:left;
	padding-left:10px;
	display:block;	
	width: 90%;
	vertical-align:top;
}

.sauce_txt  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #000;
}

#centercontent  {
	width:95%;
	padding:10px;
	background-color:#fff;
/*	border:solid 3px #a851a4;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
*/	clear:both;
	/*min-height:450px;*/
}
#facebook_button { clear:both;}
#user_header {  }
#user_footer { clear:both; }

#socialicontab  {
	padding:10px;
	background-color:#fff;
	border-bottom:2px solid #C87533;
	border-left:3px solid #C87533;
	border-right:1px solid #C87533;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	margin-right:10px;
	width:42px;
	float:left;
}
	
.ordertxt  {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:110%;
}

.m99link{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	color: #000000;
	padding: 5px;
	margin-top: 10px;
}

/*Cat styling */

.cat_item  {padding:5px;white-space:normal;display:block;text-align:center;width:95%; height:auto;}
.cat_row  {display:block;}
#catimage { max-width:95%; max-height:200px; width:auto; }
#addon_section { clear:both; width:98%; }


.dotted_separator {
border-top: 1px dotted #D3D3D3;
width:12px;
line-height:3px;
}
.line_separator {
border-bottom: solid 1px #D3D3D3;
}

.cat_viewall {
font-family:Arial, Helvetica, sans-serif;
font-size:95%;
color:#666;
font-weight:bold;
text-decoration:none;
}
a.cat_viewall:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:95%;
color:#000;
font-weight:bold;
text-decoration:none;
}
.cat_comparebtn {
font-family:Arial, Helvetica, sans-serif;
font-size:95%;
color:#666;
font-weight:bold;
text-decoration:none;
}
a.cat_comparebtn:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:95%;
color:#000;
font-weight:bold;
text-decoration:none;
}

.cat_backbtn {
font-family:Arial, Helvetica, sans-serif;
font-size:95%;
color:#666;
font-weight:bold;
text-decoration:none;
}
a.cat_backbtn:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:95%;
color:#000;
font-weight:bold;
text-decoration:none;
}
.cat_nextbtn {
font-family:Arial, Helvetica, sans-serif;
font-size:95%;
color:#666;
font-weight:bold;
text-decoration:none;
}
a.cat_nextbtn:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:95%;
color:#000;
font-weight:bold;
text-decoration:none;
}

#cat_sortmenu {
font-size:95%;
font-weight:bold;
color:#333;
background:transparent;
border: solid 1px #000000;
padding:1px;
cursor: pointer;
}

.cat_headertxt{
font-family:Arial, Helvetica, sans-serif;
font-size:120%;
color:#333;
font-weight:bold;
text-decoration:none;
padding-top:30px;
}
.cat_productname{
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
color:#000;
font-weight:bold;
}
.cat_fromprice{
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
color:#000;
}
.cat_comparechk{
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
font-style:italic;
color:#000;
}
.cat_pgnumber{
font-family:Arial, Helvetica, sans-serif;
font-size:95%;
color:#333;
font-weight:bold;
text-decoration:none;
}
.cat_pgnumbertxt{
font-family:Arial, Helvetica, sans-serif;
font-size:95%;
color:#333;
font-weight:bold;
text-decoration:none;
}
#cat_sortmenu option { padding: 1px 1px 1px 1px;}
#cat_sortmenu option[selected]{ color:#303030; }
#cat_sortmenu option:nth-child(even) { background-color:#e5e5e5; }
select option { padding: 1px 1px 1px 1px;}
select option[selected]{ color:#303030; }
select option:nth-child(even) { background-color:#e5e5e5; }

/*item styling*/

.header_txt { font-size:120%;}
#product_details {clear:both;padding-top:10px 0; width:90%;font-family: Arial, Helvetica, sans-serif;}
#Product_details_header {text-align:left; border-bottom:solid 1px #BCBCBC; height:25px; font-weight:bold; font-size:110%;}
#product_details_productimage {width:98%;padding-top:10px}
#product_details_productimage img {width:auto; height:auto;}
#product_details_productinfo {width:99%;padding-top:10px;padding-right:8px; clear:both;}
#product_details_productdesc {font-size:110%; padding: 10px 0 10px 0;}
#product_details_pricepoint { font-size:90%; width:99%; clear:both;}
#product_details_price {float:left; padding: 10px 5px; line-height:auto; font-size: 125%; font-weight: bold; }
#product_details_pricedesc { float:left; line-height:auto; font-size: 110%;padding: 10px 5px;}
#product_details_shown {float:left; padding-left: 5px; font-style:italic; font-weight:85%; padding:10px 5px; }
#product_details_pricethumb {float:left;}
#product_details_buy {padding: 10px 0 5px 5px;}
.product_details_productname {font-weight:bold; clear:both;}
.product_details_productid {font-size:95%;}
.product_details_xgtxt {font-style:italic; text-decoration:none; color:#000000;}

#altpricewarning {}
#localcityselect {clear:both; padding: 8px 0;}
#itempage_buybutton {clear:both; padding:5px; width:100%; text-align: center;}
/*#itempage_social {display:inline-block;}*/
#itempage_facebook {padding:5px;}
#itempage_pinterest {clear:both; padding-top:10px;}
#itempage_google {padding:5px;}
#itempage_backbutton {clear:both; float:left;}
#itempage_backbutton img {border:0; }


#cartheaders {}
#cartheaders_spacer {}
#cartproduct{ display:block; width:90%; height:auto;  }
#cartproduct_spacer {border-top:2px dotted #A7A7A7; width:98%; clear:both; display:block;}
#cartproduct_image{ display:block; width:98%; margin:auto;}
#cartproduct_image img { width:100px; height:auto;}
#cartproduct_name { display:block; width:98%;height:auto; margin:auto; }
#cartproduct_itemprice {display:block; width:98%; height:auto; margin:auto; padding:5px; }
#cartproduct_quantity {display:block; width:98%; height:auto; margin:auto; padding:5px; }
#cartproduct_totalprice {display:block; width:98%; height:auto;  margin:auto; }
#carttotal {display:block; width:98%;height:auto; margin:auto;  }
#cartsummary_buttons { display:block;}
#cartsummary_continuebutton	{display:block; width:100%;}
#cartsummary_checkoutbutton	{display:block; width:100%;}

.product_summary_prod_id_txt {font-size:85%;}
.product_summary_nav_tools_txt {font-weight:bold;}
.product_summary_prod_name_txt {font-weight:bold; font-size:100%; white-space:normal; }
.product_summary_prod_itemprice_txt {font-size:85%;}
.product_summary_detailheader {font-size:75%; opacity:.8;}
.product_summary_prod_totalitemprice_txt {font-weight:bold; font-size:100%;}
.carttotal_txt {font-weight:bold; font-size:110%;}

fieldset {font-family: Arial, Helvetica, sans-serif;font-weight: normal;font-size: 12px;color: #000;width:95%; clear:both;}
legend {font-family: Arial, Helvetica, sans-serif;font-weight: bold;font-size: 14px;color: #000;}
#signin {font-family: Arial, Helvetica, sans-serif;font-weight: normal;font-size: 12px;color: #000;width:95%;}
#addons {font-family: Arial, Helvetica, sans-serif;font-weight: normal;font-size: 12px;color: #000;width:95%;}
#delivery  {font-family: Arial, Helvetica, sans-serif;font-weight: bold;font-size: 12px;color: #000;width:95%;}
#recipientinfo  {font-family: Arial, Helvetica, sans-serif;font-weight: bold;font-size: 12px;color: #000;width:95%;}
#senderinfo  {font-family: Arial, Helvetica, sans-serif;font-weight: bold;font-size: 12px;color: #000;width:95%;}
#paymentinfo  {font-family: Arial, Helvetica, sans-serif;font-weight: bold;font-size: 12px;color: #000;width:95%;}
#addon_img { width:95%;  }
#addon_img img { width:40px; height:auto; }
#securegif { display:none;}
#order1fields { width:auto; max-width:170px;  }
#order2fields { width:auto; max-width:170px;  }
#addonfields  { width: 100px ; }
