html,body{
	margin:0;
	padding:0;
	/*background: url(../images/bf/bg.png);*/
	font-family: 'Roboto', sans-serif;
}

body.home { 
margin:0;
	padding:0;
	background: #ffffff;
	font-family: 'Roboto', sans-serif; 
}

#bfm-header { background-color: #ffffff; }
#bfm-main h1,h2,h3,h4,h5,h6,h7,h8{
	font-weight: normal;
}

h5{
	font:18px 'Droid Serif', serif;
	text-transform: capitalize;
	color: #333333;
}

p{
	font-size:15px;
	color: #666666;
	line-height: 23px;
}
hr {
	border:1px solid #d5d3c9;
	color:#d5d3c9;
	border-bottom:none;
	width: 95%;
}
hr.dashed {
	border:none;
	background: url(../images/bf/horizontal-line.png) repeat-x top center;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.bfm-clearfix{
	clear:both;
}
a:link, a:visited{
	color: #ba0e29;
	/*
	-webkit-transition : color 0.15s linear;
  -moz-transition : color 0.15s linear;
  -ms-transition : color 0.15s linear;
  -o-transition : color 0.15s linear;
  transition : color 0.15s linear;
	*/
	text-decoration:none;
}
a:hover{
	color: #ee9126;
}
.bfm-shop-now-s, .bfm-sign-up, .bfm-submit, .bfm-shop-now, .bfm-shop-now2{
	background: url(../images/bf/buttons.png) no-repeat;
	display:block;
}
a.bfm-shop-now-s{
	background-position: -114px -132px ;
	width: 110px;
	height: 33px;
}

a.bfm-shop-now-product-s:hover { background-position: -2px -132px; }

a.bfm-shop-now-s:hover, a.bfm-product-shop-now-s:hover{
	background-position: -2px -132px ;
}
.bfm-sign-up{
	background-position: -114px -95px ;
	width: 111px;
	height: 34px;
        text-indent: 2000px;
}
.bfm-sign-up:hover{
	background-position: -1px -95px ;
}
.bfm-submit{
	background-position: -135px -48px ;
	width: 133px;
	height: 45px;
}
.bfm-submit:hover{
	background-position: 0 -48px ;
}
.bfm-shop-now{
	background-position: 0 -1px ;
	width: 166px;
	height: 45px;
}
.bfm-shop-now:hover{
	background-position: -167px -1px ;
}
.bfm-shop-now2{
	background-position: -239px -108px;
	width: 82px;
	height: 14px;
}
.bfm-shop-now2:hover{
	background-position: -239px -138px ;
}
strong{
	font: bold 'Droid Serif', serif;
}
#bfm-top{
	width: 960px;
	height: 150px;
	margin: 0 auto;
	position: relative;
}
#bfm-logo_wrap{
	width: 300px;
	padding-top:10px;
}
.bfm-logo{
	margin-left:30px;
	border:none;
}
#bfm-menu{
	width:100%;
	height: 50px;
	background: url(../images/bf/bg_menu.png) repeat-x;
}
#bfm-menu > ul{
	padding:15px 0 0 0 ;
	margin: 0 auto;
	list-style: none;
	color: #fff;
	width: 960px;
	position:relative;
}
#bfm-menu > ul > li{
	display: inline;
	background: url(../images/bf/pattern_menu.png) left 4px no-repeat;
	padding: 0 3px 0 19px;
	position: relative;
}
/*#bfm-menu ul li:first-child,*/ #bfm-menu ul li.bfm-menu-first{
	background: none;
	padding: 0 3px 0 0;
}
/*#bfm-menu ul li:last-child a,*/ #bfm-menu ul li.bfm-menu-last{
	padding: 0 0 0 19px;
}
#bfm-menu ul li a{
	color: #fff;
	text-decoration: none;
	font:bold 15px 'Droid Serif', serif;
}
#bfm-menu ul li a:hover,
#bfm-menu ul li a.bfm-active{
	color: #ffeca0;
}
#bfm-menu > ul > li > a{
	display:inline-block;
	height:18px;
	cursor: pointer;
}
#bfm-menu > ul > li:hover > a{
	background: url(../images/bf/horn_menu_h.png) 50% bottom no-repeat;
position: relative;
z-index: 9999999;
padding: 0 0 27px 0;
}


#bfm-menu ul ul{
	position: absolute; top:35px;left:0;
	background: #fff;
	border: #ba0e29 4px solid;
	border-top: none;
	width:206px;
	padding:25px 20px 25px 20px ;
	/** visibility:hidden; **/
	display:none;
	z-index: 99;
	/*
	-webkit-transition : visibility 0s linear 0.15s,opacity 0.15s ease-out;
  -moz-transition : visibility 0s linear 0.15s,opacity 0.15s ease-out;
  -ms-transition : visibility 0s linear 0.15s,opacity 0.15s ease-out;
  -o-transition : visibility 0s linear 0.15s,opacity 0.15s ease-out;
  transition: visibility 0s linear 0.15s,opacity 0.15s ease-out;
	transition-delay:0s;
	*/
}
#bfm-menu ul ul.bfm-big-ul{
	top:50px;
}
#bfm-menu > ul > li:hover > ul{
	/** visibility:visible; **/
	display:block;
	z-index:99999;
}
#bfm-menu ul ul li{
	position:relative;
}
#bfm-menu > ul ul > li > ul{
	left: 226px;
	top:0;
	border: #ba0e29 4px solid;
	/*border-left:none;*/
	padding:15px 20px 15px 20px ;
}
#bfm-menu > ul ul > li:hover > ul{
	/** visibility:visible; **/
	display:block;
	z-index:99999;
}
#bfm-menu ul ul li {
	border-bottom: #dfded7 1px solid;
	padding: 2px 0;
	width:205px;
}
/* menu last item bottom border no way around on IE8*/
#bfm-menu ul ul li:last-child{
	border:none;
}


#bfm-menu ul ul li a{
	color: #333333;
	padding: 8px 50px 8px 8px;
	display:block;
	font:15px 'Droid Serif', serif;
	width:180px;
	/*
	-webkit-transition : color 0.1s linear;
  -moz-transition : color 0.1s linear;
  -ms-transition : color 0.1s linear;
  -o-transition : color 0.1s linear;
  transition : color 0.1s linear;
	*/
}
#bfm-menu ul ul li:hover{
	background: #ba0e29 url(../images/bf/arrow-submenu.png) 185px 11px no-repeat;
}
#bfm-menu ul ul li:hover > a{
	color: #fff;
}
/*******************************EXPANDED MENU******************************/
#bfm-menu ul ul.bfm-big-ul{
	width: 520px;
	min-height: 430px;
	top: 35px;
}
#bfm-menu ul ul div.bfm-big-expanded{
	background: #fff;
	width:290px;
	height: 100%;
	position: absolute; top:0; left: 227px;
	padding-left:20px;
	/** visibility:hidden; **/
	display:none;
	/*
	-webkit-transition : visibility 0s linear 0.15s,opacity 0.15s ease-out;
  -moz-transition : visibility 0s linear 0.15s,opacity 0.15s ease-out;
  -ms-transition : visibility 0s linear 0.15s,opacity 0.15s ease-out;
  -o-transition : visibility 0s linear 0.15s,opacity 0.15s ease-out;
  transition: visibility 0s linear 0.15s,opacity 0.15s ease-out;
	transition-delay:0s;
	*/
}

#bfm-menu ul ul div.bfm-big-expanded-first{
	background: #fff;
	width:290px;
	height: 100%;
	position: absolute; top:0; left: 227px;
	padding-left:20px;
	
}

#bfm-menu ul ul li:hover div.bfm-big-expanded{
	/** visibility:visible; **/
	display:block;
}

#bfm-menu ul ul li:hover div.bfm-big-expanded-first{
	/** visibility:visible; **/
	display:none;
}

#bfm-menu.bfm-bigmenu ul li{
	position:static;
}
#bfm-menu ul ul li a.bfm-shop-now-s{
	width: 110px;
	height: 33px;
	padding:0;
	display:inline-block;
}
#bfm-menu ul ul div.bfm-big-expanded .bfm-menu-product{
	text-align: center;
	width:233px;
	height: 365px;
	background: url(../images/bf/vertical-line.png) left repeat-y;
	color: #333;
	font:15px 'Droid Serif', serif;
	float:left;
	padding-top:70px;
	padding-left: 10px;
	
}

#bfm-menu ul ul div.bfm-big-expanded-first .bfm-menu-product{
	text-align: center;
	width:233px;
	height: 365px;
	/*height: 100%;*/
	background: url(../images/bf/vertical-line.png) left repeat-y;
	color: #333;
	font:15px 'Droid Serif', serif;
	float:left;
	padding-top:70px;
	padding-left: 10px;
}

#bfm-menu ul ul div.bfm-big-expanded-first .bfm-menu-product .bfm-header{
	position: absolute; top: 18px; left:35px;
	color: #fff;
	background: #ba0e29;
	font:bold 12px 'Open Sans', sans-serif;
	padding:5px;
	width: 233px;
}

#bfm-menu ul ul div.bfm-big-expanded .bfm-menu-product .bfm-header{
	position: absolute; top: 18px; left:35px;
	color: #fff;
	background: #ba0e29;
	font:bold 12px 'Open Sans', sans-serif;
	padding:5px;
	width: 233px;
}

#bfm-menu ul ul div.bfm-big-expanded-first .bfm-price{
	color: #828282;
	font-size:13px;
	margin-bottom:20px;
}

#bfm-menu ul ul div.bfm-big-expanded .bfm-price{
	color: #828282;
	font-size:13px;
	margin-bottom:20px;
}

#bfm-menu ul ul div.bfm-big-expanded-first .bfm-menu-banner{
	width:420px;
	float:left;
	padding: 20px 0 20px 25px;
	background: url(../images/bf/vertical-line.png) left repeat-y;
	position: relative;
}

#bfm-menu ul ul div.bfm-big-expanded .bfm-menu-banner{
	width:420px;
	float:left;
	padding: 20px 0 20px 25px;
	background: url(../images/bf/vertical-line.png) left repeat-y;
	position: relative;
}

#bfm-menu ul ul div.bfm-big-expanded-first .bfm-shop-now-link{
	font:bold 16px 'Droid Serif', serif;
	color: #ba0e29;
	position:absolute;
	top: 270px; left:46px;
	background: url(../images/bf/horn-link.png) right 11px no-repeat;
	width:auto;
	padding-right:15px;
}

#bfm-menu ul ul div.bfm-big-expanded .bfm-shop-now-link{
	font:bold 16px 'Droid Serif', serif;
	color: #ba0e29;
	position:absolute;
	top: 270px; left:46px;
	background: url(../images/bf/horn-link.png) right 11px no-repeat;
	width:auto;
	padding-right:15px;
}
#bfm-menu ul ul div.bfm-big-expanded .bfm-shop-now-link:hover{
	color: #ee9126;
}
/*******************************TOP MENU**************************************/
#bfm-top_menu{
	position: absolute; top: 25px; right:0;
	color: #828282;
	font-size:13px;
}
#bfm-top_menu a{
	color: #828282;
	text-decoration: none;
}
#bfm-top_menu a:hover{
	color: #ee9126;
}
#bfm-top_menu .bfm-sign_in{
	background: url(../images/bf/icons.png) no-repeat;
	background-position: -219px -8px ;
	padding: 7px 0 10px 27px;
}
span.bfm-line{
	background: url(../images/bf/vertical_line.png)no-repeat;
	display:inline-block;
	width:2px;
	height: 12px;
	margin: 0 6px;
	position:relative;top: 2px;
}
#bfm-top_menu .bfm-login{
	float: left;
	background: url(../images/bf/line_dashes.png) right top no-repeat;
	padding: 8px 25px 0 25px;
	min-height: 24px;
}
#bfm-top_menu .bfm-basket{
	float:left;
	/*background: url(../images/bf/line_dashes.png) right top no-repeat;*/
	padding: 8px 0 0 18px;
	min-height: 24px;
}
#bfm-top_menu .bfm-amount{
	background: url(../images/bf/icons.png) no-repeat;
	background-position: -218px -51px ;
	padding-left:30px;
	font:bold 13px 'Roboto', sans-serif;
	color: #333333;
	display: inline-block;
	padding-top:3px;
	min-height: 19px;
}
#bfm-top_menu span.bfm-price{
	font:bold 13px 'Roboto', sans-serif;
	color: #333333;
}
#bfm-top_menu div.bfm-delivery{
	background: url(../images/bf/icons.png) no-repeat;
	background-position: -256px -46px ;
	height: 21px;
	float:left;
	padding-left: 58px;padding-top:10px;
	/*display:none;*/
}
#bfm-top_menu a.bfm-delivery{
	background: url(../images/header/arrow.png) no-repeat;
	display: inline-block;
	width: 17px;
	height: 11px;
}
#bfm-top_menu a.bfm-delivery:hover{
	background: url(../images/header/arrow_h.png) no-repeat;
width: 17px;
	height: 11px;
}
#bfm-top .bfm-need_it{
	/*background: url(../images/bf/icons.png) no-repeat;*/
	/*background-position: -47px -89px;*/
	position:absolute; top: 102px; left:300px;
	/*position:absolute; top: 98px; left:348px;*/
	padding-left: 45px;
	min-height:35px;
}
#bfm-top .bfm-need_it h6{
	margin:0;
}
#bfm-top .bfm-need_it p{
	margin:0;
	font:13px 'Droid Serif', serif;
	/*margin-top: -4px;*/
	margin-top: -28px;
	margin-left: 165px;
}
#bfm-search{
	position: absolute; top:57px; right: 0;
	background: #fff;
}
#bfm-search input[type="text"]{
	background: none;
	border: #d2cfc6 1px solid;
	width:285px;
	height: 34px;
	padding:0 40px 0 10px;
	margin:0;
	color: #666666;
	font:italic 13px/34px 'Roboto', sans-serif;
	float:left;
}
#bfm-search input[type="submit"]{
	background: url(../images/bf/icons.png) no-repeat;
	background-position: -2px -87px ;
	border:none;
	height: 34px;
	width: 34px;
	cursor: pointer;
	margin-left: -37px;
	float:left;
}


#sameday-search input[type="text"]{
	background: fff;
	border: #d2cfc6 1px solid;
	width:185px;
	height: 34px;
	padding:0 40px 0 10px;
	margin:0;
	color: #666666;
	font:italic 13px/34px 'Roboto', sans-serif;
	float:left;
}

#sameday-search h5{
	font:18px 'Droid Serif', serif;
	color: #666666;
	line-height: 23px;
text-transform: initial;
}

.bfm-menu_about{
	position: absolute; top: 115px; right:0;
	font-size:13px;
	color: #666666;
}
.bfm-menu_about div{
	float:left;
}
.bfm-menu_about ul{
	float:right;
	margin: 0 0 0 10px;
	padding: 0;
}
.bfm-menu_about ul li{
	display: inline;
	padding: 0 10px;
	background: url(../images/bf/vertical_line.png) left 2px no-repeat;
}

/*.bfm-menu_about ul li:last-child,*/ .bfm-menu_about ul li.bfm-menu_about_last{
	padding-right:0;
}

.bfm-menu_about ul li a{
	color: #666666;
	text-decoration: none;
}
.bfm-menu_about ul li a:hover{
	color: #ee9126;
}
.bfm-menu_about strong{
	font-family:'Roboto', sans-serif;
}

/*************************************************SLIDER*********************************************************/
/*************************************************SLIDER*********************************************************/

#bfm-slider ul{
	margin: 0;
	padding:0;
	list-style: none;
	position:relative;
	height:465px;
}
#bfm-slider ul.bfm-slider-content li{
	display:block;
	position: absolute; top:0;left:0;
	width:100%;
	/**/
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: top center;
	background-image:url(../images/bf/slider/bg_slide1.jpg);
	/** visibility:hidden; **/
	display:none;
	/*
	-webkit-transition : visibility 0s linear 0.3s,opacity 1s ease-out;
  -moz-transition : visibility 0s linear 0.3s,opacity 1s ease-out;
  -ms-transition : visibility 0s linear 0.3s,opacity 1s ease-out;
  -o-transition : visibility 0s linear 0.3s,opacity 1s ease-out;
  transition: visibility 0s linear 0.3s,opacity 1s ease-out;
	transition-delay:0.1s;
	*/
}
#bfm-slider ul.bfm-slider-content li.bfm-active{
	/** visibility:visible; **/
	display:block;
}
#bfm-slider .bfm-slide-inner{
	width:960px;
	margin: 0 auto;
	height:465px;
	position: relative;
}
#bfm-slider .bfm-slide-inner img{
	position: absolute; right: -50px; bottom:0;
}
#bfm-slider .bfm-slide-inner a.bfm-shop-now{
	margin-top: 30px;
}
#bfm-slider .bfm-slide-inner h2{
	width: 400px;
	color: #691d25;
	font:400 48px 'Roboto', sans-serif;
	line-height:48px;
	margin:0;
	padding-top:70px;
}
#bfm-slider .bfm-slide-inner h2 strong{
	font:bold 'Roboto', sans-serif;
}

#bfm-slider-menu .bfm-bjqs-slider .bfm-slider-menu-content-inner .bfm-slider-menu-content-slide-txt .bfm-caption {
	width:190px;
	min-height: 49px;
	margin-top:60px;
	background: url(../images/bf/line-caption.png) top right no-repeat;
	float: left;

}

#bfm-slider-menu .bfm-bjqs-slider .bfm-slider-menu-content-inner .bfm-slider-menu-content-slide-txt .bfm-promo-code {
	width:80px;
	float: left;
margin-top:60px;
	font:12px 'Roboto', sans-serif;
	text-align: center;
	color: #691d25;
padding: 0 0 15px 20px;
background: url(../images/bf/underline_caption.png) 30px bottom no-repeat;


}


/*#bfm-slider .bfm-slide-inner .bfm-caption{
	width:295px;
	min-height: 49px;
	margin-top:60px;
	border: 3px solid #531402;
	background: url(../images/bf/line-caption.png) top right no-repeat;
	float: left;
}*/

#bfm-slider-menu .bfm-bjqs-slider .bfm-slider-menu-content-inner .bfm-slider-menu-content-slide-txt .bfm-caption h6
{
font:bold 12px 'Roboto', sans-serif;
	color: #691d25;
	margin:0;
}



/*#bfm-slider .bfm-slide-inner .bfm-caption h6{
	font:bold 15px 'Roboto', sans-serif;
	color: #691d25;
	margin:0;
}*/

#bfm-slider-menu .bfm-bjqs-slider .bfm-slider-menu-content-inner .bfm-slider-menu-content-slide-txt .bfm-caption h6 span
{ 	color: #ba0e29; }




/*#bfm-slider .bfm-slide-inner .bfm-caption h6 span{
	color: #ba0e29;
}*/

#bfm-slider-menu .bfm-bjqs-slider .bfm-slider-menu-content-inner .bfm-slider-menu-content-slide-txt .bfm-caption p
{
margin: 0;
	font:13px 'Roboto', sans-serif;
	color: #691d25;

}


/*#bfm-slider .bfm-slide-inner .bfm-caption p{
	margin: 0;
	font:13px 'Roboto', sans-serif;
	color: #691d25;
}*/


#bfm-slider-menu .bfm-bjqs-slider .bfm-slider-menu-content-inner .bfm-slider-menu-content-slide-txt .bfm-caption p span
{ 	color: #ba0e29; }



/*#bfm-slider .bfm-slide-inner .bfm-caption p span{
	color: #ba0e29;
}*/






/*#bfm-slider .bfm-slide-inner .bfm-promo-code{
	float: left;
	margin-top:60px;
	font:12px 'Roboto', sans-serif;
	text-align: center;
	color: #691d25;
	padding: 0 0 12px 20px;
	background: url(../images/bf/underline_caption.png) 30px bottom no-repeat;
}*/



/*.bfm-promo-code {float: left;
	font:12px 'Roboto', sans-serif;
	color: #691d25;
	padding: 0 0 12px 20px;
width:295px;
	background: url(../images/bf/underline_caption.png) 30px bottom no-repeat;
}

.bfm-promo-code-none {float: left;
	font:12px 'Roboto', sans-serif;
	color: #691d25;
	padding: 0 0 12px 20px;
width:295px;
}
*/


#bfm-slider .bfm-slide-inner .bfm-promo-code strong{
	font-family:'Roboto', sans-serif;
}
#bfm-slider ul.bfm-slider-navi{
	width:957px;
	height:48px;
	display: block;
	margin: -24px auto 0 auto;
	list-style: none;
	/**/
	-moz-box-shadow: 0 4px 15px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 4px 15px 1px rgba(0,0,0,0.2);
	box-shadow: 0 4px 15px 1px rgba(0,0,0,0.2);
	
}
#bfm-slider ul.bfm-slider-navi li{
	display: block;
	background: #ee9126;
	border: #ffb157 2px solid;
	border-right:0;
	margin: 0;
	float:left;
	position: relative;
	z-index: 9999;
	/*
	-webkit-transition : background 0.1s linear;
  -moz-transition : background 0.1s linear;
  -ms-transition : background 0.1s linear;
  -o-transition : background 0.1s linear;
  transition : background 0.1s linear;
	*/
}
/*#bfm-slider ul.bfm-slider-navi li:last-child*/#bfm-slider ul.bfm-slider-navi li.bfm-slider-navi-last{
	border-right: #ffb157 2px solid;
}
#bfm-slider ul.bfm-slider-navi li a{
	display:block;
	cursor: pointer;
	width:189px;
	height: 34px;
	padding-top: 14px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family:'Droid Serif', serif;
}
#bfm-slider ul.bfm-slider-navi li:hover,
#bfm-slider ul.bfm-slider-navi li.bfm-active{
	background: #fff;
	border-color: #fff;
}
#bfm-slider ul.bfm-slider-navi li:hover a,
#bfm-slider ul.bfm-slider-navi li.bfm-active a{
	color: #ee9126;
}
#bfm-slider ul.bfm-slider-navi li.bfm-active a{
	background: url(../images/bf/arrow_navi_slider.png) center top no-repeat;
	padding-top:27px;
	margin-top: -13px;
}

#bfm-products{
	margin: 0 auto;
	width:100%;
	padding-top:60px;
}
.bfm-products-homepage {
width: 945px !important;
}
#bfm-products #bfm-products_inner{
border: #d2d0c6 1px solid;
	/*border-top: none;*/
	border-right: none;
	border-bottom: none;
	/*border-top: #d2d0c6 1px solid;*/
	/*border-left: #d2d0c6 1px solid;*/
}


#bfm-products .bfm-product{
	width: 235px;
	height: 404px;
	float: left;
	text-align: center;
	color: #333333;
	font:15px 'Droid Serif', serif;
/*border-top: #d2d0c6 1px solid;*/
	/*border-right: #d2d0c6 1px solid;*/
	border-bottom: #d2d0c6 1px solid;
	border-right: #d2d0c6 1px solid;
	position: relative;
	/*
	-webkit-transition : all 0.1s linear;
  -moz-transition : all 0.1s linear;
  -ms-transition : all 0.1s linear;
  -o-transition : all 0.1s linear;
  transition : all 0.1s linear;
	*/
}

#bfm-products h3 {
font:30px 'Droid Serif', serif;
	text-transform: capitalize;
	color: #ba0e29;
}

#bfm-products .bfm-product .bfm-product-inner {
	border:4px solid #fff;
	padding: 40px 20px 90px 20px;
	width: 187px;
	height: 266px;
	background:#fff;
}
#bfm-products .bfm-product-inner img {
	width:100%;
}
#bfm-products .bfm-p-active .bfm-product-inner{
	border:4px solid #ee9126
}
#bfm-products .bfm-product a.bfm-shop-now-s{
	
	position: absolute; bottom: 30px; left:50%;
	margin-left:-55px;
}
#bfm-products .bfm-product .bfm-price{
	font:italic 13px 'Roboto', sans-serif;
	color: #828282;
}
/*****************************POPULAR GIFT CATEGORIES***************/
#bfm-gift_categories{
	margin: 0 auto;
	width:960px;
	padding: 25px 0;
	/*background: url(../images/bf/horizontal-line.png) bottom repeat-x;*/
}

#bfm-gift_categories h3 {
font:30px 'Droid Serif', serif;
	text-transform: capitalize;
	color: #ba0e29;
}

#bfm-gift_categories ul{
	list-style: none;
	padding: 10px 0 0 0;
}
#bfm-gift_categories ul li{
	display: inline-block;
	text-align: center;
	width: 124px;
	margin-right: 38px;
	vertical-align: top;
}
/*#bfm-gift_categories ul li:last-child, */#bfm-gift_categories ul li.bfm-gift_categories_last{
	margin-right: 0;
}
#bfm-gift_categories .bfm-birthday,#bfm-gift_categories .bfm-getwell,#bfm-gift_categories .bfm-gourmet,#bfm-gift_categories .bfm-thank,#bfm-gift_categories .bfm-valentine, .bfm-baby{
	background: url(../images/bf/icons_categories.png) no-repeat;
	width: 124px;
	height: 124px;
	cursor: pointer;
}
#bfm-gift_categories .bfm-birthday{
	background-position: -638px -129px ;
}
#bfm-gift_categories .bfm-birthday:hover{
	background-position: -643px -3px ;
}
#bfm-gift_categories .bfm-getwell{
	background-position: -507px -129px ;
}
#bfm-gift_categories .bfm-getwell:hover{
	background-position: -516px -3px ;
}
#bfm-gift_categories .bfm-gourmet{
	background-position: -379px -128px ;
}
#bfm-gift_categories .bfm-gourmet:hover{
	background-position: -381px -2px ;
}
#bfm-gift_categories .bfm-thank{
	background-position: -252px -127px ;
}
#bfm-gift_categories .bfm-thank:hover{
	background-position: -255px -1px ;
}
#bfm-gift_categories .bfm-valentine{
	background-position: -126px -128px ;
}
#bfm-gift_categories .bfm-valentine:hover{
	background-position: -128px -2px ;
}
#bfm-gift_categories .bfm-baby{
	background-position: 0 -126px ;
}

#bfm-gift_categories .bfm-baby:hover{
	background-position: 0 0;
}
#bfm-gift_categories ul li p{
	line-height: 17px;
}

#bfm-gift_categories .bfm-category-bossweek{
	background: url(/images/bf/icon_bossweek.png) no-repeat;
width: 124px;
	height: 124px;
	cursor: pointer;
}	
#bfm-gift_categories .bfm-category-bossweek:hover{
	background: url(/images/bf/icon_bossweek_hover.png) no-repeat;
	
}


#bfm-gift_categories .bfm-category-halloween{
	background: url(/images/bf/icon_category_halloween.png) no-repeat;
width: 124px;
	height: 124px;
	cursor: pointer;
}	
#bfm-gift_categories .bfm-category-halloween:hover{
	background: url(/images/bf/icon_category_halloween_hover.png) no-repeat;
	
}

#bfm-gift_categories .bfm-category-fall{
	background: url(/images/bf/icon_category_fall.png) no-repeat;
width: 124px;
	height: 124px;
	cursor: pointer;
}	
#bfm-gift_categories .bfm-category-fall:hover{
	background: url(/images/bf/icon_category_fall_hover.png) no-repeat;
	
}

#bfm-gift_categories .bfm-back-toschool{
	background: url(/images/bf/icon_backtoschool.png) no-repeat;
width: 124px;
	height: 124px;
	cursor: pointer;
}	
#bfm-gift_categories .bfm-back-toschool:hover{
	background: url(/images/bf/icon_backtoschool_hover.png) no-repeat;
	
}

#bfm-gift_categories .bfm-category-mothersday{
	background: url(/images/bf/icon_category_mothers_day.png) no-repeat;
width: 124px;
	height: 124px;
	cursor: pointer;
}	
#bfm-gift_categories .bfm-category-mothersday:hover{
	background: url(/images/bf/icon_category_mothers_day_hover.png) no-repeat;
	
}

#bfm-gift_categories .bfm-category-thanksgiving{
	background: url(/images/bf/icon_category_thanksgiving.png) no-repeat;
width: 124px;
	height: 124px;
	cursor: pointer;
}	
#bfm-gift_categories .bfm-category-thanksgiving:hover{
	background: url(/images/bf/icon_category_thanksgiving_hover.png) no-repeat;	
}

#bfm-gift_categories .bfm-category-christmas{
	background: url(/images/bf/icon_category_christmas.png) no-repeat;
width: 124px;
	height: 124px;
	cursor: pointer;
}	
#bfm-gift_categories .bfm-category-christmas:hover{
	background: url(/images/bf/icon_category_christmas_hover.png) no-repeat;	
}

#bfm-gift_categories .bfm-grad{
	background: url(/images/bf/icon_category_grad.png) no-repeat;
width: 124px;
	height: 124px;
	cursor: pointer;
}	
#bfm-gift_categories .bfm-grad:hover{
	background: url(/images/bf/icon_category_grad_hover.png) no-repeat;
	
}

#bfm-gift_categories .bfm-fathers-day{
	background: url(/images/bf/icon_category_fathersday.png) no-repeat;
width: 124px;
	height: 124px;
	cursor: pointer;
	
}
#bfm-gift_categories .bfm-fathers-day:hover{
	background: url(/images/bf/icon_category_fathersday_hover.png) no-repeat;
	
}


#bfm-gift_categories .bfm-back-toschool{
	background: url(/images/bf/icon_backtoschool.png) no-repeat;
width: 124px;
	height: 124px;
	cursor: pointer;
}	
#bfm-gift_categories .bfm-back-toschool:hover{
	background: url(/images/bf/icon_backtoschool_hover.png) no-repeat;
	
}

#bfm-gift_categories .bfm-category-halloween{
	background: url(/images/bf/icon_category_halloween.png) no-repeat;
width: 124px;
	height: 124px;
	cursor: pointer;
}	
#bfm-gift_categories .bfm-category-halloween:hover{
	background: url(/images/bf/icon_category_halloween_hover.png) no-repeat;
	
}

#bfm-gift_categories .bfm-category-fall{
	background: url(/images/bf/icon_category_fall.png) no-repeat;
width: 124px;
	height: 124px;
	cursor: pointer;
}	
#bfm-gift_categories .bfm-category-fall:hover{
	background: url(/images/bf/icon_category_fall_hover.png) no-repeat;
	
}

#bfm-gift_categories .bfm-category-thanksgiving{
	background: url(/images/bf/icon_category_thanksgiving.png) no-repeat;
width: 124px;
	height: 124px;
	cursor: pointer;
}	
#bfm-gift_categories .bfm-category-thanksgiving:hover{
	background: url(/images/bf/icon_category_thanksgiving_hover.png) no-repeat;	
}

#bfm-gift_categories .bfm-category-christmas{
	background: url(/images/bf/icon_category_christmas.png) no-repeat;
width: 124px;
	height: 124px;
	cursor: pointer;
}	
#bfm-gift_categories .bfm-category-christmas:hover{
	background: url(/images/bf/icon_category_christmas_hover.png) no-repeat;	
}

#bfm-gift_categories .bfm-summer{
	background: url(/images/bf/icon_category_summer.png) no-repeat;
width: 124px;
	height: 124px;
	cursor: pointer;
	
}
#bfm-gift_categories .bfm-summer:hover{
	background: url(/images/bf/icon_category_summer_hover.png) no-repeat;
	
}

#bfm-gift_categories .bfm-winter{
	background: url(/images/bf/icon_category_winter.png) no-repeat;
width: 124px;
	height: 124px;
	cursor: pointer;
	
}
#bfm-gift_categories .bfm-winter:hover{
	background: url(/images/bf/icon_category_winter_hover.png) no-repeat;
	
}

#bfm-gift_categories .bfm-easter{
	background: url(/images/bf/icon_category_easter.png) no-repeat;
width: 124px;
	height: 124px;
	cursor: pointer;
	
}
#bfm-gift_categories .bfm-easter:hover{
	background: url(/images/bf/icon_category_easter_hover.png) no-repeat;
	
}

/*********************************BANNERS**********************************/
#bfm-header-banner{
	width:960px;
	margin: 0 auto;
	padding: 5px 0;
	background: #fff;
}

#bfm-banners{
	width:960px;
	margin: 0 auto;
	padding: 45px 0;
}
#bfm-banners img{
	border: #a0c0ce 1px solid;
	padding: 3px;
	/*
	-webkit-transition : all 0.15s linear;
  -moz-transition : all 0.15s linear;
  -ms-transition : all 0.15s linear;
  -o-transition : all 0.15s linear;
  transition : all 0.15s linear;
	*/
}
#bfm-banners .bfm-banner:hover img{
	border: #ee9126 1px solid;
	background: #ee9126;
}
#bfm-banners .bfm-banner{
	cursor: pointer;
	display: inline-block;
	position: relative;
	/*margin:14px 14px 0 0;*/
margin:14px 18px 0 6px;
}

#bfm-banners .bfm-banner1,
#bfm-banners .bfm-banner2,
#bfm-banners .bfm-banner3,
#bfm-banners .bfm-banner4,
#bfm-banners .bfm-banner5,
#bfm-banners .bfm-banner6,
#bfm-banners .bfm-banner7,
.bfm-last-banner{
	margin-right:0;
}

#bfm-banners .bfm-banner a.bfm-shop-now2{
	position: absolute; bottom: 25px; left: 24px;
}
/********************************FOOTER**************************************/
#bfm-footer{
	background: #fff;
	border-top: #BA0E29 1px solid ;
	/*border-top: #d2d0c6 1px solid;*/
	margin-top:80px;
	padding-bottom: 50px;
}
#bfm-footer-inner{
	margin: 0 auto;
	width:960px;
	position: relative;
}
#bfm-footer-inner ul{
	list-style:none;
	margin:0;
	padding:0;
}
#bfm-footer-inner p{
	font-size:13px;
}
#bfm-newsletter{
	width:952px;
	height: 79px;
	border: #d2d0c6 1px solid;
	margin: 0 auto;
	margin-top: -43px;
	background: #fff;
	padding: 3px;
	position: relative;
	z-index: 999;
}
#bfm-newsletter-inner{
	width:100%;
	height: 100%;
	background: #ee9126 url(../images/bf/bg_newsletter.png) no-repeat;
	position:relative;
}
#bfm-newsletter-inner h5{
	margin:0;
	color: #fff;
	padding: 30px 0 0 50px;
	float:left;
}
#bfm-newsletter-inner a{
	font:bold 12px 'Droid Serif', serif;
	text-decoration: underline;
	position: absolute; 
	top:31px; 
	left:402px;
	border-left: #fff 1px solid;
	padding:3px 0 2px 12px;
	display:block;
}
#bfm-newsletter-inner a:hover{
	color: #ffeca0;
}
#bfm-newsletter-inner form{
	position: absolute; top: 23px; right: 60px;
}

#bfm-newsletter-inner .cookieform{
	position: absolute; top: 23px; right: 60px;
}

#bfm-newsletter-inner input[type="text"]{
	background: #f1edc6;
	border: none;
	width:270px;
	height: 34px;
	padding:0 0 0 10px;
	margin:0;
	font:italic 13px 'Roboto', sans-serif;
	color: #666666;
	float:left;
}
#bfm-newsletter-inner input[type="submit"]{
	border:none;
	cursor: pointer;
	float:left;
}
.bfm-rights{
	padding: 20px 0;
	color: #666666;
	font: 12px 'Roboto', sans-serif;
	border-top: #cecbc8 1px solid;
	border-bottom: #cecbc8 1px solid;
	margin-top:30px;
}
.bfm-copyright{
	float:left;
} 
.bfm-author{
	float:right;
}
.bfm-author a{
	color: #666;
	text-decoration: underline;
}
#bfm-menu-footer{
	margin: 30px auto;
	width:960px;
}
#bfm-menu-footer ul li a{
	color: #333;
	font-size:13px;
	padding-left:15px;
	background: url(../images/bf/horn-link.png) left center no-repeat;
}
#bfm-menu-footer h6{
	margin: 0 0 10px 0;
font:bold 15px 'Droid Serif', serif;
	text-transform: uppercase;
	color: #ba0e29;
}

#bfm-menu-footer h5 { font:18px 'Droid Serif', serif;
	text-transform: capitalize;
	color: #333333; }

#bfm-menu-footer #bfm-footer-inner h5 { font:18px 'Droid Serif', serif;
	text-transform: capitalize;
	color: #333333; }

#bfm-mecnu-footer a:hover{
	color: #ee9126;
}
#bfm-menu-footer ul li{
	padding: 2px 0;
}
#bfm-menu-footer .bfm-resources{
	background: url(../images/bf/vertical-line.png) right repeat-y;
	width:213px;
	padding-bottom:5px;
	float:left;
}
#bfm-menu-footer .bfm-about{
	background: url(../images/bf/vertical-line.png) right repeat-y;
	width:210px;
	padding:0 0 5px 40px;
	float:left;
}
#bfm-menu-footer .bfm-assistance{
	width:210px;
	padding:0 0 5px 40px;
	float:left;
}
#bfm-menu-footer .bfm-assistance .bfm-nb{
	font:bold 18px 'Roboto', sans-serif;
}
#bfm-menu-footer .bfm-assistance .bfm-nb a{
    color: #000000;
}
#bfm-menu-footer .bfm-logos{
	background: url(../images/bf/vertical-line.png) left repeat-y;
	width:203px;
	padding:0 0 5px 40px;
	float:right;
}
.bfm-social{
	position: absolute; top: 300px; left:240px;
	background: url(../images/bf/horizontal-line.png) top repeat-x;
	width:435px;
	padding: 40px 0 0 10px;
}
.bfm-social-without-newsletter {
	top: 183px;
}
#bfm-menu-footer .bfm-social h6{
	display: block;
	width:150px;
	float:left;
	margin-top:11px;
}
.bfm-social .bfm-icon-in,
.bfm-social .bfm-icon-pi,
.bfm-social .bfm-icon-rss,
.bfm-social .bfm-icon-tw,
.bfm-social .bfm-icon-fb,
ul.bfm-sidebar-social li a {
/*	background: url(../images/bf/icons.png) no-repeat;*/
	background: url(../images/bf/icons.jpg) no-repeat;
	width: 38px;
	height: 37px;
	display:inline-block;
	margin: 0 5px;
	text-indent:-9999px;
}
.bfm-social .bfm-icon-in,
.bfm-sidebar-social .bfm-icon-in{
	background-position: -167px -5px ;
}
.bfm-social .bfm-icon-in:hover,
.bfm-sidebar-social .bfm-icon-in:hover{
	background-position: -167px -45px ;
}
.bfm-social .bfm-icon-pi,
.bfm-sidebar-social .bfm-icon-pi{
	background-position: -125px -5px ;
}
.bfm-social .bfm-icon-pi:hover
.bfm-sidebar-social .bfm-icon-pi:hover{
	background-position: -125px -45px ;
}
.bfm-social .bfm-icon-rss,
.bfm-sidebar-social .bfm-icon-rss{
	background-position: -85px -4px ;
}
.bfm-social .bfm-icon-rss:hover,
.bfm-sidebar-social .bfm-icon-rss:hover{
	background-position: -85px -45px ;
}
.bfm-social .bfm-icon-tw,
.bfm-sidebar-social .bfm-icon-tw{
	background-position: -45px -5px ;
}
.bfm-social .bfm-icon-tw:hover,
.bfm-sidebar-social .bfm-icon-tw:hover{
	background-position: -44px -46px ;
}
.bfm-social .bfm-icon-fb,
.bfm-sidebar-social .bfm-icon-fb{
	background-position: -4px -5px ;
}
.bfm-social .bfm-icon-fb:hover,
.bfm-sidebar-social .bfm-icon-fb:hover{
	background-position: -3px -44px ;
}
/* Blog list */

#bfm-static-title h1 {
font: bold 50px/50px 'Roboto', sans-serif;
/*text-transform: uppercase;*/
color: #BA0E29;
position: absolute;
left: 0;
bottom: 3px;
z-index:1;
}


#bfm-bloglist {
	background:url(../images/bf/bloglist-bg.jpg) repeat-x center center;
	height:150px;
}
#bfm-bloglist-container {
margin: 0 auto;
width: 960px;
overflow: hidden;
height: 150px;
position: relative;
z-index:0;
}
#bfm-bloglist-title, #bfm-locations-title {
font: bold 50px/50px 'Roboto', sans-serif;
text-transform: uppercase;
color: #BA0E29;
position: absolute;
left: 0;
bottom: 20px;
z-index:1;
}
#bfm-productlist-breadcrumbs.bfm-breadcrumbs.bfm-productlist{
    position: relative;
    width: 960px;
    height: auto;
    margin: 0 auto;
    top: auto;
    /*padding: 30px 0px 20px 0px;*/
	padding: 10px 0px 5px 0px;
    background: url(../images/bf/horizontal-line.png) repeat-x left bottom;
}
#bfm-red-title{
    font: bold 50px/50px 'Roboto', sans-serif;
 /*font: bold 50px/50px 'Roboto', sans-serif;*/
   
   /* text-transform: uppercase;*/
    color: #BA0E29;
}
.bfm-productcategory-title{
    padding: 1px;
    /*border: 1px solid #D2D0C6;*/
    /*background: #FFFFFF;*/
    /*margin: 0px 0px 20px 0px;*/
}
.bfm-productcategory-title-container{
    /* height: 157px;*/

    /*background: url(../images/bf/background_productCategory_title.jpg) no-repeat;*/
}
.bfm-productcategory-title-container h1{
    margin: 0px;
    line-height: 45px;
    /*padding: 30px;*/
}
.bfm-productcategory-title-container h1 .bfm-line2{
    padding-left: 35px;
}
.bfm-productcategory-subtitle{
    margin: 0px 0px 20px 0px;
}
.bfm-productcategory-teaser{
    margin: 0px 0px 20px 0px;
}
#bfm-bloglist-img {
position: absolute;
right: 0;
bottom: 0;
padding: 0;
margin: 0;
width: 684px;
height: 140px;
overflow: hidden;
z-index:1;
}
#bfm-bloglist-img img {
padding: 0;
margin: 0;
border: 0;
}
.bfm-subtitle{
    color: #343434;
    text-transform: initial;
}
#bfm-main{
	width:960px;
	margin: 30px auto 0;
}

#bfm-main h3{
	font:30px 'Droid Serif', serif;
	text-transform: capitalize;
	color: #ba0e29;
}

#bfm-main-content {
	width:710px;
	float:right;
}

#bfm-main-content-search { width: 945px; float: left; }


/*About us*/
.bfm-about-left{
    float: left;
}
.bfm-about-right{
    float: right;
}

.bfm-about-row{
    background: url(../images/bf/horizontal-line.png) repeat-x center bottom;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.bfm-about-row ul { font-size:15px;
	color: #666666;
	line-height: 23px;
}

.bfm-about-row ul li { padding-left: 10px;
}


.bfm-about-row .bfm-text{
    width: 60%;
}
.bfm-about-row .bfm-image{
    width: 40%;
    text-align: center;
}
.bfm-about-row .bfm-image img{
    width: 90%;
}
#bfm-about-us-top-images{
    margin-bottom: 20px;
}

.bfm-margin-right {
	margin-right:30px;
}
.bfm-margin-left {
	margin-left:30px;
}
.bfm-blog-list-item {
border: 1px solid #D2D0C6;
padding: 1px;
background: #FFF;
position: relative;
margin: 0 0 20px 0;
}
.bfm-blog-list-img {
width: 450px;
height: 289px;
overflow: hidden;
float: left;
position: relative;
}
.bfm-blog-list-img img {
width: 450px;
height: 289px;
position: absolute;
top: 0;
left: 0;
}
.bfm-blog-list-date, .bfm-blog-date, .bfm-franchinse-blog-item-date {
position: absolute;
right: 0;
top: 20px;
background: #EE9126;
color: #FFF;
font: bold 14px/14px 'Roboto', sans-serif;
text-transform: uppercase;
padding: 8px 12px;
}
.bfm-blog-list-content {
float: left;
width: 210px;
height: 290px;
margin: 0 20px;
background: url(../images/bf/horizontal-line.png) repeat-x bottom center;
}
.bfm-blog-list-content h2 {
font: 25px 'Droid Serif', serif;
}
.bfm-blog-list-content p {
font: 15px 'Roboto', sans-serif;
text-align:justify;
}
.bfm-blog-list-content a {
font: bold 13px 'Droid Serif', serif;
}
.bfm-link-arrow {
background: url(../images/bf/horn-link.png) no-repeat center right;
padding: 0 20px 0 0;
}
.bfm-blog-list-bottom {
padding: 20px;
}
.bfm-blog-list-social {
float: left;
}
.bfm-blog-list-comment a{
float: right;
font: bold 12px/24px 'Droid Serif', serif;
background: url(../images/bf/blog-list-comment.png) no-repeat left center;
color: #EE9126;
padding: 0 0 0 25px;
}
/* Sidebar */
#bfm-main-sidebar {
	width:220px;
	float:left;
}
#bfm-main-sidebar.bfm-white-sidebar{
    background: #FFFFFF;
    border: 1px solid #D2D0C6;
    padding: 20px 10px 0px 10px;
    width: 198px;
}
.bfm-sidebar-block {
padding: 0 0 30px 0;
}
.bfm-siderbar-block-title {
font: 20px 'Droid Serif', serif;
color: #BA0E29;
margin: 0 0 10px 0;
}
ul.bfm-sidebar-categories {
list-style: none;
padding: 0;
margin: 0;
}
ul.bfm-sidebar-categories li {
display:block;
}
ul.bfm-sidebar-categories li a {
display: block;
color: #333;
font: 15px 'Droid Serif', serif;
border-bottom: 1px solid #DCDACF;
padding: 12px 0 12px 20px;
background: url(../images/bf/horn-link-categories.png) no-repeat top left;
}
ul.bfm-sidebar-categories li.li-last a{
	border-bottom:none;
}
ul.bfm-sidebar-social {
list-style: none;
margin: 0;
padding: 0;
}
ul.bfm-sidebar-social li{
float:left;
}
ul.bfm-sidebar-social li a{
margin: 0 5px 0 0;
padding: 0;
}
/* Single Blog Item*/
.bfm-blog-item {
position: relative;
}
.bfm-blog-date {
width: auto;
float: left;
position: relative;
top: 0;
}
.bfm-blog-title {
position: relative;
background: url(../images/bf/horizontal-line.png) repeat-x bottom center;
}
.bfm-blog-title h1{
color: #333;
font: 35px 'Droid Serif', serif;
text-transform: none;
padding: 10px 0 30px 0;
margin: 0;
}
.blog-item-top {
padding: 20px 0;
}
.bfm-blog-container {
padding: 1px;
background: #FFF;
border: 1px solid #D2D0C6;
}
.bfm-blog-featured-img img {
	width: 706px;
}
.bfm-blog-content {
padding: 30px;
}
.bfm-blog-content-action {
width: 45px;
float: left;
}
.bfm-blog-content-action ul {
margin:0;
padding:0;
list-style:none;
}
.bfm-blog-content-action ul li{
margin:0;
margin: 0 0 10px 0;
}
.bfm-blog-content-action ul li a{

}
.bfm-content-action {
width:45px;
height:45px;
display:block;
margin:0;
padding:0;
background:url(../images/bf/blog-item-actions.png) no-repeat left top;
text-indent:-99999px;
}
.bfm-blog-content-share {
background-position: left top;
}
.bfm-blog-content-share:hover {
background-position: right top;
}
.bfm-blog-content-email{
background-position: left -58px;
}
.bfm-blog-content-email:hover{
background-position: right -58px;
}
.bfm-blog-content-feed{
background-position: left -116px;
}
.bfm-blog-content-feed:hover{
background-position: right -116px;
}
.bfm-blog-content-print{
background-position: left -174px;
}
.bfm-blog-content-print:hover{
background-position: right -174px;
}
.bfm-blog-content-text {
float: left;
width: 570px;
}
.bfm-blog-img {}
.bfm-imf-right {
	float:right;
}
.blog-item-bottom, .bfm-blog-item-cattag {
padding: 20px 0;
background: url(../images/bf/horizontal-line.png) repeat-x top center;
}
.bfm-blog-item-cattag {
padding:20px;
}
.bfm-blog-item-cattag hr{
border:none;

}
.bfm-blog-item-cat {
text-transform: uppercase;
font: bold 15px 'Droid Serif', serif;
color: #BA0E29;
}
.bfm-blog-item-cattag a{
font-size:13px;
color:#666;
}
.bfm-blog-goback {
font: bold 13px 'Droid Serif', serif;
background: url(../images/bf/horn-link-r.png) no-repeat center left;
display: block;
padding: 0 0 0 10px;
margin: 20px 0;
}
/** comments **/
.bfm-blog-comment {
	border-bottom:1px solid #dcd9cf;
	margin: 0 0 20px 0;
}
.bfm-blog-comments {
	background: url(../images/bf/horizontal-line.png) repeat-x top center;
}
.bfm-blog-comment-count {
font: 30px 'Droid Serif', serif;
color: #BA0E29;
padding: 30px 0 20px;
}
.bfm-blog-comment-author {
font: bold 15px 'Droid Serif', serif;
}
.bfm-blog-comment-date {
font-size: 13px;
text-transform: uppercase;
padding: 5px 0 10px;
color: #666;
}
.bfm-blog-comment-body {
font-size: 15px;
color: #666;
}
.bfm-blog-comment-reply a {
font: bold 13px 'Droid Serif', serif;
float: left;
padding: 20px 20px 20px 0;
display: block;
}
.bfm-comment-form {
background: #FFF;
padding: 30px;
}
.bfm-comment-form-row {
clear:both;
padding: 10px 0;
}
.bfm-comment-form-label {
font: bold 15px/34px 'Droid Serif', serif;
float: left;
width: 140px;
}
.bfm-comment-form-text{
font: 15px/34px 'Droid Serif', serif;
margin: 0;
padding: 0;
background: #F7F4E8;
border: 1px solid #D2D0C6;
width: 350px;
height: 32px;
}
.bfm-comment-form-textarea {
background: #F7F4E8;
border: 1px solid #D2D0C6;
width:500px;
height:200px;
}
.bfm-comment-form-submit {
background: url(../images/bf/buttons.png) no-repeat;
background-position: -135px -48px;
width: 133px;
height: 45px;
border: none;
cursor: pointer;
text-indent:-99999px;

}
.bfm-comment-form-submit:hover {
background: url(../images/bf/buttons.png) no-repeat;
background-position: 0px -48px;
}

/* static pages */
.bfm-franchise-no-title {
background:none;
height:25px;
}



/* franchise */
.bfm-franchise {
background:none;
height:115px;
}
.bfm-franchise-container {
/*background: url(../images/bf/horizontal-line.png) repeat-x bottom center;*/
}
.bfm-franchise-container {
margin: 0 auto;
width: 960px;
overflow: hidden;
height: 115px;
position: relative;
z-index: 0;
}

.bfm-location-title h1{
color: #333;
font: 35px 'Droid Serif', serif;
text-transform: none;
padding: 10px 0 10px 0;
margin: 0;
}
.bfm-location-title h2 {
font-size:25px;
padding:0;
margin:0;
}
.bfm-location-map-container {
background: #FFF;
height: 426px;
width: 956px;
border: 1px solid #D2D0C6;
margin: 30px 0 20px 0;
padding: 1px;
}
.bfm-location-address {
float:left;
width:150px;
}
.bfm-location-map {
float:right;
width:690px;
height:345px;
}
.bfm-location-address {
float: left;
width: 225px;
color: #666;
font-size: 15px;
background: url(../images/bf/horizontal-line.png) repeat-x bottom center;
margin: 20px 20px 0 20px;
height: 325px;
}
.bfm-location-address span{
font: bold 15px 'Droid Serif', serif;
color: #BA0E29;
display: block;
}
.bfm-location-address hr {
padding:10px;
border:none;
}
.bfm-red-button, .bfm-yellow-button {
font: bold 14px 'Droid Serif', serif;
border: 1px solid #BA0E29;
margin: 1px;
padding: 1px;
background: #FFF;
display: block;
text-align: center;
cursor: pointer;
}

.bfm-add-extra-button  {
font: bold 14px 'Droid Serif', serif;
border: 1px solid #BA0E29;
margin: 1px;
padding: 1px;
background: #FFF;
display: block;
text-align: center;
cursor: pointer;
width: 53px;
}



.bfm-yellow-button {
border: 1px solid #ee9126;
}

a.bfm-yellow-button{
border: 1px solid #ee9126;
}

a.bfm-add-extra-button { border: 1px solid #ee9126; }


.bfm-red-button span, .bfm-yellow-button span {
background: #BA0E29;
padding: 6px;
display: block;
color:#fff
}
.bfm-yellow-button span {
background: #ee9126;
}

a.bfm-yellow-button span {
background: #ee9126;
padding: 6px;
display: block;
color:#fff
}

a.bfm-add-extra-button span {
background: #ee9126;
padding: 6px;
display: block;
color:#fff
}

.bfm-button-big span{
padding:10px 20px;
font-size:19px;
}
.bfm-button-arrow {}
.bfm-button-arrow span {}

.bfm-place-order-button, .bfm-leave-review-button {
width: 220px;
float: left;
margin: 0 0 0 20px;
}
.bfm-location-buttons {
padding: 27px 0 0 0;
}
.bfm-driving-directions {
background: url(../images/bf/car-icon.png) no-repeat left center;
padding:0 0 0 24px;
color: #ee9126;
font: bold 14px 'Droid Serif', serif;
float:right;
margin:7px 20px 0 0;
}
.bfm-franchinse-about {
}
.bfm-franchinse-about img {
float:left;
padding:2px;
margin:0 10px 10px 0;
background:#fff;
border: 1px solid #D2D0C6;
}
/* manager */
.bfm-franchise-manager-img, .bfm-franchise-manager-connect  {
width: 244px;
height: 151px;
border: 1px solid #D2D0C6;
background: #FFF;
padding: 1px;
float:left;
}
.bfm-franchise-manager-img img {
width:244px;
height:151px;
}
.bfm-franchise-manager-connect {
width:687px;
float:right;
}
.bfm-store-manager-name {
color:#ba0e29;
font: 30px 'Droid Serif', serif;
padding: 20px;
}
.bfm-connect-socials {
padding: 0 20px;
}
.bfm-connect-socials ul {
margin:0;
padding:0;
list-style:none;
}
.bfm-connect-socials ul li {
float:left;
margin: 0 15px 0 0;
}
.bfm-connect-social {
font: bold 13px/37px 'Droid Serif', serif;

}
.bfm-connect-social span{
	width:37px;
	height:37px;
	background: url(../images/bf/manager-connect-icons.png) no-repeat left center;
	display:block;
	float:left;
	margin: 0 10px 0 0;
}
.bfm-connect-social-google span{
	background-position:left top;
}
.bfm-connect-social-yelp span{
	background-position:left center;
}
.bfm-connect-social-foursquare span{
	background-position:left bottom;
}
/** accordian **/
.bfm-franchise-accordian {
margin: 20px 0;
}
.bfm-franchise-accordian-tabs {
width:247px;
float:left;
position:relative;
}
.bfm-franchise-accordian-tabs ul {
list-style:none;
margin:0;
padding:0;
}
.bfm-franchise-accordian-tabs ul li {
height:50px;
border-bottom:1px solid #fff;
}
.bfm-franchise-accordian-tabs ul li a {
font: 16px/50px 'Droid Serif', serif;
color:#fff;
width:232px;
height:50px;
display:block;
padding:0 0 0 15px;
background:#ee9126;

}
.bfm-franchise-accordian-tabs ul li a.bfm-accordian-active {
font:bold 16px/50px 'Droid Serif', serif;
background:#ba0e29;
}
.bfm-franchise-accordian-contents {
width: 687px;
float: right;
background: #FFF;
border: 1px solid #D2D0C6;
padding: 1px;
}

#bfm-map-canvas-front, #bfm-map-canvas-inside {
width: 687px;
height: 443px;
}
/*inside store*/
.bfm-store-inside-container {
position: relative;
overflow:hidden;
width: 687px;
height: 443px;
}
.bfm-store-canvas-inside-list, .bfm-gallery-navigation {
position: absolute;
bottom: 0;
width: auto;
left: 0;
height: 100px;
}
.bfm-store-canvas-inside-list ul {
list-style:none;
padding: 0;
margin: 0;
}
.bfm-store-canvas-inside-list ul li {
float:left;
margin:0;
padding:0;
}

.bfm-store-canvas-inside-list ul li img {
height: 80px;
background: #FFF;
padding: 5px;
border: 1px solid #D2D0C6;
margin: 0 5px 0 0;
cursor:pointer;
}

.bfm-store-canvas-inside-list ul li img:hover {
background:#EE9126;
}
.bfm-gallery-navigation-left, .bfm-gallery-navigation-right {
position: absolute;
left: 10px;
display: block;
width: 30px;
background: #FFF url(../images/bf/horn-link-r.png) no-repeat center;
z-index: 999;
height: 30px;
bottom: 30px;
cursor:pointer;
}
.bfm-gallery-navigation-right{
right:10px;
background: #FFF url(../images/bf/horn-link.png) no-repeat center;
left: inherit;
}
.bfm-gallery-navigation-left:hover, .bfm-gallery-navigation-right:hover {
border:1px solid #ccc;
height:28px;
width:28px;
}

.bfm-franchise-accordian-contents{}
.bfm-franchise-accordian-contents .bfm-franchise-accordian-content{
display:none;
}
.bfm-franchise-accordian-contents .bfm-accordian-active{
display:block;
}
.bfm-franchise-accordian-tab {
position:relative;
}
.bfm-franchise-accordian-tab-arrow {
position: absolute;
height: 25px;
width: 15px;
display: block;
right: -15px;
top: 13px;
background: url(../images/bf/accordian-arrow.png) no-repeat;
}
.bfm-local-favs-container {
padding: 30px;
}
.bfm-local-fav-img {
float: left;
width: 270px;
}
.bfm-local-fav-img img{
width: 265px;
}
.bfm-local-fav-content {
float: right;
width: 320px;
}
.bfm-local-fav-content h3 {
font-size:20px;
color:#333;
margin:0;
padding:0;
}
.bfm-local-fav-desc {
color: #666;
font-size: 15px;
line-height:25px;
background: url(../images/bf/horizontal-line.png) repeat-x bottom center;
margin: 10px 0;
padding: 0 0 10px 0;
}
.bfm-local-fav-price {
color: #828282;
font: italic 13px 'Roboto', sans-serif;
}
.bfm-local-fav-shopnow{
margin:10px 0;
}
.bfm-local-fav-shopnow a {
text-indent:-9999px;
}
/** Franchise tabs **/
.bfm-franchise-tabs {
position:relative;
z-index:10;
}
.bfm-franchise-tabs ul {
margin:0;
padding:0;
list-style:none;
}
.bfm-franchise-tabs ul li {
display: block;
float: left;
border-right: 1px solid #FFF;
}
.bfm-franchise-tabs ul li a {
display: block;
width: 200px;
text-align: center;
background: #EE9126;
height: 50px;
line-height: 50px;
font: 16px/50px 'Droid Serif', serif;
color: #FFF;
border-bottom:1px solid #fff;
}
.bfm-franchise-tabs a:hover span, .bfm-franchise-tab-active span{
border: 1px solid #D2D0C6;
border-bottom: none;
width: 199px;
display: block;
height: 49px;
}
.bfm-franchise-tabs ul li a:hover, .bfm-franchise-tabs ul li a.bfm-franchise-tab-active{
color:#ee9126;
font-weight:bold;
background:#fff;
}
.bfm-franchinse-tab-contents {
position:relative;
z-index:0;
top:-1px;
background:#fff;
border:1px solid #d2d0c6;
padding:20px;
}
.bfm-franchinse-tab-content {
display:none;
}
.bfm-franchinse-tab-contents .bfm-franchise-tab-active {
display:block;
color: #666;
font-size: 15px;
}
.bfm-franchinse-blog-item-readmore a{
font: bold 13px 'Droid Serif', serif;
}
.bfm-franchinse-blog-item-img {
position:relative;
width:246px;
height:156px;
float:left;
}
.bfm-franchinse-blog-item-img  img {
width:246px;
height:156px;
}
#bfm-main .bfm-franchinse-blog-item-content h3 {
color:#333;
font-size:25px;
margin: 10px 0;
padding:0;
}
.bfm-franchinse-blog-item-content {
width: 650px;
float: right;
background: url(../images/bf/horizontal-line.png) repeat-x bottom center;
height: 156px;
overflow: hidden;
}
.bfm-franchinse-blog-item-desc {
color: #666;
font-size: 15px;
line-height: 25px;
}
.bfm-franchinse-blog-item {
margin: 0 0 20px 0;
}
/* crumbs */ 
.bfm-breadcrumbs {

}
.bfm-breadcrumbs ul {
margin:0;
padding:0;
}
.bfm-breadcrumbs ul li {
float:left;
display:block;
}
.bfm-breadcrumbs ul li a {
color: #333;
font: 11px 'Roboto', sans-serif;
padding: 0 0 0 12px;
margin: 0 0 0 10px;
background: url(../images/bf/arrow-breadcrumbs.png) no-repeat left center;
}
.bfm-breadcrumbs ul li a.bfm-breadcrumbs-first {
background:none;
color:#666;
font: 11px 'Roboto', sans-serif;
margin:0;
padding:0;
}
.bfm-breadcrumbs ul li a.bfm-breadcrumbs-last {
font: bold 12px 'Droid Serif', serif;
}

#bfm-productlist-breadcrumbs {
position: absolute;
top: 20px;

}
/* categories sidebar */
.bfm-categories-item-count, .bfm-sidebar-categories-advanced .bfm-categories-subform span.bfm-categories-item-count {
color:#828282;
}
.bfm-sidebar-categories-advanced .bfm-categories-subform{
display:none;
background:#fff;
padding: 5px;
}
.bfm-sidebar-categories-advanced li:hover .bfm-categories-subform{
display:block;
clear:both;
}
.bfm-sidebar-categories-advanced li:hover a, .bfm-sidebar-categories-advanced li:hover a span {
color:#fff;
background:#ba0e29 url(../images/bf/horn-link-categories-hover.png) no-repeat top left;
}
.bfm-sidebar-categories-advanced .bfm-categories-subform input {
display:block;
float:left;
clear:both;
}
.bfm-sidebar-categories-advanced .bfm-categories-subform span {
font: 14px 'Droid Serif', serif;
color:#333;
float:left;
}
.bfm-nopadmar{
margin:0 !important;
padding:0 !important;
}
.bfm-products-top select, .bfm-product-item-quantity-selection select{
width: 160px;
padding: 8px;
font: italic 13px 'Roboto', sans-serif;
color: #666;
background:#fff;
border:1px solid #d2d0c6;
margin: 0 5px 0 0;
}

.bfm-products-top select, .bfm-product-item-quantity-selection input{
width: 40px;
padding: 8px;
font: italic 13px 'Roboto', sans-serif;
color: #666;
background:#fff;
border:1px solid #d2d0c6;
margin: 0 5px 0 0;
}



.bfm-productlist-items-found{
    line-height: 38px;
    text-align: center;
    width: 44%;
    color: #666;
    font-weight: bold;
}
.bfm-products-top select#count{
    width: 80px;
}
.bfm-productlist-sort-by-wrapper, .bfm-productlist-items-found,.bfm-search-products .bfm-count-wrapper{
    float: left;
    font-size: 13px;
}
.bfm-productlist-sort-by-wrapper{
    width: 190px;
}





.bfm-count-wrapper{
    font-size: 13px;
    color: #666;
   
}
.bfm-search-products .bfm-count-wrapper{
    width: 29%;
}
.bfm-products-top {
padding: 0 0 10px 0;
}
.bfm-products-bottom {
padding: 10px 0 10px 0;
}
.bfm-products-top form {
float:left;
}
.bfm-products-bottom form{
    float: right;
}
.bfm-products-top form.bfm-search-products{
    float: none;
}
.bfm-same-day-delivery{
    background: url(../images/bf/same_day_delivery.png) no-repeat;
    width: 90px;
    height: 91px;
    position: absolute;
    top:140px;
    left: 5px;
    display: none;
}

.bfm-gluten-free{
    background: url(../images/bf/gluten.png) no-repeat;
    width: 90px;
    height: 91px;
    position: absolute;
    top:140px;
    left: 5px;
    display: none;
}


.bfm-shown{
    font-size: 12px;
    color: #666;
    text-align: left;
    margin: -35px 0px 35px -15px;
    
}
.bfm-shown span{
    font-weight: bold;
}
/* products pagination */
.bfm-products-pagination{
float:right;
}
.bfm-products-pagination ul {
margin:0;
padding:0;
}
.bfm-products-pagination ul li {
display:block;
float:left;
line-height:38px;
}
.bfm-products-pagination ul li a {
display: block;
font: bold 14px/38px Arial;
padding: 0 7px;
}
.bfm-products-pagination-prev, .bfm-products-pagination-next{
background: url(../images/bf/line_dashes.png) no-repeat right center;
margin: 0 20px 0 0;
}
.bfm-products-pagination-prev a, .bfm-products-pagination-next a{
text-indent:-9999px;
background: url(../images/bf/horn-link-r.png) no-repeat left center;
width:30px;
padding:0 !important;
}
.bfm-products-pagination-next{
background-position:left center;
margin: 0 0 0 20px;
}
.bfm-products-pagination-next a{
background: url(../images/bf/horn-link.png) no-repeat right center
}

.bfm-bloglist-pagination-prev a, .bfm-bloglist-pagination-next a  {
text-indent: 0;
padding: 0 0 0 15px !important;
width: 45px;
}

/* sidebar banners*/
.bfm-sidebar-banner {
margin:15px 0;
}
.bfm-sidebar-banner img{
max-width:100%;
border:none;
}
/* single product item */
.bfm-product-item-container {
background: url(../images/bf/horizontal-line.png) repeat-x bottom center;
margin: 0 0 30px;
padding: 0 0 30px 0;
}
.bfm-productitem-header {
height: 70px;
}
.bfm-productitem-header-container {
height: 70px;
}
.bfm-product-item-left {
width:520px;
float:left;
}
.bfm-product-item-img {
border:1px solid #d2d0c6;
background:#fff;
width:518px;
text-align:center;
}
.bfm-product-item-img img {
max-width:518px;
}
.bfm-product-item-left h2{
font-size:18px;
}
.bfm-product-item-desc {
color: #666;
font-size: 15px;
}
.bfm-product-item-right {
width:405px;
float:right;
}
.bfm-product-item-right h1 {
margin:0 0 10px 0;
padding:0;
font: 35px 'Droid Serif', serif;
color:#333;
text-transform:initial;
}
.bfm-product-item-right h5{
font: bold 15px 'Droid Serif', serif;
text-transform:initial;
color:#333;
margin:0;
padding: 10px 0;
}
.bfm-product-item-right h6{
color:#333;
margin:0;
padding:0;
}
.bfm-product-item-number {
font: 15px 'Droid Serif', serif;
margin: 10px 0 20px;
}
.bfm-product-item-add-to-cart{
float:right;
}
.bfm-product-item-quantity-selection select {
width:80px;
}
.bfm-product-item-add-to-cart-button {
height: 41px;
width: 190px;
font-size: 19px;
line-height: 31px;
}
.bfm-product-item-add-to-cart-button span{
background: #BA0E29 url(../images/bf/arrow-submenu.png) 165px 11px no-repeat;
padding: 5px 20px;
text-align: left;
}
.bfm-product-item-add-to-cart-button:hover span {
background-color:#ee9126;
}
.bfm-product-item-add-to-cart-button:hover {
border-color:#ee9126;
}
.bfm-product-item-quantity-selection {
padding:4px 0 0 0;
float:left;
font: bold 15px 'Droid Serif', serif;
}
/* size selection */
.bfm-product-item-size-selection-inner {
background:#fff;
border:1px solid #d2d0c6;
}


.bfm-product-item-size-block {
float:left;
width:133px;
text-align:center;
padding: 10px 0;
cursor:pointer;
}

.bfm-product-item-size-select .bfm-product-item-size-block h6 { 

/*font: bold 15px 'Droid Serif', serif;*/
color: #EE9126;
font: bold 18px 'Roboto', sans-serif;

}

.bfm-product-item-size-middle-block {
border-left:1px solid #d2d0c6;
border-right:1px solid #d2d0c6;
width:135px;
}
.bfm-product-item-size-block:hover, .bfm-product-item-size-block-selected {
background:#eee;
}
.bfm-product-item-size-select {
border-top: 1px solid #D2D0C6;
padding: 10px 0;
}
.bfm-product-item-size-select select {
background: #F7F4E8;
border: 1px solid #D2D0C6;
float: left;
color: #666;
font: italic 13px 'Roboto', sans-serif;
width: 257px;
padding: 8px;
}
.bfm-product-item-size-count {
color: #666;
font: italic 13px 'Roboto', sans-serif;
}
.bfm-product-item-size-price {
color: #EE9126;
font: bold 18px 'Roboto', sans-serif;
margin: 5px 0;
}
/* product item containers */
.bfm-product-item-container-left {
width: 250px;
float: left;
margin: 0 20px 0 0;
background: url(../images/bf/line_dashes.png) repeat-y right center;
padding: 0 20px 0 0;
}
.bfm-product-item-container-left select {
background: #FFF;
border: 1px solid #D2D0C6;
float: left;
color: #666;
font: italic 13px 'Roboto', sans-serif;
width: 250px;
padding: 8px;
margin:0 0 20px 0;
}
.bfm-product-item-container-left  hr {
margin:0;
}
.bfm-product-item-container-image {
text-align:center;
border: 1px solid #D2D0C6;
background:#fff;
height:75px;
}
.bfm-product-item-container-image  img {
border:none;
}
.bfm-product-item-container-right {
float:right;
width:115px;
text-align:center;
}
.bfm-product-item-containers {
margin:30px 0;
}
.bfm-product-item-container-image-link {
font: 12px 'Droid Serif', serif;
text-align: center;
text-decoration: underline;
}
/* product item personal message */
.bfm-product-item-message {
font-size:14px;
margin: 0 30px 0 0;
border-bottom: 1px solid #CCC;
padding: 0 0 20px 0;
margin: 0 0 20px 0;
}
.bfm-product-item-message input {

}
.bfm-product-custom-message {
display:none;
background: #FFF;
border: 1px solid #D2D0C6;
color: #666;
font: italic 13px 'Roboto', sans-serif;
width: 386px;
padding: 8px;
margin: 20px 0;
}

.bfm-product-custom-message-arrangement {

background: #FFF;
border: 1px solid #D2D0C6;
color: #666;
font: italic 13px 'Roboto', sans-serif;
width: 386px;
padding: 8px;
margin: 20px 0;
}


/* product flavors */
.bfm-product-item-size-select-first{
border-top:none;
}
.bfm-product-item-ncaateam {
}

/* product item tab*/
.bfm-item-tab-ingredients {
color:#666;
font-size:15px;
}

/* product team */
.bfm-product-item-ncaateam select{
margin:0;
}

/* product team price */
.bfm-product-item-kit-price h5 {
float:left;
}
.bfm-product-item-kit-price span {
color: #EE9126;
float: left;
font: bold 30px 'Roboto', sans-serif;
margin: 0 0 20px 20px;
}
/* related */
.bfm-product-item-related {
width: 946px !important;
margin: 0 auto;
padding: 0 !important;
}
/* Recently viewed */ 
.bfm-product-item-5{}
.bfm-product-item-5 .bfm-product {
width:188px !important;
height: 338px !important;
}
.bfm-product-item-5 .bfm-product .bfm-product-inner {
width:140px !important;
height: 200px !important;
}
/* product list additions */
.bfm-productlist,
.bfm-productlist-container {
	height:180px;
}
.bfm-productlist-container #bfm-bloglist-title {
	bottom: 80px;
}
.bfm-title-footer {
position: absolute;
bottom: 10px;
}
/* shopping cart */
.bfm-shoppingcart-container {
height: 65px;
}
.bfm-shoppingcart-topbtns {
margin:0 auto;
width:960px;
background: url(../images/bf/horizontal-line.png) repeat-x bottom center;
}

.bfm-shoppingcart-topbtns h4 { font:25px 'Droid Serif', serif;
	text-transform: capitalize;
	color: #333333;float: left; }

.bfm-shoppingcart-topbtns h4+p{
    float: left;
}
.bfm-shoppingcart-topbtns h3 {font:30px 'Droid Serif', serif;
	text-transform: capitalize;
	color: #ba0e29;}

.bfm-shoppingcart-topbtns h3{
    float: right;
}
.bfm-shoppingcart-topbtns a.bfm-yellow-button{
    float: left;
    clear: left;
}
.bfm-shoppingcart-topbtns a.bfm-red-button.bfm-shoppingcart-btn, .bfm-shoppingcart-topbtns .bfm-red-button{
    float: right;
}
.bfm-shoppingcart-continue, .bfm-shoppingcart-checkout  {
	float:left;
	width:480px;
	padding:0 0 40px 0;
}
.bfm-shoppingcart-checkout {
	text-align:right;
}
.bfm-shoppingcart-topbtns a, 
.bfm-shoppingcart-topbtns a,
.bfm-shoppingcart-summary a{
	width: 240px;
	font-size: 19px;
}

.bfm-shoppingcart-summary  h3{
	font:25px 'Droid Serif', serif;
	text-transform: capitalize;
	text-align: left;
	padding-left: 30px;
	margin-top: 0px;
	color: #ba0e29;
}

.bfm-shoppingcart-summary a {
	width: 275px;
	margin: 20px 0 0 0;
}
.bfm-shoppingcart-checkout a, .bfm-shoppingcart-topbtns .bfm-red-button.bfm-checkout-button {
	float:right;
	width: 280px;
}

.bfm-shoppingcart-topbtns a span, 
.bfm-shoppingcart-topbtns a span,
.bfm-shoppingcart-summary a span {
	padding: 11px;
}

a.bfm-shoppingcart-btn span, .bfm-shoppingcart-topbtns .bfm-red-button.bfm-checkout-button span {
background-image: url('../images/bf/arrow-submenu.png');
background-repeat: no-repeat;
background-position: 250px center;
padding: 11px 40px 11px 11px;
}

.bfm-shoppingcart-checkout h3  {
	font:30px 'Droid Serif', serif;
	text-transform: capitalize;
	color: #ba0e29;
}

.bfm-shoppingcart-checkout-extras h3 span  {
	font:30px 'Droid Serif', serif;
	text-transform: capitalize;
	color: #531402;
}
/* cart table */
.bfm-shoppingcart-hidden {
display:none;
}

.bfm-shoppingcart-table {
width: 960px;
}
.bfm-shoppingcart-table th {
font:bold 15px 'Droid Serif', serif;

}
.bfm-shoppingcart-table tbody {
background:#fff;
border: 0;
}
.bfm-shoppingcart-header-first {
text-align:left;
}
a.bfm-shoppingcart-btn {
width: 230px;
}
a.bfm-shoppingcart-btn span{
background-position: 205px center;
}

.bfm-shoppingcart-list{
	list-style: none;
	margin: 0;
	width: 898px;
	background: #fff;
	border: 1px solid #d2d0c6;
	padding: 30px;
}

.bfm-shoppingcart-list li {
	margin: 0;
	padding: 20px 0;
	background: url(../images/bf/horizontal-line.png) repeat-x bottom center;
}
.bfm-shoppingcart-list li.bfm-shoppingcart-list-last {
	padding-bottom:0;
	background:none;
}
.bfm-shoppingcart-product-img {
width: 130px;
float: left;
}
.bfm-shoppingcart-product{
float:left;
width: 620px;
}
.bfm-shoppingcart-product-medium{
float:left;
width: 480px
}
.bfm-shoppingcart-product-container {
float: left;
width: 470px;
padding: 0 10px;
}
.bfm-shoppingcart-product-medium .bfm-shoppingcart-product-container{
width: 330px;
float: left;
padding: 0 10px;
}
.bfm-shoppingcart-product-title{
font: 15px 'Droid Serif', serif;
color: #333;
padding: 0 0 10px 0;
}
.bfm-shoppingcart-product-title .bfm-shoppingcart-saleinfo {
font:bold 15px 'Droid Serif', serif;
text-transform: uppercase;
color: #ba0e29;
}
.bfm-shoppingcart-product-desc{
font-size:15px;
color:#666;
}
.bfm-shoppingcart-flavor,
.bfm-shoppingcart-adddelete{
margin: 10px 0;
}
.bfm-shoppingcart-price, .bfm-shoppingcart-qty, .bfm-shoppingcart-total{
width: 138px;
float:left;
text-align:center;
font: 15px 'Droid Serif', serif;
}

.bfm-shoppingcart-price .original-price-total
{text-decoration:line-through; }

.bfm-shoppingcart-price .discounted-price-total
{ color: #C90016;}

.bfm-shoppingcart-qty{

}
.bfm-shoppingcart-qty input{
height: 30px;
width: 54px;
text-indent: 8px;
color: #333;
font: italic 13px/30px 'Roboto', sans-serif;
border: 1px solid #d4d2c8;
background: #f7f4e8;
position:relative;
}

.bfm-shoppingcart-update { margin-top: 5px; }

.bfm-shoppingcart-qty-input-addminus {
position:relative;
width:56px;
margin-bottom: 10px;
}
.bfm-shoppingcart-addcount {
/*position: absolute;
display: block;
width: 8px;
height: 8px;
background: url(../images/bf/cart-count.png) top center;
cursor: pointer;
top: 7px;
right: 5px;*/
display: none;
}
.bfm-shoppingcart-minuscount{
display: none;
/*position: absolute;
display: block;
width: 8px;
height: 8px;
background: url(../images/bf/cart-count.png) bottom center;
cursor: pointer;
bottom: 7px;
right: 5px;*/

}
.bfm-shoppingcart-list-head .bfm-shoppingcart-product,
.bfm-shoppingcart-list-head .bfm-shoppingcart-product-medium{
padding: 0 30px 0 0;
}
.bfm-shoppingcart-list-head .bfm-shoppingcart-qty{
text-align:center;
}
.bfm-shoppingcart-list-head {
width:960px;
font: bold 15px 'Droid Serif', serif;
margin: 0 0 15px 0;
}
.bfm-shoppingcart-qty button span{
padding:5px 11px;
}
.bfm-shoppingcart-qty button {
margin:20px 0 0 0;
}
.bfm-shoppingcart-qty form {
margin: 0 41px;
}
.bfm-shoppingcart-adddelete a {
/*color: #666;*/
color: #BA0E29;
font: 13px 'Roboto', sans-serif;
}
/* list promo applied */
.bfm-shoppingcart-promo-applied, .bfm-billing-left .appliedpromo {
border: 1px solid #d2d0c6;
background: #ffeca0;
padding: 30px;
font: bold 15px 'Droid Serif', serif;
border-top: 0;
margin: -1px 0 0 0;
/*display:none;*/
}
.bfm-shoppingcart-promo-applied span {
color:#ba0e29;
}
.bfm-shoppingcart-promo-calculation-total, .bfm-shoppingcart-promo-calculation-discount {
font:bold 15px/30px 'Droid Serif', serif;

}
.bfm-shoppingcart-promo-calculation span {
float:right;
}
.bfm-shoppingcart-promo-calculation-discount {
color:#ba0e29;
}
.bfm-shoppingcart-promo-calculation{
display:none;
padding:20px 0;
}
.bfm-shoppingcart-with-promo div.bfm-shoppingcart-subtotal{
background:none;
}
.bfm-shoppingcart-with-promo .bfm-shoppingcart-promo-note{
display:none;
}


.bfm-shoppingcart-promo-calculation {
background: url(../images/bf/horizontal-line.png) repeat-x bottom center;
}
/*cart promo */
.bfm-shoppingcart-bottom {
background: #fff;

margin: 20px 0 0 0;
width: 960px;
border: 1px solid #d2d0c6;
}
.bfm-shoppingcart-promo{

}
.bfm-shoppingcart-promocode-input {
position:relative;
}
.bfm-shoppingcart-promocode-input input{
width: 390px;
line-height: 32px;
height: 32px;
text-indent: 10px;
border: 1px solid #d2d0c6;
background: #f7f4e8;
}
.bfm-shoppingcart-promocode-input button{
position: absolute;
top: -1px;
right: 0;
}
.bfm-shoppingcart-promocode-input button span{
padding: 8px 16px;
cursor: pointer;
}

.bfm-shoppingcart-promocode-input a{
position: absolute;
top: -1px;
right: 0;
}

.bfm-shoppingcart-promocode-input a span{
padding: 8px 16px;
cursor: pointer;
}

.bfm-shoppingcart-promo {
width:524px;
float:left;
border-right: 1px solid #d2d0c6;
padding: 40px;
}
.bfm-shoppingcart-summary {
padding: 20px;
width:275px;
float:left;
}
.bfm-shoppingcart-bottom h3 {
font-size:20px;
margin: 0;
}
.bfm-shoppingcart-promo-note {
font: italic 13px 'Roboto', sans-serif;
margin-bottom: 0;
}

.bfm-shoppingcart-promo-error {
font: italic 13px 'Roboto', sans-serif;
margin-bottom: 0;
color:#ba0e29;
}

.bfm-shoppingcart-continue-extras h4 {
	font:30px 'Droid Serif', serif;
	text-transform: capitalize;
	color: #333333; 
}


.bfm-shoppingcart-subtotal h3 {
font: bold 30px 'Roboto', sans-serif;
color:#ba0e29;
}


div.bfm-shoppingcart-subtotal {
font: bold 15px/45px 'Droid Serif', serif;
background: url(../images/bf/horizontal-line.png) repeat-x bottom center;
}
div.bfm-shoppingcart-subtotal span {
font: bold 30px/45px 'Roboto', sans-serif;
color:#ba0e29;
float:right;
}

a.chat{
	font: bold 15px 'Droid Serif', serif;
	text-decoration:underline;
}
.call{
	color:#5c5c5c;
	font:15px 'Droid Serif', serif;
	margin-top: 10px;
}
.call strong{
	font: bold 15px 'Droid Serif', serif;
	color:#5c5c5c;
}

a.change-to-delivery, a.change-to-pickup{
	font:bold 13px 'Droid Serif', serif;
	text-decoration:underline;
}


/* contact us */ 
.bfm-contact-us-form {
width: 388px;
height: 568px;
float: left;
border: 1px solid #D2D0C6;
background: #fff;
padding: 0 50px;
}
.bfm-contact-us-form ul{
    margin: 0px;
    padding: 0px;
    display: table;
}
.bfm-contact-us-form ul li{
    list-style: none;
    display: table-row;
}
.bfm-contact-us-location{
float: right;
width: 420px;
padding: 0 0 0 50px;
}
.bfm-contact-us-map {
width:228px;
height:178px;
float:left;
}
.bfm-contact-us-form-label {
text-transform: uppercase;
font: bold 12px 'Droid Serif', serif;
text-align: right;
vertical-align: top;
width: 73px;
padding: 4px 16px 12px 0;
line-height: 30px;
display: table-cell;
}
.bfm-contact-us-form table {
	width:100%;
}
.bfm-contact-us-form table tr {
	height: 45px;
}
.bfm-contact-us-form-input {
border: 1px solid #d2d0c6;
line-height: 30px;
background: #f7f4e8;
width: 290px;
text-indent: 8px;
display:block;
height: 30px;
font-style:italic;
}
.bfm-contact-us-form-select, .bfm-shoppingcart-flavor select {
border: 1px solid #d2d0c6;
font: italic 13px/30px 'Roboto', sans-serif;
background: #f7f4e8;
width: 293px;
padding: 7px;
color:#666;
}
.bfm-contact-us-form-textarea {
border: 1px solid #d2d0c6;
background: #f7f4e8;
width: 273px;
height: 202px;
margin: 4px 0;
padding: 9px;
font: 13px 'Arial';
}
.smalltext{
	font-size:13px;
} a.locations{
	font-weight:bold;
}
textarea{
	max-width:409px;
}

.bfm-contact-us-btn {
	float:right;
}
.bfm-contact-us-btn span, .bfm-pickup-btn span, .bfm-deliver-btn span, .bfm-btn-continue span , .bfm-btn-continue-delivery span,  .bfm-btn-billing span , .bfm-btn-place span, .bfm-place-order-btn span, .bfm-btn-continue-pickup span {
	font-size: 19px;
	padding: 8px 16px;
	cursor: pointer;
}

/* contest */ 
.bfm-contest-form {
width: 450px;
height: 350px;
float: left;
border: 1px solid #D2D0C6;
background: #fff;
padding: 0 50px;
}
.bfm-contest-form ul{
    margin: 0px;
    padding: 0px;
    display: table;
}
.bfm-contest-form ul li{
    list-style: none;
    display: table-row;
}
.bfm-contest-location{
float: right;
width: 420px;
padding: 0 0 0 50px;
}
.bfm-contest-map {
width:228px;
height:178px;
float:left;
}
.bfm-contest-form-label {
text-transform: uppercase;
font: bold 14px 'Droid Serif', serif;
text-align: right;
vertical-align: top;
width: 120px;
padding: 4px 16px 12px 0;
line-height: 30px;
display: table-cell;
}
.bfm-contest table {
	width:100%;
}
.bfm-contest table tr {
	height: 45px;
}
.bfm-contest-form-input {
border: 1px solid #d2d0c6;
line-height: 30px;
background: #f7f4e8;
width: 290px;
text-indent: 8px;
display:block;
height: 30px;
font-style:italic;
}


.bfm-contest-form-select {
border: 1px solid #d2d0c6;
font: italic 13px/30px 'Roboto', sans-serif;
background: #f7f4e8;
width: 135px;
padding: 7px;
color:#666;
}


.bfm-contest-form-select-smalltext {
border: 1px solid #d2d0c6;
font: italic 13px/30px 'Roboto', sans-serif;
background: #f7f4e8;
width: 75px;
padding: 7px;
color:#666;
}


.bfm-contest-form-textarea {
border: 1px solid #d2d0c6;
background: #f7f4e8;
width: 273px;
height: 202px;
margin: 4px 0;
padding: 9px;
font: 13px 'Arial';
}
.smalltext{
	font-size:13px;
} a.locations{
	font-weight:bold;
}
textarea{
	max-width:409px;
}

.bfm-contest-btn {
	float:right;
}
.bfm-contest-btn span, .bfm-pickup-btn span, .bfm-deliver-btn span, .bfm-btn-continue span , .bfm-btn-continue-delivery span,  .bfm-btn-billing span , .bfm-btn-place span, .bfm-place-order-btn span, .bfm-btn-continue-pickup span {
	font-size: 19px;
	padding: 8px 16px;
	cursor: pointer;
}







.bfm-place-order-lnk span {

font-size:19px;
	padding: 8px 16px;
	cursor: pointer;
	font-weight: bold;
}

.bfm-place-order-lnk:hover span {
background-color:#ee9126;
}
.bfm-place-order-lnk:hover {
border-color:#ee9126;
}


.bfm-pickup-btn,  .bfm-deliver-btn{
	display:inline-block;
	float:left;
	margin: 20px 30px 20px 10px;
}.bfm-btn-place{
	float:right;
}
.bfm-contact-us-message-bottom {
	background: url(../images/bf/text_area_bottom.png) no-repeat center center;
	height: 27px;
	width: 30px;
	margin: -9px 0 0 30px;
	padding: 0;
	z-index: 999;
	position: relative;
}
.bfm-bold {
font-weight:bold;
}
.bfm-contact-us-location-block {
background: url(../images/bf/horizontal-line.png) repeat-x bottom center;
}
.bfm-contact-us-location-block  span{
font: bold 15px 'Droid Serif', serif;
}
.bfm-contact-us-location-block {
font: 13px 'Roboto', sans-serif;
}
.bfm-contact-us-location-block  .bfm-contact-us-phone {
padding: 10px 0;
}
.bfm-contact-us-location-block h6 {
margin-bottom: 20px;

}

.bfm-contact-us-location-block h5 {
margin-bottom: 10px;

}


.bfm-contact-us-location-block {
font: 13px 'Roboto', sans-serif;
padding: 0 0 20px 0;
}
.bfm-contact-us-address {
float: left;
width: 170px;
margin: 0 0 0 20px;
padding: 0 0 0 0;
line-height: 24px;
}
.bfm-contact-us-location-block-first h5 { margin-top: 0px; text-transform: none; }
.bfm-contact-us-pin {
float: left;

}

.bfm-contact-us-location-block-last {
background:none;
}
.bfm-contact-us-pin {
float: left;

}
.bfm-contact-us-pin a{
background: url(../images/bf/pin.png) no-repeat center center;
display: block;
width: 16px;
height: 25px;
margin: 30px 0 0 10px;
}
.bfm-contact-us-location-block-pin h6{
float:left;
}

.bfm-contact-us-location-block-pin h5{
float:left;
}


/* checkout */
.bfm-checkout-h3{
	float:left;
}
.bfm-checkout-topbtns h4{
font:25px 'Droid Serif', serif;
	text-transform: capitalize;
	color: #333333;
	margin-top: 20px;
float:left;
}
.bfm-checkout-topbtns a{
float:right;
margin:22px 0 0 22px
}
.bfm-checkout-steps{
	float:right;
	list-style:none;
	margin: 30px 0 0 0;
	padding:0;
}
.bfm-checkout-steps li{
	float:left;
	display:block;
}

.bfm-checkout-steps li a {
display: block;
background: url(../images/bf/checkout-step.png) no-repeat center top;
width: 35px;
height: 35px;
color: #fff;
font: 15px/35px 'Droid Serif', serif;
text-indent: 13px;
margin: 0 0 0 20px;
}
.bfm-checkout-steps li a:hover,
.bfm-checkout-steps li a.bfm-checkout-active-step {
background-position:center bottom;
}
.bfm-checkout-container-steps {
list-style: none;
margin: 20px 0 0 0;
width: 958px;
background: #fff;
border: 1px solid #d2d0c6;
position:relative;
}
.bfm-checkout-container-steps h4 {
margin:20px 30px;
font:25px 'Droid Serif', serif;
	text-transform: capitalize;
	color: #333333;
}
.bfm-checkout-container-steps h6{
margin:10px 0;
font:bold 15px 'Droid Serif', serif;
	text-transform: uppercase;
	color: #ba0e29;
}
.bfm-checkout-step1-left,
.bfm-checkout-step1-right {
width: 418px;
padding: 30px;
}
.bfm-checkout-step1-left{
    float: left;
}
.bfm-checkout-step1-right{
    float:right;
    padding-bottom: 0px;
}

.bfm-checkout-form-radio {
font-size:12px;
line-height:24px
}




.bfm-checkout-step1-left{
border-right: 1px solid #d2d0c6;
}
.bfm-checkout-step1-left table tr {
height:45px;
}
.bfm-checkout-step1-left .bfm-form-radio {
}

.bfm-checkout-deliveryB-right .bfm-form-radio { }

.bfm-checkout-form-radio label{
	height:20px; 
}

.bfm-checkout-step1-left .bfm-form-radio label { height: 20px;
font-size:14px;
line-height:24px }

.bfm-checkout-deliveryB-right .bfm-form-radio label { height: 20px;
font-size:14px;
line-height:24px }

.bfm-checkout-step1-left .bfm-checkout-form-checkbox label 
{font-size: 13px; width: 230px; float: left; 
font-weight: normal;
	font-family: 'Roboto', sans-serif;
	text-transform: none;
}

.bfm-checkout-deliveryB-right .bfm-checkout-form-checkbox label 
{font-size: 13px; width: 230px; float: left; 
font-weight: normal;
	font-family: 'Roboto', sans-serif;
	text-transform: none;
}

.bfm-checkout-step1-left .bfm-form-radio lable { height: 20px; }
.bfm-checkout-deliveryB-right .bfm-form-line .bfm-form-radio label { height: 20px; color:red; }

.bfm-checkout-step1-right .bfm-checkout-form-radio input { float: left; }
.bfm-checkout-deliveryB-right .bfm-form-line .bfm-checkout-form-radio input { float: left; border: 1px solid #531402; }
.bfm-checkout-deliveryB-right .bfm-form-line .bfm-checkout-form-radio span.method { float: left; border: 1px solid #531402; }

.bfm-billing-left .bfm-checkout-form-radio input { float: left;width:40px;}
.bfm-billing-left .bfm-checkout-form-radio label { height: 20px; }
.bfm-billing-left .bfm-checkout-form-radio span {
	font-weight:bold;
	float:left;
	padding-left:2px;
	text-align:left;
	width: 100px;
	line-height:20px;
	 font: bold 14px 'Droid Serif';
    text-transform: uppercase; }

.bfm-checkout-step1-right .bfm-checkout-form-radio span.register{
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	text-transform:none;
	float:left;
	padding-left:10px;
	text-align:left;
	width: 150px;
	line-height:20px;
}

.bfm-checkout-deliveryB-right .bfm-checkout-form-radio .handdelivery{
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	text-transform:none;
	float:left;
	padding-left:10px;
	text-align:left;
	width: 150px;
	line-height:20px;
}

.pre-reg{
	font-size:14px;
	color:#5c5c5c;
	margin:0 0 20px 0;
}
.bfm-checkout-step1-left .bfm-contact-us-form-label,
.bfm-checkout-step1-right .bfm-contact-us-form-label {
width: 123px;
}
.bfm-checkout-step1-left .bfm-contact-us-form-input,
.bfm-checkout-step1-right .bfm-contact-us-form-input {
width: 269px;
}

.bfm-checkout-container-step2A, .bfm-checkout-container-step2B, .bfm-checkout-container-deliveryA{display:none;}
.bfm-checkout-container-deliveryB {display:none;}
.toggle{
	display:none;
}
.visible{
	display:block;
}

.back-delivery, .back-pickup{
	display:none;
}


/* From Radio StyleSheet */
.bfm-checkout-form-radio p > input,
.bfm-checkout-container-pickup p > input,
.bfm-checkout-step1-right p > input,
.bfm-billing-bottom-right p > input
{
padding: 0;
margin: 0;
/* height: 16px; */
/* width: 16px; */
float: left;
position: relative;
left: 15px;
top: 2px;
}

/*.bfm-checkout-deliveryB-right .bfm-checkout-form-radio p { border: 1px solid #531402; }*/

.bfm-checkout-deliveryB-right .bfm-checkout-form-radio span.bfm-form-radio
{
padding: 0;
margin: 0;
/* height: 16px; */
/* width: 16px; */
float: left;
position: relative;
left: 15px;
/*top: 2px;*/
width: 25px;
padding-right:10px;
}

.bfm-checkout-deliveryB-right .bfm-checkout-form-radio span.bfm-form-radio p > input
{
padding: 0;
margin: 0;
/* height: 16px; */
/* width: 16px; */
float: left;
position: relative;
left: 15px;
top: 2px;
width: 16px;
}

.bfm-checkout-deliveryB-right .bfm-checkout-form-radio p > label.method{
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	text-transform:none;
	font-size: 15px;
	color: #000; 
}

.bfm-checkout-deliveryB-right .bfm-checkout-form-radio p > span.method{
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	text-transform:none;
	font-size: 15px;
	color: #000; 
}

.bfm-checkout-deliveryB-right label.deliveryDateText{
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	text-transform:none;
	float:left;
	padding-left:50px;
	text-align:left;
	font-size: 12px;
}

.bfm-checkout-deliveryB-right .bfm-checkout-form-radio span.method{
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	text-transform:none;
	font-size: 15px;
	color: #000; 
}

.bfm-checkout-deliveryB-right span.shippingChargesText {
font-family: 'Roboto', sans-serif;
	font-weight:normal;
	text-transform:none;
	float:left;
	padding-left:60px;
	text-align:left;
	font-size: 12px;
}

p.register{
	line-height:17px;
	margin-top:-10px;
}

p.register > label{
	text-align: left;

padding: 0 0 0 18px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	min-height: 20px;
}

.bfm-checkout-form-radio p > label,
.bfm-checkout-container-pickup p > label,
.bfm-billing-bottom-right p > input,
.bfm-checkout-form-radio p > span
{ 
	line-height: 16px; 
	
padding: 0 0 0 18px;
	-moz-transition: color 1s ease; 
	-o-transition: color 1s ease; 
	-webkit-transition: color 1s ease; 
	transition: color 1s ease; 
}



.bfm-checkout-form-radio label.method{
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	text-transform:none;
}
.bfm-checkout-step1-right label.smalltext{
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	text-transform:none;
	float:left;
	padding-left:20px;
	text-align:left;
}


/***STEP TWO***/
.bfm-checkout-step2-left{
float: left;
width: 524px;
padding: 0 30px 20px 30px;
}

.bfm-checkout-step2-right{
float: left;
width: 290px;
padding: 0 30px 30px;
}

/***STEP THREE***/
.bfm-checkout-pickup-left{
float: left;
width: 524px;
padding: 0 30px 20px 30px;
}

.bfm-checkout-pickup-right{
float: left;
width: 290px;

}

.bfm-checkout-pickup-bottom{
	padding: 0 0 25px 25px;

}
.bfm-checkout-pickup-left input{
	background:#f8f4e9;
	padding:5px;
	width:250px;
	float:left;
	margin-right:30px;
	color:#4c4c4c;
	font-style:italic;
}

.bfm-checkout-pickup-left .bfm-red-button span{
	padding: 10px 20px;
}
.bfm-checkout-container-pickup .address{
	width: 150px;
	display: inline-block;
	float: left;
	padding: 30px 50px 25px;
}


.bfm-checkout-pickup-left .btn-check span{
	padding: 7px 10px;
}

.address a{
	font: bold 13px 'Droid Serif';
}
.bfm-checkout-pickup-date-right h6 {
    margin-bottom: 15px;
}
.bfm-checkout-pickup-date-right-address {
    padding: 7px 0 17px;
}
.bfm-checkout-pickup-date-right-address p {
    margin: 0;
    color: #333;
}
.bfm-checkout-pickup-date-right-address a {
    display: inline-block;
    font: bold 13px 'Droid Serif';
    color: #ba0e29;
    background: url("/images/bf/horn-link.png") no-repeat right center;
    padding: 0 14px 4px 0;
}
.bfm-checkout-pickup-date-right-address a:hover {
    color: #ba0e29;
}
.bfm-checkout-container-pickup .address input{
	margin: 0 0 0 -43px;
}

/***STEP FOUR***/

.steps-content {
    display: none;
}

.bfm-checkout-container-place-order h6 {
    margin: 30px 30px 24px;
}
.bfm-checkout-container-place-order .bfm-shoppingcart-list-head {
    margin: 0 30px;
    width: 900px;
    color: #333;
    border-bottom: 1px solid #d2d0c6;
    padding: 0 0 12px;
}
.bfm-checkout-container-place-order .bfm-shoppingcart-list-head .bfm-shoppingcart-product {
    width: 590px;
}
.bfm-checkout-container-place-order .bfm-shoppingcart-list {
    border: none;
    padding-top: 0;
    border-bottom: 1px solid #d2d0c6;
}
.bfm-checkout-container-place-order .bfm-shoppingcart-list li {
    padding: 18px 0 5px;
}
.bfm-checkout-container-place-order .bfm-order-confirmation-list .bfm-shoppingcart-product-title {
    padding: 34px 0 5px;
}
.bfm-checkout-container-place-order .bfm-order-confirmation-list .bfm-shoppingcart-price, .bfm-checkout-container-place-order .bfm-order-confirmation-list .bfm-shoppingcart-qty {
    padding-top: 31px;
}
.bfm-place-order-left {
    float: left;
    width: 594px;
    border-right: 1px solid #d2d0c6;
    padding: 0 0 30px;
}
.bfm-place-order-left-content {
    padding: 0 42px;
}
.bfm-place-order-left h5, .bfm-place-order-right h5 {
    font-size: 20px;
    color: #ba0e29;
    margin: 29px 0 18px;
}
.bfm-place-order-left p {
    margin: 0;
}
.bfm-place-order-left-bottom {
    border-top: 1px solid #d2d0c6;
    margin: 27px 0 0;
    padding: 0 42px;
}
.bfm-place-order-left-bottom h6 {
    text-transform: capitalize;
    margin: 31px 0 20px;
}
.bfm-place-order-left-bottom a {
    text-decoration: underline;
    color: #BA0E29;
}
.bfm-place-order-left-bottom a:hover {
    text-decoration: none;
}
.bfm-place-order-right {
    float: left;
    width: 276px;
    border-left: 1px solid #d2d0c6;
    padding: 0 43px 30px 44px;
    margin-left: -1px;
}
.bfm-place-order-right-content {
    padding: 0 0 20px;
    float: left;
    width: 100%;
    margin-top: -2px;
}
.bfm-place-order-right-content p {
    float: left;
    width: 100%;
    margin: 3px 0;
}
.bfm-place-order-right-content p strong {
    float: left;
    font: bold 15px 'Droid Serif';
    color: #333;
}
.bfm-place-order-right-content p span {
    float: right;
}

.bfm-place-order-right-total {
    background: url("/images/bf/horizontal-line.png") repeat-x left top;
    text-align: center;
}
.bfm-place-order-right-total p {
    float: left;
    width: 100%;
    margin: 14px 0;
	/*background: url(../images/bf/horizontal-line.png) repeat-x top center;*/
	padding: 20px 0 0 0;

}
.bfm-place-order-right-total p strong {
    float: left;
    font: bold 15px 'Droid Serif';
    color: #333;
    display: block;
    padding: 15px 0 0;
}
.bfm-place-order-right-total p span {
    float: right;
    font: bold 30px 'Roboto';
    color: #ba0e29;
    display: block;
}



.bfm-checkout-step2-right .bfm-checkout-needassistance, .bfm-checkout-pickup-right .bfm-checkout-needassistance,.bfm-checkout-delivery-right .bfm-checkout-needassistance{
background: url(../images/bf/line-caption.png) repeat-y top left;
padding: 0 0 0 30px;
margin: 0 0 0 -20px;
}
.bfm-delivery-btn {
margin:20px 0 0 0;
}
.bfm-delivery-btn span, .bfm-btn-continue span,  .bfm-btn-billing span, .bfm-btn-place span{
background-image: url('../images/bf/arrow-submenu.png');
background-repeat: no-repeat;
background-position: 22px center;
padding: 8px 32px 8px 16px !important;
}
.bfm-delivery-btn span{
background-position: 230px center;
}
.bfm-btn-place{
	margin:20px 0;
}
.bfm-btn-place span{
	background-position: 262px center;
}

.bfm-pickup-btn span, .bfm-deliver-btn span, .bfm-btn-continue span, .bfm-btn-billing span, .bfm-place-order-btn span,  .bfm-btn-continue-pickup span, .bfm-btn-continue-delivery span{
	background-image: url('../images/bf/arrow-submenu.png');
	background-repeat: no-repeat;
	background-position: 197px center;
	padding: 8px 32px 8px 16px !important;
}
.bfm-btn-continue span, .bfm-btn-continue-pickup span{
	background-position: 237px center;
}

.bfm-btn-continue-delivery span{
	background-position: 257px center;
}

.bfm-btn-billing span{
	background-position: 323px center;
}
.bfm-place-order-btn {
    display: inline-block;
}
.bfm-place-order-btn span {
    background-position: 155px center;
    padding: 8px 47px 8px 21px !important;
}


/***PICKUP DATE SELECT***/
.bfm-checkout-pickup-date-left, .bfm-checkout-pickup-date-right{
	width:425px;
	float:left;
	padding:10px 25px;
}

.bfm-checkout-pickup-date-left textarea {
font-family: 'Roboto', sans-serif;
	border:1px solid #ccc;
	background:#f8f4e9;
	padding: 6px 15px;
	width:100%;
	float:left;
	color:#4c4c4c;
	font-style:italic;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bfm-checkout-pickup-date-right{
    float: right; }

}
.bfm-checkout-pickup-date-left{
    padding: 0px 25px;
}
.bfm-checkout-pickup-date-left hr.dashed{
    padding: 1px 0 0 0;
    margin: 0 0 10px 0;
}
.zip-notice{
	font-size: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color:#5c5c5c;
}.zip-validation{
	background: #ffeda5;
	padding: 5px;
	width: 150px;
	display: inline-block;
	float: right;
	margin: -5px -160px 0 0;
	display:none;
	font: bold 15px 'Droid Serif', serif;
	position:relative;
}.zip-validation p{
	font-size: 11px;
	line-height: 1.5;
	color:#000;
}

.zip-validation span{
	font-size: 11px;
	line-height: 1.5;
	color:#000;
}

.login-validation{
	background: #ffeda5;
	padding: 5px;
	width: 410px;
	display: inline-block;
	margin: -5px -160px 0 0;
	font: bold 15px 'Droid Serif', serif;
	position:relative;
}

.checkout-validation{
	background: #ffeda5;
	padding: 5px;
	display: inline-block;
	font: bold 15px 'Droid Serif', serif;
	position:relative;
}
	
.checkout-validation p{
	font-size: 11px;
	line-height: 1.5;
	font: bold 15px 'Droid Serif', serif;
	color:#000;
}
	
.cal-heading, .cal-icon{
	display:block;
}
.cal-heading{
	float:left;
}input.cal-icon{
	vertical-align: top;
	border: none;
	padding-left: 15px;
	font: 18px 'Droid Serif', serif;
	width:100%;
}
input.cal-icon:before{
	content:'';
	clear:both;
}.bfm-checkout-delivery-left input.bred{
	border:1px solid #f00;
}

input.has-visited:required:invalid { border:1px solid #f00; /* insert your own styles for invalid form input */ -moz-box-shadow: none;  }
select.has-visited:required:invalid { border:1px solid #f00; /* insert your own styles for invalid form input */ -moz-box-shadow: none;  }
password.has-visited:required:invalid { border:1px solid #f00; /* insert your own styles for invalid form input */ -moz-box-shadow: none;  }


.form-validation-help-success {
    display:none;
    font-size:90%;
}

.form-validation-help-error {
    display: inline-block;
    color: #f00;
    font-size:90%;
}


.itemlist{
	height:375px;
	width: 435px;
	overflow:auto;
	font: 15px 'Droid Serif', serif;
	color: #666;
	scrollbar-face-color : #003399; 
scrollbar-highlight-color : #006699; 
scrollbar-3dlight-color : #003366; scrollbar-shadow-color : #000066; 
scrollbar-darkshadow-color : #000066; scrollbar-track-color : #0066CC; 
scrollbar-arrow-color : #FFFF00
}

.itemlist ul {margin:0;
padding:0;
list-style:none;
font: 15px 'Droid Serif', serif;
	color: #666; }

.itemlist li { font-size:13px;
	line-height:2; }

.itemlist img { width: 117px;
float: left; }

.itemlist .itemlist-container {float: left;
width: 250px;
padding: 0 10px;  }


.itemlist .item-details{
	font-size:13px;
	line-height:2;
}


/***DELIVERY***/

.bfm-checkout-delivery-left{
float: left;
width: 424px;
padding: 0 30px 20px 30px;
}
#zip1{
	 width:350px;
}
.bfm-checkout-delivery-bottom-left,.bfm-checkout-delivery-bottom-right {
	float:left;
	padding:10px 25px;
}
.bfm-checkout-delivery-left input {
	border:1px solid #ccc;
}
.bfm-checkout-delivery-left select {
	border:1px solid #ccc;
}
.bfm-checkout-delivery-right {
	float: left;
}
.bfm-checkout-deliveryB-right {
    padding: 0 36px 0 0;
    float: right;
    width: 409px;
}
.bfm-checkout-deliveryB-right .bfm-checkout-deliver-opts{
	background:none;
}.bfm-checkout-delivery-bottom-right .bfm-checkout-needassistance{
	background: url(../images/bf/horizontal-line.png) repeat-x bottom center;
	padding: 0 0 15px 0;
	margin: 20px 0 0 0;
}.barrier{
	background: url(../images/bf/horizontal-line.png) repeat-x bottom center;
	padding: 0 0 15px 0;
	margin: 20px 0 0 0;
}.bfm-checkout-deliveryB-right .fleft{
	float:left;
}.bfm-checkout-deliveryB-right .date{
	padding: 15px 0 0;
	width: 250px;
	text-align: left;
	border: 1px solid #531402;
}

}.bfm-checkout-delivery-left  .date{
	padding: 15px 0 0;
	width: 250px;
	text-align: left;
	border: 5px solid #531402;
}


.bfm-checkout-delivery-bottom-right .bfm-btn-billing, .bfm-checkout-deliveryB-right .bfm-btn-billing{
	margin: 25px 1px 1px;
}


.bfm-checkout-delivery-bottom, .bfm-checkout-billing-bottom{
	padding: 15px 0 25px 25px;

}
.bfm-checkout-delivery-left input, .bfm-checkout-delivery-left select, .bfm-checkout-deliveryB-right input, .bfm-checkout-deliveryB-right select, .bfm-checkout-deliveryB-right textarea{
	font-family: 'Roboto', sans-serif;
	border:1px solid #ccc;
	background:#f8f4e9;
	padding: 6px 15px;
	width:100%;
	float:left;
	color:#4c4c4c;
	font-style:italic;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bfm-checkout-deliveryB-right select, .bfm-checkout-deliveryB-right textarea, .bfm-checkout-deliveryB-right input[type=text]{
	width:100%;
	margin-top: 15px;
}.bfm-checkout-deliveryB-right input[type="checkbox"]{
	float: none;
    margin: 15px 5px;
    width: auto;
}
.required-label{
	margin: 5px 0;
	font-size: 13px;
}
label.required:after, .required-label:before{
	color:#ba0e29;
	content: "* ";
}
.bfm-checkout-delivery-left input{
	padding:6px 15px;
}
.bfm-checkout-deliveryB-right input.cal-icon{
	background: #fff;
	border: none;
	display: inline-block;


}.bfm-checkout-deliveryB-right input.datedrop2{
	max-width:300px;
	font: 18px 'Droid Serif', serif;
	font-weight:bold;
	color:#000;
	margin-top:0;
}

.anon{
	margin-top: 15px;
	font-size:13px;
}

.anon p { font-size: 13px; width: 380px; }
.anon label { font-size: 13px; padding-left: 15px; }
.anon input[type="checkbox"] { float: none; margin-top: 5px; width: auto; }


input.datedrop1{
	background: #fff;
	border: none;
	display: inline-block;
	float: left;
	width: 250px;
	font: 18px 'Droid Serif', serif;
}input.datedrop1:before{
	content:' ';
	clear:both;
	display: table;
}.cal-date{
	width:350px;
}.edit-cal, .edit-cal1{
	display:none;
	float: right;
	margin-top: 21px;
	color: #ba0e29;
	margin-left: 13px;
	font-family: 'Droid Serif', serif;
	font-weight:bold;
	text-decoration:underline;
}.edit-cal1{
	margin-top:2px;
}.edit-cal1:after{
	content:' ';
	clear:both;
	display: table;
}.datedrop2{
	background: #fff;
	border: none;
	display: inline-block;
	float: left;
	width: 250px;
	font: 18px 'Droid Serif', serif;
}

.bfm-checkout-delivery-left .bfm-red-button span{
	padding: 10px 20px;
}

.bfm-checkout-container-delivery .bfm-btn-continue span {
	background-position: 255px center;

}
form.LTR input {float:right;}

/* Address Validation */
.bfm-address-popup
{
	padding: 0.833em;
	border: 1px solid white;
	border-color: rgba(255, 255, 255, 0.75);
	background: url(../design/images/bf/old-browsers-bg/white20.png);
	background: rgba(255, 255, 255, 0.2);
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	-webkit-background-clip: padding-box;
	border-radius: 0.8em;
	-moz-box-shadow: 0 0 4px rgba(50, 50, 50, 0.5);
	-webkit-box-shadow: 0 0 4px rgba(50, 50, 50, 0.5);
	box-shadow: 0 0 4px rgba(50, 50, 50, 0.5);
	width: 350px;
}

.bfm-address-popup p {
font-size:13px;
	color: #666666;
	line-height: 23px;
}



.bfm-address-popup table td {
font:11px 'Roboto', sans-serif;
}

.bfm-address-popup h3
{font-size:18px;
color:#333;
margin:0;
padding:0; }


.bfm-address-popup h6
{
font:bold 15px 'Droid Serif', serif;
	text-transform: uppercase;
	color: #ba0e29;
}


/*********BILLING DETAILS***********/
.bfm-checkout-billing{
	/*display:none;*/
}
.bfm-billing-left h6, .bfm-billing-right h6{
	float:left;
}
.bfm-billing-left, .bfm-billing-right{
	width:425px;
	float:left;
	padding-left:30px;
	text-align:justify;
}
.bfm-billing-right{
	float:right;
	padding-right:30px;
}
 .bfm-billing-left td, .bfm-billing-right td{
	width:50%;
 }.bfm-billing-right .inline{
	float:left;
	width:95px;
 }.bfm-billing-left input, .bfm-billing-left select,.bfm-billing-right input, .bfm-billing-right select{
	font-family: 'Roboto', sans-serif;
	border:1px solid #ccc;
	background:#f8f4e9;
	padding:5px;
	width:200px;
	float:left;
	color:#4c4c4c;
	font-style:italic;
} .bfm-billing-left label, .bfm-billing-right label, .bfm-billing-bottom label{
	text-transform:uppercase;
	font: bold 13px 'Droid Serif', serif;

}
.bfm-billing-right input, .bfm-billing-right select{
	float:right;
	width:200px;
}

.bfm-billing-left input, .bfm-billing-right input{
	padding:6px 15px;
}
form.LTR input {float:right;}

.bfm-billing-right input#cvc{
	width: 230px;
	float: left;
	margin-right: 5px;
 }
.td-right{
	text-align: right;
	padding-right: 10px;
}.fright{
	float:right;
	padding-right:40px;
}
#cvc-bubble{
	display:none;
	font-size: 12px;
	width: 100px;
	position: absolute;
	left: 906px;
	background: #ffeda5;
	color: #000;
	padding: 10px;
	top: 328px;
	z-index: 9999;
	height: 77px;
	font: bold 13px 'Droid Serif', serif;	
	text-align:left;
}

#delivery-method-bubble{
	display:none;
	font-size: 12px;
	float: left;
	color:#4c4c4c;
	margin-right: 150px;
	padding: 10px;
	z-index: 9999;
	height: 200px;
	font: bold 13px 'Droid Serif', serif;	
	text-align:left;
	width: 300px;
	border: 1px solid #531402;
}

.bfm-billing-right input.promo-text{
	float:left;
}

.promo-btn{
	float:left;
	width: 130px;
	padding: 1px;
	margin: 2px 0 0 0;
	
}
.promo-link{
	font: bold 14px 'Droid Serif', serif;	
	margin-top:10px;
}

/*.bfm-checkout-container-step1 .bfm-checkout-needassistance {
	background: url(../images/bf/horizontal-line.png) repeat-x top center;
	padding: 20px 0 30px 0;
	margin: 20px 30px 0 0;
        width: 418px;
        float: right;
}*/
.bfm-checkout-needassistance {
	font-size:15px;
}
.bfm-checkout-needassistance ul {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
}
.bfm-checkout-needassistance ul li{
	font: 15px 'Droid Serif', serif;
	color: #666;
	background: url('../images/bf/horn-link.png') no-repeat left center;
	padding: 5px 0 5px 10px;
}
.bfm-checkout-needassistance ul li a{
	font: 15px 'Droid Serif', serif;
	color: #666;
}

.bfm-billing-bottom-left{
	width: 350px;
	padding: 20px 0 20px 30px;
	float:left;
}
.bfm-billing-bottom-right{
	float:right;
	text-align:right;
	padding: 20px 30px 20px 0;
}

.bfm-billing-bottom-right input{
font-family: 'Roboto', sans-serif;
	border:1px solid #ccc;
	background:#f8f4e9;
	padding:5px;
	color:#4c4c4c;
	font-style:italic;
}.bfm-billing-bottom-right .bfm-form-line label{

}
.bfm-billing-bottom-right input[type=text]{
	width: 225px;
	padding: 5px;
}.bfm-billing-bottom-right .small{
	font-size:12px;
}
.bfm-billing-bottom-left .bfm-checkout-needassistance{
	background: url(../images/bf/line-caption.png) repeat-y top right;
	padding: 0 30px 0 0;
	margin: 0 -20px 0 0;
	height: 240px;
}

.bfm-checkout-container-step1 {
	margin:0;
}
.bfm-checkout-step-edit {
	/*display:none;*/
	text-align:right;
	position:absolute;
	right: 20px;
	top: 26px;
	font: bold 13px 'Droid Serif', serif;
}
.bfm-checkout-edit-active {
	display:block;
}
/* Order Confirmation */
.bfm-order-confirmation {
	top: 20px;
	position: absolute;
	right: 0;
	font-size: 14px;
}
.bfm-order-confirmation span {
font: bold 15px 'Droid Serif', serif;
}
.bfm-order-confirmation-top-left {
float:left;
width:650px
}
.bfm-order-confirmation-top-left p span ,
.bfm-order-confirmation-top-right h3 span{
font-weight:bold;
font-family:'Roboto', sans-serif;
}

.bfm-order-confirmation-top-right h3 {
font-weight:bold;
font-family:'Roboto', sans-serif;
font:30px 'Droid Serif', serif;
text-transform: capitalize;
color: #ba0e29;
}

.bfm-order-confirmation-top-right {
float:right;
width:310px;
text-align: right;
}
.bfm-order-confirmation-top-right .bfm-yellow-button {
float:right;
}
.bfm-order-confirmation-topbtns h3,
.bfm-order-confirmation-topbtns h4 {
margin:20px 0;
}
.bfm-order-confirmation-topbtns  {
padding:0 0 20px 0;
}
.bfm-order-confirmation-product-desc {
font:13px 'Droid Serif', serif;
}
.bfm-order-confirmation-list .bfm-shoppingcart-product-title, 
.bfm-order-confirmation-list .bfm-shoppingcart-qty, 
.bfm-order-confirmation-list .bfm-shoppingcart-price {
padding:20px 0 0 0;
}
.bfm-order-confirmation-calculation{
margin:20px 0 0 0;
width:958px;
background: #fff;
border: 1px solid #d2d0c6;
}
.bfm-order-confirmation-shipping h3,
.bfm-order-confirmation-summary h3{
font-size:20px;
margin: 0 0 20px 0;
}
.bfm-order-confirmation-shipping p {
margin:0;
}
.bfm-order-confirmation-phone span {
font: bold 15px 'Droid Serif', serif;
color: #ba0e29;
}
.bfm-order-confirmation-phone {
margin:10px 0;
}
.bfm-order-confirmation-shipping h6 {
margin:5px 0;
}
.bfm-order-confirmation-shipping-top {
padding:20px;
border-bottom: 1px solid #d2d0c6;
}
.bfm-order-confirmation-shipping-top-left {
float:left;
width:280px;
}

.bfm-order-confirmation-shipping-top-left h4 { float: left; margin-left: 0px; width: 280px; font-size:20px; }

.bfm-order-confirmation-shipping-bottom {
padding: 20px;
}
.bfm-order-confirmation-shipping {
width:600px;
border-right: 1px solid #d2d0c6;
float:left;
}
.bfm-order-confirmation-summary {
float:left;
width:315px;
padding:20px;

}
.bfm-order-confirmation-summary h4 {float: left; margin-left: 0px; width: 315px; font-size:20px; }

.bfm-order-confirmation-summary table {
width:100%;
}
.bfm-order-confirmation-summary table tr{
height:30px;
}
.bfm-order-confirmation-summary table td {
font:bold 15px 'Droid Serif', serif;
}
.bfm-order-confirmation-summary table td.bfm-order-confirmation-number {
font:15px 'Roboto', sans-serif;
text-align:right;
}
.bfm-order-confirmation-total {
font: bold 15px/45px 'Droid Serif', serif;
background: url(../images/bf/horizontal-line.png) repeat-x top center;
margin: 10px 0 0;
padding: 10px 0 0;
}
.bfm-order-confirmation-total span {
font:bold 30px/45px 'Roboto', sans-serif;
color:#ba0e29;
float:right
}
.bfm-checkout-form-radio label.method{
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	text-transform:none;
}
.bfm-checkout-step1-right label.smalltext{
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	text-transform:none;
	float:left;
	padding-left:20px;
	text-align:left;
}
/** Slider Menu **/
#bfm-slider-menu {
	display: block;
	position: relative;
	width: 100%;
	background-size: cover;
        background-repeat: repeat;
        /*
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
        */
	background-position: center;
	/*background-image: url(../images/bf/slider/bg_slide1.jpg);*/
	background: #ffffff;
	height:465px;
}
#bfm-slider-menu  .bfm-slider-menu-innner {
	width:960px;
	margin:0 auto;
	position: relative;
	height:465px;
}
#bfm-slider-menu  ul.bfm-slider-content {
	margin:0;
	padding:0;
	list-style:none;
	width:960px;
	height:465px;
}
#bfm-slider-menu  ul.bfm-slider-content li {
	width:960px;
	height:465px;
	margin:0;
	padding:0;
	display:none;
}

#bfm-slider-menu  ul.bfm-slider-content li.bfm-active {
	display:block;
}

#bfm-slider-menu ul.bfm-slider-menu-content-inner-nav li {
/*	width:300px;
	height:72px;
	display:block;
	position:relative;
	margin: 0 0 5px 0;
	background: #ececec;
	background: #fffddf;
	border: 1px solid #b19eae;*/

	width:230px;
	height:50px;
	/*height:72px;*/
	display:block;
	position:relative;
	/*margin: 0 0 5px 0;*/
	/*background: #ececec;*/
	background: #fffddf;
	/*border: 1px solid #b19eae;*/

	
}
#bfm-slider-menu ul.bfm-slider-menu-content-inner-nav li  a{
	/*border: 4px solid #ececec;*/
	/*border: 4px solid #fffddf;/*
	/*width: 212px;*/
	width: 220px;
	height: 50px;
	position: relative;
	display: block;
	/*padding: 14px 0 0 80px;*/
	padding: 14px 0 0 10px;
	font: bold 17px 'Droid Serif', serif;
	color: #333;
}
#bfm-slider-menu ul.bfm-slider-menu-content-inner-nav li  a:hover {
	background:#eea14a;
	color:#FFF;
	/*border-color: #FFF;*/
}
.bfm-slider-menu-content-inner-nav-shopnow {
	font: bold 13px/20px 'Droid Serif', serif;
	color: #ba0e29;
	background: url(../images/bf/horn-link-sidebar.png) no-repeat right center;
	width: 80px;
	display: block;
	height: 20px;
}
#bfm-slider-menu ul.bfm-slider-menu-content-inner-nav li  a img{
position: absolute;
top: 0;
left: 0;
border:none;
}
ol.bjqs-markers,
#bfm-slider-menu ul.bfm-slider-menu-navi {
	position: absolute;
	height: auto;
	bottom: 5px;
	right: 5px;
}
ol.bjqs-markers li,
#bfm-slider-menu ul.bfm-slider-menu-navi li {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
}
ol.bjqs-markers li a,
#bfm-slider-menu ul.bfm-slider-menu-navi li a {
	display: block;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	background:url(../images/bf/slider-menu-nav.png) no-repeat bottom center;
}
ol.bjqs-markers li a:hover,
ol.bjqs-markers li.active-marker a,
#bfm-slider-menu ul.bfm-slider-menu-navi li a:hover,
#bfm-slider-menu ul.bfm-slider-menu-navi li.bfm-active a{
	background:url(../images/bf/slider-menu-nav.png) no-repeat top center;
}
#bfm-slider-menu .bfm-slide-menu-inner {
	width: 960px;
	margin: 0 auto;
	height: 465px;
	position: relative;
}
#bfm-slider-menu .bfm-slider-menu-content-inner-nav{
	/*top:16px;*/
	top: 3%;
	left:0;
	position:absolute;
	list-style:none;
	margin:0;
	padding:0;
	z-index:9999;
}
#bfm-slider-menu  img.bfm-slider-menu-content-slide-img {
	position: absolute;
	left: 320px;
	top: 55px;
}

#bfm-slider-menu  .bfm-slider-menu-content-slide-txt {
	position:absolute;
	right:0;
	top:100px;
	width:300px;
	
}
#bfm-slider-menu  .bfm-slider-menu-content-slide-txt  h2 {
	color: #654e69;
	margin: 0 0 20px 0;
	padding: 0;
	/*font: 400 42px/40px 'Roboto', sans-serif;*/
	font: 400 39px/37px 'Roboto', sans-serif;
	text-transform: uppercase;
}
.bfm-products-homepage-slider-menu {
	padding-top:0 !important;
}
.bfm-footer-slider-menu {
	margin-top:0 !important;
}
img.bfm-slider-hidden-img {
	display:block;
	position: absolute;
	top: 3%;
	/*top: 10%;*/
	left: 50%;
	/*margin-left: -165px;*/
	margin-left: -250px;
	/*width: 329px;*/
	height: auto;

}




/*************************
JQUERY UI STYLES
*************************/


/* Deliver My Order Form */

.deliveryB-left {
    padding: 0 0 0 36px;
    width: auto;
}
.deliveryB-left .bfm-form-wrapper {
    width: 409px;
}
.bfm-form-wrapper input[type="text"], .bfm-form-wrapper select, .bfm-form-wrapper textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    color: #666;
}
::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}
:-moz-placeholder {
    color: #666;
    opacity: 1;
}
::-moz-placeholder {
    color: #666;
    opacity: 1;
}

.bfm-form-line {
    padding: 8px 0;
}
.bfm-form-line:first-child {
    padding-top: 0;
}
.bfm-form-line:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.bfm-form-line label {
    float: left;
    display: block;
    width: 135px;
    text-align: right;
    color: #333;
    font: bold 14px 'Droid Serif';
    text-transform: uppercase;
    padding: 0px;
}
.bfm-billing-right .bfm-form-line label{
	  width: 147px;
}
.bfm-form-input-wrapper {
    width: 266px;
    float: right;
}
.bfm-form-line-small {
    width: 114px;
}
.bfm-form-line-small.left {
    float: left;
}
.bfm-form-line-small.right {
    float: right;
}

@-moz-document url-prefix() { 

 .promo-btn{
	margin: -1px 0 0 0;
}

.bfm-pickup-btn span, .bfm-deliver-btn span, .bfm-btn-continue span, .bfm-btn-billing span, .bfm-place-order-btn span, .bfm-btn-continue-pickup span, .bfm-btn-continue-delivery span {
    background-position: 192px center;
   
}
.bfm-delivery-btn span, .bfm-btn-continue span, .bfm-btn-billing span{
    background-position: 226px center;
 
}div.styled {
    overflow: hidden;
    padding: 0;
    margin: 0;
}div.styled select {
    width: 115%;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    -webkit-appearance: none;
    border: none;
}

.btn-check {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ba0e29;
    cursor: pointer;
    display: block;
    float: left;
    font: bold 14px 'Droid Serif',serif;
    margin: -3px 1px 1px;
    padding: 1px;
    position: relative;
    text-align: center;
}
.bfm-btn-continue-pickup span{
	  background-position: 230px center;
}
.bfm-btn-billing span{
	 background-position: 315px center;
}
.bfm-btn-place span{
	  background-position: 255px center;
}
.bfm-place-order-btn span{
	background-position: 152px center;
}


.promo-btn{
	float:left;
	width: 130px;
	padding: 1px;
	margin: 0;
	
}


}
.bfm-mobile, .bfm-tablet{
    display:none;
}
#desc-tab{
	display:none;
}
#label-radio {width:300px;}

/*Locations*/
.bfm-find-locations{
    background: #FFFFFF;
    border: 1px solid #d2d0c6;
    padding: 40px;
    font-family: "Droid Serif";
}
.bfm-locations-form-title{
    color: #BA0E29;
    text-transform: uppercase;
    font-weight: bold;
}
.bfm-find-locations ul{
    width: 50%;
    float: left;
    margin: 0px 40px 0px 0px;
    padding: 0px 40px 0px 0px;
    background: url(../images/bf/line_dashes.png) repeat-y right top;
}
.bfm-find-locations ul li{
    list-style: none;
    display: block;
    margin-bottom: 20px;
}
.bfm-find-locations ul li:last-child{
    margin-bottom: 0px;
}
.bfm-find-locations ul li label{
    display: block;
    clear: left;
    color: #333;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 2px;
}
.bfm-find-locations ul li select, .bfm-find-locations ul li input{
    background: #F7F4E8;
    border: 1px solid #D2D0C6;
    color: #666;
    width: 70%;
    padding: 8px;
    box-sizing: border-box;
}
.bfm-find-locations > ul > li > a{
    float: right;
    width: 96px;
}
.bfm-find-locations ul li a span{
    line-height: 18px;
}
.bfm-find-locations > ul > li > p{
    font-size: 13px;
}
.bfm-find-locations > ul > li > p > a{
    color: #333;
    font-weight: bold;
}
.bfm-find-locations div.right{
    width: 40%;
    float: left;
}
.bfm-find-locations div.right img{
    width: 100%;
}
.bfm-link-locations{
    text-transform: uppercase;
    line-height: 25px;
    font-size: 15px;
    font-weight: bold;
    padding: 0px 20px 0px 0px;
    background: url(../images/bf/pin.png) no-repeat right center;
}
.bfm-find-locations div.right .bfm-link-locations{
    display: block;
    float: right;
}
#bfm-locations-banners div{
    float: left;
    width: 223px;
    margin-right: 22px;
}
#bfm-locations-banners div.bfm-last{
    margin: 0px;
}
#bfm-locations-banners div.bfm-clearfix{
    clear: both;
    float: none;
}
#bfm-locations-banners div img{
    width: 100%;
}
#bfm-locations-results{
    margin: 0px 0px 40px 0px;
}
.bfm-locations-item{
    font-family: "Droid Serif";
    font-size: 14px;
    line-height: 20px;
    color: #666;
    display: table;
    box-sizing: border-box;
    width: 100%;
    padding: 40px;
    background: url(../images/bf/horizontal-line.png) repeat-x center bottom;
}
.bfm-locations-item > div{
    display: table-cell;
}
.bfm-locations-item > div > div.bfm-bold:first-child{
    color: #333;
}

.bfm-locations-item > div.bfm-col1{
    width: 40%;
}

.bfm-locations-item > div.bfm-col2{
    width: 40%;
}
.bfm-locations-item > div.bfm-col3{
    vertical-align: middle;

.bfm-locations-item .bfm-product-item-add-to-cart-button{
    width: 150px;
    float: right;
}
.bfm-locations-item .bfm-product-item-add-to-cart-button span{
    font-size: 15px;
    background-position-x: 90%;
}
.bfm-locations-item .bfm-tel{
    color: #333;
}
.bfm-locations-note{
    font-size: 13px;
}
.bfm-locations-note sup{
    color: #ba0e29;
    
}
.bfm-left{
    float: left;
}
.bfm-right{
    float: right;
}

/*Press*/
.bfm-press-top h4, .bfm-press-bottom h5{
    background: url(../images/bf/horizontal-line.png) repeat-x center bottom;
    margin: 0px 0px 10px 0px;
    padding: 20px 0px 20px 0px;
}
.bfm-press-top ul{
    margin: 0px;
    padding: 0px;
}
.bfm-press-top ul li{
    list-style: none;
    width: 304px;
    float: right;
    clear: right;
}
.bfm-press-top ul li.bfm-clearfix{
    float: none;
}
.bfm-press-top ul li .bfm-img{
    border:1px solid #d5d3c9;
    padding: 1px;
    margin-bottom: 10px;
}
.bfm-press-top ul li .bfm-img img{
    width: 100%;
    display: block;
}
.bfm-press-top ul li:first-child{
    width: 634px;
    float: left;
    margin-right: 20px;
}
.bfm-press-top ul li:first-child .bfm-video-wrapper{
    width: 100%;
    height: 388px;
    padding: 1px;
    border:1px solid #d5d3c9;
}
.bfm-press .bfm-social-links a{
    background: url(../images/bf/social-icons.png) no-repeat;
    padding-left: 18px;
    font-size: 12px;
    color: #EE9126;
}
.bfm-press .bfm-social-links a.bfm-likes{
    background-position: 0px 0px;
}
.bfm-press .bfm-social-links a.bfm-share{
    background-position: 0px -16px;
}
.bfm-press-category, .bfm-press-title{
    font-size: 14px;
    color: #666;
}
.bfm-press-title{
    margin-top: 0px;
    font-weight: bold;
}
.bfm-press-bottom{
    padding-bottom: 30px;
    background: url(../images/bf/horizontal-line.png) repeat-x left bottom;
}
.bfm-press-bottom ul{
    margin: 0px;
    padding: 0px;
    width: 634px;
    float: left;
}
.bfm-press-bottom ul li{
    width: 48%;
    margin: 0px 2% 2% 0px;
    float: left;
    list-style: none;
    padding: 1px 1px 10px 1px;
    border:1px solid #d5d3c9;
    background: #FFFFFF;
}
.bfm-press-bottom ul li:nth-child(even){
    margin-right: 0px;
}
.bfm-press-bottom h5{
    background: url(../images/bf/horizontal-line.png) repeat-x center bottom;
    margin: 0px 10px 10px 10px;
    padding: 20px 0px 20px 0px;
}
.bfm-press-bottom .bfm-social-links{
    margin: 0px 10px;
}
.bfm-press-bottom .mejs-overlay-button{
    background: url(../images/bf/press-small-play-icon.png) no-repeat;
    width: 50px;
    height: 50px;
    margin: -25px 0px 0px -25px;
}
.bfm-press-bottom .bfm-facebook-feed-wrapper{
    float: right;
    width: 266px;
    height: 552px;
    padding: 20px;
    border: 1px solid #d5d3c9;
    background: #FFFFFF;
}
.bfm-facebook-feed-wrapper-bottom {
	background: url(../images/bf/text_area_bottom_white.png) no-repeat 80px top;
	height: 27px;
	width: 300px;
	margin: -14px 0 0 30px;
	padding: 0;
	z-index: 999;
	position: relative;
        float: right;
        text-align: right;
        padding: 20px 0px 0px 0px;
}
.bfm-facebook-feed-wrapper-bottom a{
    background: url(../images/bf/facebook_red_icon.png) no-repeat left center;
    padding: 20px 0px 20px 45px;
}
.bfm-press-bottom .bfm-facebook-feed-wrapper .bfm-facebook-feed-wrapper-container{
    width: auto;
    height: 100%;
}
.bfm-press-bottom .bfm-facebook-feed-wrapper .bfm-facebook-feed-wrapper-container ul{
    margin: 0px;
    padding: 0px;
    width: auto;
    float: none;
}
.bfm-press-bottom .bfm-facebook-feed-wrapper .bfm-facebook-feed-wrapper-container ul li{
    display: block;
    float: none;
    width: 100%;
    box-sizing: border-box;
    border: none;
    background: url(../images/bf/horizontal-line.png) repeat-x left bottom;
}
.bfm-press-bottom .bfm-facebook-feed-wrapper .bfm-facebook-feed-wrapper-container ul li .bfm-message{
    font-size: 13px;
}
.bfm-press-bottom .bfm-facebook-feed-wrapper .bfm-facebook-feed-wrapper-container ul li .bfm-shares-comments, .bfm-timeago{
    color: #666;
    font-size: 12px;
}
#bfm-more-articles{
    background: url(../images/bf/horizontal-line.png) repeat-x left bottom;
    padding-bottom: 40px;
}

#bfm-more-articles ul, #bfm-press-releases ul{
    margin: 0px;
    padding: 0px;
}
#bfm-more-articles ul li, #bfm-press-releases ul li{
    list-style: none;
    float: left;
    width: 30%;
    color: #333;
    padding: 0px 3.3% 0px 0px;
}
#bfm-more-articles ul li h5{
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0px;
}
#bfm-more-articles ul li .bfm-created{
    font-size: 13px;
    margin-bottom: 20px;
}
.bfm-article-teaser{
    font-size: 15px;
}
#bfm-press-releases ul li h5 a{
    color: #333;
}
.bfm-press-releases-img {
    position: relative;
    width: auto;
    border: 1px solid #d5d3c9;
    padding: 1px;
}
.bfm-press-releases-img img{
    width: 100%;
    display: block;
}

.radioText{font-family:adobecaslonpro,serif;font-size:18px;position:relative;top:-5px}