/** Shopify CDN: Minification failed

Line 2239:17 Expected identifier but found whitespace
Line 2239:30 Unexpected ";"

**/
/***********************************************************

1. CSS RESET

2. VARIABLES
2.1 GRADIENTS
2.2 CSS3 TRANSITIONS

3. GLOBAL THEME STYLES

4. TYPOGRAPHY
4.1 HEADINGS
4.2 PARAGRAPHS & LISTS
4.3 LINKS
4.4 PRODUCT ATTRIBUTES (name, description, price)
4.5 RTE

5. FORMS & COMPONENTS
5.2 ALERTS
5.3 BUTTONS

6. GLOBAL PAGE LAYOUT

7. SIDEBAR CONFIGURATION

8. MAIN PAGE
8.1 HEADER
8.2 NAVIGATION
8.3 NIVOSLIDER
8.4 SHOWCASE
8.5 MAIN PRODUCT LISTING
8.6 FOOTER

9. COLLECTION PAGES
9.1 PAGES CONTENT
9.2 BREADCRUMBS
9.3 COLLECTION LISTING
9.4 PAGINATION

10. SIDEBAR WIDGETS
10.1 LINKS LIST
10.2 SIDEBAR PRODUCT LISTING

11. SEARCH RESULTS PAGE

12. PRODUCT PAGE
12.1 PRODUCT IMAGES
12.2 PRODUCT INFO
12.3 PRODUCT PAGINATION
12.4 RELATED PRODUCTS

13. BLOG
13.1 POSTS LISTING
13.2 SINGLE POST

14. CUSTOMER PAGES
14.1 LOG IN
14.2 ACCOUNT
14.3 ADDRESSES
14.4 ORDERS

15. CART PAGE
15.1 CART PRODUCTS
15.2 GUEST CHECKOUT

16. CONTACTS PAGE

***********************************************************/



/* 1. CSS RESET ************************************************************************** */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea, button
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none !important;
	vertical-align: top;
	background: transparent;
	font-weight: normal;
	line-height: 1.5em;
}

ol, ul {
	list-style:none;
}
a, span {
	vertical-align:baseline;
}
b, strong {
	font-weight: bold;
}
i, dfn {
	font-style: italic;
}

img {
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	 	font-family: "Roboto", Arial, sans-serif;
	 
}

/* 2. VARIABLES ***************************************************************************/

/* 2.1 GRADIENTS */






















/* 2.2 CSS3 TRANSITIONS */






/* 3. GLOBAL THEME STYLES ***************************************************************************/

/* hiding placeholder text on focus in webkit, thanks to http://www.kolodvor.net/2012/03/23/webkit-placeholder-attribute-behavior */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}



/* clearfix - nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}



/* utility classes: hidden, float left, float right, etc. */
.hidden,
.visuallyhidden {
	display: none;
}
 
.left {
	float: left;
}
.right {
	float: right;
}



/* custom selects global styles */
.customselect_wrap {
	position: relative;
	cursor: pointer;
}
.customselect_wrap select {
	margin: 0;
	padding: 0;
	border: none;
	z-index: 100;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	}
.customselect_wrap span.customSelect {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	}



/* 4. TYPOGRAPHY ***************************************************************************/




body {
	font-family: Roboto;
	font-size: 15;
	color: #000000;
}



/* 4.1 HEADINGS */



.column_center h1,
.column_center h2,
.column_center h3,
.column_center h4,
.column_center h5,
.column_center h6 {
	margin: 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #890404;
	font: 25PX Roboto;
	color: #890404;
	text-transform: uppercase;
}

.column_center h2,
.column_center h3,
.column_center h4 {
	font-size: 15px;
}

.column_center h5,
.column_center h6 {
	font-size: 13px;
}

.column_center .page_heading a {
	float: right;
}

.column .widget h3.widget_header,
.column_center .page_heading {
	font: 25PX Roboto;
	color: #ffffff;
	display: block;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,0);
	
background: #890404;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #890404 0%,#000e34 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#890404), color-stop(100%,#000e34));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #890404 0%, #000e34 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #890404 0%,#000e34 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #890404 0%,#000e34 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #890404 0%,#000e34 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#890404', endColorstr='#000e34',GradientType=0 );
	 /* IE6-8 */
;
	-webkit-box-shadow: inset 0px 0px 0px 1px #a73333;
	-moz-box-shadow: inset 0px 0px 0px 1px #a73333;
	box-shadow: inset 0px 0px 0px 1px #a73333;
	border-radius: 3px;
	padding: 6px 16px 11px 16px;
  	text-transform: none;
}

.column_center .page_heading,
.column .widget_best_sellers h3.widget_header {
  	font-weight: bold;
  	border: 1px solid #ba3434;
	color: #a73333;
	-webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
	-moz-box-shadow: inset 0px 0px 0px 1px #ffffff;
	box-shadow: inset 0px 0px 0px 1px #ffffff;
	
background: #ffffff;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #ffffff 0%,#c2bdbd 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c2bdbd));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #ffffff 0%, #c2bdbd 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #ffffff 0%,#c2bdbd 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #ffffff 0%,#c2bdbd 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #ffffff 0%,#c2bdbd 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c2bdbd',GradientType=0 );
	 /* IE6-8 */
;
  	margin-top: 30px;
}


/* 4.2 PARAGRAPHS & LISTS */
p {
	margin: 10px 0;
	padding: 0;
}

.column_center ul {
	list-style-type: square;
	list-style-position: inside;
}
.column_center ol {
	list-style-type: decimal;
	list-style-position: inside;
}



/* 4.3 LINKS */
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover, a:focus {
	color: #c2bdbd;
}



/* 4.4 PRODUCT ATTRIBUTES (name, description, price) */
.product_name {
	font-weight: bold;
	font-size: 15PX;
	color: #000000;
}
.product_name a {
	font-weight: bold;
	color: #000000;
}
.product_name a:hover {
	color: #2157e7;
}

.product_desc {
	font-size: 15PX;
	color: #000000;
}

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



/* 4.5 RTE */
.rte {
	margin-top: 15px;
	margin-bottom: 15px;
	color: inherit;
}

.rte a {
	color: inherit;
	text-decoration: underline;
}
.rte a:hover {
	text-decoration: none;
}

.rte h1 {
	font-size: 19px;
}
.rte h2 {
	font-size: 17px;
}
.rte h3 {
	font-size: 16px;
}
.rte h4 {
	font-size: 14px;
}
.rte h5 {
	font-size: 13px;
}
.rte h6 {
	font-size: 12px;
}

.rte img {
	margin-top: 15px;
	margin-bottom: 15px;
}



/* 5. FORMS & COMPONENTS ***************************************************************************/

/* 5.1 FORMS */
label {
	font-weight: bold;
	font-size: 15;
}

select,
select.form-control,
textarea,
textarea.form-control,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="telephone"] {
	padding: 6px;
	border:1px solid #7c1717;
	font: normal 13px 'Arial';
	color: #000000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 0;
	box-shadow: none;
	}

select,
select.form-control {
	padding: 8px 3px;
}

textarea,
textarea.form-control {
	min-width: 100%;
	max-width: 100%;
	min-height: 100px;
	 height: 100px;
}

.form-control:focus {
	border-color: #aaa;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
	}


.form-group {
	vertical-align: top !important;
	margin-top: 15px;
	margin-bottom: 0;
}

.form-horizontal label {
	padding-top: 0 !important;
	text-align: right;
	line-height: 34px;
}
.form-horizontal select {
	width: 100%;
}

.action_bottom span.note {
	margin-left: 5px;
}
.action_bottom span.note a {
	margin-left: 5px;
}



/* 5.2 ALERTS */
.alert {
	margin: 15px 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	}

.alert > p,
.alert > ul,
.alert > ol {
	list-style-type: none;
	margin: 0;
}

.alert > p + p,
.alert > ul + ul {
	margin: 10px 0 0 0;
}


/* 5.3 BUTTONS */
.btn,
.btn a,
.btn-info,
.btn-primary {
    position: relative;
  	display: inline-block;
  	margin-top: 10px;
	text-decoration: none;
	border-radius: 3px;
	padding: 8px 16px 12px 16px;
	-webkit-box-shadow: inset 0px 0px 0px 1px #a73333;
	-moz-box-shadow: inset 0px 0px 0px 1px #a73333;
	box-shadow: inset 0px 0px 0px 1px #a73333;
	font: 16px Roboto;
	color: #ffffff;
	border: 1px solid rgba(0,0,0,0);
	
background: #890404;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #890404 0%,#000e34 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#890404), color-stop(100%,#000e34));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #890404 0%, #000e34 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #890404 0%,#000e34 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #890404 0%,#000e34 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #890404 0%,#000e34 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#890404', endColorstr='#000e34',GradientType=0 );
	 /* IE6-8 */
;
}

.btn a {
	padding: 0 !important;
	border: none !important;
  	display: inline;
  	box-shadow: none;
}
.btn-cart {
	padding-left: 58px;
}
.btn-cart i {
	position: relative;
  	height: 44px;
  	width: 44px;
  	text-align: center;
	font-size: 25px;
	font-weight: bold;
	line-height: 40px;
	display: inline-block;
	float: left;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
	border: 1px solid #830101;
	
background: #463d3d;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #463d3d 0%,#000000 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#463d3d), color-stop(100%,#000000));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #463d3d 0%, #000000 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #463d3d 0%,#000000 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #463d3d 0%,#000000 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #463d3d 0%,#000000 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#463d3d', endColorstr='#000000',GradientType=0 );
	 /* IE6-8 */
;
	color: #ffffff;
  	border-radius: 3px 0px 0px 3px;
}
.btn-cart {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
  	padding: 0px;
  	max-height: 44px;
}
.btn-cart span {
  	display: inline-block;
  	padding: 8px 16px 10px 16px;
	border-radius: 0px 3px 3px 0px;
  	overflow: hidden;
	-webkit-box-shadow: inset 0px 0px 0px 1px #a73333;
	-moz-box-shadow: inset 0px 0px 0px 1px #a73333;
	box-shadow: inset 0px 0px 0px 1px #a73333;
	border: 1px solid rgba(0,0,0,0);
}

.btn:hover,
.btn:hover a,
.btn-info:hover,
.btn-primary:hover,
.btn-cart:hover {
  	
background: #000000;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #000000 0%,#0b0b0b 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#0b0b0b));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #000000 0%, #0b0b0b 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #000000 0%,#0b0b0b 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #000000 0%,#0b0b0b 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #000000 0%,#0b0b0b 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0b0b0b',GradientType=0 );
	 /* IE6-8 */
;
  	color: #ffffff;
}
.btn:focus {
  	color: #ffffff !important;
}
.btn.details {
 	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #830101;
  	background: none;
  	border: 0px;
  	box-shadow: none;
  	padding: 0px;
  	margin-top: 12px;
}
.btn.details:after {
	position: relative;
	display: inline-block;
	content: "\f0da";
	font-size: 15px;
	color: #a73333;
	margin: 0 0 0 6px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.btn.details:hover:after {
	  	color: #a73333;
	}
.btn.details:hover {
	 color: #a73333;
}

/* 6. GLOBAL PAGE LAYOUT ***************************************************************************/

html, body {
	height: 100%;
}
body {
	 min-width: 300px;
}

#wrapper {
	
	background-color: #ffffff;
	
  	position: relative;
	}
.bg-1 {
	position: absolute;
	top: 0;
	left: 0;
  	bottom: 0px;
	right: 0;
	max-height: 1342px;
 	
background: #191919;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #191919 0%,#000000 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#191919), color-stop(100%,#000000));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #191919 0%, #000000 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #191919 0%,#000000 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #191919 0%,#000000 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #191919 0%,#000000 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191919', endColorstr='#000000',GradientType=0 );
	 /* IE6-8 */
;
  	z-index:0;
 
}

#wrapper2 {
  	overflow: hidden;
  	position: relative;
}
.container {
	padding: 0;
}

#main {
	margin-top: 0px;
}

#main_content,
.column .widget {
	margin-bottom: 30px !important;
}

.main_inside {
 	width: 1230px;
  	margin: 0 auto;
  	padding-top: 30px;
  	background: #ffffff;
}


/* 7. SIDEBAR CONFIGURATION ***************************************************************************/

/* NO SIDEBAR */


/* LEFT SIDEBAR */
.sidebar_left .column_center {
	width: 100%;
}
.sidebar_left .column_center #main_content {
	margin: 0 0 0 25%;
}
.sidebar_left .column_left {
	margin-left: -100%;
}


/* RIGHT SIDEBAR */

/* BOTH SIDEBARS */
.sidebar_both .column_center {
	width: 100%;
}
.sidebar_both .column_center #main_content {
	margin: 0 25%;
}
.sidebar_both .column_left {
	margin-left: -100%;
}
.sidebar_both .column_right {
	margin-left: -25%;
}


/* NOSIDEBAR PAGES */
.sidebar_off .column_center #main_content {
	margin: 0;
}



/* 8. MAIN PAGE ***************************************************************************/

/* 8.1 HEADER */
.header_inside {
	width: 1230px;
  	margin: 0 auto;
}


#logo {
	margin-top: -23px;
  	float: left;
}
#logo a img {
	display: block;
	margin-bottom: 1px;
  	max-width: 90%;
}
#logo a span {
	display: block;
	font-size: 14px;
	line-height: 16px;
	text-shadow: 1px 1px #830101;
;
	color: #ffffff;
  	transition: all .4s ease;
}
#logo a:hover span {
  color: #a73333;
}

.header_top {
 	text-align: right;
}

.custom_header1 {
    float: left;
	margin-top: -5px;
	margin-right: 39px;
}
.custom_header1 i {
	display: block;
	float: left;
	margin-right: 10px;
  	margin-bottom: 32px;
	font-size: 32px;
	line-height: 28px;
	color: #a73333;
}
.custom_header1 h3 {
	font-size: 22px;
    font-weight: 900;
    line-height: 28px;
    white-space: nowrap;
    color: #ffffff;
}
.custom_header1 h3 a {
 	color:  #ffffff;
}
.header_inside_right {
	float: right;
  	margin-left: 28px;
}
.header_user {
	display: inline-block;
}
.header_user li {
	display: inline-block;
	padding-right: 10px;
}
.header_user li a {
	font-size: 13px;
	font-weight: bold;
	line-height: 33px;
	color: #ffffff;
}
.header_user li a i {
	margin: 7px 5px 0 0;
	line-height: 1.5em;
}
.header_user li a:hover {
	color: #a73333;
}
.header_currency {
	display: inline-block;
  	text-align: left;
}
.header_currency .customselect_wrap {
	display: inline-block;
}
.header_currency span.customSelect span {
	width: 67px;
	height: 38px;
	padding: 0 9px;
	line-height: 30px;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-ms-border-radius: 0px 0px 5px 5px;
	-o-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	border: 1px solid rgba(0,0,0,0);
  	border-top: 0px;
	
background: #463d3d;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #463d3d 0%,#000000 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#463d3d), color-stop(100%,#000000));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #463d3d 0%, #000000 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #463d3d 0%,#000000 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #463d3d 0%,#000000 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #463d3d 0%,#000000 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#463d3d', endColorstr='#000000',GradientType=0 );
	 /* IE6-8 */
;
}
.header_currency i {
	font-size: 15px;
	position: absolute;
	font-size: 15px;
	line-height: 15px;
	right: 5px;
	top: 7px;
	z-index: 1;
	color: #ffffff;
}
.header_currency #currencies {
	width: 60px;
	height: 30px;
}
.header_cart {
	float: right;
	position: relative;
	margin: -2px -2px -2px 0;
	padding: 13px 33px 0 0px;
	width: 297px;
	height: 49px;
	cursor: pointer;
	-webkit-box-shadow: inset 0px 0px 0px 1px #a73333;
	-moz-box-shadow: inset 0px 0px 0px 1px #a73333;
	box-shadow: inset 0px 0px 0px 1px #a73333;
	border: 1px solid rgba(0,0,0,0);
	
background: #890404;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #890404 0%,#000e34 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#890404), color-stop(100%,#000e34));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #890404 0%, #000e34 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #890404 0%,#000e34 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #890404 0%,#000e34 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #890404 0%,#000e34 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#890404', endColorstr='#000e34',GradientType=0 );
	 /* IE6-8 */
;
	-moz-box-sizing: border-box;
  	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.header_cart:hover {
 	 background: rgba(0,0,0,0);
}
.header_cart a {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
.header_cart a i {
	width: 43px;
	height: 41px;
	text-align: center;
	line-height: 41px;
  	margin: -10px 15px 0px 2px;
	font-size: 25px;
	-webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0);
	-moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0);
	box-shadow: 1px 1px 0px 1px rgba(0,0,0,0);
	color: #830101;
	
background: #fbdddd;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #fbdddd 0%,#a6a6a6 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbdddd), color-stop(100%,#a6a6a6));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #fbdddd 0%, #a6a6a6 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #fbdddd 0%,#a6a6a6 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #fbdddd 0%,#a6a6a6 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #fbdddd 0%,#a6a6a6 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbdddd', endColorstr='#a6a6a6',GradientType=0 );
	 /* IE6-8 */
;
}
.header_cart a span {
	color: #ffffff;
}


.header_search {
	margin-top: 32px;
  	margin-left: 28px;
  	float: right;
}
.header_search form {
	float: right;
	position: relative;
	moz-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
	padding: 3px 3px 0 3px;
	border-radius: 5px 5px 0 0;
}
.header_search #search-field {
	float: left;
	background: #ffffff;
	border: 0;
	border-right: solid 1px ;
	box-shadow: inset 0px 0px 27px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 0px 27px rgba (0,0,0,0.15);
	-webkit-box-shadow: inset 0px 0px 27px rgba (0,0,0,0.15);
	border-radius: 2px 0 0 2px;
	padding: 10px;
	line-height: 18px;
	width: 230px;
	height: 38px;
}
.header_search #search-submit {
	float: left;
	display: block;
	width: 64px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 17px;
	color: #830101;
	border-radius: 0 2px 2px 0;
	border: solid 1px #ffffff;
  	
background: #ffffff;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #ffffff 0%,#c2bdbd 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c2bdbd));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #ffffff 0%, #c2bdbd 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #ffffff 0%,#c2bdbd 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #ffffff 0%,#c2bdbd 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #ffffff 0%,#c2bdbd 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c2bdbd',GradientType=0 );
	 /* IE6-8 */
;
}
.header_search .search_inside {
	position: relative;
	border: 1px solid #ba3434;
	border-radius: 3px;
}
.header_search #search-submit i {
 	vertical-align: baseline;
}
.header_search #search-submit:hover {
  	color: #a73333;
}


/* 8.2 NAVIGATION */
.nav_wrapper {
	padding: 3px 3px 0 3px;
	border-radius: 5px 0 0 0;
	background: #ffffff;
}
.nav_wrapper_inside {
	border-radius: 3px;
	border: solid 1px rgba(0,0,0,0);
}
#navigation {
 	z-index: 100;
 
}
#navigation nav {
	position: relative;
	z-index: 9;
	border-radius: 3px;
	
background: #463d3d;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #463d3d 0%,#000000 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#463d3d), color-stop(100%,#000000));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #463d3d 0%, #000000 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #463d3d 0%,#000000 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #463d3d 0%,#000000 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #463d3d 0%,#000000 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#463d3d', endColorstr='#000000',GradientType=0 );
	 /* IE6-8 */
;
	border: solid 1px rgba(0,0,0,0);
  	min-height: 47px;
}

#navigation.isStuck {
	width: 100%;
	left: 0;
	top: 0;
}

.sf-menu {
  	float: left;
}
.sf-menu li {
	position: relative;
}

/*================================>> 1 Level <<========================================*/

.sf-menu > li {
	display: inline-block;
	border-right: solid 1px rgba(0,0,0,0);
}
.sf-menu > li > a {
	display: inline;
	font-size: 14px;
	line-height: 16px;
  	font-weight: bold;
	display: block;
	padding: 0 20px 0 20px;
	height: 45px;
	line-height: 45px;
	color: #ffffff;
	text-shadow: -1px -1px 0 #191919, 1px -1px 0 #191919, -1px 1px 0 #191919, 1px 1px 0 #191919;
}

.sf-menu > li.active > a,
.sf-menu > li:hover > a {
	color: #a73333;
}

.sf-menu > li > a.sf-with-ul:after {
	position: absolute;
	content:"";
	left: 50%;
	margin-left: -2px;
	right: 0;
	bottom: 2px;
	-moz-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    -webkit-transition: top 0.3s ease-out;
	border: 4px solid;
	border-color: #ffffff transparent transparent transparent;
	width: 0;
	height: 0;
}
.sf-menu > li > a.sf-with-ul:hover:after,
.sf-menu > li.active > a.sf-with-ul:after,
.sf-menu > li.sfHover > a.sf-with-ul:after {
	border-color: #a73333 transparent transparent transparent;
}

/*================================>> 2 Level <<========================================*/


.sf-menu ul {
  	display: none;
    width: 180px !important;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 10;
  	padding: 10px 0px;
  	background: #830101;
}
.sf-menu ul li a {
    display: block;
    padding: 5px 15px;
    background: #830101;
    color: #ffffff;
}

.sf-menu ul > li a:hover,
.sf-menu ul > li.active a {
	background: #a73333;
}


#navigation select.menu_mobile {
	display: none;
}


/* 8.3 NIVOSLIDER */
.nivoSlider {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.nivoSlider img {
	max-width: none;
	position: absolute;
	top: 0;
	left: 0;
}
.nivo-main-image {
	width: 100% !important;
	display: block !important;
	position: relative !important;
}

.nivoSlider a.nivo-imageLink {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 6;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	filter: alpha(opacity=0);
	opacity: 0;
}

.nivo-slice {
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	z-index: 5;
}

.nivo-box {
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 5;
}
.nivo-box img {
	display: block;
}

.nivoSlider > a,
.nivoSlider > img,
.caption_hidden {
	display: none;
}


.slider_wrap {
	position: relative;
	z-index: 1;
}

.nivo-caption {
	position: absolute;
	left: 52%;
  	right: 5%;
	top: 27px;
	z-index: 8;
	display: none;
}
.nivo-caption h2 {
	font-size: 36px;
	font-weight: 500;
	color: #ffffff;
	margin: 0 0 3px 0;
	text-shadow: 1px 1px #830101;
  	text-transform: none;
  	border-bottom: 0px;
}
.nivo-caption .slider_list {
	list-style-type: none;
}
.nivo-caption .slider_list li {
	position: relative;
  	font-size: 13px;
	line-height: 22px;
	color: #ffffff;
}
.nivo-caption .slider_list li:before {
	position: relative;
	content: "- ";
	left: 0;
	top: -1px;
}
.nivo-caption .inside_left {
	width: 53%;
	float: left;
}
.nivo-caption .inside_right {
	float: right;
	text-align: right;
}
.nivo-caption .slider_text-1 {
	font-size: 20px;
	font-weight: bold;
	color: #a73333;
	text-shadow: 0px 0px #830101;
  	margin-top: 67px;
}
.nivo-caption .slider_text-2 {
	font-size: 36px;
	font-weight: bold;
  	line-height: 36px;
	color: #ffffff;
	text-shadow: 0px 0px #830101;
}
.nivo-caption .btn {
   	margin-top: 19px;
	border-radius: 3px;
	padding: 6px 16px 11px 16px;
	font: 25PX Roboto;
	
background: #890404;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #890404 0%,#000e34 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#890404), color-stop(100%,#000e34));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #890404 0%, #000e34 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #890404 0%,#000e34 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #890404 0%,#000e34 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #890404 0%,#000e34 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#890404', endColorstr='#000e34',GradientType=0 );
	 /* IE6-8 */
;
}
.nivo-caption .btn:after {
	position: relative;
	content: "\f0da";
  	font-size: 21px;
  	padding-left: 11px;
	right: 0;
	top: 0;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.nivo-caption .btn:hover {
  	background: rgba(0,0,0,0);
  	color: #ffffff
}

.nivo-controlNav {
	width: 100%;
	text-align: right;
	position: absolute;
	bottom: 36px;
	right: 41px;
	z-index: 10;
}
.nivo-controlNav a {
	display: inline-block;
	cursor: pointer;
	width: 13px;
	height: 13px;
	text-indent: 0;
	border-radius: 0;
	margin: 0 3px;
	background: #ffffff;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
.nivo-controlNav a + a {
	margin: 0 0 0 5px;
}
.nivo-controlNav a span {
	display: none;
}
.nivo-controlNav a i {
	display: none;
}
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
	background: #a73333;
}
.nivo-controlNav a.active {
	cursor: default;
}



/* 8.4 SHOWCASE */

.custom_showcase {
	float: left;
	width: 48.3%;
  	margin-top: 30px;
	position: relative;
  	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.custom_showcase + .custom_showcase {
	float: right;
}
.custom_showcase img {
	width: 100%;
  	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.custom_showcase a {
	display: block;
}
.showcase_inside {
	position: absolute;
	left: 21px;
  	right: 0px;
	top: 14px;
}
.showcase_inside:hover * {
 	 color: #a73333;
}
.showcase_inside h3 {
	font-size: 23px;
	font-weight: bold;
	margin: 0 0 3px;
  	color: #830101;
  	border-bottom: none;
  	text-transform: none;
  	transition: all .4s ease;
}
.showcase_inside h3:before {
	position: relative;
	left: 0;
	top: -2px;
  	padding-right: 9px;
	content: "\f0da";
	font-size: 23px;
	line-height: 17px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #a73333;
}
.custom_showcase_ul {
	width: 57.5%;
	float: right;
	font-size: 13px;
	font-weight: bold;
	color: #282828;
	line-height: 22px;
  	list-style-type: none !important;
}

.custom_showcase_ul li {
	position: relative;
 	font-weight: bold;
 
	padding-top: 3px;
  	transition: all .4s ease;
}
.custom_showcase_ul li:before {
	position: relative;
	left: 0;
	top: 0;
	content: "- ";
}

/* 8.5 MAIN PRODUCT LISTING */
.product_listing_main + .product_listing_main {
 	margin-top: 15px;
}

/* 8.6 FOOTER */
#footer {
	position: relative;
  	z-index: 1;
}

.footer_inside {
	max-width: 1230px;
	margin: 0 auto;
  	padding-bottom: 5px;
  	margin-bottom: 20px;
	background: #ffffff;
  	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-ms-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
.custom_footer h3 {
  	padding: 10px 18px 11px;
  	color: #ffffff;
	display: block;
  	
background: #463d3d;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #463d3d 0%,#000000 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#463d3d), color-stop(100%,#000000));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #463d3d 0%, #000000 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #463d3d 0%,#000000 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #463d3d 0%,#000000 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #463d3d 0%,#000000 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#463d3d', endColorstr='#000000',GradientType=0 );
	 /* IE6-8 */
;
  	font-size: 16px;
	font-weight: bold;
  	border: 1px solid rgba(0,0,0,0);
    border-left: 0px;
    border-right: 0px;
}
.custom_footer:first-child {
	border-left: 1px solid rgba(0,0,0,0);
}
.custom_footer {
	border-right: 1px solid rgba(0,0,0,0);
  	border-bottom: 1px solid rgba(0,0,0,0); 
}
.custom_footer .list {
	margin-top: 15px;
  	margin-left: 19px;
}

.custom_footer {
	padding-bottom: 12px;
}

.custom_footer .list li {
	position: relative;
	display: block;
	padding: 0 0 6px 16px;
	font-size: 13px;
	font-weight: bold;
}
.custom_footer .list li a {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.custom_footer .list li.active a,
.custom_footer .list li a:hover {
	color: #a73333;
}
.custom_footer .list li:after {
	position: absolute;
	left: 0;
	top: 3px;
  	font-size: 13px;
  	color: #a73333;
	content: "\f0da";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.custom_footer .list1 {
	margin-top: 15px;
  	margin-left: 19px;
}
.custom_footer .list1 li {
	display: inline-block;
}
.custom_footer .list1 li a {
	display: block;
	margin: 0 3px 0 0;
	width: 47px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	color: #ffffff;
	border: solid 1px rgba(0,0,0,0);
	
background: #000000;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #000000 0%,#000000 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#000000));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #000000 0%, #000000 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #000000 0%,#000000 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #000000 0%,#000000 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #000000 0%,#000000 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
	 /* IE6-8 */
;
}
.custom_footer .list1 li a i {
	line-height: 47px;
}

.custom_footer .list1 li a:hover {
	border-color: #a73333;
}
.custom_footer .list1 li a:hover i {
  	color: #a73333;
}
.custom_footer .list1 li a i {
  	transition: all .4s ease;
}
.custom_footer4 .inside {
	font-size: 13px;
	line-height: 20px;
	margin: 15px 0 0 19px;
	color: #ba3434;
}
.custom_footer4 i {
	float: left;
	font-size: 25px;
	line-height: 28px;
	margin-right: 6px;
  	margin-top: 5px;
	color: #a73333;
}
.custom_footer4 i + div {
	overflow: hidden;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
}
.custom_footer4 .phones {
 	margin-top: 6px;
 
}
.custom_footer4 .phones span {
 	display: block;
 
}
.custom_footer4 .phones span a {
  color: #ffffff;
 
}
#footer .copyright,
#footer .copyright a {
	font-size: 13px;
	line-height: 23px;
	color: rgba(0,0,0,0);
}
#footer .copyright a:hover {
	color: #a73333;
}

.footer_top {
    
background: #000000;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #000000 0%,#000000 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#000000));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #000000 0%, #000000 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #000000 0%,#000000 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #000000 0%,#000000 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #000000 0%,#000000 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
	 /* IE6-8 */
 ;
  	border: solid 1px #830101;
    border-radius: 3px;
    position: relative;
  	margin: 0 3px;
}
.custom_footer {
 	width: 20%;
  	float: left;
  
}

.footer_newsletter {
	font-size: 13px;
	line-height: 20px;
	color: #ba3434;
}
.footer_newsletter .contact-form {
	margin: 15px 17px 0 19px;
}
.footer_newsletter .contact-form .error {
	 color: #ff0000;
}
.footer_newsletter .contact-form .success {
	 color: #008000;
}
.footer_newsletter #email-input {
	height: 38px;
	padding: 10px 10px 10px 5px;
	font-size: 12px;
	line-height: 18px;
	background: #fff;
	border: 0;
	border-radius: 2px;
	box-shadow: inset 0px 0px 27px rgba(0,0,0,0.09);
  	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  	margin-left: 3px;
  	max-width: 160px;
}
.newsletter_form {
	position: relative;
}
.newsletter_form label {
	margin: 0 0 15px 0;
	font-size: 13px;
	font-weight: normal !important;
	color: #bebebe;
}
.newsletter_form button {
	position: absolute;
	right: 0px;
	bottom: -1px;
	padding: 0;
	width: 66px;
	text-align: center;
	height: 40px;
	
background: #890404;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #890404 0%,#000e34 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#890404), color-stop(100%,#000e34));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #890404 0%, #000e34 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #890404 0%,#000e34 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #890404 0%,#000e34 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #890404 0%,#000e34 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#890404', endColorstr='#000e34',GradientType=0 );
	 /* IE6-8 */
;
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-ms-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
  	border: 1px solid rgba(0,0,0,0);
	-webkit-box-shadow: inset 0px 0px 0px 1px #7c1717;
	-moz-box-shadow: inset 0px 0px 0px 1px #7c1717;
	box-shadow: inset 0px 0px 0px 1px #7c1717;
  	color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 37px;
  	vertical-align: baseline;
}
.newsletter_form button:hover {
	
background: #000000;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #000000 0%,#0b0b0b 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#0b0b0b));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #000000 0%, #0b0b0b 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #000000 0%,#0b0b0b 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #000000 0%,#0b0b0b 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #000000 0%,#0b0b0b 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0b0b0b',GradientType=0 );
	 /* IE6-8 */
;
}

/* 9. COLLECTION PAGES ***************************************************************************/

/* 9.1 PAGES CONTENT */
ul.tags {
	margin-top: 15px;
	list-style-type: none;
}
ul.tags li {
	float: left;
}
ul.tags li + li {
	margin: 0 0 0 5px;
}
ul.tags li a {
	display: block;
	padding: 5px 10px;
	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0);
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0);
    color: #ffffff;
    border-radius: 3px;
	
background: #463d3d;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #463d3d 0%,#000000 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#463d3d), color-stop(100%,#000000));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #463d3d 0%, #000000 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #463d3d 0%,#000000 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #463d3d 0%,#000000 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #463d3d 0%,#000000 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#463d3d', endColorstr='#000000',GradientType=0 );
	 /* IE6-8 */
;
	border: solid 1px rgba(0,0,0,0);
}

ul.tags li a:hover,
ul.tags li.active a {
	-webkit-box-shadow: inset 0px 0px 0px 1px #a73333;
	-moz-box-shadow: inset 0px 0px 0px 1px #a73333;
	box-shadow: inset 0px 0px 0px 1px #a73333;
	border: 1px solid rgba(0,0,0,0);
	
background: #890404;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #890404 0%,#000e34 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#890404), color-stop(100%,#000e34));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #890404 0%, #000e34 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #890404 0%,#000e34 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #890404 0%,#000e34 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #890404 0%,#000e34 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#890404', endColorstr='#000e34',GradientType=0 );
	 /* IE6-8 */
;
	color: #ffffff;
}


.collection_info {
	margin-top: 15px;
}
.collection_info .collection_img {
	text-align: center;
}
.collection_info .collection_desc .rte {
	margin: 0;
}



/* 9.2 BREADCRUMBS */
.breadcrumb {
	margin: 0 0 15px 0;
	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0);
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0);
    color: #ffffff;
    border-radius: 3px;
	
background: #463d3d;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #463d3d 0%,#000000 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#463d3d), color-stop(100%,#000000));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #463d3d 0%, #000000 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #463d3d 0%,#000000 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #463d3d 0%,#000000 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #463d3d 0%,#000000 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#463d3d', endColorstr='#000000',GradientType=0 );
	 /* IE6-8 */
;
	border: solid 1px rgba(0,0,0,0);
}
.breadcrumb a {
	color: #a73333;
  	transition: all .4s ease;
}
.breadcrumb a:hover {
	color: #ba3434;
}


/* 9.3 COLLECTION LISTING */

.collection_listing .collection {
	margin: 30px 0 0 0;
}



/* 9.4 PAGINATION */

#pagination {
	display: inline-block;
	overflow: hidden;
	margin: 30px 0 0 0;
	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0);
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0);
    border-radius: 3px;
	
background: #463d3d;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #463d3d 0%,#000000 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#463d3d), color-stop(100%,#000000));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #463d3d 0%, #000000 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #463d3d 0%,#000000 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #463d3d 0%,#000000 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #463d3d 0%,#000000 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#463d3d', endColorstr='#000000',GradientType=0 );
	 /* IE6-8 */
;
	border: solid 1px rgba(0,0,0,0);
}
#pagination span {
	display: block;
	float: left;
}
#pagination span ~ span > a {
	border: 1px solid rgba(0,0,0,0);
	border-top: 0px;
	border-bottom: 0px;
}

#pagination span a,
#pagination span.current {
	display: block;
	padding: 7px 16px;
    color: #ffffff;
}

#pagination span a:hover,
#pagination span.current {
	-webkit-box-shadow: inset 0px 0px 0px 1px #a73333;
	-moz-box-shadow: inset 0px 0px 0px 1px #a73333;
	box-shadow: inset 0px 0px 0px 1px #a73333;
	border: 1px solid rgba(0,0,0,0);
	
background: #890404;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #890404 0%,#000e34 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#890404), color-stop(100%,#000e34));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #890404 0%, #000e34 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #890404 0%,#000e34 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #890404 0%,#000e34 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #890404 0%,#000e34 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#890404', endColorstr='#000e34',GradientType=0 );
	 /* IE6-8 */
;
	color: #ffffff;
}
#pagination span.current {
	cursor: default;
}



/* 10. SIDEBAR WIDGETS ***************************************************************************/

/* 10.1 LINKS LIST */
.column .widget ul.list li {
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-decoration: none;
  	margin-top: 5px;
}
.column .widget ul.list li a {
  	display: block;
	
background: #ffffff;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #ffffff 0%,#c2bdbd 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c2bdbd));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #ffffff 0%, #c2bdbd 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #ffffff 0%,#c2bdbd 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #ffffff 0%,#c2bdbd 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #ffffff 0%,#c2bdbd 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c2bdbd',GradientType=0 );
	 /* IE6-8 */
;
	border: 1px solid #ba3434;
	color: #830101;
	-webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
	-moz-box-shadow: inset 0px 0px 0px 1px #ffffff;
	box-shadow: inset 0px 0px 0px 1px #ffffff;
  	border-radius: 3px;
	padding: 10px 16px 13px 16px;
}

.column .widget ul.list li.active a,
.column .widget ul.list li a:hover {
	text-shadow: 0px 0px #830101;
	
background: #463d3d;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #463d3d 0%,#000000 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#463d3d), color-stop(100%,#000000));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #463d3d 0%, #000000 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #463d3d 0%,#000000 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #463d3d 0%,#000000 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #463d3d 0%,#000000 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#463d3d', endColorstr='#000000',GradientType=0 );
	 /* IE6-8 */
;
	border: 1px solid #830101;
	color: #ffffff;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}

.column .widget ul.list-1 {
	padding: 0 16px 0 16px;
}
.column .widget ul.list-1 li {
	position: relative;
	font-size: 16px;
	padding: 9px 20px 10px 19px;
	border-bottom: solid 1px #ba3434;
}
.column .widget ul.list-1 li + li {
}
.column .widget ul.list-1 li a {
	font-weight: bold;
}
.column .widget ul.list-1 li:after {
	position: absolute;
	left: 0;
	top: 13px;
	content: "\f0da";
	font-size: 15px;
	line-height: 17px;
	color: #a73333;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.column .widget ul.list-1 li.active a,
.column .widget ul.list-1 li a:hover {
	color: #a73333;
}


/* 10.2 SIDEBAR PRODUCT LISTING */
.product_listing_sidebar {
	 margin-top: 30px;
}
.product_listing_sidebar .product_img img {
	 width: 100%;
}
.product_listing_sidebar .product_links form {
	display: inline-block;
}

/* 11. SEARCH RESULTS PAGE ***************************************************************************/

#searchresults {
	margin: 0;
}
#searchresults .search-form {
	margin: 15px 0 0 0;
}
#searchresults .search-form input {
	width: 100%;
	float: left;
	padding: 7px 34px 7px 10px;
	height: 34px;
	line-height: 18px;
}
#searchresults .search-form button {
	width: 34px;
	height: 34px;
	float: left;
	margin: 0 0 0 -34px;
	background: none;
	border: none;
	font-size: 20px;
	color: #ffffff;
}
#searchresults .search-form button:hover {
	color: #c2bdbd;
}
#searchresults .search-form button i {
	line-height: 32px;
}

#searchresults h3 {
	margin: 0;
	padding: 0;
} 

#searchresults ol {
	list-style-type: none;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #7c1717;
}
#searchresults ol li {
	overflow: hidden;
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid #7c1717;
}
#searchresults ol li .search-result_image {
	float: left;
	margin-right: 15px;
}
#searchresults ol li .search-result_container {
	padding: 15px 0 0 0;
}



/* 12. PRODUCT PAGE ***************************************************************************/


.product > div {
  	margin-top: 15px;
	border-radius: 3px;
	padding: 15px 28px 26px;
	position: relative;
	text-align: center;
	border: 1px solid #7c1717;
}
.product .product_img a {
	display: block;
	margin-bottom: 13px;
  	padding: 0 3px;
}
.product_price .money,
.product-price .money {
	font-size: 19px;
	font-weight: bold;
}
.product .product_name {
	font-weight: bold;
	line-height: 22px;
	margin: 3px 0 0px;
  	min-height: 40px;
}
.product .sale {
	position: absolute;
	top: 0;
	left: 0;
	padding: 4px 10px;
	border-radius: 3px;
	background: #a73333;
	color: #ffffff;
}
.product_price .compare-at-price,
.product-price .compare-at-price{
	font-weight: 300 !important;
	font-size: 15px !important;
	color: #ba3434}
	text-decoration: line-through;
}

/* 12.1 PRODUCT IMAGES */
#product_image-container {
	overflow: hidden;
}

.product_wrap .bxslider {
	margin: 0;
}
.product_image .bx-wrapper {
	overflow: hidden;
	border: 1px solid #7c1717;
}

.product_wrap #bx-pager {
	width: 360px;
}
.product_wrap #bx-pager a {
	width: 105px;
	overflow: hidden;
	margin: 15px 15px 0 0;
	border: 1px solid #7c1717;
}

/* 12.2 PRODUCT INFO */
.product_wrap .product_name {
	margin: -2px 0 0 0;
	font-size: ;
}

.product_wrap .product-price {
	padding: 0;
}
.product_wrap .product-price .money {
	margin: 0 5px 0 0;
}
.product_wrap .variants-wrapper {
	padding: 15px 0 0 0;
}
.product_wrap .variants-wrapper label {
	margin-right: 10px;
}
.product_wrap #purchase label {
	display: inline-block;
	margin: 0;
	padding: 0 !important;
	line-height: 37px;
}
.product_wrap #purchase #quantity {
	width: 50px;
	height: 44px;
  	line-height: 18px;
  	padding: 7px 0px;
	display: inline-block;
	margin: 0 10px;
	outline: none;
	text-align: center;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.product_wrap #purchase #add-to-cart {
	margin-top: 0px;
}
    
.product_wrap .product_details {
	margin: 15px 0 0 0;
	padding: 10px 0 15px 0;
	border: 1px solid #7c1717;
	border-width: 1px 0;
}
.product_wrap .product_details > div {
	padding: 5px 0 0 0;
}
.product_wrap #product_description h4 {
	padding-bottom: 0;
	border: none;
	text-transform: none;
}

.product_wrap .addthis_toolbox {
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #7c1717;
}

.product_image-additioanl a {
	width: 33%;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	}



/* 12.3 PRODUCT PAGINATION */
.product_wrap .pagination__product {
	width: 100%;
	margin: 15px 0;
}
.product_wrap .pagination__product ul {
	list-style-type: none;
	margin: 0 !important;
	padding: 15px !important;
}
.product_wrap .pagination__product ul li.left-arrow {
	float: left;
}
.product_wrap .pagination__product ul li.right-arrow {
	float: right;
}



/* 12.4 RELATED PRODUCTS */
.widget_related_products h3 {
	margin: 30px 0 0 0;
}

ul.product_listing_related {
	list-style-type: none;
}

/* 13. BLOG ***************************************************************************/

/* 13.1 POSTS LISTING */

.blog-article {
	padding: 30px 0 0 0;
}

.article_header {
	padding: 15px 0;
	border-bottom: 1px solid #7c1717;
}
.article_header .product_name a {
	font-size: 20px;
	padding: 15px 0;
	color: #a73333;
	font-weight: bold;
	text-decoration: underline;
	transition: all .4s ease;
}
.article_header .product_name {
}
.article_header .product_name a:hover {
	color: #830101;
}

.blog-article_meta-comments {
	float: right;
	padding: 2px 0 0 15px;
}

.blog-article_date,
.blog-article_meta-tags {
	font-style: italic;
}

.blog-article_meta-tags a {
	text-decoration: underline;
}



/* 13.2 SINGLE POST */
.article_meta-comments {
	float: right;
	padding: 2px 0 0 15px;
}
.article_meta-tags a {
	text-decoration: underline;
}

.article_date,
.article_meta-tags,
.article_meta {
	font-style: italic;
}

.article .addthis_toolbox {
	margin: 20px 0;
}
#comments ul {
	list-style-type: none;
}
.comment-form #comment-author,
.comment-form #comment-email,
.comment-form #comment-body {
	width: 100%;
}

.comment-form #comment-body {
	min-height: 100px;
	margin-bottom: 15px;
}

.article_comments-form {
	padding-bottom: 10px;
	margin-top: 1em;
	padding-top: 10px;
}

.section-title {
	margin-bottom: 2px;
	padding-bottom: 8px;
}

.comment-form .row {
	margin-bottom: 1em;
}


/* 14. CUSTOMER PAGES ***************************************************************************/

/* 14.1 LOG IN */

/* 14.2 ACCOUNT */
.customer_name {
	text-transform: none !important;
}
.customer_name .divider {
	margin: 0 7px;
}
.customer_name .email {
	color: #000000;
}
.customer_name a {
	float: right;
}



/* 14.3 ADDRESSES */

.customer_addresses ul.customer_addresses_actions {
	list-style-type: none;
	margin: 15px 0;
}
.customer_addresses ul.customer_addresses_actions li a i {
	margin: 0 5px 0 0;
	line-height: inherit;
}

.customer_addresses .col-sm-offset-4 label {
	line-height: 1.6em;
}


ul.address {
	list-style-type: none;
	margin-bottom: 20px;
	}
#view_address {
	margin-bottom: 20px;
	 
}



/* 14.4 ORDERS */
.order_date {
	margin: 15px 0 0 0;
}

#order_details {
	margin: 30px 0 0 0;
}



/* 15. CART PAGE ***************************************************************************/

/* 15.1 CART PRODUCTS */
.cart-list {
	overflow: hidden;
}

.cart-list > .row {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #7c1717;
}

.cart-list .item_image {
	text-align: center;
}
.cart-list .item_image a img {
	max-width: 100%;
}

.cart-list .product_name {
	margin-top: 15px;
}

.cart-list .item_remove {
	margin: 0 0 0 10px;
}
.cart-list .item_remove a {
	font-size: 20px;
	color: #fe2a2a;
}
.cart-list .item_remove a:hover {
	color: #ffffff;
}

.cart-list .row h3.item_vendor {
	border-bottom: 1px solid #7c1717;
	color: #888;
}

.cart-list .item_price {
	padding: 10px 0 0 0;
}
.cart-list .item_price .price {
	line-height: 37px;
}

.cart-list .item_price label {
	padding: 0;
	line-height: 37px;
}
.cart-list .item_price .input-small {
	width: 60px !important;
	height: 37px;
	display: inline-block;
	padding: 5px;
	text-align: center;
}

.cart-list .item_price .total {
	text-align: right;
}
.cart-list .item_price .total h3 {
	vertical-align: baseline;
	border: none;
}
.cart_subtotal h3 {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #7c1717;
}
.cart_subtotal h3 .money {
	float: right;
}

.cart_buttons {
	margin: 30px 0;
}
.cart_instructions textarea {
	width: 100%;
}

#payment-methods {
	overflow: hidden;
	padding: 15px 0 0 0;
}
#payment-methods ul {
	list-style-type:none;
	list-style-position: outside;
}
#payment-methods ul li {
	float:left;
	padding: 0 7px 0 0;
}



/* 15.2 GUEST CHECKOUT */
#guest {
	padding: 30px 0 0 0;
}
#guest form {
	padding: 15px 0 0 0;
}



/* 16. CONTACTS PAGE ***************************************************************************/

.contact-scope iframe {
	width: 100%;
	margin: 15px 0;
	border: 1px solid #7c1717;
}
.contact-form textarea {
	width: 100%;
}