@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: Raleway;
  src: url("Raleway-Regular.ttf");
}
@font-face {
  font-family: Raleway-Bold;
  src: url("Raleway-SemiBold.ttf");
}
@font-face {
  font-family: Caslon;
  src: url("ACaslon-Regular.otf");
}

@font-face {
  font-family: Caslon-Bold;
  src: url("ACaslon-SemiBold.otf");
}
@font-face {
    font-family: Dancing-Script;   
    src: url("DancingScript-VariableFont_wght.ttf")
}

  @keyframes grow {
  from {background-color:antiquewhite;}
  to {background-color: #000;}
}

#thirdparty {display:none;}
body {
    font-family:Raleway, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:normal;
	overflow-x: hidden;
	margin:0;}
	
a{ }

h1{font-family: Raleway, Arial, Helvetica, sans-serif; text-decoration:none; color:#333333; font-size:16px}


.contenttxt {
	font-family: Raleway, Arial, Helvetica, sans-serif;
	/*font-size:12px;*/
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

#container { width:100%; }

#site_header { /*position:fixed;*/ position: relative;top:0; width:100%; background-color:#fff; z-index: 10;padding:0; margin-top:-5px; }
#topbar { background-color:#c7c8ca; text-align: right; min-height:26px; padding: 2px 10px; margin-bottom:10px; color:#333;  }


#logo { width:50%; margin-bottom:15px;}
#logo img { width:auto; height:auto; height:110px; }
#address { display:inline-block; width:25%; }
#phone { display:inline-block; float:left; width:auto; color:#333; letter-spacing: 1px; font-weight:600; font-size:110%; line-height: 100%;font-family: Caslon, Cambria, Times, "Times New Roman", "serif"; margin-top:5px; margin-top:10px; }
#phone a { text-decoration:none; color:#333;  }
#phone a:hover {text-decoration: underline;}

#login_area {margin:5px 0;  font-family: Caslon, Cambria, Times, "Times New Roman", "serif";}
.Login { display:inline-block; margin-left:5px; margin-right: 5px; color:#333; font-weight: bold;  background-color: #DFDFDF; border-radius: 7px; border:1px solid #000; padding:4px}
.Login a { color:#000; text-decoration:none; }
.Mycart { display:inline-block; margin-left:5px; margin-right: 5px; font-weight: bold;color:#333; }
.Mycart a {color:#333;}
.Checkout { display:inline-block;margin-left:5px; margin-right: 5px; color:#333; }
.Checkout a { color:#333; font-weight: bold; }
.Logout { display:inline-block;margin-left:5px; margin-right: 5px; color:#333;  }
.Logout a {color:#333;}
.Myaccount { display:inline-block;margin-left:5px; margin-right: 5px; color:#333; }
.Myaccount a {color:#333;}
.Myaccount active {color:#333;}


#topnav { margin-top:5px;  }

#center_area { clear:both; margin-top:30px; }



#search { width:auto;  margin:5px;}
#search input#keywords { background-image: url(gifs/search.png); background-repeat: no-repeat; background-position: right; background-size: contain; line-height: 180%; padding-left: 3px; width:90%;}
#keywords:active { background-image: none; }


#mainbody { width:92%; text-align:center; }

#user_header {  }
#user_footer {  }

.index_banner { width:auto; height:auto; max-width:100%; }

#index_products { text-align:center;   width:100%; 
   display:  inline-block; padding:10px 0;

}
.index_prod_box { width:28%; height:auto; display:inline-block; padding: 15px; }
/*.index_prod_box img { width:auto; height:auto; max-width:98%; }
.index_prod_box img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50); 
}*/

.index_prod_box img{   width:auto; height:auto; max-width:75%;  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; z-index: 100;}

.index_prod_box img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
	margin-bottom: 10px;
    padding-bottom:15px;
}

#index_CTA { width:100%; text-align:center; clear:both; z-index: 100; }
#index_CTA a { text-decoration:none; }

.index_CTA_outer { display:inline-block; vertical-align: top; width:28%; padding:8px; border:1px solid #666; margin:10px 8px; z-index: 100; }
.index_CTA_outer:hover { background-color:#7C7C7C;  }
.index_CTA_inner { width:100%;  margin:0;  }
.index_CTA_inner img { width:auto; height:auto; max-width:100%;  margin:; padding:0; }
.index_CTA_text { background:#c7c8ca; width:100%;  /*transform: translateY(00%);*/ line-height: 150%; color:#333; margin:0; font-size:18px; z-index: 100; margin-top:3px;  }
/*.index_CTA_text:hover {  background:#fff; }*/



#symp_CTA { width:100%; text-align:center; clear:both; z-index: 100; }
#symp_CTA a { text-decoration:none; }

.symp_CTA_outer { display:inline-block; vertical-align: top; width:43%; padding:8px; border:1px solid #666; margin:10px 8px; z-index: 100; }
.symp_CTA_outer:hover { background-color:#7C7C7C;  }
.symp_CTA_inner { width:100%;  margin:0;  }
.symp_CTA_inner img { width:auto; height:auto; max-width:100%;  margin:; padding:0; }
.symp_CTA_text { background:#c7c8ca; width:100%;  /*transform: translateY(00%);*/ line-height: 150%; color:#333; margin:0; font-size:18px; z-index: 100; margin-top:3px;  }


.header_txt {
    font-size: 120%;
    font-weight:bold;
}


#catimage:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
	margin-bottom: 10px;
}

#footer  {
	width:100%;
	margin-bottom:20px;
	padding-top:20px;
	padding-bottom:20px;
	clear:both;
}

#footer_main{
	padding:10px;	
	text-align:center;
	border-bottom:solid 1px #006d5c;
	border-top:solid 1px #006d5c;
	line-height:160%;
}

.footer_txt  {
	font-family: Raleway, Arial, Helvetica, sans-serif;
	color:#333;
	text-decoration:none;
}

#footer_block1  {
	width:25%;
	text-align:left;
	display:inline-block;
	vertical-align:top;
	line-height:150%;
}

#footer_block2  {
	width:25%;
	text-align:left;
	display:inline-block;
	vertical-align:top;
	padding-right:10px;
}

#footer_block3  {
	text-align:left;
	display:inline-block;
	vertical-align:top;
	width:43%;
	padding-right:5px;
}

.sauce_txt  {
	font-family: Raleway, Arial, Helvetica, sans-serif;
	color:#000;
}
.m99link{ display:none;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	clear:both;
	color:#333;
	padding:5px;
	margin-top:10px;
}

#bottom_nav ul { list-style: none; margin:none; padding:none;}
#bottom_nav li { display:inline-block; padding:0 5px;}


/*Cat styling */

.cat_item  {padding:5px;white-space:normal;display:inline-block;text-align:center;width:31%;}
.cat_row  {display:inline-block;}
#catimage { max-width:90%; }

.dotted_separator {
border-top: 1px dotted #D3D3D3;
width:12px;
line-height:3px;
}
.line_separator {
border-bottom: solid 1px #D3D3D3;
}

.cat_viewall {
font-family: Raleway, Arial, Helvetica, sans-serif;
font-size:95%;
color:#666;
font-weight:bold;
text-decoration:none;
}
a.cat_viewall:hover {
font-family: Raleway, Arial, Helvetica, sans-serif;
font-size:95%;
color:#000;
font-weight:bold;
text-decoration:none;
}
.cat_comparebtn {
font-family: Raleway, Arial, Helvetica, sans-serif;
font-size:95%;
color:#666;
font-weight:bold;
text-decoration:none;
}
a.cat_comparebtn:hover {
font-family: Raleway, Arial, Helvetica, sans-serif;
font-size:95%;
color:#000;
font-weight:bold;
text-decoration:none;
}

.cat_backbtn {
font-family: Raleway, Arial, Helvetica, sans-serif;
font-size:95%;
color:#666;
font-weight:bold;
text-decoration:none;
}
a.cat_backbtn:hover {
font-family: Raleway, Arial, Helvetica, sans-serif;
font-size:95%;
color:#000;
font-weight:bold;
text-decoration:none;
}
.cat_nextbtn {
font-family: Raleway, Arial, Helvetica, sans-serif;
font-size:95%;
color:#666;
font-weight:bold;
text-decoration:none;
}
a.cat_nextbtn:hover {
font-family: Raleway, Arial, Helvetica, sans-serif;
font-size:95%;
color:#000;
font-weight:bold;
text-decoration:none;
}

#cat_sortmenu {
font-size:95%;
color:#333;
background:transparent;
border: solid 1px #666;
padding:1px;
cursor: pointer;
}

.cat_headertxt{
font-family: Raleway, Arial, Helvetica, sans-serif;
font-size:120%;
color:#333;
font-weight:bold;
text-decoration:none;
}
.cat_productname{
font-family: Raleway, Arial, Helvetica, sans-serif;
font-size:100%;
color:#000;
font-weight:bold;
}
.cat_fromprice{
font-family: Raleway, Arial, Helvetica, sans-serif;
font-size:100%;
color:#000;
}
.cat_comparechk{
font-family: Raleway, Arial, Helvetica, sans-serif;
font-size:90%;
font-style:italic;
color:#000;
}
.cat_pgnumber{
font-family: Raleway, Arial, Helvetica, sans-serif;
font-size:95%;
color:#333;
font-weight:bold;
text-decoration:none;
}
.cat_pgnumbertxt{
font-family: Raleway, 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*/

#product_details {clear:both;padding-top:30px 0; width:90%;font-family:Raleway, 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:49%;float:left;padding-top:10px}
#product_details_productimage img {max-width:98%; height:auto; width:auto;}
#product_details_productinfo {width:49%;float:right;padding-top:10px;padding-right:8px; display:inline-block; text-align: left;}
#product_details_productdesc {font-size:110%; padding: 20px 0 20px 0; line-height: 120%;}
#product_details_pricepoint { font-size:100%; width:90%; 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; font-size: 130%;}
.product_details_productid {font-size:95%;}
.product_details_xgtxt {font-style:italic; text-decoration:none; color:#000000;}

#altpricewarning {}
#localcityselect {clear:both; padding: 15px 0; font-size: 120%;}
#itempage_buybutton {clear:both; padding:10px 0;}
/*#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; }

/*.wedding_img { display:inline-block; margin:2px; max-height: 350px; }
*/

.scripttext {font-family: Dancing-Script, serif; font-size: 125%; }
.gallerybox { width:100%; text-align: center;  }

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
	width:100%;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 32%;
  max-width: 32%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
	width:auto; height:auto;
	max-width:98%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
/*@media screen and (max-width: 1025px) {
  .column {
    flex: 48%;
    max-width: 48%;
  }
}*/

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 640px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

#comment-form {text-align: right; width:60%;}

.christmas_block { display:inline-block; width:45%; text-align:center; vertical-align: top;}
.christmas_block img { max-width:94%; }
.christmas_block a { text-decoration:none; color:#000;}

