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

1. CSS RESET

2. VARIABLES
2.1 GRADIENTS
2.2 CSS3 TRANSITIONS

3. GLOBAL THEME STYLES

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

5. FORMS & COMPONENTS
5.1 FORMS
5.2 ALERTS
5.3 BUTTONS

6. GLOBAL PAGE LAYOUT

7. SIDEBAR CONFIGURATION

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

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

10. SIDEBAR WIDGETS
10.1 LINKS LIST
10.2 SIDEBAR PRODUCT LISTING

11. SEARCH RESULTS PAGE

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

13. BLOG
13.1 POSTS LISTING
13.2 SINGLE POST

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

15. CART PAGE
15.1 CART PRODUCTS
15.2 GUEST CHECKOUT

16. CONTACTS PAGE

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



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

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

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 GRADIENTS */






















/* 2.2 CSS3 TRANSITIONS */



















































































































































































































































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

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



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

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

.clearfix:after {
	clear: both;
}



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



/* addthis styles */
.addthis_toolbox {
	margin: 15px 0 0 0;
	border-top: 1px solid #e6e6e6;
}
.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);
	}


/*toTop*/

#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    cursor:pointer;
    overflow:hidden;
    width: 43px;
    height: 49px;
    border:none;
    z-index:20;
    margin-right: -670px !important;
    right: 50%;
    bottom: 20px;
	color: #032701;
}
#toTop:after {
    content: "\f106";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 69px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
  	color: #032701;
}

#toTop:hover:after { color: #808080;}

#toTop:active, #toTop:focus {outline:none;}


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

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



/* hex2rgb color converter */




















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



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

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

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

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

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



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

.template-index #google_map {
	height:420px !important;
}



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




body {
	font-family: Lato;
	font-size: 16px;
	color: #808080;
	background:#2d353e;
}


/* 4.1 HEADINGS */



h1,
h2,
h3,
h4,
h5,
h6 {
	font: 700 27px Lato;
	color: #2d353e;
	text-transform: uppercase;
}

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

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

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

.column_center .page_heading,
#showcase .page_heading {
	text-align: center;
	margin: 0;
	letter-spacing: 1.6px;
	font: 55px Lato;
	color: #FFF;
	text-transform: uppercase;
}

#showcase .page_heading span {
	text-align: center;
	margin: 0;
	font-size: 75px;
	color: #01a398;
	text-transform: uppercase;
}
.column_center .page_heading a {
	float: right;
}
.heading_text {
	text-align: center;
	padding-top: 23px;
	max-width: 980px;
	margin: 0 auto;
	font-size: 16px;
}



/* 4.2 PARAGRAPHS & LISTS */
p {
	margin: 15px 0;
	padding: 0;
	line-height: 1.35em;
}

.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: #235e02;
	text-decoration: none;
}
a:hover, a:focus {
	color: #2d353e;
}



/* 4.4 PRODUCT ATTRIBUTES (name, description, price) */
.product_name {
	font-weight: bold;
	font-size: 18px;
	color: #2d353e;
}
.product_name a {
	font-weight: 900;
	color: #2d353e;
	
-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: #bf1123;
}


.product_desc {
	font-size: 14px;
	color: #808080;
	line-height:1.35em;
}


.money {
	color: #008587;
}
.compare-at-price {
	text-decoration: line-through;
	font-weight: 300 !important;
	color: #2d353e;
}



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

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 #e6e6e6;
	font: normal 13px 'Arial';
	color: #808080;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 0;
	box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="telephone"] {
	height:34px;
	line-height:18px;
	padding-top:7px;
	padding-bottom:7px;
}

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

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

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


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


.form-horizontal 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 {
	background: #2d353e;
	border: 0px !important;
	color: #ffffff;
	font-size:18px;
	font-weight:300;
	border-radius: 0 !important;
	padding:8px 23px 10px;
	box-shadow: none !important;
	}

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

.btn-cart {
	position:relative;
	overflow:hidden;
}

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

.btn-cart:before {
	position: absolute;
	right:100%;
	top:0px;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	content:"\f07a";
	padding-top:5px;
	background:#bf1123;
	color:#ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
	font: normal normal normal 180%/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
.btn-cart:hover:before {
	right:0px;
}
.btn-cart span {
	display:inline-block;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(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;
	 }
.btn-cart:hover span {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
}

.btn-cart:hover {
	background:#2d353e;
}



/********************************************************************************************************
                           6. GLOBAL PAGE LAYOUT
********************************************************************************************************/
/* 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;
	
}



html, body {
	height: 100%;
}

.page_preloader {
	width: 100%;
	height: 100%;
	background: url(bx_loader46ef.gif?6920282321476075296) 50% 50% no-repeat #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

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

.container {
	padding: 0;
}

#main {
	margin-top: 15px;
}

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

.template-index #main_content {
	margin-bottom: 0 !important;
}



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

/* NO SIDEBAR */
.sidebar_none {
}


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


/* RIGHT SIDEBAR */
.sidebar_right {
}


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


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



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

/* 8.1 HEADER */
#header {
	  padding-bottom: 10px;
 	 background-color: #e9eaeb;
}

.header_top {
	background: #ffcc06;
  	position:relative;
  	z-index:1;
}

.header_top__right {
	float: right;
}

.header_user {
	float: left;
}
.header_user li {
	display: inline-block;
	margin-right: 20px;
	margin-top: 6px;
	position:relative;
}
.header_user li a {
	font-weight: 300;
	font-size: 14px;
	color: #032701;
}
.header_user li i {
	margin: 0 5px 0 0;
	line-height: 1.5em;
	font-size: 16px;
	color: #032701;
}
.header_user li:after,
.header_user li:before {
	position:absolute;
	content:"";
	left:50%;
	right:50%;
	bottom:0px;
	border-top:1px solid #032701;
	
-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_user li:before {
	top:0px;
	bottom: auto;
}

.header_user li:hover:after,
.header_user li:hover:before {
	left:0px;
	right:0px;
}

.header_currency {
	float: left;
	margin-right: 18px;
	z-index:1;
	position:relative;
}
.header_currency select {
	width:0px !important;
  	height:0px !important;
  	overflow:hidden;
}
.header_currency .jq-selectbox {
	width: 71px;
}
.header_currency .jq-selectbox__select {
	height: 39px;
	padding: 9px 19px 0px 9px;
	color: #ffffff;
	position:relative;
}
.header_currency .jq-selectbox__select-text {
	line-height: 24px;
	font-size: 14px;
}
.header_currency .jq-selectbox__trigger i {
	right: 12px;
	top: 11px;
	font-size: 20px;
}

.header_currency:before {
	position:absolute;
	top:50%;
	bottom:50%;
	left:0px;
	right:0px;
	content:"";
	z-index:-1;
	border-left:1px solid #ffffff;
	  border-right:1px solid #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_currency:hover:before {
	bottom:0px;
	top:0px;
}

.header_currency .jq-selectbox__dropdown {
	width: 100% !important;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
	background: #2d353e;
	top: 39px !important;
}
.header_currency .jq-selectbox__dropdown ul {
	text-align: left;
	padding: 10px 0;
}
.header_currency .jq-selectbox__dropdown ul li {
	padding:2px 10px;
	background: #2d353e;
}

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


.checkout {
	float: left;
	margin-right: 18px;
	background: #ffffff;
	position:relative;
	z-index:1;
}
.checkout a {
	display: block;
	padding: 8px 18px 7px;
	font-size: 14px;
	color: #000000;
}
.checkout a:hover {
	color:#ffffff;

}
.checkout a:after {
	z-index:-1;
	position:absolute;
	left:0px;
	right:0px;
	top:50%;
	bottom:50%;
	content:"";
	background:#032701;
	border:1px solid #ffffff;
	border-top:0px;
	border-bottom:0px;
	
-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;
	 }
.checkout a:hover:after {
	top:0px;
	bottom:0px;
}


.header_cart {
	float: left;
}
.header_cart a {
	display: inline-block;
	vertical-align:baseline;
	position: relative;
	padding-right: 5px;
	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_cart a i {
	font-size: 36px;
	line-height: 34px;
	color: #1e1d32;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	 }
.header_cart a span.count {
	position: absolute;
	left: 0;
	right: 0;
	top: 8px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	vertical-align: top;
}
.header_cart a:hover {
	color:#2d353e;
}
.header_cart a:hover i {
	color:#ffffff;
}


header #logo {
	margin-top: 39px;
	float: left;
}
header #logo a {
	display: block;
	text-transform: uppercase;
	
-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 #logo b span {
	font-size: 59px;
	font-weight: 900;
	letter-spacing: -3px;
	line-height: 1em;
}
header #logo b .wrap-2 {
	font-weight: 100;
	letter-spacing: -2px;
	padding-left: 5px;
}
header #logo .slogan {
	margin-top: -3px;
	font-weight: 600;
	font-size: 22px;
	line-height: 1em;
	display: block;
	color: #2d353e;
	
-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 #logo a:hover .slogan {
	color:#0767b1;
}


.header_search {
	margin-top:10px;
	overflow: hidden;
	text-align: right;
}
.header_search form {
	display: inline-block;
	position:relative;
	margin-right: 18px;
	border:2px solid #dedede;
	width:311px;
	padding-right:57px;
}
.header_search #search-field {
	border:none;
	width:100%;
}
.header_search #search-submit {
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	font-size:18px;
	color:#8e8e8d;
	width:57px;
	
-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	    -ms-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	 }
.header_search #search-submit:hover {
	color:#8e8e8d;
}

.header_search #search-submit:before {
	position:absolute;
	left:0px;
	top:50%;
	bottom:50%;
	content:"";
	border-left:1px solid #ffcc06;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	 
}
.header_search #search-submit:hover:before {
	top:0px;
	bottom:0px;
}

.socials_block ul {
	display:inline-block;
}
.socials_block ul li {
	display:inline-block;
	margin:21px 3px;
}
.socials_block ul li a {
	background:#f7f7f7;
	width:59px;
	height:59px;
	display:block;
	border-radius:50%;
	  position:relative;
	
-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	    -ms-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	;
}
.socials_block ul li a:hover {
	background:#808080;
}
.socials_block ul li i {
	font-size:29px;
	color:#ffffff;
	padding-top:16px;
}
.socials_block ul li a:after {
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	border:2px solid #f7f7f7;
	content:"";
	border-radius:50%;
	
-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;
	;
}
.socials_block ul li a:hover:after {
	position:absolute;
	left:-5px;
	right:-5px;
	bottom:-5px;
	top:-5px;
	border:2px solid #808080;
	content:"";
	border-radius:50%;
}



.custom_header1 {
	float: right;
	text-align: right;
	margin-top: 54px;
}
.custom_header1 h3 {
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
	color: #FFFFFF;
}
.custom_header1 h3 i {
	font-size: 23px;
	margin-top: 3px;
}
.custom_header1 span {
	display: block;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
}



/* 8.2 MEGAMENU */
#logo{text-align:center;}
#megamenu {
      position: relative;
      z-index: 999;
      background: #f6f7f8;
}
#megamenu > .container {
    background: #f6f7f8;
}
.sf-menu {
    position: relative;
	text-align:center;
}
.sf-menu > li {
    display: inline-block;
}
.sf-menu > li > a {
    padding: 32px 10px 26px;
    display: block;
    position: relative;
    font-size: 26px;
    font-weight: 700;
    z-index: 1;
    font-family: Lato;
    color: #333;
    
-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;
	 
}

.sf-menu > li > a:hover {
    color: #289997;

	 
}
.sf-menu > li .active {
    color: #289997 !important;

	 
}


.sf-menu > li > a:before {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 0;
    z-index: -1;
    content:"";
    
-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;
	 
} 
.sf-menu > li > a.active:before,
.sf-menu > li.sfHover > a:before,
.sf-menu > li > a:hover:before {
    height: 100%;
	color:#FFF;
}

.sf-menu .menu_badge {
    display: block;
    padding: 2px 5px;
    line-height: 1em;
    background: #ffcc06;
    font-size: 9px;
    color: #235e02;
    text-transform: uppercase;
    position: absolute;
    right: 0px;
    top: -7px;
}

.sf-menu > li > ul {
    width: 270px;
    position: absolute;
    top: 82px;
    display: none;
    background: #333333;
}
.sf-menu > li > ul a {
    display: block;
    padding:6px 12px;
    font-size: 14px;
    font-weight: 300;
    background: #333333;
	text-align:left;
    color: #ffffff;
}
.sf-menu > li > ul a:hover {
    background: #0767b1;
}
.sf-menu .submenu {
    padding: 20px;
}
.sf-menu > li h3 {
margin-bottom: 1px;
}
.sf-menu > li h3 a {
    padding: 11px 12px;
    background: #333333;
}
.sf-menu > li h3 a:hover {
 color: #008587;
background: #333333;
}
.submenu {
    color: #ffffff;
}
.submenu .btn,
.submenu .btn:focus {
    display: inline-block;
    margin-top:20px;
    padding: 4px 9px 6px;
    border: 0px;
    font-size:12px;
}
.submenu .blog_title {
    margin: 20px 0;
}
.sf-menu > li > ul .btn {
    background: #0767b1;
}
.sf-menu > li > ul .btn:hover {
    background: #bf1123;
}
.sf-menu > li > a.sf-with-ul:after {
    position: absolute;
    content:"";
    left: 50%;
    margin-left: -2px;
    right: 0;
    bottom: 8px;
    -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;
}


/* CATALOG */
.megamenu__2 .submenu {
    
}
.megamenu__2 h3 {
    font-size: 14px;
    text-transform: uppercase;
}
.megamenu__2 h3 a {
    font-weight: bold;
}


/* SALE */
.megamenu__4 .product_img a {
    background: #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;
	;
}
.megamenu__4 .product_name a {
    padding: 0;
    margin: 10px 0;
    background: none !important;
}
.megamenu__4 .product_name a:hover {
    text-decoration:underline;
    color:#ffffff;
}
.megamenu__4 .product_price .money {
    font-size: 20px;
    color: #ffffff;
    margin-right:5px;
}
.megamenu__4 .product_price .compare-at-price {
    font-size:14px;
    color:#e6e6e6;
}



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




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

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

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

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

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


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

.nivo-caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 150px;
	z-index: 8;
	display: none;
}
.nivo-caption a {
	text-align: center;
	display: block;
}
.nivo-caption a .container {
	display: inline-block;
}
.nivo-caption .ins {
	max-width: 700px;
	position: relative;
	text-align: left;
	z-index: 1;
}
.nivo-caption h2 {
	font-size: 72px;
	font-weight: 400;
	text-transform: none;
	color: #ffffff;
}
.nivo-caption .btn_slider {
	display: inline-block;
	margin-top: 42px;
	line-height: 60px;
	border: 2px solid #ffffff;
	padding: 0px 25px 2px 34px;
	font-size: 24px;
	color: #ffffff;
	position:relative;
	z-index:1;
}
.nivo-caption .btn_slider i {
	padding:14px 0 0 17px;
	font-size: 33px;
	color: #ffffff;
}

.nivo-caption .btn_slider:before {
	z-index:-1;
	position:absolute;
	content:"";
	left:0px;
	top:0px;
	bottom:0px;
	right:100%;
	background:#bf1123;
	opacity:.2;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	 
}
.nivo-caption .btn_slider:hover:before {
	right:0px;
}

.nivo-caption .ins:before {
	content:"";
	left: -59px;
	top: -59px;
	right: -59px;
	bottom: -59px;
	position: absolute;
	background: #000;
	opacity: .35;
	z-index: -1;
}


.nivo-directionNav a {
	display: block;
	vertical-align: top;
	position: absolute;
	top: 250px;
	z-index: 9;
	cursor: pointer;
	width:69px;
	height:69px;
	z-index:100;
	text-align:center;
}
.nivo-directionNav a:before {
	z-index:-1;
	content:"";
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background:#ffffff;
	opacity:.45;
	position:absolute;
	}
.nivo-directionNav a:hover:before {
	background:#0767b1;
}
.nivo-directionNav a:hover i {
	color:#ffffff;
}
.nivo-directionNav a span {
	display: none;
}
.nivo-directionNav a i {
	display: inline-block;
	font-size:65px;
	color:#2d353e;
	 }
.nivo-prevNav {
	left: 44px;
	padding-right:9px;
}
.nivo-nextNav {
	right: 44px;
	padding-left:5px;
}



/* 8.4 SHOWCASE */
#showcase {
	margin: 63px 0 60px;
}

.custom_showcase {
	margin-top: 63px;
}
.custom_showcase a {
	display: block;
	position: relative;
	z-index:1;
	background:#0767b1;
	overflow:hidden;
}

.custom_showcase a img {
	-webkit-transform: translate3d(-10px,-10px,0) scale(1.1);
	transform: translate3d(-10px,-10px,0) scale(1.1);
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	 }
.custom_showcase a:hover img {
	-webkit-transform: translate3d(0,0px,0) scale(1);
	transform: translate3d(0,0px,0) scale(1);
	opacity:.7;
}

.custom_showcase a:before {
	position:absolute;
	bottom:28px;
	left:23px;
	right:23px;
	top:20px;
	content:"";
	background:#235e02;
	opacity:0;
	z-index:1;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	 }
.custom_showcase a:hover:before {
	opacity:.85;
}

.custom_showcase h3 {
	position: relative;
	font-size: 33px;
	font-weight: 900;
	z-index: 1;
	color: #626262;
	margin-bottom:0px;
	
-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 {
	font-size: 24px;
	color: #ffffff;
	margin-bottom:17px;
}

.custom_showcase .abs {
	position: absolute;
	bottom: 28px;
	left: 23px;
	right: 23px;
	z-index:1;
	padding:8px 23px 10px;
	overflow:hidden;
	
-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 .abs {
	padding: 10px 40px 48px;
}

.custom_showcase a .abs:before {
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background:#ffffff;
	opacity:1;
	content:"";
	z-index:-1;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	 
}
.custom_showcase a:hover .abs:before {
	background:transparent;
}

.custom_showcase a .text_container {
	height: 0px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	transition: all .4s ease;
	 }
.custom_showcase a:hover .text_container {
	height:124px;
	overflow:visible;
}



/* CUSTOM BOTTOM */
.custom_bottom_wr {
	margin-top:46px;
}
.custom_bottom {
	margin-top:40px;
	overflow:hidden;
}
.custom_bottom a {
	display:block;
	padding:23px 37px 20px;
	
-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_bottom__1 a {
	background:#032701;
}
.custom_bottom__2 a {
	background:#235e02;
}
.custom_bottom a i {
	color:#ffffff;
	font-size:93px;
	float:right;
	padding:2px 19px 0 0;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	 }
.custom_bottom__2 a i {
	padding-right:5px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.custom_bottom a h3,
.custom_bottom a p {
	color:#ffffff;
}
.custom_bottom h3 {
	font-weight: 900;
	font-size: 37px;
	line-height:0.99em;
}
.custom_bottom p {
	font-size: 18px;
	line-height: 1em;
	font-weight:400;
	margin-top:10px;
}

.custom_bottom a:hover i {
	opacity:.1;
	-ms-transform: scale(5);
	-webkit-transform: scale(5);
	transform: scale(5);
}
.custom_bottom__1 a:hover {
	background:#235e02;
}
.custom_bottom__2 a:hover {
	background:#032701;
}



/* HOMEPAGE TABS */
.tabs_wr {
	margin-top:88px;
}
.tabs_wr .tab_container {
	padding: 26px 33px 31px;
	border: 1px solid #cdcdcd;
}
.tabs_wr .tabs li {
	padding: 22px 25px 14px;
	position: relative;
	float:left;
	margin-bottom:-1px;
	font-size:16px;
	font-weight:bold;
	min-width:170px;
	text-align:center;
	  color:#2d353e;
	cursor:pointer;
	
-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;
	 }
.tabs_wr .tabs li + li {
	margin-left:-1px;
}
.tabs_wr .tabs li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 7px;
	bottom: 0;
	right: 0;
	border: 1px solid #cdcdcd;
}
.tabs li.current:before {
	border-bottom-color: #ffffff;
	top:0px;
}
.tabs li.current,
.tabs li:hover {
	color:#235e02;
}
.tab_container p {
	line-height:1.5em;
	color:#808080;
}
.tab_container p + p {
	margin:24px 0px;
}



/* 8.5 MAIN PRODUCT LISTING */
.product_listing_main:first-child {
	margin-top:52px;
}
.product_listing_main .product {
	margin: 30px 0 0 0;
}
.product .prod_inside {
	border:1px solid #e6e6e6;
	-webkit-box-shadow: 0 1px 50px rgba(0,0,0,0);
	-moz-box-shadow: 0 1px 50px rgba(0,0,0,0);
	box-shadow: 0 1px 50px rgba(0,0,0,0);
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	 }
.product .prod_inside:hover {
	-webkit-box-shadow: 0 1px 50px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 1px 50px rgba(0,0,0,0.22);
	box-shadow: 0 1px 50px rgba(0,0,0,0.22);
}

.product .product_img a {
	display: block;
	position: relative;
	padding:30px 1px;
}
.product_listing_main .product_img .ins {
	position:relative;
	display:block;
}
.product_listing_main .product_img img {
	background-color: #ffffff;
	position: relative;
	z-index: 1;
	max-height:150px;
}
.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: 5px 10px;
	color: #ffffff;
	position: absolute;
	top: 0;
	z-index: 100;
}
.product_listing_main .product_img span.new {
	background: #2d353e;
	left: 0;
}
.product_listing_main .product_img span.sale {
	right: 0;
	font-size:18px;
	font-weight:900;
	text-transform:uppercase;
	width:122px;
	height:122px;
	overflow:hidden;
	text-align:right;
	padding:5px 13px 0 0;
}
.product_listing_main .product_img span.sale:before {
	content:"";
	position:absolute;
	top:0px;
	right:0px;
	width:0px;
	height:0px;
	  border:61px solid;
	border-color:#235e02 #235e02 transparent transparent;
	z-index:-1;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	 }
.product_listing_main .prod_inside:hover .product_img span.sale:before {
	border-top-color:#ffcc06;
	border-right-color:#ffcc06;
	
}

.product_listing_main .product_info {
	background:#f7f7f7;
	padding:11px 20px 24px;
}

.product .product_price .money {
	font-size:24px;
	font-weight:900;
	margin-top:10px;
	display:inline-block;
	margin-right: 10px;
}
.product .compare-at-price {
	font-weight:300;
}

.product .product_links {
	margin-top:12px;
}
.product_listing_main .product_links form {
	display: inline-block;
}
.product_listing_main .product_links a {
}
.product_listing_related.product_listing_main .product_info {
	padding: 11px 10px 24px;
}
.product_listing_related.product_listing_main:first-child {
	margin-top: 0;
}

/* 8.6 FOOTER */
footer {
	border: none;
    background: url(../../../../../../../../../images/footer-background.jpg) no-repeat center top;
    background-size: cover;
    padding: 0px 0 18px;
}
footer,
footer a {
	color:#2d353e;
}

footer .footer_top {
	padding-top:50px;
	padding-bottom:84px;
	position:relative;
}

.footer_block {
	padding-top:30px;
}
.footer_block ul {
	margin-top:16px;
}
.footer_block ul li {
	position:relative;
}
.footer_block ul li + li {
	margin-top:5px;
}
.footer_block ul li a {
	font-size:18px;
	font-weight:300;
	color:#FFF;
	position:relative;
	padding-left:28px;
	
-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_block ul li a:before {
	  position:absolute;
	  left:0px;
	  top:-2px;
	  content:"\f061";
	  font-size:16px;
	  font-family: FontAwesome;
	  
-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_block ul li.active a,
.footer_block ul li a:hover,
.footer_block ul li a:hover:before {
	color:#FFF;
}


.footer_block .socials {
	display:inline-block;
	margin-top:-2px;
}
.footer_block .socials li {
	display:inline-block;
	margin:0px 0px 0px 4px;
}
.socials li a {
	display:block;
	padding-left:0px !important;
	background:#FFF;
	width:61px;
	height:61px;
	display:block;
	border-radius:50%;
	color:#ffffff;
	font-size:29px;
	position:relative;
	text-align:center;
	
-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;
	;
}
.socials li a:before {
	display:none;
}
.socials li a:hover {
	background:#FFF;
color:#FFF;
}
.socials li i {
	font-size:29px;
	color:#289997;
	padding-top:16px;
}
.socials li a:after {
	position:absolute;
	left:2px;
	right:2px;
	bottom:2px;
	top:2px;
	border:2px solid #2d353e;
	content:"";
	border-radius:50%;
	
-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	    -ms-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	;
	z-index:-1;
}
.socials li a:hover:after {
	position:absolute;
	left:-5px;
	right:-5px;
	bottom:-5px;
	top:-5px;
	border:2px solid #bf1123;
	content:"";
	border-radius:50%;
}

.footer_text {
	font-size:14px;
	font-weight:300;
	line-height:1.25em;
	margin-top:27px;
	position:relative;
}
.footer_top:after {
	position:absolute;
	left:50%;
	top:66px;
	bottom:64px;
	content:"";
	border-left:1px solid #2d353e;
}

.footer_block__3 {
	text-align:right;
	float:right;
}

footer .copyright {
	padding-top:48px;
	color:#ffffff;
	font-size:14px;
	padding-bottom:52px;
}
footer .copyright p {
	font-weight:300;
}
footer .copyright a {
	color:#ffffff;
}
footer .copyright a:hover {
	text-decoration:underline;
}



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

/* 9.1 PAGES CONTENT */
ul.tags {
	margin: 10px 0 0 0;
	list-style-type: none;
}
ul.tags li {
	float: left;
	margin: 5px 5px 0 0;
}
ul.tags li a {
	display: block;
	padding: 5px 10px;
	background: #2d353e;
	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: #bf1123;
	color: #ffffff;
}

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



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



/* 9.2 BREADCRUMBS */
.breadcrumb {
	margin: 20px 0 35px;
	color:#333;
	background:#e9eaeb;
	padding:10px 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.breadcrumb a,
.breadcrumb > li + li:before {
	color:#333;
	
-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 {
	text-decoration: underline;
}



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



/* 9.4 PAGINATION */

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

#pagination span a,
#pagination span.deco,
#pagination span.current {
	display: block;
	padding: 4px 16px;
	background: #2d353e;
	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: #bf1123;
	color: #ffffff;
}
#pagination span.current {
	cursor: default;
}



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

.column .widget h3.widget_header {
	margin: 0;
	padding: 0 0 15px 0;
	font: 27px Lato;
	color: #2d353e;
}


/* 10.1 LINKS LIST */
.column .widget ul.list {
    border-bottom: 1px solid #e6e6e6;
}
.column .widget ul.list li {
    border-top: 1px solid #e6e6e6;
}
.column .widget ul.list li a {
    padding: 10px 0px;
    display: block;
    color: #2d353e;
    
-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;
	 
}

.column .widget ul.list li.active a,
.column .widget ul.list li a:hover {
    padding: 10px 10px;
    color: #ffffff;
    background: #008587;
}


/* 10.2 SIDEBAR PRODUCT LISTING */

.product_listing_sidebar .product {
	margin-top:30px;
}
.product_listing_sidebar .product_img {
	float:left;
	margin-right:15px;
}
.product_listing_sidebar .product_img a {
	padding: 0px;
}
.product_listing_sidebar .product_info {
	overflow:hidden;
	text-align:left;
}

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



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

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



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


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

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

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

.zoomContainer {
	z-index: 10 !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 #e6e6e6;
}

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

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

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

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



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


.fb_iframe_widget_fluid {
  	display:inline-block !important;
}
.product_wrap .product-price {
	margin: 15px 0 0 0;
	padding: 0;
}
.product_wrap .product-price .money {
	margin: 0 5px 0 0;
}
.product_wrap .product-price .compare-at-price {
}

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

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

#purchase #add-to-cart {
	height: 37px;
	line-height: 18px;
	margin: 15px 10px 0 0;
	padding: 8px 15px;
}
.btn-cart:before {
	padding-top: 5px;
}


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

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



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



/* 12.3 PRODUCT PAGINATION */
.product_wrap .pagination_product {
	width: 100%;
	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;
}



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

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



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

/* 13.1 POSTS LISTING */
#blog {
}

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

.article_header {
	padding: 15px 0;
	border-bottom: 1px solid #e6e6e6;
}
.article_header .product_name {
	font-size:30px;
}
.article_header .product_name a {
	font-size:30px;
}
.blog-article_meta-comments {
	float: right;
	padding: 16px 0 0 15px;
}

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

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



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

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



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

.comment-form #comment-author,
.comment-form #comment-email,
.comment-form #comment-body {
	width: 100%;
}

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

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

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

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



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

/* 14.1 LOG IN */

/* 14.2 ACCOUNT */

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



/* 14.3 ADDRESSES */

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

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


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


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



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

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



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

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

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

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

.cart-list .product_name {
	padding-right:20px;
}

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

.cart-list .row h3.item_vendor {
	border-bottom: 1px solid #e6e6e6;
	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 #e6e6e6;
}
.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;
}



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



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

.contact-scope #google_map {
	margin: 15px 0;
}
#google_map .gmnoprint img {
	max-width: 100px;
}
.contact-scope iframe {
	width: 100%;
	margin: 15px 0;
	border: 1px solid #e6e6e6;
}

.contact-form textarea {
	width: 100%;
}
.welcome_bg{background-color:#333333;}

.footer_block__3{text-align:left;}
.footer_block__3 p{ color:#696969;}