/* ---------------------------------------------
	PRODUCT DETAIL PAGE
--------------------------------------------- */
#content-container{position:relative;}
#content_block{position:relative;}
/* product detail page begin */

#block_01{
	float:left;
	width:37.7%;
	margin: 0 3.69%;
}
#block_02{
	float:right;
	width:51.23%;
	margin-right: 3.69%;
}
#block_03{}


/* Product Header */
.prod_detail_utilities,
h1.prod_title{
  position:relative;
  float:right;
  width:51.23%;
	margin-right: 3.69%;
}

.prod_social {
	position: absolute;
	top: 1em;
	right:0em;
}
.prod_social span.share-title{
	display: inline;
	position:relative;
}

.prod_social ul{display:inline;}
.prod_social ul li{
	display:inline-block;

}
.prod_social ul li a{font-size:1.3em;}

/* ---------------------------------------------
	Custom Product Zoom
--------------------------------------------- */
.zoom-wrap {
	background: #FFF;
	position: absolute;
	top: 4em;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1000px;
	background: #FFF;
	z-index: 2;
	overflow: hidden;
	display: none;
	border: 1px solid #CCC;

	height: 500px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}

.zoom-wrap.loading{
	background:#fff url('../images/preloader-fs.gif')center center no-repeat;
	background-size:55px;

}
.zoom-wrap.zoom-active{/*background:#fff;*/}

.zoom-wrap img{
  display:none;
  border-radius:0;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  width:1200px;
  max-width:1200px;
  -webkit-transform: translateY(-300px) translateX(-100px);
  -moz-transform: translateY(-300px) translateX(-100px);
  transform: translateY(-300px) translateX(-100px);
}
.zoom-wrap img:active{
  cursor: move;
  cursor: grabbing;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

.zoom-msg{
  position: absolute;
  z-index: 1;
  top: 1.5em;
  left: 1em;
  color:#515151;
  font-size:.7em;
  padding:.25em;
  border-radius:3px;
  background:rgba(255,255,255,.7);
}
.zoom-msg i{
  cursor:default;
}
.zoom-msg:after{
  content:"Click and drag to move";
  margin-left:.4em;
  text-transform:uppercase;
}
.touch .zoom-msg i:before{
  /* swap move icon for hand/pointer icon */
  content: "\e61b";
  font-family:'icomoon';
}
.touch .zoom-msg:after{
  content:"Tap and hold to move";
}

.close-zoom{
	background:none;
	position:absolute;
	top:.3em;
	right:.3em;
	font-size:3em;
	color: #ff6f6a;
	z-index:3;
	cursor:pointer;
	text-align:center;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
	-webkit-tap-highlight-color:rgba(0,0,0,.0);

}
.zoom-wrap.zoom-active .close-zoom{}

.close-zoom:hover{color: #FF1C15;}

@media only screen and (max-width:600px){
	.zoom-wrap{
		position:fixed;
		z-index:1000;
		height: auto;
	}
	.zoom-wrap.loading{
		background:#fff url('../images/preloader-fs.gif')center 85px no-repeat;
		background-size:35px;
	}
	.zoom-wrap img{
		width:800px;
		max-width:800px;
		-webkit-transform: translateY(-300px) translateX(-300px);
		-moz-transform: translateY(-300px)translateX(-300px);
		transform: translateY(-300px) translateX(-300px);
	}
}

/* ---------------------------------------------
	BLOCK_01 // Image
--------------------------------------------- */

.prod_image_container{
	text-align:center;
	position:relative;
	width: 77%;
	margin: auto;
}
a.zoom-image{
	display:block;
	position:relative;
	cursor:-webkit-zoom-in;
	cursor:-moz-zoom-in;
}

.prod_image_container{}
.prod_image_container img{}



/* FlexSlider Necessary Styles
*********************************/
.flexslider {-webkit-backface-visibility: hidden;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {display: block;margin: 0 auto;}

.zoom-desc{
  color: #4b1f09;
  display:block;
  width:100%;
  font-size:.75em;
  text-transform: uppercase;
  margin: 1.5em 0 0 0;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
	-webkit-backface-visibility: hidden;
	zoom: 1;
	position:relative;
  padding-bottom:1em;
}
.flexslider .fs-zoom-msg{
  display:block;
  width:100%;
  position:absolute;
  bottom:0;
  left:0;
  font-size:.7em;
  text-align:center;
  z-index:1;
  cursor:default;
  color:#666666;
  -webkit-transition:all .02s ease;
  -moz-transition:all .02s ease;
  -ms-transition:all .02s ease;
  transition:all .02s ease;
  visibility:visible;
  opacity:1;
  -webkit-backface-visibility:hidden;
}
.flexslider .fs-zoom-msg.hide{
  opacity:0;
  visibility:hidden;
}
.flexslider .icon-zoom-in{
  display:inline;
  margin-right:.3em;
}
.flexslider .fs-zoom-msg:after{
  display:inline;
  content: "Click image to zoom";
  text-transform: uppercase;
  margin-left: .3em;
}

.touch .fs-zoom-msg:after {
  content: "Tap image to zoom";
}
.flexslider .slides li{}
.flexslider .slides li img{}

.flexslider .slides li a{
	display:block;
}

/* Loading
***********************/
#block_02.loading,
#block_01.loading .prod_image_container {
	opacity: 0;
	background: url('../images/preloader-fs.gif')center center no-repeat;
	background-size:35px;
	}
#block_01.loading {
	background: url('../images/preloader-fs.gif')center 70px no-repeat;
	background-size:20px;
	}
#block_01.loading:before  {
/*content: 'LOADING';
	font-family:inherit;
	width:100%;
	display: block;
	margin: 3em 0;
	text-align: center;
	color: #D2D2D2;
	font-size: 2em;
	overflow:visible;*/
}
#block_01,
#block_02 {opacity: 1; -webkit-transition: opacity 1s ease; 	transition:opacity 1s ease;}

.flexslider .slides { zoom: 1; }

.fs-thumbs{
	margin:.5em 0;
}
.fs-thumbs li{
	float:left;
	width:25%;
	display:block;
	margin-right:1%;
	border: 1px solid #c4c4c4;
}
.fs-thumbs li a{
	display: block;
	padding: .3em;
	-webkit-transition:background .25s ease;
	-moz-transition:background .25s ease;
	-o-transition:background .25s ease;
	-ms-transition:background .25s ease;
	transition:background .25s ease;
	text-decoration: none;
	}
.fs-thumbs li a.flex-active{
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	background:#c8c8c8;

	}
.fs-thumbs li a:hover{
	-webkit-tap-highlight-color:rgba(255,255,255,0);
		background:#f0f0f0;

	}

.fs-thumbs li a.flex-active:hover{
	background:#C8C8C8;
	}
.fs-thumbs li a img{max-height:100%;max-width:100%;}


/* ---------------------------------------------
	BLOCK_02 // Product info
--------------------------------------------- */
#block_02{

	}
.prod_copy{
	margin:0 0 1em 0;
	position:relative;
}



.prod_title_webname1{ line-height: 0.75em; }
.prod_title_webname2{
	display:block;
	font-family: 'proxima-nova', 'sans-serif';
	font-weight: 400;
	font-size: 0.500em;
	text-transform: uppercase;
	line-height: 1.8em;
	letter-spacing: 0em;
}

.prod_stock-item{
	background: #f5f5f5;
	width: 100%;
	padding: 1em;
	font-size: 0.889em;
	line-height: 1.4em;
}
.availability{  position: relative; font-size: 0.889em; margin: 0 .65em .65em 0; display: block; color: #787369;}
.availability strong { font-weight: normal; }
.availability em { font-style: normal; font-size: 0.750em; /*12/16px*/ white-space: nowrap;}
em.emstock-backorder,
.availability em .emstock { display: block; margin-bottom: 0.8em;}
.availability em .emstock i{ margin: 0.25em; }

a.emstock:link, a.emstock:visited{
	margin-top: 0.5em;
	 color:#ffffff; background-color: #708798; text-align: center; border-radius: 5px; padding: 3px 0;
}
a.emstock:hover, a.emstock:active, a.emstock:focus{ background-color: #c7152f;}

#content_block .prod-label.emstock-backorder{margin-top: 3.37em;}

.prod_item_number{}
.prod_item_number {
}

.prod_price-cart{margin: 1.5em 0;}

.prod_prices{
	float   :left;
	position:relative;
	margin-right:	1em;
	width: 122px;
	margin-bottom: 1em;
}
.prod_quantity{
	float   :left;
	position:relative;
	width: 96px;
	margin-bottom: 1em;
}
.prod_addtocart_block{
	float   :left;
	position:relative;
	width: 51%;  /* fallback for browsers without support for calc() */
  width: calc(100% - 240px);
  min-width: 200px;
  margin-bottom: 1em;
}

/* slash pricing */
.prod_slash_price {
	font-size: .9em;
	display  : block;
	color    : #a01a1e;
	padding-top: 0.5em;
	text-align: center;
}
.prod_master_price {text-decoration: line-through;}
.prod_item_price{
	color:#968775;
	background: #eee7e0 url(../images/bkg-white-texture.png) no-repeat 100%;
	font-size :1.333em;
	height: 1.800em;	/*based off of 30px font*/
	line-height: 1.800em;
	border-radius : 3px;
	font-weight :	900;
	display: block;
	padding: 0 0.667em;
}

.prod_quantity{}

.cntAjax{display:block;}

.prod_quantity .cnt,
.prod_quantity .qty_increment{
  float:left;
  display:block;
  margin-left: -1.5em;
  margin-right: 0!important;
}

.prod_quantity .cnt{ background: #eee7e0 url(../images/bkg-white-texture.png) no-repeat 100%;}

#content_block .prod-label{
  position: relative;
  font-size: 0.889em; /*16px/18px*/
  margin:0 .5em .65em 0;
  display:block;
  color:#787369;
}

#content-container .touch .prod_quantity input[type="tel"],
#content-container .touch .prod_quantity input[type="text"],
#content-container	.prod_quantity input[type="tel"],
#content-container .prod_quantity input[type="text"]{
	border            : 0px none #dedfdf;
	border-radius     : 3px;
	font-size         :	1.333em!important;
	font-weight       : 900;
	color             : #968775;
	/*background-color: transparent;*/
	background-color  : #eee7e0;
	padding: 0 0.667em;
	margin            : 0 .65em 0 0;
	width             : auto;
	text-align        : left;
	vertical-align    : middle;
	height: 1.800em;	/*based off of 30px font*/
	line-height: 1.800em;
}
.prod_quantity .qty_increment{}
.prod_quantity .qty_btn{
	cursor: pointer;
	font-size: 1.2em;
	text-align: center;
	display: block;
	margin: 0;
}
.qty_btn.inc_btn{position:relative;}
.qty_btn:active{top:1px;}

.prod_quantity::selection,
.qty_increment::selection,
.prod_quantity .qty_btn::selection {background:transparent;color:#003168;text-shadow:none;}
.prod_quantity::-moz-selection,
.qty_increment::-moz-selection,
.prod_quantity .qty_btn::-moz-selection {background:transparent;color:#003168;text-shadow:none;}

a.btn.add-to-cart_btn {
	float: left;
	display: inline;
	width: 100%;

	font-weight:700;
	text-transform:none!important;
	font-size : 1.333em;
	height: 2.038em;	/*based off of 26px font*/
	line-height: 2.038em;
	padding: 0;
	color: #ffffff;
	background: #479d4b url(../images/bkg-white-texture.png) no-repeat 100%;

	box-shadow:2px 2px 2px rgba(0,0,0,.5);
	-webkit-transform: rotate(2deg);
  -moz-transform   : rotate(2deg);
  -o-transform     : rotate(2deg);
  -ms-transform    : rotate(2deg);
  transform        : rotate(2deg);
}
a.btn.add-to-cart_btn:hover{
	background-color: #307433;
}

.add-to-cart_btn i {
	margin-left: .3em;
	font-size: 1.1em;
}

body.personalizedbar a.add-to-cart_btn{}

/* style matrix */
.stylesDiv{border-bottom:1px dotted #BEBEBE;border-top:1px dotted #BEBEBE;padding:.6em 0 .3em;}
.style_wrap{position:relative;}
.style_header_wrap{}
.style_header{
text-transform:uppercase;

font-size:1em;
}
.style_header_selected{}

.style_content{position:absolute;right:0;top:-.1em;}
.style_content a{

	display:inline;
	display:inline-block;
	line-height:1;
	text-align:center;
	padding:.2em .5em;
	font-size:.7em;
	text-transform:uppercase;
	border:1px solid #773A20;
	color:#773A20;
	background:transparent;
	border-radius:3px;
	margin-left:.3em;
}
.style_content a:hover{color:#773A20!important;background:#F0D3C8;}
.style_content a.style_selected{color:#fff; background:#773A20;box-shadow:0 1px 1px rgba(0,0,0,.5);}
.style_content a.style_selected:hover{color:#fff!important;background:#773A20;}


/*Coolship Message and modal link */
.prod_coolship{position:relative;border:1px solid #99CCEA;padding:1px;overflow:hidden;}
#content_block .prod_coolship p{
display:block;

background:#99CCEA;
text-align:left;
color:#1C6088;
font-size:.7em;
padding:.5em .5em;
text-indent:30px;
overflow:hidden;
}

#content_block .prod_coolship p a{
	border-bottom:1px dotted;
	color:#1D638D;
	display:inline;
	font-size:1em;
	line-height:1.6;
}

.prod_coolship i {
color: #FFF;
position: absolute;
top: -13px;
left: -5px;
font-size: 2.2em;
opacity:.75;
cursor:default;
-webkit-transform: rotate(70deg);
-moz-transform: rotate(70deg);
transform: rotate(70deg);
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
transition: all ease .5s;

}
.no-touch #content_block .prod_coolship:hover i{
	-webkit-transform:rotate(240deg);
	-moz-transform:rotate(240deg);
	transform:rotate(240deg);
	opacity:1;
}

#content_block .prod_coolship a:hover{color:#369AD6;}

/*Priority Processing message and modal link */

.prod_priority{margin:-1.3em 0 1em 0;}
#content_block .prod_priority p{
display:block;
border-radius:3px;
background:#0C277E;
padding:0;
text-align:center;
color:#fff;
font-size:.75em;
background:none;
border-radius:0;
color:#0C277E;
border-bottom: 1px solid #EBEBEB;
padding-bottom:.3em;
}
#content_block .prod_priority p a{color:#0C277E;border-bottom:1px dotted;}
#content_block .prod_priority p a:hover{color:#355FEC;}
.prod_priority p i{margin-right:.35em;cursor:default;font-size: 1.8em;top: .15em;}





.prod_description{ width: 100%; margin: 1em 0 ; padding:2em 0 0; border-top:1px dotted #ccc; color:#787369;}
.pd-title{ float: left; margin: 0 1em 0.5em 0; max-width: 140px; width: 25%; }

#content_block .prod_description p{color:#787369; line-height: 1.2em;}
#content_block .prod_description p:nth-of-type(1){ margin-top: 0 !important;}
#content_block .prod_description p.disclaimer{font-size: 0.667em;}
#content_block .prod_description p strong {}
#content_block .prod_description p em {}

#content_block .prod_description ul{ margin:1em 0 1em 1.3em; }
#content_block .prod_description ul li{
	list-style:outside disc;
	line-height: 1.2em;
	font-size:0.889em;
}
.sizechart{}
.sizechart th, .sizechart td{ padding: 3px; border: 1px solid #BEB097;}
.sizechart th{font-weight: 700; color: #ffffff; background-color: #BEB097;}


/***
 *    88""Yb 88      dP"Yb   dP""b8 88  dP      dP"Yb  88888 
 *    88__dP 88     dP   Yb dP   `" 88odP      dP   Yb   .dP 
 *    88""Yb 88  .o Yb   dP Yb      88"Yb      Yb   dP o `Yb 
 *    88oodP 88ood8  YbodP   YboodP 88  Yb      YbodP  YbodP 
 */
#block_03{
  background:#fff;
  position:relative;
}

/* ---------------------------------------------
	Other Flavors
-----------------------------------------------*/
.otherFlavors_header{
	position: relative;
	max-width: 230px;
	width: 19%;
	padding-top: 1em;
	margin-right: 1%;
	float: left;
	z-index: 2;
}
.otherFlavors_header h2{ margin: auto;  
text-align: center; 
	-webkit-transform: rotate(-8deg);
	-moz-transform   : rotate(-8deg);
	-o-transform     : rotate(-8deg);
	-ms-transform    : rotate(-8deg);
	transform        : rotate(-8deg);}

#otherFlavors_block{
	position: relative;
	padding: 1.0em 0 3.000em 0;
	margin-bottom: 2em;
	background: url(../images/bkg-whitestone.jpg) 0 0;
	z-index: 2;
}

#otherFlavors_block:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
   
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 43%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(43%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 43%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 43%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 43%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 43%,rgba(255,255,255,0) 100%); /* W3C */



}

 #otherFlavors_block.loading{
  position:relative;
  background: url(../images/preloader-fs.gif)center center no-repeat;
  background: url(../images/preloader-fs.gif)center 35% no-repeat;
  background-size:1.5em;
  opacity:.7;
  height:400px;
}
 #otherFlavors_block.loading #otherFlavors_list{ visibility: hidden; }
#otherFlavors_list{
	width:80%;
	height: 150px;
	float: left;
	z-index: 2;
	padding-right:1%;padding-left:1%;
	border-left: 4px double #dedddb;
}

.otherFlavors_header .flex-direction-nav{
	width: 70px;
	position: absolute;
	left: 50%;
	top: 7.25em;
	margin-left: -16%;
	display: block;
}
.otherFlavors_header .flex-direction-nav a{
	background-color: rgba(207, 234, 254, 1);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	color: #45474d;

	-webkit-box-shadow: #aeb0b7 1px -1px 1px 1px;
	-moz-box-shadow   : #aeb0b7 1px -1px 1px 1px; 
	box-shadow        : #aeb0b7 1px -1px 1px 1px; 
}
.otherFlavors_header .flex-direction-nav a:hover{
	-webkit-box-shadow: #aeb0b7 1px -1px 12px 1px;
	-moz-box-shadow   : #aeb0b7 1px -1px 12px 1px;
	box-shadow        : #aeb0b7 1px -1px 12px 1px;
}
.otherFlavors_header .flex-direction-nav a.flex-disabled{
	background-color: rgba(207, 234, 254, 0.25);
	opacity: 25!important;
	filter: alpha(opacity=25);
}
.otherFlavors_header .flex-direction-nav a:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -5px;
	margin-top: -8px;
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent; 
	border-right:8px solid #45474d; 
	border-left: 0 none;
}
.otherFlavors_header .flex-direction-nav a.flex-next:before{
	margin-left: -3px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #45474d;
	border-right: 0 none;
}

.otherFlavors_module{
	position: relative;
	width: 125px;
	padding-top: 1em;
}
.otherFlavors_module a:hover h3{
	bottom: 10px;
	left: auto;
	zoom: 1;
  	filter: alpha(opacity=100);
  	opacity: 1;
  	color: #ffffff;
}

#otherFlavors_block .item_flag{
	top: 7px;
	left: 1px;
}


.otherFlavors_img{ display: block; max-width: 120px; margin: auto;}

.otherFlavors_module h3{ 
	position: relative;
	bottom: -5px;
	left: auto;
	padding: 0.25em 1em;
	/*display: block;*/
	font-family: 'proxima-nova', 'sans-serif';
	font-size: 0.783em;
	font-weight: 400;
	color: #ffffff;
	min-width: 110%;
 	zoom: 1;
  	filter: alpha(opacity=0);
  	opacity: 0.0;
border: 3px solid #eee7e0;
	background-color: #787369;

	-webkit-transition: all 0.25s ease-in-out;
       -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
         -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
/*	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;*/ 
}




.arrow_top_box:after, .arrow_top_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_top_box:after {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #787369 ;
	border-width: 15px;
	margin-left: -15px;
}
.arrow_top_box:before {
	border-color: rgba(238, 231, 224, 0);
	border-bottom-color: #eee7e0;
	border-width: 18px;
	margin-left: -18px;
}

.touch .otherFlavors_module h3{
	filter: alpha(opacity=100);
  	opacity: 1.0;
padding: 0.25em 0.5em;
  	color: #787369;
	width: 95%;
	min-width: 95%;

	border: 1px solid #787369;
	background-color: #fff;
}

.touch .arrow_top_box:after, .touch .arrow_top_box:before {
	bottom: 100%;
	left: 53%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.touch .arrow_top_box:after {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #fff ;
	border-width: 15px;
	margin-left: -15px;
}
.touch .arrow_top_box:before {
	border-color: rgba(238, 231, 224, 0);
	border-bottom-color: #787369;
	border-width: 16px;
	margin-left: -16px;
}


/* ---------------------------------------------
	Nutrition Facts
-----------------------------------------------*/
.nutrition_block{
	clear: both;
	margin-bottom: 4em;
	margin-left: 3.69%;
	margin-right: 3.69%;
}	
.nf-title{
	display: block;
	margin: 1em auto;
	text-align: center;
}
.nf-chart{
	display: block;
	margin: auto auto 2em auto;
	max-width: 750px;
	width: 90%;}
.nf-ingredients{
	display: block;
	margin: 2em auto;
	max-width: 750px;
}
.nutrition_block .disclaimer{
	display:block;
	margin:auto;
	font-size: 0.667em;
	max-width: 750px;
}

/* ---------------------------------------------
	Upsells
-----------------------------------------------*/

/* Standard Styles, prob shouldn't edit without good reason*/
.pd_upsells{
float:left;
width:100%;
padding:3em 0 2.6em 0;
margin:3em auto 0 auto;
border-top:1px solid #cebbb2;

}

.pd_upsells h3{
width:44%;
background:#fff;
text-align:center;
margin:0 auto;

text-transform: uppercase;
font-size:.8em;
letter-spacing:.3em;
position:relative;
top:-4em;
color: #51220B;	/* Dark Brown */
}
.pdu_item{
position:relative;
width:33.3%;
float:left;
border-right:1px solid #cebbb2;
}

.pdu_item.pdu_first{}
.pdu_item.pdu2{}

.pdu_item:last-child,/*bc status last is not working for some reason*/
.pdu_item.pdu_last{float:right;border-right:none;}

.pdu_item a{display:block;}


.pdu_item a:hover{
color: #1C0C04;	/* Dark Brown */
}



.pdu_item img{
display: block;
width: 85%;
margin: 0 auto;
text-align: center;
position: relative;
top: 0;
	-webkit-transition:all .15s ease;
	-moz-transition:all .15s ease;
	-o-transition:all .15s ease;
	-ms-transition:all .15s ease;
	transition:all .15s ease;
}

.pdu_item a:hover img{
top:-2em;

}

.pdu_copy{

	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	/*min-height:4em;
	*/
	padding:.7em .8em .3em .8em;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF);
	zoom: 1;
	background:rgba(255,255,255,.75);
	color: #51220B;
	/* Dark Brown */
	-webkit-transition:all .15s ease;
	-moz-transition:all .15s ease;
	-o-transition:all .15s ease;
	-ms-transition:all .15s ease;
	transition:all .15s ease;
	height:4em
}
.pdu_item a:hover .pdu_copy{/*height:7em;*/color: #000;}

.pdu_copy span{display:block;}

.pdu_copy .pdu_title{
width:100%;
font-size:.8em;
margin-bottom:.65em;
padding-bottom:.65em;
border-bottom:1px solid #cebbb2;
white-space: nowrap;
overflow:hidden;
text-overflow: ellipsis;
}
.pdu_copy .pdu_price,
.pdu_copy .pdu_view{font-size:.8em;float:left;}
.pdu_copy .pdu_price{}
.pdu_copy .pdu_view{float:right;}

.pdu_copy .pdu_view i{font-size:.75em;}

/* ---------------------------------------------
	POPUPS
--------------------------------------------- */
.popup_window td.dr-mpnl-pnl-b{font-size:85%;}
.needsScroll.popup_window td.dr-mpnl-pnl-b{padding:5px 0px !important;font-size:85%;}
div.popup_window-scroll{width:90%;height:300px;margin:auto;padding:0px;overflow:scroll;overflow-y:scroll;overflow-x:hidden;border-bottom:2px solid #adadad;}
.popup_window ol li{list-style:decimal inside none;}

/* ---------------------------------------------
	POWER REVIEWS
--------------------------------------------- */
.pr_snippet_product{}
.pr_review_summary{}

/* ---------------------------------------------
	PRODUCT NOT FOUND MESSAGE
--------------------------------------------- */
ul.errors,
p.errors{color:#444;}
ul.errors{margin:1.5em 0;}
p.errors{}

/*REVEAL Stockwatch*/

.reveal-stockwatch{}
.reveal-stockwatch label{display:block;}

.reveal-stockwatch input,
.reveal-stockwatch .b_submit{display:inline;}

.reveal-stockwatch .btn{width:10em}

.reveal-stockwatch input{
  margin: .25em .8em 1em 0;
  padding-left: 3px;
  border-radius: 3px;
  border: 1px solid #BEBEBE;
  background: #E7E7E7;
  padding: .5em;
  font-size: 1em;
  line-height: 1;
  width: 100%;
  max-width: 320px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}



/* Landscape Product */

#block_01.horzBar,
#block_02.horzBar,
.prod_detail_utilities.horzBar,
h1.prod_title.horzBar{
	float: none;
	clear: both;
	display: block;
	width: auto;
	margin-right: 3.69%;
	margin-left: 3.69%;
	margin-bottom: 1em;
}

#block_01.horzBar .prod_image_container {
	max-width: 33.333em; /*600px*/
	width: 61.5%;
margin: auto;
padding-top: 1em;
}
#block_02{}

#block_02.horzBar .prod_copy,
#block_02.horzBar .prod_description{
	float: left;
	width: 47.5%;
	border-top: 0;
	padding-top: 0;
}
#block_02.horzBar .prod_description{
	margin-left: 5%;
}
#block_02.horzBar .prod_price-cart{ margin: 0;}
#block_02.horzBar .prod_quantity{
	clear: left;
	margin-top: 1em;
}
#block_02.horzBar .prod_addtocart_block{
	margin-top: 1em;
	width: calc(100% - 116px);
}
#block_02.horzBar em.emstock-backorder {
display: block;
margin-bottom: 0.8em;
position: absolute;
bottom: -12em;
left: 0;
width: 100%;
}
.prod_detail_utilities.horzBar{ max-width: 33.333em; /*600px*/ width: 52.7%; margin: auto;}
h1.prod_title.horzBar{ width:10.000em; margin: auto;}
#block_02.horzBar .prod_description{/*font-size: 0.778em;*/}


#content_block #block_02.horzBar .prod-label.emstock-backorder{
	margin-top: 0;
}


.horzBar .item_flag{
	position: absolute;
	top: -2em;
	left: -6em;
	font-size:1.111em ;
}

.horzBar .item_flag_seasonal{top: -1.1em; left: -6.75em;}
.horzBar .item_flag_new{ }
.horzBar .item_flag_sale{top: -0.55em;}








/***
 *    8b    d8 888888 8888b.  88    db         dP"Yb  88   88 888888 88""Yb 88 888888 .dP"Y8 
 *    88b  d88 88__    8I  Yb 88   dPYb       dP   Yb 88   88 88__   88__dP 88 88__   `Ybo." 
 *    88YbdP88 88""    8I  dY 88  dP__Yb      Yb b dP Y8   8P 88""   88"Yb  88 88""   o.`Y8b 
 *    88 YY 88 888888 8888Y"  88 dP""""Yb      `"YoYo `YbodP' 888888 88  Yb 88 888888 8bodP' 
 */

/* equals 1090px */
@media only screen and (max-width:68.125em){
.availability .emstock-instock{display: none;}


}
/* equals 860px*/
@media only screen and (max-width:53.750em){
.breadcrumb_wrap{}



.featuresBenefits p {
	position:relative;
	font-size: .778em;
}

.featuresBenefits::-webkit-scrollbar {background-color:#EEE;width:2%;}
.featuresBenefits::-webkit-scrollbar-thumb {
	border:1px #EEE solid;border-radius:2px;background:#777;
	-webkit-box-shadow: 0 0 8px #555 inset;box-shadow: 0 0 8px #555 inset;
	-webkit-transition: all .3s ease-out;transition: all .3s ease-out;
	}
.featuresBenefits::-webkit-scrollbar-track {-webkit-box-shadow: 0 0 2px #ccc;box-shadow: 0 0 2px #ccc;}

.prod_detail_utilities {margin: 1em 0; float: none; width: 100%;}
.prod_social {}

h1.prod_title {float: none; width: 100%; }

.prod_addtocart_block{
	float   :left;
	position:relative;
	width: 100%;  
  min-width: 200px;
  margin-bottom: 1em;
}
.availability .emstock-instock{display: block;}

/*  Landscape */
#block_02.horzBar .prod_description{font-size: 0.778em;}
#block_02.horzBar .prod_quantity{ clear: none; margin-top: 0;}
#block_02.horzBar .prod_addtocart_block{ width: 100%;}


/* style matrix */
.stylesDiv{
  border-bottom:1px dotted #BEBEBE;
  border-top:1px dotted #BEBEBE;
  padding:.6em 0 .3em;
}
.style_wrap{position:relative;}
.style_header_wrap{
	text-align:center;
	margin:0 auto;
	margin-bottom:.5em;
}
.style_header{
text-transform:uppercase;

font-size:1em;


}
.style_header_selected{}

.style_content{
  position:relative;
  right:auto;
  top:auto;
  text-align:center;
  margin:0 auto;
}
.style_content a{margin:0 .3em .3em .3em;}
/*upsells*/
.pd_upsells{
	padding: .6em 0 0;
  margin: .6em 0 0;
  border:none;
}
.pd_upsells h3 {
  width: 100%;
  background: #FFF;
  text-align: center;
  margin: 0 auto;
  margin-bottom:1em;
  display:block;
  background:rgba(0,0,0,.08);
  padding:.5em 0;
  text-transform: uppercase;
  font-size: .8em;
  letter-spacing: 0em;
  position: relative;
  top: 0;
  color: #51220B;
}

.pdu_item,
.pdu_item.pdu_last,
.pdu_item.pdu_first {
  width: 100%;
  float: left;
  border:none;
  border-bottom: 1px solid #CEBBB2;
  margin-bottom:.6em;
  padding-bottom:.6em;
}
.pdu_item.pdu_last,
.pdu_item:last-child{}
.pdu_item img{float:left;width:31%;max-width: 8em;}
.pdu_item a:hover img{top:0;}
.pdu_item .pdu_copy{
  float: right;
  width: 65%;
  position: relative;
  left: auto;
  bottom: auto;
  margin-top:.2em;
  height:auto;
}
.pdu_copy .pdu_title {
  white-space: normal;
  overflow: auto;
  line-height:1.3;
}


}
/* equals 680px */
@media only screen and (max-width:42.500em){
/*body.product_detail #content-container{width:100%;padding:0 4% 4% 4%;}
*/
#block_01,
#block_02{float:none;margin:0 auto;clear: both; width: 92%; }
#block_01{}
#block_02{}
.prod_detail_utilities {margin: .8em 0 0 0;}
h1.prod_title{font-size: 2em;}

.prod_image_container {
	width: 60%;
	margin: 0 auto;
	margin-top:0em;
}

.flexslider{
width: 100%;
margin:0 auto;

}

.fs-thumbs {
margin: 1em 0 0 0;
padding:0;
}

.prod_price-cart {
/*	margin: 1.5em auto;
	width: 70%;*/
}

.prod_addtocart_block{
	margin-top: 1em;
	width: 100%;
}
#block_02 .prod_copy, #block_02 .prod_description,
#block_02.horzBar .prod_copy, #block_02.horzBar .prod_description {
float: none;
width: 100%;
clear: both;
}
.featuresBenefits p {
font-size: .8em;
}


.otherFlavors_header{
	max-width: 100%;
	width: auto;
	margin: auto;
	float: none;
	padding-top: 0;
}
.otherFlavors_header h2{
	margin-left: -25%;
}
.otherFlavors_header .flex-direction-nav{
	top: auto; bottom:0;
	margin-left: auto;

}
#otherFlavors_list{
	width: 92%;float: none;
	border: 0 none;
	margin: auto;

}



}
/* equals 480px */
@media only screen and (max-width:30em){

#block_01,
#block_02{}

.prod_detail_utilities{
  margin:0em 0 .7em 0;
  padding:0;
  position:relative;
  border-bottom:none;
}
.otherFlavors_header .flex-direction-nav{
	top: 1em;
	left: auto;
	right: 10%;
}


}