/** Shopify CDN: Minification failed

Line 2515:0 Unexpected "}"

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

1. CSS RESET

2. VARIABLES
2.1 GRADIENTS
2.2 CSS3 TRANSITIONS
2.3 COLORS

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 FOOTER

8. COLLECTION PAGES
8.1 PAGES CONTENT
8.2 BREADCRUMBS
8.3 COLLECTION LISTING
8.4 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;
	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 */






/* 2.3 COLORS */






















































































































/*#f7f7f7*/



/********************************************************************************************************
									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 #e4e4e4;
}
.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;
}
.fb_iframe_widget {
	display: block;
}


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

.jq-selectbox__select {
}

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

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



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

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



/* hex2rgb color converter */





































/* PAGE PRELOADER */
#page_preloader {
	width: 100%;
	height: 100%;
	background: url(/cdn/shop/t/2/assets/bx_loader.gif?v=48914817761367347031479753760) 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(0,0,0,.7);
	display: none;
}
.cart_popup_error {
	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(184,29,88,.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 .fancybox-skin {
	padding: 30px !important;
}

#newsletter_popup h4 {
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
}
#newsletter_popup form {
	margin: 30px 0 0 0;
	position: relative;
}
#newsletter_popup input[type=email] {
	width: 250px;
	height: 35px;
}
#newsletter_popup .btn {
	height: 35px;
}

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

#newsletter_popup .newsletter_error {
	margin: 0;
	font-weight: bold;
	font-size: 11px;
	color: #f00;
	position: absolute;
	left: 0;
	top: 41px;
}
#newsletter_popup .newsletter_success {
	font-weight: bold;
	color: #119000;
	text-align: center;
}



/* GOOGLE MAPS */
#google_map {
	margin: 20px 0 0;
}
#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 14px "Lato";
	color: #888888;
}



/* 4.1 HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0;
	margin: 10px 0;
	font: 400 54px/0.85em "Lato";
	color: #333333;
	text-transform: uppercase;
}

.template-index h1 span,
.template-index h2 span,
.template-index h3 span,
.template-index h4 span,
.template-index h5 span,
.template-index h6 span {
	font-weight: 100;
	display: block;
}

h2 span,
h2 {
	font-size: 47px;
}
.template-index h2 {
	letter-spacing: -3px;
	font-size: 54px;
}
h3 {
	font-size: 44px;
	line-height: 45px;
}
.template-index h3 {
	letter-spacing: -3px;
}
h4 {
	font-size: 18px;
}

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

.page_heading {
	text-align: center;
	margin: 0;
}
.page_heading span {
	display: inline-block;
}
.page_heading a {
	float: right;
}



/* 4.2 PARAGRAPHS & LISTS */
p {
	margin: 10px 0;
	padding: 0;
	line-height: 21px;
}

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



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


.product_desc {
	font-size: 14px;
	color: #777777;
}


.money {
	font-weight: 300;
	color: #333333;
}
.compare-at-price {
	color: #b81d58;
  	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;
	letter-spacing: 0;
	line-height: 1.2em;
}
.rte h2 {
	font-size: 17px;
	letter-spacing: 0;
	line-height: 1.2em;
}
.rte h3 {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.2em;
}
.rte h4 {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.2em;
}
.rte h5 {
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1.2em;
}
.rte h6 {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1.2em;
}

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



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

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

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

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.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 {
	padding: 10px 16px;
	font-size: 14px;
	font-style: italic;
	background: #b81d58;
	border: none;
	color: #ffffff;
	border-radius: 0 !important;
	box-shadow: none !important;
}

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

.btn-cart {
	position: relative;
}

.btn:hover,
.btn:hover a,
.btn-info:hover,
.btn-primary:hover {
	color: #ffffff;
	background: #333333;
}

.btn-cart span {
	display: block;
	
-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:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	font-style: normal;
	padding-top:2px;
	font-size: 29px;
	content: "\f07a";
	padding-top: 0px;
	font-family: FontAwesome;
	color: #ffffff;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(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 {
	color: #ffffff;
	background: #000000;
}
.btn-cart:hover span {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.btn-cart:hover:before {
	color: #ffffff;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}



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

html, body {
	height: 100%;
}

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

.wrapper3 {
	max-width: 1230px;
	margin: 30px auto 0;
	-webkit-box-shadow: 0 0 49px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 49px rgba(0,0,0,0.15);
	box-shadow: 0 0 49px rgba(0,0,0,0.15);
	
}

.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 */
#header {
	margin-bottom: 24px;
}

.header_top {
	    
background: #f2f2f2;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #f2f2f2 0%,#dcdcdc 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#dcdcdc));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #f2f2f2 0%, #dcdcdc 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #f2f2f2 0%,#dcdcdc 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #f2f2f2 0%,#dcdcdc 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #f2f2f2 0%,#dcdcdc 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dcdcdc',GradientType=0 );
	 /* IE6-8 */

}
.header_top .container_top,
.copyright {
	max-width: 1230px;
	margin: 0 auto;
  	position:relative;
  	z-index:1;
}


header #logo {
	float: left;
	margin-top: 32px;
}
header #logo a {
	display: inline-block;
	text-align: center;
}
header #logo b {
	font-size: 20px;
}
header #logo b span {
	display: block;
	line-height: .8em;
	text-transform: uppercase;
	letter-spacing: -6px;
}
header #logo b .wrap-1 {
	font-weight: 400;
	font-size: 71px;
	color: #b81d58;
}
header #logo b .wrap-2 {
	font-weight: 100;
	font-size: 61px;
	color: #000000;
}



.header_user {
	float: left;
	margin-top: 32px;
}
.header_user li {
	display: inline-block;
}
.header_user li + li {
	margin-left: 3px;
}
.header_user li a {
	display: block;
	font-size: 14px;
	font-style: italic;
	padding: 8px 29px 9px;
	background: #f3f3f3;
	color: #000000;
}
.header_user li a i {
	margin: 0 5px 0 0;
	line-height: 1.5em;
}
.header_user li a:hover {
	color: #b81d58;
	background: #ffffff;
    -webkit-box-shadow: 0 0 49px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 49px rgba(0,0,0,0.15);
    box-shadow: 0 0 49px rgba(0,0,0,0.15);
}
.header_user li a:after {
	margin-left: 9px;
	display: inline-block;
	font-style: normal;
	font-size: 14px;
	font-family: FontAwesome;
	color: #cccccc;
}
.header_user li.acc a:after {
	content: "\f007";
}
.header_user li.log_in a:after {
	content: "\f023";
}
.header_user li.checkout a:after {
	content: "\f061";
}



.header_currency {
	float: right;
	margin-top: 32px;
	background: #f3f3f3;
	
-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 {
	background: #ffffff;
    -webkit-box-shadow: 0 0 49px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 49px rgba(0,0,0,0.15);
    box-shadow: 0 0 49px rgba(0,0,0,0.15);
}
.header_currency select {
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}
.header_currency .jq-selectbox {
	width: 105px;
}
.header_currency .jq-selectbox__select {
	height: 39px;
	padding: 0 25px 0 5px;
	font-size: 14px;
	font-style: italic;
	color: #000000;
}
.header_currency .jq-selectbox__select-text {
	line-height: 38px;
	text-align: center;
}
.header_currency .jq-selectbox__trigger i {
	right: 32px;
	top: 12px;
}

.header_currency .jq-selectbox__dropdown {
	width: 100% !important;
	top: 38px !important;
	padding: 10px;
	text-align: center;
	color: #888888;
	background: #ffffff;
	border: 1px solid #e4e4e4;
}
.header_currency .jq-selectbox__dropdown ul {
}
.header_currency .jq-selectbox__dropdown ul li + li {
	border-top: 1px solid #e4e4e4;
}
.header_currency .jq-selectbox__dropdown ul li {
	font-size: 14px;
	line-height: 1.2em;
	padding: 3px 0;
}

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



.header_cart {
	float: right;
	margin-top: 45px;
	
}
.header_cart a {
	position: relative;
	display: inline-block;
	min-width: 203px;
	height: 80px;
	padding: 16px 0px 0 80px;
    
    background: url(/cdn/shop/t/2/assets/shopping_cart_bg.png?v=1986281521379482671479753755) 0 0 no-repeat;
    
}
.header_cart a i {
    
    display: none;
    
}
.header_cart a .cart_text {
	text-transform: uppercase;
	line-height: 1em;
	font-weight: 100;
	font-size: 20px;
	color: #333333;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.header_cart a .cart_text b {
	display: inline-block;
	padding-top: 2px;
	font-weight: 700;
	line-height: inherit;
}
.header_cart a .cart_text1 {
	display: block;
}
.header_cart a span.cart-total-items {
	padding-left: 6px;
	font-weight: 700;
	color: #b81d58;
}
.header_cart a:hover .cart_text {
	color: #b81d58;
}



.header_search {
	overflow: hidden;
	margin-top:66px;
	text-align: center;
	padding-right: 6%;
}
.header_search form {
	position:relative;
	width: 251px;
	padding-right: 97px;
	display: inline-block;
}
.header_search #search-field {
	height:40px;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	background: #f3f3f3;
	border:1px solid #e4e4e4;
}
.header_search #search-submit {
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	font-size:14px;
	line-height: 40px;
	width:97px;
	font-style: italic;
	color: #ffffff;
	background:#b81d58;
	
-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:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	font-style: normal;
	font-size: 1px;
	content: "\f002";
	padding-top: 0px;
	font-family: FontAwesome;
	color: #b81d58;
	
-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 {
	font-size: 1px;
	color: #000000;
	background: #000000;
}
.header_search #search-submit:hover:before {
	font-size: 22px;
	color: #ffffff;
}



/* 7.2 MEGAMENU */
#megamenu {
	position: static !important;
	text-align: center;
}
#megamenu > .container {
	position: relative;
	z-index: 999;
	display: inline-block !important;
}
#megamenu::before {
	content: "";
	left: 0;
	right: 0;
	height: 60px;
	position: absolute;
	background: #000000;
	}
#megamenu::after {
	content: "";
	left: 0;
	right: 0;
	height: 1px;
	position: absolute;
	z-index: -1;
	margin-top: -2px;
	-webkit-box-shadow: 0 48px 26px 19px rgba(0,0,0,0.55);
	-moz-box-shadow: 0 48px 26px 19px rgba(0,0,0,0.55);
	box-shadow: 0 48px 26px 19px rgba(0,0,0,0.55);
	}


.sf-menu {
	position: relative;
}
.sf-menu > li {
	float: left;
	padding: 11px 0 0;
	height: 60px;
}
.sf-menu > li > a {
	height: 37px;
	padding: 0 15px;
	display: block;
	line-height: 37px;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	color: #ffffff;
}
.sf-menu > li + li > a {
	border-left: 1px solid ;
}
.sf-menu > li > a > span {
	position: relative;
	display: inline-block;
}
.sf-menu > li > a > span:first-child:before {
	left: 0;
	right: 100%;
	content: attr(data-hover);
	position: absolute;
	white-space: nowrap;
	overflow: hidden;
	color: #b81d58;
	background: ;
	
-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	    -ms-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	
}
.sf-menu > li > a > span:first-child:hover:before {
	right: 0;
}

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

.sf-menu .menu_badge {
	display: block;
	overflow: hidden;
	padding: 2px 5px;
	height: 24px;
	line-height: 1em;
	font-size: 9px;
	text-transform: uppercase;
	position: absolute;
	right: -1px;
	top: -11px;
	z-index: 10;
	width: 119px;
	text-align: right;
	color: #ffffff;
}
.sf-menu .menu_badge:before {
	position: absolute;
	display: block;
	content: "";
	right: -11px;
	top: -14px;
	width: 100%;
	height: 108%;
	z-index: -1;
	background: #b81d58;
	-moz-transform:    rotate(11deg);
	-o-transform:      rotate(11deg);
	-webkit-transform: rotate(11deg);
	transform:         rotate(11deg);
	}

.sf-menu > li > a.sf-with-ul::after {
	content: "\f107";
	font-size: 14px;
	padding-left: 11px;
	font-family: FontAwesome;
} 


.sf-menu > li > ul {
	width: 100%;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: 60px;
	display: none;
	-webkit-box-shadow: 0 0 49px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 49px rgba(0,0,0,0.15);
	box-shadow: 0 0 49px rgba(0,0,0,0.15);
	}
.sf-menu .submenu {
	padding: 20px;
	text-align: left;
}
.sf-menu .submenu a {
	color: #888888;
}
.sf-menu .submenu a:hover {
	color: #b81d58;
}
.sf-menu .submenu h3 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: inherit;
}
.sf-menu .submenu h3 + ul li {
	padding: 5px 0;
}
.sf-menu .submenu h3 + ul li + li {
	border-top: 1px solid #e4e4e4;
}
.sf-menu .submenu h3 + ul li a {
	font-size: 14px;
	font-style: italic;
}
.sf-menu .submenu a.btn {
	color: #ffffff;
}



/* CUSTOM LINK */
/*.megamenu__4 ul {
	display: block !important;
}*/



/* CATALOG */
.megamenu__2 .submenu {
	
}

.megamenu__2 h3 a {
	font-weight: bold;
}



/* BLOG */
.megamenu__3 img {
	width: 30%;
	float: left;
	margin: 0 15px 10px 0;
}



/* SALE */
.megamenu__4 .product_img {
	margin-bottom: 10px;
}
.megamenu__4 .product_img a {
	display: block;
	padding: 0 50px;
	border: 1px solid #e4e4e4;
	background: #f3f3f3;
}
.megamenu__4 .product_img a:hover {
	background: #ffffff;
}
.megamenu__4 .product_price {
	margin-top: 10px;
}
.megamenu__4 .product_price .money {
	font-size: 28px;
}
.megamenu__4 .product_price .compare-at-price {
	padding-left: 6px;
	font-size: 18px;
}



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



/* 7.3 NIVOSLIDER */
.nivoSlider {
	width: 100%;
	height: auto;
	overflow: hidden;
	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 {
	height: 100%;
	position: relative;
	z-index: 1;
	margin-top: 30px;
    min-height: 515px;
}

.nivoSlider {
	overflow: visible;
}

.nivo-caption a {
	display: block;
	padding: 0 6% 13px 41%;
	text-align: center;
}

.nivo-caption {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 8;
	display: none;
	right: 0;
    -moz-transform:    translate(0%, -50%);
    -ms-transform:      translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
	
}
.nivo-caption h5 {
	font-size: 27px;
	font-weight: 100;
	margin-bottom: 15px;
}
.nivo-caption h3 {
	font-size: 104px;
	letter-spacing: -5px;
	margin: 0 0 8px;
	line-height: 83px;
}
.nivo-caption h4 {
	font-size: 87px;
	font-weight: 100;
	letter-spacing: -5px;
	margin: 0 0 5px;
}
.nivo-caption h2 {
	margin: 0 0 6px;
	font-size: 121px;
	letter-spacing: -5px;
	color: #b81d58;
}
.nivo-caption p {
	max-width: 530px;
	margin: 0 auto 13px;
	font-style: italic;
	font-size: 14px;
	color: #333333;
}


.nivo-caption .btn {
	position: relative;
	min-height: 60px;
	margin-top: 9px;
	font-size: 20px;
	font-style: normal;
	padding: 16px 44px;
	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;
	
}
.nivo-caption .btn span {
	display: block;
	
-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:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	font-style: normal;
	padding-top:2px;
	font-size: 42px;
	content: "\f07a";
	padding-top: 0px;
	font-family: FontAwesome;
	color: #ffffff;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(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;
	
}
.nivo-caption .btn:hover {
	color: #ffffff;
	background: #000000;
}
.nivo-caption .btn:hover span {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.nivo-caption .btn:hover:before {
    color: #ffffff;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}


.nivo-directionNav a {
	display: block;
	vertical-align: top;
	position: absolute;
	top: 50%;
	z-index: -1;
	cursor: pointer;
	width: 47px;
	height: 47px;
	margin-top: -24px;
	overflow: hidden;
	font-size: 38px;
	text-align: center;
	color: #000000;
	background: #ffffff;
	-webkit-box-shadow: 0 0 49px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 49px rgba(0,0,0,0.15);
	box-shadow: 0 0 49px rgba(0,0,0,0.15);
	
-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-directionNav a:hover {
	color: #b81d58;
}
.nivo-directionNav a span {
	display: none;
}
.nivo-directionNav a i {
	display: inline-block;
	font-size: 38px;
	line-height: 46px;
}
.nivo-prevNav {
	left: -48px;
}
.nivo-nextNav {
	right: -48px;
}



.nivo-controlNav {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}
.nivo-controlNav a {
	display: inline-block;
	cursor: pointer;
}
.nivo-controlNav a + a {
	margin: 0 0 0 5px;
}
.nivo-controlNav a span {
	display: none;
}
.nivo-controlNav a i {
	display: block;
}
.nivo-controlNav a:hover {
}
.nivo-controlNav a.active {
	cursor: default;
}



/* 7.4 SHOWCASE */

.custom_showcase {
	padding: 0;
}

.custom_showcase a {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: #000000;
}

.custom_showcase img {
	width: 100%;
	opacity: 1;
	transition: all 1.9s ease;
}
.custom_showcase a:hover img {
	opacity: .5;
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.custom_showcase .ins {
	position: absolute;
	top: 50%;
	max-width: 380px;
	right:0px;
	padding: 0 37px 9px;
	text-align: center;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.custom_showcase * {
	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;
	
}
.custom_showcase a:hover * {
	color: #ffffff;
}
.custom_showcase p {
	max-width:300px;
	margin: 0 auto;
	font-size: 14px;
	font-style: italic;
}
.custom_showcase .btn {
	display: inline-block;
	margin-top: 16px;
	padding: 0;
	padding-bottom: 2px;
	background: none;
	font-size: 20px;
	line-height: .9em;
	text-transform: uppercase;
	font-style: normal;
	border-bottom: 1px solid #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;
	
}

.custom_showcase__3 * {
	color: ;
}
.custom_showcase__3 .btn {
	border-bottom-color:#000000;
}
.custom_showcase__3 a:hover .btn {
	border-bottom-color:#ffffff;
}


.custom_showcase a::after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	content: "";
	z-index: -1;
	border: 20px solid #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;
	
}
.custom_showcase a:hover::after {
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	opacity: 1;
	border: 1px solid #ffffff;
}

.custom_showcase a .custom_scale {
	
-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	    -ms-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	
}
.custom_showcase a .btn:hover {
	border-bottom-color: #b81d58;
	color: #b81d58;
}


/*CUSTOM TOP*/
.custom_top_wr {
	position: relative;
	margin-top: 49px;
}
.custom_top_wr:after {
	position: absolute;
	left: 50%;
	top: 6px;
	bottom: 6px;
	content: "";
	border-left: 1px solid #e4e4e4;
}
.custom_top {
	text-align: center;
}
.custom_top h3 {
	margin-top: 0;
}
.custom_top p {
	font-size: 14px;
	margin: 0 auto;
	max-width: 535px;
}




/* BLOG */
.homepage_blog {
	position: relative;
	margin-top: 49px;
	padding-top: 63px;
	padding-bottom: 78px;
	
    background: url(/cdn/shop/t/2/assets/homepage_blog_bg.jpg?v=96778890613235346001479753760) 50% 0 no-repeat;
	
}
.homepage_blog h3 {
	text-align: center;
	color: #ffffff;
}
.homepage_blog h3 span {
	display: inline-block;
}
.homepage_blog__article {
	margin-top: 56px;
	text-align: center;
}
.homepage_blog__article .homepage_blog_img_wr {
	position: relative;
	display: inline-block;
	z-index: 1;
	margin-bottom: 18px;
}
.homepage_blog__article .blog_img {
	position: relative;
	width: 283px;
	height: 283px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0;
	background: #000000;
	display: none;
}
.homepage_blog__article .homepage_blog_img_wr:before {
	content: "";
	position: absolute;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	border-radius: 50%;
	opacity: 0;
	z-index: -1;
	background: #b81d58;
	
-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;
	
}
.homepage_blog__article:hover .homepage_blog_img_wr:before {
	opacity: .35;
}
.homepage_blog__article .homepage_blog_img .blog_img img {
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	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;
	
}
.homepage_blog__article .homepage_blog_img .blog_img:first-child {
	display: block;
}

.homepage_blog__article .homepage_blog__date {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	opacity: 0;
	font-size: 18px;
	font-style: italic;
	text-align: center;
	color: #ffffff;
    -moz-transform: translate(0%, -80%);
    -ms-transform: translate(0%, -80%);
    -webkit-transform: translate(0%, -80%);
    transform: translate(0%, -80%);
    
-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;
	
}
.homepage_blog__article:hover .homepage_blog__date {
    opacity: 1;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.homepage_blog__article:hover .blog_img img {
	opacity: .5;
}

.homepage_blog__article p {
	color: #ffffff;
}
.homepage_blog__content {
	max-width: 290px;
	margin: 0 auto;
}
.homepage_blog__title a:hover {
	color: #ffffff;
}


/*CUSTOM BOTTOM*/
.custom_bottom {
	margin-top: 45px;
	text-align: center;
}
.custom_bottom h3 {
	padding-bottom: 2px;
}
.custom_bottom .page_heading span {display:inline-block;}



/* 7.5 MAIN PRODUCT LISTING */

.product .product_img a {
	display: block;
	position: relative;
	background: #f3f3f3;
}
.product .product_img {
	margin-bottom: 24px;
}
.product .product_price {
	margin-top: 8px;
}
.product .product_price .money {
	font-size: 28px;
	font-weight: 300;
}
.product .product_price .compare-at-price {
	font-size: 18px;
}
.product .product_links {
	margin-top: 7px;
}
.product .product_links a {
	background: none;
	font-size: 15px;
	line-height: 15px;
	vertical-align: middle;
	height: 40px;
	padding: 13px 13px 0;
	color: #cccccc;
	
-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 .product_links a:hover {
	color: #b81d58;
    -ms-transform: scale(2);
    /* IE 9 */
    -webkit-transform: scale(2);
    /* Safari */
    transform: scale(2);
}

.product_listing_main .product {
	margin: 30px 0 0 0;
}

.product_listing_main .product_img a {
	padding: 19px 3px;
	
-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 .product_img img {
	background-color: #f3f3f3;
	position: relative;
	z-index: 1;
}
.product_listing_main .product_img .img__2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	opacity: 0;
}
.product_img_ins {
	position: relative;
	display: block;
}

.product_listing_main .product_img span.product_badge {
	font-style: italic;
	font-size: 14px;
	display: block;
	color: #000000;
	position: absolute;
	top: 0px;
	z-index: 100;
}
.product_listing_main .product_img span.new {
	left: 11px;
}
.product_listing_main .product_img span.sale {
	color: #b81d58;
	right: 11px;
}


.product_listing_main .product_img a:hover {
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.25);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.25);
}


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


.index-scope {
	margin-top: 45px;
	padding-top: 31px;
	border-top: 1px solid #e4e4e4;
}



/* 7.6 FOOTER */
footer {
	overflow: hidden;
	margin-top: 32px;
	padding-bottom: 10px;
	padding-bottom: 53px;
	background: ;
}
footer h3 {
}

.footer_block {
	padding-top: 38px;
}

ul.footer_links {
	padding-top: 3px;
}
ul.footer_links li {
	padding: 9px 0 0;
}
ul.footer_links li a {
	font-style: italic;
	color: #888888;
}

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


.footer_products h4 {
	min-height: 15px;
}


.footer_social {
	text-align: right;
}
.footer_social li {
	display:inline-block;
	margin:14px 0px 0 7px;
}
.footer_social li a {
	width:81px;
	height:81px;
	display:block;
	border-radius:50%;
	text-align: center;
	border: 5px solid #ffffff;
	    position:relative;
	background:#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;
	
}
.footer_social li a:hover {
	border-color: ;
}
.footer_social li i {
	font-size:28px;
	color:#cccccc;
	padding-top:24px;
	
-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 i {
	color: #000000;
}
.footer_social li a:after {
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	border:4px solid #ffffff;
	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;
	;
}
.footer_social li a:hover:after {
	position:absolute;
	left:-5px;
	right:-5px;
	bottom:-5px;
	top:-5px;
}


.copyright {
	padding-bottom: 40px;
}
.copyright p {
	margin-top: 22px;
	font-size: 12px;
	font-weight: 300;
}
.copyright a {
	color: #888888;
}
.copyright a:hover {
	color: #b81d58;
}



/* BACK TO TOP BUTTON */
#back_top {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 0 0 615px;
	background: #000000;
	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;
}



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

/* 8.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: #333333;
	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: #b81d58;
	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 #e4e4e4;
	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;
}



/* 8.2 BREADCRUMBS */
.breadcrumb_wrap {
	margin: 15px 0 30px;
}
.breadcrumb {
	color:#ffffff;
	background:#b81d58;
	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:#000000;
}
}



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



/* 8.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: #333333;
	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: #b81d58;
	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: 30px;
	letter-spacing: 0;
  	line-height:1em;
}

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



/* 9.1 LINKS LIST */
.sidebar_widget ul li ~ li {
	margin: 1px 0 0 0;
}
.sidebar_widget ul li a {
	display: block;
	padding: 7px 15px;
	color: #000000;
	border: 1px solid #e4e4e4;
}

.sidebar_widget ul li.active a,
.sidebar_widget ul li a:hover {
	color: #b81d58;
}



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

.sidebar_widget .product_img {
	float: left;
	margin-right: 15px;
	width: 100px;
}

.sidebar_widget .product_links {
	text-align: center;
}


/********************************************************************************************************
                           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: #b81d58;
}
#searchresults .search-form button:hover {
	color: #333333;
}
#searchresults .search-form button i {
	line-height: 32px;
}

#searchresults h3 {
	margin: 0;
	padding: 0;
} 

#searchresults ol {
	list-style-type: none;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #e4e4e4;
}
#searchresults ol li {
	overflow: hidden;
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid #e4e4e4;
}
#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 #e4e4e4;
}

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

.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(0,0,0,.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(0,0,0,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';
}



/* 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;
}
.product_wrap .product-price .money {
	margin: 0 5px 0 0;
	font-size: 28px;
}
.product_wrap .product-price .compare-at-price {
	font-size: 18px;
}



#purchase label {
	float: left;
	display: inline-block;
	margin: 15px 10px 0 0;
	padding: 0 !important;
	line-height: 37px;
}
#purchase #quantity {
	float: left;
	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 {
	float: left;
	height: 37px;
	margin: 15px 10px 0 0;
	padding: 8px 15px;
}
#purchase #add-to-cart:before {
	font-size: 26px;
}


    
.product_wrap .product_details {
	margin: 15px 0 0 0;
	padding: 10px 0 15px 0;
	border: 1px solid #e4e4e4;
	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 0 0;
	font-size: 28px;
	letter-spacing: 0;
}

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

ul.product_listing_related .product_img {
	text-align: center;
}
ul.product_listing_related .product_img a {
	padding: 5px 3px;
}



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

/* 12.1 POSTS LISTING */

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

.article_header {
	padding: 15px 0;
	border-bottom: 1px solid #e4e4e4;
}
.article_header .product_name {
	font-size:30px;
}
.article_header .product_name a {
	font-size:30px;
}

.blog-article_meta-comments {
	float: right;
	padding: 19px 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: 19px 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-author {font-size:20px;word-wrap:break-word;line-height:1em;}
.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: #888888;
}
.customer_name a {
	float: right;
}
.customer_name span {
	display: inline-block !important;
}

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



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



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

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

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

.cart-list .item_image {
	text-align: center;
}
.cart-list .item_image a {
	width: 195px;
	display: block;
	background: #f3f3f3;
}
.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: #b81d58;
}

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

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



/********************************************************************************************************
                           16. PAGE 404
********************************************************************************************************/
.template-404 h2,
.template-404 h2 a {
	vertical-align: baseline;
}