/* reset.css */
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%;}



/* ************************************* VARIABLES ************************************* */

/* GRADIENTS */













/* CSS3 TRANSITION */




/* ************************************* GLOBAL THEME STYLES ************************************* */

/* hiding placeholder text on focus in webkit, thanks to http://www.kolodvor.net/2012/03/23/webkit-placeholder-attribute-behavior */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {color: transparent;}


/* clearfix - nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix {zoom: 1;}

.clearfix:before,
.clearfix:after {content: "";display: table;}

.clearfix:after {clear: both;}


/* utility classes: hidden, float left, float right, etc. */
.hidden,
.visuallyhidden {display: none;}
 
.left {float: left;}
.right {float: right;}


/* custom selects global styles */
.customselect_wrap {position: relative;cursor: pointer;}
.customselect_wrap select {margin: 0;padding: 0;border: none;z-index: 100;cursor: pointer;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.customselect_wrap span.customSelect {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}



/* ************************************* TYPOGRAPHY ************************************* */




body {
  font-family: Roboto;
  font-size: 12px;
  color: #777777;
  line-height: 18px;
}


/* HEADINGS */



.column_center h1,
.column_center h2,
.column_center h3,
.column_center h4,
.column_center h5,
.column_center h6 {font: 15px Roboto;color: #333333;}

.column_center h2,
.column_center h3,
.column_center h4 {font-size: 15px;}

.column_center h5,
.column_center h6 {font-size: 13px;}

.column_center h2 {
  margin-top: 30px;
}

.column_center .page_heading {font: 15px Roboto;}
.column_center .page_heading a {float: right;}


/* PARAGRAPHS */
p {margin: 15px 0;padding: 0;}


/* LISTS */
.column_center ul {list-style-type: square;list-style-position: inside;}
.column_center ol {list-style-type: decimal;list-style-position: inside;}


/* LINKS */
a {color: #75b510;text-decoration: none;}
a:hover, a:focus {color: #333333;}


/* PRODUCT NAME */
.product_name {font-size: 14px;color: #75b510;}
.product_name a {font-weight: normal;color: #75b510;}
.product_name a:hover {color: #333333;}


/* PRODUCT DESCRIPTION */
.product_desc {font-size: 12px;color: #777777;}


/* PRODUCT PRICE */
.money {color: #333333;}
.compare-at-price {text-decoration: line-through;}


/* 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;}


h2 {
	font-size: 15px;
  	font-weight: normal;
  	font-family: 'Roboto', sans-serif;
    color: #333333;
}
.page_heading,
.widget_header{
  	padding: 8px 18px 13px;
  	border: 1px solid #d9d9d9;
 	-webkit-border-radius: 5px 5px 0 0;
 	-moz-border-radius: 5px 5px 0 0;
 	-ms-border-radius: 5px 5px 0 0;
 	-o-border-radius: 5px 5px 0 0;
 	border-radius: 5px 5px 0 0;
    
background: #ffffff; /* Old browsers */
background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* IE10+ */
background: -o-linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-8 */
;
}
.widget_header { margin-bottom: 14px;}

/* ************************************* 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 #dddddd;font: normal 13px 'Arial';color: #777777;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  	box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    box-shadow: none;
}

select,
select.form-control {padding: 8px 3px;}

textarea,
textarea.form-control {min-width: 100%;max-width: 100%;min-height: 100px;}

.form-control:focus {border-color: #aaa;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
}


.form-group {
	vertical-align: top !important;
	margin-top: 15px;
	margin-bottom: 0;
}
.form-group .action_bottom {
	padding-top: 20px;
}
.form-group .btn {
	margin-top: 0px;
}

/* HORIZONTAL FORMS */
.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;}



/* ************************************* ALERT ************************************* */

.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;}



/* ************************************* BUTTONS ************************************* */

.btn,
.btn a,
.btn-info,
.btn-primary {
    
background: #ffffff; /* Old browsers */
background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* IE10+ */
background: -o-linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-8 */
;
    border-color: #eee;
    color: #333333;
    box-shadow: none;
    margin-top: 13px;
    padding: 6px 20px;
  	border: 1px solid #d9d9d9;
  	border-bottom: 1px solid #949494;
  	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
  	font-size: 12px;
  	
-webkit-transition: 0.25s ease-in-out;
   -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
     -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
;
}

.btn a {
  	padding: 0;
  	border: none;
}

.btn-cart {
	
background: #85ca18; /* Old browsers */
background: -webkit-linear-gradient(top, #85ca18 0%,#74b40f 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85ca18), color-stop(100%,#74b40f)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #85ca18 0%, #74b40f 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #85ca18 0%,#74b40f 100%); /* IE10+ */
background: -o-linear-gradient(top, #85ca18 0%,#74b40f 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #85ca18 0%,#74b40f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85ca18', endColorstr='#74b40f',GradientType=0 ); /* IE6-8 */
;
  	color: #ffffff;
  	border-bottom: 1px solid #436809;
  	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
  	
-webkit-transition: 0.25s ease-in-out;
   -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
     -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
;
}


.btn:hover,
.btn:hover a,
.btn-info:hover,
.btn-primary:hover {
  
background: #3f3737; /* Old browsers */
background: -webkit-linear-gradient(top, #3f3737 0%,#322b2b 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3737), color-stop(100%,#322b2b)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #3f3737 0%, #322b2b 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #3f3737 0%,#322b2b 100%); /* IE10+ */
background: -o-linear-gradient(top, #3f3737 0%,#322b2b 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #3f3737 0%,#322b2b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3737', endColorstr='#322b2b',GradientType=0 ); /* IE6-8 */
;
  border-color: #000000; 
  color: #ffffff !important;
}
.btn:hover a {
	color: #ffffff;
  	background: none;
  	border:none;
}

.btn-cart:hover {
	
background: #3f3737; /* Old browsers */
background: -webkit-linear-gradient(top, #3f3737 0%,#322b2b 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3737), color-stop(100%,#322b2b)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #3f3737 0%, #322b2b 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #3f3737 0%,#322b2b 100%); /* IE10+ */
background: -o-linear-gradient(top, #3f3737 0%,#322b2b 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #3f3737 0%,#322b2b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3737', endColorstr='#322b2b',GradientType=0 ); /* IE6-8 */
;
    color: #ffffff;
}
.btn:hover, .btn:focus {color: #ffffff !important;}




/* ************************************* GLOBAL LAYOUT ************************************* */

html, body {height: 100%;}
body { min-width: 100px;}

#wrapper {

	background-color: #ffffff;

}

#wrapper2 {overflow: hidden;}

.container {padding: 0;}


#main_content,
.column .widget {margin-bottom: 27px !important;}



/* ************************************* 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;}



/* ************************************* HEADER ************************************* */

#header {
	background: #2c2626;
}

.user_menu {
  	text-align: right;
  	margin-top: 26px;
}

#logo {
	float: left;
    margin-top: -3px;
    margin-left: -42px;
}
#logo a { 
  	display: block;
  	color: #fff;
}
#logo span {
	
-webkit-transition: 0.25s ease-in-out;
   -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
     -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
;
}
#logo .wrap-1 {
	font-size: 52px;
    line-height: 52px;
    margin-top: 10px;
    display: block;
}
#logo .wrap-2 {
	display: block;
  	margin-top: -10px;
	font-weight: 100;
	font-size: 41px;
	line-height: 41px;
	color: #736a6a;
}
#logo:hover .wrap-1 { color: #84c918;}
#logo:hover .wrap-2 { color: #abdb20;}

#logo b {	
  display: inline-block;
}

.header_right {
  text-align: right;
  margin-top: 11px;
}
.header_right a:hover {color: #ffffff;}

.header_user {
	font-size: 12px;
	line-height: 19px;
    color: #736a6a;
  	display: inline-block;
}
.header_user li { 
  display:inline-block;
}
.header_user li + li { margin-left: 10px;}
.header_user li a {
	color: #736a6a;
}
.header_user li a:hover {
 	color: #fff; 
}
.header_user li a i {
  	margin: 0 5px 0 0;
  	line-height: 1.5em;
}



.header_currency {
  	font-size: 12px;
	line-height: 19px;
	color: #736a6a;
  	margin-left: 17px;
  	display: inline-block;
}
.header_currency .customselect_wrap {
  	display:inline-block;
	width: 41px;
	height: 20px;
  	text-align: left;
}
.header_currency span.customSelect {}
.header_currency span.customSelect span {

}
.header_currency i {
	font-size: 8px;
	line-height: 19px;
	position: absolute;
	right: 5px;
	top: 0px;
	z-index: 1;
	color: #736a6a;
}
.header_currency #currencies {
  	width: 40px;
  	height: 30px;
}
.header_currency #currencies option {}
.customselect_wrap select {
	margin: 0;
	padding: 0;
	border: none;
	z-index: 100;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.header_cart {
	text-align: right;
}
.header_cart a {
	display: inline-block;
  	text-align: left;
	color: #ffffff;
	font-size: 15px;
	line-height: 15px;
	padding: 14px 20px 14px;
	min-width: 145px;
	color: #ffffff;
	
background: #85ca18; /* Old browsers */
background: -webkit-linear-gradient(top, #85ca18 0%,#74b40f 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85ca18), color-stop(100%,#74b40f)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #85ca18 0%, #74b40f 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #85ca18 0%,#74b40f 100%); /* IE10+ */
background: -o-linear-gradient(top, #85ca18 0%,#74b40f 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #85ca18 0%,#74b40f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85ca18', endColorstr='#74b40f',GradientType=0 ); /* IE6-8 */
;
    -webkit-border-radius:8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
 	border-top: 1px solid #000000;
}
.header_cart a:hover {
 	 background: #abdb20;
}
.header_cart a i {
	padding: 3px 2px 0px 0px;
	font-size: 18px;
}
.header_cart a b {
	font-size: 23px;
  	line-height: 23px;
  	font-weight: normal;
}
.header_cart a span {}
.header_cart a span.count {}
.header_cart a > span {
	display: inline-block;
	margin-left: 5px;
}
.my_cart {
  	display: block;
}

.header_search {
  	text-align: center;
  	float: left;
}
.header_search .search-form {
  	margin-top: 23px;
  	margin-left: 5px;
	display: inline-block;
	width: 260px;
	padding-right: 72px;
	position: relative;
}
.header_search #search-submit {
	position: absolute;
	right: 0;
	top: 0px;
  	bottom: 0px;
	color: #fff;
	font-size: 12px;
	line-height: 13px;
	padding: 0 20px;
	
background: #85ca18; /* Old browsers */
background: -webkit-linear-gradient(top, #85ca18 0%,#74b40f 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85ca18), color-stop(100%,#74b40f)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #85ca18 0%, #74b40f 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #85ca18 0%,#74b40f 100%); /* IE10+ */
background: -o-linear-gradient(top, #85ca18 0%,#74b40f 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #85ca18 0%,#74b40f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85ca18', endColorstr='#74b40f',GradientType=0 ); /* IE6-8 */
;
    -webkit-border-radius: 0 3px 3px 0px;
	-moz-border-radius: 0 3px 3px 0px;
	-ms-border-radius: 0 3px 3px 0px;
	-o-border-radius: 0 3px 3px 0px;
	border-radius: 0 3px 3px 0px;
 	border-top: 1px solid #abdb20;
}
.header_search #search-submit:hover {
  	background: #abdb20;
}
.header_search #search-field {
	width: 100%;
	background: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 5px 18px 0px #c5c5c5;;
	-moz-box-shadow: inset 0 5px 18px 0px #c5c5c5;;
	box-shadow: inset 0 5px 18px 0px #c5c5c5;;
}

#header .container > div {
	padding-bottom: 26px;
}


.custom_header1 {}



/* ************************************* NAVIGATION ************************************* */


#header .container #navigation { padding-bottom: 0px;}
#navigation nav {
	position: relative;
	z-index: 99;
	border-top: 1px solid #534b4b;
	
background: #3f3737; /* Old browsers */
background: -webkit-linear-gradient(top, #3f3737 0%,#2e2727 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3737), color-stop(100%,#2e2727)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #3f3737 0%, #2e2727 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #3f3737 0%,#2e2727 100%); /* IE10+ */
background: -o-linear-gradient(top, #3f3737 0%,#2e2727 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #3f3737 0%,#2e2727 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3737', endColorstr='#2e2727',GradientType=0 ); /* IE6-8 */

  	width: 100%;
	max-width: 1170px;
 	-webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -ms-border-radius: 6px 6px 0px 0px;
    -o-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
}


.sf-menu {
	padding-top: 14px;
    padding-bottom: 20px;
    text-align: right;
    padding-right: 21px;
}
.sf-menu li {
	position: relative;
}

/*================================>> 1 Level <<========================================*/

.sf-menu > li {
	display: inline-block;
}
.sf-menu > li + li {
	margin-left: 18px;
}
.sf-menu > li > a {
	display: inline;
	color: #ffffff;
	font-size: 14px;
	line-height: 16px;
}

.sf-menu > li.active > a,
.sf-menu > li:hover > a {
	color: #abdb20;
}

.sf-menu > li > a.sf-with-ul:after {
	position: absolute;
	content:"";
	left: 50%;
	margin-left: -2px;
	right: 0;
	bottom: -7px;
	-moz-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    -webkit-transition: top 0.3s ease-out;
	border: 4px solid;
	border-color: #ffffff transparent transparent transparent;
	width: 0;
	height: 0;
}
.sf-menu > li.active > a.sf-with-ul:after,
.sf-menu > li > a.sf-with-ul:hover:after,
.sf-menu > li.current > a.sf-with-ul:after,
.sf-menu > li.sfHover > a.sf-with-ul:after {
	border-color: #abdb20 transparent transparent transparent;
}

/*================================>> 2 Level <<========================================*/


.sf-menu ul {
	width: 180px !important;
	position: absolute;
	left: 0;
	top: 38px;
	z-index: 1000;
	text-align: left;
  	padding: 0px;
}
.sf-menu ul li {
	display: block;
	border-top: 1px solid #2c2626;
}
.sf-menu ul li a {
	display: block;
	padding: 5px 10px;
	background: 
background: #3f3737; /* Old browsers */
background: -webkit-linear-gradient(top, #3f3737 0%,#322b2b 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3737), color-stop(100%,#322b2b)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #3f3737 0%, #322b2b 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #3f3737 0%,#322b2b 100%); /* IE10+ */
background: -o-linear-gradient(top, #3f3737 0%,#322b2b 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #3f3737 0%,#322b2b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3737', endColorstr='#322b2b',GradientType=0 ); /* IE6-8 */
;
    color: #ffffff;
}

.sf-menu ul > li a:hover,
.sf-menu ul > li.active a {
	background: #6aa907;
}


.sf-menu > li > ul > li > a.sf-with-ul:after  {
	position: absolute;
	display: block;
	content:"\f105";
	right: 7px;
	text-align: center;
	margin-left: -10px;	
	top: 8px;
	-moz-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    -webkit-transition: top 0.3s ease-out;
	overflow: hidden;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	color: #ffffff;
}

#navigation select.menu_mobile {display: none;}


/************************************* NIVOSLIDER *************************************/

.slider_wrap {
	margin-top: 30px;
}
.nivoSlider { 
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.nivoSlider img {
	max-width: none;
	position: absolute;
	top: 0;
	left: 0;
}
.nivo-main-image {
	width: 100% !important;
	display: block !important;
	position: relative !important;
}

.nivoSlider a.nivo-imageLink {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 6;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	filter: alpha(opacity=0);
	opacity: 0;
}

.nivo-slice {
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	z-index: 5;
}

.nivo-box {
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 5;
}
.nivo-box img {display: block;}

.nivoSlider > a,
.nivoSlider > img,
.caption_hidden {display: none;}


.slider_wrap {
	position: relative;
	z-index: 1;
}

.nivo-caption {
	position: absolute;
	left: 77px;
	top: 103px;
	z-index: 8;
	display: none;
}
.nivo-caption h3 {
	font-size: 42px;
	line-height: 44px;
	color: #333333;
	font-weight: 300;
}
.nivo-caption h3 span {
	display: block;
	padding-left: 68px;
	font-size: 52px;
	line-height: 40px;
}


.nivo-directionNav a {
	display: block;
	vertical-align: top;
	position: absolute;
	width: 39px;
	height: 39px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
	top: 50%;
  	margin-top: -18px;
	z-index: 9;
	cursor: pointer;
	background: #f5f5f5;
	color: #736a6a;
  	text-align: center;
	vertical-align: middle;
  	
-webkit-transition: 0.25s ease-in-out;
   -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
     -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
;
}
.nivo-directionNav a:hover {
	color: #6aa907;
}
.nivo-directionNav a span {display: none;}
.nivo-directionNav a i {
	display: inline-block;
	font-size: 30px;
	line-height: 38px;
}
.nivo-prevNav {left: 21px;}
.nivo-nextNav {right: 21px;}


.nivo-controlNav {width: 100%;text-align: center;position: absolute;left: 0;bottom: 0;z-index: 10;}
.nivo-controlNav a {display: inline-block;cursor: pointer;}
.nivo-controlNav a + a {margin: 0 0 0 5px;}
.nivo-controlNav a span {display: none;}
.nivo-controlNav a i {display: block;}
.nivo-controlNav a:hover {}
.nivo-controlNav a.active {cursor: default;}



/* ************************************* SHOWCASE ************************************* */

#showcase {}

.custom_showcase {}


.custom_showcase1 {}
.custom_showcase2 {}
.custom_showcase3 {}
.custom_showcase4 {}



/* ************************************* BOTTOM ************************************* */

.custom_footer {}
.custom_footer h3 {}
.custom_footer ul {}
.custom_footer ul li {}
.custom_footer ul li a {}

.custom_footer ul li.active a,
.custom_footer ul li.active a:hover {}


.custom_footer1 {}
.custom_footer2 {}
.custom_footer3 {}
.custom_footer4 {}



/* ************************************* FOOTER ************************************* */

#footer {
 	
background: #f8f8f8; /* Old browsers */
background: -webkit-linear-gradient(top, #f8f8f8 0%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #f8f8f8 0%, #fefefe 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #f8f8f8 0%,#fefefe 100%); /* IE10+ */
background: -o-linear-gradient(top, #f8f8f8 0%,#fefefe 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #f8f8f8 0%,#fefefe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#fefefe',GradientType=0 ); /* IE6-8 */
;
  	padding-bottom: 30px;
}
#footer .copyright {
	padding: 7px 0;
	border-top: 1px solid #dddddd; 
	margin-top:50px;
	font-size: 11px;
	line-height: 15px;
}
#footer .copyright a {}
#footer .copyright a:hover {}
#footer h2 {
 	padding-top:44px; 
}
h2 + .list {
	margin-top: 16px;
}
#footer .list li {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
    padding-bottom: 5px;
    position: relative;
    padding-left: 16px;
}
#footer .list li:after {
	position: absolute;
	content: "-";
    color: #6aa907;
    left: 0;
    top: 0;
}
#footer .list li a {
   color: #777777;
   
-webkit-transition: 0.25s ease-in-out;
   -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
     -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;

}
#footer .list li a:hover{
  color: #6aa907;
}



/* ************************************* BREADCRUMBS ************************************* */

.breadcrumb {
  	margin: 30px 0 20px 0;
	
background: #4c4343; /* Old browsers */
background: -webkit-linear-gradient(top, #4c4343 0%,#322a2a 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4343), color-stop(100%,#322a2a)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #4c4343 0%, #322a2a 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #4c4343 0%,#322a2a 100%); /* IE10+ */
background: -o-linear-gradient(top, #4c4343 0%,#322a2a 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #4c4343 0%,#322a2a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4343', endColorstr='#322a2a',GradientType=0 ); /* IE6-8 */
;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.breadcrumb > li {
 	color:#ffffff; 
}
.breadcrumb > li a:hover {color:#ffffff;}



/* ************************************* COLLECTION PAGE ************************************* */

ul.tags {margin-top: 15px;list-style-type: none;}
ul.tags li {float: left;}
ul.tags li + li {margin: 0 0 0 5px;}
ul.tags li a {
    display: block;
    padding: 5px 10px;
    color: #75b510;
}

ul.tags li a:hover,
ul.tags li.active a {
    
background: #85ca18; /* Old browsers */
background: -webkit-linear-gradient(top, #85ca18 0%,#74b40f 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85ca18), color-stop(100%,#74b40f)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #85ca18 0%, #74b40f 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #85ca18 0%,#74b40f 100%); /* IE10+ */
background: -o-linear-gradient(top, #85ca18 0%,#74b40f 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #85ca18 0%,#74b40f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85ca18', endColorstr='#74b40f',GradientType=0 ); /* IE6-8 */

    color: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  	border-top: 1px solid #abdb20;
}


.collection_info {margin-top: 15px;}
.collection_info .collection_img {text-align: center;}
.collection_info .collection_desc .rte {margin: 0;}



/* ************************************* COLLECTION LISTING ************************************* */

.collection_listing {}
.collection_listing .collection {margin: 30px 0 0 0;}



/* ************************************* PRODUCT LISTING ************************************* */

#main_content .product { margin-top: 30px;}
.product > .inside {
	padding: 44px 20px 20px;
	border: 1px solid #d9d9d9;
	text-align: center;
}
.product .sale {
	position: absolute;
	left: 35px;
	top: 20px;
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	padding: 4px 6px 6px;
	color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #333333;
}
.product .product_img a {
	display: block;
  	padding: 0 27px;
}
.product .product_name {
  	padding-top: 26px;
}
.product .product_desc p { 
  margin-top: 0px;
  margin-bottom: 4px;
}

.product .product_price {
	font-size: 19px;
	line-height: 23px;
}
#main_content .product .product_price .money {}
#main_content .product .product_price .compare-at-price {}

#main_content .product .product_links {}
#main_content .product .product_links form {display: inline-block;}
#main_content .product .product_links a {}



/* ************************************* PAGINATION ************************************* */

#pagination {
	display: inline-block;
	overflow: hidden;
	margin: 30px 0 0 0;
	border: 1px solid #dddddd;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#pagination span {
	display: block;
	float: left;
}
#pagination span ~ span {
  	border-left: 1px solid #dddddd;
  	
background: #ffffff; /* Old browsers */
background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* IE10+ */
background: -o-linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-8 */
;
}

#pagination span a,
#pagination span.current {
	display: block;
	padding: 7px 10px;
	color: #75b510;
}

#pagination span a:hover {
	color: #ffffff;
	
background: #85ca18; /* Old browsers */
background: -webkit-linear-gradient(top, #85ca18 0%,#74b40f 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85ca18), color-stop(100%,#74b40f)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #85ca18 0%, #74b40f 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #85ca18 0%,#74b40f 100%); /* IE10+ */
background: -o-linear-gradient(top, #85ca18 0%,#74b40f 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #85ca18 0%,#74b40f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85ca18', endColorstr='#74b40f',GradientType=0 ); /* IE6-8 */
;
}
#pagination span.current {
	font-weight: bold;
	color: #ffffff;
	cursor: default;
	
background: #85ca18; /* Old browsers */
background: -webkit-linear-gradient(top, #85ca18 0%,#74b40f 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85ca18), color-stop(100%,#74b40f)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #85ca18 0%, #74b40f 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #85ca18 0%,#74b40f 100%); /* IE10+ */
background: -o-linear-gradient(top, #85ca18 0%,#74b40f 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #85ca18 0%,#74b40f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85ca18', endColorstr='#74b40f',GradientType=0 ); /* IE6-8 */

}



/* ************************************* SIDEBAR WIDGETS ************************************* */

.column .widget {}

.column .widget h3.widget_header {margin: 0;padding: 0 0 5px 0;border-bottom: 2px solid #333333;font: 15px Roboto;color: #333333;text-transform: uppercase;}

.column_left .widget_header-colections {
  margin-top: -52px; 
}
.column_right .widget_header-colections {
  margin-top: 30px; 
  -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.column_right .widget_header-colections:after { display: none;}
.widget_header-colections {
 	margin-top: -52px; 
  	z-index: 100;
	position: relative;
  	color: #ffffff;
  	font-size: 23px;
  	line-height: 40px;
  	padding: 2px 0 0 19px;
  	height: 52px;
    -webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-ms-box-sizing: border-box;
  	-o-box-sizing: border-box;
  	box-sizing: border-box;
  	
background: #4c4343; /* Old browsers */
background: -webkit-linear-gradient(top, #4c4343 0%,#322a2a 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4343), color-stop(100%,#322a2a)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #4c4343 0%, #322a2a 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #4c4343 0%,#322a2a 100%); /* IE10+ */
background: -o-linear-gradient(top, #4c4343 0%,#322a2a 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #4c4343 0%,#322a2a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4343', endColorstr='#322a2a',GradientType=0 ); /* IE6-8 */
;
  	position: relative;
    -webkit-border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
    -ms-border-radius: 6px 0 0 0;
    -o-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
.widget_header-colections:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	border-right: 1px solid #000
}

/* LINKS LIST */
.column .widget ul.list li {
	display: block;
	border-top: 1px solid #abdb20;
}
.column .widget ul.list li a {
	padding: 11px 19px 13px;
	font-size: 15px;
	line-height: 17px;
	display: block;
	
background: #85ca18; /* Old browsers */
background: -webkit-linear-gradient(top, #85ca18 0%,#74b40f 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85ca18), color-stop(100%,#74b40f)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #85ca18 0%, #74b40f 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #85ca18 0%,#74b40f 100%); /* IE10+ */
background: -o-linear-gradient(top, #85ca18 0%,#74b40f 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #85ca18 0%,#74b40f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85ca18', endColorstr='#74b40f',GradientType=0 ); /* IE6-8 */
;
    color: #ffffff;
}

.column .widget ul.list li.active a,
.column .widget ul.list li a:hover {
	background: #6aa907;
}
.column .widget ul.list li.lastItem a {
   	-webkit-border-radius: 0 0 4px 4px;
 	 -moz-border-radius: 0 0 4px 4px;
 	 -ms-border-radius: 0 0 4px 4px;
 	 -o-border-radius: 0 0 4px 4px;
 	 border-radius: 0 0 4px 4px; 
}


/* SIDEBAR PRODUCTS LISTING */
.column .product {padding-top: 15px;}

.column .product .product_img {}

.column .product .product_name {}

.money.red_price {
  color: #ff2727;
}
.product-listing__bestsellers .compare-at-price {
  color: #333333;
}
.product-listing__bestsellers .btn {
	margin-top: 26px;
}
.column .product .product_price .compare-at-price {}

.column .product .product_links {}
.column .product .product_links form {display: inline-block;}
.column .product .product_links a {}



/* ************************************* 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: #75b510;
}
#searchresults .search-form button:hover {color: #333333;}
#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 #dddddd;
}
#searchresults ol li {
	overflow: hidden;
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid #dddddd;
}
#searchresults ol li .search-result_image {
	float: left;
	margin-right: 15px;
}
#searchresults ol li .search-result_container {padding: 15px 0 0 0;}

.search-results .product_desc {
 	padding-top: 20px; 
}

/* ************************************* PRODUCT PAGE ************************************* */

.product_wrap {}

#product_image-container {overflow: hidden;}

.product_wrap .bxslider {margin: 0;}
.product_wrap .bxslider li {}
.product_wrap .bxslider li a {}

.product_image .bx-wrapper {
  	overflow: hidden;
  	border: 1px solid #dddddd;
}

.product_wrap #bx-pager {width: 360px;}
.product_wrap #bx-pager a {
	width: 105px;
	overflow: hidden;
	margin: 15px 15px 0 0;
	border: 1px solid #dddddd;
}


.product_wrap .product_name {margin: -2px 0 0 0;font-size: 15px;}

.product_wrap .product-price {padding: 0;}
.product_wrap .product-price .money {
    margin: 0 15px 0 0px;
    font-size: 16px;
}
.product_wrap .product-price .compare-at-price {text-decoration: line-through;}

.product_wrap .variants-wrapper {padding: 15px 0 0 0;}
.product_wrap .variants-wrapper label {margin-right: 10px;}

.product_wrap #purchase {}
.product_wrap #purchase label {display: inline-block;margin: 0;padding: 0 !important;line-height: 37px;}
.product_wrap #purchase #quantity {
	width: 50px;
	height: 37px;
	display: inline-block;
	margin: 0 10px;
	outline: none;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	padding: 10px 10px 9px;
}
.product_wrap #purchase #add-to-cart {width: auto;height: 37px;padding: 9px 15px 9px 15px; margin-top: 0px;}
.product_wrap #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 #e1e1e1;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_wrap .addthis_toolbox {margin: 15px 0 0 0;padding: 15px 0 0 0;border-top: 1px solid #e1e1e1;}

.product_image-additioanl a {width: 33%;display: block;float: left;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.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;}



/* RELATED PRODUCTS */
.widget__related-products {}
.widget__related-products .widget_header {margin: 30px 0 0 0;}

.widget__related-products ul {list-style-type: none;}
.widget__related-products ul li {}
.widget__related-products ul .product_info { padding-top: 10px;}
.widget__related-products ul .product_info .product_name { padding-top: 0;}

.widget__related-products .product_img {}
.widget__related-products .product_name {}
.widget__related-products .product_price {}

/* BANNER */
.widget_banner {
	padding-top: 3px; 
}

/* ************************************* BLOG ************************************* */

#blog {}

.blog-article {padding: 5px 0 25px 0;}
.blog-article .product_name {font-size: 20px;}

.article_header {padding: 15px 0;border-bottom: 1px solid #dddddd;}
.article_header .product_name {}
.article_header .product_name a {}
.article_header .product_name a:hover {}

.blog-article_meta-comments {float: right;padding: 48px 0 0 15px;}
.blog-article_meta-comments a { text-decoration: underline;}

.blog-article_date,
.blog-article_meta-tags {font-style: italic;}

.blog-article_meta-tags a {text-decoration: underline;}



/* ************************************* BLOG ARTICLE ************************************* */

.article_meta-comments {float: right;}
.article_meta-tags a {text-decoration: underline;}

.article_date,
.article_meta-tags,
.article_meta {font-style: italic;}

.article-scope .addthis_toolbox {margin: 20px 0;}


#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;}

.section_content {padding-top: 8px;}

.comment-form .section_content .row {margin-bottom: 1em;}

.comment-submit {}



/* ************************************* CUSTOMER PAGES ************************************* */

/* LOG IN */



/* 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;}



/* 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;}


ul.address {list-style-type: none;}



/* ORDERS */

.order_date {margin: 15px 0 0 0;}

#order_details {margin: 30px 0 0 0;}



/* ************************************* CART PAGE ************************************* */

.cart-list {overflow: hidden;}

.cart-list > .row {padding-top: 15px;padding-bottom: 15px;border-bottom: 1px solid #e1e1e1;}

.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: #75b510;}

.cart-list .row h3.item_vendor {border-bottom: 1px solid #dddddd;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: 50px;
	height: 37px;
	display: inline-block;
	margin: 0 10px;
	outline: none;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	padding: 10px 10px 9px;
}

.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 #dddddd;}
.cart_subtotal h3 .money {float: right;}

.cart_buttons {margin: 30px 0;}
.cart_buttons .btn {margin-top: 0px;}

.cart_instructions label { margin-bottom: 5px;}
.cart_instructions h4 {}
.cart_instructions textarea {width: 100%;}

#payment-methods {
    overflow: hidden;
    padding: 15px 0 0 0;
}
#payment-methods ul {
    list-style-type:none;
    list-style-position: outside;
}
#payment-methods ul li {
    float:left;
    padding: 0 7px 0 0;
}



/* GUEST CHECKOUT */
#guest {padding: 30px 0 0 0;}
#guest form {padding: 15px 0 0 0;}



/* ************************************* CONTACTS PAGE ************************************* */

.contact-scope {}
.contact-form {}

.contact-scope iframe {
	width: 100%;
	margin: 15px 0;
	border: 1px solid #dddddd;
}

.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 {}



/*Page scope*/

.page_image {margin-bottom: 1em;}

.page-row {margin-bottom: 2em;}
.page-row img {margin-bottom: 1em;}
