
/**/
html, body {
    overflow-x: hidden;
}

.product1 > h3{
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", serif;
    text-transform: uppercase;
    line-height: 0.94;
    text-align: center;
    min-height: 32px;
}

.io-banner-feature {
    margin: 15px auto;
    display: -ms-grid;
    -ms-grid-columns: 1fr 9px 351px;
    -ms-grid-rows: 1fr (1px 1fr)[3];
    display: grid;
    grid-template-columns: 1fr 351px;
    grid-template-rows: repeat(4, 1fr);
    grid-gap: 1px 9px;
}
.io-banner-feature .banner {
    display: block; /* Needed for IE Grid */
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    grid-row: span 4;
    position: relative;
}
.io-banner-feature .banner-image {
    height: auto;
    display: block;
    width: 100%;
}
.io-banner-feature .call-to-action {
    position: absolute;
    bottom: 39px;
    width: fit-content;
    left: 50px;
    right: auto;
    margin: auto;
    border: 1px solid #D9161C;
    color: #FFFFFF;
    font-size: 26px;

    font-weight: lighter;
    letter-spacing: 0.12em;
    padding: 8px 50px 12px 50px;
}
.io-banner-feature .feature-page:nth-of-type(2) {
    -ms-grid-row: 1;
}
.io-banner-feature .feature-page:nth-of-type(3) {
    -ms-grid-row: 3;
}
.io-banner-feature .feature-page:nth-of-type(4) {
    -ms-grid-row: 5;
}
.io-banner-feature .feature-page:nth-of-type(5) {
    -ms-grid-row: 7;
}
.io-banner-feature .feature-page {
    display: block; /* Needed for IE Grid */
    -ms-grid-column: 3;
    grid-column: 2;

    border: 1px solid #E761C4;
    color: #E761C4;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: .08em;
    overflow: hidden;
    text-align: center;
    text-overflow: clip;
    text-transform: uppercase;
    white-space: nowrap;
}
.io-banner-feature .feature-page > * {
    display: inline-flex;
    align-items: center;
    height: 100%;
}

.io-banner-feature .feature-page:hover,
.io-banner-feature .feature-page:focus{
    background: #E761C4;
    color: #000000;
}

.io-banner-feature .banner:hover .call-to-action,
.io-banner-feature .banner:focus .call-to-action{
    background-color: #D9161C;
}

.custom_form_button_link {
    border: solid 2px #E761C4;
    color: #E761C4;
    background-color: #FFF;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 300;
    cursor: pointer;
    padding: 20px;
    display: block;
    height: fit-content;
}

.custom_form_button {
    display: inline-block;
    max-width: 448px;
    min-height: 75px;
    padding: 20px;
    margin-top: 30px
}

.custom_form_button_wrapper {
    text-align: center;
}

@media (max-width: 820px) {
    .io-banner-feature {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .io-banner-feature .call-to-action {
        bottom: 11%;
        /*left: 17%;*/
        left: 50px;
        right: auto;
    }
    .io-banner-feature .feature-page {
        display: none;
    }
}
@media (max-width: 670px) {
    .io-banner-feature {
        display: none;
    }
}



.moreBox {
    width: 1000px !important;
    margin-left: -600px;
    max-width: 1200px;
}

.navMock{
    height: auto;
    width: 100%;
    margin-top: 10px;
    -webkit-box-shadow: 10px 25px 50px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 25px 50px -9px rgba(0,0,0,0.75);
    box-shadow: 10px 25px 50px -9px rgba(0,0,0,0.75);
}

#headerShopInfo{
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #000000;
    text-align: right;
    background:  #E1E1E1;
    font-weight: 300;
    padding-right: 20px;
}

#headerShopInfo span:last-child {
    margin-right: -162px;
}

#shopLogo{
    left: 50%;
    margin: 5px auto auto;
}

.cartBox{
    position: relative;
    float: right;
    top: 134px;
    left: -20%;
    width: 190px;
    height: 43px;
    line-height: 43px;
    text-align: center;
}

.cartDiv{
	display: inline-block;
	position: absolute;
	right: 23%;
	top: 40px;
}

#iotagLine{
    color: #000000;
    font-size: 20px;
    letter-spacing: .25em;
    font-weight: 300;
    margin: 0 0 10px;
}

#deliveryAreaText{
    margin-left: 45px;
    float: none;
    padding-top:0 !important;
}

.product1 > img{
   width: 156px;
   height: auto;
}

.productWrapper{
    width: 1050px;
}

.button {
	margin-top:15px;
	margin-bottom: 10px;
}


#footer{
    line-height: 1;
    background-color: #e1e1e1;
}

#footerDeliveryArea{
    float: none;
}
#footerDeliveryButton{
    float: none;
}

#footerShopAddress{
    float: none;
}

#footerLinks{
    float: none;
}

#footerTerms{
    float: none;
}

.footerLogo{
    float: none;
}

#footerPolicy{
    float: none;
}

.addNewRecip{
    margin: 20px auto auto;
    background: #888;
    color: white;
}
#pageTitle{
    display: none;
}
.shoppingCartProductImage{
    margin-bottom: 10px;
    margin-top: 10px;
}

.featuredText{
  border: none;
}

.socialProfileBar{
    display: none !important;
}

#recipeButton {
    font-size: 21px;
    padding: 20px;
    border: solid 2px;
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif;
    position: relative;
}

#recipeButton:hover{
    color: white;
}

#productDescription{
    font-family: 'Open Sans', sans-serif;
}

.addToCartButton{
    color: white;
}

.suggestProducts{
    background: white !important;
    color: black !important;
}

#purchaseTextBuyNow{
    background: white;
    border: 1px solid grey !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;


}

div#purchaseTextBuyNow > form > label {
    line-height: 1.7;
    font-size: 16px;
}

#purchaseTextBuyNow, #checkoutInfoPurchase {
	background-color: #FFF;
    box-shadow: none;
}

.addon label {
    font-weight:bold;
    font-size:16px;
}
.addon > select {
	display: inline-block;
    height: 28px;
    line-height: 28px;
    border: 1px solid #aaa;
    padding: 4px;
    color: #555;
	background-color: #FFF;
	width: 100% !important;
}

.addon {
  position: relative;
  min-width: 250px;
  margin: 42px 0;
  letter-spacing: 0.05em;
}

.addon:first-of-type{
  margin:auto;
}

.addon::after {
    content: '\f078';
    font: normal normal 900 17px/1 "Font Awesome 5 free";
    color: #898989;
    right: 11px;
    top: 10px;
    height: 34px;
    padding: 15px 0 0 8px;
    position: absolute;
    pointer-events: none;
}


.addon select::-ms-expand {
display: none;
}

.addon select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  float: left;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1.75;
  color: #808080 !important;
  background-color: #ffffff;
  background-image: none;
  word-break: normal;
}

.addon b
{
	font-size:16px;
}

.breakout{
    position: relative;
    margin: 0 calc(50% - 50vw);
}

/* Modal Start */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    float: right;
    font-size: 18px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Modal Header */
.modal-header {
    padding: 2px 16px;
    font-size: 18px;
}

#nav1
{
	text-transform: uppercase;
	font-size:18px;
	font-weight: 400; 
	margin:0; 
	display: inline;
	border: none;	
}

/* Modal Body */
.modal-body {padding: 2px 16px;}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;

    color: white;
}

/* Modal Content */
.modal-content {
    border-radius: 25px;
    text-align: left;
    padding-left: 25px;
    position: relative;
    background-color: #fefefe;
    border: 1px solid #888;
    width: 30%;
    margin: 8% auto auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}
/* Modal End */

.product1 > h3{
    font-size: 17px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    line-height: 0.94;
    text-align: center;
}

.product1 > p{
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    line-height: 0.94;
    text-align: center;
}

.priceString{
    font-size: 15px !important;
    font-family: 'Open Sans', sans-serif;
    padding-top: 10px;
    text-transform: none !important;

}

.prodButton{
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 19px !important;
    height: 45px;

}

.prodButton:hover{
    border: 2px solid;
}

.productInfo .title{
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;

}

.featuredText{
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.637;
    text-align: left;
    width: 100%;
}

.featureButton{
    border: 2px solid;
    width: 195px !important;
    font-size: 24px !important;
}

.featureButton:hover{
    color: white;
}

#formTopSearch > input {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: inherit;
    text-align: left;
}

#formTopSearch {
    color: hsl(0,0%,40%);
    border-width: 1px !important;
    border-color: rgb(208, 207, 206);
    background-color: rgb(255, 255, 255);
}

#btnShare {
    color: hsl(0,0%,40%);
    font-weight: 300;
}

.fa-search{
    font-size:22px !important;
}

div#wrapper > div.urgeToBuyProductMessage {
    width: 500px;
}

.rev_comment
{
    border-radius: initial !important;
    margin-top: 15px !important;
}

.rev_flright > i {
    font-size: 40px;
}

.rev_flright{
    padding-right:20px;
}

div.rev_comid > div.rev_comment
{
    width:75% !important;
}

.rev_comid
{
    background-color:#FFF !important;
}

div.contactUs > input.button
{
    padding: 15px !important;
    width: 200px !important;
    border-color: #E761C4;
    color: inherit;
}

div.contactUs > div.shopName
{
    color: #444;
}

div.contactUs > input.button:hover,
div.contactUs > input.button:focus,
.custom_form_button_link:hover,
.custom_form_button_link:focus {
    background-color: #E761C4;
    color: #000000;
}

#content{
	width: 100% !important;
    	margin: auto !important;
}
.quickShareHeader {
    display:none;
}

.rev_ricon {
	display:none !important;
}

div.undecidedBannerFull > div
{
    float: left;
    text-align: left;
        
}

div.undecidedBannerFull

.undecidedBannerFull{
    width: 100%;
    text-align: center;
}

.undecidedBannerFull a hr{
    margin-top: 20px;
    border: 0 solid #e4e4e4;
    border-top-width: 1px;
}

div#subTitle, div.breadCrumb
{
    display:none;
}

.feature{
	margin-top: 15px;
	padding-bottom: 25px;
}

div.featuredText > div.urgeToBuyProductMessage {
    line-height:normal;
    margin-bottom: 25px;
}

#urgeToBuy, .urgeToBuyProductMessage
{
    font-weight: 300 !important;

}

.newDeliveryLinkWrapper{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-top: 75px;
    text-align: center;
}

#subNavInfo
{
    border-top: 10px #999;
	display:none;
	padding-bottom: 3px;
	text-align:left;
}

#subNavInfo > h2
{
	font-size: 12px;
	display:inline; 
	margin: 0;
	font-weight: 400;
}

#floristStateCrumb
{
	text-transform: uppercase;
}

.feature .featureButton{
    margin-top: -15px;
}

.menuItem
{
    padding-bottom:6px !important;
}

.subMenuItem {
    margin-left: 10px !important;
    font-size: 15px;
}


.homeNav
{
    border-color:#FFFFFF #FFFFFF #FFFFFF !important;
    border:0;
}
#nav {
    display:inline;
    text-align:left;
    position:relative;
    list-style-type:none;
    font-family: "Open Sans",sans-serif;
    width: 50%;
    font-weight: 300;
}

#nav > li {
    display: inline-block;
    position:relative;
    padding: 0 15px;
}

#nav > li > a {
    display:block;
    position:relative;
    text-decoration:none;
    padding: 5px;
}
#nav a:focus{
    outline: 1px solid black;
    outline-style: auto; /* Autostyling used in the focus ring for Chrome/Firefox, fix for IE not supporting auto in outline style */
}

#nav li div {
    position:relative;
}

#nav li div div {
    background-color:#FFFFFF;
    border:1px solid #333399;
    opacity: .95;
    padding:12px 0;
    display:none;
    color:#4F4F4F;
    font-size:0.85em;
    position:absolute;
    top:-1px;
    z-index:10;
    width:168px;
    margin: 0 0 0 -15px;
}
#nav li div div.wrp2 {
    width:auto !important;
    overflow:auto;
    text-align: center;
    border-radius: 3px;
}
.sep {
    left:190px;
    bottom:0;
    height:auto;
    margin:15px 0;
    position:absolute;
    top:0;
    width:1px;
}
#nav li div div ul {
    padding-left:10px;
    padding-right:10px;
    position:relative;
    list-style-type:none;
    margin-top: 0;
    display: inline-block;
    text-align: left;
    min-width: 140px !important;
    vertical-align: top;
}
#nav li div ul li {
    margin:0;
    padding:0;
}

#nav li ul ul {
    padding:0 0 8px;
}
#nav li ul ul li {
    margin:0;
    padding:0;
}

#nav li ul ul li a {
    color:#0060A6;
    display:block;
    margin-bottom:1px;
    padding:3px 5px;
    text-decoration:none;
    font-size:0.9em;
    min-width: 140px;
}

#nav li ul ul li a:hover{
    color:#265a88;
}
.menuLinkColor a
{
    color:#7E7E7E !important;
    text-decoration:none !important;
    display:block;
}

.menuLinkColor a:hover
{
    color:#265a88 !important;
}

.menuBox
{
    border: none !important;
    margin-left:-158px;
    z-index:10000000000000000000000000000000;
}

#navMenuData{
    	margin: auto;
	white-space: nowrap;
}


#ioNavWrapper{

    box-shadow: 0 0 6px 0 #E761C4;
    line-height: 30px;
	margin-bottom: 5px;
    background-color: #ffffff;

}

.feature .featureButton{
    margin-top: -15px;
}

#navGlue{
    vertical-align: middle;
    text-align: center;
}

#nav > li:not(.homeNav):after {
    content: '';
    background-color: #444;
    width: 1px;
    height: 40%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#content > .socialProfileBar
{
    display:none;
}
div#featuredProductPurchase.halfLeft  i
{
    font-size: 22px;
    color: #FFF !important;
}

#my-menu:not( .mm-menu ) 
{ 
	display: none; 
}


#mobileSearch > input
{
        height: 41px;
    	display: inline;
    	width: 245px;
   	margin-bottom: 12px;
	background-color: #F3F3F3;
}

a.mobilePhoneLink {
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding-top: 5px;
}

.fa-mobile.fa-2x {
    color: #444 !important;
}

#mobileClientName {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    padding-top: 10px;
}

@media (max-width: 974px){
	#floristStateCrumb, #floristNameCrumb, #insideTitle
	{
		display:none;
	}
	#formTopSearch, #topSearchSocial
	{
		display:none;
	}
	#content {
		padding-bottom: 0 !important;
	}
}

@media (max-width:440px){
	div#wrapper  div.urgeToBuyProductMessage, .urgeToBuy {
	    font-size: 12px !important;
	}
	div#outside_cart_div_mobile > a.hoverLink, #btnMobileShop, div.cartDiv > form.shoppingCartLink > a.hoverLink {
		font-size:16px !important;
	}
	.rev_flright > i.fa.fa-star
	{
		font-size:20px;
	}
	div#purchaseTextBuyNow>form>div.urgeToBuyProductMessage {
    		font-size: 12px !important;
	}
}

@media (min-width:441px){
	div#purchaseTextBuyNow>form>div.urgeToBuyProductMessage {
	    font-size: 12px !important;
	}
}


@media (min-width: 1051px){
    .custom_form_button {
        min-width: 448px;
    }

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

	#logoShopOutside
	{
		padding-bottom:15px;
        min-height:150px;
        height:auto;
	}
	.cartDiv
	{
		color: E761C4;
		display:inline-block;
	}
	#logo_div
	{
		display:inline-block;
	}
	#logo_div > a > img {
	    max-width: 355px;
	    max-height: 150px;
	    padding: 5px;
	    vertical-align: middle;
	}
	.contactUs
	{
	   width: 800px !important;
	}
	#my-menu
	{
		display:none;
	}

	#mobileCartHolder > .cartDiv
	{
		display:none;
	}
	#btnMobileShop
	{
		display:none;
	}
	#purchaseInfoBuyNow
	{
	     margin: 10px 10px 10px 40px !important;
    	     width: 400px !important;
    	     max-width: inherit;
	}
	#sliderTitle
	{
	    color: #808080 !important;
	    display: block !important;
	    text-align: center;
            font-weight: 300;
	    text-transform: uppercase;
            letter-spacing: 1px;
	}

	.simpleSlider_wrapper
	{
		text-align: center !important;
	}
}

@media (max-width: 670px)
{
	#mobileCartHolder > a
	{
		display:none;
	}

}

@media (max-width: 1600px) {
	.moreBox {
	    width: 1000px !important;
	    margin-left: -900px;
	}
}

@media(max-width: 1350px) {
	.moreBox {
	    width: 1000px !important;
	    margin-left: -500px;
	}
}

@media(max-width: 1200px) {
	.moreBox {
	    width: 1000px !important;
	    margin-left: -470px;
	}
}

@media (max-width: 1050px) {
    .io-banner-feature .call-to-action {
        bottom: 11%;
        left: 50px;
        right: auto;
    }
	#topSearchSocial {
		padding-right:20px;
	}	
	#wrapper
	{
		width:inherit;
	}
	#logoShopOutside > .cartDiv
	{
		display:none !important;
	}
	#logo_div > a > img {
	    max-width: 240px !important;
	    max-height: 125px !important;
	}
	#shopLogo
	{
		max-width: 240px !important;
    		max-height: 125px !important;
		min-height: initial !important;
		vertical-align: middle;
	}
	#imageLogo {
		padding-bottom:20px;
	}

	.mobileDeliveryAreaBtn {
		border: 1px solid #E761C4 !important;	 	
	}
	.mobileDeliveryArea {
		border-color: #E761C4 !important;
        background-color: #e1e1e1;
	}
	#sliderTitle {
		color: #E761C4 !important;
	}
	.product1 > img
	{
		width:167px;
	}
	.QuickButtons .QuickButton a {
		font-weight:300;
	}
	.prodButton
	{
		color:#E761C4 !important;
	}
	#purchaseInfoBuyNow
	{
		max-width:100%;
	}
	.myFSNSearch
	{
		height:41px !important;
	}
	.socialProfileBar a {
	    background-color: #555 !important;
	}
	.urgeToBuyProductMessage
	{
		margin-top: 20px;
	}
	.urgeToBuy
	{
		text-align:initial !important;
	}

	.socialProfileBar
	{
		float:none !important;
		text-align: center !important;
	}

	#mobileCartHolder
	{
		display:block;
	}

	#wrapper > .cartDiv
	{
		display:none;
	}

	#headWrapper, #shopLogo
	{
		margin-bottom:0;
		float:none;
	}
	.navMenu
	{
		display:none;
	}

	#headerFeatureContainer
	{
		display:none;
	}

	.undecidedBannerFull a hr {
	    width: auto !important;
	}

	#btnMobileShop
	{
		display:inline-block;
		float:left;
	}

	#imageLogo > a > img {
		float:none !important;
	}

	#mobileMenuButton
	{
		display:inline-block !important;
		z-index: 999 !important;
		float:left;
		font-size: 32px;
	}

	div#subNavInfo
	{
		font-size:12px !important;
	}
	#logo_div
	{
		margin:auto;
		width: 100% !important;
	}
	.productWrapper
	{
		width: 100% !important;
	}
	#mobileTopMenu
	{
	     display:inline-block;
	}

	.address1Header, .address2Header, #tagline, .relative, .topMobileLink
	{
		display:none !important;
	}

	#outside_cart_div
	{
		display: inline-block;
		text-align:center;
		width:100%;
	}

	#btnMobileShop
	{
		width:49% !important;
		height: 50px;
		border-right:1px solid #E761C4;
		font-size:22px;
		line-height: 50px !important;
		margin-right: -4px;
		margin-left: 3px;
		font-weight:300;
	}
	
	.cartDiv
	{
	    margin-top:0;
	    width: 50%;
	    display: inline-block;
	    text-align: center;
	    position: static !important;
	    float:none;
    	    height: 50px;
	    font-size: 22px;
	    border:none !important;
	    font-weight:300;
	}

	div.cartDiv >  a.hoverLink {
		color: inherit !important;
		line-height: 50px !important;
		border: none !important;
	}

	.QuickButton, .QuickButton a:hover
	{
		background-color: #E761C4;
		color: #000000;
    }

	.QuickButton:nth-child(n+2) {
		border-left: 1px solid #000000;
	}

	a.featureButton
	{
		display:inline-block !important;
		padding: initial !important;
    		height: initial !important;
	}
	div.premiumFeatureFrame
	{
		padding: initial;
	}

	.product1 {
		max-width: initial !important;
	}
	
	a.prodButton{
		display:inline !important;
		color: #444;
	}
	
	.feature {
		border:none !important;
	}

	#outside_cart_div > img
	{
		float:none !important;
	}

	#mm-1 > ul > li > a.homeNav {
	    text-align: left;
	    color: #000000;
	    font-family: 'Open Sans', sans-serif;
	    font-weight: 400;
	}

	#mm-1 > ul > li > a.multiHeader {
	    text-align: left;
	    color: #000000;
	    font-family: 'Open Sans', sans-serif;
	    font-weight: 400;
	}

	#mm-1 > ul > li > a.single, #mm-1 > ul > li > a.childHeader
	{
		text-align:left !important;
		padding-left: 60px !important;
		display:none;
		background-color: #e6e6e6 !important;
	}

	#mm-1 > ul > li > a.child
	{
		text-align:left !important;
		padding-left: 100px !important;
		display:none;
                background-color: #e6e6e6 !important;
		font-size: 12px;
	}
	
	.mm-menu .mm-listview > li:after {
    		border-color: #E1E1E1 !important;
	}

	#mm-1 > ul > li > a.moreHeader
	{
		text-align:left;
		color: #000000;
	}
    #nav1 {
        padding-left: 5px;
    }
    #nav2 {
        padding-left: 5px;
        font-size: 15px !important;

    }
    #subNavInfo > h2 {
        padding-left: 5px;
    }
}

#footerLinks
{
	vertical-align:top;
}

#footerShopHours
{
	vertical-align:top;
}

.email, #emailBot {
    font-size: 14px;
    padding: 8px;
    margin-bottom: 15px;
}

div.urgeToBuyProductMessage {
    width: 500px;
    font-size:16px;
}

div#purchaseTextBuyNow > form > div.urgeToBuyProductMessage
{
	width: auto !important;
}

input.addToCartButton
{
	width: 50%;
	height: 48px;
	letter-spacing: 1px;
	font-family: 'Open Sans',sans-serif;
	font-size: 21px;
    color: #E761C4;
    background-color: #FFF;
    border: solid 2px #E761C4;
}

input.addToCartButton:hover{
    color: #FFF ;
    background-color: #E761C4 ;
}

.buyNowCurrencyNotice
{
	font-size: 12px;
}

.socialProfileBar
{
	background-color: #F0F0F0;
	padding-left: 10px !important;
	padding-top: 5px;
    padding-bottom: 5px;
}

.purchaseNowName
{
   	font-family: 'Open Sans', sans-serif;
   	text-transform: uppercase;
	font-size: 28px;
	font-weight:300;
}

.purchaseNowType
{
	margin-bottom:10px;
}

.mm-menu.mm-current
{
	box-shadow: 6px 0px 16px #888888;
}

.mm-listview > li > a {
	padding: 14px 10px 11px 20px !important;
}

.mobileDialogLink
{
	background-color: #E761C4 !important;
	color:#FFF !important;
}

.mobileDialogLink .fa-mobile.fa-2x, .mobileDialogLink .fa-globe.fa-2x
{
	color:#FFF !important;
}

div.undecidedBannerFull > div {
    padding-top: 20px;
    text-align: center;
    float:none;
}

#footerDeliveryArea
{
	background-color: #e1e1e1;
}

.shoppingCartLink ~ .hoverLink
{
	text-transform: initial;
	font-family: 'Open Sans',sans-serif;
	font-weight:300 !important;
}

.prodButton:hover {
	border: none !important;
}

#purchaseInfoBuyNow
{
	max-width: 430px !important;
}

#purchaseTextBuyNow .addon select
{
	max-width: 430px  !important;
}

.socialProfileBar a
{
	background-color:#888 !important;
}

.socialProfileBar a:hover
{
	background-color:#555 !important;
}

.product1 > .button  {
	border: 2px solid #FFF !important;
	display:block;
	padding: 8px;
}

.halfLeft, .halfRight
{
	max-width: inherit !important;
}

#productDescription
{
	color: #808080;
}

#purchaseTextBuyNow
{
	color: #808080 !important;
	margin-top: 25px !important;
}

#footerDeliveryButton > a:hover{
	text-decoration:none;
	color: #FFF;
}

.simpleSlider_wrapper
{
	    position: initial !important;
}

#footerDeliveryButton a:hover
{
	color:#FFF !important;
	text-decoration: none !important;
}

#purchaseTextBuyNow > form
{
	color: #555;
	font-size:16px;
}

/* --------------------------------------------------------------------------------- */
.promo_header{
	background: white !important;
	color: #E761C4 !important;
}
.promo_header a:link, .promo_header a:visited{
	background: white !important;
	color: #E761C4 !important;
}

#footerDeliveryArea{
	border-color: #E761C4;
}
#footerDeliveryButton{
	border-color: #E761C4;
}

.prodButton{
	color: #E761C4;

}
.title{
	color: #E761C4;

}
.featureButton{
	border-color: #E761C4;
	color: #E761C4;
}
.featureButton:hover{
	background: #E761C4;
}
#recipeButton{
	border-color: #E761C4;
	color: #E761C4;
	background-color:#FFF;
}
#recipeButton:hover{
	background: #E761C4  !important;
}
.addToCartButton{
	background: #E761C4;
}
.checkoutStep img{
	background: #E761C4;
}

.urgeToBuyProductMessage > .urgeToBuyTruck {
    color: #FFF;
    background-color: #E761C4 !important;
}

.undecidedBannerFull .urgeToBuyTruck {
    background-color: #E761C4 !important;
}

.urgeToBuyProductMessage {
    background-color: #D0CFCD;
    text-align: left;
    font-weight: initial;
    height: 0;
    border-bottom: 40px solid #D0CFCD;
    border-right: 18px solid #fff;
    font-size: 12px;
    width: 500px;
}

.urgeToBuy {
    background-color: #D0CFCD;
    text-align: left;
    font-weight: initial;
    height: 0;
    border-bottom: 40px solid #D0CFCD;
    border-right: 18px solid #fff;

}

.rev_flright .fa-star{
	color: #E761C4 !important;
}
.accentColor{
	color: #E761C4 !important;
}
#footer a:hover {
	color: #E761C4;
	text-decoration: underline;
}
.purchaseNowName
{
	color: #E761C4 !important;
}
.purchasePrice
{
	font-size: 16px;
}

.shownAt
{
	color: #E761C4 !important;
	font-size: 16px;
}

.product1 > .button:hover  {
	border: 2px solid #E761C4 !important;
	display:block;
	padding: 8px;
}

#footerDeliveryButton:hover{
	background-color: #E761C4 !important;
	color: #FFF;
}

.shoppingCartLink > a{
	color: #E761C4;
	border: 1px solid #E761C4;

}
					
.newsletterSignup
{
	border-radius: 5px;
	padding: 10px;
	background-color: #E761C4;
	color: #FFF;
	border: none;
	height:inherit !important;
}

.subscribeFSN #emailBot
{
	height: 24px !important;
}

.undecidedBannerFull .accentColor
{
	letter-spacing: 1px;
	text-transform:uppercase;
	font-weight:300;
	font-size: 28px !important;
	padding-bottom: 3px; 
	text-align:left;
}

.mobileFooterMenuBar
{
	    z-index: 99999;
}

.pageCopyBottom
{
	padding-top:50px !important;

}

#featuredProductPurchase
{
	    padding: 0 3% 1%;
}

#specReq
{
	font-weight:bold;
}

a:focus, a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}

#shopLogo
{

	max-height: 140px; 
	max-width: 335px;
}

.logoName
{
	min-height:50px;
    padding-top: 40px;
	text-align:center;
	margin-left: auto; 
	margin-right: auto;
    max-width: 750px;
    overflow:hidden;
    padding-left:10px;
    padding-right:10px;
}

.logoName a
{
    text-decoration:none;
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
}

#footerShopHours
{
	line-height: initial;
}

h2.suggestProducts{
	background-color:inherit !important;
	color:#808080 !important;
	border-top: 1px solid #808080;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align:center;
    font-size: 1.17em;
}

#nav2
{
	text-transform: capitalize;
    	font-size: 18px;
	white-space: nowrap;
}

#viewChangesButton
{
	margin-bottom:10px !important;
}

#imgUploadTrigger
{
	border: 1px solid #000000;
}

.editHR
{
	display:none;
}

.subscribeFSN {
    
	padding-bottom: 20px;
}

#f2f_footer{
	width: 1050px !important;
}

#collapseNavButton{
	margin-top: 10px !important;
}

#imgUploadTrigger:hover {
    background: #C7C7C7;
}

#side_menu > .menu
{
	text-align:initial !important;
}

.productSliderImage {
	width: auto !important;
}

.simpleSlider_next:hover, span.simpleSlider_next:hover {
	border-left: 32px solid #E761C4 !important;
}

.simpleSlider_previous:hover {
	border-right: 32px solid #E761C4 !important;
}

#f2f_wrapper #content, .ui-main #content
{
	width: 800px !important;
	padding-bottom:20px;
}

.ui-main .navMenu
{
	white-space:normal;
}

div#f2f_wrapper  div.breakout
{
	margin:0;
}

.sideProducts
{
    margin-left: 75px;
}

#f2f_wrapper #navMenuData
{
	font-size:inherit !important;
}

.navMenu .fa-caret-down
{
	font-size:inherit !important;
}

.ui-main #navMenuData #nav
{
	display: block;
	font-size: 12px;
	width:100%;
	
}

.ui-main #navMenuData #nav > li > a
{
	font-weight:300;
	color: #444;
}

li#page_products li
{
	border: solid #808080;
	border-width: 23px 1px 15px;
}
.move_prod
{
	background-color: #808080;
}

.customOrders
{
	width: 100% !important;
	text-align:center !important;
}

#f2f_wrapper .product1 input.button, .ui-main .product1 input.button
{
	display:inline-block;
}

#f2f_wrapper .product1, .ui-main .product1
{
	text-align:center;
}

#formBottomSearch .fa-search
{
	vertical-align: middle;
}

@media only screen and (max-width: 1050px)
{
    #btnMobileShop
    {
        -moz-box-shadow: 0 0 10px #E761C4;
        -webkit-box-shadow: 0 0 10px #E761C4;
        box-shadow: 0 0 10px #E761C4;
    }
    .cartDiv
    {
        -moz-box-shadow: 0 0 10px #E761C4;
        -webkit-box-shadow: 0 0 10px #E761C4;
        box-shadow: 0 0 10px #E761C4;
    }
}

@media only screen and (min-width: 1051px)
{
    .hoverLink {
        color: hsl(0,0%,43%);
    }
    .hoverLink:hover {
        background-color: #E761C4;
        color: #000000;
    }
}

.pn-selected {
    border-color:#E761C4;
    background-color:#E761C4;
    color: #000000;
}
.dateOptionSelected {
    border-color:#E761C4!important;
    background-color:#E761C4!important;
    color: #000000;
}

#logoShopOutside {
    background-color: #ffffff;
    text-align: center;
}