@charset "utf-8";

html {
	overflow-x:hidden;
}

body {
	color: #000;
	text-align: left;
	font-size: 12px;
	font-family:BrandonGrotesque;
	overflow-x:hidden;
}




#page{
	margin:0;padding:0;
}

#content{
	max-width:1280px;
	min-width:320px;
	margin:0 auto;
}


button{
	cursor:pointer;
	outline: 0;
}
:focus, :link, :visited, :hover, :active {
    outline: 0;
}

.strong{
	font-weight: 700;
	
}

.defaultHide {
	display: none;
}

.hidden {
	display: none !important;
}


/*
	Rating Stars
*****************/

.stars{
	background:url("../images/stars.png") repeat-x left center  #cccccc;
	display:block;
	height:14px;
	float:left;
	color: transparent;
}



/*
	required
*****************/

.required.right{
	margin: 0 0 0 20px;
	font-size: 90%;
	color: #666;
	max-width: 60%;
}











/*


	Cart and Pickup button
*****************/

button.pickupInStoreButton{
	height:40px;
	background:#000;
	color:#fff;
	border:2px solid #000;
	padding:0;
	width:100%;
	font-size:1em;
}


button.pickupInStoreButton{
	background:#fff;
	color:#000;
	
}

/*


	alerts
*****************/

#globalMessages{
	position: fixed;
	top: 50%;
	width: 320px;
	left: 50%;
	margin-left: -160px;
	z-index:999999;
}


.globalMessage{
	background-color:#f8f8f8;
	padding: 20px 34px 20px 12px;
	width:100%;
	margin:0 auto;
	color:#333;
	font-size:18px;
	position:relative;
	-webkit-box-shadow: 0 8px 10px -10px #333;
	   -moz-box-shadow: 0 8px 10px -10px #333;
			box-shadow: 0 8px 10px -10px #333;
}

.globalMessage i{
	position:absolute;
	right:10px;
	top:50%;margin-top:-6px;
	cursor:pointer;
}



.globalMessage.error{
	border-color:#c90613;
	background-color:rgba(201,6,19,0.3);
	background-color:#ED9191;/*#F56464;*/
}

.globalMessage.positive{
	border-color:#339b01;
	background-color: #ABE68E;
}

.alert{
	padding:12px;
	border:1px dotted;
	margin: 0;
}

.alert.positive{
	border-color:#339b01;
	color:#339b01;
}

.alert.negative{
	border-color:#c90400;
	color:#c90400;
	font-size:18px;
}

.alert.neutral{
	border-color:#000;
	color:#000;
}


/*
	Spinner place order
*****************/

.spinnerPlaceOrder{
	position: fixed;
	top: 50%;
	width: 320px;
	left: 50%;
	margin-left: -160px;
	z-index:999999;
	text-align:center;
	background-color:#ffffff;
	padding-top:10px;
	border: 1px solid #ccc;
	border-top-color: rgb(204, 204, 204);
	border-right-color: rgb(204, 204, 204);
	border-left-color: rgb(204, 204, 204);
	border-bottom-color: rgb(204, 204, 204);
}



.spinnerPlaceOrderText{
	padding: 12px;
	padding-top: 20px;
	width:100%;
	margin:0 auto;
	color:#333;
	font-size:18px;
	position:relative;
	-webkit-box-shadow: 0 8px 10px -10px #333;
	-moz-box-shadow: 0 8px 10px -10px #333;
	box-shadow: 0 8px 10px -10px #333;
}


/*
	Scroller 
*****************/

.jcarousel-clip {
	overflow: hidden;
}


.jcarousel-skin .jcarousel-prev,
.jcarousel-skin .jcarousel-next {
	position: absolute;
	width: 25px;
	height: 25px;
	border: 0;
	padding: 0;
	background: url("../images/scroller-sprite.png") no-repeat;
	margin:0;
}

.jcarousel-skin .jcarousel-prev[disabled],
.jcarousel-skin .jcarousel-next[disabled] {
	opacity: 0.1;
	cursor: default;
}


.jcarousel-skin .jcarousel-prev-horizontal,
.jcarousel-skin .jcarousel-next-horizontal {
	top: 40%;
}

.jcarousel-skin .jcarousel-prev-horizontal {
	left: -30px;
	background-position: 0 0;
}

.jcarousel-skin .jcarousel-next-horizontal {
	right: -30px;
	background-position: right 0;
}


.jcarousel-skin .jcarousel-prev-vertical,
.jcarousel-skin .jcarousel-next-vertical {
	left: 50%;
	margin-left: -12.5px;
}

.jcarousel-skin .jcarousel-prev-vertical {
	top: -30px;
	background-position: 0 bottom;
}

.jcarousel-skin .jcarousel-next-vertical {
	bottom: -30px;
	background-position: right bottom;
}







.jcarousel-container-vertical{
	margin:30px 0;
}



.jcarousel-container{
	background:#fff;
}





ul.jcarousel-skin{
	background: url("../images/spinner.gif") no-repeat center center ;
    display: block;
    height: 100%;
    width: 100%;
	min-width:50px;
	min-height:50px;
	
}
/* hide loading */
ul.jcarousel-skin li{
	display:none;
}
















.doCheckoutBut{
	margin-right:0;
}





.disp-img{
	clear:both;


}

@media (max-width: 1119px) {
	.disp-img.simple-banner + .productCarouselComponentContainer {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.disp-img.simple-banner + .productCarouselComponentContainer {
		margin-top: 25px;
	}
}

.disp-img .title{
	display: block;
	
}

.disp-img .thumb{
	display: inline-block;
	margin-bottom: 5px;
}


.doCancelModifiedOrder{
 	margin-right:0;
}
















/*NUTRITION LABEL*/

.nutrition,
.weightLogo{
	line-height: 24px;
	border-radius: 50%;
	display: inline-block;
	font-family: BrandonGrotesque;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color: #333;
}

.weightLogo{
	width:24px;height:24px;
}

.recipeBox .nutrition{
	background-color: #734d39;
}

/*END NUTRITION LABEL*/



/*CUSTOM SPAR CHECKBOX*/
.controls.customSparCheckboxContainer .customSparCheckbox,
.customSparCheckbox{
	position:relative;
	display:none;
}

.controls.customSparCheckboxContainer .customSparCheckbox ~ .displayCell .customSparCheckboxLbl,
.controls.customSparCheckboxContainer .customSparCheckbox ~ .customSparCheckboxLbl,
.customSparCheckbox ~ .customSparCheckboxLbl{
	width: 26px;
	height: 26px;
	display: inline-block;
	cursor: pointer;
	border:1px solid #cccccc;
	position:relative;
	margin:0;padding:0;
}

.controls.customSparCheckboxContainer .customSparCheckbox:checked ~ .displayCell .customSparCheckboxLbl:after,
.controls.customSparCheckboxContainer .customSparCheckbox:checked ~ .customSparCheckboxLbl:after,
.customSparCheckbox:checked ~ .customSparCheckboxLbl:after{
	content:"";
	background:url('../images/shapes/ico_checkbox_tick.png') no-repeat 50% 50%;
	width:26px;
	height:26px;
	position:absolute;
	top:0;left:0;
}


/*CUSTOM SPAR RADIOBUTTON*/
.customSparRadiobutton{
	position:relative;
	display:none;
}

.customSparRadiobutton ~ .customSparRadiobuttonLbl{
	width: 28px;
	height: 28px;
	display: inline-block;
	cursor: pointer;
	border:1px solid #cccccc;
	position:relative;
	margin:0;padding:0;
	border-radius: 14px;
}

.customSparRadiobutton:checked ~ .customSparRadiobuttonLbl:after{
	content:"";
	background: #cb0715;
	width: 18px;
	height: 18px;
	position:absolute;
	top:4px;left:4px;
	border-radius: 9px;
}

/*CUSTOM SPAR RADIOBUTTON v2*/
.customSparRadiobutton.customSparRadiobutton--black ~ .customSparRadiobuttonLbl{
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.customSparRadiobutton.customSparRadiobutton--black:checked ~ .customSparRadiobuttonLbl:after{
	background: #333333;
	width: 7px;
	height: 7px;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
}



/*
BENEFITS CSS ( /WEB-INF/tags/desktop/common/benefits )
*******************/

#linksImage{
	width: 100%;
/* 	margin: 0 auto; */
}

#linksImage .shoppingLi{
	width: 50%;
	text-align: center;
/* 	padding-left: 12.0689655%; */
/* 	padding-right: 9.310344828%; */
}

#linksImage .shoppingLi:nth-child(2n){
	width: 50%;
	text-align: center;
/* 	padding-left: 9.310344828%; */
/* 	padding-right: 12.0689655%; */
}

#linksImage #bottomLi{
	margin-top: 10px;
}

#linksImage .shoppingLabel{
	font-family: BrandonGrotesque;
	font-weight: 700;
	color: #333333;
	font-size: 11px;
	display: block;
	margin-top: 14px;
}
#linksImage .shoppingLabel{
	font-family: BrandonGrotesque;
	font-weight: 700;
	color: #333333;
	font-size: 11px;
	display: block;
	margin-top: 8px;
}

@media (min-width:768px) and (max-width:1279px){
	#linksImage #topLi{
		width: 50%;
		float:left;
	}
	
	#linksImage #bottomLi{
		width: 50%;
		float:left;
		margin-top: 0;
	}
	
	#linksImage .shoppingLabel{
		font-weight: 400;
		font-size: 12px;
	}
}



/********************* CART BENEFITS ****************************/
.cartBenefits{
	width:93.75%;/*300/320*/
	margin:20px auto 20px auto;
	padding:20px 7.5%; /*24/320*/
	background:#f3f3f3;
	border:1px solid #cccccc;
	border-radius:3px;
}

.cartBenefits .benefitsList .benefitsItem{
	float:left;
	width:50%;
	text-align:center;
}

.cartBenefits .benefitsList .benefitsItem:nth-child(1),
.cartBenefits .benefitsList .benefitsItem:nth-child(2){
	margin-bottom:15px;
}

.cartBenefits .benefitsList .benefitsItem label{
	display:block;
	font-family:BrandonGrotesque;
	font-weight: 700;
	font-size:11px;
	color:#333333;
	padding: 10px;
}


/*
########################################################################
#################### CUSTOM DEFAULT DROPDOWN STYLES ####################
########################################################################
*/

.dropDownDefaultContainer .defaultList{
	list-style:none;margin:0;padding:0;
	background:#fff;
	position:absolute;
	z-index:9999;
	max-height:300px;
	overflow:auto;
	word-wrap:break-word;
	border:1px solid #cccccc;
	border-top:0;
}

.dropDownDefaultContainer .defaultList .defaultListItem{
	cursor:pointer;
	padding:0;margin:0;border:0;
	font-family:BrandonGrotesque;
	font-weight: 700;
	font-size:12px;
	color:#333333;
	height:43px;line-height:43px;
	border-bottom:1px solid #cccccc;
}

.dropDownDefaultContainer .defaultList .defaultListItem:last-child{
	border-bottom:0;
}

.dropDownDefaultContainer .defaultList .defaultListItem:hover{
	background:#ccc;
}

.dropDownDefaultContainer .defaultList .defaultListItem input[type=text]{
	width:95%;
	cursor:pointer;
	padding:0;margin:0;border:0;
	font-family:BrandonGrotesque;
	font-weight: 700;
	font-size:12px;
	color:#333333;
	height:43px;line-height:43px;
	border:0;
	padding:0 12px;
	background:transparent;
}

/* .dropDownDefaultContainer .defaultList .defaultListItem:hover input[type=text]{ */
/* 	background:#ccc; */
/* } */


/*svg info icons*/
.icon{display:inline-block;width:1em;height:1em;}

.modal__wrapper {
    position: fixed;
    top:0;bottom:0;left:0;right:0;
    background: rgba(0,0,0,.7);
    z-index: 9999999;
}

.modal__wrapper .modal__inner-wrapper{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 1000px;
}

.modal__wrapper .modal__inner-wrapper .close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #cb0715;
    color: white;
    z-index: 2;
    cursor: pointer;
}

.modal__wrapper .modal__inner-wrapper .close:hover {
    background-color: #990C18;
}

.modal__wrapper .modal__inner-wrapper .close:before {
    font-size: rem-calc(20px);
    cursor: pointer;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}

.modal__wrapper .modal__inner-wrapper .modal__content {
    width: 100%;
    position: relative;
    padding: 20px;
    max-height: 300px;
    background-color: white;
    overflow-y: scroll;
}

button[disabled] {
	opacity: .5;
	cursor: not-allowed;
}

.spar-productBox__actions  button[disabled] .spar-productBox__addToCart__btn__msg,
#productDetailsPage #productDetailsPageCenterWrapper .buttons button[disabled].addToCartButton,
#productDetailsPage #productDetailsPageCenterWrapper .buttons button[disabled].addToCartButton label{
	cursor: not-allowed;
}
