/*
Theme Name: Classico - 8theme WordPress theme
Theme URI: http://8theme.com/
Author: 8theme
Author URI: http://themeforest.net/user/8theme
Description: ThemeForest Premium Theme
Version: 1.2
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/*------------------------------------------------------------------
[Table of contents]

1. Body / #body
	1.1 Headings & Titles / #headings
	1.2 Input & Textarea / #input
	1.3 Buttons / #buttons
	1.4 Helper Classes / #helpers
	1.5 Boxed Styles / #boxed
2. Header / #header
	2.1. Menu / #menu
	2.2 Mega Menu / #mega-menu
	2.3 Header Search / #search
	2.4 Fixed Header / #fixed-header
	2.5 Header Type / #header-type
	2.6 Vertical Header / #vertical-header
	2.7 Shopping Cart Widget / #cart-widget
3. Content / #content
	3.1 Revolution Slider / #slider
	3.2 Banners / #banners
	3.3 Products Carousel / #carousel
	3.4 Products Grid / #products-grid
	3.5 Products List / #products-list
	3.6 Products Sidebar / #products-sidebar
	3.7 Sidebar Widgets / #widgets
4. Pages / #pages
	4.1 Breadcrumbs Types
	4.2 Default Post / #post-default
	4.3 Comments List / #comments-list
	4.4 Single Product page / #product-page
	4.5 Categories Carousel / #cat-carousel
	4.6 Project Page / #project
	4.7 Shopping Cart Page / #shopping-cart
	4.8 Blog Types / #blog-types
	4.9 Login & Register / #login-reg
	4.9 Checkout Page / #checkout
5. Shortcodes / #shortcodes
6. Footer / #footer
	5.1 Color scheme for footer / #footer-color
7. Woocommerce styles / #woocommerce
8. Responsive / #responsive
9. CSS of Third-Party Plugins / #plugins-css
10. Styles for Demo Variants / #demo-styles
-------------------------------------------------------------------*/
/*========================================*/
/*========================================*/
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	font-weight: 400;
	color: #737373;
	height: auto !important;
}
a {
	text-decoration: none;
	-webkit-transition: color .25s ease;
	-moz-transition: color .25s ease;
	-o-transition: color .25s ease;
	-ms-transition: color .25s ease;
	transition: color .25s ease;
	color: #3d3d3d;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color: #8a8a8a;
	outline: none !important;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
a:focus {
	text-decoration: none;
	outline: none;
	color: #8a8a8a;
}
a.active {
	color: #8a8a8a;
}
a.active:hover {
	color: #252525;
}
a.color-white {
	color: #FFF;
}
a.color-white:hover {
	text-decoration: underline;
	color: #FFF;
}
a.underline {
	text-decoration: underline;
}
address {
	font-style: italic;
}
img,
.wp-caption {
	max-width: 100%;
	height: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.disp-ib {
	display: inline-block;
	width: 100%;
}
embed,
iframe,
object,
video {
	max-width: 100%;
}
p {
	margin-bottom: 20px;
	line-height: 1.8;
	font-size: 1em;
}
p.active,
em.active,
li.active,
strong.active,
span.active {
	color: #8a8a8a;
}
.vc_separator {
	padding: 40px 0;
}
.content li {
	list-style: inherit;
}
.content ul,
.content ol {
	padding-left: 20px;
}
.content .wpb_text_column ul {
	padding-left: 0;
}
.content .wpb_text_column ul li {
	list-style: none;
	line-height: 1.8;
}
.content .simple-list li {
	padding: 5px 0;
}
.lis-none li {
	list-style: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Georgia;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 1.3;
	color: #3d3d3d;
}
h1.active,
h2.active,
h3.active,
h4.active,
h5.active,
h6.active {
	color: #8a8a8a;
}
h1.active a,
h2.active a,
h3.active a,
h4.active a,
h5.active a,
h6.active a {
	color: #8a8a8a;
}
h1.active a:hover,
h2.active a:hover,
h3.active a:hover,
h4.active a:hover,
h5.active a:hover,
h6.active a:hover {
	color: #767676;
}
/* Titles */
.title h1 {
	font-size: 2.571em;
	color: #3d3d3d;
	letter-spacing: 1px;
}
.title h3 {
	font-size: 1.143em;
	letter-spacing: 1px;
	color: #999;
	font-family: Verdana, sans-serif;
	margin-bottom: 0.714em;
	font-weight: 400;
	text-transform: none;
}
.title.title-left {
	text-align: left;
}
.title.title-center {
	text-align: center;
}
.title.title-right {
	text-align: right;
}
.title .title-info {
	font-size: 11.286em;
}
.title.design-2 h3 {
	color: #FFF;
	font-size: 1.714em;
	font-weight: 500;
	position: relative;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
}
.title.design-2 h3:after {
	content: "";
	height: 1px;
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: -30px;
	margin-left: -17px;
	border-bottom: 2px solid #fff;
	border-left: 0;
	border-right: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 40px;
}
.title.design-2 h1 {
	color: #FFF;
	font-size: 8.571em;
	font-weight: 400;
	font-family: 'Cookie', cursive;
	text-transform: none;
}
h4.title {
	font-size: 1.143em;
	color: #000;
	padding-bottom: 0.714em;
	margin-bottom: 1.071em;
	border-bottom: 1px solid #e6e6e6;
}
/* Default Table */
table {
	background-color: transparent;
}
th {
	text-align: left;
}
table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
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: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 1px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
table > tbody + tbody {
	border-top: 2px solid #ddd;
}
input[type="checkbox"] {
	float: left;
	display: block !important;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #d5d5d5;
	width: 12px !important;
	height: 12px !important;
	border-radius: 0 !important;
	padding: 0 !important;
	position: relative;
	margin-right: 10px;
	cursor: pointer;
}
input[type="checkbox"]:focus {
	border-color: #d5d5d5 !important;
	outline: none;
}
input[type="checkbox"]:checked {
	background-color: transparent;
}
input[type="checkbox"]:checked:before {
	content: "";
	position: absolute;
	width: 13px;
	height: 11px;
	background-image: url(images/check-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	left: 1px;
	top: -2px;
}
select {
	max-width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	height: 38px;
	padding: 8px 10px;
	background: #fff;
	overflow: hidden;
	line-height: 22px;
	font-size: 13px;
	-webkit-border-radius: 0;
	border-radius: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	border: 1px solid #D5D5D5;
	background-image: url(images/select-arrow.png);
	background-position: 96% 50%;
	background-repeat: no-repeat;
}
select:focus {
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
	display: block;
	border-radius: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	padding: 10px;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	height: 39px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-color: #252525;
	outline: none !important;
}
textarea:focus {
	border-color: #252525 !important;
}
.btn:active,
.btn.active {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.btn[disabled] {
	opacity: 1;
}
.wpb_wpb_button i {
	margin-right: 0 !important;
}
textarea {
	padding: 9px 6px;
}
textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #252525;
}
label {
	font-weight: 400;
	font-size: 14px;
}
.tp-caption a.btn {
	color: #000 !important;
}
.payment_methods input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none !important;
	background-image: url(images/radio-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	margin-top: 0;
	margin-right: 0;
	padding: 0;
	width: 14px;
	height: 14px;
	position: relative;
	top: 2px;
}
.payment_methods input[type="radio"]:checked {
	background-image: url(images/radio-icon-check.png);
	background-repeat: no-repeat;
	background-position: center center;
}
button:focus,
input {
	outline: none !important;
}
del {
	font-size: smaller;
}
ins {
	text-decoration: none;
}
.tooltip.top {
	margin-top: -5px;
}
.tooltip-inner {
	background-color: #333;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #333;
}
small {
	font-size: 75%;
	color: #767676;
	font-weight: 400 !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.btn,
.button,
.wishlist_table .add_to_cart.button,
.wpcf7-submit {
	border-color: #CBCBCB;
	color: #000;
	text-transform: uppercase;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 9px 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn:hover,
.button:hover,
.wishlist_table .add_to_cart.button:hover,
.wpcf7-submit:hover {
	color: #000;
	border: 1px solid #000;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn:focus,
.button:focus,
.wishlist_table .add_to_cart.button:focus,
.wpcf7-submit:focus {
	outline: none !important;
}
.btn.gray {
	color: #000;
	border: none;
	background: #e9e9e9;
	text-transform: uppercase;
	border-radius: 0;
	font-size: 13px;
	padding: 10px 6px;
}
.btn.gray:hover,
.btn.gray:focus {
	background: #f5f5f5;
	color: #000;
}
button,
.button,
input[type=button],
input[type=submit],
.wishlist_table .add_to_cart.button,
.btn-black,
.btn.btn-black,
.subscription-toggle {
	color: #fff;
	padding: 6px 18px;
	display: inline-block;
	-webkit-border-radius: 0;
	border: none !important;
	background-color: #262626;
	text-transform: uppercase;
	border-radius: 0;
	font-size: 13px;
	font-weight: 400;
	-webkit-transition: color 0.2s, background-color 0.2s;
	-moz-transition: color 0.2s, background-color 0.2s;
	-ms-transition: color 0.2s, background-color 0.2s;
	-o-transition: color 0.2s, background-color 0.2s;
	transition: color 0.2s, background-color 0.2s;
	-webkit-font-smoothing: antialiased;
}
button:hover,
.button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.wishlist_table .add_to_cart.button:hover,
.btn-black:hover,
.btn.btn-black:hover,
.subscription-toggle:hover,
button:focus,
.button:focus,
input[type=button]:focus,
input[type=submit]:focus,
.wishlist_table .add_to_cart.button:focus,
.btn-black:focus,
.btn.btn-black:focus,
.subscription-toggle:focus {
	background-color: #444;
	color: #fff;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-active {
	background-color: #8a8a8a;
	color: #FFF;
	border-color: #8a8a8a;
}
.btn-active:hover {
	text-decoration: underline;
}
.btn.small,
.button.small,
.btn.btn-small {
	font-size: 11px;
	padding: 6px 8px !important;
	letter-spacing: 1px;
	line-height: 1.42857143;
}
.btn.small i,
.button.small i,
.btn.btn-small i {
	margin-right: 5px;
}
.btn.btn-mini {
	font-size: 10px;
	padding: 5px 7px !important;
	letter-spacing: 1px;
}
.btn.btn-mini i {
	margin-right: 5px;
}
.btn.medium,
.button.medium {
	padding: 9px 28px;
	line-height: 15px;
	font-size: 13px;
}
.btn.medium i,
.button.medium i {
	margin-right: 8px;
	font-size: 16px;
}
.btn.big,
.button.big,
.subscription-toggle,
.btn.btn-large {
	line-height: 36px;
	height: 40px;
	padding: 0 28px !important;
	font-size: 13px;
	letter-spacing: 1px;
}
.btn.big i,
.button.big i,
.subscription-toggle i,
.btn.btn-large i {
	margin-right: 12px;
	font-size: 20px;
	position: relative;
	top: 2px;
}
.btn.filled {
	color: #fff;
	display: inline-block;
	-webkit-border-radius: 0;
	background-color: #262626;
	border-color: #262626;
	text-transform: uppercase;
	border-radius: 0;
	font-size: 13px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}
.btn.filled:hover,
.btn.filled:focus {
	background-color: #000;
	border-color: #000;
	color: #fff !important;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
	padding-left: 39px !important;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
	padding-right: 39px !important;
}
.vc_general.vc_btn3.vc_btn3-style-outline {
	border: solid !important;
}
.btn.filled.big {
	line-height: 38px;
}
.btn.filled.medium {
	padding: 9px 28px;
}
.border-btn {
	border-color: #000;
	border-radius: 0;
	width: 42px;
	height: 40px;
	padding: 0;
	text-align: center;
	line-height: 40px;
}
.border-btn:focus {
	outline: none !important;
}
.border-btn:hover {
	background: #000;
}
.border-white {
	border: 2px solid #fff;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	line-height: 15px;
	font-size: 13px;
	padding: 7px 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.border-white:focus,
.border-white:hover {
	color: #000;
	outline: none !important;
	background-color: #FFF;
	border: 2px solid #fff;
}
.btn-white {
	border: 1px solid #fff;
	color: #FFF !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-white:hover {
	border: 1px solid #fff;
	background-color: #FFF !important;
	color: #000 !important;
}
.esg-loadmore {
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	font-weight: 400;
	border-color: #CBCBCB;
	color: #000 !important;
	text-transform: uppercase;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px !important;
	font-weight: 600 !important;
	letter-spacing: 1px;
	margin-top: 15px;
	padding: 9px 18px !important;
	line-height: 16px !important;
	background-color: #e9e9e9 !important;
	position: relative;
	left: 50%;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.esg-loadmore:hover {
	background-color: #444 !important;
	color: #fff !important;
	border-color: #444 !important;
}
.tp-caption a.btn-white {
	color: #FFF !important;
}
.tp-caption a.btn-white:hover {
	color: #000 !important;
}
.tp-caption .slider-btn {
	color: #FFF;
	border: 2px solid #fff;
	padding: 12px 22px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 10px;
}
.tp-caption .slider-btn:hover {
	background-color: rgba(255, 255, 255, 0.7);
	color: #000;
}
.btn.filled.active {
	color: #fff;
	border: 2px solid #8a8a8a;
	border-width: 2px !important;
	background: #8a8a8a;
}
.btn.filled.active:hover,
.btn.filled.active:focus {
	opacity: 0.9;
	color: #fff;
}
.btn.filled.active.medium {
	border: 2px solid #8a8a8a;
}
button {
	-webkit-font-smoothing: antialiased;
}
button.btn {
	color: #FFF;
}
hr,
hr.divider {
	height: 1px;
	display: inline-block;
	background: none;
	border-top: none;
	border-bottom: 2px solid #e4e4e4;
	border-left: 0;
	border-right: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 35px;
}
hr.wide,
hr.divider.wide {
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
}
hr.active {
	border-color: #8a8a8a;
}
.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor,
.aligncenter {
	opacity: 1;
}
.gallery-caption {
	padding-top: 10px;
}
img.aligncenter {
	margin: 5px auto;
}
img.alignright {
	float: right;
	margin: 2px 0 20px 20px;
}
img.alignleft {
	float: left;
	margin: 2px 20px 20px 0px;
}
.banner-content hr.horizontal-break {
	margin: 10px auto !important;
	width: 45px;
}
blockquote {
	padding-left: 55px;
	border-left: none;
	position: relative;
}
blockquote:before {
	content: "\f10d";
	font-family: FontAwesome;
	color: #767676;
	font-size: 40px;
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.style2 {
	background-color: #fafafa;
	padding-left: 70px;
}
blockquote.style2:before {
	opacity: 0.1;
	top: 30px;
	left: 20px;
}
.horizontal-break-alt {
	display: block;
	margin: 15px auto;
	width: 100%;
	border: none;
	position: relative;
}
.horizontal-break-alt:after {
	content: "";
	display: block;
	width: 64px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -32px;
	background: #8a8a8a;
}
iframe,
.vimeo-video iframe,
.youtube-video iframe {
	max-width: 100% !important;
}
iframe {
	border: none;
}
.image-hover img {
	opacity: 0.5;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.image-hover img:hover {
	opacity: 1;
}
.et-twitter-slider .et-tweets,
.et-twitter-grid .et-tweets {
	padding-left: 0;
}
.et-twitter-slider .et-tweet,
.et-twitter-grid .et-tweet {
	list-style: none;
	padding-left: 30px;
}
.et-twitter-slider .et-tweet:before,
.et-twitter-grid .et-tweet:before {
	content: "\f099";
	font-family: FontAwesome;
	font-size: 20px;
	margin-right: 10px;
	left: 15px;
	margin-top: 5px;
	position: absolute;
}
.et-twitter-slider .et-tweet {
	padding-left: 35px;
}
/*========================================*/
/*========================================*/
footer {
	margin-top: 20px;
}
footer .container .widget-title,
footer .container .widgettitle,
footer .container .twitter-slider-title {
	font-size: 1.1428em;
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-color: #e6e6e6;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}
footer .container .widget-container {
	margin-bottom: 0;
}
footer .container .widget-container .blog-post-list {
	margin-bottom: 0;
}
footer .container .widget-container .blog-post-list li {
	list-style: none;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #e6e6e6;
	padding: 20px 0;
	margin-bottom: 0;
}
footer .container .widget-container .blog-post-list a.pull-left {
	display: none;
}
footer .container .widget-container .blog-post-list .media a {
	font-size: 16px;
	text-transform: none;
	font-weight: 400;
	color: #5b5b5b;
}
footer .container .widget-container .blog-post-list:last-child li {
	border-bottom: none;
}
footer .container .widget-container .product_list_widget li {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}
footer .container .widget-container .textwidget ul {
	padding-top: 10px;
}
footer .container .widget-container .textwidget ul li {
	padding: 5px 0;
	padding-left: 0;
}
footer .container .widget-container .textwidget ul li a {
	color: #737373;
	font-size: 14px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
footer .container .widget-container .textwidget ul li a:hover {
	color: #000;
}
footer .container .widget-container .textwidget ul li:last-child {
	border-bottom: none;
}
footer .container .widget-container .twitter-list li {
	padding: 0 0 30px;
	padding-left: 0px;
	position: relative;
	list-style: none;
	border-bottom: 1px solid #e6e6e6;
}
footer .container .widget-container .twitter-list li:last-child {
	border-bottom: none;
}
footer .container .widget-container .twitter-list li i {
	font-size: 20px;
	margin-right: 10px;
	margin-top: 5px;
}
footer .container .widget-container .twitter-list li .media {
	line-height: 1.8;
}
footer .container .woocomposer_list.woocommerce li {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	padding: 1.4285em 0;
	line-height: 1.8;
	list-style: none;
}
footer .container .woocomposer_list.woocommerce li.lastItem {
	border-bottom: none;
}
footer .container .woocomposer_list.woocommerce li img {
	margin-right: 20px;
	float: left;
	height: auto !important;
}
footer .container .woocomposer_list.woocommerce li a span {
	font-size: 1em;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 10px;
	color: #5A5858;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
footer .container .woocomposer_list.woocommerce li a span:hover {
	color: #000;
}
footer .container .woocomposer_list.woocommerce li > span.amount {
	font-size: 1.0714em !important;
	font-weight: 400;
	color: #000;
	display: table-cell;
}
footer .container .woocomposer_list.woocommerce li > span.amount del {
	font-size: 1.0714em;
	color: #989898;
}
footer .container .woocomposer_list.woocommerce li:first-child {
	padding-top: 0;
}
footer .vc_wp_posts .widget_recent_entries li {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #e6e6e6;
}
footer .vc_wp_posts .widget_recent_entries li:last-child {
	border-bottom: none;
}
footer .footer-list li {
	padding: 0.357em 0;
	list-style: none;
}
footer .footer-list li a {
	font-size: 1em;
	color: #737373;
	font-family: 'Open Sans', sans-serif;
}
footer .footer-list li a:hover {
	color: #000;
}
footer img {
	max-width: 200px;
}
footer .logo-fixed {
	display: inline-block;
}
footer .logo-default {
	display: none;
}
footer .footer-demo-links {
	margin-bottom: 0;
}
footer .footer-demo-links li {
	display: inline-block;
}
footer .footer-demo-links li a {
	font-family: Georgia, serif;
	font-size: 1em;
	text-transform: uppercase;
	padding: 0.714em 1.0714em;
}
footer hr.footer-divider {
	width: 100px;
	height: 1px;
	border: none;
	background-color: #e6e6e6;
	margin: 20px auto;
}
footer .menu-social-icons li {
	float: none;
	display: inline-block;
	margin-right: 0;
	margin-left: 12px;
}
footer .menu-social-icons li i {
	width: auto;
}
footer .menu-social-icons li.lastItem {
	margin-right: 0;
}
footer .et-twitter-slider .owl-buttons {
	display: none !important;
}
footer .et-twitter-slider .owl-pagination .owl-page span {
	width: 10px;
	height: 10px;
}
footer .et-twitter-slider li {
	list-style: none;
}
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
.template-container {
	-ms-overflow-x: hidden;
	overflow-x: hidden;
}
header {
	background-color: transparent;
}
.header-wrapper {
	position: relative;
}
.header-wrapper .header-logo img {
	height: inherit;
}
.top-bar {
	color: #737373;
	padding: 4px 0;
	max-height: 100px;
	overflow: hidden;
}
.top-bar a {
	color: #737373;
	font-size: 13px;
	text-transform: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.top-bar a:hover,
.top-bar a:focus {
	color: #737373;
	text-decoration: none;
}
.top-bar .languages-area .menu-social-icons {
	display: inline-block;
	margin-bottom: 0;
}
.top-bar .languages-area .menu-social-icons li {
	margin-right: 5px;
}
.top-bar .languages-area .menu-social-icons li i {
	background-color: transparent;
	color: inherit;
	font-size: 16px;
}
.top-bar .languages-area .menu-social-icons li i:hover {
	opacity: 0.5;
	color: #fff;
}
.top-bar .languages-area .menu-social-icons li .circle {
	display: none;
}
.top-bar .widget_nav_menu .menu > li {
	line-height: 11px;
}
.top-bar .widget_nav_menu .menu > li > a {
	padding: 0;
	color: #737373;
	font-size: 13px;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
}
.top-bar .widget_nav_menu .menu > li > a:hover {
	text-decoration: underline;
}
.top-bar .widget_nav_menu .menu > li:after {
	content: 'I';
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	width: 1px;
	height: 10px;
	color: #8a8a8a;
	margin: 2px 12px 0;
}
.top-bar .widget_nav_menu .menu > li:last-child:after {
	content: "";
	margin-left: 0;
	margin-right: 0;
}
.fixNav-enabled .header-wrapper {
	z-index: 1002;
	left: 0;
	top: 0;
	width: 100%;
}
.fixNav-enabled .header-wrapper .container {
	position: relative;
}
.fixNav-enabled .menu-wrapper {
	z-index: 1;
}
.fixNav-enabled .menu-wrapper:hover {
	overflow: visible;
}
.fixNav-enabled .fixed-active .header-wrapper {
	position: fixed !important;
	top: -100px;
	bottom: auto;
	visibility: hidden;
	-webkit-transition: top 0.3s ease-in-out;
	-moz-transition: top 0.3s ease-in-out;
	-ms-transition: top 0.3s ease-in-out;
	-o-transition: top 0.3s ease-in-out;
	transition: top 0.3s ease-in-out;
	border-bottom: 1px solid #e6e6e6;
	background-color: #fff;
}
.fixNav-enabled .fixed-active .header-wrapper:hover .menu-wrapper {
	max-height: 100px;
}
.fixNav-enabled .fixed-active .header-wrapper .menu-wrapper {
	overflow: hidden;
	border-top: none;
}
.fixNav-enabled .fixed-active .header-wrapper .menu-wrapper .nav-sublist-dropdown {
	top: 60px;
}
.fixNav-enabled .fixed-active .header-wrapper .top-bar {
	max-height: 0;
	overflow: hidden;
	padding: 0;
}
.fixNav-enabled .fixed-active .header-wrapper .top-content {
	display: none;
}
.fixNav-enabled .fixed-active .header-type-2.menu-wrapper {
	border-bottom: none;
}
.fixNav-enabled .fixed-active .navbar {
	padding: 15px 0 !important;
}
.fixNav-enabled .fixed-active .shop-text {
	display: none;
}
.fixNav-enabled .fixed-active .navbar-right .header-search input::-webkit-input-placeholder,
.fixNav-enabled .fixed-active .tbs.blog-description {
	color: #999 !important;
}
.fixNav-enabled .fixed-active .header-logo img {
	max-width: 170px !important;
}
.fixNav-enabled .fixed-active .header-logo img.logo-default {
	display: none;
}
.fixNav-enabled .fixed-active .header-logo img.logo-fixed {
	display: inline-block;
}
.fixNav-enabled .fixed-active .menu-wrapper {
	max-height: 0;
}
.fixNav-enabled .fixed-active .menu-wrapper .menu > li > a {
	color: #000;
}
.fixNav-enabled .fixed-active .menu-wrapper .menu > li > a:hover {
	color: #8a8a8a;
}
.fixNav-enabled .fixed-active .menu-wrapper .menu > li > a:after {
	color: #000 !important;
}
.fixNav-enabled .fixed-active .menu-wrapper:hover {
	overflow: visible;
}
.fixNav-enabled .fixed-active header {
	padding-bottom: 0;
}
.fixNav-enabled .fixed-active.fixed-active-animate .header-wrapper {
	top: 0;
	visibility: visible;
}
.fixNav-enabled .fixed-active.fixed-active-animate .header-wrapper .menu-wrapper {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.fixNav-enabled.admin-bar .header-wrapper {
	top: auto;
}
.fixNav-enabled.admin-bar .fixed-active {
	top: auto;
}
.fixNav-enabled.admin-bar .fixed-active .header-wrapper {
	top: -100px;
}
.fixNav-enabled.admin-bar .fixed-active.fixed-active-animate {
	top: 32px;
}
.languages-area {
	float: left;
	height: 23px;
}
.languages-area #lang_sel li {
	z-index: 1;
	width: 170px;
}
.languages-area .lang_sel_list_horizontal a {
	background-color: transparent !important;
	color: #FFF !important;
	line-height: 20px !important;
}
.languages-area .lang_sel_list_horizontal a:hover {
	color: #8a8a8a;
}
.languages-area .lang_sel_list_horizontal #lang_sel_list img.iclflag {
	top: 0;
}
.languages-area .lang_sel_list_horizontal#lang_sel_list {
	font-size: 11px !important;
	height: 20px;
}
.languages-area .lang_sel_list_horizontal#lang_sel_list li {
	margin-right: 5px !important;
}
.languages-area .widget_icl_lang_sel_widget + .widget_currency_sel_widget,
.languages-area .widget_currency_sel_widget + .widget_icl_lang_sel_widget {
	position: relative;
}
.languages-area .widget_icl_lang_sel_widget + .widget_currency_sel_widget:before,
.languages-area .widget_currency_sel_widget + .widget_icl_lang_sel_widget:before {
	content: "";
	display: inline-block;
	float: left;
	left: -20px;
	width: 1px;
	height: 8px;
	background: #fff;
	margin: 6px 12px 0;
}
.languages-area .widget_icl_lang_sel_widget {
	float: left;
	padding-top: 3px;
}
.languages-area .widget_icl_lang_sel_widget #lang_sel a.lang_sel_sel {
	background-image: url(images/select-arrow.jpg);
	background-position: 97% 50%;
	background-repeat: no-repeat;
}
.languages-area .widget_currency_sel_widget {
	float: left;
	margin-right: 20px;
	padding-top: 3px;
}
.languages-area .widget_currency_sel_widget select {
	height: 26px;
	line-height: 20px;
	border: 1px solid #cdcdcd;
	min-width: 70px;
}
.languages-area .widget_currency_sel_widget ul.wcml_currency_switcher li {
	border: none;
	font-size: 11px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.languages-area .widget_currency_sel_widget ul.wcml_currency_switcher li:hover {
	color: #8a8a8a;
}
.languages-area .widget_currency_sel_widget .wcml_currency_switcher.curr_list_horizontal {
	display: inline-block;
}
.links {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.links li {
	display: inline-block;
	position: relative;
}
.links li a:hover {
	text-decoration: underline;
}
.navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-toggle.show-nav .icon-bar {
	background-color: #3d3d3d;
}
.navbar-toggle {
	border-color: #DDD;
	float: left;
	margin: 59px 30px 0 0;
	background: #dfdfdf;
}
.navbar-toggle.collapsed {
	background: #F8F8F8;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
	max-height: none;
}
.collapse {
	vertical-align: middle;
}
.tbs {
	display: table-cell;
	vertical-align: middle;
}
.tbs.blog-description {
	width: 33.33%;
}
.navbar {
	margin-bottom: 0;
	padding: 40px 0;
	display: table;
	margin: 0;
	width: 100%;
}
.navbar .container-fluid {
	display: table-row;
}
.languages {
	float: left;
}
.languages li {
	margin-right: 8px;
	font-size: 12px;
	line-height: 28px;
}
.languages li.lastItem {
	margin-right: 0;
}
.languages li.lastItem:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 8px;
	background: #fff;
	margin: 7px 12px 0;
}
.languages li a {
	font-size: 12px;
}
.languages li.active {
	font-weight: 400;
}
.currency {
	float: left;
	margin-left: 14px;
}
.currency li {
	font-size: 11px;
	margin-right: 8px;
	line-height: 26px;
}
.currency li.lastItem {
	margin-right: 0;
}
.currency li a {
	font-size: 11px;
}
.currency li:first-child a:before {
	content: "";
	width: 1px;
	height: 10px;
	top: 1px;
	display: inline-block;
	position: relative;
	left: -12px;
	background-color: #8a8a8a;
}
.top-links {
	float: right;
	padding-top: 3px;
	padding-bottom: 3px;
}
.top-links li.lastItem a:after {
	content: none;
}
.top-links li:after {
	content: 'I';
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	width: 1px;
	height: 8px;
	margin: 2px 12px 0;
}
.top-links li:last-child:after {
	display: none;
}
.top-links li.popup_link:before {
	content: "\f003";
	position: relative;
	left: -10px;
	font-family: FontAwesome;
	-webkit-transition: color 0.25s ease-in-out;
	-moz-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}
.top-links li.popup_link:hover:before {
	text-decoration: none;
}
.top-links li.popup_link:after {
	-webkit-transition: color 0.25s ease-in-out;
	-moz-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}
.top-links .lastItem:after {
	content: none;
}
.topbar-widget {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	margin-left: 15px;
	font-size: 13px;
	font-weight: 400;
}
.topbar-widget ul li {
	display: inline-block;
	list-style: none;
}
.topbar-widget ul {
	display: inline-block;
	margin-bottom: 0;
}
.topbar-widget p {
	margin-bottom: 0;
}
.topbar-widget .menu-social-icons {
	top: 0 !important;
}
.topbar-widget .menu-social-icons li {
	margin-right: 0;
}
.topbar-widget .menu-social-icons li:after {
	display: none;
}
.topbar-widget .menu-social-icons li i {
	height: auto;
	font-size: 14px;
	line-height: 11px;
	width: 23px;
	color: #FFF;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.main-header > .container {
	position: relative;
}
.header-logo {
	float: none;
	display: table-cell;
	vertical-align: middle;
	width: 33.33% !important;
	position: relative;
	text-align: center;
}
.header-logo img {
	max-width: 280px;
}
.header-logo img.logo-fixed {
	display: none;
}
/* Header Search / #search */
.navbar-right {
	padding: 0;
	float: none !important;
	display: table-cell;
	vertical-align: middle;
	min-width: 100px;
	width: 33.33% !important;
	text-align: right;
}
.navbar-right span {
	/* display: inline-block; */
	padding-right: 15px;
}
.navbar-right a.popup-with-form {
	color: #3d3d3d;
}
.navbar-right .header-search {
	display: inline-block;
}
.navbar-right .header-search input[type="text"] {
	width: 170px;
	display: inline-block;
	padding-right: 30px;
	color: #999 !important;
	font-size: 12px;
}
.navbar-right .header-search button[type="submit"] {
	display: inline-block;
	font-size: 0;
	position: relative;
	margin-left: -36px;
	top: 1px;
	background-color: transparent;
	text-align: center;
	line-height: 12px;
	padding: 7px 10px;
	width: 36px;
}
.navbar-right .header-search button[type="submit"] i {
	font-size: 14px;
	color: #999;
}
.navbar-right .header-search .search-dropdown .popup-with-form {
	display: none;
}
.navbar-right .navbar-right {
	float: right !important;
	width: 100% !important;
}
.header-search .search-with-form {
	position: relative;
}
.header-search .search-with-form .popup-with-form span {
	display: none;
}
.header-search .search-with-form .popup-with-form i {
	font-size: 18px;
	line-height: 18px;
	padding-top: 5px;
}
.header-search .search-with-form form {
	position: absolute;
	z-index: 1000;
	top: 65px;
	width: 350px;
	right: 0;
	padding: 20px;
	visibility: hidden;
	opacity: 0;
	border: 1px solid #e6e6e6;
	background-color: #FFF;
}
.header-search .search-with-form form button[type="submit"] {
	font-size: 0.9285em;
	background-color: #262626;
	float: right;
	width: auto;
	color: #fff;
	height: 34px;
	top: 0 !important;
	line-height: 20px;
}
.header-search .search-with-form form button[type="submit"] i {
	display: none;
}
.header-search .search-with-form form button[type="submit"]:hover {
	background-color: #000;
}
.header-search .search-with-form form input[type="text"] {
	float: left;
	height: 34px;
	width: 215px;
	font-size: 1em !important;
	padding-right: 10px;
}
.header-search .search-with-form form input[type="text"]:focus {
	border-color: #000 !important;
}
.header-search .search-with-form form:before {
	content: '';
	display: block;
	top: -15px;
	left: auto;
	right: 0;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #E6E6E6;
	border-width: 7px 8px;
	margin-left: -6px;
}
.header-search .search-with-form:hover form {
	visibility: visible;
	opacity: 1;
	top: 50px;
}
.header-search .search-with-form:hover form:after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	top: -30px;
	left: 30px;
}
.page-heading-slider {
	float: left;
	width: 100%;
}
.move-bottom-button {
	width: 50px;
	height: 50px;
	display: block;
	font-size: 0;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-image: url(images/move-bottom.png);
	background-repeat: no-repeat;
	background-position: center center;
}
/*===========================*/
/* Register & Login Blocks
/*==========================*/
.register-link,
.login-link {
	position: relative;
}
.register-link .register-popup,
.login-link .register-popup,
.register-link .login-popup,
.login-link .login-popup {
	visibility: hidden;
	opacity: 0;
	z-index: 10000;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease 0.25s;
	-ms-transition: all 0.3s ease 0.25s;
	-o-transition: all 0.3s ease 0.25s;
	transition: all 0.3s ease 0.25s;
	padding: 20px 25px 10px;
	width: 300px;
	background: #fff;
	border: 2px solid #E6E6E6;
	position: fixed;
	top: 51px;
	left: auto;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #767676;
	-webkit-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.07000000000000001);
	box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.07000000000000001);
}
.register-link .register-popup:before,
.login-link .register-popup:before,
.register-link .login-popup:before,
.login-link .login-popup:before {
	content: ' ';
	display: block;
	top: -15px;
	left: 149px;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #E6E6E6;
	border-width: 7px 8px;
	margin-left: -6px;
}
.register-link .register-popup .popup-title,
.login-link .register-popup .popup-title,
.register-link .login-popup .popup-title,
.login-link .login-popup .popup-title {
	float: left;
	width: 100%;
	margin: -10px 0 20px;
	border-bottom: 1px solid #252525;
}
.register-link .register-popup .popup-title span,
.login-link .register-popup .popup-title span,
.register-link .login-popup .popup-title span,
.login-link .login-popup .popup-title span {
	font-size: 15px;
	font-weight: 500;
	color: #252525;
	background-color: #FFF;
	padding-right: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	top: 10px;
}
.register-link .register-popup .login-remember,
.login-link .register-popup .login-remember,
.register-link .login-popup .login-remember,
.login-link .login-popup .login-remember {
	margin-bottom: 0;
}
.register-link .register-popup .login-remember label,
.login-link .register-popup .login-remember label,
.register-link .login-popup .login-remember label,
.login-link .login-popup .login-remember label {
	margin-top: 5px;
}
.register-link .register-popup p,
.login-link .register-popup p,
.register-link .login-popup p,
.login-link .login-popup p {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.register-link .register-popup label,
.login-link .register-popup label,
.register-link .login-popup label,
.login-link .login-popup label {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 400;
}
.register-link .register-popup input,
.login-link .register-popup input,
.register-link .login-popup input,
.login-link .login-popup input {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
	height: 40px;
	padding: 10px;
	margin-bottom: 5px;
}
.register-link .register-popup input:focus,
.login-link .register-popup input:focus,
.register-link .login-popup input:focus,
.login-link .login-popup input:focus {
	outline: none;
	border-color: #252525;
}
.register-link .register-popup input[type=submit],
.login-link .register-popup input[type=submit],
.register-link .login-popup input[type=submit],
.login-link .login-popup input[type=submit] {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px !important;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 10px;
	padding: 10px 22px;
}
.register-link .register-popup a.border-grey,
.login-link .register-popup a.border-grey,
.register-link .login-popup a.border-grey,
.login-link .login-popup a.border-grey {
	background-color: #B8B8B8;
	border-color: #B8B8B8;
	padding: 10px 22px;
	margin-top: 10px;
	font-size: 13px !important;
	float: right;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.register-link .register-popup a.border-grey:hover,
.login-link .register-popup a.border-grey:hover,
.register-link .login-popup a.border-grey:hover,
.login-link .login-popup a.border-grey:hover {
	background-color: #262626;
	border-color: #262626;
	color: #FFF;
}
.register-link .register-popup .popup-terms,
.login-link .register-popup .popup-terms,
.register-link .login-popup .popup-terms,
.login-link .login-popup .popup-terms {
	font-size: 14px !important;
	margin-bottom: 0px;
}
.register-link .register-popup .popup-terms a,
.login-link .register-popup .popup-terms a,
.register-link .login-popup .popup-terms a,
.login-link .login-popup .popup-terms a {
	color: #8a8a8a;
	text-transform: none;
	font-size: 14px;
}
.register-link .register-popup .popup-terms a:hover,
.login-link .register-popup .popup-terms a:hover,
.register-link .login-popup .popup-terms a:hover,
.login-link .login-popup .popup-terms a:hover {
	color: #252525;
}
.register-link .register-popup .form-row.right,
.login-link .register-popup .form-row.right,
.register-link .login-popup .form-row.right,
.login-link .login-popup .form-row.right {
	margin-bottom: 10px;
}
.register-link .register-popup,
.login-link .register-popup {
	left: -250px;
}
.register-link .register-popup:before,
.login-link .register-popup:before {
	left: 260px;
}
.register-link:hover .register-popup,
.login-link:hover .register-popup,
.register-link:hover .login-popup,
.login-link:hover .login-popup {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	top: 36px;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.et-register-form {
	display: inline-block;
	width: 100%;
}
.et-register-form .form-row.right {
	display: inline-block;
	float: right;
}
.et-register-form .form-row.right .btn {
	float: right;
}
.woocommerce-account .sidebar {
	display: none !important;
}
.woocommerce-account.logged-in .sidebar.sidebar-left {
	display: block !important;
}
.woocommerce-account.logged-in .content {
	width: 75% !important;
}
.woocommerce-account.logged-in .sidebar-position-without .content {
	width: 100% !important;
}
.woocommerce-account form fieldset {
	padding: 1px;
	margin-top: 10px;
}
.woocommerce-account form fieldset legend {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}
.woocommerce-account .woocommerce > h3 {
	font-size: 30px;
}
.addresses {
	margin-bottom: 30px;
}
.register-link .btn-black {
	width: 100% !important;
	color: #fff;
}
.captcha-block {
	float: left;
	width: auto;
	margin-bottom: 20px;
}
.captcha-block img {
	float: left;
	margin-top: 8px;
}
.captcha-block input {
	float: left !important;
	width: 70px !important;
	margin-top: 8px;
	height: 24px !important;
	padding: 2px 10px !important;
	margin-left: 20px;
}
.spinner {
	display: none;
}
/*---------------------------------------------------------------*/
/* Shopping Cart Widget / #cart-widget */
/*---------------------------------------------------------------*/
.shopping-container,
.cart_list.product_list_widget {
	float: right;
	position: relative;
}
.shopping-container ul > li:first-child,
.cart_list.product_list_widget ul > li:first-child {
	padding-top: 20px;
}
.shopping-container .medium-h,
.cart_list.product_list_widget .medium-h {
	border-bottom: 1px solid  #e4e4e4;
}
.shopping-container .media a img,
.cart_list.product_list_widget .media a img {
	max-width: 80px;
}
.shopping-container .small-h,
.cart_list.product_list_widget .small-h {
	font-size: 16px;
	color: #252525;
	line-height: 25px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	border-bottom: none;
}
.shopping-container .big-coast,
.cart_list.product_list_widget .big-coast {
	color: #252525;
	font-size: 16px;
	font-weight: 400;
	padding-right: 0;
}
.shopping-container .big-coast span,
.cart_list.product_list_widget .big-coast span {
	padding-right: 0;
}
.shopping-container .big-coast:hover,
.cart_list.product_list_widget .big-coast:hover {
	color: #252525;
}
.shopping-container .btn.border-grey,
.cart_list.product_list_widget .btn.border-grey {
	padding: 10px 6px !important;
	margin-bottom: 10px;
	font-size: 13px !important;
	background-color: #B8B8B8;
	border-color: #B8B8B8;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.shopping-container .btn.border-grey:hover,
.cart_list.product_list_widget .btn.border-grey:hover {
	background-color: #8a8a8a;
	border: 1px solid #8a8a8a;
	color: #fff;
}
.cart_list.product_list_widget {
	float: left;
	width: 100%;
}
.shopping-container:hover .cart-popup-container {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	top: 57px;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.shopping-container:hover .cart-popup-container:after {
	content: "";
	position: absolute;
	top: -37px;
	height: 37px;
	width: 100%;
	left: 10px;
	display: block;
}
.cart-design-1 .shopping-cart-widget {
	padding: 0 0;
	border: none;
}
.cart-design-1 .shopping-cart-widget .shop-text,
.cart-design-1 .shopping-cart-widget .total,
.cart-design-1 .shopping-cart-widget .badge-number {
	display: none;
}
.cart-design-1 .shopping-cart-widget .cart-bag {
	position: relative;
	padding-top: 3px;
	right: 0;
	margin-left: 20px;
}
.cart-design-1 .shopping-cart-widget .ico-sum {
	width: 18px;
	height: 21px;
	background: url(images/icons-sprite.png) no-repeat 0 0;
	display: block;
	background-position: -7px -6px;
}
.cart-design-2 .shopping-cart-widget {
	padding: 0;
	border: none;
	margin-left: 20px;
}
.cart-design-2 .shopping-cart-widget .shop-text {
	margin-top: 4px;
	font-size: 0px;
	text-transform: none;
	padding-right: 0;
	font-family: Georgia;
	color: #909090;
	display: inline-block !important;
}
.cart-design-2 .shopping-cart-widget .shop-text .total {
	color: #292929;
	padding-right: 0;
	font-weight: 500;
	font-size: 14px;
}
.cart-design-2 .shopping-cart-widget .shop-text .total span {
	padding-right: 0;
}
.cart-design-2 .shopping-cart-widget .cart-bag {
	margin-left: 17px;
	height: 25px;
	position: relative;
	display: inline-block;
	padding: 0;
	right: 0;
	top: 2px;
	float: right;
	text-align: center;
}
.cart-design-2 .shopping-cart-widget .cart-bag:before {
	content: "";
	position: relative;
	display: block;
	z-index: 1;
	width: 14px;
	height: 26px;
	top: -8px;
	left: 50%;
	background-color: transparent;
	border: 2px solid #3d3d3d;
	border-radius: 15px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: top 0.3s ease-in-out;
	-moz-transition: top 0.3s ease-in-out;
	-ms-transition: top 0.3s ease-in-out;
	-o-transition: top 0.3s ease-in-out;
	transition: top 0.3s ease-in-out;
}
.cart-design-2 .shopping-cart-widget .cart-bag:hover:before {
	top: -10px;
}
.cart-design-2 .shopping-cart-widget .cart-bag .badge-number {
	background-color: #fff;
	color: #fff;
	display: block;
	min-width: 20px;
	border: 2px solid #3d3d3d;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-weight: 600;
	z-index: 1;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
	line-height: 16px;
	margin-top: -25px;
	right: 0;
	padding: 0 5px !important;
	position: relative;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.cart-design-2 .shopping-cart-widget .cart-bag .badge-number:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	z-index: -1;
	box-shadow: inset 0 0 0 35px #3d3d3d;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
	transition: box-shadow 0.3s, transform 0.3s;
}
.cart-design-2 .shopping-cart-widget .cart-bag .badge-number:after {
	content: "";
	width: 100%;
	position: absolute;
	display: none !important;
	bottom: -6px;
	height: 2px;
	left: -2px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-color: #3d3d3d;
	border-left: 2px solid #3d3d3d;
	border-right: 2px solid #3d3d3d;
	display: block;
}
.cart-design-2 .shopping-cart-widget .cart-bag .badge-number:hover {
	color: #252525;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.cart-design-2 .shopping-cart-widget .cart-bag .badge-number:hover:before {
	box-shadow: inset 0 0 0 1px #3d3d3d;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
	-webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
	transition: box-shadow 0.3s, transform 0.3s;
}
.cart-design-2 .shopping-cart-widget .ico-sum {
	background: none;
	display: none;
}
@media (min-width: 992px) {
	.cart-design-2.design-white .shop-text,
	.breadcrumbs-type-8:not(.home) .cart-design-2 .shop-text,
	.breadcrumbs-type-8:not(.home) .header-wrapper:not(.header-vertical) .cart-design-2 .shop-text,
	.cart-design-2.design-white .total,
	.breadcrumbs-type-8:not(.home) .cart-design-2 .total,
	.breadcrumbs-type-8:not(.home) .header-wrapper:not(.header-vertical) .cart-design-2 .total {
		color: #FFF !important;
	}
	.cart-design-2.design-white .cart-bag:before,
	.breadcrumbs-type-8:not(.home) .cart-design-2 .cart-bag:before,
	.breadcrumbs-type-8:not(.home) .header-wrapper:not(.header-vertical) .cart-design-2 .cart-bag:before {
		border-color: #fff;
	}
	.cart-design-2.design-white .cart-bag .badge-number,
	.breadcrumbs-type-8:not(.home) .cart-design-2 .cart-bag .badge-number,
	.breadcrumbs-type-8:not(.home) .header-wrapper:not(.header-vertical) .cart-design-2 .cart-bag .badge-number {
		border-color: #fff;
		color: #3d3d3d;
		line-height: 16px !important;
		padding: 0 5px !important;
		min-width: 20px !important;
	}
	.cart-design-2.design-white .cart-bag .badge-number:before,
	.breadcrumbs-type-8:not(.home) .cart-design-2 .cart-bag .badge-number:before,
	.breadcrumbs-type-8:not(.home) .header-wrapper:not(.header-vertical) .cart-design-2 .cart-bag .badge-number:before {
		-webkit-box-shadow: inset 0 0 0 35px #fff;
		box-shadow: inset 0 0 0 35px #fff;
	}
	.cart-design-2.design-white .cart-bag .badge-number:after,
	.breadcrumbs-type-8:not(.home) .cart-design-2 .cart-bag .badge-number:after,
	.breadcrumbs-type-8:not(.home) .header-wrapper:not(.header-vertical) .cart-design-2 .cart-bag .badge-number:after {
		background-color: #fff;
		border-left: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	.cart-design-2.design-white .cart-bag .badge-number:hover:before,
	.breadcrumbs-type-8:not(.home) .cart-design-2 .cart-bag .badge-number:hover:before,
	.breadcrumbs-type-8:not(.home) .header-wrapper:not(.header-vertical) .cart-design-2 .cart-bag .badge-number:hover:before {
		-webkit-box-shadow: inset 0 0 0 1px #fff;
		box-shadow: inset 0 0 0 1px #fff;
	}
	.cart-design-2.design-white .shop-text,
	.breadcrumbs-type-8:not(.home) .cart-design-2 .shop-text,
	.breadcrumbs-type-8:not(.home) .header-wrapper:not(.header-vertical) .cart-design-2 .shop-text {
		margin-top: 5px;
	}
	.header-vertical-enable .navbar-right {
		text-align: center;
		margin-top: 20px;
	}
	.header-vertical-enable .cart-design-2 {
		float: none;
		display: inline-block;
	}
}
.fixNav-enabled .fixed-active .cart-design-2.design-white .shop-text,
.fixNav-enabled.home .fixed-active .header-type-3.slider-overlap .cart-design-2 .shop-text,
.fixNav-enabled.home .fixed-active .header-type-6.slider-overlap .cart-design-2 .shop-text,
.fixNav-enabled.breadcrumbs-type-8 .fixed-active .header-wrapper .cart-design-2 .shop-text,
.fixNav-enabled .fixed-active .cart-design-2.design-white .total,
.fixNav-enabled.home .fixed-active .header-type-3.slider-overlap .cart-design-2 .total,
.fixNav-enabled.home .fixed-active .header-type-6.slider-overlap .cart-design-2 .total,
.fixNav-enabled.breadcrumbs-type-8 .fixed-active .header-wrapper .cart-design-2 .total {
	color: #3d3d3d !important;
}
.fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag,
.fixNav-enabled.home .fixed-active .header-type-3.slider-overlap .cart-design-2 .cart-bag,
.fixNav-enabled.home .fixed-active .header-type-6.slider-overlap .cart-design-2 .cart-bag,
.fixNav-enabled.breadcrumbs-type-8 .fixed-active .header-wrapper .cart-design-2 .cart-bag {
	top: 3px;
}
.fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag:before,
.fixNav-enabled.home .fixed-active .header-type-3.slider-overlap .cart-design-2 .cart-bag:before,
.fixNav-enabled.home .fixed-active .header-type-6.slider-overlap .cart-design-2 .cart-bag:before,
.fixNav-enabled.breadcrumbs-type-8 .fixed-active .header-wrapper .cart-design-2 .cart-bag:before {
	border-color: #3d3d3d;
}
.fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag .badge-number,
.fixNav-enabled.home .fixed-active .header-type-3.slider-overlap .cart-design-2 .cart-bag .badge-number,
.fixNav-enabled.home .fixed-active .header-type-6.slider-overlap .cart-design-2 .cart-bag .badge-number,
.fixNav-enabled.breadcrumbs-type-8 .fixed-active .header-wrapper .cart-design-2 .cart-bag .badge-number {
	border-color: #3d3d3d !important;
	color: #fff;
	line-height: 16px !important;
	padding: 0 5px !important;
	min-width: 20px !important;
}
.fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag .badge-number:before,
.fixNav-enabled.home .fixed-active .header-type-3.slider-overlap .cart-design-2 .cart-bag .badge-number:before,
.fixNav-enabled.home .fixed-active .header-type-6.slider-overlap .cart-design-2 .cart-bag .badge-number:before,
.fixNav-enabled.breadcrumbs-type-8 .fixed-active .header-wrapper .cart-design-2 .cart-bag .badge-number:before {
	-webkit-box-shadow: inset 0 0 0 35px #3d3d3d;
	box-shadow: inset 0 0 0 35px #3d3d3d;
}
.fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag .badge-number:after,
.fixNav-enabled.home .fixed-active .header-type-3.slider-overlap .cart-design-2 .cart-bag .badge-number:after,
.fixNav-enabled.home .fixed-active .header-type-6.slider-overlap .cart-design-2 .cart-bag .badge-number:after,
.fixNav-enabled.breadcrumbs-type-8 .fixed-active .header-wrapper .cart-design-2 .cart-bag .badge-number:after {
	background-color: #3d3d3d;
	border-left: 2px solid #3d3d3d;
	border-right: 2px solid #3d3d3d;
}
.fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag .badge-number:hover,
.fixNav-enabled.home .fixed-active .header-type-3.slider-overlap .cart-design-2 .cart-bag .badge-number:hover,
.fixNav-enabled.home .fixed-active .header-type-6.slider-overlap .cart-design-2 .cart-bag .badge-number:hover,
.fixNav-enabled.breadcrumbs-type-8 .fixed-active .header-wrapper .cart-design-2 .cart-bag .badge-number:hover {
	color: #3d3d3d;
}
.fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag .badge-number:hover:before,
.fixNav-enabled.home .fixed-active .header-type-3.slider-overlap .cart-design-2 .cart-bag .badge-number:hover:before,
.fixNav-enabled.home .fixed-active .header-type-6.slider-overlap .cart-design-2 .cart-bag .badge-number:hover:before,
.fixNav-enabled.breadcrumbs-type-8 .fixed-active .header-wrapper .cart-design-2 .cart-bag .badge-number:hover:before {
	-webkit-box-shadow: inset 0 0 0 1px #3d3d3d;
	box-shadow: inset 0 0 0 1px #3d3d3d;
}
.fixNav-enabled .fixed-active .cart-design-2.design-white .shop-text,
.fixNav-enabled.home .fixed-active .header-type-3.slider-overlap .cart-design-2 .shop-text,
.fixNav-enabled.home .fixed-active .header-type-6.slider-overlap .cart-design-2 .shop-text,
.fixNav-enabled.breadcrumbs-type-8 .fixed-active .header-wrapper .cart-design-2 .shop-text {
	margin-top: 5px;
}
.cart-popup-container {
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	padding: 20px 25px 25px;
	width: 300px;
	text-align: left;
	background: #fff;
	border: 1px solid #E6E6E6;
	position: absolute;
	top: 65px;
	right: 0;
}
.cart-popup-container p {
	font-size: 14px;
	color: #737373;
	margin: 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #e6e6e6;
}
.cart-popup-container .cart-popup .empty {
	margin-bottom: 0;
}
.cart-popup-container:before {
	content: '';
	display: block;
	top: -15px;
	left: auto;
	right: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #E6E6E6;
	border-width: 7px 8px;
	margin-left: -6px;
}
.cart-summ {
	color: #000;
}
.cart-summ:hover,
.cart-summ:focus {
	color: #000;
	text-decoration: none;
}
.order-list {
	padding: 0;
	list-style: none;
	margin: 0 0 1.0714em;
}
.order-list li {
	width: 100%;
	border-bottom: 1px solid #E4E4E4;
	padding: 0.7142em 0 0.7142em !important;
	position: relative;
}
.order-list .media-heading a {
	font-size: 0.9285em;
	line-height: 1.0714em;
	text-transform: uppercase;
}
.order-list .descr-box {
	line-height: 1.5714em;
}
.order-list .descr-box dl {
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.order-list .descr-box dl dt,
.order-list .descr-box dl dd {
	font-size: 0.8571em;
	color: #767676;
	display: block;
	font-weight: 400;
	float: left;
	clear: both;
}
.order-list .descr-box dl dt p,
.order-list .descr-box dl dd p {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 3px;
	border-bottom: none;
	line-height: 1.2857em;
	font-size: 0.8571em;
	color: #252525;
}
.order-list .descr-box dl dd {
	margin-right: 5px;
	clear: none;
}
.order-list .size {
	font-size: 0.8571em;
	color: #767676;
	display: block;
}
.order-list .media {
	margin-top: 0;
}
.order-list .media-body {
	padding-right: 1.5em;
}
.order-list .coast {
	color: #000;
}
.medium-coast {
	font-weight: 400;
}
.close-order-li {
	background: url('images/icons-sprite.png') no-repeat -7px -73px;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 16px;
	border: none;
}
.close-order-li:hover {
	opacity: 0.8;
}
.big-coast {
	font-weight: 500;
	margin-bottom: 1.4285em;
}
.big-coast:hover {
	text-decoration: none;
}
.bottom-btn .btn {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bottom-btn .btn.btn-grey {
	margin-bottom: 3px;
}
.bottom-btn .btn.btn-black:hover {
	background-color: #8a8a8a;
	border-color: #8a8a8a;
}
/*===========================*/
/* Header cutom widgets
/*==========================*/
.header-wrapper .widget-container {
	margin-bottom: 0;
}
/*===========================*/
/* Breadcrumbs / #breadcrumbs
/*==========================*/
.page-heading {
	padding: 1.7857em 0;
	margin-bottom: 2.142em;
	text-align: center;
}
.page-heading.bc-type-default,
.page-heading.bc-type-2 {
	text-transform: uppercase;
}
.page-heading.bc-type-default .title,
.page-heading.bc-type-2 .title {
	display: none;
}
.page-heading.bc-type-default a,
.page-heading.bc-type-2 a {
	text-transform: uppercase;
}
.page-heading.bc-type-default .breadcrumbs,
.page-heading.bc-type-2 .breadcrumbs,
.page-heading.bc-type-default .woocommerce-breadcrumb,
.page-heading.bc-type-2 .woocommerce-breadcrumb {
	font-size: 0.8571em;
}
.page-heading.bc-type-default .back-history,
.page-heading.bc-type-2 .back-history {
	font-size: 0.8571em;
}
.page-heading.bc-type-default .breadcrumbs .back-history,
.page-heading.bc-type-2 .breadcrumbs .back-history {
	font-size: 1em;
}
.page-heading.bc-type-2 {
	text-align: left;
}
.page-heading.bc-type-3 {
	padding: 2.8571em 0 2.1428em;
	text-align: center;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.page-heading.bc-type-4 {
	text-align: left;
	padding: 2.8571em 0 2.1428em;
}
.page-heading.bc-type-5,
.page-heading.bc-type-6,
.page-heading.bc-type-7,
.page-heading.bc-type-8 {
	padding: 3.5714em 0;
	background-attachment: fixed !important;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}
.page-heading.bc-type-5 h1.title,
.page-heading.bc-type-6 h1.title,
.page-heading.bc-type-7 h1.title,
.page-heading.bc-type-8 h1.title {
	font-size: 3.4285em;
	color: #FFF;
	margin: 0 auto;
	max-width: 770px;
}
.page-heading.bc-type-5 .delimeter,
.page-heading.bc-type-6 .delimeter,
.page-heading.bc-type-7 .delimeter,
.page-heading.bc-type-8 .delimeter {
	color: #FFF;
}
.page-heading.bc-type-5 .breadcrumbs,
.page-heading.bc-type-6 .breadcrumbs,
.page-heading.bc-type-7 .breadcrumbs,
.page-heading.bc-type-8 .breadcrumbs,
.page-heading.bc-type-5 .woocommerce-breadcrumb,
.page-heading.bc-type-6 .woocommerce-breadcrumb,
.page-heading.bc-type-7 .woocommerce-breadcrumb,
.page-heading.bc-type-8 .woocommerce-breadcrumb {
	color: #FFF;
	font-size: 1em;
}
.page-heading.bc-type-5 .breadcrumbs a,
.page-heading.bc-type-6 .breadcrumbs a,
.page-heading.bc-type-7 .breadcrumbs a,
.page-heading.bc-type-8 .breadcrumbs a,
.page-heading.bc-type-5 .woocommerce-breadcrumb a,
.page-heading.bc-type-6 .woocommerce-breadcrumb a,
.page-heading.bc-type-7 .woocommerce-breadcrumb a,
.page-heading.bc-type-8 .woocommerce-breadcrumb a {
	color: #fff;
}
.page-heading.bc-type-5 .breadcrumbs a:hover,
.page-heading.bc-type-6 .breadcrumbs a:hover,
.page-heading.bc-type-7 .breadcrumbs a:hover,
.page-heading.bc-type-8 .breadcrumbs a:hover,
.page-heading.bc-type-5 .woocommerce-breadcrumb a:hover,
.page-heading.bc-type-6 .woocommerce-breadcrumb a:hover,
.page-heading.bc-type-7 .woocommerce-breadcrumb a:hover,
.page-heading.bc-type-8 .woocommerce-breadcrumb a:hover {
	color: #FFF;
}
.page-heading.bc-type-5 .back-history,
.page-heading.bc-type-6 .back-history,
.page-heading.bc-type-7 .back-history,
.page-heading.bc-type-8 .back-history {
	color: #FFF;
}
.page-heading.bc-type-5 .back-history:hover:before,
.page-heading.bc-type-6 .back-history:hover:before,
.page-heading.bc-type-7 .back-history:hover:before,
.page-heading.bc-type-8 .back-history:hover:before {
	color: #FFF !important;
}
.page-heading.bc-type-6 {
	text-align: left;
}
.page-heading.bc-type-6 h1.title {
	max-width: 100%;
}
.page-heading.bc-type-7,
.page-heading.bc-type-8 {
	background-attachment: scroll !important;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media (min-width: 1400px) {
	.breadcrumbs-type-8 .page-heading.bc-type-8 {
		padding: 20em 0 16.4285em;
	}
}
.page-heading.bc-type-9 {
	display: none !important;
}
.breadcrumbs,
.woocommerce-breadcrumb {
	list-style: none;
	display: block;
	width: 100%;
	padding: 0;
	font-size: 1em;
	font-weight: 400;
	margin: 0;
	color: #999;
}
.breadcrumbs .prev-history a,
.woocommerce-breadcrumb .prev-history a {
	color: #999;
}
.breadcrumbs a,
.woocommerce-breadcrumb a {
	color: #999;
}
.breadcrumbs a:hover,
.woocommerce-breadcrumb a:hover {
	color: #8a8a8a;
}
.breadcrumbs li,
.woocommerce-breadcrumb li {
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.breadcrumbs li a,
.woocommerce-breadcrumb li a {
	color: #8a8a8a;
}
.breadcrumbs li a:hover,
.woocommerce-breadcrumb li a:hover {
	color: #767676;
}
.breadcrumbs li:after,
.woocommerce-breadcrumb li:after {
	content: '/';
	font-size: 0.9285em;
	margin: 0 0.3571em 0 0.5em;
}
.breadcrumbs li.lastItem:after,
.woocommerce-breadcrumb li.lastItem:after {
	display: none;
}
.back-history {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -9px;
	font-size: 1em;
	color: #999;
	font-weight: 400;
}
.back-history:hover,
.back-history:focus {
	text-decoration: none;
}
.back-history:hover:before,
.back-history:focus:before {
	color: #8a8a8a;
}
.back-history:before {
	content: "\f104";
	font-family: FontAwesome;
	padding-right: 0.35714em;
}
.page-wrapper {
	background-color: #FFF;
}
.single-post .back-history {
	display: none;
}
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
.header-type-1 .menu-wrapper .nav-sublist-dropdown {
	top: 59px;
}
.header-type-1 .cart-design-1 .cart-bag {
	padding-top: 3px;
}
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
.header-type-2 .menu-wrapper .menu > li {
	margin-bottom: -5px;
}
.header-type-2 .menu-wrapper .nav-sublist-dropdown {
	top: 59px;
}
.header-type-2 .menu-wrapper .menu > li > a {
	text-transform: none;
	font-size: 16px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.fixed-active .header-type-2 .menu-wrapper {
	border: none;
}
.fixed-active .header-type-2 .menu-wrapper .nav-sublist-dropdown {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
.header-type-3 {
	width: 100%;
}
.header-type-3.slider-overlap {
	z-index: 1000;
}
.header-type-3.slider-overlap .header {
	margin-bottom: 0;
	padding-bottom: 0;
}
.header-type-3.slider-overlap .header .header-logo {
	width: auto !important;
	text-align: left;
}
.header-type-3.slider-overlap .header .menu-wrapper {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.header-type-3.slider-overlap .header .menu-wrapper .menu > li > a {
	text-transform: none;
	font-size: 16px;
}
.header-type-3.slider-overlap .header .header-search {
	margin-top: 1px;
}
.header-type-3.slider-overlap .header .header-search .popup-with-form {
	display: block;
	font-size: 18px;
}
.header-type-3.slider-overlap .header .navbar-right {
	width: auto !important;
}
.header-type-3.slider-overlap .cart-popup-container:before {
	left: auto;
	right: -2px;
	top: -15px;
}
.home .header-type-3 .header {
	background-color: transparent;
}
.fixed-active .header-type-3 .menu-wrapper {
	max-height: none !important;
}
.fixed-active .header-type-3 .menu-wrapper .menu > li > a {
	color: #000;
}
.fixed-active .header-type-3 .menu-wrapper .menu > li > a:hover {
	color: #8a8a8a;
}
.fixed-active .header-type-3 .header .header-search .popup-with-form {
	color: #3d3d3d !important;
}
.fixed-active .header-type-3 .header .shopping-cart-widget .ico-sum {
	background-position: -7px -6px !important;
}
.home .header-type-3.slider-overlap {
	position: absolute;
}
.home .header-type-3 .top-bar {
	background-color: rgba(0, 0, 0, 0.3);
}
.home .header-type-3 .header .header-logo {
	width: auto !important;
	text-align: left;
}
.home .header-type-3 .header .menu-wrapper {
	border-top: none;
	text-align: right;
}
.home .header-type-3 .header .menu-wrapper .menu > li > a {
	text-transform: none;
	font-size: 16px;
}
.home .header-type-3 .header .header-search .popup-with-form {
	display: block;
	font-size: 18px;
}
.home .header-type-3 .header .navbar-right {
	width: auto !important;
}
.home .header-type-3 .header .cart-design-1 .shopping-cart-widget .ico-sum {
	background-position: -88px -6px;
}
.home .header-type-3 .header .menu-icon {
	color: #FFF;
	cursor: pointer;
}
.page-heading-slider .wpb_revslider_element {
	overflow: hidden;
}
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
body .fixed-icon {
	display: none;
}
body.home .fixed-icon {
	display: block;
	position: fixed;
	top: 65px;
	left: -500px;
	color: #fff;
	font-size: 30px;
	opacity: 1;
	z-index: 5000;
	cursor: pointer;
	transition: opacity .3s, left .4s, color 0.3s;
	-webkit-transition: opacity .3s, left .4s, color 0.3s;
	-moz-transition: opacity .3s, left .4s, color 0.3s;
}
body.home .header-type-4,
body.home .header-type-11 {
	position: absolute;
	-webkit-transform: translateZ(0px);
	top: 30px;
	left: 30px;
	bottom: 0;
	background: transparent;
	z-index: 5000;
	width: 315px;
	text-align: center;
	transition: left .3s !important;
	-webkit-transition: left .3s !important;
	-moz-transition: left .3s !important;
}
body.home .header-type-4 header,
body.home .header-type-11 header {
	background-color: transparent;
}
body.home .header-type-4 .top-bar,
body.home .header-type-11 .top-bar {
	display: none;
}
body.home .header-type-4 .container .navbar-right,
body.home .header-type-11 .container .navbar-right,
body.home .header-type-4 .container .tbs.blog-description,
body.home .header-type-11 .container .tbs.blog-description {
	display: none;
}
body.home .header-type-4 .container .header-logo,
body.home .header-type-11 .container .header-logo {
	display: block;
	width: 100% !important;
	text-align: left;
}
body.home .header-type-4 .container .header-logo img,
body.home .header-type-11 .container .header-logo img {
	max-width: 240px;
}
body.home .header-type-4 .container .menu > li,
body.home .header-type-11 .container .menu > li {
	width: 100%;
}
body.home .header-type-4 .container .menu > li > a,
body.home .header-type-11 .container .menu > li > a {
	color: #FFF;
	font-size: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-transform: uppercase;
}
body.home .header-type-4 .container .menu > li .nav-sublist-dropdown,
body.home .header-type-11 .container .menu > li .nav-sublist-dropdown {
	right: -50px;
	left: auto;
	top: -12px !important;
	background-color: rgba(38, 38, 38, 0.95);
	opacity: 0.95;
}
body.home .header-type-4 .container .menu > li .nav-sublist-dropdown ul,
body.home .header-type-11 .container .menu > li .nav-sublist-dropdown ul {
	border: none;
	padding: 20px 0;
}
body.home .header-type-4 .container .menu > li .nav-sublist-dropdown ul .nav-sublist ul,
body.home .header-type-11 .container .menu > li .nav-sublist-dropdown ul .nav-sublist ul {
	background-color: rgba(38, 38, 38, 0.95);
	opacity: 0.95;
	top: -20px;
}
body.home .header-type-4 .container .menu > li .nav-sublist-dropdown li a,
body.home .header-type-11 .container .menu > li .nav-sublist-dropdown li a {
	color: #bdbdbd;
	font-size: 14px;
}
body.home .header-type-4 .container .menu > li .nav-sublist-dropdown:before,
body.home .header-type-11 .container .menu > li .nav-sublist-dropdown:before {
	content: "";
	display: block;
	position: absolute;
	left: -14px;
	top: 25px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 14px 11px 0;
	opacity: 0.95;
	border-color: transparent #262626 transparent transparent;
}
body.home .header-type-4 .menu-wrapper,
body.home .header-type-11 .menu-wrapper {
	border-top: none;
	max-height: none !important;
}
body.home .header-type-11 .container .menu > li > a {
	color: #3d3d3d;
}
body.home .template-content.show-fixed:before {
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
body.home .template-content.show-fixed .header-type-4,
body.home .template-content.show-fixed .header-type-11 {
	left: 0 !important;
}
body.home .template-content.show-fixed .fixed-icon {
	left: -500px !important;
	opacity: 1;
}
body.home .template-content.fixed-active .header-type-4,
body.home .template-content.fixed-active .header-type-11 {
	left: -315px;
}
body.home .template-content.fixed-active .fixed-icon {
	color: #3d3d3d;
	left: 40px;
}
body.home .template-content.fixed-active.show-fixed .header-type-4,
body.home .template-content.fixed-active.show-fixed .header-type-11 {
	left: 0;
	position: fixed;
}
@media (min-width: 992px) {
	body.home .header-type-4 .container,
	body.home .header-type-11 .container {
		width: 100%;
	}
	.header-type-7 + .page-heading.bc-type-8,
	.header-type-8 + .page-heading.bc-type-8,
	.header-type-10 + .page-heading.bc-type-8 {
		margin-top: 0 !important;
	}
	.fixNav-enabled .header-wrapper {
		position: relative;
	}
	.home.fixNav-enabled .header-wrapper.slider-overlap {
		position: absolute;
	}
	.mobile-menu-wrapper {
		display: none !important;
	}
	.admin-bar.fixNav-enabled .fixed-active-animate .header-wrapper {
		top: 32px;
	}
	.menu .nav-sublist-dropdown ul > li.menu-item-has-children > .nav-sublist {
		display: none;
	}
	.menu .nav-sublist-dropdown ul > li.menu-item-has-children:hover > .nav-sublist {
		display: block;
	}
}
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
.header-type-5 {
	position: relative;
	background-color: #FFF;
}
.header-type-5 .header {
	margin-bottom: 0;
}
.header-type-5 .header .navbar {
	padding: 25px 0;
}
.header-type-5 .header .header-logo {
	width: auto !important;
	text-align: left;
}
.header-type-5 .header .header-logo img {
	max-width: 250px;
}
.header-type-5 .header .menu-wrapper {
	text-align: right;
	max-height: 100%;
	overflow: visible !important;
	display: table-cell;
	vertical-align: middle;
}
.header-type-5 .header .menu-wrapper .menu > li > a {
	text-transform: uppercase;
}
.header-type-5 .header .header-search {
	line-height: 23px;
}
.header-type-5 .header .header-search form {
	display: none;
}
.header-type-5 .header .header-search form input[type="text"] {
	float: left;
}
.header-type-5 .header .header-search form button {
	float: right;
	top: 5px;
}
.header-type-5 .header .header-search .search-with-form form {
	display: block;
}
.header-type-5 .header .header-search .popup-with-form {
	font-size: 18px;
	display: block;
}
.header-type-5 .header .navbar-right {
	width: auto !important;
}
.header-type-5 .header .navbar-right span {
	padding-right: 0;
}
.header-type-5 .header .menu-icon {
	cursor: pointer;
}
.header-type-5 .advert-block {
	display: none !important;
}
.fixed-active .header-type-5 .navbar-right {
	min-width: 200px;
}
@media (min-width: 992px) {
	.breadcrumbs-type-8:not(.home) .header-wrapper {
		position: absolute;
	}
	.breadcrumbs-type-8:not(.home) .page-wrapper {
		padding-top: 0 !important;
	}
	.breadcrumbs-type-8:not(.home) .top-bar,
	.breadcrumbs-type-8:not(.home) header {
		background-color: transparent;
	}
	.breadcrumbs-type-8:not(.home) .top-bar .navbar,
	.breadcrumbs-type-8:not(.home) header .navbar {
		padding: 20px 0;
	}
	.breadcrumbs-type-8:not(.home) .top-bar .menu > li.menu-item-has-children > a:after,
	.breadcrumbs-type-8:not(.home) header .menu > li.menu-item-has-children > a:after {
		color: #FFF;
	}
	.breadcrumbs-type-8:not(.home) .top-bar .menu > li > a,
	.breadcrumbs-type-8:not(.home) header .menu > li > a {
		color: #FFF;
	}
	.breadcrumbs-type-8:not(.home) .top-bar .shopping-cart-widget .ico-sum,
	.breadcrumbs-type-8:not(.home) header .shopping-cart-widget .ico-sum {
		background-position: -88px -6px !important;
	}
	.breadcrumbs-type-8:not(.home) .top-bar {
		background-color: transparent !important;
	}
	.breadcrumbs-type-8:not(.home) .top-bar .widget_nav_menu .menu > li:after {
		color: #FFF;
	}
	.breadcrumbs-type-8:not(.home) .top-bar .topbar-widget .menu-social-icons li i {
		color: #FFF;
	}
	.breadcrumbs-type-8:not(.home) .top-bar .topbar-widget .menu-social-icons li i:hover {
		color: #ececec;
	}
	.breadcrumbs-type-8:not(.home) .top-bar .languages li.active,
	.breadcrumbs-type-8:not(.home) .top-bar .currency li.active {
		color: #FFF;
	}
	.breadcrumbs-type-8:not(.home) .top-bar a,
	.breadcrumbs-type-8:not(.home) .top-bar .textwidget {
		color: #FFF !important;
	}
	.breadcrumbs-type-8:not(.home) .top-bar .currency li:first-child a:before {
		background-color: #FFF;
	}
	.breadcrumbs-type-8:not(.home) a.popup-with-form {
		color: #FFF;
	}
	.breadcrumbs-type-8 .page-heading.bc-type-8 {
		padding: 14.2857em 0 7.8571em;
	}
	.breadcrumbs-type-8 .page-heading.bc-type-8 h1.title {
		color: #FFF;
		font-size: 4em;
	}
	.breadcrumbs-type-8 .breadcrumbs,
	.breadcrumbs-type-8 .woocommerce-breadcrumb {
		color: #FFF;
	}
	.breadcrumbs-type-8 .breadcrumbs a,
	.breadcrumbs-type-8 .woocommerce-breadcrumb a {
		color: #FFF;
	}
	.breadcrumbs-type-8 .header-type-1 + .page-heading.bc-type-8,
	.breadcrumbs-type-8 .header-type-2 + .page-heading.bc-type-8,
	.breadcrumbs-type-8 .header-type-4 + .page-heading.bc-type-8,
	.breadcrumbs-type-8 .header-type-6 + .page-heading.bc-type-8,
	.breadcrumbs-type-8 .header-type-13 + .page-heading.bc-type-8,
	.breadcrumbs-type-8 .header-type-14 + .page-heading.bc-type-8,
	.breadcrumbs-type-8 .header-type-15 + .page-heading.bc-type-8 {
		padding: 240px 0 120px;
	}
	.breadcrumbs-type-8 .header-type-1 .menu-wrapper,
	.breadcrumbs-type-8 .header-type-2 .menu-wrapper,
	.breadcrumbs-type-8 .header-type-4 .menu-wrapper,
	.breadcrumbs-type-8 .header-type-11 .menu-wrapper,
	.breadcrumbs-type-8 .header-type-13 .menu-wrapper,
	.breadcrumbs-type-8 .header-type-14 .menu-wrapper,
	.breadcrumbs-type-8 .header-type-15 .menu-wrapper,
	.breadcrumbs-type-8 .header-type-16 .menu-wrapper {
		border-top: none;
		border-bottom: none;
	}
	.breadcrumbs-type-8 .header-type-1 .top-content,
	.breadcrumbs-type-8 .header-type-2 .top-content,
	.breadcrumbs-type-8 .header-type-4 .top-content,
	.breadcrumbs-type-8 .header-type-11 .top-content,
	.breadcrumbs-type-8 .header-type-13 .top-content,
	.breadcrumbs-type-8 .header-type-14 .top-content,
	.breadcrumbs-type-8 .header-type-15 .top-content,
	.breadcrumbs-type-8 .header-type-16 .top-content {
		border-bottom: none;
	}
	.breadcrumbs-type-8 .header-type-1 .top-content .header-search .popup-with-form i,
	.breadcrumbs-type-8 .header-type-2 .top-content .header-search .popup-with-form i,
	.breadcrumbs-type-8 .header-type-4 .top-content .header-search .popup-with-form i,
	.breadcrumbs-type-8 .header-type-11 .top-content .header-search .popup-with-form i,
	.breadcrumbs-type-8 .header-type-13 .top-content .header-search .popup-with-form i,
	.breadcrumbs-type-8 .header-type-14 .top-content .header-search .popup-with-form i,
	.breadcrumbs-type-8 .header-type-15 .top-content .header-search .popup-with-form i,
	.breadcrumbs-type-8 .header-type-16 .top-content .header-search .popup-with-form i,
	.breadcrumbs-type-8 .header-type-1 .top-content .shopping-container .shopping-cart-widget .shop-text,
	.breadcrumbs-type-8 .header-type-2 .top-content .shopping-container .shopping-cart-widget .shop-text,
	.breadcrumbs-type-8 .header-type-4 .top-content .shopping-container .shopping-cart-widget .shop-text,
	.breadcrumbs-type-8 .header-type-11 .top-content .shopping-container .shopping-cart-widget .shop-text,
	.breadcrumbs-type-8 .header-type-13 .top-content .shopping-container .shopping-cart-widget .shop-text,
	.breadcrumbs-type-8 .header-type-14 .top-content .shopping-container .shopping-cart-widget .shop-text,
	.breadcrumbs-type-8 .header-type-15 .top-content .shopping-container .shopping-cart-widget .shop-text,
	.breadcrumbs-type-8 .header-type-16 .top-content .shopping-container .shopping-cart-widget .shop-text,
	.breadcrumbs-type-8 .header-type-1 .top-content .shopping-container .shopping-cart-widget .total,
	.breadcrumbs-type-8 .header-type-2 .top-content .shopping-container .shopping-cart-widget .total,
	.breadcrumbs-type-8 .header-type-4 .top-content .shopping-container .shopping-cart-widget .total,
	.breadcrumbs-type-8 .header-type-11 .top-content .shopping-container .shopping-cart-widget .total,
	.breadcrumbs-type-8 .header-type-13 .top-content .shopping-container .shopping-cart-widget .total,
	.breadcrumbs-type-8 .header-type-14 .top-content .shopping-container .shopping-cart-widget .total,
	.breadcrumbs-type-8 .header-type-15 .top-content .shopping-container .shopping-cart-widget .total,
	.breadcrumbs-type-8 .header-type-16 .top-content .shopping-container .shopping-cart-widget .total {
		color: #FFF;
	}
	.breadcrumbs-type-8 .header-type-1 .tbs.blog-description,
	.breadcrumbs-type-8 .header-type-2 .tbs.blog-description,
	.breadcrumbs-type-8 .header-type-4 .tbs.blog-description,
	.breadcrumbs-type-8 .header-type-11 .tbs.blog-description,
	.breadcrumbs-type-8 .header-type-13 .tbs.blog-description,
	.breadcrumbs-type-8 .header-type-14 .tbs.blog-description,
	.breadcrumbs-type-8 .header-type-15 .tbs.blog-description,
	.breadcrumbs-type-8 .header-type-16 .tbs.blog-description,
	.breadcrumbs-type-8 .header-type-1 .navbar-right,
	.breadcrumbs-type-8 .header-type-2 .navbar-right,
	.breadcrumbs-type-8 .header-type-4 .navbar-right,
	.breadcrumbs-type-8 .header-type-11 .navbar-right,
	.breadcrumbs-type-8 .header-type-13 .navbar-right,
	.breadcrumbs-type-8 .header-type-14 .navbar-right,
	.breadcrumbs-type-8 .header-type-15 .navbar-right,
	.breadcrumbs-type-8 .header-type-16 .navbar-right {
		color: #FFF;
	}
	.breadcrumbs-type-8 .header-type-1 .navbar-right .header-search input[type="text"],
	.breadcrumbs-type-8 .header-type-2 .navbar-right .header-search input[type="text"],
	.breadcrumbs-type-8 .header-type-4 .navbar-right .header-search input[type="text"],
	.breadcrumbs-type-8 .header-type-11 .navbar-right .header-search input[type="text"],
	.breadcrumbs-type-8 .header-type-13 .navbar-right .header-search input[type="text"],
	.breadcrumbs-type-8 .header-type-14 .navbar-right .header-search input[type="text"],
	.breadcrumbs-type-8 .header-type-15 .navbar-right .header-search input[type="text"],
	.breadcrumbs-type-8 .header-type-16 .navbar-right .header-search input[type="text"] {
		background-color: transparent;
		color: #FFF;
	}
	.breadcrumbs-type-8 .header-type-1 .navbar-right .header-search input[type="text"]:focus,
	.breadcrumbs-type-8 .header-type-2 .navbar-right .header-search input[type="text"]:focus,
	.breadcrumbs-type-8 .header-type-4 .navbar-right .header-search input[type="text"]:focus,
	.breadcrumbs-type-8 .header-type-11 .navbar-right .header-search input[type="text"]:focus,
	.breadcrumbs-type-8 .header-type-13 .navbar-right .header-search input[type="text"]:focus,
	.breadcrumbs-type-8 .header-type-14 .navbar-right .header-search input[type="text"]:focus,
	.breadcrumbs-type-8 .header-type-15 .navbar-right .header-search input[type="text"]:focus,
	.breadcrumbs-type-8 .header-type-16 .navbar-right .header-search input[type="text"]:focus {
		border-color: #fff;
	}
	.breadcrumbs-type-8 .header-type-1 .navbar-right .header-search button[type="submit"] i,
	.breadcrumbs-type-8 .header-type-2 .navbar-right .header-search button[type="submit"] i,
	.breadcrumbs-type-8 .header-type-4 .navbar-right .header-search button[type="submit"] i,
	.breadcrumbs-type-8 .header-type-11 .navbar-right .header-search button[type="submit"] i,
	.breadcrumbs-type-8 .header-type-13 .navbar-right .header-search button[type="submit"] i,
	.breadcrumbs-type-8 .header-type-14 .navbar-right .header-search button[type="submit"] i,
	.breadcrumbs-type-8 .header-type-15 .navbar-right .header-search button[type="submit"] i,
	.breadcrumbs-type-8 .header-type-16 .navbar-right .header-search button[type="submit"] i {
		color: #FFF;
	}
	.breadcrumbs-type-8 .header-type-6,
	.breadcrumbs-type-8 .header-type-5 {
		background-color: transparent;
	}
	.breadcrumbs-type-8 .header-type-6 .header,
	.breadcrumbs-type-8 .header-type-5 .header {
		background-color: transparent !important;
	}
	.breadcrumbs-type-8 .fixed-active .header-type-5 .header .shopping-cart-widget .ico-sum,
	.breadcrumbs-type-8 .fixed-active .header-type-9 .header .shopping-cart-widget .ico-sum {
		background-position: -7px -6px !important;
	}
	.breadcrumbs-type-8 .fixed-active .header-search .popup-with-form {
		color: #3d3d3d;
	}
	.breadcrumbs-type-8:not(.home) .header-type-5 .shopping-cart-widget .shop-text {
		color: #FFF;
	}
	.breadcrumbs-type-8:not(.home) .header-type-5 .shopping-cart-widget .shop-text .total {
		color: #FFF;
	}
	.breadcrumbs-type-8:not(.home) .header-type-5 .shopping-cart-widget .cart-bag:before {
		border: 2px solid #fff;
		border-radius: 15px 15px 0 0;
	}
	.breadcrumbs-type-8:not(.home) .header-type-5 .shopping-cart-widget .cart-bag .badge-number {
		color: #3d3d3d;
		border: 2px solid #fff;
	}
	.breadcrumbs-type-8:not(.home) .header-type-5 .shopping-cart-widget .cart-bag .badge-number:before {
		-webkit-box-shadow: inset 0 0 0 35px #fff;
		box-shadow: inset 0 0 0 35px #fff;
	}
	.breadcrumbs-type-8:not(.home) .header-type-5 .shopping-cart-widget .cart-bag .badge-number:hover:before {
		-webkit-box-shadow: inset 0 0 0 1px #fff;
		box-shadow: inset 0 0 0 1px #fff;
	}
	.breadcrumbs-type-8 .fixed-active .header-type-5 .cart-bag:before {
		border: 2px solid #3d3d3d;
	}
	.breadcrumbs-type-8 .fixed-active .header-type-5 .cart-bag .badge-number {
		color: #fff;
		border: 2px solid #3d3d3d;
	}
	.breadcrumbs-type-8 .fixed-active .header-type-5 .cart-bag .badge-number:before {
		-webkit-box-shadow: inset 0 0 0 35px #3d3d3d;
		box-shadow: inset 0 0 0 35px #3d3d3d;
	}
	.breadcrumbs-type-8 .fixed-active .header-type-5 .cart-bag .badge-number:hover:before {
		-webkit-box-shadow: inset 0 0 0 1px #3d3d3d;
		box-shadow: inset 0 0 0 1px #3d3d3d;
	}
	.breadcrumbs-type-8 .fixed-active .header-type-5 .navbar-right .shop-text {
		color: #909090;
	}
	.breadcrumbs-type-8 .fixed-active .header-type-5 .navbar-right .shop-text .total {
		color: #292929;
	}
	.home.breadcrumbs-type-8 a.popup-with-form {
		color: #3d3d3d;
	}
	.home.breadcrumbs-type-8 .slider-overlap a.popup-with-form {
		color: #FFF;
	}
	.breadcrumbs-type-8:not(.home) .header-wrapper {
		position: absolute;
	}
}
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
.header-type-6.slider-overlap {
	z-index: 1000;
	width: 100%;
}
.header-type-6.slider-overlap .top-bar {
	background-color: rgba(0, 0, 0, 0.3);
}
.header-type-6.slider-overlap .header .header-logo {
	width: 100% !important;
	text-align: center;
}
.header-type-6.slider-overlap .header .menu-wrapper {
	text-align: right;
}
.header-type-6.slider-overlap .header .menu-wrapper .collapse > div {
	display: inline-block;
	margin: 0 10px;
}
.header-type-6.slider-overlap .header .menu-wrapper .menu > li > a {
	text-transform: none;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
}
.header-type-6.slider-overlap .header .menu-wrapper .menu li.menu-item-has-children > a:after {
	font-size: 16px;
}
.header-type-6.slider-overlap .header .header-search {
	position: relative;
	top: -17px;
}
.header-type-6.slider-overlap .header .header-search .search-dropdown form {
	display: none;
}
.header-type-6.slider-overlap .header .header-search .search-with-form:hover form {
	top: 48px;
}
.header-type-6.slider-overlap .header .header-search .popup-with-form {
	font-size: 16px;
}
.header-type-6.slider-overlap .header .navbar-right {
	width: auto !important;
}
.header-type-6.slider-overlap .header .shopping-container {
	float: none;
	top: -12px;
}
.header-type-6.slider-overlap .header .shopping-container.cart-design-1 {
	top: -14px;
}
.header-type-6.slider-overlap .header .shopping-container.cart-design-2 {
	top: -17px;
}
.header-type-6.slider-overlap .header .shopping-container.cart-design-2 .cart-popup-container {
	right: 0;
	top: 40px;
}
.header-type-6.slider-overlap .header .shopping-container .cart-popup-container:before {
	right: -2px;
	top: -15px;
}
.header-type-6.slider-overlap .header .menu-icon {
	cursor: pointer;
}
.header-type-6.slider-overlap .cart-popup-container:before {
	left: auto;
	right: 2px;
	top: -16px;
}
.home .header-type-6.slider-overlap {
	width: 100%;
	position: absolute;
}
.home .header-type-6.slider-overlap .header {
	background-color: transparent;
	margin-bottom: 0;
}
.home .header-type-6.slider-overlap .header .shopping-container .shopping-cart-widget .ico-sum {
	background-position: -88px -6px;
}
.home .header-type-6.slider-overlap .header .header-search .popup-with-form {
	color: #fff;
}
.fixNav-enabled .fixed-active .header-type-6 .shopping-container .cart-popup-container {
	top: 28px;
}
.fixNav-enabled .fixed-active .header-type-6 .shopping-container .shopping-cart-widget .ico-sum {
	background-position: -7px -6px !important;
}
.fixNav-enabled .fixed-active .header-type-6 .header-search .popup-with-form {
	color: #3d3d3d !important;
}
.fixNav-enabled .fixed-active .header-type-6 .menu-wrapper > li > a {
	color: #000 !important;
}
.fixNav-enabled .fixed-active .header-type-6 .menu-wrapper .nav-sublist-dropdown {
	top: 63px !important;
}
.page-heading-slider .wpb_revslider_element {
	overflow: hidden;
}
.tp-rightarrow.default {
	width: 45px !important;
	height: 45px !important;
	border: 2px solid #fff;
	background-image: none;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
}
.tp-rightarrow.default:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 30px;
	color: #FFF;
	position: relative;
	top: -1px;
	right: -1px;
}
.tp-leftarrow.default {
	width: 45px !important;
	height: 45px !important;
	border: 2px solid #fff;
	background-image: none;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
}
.tp-leftarrow.default:before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 30px;
	color: #FFF;
	position: relative;
	top: -1px;
	left: -1px;
}
.tp-rightarrow.default,
.tp-leftarrow.default {
	line-height: 42px;
	top: 50% !important;
	margin-top: -21px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.tp-rightarrow.default:before,
.tp-leftarrow.default:before {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.tp-rightarrow.default:hover,
.tp-leftarrow.default:hover {
	background-color: #FFF;
}
.tp-rightarrow.default:hover:before,
.tp-leftarrow.default:hover:before {
	color: #3d3d3d;
}
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
.header-vertical-enable .page-wrapper {
	margin-left: 250px;
	padding-top: 0 !important;
}
.header-vertical-enable .page-heading-slider .fullscreen-container {
	width: 100% !important;
	left: 0 !important;
}
.header-vertical-enable .page-heading-slider .fullscreen-container .tp-rightarrow {
	right: 40px !important;
}
.header-vertical-enable .page-heading-slider .fullscreen-container .tp-leftarrow {
	left: 40px !important;
}
.header-vertical-enable .page-heading-slider .fullscreen-container .tp-bullets {
	margin-left: -25px !important;
}
.header-vertical-enable .page-heading.bc-type-8 {
	padding-top: 110px;
}
.header-vertical-enable .header-vertical {
	position: fixed !important;
	visibility: visible !important;
	width: 250px !important;
	left: 0;
	top: 0 !important;
	border-right: 1px solid #e6e6e6;
	margin-top: 0 !important;
	z-index: 1002;
	height: 100%;
	padding-top: 0;
	background-color: #FFF;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.header-vertical-enable .header-vertical .container {
	width: 100%;
}
.header-vertical-enable .header-vertical .container > div {
	display: block;
}
.header-vertical-enable .header-vertical .container .navbar {
	padding: 40px 0 !important;
}
.header-vertical-enable .header-vertical .container .navbar-right {
	width: 100% !important;
	display: inline-block;
}
.header-vertical-enable .header-vertical .container .navbar-right .cart-design-2 .shopping-cart-widget {
	margin-left: 0;
	margin-right: 20px;
}
.header-vertical-enable .header-vertical .container .navbar-right .cart-design-2 .shopping-cart-widget .cart-bag {
	float: left;
	margin-left: 0;
	margin-right: 17px;
}
.header-vertical-enable .header-vertical .container .navbar-right .cart-design-2 .shopping-cart-widget .cart-bag .badge-number {
	color: #FFF;
}
.header-vertical-enable .header-vertical .container .navbar-right .cart-design-2 .shopping-cart-widget .cart-bag .badge-number:before {
	-webkit-box-shadow: inset 0 0 0 35px #3d3d3d;
	box-shadow: inset 0 0 0 35px #3d3d3d;
}
.header-vertical-enable .header-vertical .container .navbar-right .cart-design-2 .shopping-cart-widget .shop-text {
	color: #3d3d3d !important;
}
.header-vertical-enable .header-vertical .container .navbar-right .cart-design-1 {
	float: none;
	display: inline-block;
	margin-right: 0;
	top: 3px;
}
.header-vertical-enable .header-vertical .container .navbar-right .cart-design-1 .cart-bag {
	margin-left: 0;
	margin-right: 10px;
	display: inline-block;
}
.header-vertical-enable .header-vertical .container .navbar-right .cart-design-1 .shop-text,
.header-vertical-enable .header-vertical .container .navbar-right .cart-design-1 .total {
	display: inline-block;
}
.header-vertical-enable .header-vertical .container .navbar-right .cart-design-1 .shop-text {
	font-size: 0;
}
.header-vertical-enable .header-vertical .container .navbar-right .cart-design-1 .total {
	font-size: 14px;
	position: relative;
	top: -3px;
}
.header-vertical-enable .header-vertical .container .navbar-right .cart-popup-container {
	display: none;
}
.header-vertical-enable .header-vertical .container .header-logo {
	width: 100% !important;
	display: inline-block;
	padding: 0 10px;
}
.header-vertical-enable .header-vertical .container .header-logo img {
	max-width: 100% !important;
	width: 100%;
}
.header-vertical-enable .header-vertical .top-bar {
	display: none;
}
.header-vertical-enable .header-vertical .menu-wrapper {
	max-height: none !important;
	overflow: visible;
}
.header-vertical-enable .header-vertical .menu-wrapper .container {
	padding: 0;
}
.header-vertical-enable .header-vertical .menu-wrapper .menu > li {
	padding: 0 20px;
	width: 100%;
}
.header-vertical-enable .header-vertical .menu-wrapper .menu > li > a {
	padding-top: 12px;
	padding-bottom: 12px;
	text-transform: none;
	font-size: 16px;
	color: #3d3d3d;
}
.header-vertical-enable .header-vertical .menu-wrapper .menu > li > a:after {
	color: #3d3d3d;
}
.header-vertical-enable .header-vertical .menu-wrapper .menu > li .nav-sublist-dropdown {
	left: 100% !important;
	right: auto !important;
	top: 0 !important;
}
.header-vertical-enable .header-vertical .menu-wrapper .menu > li .nav-sublist-dropdown ul {
	width: 210px;
}
.header-vertical-enable .header-vertical .menu-wrapper .menu > li .nav-sublist-dropdown ul > li a {
	padding: 6px 25px;
}
.header-vertical-enable .header-vertical .menu-wrapper .menu > li.menu-item-has-children > a:after {
	position: relative;
	top: 2px;
	content: "\f105";
	font-family: FontAwesome !important;
	font-size: 16px;
	margin-left: 4px;
}
.header-vertical-enable .header-vertical .tbs.blog-description {
	display: none;
}
.header-vertical-enable .header-vertical .languages-area {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	height: auto;
	padding: 18px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header-vertical-enable .header-vertical .languages-area .menu-social-icons {
	width: 100%;
	display: inline-block;
	margin-bottom: 0;
}
.header-vertical-enable .header-vertical .languages-area .menu-social-icons i {
	width: auto;
	height: auto;
}
.header-vertical-enable .header-vertical .languages-area .menu-social-icons i:hover {
	color: #3d3d3d;
}
.header-vertical-enable .header-vertical .languages-area .menu-social-icons li {
	margin-right: 23px;
}
.header-vertical-enable .header-vertical .languages-area li {
	font-size: 13px;
}
.header-vertical-enable .header-vertical .languages-area li a {
	font-size: 13px;
	font-weight: 500;
	color: #737373;
}
.header-vertical-enable .header-vertical .languages-area li.active {
	font-weight: 500;
	color: #000;
}
.header-vertical-enable .header-vertical .languages-area .languages {
	display: inline-block;
	float: none;
	margin-left: 12px;
}
.header-vertical-enable .header-vertical .languages-area .currency {
	display: none;
}
.header-vertical-enable.vertical-right .page-wrapper {
	margin-left: 0;
	margin-right: 250px;
}
.header-vertical-enable.vertical-right .header-vertical {
	left: auto;
	right: 0;
	border-left: 1px solid #e6e6e6;
}
.header-vertical-enable.vertical-right .header-vertical .menu-wrapper .menu > li .nav-sublist-dropdown {
	left: auto !important;
	right: 100% !important;
}
.header-vertical-enable.vertical-right .header-vertical .menu-wrapper .menu > li .nav-sublist-dropdown ul > li ul {
	left: auto;
	right: 100%;
}
.header-vertical-enable.vertical-right .header-vertical .menu-wrapper .menu > li .nav-sublist-dropdown ul > li.menu-item-has-children > a:after {
	display: none;
}
.header-vertical-enable.vertical-right .header-vertical .menu-wrapper .menu > li .nav-sublist-dropdown ul > li.menu-item-has-children > a:before {
	content: "\f104";
	font-family: FontAwesome !important;
	position: relative;
	display: inline-block;
	padding-right: 8px;
	margin-left: -15px;
}
.header-vertical-enable.vertical-right .header-vertical .menu-wrapper .menu > li.menu-item-has-children > a:after {
	display: none;
}
.header-vertical-enable.vertical-right .header-vertical .menu-wrapper .menu > li.menu-item-has-children > a:before {
	content: "\f104";
	font-family: FontAwesome !important;
	position: relative;
	display: inline-block;
	padding-right: 10px;
	margin-left: -15px;
}
.header-vertical-enable.vertical-right .header-vertical .menu-wrapper .menu > li > a:after {
	display: none;
}
.header-vertical-enable .row-count-4 .product {
	width: 25% !important;
}
.header-vertical-enable .row-count-4 .product {
	width: 25% !important;
}
.breadcrumbs-type-9 .page-content,
.breadcrumbs-type-9 .content-page,
.breadcrumbs-type-9 .sidebar,
.breadcrumbs-type-9.blog .content,
.breadcrumbs-type-9 .shop-full-width {
	padding-top: 30px !important;
}
.breadcrumbs-type-9.home .page-content {
	padding-top: 0;
}
.breadcrumbs-type-9.woocommerce .page-wrapper > .container .row > .content {
	padding-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.banner-type-2:hover .banner-content h3 {
		margin-bottom: 0;
	}
	.banner-type-2:hover .banner-content p {
		padding-top: 0;
	}
	.banner-type-2:hover .banner-content a.btn {
		margin-top: 0;
	}
	.single-product-large .col-md-9 .product-information > div .yith-wcwl-add-to-wishlist,
	.single-product-large .col-md-9 .product-information > div .email-link,
	.single-product-large .col-md-9 .product-information > div .sku_wrapper {
		text-align: center;
		display: inline-block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.single-product-large .col-md-9 .product-information > div .product_meta,
	.single-product-large .col-md-9 .product-information > div .share-title,
	.single-product-large .col-md-9 .product-information > div .menu-social-icons {
		text-align: center;
		width: 100%;
	}
	.single-product-large .col-md-9 .product-information > div .menu-social-icons li {
		float: none;
		display: inline-block;
	}
	.navbar-right {
		min-width: 50px;
	}
	.blog-full-width article {
		width: 33.3% !important;
	}
	.var-8 {
		border-width: 8px !important;
		font-size: 90px;
		line-height: 100px;
	}
	.woocommerce-product-search input[type="search"] {
		width: 100% !important;
		margin-bottom: 1.0714em;
	}
}
@media (min-width: 992px) and (max-width: 1500px) {
	.header-vertical-enable .container {
		width: 100%;
	}
	.header-vertical-enable .page-wrapper > .container,
	.header-vertical-enable footer > .container {
		padding-right: 30px;
		padding-left: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header-vertical-enable article.content-small .content-article {
		width: 44.2%;
	}
	.header-vertical-enable .filter-wrap .view-switcher {
		width: 100px;
	}
	.fixed-product-block {
		min-height: 100vh !important;
	}
}
@media (min-width: 1200px) and (max-width: 1500px) {
	.header-vertical-enable .blog-full-width article {
		width: 33.2%;
	}
	.header-vertical-enable .products-grid .product {
		width: 25% !important;
	}
	.header-vertical-enable .products-grid .product:nth-child(4n+1) {
		clear: both !important;
	}
	.header-vertical-enable .row-count-2 .product {
		width: 50% !important;
	}
	.header-vertical-enable .row-count-3 .product {
		width: 33.333% !important;
	}
	.header-vertical-enable .row-count-6 .product:nth-child(6n+1) {
		clear: none !important;
	}
	.header-vertical-enable .row-count-5 .product:nth-child(5n+1) {
		clear: none !important;
	}
	.header-vertical-enable .row-count-3 .product:nth-child(4n+1) {
		clear: none !important;
	}
	.header-vertical-enable .carousel-area .owl-controls .owl-pagination {
		display: block !important;
	}
	.header-vertical-enable .carousel-area .owl-controls .owl-buttons {
		display: none;
	}
	.boxed .header-vertical-enable.template-container,
	.framed .header-vertical-enable.template-container {
		width: 970px;
	}
	.boxed .header-vertical-enable.template-container .page-heading.bc-type-8 .back-history,
	.framed .header-vertical-enable.template-container .page-heading.bc-type-8 .back-history {
		display: none;
	}
	.boxed .owl-carousel .owl-controls .owl-buttons > div,
	.framed .owl-carousel .owl-controls .owl-buttons > div {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
	.header-vertical-enable .row-count-6 .product,
	.header-vertical-enable .row-count-5 .product,
	.header-vertical-enable .row-count-4 .product,
	.header-vertical-enable .row-count-3 .product {
		width: 33.3% !important;
	}
	.header-vertical-enable .row-count-2 .product {
		width: 50% !important;
	}
	.product-category.columns-6 {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.header-vertical-enable .row-count-6 .product,
	.header-vertical-enable .row-count-5 .product,
	.header-vertical-enable .row-count-4 .product,
	.header-vertical-enable .row-count-3 .product,
	.header-vertical-enable .row-count-2 .product {
		width: 50% !important;
	}
}
@media (max-width: 767px) {
	.header-vertical-enable .row-count-6 .product,
	.header-vertical-enable .row-count-5 .product,
	.header-vertical-enable .row-count-4 .product,
	.header-vertical-enable .row-count-3 .product,
	.header-vertical-enable .row-count-2 .product {
		width: 100% !important;
	}
}
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
.home .header-type-9 {
	position: absolute;
	bottom: 0;
	top: auto;
	width: 100%;
	left: 0;
	z-index: 1001;
	border-bottom: 1px solid #ebebeb;
}
.home .header-type-9 .top-bar {
	display: none;
}
.home .header-type-9 .header {
	background-color: #FFF;
	border-top: 1px solid #e6e6e6;
	margin-bottom: 0;
	padding: 0 50px;
}
.home .header-type-9 .header .container {
	width: 100%;
	padding: 0;
}
.home .header-type-9 .header .container .navbar {
	padding: 20px 0;
}
.home .header-type-9 .header .header-logo {
	width: 25% !important;
}
.home .header-type-9 .header .menu-wrapper {
	width: 50%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.home .header-type-9 .header .menu-wrapper .nav-sublist-dropdown {
	top: auto;
	bottom: 71px;
}
.home .header-type-9 .header .menu-wrapper .nav-sublist-dropdown:before {
	top: auto;
	bottom: -25px;
}
.home .header-type-9 .header .menu > li > a {
	font-size: 16px;
	text-transform: none;
}
.home .header-type-9 .header .menu .item-design-full-width:before {
	bottom: 31px;
}
.home .header-type-9 .header .search-with-form:hover form {
	top: -117px;
}
.home .header-type-9 .header .search-with-form:hover form:before {
	display: none;
}
.home .header-type-9 .header .search-with-form:hover form:after {
	top: 75px;
}
.home .header-type-9 .shopping-container .cart-popup-container {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-width: 1px;
}
.home .header-type-9 .shopping-container .cart-popup-container:after {
	content: "";
	position: absolute;
	bottom: -50px;
	height: 50px;
	width: 100%;
	left: 0;
	display: block;
}
.home .header-type-9 .shopping-container .cart-popup-container:before {
	display: none;
}
.home .header-type-9 .shopping-container .cart-popup-container {
	top: auto;
	bottom: 65px;
}
.home .header-type-9 .advert-block {
	width: 100%;
	display: table !important;
}
.home .header-type-9 .advert-block .table-cell {
	display: table-cell;
	vertical-align: middle;
}
.home .header-type-9 .advert-block .table-cell img {
	margin-left: 5px;
	-webkit-filter: grayscale(1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.home .header-type-9 .advert-block .table-cell img:hover {
	-webkit-filter: grayscale(0);
}
.header-type-9 {
	border-bottom: 1px solid #e6e6e6;
}
.header-type-9 .header .container .navbar {
	padding: 20px 0;
}
.header-type-9 .header .navbar-header {
	text-align: right;
	width: auto !important;
}
.header-type-9 .header .navbar-header .navbar-right {
	display: block;
	width: auto !important;
}
.header-type-9 .header .header-search .search-dropdown form {
	display: none;
}
.header-type-9 .header .header-search .popup-with-form {
	font-size: 16px;
	display: block;
}
.header-type-9 .header .header-logo {
	text-align: left;
}
.header-type-9 .header .header-logo img {
	max-width: 220px;
}
.header-type-9 .header .menu-wrapper {
	vertical-align: middle;
	display: table-cell;
}
.header-type-9 .header .menu-wrapper .menu > li > a {
	text-transform: none;
	font-size: 16px;
	padding-left: 8px;
	padding-right: 8px;
}
.header-type-9 .header .badge-number {
	background-color: #424242;
}
.header-type-9 .header .menu-icon {
	cursor: pointer;
}
.header-type-9 .header .advert-block {
	display: none;
}
.header-type-9 + .page-heading-slider .wpb_revslider_element {
	margin-bottom: 0 !important;
}
.breadcrumbs-type-8 .header-type-9 {
	border-bottom: none;
}
.fixed-active .header-type-9 .menu-wrapper {
	max-height: 100%;
}
.fixed-active .header-type-9 .menu-wrapper .nav-sublist-dropdown {
	top: 60px !important;
	bottom: auto !important;
}
.fixed-active .header-type-9 .menu-wrapper .nav-sublist-dropdown:before {
	bottom: auto !important;
	top: -10px !important;
}
.fixed-active .header-type-9 .shopping-container .cart-popup-container {
	border-width: 1px;
}
.fixed-active .header-type-9 .shopping-container .cart-popup-container:before {
	display: block;
}
.fixed-active .header-type-9 .shopping-container:hover .cart-popup-container {
	top: 55px !important;
	bottom: auto !important;
}
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
.header-vertical-enable .header-type-10 {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-right: none;
}
.header-vertical-enable .header-type-10 header {
	background: transparent;
}
.header-vertical-enable .header-type-10 header .menu-wrapper {
	overflow: visible !important;
}
.header-vertical-enable .header-type-10 header .menu-wrapper .menu > li .nav-sublist-dropdown {
	left: 85% !important;
}
.header-vertical-enable .header-type-10 .top-bar {
	display: none;
}
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
.header-type-12 .tbs.blog-description,
.header-type-12 .navbar-right {
	display: none;
}
.header-type-12 .header-logo {
	width: 100%;
	text-align: center;
}
.header-type-12 header {
	margin-bottom: 0;
}
.header-type-12 .navbar {
	padding: 25px 0;
}
.header-type-12 .menu-wrapper {
	border-bottom: 1px solid #e6e6e6;
}
.header-type-12 .menu-wrapper .menu > li > a {
	padding: 20px 25px 15px 25px;
}
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
.header-type-13 header,
.header-type-16 header {
	margin-bottom: 0;
}
.header-type-13 .top-bar,
.header-type-16 .top-bar {
	display: none;
}
.header-type-13 .navbar,
.header-type-16 .navbar {
	padding: 0;
}
.header-type-13 .top-content,
.header-type-16 .top-content {
	padding: 15px 0;
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
	font-size: 14px;
	display: inline-block;
}
.header-type-13 .top-content .tbs.blog-description,
.header-type-16 .top-content .tbs.blog-description {
	float: left;
	display: inline-block;
}
.header-type-13 .top-content > .navbar-right,
.header-type-16 .top-content > .navbar-right {
	float: right !important;
	display: inline-block;
}
.header-type-13 .top-content > .navbar-right .pull-right > span,
.header-type-16 .top-content > .navbar-right .pull-right > span {
	float: right;
	padding-left: 10px;
	padding-right: 0;
}
.header-type-13 .top-content .header-search form,
.header-type-16 .top-content .header-search form {
	display: none;
}
.header-type-13 .top-content .header-search .popup-with-form,
.header-type-16 .top-content .header-search .popup-with-form {
	display: block;
}
.header-type-13 .top-content .header-search .popup-with-form i,
.header-type-16 .top-content .header-search .popup-with-form i {
	color: #737373;
}
.header-type-13 .top-content .shopping-container,
.header-type-16 .top-content .shopping-container {
	float: right;
}
.header-type-13 .top-content .shopping-container .shopping-cart-widget,
.header-type-16 .top-content .shopping-container .shopping-cart-widget {
	border: none;
	padding: 0;
	text-transform: none;
}
.header-type-13 .top-content .shopping-container .shopping-cart-widget .cart-bag,
.header-type-16 .top-content .shopping-container .shopping-cart-widget .cart-bag {
	display: none;
}
.header-type-13 .top-content .shopping-container .shopping-cart-widget .shop-text,
.header-type-16 .top-content .shopping-container .shopping-cart-widget .shop-text {
	text-transform: none;
	color: #737373;
	font-size: 14px;
	font-weight: 300;
	padding-left: 30px;
	padding-right: 3px;
}
.header-type-13 .top-content .shopping-container .shopping-cart-widget .total,
.header-type-16 .top-content .shopping-container .shopping-cart-widget .total {
	color: #737373;
	font-size: 14px;
	font-weight: 300;
}
.header-type-13 .header-content,
.header-type-16 .header-content {
	width: 100%;
	display: inline-block;
	padding: 20px 0;
}
.header-type-13 .header-logo,
.header-type-16 .header-logo {
	width: auto !important;
}
.header-type-13 .menu-wrapper,
.header-type-16 .menu-wrapper {
	border-top: none;
	width: 75%;
	display: table-cell;
	vertical-align: middle;
}
.header-type-13 .menu-wrapper .menu,
.header-type-16 .menu-wrapper .menu {
	text-align: right;
}
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
.header-type-14 .tbs.blog-description,
.header-type-14 .navbar-right {
	display: none;
}
.header-type-14 .header-logo {
	width: 100%;
	text-align: center;
}
.header-type-14 .menu-wrapper {
	border-bottom: 1px solid #e6e6e6;
}
.header-type-14 .menu-wrapper .menu > li > a {
	text-transform: none;
	font-size: 16px;
}
.header-type-14 .navbar {
	padding: 20px;
}
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
.header-type-15 .tbs.blog-description,
.header-type-15 .navbar-right {
	display: none;
}
.header-type-15 .header-logo {
	text-align: left;
}
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
.header-type-16 .menu-wrapper {
	width: 100% !important;
	display: block;
	float: left;
	background-color: #333;
}
.header-type-16 .menu-wrapper .menu {
	text-align: center !important;
}
.header-type-16 .menu-wrapper .menu > li {
	border-left: 1px solid #515151;
	margin-bottom: -4px;
	margin-right: -3px;
}
.header-type-16 .menu-wrapper .menu > li > a {
	color: #FFF;
	font-size: 16px;
	padding: 27px 20px;
	text-transform: none;
}
.header-type-16 .menu-wrapper .menu .nav-sublist-dropdown {
	top: 76px !important;
}
.header-type-16 .header-logo {
	float: left;
	text-align: left;
	display: inline-block !important;
	position: relative;
	max-width: 280px;
	padding: 0 20px;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
.header-type-16 .header-logo img {
	max-width: 100%;
}
.header-type-16 .advert-block {
	max-width: 70%;
	display: inline-block;
}
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
.header-type-17 .top-bar {
	padding: 0;
}
.header-type-17 .top-bar .container > div {
	border-bottom: 1px solid #e6e6e6;
	display: inline-block;
	width: 100%;
	padding: 8px 0;
}
.header-type-17 .header-logo {
	width: 25% !important;
}
.header-type-17 .navbar-header.navbar-right {
	width: 75% !important;
	text-align: center;
}
.header-type-17 .navbar-header.navbar-right .header-search {
	float: left;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-75%);
	-moz-transform: translateX(-75%);
	-ms-transform: translateX(-75%);
	-o-transform: translateX(-75%);
	transform: translateX(-75%);
}
.header-type-17 .navbar-header.navbar-right .header-search input[type="text"] {
	width: 450px;
	height: 45px;
	border: 2px solid #f2f2f2;
}
.header-type-17 .navbar-header.navbar-right .header-search button[type="submit"] {
	margin-left: -41px;
	top: 0px;
	background-color: #f2f2f2;
	padding: 12px;
}
.header-type-17 .navbar-header.navbar-right .cart-design-1 .shopping-cart-widget,
.header-type-17 .navbar-header.navbar-right .cart-design-2 .shopping-cart-widget {
	top: 10px;
	position: relative;
}
.header-type-17 .navbar-header.navbar-right .cart-design-2:hover .cart-popup-container:after {
	top: -22px;
}
.header-type-17 .navbar-header.navbar-right .menu > li > a {
	font-family: inherit;
	font-weight: 400;
}
.page .header-type-17 .menu-wrapper {
	border-bottom: none;
}
.breadcrumbs-type-8 .header-type-17 .top-content {
	border-bottom: none;
}
.breadcrumbs-type-8 .header-type-17 .top-content .tbs.blog-description,
.breadcrumbs-type-8 .header-type-17 .top-content .top-links {
	color: #FFF;
}
.breadcrumbs-type-8 .header-type-17 .top-content .top-links a {
	color: #FFF;
}
.breadcrumbs-type-8 .header-type-17 .menu-wrapper {
	border-top: none;
}
.breadcrumbs-type-8 .header-type-17 .navbar-header.navbar-right .shopping-cart-widget .shop-text,
.breadcrumbs-type-8 .header-type-17 .navbar-header.navbar-right .shopping-cart-widget .total {
	color: #FFF;
}
.breadcrumbs-type-8 .fixed-active .header-type-17 .navbar-header.navbar-right .shopping-cart-widget .shop-text,
.breadcrumbs-type-8 .fixed-active .header-type-17 .navbar-header.navbar-right .shopping-cart-widget .total {
	color: #3d3d3d;
}
/*---------------------------------------------------------------*/
/* Cart & Search Widget in Header
/*---------------------------------------------------------------*/
@media (min-width: 992px) {
	.cart-widget-on .header-wrapper .header-search .search-dropdown form {
		display: none;
	}
	.cart-widget-on .header-wrapper .header-search .search-dropdown .popup-with-form {
		display: block;
		font-size: 18px;
		padding-top: 6px;
		line-height: 1px;
	}
	.cart-widget-on .header-wrapper.header-type-17 .header-search form {
		display: block !important;
	}
	.cart-widget-on .header-wrapper.header-type-17 .header-search .search-dropdown .popup-with-form {
		display: none !important;
	}
	.cart-widget-off .header-wrapper .header-search form {
		display: block;
	}
	.cart-widget-off .header-wrapper .header-search .search-dropdown .popup-with-form {
		display: none;
		line-height: 14px;
	}
	.cart-widget-off .header-wrapper.header-type-3 .header-search .search-dropdown .popup-with-form,
	.cart-widget-off .header-wrapper.header-type-6 .header-search .search-dropdown .popup-with-form {
		display: block !important;
	}
	.cart-widget-off .header-wrapper.header-type-3 .header-search .search-dropdown form,
	.cart-widget-off .header-wrapper.header-type-6 .header-search .search-dropdown form {
		display: none;
	}
}
/*---------------------------------------------------------------*/
/* Main Menu / #menu
/*---------------------------------------------------------------*/
.menu-wrapper {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	vertical-align: middle;
}
.menu-wrapper h4.a-center {
	padding: 0 15px;
	text-align: center;
	font-size: 16px;
}
.mobile-menu-wrapper {
	display: none;
}
.mobile-menu-wrapper .open-child {
	display: none;
}
.menu {
	padding: 0;
	margin: 0;
	text-align: center;
}
.menu > li {
	text-decoration: none;
	list-style: none;
	position: relative;
}
.menu > li.current-menu-item > a,
.menu > li.current_page_ancestor > a {
	color: #8a8a8a;
}
.menu > li.current-menu-item > a:after,
.menu > li.current_page_ancestor > a:after {
	color: #8a8a8a;
}
.menu li.menu-disable_titles > a {
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
}
.menu li.menu-disable_titles > a:after {
	display: none;
}
.menu li a span.menu-item-descr {
	font-size: 12px;
	color: #8a8a8a;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	line-height: 1.6;
	width: 100%;
	padding-top: 5px;
}
.menu li a i {
	padding-right: 10px;
}
.menu li.menu-label-new a,
.menu li.menu-label-hot a,
.menu li.menu-label-sale a {
	position: relative;
	width: auto !important;
}
.menu li.menu-label-new a:before,
.menu li.menu-label-hot a:before,
.menu li.menu-label-sale a:before {
	content: "";
	position: absolute !important;
	right: -20px;
	top: 8px;
	padding: 3px 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 9px !important;
	line-height: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.menu li.menu-label-new a:before {
	content: "new" !important;
	color: #fff;
	background-color: #B2B2B2;
}
.menu li.menu-label-sale a:before {
	content: "sale" !important;
	color: #fff;
	background-color: #C11718;
}
.menu li.menu-label-hot a:before {
	content: "hot" !important;
	color: #fff;
	background-color: #B2B2B2;
}
.menu > li {
	float: none;
	display: inline-block;
}
.menu > li.menu-item-has-children > a:after {
	content: "\f107";
	font-family: FontAwesome !important;
	position: relative;
	top: 1px;
	margin: 0 0 0 3px;
}
.menu > li > a {
	float: left;
	display: block;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Georgia, serif;
	line-height: 1 !important;
	padding: 20px 10px 15px 10px;
	color: #000;
	position: relative;
}
.menu > li.sfHover > a,
.menu > li > a:hover {
	text-decoration: none;
	color: #8a8a8a;
}
.menu .nav-sublist-dropdown {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 1000;
	visibility: hidden;
	background-color: #FFF;
	margin-top: -5px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.menu .nav-sublist-dropdown:before {
	content: "";
	position: absolute;
	top: -17px;
	width: 100%;
	height: 50px;
	left: 0;
}
.menu .nav-sublist-dropdown .container {
	width: auto;
	padding: 0;
}
.menu .nav-sublist-dropdown ul {
	padding: 15px 0 15px;
	border: 1px solid #E6E6E6;
	width: 200px;
	display: inline-block;
}
.menu .nav-sublist-dropdown ul > li {
	position: relative;
	display: inline-block;
	width: 100%;
}
.menu .nav-sublist-dropdown ul > li.menu-item-has-children > a {
	position: relative;
}
.menu .nav-sublist-dropdown ul > li.menu-item-has-children > a:after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 13px;
	color: #b9b9b9;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
}
.menu .nav-sublist-dropdown ul > li.menu-item-has-children:hover:after {
	color: #000;
}
.menu .nav-sublist-dropdown ul > li.current-menu-item > a {
	color: #000;
}
.menu .nav-sublist-dropdown ul > li.lastItem {
	border-bottom: none;
}
.menu .nav-sublist-dropdown ul > li ul {
	position: absolute;
	top: -16px;
	z-index: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #FFF;
}
.menu .nav-sublist-dropdown ul > li ul ul {
	z-index: -2;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.menu .nav-sublist-dropdown ul > li > a {
	font-size: 14px;
	color: #767676;
	display: inline;
	font-family: 'Open Sans', sans-serif;
	padding: 6px 20px;
	font-weight: 300;
	float: left;
	width: 100%;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: none;
}
.menu .nav-sublist-dropdown ul li a:hover {
	color: #000;
	text-decoration: none;
}
.menu > li:hover .nav-sublist-dropdown {
	visibility: visible;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}
@media only screen and (min-width: 992px) {
	.menu .item-design-full-width .nav-sublist-dropdown {
		border: 1px solid #e6e6e6;
		left: auto;
		padding: 30px 15px 20px;
		text-align: left;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-background-size: auto;
		-o-background-size: auto;
		background-size: auto;
	}
	.menu .item-design-full-width .nav-sublist-dropdown ul {
		padding: 0;
		width: auto !important;
		border: none;
		background-color: transparent;
	}
	.menu .item-design-full-width .nav-sublist-dropdown ul > li {
		width: 171px;
		float: left;
		display: block;
	}
	.menu .item-design-full-width .nav-sublist-dropdown ul > li > a {
		font-size: 16px;
		width: auto;
		color: #3d3d3d;
	}
	.menu .item-design-full-width .nav-sublist-dropdown ul > li > a:after {
		display: none;
	}
	.menu .item-design-full-width .nav-sublist-dropdown ul > li > a:hover {
		color: #8a8a8a;
	}
	.menu .item-design-full-width .nav-sublist-dropdown ul > li.menu-parent-item > a {
		padding-bottom: 10px;
		text-transform: uppercase;
		font-size: 14px;
	}
	.menu .item-design-full-width .nav-sublist-dropdown ul > li.menu-parent-item > a:before {
		display: none !important;
	}
	.menu .item-design-full-width .nav-sublist-dropdown > ul > li {
		padding-left: 15px;
		padding-right: 15px;
	}
	.menu .item-design-full-width .nav-sublist-dropdown li.menu-label-new a:before,
	.menu .item-design-full-width .nav-sublist-dropdown li.menu-label-hot a:before,
	.menu .item-design-full-width .nav-sublist-dropdown li.menu-label-sale a:before {
		right: -15px !important;
		top: 9px !important;
	}
	.menu .item-design-full-width .nav-sublist-dropdown .nav-sublist {
		display: block !important;
	}
	.menu .item-design-full-width .nav-sublist-dropdown .nav-sublist li a {
		font-size: 14px;
		color: #737373;
		line-height: 22px !important;
		width: auto;
	}
	.menu .item-design-full-width .nav-sublist-dropdown .nav-sublist li a:hover {
		color: #3d3d3d;
	}
	.menu .item-design-full-width .nav-sublist-dropdown ul > li ul {
		position: static;
	}
	.menu .item-design-full-width .nav-sublist-dropdown .nav-item-image img {
		margin-top: 10px;
		width: 100%;
	}
	.menu .item-design-full-width .nav-sublist-dropdown .item-design-image-no-space a {
		padding: 0;
		font-size: 0;
		line-height: 0;
	}
	.menu .item-design-full-width .nav-sublist-dropdown .item-design-image-no-space a .nav-item-image {
		margin: -30px -15px -25px -15px;
	}
	.menu .item-design-full-width .nav-sublist-dropdown .item-design-image-no-space a .nav-item-image img {
		margin-top: 0;
		width: 100%;
	}
	.menu .item-design-full-width .nav-sublist-dropdown li li.menu-label-new a,
	.menu .item-design-full-width .nav-sublist-dropdown li li.menu-label-hot a,
	.menu .item-design-full-width .nav-sublist-dropdown li li.menu-label-sale a {
		position: relative;
	}
	.menu .item-design-full-width .nav-sublist-dropdown li li.menu-label-new a:before,
	.menu .item-design-full-width .nav-sublist-dropdown li li.menu-label-hot a:before,
	.menu .item-design-full-width .nav-sublist-dropdown li li.menu-label-sale a:before {
		content: "";
		position: absolute !important;
		right: -10px;
		top: 2px;
		padding: 3px 5px;
		font-size: 9px;
		line-height: 10px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.menu .item-design-full-width .nav-sublist-dropdown li li.menu-label-new a:before {
		content: "new" !important;
		color: #fff;
		background-color: #B2B2B2;
	}
	.menu .item-design-full-width .nav-sublist-dropdown li li.menu-label-sale a:before {
		content: "sale" !important;
		color: #fff;
		background-color: #C11718;
	}
	.menu .item-design-full-width .nav-sublist-dropdown li li.menu-label-hot a:before {
		content: "hot" !important;
		color: #fff;
		background-color: #B2B2B2;
	}
	.menu .item-design-full-width.columns-2 .nav-sublist-dropdown {
		width: 380px;
	}
	.menu .item-design-full-width.columns-2 .nav-sublist-dropdown ul > li:nth-child(2n+1) {
		clear: both;
	}
	.menu .item-design-full-width.columns-3 .nav-sublist-dropdown {
		width: 550px;
	}
	.menu .item-design-full-width.columns-3 .nav-sublist-dropdown ul > li:nth-child(3n+1) {
		clear: both;
	}
	.menu .item-design-full-width.columns-4 .nav-sublist-dropdown {
		width: 720px;
	}
	.menu .item-design-full-width.columns-4 .nav-sublist-dropdown ul > li:nth-child(4n+1) {
		clear: both;
	}
	.menu .item-design-full-width.columns-5 .nav-sublist-dropdown {
		width: 890px;
	}
	.menu .item-design-full-width.columns-5 .nav-sublist-dropdown ul > li:nth-child(5n+1) {
		clear: both;
	}
	.menu .item-design-full-width.demo-column .nav-sublist-dropdown {
		width: 885px;
	}
	.menu .item-design-full-width.demo-column .nav-sublist-dropdown ul > li {
		width: 213px;
		margin-bottom: 10px;
	}
	.menu .item-design-full-width.demo-column .nav-sublist-dropdown ul > li a {
		text-align: center;
		font-size: 14px;
		line-height: 14px;
		color: #3d3d3d;
		text-transform: uppercase;
		font-family: Georgia;
	}
	.menu .item-design-full-width.demo-column .nav-sublist-dropdown ul > li a img {
		margin-top: 4px;
	}
	.menu .item-design-full-width.demo-column .nav-sublist-dropdown ul > li a .menu-item-descr {
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
		color: #999;
		font-weight: 400;
		text-transform: none;
		padding-top: 0;
		margin-top: -1px;
		margin-bottom: 3px;
	}
	.menu .item-design-full-width.demo-column .nav-sublist-dropdown ul > li a:hover {
		color: #DC4348;
	}
	.menu .item-design-full-width:before {
		content: "";
		display: block;
		width: 100%;
		height: 40px;
		position: absolute;
		bottom: -15px;
	}
}
/*---------------------------------------------------------------*/
/* Blog styles / #blog
/*---------------------------------------------------------------*/
article.blog-post,
article.post-grid {
	margin-bottom: 50px;
}
article.blog-post .content-article,
article.post-grid .content-article {
	font-size: 14px;
	line-height: 1.8;
}
article.blog-post .wp-picture,
article.post-grid .wp-picture {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	width: auto;
	margin-left: 0;
	margin-right: auto;
	display: table;
}
article.blog-post .wp-picture:hover .zoom,
article.post-grid .wp-picture:hover .zoom {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	visibility: visible;
}
article.blog-post .wp-picture img,
article.post-grid .wp-picture img {
	width: 100%;
}
article.blog-post.sticky,
article.post-grid.sticky {
	position: relative;
}
article.blog-post.sticky .sticky-post,
article.post-grid.sticky .sticky-post {
	position: absolute;
	right: 1px;
	top: 0;
	display: inline-block;
	color: #fff;
	background-color: #8a8a8a;
	padding: 8px 20px;
	z-index: 100;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}
article.blog-post .more-link,
article.post-grid .more-link {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
article.blog-post .more-link span,
article.post-grid .more-link span {
	float: left !important;
	font-weight: 400;
}
article.blog-post .owl-item,
article.post-grid .owl-item {
	padding: 0;
}
article.blog-post .zoom,
article.post-grid .zoom {
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	opacity: 0;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
article.blog-post .zoom .btn_group,
article.post-grid .zoom .btn_group {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin: -22px 0 0 0;
	z-index: 2;
	text-align: center;
}
article.blog-post .zoom .btn_group a,
article.post-grid .zoom .btn_group a {
	margin: 5px 5px;
	background-color: #262626;
	padding: 11px 11px;
}
article.blog-post .zoom .btn_group a:hover,
article.post-grid .zoom .btn_group a:hover {
	background-color: #444;
}
article.blog-post .zoom .btn_group a i:before,
article.post-grid .zoom .btn_group a i:before {
	content: "";
	background-image: url(images/big-black-cross.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 51px;
	display: block;
	height: 51px;
}
article.blog-post .zoom > i,
article.post-grid .zoom > i {
	background-color: #fff;
	opacity: 0.7;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
article.blog-post h6.active,
article.post-grid h6.active {
	display: inline-block;
}
article.blog-post h6.active a,
article.post-grid h6.active a {
	color: #8a8a8a;
}
article.blog-post h2,
article.post-grid h2 {
	font-size: 26px;
	text-transform: none;
	font-weight: 400;
	margin-bottom: 5px;
}
article.blog-post .meta-post,
article.post-grid .meta-post {
	font-size: 14px;
	margin-bottom: 15px;
}
article.blog-post .content-article p,
article.post-grid .content-article p {
	font-size: 14px;
	line-height: 1.8;
}
article.blog-post .share-post .share-title,
article.post-grid .share-post .share-title {
	margin-bottom: 5px;
	display: inline-block;
}
article.blog-post .share-post li,
article.post-grid .share-post li {
	margin-right: 10px;
}
article.post-grid.content-mosaic > div {
	border: 1px solid #e6e6e6;
}
article.post-grid.content-mosaic > div .wp-picture {
	margin-bottom: 15px;
}
article.post-grid.content-mosaic > div h6.active,
article.post-grid.content-mosaic > div h2,
article.post-grid.content-mosaic > div .meta-post,
article.post-grid.content-mosaic > div .content-article {
	padding: 0 30px;
}
article.post-grid.content-mosaic > div .content-article,
article.post-grid.content-mosaic > div .content-article p {
	font-size: 14px;
}
article.post-grid.content-mosaic > div h2 {
	font-size: 24px;
}
article.content-timeline {
	position: relative;
	margin-bottom: 35px;
}
article.content-timeline .meta-post-timeline {
	border: none;
	position: absolute;
	z-index: 1;
	top: 0px;
	float: left;
	padding: 10px 30px;
	font-weight: 400;
	color: #3d3d3d;
	border: 1px solid #e6e6e6;
}
article.content-timeline .meta-post-timeline:after {
	content: "";
	position: absolute;
	width: 1px;
	left: 10px;
	height: 30px;
	top: 40px;
	z-index: 0;
	background-color: #e6e6e6;
}
article.content-timeline > div {
	border: 1px solid #e6e6e6;
}
article.content-timeline > div .content-article,
article.content-timeline > div .meta-post,
article.content-timeline > div h2,
article.content-timeline > div h6 {
	padding: 0 25px;
}
article.content-timeline > div:after {
	content: "";
	position: absolute;
	width: 1px;
	left: 10px;
	height: 35px;
	bottom: -35px;
	z-index: 0;
	background-color: #e5e5e5;
}
article.content-timeline.byline-on {
	padding-top: 70px;
}
article.content-small {
	width: 100%;
	display: inline-block;
}
article.content-small .wp-picture,
article.content-small .post-gallery-slider {
	float: left;
	width: 50%;
	margin-right: 30px;
}
article.content-small .wp-picture img,
article.content-small .post-gallery-slider img {
	width: 100%;
}
article.content-small .content-article {
	width: 46.5%;
	float: left;
}
.blog .blog-post .content-article > .vc_row,
.blog .post-grid .content-article > .vc_row,
.blog .blog-post .content-article > .wpb_text_column,
.blog .post-grid .content-article > .wpb_text_column {
	margin-bottom: 0 !important;
}
.blog-full-width .row {
	margin-right: 0;
	margin-left: 0;
}
.blog-full-width .row .content {
	padding: 0;
}
.blog-full-width .row .content .blog-masonry {
	margin-left: 0;
	margin-right: 0;
}
.blog-full-width article {
	margin-left: -1px;
}
.blog-full-width article .wp-picture {
	margin-bottom: 0 !important;
	display: block;
}
.blog-full-width article h6.active {
	margin-top: 35px;
}
.blog-full-width article.post-grid.col-md-3 .zoom .btn_group {
	margin-top: -25px;
}
article.blog-post.col-md-4 .zoom .btn_group a,
article.post-grid.col-md-4 .zoom .btn_group a {
	padding: 11px 11px;
}
article.blog-post.col-md-3,
article.post-grid.col-md-3 {
	margin-left: -1px;
}
article.blog-post.col-md-3 .zoom .btn_group,
article.post-grid.col-md-3 .zoom .btn_group {
	margin-top: -50px;
}
article.post-grid {
	margin-left: -1px;
}
.single-post article.blog-post .zoom .btn_group a,
.single-essential_grid article.blog-post .zoom .btn_group a {
	padding: 0;
	background-color: transparent !important;
}
.single-post .title-alt span,
.single-essential_grid .title-alt span {
	font-size: 16px;
	font-weight: 400;
	color: #3d3d3d;
}
.single-post .menu-social-icons,
.single-essential_grid .menu-social-icons {
	padding-left: 0;
	display: inline-block;
	width: auto;
	margin-bottom: 0;
	position: relative;
	top: 8px;
}
.single-post .menu-social-icons li,
.single-essential_grid .menu-social-icons li {
	margin-right: 0 !important;
	margin-left: 7px;
}
.single-post .menu-social-icons .ico-envelope,
.single-essential_grid .menu-social-icons .ico-envelope {
	width: 22px;
}
.single-post .single-tags,
.single-essential_grid .single-tags {
	width: auto;
	float: left;
	max-width: 550px;
}
.single-post .single-tags span,
.single-essential_grid .single-tags span {
	display: none;
}
.single-post .share-post,
.single-essential_grid .share-post {
	float: right;
	width: auto;
}
.single-post .share-title,
.single-essential_grid .share-title {
	font-size: 16px;
	color: #3d3d3d;
	text-transform: uppercase;
	font-family: Georgia;
}
.single-post .author-info,
.single-essential_grid .author-info {
	width: 100%;
	display: inline-block;
	margin-bottom: 40px;
}
.single-post .author-info .title-alt,
.single-essential_grid .author-info .title-alt {
	font-weight: 500;
	margin-bottom: 5px;
	line-height: 12px;
}
.single-post .author-info .title-alt span,
.single-essential_grid .author-info .title-alt span {
	font-size: 12px;
	letter-spacing: 1px;
	color: #8c8c8c;
}
.single-post .author-info .media-heading,
.single-essential_grid .author-info .media-heading {
	font-size: 22px;
	text-transform: none;
	color: #1a1a1a;
	font-weight: 400;
	position: relative;
	margin-bottom: 10px;
}
.single-post .author-info .media-body,
.single-essential_grid .author-info .media-body {
	padding-left: 20px;
	line-height: 1.8;
}
.single-post .author-info .author-link,
.single-essential_grid .author-info .author-link {
	margin-top: 10px;
	display: block;
}
.single-post .wp-picture img,
.single-essential_grid .wp-picture img {
	width: 100%;
}
.single-post .recentCarousel .owl-item,
.single-essential_grid .recentCarousel .owl-item {
	padding: 0 10px;
}
.single-post .recentCarousel .owl-item h3,
.single-essential_grid .recentCarousel .owl-item h3 {
	font-size: 18px;
}
.single-post .recentCarousel .owl-item .post-news,
.single-essential_grid .recentCarousel .owl-item .post-news {
	margin-bottom: 10px;
}
.single-tags {
	width: 100%;
	margin-bottom: 30px;
	font-size: 0;
}
.single-tags span {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #3d3d3d;
	text-transform: uppercase;
	display: block;
}
.single-tags a {
	display: inline-block;
	border: 1px solid #e6e6e6;
	padding: 7px 10px;
	font-size: 13px !important;
	margin: 5px 5px 5px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.single-tags a:hover {
	border: 1px solid #000;
	color: #000;
}
.articles-nav {
	margin-top: 10px;
}
.articles-nav .right {
	float: right;
}
.articles-nav .left {
	float: left;
}
.post-gallery-slider .owl-controls .owl-prev {
	left: 20px !important;
	font-size: 0;
}
.post-gallery-slider .owl-controls .owl-prev:before {
	color: #fff !important;
}
.post-gallery-slider .owl-controls .owl-next {
	right: 20px !important;
	font-size: 0;
}
.post-gallery-slider .owl-controls .owl-next:before {
	color: #fff !important;
}
.post-gallery-slider .owl-controls .owl-prev:hover,
.post-gallery-slider .owl-controls .owl-next:hover {
	border-color: #fff !important;
}
.post-gallery-slider .owl-controls .owl-prev:hover:before,
.post-gallery-slider .owl-controls .owl-next:hover:before {
	color: #fff !important;
}
.comment-respond {
	display: inline-block;
	width: 100%;
}
.comment-respond h3 {
	font-size: 16px;
	font-weight: 400;
	color: #3d3d3d;
}
/*---------------------------------------------------------------*/
/* Blog sidebar / #blog-sidebar
/*---------------------------------------------------------------*/
.sidebar-widget,
.sidebar-slider,
.widget-container {
	margin-bottom: 2.8571em;
	display: inline-block;
	width: 100%;
}
.sidebar-widget .widget-title,
.sidebar-slider .widget-title,
.widget-container .widget-title {
	font-size: 1.1428em;
	color: #000;
	padding-bottom: 0.7142em;
	margin-bottom: 1.0714em;
	border-bottom: 1px solid #e6e6e6;
}
.sidebar-widget li,
.sidebar-slider li,
.widget-container li {
	line-height: 1.4285em;
	list-style: none;
}
.sidebar-widget li .media strong,
.sidebar-slider li .media strong,
.widget-container li .media strong {
	font-weight: 400;
}
.sidebar-widget.widget_recent_entries li,
.sidebar-slider.widget_recent_entries li,
.widget-container.widget_recent_entries li {
	margin-bottom: 10px;
	list-style: none;
}
.sidebar-widget.widget_recent_entries li a,
.sidebar-slider.widget_recent_entries li a,
.widget-container.widget_recent_entries li a {
	font-size: 1em;
}
.sidebar-widget.widget_categories li,
.sidebar-slider.widget_categories li,
.widget-container.widget_categories li,
.sidebar-widget.widget_archive li,
.sidebar-slider.widget_archive li,
.widget-container.widget_archive li,
.sidebar-widget.widget_pages li,
.sidebar-slider.widget_pages li,
.widget-container.widget_pages li,
.sidebar-widget.widget_meta li,
.sidebar-slider.widget_meta li,
.widget-container.widget_meta li,
.sidebar-widget.widget_nav_menu li,
.sidebar-slider.widget_nav_menu li,
.widget-container.widget_nav_menu li {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: left;
}
.sidebar-widget.widget_categories li a,
.sidebar-slider.widget_categories li a,
.widget-container.widget_categories li a,
.sidebar-widget.widget_archive li a,
.sidebar-slider.widget_archive li a,
.widget-container.widget_archive li a,
.sidebar-widget.widget_pages li a,
.sidebar-slider.widget_pages li a,
.widget-container.widget_pages li a,
.sidebar-widget.widget_meta li a,
.sidebar-slider.widget_meta li a,
.widget-container.widget_meta li a,
.sidebar-widget.widget_nav_menu li a,
.sidebar-slider.widget_nav_menu li a,
.widget-container.widget_nav_menu li a {
	font-size: 1em;
	padding: 0.7142em 0 0.7142em 1.0714em;
	display: inline-block;
	position: relative;
	font-family: inherit;
	color: #575757;
	font-weight: 500;
}
.sidebar-widget.widget_categories li a:before,
.sidebar-slider.widget_categories li a:before,
.widget-container.widget_categories li a:before,
.sidebar-widget.widget_archive li a:before,
.sidebar-slider.widget_archive li a:before,
.widget-container.widget_archive li a:before,
.sidebar-widget.widget_pages li a:before,
.sidebar-slider.widget_pages li a:before,
.widget-container.widget_pages li a:before,
.sidebar-widget.widget_meta li a:before,
.sidebar-slider.widget_meta li a:before,
.widget-container.widget_meta li a:before,
.sidebar-widget.widget_nav_menu li a:before,
.sidebar-slider.widget_nav_menu li a:before,
.widget-container.widget_nav_menu li a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 1em;
	display: inline-block;
	position: relative;
	left: -0.5714em;
}
.sidebar-widget.widget_categories li a:hover,
.sidebar-slider.widget_categories li a:hover,
.widget-container.widget_categories li a:hover,
.sidebar-widget.widget_archive li a:hover,
.sidebar-slider.widget_archive li a:hover,
.widget-container.widget_archive li a:hover,
.sidebar-widget.widget_pages li a:hover,
.sidebar-slider.widget_pages li a:hover,
.widget-container.widget_pages li a:hover,
.sidebar-widget.widget_meta li a:hover,
.sidebar-slider.widget_meta li a:hover,
.widget-container.widget_meta li a:hover,
.sidebar-widget.widget_nav_menu li a:hover,
.sidebar-slider.widget_nav_menu li a:hover,
.widget-container.widget_nav_menu li a:hover {
	color: #8a8a8a;
}
.sidebar-widget.widget_categories li ul.children,
.sidebar-slider.widget_categories li ul.children,
.widget-container.widget_categories li ul.children,
.sidebar-widget.widget_archive li ul.children,
.sidebar-slider.widget_archive li ul.children,
.widget-container.widget_archive li ul.children,
.sidebar-widget.widget_pages li ul.children,
.sidebar-slider.widget_pages li ul.children,
.widget-container.widget_pages li ul.children,
.sidebar-widget.widget_meta li ul.children,
.sidebar-slider.widget_meta li ul.children,
.widget-container.widget_meta li ul.children,
.sidebar-widget.widget_nav_menu li ul.children,
.sidebar-slider.widget_nav_menu li ul.children,
.widget-container.widget_nav_menu li ul.children {
	border-top: 1px solid #e6e6e6;
}
.sidebar-widget.widget_categories li ul.children li a,
.sidebar-slider.widget_categories li ul.children li a,
.widget-container.widget_categories li ul.children li a,
.sidebar-widget.widget_archive li ul.children li a,
.sidebar-slider.widget_archive li ul.children li a,
.widget-container.widget_archive li ul.children li a,
.sidebar-widget.widget_pages li ul.children li a,
.sidebar-slider.widget_pages li ul.children li a,
.widget-container.widget_pages li ul.children li a,
.sidebar-widget.widget_meta li ul.children li a,
.sidebar-slider.widget_meta li ul.children li a,
.widget-container.widget_meta li ul.children li a,
.sidebar-widget.widget_nav_menu li ul.children li a,
.sidebar-slider.widget_nav_menu li ul.children li a,
.widget-container.widget_nav_menu li ul.children li a {
	padding-left: 2.1428em;
}
.sidebar-widget.widget_categories li ul.children li:first-child a,
.sidebar-slider.widget_categories li ul.children li:first-child a,
.widget-container.widget_categories li ul.children li:first-child a,
.sidebar-widget.widget_archive li ul.children li:first-child a,
.sidebar-slider.widget_archive li ul.children li:first-child a,
.widget-container.widget_archive li ul.children li:first-child a,
.sidebar-widget.widget_pages li ul.children li:first-child a,
.sidebar-slider.widget_pages li ul.children li:first-child a,
.widget-container.widget_pages li ul.children li:first-child a,
.sidebar-widget.widget_meta li ul.children li:first-child a,
.sidebar-slider.widget_meta li ul.children li:first-child a,
.widget-container.widget_meta li ul.children li:first-child a,
.sidebar-widget.widget_nav_menu li ul.children li:first-child a,
.sidebar-slider.widget_nav_menu li ul.children li:first-child a,
.widget-container.widget_nav_menu li ul.children li:first-child a {
	padding-top: 1.0714em;
}
.sidebar-widget.widget_categories li ul.children li:last-child,
.sidebar-slider.widget_categories li ul.children li:last-child,
.widget-container.widget_categories li ul.children li:last-child,
.sidebar-widget.widget_archive li ul.children li:last-child,
.sidebar-slider.widget_archive li ul.children li:last-child,
.widget-container.widget_archive li ul.children li:last-child,
.sidebar-widget.widget_pages li ul.children li:last-child,
.sidebar-slider.widget_pages li ul.children li:last-child,
.widget-container.widget_pages li ul.children li:last-child,
.sidebar-widget.widget_meta li ul.children li:last-child,
.sidebar-slider.widget_meta li ul.children li:last-child,
.widget-container.widget_meta li ul.children li:last-child,
.sidebar-widget.widget_nav_menu li ul.children li:last-child,
.sidebar-slider.widget_nav_menu li ul.children li:last-child,
.widget-container.widget_nav_menu li ul.children li:last-child {
	border-bottom: none;
}
.sidebar-widget.widget_categories select,
.sidebar-slider.widget_categories select,
.widget-container.widget_categories select,
.sidebar-widget.widget_archive select,
.sidebar-slider.widget_archive select,
.widget-container.widget_archive select,
.sidebar-widget.widget_pages select,
.sidebar-slider.widget_pages select,
.widget-container.widget_pages select,
.sidebar-widget.widget_meta select,
.sidebar-slider.widget_meta select,
.widget-container.widget_meta select,
.sidebar-widget.widget_nav_menu select,
.sidebar-slider.widget_nav_menu select,
.widget-container.widget_nav_menu select {
	min-width: 150px;
}
.sidebar-widget.widget_recent_comments li,
.sidebar-slider.widget_recent_comments li,
.widget-container.widget_recent_comments li,
.sidebar-widget.etheme_widget_recent_comments li,
.sidebar-slider.etheme_widget_recent_comments li,
.widget-container.etheme_widget_recent_comments li {
	padding-bottom: 0.7142em;
}
.sidebar-widget.widget_calendar td,
.sidebar-slider.widget_calendar td,
.widget-container.widget_calendar td {
	border-top: none;
}
.sidebar-widget.widget_calendar table thead > tr > th,
.sidebar-slider.widget_calendar table thead > tr > th,
.widget-container.widget_calendar table thead > tr > th {
	border-bottom: 1px solid #ddd;
}
.sidebar-widget.product-brands a,
.sidebar-slider.product-brands a,
.widget-container.product-brands a {
	font-size: 1.1428em;
	text-align: center;
	color: #222;
	display: block;
}
.sidebar-widget.product-brands a:hover,
.sidebar-slider.product-brands a:hover,
.widget-container.product-brands a:hover {
	color: #8a8a8a;
}
.sidebar-widget.etheme_widget_brands li,
.sidebar-slider.etheme_widget_brands li,
.widget-container.etheme_widget_brands li {
	padding: 4px 0;
}
.sidebar-widget.etheme_widget_brands li a,
.sidebar-slider.etheme_widget_brands li a,
.widget-container.etheme_widget_brands li a {
	font: 1em/0.9em 'Open Sans', sans-serif;
}
.sidebar-widget.widget_price_filter,
.sidebar-slider.widget_price_filter,
.widget-container.widget_price_filter {
	padding-bottom: 20px;
}
.sidebar-widget.widget_nav_menu li a,
.sidebar-slider.widget_nav_menu li a,
.widget-container.widget_nav_menu li a {
	text-transform: none;
}
.sidebar-widget.widget_nav_menu li a:after,
.sidebar-slider.widget_nav_menu li a:after,
.widget-container.widget_nav_menu li a:after {
	display: none;
}
.sidebar-widget.widget_nav_menu li .sub-menu,
.sidebar-slider.widget_nav_menu li .sub-menu,
.widget-container.widget_nav_menu li .sub-menu {
	display: inline-block;
	width: 100%;
}
.sidebar-widget.widget_nav_menu li .sub-menu li:last-child,
.sidebar-slider.widget_nav_menu li .sub-menu li:last-child,
.widget-container.widget_nav_menu li .sub-menu li:last-child {
	border-bottom: none;
}
.sidebar-widget.widget_nav_menu li .sub-menu li a,
.sidebar-slider.widget_nav_menu li .sub-menu li a,
.widget-container.widget_nav_menu li .sub-menu li a {
	padding-left: 1.7857em;
}
.sidebar-widget.widget_nav_menu li .sub-menu li .sub-menu li a,
.sidebar-slider.widget_nav_menu li .sub-menu li .sub-menu li a,
.widget-container.widget_nav_menu li .sub-menu li .sub-menu li a {
	padding-left: 2.8571em;
}
.sidebar-widget.widget_nav_menu li .sub-menu li .sub-menu li .sub-menu li a,
.sidebar-slider.widget_nav_menu li .sub-menu li .sub-menu li .sub-menu li a,
.widget-container.widget_nav_menu li .sub-menu li .sub-menu li .sub-menu li a {
	padding-left: 3.5714em;
}
.sidebar-widget.widget_nav_menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li a,
.sidebar-slider.widget_nav_menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li a,
.widget-container.widget_nav_menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li a {
	padding-left: 4.2857em;
}
.sidebar-widget.widget_nav_menu li:first-child a,
.sidebar-slider.widget_nav_menu li:first-child a,
.widget-container.widget_nav_menu li:first-child a {
	padding-top: 1.0714em;
}
.sidebar-widget.widget_nav_menu li.current-menu-item a,
.sidebar-slider.widget_nav_menu li.current-menu-item a,
.widget-container.widget_nav_menu li.current-menu-item a {
	color: #8a8a8a;
}
.sidebar-widget.widget_nav_menu .menu > li.menu-parent-item > a,
.sidebar-slider.widget_nav_menu .menu > li.menu-parent-item > a,
.widget-container.widget_nav_menu .menu > li.menu-parent-item > a {
	color: #3d3d3d;
}
.sidebar-widget.widget_nav_menu .menu > li.menu-parent-item > a:before,
.sidebar-slider.widget_nav_menu .menu > li.menu-parent-item > a:before,
.widget-container.widget_nav_menu .menu > li.menu-parent-item > a:before {
	display: none;
}
.sidebar-widget.null-instagram-feed,
.sidebar-slider.null-instagram-feed,
.widget-container.null-instagram-feed {
	text-align: center;
}
.sidebar-widget.null-instagram-feed li,
.sidebar-slider.null-instagram-feed li,
.widget-container.null-instagram-feed li {
	margin-bottom: 0.7142em;
	display: inline-block;
}
.sidebar-widget.null-instagram-feed li img,
.sidebar-slider.null-instagram-feed li img,
.widget-container.null-instagram-feed li img {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.sidebar-widget.null-instagram-feed li img:hover,
.sidebar-slider.null-instagram-feed li img:hover,
.widget-container.null-instagram-feed li img:hover {
	opacity: 0.7;
}
.sidebar-widget.null-instagram-feed .instagram-no-space .owl-item,
.sidebar-slider.null-instagram-feed .instagram-no-space .owl-item,
.widget-container.null-instagram-feed .instagram-no-space .owl-item {
	padding: 0;
}
.sidebar-widget.null-instagram-feed .instagram-no-space .owl-controls .owl-prev,
.sidebar-slider.null-instagram-feed .instagram-no-space .owl-controls .owl-prev,
.widget-container.null-instagram-feed .instagram-no-space .owl-controls .owl-prev {
	left: -50px;
}
.sidebar-widget.null-instagram-feed .instagram-no-space .owl-controls .owl-next,
.sidebar-slider.null-instagram-feed .instagram-no-space .owl-controls .owl-next,
.widget-container.null-instagram-feed .instagram-no-space .owl-controls .owl-next {
	right: -50px;
}
.sidebar-widget.null-instagram-feed .instagram-size-thumbnail li,
.sidebar-slider.null-instagram-feed .instagram-size-thumbnail li,
.widget-container.null-instagram-feed .instagram-size-thumbnail li {
	width: 33.333%;
	padding: 0 0.3571em;
}
.sidebar-widget.null-instagram-feed .instagram-size-small,
.sidebar-slider.null-instagram-feed .instagram-size-small,
.widget-container.null-instagram-feed .instagram-size-small {
	text-align: center;
}
.sidebar-widget.null-instagram-feed .instagram-size-small li,
.sidebar-slider.null-instagram-feed .instagram-size-small li,
.widget-container.null-instagram-feed .instagram-size-small li {
	width: 50%;
	display: inline-block;
	padding: 0 0.3571em;
}
.sidebar-widget.null-instagram-feed .instagram-slider,
.sidebar-slider.null-instagram-feed .instagram-slider,
.widget-container.null-instagram-feed .instagram-slider {
	padding-left: 0;
}
.sidebar-widget.null-instagram-feed .instagram-slider li,
.sidebar-slider.null-instagram-feed .instagram-slider li,
.widget-container.null-instagram-feed .instagram-slider li {
	width: 100% !important;
	padding: 0 !important;
}
.sidebar-widget.widget_search,
.sidebar-slider.widget_search,
.widget-container.widget_search {
	display: inline-block;
	width: 100%;
}
.sidebar-widget.widget_search .form-group,
.sidebar-slider.widget_search .form-group,
.widget-container.widget_search .form-group {
	margin: 0 !important;
	display: inline-block;
}
.sidebar-widget.widget_search .form-group.has-border,
.sidebar-slider.widget_search .form-group.has-border,
.widget-container.widget_search .form-group.has-border {
	width: 140px;
}
.sidebar-widget.widget_search .form-group.has-border input,
.sidebar-slider.widget_search .form-group.has-border input,
.widget-container.widget_search .form-group.has-border input {
	height: 34px;
	border-color: #d5d5d5;
	color: #333;
	font-size: 0.9285em;
}
.sidebar-widget.widget_search .form-group.has-border input:focus,
.sidebar-slider.widget_search .form-group.has-border input:focus,
.widget-container.widget_search .form-group.has-border input:focus {
	border-color: #252525;
}
.sidebar-widget.widget_search .form-group.form-button,
.sidebar-slider.widget_search .form-group.form-button,
.widget-container.widget_search .form-group.form-button {
	float: right;
}
.sidebar-widget.widget_search .form-group .col-xs-10,
.sidebar-slider.widget_search .form-group .col-xs-10,
.widget-container.widget_search .form-group .col-xs-10 {
	width: 100% !important;
	padding: 0;
}
.sidebar-widget.widget_search .form-group button,
.sidebar-slider.widget_search .form-group button,
.widget-container.widget_search .form-group button {
	height: 34px;
}
.sidebar-widget.widget_search .modal-form,
.sidebar-slider.widget_search .modal-form,
.widget-container.widget_search .modal-form {
	margin-top: 0;
}
.sidebar-widget.etheme_widget_search,
.sidebar-slider.etheme_widget_search,
.widget-container.etheme_widget_search {
	display: inline-block;
	width: 100%;
}
.sidebar-widget.etheme_widget_search input[type="text"],
.sidebar-slider.etheme_widget_search input[type="text"],
.widget-container.etheme_widget_search input[type="text"],
.sidebar-widget.etheme_widget_search input[type="email"],
.sidebar-slider.etheme_widget_search input[type="email"],
.widget-container.etheme_widget_search input[type="email"],
.sidebar-widget.etheme_widget_search input[type="password"],
.sidebar-slider.etheme_widget_search input[type="password"],
.widget-container.etheme_widget_search input[type="password"] {
	display: inline-block;
	height: 34px;
}
.sidebar-widget.etheme_widget_search .button,
.sidebar-slider.etheme_widget_search .button,
.widget-container.etheme_widget_search .button {
	height: 34px;
	margin-top: 0px;
	float: right;
}
.sidebar-widget.etheme_widget_recent_entries li,
.sidebar-slider.etheme_widget_recent_entries li,
.widget-container.etheme_widget_recent_entries li {
	margin-bottom: 2.1428em;
	list-style: none;
}
.sidebar-widget.etheme_widget_recent_entries .date-event,
.sidebar-slider.etheme_widget_recent_entries .date-event,
.widget-container.etheme_widget_recent_entries .date-event {
	margin-right: 5px;
	border: 1px solid #e6e6e6;
	padding: 0.571em 0;
	font-size: 1em;
	font-weight: 400;
	color: #3d3d3d;
	display: block;
	text-align: center;
}
.sidebar-widget.etheme_widget_recent_entries .date-event .number,
.sidebar-slider.etheme_widget_recent_entries .date-event .number,
.widget-container.etheme_widget_recent_entries .date-event .number {
	width: 100%;
	display: inline-block;
	font-weight: 400;
	padding-bottom: 1.0714em;
	font-size: 1.5714em;
}
.sidebar-widget.etheme_widget_recent_entries .date-event .number:after,
.sidebar-slider.etheme_widget_recent_entries .date-event .number:after,
.widget-container.etheme_widget_recent_entries .date-event .number:after {
	content: "";
	width: 20px;
	position: relative;
	height: 2px;
	background-color: #e6e6e6;
	bottom: -10px;
	margin: 0 auto;
	display: block;
}
.sidebar-widget.etheme_widget_recent_entries .media-heading,
.sidebar-slider.etheme_widget_recent_entries .media-heading,
.widget-container.etheme_widget_recent_entries .media-heading {
	font-size: 16px;
	text-transform: none;
	font-weight: 400;
}
.sidebar-widget.etheme_widget_recent_entries .media-heading strong,
.sidebar-slider.etheme_widget_recent_entries .media-heading strong,
.widget-container.etheme_widget_recent_entries .media-heading strong {
	font-weight: 400;
	color: #3d3d3d;
}
.sidebar-widget.etheme_widget_recent_entries .owl-buttons,
.sidebar-slider.etheme_widget_recent_entries .owl-buttons,
.widget-container.etheme_widget_recent_entries .owl-buttons {
	display: none;
}
.wpb_widgetised_column .widget-container.null-instagram-feed ul {
	padding-left: 0;
}
.wpb_widgetised_column .widget-container.null-instagram-feed .instagram-size-small li {
	width: 25%;
}
.wpb_widgetised_column .widget-container.null-instagram-feed .instagram-size-thumbnail li {
	width: 12.5%;
}
.wpb_widgetised_column .widget-container.null-instagram-feed .instagram-size-large li {
	width: 33.33%;
	padding: 0 0.3571em;
}
.wpb_widgetised_column .widget-container.null-instagram-feed .instagram-no-space li {
	padding: 0 !important;
	margin: 0 !important;
}
.col-md-4.sidebar .sidebar-widget.widget_search .form-group.has-border {
	width: 65%;
}
.col-md-2.sidebar .widget_search .form-group.has-border {
	width: 100%;
	margin-bottom: 10px !important;
}
/** initial setup **/
.shop-filters-area .sidebar-widget {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.shop-filters-area .sidebar-widget > .widget-content {
	position: absolute;
	overflow: scroll;
	overflow-x: hidden;
	top: 45px;
	right: 0 !important;
	padding-right: 10px;
	bottom: 0;
	width: 100%;
}
.shop-filters-area .sidebar-widget > .widget-content:focus {
	outline: none;
}
.shop-filters-area .sidebar-widget > .widget-content::-webkit-scrollbar {
	display: none !important;
}
.shop-filters-area .sidebar-widget::-webkit-scrollbar {
	display: none !important;
}
.shop-filters-area .nano-pane {
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	width: 5px;
	right: 0;
	top: 45px;
	bottom: 0;
	height: 204px;
	visibility: hidden;
	/* Target only IE7 and IE8 with this hack */
	opacity: .1;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.shop-filters-area .nano-pane > .nano-slider {
	background: rgba(0, 0, 0, 0.3);
	position: relative;
	margin: 0 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.sidebar-widget:hover .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
	visibility: visible;
	/* Target only IE7 and IE8 with this hack */
	opacity: 0.99;
}
.shop-filters-area {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.shop-filters-area .sidebar-widget {
	margin: 0 1%;
	flex: 1 1 23%;
	margin-bottom: 35px;
}
.shop-filters-area .sidebar-widget:first-child {
	padding-left: 0;
	margin-left: 0;
}
.shop-filters-area .sidebar-widget:last-child {
	padding-right: 0;
	margin-right: 0;
}
.shop-filters-area .sidebar-widget ul {
	padding-left: 0;
}
.shop-filters-area .sidebar-widget.nano-scroll-apply {
	height: 260px;
}
.shop-filters-area .product-categories > li > a {
	padding: 9px 0 8px 0;
}
.shop-filters-area .product_list_widget li {
	margin-right: 10px;
}
.shop-filters-area .price_slider_wrapper .ui-slider .ui-slider-handle:last-child {
	margin-left: -10px;
}
.etheme_widget_qr_code {
	border: 1px solid #ebebeb;
	padding: 15px 0 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
}
.etheme_widget_qr_code h4 {
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}
.etheme_widget_qr_code .widget-title {
	border: none;
	padding: 0;
	float: left;
	width: 100%;
	font-size: 16px !important;
}
.etheme_widget_qr_code .qr-lighbox {
	font-size: 0;
	width: 85px;
	height: 120px;
	display: block;
	float: right;
	margin-top: -55px;
	background-image: url(images/qr-bg.png);
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.etheme_widget_qr_code .qr-lighbox:hover {
	text-decoration: none;
}
.tagcloud a {
	display: inline-block;
	border: 1px solid #e6e6e6;
	padding: 0.5em 0.7142em;
	font-size: 0.928em !important;
	margin: 0.357em;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sidebar-slider .owl-carousel .owl-buttons {
	display: none;
}
.vc_wp_posts .widget_recent_entries li {
	margin-bottom: 1.0714em;
	padding-bottom: 1.0714em;
	border-bottom: 1px solid #e6e6e6;
	list-style: none;
}
.vc_wp_posts .widget_recent_entries li a {
	font-size: 1.0714em;
	display: block;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 0.3571em;
}
.vc_wp_posts .widget_recent_entries li a:hover {
	color: #000;
}
.vc_wp_posts .widget_recent_entries li span {
	display: inline-block;
	width: 100%;
	font-size: 0.928em;
}
.categories-menu-element .widget_product_categories {
	border: 3px solid #f2f2f2;
}
.categories-menu-element .widget_product_categories .widgettitle {
	font-size: 16px;
	color: #000;
	padding: 25px 20px;
	text-align: center;
	background-color: #F2F2F2;
	margin-bottom: 0;
}
.categories-menu-element .widget_product_categories .product-categories {
	margin-bottom: 0;
}
.categories-menu-element .widget_product_categories .product-categories .open-this {
	top: 10px;
	right: 10px;
}
.categories-menu-element .widget_product_categories .product-categories > li {
	border-bottom: 1px solid #f2f2f2;
}
.categories-menu-element .widget_product_categories .product-categories > li > a {
	font-weight: 300;
	padding-left: 25px;
	color: #737373;
}
.categories-menu-element .widget_product_categories .product-categories > li ul.children li {
	border-top: 1px solid #f2f2f2;
}
.categories-menu-element .widget_product_categories .product-categories > li ul.children li a {
	font-weight: 300;
	color: #737373;
	padding-left: 35px;
}
.categories-menu-element .widget_product_categories .product-categories li a {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.categories-menu-element .widget_product_categories .product-categories li a:hover {
	color: #3d3d3d !important;
}
.flickr_badge_image {
	background-color: #333 !important;
}
.flickr_badge_image img {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.flickr_badge_image:hover img {
	opacity: 0.8;
}
.comment-respond .form-group input {
	width: 50%;
}
.gallery-item {
	margin-top: 20px;
}
/*---------------------------------------------------------------*/
/* Shop Styles / #shop
/*---------------------------------------------------------------*/
/* Category banner*/
.category-description {
	margin-bottom: 30px;
}
/* Shop Filter */
.filter-wrap {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 30px;
	position: relative;
	float: left;
	width: 100%;
}
.filter-wrap .woocommerce-result-count,
.filter-wrap .woocommerce-ordering,
.filter-wrap .view-switcher,
.filter-wrap .pagination-cubic {
	display: inline-block;
	float: left;
	width: 209px;
	letter-spacing: 0;
	margin-bottom: 10px;
}
.filter-wrap .pagination-cubic {
	width: auto;
}
.filter-wrap .woocommerce-result-count {
	line-height: 34px;
	font-size: 14px;
}
.filter-wrap .woocommerce-ordering select {
	height: 35px;
	line-height: 18px;
	padding: 7px 10px;
	width: 100%;
}
.filter-wrap .view-switcher label {
	display: none;
}
.filter-wrap .view-switcher .switchToGrid {
	float: left;
	margin-left: 8px;
	border: 1px solid #e6e6e6;
	width: 35px;
	height: 35px;
	line-height: 15px;
	cursor: pointer;
	text-align: center;
}
.filter-wrap .view-switcher .switchToGrid .icon-th-large {
	width: 14px;
	height: 14px;
	display: inline-block;
	margin: 9px 0;
	opacity: 0.4;
	background-image: url(images/grid-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.filter-wrap .view-switcher .switchToGrid .icon-th-large:before {
	display: none;
}
.filter-wrap .view-switcher .switchToList {
	float: left;
	margin-left: 8px;
	border: 1px solid #e6e6e6;
	width: 35px;
	height: 35px;
	line-height: 15px;
	cursor: pointer;
	text-align: center;
}
.filter-wrap .view-switcher .switchToList .icon-th-list {
	width: 14px;
	height: 14px;
	display: inline-block;
	margin: 9px 0;
	opacity: 0.4;
	background-image: url(images/list-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.filter-wrap .view-switcher .switchToList .icon-th-list:before {
	display: none;
}
.filter-wrap .view-switcher .switcher-active i {
	opacity: 1 !important;
}
body #yith-wcwl-popup-message {
	display: none !important;
}
.yith-wcwl-share ul,
.yith-wcwl-share li {
	padding-left: 0;
}
/* Shop Pagination */
.pagination-cubic {
	float: right !important;
}
.pagination-cubic ul {
	padding-left: 0;
	display: inline-block;
	text-align: right;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.pagination-cubic ul li {
	list-style: none;
	display: inline-block;
	float: left;
	padding: 0 4px 0 4px;
}
.pagination-cubic ul li a,
.pagination-cubic ul li span {
	font: 14px/15px 'Open Sans', sans-serif;
	font-weight: 400;
	color: #3d3d3d;
	display: block;
	background-color: #EBEBEB;
	padding: 10px 13px;
	height: 35px;
	line-height: 14px;
	float: left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pagination-cubic ul li span.current,
.pagination-cubic ul li a:hover {
	background-color: #505050;
	color: #FFF;
	height: 35px;
	line-height: 14px;
}
.pagination-cubic ul li:last-child {
	padding-right: 0;
}
.products-list .product-details {
	display: block !important;
}
/* Base Product Styles */
.price,
.amount {
	font-family: "Open Sans", sans-serif;
}
.product {
	margin-bottom: 30px;
	/*---------------------------------------------------------------*/
	/* Loader */
	/*---------------------------------------------------------------*/
	/* Shrink horizontal */
	/* ====================== */
}
.product .content-product.loading {
	position: relative !important;
	left: 0;
	top: 0;
}
.product .product-image-wrapper {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
.product .product-image-wrapper .footer-product {
	position: absolute;
	-webkit-transform: translateY(45px);
	-moz-transform: translateY(45px);
	-ms-transform: translateY(45px);
	-o-transform: translateY(45px);
	transform: translateY(45px);
	bottom: 0;
	text-align: right;
	height: 35px;
	right: 5px;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	color: #fff;
	z-index: 4;
	padding: 8px 15px 9px;
}
.product .product-image-wrapper .footer-product .show-quickly {
	color: #fff;
	display: inline-block;
	font-size: 0;
	font-weight: 600;
	cursor: pointer;
}
.product .product-image-wrapper .footer-product .show-quickly:before {
	content: "";
	font-family: FontAwesome;
	font-size: 14px;
	background-image: url(images/search-quick.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 14px;
	height: 14px;
	display: block;
}
.product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist {
	display: inline-block;
	margin-top: 0;
	padding-right: 10px;
}
.product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist a {
	color: #FFF;
	font-size: 0;
	font-weight: 600;
}
.product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist a:before {
	content: "\f08a";
	font-family: FontAwesome;
	font-size: 14px;
}
.product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist a.button {
	padding: 0;
	background-color: transparent;
}
.product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist .ajax-loading {
	display: none !important;
}
.product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist span.feedback {
	display: none;
}
.product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist + .clear {
	display: none;
}
.product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a:before,
.product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a:before {
	content: "\f004";
}
.product .product-image-wrapper .out-stock {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 70px;
	height: 70px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	padding-top: 19px;
	line-height: 15px;
	margin-left: -35px;
	margin-top: -35px;
	color: #3d3d3d;
	text-align: center;
	background-color: #ffffff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.product .product-image-wrapper:hover .footer-product {
	-webkit-transform: translateY(0) !important;
	-moz-transform: translateY(0) !important;
	-ms-transform: translateY(0) !important;
	-o-transform: translateY(0) !important;
	transform: translateY(0) !important;
}
.product .product-image-wrapper.hover-effect-disable .footer-product {
	display: none;
}
.product .product-image-wrapper.hover-effect-default-light .footer-product,
.product .product-image-wrapper.hover-effect-swap .footer-product {
	background-color: transparent;
	height: 36px;
	padding: 0;
	margin: 0;
}
.product .product-image-wrapper.hover-effect-default-light .footer-product .show-quickly,
.product .product-image-wrapper.hover-effect-swap .footer-product .show-quickly,
.product .product-image-wrapper.hover-effect-default-light .footer-product .yith-wcwl-add-to-wishlist,
.product .product-image-wrapper.hover-effect-swap .footer-product .yith-wcwl-add-to-wishlist {
	background-color: #fff;
	color: #222;
	width: 32px;
	height: auto;
	padding: 0;
	text-align: center;
	opacity: 0.7;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.product .product-image-wrapper.hover-effect-default-light .footer-product .show-quickly:hover,
.product .product-image-wrapper.hover-effect-swap .footer-product .show-quickly:hover,
.product .product-image-wrapper.hover-effect-default-light .footer-product .yith-wcwl-add-to-wishlist:hover,
.product .product-image-wrapper.hover-effect-swap .footer-product .yith-wcwl-add-to-wishlist:hover {
	opacity: 1;
}
.product .product-image-wrapper.hover-effect-default-light .footer-product .yith-wcwl-add-to-wishlist a:before,
.product .product-image-wrapper.hover-effect-swap .footer-product .yith-wcwl-add-to-wishlist a:before {
	color: #222;
	line-height: 32px;
}
.product .product-image-wrapper.hover-effect-default-light .footer-product .show-quickly,
.product .product-image-wrapper.hover-effect-swap .footer-product .show-quickly {
	height: 32px;
	top: -4px;
	position: relative;
}
.product .product-image-wrapper.hover-effect-default-light .footer-product .show-quickly:before,
.product .product-image-wrapper.hover-effect-swap .footer-product .show-quickly:before {
	background-image: url(images/search-quick-dark.png);
	position: relative;
	background-position: center center;
	top: 8px;
	width: 17px;
	height: 17px;
	display: inline-block;
}
.product .product-image-wrapper.hover-effect-default-dark .footer-product {
	background-color: transparent;
	height: 36px;
	padding: 0;
	margin: 0;
}
.product .product-image-wrapper.hover-effect-default-dark .footer-product .show-quickly,
.product .product-image-wrapper.hover-effect-default-dark .footer-product .yith-wcwl-add-to-wishlist {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	width: 32px;
	height: auto;
	padding: 0;
	text-align: center;
	opacity: 0.7;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.product .product-image-wrapper.hover-effect-default-dark .footer-product .show-quickly:hover,
.product .product-image-wrapper.hover-effect-default-dark .footer-product .yith-wcwl-add-to-wishlist:hover {
	opacity: 1;
}
.product .product-image-wrapper.hover-effect-default-dark .footer-product .yith-wcwl-add-to-wishlist a:before {
	color: #fff;
	line-height: 32px;
}
.product .product-image-wrapper.hover-effect-default-dark .footer-product .show-quickly {
	height: 32px;
	top: -4px;
	position: relative;
}
.product .product-image-wrapper.hover-effect-default-dark .footer-product .show-quickly:before {
	background-image: url(images/search-quick.png);
	position: relative;
	background-position: center center;
	top: 8px;
	width: 17px;
	height: 17px;
	display: inline-block;
}
.product .product-image-wrapper.hover-effect-mask {
	position: relative;
}
.product .product-image-wrapper.hover-effect-mask .footer-product {
	display: none;
}
.product .product-image-wrapper.hover-effect-mask + .product-details {
	display: none;
}
.product .product-image-wrapper.hover-effect-mask .hover-mask {
	position: absolute;
	opacity: 0;
	left: 0;
	right: 0;
	z-index: 100;
	margin: 15px;
	bottom: 0;
	padding: 15px;
	background-color: #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}
.product .product-image-wrapper.hover-effect-mask .hover-mask .products-page-cats {
	font-size: 13px;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}
.product .product-image-wrapper.hover-effect-mask .hover-mask .product-title {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}
.product .product-image-wrapper.hover-effect-mask .hover-mask .product-title a {
	color: #3d3d3d;
	font-size: 16px;
	margin: 5px 0;
	display: block;
	width: 100%;
}
.product .product-image-wrapper.hover-effect-mask .hover-mask .product-title a:hover {
	color: #8a8a8a;
}
.product .product-image-wrapper.hover-effect-mask .hover-mask .price {
	margin-bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}
.product .product-image-wrapper.hover-effect-mask .hover-mask .star-rating,
.product .product-image-wrapper.hover-effect-mask .hover-mask a.btn {
	display: none;
}
.product .product-image-wrapper.hover-effect-mask:hover .hover-mask {
	opacity: 1;
}
.product .product-image-wrapper.hover-effect-mask:hover .products-page-cats,
.product .product-image-wrapper.hover-effect-mask:hover .product-title,
.product .product-image-wrapper.hover-effect-mask:hover .price {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.product .product-image-wrapper.hover-effect-slider {
	position: relative;
}
.product .product-image-wrapper.hover-effect-slider .footer-product {
	display: none;
}
.product .product-image-wrapper.hover-effect-slider .sm-arrow {
	position: absolute;
	top: 0;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	width: 30px;
	color: #3d3d3d;
	text-align: center;
	font-size: 0;
	cursor: pointer;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.product .product-image-wrapper.hover-effect-slider .sm-arrow::selection {
	background-color: transparent !important;
}
.product .product-image-wrapper.hover-effect-slider .sm-arrow:before {
	font-family: FontAwesome;
	font-size: 20px;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	opacity: 0;
	-webkit-transition: all 0.25s ease-in-out 0.1s;
	-moz-transition: all 0.25s ease-in-out 0.1s;
	-ms-transition: all 0.25s ease-in-out 0.1s;
	-o-transition: all 0.25s ease-in-out 0.1s;
	transition: all 0.25s ease-in-out 0.1s;
}
.product .product-image-wrapper.hover-effect-slider .sm-arrow.arrow-left {
	left: -40px;
}
.product .product-image-wrapper.hover-effect-slider .sm-arrow.arrow-left:before {
	left: -5px;
	content: "\f104";
}
.product .product-image-wrapper.hover-effect-slider .sm-arrow.arrow-right {
	right: -40px;
}
.product .product-image-wrapper.hover-effect-slider .sm-arrow.arrow-right:before {
	right: -5px;
	content: "\f105";
}
.product .product-image-wrapper.hover-effect-slider:hover .sm-arrow {
	opacity: 1;
}
.product .product-image-wrapper.hover-effect-slider:hover .sm-arrow:before {
	opacity: 1;
}
.product .product-image-wrapper.hover-effect-slider:hover .sm-arrow.arrow-right {
	right: 0;
}
.product .product-image-wrapper.hover-effect-slider:hover .sm-arrow.arrow-right:before {
	right: 12px !important;
}
.product .product-image-wrapper.hover-effect-slider:hover .sm-arrow.arrow-left {
	left: 0;
}
.product .product-image-wrapper.hover-effect-slider:hover .sm-arrow.arrow-left:before {
	left: 12px !important;
}
.product .product-image-wrapper.hover-effect-swap .show-image {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.product .product-image-wrapper.hover-effect-swap:hover .show-image {
	opacity: 1;
	z-index: 1;
}
.product .product-details {
	margin-top: 20px;
}
.product .progress-button,
.product .product_type_simple,
.product .product_type_grouped,
.product .product_type_external {
	position: relative;
	display: inline-block;
	outline: none;
	background-color: #e9e9e9;
	border: 1px solid #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	-webkit-transition: opacity 0.3s linear, color 0.1s, background-color 0.1s;
	-moz-transition: opacity 0.3s linear, color 0.1s, background-color 0.1s;
	-ms-transition: opacity 0.3s linear, color 0.1s, background-color 0.1s;
	-o-transition: opacity 0.3s linear, color 0.1s, background-color 0.1s;
	transition: opacity 0.3s linear, color 0.1s, background-color 0.1s;
}
.product .progress-button:hover,
.product .product_type_simple:hover,
.product .product_type_grouped:hover,
.product .product_type_external:hover {
	background-color: #444;
	color: #FFF;
}
.product .product-slide .product-details {
	margin-top: 20px;
}
.product .btn.product_type_variable {
	background-color: #e9e9e9;
	border: 1px solid #fff;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.product .btn.product_type_variable:hover {
	background-color: #444;
	color: #FFF;
}
.product #floatingCirclesG {
	background-image: url(images/loading.gif) no-repeat center center !important;
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -25px;
	z-index: 10000;
}
.product .content-product .product-image-wrapper:before,
.product .content-product .product-image-wrapper:after {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.product .content-product.loading .product-image-wrapper:after {
	content: "";
	background-image: url(images/quick-view-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	z-index: 102;
	margin-left: -20px;
	margin-top: -20px;
}
.product .content-product.loading .product-image-wrapper:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	display: block;
	z-index: 101;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.product .products-list #floatingCirclesG {
	width: 50px;
	left: 50%;
	margin-left: -25px;
}
.product .slide-item .progress-button {
	position: static;
}
.product .progress-button[disabled],
.product .progress-button[disabled].state-loading {
	cursor: default;
}
.product .progress-button .content {
	position: relative;
	display: block;
}
.product .progress-button .content::after {
	position: absolute;
	right: 20px;
	color: #000;
	font-family: FontAwesome;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.product .progress-button.state-success .content::after {
	content: "";
	/* Cross for error */
	background-color: #fff;
	background-image: url(images/check-new.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 22px;
	text-align: center;
}
.product .progress-button.state-success {
	border-color: #fff;
	background-color: #fff;
}
.product .progress-button.state-success .content::before,
.product .progress-button.state-success .content::after {
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.product .progress-button.state-success .content .ico-smallpacket {
	opacity: 0;
}
.product .notransition {
	-webkit-transition: none !important;
	transition: none !important;
}
.product .progress-button .progress {
	background: #4b4b4b;
}
.product .progress-button .progress-inner {
	position: absolute;
	left: 0;
	background: #4b4b4b;
}
.product .progress-button[data-horizontal] .progress-inner {
	top: 0;
	width: 0;
	height: 100%;
	-webkit-transition: opacity 0.01s;
	transition: opacity 0.01s;
}
.product .progress-button[data-style="shrink"] .ico-smallpacket {
	background-position: -116px -90px;
}
.product .progress-button[data-style="shrink"]:hover {
	color: #fff;
}
.product .progress-button[data-style="shrink"] .progress-inner {
	background: #000;
}
.product .progress-button[data-style="shrink"].state-success {
	background-color: transparent;
	border-color: transparent;
	font-size: 0;
}
.product .progress-button[data-style="shrink"].state-success:hover {
	background-color: transparent;
	border-color: transparent;
}
.product .progress-button[data-style="shrink"].state-success .content {
	width: 30px;
	height: 13px;
}
.product .progress-button[data-style="shrink"].state-success .content:after {
	background-color: transparent;
}
.product .progress-button {
	/* common for horizontal and vertical */
	-webkit-transition: -webkit-transform 0.1s, color 0.1s, background-color 0.1s, border-color 0.1s;
	transition: transform 0.1s, color 0.1s, background-color 0.1s, border-color 0.1s;
}
.product .progress-button[data-style="shrink"][data-horizontal] .content {
	-webkit-transition: opacity 0.1s, -webkit-transform 0.2s;
	transition: opacity 0.1s, transform 0.2s;
}
.product .progress-button[data-style="shrink"][data-horizontal] .content::before,
.product .progress-button[data-style="shrink"][data-horizontal] .content::after {
	left: 0;
	right: auto;
}
.product .progress-button[data-style="shrink"][data-horizontal].state-loading {
	-webkit-transform: scaleY(0.19);
	transform: scaleY(0.19);
	-ms-transform: scaleY(0.19);
	border: none;
	background-color: #e2e2e2;
}
.product .progress-button[data-style="shrink"][data-horizontal].state-loading .content {
	opacity: 0;
}
.product .progress-button[data-style="shrink"][data-horizontal].state-success .content,
.product .progress-button[data-style="shrink"][data-horizontal].state-error .content {
	opacity: 1;
}
.product .product-excerpt {
	display: none;
}
.product .product-details .products-page-cats {
	margin-bottom: 0.3571em;
}
.product .product-details .products-page-cats a {
	font-weight: 400;
	color: #999;
	font-size: 1em;
}
.product .product-details .products-page-cats a:hover {
	color: #8a8a8a;
}
.product .product-details .product-title a {
	font-weight: 400;
	color: #3d3d3d;
	font-size: 1.0714em;
	display: block;
	text-transform: uppercase;
	font-family: Georgia;
	width: 100%;
	margin-bottom: 0.7142em;
}
.product .product-details .product-title a:hover {
	color: #8a8a8a;
}
.product .price {
	width: 100%;
	text-align: center;
	margin-bottom: 1.0714em;
	display: block;
	font-size: 1.1428em;
	line-height: 1.4285em;
	color: #000;
}
.product .price ins {
	background-color: transparent;
}
.product .price del {
	font-size: 1em;
	color: #8a8a8a;
}
.product .price del span.amount {
	color: #8a8a8a;
}
.star-rating {
	font-size: 0;
	width: 91px;
	height: 14px;
	display: block;
	margin: 0 auto 15px;
	position: relative;
	background-image: url(images/rating-inactive.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.star-rating span {
	position: absolute;
	left: 0;
	top: 0;
	height: 14px;
	background-image: url(images/rating-active.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
/* Shop Full Width */
.shop-full-width .shop-filters-area {
	padding: 0 15px;
}
.shop-full-width .shop-filters-area .sidebar-widget:first-child {
	margin-left: 1%;
}
.shop-full-width .shop-filters-area .sidebar-widget:last-child {
	margin-right: 1%;
}
.shop-full-width .products-grid {
	margin: 0 15px;
	border-bottom: none;
}
.shop-full-width .products-grid.row-count-2 .product {
	width: 50%;
}
.shop-full-width .products-grid.row-count-2 .product img {
	width: 100%;
}
.shop-full-width .products-grid.row-count-3 .product {
	width: 33.3%;
}
.shop-full-width .products-grid.row-count-3 .product img {
	width: 100%;
}
.shop-full-width .products-grid.row-count-4 .product {
	width: 25%;
}
.shop-full-width .products-grid.row-count-4 .product img {
	width: 100%;
}
.shop-full-width .products-grid.row-count-4 .product:nth-child(3n+1) {
	clear: none !important;
}
.shop-full-width .products-grid.row-count-5 .product {
	width: 20%;
}
.shop-full-width .products-grid.row-count-5 .product img {
	width: 100%;
}
.shop-full-width .products-grid.row-count-5 .product:nth-child(3n+1) {
	clear: none !important;
}
.shop-full-width .products-grid.row-count-6 .product {
	width: 16.66%;
}
.shop-full-width .products-grid.row-count-6 .product img {
	width: 100%;
}
.shop-full-width .products-grid.row-count-6 .product:nth-child(3n+1) {
	clear: none !important;
}
.shop-full-width .term-description {
	display: none;
}
.shop-full-width .filter-wrap {
	border-bottom: none;
	padding: 0 30px;
}
.shop-full-width .filter-wrap .filter-content {
	border-bottom: 1px solid #e6e6e6;
	float: left;
	width: 100%;
}
.after-shop-loop .pagination-cubic {
	border-top: 1px solid #e6e6e6;
	width: 100%;
	margin-top: 10px;
	padding-top: 15px;
	text-align: right;
}
.after-shop-loop .pagination-cubic .page-numbers {
	width: auto;
}
/*Nth-child for products */
@media only screen and (min-width: 980px) {
	.row-count-2 .product:nth-child(2n+1),
	.row-count-3 .product:nth-child(3n+1),
	.row-count-4 .product:nth-child(3n+1),
	.row-count-5 .product:nth-child(3n+1),
	.row-count-6 .product:nth-child(3n+1) {
		clear: both;
	}
	.row-count-1 .product {
		width: 100%;
		text-align: center;
	}
	.row-count-2 .product {
		width: 50%;
		text-align: center;
	}
	.row-count-2 .product:nth-child(2n+1) {
		clear: both;
	}
	.row-count-5 .product .product-image-wrapper.hover-effect-mask .hover-mask .product-title a,
	.row-count-4 .product .product-image-wrapper.hover-effect-mask .hover-mask .product-title a,
	.row-count-6 .product .product-image-wrapper.hover-effect-mask .hover-mask .product-title a {
		font-size: 14px;
	}
	.row-count-6 .product .price {
		line-height: 20px;
	}
	.filter-wrap .woocommerce-result-count {
		display: none;
	}
	.row-count-3 .product:nth-child(3n+1),
	.sidebar-position-without .row-count-3 .product:nth-child(3n+1) {
		clear: both;
	}
	.shop_table.wishlist_table td.product-name {
		width: 240px !important;
	}
	.shop_table.wishlist_table td,
	.shop_table.wishlist_table th {
		padding: 15px 8px !important;
	}
	.owl-carousel .product-category {
		width: 100% !important;
	}
	.row-count-2.products-grid .product-category {
		width: 50% !important;
	}
	.row-count-5 .product-category:nth-child(5n+1),
	.row-count-6 .product-category:nth-child(5n+1) {
		clear: none !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
	@-ms-viewport {
		width: device-width;
	}
	.row-count-2 .product:nth-child(2n+1),
	.row-count-3 .product:nth-child(3n+1),
	.row-count-4 .product:nth-child(3n+1),
	.row-count-5 .product:nth-child(3n+1),
	.row-count-6 .product:nth-child(3n+1) {
		clear: both;
	}
	.row-count-2 .product {
		width: 360px;
	}
	.owl-carousel .product-category {
		width: 100% !important;
	}
	.row-count-2.products-grid .product-category {
		width: 50% !important;
	}
	.shop-full-width .products-grid.row-count-2 .product {
		width: 50%;
	}
	.shop-full-width .products-grid.row-count-3 .product {
		width: 33.3%;
	}
	.shop-full-width .products-grid.row-count-4 .product {
		width: 50%;
	}
	.shop-full-width .products-grid.row-count-5 .product {
		width: 50%;
	}
	.shop-full-width .products-grid.row-count-6 .product {
		width: 33.3%;
	}
	.shop-full-width .products-grid.row-count-6 .product img {
		width: 100%;
	}
	.banner.banner-type-2 .banner-content:before,
	.banner.banner-type-2 .banner-content:after {
		top: 10px !important;
		right: 10px !important;
		left: 10px !important;
		bottom: 10px !important;
	}
	.banner.banner-type-2 .banner-content p {
		padding: 0 !important;
	}
	.banner.banner-type-2 .banner-content h3 {
		padding-top: 15px !important;
		margin-bottom: 0 !important;
	}
	article.content-small .content-article {
		width: auto;
		float: none;
	}
	article.content-small .wp-picture,
	article.content-small .post-gallery-slider {
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 767px) {
	@-ms-viewport {
		width: device-width;
	}
	.row-count-2 .product:nth-child(2n+1),
	.row-count-3 .product:nth-child(2n+1),
	.row-count-4 .product:nth-child(2n+1),
	.row-count-5 .product:nth-child(2n+1),
	.row-count-6 .product:nth-child(2n+1) {
		clear: both !important;
	}
	.row-count-2.products-grid .product-category {
		width: 50% !important;
	}
	.shop-full-width .products-grid.row-count-2 .product,
	.shop-full-width .products-grid.row-count-3 .product,
	.shop-full-width .products-grid.row-count-4 .product,
	.shop-full-width .products-grid.row-count-5 .product,
	.shop-full-width .products-grid.row-count-6 .product {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) {
	@-ms-viewport {
		width: device-width;
	}
	.product {
		width: 100%;
		margin-bottom: 50px;
	}
	.row-count-2.products-grid .product-category {
		width: 100% !important;
	}
	.shop-full-width .products-grid.row-count-2 .product,
	.shop-full-width .products-grid.row-count-3 .product,
	.shop-full-width .products-grid.row-count-4 .product,
	.shop-full-width .products-grid.row-count-5 .product,
	.shop-full-width .products-grid.row-count-6 .product {
		width: 100%;
	}
}
/* Products List */
.products-list .product {
	width: 100% !important;
	text-align: left;
}
.products-list .product .product-image-wrapper {
	float: left;
	margin-right: 30px;
	width: 35%;
}
.products-list .product .product-details {
	width: 60%;
	float: left;
	text-align: left !important;
}
.products-list .product .product-details .product-excerpt {
	display: block;
	line-height: 1.8;
	margin-bottom: 1.4285em;
}
.products-list .product .product-details .star-rating {
	margin: 0;
	margin-bottom: 0.7142em;
}
.products-list .product .product-details .price {
	text-align: left;
}
.header-vertical-enable .products-list .product {
	width: 100% !important;
}
/* Shop Sidebar */
.sidebar .woocommerce_product_categories .widget-title,
.sidebar .widget_product_categories .widget-title {
	color: #FFF;
	background-color: #252525;
	text-align: center;
	border: none;
	padding: 1.2142em 0;
	font-size: 1.2857em;
	letter-spacing: 0.0714em;
}
.sidebar .woocommerce_product_categories select,
.sidebar .widget_product_categories select {
	background: none;
}
/* Product Categories */
.product-categories {
	padding-left: 0 !important;
}
.product-categories > li {
	list-style: none;
	display: inline-block;
	width: 100%;
}
.product-categories > li.firstItem {
	padding-top: 0;
}
.product-categories > li > a {
	font-size: 1em;
	line-height: 1.2857em;
	display: inline;
	font-weight: 500;
	text-transform: none;
	position: relative;
	display: inline-block;
	padding: 0.5714em 0;
}
.product-categories > li > ul {
	padding: 0;
}
.product-categories > li > ul.children li {
	list-style: none;
}
.product-categories > li > ul.children li > a {
	font-size: 1em;
	line-height: 1.0714em;
	color: #575757;
	font-weight: 500;
	text-transform: none;
	position: relative;
	display: inline-block;
	padding-left: 0.7142em;
	padding-bottom: 0.5714em;
	padding-top: 0.5714em;
}
.product-categories > li > ul.children li > a:hover {
	color: #8a8a8a;
}
.product-categories > li > ul.children li.current-cat > a {
	color: #333;
}
.product-categories > li > ul.children li.opened > .open-this {
	background-image: url(images/small-minus.png);
}
.product-categories > li > ul a:before {
	font-family: "FontAwesome";
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	content: "\f105";
	-webkit-font-smoothing: antialiased;
	float: left;
	line-height: 14px;
	font-size: 12px;
	margin-right: 7px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.product-categories > li.opened > .open-this {
	background-image: url(images/small-minus.png);
}
.product-categories > li.current-cat {
	color: #8a8a8a;
}
.product-categories > li.current-cat a {
	color: #8a8a8a;
}
.product-categories > li.current-cat span {
	color: #8a8a8a;
}
.product-categories > li.current-cat .children span.count {
	color: #333 !important;
}
.product-categories > li span {
	cursor: pointer;
}
.product-categories > li span:hover {
	color: #8a8a8a;
}
.product-categories .open-this {
	cursor: pointer;
	float: right;
	height: 26px;
	position: relative;
	top: 4px;
	z-index: 1;
	font-size: 0;
	width: 26px;
	display: block;
	margin: 0;
	background-image: url(images/small-plus.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.product-categories.with-accordion ul.children {
	display: none;
}
.product-categories.with-accordion ul.children li.over > .open-this {
	background-image: url(images/small-minus.png);
}
.product-categories.with-accordion ul.children li a:hover {
	color: #8a8a8a;
}
.product-categories.with-accordion ul.children li ul li a {
	padding-left: 20px;
}
/* Product Categories on Homepage */
.home .sidebar-widget.widget_product_categories {
	border: 3px solid #f2f2f2;
}
.home .sidebar-widget.widget_product_categories .widget-title {
	background-color: #f2f2f2;
}
.home .sidebar-widget.widget_product_categories .widget-title span {
	color: #333;
	font-size: 16px;
}
.home .sidebar-widget.widget_product_categories ul {
	margin-bottom: 0;
}
.home .sidebar-widget.widget_product_categories li {
	padding-left: 25px;
	border-bottom: 1px solid #f2f2f2;
}
.home .sidebar-widget.widget_product_categories li > a {
	color: #737373;
	font-size: 14px;
	padding: 15px 0;
}
.home .sidebar-widget.widget_product_categories li > a:hover {
	color: #8a8a8a;
}
.home .sidebar-widget.widget_product_categories li.firstItem > a {
	padding-top: 0;
}
.product-category {
	text-align: center;
}
.product-category.columns-5 {
	width: 20%;
}
/* Product List Widget */
.product_list_widget li {
	border-bottom: 1px solid #eee;
	padding: 1.4285em 0;
	display: inline-block;
}
.product_list_widget li h4 {
	text-transform: none;
	font-size: 1em;
}
.product_list_widget li h4 a {
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
}
.product_list_widget li h4 .small-coast {
	font-size: 1.0714em;
}
.product_list_widget li .rating {
	display: none;
}
.product_list_widget li img {
	max-width: 4.2857em;
}
.product_list_widget li .small-coast {
	color: #8a8a8a;
	font-size: 1.0714em;
	font-weight: 500;
}
.product_list_widget li .small-coast del {
	font-size: 1em;
	color: #8a8a8a;
}
.product_list_widget li:first-child {
	padding-top: 0;
}
.product_list_widget li.lastItem {
	padding-bottom: 0;
	border-bottom: none;
}
/* Filter by Price Widget */
.price_slider_wrapper {
	margin-top: 20px;
}
.price_slider_wrapper .ui-range {
	margin-bottom: 21px;
}
.price_slider_wrapper .ui-corner-all {
	height: 3px;
	margin-top: -1px;
	margin-bottom: 20px;
	position: relative;
	background-color: #ddd;
	top: 0;
	box-sizing: border-box;
}
.price_slider_wrapper .ui-slider .ui-slider-handle {
	border: none;
	background-color: #3d3d3d;
	cursor: pointer;
	height: 10px;
	outline: none;
	position: absolute;
	top: -3px;
	margin-left: -1px;
	width: 10px;
	z-index: 2;
}
.price_slider_wrapper .ui-slider .ui-slider-range {
	background-color: #8a8a8a !important;
}
.price_slider_wrapper .button {
	float: left;
}
.price_slider_wrapper .price_label {
	text-align: right;
	line-height: 28px;
	font-size: 14px;
}
.widget_layered_nav li {
	position: relative;
	list-style: none;
}
.widget_layered_nav li a {
	font: 14px/12px 'Open Sans', sans-serif;
	padding: 12px 0 10px 25px;
	text-transform: none;
	color: #737373;
	display: block;
}
.widget_layered_nav li a:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	top: 50%;
	left: 0;
	margin-top: -6px;
	border: 1px solid #D9D9D9;
	display: inline-block;
}
.widget_layered_nav li a:hover {
	color: #000;
}
.widget_layered_nav li .count {
	font: 14px/12px 'Open Sans', sans-serif;
	color: #737373;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	cursor: pointer;
}
.widget_layered_nav li.chosen a {
	color: #252525;
}
.widget_layered_nav li.chosen a:after {
	content: "";
	position: absolute;
	width: 13px;
	height: 11px;
	top: 50%;
	left: 0;
	margin-top: -6px;
	margin-left: 2px;
	background-image: url(images/check-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.widget_layered_nav li.firstItem a:before {
	margin-top: -6px;
}
.widget_layered_nav li.firstItem a:after {
	margin-top: -6px;
}
.widget_layered_nav li.firstItem .count {
	margin-top: -6px;
}
.widget_layered_nav_filters li {
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #ebebeb;
	overflow: hidden;
	padding: 7px 18px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.widget_layered_nav_filters li a {
	position: relative;
	left: 0;
	-webkit-transition: left 0.25s ease-in-out;
	-moz-transition: left 0.25s ease-in-out;
	transition: left 0.25s ease-in-out;
}
.widget_layered_nav_filters li a:before {
	content: "x";
	position: absolute;
	right: -30px;
	font-size: 16px;
	line-height: 20px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.widget_layered_nav_filters li:hover {
	border-color: #000;
}
.widget_layered_nav_filters li:hover a {
	color: #000;
	left: -8px;
}
.widget_layered_nav_filters li:hover a:before {
	right: -17px;
}
#etheme-popup {
	margin: 0 auto;
	background-color: #FFF;
	padding: 60px;
	border: 1px solid #e6e6e6;
}
#etheme-popup p {
	margin-bottom: 0;
}
#etheme-popup .checkbox-label input {
	position: relative;
	top: 3px;
}
#etheme-popup h1 {
	font-weight: 400;
	margin-bottom: 0;
}
#etheme-popup .mc4wp-form {
	margin-top: 20px;
}
#etheme-popup .mc4wp-form input[type="email"] {
	width: 260px;
	float: left;
	height: 40px;
}
#etheme-popup .mc4wp-form input[type="submit"] {
	height: 40px;
}
#etheme-popup .mc4wp-form label {
	display: none;
}
#etheme-popup span {
	display: inline-block;
	margin-top: 10px;
	font-weight: 400;
	margin-bottom: 20px;
}
.widget_product_tag_cloud .tagcloud a {
	display: inline-block;
	border: 1px solid #e6e6e6;
	padding: 0.5em 0.714em;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.928em !important;
	margin: 5px 5px 5px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.widget_product_tag_cloud .tagcloud a:hover {
	border: 1px solid #000;
	color: #000;
}
.woocommerce.widget_recent_reviews .product_list_widget li img {
	max-width: 3.3571em;
	float: left;
	height: auto;
	margin-right: 0.7142em;
}
.woocommerce.widget_recent_reviews .product_list_widget li a {
	font-size: 1em;
	color: #3d3d3d;
	font-weight: 400;
	line-height: 1.0714em;
}
.woocommerce.widget_recent_reviews .product_list_widget li .reviewer {
	display: none;
}
.woocommerce.widget_recent_reviews .product_list_widget li .star-rating {
	float: left;
	margin-top: 5px;
}
.woocommerce.widget_product_search .woocommerce-product-search label {
	display: none;
}
.woocommerce.widget_product_search .woocommerce-product-search input[type="search"] {
	height: 34px;
	width: 160px;
	border: 1px solid #d5d5d5;
	color: #333;
	font-size: 0.9285em;
	padding: 0.7142em;
	-webkit-transition: border-color 0.2s ease-in-out;
	-moz-transition: border-color 0.2s ease-in-out;
	-ms-transition: border-color 0.2s ease-in-out;
	-o-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
}
.woocommerce.widget_product_search .woocommerce-product-search input[type="search"]:focus {
	border-color: #252525;
}
.woocommerce.widget_product_search .woocommerce-product-search input[type="submit"] {
	height: 34px;
	float: right;
}
.woocommerce-message,
.alert-success,
.success,
.woocommerce-error,
.alert-error,
.error,
.woocommerce-info,
.alert-info,
.info,
.woocommerce-warning,
.alert-warning,
.warning {
	border: 1px solid transparent;
	font-size: 0.9285em;
	color: #767676;
	padding: 1.0714em;
	width: 100%;
	position: relative;
	padding-left: 4.2857em !important;
	line-height: 1.7142em;
	margin-bottom: 2.1428em !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.woocommerce-message li,
.alert-success li,
.success li,
.woocommerce-error li,
.alert-error li,
.error li,
.woocommerce-info li,
.alert-info li,
.info li,
.woocommerce-warning li,
.alert-warning li,
.warning li {
	list-style: none;
}
.woocommerce-message:before,
.alert-success:before,
.success:before,
.woocommerce-error:before,
.alert-error:before,
.error:before,
.woocommerce-info:before,
.alert-info:before,
.info:before,
.woocommerce-warning:before,
.alert-warning:before,
.warning:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 25px;
	margin-top: -10px;
	line-height: 1;
	font-size: 1.7142em;
	font-family: FontAwesome;
}
.woocommerce-message .button,
.alert-success .button,
.success .button,
.woocommerce-error .button,
.alert-error .button,
.error .button,
.woocommerce-info .button,
.alert-info .button,
.info .button,
.woocommerce-warning .button,
.alert-warning .button,
.warning .button {
	position: absolute;
	right: 0.7142em;
	top: 0.7142em;
}
.woocommerce-message,
.alert-success,
.success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.woocommerce-message:before,
.alert-success:before,
.success:before {
	content: "\f00c";
}
.woocommerce-error,
.alert-error,
.error {
	background-color: #f2dede;
	border-color: #ebccd1;
}
.woocommerce-error:before,
.alert-error:before,
.error:before {
	content: "\f00d";
}
.woocommerce-info,
.alert-info,
.info,
.info {
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.woocommerce-info:before,
.alert-info:before,
.info:before,
.info:before {
	content: "\f129";
}
.woocommerce-warning,
.alert-warning,
.warning,
.warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.woocommerce-warning:before,
.alert-warning:before,
.warning:before,
.warning:before {
	content: "\f12a";
}
.empty-cart-block {
	text-align: center;
}
.empty-cart-block a.btn.filled.active {
	margin-top: 20px;
	background-color: #E9E9E9;
	color: #000;
	border: none;
	line-height: 42px;
}
.empty-cart-block a.btn.filled.active:hover {
	background-color: #f2f2f2;
	color: #000 !important;
}
.empty-cart-block .icon-shopping-cart {
	font-size: 70px;
	margin-bottom: 30px;
	display: block;
}
.empty-category-block {
	text-align: center;
}
.product-category > a {
	display: block;
	position: relative;
}
.product-category > a img {
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.product-category > a:hover img {
	opacity: 0.8;
}
.product-category .categories-mask {
	position: absolute;
	opacity: 1;
	left: 0;
	right: 0;
	margin: 15px;
	bottom: 0;
	padding: 15px;
	background-color: #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.product-category .categories-mask span {
	color: #3d3d3d;
}
.product-category .categories-mask span.more {
	display: none;
}
.product-category .categories-mask h4 {
	font-size: 22px;
	margin-bottom: 0;
	-ms-word-break: break-word;
	word-break: break-word;
}
.categoriesCarousel.owl-carousel .owl-pagination {
	display: none;
}
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
.product-information {
	margin-bottom: 30px;
}
.product-information .price {
	float: left;
	text-align: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: 400;
	color: #3d3d3d !important;
}
.product-information .price ins {
	text-decoration: none;
	display: inline-block;
}
.product-information .price del {
	font-size: 22px;
}
.product-information .price del .amount {
	font-size: 22px;
}
.product-information .product_title {
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.product-information .woocommerce-product-rating .star-rating {
	margin: 0;
	margin-right: 15px;
	float: left;
}
.product-information .woocommerce-product-rating .woocommerce-review-link {
	font-size: 14px;
	color: #3d3d3d;
	font-weight: 400;
}
.product-information .woocommerce-product-rating .woocommerce-review-link:hover {
	color: #8a8a8a;
}
.product-information .short-description {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #8c8c8c;
}
.product-information .short-description p {
	margin-bottom: 0;
}
.product-information table.variations {
	margin-bottom: 0;
}
.product-information table.variations td.label {
	width: 100%;
	padding: 0;
	border-top: none;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.product-information table.variations td.label label {
	color: #000;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.product-information table.variations td.value {
	border-top: none;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.product-information table.variations td.value select {
	width: 250px;
	margin-bottom: 10px;
}
.product-information form.variations_form.cart .single_variation_wrap {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
.product-information .size_guide {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.product-information .email-link {
	margin-bottom: 10px;
	display: inline-block;
}
.product-information .product_meta {
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 100%;
}
.product-information .product_meta .wcml_currency_switcher {
	display: none;
}
.product-information .product_meta > span {
	display: block;
	margin-bottom: 10px;
}
.product-information .product_meta span.sku {
	position: relative;
	top: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #3d3d3d;
}
.product-information .cart {
	float: left;
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 25px;
}
.product-information .cart button[type="submit"],
.product-information .cart .button {
	float: left;
	font-size: 13px;
	height: auto;
	line-height: 40px;
	padding: 0 28px;
	letter-spacing: 1px;
	
}
.product-information .cart button[type="submit"]:hover,
.product-information .cart .button:hover {
	background-color: #444;
	text-decoration: none;
}
.product-information .cart button[type="submit"] {
	margin-left: 30px;
}
.product-information .share-title {
	float: left;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 30px;
	color: #3d3d3d;
}
.product-information .menu-social-icons {
	float: right;
	width: auto;
}
.product-information .menu-social-icons li {
	margin-right: 5px;
}
.product-information .menu-social-icons a i {
	font-size: 18px;
	color: #a8a8a8;
	background-color: transparent;
}
.product-information .menu-social-icons a i:hover {
	color: #8a8a8a;
}
.product-information .menu-social-icons a svg {
	display: none;
}
.product-information .woocommerce-price-suffix {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	font-size: 16px;
	color: #767676;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
}
.product-information .out-stock-wrapper {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.product-information .out-stock {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	margin: 0;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	left: 0;
}
.product-information .out-stock .wr-c {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #444;
	font-family: Georgia;
	text-transform: uppercase;
	border: none;
}
.product-information .out-of-stock {
	font-size: 16px;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	padding: 10px 0;
	text-transform: uppercase;
	color: #8a8a8a;
}
.product-information .yith-wcwl-add-to-wishlist a,
.product-information .email-link,
.product-information .sku_wrapper {
	font-size: 14px;
	font-weight: 400;
}
.product-information .yith-wcwl-add-to-wishlist {
	display: inline-block;
	margin-top: 0;
	padding-right: 10px;
}
.product-information .yith-wcwl-add-to-wishlist span.feedback {
	display: none;
}
.product-information .yith-wcwl-add-to-wishlist img {
	display: none !important;
}
.product-information .yith-wcwl-add-to-wishlist a {
	padding-left: 5px;
}
.product-information .yith-wcwl-add-to-wishlist a:before {
	content: "\f08a";
	font-family: FontAwesome;
	position: relative;
	left: -5px;
}
.product-information .yith-wcwl-add-to-wishlist a.button {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 0 28px;
	line-height: 40px;
	font-size: 0.9285em;
	margin-bottom: 20px;
}
.product-information .email-link {
	margin-right: 10px;
	padding-left: 5px;
}
.product-information .email-link:before {
	content: "\f003";
	position: relative;
	font-family: FontAwesome;
	left: -5px;
}
.product-information .clear {
	display: none;
}
.hide-product-name .product_title {
	display: none;
}
.product-images .out-stock {
	display: none;
}
.shop_attributes td,
.shop_attributes th {
	vertical-align: middle;
	font-weight: 400;
	padding: 3px 0;
	border: none;
}
.shop_attributes td p,
.shop_attributes th p {
	margin-bottom: 0;
}

.single-product .carousel-area {
	margin-top: 10px;
}
.label-product {
	text-align: center;
	z-index: 1;
}
.label-product > div {
	position: absolute;
	z-index: 100;
}
.type-label-1 {
	top: 7px;
	right: 10px;
	background: rgba(121, 121, 121, 0.9);
	color: #fff;
	border-radius: 100%;
	width: 45px;
	height: 45px;
	font-size: 13px;
	line-height: 45px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.type-label-1 .new {
	display: inline-block;
}
.type-label-2 {
	top: 7px;
	left: 10px;
	background: #8a8a8a;
	color: #fff;
	border-radius: 100%;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.type-label-2 .sale {
	display: inline-block;
}
.type-label-2 .big-T {
	font-size: 18px;
	border: none;
	display: block;
}
.group_table tr,
.group_table td {
	border: none;
}
.group_table td.price {
	width: auto;
	margin: 0;
	float: none;
	padding: 0;
	line-height: 50px;
	vertical-align: top;
}
.group_table td.price .amount {
	font-size: 22px;
}
.group_table td.price .out-of-stock {
	font-size: 12px;
	padding-top: 0;
}
.group_table td.label {
	line-height: 50px;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.group_table td:first-child {
	vertical-align: top;
}
.product-type-grouped button[type="submit"] {
	margin-left: 0 !important;
}
.quantity {
	position: relative;
	border: 1px solid #3d3d3d;
	float: left;
	width: 71px;
	/* WooCommerce Quantity Increment Plugin */
}
.quantity input[type="button"] {
	position: absolute;
	right: 0;
	width: 27px;
	height: 19px;
	padding: 0;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
}
.quantity input[type="button"]:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}
.quantity input[type="button"]:focus {
	background-color: #fff;
	color: #000 !important;
}
.quantity input[type="number"] {
	height: 38px;
	width: 70px;
	line-height: 38px;
	text-align: center;
	font: 16px/30px 'Open Sans', sans-serif;
	font-weight: 500;
	display: block;
	border: none;
	color: #3d3d3d;
	border-right: 1px solid #3d3d3d;
}
.quantity input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	cursor: pointer;
	opacity: 1;
	visibility: visible;
	display: block;
	width: 25px;
	left: 0px;
	height: 38px;
	color: #333;
	text-align: center;
	position: relative;
	z-index: 100;
	border-left: 1px solid #3d3d3d;
}
.quantity input[type="number"]::-webkit-inner-spin-button:after {
	content: "";
	position: absolute;
	background-image: url(images/small_plus.png);
	background-position: center center;
	background-repeat: no-repeat;
	right: 7px;
	width: 10px;
	height: 10px;
	top: 5px;
	display: block;
	font-family: monospace;
}
.quantity input[type="number"]::-webkit-inner-spin-button:before {
	content: "";
	position: absolute;
	background-image: url(images/small_minus.png);
	background-position: center center;
	background-repeat: no-repeat;
	right: 7px;
	width: 10px;
	top: 21px;
	height: 10px;
	display: block;
	font-family: monospace;
}
.quantity .minus {
	bottom: 0;
}
.quantity .plus {
	top: 0;
	border-bottom: 1px solid #e6e6e6;
}
.quantity.buttons_added {
	width: auto;
	border: none;
	padding-right: 30px;
	border: 1px solid #e6e6e6;
}
.quantity.buttons_added input[type="number"] {
	width: 50px;
	height: 40px;
	border: none;
	font-weight: 400;
	border-right: 1px solid #e6e6e6;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.quantity.buttons_added input[type="number"]::-webkit-inner-spin-button {
	display: none;
}
.quantity.buttons_added .plus,
.quantity.buttons_added .minus {
	background-color: #FFF;
	width: 30px;
	height: 20px;
}
.quantity.buttons_added .plus:hover,
.quantity.buttons_added .minus:hover {
	background-color: #FFF;
}
.quantity.buttons_added .minus {
	background-image: url(images/small_minus.png);
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 0;
}
.quantity.buttons_added .plus {
	background-image: url(images/small_plus.png);
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 0;
}
/* Fixed Single Product */
.affix-bottom {
	position: absolute;
}
.product-summary-fixed .product_title {
	font-size: 1.5714em;
	text-transform: none;
}
.product-summary-fixed .product_title:after {
	content: "";
	height: 2px;
	display: block;
	position: absolute;
	width: 35px;
}
.fixed-product-block {
	min-height: 65vh;
	display: table;
}
.fixed-product-block .fixed-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.fixed-product-block .fixed-content .share-title {
	display: none;
}
.fixed-product-block .fixed-content .woocommerce-review-link {
	display: none;
}
.fixed-product-block .fixed-content .menu-social-icons {
	text-align: center;
}
.fixed-product-block .fixed-content .menu-social-icons li {
	float: none;
	margin-right: 0;
	display: inline-block;
}
.fixed-product-block .fixed-content .price {
	text-align: center;
	margin-bottom: 20px;
}
.fixed-product-block .fixed-content .cart {
	border: none;
	padding: 0;
}
.fixed-product-block .fixed-content .cart button[type="submit"],
.fixed-product-block .fixed-content .cart .button {
	float: none;
	margin: 0 auto;
	display: inline-block;
}
.fixed-product-block .fixed-content .quantity {
	float: none;
	margin: 0 auto 20px;
}
.fixed-product-block .fixed-content table.variations td.label {
	text-align: center;
}
.fixed-product-block .fixed-content .group_table td.label {
	vertical-align: top;
}
.product-content .product-images {
	margin-bottom: 40px;
}
.product-content .product-images .type-label-2 {
	left: 22px;
}
.product-content .product-images .type-label-1 {
	right: 22px;
}
/* Review Position Outside */
.reviews-position-outside .tabs {
	width: 60% !important;
	float: left;
	padding-right: 15px;
}
.reviews-position-outside .tabs.tabs-default {
	margin-top: 12px;
}
.reviews-position-outside .tabs.right-bar {
	padding-right: 0;
}
.reviews-position-outside .tabs.accordion {
	margin-top: 2px;
}
.reviews-position-outside #reviews {
	width: 40%;
	padding-left: 15px;
	padding-top: 22px;
	float: left;
}
.reviews-position-outside #reviews .reviews-title {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 15px;
	color: #3d3d3d;
}
.product-images-slider {
	margin-bottom: 20px;
	position: relative;
}
.product-images-slider .owl-item {
	padding: 0 !important;
	text-align: center;
}
.product-images-slider .owl-controls {
	position: static;
}
.product-images-slider .owl-controls .owl-buttons div {
	position: absolute;
	z-index: 3;
	font-size: 0;
	top: 0;
	width: 30px;
	margin-top: 0;
	height: 100%;
	display: block;
	cursor: pointer;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.product-images-slider .owl-controls .owl-buttons div:before {
	content: "" !important;
}
.product-images-slider .owl-controls .owl-prev {
	left: 0 !important;
}
.product-images-slider .owl-controls .owl-prev:hover {
	background: rgba(255, 255, 255, 0.7);
}
.product-images-slider .owl-controls .owl-prev:after {
	content: '';
	display: block;
	background: url('images/icons-sprite.png') no-repeat -7px -35px;
	width: 12px !important;
	height: 25px !important;
	position: absolute;
	left: 50% !important;
	top: 50% !important;
	margin-top: -12px;
	margin-left: -6px;
}
.product-images-slider .owl-controls .owl-next {
	right: 0 !important;
}
.product-images-slider .owl-controls .owl-next:hover {
	background: rgba(255, 255, 255, 0.7);
}
.product-images-slider .owl-controls .owl-next:after {
	content: '';
	display: block;
	background: url('images/icons-sprite.png') no-repeat -28px -35px;
	width: 12px !important;
	height: 25px !important;
	position: absolute;
	left: 50% !important;
	top: 50% !important;
	margin-top: -12px;
	margin-left: -6px;
}
.product-images-slider .owl-controls .owl-pagination {
	display: none;
}
.product-images-slider .product-image {
	cursor: default;
}
.product-images-gallery div {
	margin-bottom: 15px;
	position: relative;
}
.single-product .tabs.tabs-default {
	width: 100%;
}
.single-product .tabs .tab-title {
	font-family: Georgia;
	font-weight: 400;
}
.product-lightbox-btn {
	position: absolute;
	left: 17px;
	bottom: 17px;
	font-size: 0;
	z-index: 1001;
	padding: 0;
	width: 40px;
	height: 40px;
	border: 1px solid #3a3a3a;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.product-lightbox-btn:before {
	content: "\f065";
	font-family: FontAwesome;
	font-size: 16px;
	color: #3a3a3a;
	line-height: 39px;
}
.product-lightbox-btn:hover {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#product-pager {
	margin: 0 auto;
	padding: 0 35px;
	width: auto;
}
#product-pager .owl-item {
	text-align: center;
	padding: 0 6px;
}
#product-pager .owl-item img {
	width: 100%;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#product-pager .owl-item a {
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#product-pager .owl-item a:hover {
	border-color: #8d8d8d;
}
#product-pager .owl-item a:hover img {
	opacity: 1;
}
#product-pager .owl-item.active-thumbnail a {
	border-color: #8d8d8d;
}
#product-pager .owl-item.active-thumbnail a img {
	opacity: 1;
}
#product-pager .owl-item .active-thumbnail {
	border-color: #8d8d8d;
}
#product-pager .owl-item .active-thumbnail img {
	opacity: 1;
}
#product-pager .owl-next,
#product-pager .owl-prev {
	position: absolute;
	top: 0;
	margin-top: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#product-pager .owl-next:hover,
#product-pager .owl-prev:hover {
	background-color: rgba(255, 255, 255, 0.7);
}
#product-pager .owl-next:after,
#product-pager .owl-prev:after {
	display: none;
}
#product-pager .owl-prev {
	left: 0;
	width: 35px;
	height: 100%;
	display: inline-block;
	background: none;
	border: none !important;
	border-radius: 0;
}
#product-pager .owl-prev:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -12px;
	background: url('images/icons-sprite.png') no-repeat -7px -35px;
	width: 12px;
	height: 25px;
	right: 12px;
	left: 12px;
	display: block;
}
#product-pager .owl-prev:focus {
	outline: none;
}
#product-pager .owl-next {
	right: 0;
	width: 35px;
	height: 100%;
	display: inline-block;
	background: none;
	border: none !important;
	border-radius: 0;
}
#product-pager .owl-next:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -12px;
	background: url('images/icons-sprite.png') no-repeat -28px -35px;
	width: 12px;
	height: 25px;
	left: 13px;
	display: block;
}
#product-pager .owl-next:focus {
	outline: none;
}
#product-pager .owl-item .video-thumbnail {
	border: 1px solid #D5D5D5;
	padding: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#product-pager .owl-item .video-thumbnail span {
	cursor: pointer;
	display: block;
	font-size: 0;
	background-image: url(images/play1.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 83px;
	height: 110px;
}
#product-pager .owl-controls {
	position: static;
}
#product-pager .owl-controls .owl-pagination {
	display: none;
}
#product-pager .owl-controls .owl-buttons {
	opacity: 1 !important;
}
.single-product-large .product-information > div {
	padding: 65px;
	border: 1px solid #e6e6e6;
	display: inline-block;
}
.single-product-large .product-information > div h4.title {
	display: none;
}
.single-product-large .product-information > div .product_title {
	font-weight: 400;
}
.single-product-large .product-information > div .product_meta {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}
.single-product-large .product-information > div .menu-social-icons {
	margin-bottom: 0;
}
.single-product-large .col-md-9 .product-information > div {
	padding: 25px;
	border: 1px solid #e6e6e6;
}
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
#customer_login .col-1,
#customer_login .col-2 {
	width: 50%;
	padding: 0 15px;
	float: left;
}
#customer_login .col-1 h2,
#customer_login .col-2 h2 {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	padding-bottom: 10px;
	line-height: 1.3;
	margin-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}
#customer_login .col-1 label,
#customer_login .col-2 label {
	font-weight: 400;
}
#customer_login .col-1 label[for="rememberme"],
#customer_login .col-2 label[for="rememberme"] {
	font-weight: 400;
}
#customer_login .col-1 .button,
#customer_login .col-2 .button {
	float: left;
	font-size: 13px;
	line-height: 40px;
	width: auto;
	padding: 0 28px;
	letter-spacing: 1px;
}
#customer_login .col-1 label.inline,
#customer_login .col-2 label.inline {
	padding-left: 20px;
	line-height: 40px;
	margin-bottom: 0;
}
#customer_login .col-1 label.inline input,
#customer_login .col-2 label.inline input {
	top: 10px;
}
#customer_login .col-1 .lost_password,
#customer_login .col-2 .lost_password {
	float: right;
	line-height: 40px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
}
#customer_login .col-1 {
	border: 1px solid #e6e6e6;
	padding: 35px;
}
#customer_login .col-1 .form-row:nth-child(3n) {
	width: auto;
}
#customer_login .col-2 {
	padding: 15px 0 15px 60px;
}
#customer_login .col-2 form.register {
	margin-top: 10px;
}
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
.comments-list .comment {
	border: 1px solid #e6e6e6;
	padding: 40px 20px;
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.comments-list .comment .media-heading {
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
}
.comments-list .comment .comment-reply-link {
	color: #3d3d3d;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: none;
}
.comments-list .comment .comment-reply-link:hover {
	color: #8a8a8a;
}
.comments-list .comment .star-rating {
	margin-left: 0;
	float: right;
}
.comments-list .comment ul.children {
	margin-top: 30px;
}
.comment-respond .comment-form-rating {
	margin-bottom: 10px;
	margin-top: 10px;
}
.comment-respond .comment-form-rating label {
	margin-bottom: 0;
}
p.stars {
	display: inline-block;
	margin: 0 0 0 10px !important;
	position: relative;
	top: 9px;
}
p.stars span {
	background: url(images/star-silver.png) repeat-x left 0;
	float: left;
	height: 20px;
	position: relative;
	width: 75px;
}
p.stars span a {
	float: left;
	height: 0;
	left: 0;
	overflow: hidden;
	padding-top: 22px;
	position: absolute;
	top: 0;
	width: 15px;
}
p.stars span a:hover,
p.stars span a:focus,
p.stars span a:hover,
p.stars span a:focus {
	background: url(images/star.png) repeat-x left 0;
}
p.stars span a.active,
p.stars span a.active {
	background: url(images/star.png) repeat-x left 0;
	border: none;
}
p.stars span a.star-1,
p.stars span a.star-1 {
	width: 15px;
	z-index: 10;
}
p.stars span a.star-2,
p.stars span a.star-2 {
	width: 30px;
	z-index: 9;
}
p.stars span a.star-3,
p.stars span a.star-3 {
	width: 45px;
	z-index: 8;
}
p.stars span a.star-4,
p.stars span a.star-4 {
	width: 60px;
	z-index: 7;
}
p.stars span a.star-5,
p.stars span a.star-5 {
	width: 75px;
	z-index: 6;
}
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
table.shop_table {
	border: none;
}
table.shop_table thead tr {
	border-top: 1px solid #ddd;
}
table.shop_table thead tr:first-child {
	border-top: none;
}
table.shop_table thead tr th:first-child {
	border-left: none;
}
table.shop_table thead tr th:last-child {
	border-right: none;
}
table.shop_table thead tr th {
	border-left: none;
	border-right: none;
	border-bottom-width: 1px;
	padding: 12px 8px;
	font-size: 14px;
	font-family: Georgia;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	color: #3d3d3d;
}
table.shop_table thead tr th.product-remove {
	width: 85px;
}
table.shop_table thead tr th.product-name {
	text-align: left;
}
table.shop_table td:first-child {
	border-left: none !important;
}
table.shop_table td:last-child {
	border-right: none !important;
}
table.shop_table td {
	border-right: none !important;
	border-left: none !important;
	vertical-align: middle !important;
	text-align: center;
	padding: 14px 8px;
}
table.shop_table td.product-remove a.btn.remove-item {
	padding: 7px 11px;
}
table.shop_table td.product-name .product-thumbnail img {
	width: 100%;
}
table.shop_table td.product-name {
	width: 115px;
}
table.shop_table td.product-details a {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
}
table.shop_table td.product-details a:hover {
	color: #8a8a8a;
}
table.shop_table td.product-details dl {
	margin-bottom: 0;
}
table.shop_table td.product-details dd,
table.shop_table td.product-details dt {
	display: inline-block;
}
table.shop_table td.product-details dd p,
table.shop_table td.product-details dt p {
	margin-bottom: 0;
}
table.shop_table td.product-price .amount,
table.shop_table td.product-subtotal .amount {
	font-size: 16px;
	font-weight: 400;
	color: #000;
}
table.shop_table td.product-quantity .quantity {
	float: none;
	margin: 0 auto;
}
.cart_totals > h2 {
	display: none;
}
.cart_totals p small {
	font-size: 100%;
}
.bag-total-table > a.checkout-button {
	display: none;
}
.select2-drop-active {
	border: 1px solid #d5d5d5;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-container .select2-choice {
	border: 1px solid #d5d5d5;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.select2-drop-active input[type="text"]:focus {
	border-color: #d5d5d5;
}
#customer_details .create-account {
	display: inline-block;
}
#customer_details .create-account .form-row#account_username_field {
	margin-right: 10px;
}
#customer_details .create-account .form-row#billing_phone_field {
	margin-left: 10px;
}
.shop_table.wishlist_table td.product-name a {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
}
.shop_table.wishlist_table td.product-remove a {
	padding: 0px 5px 2px;
	border: 1px solid #CBCBCB;
	font-size: 14px;
}
.shop_table.wishlist_table td.product-remove a:hover {
	border-color: #000;
	color: #000;
}
.shop_table.wishlist_table td span.wishlist-in-stock {
	font-size: 14px;
}
.shop_table.wishlist_table th.product-name {
	text-align: left;
}
.actions {
	margin-bottom: 40px;
}
.actions input[type="submit"]:first-child {
	margin-right: 15px;
}
.actions .checkout-button {
	display: none;
}
.woocommerce table.wishlist_table {
	font-size: 100%;
}
h3.underlined {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	padding-bottom: 10px;
	line-height: 1.3;
	margin-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}
.checkout_coupon {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.reference p {
	padding: 20px 30px;
	border: 1px solid #ddd;
}
.bag-total-table {
	margin-bottom: 30px;
	text-align: right;
}
.bag-total-table th,
.bag-total-table td {
	padding: 20px 0 5px 0 !important;
	vertical-align: bottom;
}
.bag-total-table td {
	text-align: right !important;
}
.bag-total-table th {
	font-weight: 500;
	color: #8c8c8c;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.bag-total-table .cart-subtotal th,
.bag-total-table .cart-subtotal td {
	border-top: none;
}
.bag-total-table .cart-subtotal td {
	text-align: right;
}
.bag-total-table .cart-subtotal td .amount {
	font-weight: 400;
	font-size: 16px;
	color: #000;
}
.bag-total-table .tax-rate td .amount {
	font-size: 20px;
	color: #000;
	font-weight: 400;
}
.bag-total-table .shipping select {
	width: 100%;
}
.bag-total-table .shipping th {
	vertical-align: middle;
}
.bag-total-table .woocommerce-shipping-calculator {
	margin-top: 3px;
}
.bag-total-table .woocommerce-shipping-calculator > p {
	margin-bottom: 0;
	line-height: 20px;
}
.bag-total-table .woocommerce-shipping-calculator .shipping-calculator-form {
	margin-top: 10px;
}
.bag-total-table .order-total {
	border-bottom: 1px solid #ddd;
}
.bag-total-table .order-total th {
	vertical-align: bottom !important;
}
.bag-total-table .order-total .amount {
	font-size: 24px;
	color: #000;
	font-weight: 400 !important;
}
.bag-total-table .checkout-button {
	line-height: 40px;
	height: 40px;
	padding: 0 28px !important;
	font-size: 13px;
	letter-spacing: 1px;
}
#shipping_method {
	padding-left: 0;
	margin-bottom: 0;
}
#shipping_method li {
	list-style: none;
	line-height: 24px;
}
#shipping_method li label {
	margin-bottom: 0;
}
.shipping_calculator input[type="text"],
.shipping_calculator input[type="email"],
.shipping_calculator input[type="password"],
.shipping_calculator input[type="tel"] {
	width: 233px;
}
.cart-collaterals .title {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	padding-bottom: 8px;
	margin-bottom: 20px;
	border-bottom: 1px solid #3d3d3d;
}
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
.woocommerce-info {
	background-color: #fafafa;
	padding: 20px;
	width: 100%;
	border: 1px solid #e6e6e6;
	margin-bottom: 30px;
	color: #3d3d3d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.woocommerce-info a {
	color: #000;
}
.woocommerce-info a:hover {
	color: #8a8a8a;
}
h3.step-title,
h4.step-title {
	font-size: 16px;
	color: #3d3d3d;
	font-weight: 400;
	padding-bottom: 15px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	border-bottom: 1px solid #e6e6e6;
}
.woocommerce-checkout .form-row .chosen-container-single .chosen-single,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single:hover {
	height: 28px !important;
}
.form-row {
	float: left;
	width: 50%;
}
.form-row.form-row-wide {
	width: 100%;
}
.form-row.form-row-first {
	padding-right: 10px;
}
.form-row.form-row-last {
	padding-left: 10px;
}
.form-row.form-row.notes {
	width: 100%;
}
.form-row input {
	width: 100%;
}
.form-row label {
	color: #3d3d3d;
}
.form-row.create-account input {
	margin-top: 6px;
}
.form-row.create-account label {
	float: none;
	margin: 0;
	display: inline-block;
}
.woocommerce-shipping-fields {
	margin-top: 30px;
	width: 100%;
	display: inline-block;
}
#order_comments_field textarea {
	width: 100%;
	height: 120px;
}
.woocommerce-checkout-review-order-table tr.tax-rate td {
	text-align: right;
}
.woocommerce-checkout-review-order-table tr.tax-rate td .amount {
	font-weight: bold;
	font-size: 16px;
	color: #000;
}
.woocommerce-shipping-fields label {
	color: #3d3d3d;
}
.woocommerce-shipping-fields textarea:focus {
	outline: none;
}
.order_details {
	padding-left: 0 !important;
}
.order_details li {
	list-style: none;
	line-height: 30px;
}
table.order_details tr,
table.shop_table_responsive.customer_details tr,
table.order_details td,
table.shop_table_responsive.customer_details td,
table.order_details th,
table.shop_table_responsive.customer_details th {
	vertical-align: middle;
}
.before-checkout-form .form-row {
	width: 100%;
}
.before-checkout-form .form-row input {
	width: 40%;
	margin: 0;
}
.before-checkout-form .form-row input[type="submit"] {
	width: auto;
}
.before-checkout-form .form-row input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 6px;
}
.before-checkout-form .form-row label.inline {
	padding-left: 20px;
}
.before-checkout-form .form-row.form-row-last {
	padding-left: 0;
}
.order-review .shop_table {
	margin-bottom: 30px;
}
.order-review th {
	border-bottom-width: 1px;
	padding: 12px 8px;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif !important;
	text-transform: uppercase;
	color: #3d3d3d;
}
.order-review th,
.order-review td {
	padding: 20px 0 5px 0 !important;
	vertical-align: bottom;
}
.order-review tr.shipping td {
	font-size: 16px;
}
.order-review td.product-name {
	text-align: left;
}
.order-review .cart_item {
	font-size: 14px;
	font-weight: 400;
}
.order-review .cart_item .variation {
	margin-top: 5px;
	margin-bottom: 0;
}
.order-review .cart_item .variation dt {
	float: left;
}
.order-review .cart_item .variation dd {
	float: left;
	padding-left: 10px;
}
.order-review .cart_item .variation dd p {
	line-height: 20px;
	margin-bottom: 0;
}
.order-review .product-total,
.order-review .cart-subtotal td,
.order-review .shipping td,
.order-review .order-total td {
	text-align: right;
}
.order-review td .amount {
	font-weight: 400;
	font-size: 16px;
	color: #000;
}
.order-review .order-total {
	border-bottom: 1px solid #e6e6e6;
}
.order-review .order-total .amount {
	font-size: 24px;
	font-weight: 400 !important;
}
.order-review .payment_methods.methods {
	padding-left: 0;
}
.order-review .payment_methods.methods li {
	list-style: none;
	padding-bottom: 10px;
}
.order-review .payment_methods.methods .payment_method_paypal img {
	max-width: 120px;
	margin-right: 10px;
	margin-left: 10px;
}
.form-row.place-order {
	width: auto;
}
.form-row.place-order input[type="button"] {
	width: 100%;
}
.form-row.place-order .form-row.terms {
	width: 100%;
}
.form-row.place-order .form-row.terms label {
	display: inline-block;
	width: auto;
	float: none;
}
.form-row.place-order .form-row.terms input[type="checkbox"] {
	float: left;
	display: inline-block !important;
	margin-left: 0;
	position: relative;
	top: 12px;
}
.form-row.place-order input[type="submit"] {
	padding: 0 28px;
	height: 40px;
	line-height: 40px !important;
}
/*---------------------------------------------------------------*/
/* Banners/ #banners
/*---------------------------------------------------------------*/
.banner {
	position: relative;
	overflow: hidden;
	background-color: #252525;
	margin-bottom: 20px;
	/* banner type 1 */
	/* banner-type-3 */
	/* banner-type-4 */
	/* banner-type-5 */
}
.banner img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.banner .banner-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.banner .banner-content a.border-white {
	border: 1px solid #fff;
}
.banner:hover {
	cursor: pointer;
}
.banner:hover img {
	opacity: 0.8;
}
.banner.font-style-dark p,
.banner.font-style-dark h3,
.banner.font-style-dark a {
	color: #3d3d3d !important;
}
.banner.font-style-dark.banner-type-1 h3 {
	color: #FFF !important;
}
.banner.banner-type-1 .banner-content {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 60px;
	background: #3d3d3d;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.banner.banner-type-1 .banner-content p {
	position: absolute;
	bottom: 1.5em;
	padding: 1em;
	text-align: center;
	color: #fff;
	width: 100%;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	line-height: 24px;
	text-transform: none;
	font-size: 16px;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden;
}
.banner.banner-type-1 .banner-content h3 {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #FFF;
	margin-bottom: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
.banner.banner-type-1 .banner-content a {
	margin: 10px auto;
	display: table;
}
.banner.banner-type-1:hover .banner-content,
.banner.banner-type-1:hover h3 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.banner.banner-type-1:hover p {
	opacity: 1;
}
.banner.banner-type-1:hover h3 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
.banner.banner-type-3 {
	background-color: #3d3d3d;
	text-align: center;
}
.banner.banner-type-3 img {
	opacity: 1;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.banner.banner-type-3 .banner-content h3 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	color: #FFF;
	padding-top: 20%;
}
.banner.banner-type-3 .banner-content p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	color: #FFF;
	font-weight: 400;
	font-size: 16px;
}
.banner.banner-type-3 .banner-content a {
	margin: 10px auto;
	display: table;
}
.banner.banner-type-3:hover img {
	opacity: 0.8;
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
.banner.banner-type-3:hover h3 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.banner.banner-type-3:hover p {
	opacity: 1;
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0);
	transform: perspective(1000px) rotate3d(1, 0, 0, 0);
}
.banner.banner-type-4 {
	background-color: #3d3d3d;
	text-align: center;
}
.banner.banner-type-4 img {
	opacity: 1;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.banner.banner-type-4 .banner-content:before {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	border: 1px solid #fff;
	box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4, 1.4, 1);
	transform: scale3d(1.4, 1.4, 1);
}
.banner.banner-type-4 .banner-content h3 {
	margin: 20% 0 10px 0;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	color: #FFF;
}
.banner.banner-type-4 .banner-content p {
	padding: 0 20px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	color: #FFF;
	font-weight: 400;
	font-size: 16px;
}
.banner.banner-type-4 .banner-content a {
	margin: 10px auto;
	display: table;
}
.banner.banner-type-4:hover img {
	opacity: 0.4;
}
.banner.banner-type-4:hover h3 {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.banner.banner-type-4:hover p,
.banner.banner-type-4:hover .banner-content:before {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.banner.banner-type-5 {
	background-color: #3C3C3C;
	text-align: center;
}
.banner.banner-type-5 img {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.banner.banner-type-5 .banner-content h3 {
	margin-top: 15%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	color: #FFF;
}
.banner.banner-type-5 .banner-content p {
	margin: 0;
	padding: 0 20px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0) scale(1.1);
	transform: translate3d(0, 20px, 0) scale(1.1);
	color: #FFF;
	font-weight: 400;
	font-size: 16px;
}
.banner.banner-type-5 .banner-content a {
	margin: 10px auto;
	display: table;
}
.banner.banner-type-5:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.banner.banner-type-5:hover h3 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.banner.banner-type-5:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}
.banner.banner-type-6 {
	text-align: center;
	font-weight: 400;
}
.banner.banner-type-6.text-left {
	text-align: left;
}
.banner.banner-type-6.text-left .banner-content {
	padding-left: 30px;
}
.banner.banner-type-6.text-left .banner-content h1 {
	font-size: 40px;
}
.banner.banner-type-6 .banner-content {
	height: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner.banner-type-6.font-style-light {
	color: #FFF;
}
.banner.banner-type-6.font-style-light h1 {
	color: #FFF;
}
.banner.banner-type-6 h3 {
	text-transform: uppercase;
	font-size: 14px;
	color: #FFF;
	font-weight: 400;
}
.banner.banner-type-6 h1 {
	font-size: 48px;
	line-height: 48px;
	font-weight: 300;
}
.banner.banner-type-6 img {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.banner.banner-type-6:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.banner.banner-type-6.valign-bottom .banner-content {
	top: auto;
	bottom: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.banner.banner-type-2 img,
.team-member img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.banner.banner-type-2 .banner-content,
.team-member .banner-content,
.banner.banner-type-2 .member-content,
.team-member .member-content {
	text-align: center;
}
.banner.banner-type-2 .banner-content:before,
.team-member .banner-content:before,
.banner.banner-type-2 .member-content:before,
.team-member .member-content:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
.banner.banner-type-2 .banner-content:before,
.team-member .banner-content:before,
.banner.banner-type-2 .member-content:before,
.team-member .member-content:before,
.banner.banner-type-2 .banner-content:after,
.team-member .banner-content:after,
.banner.banner-type-2 .member-content:after,
.team-member .member-content:after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.banner.banner-type-2 .banner-content:after,
.team-member .banner-content:after,
.banner.banner-type-2 .member-content:after,
.team-member .member-content:after {
	pointer-events: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}
.banner.banner-type-2 .banner-content h3,
.team-member .banner-content h3,
.banner.banner-type-2 .member-content h3,
.team-member .member-content h3 {
	padding-top: 14%;
	color: #FFF;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
	transition: transform 0.35s, opacity 0.35s;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}
.banner.banner-type-2 .banner-content p,
.team-member .banner-content p,
.banner.banner-type-2 .member-content p,
.team-member .member-content p {
	padding: 10px 2.5em;
	opacity: 0;
	font-size: 16px;
	color: #FFF;
	font-weight: 400;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}
.banner.banner-type-2 .banner-content > a,
.team-member .banner-content > a,
.banner.banner-type-2 .member-content > a,
.team-member .member-content > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.banner.banner-type-2 .banner-content .btn,
.team-member .banner-content .btn,
.banner.banner-type-2 .member-content .btn,
.team-member .member-content .btn {
	margin-top: 10px;
}
.banner.banner-type-2:hover .banner-content:before,
.team-member:hover .banner-content:before,
.banner.banner-type-2:hover .banner-content:after,
.team-member:hover .banner-content:after,
.banner.banner-type-2:hover .member-content:before,
.team-member:hover .member-content:before,
.banner.banner-type-2:hover .member-content:after,
.team-member:hover .member-content:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.banner.banner-type-2:hover img,
.team-member:hover img {
	opacity: 0.7;
}
.banner.banner-type-2:hover h3,
.team-member:hover h3,
.banner.banner-type-2:hover p,
.team-member:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.banner.banner-type-2.font-style-dark .banner-content:before,
.team-member.font-style-dark .banner-content:before {
	border-top: 1px solid #3d3d3d;
	border-bottom: 1px solid #3d3d3d;
}
.banner.banner-type-2.font-style-dark .banner-content:after,
.team-member.font-style-dark .banner-content:after {
	border-right: 1px solid #3d3d3d;
	border-left: 1px solid #3d3d3d;
}
.team-member .member-image {
	position: relative;
	display: inline-block;
	background-color: #252525;
	margin-bottom: 20px;
	overflow: hidden;
}
.team-member .member-content .menu-social-icons {
	position: absolute;
	top: 50%;
	margin-bottom: 0;
	margin-top: -14px;
	padding-left: 0;
	width: 100%;
	left: 0;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}
.team-member .member-content .menu-social-icons li {
	float: none;
	display: inline-block;
	margin-right: 0px;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-member .member-content .menu-social-icons li a i {
	color: #FFF;
	-webkit-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}
.team-member .member-content .menu-social-icons li a i:hover {
	opacity: 0.5;
	color: #FFF !important;
}
.team-member .member-content .menu-social-icons li:nth-child(2) {
	-webkit-transition-delay: 0.05s;
	-moz-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
.team-member .member-content .menu-social-icons li:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.team-member .member-content .menu-social-icons li:nth-child(4) {
	-webkit-transition-delay: 0.15s;
	-moz-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.team-member .member-content .menu-social-icons li:nth-child(5) {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.team-member .member-details {
	line-height: 1.8;
}
.team-member .member-details h4 {
	position: relative;
	margin-bottom: 40px;
}
.team-member .member-details h4:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	height: 1px;
	display: inline-block;
	border-bottom: 2px solid #e4e4e4;
	margin-bottom: 10px;
	width: 35px;
}
.team-member .member-details .member-email {
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
}
.team-member:hover img {
	opacity: 0.4;
}
.team-member:hover .menu-social-icons {
	opacity: 1;
}
.team-member:hover .menu-social-icons li {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
/*---------------------------------------------------------------*/
/* Progress Bars / #progress-bar
/*---------------------------------------------------------------*/
.vc_progress_bar .vc_single_bar {
	margin-top: 50px;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.vc_progress_bar .vc_single_bar .vc_bar {
	height: 10px;
	background-color: #ccc;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
}
.vc_progress_bar .vc_single_bar .vc_label {
	padding: 0 !important;
	top: -20px;
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600 !important;
	font-size: 14px;
	line-height: 10px;
	text-transform: uppercase;
	color: #3d3d3d !important;
}
.vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
	color: #9A9A9A;
	padding-left: 5px;
}
/*---------------------------------------------------------------*/
/* Price tables / #price-table
/*---------------------------------------------------------------*/
.pricing-table table {
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 30px;
}
.pricing-table table .plan-price {
	background: none repeat scroll 0 0 #FAFAFA;
	color: #999999;
	font-family: Georgia;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2;
}
.pricing-table table.table th,
.pricing-table table.table td {
	border-left: 1px solid #DDDDDD;
	padding: 15px;
	text-align: center;
}
.pricing-table table.table th:last-child,
.pricing-table table.table td:last-child {
	border-right: 1px solid #DDDDDD;
}
.pricing-table table.table th.selected,
.pricing-table table.table td.selected {
	background: none repeat scroll 0 0 #FCFCFC;
}
.pricing-table table.table thead:first-child tr:first-child th {
	border-top: 1px solid #DDDDDD;
	color: #292D33;
	font-family: Georgia;
	font-size: 18px;
	text-transform: uppercase;
}
.pricing-table table.table tfoot tr:last-child td,
.pricing-table table.table tfoot tr:last-child th {
	border-bottom: 1px solid #DDDDDD;
}
.pricing-table.style3 table .plan-price,
.pricing-table.style2 table .plan-price {
	background: none repeat scroll 0 0 #333333;
	border-color: #333333 !important;
	color: #FFFFFF;
	font-size: 48px;
}
.pricing-table.style3 table .plan-price sup,
.pricing-table.style2 table .plan-price sup {
	color: #BABABA;
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	margin: 0 4px;
	top: -0.7em;
}
.pricing-table.style3 table .plan-price sub,
.pricing-table.style2 table .plan-price sub {
	bottom: 0;
	color: #6A6A6A;
	font-family: "Open Sans", Arial;
	font-size: 12px;
	margin: 0 4px 0 -24px;
}
.pricing-table.style3 table .plan-price {
	background: none repeat scroll 0 0 #FAFAFA;
	border-color: #DDDDDD !important;
	color: #6F6F6F;
}
.pricing-table.style3 table .plan-price sup {
	color: #6F6F6F;
}
.pricing-table.style3 table .plan-price sub {
	color: #6F6F6F;
}
.pricing-table ul {
	-moz-box-sizing: border-box;
	float: left;
	list-style: none outside none;
	margin: 0 0 30px 0;
	padding: 0;
}
.pricing-table ul li {
	padding: 15px;
	background-color: #fafafa;
	margin: 0 10px;
	text-align: center;
	font-size: 15px;
	color: #666;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	border-bottom: 1px solid #f0f0f0;
}
.pricing-table ul li:hover {
	background-color: #f5f5f5;
}
.pricing-table ul li:last-child {
	border-bottom: none;
	padding: 35px 0;
}
.pricing-table ul li.row-title {
	border-top: 1px solid #EBEBEB;
	background-color: #474747;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 16px;
	padding: 23px 0;
	text-transform: uppercase;
}
.pricing-table ul li.row-price {
	color: #474747;
	font-size: 60px;
	font-weight: normal;
	line-height: 20px;
	padding-top: 50px;
	padding-bottom: 20px;
	border-bottom: none;
}
.pricing-table ul li.row-price small {
	font-size: 24px;
	color: #737373;
}
.pricing-table ul li.row-price span {
	width: 100%;
	font-size: 14px;
	color: #737373;
	text-align: center;
	display: inline-block;
}
.pricing-table ul:first-child {
	margin-left: 0;
}
.pricing-table.style2 ul li.row-price {
	background: none repeat scroll 0 0 #333333;
	border-color: #464646;
	color: #FFFFFF;
	font-size: 30px;
}
.pricing-table.style2 ul li.row-price sup {
	color: #BABABA;
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	margin: 0 4px;
	top: -0.4em;
}
.pricing-table.style2 ul li.row-price sub {
	bottom: -5px;
	color: #6A6A6A;
	font-family: "Open Sans", Arial;
	font-size: 12px;
	margin: 0 4px 0 -24px;
}
.pricing-table.style2 ul.selected-column li {
	background: none repeat scroll 0 0 #333333;
	border-color: #464646;
	color: #FFFFFF;
}
.pricing-table.style2 ul.selected-column li.row-price {
	background: none repeat scroll 0 0 #1F1F1F;
	border-color: #1F1F1F;
}
.pricing-table.style3 ul li.row-price {
	background: none repeat scroll 0 0 #FAFAFA;
	border-color: #DDDDDD;
	color: #8a8a8a;
	font-size: 30px;
}
.pricing-table.style3 ul li.row-price sup {
	color: #8a8a8a;
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	margin: 0 4px;
	top: -0.4em;
}
.pricing-table sup,
.pricing-table sub {
	float: none !important;
}
.pricing-table.style3 ul li.row-price sub {
	bottom: -5px;
	color: #8a8a8a;
	font-family: "Open Sans", Arial;
	font-size: 12px;
	margin: 0 4px 0 -24px;
}
.pricing-table.columns2 > ul {
	width: 50%;
}
.pricing-table.columns3 > ul {
	width: 33%;
}
.pricing-table.columns4 > ul {
	width: 25%;
}
.pricing-table.columns5 > ul {
	width: 20%;
}
/*---------------------------------------------------------------*/
/* Icon Boxes/ #icon-box
/*---------------------------------------------------------------*/
.icon-box .icon {
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;
}
.icon-box .icon i {
	font-size: 40px;
	color: #ccc;
}
.icon-box .icon-content {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.8;
	padding-bottom: 10px;
}
.icon-box .icon-content h3 {
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.icon-box .icon-content .icon-text {
	font-family: 'Open Sans', sans-serif;
}
.icon-box .read-more-btn {
	color: #3d3d3d;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.icon-box .read-more-btn:hover {
	color: #8a8a8a;
}
.icon-box.top-icon {
	text-align: center;
}
.icon-box.top-icon .icon {
	display: inline-block;
	width: 100%;
	padding-bottom: 15px;
	padding-right: 0;
}
.icon-box.right-icon .icon {
	padding-right: 0;
	padding-left: 20px;
	float: right;
	padding-top: 0;
}
.icon-box.right-icon .icon-content {
	text-align: right;
}
.icon-box.design-1 {
	border: 1px solid #e6e6e6;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.icon-box.design-2 .icon {
	text-align: center;
}
.icon-box.design-2 .icon i {
	width: 70px;
	height: 70px;
	line-height: 41px;
	background-color: #ccc;
	color: #FFF !important;
	padding: 15px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	font-size: 32px;
}
.icon-box.design-3 .icon i {
	width: 90px;
	height: 90px;
	line-height: 1em;
	border: 2px solid #c0c0c0;
	color: #c0c0c0;
	padding: 23px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.icon-box.design-3:hover i {
	color: #8a8a8a;
	background-color: transparent !important;
	border-color: #8a8a8a;
}
.icon-box.animation-1 {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.icon-box.animation-1 .icon,
.icon-box.animation-1 .icon-content {
	-webkit-transition: transform 0.3s, opacity 0.3s ease-in-out;
	-moz-transition: transform 0.3s, opacity 0.3s ease-in-out;
	-ms-transition: transform 0.3s, opacity 0.3s ease-in-out;
	-o-transition: transform 0.3s, opacity 0.3s ease-in-out;
	transition: transform 0.3s, opacity 0.3s ease-in-out;
}
.icon-box.animation-1 .read-more-btn {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s, color 0.2s;
	transition: opacity 0.35s, transform 0.35s, color 0.2s;
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}
.icon-box.animation-1:hover {
	background-color: #fafafa;
}
.icon-box.animation-1:hover .icon {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}
.icon-box.animation-1:hover .icon-content {
	-webkit-transform: translateY(-25%);
	-moz-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	-o-transform: translateY(-25%);
	transform: translateY(-25%);
}
.icon-box.animation-1:hover .read-more-btn {
	opacity: 1;
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0);
	transform: perspective(1000px) rotate3d(1, 0, 0, 0);
}
.icon-box.animation-2 .icon i {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.icon-box.animation-2:hover .icon i {
	background-color: #3d3d3d !important;
	border-color: #3d3d3d !important;
}
.dark-hover .icon-box i {
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.dark-hover .icon-box:hover i {
	color: #444 !important;
}
/*---------------------------------------------------------------*/
/* Image Gallery/ #gallery
/*---------------------------------------------------------------*/
/* Flex Slider */
.flexslider {
	overflow: hidden;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.flexslider .flex-control-nav {
	bottom: 0 !important;
}
.flexslider .flex-direction-nav a:before {
	font-family: FontAwesome !important;
	font-size: 44px !important;
}
.flexslider .flex-direction-nav a {
	width: 45px;
	margin-top: -22px;
	height: 45px;
	opacity: 1 !important;
	font-size: 0 !important;
	line-height: 42px;
	border: 1px solid #eee !important;
	border-radius: 100%;
	text-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.flexslider .flex-direction-nav a.flex-next:before {
	content: "\f105";
	position: absolute;
	font-size: 30px !important;
	font-family: FontAwesome;
	line-height: 42px !important;
	color: #fff;
	left: 18px;
	top: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.flexslider .flex-direction-nav a.flex-next:after {
	content: "";
	position: absolute;
	width: 88px;
	height: 300px;
	left: -20px;
	top: -140px;
}
.flexslider .flex-direction-nav a.flex-prev:before {
	content: "\f104";
	position: absolute;
	font-size: 30px !important;
	font-family: FontAwesome;
	line-height: 42px !important;
	color: #fff;
	left: 15px;
	top: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.flexslider .flex-direction-nav a.flex-prev:after {
	content: "";
	position: absolute;
	width: 88px;
	height: 300px;
	left: -20px;
	top: -140px;
}
/* Nivo Slider */
.nivoSlider {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.nivo-controlNav {
	position: relative;
	margin-top: -30px;
	z-index: 10;
}
.slider-text-block {
	background-color: #FFF;
	padding: 40px;
	width: 660px;
}
.slider-text-block h1 {
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 24px !important;
}
.slider-text-block div {
	display: inline-block;
	max-width: 100%;
	-ms-word-break: break-all;
	word-break: break-all;
}
/*---------------------------------------------------------------*/
/* Owl Carousel / #owl-carousel
/*---------------------------------------------------------------*/
.owl-carousel {
	position: relative;
}
.owl-carousel:hover .owl-controls .owl-buttons {
	opacity: 1;
}
.owl-carousel .owl-item {
	padding: 0 10px;
}
.owl-carousel .owl-buttons {
	opacity: 0;
}
.owl-carousel .owl-controls {
	position: static;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-controls .owl-prev {
	position: absolute;
	left: -45px;
	top: 50%;
	width: 45px;
	line-height: 42px;
	height: 45px;
	margin-top: -22px;
	border: 1px solid #eee;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-controls .owl-prev:before {
	content: "\f104";
	position: absolute;
	font-size: 30px;
	font-family: FontAwesome;
	color: #252525;
	left: 15px;
	top: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-controls .owl-prev:after {
	content: "";
	position: absolute;
	width: 88px;
	height: 300px;
	left: -20px;
	top: -140px;
}
.owl-carousel .owl-controls .owl-prev:hover {
	border-color: #252525;
}
.owl-carousel .owl-controls .owl-next {
	position: absolute;
	right: -45px;
	top: 50%;
	width: 45px;
	margin-top: -22px;
	height: 45px;
	line-height: 42px;
	border: 1px solid #eee;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-controls .owl-next:before {
	content: "\f105";
	position: absolute;
	font-size: 30px;
	font-family: FontAwesome;
	color: #252525;
	left: 18px;
	top: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-controls .owl-next:after {
	content: "";
	position: absolute;
	width: 88px;
	height: 300px;
	left: -20px;
	top: -140px;
}
.owl-carousel .owl-controls .owl-next:hover {
	border-color: #252525;
}
.owl-carousel .owl-controls .owl-buttons > div.disabled {
	border-color: #eee !important;
	cursor: default;
}
.owl-carousel .owl-pagination {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	text-align: center;
	opacity: 1;
}
.owl-carousel .owl-pagination .owl-page {
	display: inline-block;
}
.owl-carousel .owl-pagination .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ccc;
}
.owl-carousel .owl-pagination .owl-page.active span,
.owl-carousel .owl-pagination .owl-page:hover span {
	opacity: 1;
}
.carousel-area h2 {
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.carousel-area .productCarousel .owl-controls .owl-pagination {
	display: none;
}
.carousel-area .productCarousel .owl-controls .owl-prev,
.carousel-area .productCarousel .owl-controls .owl-next {
	top: 45%;
}
.carousel-area .productCarousel .owl-controls .owl-next {
	right: -50px;
}
.carousel-area .productCarousel .owl-controls .owl-prev {
	left: -50px;
}
/*---------------------------------------------------------------*/
/* Look Book / #look-book
/*---------------------------------------------------------------*/
.et-swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	width: 450px;
	max-width: 100%;
	opacity: 0.4;
}
.swiper-slide.swiper-slide-active {
	opacity: 1;
}
.swiper-slide .footer-product,
.swiper-slide .sm-arrow {
	display: none !important;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
/*---------------------------------------------------------------*/
/* Default WP Widgets / #wp-widgets
/*---------------------------------------------------------------*/
.widget.widget_search .form-group.has-border {
	float: left;
	width: 75%;
	margin-right: 0;
}
.widget.widget_search .form-group.has-border .col-xs-10 {
	width: 100%;
}
.widget.widget_search .form-group.has-border .col-xs-10 input {
	width: 100%;
}
.widget.widget_search .form-group.form-button {
	width: 25%;
	float: left;
	margin-left: 0;
}
.widget.widget_search .form-group.form-button button {
	height: 39px;
}
.widget.widget_meta ul,
.widget.widget_recent_comments ul {
	padding-left: 0;
}
.widget.widget_meta ul li,
.widget.widget_recent_comments ul li {
	list-style: none;
	line-height: 20px;
}
.widget.widget_pages ul {
	padding-left: 0;
}
.widget.widget_pages ul li {
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: left;
}
.widget.widget_pages ul li a {
	font-size: 14px;
	padding: 15px 0 15px 15px;
	display: inline-block;
	position: relative;
	font-family: inherit;
	color: #737373;
}
.widget.widget_pages ul li a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 14px;
	display: inline-block;
	position: relative;
	left: -8px;
}
.widget.widget_pages ul li a:hover {
	color: #8a8a8a;
}
.widget.widget_pages ul li ul.children {
	border-top: 1px solid #e6e6e6;
}
.widget.widget_pages ul li ul.children li a {
	padding-left: 30px;
}
.widget.widget_pages ul li ul.children li .children li a {
	padding-left: 40px;
}
.widget.widget_pages ul li ul.children li .children li .children li a {
	padding-left: 50px;
}
.widget.widget_pages ul li ul.children li .children li .children li .children li a {
	padding-left: 60px;
}
.widget.widget_pages ul li ul.children li:first-child a {
	padding-top: 15px;
}
.widget.widget_pages ul li ul.children li:last-child {
	border-bottom: none;
}
.widget.widget_nav_menu ul,
.widget.widget_categories ul,
.widget.widget_archive ul {
	padding-left: 0;
}
.widget.widget_nav_menu ul li,
.widget.widget_categories ul li,
.widget.widget_archive ul li {
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: left;
}
.widget.widget_nav_menu ul li a,
.widget.widget_categories ul li a,
.widget.widget_archive ul li a {
	font-size: 14px;
	padding: 15px 0 15px 15px;
	display: inline-block;
	position: relative;
	font-family: inherit;
	color: #737373;
}
.widget.widget_nav_menu ul li a:before,
.widget.widget_categories ul li a:before,
.widget.widget_archive ul li a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 14px;
	display: inline-block;
	position: relative;
	left: -8px;
}
.widget.widget_nav_menu ul li a:hover,
.widget.widget_categories ul li a:hover,
.widget.widget_archive ul li a:hover {
	color: #8a8a8a;
}
.widget.widget_nav_menu ul li:first-child a,
.widget.widget_categories ul li:first-child a,
.widget.widget_archive ul li:first-child a {
	padding-top: 0;
}
.widget.widget_nav_menu ul li ul.sub-menu,
.widget.widget_categories ul li ul.sub-menu,
.widget.widget_archive ul li ul.sub-menu {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #e6e6e6;
	padding-left: 0;
}
.widget.widget_nav_menu ul li ul.sub-menu li a,
.widget.widget_categories ul li ul.sub-menu li a,
.widget.widget_archive ul li ul.sub-menu li a {
	padding-left: 30px;
}
.widget.widget_nav_menu ul li ul.sub-menu li:first-child a,
.widget.widget_categories ul li ul.sub-menu li:first-child a,
.widget.widget_archive ul li ul.sub-menu li:first-child a {
	padding-top: 15px;
}
.widget.widget_nav_menu ul li ul.sub-menu li:last-child,
.widget.widget_categories ul li ul.sub-menu li:last-child,
.widget.widget_archive ul li ul.sub-menu li:last-child {
	border-bottom: none;
}
.widget_rss .widget-title img {
	display: none;
}
.widget_rss ul {
	padding-left: 0;
}
.widget_rss ul li {
	padding: 5px 0;
	list-style: none;
	line-height: 20px;
}
.widget_rss ul li a {
	font-size: 14px;
	display: inline-block;
}
/*---------------------------------------------------------------*/
/* Tabs / #tabs
/*---------------------------------------------------------------*/
.tabs {
	margin: 0 0 3.5714em;
	display: inline-block;
	width: 100%;
}
.tabs .tab-content {
	-moz-box-sizing: border-box;
	display: none;
	float: right;
	border-top: 1px solid #ddd;
	padding: 30px 0;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #8c8c8c;
	line-height: 1.8;
}
.tabs .tab-content h2 {
	font-size: 18px;
}
.tabs .tab-content .list li {
	display: list-item;
}
.tabs .tab-content .reviews-title {
	display: none;
}
.tabs.tabs-default {
	border-bottom: none;
}
.tabs .tabs-nav {
	width: 100%;
	margin-bottom: 0;
}
.tabs .tabs-nav li {
	display: inline-block;
	list-style: none;
}
.tabs .tab-title,
.wpb_tabs .wpb_tabs_nav li a {
	margin: 10px 30px 20px 0;
	display: inline-block;
	position: relative;
	font: 14px/15px 'Open Sans', sans-serif;
	font-weight: 500;
	color: #999;
	padding: 0 !important;
	text-transform: uppercase;
}
.tabs .tab-title i,
.wpb_tabs .wpb_tabs_nav li a i {
	padding-right: 10px;
}
.tabs .tab-title:hover,
.wpb_tabs .wpb_tabs_nav li a:hover {
	color: #000;
}
.tabs .tab-title:hover,
.wpb_tabs .wpb_tabs_nav li a:hover,
.tabs .tab-title:focus,
.wpb_tabs .wpb_tabs_nav li a:focus {
	text-decoration: none !important;
}
.tabs .tab-title:first-child,
.wpb_tabs .wpb_tabs_nav li a:first-child {
	margin-left: 0 !important;
}
.tabs .tab-title:after,
.wpb_tabs .wpb_tabs_nav li a:after {
	content: '';
	display: block;
	width: 1px;
	height: 12px;
	position: absolute;
	right: -19px;
	top: 2px;
}
.tabs .tab-title.lastItem:after,
.wpb_tabs .wpb_tabs_nav li a.lastItem:after {
	display: none;
}
.tabs .tab-title.opened,
.wpb_tabs .wpb_tabs_nav li a.opened {
	position: relative;
	color: #3d3d3d;
}
.tabs .tab-title.opened:hover,
.wpb_tabs .wpb_tabs_nav li a.opened:hover {
	text-decoration: none;
}
.tabs .tab-title.opened:after,
.wpb_tabs .wpb_tabs_nav li a.opened:after {
	content: '';
	display: block;
	width: 100%;
	height: 36px;
	border-bottom: 3px solid #3d3d3d;
	position: absolute;
	top: 1px;
	left: 0;
}
.wpb_tabs.faq-tabs .wpb_tabs_nav {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.wpb_tab {
	padding: 0 !important;
	background-color: transparent !important;
}
.wpb_tabs .wpb_tabs_nav li {
	background-color: transparent !important;
}
.wpb_tabs .wpb_tabs_nav {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.wpb_tabs .wpb_tabs_nav li:focus {
	outline: none;
}
.wpb_tabs .wpb_tabs_nav li.ui-tabs-active a {
	color: #3d3d3d;
}
.wpb_tabs .wpb_tabs_nav li.ui-tabs-active a:after {
	content: '';
	display: block;
	width: 100%;
	height: 36px;
	border-bottom: 3px solid #3d3d3d;
	position: absolute;
	top: 1px;
	left: 0;
}
.single-product .tabs .tab-content ul {
	padding-left: 20px;
}
.faq-tabs {
	border-bottom: none !important;
}
.faq-tabs .wpb_tour_tabs_wrapper {
	width: 100%;
}
.tabs.accordion {
	border: none;
	width: 100%;
}
.tabs.accordion .comments-list .comment {
	padding: 20px;
}
.tabs.accordion .comment-reply-link {
	top: 40px !important;
}
.tabs.accordion li {
	width: 100%;
}
.tabs.accordion li a {
	padding: 20px 0 !important;
}
.tabs.accordion .tab-title,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
	font: 14px/15px Georgia;
	font-weight: 400;
	color: #999;
	display: block;
	display: inline-block;
	text-transform: uppercase;
	width: 100%;
	margin-top: -2px;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #D5D5D5;
	border-left: none;
	border-right: none;
	position: relative;
}
.tabs.accordion .tab-title:hover,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:hover,
.tabs.accordion .tab-title:focus,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:focus {
	text-decoration: none !important;
	color: #3d3d3d;
	outline: none;
}
.tabs.accordion .tab-title:after,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:after {
	display: none;
}
.tabs.accordion .tab-title.opened:before,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.opened:before {
	position: static;
	border-width: 0px !important;
}
.tabs.accordion .tab-title a,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
	padding: 0;
}
.tabs.accordion .tab-title .ui-accordion-header-icon,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header .ui-accordion-header-icon {
	display: none !important;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	float: left;
}
.tabs.accordion .tab-title:first-child {
	margin-left: 0;
	margin-right: 0;
}
.tabs.accordion .active a {
	background: #F7F7F7;
	cursor: default;
}
.tabs.accordion .tab-content {
	margin-bottom: 0;
	margin-top: 0 !important;
	border: 1px solid #ddd !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tabs.accordion .tab-content .tab-content-inner {
	padding: 20px;
}
.tabs.accordion .tab-title:before {
	content: none;
}
.tabs.accordion .tab-title.opened {
	color: #3D3D3D !important;
	border-left: none;
	border-right: none;
}
.tabs.accordion .tab-title {
	border-left: none;
	border-right: none;
	padding-left: 0;
	margin: 0;
	margin-top: -1px;
}
.tabs.accordion .tab-content {
	border: none !important;
	padding: 0 !important;
}
.tabs.accordion .tab-content .tab-content-inner {
	padding: 30px 0;
}
.left-bar,
.right-bar {
	border: 1px solid #ddd;
	width: 100%;
}
.left-bar .left-titles,
.right-bar .left-titles {
	float: left;
	height: 100%;
	border-right: 1px solid #ddd;
	width: 20%;
}
.left-bar .left-titles .tab-title-left,
.right-bar .left-titles .tab-title-left {
	display: block;
	padding: 20px 20px;
	border-style: solid;
	border-color: #ddd;
	border-width: 1px 1px 0 0;
	margin-right: -1px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.left-bar .left-titles .tab-title-left:hover,
.right-bar .left-titles .tab-title-left:hover {
	text-decoration: underline;
	background-color: #FFF;
}
.left-bar .left-titles .tab-title-left i,
.right-bar .left-titles .tab-title-left i {
	padding-right: 10px;
}
.left-bar .left-titles .tab-title-left.opened,
.right-bar .left-titles .tab-title-left.opened {
	border-right: none;
}
.left-bar .left-titles .tab-title-left.opened:after,
.right-bar .left-titles .tab-title-left.opened:after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0px;
	left: -1px;
}
.left-bar .left-titles .tab-title-left.opened:before,
.right-bar .left-titles .tab-title-left.opened:before {
	content: '';
	display: block;
	bottom: 50%;
	left: 0;
	margin-bottom: -4px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #000;
	border-width: 4px 4px;
}
.left-bar .left-titles .tab-title-left:first-child,
.right-bar .left-titles .tab-title-left:first-child {
	border-top: none;
}
.left-bar .left-titles .tab-title-left:last-child,
.right-bar .left-titles .tab-title-left:last-child {
	border-bottom: 1px solid #ddd;
	margin-bottom: -1px;
}
.left-bar .wpb_tabs_nav,
.right-bar .wpb_tabs_nav,
.left-bar .tabs-nav,
.right-bar .tabs-nav {
	width: 30%;
	float: left;
	margin-bottom: 0;
	border-bottom: none;
}
.left-bar .wpb_tabs_nav li,
.right-bar .wpb_tabs_nav li,
.left-bar .tabs-nav li,
.right-bar .tabs-nav li {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	border-bottom: 1px solid #e6e6e6;
	border-top: none;
	display: block;
}
.left-bar .wpb_tabs_nav li a,
.right-bar .wpb_tabs_nav li a,
.left-bar .tabs-nav li a,
.right-bar .tabs-nav li a {
	display: block;
	padding: 20px 30px !important;
	border-style: solid;
	border-color: #ddd;
	font-size: 0.9285em;
	z-index: 2;
	border-width: 0 1px 0 0;
	margin: 0;
	margin-right: -1px;
	position: relative;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.left-bar .wpb_tabs_nav li a:after,
.right-bar .wpb_tabs_nav li a:after,
.left-bar .tabs-nav li a:after,
.right-bar .tabs-nav li a:after {
	display: none !important;
}
.left-bar .wpb_tabs_nav li.ui-tabs-active a,
.right-bar .wpb_tabs_nav li.ui-tabs-active a,
.left-bar .tabs-nav li.ui-tabs-active a,
.right-bar .tabs-nav li.ui-tabs-active a {
	border-right-color: #fff;
}
.left-bar .wpb_tabs_nav li.ui-tabs-active a:after,
.right-bar .wpb_tabs_nav li.ui-tabs-active a:after,
.left-bar .tabs-nav li.ui-tabs-active a:after,
.right-bar .tabs-nav li.ui-tabs-active a:after {
	display: none;
}
.left-bar .wpb_tabs_nav li:last-child,
.right-bar .wpb_tabs_nav li:last-child,
.left-bar .tabs-nav li:last-child,
.right-bar .tabs-nav li:last-child {
	margin-bottom: -1px;
}
.left-bar .wpb_tab,
.right-bar .wpb_tab,
.left-bar .tab-content,
.right-bar .tab-content {
	width: 70%;
	float: left;
	position: relative;
	z-index: 1;
	border-top: none;
	padding: 30px 20px !important;
	border-left: 1px solid #e6e6e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.right-bar {
	border: 1px solid #ddd;
	width: 100%;
	margin-bottom: 0;
}
.right-bar .left-titles {
	float: right;
	margin-left: -1px;
	border-left: 1px solid #ddd;
	width: 20%;
	position: relative;
	z-index: 1;
}
.right-bar .left-titles .tab-title-left {
	display: block;
	padding: 20px 20px;
	border-style: solid;
	border-color: #ddd;
	border-width: 1px 0 0 1px;
	margin-left: -1px;
	text-transform: uppercase;
	position: relative;
}
.right-bar .left-titles .tab-title-left:hover {
	text-decoration: underline;
	background-color: #FFF;
}
.right-bar .left-titles .tab-title-left i {
	padding-right: 10px;
}
.right-bar .left-titles .tab-title-left.opened {
	border-left-color: #fff;
}
.right-bar .left-titles .tab-title-left.opened:after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0px;
	right: -1px;
}
.right-bar .left-titles .tab-title-left.opened:before {
	content: '';
	display: block;
	bottom: 50%;
	right: 0;
	margin-bottom: -4px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #000;
	border-width: 4px 4px;
}
.right-bar .left-titles .tab-title-left:first-child {
	border-top: none;
}
.right-bar .left-titles .tab-title-left:last-child {
	border-bottom: 1px solid #ddd;
	margin-bottom: -1px;
}
.right-bar .wpb_tabs_nav,
.right-bar .tabs-nav {
	float: right;
}
.right-bar .wpb_tabs_nav li.ui-tabs-active a,
.right-bar .tabs-nav li.ui-tabs-active a {
	border-right-color: #e6e6e6;
	border-left: 1px solid #FFF;
	margin-left: -1px !important;
}
.right-bar .wpb_tabs_nav li.ui-tabs-active a:after,
.right-bar .tabs-nav li.ui-tabs-active a:after {
	display: none;
}
.right-bar .wpb_tabs_nav li a,
.right-bar .tabs-nav li a {
	border-left-width: 1px;
}
.right-bar .wpb_tab {
	border-left: none;
	border-right: 1px solid #e6e6e6;
}
.right-bar .tab-title {
	display: none;
}
.right-bar .tab-content {
	float: left !important;
	margin: 0;
	padding: 30px 20px 20px 20px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #ddd;
	border-left: none;
	width: 70% !important;
	min-height: 1px !important;
	border-top: none;
	position: relative;
	right: -1px;
}
.sidebar-position-without .tabs.right-bar .tab-content {
	border-top: none;
}
.header-vertical-enable .sidebar-position-without .right-bar .left-titles {
	width: 20% !important;
}
.header-vertical-enable .sidebar-position-without .tabs.right-bar .tab-content {
	width: 80% !important;
}
.header-vertical-enable .sidebar-position-without .left-bar .left-titles {
	width: 20% !important;
}
.header-vertical-enable .sidebar-position-without .tabs.left-bar .tab-content {
	width: 80% !important;
}
.left-titles a:hover,
.tab-title-left:hover {
	text-decoration: none !important;
	color: #8a8a8a;
	background: none !important;
}
.products-tabs {
	text-align: center;
	width: 100%;
	border-bottom: none;
}
.products-tabs .wpb_tab {
	padding: 2em 0 !important;
	background-color: transparent !important;
}
.products-tabs .wpb_tabs_nav {
	border-bottom: none;
	margin-bottom: 0;
}
.products-tabs .wpb_tabs_nav li {
	float: none !important;
	display: inline-block;
	background-color: transparent !important;
}
.products-tabs .wpb_tabs_nav li:focus {
	outline: none;
}
.products-tabs .wpb_tabs_nav li > a {
	font-size: 18px;
	color: #999;
	display: inline-block;
	text-transform: none;
	font-family: Georgia;
	font-weight: 400;
	position: relative;
	margin-right: 15px;
	padding: 0 !important;
}
.products-tabs .wpb_tabs_nav li > a:first-child {
	margin-left: 15px !important;
}
.products-tabs .wpb_tabs_nav li.ui-tabs-active a {
	color: #3d3d3d;
}
.products-tabs .wpb_tabs_nav li.ui-tabs-active a:after {
	height: 22px;
	border-bottom: 2px solid #afafaf;
}
.products-tabs .tab-title {
	font-size: 18px;
	text-transform: none;
	margin-left: 15px;
	margin-right: 15px;
}
.products-tabs .tab-title.opened:after {
	height: 22px;
	border-bottom: 2px solid #afafaf;
}
.products-tabs .tab-content {
	border: none;
}
.products-tabs .products-grid {
	border-bottom: none;
}
/*---------------------------------------------------------------*/
/* Social Icons / #wp-widgets
/*---------------------------------------------------------------*/
.menu-social-icons li {
	float: left;
	margin-right: 14px;
	position: relative;
	list-style: none;
}
.menu-social-icons li a:focus {
	outline: none;
}
.menu-social-icons li a i {
	font-size: 18px;
	color: #a8a8a8;
	background-color: transparent;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.menu-social-icons li a i:hover {
	color: #222;
}
.menu-social-icons li a svg {
	display: none;
}
.menu-social-icons i {
	position: relative;
	z-index: 2;
	font-style: normal;
	font-size: 16px;
	background-color: #252525;
	color: #FFF;
	border-radius: 100%;
	line-height: 26px;
	text-align: center;
}
.menu-social-icons .ico-twitter {
	display: block;
	width: 28px;
	height: 28px;
}
.menu-social-icons .ico-twitter:before {
	content: "\f099";
	font-family: FontAwesome;
}
.menu-social-icons .ico-facebook {
	display: block;
	width: 28px;
	height: 28px;
}
.menu-social-icons .ico-facebook:before {
	content: "\f09a";
	font-family: FontAwesome;
}
.menu-social-icons .ico-youtube {
	display: block;
	width: 28px;
	height: 28px;
}
.menu-social-icons .ico-youtube:before {
	content: "\f167";
	font-family: FontAwesome;
}
.menu-social-icons .ico-pinterest {
	display: block;
	width: 28px;
	height: 28px;
}
.menu-social-icons .ico-pinterest:before {
	content: "\f0d2";
	font-family: FontAwesome;
}
.menu-social-icons .ico-google-plus {
	display: block;
	width: 28px;
	height: 28px;
}
.menu-social-icons .ico-google-plus:before {
	content: "\f0d5";
	font-family: FontAwesome;
}
.menu-social-icons .ico-envelope {
	display: block;
	width: 28px;
	height: 28px;
}
.menu-social-icons .ico-envelope:before {
	content: "\f003";
	font-family: FontAwesome;
}
.menu-social-icons .ico-skype {
	display: block;
	width: 28px;
	height: 28px;
}
.menu-social-icons .ico-skype:before {
	content: "\f17e";
	font-family: FontAwesome;
}
.menu-social-icons .ico-instagram {
	display: block;
	width: 28px;
	height: 28px;
}
.menu-social-icons .ico-instagram:before {
	content: "\f16d";
	font-family: FontAwesome;
}
.menu-social-icons .ico-linkedin {
	display: block;
	width: 28px;
	height: 28px;
}
.menu-social-icons .ico-linkedin:before {
	content: "\f0e1";
	font-family: FontAwesome;
}
/*---------------------------------------------------------------*/
/* Emodal / #emodal
/*---------------------------------------------------------------*/
.emodal {
	position: fixed;
	top: 40%;
	left: 0;
	z-index: 20302;
	visibility: hidden;
	padding: 20px;
	min-width: 320px;
	max-width: 525px;
	min-height: 140px;
	width: 50%;
	height: auto;
	background: white;
	opacity: 0;
	border: 1px solid #e6e6e6;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-repeat: no-repeat;
	background-position: center center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.emodal-border {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
}
.emodal.eloading {
	background: #ffffff url(images/loading.gif) no-repeat center center;
}
.emodal.eloading .close-modal {
	display: none;
}
.emodal.shown ~ .wrapper {
	filter: blur(3px);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
}
.emodal.shown {
	left: 50%;
	-webkit-transform: translateX(-48%);
	-moz-transform: translateX(-48%);
	-ms-transform: translateX(-48%);
	-o-transform: translateX(-48%);
	transform: translateX(-48%);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.emodal-overlay.with-transitions {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.emodal.with-transitions {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.emodal-overlay.shown,
.emodal.shown {
	visibility: visible;
	opacity: 1;
}
.emodal-overlay.shown {
	opacity: 0.8;
}
.emodal .close-modal {
	width: 30px;
	height: 30px;
	line-height: 28px;
	top: -45px;
	right: 0px;
	cursor: pointer;
	background-color: #3d3d3d !important;
	position: absolute;
	background-image: url(images/icons-sprite.png) !important;
	background-repeat: no-repeat;
	background-position: -30px -67px !important;
	text-decoration: none;
	text-align: center;
	opacity: 0.6;
	color: white;
	font-style: normal;
	font-size: 20px;
	font-family: Arial, Baskerville, monospace;
}
.emodal .close-modal i {
	font-family: Arial, Baskerville, monospace;
}
.emodal .close-modal i:before {
	content: "";
	font-family: Arial, Baskerville, monospace;
}
.close {
	font-size: 30px;
	font-weight: normal;
}
.emodal .close-modal:hover {
	opacity: 0.8;
}
.emodal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20301;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	opacity: 0.8;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.emodal .emodal-title {
	margin-bottom: 5px;
	font-size: 16px;
}
.emodal .emodal-text {
	float: right;
	width: 75%;
	position: relative;
	z-index: 1;
}
.emodal img {
	float: left;
	max-width: 20%;
}
.emodal .emodal-text h3 {
	margin-bottom: 10px;
}
.emodal .emodal-text .btn {
	margin-right: 15px;
	margin-top: 20px;
	float: left;
	border: none !important;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
	-moz-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
	-ms-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
	-o-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
	transition: color 0.2s, background-color 0.2s, opacity 0.2s;
}
.emodal .emodal-text .button:last-child {
	margin-right: 0;
	padding-right: 30px;
}
.modal-header h3 {
	margin: 0;
	font-size: 18px !important;
	line-height: 20px !important;
}
.emodal .emodal-text .button span {
	position: relative;
}
.emodal .emodal-text .button:last-child span:after {
	content: "";
	background: url(images/arrow-right-white.png) no-repeat center center;
	width: 9px;
	height: 17px;
	position: absolute;
	top: -1px;
	right: -19px;
}
/*---------------------------------------------------------------*/
/* 404 page/ #404
/*---------------------------------------------------------------*/
.error404 {
	text-align: center;
}
.error404 .top-bar {
	background-color: #000;
}
.error404 .header-wrapper .tbs.blog-description,
.error404 .header-wrapper .navbar-right {
	color: #737373;
}
.error404 .bc-type-8 {
	padding-top: 120px !important;
}
.error404 .bc-type-8 .container {
	display: none;
}
.error404 footer {
	text-align: left;
}
.error404 .page-404 {
	margin-top: 100px;
	margin-bottom: 100px;
}
.error404 .page-404 h1 {
	font-size: 30px;
	font-weight: 300;
	text-transform: none;
}
.error404 .page-404 .largest {
	font-size: 200px;
	font-weight: 300;
	line-height: 190px;
}
.error404 .page-404 p {
	font-size: 16px;
}
.error404 .page-404 .form-horizontal {
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
}
.error404 .page-404 .form-group.has-border {
	display: inline-block;
	margin: 0;
}
.error404 .page-404 .form-group.form-button {
	display: inline-block;
	margin: 0;
	position: relative;
	top: -16px;
}
.error404 .page-404 .form-group.form-button button {
	height: 39px;
}
.error404 .page-404 .col-xs-10 {
	width: 350px;
}
.error404 .page-404 .form-control {
	width: 300px;
	margin: 0 auto;
}
/*---------------------------------------------------------------*/
/* Login & Register/ #login
/*---------------------------------------------------------------*/
.login-form h3,
.register h3,
.lost_reset_password h3 {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	border-bottom: 1px solid #e6e6e6;
}
.login-form .form-row,
.register .form-row,
.lost_reset_password .form-row {
	float: none;
	display: inline-block;
	width: 100%;
}
.login-form label.inline,
.register label.inline,
.lost_reset_password label.inline {
	float: left;
	width: 100%;
	margin-top: 10px;
	display: inline-block;
}
.login-form input,
.register input,
.lost_reset_password input {
	font-size: 14px;
}
.lost_reset_password .form-row {
	width: 50%;
}
.lost_reset_password .form-row .button {
	float: left;
	line-height: 40px;
	width: auto;
	padding: 0 28px;
	letter-spacing: 1px;
}
form.login input[type="submit"] {
	width: auto;
	line-height: 40px;
	height: 40px;
	padding: 0 28px !important;
	font-size: 13px;
	letter-spacing: 1px;
}
.register .button.big {
	width: auto;
}
.login .lost-password {
	line-height: 40px;
	margin-bottom: 0;
	font-size: 14px;
}
.quick-view-popup {
	background: #FFF;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
}
.quick-view-popup .images img {
	width: 100%;
	height: auto;
}
.quick-view-popup .main-image-slider {
	margin-bottom: 0;
}
.quick-view-popup .product-info {
	margin-bottom: 0;
}
.quick-view-popup .product-name {
	margin-bottom: 0;
}
.quick-view-popup .button {
	float: left !important;
}
.quick-view-popup .product-images,
.quick-view-popup .product-images-slider {
	margin-bottom: 0;
}
.quick-view-popup .product-lightbox-btn {
	display: none;
}
.quick-view-popup .yith-wcwl-add-button {
	float: left;
}
.quick-view-popup .product-content {
	margin-bottom: 0;
}
.quick-view-popup .product-navigation {
	display: none;
}
.quick-view-popup .product-information {
	padding-top: 25px;
	padding-right: 45px;
	margin-bottom: 0;
}
.quick-view-popup .product-information h4.meta-title {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	padding-bottom: 10px;
	line-height: 1.3;
	margin-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}
.quick-view-popup .product-information .cart button[type="submit"] {
	width: auto !important;
}
.quick-view-popup .product-information .menu-social-icons {
	width: auto;
	float: right;
}
.quick-view-popup .product-information .show-full-details {
	display: inline-block;
	line-height: 30px;
	float: left;
	text-transform: uppercase;
}
.quick-view-popup .product-information .star-rating {
	margin: 10px 0 0 0;
}
.quick-view-popup .product-information .cart {
	padding-bottom: 20px;
}
.quick-view-popup .product-information .price {
	font-size: 22px;
}
.quick-view-popup .product-information .price del {
	color: #8a8a8a;
}
.quick-view-popup .product-information .price del span {
	color: #8a8a8a;
	font-size: 22px;
}
/*---------------------------------------------------------------*/
/* First Letter Uppercase/ #first-letter
/*---------------------------------------------------------------*/
span.dropcap {
	font-size: 60px;
	line-height: 60px;
	padding-right: 10px;
	float: left;
	color: #3d3d3d;
}
span.dropcap.dark {
	margin-right: 10px;
	padding: 10px;
	color: #FFF;
	background-color: #3d3d3d;
}
/*---------------------------------------------------------------*/
/* Post Carousel/ #post-carousel
/*---------------------------------------------------------------*/
.posts-carousel .post-item .post-thumb {
	margin-bottom: 20px;
}
.posts-carousel .post-item .post-thumb a {
	position: relative;
	display: block;
}
.posts-carousel .post-item .post-thumb a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #202020;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}
.posts-carousel .post-item .post-thumb a:after {
	content: "";
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	left: 50%;
	opacity: 0;
	z-index: 1;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
	background-image: url(images/hover-cross.png);
	background-position: center center;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.posts-carousel .post-item .post-thumb a:hover:before {
	opacity: 0.7;
}
.posts-carousel .post-item .post-thumb a:hover:after {
	opacity: 1;
}
.posts-carousel .post-item h2.post-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.6;
}
.posts-carousel .post-item .meta-post {
	margin-bottom: 25px;
	text-transform: uppercase;
	position: relative;
}
.posts-carousel .post-item .meta-post span {
	color: #8a8a8a;
	padding: 0 2px 0 0;
	display: inline-block;
}
.posts-carousel .post-item .meta-post span:after {
	content: "/";
	padding-left: 5px;
}
.posts-carousel .post-item .meta-post span:first-child {
	padding-left: 0;
}
.posts-carousel .post-item .meta-post span:last-child:after {
	display: none;
}
.posts-carousel .post-item .meta-post span a {
	color: #8a8a8a;
}
.posts-carousel .post-item .meta-post span a:hover {
	color: #3d3d3d;
}
.posts-carousel .post-item .meta-post:after {
	content: "";
	position: relative;
	display: block;
	bottom: -15px;
	left: 0;
	width: 35px;
	height: 2px;
	background-color: #e4e4e4;
}
.posts-carousel .post-item .entry-content {
	line-height: 1.8;
	margin-bottom: 10px;
}
.posts-carousel .post-item .vc_read_more {
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}
.posts-carousel .post-item.post-format-quote .entry-content {
	border-left: 3px solid #eee;
	padding-left: 10px;
}
.posts-carousel .post-item.post-format-quote .vc_read_more {
	padding-left: 13px;
}
.posts-carousel.carousel-design-2 .post-item {
	border: 1px solid #e4e4e4;
	padding-bottom: 30px;
}
.posts-carousel.carousel-design-2 .post-item h2.post-title {
	padding: 10px 30px 0 30px;
}
.posts-carousel.carousel-design-2 .post-item .meta-post,
.posts-carousel.carousel-design-2 .post-item .entry-content {
	padding: 0 30px;
}
.posts-carousel.carousel-design-2 .post-item.post-format-quote .entry-content {
	border-left: none;
}
.posts-carousel.carousel-design-3 .post-item {
	position: relative;
}
.posts-carousel.carousel-design-3 .post-item .meta-post {
	position: static;
}
.posts-carousel.carousel-design-3 .post-item .meta-post span:nth-child(2):after {
	display: none;
}
.posts-carousel.carousel-design-3 .post-item .category-list {
	position: absolute;
	top: 30px;
	right: 0;
	background-color: #8a8a8a;
	padding: 8px 15px;
}
.posts-carousel.carousel-design-3 .post-item .category-list a {
	color: #FFF;
	font-weight: 600;
}
.posts-carousel.carousel-design-3 .post-item .category-list a:hover {
	color: #FFF;
	text-decoration: underline;
}
.posts-carousel.carousel-design-3 .post-item.post-format-quote .category-list {
	position: static;
	background: none;
	padding: 0;
}
.posts-carousel.carousel-design-3 .post-item.post-format-quote .category-list a {
	color: #8a8a8a;
}
.posts-carousel.carousel-design-3 .post-item.post-format-quote .category-list a:hover {
	color: #8a8a8a;
}
.posts-design-1 .vc_gitem-zone,
.posts-design-4 .vc_gitem-zone,
.posts-design-2 .vc_gitem-zone {
	background-color: transparent !important;
}
.posts-design-1 .vc_gitem-zone .vc_btn,
.posts-design-4 .vc_gitem-zone .vc_btn,
.posts-design-2 .vc_gitem-zone .vc_btn,
.posts-design-1 .vc_gitem-zone .vc_btn3-container a,
.posts-design-4 .vc_gitem-zone .vc_btn3-container a,
.posts-design-2 .vc_gitem-zone .vc_btn3-container a {
	border: none;
	color: #000 !important;
	text-transform: none;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	background-color: transparent;
	font-size: 14px;
	font-weight: 400;
	padding: 0 !important;
	line-height: 15px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0 !important;
}
.posts-design-1 .vc_gitem-zone .vc_btn:hover,
.posts-design-4 .vc_gitem-zone .vc_btn:hover,
.posts-design-2 .vc_gitem-zone .vc_btn:hover,
.posts-design-1 .vc_gitem-zone .vc_btn3-container a:hover,
.posts-design-4 .vc_gitem-zone .vc_btn3-container a:hover,
.posts-design-2 .vc_gitem-zone .vc_btn3-container a:hover,
.posts-design-1 .vc_gitem-zone .vc_btn:focus,
.posts-design-4 .vc_gitem-zone .vc_btn:focus,
.posts-design-2 .vc_gitem-zone .vc_btn:focus,
.posts-design-1 .vc_gitem-zone .vc_btn3-container a:focus,
.posts-design-4 .vc_gitem-zone .vc_btn3-container a:focus,
.posts-design-2 .vc_gitem-zone .vc_btn3-container a:focus {
	color: #8a8a8a !important;
	background-color: transparent;
}
.posts-design-1 .vc_gitem-zone .vc_gitem-post-data,
.posts-design-4 .vc_gitem-zone .vc_gitem-post-data,
.posts-design-2 .vc_gitem-zone .vc_gitem-post-data {
	margin-bottom: 0 !important;
}
.posts-design-1 .vc_gitem-zone .vc_gitem-post-data p,
.posts-design-4 .vc_gitem-zone .vc_gitem-post-data p,
.posts-design-2 .vc_gitem-zone .vc_gitem-post-data p {
	margin-bottom: 10px !important;
}
.posts-design-1 .vc_gitem-zone .vc_custom_heading h4,
.posts-design-4 .vc_gitem-zone .vc_custom_heading h4,
.posts-design-2 .vc_gitem-zone .vc_custom_heading h4 {
	font-size: 16px;
	line-height: 24px;
	position: relative;
	margin-bottom: 20px;
}
.posts-design-1 .vc_gitem-zone .vc_custom_heading h4:before,
.posts-design-4 .vc_gitem-zone .vc_custom_heading h4:before,
.posts-design-2 .vc_gitem-zone .vc_custom_heading h4:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	display: block;
	width: 35px;
	height: 2px;
	background-color: #e4e4e4;
}
.posts-design-1 .vc-gitem-zone-height-mode-auto:before,
.posts-design-4 .vc-gitem-zone-height-mode-auto:before,
.posts-design-2 .vc-gitem-zone-height-mode-auto:before {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	opacity: 1;
	background-color: transparent;
}
.posts-design-1 .vc-gitem-zone-height-mode-auto:hover:before,
.posts-design-4 .vc-gitem-zone-height-mode-auto:hover:before,
.posts-design-2 .vc-gitem-zone-height-mode-auto:hover:before {
	background-color: #FFF;
	opacity: 0.8;
}
.posts-design-1 .vc-gitem-zone-height-mode-auto:after,
.posts-design-4 .vc-gitem-zone-height-mode-auto:after,
.posts-design-2 .vc-gitem-zone-height-mode-auto:after {
	content: "";
	background-image: url(images/big-black-cross.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 51px;
	display: block;
	height: 51px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}
.posts-design-1 .vc-gitem-zone-height-mode-auto:hover:after,
.posts-design-4 .vc-gitem-zone-height-mode-auto:hover:after,
.posts-design-2 .vc-gitem-zone-height-mode-auto:hover:after {
	opacity: 1;
}
.posts-design-1 .vc_gitem_row .vc_gitem-col,
.posts-design-4 .vc_gitem_row .vc_gitem-col,
.posts-design-2 .vc_gitem_row .vc_gitem-col {
	padding: 30px 0 15px;
}
.posts-design-2 .vc_grid-item-mini {
	border: 1px solid #e4e4e4;
	padding-right: 0;
}
.posts-design-2 .vc_grid-item-mini .vc_gitem-post-data,
.posts-design-2 .vc_grid-item-mini .entry-content {
	padding: 0 30px;
}
.posts-design-2 .vc_grid-item-mini .vc_btn {
	display: none !important;
}
.posts-design-2 .vc_grid-item-mini .vc_btn3-container a {
	margin-left: 30px;
}
.posts-design-4 .vc_gitem-zone-mini {
	display: none;
}
.tp-bullets.simplebullets.round .bullet {
	background-image: none !important;
	background-color: transparent !important;
	border: 2px solid #fff;
	width: 18px !important;
	position: relative;
	height: 18px !important;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.tp-bullets.simplebullets.round .bullet.selected {
	background-color: transparent !important;
}
.tp-bullets.simplebullets.round .bullet.selected:before {
	content: "";
	width: 10px;
	height: 10px;
	left: 2px;
	top: 2px;
	display: block;
	position: absolute;
	background-color: #FFF;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
/*---------------------------------------------------------------*/
/* Post Grid/ #post-grid
/*---------------------------------------------------------------*/
.teaser_grid_container .isotope-inner {
	padding: 0 10px;
}
.teaser_grid_container .isotope-inner .post-thumb {
	margin-bottom: 20px;
}
.teaser_grid_container .isotope-inner .post-thumb a {
	position: relative;
	display: block;
}
.teaser_grid_container .isotope-inner .post-thumb a:before {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	background-color: #202020;
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
}
.teaser_grid_container .isotope-inner .post-thumb a:after {
	content: "";
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	left: 50%;
	opacity: 0;
	z-index: 1;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
	background-image: url(images/hover-cross.png);
	background-position: center center;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.teaser_grid_container .isotope-inner .post-thumb a:hover:before {
	opacity: 0.6;
}
.teaser_grid_container .isotope-inner .post-thumb a:hover:after {
	opacity: 1;
}
.teaser_grid_container .isotope-inner h2.post-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.6;
}
.teaser_grid_container .isotope-inner .meta-post {
	margin-bottom: 25px;
	text-transform: uppercase;
	position: relative;
}
.teaser_grid_container .isotope-inner .meta-post span {
	color: #8a8a8a;
	padding: 0 2px 0 0;
	display: inline-block;
}
.teaser_grid_container .isotope-inner .meta-post span:after {
	content: "/";
	padding-left: 5px;
}
.teaser_grid_container .isotope-inner .meta-post span:first-child {
	padding-left: 0;
}
.teaser_grid_container .isotope-inner .meta-post span:last-child:after {
	display: none;
}
.teaser_grid_container .isotope-inner .meta-post span a {
	color: #8a8a8a;
}
.teaser_grid_container .isotope-inner .meta-post span a:hover {
	color: #8a8a8a;
}
.teaser_grid_container .isotope-inner .meta-post:after {
	content: "";
	position: relative;
	display: block;
	bottom: -15px;
	left: 0;
	width: 35px;
	height: 2px;
	background-color: #e4e4e4;
}
.teaser_grid_container .isotope-inner .entry-content {
	line-height: 1.8;
	margin-bottom: 10px;
}
.teaser_grid_container .isotope-inner .vc_read_more {
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}
.teaser_grid_container .isotope-inner.post-format-quote .entry-content {
	border-left: 3px solid #eee;
	padding-left: 10px;
}
.teaser_grid_container .isotope-inner.post-format-quote .vc_read_more {
	padding-left: 13px;
}
.element-no_space .teaser_grid_container .isotope-inner {
	padding: 0;
}
.element-no_space .teaser_grid_container .isotope-item {
	margin-bottom: 0 !important;
}
.element-no_space .teaser_grid_container .isotope-item .post-thumb {
	margin-bottom: 0 !important;
}
.element-full-width {
	position: relative;
}
.wpb_teaser_grid .categories_filter,
.wpb_categories_filter {
	text-align: center;
}
.wpb_teaser_grid .categories_filter li,
.wpb_categories_filter li {
	float: none !important;
	display: inline-block !important;
}
/*---------------------------------------------------------------*/
/* Post Slider/ #post-slider
/*---------------------------------------------------------------*/
.wpb_posts_slider h2.post-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.6;
}
.wpb_posts_slider .flex-control-paging {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	bottom: 10px !important;
}
.wpb_posts_slider:hover .flex-control-paging {
	opacity: 1;
}
.wpb_posts_slider .flex-caption,
.wpb_posts_slider .nivo-caption {
	padding: 20px !important;
}
/*---------------------------------------------------------------*/
/* Togles/ #toogles
/*---------------------------------------------------------------*/
.vc_toggle.vc_toggle_default,
.toggle-block {
	margin-bottom: 0 !important;
	line-height: 1.5;
}
.vc_toggle.vc_toggle_default:last-child,
.toggle-block:last-child {
	border-bottom: 1px solid #e6e6e6;
}
.vc_toggle.vc_toggle_default.bordered:last-child,
.toggle-block.bordered:last-child {
	border-bottom: none;
}
.vc_toggle.vc_toggle_default {
	padding: 30px 0;
	border-top: 1px solid #e6e6e6;
}
.vc_toggle.vc_toggle_default .vc_toggle_title {
	padding-left: 0 !important;
}
.vc_toggle.vc_toggle_default .vc_toggle_title > h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
}


.shop_attributes td {
			padding-left: 40px !important;
		}
		.shop_attributes  {
			Width: auto !important;
		}
#postalcode{
	  border: medium none;
    display: inline;
    font-size: 12px;
    letter-spacing: 0.15em;
    outline: 0 none;
    width: 79%;
}
.Searchfield > label{
	 display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.categorylocator {
    font-size: 12px;
    margin-left: 15px;
    margin-top: 35px;
}
.categorylocator > label{
	font-size: 12px;
}

.searchbutton {
    margin-top: 37px;
}

.butones {
    background: #d8d8d8 none repeat scroll 0 0 !important;
    color: #333333 !important;
    letter-spacing: 0.25em;
    padding: 10px 30px !important;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

span.from {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
    font-size: 12px;
}
.wooslider-control-paging li a {
width:5px !important;
height: 5px !important;
}
