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


.bannerContainer{
    margin-top: 15px;
    width: 1055px;
    height: 335px;
    display: block;
}
.bannerImage{
    float:left;
    width: 690px;
    height: 335px;
}

.featureBox{
    float: right;
    height: 81px;
    font-family: 'Open Sans', sans-serif;
    font-size: 31px;
    line-height: 81px;
    width: 349px;
    margin-bottom: 1px;
    letter-spacing: .08em;
    text-align: center;
}

.featureBox:hover{
    color: white;
}

#headerShopInfo{
    color: #000000;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    margin-top: 10px;
    background: #E1E1E1;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

#headerShopInfo > div {
    margin-right: 20%;
}

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

.cartBox:hover{
    color: white;
}

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

#cartHolder{
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.call-to-action-box
{
    position: relative;
    top: -125px;
    left: -105px;
    min-width: 200px;
    height: auto;
    padding: 8px 50px 12px 50px;
    font-size: 26px;
    font-weight: lighter;
    text-align: center;
    color: white;
    letter-spacing: 0.12em;
}

#iotagLine{
    color: #000000;
    font-size: 20px;
    letter-spacing: .25em;
    margin-bottom: 10px;

}

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

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


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

#footer{
    line-height: 1;
    position: relative;
    margin: 0 calc(50% - 50vw);
    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;
}

.shoppingCartProductImage{
    margin-bottom: 10px;
    margin-top: 10px;
}

.featuredText{
  border: none;
  width: 100%;
}

.socialProfileBar{
    display: none !important;
}

.halfLeft  .socialProfileBar
{
	float:none !important;
	margin-left:0 !important;
}
#recipeButton{
    font-size: 21px;
    border: 2px solid;
    text-transform: uppercase !important;
    padding: 10px 0;
    background: white !important;
    width: 340px !important;
    letter-spacing: .03em;
}

#recipeButton:hover{
    color: white;
}

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

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

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

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

.productWrapper{
    width: 1050px;

}

.addon label {
    font-weight:bold;
    font-size:16px;
}
.addon select{
    background: white;
    font-size: 16px;
    height: 28px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
}

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

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

/* 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;
    font-size: 19px !important;
    text-align: center;
}

.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;
    margin-bottom: 10px;
}

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

#wrapper {
	margin-top: 0 !important;
}

.urgeToBuy, .urgeToBuyProductMessage
{
    font-size: 14px;
    font-weight: 300;
}

.urgeToBuyProductMessage div:last-child{
    padding-left: 5px;
}
#headerFeatureLeft{
    float: left;
    width: 365px;
    margin-left: 10%;
    margin-top: 1em;
    text-align: center;
}
#headerFeatureRight{
    float:right;
    width: 365px;
    margin-right: 10%;
}

.headerFeaturePage{
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    height: 150px;
    display: inline-block;
    vertical-align:middle;
}

.headerFeaturePageTitle{
    display: block;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    max-width: 180px;
}

.headerfeaturePageButton{
    display: inline-block;
    min-width: 170px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 10px 0;
    background: #AFAFAF;
    line-height: 16px;
    color: white;
    text-transform: uppercase;
}

.featurePageImage{
    vertical-align: middle;
    display: inline-block;
    width: auto;
    height: 115px;
    margin-left: 15%;
    float:right;
    padding-left: 30px;
}



#headerFeatureImage{
    width: 236px;
    height: auto;
}

.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: #f0c1fb;
    color: inherit;
}
div.contactUs > input.button:hover,
div.contactUs > input.button:focus,
.custom_form_button_link:hover,
.custom_form_button_link:focus  {
    background-color: #f0c1fb;
    color: #000000;
}

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

.quickShareHeader {
    display:none;
}

.rev_ricon {
	display:none !important;
}

#pageTitle{
    display:none;
}

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

#headerFeatureContainer {
    margin-bottom: 20px;
    margin-top: 20px;
}

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

#content{
    width: 100%;
}

#headerBottomRule{
    display: block;
    height: 1px;
    border: 0;
    padding: 0;
}

#headerProductLine1{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
}

#headerProductLine2{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
}

#headerProductShownAt{
    font-size: 18px !important;
    font-weight: 300;
}

#headerProductButton{
    text-align: center;
    margin-top: 10px !important;
    border: 2px solid #f0c1fb;
    font-size: 24px !important;
    min-width: 200px !important;
    color: white;
    padding: 5px 0 5px 0;
    text-transform: uppercase;
}

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

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

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


.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;
    padding-left: 0;
    width: 50%;
    font-weight: 300;
}

#nav > li {
    display: inline-block;
    position:relative;
    padding: 0 10px;
}
#nav > li > a {
    display:block;
    position:relative;
    text-decoration:none;
}

#nav > li.selected  > a {
    background-color:#FFFFFF;
    border-color:#333399 #333399 #FFFFFF;
    z-index:100000000000;
    font-family: "Open Sans",sans-serif;
    font-weight: bold;
}
#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:#4F4F4F !important;
    text-decoration:none !important;
    display:block;
}

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

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

#navMenuData{
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
	white-space: nowrap;
}

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

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

#floristStateCrumb
{
	text-transform: uppercase;
}

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


#navGlue {
    background-color: #FFFFFF;
}
#logoName {
    display: inline-block;
    margin: 10px 20px 0;
}
#shopLogo {
    max-width: 240px;
    max-height: 125px;
    display: block;
}

.custom_form_button_link {
    border: solid 2px #f0c1fb;
    color: #f0c1fb;
    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 (min-width: 1051px) {

    .custom_form_button {
        min-width: 448px;
    }

    #navGlue {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        min-height: 100px;
        max-width: 1600px;
    }
    #logoName {
        flex: 1 1 0%; /* Flexbug #4 */
        margin: 10px 20px;
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }
    /* IE 10+ */
    _:-ms-input-placeholder, #logoName {
        flex-basis: auto;
    }
    #navMenuData {
        flex: 0 0 auto;
        margin: 10px 20px;
    }
    #shopLogo{
        margin: auto;
        max-width: 180px;
        max-height: 86px;
    }
    #navGlue::before {
        background: #FFFFFF;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 calc(50% - 50vw);
        z-index: -1;
    }
}


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

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

#btnMobileShop{
    display: none;
}

.featureButton:hover {
	color: #FFF !important;
}

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

@media (max-width:440px){
	div#wrapper > div.urgeToBuyProductMessage , .urgeToBuy {
	    font-size: 12px !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 (max-width: 974px){
	#floristStateCrumb, #floristNameCrumb, #insideTitle
	{
		display:none;
	}
	#formTopSearch, #topSearchSocial
	{
		display:none;
	}
	#content {
		padding-bottom: 0 !important;
	}
}

@media (min-width: 1051px){
    #wrapper {
        padding: 0 10px;
    }
	div#wrapper > div.urgeToBuyProductMessage {
		width: 500px;
		font-size:16px;
	}
	.undecidedBannerFull
	{
		width:1050px;
	}
	.contactUs
	{
	   width: 800px !important;
	}
	#logoName
	{
        font-size: 26px;
		font-weight:500;
	}
	
	#my-menu
	{
		display:none;
	}
	.cartDiv
	{
		display:none;
	}
	#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: 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) {

    #cartHolder {
        display: none;
    }

	.product1 {
	    max-width: initial;
	    border: none;
	}	
	#topSearchSocial {
		padding-top: 105px;
		padding-right:20px;
	}
    #navGlue {
        text-align: center !important;
    }

    #wrapper
	{
		width:inherit;
	}
	#topShopDiv{
		padding-top:10px;
        border-bottom: 3px solid #f0c1fb;
	}
	#headerFeatureLeft{
		width: 80%;
	}
	#headerFeatureRight{
		width: 80%;
	}
	.myFSNSearch {
		height:41px !important;
		margin-top: 25px;
	}
	.mobileDeliveryAreaBtn {
		border: 1px solid #f0c1fb !important;	 	
	}
	.mobileDeliveryArea {
		border-color: #f0c1fb !important;
        background-color: #e1e1e1;
	}
	#sliderTitle {
		color: #f0c1fb !important;
	}
	.product1 > img
	{
		width:167px;
	}
	.QuickButtons .QuickButton a {
		font-weight:300;
	}
	.prodButton
	{
		color:#f0c1fb !important;
	}
	#purchaseInfoBuyNow
	{
		max-width:100%;
	}
	.urgeToBuyProductMessage
	{
		margin-top: 10px;
	}
	#urgeToBuy
	{
		text-align:initial !important;
	}
	.socialProfileBar a {
    		background-color: #555 !important;
	}

	#headerFeatureContainer {
		margin-bottom: 0;
	}
	#navMenuData, .navMenu
	{
		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%;
		z-index:1;
	}

	#btnMobileShop
	{

		width:49% !important; 

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

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

	.QuickButton, .QuickButton a:hover
	{
		background-color: #f0c1fb;
		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;
	}
	
	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 > h1 {
        padding-left: 5px;
    }
}
#nav2
{
    	text-transform: capitalize;
    	font-size: 18px;
	white-space: nowrap;
}

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

#footerLinks
{
	vertical-align:top;
}

#footerShopHours
{
	vertical-align:top;
}

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

.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 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    max-width: 320px;
    float: right;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.75;
    background-color: #ffffff;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
}

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

.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:first-of-type {
    margin: auto;
}

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

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

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

div.urgeToBuyProductMessage {
    width: 500px;
}

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

.addToCartButton
{
	width: 50% !important;
	height: 48px !important;
	letter-spacing: 1px !important;
	font-family: 'Open Sans',sans-serif;
	font-size: 21px !important;
}

.buyNowCurrencyNotice
{
	font-size: 12px;
}

.socialProfileBar .fa-2x
{
	color: #FFF !important;
}

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

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

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

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

#footerDeliveryArea
{
	background-color: #e1e1e1;
}

#cartHolder > a
{
	text-transform: initial;
	font-family: 'Open Sans',sans-serif;
	font-weight: 300;
}

#cartHolder:hover
{
    font-weight: bold;
}

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

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

#productDescription
{
	color: #444444;
}

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

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

.simpleSlider_wrapper
{
	    position: initial !important;
}


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

.featureBox{
	color: #f0c1fb;
	border: 1px solid #f0c1fb;
}
.featureBox:hover {
	background: #f0c1fb;
	color: white;
}

#footerDeliveryArea{
	border-color: #f0c1fb;
}
#footerDeliveryButton{
	border-color: #f0c1fb;
}
.call-to-action-box{
	border: 1px solid #f0c1fb;
}

.call-to-action-box:hover{
	background: #f0c1fb;
	color: white;
}

.prodButton{
	color: #f0c1fb;
}
.title{
	color: #f0c1fb;
}
.featureButton{
	border-color: #f0c1fb;
	color: #f0c1fb !important;
}
.featureButton:hover{
	background: #f0c1fb;
}
#recipeButton{
	border-color: #f0c1fb;
	color: #f0c1fb;
}
#recipeButton:hover{
	background: #f0c1fb  !important;
}

.checkoutStep img{
	background: #f0c1fb;
}

.urgeToBuyProductMessage > .urgeToBuyTruck {
    color: #FFF;
    background-color: #f0c1fb !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;


}

.urgeToBuy > .urgeToBuyTruck {
    background-color: #f0c1fb !important;
}

.headerfeaturePageButton:hover{
	background: #f0c1fb;
}

.menuBox
{
	border: solid 1px #f0c1fb !important;
}

.rev_flright .fa-star{
	color: #f0c1fb !important;
}
.accentColor{
	color: #f0c1fb !important;
}
			
.newsletterSignup
{
	border-radius: 5px;
	padding: 10px;
	background-color: #f0c1fb !important;
	color: #FFF;
	border: none;
	height:inherit !important;
}

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

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

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

.purchaseNowName {
	color: #f0c1fb !important;
}

#footerDeliveryButton:hover{
	background-color: #f0c1fb;
	color: #FFF;
}


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

#footerShopHours
{
	line-height: initial;
}

.undecidedBannerFull:hover{
	color: #444 !important;
}

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

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

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

.editHR
{
	display:none;
}

#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 #f0c1fb !important;
}

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

.sideProducts
{
    margin-left: 75px;
}

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

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

#f2f_wrapper #navMenuData
{
	font-size:inherit !important;
	margin-top: 35px;
}

#f2f_wrapper #headWrapper #shopLogo
{
	max-width:100px;
	height:auto;
}

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

#ioNavWrapper{
    align-content: center;
    line-height: 30px;
    padding: 8px;
    background-color: #D0CFCD;
}

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

.subscribeFSN {
	padding-bottom:20px;
}

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

.pn-selected {
    border-color:#f0c1fb;
    background-color:#f0c1fb;
    color: #000000;
}

.dateOptionSelected::placeholder {
    color: #000000;
}
.dateOptionSelectedText {
    color: #000000;
}

/* widget specific css  */

/* Beginning of Widget Edit */
.hidden {
    display: none !important;
}

.widget {
    border: 1px solid #b2b2b2;
    margin-top: 10px;
    margin-bottom: 10px;
}

.widgets {
    list-style: none;
    padding-left: 0;
}

@media (max-width: 1050px) {
    .widgetsContainer, #widgetInfo {
        width: 80%;
    }
    #businessTypeGrid {
        grid-template-columns: 33% 33% 33%;
    }
}
@media (min-width: 1051px) {
    .widgetsContainer, #widgetInfo {
        width: 100%;
    }
    #businessTypeGrid {
        grid-template-columns: 25% 25% 25% 25%;
    }
}

.customProductFeaturedText{
    text-align: center !important;
}
@media (min-width: 42.85rem) {
    .customProductFeaturedText{
        text-align: left !important;
    }
}

.fr-btn-grp {
    margin: 0 5px 0 6px !important;
}

.widgetContainer {
    display: flex;
    padding: 12px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.widgetContainerOpened, .widgetContainer:hover {
    background-color: #e8e8e8;
}

.moveWidget {
    color:#767676;
}

.widgetName {
    font-size: 22px;
}

.widgetDescription {
    font-style: italic;
}

.enableAndMove {
    display: flex;
    align-items: center;
}

.enabledOuter.enabled {
    background-color: #0091fd;
}

.enabledOuter.disabled {
    background-color: #c9c9c9;
}

.enabledOuter {
    display: inline-block;
    width: 54px;
    height: 27px;
    border-radius: 16px;
}

.enabledInner {
    background-color: #fdfdfd;
    width: 21px;
    height: 21px;
    border-radius: 16px;
    display: inline-block;
    margin-top: 3px;
}

.enabledInner.disabled {
    margin-left: 4px;
}

.enabledInner.enabled {
    margin-left: 29px;
}

.moveWidget {
    cursor: move;
    margin-left: 16px;
}

.openedContent {
    margin: 30px;
}

#establishedDate {
    margin: 0 0 20px 0;
}

#establishedDate > span {
    margin-right: 10px;
}

.widgetSelect {
    background-color: initial;
    border: 1px solid #ccc;
}

#establishedDate > select {
    border-radius: 5px;
    padding: 8px;
    margin: 0;
    width: 20%;
}

#pageCopyEditorDescription {
    line-height: 1.5
}

#templateSelector {
    display: flex;
    flex-direction: row-reverse;
    margin: 10px 20px 10px 0;
}

#businessPhotoSectionContainer {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

#businessPhotoContainer {
    width: 225px;
    height: auto;
    aspect-ratio: 4/3;
    background-color: #ececec;
    border: #94949b 1px solid;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

#businessPhotoSectionContainer > .pintura-inline-editor {
    height: auto;
    width: 325px; /* needs roughly 50px extra on height and width than addPhotoContainer */
    aspect-ratio: 4/3;
    display: none
}

#businessPhotoContainer > span {
    display: flex;
    justify-content: center;
}

#addPhotoOfShop {
    font-size: 20px;
    margin: 30px 0 15px 0;
}

#AddPhotoContainer {
    margin-left: 10px;
}

#AddPhotoContainer > label > input {
    margin: 3px 0 5px 0;
    width: 300px;
    border-radius: 5px;
}

#chooseFileContainer {
    margin: 10px 0;
}

.underlineButton {
    background: none;
    border: none;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
}

#businessTypeContainer {
    margin-bottom: 30px;
}

#businessTypeGrid {
    display: grid;
}

#businessTypeGrid > label > input {
    margin-right: 5px;
}

.customTypeInput {
    width: 75%;
}

#saveContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

#saveBusinessDescription {
    margin-top: 20px;
    padding: 10px 20px;
    border: none;
    background-color: #C7C7C7;
}

#saveBusinessDescription:hover {
    background: #CFCFCF;
}

/* Beginning of Live Website Widget Display  */
#businessInfoDisplay {
    padding-left: 30px;
    padding-right: 40px;
    text-align: left;
    margin-bottom: 20px;
    float: left
}

#businessInfoDisplay.bottom {
    margin-top: 50px;
}

#aboutUsBody {
    text-align: initial;
}

#shopName {
    color: #f0c1fb;
    margin: 0;
}

#shopPhotoContainer {
    float: right;
    margin-left: 20px;
}

#shopPhoto.wide {
    width: 400px;
    height: auto;
}

#shopPhoto.tall {
    width: auto;
    height: 400px;
}

#shopPhoto.square {
    width: 250px;
    height: auto;
}

#EstablishedDateAndTypes {
    color: grey
}

#businessTypes {
    margin-top: 5px;
}

/* end of live website widget display */


.widget .page-input {
    border-width: 1px 1px 1px !important;
    column-count: 2;
}

.widget .page-input-id-label {
    display: block;
}

.widget .pages_dropdown {
    display: inline-block;
    width: 170px;
    border: 1px solid black;
    text-align: right;
    padding-right: 5px;
    cursor: pointer;
}

.widget .dropdown_check_list {
    /* This can take up the full row */
    column-span: all;
    margin: 0 0 30px 0;
}

.widget .dropdown_check_list ul.items {
    padding: 2px;
    margin: 0;
    border: 1px solid #ccc;
    border-top: none;
    /* With all the subpages, this can get excessive */
    overflow-y: scroll;
    height: 350px;
}

.widget .dropdown_check_list ul.items li {
    list-style: none;
}
.addPagesContainer .fa-caret-up {
    color: #0094ff;
}

/*
 * Froala specific css. If Froala is used somewhere other than widgets
 * may have to increase specificity for below rules.
 */

.fr-delete-img {
    display: none !important;
}

.skip-link {
    position: absolute;
    left: 40px;
    top: -999px;
    z-index: 10;
    background-color: #f0c1fb;
    color: #000000;
}

.skip-link:focus {
    top: 5px;
}

.msgButton {
    color: #f0c1fb !important;
    border-color: #f0c1fb !important;
}

.icon {
    color: #f0c1fb;
    margin-right: 5px;
}

.adaButtonTextColor {
    color: black !important;
}

.adaOnHoverBackgroundColor:hover {
    border-top: 1px solid #f0c1fb !important;
    background-color: #fdf8fe !important;
    color: black !important;
    box-shadow: 0 -1px 0 0 #f0c1fb;
}

.adaOnHoverFeatureBackgroundColor:hover {
    border-top: 2px solid #f0c1fb !important;
    background-color: #fdf8fe !important;
    color: black !important;
    box-shadow: 0 -1px 0 0 #f0c1fb;
}

.adaOnHoverCustomBackgroundColor:hover {
    border-top: 2px solid #f0c1fb !important;
    background-color: #fdf8fe !important;
    color: black !important;
}

.productHover:has(input:not(:checked)):hover {
    background-color: #fdf8fe !important;
}

.deliveryHover:not(.dateOptionSelected):hover {
    background-color: #fdf8fe !important;
}

.pn-selected {
    border: unset !important;
    background-color: #fdf8fe !important;
    color: black;
    box-shadow: 0 0 0 3px #f0c1fb;
    transition: box-shadow 0.5s;
}

.dateOptionSelected {
    background-color: #fdf8fe !important;
    color: black;
    box-shadow: 0 0 0 3px #f0c1fb;
    font-weight: 900;
    transition: box-shadow 0.5s;
}