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

/* ═══════════════════════════════════════════ SHOP FILTER BAR
   ═══════════════════════════════════════════════════════════ */

/* Override any global input/button styles inside the filter bar */
#cf-filter-bar input[type="text"]#searchBox {
    position: static !important;
    left: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    background-color: transparent !important;
    padding: 8px 0 !important;
    border: none !important;
    box-shadow: none !important;
    font-family: Lato, sans-serif;
    font-size: 0.84em;
    color: #444;
}

#searchSubmit { display: none !important; }

#cf-filter-bar button {
    appearance: none;
    -webkit-appearance: none;
    font-family: Lato, sans-serif;
    line-height: 1.2;
    cursor: pointer;
}

#cf-filter-bar {
    max-width: 960px;
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    box-sizing: border-box;
}

#shop-filter-section {
    overflow: visible !important;
}

.cf-filters {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    flex: 1;
}

.cf-dropdown { position: relative; }

.cf-dropdown-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    padding: 8px 14px !important;
    background: #fff !important;
    border: 1.5px solid #D9D9D9 !important;
    border-radius: 6px !important;
    font-family: Lato, sans-serif !important;
    font-size: 0.82em !important;
    font-weight: 600 !important;
    color: #555 !important;
    cursor: pointer;
    white-space: nowrap;
    transition: border-color 0.15s, background 0.15s, color 0.15s;
    min-height: unset !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
}

.cf-dropdown-btn:hover {
    border-color: rgba(181, 113, 112, 1) !important;
    color: #333 !important;
    background: #fff !important;
}

.cf-dropdown-btn.cf-filtered {
    background: rgba(181, 113, 112, 1) !important;
    border-color: rgba(181, 113, 112, 1) !important;
    color: #fff !important;
}

.cf-dropdown-btn.cf-filtered .cf-chevron { color: #fff; }

.cf-chevron {
    font-size: 0.75em;
    color: #aaa;
    transition: transform 0.2s;
}

.cf-dropdown.cf-open .cf-chevron { transform: rotate(180deg); }

.cf-dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 160px;
    background: #fff;
    border: 1.5px solid #e5e5e5;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.10);
    z-index: 500;
    padding: 6px;
}

.cf-dropdown.cf-open .cf-dropdown-menu { display: block; }

.cf-option {
    display: block !important;
    width: 100% !important;
    padding: 8px 12px !important;
    background: none !important;
    border: none !important;
    border-radius: 5px !important;
    font-family: Lato, sans-serif !important;
    font-size: 0.84em !important;
    font-weight: 500 !important;
    color: #444 !important;
    text-align: left !important;
    cursor: pointer !important;
    transition: background 0.12s;
    min-height: unset !important;
    line-height: 1.3 !important;
    text-transform: none !important;
    box-shadow: none !important;
}

.cf-option:hover { background: #FFF9F5 !important; color: #333 !important; }

.cf-option-active {
    background: #FFF2E8 !important;
    color: rgba(181, 113, 112, 1) !important;
    font-weight: 700 !important;
}

.cf-search-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1.5px solid #D9D9D9;
    border-radius: 6px;
    padding: 0 10px;
    background: #fff;
    transition: border-color 0.15s;
}

.cf-search-wrap:focus-within { border-color: rgba(181, 113, 112, 1) !important; }

.cf-search-icon { color: #bbb; font-size: 0.8em; flex-shrink: 0; }

#searchBox {
    border: none !important;
    outline: none !important;
    background: transparent;
    font-family: Lato, sans-serif;
    font-size: 0.84em;
    color: #444;
    padding: 8px 0;
    width: 180px;
    min-height: unset;
    box-shadow: none !important;
}

#cf-search-clear {
    background: none;
    border: none;
    color: #ccc;
    font-size: 0.8em;
    cursor: pointer;
    padding: 4px;
    line-height: 1;
    min-height: unset;
    display: none;
}

#searchBox:not(:placeholder-shown) ~ #cf-search-clear,
.cf-search-wrap:focus-within #cf-search-clear { display: block; }

/* ── RESET FILTERS BUTTON ── */
#cf-reset-filters {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 8px 14px !important;
    background: rgba(181, 113, 112, 1) !important;
    border: 1.5px solid rgba(181, 113, 112, 1) !important;
    border-radius: 6px !important;
    font-family: Lato, sans-serif !important;
    font-size: 0.82em !important;
    font-weight: 600 !important;
    color: #fff !important;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s, border-color 0.15s;
    min-height: unset !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
}

#cf-reset-filters:hover {
    background: rgba(160, 95, 94, 1) !important;
    border-color: rgba(160, 95, 94, 1) !important;
}

@media (max-width: 700px) {
    #cf-filter-bar { flex-direction: column; align-items: stretch; gap: 10px; }
    .cf-search-wrap { width: 100%; }
    #searchBox { width: 100%; }
    .cf-filters { gap: 6px; }
    .cf-dropdown-btn { font-size: 0.78em !important; padding: 7px 10px !important; }
}
	
#products-catalogue {
	max-width: 960px;
	position: relative;
	overflow: auto;
	border-bottom: 1px solid #D9D9D9;
	padding: 0px 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;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    padding: 0;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 8px;
    margin: 10px;
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.product:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.product .zoomImg {
    width: 288px;
    height: 200px;
    overflow: hidden;
}

.product img {
    width: 288px;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

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

/* Hidden cards for load-more */
.product-hidden {
    display: none;
}

.product .ps_desc {
    padding: 12px 14px 14px;
}

.product .ps_desc h2 {
    font-size: 0.92em;
    color: #444;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 1.35;
    text-align: left;
}

/* Price + stock row */
.product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.product-price {
    font-size: 1.05em;
    font-weight: 700;
    color: rgba(181, 113, 112, 1);
}

.product-stock {
    font-size: 0.72em;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 10px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.stock-good {
    background: #e8f8f0;
    color: #27ae60;
}

.stock-low {
    background: #fff8e6;
    color: #e67e22;
}

.stock-critical {
    background: #fff0f0;
    color: #e74c3c;
}

/* ---------------------------------------------------------- LOAD MORE
------------------------------------------------------------------------ */
.load-more-container {
    clear: both;
    text-align: center;
    padding: 28px 0 10px;
}

.products-showing-count {
    font-size: 0.85em;
    color: #999;
    margin-bottom: 12px;
}

.products-showing-count span {
    font-weight: 600;
    color: #666;
}

.btn-load-more {
    background: #fff;
    border: 2px solid #FFBE98;
    color: #FFBE98;
    padding: 10px 28px;
    border-radius: 25px;
    font-size: 0.9em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-load-more:hover {
    background: #FFBE98;
    color: #fff;
}

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