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

1. CSS RESET

2. VARIABLES
2.1 GRADIENTS
2.2 COLOR VARIABLES
2.3 CSS3 TRANSITIONS

3. GLOBAL THEME STYLES

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

5. FORMS & COMPONENTS
5.1 FORMS
5.2 ALERTS
5.3 BUTTONS

6. GLOBAL PAGE LAYOUT

7. MAIN PAGE
7.1 HEADER
7.2 MEGAMENU
7.3 NIVOSLIDER
7.4 SHOWCASE
7.5 MAIN PRODUCT LISTING
7.6 OTHER HOMEPAGE BLOCKS
7.7 FOOTER

8. COLLECTION PAGES
8.1 BREADCRUMBS
8.2 DESCRIPTIONS & TAGS
8.3 PRODUCTS SORTING
8.4 COLLECTION LISTING
8.5 PAGINATION

9. SIDEBAR WIDGETS
9.1 LINKS LIST
9.2 SIDEBAR PRODUCT LISTING

10. SEARCH RESULTS PAGE

11. PRODUCT PAGE
11.1 PRODUCT IMAGES
11.2 PRODUCT INFO
11.3 PRODUCT PAGINATION
11.4 RELATED PRODUCTS

12. BLOG
12.1 POSTS LISTING
12.2 SINGLE POST

13. CUSTOMER PAGES
13.1 LOG IN
13.2 ACCOUNT
13.3 ADDRESSES
13.4 ORDERS

14. CART PAGE
14.1 CART PRODUCTS
14.2 GUEST CHECKOUT

15. CONTACTS PAGE

16. PAGE 404

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



/********************************************************************************************************
                           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;
	font-weight: 300;
	line-height: 1.66em;
}

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

img {
	max-width: 100%;
}



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


/* 2.1 COLOR VARIABLES */

/* COLOR SHADES CONVERTER */




































/*#f2f2f2*/





































/*#f2f2f2*/



/* 2.2 CSS3 TRANSITIONS */









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

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


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

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

.clearfix:after {
	clear: both;
}


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


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

.addthis_button_tweet {
	width: 79px;
}

#_atssh {
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 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);
}


/* hex2rgb color converter */




















/* PAGE PRELOADER */
#page_preloader {
	width: 100%;
	height: 100%;
	background: url(//cdn.shopify.com/s/files/1/0878/2406/t/2/assets/bx_loader.gif?13117752616896309593) 50% 50% no-repeat #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}


/* ADD TO CART MESSAGE */
.cart_popup {
	width: 100%;
	height: 86px;
	font-size: 25px;
	line-height: 85px;
	color: #fff;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background: rgba(89,89,89,.7);
	display: none;
}


/* COOKIES POLICY MESSAGE */
.cookies_container {
	min-height: 60px;
	background: #191919;
	display: none;
}

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

.cookies_container .cookie_btn {
	height: 40px;
	display: inline-block;
	margin: 10px 0 10px 6px;
	padding: 0 20px;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	font-size: 17px;
	line-height: 38px;
	color: #fff;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	
    
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.cookies_container .cookie_ok {
	margin: 10px 0 10px 20px;
	background: #18a439;
	border-color: #18a439;
}
.cookies_container .cookie_no {
	border-color: #585858;
}

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



/* NEWSLETTER POPUP */
#newsletter_popup__wrap {
	width: 484px !important;
}
#newsletter_popup__wrap .fancybox-inner {
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	padding-bottom: 50px;
}
#newsletter_popup__wrap #newsletter_popup {
	max-width: 60%;
}
#newsletter_popup__wrap .fancybox-skin {
	padding:31px 54px 20px !important;
	border-radius: 0px;
    background-color: #ffffff;
    
    background: #ffffff url(//cdn.shopify.com/s/files/1/0878/2406/t/2/assets/newsletter_image.png?13117752616896309593) right bottom no-repeat;
    
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}


#newsletter_popup h4 {
	font-weight: 400;
	font-size: 20px;
	color: #12afa3;
}
#newsletter_popup form {
	margin: 16px 0 0 0;
	position: relative;
}
#newsletter_popup input[type=email] {
	width: 198px;
	height: 30px;
	font-size: 10px;
	color: #888888;
}
#newsletter_popup .btn {
	height: 30px;
	margin-top: 10px;
	padding: 6px 31px;
}

#newsletter_popup .newsletter_off__wrap {
	margin: 6px 0 0 0;
	text-align: center;
}
#newsletter_popup .newsletter_off__wrap .btn {
	height: auto;
	font-size: 11px;
}

#newsletter_popup .newsletter_error {
	margin: 0;
	font-size: 10px;
	color: #12afa3;
	position: absolute;
	left: 0;
	top: -15px;
}
#newsletter_popup .newsletter_success {
	font-weight: bold;
	color: #119000;
	text-align: center;
}


/* GOOGLE MAPS */
#google_map,
#google_map iframe {
	width: 100% !important;
	height: 300px !important;
	background: #e7e7e6;
}

#google_map img {
	max-width: none !important;
}




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

body {
	font: normal 12px "Ubuntu";
	color: #888888;
	background: #f8f8f8;
	}




/* 4.1 HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 15px 0;
	font: 300 18px "Ubuntu";
	color: #888888;
	text-transform: uppercase;
}

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

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

.page_heading {
	position: relative;
	margin: 0;
	text-align: center;
	font-size: 18px;
}
.page_heading a {
	float: right;
}
.page_heading:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 50%;
	margin-top: 2px;
	border-top: 1px solid #e7e7e6;
}
.page_heading__ins {
	position: relative;
	padding: 0 25px;
	background: #ffffff;
}
.page_heading.no_bord:before {
	display: none;
}



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

a:hover,
a:active {
	color: #24918a;
}




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


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


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




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

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

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

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




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

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

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


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

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

select:focus,
select.form-control:focus,
textarea:focus,
textarea.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="telephone"]:focus {
	border-color: #aaa;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.045), 0 0 1px rgba(0, 0, 0, 0.045);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.045), 0 0 1px rgba(0, 0, 0, 0.045);
}


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


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

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




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

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

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




/* 5.3 BUTTONS */
.btn,
.btn:focus,
.btn a,
.btn-info,
.btn-primary {
	padding: 6px 13px;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	  border-radius: 0 !important;
	background: #12afa3;
	border: none !important;
	color: #ffffff;
	box-shadow: none !important;
	-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
}

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

.btn-cart i {
	font-size: 17px;
	margin-right: 4px;
}

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

.btn-alt,
.btn-alt a {
	background: #595959 !important;
	border-color: #595959 !important;
}

.btn-alt:hover,
.btn-alt:hover a {
	background: #24918a !important;
	border-color: #24918a !important;
}




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

html, body {
	height: 100%;
}

#wrapper1 {
	position: relative;
	z-index: 1;
	background:  #ffffff;
}
#wrapper2 {
	overflow: hidden;
}

.container {
	padding: 0;
}


/* outdated browsers notification */
.old_browsers a {
	display: block;
	padding: 20px 0;
	background: #ffa200;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.old_browsers a i {
	margin: 0 5px 0 0;
	font-size: 30px;
	color: #e90b00;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);
}
.old_browsers a:hover {
	color: #e90b00;
}




/********************************************************************************************************
                           7. MAIN PAGE
********************************************************************************************************/

/* 7.1 HEADER */

.logo {
	margin-top: 8px;
	float: left;
}
.logo img {
	position: absolute;
	left: 0;
	top: 0;
	margin-right: 10px;
}
.logo a {
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding-left: 55px;
}
.logo b {
	font-size: 30px;
	font-weight: 500;
	line-height: 1em;
	display: inline-block;
	margin-top: 9px;
}
.logo span {
	margin-top: 3px;
	font-size: 12px;
	font-weight: 300;
	display: block;
	line-height: 1em;
	color: #888888;
}

.logo a:hover b {
	color: #12afa3;
}

.header_user {
	float: right;
	margin-top: 14px;
}
.header_user li {
	display: inline-block;
	position: relative;
}
.header_user li a {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 10px;
	color: #888888}
.header_user li a:hover {
	color: #12afa3;
}
.header_user li + li:before {
	content: "";
	margin: 0 10px;
	opacity: .3;
	height: 14px;
	border-left: 1px solid #888888;
}
.header_user li a i {
	padding: 4px 3px 0 0;
}

.header_currency {
	margin-top: 15px;
	float: left;
}
.header_currency label {
	font-size: 10px;
	font-weight: 300;
	text-transform: uppercase;
}
.header_currency select {
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}
.header_currency .jq-selectbox {
	width: 38px;
}
.header_currency .jq-selectbox__select {
	font-weight: 300;
	font-size: 10px;
	color: #12afa3;
	padding: 0 6px 0 2px;
}
.header_currency .jq-selectbox__trigger i {
	right: 0px;
	top: 3px;
}

.header_currency .jq-selectbox__dropdown {
	width: 100% !important;
	background: #ffffff;
	border: 1px solid #e7e7e6;
	top: 24px !important;
}
.header_currency .jq-selectbox__dropdown ul li {
	text-align: center;
}

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


.header_cart {
	float: right;
	margin-top: 25px;
}
.header_cart a {
	display: inline-block;
	min-height: 34px;
	text-transform: uppercase;
	position: relative;
	min-width: 175px;
	padding-top: 5px;
    
    background: url(//cdn.shopify.com/s/files/1/0878/2406/t/2/assets/cart.png?13117752616896309593) 0 0 no-repeat;
    
}
.header_cart a i {
	font-size: 38px;
    position: absolute;
	left: 0;
	top: 0;
	color: #888888;
    
    display: none;
    
}
.header_cart a b {
	margin-left: 51px;
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	color: #12afa3;
}
.header_cart a span {
	font-size: 10px;
	color: #888888;
}
.header_cart a span.count {
	padding:0px 2px 0 7px;
}
.header_cart a * {
	    
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.header_cart a:hover * {
	color: #24918a;
}


.header_search {
	text-align: center;
	margin-top:-24px;
	overflow: hidden;
	padding: 0px 20px 0px 12px;
}
.header_search form {
	position:relative;
	width: 100%;
	max-width:396px;
	padding: 0 10px 0 10px;
	display: inline-block;
}
.header_search #search-field {
	height:30px;
	width:100%;
	padding:4px 8px;
	font-size: 10px;
	color: #888888;
	border:1px solid #e7e7e6;
}
.header_search #search-submit {
	font-size: 10px;
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	font-size:14px;
	width:31px;
	background: #24918a;
	color:#ffffff;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	 
}
.header_search #search-submit i {
	line-height: 31px;
}
.header_search #search-submit:hover {
	background: #12afa3;
}


.header_main {
	margin-bottom: 24px;
}




/* 7.2 MEGAMENU */
#megamenu {
	height: 50px;
	position: relative;
	z-index: 999;
	background: #12afa3;
}


.sf-menu {
	position: relative;
}
.sf-menu > li {
	float: left;
  	width:16%;
}
.sf-menu > li > a {
	height: 50px;
	padding: 0 20px;
  	width:100%;
  	text-align:center;
	display: block;
	font-size: 14px;
	line-height: 50px;
	text-transform: uppercase;
	position: relative;
	border-right: 1px solid #1cd1c4;
	color: #ffffff;
}
.sf-menu > li:first-child > a {
	border-left: 1px solid #1cd1c4;
}

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

.sf-menu .menu_badge {
	white-space: nowrap;
	position: absolute;
	text-transform: none;
	right: 50%;
	top: -11px;
	display: block;
	padding: 4px 8px;
	text-transform: uppercase;
	line-height: 1em;
	font-size:10px;
	background: #1cd1c4;
	color: #ffffff;
	-webkit-transform: translate(50%,0);
	-moz-transform: translate(50%,0);
	-ms-transform: translate(50%,0);
	transform: translate(50%,0);
}

.sf-menu > li > ul {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	background: #ffffff;
	display: none;
}
.sf-menu .submenu {
	padding: 32px 20px 23px;
}
.sf-menu > li > a.sf-with-ul:after {
	content: "\f107";
	padding-left: 5px;
	font-family: FontAwesome;
}
.sf-menu .submenu.container {
	border: 1px solid #e7e7e6;
	background: #ffffff;
}
.sf-menu .submenu a {
	font-weight: 300;
	color: #12afa3;
}
.sf-menu .submenu h3 a {
	color: #12afa3;
}
.sf-menu .submenu h3 a:hover {
	color: #595959;
}
.sf-menu .submenu h3 {
	font-size: 16px;
	text-transform: none;
	margin-bottom: 12px;
}
.sf-menu .submenu a:hover {
	color: #595959;
}
.sf-menu .submenu ul > li {
	padding: 8px 0 7px;
}
.sf-menu .submenu .btn {
	color: #ffffff !important;
}

.submenu .blog_content .blog_img img {
	display: none;
}
.submenu .blog_content .blog_img img:first-child{
	display: block;
	width: 100%;
	max-width: 100%;
}



.submenu_2 h4 {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
}

.submenu_2 ul {
	margin: 10px 0 0 0;
}

.submenu_2 .btn {
	margin: 10px 0 0 0;
}

.megamenu_item_2 .row {
    margin-left:-35px;
    margin-right:-35px;
}
.megamenu_item_2 .row > div {
 	padding-left:35px;
  	padding-right:35px;
}
.megamenu_item_2 .submenu h4 a {color:#888888;}

.megamenu_item_2 li + li {border-top:1px solid #e7e7e6;}
.megamenu_item_2 li > a:before {
    position:absolute;
    left:0px;
    top:-4px;
    content:"\f00c";
    font-family: FontAwesome;
  	font-size:14px;
  	opacity:.4;
  	color:#595959;
  
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.megamenu_item_2 li > a:hover:before {
  opacity:1;
}
.megamenu_item_2 li > a {
  	font-size:10px;
  	text-transform:uppercase;
  	position:relative;
  	padding-left:22px;
  	color:#12afa3;
}
.megamenu_item_2 li > a:hover {
  	color:#595959;
}



.sf-menu .megamenu_item_3 .submenu {
 	padding: 37px 20px;
}
.homepage_blog_img {
  	float:left;
  	margin-right:20px;
  	max-width:120px;
  	margin-top:34px;
}
.homepage_blog__right {overflow:hidden;}
.megamenu_blog__ins {padding:28px 20px 30px;border:1px solid #e7e7e6;}
.megamenu_blog__ins .blog_date {font-size:10px;padding: 4px 10px;background:#e7e7e6;color:#12afa3;}
.sf-menu .megamenu_item_3 h3 {font-size:14px;text-transform:uppercase;}
.sf-menu .submenu .btn {margin-top:9px;width:122px;}



/* .megamenu_item_4 > ul {display:block !important;} */
/* 4: SALE */
.sf-menu .megamenu_item_4 .submenu {padding: 37px 20px;}
.megamenu_item_4 .product_img {
	text-align: center;
	margin-bottom: 10px;
}
.megamenu_item_4 .product_img a {
	display: block;
	padding: 20px;
}
.megamenu_item_4 .product_img a img {max-width:147px;}
.megamenu_item_4 .product_name {
	font-size: 14px;
}
.megamenu_item_4 .product_price {
	margin: 2px 0 0;
}
.megamenu_item_4 .product_price .money {
	font-size: 20px;
}
.megamenu_item_4 .product_price .compare-at-price {
	font-size: 13px;
  color:#12afa3;
}
.megamenu_product__ins {text-align:center;border:1px solid #e7e7e6;}
.megamenu_product__ins .product_info {padding:0 20px 20px;}
.megamenu_product__ins .product_name a:hover {color:#595959;}



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



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

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

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

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

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


.slider_wrap {
	margin-top: 30px;
	height: 100%;
	position: relative;
	z-index: 1;
  	height:480px;
}

.nivo-caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 8;
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
    display: none;
}
.nivo-caption a {
	display: block;
	text-align: right;
}
.nivo-caption h2 {
	margin: 0;
	font-size: 35px;
	font-weight: 400;
	color: #12afa3;
}
.nivo-caption h3 {
	margin: 8px 0 0;
	font-size: 30px;
	font-weight: 300;
}
.nivo-caption a .inside {
	width: 100%;
	max-width: 446px;
	display: inline-block;
	text-align: left;
}


.slider_nav a {
	width: 30px;
	height: 30px;
	display: block;
	vertical-align: top;
	margin: -15px 0 0 0;
	position: absolute;
	top: 50%;
	z-index: 9;
	cursor: pointer;
	color: #595959;
}
.slider_nav a:before {
	display: block;
	font: 18px/28px 'FontAwesome';
	text-align: center;
}
.slider_nav a:hover {
	color: #12afa3;
}

.slider_nav .slider_nav__prev {
	left: -36px;
}
.slider_nav .slider_nav__prev:before {
	content: '\f104';
}

.slider_nav .slider_nav__next {
	right: -36px;
}
.slider_nav .slider_nav__next:before {
	content: '\f105';
}


.slider_controls {
	width: 100%;
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 10;
}

.slider_controls a {
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	cursor: pointer;
}
.slider_controls a ~ a {
	margin: 0 0 0 10px;
}
.slider_controls a span {
	display: none;
}
.slider_controls a:before {
	content: '\f111';
	display: block;
	font: 20px 'FontAwesome';
}

.slider_controls a:hover {
	color: #595959;
}
.slider_controls a.active {
	color: #595959;
	cursor: default;
}




/* 7.4 SHOWCASE */
#showcase {
	margin-bottom: 24px;
}

.custom_showcase {
	margin-top: 30px;
	text-align: center;
	overflow: hidden;
}
.custom_showcase .img_wr {
	overflow: hidden;
}
.custom_showcase .img_wr img {
    transition: all .4s ease-in-out;
}
.custom_showcase a {
	display: block;
	overflow: hidden;
}
.custom_showcase a h3 {
	font-size: 20px;
	margin: 0;
	padding: 14px 0 15px;
	background: #ffffff;
    transition: all .4s ease-in-out;
}
.custom_showcase a h3 span {
	font-weight: 400;
	color: #12afa3;
}

.custom_showcase a:hover h3,
.custom_showcase a:hover h3 span {
    
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.custom_showcase a:hover h3,
.custom_showcase a:hover h3 span {
	color: #595959;
}

.custom_showcase .link {
	display: none;
}



/* 7.5 MAIN PRODUCT LISTING */
.product .product_img a {
	display: block;
	position: relative;
}
.product .product_price .money {
	font-size: 20px;
}
.product .product_price .money_sale,
.product .product_price .compare-at-price {
	font-size: 13px;
	color: #12afa3;
}
.product .product_price {
	margin-top: 4px;
}
.product .product_links {
	margin-top: 10px;
}

.product_listing_main .product {
	text-align: center;
}
.product_listing_main .prod_inside {
	position: relative;
	z-index: 1;
	background: #ffffff;
	border: 1px solid #e7e7e6;
}
.product_listing_main .product_img {
	margin-bottom: 16px;
}
.product_listing_main .product_img a {
	padding: 10px 30px;
}
.product_listing_main .product_img a .product_img_ins {
	display: block;
	position: relative;
}
.product_listing_main .product_img img {
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}
.product_listing_main .product_img .img__2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	opacity: 0;
}

.product_listing_main .product_img span.product_badge {
	display: block;
	padding: 0px 10px;
	color: #ffffff;
	position: absolute;
	top: 11px;
	z-index: 100;
}
.product_listing_main .product_img span.new {
	background: #595959;
	right: 11px;
}
.product_listing_main .product_img span.sale {
	background: #1cd1c4;
	left: 11px;
}

.product_listing_main .product_info {
	padding: 0px 20px 20px;
	background: #ffffff;
}

.product_listing_main .product_desc {
	display: none;
}


.product_listing_main .product_links form {
	display: inline-block;
}



/* HOMEPAGE PRODUCT LISTING (CAROUSEL) */
.index-scope .bx-wrapper {
	max-width: 100% !important;
	margin: 26px 0 -6px 0;
	position: relative;
	z-index: 1;
}
.homepage_carousel {
    margin-left: -15px;
    margin-right: -15px;
}


.index-scope .bx-controls a {
	width: 30px;
	height: 30px;
	display: block;
	overflow: hidden;
	margin: -15px 0 0 0;
	text-align: center;
	position: absolute;
	top: 50%;
	z-index: 99;
  	font-size:18px;
	color: #888888;
}
.index-scope .bx-controls a:hover {
	color: #24918a;
}

.index-scope .bx-controls a:before {
	display: block;
	font: 18px/30px 'FontAwesome';
}

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

.index-scope .bx-prev {
	left: -37px;
}
.index-scope .bx-next {
	right: -37px;
}


.index-scope .product  {
	width: 300px !important;
	margin: 0;
	padding-bottom: 45px;
	position: relative;
}

.index-scope .product_listing_main .prod_inside {
	border-bottom: none;
}
.index-scope .product_links {
	position: absolute;
	bottom: -1px;
	left: -1px;
	right: -1px;
	border: 1px solid;
	z-index: -1;
	padding-bottom: 15px;
	border-color: transparent #e7e7e6 #e7e7e6 #e7e7e6;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.index-scope .prod_inside:hover .product_links {
	bottom: -45px;
}



/* COLLECTION PRODUCT LISTING (GRID/LIST) */
.product_collection {
	margin: 30px 0 0 0;
}
.product_collection.item3_1 {
	clear: left;
}

.product_listing_main.view_list .product {
	width: 100%;
	float: none;
	overflow: hidden;
}
.product_listing_main.view_list .product_img {
	width: 150px;
	float: left;
	margin-right: 15px;
	margin-bottom: 0;
}
.product_listing_main.view_list .product_info {
	text-align: left;
	overflow: hidden;
	padding: 0;
}
.product_listing_main.view_list .product_desc {
	display: block;
}
.product_listing_main.view_list .prod_inside {
	padding: 10px;
}
.product_listing_main.view_list .product_img a {
	padding: 0 10px 0 0;
}




/* 7.6 OTHER HOMEPAGE BLOCKS */

/*CUSTOM BLOCK*/
#custom_block {
	margin: 14px 0 48px;
	text-align: center;
	padding: 148px 0 126px;
	  background: url(custom_block_img.jpg?13117752616896309593) 50% 0 no-repeat #ededed;
	}
#custom_block h3 {
	margin: 0 auto;
	max-width: 700px;
	font-size: 35px;
	font-weight: 400;
	color: #12afa3;
}
#custom_block h4 {
	margin: 14px auto 20px;
	font-size: 25px;
	max-width: 700px;
	line-height: 1.6em;
}
#custom_block .btn {
	font-size: 14px;
	padding: 14px 30px 16px;
}



/* HOMEPAGE BLOG */
.homepage_blog {
	position: relative;
}
.homepage_blog .homepage_blog_img {
	float: left;
	margin-right: 9px;
	max-width: 270px;
}
.homepage_blog .homepage_blog_img p {
	margin-top: 0;
}
.homepage_blog__article {
	margin-top: 20px;
}
.homepage_blog__date {
	display: inline-block;
	margin-top: 18px;
	padding: 5px 9px;
	line-height: 1em;
	font-size: 10px;
	color: #12afa3;
	background: #f2f2f2;
}
.homepage_blog__article {
	margin-top: 26px;
}
.homepage_blog__article h3 {
	margin-bottom: 8px;
}
.homepage_blog__article h3 + p {
	margin: 8px 0 9px;
}

.art_comments {
	font-size: 10px;
	text-transform: uppercase;
	color: #12afa3;
}
.art_comments:hover {
	color: #24918a;
}
.art_comments i {
	padding-top: 4px;
	padding-right: 4px;
	font-size: 13px;
	color: #e7e7e6;
}



/*CUSTOM BOTTOM*/
.custom_bottom {
	margin-top: 29px;
}
.bottom_block {
	margin-top: 34px;
}
.bottom_block img {
	float: left;
	margin: 6px 16px 10px 0;
}
.bottom_block h3 {
	margin: 0;
	font-weight: 400;
	font-size: 20px;
	color: #12afa3;
}



/* 7.7 FOOTER */
footer {
	margin-top: 52px;
	background: #f8f8f8;
}
footer h4 {
	font-size: 14px;
	margin-bottom: 10px;
}
footer .logo a:hover b {color: #12afa3;}

.footer_top {
	padding-bottom: 10px;
	background: #f2f2f2;
}

.footer_newsletter {
	float: left;
	margin-top: 10px;
}
.footer_newsletter input {
	height: 30px;
	width: 200px;
	padding: 5px 12px;
	font-size: 300px;
	font-size: 10px;
	color: #888888;
	background: #ffffff;
}
.footer_newsletter h4 {
	display: inline-block;
	margin: 6px 8px 0 0;
}
.footer_newsletter .btn {
	font-size: 14px;
	vertical-align: middle;
	padding: 0px 12px;
}
.footer_newsletter .btn i {
	line-height: 29px;
}
.footer_newsletter .contact-form {
	display: inline-block;
}

.footer_social {
	float: right;
	width: 100%;
	max-width: 370px;
	margin-top: 16px;
}
.footer_social h4 {
	display: inline-block;
	margin: 0 17px 0 0;
}
.footer_social ul {
	display: inline-block;
}
.footer_social li {
	display: inline-block;
	margin-right: 16px;
}
.footer_social li a {
	font-size: 14px;
	opacity: .3;
	color: #888888;
	
-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;
	
}
.footer_social li a:hover {
	opacity: 1;
	color: #12afa3;
}

.footer_block {
	margin-top: 20px;
}
.footer_block__1 {
	margin-top: 21px;
}

footer .logo {
	float: none;
	margin-bottom: 15px;
}

ul.footer_links {
}
ul.footer_links li + li {
	margin-bottom: 4px;
}
ul.footer_links li a {
	text-transform: uppercase;
	font-size: 10px;
}

ul.footer_links li.active a,
ul.footer_links li a:hover {
	color: #595959;
}

.footer_newsletter .form_status {
	margin: 10px 0 0 0;
	font-weight: bold;
}
.footer_newsletter .form_status.error {
	color: #f00;
}
.footer_newsletter .form_status.success {
	color: #119000;
}


footer .copyright {
	font-size: 10px;
	margin-top: 70px;
	margin-left: -500px;
	padding-bottom: 40px;
}
footer .copyright p {
	margin-top: 11px;
}
footer .copyright a {
	color: #888888;
}
footer .copyright a:hover {
	color: #12afa3}



/* BACK TO TOP BUTTON */
#back_top {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 0 0 615px;
	background: #595959;
	text-align: center;
	position: fixed;
	left: 50%;
	bottom: 50px;
	z-index: 999;
}
#back_top i {
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
}
#back_top:hover {
  background:#12afa3;
}



/********************************************************************************************************
                           8. COLLECTION PAGES
********************************************************************************************************/

/* 8.1 BREADCRUMBS */
.breadcrumb_wrap {
	margin: 15px 0 30px;
}
.breadcrumb {
	margin: 0px;
	color:#ffffff;
	background:#12afa3;
	padding:10px 15px;
	-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:#595959;
}




/* 8.2 DESCRIPTIONS & TAGS */
.collection_info .collection_img {
	margin-top: 15px;
	text-align: center;
}
.collection_info .collection_desc {
	margin-top: 15px;
}
.collection_info .collection_desc .rte {
	margin: 0;
}

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: #24918a;
	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: #12afa3;
	color: #ffffff;
}




/* 8.3 PRODUCTS SORTING */
.product_listing_controls {
	overflow: hidden;
	margin: 30px 0 0 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #e7e7e6;
}

.product_listing_toggle {
	float: left;
	font-size: 0;
}
.product_listing_toggle li {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 10px 10px 0 0;
	border: 1px solid transparent;
	color: #24918a;
	text-align: center;
	cursor: pointer;
	
-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	   -moz-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	    -ms-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	     -o-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	        transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	
}
.product_listing_toggle li.active {
	background: #ffffff;
	border-color: #e7e7e6;
	color: #595959;
	cursor: default;
}
.product_listing_toggle li i {
	font-size: 17px;
	line-height: 30px;
}

.sort_by {
	float: right;
	margin: 10px 0 0 10px;
}
.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;
}

.show_products {
	float: right;
	margin: 10px 0 0 10px;
}
.show_products label {
	margin: 0 4px 0 0;
	line-height: 30px;
}
.show_products select {
	width: auto !important;
	height: 30px;
	display: inline-block;
	padding: 5px 4px;
	cursor: pointer;
}

#product_listing_preloader {
	position: relative;
}
#product_listing_preloader p {
	width: 100%;
	height: 32px;
	background: url(//cdn.shopify.com/s/files/1/0878/2406/t/2/assets/bx_loader.gif?13117752616896309593) 50% 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}




/* 8.4 COLLECTION LISTING */

.collection_listing_item {
	margin: 30px 0 0 0;
}
.collection_listing_item_wr {
	padding: 20px;
	border: 1px solid #e7e7e6;
}
.collection_listing_item.item_4_1 {
	clear: left;
}

.collection_listing_item .collection_name {
	margin: 15px 0 0 0;
}
.collection_listing_item .collection_products {
	margin: 5px 0 0 0;
}
.collection_listing_item .collection_desc {
	margin: 5px 0 0 0;
}
.collection_listing_item .btn {
	margin: 15px 0 0 0;
}




/* 8.5 PAGINATION */
.products_count {
	height: 30px;
	float: left;
	margin: 10px 10px 0 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
}

#pagination {
	display: inline-block;
	overflow: hidden;
	float:right;
	margin: 11px 0 0px;
	-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 16px;
	background: #24918a;
	color: #ffffff;
	
-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;
	;
}

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




/********************************************************************************************************
                           9. SIDEBAR WIDGETS
********************************************************************************************************/

.sidebar_widget ~ .sidebar_widget {
	margin: 30px 0 0 0;
}

.sidebar_widget .widget_header {
	margin: 0;
	font-size: 18px;
}

.sidebar_widget .widget_content {
	margin: 15px 0 0 0;
}




/* 9.1 LINKS LIST */


















.sidebar_widget ul li {
	text-transform: uppercase;
}
.sidebar_widget ul li ~ li {
	margin: 1px 0 0 0;
}
.sidebar_widget ul li a {
	display: block;
	padding: 7px 15px;
	border: 1px solid #e7e7e6;
}

.sidebar_widget ul li.active a,
.sidebar_widget ul li a:hover {
	background: rgba(36,145,138,.3);
	color: #595959;
}




/* 9.2 SIDEBAR PRODUCT LISTING */
.sidebar_widget .product {
	padding: 15px;
	border: 1px solid #e7e7e6;
}
.sidebar_widget .product ~ .product {
	margin: 10px 0 0 0;
}

.sidebar_widget .product {
	margin-top:30px;
}
.sidebar_widget .product_img {
	float:left;
	margin-right:10px;
	width: 100px;
}
.sidebar_widget .product_info {
	overflow:hidden;
	text-align:left;
}



/********************************************************************************************************
                           10. SEARCH RESULTS PAGE
********************************************************************************************************/

#searchresults {
	margin: 0;
}
#searchresults .search-form {
	margin: 15px 0 0 0;
}
#searchresults .search-form input {
	width: 100%;
	float: left;
	padding: 7px 34px 7px 10px;
}
#searchresults .search-form button {
	width: 34px;
	height: 34px;
	float: left;
	margin: 0 0 0 -34px;
	background: none;
	border: none;
	font-size: 20px;
	color: #12afa3;
}
#searchresults .search-form button:hover {
	color: #24918a;
}
#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 #e7e7e6;
}
#searchresults ol li {
	overflow: hidden;
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid #e7e7e6;
}
#searchresults ol li .search-result_image {
	float: left;
	margin-right: 15px;
}
#searchresults ol li .search-result_container {
	padding: 15px 0 0 0;
}




/********************************************************************************************************
                           11. PRODUCT PAGE
********************************************************************************************************/


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

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

.zoomWrapper {
	border: 1px solid #e7e7e6;
}

.zoomContainer {
	z-index: 1 !important;
}
.zoomLens {
	z-index: 1 !important;
}
.zoomWindow {
	margin: -1px 0 0 0 !important;
}



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

#elevatezoom_gallery a {
	width: 87px !important;
	display: block;
	margin: 0 12px 0 0;
	border: 1px solid #e7e7e6;
}

.product_images .bx-controls a {
	width: 20px;
	height: 20px;
	display: block;
	overflow: hidden;
	margin: -10px 0 0 0;
	line-height: 1em;
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-border-radius: 0%;
	   -moz-border-radius: 0%;
	        border-radius: 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;
	
}


.product_images .bx-controls a:before {
	font: 15px/21px 'FontAwesome';
	color: #12afa3;
}
.product_images .bx-controls a:hover:before {
	color: #595959;
}

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



/* 11.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;
	font-size: 18px;
}
.product_wrap .product-price .money {
	margin: 0 5px 0 0;
}
#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 #add-to-cart {
	height: 37px;
	margin: 15px 10px 0 0;
	padding: 8px 15px;
}

.product_wrap .variants-wrapper {
	margin: 0 -10px;
	overflow: hidden;
}
.product_wrap .selector-wrapper {
	width: 33.33333333333333%;
	float: left;
	padding: 15px 10px 0 10px;
}
.product_wrap .selector-wrapper label {
	display: block;
	line-height: 1.5em;
	text-align: left;
}
.product_wrap .selector-wrapper select {
	width: 100%;
	height: 37px;
	padding: 5px;
}

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




/* 11.3 PRODUCT PAGINATION */
.product_wrap .pagination_product {
	width: 100%;
	overflow: hidden;
	list-style-type: none;
	margin: 15px 0;
	padding: 0;
}
.product_wrap .pagination_product li.left-arrow {
	float: left;
}
.product_wrap .pagination_product li.right-arrow {
	float: right;
}




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

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

ul.product_listing_related .product_img a {
	padding: 10px;
}



/********************************************************************************************************
                           12. BLOG
********************************************************************************************************/

/* 12.1 POSTS LISTING */

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

.article_header {
	padding: 15px 0;
	border-bottom: 1px solid #e7e7e6;
}
.article_header .product_name {
	font-size:20px;
}
.article_header .product_name a {
	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;
}




/* 12.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;
}
#comments .comment-author {
	word-wrap: break-word;
}

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



/********************************************************************************************************
                           13. CUSTOMER PAGES
********************************************************************************************************/

/* 13.1 LOG IN */

/* 13.2 ACCOUNT */

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




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




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

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

#customer_orders  {
	margin-top: 20px;
}
#customer_orders th {
	vertical-align: middle;
	border-top: 1px solid #dedcdc;
}

.template-customers-order .page_heading {
	font-size: 20px;
}



/********************************************************************************************************
                           14. CART PAGE
********************************************************************************************************/

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

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

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

.cart-list .product_name {
	margin: 0 10px 0 0;
}

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

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

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

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

.cart_buttons {
	margin: 30px 0;
}

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




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




/********************************************************************************************************
                           15. CONTACTS PAGE
********************************************************************************************************/

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

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

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



/********************************************************************************************************
                           16. PAGE 404
********************************************************************************************************/

.template-404 h2,
.template-404 h2 a {
	vertical-align: baseline;
}