

body, p { font-family: Dosis !important; }
h1, h2, h3, h4, h5, h6 { font-family: Agbalumo !important; }

.btn {-webkit-background:-webkit-gradient(linear,left top,left bottom,color-stop(.05,#c46bae),color-stop(1,#eed5c2));background:-moz-linear-gradient(top,#c46bae 5%,#eed5c2 100%);background:-webkit-linear-gradient(top,#c46bae 5%,#eed5c2 100%);background:-o-linear-gradient(top,#c46bae 5%,#eed5c2 100%);background:-ms-linear-gradient(top,#c46bae 5%,#eed5c2 100%);background:linear-gradient(to bottom,#c46bae 5%,#eed5c2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c46bae',endColorstr='#eed5c2',GradientType=0);background-color:#c46bae;-webkit-border-radius:19px;-moz-border-radius:19px;border-radius:19px;border:2px solid #eda4bd;display:inline-block;cursor:pointer;color:#000;font-family:Arial;font-size:13px;padding:11px 40px;text-decoration:none;text-shadow:0 -2px 0 #fff}.btn:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(.05,#eed5c2),color-stop(1,#c46bae));background:-moz-linear-gradient(top,#eed5c2 5%,#c46bae 100%);background:-webkit-linear-gradient(top,#eed5c2 5%,#c46bae 100%);background:-o-linear-gradient(top,#eed5c2 5%,#c46bae 100%);background:-ms-linear-gradient(top,#eed5c2 5%,#c46bae 100%);background:linear-gradient(to bottom,#eed5c2 5%,#c46bae 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eed5c2',endColorstr='#c46bae',GradientType=0);background-color:#eed5c2}.btn:active{position:relative;top:1px}

#order_body .totals { overflow: hidden; text-align: right; width: 100%; }
#order_body .totals table { float: right; margin-bottom: 20px; }
#order_body .totals td { min-width: 100px; padding-top: 10px; }
#order_body .totals .order_total { border-top: 2px solid #ccc; font-weight: bold; font-size: 20px; }
#order_body .summary .price, #order_body .summary .cart_checkout  { float: right; }
#order_body hr  { padding: 0px; margin: 20px 0; }

/******* Checkout *******/
#order_body #checkout-form h3 { float: none; text-align: center; }
#order_body #checkout-form .summary-body { float: left; width: 500px; }
#order_body #checkout-form #billing_address input[type=text], #order_body #checkout-form #billing_address select, #order_body #checkout-form .payment-methods input, #checkout-form .payment-methods select { width: 100%; }
#order_body #checkout-form label { margin: 10px 0 0 0; }
#order_body #checkout-form .col-md-4 { padding: 40px; border-right: 2px solid #ccc; border-top: 2px solid #ccc; }
#order_body #checkout-form .col-md-4.last { border-right: 0; }
#order_body #checkout-form #order_summary { padding: 20px; background: #f9f9f9; border: 1px solid #f1f1f1; }
#order_body #checkout-form #order_summary .order_heading { font-weight: bold; font-size: 30px !important; line-height: 35px; }
#order_body #checkout-form .order_heading { font-weight: bold; font-size: 20px; }
#order_body #checkout-form .summary table { border-top: 1px solid #ccc;  margin: 20px 0; width: 100%; }
#order_body #checkout-form .summary table td { padding: 5px 0; }
#order_body #checkout-form .summary .order_total { border-top: 1px solid #ccc; }
#order_body #checkout-form .summary th { padding: 5px;  background: #f1f1f1; }
#order_body #checkout-form .checkbox input { float: left; margin-right: 5px; }
#order_body #checkout-form select, #order_body #checkout-form input  { padding: 5px; border: 1px solid #767676; height: auto; }
#order_body #checkout-form .shipping-method { padding: 20px 0; }
#order_body #checkout-form .row { overflow: visible !important; }

/******* Cart *******/
#lblCartCount {
    font-size: 12px;
    background: #000;
    color: #fff;
    padding: 0px 8px;
    vertical-align: bottom;
    margin-left: -10px;
}
.badge {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#Cart input { width: 50px; padding: 5px; }
#Cart { color: #222; font-size: 14px; }
#Cart .delete { font-size: 10px; }
#Cart td { padding: 20px; }
#Cart th { padding: 0 20px; font-size: 16px; font-weight: bold; }
#Cart th { border-bottom: 1px solid #bbb; }
#updateCart, .continueCart a { height: auto !important; font-size: 12px !important; padding: 10px !important; cursor:pointer; }
.continueCart { padding: 20px 0; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; }
.addToCart, .updateCart { cursor:pointer; }

.cart_product { box-shadow: 0px 0px 10px #cccccc; margin-bottom: 20px; }
.cart_product td { padding: 10px; border: 1px solid #cccccc; }
.cart_product_empty { width: 100%; padding: 20px; } 
.cart_shopall { border-top: 1px solid #ccc; width: 100%; padding: 10px;}
.cart_shopall a { float: right; }

/******* Products *******/
.product-list-title { padding: 5px; }
.product-list img { width: 100%; }
.product-list { padding-bottom: 30px; }
.prod_quantity input { width: 75px; }
.prod_addcart { padding: 30px 0; }



.tab-navs {
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    border: 1px solid #eee;
    border-bottom: 0;
    border-left: 0;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    z-index: 2;
	margin-top: 50px;
}

.tab-navs .tab-nav.active {
    padding: 12px 30px 15px;
    color: #222222;
    font-weight: 700;
    background: #fff;
    border-top: 3px solid #222222;
	border-left: 1px solid #eee;
    cursor: default;
}
.tab-panes {
    position: relative;
    top: -1px;
    z-index: 1;
    }
.tab-panes .tab-pane {
    padding: 30px;
    border: 1px solid #eee;
	margin-bottom: 20px;
}

#subheader, #terms_body { padding: 50px 0; background: #fff; }

/******* Custom Banner *******/
.custombanner1 { color: #fff; font-size: 5vw; line-height: 5vw; font-family: Agbalumo; font-weight: bold; }
.custombanner2 { color: #fff; font-size: 3vw; line-height: 3vw; font-family: Dosis; font-weight: bold; }
.custombanner3 { color: #fff; font-size: 2vw; line-height: 2vw; font-family: Dosis; font-weight: normal; }
/******* Custom Theme *******/
body { font-family: Arial !important; }
header { background: #e84545 !important; border-top: 5px solid #f1f1f1; border-bottom: 20px solid #2b2e4a; }
header a { color: #ffffff !important; }
header .megamenu_mobile a { color: #222 !important; }
.isStuck { background: #e84545 !important; }
.cart-total-items { color: #e84545 !important; background: #ffffff !important; }
footer { background: #f1f1f1 !important; color: #222222 !important; }
footer a, footer h4, footer li { color: #222222 !important; }
.title1  { font-family: Kalam !important; }
#custom1, #custom2 { box-shadow: 0 3000px rgba(0, 0, 0, 0.4) inset; }
#megamenu li, .product_name a  { font-weight: bold !important; }
.logo { padding: 10px 0 0 0; }
.new span { background: #e84545 !important; color: #ffffff; }
.money { font-size: 18px !important; font-weight: bold;  }
.tt-product { padding: 50px 0; }
.tt-description { padding: 20px 0; }
.tt-image-box img { height: 200px !important; width: 200px; object-fit: contain; }
#main { height: 800px; }



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

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

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





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

/* 2.1 COLOR VARIABLES */

/* COLOR SHADES CONVERTER */













































































/*#36464c*/


























































/*#cccccc*/






/* 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 #ecebeb;
}
.addthis_toolbox > a {
	margin: 15px 15px 0 0 !important;
	padding: 0 !important;
}
.addthis_toolbox .at300b {
	height: 21px;
}

.addthis_button_tweet {
	width: 79px;
}

#_atssh {
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
}



/* jquery.formstyler styles for selects */
.jq-selectbox {
	display: block;
	z-index: 1000 !important;
	cursor: pointer;
}
.jq-selectbox__select-text {
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jq-selectbox__trigger i {
	position: absolute;
	top: 0;
	right: 0;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.jq-selectbox__dropdown {
	width: 100%;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

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


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

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



/* hex2rgb color converter */




















/* PAGE PRELOADER */
#page_preloader {
	width: 100%;
	height: 100%;
	background: url(//cdn.shopify.com/s/files/1/0932/8476/t/2/assets/bx_loader.gif?9950779252849672686) 50% 50% no-repeat #f2f2f2;
	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(64,79,77,.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 */
.fancybox-overlay {
	z-index: 1 !important;
}
#newsletter_popup__wrap #newsletter_popup {
	height: auto !important;
	margin: 0 auto;
	text-align: center;
}
#newsletter_popup__wrap {
	max-width: 583px;
}
#newsletter_popup__wrap .fancybox-inner {
	max-width: 583px;
	width: auto !important;
}
#newsletter_popup__wrap .fancybox-skin {
	padding: 58px 70px !important;
	border-radius: 0;
	background: #ffffff  url() bottom right no-repeat ;
}
#newsletter_popup__wrap .fancybox-close {
	background: none;
	top: 1px;
}
#newsletter_popup__wrap .fancybox-close:before {
	content: "\f00d";
	font-family: FontAwesome;
	font-size: 14px;
	color: #888888}
#newsletter_popup__wrap .fancybox-close:hover:before {
	color: #fcb28e;
}

#newsletter_popup h4 {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 24px;
}
#newsletter_popup form {
	margin: 37px 0 0 0;
	position: relative;
	width: 442px;
	padding-right: 156px;
}
#newsletter_popup input[type=email] {
	width: 100%;

	height: 40px;
	padding-left: 15px;
	border: 0;
	color: #888888;
	background: #f2f2f2;
}
#newsletter_popup .contact-form .btn-form {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 150px;
	line-height: 42px;
	background: #558888;
}
#newsletter_popup .newsletter_form .btn {
	background: #fcb28e;
}
#newsletter_popup .newsletter_form .btn:hover {
	color: #ffffff;
	background: #558888;
}

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

#newsletter_popup__wrap #newsletter_popup .logo {
    float: none;
    text-align: center;
}
#newsletter_popup__wrap #newsletter_popup .logo a {
    color: #558888;
}
#newsletter_popup__wrap #newsletter_popup p {
    max-width: 300px;
    margin: 16px auto 0;
    color: #888888;
}

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




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

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




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

body {
	font: normal 13px "Ubuntu";
	color: #888888;
	background: #404f4d;
}



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

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

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

.page_heading {
	margin: 0;
	text-align: center;
	font-size: 18px;
	color: #404f4d;
}
.page_heading a {
	float: right;
}



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

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



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


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


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



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

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

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

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



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

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

select,
select.form-control,
textarea,
textarea.form-control,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="telephone"] {
	padding: 6px;
	border:1px solid #ecebeb;
	font: normal 13px 'Arial';
	color: ;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 0;
	box-shadow: none;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="telephone"] {
    height:34px;
    line-height:18px;
    padding:7px;
}

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

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

select:focus,
select.form-control:focus,
textarea:focus,
textarea.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="telephone"]:focus {
	border-color: #aaa;
}


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







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

html, body {
	height: 100%;
}

#wrapper1 {
	position: relative;
	z-index: 1;
	background:  #f2f2f2;
}
#wrapper2 {
	overflow: hidden;
}
.wrapper3 {
	max-width: 1250px;
	margin: 0 auto;
}

#main .white_wrapper {
	padding: 30px 0 30px;
	margin-top: 30px;
}

.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 {
	position: relative;
	padding-bottom: 24px;
	padding-top: 17px;
	background: rgba(54,70,76,.9);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.12);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.12);
	box-shadow: 0 1px 5px rgba(0,0,0,0.12);
}
.header_top {
	position: relative;
	height: 68px;
	text-align: center;
	z-index: 999;
}

header .logo,
footer .logo,
#newsletter_popup .logo {
	position: relative;
	float: left;
	margin-top: -4px;
	position: relative;
	z-index: 1;
}
header .logo a,
#newsletter_popup .logo a,
footer .logo a {
	display: inline-block;
	font-size: 72px;
	line-height: 72px;
	color: #ffffff;
	font-family: Arizonia;
}
header .logo img,
#newsletter_popup .logo img,
footer .logo img {
	margin-right: 11px;
}


.header_user {
	position: relative;
	margin-top: 29px;
	margin-right: 15px;
	float: right;
	z-index: 1;
}
.header_user li {
	display: inline-block;
	padding: 0 12px;
	display: inline-block;
	color: #888888;
}
.header_user li a {
    display: block;
	color: #888888;
}
.header_user li a span {
	display: none;
}
.header_user li a:before {
	display: block;
	font-size: 19px;
	font-family: FontAwesome;
	color: #ffffff;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(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;
	
}

.header_user li a#customer_login_link:before {
	content: "\f090";
}
.header_user li a#customer_register_link:before {
	content: "\f234";
}
.header_user li a#sign-out:before {
	content: "\f08b";
}
.header_user li a#customer_logout_link:before {
	content: "\f08b";
}
.header_user li.user_name a span {
	padding: 0;
	display: block;
	color: #ffffff;
}

.header_user li a:hover:before {
	color: #fcb28e;
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2);
}

.header_currency {
	position: relative;
	float: right;
	margin: 31px 11px 0 4px;
	text-align: left;
}
.header_currency select {
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}
.header_currency .jq-selectbox {
	width: 50px;
}
.header_currency .jq-selectbox__select {
	height: 19px;
	padding: 0 15px 0 5px;
}
.header_currency .jq-selectbox__select-text {
	line-height: 19px;
	color: #ffffff;
}
.header_currency .jq-selectbox__trigger i {
	right: 5px;
	top: 3px;
	color: #ffffff;
}

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

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


.header_cart {
    position: relative;
    float: right;
    position: relative;
    margin: 10px 12px 0px 0px;
    z-index: 1001;
}
.header_cart a {
    display:block;
    padding: 0 0 15px 18px;
    
    background: url(/template/images/cart.png) left bottom no-repeat;
    
}
.header_cart a i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #888888;
    
    display: none;
    
}
.header_cart a .cart-total-items {
    display: block;
    border-radius: 50%;
    text-align: center;
    width: 23px;
    height: 23px;
    line-height: 22px;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    background: #fcb28e;
    
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.header_cart a:hover .cart-total-items {
    background: #558888;
}

.header-cart-resp {
	display: none;
}

.header_search {
	position: relative;
	margin-top: 29px;
	float:right;
	margin-right: 23px;
	position: relative;
	z-index: 1;
}
.header_search .icon-hover {
	font-size: 18px;
	color: #ffffff} 
.header_search__form_wrapper {
	position:absolute;
	top: 100%;
	right: -10px;
	width:270px;
	height: 0;
	overflow: hidden;
}
.header_search form {
	padding: 30px;
	opacity: 0;
	background: #f2f2f2;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}
.header_search #search-field {
	height:40px;
	width:100%;
	padding-bottom:10px;
	padding-top: 10px;
	background: #ffffff;
	border: 1px solid #ecebeb;
}
.header_search #search-submit {
	margin-top: 9px;
	width: 100%;
	display: block;
	font-size:18px;
	height: 40px;
	vertical-align: middle;
	background: #558888;
	color:#ffffff;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.header_search #search-submit i {
	line-height: 40px;
}
.header_search #search-submit:hover {
	background: #fcb28e;
	color:#ffffff;
}


.header_search:hover .header_search__form_wrapper,
.header_search .header_search__form_wrapper:hover,
.header_search .header_search__form_wrapper.hasFocus {
	height: auto;
	padding: 10px;
}
.header_search:hover .header_search__form_wrapper form,
.header_search .header_search__form_wrapper.hasFocus form {
	opacity: 1;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}



/* 7.2 MEGAMENU */
#megamenu {
	height: 50px;
	padding-top: 16px;
}


.sf-menu {
	position: relative;
	text-align: center;
}
.sf-menu > li {
	display: inline-block;
}
.sf-menu > li > a {
	display: block;
	font-size: 14px;
	margin: 0 12px 0;
	line-height: 50px;
	text-transform: uppercase;
	position: relative;
	color: #bceded;
}

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

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

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

.sf-menu > li > ul {
	width: 100%;
	position: absolute;
	left: 0;
	top: 57px;
	text-align: left;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
	display: none;
}
.sf-menu .submenu {
	padding: 40px 37px;
}



/* 2: CATALOG */
.submenu_2 h4 {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	color: #404f4d;
}
.submenu_2 h4 a {
	color: #404f4d;
}
.submenu_2 h4 a:hover {
	color: #fcb28e;
}
.submenu_2 ul {
	margin: 19px 0 0 0;
}
.submenu_2 ul li + li {
	margin-top: 10px;
}
.submenu_2 ul li a {
	display: block;
	width: 100%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	color: #888888;
}
.submenu_2 ul li a:hover {
	color: #fcb28e} 

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



/* 3: BLOG */
.megamenu_item_3 .blog_title {
	margin-top: 11px;
}
.megamenu_item_3 .blog_title a {
	 font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	color: #404f4d;
}
.megamenu_item_3 .blog_title a:hover {
	color: #558888;
}
.megamenu_item_3 .megamenu_blog_img {
	float: right;
	margin: 20px 0 10px 20px !important;
}
.megamenu_item_3 .megamenu_blog_img img,
.megamenu_item_3 .megamenu_blog_img p {
	margin: 0 !important;
}
.megamenu_item_3 .megamenu_blog_img img {
	max-width: 150px;
}
.megamenu_item_3 .megamenu_wr .btn {
	margin-top: 20px;
	font-weight: 300;
	height: 40px;
	line-height: 40px;
	padding: 0 31px;
	background: #fcb28e;
}
.megamenu_item_3 .megamenu_wr .btn:hover {
	color: #ffffff;
	background: #558888;
}
.sf-menu .submenu_3 {
	padding: 31px 69px;
	background: #f2f2f2;
}
.submenu_3 .megamenu_wr1 {
	padding: 50px 69px;
	background: #ffffff;
}



/* 4: SALE */
.megamenu_item_4 .submenu {
	padding: 26px 37px 48px;
	background: #f2f2f2;
}
.submenu_4 .submenu_product_ins {
	text-align: center;
	padding-bottom: 25px;
	border: 1px solid #ecebeb;
	background: #ffffff;
}
.megamenu_item_4 .product_img a {
	display: block;
	padding: 6px 15px;
}
.megamenu_item_4 .product_name {
	margin-top: 7px;
    padding: 0 8px;
}
.megamenu_item_4 .product_price .money {
	font-size: 18px;
	font-weight: 500;
}
.megamenu_item_4 .product_price .compare-at-price {
	font-size: 14px;
	font-weight: 300;
    color: #fcb28e;
}

.megamenu_item_4 .megamenu_banner {
	position: relative;
}
.megamenu_item_4 .megamenu_banner__1 .showc_inside {
	padding: 10px 50% 20px 17px;
}
.megamenu_item_4 .megamenu_banner__2 .showc_inside {
	padding: 10px 17px 20px 50%;
}
.submenu_4 h4 {
	margin-bottom: 30px;
	font-weight: 300;
	font-size: 14px;
}
.submenu_4 .megamenu_banner + .megamenu_banner {
	margin-top: 15px;
}
.submenu_4 .megamenu_banner h3 {
	margin: 0 0 12px;
	font-size: 23px;
	color: #404f4d;
}
.submenu_4 .megamenu_banner .link {
	font-size: 24px;
}



/* STICK UP MENU STYLES */
.header_top.isStuck {
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(54,70,76,.9);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
}
.header_top.isStuck .menu_badge {
	display: none;
}
.sf-menu > li > ul {
	top: 52px;
}



/* 7.4 SHOWCASE */
.showcase_wrapper {
    overflow: hidden;
    
    margin-top: -80px;
	
    padding-bottom: 14px;
}
.white_wrapper {
	background: #ffffff;
}
#showcase {
	padding: 10px 0;
}

.custom_showcase {
	margin-top: 30px;
}
.custom_showcase * {
	color: #404f4d;
	
-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 {
	position: relative;
	display: block;
	background: #f2f2f2;
}
img + .showc_inside {
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.showc_inside {
	padding: 20px 80px;
}
.custom_showcase h3 {
	font-size: 36px;
}
.custom_showcase h4 {
	margin-top: 6px;
	padding-bottom: 3px;
	font-size: 24px;
}
.link {
	position: relative;
	display: inline-block;
	line-height: 1em;
	font-size: 33px;
	color: #888888;
	font-family: Arizonia;
	
-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;
	
}
.link:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 2px;
	border-bottom: 1px solid #888888;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.custom_showcase a:hover * {
	color: #558888;
}
.custom_showcase .link:hover,
.link:hover {
	color: #fcb28e;
}
.link:hover:before {
	border-bottom-color: #fcb28e;
}



/* 7.5 MAIN PRODUCT LISTING */
.product .product_price .money {
	font-size: 18px;
	font-weight: 700;
}
.product .product_price .money_sale,
.product .product_price .compare-at-price {
	font-size: 14px;
	font-weight: 300;
	color: #fcb28e}

.product_listing_main .product_wrapper {
	padding: 27px 0 0 0;
	color: #ffffff;
}
.product_listing_main .product_inside {
	position: relative;
	padding: 0 20px 26px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #ecebeb;
}
.product_listing_main .product_img a {
	display: block;
	position: relative;
	padding: 12px 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;
	
}

.product_listing_main .img_change__ins {
	position: relative;
	display: block;
}
.product_listing_main .product_img img {
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}
.product_listing_main .product_img .img__2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	opacity: 0;
}

.product_listing_main .product_img span.product_badge {
	overflow: hidden;
	display: block;
	width: 72px;
	height: 72px;
	position: absolute;
	top: 0;
	z-index: 100;
}
.product_listing_main .product_img span span {
	display: block;
	width: 100px;
	height: 100px;
	line-height: 160px;
	text-transform: uppercase;
	margin-top: -50px;
	color: #ffffff;
}
.product_listing_main .product_img span.new {
	left: 0;
}
.product_listing_main .product_img span.new span {
	margin-left: -50px;
	background: #558888;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.product_listing_main .product_img span.sale {
	right: 0;
}
.product_listing_main .product_img span.sale span {
	margin-left: 25px;
	background: #fcb28e;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}

.product .product_name {
	margin-top: 9px;
}

.product_listing_main .product_desc {
	display: none;
}
#collection_sorted .product_listing_main .product_desc {
	display: block;
}
.product_listing_main .product_links form {
	padding-bottom: 15px;
}
.product_listing_main .product_info .product_links {
	padding: 15px 0px 0;
}
.product_listing_main .product_info .product_links .btn {
	width: 100%;
}
.product_listing_main .product_info .product_links form, 
.product_listing_main .product_info .product_links a {
	display: block;
	width: 100%;
}



/* HOMEPAGE PRODUCT LISTING (CAROUSEL) */
.featured_products {
	position: relative;
}
.featured_products:before {
	position: absolute;
	left: -40px;
	right: -40px;
	bottom: 162px;
	top: 0px;
	content: "";
	background: #ffffff;
}
.featured_products .bx-wrapper .bx-viewport {
	overflow: visible !important;
}
.featured_products .bx-wrapper {
	overflow: hidden;
	padding-bottom: 203px;
	max-width: 100% !important;
	z-index: 10;
}

.featured_products .bx-controls a {
	width: 30px;
	height: 30px;
	display: block;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 176px;
	z-index: 99;
	color: #404f4d;
}
.featured_products .bx-controls a:hover {
	color: #ffffff;
	background: #fcb28e;
}

.featured_products .bx-controls a:before {
	display: block;
	font: 23px/30px 'FontAwesome';
}

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

.featured_products .bx-prev {
	left: 8px;
}
.featured_products .bx-next {
	right: 8px;
}
.featured_products .product .product_links {
	left: -1px;
	right: -1px;
	bottom: -1px;
	padding: 45px 20px 15px;
	border: 1px solid #ecebeb;
	border-top: 0;
	height: 200px;
}
.featured_products .product:hover .product_links {
	bottom: -200px;
}
.featured_products .product .product_links .btn {
	display: block;
	max-width: 228px;
	width: 100%;
}


.featured_products .product_info .product_links {
	display: none;
}
.featured_products .product_inside > .product_links {
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	z-index: -1;
	border-bottom: 1px solid #ecebeb;
	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;
	
}
.featured_products .product_inside {
	border-bottom: 0;
}

.product_homepage {
	width: 300px !important;
	margin: 0;
}



/* COLLECTION PRODUCT LISTING (GRID/LIST) */
.product_collection.item3_1 {
	clear: left;
}
.view_list .product {
	width: 100%;
	float: none;
	overflow: hidden;
}
.view_list .product_img {
	width: 200px;
	float: left;
	margin: 0 15px 0 0;
}
.view_list.product_listing_main .product_inside {
	padding: 15px 10px;
}
.view_list .product_info {
	padding-bottom: 0;
	text-align: left;
}
.view_list .product_desc {
	display: block;
}
.view_list.product_listing_main .product_info .product_links {
	padding: 15px 0 0;
}
.view_list.product_listing_main .product_info .product_links form, 
.view_list.product_listing_main .product_info .product_links a {
	display: inline-block;
	width: auto;
}



/* 7.6 OTHER HOMEPAGE BLOCKS */

.custom_block {
	max-width: 1060px;
	margin: auto;
	text-align: center;
	padding: 123px 0;
	min-height: 736px;
}
.custom_block * {
	color: #ffffff;
}

.title1 {
	font-size: 172px;
	line-height: 1em;
	font-family: Arizonia;
}
.custom_block h4 {
	margin-top: 10px;
	font-size: 54px;
	letter-spacing: -1px;
}
.custom_block p {
	font-size: 18px;
	margin-top: 21px;
}
.custom_block .btn-wr {
	margin-top: 40px;
}
.custom_block .btn-wr .btn {
	padding: 0 72px;
}

#custom1 {
	margin-top: -113px;
	padding-top: 113px;
	background:#404f4d;  
    background:#404f4d url(/template/images/background.jpg) 50% 0 no-repeat;
	background-size: cover;    
}
#custom2 {
	    margin-top: -242px;
	background:#404f4d;  
    background:#404f4d url(/template/images/background2.jpg) 50% 0 no-repeat;
	 background-size: cover;
	    
}
#custom2 .custom_block {
    padding: 176px 0 199px;
}
#custom2 .custom_block h4 {
    margin-top: 0px;
}
.custom_block .title1 {padding-right: 13px;}




/* HOMEPAGE BLOG */
.homepage_blog {
	position: relative;
	margin-top: -80px;
	
}
.homepage_blog_img img {
	display: none;
	max-width: 270px;
}
.homepage_blog_img img:first-child {
	display: block;
	margin: 0 !important;
}
.homepage_blog_img p {
	margin: 0 !important;
}
.homepage_blog_img {
	float: left;
	margin: 0 27px 10px 0 !important;
}

.homepage_blog__article {
	padding-top: 30px;
}
.homepage_blog__article:nth-child(3) {
	clear: left;
}
.homepage_blog__date {
	font-size: 14px;
	color: #558888;
}
.homepage_blog__date:before {
	padding-right: 10px;
	font-size: 25px;
	vertical-align: middle;
	color: #cdcccc;
}
.homepage_blog__date span {
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

.homepage_blog__title {
	margin-top: 8px;
}
.homepage_blog__title a {
	font-size: 24px;
	font-weight: 300;
	color: #404f4d;
}
.homepage_blog__title a:hover {
	color: #fcb28e;
}

.homepage_blog .white_wrapper {
	padding: 12px 0 30px;
	margin-bottom: -78px;
}

.arr_link {
	font-size: 20px;
	margin-top: 30px;
}



/* 7.7 FOOTER */
footer {
	margin-top: 30px;
	padding-top: 40px;
	background: #404f4d;
}
.template-index footer {
	padding-top: 140px;
	 margin-top: 0;
}
footer .wrapper3 {
	width: auto;
}
 
footer h4 {
	font-size: 14px;
	font-weight: 300;
}

footer .logo {
	float: none;
}

.footer_block__1 {
	width: 26.5%;
}
.footer_block__2 {
	width: 15.5%;
}
.footer_block__3 {
	width: 15.5%;
}
.footer_block__4 {
	width: 15.5%;
}
.footer_block__5 {
	width: 23.5%;
	float: right;
}

.footer_block__1 p {
	max-width: 255px;
	margin-top: 27px;
	font-weight: 300;
	opacity: .5;
	line-height: 1.76em;
}

ul.footer_links {
	margin-top: 20px;
}
ul.footer_links li {
	margin-top: 8px;
}
ul.footer_links li a {
	font-size: 12px;
	text-transform: uppercase;
	color: #bceded;
}

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


.footer_newsletter {
	margin-top: 18px;
	padding: 1px 19px 20px;
	background: #558888;
}
.footer_newsletter h3 {
	margin-top: 13px;
	font-size: 19px;
	font-weight: 700;
}
.footer_newsletter form {
	display: block;
	position: relative;
	margin-top: 4px;
	padding-right: 61px;
}
.footer_newsletter input {
	height: 40px;
	padding: 10px;
	width: 100%;
	color: #404f4d;
	background: #ffffff;
}
.footer_newsletter button,
.footer_newsletter button:focus {
	position: absolute;
	top: 0;
	height: 40px;
	right: 0;
	padding: 0;
	text-align: center;
	line-height: 38px;
	font-weight: 400;
	width: 51px;
	background: #fcb28e;
}
.footer_newsletter button:hover {
	background: #404f4d;
}
.footer_newsletter .form_status {
	margin: 10px 0 0 0;
	font-weight: bold;
}
.footer_newsletter .form_status.error {
	color: #f00;
}
.footer_newsletter .form_status.success {
	color: #ffffff;
}

.contacts_address {
	line-height: 1.76em;
}
footer .contacts_phone {
	margin-top: 4px;
	font-size: 26px;
	font-weight: 600;
}


.footer_contacts {
	opacity: .5;
	padding-top: 24px;
}

.footer_social {
	margin-top: 12px;
}
.footer_social li {
	display: inline-block;
}
.footer_social li + li {
	margin-left: 14px;
}
.footer_social li a {
	display: block;
	font-size: 14px;
	opacity: .5;
	transform:scale(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;
	
}
.footer_social li a:hover {
	opacity: 1;
	transform: scale(1.2);
	}


footer .copyright {
	margin-top: 53px;
	border-top: 1px solid rgba(255,255,255,.3);
	font-size: 11px;
	font-weight: 300;
	opacity: .5;
	padding: 12px 0 40px;
}



/* BACK TO TOP BUTTON */
#back_top {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 0 0 615px;
	background: #558888;
	text-align: center;
	position: fixed;
	left: 50%;
	bottom: 50px;
	z-index: 999;
	
-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;
	
}
#back_top i {
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
}
#back_top:hover {
	background: #fcb28e;
}



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

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




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

ul.tags {
	margin: 10px 0 0 0;
	list-style-type: none;
}
ul.tags li {
	float: left;
	margin: 5px 5px 0 0;
}
ul.tags li a {
	display: block;
	padding: 5px 10px;
	background: #fcb28e;
	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: #558888;
	color: #ffffff;
}



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

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

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

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

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



/* 8.4 COLLECTION LISTING */

.collection_inside {
	padding: 20px 10px;
	border: 1px solid #ecebeb;
}

.collection_listing_item {
	margin: 30px 0 0 0;
}
.collection_listing_item.item_4_1 {
	clear: left;
}

.collection_listing_item .collection_img a {
	display: block;
}

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



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

#pagination {
	display: inline-block;
	overflow: hidden;
	float:right;
	margin: 12px 10px 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: #fcb28e;
	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: #558888;
	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: 24px;
}

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



/* 9.1 LINKS LIST */
.sidebar_widget ul {
	background: #ffffff;
}
.sidebar_widget ul li {
}
.sidebar_widget ul li ~ li {
	margin: 1px 0 0 0;
	border-top: 1px solid #ecebeb;
}
.sidebar_widget ul li a {
	display: block;
	padding: 7px 0px;
	text-transform: uppercase;
}



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

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

.sidebar_widget .product_links {
	margin-top: 10px;
}
.sidebar_widget .product_links form,
.sidebar_widget .product_links .btn {
	width: 100%;
}
.sidebar_widget .product_links .btn {
	padding: 0 5px;
}
.sidebar_widget .product_links i {
	display: none;
}
.sidebar_widget .product_links a {
}



/********************************************************************************************************
                           10. 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: #558888;
    
-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;
	
}
#searchresults .search-form button:hover {
	color: #fcb28e;
}
#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 #ecebeb;
}
#searchresults ol li {
	overflow: hidden;
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid #ecebeb;
}
#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 #ecebeb;
}

.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 29px;
	position: relative;
}

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

.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(64,79,77,.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(64,79,77,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;
	font-size: 18px;
}
.product_wrap .product-price .money {
	margin: 0 5px 0 0;
}
#purchase label {
	display: inline-block;
	margin: 15px 10px 0 0;
	padding: 0 !important;
	line-height: 37px;
}
#purchase #quantity {
	width: 50px;
	height: 37px;
	display: inline-block;
	margin: 15px 10px 0 0;
	padding: 0;
	outline: none;
	text-align: center;
}
#purchase #add-to-cart {
	height: 37px;
	margin: 15px 10px 0 0;
	line-height: 37px;
}

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

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

ul.product_listing_related {
	list-style-type: none;
	margin-top: 20px;
}
ul.product_listing_related .product_img a {
	padding: 20px 0;
}



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

/* 12.1 POSTS LISTING */

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

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

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

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

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



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

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


#comments ul {
	list-style-type: none;
}
#comments .comment-author {
	word-wrap: break-word;
}
.comment-form #comment-author,
.comment-form #comment-email,
.comment-form #comment-body {
	width: 100%;
}

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

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

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

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




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

/* 13.1 LOG IN */

/* 13.2 ACCOUNT */

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



/* 13.3 ADDRESSES */

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

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

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

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



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

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

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

#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 #ecebeb;
}

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

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

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

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

.cart-list .item_price .total {
	text-align: right;
}
.cart-list .item_price .total h3 {
	vertical-align: baseline;
	border: none;
}
.cart_subtotal h3 {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #ecebeb;
}
.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 #ecebeb;
}

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



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

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

.tt-product { padding: 10px; }
#order_body .tt-product { min-height: 500px; }
.tt-product .tt-image-box { padding: 20px; min-height: 250px; }
.prod_price { padding: 10px 0; font-size: 20px; font-weight: bold; }
/*end*/