
html {
	
}

body {
	color: #000;
	text-align: left;
	font-size: 12px;
	font-family:MuseoSans;
}




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

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


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

.strong{
	font-weight:bold;
	
}

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




.text-bold {
  font-weight: bold!important;
}






/*


	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;
	bottom:0;left:0;
	width:100%;
	max-width:1280px;
	margin:0 auto;
	left:0;right:0;
	z-index:999999;
}
/* different global message for newsletter*/
#globalMessages.newsletter{
	position: static;
	width: 100%;
	margin-left: 0;
}

#globalMessages.newsletter .globalMessage{
	visibility: hidden;
}
#globalMessages.newsletter .globalMessage.positive{
	background-color:white;
	border-style: dashed;
	border-color:green;
	color:green;
	border-width: 2px;
	visibility: visible;
}
#globalMessages.newsletter .globalMessage.error{
	background-color:white;
	border-style: dashed;
	border-color:red;
	color:red;
	border-width: 2px;
	visibility: visible;
}
/* newsletter end */


.globalMessage{
	background-color: #ffe4c4;
	padding: 20px 34px 20px 12px;
	width:100%;
	margin:0 auto;
	color:#333;
	font-size:12px;
	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 a{
	color: blue;
	text-decoration: underline;
}


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

.globalMessage.negative{
	border-color:#c90613;
	background-color:#ED9191;
}

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

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

.alert.negative{
	border-color:#c90400;
	color:#c90400;
}

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











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

.doCancelModifiedOrder{
	margin-right:0;
}





.disp-img{
	clear:both;


}

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

.disp-img .thumb{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	
}
















/*NUTRITION LABEL*/

.nutrition,
.weightLogo{
	line-height: 24px;
	border-radius: 50%;
	display: inline-block;
	font-family: MuseoSans;
	font-weight: 500;
	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;
}

.controls.customSparCheckboxContainer .customSparCheckbox:disabled ~ .displayCell .customSparCheckboxLbl,
.controls.customSparCheckboxContainer .customSparCheckbox:disabled ~ .customSparCheckboxLbl,
.customSparCheckbox:disabled ~ .customSparCheckboxLbl{
	background: #333;
	opacity: .2;
}


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



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

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

.shoppingLi.left{
  float: left;
}

#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: MuseoSans;
	font-weight: 500;
	color: #333333;
	font-size: 11px;
	display: block;
	margin-top: 14px;
}
#linksImage .shoppingLabel{
	font-family: MuseoSans;
	font-weight: 500;
	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: 300;
		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:MuseoSans;
	font-weight:500;
	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:MuseoSans;
	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:MuseoSans;
	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;}


/*CUSTOM ROUNDED CHECKBOX*/
.custom-rounded-checkbox__wrapper {
  position: relative;
}
.custom-rounded-checkbox__input {
  position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-rounded-checkbox__label {
  width: 45px;
  height: 25px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.custom-rounded-checkbox__label .icon {
  position: absolute;
  width: 21px;
  height: 21px;
  background-color: #333;
  transform: translate(1px, 1px);
  border-radius: 50%;
  transition: all .3s ease-in;
}

.custom-rounded-checkbox__label .icon:before {
  content: "\a063";
  font-family: 'sparicons';
  position: absolute;
  color: #fff;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
}

.custom-rounded-checkbox__input:checked + .custom-rounded-checkbox__label .icon {
  background-color: green;
  transform: translate(100% , 1px);
}

.custom-rounded-checkbox__input:checked + .custom-rounded-checkbox__label .icon:before {
  content: "\a067";
}
