
/* ---------------------------------------------------------- SHOP SECTIONS 
------------------------------------------------------------------------ */
#bodhiBanner {
	max-width: 960px;
	height: 300px;
	overflow: hidden;
	position: relative;
	margin-top: 0px;
	}

#products-filter {
	max-width: 960px;
	background-color: rgba(255, 255, 255, 1);
	border-top: #D9D9D9 1px solid;
	position: relative;
	padding: 0 25px 15px 25px;
	margin: 0
	}
	
#products-catalogue {
	max-width: 960px;
	position: relative;
	overflow: auto;
	border-bottom: 1px solid #D9D9D9;
	padding: 0 15px 15px 15px;
	}

/* -------------------------------------------------------- INFOBOX DISPLAY 
------------------------------------------------------------------------ */
.item-display {
	position:absolute;
	top:0;
	}

/* -------------------------------------------------- INFOBOX DISPLAY IMAGE 
------------------------------------------------------------------------ */
.product-display-img {
	float:left;
	width: 560px;
	height: 315px;
	overflow:hidden;
	padding: 0;
	margin: 20px
	}
	
.product-display-img img{
	width: 560px;
	height: 315px;
	}


/* -------------------------------------------- PRODUCT DISPLAY DESCRIPTION 
------------------------------------------------------------------------ */
.product-display-desc {
	float: left;
	width: 340px;
	height: 315px;
	max-height: 315px;
	text-align: justify;
	overflow: hidden;
	margin-top: 20px;
	background-color:rgba(255,255,255,0.5);
	}

.product-display-desc h1 {
	display:inline-block;
	font-size: 1em;
	margin: 0
	}
	
.product-display-desc .desc-box {
	height: 260px;
	max-height: 260px;
	overflow-y: scroll !important;
	margin-top:5px;
	}
	
.product-display-desc p {
	font-size: 0.75em; /* 12px */
	}

.scrollDesc, .backToTop {
    top: 305px !important;  
    }

/* --------------------------------------------- SCROLLING DESCRIPTION TEXT
------------------------------------------------------------------------ */
.scrollDesc, .backToTop{
	display: none;
	width: 335px;
	position: absolute;
	top: 315px;
	padding: 5px 3px;
	background-color: rgba(0,0,0,0.2);
	text-align: center;
	color: #FFF !important;
	font-size: 12px;
	z-index: 1;
  clear: both
	}

.scrollDesc:hover, .backToTop:hover{
	background-color: rgba(0,0,0,0.3);
	font-size: 13px;
	transition: all 0.1s ease-out;
	}

.descFooter{
  display: none;
	width:340px;
	height:100px;
	background:url("../images/desc_box_fadein.png") 0px 0px repeat;
	position:absolute;
	bottom: 120px;
	}

.desc-box::-webkit-scrollbar { 
  display: none; /* This hides the description box scrollbar in Safarai, Chrome and IOS */
	}

.desc-box{
	-ms-overflow-style: none;  /* This hides the description box scrollbar in IE 10+ */
	}

/* ------------------------------------------------ PRODUCT DISPLAY OPTIONS 
------------------------------------------------------------------------ 	*/
.product-display-options {
	float: left;
	clear: both;
	width: 960px;
	height: 99px;
	border-top: #D9D9D9 1px solid;
	overflow: hidden;
	background-color:#FFF
	}

.product-display-options .display-option {
	float: left;
	min-width:100px;
	height: 60px;
	max-height: 60px;
	text-align:center;
	border-right: #D9D9D9 1px dashed;
	overflow: hidden;
	padding: 0 20px;
	margin: 20px 0
	}

.product-display-options .display-option h2 {
	font-size: 0.85em;
	font-weight: normal;
	color: #666;
	font-family: Arial, Helvetica, sans-serif
	}


/* ----------------------------------------------------------- ITEM OPTIONS
------------------------------------------------------------------------ */
.product-display-options .display-option p {
	font-size: 0.85em;
	margin-top: 10px;
	padding-bottom: 0;
	}

.product-display-options .display-option span {
	font-size: 0.75em;
	margin-top: 5px;
	}


/* ----------------------------------------------------------- OPTIONS CODE 
------------------------------------------------------------------------ */
.selectOption {
	width: 109px;
	position:relative;
	top: 5px;
	left: 0;
	padding: 0;
	margin: 0
	}

/* ---------------------------------------------------------- DISCOUNT CODE
------------------------------------------------------------------------ */
form#promoButton {
	width: 109px;
	position:relative;
	top: 5px;
	left: 0;
	padding: 0;
	margin: 0
	}

#promoButton #promo {
	width: 65px;
	color: #ccc;
	position: absolute;
	top: 0;
	left: 0;
	}
	
#promoButton #promoSubmit {
	width: 35px;
	position: absolute;
	top: 0;
	right: 0;
	}

/* ------------------------------------------------------------- BUY BUTTON 
------------------------------------------------------------------------ */

.product-display-options .display-buy{
	float: right;
	width: 156px;
	height: 78px;
	margin: 0;
	}
	
.product-display-options .display-buy .addButton{
	width: 125px;
	height: 68px;
	position: relative;
	top: 16px;
	left: -16px;
	-moz-box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.1s ease-out;
	}

.noBuyButton{
	display: none !important;
	}
	
.product-display-options .display-buy .addButton:hover{
	top: 14px;
	left: -15px;
	-moz-box-shadow: 0px 0px 0px #ccc;
	-webkit-box-shadow: 0px 0px 0px #ccc;
	box-shadow: 0px 0px 0px #ccc;
	}

.show-Buy-Button, .buyButton1, .buyButton2, .buyButton3, .fakeButton{
	width: 225px;
	position: absolute;
	bottom: 15px;
	padding: 10px;
  background-color: rgba(181, 113, 112, 1) !important;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.show-Buy-Button p, .buyButton1 p, .buyButton2 p, .buyButton3 p, .fakeButton p{
  padding-bottom: 0 !important;
}

.buyButton1, .buyButton2, .buyButton3{
	width: 100px;
	right: 15px;
	}

.buyButton1{
	left: 84px;
	}

.buyButton2{
  width: 125px;
}

.buyButton3{
	bottom: 30px;
	right: 60px;
	}

.show-Buy-Button:hover, .buyButton1:hover, .buyButton2:hover, .buyButton3:hover{
  background-color: rgba(181, 113, 112, 0.7) !important;
	}
	
.fakeButton{
	top: -91px;
	right: 15px;
	}

.cartButton, .cartButton1, .cartButton2, .cartButton3{
	position: absolute;
	height: 20px;
	padding: 10px;
	background-color: #FFF;
	colour: #999;
	text-align: center;
	cursor: pointer;
	border: 1px dashed #d1d1d1;
	border-radius: 3px;
	}

.cartButton{
	width: 223px;
	bottom: 65px;
	}

.cartButton1{
	width: 98px;
	bottom: 15px;
	right: 20px;
	}

.cartButton2{
  width: 123px;
	bottom: 65px;
	right: 15px;
	}

.cartButton3{
	width: 98px;
	height: 18px;
	bottom: 30px;
	right: 190px;
	}

/* ---------------------------------------------------------- PRODUCT BOXES 
------------------------------------------------------------------------ */
.product {
	float:left;
	width:288px;
	/* height: 325px; */
	background-color:rgba(255, 255, 255, 1.0);
	cursor: pointer;
	position:relative;
	padding:0;
	border:1px rgba(0,0,0,0.1) solid;
	margin:10px;
  overflow: hidden;
	}

.product .zoomImg{
	width: 288px;
	height:162px;
	overflow: hidden;
  border-bottom: 1px solid #d1d1d1;
	}

.product img {
	width:288px;
	height:162px;
	border-bottom:1px solid #D9D9D9;
	position:relative;
	top:0;
	left:0
	}

.product img {
  	transition: all 0.3s !important;
	}

.product img:hover {
  	transform: scale(1.05);
	}

.product p.inStock{
	width:288px;
	height:25px;
	font-size:1em;
	color:#999;
	text-align:center;
	border-bottom:1px solid #D9D9D9;
	padding:4px 0 0 0;
	margin: 0;
  display: none;
	}

.product .ps_desc{
	font-size:80%;
	overflow:hidden;
	margin:0;
	padding:10px
	
	}

.product .ps_desc h2 {
	font-size:1.3em;
	color:#666;
	text-align:center;
	padding:0;
	margin:0;
	}

.product .ps_desc p {
	font-size:1em;
	font-weight:bold;
	color:#888;
	text-align:left;
	padding:5px 0 0 0;
	margin:0;
  display: none;
	}

.cta-small {
	width: 150px;
	height:30px;
	position:absolute;
	bottom:0;
	right: 0;
	padding:10px 0 0 0;
	margin: 10px 0 0 0;
  display: none;
	}

.cta-small p {
	font-weight: normal !important;
	font-size:12px;
	color:#bebebe !important;
	position:absolute;
	top:6px;
	right:30px
	}

.cta-small span {
	width:12px;
	height:12px;
	background:url("../images/classes/class-logos.png") -183px -549px;
	position:absolute;
	top:15px;
	right:10px;
	transform: rotate(90deg);
	}

/* ----------------------------------------------------------- SHOPPING BAG 
------------------------------------------------------------------------ */
.basket{
	max-height:300px;
	border: #e3e3e3 1px solid;
	background-color:#f9f9f9;
	overflow:auto;
	}
	
.basket_item{
	width:90%;
	padding:15px 15px 7px 15px;
	margin:10px 0 15px 20px;
	border: #CCC 1px solid;
	background-color: rgba(255, 255, 255, 1);
	}

.basket_item p{
	padding-bottom:0px;
	}
	
.basket_item img{
	float:left;
	border: #CCC 1px dashed;
	margin:-3px 10px 0 0;
	}

.basket_item .remove-itm{
	text-align:right;
	margin-top: 10px;
	}

.basket_item .clear{
	clear: both;
	height: 0px;
	}

.continue {
	float:left;
	margin-top:45px;
	}
	
.basket_form .total_items{
	color:#999 !important;
	font-size:13px !important;
	float: left;
	margin: 10px 0 0 0;
	}

.basket_form .total{
	float:right;
	font-size: 20px !important;
	color: #090 !important;
	margin: 10px 0 10px 0 !important;
	}	

/* ------------------------------------------------ SHOPPING BAG BUY BUTTON 
------------------------------------------------------------------------ */
.basket_form .button {
	float:right;
	clear:both;
	width: 100px;
	height: 62px;
	-moz-box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.1s ease-out;
	}

.basket_form .button:hover {
	-moz-box-shadow: 0px 0px 0px #ccc;
	-webkit-box-shadow: 0px 0px 0px #ccc;
	box-shadow: 0px 0px 0px #ccc;
	}


/* ------------------------------------------------------------- PAGINATION 
------------------------------------------------------------------------ */
.paginationP{
float:left;
clear:left;
font-size:1em;
margin-left:25px;
color:#ccc;
}

.pagination{
float:left !important;
clear:none !important;
list-style:none !important;
text-align:center;
margin-left:15px
}

.pagination li{
float: left !important; 
margin-right: 16px; 
padding:0px;
color:#CCCCCC;
}

.pagination li:hover{ 
color:#86D8D1; 
cursor: pointer; 
}

.pagination li a {
color:#CCCCCC;
}



/* ----------------------------------------------------- LOVE IT/UN-LOVE IT 
------------------------------------------------------------------------ */
.love, .unlove {
	text-align:center;
	font-size: 16px !important;
	color: #999 !important;
	margin-top: 18px !important;
	cursor:pointer;
	text-decoration:none !important;	
	}

.love:hover, .unlove:hover {
	color: #86D8D1 !important;
	text-decoration:none !important;
	}

.unlove{
	display:none;
	}
		
.item-price {
	text-align:center;
	font-size: 26px !important;
	color: #0F4C81 !important;
	}

.loves-small {
	display: block;
	font-size: 18px !important;
	color: #FFF;
	text-shadow: 1px 2px 0 #666;
	position: absolute;
	top: 10px;
	left: 15px;
	}

.loves {
	display:block;
	color:#86D8D1;
	position:absolute;
	top:15px;
	right:20px;
	}


/* --------------------------------------------- PAYMENT COMPLETE CONTAINER 
------------------------------------------------------------------------ */
.classDisplay{
	width:960px;
	border-top: 1px #D1D1D1 solid;
	border-bottom: 1px #D1D1D1 solid;
	position:relative;
	top:0;
	left:0;
	margin:0 auto;
	overflow:hidden;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 12s ease-in-out;
	transition: all 1s ease-in-out;
	}

.info_slide {
	margin: 10px auto;
	overflow: hidden;
	}


/* ------------------------------------------------------ SUCCCESS RESPONSE
------------------------------------------------------------------------ */
.success_response h1{
	font-size: 1.5em;
	padding:15px 30px;
	}

.success_response p {
	clear:both;
	font-size:13px !important;
	text-align:justify;
	margin:5px 35px !important;
	}


/* ---------------------------------------------------- SHOW PURCHASED ITEM
------------------------------------------------------------------------ */
.success_response .sold_itm {
  	float:left;
	width:188px;
	background-color: rgba(255, 255, 255, 1.0);
	position:relative;
	padding:0;
	border: 1px #EEE solid;
	margin:15px 8px 30px 35px; 
	}

.success_response .sold_itm img {
	width: 188px;
	height: 140px;
	border-bottom:#EEE 1px dashed;
	position:relative;
	top:0;
	left:0
	}

.success_response .sold_itm_desc {
	font-size:80%;
	overflow:hidden;
	margin:0;
	padding:10px 10px 30px 10px
	}

.success_response .sold_itm_desc h2 {
	color:#666;
	border-bottom:1px solid #eee;
	padding:0 0 5px 0;
	margin:0
	}

.success_response .sold_itm_desc p{
	color:#888 !important;
	padding:5px 0 0 0 !important;
	margin:0 !important
	}

/*********************************************
*
*  8. SNOW 
*
**********************************************/	
#snow {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 1000;
}

/*********************************************
*
*  9. NEW BUY PAGE & TABS TEST
*
**********************************************/
#itemInfoBox{
width: 930px;
position: relative;
clear: both;
margin: 0;
padding: 15px;
border-bottom: 1px solid #d1d1d1
}

#pictureInfo{
float: left;
width: 638px;
overflow: hidden;
margin-bottom: 10px;
padding: 0px !important;
border: 1px solid #d1d1d1;
line-height: 0;
}

#pictureInfo img{
width: 100%;
}

.mainInfo{
box-sizing: border-box;
width: 273px !important;
height: 270px;
position: relative;
float: left;
margin: 0 0 0 15px !important;
padding: 15px !important;
border: 1px solid #d1d1d1;
overflow: hidden;
border-radius:3px;
}

.mainInfo h1{
font-weight: bold;
margin-bottom: 15px;
}

.price {
font-weight: normal !important;
font-size: 1.5em !important;
/* color: #0F4C81 !important; */
color: rgba(181, 113, 112, 1) !important;
margin-top: -15px;
}

.buyButton{
width: 213px;
background-color: #86D8D1;
color: #FFF;
text-align: center;
padding: 15px;
position: absolute;
bottom: 15px;
cursor: pointer;
}

.buyButton:hover{
background-color: #CEEDEB;
}

.backToBodhiLink{
float: right;
margin-top: 10px;
width: 275px;
text-align: center;
margin-left: 15px;
clear: right;
}

/* ---------------------------------------------------- SECONDARY
------------------------------------------------------------------------ */
#secondaryInfo{
width: 930px;
position: relative;
clear: both;
margin-bottom: 15px;
}

ul.tabs{
margin: 0px;
padding: 0px;
margin-right: -1px;
list-style: none;
}

ul.tabs li{
background: none;
color: #999;
display: inline-block;
padding: 10px 15px;
cursor: pointer;
border: 1px #D9D9D9 solid;
border-bottom: none;
border-top-left-radius:3px;  
border-top-right-radius:3px;
}

ul.tabs li:hover {
background-color: rgba(181, 113, 112, 0.6) !important;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
color: #FFF;
border: 1px #FFF solid;
border-bottom: none;
}

ul.tabs li.current{
background-color: rgba(181, 113, 112, 1) !important;
color: #FFF;
border: 1px #FFF solid;
border-bottom: none;
}

.tab-content{
display: none;
padding: 15px;
border: 1px #D9D9D9 solid;
border-radius:3px;
font-size:  0.9em;
}

.tab-content.current{
display: inherit;
}

/* ---------------------------------------------------- RECOMMENDED
------------------------------------------------------------------------ */
#recommendedInfo{
float: left;
width: 900px;
min-height: 220px;
position: relative;
padding: 15px;
margin-right: 15px;
border: 1px solid #d1d1d1;
overflow: hidden;
border-radius:3px;
}

.bonusDivHeader{
text-align: center;
background-color: #F1F1F1;
color: #AAA;
margin-bottom: 15px;
padding: 6px 8px;
text-transform: uppercase;
}

#recommendedInfo img{
width: 320px;
float: left;
margin: 0 15px 0 0;
border: 1px solid #d1d1d1;
}

#recommendedInfo h2{
margin-bottom: 15px; 
}

/* ---------------------------------------------------- BODHI LAUNCH VIDEO
------------------------------------------------------------------------ */
#bodhiIntro{
height: 540px;
position: relative;
overflow: hidden;
margin-top: 10px;
}

#bodhiIntro img{
width: 100%;
}

.play-button {
position: absolute;
bottom: 15px;
right: 10px;
font-size: 1em;
color: white;
background-color: rgba(181, 113, 112, 0.6) !important;
padding: 10px 20px;
-webkit-transition: .3s;
-moz-transition: .3s;
transition: .3s;
}

.play-button:hover {
background-color: rgba(181, 113, 112, 0.9) !important;
}

.bodhiLaunchLink{
padding: 10px 0 0 0 !important;
text-align: right;
}

.bodhiClearFix{
clear: both;
}