/** Shopify CDN: Minification failed

Line 1799:0 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.1 FORMS
5.2 ALERTS
5.3 BUTTONS

6. GLOBAL PAGE LAYOUT

7. SIDEBAR CONFIGURATION

8. MAIN PAGE
8.1 HEADER
8.2 MEGAMENU
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 Get a Quote

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%;
}



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



/* fancybox styles */
#fancybox-wrap {
	padding: 0 !important;
}
#fancybox-content {
	width: 100% !important;
	text-align: center;
}

#fancybox-title {
	left: 50% !important;
}
#fancybox-title #fancybox-title-float-wrap {
	margin: 0 0 0 -50% !important;
}



/* addthis styles */
.addthis_toolbox {
	margin: 15px 0 0 0;
	border-top: 1px solid #d7d7d7;
}
.addthis_toolbox > a {
	margin: 15px 15px 0 0 !important;
	padding: 0 !important;
}



/* jquery.formstyler styles for selects */
.jq-selectbox {
	display: block;
	z-index: 1000 !important;
	cursor: pointer;
}
.jq-selectbox.opened {
}
.jq-selectbox.focused {
}

.jq-selectbox__select {
}

.jq-selectbox__select-text {
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jq-selectbox__trigger i {
	position: absolute;
	top: 0;
	right: 0;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.jq-selectbox__dropdown {
	width: 100%;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.jq-selectbox.opened .jq-selectbox__trigger i {
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
	}



/* misc */
#at15s {
	z-index: 999 !important;
}

#habla_window_div {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	}



/* hex2rgb color converter */









































/* add to cart message */
.cart_popup {
	width: 100%;
	height: 86px;
	font-size: 25px;
	line-height: 85px;
	color: #fff;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background: rgba(200,0,14,.7);
	display: none;
	}



/* cookies policy message */
.cookies_container {
	min-height: 60px;
	background: #191919;
	display: none;
	}

.cookies_container p {
	display: inline-block;
	margin: 0;
	font-size: 17px;
	line-height: 60px;
	color: #888;
}
.cookies_container p b {
	vertical-align: baseline;
	color: #fff;
}

.cookies_container .cookie_btn {
	height: 40px;
	display: inline-block;
	margin: 10px 0 10px 6px;
	padding: 0 20px;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	font-size: 17px;
	line-height: 38px;
	color: #fff;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	

-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.cookies_container .cookie_ok {
	margin: 10px 0 10px 20px;
	background: #18a439;
	border-color: #18a439;
}
.cookies_container .cookie_no {
	border-color: #585858;
}

.cookies_container .cookie_btn:hover {
	background: #585858;
	border-color: #585858;
}



/* google maps */
#google_map,
#google_map iframe {
	max-width: 1920px;
	width: 100% !important;
	height: 410px !important;
	margin: 0 auto;
	background: #e7e7e6;
}



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




body {
	font-family: Lato;
	font-size: 13px;
	color: #777777;
}



/* 4.1 HEADINGS */



h1,
h2,
h3,
h4,
h5,
h6 {
	font: 21px Lato;
	color: #1e1d32;
	text-transform: uppercase;
}

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

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

.column_center h1,
.column_center h2,
.column_center h3,
.column_center h4,
.column_center h5,
.column_center h6 {
	margin: 15px 0;
}

.column_center .page_heading {
	margin: 0;
	padding: 22px 30px;
	background: #ffffff;
	font: bold 21px Lato;
	color: #1e1d32;
	text-transform: uppercase;
}
.column_center .page_heading a {
	float: right;
}



/* 4.2 PARAGRAPHS & LISTS */
p {
	margin: 15px 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: #1e1d32;
	text-decoration: none;
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	        transition: background .3s ease-in-out, color .3s ease-in-out;
	}

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



/* 4.4 PRODUCT ATTRIBUTES (name, description, price) */
.product_name {
	font-size: 15px;
	color: #333333;
}
.product_name a {
	color: #333333;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.product_name a:hover {
	color: #c8000e;
}


.product_desc {
	font-size: 13px;
	color: #aaaaaa;
}


.money {
	color: #c8000e;
}
.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: 13px;
}

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 #d7d7d7;
	font: normal 13px 'Arial';
	color: #777777;
	-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%;
}

.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 {
}
.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 {
	padding: 10px 20px;
	background: #1e1d32 !important;
	border-color: #1e1d32 !important;
	font-weight: bold;
	font-size: 20px;
	line-height: 1em;
	color: #ffffff !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	

-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.btn a {
	padding: 0 !important;
	border: none !important;
}

.btn-cart {
	height: 58px;
	padding: 10px 68px 10px 20px;
	position: relative;
}
.btn-cart i {
	width: 48px;
	height: 58px;
	background: #c8000e;
	font-size: 36px;
	line-height: 57px;
	position: absolute;
	right: -1px;
	top: -1px;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.btn-cart i:after {
	content: '';
	width: 10px;
	height: 58px;
	display: block;
	position: absolute;
	right: -39px;
	top: 0;
	border-top: 29px solid transparent;
	border-right: 29px solid transparent;
	border-bottom: 29px solid transparent;
	border-left: 10px solid #c8000e;
	

-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.btn:hover,
.btn:hover a,
.btn-info:hover,
.btn-primary:hover {
	background: #c8000e !important;
	border-color: #c8000e !important;
}

.btn-cart:hover i {
	background: #1e1d32;
}
.btn-cart:hover i:after {
	border-left-color: #1e1d32;
}



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

html, body {
	height: 100%;
	background: #1e1d32;
}

.page_preloader {
	width: 100%;
	height: 100%;
	background: url(//europa-marine.com/cdn/shop/t/5/assets/bx_loader.gif?v=48914817761367347031766098032) 50% 50% no-repeat #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

#wrapper {
	position: relative;
	z-index: 1;
	background:  #f2f2f2;
	}
#wrapper2 {
	overflow: hidden;
}

.container {
	padding: 0;
}



#main {
	padding: 30px 0 0 0;
	position: relative;
}

.main_bg {
	width: 100%;
	height: 65px;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
}
.main_bg:before {
	content: '';
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	-webkit-box-shadow: 0 0 30px 25px rgba(30,29,50,.1);
	        box-shadow: 0 0 30px 25px rgba(30,29,50,.1);
	}


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



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

/* NO SIDEBAR */
.sidebar_none {
}


/* LEFT SIDEBAR */
.sidebar_left {
}
.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 */
.sidebar_right {
}


/* BOTH SIDEBARS */
.sidebar_both {
}
.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 {
}

.header_row__1 {
}

.header_user {
	height: 42px;
	float: left;
	margin: 11px 0;
}
.header_user li {
	display: inline-block;
}
.header_user li ~ li {
	margin: 0 0 0 20px;
}
.header_user li a {
	font-size: 16px;
	line-height: 38px;
	color: #1e1d32;
}
.header_user li a:hover {
	color: #c8000e;
}

.header_user li a:before {
	margin: 0 9px 0 0;
	font: 16px "FontAwesome";
}
.header_user li.header_user__user a:before {
	content: '\f007';
	font-size: 15px;
}
.header_user li.header_user__lock a:before {
	content: '\f023';
}



.header_cart {
	height: 64px;
	float: right;
}
.header_cart a {
	width: 100px;
	height: 86px;
	display: block;
	background: #ffffff;
	text-align: center;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
	        box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
	}

.header_cart a div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.header_cart a div:before {
	content: '';
	width: 200%;
	height: 40px;
	position: absolute;
	left: -50%;
	top: -40px;
	z-index: 0;
	-webkit-box-shadow: 0 0 60px 0 rgba(0,0,0,.4);
	        box-shadow: 0 0 60px 0 rgba(0,0,0,.4);
	}

.header_cart a div:after {
	content: '';
	width: 0;
	height: 0;
	background: #c8000e;
	position: absolute;
	top: 50%;
	right: 50%;
	bottom: 50%;
	left: 50%;
	z-index: -1;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.header_cart a i {
	display: block;
	padding: 8px 6px 0 0;
	font-size: 67px;
	line-height: 1em;
	color: #1e1d32;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.header_cart a span {
}
.header_cart a span.count {
	width: 100%;
	display: block;
	padding: 22px 0 0 5px;
	font-size: 24px;
	line-height: 1em;
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.header_cart a:hover div:after {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.header_cart a:hover i {
	color: #ffffff;
}
.header_cart a:hover span.count {
	color: #c8000e;
}



.btn_Get a Quote {
	height: 42px;
	float: right;
	margin: 11px 11px 11px 0;
	padding: 11px 20px;
	background: #c8000e !important;
	border-color: #c8000e !important;
	font-size: 16px;
}
.btn_Get a Quote:hover {
	background: #1e1d32 !important;
	border-color: #1e1d32 !important;
}



.header_currency {
	float: right;
	margin: 11px 20px 11px 0;
}
.header_currency .jq-selectbox {
	width: 52px;
	height: 42px;
}
.header_currency .jq-selectbox__select {
}
.header_currency .jq-selectbox__select-text {
	height: 42px;
	display: block;
	font-size: 16px;
	line-height: 40px;
	color: #1e1d32;
}
.header_currency .jq-selectbox__trigger i {
	font-size: 14px;
	color: #1e1d32;
	right: 0;
	top: 13px;
}

.header_currency .jq-selectbox__dropdown {
	width: 100% !important;
	background: #1e1d32;
	top: 42px !important;
}
.header_currency .jq-selectbox__dropdown ul {
}
.header_currency .jq-selectbox__dropdown ul li {
	padding: 4px 0;
	color: #5c5987;
	text-align: center;
}

.header_currency .jq-selectbox__dropdown ul li:hover {
	color: #ffffff;
}
.header_currency .jq-selectbox__dropdown ul li.sel {
	background: #c8000e;
	color: #ffffff;
}



.header_row__2 {
	padding: 0 0 30px 0;
	background: #ffffff;
}

#logo {
	padding: 22px 0 0 0;
}
#logo a {
	display: inline-block;
	text-transform: uppercase;
}
#logo b {
	display: block;
	font-weight: 700;
	font-size: 70px;
	line-height: 1em;
	color: #1e1d32;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
#logo span {
	display: block;
	margin: -11px 0 0 0;
	font-weight: 300;
	font-size: 50px;
	line-height: 1em;
	color: #c8000e;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

#logo a:hover b {
	color: #c8000e;
}
#logo a:hover span {
	color: #1e1d32;
}



.header_search {
	height: 60px;
	margin: 53px 0 0 0;
	padding: 0 100px 0 0;
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: inset 0 0 0 35px rgba(0,0,0,.05);
	        box-shadow: inset 0 0 0 35px rgba(0,0,0,.05);
	}
.header_search #search-field {
	width: 100%;
	height: 58px;
	float: left;
	padding: 0 20px;
	background: none;
	border: none;
}
.header_search #search-submit {
	width: 100px;
	height: 58px;
	margin: 0 -102px 0 0;
	background: #ffffff;
	border-left: 1px solid #d7d7d7;
}
.header_search #search-submit i {
	display: block;
	font-size: 34px;
	color: #c8000e;
	-webkit-transform: rotate3d(0,1,0,0);
	        transform: rotate3d(0,1,0,0);
	

-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.header_search #search-submit:hover i {
	color: #1e1d32;
	-webkit-transform: rotate3d(0,1,0,180deg);
	        transform: rotate3d(0,1,0,180deg);
	}



.custom_header {
	padding: 37px 0 0 0;
	text-align: right;
}
.custom_header h3 {
	font-weight: 300;
	font-size: 21px;
	line-height: 1em;
	color: #1e1d32;
	text-transform: uppercase;
}
.custom_header h4 {
	padding: 3px 0 0 0;
	font-weight: 700;
	font-size: 46px;
	line-height: 1em;
	color: #c8000e;
}
.custom_header h4 i {
	vertical-align: baseline;
	margin: 0 12px 0 0;
	font-size: 42px;
	color: #1e1d32;
}
.custom_header p {
	margin: -3px 0 0 0;
	font-weight: 300;
	color: #1e1d32;
}



/* 8.2 MEGAMENU */
#megamenu {
	height: 70px;
	position: relative;
	z-index: 999;
}

#megamenu,
#megamenu .submenu,
.megamenu_mobile .submenu__1 {
	background: #1e1d32;
}



.sf-menu {
	position: relative;
}
.sf-menu > li {
	float: left;
}
.sf-menu > li ~ li {
	margin: 0 0 0 30px;
}
.sf-menu > li > a {
	height: 70px;
	display: block;
	font-weight: 700;
	font-size: 21px;
	line-height: 70px;
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
}
.sf-menu > li > a.sf-with-ul:after {
	content: '+';
	margin: 0 0 0 7px;
}

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



.sf-menu .menu_badge {
	height: 16px;
	display: block;
	padding: 0 5px;
	background: #5c5987;
	font-size: 9px;
	line-height: 16px;
	color: #ffffff;
	text-transform: uppercase;
	position: absolute;
	right: -1px;
	top: -8px;
}
.sf-menu .menu_badge:before {
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	border: 4px solid transparent;
	border-color: transparent #1e1d32 #1e1d32 transparent;
	position: absolute;
	left: -8px;
	top: 0;
	z-index: -1;
}
.sf-menu .menu_badge:after {
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	border: 4px solid transparent;
	border-color: transparent rgba(255,255,255,.1) rgba(255,255,255,.1) transparent;
	position: absolute;
	left: -8px;
	top: 0;
	z-index: 0;
}



.sf-menu > li > ul {
	width: 100%;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: 70px;
	display: none;
	}
.sf-menu .submenu {
	padding: 20px;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.1), 1px 0 0 0 rgba(255,255,255,.2), -1px 0 0 0 rgba(255,255,255,.2), 0 1px 0 0 rgba(255,255,255,.2);
	        box-shadow: inset 0 1px 0 0 rgba(255,255,255,.1), 1px 0 0 0 rgba(255,255,255,.2), -1px 0 0 0 rgba(255,255,255,.2), 0 1px 0 0 rgba(255,255,255,.2);
	}
.submenu a {
	color: #5c5987;
}
.submenu a:hover {
	color: #c8000e;
}



/* HOMEPAGE LINK */
.megamenu_desktop .megamenu__1 {
}
.megamenu_desktop .megamenu__1 a {
	width: 54px;
	height: 54px !important;
	display: block;
	overflow: hidden;
	margin: 8px 0 0 0;
	background: #c8000e;
	color: #ffffff;
	text-align: center;
	position: relative;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	

-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.megamenu_desktop .megamenu__1 a i {
	font-size: 29px;
	line-height: 54px;
	position: relative;
}

.megamenu_desktop .megamenu__1 a:before {
	content: '';
	width: 0;
	height: 0;
	background: #ffffff;
	position: absolute;
	top: 50%;
	right: 50%;
	bottom: 50%;
	left: 50%;
	z-index: 0;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	

-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.megamenu_desktop .megamenu__1 a:hover {
	color: #c8000e;
}
.megamenu_desktop .megamenu__1 a:hover:before {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}



/* CATALOG */
.megamenu__2 {
}
.megamenu__2 .submenu {
}

.megamenu__2 h3 {
	font-size: 14px;
}
.megamenu__2 h3 a {
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
}
.megamenu__2 h3 a:hover {
	color: #c8000e;
}

.megamenu__2 .submenu ul {
	padding: 8px 0 0 0;
}
.megamenu__2 .submenu li {
	padding: 5px 0 0 0;
}



/* BLOG */
.megamenu__3 {
}

.megamenu__3 h3 {
	padding: 15px 0 0 0;
	font-size: 16px;
}
.megamenu__3 h3 a {
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
}
.megamenu__3 h3 a:hover {
	color: #c8000e;
}

.megamenu__3 .blog_content {
	padding: 15px 0 0 0;
}

.megamenu__3 a.btn {
	margin: 15px 0 0 0;
	padding: 5px 10px 7px 10px;
	background: #c8000e !important;
	border-color: #c8000e !important;
}
.megamenu__3 a.btn:hover {
	background: #ffffff !important;
	border-color: #ffffff !important;
	color: #1e1d32 !important;
}



/* SALE */
.megamenu__4 .product_img {
}
.megamenu__4 .product_img a {
	display: block;
	padding: 10px;
	background: #ffffff;
}

.megamenu__4 .product_name {
	padding: 20px 0 0 0;
}
.megamenu__4 .product_name a {
	color: #ffffff;
}
.megamenu__4 .product_name a:hover {
	color: #c8000e;
}

.megamenu__4 .product_price {
	padding: 10px 0 0 0;
}
.megamenu__4 .product_price span.money {
	font-weight: 700;
	font-size: 25px;
}
.megamenu__4 .product_price span.compare-at-price {
	margin: 0 0 0 5px;
	font-weight: 400;
	font-size: 18px;
	color: #777777;
}



/* CUSTOM LINK */
.megamenu__5 {
}



/* CUSTOM LINK */
.megamenu__6 {
}



/* STICK UP MENU STYLES */
#megamenu.isStuck {
	width: 100%;
	left: 0;
	top: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	}
#megamenu.isStuck .menu_badge {
	display: none;
}



/* 8.3 NIVOSLIDER */
.nivoSlider {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
.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 {
	height: 100%;
	max-width: 1920px;
	margin: 20px auto 0 auto;
	padding: 30px 0 0 0;
	position: relative;
	z-index: 1;
}
.slider_wrap:after {
	content: '';
	height: 0;
	display: block;
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 20px;
	z-index: -1;
	-webkit-box-shadow: 0 0 60px 45px rgba(30,29,50,1);
	        box-shadow: 0 0 60px 45px rgba(30,29,50,1);
	}

.nivoSlider {
}



.nivo-caption {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
	display: none;
	}
.nivo-caption a {
	width: 50%;
	display: block;
	margin: -30px 0 0 auto;
	padding: 0 30px 85px 40px;
	position: relative;
	background: rgba(200,0,14,.7);
	 /* Old browsers */
background: -webkit-linear-gradient(top, rgba(200,0,14,1) 0%,rgba(200,0,14,.7) 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200,0,14,1)), color-stop(100%,rgba(200,0,14,.7)));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, rgba(200,0,14,1) 0%, rgba(200,0,14,.7) 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, rgba(200,0,14,1) 0%,rgba(200,0,14,.7) 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, rgba(200,0,14,1) 0%,rgba(200,0,14,.7) 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, rgba(200,0,14,1) 0%,rgba(200,0,14,.7) 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8000e', endColorstr='#c8000e',GradientType=0 );
	 /* IE6-8 */
}
.nivo-caption a:before {
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	border: 15px solid transparent;
	border-color: transparent #1e1d32 #1e1d32 transparent;
	position: absolute;
	left: -30px;
	top: 0;
}

.nivo-caption h2 {
	padding: 68px 0 0 0;
	font-weight: 300;
	font-size: 50px;
	line-height: 57px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.nivo-caption h3 {
	padding: 2px 0 0 0;
	font-weight: 700;
	font-size: 100px;
	line-height: 90px;
	color: #ffffff;
	text-transform: uppercase;
}
.nivo-caption h4 {
	padding: 2px 0 0 0;
	font-weight: 700;
	font-size: 70px;
	line-height: 1em;
	color: #ffffff;
	text-transform: uppercase;
}
.nivo-caption p {
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	color: #ffffff;
}



.nivo-directionNav a {
	display: block;
	vertical-align: top;
	position: absolute;
	top: 50%;
	z-index: 9;
	cursor: pointer;
}
.nivo-directionNav a:hover {
}
.nivo-directionNav a span {
	display: none;
}
.nivo-directionNav a i {
	display: inline-block;
}
.nivo-prevNav {
	left: 0;
}
.nivo-nextNav {
	right: 0;
}



.nivo_control_wrap {
	width: 100%;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 10;
}

.nivo-controlNav {
	width: 50%;
	margin: 0 0 0 auto;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.nivo-controlNav a {
	width: 15px;
	height: 15px;
	display: inline-block;
	background: rgba(255,255,255,.3);
	cursor: pointer;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	

-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.nivo-controlNav a ~ a {
	margin: 0 0 0 10px;
}

.nivo-controlNav a:hover {
	background: rgba(255,255,255,1);
}
.nivo-controlNav a.active {
	background: rgba(255,255,255,1);
	cursor: default;
}



/* 8.4 SHOWCASE */
#showcase {
	padding: 0 0 40px 0;
	position: relative;
	z-index: 10;
}
#showcase .row {
	position: relative;
}
#showcase .row:after {
	content: '';
	height: 0;
	display: block;
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 7px;
	z-index: -1;
	-webkit-box-shadow: 0 0 25px 15px rgba(30, 29, 50, .9);
	        box-shadow: 0 0 25px 15px rgba(30, 29, 50, .9);
	}

#showcase.indent_negative .custom_showcase__1,
#showcase.indent_negative .custom_showcase__2,
#showcase.indent_negative .custom_showcase__3 {
	margin: -113px 0 0 0;
}



.custom_showcase {
	margin: 30px 0 0 0;
}
.custom_showcase a {
	display: block;
	overflow: hidden;
	position: relative;
}

.custom_showcase a img 
}
.custom_showcase a:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	        transform: scale3d(1.1, 1.1, 1.1);
	}

.custom_showcase a h4 {
	width: 100%;
	padding: 20px 15px 20px 15px;
	font-weight: bold;
	font-size: 30px;
	line-height: 1em;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	bottom: 0;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}



.custom_showcase__1 h4,
.custom_showcase__3 h4,
.custom_showcase__5 h4 {
	background: rgba(30,29,50,.9);
}

.custom_showcase__1 a:hover h4,
.custom_showcase__3 a:hover h4,
.custom_showcase__5 a:hover h4 {
	background: rgba(30,29,50,1);
}

.custom_showcase__2 h4,
.custom_showcase__4 h4,
.custom_showcase__6 h4 {
	background: rgba(200,0,14,.9);
}

.custom_showcase__2 a:hover h4,
.custom_showcase__4 a:hover h4,
.custom_showcase__6 a:hover h4 {
	background: rgba(200,0,14,1);
}



/* 8.5 MAIN PRODUCT LISTING */
.product_listing_main .product {
	margin: 30px 0 0 0;
}

.product_listing_main .product_img {
	background-color: #ffffff;
}
.product_listing_main .product_img a {
	display: block;
	position: relative;
}
.product_listing_main .product_img img {
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}
.product_listing_main .product_img .img__2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	opacity: 0;
	}

.product_listing_main .product_img span.product_badge {
	display: block;
	overflow: hidden;
	padding: 10px 10px;
	background: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	z-index: 100;
	-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.15);
	        box-shadow: 0 0 12px 0 rgba(0,0,0,.15);
	}
.product_listing_main .product_img span.product_badge:before {
	content: '';
	width: 200%;
	height: 40px;
	position: absolute;
	left: -50%;
	top: -40px;
	z-index: 0;
	-webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.25);
	        box-shadow: 0 0 50px 0 rgba(0,0,0,.25);
	}
.product_listing_main .product_img span.new {
	color: #1e1d32;
	left: 15px;
}
.product_listing_main .product_img span.sale {
	color: #c8000e;
	right: 15px;
}

.product_listing_main .product_info {
	overflow: hidden;
	padding: 0 30px 30px 30px;
	background: #ffffff;
	position: relative;
}
.product_listing_main .product_info:before {
	content: '';
	width: 200%;
	height: 40px;
	position: absolute;
	left: -50%;
	top: -40px;
	z-index: 0;
	-webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.15);
	        box-shadow: 0 0 50px 0 rgba(0,0,0,.15);
	}

.product_listing_main .product_name {
	min-height: 48px;
	margin: 23px 0 0 0;
}
.product_listing_main .product_name a {
	display: inline-block;
	line-height: 24px;
}

.product_listing_main .product_desc {
}

.product_listing_main .product_price {
}
.product_listing_main .product_price .money {
	font-weight: bold;
	font-size: 32px;
}
.product_listing_main .product_price .compare-at-price {
	margin: 0 0 0 5px;
	font-weight: normal;
	font-size: 15px;
	color: #777777;
}

.product_listing_main .btn {
	margin: 7px 0 0 0;
}



/* HOMEPAGE CAROUSEL */
.index-scope .bx-wrapper {
	max-width: 100% !important;
	margin: 30px 0 0 0;
}



.homepage_carousel .product {
	margin: 0;
}



.index-scope .bx-controls a {
	width: 30px;
	height: 30px;
	display: block;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: -80px;
	z-index: 99;
	background: rgba(30,29,50,.7);
	
-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	

-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.index-scope .bx-controls a:hover {
	background: rgba(30,29,50,1);
	}

.index-scope .bx-controls a:before {
	display: block;
	font: 12px/31px 'FontAwesome';
	color: #ffffff;
	text-align: center;
}

.index-scope .bx-prev:before {
	content: '\f053';
	padding: 0 1px 0 0;
}
.index-scope .bx-next:before {
	content: '\f054';
	padding: 0 0 0 1px;
}

.index-scope .bx-prev {
	right: 70px;
}
.index-scope .bx-next {
	right: 30px;
}



/* CUSTOM BOTTOM */
#bottom {
	max-width: 1920px;
	margin: 30px auto 0 auto;
	position: relative;
}
#bottom .bottom_content {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#bottom a {
	width: 50%;
	display: block;
	margin: -30px 0 0 0;
	padding: 0 30px 175px 40px;
	position: relative;
	background: rgba(200,0,14,1);
	 /* Old browsers */
background: -webkit-linear-gradient(top, rgba(200,0,14,1) 20%,rgba(200,0,14,.7) 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(200,0,14,1)), color-stop(100%,rgba(200,0,14,.7)));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, rgba(200,0,14,1) 20%, rgba(200,0,14,.7) 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, rgba(200,0,14,1) 20%,rgba(200,0,14,.7) 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, rgba(200,0,14,1) 20%,rgba(200,0,14,.7) 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, rgba(200,0,14,1) 20%,rgba(200,0,14,.7) 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8000e', endColorstr='#c8000e',GradientType=0 );
	 /* IE6-8 */
}
#bottom a:before {
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	border: 15px solid transparent;
	border-color: transparent #1e1d32 #1e1d32 transparent;
	position: absolute;
	left: -30px;
	top: 0;
}

#bottom h3 {
	padding: 68px 0 0 0;
	font-size: 50px;
	line-height: 57px;
	color: #ffffff;
	text-transform: uppercase;
}
#bottom h4 {
	padding: 2px 0 0 0;
	font-weight: bold;
	font-size: 100px;
	line-height: 90px;
	color: #ffffff;
	text-transform: uppercase;
}
#bottom p {
	margin: 13px 0 0 0;
	font-size: 15px;
	line-height: 23px;
	color: #ffffff;
}



/* 8.6 FOOTER */
footer {
	background: #1e1d32;
	color: #5c5987;
}

.footer_content {
	padding: 40px 0;
}

.footer_block {
	padding-bottom: 75px;
}

ul.footer_links {
}
ul.footer_links li {
	margin: 17px 0 0 0;
}
ul.footer_links i {
	margin: -4px 14px 0 0;
	font-size: 26px;
	line-height: 1em;
	color: #c8000e;
}
ul.footer_links a {
	font-size: 16px;
	line-height: 1em;
	color: #5c5987;
}
ul.footer_links a:hover {
	color: #ffffff;
}



.footer_block__1 {
}
.footer_block__2 {
	margin: 0 -1px 0 0;
	-webkit-box-shadow: inset -1px 0 0 0 rgba(46,45,66,1);
	        box-shadow: inset -1px 0 0 0 rgba(46,45,66,1);
	}
.footer_block__3 {
	text-align: right;
	-webkit-box-shadow: inset 1px 0 0 0 rgba(46,45,66,1);
	        box-shadow: inset 1px 0 0 0 rgba(46,45,66,1);
	}

.footer_texts {
}
.footer_texts .footer_texts__1 {
	padding: 7px 0 0 0;
	font-size: 13px;
	line-height: 17px;
}
.footer_texts .footer_texts__2 {
	padding: 20px 0 0 0;
	font-weight: 300;
	font-size: 21px;
	line-height: 1em;
	color: #ffffff;
	text-transform: uppercase;
}
.footer_texts .footer_texts__3 {
	padding: 2px 0 0 0;
	font-weight: bold;
	font-size: 46px;
	line-height: 1em;
	color: #c8000e;
}
.footer_texts .footer_texts__4 {
	font-size: 13px;
}

.footer_social {
	padding: 17px 0 0 0;
	font-size: 0;
}
.footer_social li {
	display: inline-block;
	margin: 10px 0 0 0;
}
.footer_social li ~ li {
	margin: 10px 0 0 10px;
}
.footer_social a {
	width: 56px;
	height: 56px;
	display: block;
	background: #ffffff;
	color: #1e1d32;
	text-align: center;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	}
.footer_social a:hover {
	color: #c8000e;
}
.footer_social a i {
	font-size: 38px;
	line-height: 56px;
}



footer .copyright {
	padding: 25px 0 40px 0;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(46,45,66,1);
	        box-shadow: inset 0 1px 0 0 rgba(46,45,66,1);
	}
footer .copyright p {
	margin: 0;
	font-size: 13px;
}
footer .copyright a {
	color: #5c5987;
}
footer .copyright a:hover {
	color: #ffffff;
}



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

/* 9.1 PAGES CONTENT */
ul.tags {
	margin: 10px 0 0 0;
	list-style-type: none;
}
ul.tags li {
	float: left;
	margin: 5px 5px 0 0;
}
ul.tags li a {
	display: block;
	padding: 5px 10px;
	background: #1e1d32;
	color: #ffffff;
}

ul.tags li a:hover,
ul.tags li.active a {
	background: #c8000e;
}



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



.sort_by {
	margin: 15px 0;
	padding: 10px 0;
	border: 1px solid #d7d7d7;
	border-width: 1px 0;
	text-align: right;
}
.sort_by label {
	margin: 0 4px 0 0;
	line-height: 30px;
}
.sort_by select {
	width: auto !important;
	height: 30px;
	display: inline-block;
	padding: 5px 4px;
	cursor: pointer;
}



/* 9.2 BREADCRUMBS */
.breadcrumbs_wrap {
	background: #f2f2f2;
}
.breadcrumb {
	margin: 0;
	padding: 7px 0;
	background: none;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	}



/* 9.3 COLLECTION LISTING */
.collection_listing {
}
.collection_listing .collection {
	margin: 30px 0 0 0;
}



/* 9.4 PAGINATION */

#pagination {
	display: inline-block;
	overflow: hidden;
	margin: 30px 0 0 0;
	background: #1e1d32;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	}
#pagination span {
	display: block;
	float: left;
}
#pagination span ~ span {
}

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

#pagination span a:hover {
	color: #c8000e;
}
#pagination span.current {
	background: #c8000e;
	font-weight: bold;
	color: #ffffff;
	cursor: default;
}



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

.column .widget {
}

.column .widget h3.widget_header {
	margin: 0;
	padding: 22px 30px;
	background: #ffffff;
	font: bold 21px Lato;
	color: #1e1d32;
	text-transform: uppercase;
}


/* 10.1 LINKS LIST */
.column .widget ul.list {
}
.column .widget ul.list li {
	border-top: 1px solid #d7d7d7;
}
.column .widget ul.list li a {
	display: block;
	padding: 10px 30px;
	background: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
}
.column .widget ul.list li.active a {
	font-weight: bold;
}



/* 10.2 SIDEBAR PRODUCT LISTING */
.product_listing_sidebar .product {
	overflow: hidden;
	padding: 15px 15px 15px 30px;
	background: #ffffff;
	border-top: 1px solid #d7d7d7;
}

.product_listing_sidebar .product_img {
	width: 70px;
	float: left;
}

.product_listing_sidebar .product_info {
	margin: 0 0 0 85px;
}

.product_listing_sidebar .product_name {
}

.product_listing_sidebar .product_desc {
}

.product_listing_sidebar .product_price {
}
.product_listing_sidebar .product_price .money {
	font-weight: bold;
	font-size: 20px;
}
.product_listing_sidebar .product_price .compare-at-price {
	margin: 0 0 0 5px;
	font-weight: normal;
	font-size: 15px;
	color: #777777;
}



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

#searchresults {
	margin: 0;
}
#searchresults .search-form {
	margin: 15px 0 0 0;
}
#searchresults .search-form input {
	width: 100%;
	float: left;
	padding: 0 34px 0 10px;
}
#searchresults .search-form button {
	width: 34px;
	height: 34px;
	float: left;
	margin: 0 0 0 -34px;
	background: none;
	border: none;
	font-size: 20px;
	color: #1e1d32;
}
#searchresults .search-form button:hover {
	color: #c8000e;
}
#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 #d7d7d7;
}
#searchresults ol li {
	overflow: hidden;
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid #d7d7d7;
}
#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_wrap {
}



/* 12.1 PRODUCT IMAGES */
/* BIG IMAGE + ZOOM */
.zoomWrapper,
#elevatezoom_big {
	width: 345px !important;
	height: auto !important;
	position: relative !important;
}

#elevatezoom_big ~ #elevatezoom_big {
	width: 0 !important;
	height: 0 !important;
}

.zoomWrapper {
	background: #ffffff;
}

.zoomContainer {
	z-index: 1 !important;
}
.zoomLens {
	z-index: 1 !important;
}
.zoomWindow {
	background: #ffffff;
}


/* THUMBS */
.product_images .bx-wrapper {
	max-width: 100% !important;
	margin: 12px 0 0 0;
	padding: 0 30px;
	position: relative;
}

#elevatezoom_gallery {
}
#elevatezoom_gallery a {
	width: 87px !important;
	display: block;
	margin: 0 12px 0 0;
	background: #ffffff;
}

.product_images .bx-controls a {
	width: 20px;
	height: 20px;
	display: block;
	overflow: hidden;
	margin: -10px 0 0 0;
	line-height: 1em;
	text-align: center;
	position: absolute;
	top: 50%;
	background: rgba(30,29,50,.7);
	
-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	

-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.product_images .bx-controls a:hover {
	background: rgba(30,29,50,1);
	}

.product_images .bx-controls a:before {
	font: 10px/21px 'FontAwesome';
	color: #ffffff;
}

.product_images .bx-controls a.bx-prev {
	left: 0;
}
.product_images .bx-controls a.bx-prev:before {
	content: '\f053';
}
.product_images .bx-controls a.bx-next {
	padding: 0 0 0 1px;
	right: 0;
}
.product_images .bx-controls a.bx-next:before {
	content: '\f054';
}



/* 12.2 PRODUCT INFO */
.product_wrap .product_name {
	margin: -6px 0 0 0;
	font-weight: bold;
	font-size: 21px;
}



.product_wrap .product-price {
	margin: 15px 0 0 0;
	padding: 0;
}
.product_wrap .product-price .money {
	margin: 0 5px 0 0;
	font-weight: bold;
	font-size: 32px;
}
.product_wrap .product-price .compare-at-price {
	margin: 0 0 0 5px;
	font-weight: normal;
	font-size: 15px;
	color: #777777;
}



#purchase {
}
#purchase label {
	display: inline-block;
	margin: 15px 10px 0 0;
	padding: 0 !important;
	line-height: 58px;
}
#purchase #quantity {
	width: 50px;
	height: 58px;
	display: inline-block;
	margin: 15px 10px 0 0;
	padding: 0;
	outline: none;
	text-align: center;
}

#purchase .variants-wrapper {
	display: inline-block;
	margin: 15px 10px 0 0;
}
#purchase .variants-wrapper select {
	width: auto;
	height: 58px;
	max-width: 150px;
	padding: 9px 6px;
}

#purchase #add-to-cart {
	margin: 15px 10px 0 0;
}


    
.product_wrap .product_details {
	margin: 15px 0 0 0;
	padding: 10px 0 15px 0;
	border: 1px solid #d7d7d7;
	border-width: 1px 0;
}
.product_wrap .product_details > div {
	padding: 5px 0 0 0;
}

.product_wrap #product_description {
}
.product_wrap #product_description h4 {
	padding-bottom: 0;
	border: none;
	text-transform: none;
}



.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 {
}
.widget_related_products h3 {
	margin: 30px 0 0 0;
}

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

ul.product_listing_related .product_img {
}
ul.product_listing_related .product_name {
}
ul.product_listing_related .product_price {
}



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

/* 13.1 POSTS LISTING */
#blog {
}

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

.article_header {
	padding: 15px 0;
	border-bottom: 1px solid #d7d7d7;
}
.article_header .product_name {
	font-size: 21px;
}
.article_header .product_name a {
	color: #1e1d32 !important;
}
.article_header .product_name a:hover {
	color: #c8000e !important;
}

.blog-article_meta-comments {
	float: right;
	padding: 8px 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: 8px 0 0 15px;
}
.article_meta-tags a {
	text-decoration: underline;
}

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



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

.comment-form {
}

.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;
}

.comment-submit {
}



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

/* 14.1 LOG IN */

/* 14.2 ACCOUNT */
.customer_account {
}

.customer_name {
	text-transform: none !important;
}
.customer_name .divider {
	margin: 0 7px;
}
.customer_name .email {
	color: #777777;
}
.customer_name a {
	float: right;
}



/* 14.3 ADDRESSES */
.customer_addresses {
}

.customer_addresses ul.customer_addresses_actions {
	list-style-type: none;
	margin: 15px 0;
}
.customer_addresses ul.customer_addresses_actions li {
}
.customer_addresses ul.customer_addresses_actions li a {
}
.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;
}


.address_table .address_title {
	vertical-align: baseline;
}
.address_table .address_title .address_actions {
	vertical-align: baseline;
	float: right;
	margin: 0 0 0 15px;
	text-transform: none;
}
.address_table .address_title .address_actions span {
	vertical-align: baseline;
}


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



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

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

.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: #1e1d32;
}

.cart-list .row h3.item_vendor {
	border-bottom: 1px solid #d7d7d7;
	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 {
}
.cart_subtotal h3 {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #d7d7d7;
}
.cart_subtotal h3 .money {
	float: right;
	font-size: inherit;
}

.cart_buttons {
	margin: 30px 0;
}

.cart_instructions {
}
.cart_instructions h4 {
}
.cart_instructions textarea {
	width: 100%;
}

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



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



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

.contact-scope {
}
.contact-scope #google_map {
	margin: 15px 0;
}

.contact-form {
}

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

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="telephone"],
.contact-form textarea {
}

.contact-form textarea {
	width: 100%;
}

.contact-form_buttons {
}
.contact-form_buttons .btn-toolbar {
}