/* Color: White */
body {
	font-family:  'Trebuchet MS','Helvetica Neue',Helvetica,Arial,Sans-Serif;
        letter-spacing: normal;
        text-shadow: none;
        background: #fff url(//cdn10.bigcommerce.com/r-a695f2735dc41d03e6943cb3231dc475ca858e05/themes/Hipster/images/bg.jpg);
        color:#6E6E6E;
        font-size:12px;
}
a {
	color: #bccd5b;

	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.Textbox,
select,
textarea {
	border: 1px solid #e6e6e6;
}

h1.title{
	 padding:0; margin: 40px 0 20px; font-size:28px;  text-align: center;
}

#Wrapper, .Center{
margin: 0 auto;
    max-width: 1170px;
    width: 100%;
    position: relative;
    padding: 0 10px;
    display: block;
    box-sizing: border-box;
}
#Header >.Center {		
    max-width: 1170px;
    width: 100%;
    padding: 0 10px;
}#Wrapper,
.Breadcrumb {

}

#Wrapper .Breadcrumb{
	border-top: none; font-family: 'Droid Sans',sans-serif; font-size: 12px;
}
#TopMenu {
    width: 1170px;
    padding: 0 10px;
    line-height: 38px;
    text-align: center;
    margin: 0 auto;
    background: #000;
}
#TopMenu li.CartLink {
  background: url("//cdn10.bigcommerce.com/r-a695f2735dc41d03e6943cb3231dc475ca858e05/themes/Hipster/images/cart-icon.png") no-repeat  14px -1px;
  min-width: 40px;
  padding-left: 40px;
}
div#HeaderUpper {
    background: #000;
}
#TopMenu li.CartLink abbr {
      color:#e5e4e1;
}
#TopMenu .separator{color:#e5e4e1; margin:0 10px;}
#TopMenu li.CartLink a span{
        color:#bccd5b;
        font-weight: 700;

}
#TopMenu li.CartLink a span.total{
    color: #bccd5b;
}
#TopMenu li a {
font-weight: normal; font-size: 12px; color:#d0d0d0;
line-height: 18px;
text-transform: none;
}
#TopMenu li div {
	font-size: 12px; color:#bccd5b;
        line-height: 15px;
}
#TopMenu li a:hover {
	text-decoration: underline;
}


.slide-show {
	width: 942px;
	border:0;
}

#SearchForm form {
        background: rgba(252, 252, 252, 0.6);
 border: 1px solid #b3b3b3;
    height: 32px;
     -webkit-border-radius: 03px;
    -moz-border-radius: 03px;
    border-radius:25px;
padding-top:5px;
}
#SearchForm input#search_query {
    border:0;
    background:none;
    padding:4px 0 4px 10px;
    line-height: 18px;
    font-size: 14px;
    font-family: 'Droid Sans', sans-serif;
    width: 140px;
    text-transform: none;
    text-overflow:ellipsis;
    overflow:hidden;
	-moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#SearchForm .closeIcon {
color: #999;
text-decoration: none;
font-size: 14px;
display: none;
}

#SearchForm input#search_query:focus {
	width: 200px;
	-moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#SearchForm .Button {
	height:17px;
        width:17px;
        padding:0;
        margin: 0 8px;
        vertical-align: middle;
}

div.categoryPicker {
	border:1px solid #d2d2d2 !important;
	padding-left: 10px;
	padding-bottom: 8px;
}
#Header{
    margin-top:39px;
    font-family: 'Droid Sans', sans-serif;
}

#HeaderLower {

}

#Header #SideCategoryList .SideCategoryListClassic{float:none; text-align: center;}
#SideCategoryList .category-list{display: inline-block; *display:inline; float:none !important;}
#SideCategoryList li,
#SideCategoryList .sf-menu li {
	text-transform: uppercase;
}

#SideCategoryList li ul,
#SideCategoryList .sf-menu li ul {
	border-top: 0;

}
#SideCategoryList > li > ul:before,
#SideCategoryList .sf-menu > li > ul:before {
	width: 0;
	height: 0;
	border-left: 5px solid  rgba(248, 248, 248, 0);
	border-right: 5px solid  rgba(248, 248, 248, 0);

	border-bottom: 5px solid #f2f2f2;
}
#SideCategoryList li li,
#SideCategoryList .sf-menu li li {
	background-image: none;
	border-bottom: 1px solid #ebebeb;
}
#SideCategoryList li li:last-child,
#SideCategoryList .sf-menu li li:last-child {
	border: 0;
}

#SideNewProducts img {
	border:1px solid #dcdcdc;
}

.order-number {
	font-size:1.4em;
	font-family: 'Droid Sans', sans-serif;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.hero_slider .Block div {
	border-bottom: 4px solid #000;
}
.hero_slider .Block div div {
	border: 0;
}
.hero div .text h1,
.hero div .text h2,
.hero div .text h3,
.hero div .text p,
.hero div .text a {
	color: #000;
	text-shadow: none;
}
.hero div .text.white * { /* Reverse text colour */
	color: #fff !important;
	text-shadow: 1px 1px 2px #000 !important;
}


.Block.banner_home_page_bottom div .text.text-light *,
.Block.banner_category_page_bottom div .text.text-light *,
.Block.banner_brand_page_bottom div .text.text-light *,
.Block.banner_search_page_bottom div .text.text-light * { /* Reverse text colour */
	color: #fff !important;
	text-shadow: 1px 1px 2px #000 !important;
}

a.btn_link { /* All boxed links within banners */
	color: #fff !important;
	background: #000;
	text-decoration: none;
	padding: 2px 10px 2px 10px !important;
}
a.btn_link:hover {
	text-decoration: underline;
}
.ToggleSearchFormLink.btn a:hover{

}

.plain.btn {
	text-transform: capitalize !important;
}
.plain.btn:hover{
}



.Right li {
	border-bottom: 1px solid #dcdcdc;
}

.Right .ProductList li {
	border: none;
	margin-bottom: 10px;
}

#FooterUpper {
	border:0;
}
#Footer {
	border:0;
}
#Footer p {
	color: #6e6e6e;
}
#Footer a {
	color: #9c9c9c;
}
#Footer ul{margin:0;}
#Footer li{list-style: none; display:inline-block; *display:inline; color: #9c9c9c; line-height:11px;  font-size:11px;}
#Footer .separator{ margin:0 8px;}
#Footer .by-bc{padding-left:16px; background: url(//cdn10.bigcommerce.com/r-a695f2735dc41d03e6943cb3231dc475ca858e05/themes/Hipster/images/bc-logo.png) no-repeat; height:18px; display:inline-block; *display:inline; line-height:18px;}

#subscribe_form{
    height:28px;
	margin-left: 0px;
}
.NewsletterSubscription input {
        border:0;
        font-size: 12px;
        line-height: 18px;
        padding: 4px 7px 4px 15px;
        width: 208px;
        margin:0;
        border:1px solid #d1d1d1;
        border-right: 0;
        -webkit-border-radius: 14px 0 0 14px;
        -moz-border-radius: 14px 0 0 14px;
        border-radius: 14px 0 0 14px;
        font-style: italic;
        font-family: 'Exo', sans-serif;
        color:#9c9c9c;
        height:18px;
}
.NewsletterSubscription input:focus {
}
.NewsletterSubscription .Button, .NewsletterSubscription .Button:hover {
        background: url(//cdn10.bigcommerce.com/r-a695f2735dc41d03e6943cb3231dc475ca858e05/themes/Hipster/images/submit-arrow.png) no-repeat center center #9F572B;
        text-indent: -5000px;
        text-transform: uppercase;
        cursor:pointer;
        width:32px;
        height:28px;
        padding:0;
        border:1px solid #d1d1d1;
        border-left: 0;
        -webkit-border-radius: 0 14px 14px 0;
        -moz-border-radius: 0 14px 14px 0;
        border-radius: 0 14px 14px 0;
}


.Content .ProductList .ProductImage {
	background: #fff;
	border:0 !important; padding:0;
	width: 220px !important;
	height: 308px !important;
display: block;
    margin: 0 auto;

}
.Content .ProductList .ProductImage .QuickViewOverlay{
    position: absolute;
    width:220px;
    height:255px;
    background:  transparent !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.30;
    -khtml-opacity: 0.30;
    opacity: 0.30;
    top:0;
    left:0;
    display: none;
    z-index: 6;
}
.Content .ProductList li .ProductImage:hover .QuickViewOverlay{
    display: block;
}
.Content .ProductList .ProductImage .QuickViewBtn{z-index: 7;}
.Content .ProductList li:hover .ProductImage {
        background-color: #fcfcfc;
        border: 1px solid #e4e4e4;
}
.ProductList .ProductPrice, .ProductList em {
  line-height: 125%;
  position: static;
padding: 0 10px;
display: block;
}
.WishlistProductList li{width:auto !important;}
.WishlistProductList .ProductPrice,
.WishlistProductList em {position: static;}
.WishlistProductList .RemoveFromWishlistForm{float:rightl}
.ProductList li .ProductCompareButton {
        bottom: 0;
        color: #464646;
        position: static;
        padding: 0 7px;
        float: right;
        margin-bottom: 10px;
        margin-top: 0;
}
.ProductList li.over .ProductCompareButton {
        display: block;
}
.ProductList li .CompareSelected{display: block;}

.ProductList li .ProductCompareButton input, .ProductList li .ProductCompareButton label{vertical-align: middle;}
.ProductList .Rating {
	color: #9a9a9a;
        display:block;
        padding:3px;
        width:65px;
        height:15px;
        background: #fff;
        position: absolute;
        top:0;
        left:0;
        z-index: 5;
        margin:0;
}
.ProductList  .Rating0{display: none;}


.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	display: none;
}


.Breadcrumb {
	color: #b0b0b0;
}
.Breadcrumb a {
	color: #b0b0b0;
}
.Breadcrumb a:hover {
	color: #9a9a9a;
}


.CompareItem {
	width:200px;
	border-left: solid 1px #e5e5e5;
}
.CompareFieldName {
	border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
    background: #fff !important;
    font-weight: bold  !important;
    font-size: 12px !important;
    font-family: 'Trebuchet MS','Helvetica Neue',Helvetica,Arial,Sans-Serif !important;
    color: #bccd5b;
}
.CompareFieldTop {
color: #bccd5b;
background: #fff !important;

}

.CompareFieldTop, .CompareFieldName {
padding-left: 10px !important;
}

.CompareFieldName a {
    color: #bccd5b;
}
.CompareFieldTop {
	border-top:solid 1px #e5e5e5;
        border-bottom:solid 1px #e5e5e5;
        font-size: 12px;
        font-weight: bold !important;
        padding: 10px 3px;
		background: #f9f9f9;
}
.CompareFieldTop a, .CompareFieldTop a:hover{color: #bccd5b;}
.CompareCenter {
	border-left:solid 1px #e5e5e5;
	border-bottom:solid 1px #e5e5e5;
}
.CompareLeft {
	border-left:solid 1px #e5e5e5;
	border-bottom:solid 1px #e5e5e5;
}

.CartCode {
	border: none;
}
.CartCode input{vertical-align: middle;}
.ViewCartLink {
	background: url('//cdn10.bigcommerce.com/r-a695f2735dc41d03e6943cb3231dc475ca858e05/themes/Hipster/images/responsive/Cart.gif') no-repeat 0 50%;
}

table.CartContents,
table.General,
.ShippingMethodList table,
.ComparisonTable {
	border: 0;
	border-left: solid #e5e5e5 1px;
	border-right: solid #e5e5e5 1px;
	border-collapse: collapse;
}

table.CartContents th,
table.General th {
	color:#bccd5b;
	text-transform: uppercase;
	text-align: left;
	background-color:#f9f9f9;
	font-weight: 700;
        font-family: 'Trebuchet MS','Helvetica Neue',Helvetica,Arial,Sans-Serif;
        border-bottom: 1px solid #E5E5E5;
        border-top: 1px solid #E5E5E5;
}

.CartContents td {
	padding: 20px 23px;
	background: #fff;
	border-bottom: 1px solid #dedede;
}

.CartContents tfoot .SubTotal.First td{
	border-top: 0;
}
.CartContents tfoot .SubTotal td {
	border-top: 0;
	border-bottom: 0;

}
.ExpressCheckoutBlock .CartContents tfoot .SubTotal td {

}
.CartContents tfoot .GrandTotal td {
	border-bottom: 1px solid #E5E5E5;
        border-top: 1px solid #E5E5E5;
}

.productAttributes td{
	border: 0;
}
.productAttributes label{
	font-weight: bold;
}
/* Wish List Form
....................................................................... */
.header .actions .btn {
	font-size: 13px !important;
	margin-left: 20px;
}

#wishlistsform .action .edit a{
	background:url(//cdn10.bigcommerce.com/r-a695f2735dc41d03e6943cb3231dc475ca858e05/themes/Hipster/images/edit.png) transparent left top no-repeat;
}

#wishlistsform .action .delete a{
	background:url(//cdn10.bigcommerce.com/r-a695f2735dc41d03e6943cb3231dc475ca858e05/themes/Hipster/images/trash.png) transparent left top no-repeat;
}

#wishlistsform .action .share a{
	background:url(//cdn10.bigcommerce.com/r-a695f2735dc41d03e6943cb3231dc475ca858e05/themes/Hipster/images/share.png) transparent left top no-repeat;
}

/*....................................................................... */
#CartHeader {
	border-top: none;
        position: relative;
}

.JustAddedProduct {
	border: 1px solid #dcdcdc;
	background: #fff;
}
.JustAddedProduct strong,
.JustAddedProduct a {
	text-decoration: none;
}
.JustAddedProduct a:hover {
	text-decoration: underline;
}

.CategoryPagination li {
margin-left: 3px;
margin-right: 3px;
}
.CategoryPagination a {
	color: #bccd5b;
	display: block;
	padding: 0 5px;
	line-height: 20px;
	min-width: 10px;
	text-align: center;
	background-repeat: no-repeat;
}

.CategoryPagination li.ActivePage {

	background: #fff;
	line-height: 20px;
	min-width: 10px;
	padding: 0 5px !important;
	color: #464646 !important;
}
.CategoryPagination .FloatLeft,
.CategoryPagination .FloatRight {
margin: 0 5px;

}

.CategoryPagination li a:hover {
	border-bottom: 0;
	text-decoration: none;
	background: #fff;
}

.CheckoutRedeemCoupon {
	background: #f4f4f4;
	border: 1px solid #dcdcdc;
	padding: 10px;
	width: 300px;
	border: 1px solid #dcdcdc;
	margin-bottom: 15px;
	background: #fff;
}
.SubCategoryList {
	background: #f4f4f4;
        display: none;
}

.Message {
	border-width:1px;
	border-style: solid;
	border-color: transparent;
	background-position: 12px 12px;
	background-repeat: no-repeat;
    font-size: 13px;
	line-height: 19px;
}

.Message a {
	text-decoration: underline;
}


.InfoMessage {
    background-color: #000000;
    /* background-image: url(//cdn6.bigcommerce.com/r-a695f2735dc41d03e6943cb3231dc475ca858e05/themes/Hipster/images/responsive/InfoIcon.png); */
    border-color: #ddf1f1;
    color: #fff;
    clear: both;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 5px;
}
.SpecificInfoMessage {
	color: #606060;
	background-color: #f4f4f4;

}
.SuccessMessage {
	background-color: #edffe7;
	background-image: url('//cdn10.bigcommerce.com/r-a695f2735dc41d03e6943cb3231dc475ca858e05/themes/Hipster/images/responsive/SuccessIcon.png');
	border-color: #edffe7;
        color:#528f3b;

}
.ErrorMessage {
	background-color: #f8eae7;
	background-image: url('//cdn10.bigcommerce.com/r-a695f2735dc41d03e6943cb3231dc475ca858e05/themes/Hipster/images/responsive/ErrorIcon.png');
	border-color: #f1d8d4;
        color:#b42525;
}

.ComparisonTable tr:hover td,
.ComparisonTable tr.Over td {
	background: #f4f4f4;
}
.QuickSearch {
	border: 1px solid #dcdcdc;
	margin-top: 15px;
	margin-left: -16px;
}
.QuickSearch:before {
	content: "";
	height: 10px;
	width: 19px;
	background-image: url('//cdn10.bigcommerce.com/r-a695f2735dc41d03e6943cb3231dc475ca858e05/themes/Hipster/images/responsive/up-arrow.png');
	background-repeat: no-repeat;
	position: absolute;
	top: -10px;
	left: 55px;
}
td.QuickSearchResultMeta {
	padding-right: 20px;
}
.QuickSearchHover td {
	background: #f4f4f4;
}
.QuickSearchAllResults a {

}
.QuickSearchResult .Price {
	color: #4e4e4e;
}
.CreateAccount {

}
.AccountLogin {

}
#CreateAccountForm {

}
#CreateAccountForm h3 {

}
.SearchTips .Examples {
	background: #f4f4f4;
}
hr {
	background: #dcdcdc;
	border: #dcdcdc;
}
.Right hr {
	background: transparent;
	border: 0;
}
.MiniCart .SubTotal {
	color: #4e4e4e;
}


/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
background: #fff;
padding:20px;
float: right;
}


/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        padding:20px 15px;
        background: none;
        margin:0;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
        border-top: none;
}
#CheckoutStepAccountDetails  .ExpressCheckoutTitle {
        border-top: 1px solid #efefef;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {

}
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	color: #9a9a9a;
}

.ExpressCheckoutBlock  .uniform-multiselect{
    margin-bottom: 10px;
}




/* Tabbed Navigation */
.TabNav {
	border-bottom: 1px solid #E5E5E5;
	height: 43px;
	padding: 0 5px;
}
.TabNav li {
float: left;
margin: 0 5px 0 0;
}
.TabNav li a {
	border: 1px solid #dedede;
	background: none;
	color: #000;
padding: 0 15px;
line-height: 42px;
display: block;
margin: 0;
font-family: 'Droid Sans',sans-serif;
color: #6E6E6E;
font-weight: 700;
text-transform: uppercase;

-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.TabNav li a:hover {
	text-decoration: none;
	background: #fff;
}
.TabNav li.Active {
margin-top: 0 ;
}
.TabNav li.Active a {
	border-bottom: 1px solid #E5E5E5;
	background: #fff;
	line-height: 42px;
	color: #bccd5b;
}

/* Product Videos */

.currentVideo {

}

.videoRow:hover {

}

.CartContents .ItemShipping th {
	border-bottom-color: #dcdcdc;
	border-top-color: #dcdcdc;
	background: #f4f4f4;
	color: #2f2f2f;
}


/* start fast cart styles */
#fastCartContainer {
	font-size: 13px;
	padding: 0 !important
}
.fastCartContent h2 {
	background-color:transparent;
}

.fastCartContent h3 {
	background-color:transparent;
}
.fastCartThumb {
	border: 1px solid #e5e5e5;
	padding: 5px;
}
.fastCartSummaryBox {
	background-color: #f4f4f4;
}
.fastCartSummaryBox a:hover {
	text-decoration: underline;
}

.fastCartSummaryBox .subtotal {
	border-color: #fff;
}
.fastCartSummaryBox .ProductPrice {
	border-color: #fff;
}
.fastCartContent .fastCartTop a,
.fastCartContent .ProductList .ProductDetails a {
	color: #bccd5b;
}
.fastCartContent .ProductPrice,
.fastCartContent .ProductList em {
	color: #464646;
        font-weight: bold;
        font-style: normal;
}
.fastCartContent .ProductList em .RetailPriceValue{
    color: #6E6E6E;
}
.fastCartContent .Quantity {
	color: #606060;
}
.fastCartContent p {
	color: #444444;
}
.fastCartContent .ProductList li {
	background-color: #FFF;

}
#fastCartContainer .ProductList li {
width: 169px !important;
min-height: 380px;
margin-right: 18px !important;
}
#fastCartContainer .ProductList .ProductImage{
height: 236px !important;
width: 169px !important;
padding: 0;
background: #fff;
}
#fastCartContainer .ProductList .ProductImage img{
        width: auto !important;
        height: auto !important;
        max-width: 169px !important;
        max-height:236px !important;
}
.fastCartBottom h3 {
  border-bottom: 0 solid #DADADA;
  border-top: 0 solid #DADADA;
  color: #464646;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 15px;
  padding: 0;
}
.fcartTitle {
display: none;
}

/* end fast cart styles */


/* Modal */
#ModalContainer {
	border-color: #000;
}

#QuickViewImage,
#QuickViewProductDetails {
	border-color: #f4f4f4 !important;
}

#QuickViewProductDetails td,
#QuickViewProductDetails .productAttributeRow,
.DetailRow {
	border-color: #e7e7e7;
}

.SubCategoryListGrid {
	border-bottom: 1px solid #dcdcdc;
}

#AjaxLoading,
.OrderItemMessage,
.CurrencyList a.Sel,
.SharePublicWishList {
	background: #f4f4f4;
}

#socnet {

}



.ProductTinyImageList li {
	border: none !important;
}
.TinyOuterDiv {
	border: none !important;
}



#prodAccordion{
    border-top: 1px solid #e3e3e3;
}
#prodAccordion .Block h2 {
	border-bottom: 1px solid #e3e3e3;
	padding-right: 30px !important;
	position: relative;

}
#prodAccordion .Block h2 span {

    position: absolute;
top: 16px;
right: 0;
z-index: 1;
    height: 20px;
    width: 20px;
    margin: 0 0;
    text-align: center;
    text-indent: 0;
    text-transform: uppercase;
    display: block;

}
#prodAccordion .Block h2 span:after {
position: absolute;
top: 0;
left: 0;
z-index: 1;
display: block;
height: 20px;
width: 20px;
text-align: center;
font-family:'FontAwesome';
font-weight:normal;
font-style:normal;
content: '\f067';
}


#prodAccordion .current h2 span:after {
content: '\f068';
}
#prodAccordion .Block:last-child {
	border-bottom: 0px solid #f2f2f2;
}
.prodAccordionContent {

}

#TopMenu .phoneIcon {
        color:#026398;
}
#TopMenu .phoneIcon a {
 color:#d0d0d0;
 text-decoration: none !important;
}
/* For the currency chooser */
#Header .Center {
	position: relative;
		z-index: 2;
}
#HeaderLower {
	position: relative;
        text-align: center;
		z-index: 1;
}
#currency-chooser {
  clear: both;
  float: right;
  font-size: 11px;
  margin-top: 6px;
  text-transform: uppercase;
  position: relative;
  z-index:	10;
}
#currency-chooser .currency-info {
	float:left;
	margin-right: 5px;
	color: #b8b8b8;
}
#currency-chooser .currency-info span {
font-weight: 700;
}
#change-currency {
	color: #bccd5b;
	cursor: pointer;
	float: left;
}
#currency-chooser .currencies {
	background: #026398;
	display: none;
	margin-top: 30px;
	padding: 10px;
	position: absolute;
	right: 0px;
	z-index: 10;
	width: 168px;

	color: #fff;
}
#currency-chooser .currencies:before {
    background: url("//cdn10.bigcommerce.com/r-a695f2735dc41d03e6943cb3231dc475ca858e05/themes/Hipster/images/blue-up-arrow.jpg") repeat scroll 0 0 transparent;
    content: "";
    display: block;
    height: 8px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: -8px;
    width: 17px;
    z-index: 1;
}
#currency-chooser .currencies dd {
	background: transparent;
	border-bottom: 1px solid #1B72A2 !important;
}
#currency-chooser .currencies dd a {
	background: transparent;
	border: none;
	padding: 5px;
}
#currency-chooser .currencies dd a.Sel {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #666666;
}

.ProductPriceWrap {
	border:0;
        color: #464646;
        font-size: 22px;
        padding: 0 0 30px;
        margin:0;
}

.PrimaryProductDetails {

}

.PrimaryProductDetails .ProductThumbWrap {
	float:left;
 }

.PrimaryProductDetails .zoomPad img {
	border: 1px solid #f4f4f4;
	border-top: 0 none;
}


/* Gift Certificate
....................................................................... */
#SideAccountMenu li,
#GiftCertificatesMenu li {

}

.Block.YourAccount p {
	line-height:2.8ex;
}

/* Form fields */
input.field-xlarge,
select.field-xlarge {

}
select.field-xlarge {

}
.HorizontalFormContainer dt  {
	line-height: 28px;
	vertical-align: middle;
	padding: 0;
text-align:left;
}

.AccountOrdersList {
	list-style: none;
	margin: 0;
}
.AccountOrdersList > li {
	margin-top: 20px;
}
ul.top_custom_header li {
    color: #bccd5b;
}
.ProductImage.QuickView2.FeatProdImg img {  width: 100%;}
li.why_chose_bamboo_link {
    text-transform: uppercase;
    margin: 0 60px !important;
    display: block;
    overflow: hidden;
    padding: 0px !important;
}
/*body iframe {
    display: none;
    padding: 0px !important;
}*/
.google_plusone_iframe_widget { width: auto !important;}
span.wishlist_icon img {
    width: 20%;
    margin: 0 5px;
    line-height: 28px;
    padding-top: 2px;
}
div#HeaderLower {
    background: #bccd5b;
}
ul.top_custom_header li .phoneIcon {
    display: none !important;
}
li.why_chose_bamboo_link a {
    text-transform: uppercase !important;
}

.center_banner_text {
    width: inherit !important;
    margin: 0 auto;
    text-align: center;
    position: absolute !important;
    z-index: 1;
    transform: translateY(-50%);
    top: 45%;
}

.center_text_banner h1 {
    color: #fff;
    font-size: 55px;
    margin: 0px;
    padding: 0px;
}
.center_text_banner {
    background: rgba(188, 205, 91, 0.68);
    width: 520px !important;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 25px;
    display: inline-block;
}
.center_text_banner span {
    text-align: center;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    margin: 0px;
}
.center_text_banner a  {
    background: #bccd5b;
    display: -webkit-inline-box;
    padding: 9px 30px;
    margin-top: 35px;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bolder;
    margin-bottom: 0px !important;
}
span.contact_number_top {
    color: #bccd5b;
    font-size: 25px;
    position: absolute;
    line-height: 25px;
    font-weight: 700;
    top: 37%;
    left: 5%;
}
.banner_home_page_bottom {
    margin-bottom: 0px !important;
}
ul.feataured_updated_poducts li {
    border: solid 1px #e2e1e1;
    margin: 0 6px;
    min-height:515px;
  
    overflow: hidden;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #d2d2d2;
}
.ProductImage.QuickView2.FeatProdImg {
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    min-height: 300px;
}
.homeFeaturedProducts .flex-control-nav {
    display: none !important;
}
h2.ProductName a {
    color: #676767 !important;
    font-size: 13px;
    padding-top: 26px !important;
    display: block;
    text-transform: capitalize;
    line-height: 20px;
    font-weight: 300;
}
.CategoryDescription {
    padding-top: 25px;
}
.homeFeaturedProducts >.flex-direction-nav a {
    width: 40px;
    height: 70px;
       margin: -20px -30px;
    display: block;
    background: url(https://cdn6.bigcommerce.com/s-f0kl1/product_images/uploaded_images/button-banner.png?t=1477499860) no-repeat 0 0;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 1;
    -webkit-transition: all .3s ease;
}
.homeFeaturedProducts >.flex-direction-nav a.flex-prev {
    transform: rotate(180deg) !important;
}
.flex-direction-nav a {
  transform: rotate(0deg)  !important;
}
.homeCategorySections .BlockContent {
    margin: 0px !important;
}
.category_section_products {
    width: 100%;
    display: block;
    padding: 01px 0px;
}
.category_section_products .text_updated_category {
    width: 40%;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    background: #8d7e79;
    height: 463px;
margin-left: -4px;
}
.category_section_products .image_updated_category {
    width: 60%;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    background-image: url(https://cdn6.bigcommerce.com/s-f0kl1/product_images/uploaded_images/banner-category-furniture-01.jpg?t=1477588495);     background-size: cover; 
    height: 463px;
}


.category_section_products .image_updated_category {
    width: 60%;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    height: 463px;
}
.category_section_products .banner_bedding {
    background-image: url(https://cdn6.bigcommerce.com/s-f0kl1/product_images/uploaded_images/banner-category-beddiing-02.jpg?t=1477593934);  background-size: cover;
}



.category_section_products .image_updated_category {
    width: 60%;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    height: 463px;
}

.category_section_products .mats_bedding {
    background-image: url(https://cdn6.bigcommerce.com/s-f0kl1/product_images/uploaded_images/banner-category-rugs-03.jpg?t=1477593932);     background-size: cover; 
}

.text_category_center {
    border: solid 1px #fff;
    margin: 25px;
    padding-top: 25px;
}
.text_category_center h1 {
    background: #323232;
    display: -webkit-inline-box;
    padding: 6px 40px;
    color: #fff;
    font-weight: 300;
    font-size: 24px;
}
.text_category_center p {
    color: #000000;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 22px;
    padding: 17px 35px;
    overflow: hidden;
    display: block;
}
.text_category_center span a {
    color: #ffffff;
    background: #323232;
    padding: 18px 33px;
    text-transform: uppercase;
    margin-bottom: 29px;
    font-size: 14px;
    text-decoration: none;
}
.text_category_center span {
    margin-bottom: 50px;
    clear: both;
    display: block;
}
.homeSlideBox1 .Block {
    width: 100% !important;
}
.Block.BlockContent.banner_home_page_bottom p {
    margin: 0px !important;
    padding: 0px !important;
}
ul.slides.feataured_updated_poducts li {
    width: 262.5px !important;
}
.category_section_products.display_responsive {
    display: none;
}
@media only screen and (max-width: 1366px) {
.category_section_products .text_updated_category {
    width: 40%;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    background: #8d7e79;
    height: auto;
    margin-left: -4px;
}
.category_section_products .image_updated_category {
    width: 60%;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    height: 463px;
}
}
@media only screen and (max-width: 1599px) {
#FooterUpper .Column {
    width: 20%;
    padding-bottom: 25px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    padding-left: 3%;
}
#SearchForm {
    right: 34px;
}
#Footer {
    padding: 15px 14px;
 }
li.blogRightAlignment.parent {
    right: 24px;
}
}


@media screen and (max-width:1199px) {

}
@media screen and (max-width:1025px) {
.featuredSection {  margin: 0 auto;  width: 85%;}
.homeFeaturedProducts > .flex-direction-nav a { margin: -20px 65px;}
}

@media only screen and (max-width: 1024px) {
li.why_chose_bamboo_link { margin: 0 20px !important;}
.category_section_products .image_updated_category { height: 551px;}
}

@media screen and (max-width:991px) {
.featuredSection { margin: 0 auto; width: 80%;}
.homeFeaturedProducts > .flex-direction-nav a { margin: -20px 15px;}
}

@media only screen and (max-width: 768px) {

.Content .ProductList li.item{width: 31% !important;}
li.blogRightAlignment.parent { right: 20px;}
.center_banner_text {
    margin-left: 0px !important;
}
div#TopMenu {
    display: none;
}
div#TopMenu {
    display: none;
}
.category_section_products.display_desktop {
    display: none;
}
.category_section_products.display_responsive {
    display: block;
}

li.blogRightAlignment a {
    color: #333333;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 32px;
}
span.contact_number_top {
    display: none;
}
.center_text_banner {
    width: 100% !important;
    padding: 25px 0px;
}
.center_text_banner h1 {
    font-size: 28px;
    text-align: center;
}
#FooterUpper .Column {
    width: 41%;
    padding-bottom: 25px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    padding-left: 3%;
    margin-bottom: 45px;
}
.center_banner_text {
    margin-left: 0px !Important;
}
#SimilarProductsByCustomerViews .ProductList li {
    width: 31%!important;
}

.category_section_products .text_updated_category {
    width: 100%;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    background: #8d7e79;
    height: auto;
    margin-left: -4px;
}
.category_section_products .image_updated_category {
    width: 100%;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    height: 463px;
}

}
@media screen and (max-width:767px) {
.featuredSection { margin:inherit; width:inherit;}
ul.slides.feataured_updated_poducts li { width: 414px !important;}
}

@media screen and (max-width:640px) {}
@media screen and (max-width:479px) {
ul.slides.feataured_updated_poducts li { width:259px !important;}
}
@media screen and (max-width:320px) {}



/*************15-12-16*************/
.category_section_products {
  display: inline-flex;
}
.category_section_products .text_updated_category {
  box-sizing: border-box;
  display: table;
  height: 463px;
  padding: 25px;
  margin-left:0;
}
.text_category_center {
  border: 1px solid #fff;
  display: table-cell;
  vertical-align: middle;
}
