﻿/***********************************************************

1. CSS RESET

2. VARIABLES
2.1 GRADIENTS
2.2 CSS3 TRANSITIONS

3. GLOBAL THEME STYLES
3.1 HOVERS

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 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;
	font-weight:inherit;
	line-height:inherit;
}
b, strong {
	font-weight: bold;
	line-height:inherit;
	vertical-align:baseline;
}
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;
}

.ig
{
display:none!important;
}

/* 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 #f2f2f2;
}
.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__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);
	}























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



/* 3.1 HOVERS */
.hover__1 {
	overflow: hidden;
	position: relative;
}

.hover__1:before,
.hover__1:after {
	content: '';
	width: 100%;
	height: 50%;
	display: block;
	background: rgba(32,35,39,.2);
	position: absolute;
	left: 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;
	
}

.hover__1:before {
	top: -100%;
}
.hover__1:after {
	bottom: -100%;
}

.hover__1:hover:before {
	top: 0;
}
.hover__1:hover:after {
	bottom: 0;
}



.hover__2 {
	overflow: hidden;
	position: relative;
}

.hover__2:before,
.hover__2:after {
	content: '';
	width: 50%;
	height: 100%;
	display: block;
	background: rgba(32,35,39,.2);
	position: absolute;
	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;
	
}

.hover__2:before {
	left: -100%;
}
.hover__2:after {
	right: -100%;
}

.hover__2:hover:before {
	left: 0;
}
.hover__2:hover:after {
	right: 0;
}



.hover__3 {
	overflow: hidden;
	position: relative;
}

.hover__3:before {
	content: '';
	width: 100%;
	height: 0;
	display: block;
	background: rgba(32,35,39,.2);
	position: absolute;
	left: 0;
	top: 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;
	
}

.hover__3:hover:before {
	height: 100%;
	top: 0;
}



.hover__4 {
	overflow: hidden;
	position: relative;
}

.hover__4:before {
	content: '';
	width: 0;
	height: 100%;
	display: block;
	background: rgba(32,35,39,.2);
	position: absolute;
	left: 50%;
	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;
	
}

.hover__4:hover:before {
	width: 100%;
	left: 0;
}



.hover__5 {
	overflow: hidden;
	position: relative;
}

.hover__5:before {
	content: '';
	width: 200%;
	height: 200%;
	display: block;
	position: absolute;
	left: -50%;
	top: -50%;
	-webkit-box-shadow: inset 0 0 0 0 rgba(32,35,39,.2);
	    box-shadow: inset 0 0 0 0 rgba(32,35,39,.2);
	
-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	
}

.hover__5:hover:before {
	-webkit-box-shadow: inset 0 0 0 300px rgba(32,35,39,.2);
	    box-shadow: inset 0 0 0 300px rgba(32,35,39,.2);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	 -o-transform: rotate(180deg);
	    transform: rotate(180deg);
	}



.hover__6 {
	overflow: hidden;
	position: relative;
}

.hover__6:before,
.hover__6:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(32,35,39,.1);
	position: absolute;
	
-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;
	
}

.hover__6:before {
	left: -100%;
	top: -100%;
}
.hover__6:after {
	right: -100%;
	bottom: -100%;
}

.hover__6:hover:before {
	left: 0;
	top: 0;
}
.hover__6:hover:after {
	right: 0;
	bottom: 0;
}



.hover__7 {
	overflow: hidden;
	position: relative;
}

.hover__7:before {
	content: '';
	width: 200%;
	height: 200%;
	display: block;
	position: absolute;
	left: -50%;
	top: -50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	    border-radius: 50%;
	-webkit-box-shadow: inset 0 0 0 0 rgba(32,35,39,.2);
	    box-shadow: inset 0 0 0 0 rgba(32,35,39,.2);
	
-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	
}

.hover__7:hover:before {
	-webkit-box-shadow: inset 0 0 0 300px rgba(32,35,39,.2);
	    box-shadow: inset 0 0 0 300px rgba(32,35,39,.2);
	}



.hover__8 {
	overflow: hidden;
	position: relative;
}

.hover__8:before {
	content: '';
	width: 200%;
	height: 200%;
	display: block;
	position: absolute;
	left: -50%;
	top: -50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	    border-radius: 50%;
	-webkit-box-shadow: inset 0 0 0 300px rgba(32,35,39,.2);
	    box-shadow: inset 0 0 0 300px rgba(32,35,39,.2);
	-webkit-transform: scale(.001);
	-moz-transform: scale(.001);
	-ms-transform: scale(.001);
	 -o-transform: scale(.001);
	    transform: scale(.001);
	
-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	
}

.hover__8:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	 -o-transform: scale(1);
	    transform: scale(1);
	}



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




body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bcbcbc;
	background:#202327;
}



/* 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;
	font: 30px Open Sans;
	color: #2e3338;
	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 {
	margin-top: -9px;
	padding: 0 0 9px 0;
	font: 300 30px Open Sans;
	color: #2e3338;
	text-transform: uppercase;
}
.column_center .page_heading a {
	float: right;
	font-size:20px;
	padding-top:10px;
}



/* 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: #99bf38;
	text-decoration: none;
}
a:hover, a:focus {
	color: #3e454c;
}



/* 4.4 PRODUCT ATTRIBUTES (name, description, price) */
.product_name {
	font-weight: 300;
	text-transform:uppercase;
	font-size: 14px;
	color: #3e454c;
}
.product_name a {
	color: #3e454c;
	
-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: #99bf38;
}


.product_desc {
	font-size: 12px;
	color: #ADA8A8;
}


.money {
	color: #99bf38;
	text-transform:uppercase;
}
.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;
}
.column_center h3,
.rte h3,
h3 {
	font: 30px/1.2em Open Sans;
	color: #2e3338;
	font-weight:300;
	text-transform: uppercase;
}
.column_center h4,
.rte h4,
h4 {
	font-size: 14px;
}
.rte h5 {
	font-size: 13px;
}
.rte h6 {
	font-size: 12px;
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: Open Sans;
}

.title1 {
	font-size: 70px;
	line-height: 70px;
	font-family: Open Sans;
	color: #202327;
	font-weight: 300;
}
.title2 {
	font-size: 50px;
	line-height: 50px;
	font-family: Open Sans;
	color: #99bf38;
	font-weight: 300;
}
.title3 {
	font-size: 40px;
	line-height: 40px;
	font-family: Open Sans;
	color: #ffffff;
	font-weight: 300;
	text-transform:uppercase;
}
.title4 {
	font-size: 20px;
	line-height: 20px;
	font-family: Open Sans;
	color: #202327;
	font-weight: 600;
	text-transform:uppercase;
}

.title3 + .title4 {
	padding-top:8px;
}

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

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

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 #f2f2f2;
	font: normal 13px 'Arial';
	color: #5B5858;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	    box-sizing: border-box;
	border-radius: 0;
	box-shadow: none;
	}
input[type=text], input[type=email], input[type=number], input[type=password], input[type=telephone] {
	height: 34px;
	line-height: 18px;
	padding-top:7px;
	padding-bottom: 7px;
	}

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 {
	background: #3e454c;
	border: none !important;
	color: #ffffff !important;
	font-size: 11px;
	text-transform:uppercase;
	font-family: Open Sans;
	font-weight: 300;
	padding:10px 19px;
	border-radius: 0 !important;
	box-shadow: none !important;
	
-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	;
	}

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

.btn-cart {
	background: #99bf38;
	color:#ffffff;
	padding:17px 30px 18px 30px;
	text-transform:uppercase;
	font-size:11px;
	line-height:19px;
	padding:8px 9px;
}
.btn-cart i {
	font-size:19px;
	font-size:19px;
	padding-right:7px;
}

.btn-cart {
}

.btn:hover,
.btn:hover a,
.btn-info:hover,
.btn-primary:hover {
	background: #99bf38;
	border:none !important;
}

.btn-cart:hover {
	background: #3e454c;
}

.btn-info,
.btn-primary,
.btn-showcase {
	position:relative;
	padding:17px 15px 21px 25px;
	font-size:15px;
}

input.btn-info,
input.btn-primary {
	padding-left:15px;
}

.btn-info:after,
.btn-primary:after,
.btn-showcase:after {
	content: "\f054";
	color: #ffffff;
	font-size: 20px;
	padding-left: 23px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

.btn-info:focus,
.btn-primary:focus {
	background: #99bf38;
	color: #ffffff;
}



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

html, body {
	height: 100%;
}

#wrapper {
	
background-color: #ffffff;
	
}

#wrapper2 {
	overflow: hidden;
}

.container {
	padding: 0;
}



#main {
	margin-top: 50px;
}



#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 {
	background:#f4f3f3;
	position:relative;
}
#header:before {
	position:absolute;
	left: 0px;
	bottom: 0px;
	right:0px;
	background:#ffffff;
	z-index:0;
	height:32px;
	content: "";
}

.header_top {
	background: #ffffff;
}

.header_user {
	float: left;
	padding-top:20px;
}
.header_user li {
	display: inline-block;
	padding-right:14px;
}
.header_user li a {
	text-transform: uppercase;
	color: #3e454c;
	font-size:11px;
	
-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	;
}
.header_user li a:hover {
	color: #99bf38;
}
.header_user li a i {
	margin: 1px 5px 0 0;
	line-height: 1.5em;
}

.header_cart {
	float:right;
}
.header_cart a {
	display: block;
	line-height: 32px;
	min-width: 243px;
	background:#ffffff;
	position:relative;
}
.header_cart a i {
	font-size: 30px;
	padding: 14px 19px 18px 16px;
	color:#ffffff;
	background: #99bf38;
	z-index:1;
	position:relative;
	
-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	;
}
.header_cart a b {
	display:inline-block;
	color: #99bf38;
	z-index:2;
	position:relative;
}
.header_cart a .ins span {
	text-transform: uppercase;
	color: #3e454c;
	z-index:1;
	position:relative;
}
.header_cart a span.count {
	padding:0 3px 0 8px;
}
.header_cart a .ins {
	display:inline-block;
	 padding:14px 5px 5px 31px;
}
.header_cart a:before {
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	width:0px;
	content:"";
	background:#99bf38;
	
-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	;
	z-index:0;
}
.header_cart a:hover::before {
	width:100%;
}
.header_cart a b,
.header_cart a .ins span {
	 
-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	;
}
.header_cart a:hover b,
.header_cart a:hover .ins span {
	color:#ffffff;
}

.header_currency {
	float:right;
}
.header_currency .jq-selectbox {
	width: 100px;
	background:#f4f3f3;
	line-height: 24px;
}
.header_currency .jq-selectbox__select {
	height: 62px;
	padding: 22px 21px 0 28px;
}
.header_currency .jq-selectbox__select-text {
	color:#202327;
}
.header_currency .jq-selectbox__trigger i {
	right: 26px;
	top: 21px;
	font-size:13px;
}

.header_currency .jq-selectbox__dropdown {
	width: 100% !important;
	text-align:center;
	top: 62px !important;
}
.header_currency .jq-selectbox__dropdown ul {
	background: #99bf38;
}
.header_currency .jq-selectbox__dropdown ul li {
	color: #ffffff;
	
-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	;
}

.header_currency .jq-selectbox__dropdown ul li.sel,
.header_currency .jq-selectbox__dropdown ul li:hover {
	background: #3e454c;
}

.header_center {
	padding-bottom:42px;
}

#logo {
	margin-top: 65px;
	float: left;
}
#logo a {
	display: inline-block;
	font-family: Open Sans;
}
#logo a img {
	 float: left;
	padding: 0px 30px 0 0;
}
#logo b {
	font-size: 50px;
	font-weight: 300;
	color: #3e454c;
	padding-top:8px;
	display:inline-block;
	
-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	;
}
#logo span {
	display:block;
	text-transform: uppercase;
	font-size: 15px;
	color: #bcbcbc;
	
-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	;
}
#logo a:hover b,
#logo a:hover span {
	color:#99bf38;
}
.logo_right {
	text-align:left;
	display:inline-block;
}

.custom_header1 {
	float: right;
	text-transform: uppercase;
	font-size: 15px;
	color: #99bf38;
	font-family: Open Sans;
	font-weight: 300;
	margin-top: 60px;
}
.custom_header1 a {
	display:inline-block;
}
.custom_header1 i {
	float: left;
	font-size: 57px;
	color: #99bf38;
	padding-right:16px;
	padding-top:3px;
}
.custom_header1 .ins {
	overflow: hidden;
	float:left;
}

.header_search {
	float:right;
	margin-top: 58px;
	margin-right: 57px;
}
.header_search form {
	position:relative;
	width: 270px;
	background: #dcdcdc;
}
.header_search #search-field {
	background: transparent;
	border-color: transparent;
	width:100%;
	height: 67px;
	color: #ffffff;
	padding:24px 0 23px 10px;
}
.header_search #search-submit {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 49px;
	font-size: 26px;
	vertical-align: middle;
	line-height: 67px;
	 color: #ffffff;
	text-align: left;
	
-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	;
}
.header_search #search-submit i {
	line-height:67px;
}
.header_search #search-submit:hover {
	color:#99bf38;
}


/* 8.2 NAVIGATION */
#navigation {
	position: relative;
	z-index: 99;
}
#navigation.isStuck {
	width: 100%;
	left: 0;
	top: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	}

#navigation nav {
	background: #99bf38;
	border-top: 9px solid #3e454c;
	z-index:1;
	position:relative;
}

.sf-menu {
	padding-left:32px;
}
.sf-menu li {
	position: relative;
}

.sf-menu > li {
	float: left;
	position:relative;
}
.sf-menu > li > a {
	position:relative;
	z-index:2;
	display: block;
	padding: 41px 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: Open Sans;
	color:#ffffff;
}
.isStuck .sf-menu > li > a {padding: 21px 30px;}
.isStuck + .pseudoStickyBlock {height:81px !important;}
.sf-menu > li::before {
	content: "";
	left: 0;
	top: 0;
	right: 0;
	height: 0;
	position: absolute;
	background: #3e454c;
	
-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	;
	z-index:0;
}
.sf-menu > li:hover::before,
.sf-menu > li.sfHover::before,
.sf-menu > li.active::before {
	height: 100%;
}

.sf-menu > li.active > a,
.sf-menu > li:hover > a {
	position:relative;
}

.sf-menu > li > a.sf-with-ul:after {
	position: absolute;
	content:"";
	left: 50%;
	margin-left: -4px;
	right: 0;
	bottom: 23px;
	-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;
}
.isStuck .sf-menu > li > a.sf-with-ul:after {bottom:10px;}


.sf-menu ul {
	display:none;
	width: 180px !important;
	position: absolute;
	left: 0;
	top: 112px;
	z-index: 1000;
	background:#202327;
	padding:20px 0px;
}
.isStuck .sf-menu ul {top:72px;}
.sf-menu ul li + li {
	border-top: 1px solid #3e454c;
}
.sf-menu ul li a {
	display: block;
	padding: 5px 10px;
	color:#ffffff;
	background:#202327;
	
-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	;
}

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



/* 8.3 NIVOSLIDER */
.nivoSlider {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.nivoSlider img {
	max-width: none;
	position: absolute;
	top: 0;
	left: 0;
  	display:block; 
  	height:100%;
}
.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%;
	position: relative;
	z-index: 1;
	max-height:658px;
	overflow:hidden;
}

.nivo-caption {
	position: absolute;
	left: 0;
	right:0px;
	top:50%;
	margin-top: -237px;
	z-index: 8;
	display: none;
}
.nivo-caption a {
	display:block;
	margin: 0 auto;
	position:relative;
}
.nivo-caption .ins {
	position:absolute;
	width:39.6%;
	right:0px;
	padding-right:50px;
}
.nivo-caption .title1 + .title2 {
	margin-top: 13px;
}
.nivo-caption p {
	font-family: Open Sans;
	font-size:30px;
	color:#3e454c;
	font-weight:300;
	margin:10px 0px;
}

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


.nivo-controlNav {
	width: 1170px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 57px;
	z-index: 10;
	text-align:right;
	left:50%;
	margin-left:-580px;
}
.nivo-controlNav a {
	display: inline-block;
	cursor: pointer;
	width:19px;
	height:19px;
	border-radius:50%;
	background:#3e454c;
	margin:0 5px;
	
-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	;
}
.nivo-controlNav a span {
	display: none;
}
.nivo-controlNav a i {
	display: none;
}
.nivo-controlNav a.active,
.nivo-controlNav a:hover {
	background:#99bf38;
}
.nivo-controlNav a.active {
	cursor: default;
}
.btn-slider {
	margin-top:35px;
	padding:17px 30px 18px 30px;
	margin-left:3px;
	position:relative;
	background:#99bf38;
	
-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	;
	font-size:15px;
}
.btn-slider i {
	position:absolute;
	right:-57px;
	top:0px;
	bottom:0px;
	width:57px;
	padding-right:3px;
	background:#3e454c;
	color:#ffffff;
	font-size:25px;
}
.btn-slider i:before {
	line-height:54px;
}
.btn-slider a {
	color:#3e454c;
}
.btn-slider:hover {
	background:#3e454c;
}

/* 8.4 SHOWCASE */
.shawcase_top:before {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	background: #ffffff;
	z-index: 0;
	height: 55px;
	content: "";
}

.shawcase_top {
	padding-bottom:17px;
	background: #f4f3f3;
	position:relative;
}
.custom_showcase {
	position:relative;
	 z-index:1;
	margin-bottom:30px;
}

.custom_showcase a {
	display:block;
}
.custom_showcase__1 .sh_wrapper {
	background:#7ecefd;
}
.custom_showcase__2 .sh_wrapper {
	background:#99bf38;
}
.custom_showcase__3 .sh_wrapper {
	background:#e74c3c;
}
.custom_showcase .sh_wrapper .ins {
	padding:28px 45px 39px;
	display:table-cell;
	vertical-align:middle;
}
.custom_showcase .sh_wrapper img {
	 
-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	;
}
.custom_showcase .sh_wrapper:hover img {
	 opacity:.6;
}

.btn-showcase:hover {
	background:#99bf38;
}

.showcase_bottom {
	padding-top: 44px;
}
.custom_showcase__4 {
	position:relative;
	height:270px;
	overflow:hidden;
	background:#202327;
}
.custom_showcase__4 .parallax {
	position:absolute;
	left:0px;
	top:0px;
}
.custom_showcase__4 a img {
	opacity:1;
	transition: opacity .4s ease;
}
.custom_showcase__4 a:hover img {
	opacity:.5}

.custom_showcase__4_content {
	position:relative;
	padding:60px 20px 0px 100px;
}
.custom_showcase__4_content img {
	float:left;
	padding-right:68px;
	padding-top:15px;
}
.custom_showcase__4_content .title1 {
	float:left;
	max-width:50%;
}
.custom_showcase__4_content .title1 span {
	color: #99bf38;
	text-transform:uppercase;
}
.custom_showcase__4_content .title1 span + span {
	color: #e74c3c;
}
.custom_showcase__4_content .title1 span + span + span {
	color: #7ecefd;
}
.custom_showcase__4_content .title1 span + span + span + span {
	color: #ffffff;
}
.custom_showcase__4_content .title3 {
	float:left;
	max-width:45%;
	padding-left:5%;
	 line-height:45px;
	padding-top:2px;
}
.custom_showcase__4_content .ins {
	overflow:hidden;
}

/* 8.5 MAIN PRODUCT LISTING */
.product_listing_main {
	border-top:1px solid #f2f2f2;
}
.product-listing__collection .product_listing_main {
	border-top:0px}
.product-listing__collection .product_listing_main + .product_listing_main {
	border-top:1px solid #f2f2f2;
}
.product_listing_main + .product_listing_main {
	margin-top:63px;
	padding-top:28px;
}
.product_listing_main .product {
	margin-top:33px;
}

.product_listing_main .product_img {
	position:relative;
}
.product_listing_main .product_img .sale {
	position:absolute;
	left:0px;
	top:0px;
	background:#99bf38;
	color:#ffffff;
	padding:5px 10px;
}
.product .product_img a {
	display: block;
	padding: 20px;
	background:#f8f8f8;
}

.product .product_name {
	padding-top:13px;
}

.product .product_desc {
	padding-top:5px;
}

.product .product_price {
	padding-top:38px;
}
.product_listing_main .product_price .money {
	font-size:25px;
	line-height:25px;
}
.product_listing_main .product_price .compare-at-price {
	font-size:17px;
	padding-left:10px;
	font-weight:300;
}

.product .product_links .btn {
	margin-top:24px;
}
.product_listing_main .product_links form {
	display: inline-block;
}
.product_links form .btn {
	margin-right:15px;
}

.product_listing_related .product .product_price {
	padding-top:5px;
}


/* 8.6 FOOTER */
footer {
	background:#2e3338;
	margin-top:119px;
	padding-top:34px;
}

.footer_block h4 {
	padding-top:30px;
	padding-bottom:19px;
	text-transform:uppercase;
	color:#99bf38;
}
.footer_block ul li + li {
	padding-top:4px;
}
.footer_block ul li a {
	font-size:12px;
	color:#545d66;
	text-transform:uppercase;
	
-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	;
	
-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	;
}

.footer_block ul li.active a,
.footer_block ul li a:hover {
	color:#99bf38;
}

.contacts_address {
	color:#545d66;
	text-transform:uppercase;
	margin-top:2px;
}
.contacts_email,
.contacts_phone {
	color:#545d66;
	text-transform:uppercase;
	font-size:12px;
	margin-top:8px;
}
.contacts_email i,
.contacts_phone i {
	font-size:15px;
	color:#99bf38;
	margin-top:1px;
	min-width:29px;
}
.contacts_email a {
	font-family:Open Sans;
}

.socials li {
	display:inline-block;
	padding-top:3px;
}
.socials li i {
	/*color:#545d66;*/
	font-size:30px;
	
-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	;
}
.footer_block .socials li + li {
	padding-left:21px;
	padding-top:3px;
}
.socials li a:hover i {
	color:#ffffff;
}
.socials li a:hover i {
	-ms-transform: rotate(30deg);
	 /* IE 9 */
-webkit-transform: rotateX(360deg);
	 /* Chrome, Safari, Opera */
transform: rotateX(360deg);
	}

.contacts_company {
	font-size:25px;
	font-family:Open Sans;
	font-weight:300;
	margin-top:-6px;
}

footer .copyright {
	background:#202327;
	margin-top:98px;
	color:#545d66;
}
footer .copyright p {
	font-size:11px;
	margin-top:24px;
	padding-bottom:25px;
}
footer .copyright a {
	 
-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	;
}
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: #3e454c;
	color: #ffffff;
	
-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	;
}

ul.tags li a:hover,
ul.tags li.active a {
	background: #99bf38;
	color: #ffffff;
}



.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 #f2f2f2;
	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 */
.breadcrumb {
	margin: 0 0 15px 0;
	padding:15px;
	background: #99bf38;
	color: #ffffff;
	font-family:Open Sans;
	text-transform:uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	    border-radius: 0;
	}
.breadcrumb a,
.breadcrumb > li + li:before {
	color:#ffffff;
	
-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	;
}
.breadcrumb a:hover {
	color:#202327;
}


/* 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;
	    border-radius: 0;
	}
#pagination span {
	display: block;
	float: left;
}
#pagination span ~ span {
	margin-left:1px;
}

#pagination span a,
#pagination span.deco,
#pagination span.current {
	display: block;
	padding: 4px 14px;
	color: #ffffff;
	background:#3e454c;
	
-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	;
}

#pagination span a:hover,
#pagination span.current {
	background: #99bf38;
	color: #ffffff;
}
#pagination span.current {
	cursor: default;
}



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

.column .widget h3.widget_header {
	margin: 0;
	padding: 25px 10px 26px 27px;
	background: #99bf38;
	font: 20px/20px Open Sans;
	color: #ffffff;
}

/* 10.1 LINKS LIST */
.column .widget ul.list {
	border-bottom: 1px solid #f2f2f2;
}
.column .widget ul.list li.first a {
	background: #f4f3f3;
}
.column .widget ul.list li a {
	background: #f8f8f8;
	display:block;
	padding: 18px 25px;
	font-size:15px;
	font-family:Open Sans;
	color:#5D5656;
	text-transform:uppercase;
	
-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	;
}


.column .widget ul.list li.active a,
.column .widget ul.list li a:hover {
	background: #99bf38;
	color:#ffffff;
}


/* 10.2 SIDEBAR PRODUCT LISTING */
.product_listing_sidebar .product {
	margin-top:40px;
}

.product_listing_sidebar .product_price {
	padding-top:10px;
}
.product_listing_sidebar .product_price .money {
	font-size:25px;
	line-height:25px;
}
.product_listing_sidebar .product_price .compare-at-price {
	font-size:17px;
}

.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: 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: #99bf38;
}
#searchresults .search-form button:hover {
	color: #3e454c;
}
#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 #f2f2f2;
}
#searchresults ol li {
	overflow: hidden;
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid #f2f2f2;
}
#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 */
.product_img_big {
	max-height: 345px;
	overflow: hidden;
	background:#f8f8f8;
}



.product_img_thumbs {
	max-height: 120px;
	padding: 12px 0 0 0;
}
.product_img_thumbs__list a {
	width: 107px !important;
	display: block;
	background:#f8f8f8;
}
.product_img_thumbs__list a img {
	width: 100%;
	border: 1px solid #f2f2f2;
}



.bx-wrapper {
	max-width: 345px !important;
}
.bx-pager {
	display: none !important;
}

.bx-wrapper .bx-controls-direction a {
	width: 30px;
	height: 0;
	display: block;
	overflow: hidden;
	margin: -15px 0 0 0;
	padding: 30px 0 0 0;
	position: absolute;
	top: 50%;
	background-image: url(data:image/png;base64,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) !important;
	background-position: 0 0;
	background-repeat: no-repeat;
  z-index:90;
	}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none !important;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
	left: 10px;
	background-position: 0 0 !important;
}
.bx-wrapper .bx-controls-direction a.bx-prev:hover {
	background-position: -30px 0 !important;
}
.bx-wrapper .bx-controls-direction a.bx-next {
	right: 10px;
	background-position: 0 -30px !important;
}
.bx-wrapper .bx-controls-direction a.bx-next:hover {
	background-position: -30px -30px !important;
}



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



.product_wrap .product-price {
	margin: 15px 0 0 0;
	padding: 0;
}
.product_wrap .product-price .money {
	margin: 0 5px 0 0;
	font-size:20px;
}
.product_wrap .product-price .compare-at-price {
	font-size:15px;
}



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

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

#purchase #add-to-cart {
	width: auto;
	height: 37px;
	margin: 15px 10px 0 0;
	padding: 9px 15px 9px 15px;
}
#purchase #add-to-cart i {
	vertical-align: middle;
	margin: 0 5px 0 0;
	font-size: 15px;
	line-height: 1.5em;
	position: relative;
	top: -2px;
}



.product_wrap .product_details {
	margin: 15px 0 0 0;
	padding: 10px 0 15px 0;
	border: 1px solid #f2f2f2;
	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_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: 10px 0 0 0;
}

.blog-article + .blog-article {
	padding-top:40px;
}

.article_header {
	padding: 0 0 15px;
	border-bottom: 1px solid #f2f2f2;
}
.article_header .product_name {
	font-size:20px;
}

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

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

.blog-article_meta-tags a {
	text-decoration: underline;
}
.blog-article h3 {
	font-size:20px;
}


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

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

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

.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: #99bf38;
}

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

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

.cart-list .item_price label {
	padding: 0;
	line-height: 37px;
}
.cart-list .item_price .input-small {
	width: 60px !important;
	height: 37px;
	padding-top:9px;
	padding-bottom:8px;
	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 #f2f2f2;
}
.cart_subtotal h3 .money {
	float: right;
	font-size: inherit;
}

.cart_buttons {
	margin: 30px 0;
}
.cart_buttons .btn {
	margin:0 10px;
}
.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 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 #f2f2f2;
}


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