/*!
Theme Name: Mohican
Theme URI: https://www.templatemonster.com/
Author: Template Monster
Author URI: https://www.templatemonster.com/wordpress
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mohican
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, 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 https://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 https://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 {
  -webkit-appearance: none;
  outline: none;
  border: none;
  color: inherit;
  overflow: visible;
  box-shadow: none;
  border-radius: 0;
}

*,
*: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;
}

.widget > select {
  -webkit-appearance: menulist;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 16px;
  font-size: 1rem;
}

.page h1, .page h2 {
  text-transform: uppercase;
}

.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
  margin-top: 0;
}

.page h1 {
  margin-bottom: .7em;
}

.page h2 {
  margin-top: 22px;
  margin-bottom: 1.2em;
}

.page h3 {
  margin-top: 13px;
  margin-bottom: .4em;
}

.page h3 + p {
  margin-top: .6875em;
}

.page h4 {
  margin-bottom: .2em;
}

.page h4 + p {
  margin-top: .25em;
}

.page h5 {
  margin-bottom: .68em;
}

.page h6 {
  margin-bottom: 1em;
}

p {
  margin: 1em 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote, .post-format-quote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  text-decoration: none;
  padding: 1px 5px;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# 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 .upsells.products .products,
.single-product .related.products .products, .after-content-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          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 .upsells.products .products > div,
.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, .woocommerce .upsells ul, .woocommerce-account .upsells ul, .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 {
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-xs-3 {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-xs-4 {
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-xs-6 {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-7 {
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-xs-9 {
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-10 {
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-xs-12, .single-product .upsells.products .products > div,
.single-product .related.products .products > div {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          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 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6, .single-product .upsells.products .products > div,
  .single-product .related.products .products > div, .search-results.woocommerce .products div.product, .woocommerce .upsells ul, .woocommerce-account .upsells ul {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            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 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            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 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3, .single-product .upsells.products .products > div,
  .single-product .related.products .products > div {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4, .search-results.woocommerce .products div.product, .woocommerce .upsells ul, .woocommerce-account .upsells ul {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            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 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            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 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            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 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            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 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            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 {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.col-xs-last {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 544px) {
  .col-sm-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .col-sm-last {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 768px) {
  .col-md-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .col-md-last {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 992px) {
  .col-lg-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .col-lg-last {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 1200px) {
  .col-xl-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .col-xl-last {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.row-xs-top {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row-xs-center {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-xs-bottom {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 544px) {
  .row-sm-top {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row-sm-center {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row-sm-bottom {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .row-md-top {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row-md-center {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row-md-bottom {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 992px) {
  .row-lg-top {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row-lg-center {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row-lg-bottom {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 1200px) {
  .row-xl-top {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row-xl-center {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row-xl-bottom {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.col-xs-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.col-xs-center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.col-xs-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

@media (min-width: 544px) {
  .col-sm-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .col-sm-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .col-sm-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

@media (min-width: 768px) {
  .col-md-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .col-md-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .col-md-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

@media (min-width: 992px) {
  .col-lg-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .col-lg-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .col-lg-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

@media (min-width: 1200px) {
  .col-xl-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .col-xl-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .col-xl-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.top-panel .chosen-container {
  text-align: center;
}

.top-panel .chosen-container .chosen-single {
  font-size: 14px;
  font-weight: 400;
}

#wcj-currency-select {
  font-size: 14px;
  font-weight: 400;
}

.chosen-container {
  width: 100% !important;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  border: 1px solid #e8e8eb;
  max-width: 370px;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: none;
  border-top: 0;
  box-shadow: none;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 -1px;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 10px 19px;
  list-style: none;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  transition: all .3s ease;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #f5f5f5;
}

.chosen-container .chosen-results li:last-child {
  border-bottom: 1px solid #f5f5f5;
}

.chosen-container .chosen-results li:before, .chosen-container .chosen-results li:after {
  display: none;
}

.chosen-container .chosen-results li.active-result {
  display: block;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: block;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  transition: all .3s ease;
}

.chosen-container .chosen-results li.no-results {
  display: block;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: block;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container .chosen-results li + li {
  border-top: 1px dotted #d5d5d9;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 15px 35px 16px 12px;
  border: none;
  border-radius: 0;
  background-clip: padding-box;
  box-shadow: none;
  text-decoration: none;
  white-space: nowrap;
}

.chosen-container-single .chosen-single:before {
  content: '\e5cf';
  font-family: 'Material Icons';
  position: absolute;
  top: 18px;
  right: 17px;
  font-size: 14px;
  line-height: 1;
}

.chosen-container-single .chosen-single span {
  display: inline-block;
  overflow: hidden;
  margin-right: 0;
  white-space: nowrap;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("assets/images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: auto;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: none;
  background: #fff url("assets/images/chosen-sprite.png") no-repeat 100% -20px;
  background: url("assets/images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: 1px;
  border-radius: 0;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: none;
  background-color: #fff;
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: none;
  max-width: 100%;
  border-radius: 0;
  background-color: #eee;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: none;
  color: #333;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("assets/images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: none;
  background-color: #e4e4e4;
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container-active .chosen-single {
  border: none;
  box-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: none;
  box-shadow: none;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 -1px;
  padding: 0;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: #fff url("assets/images/chosen-sprite.png") no-repeat -30px -20px;
  background: url("assets/images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-search {
  display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("assets/images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

html {
  box-sizing: border-box;
}

#page {
  overflow: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a,
a:hover,
a:active,
a:focus {
  outline: none !important;
}

a[href*='mailto:'] {
  text-decoration: underline;
}

blockquote, .post-format-quote, q {
  quotes: "" "";
}

blockquote:before, .post-format-quote:before, blockquote:after, .post-format-quote:after, q:before, q:after {
  content: "";
}

@media (max-width: 479px) {
  blockquote p, .post-format-quote p, blockquote q, .post-format-quote q, blockquote.single-format-quote, .single-format-quote.post-format-quote, .posts-list--grid-2-cols blockquote, .posts-list--grid-2-cols .post-format-quote, .posts-list--grid-2-cols .post-format-quote {
    font-size: 22px;
  }
  .post_format-post-format-quote blockquote, .post_format-post-format-quote .post-format-quote {
    padding: 83px 50px 67px;
  }
  .post_format-post-format-quote blockquote:before, .post_format-post-format-quote .post-format-quote:before {
    right: 0;
    left: 0;
  }
}

ol,
ul {
  list-style: none;
}

hr {
  border-top: 1px dotted #f5f5f5;
  border-bottom: none;
  height: 1px;
  margin: 53px 0 39px;
  overflow: hidden;
  clear: both;
}

@media (max-width: 479px) {
  hr {
    margin: 30px 0;
  }
}

code {
  padding: 2px 5px;
}

blockquote, .post-format-quote {
  position: relative;
  margin: 0;
  padding: 14px 30px 20px 58px;
}

blockquote cite, .post-format-quote cite {
  display: block;
  font-style: normal;
  margin-top: 17px;
}

blockquote cite:before, .post-format-quote cite:before {
  content: '\2014';
  margin-right: 4px;
}

blockquote p, .post-format-quote p {
  margin: 0;
}

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. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  position: absolute;
  font-size: 40px;
  top: -5px;
  left: -5px;
  margin: 0;
  font-weight: 700;
  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;
  }
}

.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: 700;
}

.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;
  }
}

.offset-1 {
  margin-top: 11px;
  margin-bottom: 0;
  display: inline-block;
}

ul, ol {
  margin: .9375em 0;
  padding-left: 0;
}

.page .entry-content ul, .entry-content ul, .entry-summary > div ul, .comment-content ul, .page .entry-content ol, .entry-content ol, .entry-summary > div ol, .comment-content ol {
  font-size: 1em;
}

.page .entry-content ul li, .entry-content ul li, .entry-summary > div ul li, .comment-content ul li, .page .entry-content ol li, .entry-content ol li, .entry-summary > div ol li, .comment-content ol li {
  position: relative;
}

.page .entry-content ul li + li, .entry-content ul li + li, .entry-summary > div ul li + li, .comment-content ul li + li, .page .entry-content ol li + li, .entry-content ol li + li, .entry-summary > div ol li + li, .comment-content ol li + li {
  margin-top: 1px;
}

.page .entry-content > ul li, .entry-content > ul li, .entry-summary > div ul li, .comment-content ul li {
  position: relative;
  padding-left: 13px;
}

.page .entry-content > ul li:before, .entry-content > ul li:before, .entry-summary > div ul li:before, .comment-content ul li:before {
  content: '\2022';
  position: absolute;
  top: 0;
  left: 0;
}

.page .entry-content > ul ol, .entry-content > ul ol, .entry-summary > div ul ol, .comment-content ul ol {
  counter-reset: li;
}

.page .entry-content > ul ol > li, .entry-content > ul ol > li, .entry-summary > div ul ol > li, .comment-content ul ol > li {
  position: relative;
}

.page .entry-content > ul ol > li:before, .entry-content > ul ol > li:before, .entry-summary > div ul ol > li:before, .comment-content ul ol > li:before {
  position: relative;
  content: counter(li, decimal-leading-zero) ".";
  counter-increment: li;
  margin-right: 7px;
}

.page .entry-content > ol, .entry-content > ol, .entry-summary > div ol, .comment-content ol {
  counter-reset: li;
}

.page .entry-content > ol > li, .entry-content > ol > li, .entry-summary > div ol > li, .comment-content ol > li {
  position: relative;
}

.page .entry-content > ol > li:before, .entry-content > ol > li:before, .entry-summary > div ol > li:before, .comment-content ol > li:before {
  content: counter(li, decimal-leading-zero) ".";
  counter-increment: li;
  margin-right: 7px;
}

.page .entry-content > ol > li ol, .entry-content > ol > li ol, .entry-summary > div ol > li ol, .comment-content ol > li ol {
  counter-reset: li;
}

.page .entry-content > ol > li ol > li, .entry-content > ol > li ol > li, .entry-summary > div ol > li ol > li, .comment-content ol > li ol > li {
  position: relative;
}

.page .entry-content > ol > li ol > li:before, .entry-content > ol > li ol > li:before, .entry-summary > div ol > li ol > li:before, .comment-content ol > li ol > li:before {
  position: relative;
  content: counter(li, decimal-leading-zero) ".";
  counter-increment: li;
  margin-right: 7px;
}

.page .entry-content > ol ul li, .entry-content > ol ul li, .entry-summary > div ol ul li, .comment-content ol ul li {
  position: relative;
  padding-left: 13px;
}

.page .entry-content > ol ul li:before, .entry-content > ol ul li:before, .entry-summary > div ol ul li:before, .comment-content ol ul li:before {
  content: '\2022';
  position: absolute;
  top: 0;
  left: 0;
}

li > ul,
li > ol {
  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 #f5f5f5;
}

.entry-content table th,
.entry-content table td {
  padding: 5px;
  vertical-align: top;
  border: 1px solid #f5f5f5;
}

.entry-content table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #f5f5f5;
}

.entry-content table tbody + tbody {
  border-top: 1px solid #f5f5f5;
}

.page-preloader-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  display: block;
}

.page-preloader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.page-preloader-wrapper .page-preloader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.page-preloader-wrapper .page-preloader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.page-preloader-wrapper .page-preloader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#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: #fff;
  line-height: 50px;
  font-size: 29px;
  width: inherit;
  height: inherit;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (min-width: 544px) {
  #toTop {
    left: auto;
    right: 30px;
  }
}

@media (min-width: 768px) {
  #toTop {
    bottom: 30px;
  }
}

#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. */
  -webkit-font-feature-settings: 'liga';
          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;
}

a.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-cart .wc-proceed-to-checkout a.checkout-button,
.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,
.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 a.button,
.woocommerce-account .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout
.woocommerce-account a.checkout-button,
.woocommerce-account
.woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout
.woocommerce-account a.checkout-button,
.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 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5em;
}

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: 12px 15px;
  background: #fff;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top-panel .search-form {
  padding: 0;
}

.search-form label {
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          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;
}

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;
}

.post-password-form label {
  display: inline-block;
  vertical-align: top;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Navbar
--------------------------------------------------------------*/
/*
* RD Mobile Menu
*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 991;
  text-align: left;
  transition: 0s;
  transition-delay: 0s;
}

.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -54px;
  left: 0;
  bottom: -54px;
  width: 100%;
  padding: 108px 0 34px;
  margin: 0;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
  overflow-y: scroll;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu_ul:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 108px;
  display: block;
  z-index: -1;
  background: #fff;
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0);
}

.rd-mobilemenu_ul.wpadminbar-active {
  position: absolute;
  padding: 54px 0 34px;
}

.rd-mobilemenu_ul > li {
  border-top: 1px dotted #d5d5d9;
}

.rd-mobilemenu_ul > li > a {
  text-transform: uppercase;
}

.rd-mobilemenu_ul li.menu-item {
  display: block;
}

.rd-mobilemenu_ul a:not([href]).rd-with-ul .rd-submenu-toggle, .rd-mobilemenu_ul a[href='#'].rd-with-ul .rd-submenu-toggle {
  left: 0;
  width: 100%;
  text-align: right;
  cursor: pointer;
}

.rd-mobilemenu_ul a:not([href]).rd-with-ul .rd-submenu-toggle:after, .rd-mobilemenu_ul a[href='#'].rd-with-ul .rd-submenu-toggle:after {
  padding-right: 14px;
}

.rd-mobilemenu_ul .rd-mobilemenu_submenu {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.rd-mobilemenu_ul .rd-mobilemenu_submenu li {
  position: relative;
}

.rd-mobilemenu_ul .rd-mobilemenu_submenu li:before {
  content: '';
  position: absolute;
  right: -200px;
  left: -200px;
  height: 1px;
  display: block;
  border-top: 1px dotted #d5d5d9;
}

.rd-mobilemenu_ul .rd-mobilemenu_submenu li a {
  font-weight: 300;
  padding: 1px 42px 1px;
}

.rd-mobilemenu_ul .rd-mobilemenu_submenu li .sub-menu {
  margin-top: 0;
  margin-left: 1.5em;
}

.rd-mobilemenu_ul a {
  display: block;
  padding: 5px 21px 5px;
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 0;
  right: -2px;
  margin-top: 0;
  width: 50px;
  height: 50px;
  font: 400 16px/47px "Material Icons";
  text-align: center;
  transition: 0.5s all ease;
  z-index: 1;
  background: transparent;
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\e5cf';
}

.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
  padding: 5px 55px 5px 21px;
}

.rd-mobilemenu_ul a:not([href]) .rd-submenu-toggle, .rd-mobilemenu_ul a[href='#'] .rd-submenu-toggle {
  left: 0;
  width: 100%;
  height: 40px;
  text-align: right;
  cursor: pointer;
  line-height: 40px;
}

.rd-mobilemenu_ul a:not([href]) .rd-submenu-toggle:after, .rd-mobilemenu_ul a[href='#'] .rd-submenu-toggle:after {
  padding-right: 18px;
}

.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}

.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilemenu_ul .widget {
  margin-bottom: 0;
}

.sub-menu {
  display: none;
}

.sub-menu-open + .sub-menu {
  display: block;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 54px;
  z-index: 991;
  box-shadow: 0 0 3px 0 transparent;
  transition: all .3s ease;
}

.rd-mobilepanel.rd-mobilepanel-isStuck {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.rd-mobilemenu.active + .rd-mobilepanel {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}

/*
* Mobilepanel Search
*/
header .navbar-search-toggle {
  display: none;
  position: fixed;
  top: 9px;
  left: 59px;
  width: 36px;
  height: 36px;
  text-align: center;
  z-index: 992;
  cursor: pointer;
  transition: all .3s ease-in-out;
  transition-delay: .2s;
}

header .navbar-search-toggle:before, header .navbar-search-toggle:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'Material Icons';
  font-size: 24px;
  line-height: 36px;
  transition: all .2s ease-in-out;
  transition-delay: .1s;
}

header .navbar-search-toggle:before {
  content: '\e8b6';
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
      transform: rotate(0deg) scale(1);
}

header .navbar-search-toggle:after {
  content: '\e5cd';
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(-90deg) scale(0);
  -ms-transform: rotate(-90deg) scale(0);
      transform: rotate(-90deg) scale(0);
}

header .navbar-search-toggle.search-active {
  left: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  margin-left: -9px;
  transition-delay: 0s;
}

header .navbar-search-toggle.search-active:before, header .navbar-search-toggle.search-active:after {
  transition-delay: .1s;
}

header .navbar-search-toggle.search-active:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(90deg) scale(1);
  -ms-transform: rotate(90deg) scale(1);
      transform: rotate(90deg) scale(1);
}

header .navbar-search-toggle.search-active:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
      transform: rotate(0deg) scale(1);
}

.widget_product_search {
  position: relative;
}

@media (max-width: 767px) {
  .widget_product_search {
    position: static;
  }
}

@media (max-width: 767px) {
  body header .widget_product_search form.woocommerce-product-search.navbar-search {
    position: fixed;
    top: 0;
    left: 0;
    right: 50px;
    z-index: 993;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
        transform: translateX(-50px);
  }
  body header .widget_product_search form.woocommerce-product-search.navbar-search input[type="search"] {
    box-shadow: none;
    padding: 12px 51px 13px 21px;
  }
  body header .widget_product_search form.woocommerce-product-search.navbar-search button[type="submit"] {
    top: 10px;
    right: 0;
    width: 36px;
    height: 36px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
  body header .widget_product_search form.woocommerce-product-search.navbar-search button[type="submit"] i {
    font-size: 24px;
    line-height: 1;
  }
  body header .widget_product_search form.woocommerce-product-search.navbar-search button[type="submit"] * {
    line-height: 36px;
  }
  body header .widget_product_search form.woocommerce-product-search.navbar-search.search-active {
    opacity: 1;
    visibility: visible;
    transition-delay: .3s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
  .search-active .rd-mobilepanel_toggle {
    opacity: 0;
    visibility: hidden;
  }
}

/*
* Toggle cart Contents
*/
@media (max-width: 767px) {
  body .navbar-header-cart {
    position: fixed;
    top: 0;
    right: 11px;
    margin: 0;
    height: 54px;
    z-index: 994;
    transition: all .3s ease-in-out;
    transition-delay: 0.3s;
  }
  body .navbar-header-cart .count {
    padding-top: 11px;
    display: inline-block;
  }
  body .navbar-header-cart.search-active {
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
        transform: translateX(150%);
    transition-delay: 0s;
  }
}

/*
* Mobile Menu Shop
*/
ul.rd-mobile-menu-shop {
  margin-top: -1px;
  border-top: 1px dotted #757577;
}

ul.rd-mobile-menu-shop a {
  padding: 9px 13px 11px;
}

ul.rd-mobile-menu-shop li + li {
  margin-top: -1px;
  border-top: 1px dotted #757577;
}

/*
* Mobile Currency
*/
.rd-mobile-currency {
  position: relative;
  margin-top: -1px;
  border-top: 1px dotted #757577;
}

.rd-mobile-currency .chosen-container {
  max-width: none;
  display: none;
}

.rd-mobile-currency select {
  width: 100%;
  padding: 9px 18px;
  display: block !important;
  cursor: pointer;
}

.rd-mobile-currency select:focus {
  box-shadow: none;
}

.rd-mobile-currency .chosen-container-single .chosen-single {
  padding: 10px 35px 10px 19px;
}

.rd-mobile-currency .chosen-container-single .chosen-single:before {
  top: 13px;
}

.rd-mobile-currency form:before {
  content: '\e5cf';
  font: 400 16px/39px "Material Icons";
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 1;
  color: #fff;
  pointer-events: none;
}

/*
* Mobile Languages
*/
#lang_sel.rd-mobile-lang {
  max-width: 100%;
  height: 40px;
  margin-top: -1px;
  border-top: 1px dotted #757577;
}

#lang_sel.rd-mobile-lang ul li a {
  padding: 9px 20px;
  border: none;
}

#lang_sel.rd-mobile-lang > ul > li > a:after {
  content: '\e5cf';
  font: 400 16px/39px "Material Icons";
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 1;
  color: #fff;
  pointer-events: none;
}

/*
* Mobile Social List
*/
.rd-mobile-social-list {
  padding: 18px 12px 16px;
  border-top: 1px dotted #757577;
}

.rd-mobile-social-list ul a {
  padding: 0;
}

.rd-mobile-social-list .social-list__items {
  padding-left: 0;
}

.rd-mobile-social-list .social-list__items li {
  display: inline-block;
}

/*
* Mobilepanel Toggle Presets
*/
/*
* Mobilepanel Toggle
*/
.rd-mobilepanel_toggle {
  position: fixed;
  top: 9px;
  left: 14px;
  width: 36px;
  height: 36px;
  padding: 0;
  background: transparent;
}

.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: all .3s ease;
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  transition: all .3s ease;
}

.rd-mobilepanel_toggle span:after {
  top: -5px;
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 18px;
  height: 2px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

.rd-mobilepanel_toggle.active span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  transition: background .3s 0s ease;
  background: transparent;
}

.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  transition-delay: 0s, 0.3s;
}

.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*
* Resize Mobile Menu
*/
@media (max-width: 767px) {
  /*
	* Wpadminbar active
	*/
  .wpadminbar-active .rd-mobilepanel, .wpadminbar-active header .navbar-search-toggle, .wpadminbar-active .site-header-cart, .wpadminbar-active .rd-mobilepanel_toggle, .wpadminbar-active .navbar-search.search-active {
    transition: 0s !important;
    transition-delay: 0s !important;
  }
  .absolute {
    position: absolute !important;
  }
  .offset-navbar-adminbar-active {
    position: absolute !important;
    margin-top: 46px !important;
    transition: 0s !important;
    transition-delay: 0s !important;
  }
  body {
    padding-top: 54px;
  }
  body .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap {
    top: 19px;
  }
  body .site-header-cart .header-cart-dropdown-active .shopping_cart-dropdown-wrap {
    top: 14px;
  }
  body .site-header-cart .cart-contents .count span {
    position: static;
  }
  body .site-header-cart .cart-contents .count i {
    padding-right: 4px;
  }
  body header.site-header .header-container, body header.site-header .header-container.stuckMenu {
    padding-top: 0;
    padding-bottom: 2px;
  }
  .main-navigation {
    display: none !important;
  }
  .currency_switcher, .div_dropdown_top_menu, .social-list.social-list--header, .rd-mobilemenu_ul .menu-item_description, header.site-header div.social-list--header.social-list {
    display: none;
  }
  .rd-mobilemenu, .rd-mobilepanel, header .navbar-search-toggle, .social-list.social-list--header.rd-mobile-social-list, .currency_switcher.rd-mobile-currency {
    display: block;
  }
}

@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
  outline: none;
}

a:hover, a:active {
  outline: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul li {
  padding-left: 0;
}

.main-navigation ul li:before {
  display: none;
}

.main-navigation ul ul {
  position: absolute;
  top: 120%;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  transition: 300ms linear;
  transition-property: top, opacity, visibility;
  padding: 0;
  margin: 25px 0 0 -15.5px;
  left: -9999px;
  border-radius: 0;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
  max-width: 194px;
  width: 194px;
}

.main-navigation ul ul li a {
  text-transform: none;
}

.main-navigation ul ul li + li {
  border-top: 1px dotted #757577;
}

.main-navigation ul ul li ul.sub-menu {
  margin-top: 0;
  margin-left: 1px;
}

@media (max-width: 600px) {
  .main-navigation ul ul {
    position: static;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    background: none;
    margin: 0;
  }
  .main-navigation ul ul li:before {
    content: "-";
    display: inline-block;
  }
}

.main-navigation ul ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.main-navigation ul ul li:first-child {
  border-top: none;
}

.main-navigation ul ul li > ul {
  top: 20%;
  background: #fff;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
.main-navigation ul ul li.menu-hover > ul {
  top: 0;
  left: 100%;
}

.main-navigation ul ul li > ul.in-transition {
  left: 100%;
}

.main-navigation ul ul a {
  width: 100%;
  text-align: left;
  padding: 13px 18px 12px;
  position: relative;
  font-size: 14px;
}

.main-navigation ul ul > li:first-child > a {
  border-top: none;
}

.main-navigation ul ul li:hover > a:before,
.main-navigation ul ul li.focus > a:before,
.main-navigation ul ul li.menu-hover > a:before,
.main-navigation ul ul li.current_page_item > a:before,
.main-navigation ul ul li.current-menu-item > a:before,
.main-navigation ul ul li.current_page_ancestor > a:before {
  top: 0;
  bottom: 0;
  opacity: 1;
}

.main-navigation ul ul .page_item_has_children > a:after,
.main-navigation ul ul .menu-item-has-children > a:after {
  content: "\e5cf";
  font-family: "Material Icons";
  position: absolute;
  right: 15px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.main-navigation ul li.menu-hover > ul {
  top: 100%;
  left: 0;
  visibility: visible;
  opacity: 1;
}

.main-navigation ul li > ul.in-transition {
  left: 0;
}

.main-navigation ul.menu {
  font-size: 0;
  line-height: 0;
  padding: 20px 0;
}

@media screen and (min-width: 37.5em) {
  .main-navigation ul.menu {
    padding: 0;
  }
}

.main-navigation ul.menu > li {
  display: block;
  margin: 0;
  text-transform: uppercase;
}

@media screen and (min-width: 37.5em) {
  .main-navigation ul.menu > li {
    display: inline-block;
    margin: 0 30px 0 0;
  }
}

@media (min-width: 768px) {
  .main-navigation ul.menu > li {
    margin: 0 50px 0 0;
  }
}

.boxed-wrap .main-navigation ul.menu > li {
  margin: 0 10px;
}

.main-navigation ul.menu > li > a {
  display: block;
  padding: 0;
  position: relative;
  transition: all ease 0.3s;
  font-size: 16px;
  font-size: 1rem;
}

.main-navigation ul.menu > li > a:before {
  display: none;
  left: 50%;
  right: 50%;
  content: "";
  height: 5px;
  position: absolute;
  bottom: 0;
  transition: all 200ms ease-out;
  opacity: 0;
}

@media (max-width: 600px) {
  .main-navigation ul.menu > li > a:before {
    top: 50%;
    bottom: 50%;
    width: 5px;
    left: 0;
    height: auto;
  }
}

.main-navigation ul.menu > li:hover > a:before, .main-navigation ul.menu > li.menu-hover > a:before, .main-navigation ul.menu > li.current_page_item > a:before, .main-navigation ul.menu > li.current-menu-item > a:before, .main-navigation ul.menu > li.current_page_ancestor > a:before {
  left: 0;
  right: 0;
  width: auto;
  opacity: 1;
}

@media (max-width: 600px) {
  .main-navigation ul.menu > li:hover > a:before, .main-navigation ul.menu > li.menu-hover > a:before, .main-navigation ul.menu > li.current_page_item > a:before, .main-navigation ul.menu > li.current-menu-item > a:before, .main-navigation ul.menu > li.current_page_ancestor > a:before {
    top: 0;
    bottom: 0;
    width: 5px;
    left: 0;
    right: auto;
  }
}

.main-navigation li {
  position: relative;
  text-align: left;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  position: relative;
}

.main-navigation .menu-item_description {
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  padding: 3px 0 0 0;
}

.sub-menu .main-navigation .menu-item_description {
  position: static;
}

.set-menu {
  padding: 10px 0 20px;
}

.footer-menu {
  margin: 10px 0 15px;
}

.footer-menu__items li {
  padding: 8px 25px;
  border-left: none;
}

@media (max-width: 479px) {
  .footer-menu__items li {
    padding: 8px;
  }
}

.footer-menu__items li:first-child {
  border-left: none;
}

.site-footer.default .footer-copyright .footer-menu__items li:first-child,
.site-footer.minimal .footer-copyright .footer-menu__items li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 25px;
}

@media (min-width: 544px) {
  .footer-menu__items li {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}

/* Small menu. */
.menu-toggle {
  display: inline-block;
  line-height: 12px;
  padding: 5px;
  margin-bottom: 10px;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}

.main-navigation.toggled ul {
  display: block;
}

.main-navigation ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.pagination {
  padding: 0 0 25px;
}

.pagination .page-numbers {
  display: inline-block;
  min-width: 50px;
  height: 50px;
  padding: 5px;
  border: 1px solid;
  margin: 0 5px 5px 0;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 38px;
  text-align: center;
}

.pagination .page-numbers.dots {
  border: none;
  min-width: 30px;
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
  border: none;
  line-height: 40px;
}

.pagination .page-numbers.next i, .pagination .page-numbers.prev i {
  vertical-align: middle;
}

.rd-mobilemenu_ul > li a {
  line-height: 21px;
}

.rd-mobilemenu_ul .social-list li {
  background: transparent;
}

.main-navigation .menu-item_description {
  text-transform: none;
  letter-spacing: 0;
}

/*--------------------------------------------------------------
## Paginations
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a {
  display: inline-block;
  vertical-align: top;
}

.comment-navigation .nav-previous > a:before,
.posts-navigation .nav-previous > a:before,
.post-navigation .nav-previous > a: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. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  font-size: 20px;
  content: '\E408';
  vertical-align: top;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  display: inline-block;
  vertical-align: top;
}

.comment-navigation .nav-next > a:after,
.posts-navigation .nav-next > a:after,
.post-navigation .nav-next > a:after {
  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. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  font-size: 20px;
  content: '\E409';
  vertical-align: top;
}

.pagination {
  padding: 0 0 25px;
}

.pagination .page-numbers {
  display: inline-block;
  min-width: 50px;
  height: 50px;
  padding: 5px;
  border: 1px solid;
  margin: 0 5px 5px 0;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 38px;
  text-align: center;
}

.pagination .page-numbers.dots {
  border: none;
  min-width: 30px;
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
  border: none;
  line-height: 40px;
}

.pagination .page-numbers.next i, .pagination .page-numbers.prev i {
  vertical-align: middle;
}

.pagination, .woocommerce nav.woocommerce-pagination {
  margin-top: 60px;
  padding: 0 0 56px;
}

.pagination ul.page-numbers, .woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none;
  display: block;
}

.pagination ul.page-numbers li, .woocommerce nav.woocommerce-pagination ul.page-numbers li {
  margin-right: 0;
}

.pagination ul.page-numbers li a.prev.page-numbers,
.pagination ul.page-numbers li a.next.page-numbers, .woocommerce nav.woocommerce-pagination ul.page-numbers li a.prev.page-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a.next.page-numbers {
  text-indent: 1000px;
  position: relative;
}

.pagination ul.page-numbers li a.prev.page-numbers:after,
.pagination ul.page-numbers li a.next.page-numbers:after, .woocommerce nav.woocommerce-pagination ul.page-numbers li a.prev.page-numbers:after,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a.next.page-numbers:after {
  font-family: 'Material Icons';
  content: "\e409";
  font-size: 18px;
  line-height: 50px;
  text-indent: 0;
  color: #fff;
  display: block;
  position: absolute;
  font-style: normal;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pagination ul.page-numbers li a.next.page-numbers:after, .woocommerce nav.woocommerce-pagination ul.page-numbers li a.next.page-numbers:after {
  content: "\e409";
}

.pagination ul.page-numbers li a.prev.page-numbers:after, .woocommerce nav.woocommerce-pagination ul.page-numbers li a.prev.page-numbers:after {
  content: "\e408";
}

.pagination .material-icons, .woocommerce nav.woocommerce-pagination .material-icons {
  line-height: 13px;
}

.pagination a.page-numbers, .pagination span.page-numbers, .pagination ul li, .woocommerce nav.woocommerce-pagination a.page-numbers, .woocommerce nav.woocommerce-pagination span.page-numbers, .woocommerce nav.woocommerce-pagination ul li {
  width: auto;
  height: auto;
  min-width: 0;
  padding: 0;
  border: none;
  line-height: 50px;
  margin: 0 20px 0 0;
  border-radius: 0;
}

.pagination a.page-numbers.prev, .pagination a.page-numbers.next, .pagination span.page-numbers.prev, .pagination span.page-numbers.next, .pagination ul li.prev, .pagination ul li.next, .woocommerce nav.woocommerce-pagination a.page-numbers.prev, .woocommerce nav.woocommerce-pagination a.page-numbers.next, .woocommerce nav.woocommerce-pagination span.page-numbers.prev, .woocommerce nav.woocommerce-pagination span.page-numbers.next, .woocommerce nav.woocommerce-pagination ul li.prev, .woocommerce nav.woocommerce-pagination ul li.next {
  padding: 0;
  line-height: 50px;
  width: 50px;
  height: 50px;
}

.pagination a.page-numbers.next, .pagination span.page-numbers.next, .pagination ul li.next, .woocommerce nav.woocommerce-pagination a.page-numbers.next, .woocommerce nav.woocommerce-pagination span.page-numbers.next, .woocommerce nav.woocommerce-pagination ul li.next {
  margin: 0 25px 0 0;
}

.pagination a.page-numbers:hover,
.pagination a.page-numbers:focus,
.pagination span.page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li .page-numbers:focus,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
  background: none;
}

/*--------------------------------------------------------------
## Social List
--------------------------------------------------------------*/
.social-list .social-list__items {
  font-size: 0;
  line-height: 0;
}

.social-list .social-list__items li {
  margin: 0;
}

.social-list .social-list__items li::before {
  display: none;
}

.social-list .social-list__items li + li {
  margin-left: 10px;
}

@media (min-width: 992px) {
  .social-list .social-list__items li + li {
    margin-left: 14px;
  }
}

.social-list .social-list__items li > a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font-size: 10px;
  line-height: 24px;
  border-radius: 50%;
}

.social-list .social-list__items li > a:hover {
  text-decoration: none;
}

.social-list .social-list__items li > a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin: auto;
}

.social-list .social-list__items li > a[href*="codepen.io"]::before {
  content: '\f1cb';
}

.social-list .social-list__items li > a[href*="digg.com"]::before {
  content: '\f1a6';
}

.social-list .social-list__items li > a[href*="dribbble.com"]::before {
  content: '\f17d';
}

.social-list .social-list__items li > a[href*="dropbox.com"]::before {
  content: '\f16b';
}

.social-list .social-list__items li > a[href*="facebook.com"]::before {
  content: '\f09a';
}

.social-list .social-list__items li > a[href*="flickr.com"]::before {
  content: '\f16e';
}

.social-list .social-list__items li > a[href*="plus.google.com"]::before {
  content: '\f0d5';
}

.social-list .social-list__items li > a[href*="github.com"]::before {
  content: '\f09b';
}

.social-list .social-list__items li > a[href*="instagram.com"]::before {
  content: '\f16d';
}

.social-list .social-list__items li > a[href*="linkedin.com"]::before {
  content: '\f0e1';
}

.social-list .social-list__items li > a[href*="pinterest.com"]::before {
  content: '\f0d2';
}

.social-list .social-list__items li > a[href*="getpocket.com"]::before {
  content: '\f265';
}

.social-list .social-list__items li > a[href*="reddit.com"]::before {
  content: '\f1a1';
}

.social-list .social-list__items li > a[href*="skype.com"]::before, .social-list .social-list__items li > a[href*="skype:"]::before {
  content: '\f17e';
}

.social-list .social-list__items li > a[href*="stumbleupon.com"]::before {
  content: '\f1a4';
}

.social-list .social-list__items li > a[href*="tumblr.com"]::before {
  content: '\f173';
}

.social-list .social-list__items li > a[href*="twitter.com"]::before {
  content: '\f099';
}

.social-list .social-list__items li > a[href*="vimeo.com"]::before {
  content: '\f27d';
}

.social-list .social-list__items li > a[href*="wordpress.org"]::before, .social-list .social-list__items li > a[href*="wordpress.com"]::before {
  content: '\f19a';
}

.social-list .social-list__items li > a[href*="youtube.com"]::before {
  content: '\f167';
}

.sidebar-primary .social-list--widget a,
.sidebar-secondary .social-list--widget a,
.before-loop-area .social-list--widget a,
.after-loop-area .social-list--widget a,
.before-content-area .social-list--widget a,
.after-content-area .social-list--widget a {
  opacity: .3;
}

.sidebar-primary .social-list--widget a:hover,
.sidebar-secondary .social-list--widget a:hover,
.before-loop-area .social-list--widget a:hover,
.after-loop-area .social-list--widget a:hover,
.before-content-area .social-list--widget a:hover,
.after-content-area .social-list--widget a:hover {
  opacity: 1;
}

.site-header .social-list .social-list__items li > a,
.site-footer .social-list .social-list__items li > a {
  width: 18px;
  height: 18px;
}

.site-header .social-list .social-list__items li > a:before,
.site-footer .social-list .social-list__items li > a:before {
  font-size: 9px;
  line-height: 18px;
}

.breadcrumbs {
  position: relative;
  margin: 0 0 30px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #d5d5d9;
}

.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;
  font-size: 0;
}

.breadcrumbs__item-sep:before {
  content: '\2022';
}

@media (min-width: 768px) {
  .breadcrumbs {
    padding-bottom: 27px;
  }
}

.woocommerce .breadcrumbs {
  margin: 0 0 27px;
}

.single.single-product .breadcrumbs {
  margin: 0 0 -1px;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .alignleft {
    float: left;
    margin: 6px 30px 45px 0;
  }
  .alignright {
    float: right;
    margin: 6px 0 15px 45px;
  }
  .aligncenter {
    clear: both;
    display: block;
    margin: .7272727272727273em auto;
  }
}

/*--------------------------------------------------------------
# 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 {
  display: table;
  content: "";
  line-height: 0;
}

.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. */
  -webkit-font-feature-settings: 'liga';
          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: 10px;
}

.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: 9px;
}

.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: 10px;
  float: left;
}

.share-btns__item {
  display: inline-block;
  vertical-align: top;
}

.share-btns__item + .share-btns__item {
  margin-left: 14px;
}

.share-btns__link {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 10px;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  border-radius: 50%;
  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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .card-deck .card {
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
  .posts-list--grid-2-cols .card {
    -webkit-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);
  }
  .posts-list--grid-3-cols .card {
    -webkit-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);
  }
  .home .posts-list--grid-2-cols .sticky, .home .posts-list--grid-3-cols .sticky {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    max-width: calc(100% - 1.875rem);
  }
  .two-sidebars .card {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    max-width: calc(100% - 1.875rem);
  }
}

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
  .posts-list--masonry-2-cols {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .posts-list--masonry-3-cols {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .two-sidebars {
    -webkit-column-gap: normal;
       -moz-column-gap: normal;
            column-gap: normal;
    -webkit-column-count: auto;
       -moz-column-count: auto;
            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.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 .upsells.products .products, .single-product .upsells.products .widget-image-grid .products, .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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          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;
}

.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;
  -webkit-transform: translateZ(0);
          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 .upsells.products .products > div, .single-product .upsells.products .widget-taxonomy-tiles .grid-columns .products > div, .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, .widget-taxonomy-tiles .grid-columns .woocommerce .upsells ul, .woocommerce .upsells .widget-taxonomy-tiles .grid-columns ul, .widget-taxonomy-tiles .grid-columns .woocommerce-account .upsells ul, .woocommerce-account .upsells .widget-taxonomy-tiles .grid-columns ul {
    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 .woocommerce .upsells ul .swiper-carousel-container .swiper-button-next, .woocommerce .upsells .footer-area ul .swiper-carousel-container .swiper-button-next, .footer-area .woocommerce-account .upsells ul .swiper-carousel-container .swiper-button-next, .woocommerce-account .upsells .footer-area ul .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 .woocommerce .upsells ul .swiper-carousel-container .swiper-button-prev, .woocommerce .upsells .footer-area ul .swiper-carousel-container .swiper-button-prev, .footer-area .woocommerce-account .upsells ul .swiper-carousel-container .swiper-button-prev, .woocommerce-account .upsells .footer-area ul .swiper-carousel-container .swiper-button-prev, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-next, .footer-area .single-product .upsells.products .products > div .swiper-carousel-container .swiper-button-next, .single-product .upsells.products .footer-area .products > div .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 .upsells.products .products > div .swiper-carousel-container .swiper-button-prev, .single-product .upsells.products .footer-area .products > div .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 .woocommerce .upsells ul .swiper-carousel-container .swiper-button-next i, .woocommerce .upsells .footer-area ul .swiper-carousel-container .swiper-button-next i, .footer-area .woocommerce-account .upsells ul .swiper-carousel-container .swiper-button-next i, .woocommerce-account .upsells .footer-area ul .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 .woocommerce .upsells ul .swiper-carousel-container .swiper-button-prev i, .woocommerce .upsells .footer-area ul .swiper-carousel-container .swiper-button-prev i, .footer-area .woocommerce-account .upsells ul .swiper-carousel-container .swiper-button-prev i, .woocommerce-account .upsells .footer-area ul .swiper-carousel-container .swiper-button-prev i, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-next i, .footer-area .single-product .upsells.products .products > div .swiper-carousel-container .swiper-button-next i, .single-product .upsells.products .footer-area .products > div .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 .upsells.products .products > div .swiper-carousel-container .swiper-button-prev i, .single-product .upsells.products .footer-area .products > div .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 .woocommerce .upsells ul .swiper-carousel-container .swiper-button-next:after, .woocommerce .upsells .footer-area ul .swiper-carousel-container .swiper-button-next:after, .footer-area .woocommerce-account .upsells ul .swiper-carousel-container .swiper-button-next:after, .woocommerce-account .upsells .footer-area ul .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 .woocommerce .upsells ul .swiper-carousel-container .swiper-button-prev:after, .woocommerce .upsells .footer-area ul .swiper-carousel-container .swiper-button-prev:after, .footer-area .woocommerce-account .upsells ul .swiper-carousel-container .swiper-button-prev:after, .woocommerce-account .upsells .footer-area ul .swiper-carousel-container .swiper-button-prev:after, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-next:after, .footer-area .single-product .upsells.products .products > div .swiper-carousel-container .swiper-button-next:after, .single-product .upsells.products .footer-area .products > div .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 .upsells.products .products > div .swiper-carousel-container .swiper-button-prev:after, .single-product .upsells.products .footer-area .products > div .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 .woocommerce .upsells ul .swiper-carousel-container .entry-content, .woocommerce .upsells .footer-area ul .swiper-carousel-container .entry-content, .footer-area .woocommerce-account .upsells ul .swiper-carousel-container .entry-content, .woocommerce-account .upsells .footer-area ul .swiper-carousel-container .entry-content, .footer-area .col-md-3 .swiper-carousel-container .entry-content, .footer-area .single-product .upsells.products .products > div .swiper-carousel-container .entry-content, .single-product .upsells.products .footer-area .products > div .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;
  margin-bottom: 35px;
}

.widget_product_categories_image .swiper-button-next, .widget_product_categories_image .swiper-button-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-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: 41%;
    -webkit-transform: translateY(0);
    -ms-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 .mohican-carousel,
.layout-fullwidth .after-content-area .mohican-carousel,
.layout-fullwidth .before-loop-area .mohican-carousel,
.layout-fullwidth .after-loop-area .mohican-carousel {
  padding-right: 17px;
  padding-left: 17px;
  margin-right: -17px;
  margin-left: -17px;
}

.layout-boxed .full-width-header-area .mohican-carousel,
.layout-boxed .after-content-full-width-area .mohican-carousel,
.layout-boxed .before-content-area .mohican-carousel,
.layout-boxed .after-content-area .mohican-carousel,
.layout-boxed .before-loop-area .mohican-carousel,
.layout-boxed .after-loop-area .mohican-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: -25px;
}

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.footer-area .swiper-container .swiper-wrapper .swiper-slide .inner .entry-header {
  margin-bottom: 15px;
}

.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: 110px;
  }
}

@media (min-width: 1200px) {
  .swiper-button-next, .swiper-button-prev {
    top: 141.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%;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

.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;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: all 1s ease;
}

.swiper-wrapper .post .post-thumbnail__link:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          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;
}

.sidebar-primary .mohican-smartslider .sp-title, .sidebar-secondary .mohican-smartslider .sp-title {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.widget_smart_slider h4 {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}

.mohican-smartslider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.mohican-smartslider__instance .sp-full-screen-button {
  right: 15px;
  transition: all .3s ease;
}

.mohican-smartslider__instance .sp-bottom-thumbnails {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
}

.mohican-smartslider__instance .sp-thumbnail-container {
  margin-left: 5px;
  margin-right: 5px;
}

.mohican-smartslider__instance .sp-thumbnail-container .sp-thumbnail {
  position: relative;
}

.mohican-smartslider__instance .sp-thumbnail-container .sp-thumbnail:before, .mohican-smartslider__instance .sp-thumbnail-container .sp-thumbnail:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all .3s ease;
  opacity: 1;
}

.mohican-smartslider__instance .sp-thumbnail-container .sp-thumbnail:after {
  opacity: 0;
}

.mohican-smartslider__instance .sp-thumbnail-container .sp-selected-thumbnail {
  box-shadow: inset 2px 2px 0 0 white;
}

.mohican-smartslider__instance .sp-thumbnail-container:hover .sp-thumbnail:before, .mohican-smartslider__instance .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail:before {
  opacity: 0;
}

.mohican-smartslider__instance .sp-thumbnail-container:hover .sp-thumbnail:after, .mohican-smartslider__instance .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail:after {
  opacity: 1;
}

.mohican-smartslider__instance .sp-arrows {
  margin-top: -25px;
}

.mohican-smartslider__instance .sp-arrows .sp-arrow {
  width: 50px;
  height: 50px;
  background-image: none;
  background-color: #2b8ffb;
  border-radius: 0;
  transition: all .3s ease;
}

.mohican-smartslider__instance .sp-arrows .sp-arrow: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. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background-color: transparent;
  position: relative;
  width: 1em;
  height: 1em;
  margin: 16px 15px;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  font-size: 18px;
}

.mohican-smartslider__instance .sp-arrows .sp-arrow:after {
  display: none;
}

.mohican-smartslider__instance .sp-arrows .sp-arrow.sp-previous-arrow {
  left: 29px;
}

.mohican-smartslider__instance .sp-arrows .sp-arrow.sp-next-arrow {
  right: 29px;
}

.mohican-smartslider__instance.sp-horizontal .sp-previous-arrow {
  left: 0;
}

.mohican-smartslider__instance.sp-horizontal .sp-previous-arrow:before {
  content: "keyboard_arrow_left";
}

.mohican-smartslider__instance.sp-horizontal .sp-next-arrow {
  right: 0;
}

.mohican-smartslider__instance.sp-horizontal .sp-next-arrow:before {
  content: "keyboard_arrow_right";
}

.mohican-smartslider__instance.sp-vertical .sp-arrows {
  margin-top: 0;
  margin-left: -25px;
}

.mohican-smartslider__instance.sp-vertical .sp-arrows .sp-arrow.sp-previous-arrow {
  top: 10px;
  left: 0;
  right: 0;
}

.mohican-smartslider__instance.sp-vertical .sp-arrows .sp-arrow.sp-previous-arrow:before {
  content: "keyboard_arrow_left";
}

.mohican-smartslider__instance.sp-vertical .sp-arrows .sp-arrow.sp-next-arrow {
  bottom: 10px;
  left: 0;
  right: 0;
}

.mohican-smartslider__instance.sp-vertical .sp-arrows .sp-arrow.sp-next-arrow:before {
  content: "keyboard_arrow_right";
}

.mohican-smartslider__instance .sp-buttons {
  position: absolute;
  bottom: 14%;
}

.mohican-smartslider__instance .sp-buttons .sp-button {
  width: 16px;
  height: 16px;
  border-color: #fff;
  margin: 4px 5px;
  box-sizing: border-box;
  transition: all .3s ease;
}

.mohican-smartslider__instance .sp-buttons .sp-button.sp-selected-button {
  background-color: #fff;
}

.mohican-smartslider__instance h2.sp-title, .mohican-smartslider__instance p.sp-content, .mohican-smartslider__instance div.sp-more {
  text-align: left;
  right: 0;
  padding-left: 75px;
  padding-right: 75px;
}

.mohican-smartslider__instance h2.sp-title {
  font-size: 35px;
  line-height: 40px;
  margin-top: 2px;
}

.mohican-smartslider__instance h2.sp-title a {
  position: relative;
}

.mohican-smartslider__instance h2.sp-title a:before {
  display: none;
}

.mohican-smartslider__instance p.sp-content.sp-layer {
  font-size: 20px;
  font-weight: 400;
  margin-top: -30px;
}

@media (max-width: 991px) {
  .mohican-smartslider__instance p.sp-content.sp-layer {
    display: none;
  }
}

.mohican-smartslider__instance div.sp-more a {
  margin-top: -1px;
  color: #fff;
  padding: 15px 22px;
  transition: all .3s ease !important;
}

.mohican-smartslider__instance .sp-slide h2.sp-title, .mohican-smartslider__instance .sp-slide p.sp-content, .mohican-smartslider__instance .sp-slide div.sp-more, .mohican-smartslider__instance .sp-slide a {
  text-align: center;
  color: #fff;
}

.mohican-smartslider__instance .sp-slide h2.sp-title a:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  background: #fff;
}

.mohican-smartslider__instance .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.mohican-smartslider__instance .sp-top-thumbnails .sp-previous-thumbnail-arrow {
  left: 10px;
  z-index: 2;
}

.mohican-smartslider__instance .sp-bottom-thumbnails .sp-previous-thumbnail-arrow:hover,
.mohican-smartslider__instance .sp-top-thumbnails .sp-previous-thumbnail-arrow:hover {
  opacity: .8;
}

.mohican-smartslider__instance .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.mohican-smartslider__instance .sp-top-thumbnails .sp-next-thumbnail-arrow {
  right: 10px;
  z-index: 2;
}

.mohican-smartslider__instance .sp-bottom-thumbnails .sp-next-thumbnail-arrow:hover,
.mohican-smartslider__instance .sp-top-thumbnails .sp-next-thumbnail-arrow:hover {
  opacity: .8;
}

.mohican-smartslider__instance .sp-next-thumbnail-arrow:after,
.mohican-smartslider__instance .sp-next-thumbnail-arrow:before,
.mohican-smartslider__instance .sp-previous-thumbnail-arrow:after,
.mohican-smartslider__instance .sp-previous-thumbnail-arrow:before {
  transition: all .3s ease;
}

.mohican-smartslider__instance .sp-bottom-thumbnails .sp-thumbnail-arrows,
.mohican-smartslider__instance .sp-top-thumbnails .sp-thumbnail-arrows {
  opacity: 1;
}

.mohican-smartslider__instance .sp-top-thumbnails {
  left: 0;
  right: 0;
  margin-bottom: 0;
  padding: 20px 0;
}

.mohican-smartslider__instance .sp-left-thumbnails {
  padding-right: 6px;
}

.mohican-smartslider__instance .sp-thumbnails-container {
  display: none;
}

@media (min-width: 544px) {
  .mohican-smartslider__instance .sp-thumbnails-container {
    display: block;
  }
}

.mohican-smartslider__instance .sp-thumbnails-container + .sp-buttons {
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .mohican-smartslider__instance .sp-bottom-thumbnails + .sp-buttons {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .mohican-smartslider__instance .sp-bottom-thumbnails {
    bottom: 10px;
  }
  .mohican-smartslider__instance .sp-bottom-thumbnails + .sp-buttons {
    margin-bottom: 0;
  }
  .mohican-smartslider__instance.sp-vertical .sp-arrows {
    left: 10px;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .mohican-smartslider__instance h2.sp-title {
    font-size: 30px;
    line-height: 1.2;
  }
  .mohican-smartslider__instance h2.sp-title a:before {
    top: -15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  [data-thumbnails-position*="bottom"] .mohican-smartslider__instance.sp-vertical .sp-arrows {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .mohican-smartslider__instance h2.sp-title {
    font-size: 30px;
    line-height: 40px;
    margin-top: -15px;
  }
  .mohican-smartslider__instance h2.sp-title a:before {
    top: -10px;
  }
  .mohican-smartslider__instance p.sp-content.sp-layer {
    font-size: 30px;
    margin-top: -15px;
  }
  .mohican-smartslider__instance div.sp-more {
    margin-top: -13px;
  }
}

@media (max-width: 479px) {
  .mohican-smartslider__instance h2.sp-title {
    font-size: 30px;
    line-height: 30px;
    margin-top: -15px;
  }
  .mohican-smartslider__instance h2.sp-title a:before {
    top: -10px;
    width: 85px;
  }
  .mohican-smartslider__instance p.sp-content.sp-layer {
    font-size: 20px;
    margin-top: -20px;
  }
  .mohican-smartslider__instance div.sp-more {
    margin-top: -25px;
  }
  .mohican-smartslider__instance div.sp-more a {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 18px;
  }
}

@media (max-width: 768px) {
  .mohican-smartslider__instance .sp-bottom-thumbnails {
    position: relative;
    padding: 30px 0;
    bottom: 0;
  }
  .mohican-smartslider__instance .sp-arrows {
    display: none;
  }
  .mohican-smartslider[data-thumbnails="true"] .mohican-smartslider__instance .sp-buttons {
    bottom: -10px;
  }
  .mohican-smartslider__instance h2.sp-title, .mohican-smartslider__instance p.sp-content, .mohican-smartslider__instance div.sp-more {
    padding: 0 15px;
  }
}

@media (max-width: 543px) {
  .mohican-smartslider[data-thumbnails="true"] .mohican-smartslider__instance .sp-buttons {
    bottom: 10px;
  }
}

.mohican-smartslider__thumbnails .sp-thumbnail-container {
  cursor: pointer;
}

.mohican-smartslider[data-thumbnails="true"] .sp-buttons {
  bottom: 20%;
}

.sp-image-container {
  position: relative;
}

.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;
}

.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;
  }
}

.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;
}

.about-author_name {
  margin: 0;
  padding: 15px 0;
}

.about-author_description {
  padding: 0 0 20px;
}

.about-author_btn_box {
  border-top: 1px solid #f5f5f5;
  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 {
  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 {
    margin: 0 -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.follow-block {
  padding: 0 0 20px;
  border: 3px solid #f5f5f5;
}

.sidebar-primary .follow-block,
.sidebar-secondary .follow-block,
.footer-area .follow-block {
  text-align: center;
}

.subscribe-block {
  padding: 0 0 20px;
  border: 3px solid #f5f5f5;
}

.sidebar-primary .subscribe-block,
.sidebar-secondary .subscribe-block,
.footer-area .subscribe-block {
  text-align: center;
}

.sidebar-primary .subscribe-block .subscribe-block__form .subscribe-block__messages,
.sidebar-secondary .subscribe-block .subscribe-block__form .subscribe-block__messages,
.footer-area .subscribe-block .subscribe-block__form .subscribe-block__messages {
  bottom: -26px;
  font-size: 14px;
  font-size: 0.875rem;
}

.subscribe-block__form {
  position: relative;
}

.subscribe-block__form .subscribe-block__messages {
  position: absolute;
  right: 0;
  bottom: -28px;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
  font-weight: 400;
}

.subscribe-block__form .subscribe-block__messages .subscribe-block__error {
  color: #ff8a65;
}

.subscribe-block__form .subscribe-block__messages .subscribe-block__success {
  color: #8dc73f;
}

.follow-block + .subscribe-block {
  border-top: 1px dotted #f5f5f5 !important;
  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;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: start;
  justify-content: center;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
}

@media (min-width: 768px) {
  .subscribe-block__input-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    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;
  -ms-flex-order: 0;
      order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 1 1 0;
      flex: 1 1 0;
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
          align-self: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 9px;
  padding: 13px 20px;
  font-size: 14px;
}

.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;
  -ms-flex-order: 0;
      order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -webkit-align-self: auto;
      -ms-flex-item-align: 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 12px;
}

.footer-area .subscribe-block__message {
  padding-bottom: 20px;
}

.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 #000000;
  -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 {
  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;
  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%;
}

.widget ul > li > a {
  font-weight: 500;
}

.full-width-header-area {
  margin: 0;
}

.widget_shopping_cart {
  margin-bottom: 0;
}

.widget h4 {
  margin: 0 0 15px 0;
}

.widget .widget-title {
  margin-bottom: 17px;
}

.widget > ul {
  margin: 0px 0px;
  padding: 0 0;
}

.widget > ul > li {
  margin: 0;
  list-style: none;
  font-size: 14px;
  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 a, .sidebar-primary .widget.widget_archive > ul > li a, .sidebar-primary .widget.yith-woocompare-widget > ul > li a, .sidebar-primary .widget.widget_product_categories > ul > li a, .sidebar-primary .widget.widget_meta > ul > li a, .sidebar-primary .widget.widget_pages > ul > li a,
.sidebar-secondary .widget.widget_categories > ul > li a,
.sidebar-secondary .widget.widget_archive > ul > li a,
.sidebar-secondary .widget.yith-woocompare-widget > ul > li a,
.sidebar-secondary .widget.widget_product_categories > ul > li a,
.sidebar-secondary .widget.widget_meta > ul > li a,
.sidebar-secondary .widget.widget_pages > ul > li a,
.footer-area .widget.widget_categories > ul > li a,
.footer-area .widget.widget_archive > ul > li a,
.footer-area .widget.yith-woocompare-widget > ul > li a,
.footer-area .widget.widget_product_categories > ul > li a,
.footer-area .widget.widget_meta > ul > li a,
.footer-area .widget.widget_pages > ul > li a {
  font-weight: 400;
}

.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: 7px;
}

.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 .children li a, .sidebar-primary .widget.widget_archive > ul > li .children li a, .sidebar-primary .widget.yith-woocompare-widget > ul > li .children li a, .sidebar-primary .widget.widget_product_categories > ul > li .children li a, .sidebar-primary .widget.widget_meta > ul > li .children li a, .sidebar-primary .widget.widget_pages > ul > li .children li a,
.sidebar-secondary .widget.widget_categories > ul > li .children li a,
.sidebar-secondary .widget.widget_archive > ul > li .children li a,
.sidebar-secondary .widget.yith-woocompare-widget > ul > li .children li a,
.sidebar-secondary .widget.widget_product_categories > ul > li .children li a,
.sidebar-secondary .widget.widget_meta > ul > li .children li a,
.sidebar-secondary .widget.widget_pages > ul > li .children li a,
.footer-area .widget.widget_categories > ul > li .children li a,
.footer-area .widget.widget_archive > ul > li .children li a,
.footer-area .widget.yith-woocompare-widget > ul > li .children li a,
.footer-area .widget.widget_product_categories > ul > li .children li a,
.footer-area .widget.widget_meta > ul > li .children li a,
.footer-area .widget.widget_pages > ul > li .children li a {
  font-weight: 400;
}

.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: 7px;
}

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 #b1b9c1;
}

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 #b1b9c1;
}

.widget.tm_products_smart_box_widget {
  margin-bottom: 51px;
}

.widget.tm_products_smart_box_widget del {
  top: -2px;
  position: relative;
}

.widget.tm_products_smart_box_widget .widget-title {
  margin-top: 32px;
  margin-left: 34px;
  margin-right: 14px;
  text-align: center;
}

@media (min-width: 768px) {
  .widget.tm_products_smart_box_widget .widget-title {
    border-bottom: none;
  }
}

.sidebar-primary .widget.tm_products_smart_box_widget .widget-title,
.sidebar-secondary .widget.tm_products_smart_box_widget .widget-title,
.after-loop-area .widget.tm_products_smart_box_widget .widget-title {
  border-bottom: 1px solid #e8e8eb;
}

@media (min-width: 768px) {
  .widget.tm_products_smart_box_widget .widget-title {
    text-align: left;
  }
}

.sidebar-primary .widget.tm_products_smart_box_widget .tabs_nav_container,
.sidebar-secondary .widget.tm_products_smart_box_widget .tabs_nav_container,
.footer-area .widget.tm_products_smart_box_widget .tabs_nav_container,
.after-loop-area .widget.tm_products_smart_box_widget .tabs_nav_container, .sidebar-primary
.widget.tm_products_smart_box_widget .tabs_content_container,
.sidebar-secondary
.widget.tm_products_smart_box_widget .tabs_content_container,
.footer-area
.widget.tm_products_smart_box_widget .tabs_content_container,
.after-loop-area
.widget.tm_products_smart_box_widget .tabs_content_container, .sidebar-primary
.widget.tm_products_smart_box_widget .tabs_products_container,
.sidebar-secondary
.widget.tm_products_smart_box_widget .tabs_products_container,
.footer-area
.widget.tm_products_smart_box_widget .tabs_products_container,
.after-loop-area
.widget.tm_products_smart_box_widget .tabs_products_container, .sidebar-primary
.widget.tm_products_smart_box_widget .product_wrapper,
.sidebar-secondary
.widget.tm_products_smart_box_widget .product_wrapper,
.footer-area
.widget.tm_products_smart_box_widget .product_wrapper,
.after-loop-area
.widget.tm_products_smart_box_widget .product_wrapper {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
}

.widget.tm_products_smart_box_widget .rd-material-tabs__list {
  padding: 0;
  position: relative;
}

.sidebar-primary .widget.tm_products_smart_box_widget .rd-material-tabs__list,
.sidebar-secondary .widget.tm_products_smart_box_widget .rd-material-tabs__list,
.after-loop-area .widget.tm_products_smart_box_widget .rd-material-tabs__list {
  padding: 12px;
}

@media (min-width: 1200px) {
  .sidebar-primary .widget.tm_products_smart_box_widget .rd-material-tabs__list,
  .sidebar-secondary .widget.tm_products_smart_box_widget .rd-material-tabs__list,
  .after-loop-area .widget.tm_products_smart_box_widget .rd-material-tabs__list {
    padding: 28px;
  }
}

.footer-area .widget.tm_products_smart_box_widget .rd-material-tabs__list {
  padding: 0;
  border: none;
}

.widget.tm_products_smart_box_widget .rd-material-tabs__list ul {
  display: block;
  white-space: nowrap;
  text-align: left;
  font-size: 14px;
  margin-top: 2px;
}

@media (min-width: 768px) {
  .widget.tm_products_smart_box_widget .rd-material-tabs__list ul {
    white-space: normal;
  }
}

.widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab {
  border: none;
}

@media (min-width: 768px) {
  .widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab {
    border-top: 1px dotted #e8e8eb;
  }
  .widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab:last-child {
    border-bottom: 1px dotted #e8e8eb;
  }
}

.widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab a {
  position: relative;
  display: block;
  text-align: left;
  padding: 10px 15px 20px;
}

.widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab a:before {
  content: '\e5cc';
  font-family: "Material Icons";
  position: absolute;
  right: 9px;
  top: 5px;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

@media (min-width: 768px) {
  .widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab a {
    padding: 10px 33px 7px;
  }
  .widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab.rd-material-tab-active a:before {
    opacity: 1;
    visibility: visible;
  }
}

.widget.tm_products_smart_box_widget .rd-material-tabs__container .col-lg-8 {
  padding: 0;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}

.widget.tm_products_smart_box_widget .rd-material-tabs__container .col-lg-4 {
  padding: 0;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}

.widget.tm_products_smart_box_widget .rd-material-tabs__container .row, .widget.tm_products_smart_box_widget .rd-material-tabs__container .full-width-header-area .widget.widget_top_rated_products .product_list_widget, .full-width-header-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .full-width-header-area .widget.widget_recent_reviews .product_list_widget, .full-width-header-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget, .full-width-header-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .full-width-header-area .widget.widget_products .product_list_widget, .full-width-header-area .widget.widget_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .before-content-area .widget.widget_top_rated_products .product_list_widget, .before-content-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .before-content-area .widget.widget_recent_reviews .product_list_widget, .before-content-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .before-content-area .widget.widget_recently_viewed_products .product_list_widget, .before-content-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .before-content-area .widget.widget_products .product_list_widget, .before-content-area .widget.widget_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget, .after-content-full-width-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget, .after-content-full-width-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget, .after-content-full-width-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .after-content-full-width-area .widget.widget_products .product_list_widget, .after-content-full-width-area .widget.widget_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .before-loop-area .widget.widget_top_rated_products .product_list_widget, .before-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .before-loop-area .widget.widget_recent_reviews .product_list_widget, .before-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .before-loop-area .widget.widget_recently_viewed_products .product_list_widget, .before-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .before-loop-area .widget.widget_products .product_list_widget, .before-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .after-loop-area .widget.widget_top_rated_products .product_list_widget, .after-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .after-loop-area .widget.widget_recent_reviews .product_list_widget, .after-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .after-loop-area .widget.widget_recently_viewed_products .product_list_widget, .after-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .after-loop-area .widget.widget_products .product_list_widget, .after-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .single-product .upsells.products .products, .single-product .upsells.products .widget.tm_products_smart_box_widget .rd-material-tabs__container .products, .widget.tm_products_smart_box_widget .rd-material-tabs__container
.single-product .related.products .products,
.single-product .related.products .widget.tm_products_smart_box_widget .rd-material-tabs__container .products, .widget.tm_products_smart_box_widget .rd-material-tabs__container .after-content-area {
  margin: 0;
  width: 100%;
}

.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .full-width-header-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .full-width-header-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .full-width-header-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .full-width-header-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-content-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-content-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-content-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-content-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-content-full-width-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-content-full-width-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-content-full-width-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-content-full-width-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .single-product .upsells.products .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3, .single-product .upsells.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3, .widget.tm_products_smart_box_widget
.single-product .related.products .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3,
.single-product .related.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .after-content-area > .col-lg-3 {
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}

@media (min-width: 768px) {
  .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .full-width-header-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .full-width-header-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .full-width-header-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .full-width-header-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-content-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-content-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-content-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-content-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-content-full-width-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-content-full-width-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-content-full-width-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-content-full-width-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .single-product .upsells.products .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3, .single-product .upsells.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3, .widget.tm_products_smart_box_widget
  .single-product .related.products .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3,
  .single-product .related.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .after-content-area > .col-lg-3 {
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .full-width-header-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .full-width-header-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .full-width-header-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .full-width-header-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-content-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-content-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-content-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-content-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-content-full-width-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-content-full-width-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-content-full-width-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-content-full-width-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .widget.tm_products_smart_box_widget .single-product .upsells.products .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3, .single-product .upsells.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3, .widget.tm_products_smart_box_widget
  .single-product .related.products .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3,
  .single-product .related.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .after-content-area > .col-lg-3 {
    min-height: 631px;
  }
}

.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-9, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .full-width-header-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .full-width-header-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .full-width-header-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .full-width-header-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .before-content-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .before-content-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .before-content-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .before-content-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .after-content-full-width-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .after-content-full-width-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .after-content-full-width-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .after-content-full-width-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .before-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .before-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .before-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .before-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .after-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .after-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .after-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .after-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .single-product .upsells.products .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-9, .single-product .upsells.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-9, .widget.tm_products_smart_box_widget
.single-product .related.products .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-9,
.single-product .related.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-9, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .after-content-area > .col-lg-9 {
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}

@media (min-width: 768px) {
  .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-9, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .full-width-header-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .full-width-header-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .full-width-header-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .full-width-header-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .before-content-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .before-content-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .before-content-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .before-content-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .after-content-full-width-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .after-content-full-width-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .after-content-full-width-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .after-content-full-width-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .before-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .before-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .before-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .before-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .after-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .after-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .after-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .after-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-9, .widget.tm_products_smart_box_widget .single-product .upsells.products .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-9, .single-product .upsells.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-9, .widget.tm_products_smart_box_widget
  .single-product .related.products .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-9,
  .single-product .related.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-9, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .after-content-area > .col-lg-9 {
    padding-left: 0;
  }
}

.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container {
  margin-bottom: -2px;
  margin-right: -5px;
  margin-left: -2px;
}

@media (min-width: 544px) {
  .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container {
    margin-right: -3px;
  }
}

@media (min-width: 992px) {
  .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container {
    margin-right: 0;
    margin-left: 0;
  }
}

.sidebar-primary .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container,
.sidebar-secondary .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container,
.after-loop-area .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container {
  border-left: none;
  margin-right: -1px;
}

@media (min-width: 768px) {
  .sidebar-primary .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container,
  .sidebar-secondary .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container,
  .after-loop-area .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container {
    border-top: 1px solid #e8e8eb;
  }
}

.footer-area .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container {
  border-left: none;
  border-top: 1px solid #34394f;
}

.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .row.collapsed, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .full-width-header-area .widget.widget_top_rated_products .collapsed.product_list_widget, .full-width-header-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .full-width-header-area .widget.widget_recent_reviews .collapsed.product_list_widget, .full-width-header-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .full-width-header-area .widget.widget_recently_viewed_products .collapsed.product_list_widget, .full-width-header-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .full-width-header-area .widget.widget_products .collapsed.product_list_widget, .full-width-header-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-content-area .widget.widget_top_rated_products .collapsed.product_list_widget, .before-content-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-content-area .widget.widget_recent_reviews .collapsed.product_list_widget, .before-content-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-content-area .widget.widget_recently_viewed_products .collapsed.product_list_widget, .before-content-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-content-area .widget.widget_products .collapsed.product_list_widget, .before-content-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-content-full-width-area .widget.widget_top_rated_products .collapsed.product_list_widget, .after-content-full-width-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-content-full-width-area .widget.widget_recent_reviews .collapsed.product_list_widget, .after-content-full-width-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-content-full-width-area .widget.widget_recently_viewed_products .collapsed.product_list_widget, .after-content-full-width-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-content-full-width-area .widget.widget_products .collapsed.product_list_widget, .after-content-full-width-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-loop-area .widget.widget_top_rated_products .collapsed.product_list_widget, .before-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-loop-area .widget.widget_recent_reviews .collapsed.product_list_widget, .before-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-loop-area .widget.widget_recently_viewed_products .collapsed.product_list_widget, .before-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-loop-area .widget.widget_products .collapsed.product_list_widget, .before-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-loop-area .widget.widget_top_rated_products .collapsed.product_list_widget, .after-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-loop-area .widget.widget_recent_reviews .collapsed.product_list_widget, .after-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-loop-area .widget.widget_recently_viewed_products .collapsed.product_list_widget, .after-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-loop-area .widget.widget_products .collapsed.product_list_widget, .after-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .single-product .upsells.products .collapsed.products, .single-product .upsells.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.products, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container
.single-product .related.products .collapsed.products,
.single-product .related.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.products, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.after-content-area {
  margin: 0 !important;
}

.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .row.collapsed > div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .full-width-header-area .widget.widget_top_rated_products .collapsed.product_list_widget > div[class*="col-"], .full-width-header-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget > div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .full-width-header-area .widget.widget_recent_reviews .collapsed.product_list_widget > div[class*="col-"], .full-width-header-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget > div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .full-width-header-area .widget.widget_recently_viewed_products .collapsed.product_list_widget > div[class*="col-"], .full-width-header-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget > div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .full-width-header-area .widget.widget_products .collapsed.product_list_widget > div[class*="col-"], .full-width-header-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget > div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-content-area .widget.widget_top_rated_products .collapsed.product_list_widget > div[class*="col-"], .before-content-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget > div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-content-area .widget.widget_recent_reviews .collapsed.product_list_widget > div[class*="col-"], .before-content-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget > div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-content-area .widget.widget_recently_viewed_products .collapsed.product_list_widget > div[class*="col-"], .before-content-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget > div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-content-area .widget.widget_products .collapsed.product_list_widget > div[class*="col-"], .before-content-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget > div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-content-full-width-area .widget.widget_top_rated_products .collapsed.product_list_widget > div[class*="col-"], .after-content-full-width-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget > div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-content-full-width-area .widget.widget_recent_reviews .collapsed.product_list_widget > div[class*="col-"], .after-content-full-width-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget > div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-content-full-width-area .widget.widget_recently_viewed_products .collapsed.product_list_widget > div[class*="col-"], .after-content-full-width-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget > div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-content-full-width-area .widget.widget_products .collapsed.product_list_widget > div[class*="col-"], .after-content-full-width-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget > div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-loop-area .widget.widget_top_rated_products .collapsed.product_list_widget > div[class*="col-"], .before-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget > div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-loop-area .widget.widget_recent_reviews .collapsed.product_list_widget > div[class*="col-"], .before-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget > div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-loop-area .widget.widget_recently_viewed_products .collapsed.product_list_widget > div[class*="col-"], .before-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget > div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-loop-area .widget.widget_products .collapsed.product_list_widget > div[class*="col-"], .before-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget > div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-loop-area .widget.widget_top_rated_products .collapsed.product_list_widget > div[class*="col-"], .after-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget > div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-loop-area .widget.widget_recent_reviews .collapsed.product_list_widget > div[class*="col-"], .after-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget > div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-loop-area .widget.widget_recently_viewed_products .collapsed.product_list_widget > div[class*="col-"], .after-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget > div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-loop-area .widget.widget_products .collapsed.product_list_widget > div[class*="col-"], .after-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget > div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .single-product .upsells.products .collapsed.products > div[class*="col-"], .single-product .upsells.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.products > div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container
.single-product .related.products .collapsed.products > div[class*="col-"],
.single-product .related.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.products > div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.after-content-area > div[class*="col-"] {
  padding: 0 !important;
}

@media (min-width: 768px) {
  .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage {
    border-left: none;
  }
}

@media (min-width: 544px) {
  .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage {
    border-left: 1px solid #e8e8eb;
  }
}

.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 > .row, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .full-width-header-area .widget.widget_top_rated_products .col-xl-8 > .product_list_widget, .full-width-header-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 > .product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .full-width-header-area .widget.widget_recent_reviews .col-xl-8 > .product_list_widget, .full-width-header-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 > .product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .full-width-header-area .widget.widget_recently_viewed_products .col-xl-8 > .product_list_widget, .full-width-header-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 > .product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .full-width-header-area .widget.widget_products .col-xl-8 > .product_list_widget, .full-width-header-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 > .product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .before-content-area .widget.widget_top_rated_products .col-xl-8 > .product_list_widget, .before-content-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 > .product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .before-content-area .widget.widget_recent_reviews .col-xl-8 > .product_list_widget, .before-content-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 > .product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .before-content-area .widget.widget_recently_viewed_products .col-xl-8 > .product_list_widget, .before-content-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 > .product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .before-content-area .widget.widget_products .col-xl-8 > .product_list_widget, .before-content-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 > .product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .after-content-full-width-area .widget.widget_top_rated_products .col-xl-8 > .product_list_widget, .after-content-full-width-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 > .product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .after-content-full-width-area .widget.widget_recent_reviews .col-xl-8 > .product_list_widget, .after-content-full-width-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 > .product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .after-content-full-width-area .widget.widget_recently_viewed_products .col-xl-8 > .product_list_widget, .after-content-full-width-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 > .product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .after-content-full-width-area .widget.widget_products .col-xl-8 > .product_list_widget, .after-content-full-width-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 > .product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .before-loop-area .widget.widget_top_rated_products .col-xl-8 > .product_list_widget, .before-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 > .product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .before-loop-area .widget.widget_recent_reviews .col-xl-8 > .product_list_widget, .before-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 > .product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .before-loop-area .widget.widget_recently_viewed_products .col-xl-8 > .product_list_widget, .before-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 > .product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .before-loop-area .widget.widget_products .col-xl-8 > .product_list_widget, .before-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 > .product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .after-loop-area .widget.widget_top_rated_products .col-xl-8 > .product_list_widget, .after-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 > .product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .after-loop-area .widget.widget_recent_reviews .col-xl-8 > .product_list_widget, .after-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 > .product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .after-loop-area .widget.widget_recently_viewed_products .col-xl-8 > .product_list_widget, .after-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 > .product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .after-loop-area .widget.widget_products .col-xl-8 > .product_list_widget, .after-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 > .product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .single-product .upsells.products .col-xl-8 > .products, .single-product .upsells.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 > .products, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child
.single-product .related.products .col-xl-8 > .products,
.single-product .related.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 > .products, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 > .after-content-area {
  height: 100%;
}

.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage,
.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab,
.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .categories_row,
.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .categories_row > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .col-lg-4 {
  overflow: hidden;
  max-height: 557px;
}

.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .col-lg-4 > img {
  display: none;
}

@media (min-width: 992px) {
  .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .col-lg-4 > img {
    display: block;
  }
}

@media (min-width: 544px) {
  .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .col-lg-4 {
    max-width: 230px;
  }
}

@media (min-width: 1200px) {
  .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .col-lg-4 {
    max-width: none;
    max-height: 631px;
  }
}

.widget.tm_products_smart_box_widget .product_wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

@media (min-width: 544px) {
  .widget.tm_products_smart_box_widget .product_wrapper {
    border-right: 1px solid #e8e8eb;
    border-bottom: 1px solid #e8e8eb;
  }
}

@media (min-width: 768px) {
  .widget.tm_products_smart_box_widget .product_wrapper {
    display: block;
  }
}

.sidebar-primary .widget.tm_products_smart_box_widget .product_wrapper,
.sidebar-secondary .widget.tm_products_smart_box_widget .product_wrapper,
.footer-area .widget.tm_products_smart_box_widget .product_wrapper,
.after-loop-area .widget.tm_products_smart_box_widget .product_wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.sidebar-primary .widget.tm_products_smart_box_widget .product_wrapper .product,
.sidebar-secondary .widget.tm_products_smart_box_widget .product_wrapper .product,
.footer-area .widget.tm_products_smart_box_widget .product_wrapper .product,
.after-loop-area .widget.tm_products_smart_box_widget .product_wrapper .product {
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.footer-area .widget.tm_products_smart_box_widget .product_wrapper {
  border-right: none;
  border-bottom: 1px solid #34394f;
}

.widget.tm_products_smart_box_widget .products_row {
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
          align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.widget.tm_products_smart_box_widget .product {
  padding: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .widget.tm_products_smart_box_widget .product {
    padding: 13px 10px 20px;
  }
}

.sidebar-primary .widget.tm_products_smart_box_widget .product,
.sidebar-secondary .widget.tm_products_smart_box_widget .product,
.footer-area .widget.tm_products_smart_box_widget .product,
.after-loop-area .widget.tm_products_smart_box_widget .product {
  padding: 12px;
  padding: 20px;
}

.widget.tm_products_smart_box_widget .product h3 {
  margin-top: 8px;
}

.widget.tm_products_smart_box_widget .product .new,
.widget.tm_products_smart_box_widget .product .onsale,
.widget.tm_products_smart_box_widget .product .featured {
  top: 10px;
  left: 10px;
  position: absolute;
}

@media (max-width: 543px) {
  .widget.tm_products_smart_box_widget .product .new,
  .widget.tm_products_smart_box_widget .product .onsale,
  .widget.tm_products_smart_box_widget .product .featured {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}

.widget.tm_products_smart_box_widget .thumb_wrapper__outer {
  display: none !important;
}

@media (min-width: 992px) {
  .widget.tm_products_smart_box_widget .thumb_wrapper__outer {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
            align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.sidebar-primary .widget.tm_products_smart_box_widget .thumb_wrapper__outer,
.sidebar-secondary .widget.tm_products_smart_box_widget .thumb_wrapper__outer,
.footer-area .widget.tm_products_smart_box_widget .thumb_wrapper__outer,
.after-loop-area .widget.tm_products_smart_box_widget .thumb_wrapper__outer {
  display: none !important;
}

.widget.tm_products_smart_box_widget .thumb_wrapper {
  display: block;
  border-left: 1px solid #e8e8eb;
  margin-left: -1px;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-item-align: auto;
  -webkit-align-self: auto;
          align-self: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
          align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget.tm_products_smart_box_widget .widget-product-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.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: -5px;
  left: -6px;
  z-index: -1;
  border-radius: 50%;
  display: block;
  opacity: 1;
  margin-left: 0px;
  transition: all .3s ease;
  -webkit-transform: scale(1, 1);
  -ms-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);
  -ms-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: 23px;
  height: 23px;
  top: -3%;
  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;
  }
}

div.invert .widget .tagcloud a,
div.invert .widget .tagcloud a:focus,
div.invert .widget .tagcloud a:active {
  background: transparent;
}

div.invert .widget .tagcloud a:hover {
  background: transparent;
}

/*--------------------------------------------------------------
# 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. */
  -webkit-font-feature-settings: 'liga';
          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;
}

.tm-products-smart-box-widget__rd-material-tabs .product .price .amount, .compare-list.products .price .tm-products-smart-box-widget__rd-material-tabs .product td .amount, .tm-products-smart-box-widget__rd-material-tabs .product .add_to_cart_inline.woocommerce .amount .amount, .add_to_cart_inline.woocommerce .tm-products-smart-box-widget__rd-material-tabs .product .amount .amount {
  font-size: 18px;
}

.tm-products-smart-box-widget__rd-material-tabs .product span.price, .tm-products-smart-box-widget__rd-material-tabs .product .add_to_cart_inline.woocommerce span.amount, .add_to_cart_inline.woocommerce .tm-products-smart-box-widget__rd-material-tabs .product span.amount,
.tm-products-smart-box-widget__rd-material-tabs .product span.price ins,
.tm-products-smart-box-widget__rd-material-tabs .product .add_to_cart_inline.woocommerce span.amount ins, .add_to_cart_inline.woocommerce
.tm-products-smart-box-widget__rd-material-tabs .product span.amount ins,
.tm-products-smart-box-widget__rd-material-tabs .product span.price del,
.tm-products-smart-box-widget__rd-material-tabs .product .add_to_cart_inline.woocommerce span.amount del, .add_to_cart_inline.woocommerce
.tm-products-smart-box-widget__rd-material-tabs .product span.amount del {
  transition: all .3s ease;
}

.tm-products-smart-box-widget__rd-material-tabs .product h3 {
  transition: all .3s ease;
}

.tm-products-smart-box-widget__rd-material-tabs .widget-title {
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.tm-products-smart-box-widget__rd-material-tabs .widget-title span {
  font-weight: 700;
  display: block;
}

.tm_custom_menu_widget .widget-title span {
  display: block;
  text-transform: uppercase;
}

.currency_switcher .chosen-container {
  border: none;
}

.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 {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            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 {
    -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
            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 {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            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 {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            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 {
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            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 {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            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 {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            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 {
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            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 {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.widget-custom-postson .custom-posts-holder .post {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.widget-custom-postson .custom-posts-holder .post .post-inner {
  border-bottom: 1px dotted #d2d1d1;
  padding: 30px 0 24px;
  display: block;
}

@media (min-width: 1200px) {
  .widget-custom-postson .custom-posts-holder .post .post-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            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 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 1200px) {
  .widget-custom-postson .custom-posts-holder .post .post-inner .post-image {
    -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
            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 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          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;
}

.motoslider_wrapper .ms_button_layer {
  text-align: center;
}

.motoslider_wrapper .ms_pagination {
  bottom: 1%;
}

.motoslider_wrapper .ms_pagination .ms_bullet {
  background: transparent;
  border-width: 2px;
  border-style: solid;
  width: 16px;
  height: 16px;
  margin: 4px 5px;
  box-sizing: border-box;
  transition: all .3s ease;
  border-radius: 50%;
}

.motoslider_wrapper .ms_pagination .ms_bullet.ms_active, .motoslider_wrapper .ms_pagination .ms_bullet:hover {
  transition: all .3s ease;
}

.motoslider_wrapper .ms_arrows .ms_prev, .motoslider_wrapper .ms_arrows .ms_next {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border-radius: 0;
  transition: all .3s ease;
  opacity: 1;
}

.motoslider_wrapper .ms_arrows .ms_prev:before, .motoslider_wrapper .ms_arrows .ms_next: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. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background-color: transparent;
  position: relative;
  width: 1em;
  height: 1em;
  margin: 16px 15px;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  font-size: 18px;
}

.motoslider_wrapper .ms_arrows .ms_prev:after, .motoslider_wrapper .ms_arrows .ms_next:after {
  display: none;
}

.motoslider_wrapper .ms_arrows .ms_prev:hover, .motoslider_wrapper .ms_arrows .ms_next:hover {
  transition: all .3s ease;
}

.motoslider_wrapper .ms_arrows .ms_prev {
  left: 0;
}

.motoslider_wrapper .ms_arrows .ms_prev:before {
  content: "keyboard_arrow_left";
}

.motoslider_wrapper .ms_arrows .ms_next {
  right: 0;
}

.motoslider_wrapper .ms_arrows .ms_next:before {
  content: "keyboard_arrow_right";
}

.widget.widget_mpslwidget {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .ms_arrows {
    display: none;
  }
}

@media (max-width: 630px) {
  .ms_layer {
    display: none !important;
  }
}

@media (max-width: 543px) {
  .ms_button_layer.xs-none,
  .ms_html_layer.xs-none,
  .ms_image_layer.xs-none,
  .ms_text_layer.xs-none,
  .ms_video_layer.xs-none,
  .ms_vimeo_layer.xs-none,
  .ms_youtube_layer.xs-none {
    display: none;
  }
  .xs-layer,
  .xs-layer-2 {
    font-size: 30px !important;
  }
  .xs-layer-2 {
    margin-top: 20px !important;
  }
}

/*--------------------------------------------------------------
# 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;
  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: 26px;
  }
}

.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 0 3px;
  }
  .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: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
        flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-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 {
    -webkit-flex-wrap: no-wrap;
        -ms-flex-wrap: no-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%;
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    -webkit-order: 2;
    -ms-flex-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%;
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
        order: 1;
    text-align: left;
    padding: 0 0 10px;
  }
  header.site-header .header-container .main-navigation {
    -webkit-order: 3;
    -ms-flex-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: 59px;
  padding-bottom: 29px;
}

.site-header.default .main-navigation {
  width: auto;
  clear: none;
  padding: 13px 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;
  float: left;
  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: 15px;
  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-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
          align-content: flex-end;
  -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-flex: 0 1 25%;
  -moz-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  -ms-flex-item-align: auto;
  -webkit-align-self: auto;
          align-self: auto;
}

.site-header.default .header-container_wrap .site-branding {
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  -webkit-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -ms-flex-item-align: auto;
  -webkit-align-self: auto;
          align-self: auto;
}

.site-header.default .header-container_wrap .site-header-cart {
  text-align: right;
  margin-right: 0;
  margin-left: 0;
  -webkit-flex: 0 1 25%;
  -moz-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  -ms-flex-item-align: auto;
  -webkit-align-self: auto;
          align-self: auto;
}

.site-header.default .header-container_wrap .main-navigation {
  text-align: center;
  -webkit-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -ms-flex-item-align: auto;
  -webkit-align-self: auto;
          align-self: auto;
}

@media (min-width: 768px) {
  .site-header.default .header-container_wrap .site-branding {
    -webkit-flex: 0 1 49%;
    -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-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-top: 7px;
    margin-right: 60px;
    text-align: right;
  }
  .site-header.default .header-container_wrap .site-branding {
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: left;
  }
  .site-header.default .header-container_wrap .site-header-cart {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: right;
    margin: 0;
  }
  .site-header.default .header-container_wrap .main-navigation {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 30px;
    margin-left: 67px;
    text-align: right;
  }
  .site-header.default .header-container_wrap .main-navigation.isStuck {
    margin-right: 0;
    margin-left: 0;
    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-top: 10px;
    padding-bottom: 14px;
  }
}

.site-header.centered .header-container {
  padding-top: 29px;
  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: 20px 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-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
          align-content: flex-end;
  -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-flex: 0 1 25%;
  -moz-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  -ms-flex-item-align: auto;
  -webkit-align-self: auto;
          align-self: auto;
}

.site-header.centered .header-container_wrap .site-branding {
  float: none;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  -webkit-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -ms-flex-item-align: auto;
  -webkit-align-self: 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-flex: 0 1 25%;
  -moz-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  -ms-flex-item-align: auto;
  -webkit-align-self: auto;
          align-self: auto;
}

.site-header.centered .header-container_wrap .main-navigation {
  text-align: center;
  -webkit-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -ms-flex-item-align: auto;
  -webkit-align-self: auto;
          align-self: auto;
}

@media (min-width: 768px) {
  .site-header.centered .header-container_wrap .site-branding {
    -webkit-flex: 0 1 49%;
    -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.centered .header-container {
    padding-top: 10px;
    padding-bottom: 14px;
  }
}

.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: 29px;
  padding-bottom: 20px;
}

.site-header.minimal .site-header-cart {
  margin-top: 10px;
  margin-left: 47px;
}

.site-header.minimal ul.menu.menu-item_description-active {
  padding-bottom: 11px;
}

.site-header.minimal .main-navigation {
  padding-top: 10px;
}

.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;
  }
  .site-header.minimal .header-container {
    padding-top: 10px;
    padding-bottom: 14px;
  }
}

.top-panel {
  padding: 0;
}

.top-panel__wrap {
  text-align: left;
}

.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 {
  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);
  -ms-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);
  -ms-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);
  -ms-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);
  -ms-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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  max-width: 200px;
  text-align: left;
}

.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;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 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;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 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;
  -ms-flex-preferred-size: 15%;
  -webkit-flex-basis: 15%;
          flex-basis: 15%;
  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;
  -ms-flex-preferred-size: 15%;
  -webkit-flex-basis: 15%;
          flex-basis: 15%;
}

.top-panel__wrap .search_switcher_block #lang_sel ul li a {
  border: none;
  color: #000;
}

.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 .widgettitle {
  display: none;
}

.top-panel__wrap .widget_product_search form {
  position: relative;
}

.top-panel__wrap .widget_product_search form input[type="search"] {
  width: 145px;
  background-color: transparent;
  font-size: 14px;
  line-height: 28px;
  padding: 11px 30px 10px 19px;
  border: none;
  font-style: normal;
  box-sizing: border-box;
  color: #000;
  transition: all .3s ease;
}

@media (max-width: 768px) {
  .top-panel__wrap .widget_product_search form input[type="search"] {
    width: 100%;
  }
}

.top-panel__wrap .widget_product_search form input[type="search"]::-webkit-input-placeholder {
  color: #000;
}

.top-panel__wrap .widget_product_search form input[type="search"]::-moz-placeholder {
  color: #000;
}

.top-panel__wrap .widget_product_search form input[type="search"]:-moz-placeholder {
  color: #000;
}

.top-panel__wrap .widget_product_search form input[type="search"]:-ms-input-placeholder {
  color: #000;
}

.top-panel__wrap .widget_product_search form input[type="search"]:focus {
  box-shadow: none;
  width: 180px;
}

.top-panel__wrap .widget_product_search form button {
  position: absolute;
  width: 25px;
  top: 10px;
  right: 3px;
  bottom: 8px;
  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;
  top: 65%;
}

.top-panel__wrap .chosen-container-single .chosen-drop .chosen-results {
  width: 70px;
  left: -5px;
}

.top-panel__wrap .chosen-container-single .chosen-single {
  display: inline-block;
  text-align: right;
  padding: 14px 15px 1px 12px;
}

.top-panel__wrap .chosen-container-single .chosen-single:before {
  top: 17px;
  right: -3px;
}

@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 {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
            flex-basis: 20%;
  }
}

.top-panel__message {
  float: none;
  display: inline-block;
  padding: 15px 0 12px;
  margin: 0 39px;
  font-size: 14px;
  font-size: 0.875rem;
}

.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;
  text-transform: uppercase;
}

.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 {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.site-header-cart .cart-contents .count {
  font-size: 10px;
  line-height: 20px;
  font-weight: 700;
}

.site-header-cart .cart-contents .count i {
  font-size: 28px;
  line-height: 1;
  vertical-align: middle;
  padding-right: 14px;
}

.site-header-cart .cart-contents .count span {
  position: absolute;
  top: -7px;
  right: 1px;
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  color: #fff;
  padding: 0 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%);
  -ms-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: none;
  padding-top: 19px;
  padding-bottom: 15px;
}

header.site-header .header-container .site-branding {
  text-align: center;
  padding: 0;
  margin-right: 0;
}

.boxed-wrap {
  margin: 0 auto;
}

/*--------------------------------------------------------------
## 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: 0;
  top: 10px;
  right: 0;
  z-index: 99;
}

@media (min-width: 992px) {
  .has-post-thumbnail .sticky__label {
    top: 29px;
  }
}

@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;
  }
}

@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;
  }
}

.posts-list--default .has-post-thumbnail .sticky__label {
  top: 0;
}

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
      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;
  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) {
  .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;
}

.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: #f5f5f5;
  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 {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          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;
}

.sidebar-primary,
.sidebar-secondary,
.sidebar-shop {
  padding-top: 23px;
  margin-bottom: 30px;
}

.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-flex: 0 0 100%;
  -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);
  -ms-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_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: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-primary .woocommerce-product-search .search-field,
.sidebar-secondary .woocommerce-product-search .search-field,
.sidebar-shop .woocommerce-product-search .search-field {
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.sidebar-primary .woocommerce-product-search button,
.sidebar-secondary .woocommerce-product-search button,
.sidebar-shop .woocommerce-product-search button {
  line-height: 1;
  padding: 15px 19px 12px;
  margin-bottom: 10px;
  min-width: 62px;
}

.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;
  }
}

@media (min-width: 544px) {
  .search .share-btns__list {
    float: left;
  }
}

.search .hentry {
  padding-bottom: 61px;
}

.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;
  -webkit-hyphens: none;
      -ms-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;
  -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;
  }
}

.posts-list--masonry-2-cols,
.posts-list--masonry-3-cols {
  margin-right: -15px;
  margin-left: -15px;
}

.posts-list--masonry-2-cols .has-post-thumbnail .sticky__label,
.posts-list--masonry-3-cols .has-post-thumbnail .sticky__label,
.posts-list--grid-2-cols .has-post-thumbnail .sticky__label,
.posts-list--grid-3-cols .has-post-thumbnail .sticky__label {
  top: 0;
}

.posts-list--default .post-thumbnail {
  clear: both;
  margin-right: 0;
}

@media (min-width: 992px) {
  .posts-list--default .post-thumbnail .post-thumbnail--small {
    float: left;
    margin-top: 23px;
    margin-right: 30px;
  }
}

.post__cats a,
.post__tags a,
.sticky__label {
  line-height: inherit;
  background: transparent;
  font-style: normal;
}

.post__cats a:hover,
.post__tags a:hover {
  background: transparent;
}

/*--------------------------------------------------------------
## 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. */
  -webkit-font-feature-settings: 'liga';
          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;
  -webkit-hyphens: none;
      -ms-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-right: 29px;
}

.post .post__date .post-date__link {
  position: relative;
  min-width: 139px;
  padding: 0 10px;
  height: 69px;
  display: block;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
}

.post .post__date .post-date__link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-style: solid;
  border-width: 69px 69px 0 69px;
  transition: all .3s ease;
}

.post .post__date .post-date__link time {
  display: inline-block;
  word-wrap: normal;
  -moz-hyphens: none;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  width: 100%;
  margin-top: 13px;
  text-transform: uppercase;
  max-width: 60px;
}

.post .post__date .post-date__link time span {
  font-size: 23px;
  line-height: 14px;
  display: block;
}

.post .post-thumbnail, .post .format-quote {
  position: relative;
  margin-bottom: 10px;
}

.post .post-thumbnail .post__date, .post .format-quote .post__date {
  position: static;
  top: 0;
  left: 50%;
  margin: 0 0 0 -69px;
  float: none;
}

.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;
  margin-right: 15px;
}

.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;
  }
}

.single-post .post-thumbnail {
  margin-top: 25px;
}

.posts-list--default .post .entry-title,
.single-post .post .entry-title {
  margin-bottom: 10px;
}

.posts-list--default .post .post__date .post-date__link,
.single-post .post .post__date .post-date__link {
  min-width: 0;
  padding: 0;
  height: auto;
}

.posts-list--default .post .post__date .post-date__link:before,
.single-post .post .post__date .post-date__link:before {
  display: none;
}

.posts-list--default .post .post__date .post-date__link time,
.single-post .post .post__date .post-date__link time {
  margin-top: 0;
  margin-right: 4px;
  max-width: none;
}

.posts-list--default .post .post__date .post-date__link time span,
.single-post .post .post__date .post-date__link time span {
  display: inline-block;
}

@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-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 {
  width: 100%;
  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%) translateX(0) scale(0);
  -ms-transform: translate(-50%, -50%) translateX(0) scale(0);
      transform: translate(-50%, -50%) translateX(0) 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%) translateX(0) scale(1);
  -ms-transform: translate(-50%, -50%) translateX(0) scale(1);
      transform: translate(-50%, -50%) translateX(0) scale(1);
}

.single.single-post .hentry.post.post_format-post-format-image .post-thumbnail__link, .single.single-post .hentry.post .post-gallery__link {
  position: static;
}

.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;
  background: #fff;
  box-shadow: 0 8px 21px 0 rgba(0, 0, 0, 0.42);
}

.posts-list--grid-2-cols .hentry.post:hover .post__date, .posts-list--grid-3-cols .hentry.post:hover .post__date,
.posts-list--masonry-2-cols .hentry.post:hover .post__date, .posts-list--masonry-3-cols .hentry.post:hover .post__date {
  opacity: 1;
  visibility: visible;
}

.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;
  padding: 0 15px;
}

.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;
  padding: 0 15px;
}

.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;
}

@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 .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-right: auto;
  display: inline-block;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.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: 137px 50px 57px;
}

.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: 76px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-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;
}

.posts-list--grid-2-cols .post .post__date .post-date__link time, .posts-list--grid-3-cols .post .post__date .post-date__link time,
.posts-list--masonry-2-cols .post .post__date .post-date__link time, .posts-list--masonry-3-cols .post .post__date .post-date__link time {
  line-height: 18px;
}

.posts-list--grid-2-cols .post .post__date .post-date__link time:first-line, .posts-list--grid-3-cols .post .post__date .post-date__link time:first-line,
.posts-list--masonry-2-cols .post .post__date .post-date__link time:first-line, .posts-list--masonry-3-cols .post .post__date .post-date__link time:first-line {
  font-size: 23px;
  line-height: 14px;
  display: block;
}

.posts-list--masonry-2-cols .hentry.post, .posts-list--masonry-3-cols .hentry.post {
  box-shadow: none;
}

.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-flex: 1 0 calc(100% / 3 - 1.875rem);
  -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-flex: 1 0 calc(100% - 1.875rem);
    -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-flex: 1 0 calc(100% / 2 - 1.875rem);
    -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;
  }
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## 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: 44px 0 48px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-container .container {
    max-width: 100%;
  }
}

.site-info .footer-logo {
  margin: 11px 0 4px;
}

.site-info .social-list {
  margin: 23px 0;
}

.site-info__flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-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;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.site-info__flex .footer-logo {
  -webkit-order: 0;
  -ms-flex-order: 0;
      order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.site-info__flex .social-list {
  -webkit-order: 1;
  -ms-flex-order: 1;
      order: 1;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .site-info__flex .social-list {
    -webkit-order: 2;
    -ms-flex-order: 2;
        order: 2;
  }
}

.site-info__flex .site-info__mid-box {
  -webkit-order: 2;
  -ms-flex-order: 2;
      order: 2;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  text-align: center;
}

@media (min-width: 768px) {
  .site-info__flex .site-info__mid-box {
    -webkit-order: 1;
    -ms-flex-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;
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
  }
}

footer .footer-copyright {
  font-size: 14px;
  font-size: 0.875rem;
}

@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 #b1b9c1;
  padding-top: 6px;
}

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: -1px !important;
  display: inline-block !important;
}

footer .widget_recent_comments ul li {
  margin-top: 18px;
  border: none;
  padding-top: 0;
  font-size: 14px;
}

footer .footer-area-wrap .footer-area {
  padding-top: 59px;
  padding-bottom: 10px;
}

footer .footer-area-wrap .footer-area .widget {
  margin-bottom: 30px;
}

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;
  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;
}

footer .social-list .social-list__items li + li {
  margin-left: 11px;
}

.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 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 .footer-text-section {
  padding: 66px 0 62px;
  background: #f5f5f5;
}

.site-footer input[type="text"]:focus,
.site-footer input[type="email"]:focus,
.site-footer input[type="url"]:focus,
.site-footer input[type="password"]:focus,
.site-footer input[type="search"]:focus,
.site-footer input[type="number"]:focus,
.site-footer input[type="tel"]:focus,
.site-footer input[type="range"]:focus,
.site-footer input[type="date"]:focus,
.site-footer input[type="month"]:focus,
.site-footer input[type="week"]:focus,
.site-footer input[type="time"]:focus,
.site-footer input[type="datetime"]:focus,
.site-footer input[type="datetime-local"]:focus,
.site-footer input[type="color"]:focus,
.site-footer select:focus,
.site-footer textarea:focus {
  box-shadow: none;
  outline: none;
}

.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: 65px 0 62px;
}

.site-footer.centered .footer-text-center {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.site-footer.centered * + .footer-text-center {
  margin-top: 20px;
  margin-bottom: 26px;
}

.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;
  -webkit-hyphens: none;
      -ms-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;
  }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.not-found {
  box-shadow: none;
  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: 10px 0 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%;
}

/*--------------------------------------------------------------
## 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 - Mohican
*/
/*Mohican BNE Styles*/
.bne-testimonial-slider.bne-flexslider .flex-control-nav {
  text-align: center;
  bottom: 20px;
}

.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: 12px;
  height: 12px;
  border-radius: 50%;
  transition: all .3s ease;
}

.bne-testimonial-slider.bne-flexslider .flex-control-nav li + li {
  margin-left: 21px !important;
}

@media (min-width: 768px) {
  .bne-testimonial-slider.bne-flexslider .flex-control-nav {
    bottom: 55px;
  }
}

.bne-testimonial-list-wrapper .bne-testimonial-featured-image {
  box-shadow: none;
  border-radius: 0;
  border: none;
  padding: 0;
}

.bne-testimonial-list-wrapper h2 {
  text-transform: none;
}

.page .bne-testimonial-list-wrapper h2 {
  text-transform: none;
}

/*First word title - bold*/
.widget_product_categories_image h2.widget-title,
.tm_products_carousel_widget h2.widget-title,
.widget_carousel h2.widget-title,
.after-content-area h2.widget-title {
  text-align: center;
  padding-top: 17px;
  margin-bottom: 44px;
  position: relative;
}

.widget_product_categories_image h2.widget-title:before,
.tm_products_carousel_widget h2.widget-title:before,
.widget_carousel h2.widget-title:before,
.after-content-area h2.widget-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 57px;
  height: 3px;
  margin-left: -28px;
}

.widget_product_categories_image h2.widget-title span,
.tm_products_carousel_widget h2.widget-title span,
.widget_carousel h2.widget-title span,
.after-content-area h2.widget-title span {
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
}

.after-content-area h2.widget-title:before {
  width: 132px;
}

.woocommerce.widget_top_rated_products h2.widget-title,
.woocommerce.widget_products h2.widget-title {
  font-weight: 700;
  text-align: left;
}

.woocommerce.widget_top_rated_products h2.widget-title:before,
.woocommerce.widget_products h2.widget-title:before {
  left: 0;
  margin-left: 0;
}

.widget_product_categories_image {
  margin-bottom: 7px;
}

.widget_carousel {
  margin-bottom: 50px;
}

.widget_carousel h2 span, .after-content-area h2 span {
  display: inline;
}

.after-content-area h2 {
  text-align: center;
}

@media (min-width: 768px) {
  .after-content-area h2 {
    text-align: left;
  }
  .after-content-area h2:after {
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
}

.home .site-content {
  padding-top: 48px;
}

@media (min-width: 992px) {
  .home .site-content {
    padding-top: 60px;
  }
}

.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 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            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%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  color: #fff;
}

.widget-area .widget .product-categories-thumbnail div > a:hover .title_count h5 {
  color: #fff;
}

.widget-area .widget .product-categories-thumbnail div > a:hover .title_count em {
  color: #fff;
  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;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          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);
  -ms-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;
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          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: 18px;
    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 {
  -webkit-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.tm_about_store_widget,
.tm_about_store_widget_bg,
.footer-area .tm_about_store_widget {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  min-height: 350px;
  padding: 0;
  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: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
          align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.tm_about_store_widget .tm_about_store_widget_bg_inner,
.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 .tm_about_store_widget_inner,
.tm_about_store_widget_bg .tm_about_store_widget_inner,
.footer-area .tm_about_store_widget .tm_about_store_widget_inner {
  max-width: 690px;
  margin: 50px .9375rem 0;
  padding: 50px 30px 28px;
  box-shadow: 0 8px 21px 0 rgba(0, 0, 0, 0.42);
}

@media (min-width: 992px) {
  .tm_about_store_widget .tm_about_store_widget_inner,
  .tm_about_store_widget_bg .tm_about_store_widget_inner,
  .footer-area .tm_about_store_widget .tm_about_store_widget_inner {
    max-width: 910px;
  }
}

@media (min-width: 1200px) {
  .tm_about_store_widget .tm_about_store_widget_inner,
  .tm_about_store_widget_bg .tm_about_store_widget_inner,
  .footer-area .tm_about_store_widget .tm_about_store_widget_inner {
    max-width: 1170px;
  }
}

.tm_about_store_widget .widget-title,
.tm_about_store_widget_bg .widget-title,
.footer-area .tm_about_store_widget .widget-title {
  position: relative;
  margin-top: 20px;
}

.tm_about_store_widget .widget-title span,
.tm_about_store_widget_bg .widget-title span,
.footer-area .tm_about_store_widget .widget-title span {
  display: block;
}

.tm_about_store_widget .widget-title:after,
.tm_about_store_widget_bg .widget-title:after,
.footer-area .tm_about_store_widget .widget-title:after {
  content: '';
  position: absolute;
  top: -17px;
  left: 50%;
  width: 57px;
  height: 3px;
  margin-left: -28px;
}

.tm_about_store_widget .textwidget,
.tm_about_store_widget_bg .textwidget,
.footer-area .tm_about_store_widget .textwidget {
  margin-bottom: 20px;
}

.tm_about_store_widget .textwidget p,
.tm_about_store_widget_bg .textwidget p,
.footer-area .tm_about_store_widget .textwidget p {
  margin: 1.6em 0;
}

.tm_about_store_widget button,
.tm_about_store_widget_bg button,
.footer-area .tm_about_store_widget button {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .tm_about_store_widget,
  .tm_about_store_widget_bg,
  .footer-area .tm_about_store_widget {
    background-image: none !important;
  }
}

@media (min-width: 992px) {
  .tm_about_store_widget,
  .tm_about_store_widget_bg,
  .footer-area .tm_about_store_widget {
    text-align: left;
    min-height: 820px;
  }
  .tm_about_store_widget .tm_about_store_widget_inner,
  .tm_about_store_widget_bg .tm_about_store_widget_inner,
  .footer-area .tm_about_store_widget .tm_about_store_widget_inner {
    padding: 50px 50px 28px 48px;
  }
  .tm_about_store_widget .widget-title,
  .tm_about_store_widget_bg .widget-title,
  .footer-area .tm_about_store_widget .widget-title {
    float: left;
    margin-top: 90px;
    padding-right: 49px;
  }
  .tm_about_store_widget .widget-title:after,
  .tm_about_store_widget_bg .widget-title:after,
  .footer-area .tm_about_store_widget .widget-title:after {
    top: -27px;
    left: 0;
    margin-left: 0;
  }
  .tm_about_store_widget .textwidget,
  .tm_about_store_widget_bg .textwidget,
  .footer-area .tm_about_store_widget .textwidget {
    overflow: hidden;
  }
}

.sidebar-primary .tm_about_store_widget,
.sidebar-secondary .tm_about_store_widget,
.after-content-area .tm_about_store_widget,
.before-loop-area .tm_about_store_widget,
.after-loop-area .tm_about_store_widget, .sidebar-primary
.tm_about_store_widget_bg,
.sidebar-secondary
.tm_about_store_widget_bg,
.after-content-area
.tm_about_store_widget_bg,
.before-loop-area
.tm_about_store_widget_bg,
.after-loop-area
.tm_about_store_widget_bg, .sidebar-primary
.footer-area .tm_about_store_widget,
.sidebar-secondary
.footer-area .tm_about_store_widget,
.after-content-area
.footer-area .tm_about_store_widget,
.before-loop-area
.footer-area .tm_about_store_widget,
.after-loop-area
.footer-area .tm_about_store_widget {
  padding: 0 20px 30px 20px;
}

.sidebar-primary .tm_about_store_widget .widget-title,
.sidebar-secondary .tm_about_store_widget .widget-title,
.after-content-area .tm_about_store_widget .widget-title,
.before-loop-area .tm_about_store_widget .widget-title,
.after-loop-area .tm_about_store_widget .widget-title, .sidebar-primary
.tm_about_store_widget_bg .widget-title,
.sidebar-secondary
.tm_about_store_widget_bg .widget-title,
.after-content-area
.tm_about_store_widget_bg .widget-title,
.before-loop-area
.tm_about_store_widget_bg .widget-title,
.after-loop-area
.tm_about_store_widget_bg .widget-title, .sidebar-primary
.footer-area .tm_about_store_widget .widget-title,
.sidebar-secondary
.footer-area .tm_about_store_widget .widget-title,
.after-content-area
.footer-area .tm_about_store_widget .widget-title,
.before-loop-area
.footer-area .tm_about_store_widget .widget-title,
.after-loop-area
.footer-area .tm_about_store_widget .widget-title {
  float: none;
}

.sidebar-primary .tm_about_store_widget .textwidget,
.sidebar-secondary .tm_about_store_widget .textwidget,
.after-content-area .tm_about_store_widget .textwidget,
.before-loop-area .tm_about_store_widget .textwidget,
.after-loop-area .tm_about_store_widget .textwidget, .sidebar-primary
.tm_about_store_widget_bg .textwidget,
.sidebar-secondary
.tm_about_store_widget_bg .textwidget,
.after-content-area
.tm_about_store_widget_bg .textwidget,
.before-loop-area
.tm_about_store_widget_bg .textwidget,
.after-loop-area
.tm_about_store_widget_bg .textwidget, .sidebar-primary
.footer-area .tm_about_store_widget .textwidget,
.sidebar-secondary
.footer-area .tm_about_store_widget .textwidget,
.after-content-area
.footer-area .tm_about_store_widget .textwidget,
.before-loop-area
.footer-area .tm_about_store_widget .textwidget,
.after-loop-area
.footer-area .tm_about_store_widget .textwidget {
  overflow: visible;
}

.widget.tm_about_store_widget {
  margin-bottom: 21px;
}

/*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;
  line-height: 1;
}

.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 th {
  padding: 16px 8px;
}

.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 div[data-u=slides].single-product-main_image:after {
  position: absolute;
  display: inline-block;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.04);
  z-index: 10000;
  pointer-events: none;
}

.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: all .3s ease;
  display: none;
}

.single-product-images .enlarge:before {
  content: '\e03d';
  font-family: "fl-line-icon-set";
}

@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 .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 .upsells.products > h2,
.single-product .related.products > h2 {
  position: relative;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 42px;
  text-align: center;
}

.single-product .upsells.products > h2:before,
.single-product .related.products > h2:before {
  content: '';
  position: absolute;
  top: -14px;
  left: 50%;
  width: 57px;
  height: 3px;
  margin-left: -28px;
}

.single-product .upsells.products > div.product,
.single-product .related.products > div.product {
  margin-bottom: 0;
}

.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 {
  margin-bottom: 9px;
  font-weight: 400;
  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: 27px;
  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;
  animation: spin 1s ease-in-out infinite;
}

a.add_to_wishlist {
  font-weight: 300;
  font-size: 14px;
}

a.add_to_wishlist:before {
  font-weight: 400;
  content: '\e87e';
  font-family: 'Material Icons';
  font-size: 18px;
  vertical-align: middle;
  margin-right: 3px;
}

a.add_to_wishlist.wishlist-hide {
  opacity: 0;
  pointer-events: none;
}

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;
  font-size: 14px;
}

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';
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  top: -2px;
  left: -2px;
  font-size: 18px;
}

a.compare.button.compare-hide:before, .woocommerce .wc-proceed-to-checkout a.compare.compare-hide.checkout-button:before,
.woocommerce-page .wc-proceed-to-checkout a.compare.compare-hide.checkout-button:before {
  opacity: 0;
  pointer-events: none;
}

#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;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  padding: 1.95em 0 1.95em 2.3em !important;
  margin: 0 0 2em !important;
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
  top: .8em;
  left: 0.1em;
  font-size: 26px;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .woocommerce-error a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .woocommerce-error a.checkout-button,
.woocommerce .woocommerce-info .button, .woocommerce .woocommerce-info .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .woocommerce-info a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout
.woocommerce .woocommerce-info a.checkout-button,
.woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .woocommerce-message a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout
.woocommerce .woocommerce-message a.checkout-button {
  margin-top: -12px;
  margin-bottom: -10px;
}

.page .entry-content table.shop_table a,
.page .entry-content a.checkout-button {
  text-decoration: none;
}

.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 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;
}

.single-product.woocommerce div.product, .woocommerce .single-product div.product {
  margin-top: 52px;
}

.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 7px;
  color: #fff;
  font-size: 13px;
  line-height: 23px;
  min-height: inherit;
  min-width: inherit;
  font-style: normal;
  font-weight: 500;
  border-radius: 0;
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
      transform: translatez(0);
}

.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: 15px 27px 14px 17px;
}

.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: '\e033';
  font-family: 'fl-glypho';
  position: relative;
  top: -3px;
  font-size: 28px;
  margin-right: 8px;
  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: 30px;
  }
}

.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: 11px 15px;
}

.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,
.woocommerce-page div.product .woocommerce-tabs,
.single-product.woocommerce div.product .woocommerce-tabs, .woocommerce .single-product div.product .woocommerce-tabs {
  margin-top: 30px;
}

.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;
  margin-bottom: 0;
}

.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;
  padding: 0;
  border: none;
  display: block !important;
  background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover a,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a, .woocommerce .single-product div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce .single-product div.product .woocommerce-tabs ul.tabs li:hover a {
  background: #fff;
}

@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;
  }
}

.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 {
  border-top: 2px solid transparent;
  padding: 26px 25px;
  font-weight: 700;
}

@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: 13px 10px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .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 {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .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: 26px 35px;
    font-size: 22px;
  }
}

.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 .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel,
.single-product.woocommerce div.product .woocommerce-tabs .panel, .woocommerce .single-product div.product .woocommerce-tabs .panel {
  position: relative;
  z-index: 1;
  padding-top: 29px;
  padding-bottom: 41px;
}

.woocommerce div.product .woocommerce-tabs h4,
.woocommerce-page div.product .woocommerce-tabs h4,
.single-product.woocommerce div.product .woocommerce-tabs h4, .woocommerce .single-product div.product .woocommerce-tabs h4 {
  margin-bottom: 14px;
}

.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: -7px;
}

.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: 18px;
  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: 20px 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: 12px;
  width: 18px;
  height: 18px;
  font-size: 10px;
  line-height: 18px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

.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: 25px 0 30px;
}

.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;
  font-size: 14px;
}

.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: 18px;
}

.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: 10px;
  margin-right: 13px;
}

.woocommerce .star-rating,
.woocommerce-page .star-rating,
.single-product.woocommerce .star-rating, .woocommerce .single-product .star-rating {
  letter-spacing: 3px;
  font-size: 12px;
  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 .shop_table #respond input#submit.loading:after,
.woocommerce .shop_table a.button.loading:after, .woocommerce .shop_table .wc-proceed-to-checkout a.loading.checkout-button:after, .woocommerce .wc-proceed-to-checkout .shop_table a.loading.checkout-button:after,
.woocommerce-page .wc-proceed-to-checkout
.woocommerce .shop_table a.loading.checkout-button:after,
.woocommerce .shop_table button.button.loading:after,
.woocommerce .shop_table input.button.loading:after,
.woocommerce-page .shop_table #respond input#submit.loading:after,
.woocommerce-page .shop_table a.button.loading:after, .woocommerce .wc-proceed-to-checkout
.woocommerce-page .shop_table a.loading.checkout-button:after,
.woocommerce-page .shop_table .wc-proceed-to-checkout a.loading.checkout-button:after,
.woocommerce-page .wc-proceed-to-checkout .shop_table a.loading.checkout-button:after,
.woocommerce-page .shop_table button.button.loading:after,
.woocommerce-page .shop_table input.button.loading:after,
.single-product.woocommerce .shop_table #respond input#submit.loading:after,
.single-product.woocommerce .shop_table a.button.loading:after,
.woocommerce-page .wc-proceed-to-checkout
.single-product.woocommerce .shop_table a.loading.checkout-button:after,
.single-product.woocommerce .shop_table .wc-proceed-to-checkout a.loading.checkout-button:after,
.single-product.woocommerce .wc-proceed-to-checkout .shop_table a.loading.checkout-button:after,
.single-product.woocommerce .shop_table button.button.loading:after,
.single-product.woocommerce .shop_table input.button.loading:after, .woocommerce .single-product .shop_table #respond input#submit.loading:after,
.woocommerce .single-product .shop_table a.button.loading:after, .woocommerce .wc-proceed-to-checkout .single-product .shop_table a.loading.checkout-button:after,
.woocommerce-page .wc-proceed-to-checkout
.woocommerce .single-product .shop_table a.loading.checkout-button:after, .woocommerce .single-product .shop_table .wc-proceed-to-checkout a.loading.checkout-button:after, .woocommerce .single-product .wc-proceed-to-checkout .shop_table a.loading.checkout-button:after,
.woocommerce .single-product .shop_table button.button.loading:after,
.woocommerce .single-product .shop_table input.button.loading:after {
  display: none;
}

.woocommerce form.checkout_coupon,
.woocommerce form.register,
.woocommerce form.login,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.register,
.woocommerce-page form.login,
.single-product.woocommerce form.checkout_coupon,
.single-product.woocommerce form.register,
.single-product.woocommerce form.login, .woocommerce .single-product form.checkout_coupon,
.woocommerce .single-product form.register,
.woocommerce .single-product form.login {
  padding: 20px 20px 15px;
  border-radius: 0;
}

.woocommerce form.checkout_coupon input,
.woocommerce form.register input,
.woocommerce form.login input,
.woocommerce-page form.checkout_coupon input,
.woocommerce-page form.register input,
.woocommerce-page form.login input,
.single-product.woocommerce form.checkout_coupon input,
.single-product.woocommerce form.register input,
.single-product.woocommerce form.login input, .woocommerce .single-product form.checkout_coupon input,
.woocommerce .single-product form.register input,
.woocommerce .single-product form.login input {
  padding: 15px 20px;
}

.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,
.woocommerce-page #reviews #comments ol.commentlist li,
.single-product.woocommerce #reviews #comments ol.commentlist li, .woocommerce .single-product #reviews #comments ol.commentlist li {
  margin: 9px 0 20px;
}

.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 {
  position: static;
  border: none;
  padding: 0;
  width: 97px;
  border-radius: 50%;
  float: none;
}

.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-top: 8px;
  margin-left: 0;
  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-style: normal;
  font-size: 14px;
}

.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: 4px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p + div,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p + div,
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p + div, .woocommerce .single-product #reviews #comments ol.commentlist li .comment-text p + div {
  margin-bottom: 10px;
}

.woocommerce #reviews #comments ol.commentlist li + li,
.woocommerce-page #reviews #comments ol.commentlist li + li,
.single-product.woocommerce #reviews #comments ol.commentlist li + li, .woocommerce .single-product #reviews #comments ol.commentlist li + li {
  margin-top: 45px;
  padding-top: 29px;
  border-top: 1px dotted #d5d5d9;
}

.woocommerce #reviews #comments ol.commentlist li + li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li + li img.avatar,
.single-product.woocommerce #reviews #comments ol.commentlist li + li img.avatar, .woocommerce .single-product #reviews #comments ol.commentlist li + li img.avatar {
  top: 29px;
}

@media (min-width: 544px) {
  .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 {
    position: absolute;
  }
  .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: 118px;
  }
}

.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 .comment-reply-title,
.woocommerce-page #review_form #respond .comment-reply-title,
.single-product.woocommerce #review_form #respond .comment-reply-title, .woocommerce .single-product #review_form #respond .comment-reply-title {
  margin-top: 48px;
}

.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: 8px;
}

.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: 21px;
}

.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: 18px;
  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;
  -webkit-hyphens: none;
     -moz-hyphens: none;
      -ms-hyphens: none;
          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: 18px;
  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-ordering .chosen-single,
.woocommerce-page .woocommerce-ordering .chosen-single,
.single-product.woocommerce .woocommerce-ordering .chosen-single, .woocommerce .single-product .woocommerce-ordering .chosen-single {
  padding: 15px 35px 5px 12px;
}

.woocommerce .woocommerce-ordering .chosen-single:before,
.woocommerce-page .woocommerce-ordering .chosen-single:before,
.single-product.woocommerce .woocommerce-ordering .chosen-single:before, .woocommerce .single-product .woocommerce-ordering .chosen-single:before {
  top: 21px;
}

.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 p {
  margin: 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-Input--checkbox {
  -webkit-appearance: checkbox;
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields {
  margin-bottom: 30px;
}

.home .breadcrumbs {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .home .breadcrumbs {
    margin-bottom: 50px;
  }
}

.cleasrfix {
  clear: both;
}

@media (min-width: 992px) {
  .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: 23px;
  }
  .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: 5px;
  }
  .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: 17px;
    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: 18px;
  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;
}

th.product-price,
th.product-stock-stauts {
  text-align: center;
}

.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: 21px;
  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;
  text-align: center;
  margin-bottom: 15px;
}

.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%;
  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: 30px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: wrap;
  -moz-flex-direction: wrap;
  -ms-flex-direction: wrap;
  flex-direction: wrap;
  -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-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.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);
  -ms-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 {
  content: "";
  webkit-animation: spin 2s ease-in-out infinite;
  -webkit-animation: spin 2s ease-in-out infinite;
          animation: spin 2s ease-in-out infinite;
  background: none;
  content: "\e3af";
  display: block;
  font-family: 'Material Icons';
  font-size: 51px;
  line-height: inherit;
  position: absolute;
  left: 14px;
  top: 30px;
  right: auto;
}

.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 {
  -ms-transform: translateY(-10px) translateX(-50%);
      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: 79px;
  text-align: center;
  display: block;
  color: #fff;
  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;
  line-height: 82px;
}

.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .add:before, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .add:before, .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button .add:before, .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button .add:before {
  margin-left: -4px;
}

.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%;
  -ms-transform: translateY(-50px) translateX(-50%);
      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: #fff;
  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%;
  -ms-transform: translateX(-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 .block_product_thumbnail + h3, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail + h3, .woocommerce .products div.product .block_product_thumbnail + h3, .woocommerce .products li.product .block_product_thumbnail + h3 {
  margin-top: 2px;
  margin-bottom: 4px;
}

.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: 1px;
  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: all .3s ease;
  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 7px;
  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;
  -ms-transform: translateY(-50px) translateX(-50%);
      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: #fff;
  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%;
  -ms-transform: translateX(-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 {
  -ms-transform: translateY(-10px) translateX(-50%);
      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, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist, .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist, .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist {
  padding-right: 0;
}

.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);
  -ms-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: 8px;
  left: 9px;
  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: relative;
  bottom: 5px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  opacity: 1;
  transition: ease 0.3s all;
}

@media (min-width: 992px) {
  .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 {
    position: absolute;
  }
}

.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);
  -ms-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);
    -ms-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;
}

.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: #fff;
  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: #fff;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: block;
  text-align: center;
  font-family: 'Material Icons';
  text-indent: 0;
  line-height: 50px;
  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 {
  margin-bottom: 48px;
}

.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%);
  -ms-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 {
  text-align: center;
}

@media (min-width: 768px) {
  .tm_custom_style.bne-element-container .bne-testimonial-slider .slides {
    text-align: left;
  }
}

.tm_custom_style.bne-element-container .bne-testimonial-slider .slides li .flex-content {
  padding: 40px 25px;
}

@media (min-width: 768px) {
  .tm_custom_style.bne-element-container .bne-testimonial-slider .slides li .flex-content {
    padding: 81px 78px 86px;
  }
}

.tm_custom_style.bne-element-container .bne-testimonial-slider .slides li img {
  border: none;
  box-shadow: none;
  margin: 0 0 4px 0;
  width: 160px !important;
  height: 160px !important;
  float: none;
}

@media (min-width: 768px) {
  .tm_custom_style.bne-element-container .bne-testimonial-slider .slides li img {
    float: left;
  }
}

.tm_custom_style.bne-element-container .bne-testimonial-slider .slides li .bne-testimonial-description {
  position: relative;
  font-size: 20px;
  padding: 20px 0 40px;
}

.tm_custom_style.bne-element-container .bne-testimonial-slider .slides li .bne-testimonial-description:before {
  content: "\201C";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
}

@media (min-width: 768px) {
  .tm_custom_style.bne-element-container .bne-testimonial-slider .slides li .bne-testimonial-description {
    margin-left: 190px;
  }
  .tm_custom_style.bne-element-container .bne-testimonial-slider .slides li .bne-testimonial-description:before {
    right: auto;
  }
}

@media (min-width: 992px) {
  .tm_custom_style.bne-element-container .bne-testimonial-slider .slides li .bne-testimonial-description {
    margin-left: 222px;
  }
}

.tm_custom_style.bne-element-container .bne-testimonial-slider .slides li h3 {
  text-align: center;
  position: absolute;
  bottom: 60px;
  right: 0;
  left: 0;
  text-transform: none;
  font-size: 16px;
}

.tm_custom_style.bne-element-container .bne-testimonial-slider .slides li h3:before {
  content: '\2014';
  margin-right: 4px;
}

@media (min-width: 768px) {
  .tm_custom_style.bne-element-container .bne-testimonial-slider .slides li h3 {
    bottom: 101px;
    left: 270px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .tm_custom_style.bne-element-container .bne-testimonial-slider .slides li h3 {
    left: 301px;
  }
}

@media (min-width: 544px) {
  .tm_banners_grid_widget_banner {
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) {
  .tm_banners_grid_widget_banner {
    margin-bottom: 13px;
  }
}

@media (min-width: 992px) {
  .tm_banners_grid_widget_banner {
    margin-bottom: 16px;
  }
}

@media (min-width: 1200px) {
  .tm_banners_grid_widget_banner {
    margin-bottom: 30px;
  }
}

.widget.widget___tm_custom_menu_widget .tm_custom_menu_widget {
  padding: 21px 22px 18px;
  margin-bottom: 21px;
  background-position: right bottom;
}

.widget.widget___tm_custom_menu_widget .tm_custom_menu_widget .widget {
  background: none !important;
}

.widget.widget___tm_custom_menu_widget .tm_custom_menu_widget .widget-title {
  margin: 0 0 15px;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.widget.widget___tm_custom_menu_widget .tm_custom_menu_widget .widget-title:before {
  display: none;
}

.widget.widget___tm_custom_menu_widget .tm_custom_menu_widget .widget-title span {
  display: block;
}

.widget.widget___tm_custom_menu_widget .tm_custom_menu_widget .menu li {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
}

.widget.widget___tm_custom_menu_widget .tm_custom_menu_widget .menu li:before {
  content: '\2022';
  position: absolute;
  top: 0;
  left: 0;
}

.widget.widget___tm_custom_menu_widget .tm_custom_menu_widget .menu li + li {
  margin-top: 5px;
}

div.products div.product-category.product {
  padding-bottom: 30px;
  margin-bottom: 0;
}

@media (max-width: 380px) {
  div.products div.product-category.product {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

div.products div.product-category.product > a {
  display: block;
  position: relative;
  overflow: hidden;
}

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 {
  bottom: 0;
}

div.products div.product-category.product > a:hover h3 mark.count {
  visibility: visible;
  opacity: 1;
  height: 9px;
}

div.products div.product-category.product > a h3 {
  z-index: 2;
  bottom: 0;
  width: 100%;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 81px;
  transition: 0.5s ease all;
  text-transform: uppercase;
  text-align: center;
}

div.products div.product-category.product > a h3 mark.count {
  font-size: 14px;
  font-style: normal;
  transition: 0.5s ease all;
  background: none;
  font-weight: 300;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  text-transform: none;
  height: 0;
}

div.products div.product-category.product > a h3:before {
  content: '';
  position: absolute;
  bottom: -100px;
  right: -100px;
  left: -100px;
  height: 194px;
  z-index: -1;
  transition: all .3s ease;
}

.tm-categories-carousel-widget-wrapper .tm-categories-carousel-widget-slide > a {
  display: block;
  position: relative;
  overflow: hidden;
}

.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 {
  bottom: 0;
}

.tm-categories-carousel-widget-wrapper .tm-categories-carousel-widget-slide > a:hover h3 mark.count {
  opacity: 1;
}

.tm-categories-carousel-widget-wrapper .tm-categories-carousel-widget-slide > a h3 {
  z-index: 2;
  bottom: 0;
  width: 100%;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 70px;
  transition: 0.5s ease all;
  text-transform: uppercase;
  text-align: center;
}

.tm-categories-carousel-widget-wrapper .tm-categories-carousel-widget-slide > a h3 mark.count {
  font-size: 14px;
  font-style: normal;
  transition: 0.5s ease all;
  background: none;
  font-weight: 300;
  padding: 0;
  text-transform: none;
}

.tm-categories-carousel-widget-wrapper .product {
  padding: 0;
  max-width: 513px;
}

@media (min-width: 544px) {
  .tm-categories-carousel-widget-wrapper .product {
    max-width: 266px;
  }
}

@media (min-width: 768px) {
  .tm-categories-carousel-widget-wrapper .product {
    max-width: 220px;
  }
}

@media (min-width: 992px) {
  .tm-categories-carousel-widget-wrapper .product {
    max-width: 250px;
  }
}

@media (min-width: 1200px) {
  .tm-categories-carousel-widget-wrapper .product {
    max-width: 270px;
  }
}

/*Styles for TM Grid Banner*/
.__tm_banners_grid_widget {
  text-align: center;
  margin: 0;
}

#content .__tm_banners_grid_widget {
  padding-bottom: 9px;
}

.widget + .__tm_banners_grid_widget {
  margin-top: -8px !important;
}

.__tm_banners_grid_widget div div > a img {
  z-index: 1;
  display: block;
}

.__tm_banners_grid_widget div div > a {
  position: relative;
  display: block;
}

.__tm_banners_grid_widget a.tm_banners_grid_widget_banner_link {
  transition: all .2s ease;
}

.__tm_banners_grid_widget a.tm_banners_grid_widget_banner_link:hover {
  box-shadow: 0 8px 21px 0 rgba(0, 0, 0, 0.42);
}

.__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;
  }
}

@media (min-width: 768px) {
  .__tm_banners_grid_widget {
    text-height: auto;
  }
}

/*Styles for subscribe widget*/
.widget.widget-subscribe {
  margin-bottom: 24px;
  text-align: center;
}

.widget.widget-subscribe .follow-block .follow-block__message {
  padding-bottom: 23px;
}

.widget.widget-subscribe .subscribe-block, .widget.widget-subscribe .follow-block {
  padding: 39px 20px 50px;
}

.widget.widget-subscribe h4.widget-title {
  margin-bottom: 3px;
}

@media (min-width: 768px) {
  .widget.widget-subscribe .subscribe-block__form {
    width: 89%;
    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 .post-author {
  display: block;
  margin-bottom: -4px;
}

.widget_recent_entries ul li .post-author a {
  font-style: normal;
  margin-bottom: 0;
}

.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: 14px;
}

.post .entry-meta {
  font-style: normal;
  font-size: 14px;
}

.home .swiper-carousel-container {
  overflow: visible;
}

.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 .entry-header .post__date {
  opacity: 1;
  visibility: visible;
}

.swiper-container .swiper-wrapper .swiper-slide .inner .entry-header {
  position: relative;
  margin-bottom: 29px;
}

.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: 13px;
  left: 50%;
  width: 60px;
  height: 54px;
  z-index: 2;
  margin: 0 0 0 -30px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.swiper-container .swiper-wrapper .swiper-slide .inner .entry-header .post__date a {
  font-size: 14px;
  line-height: 11px;
}

.swiper-container .swiper-wrapper .swiper-slide .inner .entry-header .post__date a:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  margin-top: -90px;
  margin-left: -31px;
  display: block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  z-index: -1;
  transition: all .3s ease;
}

.swiper-container .swiper-wrapper .swiper-slide .inner .entry-header .post__date a span {
  font-size: 23px;
  line-height: 11px;
  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-content h5 {
  margin-bottom: 5px;
  padding: 0 35px;
}

.swiper-container .swiper-wrapper .swiper-slide .inner .entry-content .post__excerpt {
  margin: 0;
  line-height: 1.375;
  padding: 0 15px;
}

.swiper-container .swiper-wrapper .swiper-slide .inner .entry-meta {
  margin-top: 5px;
  margin-bottom: 15px;
}

.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__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;
  color: #000;
}

.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer {
  margin: 0;
  padding: 16px 0 30px 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 {
  position: relative;
  background: none;
  padding: 0;
  margin: 0;
  float: none;
  transition: all 0.3s ease;
}

/*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 {
  text-align: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.yith-wcwl-share li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin: auto;
  border-radius: 50%;
}

.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;
  margin-right: 20px;
}

.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 {
  margin-bottom: 25px;
}

.yith-woocompare-widget ul.products-list li a.remove {
  margin-top: .2em;
}

.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;
}

.widget + .widget.widget-subscribe {
  margin-top: 20px !important;
}

.single .mfp-figure:after {
  background: #fff;
}

/**
 * Woocommerce_element
 * Styles for compare and wishlist
 *
 */
.woocommerce .tm-woowishlist-page-button.button, .woocommerce .wc-proceed-to-checkout a.tm-woowishlist-page-button.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce a.tm-woowishlist-page-button.checkout-button,
.woocommerce .tm-woocompare-page-button.button.alt, .woocommerce .wc-proceed-to-checkout a.tm-woocompare-page-button.alt.checkout-button,
.woocommerce-page .wc-proceed-to-checkout
.woocommerce a.tm-woocompare-page-button.alt.checkout-button,
.woocommerce .tm-woowishlist-page-button.button.alt, .woocommerce .wc-proceed-to-checkout a.tm-woowishlist-page-button.alt.checkout-button,
.woocommerce-page .wc-proceed-to-checkout
.woocommerce a.tm-woowishlist-page-button.alt.checkout-button {
  margin: 0 5px;
  line-height: 30px;
  padding: 0;
  background: transparent;
  border: none;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.woocommerce .tm-woowishlist-page-button.button:hover, .woocommerce .wc-proceed-to-checkout a.tm-woowishlist-page-button.checkout-button:hover,
.woocommerce-page .wc-proceed-to-checkout .woocommerce a.tm-woowishlist-page-button.checkout-button:hover,
.woocommerce .tm-woocompare-page-button.button.alt:hover, .woocommerce .wc-proceed-to-checkout a.tm-woocompare-page-button.alt.checkout-button:hover,
.woocommerce-page .wc-proceed-to-checkout
.woocommerce a.tm-woocompare-page-button.alt.checkout-button:hover,
.woocommerce .tm-woowishlist-page-button.button.alt:hover, .woocommerce .wc-proceed-to-checkout a.tm-woowishlist-page-button.alt.checkout-button:hover,
.woocommerce-page .wc-proceed-to-checkout
.woocommerce a.tm-woowishlist-page-button.alt.checkout-button:hover {
  background: transparent;
}

.woocommerce .tm-woowishlist-page-button.button:before, .woocommerce .wc-proceed-to-checkout a.tm-woowishlist-page-button.checkout-button:before,
.woocommerce-page .wc-proceed-to-checkout .woocommerce a.tm-woowishlist-page-button.checkout-button:before,
.woocommerce .tm-woocompare-page-button.button.alt:before, .woocommerce .wc-proceed-to-checkout a.tm-woocompare-page-button.alt.checkout-button:before,
.woocommerce-page .wc-proceed-to-checkout
.woocommerce a.tm-woocompare-page-button.alt.checkout-button:before,
.woocommerce .tm-woowishlist-page-button.button.alt:before, .woocommerce .wc-proceed-to-checkout a.tm-woowishlist-page-button.alt.checkout-button:before,
.woocommerce-page .wc-proceed-to-checkout
.woocommerce a.tm-woowishlist-page-button.alt.checkout-button:before {
  display: inline;
  font-family: "Material Icons";
  font-size: 21px;
  content: "\e8f4";
  margin-right: 5px;
}

.woocommerce .widget button.button,
.woocommerce .woocommerce-checkout button.button,
.woocommerce .shop_table button.button {
  padding: 15px;
}

.woocommerce button.button.btn, .woocommerce button.button, .woocommerce .woocommerce-account button.button, .woocommerce-account .woocommerce button.button {
  margin: 0 5px;
  padding: 0 0 0 25px;
  line-height: 30px;
  background: transparent;
  border: none;
}

.woocommerce button.button.btn:after, .woocommerce button.button:after, .woocommerce .woocommerce-account button.button:after, .woocommerce-account .woocommerce button.button:after {
  display: block;
  font-family: 'Material Icons';
  font-size: 21px;
  line-height: inherit;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
}

.woocommerce button.button.btn.tm-woocompare-button:after, .woocommerce button.button.tm-woocompare-button:after, .woocommerce .woocommerce-account button.button.tm-woocompare-button:after, .woocommerce-account .woocommerce button.button.tm-woocompare-button:after {
  content: "\e164";
}

.woocommerce button.button.btn.tm-woocompare-button.in_compare:after, .woocommerce button.button.tm-woocompare-button.in_compare:after, .woocommerce .woocommerce-account button.button.tm-woocompare-button.in_compare:after, .woocommerce-account .woocommerce button.button.tm-woocompare-button.in_compare:after {
  content: "\e5ca";
  margin: 0;
}

.woocommerce button.button.btn.tm-woowishlist-button:after, .woocommerce button.button.tm-woowishlist-button:after, .woocommerce .woocommerce-account button.button.tm-woowishlist-button:after, .woocommerce-account .woocommerce button.button.tm-woowishlist-button:after {
  content: "\e87e";
}

.woocommerce button.button.btn.tm-woowishlist-button.in_wishlist:after, .woocommerce button.button.tm-woowishlist-button.in_wishlist:after, .woocommerce .woocommerce-account button.button.tm-woowishlist-button.in_wishlist:after, .woocommerce-account .woocommerce button.button.tm-woowishlist-button.in_wishlist:after {
  content: "\e5ca";
  margin: 0;
}

.woocommerce button.button.btn.loading, .woocommerce button.button.loading, .woocommerce .woocommerce-account button.button.loading, .woocommerce-account .woocommerce button.button.loading {
  opacity: 1;
}

.woocommerce button.button.btn.loading:after, .woocommerce button.button.loading:after, .woocommerce .woocommerce-account button.button.loading:after, .woocommerce-account .woocommerce button.button.loading:after {
  content: "\e3af";
}

.woocommerce button.button.btn:hover, .woocommerce button.button:hover, .woocommerce .woocommerce-account button.button:hover, .woocommerce-account .woocommerce button.button:hover {
  background: transparent;
}

.woocommerce button.button.submit {
  padding: 15px;
}

.woocommerce .products .product .tm-woocompare-button, .woocommerce .products .product .tm-woowishlist-button {
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
}

.woocommerce .products .product .tm-woocompare-button:after, .woocommerce .products .product .tm-woowishlist-button:after {
  position: static;
}

.woocommerce .products .product .tm-woocompare-button span.text, .woocommerce .products .product .tm-woowishlist-button span.text {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 5px;
  font-size: 0.6rem;
  line-height: 0.6rem;
  background: #000;
  color: #fff;
  visibility: hidden;
  overflow: visible;
  opacity: 0;
  transition: all 0.3s ease;
}

.woocommerce .products .product .tm-woocompare-button span.text:after, .woocommerce .products .product .tm-woowishlist-button span.text:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 2px 0 2px;
  border-color: #000 transparent transparent transparent;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  bottom: -4px;
  left: 50%;
}

.woocommerce .products .product .tm-woocompare-button:hover span.text, .woocommerce .products .product .tm-woowishlist-button:hover span.text {
  opacity: 1;
  visibility: visible;
  top: -25px;
}

#page .tm-woowishlist .button [class*="fl-"], #page .tm-woowishlist .woocommerce .wc-proceed-to-checkout a.checkout-button [class*="fl-"], .woocommerce .wc-proceed-to-checkout #page .tm-woowishlist a.checkout-button [class*="fl-"], #page .tm-woowishlist
.woocommerce-page .wc-proceed-to-checkout a.checkout-button [class*="fl-"],
.woocommerce-page .wc-proceed-to-checkout #page .tm-woowishlist a.checkout-button [class*="fl-"],
#page .tm-woowishlist .button .material-icons,
#page .tm-woowishlist .woocommerce .wc-proceed-to-checkout a.checkout-button .material-icons, .woocommerce .wc-proceed-to-checkout
#page .tm-woowishlist a.checkout-button .material-icons,
#page .tm-woowishlist
.woocommerce-page .wc-proceed-to-checkout a.checkout-button .material-icons,
.woocommerce-page .wc-proceed-to-checkout
#page .tm-woowishlist a.checkout-button .material-icons,
#page .tm-woocompare-list .button [class*="fl-"],
#page .tm-woocompare-list .woocommerce .wc-proceed-to-checkout a.checkout-button [class*="fl-"], .woocommerce .wc-proceed-to-checkout
#page .tm-woocompare-list a.checkout-button [class*="fl-"],
#page .tm-woocompare-list
.woocommerce-page .wc-proceed-to-checkout a.checkout-button [class*="fl-"],
.woocommerce-page .wc-proceed-to-checkout
#page .tm-woocompare-list a.checkout-button [class*="fl-"],
#page .tm-woocompare-list .button .material-icons,
#page .tm-woocompare-list .woocommerce .wc-proceed-to-checkout a.checkout-button .material-icons, .woocommerce .wc-proceed-to-checkout
#page .tm-woocompare-list a.checkout-button .material-icons,
#page .tm-woocompare-list
.woocommerce-page .wc-proceed-to-checkout a.checkout-button .material-icons,
.woocommerce-page .wc-proceed-to-checkout
#page .tm-woocompare-list a.checkout-button .material-icons {
  display: none;
}

#page .tm-woowishlist .add_to_cart_button,
#page .tm-woocompare-list .add_to_cart_button {
  padding-top: 10px;
  padding-bottom: 10px;
}

#page .tm-woowishlist .add_to_cart_button .add_to_cart_button__text,
#page .tm-woocompare-list .add_to_cart_button .add_to_cart_button__text {
  display: inline-block;
}

#page .tm-woowishlist .add_to_cart_button .add_to_cart_button__text.added,
#page .tm-woocompare-list .add_to_cart_button .add_to_cart_button__text.added {
  display: none;
}

#page .tm-woowishlist .add_to_cart_button.added .add_to_cart_button__text,
#page .tm-woocompare-list .add_to_cart_button.added .add_to_cart_button__text {
  display: none;
}

#page .tm-woowishlist .add_to_cart_button.added .add_to_cart_button__text.added,
#page .tm-woocompare-list .add_to_cart_button.added .add_to_cart_button__text.added {
  display: inline-block;
}

#page .tm-woowishlist .tm-woocomerce-list__product-title,
#page .tm-woocompare-list .tm-woocomerce-list__product-title {
  padding-right: 15px;
}

.tm-woocompare-cell {
  background: none;
}

.shop_table .product-name h6 {
  margin-bottom: 0;
}

.single-product #content .tm-woocompare-page-button,
.single-product #content .tm-woowishlist-page-button {
  top: 5px;
}

.block_wishlist_compare {
  font-weight: 400;
}

.block_wishlist_compare .button:after, .block_wishlist_compare .woocommerce .wc-proceed-to-checkout a.checkout-button:after, .woocommerce .wc-proceed-to-checkout .block_wishlist_compare a.checkout-button:after, .block_wishlist_compare
.woocommerce-page .wc-proceed-to-checkout a.checkout-button:after,
.woocommerce-page .wc-proceed-to-checkout .block_wishlist_compare a.checkout-button:after {
  font-weight: 400;
}

.currency_switcher .chosen-container .chosen-results {
  border: none;
  margin: 0;
}

.tm_custom_style.bne-element-container .bne-testimonial-slider .slides li .bne-testimonial-description {
  font-size: 20px;
  line-height: 1.5;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .woocommerce-error a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .woocommerce-error a.checkout-button,
.woocommerce .woocommerce-info .button, .woocommerce .woocommerce-info .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .woocommerce-info a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout
.woocommerce .woocommerce-info a.checkout-button,
.woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .woocommerce-message a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout
.woocommerce .woocommerce-message a.checkout-button,
.woocommerce .return-to-shop .button, .woocommerce .return-to-shop .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .return-to-shop a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout
.woocommerce .return-to-shop a.checkout-button {
  padding: 14px 24px;
}

.woocommerce button.button,
.woocommerce .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 input.button,
.woocommerce .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 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 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5em;
}

.woocommerce div.product p.price del, .add_to_cart_inline.woocommerce div.product p.amount del,
.woocommerce div.product span.price del, .add_to_cart_inline.woocommerce div.product span.amount del,
.woocommerce .products .product .price del,
.woocommerce .compare-list.products .price .product td del, .add_to_cart_inline.woocommerce .products .product .amount del,
.woocommerce table.shop_table tbody tr td.product-price del .amount {
  opacity: 1;
  font-size: 18px;
  line-height: 22px;
  text-decoration: line-through;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled, .woocommerce .wc-proceed-to-checkout a.disabled.checkout-button,
.woocommerce-page .wc-proceed-to-checkout
.woocommerce a.disabled.checkout-button, .woocommerce .woocommerce a.button:disabled, .woocommerce .woocommerce .wc-proceed-to-checkout a.checkout-button:disabled, .woocommerce .wc-proceed-to-checkout .woocommerce a.checkout-button:disabled,
.woocommerce-page .wc-proceed-to-checkout .woocommerce .woocommerce a.checkout-button:disabled,
.woocommerce a.button:disabled[disabled], .woocommerce .wc-proceed-to-checkout a.checkout-button:disabled[disabled],
.woocommerce-page .wc-proceed-to-checkout
.woocommerce a.checkout-button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: 15px 19px;
}

.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 3.5;
  font-size: 1em;
}

.widget-area .widget .product_list_widget del .amount,
.widget-area .widget .product_list_widget .amount del {
  opacity: 1;
  font-size: 18px;
  line-height: 22px;
  text-decoration: line-through;
}

.tm-categories-carousel-widget-wrapper .tm-categories-carousel-widget-slide > a h3,
.woocommerce .products .product-category > a h3 {
  font-size: 18px;
}

.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 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.sidebar-primary .widget_recent_comments ul li > a, .sidebar-secondary .widget_recent_comments ul li > a {
  font-size: 16px;
}

.sidebar-primary .widget .product_list_widget > li .widget_title_product, .sidebar-secondary .widget .product_list_widget > li .widget_title_product, .sidebar-primary.widget-area .widget .product_list_widget > li .product_title_link > a, .sidebar-secondary.widget-area .widget .product_list_widget > li .product_title_link > a {
  font-size: 16px;
  line-height: 22px;
}

.sidebar-primary .widget.widget_recent_entries ul li > a, .sidebar-secondary .widget.widget_recent_entries ul li > a {
  font-size: 16px;
}

#content .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3, #content .full-width-header-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .full-width-header-area .widget.widget_top_rated_products #content .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, #content .full-width-header-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .full-width-header-area .widget.widget_recent_reviews #content .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, #content .full-width-header-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .full-width-header-area .widget.widget_recently_viewed_products #content .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, #content .full-width-header-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .full-width-header-area .widget.widget_products #content .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, #content .before-content-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-content-area .widget.widget_top_rated_products #content .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, #content .before-content-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-content-area .widget.widget_recent_reviews #content .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, #content .before-content-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-content-area .widget.widget_recently_viewed_products #content .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, #content .before-content-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-content-area .widget.widget_products #content .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, #content .after-content-full-width-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-content-full-width-area .widget.widget_top_rated_products #content .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, #content .after-content-full-width-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-content-full-width-area .widget.widget_recent_reviews #content .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, #content .after-content-full-width-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-content-full-width-area .widget.widget_recently_viewed_products #content .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, #content .after-content-full-width-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-content-full-width-area .widget.widget_products #content .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, #content .before-loop-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-loop-area .widget.widget_top_rated_products #content .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, #content .before-loop-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-loop-area .widget.widget_recent_reviews #content .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, #content .before-loop-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-loop-area .widget.widget_recently_viewed_products #content .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, #content .before-loop-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .before-loop-area .widget.widget_products #content .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, #content .after-loop-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-loop-area .widget.widget_top_rated_products #content .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, #content .after-loop-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-loop-area .widget.widget_recent_reviews #content .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, #content .after-loop-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-loop-area .widget.widget_recently_viewed_products #content .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, #content .after-loop-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, .after-loop-area .widget.widget_products #content .tm-products-smart-box-widget__rd-material-tabs > .product_list_widget > .col-lg-3, #content .single-product .upsells.products .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3, .single-product .upsells.products #content .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3, #content
.single-product .related.products .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3,
.single-product .related.products #content .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3, #content .tm-products-smart-box-widget__rd-material-tabs > .after-content-area > .col-lg-3 {
  background-clip: content-box;
}

.woocommerce form .form-row {
  margin-top: 12px;
}

.woocommerce .woocommerce-Button.button, .woocommerce .wc-proceed-to-checkout a.woocommerce-Button.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce a.woocommerce-Button.checkout-button {
  margin-right: 12px;
}

.woocommerce .tm-woowishlist-button.btn.added.in_wishlist, .woocommerce .wc-proceed-to-checkout a.tm-woowishlist-button.added.in_wishlist.checkout-button,
.woocommerce-page .wc-proceed-to-checkout .woocommerce a.tm-woowishlist-button.added.in_wishlist.checkout-button, .woocommerce .tm-woowishlist-button.added.in_wishlist.button {
  margin-right: 12px;
}

.widget_tm_woocommerce_wishlist .button [class*="fl-"], .widget_tm_woocommerce_wishlist .woocommerce .wc-proceed-to-checkout a.checkout-button [class*="fl-"], .woocommerce .wc-proceed-to-checkout .widget_tm_woocommerce_wishlist a.checkout-button [class*="fl-"], .widget_tm_woocommerce_wishlist
.woocommerce-page .wc-proceed-to-checkout a.checkout-button [class*="fl-"],
.woocommerce-page .wc-proceed-to-checkout .widget_tm_woocommerce_wishlist a.checkout-button [class*="fl-"],
.widget_tm_woocommerce_wishlist .button .material-icons,
.widget_tm_woocommerce_wishlist .woocommerce .wc-proceed-to-checkout a.checkout-button .material-icons, .woocommerce .wc-proceed-to-checkout
.widget_tm_woocommerce_wishlist a.checkout-button .material-icons,
.widget_tm_woocommerce_wishlist
.woocommerce-page .wc-proceed-to-checkout a.checkout-button .material-icons,
.woocommerce-page .wc-proceed-to-checkout
.widget_tm_woocommerce_wishlist a.checkout-button .material-icons {
  display: none;
}

.widget_tm_woocommerce_wishlist .add_to_cart_button .product_actions_tip.added {
  display: none;
}

.widget_tm_woocommerce_wishlist .add_to_cart_button.added .product_actions_tip.add {
  display: none;
}

.widget_tm_woocommerce_wishlist .add_to_cart_button.added .product_actions_tip.added {
  display: block;
}

.woocommerce a.remove:hover {
  background: transparent;
}

.woocommerce.widget ins {
  background: transparent;
}

label,
.for_rating {
  font-size: 14px;
}
