/** 
 * Envy 
 *
 * Last update: 	June 7th 2012
 * Version:     	1.0
 * Designed by: 	WeTheme (http://www.wetheme.com)
 */

body{
	font-family: 'Helvetica Neue', Helvetica, Verdana, Sans-serif;
	background-color: #fff;
}

a{
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	-ms-transition: color .2s ease;
	transition: color .2s ease;
	color: #ed252e;
}

a:hover,
a:focus{
	color: #ed252e;
}

strong, b{
	font-weight: bold;
}

em, i{
	font-style: italic;
}

h1, h2, h3, h4, h5, h6, .custom-font{
	font-family: 'Montserrat',sans-serif;
}

#page-layout{
	position: relative;
}

.clear{
	clear: both;
}

/* Homepage Styles */

#customer-top-header{
	background-color: #333333;
    color: #FFFFFF;
    padding: 10px 0;
    text-transform: uppercase;
}

#customer-top-header ul{
	margin-bottom: 0px;
}

#customer-top-header ul li{
	display: inline;
	margin-right: 20px;
}

#customer-top-header h4{
	font-size: 12px;
    color: #FFFFFF;
	display: inline;
}

#customer-top-header a{
	color: #fff;
	-moz-transition: color 0.2s ease;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	-ms-transition: color .2s ease;
	transition: color .2s ease;
    color: #AAB1B4;
    text-decoration: none;
    text-transform: uppercase;
}

header#site-header{
	background-color: #ffffff;
	color: #868686;
	font-size: 12px;
	line-height: 12px;
	padding: 10px 0;
	z-index: 10000;
	position: relative;
}

.dropdown-menu{
	background-color: #252525;
	border: 0px;
}

header#site-header nav{
	line-height: 44px;
}

header#site-header a{
	color: #868686;
	text-decoration: none;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	-ms-transition: color .2s ease;
	transition: color .2s ease;
	text-transform: uppercase;
}

h1#site-title{
	font-style: ;
	font-size: 36px;
  	color: #ffffff;
	margin: 0px;
	line-height: 52px;
}

.dropdown-menu li a{
	color: #acacac !important;
}

.dropdown-menu li a:hover{
	background: none;
	color: #fff !important;
}

ul.slides li .container{
	position: absolute;
    bottom:450px;
}

#site-title a{
	text-decoration: none;
	color: #ffffff !important;  
} 

#site-title a:hover{
	color: #ebebeb !important;
}

.basket-wrapper{
	margin-left: 30px;
}

.add-link-list-config{
	border-bottom: 1px dotted #999999;
    border-top: 1px dotted #999999;
    color: #999999;
    font-size: 14px;
    font-style: italic;
    margin: 20px 0;
    padding: 20px 0;
    text-align: center;
}

.navbar{
	margin-bottom: 0px;
}

.nav > li > a:hover,
.nav > li > a:focus{
	background: none !important;
}

.dropdown-menu{
	font-size: 12px;
}

#site-header .nav .caret{
	border-bottom-color: #AAB1B4;
	border-top-color: #AAB1B4;	
}

.navbar-toggle{
	background: #fff;
}

.navbar-toggle .icon-bar{
	background: #AAB1B4;
}

ul.featured-products{
	padding-left: 0px;
}

ul.featured-products li{
	list-style-type: none;
	margin-bottom: 20px;
}

.basket-count{
	background: none repeat scroll 0 0 #868686;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin-left: 10px;
    text-align: center;
    width: 22px;
}

.nav-wrapper{
	text-align: left;
}

/* Cart Styles */

#cart-brief{
	position: absolute;
	right: 10px;
	top: 0;
}

.cart-link a{
	display: block;
	padding: 14px;
	background-color: #ebebeb;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;	
	-webkit-transition: background-color .4s ease;
	-moz-transition: background-color .4s ease;
	-o-transition: background-color .4s ease;
	-ms-transition: background-color .4s ease;
	transition: background-color .4s ease;
	position: relative;
	z-index: 10000;
}

.cart-link a:hover{
	background-color: #fff799;
}

.cart-link .cart-item-count{
	float: left;
	font-size: 40px;
	font-weight: bold;
	padding: 0 15px 0 2px;
}

.cart-item-count,
.cart-item-price{
	font-size: 60px;
    line-height: 60px;
    padding: 10px;
    color: #bfbfbf;
    font-weight: bold;
}

.cart-item-count-text,
.cart-item-price-text{
	padding: 0 10px;
	color: #bfbfbf;
	text-transform: uppercase;
}

#minicart{
	position: relative;
}

#minicart .col-md-3,
#minicart .col-md-6{
	height: 100px;
}

#minicart-wrapper #minicart{
	padding: 20px 0;
}

.view-cart-mini{
	position: absolute;
    bottom: 10px;
    right: 10px;
}

.view-cart-mini a{
    margin-bottom: 0px;	
}

#minicart-wrapper{
	background: #ebebeb;
}

.mailing-list-footer .btn{
	background: #929292;
	border: 0;
	color: #252525;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
}

/* Slider Styles */

.flexslider{
	margin-bottom: 0px;
}

.flexslider-container{
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.slider-caption{
	position: absolute;
	bottom: 20px;
	left: 20px;
	background-color: #ed252e;
	opacity: 0.9;
	color: #252525;
	font-size: 30px;
	padding: 20px;
	color: #fff;
}

.slider-caption h6{
	font-size: 18px;
	opacity: 0.5;
	text-transform: uppercase;
}

.slider-caption h3{
	font-size: 36px;
	text-transform: uppercase;
	margin-top: 10px;
}

.slider-caption p{
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}

.slider-caption a{
	text-decoration: none;
}

.bottom-slider-caption{
	
}

.bottom-slider-caption h3{
	margin: 0px;
	font-size: 14px;
	opacity: 0.9;
}

.bottom-slider-caption-1{
	background-color: #ed252e;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
}

/* Product Grid Styles */

ul.product-grid{
	margin-top: 20px;
}

ul.featured-products img,
ul.product-grid img{
	max-width: 100%;
}

.indiv-product-wrapper{
	margin-top: 50px;
}

.indiv-product{
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.indiv-product-title-box{
	background: #ed252e;
	color: #fff;
	padding: 20px;
}

.indiv-product-title-box h3{
	opacity: 0.5;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 0;
	font-size: 18px;
}

.indiv-product-title-box h1{
	text-transform: uppercase;
	margin-bottom: 0;
}

ul.featured-products div.hp-title,
ul.product-grid div.hp-title{
	font-size: 13.3px;
	line-height: 17px;
	text-align: center;
	background: #fff;
}

ul.featured-products div.hp-title a,
ul.product-grid div.hp-title a{
	text-decoration: none;
}

ul#product-nav{
	display: inline-block;
	z-index: 50;
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 12px;
	padding: 0 10px;
	text-align: center;
}

ul#product-nav li{
	display: inline;
	margin: 0 20px;
}
	
ul#product-nav a{
	color: #252525;
	padding: 12px 0 8px;
	text-decoration: none;
	text-transform: uppercase;
}

ul#product-nav a:hover{
	color: #AAB1B4;
}

ul#product-nav li ul{
	z-index: 10000;
}

ul#product-nav li ul li{
	margin-left: 0px;
}

ul#product-nav li ul li a{
	background-color: #fff;
	font-size: 12px;
	display: block;
	padding: 10px;
}

#product-nav-wrapper{
	border-bottom: 1px dotted #AAB1B4;
    border-top: 1px dotted #AAB1B4;
	margin-bottom: 10px;
	z-index: 10000;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	padding: 10px 0;
}

#product-nav-wrapper a{
	color: ;
}

#product-nav-wrapper .nav-pills > li{
	float: none;
	display: inline-block;
}

#product-nav-wrapper li.dropdown{
	text-align: left;
}

#product-nav-wrapper li.dropdown .caret{
	border-bottom-color: #AAB1B4;
	border-top-color: #AAB1B4;
}

header#site-header a:active,
header#site-header a:link,
header#site-header a:visited,
header#site-header a:hover{
	background: none;
}

.custom-logged-in-menu{
	padding-left: 0;
}
	
.title-bar{
	position: relative;
	margin-bottom: 20px;
}

.title-bar h2{
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	padding: 20px;
	background: #ed252e;
	display: inline-block;
	color: #fff;
	margin: 0;
}

.title-bar-sub{
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	padding: 10px;
	background: #333;
	color: #fff;
	display: inline;
	float: left;
	margin: 0;
}

.title-bar-sub-blog{
	background: none repeat scroll 0 0 #EBEBEB;
    color: #666666;
    display: inline;
    float: left;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 0;
    padding: 10px;
}

.title-bar-sub a{
	color: #fff;
	text-decoration: none;
}

.money{
	color: #959595;
	display: block;
	font-size: 16px;
	padding: 8px 0;
	text-align: center;
	width: 100%;
}

.compare-at-price{
	color: #898989;
	text-decoration: line-through;
}

.indiv-product-price{
	font-size: 48px;
	color: #ed252e;
	margin: 0;
}

.buy-form-left{
	line-height: 48px;
}

.buy-form-right{
	line-height: 48px;
	text-align: right;	
}

.buy-form-right .btn{
	background: #ed252e;
	color: #fff;
	text-transform: uppercase;
	border: 0;
}

.buying-options-wrapper{
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}

.article-indiv-header{
	margin-bottom: 60px;
}

.article-indiv-published-header{
	opacity: 0.5;
}

/* Homepage Styles */

#hp-one-promobox,
#hp-two-promoboxs,
#hp-three-promoboxs{
	margin-bottom: 20px;
}

.homepage-sub-header{
	font-size: 18px;
	text-transform: uppercase;
	color: #b6b6b6;
	margin-bottom: 50px;
}

#hp-latest-news ul,
#blog-latest-news ul{
	padding-left: 0px;
}

#hp-latest-news ul li,
#blog-latest-news ul li{
	list-style-type: none;
	display: inline-block;
}

#hp-latest-news ul li img,
#blog-latest-news ul li img{
	max-width: 100%;
}

#hp-latest-news h5,
#blog-latest-news h5{
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 20px;
}

#hp-latest-news h6,
#blog-latest-news h6{
	font-size: 13px;
	text-transform: uppercase;
	color: #959595;
	margin-top: 0;	
}

/* Footer Styles */

footer{
	background-color: #252525;
	padding: 10px 0;
	margin-top: 10px;
	color: #fff;
	text-align: center;
}

footer h3{
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	padding: 10px 0;
	color: #fff;
}

footer a{
	color: #aaaaaa;
	text-decoration: underline;
}

.bottom-footer{
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
	color: #999;
}

.bottom-footer a{
	color: #999;
	text-decoration: underline;	
}

.bottom-footer .omega{
	text-align: right;
}

#site-header .top-menu{
	text-align: left;
}

#site-header .top-menu ul li{
	line-height: 44px;
}

.links-footer ul{
	padding-left: 0px;
}

.links-footer ul li{
	list-style-type: none;
	padding-bottom: 7px;
}

.links-footer a{
	color: #aaa;
	text-decoration: none;
	text-transform: uppercase;
}

.links-footer a:hover{
	color: #fff;
}

#newsletter-signup .btn-default{
	margin-left: 5px;
}

#footer-payment-methods img{
	margin-bottom: 5px;
}

ul#sm-icons{
	padding-left: 0px;
}

ul#sm-icons li{
	list-style-type: none;
}

.bottom-footer .col-lg-3{
	text-align: right;
}

/* Blog Styling
 ---------------------------------------------------------------------*/

#blog-sidebar h3{
	border-bottom: 1px dotted #999999;
	font-size: 14px;
	margin: 0 0 20px;
	text-transform: uppercase;
}

#blog-sidebar ul li{
	list-style: none;
}

.entry-content img,
#blog_posts .twelve img{
	max-width: 100%;
}

#blog-categories li.active a{
	font-weight: bold;
}

#comment-form .success-msg{
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #E3EBC6;
    border-color: #C2D288;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    color: #8FA442;
	display: block;
    padding: 10px;
	margin-bottom: 20px;
}

#comment-form .error-msg{
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f8bba8;
    border-color: #bc3d16;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    color: #bc3d16;
	display: block;
    padding: 10px;
	margin-bottom: 20px;
}

#blog-author-bio{
	margin-bottom: 20px;
}

#blog-author-bio img{
	float: left;
	margin-right: 20px;
}

#comments ul li{
	list-style: none;
}

#comments ul li img{
	float: left;
	margin-right: 20px;
}

#comments ul li .comment-content{
	margin-top: 10px;
}

.article-previous-article a{
	float: left;
}

.article-next-article a{
	float: right;
}

.twtr-widget h3{
	border-bottom: 0px !important;
}

.cart-link h4{
	margin: 0px;
}

/* Search Styling
 ---------------------------------------------------------------------*/

form#search{
	width: 100%;
	text-align: right;
	margin-bottom: 0px;
}

#search_text{
	display: inline;
	margin-bottom: 0px;
	padding: 14px 10px;
	float: left;
	border-radius: 0px;	
	border: 0 none;
	font-style: italic;
	color: #AAB1B4;
}

#search_submit{
	margin-bottom: 0px;
	background: #252525 url('search-arrow.png') no-repeat scroll 7px center;
	border: 0 none;
	cursor: pointer;
	display: block;
	float: left;
	height: 44px;
	text-indent: -9999px;
	width: 20px;
	border-radius: 0px;
}

#search_submit:hover{
	background: #666 url('search-arrow.png') no-repeat 7px center;
}

#search-wrapper{
	display: inline-block;
}

#search_results .product-grid .page a{
	text-decoration: none;
}

#search_results .product-grid .page h3{
	font-size: 30px;
	line-height: 32px;
}

#search_results .product-grid .page h5{
	font-size: 12px;
	line-height: 16px;
}

#search_results .product-grid .product a{
	text-decoration: none;
	text-align: center;
}

#search_results .product-grid .product h3{
    font-size: 16px;
	line-height: 24px;
}

#search_results .product-grid .product h5{
    font-size: 12px;
	line-height: 16px;
}

#product-nav-wrapper ul.dropdown-menu li a,
#site-header ul.dropdown-menu li a{
	padding-top: 10px;
	padding-bottom: 10px;
}

.hp-title{
	padding-top: 20px;
}

ul.product-grid{
	padding-left: 0px;
}

ul.product-grid li{
	list-style-type: none;
	margin-bottom: 30px;
}

.product-grid-page-label{
	background: none repeat scroll 0 0 #EBEBEB;
	font-size: 11px;
    padding: 3px;
    position: absolute;
    right: -15px;
    text-transform: uppercase;
    top: -15px;
}

.no-results{
	color: #999999;
	font-size: 14px;
    font-style: italic;
    padding: 30px 0;
    text-align: center;
}

/* Contact
 ---------------------------------------------------------------------*/

ul#contact-form input[type="text"],
ul#contact-form input[type="email"],
ul#contact-form textarea{
	width: 80%;
}

.contact-form ul.error-list li{
	background-color: #F9E5E6;
	border-color: #F7C7C9;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    color: #B3696C;
    font-style: italic;
    padding: 10px;
    width: 80%;
}

.contact-form p.success-msg{
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #E3EBC6;
    border-color: #C2D288;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    color: #8FA442;
	display: block;
    padding: 10px;
}

/* Pagination
 ---------------------------------------------------------------------*/

.pagination{
	text-align: center;
	width: 100%;
}

.pagination .pagination-number{
	display: inline-block;
}

.pagination .pagination-number a:hover{
	color: #252525;
}

.pagination .pagination-number a{
    font-size: 16px;
    font-weight: 700;
    line-height: 12px;
    padding: 9px 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #c2c2c2;
}

.pagination .active a{
	font-size: 28px;
}

.pagination .disabled{
	display:none;
}

.pagination .next a,
.pagination .prev a{
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}

.pagination .prev{
	float: left;
	background: #c2c2c2;
}

.pagination .next{
	float: right;
	background: #c2c2c2;
}

/* Error 404
 ---------------------------------------------------------------------*/

.error-404-sorry{
	color: #999999;
	font-size: 14px;
    font-style: italic;
    padding: 30px 0;
    text-align: center;
}


/* Float Clearing
 ---------------------------------------------------------------------*/

.module:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* float clearing for IE6 */
* html .module
{
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
* + html .module
{
	min-height: 1%;
}

/* Breadcrumb Styles
 ---------------------------------------------------------------------*/

.breadcrumb{
	background: none;
	padding: 10px 0;
}

.breadcrumb ul{
	color: #A1A1A1;
	font-size: 12px;
	margin-bottom: 0;
	padding-left: 0;
}

.breadcrumb ul li{
	display: inline;
}

.breadcrumb ul li a{
	color: #A1A1A1;
}

.breadcrumb ul li a:hover{
	color: #000;
}

/* Page Styles
 ---------------------------------------------------------------------*/

.page ul{
}

.page ul li,
.post ul li,
.product ul li{
	list-style-position: inside;
	list-style-type: disc;
}

.page ol li,
.post ol li,
.product ol li{
	list-style-position: inside;
}

.page ol,
.post ol,
.product ol{
	margin-left: 0px;
}

.page table,
.post table,
#customer_orders table,
.product table{
    width: 100%;
}
.page table thead,
.post table thead,
#customer_orders table thead,
.product table thead{
    background: none repeat scroll 0 0 #EBEBEB;
}
.page table th,
.post table th,
#customer_orders table th,
.product table th{
    padding: 10px;
}
.page table td,
.post table td,
#customer_orders table td,
.product table td{
    border-bottom: 1px dotted #999999;
    padding: 10px;
}

.product .entry-content .eight{
	margin-bottom: 10px;
}

/* Notice Styles
 ---------------------------------------------------------------------*/

.alert{
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px 4px 4px 4px;
    color: #C09853;
    margin-bottom: 18px;
    padding: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform: capitalize;
	text-align: center;
}

.alert-danger, .alert-error{
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48 !important;
}

.alert-success{
	background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
}

.alert-info {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #3A87AD;
}

.alert-error h5,
.alert-error strong{
    color: #B94A48;	
}

/* Product Detail Page Styles
 ---------------------------------------------------------------------*/

#product_images .product-main-image{
	max-width: 100%;
	text-align: center;
}

.product-out-of-stock{
	color: #999999;
	font-size: 14px;
	font-style: italic;
	padding: 20px 0;
	margin: 20px 0;
	text-align: center;
	border-bottom: 1px dotted #999999;
    border-top: 1px dotted #999999;	
}

#product-thumbnails{
	margin-top: 20px;
}

#product-thumbnails li img{
	max-width: 100%;
}

.product-images{
	position: relative;
}

.fb-comments, .fb-comments iframe[style], .fb-comments span[style] {width: 100% !important;}

/* Cart Page Styles
 ---------------------------------------------------------------------*/

#cartform table{
	width: 100%;
}

#cartform thead{
	color: #777777;
	font-size: 12px;
	text-transform: uppercase;
}

#cartform table tr{
	height: 50px;
}

#cartform table tr td{
	vertical-align: middle;
}

#cartform table input{
	margin: 0;
	max-width: 40px;
	text-align: center;
	display: inline;
}

#cartform thead tr th{
	padding: 10px 0;
}

#cartform thead tr th.product-title{
	text-align: left;
}

#cartform a.delete-button{
	background: url('http://cdn.shopify.com/s/files/1/0384/2897/t/3/assets/delete.png?225');
	width: 24px;
	height: 24px;
	display: block;
	text-decoration: none;
	background-position: 0 24px;
}

#cartform a.delete-button:hover{
	background-position: 0 0;
}

#cartform

.empty-cart{
	color: #999999;
	font-size: 14px;
	font-style: italic;
	padding: 30px 0;
	text-align: center;
}

h1.cart-header{
	color: #999999;
	font-size: 30px;
	padding: 10px 0;
	text-transform: uppercase;
}

#checkout-buttons{
	text-align: right;
}

.cart-table-price,
.cart-table-quantity,
.cart-table-line-price{
	text-align: center;
}

#cart-total-header{
	background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    display: inline;
    float: right;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 0;
    padding: 10px;
    text-transform: uppercase;	
}

#cart-total-final-price{
	background: none repeat scroll 0 0 #FFFFFF;
	clear: left;
	display: inline;
	float: right;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 0;
	padding: 10px;
	text-transform: uppercase;
}

/* Collection Page
 ---------------------------------------------------------------------*/

#collection-description{
	background: #f5f5f5;
}

#collection-description img{
	float: left;
	padding: 0 30px 0 0;
}

.description-content{
	font-size: 14px;
	text-transform: uppercase;
}

.collection-header-wrapper{
	position: relative;
}

.collection-header-box{
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.collection-indiv-header{
    color: #B6B6B6;
    font-size: 18px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.collection-header-box h2{
	margin-top: 0;
	margin-bottom: -5px;
	font-size: 80px;
}

.collection-header{
	margin-bottom: 0px !important;
}

#collections-listing .indiv-product img{
	width: 100%;
}

#collections-listing .indiv-product h3{
	margin-bottom: 0px;
}

#collections-listing .indiv-product h3 a{
	color: #252525;
	text-decoration: none;
	text-transform: uppercase;
    display: block;
    font-size: 16px;
    padding: 8px 0;
    text-align: center;
    width: 100%;
}

#collections-listing .indiv-product small{
	color: #999;
    display: block;
    font-size: 16px;
    padding: 8px 0;
    text-align: center;
    width: 100%;
	font-style: italic;
}

.sale-badge{
 	background-color: #ed252e;
    opacity: 0.80;
	filter:alpha(opacity=80);
    border-radius: 40px 40px 40px 40px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    padding: 17px 10px;
    position: absolute;
    text-transform: uppercase;
	left: -20px;
    top: -20px;
    z-index: 10000;
	transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
}
	
.product-tags-wrapper{
	position: relative;
	margin: 30px 0;
}


.product-tags li a{
    -moz-user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.product-tags li a{
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    color: #333333;
	text-decoration: none;
}

.product-tags li a:hover{
	background-color: #ed252e;
	border-color: #ed252e;
	color: #FFFFFF;
}

.product-tags li.active a{
	background-color: #ed252e;
	border-color: #ed252e;
	color: #FFFFFF;
}

.product-tags li.active a:hover{
	text-decoration: line-through;
}

.product-tags-wrapper ul{
	margin-bottom: 0;
	padding-left: 0;
}

ul.product-tags li{
	float: left;
    margin: 0 5px 0 0;
    list-style-type: none;
}

ul#product-thumbnails{
	padding-left: 0px;
}

ul#product-thumbnails li{
	list-style-type: none;
}

.product-description-header{
	margin-top: 0px;
	margin-bottom: 30px;
}

.selector-wrapper select{
	display: block;
	margin-bottom: 20px;
}

.selector-wrapper label{
	color: #AAB1B4;
	text-transform: uppercase;
	font-size: 12px;
}

.product-description-wrapper{
	margin-top: 30px;
	line-height: 22px;
}

.indiv-product-thumbnails{
	background: #ebebeb;
}

.indiv-product-additional-header{
	text-align: center;
}

.indiv-product-thumbnails #product-thumbnails li{
	margin-bottom: 30px;
}

.indiv-product-additional-header span{
	background: #ebebeb;
	display: inline-block;
	padding: 20px 40px;
	margin-top: 20px;
	font-size: 14px;
	color: #959595;
	text-transform: uppercase;
}

.related-products-indiv-header{
	color: #B6B6B6;
    font-size: 18px;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 50px;
}

.single-option-selector{
	min-width: 50%;
}

.collection-header-wrapper{
	background-position: center center;
	height: 300px;
}

#product-thumbnails li .indiv-inner-wrapper{
	position: relative;
}

#product-thumbnails li .fade-caption{  
    background-color: rgba(0,0,0,0.8);  
    position: absolute;  
    color: #fff; 
    z-index: 100;  
    -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;  
    left: 0;
    top: 0;
    opacity: 0;  
    width: 100%;  
    height: 100%;  
    text-align: center;
    font-size: 24px;
	background: #ed252e;
	padding-top: 100px;
	text-transform: uppercase;
}  


#product-thumbnails li:hover .fade-caption{  
    opacity: 0.9;
}

#sharing{
	margin-top: 20px;
	padding-bottom: 20px;
}

#collections-listing ul{
	padding-left: 0px;
}

#collections-listing ul li{
	list-style-type: none;
}

#cartform thead th{
	text-align: center;
}

.cart-bottom-box{
	margin-top: 20px;
	margin-bottom: 10px;
}

#customer-login{
	margin-bottom: 20px;
}

.blog-main ul{
	padding-left: 0px;
}

.blog-main ul li{
	list-style-type: none;
}

#comments ul{
	padding-left: 0px;
}

#comments ul li{
	margin-bottom: 10px;
}

#blog-sidebar ul{
	padding-left: 0px;
	margin-bottom: 20px;
}

/* Customer Account Styling
 ---------------------------------------------------------------------*/

.default_address_container{
	padding: 10px;
	background-color: #ebebeb;
	position: relative;
}

#address_tables .button a{
	text-decoration: none;
}

.default_address_container h3{
	width: 70%;
}

.default_address{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 10px;
	background-color: #333;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}

.customer_address_table{
	width: 100%;
}

.address_table{
	margin-bottom: 20px;
}

.customer_address_table input{
	margin: 0px;
}

table#order_details{
	width: 100%;
}

table#order_details thead{
	background-color: #eee;
}

#order_payment p.order-status,
#order_shipping p.order-status{
	font-weight: bold;
}

#order_payment p.order-status .status,
#order_shipping p.order-status .status{
	text-transform: capitalize;
}

.customer_address_table td{
	vertical-align: middle;
	padding: 5px 0;
}

.customer_address_table td select{
	margin: 0px;
}

.activate-account{
	text-align: center;
}

.activate-account input[type="password"]{
	display: inline;
}

.status_authorized,
.status_unfulfilled,
.status_voided,
.status_restocked{
	text-transform: capitalize;
}

#order_details td {
    padding: 5px;
}

.activate-account .action_bottom{
	margin: 20px 0;
}

.activate-account #password_confirm{
	margin-top: 20px;
}

#create-customer .large_form{
	margin-bottom: 20px;
}

#create-customer .action_bottom{
	margin-bottom: 15px;
	text-align: center;
}

.reset-password .form-row{
	margin-bottom: 20px;
}

.reset-password .action_bottom{
	margin-bottom: 15px;
	text-align: center;
}

.label{
	color: #000;
}

/* Social Media Icons
 ---------------------------------------------------------------------*/

ul#sm-icons li{
	display: inline-block;
	margin: 0 8px;
}

ul#sm-icons li a{
	width: 40px;
	height: 40px;
	display: block;
	text-decoration: none;
	background-position: 0px -32px;
	-moz-transition: all 0.15s ease-in-out 0s;
	-webkit-transition: all 0.15s ease-in-out 0s;
	-o-transition: all 0.15s ease-in-out 0s;
	-ms-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

.alpha{
	clear: both;
}

.homepage-featured-box{
    background-color: #ed252e;
    bottom: -20px;
    color: #FFFFFF;
    font-size: 30px;
    opacity: 0.9;
    padding: 20px;
    position: absolute;
    right: 20px;
    width: 60%;
}

.homepage-featured-box h5{
	font-size: 18px;
	text-transform: uppercase;
	opacity: 0.5;
	margin-bottom: 0;
}

.homepage-featured-box h3{
	font-size: 36px;
	margin-top: 10px;
	text-transform: uppercase;
	margin-top: 0;
}

.homepage-featured-box a{
	float: right;
	background: #fff;
	border: 0;
	color: #ed252e;
}

/* IE Styling */

.ie body{

}

.ie header{
	background-color: #00ff00 !important;
	height: 60px;
}

.ie #search-wrapper{
	height: 44px;
	display: block;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

.comment-form{
	clear: both;
}

/* CSS Fix for Max-Width of Ad Styling */

#hp-three-promoboxs img,
#hp-two-promoboxs img,
#hp-one-promobox img { 
  max-width: 100% 
}

.clearcolumn{
	clear: both;
}



.flexslider{
	overflow: hidden;
}

.multiple-variant-buy{
	position: absolute;
	bottom: 0;
	right: 0;
}

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#cboxOverlay{background:#ed252e;}
#cboxClose{position:absolute; bottom:0; right:0; background: none; width:100%; height:100%; text-indent: -999999px; border: 0;}

/* Sticky Footer */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}
footer, .push {
	height: 200px; /* .push must be the same height as .footer */
}

footer .form-control{
	width: 50%;
	display: inline-block;
}