/*----------------------*/
/* GENERAL */
/*----------------------*/
*{ font-family: 'Open Sans', sans-serif!important; }
.fa{ font-family: 'FontAwesome'!important; }

a, a:link, a:visited{ transition: all 0.3s ease-in-out!important; }

/*----------------------*/
/* TOP NAV */
/*----------------------*/
#top-menu{ top: auto; }
#search{
	display:inline-block;
	float:none;
}
.search-top{
	display:inline-block;
	border:1px solid rgba(0,0,0,0.15);
	border-radius:10px;
}
.search input[type="text"]{
	border-bottom:0px!important;
	padding:0px!important;
}
.nav-bar > level-0:after{
display:none!important;
content:none!important;
}
/*----------------------*/
/* HEADER */
/*----------------------*/
div.top-area .logo, .nav-bar{ display: inline-block; vertical-align: middle; }

.account-links{ margin: 0px; height: auto; line-height: normal; }

.nav-bar > li.current.level-0 > a{ text-decoration: none; }

.account-links a,
.nav-bar > .level-0 > a{
    padding: 16px 15px;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin: 0px;
}

.account-links a:hover, .nav-bar > .level-0 > a:hover{color: #008fb8; text-decoration: none;}

/*----------------------*/
/* CATEGORY NAV */
/*----------------------*/
.category-navigation .logo {
    width: 110px;
    height: 31px;
    display: block;
    margin: 0px 1.5em 0px 0px;
    background: url(https://assets.mybrightsites.com/uploads/sites/4459/themes/6104/046df56a9b36b36b2224a2ab8fdb3d7b5284684f/food_lion_logo_banner.gif?1573075457) no-repeat 0 0;
    background-size: 110px 31px;
    vertical-align: middle;
}

.category-navigation .left > a{ vertical-align: middle; }

.category-navigation .left > a,
.category-navigation .container ul.level-0{
	display: inline-block;
}

.category-navigation .account-links{
	float: none;
    display: inline-block;
    margin: 0px;
    height: auto;
    line-height: normal;
}

.category-navigation a.cart, .category-navigation a.balance-info{
	float: none;
    display: inline-block;
    margin: 0px;
    top: auto;
}

.category-navigation a.cart, .category-navigation a.balance-info,
.category-navigation .container ul.level-0 > li > a,
.category-navigation .account-links a{
	padding: 20px;
	text-transform: uppercase;
	position: relative;
	font-weight: bold;
	font-size: 12px;
}

.category-navigation .container ul ul.level-1{ box-shadow: none; border: none; }

.category-navigation .container ul.level-0 > li > a:hover, .hasDrop:hover{ background: transparent; }
.category-navigation .container ul.level-0 ul > li > a:hover{ text-decoration: none; }
/*----------------------*/
/* CAROUSEL */
/*----------------------*/
.bx-wrapper .bx-viewport{
max-height:750px;
}
.slideshowcontent{
	
		display: none;
    
}
.slideshow_boxes{
  position: absolute;
  bottom: 36px;
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-transform: translate(-50%,0%);
  -ms-transform: translate(-50%,0%);
  -moz-transform: translate(-50%,0%);
  -o-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
  left: 50%;
  border-top: 1px solid rgba(255,255,255,0.75);
  padding-top: 20px;
  
	display:none;
  
}

.boxlink {
  height: 190px;
  position: relative;
}

.boxlink:nth-child(1) {background: ;}
.boxlink:nth-child(2) {background: ;}
.boxlink:nth-child(3) {background: ;}

.boxlink h1 {
  font-weight: 400;
  padding: 30px 30px 0 30px;
  display: block;
  font-size: 1.1em;
  text-transform: uppercase;
}

.boxlink p {
  padding: 10px 30px 0 30px;
  font-size: .75em;
  line-height: 1.25em;
  font-weight: 300;
  letter-spacing: .025em;
}

.boxlink:nth-child(1) h1, .boxlink:nth-child(1) p{color: ;}
.boxlink:nth-child(2) h1, .boxlink:nth-child(2) p{color: ;}
.boxlink:nth-child(3) h1, .boxlink:nth-child(3) p{color: ;}

.boxlink a:link, .boxlink a:visited {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  padding: 7.5px 35px 7.5px 15px;
  color: #ffffff!important;
  border: 1px solid #ffffff;
  font-size: .85em!important;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.boxlink a:hover, .boxes .boxlink a:active {
  background: #ffffff;
  color: #265787!important;
}

.slideshowcontent {
  position: absolute;
  left: 50%;
  bottom: 240px;
  width: 90%;
  max-width: 1200px;
  transform: translateX(-50%);
}

.slideshowcontent h1 {
  background: #265787;
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 4.28571em;
  letter-spacing: .025em;
  margin-bottom: 10px;
  color:#FFF;
  line-height:1.35;
}

.slideshowcontent h2 {
  background: #333333;
  color: #ffffff;
  display: inline-block;
  padding: 10px;
  font-weight: 400;
  font-size: 1.2em;
  letter-spacing: .025em;
  margin-bottom: 10px;
}

.slideshowcontent a:link, .slideshowcontent a:visited {
  display: inline-block;
  background: white;
  text-decoration: none;
  color: #666!important;
  padding: 8px 15px;
  text-transform: lowercase;
  font-weight: 400;
  z-index: 10000;
  font-size: 1.42857em!important;
  letter-spacing: .025em;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.slideshowcontent a:hover, .slideshowcontent a:active {
  background: #265787;
}

.slideblock {
  display: block;
  height: 5px;
  background: #ffffff;
  position: absolute;
  width: 33.333333%;
  left: 0;
  bottom: -30px;
  z-index: 2000000;
}

#slippry_slideshow li:nth-child(1) .slideblock{left:0%;}
#slippry_slideshow li:nth-child(2) .slideblock{left:33.333333%!important;}
#slippry_slideshow li:nth-child(3) .slideblock{left:66.666666%!important;}

@media (max-width: 980px){
  .boxlink{height:125px;}

  .boxes .boxlink h1{font-size:1em;}

  .boxlink p{
    display: none;
  }

 .boxlink a:link, .boxlink a:visited{
    font-size: 0.75em!important;
    padding: 5px 35px 5px 15px;
    bottom:15px;
  }

  .slideshowcontent{bottom: 150px;}
  .slideshowcontent h1 {font-size: 1.15em;}
  .slideshowcontent h2 {font-size: .9em;}
  .slideshowcontent a:link, .slideshowcontent a:visited{font-size: .6em;}

  .slideshow_boxes{padding-top: 10px;}
  .slideblock {bottom:-15px;}
}

@media (max-width: 660px){
  .slideshow_boxes{
    position: relative;
    width:100%;
    transform: 0%;
  }
  .boxlink p{display: block;}
  .boxlink {height: 190px;}

  .boxlink a:link, .boxlink a:visited{
    font-size: 0.8em!important;
    padding: 7.5px 35px 7.5px 15px;
    bottom:30px;
  }

  .slideshowcontent{display:none;}

  .sy-pager{display: none!important;}

  .slideshow_boxes{padding-top: 0px; border:none;}
  .slideblock {display: none;}

}

/*----------------------*/
/* CONTENT */
/*----------------------*/

/*----------------------*/
/* PRODUCT THUMBS */
/*----------------------*/
.product-list .product{
	border-bottom:0px!important;
}
.product-list .product .footer label.product-price{
	font-weight:normal;
}
.product-list .product a{
	font-weight:bold;
	color:#030303!important;
}
@media screen and (min-width: 1024px){
	.product-list .product{
		width:19%;
	}
	.product-list .product .image-carousel{
		width:220px;
	}
	.product-list .product .image-carousel ul li{
		width:220px!important;
	}
	.product-list .product .image-carousel ul li img{
		max-width:220px!important;
	}
}
/*----------------------*/
/* PRODUCT */
/*----------------------*/

/*----------------------*/
/* CART/CHECKOUT */
/*----------------------*/

/*----------------------*/
/* FOOTER */
/*----------------------*/
.footer-block ul.social{ width: auto; text-align: center; }

.footer-block ul.social li{ float: none; display: inline-block; }

.footer-block ul.social li a{
	width: 20px!important;
    height: 20px!important;
    padding: 10px;
    color: #FFF!important;
    background: #444!important;
    font-size: 15px!important;
    text-align: center;
    border-radius: 50%;
}

.footer-block ul.social li a:hover{
    background: #008fb8!important;
    border-radius: 0%;
}
.footer-block{
width:100%;
text-align:left;
}
.footer-block p{
text-align:left;
}
div#footer::before{
display:none!important;
}
/*----------------------*/
/* MEDIA QUERIES */
/*----------------------*/
@media screen and (min-width: 661px){
	.category-navigation .container{
		text-align:left;
	}
	.navigation-bar{ display: none; }
}

@media screen and (max-width: 660px){
	a#searchdropdown{
		display:none!important;
	}
	#top-menu{
		text-align:center;
	}
	#footer{ margin-top: 0px; }

	.right, .left{ float: none; text-align: center; }

	.category-navigation .logo,
	.category-navigation .account-links,
	#header .nav-bar{
		display: none;
	}

	.nav-bar{ margin-bottom: 0px; }

	.nav-bar > .level-0 > a,
	a.cart, a.phone,
	#top-menu a{
		display: block;
		text-align: center;
		font-size: 14px;
		padding: 10px 0px;
		border-bottom: 1px solid #CCC;
	    top: auto;
        color: #444;
	    text-decoration: none;

	}

}


/*-----------------------
   CORE THEME OVERRIDES
------------------------*/

#main-container .notification-area .notification-error,
#main-container .notification-area .notification {
  background-color: #265787important;
}