@charset "utf-8";
/* CSS Document */

h1 {}
body {
	overflow-x:hidden;
}

#container { width:100%; border:none; background-color:#fff; text-align:center; }
#phone { border-right:none; float:none; }
#email { }
#topnav { display:none; }

.social { }
.social_bottom { text-align: center; }

#site_header { height:auto; display:inline-block; text-align: center;}
#logo { width:90%; text-align: center;  }
#logo img { }

#address { width:100%; }
#phone { text-align:center; }
.phone {}

#topright { width:100%; }

#login_area {margin-right:0px;  float:none; line-height: 34px; vertical-align: top; font-size:120%; clear:both;  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; text-align: center;}
.Login { display:inline-block; margin-left:5px; margin-right: 5px; color:#fff; font-weight: bold;  background-color: #e41f7b; border-radius: 7px; border:1px solid #000; padding:0px 5px; }
.Login a { color:#fff; text-decoration:none; }
.Mycart { display:inline-block; margin-left:5px; margin-right: 5px; font-weight: bold;}
.Checkout { display:inline-block;margin-left:5px; margin-right: 5px; }
.Checkout a {  color:#1AB718; font-weight: bold; }
.Logout { display:inline-block;margin-left:5px; margin-right: 5px;  }
.Myaccount { display:inline-block;margin-left:5px; margin-right: 5px; }

#search { width:92%; float:none; text-align: center; }
#search input {line-height: 180%; padding-left: 3px; width:150px; border-radius:10px; border:1px solid #666;}
.search_img { float:right; margin-left:0px; height:26px; width:auto;  max-height:25px; max-width:25px; border:none;}
#search input#keywords {/* background-image: url(/assets/www.parkwayflorist-pgh.com/gifs/search.png); background-repeat: no-repeat; background-position: right; background-size: contain;*/ line-height: 180%; padding-left: 3px; width:87%; border-radius:10px;}
#keywords:active { background-image: none; }

.mobile_burg { color:#000; font-size:34px; /*font-weight: bold; */}

/* mobile_mega container */
.mobile_mega {
  overflow: hidden;
  background-color: #E41F7B;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  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: #fff;
  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: 4px 8px;*/
  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;
}

/* Dropdown content (hidden by default) */
.mobile-dropdown-content {
  display: none;
  /*position: absolute;*/
  background-color:#e3f3ce; 
  width: 100%;
  right: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  position:fixed;
  overflow-x:hidden;
  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;
font-weight:bold;
}

.mobile-column h3 a { padding-right:0px; padding-left:0px; text-decoration:none; color:#000; }

.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; break-inside: avoid-column;}
/* 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: #E41F7B; color:#fff;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


.contenttxt {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

#mainbody { width:96%; text-align:left; padding:5px;}
#user_header { clear:both;  }
#user_footer { clear:both; }


#center_content_area {  }


.index_grid { width:100%; text-align: center; vertical-align: top; }	
.index_item { width:100%; display:inline-block; margin-bottom:10px; border-bottom:1px solid #666; padding-bottom:10px; }
.index_item img { max-width:98%; height:auto; }	
.index_banner { width:100%; font-size:0px; text-align: center; }

#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:90%; padding:5px; border:1px solid #456039; margin:10px 8px; z-index: 100; }
.index_CTA_inner { width:100%;  margin:0;  }
.index_CTA_inner img { width:auto; height:auto; max-width:100%;  margin:0; padding:0; }
.index_CTA_text { background-color:#e3f3ce; width:100%;  /*transform: translateY(00%);*/ line-height: 150%; color:#000; margin:0; font-size:18px; z-index: 100;   }

#socialbuttons { width:100%; display:block; text-align: center; float:none; margin-bottom:5px; }



#footer  {width:100%;padding-top:20px;padding-bottom:20px;clear: both;}
#footer_main{padding: 10px;text-align: center;border-bottom: 2px solid #e3f2ce;border-top: 2px solid #e3f2ce;}

.footer_txt  {font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;}
.sauce_txt  {font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 95%;}
#footer_block1  {
	width:98%;
	text-align:center;
	margin:10px 0;
}

#footer_block2  {
	width:98%;
	text-align:center;
	margin:10px 0;
}

#footer_block3  {
	text-align:left;
	width:98%;
	margin:10px 0;
	
}
/*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%;}


.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;
}

.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-size95%;
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:90%;
color:#666;
font-weight:bold;
text-decoration:none;
}
a.cat_backbtn:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
color:#000;
font-weight:bold;
text-decoration:none;
}
.cat_nextbtn {
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
color:#666;
font-weight:bold;
text-decoration:none;
}
a.cat_nextbtn:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
color:#000;
font-weight:bold;
text-decoration:none;
}

#cat_sortmenu {
font-size:95%;
font-weight:bold;
color:#666;
background:transparent;
border: solid 1px #000000;
padding:1px;
cursor: pointer;
}

.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:95%;
color:#000;
}
.cat_fromprice{
font-family:Arial, Helvetica, sans-serif;
font-size:95%;
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:#666;
font-weight:bold;
text-decoration:none;
}
.cat_pgnumbertxt{
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
color:#666;
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; }

#cartheaders {float:left; width:98%; display:inline-block; padding:10px;}
#cartheaders_spacer { width:45%;}
#cartproduct{ width:98%; display:inline-block; padding:10px; align-content:center;}
#cartproduct_spacer {border-top:2px dotted #A7A7A7; clear:both;}
#cartproduct_image{ width:90%; align-content:center; }
#cartproduct_image img {width:auto; height:140px;}
#cartproduct_name{ width:90%; white-space:normal; overflow:hidden;}
#cartproduct_itemprice{width:90%;}
#cartproduct_quantity{ width:90%;}
#cartproduct_totalprice{width:90%;}
#carttotal {margin-left:10%;}

.product_summary_prod_id_txt {font-size:90%;}
.product_summary_nav_tools_txt {font-weight:bold;}
.product_summary_prod_name_txt {font-weight:bold; font-size:120%; white-space:normal; }
.product_summary_prod_itemprice_txt {font-size:95%;}
.product_summary_detailheader {font-size:90%; opacity:.8;}
.product_summary_prod_totalitemprice_txt {font-weight:bold; font-size:120%;}
.carttotal_txt {font-weight:bold; font-size:140%;}

#cartsummary_buttons { width:95%; display:inline-block; padding:10px;}

/*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; }


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;  }
#order2fields { width:auto;  }
#addonfields  { width: 100px ; }


#gallery_container { width:95%;padding:20px;  }
#gallery_item  { margin:10px; width:auto;height:auto; max-width:95%; border-radius:20px; display:inline-block; text-decoration:none;}
#gallery_item img { width:auto; height:auto; max-width:100%; }
#gallery_item_container { text-align:center; width:98%; }
#gallery_item:hover {  }

#gallery_title { width: 100%; height:auto; margin-bottom:10px;}
#gallery_page_title_txt { text-align:center; padding-top:15px; }
.gallery_title_txt { font-family:alex-brush; font-size:42px; color:#e62c84; font-weight:bold; }
.gallery_page_title_txt { font-family:alex-brush; font-size:56px; color:#e62c84; }

#gallery_content { text-align:left; padding:5px; }
.gallery_txt { font-size:16px; line-height:130%; color:#555; }
#gallery_home_img { float:left; margin:0 10px 10px; height:auto; width:auto; max-width:75%; }
#gallery_home_img2 { float:right; margin:0 0 10px 10px; height:auto; width:50%; }
#gallery_cat_title { width:98%; height:auto; margin-bottom:10px; }
#gallery_cat_wide {   width:96%; height:auto; display:inline-block; margin:5px; border-radius:5px; border:1px solid #666; padding:0; }
#gallery_cat_wide img { width:auto; height:auto; max-width:100%; border-radius:5px; margin:0; vertical-align:bottom;}
#gallery_cat_wide:hover {  width:96%; height:auto; display:inline-block; margin:5px; border-radius:5px; border:1px solid #e62c84;padding:0; }

#gallery_cat_square {   width:47%; height:auto; display:inline-block; margin:5px; border-radius:5px; border:1px solid #666;padding:0; }
#gallery_cat_square img { width:auto; height:auto; max-width:100%; border-radius:5px; vertical-align:bottom;}
#gallery_cat_square:hover {  width:47%; height:auto; display:inline-block; margin:5px; border-radius:5px; border:1px solid #e62c84;padding:0; }

#gallery_nav { padding:5px; width:99%; height:auto; vertical-align:middle; border-top:solid 1px #e62c84; border-bottom:solid 1px #e62c84; text-align:center;}
#gallery_nav_option { width:auto; display:inline-block; font-size:16px; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; line-height:160%; margin:0 10px 0 10px; padding:5px;}
.gallery_nav_option { font-size:16px; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; line-height:160%; color:#000; text-decoration:none;}
.gallery_nav_option:hover { font-size:16px; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; line-height:120%; color:#000; text-decoration:underline; }

#ww-block { text-align:center; clear:both; }
#ww-badge { width:auto; height:auto; display:inline-block; vertical-align:top; margin:10px;  }

#wg_budget_table { width:98%; clear:both; }
#wg_budget_table_row { clear:both; width:100%; margin:5px 0;  }
#wg_budget_table_item { display:inline-block; text-align:left; width:24%; vertical-align:middle; }
#wg_budget_table_header { width:100%; padding:5px 0; clear:both; }

.index-section { width:100%; text-align:center; vertical-align: top; margin:20px 0px; }
.index-section a { text-decoration:none; }

.index-deliveryCTA { 
width:100%;
/*display:inline-block;*/
height:300px;

/*background-size:cover;*/
background-size: cover;
background-position: center;
text-align: center;/*position: relative;*/display:inline-block;
margin:3px;
background-repeat: no-repeat;
max-width:1500px;
}

.index-CTA-container-half { 
width:98%; display:inline-block; vertical-align: top;
}

.index-deliveryCTA-half { 
width:98%;
height:304px;
background-size: cover;
background-position: center;
text-align: center;
display:inline-block;
margin:2px;
background-repeat: no-repeat;
transition: all ease-in-out .3s; 
}

.index-deliveryCTA-half:hover { transform:scale(1.05); }

.index-deliveryCTA-halfpanel{ 
width:100%;
height:150px;
background-size: cover;
background-position: center;
text-align: center;
display:inline-block;
margin:2px;
background-repeat: no-repeat;
transition: all ease-in-out .3s; 
}

.index-deliveryCTA-halfpanel:hover { transform:scale(1.05);}


.index-deliveryCTA-box { 
color:#fff;
padding:10px;
text-align: center;
width:85%;
}

.index-deliveryCTA-box h1 { margin:0; padding:0; }

/*.index-deliveryCTA-box:hover { 
width:75%;
transition: width 0.5s, height 0.5s; 
transition-delay: .3s;
transition-timing-function: ease-in-out;
}*/

.index-deliveryCTA-box::after {
content: "";
  background-color:#000; 
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;  
  border-radius:5px;
}

.index-deliveryCTA-text { 
opacity: 1.0;
color:#fff; 
font-size:30px;
font-weight:bold;
font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.index-deliveryCTA-text2 { 
opacity: 1.0;
color:#fff; 
font-size:22px;
font-weight:normal;
font-family: Montserrat, Arial, Helvetica, sans-serif;
}



.v-h-center {
    margin: 0;
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*
     FILE ARCHIVED ON 17:03:11 Feb 13, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:10:12 Jul 07, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.501
  exclusion.robots: 0.049
  exclusion.robots.policy: 0.04
  esindex: 0.009
  cdx.remote: 6.393
  LoadShardBlock: 60.733 (3)
  PetaboxLoader3.datanode: 42.589 (4)
  PetaboxLoader3.resolve: 56.881 (2)
  load_resource: 88.504
*/