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

1. CSS RESET

2. VARIABLES
2.1 GRADIENTS
2.2 CSS3 TRANSITIONS

3. GLOBAL THEME STYLES

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

5. FORMS & COMPONENTS
5.1 FORMS
5.2 ALERTS
5.3 BUTTONS

6. GLOBAL PAGE LAYOUT

7. SIDEBAR CONFIGURATION

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

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

10. SIDEBAR WIDGETS
10.1 LINKS LIST
10.2 SIDEBAR PRODUCT LISTING

11. SEARCH RESULTS PAGE

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

13. BLOG
13.1 POSTS LISTING
13.2 SINGLE POST

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

15. CART PAGE
15.1 CART PRODUCTS
15.2 GUEST CHECKOUT

16. CONTACTS PAGE

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



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


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

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

img {
	max-width: 100%;
	height: auto;
}



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

/* 2.1 GRADIENTS */



/* 2.2 CSS3 TRANSITIONS */






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

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



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

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

.clearfix:after {
	clear: both;
}



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



/* images lazy load */
img.lazy {
	max-width: 100%;
	height: auto;
}



/* fancybox styles */
#fancybox-wrap {
	padding: 0 !important;
}
#fancybox-content {
	width: 100% !important;
	text-align: center;
}

#fancybox-title {
	left: 50% !important;
}
#fancybox-title #fancybox-title-float-wrap {
	margin: 0 0 0 -50% !important;
}



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



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




















/* 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(92,92,92,.7);
	display: none;
	}



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

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

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

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

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



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



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




body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #190802;
}



/* 4.1 HEADINGS */



h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 15px 0;
	font: 32px Helvetica, Arial, sans-serif;
	color: #312e2e;
	text-transform: none;
}

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

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

.page_heading {
	margin: 0;
	font: bold 32px Helvetica, Arial, sans-serif;
	color: #312e2e;
	text-transform: none;
}
.page_heading a {
	float: right;
}

.page-scope .page_heading,
.contact-scope .page_heading{
	margin: -17px 0 0 0;
}

/* 4.2 PARAGRAPHS & LISTS */
p {
	margin: 15px 0;
	padding: 0;
}

.about-us ul {
	list-style-type: square;
	list-style-position: inside;
}
.about-us ol {
	list-style-type: decimal;
	list-style-position: inside;
}



/* 4.3 LINKS */
a {
	color: #312e2e;
	text-decoration: none;
}
a:hover, a:focus {
	color: #736c6c;
}



/* 4.4 PRODUCT ATTRIBUTES (name, description, price) */
.product_name {
	font-size: 16px;
	color: #190802;
}
.product_name a {
	color: #190802;
	
-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: #736c6c;
}


.product_desc {
	font-size: 16px;
	color: #999999;
}


.money {
	color: #312e2e;
}
.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: 16px;
}

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

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

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

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


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



.form-horizontal {
}
.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 a,
.btn-info,
.btn-primary,
.compare a {
	padding: 7px 15px;
	background: #5c5c5c !important;
	border-color: #5c5c5c !important;
	color: #ffffff !important;
	text-transform: none;
	border-radius: 0 !important;
	box-shadow: none !important;
	
-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;
	
}

.compare a{
	display: inline-block;
    padding: 15.5px;
}

.compare a i{
	font-size: 20px;
}

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

.btn:hover,
.btn:hover a,
.btn-info:hover,
.btn-primary:hover,
.compare a:hover {
	background: #5c5c5c !important;
	border-color: #5c5c5c !important;
}



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

html, body {
	height: 100%;
	background:  #ffffff;
	}

.page_preloader {
	width: 100%;
	height: 100%;
	background: url(https://static.insales-cdn.com/assets/1/2150/6506598/1728660013/bx_loader.gif) 50% 50% no-repeat #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#wrapper2 {
	overflow: hidden;
}

.container {
	padding: 0;
}



#main {
}



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



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

/* NO SIDEBAR */
.sidebar_none {
}


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


/* RIGHT SIDEBAR */
.sidebar_right {
}


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


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



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

/* 8.1 HEADER */
#header {
}
#header .container {
	width: 100%;
}



.header_row__1 {
	padding: 0 0 11px 0;
	background: #5c5c5c;
}

.header_row__1 .header_right {
	text-align: right;
}

.header_row__1 a {
	color: #ffffff;
	opacity: .5;
	

-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_row__1 a:hover {
	opacity: 1;
}



.custom_header__1 {
	padding: 10px 0 0 20px;
	font-size: 19px;
	color: #ffffff;
}
.custom_header__1 .txt2 {
	font-weight: 300;
}



.custom_header__2 {
	text-align: center;
}
.custom_header__2 ul {
	font-size: 0;
}
.custom_header__2 li {
	display: inline-block;
	margin: 12px 0 0 0;
}
.custom_header__2 li ~ li {
	margin: 12px 0 0 5px;
}
.custom_header__2 a {
	font-size: 26px;
	opacity: 1;
    color: #fff;
	}
.custom_header__2 i {
	display: block;
	opacity: .45;
	

-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_header__2 a:hover i {
	opacity: 1;
}


.header_currency {
	display: inline-block;
	padding: 14px 20px 0 0;
	text-align: left;
}
.header_currency .jq-selectbox {
	width: 45px;
}
.header_currency .jq-selectbox__select {
}
.header_currency .jq-selectbox__select-text {
	color: #ffffff;
	opacity: .5;
	

-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 .jq-selectbox__trigger i {
	color: #ffffff;
	right: 0;
	top: 4px;
	opacity: .5;
	

-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 .jq-selectbox:hover .jq-selectbox__select-text,
.header_currency .jq-selectbox.opened .jq-selectbox__select-text,
.header_currency .jq-selectbox:hover .jq-selectbox__trigger i,
.header_currency .jq-selectbox.opened .jq-selectbox__trigger i {
	opacity: 1;
}


.header_currency .jq-selectbox__dropdown {
	width: 100% !important;
	background: #ffffff;
	top: 25px !important;
}
.header_currency .jq-selectbox__dropdown ul {
	padding: 3px 0;
	background: #ffffff;
}
.header_currency .jq-selectbox__dropdown ul li {
	color: #5c5c5c;
	text-align: center;
}

.header_currency .jq-selectbox__dropdown ul li:hover,
.header_currency .jq-selectbox__dropdown ul li.sel {
	color: #5c5c5c;
}



.header_cart {
	position: relative;
	z-index: 1001;
	display: inline-block;
	padding: 10px 20px 0 0;
}
.header_cart .cart_toggle {
	cursor: pointer;
	display: inline-block;
	padding: 0 6px;
	font-size: 17px;
	position: relative;
	color: #fff;
	z-index: 1;
	opacity: 1;
	}
.header_cart .cart_toggle:hover {
	color: #5c5c5c !important;
}
.header_cart .cart_toggle:before {
	content: '';
	width: 0;
	height: 0;
	background: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.header_cart .cart_toggle:hover:before {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.header_cart .cart_toggle span {
	margin: 0 0 0 4px;
	font-weight: 300;
}



a.checkout {
	display: inline-block;
	margin: 10px 18px 0 0;
    color: #fff; 
}
a.checkout:after {
	content: '\f061';
	margin: 0 0 0 7px;
	font-family: "FontAwesome";
}



.header_user {
	display: inline-block;
}
.header_user li {
	display: inline-block;
	padding: 14px 18px 0 0;
}
.header_user li a {
}
.header_user li a:before {
	margin: 0 7px 0 0;
	font-family: "FontAwesome";
}
.header_user li.icon_lock a:before {
	content: '\f023';
	font-size: 14px;
	position: relative;
	top: 1px;
}
.header_user li.icon_user a:before {
	content: '\f007';
	font-size: 13px;
}



.header_row__2 {
	width: 100%;
	height: 100px;
	background: #5c5c5c;
	position: relative;
	z-index: 999;
}

.header_row__2.isStuck {
	top: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	}
.header_row__2.isStuck .menu_badge {
	display: none;
}



#logo {
	padding: 8px 0 0 20px;
}
#logo a {
	display: inline-block;
	font-size: 35px;
	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;
	
}
#logo a:hover {
	color: #ffffff;
}
#logo b {
	text-transform: none;
}
#logo .wrap-1 {
	font-weight: 700;
}
#logo .wrap-2 {
	font-weight: 300;
}



.megamenu_wrap {
	position: relative;
}



.header_search {
	float: right;
	margin: 20px 20px 0 0;
	position: relative;
}

#header_search_trigger {
	width: 30px;
	height: 30px;
	display: block;
	font-size: 17px;
	line-height: 29px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
#header_search_trigger.active {
	background: #5c5c5c;
	color: #ffffff;
}



#header_search_form {
	width: 250px;
	height: 50px;
	padding: 0 50px 0 0;
	background: #ffffff;
	border: 1px solid #999999;
	position: absolute;
	right: -20px;
	top: 50px;
	z-index: 100;
}

.header_search #search-field {
	width: 100%;
	height: 48px;
	float: left;
	padding: 0 0 0 15px;
	background: none;
	border: none;
}
.header_search #search-submit {
	width: 48px;
	height: 48px;
	margin: 0 -50px 0 0;
}
.header_search #search-submit i {
	font-size: 13px;
	line-height: 48px;
	color: #5c5c5c;
	
-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 i {
	color: #5c5c5c;
}



/* 8.2 MEGAMENU */
#megamenu {
	float: right;
}

#megamenu,
#megamenu .submenu,
.megamenu_mobile .submenu__1 {
}



.sf-menu {
	padding: 25px 20px 0 0;
}
.sf-menu > li {
	float: left;
}
.sf-menu > li > a {
	display: inline-block;
	font-weight: 300;
	font-size: 17px;
	line-height: 1em;
	color: #ffffff;
	text-transform: none;
	position: relative;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.sf-menu > li > a.sf-with-ul:after {
	content: '+';
	margin: 0 0 0 4px;
}

.sf-menu > li ~ li > a {
	margin: 0 0 0 30px;
}

.sf-menu > li.sfHover > a {
}
.sf-menu > li > a:hover {
	color: #5c5c5c;
}
.sf-menu > li > a.active {
	font-weight: 700;
}

.sf-menu .menu_badge {
	display: block;
	padding: 2px 5px;
	background: #5c5c5c;
	font: normal 9px/1em 'Arial';
	color: #ffffff;
	text-transform: none;
	position: absolute;
	right: 0;
	top: -24px;
}

.sf-menu > li > ul {
	width: 100%;
	background: #5c5c5c;
	position: absolute;
	right: 0;
	top: 70px;
	display: none;
    -webkit-box-shadow:inset 0 1px 0 0 rgba(255,255,255,.3);
            box-shadow:inset 0 1px 0 0 rgba(255,255,255,.3);
}
.sf-menu .submenu {
	padding: 20px;
  	color: #ffffff;
}
.sf-menu .submenu a {
	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;
	
}
.sf-menu .submenu a:hover {
	color: #5c5c5c;
}



/* CUSTOM LINK */
.megamenu__1 {
}



/* CATALOG */
.megamenu__2 {
}
.megamenu__2 .submenu {}

.megamenu__2 h3 {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 1em;
}
.megamenu__2 h3 a {
	font-weight: bold;
	text-transform: none;
}



/* BLOG */
.megamenu__3 {
}
.megamenu__3 .blog_title {
	margin: 10px 0;
	font-size: 14px;
	line-height: 1em;
}
.megamenu__3 .blog_title a {
	font-weight: bold;
}



/* SALE */
.megamenu__4 {
}
.megamenu__4 .product_img a {
	display: block;
	background: rgba(0,0,0,.05);
}
.megamenu__4 .product_name {
	padding: 15px 0 0 0;
}
.megamenu__4 .product_price {
	padding: 5px 0 0 0;
}
.megamenu__4 .product_price .money {
	font-weight: bold;
	font-size: 19px;
  	color: #ffffff;
}
.megamenu__4 .product_price .compare-at-price {
	margin: 0 0 0 5px;
	font-weight: 300;
	font-size: 14px;
}


/* CUSTOM LINK */
.megamenu__5 {
}



/* CUSTOM LINK */
.megamenu__6 {
}



/* 8.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%;
	margin: 30px 0 0 0;
	position: relative;
	z-index: 1;
}

.nivoSlider {
}

.nivo-caption {
	width: 100%;
	margin: -95px 0 0 0;
	padding: 0 200px;
	text-align: center;
	text-transform: none;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 8;
	display: none;
	}
.nivo-caption h2 {
	margin: 0;
	font-size: 133px;
	line-height: 1em;
	color: #ffffff;
}
.nivo-caption h3 {
	margin: 0;
	padding: 14px 0 0 0;
	font-weight: 300;
	font-size: 43px;
	line-height: 1em;
	color: #ffffff;
}



.nivo-directionNav a {
	width: 58px;
	height: 0;
	display: block;
	overflow: hidden;
	margin: -57px 0 0 0;
	padding: 115px 0 0 0;
	position: absolute;
	top: 50%;
	z-index: 9;
	cursor: pointer;
	background-image: url(https://static.insales-cdn.com/assets/1/2150/6506598/1728660013/slide-arrow.png);
	background-repeat: no-repeat;
	}

.nivo-prevNav {
	background-position: 0 0;
	left: 125px;
}
.nivo-prevNav:hover {
	background-position: 0 -115px;
}
.nivo-nextNav {
	background-position: 0 -230px;
	right: 125px;
}
.nivo-nextNav:hover {
	background-position: 0 -345px;
}



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



/* 8.4 SHOWCASE */
#showcase {
}

.custom_showcase {
	margin: 30px 0 0 0;
}
.custom_showcase a {
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	}

.custom_showcase a img {
	-webkit-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;
	
}
.custom_showcase a:hover img {
	-webkit-transform: scale(1.05);
			transform: scale(1.05);
	}

.custom_showcase a div {
	width: 100%;
	margin: -25px 0 0 0;
	padding: 0 30px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
}

.custom_showcase h3 {
	margin: 0;
	font-weight: bold;
	font-size: 35px;
	color: #ffffff;
	text-transform: none;
}
.custom_showcase p {
	margin: 4px 0 0 0;
	font-weight: 300;
	font-size: 15px;
	line-height: 22px;
	color: #ffffff;
}
.custom_showcase span {
	display: inline-block;
	margin: 8px 0 0 0;
	font-weight: 300;
	font-size: 17px;
	color: #ffffff;
	position: relative;
}
.custom_showcase span:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #ffffff;
	position: absolute;
	left: 0;
	bottom: 1px;
	
-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 span:hover:before {
	width: 0;
	left: 50%;
	right: 50%;
}



/* HOMEPAGE TEXTS */
#homepage_texts {
	padding: 0 0 30px 0;
}

.homepage_texts__item {
	margin: 30px 0 0 0;
	text-align: center;
}
.homepage_texts__item ~ .homepage_texts__item {
	border-left: 1px solid #999999;
}

.homepage_texts__item h4 {
	margin: 0;
	padding: 30px 0 33px 0;
	font-weight: 300;
	font-size: 21px;
	line-height: 1em;
  	color: #5c5c5c;
}
.homepage_texts__item h4 b {
	display: block;
	padding: 0 0 1px 0;
	font-size: 23px;
  	color: #5c5c5c;
}



/* PARALLAX BOX #1 */
.parallax_box__1 {
	padding: 160px 0;
	text-align: center;
	
background: url(https://static.insales-cdn.com/assets/1/2150/6506598/1728660013/parallax1_img.jpg) 50% 0 no-repeat;
	
}
.parallax_box__1 h3 {
	margin: 0;
	font-size: 93px;
	line-height: 1em;
	color: #ffffff;
}
.parallax_box__1 h4 {
	margin: 12px 0 0 0;
	font-weight: 300;
	font-size: 43px;
	line-height: 1em;
	color: #ffffff;
}
.parallax_box__1 p {
	margin: 22px 0 0 0;
	font-weight: 300;
	font-size: 15px;
	line-height: 22px;
	color: #ffffff;
}
.parallax_box__1 .btn {
	margin: 27px 0 0 0;
	padding: 16px 45px;
	font-weight: bold;
	font-size: 19px;
}



/* 8.5 MAIN PRODUCT LISTING */
/* color shades converter */







































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



.product_listing_main .product_img {
	position: relative;
}
.product_listing_main .product_img a {
	display: block;
	overflow: hidden;
	position: relative;
}
.product_listing_main .product_img img {
	width: 100%;
	background-color: #fbfdfb;
	position: relative;
	z-index: 1;
}
.product_listing_main .product_img img:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	position: absolute;
	left: 0;
	top: 0;
	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 .product_badge {
	width: 130px;
	position: absolute;
	top: 10px;
	z-index: 100;
}
.product_listing_main .product_img .product_badge span {
	display: block;
	height: 36px;
	font-weight: 300;
	font-size: 15px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
	text-transform: none;
}

.product_listing_main .product_img .product_badge.new {
	left: -35px;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
	}
.product_listing_main .product_img .product_badge.new span {
	background: #5c5c5c;
}

.product_listing_main .product_img .product_badge.sale {
	right: -35px;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	}
.product_listing_main .product_img .product_badge.sale span {
	background: #5c5c5c;
}



.product_listing_main .product_img form {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 111px;
	z-index: 1000;
	opacity: 0;
	
-webkit-transform: translateY(-300%);
			transform: translateY(-300%);
	
-webkit-transition: all .25s ease-in-out .2s;
			transition: all .25s ease-in-out .2s;
	}
.product_listing_main .product_img form .btn {
	padding: 15px 20px;
	font-weight: bold;
	font-size: 17px;
	text-transform: none;
}

.product_listing_main .product_img:hover form {
	opacity: 1;
	
-webkit-transform: translateY(0);
			transform: translateY(0);
	}



.product_listing_main .product_info {
	text-align: center;
}

.product_listing_main .product_name {
	padding: 6px 0 0 0;
}

.product_listing_main .product_desc {
}

.product_listing_main .product_price {
}
.product_listing_main .product_price .money {
	font-weight: bold;
	font-size: 19px;
}
.product_listing_main .product_price .compare-at-price {
	margin: 0 0 0 4px;
	font-weight: 300;
	font-size: 14px;
}



/* HOMEPAGE CAROUSEL */
.template-index .page_heading {
	padding: 40px 0 0 0;
	text-align: center;
}
.template-index .bx-wrapper {
	max-width: 100% !important;
	margin: 10px 0 0 0;
	position: relative;
}


.homepage_carousel .product {
	margin: 0;
	padding: 30px 0 0 0;
}


.template-index .bx-controls a {
	width: 30px;
	height: 30px;
	display: block;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: -41px;
	z-index: 99;
	background: rgba(92,92,92,.7);
	

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

.template-index .bx-controls a:hover {
	background: rgba(92,92,92,1);
	}

.template-index .bx-controls a:before {
	display: block;
	font: 12px/31px 'FontAwesome';
	color: #ffffff;
}

.template-index .bx-prev:before {
	content: '\f053';
	padding: 0 1px 0 0;
}
.template-index .bx-next:before {
	content: '\f054';
	padding: 0 0 0 1px;
}

.template-index .bx-prev {
	left: 0;
}
.template-index .bx-next {
	right: 0;
}



/* PARALLAX BOX #2 */
.parallax_box__2 {
	padding: 160px 0;
	text-align: center;
	
background: url(https://static.insales-cdn.com/assets/1/2150/6506598/1728660013/parallax2_img.jpg) 50% 0 no-repeat;
	
}
.parallax_box__2 h3 {
	margin: 0;
	font-size: 93px;
	line-height: 1em;
	color: #ffffff;
}
.parallax_box__2 h4 {
	margin: 12px 0 0 0;
	font-weight: 300;
	font-size: 43px;
	line-height: 1em;
	color: #ffffff;
}
.parallax_box__2 p {
	margin: 22px 0 0 0;
	font-weight: 300;
	font-size: 15px;
	line-height: 22px;
	color: #ffffff;
}
.parallax_box__2 .btn {
	margin: 27px 0 0 0;
	padding: 16px 45px;
	font-weight: bold;
	font-size: 19px;
}



/* HOMEPAGE SERVICES */
#homepage_services h4 {
	margin: 10px 0 0 0;
	font-weight: 300;
	font-size: 61px;
}
#homepage_services h4 a {
	font-weight: 400;
	font-size: 21px;
	
-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_services p {
	margin: 2px 0 0 0;
	font-weight: 300;
	font-size: 15px;
	line-height: 22px;
}



/* BLOG */
.homepage_blog {
	position: relative;
	
}

.homepage_blog__article {
	padding: 30px 0 0 0;
}

.homepage_blog__title {
	margin: 0;
}
.homepage_blog__title a {
	font-weight: 300;
	font-size: 21px;
}

.homepage_blog__content {
	font-size: 15px;
	line-height: 22px;
}



/* HOMEPAGE MAP */
.template-index #google_map {
	margin: 33px 0 0 0;
}

.template-index #google_map,
.template-index #google_map iframe {
	height: 400px !important;
}



/* 8.6 FOOTER */
footer {
	margin: 30px 0 0 0;
}
footer .footer_content {
	padding: 0 0 35px 0;
	background: #5c5c5c;
}

.footer_block {
}



.footer_block h3 {
	margin: 0;
	padding: 26px 0 0 0;
	font-weight: 300;
	font-size: 17px;
	color: #ffffff;
	text-transform: none;
}
.footer_block ul {
	padding: 9px 0 0 0;
}
.footer_block ul li {
	padding: 10px 0 0 0;
}
.footer_block ul li a {
	color: #ffffff;
	opacity: .3;
	

-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.footer_block ul li.active a,
.footer_block ul li a:hover {
	opacity: 1;
	}



footer .copyright {
	padding: 6px 0 17px 0;
}
footer .copyright p {
	margin: 0;
	color: #190802;
}
footer .copyright a {
	color: #190802;
}
footer .copyright a:hover {
	color: #5c5c5c;
}



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

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

ul.tags li a:hover,
ul.tags li.active a {
	background: #5c5c5c;
	color: #ffffff;
}



.collection_info {
	margin-top: 15px;
	margin-bottom: 15px;
}
.collection_info .collection_img {
	text-align: center;
}
.collection_info .collection_img img {
	background: #fbfdfb;
}

.collection_info .collection_desc .rte {
	margin: 0;
	margin-top: -10px;
}



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



/* 9.2 BREADCRUMBS */
.breadcrumb_wrap {
	margin: 0 0 30px 0;
	background: #fbfdfb;
}
.breadcrumb {
	margin: 0;
	padding: 10px 0;
	background: none;
	text-transform: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	}




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



/* 9.4 PAGINATION */

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

#pagination span a,
#pagination span.deco,
#pagination span.current {
	display: block;
	padding: 7px 13px;
	color: #5c5c5c;
}

#pagination span a:hover {
	color: #5c5c5c;
}
#pagination span.current {
	background: #5c5c5c;
	font-weight: bold;
	color: #ffffff;
	cursor: default;
}



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

.column .widget {
}

.column .widget h3.widget_header {
	margin: 0;
	font: bold 32px Helvetica, Arial, sans-serif;
	color: #5c5c5c;
	text-transform: none;
}
.column .widget .widget_content {
	margin: 15px 0 0 0;
}


/* 10.1 LINKS LIST */
.column .widget ul.list {
}
.column .widget ul.list li {
}
.column .widget ul.list li ~ li {
	margin: 1px 0 0 0;
}
.column .widget ul.list li a {
	display: block;
	padding: 10px 15px;
	background: #fbfdfb;
	font-weight: 300;
	font-size: 16px;
	color: #5c5c5c;
	text-transform: none;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.column .widget ul.list li.active a,
.column .widget ul.list li a:hover {
	background: #5c5c5c;
	color: #ffffff}

.column .widget ul.list li.active li a{
	color: #5c5c5c;
}

/* 10.2 SIDEBAR PRODUCT LISTING */
.product_listing_sidebar .product {
	overflow: hidden;
	padding: 10px;
	background: #fbfdfb;
}
.product_listing_sidebar .product ~ .product {
	margin: 1px 0 0 0;
}

.product_listing_sidebar .product_img {
	width: 70px;
	float: left;
}

.product_listing_sidebar .product_info {
	margin: 0 0 0 85px;
}

.product_listing_sidebar .product_name {
}

.product_listing_sidebar .product_desc {
}

.product_listing_sidebar .product_price {
}
.product_listing_sidebar .product_price .money {
	font-weight: bold;
	font-size: 19px;
}
.product_listing_sidebar .product_price .compare-at-price {
	margin: 0 0 0 4px;
	font-weight: 300;
	font-size: 14px;
}





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

#searchresults {
	margin: 0;
}
#searchresults .search-form {
	margin: 15px 0 0 0;
}
#searchresults .search-form input {
	width: 100%;
	float: left;
	padding: 0 34px 0 10px;
}
#searchresults .search-form button {
	width: 34px;
	height: 34px;
	float: left;
	margin: 0 0 0 -34px;
	background: none;
	border: none;
	font-size: 20px;
	color: #312e2e;
}
#searchresults .search-form button:hover {
	color: #736c6c;
}
#searchresults .search-form button i {
	line-height: 32px;
	
-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 h3 {
	margin: 0;
	padding: 0;
} 

#searchresults ol {
	list-style-type: none;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #999999;
}
#searchresults ol li {
	overflow: hidden;
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid #999999;
}
#searchresults ol li .search-result_image {
	float: left;
	margin-right: 15px;
}
#searchresults ol li .search-result_container {
	padding: 15px 0 0 0;
}



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

.product_wrap {
	padding: 5px 0 0 0;
}



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

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

.zoomWrapper {
	background: #fbfdfb;
}

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


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

#elevatezoom_gallery {
}
#elevatezoom_gallery a {
	width: 87px !important;
	display: block;
	margin: 0 12px 0 0;
	background: #fbfdfb;
}

.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(92,92,92,.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(92,92,92,1);
	}

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

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



/* 12.2 PRODUCT INFO */
.product_wrap .product_name {
	margin: -5px 0 0 0;
	font-size: 23px;
	color: #5c5c5c;
	text-transform: none;
}



.product_wrap .product-price {
	margin: 15px 0 5px 0;
	padding: 0;
}
.product_wrap .product-price .money {
	margin: 0 5px 0 0;
	font-weight: bold;
	font-size: 19px;
}
.product_wrap .product-price .compare-at-price {
	margin: 0 0 0 4px;
	font-weight: 300;
	font-size: 14px;
}



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

#purchase #add-to-cart {
	height: 37px;
	margin: 15px 10px 0 0;
	padding: 7px 15px;
}


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

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



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



/* 12.3 PRODUCT PAGINATION */
.product_wrap .pagination__product {
	width: 100%;
	margin: 15px 0;
}
.product_wrap .pagination__product ul {
	list-style-type: none;
	margin: 0 !important;
	padding: 15px !important;
}
.product_wrap .pagination__product ul li.left-arrow {
	float: left;
}
.product_wrap .pagination__product ul li.right-arrow {
	float: right;
}



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

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

ul.product_listing_related .product_img {
}
ul.product_listing_related .product_name {
}
ul.product_listing_related .product_price {
}



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

/* 13.1 POSTS LISTING */
#blog {
}

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

.article_header {
	padding: 15px 0;
	border-bottom: 1px solid #999999;
}
.article_header .product_name {
}
.article_header .product_name a {
}
.article_header .product_name a:hover {
}

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



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

.comment-form {
}

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

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

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

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

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

.comment-submit {
}



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

/* 14.1 LOG IN */

/* 14.2 ACCOUNT */
.customer_account {
}

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



/* 14.3 ADDRESSES */
.customer_addresses {
}

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

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


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


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



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

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



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

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

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

.cart-list .item_image {
	text-align: center;
}
.cart-list .item_image a img {
	max-width: 100%;
	background: #fbfdfb;
}

.cart-list .product_name {
}

.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: #312e2e;
}

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


.cart_subtotal {
}
.cart_subtotal h3 {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #999999;
}
.cart_subtotal h3 .money {
	float: right;
	font-size: inherit;
}

.cart_buttons {
	margin: 30px 0;
}

.cart_instructions {
}
.cart_instructions h4 {
}
.cart_instructions textarea {
	width: 100%;
}

#payment-methods {
	overflow: hidden;
}
#payment-methods ul {
	list-style-type:none;
	list-style-position: outside;
}
#payment-methods ul li {
	float:left;
	padding: 15px 15px 0 0;
}



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



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

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

.contact-form {
}

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

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="telephone"],
.contact-form textarea {
}

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

.bx-wrapper .bx-controls-direction a.disabled {display: none;}

/*CART-HEADER
=================================================================================*/
header #cart table.total {
  font-size: 11px;
  padding: 5px 10px 5px 10px;
  margin-top: 5px;
  float: right;
  clear: left;
  margin-bottom: 5px;
}
header #cart table.total tr {
  padding: 0px 10px 0px 10px;
}
header #cart table.total td {
  color: #323232;
  padding-left: 5px;
  padding-right: 10px;
}
header #cart table.total td .t-price {
  font-size: 13px;
  font-weight: bold;
}
header #cart table.total td b {
  color: #7e7e7e;
  font-size: 13px;
  font-style: italic;
}
header #cart .checkout a.button {
  margin-bottom: 5px;
}

header #cart .checkout a.button:hover{
  background: #000;
}

header #cart .checkout a.button span{
  color: #fff;
}


header #cart .content .checkout {
  text-align: center;
  clear: both;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 5px;
}

header #cart .empty {
  padding-top: 20px;
  text-align: center;
  padding-bottom: 20px;
}
header #cart .cart {
  width: 100%;
  margin-bottom: 5px;
}
header #cart .cart .remove padding:10px 0 > span {
  font-size: 15px;
}
cursor:pointer header #cart .cart .remove padding:10px 0 > span:hover {
  color: #ff530d;
}
header #cart .cart .remove img {
  float: left;
  cursor: pointer;
}
header #cart .cart .remove img:hover {
  overflow: hidden;
  margin-top: -11px;
}

header #cart .cart .remove a:hover{
	color: #736c6c
}
header #cart .cart .remove i:hover {
  cursor: pointer;
}
header #cart .cart td.price {
  font-size: 12px;
  line-height: 12px;
}
header #cart .cart td.total {
  font-size: 12px;
  color: #c81908;
  text-align: right;
}
header #cart .cart td.name a i {
  text-decoration: none;
  margin-right: 10px;
}
header #cart .cart td.name a {
  margin-top: 0px;
  display: inline-block;
}

header #cart .cart td.name a:hover{
	color: #736c6c;
}

header #cart .cart td .total {
  font-size: 11px;
  font-weight: bold;
  color: #000;
}
header #cart .cart .item-cart-1 td {
  padding-top: 0;
}
header #cart .cart td {
  color: #000;
  vertical-align: top;
  width: 71%;
}
header #cart .cart .image {
  padding-right: 15px;
  width: 47px;
}
header #cart .cart .image img {
  text-align: left;
  width: 47px;
  max-width: 100%;
}
header #cart .cart .name small {
  color: #666666;
}

header #cart .cart .remove a{
  font-size: 12px;
  line-height: 18px;
}

header #cart .cart .remove a i{
  font-size: 12px;
  line-height: 16px;
}

header #cart .cart .quantity {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #a6a4a4;
  text-transform: none;
}
header #cart .cart tr {
  background: none;
}
.cart tr {
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
  border-bottom: 1px solid #e6e6e6;
}
.cart-module .remove img:hover {
  overflow: hidden;
  margin-top: -11px;
}
.cart-module .cart .remove img {
  float: left;
}
.remove span:hover i {
  color: #ff530d;
}
.cart-module .cart .remove span {
  width: 11px;
  height: 11px;
  overflow: hidden;
  display: inline-block;
}
.cart-module .cart .remove {
  width: 20px;
  text-align: center!important;
  padding-top: 8px;
}
.cart-module .cart .remove img {
  cursor: pointer;
}

#cart.active .content {
  display: block;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  height: auto !important;
}
#cart.active .content .mini-cart-info {
  display: block;
}

.mini-cart-info a:hover{
	#736c6c;
}

#cart .content {
  clear: both;
  display: block;
  position: absolute;
  background: #fff;
  width: 244px;
  padding: 20px;
  float: right;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.13);
  right: 0;
  border: 1px solid #e6e6e6;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease;
}

.heading{
	position: relative;
}
/*OWN_PRELOADER
==============================================================================*/
#own_preloader { z-index:1000; text-align: center; vertical-align: middle; font-weight: bold; width:200px; height:60px; 
width: 100%;
position: fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
z-index: 99999!important;

padding: 20px 20%;
z-index: 9999;
line-height: 18px;
text-align: center;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border: none;
background: #323232;
display: none;
font-size: 13px;
color: #fff;
font-weight: bold;
}


/* back to top */
#back_top {
  position: fixed;
  bottom: 50px;
  opacity: 0.7;
  right: 60px;
  z-index: 9999;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #5c5c5c;
  background: #5c5c5c;
  
-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{
  line-height: 26px;
}

#back_top:hover i{
  color: #ffffff;
}

#back_top:hover{
  background: #5c5c5c;
}

/*PRODUCT TABS
=======================================================*/
.tabs {
  margin-bottom: 10px;
}
.tabs .tab-heading i {
  font-size: 26px;
  color: #5c5c5c;
  float: right;
  cursor: pointer;
  
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.tabs .tab-heading i:hover {
  color: #5c5c5c;
}
.tabs .tab-heading {
  padding: 8px 20px;
  line-height: 32px;
  color: #5c5c5c;
  font-weight: normal;
  text-transform: none;
  border: 1px solid #999999;
  border-bottom: 4px solid #999999;
  background-color: #ffffff;
  font-size: 15px;
}
.tabs .tab-content {
  padding: 20px 10px;
  border-top: none;
  border: 1px solid #999999;
}
#tab-review.tabs .tab-content {
  padding: 20px 10px;
}
/* compare block */
.compare-block {
  margin-bottom: 20px;
}
.compare-block .image {
  margin-right: 10px;
}
.compare-block .remove a {
  font-size: 19px;
  line-height: normla;
}
.compare-info {
  width: 100%;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td{
  padding: 7px;
}

/*Rating
============================================================*/
.rating_star{
  width:27px;
  height:23px;
  display:block;
  float:left;
  background:url(stars-0.png);
  position:relative;
  vertical-align: middle;
  padding: 0 2px;
}

.rating_block{
  display: inline-block;
  overflow: hidden;
  width: 135px;
  margin: 0px 0px 0 7px;
  vertical-align: bottom;
}

.rating_star.hover, .rating_block:hover .rating_star, .rating_star.active,.rating_block.active .rating_star,
.rating_block.active:hover .rating_star.active ~ .rating_star,.rating_block.active:hover .rating_star{ 
  background:url(stars-5.png);
}

.rating_block:hover .rating_star.hover ~ .rating_star,  .rating_block.active .rating_star.active ~ .rating_star,.rating_block.active:hover .rating_star.hover ~ .rating_star{
  background:url(stars-0.png);
}

.rating_star input[type="radio"]{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 23px;
  height: 23px;
  opacity: 0;
  cursor:pointer;
}


/*Review form
===================================================*/
.row_form label{
  width: 72px;
  line-height: 34px;
  margin-bottom: 10px;
}

.row_form input{
  border: 1px solid #999999;
}

#review_body{
  margin: 15px 0;
  border: 1px solid #999999;
}

.rating_wrapper .form-inline{
  margin-top: 5px;
  margin-bottom: 10px;
}

#captcha label{
  line-height: 34px;
  margin-right: 5px;
}

#captcha input{
  border: 1px solid #999999;
}

#captcha_challenge{
  margin: 15px 0;
}


.button-cont-right{
	margin-top: 15px;
}
/*===================================MAP ADDRESS==================================================*/

.firstHeading{
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

#bodyContent p{
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}

/*Collection
=========================================================================*/
.product-listing__collection{
	
}

/* 9.3 COLLECTION LISTING */

.product-listing__collection .rating{
  margin-top: 10px;
}

.product-listing__collection{

}

.product-listing__collection .compare a {
  display: block;
  margin-top: 1px;
  text-decoration: none;
  cursor: pointer;
  background: #ffffff;
  font-size: 10px;
  line-height: 20px;
  padding: 11px 18px;
  text-align: center;
  border: 1px solid #919185;
  color: #2b2e39;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  text-transform: none;
  margin-bottom: 15px;
}

.product-listing__collection .compare a i{
  font-size: 20px;
}

.product-listing__collection .compare a:hover {
  background: #2b2e39;
  border-color: #2b2e39;
  color: #ffffff;
}

.product-filter .product-compare {
  float: left;
  margin-left: 10px;
}
.product-filter select {
  margin-bottom: 0;
}
.product-filter {
  overflow: hidden;
  line-height: 32px;
  border: 1px solid #e6e6e6;
  border-width: 1px 0;
  padding: 20px 0;
  margin-bottom: 30px;
}
.product-filter .display {
  float: right;
}
.product-filter .display li {
  float: left;
}
.product-filter .display li i {
  font-size: 30px;
  line-height: 1em;
  margin-left: 15px;
  color: #5c5c5c;
  cursor: pointer;
  transition: all 0.3s ease;
}
.product-filter .display li i:hover {
  color: #5c5c5c;
}
.product-filter .display li.selected i {
  color: #5c5c5c;
}
.product-filter .display a {
  font-weight: bold;
}
.product-filter .sort b {
  padding-right: 7px;
  color: #323232;
  text-transform: none;
}
.product-filter .sort select {
  width: 160px;
}
.product-filter .sort {
  float: left;
  font-weight: bold;
}
.product-filter .limit select {
  width: 72px;
}
.product-filter .limit b {
  padding-right: 5px;
  line-height: 33px;
  color: #323232;
  text-transform: none;
}
.product-filter .limit {
  margin-left: 13px;
  float: left;
}
.product-list ul li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.product-list ul li {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e6e6e6;
  width: 100%;
}
.product-list .left {
  position: relative;
}
.product-list .right {
  text-align: left;
}
.product-list .name {
  margin-bottom: 10px;
}
#grid_a,
#list_a,
#grid_b,
#list_b {
  vertical-align: top;
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 6px;
  font-weight: normal;
  font-size: 28px;
}
#list_b i,
#grid_b i {
  color: #e56664;
  cursor: default;
}
.product-filter .display {
  position: relative;
}
.product-filter .display b {
  float: left;
  color: #323232;
  text-transform: none;
  display: none;
}


/*========================= Compares ============================*/

.mobile_compare{
  display: none;
}

.del_compare i{
  font-size: 21px;
  line-height: 21px;
  color: #5c5c5c;
  
-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;
	;
}

.del_compare i:hover{
	color: #5c5c5c;
}

.tcenter{
  text-align: center;
}

.block-compare{
  margin-top: 15px;
}

#compare_table .prod-stock{
  color: #3FAB00;
}

#compare_table .prod-stock-no{
  color: #ff530d;
  font-weight: 700;
}

#compare_table .price-new{
  color: #ff530d;
}

#compare_table .price-old{
  text-decoration: line-through;
}



/********************************************************************************************************
                      FANCYBOX
******************************************************************************************************s
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {

  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAACYCAMAAACoAftQAAAAvVBMVEUAAAAAAAAAAAAODg4AAAAAAAAAAADNzc0BAQHZ2dkDAwMHBwcAAADf398CAgI/Pz8BAQEAAACCgoIcHBzl5eUAAAC/v7/x8fEGBgZnZ2cAAADs7OwGBgb4+Pg/Pz/Jycmenp5nZ2f39/eDg4MAAADQ0ND4+Piurq7a2tr8/Pzs7OwAAAD5+fn9/f3e3t4AAAD///9OTk7BwcE1NTWsrKyNjY2cnJx6enpdXV1oaGgsLCy6uroiIiLOzs5BQUFt3PCNAAAAL3RSTlMAAQMIDRIZHSMnLTpESFNVXWlpbG15en+HiZCWoaGssrO2vsDFydPU3uL4+fr9/Ywv6xsAAAQVSURBVHhe7JZbc6JMGIQXAUOQEMi3uMYkrmopZgqs5ujZ//+zvpdNzMsMlli1N3uRvtCbpzo9I+nmhyqN9OO6GNQ6Ha1SG0mcrhskXe90rvKE6kbX7r9MF4vp2887nfBrqPW0xJemD4w32e7jHIj2602SbNZ7Qfgd0zJLtgKi2B0+tSsE3h8u0RX7HGGfHWrK9oiIbrK69SiQHxTliO5VWtP0rrNEemhoj6muaYqx2XuGyJrwbgUKohhb3hIFM6wCC7Zm4+M5Zs5fpKNiTYndEOUHDFRYCeADLvGiy7DtL7E5/12gJPacalPlqEc2eoFAdmCa2UOGyOhoUuQgwo7PxCwJMGXYGcQMlyCVX3DchCkGs3V6h0iFgyUSZsuS6QQLGaYDhueUHxhf3RpzOqB8dRMcz84lf5FS9A1Ngi2PQm8PF7RBZOnEyqFnSC/BKX6bHQmucpB13mRzCJtTsPUowlpl14if2JifUXcwgeqdA2OLn1C+PdsbzCKkW0a3KeKxbbAxF4FJ9EgAaXGqyFORAuLZNrkMZNoNKnNS9PE5dpltFofjB4PJXIAk5rP/HMu4Ukmm7XjEkwLfc2yT66tJk7lp2T2H1LMtk2wVVsWpcE0SlW4DbeLE/xG3eRvfQv7Fptw4KvpDNRKLt1/3rZty/xbjrPef1+5D018ITYttkiTrfAUsrmzK3RTIT/woHxH3DaZl9h2rRH2aX0ydaYb1BVK1zNdA32RvNn7DkVmmoyeVJvYBMcdl5Vg2/lW0zpSbUNIKT12KLV8wVjsmNvGW63feU3qj86veGQmAA1e5qzbStNZdmVTlRzzbSjG+4+t4u1iqjxxjR6pczaiNBCCVXoGx25X7mUNGgJBHM/QsXWp+dk4U5xJjX4EXSM7ACcCxnnnm2zI8rxVoFgMr/lUwUpyNPvYVx/eRfaUSQzkzLWxEOVhiwynCAd2GvCm/2bquBPEo+LxnDv0YXdyfFOHQP+8EV/kY0enSorxyitoLxxwiabDRqDImWF2JJVBIeVNEk2HgsDGn7vkhcPy67lMOiBGF4AGS3tX8yYqAfb5eF/kRiMPX4cDjEDLd8wezJT4lwtHrMHBtbg6V9oLhYDYLw3A2eSVbn0elSdMCecFg+Ee0Kq7dlftLXSCrRxNE8lzH7hp0Nu3qpHQty7Ztq2sabHvtpb/SLauisVTye1O+N2Ubbxhu2xSAq6x1UwoAWfum8P3Gu5ZNYaUA2jaFJYCofVPYOWnZFD4TcLpxU1ZAnN24KRnfxQ2bshEE/Vub8r0p35vi/t9eHRoBDMNQDJUvMLkOkDMM+8D7b9cR+kOKLPy4juojnQeAkWWVAyLLLINVdovj44N8LOqi/3Djxo0bN5ZvdbWJuwHhrw2ILYdqBwDT2fEEXtrZFmVcCWLiAAAAAElFTkSuQmCC');

}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  /*visibility: hidden;*/
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  /*background: url('fancybox_overlay.png');*/
  background: rgba(0,0,0,.7);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}


/* 9.4 PAGINATION */

#pagination {
  display: inline-block;
  overflow: hidden;
  margin: 30px 0 0 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  }
#pagination a,
#pagination b{
  display: block;
  float: left;
}



#pagination a ~ a {
  margin-left:1px;
}

#pagination b ~ a {
  margin-left:1px;
}

#pagination a ~ b {
  margin-left:1px;
}

#pagination a,
#pagination b,
#pagination a.deco,
#pagination a.current {
  display: block;
  padding: 7px 13px;
  background: #999999;
  color:#5c5c5c;
  
-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 a:hover,
#pagination a.current {
  color: #ffffff;
  background: #5c5c5c;
}
#pagination a.current {
  cursor: default;
}

#pagination b{
  cursor: default;
  color: #ffffff;
  background: #5c5c5c;
}

/*======*/
.search-form button{
	
-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 list*/
.product-listing__collection .product_img{
  position: relative;
}

.product-listing__collection .rating,
.homepage_carousel .rating{
  position: absolute;
  top: 0;
  left: 10px;
}

.product_listing_main .rating{
	top: 12px;
}

.product-listing__collection .rating img,
.homepage_carousel .rating img{
  background: transparent;
  margin: -10px 0 0 -22px;
  padding: 0;
  transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6); 
  -webkit-transform: scale(0.6);
  -o-transform: scale(0.6); 
}

.product-listing__collection.list .col-sm-3,
.product-listing__collection.list .col-sm-4,
.product-listing__collection.list .col-sm-6{
  width: 100%;
}

.product-listing__collection.list .product_listing_main .product {
	margin: 15px 0 0 0;
	overflow: hidden;
}
.product-listing__collection.list .product_listing_main .product_img .product_badge {
	display: none;
}

.product-listing__collection.list .product_listing_main .product_img {
	width: 120px;
	float: left;
}
.product-listing__collection.list .product_listing_main .product_img span.sale {
  display: none;
}
.product-listing__collection.list .product .product_info {
  overflow:hidden;
}
.product-listing__collection.list .product_img form {
	top: auto;
	bottom: 0;
	opacity: .9 !important;
	
	-webkit-transform: none !important;
			transform: none !important;
}
.product-listing__collection.list .product_img form .btn {
	width: 100%;
	padding: 7px 0;
	font-weight: normal;
	font-size: 13px;
}
.product-listing__collection.list .product_info {
	margin: 0 0 0 135px;
	text-align: left;
}
.product-listing__collection.list .product_name {
	margin: -3px 0 0 0;
	padding: 0;
}

.product-listing__collection.list .product_price{
	margin-bottom: 10px;
}

/*responsive 479*/
/*PRODUCT LISTING
=====================================*/
.product-filter .limit{
	margin-bottom: 15px;
}

.product-filter .sort{
	margin-bottom: 15px;
}

/* collection categories ul*/
.box-subcat{
	margin-bottom: 15px;
}

.box-subcat li a{
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.add-to-cart-icon{
	position: absolute;
	top: 0;
	left: 0;
	line-height: 68px;
	font-size: 21px;
	width: 70px;
	color: #fff;
	cursor: pointer;
	z-index: 0;
	text-align: center;
	background: #312e2e;
	
-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;
	
}


/******* start add-to-cart plus minus ***************/
.number_product{
	margin-bottom: 15px;
}

.number_product > span {
  display: block;
  width: 51px;
  height: 51px;
  background-color: #312e2e;
  color: #fff;
  text-align: center;
  line-height: 47px;
  cursor: pointer;
  font-size: 15px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.number_product .quantity_input {
  width: 80px;
  border-left: 1px solid ;
  border-right: 1px solid ;
  border-top: 0;
  border-bottom: 0;
  background: #312e2e;
  color: #fff;
  font-weight: 700;
  height: 51px;
  line-height: 47px;
  box-shadow: none;
  text-align: center;
}
.number_product > span:hover,
.number_product > span:active {
  color: #fff;
  background-color: #5c5c5c;
  border-color: #919185;
}
.fa-plus-sign:before {
  content: "\f067";
}
.fa-minus-sign:before {
  content: "\f068";
}
.number_product > * {
  float: left;
}
/******* end add-to-cart plus minus ***************/


.product-sold{
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 30px;
	background: #312e2e;
	color: #ffffff;
}

.notice{
	color: #fbfdfb;
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
}


.description .options h2{
	font-size: 26px;
}

.description .compare{
	margin-bottom: 15px;
}

/*Widget collections*/
/* .column .widget ul.list {
  border-bottom: 1px solid #e0e0e0;
}*/
.column .widget ul.list li {
  position: relative;
}

.column .widget ul.list li i{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 21px;
  cursor: pointer;
  color: #5c5c5c;
  
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

 .column .widget ul.list li i:hover{
  color: #5c5c5c;
}

.column .widget ul.list li ul li a:hover{
	color: #5c5c5c;
}
/*
.column .widget ul.list li + li {
  border-top: 1px solid #e0e0e0;
}
.column .widget ul.list li a {
  color: #2f3333;
  background: transparent;
  display: block;
  margin-left: 5px;
}
.column .widget ul.list li.active{
  display: block;
}
.column .widget ul.list li.active a{
  display: block;
  margin-right: 35px;
  margin-left: 5px;
}

.column .widget ul.list li a:hover{
  background: transparent;
  color: #fa7103;
} */

.column .widget ul.list ul.sub-col-list li.active > a{
  color: #fa7103;
}

.column .widget ul.list ul.sub-col-list li{
  position: relative;
}

.column .widget ul.list ul.sub-col-list li a{
  background: transparent;
  display: inline-block;
}

.column .widget ul.list ul.sub-col-list,
.column .widget ul.list ul.sub-col-list2,
.column .widget ul.list ul.sub-col-list3,
.column .widget ul.list ul.sub-col-list4{
  display: none;
}

.column .widget ul.list ul.sub-col-list > li > a,
.column .widget ul.list ul.sub-col-list2 > li > a,
.column .widget ul.list ul.sub-col-list3 > li > a,
.column .widget ul.list ul.sub-col-list4 > li > a{
  text-decoration: underline;
}

.column .widget ul.list ul.sub-col-list li a{
  margin-left: 10px;
}
.column .widget ul.list ul.sub-col-list2 li a{
  margin-left: 20px;
}
.column .widget ul.list ul.sub-col-list3 li a{
  margin-left: 30px;
  
}
.column .widget ul.list ul.sub-col-list4 li a{
  margin-left: 40px;
}

.column .widget ul.list ul.sub-col-list li + li,
.column .widget ul.list ul.sub-col-list2 li + li,
.column .widget ul.list ul.sub-col-list3 li + li,
.column .widget ul.list ul.sub-col-list4 li + li{
  border-top: 0px;
}

/*Widget-compares*/
.compare-block:first-child{
  margin-top: 15px;
}

.extra-wrap{
  position: relative;
  font-weight: 400;
}

.extra-wrap .name{
  display: block;
  padding: 5px 0;
  margin-right: 30px;
  line-height: 19px;
}

.extra-wrap .name a{
  font-size: 15px;
}

.extra-wrap .remove{
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 20px;
}

.compare-block{
  margin-bottom: 5px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.box-content .product-compare{
	margin-top: 25px;
}

.compare-wrap .box-content{
	margin-bottom: 50px;
}


/*Widget-filter*/
.style-block{
	margin-top: 20px;
}

.style-block h2{
  font-size: 26px;
  margin-top: 30px;
}

.style-block .price-filter_from{
  margin-bottom: 10px;
  line-height: 30px;
}

.style-block .price-filter_to{
  margin-bottom: 10px;
  line-height: 30px;
}

.style-block .filter-wrap{
  margin-bottom: 20px;
}

.box-heading{
	font-size: 24px;
	line-height: 30px;
	margin: 10px 0;
}

.style-block .price-filter{
	margin: 25px 0;
}

.widget_header{
	margin: 0 0 15px 0;
	font: 32px Helvetica, Arial, sans-serif;
	color: #312e2e;
	text-transform: none;
}

.filter-wrap li a.active{
	color: #736c6c;
}

.style-block .limit{
	margin-bottom: 15px;
}

.style-block .limit b{
	line-height: 32px;
}

.filter-wrap.hidden_filter{
	display: none;
}

/*Search result*/
#searchresults {
  margin: 0;
}
#searchresults .search-form {
  margin: 15px 0 0 0;
}
#searchresults .search-form input {
  width: 100%;
  height:40px;
  float: left;
  padding: 10px 34px 10px 10px;
  background:#a1a194;
  color:#ffffff;
  border:none;
}
#searchresults .search-form button {
  width: 34px;
  height: 34px;
  float: left;
  margin: 0 0 0 -34px;
  background: none;
  border: none;
  font-size: 20px;
  color: #ff530d;
}
#searchresults .search-form button:hover i {
  color: #464646;
}
#searchresults .search-form button i {
  line-height: 40px;
  color:#ffffff;
}

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

#searchresults ol {
  list-style-type: none;
  padding: 15px 0 0 0;
  border-bottom: 1px solid #919185;
}
#searchresults ol li {
  overflow: hidden;
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid #919185;
}
#searchresults ol li .search-result_image {
  float: left;
  margin-right: 15px;
}
#searchresults ol li .search-result_container {
  padding: 15px 0 0 0;
}

/*===========================*/
.box-heading{
	font-size: 24px;
	line-height: 30px;
	margin: 10px 0;
}


/*Product info*/
.product-info {
  padding-bottom: 23px;
  margin-top: 0;
}
.product-info h1.view {
  display: none;
}
.product-info h1 {
  color: #323232;
  margin-bottom: 10px;
  font-weight: normal;
  text-transform: none;
}

.product-info .description .product-section {
  color: #312e2e;
  text-transform: none;
  line-height: 24px;
  margin-bottom: 10px;
}
.product-info .description .product-section span {
  font-size: 13px;
  line-height: 1em;
}
.product-info .description .product-section div.prod-stock {
  font-size: 13px;
  line-height: 1em;
}
.product-info .description .product-section .btn-rew {
  float: none;
  font-size: 13px;
  line-height: 1em;
  padding: 8px 0;
}
.product-info .description .product-section .btn-rew a {
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-info .description .product-section .btn-rew a i {
  font-size: 16px;
  margin-right: 5px;
  color: #312e2e;
  line-height: 1em;
  width: 1em;
}
.product-info .description .product-section a {
  color: #5c5c5c;
}
.product-info .description .product-section a:hover {
  color: #5c5c5c;
}
.product-info .description .product-section .prod-stock {
  display: inline-block;
  background-color: #3FAB00;
  color: #fff;
  font-style: normal;
  padding: 3px 7px;
  margin: 0 9px;
}

.product-info .description .product-section .prod-stock span{
  color: #fff;
}

.product-info .description .product-section .prod-stock-no{
  background-color: #312e2e;
}

.product-info .description .product-section span {
  color: #323232;
}
.product-price {
  text-transform: none;
  color: #fbfdfb !important;
  font-size: 22px;
  border-top: 1px solid #ececea;
  border-bottom: 1px solid #ececea;
  font-weight: normal;
  padding: 13px 0;
  margin-bottom: 20px;
}
.product-info .price .price-new {
  color: #312e2e;
  font-size: 24px;
}
.product-info .price .price-old {
  color: #6a6a65;
  text-decoration: line-through;
  margin-left: 10px;
}
.product-info .price .price-tax {
  color: #312e2e;
  text-transform: none;
  font-weight: normal;
  margin-left: 10px;
}

.product-info .cart-top {
  padding-bottom: 20px;
}
.product-info .cart-top > label {
  float: left;
  margin-right: 25px;
}
.product-info .cart-top .button-prod {
  display: block;
  clear: both;
}

.button-prod {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background: #5c5c5c;
  font-size: 17px;
  line-height: 20px;
  padding: 14px 18px 15px;
  text-align: center;
  
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  outline: none;
  text-transform: none;
}
.button-prod:hover {
  background: #312e2e;
  color: #ffffff;
}
.product-info .review {
  font-weight: bold;
  padding-top: 15px;
  margin-bottom: 15px;
}
a.button-prod:hover {
  color: #ffffff;
}
a.button-prod i {
  font-size: 26px;
  vertical-align: middle;
  margin-right: 9px;
}

.short_description{
  margin-bottom: 25px;
}

.product_price .money.money-sale{
	font-size: 22px;
}

.text-price{
	color: #312e2e;
}

.content-scroll a{
	color: #312e2e;
	opacity: 1;
}

.collection-scope .page_heading{
	margin: 0;
}

.option label{
	line-height: 32px;
	margin-right: 5px;
}

.about-us{
	margin-top: -33px;
}

.option .selector-wrapper + .selector-wrapper{
  margin-top: 7px;
}
