/*!
Theme Name: FairyStyle
Theme URI: http://www.templatemonster.com/
Author: Template Monster
Author URI: http://www.templatemonster.com/woocommerce-themes.php
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fairy_style
Tags: blue, white, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

blank is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
	## Social List
# Accessibility
# Alignments
# Clearings
# Grid
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*
* @section Normalize
*/
ol, ul {
	list-style: none;
}

blockquote, .post-format-quote, q {
	quotes: none;
}

blockquote:before, .post-format-quote:before, blockquote:after, .post-format-quote:after,
q:before, q:after {
	content: '';
}

/*
* @bugfix input text-overflow padding ignore
* @affected lt IE11
*/
.lt-ie11 input {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom-left-radius: 1px !important;
}

button, input, textarea, select {
	outline: none;
	border: none;
	color: inherit;
	overflow: visible;
	box-shadow: none;
	border-radius: 0;
}
button,  textarea, select {
	-webkit-appearance: none;
}
*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a,
a[href^="tel:"],
a[href^="callto:"] {
	font: inherit;
	color: inherit;
	text-decoration: none;
}

a:focus,
a[href^="tel:"]:focus,
a[href^="callto:"]:focus {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
}

a, button, input {
	transition: .3s all ease;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

@media (min-width: 544px) {
	.container {
		max-width: 576px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 940px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.row, .full-width-header-area .widget.widget_top_rated_products .product_list_widget, .full-width-header-area .widget.widget_recent_reviews .product_list_widget, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget, .full-width-header-area .widget.widget_products .product_list_widget, .before-content-area .widget.widget_top_rated_products .product_list_widget, .before-content-area .widget.widget_recent_reviews .product_list_widget, .before-content-area .widget.widget_recently_viewed_products .product_list_widget, .before-content-area .widget.widget_products .product_list_widget, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget, .after-content-full-width-area .widget.widget_products .product_list_widget, .before-loop-area .widget.widget_top_rated_products .product_list_widget, .before-loop-area .widget.widget_recent_reviews .product_list_widget, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget, .before-loop-area .widget.widget_products .product_list_widget, .after-loop-area .widget.widget_top_rated_products .product_list_widget, .after-loop-area .widget.widget_recent_reviews .product_list_widget, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget, .after-loop-area .widget.widget_products .product_list_widget, .single-product .related.products .products, .after-content-area {
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .single-product .related.products .products > div, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .search-results.woocommerce .products div.product, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li, .full-width-header-area .widget.widget_products .product_list_widget li, .before-content-area .widget.widget_top_rated_products .product_list_widget li, .before-content-area .widget.widget_recent_reviews .product_list_widget li, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li, .before-content-area .widget.widget_products .product_list_widget li, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li, .after-content-full-width-area .widget.widget_products .product_list_widget li, .before-loop-area .widget.widget_top_rated_products .product_list_widget li, .before-loop-area .widget.widget_recent_reviews .product_list_widget li, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li, .before-loop-area .widget.widget_products .product_list_widget li, .after-loop-area .widget.widget_top_rated_products .product_list_widget li, .after-loop-area .widget.widget_recent_reviews .product_list_widget li, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li, .after-loop-area .widget.widget_products .product_list_widget li, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
	position: relative;
	min-height: 1px;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.col-xs-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-xs-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-xs-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-xs-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-xs-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-xs-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-xs-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-xs-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-xs-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-xs-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-xs-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-xs-12, .single-product .related.products .products > div {
	flex: 0 0 100%;
	max-width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.33333%;
}

.col-xs-pull-2 {
	right: 16.66667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.33333%;
}

.col-xs-pull-5 {
	right: 41.66667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.33333%;
}

.col-xs-pull-8 {
	right: 66.66667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.33333%;
}

.col-xs-pull-11 {
	right: 91.66667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.33333%;
}

.col-xs-push-2 {
	left: 16.66667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.33333%;
}

.col-xs-push-5 {
	left: 41.66667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.33333%;
}

.col-xs-push-8 {
	left: 66.66667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.33333%;
}

.col-xs-push-11 {
	left: 91.66667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.33333%;
}

.col-xs-offset-2 {
	margin-left: 16.66667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333%;
}

.col-xs-offset-5 {
	margin-left: 41.66667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333%;
}

.col-xs-offset-8 {
	margin-left: 66.66667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333%;
}

.col-xs-offset-11 {
	margin-left: 91.66667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width: 544px) {
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-sm-6, .single-product .related.products .products > div, .search-results.woocommerce .products div.product {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-sm-12, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li, .full-width-header-area .widget.widget_products .product_list_widget li, .before-content-area .widget.widget_top_rated_products .product_list_widget li, .before-content-area .widget.widget_recent_reviews .product_list_widget li, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li, .before-content-area .widget.widget_products .product_list_widget li, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li, .after-content-full-width-area .widget.widget_products .product_list_widget li, .before-loop-area .widget.widget_top_rated_products .product_list_widget li, .before-loop-area .widget.widget_recent_reviews .product_list_widget li, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li, .before-loop-area .widget.widget_products .product_list_widget li, .after-loop-area .widget.widget_top_rated_products .product_list_widget li, .after-loop-area .widget.widget_recent_reviews .product_list_widget li, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li, .after-loop-area .widget.widget_products .product_list_widget li {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-pull-1 {
		right: 8.33333%;
	}

	.col-sm-pull-2 {
		right: 16.66667%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-4 {
		right: 33.33333%;
	}

	.col-sm-pull-5 {
		right: 41.66667%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-7 {
		right: 58.33333%;
	}

	.col-sm-pull-8 {
		right: 66.66667%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-10 {
		right: 83.33333%;
	}

	.col-sm-pull-11 {
		right: 91.66667%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-push-1 {
		left: 8.33333%;
	}

	.col-sm-push-2 {
		left: 16.66667%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-4 {
		left: 33.33333%;
	}

	.col-sm-push-5 {
		left: 41.66667%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-7 {
		left: 58.33333%;
	}

	.col-sm-push-8 {
		left: 66.66667%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-10 {
		left: 83.33333%;
	}

	.col-sm-push-11 {
		left: 91.66667%;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 768px) {
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-md-3, .single-product .related.products .products > div {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4, .search-results.woocommerce .products div.product {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-md-6, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li, .full-width-header-area .widget.widget_products .product_list_widget li, .before-content-area .widget.widget_top_rated_products .product_list_widget li, .before-content-area .widget.widget_recent_reviews .product_list_widget li, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li, .before-content-area .widget.widget_products .product_list_widget li, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li, .after-content-full-width-area .widget.widget_products .product_list_widget li, .before-loop-area .widget.widget_top_rated_products .product_list_widget li, .before-loop-area .widget.widget_recent_reviews .product_list_widget li, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li, .before-loop-area .widget.widget_products .product_list_widget li, .after-loop-area .widget.widget_top_rated_products .product_list_widget li, .after-loop-area .widget.widget_recent_reviews .product_list_widget li, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li, .after-loop-area .widget.widget_products .product_list_widget li {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-pull-1 {
		right: 8.33333%;
	}

	.col-md-pull-2 {
		right: 16.66667%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-4 {
		right: 33.33333%;
	}

	.col-md-pull-5 {
		right: 41.66667%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-7 {
		right: 58.33333%;
	}

	.col-md-pull-8 {
		right: 66.66667%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-10 {
		right: 83.33333%;
	}

	.col-md-pull-11 {
		right: 91.66667%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-push-1 {
		left: 8.33333%;
	}

	.col-md-push-2 {
		left: 16.66667%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-4 {
		left: 33.33333%;
	}

	.col-md-push-5 {
		left: 41.66667%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-7 {
		left: 58.33333%;
	}

	.col-md-push-8 {
		left: 66.66667%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-10 {
		left: 83.33333%;
	}

	.col-md-push-11 {
		left: 91.66667%;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-offset-0 {
		margin-left: 0%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333%;
	}

	.col-md-offset-2 {
		margin-left: 16.66667%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333%;
	}

	.col-md-offset-5 {
		margin-left: 41.66667%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333%;
	}

	.col-md-offset-8 {
		margin-left: 66.66667%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333%;
	}

	.col-md-offset-11 {
		margin-left: 91.66667%;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 992px) {
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-pull-1 {
		right: 8.33333%;
	}

	.col-lg-pull-2 {
		right: 16.66667%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-4 {
		right: 33.33333%;
	}

	.col-lg-pull-5 {
		right: 41.66667%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-7 {
		right: 58.33333%;
	}

	.col-lg-pull-8 {
		right: 66.66667%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-10 {
		right: 83.33333%;
	}

	.col-lg-pull-11 {
		right: 91.66667%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-push-1 {
		left: 8.33333%;
	}

	.col-lg-push-2 {
		left: 16.66667%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-4 {
		left: 33.33333%;
	}

	.col-lg-push-5 {
		left: 41.66667%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-7 {
		left: 58.33333%;
	}

	.col-lg-push-8 {
		left: 66.66667%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-10 {
		left: 83.33333%;
	}

	.col-lg-push-11 {
		left: 91.66667%;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-offset-0 {
		margin-left: 0%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1200px) {
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li, .full-width-header-area .widget.widget_products .product_list_widget li, .before-content-area .widget.widget_top_rated_products .product_list_widget li, .before-content-area .widget.widget_recent_reviews .product_list_widget li, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li, .before-content-area .widget.widget_products .product_list_widget li, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li, .after-content-full-width-area .widget.widget_products .product_list_widget li, .before-loop-area .widget.widget_top_rated_products .product_list_widget li, .before-loop-area .widget.widget_recent_reviews .product_list_widget li, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li, .before-loop-area .widget.widget_products .product_list_widget li, .after-loop-area .widget.widget_top_rated_products .product_list_widget li, .after-loop-area .widget.widget_recent_reviews .product_list_widget li, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li, .after-loop-area .widget.widget_products .product_list_widget li {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-xl-pull-0 {
		right: auto;
	}

	.col-xl-pull-1 {
		right: 8.33333%;
	}

	.col-xl-pull-2 {
		right: 16.66667%;
	}

	.col-xl-pull-3 {
		right: 25%;
	}

	.col-xl-pull-4 {
		right: 33.33333%;
	}

	.col-xl-pull-5 {
		right: 41.66667%;
	}

	.col-xl-pull-6 {
		right: 50%;
	}

	.col-xl-pull-7 {
		right: 58.33333%;
	}

	.col-xl-pull-8 {
		right: 66.66667%;
	}

	.col-xl-pull-9 {
		right: 75%;
	}

	.col-xl-pull-10 {
		right: 83.33333%;
	}

	.col-xl-pull-11 {
		right: 91.66667%;
	}

	.col-xl-pull-12 {
		right: 100%;
	}

	.col-xl-push-0 {
		left: auto;
	}

	.col-xl-push-1 {
		left: 8.33333%;
	}

	.col-xl-push-2 {
		left: 16.66667%;
	}

	.col-xl-push-3 {
		left: 25%;
	}

	.col-xl-push-4 {
		left: 33.33333%;
	}

	.col-xl-push-5 {
		left: 41.66667%;
	}

	.col-xl-push-6 {
		left: 50%;
	}

	.col-xl-push-7 {
		left: 58.33333%;
	}

	.col-xl-push-8 {
		left: 66.66667%;
	}

	.col-xl-push-9 {
		left: 75%;
	}

	.col-xl-push-10 {
		left: 83.33333%;
	}

	.col-xl-push-11 {
		left: 91.66667%;
	}

	.col-xl-push-12 {
		left: 100%;
	}

	.col-xl-offset-0 {
		margin-left: 0%;
	}

	.col-xl-offset-1 {
		margin-left: 8.33333%;
	}

	.col-xl-offset-2 {
		margin-left: 16.66667%;
	}

	.col-xl-offset-3 {
		margin-left: 25%;
	}

	.col-xl-offset-4 {
		margin-left: 33.33333%;
	}

	.col-xl-offset-5 {
		margin-left: 41.66667%;
	}

	.col-xl-offset-6 {
		margin-left: 50%;
	}

	.col-xl-offset-7 {
		margin-left: 58.33333%;
	}

	.col-xl-offset-8 {
		margin-left: 66.66667%;
	}

	.col-xl-offset-9 {
		margin-left: 75%;
	}

	.col-xl-offset-10 {
		margin-left: 83.33333%;
	}

	.col-xl-offset-11 {
		margin-left: 91.66667%;
	}

	.col-xl-offset-12 {
		margin-left: 100%;
	}
}

.col-xs-first {
	order: -1;
}

.col-xs-last {
	order: 1;
}

@media (min-width: 544px) {
	.col-sm-first {
		order: -1;
	}

	.col-sm-last {
		order: 1;
	}
}

@media (min-width: 768px) {
	.col-md-first {
		order: -1;
	}

	.col-md-last {
		order: 1;
	}
}

@media (min-width: 992px) {
	.col-lg-first {
		order: -1;
	}

	.col-lg-last {
		order: 1;
	}
}

@media (min-width: 1200px) {
	.col-xl-first {
		order: -1;
	}

	.col-xl-last {
		order: 1;
	}
}

.row-xs-top {
	align-items: flex-start;
}

.row-xs-center {
	align-items: center;
}

.row-xs-bottom {
	align-items: flex-end;
}

@media (min-width: 544px) {
	.row-sm-top {
		align-items: flex-start;
	}

	.row-sm-center {
		align-items: center;
	}

	.row-sm-bottom {
		align-items: flex-end;
	}
}

@media (min-width: 768px) {
	.row-md-top {
		align-items: flex-start;
	}

	.row-md-center {
		align-items: center;
	}

	.row-md-bottom {
		align-items: flex-end;
	}
}

@media (min-width: 992px) {
	.row-lg-top {
		align-items: flex-start;
	}

	.row-lg-center {
		align-items: center;
	}

	.row-lg-bottom {
		align-items: flex-end;
	}
}

@media (min-width: 1200px) {
	.row-xl-top {
		align-items: flex-start;
	}

	.row-xl-center {
		align-items: center;
	}

	.row-xl-bottom {
		align-items: flex-end;
	}
}

.col-xs-top {
	align-self: flex-start;
}

.col-xs-center {
	align-self: center;
}

.col-xs-bottom {
	align-self: flex-end;
}

@media (min-width: 544px) {
	.col-sm-top {
		align-self: flex-start;
	}

	.col-sm-center {
		align-self: center;
	}

	.col-sm-bottom {
		align-self: flex-end;
	}
}

@media (min-width: 768px) {
	.col-md-top {
		align-self: flex-start;
	}

	.col-md-center {
		align-self: center;
	}

	.col-md-bottom {
		align-self: flex-end;
	}
}

@media (min-width: 992px) {
	.col-lg-top {
		align-self: flex-start;
	}

	.col-lg-center {
		align-self: center;
	}

	.col-lg-bottom {
		align-self: flex-end;
	}
}

@media (min-width: 1200px) {
	.col-xl-top {
		align-self: flex-start;
	}

	.col-xl-center {
		align-self: center;
	}

	.col-xl-bottom {
		align-self: flex-end;
	}
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

#page {
	overflow: hidden;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: border-box;
}

a,
a:hover,
a:active,
a:focus {
	outline: none !important;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

blockquote, .post-format-quote, q {
	quotes: "" "";
}

blockquote:before, .post-format-quote:before, blockquote:after, .post-format-quote:after, q:before, q:after {
	content: "";
}

blockquote, .post-format-quote {
	position: relative;
	margin: 0;
	padding: 4px 30px 5px 58px;
	font-size: 20px;
	font-size: 1.25rem;
}

blockquote cite, .post-format-quote cite {
	display: block;
	font-style: normal;
	margin-top: 21px;
	font-size: 14px;
	font-size: 0.875rem;
}

blockquote cite:before, .post-format-quote cite:before {
	content: '\2014';
	margin-right: 4px;
}

blockquote:before, .post-format-quote:before {
	content: "\201C";
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
	position: absolute;
	font-size: 40px;
	top: -1px;
	left: -7px;
	margin: 0;
	font-weight: 900;
	line-height: 1;
	font-size: 100px;
}

@media (max-width: 479px) {
	blockquote, .post-format-quote {
		padding: 38px 10px 4px 0;
	}

	blockquote p, .post-format-quote p, blockquote q, .post-format-quote q {
		font-size: 22px;
	}

	blockquote:before, .post-format-quote:before {
		top: -10px;
		left: 0;
	}

	blockquote cite, .post-format-quote cite {
		margin-top: 13px;
	}
}

ol, ul {
	list-style: none;
}

hr {
	background-color: #e8e8eb;
	border: 0;
	height: 1px;
	margin: 55px 0 52px;
	overflow: hidden;
	clear: both;
}

@media (max-width: 479px) {
	hr {
		margin: 30px 0;
	}
}

code {
	padding: 2px 5px;
}

.post-format-quote, .post_format-post-format-quote blockquote, .post_format-post-format-quote .post-format-quote {
	position: relative;
	padding: 33px 50px 41px 101px;
}

.post-format-quote:before, .post_format-post-format-quote blockquote:before, .post_format-post-format-quote .post-format-quote:before {
	content: "\201C";
	position: absolute;
	top: 23px;
	left: 37px;
	margin: 0;
	font-size: 100px;
	line-height: 1;
	font-weight: 900;
}

.post-format-quote cite, .post_format-post-format-quote blockquote cite, .post_format-post-format-quote .post-format-quote cite {
	display: block;
	font-style: normal;
	margin-top: 18px;
	font-size: 14px;
}

.post-format-quote cite:before, .post_format-post-format-quote blockquote cite:before, .post_format-post-format-quote .post-format-quote cite:before {
	content: '\2014';
	margin-right: 4px;
}

@media (max-width: 479px) {
	.post-format-quote:before, .post_format-post-format-quote blockquote:before, .post_format-post-format-quote .post-format-quote:before {
		left: 50px;
	}
}

p + p > img, p + img {
	margin-top: 25px;
}

p + p > img.alignnone {
	margin-top: 18px;
}

p > img {
	margin-bottom: 11px;
}

.offset-1 {
	margin-top: 11px;
	margin-bottom: 0;
	display: inline-block;
}

ul, ol {
	margin: 1.35em 0;
	padding-left: 0;
}

.page .entry-content ul, .entry-content ul, .page .entry-content ol, .entry-content ol {
	font-size: 1em;
}

.page .entry-content ul li, .entry-content ul li, .page .entry-content ol li, .entry-content ol li {
	position: relative;
}

.page .entry-content ul li + li, .entry-content ul li + li, .page .entry-content ol li + li, .entry-content ol li + li {
	margin-top: 7px;
}

.page .entry-content > ul li, .entry-content > ul li {
	position: relative;
	padding-left: 13px;
}

.page .entry-content > ul li:before, .entry-content > ul li:before {
	content: '\2022';
	position: absolute;
	top: 0;
	left: 0;
}

.page .entry-content > ol, .entry-content > ol {
	counter-reset: li;
}

.page .entry-content > ol > li, .entry-content > ol > li {
	position: relative;
}

.page .entry-content > ol > li:before, .entry-content > ol > li:before {
	content: counter(li, decimal-leading-zero) ".";
	counter-increment: li;
	margin-right: 7px;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Inline list */
.inline-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.inline-list li {
	display: inline-block;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.entry-content table {
	margin: 0 0 1.5em;
	max-width: 100%;
	border: 1px solid #e0e0e8;
}

.entry-content table th,
.entry-content table td {
	padding: 5px;
	vertical-align: top;
	border: 1px solid #e0e0e8;
}

.entry-content table thead th {
	vertical-align: bottom;
	border-bottom: 1px solid #e0e0e8;
}

.entry-content table tbody + tbody {
	border-top: 1px solid #e0e0e8;
}

.page-preloader-cover {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
	display: block;
}

.tm-folding-cube {
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.tm-folding-cube .tm-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.tm-folding-cube .tm-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	-webkit-animation: tm-foldCubeAngle 2.4s infinite linear both;
	animation: tm-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.tm-folding-cube .tm-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}

.tm-folding-cube .tm-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}

.tm-folding-cube .tm-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}

.tm-folding-cube .tm-cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.tm-folding-cube .tm-cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.tm-folding-cube .tm-cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

@-webkit-keyframes tm-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes tm-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	left: -100px;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border: none;
	text-indent: 0%;
	background-color: #fff;
	z-index: 999;
	border-radius: 0;
	text-align: center;
}

#toTop span {
	line-height: 50px;
}

#toTop i {
	color: white;
	line-height: 50px;
	font-size: 29px;
	width: inherit;
	height: inherit;
	transform: rotate(-90deg);
}

@media (min-width: 544px) {
	#toTop {
		left: auto;
		right: 20px;
	}
}

@media (min-width: 768px) {
	#toTop {
		bottom: 80px;
	}
}

#toTop:active, #toTop:focus {
	outline: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	text-transform: uppercase;
	padding: 15px 19px;
	border-radius: 0;
	border: none;
	box-shadow: none;
}

.btn, .woocommerce input.button, .woocommerce a.button, .woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
.single-product.woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .single-product .wc-proceed-to-checkout a.checkout-button, .woocommerce .button, .woocommerce-account input.button, .woocommerce-account a.button,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, .woocommerce-account .button, .woocommerce .wishlist_table td.product-add-to-cart a.button, .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .wishlist_table td.product-add-to-cart a.checkout-button, .woocommerce-account .wishlist_table td.product-add-to-cart a.button, .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .wishlist_table td.product-add-to-cart a.checkout-button, .yith-woocompare-widget a.compare.button,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, .button, .woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.single-product.woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .single-product .wc-proceed-to-checkout a.checkout-button {
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	text-transform: uppercase;
	padding: 15px 19px;
	border-radius: 0;
	border: none;
	box-shadow: none;
}

.btn__text, .btn__icon, .button__text, .button__icon {
	display: inline-block;
	vertical-align: top;
}

.btn__icon, .button__icon {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
	font-size: 1.5em;
	line-height: inherit;
}

.btn__icon:before, .button__icon:before {
	content: '\E5C8';
}

.btn.btn-fullwidth, .woocommerce .wc-proceed-to-checkout a.btn-fullwidth.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce a.btn-fullwidth.checkout-button, .woocommerce .btn-fullwidth.button,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.btn-fullwidth.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.btn-fullwidth.checkout-button, .woocommerce-account .btn-fullwidth.button, .woocommerce .wishlist_table td.product-add-to-cart a.btn-fullwidth.button, .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout a.btn-fullwidth.checkout-button, .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart a.btn-fullwidth.checkout-button, .woocommerce-account .wishlist_table td.product-add-to-cart a.btn-fullwidth.button, .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout a.btn-fullwidth.checkout-button, .yith-woocompare-widget a.btn-fullwidth.compare.button,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.btn-fullwidth.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.btn-fullwidth.compare.checkout-button, .button.btn-fullwidth, .woocommerce .wc-proceed-to-checkout a.btn-fullwidth.checkout-button,
.woocommerce-page .wc-proceed-to-checkout a.btn-fullwidth.checkout-button {
	width: 100%;
	text-align: center;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
	padding: 15px;
	background: white;
	border: 1px solid #e8e8eb;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
	box-shadow: 0 0 8px #e8e8eb;
	outline: none;
}

input[type="text"]:-input-placeholder,
input[type="email"]:-input-placeholder,
input[type="url"]:-input-placeholder,
input[type="password"]:-input-placeholder,
input[type="search"]:-input-placeholder,
input[type="number"]:-input-placeholder,
input[type="tel"]:-input-placeholder,
input[type="range"]:-input-placeholder,
input[type="date"]:-input-placeholder,
input[type="month"]:-input-placeholder,
input[type="week"]:-input-placeholder,
input[type="time"]:-input-placeholder,
input[type="datetime"]:-input-placeholder,
input[type="datetime-local"]:-input-placeholder,
input[type="color"]:-input-placeholder,
select:-input-placeholder,
textarea:-input-placeholder {
	color: #888;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #888;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	color: #888;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="range"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
	color: #888;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #888;
}

button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
	outline: none;
}

select {
	border: 1px solid #e8e8eb;
}

textarea {
	width: 100%;
	min-height: 150px;
	resize: vertical;
	overflow: auto;
}

::-moz-placeholder {
	opacity: 1;
}

:-moz-placeholder {
	opacity: 1;
}

.search-form {
	margin: 0;
	padding: 10px 0;
	display: flex;
}

.top-panel .search-form {
	padding: 0;
}

.search-form label {
	flex: 0 1 100%;
	margin-right: 10px;
}

.search-form__field[type="search"] {
	vertical-align: top;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 100%;
	box-sizing: border-box;
}

.top-panel .search-form__field[type="search"] {
	background: none;
	border: none;
	padding: 6px 10px;
	box-shadow: none;
	width: 90px;
}

.search-form__submit {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	vertical-align: top;
	white-space: nowrap;
}

.search-form__submit i.material-icons {
	margin: 0 auto;
	display: block;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 20px;
	height: 20px;
}

.top-panel .search-form__submit {
	padding: 5px 0;
	background: none;
}

.top-panel .search-form__submit:hover {
	background: none;
}

.top-panel .search-form__submit:active, .top-panel .search-form__submit:focus, .top-panel .search-form__submit:hover {
	box-shadow: none;
}

.comment-respond {
	margin: 0;
	padding: 44px 0 0;
}

@media (min-width: 992px) {
	.comment-reply-title {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 15px;
	}
}

.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
	margin: 10px 0 0 0;
}

.comment-form .form-submit {
	margin: 30px 0 0 0;
}

.comment-list .comment-form .form-submit {
	padding-bottom: 30px;
}

.comment-form__field {
	width: 100%;
	vertical-align: top;
}

.comment-list .comment-form__field {
	background-color: #fff;
}

.comment-form .logged-in-as,
.comment-form .comment-notes {
	margin: 15px 0 25px;
}

#cancel-comment-reply-link {
	font-size: 12px;
	font-size: 0.75rem;
}

.post-password-form label {
	display: inline-block;
	vertical-align: top;
}

form[id*='give-form'] {
	margin: 0;
	padding: 8px 0;
}

form[id*='give-form'] .form-row input.give-input {
	border-radius: 0;
}

form[id*='give-form'] .form-row input.give-input:focus {
	box-shadow: none;
}

form[id*='give-form'] #give-final-total-wrap .give-donation-total-label,
form[id*='give-form'] #give-final-total-wrap .give-final-total-amount {
	height: 48px;
	line-height: 48px;
	background-color: #fff;
}

form[id*='give-form'] #give-final-total-wrap .give-donation-total-label {
	width: 60%;
	font-size: 14px;
	border-radius: 0 0 0 0;
}

form[id*='give-form'] #give-final-total-wrap .give-final-total-amount {
	width: 40%;
	font-size: 14px;
	border-radius: 0 0 0 0;
}

.give-display-modal form[id*='give-form'] {
	overflow: hidden;
}

form[id*='give-form'] .give-donation-amount .give-currency-symbol {
	padding: 0;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	border: 1px solid #e8e8eb;
	background-color: #fff;
	border-radius: 0 0 0 0;
}

form[id*='give-form'] .give-donation-amount #give-amount {
	padding: 0 5px 0 10px;
	height: 50px;
	width: calc(100% - 47px);
	font-size: 14px;
	line-height: 50px;
	color: #7e7e90;
	border: 1px solid #e8e8eb;
	border-right: none;
	background-color: #fff;
	border-radius: 0 0 0 0;
}

form[id*='give-form'] .give-donation-amount #give-amount:focus {
	box-shadow: none;
}

@media (min-width: 992px) {
	.give-display-modal form[id*='give-form'] .give-donation-amount #give-amount {
		border-radius: 0;
	}
}

.give-display-modal form[id*='give-form'] .give-donation-amount {
	margin: 0;
}

form[id*='give-form'] .give-btn.give-btn-modal {
	margin: 0;
}

@media (min-width: 992px) {
	form[id*='give-form'] .give-btn.give-btn-modal {
		width: 50%;
		float: right;
		border-radius: 0 0 0 0;
	}
}

@media (min-width: 992px) {
	.give-display-modal .give-total-wrap {
		width: 50%;
		float: left;
	}
}

.give-currency-symbol {
	width: 47px;
	text-align: center;
}

.give-btn {
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	text-transform: uppercase;
	padding: 15px 19px;
	border-radius: 0;
	border: none;
	box-shadow: none;
	width: 100%;
	padding: 15px 5px;
	margin: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.breadcrumbs {
	position: relative;
	margin: 0 0 32px;
}

.breadcrumbs > .container {
	padding-left: 0;
	padding-right: 0;
}

.breadcrumbs__title {
	float: left;
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid #e0e0e8;
}

.breadcrumbs__title .page-title {
	margin: 0;
}

.breadcrumbs__items {
	float: left;
}

.breadcrumbs__browse {
	float: left;
	margin-right: 10px;
}

.breadcrumbs__wrap {
	float: left;
	margin: 0;
}

@media (min-width: 992px) {
	.breadcrumbs__wrap {
		margin: 4px 0;
	}
}

.breadcrumbs__item {
	float: left;
}

.breadcrumbs__item-sep {
	margin: 0 10px;
}

.woocommerce .breadcrumbs {
	margin: 0 0 45px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin: 0;
	margin-right: 30px;
	margin-bottom: 15px;
}

.alignright {
	float: right;
	margin: 0;
	margin-left: 30px;
	margin-bottom: 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 22px;
}

@media (max-width: 1199px) {
	.position-one-right-sidebar p.alignleft, .position-one-right-sidebar p.alignright, .position-one-left-sidebar p.alignleft, .position-one-left-sidebar p.alignright, .position-two-sidebars p.alignleft, .position-two-sidebars p.alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}

	.position-one-right-sidebar p.alignleft > img.alignleft, .position-one-right-sidebar p.alignleft > img.alignright, .position-one-right-sidebar p.alignright > img.alignleft, .position-one-right-sidebar p.alignright > img.alignright, .position-one-left-sidebar p.alignleft > img.alignleft, .position-one-left-sidebar p.alignleft > img.alignright, .position-one-left-sidebar p.alignright > img.alignleft, .position-one-left-sidebar p.alignright > img.alignright, .position-two-sidebars p.alignleft > img.alignleft, .position-two-sidebars p.alignleft > img.alignright, .position-two-sidebars p.alignright > img.alignleft, .position-two-sidebars p.alignright > img.alignright {
		margin: 0;
		float: none;
	}

	.position-one-right-sidebar p.alignleft + p, .position-one-right-sidebar p.alignright + p, .position-one-left-sidebar p.alignleft + p, .position-one-left-sidebar p.alignright + p, .position-two-sidebars p.alignleft + p, .position-two-sidebars p.alignright + p {
		padding-left: 0 !important;
	}
}

@media (max-width: 767px) {
	p.alignleft, p.alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}

	p.alignleft > img.alignleft, p.alignleft > img.alignright, p.alignright > img.alignleft, p.alignright > img.alignright {
		margin: 0;
		float: none;
	}

	p.alignleft + p, p.alignright + p {
		padding-left: 0 !important;
	}
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.comment-body:before,
.comment-body:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.comment-body:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.hidden {
	display: none;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
	position: relative;
	margin: 0;
	padding: 36px 0 0 0;
}

.comments-title {
	margin-bottom: 15px;
}

.comments-title:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 1px;
}

.comment-list {
	list-style: none;
	padding: 0 0 20px;
	margin: 0;
}

.comment-list .children {
	list-style: none;
	padding-left: 10px;
	margin-left: 0;
	margin-top: -9px;
	border-top: none;
}

@media (min-width: 992px) {
	.comment-list .children {
		padding-left: 30px;
	}
}

.comment-list > .comment {
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}

.comment-list > .comment + .comment {
	padding-top: 19px;
	border-top: 1px dotted #d5d5d9;
}

.comment-body {
	padding-top: 10px;
	padding-bottom: 14px;
}

.comment-body__holder {
	position: relative;
	padding-right: 18px;
}

.comment-body .avatar {
	float: left;
	margin: 0 20px 15px 0;
	border-radius: 50%;
	width: 40px;
}

@media (min-width: 992px) {
	.comment-body .avatar {
		width: auto;
	}
}

.comment-body .fn {
	margin-right: 4px;
}

.comment-body .reply {
	position: absolute;
	top: 2px;
	right: -4px;
	z-index: 9;
	opacity: .2;
	transition: all 0.25s ease;
}

.comment-body .reply:hover {
	opacity: 1;
}

.comment-reply-link {
	font-size: 17px;
}

.comment-reply-link .material-icons {
	font-size: inherit;
}

.comment-date {
	display: inline-block;
}

.comment-date:before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
	content: '';
	opacity: .2;
	font-size: 17px;
	vertical-align: top;
	margin-right: 4px;
}

* + .comment-date:before {
	content: '\2022';
	margin-right: 6px;
	pointer-events: none;
	opacity: 1;
}

.comment-date__time {
	display: inline-block;
	vertical-align: top;
}

.comment:last-child .comment-body {
	border-bottom: none;
}

.comment-metadata {
	padding-top: 7px;
}

.children .comment-body {
	border-bottom: none;
}

textarea.comment-form__field {
	min-height: 133px;
	height: 183px;
	max-height: 233px;
	margin-bottom: 30px;
}

.comment-reply-title {
	margin-bottom: 18px;
}

.comment-form .comment-notes {
	margin: 15px 0 68px;
}

@media (max-width: 991px) {
	.comment-body .avatar {
		width: 70px;
	}
}

@media (max-width: 479px) {
	.comment-body .avatar {
		float: none;
		margin: 0 20px 0 0;
	}
}

.comment-respond {
	border-top: 1px solid #e8e8eb;
}

/*--------------------------------------------------------------
# Author Bio
--------------------------------------------------------------*/
.post-author-bio {
	padding: 0;
	margin: -1px 0 0;
}

.post-author__holder {
	padding: 40px 0 50px;
}

.post-author__avatar {
	float: left;
	margin: 13px 32px 10px 0;
}

@media (max-width: 479px) {
	.post-author__avatar {
		float: none;
	}
}

.post-author__avatar .avatar {
	width: 70px;
	vertical-align: top;
	border-radius: 50%;
}

@media (min-width: 992px) {
	.post-author__avatar .avatar {
		width: auto;
	}
}

.post-author__title {
	margin-bottom: 17px;
}

/*--------------------------------------------------------------
# Share Buttons
--------------------------------------------------------------*/
.posts-list .share-btns__list {
	float: left;
	margin-top: 23px;
}

.posts-list .share-btns__list:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	content: '';
	height: 1px;
	background-color: transparent;
	pointer-events: none;
}

.single-post .share-btns__list {
	margin-top: 23px;
	float: left;
}

.share-btns__item {
	display: inline-block;
	vertical-align: top;
}

.share-btns__item + .share-btns__item {
	margin-left: 22px;
}

.share-btns__link {
	display: block;
	width: auto;
	height: auto;
	font-size: 16px;
	font-size: 1rem;
	line-height: inherit;
	text-decoration: none;
	text-align: center;
	border-radius: 50%;
	opacity: 1;
}

.share-btns__link:hover {
	opacity: 1;
}

@media (max-width: 479px) {
	body #page .share-btns__list {
		float: none;
		display: block;
		margin-top: 10px;
		margin-bottom: 25px;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.card {
	display: block;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
}

@media (min-width: 768px) and (max-width: 992px) {
	.card .entry-meta > span {
		display: block;
	}

	.card .share-btns__item {
		margin-right: -2px;
	}
}

@media (min-width: 768px) {
	.card-deck {
		display: flex;
		flex-flow: row wrap;
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}

	.card-deck .card {
		flex: 1 0 0;
		margin-right: 0.9375rem;
		margin-left: 0.9375rem;
	}

	.posts-list--grid-2-cols .card {
		flex: 1 0 calc(100% / 2 - 1.875rem);
		max-width: calc(100% / 2 - 1.875rem);
	}

	.posts-list--grid-3-cols .card {
		flex: 1 0 calc(100% / 3 - 1.875rem);
		max-width: calc(100% / 3 - 1.875rem);
	}

	.home .posts-list--grid-2-cols .sticky, .home .posts-list--grid-3-cols .sticky {
		flex: none;
		max-width: calc(100% - 1.875rem);
	}

	.two-sidebars .card {
		flex: none;
		max-width: calc(100% - 1.875rem);
	}
}

@media (min-width: 768px) {
	.card-columns {
		column-gap: 1.875rem;
	}

	.card-columns .card {
		display: inline-block;
		width: 100%;
	}

	.posts-list--masonry-2-cols {
		column-count: 2;
	}

	.posts-list--masonry-3-cols {
		column-count: 3;
	}

	.two-sidebars {
		column-gap: normal;
		column-count: auto;
	}

	.two-sidebars .card {
		display: block;
	}

	.posts-list--masonry-2-cols .card,
	.posts-list--masonry-3-cols .card {
		position: static;
	}

	.posts-list--masonry-2-cols .card .post-list__item-content,
	.posts-list--masonry-3-cols .card .post-list__item-content {
		position: relative;
	}

	.posts-list--masonry-2-cols .card .post-list__item-content .post__cats,
	.posts-list--masonry-3-cols .card .post-list__item-content .post__cats {
		margin-left: 0;
		left: 0;
	}
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 10px;
}

@media (min-width: 992px) {
	.widget {
		margin-bottom: 30px;
	}
}

.sidebar-primary .widget, .sidebar-secondary .widget, .before-content-area .widget, .after-content-area .widget, .before-loop-area .widget, .after-loop-area .widget {
	box-shadow: none;
	background: #fff;
	border-radius: 0;
}

@media (min-width: 992px) {
	.sidebar-primary .widget, .sidebar-secondary .widget, .before-content-area .widget, .after-content-area .widget, .before-loop-area .widget, .after-loop-area .widget {
		box-shadow: none;
	}
}

.widget select {
	max-width: 100%;
}

.full-width-header-area {
	margin: 0;
}

.widget_shopping_cart {
	margin-bottom: 0;
}

.widget.widget-image-grid.widget {
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	background: transparent;
	border-radius: 0;
}

.widget-image-grid .row, .widget-image-grid .full-width-header-area .widget.widget_top_rated_products .product_list_widget, .full-width-header-area .widget.widget_top_rated_products .widget-image-grid .product_list_widget, .widget-image-grid .full-width-header-area .widget.widget_recent_reviews .product_list_widget, .full-width-header-area .widget.widget_recent_reviews .widget-image-grid .product_list_widget, .widget-image-grid .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget, .full-width-header-area .widget.widget_recently_viewed_products .widget-image-grid .product_list_widget, .widget-image-grid .full-width-header-area .widget.widget_products .product_list_widget, .full-width-header-area .widget.widget_products .widget-image-grid .product_list_widget, .widget-image-grid .before-content-area .widget.widget_top_rated_products .product_list_widget, .before-content-area .widget.widget_top_rated_products .widget-image-grid .product_list_widget, .widget-image-grid .before-content-area .widget.widget_recent_reviews .product_list_widget, .before-content-area .widget.widget_recent_reviews .widget-image-grid .product_list_widget, .widget-image-grid .before-content-area .widget.widget_recently_viewed_products .product_list_widget, .before-content-area .widget.widget_recently_viewed_products .widget-image-grid .product_list_widget, .widget-image-grid .before-content-area .widget.widget_products .product_list_widget, .before-content-area .widget.widget_products .widget-image-grid .product_list_widget, .widget-image-grid .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget, .after-content-full-width-area .widget.widget_top_rated_products .widget-image-grid .product_list_widget, .widget-image-grid .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget, .after-content-full-width-area .widget.widget_recent_reviews .widget-image-grid .product_list_widget, .widget-image-grid .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget, .after-content-full-width-area .widget.widget_recently_viewed_products .widget-image-grid .product_list_widget, .widget-image-grid .after-content-full-width-area .widget.widget_products .product_list_widget, .after-content-full-width-area .widget.widget_products .widget-image-grid .product_list_widget, .widget-image-grid .before-loop-area .widget.widget_top_rated_products .product_list_widget, .before-loop-area .widget.widget_top_rated_products .widget-image-grid .product_list_widget, .widget-image-grid .before-loop-area .widget.widget_recent_reviews .product_list_widget, .before-loop-area .widget.widget_recent_reviews .widget-image-grid .product_list_widget, .widget-image-grid .before-loop-area .widget.widget_recently_viewed_products .product_list_widget, .before-loop-area .widget.widget_recently_viewed_products .widget-image-grid .product_list_widget, .widget-image-grid .before-loop-area .widget.widget_products .product_list_widget, .before-loop-area .widget.widget_products .widget-image-grid .product_list_widget, .widget-image-grid .after-loop-area .widget.widget_top_rated_products .product_list_widget, .after-loop-area .widget.widget_top_rated_products .widget-image-grid .product_list_widget, .widget-image-grid .after-loop-area .widget.widget_recent_reviews .product_list_widget, .after-loop-area .widget.widget_recent_reviews .widget-image-grid .product_list_widget, .widget-image-grid .after-loop-area .widget.widget_recently_viewed_products .product_list_widget, .after-loop-area .widget.widget_recently_viewed_products .widget-image-grid .product_list_widget, .widget-image-grid .after-loop-area .widget.widget_products .product_list_widget, .after-loop-area .widget.widget_products .widget-image-grid .product_list_widget, .widget-image-grid .single-product .related.products .products, .single-product .related.products .widget-image-grid .products, .widget-image-grid .after-content-area {
	margin: 0;
	line-height: 0;
}

.widget-image-grid__holder {
	padding: 0;
	line-height: normal;
}

@media (min-width: 768px) {
	.widget-image-grid__holder:first-child .widget-image-grid__inner, .widget-image-grid__holder:first-child .widget-image-grid__inner .widget-image-grid__content:before {
		border-radius: 0;
	}
}

@media (min-width: 768px) {
	.widget-image-grid__holder:last-child .widget-image-grid__inner, .widget-image-grid__holder:last-child .widget-image-grid__inner .widget-image-grid__content:before {
		border-radius: 0;
	}
}

.widget-image-grid__inner {
	position: relative;
	display: block;
	overflow: hidden;
	box-shadow: none;
}

@media (min-width: 992px) {
	.widget-image-grid__inner {
		box-shadow: none;
	}
}

.widget-image-grid__inner img {
	display: block;
	width: 100%;
	height: auto;
}

.widget-image-grid__content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	padding: 0 30px;
	text-align: center;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	opacity: 0;
	transition: all 0.5s ease;
}

.widget-image-grid__content:hover {
	opacity: 1;
}

.widget-image-grid__content::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.8;
	z-index: -1;
}

.widget-image-grid__title {
	margin: 0px 0px 8px 5px;
	padding: 6px 0px;
}

.widget-image-grid__title a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.5s ease;
}

.widget-image-grid__title a:hover {
	color: inherit;
}

@media (min-width: 768px) {
	.widget-image-grid__title {
		font-size: 16px;
	}
}

.widget-image-grid__link {
	font-size: 14px;
	transition: inherit;
}

.widget-image-grid__link i {
	font-size: 16px;
	margin: 0px 7px 0px 7px;
	position: relative;
	top: 4px;
	transition: inherit;
}

.position-two-sidebars .columns-number-3 .widget-image-grid__content {
	padding: 0 10px;
}

.position-two-sidebars .columns-number-3 .widget-image-grid__title {
	font-size: 13px;
}

.position-two-sidebars .columns-number-3 .widget-image-grid__link {
	display: none;
}

.widget-taxonomy-tiles.widget {
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	background: transparent;
}

.widget-taxonomy-tiles {
	padding: 0;
	box-shadow: none;
	border-radius: 0;
}

.widget-taxonomy-tiles__holder {
	padding: 0;
	display: inline-block;
	line-height: normal;
	transform: translateZ(0);
}

.widget-taxonomy-tiles__inner {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	box-shadow: none;
}

@media (min-width: 992px) {
	.widget-taxonomy-tiles__inner {
		box-shadow: none;
	}
}

.widget-taxonomy-tiles__inner > a > img {
	display: block;
	width: 100%;
	height: auto;
}

.widget-taxonomy-tiles__content {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	padding: 23px 28px;
	z-index: 0;
}

.widget-taxonomy-tiles__content:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.9;
	z-index: -1;
	transition: all 0.5s ease;
}

.widget-taxonomy-tiles__content i.material-icons {
	position: absolute;
	top: 50%;
	right: 26px;
	margin-top: -11px;
}

.widget-taxonomy-tiles__title {
	margin: 0 0 0 0;
}

.widget-taxonomy-tiles a {
	text-decoration: none;
	color: inherit;
}

.widget-taxonomy-tiles .post-count {
	margin: 16px 0 0 1px;
	display: inline-block;
}

.widget-taxonomy-tiles .tile_item {
	float: left;
	margin-bottom: -1px;
}

.widget-taxonomy-tiles .post-desc {
	margin: 16px 0 0 0;
}

.widget-taxonomy-tiles .grid-columns {
	padding-top: 2px;
	margin: 0;
	display: block;
	line-height: 0;
}

.widget-taxonomy-tiles .grid-columns:after {
	content: '';
	display: block;
	clear: both;
}

.widget-taxonomy-tiles .grid-columns .col-xs-6 {
	width: 100%;
	max-width: 100%;
}

@media (min-width: 544px) {
	.widget-taxonomy-tiles .grid-columns .col-sm-6, .widget-taxonomy-tiles .grid-columns .single-product .related.products .products > div, .single-product .related.products .widget-taxonomy-tiles .grid-columns .products > div, .widget-taxonomy-tiles .grid-columns .search-results.woocommerce .products div.product, .search-results.woocommerce .products .widget-taxonomy-tiles .grid-columns div.product {
		width: 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) {
	.widget-taxonomy-tiles .grid-columns .col-md-6, .widget-taxonomy-tiles .grid-columns .full-width-header-area .widget.widget_top_rated_products .product_list_widget li, .full-width-header-area .widget.widget_top_rated_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .full-width-header-area .widget.widget_recent_reviews .product_list_widget li, .full-width-header-area .widget.widget_recent_reviews .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .full-width-header-area .widget.widget_products .product_list_widget li, .full-width-header-area .widget.widget_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-content-area .widget.widget_top_rated_products .product_list_widget li, .before-content-area .widget.widget_top_rated_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-content-area .widget.widget_recent_reviews .product_list_widget li, .before-content-area .widget.widget_recent_reviews .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-content-area .widget.widget_recently_viewed_products .product_list_widget li, .before-content-area .widget.widget_recently_viewed_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-content-area .widget.widget_products .product_list_widget li, .before-content-area .widget.widget_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-content-full-width-area .widget.widget_products .product_list_widget li, .after-content-full-width-area .widget.widget_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-loop-area .widget.widget_top_rated_products .product_list_widget li, .before-loop-area .widget.widget_top_rated_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-loop-area .widget.widget_recent_reviews .product_list_widget li, .before-loop-area .widget.widget_recent_reviews .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-loop-area .widget.widget_products .product_list_widget li, .before-loop-area .widget.widget_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-loop-area .widget.widget_top_rated_products .product_list_widget li, .after-loop-area .widget.widget_top_rated_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-loop-area .widget.widget_recent_reviews .product_list_widget li, .after-loop-area .widget.widget_recent_reviews .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-loop-area .widget.widget_products .product_list_widget li, .after-loop-area .widget.widget_products .product_list_widget .widget-taxonomy-tiles .grid-columns li {
		width: 50%;
		max-width: 50%;
	}
}

@media (min-width: 1200px) {
	.widget-taxonomy-tiles .grid-columns .col-xl-12 {
		width: 100%;
		max-width: 100%;
	}

	.widget-taxonomy-tiles .grid-columns .col-xl-9 {
		width: 75%;
		max-width: 75%;
	}

	.widget-taxonomy-tiles .grid-columns .col-xl-8 {
		width: 66.66667%;
		max-width: 66.66667%;
	}

	.widget-taxonomy-tiles .grid-columns .col-xl-6 {
		width: 50%;
		max-width: 50%;
	}

	.widget-taxonomy-tiles .grid-columns .col-xl-4, .widget-taxonomy-tiles .grid-columns .full-width-header-area .widget.widget_top_rated_products .product_list_widget li, .full-width-header-area .widget.widget_top_rated_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .full-width-header-area .widget.widget_recent_reviews .product_list_widget li, .full-width-header-area .widget.widget_recent_reviews .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .full-width-header-area .widget.widget_products .product_list_widget li, .full-width-header-area .widget.widget_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-content-area .widget.widget_top_rated_products .product_list_widget li, .before-content-area .widget.widget_top_rated_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-content-area .widget.widget_recent_reviews .product_list_widget li, .before-content-area .widget.widget_recent_reviews .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-content-area .widget.widget_recently_viewed_products .product_list_widget li, .before-content-area .widget.widget_recently_viewed_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-content-area .widget.widget_products .product_list_widget li, .before-content-area .widget.widget_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-content-full-width-area .widget.widget_products .product_list_widget li, .after-content-full-width-area .widget.widget_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-loop-area .widget.widget_top_rated_products .product_list_widget li, .before-loop-area .widget.widget_top_rated_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-loop-area .widget.widget_recent_reviews .product_list_widget li, .before-loop-area .widget.widget_recent_reviews .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-loop-area .widget.widget_products .product_list_widget li, .before-loop-area .widget.widget_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-loop-area .widget.widget_top_rated_products .product_list_widget li, .after-loop-area .widget.widget_top_rated_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-loop-area .widget.widget_recent_reviews .product_list_widget li, .after-loop-area .widget.widget_recent_reviews .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-loop-area .widget.widget_products .product_list_widget li, .after-loop-area .widget.widget_products .product_list_widget .widget-taxonomy-tiles .grid-columns li {
		width: 33.33333%;
		max-width: 33.33333%;
	}

	.widget-taxonomy-tiles .grid-columns .col-xl-3 {
		width: 25%;
		max-width: 25%;
	}
}

@media (min-width: 768px) {
	.sidebar-primary .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content, .sidebar-primary .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .sidebar-secondary .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content, .sidebar-secondary .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .footer-area .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content, .footer-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content {
		display: none;
	}

	.col-md-6 .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .full-width-header-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-content-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-content-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-content-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-content-full-width-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-loop-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-loop-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-loop-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-loop-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-loop-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-loop-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .col-md-6 .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .full-width-header-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-content-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-content-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-content-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-content-full-width-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-loop-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-loop-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-loop-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-loop-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-loop-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-loop-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content {
		padding: 15px;
	}

	.col-md-6 .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .full-width-header-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-content-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-content-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-content-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-content-full-width-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-loop-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-loop-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-loop-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-loop-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-loop-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-loop-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .col-md-6 .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .full-width-header-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-content-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-content-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-content-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-content-full-width-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-loop-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-loop-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-loop-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-loop-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-loop-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-loop-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.col-md-6 .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .full-width-header-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-content-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-content-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-content-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-content-full-width-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-loop-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-loop-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-loop-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-loop-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-loop-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-loop-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .col-md-6 .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .full-width-header-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-content-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-content-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-content-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-content-full-width-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-loop-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-loop-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-loop-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-loop-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-loop-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-loop-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .col-md-6 .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .full-width-header-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-content-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-content-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-content-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-content-full-width-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-loop-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-loop-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-loop-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-loop-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-loop-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-loop-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .col-md-6 .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .full-width-header-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-content-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-content-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-content-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-content-full-width-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-loop-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-loop-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-loop-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-loop-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-loop-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-loop-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .col-md-6 .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .full-width-header-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-content-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-content-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-content-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-content-full-width-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-loop-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-loop-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-loop-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-loop-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-loop-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-loop-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .col-md-6 .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .full-width-header-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-content-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-content-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-content-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-content-full-width-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-loop-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-loop-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-loop-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-loop-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-loop-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-loop-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i {
		display: none;
	}
}

.sidebar-primary .swiper-carousel-container .swiper-button-next, .sidebar-primary .swiper-carousel-container .swiper-button-prev, .sidebar-secondary .swiper-carousel-container .swiper-button-next, .sidebar-secondary .swiper-carousel-container .swiper-button-prev, .footer-area .col-md-4 .swiper-carousel-container .swiper-button-next, .footer-area .search-results.woocommerce .products div.product .swiper-carousel-container .swiper-button-next, .search-results.woocommerce .products .footer-area div.product .swiper-carousel-container .swiper-button-next, .footer-area .col-md-4 .swiper-carousel-container .swiper-button-prev, .footer-area .search-results.woocommerce .products div.product .swiper-carousel-container .swiper-button-prev, .search-results.woocommerce .products .footer-area div.product .swiper-carousel-container .swiper-button-prev, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-next, .footer-area .single-product .related.products .products > div .swiper-carousel-container .swiper-button-next, .single-product .related.products .footer-area .products > div .swiper-carousel-container .swiper-button-next, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-prev, .footer-area .single-product .related.products .products > div .swiper-carousel-container .swiper-button-prev, .single-product .related.products .footer-area .products > div .swiper-carousel-container .swiper-button-prev, .footer-area .col-md-2 .swiper-carousel-container .swiper-button-next, .footer-area .col-md-2 .swiper-carousel-container .swiper-button-prev {
	width: 30px;
	height: 30px;
	top: 35%;
}

.sidebar-primary .swiper-carousel-container .swiper-button-next i, .sidebar-primary .swiper-carousel-container .swiper-button-prev i, .sidebar-secondary .swiper-carousel-container .swiper-button-next i, .sidebar-secondary .swiper-carousel-container .swiper-button-prev i, .footer-area .col-md-4 .swiper-carousel-container .swiper-button-next i, .footer-area .search-results.woocommerce .products div.product .swiper-carousel-container .swiper-button-next i, .search-results.woocommerce .products .footer-area div.product .swiper-carousel-container .swiper-button-next i, .footer-area .col-md-4 .swiper-carousel-container .swiper-button-prev i, .footer-area .search-results.woocommerce .products div.product .swiper-carousel-container .swiper-button-prev i, .search-results.woocommerce .products .footer-area div.product .swiper-carousel-container .swiper-button-prev i, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-next i, .footer-area .single-product .related.products .products > div .swiper-carousel-container .swiper-button-next i, .single-product .related.products .footer-area .products > div .swiper-carousel-container .swiper-button-next i, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-prev i, .footer-area .single-product .related.products .products > div .swiper-carousel-container .swiper-button-prev i, .single-product .related.products .footer-area .products > div .swiper-carousel-container .swiper-button-prev i, .footer-area .col-md-2 .swiper-carousel-container .swiper-button-next i, .footer-area .col-md-2 .swiper-carousel-container .swiper-button-prev i {
	margin: 3px;
}

.sidebar-primary .swiper-carousel-container .swiper-button-next:after, .sidebar-primary .swiper-carousel-container .swiper-button-prev:after, .sidebar-secondary .swiper-carousel-container .swiper-button-next:after, .sidebar-secondary .swiper-carousel-container .swiper-button-prev:after, .footer-area .col-md-4 .swiper-carousel-container .swiper-button-next:after, .footer-area .search-results.woocommerce .products div.product .swiper-carousel-container .swiper-button-next:after, .search-results.woocommerce .products .footer-area div.product .swiper-carousel-container .swiper-button-next:after, .footer-area .col-md-4 .swiper-carousel-container .swiper-button-prev:after, .footer-area .search-results.woocommerce .products div.product .swiper-carousel-container .swiper-button-prev:after, .search-results.woocommerce .products .footer-area div.product .swiper-carousel-container .swiper-button-prev:after, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-next:after, .footer-area .single-product .related.products .products > div .swiper-carousel-container .swiper-button-next:after, .single-product .related.products .footer-area .products > div .swiper-carousel-container .swiper-button-next:after, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-prev:after, .footer-area .single-product .related.products .products > div .swiper-carousel-container .swiper-button-prev:after, .single-product .related.products .footer-area .products > div .swiper-carousel-container .swiper-button-prev:after, .footer-area .col-md-2 .swiper-carousel-container .swiper-button-next:after, .footer-area .col-md-2 .swiper-carousel-container .swiper-button-prev:after {
	line-height: 30px;
}

.sidebar-primary .swiper-carousel-container .entry-content, .sidebar-secondary .swiper-carousel-container .entry-content, .footer-area .col-md-4 .swiper-carousel-container .entry-content, .footer-area .search-results.woocommerce .products div.product .swiper-carousel-container .entry-content, .search-results.woocommerce .products .footer-area div.product .swiper-carousel-container .entry-content, .footer-area .col-md-3 .swiper-carousel-container .entry-content, .footer-area .single-product .related.products .products > div .swiper-carousel-container .entry-content, .single-product .related.products .footer-area .products > div .swiper-carousel-container .entry-content, .footer-area .col-md-2 .swiper-carousel-container .entry-content {
	padding: 0 15px;
}

.swiper-wrapper .swiper-button-next, .swiper-wrapper .swiper-button-prev {
	top: 19%;
}

@media (min-width: 768px) {
	.swiper-wrapper .swiper-button-next, .swiper-wrapper .swiper-button-prev {
		top: 25%;
	}
}

.widget_product_categories_image {
	overflow: hidden;
	margin-bottom: 0;
}

.widget_product_categories_image .swiper-container {
	overflow: visible;
	padding-bottom: 30px;
}

.widget_product_categories_image .swiper-button-next, .widget_product_categories_image .swiper-button-prev {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 992px) {
	.widget_product_categories_image .swiper-button-next, .widget_product_categories_image .swiper-button-prev {
		top: 32%;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.tm_products_carousel_widget {
	position: relative;
}

.tm_products_carousel_widget .swiper-button-next, .tm_products_carousel_widget .swiper-button-prev {
	top: 38%;
	top: 27.5%;
}

@media (min-width: 992px) {
	.tm_products_carousel_widget .swiper-button-next, .tm_products_carousel_widget .swiper-button-prev {
		top: 32%;
	}
}

.layout-fullwidth .before-content-area .fairy_style-carousel,
.layout-fullwidth .after-content-area .fairy_style-carousel,
.layout-fullwidth .before-loop-area .fairy_style-carousel,
.layout-fullwidth .after-loop-area .fairy_style-carousel {
	padding-right: 17px;
	padding-left: 17px;
	margin-right: -17px;
	margin-left: -17px;
}

.layout-boxed .full-width-header-area .fairy_style-carousel,
.layout-boxed .after-content-full-width-area .fairy_style-carousel,
.layout-boxed .before-content-area .fairy_style-carousel,
.layout-boxed .after-content-area .fairy_style-carousel,
.layout-boxed .before-loop-area .fairy_style-carousel,
.layout-boxed .after-loop-area .fairy_style-carousel {
	padding-right: 17px;
	padding-left: 17px;
	margin-right: -17px;
	margin-left: -17px;
}

.widget_carousel .swiper-container {
	margin-top: -10px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.widget_carousel .swiper-container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 992px) {
	.widget_carousel .swiper-container {
		margin-top: -30px;
		padding-top: 30px;
	}
}

.swiper-carousel-container {
	position: relative;
	margin-bottom: -10px;
}

.widget_carousel .swiper-carousel-container {
	overflow: hidden;
}

@media (min-width: 992px) {
	.swiper-carousel-container {
		margin-bottom: -21px;
	}
}

.swiper-carousel-container .swiper-pagination {
	position: static;
}

.swiper-pagination, .swiper-container-horizontal > .swiper-pagination-bullets {
	position: absolute;
	bottom: 5px;
}

.swiper-pagination .swiper-pagination-bullet, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	opacity: 0.5;
	transition: ease 0.3s all;
	width: 10px;
	height: 10px;
}

.swiper-pagination .swiper-pagination-bullet:hover, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover {
	opacity: 1;
}

.widget_carousel .swiper-wrapper .swiper-slide {
	display: flex;
	height: auto;
}

.swiper-button-next, .swiper-button-prev {
	top: 110px;
	width: 50px;
	height: 50px;
	margin: 0;
	background-image: none;
	background-color: #2b8ffb;
	display: none;
}

.swiper-button-next.button-prev, .swiper-button-prev.button-prev {
	left: 0;
	border-radius: 0;
}

.swiper-button-next.button-next, .swiper-button-prev.button-next {
	right: 0;
	border-radius: 0;
}

@media (min-width: 544px) {
	.swiper-button-next, .swiper-button-prev {
		top: 85px;
	}
}

@media (min-width: 768px) {
	.swiper-button-next.button-prev, .swiper-button-prev.button-prev {
		left: 20px;
		border-radius: 0;
	}

	.swiper-button-next.button-next, .swiper-button-prev.button-next {
		right: 20px;
		border-radius: 0;
	}
}

@media (min-width: 992px) {
	.swiper-button-next, .swiper-button-prev {
		top: 115px;
	}
}

@media (min-width: 1200px) {
	.swiper-button-next, .swiper-button-prev {
		top: 118.5px;
	}
}

.swiper-button-next i, .swiper-button-prev i {
	margin: 13px;
}

.swiper-wrapper .single-post .post__cats {
	position: absolute;
}

.swiper-wrapper .post {
	box-shadow: none;
	padding: 0;
}

@media (min-width: 992px) {
	.swiper-wrapper .post {
		box-shadow: none;
	}
}

.swiper-wrapper .post:hover {
	box-shadow: none;
}

.swiper-wrapper .post .inner {
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	border-radius: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-self: stretch;
}

.swiper-wrapper .post .inner:hover {
	border-radius: 4px;
	background-color: #eef4fa;
}

.swiper-wrapper .post .entry-header {
	padding-top: 0;
}

.swiper-wrapper .post .entry-content {
	margin: 0;
	padding: 0 30px;
}

.swiper-wrapper .post .entry-footer {
	margin: 22px 0px;
	padding: 0 30px;
	border: 0;
}

.swiper-wrapper .post h4 {
	margin: 10px 0;
}

.swiper-wrapper .post .post-thumbnail__link {
	overflow: hidden;
	margin-bottom: 1.3em;
	display: block;
}

.swiper-wrapper .post .post-thumbnail__link img {
	width: 100%;
	display: block;
	transform: scale(1);
	transition: all 1s ease;
}

.swiper-wrapper .post .post-thumbnail__link:hover img {
	transform: scale(1.2);
}

.swiper-wrapper .post .material-icons {
	font-size: 16px;
	margin-right: 10px;
}

.swiper-wrapper .post__cats {
	position: absolute;
	top: 30px;
	left: 30px;
}

.swiper-wrapper .post__cats a {
	font-size: 14px;
	color: #fff;
	background-color: #2a8ffc;
	padding: .05em .5em;
	margin-right: 5px;
}

.swiper-wrapper .post__cats a:last-child {
	margin-right: 0;
}

.swiper-wrapper .post__date {
	font-size: 14px;
}

.swiper-wrapper .post__comments {
	font-size: 14px;
}

.swiper-wrapper .post__author {
	font-size: 14px;
}

.widget-about-author {
	text-align: center;
}

.full-width-header-area .widget-about-author, .after-content-full-width-area .widget-about-author {
	text-align: left;
	padding: 10px;
}

@media (min-width: 992px) {
	.full-width-header-area .widget-about-author, .after-content-full-width-area .widget-about-author {
		padding: 30px;
	}
}

.before-content-area .widget-about-author, .before-loop-area .widget-about-author, .after-content-area .widget-about-author, .after-loop-area .widget-about-author {
	text-align: left;
}

.position-two-sidebars .before-loop-area .widget-about-author, .position-two-sidebars .after-loop-area .widget-about-author {
	text-align: center;
}

.about-author:after {
	clear: both;
	content: "";
	width: 100%;
	display: block;
}

.about-author_avatar {
	text-align: center;
	padding: 5px 0 0;
}

.about-author_avatar img {
	border-radius: 100%;
}

.full-width-header-area .about-author_avatar, .after-content-full-width-area .about-author_avatar, .before-content-area .about-author_avatar, .before-loop-area .about-author_avatar, .after-content-area .about-author_avatar, .after-loop-area .about-author_avatar {
	margin: 0 0 10px;
}

@media (min-width: 544px) {
	.full-width-header-area .about-author_avatar, .after-content-full-width-area .about-author_avatar, .before-content-area .about-author_avatar, .before-loop-area .about-author_avatar, .after-content-area .about-author_avatar, .after-loop-area .about-author_avatar {
		margin: 0 20px 0 0;
		float: left;
	}
}

.position-two-sidebars .before-loop-area .about-author_avatar, .position-two-sidebars .after-loop-area .about-author_avatar {
	float: none;
	margin: 0;
}

.full-width-header-area .about-author_content, .after-content-full-width-area .about-author_content, .before-content-area .about-author_content, .before-loop-area .about-author_content, .after-content-area .about-author_content, .after-loop-area .about-author_content {
	overflow: hidden;
}

.position-two-sidebars .before-loop-area .about-author_content, .position-two-sidebars .after-loop-area .about-author_content {
	overflow: visible;
}

.about-author_name {
	margin: 0;
	padding: 15px 0;
}

.about-author_description {
	padding: 0 0 20px;
}

.about-author_btn_box {
	border-top: 1px solid #e0e0e8;
	padding: 15px 0 5px;
}

@media (min-width: 992px) {
	.about-author_btn_box {
		padding: 30px 0 6px;
	}
}

.footer-area .about-author_btn_box {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar-primary .about-author_btn_box, .sidebar-secondary .about-author_btn_box, .position-two-sidebars .before-loop-area .about-author_btn_box, .position-two-sidebars .after-loop-area .about-author_btn_box {
	margin: 0 -10px;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 992px) {
	.sidebar-primary .about-author_btn_box, .sidebar-secondary .about-author_btn_box, .position-two-sidebars .before-loop-area .about-author_btn_box, .position-two-sidebars .after-loop-area .about-author_btn_box {
		margin: 0 -30px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

.follow-block {
	padding: 0 0 20px;
}

.sidebar-primary .follow-block, .sidebar-secondary .follow-block, .footer-area .follow-block {
	text-align: center;
}

.subscribe-block {
	padding: 0 0 20px;
}

.sidebar-primary .subscribe-block, .sidebar-secondary .subscribe-block, .footer-area .subscribe-block {
	text-align: center;
}

.follow-block + .subscribe-block {
	border-top: 1px dotted #e0e0e8;
	padding: 10px 0;
}

@media (min-width: 992px) {
	.follow-block + .subscribe-block {
		padding: 20px 0;
	}
}

.sidebar-primary .follow-block + .subscribe-block, .sidebar-secondary .follow-block + .subscribe-block {
	margin: 0 -10px 0;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 992px) {
	.sidebar-primary .follow-block + .subscribe-block, .sidebar-secondary .follow-block + .subscribe-block {
		margin: 0 -30px 0;
		padding-left: 30px;
		padding-right: 30px;
	}
}

.footer-area .follow-block + .subscribe-block {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.subscribe-block__input-group {
	display: -webkit-flex;
	display: block;
	padding: 0 15px;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: start;
	justify-content: center;
	-webkit-align-content: stretch;
	align-content: stretch;
}

@media (min-width: 768px) {
	.subscribe-block__input-group {
		display: flex;
		padding: 0;
	}
}

.sidebar-primary .subscribe-block__input-group, .sidebar-secondary .subscribe-block__input-group, .footer-area .subscribe-block__input-group {
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

@media (min-width: 992px) {
	.footer-area .subscribe-block__input-group {
		margin-left: auto;
		margin-right: auto;
		width: 40%;
	}
}

.subscribe-block__input[type="email"] {
	width: 100%;
	-webkit-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	flex: 1 1 0;
	-webkit-align-self: auto;
	align-self: auto;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	margin-bottom: 9px;
}

.footer-area .subscribe-block__input[type="email"]:focus {
	box-shadow: none;
	background: #fff;
}

@media (min-width: 768px) {
	.subscribe-block__input[type="email"] {
		margin-right: 10px;
		max-width: calc(100% - 50px);
		width: auto;
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {
	.subscribe-block__input[type="email"] {
		max-width: 60%;
	}
}

.sidebar-primary .subscribe-block__input[type="email"] {
	max-width: calc(100% - 50px);
}

.sidebar-secondary .subscribe-block__input[type="email"] {
	max-width: calc(100% - 50px);
}

.subscribe-block__submit {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	align-self: auto;
	max-width: 100%;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 768px) {
	.subscribe-block__submit {
		max-width: 40%;
		width: auto;
	}
}

@media (min-width: 1200px) {
	.subscribe-block__submit {
		font-size: 16px;
		font-size: 1rem;
	}

	.subscribe-block__submit:before {
		display: none;
	}
}

.sidebar-1-4 .subscribe-block__submit:before {
	display: inline-block;
}

.subscribe-block__message {
	padding: 0 0 15px;
}

.footer-area .subscribe-block__message {
	padding-bottom: 20px;
}

.instagram__items {
	display: flex;
	flex-flow: row wrap;
	margin-left: -4px;
	margin-right: -4px;
}

.instagram__item {
	position: relative;
	flex: auto;
	min-height: 1px;
	padding: 4px;
}

.sidebar-primary .instagram__item, .sidebar-secondary .instagram__item {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.instagram__link {
	position: relative;
	overflow: hidden;
	display: block;
}

.instagram__link:hover .instagram__cover {
	opacity: .75;
}

.instagram__img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.instagram__cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	opacity: 0;
	text-align: center;
	transition: all .25s ease-out;
}

.instagram__cover:before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	content: '\E8F4';
	font-size: 2em;
	transform: translate(-50%, -50%);
}

.wpcf7 .wpcf7-form-control-wrap input {
	width: 100%;
}

.wpcf7 .wpcf7-not-valid {
	border-color: #fe5c7a;
	background: rgba(254, 92, 122, 0.1);
}

.wpcf7 .wpcf7-not-valid-tip {
	color: #fe5c7a;
}

.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng, .wpcf7 .wpcf7-mail-sent-ok {
	margin: 1.5em 0;
	padding: 1em 2em;
	color: #fff;
	border: none;
}

.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng {
	background: #fe5c7a;
}

.wpcf7 .wpcf7-mail-sent-ok {
	background: #398f14;
}

.widget_give_forms_widget form[id*='give-form'] .give-total-wrap {
	width: 50%;
	float: left;
}

.widget_give_forms_widget form[id*='give-form'] .give-total-wrap #give-amount {
	border-radius: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
	.widget_give_forms_widget form[id*='give-form'] .give-total-wrap {
		width: 100%;
	}

	.widget_give_forms_widget form[id*='give-form'] .give-total-wrap #give-amount {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
}

.widget_give_forms_widget form[id*='give-form'] .give-btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width: 50%;
	float: right;
	font-size: .8rem;
}

@media (min-width: 768px) and (max-width: 992px) {
	.widget_give_forms_widget form[id*='give-form'] .give-btn {
		width: auto;
		border-radius: 0;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 5px;
	}
}

@media (min-width: 1200px) {
	.widget_give_forms_widget form[id*='give-form'] .give-btn {
		font-size: 1rem;
	}
}

.widget_tf_track_kickstarter {
	padding: 0;
	background-size: cover;
}

.sidebar-primary .widget_tf_track_kickstarter, .sidebar-secondary .widget_tf_track_kickstarter {
	padding: 0;
}

.widget_tf_track_kickstarter .track-kickstarter {
	position: relative;
	padding: 0;
}

.widget_tf_track_kickstarter .track-kickstarter h4 {
	margin: 0 0 20px;
}

.widget_tf_track_kickstarter .tf-tracker {
	padding: 30px;
	border-radius: 0;
}

.widget_tf_track_kickstarter .tf-tracker-wrap {
	border-radius: 0;
}

.widget_tf_track_kickstarter .tf-tracker-value {
	font-size: 40px;
	line-height: 1;
	display: inline-block;
	vertical-align: baseline;
}

.widget_tf_track_kickstarter .tf-tracker-label {
	display: inline-block;
	vertical-align: baseline;
}

.widget_tf_track_kickstarter .tf-tracker-item {
	padding: 20px 0;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.widget_tf_track_kickstarter .tf-tracker-item:first-of-type {
	border-top: none;
	padding-top: 0;
}

.widget_tf_track_kickstarter .tf-tracker-descr {
	margin: 0;
	padding: 0 0 20px;
}

.widget_tf_track_kickstarter .tf-tracker-action {
	padding: 10px 0 0 0;
}

.widget_fbw_id .loader {
	margin: 30px auto;
	font-size: 5px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(0, 0, 0, 0.2);
	border-right: 1.1em solid rgba(0, 0, 0, 0.2);
	border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
	border-left: 1.1em solid #000;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

.widget_fbw_id .loader img {
	display: none;
}

.widget_fbw_id .loader,
.widget_fbw_id .loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.widget h4 {
	margin: 0 0 15px 0;
}

.widget .widget-title {
	margin-bottom: 24px;
}

.widget > ul {
	margin: 0px 0px;
	padding: 0 0;
}

.widget > ul > li {
	margin: 0;
	list-style: none;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
}

.widget > ul > li > ul {
	margin-bottom: 0;
	margin-left: 0em;
}

.sidebar-primary .widget + .widget, .sidebar-secondary .widget + .widget {
	padding-top: 52px;
	border-top: 1px solid #e8e8eb;
}

.sidebar-primary .widget.widget_categories > ul > li .children, .sidebar-primary .widget.widget_archive > ul > li .children, .sidebar-primary .widget.yith-woocompare-widget > ul > li .children, .sidebar-primary .widget.widget_product_categories > ul > li .children, .sidebar-primary .widget.widget_meta > ul > li .children, .sidebar-primary .widget.widget_pages > ul > li .children, .sidebar-secondary .widget.widget_categories > ul > li .children, .sidebar-secondary .widget.widget_archive > ul > li .children, .sidebar-secondary .widget.yith-woocompare-widget > ul > li .children, .sidebar-secondary .widget.widget_product_categories > ul > li .children, .sidebar-secondary .widget.widget_meta > ul > li .children, .sidebar-secondary .widget.widget_pages > ul > li .children, .footer-area .widget.widget_categories > ul > li .children, .footer-area .widget.widget_archive > ul > li .children, .footer-area .widget.yith-woocompare-widget > ul > li .children, .footer-area .widget.widget_product_categories > ul > li .children, .footer-area .widget.widget_meta > ul > li .children, .footer-area .widget.widget_pages > ul > li .children {
	border-top: 1px dotted #d5d5d9;
	margin-top: 9px;
	padding-top: 8px;
}

.sidebar-primary .widget.widget_categories > ul > li .children li, .sidebar-primary .widget.widget_archive > ul > li .children li, .sidebar-primary .widget.yith-woocompare-widget > ul > li .children li, .sidebar-primary .widget.widget_product_categories > ul > li .children li, .sidebar-primary .widget.widget_meta > ul > li .children li, .sidebar-primary .widget.widget_pages > ul > li .children li, .sidebar-secondary .widget.widget_categories > ul > li .children li, .sidebar-secondary .widget.widget_archive > ul > li .children li, .sidebar-secondary .widget.yith-woocompare-widget > ul > li .children li, .sidebar-secondary .widget.widget_product_categories > ul > li .children li, .sidebar-secondary .widget.widget_meta > ul > li .children li, .sidebar-secondary .widget.widget_pages > ul > li .children li, .footer-area .widget.widget_categories > ul > li .children li, .footer-area .widget.widget_archive > ul > li .children li, .footer-area .widget.yith-woocompare-widget > ul > li .children li, .footer-area .widget.widget_product_categories > ul > li .children li, .footer-area .widget.widget_meta > ul > li .children li, .footer-area .widget.widget_pages > ul > li .children li {
	font-size: 14px;
	margin-left: 10px;
}

.sidebar-primary .widget.widget_categories > ul > li + li, .sidebar-primary .widget.widget_archive > ul > li + li, .sidebar-primary .widget.yith-woocompare-widget > ul > li + li, .sidebar-primary .widget.widget_product_categories > ul > li + li, .sidebar-primary .widget.widget_meta > ul > li + li, .sidebar-primary .widget.widget_pages > ul > li + li, .sidebar-secondary .widget.widget_categories > ul > li + li, .sidebar-secondary .widget.widget_archive > ul > li + li, .sidebar-secondary .widget.yith-woocompare-widget > ul > li + li, .sidebar-secondary .widget.widget_product_categories > ul > li + li, .sidebar-secondary .widget.widget_meta > ul > li + li, .sidebar-secondary .widget.widget_pages > ul > li + li, .footer-area .widget.widget_categories > ul > li + li, .footer-area .widget.widget_archive > ul > li + li, .footer-area .widget.yith-woocompare-widget > ul > li + li, .footer-area .widget.widget_product_categories > ul > li + li, .footer-area .widget.widget_meta > ul > li + li, .footer-area .widget.widget_pages > ul > li + li {
	border-top: 1px dotted #d5d5d9;
	margin-top: 9px;
	padding-top: 8px;
}

footer.site-footer .footer-area .widget.widget_categories > ul > li .children, footer.site-footer .footer-area .widget.widget_archive > ul > li .children, footer.site-footer .footer-area .widget.yith-woocompare-widget > ul > li .children, footer.site-footer .footer-area .widget.widget_product_categories > ul > li .children, footer.site-footer .footer-area .widget.widget_meta > ul > li .children, footer.site-footer .footer-area .widget.widget_pages > ul > li .children, footer.site-footer .footer-area .widget.widget_nav_menu > ul > li .children {
	border-top: 1px dotted #757577;
}

footer.site-footer .footer-area .widget.widget_categories > ul > li + li, footer.site-footer .footer-area .widget.widget_archive > ul > li + li, footer.site-footer .footer-area .widget.yith-woocompare-widget > ul > li + li, footer.site-footer .footer-area .widget.widget_product_categories > ul > li + li, footer.site-footer .footer-area .widget.widget_meta > ul > li + li, footer.site-footer .footer-area .widget.widget_pages > ul > li + li, footer.site-footer .footer-area .widget.widget_nav_menu > ul > li + li {
	border-top: 1px dotted #757577;
}

.before-content-area .widget_archive > ul::after, .before-content-area .widget_product_categories > ul::after, .before-content-area .widget_meta > ul::after, .before-content-area .widget_rss > ul::after, .before-content-area .widget_recent_comments > ul::after, .before-content-area .widget_recent_entries > ul::after, .before-content-area .widget_categories > ul::after, .before-content-area .widget_pages > ul::after, .before-content-area .widget_nav_menu > div > ul::after,
.after-content-area .widget_archive > ul::after,
.after-content-area .widget_product_categories > ul::after,
.after-content-area .widget_meta > ul::after,
.after-content-area .widget_rss > ul::after,
.after-content-area .widget_recent_comments > ul::after,
.after-content-area .widget_recent_entries > ul::after,
.after-content-area .widget_categories > ul::after,
.after-content-area .widget_pages > ul::after,
.after-content-area .widget_nav_menu > div > ul::after,
.before-loop-area .widget_archive > ul::after,
.before-loop-area .widget_product_categories > ul::after,
.before-loop-area .widget_meta > ul::after,
.before-loop-area .widget_rss > ul::after,
.before-loop-area .widget_recent_comments > ul::after,
.before-loop-area .widget_recent_entries > ul::after,
.before-loop-area .widget_categories > ul::after,
.before-loop-area .widget_pages > ul::after,
.before-loop-area .widget_nav_menu > div > ul::after,
.after-loop-area .widget_archive > ul::after,
.after-loop-area .widget_product_categories > ul::after,
.after-loop-area .widget_meta > ul::after,
.after-loop-area .widget_rss > ul::after,
.after-loop-area .widget_recent_comments > ul::after,
.after-loop-area .widget_recent_entries > ul::after,
.after-loop-area .widget_categories > ul::after,
.after-loop-area .widget_pages > ul::after,
.after-loop-area .widget_nav_menu > div > ul::after,
.full-width-header-area .widget_archive > ul::after,
.full-width-header-area .widget_product_categories > ul::after,
.full-width-header-area .widget_meta > ul::after,
.full-width-header-area .widget_rss > ul::after,
.full-width-header-area .widget_recent_comments > ul::after,
.full-width-header-area .widget_recent_entries > ul::after,
.full-width-header-area .widget_categories > ul::after,
.full-width-header-area .widget_pages > ul::after,
.full-width-header-area .widget_nav_menu > div > ul::after {
	content: '';
	display: block;
	clear: both;
}

@media (min-width: 544px) {
	.before-content-area .widget_archive > ul > li, .before-content-area .widget_product_categories > ul > li, .before-content-area .widget_meta > ul > li, .before-content-area .widget_rss > ul > li, .before-content-area .widget_recent_comments > ul > li, .before-content-area .widget_recent_entries > ul > li, .before-content-area .widget_categories > ul > li, .before-content-area .widget_pages > ul > li, .before-content-area .widget_nav_menu > div > ul > li,
	.after-content-area .widget_archive > ul > li,
	.after-content-area .widget_product_categories > ul > li,
	.after-content-area .widget_meta > ul > li,
	.after-content-area .widget_rss > ul > li,
	.after-content-area .widget_recent_comments > ul > li,
	.after-content-area .widget_recent_entries > ul > li,
	.after-content-area .widget_categories > ul > li,
	.after-content-area .widget_pages > ul > li,
	.after-content-area .widget_nav_menu > div > ul > li,
	.before-loop-area .widget_archive > ul > li,
	.before-loop-area .widget_product_categories > ul > li,
	.before-loop-area .widget_meta > ul > li,
	.before-loop-area .widget_rss > ul > li,
	.before-loop-area .widget_recent_comments > ul > li,
	.before-loop-area .widget_recent_entries > ul > li,
	.before-loop-area .widget_categories > ul > li,
	.before-loop-area .widget_pages > ul > li,
	.before-loop-area .widget_nav_menu > div > ul > li,
	.after-loop-area .widget_archive > ul > li,
	.after-loop-area .widget_product_categories > ul > li,
	.after-loop-area .widget_meta > ul > li,
	.after-loop-area .widget_rss > ul > li,
	.after-loop-area .widget_recent_comments > ul > li,
	.after-loop-area .widget_recent_entries > ul > li,
	.after-loop-area .widget_categories > ul > li,
	.after-loop-area .widget_pages > ul > li,
	.after-loop-area .widget_nav_menu > div > ul > li,
	.full-width-header-area .widget_archive > ul > li,
	.full-width-header-area .widget_product_categories > ul > li,
	.full-width-header-area .widget_meta > ul > li,
	.full-width-header-area .widget_rss > ul > li,
	.full-width-header-area .widget_recent_comments > ul > li,
	.full-width-header-area .widget_recent_entries > ul > li,
	.full-width-header-area .widget_categories > ul > li,
	.full-width-header-area .widget_pages > ul > li,
	.full-width-header-area .widget_nav_menu > div > ul > li {
		width: 48%;
		margin-right: 2%;
		float: left;
	}
}

@media (min-width: 768px) {
	.before-content-area .widget_archive > ul > li, .before-content-area .widget_product_categories > ul > li, .before-content-area .widget_meta > ul > li, .before-content-area .widget_rss > ul > li, .before-content-area .widget_recent_comments > ul > li, .before-content-area .widget_recent_entries > ul > li, .before-content-area .widget_categories > ul > li, .before-content-area .widget_pages > ul > li, .before-content-area .widget_nav_menu > div > ul > li,
	.after-content-area .widget_archive > ul > li,
	.after-content-area .widget_product_categories > ul > li,
	.after-content-area .widget_meta > ul > li,
	.after-content-area .widget_rss > ul > li,
	.after-content-area .widget_recent_comments > ul > li,
	.after-content-area .widget_recent_entries > ul > li,
	.after-content-area .widget_categories > ul > li,
	.after-content-area .widget_pages > ul > li,
	.after-content-area .widget_nav_menu > div > ul > li,
	.before-loop-area .widget_archive > ul > li,
	.before-loop-area .widget_product_categories > ul > li,
	.before-loop-area .widget_meta > ul > li,
	.before-loop-area .widget_rss > ul > li,
	.before-loop-area .widget_recent_comments > ul > li,
	.before-loop-area .widget_recent_entries > ul > li,
	.before-loop-area .widget_categories > ul > li,
	.before-loop-area .widget_pages > ul > li,
	.before-loop-area .widget_nav_menu > div > ul > li,
	.after-loop-area .widget_archive > ul > li,
	.after-loop-area .widget_product_categories > ul > li,
	.after-loop-area .widget_meta > ul > li,
	.after-loop-area .widget_rss > ul > li,
	.after-loop-area .widget_recent_comments > ul > li,
	.after-loop-area .widget_recent_entries > ul > li,
	.after-loop-area .widget_categories > ul > li,
	.after-loop-area .widget_pages > ul > li,
	.after-loop-area .widget_nav_menu > div > ul > li,
	.full-width-header-area .widget_archive > ul > li,
	.full-width-header-area .widget_product_categories > ul > li,
	.full-width-header-area .widget_meta > ul > li,
	.full-width-header-area .widget_rss > ul > li,
	.full-width-header-area .widget_recent_comments > ul > li,
	.full-width-header-area .widget_recent_entries > ul > li,
	.full-width-header-area .widget_categories > ul > li,
	.full-width-header-area .widget_pages > ul > li,
	.full-width-header-area .widget_nav_menu > div > ul > li {
		width: 23%;
		margin-right: 2%;
		float: left;
	}
}

.before-content-area .widget_rss ul, .before-content-area .widget_recent_comments ul, .before-content-area .widget_recent_entries ul,
.after-content-area .widget_rss ul,
.after-content-area .widget_recent_comments ul,
.after-content-area .widget_recent_entries ul,
.before-loop-area .widget_rss ul,
.before-loop-area .widget_recent_comments ul,
.before-loop-area .widget_recent_entries ul,
.after-loop-area .widget_rss ul,
.after-loop-area .widget_recent_comments ul,
.after-loop-area .widget_recent_entries ul,
.full-width-header-area .widget_rss ul,
.full-width-header-area .widget_recent_comments ul,
.full-width-header-area .widget_recent_entries ul {
	margin-left: -2%;
}

.before-content-area .widget_rss ul > li:first-child, .before-content-area .widget_recent_comments ul > li:first-child, .before-content-area .widget_recent_entries ul > li:first-child,
.after-content-area .widget_rss ul > li:first-child,
.after-content-area .widget_recent_comments ul > li:first-child,
.after-content-area .widget_recent_entries ul > li:first-child,
.before-loop-area .widget_rss ul > li:first-child,
.before-loop-area .widget_recent_comments ul > li:first-child,
.before-loop-area .widget_recent_entries ul > li:first-child,
.after-loop-area .widget_rss ul > li:first-child,
.after-loop-area .widget_recent_comments ul > li:first-child,
.after-loop-area .widget_recent_entries ul > li:first-child,
.full-width-header-area .widget_rss ul > li:first-child,
.full-width-header-area .widget_recent_comments ul > li:first-child,
.full-width-header-area .widget_recent_entries ul > li:first-child {
	border-top: 1px #e0e0e8 solid;
	padding-top: 21px;
	margin-left: 2%;
}

.before-content-area .widget_rss ul > li:nth-child(1), .before-content-area .widget_rss ul > li:nth-child(2), .before-content-area .widget_rss ul > li:nth-child(3), .before-content-area .widget_recent_comments ul > li:nth-child(1), .before-content-area .widget_recent_comments ul > li:nth-child(2), .before-content-area .widget_recent_comments ul > li:nth-child(3), .before-content-area .widget_recent_entries ul > li:nth-child(1), .before-content-area .widget_recent_entries ul > li:nth-child(2), .before-content-area .widget_recent_entries ul > li:nth-child(3),
.after-content-area .widget_rss ul > li:nth-child(1),
.after-content-area .widget_rss ul > li:nth-child(2),
.after-content-area .widget_rss ul > li:nth-child(3),
.after-content-area .widget_recent_comments ul > li:nth-child(1),
.after-content-area .widget_recent_comments ul > li:nth-child(2),
.after-content-area .widget_recent_comments ul > li:nth-child(3),
.after-content-area .widget_recent_entries ul > li:nth-child(1),
.after-content-area .widget_recent_entries ul > li:nth-child(2),
.after-content-area .widget_recent_entries ul > li:nth-child(3),
.before-loop-area .widget_rss ul > li:nth-child(1),
.before-loop-area .widget_rss ul > li:nth-child(2),
.before-loop-area .widget_rss ul > li:nth-child(3),
.before-loop-area .widget_recent_comments ul > li:nth-child(1),
.before-loop-area .widget_recent_comments ul > li:nth-child(2),
.before-loop-area .widget_recent_comments ul > li:nth-child(3),
.before-loop-area .widget_recent_entries ul > li:nth-child(1),
.before-loop-area .widget_recent_entries ul > li:nth-child(2),
.before-loop-area .widget_recent_entries ul > li:nth-child(3),
.after-loop-area .widget_rss ul > li:nth-child(1),
.after-loop-area .widget_rss ul > li:nth-child(2),
.after-loop-area .widget_rss ul > li:nth-child(3),
.after-loop-area .widget_recent_comments ul > li:nth-child(1),
.after-loop-area .widget_recent_comments ul > li:nth-child(2),
.after-loop-area .widget_recent_comments ul > li:nth-child(3),
.after-loop-area .widget_recent_entries ul > li:nth-child(1),
.after-loop-area .widget_recent_entries ul > li:nth-child(2),
.after-loop-area .widget_recent_entries ul > li:nth-child(3),
.full-width-header-area .widget_rss ul > li:nth-child(1),
.full-width-header-area .widget_rss ul > li:nth-child(2),
.full-width-header-area .widget_rss ul > li:nth-child(3),
.full-width-header-area .widget_recent_comments ul > li:nth-child(1),
.full-width-header-area .widget_recent_comments ul > li:nth-child(2),
.full-width-header-area .widget_recent_comments ul > li:nth-child(3),
.full-width-header-area .widget_recent_entries ul > li:nth-child(1),
.full-width-header-area .widget_recent_entries ul > li:nth-child(2),
.full-width-header-area .widget_recent_entries ul > li:nth-child(3) {
	border-top: none;
	padding-top: 0;
}

@media (min-width: 544px) {
	.before-content-area .widget_rss ul > li, .before-content-area .widget_recent_comments ul > li, .before-content-area .widget_recent_entries ul > li,
	.after-content-area .widget_rss ul > li,
	.after-content-area .widget_recent_comments ul > li,
	.after-content-area .widget_recent_entries ul > li,
	.before-loop-area .widget_rss ul > li,
	.before-loop-area .widget_recent_comments ul > li,
	.before-loop-area .widget_recent_entries ul > li,
	.after-loop-area .widget_rss ul > li,
	.after-loop-area .widget_recent_comments ul > li,
	.after-loop-area .widget_recent_entries ul > li,
	.full-width-header-area .widget_rss ul > li,
	.full-width-header-area .widget_recent_comments ul > li,
	.full-width-header-area .widget_recent_entries ul > li {
		width: 48%;
		margin-left: 2%;
		float: left;
	}
}

@media (min-width: 768px) {
	.before-content-area .widget_rss ul > li, .before-content-area .widget_recent_comments ul > li, .before-content-area .widget_recent_entries ul > li,
	.after-content-area .widget_rss ul > li,
	.after-content-area .widget_recent_comments ul > li,
	.after-content-area .widget_recent_entries ul > li,
	.before-loop-area .widget_rss ul > li,
	.before-loop-area .widget_recent_comments ul > li,
	.before-loop-area .widget_recent_entries ul > li,
	.after-loop-area .widget_rss ul > li,
	.after-loop-area .widget_recent_comments ul > li,
	.after-loop-area .widget_recent_entries ul > li,
	.full-width-header-area .widget_rss ul > li,
	.full-width-header-area .widget_recent_comments ul > li,
	.full-width-header-area .widget_recent_entries ul > li {
		width: 31%;
		margin-left: 2%;
		float: left;
	}
}

/*--------------------------------------------------------------
# Widget calendar
--------------------------------------------------------------*/
.widget_calendar {
	max-width: 546px;
}

.widget_calendar h4.widget-title {
	margin: 0 0 24px 0;
}

.widget_calendar #calendar_wrap table {
	margin: 0;
}

.widget_calendar #calendar_wrap caption {
	font-size: 16px;
	font-size: 1rem;
	padding: 15px 10px;
	border-radius: 0;
	margin-bottom: 15px;
}

.widget_calendar #calendar_wrap th {
	font-size: 14px;
	font-weight: 300;
	padding: 0 0 13px 0;
	border-bottom: none;
	text-align: center;
	position: relative;
	left: -12px;
}

.widget_calendar #calendar_wrap thead th {
	font-weight: 500;
	padding-bottom: 0;
}

.widget_calendar #calendar_wrap tbody td {
	padding: 0 0 10px 0;
	width: 15%;
	text-align: center;
	position: relative;
	left: -12px;
}

.widget_calendar #calendar_wrap tbody td a {
	position: relative;
	display: inline-block;
	width: 20px;
	z-index: 1;
	transition: all 0.5s ease;
}

.widget_calendar #calendar_wrap tbody td a:before {
	content: '';
	position: absolute;
	width: 33px;
	height: 33px;
	top: -7px;
	left: -6px;
	z-index: -1;
	border-radius: 50%;
	display: block;
	opacity: 1;
	margin-left: 0px;
	transition: all .3s ease;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.widget_calendar #calendar_wrap tbody td a:hover::before {
	opacity: 1;
	transition: all .3s ease;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.widget_calendar #calendar_wrap tbody tr:first-child > td {
	padding: 8px 0 10px 0;
}

.widget_calendar #calendar_wrap #prev, .widget_calendar #calendar_wrap #next {
	font-size: 14px;
	padding: 1px 0 0 0;
}

.widget_calendar #calendar_wrap #next {
	text-align: right;
}

@media (max-width: 992px) {
	.widget_calendar h4 {
		margin: 0 0 15px 0;
	}

	.widget_calendar #calendar_wrap table {
		margin: 0;
	}
}

.footer-area .widget_calendar #calendar_wrap tbody td, .footer-area .widget_calendar #calendar_wrap th {
	left: 0px;
}

.footer-area .widget_calendar #calendar_wrap td a::before {
	width: 20px;
	height: 20px;
	top: -2%;
	left: -5%;
}

/*--------------------------------------------------------------
# Widget Tag Cloud
--------------------------------------------------------------*/
.widget_tag_cloud .tagcloud, .widget_product_tag_cloud .tagcloud {
	margin: 19px 0 3px -8px;
}

.widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a {
	font-size: 14px !important;
	line-height: 1.2;
	font-weight: 300;
	padding: 0;
	border: none;
	border-radius: 0;
	text-decoration: none;
	display: inline-block;
	margin: 0 0 0 8px;
}

.widget_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:hover {
	border: none;
	padding: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
	.widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a {
		font-size: 12px !important;
		font-size: 0.8rem !important;
		padding: 0;
	}
}

/*--------------------------------------------------------------
# Widget Recent Posts and Recent Comments
--------------------------------------------------------------*/
/* Recent Posts */
.widget_recent_entries ul li {
	margin: 0 0 24px 0;
}

.widget_recent_entries ul li a {
	display: inline-block;
	margin-bottom: 6px;
}

.widget_recent_entries ul li .post-date {
	font-size: 14px;
	position: relative;
	display: block;
	margin: 10px 0 0 21px;
}

.widget_recent_entries ul li .post-date::before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
	content: "event";
	position: absolute;
	font-size: 16px;
	top: 3px;
	left: -23px;
}

/* Recent Comments */
.widget_recent_comments ul li {
	margin: 21px 0 0 0;
	font-size: 14px;
}

.widget_recent_comments ul li > a {
	font-size: 16px;
	font-size: 1rem;
}

/* Recent Posts  & Recent Comments */
.widget_recent_comments h4, .widget_recent_entries h4 {
	margin-bottom: 18px;
}

.widget_recent_comments ul li, .widget_recent_entries ul li {
	border-top: 1px #e0e0e8 solid;
	padding-top: 21px;
}

.widget_recent_comments ul li:first-child, .widget_recent_entries ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_recent_comments ul li::before, .widget_recent_entries ul li::before {
	display: none;
}

.widget_shopping_cart h4 {
	margin-bottom: 5px;
}

.widget_shopping_cart .cart_list li {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0;
	border-bottom: 1px dotted #d5d5d9;
}

.widget_shopping_cart .cart_list li a {
	font-weight: 300;
	padding-top: 3px;
}

.widget_shopping_cart .cart_list li a img {
	float: left;
	margin-top: 4px;
	margin-right: 12px;
	margin-left: 0;
	width: 67px;
}

.widget_shopping_cart .cart_list li a.remove {
	top: 1px;
	right: -6px;
	left: auto;
	height: auto;
	width: auto;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.widget_shopping_cart .cart_list li a.remove:before {
	content: '\e14c';
	font-family: "Material Icons";
	font-size: 18px;
	line-height: 1;
	transition: all .3s ease;
}

.widget_shopping_cart .cart_list li a.remove:hover {
	background: transparent;
}

.widget_shopping_cart .cart_list li .quantity {
	margin-top: 3px;
	margin-left: 7px;
	display: block;
	text-transform: uppercase;
	font-weight: 300;
}

.widget_shopping_cart .cart_list li + li {
	padding-top: 12px;
}

.widget_shopping_cart .cart_list li + li a.remove {
	top: 13px;
}

.widget_shopping_cart .cart_list li:last-child {
	padding-bottom: 24px;
	border-bottom: 1px solid #d5d5d9;
}

.widget_shopping_cart .cart_list li.empty {
	padding-top: 3px;
	padding-bottom: 0;
	border: none;
}

.widget_shopping_cart .cart_list li dl {
	margin: 5px 0 0;
	padding-left: 0;
	border-left: none;
	display: inline-block;
}

.widget_shopping_cart .cart_list li dl dd {
	padding: 0;
	margin: 0;
}

.widget_shopping_cart .cart_list li dl p {
	margin-top: 0;
}

.widget_shopping_cart .total {
	border-top: none;
	margin-top: 8px;
	margin-bottom: 15px;
}

.widget_shopping_cart .total .amount {
	margin-left: 2px;
}

.widget_shopping_cart .buttons {
	margin-right: -3px;
}

.widget_shopping_cart .buttons .button, .widget_shopping_cart .buttons .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .widget_shopping_cart .buttons a.checkout-button,
.widget_shopping_cart .buttons .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .widget_shopping_cart .buttons a.checkout-button {
	display: block;
	width: 100%;
	border-radius: 0;
	text-align: center;
	padding: 15px;
}

.widget_shopping_cart .buttons .button + .button, .widget_shopping_cart .buttons .woocommerce .wc-proceed-to-checkout a.checkout-button + .button, .woocommerce .wc-proceed-to-checkout .widget_shopping_cart .buttons a.checkout-button + .button,
.widget_shopping_cart .buttons .woocommerce-page .wc-proceed-to-checkout a.checkout-button + .button,
.woocommerce-page .wc-proceed-to-checkout .widget_shopping_cart .buttons a.checkout-button + .button, .widget_shopping_cart .buttons .woocommerce .wc-proceed-to-checkout .button + a.checkout-button, .woocommerce .wc-proceed-to-checkout .widget_shopping_cart .buttons .button + a.checkout-button, .widget_shopping_cart .buttons .woocommerce .wc-proceed-to-checkout a.checkout-button + a.checkout-button, .woocommerce .wc-proceed-to-checkout .widget_shopping_cart .buttons a.checkout-button + a.checkout-button,
.widget_shopping_cart .buttons .woocommerce-page .wc-proceed-to-checkout .button + a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .widget_shopping_cart .buttons .button + a.checkout-button,
.widget_shopping_cart .buttons .woocommerce-page .wc-proceed-to-checkout a.checkout-button + a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .widget_shopping_cart .buttons a.checkout-button + a.checkout-button {
	margin-top: 10px;
}

.woocommerce .widget_price_filter .widget-title {
	margin-bottom: 28px;
}

.woocommerce .widget_price_filter .price_slider {
	margin-bottom: 38px;
}

.woocommerce .widget_price_filter .ui-widget-content {
	border-radius: 0;
}

.woocommerce .widget_price_filter .ui-slider-handle {
	top: -6px;
	margin-left: -6px;
	width: 16px;
	height: 16px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
	top: 2px;
	height: 4px;
}

.woocommerce .widget_price_filter .ui-slider-range {
	height: 4px;
}

.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce .widget_price_filter .price_slider_amount .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .widget_price_filter .price_slider_amount a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .widget_price_filter .price_slider_amount a.checkout-button {
	font-size: 1em;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
	max-width: 370px;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li {
	position: relative;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0;
	border-bottom: 1px dotted #d5d5d9;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li a {
	font-weight: 300;
	padding-top: 3px;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li a img {
	float: left;
	margin-top: 4px;
	margin-right: 12px;
	margin-left: 0;
	width: 67px;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove {
	top: 1px;
	right: -3px;
	left: auto;
	height: auto;
	width: auto;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove:before {
	content: '\e14c';
	font-family: "Material Icons";
	font-size: 18px;
	line-height: 1;
	transition: all .3s ease;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove:hover {
	background: transparent;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li .quantity {
	margin-top: 3px;
	margin-left: 7px;
	display: block;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li + li {
	padding-top: 12px;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li + li a.remove {
	top: 13px;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li:last-child {
	padding-bottom: 24px;
	border-bottom: 1px solid #d5d5d9;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li.empty {
	padding-top: 3px;
	padding-bottom: 0;
	border: none;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li dl {
	margin: 5px 0 0;
	padding-left: 0;
	border-left: none;
	display: inline-block;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li dl dd {
	padding: 0;
	margin: 0;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li dl p {
	margin-top: 0;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total {
	border-top: none;
	margin-top: 8px;
	margin-bottom: 15px;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total .amount {
	margin-left: 2px;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons {
	margin-right: -3px;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button, .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .wc-proceed-to-checkout a.checkout-button, .widget.woocommerce.widget_shopping_cart .wc-proceed-to-checkout .widget_shopping_cart_content .buttons a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout-button,
.single-product.woocommerce .wc-proceed-to-checkout .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout-button {
	display: block;
	width: 100%;
	border-radius: 0;
	text-align: center;
	padding: 15px;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button + .button, .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .wc-proceed-to-checkout a.checkout-button + .button, .widget.woocommerce.widget_shopping_cart .wc-proceed-to-checkout .widget_shopping_cart_content .buttons a.checkout-button + .button,
.woocommerce-page .wc-proceed-to-checkout .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout-button + .button,
.single-product.woocommerce .wc-proceed-to-checkout .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout-button + .button, .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .wc-proceed-to-checkout .button + a.checkout-button, .widget.woocommerce.widget_shopping_cart .wc-proceed-to-checkout .widget_shopping_cart_content .buttons .button + a.checkout-button, .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .wc-proceed-to-checkout a.checkout-button + a.checkout-button, .widget.woocommerce.widget_shopping_cart .wc-proceed-to-checkout .widget_shopping_cart_content .buttons a.checkout-button + a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button + a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout-button + a.checkout-button,
.single-product.woocommerce .wc-proceed-to-checkout .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button + a.checkout-button,
.single-product.woocommerce .wc-proceed-to-checkout .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout-button + a.checkout-button {
	margin-top: 10px;
}

.full-width-header-area .widget-custom-postson .custom-posts-holder .post:nth-last-child(-n+3) .post-inner, .after-content-full-width-area .widget-custom-postson .custom-posts-holder .post:nth-last-child(-n+3) .post-inner, .before-content-area .widget-custom-postson .custom-posts-holder .post:nth-last-child(-n+3) .post-inner, .after-content-area .widget-custom-postson .custom-posts-holder .post:nth-last-child(-n+3) .post-inner {
	border-bottom: none;
	padding-bottom: 0;
}

@media (min-width: 768px) {
	.full-width-header-area .widget-custom-postson .custom-posts-holder .post .post-inner, .after-content-full-width-area .widget-custom-postson .custom-posts-holder .post .post-inner, .before-content-area .widget-custom-postson .custom-posts-holder .post .post-inner, .after-content-area .widget-custom-postson .custom-posts-holder .post .post-inner {
		flex-direction: row;
	}

	.full-width-header-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image, .after-content-full-width-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image, .before-content-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image, .after-content-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image {
		flex: 0 0 150px;
		margin: 0 20px 0 0px;
	}

	.full-width-header-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-content, .after-content-full-width-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-content, .before-content-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-content, .after-content-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-content {
		flex: 1 1 auto;
	}
}

.before-loop-area .widget-custom-postson .custom-posts-holder .post:nth-last-child(-n+2) .post-inner, .after-loop-area .widget-custom-postson .custom-posts-holder .post:nth-last-child(-n+2) .post-inner {
	border-bottom: none;
	padding-bottom: 0;
}

@media (min-width: 1200px) {
	.before-loop-area .widget-custom-postson .custom-posts-holder .post .post-inner, .after-loop-area .widget-custom-postson .custom-posts-holder .post .post-inner {
		flex-direction: row;
	}

	.before-loop-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image, .after-loop-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image {
		flex: 0 0 100px;
		margin: 0 20px 0 0px;
	}

	.before-loop-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-content, .after-loop-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-content {
		flex: 1 1 auto;
	}
}

.sidebar-primary .widget-custom-postson .custom-posts-holder .post:last-child .post-inner, .sidebar-secondary .widget-custom-postson .custom-posts-holder .post:last-child .post-inner, .footer-area .widget-custom-postson .custom-posts-holder .post:last-child .post-inner {
	border-bottom: none;
	padding-bottom: 0;
}

@media (min-width: 1200px) {
	.sidebar-primary .widget-custom-postson .custom-posts-holder .post .post-inner, .sidebar-secondary .widget-custom-postson .custom-posts-holder .post .post-inner, .footer-area .widget-custom-postson .custom-posts-holder .post .post-inner {
		flex-direction: row;
	}

	.sidebar-primary .widget-custom-postson .custom-posts-holder .post .post-inner .post-image, .sidebar-secondary .widget-custom-postson .custom-posts-holder .post .post-inner .post-image, .footer-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image {
		flex: 0 0 100px;
		margin: 0 20px 0 0px;
	}

	.sidebar-primary .widget-custom-postson .custom-posts-holder .post .post-inner .post-content, .sidebar-secondary .widget-custom-postson .custom-posts-holder .post .post-inner .post-content, .footer-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-content {
		flex: 1 1 auto;
	}
}

.widget-custom-postson .custom-posts-holder .post {
	padding-top: 0;
	padding-bottom: 0;
	display: flex;
}

.widget-custom-postson .custom-posts-holder .post .post-inner {
	border-bottom: 1px dotted #d2d1d1;
	padding: 30px 0 24px;
	display: flex;
	flex: 1 1 auto;
	align-content: stretch;
	flex-direction: column;
}

.widget-custom-postson .custom-posts-holder .post .post-inner:after {
	content: '';
	display: block;
	clear: both;
}

.widget-custom-postson .custom-posts-holder .post .post-inner .post-image {
	flex: 0 0 100%;
}

@media (min-width: 1200px) {
	.widget-custom-postson .custom-posts-holder .post .post-inner .post-image {
		flex: 0 0 150px;
	}
}

.widget-custom-postson .custom-posts-holder .post .post-inner .post-image .wp-post-image {
	width: 100%;
	height: auto;
}

.widget-custom-postson .custom-posts-holder .post .post-inner .post-content {
	flex: 0 0 100%;
	margin-top: -2px;
}

.widget-custom-postson .custom-posts-holder .post .post-inner .post-content .widget-title {
	margin: -6px 0 6px 0;
}

.widget-custom-postson .custom-posts-holder .post i {
	font-size: 20px;
	font-size: 1.25rem;
	margin: 0px 6px 0 0px;
	position: relative;
	top: 6px;
}

.widget-custom-postson .custom-posts-holder .post .post-author span {
	font-style: italic;
}

.widget-custom-postson .custom-posts-holder .post .meta {
	padding-bottom: 10px;
}

.widget-custom-postson .custom-posts-holder .post .meta span {
	display: inline-block;
}

.widget-custom-postson .custom-posts-holder .post .meta span:first-child {
	padding-right: 10px;
}

.widget-custom-postson .custom-posts-holder .post .btn, .widget-custom-postson .custom-posts-holder .post .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .widget-custom-postson .custom-posts-holder .post a.checkout-button,
.widget-custom-postson .custom-posts-holder .post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .widget-custom-postson .custom-posts-holder .post a.checkout-button, .widget-custom-postson .custom-posts-holder .post .woocommerce .button, .woocommerce .widget-custom-postson .custom-posts-holder .post .button,
.widget-custom-postson .custom-posts-holder .post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .widget-custom-postson .custom-posts-holder .post a.checkout-button,
.widget-custom-postson .custom-posts-holder .post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .widget-custom-postson .custom-posts-holder .post a.checkout-button, .widget-custom-postson .custom-posts-holder .post .woocommerce-account .button, .woocommerce-account .widget-custom-postson .custom-posts-holder .post .button, .widget-custom-postson .custom-posts-holder .post .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .widget-custom-postson .custom-posts-holder .post a.compare.button,
.widget-custom-postson .custom-posts-holder .post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .widget-custom-postson .custom-posts-holder .post a.compare.checkout-button,
.widget-custom-postson .custom-posts-holder .post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .widget-custom-postson .custom-posts-holder .post a.compare.checkout-button {
	padding: 0;
	background: none;
}

.widget-custom-postson .custom-posts-holder .post .post-author, .widget-custom-postson .custom-posts-holder .post .post_comments, .widget-custom-postson .custom-posts-holder .post .category, .widget-custom-postson .custom-posts-holder .post .post_tag, .widget-custom-postson .custom-posts-holder .post .post-date {
	margin-bottom: 5px;
}

.widget-custom-postson .custom-posts-holder .post .category a, .widget-custom-postson .custom-posts-holder .post .post_tag a {
	display: inline-block;
	margin: 0;
	padding: 0 5px 0 0;
	position: relative;
	font-size: 14px;
	line-height: 22px;
}

.widget-custom-postson .custom-posts-holder .post .category a:last-child, .widget-custom-postson .custom-posts-holder .post .post_tag a:last-child {
	padding-right: 0;
}

.widget-custom-postson .custom-posts-holder .post .category a:last-child:before, .widget-custom-postson .custom-posts-holder .post .post_tag a:last-child:before {
	display: none;
}

.widget-custom-postson .custom-posts-holder .post .category a:before, .widget-custom-postson .custom-posts-holder .post .post_tag a:before {
	content: ",";
	display: inline-block;
	position: absolute;
	bottom: 2px;
	left: auto;
	right: 2px;
	top: auto;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

.single-post .site-main, .page .site-main, .single .site-main {
	padding: 10px;
	box-shadow: none;
	background: #fff;
	border-radius: 0;
	margin: 0 0 10px;
}

@media (min-width: 992px) {
	.single-post .site-main, .page .site-main, .single .site-main {
		box-shadow: none;
	}
}

@media (min-width: 992px) {
	.single-post .site-main, .page .site-main, .single .site-main {
		padding: 30px;
		margin: 0 0 30px;
	}
}

.container.site-header > .container, .container.site-content > .container, .container.site-footer > .container {
	max-width: inherit;
	padding-left: 0;
	padding-right: 0;
}

.site-header.container,
.site-footer.container {
	max-width: 100%;
	padding: 0;
}

.site-content {
	padding-top: 15px;
}

@media (min-width: 768px) {
	.site-content {
		padding-top: 46px;
	}
}

.single-post .site-main, .page .site-main, .single .site-main {
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

.single-post .post__tags {
	float: none;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	margin-bottom: 30px;
}

.site-header .social-list .social-list__items li.menu-item a:hover {
	background: none;
}

.header-container {
	box-shadow: none;
	padding-top: 19px;
	padding-bottom: 15px;
}

@media (min-width: 768px) {
	.header-container.isStuck, header.site-header nav.main-navigation.isStuck {
		position: fixed;
		width: 100%;
		left: 0;
		z-index: 9999;
		box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
		padding: 10px 0px 3px;
		background: #fff;
	}

	.header-container.isStuck.has-bar, header.site-header nav.main-navigation.isStuck.has-bar {
		margin-top: 32px;
	}
}

@media (max-width: 767px) {
	.site-header .top-panel__wrap .top-panel__message {
		display: none;
	}
}

@media (max-width: 37.5em) {
	header.site-header.centered .header-container_wrap, header.site-header.default .header-container_wrap {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-line-pack: stretch;
		-webkit-align-content: stretch;
		align-content: stretch;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
}

@media screen and (max-width: 37.5em) and (min-width: 37.5em) {
	header.site-header.centered .header-container_wrap, header.site-header.default .header-container_wrap {
		flex-wrap: no-wrap;
	}
}

@media (max-width: 37.5em) {
	header.site-header .top-panel__message {
		display: none;
	}

	header.site-header .header-container {
		padding: 10px 10px 0;
	}

	header.site-header .header-container .site-branding {
		-webkit-flex: 0 1 100%;
		flex: 0 1 100%;
		-webkit-order: 2;
		order: 2;
		margin-right: 50px;
		padding: 0 0 15px;
		text-align: left;
	}

	header.site-header .header-container .social-list {
		-webkit-flex: 0 1 100%;
		flex: 0 1 100%;
		-webkit-order: 1;
		order: 1;
		text-align: left;
		padding: 0 0 10px;
	}

	header.site-header .header-container .main-navigation {
		-webkit-order: 3;
		order: 3;
		position: relative;
		padding: 0;
	}

	header.site-header .header-container .main-navigation .menu-toggle {
		position: absolute;
		top: -60px;
		right: 0;
	}
}

.site-header.default .header-container {
	text-align: center;
	padding-top: 19px;
	padding-bottom: 13px;
}

.site-header.default .main-navigation {
	width: auto;
	clear: none;
	padding: 7px 0 0;
	vertical-align: top;
	text-align: left;
}

.site-header.default .main-navigation ul.menu {
	margin-left: -15.5px;
}

.site-header.default .main-navigation ul.menu > li {
	margin: 0 15.5px 10px;
}

.site-header.default .site-branding {
	margin: 0;
	display: inline-block;
	text-align: left;
}

.site-header.default .social-list {
	padding: 14px 0;
}

.site-header.default .social-list .social-list__items li.menu-item a:hover {
	background: none;
}

.site-header.default .site-header-cart {
	padding-top: 5px;
	margin: 0 0 0 46px;
}

.site-header.default .site-header-cart li {
	padding-left: 0;
}

.site-header.default .site-header-cart li:before {
	display: none;
}

.site-header.default .header-container_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-end;
	-moz-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

.site-header.default .header-container_wrap .social-list {
	text-align: left;
	margin-right: 0;
	margin-left: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 25%;
	-moz-box-flex: 0;
	-moz-flex: 0 1 25%;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
	-webkit-align-self: auto;
	-moz-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.site-header.default .header-container_wrap .site-branding {
	text-align: center;
	margin-right: 0;
	margin-left: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-moz-box-flex: 0;
	-moz-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	-webkit-align-self: auto;
	-moz-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.site-header.default .header-container_wrap .site-header-cart {
	text-align: right;
	margin-right: 0;
	margin-left: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 25%;
	-moz-box-flex: 0;
	-moz-flex: 0 1 25%;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
	-webkit-align-self: auto;
	-moz-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.site-header.default .header-container_wrap .main-navigation {
	text-align: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-moz-box-flex: 0;
	-moz-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	-webkit-align-self: auto;
	-moz-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

@media (min-width: 768px) {
	.site-header.default .header-container_wrap .site-branding {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 49%;
		-moz-box-flex: 0;
		-moz-flex: 0 1 49%;
		-ms-flex: 0 1 49%;
		flex: 0 1 49%;
	}
}

@media (min-width: 1200px) {
	.site-header.default .header-container_wrap .social-list {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 16%;
		-moz-box-flex: 0;
		-moz-flex: 0 1 16%;
		-ms-flex: 0 1 16%;
		flex: 0 1 16%;
		text-align: right;
	}

	.site-header.default .header-container_wrap .site-branding {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-moz-order: -1;
		-ms-flex-order: -1;
		order: -1;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 26%;
		-moz-box-flex: 0;
		-moz-flex: 0 1 26%;
		-ms-flex: 0 1 26%;
		flex: 0 1 26%;
		text-align: left;
	}

	.site-header.default .header-container_wrap .site-header-cart {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-moz-order: 3;
		-ms-flex-order: 3;
		order: 3;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 9%;
		-moz-box-flex: 0;
		-moz-flex: 0 1 9%;
		-ms-flex: 0 1 9%;
		flex: 0 1 9%;
		text-align: right;
		margin: 0;
	}

	.site-header.default .header-container_wrap .main-navigation {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-order: 1;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 47%;
		-moz-box-flex: 0;
		-moz-flex: 0 1 47%;
		-ms-flex: 0 1 47%;
		flex: 0 1 47%;
		text-align: center;
	}
}

@media (max-width: 1199px) {
	.site-header.default .site-header-cart {
		padding-top: 1px;
		margin: 0 0 0 30px;
	}

	.site-header.default .social-list {
		text-align: right;
		float: none;
		padding: 15px 0 4px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.site-header.default .main-navigation {
		margin-left: 10px;
	}
}

@media (max-width: 991px) {
	.site-header.default .site-branding {
		float: none;
	}

	.site-header.default .social-list {
		text-align: center;
		padding: 11px 0 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.site-header.default .site-branding {
		display: block;
		text-align: center;
	}

	.site-header.default .main-navigation {
		margin-left: -15.5px;
	}

	.site-header.default .site-header-cart {
		margin-left: 0;
	}

	.site-header.default .header-container {
		padding-bottom: 16px;
	}
}

@media (max-width: 767px) {
	.site-header.default .header-container {
		padding-bottom: 14px;
	}
}

.site-header.centered .header-container {
	padding-top: 19px;
	padding-bottom: 16px;
}

.site-header.centered .site-header-cart {
	margin-top: 4px;
	margin-bottom: 0;
	margin-left: 0;
}

.site-header.centered .site-header-cart + .site-branding .site-logo {
	margin-left: 61px;
}

.site-header.centered .site-branding {
	text-align: center;
}

.site-header.centered .social-list {
	padding: 14px 0;
}

.site-header.centered .main-navigation {
	text-align: center;
	padding: 12px 0 0 0;
}

.site-header.centered .main-navigation ul.menu > li {
	margin: 0 0 10px;
}

.site-header.centered .main-navigation ul.menu > li + li {
	margin-left: 31px;
	margin-right: 0;
}

.site-header.centered .main-navigation ul.menu ul a {
	padding: 12px 18px 13px;
}

.site-header.centered .main-navigation ul.menu > li:hover > ul, .site-header.centered .main-navigation ul.menu > li > ul {
	margin-top: 26px;
}

.site-header.centered .header-container_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-end;
	-moz-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

.site-header.centered .header-container_wrap .social-list {
	float: none;
	text-align: left;
	margin-right: 0;
	margin-left: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 25%;
	-moz-box-flex: 0;
	-moz-flex: 0 1 25%;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
	-webkit-align-self: auto;
	-moz-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.site-header.centered .header-container_wrap .site-branding {
	float: none;
	text-align: center;
	margin-right: 0;
	margin-left: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-moz-box-flex: 0;
	-moz-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	-webkit-align-self: auto;
	-moz-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.site-header.centered .header-container_wrap .site-header-cart {
	float: none;
	text-align: right;
	margin-right: 0;
	margin-left: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 25%;
	-moz-box-flex: 0;
	-moz-flex: 0 1 25%;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
	-webkit-align-self: auto;
	-moz-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.site-header.centered .header-container_wrap .main-navigation {
	text-align: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-moz-box-flex: 0;
	-moz-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	-webkit-align-self: auto;
	-moz-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

@media (min-width: 768px) {
	.site-header.centered .header-container_wrap .site-branding {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 49%;
		-moz-box-flex: 0;
		-moz-flex: 0 1 49%;
		-ms-flex: 0 1 49%;
		flex: 0 1 49%;
	}
}

@media (max-width: 767px) {
	.site-header.centered .site-header-cart + .site-branding .site-logo {
		margin-left: 0;
	}
}

.site-header.minimal .header-container_wrap:before, .site-header.minimal .header-container_wrap:after {
	display: table;
	content: "";
	line-height: 0;
}

.site-header.minimal .header-container_wrap:after {
	clear: both;
}

.site-header.minimal .site-branding {
	float: left;
}

.site-header.minimal .social-list {
	float: right;
	margin-top: 13px;
}

.site-header.minimal .header-container {
	padding-top: 19px;
	padding-bottom: 20px;
}

.site-header.minimal .site-header-cart {
	margin-top: 4px;
	margin-left: 47px;
}

.site-header.minimal ul.menu.menu-item_description-active {
	padding-bottom: 11px;
}

.site-header.minimal .main-navigation ul.menu > li {
	margin: 0 39px 10px 0;
}

.site-header.minimal .main-navigation ul.menu > li:hover > ul, .site-header.minimal .main-navigation ul.menu > li > ul {
	margin-top: 30px;
}

.site-header.minimal .main-navigation ul.menu.menu-item_description-active > li {
	margin: 0 39px 10px 0;
}

.site-header.minimal .main-navigation ul.menu.menu-item_description-active > li:hover > ul, .site-header.minimal .main-navigation ul.menu.menu-item_description-active > li > ul {
	margin-top: 41px;
}

.site-header.minimal .main-navigation.isStuck ul.menu {
	margin-left: auto;
	margin-right: auto;
}

.site-header.minimal .main-navigation.isStuck ul.menu > li:hover > ul, .site-header.minimal .main-navigation.isStuck ul.menu > li > ul {
	margin-top: 13px;
}

@media (min-width: 768px) {
	.site-header.minimal .main-navigation.isStuck ul.menu {
		max-width: 690px;
	}
}

@media (min-width: 992px) {
	.site-header.minimal .main-navigation.isStuck ul.menu {
		max-width: 910px;
	}
}

@media (min-width: 1200px) {
	.site-header.minimal .main-navigation.isStuck ul.menu {
		max-width: 1170px;
	}
}

@media (max-width: 767px) {
	.site-header.minimal .site-branding {
		float: none;
	}
}

.top-panel {
	padding: 0;
}

.top-panel__wrap {
	text-align: right;
}

.top-panel__wrap:after {
	clear: both;
	content: "";
	width: 100%;
	display: block;
}

.top-panel__wrap .widget {
	margin: 0;
}

.top-panel__wrap .chosen-container {
	border: none;
}

.top-panel__wrap .div_dropdown_top_menu {
	float: left;
	text-align: left;
	position: relative;
	z-index: 99;
}

.top-panel__wrap .div_dropdown_top_menu .material-icons {
	color: #fff;
	font-size: 18px;
	text-align: center;
	display: block;
	cursor: pointer;
	margin-top: 15px;
	margin-bottom: 16px;
}

.top-panel__wrap .div_dropdown_top_menu .material-icons-menu {
	position: relative;
}

.top-panel__wrap .div_dropdown_top_menu .material-icons-menu:before, .top-panel__wrap .div_dropdown_top_menu .material-icons-menu:after {
	transition: all .3s ease;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0;
	right: 0;
}

.top-panel__wrap .div_dropdown_top_menu .material-icons-menu:before {
	content: "\e5d2";
	-webkit-transform: translateY(-50%) rotate(0deg) scale(1);
	transform: translateY(-50%) rotate(0deg) scale(1);
}

.top-panel__wrap .div_dropdown_top_menu .material-icons-menu:after {
	content: "\e5cd";
	opacity: 0;
	-webkit-transform: translateY(-50%) rotate(-90deg) scale(0);
	transform: translateY(-50%) rotate(-90deg) scale(0);
}

.top-panel__wrap .div_dropdown_top_menu .material-icons-menu.dropdown_top_menu-active:before {
	content: "\e5d2";
	opacity: 0;
	-webkit-transform: translateY(-50%) rotate(90deg) scale(1);
	transform: translateY(-50%) rotate(90deg) scale(1);
}

.top-panel__wrap .div_dropdown_top_menu .material-icons-menu.dropdown_top_menu-active:after {
	content: "\e5cd";
	opacity: 1;
	-webkit-transform: translateY(-50%) rotate(0deg) scale(1);
	transform: translateY(-50%) rotate(0deg) scale(1);
}

.top-panel__wrap ul.top-panel__menu-list {
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
}

.top-panel__wrap ul.top-panel__menu-list .menu-item {
	font-size: 14px;
	line-height: 20px;
	display: block;
}

.top-panel__wrap ul.top-panel__menu-list .menu-item a {
	display: block;
	padding: 10px 17px;
}

.top-panel__wrap ul.top-panel__menu-list .menu-item + .menu-item {
	border-top: 1px dotted #757577;
}

.top-panel__wrap .top-panel__menu {
	width: 194px;
	position: absolute;
	left: -5px;
	top: 50px;
	visibility: hidden;
	opacity: 0;
	transition: all ease 0.3s;
}

.top-panel__wrap .top-panel__menu.show {
	visibility: visible;
	opacity: 1;
}

.top-panel__wrap .search_switcher_block {
	display: flex;
	float: right;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	max-width: 291px;
	text-align: left;
}

.top-panel__wrap .search_switcher_block > div {
	border-left: 1px solid #454545;
}

.top-panel__wrap .search_switcher_block > div:last-child {
	border-right: 1px solid #454545;
}

.top-panel__wrap .search_switcher_block .site-search {
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-moz-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	-webkit-flex-basis: 50%;
	-moz-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

@media (max-width: 767px) {
	.top-panel__wrap .search_switcher_block .site-search {
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-moz-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-webkit-flex-basis: 0;
		-moz-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
	}
}

.top-panel__wrap .search_switcher_block .currency_switcher {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-basis: 25%;
	-moz-flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	z-index: 99;
}

.top-panel__wrap .search_switcher_block #lang_sel {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-basis: 25%;
	-moz-flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}

.top-panel__wrap .search_switcher_block #lang_sel ul li a {
	border: none;
	color: #fff;
}

.top-panel__wrap .search_switcher_block #lang_sel ul li ul {
	border-top: none;
}

.top-panel__wrap .search_switcher_block #lang_sel ul li ul li a {
	line-height: 30px;
}

.top-panel__wrap .widget_product_search form {
	position: relative;
}

.top-panel__wrap .widget_product_search form input[type="search"] {
	width: 100%;
	background-color: transparent;
	font-size: 14px;
	line-height: 28px;
	padding: 11px 50px 10px 19px;
	border: none;
	font-style: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #888;
}

.top-panel__wrap .widget_product_search form input[type="search"]::-webkit-input-placeholder {
	color: #888;
}

.top-panel__wrap .widget_product_search form input[type="search"]::-moz-placeholder {
	color: #888;
}

.top-panel__wrap .widget_product_search form input[type="search"]:-moz-placeholder {
	color: #888;
}

.top-panel__wrap .widget_product_search form input[type="search"]:-ms-input-placeholder {
	color: #888;
}

.top-panel__wrap .widget_product_search form input[type="search"]:focus {
	box-shadow: none;
}

.top-panel__wrap .widget_product_search form button {
	position: absolute;
	width: 45px;
	top: 2px;
	right: 3px;
	bottom: 2px;
	line-height: 0;
	background: transparent;
	padding: 0;
	z-index: 2;
	line-height: 1;
	text-align: center;
	transition: all ease 0.3s;
}

.top-panel__wrap .widget_product_search form button i {
	font-size: 18px;
	line-height: 18px;
	width: auto;
	height: auto;
}

.top-panel__wrap .chosen-container-single .chosen-drop {
	margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
	.top-panel__wrap {
		max-width: 100%;
	}

	.top-panel__wrap .search_switcher_block {
		max-width: 250px;
	}

	.top-panel__wrap .search_switcher_block .currency_switcher {
		-webkit-flex-basis: 20%;
		-moz-flex-basis: 20%;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}
}

.top-panel__message {
	float: none;
	display: inline-block;
	padding: 15px 0 16px;
	margin: 0 20px;
	color: #fff;
}

.top-panel__message a {
	color: #fff;
}

.top-panel__message a:hover {
	color: #888;
}

.top-panel__message em {
	color: #888;
}

.top-panel__message .info-block {
	margin: 3px 35px 10px 0;
}

.top-panel__message .info-block:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.top-panel__message .info-block {
		display: none;
	}
}

.top-panel__message .material-icons {
	background: #fff;
	width: 29px;
	height: 29px;
	border-radius: 15px;
	line-height: 29px;
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.top-panel__message .material-icons.indent-left {
	margin-left: 35px;
}

.top-panel__search {
	float: right;
}

.top-panel__menu {
	float: none;
	margin: 0;
	padding: 0;
}

.top-panel__menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-panel__menu-list li {
	display: inline-block;
	padding: 0 5px;
}

.top-panel__menu-list li a {
	text-decoration: none;
}

.top-panel__menu-list li.current-menu-item, .top-panel__menu-list li.current_page_item,
.top-panel__menu-list li a:hover {
	text-decoration: none;
}

@media (max-width: 767px) {
	.top-panel .div_dropdown_top_menu {
		display: none;
	}
}

.site-logo {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	display: inline-block;
}

.site-logo__link {
	text-decoration: none;
}

.site-logo__link .site-logo-text {
	margin-right: 8px;
	margin-bottom: 18px;
	display: inline-block;
}

.site-logo__link img {
	padding-bottom: 9px;
}

.site-description {
	vertical-align: middle;
	display: inline-block;
	margin-top: 8px;
	margin-left: -3px;
}

.site-header-cart {
	position: relative;
	float: right;
}

.site-header-cart .cart-contents {
	display: inline-block;
	cursor: pointer;
}

.site-header-cart .cart-contents .count {
	font-size: 14px;
	line-height: 26px;
}

.site-header-cart .cart-contents .count i {
	font-size: 34px;
	line-height: 1;
	vertical-align: middle;
}

.site-header-cart .cart-contents .count span {
	display: inline-block;
	min-width: 26px;
	min-height: 26px;
	text-align: center;
	border-radius: 50%;
	vertical-align: middle;
	color: #fff;
	padding: 0 5px;
}

.site-header-cart .cart-contents .count * + span {
	margin-left: 5px;
}

.site-header-cart .header-cart-dropdown {
	position: relative;
	z-index: 999;
}

.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 25px;
	right: 0;
	width: 270px;
	max-width: 270px;
	padding: 13px 22px 10px;
	background: #fff;
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
	transition: all .3s ease;
	text-align: left;
}

.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap h4 {
	margin-top: 2px;
	margin-bottom: 8px;
}

.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list {
	max-height: 390px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-right: -22px;
	padding-bottom: 10px;
}

.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li {
	margin-right: 22px;
	padding-right: 20px;
	padding-bottom: 23px;
	padding-left: 0;
	border-bottom: 1px dotted #d5d5d9;
}

.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li a {
	font-weight: 300;
	padding-top: 3px;
}

.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li a img {
	float: left;
	margin-top: 4px;
	margin-right: 12px;
	margin-left: 0;
	width: 67px;
}

.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li a.remove {
	top: 1px;
	right: -3px;
	left: auto;
	height: auto;
	width: auto;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li a.remove:before {
	content: '\e14c';
	font-family: "Material Icons";
	font-size: 18px;
	line-height: 1;
	transition: all .3s ease;
}

.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li a.remove:hover {
	background: transparent;
}

.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li .quantity {
	margin-top: 3px;
	margin-left: 7px;
	display: block;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
}

.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li + li {
	padding-top: 12px;
}

.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li + li a.remove {
	top: 13px;
}

.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li:last-child {
	padding-bottom: 23px;
	border-bottom: 1px solid #d5d5d9;
}

.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li.empty {
	padding-top: 3px;
	padding-bottom: 0;
	border: none;
}

.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li dl {
	margin: 5px 0 0;
	padding-left: 0;
	border-left: none;
	display: inline-block;
}

.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li dl dd {
	padding: 0;
	margin: 0;
}

.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li dl p {
	margin-top: 0;
}

@media (max-height: 800px) {
	.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list {
		max-height: 250px;
	}
}

@media (max-height: 600px) {
	.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list {
		max-height: 120px;
	}
}

.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .total {
	border-top: none;
	margin-top: 8px;
	margin-bottom: 15px;
}

.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .total .amount {
	margin-left: 2px;
}

.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons {
	margin-right: -3px;
}

.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .button, .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons a.checkout-button,
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons a.checkout-button {
	display: block;
	width: 100%;
	border-radius: 0;
	text-align: center;
	padding: 15px;
}

.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .button + .button, .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .woocommerce .wc-proceed-to-checkout a.checkout-button + .button, .woocommerce .wc-proceed-to-checkout .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons a.checkout-button + .button,
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .woocommerce-page .wc-proceed-to-checkout a.checkout-button + .button,
.woocommerce-page .wc-proceed-to-checkout .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons a.checkout-button + .button, .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .woocommerce .wc-proceed-to-checkout .button + a.checkout-button, .woocommerce .wc-proceed-to-checkout .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .button + a.checkout-button, .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .woocommerce .wc-proceed-to-checkout a.checkout-button + a.checkout-button, .woocommerce .wc-proceed-to-checkout .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons a.checkout-button + a.checkout-button,
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .woocommerce-page .wc-proceed-to-checkout .button + a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .button + a.checkout-button,
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .woocommerce-page .wc-proceed-to-checkout a.checkout-button + a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons a.checkout-button + a.checkout-button {
	margin-top: 10px;
}

.site-header-cart .header-cart-dropdown-active .shopping_cart-dropdown-wrap {
	opacity: 1;
	visibility: visible;
	top: 14px;
}

@media (max-width: 782px) {
	.header-container.isStuck.has-bar, header.site-header nav.main-navigation.isStuck.has-bar {
		margin-top: 46px;
	}
}

header.site-header .main-navigation.stuckMenu.isStuck ul.menu > li:hover > ul,
header.site-header .main-navigation.stuckMenu.isStuck ul.menu > li > ul {
	margin-top: 13px;
}

header.site-header .header-container .menu-item_description {
	white-space: nowrap;
	right: 0;
	bottom: -14px;
	left: 0;
	pointer-events: none;
}

@media (max-width: 767px) {
	header.site-header .header-container.stuckMenu {
		padding-top: 19px;
		padding-bottom: 12px;
	}

	header.site-header .header-container.stuckMenu .site-branding {
		float: none;
	}
}

.header-container_wrap:before, .header-container_wrap:after {
	display: table;
	content: "";
	line-height: 0;
}

.header-container_wrap:after {
	clear: both;
}

@media (max-width: 767px) {
	.header-container_wrap {
		text-align: center;
	}
}

.header-container.isStuck {
	z-index: 999;
}

@media (max-width: 1199px) {
	.header-container.isStuck {
		position: static;
		width: 100%;
		left: 0;
	}

	.header-container.isStuck.has-bar {
		margin-top: 0;
	}
}

.wcj_widget_multicurrency {
	cursor: pointer;
}

#lang_sel {
	display: block;
	width: auto;
	max-width: 300px;
	height: 50px;
}

#lang_sel > ul > li > a:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 16px;
	font-family: Material Icons;
	content: '\e5cf';
	font: 400 16px/39px "Material Icons";
	position: absolute;
	z-index: 1;
	color: #fff;
	pointer-events: none;
}

#lang_sel ul {
	width: auto;
}

#lang_sel ul li {
	width: auto;
	float: none;
	background: transparent;
	transition: all ease 0.3s;
}

#lang_sel ul li a {
	font-size: 14px;
	line-height: 22px;
	padding: 14px 21px;
	border-color: #e8e8eb;
}

#lang_sel ul li a:hover {
	background: none;
}

#lang_sel ul li a.lang_sel_sel {
	background: none;
	transition: all ease 0.3s;
}

#lang_sel ul li a.lang_sel_sel:hover {
	background: transparent;
}

#lang_sel ul li a:visited {
	border-color: #e8e8eb;
}

#lang_sel ul li:hover ul {
	opacity: 1;
}

#lang_sel ul li ul {
	width: 100%;
	top: 47px;
	opacity: 0;
	transition: all ease 0.3s;
}

#lang_sel ul li ul li a {
	padding: 2px 13px;
}

#lang_sel ul li ul li:hover a {
	background: transparent;
}

.site-header {
	margin-bottom: 0;
}

.header-container {
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
}

header.site-header .header-container .site-branding {
	text-align: center;
	padding: 0;
	margin-right: 0;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.sticky__label {
	display: inline-block;
	line-height: 22px;
	padding: 0 10px;
	float: right;
	text-align: center;
	border-radius: 20px;
}

.sticky__label > i {
	display: block;
	width: auto;
	height: 2em;
	width: calc(2em - 20px);
	font-size: 21px;
	line-height: 2;
}

.posts-list .sticky__label > i {
	color: inherit;
	font-size: 21px;
	margin-right: 0;
}

.has-post-thumbnail .sticky__label {
	float: none;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 99;
}

@media (min-width: 992px) {
	.has-post-thumbnail .sticky__label {
		top: 30px;
	}
}

@media (min-width: 992px) {
	.posts-list--default .sticky.posts-list__item .btn, .posts-list--default .sticky.posts-list__item .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .posts-list--default .sticky.posts-list__item a.checkout-button,
	.posts-list--default .sticky.posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--default .sticky.posts-list__item a.checkout-button, .posts-list--default .sticky.posts-list__item .woocommerce .button, .woocommerce .posts-list--default .sticky.posts-list__item .button,
	.posts-list--default .sticky.posts-list__item .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--default .sticky.posts-list__item a.checkout-button,
	.posts-list--default .sticky.posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--default .sticky.posts-list__item a.checkout-button, .posts-list--default .sticky.posts-list__item .woocommerce-account .button, .woocommerce-account .posts-list--default .sticky.posts-list__item .button, .posts-list--default .sticky.posts-list__item .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .posts-list--default .sticky.posts-list__item a.compare.button,
	.posts-list--default .sticky.posts-list__item .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
	.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--default .sticky.posts-list__item a.compare.checkout-button,
	.posts-list--default .sticky.posts-list__item .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--default .sticky.posts-list__item a.compare.checkout-button, .posts-list--grid-2-cols .sticky.posts-list__item .btn, .posts-list--grid-2-cols .sticky.posts-list__item .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .posts-list--grid-2-cols .sticky.posts-list__item a.checkout-button,
	.posts-list--grid-2-cols .sticky.posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--grid-2-cols .sticky.posts-list__item a.checkout-button, .posts-list--grid-2-cols .sticky.posts-list__item .woocommerce .button, .woocommerce .posts-list--grid-2-cols .sticky.posts-list__item .button,
	.posts-list--grid-2-cols .sticky.posts-list__item .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-2-cols .sticky.posts-list__item a.checkout-button,
	.posts-list--grid-2-cols .sticky.posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--grid-2-cols .sticky.posts-list__item a.checkout-button, .posts-list--grid-2-cols .sticky.posts-list__item .woocommerce-account .button, .woocommerce-account .posts-list--grid-2-cols .sticky.posts-list__item .button, .posts-list--grid-2-cols .sticky.posts-list__item .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .posts-list--grid-2-cols .sticky.posts-list__item a.compare.button,
	.posts-list--grid-2-cols .sticky.posts-list__item .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
	.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-2-cols .sticky.posts-list__item a.compare.checkout-button,
	.posts-list--grid-2-cols .sticky.posts-list__item .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--grid-2-cols .sticky.posts-list__item a.compare.checkout-button, .posts-list--grid-3-cols .sticky.posts-list__item .btn, .posts-list--grid-3-cols .sticky.posts-list__item .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .posts-list--grid-3-cols .sticky.posts-list__item a.checkout-button,
	.posts-list--grid-3-cols .sticky.posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--grid-3-cols .sticky.posts-list__item a.checkout-button, .posts-list--grid-3-cols .sticky.posts-list__item .woocommerce .button, .woocommerce .posts-list--grid-3-cols .sticky.posts-list__item .button,
	.posts-list--grid-3-cols .sticky.posts-list__item .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-3-cols .sticky.posts-list__item a.checkout-button,
	.posts-list--grid-3-cols .sticky.posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--grid-3-cols .sticky.posts-list__item a.checkout-button, .posts-list--grid-3-cols .sticky.posts-list__item .woocommerce-account .button, .woocommerce-account .posts-list--grid-3-cols .sticky.posts-list__item .button, .posts-list--grid-3-cols .sticky.posts-list__item .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .posts-list--grid-3-cols .sticky.posts-list__item a.compare.button,
	.posts-list--grid-3-cols .sticky.posts-list__item .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
	.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-3-cols .sticky.posts-list__item a.compare.checkout-button,
	.posts-list--grid-3-cols .sticky.posts-list__item .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--grid-3-cols .sticky.posts-list__item a.compare.checkout-button {
		width: auto;
		height: auto;
		padding: 15px 19px;
	}
}

@media (min-width: 992px) {
	.sticky.posts-list__item .btn__text {
		display: inline-block;
	}

	.posts-list--masonry-2-cols .sticky.posts-list__item .btn__text, .posts-list--masonry-3-cols .sticky.posts-list__item .btn__text {
		display: none;
	}
}

.position-two-sidebars .sticky.posts-list__item .btn__text {
	display: none;
}

@media (min-width: 992px) {
	.sticky.posts-list__item .btn__icon {
		display: none;
	}

	.posts-list--masonry-2-cols .sticky.posts-list__item .btn__icon, .posts-list--masonry-3-cols .sticky.posts-list__item .btn__icon {
		display: inline-block;
	}
}

.position-two-sidebars .sticky.posts-list__item .btn__icon {
	display: inline-block;
}

.position-two-sidebars .sticky.posts-list__item .btn, .position-two-sidebars .sticky.posts-list__item .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .position-two-sidebars .sticky.posts-list__item a.checkout-button,
.position-two-sidebars .sticky.posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .position-two-sidebars .sticky.posts-list__item a.checkout-button, .position-two-sidebars .sticky.posts-list__item .woocommerce .button, .woocommerce .position-two-sidebars .sticky.posts-list__item .button,
.position-two-sidebars .sticky.posts-list__item .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .position-two-sidebars .sticky.posts-list__item a.checkout-button,
.position-two-sidebars .sticky.posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .position-two-sidebars .sticky.posts-list__item a.checkout-button, .position-two-sidebars .sticky.posts-list__item .woocommerce-account .button, .woocommerce-account .position-two-sidebars .sticky.posts-list__item .button, .position-two-sidebars .sticky.posts-list__item .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .position-two-sidebars .sticky.posts-list__item a.compare.button,
.position-two-sidebars .sticky.posts-list__item .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .position-two-sidebars .sticky.posts-list__item a.compare.checkout-button,
.position-two-sidebars .sticky.posts-list__item .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .position-two-sidebars .sticky.posts-list__item a.compare.checkout-button {
	padding: 0;
	width: 50px;
	height: 50px;
}

@media (min-width: 992px) {
	.posts-list--grid-2-cols .sticky .entry-title, .posts-list--grid-3-cols .sticky .entry-title {
		font-size: 30px;
	}
}

.posts-list--masonry-2-cols .posts-list__item, .posts-list--masonry-3-cols .posts-list__item {
	margin-top: 1.5em;
}

.posts-list--grid-2-cols .posts-list__item, .posts-list--grid-3-cols .posts-list__item {
	-webkit-display: flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.posts-list__item .entry-content p {
	margin: 0;
}

.posts-list__item a {
	text-decoration: none;
}

.posts-list__item .btn, .posts-list__item .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .posts-list__item a.checkout-button,
.posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list__item a.checkout-button, .posts-list__item .woocommerce .button, .woocommerce .posts-list__item .button,
.posts-list__item .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list__item a.checkout-button,
.posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list__item a.checkout-button, .posts-list__item .woocommerce-account .button, .woocommerce-account .posts-list__item .button, .posts-list__item .woocommerce .wishlist_table td.product-add-to-cart a.button, .woocommerce .wishlist_table td.product-add-to-cart .posts-list__item a.button, .posts-list__item .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout .posts-list__item a.checkout-button, .posts-list__item .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart a.checkout-button, .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart .posts-list__item a.checkout-button, .posts-list__item .woocommerce-account .wishlist_table td.product-add-to-cart a.button, .woocommerce-account .wishlist_table td.product-add-to-cart .posts-list__item a.button, .posts-list__item .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout .posts-list__item a.checkout-button, .posts-list__item .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .posts-list__item a.compare.button,
.posts-list__item .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list__item a.compare.checkout-button,
.posts-list__item .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list__item a.compare.checkout-button {
	width: 50px;
	height: 50px;
	padding: 0;
	text-align: center;
}

.posts-list__item .btn__text {
	display: none;
}

.posts-list__item .btn__icon {
	line-height: 50px;
}

@media (min-width: 992px) {
	.posts-list--default .posts-list__item .btn, .posts-list--default .posts-list__item .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .posts-list--default .posts-list__item a.checkout-button,
	.posts-list--default .posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--default .posts-list__item a.checkout-button, .posts-list--default .posts-list__item .woocommerce .button, .woocommerce .posts-list--default .posts-list__item .button,
	.posts-list--default .posts-list__item .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--default .posts-list__item a.checkout-button,
	.posts-list--default .posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--default .posts-list__item a.checkout-button, .posts-list--default .posts-list__item .woocommerce-account .button, .woocommerce-account .posts-list--default .posts-list__item .button, .posts-list--default .posts-list__item .woocommerce .wishlist_table td.product-add-to-cart a.button, .woocommerce .wishlist_table td.product-add-to-cart .posts-list--default .posts-list__item a.button, .posts-list--default .posts-list__item .woocommerce-account .wishlist_table td.product-add-to-cart a.button, .woocommerce-account .wishlist_table td.product-add-to-cart .posts-list--default .posts-list__item a.button, .posts-list--default .posts-list__item .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .posts-list--default .posts-list__item a.compare.button,
	.posts-list--default .posts-list__item .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
	.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--default .posts-list__item a.compare.checkout-button,
	.posts-list--default .posts-list__item .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--default .posts-list__item a.compare.checkout-button, .posts-list.sticky .posts-list__item .btn, .posts-list.sticky .posts-list__item .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .posts-list.sticky .posts-list__item a.checkout-button,
	.posts-list.sticky .posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list.sticky .posts-list__item a.checkout-button, .posts-list.sticky .posts-list__item .woocommerce .button, .woocommerce .posts-list.sticky .posts-list__item .button,
	.posts-list.sticky .posts-list__item .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list.sticky .posts-list__item a.checkout-button,
	.posts-list.sticky .posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list.sticky .posts-list__item a.checkout-button, .posts-list.sticky .posts-list__item .woocommerce-account .button, .woocommerce-account .posts-list.sticky .posts-list__item .button, .posts-list.sticky .posts-list__item .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .posts-list.sticky .posts-list__item a.compare.button,
	.posts-list.sticky .posts-list__item .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
	.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list.sticky .posts-list__item a.compare.checkout-button,
	.posts-list.sticky .posts-list__item .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list.sticky .posts-list__item a.compare.checkout-button {
		width: auto;
		height: auto;
		padding: 15px 19px;
	}
}

@media (min-width: 992px) {
	.posts-list--default .posts-list__item .btn__text, .posts-list.sticky .posts-list__item .btn__text {
		display: inline-block;
	}
}

@media (min-width: 992px) {
	.posts-list--default .posts-list__item .btn__icon, .posts-list.sticky .posts-list__item .btn__icon {
		display: none;
	}
}

.hentry {
	position: relative;
	margin: 0 0 10px;
	padding: 0;
	box-shadow: none;
	box-shadow: none;
	background: #fff;
	border-radius: 0;
}

@media (min-width: 992px) {
	.hentry {
		box-shadow: none;
	}
}

.single-post .hentry, .page .hentry {
	box-shadow: none;
	border-radius: 0;
	padding: 0;
}

.hentry.post {
	margin: 0 0 57px;
}

.entry-header .entry-title:first-child {
	margin-top: 0;
}

@media (min-width: 992px) {
	.entry-title {
		font-size: 30px;
	}
}

@media (min-width: 992px) {
	.posts-list--grid-2-cols .entry-title, .posts-list--grid-3-cols .entry-title, .posts-list--masonry-2-cols .entry-title, .posts-list--masonry-3-cols .entry-title {
		font-size: 20px;
	}
}

.entry-summary + .entry-meta, .entry-content + .entry-meta {
	margin-top: 15px;
}

.single .entry-meta span {
	margin: 0 25px 0 0;
}

.posts-list .entry-summary, .posts-list .entry-content {
	display: none;
}

@media (min-width: 768px) {
	.posts-list .entry-summary, .posts-list .entry-content {
		display: block;
	}
}

.entry-footer {
	position: relative;
}

.posts-list .entry-footer {
	margin: 25px -10px 0;
	padding-right: 10px;
	padding-left: 10px;
}

@media (min-width: 992px) {
	.posts-list .entry-footer {
		margin-right: -30px;
		margin-left: -30px;
		padding-right: 30px;
		padding-left: 30px;
	}
}

.entry-footer .btn, .entry-footer .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .entry-footer a.checkout-button,
.entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .entry-footer a.checkout-button, .entry-footer .woocommerce .button, .woocommerce .entry-footer .button,
.entry-footer .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .entry-footer a.checkout-button,
.entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .entry-footer a.checkout-button, .entry-footer .woocommerce-account .button, .woocommerce-account .entry-footer .button, .entry-footer .woocommerce .wishlist_table td.product-add-to-cart a.button, .woocommerce .wishlist_table td.product-add-to-cart .entry-footer a.button, .entry-footer .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout .entry-footer a.checkout-button, .entry-footer .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart a.checkout-button, .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart .entry-footer a.checkout-button, .entry-footer .woocommerce-account .wishlist_table td.product-add-to-cart a.button, .woocommerce-account .wishlist_table td.product-add-to-cart .entry-footer a.button, .entry-footer .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout .entry-footer a.checkout-button, .entry-footer .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .entry-footer a.compare.button,
.entry-footer .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .entry-footer a.compare.checkout-button,
.entry-footer .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .entry-footer a.compare.checkout-button {
	float: right;
	margin-top: 10px;
}

@media (min-width: 992px) {
	.entry-footer .btn, .entry-footer .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .entry-footer a.checkout-button,
	.entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce .entry-footer a.checkout-button, .entry-footer .woocommerce .button, .woocommerce .entry-footer .button,
	.entry-footer .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .entry-footer a.checkout-button,
	.entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .entry-footer a.checkout-button, .entry-footer .woocommerce-account .button, .woocommerce-account .entry-footer .button, .entry-footer .woocommerce .wishlist_table td.product-add-to-cart a.button, .woocommerce .wishlist_table td.product-add-to-cart .entry-footer a.button, .entry-footer .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout .entry-footer a.checkout-button, .entry-footer .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart a.checkout-button, .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart .entry-footer a.checkout-button, .entry-footer .woocommerce-account .wishlist_table td.product-add-to-cart a.button, .woocommerce-account .wishlist_table td.product-add-to-cart .entry-footer a.button, .entry-footer .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout .entry-footer a.checkout-button, .entry-footer .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .entry-footer a.compare.button,
	.entry-footer .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
	.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .entry-footer a.compare.checkout-button,
	.entry-footer .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .entry-footer a.compare.checkout-button {
		margin-top: 30px;
	}
}

.posts-list .entry-footer .btn:before, .posts-list .entry-footer .woocommerce .wc-proceed-to-checkout a.checkout-button:before, .woocommerce .wc-proceed-to-checkout .posts-list .entry-footer a.checkout-button:before,
.posts-list .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button:before,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list .entry-footer a.checkout-button:before, .posts-list .entry-footer .woocommerce .button:before, .woocommerce .posts-list .entry-footer .button:before,
.posts-list .entry-footer .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button:before,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list .entry-footer a.checkout-button:before,
.posts-list .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button:before,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list .entry-footer a.checkout-button:before, .posts-list .entry-footer .woocommerce-account .button:before, .woocommerce-account .posts-list .entry-footer .button:before, .posts-list .entry-footer .woocommerce .wishlist_table td.product-add-to-cart a.button:before, .woocommerce .wishlist_table td.product-add-to-cart .posts-list .entry-footer a.button:before, .posts-list .entry-footer .woocommerce-account .wishlist_table td.product-add-to-cart a.button:before, .woocommerce-account .wishlist_table td.product-add-to-cart .posts-list .entry-footer a.button:before, .posts-list .entry-footer .yith-woocompare-widget a.compare.button:before, .yith-woocompare-widget .posts-list .entry-footer a.compare.button:before,
.posts-list .entry-footer .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button:before,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list .entry-footer a.compare.checkout-button:before,
.posts-list .entry-footer .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button:before,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list .entry-footer a.compare.checkout-button:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	content: '';
	height: 1px;
	background-color: #e0e0e8;
	pointer-events: none;
}

.post-thumbnail__link.post-thumbnail--small {
	display: block;
	margin-bottom: 15px;
	text-align: center;
}

@media (min-width: 992px) {
	.post-thumbnail__link.post-thumbnail--small {
		float: left;
		margin-right: 30px;
		text-align: left;
	}
}

.post-thumbnail__img {
	display: inline-block;
	vertical-align: top;
}

.posts-list .post-thumbnail__img {
	transform: none !important;
	transition: none !important;
}

.entry-header + .post-thumbnail > .post-thumbnail__img {
	margin-top: 25px;
}

.post-thumbnail--fullwidth .post-thumbnail__img {
	width: 100%;
}

.posts-list .post-thumbnail--fullwidth {
	display: block;
	margin: -10px -10px 10px;
}

.posts-list .post-thumbnail--fullwidth:first-child img {
	border-radius: 0 0 0 0;
}

@media (min-width: 992px) {
	.posts-list .post-thumbnail--fullwidth {
		margin: -30px -30px 25px;
	}
}

.posts-list .post__cats, .single-post .post__cats {
	position: static;
}

.post__cats a {
	display: inline-block;
	vertical-align: top;
	background-color: #388df8;
	color: #fff;
	padding: 0 6px;
	margin: 0 0 3px 0;
	text-decoration: none;
	line-height: 22px;
}

.has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 99;
}

@media (min-width: 992px) {
	.has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {
		top: 30px;
	}
}

.post-format-wrap .post__cats {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 99;
}

@media (min-width: 992px) {
	.post-format-wrap .post__cats {
		top: 30px;
		left: 30px;
	}
}

.post__date, .post__comments {
	margin-right: 30px;
}

@media (max-width: 1500px) {
	.post__date, .post__comments {
		margin-right: 15px;
	}
}

@media (min-width: 1201px) and (max-width: 1360px) {
	.post__date, .post__comments {
		display: block;
	}
}

.post__date .material-icons, .post__comments .material-icons, .post__tags .material-icons {
	font-size: 16px;
	margin-right: 10px;
	vertical-align: middle;
}

.single-post .post__tags {
	margin-top: 15px;
}

@media (min-width: 544px) {
	.single-post .post__tags {
		float: left;
	}
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 12px 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 15px;
}

.position-two-sidebars #sidebar-secondary {
	order: 1;
}

.position-two-sidebars #primary {
	order: 0;
}

.position-two-sidebars #sidebar-primary {
	order: 2;
}

@media (min-width: 768px) {
	.position-two-sidebars #sidebar-secondary {
		order: 0;
	}

	.position-two-sidebars #primary {
		order: 1;
	}

	.position-two-sidebars #sidebar-primary {
		order: 2;
	}
}

.sidebar-primary,
.sidebar-secondary,
.sidebar-shop {
	padding-top: 10px;
}

.sidebar-primary .widget,
.sidebar-secondary .widget,
.sidebar-shop .widget {
	margin-bottom: 50px;
}

.sidebar-primary .widget .search-form__submit.btn, .sidebar-primary .widget .woocommerce .wc-proceed-to-checkout a.search-form__submit.checkout-button, .woocommerce .wc-proceed-to-checkout .sidebar-primary .widget a.search-form__submit.checkout-button,
.sidebar-primary .widget .woocommerce-page .wc-proceed-to-checkout .woocommerce a.search-form__submit.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-primary .widget a.search-form__submit.checkout-button, .sidebar-primary .widget .woocommerce .search-form__submit.button, .woocommerce .sidebar-primary .widget .search-form__submit.button,
.sidebar-primary .widget .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.search-form__submit.checkout-button,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-primary .widget a.search-form__submit.checkout-button,
.sidebar-primary .widget .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.search-form__submit.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-primary .widget a.search-form__submit.checkout-button, .sidebar-primary .widget .woocommerce-account .search-form__submit.button, .woocommerce-account .sidebar-primary .widget .search-form__submit.button, .sidebar-primary .widget .yith-woocompare-widget a.search-form__submit.compare.button, .yith-woocompare-widget .sidebar-primary .widget a.search-form__submit.compare.button,
.sidebar-primary .widget .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.search-form__submit.compare.checkout-button,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-primary .widget a.search-form__submit.compare.checkout-button,
.sidebar-primary .widget .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.search-form__submit.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-primary .widget a.search-form__submit.compare.checkout-button,
.sidebar-secondary .widget .search-form__submit.btn,
.sidebar-secondary .widget .woocommerce .wc-proceed-to-checkout a.search-form__submit.checkout-button,
.woocommerce .wc-proceed-to-checkout .sidebar-secondary .widget a.search-form__submit.checkout-button,
.sidebar-secondary .widget .woocommerce-page .wc-proceed-to-checkout .woocommerce a.search-form__submit.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-secondary .widget a.search-form__submit.checkout-button,
.sidebar-secondary .widget .woocommerce .search-form__submit.button,
.woocommerce .sidebar-secondary .widget .search-form__submit.button,
.sidebar-secondary .widget .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.search-form__submit.checkout-button,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-secondary .widget a.search-form__submit.checkout-button,
.sidebar-secondary .widget .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.search-form__submit.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-secondary .widget a.search-form__submit.checkout-button,
.sidebar-secondary .widget .woocommerce-account .search-form__submit.button,
.woocommerce-account .sidebar-secondary .widget .search-form__submit.button,
.sidebar-secondary .widget .yith-woocompare-widget a.search-form__submit.compare.button,
.yith-woocompare-widget .sidebar-secondary .widget a.search-form__submit.compare.button,
.sidebar-secondary .widget .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.search-form__submit.compare.checkout-button,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-secondary .widget a.search-form__submit.compare.checkout-button,
.sidebar-secondary .widget .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.search-form__submit.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-secondary .widget a.search-form__submit.compare.checkout-button,
.sidebar-shop .widget .search-form__submit.btn,
.sidebar-shop .widget .woocommerce .wc-proceed-to-checkout a.search-form__submit.checkout-button,
.woocommerce .wc-proceed-to-checkout .sidebar-shop .widget a.search-form__submit.checkout-button,
.sidebar-shop .widget .woocommerce-page .wc-proceed-to-checkout .woocommerce a.search-form__submit.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-shop .widget a.search-form__submit.checkout-button,
.sidebar-shop .widget .woocommerce .search-form__submit.button,
.woocommerce .sidebar-shop .widget .search-form__submit.button,
.sidebar-shop .widget .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.search-form__submit.checkout-button,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-shop .widget a.search-form__submit.checkout-button,
.sidebar-shop .widget .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.search-form__submit.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-shop .widget a.search-form__submit.checkout-button,
.sidebar-shop .widget .woocommerce-account .search-form__submit.button,
.woocommerce-account .sidebar-shop .widget .search-form__submit.button,
.sidebar-shop .widget .yith-woocompare-widget a.search-form__submit.compare.button,
.yith-woocompare-widget .sidebar-shop .widget a.search-form__submit.compare.button,
.sidebar-shop .widget .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.search-form__submit.compare.checkout-button,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-shop .widget a.search-form__submit.compare.checkout-button,
.sidebar-shop .widget .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.search-form__submit.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-shop .widget a.search-form__submit.compare.checkout-button {
	padding: 15px 21px;
	min-width: 104px;
}

.sidebar-primary .widget_recent_reviews, .sidebar-primary .widget_top_rated_products, .sidebar-primary .widget_products,
.sidebar-secondary .widget_recent_reviews,
.sidebar-secondary .widget_top_rated_products,
.sidebar-secondary .widget_products,
.sidebar-shop .widget_recent_reviews,
.sidebar-shop .widget_top_rated_products,
.sidebar-shop .widget_products {
	margin-bottom: 30px;
}

.sidebar-primary .widget_recent_reviews .product_list_widget li, .sidebar-primary .widget_top_rated_products .product_list_widget li, .sidebar-primary .widget_products .product_list_widget li,
.sidebar-secondary .widget_recent_reviews .product_list_widget li,
.sidebar-secondary .widget_top_rated_products .product_list_widget li,
.sidebar-secondary .widget_products .product_list_widget li,
.sidebar-shop .widget_recent_reviews .product_list_widget li,
.sidebar-shop .widget_top_rated_products .product_list_widget li,
.sidebar-shop .widget_products .product_list_widget li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 0 10px 0;
}

.sidebar-primary .widget_recent_reviews .product_list_widget li img, .sidebar-primary .widget_top_rated_products .product_list_widget li img, .sidebar-primary .widget_products .product_list_widget li img,
.sidebar-secondary .widget_recent_reviews .product_list_widget li img,
.sidebar-secondary .widget_top_rated_products .product_list_widget li img,
.sidebar-secondary .widget_products .product_list_widget li img,
.sidebar-shop .widget_recent_reviews .product_list_widget li img,
.sidebar-shop .widget_top_rated_products .product_list_widget li img,
.sidebar-shop .widget_products .product_list_widget li img {
	margin-left: 0;
}

.sidebar-primary .widget_recent_reviews .product_list_widget li .reviewer, .sidebar-primary .widget_top_rated_products .product_list_widget li .reviewer, .sidebar-primary .widget_products .product_list_widget li .reviewer,
.sidebar-secondary .widget_recent_reviews .product_list_widget li .reviewer,
.sidebar-secondary .widget_top_rated_products .product_list_widget li .reviewer,
.sidebar-secondary .widget_products .product_list_widget li .reviewer,
.sidebar-shop .widget_recent_reviews .product_list_widget li .reviewer,
.sidebar-shop .widget_top_rated_products .product_list_widget li .reviewer,
.sidebar-shop .widget_products .product_list_widget li .reviewer {
	-webkit-transform: translateY(-7px);
	transform: translateY(-7px);
}

.sidebar-primary .widget_recent_reviews .product_list_widget li .widget_title_product, .sidebar-primary .widget_top_rated_products .product_list_widget li .widget_title_product, .sidebar-primary .widget_products .product_list_widget li .widget_title_product,
.sidebar-secondary .widget_recent_reviews .product_list_widget li .widget_title_product,
.sidebar-secondary .widget_top_rated_products .product_list_widget li .widget_title_product,
.sidebar-secondary .widget_products .product_list_widget li .widget_title_product,
.sidebar-shop .widget_recent_reviews .product_list_widget li .widget_title_product,
.sidebar-shop .widget_top_rated_products .product_list_widget li .widget_title_product,
.sidebar-shop .widget_products .product_list_widget li .widget_title_product {
	margin-top: -6px;
}

.sidebar-primary .widget_recent_reviews .product_list_widget li .star-rating, .sidebar-primary .widget_top_rated_products .product_list_widget li .star-rating, .sidebar-primary .widget_products .product_list_widget li .star-rating,
.sidebar-secondary .widget_recent_reviews .product_list_widget li .star-rating,
.sidebar-secondary .widget_top_rated_products .product_list_widget li .star-rating,
.sidebar-secondary .widget_products .product_list_widget li .star-rating,
.sidebar-shop .widget_recent_reviews .product_list_widget li .star-rating,
.sidebar-shop .widget_top_rated_products .product_list_widget li .star-rating,
.sidebar-shop .widget_products .product_list_widget li .star-rating {
	margin-top: 7px;
	margin-bottom: 20px;
}

.sidebar-primary .widget_recent_reviews .product_list_widget li .product_title_link + .amount, .sidebar-primary .widget_top_rated_products .product_list_widget li .product_title_link + .amount, .sidebar-primary .widget_products .product_list_widget li .product_title_link + .amount,
.sidebar-secondary .widget_recent_reviews .product_list_widget li .product_title_link + .amount,
.sidebar-secondary .widget_top_rated_products .product_list_widget li .product_title_link + .amount,
.sidebar-secondary .widget_products .product_list_widget li .product_title_link + .amount,
.sidebar-shop .widget_recent_reviews .product_list_widget li .product_title_link + .amount,
.sidebar-shop .widget_top_rated_products .product_list_widget li .product_title_link + .amount,
.sidebar-shop .widget_products .product_list_widget li .product_title_link + .amount {
	margin-right: 4px;
}

.sidebar-primary .widget_recent_reviews .product_list_widget li .amount, .sidebar-primary .widget_top_rated_products .product_list_widget li .amount, .sidebar-primary .widget_products .product_list_widget li .amount,
.sidebar-secondary .widget_recent_reviews .product_list_widget li .amount,
.sidebar-secondary .widget_top_rated_products .product_list_widget li .amount,
.sidebar-secondary .widget_products .product_list_widget li .amount,
.sidebar-shop .widget_recent_reviews .product_list_widget li .amount,
.sidebar-shop .widget_top_rated_products .product_list_widget li .amount,
.sidebar-shop .widget_products .product_list_widget li .amount {
	display: inline-block;
}

.sidebar-primary .widget_recent_reviews .product_list_widget li ins, .sidebar-primary .widget_top_rated_products .product_list_widget li ins, .sidebar-primary .widget_products .product_list_widget li ins,
.sidebar-secondary .widget_recent_reviews .product_list_widget li ins,
.sidebar-secondary .widget_top_rated_products .product_list_widget li ins,
.sidebar-secondary .widget_products .product_list_widget li ins,
.sidebar-shop .widget_recent_reviews .product_list_widget li ins,
.sidebar-shop .widget_top_rated_products .product_list_widget li ins,
.sidebar-shop .widget_products .product_list_widget li ins {
	padding: 0 4px 0 0;
}

.sidebar-primary .widget_recent_reviews .product_list_widget li + li, .sidebar-primary .widget_top_rated_products .product_list_widget li + li, .sidebar-primary .widget_products .product_list_widget li + li,
.sidebar-secondary .widget_recent_reviews .product_list_widget li + li,
.sidebar-secondary .widget_top_rated_products .product_list_widget li + li,
.sidebar-secondary .widget_products .product_list_widget li + li,
.sidebar-shop .widget_recent_reviews .product_list_widget li + li,
.sidebar-shop .widget_top_rated_products .product_list_widget li + li,
.sidebar-shop .widget_products .product_list_widget li + li {
	border-top: none;
	margin-top: 0;
}

.sidebar-primary .mc4wp-form .mc4wp-form-fields label,
.sidebar-secondary .mc4wp-form .mc4wp-form-fields label,
.sidebar-shop .mc4wp-form .mc4wp-form-fields label {
	display: none;
}

.sidebar-primary .mc4wp-form .mc4wp-form-fields p,
.sidebar-secondary .mc4wp-form .mc4wp-form-fields p,
.sidebar-shop .mc4wp-form .mc4wp-form-fields p {
	display: inline-block;
}

.sidebar-primary .widget_recent_comments .recentcomments:before, .sidebar-primary .widget_recent_comments .recentcomments:after,
.sidebar-secondary .widget_recent_comments .recentcomments:before,
.sidebar-secondary .widget_recent_comments .recentcomments:after,
.sidebar-shop .widget_recent_comments .recentcomments:before,
.sidebar-shop .widget_recent_comments .recentcomments:after {
	display: table;
	content: "";
	line-height: 0;
}

.sidebar-primary .widget_recent_comments .recentcomments:after,
.sidebar-secondary .widget_recent_comments .recentcomments:after,
.sidebar-shop .widget_recent_comments .recentcomments:after {
	clear: both;
}

.sidebar-primary .widget_recent_comments .recentcomments .comment-author-link, .sidebar-primary .widget_recent_comments .recentcomments a,
.sidebar-secondary .widget_recent_comments .recentcomments .comment-author-link,
.sidebar-secondary .widget_recent_comments .recentcomments a,
.sidebar-shop .widget_recent_comments .recentcomments .comment-author-link,
.sidebar-shop .widget_recent_comments .recentcomments a {
	float: left;
}

.sidebar-primary .widget_recent_comments .recentcomments .comment-author-link,
.sidebar-secondary .widget_recent_comments .recentcomments .comment-author-link,
.sidebar-shop .widget_recent_comments .recentcomments .comment-author-link {
	margin-right: 4px;
}

.sidebar-primary .widget_recent_comments .recentcomments a,
.sidebar-secondary .widget_recent_comments .recentcomments a,
.sidebar-shop .widget_recent_comments .recentcomments a {
	clear: both;
}

.sidebar-primary .widget_recent_comments .recentcomments + li,
.sidebar-secondary .widget_recent_comments .recentcomments + li,
.sidebar-shop .widget_recent_comments .recentcomments + li {
	border-top: none;
}

.sidebar-primary .widget_carousel .swiper-carousel-container .swiper-wrapper .post,
.sidebar-secondary .widget_carousel .swiper-carousel-container .swiper-wrapper .post,
.sidebar-shop .widget_carousel .swiper-carousel-container .swiper-wrapper .post {
	box-shadow: none;
	margin: 0 0 10px;
}

.sidebar-primary .widget_carousel .swiper-carousel-container .swiper-wrapper .post .post-thumbnail__link,
.sidebar-secondary .widget_carousel .swiper-carousel-container .swiper-wrapper .post .post-thumbnail__link,
.sidebar-shop .widget_carousel .swiper-carousel-container .swiper-wrapper .post .post-thumbnail__link {
	margin-bottom: 10px;
}

.sidebar-primary .widget_carousel .swiper-carousel-container .swiper-wrapper .swiper-slide .inner .entry-header,
.sidebar-secondary .widget_carousel .swiper-carousel-container .swiper-wrapper .swiper-slide .inner .entry-header,
.sidebar-shop .widget_carousel .swiper-carousel-container .swiper-wrapper .swiper-slide .inner .entry-header {
	margin-bottom: 5px;
}

.sidebar-primary .widget_carousel .swiper-carousel-container .swiper-wrapper .swiper-slide.post,
.sidebar-secondary .widget_carousel .swiper-carousel-container .swiper-wrapper .swiper-slide.post,
.sidebar-shop .widget_carousel .swiper-carousel-container .swiper-wrapper .swiper-slide.post {
	margin-bottom: 10px;
}

.sidebar-primary .widget_carousel .swiper-carousel-container .swiper-button-next, .sidebar-primary .widget_carousel .swiper-carousel-container .swiper-button-prev,
.sidebar-secondary .widget_carousel .swiper-carousel-container .swiper-button-next,
.sidebar-secondary .widget_carousel .swiper-carousel-container .swiper-button-prev,
.sidebar-shop .widget_carousel .swiper-carousel-container .swiper-button-next,
.sidebar-shop .widget_carousel .swiper-carousel-container .swiper-button-prev {
	top: 34%;
}

.sidebar-primary .widget_carousel .swiper-carousel-container .swiper-button-next:after, .sidebar-primary .widget_carousel .swiper-carousel-container .swiper-button-prev:after,
.sidebar-secondary .widget_carousel .swiper-carousel-container .swiper-button-next:after,
.sidebar-secondary .widget_carousel .swiper-carousel-container .swiper-button-prev:after,
.sidebar-shop .widget_carousel .swiper-carousel-container .swiper-button-next:after,
.sidebar-shop .widget_carousel .swiper-carousel-container .swiper-button-prev:after {
	line-height: 30px;
}

.sidebar-primary aside.widget.tm_about_store_widget,
.sidebar-secondary aside.widget.tm_about_store_widget,
.sidebar-shop aside.widget.tm_about_store_widget {
	min-height: 0;
	padding: 21px 20px 12px;
	border-top: none;
	margin-bottom: 0;
}

.sidebar-primary aside.widget.tm_about_store_widget .textwidget,
.sidebar-secondary aside.widget.tm_about_store_widget .textwidget,
.sidebar-shop aside.widget.tm_about_store_widget .textwidget {
	margin-top: 16px;
	margin-bottom: 0;
}

.sidebar-primary aside.widget.tm_about_store_widget .btn, .sidebar-primary aside.widget.tm_about_store_widget .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .sidebar-primary aside.widget.tm_about_store_widget a.checkout-button,
.sidebar-primary aside.widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-primary aside.widget.tm_about_store_widget a.checkout-button, .sidebar-primary aside.widget.tm_about_store_widget .woocommerce .button, .woocommerce .sidebar-primary aside.widget.tm_about_store_widget .button,
.sidebar-primary aside.widget.tm_about_store_widget .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-primary aside.widget.tm_about_store_widget a.checkout-button,
.sidebar-primary aside.widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-primary aside.widget.tm_about_store_widget a.checkout-button, .sidebar-primary aside.widget.tm_about_store_widget .woocommerce-account .button, .woocommerce-account .sidebar-primary aside.widget.tm_about_store_widget .button, .sidebar-primary aside.widget.tm_about_store_widget .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .sidebar-primary aside.widget.tm_about_store_widget a.compare.button,
.sidebar-primary aside.widget.tm_about_store_widget .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-primary aside.widget.tm_about_store_widget a.compare.checkout-button,
.sidebar-primary aside.widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-primary aside.widget.tm_about_store_widget a.compare.checkout-button,
.sidebar-secondary aside.widget.tm_about_store_widget .btn,
.sidebar-secondary aside.widget.tm_about_store_widget .woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce .wc-proceed-to-checkout .sidebar-secondary aside.widget.tm_about_store_widget a.checkout-button,
.sidebar-secondary aside.widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-secondary aside.widget.tm_about_store_widget a.checkout-button,
.sidebar-secondary aside.widget.tm_about_store_widget .woocommerce .button,
.woocommerce .sidebar-secondary aside.widget.tm_about_store_widget .button,
.sidebar-secondary aside.widget.tm_about_store_widget .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-secondary aside.widget.tm_about_store_widget a.checkout-button,
.sidebar-secondary aside.widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-secondary aside.widget.tm_about_store_widget a.checkout-button,
.sidebar-secondary aside.widget.tm_about_store_widget .woocommerce-account .button,
.woocommerce-account .sidebar-secondary aside.widget.tm_about_store_widget .button,
.sidebar-secondary aside.widget.tm_about_store_widget .yith-woocompare-widget a.compare.button,
.yith-woocompare-widget .sidebar-secondary aside.widget.tm_about_store_widget a.compare.button,
.sidebar-secondary aside.widget.tm_about_store_widget .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-secondary aside.widget.tm_about_store_widget a.compare.checkout-button,
.sidebar-secondary aside.widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-secondary aside.widget.tm_about_store_widget a.compare.checkout-button,
.sidebar-shop aside.widget.tm_about_store_widget .btn,
.sidebar-shop aside.widget.tm_about_store_widget .woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce .wc-proceed-to-checkout .sidebar-shop aside.widget.tm_about_store_widget a.checkout-button,
.sidebar-shop aside.widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-shop aside.widget.tm_about_store_widget a.checkout-button,
.sidebar-shop aside.widget.tm_about_store_widget .woocommerce .button,
.woocommerce .sidebar-shop aside.widget.tm_about_store_widget .button,
.sidebar-shop aside.widget.tm_about_store_widget .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-shop aside.widget.tm_about_store_widget a.checkout-button,
.sidebar-shop aside.widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-shop aside.widget.tm_about_store_widget a.checkout-button,
.sidebar-shop aside.widget.tm_about_store_widget .woocommerce-account .button,
.woocommerce-account .sidebar-shop aside.widget.tm_about_store_widget .button,
.sidebar-shop aside.widget.tm_about_store_widget .yith-woocompare-widget a.compare.button,
.yith-woocompare-widget .sidebar-shop aside.widget.tm_about_store_widget a.compare.button,
.sidebar-shop aside.widget.tm_about_store_widget .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-shop aside.widget.tm_about_store_widget a.compare.checkout-button,
.sidebar-shop aside.widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-shop aside.widget.tm_about_store_widget a.compare.checkout-button {
	margin-top: 7px;
	margin-bottom: 15px;
}

.sidebar-primary aside.widget.tm_about_store_widget .widget-title,
.sidebar-secondary aside.widget.tm_about_store_widget .widget-title,
.sidebar-shop aside.widget.tm_about_store_widget .widget-title {
	margin-bottom: 18px;
}

.sidebar-primary aside.widget.tm_about_store_widget .widget-title span,
.sidebar-secondary aside.widget.tm_about_store_widget .widget-title span,
.sidebar-shop aside.widget.tm_about_store_widget .widget-title span {
	display: block;
}

.sidebar-primary aside.widget.tm_about_store_widget h5,
.sidebar-secondary aside.widget.tm_about_store_widget h5,
.sidebar-shop aside.widget.tm_about_store_widget h5 {
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 7px;
}

.sidebar-primary aside.widget.tm_about_store_widget p + p,
.sidebar-secondary aside.widget.tm_about_store_widget p + p,
.sidebar-shop aside.widget.tm_about_store_widget p + p {
	margin-top: 10px;
}

.sidebar-primary aside.widget.tm_about_store_widget + .widget,
.sidebar-secondary aside.widget.tm_about_store_widget + .widget,
.sidebar-shop aside.widget.tm_about_store_widget + .widget {
	border-top: none;
}

.sidebar-primary .widget_recent_entries li,
.sidebar-secondary .widget_recent_entries li,
.sidebar-shop .widget_recent_entries li {
	font-style: italic;
}

.sidebar-primary .widget_recent_entries li:before, .sidebar-primary .widget_recent_entries li:after,
.sidebar-secondary .widget_recent_entries li:before,
.sidebar-secondary .widget_recent_entries li:after,
.sidebar-shop .widget_recent_entries li:before,
.sidebar-shop .widget_recent_entries li:after {
	display: table;
	content: "";
	line-height: 0;
}

.sidebar-primary .widget_recent_entries li:after,
.sidebar-secondary .widget_recent_entries li:after,
.sidebar-shop .widget_recent_entries li:after {
	clear: both;
}

.sidebar-primary .widget_recent_entries li .post-author,
.sidebar-secondary .widget_recent_entries li .post-author,
.sidebar-shop .widget_recent_entries li .post-author {
	float: left;
}

.sidebar-primary .widget_recent_entries li .post-author a,
.sidebar-secondary .widget_recent_entries li .post-author a,
.sidebar-shop .widget_recent_entries li .post-author a {
	font-style: normal;
}

.sidebar-primary .widget_recent_entries li > a,
.sidebar-secondary .widget_recent_entries li > a,
.sidebar-shop .widget_recent_entries li > a {
	float: left;
	clear: both;
	font-size: 16px;
	font-style: normal;
}

.sidebar-primary .widget_search .widget-title,
.sidebar-secondary .widget_search .widget-title,
.sidebar-shop .widget_search .widget-title {
	margin-bottom: 12px;
}

.sidebar-primary .widget_search input[type="search"],
.sidebar-secondary .widget_search input[type="search"],
.sidebar-shop .widget_search input[type="search"] {
	color: #888;
}

.sidebar-primary .widget_search input[type="search"]::-webkit-input-placeholder,
.sidebar-secondary .widget_search input[type="search"]::-webkit-input-placeholder,
.sidebar-shop .widget_search input[type="search"]::-webkit-input-placeholder {
	color: #888;
}

.sidebar-primary .widget_search input[type="search"]::-moz-placeholder,
.sidebar-secondary .widget_search input[type="search"]::-moz-placeholder,
.sidebar-shop .widget_search input[type="search"]::-moz-placeholder {
	color: #888;
}

.sidebar-primary .widget_search input[type="search"]:-moz-placeholder,
.sidebar-secondary .widget_search input[type="search"]:-moz-placeholder,
.sidebar-shop .widget_search input[type="search"]:-moz-placeholder {
	color: #888;
}

.sidebar-primary .widget_search input[type="search"]:-ms-input-placeholder,
.sidebar-secondary .widget_search input[type="search"]:-ms-input-placeholder,
.sidebar-shop .widget_search input[type="search"]:-ms-input-placeholder {
	color: #888;
}

.sidebar-primary .widget_archive .widget-title,
.sidebar-secondary .widget_archive .widget-title,
.sidebar-shop .widget_archive .widget-title {
	margin-bottom: 16px;
}

.sidebar-primary .widget_product_categories .count,
.sidebar-secondary .widget_product_categories .count,
.sidebar-shop .widget_product_categories .count {
	float: right;
}

.sidebar-primary .widget_categories .widget-title,
.sidebar-secondary .widget_categories .widget-title,
.sidebar-shop .widget_categories .widget-title {
	margin-bottom: 17px;
}

.sidebar-primary .widget_recent_entries .widget-title,
.sidebar-secondary .widget_recent_entries .widget-title,
.sidebar-shop .widget_recent_entries .widget-title {
	margin-bottom: 19px;
}

.sidebar-primary .widget_recent_entries .post-author__link,
.sidebar-secondary .widget_recent_entries .post-author__link,
.sidebar-shop .widget_recent_entries .post-author__link {
	margin-bottom: 1px;
}

.sidebar-primary .widget_recent_entries li:before, .sidebar-primary .widget_recent_entries li:after,
.sidebar-secondary .widget_recent_entries li:before,
.sidebar-secondary .widget_recent_entries li:after,
.sidebar-shop .widget_recent_entries li:before,
.sidebar-shop .widget_recent_entries li:after {
	display: table;
	content: "";
	line-height: 0;
}

.sidebar-primary .widget_recent_entries li:after,
.sidebar-secondary .widget_recent_entries li:after,
.sidebar-shop .widget_recent_entries li:after {
	clear: both;
}

.sidebar-primary .widget_recent_entries .post-date,
.sidebar-secondary .widget_recent_entries .post-date,
.sidebar-shop .widget_recent_entries .post-date {
	float: left;
	display: block;
	width: 100%;
	margin-left: 0;
}

.sidebar-primary .widget_recent_entries .post-date:before,
.sidebar-secondary .widget_recent_entries .post-date:before,
.sidebar-shop .widget_recent_entries .post-date:before {
	display: none;
}

.sidebar-primary .widget_recent_entries li + li,
.sidebar-secondary .widget_recent_entries li + li,
.sidebar-shop .widget_recent_entries li + li {
	margin-top: 4px;
}

.sidebar-primary .widget_recent_reviews .widget-title,
.sidebar-secondary .widget_recent_reviews .widget-title,
.sidebar-shop .widget_recent_reviews .widget-title {
	margin-bottom: 25px;
}

.sidebar-primary .widget_product_tag_cloud,
.sidebar-secondary .widget_product_tag_cloud,
.sidebar-shop .widget_product_tag_cloud {
	padding-top: 58px;
	margin-bottom: 57px;
}

.sidebar-primary .widget_product_tag_cloud .widget-title,
.sidebar-secondary .widget_product_tag_cloud .widget-title,
.sidebar-shop .widget_product_tag_cloud .widget-title {
	margin-bottom: 19px;
}

.sidebar-primary .widget_recent_comments,
.sidebar-secondary .widget_recent_comments,
.sidebar-shop .widget_recent_comments {
	margin-bottom: 58px;
}

.sidebar-primary .widget_recent_comments .widget-title,
.sidebar-secondary .widget_recent_comments .widget-title,
.sidebar-shop .widget_recent_comments .widget-title {
	margin-bottom: 19px;
}

.sidebar-primary .widget_product_categories .widget-title,
.sidebar-secondary .widget_product_categories .widget-title,
.sidebar-shop .widget_product_categories .widget-title {
	margin-bottom: 18px;
}

.sidebar-primary .widget_price_filter,
.sidebar-secondary .widget_price_filter,
.sidebar-shop .widget_price_filter {
	margin-bottom: 58px;
}

.sidebar-primary .woocommerce-product-search,
.sidebar-secondary .woocommerce-product-search,
.sidebar-shop .woocommerce-product-search {
	margin: 0;
	padding: 10px 0;
	display: flex;
}

.sidebar-primary .woocommerce-product-search button,
.sidebar-secondary .woocommerce-product-search button,
.sidebar-shop .woocommerce-product-search button {
	margin-left: 10px;
	line-height: 1;
	padding: 15px 19px 12px;
}

.sidebar-primary .widget.tm_about_store_widget .textwidget,
.sidebar-secondary .widget.tm_about_store_widget .textwidget,
.sidebar-shop .widget.tm_about_store_widget .textwidget {
	margin-bottom: 6px;
}

.sidebar-primary .widget.tm_about_store_widget .btn, .sidebar-primary .widget.tm_about_store_widget .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .sidebar-primary .widget.tm_about_store_widget a.checkout-button,
.sidebar-primary .widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-primary .widget.tm_about_store_widget a.checkout-button, .sidebar-primary .widget.tm_about_store_widget .woocommerce .button, .woocommerce .sidebar-primary .widget.tm_about_store_widget .button,
.sidebar-primary .widget.tm_about_store_widget .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-primary .widget.tm_about_store_widget a.checkout-button,
.sidebar-primary .widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-primary .widget.tm_about_store_widget a.checkout-button, .sidebar-primary .widget.tm_about_store_widget .woocommerce-account .button, .woocommerce-account .sidebar-primary .widget.tm_about_store_widget .button, .sidebar-primary .widget.tm_about_store_widget .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .sidebar-primary .widget.tm_about_store_widget a.compare.button,
.sidebar-primary .widget.tm_about_store_widget .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-primary .widget.tm_about_store_widget a.compare.checkout-button,
.sidebar-primary .widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-primary .widget.tm_about_store_widget a.compare.checkout-button,
.sidebar-secondary .widget.tm_about_store_widget .btn,
.sidebar-secondary .widget.tm_about_store_widget .woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce .wc-proceed-to-checkout .sidebar-secondary .widget.tm_about_store_widget a.checkout-button,
.sidebar-secondary .widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-secondary .widget.tm_about_store_widget a.checkout-button,
.sidebar-secondary .widget.tm_about_store_widget .woocommerce .button,
.woocommerce .sidebar-secondary .widget.tm_about_store_widget .button,
.sidebar-secondary .widget.tm_about_store_widget .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-secondary .widget.tm_about_store_widget a.checkout-button,
.sidebar-secondary .widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-secondary .widget.tm_about_store_widget a.checkout-button,
.sidebar-secondary .widget.tm_about_store_widget .woocommerce-account .button,
.woocommerce-account .sidebar-secondary .widget.tm_about_store_widget .button,
.sidebar-secondary .widget.tm_about_store_widget .yith-woocompare-widget a.compare.button,
.yith-woocompare-widget .sidebar-secondary .widget.tm_about_store_widget a.compare.button,
.sidebar-secondary .widget.tm_about_store_widget .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-secondary .widget.tm_about_store_widget a.compare.checkout-button,
.sidebar-secondary .widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-secondary .widget.tm_about_store_widget a.compare.checkout-button,
.sidebar-shop .widget.tm_about_store_widget .btn,
.sidebar-shop .widget.tm_about_store_widget .woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce .wc-proceed-to-checkout .sidebar-shop .widget.tm_about_store_widget a.checkout-button,
.sidebar-shop .widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-shop .widget.tm_about_store_widget a.checkout-button,
.sidebar-shop .widget.tm_about_store_widget .woocommerce .button,
.woocommerce .sidebar-shop .widget.tm_about_store_widget .button,
.sidebar-shop .widget.tm_about_store_widget .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-shop .widget.tm_about_store_widget a.checkout-button,
.sidebar-shop .widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-shop .widget.tm_about_store_widget a.checkout-button,
.sidebar-shop .widget.tm_about_store_widget .woocommerce-account .button,
.woocommerce-account .sidebar-shop .widget.tm_about_store_widget .button,
.sidebar-shop .widget.tm_about_store_widget .yith-woocompare-widget a.compare.button,
.yith-woocompare-widget .sidebar-shop .widget.tm_about_store_widget a.compare.button,
.sidebar-shop .widget.tm_about_store_widget .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-shop .widget.tm_about_store_widget a.compare.checkout-button,
.sidebar-shop .widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-shop .widget.tm_about_store_widget a.compare.checkout-button {
	margin-top: 15px;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.sidebar-primary .widget.widget_price_filter .price_slider_amount,
	.sidebar-secondary .widget.widget_price_filter .price_slider_amount,
	.sidebar-shop .widget.widget_price_filter .price_slider_amount {
		text-align: left;
	}

	.sidebar-primary .widget.widget_price_filter .price_slider_amount button,
	.sidebar-secondary .widget.widget_price_filter .price_slider_amount button,
	.sidebar-shop .widget.widget_price_filter .price_slider_amount button {
		float: none;
	}

	.sidebar-primary ul.product_list_widget li img,
	.sidebar-secondary ul.product_list_widget li img,
	.sidebar-shop ul.product_list_widget li img {
		float: none;
	}

	.sidebar-primary .widget .product_list_widget > li > a:first-child,
	.sidebar-secondary .widget .product_list_widget > li > a:first-child,
	.sidebar-shop .widget .product_list_widget > li > a:first-child {
		float: none;
		display: inline-block;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.sidebar-primary .widget.yith-woocompare-widget:before, .sidebar-primary .widget.yith-woocompare-widget:after,
	.sidebar-secondary .widget.yith-woocompare-widget:before,
	.sidebar-secondary .widget.yith-woocompare-widget:after,
	.sidebar-shop .widget.yith-woocompare-widget:before,
	.sidebar-shop .widget.yith-woocompare-widget:after {
		display: table;
		content: "";
		line-height: 0;
	}

	.sidebar-primary .widget.yith-woocompare-widget:after,
	.sidebar-secondary .widget.yith-woocompare-widget:after,
	.sidebar-shop .widget.yith-woocompare-widget:after {
		clear: both;
	}

	.sidebar-primary .widget.yith-woocompare-widget .clear-all,
	.sidebar-secondary .widget.yith-woocompare-widget .clear-all,
	.sidebar-shop .widget.yith-woocompare-widget .clear-all {
		margin: 0;
		display: block;
	}

	.sidebar-primary .widget.yith-woocompare-widget .button, .sidebar-primary .widget.yith-woocompare-widget .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .sidebar-primary .widget.yith-woocompare-widget a.checkout-button,
	.sidebar-primary .widget.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .sidebar-primary .widget.yith-woocompare-widget a.checkout-button,
	.sidebar-secondary .widget.yith-woocompare-widget .button,
	.sidebar-secondary .widget.yith-woocompare-widget .woocommerce .wc-proceed-to-checkout a.checkout-button,
	.woocommerce .wc-proceed-to-checkout .sidebar-secondary .widget.yith-woocompare-widget a.checkout-button,
	.sidebar-secondary .widget.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .sidebar-secondary .widget.yith-woocompare-widget a.checkout-button,
	.sidebar-shop .widget.yith-woocompare-widget .button,
	.sidebar-shop .widget.yith-woocompare-widget .woocommerce .wc-proceed-to-checkout a.checkout-button,
	.woocommerce .wc-proceed-to-checkout .sidebar-shop .widget.yith-woocompare-widget a.checkout-button,
	.sidebar-shop .widget.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .sidebar-shop .widget.yith-woocompare-widget a.checkout-button {
		margin-top: 15px;
	}

	.sidebar-primary .widget_calendar #calendar_wrap tbody td a:before,
	.sidebar-secondary .widget_calendar #calendar_wrap tbody td a:before,
	.sidebar-shop .widget_calendar #calendar_wrap tbody td a:before {
		width: 23px;
		height: 23px;
		top: -1px;
		left: -2px;
	}

	.sidebar-primary .widget.widget_search .search-form,
	.sidebar-secondary .widget.widget_search .search-form,
	.sidebar-shop .widget.widget_search .search-form {
		display: block;
	}

	.sidebar-primary .widget.widget_search .btn, .sidebar-primary .widget.widget_search .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .sidebar-primary .widget.widget_search a.checkout-button,
	.sidebar-primary .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-primary .widget.widget_search a.checkout-button, .sidebar-primary .widget.widget_search .woocommerce .button, .woocommerce .sidebar-primary .widget.widget_search .button,
	.sidebar-primary .widget.widget_search .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-primary .widget.widget_search a.checkout-button,
	.sidebar-primary .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-primary .widget.widget_search a.checkout-button, .sidebar-primary .widget.widget_search .woocommerce-account .button, .woocommerce-account .sidebar-primary .widget.widget_search .button, .sidebar-primary .widget.widget_search .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .sidebar-primary .widget.widget_search a.compare.button,
	.sidebar-primary .widget.widget_search .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
	.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-primary .widget.widget_search a.compare.checkout-button,
	.sidebar-primary .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-primary .widget.widget_search a.compare.checkout-button,
	.sidebar-secondary .widget.widget_search .btn,
	.sidebar-secondary .widget.widget_search .woocommerce .wc-proceed-to-checkout a.checkout-button,
	.woocommerce .wc-proceed-to-checkout .sidebar-secondary .widget.widget_search a.checkout-button,
	.sidebar-secondary .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-secondary .widget.widget_search a.checkout-button,
	.sidebar-secondary .widget.widget_search .woocommerce .button,
	.woocommerce .sidebar-secondary .widget.widget_search .button,
	.sidebar-secondary .widget.widget_search .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-secondary .widget.widget_search a.checkout-button,
	.sidebar-secondary .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-secondary .widget.widget_search a.checkout-button,
	.sidebar-secondary .widget.widget_search .woocommerce-account .button,
	.woocommerce-account .sidebar-secondary .widget.widget_search .button,
	.sidebar-secondary .widget.widget_search .yith-woocompare-widget a.compare.button,
	.yith-woocompare-widget .sidebar-secondary .widget.widget_search a.compare.button,
	.sidebar-secondary .widget.widget_search .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
	.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-secondary .widget.widget_search a.compare.checkout-button,
	.sidebar-secondary .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-secondary .widget.widget_search a.compare.checkout-button,
	.sidebar-shop .widget.widget_search .btn,
	.sidebar-shop .widget.widget_search .woocommerce .wc-proceed-to-checkout a.checkout-button,
	.woocommerce .wc-proceed-to-checkout .sidebar-shop .widget.widget_search a.checkout-button,
	.sidebar-shop .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-shop .widget.widget_search a.checkout-button,
	.sidebar-shop .widget.widget_search .woocommerce .button,
	.woocommerce .sidebar-shop .widget.widget_search .button,
	.sidebar-shop .widget.widget_search .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-shop .widget.widget_search a.checkout-button,
	.sidebar-shop .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-shop .widget.widget_search a.checkout-button,
	.sidebar-shop .widget.widget_search .woocommerce-account .button,
	.woocommerce-account .sidebar-shop .widget.widget_search .button,
	.sidebar-shop .widget.widget_search .yith-woocompare-widget a.compare.button,
	.yith-woocompare-widget .sidebar-shop .widget.widget_search a.compare.button,
	.sidebar-shop .widget.widget_search .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
	.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-shop .widget.widget_search a.compare.checkout-button,
	.sidebar-shop .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-shop .widget.widget_search a.compare.checkout-button {
		margin-top: 15px;
	}

	.sidebar-1-4 .sidebar-primary .widget_calendar #calendar_wrap tbody td a:before, .sidebar-1-4
	.sidebar-secondary .widget_calendar #calendar_wrap tbody td a:before, .sidebar-1-4
	.sidebar-shop .widget_calendar #calendar_wrap tbody td a:before {
		width: 20px;
		height: 20px;
		top: -1px;
		left: 0px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.sidebar-1-4 .sidebar-primary .widget.widget_search .search-form, .sidebar-1-4
	.sidebar-secondary .widget.widget_search .search-form, .sidebar-1-4
	.sidebar-shop .widget.widget_search .search-form {
		display: block;
	}

	.sidebar-1-4 .sidebar-primary .widget.widget_search .btn, .sidebar-1-4 .sidebar-primary .widget.widget_search .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .sidebar-1-4 .sidebar-primary .widget.widget_search a.checkout-button,
	.sidebar-1-4 .sidebar-primary .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-1-4 .sidebar-primary .widget.widget_search a.checkout-button, .sidebar-1-4 .sidebar-primary .widget.widget_search .woocommerce .button, .woocommerce .sidebar-1-4 .sidebar-primary .widget.widget_search .button,
	.sidebar-1-4 .sidebar-primary .widget.widget_search .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-1-4 .sidebar-primary .widget.widget_search a.checkout-button,
	.sidebar-1-4 .sidebar-primary .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-1-4 .sidebar-primary .widget.widget_search a.checkout-button, .sidebar-1-4 .sidebar-primary .widget.widget_search .woocommerce-account .button, .woocommerce-account .sidebar-1-4 .sidebar-primary .widget.widget_search .button, .sidebar-1-4 .sidebar-primary .widget.widget_search .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .sidebar-1-4 .sidebar-primary .widget.widget_search a.compare.button,
	.sidebar-1-4 .sidebar-primary .widget.widget_search .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
	.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-1-4 .sidebar-primary .widget.widget_search a.compare.checkout-button,
	.sidebar-1-4 .sidebar-primary .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-1-4 .sidebar-primary .widget.widget_search a.compare.checkout-button, .sidebar-1-4
	.sidebar-secondary .widget.widget_search .btn, .sidebar-1-4
	.sidebar-secondary .widget.widget_search .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .sidebar-1-4
	.sidebar-secondary .widget.widget_search a.checkout-button,
	.sidebar-1-4
	.sidebar-secondary .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-1-4
	.sidebar-secondary .widget.widget_search a.checkout-button, .sidebar-1-4
	.sidebar-secondary .widget.widget_search .woocommerce .button, .woocommerce .sidebar-1-4
	.sidebar-secondary .widget.widget_search .button,
	.sidebar-1-4
	.sidebar-secondary .widget.widget_search .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-1-4
	.sidebar-secondary .widget.widget_search a.checkout-button,
	.sidebar-1-4
	.sidebar-secondary .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-1-4
	.sidebar-secondary .widget.widget_search a.checkout-button, .sidebar-1-4
	.sidebar-secondary .widget.widget_search .woocommerce-account .button, .woocommerce-account .sidebar-1-4
	.sidebar-secondary .widget.widget_search .button, .sidebar-1-4
	.sidebar-secondary .widget.widget_search .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .sidebar-1-4
	.sidebar-secondary .widget.widget_search a.compare.button,
	.sidebar-1-4
	.sidebar-secondary .widget.widget_search .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
	.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-1-4
	.sidebar-secondary .widget.widget_search a.compare.checkout-button,
	.sidebar-1-4
	.sidebar-secondary .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-1-4
	.sidebar-secondary .widget.widget_search a.compare.checkout-button, .sidebar-1-4
	.sidebar-shop .widget.widget_search .btn, .sidebar-1-4
	.sidebar-shop .widget.widget_search .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .sidebar-1-4
	.sidebar-shop .widget.widget_search a.checkout-button,
	.sidebar-1-4
	.sidebar-shop .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-1-4
	.sidebar-shop .widget.widget_search a.checkout-button, .sidebar-1-4
	.sidebar-shop .widget.widget_search .woocommerce .button, .woocommerce .sidebar-1-4
	.sidebar-shop .widget.widget_search .button,
	.sidebar-1-4
	.sidebar-shop .widget.widget_search .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-1-4
	.sidebar-shop .widget.widget_search a.checkout-button,
	.sidebar-1-4
	.sidebar-shop .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-1-4
	.sidebar-shop .widget.widget_search a.checkout-button, .sidebar-1-4
	.sidebar-shop .widget.widget_search .woocommerce-account .button, .woocommerce-account .sidebar-1-4
	.sidebar-shop .widget.widget_search .button, .sidebar-1-4
	.sidebar-shop .widget.widget_search .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .sidebar-1-4
	.sidebar-shop .widget.widget_search a.compare.button,
	.sidebar-1-4
	.sidebar-shop .widget.widget_search .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
	.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-1-4
	.sidebar-shop .widget.widget_search a.compare.checkout-button,
	.sidebar-1-4
	.sidebar-shop .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-1-4
	.sidebar-shop .widget.widget_search a.compare.checkout-button {
		margin-top: 15px;
	}
}

.sidebar-primary,
.sidebar-secondary,
.sidebar-shop,
.footer-area {
	/*Styles for subscribe widget*/
}

.sidebar-primary .widget.widget-subscribe,
.sidebar-secondary .widget.widget-subscribe,
.sidebar-shop .widget.widget-subscribe,
.footer-area .widget.widget-subscribe {
	text-align: center;
	padding-top: 0;
	border-top: none;
	margin-bottom: 0;
}

.sidebar-primary .widget.widget-subscribe .subscribe-block, .sidebar-primary .widget.widget-subscribe .follow-block,
.sidebar-secondary .widget.widget-subscribe .subscribe-block,
.sidebar-secondary .widget.widget-subscribe .follow-block,
.sidebar-shop .widget.widget-subscribe .subscribe-block,
.sidebar-shop .widget.widget-subscribe .follow-block,
.footer-area .widget.widget-subscribe .subscribe-block,
.footer-area .widget.widget-subscribe .follow-block {
	padding: 24px 20px 30px;
}

.sidebar-primary .widget.widget-subscribe h4.widget-title,
.sidebar-secondary .widget.widget-subscribe h4.widget-title,
.sidebar-shop .widget.widget-subscribe h4.widget-title,
.footer-area .widget.widget-subscribe h4.widget-title {
	margin-bottom: 8px;
	word-wrap: normal;
	-moz-hyphens: none;
	hyphens: none;
}

.sidebar-primary .widget.widget-subscribe .subscribe-block__message,
.sidebar-secondary .widget.widget-subscribe .subscribe-block__message,
.sidebar-shop .widget.widget-subscribe .subscribe-block__message,
.footer-area .widget.widget-subscribe .subscribe-block__message {
	padding-bottom: 13px;
}

.sidebar-primary .widget.widget-subscribe .social-list--widget a,
.sidebar-secondary .widget.widget-subscribe .social-list--widget a,
.sidebar-shop .widget.widget-subscribe .social-list--widget a,
.footer-area .widget.widget-subscribe .social-list--widget a {
	opacity: 1;
}

.sidebar-primary .widget.widget-subscribe .subscribe-block__form,
.sidebar-secondary .widget.widget-subscribe .subscribe-block__form,
.sidebar-shop .widget.widget-subscribe .subscribe-block__form,
.footer-area .widget.widget-subscribe .subscribe-block__form {
	padding: 0 10px;
	width: 100%;
	margin: 0 auto;
}

@media (min-width: 544px) {
	.sidebar-primary .widget.widget-subscribe .subscribe-block__form,
	.sidebar-secondary .widget.widget-subscribe .subscribe-block__form,
	.sidebar-shop .widget.widget-subscribe .subscribe-block__form,
	.footer-area .widget.widget-subscribe .subscribe-block__form {
		width: 100%;
		margin: 0 auto;
	}
}

.sidebar-primary .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group,
.sidebar-secondary .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group,
.sidebar-shop .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group,
.footer-area .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sidebar-primary .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group input.subscribe-block__input,
.sidebar-secondary .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group input.subscribe-block__input,
.sidebar-shop .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group input.subscribe-block__input,
.footer-area .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group input.subscribe-block__input {
	max-width: 100%;
	margin-right: 0;
}

@media (min-width: 992px) {
	.sidebar-primary .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group input.subscribe-block__input,
	.sidebar-secondary .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group input.subscribe-block__input,
	.sidebar-shop .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group input.subscribe-block__input,
	.footer-area .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group input.subscribe-block__input {
		max-width: 100%;
		margin-right: 0;
	}
}

.sidebar-primary .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group a.subscribe-block__submit,
.sidebar-secondary .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group a.subscribe-block__submit,
.sidebar-shop .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group a.subscribe-block__submit,
.footer-area .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group a.subscribe-block__submit {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-top: 7px;
}

.sidebar-primary .widget.widget-subscribe .follow-block + .subscribe-block,
.sidebar-secondary .widget.widget-subscribe .follow-block + .subscribe-block,
.sidebar-shop .widget.widget-subscribe .follow-block + .subscribe-block,
.footer-area .widget.widget-subscribe .follow-block + .subscribe-block {
	margin: 0;
}

.sidebar-primary .widget.widget-subscribe + .widget,
.sidebar-secondary .widget.widget-subscribe + .widget,
.sidebar-shop .widget.widget-subscribe + .widget,
.footer-area .widget.widget-subscribe + .widget {
	border-top: none;
}

@media (min-width: 1200px) {
	.position-one-right-sidebar.sidebar-1-4 #primary.col-md-8 {
		padding-right: 9.5%;
	}

	.position-one-left-sidebar.sidebar-1-4 #primary.col-md-8 {
		padding-left: 9.5%;
	}

	.position-one-right-sidebar.sidebar-1-3 #primary.col-md-8 {
		padding-right: 9.5%;
	}

	.position-one-left-sidebar.sidebar-1-3 #primary.col-md-8 {
		padding-left: 9.5%;
	}

	.position-one-right-sidebar [class*='sidebar-'] {
		position: relative;
	}

	.position-one-right-sidebar [class*='sidebar-']:before {
		content: '';
		position: absolute;
		top: 15px;
		left: -12%;
		width: 1px;
		height: calc(100% - 30px);
		background: #e8e8eb;
		display: block;
	}

	.sidebar-1-4.position-one-right-sidebar [class*='sidebar-']:before {
		left: -16%;
	}

	.position-one-left-sidebar [class*='sidebar-'] {
		position: relative;
	}

	.position-one-left-sidebar [class*='sidebar-']:before {
		content: '';
		position: absolute;
		top: 15px;
		right: -12%;
		width: 1px;
		height: calc(100% - 30px);
		background: #e8e8eb;
		display: block;
	}

	.sidebar-1-4.position-one-left-sidebar [class*='sidebar-']:before {
		right: -16%;
	}

	body.woocommerce-page.position-one-right-sidebar #primary.col-md-8, body.woocommerce-page.position-one-left-sidebar #primary.col-md-8 {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}

	body.woocommerce-page [class*='sidebar-']:before {
		display: none;
	}
}

/*--------------------------------------------------------------
## Post Formats
--------------------------------------------------------------*/
.post {
	/* Gallery */
	/* Link */
	/* Quote */
	/* Wrapper for non-image featured content */
}

.post-gallery {
	margin: -10px -10px 10px;
}

@media (min-width: 992px) {
	.post-gallery {
		margin: -30px -30px 30px;
	}
}

.entry-content .post-gallery {
	margin-top: 10px;
}

.post-gallery img {
	border-radius: 0 0 0 0;
	display: block;
}

.entry-content .post-gallery img {
	border-radius: 0;
}

.post-gallery .swiper-button-next, .post-gallery .swiper-button-prev {
	margin-top: -25px;
	top: 50%;
	border-radius: 0;
}

.post-gallery .swiper-button-prev {
	left: 10px;
	border-radius: 0;
}

.post-gallery .swiper-button-next {
	right: 10px;
	border-radius: 0;
}

.post-gallery .material-icons {
	font-size: 24px;
}

.post-gallery__caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.post-gallery__link {
	display: block;
}

.post-format-link {
	display: inline-block;
	border-radius: 0;
	margin: 10px 0;
	padding: 10px 20px 10px 15px;
}

.post .post-format-link {
	text-decoration: underline;
}

.post-format-link:before {
	content: "insert_link";
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.has-thumb .post-thumbnail {
	position: relative;
}

.has-thumb .post-thumbnail__format-link {
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 0;
	right: 0;
	text-align: center;
}

.has-thumb .post-thumbnail__format-link .post-format-link {
	margin: -20px 0 0 0;
}

@media (min-width: 992px) {
	.post-format-quote {
		padding: 26px 30px 25px 70px;
	}
}

.post-format-quote:before {
	top: 10px;
}

@media (min-width: 992px) {
	.post-format-quote:before {
		left: 21px;
		top: 20px;
	}
}

.post-featured-content {
	border-radius: 0 0 0 0;
	margin: -10px -10px 10px;
}

.posts-list--masonry-3-cols .post-featured-content, .posts-list--masonry-2-cols .post-featured-content {
	overflow: visible;
}

@media (min-width: 992px) {
	.post-featured-content {
		margin: -30px -30px 30px;
	}
}

.format-video .post-featured-content {
	background: none;
}

.format-video .post-featured-content iframe {
	border-radius: 0 0 0 0;
}

.post-featured-content .post__cats {
	margin: 10px 0 0 10px;
}

@media (min-width: 992px) {
	.post-featured-content .post__cats {
		margin: 30px 0 0 30px;
	}
}

.format-video .post-featured-content .post__cats {
	position: absolute;
	left: 0;
	top: 0;
	margin: 10px;
}

@media (min-width: 992px) {
	.format-video .post-featured-content .post__cats {
		margin: 30px;
	}
}

.format-video .post-featured-content .post__cats:first-child {
	position: static;
}

.post.format-status .post__cats {
	padding: 0 0 10px;
}

.embed-wrapper .twitter-tweet {
	margin: 10px auto !important;
	max-width: 90% !important;
}

.fb_iframe_widget {
	max-width: 100%;
}

.fb_iframe_widget > span {
	max-width: 100%;
}

.format-video .post-featured-content {
	margin: 25px 0 0;
}

.format-video .post-featured-content iframe {
	border-radius: 0;
}

.post-featured-content {
	margin: 25px 0 0;
	border-radius: 0;
}

.posts-list .post-thumbnail--fullwidth {
	margin: 25px 0 0;
}

.posts-list .post-thumbnail--fullwidth img {
	border-radius: 0;
}

.post .post-format-link {
	text-decoration: none;
	border-radius: 0;
	padding: 7px 22px 8px;
}

.post .post-format-link:before {
	content: '\e06e';
	font-family: "fl-line-icon-set";
	position: relative;
	top: -2px;
	left: -1px;
	font-size: 34px;
}

.has-thumb .post-thumbnail__format-link {
	bottom: auto;
	-webkit-transform: translateY(-50%) translateZ(0);
	transform: translateY(-50%) translateZ(0);
}

.has-thumb .post-thumbnail__format-link .post-format-link {
	margin: -2px 0 0;
}

.audio-player-wrap {
	position: relative;
	padding: 22px 20px 22px 70px;
}

.audio-player-wrap:before {
	content: '\e022';
	font-family: 'fl-line-icon-set';
	position: absolute;
	top: 22px;
	left: 22px;
	font-size: 34px;
	line-height: 1;
}

.entry-content .audio-player-wrap {
	margin-top: 13px;
	margin-bottom: 15px;
}

@media (max-width: 479px) {
	.audio-player-wrap {
		padding: 0;
	}

	.audio-player-wrap:before {
		display: none;
	}
}

.blog .post_format-post-format-aside header * + .entry-meta {
	margin-top: 28px;
	display: inline-block;
}

.posts-list .post-thumbnail--fullwidth:first-child img {
	border-radius: 0;
}

.post__date .post-date__link {
	min-width: 59px;
	padding: 0 10px;
	height: 59px;
	display: block;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
}

.post__date .post-date__link time {
	display: inline-block;
	word-wrap: normal;
	-moz-hyphens: none;
	hyphens: none;
	font-size: 14px;
	line-height: 1em;
}

.post__date .post-date__link time span {
	font-size: 28px;
	line-height: 1em;
	display: block;
	padding-bottom: 4px;
}

.post .post__date {
	float: left;
	margin-top: 10px;
	margin-right: 29px;
}

.post .post__date .post-date__link {
	min-width: 59px;
	padding: 0 10px;
	height: 59px;
	display: block;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
}

.post .post__date .post-date__link time {
	display: inline-block;
	word-wrap: normal;
	-moz-hyphens: none;
	hyphens: none;
	font-size: 14px;
	line-height: 1em;
}

.post .post__date .post-date__link time span {
	font-size: 28px;
	line-height: 1em;
	display: block;
	padding-bottom: 4px;
}

.post .post-thumbnail, .post .format-quote {
	position: relative;
}

.post .post-thumbnail .post__date, .post .format-quote .post__date {
	position: static;
	top: 11px;
	left: 11px;
	float: none;
	margin: 0;
}

.post .post-thumbnail * + .post__date, .post .format-quote * + .post__date {
	position: absolute;
}

.post .format-quote .post__date {
	position: absolute;
}

.post * + .entry-meta {
	margin-top: 17px;
}

.post .entry-meta span {
	margin: 0 3px 0 0;
}

.post .entry-meta * + .post__comments:before {
	content: '\2022';
	margin-right: 6px;
}

.post .post__cats, .post .post__tags {
	margin-top: 11px;
}

.post .post__cats a, .post .post__tags a {
	padding: 0;
}

.post .post__cats a:after, .post .post__tags a:after {
	content: ',';
}

.post .post__cats a:last-child:after, .post .post__tags a:last-child:after {
	content: '';
}

@media (max-width: 479px) {
	.post .post__date {
		float: none;
		display: inline-block;
	}

	.post .post__date + * {
		margin-top: 5px;
	}

	.post .post__date + * + * {
		margin-top: 12px;
	}
}

@media (min-width: 1201px) and (max-width: 1360px) {
	.blog .post__date, .blog .post__comments, .single .post__date, .single .post__comments, .archive .post__date, .archive .post__comments {
		display: inline-block;
	}
}

.posts-list--default .hentry.post + .post {
	margin-top: 49px;
}

.blog .hentry.post, .single .hentry.post {
	margin: 0;
	padding-bottom: 61px;
	border-bottom: 1px solid #e8e8eb;
	border-radius: 0;
}

.blog .hentry.post + .post, .single .hentry.post + .post {
	display: block;
}

.posts-list__item .entry-content p {
	margin: 7px 0;
}

body [class*='posts-'] .entry-content {
	margin: 23px 0 0;
}

body [class*='posts-'] footer.entry-footer a.btn, body [class*='posts-'] footer.entry-footer .woocommerce a.button, .woocommerce body [class*='posts-'] footer.entry-footer a.button, body [class*='posts-'] footer.entry-footer .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout body [class*='posts-'] footer.entry-footer a.checkout-button,
body [class*='posts-'] footer.entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce body [class*='posts-'] footer.entry-footer a.checkout-button, body [class*='posts-'] footer.entry-footer .woocommerce-account a.button, .woocommerce-account body [class*='posts-'] footer.entry-footer a.button,
body [class*='posts-'] footer.entry-footer .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout body [class*='posts-'] footer.entry-footer a.checkout-button,
body [class*='posts-'] footer.entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account body [class*='posts-'] footer.entry-footer a.checkout-button, body [class*='posts-'] footer.entry-footer .yith-woocompare-widget a.compare.button, .yith-woocompare-widget body [class*='posts-'] footer.entry-footer a.compare.button,
body [class*='posts-'] footer.entry-footer .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout body [class*='posts-'] footer.entry-footer a.compare.checkout-button,
body [class*='posts-'] footer.entry-footer .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget body [class*='posts-'] footer.entry-footer a.compare.checkout-button {
	padding: 15px 22px;
}

.posts-list .entry-footer {
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

.posts-list .share-btns__list:before, .posts-list .entry-footer .btn:before, .posts-list .entry-footer .woocommerce .wc-proceed-to-checkout a.checkout-button:before, .woocommerce .wc-proceed-to-checkout .posts-list .entry-footer a.checkout-button:before,
.posts-list .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button:before,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list .entry-footer a.checkout-button:before, .posts-list .entry-footer .woocommerce .button:before, .woocommerce .posts-list .entry-footer .button:before,
.posts-list .entry-footer .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button:before,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list .entry-footer a.checkout-button:before,
.posts-list .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button:before,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list .entry-footer a.checkout-button:before, .posts-list .entry-footer .woocommerce-account .button:before, .woocommerce-account .posts-list .entry-footer .button:before, .posts-list .entry-footer .woocommerce .wishlist_table td.product-add-to-cart a.button:before, .woocommerce .wishlist_table td.product-add-to-cart .posts-list .entry-footer a.button:before, .posts-list .entry-footer .woocommerce-account .wishlist_table td.product-add-to-cart a.button:before, .woocommerce-account .wishlist_table td.product-add-to-cart .posts-list .entry-footer a.button:before, .posts-list .entry-footer .yith-woocompare-widget a.compare.button:before, .yith-woocompare-widget .posts-list .entry-footer a.compare.button:before,
.posts-list .entry-footer .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button:before,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list .entry-footer a.compare.checkout-button:before,
.posts-list .entry-footer .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button:before,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list .entry-footer a.compare.checkout-button:before {
	display: none;
}

.share-btns__list {
	margin-top: 23px;
}

.entry-footer .btn, .entry-footer .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .entry-footer a.checkout-button,
.entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .entry-footer a.checkout-button, .entry-footer .woocommerce .button, .woocommerce .entry-footer .button,
.entry-footer .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .entry-footer a.checkout-button,
.entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .entry-footer a.checkout-button, .entry-footer .woocommerce-account .button, .woocommerce-account .entry-footer .button, .entry-footer .woocommerce .wishlist_table td.product-add-to-cart a.button, .woocommerce .wishlist_table td.product-add-to-cart .entry-footer a.button, .entry-footer .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout .entry-footer a.checkout-button, .entry-footer .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart a.checkout-button, .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart .entry-footer a.checkout-button, .entry-footer .woocommerce-account .wishlist_table td.product-add-to-cart a.button, .woocommerce-account .wishlist_table td.product-add-to-cart .entry-footer a.button, .entry-footer .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout .entry-footer a.checkout-button, .entry-footer .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .entry-footer a.compare.button,
.entry-footer .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .entry-footer a.compare.checkout-button,
.entry-footer .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .entry-footer a.compare.checkout-button {
	margin-top: 0;
}

body .post-gallery {
	margin: 25px 0 0;
}

body .post-gallery img {
	border-radius: 0;
}

.hentry.post.post_format-post-format-image .post-thumbnail__link, .hentry.post .post-gallery__link {
	position: relative;
}

.hentry.post.post_format-post-format-image .post-thumbnail__link:before, .hentry.post .post-gallery__link:before {
	content: '\e03d';
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: "fl-line-icon-set";
	width: 50px;
	height: 50px;
	font-size: 29px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	transition: all .3s ease;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}

.hentry.post.post_format-post-format-image .post-thumbnail__link:hover:before, .hentry.post .post-gallery__link:hover:before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.posts-list--grid-2-cols .hentry.post, .posts-list--grid-3-cols .hentry.post, .posts-list--masonry-2-cols .hentry.post, .posts-list--masonry-3-cols .hentry.post {
	margin-right: 15px;
	margin-bottom: 35px;
	margin-left: 15px;
	padding-bottom: 40px;
	text-align: center;
}

.posts-list--grid-2-cols .hentry.post .entry-header, .posts-list--grid-3-cols .hentry.post .entry-header, .posts-list--masonry-2-cols .hentry.post .entry-header, .posts-list--masonry-3-cols .hentry.post .entry-header {
	margin-top: 27px;
}

.posts-list--grid-2-cols .hentry.post h5.entry-title, .posts-list--grid-3-cols .hentry.post h5.entry-title, .posts-list--masonry-2-cols .hentry.post h5.entry-title, .posts-list--masonry-3-cols .hentry.post h5.entry-title {
	margin-bottom: 6px;
}

.posts-list--grid-2-cols .hentry.post * + .entry-meta, .posts-list--grid-3-cols .hentry.post * + .entry-meta, .posts-list--masonry-2-cols .hentry.post * + .entry-meta, .posts-list--masonry-3-cols .hentry.post * + .entry-meta {
	margin-top: 6px;
}

.posts-list--grid-2-cols .hentry.post .entry-content, .posts-list--grid-3-cols .hentry.post .entry-content, .posts-list--masonry-2-cols .hentry.post .entry-content, .posts-list--masonry-3-cols .hentry.post .entry-content {
	margin: 19px 0 0;
}

.posts-list--grid-2-cols .hentry.post .btn, .posts-list--grid-2-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.checkout-button,
.posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--grid-2-cols .hentry.post a.checkout-button, .posts-list--grid-2-cols .hentry.post .woocommerce .button, .woocommerce .posts-list--grid-2-cols .hentry.post .button,
.posts-list--grid-2-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.checkout-button,
.posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--grid-2-cols .hentry.post a.checkout-button, .posts-list--grid-2-cols .hentry.post .woocommerce-account .button, .woocommerce-account .posts-list--grid-2-cols .hentry.post .button, .posts-list--grid-2-cols .hentry.post .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .posts-list--grid-2-cols .hentry.post a.compare.button,
.posts-list--grid-2-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.compare.checkout-button,
.posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--grid-2-cols .hentry.post a.compare.checkout-button, .posts-list--grid-3-cols .hentry.post .btn, .posts-list--grid-3-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.checkout-button,
.posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--grid-3-cols .hentry.post a.checkout-button, .posts-list--grid-3-cols .hentry.post .woocommerce .button, .woocommerce .posts-list--grid-3-cols .hentry.post .button,
.posts-list--grid-3-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.checkout-button,
.posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--grid-3-cols .hentry.post a.checkout-button, .posts-list--grid-3-cols .hentry.post .woocommerce-account .button, .woocommerce-account .posts-list--grid-3-cols .hentry.post .button, .posts-list--grid-3-cols .hentry.post .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .posts-list--grid-3-cols .hentry.post a.compare.button,
.posts-list--grid-3-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.compare.checkout-button,
.posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--grid-3-cols .hentry.post a.compare.checkout-button, .posts-list--masonry-2-cols .hentry.post .btn, .posts-list--masonry-2-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.checkout-button,
.posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--masonry-2-cols .hentry.post a.checkout-button, .posts-list--masonry-2-cols .hentry.post .woocommerce .button, .woocommerce .posts-list--masonry-2-cols .hentry.post .button,
.posts-list--masonry-2-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.checkout-button,
.posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--masonry-2-cols .hentry.post a.checkout-button, .posts-list--masonry-2-cols .hentry.post .woocommerce-account .button, .woocommerce-account .posts-list--masonry-2-cols .hentry.post .button, .posts-list--masonry-2-cols .hentry.post .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .posts-list--masonry-2-cols .hentry.post a.compare.button,
.posts-list--masonry-2-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.compare.checkout-button,
.posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--masonry-2-cols .hentry.post a.compare.checkout-button, .posts-list--masonry-3-cols .hentry.post .btn, .posts-list--masonry-3-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.checkout-button,
.posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--masonry-3-cols .hentry.post a.checkout-button, .posts-list--masonry-3-cols .hentry.post .woocommerce .button, .woocommerce .posts-list--masonry-3-cols .hentry.post .button,
.posts-list--masonry-3-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.checkout-button,
.posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--masonry-3-cols .hentry.post a.checkout-button, .posts-list--masonry-3-cols .hentry.post .woocommerce-account .button, .woocommerce-account .posts-list--masonry-3-cols .hentry.post .button, .posts-list--masonry-3-cols .hentry.post .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .posts-list--masonry-3-cols .hentry.post a.compare.button,
.posts-list--masonry-3-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.compare.checkout-button,
.posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--masonry-3-cols .hentry.post a.compare.checkout-button {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	position: relative;
	width: auto;
	transition: all 0.3s ease;
	background-color: transparent;
	padding-right: 34px;
}

@media (min-width: 992px) {
	.posts-list--grid-2-cols .hentry.post .btn, .posts-list--grid-2-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.checkout-button,
	.posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--grid-2-cols .hentry.post a.checkout-button, .posts-list--grid-2-cols .hentry.post .woocommerce .button, .woocommerce .posts-list--grid-2-cols .hentry.post .button,
	.posts-list--grid-2-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.checkout-button,
	.posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--grid-2-cols .hentry.post a.checkout-button, .posts-list--grid-2-cols .hentry.post .woocommerce-account .button, .woocommerce-account .posts-list--grid-2-cols .hentry.post .button, .posts-list--grid-2-cols .hentry.post .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .posts-list--grid-2-cols .hentry.post a.compare.button,
	.posts-list--grid-2-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
	.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.compare.checkout-button,
	.posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--grid-2-cols .hentry.post a.compare.checkout-button, .posts-list--grid-3-cols .hentry.post .btn, .posts-list--grid-3-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.checkout-button,
	.posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--grid-3-cols .hentry.post a.checkout-button, .posts-list--grid-3-cols .hentry.post .woocommerce .button, .woocommerce .posts-list--grid-3-cols .hentry.post .button,
	.posts-list--grid-3-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.checkout-button,
	.posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--grid-3-cols .hentry.post a.checkout-button, .posts-list--grid-3-cols .hentry.post .woocommerce-account .button, .woocommerce-account .posts-list--grid-3-cols .hentry.post .button, .posts-list--grid-3-cols .hentry.post .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .posts-list--grid-3-cols .hentry.post a.compare.button,
	.posts-list--grid-3-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
	.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.compare.checkout-button,
	.posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--grid-3-cols .hentry.post a.compare.checkout-button, .posts-list--masonry-2-cols .hentry.post .btn, .posts-list--masonry-2-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.checkout-button,
	.posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--masonry-2-cols .hentry.post a.checkout-button, .posts-list--masonry-2-cols .hentry.post .woocommerce .button, .woocommerce .posts-list--masonry-2-cols .hentry.post .button,
	.posts-list--masonry-2-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.checkout-button,
	.posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--masonry-2-cols .hentry.post a.checkout-button, .posts-list--masonry-2-cols .hentry.post .woocommerce-account .button, .woocommerce-account .posts-list--masonry-2-cols .hentry.post .button, .posts-list--masonry-2-cols .hentry.post .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .posts-list--masonry-2-cols .hentry.post a.compare.button,
	.posts-list--masonry-2-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
	.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.compare.checkout-button,
	.posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--masonry-2-cols .hentry.post a.compare.checkout-button, .posts-list--masonry-3-cols .hentry.post .btn, .posts-list--masonry-3-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.checkout-button,
	.posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--masonry-3-cols .hentry.post a.checkout-button, .posts-list--masonry-3-cols .hentry.post .woocommerce .button, .woocommerce .posts-list--masonry-3-cols .hentry.post .button,
	.posts-list--masonry-3-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.checkout-button,
	.posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--masonry-3-cols .hentry.post a.checkout-button, .posts-list--masonry-3-cols .hentry.post .woocommerce-account .button, .woocommerce-account .posts-list--masonry-3-cols .hentry.post .button, .posts-list--masonry-3-cols .hentry.post .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .posts-list--masonry-3-cols .hentry.post a.compare.button,
	.posts-list--masonry-3-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
	.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.compare.checkout-button,
	.posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--masonry-3-cols .hentry.post a.compare.checkout-button {
		height: 34px;
		line-height: 34px;
	}
}

.posts-list--grid-2-cols .hentry.post .btn .btn__text, .posts-list--grid-2-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button .btn__text, .woocommerce .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.checkout-button .btn__text,
.posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button .btn__text,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--grid-2-cols .hentry.post a.checkout-button .btn__text, .posts-list--grid-2-cols .hentry.post .woocommerce .button .btn__text, .woocommerce .posts-list--grid-2-cols .hentry.post .button .btn__text,
.posts-list--grid-2-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button .btn__text,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.checkout-button .btn__text,
.posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button .btn__text,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--grid-2-cols .hentry.post a.checkout-button .btn__text, .posts-list--grid-2-cols .hentry.post .woocommerce-account .button .btn__text, .woocommerce-account .posts-list--grid-2-cols .hentry.post .button .btn__text, .posts-list--grid-2-cols .hentry.post .yith-woocompare-widget a.compare.button .btn__text, .yith-woocompare-widget .posts-list--grid-2-cols .hentry.post a.compare.button .btn__text,
.posts-list--grid-2-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button .btn__text,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.compare.checkout-button .btn__text,
.posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button .btn__text,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--grid-2-cols .hentry.post a.compare.checkout-button .btn__text, .posts-list--grid-3-cols .hentry.post .btn .btn__text, .posts-list--grid-3-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button .btn__text, .woocommerce .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.checkout-button .btn__text,
.posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button .btn__text,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--grid-3-cols .hentry.post a.checkout-button .btn__text, .posts-list--grid-3-cols .hentry.post .woocommerce .button .btn__text, .woocommerce .posts-list--grid-3-cols .hentry.post .button .btn__text,
.posts-list--grid-3-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button .btn__text,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.checkout-button .btn__text,
.posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button .btn__text,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--grid-3-cols .hentry.post a.checkout-button .btn__text, .posts-list--grid-3-cols .hentry.post .woocommerce-account .button .btn__text, .woocommerce-account .posts-list--grid-3-cols .hentry.post .button .btn__text, .posts-list--grid-3-cols .hentry.post .yith-woocompare-widget a.compare.button .btn__text, .yith-woocompare-widget .posts-list--grid-3-cols .hentry.post a.compare.button .btn__text,
.posts-list--grid-3-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button .btn__text,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.compare.checkout-button .btn__text,
.posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button .btn__text,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--grid-3-cols .hentry.post a.compare.checkout-button .btn__text, .posts-list--masonry-2-cols .hentry.post .btn .btn__text, .posts-list--masonry-2-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button .btn__text, .woocommerce .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.checkout-button .btn__text,
.posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button .btn__text,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--masonry-2-cols .hentry.post a.checkout-button .btn__text, .posts-list--masonry-2-cols .hentry.post .woocommerce .button .btn__text, .woocommerce .posts-list--masonry-2-cols .hentry.post .button .btn__text,
.posts-list--masonry-2-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button .btn__text,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.checkout-button .btn__text,
.posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button .btn__text,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--masonry-2-cols .hentry.post a.checkout-button .btn__text, .posts-list--masonry-2-cols .hentry.post .woocommerce-account .button .btn__text, .woocommerce-account .posts-list--masonry-2-cols .hentry.post .button .btn__text, .posts-list--masonry-2-cols .hentry.post .yith-woocompare-widget a.compare.button .btn__text, .yith-woocompare-widget .posts-list--masonry-2-cols .hentry.post a.compare.button .btn__text,
.posts-list--masonry-2-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button .btn__text,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.compare.checkout-button .btn__text,
.posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button .btn__text,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--masonry-2-cols .hentry.post a.compare.checkout-button .btn__text, .posts-list--masonry-3-cols .hentry.post .btn .btn__text, .posts-list--masonry-3-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button .btn__text, .woocommerce .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.checkout-button .btn__text,
.posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button .btn__text,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--masonry-3-cols .hentry.post a.checkout-button .btn__text, .posts-list--masonry-3-cols .hentry.post .woocommerce .button .btn__text, .woocommerce .posts-list--masonry-3-cols .hentry.post .button .btn__text,
.posts-list--masonry-3-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button .btn__text,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.checkout-button .btn__text,
.posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button .btn__text,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--masonry-3-cols .hentry.post a.checkout-button .btn__text, .posts-list--masonry-3-cols .hentry.post .woocommerce-account .button .btn__text, .woocommerce-account .posts-list--masonry-3-cols .hentry.post .button .btn__text, .posts-list--masonry-3-cols .hentry.post .yith-woocompare-widget a.compare.button .btn__text, .yith-woocompare-widget .posts-list--masonry-3-cols .hentry.post a.compare.button .btn__text,
.posts-list--masonry-3-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button .btn__text,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.compare.checkout-button .btn__text,
.posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button .btn__text,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--masonry-3-cols .hentry.post a.compare.checkout-button .btn__text {
	position: relative;
	display: block;
	overflow: hidden;
	height: 34px;
	line-height: 34px;
	transition: all 0.3s ease;
	text-indent: -300px;
}

.posts-list--grid-2-cols .hentry.post .btn .btn__icon, .posts-list--grid-2-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button .btn__icon, .woocommerce .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.checkout-button .btn__icon,
.posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button .btn__icon,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--grid-2-cols .hentry.post a.checkout-button .btn__icon, .posts-list--grid-2-cols .hentry.post .woocommerce .button .btn__icon, .woocommerce .posts-list--grid-2-cols .hentry.post .button .btn__icon,
.posts-list--grid-2-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button .btn__icon,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.checkout-button .btn__icon,
.posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button .btn__icon,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--grid-2-cols .hentry.post a.checkout-button .btn__icon, .posts-list--grid-2-cols .hentry.post .woocommerce-account .button .btn__icon, .woocommerce-account .posts-list--grid-2-cols .hentry.post .button .btn__icon, .posts-list--grid-2-cols .hentry.post .yith-woocompare-widget a.compare.button .btn__icon, .yith-woocompare-widget .posts-list--grid-2-cols .hentry.post a.compare.button .btn__icon,
.posts-list--grid-2-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button .btn__icon,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.compare.checkout-button .btn__icon,
.posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button .btn__icon,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--grid-2-cols .hentry.post a.compare.checkout-button .btn__icon, .posts-list--grid-3-cols .hentry.post .btn .btn__icon, .posts-list--grid-3-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button .btn__icon, .woocommerce .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.checkout-button .btn__icon,
.posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button .btn__icon,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--grid-3-cols .hentry.post a.checkout-button .btn__icon, .posts-list--grid-3-cols .hentry.post .woocommerce .button .btn__icon, .woocommerce .posts-list--grid-3-cols .hentry.post .button .btn__icon,
.posts-list--grid-3-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button .btn__icon,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.checkout-button .btn__icon,
.posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button .btn__icon,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--grid-3-cols .hentry.post a.checkout-button .btn__icon, .posts-list--grid-3-cols .hentry.post .woocommerce-account .button .btn__icon, .woocommerce-account .posts-list--grid-3-cols .hentry.post .button .btn__icon, .posts-list--grid-3-cols .hentry.post .yith-woocompare-widget a.compare.button .btn__icon, .yith-woocompare-widget .posts-list--grid-3-cols .hentry.post a.compare.button .btn__icon,
.posts-list--grid-3-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button .btn__icon,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.compare.checkout-button .btn__icon,
.posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button .btn__icon,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--grid-3-cols .hentry.post a.compare.checkout-button .btn__icon, .posts-list--masonry-2-cols .hentry.post .btn .btn__icon, .posts-list--masonry-2-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button .btn__icon, .woocommerce .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.checkout-button .btn__icon,
.posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button .btn__icon,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--masonry-2-cols .hentry.post a.checkout-button .btn__icon, .posts-list--masonry-2-cols .hentry.post .woocommerce .button .btn__icon, .woocommerce .posts-list--masonry-2-cols .hentry.post .button .btn__icon,
.posts-list--masonry-2-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button .btn__icon,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.checkout-button .btn__icon,
.posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button .btn__icon,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--masonry-2-cols .hentry.post a.checkout-button .btn__icon, .posts-list--masonry-2-cols .hentry.post .woocommerce-account .button .btn__icon, .woocommerce-account .posts-list--masonry-2-cols .hentry.post .button .btn__icon, .posts-list--masonry-2-cols .hentry.post .yith-woocompare-widget a.compare.button .btn__icon, .yith-woocompare-widget .posts-list--masonry-2-cols .hentry.post a.compare.button .btn__icon,
.posts-list--masonry-2-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button .btn__icon,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.compare.checkout-button .btn__icon,
.posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button .btn__icon,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--masonry-2-cols .hentry.post a.compare.checkout-button .btn__icon, .posts-list--masonry-3-cols .hentry.post .btn .btn__icon, .posts-list--masonry-3-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button .btn__icon, .woocommerce .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.checkout-button .btn__icon,
.posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button .btn__icon,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--masonry-3-cols .hentry.post a.checkout-button .btn__icon, .posts-list--masonry-3-cols .hentry.post .woocommerce .button .btn__icon, .woocommerce .posts-list--masonry-3-cols .hentry.post .button .btn__icon,
.posts-list--masonry-3-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button .btn__icon,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.checkout-button .btn__icon,
.posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button .btn__icon,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--masonry-3-cols .hentry.post a.checkout-button .btn__icon, .posts-list--masonry-3-cols .hentry.post .woocommerce-account .button .btn__icon, .woocommerce-account .posts-list--masonry-3-cols .hentry.post .button .btn__icon, .posts-list--masonry-3-cols .hentry.post .yith-woocompare-widget a.compare.button .btn__icon, .yith-woocompare-widget .posts-list--masonry-3-cols .hentry.post a.compare.button .btn__icon,
.posts-list--masonry-3-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button .btn__icon,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.compare.checkout-button .btn__icon,
.posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button .btn__icon,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--masonry-3-cols .hentry.post a.compare.checkout-button .btn__icon {
	font-size: 29px;
	line-height: 34px;
	width: 34px;
	position: absolute;
	margin: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 0.3s ease;
	font-size: 29px;
	line-height: 34px;
	width: 34px;
	position: absolute;
	margin: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 0.3s ease;
}

.posts-list--grid-2-cols .hentry.post .btn .btn__icon:before, .posts-list--grid-2-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button .btn__icon:before, .woocommerce .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.checkout-button .btn__icon:before,
.posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button .btn__icon:before,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--grid-2-cols .hentry.post a.checkout-button .btn__icon:before, .posts-list--grid-2-cols .hentry.post .woocommerce .button .btn__icon:before, .woocommerce .posts-list--grid-2-cols .hentry.post .button .btn__icon:before,
.posts-list--grid-2-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button .btn__icon:before,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.checkout-button .btn__icon:before,
.posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button .btn__icon:before,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--grid-2-cols .hentry.post a.checkout-button .btn__icon:before, .posts-list--grid-2-cols .hentry.post .woocommerce-account .button .btn__icon:before, .woocommerce-account .posts-list--grid-2-cols .hentry.post .button .btn__icon:before, .posts-list--grid-2-cols .hentry.post .yith-woocompare-widget a.compare.button .btn__icon:before, .yith-woocompare-widget .posts-list--grid-2-cols .hentry.post a.compare.button .btn__icon:before,
.posts-list--grid-2-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button .btn__icon:before,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.compare.checkout-button .btn__icon:before,
.posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button .btn__icon:before,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--grid-2-cols .hentry.post a.compare.checkout-button .btn__icon:before, .posts-list--grid-3-cols .hentry.post .btn .btn__icon:before, .posts-list--grid-3-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button .btn__icon:before, .woocommerce .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.checkout-button .btn__icon:before,
.posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button .btn__icon:before,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--grid-3-cols .hentry.post a.checkout-button .btn__icon:before, .posts-list--grid-3-cols .hentry.post .woocommerce .button .btn__icon:before, .woocommerce .posts-list--grid-3-cols .hentry.post .button .btn__icon:before,
.posts-list--grid-3-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button .btn__icon:before,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.checkout-button .btn__icon:before,
.posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button .btn__icon:before,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--grid-3-cols .hentry.post a.checkout-button .btn__icon:before, .posts-list--grid-3-cols .hentry.post .woocommerce-account .button .btn__icon:before, .woocommerce-account .posts-list--grid-3-cols .hentry.post .button .btn__icon:before, .posts-list--grid-3-cols .hentry.post .yith-woocompare-widget a.compare.button .btn__icon:before, .yith-woocompare-widget .posts-list--grid-3-cols .hentry.post a.compare.button .btn__icon:before,
.posts-list--grid-3-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button .btn__icon:before,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.compare.checkout-button .btn__icon:before,
.posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button .btn__icon:before,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--grid-3-cols .hentry.post a.compare.checkout-button .btn__icon:before, .posts-list--masonry-2-cols .hentry.post .btn .btn__icon:before, .posts-list--masonry-2-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button .btn__icon:before, .woocommerce .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.checkout-button .btn__icon:before,
.posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button .btn__icon:before,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--masonry-2-cols .hentry.post a.checkout-button .btn__icon:before, .posts-list--masonry-2-cols .hentry.post .woocommerce .button .btn__icon:before, .woocommerce .posts-list--masonry-2-cols .hentry.post .button .btn__icon:before,
.posts-list--masonry-2-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button .btn__icon:before,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.checkout-button .btn__icon:before,
.posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button .btn__icon:before,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--masonry-2-cols .hentry.post a.checkout-button .btn__icon:before, .posts-list--masonry-2-cols .hentry.post .woocommerce-account .button .btn__icon:before, .woocommerce-account .posts-list--masonry-2-cols .hentry.post .button .btn__icon:before, .posts-list--masonry-2-cols .hentry.post .yith-woocompare-widget a.compare.button .btn__icon:before, .yith-woocompare-widget .posts-list--masonry-2-cols .hentry.post a.compare.button .btn__icon:before,
.posts-list--masonry-2-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button .btn__icon:before,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.compare.checkout-button .btn__icon:before,
.posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button .btn__icon:before,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--masonry-2-cols .hentry.post a.compare.checkout-button .btn__icon:before, .posts-list--masonry-3-cols .hentry.post .btn .btn__icon:before, .posts-list--masonry-3-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button .btn__icon:before, .woocommerce .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.checkout-button .btn__icon:before,
.posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button .btn__icon:before,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--masonry-3-cols .hentry.post a.checkout-button .btn__icon:before, .posts-list--masonry-3-cols .hentry.post .woocommerce .button .btn__icon:before, .woocommerce .posts-list--masonry-3-cols .hentry.post .button .btn__icon:before,
.posts-list--masonry-3-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button .btn__icon:before,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.checkout-button .btn__icon:before,
.posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button .btn__icon:before,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--masonry-3-cols .hentry.post a.checkout-button .btn__icon:before, .posts-list--masonry-3-cols .hentry.post .woocommerce-account .button .btn__icon:before, .woocommerce-account .posts-list--masonry-3-cols .hentry.post .button .btn__icon:before, .posts-list--masonry-3-cols .hentry.post .yith-woocompare-widget a.compare.button .btn__icon:before, .yith-woocompare-widget .posts-list--masonry-3-cols .hentry.post a.compare.button .btn__icon:before,
.posts-list--masonry-3-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button .btn__icon:before,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.compare.checkout-button .btn__icon:before,
.posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button .btn__icon:before,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--masonry-3-cols .hentry.post a.compare.checkout-button .btn__icon:before {
	content: '\e8e4';
}

.posts-list--grid-2-cols .hentry.post .btn:hover, .posts-list--grid-2-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.checkout-button:hover,
.posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button:hover,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--grid-2-cols .hentry.post a.checkout-button:hover, .posts-list--grid-2-cols .hentry.post .woocommerce .button:hover, .woocommerce .posts-list--grid-2-cols .hentry.post .button:hover,
.posts-list--grid-2-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.checkout-button:hover,
.posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button:hover,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--grid-2-cols .hentry.post a.checkout-button:hover, .posts-list--grid-2-cols .hentry.post .woocommerce-account .button:hover, .woocommerce-account .posts-list--grid-2-cols .hentry.post .button:hover, .posts-list--grid-2-cols .hentry.post .yith-woocompare-widget a.compare.button:hover, .yith-woocompare-widget .posts-list--grid-2-cols .hentry.post a.compare.button:hover,
.posts-list--grid-2-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button:hover,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.compare.checkout-button:hover,
.posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button:hover,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--grid-2-cols .hentry.post a.compare.checkout-button:hover, .posts-list--grid-3-cols .hentry.post .btn:hover, .posts-list--grid-3-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.checkout-button:hover,
.posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button:hover,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--grid-3-cols .hentry.post a.checkout-button:hover, .posts-list--grid-3-cols .hentry.post .woocommerce .button:hover, .woocommerce .posts-list--grid-3-cols .hentry.post .button:hover,
.posts-list--grid-3-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.checkout-button:hover,
.posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button:hover,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--grid-3-cols .hentry.post a.checkout-button:hover, .posts-list--grid-3-cols .hentry.post .woocommerce-account .button:hover, .woocommerce-account .posts-list--grid-3-cols .hentry.post .button:hover, .posts-list--grid-3-cols .hentry.post .yith-woocompare-widget a.compare.button:hover, .yith-woocompare-widget .posts-list--grid-3-cols .hentry.post a.compare.button:hover,
.posts-list--grid-3-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button:hover,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.compare.checkout-button:hover,
.posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button:hover,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--grid-3-cols .hentry.post a.compare.checkout-button:hover, .posts-list--masonry-2-cols .hentry.post .btn:hover, .posts-list--masonry-2-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.checkout-button:hover,
.posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button:hover,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--masonry-2-cols .hentry.post a.checkout-button:hover, .posts-list--masonry-2-cols .hentry.post .woocommerce .button:hover, .woocommerce .posts-list--masonry-2-cols .hentry.post .button:hover,
.posts-list--masonry-2-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.checkout-button:hover,
.posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button:hover,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--masonry-2-cols .hentry.post a.checkout-button:hover, .posts-list--masonry-2-cols .hentry.post .woocommerce-account .button:hover, .woocommerce-account .posts-list--masonry-2-cols .hentry.post .button:hover, .posts-list--masonry-2-cols .hentry.post .yith-woocompare-widget a.compare.button:hover, .yith-woocompare-widget .posts-list--masonry-2-cols .hentry.post a.compare.button:hover,
.posts-list--masonry-2-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button:hover,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.compare.checkout-button:hover,
.posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button:hover,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--masonry-2-cols .hentry.post a.compare.checkout-button:hover, .posts-list--masonry-3-cols .hentry.post .btn:hover, .posts-list--masonry-3-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.checkout-button:hover,
.posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button:hover,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--masonry-3-cols .hentry.post a.checkout-button:hover, .posts-list--masonry-3-cols .hentry.post .woocommerce .button:hover, .woocommerce .posts-list--masonry-3-cols .hentry.post .button:hover,
.posts-list--masonry-3-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.checkout-button:hover,
.posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button:hover,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--masonry-3-cols .hentry.post a.checkout-button:hover, .posts-list--masonry-3-cols .hentry.post .woocommerce-account .button:hover, .woocommerce-account .posts-list--masonry-3-cols .hentry.post .button:hover, .posts-list--masonry-3-cols .hentry.post .yith-woocompare-widget a.compare.button:hover, .yith-woocompare-widget .posts-list--masonry-3-cols .hentry.post a.compare.button:hover,
.posts-list--masonry-3-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button:hover,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.compare.checkout-button:hover,
.posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button:hover,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--masonry-3-cols .hentry.post a.compare.checkout-button:hover {
	width: auto;
	left: auto;
	transition: all 0.3s ease;
}

.posts-list--grid-2-cols .hentry.post .btn:hover span, .posts-list--grid-2-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button:hover span, .woocommerce .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.checkout-button:hover span,
.posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button:hover span,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--grid-2-cols .hentry.post a.checkout-button:hover span, .posts-list--grid-2-cols .hentry.post .woocommerce .button:hover span, .woocommerce .posts-list--grid-2-cols .hentry.post .button:hover span,
.posts-list--grid-2-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover span,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.checkout-button:hover span,
.posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button:hover span,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--grid-2-cols .hentry.post a.checkout-button:hover span, .posts-list--grid-2-cols .hentry.post .woocommerce-account .button:hover span, .woocommerce-account .posts-list--grid-2-cols .hentry.post .button:hover span, .posts-list--grid-2-cols .hentry.post .yith-woocompare-widget a.compare.button:hover span, .yith-woocompare-widget .posts-list--grid-2-cols .hentry.post a.compare.button:hover span,
.posts-list--grid-2-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button:hover span,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.compare.checkout-button:hover span,
.posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button:hover span,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--grid-2-cols .hentry.post a.compare.checkout-button:hover span, .posts-list--grid-3-cols .hentry.post .btn:hover span, .posts-list--grid-3-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button:hover span, .woocommerce .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.checkout-button:hover span,
.posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button:hover span,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--grid-3-cols .hentry.post a.checkout-button:hover span, .posts-list--grid-3-cols .hentry.post .woocommerce .button:hover span, .woocommerce .posts-list--grid-3-cols .hentry.post .button:hover span,
.posts-list--grid-3-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover span,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.checkout-button:hover span,
.posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button:hover span,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--grid-3-cols .hentry.post a.checkout-button:hover span, .posts-list--grid-3-cols .hentry.post .woocommerce-account .button:hover span, .woocommerce-account .posts-list--grid-3-cols .hentry.post .button:hover span, .posts-list--grid-3-cols .hentry.post .yith-woocompare-widget a.compare.button:hover span, .yith-woocompare-widget .posts-list--grid-3-cols .hentry.post a.compare.button:hover span,
.posts-list--grid-3-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button:hover span,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.compare.checkout-button:hover span,
.posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button:hover span,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--grid-3-cols .hentry.post a.compare.checkout-button:hover span, .posts-list--masonry-2-cols .hentry.post .btn:hover span, .posts-list--masonry-2-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button:hover span, .woocommerce .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.checkout-button:hover span,
.posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button:hover span,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--masonry-2-cols .hentry.post a.checkout-button:hover span, .posts-list--masonry-2-cols .hentry.post .woocommerce .button:hover span, .woocommerce .posts-list--masonry-2-cols .hentry.post .button:hover span,
.posts-list--masonry-2-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover span,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.checkout-button:hover span,
.posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button:hover span,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--masonry-2-cols .hentry.post a.checkout-button:hover span, .posts-list--masonry-2-cols .hentry.post .woocommerce-account .button:hover span, .woocommerce-account .posts-list--masonry-2-cols .hentry.post .button:hover span, .posts-list--masonry-2-cols .hentry.post .yith-woocompare-widget a.compare.button:hover span, .yith-woocompare-widget .posts-list--masonry-2-cols .hentry.post a.compare.button:hover span,
.posts-list--masonry-2-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button:hover span,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.compare.checkout-button:hover span,
.posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button:hover span,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--masonry-2-cols .hentry.post a.compare.checkout-button:hover span, .posts-list--masonry-3-cols .hentry.post .btn:hover span, .posts-list--masonry-3-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button:hover span, .woocommerce .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.checkout-button:hover span,
.posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button:hover span,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--masonry-3-cols .hentry.post a.checkout-button:hover span, .posts-list--masonry-3-cols .hentry.post .woocommerce .button:hover span, .woocommerce .posts-list--masonry-3-cols .hentry.post .button:hover span,
.posts-list--masonry-3-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover span,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.checkout-button:hover span,
.posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button:hover span,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--masonry-3-cols .hentry.post a.checkout-button:hover span, .posts-list--masonry-3-cols .hentry.post .woocommerce-account .button:hover span, .woocommerce-account .posts-list--masonry-3-cols .hentry.post .button:hover span, .posts-list--masonry-3-cols .hentry.post .yith-woocompare-widget a.compare.button:hover span, .yith-woocompare-widget .posts-list--masonry-3-cols .hentry.post a.compare.button:hover span,
.posts-list--masonry-3-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button:hover span,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.compare.checkout-button:hover span,
.posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button:hover span,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--masonry-3-cols .hentry.post a.compare.checkout-button:hover span {
	width: auto;
	text-indent: 0;
}

.posts-list--grid-2-cols .hentry.post .post__date, .posts-list--grid-3-cols .hentry.post .post__date, .posts-list--masonry-2-cols .hentry.post .post__date, .posts-list--masonry-3-cols .hentry.post .post__date {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	z-index: 2;
}

.posts-list--grid-2-cols .hentry.post .post-thumbnail__format-link, .posts-list--grid-3-cols .hentry.post .post-thumbnail__format-link, .posts-list--masonry-2-cols .hentry.post .post-thumbnail__format-link, .posts-list--masonry-3-cols .hentry.post .post-thumbnail__format-link {
	margin-left: 15px;
	margin-right: 15px;
}

.posts-list--grid-2-cols .hentry.post .post-thumbnail__format-link .post-format-link, .posts-list--grid-3-cols .hentry.post .post-thumbnail__format-link .post-format-link, .posts-list--masonry-2-cols .hentry.post .post-thumbnail__format-link .post-format-link, .posts-list--masonry-3-cols .hentry.post .post-thumbnail__format-link .post-format-link {
	position: relative;
	padding: 7px 22px 8px 67px;
	text-align: left;
}

.posts-list--grid-2-cols .hentry.post .post-thumbnail__format-link .post-format-link:before, .posts-list--grid-3-cols .hentry.post .post-thumbnail__format-link .post-format-link:before, .posts-list--masonry-2-cols .hentry.post .post-thumbnail__format-link .post-format-link:before, .posts-list--masonry-3-cols .hentry.post .post-thumbnail__format-link .post-format-link:before {
	position: absolute;
	top: 5px;
	left: 23px;
}

.posts-list--grid-2-cols .hentry.post .post__date ~ .post-thumbnail__format-link, .posts-list--grid-3-cols .hentry.post .post__date ~ .post-thumbnail__format-link, .posts-list--masonry-2-cols .hentry.post .post__date ~ .post-thumbnail__format-link, .posts-list--masonry-3-cols .hentry.post .post__date ~ .post-thumbnail__format-link {
	margin-top: 14px;
}

.posts-list--grid-2-cols .hentry.post .format-quote .post__date + .post-format-quote, .posts-list--grid-3-cols .hentry.post .format-quote .post__date + .post-format-quote, .posts-list--masonry-2-cols .hentry.post .format-quote .post__date + .post-format-quote, .posts-list--masonry-3-cols .hentry.post .format-quote .post__date + .post-format-quote {
	padding: 117px 50px 67px;
}

.posts-list--grid-2-cols .hentry.post .format-quote .post__date + .post-format-quote:before, .posts-list--grid-3-cols .hentry.post .format-quote .post__date + .post-format-quote:before, .posts-list--masonry-2-cols .hentry.post .format-quote .post__date + .post-format-quote:before, .posts-list--masonry-3-cols .hentry.post .format-quote .post__date + .post-format-quote:before {
	top: 56px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.posts-list--grid-2-cols.posts-list .post-thumbnail--fullwidth, .posts-list--grid-2-cols .post-gallery, .posts-list--grid-2-cols .post-featured-content.format-quote, .posts-list--grid-3-cols.posts-list .post-thumbnail--fullwidth, .posts-list--grid-3-cols .post-gallery, .posts-list--grid-3-cols .post-featured-content.format-quote, .posts-list--masonry-2-cols.posts-list .post-thumbnail--fullwidth, .posts-list--masonry-2-cols .post-gallery, .posts-list--masonry-2-cols .post-featured-content.format-quote, .posts-list--masonry-3-cols.posts-list .post-thumbnail--fullwidth, .posts-list--masonry-3-cols .post-gallery, .posts-list--masonry-3-cols .post-featured-content.format-quote {
	margin: 0;
}

.posts-list--grid-2-cols .format-video .post-featured-content, .posts-list--grid-3-cols .format-video .post-featured-content, .posts-list--masonry-2-cols .format-video .post-featured-content, .posts-list--masonry-3-cols .format-video .post-featured-content {
	margin: 5px 0;
}

.blog-grid-3-cols .posts-list--grid-3-cols .hentry.post .format-quote .post__date + .post-format-quote, .blog-grid-3-cols .posts-list--masonry-3-cols .hentry.post .format-quote .post__date + .post-format-quote, .blog-masonry-3-cols .posts-list--grid-3-cols .hentry.post .format-quote .post__date + .post-format-quote, .blog-masonry-3-cols .posts-list--masonry-3-cols .hentry.post .format-quote .post__date + .post-format-quote {
	padding: 117px 20px 67px;
}

.blog-grid-3-cols .posts-list--grid-3-cols .has-thumb .post-thumbnail__format-link, .blog-grid-3-cols .posts-list--masonry-3-cols .has-thumb .post-thumbnail__format-link, .blog-masonry-3-cols .posts-list--grid-3-cols .has-thumb .post-thumbnail__format-link, .blog-masonry-3-cols .posts-list--masonry-3-cols .has-thumb .post-thumbnail__format-link {
	position: static;
	margin: 15px 0;
	-webkit-transform: translateY(0) translateZ(0);
	transform: translateY(0) translateZ(0);
	padding: 0;
}

.blog-grid-3-cols .posts-list--grid-3-cols .has-thumb .post-thumbnail__format-link .post-format-link, .blog-grid-3-cols .posts-list--masonry-3-cols .has-thumb .post-thumbnail__format-link .post-format-link, .blog-masonry-3-cols .posts-list--grid-3-cols .has-thumb .post-thumbnail__format-link .post-format-link, .blog-masonry-3-cols .posts-list--masonry-3-cols .has-thumb .post-thumbnail__format-link .post-format-link {
	display: block;
	padding: 50px 20px 15px;
}

.blog-grid-3-cols .posts-list--grid-3-cols .has-thumb .post-thumbnail__format-link .post-format-link:before, .blog-grid-3-cols .posts-list--masonry-3-cols .has-thumb .post-thumbnail__format-link .post-format-link:before, .blog-masonry-3-cols .posts-list--grid-3-cols .has-thumb .post-thumbnail__format-link .post-format-link:before, .blog-masonry-3-cols .posts-list--masonry-3-cols .has-thumb .post-thumbnail__format-link .post-format-link:before {
	top: 12px;
	right: 0;
	left: 0;
	text-align: center;
	margin: 0;
}

.blog-grid-3-cols .posts-list--grid-3-cols .audio-player-wrap, .blog-grid-3-cols .posts-list--masonry-3-cols .audio-player-wrap, .blog-masonry-3-cols .posts-list--grid-3-cols .audio-player-wrap, .blog-masonry-3-cols .posts-list--masonry-3-cols .audio-player-wrap {
	padding: 0;
}

.blog-grid-3-cols .posts-list--grid-3-cols .audio-player-wrap:before, .blog-grid-3-cols .posts-list--masonry-3-cols .audio-player-wrap:before, .blog-masonry-3-cols .posts-list--grid-3-cols .audio-player-wrap:before, .blog-masonry-3-cols .posts-list--masonry-3-cols .audio-player-wrap:before {
	display: none;
}

@media (min-width: 768px) {
	.blog-grid-3-cols .post-gallery .swiper-button-next, .blog-grid-3-cols .post-gallery .swiper-button-prev, .blog-masonry-3-cols .post-gallery .swiper-button-next, .blog-masonry-3-cols .post-gallery .swiper-button-prev {
		margin-top: 0;
		top: auto;
		bottom: 10px;
		width: 35px;
		height: 35px;
	}

	.blog-grid-3-cols .post-gallery .swiper-button-next:after, .blog-grid-3-cols .post-gallery .swiper-button-prev:after, .blog-masonry-3-cols .post-gallery .swiper-button-next:after, .blog-masonry-3-cols .post-gallery .swiper-button-prev:after {
		line-height: 36px;
	}
}

@media (max-width: 479px) {
	article.posts-list__item .hentry.post .format-quote .post__date + .post-format-quote {
		padding: 117px 20px 67px;
	}

	article.posts-list__item .hentry.post .post-thumbnail__format-link {
		position: static;
		display: block;
		-webkit-transform: translateY(0) translateZ(0);
		transform: translateY(0) translateZ(0);
		margin-right: 0;
		margin-left: 0;
	}

	article.posts-list__item .hentry.post .post-thumbnail__format-link .post-format-link {
		margin: 0;
		padding: 7px 20px 8px;
	}

	article.posts-list__item .hentry.post .post-thumbnail__format-link .post-format-link:before {
		display: none;
	}
}

.posts-list--masonry-2-cols {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
}

@media (max-width: 1199px) {
	.posts-list--masonry-2-cols {
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
	}
}

.posts-list--masonry-3-cols {
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.posts-list--masonry-3-cols {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}
}

@media (max-width: 767px) {
	.posts-list--masonry-3-cols {
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
	}
}

.posts-list--grid-3-cols .two-sidebars .card, .posts-list--masonry-3-cols .two-sidebars .card {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 calc(100% / 3 - 1.875rem);
	-moz-box-flex: 1;
	-moz-flex: 1 0 calc(100% / 3 - 1.875rem);
	-ms-flex: 1 0 calc(100% / 3 - 1.875rem);
	flex: 1 0 calc(100% / 3 - 1.875rem);
	max-width: calc(100% / 3 - 1.875rem);
}

@media (min-width: 768px) and (max-width: 1199px) {
	.posts-list--grid-2-cols .posts-list__item {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 calc(100% - 1.875rem);
		-moz-box-flex: 1;
		-moz-flex: 1 0 calc(100% - 1.875rem);
		-ms-flex: 1 0 calc(100% - 1.875rem);
		flex: 1 0 calc(100% - 1.875rem);
		max-width: calc(100% - 1.875rem);
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.posts-list--grid-3-cols {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}

	.posts-list--grid-3-cols .posts-list__item {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 calc(100% / 2 - 1.875rem);
		-moz-box-flex: 1;
		-moz-flex: 1 0 calc(100% / 2 - 1.875rem);
		-ms-flex: 1 0 calc(100% / 2 - 1.875rem);
		flex: 1 0 calc(100% / 2 - 1.875rem);
		max-width: calc(100% / 2 - 1.875rem);
	}
}

@media (max-width: 767px) {
	.posts-list--grid-2-cols .post-thumbnail, .posts-list--grid-2-cols .format-video .post-thumbnail, .posts-list--grid-3-cols .post-thumbnail, .posts-list--grid-3-cols .format-video .post-thumbnail {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}

	.posts-list--masonry-2-cols .hentry.post, .posts-list--masonry-3-cols .hentry.post {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (max-width: 992px) {
	body .card .entry-meta > span {
		display: inline-block;
	}
}

.blog .posts-list--masonry-2-cols article, .blog .posts-list--masonry-3-cols article {
	overflow: visible;
	display: inline-block;
	width: 100%;
}

.blog .posts-list--masonry-2-cols article + .hentry.post, .blog .posts-list--masonry-3-cols article + .hentry.post {
	display: inline-block;
}

@media (max-width: 991px) {
	.posts-list__item .btn, .posts-list__item .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .posts-list__item a.checkout-button,
	.posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list__item a.checkout-button, .posts-list__item .woocommerce .button, .woocommerce .posts-list__item .button,
	.posts-list__item .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list__item a.checkout-button,
	.posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list__item a.checkout-button, .posts-list__item .woocommerce-account .button, .woocommerce-account .posts-list__item .button, .posts-list__item .woocommerce .wishlist_table td.product-add-to-cart a.button, .woocommerce .wishlist_table td.product-add-to-cart .posts-list__item a.button, .posts-list__item .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout .posts-list__item a.checkout-button, .posts-list__item .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart a.checkout-button, .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart .posts-list__item a.checkout-button, .posts-list__item .woocommerce-account .wishlist_table td.product-add-to-cart a.button, .woocommerce-account .wishlist_table td.product-add-to-cart .posts-list__item a.button, .posts-list__item .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout .posts-list__item a.checkout-button, .posts-list__item .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .posts-list__item a.compare.button,
	.posts-list__item .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
	.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list__item a.compare.checkout-button,
	.posts-list__item .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list__item a.compare.checkout-button {
		width: auto;
		height: auto;
	}

	.posts-list--default .posts-list__item .btn__text, .posts-list.sticky .posts-list__item .btn__text {
		display: inline-block;
	}

	.posts-list--default .posts-list__item .btn__icon, .posts-list.sticky .posts-list__item .btn__icon {
		display: none;
	}

	.posts-list .entry-content {
		display: block;
	}

	.share-btns__list {
		margin-top: 10px;
		margin-bottom: 25px;
	}

	.posts-list--default.posts-list .share-btns__list + .btn, .posts-list--default.posts-list .woocommerce .wc-proceed-to-checkout .share-btns__list + a.checkout-button, .woocommerce .wc-proceed-to-checkout .posts-list--default.posts-list .share-btns__list + a.checkout-button,
	.posts-list--default.posts-list .woocommerce-page .wc-proceed-to-checkout .woocommerce .share-btns__list + a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--default.posts-list .share-btns__list + a.checkout-button, .posts-list--default.posts-list .woocommerce .share-btns__list + .button, .woocommerce .posts-list--default.posts-list .share-btns__list + .button, .posts-list--default.posts-list .woocommerce .wc-proceed-to-checkout .woocommerce-account .share-btns__list + a.checkout-button,
	.posts-list--default.posts-list .woocommerce-account .woocommerce-page .wc-proceed-to-checkout .share-btns__list + a.checkout-button,
	.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--default.posts-list .share-btns__list + a.checkout-button,
	.posts-list--default.posts-list .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .share-btns__list + a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--default.posts-list .share-btns__list + a.checkout-button, .posts-list--default.posts-list .woocommerce-account .share-btns__list + .button, .woocommerce-account .posts-list--default.posts-list .share-btns__list + .button, .posts-list--default.posts-list .woocommerce .wishlist_table td.product-add-to-cart .share-btns__list + a.button, .posts-list--default.posts-list .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart .share-btns__list + a.checkout-button,
	.posts-list--default.posts-list .woocommerce-page .wc-proceed-to-checkout .woocommerce .wishlist_table td.product-add-to-cart .share-btns__list + a.checkout-button, .posts-list--default.posts-list .woocommerce-account .wishlist_table td.product-add-to-cart .share-btns__list + a.button,
	.posts-list--default.posts-list .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .wishlist_table td.product-add-to-cart .share-btns__list + a.checkout-button, .posts-list--default.posts-list .yith-woocompare-widget .share-btns__list + a.compare.button, .yith-woocompare-widget .posts-list--default.posts-list .share-btns__list + a.compare.button, .posts-list--default.posts-list .woocommerce .wc-proceed-to-checkout .yith-woocompare-widget .share-btns__list + a.compare.checkout-button,
	.posts-list--default.posts-list .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .share-btns__list + a.compare.checkout-button,
	.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--default.posts-list .share-btns__list + a.compare.checkout-button,
	.posts-list--default.posts-list .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .share-btns__list + a.compare.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--default.posts-list .share-btns__list + a.compare.checkout-button {
		float: right;
	}
}

@media (max-width: 479px) {
	.share-btns__list {
		display: block;
		float: none;
	}

	.posts-list--default.posts-list .share-btns__list + .btn, .posts-list--default.posts-list .woocommerce .wc-proceed-to-checkout .share-btns__list + a.checkout-button, .woocommerce .wc-proceed-to-checkout .posts-list--default.posts-list .share-btns__list + a.checkout-button,
	.posts-list--default.posts-list .woocommerce-page .wc-proceed-to-checkout .woocommerce .share-btns__list + a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--default.posts-list .share-btns__list + a.checkout-button, .posts-list--default.posts-list .woocommerce .share-btns__list + .button, .woocommerce .posts-list--default.posts-list .share-btns__list + .button, .posts-list--default.posts-list .woocommerce .wc-proceed-to-checkout .woocommerce-account .share-btns__list + a.checkout-button,
	.posts-list--default.posts-list .woocommerce-account .woocommerce-page .wc-proceed-to-checkout .share-btns__list + a.checkout-button,
	.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--default.posts-list .share-btns__list + a.checkout-button,
	.posts-list--default.posts-list .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .share-btns__list + a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--default.posts-list .share-btns__list + a.checkout-button, .posts-list--default.posts-list .woocommerce-account .share-btns__list + .button, .woocommerce-account .posts-list--default.posts-list .share-btns__list + .button, .posts-list--default.posts-list .woocommerce .wishlist_table td.product-add-to-cart .share-btns__list + a.button, .posts-list--default.posts-list .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart .share-btns__list + a.checkout-button,
	.posts-list--default.posts-list .woocommerce-page .wc-proceed-to-checkout .woocommerce .wishlist_table td.product-add-to-cart .share-btns__list + a.checkout-button, .posts-list--default.posts-list .woocommerce-account .wishlist_table td.product-add-to-cart .share-btns__list + a.button,
	.posts-list--default.posts-list .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .wishlist_table td.product-add-to-cart .share-btns__list + a.checkout-button, .posts-list--default.posts-list .yith-woocompare-widget .share-btns__list + a.compare.button, .yith-woocompare-widget .posts-list--default.posts-list .share-btns__list + a.compare.button, .posts-list--default.posts-list .woocommerce .wc-proceed-to-checkout .yith-woocompare-widget .share-btns__list + a.compare.checkout-button,
	.posts-list--default.posts-list .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .share-btns__list + a.compare.checkout-button,
	.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--default.posts-list .share-btns__list + a.compare.checkout-button,
	.posts-list--default.posts-list .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .share-btns__list + a.compare.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--default.posts-list .share-btns__list + a.compare.checkout-button {
		float: none;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.position-two-sidebars .posts-list .share-btns__list {
		display: block;
		float: none;
	}

	.position-two-sidebars .posts-list .entry-footer .btn, .position-two-sidebars .posts-list .entry-footer .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .position-two-sidebars .posts-list .entry-footer a.checkout-button,
	.position-two-sidebars .posts-list .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce .position-two-sidebars .posts-list .entry-footer a.checkout-button, .position-two-sidebars .posts-list .entry-footer .woocommerce .button, .woocommerce .position-two-sidebars .posts-list .entry-footer .button,
	.position-two-sidebars .posts-list .entry-footer .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .position-two-sidebars .posts-list .entry-footer a.checkout-button,
	.position-two-sidebars .posts-list .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .position-two-sidebars .posts-list .entry-footer a.checkout-button, .position-two-sidebars .posts-list .entry-footer .woocommerce-account .button, .woocommerce-account .position-two-sidebars .posts-list .entry-footer .button, .position-two-sidebars .posts-list .entry-footer .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .position-two-sidebars .posts-list .entry-footer a.compare.button,
	.position-two-sidebars .posts-list .entry-footer .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
	.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .position-two-sidebars .posts-list .entry-footer a.compare.checkout-button,
	.position-two-sidebars .posts-list .entry-footer .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .position-two-sidebars .posts-list .entry-footer a.compare.checkout-button {
		float: none;
		margin-top: 30px;
	}

	.position-two-sidebars .posts-list .post__date {
		float: none;
		display: inline-block;
		margin-top: 0;
	}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-area {
	padding-top: 55px;
	padding-bottom: 15px;
}

.footer-area .mc4wp-form label {
	margin-bottom: 5px;
	display: block;
}

.footer-area .mc4wp-form input {
	margin-bottom: 11px;
}

.footer-area .widget_nav_menu ul.menu li .children {
	margin-top: 5px;
}

.footer-area .widget_nav_menu ul.menu li .children li {
	font-size: 0.8em;
	margin-left: 10px;
}

.footer-area .widget_nav_menu ul.menu li + li {
	border-top: 1px dotted #757577;
	margin-top: 9px;
	padding-top: 8px;
}

.footer-area .widget_nav_menu ul.menu li .sub-menu {
	margin-top: 9px;
	margin-bottom: 18px;
}

.footer-area .woocommerce-product-search {
	padding: 10px 0;
}

.footer-area .woocommerce-product-search input[type="search"] {
	vertical-align: top;
}

.footer-area .woocommerce-product-search button {
	padding: 10px 19px 9px;
}

.footer-area .woocommerce-product-search button i {
	width: auto;
	height: auto;
	line-height: 32px;
}

.footer-area .subscribe-block__input-group {
	width: 100%;
}

.footer-area .tm_about_store_widget .btn, .footer-area .tm_about_store_widget .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .footer-area .tm_about_store_widget a.checkout-button,
.footer-area .tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .footer-area .tm_about_store_widget a.checkout-button, .footer-area .tm_about_store_widget .woocommerce .button, .woocommerce .footer-area .tm_about_store_widget .button,
.footer-area .tm_about_store_widget .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .footer-area .tm_about_store_widget a.checkout-button,
.footer-area .tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .footer-area .tm_about_store_widget a.checkout-button, .footer-area .tm_about_store_widget .woocommerce-account .button, .woocommerce-account .footer-area .tm_about_store_widget .button, .footer-area .tm_about_store_widget .woocommerce .wishlist_table td.product-add-to-cart a.button, .woocommerce .wishlist_table td.product-add-to-cart .footer-area .tm_about_store_widget a.button, .footer-area .tm_about_store_widget .woocommerce-account .wishlist_table td.product-add-to-cart a.button, .woocommerce-account .wishlist_table td.product-add-to-cart .footer-area .tm_about_store_widget a.button, .footer-area .tm_about_store_widget .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .footer-area .tm_about_store_widget a.compare.button,
.footer-area .tm_about_store_widget .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .footer-area .tm_about_store_widget a.compare.checkout-button,
.footer-area .tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .footer-area .tm_about_store_widget a.compare.checkout-button {
	margin-top: 20px;
}

.footer-container {
	padding: 50px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.footer-container .container {
		max-width: 100%;
	}
}

.site-info .footer-logo {
	margin: 6px 0 4px;
}

.site-info .social-list {
	margin: 19px 0;
}

.site-info__flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-line-pack: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.site-info__flex {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (min-width: 768px) {
	.site-info__flex {
		-webkit-flex-direction: row;
		flex-direction: row;
	}
}

.site-info__flex .footer-logo {
	-webkit-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: center;
	align-self: center;
}

.site-info__flex .social-list {
	-webkit-order: 1;
	order: 1;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: center;
	align-self: center;
	white-space: nowrap;
}

@media (min-width: 768px) {
	.site-info__flex .social-list {
		-webkit-order: 2;
		order: 2;
	}
}

.site-info__flex .site-info__mid-box {
	-webkit-order: 2;
	order: 2;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: center;
	align-self: center;
	text-align: center;
}

@media (min-width: 768px) {
	.site-info__flex .site-info__mid-box {
		-webkit-order: 1;
		order: 1;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.site-info .site-info__mid-box {
		padding: 0 30px;
		word-wrap: normal;
		-moz-hyphens: none;
		hyphens: none;
	}
}

.footer-menu__items li {
	padding: 8px 15px;
}

@media (max-width: 479px) {
	.footer-menu__items li {
		padding: 8px;
	}
}

@media (max-width: 479px) {
	footer .footer-copyright a {
		clear: both;
		display: inline-block;
	}
}

footer .product-categories li {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 10px;
}

footer .product-categories li:before {
	display: none;
}

footer .product-categories li + li {
	border-top: 1px dotted #757577;
	padding-top: 6px;
}

footer .recentcomments {
	font-style: italic;
}

footer .recentcomments:before, footer .recentcomments:after {
	display: table;
	content: "";
	line-height: 0;
}

footer .recentcomments:after {
	clear: both;
}

footer .recentcomments .comment-author-link {
	float: left;
	margin-right: 4px;
	font-style: normal;
}

footer .recentcomments a {
	float: left;
	clear: both;
	font-style: normal;
	margin-top: 3px !important;
	display: inline-block !important;
}

footer .widget_recent_comments ul li {
	margin-top: 19px;
	border: none;
	padding-top: 0;
	font-size: 14px;
}

footer .footer-area-wrap .footer-area {
	padding-top: 55px;
	padding-bottom: 34px;
	border-bottom: 1px solid #7e7e80;
}

footer .footer-area-wrap .footer-area .widget {
	margin-bottom: 16px;
}

footer .widget_recent_entries ul li {
	margin-top: 19px;
	margin-bottom: 0;
	padding-top: 0;
	border: none;
	font-size: 14px;
}

footer .widget_recent_entries ul li .post-author {
	display: block;
	font-style: italic;
	margin-bottom: 1px;
}

footer .widget_recent_entries ul li .post-author a {
	font-style: normal;
	margin-bottom: 0;
}

footer .widget_recent_entries ul li .post-author + a {
	font-size: 16px;
}

footer .widget_recent_entries ul li .post-date {
	margin: -3px 0 0 19px;
}

footer .widget_recent_entries ul li .post-date:before {
	top: 2px;
	left: -21px;
}

footer .widget_recent_entries ul li + li {
	margin-top: 15px;
}

.contact-form-wrap {
	margin-top: 19px;
}

.contact-form-wrap em {
	margin-bottom: 5px;
	display: inline-block;
}

.contact-form-wrap input {
	padding: 14px;
}

.contact-form-wrap input.wpcf7-submit {
	padding: 1em 1.45em 1.1em;
}

.contact-form-wrap p + p {
	margin-top: 14px;
}

.contact-form-wrap textarea {
	min-height: 133px;
	height: 183px;
	max-height: 233px;
	margin-bottom: 30px;
}

.contact-form-wrap img.ajax-loader {
	margin-top: 0;
}

.site-footer.default .footer-copyright {
	display: block;
	vertical-align: middle;
}

@media (min-width: 992px) {
	.site-footer.default .footer-copyright {
		display: inline-block;
	}
}

.site-footer.default .footer-menu {
	display: block;
	vertical-align: middle;
}

@media (min-width: 1200px) {
	.site-footer.default .footer-menu__items {
		border-left: 1px solid rgba(255, 255, 255, 0.1);
		margin-left: 25px;
	}
}

@media (min-width: 1200px) {
	.site-footer.default .footer-menu {
		display: inline-block;
	}
}

.site-footer.centered {
	text-align: center;
}

.site-footer.centered .footer-container {
	padding: 50px 0 42px;
}

.site-footer.centered .footer-text-center {
	max-width: 930px;
	margin-left: auto;
	margin-right: auto;
}

.site-footer.centered * + .footer-text-center {
	margin-top: 12px;
}

.site-footer.centered .site-info .social-list {
	margin: 25px 0 21px;
}

.site-footer.minimal .footer-copyright {
	display: block;
	vertical-align: middle;
	word-wrap: normal;
	-moz-hyphens: none;
	hyphens: none;
}

@media (min-width: 992px) {
	.site-footer.minimal .footer-copyright {
		display: inline-block;
	}
}

.site-footer.minimal .footer-menu {
	display: block;
	vertical-align: middle;
}

@media (min-width: 1200px) {
	.site-footer.minimal .footer-menu__items {
		border-left: 1px solid rgba(255, 255, 255, 0.1);
		margin-left: 25px;
	}
}

@media (min-width: 1200px) {
	.site-footer.minimal .footer-menu {
		display: inline-block;
	}
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.not-found {
	box-shadow: none;
	background: #fff;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	text-align: center;
	margin: 0 0 10px;
}

@media (min-width: 992px) {
	.not-found {
		box-shadow: none;
	}
}

.not-found .page-title {
	margin: 6px 0 8px;
}

.not-found .page-content {
	margin: 0;
}

.not-found h2 {
	margin-top: 8px;
	margin-bottom: 31px;
}

.not-found h4 {
	margin-bottom: 14px;
}

.not-found hr {
	margin: 48px 0 54px;
}

.not-found .search-form {
	max-width: 397px;
	margin-left: auto;
	margin-right: auto;
}

.not-found h4 {
	margin-bottom: 14px;
}

.not-found .btn, .not-found .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .not-found a.checkout-button,
.not-found .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .not-found a.checkout-button, .not-found .woocommerce .button, .woocommerce .not-found .button,
.not-found .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .not-found a.checkout-button,
.not-found .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .not-found a.checkout-button, .not-found .woocommerce-account .button, .woocommerce-account .not-found .button, .not-found .woocommerce .wishlist_table td.product-add-to-cart a.button, .woocommerce .wishlist_table td.product-add-to-cart .not-found a.button, .not-found .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout .not-found a.checkout-button, .not-found .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart a.checkout-button, .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart .not-found a.checkout-button, .not-found .woocommerce-account .wishlist_table td.product-add-to-cart a.button, .woocommerce-account .wishlist_table td.product-add-to-cart .not-found a.button, .not-found .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout .not-found a.checkout-button, .not-found .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .not-found a.compare.button,
.not-found .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .not-found a.compare.checkout-button,
.not-found .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .not-found a.compare.checkout-button {
	margin-bottom: 11px;
}

@media (min-width: 992px) {
	.not-found {
		padding: 30px;
		margin: 0 0 30px;
	}
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

.img-pull-left {
	width: 50%;
	float: left;
	margin: 0 4% 1% 0;
}

.img-pull-right {
	width: 50%;
	float: right;
	margin: 0 0 1% 4%;
}

.alignleft {
	margin: 15px 30px 15px 0;
}

.alignright {
	margin: 15px 0 15px 30px;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Embeds
--------------------------------------------------------------*/
.embed-responsive {
	position: relative;
	display: block;
	padding: 0;
}

.posts-list--masonry-3-cols .embed-responsive, .posts-list--masonry-2-cols .embed-responsive {
	overflow: visible;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 62.33%;
}

.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%;
}

/*--------------------------------------------------------------
# TM Wooccommerce styles
--------------------------------------------------------------*/
/*
	Style for TM Woocommerce theme - JaneStyle
*/
/*Header*/
/*Navigation*/
/*Fairy BNE Styles*/
.bne-testimonial-slider.bne-flexslider .flex-control-nav {
	text-align: center;
}

.bne-testimonial-slider.bne-flexslider .flex-control-nav li {
	float: none;
	display: inline-block;
}

.bne-testimonial-slider.bne-flexslider .flex-control-nav li a {
	width: 10px;
	height: 10px;
	border-radius: 620px;
	transition: all ease 0.3s;
}

.bne-testimonial-list-wrapper .bne-testimonial-featured-image {
	box-shadow: none;
	border-radius: 0;
	border: none;
	padding: 0;
}

.bne-testimonial-list-wrapper h3 {
	text-transform: none;
}

.page .bne-testimonial-list-wrapper h3 {
	text-transform: none;
}

/*First word title - bold*/
.widget_product_categories_image h4, .tm_products_carousel_widget h4, .widget_carousel h4, .after-content-area h4 {
	text-align: center;
	padding-bottom: 15px;
	padding-top: 21px;
	margin-bottom: 40px !important;
	position: relative;
}

.widget_product_categories_image h4:after, .tm_products_carousel_widget h4:after, .widget_carousel h4:after, .after-content-area h4:after {
	position: absolute;
	width: 132px;
	content: "";
	height: 2px;
	left: 50%;
	bottom: -10px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.widget_product_categories_image h4 span, .tm_products_carousel_widget h4 span, .widget_carousel h4 span, .after-content-area h4 span {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
}

@media (min-width: 768px) {
	.widget_product_categories_image h4 span, .tm_products_carousel_widget h4 span, .widget_carousel h4 span, .after-content-area h4 span {
		display: inline;
	}
}

.widget_carousel h4 span, .after-content-area h4 span {
	display: inline;
}

.after-content-area h4 {
	text-align: center;
}

@media (min-width: 768px) {
	.after-content-area h4 {
		text-align: left;
	}

	.after-content-area h4:after {
		left: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.home .site-content {
	padding-top: 29px;
}

.home .site-main {
	padding: 0;
	margin: 0;
}

.home .site-main .hentry {
	margin: 0;
}

.home .site-main .hentry .entry-content {
	margin: 0;
}

.home .widget_bne_testimonials_slider_widget {
	margin-bottom: 0;
}

.single-post .site-main, .page .site-main, .single .site-main {
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
}

div#primary {
	width: 100%;
}

.after-content-full-width-area {
	padding-bottom: 29px;
}

/*Widget Styles*/
.sidebar-primary .widget,
.sidebar-secondary .widget,
.before-content-area .widget,
.before-loop-area .widget,
.after-loop-area .widget {
	padding: 0;
	box-shadow: none;
	background: none;
	border-radius: 0;
}

.after-content-area .widget {
	box-shadow: none;
	padding-top: 0;
	padding-bottom: 0;
}

.full-width-header-area .widget.widget_top_rated_products .product_list_widget, .full-width-header-area .widget.widget_recent_reviews .product_list_widget, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget, .full-width-header-area .widget.widget_products .product_list_widget, .before-content-area .widget.widget_top_rated_products .product_list_widget, .before-content-area .widget.widget_recent_reviews .product_list_widget, .before-content-area .widget.widget_recently_viewed_products .product_list_widget, .before-content-area .widget.widget_products .product_list_widget, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget, .after-content-full-width-area .widget.widget_products .product_list_widget, .before-loop-area .widget.widget_top_rated_products .product_list_widget, .before-loop-area .widget.widget_recent_reviews .product_list_widget, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget, .before-loop-area .widget.widget_products .product_list_widget, .after-loop-area .widget.widget_top_rated_products .product_list_widget, .after-loop-area .widget.widget_recent_reviews .product_list_widget, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget, .after-loop-area .widget.widget_products .product_list_widget {
	margin-top: 0;
}

.woocommerce div.product .product-widget-categories li, .widget-area .widget .product_list_widget > li .product-widget-categories li, .woocommerce div.product .product-widget-tags li {
	display: inline-block;
	margin: 0;
	padding: 0 5px 0 0;
	position: relative;
	font-size: 14px;
	line-height: 22px;
}

.woocommerce div.product .product-widget-categories li:last-child, .widget-area .widget .product_list_widget > li .product-widget-categories li:last-child, .woocommerce div.product .product-widget-tags li:last-child {
	padding-right: 0;
}

.woocommerce div.product .product-widget-categories li:last-child:before, .widget-area .widget .product_list_widget > li .product-widget-categories li:last-child:before, .woocommerce div.product .product-widget-tags li:last-child:before {
	display: none;
}

.woocommerce div.product .product-widget-categories li:before, .widget-area .widget .product_list_widget > li .product-widget-categories li:before, .woocommerce div.product .product-widget-tags li:before {
	content: ",";
	display: inline-block;
	position: absolute;
	bottom: 2px;
	left: auto;
	right: -1px;
	top: auto;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.widget-area .widget .product-categories-thumbnail div {
	margin: 0 0 30px 0;
}

@media (max-width: 380px) {
	.widget-area .widget .product-categories-thumbnail div {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.widget-area .widget .product-categories-thumbnail div > a {
	display: block;
	position: relative;
}

.widget-area .widget .product-categories-thumbnail div > a figure {
	position: relative;
	z-index: 1;
}

.widget-area .widget .product-categories-thumbnail div > a figure img {
	width: 100%;
	display: block;
}

.widget-area .widget .product-categories-thumbnail div > a:hover .title_count {
	background: rgba(0, 0, 0, 0.9);
	bottom: 50%;
	transform: translateY(100%);
	color: white;
}

.widget-area .widget .product-categories-thumbnail div > a:hover .title_count h5 {
	color: white;
}

.widget-area .widget .product-categories-thumbnail div > a:hover .title_count em {
	color: white;
	font-weight: 300;
}

.widget-area .widget .product-categories-thumbnail div .title_count {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	width: 100%;
	text-align: center;
	background: rgba(255, 255, 255, 0.9);
	transition: 0.5s ease all;
	transform: translateY(0);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 70px;
	font-weight: 300;
}

.widget-area .widget .product-categories-thumbnail div .title_count h5 {
	margin: 0;
	transition: 0.5s ease all;
}

.widget-area .widget .product-categories-thumbnail div .title_count em {
	font-style: normal;
	transition: 0.5s ease all;
}

.widget-area .widget .product_list_widget > li {
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	padding-bottom: 10px;
}

@media (min-width: 768px) {
	.widget-area .widget .product_list_widget > li {
		padding-bottom: 30px;
	}
}

@media (min-width: 992px) {
	.widget-area .widget .product_list_widget > li {
		padding-bottom: 13px;
	}
}

.widget-area .widget .product_list_widget > li a {
	font-weight: 300;
}

.widget-area .widget .product_list_widget > li > a:first-child {
	float: left;
	display: block;
	margin: 0 20px 20px 0;
}

@media (min-width: 768px) {
	.widget-area .widget .product_list_widget > li > a:first-child {
		margin: 0 20px 10px 0;
	}
}

@media (min-width: 992px) {
	.widget-area .widget .product_list_widget > li > a:first-child {
		margin: 0 20px 20px 0;
	}
}

.widget-area .widget .product_list_widget > li img {
	width: 100px;
	margin-left: 0;
}

.widget-area .widget .product_list_widget > li .product-widget-categories {
	display: block;
	clear: none;
	margin-top: 0;
	-webkit-transform: translateY(-7px);
	transform: translateY(-7px);
}

@media (min-width: 768px) {
	.widget-area .widget .product_list_widget > li .product-widget-categories {
		clear: both;
	}
}

@media (min-width: 992px) {
	.widget-area .widget .product_list_widget > li .product-widget-categories {
		clear: none;
	}
}

.widget-area .widget .product_list_widget > li .product_title_link {
	margin-top: -7px;
	overflow: hidden;
}

.widget-area .widget .product_list_widget > li .product_title_link > a {
	font-weight: 300;
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
}

.widget-area .widget .product_list_widget > li .product_title_link > a span.product-title {
	display: block;
}

.widget-area .widget .product_list_widget > li .reviewer {
	display: block;
	font-size: 14px;
	line-height: 22px;
	transform: translateY(-4px);
}

.widget-area .widget .product_list_widget > li .reviewer span {
	font-style: normal;
}

.widget-area .widget .product_list_widget > li .star-rating {
	margin-top: 5px;
	font-size: 0.75em;
}

.widget-area .widget .product_list_widget > li .amount, .widget-area .widget .product_list_widget > li ins {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding: 0;
}

@media (min-width: 544px) {
	.widget-area .widget .product_list_widget > li .amount, .widget-area .widget .product_list_widget > li ins {
		font-size: 20px;
		line-height: 28px;
	}
}

.widget-area .widget .product_list_widget > li .amount del, .widget-area .widget .product_list_widget > li ins del {
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
}

.widget-area .widget .product_list_widget > li del {
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
}

.widget-area .widget .product_list_widget > li del .amount {
	font-size: 16px;
	line-height: 20px;
	text-decoration: line-through;
	font-weight: 300;
}

.woocommerce .star-rating {
	font-size: 0.8em;
	height: 1.1em;
}

.full-width-header-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image, .after-content-full-width-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image, .before-content-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image, .after-content-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image {
	flex: 0 0 100px;
}

.tm_about_store_widget_bg, .footer-area .tm_about_store_widget {
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	min-height: 350px;
	padding: 30px 10%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 992px) {
	.tm_about_store_widget_bg, .footer-area .tm_about_store_widget {
		background-image: none !important;
	}
}

@media (min-width: 992px) {
	.tm_about_store_widget_bg, .footer-area .tm_about_store_widget {
		min-height: 670px;
	}
}

.tm_about_store_widget_bg .tm_about_store_widget_bg_inner, .footer-area .tm_about_store_widget .tm_about_store_widget_bg_inner {
	position: relative;
	top: 5px;
}

.tm_about_store_widget_bg .widget-title, .footer-area .tm_about_store_widget .widget-title {
	position: relative;
	font-style: italic;
	margin-bottom: 34px;
	padding-bottom: 15px;
}

.tm_about_store_widget_bg .widget-title span, .footer-area .tm_about_store_widget .widget-title span {
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	display: block;
}

@media (min-width: 768px) {
	.tm_about_store_widget_bg .widget-title span, .footer-area .tm_about_store_widget .widget-title span {
		display: inline;
	}
}

.tm_about_store_widget_bg .widget-title:after, .footer-area .tm_about_store_widget .widget-title:after {
	position: absolute;
	width: 132px;
	content: "";
	height: 2px;
	left: 50%;
	bottom: -10px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tm_about_store_widget_bg .textwidget, .footer-area .tm_about_store_widget .textwidget {
	margin-bottom: 20px;
}

.tm_about_store_widget_bg .textwidget b, .footer-area .tm_about_store_widget .textwidget b {
	text-transform: uppercase;
	display: block;
}

/*Single product page styles*/
.woocommerce.single-product a.compare.button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce.single-product a.compare.checkout-button,
.single-product.woocommerce .wc-proceed-to-checkout a.compare.checkout-button, .woocommerce .single-product a.compare.button, .woocommerce .wc-proceed-to-checkout .single-product a.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .single-product a.compare.checkout-button, .woocommerce .single-product .wc-proceed-to-checkout a.compare.checkout-button {
	background: none;
	font-weight: 300;
}

.woocommerce.single-product a.compare.button:hover,
.woocommerce-page .wc-proceed-to-checkout .woocommerce.single-product a.compare.checkout-button:hover,
.single-product.woocommerce .wc-proceed-to-checkout a.compare.checkout-button:hover, .woocommerce .single-product a.compare.button:hover, .woocommerce .wc-proceed-to-checkout .single-product a.compare.checkout-button:hover,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .single-product a.compare.checkout-button:hover, .woocommerce .single-product .wc-proceed-to-checkout a.compare.checkout-button:hover {
	background: none;
}

.woocommerce div.product form.cart .variations {
	display: block;
}

.woocommerce div.product form.cart .variations td {
	display: block;
}

.woocommerce div.product form.cart .variations td select, .woocommerce div.product form.cart .variations td option {
	height: 49px;
	padding: 10px;
}

.woocommerce div.product form.cart .variations td.label {
	display: block;
	font-style: italic;
	font-weight: 300;
}

.woocommerce div.product form.cart .variations td.label:after {
	content: ":";
	display: inline-block;
}

.woocommerce div.product form.cart .variations td.label label {
	font-weight: 300;
}

.woocommerce table.shop_attributes td {
	padding: 8px;
}

.woocommerce #review_form #respond p .stars {
	position: relative;
	top: 3px;
	margin-left: 5px;
}

.single-product-images {
	visibility: hidden;
	position: relative;
	margin: 0 auto;
}

.single-product-images.single-product-images-vertical .jssort01-99-66 .p {
	width: 100%;
}

.single-product-images.single-product-images-vertical .jssora11l,
.single-product-images.single-product-images-vertical .jssora11r {
	left: 0;
	width: 100%;
	text-align: center;
}

.single-product-images.single-product-images-vertical .jssora11l {
	top: -28px;
}

.single-product-images.single-product-images-vertical .jssora11l:before {
	content: '\f106';
}

.single-product-images.single-product-images-vertical .jssora11r {
	bottom: -28px;
}

.single-product-images.single-product-images-vertical .jssora11r:before {
	content: '\f107';
}

.single-product-images.single-product-images-vertical .enlarge {
	bottom: 10px;
}

.single-product-images.single-product-images-horizontal .jssort01-99-66 .p {
	height: 100%;
}

.single-product-images.single-product-images-horizontal .jssora11l,
.single-product-images.single-product-images-horizontal .jssora11r {
	top: 0;
	height: 100%;
}

.single-product-images.single-product-images-horizontal .jssora11l:before,
.single-product-images.single-product-images-horizontal .jssora11r:before {
	line-height: 0;
	top: 50%;
	position: absolute;
}

.single-product-images.single-product-images-horizontal .jssora11l {
	left: -15px;
}

.single-product-images.single-product-images-horizontal .jssora11l:before {
	left: 0;
	content: '\f104';
}

.single-product-images.single-product-images-horizontal .jssora11r {
	right: -15px;
}

.single-product-images.single-product-images-horizontal .jssora11r:before {
	right: 0;
	content: '\f105';
}

.single-product-images.single-product-images-horizontal .enlarge {
	bottom: auto;
	top: 10px;
}

.single-product-images div[data-u=loading] {
	position: absolute;
	top: 0px;
	left: 0px;
}

.single-product-images div[data-u=slides] {
	cursor: default;
	position: relative;
	top: 0px;
	right: 0;
	overflow: hidden;
}

.single-product-images .enlarge {
	position: absolute;
	right: 10px;
	width: 50px;
	height: 50px;
	border-radius: 1000px;
	z-index: 100;
	cursor: pointer;
	color: #fff;
	text-align: center;
	line-height: 48px;
	font-size: 29px;
	transition: transform .1s ease;
	display: none;
}

.single-product-images .enlarge:before {
	content: '\e03d';
	font-family: "fl-line-icon-set";
}

.single-product-images .enlarge:hover {
	transform: scale(1.2);
}

@media (min-width: 768px) {
	.single-product-images .enlarge {
		display: block;
	}
}

.jssora11l,
.jssora11r {
	position: absolute;
	cursor: pointer;
	transition: color .2s ease;
	font-size: 1.2em;
}

.jssora11l:before,
.jssora11r:before {
	font-family: fontawesome;
}

.jssort01-99-66 {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.jssort01-99-66 .p {
	position: absolute;
	top: 0;
	left: 0;
}

.jssort01-99-66 .p.pav .c, .jssort01-99-66 .p:hover .c, .jssort01-99-66 .p.pdn .c {
	border: #000 2px solid;
}

.jssort01-99-66 .t {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.jssort01-99-66 .w {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.jssort01-99-66 .c {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: transparent 0px solid;
	transition: border .2s ease;
	cursor: pointer;
}

.single-product .single-product-images-vertical + span.onsale {
	left: 21.4%;
	top: 3.34%;
}

.single-product .single-product-images-horizontal + span.onsale {
	left: 3.8%;
	top: 2.3%;
}

.single-product.woocommerce .single-product-images-vertical + span.onsale {
	left: 21.4%;
	top: 3.34%;
}

.single-product.woocommerce .single-product-images-horizontal + span.onsale {
	left: 3.8%;
	top: 2.3%;
}

.single-product .product_title {
	font-weight: 400;
	font-style: italic;
	text-transform: none;
}

.single-image-container {
	position: relative;
	margin-bottom: 56px;
	padding: 0 10px;
}

@media (min-width: 768px) {
	.single-image-container {
		padding: 0;
	}
}

.easyzoom {
	display: inline-block;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom-flyout {
	position: absolute;
	z-index: 100;
	overflow: hidden;
	background: #fff;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom-flyout img {
	max-width: inherit;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.dataTables_wrapper .compare-list tr.title td {
	font-size: 25px;
	line-height: 30px;
}

.yith-wcwl-add-to-wishlist {
	margin: 0;
	float: left;
	padding-right: 21px;
	position: relative;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
	width: 1em !important;
	height: 1em !important;
	font-size: 2em;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -0.5em;
	margin-top: -0.5em;
	line-height: 1;
	opacity: 0.6;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

a.add_to_wishlist {
	font-weight: 300;
}

a.add_to_wishlist:before {
	font-weight: 400;
	content: '\e87e';
	font-family: 'Material Icons';
	font-size: 18px;
	vertical-align: middle;
	margin-right: 3px;
}

a.compare.button, .woocommerce .wc-proceed-to-checkout a.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button {
	position: relative;
	background: none;
	border-radius: 0;
	padding: 0 0 0 19px;
	text-transform: inherit;
	font-weight: 300;
}

a.compare.button:before, .woocommerce .wc-proceed-to-checkout a.compare.checkout-button:before,
.woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button:before {
	font-weight: 400;
	content: '\e164';
	font-family: 'Material Icons';
	transform: rotate(-90deg);
	position: absolute;
	top: -2px;
	left: -2px;
	font-size: 18px;
}

#commentform label {
	display: block;
	margin-bottom: 5px;
}

#commentform label,
#commentform span.for_rating {
	font-style: italic;
	font-weight: 300;
}

#commentform input[type=text] {
	display: block;
	width: 100%;
}

#commentform p.stars {
	display: inline-block;
}

.button, .woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.single-product.woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .single-product .wc-proceed-to-checkout a.checkout-button, input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce button.button {
	border-radius: 0;
	text-transform: uppercase;
	box-shadow: none !important;
	padding: 1em 1.45em 1em;
}

textarea {
	display: block;
}

input.qty[type=number]::-webkit-outer-spin-button,
input.qty[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input.qty[type=number] {
	-moz-appearance: textfield;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	line-height: 1.42;
}

.woocommerce-error li:before {
	display: none;
}

.page .entry-content table.shop_table a,
.page .entry-content a.checkout-button {
	text-decoration: none;
}

.woocommerce .upsells ul, .woocommerce-account .upsells ul {
	width: 100%;
}

.woocommerce.search-results .products div.product .block_product_thumbnail img, .woocommerce-account.search-results .products div.product .block_product_thumbnail img {
	width: 100%;
}

.woocommerce .wishlist_table a.remove:before, .woocommerce-account .wishlist_table a.remove:before {
	display: none;
}

.woocommerce .wishlist_table td.product-price mark, .woocommerce .wishlist_table td.product-price ins, .woocommerce-account .wishlist_table td.product-price mark, .woocommerce-account .wishlist_table td.product-price ins {
	background: none;
}

.woocommerce .entry-content .yith-wcwl-share ul li, .woocommerce-account .entry-content .yith-wcwl-share ul li {
	padding-left: 0;
	padding-right: 13px;
}

.woocommerce .entry-content .yith-wcwl-share ul li:before, .woocommerce-account .entry-content .yith-wcwl-share ul li:before {
	display: none;
}

.woocommerce span.onsale,
.woocommerce span.new,
.woocommerce span.featured,
.woocommerce-page span.onsale,
.woocommerce-page span.new,
.woocommerce-page span.featured,
.single-product.woocommerce span.onsale,
.single-product.woocommerce span.new,
.single-product.woocommerce span.featured, .woocommerce .single-product span.onsale,
.woocommerce .single-product span.new,
.woocommerce .single-product span.featured {
	z-index: 100;
	padding: 0 6px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	min-height: inherit;
	min-width: inherit;
	font-style: italic;
	font-weight: 900;
	border-radius: 0;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.woocommerce span.featured,
.woocommerce-page span.featured,
.single-product.woocommerce span.featured, .woocommerce .single-product span.featured {
	color: #ff4747;
}

.woocommerce button.single_add_to_cart_button,
.woocommerce-page button.single_add_to_cart_button,
.single-product.woocommerce button.single_add_to_cart_button, .woocommerce .single-product button.single_add_to_cart_button {
	border-radius: 0;
	padding-top: 14px;
	padding-bottom: 14px;
}

.woocommerce button.single_add_to_cart_button:before,
.woocommerce-page button.single_add_to_cart_button:before,
.single-product.woocommerce button.single_add_to_cart_button:before, .woocommerce .single-product button.single_add_to_cart_button:before {
	content: '\e061';
	font-family: "fl-line-icon-set";
	font-size: 29px;
	margin-right: 10px;
	vertical-align: middle;
	font-weight: normal;
	line-height: 21px;
}

.woocommerce div.quantity input.qty,
.woocommerce-page div.quantity input.qty,
.single-product.woocommerce div.quantity input.qty, .woocommerce .single-product div.quantity input.qty {
	width: 90px;
}

.woocommerce div.product,
.woocommerce-page div.product,
.single-product.woocommerce div.product, .woocommerce .single-product div.product {
	position: relative;
}

.woocommerce div.product span.new,
.woocommerce div.product span.featured,
.woocommerce-page div.product span.new,
.woocommerce-page div.product span.featured,
.single-product.woocommerce div.product span.new,
.single-product.woocommerce div.product span.featured, .woocommerce .single-product div.product span.new,
.woocommerce .single-product div.product span.featured {
	position: absolute;
	top: 10px;
	left: 9px;
}

.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity,
.single-product.woocommerce div.product form.cart div.quantity, .woocommerce .single-product div.product form.cart div.quantity {
	margin-right: 5px;
	position: relative;
}

@media (min-width: 544px) {
	.woocommerce div.product form.cart div.quantity,
	.woocommerce-page div.product form.cart div.quantity,
	.single-product.woocommerce div.product form.cart div.quantity, .woocommerce .single-product div.product form.cart div.quantity {
		margin-right: 10px;
	}
}

.woocommerce div.product form.cart div.quantity input.qty,
.woocommerce-page div.product form.cart div.quantity input.qty,
.single-product.woocommerce div.product form.cart div.quantity input.qty, .woocommerce .single-product div.product form.cart div.quantity input.qty {
	width: 130px;
	padding: 14px;
}

.woocommerce div.product form.cart div.quantity .tm-qty-minus,
.woocommerce div.product form.cart div.quantity .tm-qty-plus,
.woocommerce-page div.product form.cart div.quantity .tm-qty-minus,
.woocommerce-page div.product form.cart div.quantity .tm-qty-plus,
.single-product.woocommerce div.product form.cart div.quantity .tm-qty-minus,
.single-product.woocommerce div.product form.cart div.quantity .tm-qty-plus, .woocommerce .single-product div.product form.cart div.quantity .tm-qty-minus,
.woocommerce .single-product div.product form.cart div.quantity .tm-qty-plus {
	position: absolute;
	top: 0;
	height: 100%;
	cursor: pointer;
	width: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	transition: color .2s ease;
}

.woocommerce div.product form.cart div.quantity .tm-qty-minus:before,
.woocommerce div.product form.cart div.quantity .tm-qty-plus:before,
.woocommerce-page div.product form.cart div.quantity .tm-qty-minus:before,
.woocommerce-page div.product form.cart div.quantity .tm-qty-plus:before,
.single-product.woocommerce div.product form.cart div.quantity .tm-qty-minus:before,
.single-product.woocommerce div.product form.cart div.quantity .tm-qty-plus:before, .woocommerce .single-product div.product form.cart div.quantity .tm-qty-minus:before,
.woocommerce .single-product div.product form.cart div.quantity .tm-qty-plus:before {
	font-family: 'Material Icons';
}

.woocommerce div.product form.cart div.quantity .tm-qty-minus,
.woocommerce-page div.product form.cart div.quantity .tm-qty-minus,
.single-product.woocommerce div.product form.cart div.quantity .tm-qty-minus, .woocommerce .single-product div.product form.cart div.quantity .tm-qty-minus {
	left: 0;
}

.woocommerce div.product form.cart div.quantity .tm-qty-minus:before,
.woocommerce-page div.product form.cart div.quantity .tm-qty-minus:before,
.single-product.woocommerce div.product form.cart div.quantity .tm-qty-minus:before, .woocommerce .single-product div.product form.cart div.quantity .tm-qty-minus:before {
	content: '\e15b';
}

.woocommerce div.product form.cart div.quantity .tm-qty-plus,
.woocommerce-page div.product form.cart div.quantity .tm-qty-plus,
.single-product.woocommerce div.product form.cart div.quantity .tm-qty-plus, .woocommerce .single-product div.product form.cart div.quantity .tm-qty-plus {
	right: 0;
}

.woocommerce div.product form.cart div.quantity .tm-qty-plus:before,
.woocommerce-page div.product form.cart div.quantity .tm-qty-plus:before,
.single-product.woocommerce div.product form.cart div.quantity .tm-qty-plus:before, .woocommerce .single-product div.product form.cart div.quantity .tm-qty-plus:before {
	content: '\e145';
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce .single-product div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	text-align: center;
	margin-bottom: 36px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce .single-product div.product .woocommerce-tabs ul.tabs:before {
	border-color: #e8e8eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce .single-product div.product .woocommerce-tabs ul.tabs li {
	margin: 0 15px;
	padding: 0;
	border: none;
	display: block !important;
	background: none;
}

@media (min-width: 544px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs li,
	.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
	.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce .single-product div.product .woocommerce-tabs ul.tabs li {
		display: inline-block !important;
		border-bottom: 2px solid transparent;
	}
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce .single-product div.product .woocommerce-tabs ul.tabs li a {
	padding: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: .6px;
}

@media (min-width: 544px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs li a,
	.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
	.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce .single-product div.product .woocommerce-tabs ul.tabs li a {
		padding: 0 0 24px;
	}
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce .single-product div.product .woocommerce-tabs ul.tabs li:before, .woocommerce .single-product div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
}

.woocommerce div.product .product-widget-categories, .woocommerce div.product .product-widget-tags,
.woocommerce-page div.product .product-widget-categories,
.woocommerce-page div.product .product-widget-tags,
.single-product.woocommerce div.product .product-widget-categories,
.single-product.woocommerce div.product .product-widget-tags, .woocommerce .single-product div.product .product-widget-categories, .woocommerce .single-product div.product .product-widget-tags {
	margin: 0;
}

.woocommerce div.product .entry-summary,
.woocommerce-page div.product .entry-summary,
.single-product.woocommerce div.product .entry-summary, .woocommerce .single-product div.product .entry-summary {
	margin-top: 0;
}

.woocommerce div.product .woocommerce-variation-price .price, .woocommerce div.product .woocommerce-variation-price .compare-list.products .price td, .compare-list.products .price .woocommerce div.product .woocommerce-variation-price td, .add_to_cart_inline.woocommerce div.product .woocommerce-variation-price .amount,
.woocommerce-page div.product .woocommerce-variation-price .price,
.woocommerce-page div.product .woocommerce-variation-price .compare-list.products .price td,
.compare-list.products .price .woocommerce-page div.product .woocommerce-variation-price td,
.woocommerce-page div.product .woocommerce-variation-price .add_to_cart_inline.woocommerce .amount,
.add_to_cart_inline.woocommerce .woocommerce-page div.product .woocommerce-variation-price .amount,
.single-product.woocommerce div.product .woocommerce-variation-price .price,
.single-product.woocommerce div.product .woocommerce-variation-price .compare-list.products .price td,
.compare-list.products .price .single-product.woocommerce div.product .woocommerce-variation-price td,
.single-product.woocommerce div.product .woocommerce-variation-price .add_to_cart_inline.woocommerce .amount,
.add_to_cart_inline.woocommerce .single-product.woocommerce div.product .woocommerce-variation-price .amount, .woocommerce .single-product div.product .woocommerce-variation-price .price, .woocommerce .single-product div.product .woocommerce-variation-price .compare-list.products .price td, .compare-list.products .price .woocommerce .single-product div.product .woocommerce-variation-price td, .add_to_cart_inline.woocommerce .single-product div.product .woocommerce-variation-price .amount {
	font-size: 20px;
	line-height: 24px;
}

.woocommerce div.product .woocommerce-variation-availability,
.woocommerce-page div.product .woocommerce-variation-availability,
.single-product.woocommerce div.product .woocommerce-variation-availability, .woocommerce .single-product div.product .woocommerce-variation-availability {
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 22px;
}

.woocommerce div.product p.price, .add_to_cart_inline.woocommerce div.product p.amount,
.woocommerce-page div.product p.price,
.woocommerce-page div.product .add_to_cart_inline.woocommerce p.amount,
.add_to_cart_inline.woocommerce .woocommerce-page div.product p.amount,
.single-product.woocommerce div.product p.price,
.single-product.woocommerce div.product .add_to_cart_inline.woocommerce p.amount,
.add_to_cart_inline.woocommerce .single-product.woocommerce div.product p.amount, .woocommerce .single-product div.product p.price, .add_to_cart_inline.woocommerce .single-product div.product p.amount {
	font-weight: bold;
	font-size: 40px;
	line-height: 48px;
	margin: 0 0 20px;
}

.woocommerce div.product p.price ins, .add_to_cart_inline.woocommerce div.product p.amount ins,
.woocommerce-page div.product p.price ins,
.woocommerce-page div.product .add_to_cart_inline.woocommerce p.amount ins,
.add_to_cart_inline.woocommerce .woocommerce-page div.product p.amount ins,
.single-product.woocommerce div.product p.price ins,
.single-product.woocommerce div.product .add_to_cart_inline.woocommerce p.amount ins,
.add_to_cart_inline.woocommerce .single-product.woocommerce div.product p.amount ins, .woocommerce .single-product div.product p.price ins, .add_to_cart_inline.woocommerce .single-product div.product p.amount ins {
	color: inherit;
}

.woocommerce div.product p.price del, .add_to_cart_inline.woocommerce div.product p.amount del,
.woocommerce-page div.product p.price del,
.woocommerce-page div.product .add_to_cart_inline.woocommerce p.amount del,
.add_to_cart_inline.woocommerce .woocommerce-page div.product p.amount del,
.single-product.woocommerce div.product p.price del,
.single-product.woocommerce div.product .add_to_cart_inline.woocommerce p.amount del,
.add_to_cart_inline.woocommerce .single-product.woocommerce div.product p.amount del, .woocommerce .single-product div.product p.price del, .add_to_cart_inline.woocommerce .single-product div.product p.amount del {
	font-size: 16px;
	font-weight: 300;
	opacity: 1;
}

.woocommerce div.product p.price del .amount, .add_to_cart_inline.woocommerce div.product p.amount del .amount,
.woocommerce-page div.product p.price del .amount,
.woocommerce-page div.product .add_to_cart_inline.woocommerce p.amount del .amount,
.add_to_cart_inline.woocommerce .woocommerce-page div.product p.amount del .amount,
.single-product.woocommerce div.product p.price del .amount,
.single-product.woocommerce div.product .add_to_cart_inline.woocommerce p.amount del .amount,
.add_to_cart_inline.woocommerce .single-product.woocommerce div.product p.amount del .amount, .woocommerce .single-product div.product p.price del .amount, .add_to_cart_inline.woocommerce .single-product div.product p.amount del .amount {
	font-weight: 300;
}

.woocommerce div.product .woo-social-buttons,
.woocommerce-page div.product .woo-social-buttons,
.single-product.woocommerce div.product .woo-social-buttons, .woocommerce .single-product div.product .woo-social-buttons {
	margin: 25px 0;
}

.woocommerce div.product .woo-social-buttons span.custom,
.woocommerce-page div.product .woo-social-buttons span.custom,
.single-product.woocommerce div.product .woo-social-buttons span.custom, .woocommerce .single-product div.product .woo-social-buttons span.custom {
	margin: 0;
	font-size: 16px;
}

.woocommerce div.product .woo-social-buttons span.custom a,
.woocommerce-page div.product .woo-social-buttons span.custom a,
.single-product.woocommerce div.product .woo-social-buttons span.custom a, .woocommerce .single-product div.product .woo-social-buttons span.custom a {
	margin-right: 22px;
}

.woocommerce div.product .woo-social-buttons span.custom a img,
.woocommerce-page div.product .woo-social-buttons span.custom a img,
.single-product.woocommerce div.product .woo-social-buttons span.custom a img, .woocommerce .single-product div.product .woo-social-buttons span.custom a img {
	display: none;
}

.woocommerce div.product .woo-social-buttons span.custom a:after,
.woocommerce-page div.product .woo-social-buttons span.custom a:after,
.single-product.woocommerce div.product .woo-social-buttons span.custom a:after, .woocommerce .single-product div.product .woo-social-buttons span.custom a:after {
	font-family: fontawesome;
}

.woocommerce div.product .woo-social-buttons span.custom.smsb_facebook a:after,
.woocommerce-page div.product .woo-social-buttons span.custom.smsb_facebook a:after,
.single-product.woocommerce div.product .woo-social-buttons span.custom.smsb_facebook a:after, .woocommerce .single-product div.product .woo-social-buttons span.custom.smsb_facebook a:after {
	content: '\f09a';
}

.woocommerce div.product .woo-social-buttons span.custom.smsb_twitter a:after,
.woocommerce-page div.product .woo-social-buttons span.custom.smsb_twitter a:after,
.single-product.woocommerce div.product .woo-social-buttons span.custom.smsb_twitter a:after, .woocommerce .single-product div.product .woo-social-buttons span.custom.smsb_twitter a:after {
	content: '\f099';
}

.woocommerce div.product .woo-social-buttons span.custom.smsb_googleplus a:after,
.woocommerce-page div.product .woo-social-buttons span.custom.smsb_googleplus a:after,
.single-product.woocommerce div.product .woo-social-buttons span.custom.smsb_googleplus a:after, .woocommerce .single-product div.product .woo-social-buttons span.custom.smsb_googleplus a:after {
	content: '\f0d5';
}

.woocommerce div.product .woo-social-buttons span.custom.smsb_linkedin a:after,
.woocommerce-page div.product .woo-social-buttons span.custom.smsb_linkedin a:after,
.single-product.woocommerce div.product .woo-social-buttons span.custom.smsb_linkedin a:after, .woocommerce .single-product div.product .woo-social-buttons span.custom.smsb_linkedin a:after {
	content: '\f0e1';
}

.woocommerce div.product .woo-social-buttons span.custom.smsb_pinterest a:after,
.woocommerce-page div.product .woo-social-buttons span.custom.smsb_pinterest a:after,
.single-product.woocommerce div.product .woo-social-buttons span.custom.smsb_pinterest a:after, .woocommerce .single-product div.product .woo-social-buttons span.custom.smsb_pinterest a:after {
	content: '\f0d2';
}

.woocommerce div.product .product_meta,
.woocommerce-page div.product .product_meta,
.single-product.woocommerce div.product .product_meta, .woocommerce .single-product div.product .product_meta {
	margin: 0 0 20px;
}

.woocommerce div.product .product_meta > span,
.woocommerce-page div.product .product_meta > span,
.single-product.woocommerce div.product .product_meta > span, .woocommerce .single-product div.product .product_meta > span {
	display: block;
	font-style: italic;
	font-weight: 300;
}

.woocommerce div.product .product_meta > span a,
.woocommerce-page div.product .product_meta > span a,
.single-product.woocommerce div.product .product_meta > span a, .woocommerce .single-product div.product .product_meta > span a {
	font-style: normal;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart,
.woocommerce-page div.product form.cart,
.woocommerce-page div.product p.cart,
.single-product.woocommerce div.product form.cart,
.single-product.woocommerce div.product p.cart, .woocommerce .single-product div.product form.cart,
.woocommerce .single-product div.product p.cart {
	margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-product-rating,
.woocommerce-page div.product .woocommerce-product-rating,
.single-product.woocommerce div.product .woocommerce-product-rating, .woocommerce .single-product div.product .woocommerce-product-rating {
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link,
	.woocommerce-page div.product .woocommerce-product-rating .woocommerce-review-link,
	.single-product.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link, .woocommerce .single-product div.product .woocommerce-product-rating .woocommerce-review-link {
		float: right;
	}
}

.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating,
.single-product.woocommerce .woocommerce-product-rating .star-rating, .woocommerce .single-product .woocommerce-product-rating .star-rating {
	margin-top: 0.85em;
	margin-right: 17px;
}

.woocommerce .star-rating,
.woocommerce-page .star-rating,
.single-product.woocommerce .star-rating, .woocommerce .single-product .star-rating {
	letter-spacing: 3px;
	font-size: 0.85em;
	width: 6.4em;
}

.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before,
.single-product.woocommerce .star-rating:before, .woocommerce .single-product .star-rating:before {
	content: '\53\53\53\53\53';
}

.woocommerce #reviews #comments ol.commentlist,
.woocommerce-page #reviews #comments ol.commentlist,
.single-product.woocommerce #reviews #comments ol.commentlist, .woocommerce .single-product #reviews #comments ol.commentlist {
	font-weight: 300;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar,
.single-product.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce .single-product #reviews #comments ol.commentlist li img.avatar {
	border: none;
	padding: 0;
	width: 97px;
	border-radius: 1000px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text,
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce .single-product #reviews #comments ol.commentlist li .comment-text {
	margin-left: 116px;
	border: none;
	border-radius: 0;
	padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta,
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce .single-product #reviews #comments ol.commentlist li .comment-text p.meta {
	font: inherit;
	font-style: italic;
	color: inherit;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta span,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta span,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta time,
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta span,
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time, .woocommerce .single-product #reviews #comments ol.commentlist li .comment-text p.meta span,
.woocommerce .single-product #reviews #comments ol.commentlist li .comment-text p.meta time {
	font-style: normal;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text div.description p:before,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text div.description p:before,
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text div.description p:before, .woocommerce .single-product #reviews #comments ol.commentlist li .comment-text div.description p:before {
	content: open-quote;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text div.description p:after,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text div.description p:after,
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text div.description p:after, .woocommerce .single-product #reviews #comments ol.commentlist li .comment-text div.description p:after {
	content: close-quote;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text .star-rating,
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating, .woocommerce .single-product #reviews #comments ol.commentlist li .comment-text .star-rating {
	float: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p,
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p, .woocommerce .single-product #reviews #comments ol.commentlist li .comment-text p {
	margin-bottom: 10px;
}

.woocommerce #reviews #comment,
.woocommerce-page #reviews #comment,
.single-product.woocommerce #reviews #comment, .woocommerce .single-product #reviews #comment {
	height: 183px;
}

.woocommerce p.stars,
.woocommerce-page p.stars,
.single-product.woocommerce p.stars, .woocommerce .single-product p.stars {
	margin-bottom: 0;
}

.woocommerce p.stars a,
.woocommerce-page p.stars a,
.single-product.woocommerce p.stars a, .woocommerce .single-product p.stars a {
	transition: none !important;
	height: auto;
}

.woocommerce p.stars a,
.woocommerce p.stars a:hover ~ a, .woocommerce p.stars.selected a.active ~ a, .woocommerce p.stars.selected:hover a:hover ~ a, .woocommerce p.stars.selected:hover a:hover ~ a.active ~ a, .woocommerce p.stars.selected:hover a.active:hover ~ a, .woocommerce p.stars.selected:hover a.active ~ a:hover ~ a,
.woocommerce-page p.stars a,
.woocommerce-page p.stars a:hover ~ a,
.woocommerce-page p.stars.selected a.active ~ a,
.woocommerce-page p.stars.selected:hover a:hover ~ a,
.woocommerce-page p.stars.selected:hover a:hover ~ a.active ~ a,
.woocommerce-page p.stars.selected:hover a.active:hover ~ a,
.woocommerce-page p.stars.selected:hover a.active ~ a:hover ~ a,
.single-product.woocommerce p.stars a,
.single-product.woocommerce p.stars a:hover ~ a,
.single-product.woocommerce p.stars.selected a.active ~ a,
.single-product.woocommerce p.stars.selected:hover a:hover ~ a,
.single-product.woocommerce p.stars.selected:hover a:hover ~ a.active ~ a,
.single-product.woocommerce p.stars.selected:hover a.active:hover ~ a,
.single-product.woocommerce p.stars.selected:hover a.active ~ a:hover ~ a, .woocommerce .single-product p.stars a,
.woocommerce .single-product p.stars a:hover ~ a, .woocommerce .single-product p.stars.selected a.active ~ a, .woocommerce .single-product p.stars.selected:hover a:hover ~ a, .woocommerce .single-product p.stars.selected:hover a:hover ~ a.active ~ a, .woocommerce .single-product p.stars.selected:hover a.active:hover ~ a, .woocommerce .single-product p.stars.selected:hover a.active ~ a:hover ~ a {
	color: #e5e4e3;
}

.woocommerce p.stars a:before,
.woocommerce p.stars a:hover ~ a:before, .woocommerce p.stars.selected a.active ~ a:before,
.woocommerce-page p.stars a:before,
.woocommerce-page p.stars a:hover ~ a:before,
.woocommerce-page p.stars.selected a.active ~ a:before,
.single-product.woocommerce p.stars a:before,
.single-product.woocommerce p.stars a:hover ~ a:before,
.single-product.woocommerce p.stars.selected a.active ~ a:before, .woocommerce .single-product p.stars a:before,
.woocommerce .single-product p.stars a:hover ~ a:before, .woocommerce .single-product p.stars.selected a.active ~ a:before {
	content: "\e020";
}

.woocommerce #review_form #respond p,
.woocommerce-page #review_form #respond p,
.single-product.woocommerce #review_form #respond p, .woocommerce .single-product #review_form #respond p {
	margin-bottom: 14px;
}

.woocommerce #review_form #respond p.form-submit,
.woocommerce-page #review_form #respond p.form-submit,
.single-product.woocommerce #review_form #respond p.form-submit, .woocommerce .single-product #review_form #respond p.form-submit {
	padding-top: 16px;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table,
.single-product.woocommerce table.shop_table, .woocommerce .single-product table.shop_table {
	border: none;
	margin: 0 0 30px;
	border-radius: 0;
}

.woocommerce table.shop_table.wishlist_table tbody tr,
.woocommerce-page table.shop_table.wishlist_table tbody tr,
.single-product.woocommerce table.shop_table.wishlist_table tbody tr, .woocommerce .single-product table.shop_table.wishlist_table tbody tr {
	background: none;
}

.woocommerce table.shop_table.wishlist_table tbody tr + tr,
.woocommerce-page table.shop_table.wishlist_table tbody tr + tr,
.single-product.woocommerce table.shop_table.wishlist_table tbody tr + tr, .woocommerce .single-product table.shop_table.wishlist_table tbody tr + tr {
	background-image: linear-gradient(to right, #d5d5d9 33%, transparent 0%);
	background-position: 0 0;
	background-size: 3px 1px;
	background-repeat: repeat-x;
}

.woocommerce table.shop_table.wishlist_table .product-add-to-cart,
.woocommerce-page table.shop_table.wishlist_table .product-add-to-cart,
.single-product.woocommerce table.shop_table.wishlist_table .product-add-to-cart, .woocommerce .single-product table.shop_table.wishlist_table .product-add-to-cart {
	padding: 0;
}

.woocommerce table.shop_table thead th,
.woocommerce-page table.shop_table thead th,
.single-product.woocommerce table.shop_table thead th, .woocommerce .single-product table.shop_table thead th {
	border: 1px solid #e8e8eb;
	border-left: none;
	border-right: none;
	text-transform: uppercase;
	padding-top: 12px;
	padding-bottom: 13px;
	padding-left: 0;
}

.woocommerce table.shop_table tbody tr,
.woocommerce-page table.shop_table tbody tr,
.single-product.woocommerce table.shop_table tbody tr, .woocommerce .single-product table.shop_table tbody tr {
	background-image: linear-gradient(to right, #d5d5d9 33%, transparent 0%);
	background-position: 0 0;
	background-size: 3px 1px;
	background-repeat: repeat-x;
}

.woocommerce table.shop_table tbody tr td,
.woocommerce-page table.shop_table tbody tr td,
.single-product.woocommerce table.shop_table tbody tr td, .woocommerce .single-product table.shop_table tbody tr td {
	border: none;
}

.woocommerce table.shop_table tbody tr td:before,
.woocommerce-page table.shop_table tbody tr td:before,
.single-product.woocommerce table.shop_table tbody tr td:before, .woocommerce .single-product table.shop_table tbody tr td:before {
	text-transform: uppercase;
}

.woocommerce table.shop_table tbody tr td.product-subtotal .amount, .woocommerce table.shop_table tbody tr td.product-total .amount, .woocommerce table.shop_table tbody tr td.product-price .amount,
.woocommerce-page table.shop_table tbody tr td.product-subtotal .amount,
.woocommerce-page table.shop_table tbody tr td.product-total .amount,
.woocommerce-page table.shop_table tbody tr td.product-price .amount,
.single-product.woocommerce table.shop_table tbody tr td.product-subtotal .amount,
.single-product.woocommerce table.shop_table tbody tr td.product-total .amount,
.single-product.woocommerce table.shop_table tbody tr td.product-price .amount, .woocommerce .single-product table.shop_table tbody tr td.product-subtotal .amount, .woocommerce .single-product table.shop_table tbody tr td.product-total .amount, .woocommerce .single-product table.shop_table tbody tr td.product-price .amount {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
}

.woocommerce table.shop_table tbody tr td.product-thumbnail a,
.woocommerce-page table.shop_table tbody tr td.product-thumbnail a,
.single-product.woocommerce table.shop_table tbody tr td.product-thumbnail a, .woocommerce .single-product table.shop_table tbody tr td.product-thumbnail a {
	display: block;
}

.woocommerce table.shop_table tbody tr td.product-thumbnail img,
.woocommerce-page table.shop_table tbody tr td.product-thumbnail img,
.single-product.woocommerce table.shop_table tbody tr td.product-thumbnail img, .woocommerce .single-product table.shop_table tbody tr td.product-thumbnail img {
	width: 100px;
	max-width: 100%;
	display: block;
}

.woocommerce table.shop_table tbody tr td.product-name h6,
.woocommerce-page table.shop_table tbody tr td.product-name h6,
.single-product.woocommerce table.shop_table tbody tr td.product-name h6, .woocommerce .single-product table.shop_table tbody tr td.product-name h6 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.woocommerce table.shop_table tbody tr td.product-name dl.variation,
.woocommerce-page table.shop_table tbody tr td.product-name dl.variation,
.single-product.woocommerce table.shop_table tbody tr td.product-name dl.variation, .woocommerce .single-product table.shop_table tbody tr td.product-name dl.variation {
	margin: 0;
}

.woocommerce table.shop_table tbody tr td.product-name dl.variation dt,
.woocommerce-page table.shop_table tbody tr td.product-name dl.variation dt,
.single-product.woocommerce table.shop_table tbody tr td.product-name dl.variation dt, .woocommerce .single-product table.shop_table tbody tr td.product-name dl.variation dt {
	margin: 0 5px 0 0;
	padding: 0;
	font: inherit;
}

.woocommerce table.shop_table tbody tr td.product-name dl.variation dd,
.woocommerce-page table.shop_table tbody tr td.product-name dl.variation dd,
.single-product.woocommerce table.shop_table tbody tr td.product-name dl.variation dd, .woocommerce .single-product table.shop_table tbody tr td.product-name dl.variation dd {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

.woocommerce table.shop_table tbody tr td.product-name dl.variation dd p,
.woocommerce-page table.shop_table tbody tr td.product-name dl.variation dd p,
.single-product.woocommerce table.shop_table tbody tr td.product-name dl.variation dd p, .woocommerce .single-product table.shop_table tbody tr td.product-name dl.variation dd p {
	margin: 0;
}

.woocommerce table.shop_table tbody tr td.actions,
.woocommerce-page table.shop_table tbody tr td.actions,
.single-product.woocommerce table.shop_table tbody tr td.actions, .woocommerce .single-product table.shop_table tbody tr td.actions {
	padding-right: 0;
	border-bottom: 1px solid #e8e8eb;
	padding-left: 0;
	padding-top: 20px;
}

.woocommerce table.shop_table tbody tr td.actions input.input-text#coupon_code,
.woocommerce-page table.shop_table tbody tr td.actions input.input-text#coupon_code,
.single-product.woocommerce table.shop_table tbody tr td.actions input.input-text#coupon_code, .woocommerce .single-product table.shop_table tbody tr td.actions input.input-text#coupon_code {
	height: 50px;
	margin-right: 10px;
	padding: 17px 20px;
	border-color: #e8e8eb;
}

.woocommerce table.shop_table tbody tr.cart_item, .woocommerce table.shop_table tbody tr.order_item,
.woocommerce-page table.shop_table tbody tr.cart_item,
.woocommerce-page table.shop_table tbody tr.order_item,
.single-product.woocommerce table.shop_table tbody tr.cart_item,
.single-product.woocommerce table.shop_table tbody tr.order_item, .woocommerce .single-product table.shop_table tbody tr.cart_item, .woocommerce .single-product table.shop_table tbody tr.order_item {
	background: none;
}

.woocommerce table.shop_table tbody tr.cart_item + tr.cart_item, .woocommerce table.shop_table tbody tr.cart_item + tr.order_item, .woocommerce table.shop_table tbody tr.order_item + tr.cart_item, .woocommerce table.shop_table tbody tr.order_item + tr.order_item,
.woocommerce-page table.shop_table tbody tr.cart_item + tr.cart_item,
.woocommerce-page table.shop_table tbody tr.cart_item + tr.order_item,
.woocommerce-page table.shop_table tbody tr.order_item + tr.cart_item,
.woocommerce-page table.shop_table tbody tr.order_item + tr.order_item,
.single-product.woocommerce table.shop_table tbody tr.cart_item + tr.cart_item,
.single-product.woocommerce table.shop_table tbody tr.cart_item + tr.order_item,
.single-product.woocommerce table.shop_table tbody tr.order_item + tr.cart_item,
.single-product.woocommerce table.shop_table tbody tr.order_item + tr.order_item, .woocommerce .single-product table.shop_table tbody tr.cart_item + tr.cart_item, .woocommerce .single-product table.shop_table tbody tr.cart_item + tr.order_item, .woocommerce .single-product table.shop_table tbody tr.order_item + tr.cart_item, .woocommerce .single-product table.shop_table tbody tr.order_item + tr.order_item {
	background-image: linear-gradient(to right, #d5d5d9 33%, transparent 0%);
	background-position: 0 0;
	background-size: 3px 1px;
	background-repeat: repeat-x;
}

.woocommerce table.shop_table tbody tr.cart-subtotal, .woocommerce table.shop_table tbody tr.order-total,
.woocommerce-page table.shop_table tbody tr.cart-subtotal,
.woocommerce-page table.shop_table tbody tr.order-total,
.single-product.woocommerce table.shop_table tbody tr.cart-subtotal,
.single-product.woocommerce table.shop_table tbody tr.order-total, .woocommerce .single-product table.shop_table tbody tr.cart-subtotal, .woocommerce .single-product table.shop_table tbody tr.order-total {
	background: none;
}

.woocommerce table.shop_table tfoot tr,
.woocommerce-page table.shop_table tfoot tr,
.single-product.woocommerce table.shop_table tfoot tr, .woocommerce .single-product table.shop_table tfoot tr {
	background-image: linear-gradient(to right, #d5d5d9 33%, transparent 0%);
	background-position: 0 0;
	background-size: 3px 1px;
	background-repeat: repeat-x;
}

.woocommerce table.shop_table tfoot tr:first-child,
.woocommerce-page table.shop_table tfoot tr:first-child,
.single-product.woocommerce table.shop_table tfoot tr:first-child, .woocommerce .single-product table.shop_table tfoot tr:first-child {
	background: none;
}

.woocommerce table.shop_table tfoot tr:first-child th,
.woocommerce table.shop_table tfoot tr:first-child td,
.woocommerce-page table.shop_table tfoot tr:first-child th,
.woocommerce-page table.shop_table tfoot tr:first-child td,
.single-product.woocommerce table.shop_table tfoot tr:first-child th,
.single-product.woocommerce table.shop_table tfoot tr:first-child td, .woocommerce .single-product table.shop_table tfoot tr:first-child th,
.woocommerce .single-product table.shop_table tfoot tr:first-child td {
	border-top: 1px solid #e8e8eb;
}

.woocommerce table.shop_table tfoot tr:last-child th,
.woocommerce table.shop_table tfoot tr:last-child td,
.woocommerce-page table.shop_table tfoot tr:last-child th,
.woocommerce-page table.shop_table tfoot tr:last-child td,
.single-product.woocommerce table.shop_table tfoot tr:last-child th,
.single-product.woocommerce table.shop_table tfoot tr:last-child td, .woocommerce .single-product table.shop_table tfoot tr:last-child th,
.woocommerce .single-product table.shop_table tfoot tr:last-child td {
	border-bottom: 1px solid #e8e8eb;
}

.woocommerce table.shop_table tfoot tr.order-total td,
.woocommerce-page table.shop_table tfoot tr.order-total td,
.single-product.woocommerce table.shop_table tfoot tr.order-total td, .woocommerce .single-product table.shop_table tfoot tr.order-total td {
	background: none !important;
}

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot td,
.single-product.woocommerce table.shop_table tfoot th,
.single-product.woocommerce table.shop_table tfoot td, .woocommerce .single-product table.shop_table tfoot th,
.woocommerce .single-product table.shop_table tfoot td {
	border: none;
	padding: 10px 15px;
	padding-left: 0;
}

.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot th,
.single-product.woocommerce table.shop_table tfoot th, .woocommerce .single-product table.shop_table tfoot th {
	text-transform: uppercase;
	vertical-align: middle;
}

.woocommerce table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot td,
.single-product.woocommerce table.shop_table tfoot td, .woocommerce .single-product table.shop_table tfoot td {
	font-size: 20px;
}

.woocommerce table.shop_table tfoot td.payment_method,
.woocommerce-page table.shop_table tfoot td.payment_method,
.single-product.woocommerce table.shop_table tfoot td.payment_method, .woocommerce .single-product table.shop_table tfoot td.payment_method {
	text-transform: uppercase;
}

.woocommerce table.shop_table.customer_details,
.woocommerce-page table.shop_table.customer_details,
.single-product.woocommerce table.shop_table.customer_details, .woocommerce .single-product table.shop_table.customer_details {
	border-bottom: 1px solid #e8e8eb;
	border-top: 1px solid #e8e8eb;
}

.woocommerce table.shop_table.customer_details td,
.woocommerce table.shop_table.customer_details th,
.woocommerce-page table.shop_table.customer_details td,
.woocommerce-page table.shop_table.customer_details th,
.single-product.woocommerce table.shop_table.customer_details td,
.single-product.woocommerce table.shop_table.customer_details th, .woocommerce .single-product table.shop_table.customer_details td,
.woocommerce .single-product table.shop_table.customer_details th {
	border: none;
	padding: 10px 30px 10px 0;
}

.woocommerce table.shop_table.customer_details th,
.woocommerce-page table.shop_table.customer_details th,
.single-product.woocommerce table.shop_table.customer_details th, .woocommerce .single-product table.shop_table.customer_details th {
	text-transform: uppercase;
}

.woocommerce table.shop_table.customer_details tr,
.woocommerce-page table.shop_table.customer_details tr,
.single-product.woocommerce table.shop_table.customer_details tr, .woocommerce .single-product table.shop_table.customer_details tr {
	background: none;
}

.woocommerce table.shop_table.customer_details tr + tr,
.woocommerce-page table.shop_table.customer_details tr + tr,
.single-product.woocommerce table.shop_table.customer_details tr + tr, .woocommerce .single-product table.shop_table.customer_details tr + tr {
	background-image: linear-gradient(to right, #d5d5d9 33%, transparent 0%);
	background-position: 0 0;
	background-size: 3px 1px;
	background-repeat: repeat-x;
}

.woocommerce a.remove,
.woocommerce-page a.remove,
.single-product.woocommerce a.remove, .woocommerce .single-product a.remove {
	font-weight: normal;
	line-height: 1.1;
}

.woocommerce a.remove:before,
.woocommerce-page a.remove:before,
.single-product.woocommerce a.remove:before, .woocommerce .single-product a.remove:before {
	content: '\e14c';
	font-family: 'Material Icons';
	font-size: 18px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.single-product.woocommerce .cart-collaterals .cart_totals, .woocommerce .single-product .cart-collaterals .cart_totals {
	border: 1px solid #e8e8eb;
	padding: 32px 20px 38px;
}

.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr th,
.single-product.woocommerce .cart-collaterals .cart_totals tr th, .woocommerce .single-product .cart-collaterals .cart_totals tr th {
	border: none;
	padding: 7px 10px 7px 0;
	text-transform: uppercase;
	hyphens: none;
}

.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.single-product.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .single-product .cart-collaterals .cart_totals tr td {
	border: none;
	padding: 7px 0;
	text-align: right;
	background: none !important;
}

.woocommerce .cart-collaterals .cart_totals tr td .amount,
.woocommerce-page .cart-collaterals .cart_totals tr td .amount,
.single-product.woocommerce .cart-collaterals .cart_totals tr td .amount, .woocommerce .single-product .cart-collaterals .cart_totals tr td .amount {
	font-weight: bold;
	font-size: 20px;
	display: block;
}

.woocommerce .wc-proceed-to-checkout,
.woocommerce-page .wc-proceed-to-checkout,
.single-product.woocommerce .wc-proceed-to-checkout, .woocommerce .single-product .wc-proceed-to-checkout {
	padding-bottom: 0;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.single-product.woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .single-product .wc-proceed-to-checkout a.checkout-button {
	margin-bottom: 0;
	border-radius: 0;
	line-height: 22px;
	padding: 15px;
}

.woocommerce form .form-row,
.woocommerce-page form .form-row,
.single-product.woocommerce form .form-row, .woocommerce .single-product form .form-row {
	padding: 0;
}

.woocommerce form .form-row .select2-container,
.woocommerce-page form .form-row .select2-container,
.single-product.woocommerce form .form-row .select2-container, .woocommerce .single-product form .form-row .select2-container {
	line-height: 3.4em;
}

.woocommerce form .form-row .select2-container .select2-choice,
.woocommerce-page form .form-row .select2-container .select2-choice,
.single-product.woocommerce form .form-row .select2-container .select2-choice, .woocommerce .single-product form .form-row .select2-container .select2-choice {
	border-radius: 0;
	border-color: #e8e8eb;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container .select2-choice,
.woocommerce-page form .form-row.woocommerce-invalid .select2-container .select2-choice,
.single-product.woocommerce form .form-row.woocommerce-invalid .select2-container .select2-choice, .woocommerce .single-product form .form-row.woocommerce-invalid .select2-container .select2-choice {
	border-color: #a00;
}

.woocommerce .select2-drop-active,
.woocommerce-page .select2-drop-active,
.single-product.woocommerce .select2-drop-active, .woocommerce .single-product .select2-drop-active {
	margin-top: -2px;
	border-radius: 0;
	border-color: #e8e8eb;
}

.woocommerce ul.order_details li,
.woocommerce-page ul.order_details li,
.single-product.woocommerce ul.order_details li, .woocommerce .single-product ul.order_details li {
	padding-left: 0 !important;
}

.woocommerce ul.order_details li:before,
.woocommerce-page ul.order_details li:before,
.single-product.woocommerce ul.order_details li:before, .woocommerce .single-product ul.order_details li:before {
	display: none;
}

.woocommerce ul.order_details li + li,
.woocommerce-page ul.order_details li + li,
.single-product.woocommerce ul.order_details li + li, .woocommerce .single-product ul.order_details li + li {
	margin-top: 0 !important;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering,
.single-product.woocommerce .woocommerce-ordering, .woocommerce .single-product .woocommerce-ordering {
	float: none;
	margin-bottom: 30px;
}

.woocommerce .woocommerce-ordering select.orderby,
.woocommerce-page .woocommerce-ordering select.orderby,
.single-product.woocommerce .woocommerce-ordering select.orderby, .woocommerce .single-product .woocommerce-ordering select.orderby {
	width: 100%;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count,
.single-product.woocommerce .woocommerce-result-count, .woocommerce .single-product .woocommerce-result-count {
	float: none;
	margin: 0 0 30px;
	padding: 15px 0 0;
}

#add_payment_method #payment,
.woocommerce-checkout #payment {
	background: none;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	padding: 0 0 25px;
	border-color: #e8e8eb;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	padding-left: 0;
}

#add_payment_method #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
	padding: 30px 0 0;
}

#payment .wc_payment_methods .wc_payment_method + .wc_payment_method {
	background-image: linear-gradient(to right, #d5d5d9 33%, transparent 0%);
	background-position: 0 0;
	background-size: 3px 1px;
	background-repeat: repeat-x;
	padding-top: 30px;
	margin-top: 18px;
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields {
	margin-bottom: 30px;
}

.home .breadcrumbs {
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.home .breadcrumbs {
		margin-bottom: 50px;
	}
}

.breadcrumbs .breadcrumbs__item {
	font-style: italic;
}

.breadcrumbs .breadcrumbs__item .breadcrumbs__item-target {
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}

.breadcrumbs .breadcrumbs__item .breadcrumbs__item-link {
	color: inherit;
}

.breadcrumbs .breadcrumbs__item .breadcrumbs__item-sep {
	margin: 0 5px;
}

.cleasrfix {
	clear: both;
}

@media (min-width: 992px) {
	.single-post .site-main, .page .site-main, .single .site-main {
		padding-left: 15px;
		padding-right: 15px;
	}

	.woocommerce div.product form.cart div.quantity,
	.woocommerce-page div.product form.cart div.quantity {
		margin-right: 30px;
	}

	.woocommerce div.product .woo-social-buttons:before,
	.woocommerce-page div.product .woo-social-buttons:before {
		display: block;
		height: 1px;
		content: '';
		background-image: linear-gradient(to right, #d5d5d9 33%, transparent 0%);
		background-position: 0 0;
		background-size: 3px 1px;
		background-repeat: repeat-x;
		margin-bottom: 26px;
	}

	.woocommerce div.product .product_meta,
	.woocommerce-page div.product .product_meta {
		margin: 0 0 30px;
	}

	.woocommerce div.product .product_meta:before,
	.woocommerce-page div.product .product_meta:before {
		display: block;
		height: 1px;
		content: '';
		background-image: linear-gradient(to right, #d5d5d9 33%, transparent 0%);
		background-position: 0 0;
		background-size: 3px 1px;
		background-repeat: repeat-x;
		margin-bottom: 26px;
	}

	.woocommerce div.product .product_meta:after,
	.woocommerce-page div.product .product_meta:after {
		display: block;
		height: 1px;
		content: '';
		background-image: linear-gradient(to right, #d5d5d9 33%, transparent 0%);
		background-position: 0 0;
		background-size: 3px 1px;
		background-repeat: repeat-x;
		margin-top: 19px;
	}

	.woocommerce div.product .product_meta > span,
	.woocommerce-page div.product .product_meta > span {
		padding-bottom: 7px;
	}

	.woocommerce div.product form.cart:after,
	.woocommerce div.product p.cart:after,
	.woocommerce-page div.product form.cart:after,
	.woocommerce-page div.product p.cart:after {
		display: block;
		height: 31px;
		content: '';
		clear: both;
		background-image: linear-gradient(to right, #d5d5d9 33%, transparent 0%);
		background-position: 0 100%;
		background-size: 3px 1px;
		background-repeat: repeat-x;
	}

	.woocommerce div.product .woocommerce-product-rating,
	.woocommerce-page div.product .woocommerce-product-rating {
		float: right;
		padding-top: 20px;
		white-space: nowrap;
	}
}

@media (min-width: 769px) {
	.woocommerce table.shop_table tbody tr td,
	.woocommerce-page table.shop_table tbody tr td {
		padding: 30px;
		padding-left: 0;
	}

	.woocommerce table.shop_table tbody tr td.product-remove,
	.woocommerce-page table.shop_table tbody tr td.product-remove {
		width: 41px;
		padding-right: 20px;
	}

	.woocommerce table.shop_table tbody tr td.product-thumbnail,
	.woocommerce-page table.shop_table tbody tr td.product-thumbnail {
		width: 129px;
	}

	.woocommerce table.shop_table tbody tr td.product-name,
	.woocommerce-page table.shop_table tbody tr td.product-name {
		max-width: 176px;
	}

	.woocommerce table.shop_table tbody tr td.actions,
	.woocommerce-page table.shop_table tbody tr td.actions {
		padding-left: 0;
		padding-top: 30px;
	}

	.woocommerce table.shop_table tbody tr td.actions input.input-text#coupon_code,
	.woocommerce-page table.shop_table tbody tr td.actions input.input-text#coupon_code {
		width: 293px;
	}

	.woocommerce table.shop_table tfoot th,
	.woocommerce table.shop_table tfoot td,
	.woocommerce-page table.shop_table tfoot th,
	.woocommerce-page table.shop_table tfoot td {
		padding: 10px 30px;
		padding-left: 0;
	}

	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals {
		width: 308px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.woocommerce .cart-collaterals .cart_totals tr td,
	.woocommerce .cart-collaterals .cart_totals tr td,
	.woocommerce-page .cart-collaterals .cart_totals tr td,
	.woocommerce-page .cart-collaterals .cart_totals tr td {
		padding-left: 10px;
	}
}

@media (max-width: 768px) {
	.woocommerce .woocommerce-checkout-review-order-table td.product-name dl.variation,
	.woocommerce .order_details td.product-name dl.variation,
	.woocommerce-page .woocommerce-checkout-review-order-table td.product-name dl.variation,
	.woocommerce-page .order_details td.product-name dl.variation {
		float: right;
	}

	.woocommerce .woocommerce-checkout-review-order-table td:after,
	.woocommerce .order_details td:after,
	.woocommerce-page .woocommerce-checkout-review-order-table td:after,
	.woocommerce-page .order_details td:after {
		content: '';
		display: block;
		clear: both;
	}

	.woocommerce .woocommerce-checkout-review-order-table td:before,
	.woocommerce .order_details td:before,
	.woocommerce-page .woocommerce-checkout-review-order-table td:before,
	.woocommerce-page .order_details td:before {
		text-transform: uppercase;
		margin-right: 5px;
	}

	.woocommerce .woocommerce-checkout-review-order-table tfoot th,
	.woocommerce .woocommerce-checkout-review-order-table .product-thumbnail,
	.woocommerce .order_details tfoot th,
	.woocommerce .order_details .product-thumbnail,
	.woocommerce-page .woocommerce-checkout-review-order-table tfoot th,
	.woocommerce-page .woocommerce-checkout-review-order-table .product-thumbnail,
	.woocommerce-page .order_details tfoot th,
	.woocommerce-page .order_details .product-thumbnail {
		display: none;
	}

	.woocommerce .order_details tfoot td:before,
	.woocommerce-page .order_details tfoot td:before {
		content: attr(data-title) !important;
	}

	.woocommerce ul.order_details li,
	.woocommerce ul.order_details li,
	.woocommerce-page ul.order_details li,
	.woocommerce-page ul.order_details li {
		float: none;
		padding-right: 0;
		margin-right: 0;
		border-right: 0;
		margin-bottom: 20px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.woocommerce div.product .woocommerce-product-rating,
	.woocommerce-page div.product .woocommerce-product-rating {
		float: right;
		padding-top: 20px;
	}
}

@media (max-width: 479px) {
	.woocommerce div.product form.cart div.quantity,
	.woocommerce-page div.product form.cart div.quantity {
		margin-right: 5px;
	}

	.woocommerce button.single_add_to_cart_button.alt,
	.woocommerce-page button.single_add_to_cart_button.alt {
		padding-left: 10px;
		padding-right: 10px;
	}

	.woocommerce table.shop_table tbody tr td.actions input.input-text#coupon_code,
	.woocommerce-page table.shop_table tbody tr td.actions input.input-text#coupon_code {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: .5em;
	}

	.woocommerce table.shop_table tbody tr td.actions button.button,
	.woocommerce-page table.shop_table tbody tr td.actions button.button {
		width: 100% !important;
		float: none !important;
	}
}

/*Product style*/
.price, .compare-list.products .price td, .add_to_cart_inline.woocommerce .amount, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .compare-list.products .price td, .compare-list.products .price .woocommerce ul.products li.product td, .add_to_cart_inline.woocommerce ul.products li.product .amount, .product-price {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
}

.price mark, .compare-list.products .price td mark, .add_to_cart_inline.woocommerce .amount mark, .price ins, .compare-list.products .price td ins, .add_to_cart_inline.woocommerce .amount ins, .woocommerce ul.products li.product .price mark, .compare-list.products .price .woocommerce ul.products li.product td mark, .add_to_cart_inline.woocommerce ul.products li.product .amount mark, .woocommerce ul.products li.product .price ins, .compare-list.products .price .woocommerce ul.products li.product td ins, .add_to_cart_inline.woocommerce ul.products li.product .amount ins, .product-price mark, .product-price ins {
	padding: 0;
}

.price del, .compare-list.products .price td del, .add_to_cart_inline.woocommerce .amount del, .woocommerce ul.products li.product .price del, .compare-list.products .price .woocommerce ul.products li.product td del, .add_to_cart_inline.woocommerce ul.products li.product .amount del, .product-price del {
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	text-decoration: line-through;
}

.price del span.amount, .compare-list.products .price td del span.amount, .add_to_cart_inline.woocommerce .amount del span.amount, .woocommerce ul.products li.product .price del span.amount, .compare-list.products .price .woocommerce ul.products li.product td del span.amount, .add_to_cart_inline.woocommerce ul.products li.product .amount del span.amount, .product-price del span.amount {
	font-weight: normal;
}

.tm_products_smart_box_widget .price del, .tm_products_smart_box_widget .compare-list.products .price td del, .compare-list.products .price .tm_products_smart_box_widget td del, .tm_products_smart_box_widget .add_to_cart_inline.woocommerce .amount del, .add_to_cart_inline.woocommerce .tm_products_smart_box_widget .amount del {
	font-size: 16px;
	line-height: 20px;
}

.woocommerce .blockUI.blockOverlay {
	background: none !important;
}

.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
	background: url(assets/images/rolling.svg) center center no-repeat;
}

.compare-list.products mark, .compare-list.products ins {
	background: none;
	text-decoration: none;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product, .woocommerce .tm-products-carousel-widget-wrapper li.product, .woocommerce .products div.product, .woocommerce .products li.product {
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 24px;
	position: relative;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .tm_products_carousel_widget_product_desc, .woocommerce .tm-products-carousel-widget-wrapper li.product .tm_products_carousel_widget_product_desc, .woocommerce .products div.product .tm_products_carousel_widget_product_desc, .woocommerce .products li.product .tm_products_carousel_widget_product_desc {
	font-size: 14px;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail, .woocommerce .products div.product .block_product_thumbnail, .woocommerce .products li.product .block_product_thumbnail {
	position: relative;
	margin: 0 0 5px 0;
	text-align: center;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail > a:first-child, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail > a:first-child, .woocommerce .products div.product .block_product_thumbnail > a:first-child, .woocommerce .products li.product .block_product_thumbnail > a:first-child {
	display: inline-block;
	max-width: 100%;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail img, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail img, .woocommerce .products div.product .block_product_thumbnail img, .woocommerce .products li.product .block_product_thumbnail img {
	margin: 0;
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail img, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail img, .woocommerce .products div.product .block_product_thumbnail img, .woocommerce .products li.product .block_product_thumbnail img {
		width: auto;
	}
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail > a > span, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail > a > span, .woocommerce .products div.product .block_product_thumbnail > a > span, .woocommerce .products li.product .block_product_thumbnail > a > span {
	position: absolute;
	left: 10px;
	top: 10px;
	right: auto;
	margin: 0;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail > a > span + span, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail > a > span + span, .woocommerce .products div.product .block_product_thumbnail > a > span + span, .woocommerce .products li.product .block_product_thumbnail > a > span + span {
	top: 44px;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date, .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .tm-products-sale-end-date, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .tm-products-sale-end-date, .woocommerce .products div.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date, .woocommerce .products div.product .block_product_thumbnail .tm-products-sale-end-date, .woocommerce .products li.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date, .woocommerce .products li.product .block_product_thumbnail .tm-products-sale-end-date {
	position: absolute;
	left: 50%;
	right: 0;
	top: auto;
	bottom: 20px;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: wrap;
	-moz-flex-direction: wrap;
	-ms-flex-direction: wrap;
	flex-direction: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date span, .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .tm-products-sale-end-date span, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date span, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .tm-products-sale-end-date span, .woocommerce .products div.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date span, .woocommerce .products div.product .block_product_thumbnail .tm-products-sale-end-date span, .woocommerce .products li.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date span, .woocommerce .products li.product .block_product_thumbnail .tm-products-sale-end-date span {
	width: 50px;
	max-width: 50px;
	max-height: 50px;
	min-width: 50px;
	min-height: 50px;
	height: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	margin: 0 1px 0 2px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
	border-radius: 620px;
	text-align: center;
	background: #fe4f4f;
	color: white;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date span i, .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .tm-products-sale-end-date span i, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date span i, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .tm-products-sale-end-date span i, .woocommerce .products div.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date span i, .woocommerce .products div.product .block_product_thumbnail .tm-products-sale-end-date span i, .woocommerce .products li.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date span i, .woocommerce .products li.product .block_product_thumbnail .tm-products-sale-end-date span i {
	font-style: normal;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .added_to_cart.wc-forward, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .added_to_cart.wc-forward, .woocommerce .products div.product .block_product_thumbnail .added_to_cart.wc-forward, .woocommerce .products li.product .block_product_thumbnail .added_to_cart.wc-forward {
	display: none;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button, .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button, .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(0);
	transform: translateY(-50%) translateX(-50%) scale(0);
	transition: all ease 0.3s;
	width: 78px;
	height: 78px;
	background: rgba(0, 0, 0, 0.9);
	border-radius: 620px;
	z-index: 2;
	visibility: hidden;
	transition: all ease 0.5s;
	padding: 0;
	margin: 0;
}

@media (max-width: 991px) {
	.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button, .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button, .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button {
		visibility: visible;
		opacity: 1;
	}
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button.added:after, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button.added:after, .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button.added:after, .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button.added:after {
	display: none;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button.loading span.add, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button.loading span.add, .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button.loading span.add, .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button.loading span.add {
	opacity: 0.3;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button.loading:after, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button.loading:after, .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button.loading:after, .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button.loading:after {
	background: url(assets/images/rolling_prod.svg) 50% 50% no-repeat;
	background-size: cover;
	content: "";
	width: 34px;
	height: 34px;
	top: 50%;
	left: 50%;
	margin-top: -17px;
	margin-left: -17px;
	webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button.added:hover .add_to_cart_button__text, .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button.added:hover .add_to_cart_button__text.added, .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button:hover .add_to_cart_button__text, .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button:hover .add_to_cart_button__text.added, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button.added:hover .add_to_cart_button__text, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button.added:hover .add_to_cart_button__text.added, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button:hover .add_to_cart_button__text, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button:hover .add_to_cart_button__text.added, .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button.added:hover .add_to_cart_button__text, .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button.added:hover .add_to_cart_button__text.added, .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button:hover .add_to_cart_button__text, .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button:hover .add_to_cart_button__text.added, .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button.added:hover .add_to_cart_button__text, .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button.added:hover .add_to_cart_button__text.added, .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button:hover .add_to_cart_button__text, .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button:hover .add_to_cart_button__text.added {
	transform: translateY(-10px) translateX(-50%);
	-webkit-transform: translateY(-10px) translateX(-50%);
	opacity: 1;
	visibility: visible;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .add, .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .added, .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .material-icons, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .add, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .added, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .material-icons, .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button .add, .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button .added, .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button .material-icons, .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button .add, .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button .added, .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button .material-icons {
	font-size: 34px;
	line-height: 76px;
	text-align: center;
	display: block;
	color: white;
	width: auto;
	transition: all ease 0.3s;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .add, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .add, .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button .add, .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button .add {
	visibility: visible;
	opacity: 1;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .added, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .added, .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button .added, .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button .added {
	visibility: hidden;
	opacity: 0;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button.added .add, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button.added .add, .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button.added .add, .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button.added .add {
	visibility: hidden;
	opacity: 0;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button.added .added, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button.added .added, .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button.added .added, .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button.added .added {
	visibility: visible;
	opacity: 1;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button.added .add_to_cart_button__text.add, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button.added .add_to_cart_button__text.add, .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button.added .add_to_cart_button__text.add, .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button.added .add_to_cart_button__text.add {
	display: none;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button.added .add_to_cart_button__text.added, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button.added .add_to_cart_button__text.added, .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button.added .add_to_cart_button__text.added, .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button.added .add_to_cart_button__text.added {
	display: none;
	visibility: hidden;
	opacity: 0;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text, .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text, .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text {
	position: absolute;
	display: none;
	bottom: 100%;
	top: auto;
	left: 50%;
	width: 150%;
	transform: translateY(-50px) translateX(-50%);
	-webkit-transform: translateY(-50px) translateX(-50%);
	transition: all ease 0.3s;
	font-size: 16px;
	line-height: 20px;
	height: auto;
	color: white;
	background: #141414;
	border-radius: 2px;
	padding: 5px;
	visibility: hidden;
	opacity: 0;
	text-transform: none;
}

@media (max-width: 991px) {
	.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text, .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text, .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text {
		display: none !important;
	}
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text:after, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text:after, .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text:after, .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text:after {
	display: block;
	position: absolute;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 4px 0 4px;
	border-color: #141414 transparent transparent transparent;
	content: "";
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text.add, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text.add, .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text.add, .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text.add {
	display: none;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text.added, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text.added, .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text.added, .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text.added {
	display: none;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product h3, .woocommerce .tm-products-carousel-widget-wrapper li.product h3, .woocommerce .products div.product h3, .woocommerce .products li.product h3 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0;
	text-transform: none;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .price, .woocommerce .tm-products-carousel-widget-wrapper div.product .compare-list.products .price td, .compare-list.products .price .woocommerce .tm-products-carousel-widget-wrapper div.product td, .add_to_cart_inline.woocommerce .tm-products-carousel-widget-wrapper div.product .amount, .woocommerce .tm-products-carousel-widget-wrapper li.product .price, .woocommerce .tm-products-carousel-widget-wrapper li.product .compare-list.products .price td, .compare-list.products .price .woocommerce .tm-products-carousel-widget-wrapper li.product td, .add_to_cart_inline.woocommerce .tm-products-carousel-widget-wrapper li.product .amount, .woocommerce .products div.product .price, .woocommerce .compare-list.products div.product .price td, .woocommerce .compare-list.products .price div.product td, .add_to_cart_inline.woocommerce .products div.product .amount, .woocommerce .products li.product .price, .woocommerce .compare-list.products li.product .price td, .woocommerce .compare-list.products .price li.product td, .add_to_cart_inline.woocommerce .products li.product .amount {
	display: block;
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .price del, .compare-list.products .price .woocommerce .tm-products-carousel-widget-wrapper div.product td del, .add_to_cart_inline.woocommerce .tm-products-carousel-widget-wrapper div.product .amount del, .woocommerce .tm-products-carousel-widget-wrapper li.product .price del, .compare-list.products .price .woocommerce .tm-products-carousel-widget-wrapper li.product td del, .add_to_cart_inline.woocommerce .tm-products-carousel-widget-wrapper li.product .amount del, .woocommerce .products div.product .price del, .woocommerce .compare-list.products .price div.product td del, .add_to_cart_inline.woocommerce .products div.product .amount del, .woocommerce .products li.product .price del, .woocommerce .compare-list.products .price li.product td del, .add_to_cart_inline.woocommerce .products li.product .amount del {
	font-size: 16px;
	line-height: 20px;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare, .woocommerce .products div.product .block_wishlist_compare, .woocommerce .products li.product .block_wishlist_compare {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: ease 0.3s all;
	text-align: center;
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist, .woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare, .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist, .woocommerce .products div.product .block_wishlist_compare a.compare, .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist, .woocommerce .products li.product .block_wishlist_compare a.compare {
	position: relative;
	width: 24px;
	height: 24px;
	float: none;
	display: block;
	margin: 0 12px;
	background: none;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_compare_button__text, .woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_wishlist_button__text, .woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare .add_to_compare_button__text, .woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare .add_to_wishlist_button__text, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_compare_button__text, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_wishlist_button__text, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare .add_to_compare_button__text, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare .add_to_wishlist_button__text, .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_compare_button__text, .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_wishlist_button__text, .woocommerce .products div.product .block_wishlist_compare a.compare .add_to_compare_button__text, .woocommerce .products div.product .block_wishlist_compare a.compare .add_to_wishlist_button__text, .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_compare_button__text, .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_wishlist_button__text, .woocommerce .products li.product .block_wishlist_compare a.compare .add_to_compare_button__text, .woocommerce .products li.product .block_wishlist_compare a.compare .add_to_wishlist_button__text {
	position: absolute;
	bottom: 100%;
	top: auto;
	left: 50%;
	width: 120px;
	transform: translateY(-50px) translateX(-50%);
	-webkit-transform: translateY(-50px) translateX(-50%);
	transition: all ease 0.3s;
	font-size: 12px;
	line-height: 19px;
	height: auto;
	color: white;
	background: #141414;
	border-radius: 2px;
	padding: 5px;
	visibility: hidden;
	opacity: 0;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_compare_button__text:after, .woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_wishlist_button__text:after, .woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare .add_to_compare_button__text:after, .woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare .add_to_wishlist_button__text:after, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_compare_button__text:after, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_wishlist_button__text:after, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare .add_to_compare_button__text:after, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare .add_to_wishlist_button__text:after, .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_compare_button__text:after, .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_wishlist_button__text:after, .woocommerce .products div.product .block_wishlist_compare a.compare .add_to_compare_button__text:after, .woocommerce .products div.product .block_wishlist_compare a.compare .add_to_wishlist_button__text:after, .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_compare_button__text:after, .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_wishlist_button__text:after, .woocommerce .products li.product .block_wishlist_compare a.compare .add_to_compare_button__text:after, .woocommerce .products li.product .block_wishlist_compare a.compare .add_to_wishlist_button__text:after {
	display: block;
	position: absolute;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 4px 0 4px;
	border-color: #141414 transparent transparent transparent;
	content: "";
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:hover, .woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare:hover, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:hover, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare:hover, .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:hover, .woocommerce .products div.product .block_wishlist_compare a.compare:hover, .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:hover, .woocommerce .products li.product .block_wishlist_compare a.compare:hover {
	background: none;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:hover .add_to_compare_button__text, .woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:hover .add_to_wishlist_button__text, .woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare:hover .add_to_compare_button__text, .woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare:hover .add_to_wishlist_button__text, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:hover .add_to_compare_button__text, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:hover .add_to_wishlist_button__text, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare:hover .add_to_compare_button__text, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare:hover .add_to_wishlist_button__text, .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:hover .add_to_compare_button__text, .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:hover .add_to_wishlist_button__text, .woocommerce .products div.product .block_wishlist_compare a.compare:hover .add_to_compare_button__text, .woocommerce .products div.product .block_wishlist_compare a.compare:hover .add_to_wishlist_button__text, .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:hover .add_to_compare_button__text, .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:hover .add_to_wishlist_button__text, .woocommerce .products li.product .block_wishlist_compare a.compare:hover .add_to_compare_button__text, .woocommerce .products li.product .block_wishlist_compare a.compare:hover .add_to_wishlist_button__text {
	transform: translateY(-10px) translateX(-50%);
	-webkit-transform: translateY(-10px) translateX(-50%);
	visibility: visible;
	opacity: 1;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist a.add_to_wishlist, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist a.add_to_wishlist, .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist a.add_to_wishlist, .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist a.add_to_wishlist {
	display: block;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist a.add_to_wishlist:before, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist a.add_to_wishlist:before, .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist a.add_to_wishlist:before, .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist a.add_to_wishlist:before {
	margin-right: 0;
	vertical-align: top;
	display: block;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:before, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:before, .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:before, .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:before {
	font-size: 18px;
	line-height: 24px;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, .woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before {
	content: "\e5ca";
	font-family: "Material Icons";
	font-size: 18px;
	line-height: 24px;
	left: 2px;
	position: absolute;
	top: -2px;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .ajax-loading, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .ajax-loading, .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .ajax-loading, .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .ajax-loading {
	position: absolute;
	top: 7px;
	left: 5px;
	width: 20px !important;
	height: 20px !important;
	font-size: inherit;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare, .woocommerce .products div.product .block_wishlist_compare a.compare, .woocommerce .products li.product .block_wishlist_compare a.compare {
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare .blockOverlay.blockUI, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare .blockOverlay.blockUI, .woocommerce .products div.product .block_wishlist_compare a.compare .blockOverlay.blockUI, .woocommerce .products li.product .block_wishlist_compare a.compare .blockOverlay.blockUI {
	background: url(assets/images/rolling.svg) 50% 50% no-repeat #fff !important;
	background-size: cover !important;
	opacity: 0.6 !important;
	width: 20px !important;
	height: 20px !important;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare:before, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare:before, .woocommerce .products div.product .block_wishlist_compare a.compare:before, .woocommerce .products li.product .block_wishlist_compare a.compare:before {
	font-size: 18px;
	line-height: 24px;
	left: 0;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare.added, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare.added, .woocommerce .products div.product .block_wishlist_compare a.compare.added, .woocommerce .products li.product .block_wishlist_compare a.compare.added {
	font-size: 0;
	line-height: 0;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare.added:before, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare.added:before, .woocommerce .products div.product .block_wishlist_compare a.compare.added:before, .woocommerce .products li.product .block_wishlist_compare a.compare.added:before {
	display: none;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare.added:after, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare.added:after, .woocommerce .products div.product .block_wishlist_compare a.compare.added:after, .woocommerce .products li.product .block_wishlist_compare a.compare.added:after {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	position: relative;
	top: -1px;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .star-rating, .woocommerce .tm-products-carousel-widget-wrapper li.product .star-rating, .woocommerce .products div.product .star-rating, .woocommerce .products li.product .star-rating {
	display: block;
	float: none;
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	opacity: 1;
	transition: ease 0.3s all;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product:hover .block_wishlist_compare, .woocommerce .tm-products-carousel-widget-wrapper li.product:hover .block_wishlist_compare, .woocommerce .products div.product:hover .block_wishlist_compare, .woocommerce .products li.product:hover .block_wishlist_compare {
	visibility: visible;
	opacity: 1;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product:hover .star-rating, .woocommerce .tm-products-carousel-widget-wrapper li.product:hover .star-rating, .woocommerce .products div.product:hover .star-rating, .woocommerce .products li.product:hover .star-rating {
	opacity: 0;
	visibility: hidden;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product:hover .add_to_cart_button, .woocommerce .tm-products-carousel-widget-wrapper li.product:hover .add_to_cart_button, .woocommerce .products div.product:hover .add_to_cart_button, .woocommerce .products li.product:hover .add_to_cart_button {
	visibility: visible;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(1);
	transform: translateY(-50%) translateX(-50%) scale(1);
}

@media (max-width: 991px) {
	.widget.tm_products_carousel_widget .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button, .widget.tm_products_carousel_widget .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button {
		width: 78px;
		height: 78px;
		visibility: visible;
		-webkit-transform: translateY(-50%) translateX(-50%) scale(1);
		transform: translateY(-50%) translateX(-50%) scale(1);
		left: 50%;
		bottom: auto;
		top: 50%;
	}
}

@media (max-width: 991px) {
	.widget.tm_products_carousel_widget .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .add, .widget.tm_products_carousel_widget .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .added, .widget.tm_products_carousel_widget .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .material-icons, .widget.tm_products_carousel_widget .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .add, .widget.tm_products_carousel_widget .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .added, .widget.tm_products_carousel_widget .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .material-icons {
		font-size: 34px;
		line-height: 76px;
	}
}

@media (max-width: 991px) {
	.widget.tm_products_carousel_widget .woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare, .widget.tm_products_carousel_widget .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare {
		bottom: 0;
		visibility: visible;
		opacity: 1;
	}

	.widget.tm_products_carousel_widget .woocommerce .tm-products-carousel-widget-wrapper div.product .star-rating, .widget.tm_products_carousel_widget .woocommerce .tm-products-carousel-widget-wrapper li.product .star-rating {
		bottom: 0;
		visibility: visible;
		opacity: 1;
	}
}

.woocommerce div.product p.price, .add_to_cart_inline.woocommerce div.product p.amount,
.woocommerce div.product span.price,
.add_to_cart_inline.woocommerce div.product span.amount {
	font-size: 1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tm-products-carousel-widget-container .swiper-button-next, .tm-products-carousel-widget-container .swiper-button-prev, .tm-categories-carousel-widget-container .swiper-button-next, .tm-categories-carousel-widget-container .swiper-button-prev {
	display: block;
}

.tm-products-carousel-widget-container .swiper-button-next.swiper-button-disabled, .tm-products-carousel-widget-container .swiper-button-prev.swiper-button-disabled, .tm-categories-carousel-widget-container .swiper-button-next.swiper-button-disabled, .tm-categories-carousel-widget-container .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
	visibility: hidden;
}

/*Style for next and prev swiper button */
.swiper-button-next.button-next, .swiper-button-prev.button-next {
	border-radius: 0;
}

.swiper-button-next, .swiper-button-prev {
	width: 50px;
	height: 50px;
	background: white;
	transition: ease 0.3s all;
	visibility: visible;
	opacity: 1;
	border-radius: 0;
}

.swiper-button-next i, .swiper-button-prev i {
	display: none;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
	visibility: hidden;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
	background: white;
}

.swiper-button-next:after, .swiper-button-prev:after {
	display: block;
	text-align: center;
	font-family: 'Material Icons';
	text-indent: 0;
	line-height: 48px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: 0.3s all ease;
}

.swiper-button-next {
	right: 0;
	left: auto;
}

.swiper-button-next.button-next {
	border-radius: 0;
}

.swiper-button-next:after {
	content: "\e5cc";
}

@media (min-width: 992px) {
	.swiper-button-next {
		right: 20px;
	}
}

.swiper-button-prev {
	left: 0;
	right: auto;
}

.swiper-button-prev.button-prev {
	border-radius: 0;
}

.swiper-button-prev:after {
	content: "\e5cb";
}

@media (min-width: 992px) {
	.swiper-button-prev {
		left: 20px;
	}
}

/*Styles for Testimonials Widget*/
.tm_custom_style.bne-element-container .bne-testimonial-slider-wrapper {
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.tm_custom_style.bne-element-container .bne-testimonial-slider {
	position: relative;
}

.tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav {
	position: static;
	left: auto;
	right: auto;
	height: auto;
	bottom: auto;
}

.tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav li {
	position: static;
}

.tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-prev, .tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-next {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	background: transparent;
	bottom: auto;
	margin: 0;
	transition: 0.3s all ease;
}

.tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-prev:after, .tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-next:after {
	display: block;
	text-align: center;
	content: "\e5cb";
	font-family: 'Material Icons';
	color: white;
	text-indent: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: 0.3s all ease;
}

.tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-prev {
	left: 0;
	right: auto;
}

.tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-prev:after {
	content: "\e5cb";
}

.tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-next {
	right: 0;
	left: auto;
}

.tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-next:after {
	content: "\e5cc";
}

@media (min-width: 544px) {
	.tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-prev, .tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-next {
		border: 1px solid rgba(255, 255, 255, 0.3) !important;
	}

	.tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-prev:hover, .tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-next:hover {
		border: 1px solid white !important;
	}

	.tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-prev {
		left: 20px;
	}

	.tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-next {
		right: 20px;
	}
}

.tm_custom_style.bne-element-container .bne-testimonial-slider .slides li {
	text-align: center;
}

.tm_custom_style.bne-element-container .bne-testimonial-slider .slides li .flex-content {
	padding: 60px 5% 50px;
}

@media (min-width: 544px) {
	.tm_custom_style.bne-element-container .bne-testimonial-slider .slides li .flex-content {
		padding: 60px 15% 90px;
	}
}

.tm_custom_style.bne-element-container .bne-testimonial-slider .slides li img {
	border: none;
	box-shadow: none;
	float: none;
	margin: 0 0 4px 0;
}

.tm_custom_style.bne-element-container .bne-testimonial-slider .slides li .bne-testimonial-description {
	font-size: 20px;
	padding: 0 20px;
}

@media (min-width: 768px) {
	.tm_custom_style.bne-element-container .bne-testimonial-slider .slides li .bne-testimonial-description {
		padding: 0;
	}
}

.tm_custom_style.bne-element-container .bne-testimonial-slider .slides li h3 {
	text-align: center;
	position: absolute;
	bottom: 52px;
	left: 0;
	right: 0;
	text-transform: none;
}

div.products div.product-category.product {
	padding-bottom: 30px;
	margin-bottom: 0;
}

@media (max-width: 380px) {
	div.products div.product-category.product {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

div.products div.product-category.product > a {
	display: block;
	position: relative;
}

div.products div.product-category.product > a img {
	position: relative;
	z-index: 1;
	width: 100%;
	display: block;
}

div.products div.product-category.product > a:hover h3 {
	background: rgba(0, 0, 0, 0.9);
	bottom: 50%;
	transform: translateY(50%);
}

div.products div.product-category.product > a:hover h3 mark.count {
	visibility: visible;
	opacity: 1;
	height: 22px;
}

div.products div.product-category.product > a h3 {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	width: 100%;
	text-align: center;
	background: rgba(255, 255, 255, 0.9);
	transition: 0.5s ease all;
	transform: translateY(0);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 70px;
	font-weight: 700;
	text-transform: uppercase;
}

div.products div.product-category.product > a h3 mark.count {
	font-style: normal;
	transition: 0.5s ease all;
	background: none;
	font-weight: 300;
	visibility: hidden;
	opacity: 0;
	padding: 0;
	text-transform: none;
	height: 0;
}

.tm-categories-carousel-widget-wrapper .tm-categories-carousel-widget-slide > a {
	display: block;
	position: relative;
}

.tm-categories-carousel-widget-wrapper .tm-categories-carousel-widget-slide > a img {
	position: relative;
	z-index: 1;
	width: 100%;
	display: block;
}

.tm-categories-carousel-widget-wrapper .tm-categories-carousel-widget-slide > a:hover h3 {
	background: rgba(0, 0, 0, 0.9);
	bottom: 50%;
	transform: translateY(50%);
	color: white;
}

.tm-categories-carousel-widget-wrapper .tm-categories-carousel-widget-slide > a:hover .count {
	color: white;
	font-weight: 300;
	visibility: visible;
	opacity: 1;
	height: 22px;
}

.tm-categories-carousel-widget-wrapper .tm-categories-carousel-widget-slide > a h3 {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	width: 100%;
	text-align: center;
	background: rgba(255, 255, 255, 0.9);
	transition: 0.5s ease all;
	transform: translateY(0);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 70px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
	transition: 0.5s ease all;
}

.tm-categories-carousel-widget-wrapper .tm-categories-carousel-widget-slide > a .count {
	font-style: normal;
	transition: 0.5s ease all;
	background: none;
	font-weight: 300;
	visibility: hidden;
	opacity: 0;
	height: 0;
	color: white;
}

/*Styles for TM Grid Banner*/
.__tm_banners_grid_widget {
	text-align: center;
	margin: 0;
}

.__tm_banners_grid_widget div div > a img {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: 0.3s ease all;
	z-index: 1;
	display: block;
}

.__tm_banners_grid_widget div div > a {
	position: relative;
	display: block;
	overflow: hidden;
}

.__tm_banners_grid_widget div div > a:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.__tm_banners_grid_widget .col-sm-4 {
	margin: 0 auto;
}

.__tm_banners_grid_widget .col-sm-4 img {
	width: 100%;
}

@media (min-width: 768px) {
	.__tm_banners_grid_widget .col-sm-4 {
		margin: 0;
	}

	.__tm_banners_grid_widget .col-sm-4 img {
		width: auto;
	}
}

.__tm_banners_grid_widget .col-xs-12, .__tm_banners_grid_widget .single-product .related.products .products > div, .single-product .related.products .__tm_banners_grid_widget .products > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

.__tm_banners_grid_widget .col-xs-12 > div, .__tm_banners_grid_widget .single-product .related.products .products > div > div, .single-product .related.products .__tm_banners_grid_widget .products > div > div {
	margin-bottom: 15px;
}

@media (min-width: 544px) {
	.__tm_banners_grid_widget .col-xs-12 > div, .__tm_banners_grid_widget .single-product .related.products .products > div > div, .single-product .related.products .__tm_banners_grid_widget .products > div > div {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	.__tm_banners_grid_widget {
		text-height: auto;
	}
}

/*Styles for subscribe widget*/
.widget-subscribe {
	text-align: center;
}

.widget-subscribe .follow-block .follow-block__message {
	padding-bottom: 10px;
}

.widget-subscribe .subscribe-block, .widget-subscribe .follow-block {
	padding: 25px 20px 20px;
}

.widget-subscribe h4.widget-title {
	margin-bottom: 6px;
}

@media (min-width: 768px) {
	.widget-subscribe .subscribe-block__form {
		width: 60%;
		margin: 0 auto;
	}
}

/*Sytles for widget Recent Post*/
.widget_recent_entries ul li {
	margin-top: 19px;
	margin-bottom: 0;
	padding-top: 0;
	border: none;
	font-size: 14px;
}

.widget_recent_entries ul li:nth
.post-author {
	display: block;
	font-style: italic;
	margin-bottom: 1px;
}

.widget_recent_entries ul li:nth
.post-author a {
	font-style: normal;
	margin-bottom: 0;
}

.widget_recent_entries ul li:nth
.post-author + a {
	font-size: 16px;
}

.widget_recent_entries ul li .post-date {
	margin: -3px 0 0 19px;
}

.widget_recent_entries ul li .post-date:before {
	top: 2px;
	left: -21px;
}

.widget_recent_entries ul li + li {
	margin-top: 15px;
}

/*Styles for carousel widget*/
.post .entry-meta {
	font-style: normal;
}

.swiper-container .swiper-wrapper .hentry.post + .post {
	margin-top: 0;
}

.swiper-container .swiper-wrapper .swiper-slide {
	text-align: center;
	margin-top: 0;
}

.swiper-container .swiper-wrapper .swiper-slide.post {
	margin-bottom: 33px;
	padding-bottom: 0;
	border: none;
}

.swiper-container .swiper-wrapper .swiper-slide .inner {
	border-radius: 0;
}

.swiper-container .swiper-wrapper .swiper-slide .inner:hover {
	background-color: transparent;
}

.swiper-container .swiper-wrapper .swiper-slide .inner:hover .post__cats {
	opacity: 1;
	visibility: visible;
}

.swiper-container .swiper-wrapper .swiper-slide .inner .entry-header {
	position: relative;
	margin-bottom: 31px;
}

.swiper-container .swiper-wrapper .swiper-slide .inner .entry-header a.post-thumbnail__link {
	z-index: 1;
}

.swiper-container .swiper-wrapper .swiper-slide .inner .entry-header .post__date {
	position: absolute;
	top: 11px;
	left: 11px;
	width: 59px;
	height: 59px;
	border-radius: 620px;
	color: white;
	background: #ff4747;
	z-index: 2;
	margin: 0;
	font-style: italic;
	font-weight: 700;
}

.swiper-container .swiper-wrapper .swiper-slide .inner .entry-header .post__date a {
	font-size: 14px;
	line-height: 1em;
}

.swiper-container .swiper-wrapper .swiper-slide .inner .entry-header .post__date a span {
	font-size: 28px;
	line-height: 1em;
	display: block;
}

.swiper-container .swiper-wrapper .swiper-slide .inner .entry-header .post__cats {
	position: absolute;
	bottom: 11px;
	left: 11px;
	top: auto;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	transition: ease all 0.3s;
}

.swiper-container .swiper-wrapper .swiper-slide .inner .entry-header .post__cats a {
	margin: 0;
	padding: 5px;
}

.swiper-container .swiper-wrapper .swiper-slide .inner .entry-content {
	padding: 0;
}

.swiper-container .swiper-wrapper .swiper-slide .inner .entry-content a {
	text-decoration: none;
}

.swiper-container .swiper-wrapper .swiper-slide .inner .entry-meta {
	margin-top: 8px;
	margin-bottom: 18px;
}

.swiper-container .swiper-wrapper .swiper-slide .inner .entry-meta .post__author, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-meta .post__comments {
	display: inline-block;
	margin: 0;
}

.swiper-container .swiper-wrapper .swiper-slide .inner .entry-meta .post__author > span, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-meta .post__comments > span {
	font-style: italic;
}

.swiper-container .swiper-wrapper .swiper-slide .inner .entry-meta .post__author > span.post-comments-link, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-meta .post__comments > span.post-comments-link {
	font-style: normal;
}

.swiper-container .swiper-wrapper .swiper-slide .inner .entry-meta .post__comments {
	padding-left: 11px;
	position: relative;
}

.swiper-container .swiper-wrapper .swiper-slide .inner .entry-meta .post__comments:before {
	content: ".";
	line-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 30px;
	line-height: 2px;
}

.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer {
	margin: 0;
	padding: 3px 0 0 0;
}

.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .btn, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button,
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce .button, .woocommerce .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .button,
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button,
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-account .button, .woocommerce-account .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .button, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.compare.button,
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.compare.checkout-button,
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.compare.checkout-button {
	background: none;
	padding: 0 44px 0 0;
	margin: 0;
	float: none;
	color: #ff4747;
	position: relative;
	min-width: 34px;
	transition: all 0.3s ease;
	background-color: transparent;
}

@media (min-width: 992px) {
	.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .btn, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button,
	.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce .button, .woocommerce .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .button,
	.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button,
	.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-account .button, .woocommerce-account .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .button, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.compare.button,
	.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
	.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.compare.checkout-button,
	.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.compare.checkout-button {
		height: 34px;
		line-height: 34px;
		padding: 0;
	}
}

.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .btn span, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce .wc-proceed-to-checkout a.checkout-button span, .woocommerce .wc-proceed-to-checkout .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button span,
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button span,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button span, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce .button span, .woocommerce .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .button span,
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button span,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button span,
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button span,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button span, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-account .button span, .woocommerce-account .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .button span, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .yith-woocompare-widget a.compare.button span, .yith-woocompare-widget .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.compare.button span,
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button span,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.compare.checkout-button span,
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button span,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.compare.checkout-button span {
	position: relative;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	overflow: hidden;
	color: #ff4747;
	height: 34px;
	line-height: 34px;
	transition: all 0.3s ease;
}

@media (min-width: 992px) {
	.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .btn span, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce .wc-proceed-to-checkout a.checkout-button span, .woocommerce .wc-proceed-to-checkout .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button span,
	.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button span,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button span, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce .button span, .woocommerce .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .button span,
	.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button span,
	.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button span,
	.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button span,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button span, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-account .button span, .woocommerce-account .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .button span, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .yith-woocompare-widget a.compare.button span, .yith-woocompare-widget .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.compare.button span,
	.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button span,
	.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.compare.checkout-button span,
	.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button span,
	.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.compare.checkout-button span {
		text-indent: -300px;
	}
}

.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .btn i, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce .wc-proceed-to-checkout a.checkout-button i, .woocommerce .wc-proceed-to-checkout .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button i,
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button i,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button i, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce .button i, .woocommerce .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .button i,
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button i,
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button i,
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button i,
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button i, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-account .button i, .woocommerce-account .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .button i, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .yith-woocompare-widget a.compare.button i, .yith-woocompare-widget .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.compare.button i,
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button i,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.compare.checkout-button i,
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button i,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.compare.checkout-button i {
	font-size: 29px;
	line-height: 34px;
	position: absolute;
	margin: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 0.3s ease;
}

@media (min-width: 992px) {
	.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .btn:hover, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce .wc-proceed-to-checkout .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button:hover,
	.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button:hover,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button:hover, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce .button:hover, .woocommerce .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .button:hover,
	.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover,
	.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button:hover,
	.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button:hover,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button:hover, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-account .button:hover, .woocommerce-account .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .button:hover, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .yith-woocompare-widget a.compare.button:hover, .yith-woocompare-widget .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.compare.button:hover,
	.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button:hover,
	.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.compare.checkout-button:hover,
	.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button:hover,
	.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.compare.checkout-button:hover {
		padding-right: 44px;
		width: auto;
		left: auto;
		transition: all 0.3s ease;
	}

	.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .btn:hover span, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce .wc-proceed-to-checkout a.checkout-button:hover span, .woocommerce .wc-proceed-to-checkout .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button:hover span,
	.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button:hover span,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button:hover span, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce .button:hover span, .woocommerce .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .button:hover span,
	.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover span,
	.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button:hover span,
	.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button:hover span,
	.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button:hover span, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-account .button:hover span, .woocommerce-account .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .button:hover span, .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .yith-woocompare-widget a.compare.button:hover span, .yith-woocompare-widget .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.compare.button:hover span,
	.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button:hover span,
	.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.compare.checkout-button:hover span,
	.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button:hover span,
	.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.compare.checkout-button:hover span {
		width: auto;
		text-indent: 0;
	}
}

/*Compare tables styles*/
table.compare-list {
	margin: 10px;
	table-layout: fixed;
}

/* plugin fixedheadertable fix */
table.compare-list thead, table.compare-list tfoot {
	display: none;
}

.table-wrapper {
	width: 100%;
}

table.compare-list thead th {
	padding: 6px 10px;
	border-bottom: 2px solid #fff;
	display: block;
}

table.compare-list thead th a.close, h1 a.close {
	float: right;
	margin-right: 10px;
	font-weight: 600;
	font-size: 0.9em;
	color: #fff;
	text-decoration: none;
}

table.compare-list th, table.compare-list td,
table.compare-list th, table.compare-list .price.repeated td, table.compare-list .compare-list.products .price td.repeated td, .compare-list.products .price table.compare-list td.repeated td, table.compare-list .add_to_cart_inline.woocommerce .repeated.amount td, .add_to_cart_inline.woocommerce table.compare-list .repeated.amount td {
	padding: 10px;
}

table.compare-list th, table.compare-list td {
	border-bottom: 1px solid #d6d6d6;
}

table.compare-list tr.remove th, table.compare-list tr.remove td,
table.compare-list tr.image th, table.compare-list tr.image td,
table.compare-list tr.title th, table.compare-list tr.title td,
table.compare-list tr.price th,
table.compare-list .add_to_cart_inline.woocommerce tr.amount th,
.add_to_cart_inline.woocommerce table.compare-list tr.amount th, table.compare-list tr.price td, table.compare-list .add_to_cart_inline.woocommerce tr.amount td, .add_to_cart_inline.woocommerce table.compare-list tr.amount td {
	border-bottom: 0;
	padding-bottom: 0;
}

table.compare-list tr.image th, table.compare-list tr.image td {
	height: 186px;
}

table.compare-list tr.image th, table.compare-list tr.image td,
table.compare-list tr.price th,
table.compare-list .add_to_cart_inline.woocommerce tr.amount th,
.add_to_cart_inline.woocommerce table.compare-list tr.amount th, table.compare-list tr.price td, table.compare-list .add_to_cart_inline.woocommerce tr.amount td, .add_to_cart_inline.woocommerce table.compare-list tr.amount td,
table.compare-list tr.add-to-cart th, table.compare-list tr.add-to-cart td {
	padding-top: 4px;
}

table.compare-list tr.image th,
table.compare-list tr.title th,
table.compare-list tr.price th,
table.compare-list .add_to_cart_inline.woocommerce tr.amount th,
.add_to_cart_inline.woocommerce table.compare-list tr.amount th,
table.compare-list tr.add-to-cart th {
	overflow: hidden;
	white-space: nowrap;
}

table.compare-list .remove td a {
	color: #747373;
	text-decoration: none;
}

table.compare-list .remove td a:hover {
	color: #333;
}

table.compare-list .remove td a .remove {
	border-radius: 100% 100% 100% 100%;
	color: red;
	display: inline-block;
	font-size: 1em;
	font-weight: 600;
	height: 1em;
	line-height: 0.81em;
	text-align: center;
	text-decoration: none;
	width: 1em;
}

table.compare-list .remove td a:hover .remove {
	background-color: red;
	color: #fff;
}

table.compare-list th .fixed-th {
	width: 205px;
}

table.compare-list th {
	width: 205px;
	max-width: 205px;
	min-width: 205px;
	overflow: hidden;
	text-align: left;
}

table.compare-list td {
	width: 230px;
	max-width: 230px;
	min-width: 230px;
	text-align: center;
}

table.compare-list td.odd {
	background: #f7f7f7;
}

table.compare-list td.even {
	background: #fff;
}

#payment_method_cheque,
#payment_method_paypal {
	-webkit-appearance: radio;
}

.mfp-bg {
	z-index: 999999991;
}

.mfp-wrap {
	z-index: 999999992;
}

.yith-wcwl-share {
	font-size: 0;
	line-height: 0;
	margin-bottom: 10px;
}

.yith-wcwl-share li {
	height: auto;
	padding: 0 !important;
	margin-top: 0 !important;
}

.yith-wcwl-share li + li {
	margin-left: 21px !important;
}

.yith-wcwl-share li a {
	height: auto;
	width: auto;
	background: none !important;
}

.yith-wcwl-share li a:before {
	font: 1rem/1 FontAwesome;
}

.yith-wcwl-share li a.facebook:before {
	content: '\f09a';
}

.yith-wcwl-share li a.twitter:before {
	content: '\f099';
}

.yith-wcwl-share li a.pinterest:before {
	content: '\f0d2';
}

.yith-wcwl-share li a.googleplus:before {
	content: '\f0d5';
}

.yith-wcwl-share li a.email:before {
	content: '\f0e0';
}

.yith-woocompare-widget a.compare.button, .yith-woocompare-widget .woocommerce .wc-proceed-to-checkout a.compare.checkout-button, .woocommerce .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button {
	float: left;
}

.yith-woocompare-widget a.compare.button:before, .yith-woocompare-widget .woocommerce .wc-proceed-to-checkout a.compare.checkout-button:before, .woocommerce .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button:before,
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button:before,
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button:before {
	display: none;
}

.yith-woocompare-widget ul.products-list li a.remove:before {
	display: none;
}

.add_to_cart_inline.woocommerce mark, .add_to_cart_inline.woocommerce ins {
	padding: 0;
	background: none;
}

.add_to_cart_inline.woocommerce .add_to_cart_button {
	margin-left: 20px;
	display: inline-block;
}

.add_to_cart_inline.woocommerce .add_to_cart_button.product_type_variable .material-icons {
	display: none;
}

.add_to_cart_inline.woocommerce .add_to_cart_button .add {
	display: inline-block;
	padding-right: 10px;
}

.add_to_cart_inline.woocommerce .add_to_cart_button .added {
	display: none;
}

.add_to_cart_inline.woocommerce .add_to_cart_button:after {
	top: 1em !important;
}

.add_to_cart_inline.woocommerce .add_to_cart_button.added:after {
	display: none;
}

.add_to_cart_inline.woocommerce .add_to_cart_button.added .added {
	display: inline-block;
}

.add_to_cart_inline.woocommerce .add_to_cart_button.added .add {
	display: none;
}

@media (min-width: 980px) {
	#container > #content > .product.type-product.status-publish.has-post-thumbnail > .row, .full-width-header-area .widget.widget_top_rated_products #container > #content > .product.type-product.status-publish.has-post-thumbnail > .product_list_widget, .full-width-header-area .widget.widget_recent_reviews #container > #content > .product.type-product.status-publish.has-post-thumbnail > .product_list_widget, .full-width-header-area .widget.widget_recently_viewed_products #container > #content > .product.type-product.status-publish.has-post-thumbnail > .product_list_widget, .full-width-header-area .widget.widget_products #container > #content > .product.type-product.status-publish.has-post-thumbnail > .product_list_widget, .before-content-area .widget.widget_top_rated_products #container > #content > .product.type-product.status-publish.has-post-thumbnail > .product_list_widget, .before-content-area .widget.widget_recent_reviews #container > #content > .product.type-product.status-publish.has-post-thumbnail > .product_list_widget, .before-content-area .widget.widget_recently_viewed_products #container > #content > .product.type-product.status-publish.has-post-thumbnail > .product_list_widget, .before-content-area .widget.widget_products #container > #content > .product.type-product.status-publish.has-post-thumbnail > .product_list_widget, .after-content-full-width-area .widget.widget_top_rated_products #container > #content > .product.type-product.status-publish.has-post-thumbnail > .product_list_widget, .after-content-full-width-area .widget.widget_recent_reviews #container > #content > .product.type-product.status-publish.has-post-thumbnail > .product_list_widget, .after-content-full-width-area .widget.widget_recently_viewed_products #container > #content > .product.type-product.status-publish.has-post-thumbnail > .product_list_widget, .after-content-full-width-area .widget.widget_products #container > #content > .product.type-product.status-publish.has-post-thumbnail > .product_list_widget, .before-loop-area .widget.widget_top_rated_products #container > #content > .product.type-product.status-publish.has-post-thumbnail > .product_list_widget, .before-loop-area .widget.widget_recent_reviews #container > #content > .product.type-product.status-publish.has-post-thumbnail > .product_list_widget, .before-loop-area .widget.widget_recently_viewed_products #container > #content > .product.type-product.status-publish.has-post-thumbnail > .product_list_widget, .before-loop-area .widget.widget_products #container > #content > .product.type-product.status-publish.has-post-thumbnail > .product_list_widget, .after-loop-area .widget.widget_top_rated_products #container > #content > .product.type-product.status-publish.has-post-thumbnail > .product_list_widget, .after-loop-area .widget.widget_recent_reviews #container > #content > .product.type-product.status-publish.has-post-thumbnail > .product_list_widget, .after-loop-area .widget.widget_recently_viewed_products #container > #content > .product.type-product.status-publish.has-post-thumbnail > .product_list_widget, .after-loop-area .widget.widget_products #container > #content > .product.type-product.status-publish.has-post-thumbnail > .product_list_widget, .single-product .related.products #container > #content > .product.type-product.status-publish.has-post-thumbnail > .products, #container > #content > .product.type-product.status-publish.has-post-thumbnail > .after-content-area {
		flex-wrap: nowrap !important;
	}
}
