@charset "utf-8";


body {background-repeat: no-repeat;background-color: #BAD85C; font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-style: normal;color: #666666;text-decoration: none; border:0; padding:0;}
a {font-family: Arial, Helvetica, sans-serif;color: #000;text-decoration: none;}
h1{font-family: Arial, Helvetica, sans-serif;font-size:16px;color: #CCC;text-decoration: none;}
h2{font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #616763;text-decoration: none;}

#container { width:100%; border:solid 1px #999999; background-color:#fff; }
#header { width:98%;background-image:none; height:auto; }
#header_right {display:none;  }
#header_right img {  }

#logo_area {  text-align:center; width:95%; }
#logo_area_img { width:250px; height:auto;  }
.address_phone {color: #684FA2;text-decoration: none;font-weight: bold;}

#topnav {line-height: 22px;background-color: #684FA2;text-align: center;font-weight: bold;padding:5px; margin-top:5px;}
.topnav { font-weight: bold;font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-style: normal;color: #FFFFFF;text-decoration: none; text-transform:uppercase; }

#login {  }
#search {  }

#homepage_slideshow { display:none; }
#mobile_banner { width:auto; height:auto; max-width:98%; }
#mobile_banner img { width:auto; height:auto; max-width:98%; }
#index_ads { display:none; }
#homepage_img {width:auto; height:auto; max-width:98%;  }
#social_media {  }
#social_media img { width:auto; height:auto; max-width:50px; }
#index_product { width:98%; text-align:center; }
#mobile_home_product {  }

.index_CTA { width:93%; display:inline-block; height:auto; margin:10px; }
.index_CTA a { text-decoration:none; }
.index_CTA img {  z-index:1;width:100%; height:auto; }
.index_CTA_title { z-index:10; background-color:#333; opacity:.99;  white-space:nowrap; border-top:solid 1px #BFBFBF; position: relative;
  top: 50%;
  transform: translateY(-50%);font-size:140%; line-height:150%; font-family: Arial, Helvetica, sans-serif;
 font-variant:small-caps; color:#fff;}



.product_name {font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;color: #EE2C74;text-decoration: none;}
.product_id {font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-weight: bold;color: #EE2C74;text-decoration: none;}
#bannerwrap { width:95%; height: auto;}
.leftnav {	font-family: Arial, Helvetica, sans-serif;font-size: 14px;color: #666;text-decoration: none;  }

#leftnav { display:none; }
.leftnavheader {font-family: Arial, Helvetica, sans-serif;font-size: 14px;color: #684FA2;text-decoration: none;font-size:150%;}
#leftnav_header { padding:10px; }
#leftnav_item { width:40%; display:inline-block; text-align:center; line-height:150%; }

#leftnav { visibility: hidden; }
#mobile_login_search { display:inline-block; height:auto; }

.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:5px; top:5px;
/*  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;
}

/* 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: #ccc;
 /*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:400px;


}

/* 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:3px 0;
  vertical-align: top;
}

.mobile-column h3 { 
text-align:left;
padding:3px;
margin:0;
font-size:16px;
color: #93ba2b;
}

.mobile-column h3 a { 

text-align:left;
padding:3px 0;
margin:0;
font-size:16px;
color: #93ba2b;
}

.mobile-column ul { list-style:none; margin:0; padding:0; text-align: left; width:100%; }
.mobile-column ul li { display:inline-block; width:40%; margin:0; padding:0; vertical-align: top;}
/* Style links inside the columns */
.mobile-column a {
  float: none;
  color: black;
  padding: 3px;
  padding-right:3px;
  text-decoration: none;
  display: inline-block;
  text-align: left;
  font-size:16px;
  /*width:45%;*/
  
}

/* Add a background color on hover */
.mobile-column a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}






/*#mobilemenutile { width:28px; height:auto; float:left; vertical-align: middle; margin:2px -32px 2px 2px; }
.mobilemenutitlefont { font-size: 16px; }
#mobilemenu {
	visibility:visible;
	list-style:none;
	display:inline-block;
	z-index: 100;
}

#mobilemenu ul,
#mobilemenu li,
#mobilemenu span,
#mobilemenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#mobilemenu {
  height: auto;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
 	width: 100%;
	margin-top:10px;
		z-index:1000;
}
#mobilemenu:after,
#mobilemenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#mobilemenu a {
  background: #684FA2;
  color: #ffffff;
  display: inline-block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight:500;
  padding: 0px 20px;
  text-decoration: none;
    border-radius: 0;
  -moz-border-radius:  0;
  -webkit-border-radius: 0;	
  border: #7accaa 2px solid;
	  margin-left:1px;
  margin-right:1px;
  width: 85%;
}
#mobilemenu ul {
  list-style: none;
}
#mobilemenu > ul {
  float: left;
}
#mobilemenu > ul > li {
  float: left;
}
#mobilemenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #684FA2;
  margin-left: -10px;
}
#mobilemenu > ul > li:first-child > a {
  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
}
#mobilemenu > ul > li:last-child > a {
  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
}
#mobilemenu > ul > li.active a {
  background: #7accaa;
}
#mobilemenu > ul > li:hover > a {
  background: #7accaa;
  color:#000000;
}
#mobilemenu > ul > li ul a {
  color: #7accaa;
  border-radius: 0 0 0 0;
 }
#mobilemenu .has-sub {
  z-index: 1;
}
#mobilemenu .has-sub:hover > ul {
  display: block;
}
#mobilemenu .has-sub ul {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
}
#mobilemenu.has-sub ul li {
  margin-bottom: -1px;
}
#mobilemenu .has-sub ul li a {
  background: #684FA2;
  border-bottom: 1px dotted #7accaa;
  filter: none;
  font-size: 15px;
  display: block;
  line-height: 100%;
  padding: 8px;
  color:#ffffff;
}
#mobilemenu .has-sub ul li:hover a {
  background: #7accaa;
  color:#000000;
}



#mobilemenu .has-sub .has-sub:hover > ul {
  display: block;
}
#mobilemenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#mobilemenu .has-sub .has-sub ul li a {
  background: #684FA2;
  color:#fff;
  border-bottom: 1px dotted #7accaa;
}
#mobilemenu .has-sub .has-sub ul li a:hover {
  background: #7accaa;
  color:#000000;
  }*/



#wedding_registry_block { width:98%; display:inline-block; padding:5px; text-align:center; }

#checkout-promo img {width:90%; height:auto;}

#mainbody { width:98%;  background-color:#fff; padding-top:10px; clear:both;}
#facebook { display:none;  }
.colorbarline{background-color:#BAD85C;height:3px;}

#footer  {width:98%;margin-bottom:20px;padding-top:20px;padding-bottom:20px; clear:both;}
#footer_main{padding:10px;text-align:center;border-bottom:solid 1px #87a912;border-top:solid 1px #87a912;}
.footer_txt  {font-family:Arial, Helvetica, sans-serif;color:#333;text-decoration:none; font-size:100%;}
#footer_block1  {text-align:center;line-height:140%; width:98%; padding-bottom: 10px;}
#footer_block2  {text-align:center; width:98%; font-size: 140%;}
#footer_block3  {text-align:left; width:98%; margin-top:10px;}
.sauce_txt  {font-family:Arial, Helvetica, sans-serif;font-size:95%;color:#000;}

.m99link{font-size: 12px;font-weight:bold;text-decoration: none;font-family:Arial, Helvetica, sans-serif;clear:both;width:99%;color:#333;padding:5px;margin-top:10px;}

#summary {  }
#summary img { width:100px; height:auto; }

/*Cat styling */
.cat_item  {padding:5px;white-space:normal;display:inline-block;text-align:center;width:98%;}
.cat_row  {display:inline-block;}
#catimage { width:auto; height:auto; max-width:90%; }
#catimage:hover { width:auto; height:auto; }

.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:100%;
color:#666;
font-weight:bold;
text-decoration:none;
}
a.cat_viewall:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
color:#000;
font-weight:bold;
text-decoration:none;
}
.cat_comparebtn {
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
color:#666;
font-weight:bold;
text-decoration:none;
padding-right:10px;
}
a.cat_comparebtn:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
color:#000;
font-weight:bold;
text-decoration:none;
padding-right:10px;
}

.cat_backbtn {
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
color:#666;
font-weight:bold;
text-decoration:none;
padding-left:10px;
}
a.cat_backbtn:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
color:#000;
font-weight:bold;
text-decoration:none;
padding-left:10px;
}
.cat_nextbtn {
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
color:#666;
font-weight:bold;
text-decoration:none;
padding-right:10px;
}
a.cat_nextbtn:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
color:#000;
font-weight:bold;
text-decoration:none;
padding-right:10px;
}

#cat_sortmenu {
font-size:90%;
/*font-weight:bold;*/
color:#333;
background:transparent;
border: solid 1px #999;
padding:1px;
cursor: pointer;
padding-left:10px;
}

.cat_headertxt{
font-family:Arial, Helvetica, sans-serif;
font-size:130%;
color:#333;
font-weight:bold;
text-decoration:none;
}
.cat_productname{
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
color:#000;
}
.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:90%;
color:#333;
font-weight:bold;
text-decoration:none;
}
.cat_pgnumbertxt{
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
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; }

.m99link{
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	width:99%;
	color:#333;
	padding:5px;
	margin-top:10px;
}

fieldset {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	width:95%;
}

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%;
}
#addonfields img { width:40px; height:auto; }
#addonfields  { width: 60px ; }
#order1fields { width:auto; max-width:170px;  }
#order2fields { width:auto; max-width:170px;  }

#gallery_container { width:95%;padding:20px;  }
#gallery_item  { margin:10px;width:100px;height:100px; border-radius:20px; opacity:.7; display:inline-block;text-decoration:none;}
#gallery_item_container { text-align:center; width:98%; }
#gallery_item:hover { opacity:1.0; }

#gallery_cat_title { width:98%; height:auto; margin-bottom:10px; }

#gallery_nav {  padding:5px; width:95%; height:30px; vertical-align:middle; border-top:solid 1px #000000; border-bottom:solid 1px #000000;}
#gallery_nav_option { width:16%; display:inline-block; font-size:16px; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; line-height:30px; margin:0 10px 0 10px;}
.gallery_nav_option { font-size:16px; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; line-height:30px; color:#000; }
.gallery_nav_option:hover { font-size:16px; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; line-height:30px; color:#000; text-decoration:underline; }

#gallery_cat {   width:280px; height:auto; display:inline-block; margin:5px; border-radius:5px; }
#gallery_cat:hover {  width:280px; height:auto; display:inline-block; margin:5px; border-radius:5px; opacity:.7;}

#summary-fields { display:inline-block; }

#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%;}

/*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; }

