@charset "UTF-8";
/*!
Theme Name: Woostroid
Theme URI:   https://www.templatemonster.com/woocommerce-themes/63000.html
Author: Jetimpex
Author URI: https://www.templatemonster.com/authors/jetimpex/
Description: Woostroid - Multibrand fashion store.
Version: 1.4.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template Id: 63000
Text Domain: woostroid
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.

Woostroid is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v3 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Grid
# Typography
# Elements
	## Lists
	## Tables
	## Preloader
	## ToTop button
# Forms
# Navigation
	## Links
	## Top Menu
	## Main Menu
	## Footer Menu
	## Paginations
	## Breadcrumbs
	## Social List
# Modules
	## Accessibility
	## Alignments
	## Clearings
	## Comments
	## Swiper
	## Author Bio
	## Share Buttons
	## Magnific Popup
# Components
	## Card
# Content
	## Layout
	## Header
	## Posts and pages
	## Post Formats
	## Footer
	## 404
# Widgets
	## Defaults
	## About author
	## About Woostroid
	## Banner
	## Carousel
	## Contact Information
	## Custom Posts
	## Featured Posts Block
	## Instagram
	## Image Grid
	## News Smart Box
	## Playlist Slider
	## Smart Slider
	## Subscribe
	## Taxonomy Tiles
# Media
	## Captions
	## Galleries
	## Embeds
# Plugins
	## Power Builder
	## Cherry Testimonials
	## Mega menu
# Woocommerce Part

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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 {
  padding-right: 7px;
  padding-left: 7px;
}

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

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

/*--------------------------------------------------------------
# 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: 1200px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.container-fluid:before, .container-fluid:after {
  content: none;
}

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

.row:before, .row:after {
  content: none;
}

.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, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .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, .woocommerce .comment-form, .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, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: none;
}

.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 {
  -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 {
    -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 {
    -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 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -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 {
    -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, .woocommerce .comment-form {
    -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 {
    -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%;
  }
}

@media (min-width: 1500px) {
  .col-xxl-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xxl-pull-0 {
    right: auto;
  }
  .col-xxl-pull-1 {
    right: 8.33333%;
  }
  .col-xxl-pull-2 {
    right: 16.66667%;
  }
  .col-xxl-pull-3 {
    right: 25%;
  }
  .col-xxl-pull-4 {
    right: 33.33333%;
  }
  .col-xxl-pull-5 {
    right: 41.66667%;
  }
  .col-xxl-pull-6 {
    right: 50%;
  }
  .col-xxl-pull-7 {
    right: 58.33333%;
  }
  .col-xxl-pull-8 {
    right: 66.66667%;
  }
  .col-xxl-pull-9 {
    right: 75%;
  }
  .col-xxl-pull-10 {
    right: 83.33333%;
  }
  .col-xxl-pull-11 {
    right: 91.66667%;
  }
  .col-xxl-pull-12 {
    right: 100%;
  }
  .col-xxl-push-0 {
    left: auto;
  }
  .col-xxl-push-1 {
    left: 8.33333%;
  }
  .col-xxl-push-2 {
    left: 16.66667%;
  }
  .col-xxl-push-3 {
    left: 25%;
  }
  .col-xxl-push-4 {
    left: 33.33333%;
  }
  .col-xxl-push-5 {
    left: 41.66667%;
  }
  .col-xxl-push-6 {
    left: 50%;
  }
  .col-xxl-push-7 {
    left: 58.33333%;
  }
  .col-xxl-push-8 {
    left: 66.66667%;
  }
  .col-xxl-push-9 {
    left: 75%;
  }
  .col-xxl-push-10 {
    left: 83.33333%;
  }
  .col-xxl-push-11 {
    left: 91.66667%;
  }
  .col-xxl-push-12 {
    left: 100%;
  }
  .col-xxl-offset-0 {
    margin-left: 0%;
  }
  .col-xxl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xxl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
  .col-xxl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xxl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xxl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xxl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xxl-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;
  }
}

@media (min-width: 1500px) {
  .col-xxl-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .col-xxl-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;
  }
}

@media (min-width: 1500px) {
  .row-xxl-top {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row-xxl-center {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row-xxl-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;
  }
}

@media (min-width: 1500px) {
  .col-xxl-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .col-xxl-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .col-xxl-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 16px;
  font-size: 1rem;
}

h1 {
  margin: 0 0 9px;
}

h2 {
  margin: 0 0 20px;
}

h3,
.h3-style {
  position: relative;
  margin: 0 0 18px;
  padding-top: 27px;
}

h3:before,
.h3-style:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 4px;
  display: block;
}

h4 {
  margin: 0 0 17px;
}

h5 {
  margin: 0 0 21px;
}

h6 {
  margin: 0 0 14px;
}

h1, h2, h3, h4, h5, h6,
.h1-style, .h2-style, .h3-style, .h4-style, .h5-style, .h6-style {
  text-transform: uppercase;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 47px;
}

p {
  margin: 0 0 25px;
}

p:last-child {
  margin-bottom: 0;
}

dfn,
em,
i {
  font-style: italic;
}

cite {
  font-style: normal;
}

address {
  margin: 0 0 1.4em;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  overflow: auto;
  max-width: 100%;
  margin: 0 0 1.5em;
  padding: 1.5em;
  background: #eee;
  border: 1px solid #d4d4d4;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 16px;
  font-size: 1rem;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

code {
  padding: 0 5px;
}

abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted #666;
}

mark,
ins {
  font-style: italic;
  text-decoration: none;
  border-bottom: 1px solid;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #ededed;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: top;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

#tm_builder_outer_content blockquote,
blockquote {
  position: relative;
  min-height: 80px;
  margin: 0 0 56px;
  text-transform: uppercase;
  word-break: normal;
}

#tm_builder_outer_content blockquote:before,
blockquote:before {
  content: "\201c";
  width: 70px;
  display: block;
  margin-bottom: 15px;
  text-align: center;
  font-family: "Times New Roman";
  font-size: 93px;
  line-height: 1;
  font-weight: 700;
}

p + #tm_builder_outer_content blockquote, p +
blockquote {
  margin-top: 54px;
}

#tm_builder_outer_content blockquote cite,
blockquote cite {
  display: block;
  margin-top: 7px;
}

#tm_builder_outer_content blockquote cite:before,
blockquote cite:before {
  content: "— ";
}

@media (min-width: 544px) {
  #tm_builder_outer_content blockquote,
  blockquote {
    padding-left: 99px;
  }
  #tm_builder_outer_content blockquote:before,
  blockquote:before {
    position: absolute;
    top: 7px;
    bottom: 3px;
    left: 0;
    margin-bottom: 0;
  }
  .posts-list--default #tm_builder_outer_content blockquote.post-format-quote, .posts-list--default
  blockquote.post-format-quote {
    padding-right: 17%;
  }
}

hr {
  background-color: #e8e8e8;
  border: 0;
  height: 1px;
  margin: 40px 0 50px;
  clear: both;
}

@media (min-width: 992px) {
  hr {
    margin: 60px 0 70px;
  }
}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 0;
  padding-left: 0;
}

ul:last-child, ol:last-child {
  margin-bottom: 0;
}

.entry-content ul:not([class]) {
  list-style: none;
}

.entry-content ul:not([class]) li > ul li,
.entry-content ul:not([class]) li > ol li {
  margin-top: 5px;
}

.entry-content ul:not([class]) > li:before {
  content: "•";
  margin-right: 8px;
}

.entry-content ol {
  list-style: none;
  counter-reset: li;
}

.entry-content ol li > ul li,
.entry-content ol li > ol li {
  margin-top: 5px;
}

.entry-content ol > li:before {
  content: counter(li, decimal-leading-zero) ".";
  counter-increment: li;
  margin-right: 6px;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.1em;
}

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

/* List (no marker) */
.entry-content ul.list {
  list-style: none;
  margin-left: 0;
}

.entry-content ul.list li + li,
.entry-content ul.list li > ul li,
.entry-content ul.list li > ol li {
  margin-top: 15px;
}

.entry-content ul.list li > ul {
  margin-left: 3em;
}

.entry-content ul.list li > ol,
.entry-content ul.list li > .list {
  margin-left: 1.5em;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
}

.entry-content table {
  margin: 0 0 1.5em;
  max-width: 100%;
  border: 1px solid #e8e8e8;
}

.entry-content table th,
.entry-content table td {
  padding: 5px;
  vertical-align: top;
  border: 1px solid #e8e8e8;
}

.entry-content table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #e8e8e8;
}

.entry-content table tbody + tbody {
  border-top: 1px solid #e8e8e8;
}

/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
.tm-wc-ajax-filters-loader,
.tm-wc-compare-wishlist-loader,
.tm-quick-view-loader {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.tm-wc-ajax-filters-loader .page-preloader.no-image,
.tm-wc-ajax-filters-loader .tm-quick-view-loader__spinner,
.tm-wc-compare-wishlist-loader .page-preloader.no-image,
.tm-wc-compare-wishlist-loader .tm-quick-view-loader__spinner,
.tm-quick-view-loader .page-preloader.no-image,
.tm-quick-view-loader .tm-quick-view-loader__spinner {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -16.5px 0 0 -16.5px;
  border-radius: 50%;
  border: 3px solid transparent;
  -webkit-animation: tm_spin 1s linear infinite;
          animation: tm_spin 1s linear infinite;
  z-index: 11;
}

.page-preloader-cover {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.page-preloader-cover .page-preloader-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 30px;
  left: 0;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  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-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.page-preloader-cover .page-preloader-image img {
  width: 100%;
  display: block;
}

.page-preloader-cover .page-preloader {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  z-index: 11;
  -webkit-animation: none;
          animation: none;
}

.page-preloader-cover .page-preloader:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid transparent;
  -webkit-animation: tm_spin 1s linear infinite;
          animation: tm_spin 1s linear infinite;
}

.page-preloader-cover .page-preloader.no-image:before {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -16.5px 0 0 -16.5px;
  border-radius: 50%;
  border: 3px solid transparent;
  -webkit-animation: tm_spin 1s linear infinite;
          animation: tm_spin 1s linear infinite;
  z-index: 11;
}

@-webkit-keyframes tm_spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes tm_spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes tm_spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes tm_spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/*--------------------------------------------------------------
## ToTop button
--------------------------------------------------------------*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: -999em;
  overflow: hidden;
  width: 58px;
  height: 58px;
  z-index: 999;
  text-align: center;
  border-radius: 58%;
}

#toTop:before {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  line-height: 58px;
  font-size: 24px;
  content: "\e941";
}

#toTop:focus {
  outline: 0;
}

@media (min-width: 768px) {
  #toTop {
    right: 20px;
    bottom: 80px;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 15px 28px 15px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid;
  box-shadow: none;
  transition: .3s;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  border-radius: 0;
}

.btn, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-reset.button {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 15px 28px 15px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid;
  box-shadow: none;
  transition: .3s;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  border-radius: 0;
}

.btn:hover, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-reset.button:hover {
  text-decoration: none;
}

.btn:active, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-reset.button:active {
  outline: 0;
  box-shadow: none;
}

.btn-fullwidth {
  width: 100%;
}

.btn.btn-default, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .btn-default.tm-wc-ajax-filters-reset.button {
  background-color: transparent;
  border-color: #e0e0e2;
}

.link {
  display: inline-block;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 600;
}

.link i {
  font-size: 14px;
  line-height: 18px;
  margin-left: 5px;
}

.link .link__text {
  display: inline-block;
  border-bottom: 1px solid;
  transition: border .2s ease;
}

.link .link__text:hover {
  border-bottom: 1px solid transparent;
}

/*--------------------------------------------------------------
## Fields
--------------------------------------------------------------*/
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: 9px 20px;
  border: 1px solid #f6f6f6;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: #f6f6f6;
  font-size: 14px;
  line-height: 1.8em;
  transition: .3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-shadow: none;
}

input[type="text"].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap > input[type="text"],
input[type="email"].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type="email"],
input[type="url"].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type="url"],
input[type="password"].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type="password"],
input[type="search"].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type="search"],
input[type="number"].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type="number"],
input[type="tel"].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type="tel"],
input[type="range"].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type="range"],
input[type="date"].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type="date"],
input[type="month"].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type="month"],
input[type="week"].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type="week"],
input[type="time"].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type="time"],
input[type="datetime"].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type="datetime"],
input[type="datetime-local"].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type="datetime-local"],
input[type="color"].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type="color"],
select.comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
select,
textarea.comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
textarea {
  padding-left: 20px;
}

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 {
  outline: 0;
  border: 1px solid #f6f6f6;
  background-color: transparent;
}

.invert input[type="text"]:focus,
.tm_pb_with_background input[type="text"]:focus, .invert
input[type="email"]:focus,
.tm_pb_with_background
input[type="email"]:focus, .invert
input[type="url"]:focus,
.tm_pb_with_background
input[type="url"]:focus, .invert
input[type="password"]:focus,
.tm_pb_with_background
input[type="password"]:focus, .invert
input[type="search"]:focus,
.tm_pb_with_background
input[type="search"]:focus, .invert
input[type="number"]:focus,
.tm_pb_with_background
input[type="number"]:focus, .invert
input[type="tel"]:focus,
.tm_pb_with_background
input[type="tel"]:focus, .invert
input[type="range"]:focus,
.tm_pb_with_background
input[type="range"]:focus, .invert
input[type="date"]:focus,
.tm_pb_with_background
input[type="date"]:focus, .invert
input[type="month"]:focus,
.tm_pb_with_background
input[type="month"]:focus, .invert
input[type="week"]:focus,
.tm_pb_with_background
input[type="week"]:focus, .invert
input[type="time"]:focus,
.tm_pb_with_background
input[type="time"]:focus, .invert
input[type="datetime"]:focus,
.tm_pb_with_background
input[type="datetime"]:focus, .invert
input[type="datetime-local"]:focus,
.tm_pb_with_background
input[type="datetime-local"]:focus, .invert
input[type="color"]:focus,
.tm_pb_with_background
input[type="color"]:focus, .invert
select:focus,
.tm_pb_with_background
select:focus, .invert
textarea:focus,
.tm_pb_with_background
textarea:focus {
  background-color: #f6f6f6;
}

button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
  outline: 0;
}

select {
  border: 1px solid #f6f6f6;
  background-image: url(assets/images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 20px;
}

textarea {
  width: 100%;
  height: 155px;
  min-height: 155px;
  max-height: 205px;
  resize: vertical;
  overflow: auto;
}

::-moz-placeholder {
  opacity: 1;
}

:-moz-placeholder {
  opacity: 1;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + label:before {
  background: #222222;
}

input[type="radio"] + label {
  position: relative;
  display: block !important;
  text-transform: none;
}

input[type="radio"] + label:before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 7px solid #f6f6f6;
  background: #f6f6f6;
}

/*--------------------------------------------------------------
## Search-form
--------------------------------------------------------------*/
.search-form {
  margin: -5px;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.site-header.default .header-container .search-form {
  max-width: 720px;
  margin: 0 auto;
}

.site-header.default .header-container .search-form .search-form__input-wrap {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.site-header.default .header-container .search-form .search-form__input-wrap input.search-form__field {
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
}

.site-header.default .header-container .search-form .search-form__submit {
  font-size: 14px;
  line-height: 1.4;
  padding: 12px 28px;
  text-transform: uppercase;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 0 0 10px;
}

.site-header .header-container.invert .search-form .search-form__input-wrap input.search-form__field {
  background-color: transparent;
}

.style-2 .search-form,
.style-3 .search-form,
.style-4 .search-form,
.mobile-panel .search-form {
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 10px;
  right: 55px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-out;
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
}

.site-header.search-active .search-form {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.site-header .mobile-panel .search-form {
  left: 55px;
  right: 75px;
}

.search-form__toggle {
  font-size: 22px;
  cursor: pointer;
  transition: all .3s ease-out;
  position: relative;
  top: 3px;
  display: inline-block;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-form__toggle:before {
  content: "\e922";
}

.site-header.search-active .search-form__toggle {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.search-form__close {
  font-size: 19px;
  cursor: pointer;
  transition: all .1s ease-out;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
  padding: 5px 0;
  opacity: 0;
  margin-left: 25px;
}

.search-form__close:before {
  content: "\e92a";
}

.search-form__close:after {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  height: 100%;
  width: 1px;
  background: #e8e8e8;
}

.invert .search-form__close:after {
  background: rgba(232, 232, 232, 0.2);
}

.site-header.search-active .search-form__close {
  transition: all .5s ease-out;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}

.site-header.style-4 .search-form__close,
.site-header.style-3 .search-form__close,
.site-header.style-2 .search-form__close {
  right: 15px;
}

.site-header .mobile-panel .search-form__close {
  right: 20px;
}

.search-form__input-wrap {
  position: relative;
  margin: 5px;
  -webkit-flex: 5 1 auto;
      -ms-flex: 5 1 auto;
          flex: 5 1 auto;
}

@media (min-width: 1600px) {
  .search-form__input-wrap {
    -webkit-flex: 5 1 185px;
        -ms-flex: 5 1 185px;
            flex: 5 1 185px;
    min-width: 185px;
  }
}

.mobile-panel .search-form__input-wrap {
  -webkit-flex: 5 1 125px;
      -ms-flex: 5 1 125px;
          flex: 5 1 125px;
  min-width: 125px;
}

.default .search-form__input-wrap {
  margin: 0;
}

.footer-area .search-form__input-wrap,
.footer-area--fullwidth .search-form__input-wrap {
  margin: 5px;
}

.style-4 .search-form__input-wrap,
.style-3 .search-form__input-wrap,
.style-2 .search-form__input-wrap,
.mobile-panel .search-form__input-wrap {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
}

.style-4 .search-form__input-wrap .search-form__field,
.style-3 .search-form__input-wrap .search-form__field,
.style-2 .search-form__input-wrap .search-form__field,
.mobile-panel .search-form__input-wrap .search-form__field {
  width: 100%;
  box-sizing: border-box;
}

.style-4 .search-form__input-wrap .search-form__field:focus,
.style-3 .search-form__input-wrap .search-form__field:focus,
.style-2 .search-form__input-wrap .search-form__field:focus,
.mobile-panel .search-form__input-wrap .search-form__field:focus {
  background: #f6f6f6;
}

.search-form__input-wrap i {
  pointer-events: none;
  font-size: 18px;
  left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar .search-form__input-wrap i {
    left: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .tm_pb_column_1_3 .search-form__input-wrap i {
    left: 15px;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .search-form__input-wrap i,
  .tm_pb_column_1_4 .search-form__input-wrap i {
    left: 15px;
  }
}

@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .search-form__input-wrap i {
    left: 15px;
  }
}

@media (max-width: 767px) {
  .style-4 .search-form__input-wrap i,
  .style-3 .search-form__input-wrap i,
  .style-2 .search-form__input-wrap i,
  .mobile-panel .search-form__input-wrap i {
    display: none;
  }
}

@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .search-form__input-wrap {
    -webkit-flex: 5 1 150px;
        -ms-flex: 5 1 150px;
            flex: 5 1 150px;
    min-width: 150px;
  }
}

.search-form__field[type="search"] {
  padding-left: 20px;
  width: 100%;
  max-width: 100%;
  min-width: 50px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .search-form__field[type="search"] {
    padding-left: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar .search-form__field[type="search"] {
    padding-left: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .tm_pb_column_1_3 .search-form__field[type="search"] {
    padding-left: 50px;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .search-form__field[type="search"],
  .tm_pb_column_1_4 .search-form__field[type="search"] {
    padding-left: 50px;
  }
}

@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .search-form__field[type="search"] {
    padding-left: 50px;
    padding-right: 10px;
  }
}

.mobile-panel .search-form__field[type="search"] {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .mobile-panel .search-form__field[type="search"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.site-header .search-form__field[type="search"] {
  background: #ffffff;
  border: 1px solid #e8e8e8;
}

.site-header .search-form__field[type="search"]:focus {
  background: none;
}

.search-form__submit {
  margin: 0 0 0 5px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 543px) {
  .search-form__submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sidebar .search-form__submit {
  margin: 5px;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar .search-form__submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .search-form__submit,
  .tm_pb_column_1_3 .search-form__submit,
  .tm_pb_column_1_4 .search-form__submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .search-form__submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sidebar .search-form__submit,
.footer-area:not(.footer-area--fullwidth) .search-form__submit,
.tm_pb_column_1_3 .search-form__submit,
.tm_pb_column_1_4 .search-form__submit {
  margin: 5px;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.mobile-panel .search-form__submit {
  background: none;
  border: none;
  font-size: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  padding: 13px 10px;
  text-align: center;
  width: 50px;
}

.mobile-panel .search-form__submit:hover {
  background: none;
}

.mobile-panel .search-form__submit:active {
  box-shadow: none;
}

.mobile-panel .search-form__submit:before {
  content: "\e922";
  font-size: 19px;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
## Comment-form
--------------------------------------------------------------*/
.comment-respond {
  position: relative;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  padding: 63px 0.9375rem 60px;
  overflow: hidden;
  z-index: 1;
  border-top: 1px solid #e8e8e8;
}

body:not(.position-fullwidth) .comment-respond:after {
  display: none;
}

.comment-respond:before {
  content: "";
  position: absolute;
  top: 0;
  right: -5000px;
  bottom: 0;
  left: -5000px;
  display: block;
  z-index: -1;
}

.comment-list + .comment-respond,
.comment-list .comment-respond {
  border-top: 1px solid transparent;
}

.comment-list + .comment-respond:after,
.comment-list .comment-respond:after {
  display: none;
}

.comment-list .comment-respond {
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1200px) {
  .comment-respond {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    overflow: visible;
  }
  .comment-respond:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -5000px;
    left: -5000px;
    height: 1px;
    display: block;
    z-index: -2;
    background: #e8e8e8;
  }
}

.comment-reply-title {
  margin-bottom: 18px;
}

.comment-reply-title #cancel-comment-reply-link {
  float: right;
  margin: 1px 0 9px 10px;
  border-bottom: 1px solid;
}

.comment-reply-title #cancel-comment-reply-link:hover {
  border-bottom-color: transparent;
}

.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
  position: relative;
  margin: 0 0 18px 0;
}

.comment-form .form-submit {
  margin: 30px 0 0 0;
}

.comment-form__field {
  width: 100%;
  vertical-align: top;
}

.comment-form .logged-in-as,
.comment-form .comment-notes {
  margin: 0 0 15px;
}

.comment-form .required {
  font-size: 22px;
  font-size: 1.375rem;
}

.woocommerce #review_form #respond p {
  margin: 0;
}

/*--------------------------------------------------------------
## Password-form
--------------------------------------------------------------*/
.post-password-form {
  text-align: center;
}

@media (min-width: 768px) {
  .post-password-form {
    text-align: left;
  }
}

.post-password-form label {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0;
}

.post-password-form label + input[type="submit"] {
  margin: 5px 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  transition: .3s;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

.edit-link {
  display: block;
  background: #e8e8e8;
  padding: 0 15px;
}

/*--------------------------------------------------------------
## Top Menu
--------------------------------------------------------------*/
.top-panel__menu-list {
  text-align: left;
  margin: 0;
}

@media (min-width: 992px) {
  .top-panel__menu-list {
    text-align: center;
    margin: 0;
  }
}

.top-panel__menu-list .menu-item, .top-panel__menu-list .page_item {
  margin: .25em 7px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  list-style-type: none;
  display: inline-block;
}

.dropdown .top-panel__menu-list .menu-item, .dropdown .top-panel__menu-list .page_item {
  margin: 5px 0;
  display: block;
}

.top-panel__menu-list .menu-item.menu-compare .compare-count, .top-panel__menu-list .page_item.menu-compare .compare-count {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 620px;
  text-align: center;
  background: transparent;
}

.top-panel__menu-list .menu-item.checkout-icon, .top-panel__menu-list .menu-item.wishlist-icon, .top-panel__menu-list .menu-item.compare-icon, .top-panel__menu-list .menu-item.my-account-icon, .top-panel__menu-list .page_item.checkout-icon, .top-panel__menu-list .page_item.wishlist-icon, .top-panel__menu-list .page_item.compare-icon, .top-panel__menu-list .page_item.my-account-icon {
  position: relative;
}

.top-panel__menu-list .menu-item.checkout-icon a, .top-panel__menu-list .menu-item.wishlist-icon a, .top-panel__menu-list .menu-item.compare-icon a, .top-panel__menu-list .menu-item.my-account-icon a, .top-panel__menu-list .page_item.checkout-icon a, .top-panel__menu-list .page_item.wishlist-icon a, .top-panel__menu-list .page_item.compare-icon a, .top-panel__menu-list .page_item.my-account-icon a {
  padding-left: 30px;
  position: relative;
  z-index: 2;
}

.top-panel__menu-list .menu-item.checkout-icon:before, .top-panel__menu-list .menu-item.wishlist-icon:before, .top-panel__menu-list .menu-item.compare-icon:before, .top-panel__menu-list .menu-item.my-account-icon:before, .top-panel__menu-list .page_item.checkout-icon:before, .top-panel__menu-list .page_item.wishlist-icon:before, .top-panel__menu-list .page_item.compare-icon:before, .top-panel__menu-list .page_item.my-account-icon:before {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
  z-index: 1;
}

.top-panel__menu-list .menu-item.checkout-icon:before, .top-panel__menu-list .page_item.checkout-icon:before {
  content: "\e6c9";
}

.top-panel__menu-list .menu-item.wishlist-icon:before, .top-panel__menu-list .page_item.wishlist-icon:before {
  content: "\e68c";
}

.top-panel__menu-list .menu-item.compare-icon:before, .top-panel__menu-list .page_item.compare-icon:before {
  content: "\e839";
}

.top-panel__menu-list .menu-item.my-account-icon:before, .top-panel__menu-list .page_item.my-account-icon:before {
  content: "\e8fa";
}

/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/
/* Basic */
.header-main-menu {
  border-top: 1px solid #e8e8e8;
}

.main-navigation {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .main-navigation {
    width: auto;
  }
}

.main-navigation ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.main-navigation .menu {
  display: none;
}

.main-navigation li {
  position: relative;
  text-align: left;
}

.main-navigation a {
  position: relative;
  display: block;
  text-decoration: none;
}

@media (max-width: 767px) {
  .main-navigation ul ul a {
    padding-left: 2rem;
  }
  .main-navigation ul ul ul a {
    padding-left: 3rem;
  }
  .main-navigation ul ul ul ul a {
    padding-left: 4rem;
  }
  .main-navigation ul ul ul ul ul a {
    padding-left: 5rem;
  }
  .main-navigation ul ul ul ul ul ul a {
    padding-left: 6rem;
  }
  .main-navigation.toggled .menu {
    display: block;
  }
}

@media (min-width: 768px) {
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li:hover > ul, .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li.menu-hover > ul {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li:hover > ul, .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li.menu-hover > ul {
    left: calc(100% + 1px);
  }
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li:hover > ul.left-side, .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li.menu-hover > ul.left-side {
    left: auto;
    right: calc(100% + 1px);
  }
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li > ul {
    top: -26px;
  }
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li > ul.in-transition {
    left: calc(100% + 1px);
  }
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li > ul.left-side.in-transition {
    left: auto;
    right: calc(100% + 1px);
  }
  .home_page__vertical_menu .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li .sub-menu {
    left: calc(100% + 1px);
    top: -36px;
  }
  .home_page__vertical_menu .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li .sub-menu ul {
    top: -26px;
  }
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li[hidden] {
    display: none;
  }
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li:hover > ul, .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li.menu-hover > ul {
    left: -40px;
  }
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li:hover > ul.left-side, .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li.menu-hover > ul.left-side {
    left: auto;
    right: -10px;
  }
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li ul {
    width: 200px;
  }
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li > ul {
    top: 100%;
  }
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li > ul.in-transition {
    left: -40px;
  }
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li > ul.in-transition.left-side {
    left: auto;
    right: -10px;
  }
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) .sub-menu {
    position: absolute;
    z-index: 999;
    left: -999em;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    transition-duration: 200ms;
    transition-timing-function: linear;
    transition-property: all;
  }
  .main-navigation:not(.vertical-menu) .menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: static;
  }
  .main-navigation:not(.vertical-menu) .menu > li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main-navigation:not(.vertical-menu) .menu .sub-menu {
    margin: 0;
  }
  .main-navigation:not(.vertical-menu) .menu > li {
    position: relative;
  }
  .main-navigation:not(.vertical-menu) .menu > li[data-sub-type="megamenu"] {
    position: static;
  }
  .main-navigation:not(.vertical-menu) .menu > li[hidden] {
    display: none;
  }
  .main-navigation:not(.vertical-menu) .menu.isStuck {
    margin-top: 15px;
  }
  .main-navigation:not(.vertical-menu) .menu.isStuck > li > .sub-menu {
    margin-top: 15px;
  }
  .main-navigation:not(.vertical-menu) .menu > li > .sub-menu {
    margin-top: 19px;
  }
  .main-navigation:not(.vertical-menu) .menu > li > .sub-menu:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 100%;
    bottom: 100%;
    left: 0;
  }
}

/* Skin */
@media (max-width: 767px) {
  .main-navigation.mobile-menu {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 997;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    padding-top: 60px;
    margin: 0;
    width: 100%;
    height: 100vh;
  }
  .admin-bar .main-navigation.mobile-menu {
    padding-top: 105px;
  }
  .main-navigation.mobile-menu > .menu {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .main-navigation.mobile-menu.animate {
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
  }
  .main-navigation.mobile-menu.show {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    background: #222222;
  }
  .main-navigation.mobile-menu > .menu {
    display: block;
    background: #222222;
  }
  .main-navigation.mobile-menu > .menu > li:first-child {
    margin-top: 20px;
  }
}

.main-navigation a {
  padding: 8px 22px;
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .main-navigation .menu {
    margin-left: -18px;
    margin-right: -18px;
  }
}

@media (min-width: 768px) {
  .main-navigation .menu > li {
    margin-right: 10px;
    margin-left: 18px;
  }
}

@media (min-width: 768px) {
  .main-navigation .menu > li > a {
    font-size: 12.8px;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 5px 0;
  }
}

@media (max-width: 767px) {
  .main-navigation .menu > li.menu-item-has-children a {
    padding-right: 65px;
  }
}

@media (min-width: 768px) {
  .main-navigation .menu > li.menu-item-has-children > a {
    padding-right: 15px;
  }
  .main-navigation .menu > li.menu-item-has-children > a::after {
    /* Marker (level 1) */
    content: "\e93a";
    right: 0;
    top: 11px;
  }
  .home_page__vertical_menu .main-navigation .menu > li.menu-item-has-children > a::after {
    right: 19px;
    top: 22px;
    font-family: 'Linearicon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Enable Ligatures */
    -webkit-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e93c";
    font-size: 1em;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .home_page__vertical_menu .main-navigation .menu > li.menu-item-has-children > a::after {
    right: 39px;
  }
}

@media (min-width: 768px) {
  .main-navigation .sub-menu {
    padding: 26px 0;
  }
}

@media (min-width: 768px) {
  .main-navigation .sub-menu li.menu-item-has-children > a:after {
    /* Marker (level 2, 3, ..., N) */
    content: "\e93c";
    right: 10px;
    top: 13px;
  }
}

.main-navigation .sub-menu a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: capitalize;
}

.main-navigation a::after {
  /* Marker style */
  cursor: pointer;
  position: absolute;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: 0.625rem;
}

/* Menu items description */
.menu-item__desc {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .menu > li > a > .menu-item__desc {
    text-align: center;
  }
}

/* Mobile style */
.admin-bar .mobile-menu {
  top: 46px;
}

@media (max-width: 767px) {
  .mobile-menu .sub-menu-toggle {
    display: block;
  }
  .mobile-menu .menu-item-has-children > .sub-menu {
    display: none;
  }
  .mobile-menu .sub-menu-open > .sub-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  html.mobile-menu-active,
  html.mobile-menu-active body {
    overflow: hidden;
  }
}

.sub-menu-toggle {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 995;
  border: 0;
  padding: 5px 22px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sub-menu-toggle:before {
  content: "\e93a";
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
}

.sub-menu-toggle.active:before {
  content: "\e939";
}

.home_page__vertical_menu .header-main-menu {
  border: none;
}

.home_page__vertical_menu .container {
  padding: 0;
}

.home_page__vertical_menu .main-navigation {
  display: block;
  padding: 16px 0 14px;
  margin-bottom: 30px;
}

.home_page__vertical_menu .main-navigation > .menu {
  display: block !important;
  margin: 0;
}

.home_page__vertical_menu .main-navigation > .menu > li.menu-item {
  position: relative;
  display: block;
  margin: 0;
}

.home_page__vertical_menu .main-navigation > .menu > li.menu-item a {
  transition: all .3s ease;
}

.home_page__vertical_menu .main-navigation > .menu > li.menu-item:first-child:after {
  display: none;
}

.home_page__vertical_menu .main-navigation > .menu > li.menu-item:after {
  position: absolute;
  display: block;
  right: 20px;
  left: 20px;
  top: -1px;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.2);
}

@media (min-width: 1200px) {
  .home_page__vertical_menu .main-navigation > .menu > li.menu-item:after {
    right: 40px;
    left: 40px;
  }
}

.home_page__vertical_menu .main-navigation > .menu > li.menu-item.tm-mega-menu-has-children > a .mega-menu-arrow {
  top: 0;
}

.home_page__vertical_menu .main-navigation > .menu > li.menu-item.tm-mega-menu-has-children > a .mega-menu-arrow:before {
  position: absolute;
  display: block;
  right: 19px;
  top: 22px;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e93c";
}

@media (min-width: 1200px) {
  .home_page__vertical_menu .main-navigation > .menu > li.menu-item.tm-mega-menu-has-children > a .mega-menu-arrow:before {
    right: 39px;
  }
}

.position-one-right-sidebar .home_page__vertical_menu .main-navigation > .menu > li.menu-item.tm-mega-menu-has-children > a .mega-menu-arrow:before {
  content: "\e93b";
  right: auto;
  left: 19px;
}

@media (min-width: 1200px) {
  .position-one-right-sidebar .home_page__vertical_menu .main-navigation > .menu > li.menu-item.tm-mega-menu-has-children > a .mega-menu-arrow:before {
    left: 39px;
  }
}

.home_page__vertical_menu .main-navigation > .menu > li.menu-item > a {
  padding: 18px 20px 19px;
  color: #ffffff;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .home_page__vertical_menu .main-navigation > .menu > li.menu-item > a {
    padding: 18px 40px 19px;
  }
}

.position-one-right-sidebar .home_page__vertical_menu .main-navigation > .menu > li.menu-item > a {
  padding-left: 50px;
}

@media (min-width: 1200px) {
  .position-one-right-sidebar .home_page__vertical_menu .main-navigation > .menu > li.menu-item > a {
    padding-left: 80px;
  }
}

.home_page__vertical_menu .main-navigation > .menu > li.menu-item > a i.mega-menu-arrow {
  display: block;
}

.home_page__vertical_menu .main-navigation > .menu > li.menu-item.tm-mega-menu-hover ul.tm-mega-menu-sub {
  visibility: visible !important;
}

.home_page__vertical_menu .main-navigation > .menu > li.menu-item > ul.tm-mega-menu-sub {
  left: calc(100% + 1px) !important;
  top: -35px !important;
}

.home_page__vertical_menu .main-navigation > .menu > li.menu-item ul.tm-mega-menu-sub {
  visibility: hidden !important;
}

.position-one-right-sidebar .home_page__vertical_menu .main-navigation > .menu > li.menu-item ul.tm-mega-menu-sub {
  left: auto !important;
  right: calc(100% + 1px) !important;
}

#vertical_menu:not(.home_page__vertical_menu) .tm-mega-menu .tm-mega-menu-top-item[data-sub-type="megamenu"] {
  position: static !important;
}

#vertical_menu:not(.home_page__vertical_menu) nav.main-navigation > .tm-mega-menu.isStuck .tm-mega-menu-sub.mega-sub {
  margin-top: 0;
}

@media (min-width: 768px) {
  .tm-mega-menu-sub .tm-mega-menu-sub-item > a {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .tm-mega-menu .tm-mega-menu-top-item {
    overflow: hidden !important;
  }
}

.jet-menu-item-wrapper .jet-menu-title {
  text-transform: uppercase;
}

/*--------------------------------------------------------------
## Footer Menu
--------------------------------------------------------------*/
.footer-menu__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -18px;
  padding-left: 0;
  list-style: none;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .footer-menu__items {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site-footer.centered .footer-menu__items {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-menu__items .menu-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 14.4px;
  font-size: 0.9rem;
  letter-spacing: .72px;
  font-weight: 400;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 992px) {
  .footer-menu__items .menu-item {
    padding: .5em 1em;
  }
}

.footer-menu__items .menu-item a {
  text-decoration: none;
}

/*--------------------------------------------------------------
## Paginations
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation {
  overflow: hidden;
  border-top: 1px solid #e8e8e8;
}

.comment-navigation,
.posts-navigation,
.post-navigation {
  padding-top: 62px;
  margin-bottom: 62px;
}

.comment-navigation .nav-links:before,
.posts-navigation .nav-links:before,
.post-navigation .nav-links:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.comment-navigation .nav-links:after,
.posts-navigation .nav-links:after,
.post-navigation .nav-links:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  line-height: 1;
  width: 100%;
}

@media (min-width: 544px) {
  .comment-navigation .nav-previous,
  .comment-navigation .nav-next,
  .posts-navigation .nav-previous,
  .posts-navigation .nav-next,
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 40%;
  }
}

.comment-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-previous > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-previous > a,
.post-navigation .nav-next > a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  padding-right: 10px;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a {
  padding-left: 35px;
}

@media (min-width: 992px) {
  .comment-navigation .nav-previous > a,
  .posts-navigation .nav-previous > a,
  .post-navigation .nav-previous > a {
    padding-left: 55px;
  }
}

.comment-navigation .nav-previous > a:before,
.posts-navigation .nav-previous > a:before,
.post-navigation .nav-previous > a:before {
  content: "\e93b";
  position: absolute;
  top: 50%;
  left: -13px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: top;
  font-size: 48px;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  padding-left: 10px;
  margin-top: 25px;
}

@media (min-width: 544px) {
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    margin-top: 0;
  }
}

.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  padding-right: 35px;
}

@media (min-width: 992px) {
  .comment-navigation .nav-next > a,
  .posts-navigation .nav-next > a,
  .post-navigation .nav-next > a {
    padding-right: 55px;
  }
}

.comment-navigation .nav-next > a:after,
.posts-navigation .nav-next > a:after,
.post-navigation .nav-next > a:after {
  content: "\e93c";
  position: absolute;
  top: 50%;
  right: -13px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: top;
  font-size: 48px;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*Post pagination*/
.pagination {
  padding: 40px 40px calc(40px - 7px);
  margin-bottom: 60px;
}

.posts-list:not(.posts-list--default) + .pagination {
  text-align: center;
}

.woocommerce-pagination {
  padding: 70px 0 5px;
  border-top: 1px solid #e8e8e8;
}

.site-content .page-numbers,
#tm_builder_outer_content .pagination .page-numbers {
  line-height: 45px;
  display: inline-block;
  min-width: 45px;
  height: 45px;
  margin: 0 2px 5px 0;
  text-align: center;
  text-decoration: none;
  border: 1px solid;
  text-transform: uppercase;
  font-size: 13.6px;
  font-size: 0.85rem;
  border-radius: 0;
}

.site-content .page-numbers.next, .site-content .page-numbers.prev,
#tm_builder_outer_content .pagination .page-numbers.next,
#tm_builder_outer_content .pagination .page-numbers.prev {
  position: relative;
  min-width: 30px;
  border: none;
  background: none;
  line-height: 27px;
}

.site-content .page-numbers.next i, .site-content .page-numbers.prev i,
#tm_builder_outer_content .pagination .page-numbers.next i,
#tm_builder_outer_content .pagination .page-numbers.prev i {
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  line-height: 45px;
}

.site-content .page-numbers.prev,
#tm_builder_outer_content .pagination .page-numbers.prev {
  padding: 10px 30px 10px 45px;
  margin-right: 10px;
}

.site-content .page-numbers.prev i,
#tm_builder_outer_content .pagination .page-numbers.prev i {
  left: 27px;
}

.site-content .page-numbers.next,
#tm_builder_outer_content .pagination .page-numbers.next {
  padding: 10px 45px 10px 30px;
  margin-left: 8px;
}

.site-content .page-numbers.next i,
#tm_builder_outer_content .pagination .page-numbers.next i {
  right: 27px;
}

@media (max-width: 767px) {
  .site-content .page-numbers,
  #tm_builder_outer_content .pagination .page-numbers {
    text-align: center;
  }
  .site-content .page-numbers.next, .site-content .page-numbers.prev,
  #tm_builder_outer_content .pagination .page-numbers.next,
  #tm_builder_outer_content .pagination .page-numbers.prev {
    display: block;
  }
  .site-content .page-numbers.prev,
  #tm_builder_outer_content .pagination .page-numbers.prev {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .site-content .page-numbers.next,
  #tm_builder_outer_content .pagination .page-numbers.next {
    margin-top: 15px;
    margin-left: 0;
  }
}

.site-content .page-links a,
.site-content .page-numbers,
#tm_builder_outer_content .pagination .page-numbers {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}

/*Page links*/
.site-content .page-links {
  clear: both;
  margin: 0 0 1em;
}

.site-content .page-links__title {
  margin-right: 5px;
}

.site-content .page-links a,
.site-content .page-links > .page-links__item {
  line-height: 50px;
  display: inline-block;
  min-width: 50px;
  height: 50px;
  margin: 0 2px 5px 0;
  text-align: center;
  text-decoration: none;
  border: 1px solid #e8e8e8;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 0;
}

.site-content .page-links a {
  text-decoration: none;
}

.site-content .page-links a:hover,
.site-content .page-links > .page-links__item {
  background-color: transparent;
  border-color: #e8e8e8;
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  position: relative;
  padding: 0 15px;
}

.breadcrumbs .row {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs__title {
  margin-top: 2px;
  margin-bottom: 2px;
}

.breadcrumbs__title h5.page-title {
  padding: 0;
}

.breadcrumbs__title h5.page-title:before {
  display: none;
}

.breadcrumbs__title:empty {
  display: none;
}

.breadcrumbs__title, .breadcrumbs__items {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.breadcrumbs__title .page-title {
  margin: 0;
}

.breadcrumbs__browse {
  margin-right: .6em;
}

.breadcrumbs__wrap {
  margin: 1px 0 2px 0;
}

.breadcrumbs__item {
  display: inline-block;
}

.breadcrumbs__item-sep {
  margin: 0 .5em;
}

.breadcrumbs__item-link {
  text-decoration: none;
}

/*--------------------------------------------------------------
## Social List
--------------------------------------------------------------*/
.social-list .social-list__items {
  margin-left: -11px;
  margin-right: -11px;
}

.site-header .social-list .social-list__items,
.site-footer:not(.centered) .social-list .social-list__items {
  margin-left: -7px;
  margin-right: -7px;
}

@media (min-width: 768px) {
  .site-header .social-list .social-list__items {
    margin-left: -7px;
    margin-right: -7px;
  }
}

.social-list .menu-item {
  margin: 0;
  padding-left: 11px;
  padding-right: 11px;
}

.site-footer:not(.centered) .social-list .menu-item {
  padding-left: 10px;
  padding-right: 10px;
}

.site-header .social-list .menu-item {
  padding-left: 2px;
  padding-right: 2px;
}

.site-footer.centered .social-list .menu-item {
  padding: 0;
  margin: 0;
}

.social-list .menu-item::before {
  display: none;
}

.social-list .menu-item > a {
  display: block;
  text-decoration: none;
  text-align: center;
}

.site-header .social-list .menu-item > a {
  width: 34px;
  height: 34px;
  border-radius: 620px;
  color: #ffffff;
}

.site-footer.centered .social-list .menu-item > a {
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #414141;
}

.social-list .menu-item > a:hover {
  text-decoration: none;
}

.social-list .menu-item > a[href*="codepen.io"]::before {
  content: "\f1cb";
}

.social-list .menu-item > a[href*="digg.com"]::before {
  content: "\f1a6";
}

.social-list .menu-item > a[href*="dribbble.com"]::before {
  content: "\f17d";
}

.social-list .menu-item > a[href*="dropbox.com"]::before {
  content: "\f16b";
}

.social-list .menu-item > a[href*="facebook.com"]::before {
  content: "\f09a";
}

.social-list .menu-item > a[href*="flickr.com"]::before {
  content: "\f16e";
}

.social-list .menu-item > a[href*="plus.google.com"]::before {
  content: "\f0d5";
}

.social-list .menu-item > a[href*="github.com"]::before {
  content: "\f09b";
}

.social-list .menu-item > a[href*="instagram.com"]::before {
  content: "\f16d";
}

.social-list .menu-item > a[href*="linkedin.com"]::before {
  content: "\f0e1";
}

.social-list .menu-item > a[href*="pinterest.com"]::before {
  content: "\f0d2";
}

.social-list .menu-item > a[href*="getpocket.com"]::before {
  content: "\f265";
}

.social-list .menu-item > a[href*="reddit.com"]::before {
  content: "\f1a1";
}

.social-list .menu-item > a[href*="skype.com"]::before, .social-list .menu-item > a[href*="skype:"]::before {
  content: "\f17e";
}

.social-list .menu-item > a[href*="stumbleupon.com"]::before {
  content: "\f1a4";
}

.social-list .menu-item > a[href*="tumblr.com"]::before {
  content: "\f173";
}

.social-list .menu-item > a[href*="twitter.com"]::before {
  content: "\f099";
}

.social-list .menu-item > a[href*="vimeo.com"]::before {
  content: "\f27d";
}

.social-list .menu-item > a[href*="wordpress.org"]::before, .social-list .menu-item > a[href*="wordpress.com"]::before {
  content: "\f19a";
}

.social-list .menu-item > a[href*="youtube.com"]::before {
  content: "\f167";
}

.social-list .menu-item > a[href*="amazon.com"]::before {
  content: "\f270";
}

.social-list .menu-item > a[href*="tripadvisor"]::before {
  content: "\f262";
}

.social-list .menu-item > a[href*="ycombinator.com"]::before {
  content: "\f23b";
}

.social-list .menu-item > a[href*="xing.com"]::before {
  content: "\f168";
}

.social-list .menu-item > a[href*="yahoo."]::before {
  content: "\f19e";
}

.social-list .menu-item > a[href*="vine.co"]::before {
  content: "\f1ca";
}

.social-list .menu-item > a[href*="weibo.com"]::before {
  content: "\f18a";
}

.social-list .menu-item > a[href*="trello.com"]::before {
  content: "\f181";
}

.social-list .menu-item > a[href*="steampowered.com"]::before {
  content: "\f1b6";
}

.social-list .menu-item > a[href*="soundcloud.com"]::before {
  content: "\f1be";
}

.social-list .menu-item > a[href*="spotify.com"]::before {
  content: "\f1bc";
}

.social-list .menu-item > a[href*="stackexchange.com"]::before {
  content: "\f18d";
}

.social-list .menu-item > a[href*="stackoverflow.com"]::before {
  content: "\f16c";
}

.social-list .menu-item > a[href*="slideshare.net"]::before {
  content: "\f1e7";
}

.social-list .menu-item > a[href*="slack.com"]::before {
  content: "\f198";
}

.social-list .menu-item > a[href*="skyatlas.com"]::before {
  content: "\f216";
}

.social-list .menu-item > a[href*="last.fm"]::before {
  content: "\f202";
}

.social-list .menu-item > a[href*="jsfiddle.net"]::before {
  content: "\f1cc";
}

.social-list .menu-item > a[href*="behance.net"]::before {
  content: "\f1b4";
}

.social-list .menu-item > a[href*="bitbucket.org"]::before {
  content: "\f171";
}

.social-list .menu-item > a[href*="codepen.io"]::before {
  content: "\f1cb";
}

.social-list .menu-item > a[href*="codiepie.com"]::before {
  content: "\f284";
}

.social-list .menu-item > a[href*="connectdevelop.com"]::before {
  content: "\f20e";
}

.social-list .menu-item > a[href*="dashcube.com"]::before {
  content: "\f210";
}

.social-list .menu-item > a[href*="contao.org"]::before {
  content: "\f26d";
}

.social-list .menu-item > a[href*="delicious.com"]::before {
  content: "\f1a5";
}

.social-list .menu-item > a[href*="deviantart.com"]::before {
  content: "\f1bd";
}

.social-list .menu-item > a[href*="vk.com"]::before {
  content: "\f189";
}

.social-list .menu-item > a::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  line-height: 1.5em;
  margin: auto;
}

.site-footer:not(.centered) .social-list .menu-item > a::before {
  font-size: 15px;
  font-size: 0.9375rem;
}

.site-footer.centered .social-list .menu-item > a::before {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.7em;
}

.site-header .social-list .menu-item > a::before {
  font-size: 16px;
  font-size: 1rem;
  line-height: 34px;
}

.social-list--text .social-list .menu-item > a::before {
  display: none;
}

.social-list--text .menu-item > a::before {
  display: none;
}

/*--------------------------------------------------------------
## Toggle buttons
--------------------------------------------------------------*/
.menu-toggle {
  padding: 10px 10px;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background: none;
  border: 0;
  margin: 0;
  overflow: visible;
}

.menu-toggle:hover {
  opacity: 1;
}

.menu-toggle .menu-toggle-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-toggle .menu-toggle-inner::before {
  transition: top 0.1s 0.14s ease,
 opacity 0.1s ease;
}

.menu-toggle .menu-toggle-inner::after {
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-toggle.toggled .menu-toggle-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-toggle.toggled .menu-toggle-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease,
 opacity 0.1s 0.14s ease;
}

.menu-toggle.toggled .menu-toggle-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-toggle-box {
  width: 18px;
  height: 14px;
  display: block;
  position: relative;
}

.menu-toggle-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.menu-toggle-inner, .menu-toggle-inner::before, .menu-toggle-inner::after {
  width: 18px;
  height: 2px;
  background-color: #000;
  border-radius: 0px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.menu-toggle-inner::before, .menu-toggle-inner::after {
  content: "";
  display: block;
}

.menu-toggle-inner::before {
  top: -6px;
}

.menu-toggle-inner::after {
  bottom: -6px;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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;
}

.error-404 .screen-reader-text {
  position: relative !important;
  height: auto;
  width: auto;
  overflow: visible;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module img.alignleft,
.alignleft {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_module img.alignleft,
  .alignleft {
    float: left;
    margin: 15px 30px 15px 0;
  }
}

#tm_builder_outer_content .tm_pb_module img.alignright,
.alignright {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_module img.alignright,
  .alignright {
    float: right;
    margin: 15px 0 15px 30px;
  }
}

#tm_builder_outer_content .tm_pb_module img.aligncenter,
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  clear: both;
}

/*--------------------------------------------------------------
## Clearings
--------------------------------------------------------------*/
.clear:before, .widget_recent_comments ul li:before, .widget.widget-playlist-slider .sp-right-thumbnails.sp-has-pointer .sp-thumbnail:before,
.clear:after,
.widget_recent_comments ul li:after,
.widget.widget-playlist-slider .sp-right-thumbnails.sp-has-pointer .sp-thumbnail:after,
.comment-body:before,
.comment-body:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after, .widget_recent_comments ul li:after, .widget.widget-playlist-slider .sp-right-thumbnails.sp-has-pointer .sp-thumbnail:after,
.comment-body:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.hidden {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
  position: relative;
  margin-bottom: 60px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  overflow: hidden;
  z-index: 1;
}

.comments-area:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -5000px;
  bottom: 0;
  left: -5000px;
  display: block;
  z-index: -1;
}

@media (min-width: 1200px) {
  .comments-area {
    padding-right: 0;
    padding-left: 0;
    overflow: visible;
  }
}

.comments-title {
  display: block;
  padding-top: 60px;
  margin-bottom: 23px;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment-list > li:last-child > article {
  margin-bottom: 30px;
}

.comment-list .children {
  margin-left: 0;
  padding-left: 5px;
  list-style: none;
}

@media (min-width: 768px) {
  .comment-list .children {
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .comment-list .children {
    padding-left: 15px;
  }
}

.comment-list .children > .comment {
  margin-top: 20px;
}

.comment-list div.comment-respond {
  position: relative;
  overflow: visible;
}

@media (min-width: 1200px) {
  .comment-list > .comment.depth-1.parent > .children,
  .comment-list > .ping.depth-1.parent > .children {
    padding-left: 100px;
  }
}

.comment-list > .comment + .comment,
.comment-list > .comment + .ping,
.comment-list > .ping + .comment,
.comment-list > .ping + .ping {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
}

@media (min-width: 992px) {
  .comment-list > .comment + .comment,
  .comment-list > .comment + .ping,
  .comment-list > .ping + .comment,
  .comment-list > .ping + .ping {
    margin-top: 31px;
    padding-top: 31px;
  }
}

.comment-list + .comment-respond {
  margin-top: 28px;
}

.comment-body__holder {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.comment-body .avatar {
  width: 40px;
  margin: 5px 15px 10px 0;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .comment-body .avatar {
    width: auto;
    margin: 5px 30px 15px 0;
  }
}

.comment-body .fn {
  margin-bottom: 2px;
}

.comment-body .reply {
  text-transform: uppercase;
}

.comment-content-wrap {
  position: relative;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  border-radius: 0;
}

.comment-author {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.comment-content {
  margin-top: 8px;
}

.comment-content > *:last-child {
  margin-bottom: 0;
}

.comment-content p {
  margin-bottom: 1em;
}

.comment-content p:last-child {
  margin-bottom: 0;
}

.comment-content a {
  word-wrap: break-word;
}

.comment-meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  font-size: 0.75rem;
}

.comment-metadata {
  margin-top: 3px;
}

.comment-metadata > * {
  display: inline-block;
}

.comment-metadata > * + *:before {
  content: "-";
  margin: 0 9px;
}

.comment-reply-link {
  display: block;
  border-bottom: 1px solid;
}

.comment-reply-link:hover {
  border-bottom-color: transparent;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Swiper
--------------------------------------------------------------*/
.swiper-pagination,
.swiper-container.swiper-container-horizontal .swiper-pagination {
  position: absolute;
  bottom: 10px;
}

.footer-area .swiper-pagination,
.second-footer-area .swiper-pagination, .footer-area
.swiper-container.swiper-container-horizontal .swiper-pagination,
.second-footer-area
.swiper-container.swiper-container-horizontal .swiper-pagination {
  bottom: -10px;
}

.posts-list:not(.posts-list--default) .post-gallery .swiper-pagination,
.posts-list--default.featured-image--small .post-gallery .swiper-pagination, .posts-list:not(.posts-list--default) .post-gallery
.swiper-container.swiper-container-horizontal .swiper-pagination,
.posts-list--default.featured-image--small .post-gallery
.swiper-container.swiper-container-horizontal .swiper-pagination {
  position: absolute;
  bottom: 15px;
}

.widget-carousel .swiper-pagination,
.tm_pb_swiper .swiper-pagination, .widget-carousel
.swiper-container.swiper-container-horizontal .swiper-pagination,
.tm_pb_swiper
.swiper-container.swiper-container-horizontal .swiper-pagination {
  position: static;
}

.swiper-pagination-bullet,
.swiper-container.swiper-container-horizontal .swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 17px 10px;
  opacity: 1;
  transition: all .4s ease;
}

.swiper-pagination-bullet:before,
.swiper-container.swiper-container-horizontal .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  margin-left: -11px;
  border-radius: 50%;
  transition: all .4s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
}

.swiper-pagination-bullet:hover:before, .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.swiper-container.swiper-container-horizontal .swiper-pagination-bullet:hover:before,
.swiper-container.swiper-container-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

.swiper-button-next, .swiper-button-prev,
.swiper-container.swiper-container-horizontal .swiper-button-next,
.swiper-container.swiper-container-horizontal .swiper-button-prev {
  top: auto;
  bottom: 0;
  display: none;
  width: 60px;
  height: 45px;
  z-index: 11;
  margin: 0;
  padding-right: 5px;
  padding-left: 5px;
  background-image: none !important;
  text-align: center;
  transition: .3s;
}

.invert .swiper-button-next,
.invert .swiper-button-next:hover, .invert .swiper-button-prev,
.invert .swiper-button-prev:hover, .invert
.swiper-container.swiper-container-horizontal .swiper-button-next,
.invert
.swiper-container.swiper-container-horizontal .swiper-button-next:hover, .invert
.swiper-container.swiper-container-horizontal .swiper-button-prev,
.invert
.swiper-container.swiper-container-horizontal .swiper-button-prev:hover {
  background: transparent;
}

.swiper-button-next i, .swiper-button-prev i,
.swiper-container.swiper-container-horizontal .swiper-button-next i,
.swiper-container.swiper-container-horizontal .swiper-button-prev i {
  position: relative;
  left: 0;
  display: block;
  transition: all .3s linear;
  font-size: 20px;
  line-height: 45px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled,
.swiper-container.swiper-container-horizontal .swiper-button-next.swiper-button-disabled,
.swiper-container.swiper-container-horizontal .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  pointer-events: auto;
  cursor: not-allowed;
}

.swiper-button-next.swiper-button-disabled i, .swiper-button-next.swiper-button-disabled:after, .swiper-button-prev.swiper-button-disabled i, .swiper-button-prev.swiper-button-disabled:after,
.swiper-container.swiper-container-horizontal .swiper-button-next.swiper-button-disabled i,
.swiper-container.swiper-container-horizontal .swiper-button-next.swiper-button-disabled:after,
.swiper-container.swiper-container-horizontal .swiper-button-prev.swiper-button-disabled i,
.swiper-container.swiper-container-horizontal .swiper-button-prev.swiper-button-disabled:after {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
      transform: scale(0.5);
}

.swiper-button-next,
.swiper-container.swiper-container-horizontal .swiper-button-next {
  right: 0;
  text-align: left;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.swiper-button-next.swiper-button-disabled i, .swiper-button-next.swiper-button-disabled:after,
.swiper-container.swiper-container-horizontal .swiper-button-next.swiper-button-disabled i,
.swiper-container.swiper-container-horizontal .swiper-button-next.swiper-button-disabled:after {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
      transform: scale(0.5);
}

.swiper-button-prev,
.swiper-container.swiper-container-horizontal .swiper-button-prev {
  right: 60px;
  left: auto;
  text-align: right;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.swiper-button-prev.swiper-button-disabled i, .swiper-button-prev.swiper-button-disabled:after,
.swiper-container.swiper-container-horizontal .swiper-button-prev.swiper-button-disabled i,
.swiper-container.swiper-container-horizontal .swiper-button-prev.swiper-button-disabled:after {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
      transform: scale(0.5);
}

.footer-area-wrap .footer-area:not(.footer-area--fullwidth) .widget.widget-carousel .swiper-button-prev,
.footer-area-wrap .footer-area:not(.footer-area--fullwidth) .widget.widget-carousel .swiper-button-next,
.footer-area-wrap .second-footer-area:not(.footer-area--fullwidth) .widget.widget-carousel .swiper-button-prev,
.footer-area-wrap .second-footer-area:not(.footer-area--fullwidth) .widget.widget-carousel .swiper-button-next {
  width: 30px;
}

.footer-area-wrap .footer-area:not(.footer-area--fullwidth) .widget.widget-carousel .swiper-button-prev,
.footer-area-wrap .second-footer-area:not(.footer-area--fullwidth) .widget.widget-carousel .swiper-button-prev {
  right: 30px;
}

.footer-area-wrap .footer-area:not(.footer-area--fullwidth) .widget.widget-carousel .widget-title,
.footer-area-wrap .second-footer-area:not(.footer-area--fullwidth) .widget.widget-carousel .widget-title {
  padding: 15px 0 0 0;
}

/*--------------------------------------------------------------
## Author-bio
--------------------------------------------------------------*/
.post-author-bio {
  position: relative;
  padding: 62px 0.9375rem 59px;
  overflow: hidden;
  z-index: 1;
}

.post-author-bio:before {
  content: "";
  position: absolute;
  top: 0;
  right: -5000px;
  bottom: 0;
  left: -5000px;
  display: block;
  z-index: -1;
}

@media (min-width: 1200px) {
  .post-author-bio {
    padding-right: 0;
    padding-left: 0;
    overflow: visible;
  }
}

.post-author__avatar {
  float: left;
  margin: 8px 1em 10px 0;
}

@media (min-width: 992px) {
  .post-author__avatar {
    margin: 8px 2.5em 10px 0;
  }
}

.post-author__avatar .avatar {
  width: 70px;
  vertical-align: top;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .post-author__avatar .avatar {
    width: auto;
  }
}

@media (min-width: 992px) {
  .post-author__title {
    margin: 0 0 20px;
  }
}

/*--------------------------------------------------------------
## Share
--------------------------------------------------------------*/
.share-btns__list {
  margin-right: -9px;
  margin-left: -9px;
  line-height: 1;
}

.single .share-btns__list {
  margin-right: -5px;
  margin-left: -5px;
}

.single-modern-header .share-btns__list {
  margin-top: 35px;
}

@media (min-width: 992px) {
  .single-modern-header .share-btns__list {
    margin-top: 55px;
  }
}

.share-btns__item {
  display: inline-block;
  vertical-align: top;
  padding-right: 9px;
  padding-left: 9px;
}

.single .share-btns__item {
  padding-right: 5px;
  padding-left: 5px;
}

.share-btns__link {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  text-decoration: none;
  line-height: 45px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.share-btns__list-wrap {
  position: relative;
}

@media (min-width: 1200px) {
  .share-btns__list-wrap {
    margin-right: 200px;
  }
}

.share-btns__list-wrap .icon-toggle-share-btns {
  display: block;
  margin: 0;
  cursor: pointer;
  transition: all .3s ease;
}

.share-btns__list-wrap .share-btns__list {
  position: absolute;
  bottom: 120%;
  left: 50%;
  height: 45px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 14px;
  padding: 3px 14px 0;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: all .3s ease;
  -webkit-transform: translateX(-50%) translateZ(0);
  transform: translateX(-50%) translateZ(0);
}

.share-btns__list-wrap .share-btns__list:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -7px;
  border-style: solid;
  border-width: 8px 8px 0 8px;
}

.share-btns__list-wrap .share-btns__link {
  width: auto;
  height: 1.5em;
  line-height: 1.5em;
}

.share-btns__list-wrap.open .share-btns__list {
  bottom: 100%;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1200px) {
  .share-btns__list-wrap .share-btns__list {
    top: 50%;
    bottom: auto;
    left: 120%;
    margin: -22px 0 0 3px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
  .share-btns__list-wrap .share-btns__list:before {
    top: 50%;
    left: -7px;
    margin-top: -8px;
    margin-left: 0;
    border-width: 8px 8px 8px 0;
  }
  .share-btns__list-wrap.open .share-btns__list {
    left: 100%;
  }
}

.single .share-btns__list .facebook-item a.share-btns__link {
  background: #02669a;
}

.single .share-btns__list .facebook-item a.share-btns__link:hover {
  background: rgba(2, 102, 154, 0.8);
}

.single .share-btns__list .twitter-item a.share-btns__link {
  background: #2aa9e0;
}

.single .share-btns__list .twitter-item a.share-btns__link:hover {
  background: rgba(42, 169, 224, 0.8);
}

.single .share-btns__list .google-plus-item a.share-btns__link {
  background: #d3492c;
}

.single .share-btns__list .google-plus-item a.share-btns__link:hover {
  background: rgba(211, 73, 44, 0.8);
}

.single .share-btns__list .linkedin-item a.share-btns__link {
  background: #0177b5;
}

.single .share-btns__list .linkedin-item a.share-btns__link:hover {
  background: rgba(1, 119, 181, 0.8);
}

.single .share-btns__list .pinterest-item a.share-btns__link {
  background: #bd081c;
}

.single .share-btns__list .pinterest-item a.share-btns__link:hover {
  background: rgba(189, 8, 28, 0.8);
}

/*--------------------------------------------------------------
## Contact block
--------------------------------------------------------------*/
.contact-block__inner {
  margin-left: -20px;
  margin-right: -20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .contact-block__inner {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.site-footer.centered .contact-block__inner {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .site-header .contact-block__inner {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width: 1200px) {
  .site-header .contact-block__inner {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.contact-block__item {
  padding: 4px 20px;
  position: relative;
}

@media (min-width: 768px) {
  .site-header .contact-block__item {
    padding: 4px 10px;
  }
}

@media (min-width: 1200px) {
  .site-header .contact-block__item {
    padding: 4px 0 4px 30px;
  }
}

.site-footer.centered .contact-block__item {
  border-right: none;
}

.site-header .contact-block__item + .contact-block__item {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .site-header .contact-block__item + .contact-block__item {
    margin-top: 0;
  }
}

.site-footer.centered .contact-block__item + .contact-block__item {
  margin-top: 1px;
}

.contact-block__item a {
  display: inline-block;
}

.contact-block__item--icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-block__item:not(.contact-block__item--icon) {
  text-align: center;
}

@media (min-width: 992px) {
  .contact-block__item:not(.contact-block__item--icon) {
    text-align: left;
  }
}

.contact-block__icon {
  font-size: 17.6px;
  font-size: 1.1rem;
  margin-right: 7px;
  margin-top: -1px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-header .contact-block__icon {
    margin-right: 7px;
  }
}

.contact-block__text {
  text-align: left;
}

.contact-block__label {
  padding-right: 7px;
}

@media (min-width: 992px) {
  .contact-block__label {
    letter-spacing: 1px;
  }
}

.site-header .contact-block__text, .site-header .contact-block__label {
  line-height: 1.5;
  font-size: 13.6px;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

@media (min-width: 992px) {
  .site-header .contact-block__text, .site-header .contact-block__label {
    letter-spacing: 1.4px;
  }
}

.site-header .header-container .contact-block__text, .site-header .header-container .contact-block__label {
  display: block;
}

@media (min-width: 768px) {
  .top-panel .contact-block__text, .top-panel .contact-block__label {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
## Magnific Popup
--------------------------------------------------------------*/
.mfp-zoom-out-cur {
  cursor: auto;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.mfp-iframe-holder .mfp-figure:after,
.mfp-image-holder .mfp-figure:after,
.mfp-ajax-holder .mfp-figure:after {
  box-shadow: none;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close,
.mfp-ajax-holder .mfp-close {
  font-size: 0;
  padding: 15px;
  right: 20px;
  position: fixed;
  width: auto;
}

.mfp-iframe-holder .mfp-close:before,
.mfp-image-holder .mfp-close:before,
.mfp-ajax-holder .mfp-close:before {
  content: "\e935";
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}

@media (min-width: 544px) {
  .mfp-iframe-holder .mfp-close:before,
  .mfp-image-holder .mfp-close:before,
  .mfp-ajax-holder .mfp-close:before {
    font-size: 26px;
  }
}

.admin-bar .mfp-iframe-holder .mfp-close, .admin-bar
.mfp-image-holder .mfp-close, .admin-bar
.mfp-ajax-holder .mfp-close {
  top: 32px;
}

.mfp-iframe-holder .mfp-arrow:before, .mfp-iframe-holder .mfp-arrow:after,
.mfp-image-holder .mfp-arrow:before,
.mfp-image-holder .mfp-arrow:after,
.mfp-ajax-holder .mfp-arrow:before,
.mfp-ajax-holder .mfp-arrow:after {
  border: none;
  width: 20px;
  height: 1px;
  margin: 0;
  position: absolute;
  top: 50%;
  transition: .3s;
}

@media (min-width: 544px) {
  .mfp-iframe-holder .mfp-arrow:before, .mfp-iframe-holder .mfp-arrow:after,
  .mfp-image-holder .mfp-arrow:before,
  .mfp-image-holder .mfp-arrow:after,
  .mfp-ajax-holder .mfp-arrow:before,
  .mfp-ajax-holder .mfp-arrow:after {
    width: 50px;
  }
}

.mfp-iframe-holder .mfp-arrow-left:before, .mfp-iframe-holder .mfp-arrow-left:after,
.mfp-image-holder .mfp-arrow-left:before,
.mfp-image-holder .mfp-arrow-left:after,
.mfp-ajax-holder .mfp-arrow-left:before,
.mfp-ajax-holder .mfp-arrow-left:after {
  left: 20px;
  -webkit-transform-origin: 0 center;
      -ms-transform-origin: 0 center;
          transform-origin: 0 center;
}

.mfp-iframe-holder .mfp-arrow-left:before,
.mfp-image-holder .mfp-arrow-left:before,
.mfp-ajax-holder .mfp-arrow-left:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mfp-iframe-holder .mfp-arrow-left:after,
.mfp-image-holder .mfp-arrow-left:after,
.mfp-ajax-holder .mfp-arrow-left:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mfp-iframe-holder .mfp-arrow-right:before, .mfp-iframe-holder .mfp-arrow-right:after,
.mfp-image-holder .mfp-arrow-right:before,
.mfp-image-holder .mfp-arrow-right:after,
.mfp-ajax-holder .mfp-arrow-right:before,
.mfp-ajax-holder .mfp-arrow-right:after {
  right: 20px;
  left: auto;
  -webkit-transform-origin: 100% center;
      -ms-transform-origin: 100% center;
          transform-origin: 100% center;
}

.mfp-iframe-holder .mfp-arrow-right:before,
.mfp-image-holder .mfp-arrow-right:before,
.mfp-ajax-holder .mfp-arrow-right:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mfp-iframe-holder .mfp-arrow-right:after,
.mfp-image-holder .mfp-arrow-right:after,
.mfp-ajax-holder .mfp-arrow-right:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.single-product .mfp-img {
  opacity: 0;
  transition: .5s;
  transition-delay: .2s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: 1s;
  background: transparent;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-wrap button {
  transition: .3s;
  transition-delay: 0s;
  opacity: 0;
}

.mfp-wrap button.mfp-arrow-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
}

.mfp-wrap button.mfp-arrow-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
      transform: translateX(100%);
}

.mfp-wrap button.mfp-close {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
}

.mfp-wrap.mfp-ready button {
  opacity: 1;
}

.mfp-wrap.mfp-ready button.mfp-arrow-left, .mfp-wrap.mfp-ready button.mfp-arrow-right, .mfp-wrap.mfp-ready button.mfp-close {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0);
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content .mfp-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content button {
  transition: .3s;
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-s-loading .mfp-preloader {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -16.5px 0 0 -16.5px;
  border-radius: 50%;
  border: 3px solid transparent;
  -webkit-animation: tm_spin 1s linear infinite;
          animation: tm_spin 1s linear infinite;
  z-index: 11;
  font-size: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Card
--------------------------------------------------------------*/
.card {
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
}

/*--------------------------------------------------------------
### Grid layout
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .card-deck {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-deck .card {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .posts-list--grid-2-cols .card, .posts-list--grid-3-cols .card, .posts-list--grid-4-cols .card {
    max-width: calc(100% / 2 - 1.875rem);
    width: calc(100% / 2 - 1.875rem);
    -webkit-flex: 0 0 calc(100% / 2 - 1.875rem);
        -ms-flex: 0 0 calc(100% / 2 - 1.875rem);
            flex: 0 0 calc(100% / 2 - 1.875rem);
  }
}

@media (min-width: 992px) {
  .posts-list--grid-4-cols .card {
    max-width: calc(100% / 3 - 1.875rem);
    width: calc(100% / 3 - 1.875rem);
    -webkit-flex: 0 0 calc(100% / 3 - 1.875rem);
        -ms-flex: 0 0 calc(100% / 3 - 1.875rem);
            flex: 0 0 calc(100% / 3 - 1.875rem);
  }
}

@media (min-width: 1200px) {
  .posts-list--grid-3-cols .card {
    max-width: calc(100% / 3 - 1.875rem);
    width: calc(100% / 3 - 1.875rem);
    -webkit-flex: 0 0 calc(100% / 3 - 1.875rem);
        -ms-flex: 0 0 calc(100% / 3 - 1.875rem);
            flex: 0 0 calc(100% / 3 - 1.875rem);
  }
  .posts-list--grid-2-cols .card {
    max-width: calc(100% / 2 - 1.875rem);
    width: calc(100% / 2 - 1.875rem);
    -webkit-flex: 0 0 calc(100% / 2 - 1.875rem);
        -ms-flex: 0 0 calc(100% / 2 - 1.875rem);
            flex: 0 0 calc(100% / 2 - 1.875rem);
  }
  .posts-list--grid-4-cols .card {
    max-width: calc(100% / 4 - 1.875rem);
    width: calc(100% / 4 - 1.875rem);
    -webkit-flex: 0 0 calc(100% / 4 - 1.875rem);
        -ms-flex: 0 0 calc(100% / 4 - 1.875rem);
            flex: 0 0 calc(100% / 4 - 1.875rem);
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .posts-list--grid-4-cols.one-right-sidebar .card, .posts-list--grid-4-cols.one-left-sidebar .card {
    max-width: calc(100% / 3 - 1.875rem);
    width: calc(100% / 3 - 1.875rem);
    -webkit-flex: 0 0 calc(100% / 3 - 1.875rem);
        -ms-flex: 0 0 calc(100% / 3 - 1.875rem);
            flex: 0 0 calc(100% / 3 - 1.875rem);
  }
}

/*--------------------------------------------------------------
### Masonry layout
--------------------------------------------------------------*/
@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,
  .posts-list--masonry-3-cols,
  .posts-list--masonry-4-cols {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 992px) {
  .posts-list--masonry-3-cols {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .posts-list--masonry-2-cols {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .posts-list--masonry-4-cols {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

@media (min-width: 1200px) {
  .posts-list--masonry-3-cols {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .posts-list--masonry-2-cols {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .posts-list--masonry-4-cols {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .posts-list--masonry-4-cols.one-right-sidebar, .posts-list--masonry-4-cols.one-left-sidebar {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

/*--------------------------------------------------------------
### Vertical Justify layout
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .posts-list--vertical-justify {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .posts-list--vertical-justify .card {
    -webkit-flex: 0 0 calc(100% / 2 - 1.875rem);
        -ms-flex: 0 0 calc(100% / 2 - 1.875rem);
            flex: 0 0 calc(100% / 2 - 1.875rem);
    width: calc(100% / 2 - 1.875rem);
    max-width: calc(100% / 2 - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .posts-list--vertical-justify .card {
    -webkit-flex: 0 0 calc(100% / 3 - 1.875rem);
        -ms-flex: 0 0 calc(100% / 3 - 1.875rem);
            flex: 0 0 calc(100% / 3 - 1.875rem);
    width: calc(100% / 3 - 1.875rem);
    max-width: calc(100% / 3 - 1.875rem);
  }
  .posts-list--vertical-justify .card:nth-child(7n + 2), .posts-list--vertical-justify .card:nth-child(7n + 3) {
    -webkit-flex: 0 0 calc(100% / 1.5 - 1.875rem);
        -ms-flex: 0 0 calc(100% / 1.5 - 1.875rem);
            flex: 0 0 calc(100% / 1.5 - 1.875rem);
    width: calc(100% / 1.5 - 1.875rem);
    max-width: calc(100% / 1.5 - 1.875rem);
  }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
}

.site-main {
  margin-bottom: 60px;
}

.use-tm-pb-builder .site-main,
.woocommerce .site-main {
  margin-bottom: 0;
}

.site-content_wrap {
  margin-top: 3em;
}

.use-tm-pb-builder.position-fullwidth .site-content_wrap {
  margin-top: 0;
}

.error404 .site-content_wrap,
.search.search-no-results .site-content_wrap {
  margin-bottom: 3em;
}

.single.single-post-modern .site-content_wrap {
  margin-top: 0;
  padding-top: 3em;
}

.site-content_wrap .sidebar {
  position: relative;
}

.use-tm-pb-builder.content-layout-fullwidth.position-one-right-sidebar .site-content_wrap .sidebar {
  padding-right: 1.875rem;
}

.use-tm-pb-builder.content-layout-fullwidth.position-one-left-sidebar .site-content_wrap .sidebar {
  padding-left: 1.875rem;
}

.page-template-without-header-footer .entry-header,
.page-template-without-header-footer .entry-footer {
  display: none;
}

.elementor h1:before, .elementor h2:before, .elementor h3:before, .elementor h4:before, .elementor h5:before, .elementor h6:before {
  display: none;
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
.site .container.site-header, .site .container.site-content, .site .container.site-footer {
  padding-left: 0;
  padding-right: 0;
}

.site-content_wrap {
  padding: calc(40px - 10px) 15px;
  margin-top: 0;
}

.content-layout-fullwidth .site-content_wrap {
  padding: 0;
}

.content-layout-fullwidth .site .container {
  max-width: 100%;
  width: 100%;
}

.tm_pb_column {
  width: 100%;
  color: #2a353b;
}

.content-layout-fullwidth .site .site-content .container {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 543px) {
  .admin-bar .site-header {
    margin-top: 0;
  }
}

.header-layout-fullwidth .site .top-panel__container.container {
  max-width: 100%;
  width: 100%;
}

.footer-layout-fullwidth .site .footer-container .site-info.container {
  max-width: 100%;
  width: 100%;
}

.header-layout-boxed.elementor-page .site .site-header.container {
  max-width: 100%;
  width: 100%;
}

.footer-layout-boxed.elementor-page .site .site-footer.container {
  max-width: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .site-header {
    margin-top: 0;
    position: relative;
    z-index: 100;
  }
}

.header-container {
  padding: 15px 0;
  position: relative;
}

@media (min-width: 768px) {
  .header-container {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  .centered .header-container {
    padding: 40px 0 30px;
  }
}

@media (min-width: 768px) {
  .style-3 .header-container {
    padding: 30px 0;
  }
}

.site-header.default .header-container:after {
  content: '';
  border-bottom: 1px solid #e8e8e8;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.site-header.default .header-container.transparent:after, .site-header.default .header-container.invert:after {
  border-color: rgba(232, 232, 232, 0.2);
}

.header-layout-boxed .site-header.default .header-container:after {
  left: 0.9375rem;
  right: 0.9375rem;
}

.site-header:not(.creative) .header-container.transparent {
  position: absolute;
  left: 0;
  right: 0;
  background: none;
  z-index: 99;
}

.header-container__flex {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .header-container__flex {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .header-container__flex > * {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .site-header.style-2 .header-container__bottom .header-container__flex,
  .site-header.style-3 .header-container__flex {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.header-container__flex .header-search {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.site-header .woocommerce-currency-switcher-form {
  height: auto;
  max-width: none;
}

.site-header .woocommerce-currency-switcher-form .dd-container .dd-select {
  font-size: 12px;
  line-height: 35px;
}

.header-elements-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .header-elements-wrap {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media (min-width: 768px) {
  .header-elements-wrap > *:not(:last-child) {
    margin-right: 25px;
  }
}

@media (min-width: 1200px) {
  .header-elements-wrap > *:not(:last-child) {
    margin-right: 50px;
  }
}

.header-icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}

.header-icons > *:not(.header-btn) {
  padding-left: 15px;
  padding-right: 15px;
}

.header-icons > *:not(.header-btn):first-child {
  padding-left: 0;
}

.header-icons > *:not(.header-btn):last-child {
  padding-right: 0;
}

@media (min-width: 768px) {
  .header-icons .header-btn {
    margin-left: 25px;
  }
}

.header-icons.divider > * + * {
  border-left: 1px solid #e8e8e8;
}

.invert .header-icons.divider > * + * {
  border-color: rgba(232, 232, 232, 0.2);
}

.header-icons.divider > *:not(.header-btn) {
  padding-left: 20px;
  padding-right: 20px;
}

.header-icons.divider > *:not(.header-btn):first-child {
  padding-left: 0;
}

.header-icons.divider > *:not(.header-btn):last-child {
  padding-right: 0;
}

@media (max-width: 767px) {
  .top-panel .site-header-cart {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-container .woocommerce-currency-switcher-form, .header-container
  .site-header-cart, .header-container
  .menu-toggle.vertical-toggle, .header-container
  .header-search {
    display: none;
  }
}

.site-header:not(.default) .cherry-search form.cherry-search__form {
  pointer-events: none;
}

.site-header:not(.default).search-active .cherry-search form.cherry-search__form {
  pointer-events: auto;
}

.site-header.default .header-container {
  padding-bottom: 7px;
}

@media (max-width: 767px) {
  .site-header.default .header-container {
    padding-bottom: 0;
  }
}

.site-header.default .header-container__flex {
  padding-bottom: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .site-header.default .header-container__flex {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.site-header.default .header-container__flex .site-header-cart {
  margin-left: 20px;
}

.site-header.default .site-branding {
  top: 4px;
  position: relative;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (min-width: 768px) {
  .site-header.default .site-branding {
    margin-top: 9px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-header.default .site-branding {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-header.default .header-search {
    padding-top: 20px;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .site-header.default .header-search .search-form {
    min-width: 100%;
  }
}

.site-header.default .shop-menu__cart {
  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;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-header.default .shop-menu__cart {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.site-header.default .top-panel__menu-wrap {
  padding-top: 2px;
}

.site-header.default .top-panel__menu-wrap.dropdown {
  padding: 0;
}

@media (min-width: 768px) {
  .site-header.default .main-navigation {
    margin-top: 18px;
    margin-bottom: 13px;
    width: auto;
  }
}

.site-header.style-2 .header-container__flex {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .site-header.style-2 .site-branding,
  .site-header.style-2 .header-elements-wrap > * {
    margin-top: 12px;
    margin-bottom: 26px;
  }
}

.site-header.style-2 .social-icons-layout-2 {
  min-width: 2.5%;
}

.site-header.style-2 .social-icons-layout-2 .social-list {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .site-header.style-2 .social-icons-layout-2 .social-list {
    margin-top: 0;
  }
}

.site-header.style-2 .contact-block {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .site-header.style-2 .contact-block {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .site-header.style-2 .main-navigation {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .site-header.style-2 .main-navigation .menu {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.site-header.style-2 .header-container_wrap {
  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;
}

@media (min-width: 768px) {
  .site-header.style-2 .header-container_wrap {
    display: block;
  }
}

@media (max-width: 767px) {
  .site-header.style-2 .header-container__top {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 767px) {
  .site-header.style-2 .header-container__bottom {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 768px) {
  .site-header.style-2 .header-container__bottom .header-container__flex {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .site-header.style-2 .header-container__bottom {
    padding-top: 19.5px;
    position: relative;
  }
  .site-header.style-2 .header-container__bottom:before {
    content: '';
    position: absolute;
    top: 0;
    width: 9999em;
    border-top: 1px solid #e8e8e8;
    left: -50%;
  }
  .site-header.style-2 .header-container__bottom:before.invert {
    border-color: rgba(232, 232, 232, 0.2);
  }
  .header-layout-boxed .site-header.style-2 .header-container__bottom:before {
    width: 100%;
    left: 0;
  }
}

@media (min-width: 768px) {
  .site-header.style-2 .social-icons-layout-2,
  .site-header.style-2 .main-navigation,
  .site-header.style-2 .header-icons > *:not(.header-search) {
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-out;
  }
}

@media (min-width: 768px) {
  .site-header.style-2.search-active .main-navigation,
  .site-header.style-2.search-active .social-icons-layout-2,
  .site-header.style-2.search-active .header-icons > *:not(.header-search) {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
}

.site-header.style-3 .header-container {
  border-bottom: 1px solid #f6f6f6;
}

.site-header.style-3 .header-container.transparent, .site-header.style-3 .header-container.invert {
  border-color: rgba(232, 232, 232, 0.2);
}

@media (min-width: 768px) {
  .site-header.style-3 .site-branding,
  .site-header.style-3 .main-navigation,
  .site-header.style-3 .header-icons > *:not(.header-search),
  .site-header.style-3 .social-icons-layout-3 {
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-out;
  }
}

@media (min-width: 768px) {
  .site-header.style-3.search-active .site-branding,
  .site-header.style-3.search-active .main-navigation,
  .site-header.style-3.search-active .social-icons-layout-3,
  .site-header.style-3.search-active .header-icons > *:not(.header-search) {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
}

.site-header.style-3 .site-branding {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .site-header.style-3 .site-branding {
    margin-right: 0;
  }
}

.site-header.style-3 .site-header-cart {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .site-header.style-3 .header-container__flex {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 768px) {
  .site-header.style-3 .main-navigation {
    margin: -5px 0 0 5px;
    padding: 7px 0 5px 20px;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border-left: 1px solid #f6f6f6;
  }
}

@media (min-width: 992px) {
  .site-header.style-3 .main-navigation {
    padding: 5px 0 5px 28px;
    margin: -5px 0 0 25px;
  }
}

@media (min-width: 768px) {
  .site-header.style-3 .transparent .main-navigation,
  .site-header.style-3 .invert .main-navigation {
    border-color: rgba(232, 232, 232, 0.2);
  }
}

@media (max-width: 767px) {
  .site-header.style-3 .site-branding {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 767px) {
  .site-header.style-3 .social-icons-layout-3 {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-header.style-3 .social-icons-layout-3 .social-list {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .site-header.style-3 .social-icons-layout-3 .social-list {
    margin-bottom: 10px;
  }
}

.site-header.style-4 .header-container {
  border-bottom: 1px solid #f6f6f6;
}

@media (min-width: 768px) {
  .site-header.style-4 .site-branding,
  .site-header.style-4 .main-navigation,
  .site-header.style-4 .top-panel__menu-wrap,
  .site-header.style-4 .header-icons > *:not(.header-search),
  .site-header.style-4 .social-icons-layout-4,
  .site-header.style-4 .site-header-cart,
  .site-header.style-4 .woocommerce-currency-switcher-form {
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-out;
  }
}

@media (min-width: 768px) {
  .site-header.style-4.search-active .site-branding,
  .site-header.style-4.search-active .main-navigation,
  .site-header.style-4.search-active .top-panel__menu-wrap,
  .site-header.style-4.search-active .site-header-cart,
  .site-header.style-4.search-active .woocommerce-currency-switcher-form,
  .site-header.style-4.search-active .header-icons > *:not(.header-search) {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
}

.site-header.style-4 .site-branding {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .site-header.style-4 .site-branding {
    margin-right: 0;
  }
}

.site-header.style-4 .site-header-cart, .site-header.style-4 .woocommerce-currency-switcher-form {
  margin-left: 20px;
}

@media (max-width: 1199px) {
  .site-header.style-4 .header-icons {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .site-header.style-4 .header-container__flex {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 768px) {
  .site-header.style-4 .main-navigation {
    margin: -5px 0 0 5px;
    padding: 7px 0 5px 20px;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border-left: 1px solid #f6f6f6;
  }
}

@media (min-width: 992px) {
  .site-header.style-4 .main-navigation {
    padding: 5px 0 5px 28px;
    margin: -5px 0 0 25px;
  }
}

@media (max-width: 991px) {
  .site-header.style-4 .social-icons-layout-4 .social-list {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .site-header.style-4 .social-icons-layout-4 .social-list {
    margin-top: 10px;
  }
}

.top-panel {
  position: relative;
  z-index: 100;
}

.top-panel .site-header-cart {
  margin-left: 10px;
}

@media (min-width: 768px) {
  .top-panel .site-header-cart {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .top-panel__container {
    max-width: inherit;
  }
}

.site-header.transparent .top-panel__container > *:last-child {
  border-bottom: none;
}

.top-panel__top, .top-panel__bottom {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .top-panel__top, .top-panel__bottom {
    margin: 0 -0.9375rem;
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .top-panel__top, .top-panel__bottom {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 10px 0 8px;
  }
}

@media (min-width: 768px) {
  .top-panel__bottom {
    padding: 5px 0;
  }
}

@media (max-width: 767px) {
  .top-panel__bottom > * {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.top-panel__left, .top-panel__right, .top-panel__center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .top-panel__left, .top-panel__right, .top-panel__center {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.top-panel__left > *, .top-panel__right > *, .top-panel__center > * {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .top-panel__left > *, .top-panel__right > *, .top-panel__center > * {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.top-panel__left {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (min-width: 768px) {
  .top-panel__left:not(:only-child) {
    margin-right: 0;
  }
}

.top-panel__left + .top-panel__center .dropdown .top-panel__menu {
  right: 0;
}

.top-panel__right {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 992px) {
  .top-panel__right {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .site-header.style-4 .top-panel__right {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.site-header.style-4 .top-panel__center {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-panel__center .dropdown .top-panel__menu {
  right: auto;
}

@media (min-width: 768px) {
  .top-panel__left > *:not(.header-search), .top-panel__right > *:not(.header-search) {
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-out;
  }
  .top-panel__left > *:not(.header-search) .site-header.search-active:not(.style-3),
  .top-panel__left > *:not(.header-search) .site-header.search-active:not(.style-2),
  .top-panel__left > *:not(.header-search) .site-header.search-active:not(.style-4), .top-panel__right > *:not(.header-search) .site-header.search-active:not(.style-3),
  .top-panel__right > *:not(.header-search) .site-header.search-active:not(.style-2),
  .top-panel__right > *:not(.header-search) .site-header.search-active:not(.style-4) {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
}

.top-panel__menu-wrap {
  position: relative;
}

@media (max-width: 767px) {
  .top-panel__menu-wrap {
    display: none;
  }
}

.top-panel__menu-wrap.dropdown i {
  display: block;
  cursor: pointer;
  font-size: 20px;
  line-height: 31px;
  width: 34px;
  height: 34px;
  transition: all .3s ease-out;
  text-align: center;
}

.top-panel__menu-wrap.dropdown i:before, .top-panel__menu-wrap.dropdown i:after {
  transition: 0.3s all ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 34px;
  vertical-align: middle;
}

.top-panel__menu-wrap.dropdown i:after {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e92a';
  opacity: 0;
  visibility: hidden;
  line-height: 34px;
}

.top-panel__menu-wrap.opened i:before {
  visibility: hidden;
  opacity: 0;
}

.top-panel__menu-wrap.opened i:after {
  visibility: visible;
  opacity: 1;
}

.top-panel__menu-wrap i {
  display: none;
}

.dropdown .top-panel__menu {
  position: absolute;
  top: calc(100% + 2px);
  left: auto;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  transition: all .3s ease-out;
}

.dropdown .top-panel__menu .top-panel__menu-list {
  width: 200px;
  padding: 15px 20px;
  text-align: left;
}

.dropdown.opened .top-panel__menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  z-index: 1000;
}

.top-panel .woocommerce-currency-switcher-form {
  display: none;
}

@media (min-width: 768px) {
  .top-panel .woocommerce-currency-switcher-form {
    display: block;
  }
}

.site-logo {
  margin: 0;
  line-height: 1;
}

.site-logo__link {
  text-decoration: none;
  line-height: 1;
}

.site-description {
  font-size: 12px;
  font-size: 0.75rem;
}

.site-header.centered .site-description,
.site-header.modern .site-description {
  text-align: center;
}

.stuckMenu {
  position: static !important;
}

@media (min-width: 768px) {
  .isStuck {
    position: fixed !important;
    z-index: 1000;
    margin: 0 !important;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .isStuck > li,
  .isStuck > li > a {
    transition: none !important;
  }
  .isStuck#main-menu {
    position: fixed !important;
    right: 0;
    left: 0;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    width: 100%;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #e8e8e8;
  }
  .isStuck.vertical-toggle {
    top: 30px !important;
  }
  .site-header.style-3 .isStuck.vertical-toggle {
    right: 25px;
  }
  .site-header.modern .isStuck.vertical-toggle {
    left: 25px;
  }
}

.pseudoStickyBlock {
  width: 100%;
  margin: 0 !important;
}

@media (max-width: 767px) {
  .pseudoStickyBlock {
    display: none !important;
  }
}

.isStuck ~ .pseudoStickyBlock {
  width: auto;
}

.site-header.modern .pseudoStickyBlock,
.site-header.style-3 .pseudoStickyBlock {
  position: absolute !important;
}

.mobile-panel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  visibility: visible;
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px;
  height: 60px;
}

.mobile-panel.scroll {
  box-shadow: 0 4px 8px rgba(186, 186, 213, 0.57);
}

.mobile-panel .site-header-cart {
  margin-left: 15px;
}

.mobile-panel .woocommerce-currency-switcher-form {
  margin-left: 20px;
}

.mobile-panel__right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-panel__right > *:not(.header-search) {
  visibility: visible;
  opacity: 1;
  transition: all .3s ease-out;
}

.site-header.search-active .mobile-panel__right > *:not(.header-search) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

@media (min-width: 768px) {
  .mobile-panel__right .header-search {
    display: none;
  }
}

.mobile-panel__menu-wrap {
  position: relative;
  margin-left: 20px;
}

.mobile-panel__menu-wrap.dropdown i {
  font-size: 20px;
  border-radius: 620px;
}

.mobile-panel__menu-wrap.dropdown i:before, .mobile-panel__menu-wrap.dropdown i:after {
  transition: 0.3s all ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 34px;
  vertical-align: middle;
}

.mobile-panel__menu-wrap.dropdown i:after {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e92a';
  opacity: 0;
  visibility: hidden;
  line-height: 34px;
}

.mobile-panel__menu-wrap.dropdown.opened i:before {
  visibility: hidden;
  opacity: 0;
}

.mobile-panel__menu-wrap.dropdown.opened i:after {
  visibility: visible;
  opacity: 1;
}

.mobile-panel__menu-wrap i,
.mobile-panel .header-search .search-form__toggle:before {
  display: block;
  cursor: pointer;
  line-height: 33px;
  vertical-align: middle;
  text-align: center;
  width: 34px;
  height: 34px;
}

.mobile-panel .header-search .search-form__toggle {
  display: block;
  top: 0;
  border-radius: 620px;
}

.mobile-panel .header-search .search-form__toggle:before {
  font-size: 18px;
}

.admin-bar .mobile-panel {
  top: 0;
}

@media (max-width: 600px) {
  .admin-bar .mobile-panel {
    position: relative;
  }
}

@media (min-width: 768px) {
  .mobile-panel {
    display: none;
    visibility: hidden;
    left: -999em;
    height: 0;
  }
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Hentry (WordPress native CSS-class for post/page article)
--------------------------------------------------------------*/
.hentry {
  position: relative;
}

.posts-list .hentry {
  margin-bottom: 1.875rem;
}

.hentry .post-list__item-content {
  padding: 15px 40px 20px;
}

.search-results .hentry .post-list__item-content {
  padding-top: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hentry .post-list__item-content {
    padding: 15px 20px 20px;
  }
  .search-results .hentry .post-list__item-content {
    padding-top: 20px;
  }
}

.hentry.no-thumb .post-list__item-content.post-list__item-no-categories {
  padding-top: 40px;
}

@media (min-width: 1200px) {
  .posts-list--default.featured-image--small .hentry .post-thumbnail {
    margin: 40px;
  }
}

@media (min-width: 1200px) {
  .posts-list--default.featured-image--small .hentry {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .posts-list--default.featured-image--small .hentry > .post-thumbnail,
  .posts-list--default.featured-image--small .hentry > .post-format-wrap {
    -webkit-flex: 0 0 418px;
        -ms-flex: 0 0 418px;
            flex: 0 0 418px;
    max-width: 418px;
  }
  .posts-list--default.featured-image--small .hentry > .post-list__item-content {
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 32px 40px 21px 10px;
  }
  .posts-list--default.featured-image--small .hentry.format-audio .post-featured-content {
    padding: 40px;
  }
  .posts-list--default.featured-image--small .hentry.format-quote .post-list__item-content {
    padding: 32px 40px 21px;
  }
  .posts-list--default.featured-image--small .hentry.format-link .post-format-link {
    right: 20px;
    left: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
  }
  .posts-list--default.featured-image--small .hentry .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 85.5%;
  }
  .posts-list--default.featured-image--small .hentry .post-featured-content .post-cats {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .posts-list--default.featured-image--small.fullwidth .hentry {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .posts-list--default.featured-image--small.fullwidth .hentry > .post-thumbnail,
  .posts-list--default.featured-image--small.fullwidth .hentry > .post-format-wrap {
    margin-right: 30px;
    -webkit-flex: 0 0 418px;
        -ms-flex: 0 0 418px;
            flex: 0 0 418px;
    max-width: 418px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .posts-list--default.featured-image--small.fullwidth .hentry > .post-list__item-content {
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

@media (min-width: 1200px) {
  .posts-list--default.featured-image--small .hentry.format-gallery > .post-list__item-content {
    max-width: calc(100% - 418px);
  }
}

.single .hentry:not(.related-posts) {
  margin-bottom: 70px;
}

/*--------------------------------------------------------------
### Posts-list
--------------------------------------------------------------*/
.posts-list:not(.related-posts):last-child {
  margin-bottom: 70px;
}

/*--------------------------------------------------------------
### Entry (header, content, footer)
--------------------------------------------------------------*/
.entry-title {
  margin: 0;
}

.entry-meta {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
  text-transform: uppercase;
}

.single-modern-header .entry-meta {
  margin-left: -15px;
  margin-right: -15px;
}

.single .hentry .entry-meta {
  margin-top: 35px;
  margin-bottom: 17px;
}

.entry-meta > * {
  display: inline-block;
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 19px;
}

.single-modern-header .entry-meta > * {
  padding-left: 15px;
  padding-right: 15px;
}

.entry-meta .linearicon {
  margin-right: 2px;
  font-size: 18px;
  font-size: 1.125rem;
}

.entry-meta .text {
  vertical-align: top;
}

.posts-list--vertical-justify .entry-meta {
  width: 100%;
}

.posts-list:not(.posts-list--default) .entry-summary > *:first-child,
.search.search-results .entry-summary > *:first-child, .posts-list:not(.posts-list--default) .entry-content > *:first-child,
.search.search-results .entry-content > *:first-child {
  margin-top: 4px;
}

.search.search-results .entry-header {
  margin-bottom: 0;
}

.posts-list .entry-header {
  margin-bottom: 6px;
}

.posts-list--default .entry-header,
.single .hentry .entry-header {
  margin-bottom: 8px;
}

.single .hentry > .entry-header {
  margin-bottom: 8px;
  padding-top: 30px;
  text-align: center;
}

.posts-list--default.featured-image--small .entry-header {
  margin-top: 8px;
}

.single-modern-header .entry-header {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .single-modern-header .entry-header {
    margin-bottom: 40px;
  }
}

.entry-footer {
  margin-top: 15px;
}

.entry-footer > * {
  margin-top: 7px;
}

.entry-footer > *.btn, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .entry-footer > *.tm-wc-ajax-filters-reset.button {
  margin-bottom: 19px;
}

.posts-list:not(.posts-list--default) .entry-footer {
  margin-top: 4px;
}

.posts-list--default .entry-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.posts-list--default .entry-footer > *:first-child {
  margin-right: 10px;
}

.posts-list--default .entry-footer > *:only-child {
  margin-right: 0;
}

.posts-list--default .entry-footer .entry-meta:nth-last-child(3):first-child {
  margin-right: 0;
  width: 100%;
}

.single .hentry .entry-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 54px;
}

.single .hentry .entry-footer .share-btns__list {
  margin-bottom: 10px;
}

.single .hentry .entry-footer .entry-meta,
.single .hentry .entry-footer .entry-meta > * {
  margin-top: 0;
  margin-bottom: 4px;
}

/*--------------------------------------------------------------
### Post attributes (thumbnail, meta)
--------------------------------------------------------------*/
.post-thumbnail {
  position: relative;
}

.posts-list--default.featured-image--small .post-thumbnail {
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .posts-list--default.featured-image--small .post-thumbnail {
    margin-bottom: 1.5em;
  }
}

.post-thumbnail__link.post-thumbnail--small {
  display: block;
  text-align: center;
}

.post-thumbnail__link.post-thumbnail--small img {
  width: 100%;
}

.post-thumbnail__img {
  display: inline-block;
  vertical-align: top;
}

.single .hentry .post-thumbnail__img {
  width: 100%;
}

.posts-list .post-thumbnail--fullwidth {
  display: block;
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .posts-list .post-thumbnail--fullwidth {
    margin-bottom: 1.5em;
  }
}

.posts-list--grid-3-cols .post-thumbnail--fullwidth,
.posts-list--grid-4-cols .post-thumbnail--fullwidth,
.posts-list--masonry-3-cols .post-thumbnail--fullwidth,
.posts-list--masonry-4-cols .post-thumbnail--fullwidth {
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .posts-list--default .hentry:not(:first-child) .post-thumbnail--fullwidth {
    margin-top: 1.7em;
  }
}

.post-thumbnail--fullwidth img {
  width: 100%;
}

.single .hentry .post-thumbnail {
  margin-top: 8px;
  margin-bottom: 40px;
}

.post__terms, .post__cats, .post__date, .post__comments, .post__tags, .posted-by {
  display: inline-block;
}

.post__terms i, .post__cats i, .post__date i, .post__comments i, .post__tags i, .posted-by i {
  font-size: 1.333em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
}

@media (min-width: 544px) {
  .single-modern-header .post__terms i, .single-modern-header .post__cats i, .single-modern-header .post__date i, .single-modern-header .post__comments i, .single-modern-header .post__tags i, .single-modern-header .posted-by i {
    top: -3px;
  }
}

.post__terms a, .post__cats a, .post__date a, .post__comments a, .post__tags a, .posted-by a {
  text-decoration: none;
}

.posted-by {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

.single-modern-header .posted-by {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .single-modern-header .posted-by {
    margin-bottom: 40px;
  }
}

.posted-by__avatar img {
  display: none;
  margin-right: 9px;
  border-radius: 50%;
}

@media (min-width: 1200px) {
  .posted-by__avatar img {
    display: block;
  }
}

.posted-by__author {
  margin-left: 4px;
}

.post-gallery + .post-cats,
.entry-video + .post-cats,
.post-thumbnail + .post-cats,
.post-thumbnail__img + .post-cats,
.post-thumbnail__link + .post-cats {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0;
  margin-right: 20px;
  z-index: 2;
}

.related-posts .post-gallery + .post-cats,
.posts-list--grid-3-cols .post-gallery + .post-cats,
.posts-list--grid-4-cols .post-gallery + .post-cats,
.posts-list--masonry-3-cols .post-gallery + .post-cats,
.posts-list--masonry-4-cols .post-gallery + .post-cats, .related-posts
.entry-video + .post-cats,
.posts-list--grid-3-cols
.entry-video + .post-cats,
.posts-list--grid-4-cols
.entry-video + .post-cats,
.posts-list--masonry-3-cols
.entry-video + .post-cats,
.posts-list--masonry-4-cols
.entry-video + .post-cats, .related-posts
.post-thumbnail + .post-cats,
.posts-list--grid-3-cols
.post-thumbnail + .post-cats,
.posts-list--grid-4-cols
.post-thumbnail + .post-cats,
.posts-list--masonry-3-cols
.post-thumbnail + .post-cats,
.posts-list--masonry-4-cols
.post-thumbnail + .post-cats, .related-posts
.post-thumbnail__img + .post-cats,
.posts-list--grid-3-cols
.post-thumbnail__img + .post-cats,
.posts-list--grid-4-cols
.post-thumbnail__img + .post-cats,
.posts-list--masonry-3-cols
.post-thumbnail__img + .post-cats,
.posts-list--masonry-4-cols
.post-thumbnail__img + .post-cats, .related-posts
.post-thumbnail__link + .post-cats,
.posts-list--grid-3-cols
.post-thumbnail__link + .post-cats,
.posts-list--grid-4-cols
.post-thumbnail__link + .post-cats,
.posts-list--masonry-3-cols
.post-thumbnail__link + .post-cats,
.posts-list--masonry-4-cols
.post-thumbnail__link + .post-cats {
  top: 40px;
  left: 40px;
  margin-right: 40px;
}

.entry-video + .post-cats {
  top: 50px;
  left: 16px;
}

.post-cats {
  display: block;
  padding: 40px 40px 13px;
}

.post-cats a {
  display: inline-block;
  margin-bottom: 2px;
  padding: 5px 10px;
  text-transform: uppercase;
}

.single-post .post-cats {
  padding-bottom: 45px;
}

.posts-list--grid-3-cols .post-cats,
.posts-list--grid-4-cols .post-cats,
.posts-list--masonry-3-cols .post-cats,
.posts-list--masonry-4-cols .post-cats {
  padding-bottom: 5px;
}

/*--------------------------------------------------------------
### Related posts
--------------------------------------------------------------*/
.single .related-posts {
  position: relative;
  padding-top: 70px;
  border-top: 1px solid #e8e8e8;
}

.single .related-posts > .entry-title {
  margin-bottom: 40px;
}

.single .related-posts .post-thumbnail--fullwidth {
  margin-bottom: 2em;
}

.single .related-posts .related-post {
  margin-bottom: 34px;
}

.single .related-posts .post-thumbnail__img {
  width: 100%;
  height: auto;
}

.single .related-posts .entry-header {
  margin-bottom: 0;
}

.single .related-posts .entry-header .entry-title {
  margin-bottom: 6px;
}

.single .related-posts .entry-meta {
  margin-top: 15px;
}

.single .related-posts .entry-content {
  margin-top: 0;
}

.single-post #primary {
  background-clip: content-box;
}

.single-post .site-main {
  padding: 0 0.9375rem;
}

@media (min-width: 1200px) {
  .single.position-fullwidth .related-posts {
    z-index: 1;
  }
  .single.position-fullwidth .related-posts:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -5000px;
    left: -5000px;
    height: 1px;
    display: block;
    z-index: -1;
    background: #e8e8e8;
  }
}

/*--------------------------------------------------------------
### Single Post
--------------------------------------------------------------*/
body:not(.position-fullwidth).single-timeline_post .site-content .post .post-thumbnail img,
body:not(.position-fullwidth).single-timeline_post .site-content .post .entry-content img,
body:not(.position-fullwidth).single-post .site-content .post .post-thumbnail img,
body:not(.position-fullwidth).single-post .site-content .post .entry-content img,
body:not(.position-fullwidth).single-attachment .site-content .post .post-thumbnail img,
body:not(.position-fullwidth).single-attachment .site-content .post .entry-content img {
  width: calc(100% + 1.875rem);
  max-width: calc(100% + 1.875rem);
}

body:not(.position-fullwidth).single-timeline_post .site-content .post .post-thumbnail img,
body:not(.position-fullwidth).single-timeline_post .site-content .post .entry-content img,
body:not(.position-fullwidth).single-timeline_post .post-author-bio,
body:not(.position-fullwidth).single-timeline_post .comments-area,
body:not(.position-fullwidth).single-post .site-content .post .post-thumbnail img,
body:not(.position-fullwidth).single-post .site-content .post .entry-content img,
body:not(.position-fullwidth).single-post .post-author-bio,
body:not(.position-fullwidth).single-post .comments-area,
body:not(.position-fullwidth).single-attachment .site-content .post .post-thumbnail img,
body:not(.position-fullwidth).single-attachment .site-content .post .entry-content img,
body:not(.position-fullwidth).single-attachment .post-author-bio,
body:not(.position-fullwidth).single-attachment .comments-area {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

body:not(.position-fullwidth).single-timeline_post .post-author-bio,
body:not(.position-fullwidth).single-timeline_post .comments-area,
body:not(.position-fullwidth).single-timeline_post .comments-area > .comment-respond,
body:not(.position-fullwidth).single-post .post-author-bio,
body:not(.position-fullwidth).single-post .comments-area,
body:not(.position-fullwidth).single-post .comments-area > .comment-respond,
body:not(.position-fullwidth).single-attachment .post-author-bio,
body:not(.position-fullwidth).single-attachment .comments-area,
body:not(.position-fullwidth).single-attachment .comments-area > .comment-respond {
  overflow: hidden;
}

body:not(.position-fullwidth).single-timeline_post .post-author-bio > *,
body:not(.position-fullwidth).single-timeline_post .comments-area > *,
body:not(.position-fullwidth).single-timeline_post .comment-respond,
body:not(.position-fullwidth).single-post .post-author-bio > *,
body:not(.position-fullwidth).single-post .comments-area > *,
body:not(.position-fullwidth).single-post .comment-respond,
body:not(.position-fullwidth).single-attachment .post-author-bio > *,
body:not(.position-fullwidth).single-attachment .comments-area > *,
body:not(.position-fullwidth).single-attachment .comment-respond {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

@media (min-width: 1200px) {
  .single.position-fullwidth .site-content.container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .single.position-fullwidth .site-content_wrap.container {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
    background-clip: content-box;
  }
  .blog-default.position-fullwidth.single-post .site-main .post img:not(.swiper-image, .avatar) {
    position: relative;
    left: 50%;
    width: calc(100vw - 1.875rem);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}

/*--------------------------------------------------------------
### Modern Single Post
--------------------------------------------------------------*/
.single-modern-header {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}

@media (min-width: 768px) {
  .single-modern-header {
    padding: 120px 0;
  }
}

@media (min-width: 992px) {
  .single-modern-header {
    padding: 170px 0 200px;
  }
}

.single-modern-header.invert {
  background-color: #000;
}

.single-modern-header .post-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.single-modern-header .post-thumbnail > img {
  object-fit: cover;
  object-position: center;
  opacity: .6;
  width: 100%;
  height: 100%;
}

.single-modern-header .container {
  position: relative;
  z-index: 2;
}

/*--------------------------------------------------------------
### Archive page
--------------------------------------------------------------*/
.archive .taxonomy-description {
  margin-bottom: 25px;
}

/*--------------------------------------------------------------
### Sticky Post
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.sticky__label {
  display: block;
  margin-top: 3px;
  margin-right: 11px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  float: left;
  border-radius: 30px;
  text-align: center;
}

.posts-list--default .sticky__label {
  margin-top: 30px;
}

.sticky__label i {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 28px;
}

.sticky__label.type-label, .sticky__label.type-both {
  padding-right: 15px;
  padding-left: 15px;
}

.sticky__label.type-both i {
  display: inline-block;
  margin-right: 5px;
  line-height: 30px;
}

/*--------------------------------------------------------------
## Post Formats
--------------------------------------------------------------*/
.post {
  /* Gallery */
  /* Link */
  /* Quote */
  /* Video */
  /* Wrapper for non-image featured content */
}

.post-gallery {
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .post-gallery {
    margin-bottom: 1.5em;
  }
}

@media (min-width: 992px) {
  .posts-list--default:not(.featured-image--small) .post-gallery {
    margin-top: 1.7em;
  }
}

.posts-list--default.featured-image--small .post-gallery {
  margin-bottom: 0;
}

.entry-content .post-gallery:first-child {
  margin-top: 10px;
  margin-bottom: 40px;
}

.post-gallery__image {
  display: block;
  margin: auto;
  width: 100%;
}

.post-gallery__slide.swiper-slide:hover:hover {
  background-color: transparent;
}

.post-gallery__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 25px 15px 45px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
}

.post-gallery__link {
  display: block;
}

.post-format-link {
  position: relative;
  display: inline-block;
  margin: 0 40px 0;
  padding: 11px 30px 14px;
  text-transform: uppercase;
  text-align: center;
}

.post-format-link:before {
  content: '\e915';
  display: inline-block;
  vertical-align: middle;
  transition: all .3s ease;
  margin-right: 11px;
  font-size: 18px;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.single-post .post-format-link {
  margin: 0;
  float: none;
}

.post-format-link span:not(.wrap) {
  position: relative;
  display: inline-block;
  text-decoration: underline;
}

.post-thumbnail__img + .post-format-link,
.post-thumbnail__link + .post-format-link,
.post-thumbnail__img + .post-cats + .post-format-link,
.post-thumbnail__link + .post-cats + .post-format-link {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.post.format-link .post-list__item-content {
  padding: 40px 40px 20px;
}

.post.format-link .post-thumbnail__img {
  width: 100%;
}

.posts-list--grid-3-cols .post.format-link .post-format-link,
.posts-list--grid-4-cols .post.format-link .post-format-link,
.posts-list--masonry-3-cols .post.format-link .post-format-link,
.posts-list--masonry-4-cols .post.format-link .post-format-link,
.posts-list--vertical-justify .post.format-link .post-format-link {
  margin-top: 10px;
}

.posts-list--grid-3-cols .post.format-link .post-thumbnail__img + .post-cats + .post-format-link,
.posts-list--grid-3-cols .post.format-link .post-thumbnail__link + .post-cats + .post-format-link,
.posts-list--grid-4-cols .post.format-link .post-thumbnail__img + .post-cats + .post-format-link,
.posts-list--grid-4-cols .post.format-link .post-thumbnail__link + .post-cats + .post-format-link,
.posts-list--masonry-3-cols .post.format-link .post-thumbnail__img + .post-cats + .post-format-link,
.posts-list--masonry-3-cols .post.format-link .post-thumbnail__link + .post-cats + .post-format-link,
.posts-list--masonry-4-cols .post.format-link .post-thumbnail__img + .post-cats + .post-format-link,
.posts-list--masonry-4-cols .post.format-link .post-thumbnail__link + .post-cats + .post-format-link,
.posts-list--vertical-justify .post.format-link .post-thumbnail__img + .post-cats + .post-format-link,
.posts-list--vertical-justify .post.format-link .post-thumbnail__link + .post-cats + .post-format-link {
  position: static;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

@media (min-width: 992px) {
  .posts-list--grid-3-cols .post.format-link .post-thumbnail__img + .post-cats + .post-format-link,
  .posts-list--grid-3-cols .post.format-link .post-thumbnail__link + .post-cats + .post-format-link,
  .posts-list--grid-4-cols .post.format-link .post-thumbnail__img + .post-cats + .post-format-link,
  .posts-list--grid-4-cols .post.format-link .post-thumbnail__link + .post-cats + .post-format-link,
  .posts-list--masonry-3-cols .post.format-link .post-thumbnail__img + .post-cats + .post-format-link,
  .posts-list--masonry-3-cols .post.format-link .post-thumbnail__link + .post-cats + .post-format-link,
  .posts-list--masonry-4-cols .post.format-link .post-thumbnail__img + .post-cats + .post-format-link,
  .posts-list--masonry-4-cols .post.format-link .post-thumbnail__link + .post-cats + .post-format-link,
  .posts-list--vertical-justify .post.format-link .post-thumbnail__img + .post-cats + .post-format-link,
  .posts-list--vertical-justify .post.format-link .post-thumbnail__link + .post-cats + .post-format-link {
    position: absolute;
    margin-top: 0;
    right: 20px;
    left: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
  }
}

.post-format-quote {
  margin-bottom: 21px;
  padding-bottom: 19px;
}

.post.format-quote .post-list__item-content {
  padding: 32px 40px 20px;
}

.posts-list--grid-3-cols .post.format-video .embed-responsive.embed-responsive-16by9,
.posts-list--grid-4-cols .post.format-video .embed-responsive.embed-responsive-16by9,
.posts-list--masonry-3-cols .post.format-video .embed-responsive.embed-responsive-16by9,
.posts-list--masonry-4-cols .post.format-video .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 80.475%;
}

.posts-list--grid-3-cols .post.format-video .post-cats,
.posts-list--grid-4-cols .post.format-video .post-cats,
.posts-list--masonry-3-cols .post.format-video .post-cats,
.posts-list--masonry-4-cols .post.format-video .post-cats {
  top: 50px;
  left: 16px;
}

.post-featured-content {
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .post-featured-content {
    margin-bottom: 1.3em;
  }
}

.format-video .post-featured-content {
  background: none;
}

.format-video .post-featured-content iframe {
  display: block;
}

@media (min-width: 992px) {
  .posts-list--default:not(.featured-image--small) .format-video .post-featured-content, .posts-list--default:not(.featured-image--small)
  .format-audio .post-featured-content {
    margin-top: 1.2em;
  }
}

@media (min-width: 1200px) {
  .posts-list--default.featured-image--small .format-video .post-featured-content, .posts-list--default.featured-image--small
  .format-audio .post-featured-content {
    -webkit-flex: 0 0 418px;
        -ms-flex: 0 0 418px;
            flex: 0 0 418px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .posts-list--default.featured-image--small.fullwidth .format-video .post-featured-content, .posts-list--default.featured-image--small.fullwidth
  .format-audio .post-featured-content {
    -webkit-flex: 0 0 418px;
        -ms-flex: 0 0 418px;
            flex: 0 0 418px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}

/* Aside */
.format-aside .entry-header {
  margin-bottom: 0;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* Image pop-up */
a[data-popup="magnificPopup"],
.mini-gallery a {
  display: block;
  position: relative;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

a[data-popup="magnificPopup"]:before,
.mini-gallery a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-out;
  content: '';
}

a[data-popup="magnificPopup"]:after,
.mini-gallery a:after {
  color: #ffffff;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '\e936';
  font-size: 40px;
  font-size: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  margin: -1.25rem 0 0 -1.25rem;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  transition: all 0.4s ease-out;
}

a[data-popup="magnificPopup"]:hover:before,
.mini-gallery a:hover:before {
  opacity: 0.6;
}

a[data-popup="magnificPopup"]:hover:after,
.mini-gallery a:hover:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

a[data-popup="magnificPopup"]:focus,
.mini-gallery a:focus {
  outline: 0;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.714285;
}

.site-footer .widget {
  background: transparent;
}

.footer-container {
  padding: 19px 0 25px;
}

.site-footer.centered .footer-container {
  padding-top: 70px;
  padding-bottom: 80px;
}

.site-info .footer-logo,
.site-info .social-list,
.site-info .footer-copyright {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-copyright {
  font-size: 12px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
}

.footer-area-wrap {
  background-size: cover;
}

.site-footer.default .site-info-wrap, .site-footer.default .site-info__bottom {
  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;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .site-footer.default .site-info-wrap, .site-footer.default .site-info__bottom {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.site-footer.default .site-info-wrap > *, .site-footer.default .site-info__bottom > * {
  width: 100%;
  text-align: center;
}

@media (min-width: 992px) {
  .site-footer.default .site-info-wrap > *, .site-footer.default .site-info__bottom > * {
    text-align: left;
    width: auto;
  }
}

.site-footer.default .site-info-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.site-footer.default .site-info-wrap > * {
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 992px) {
  .site-footer.default .site-info__bottom > *:not(:last-child) {
    margin-right: 30px;
  }
}

.site-footer.default .site-info .footer-logo ~ .site-info__bottom,
.site-footer.default .site-info .footer-menu ~ .site-info__bottom {
  margin-top: 30px;
  -webkit-flex: 0 0 calc(100% - 30px);
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  width: 100%;
  padding-top: 15px;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  position: relative;
  border-top: 1px solid #e8e8e8;
}

.site-footer.default .social-list {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (min-width: 1200px) {
  .site-footer.default .social-list {
    text-align: center;
  }
}

.site-footer.default .site-info-logo_copyright {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .site-footer.default .site-info-logo_copyright {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.site-footer.default .site-info-logo_copyright .footer-logo {
  margin-right: 19px;
}

.site-footer.default .site-info-logo_copyright .footer-copyright {
  padding-top: 5px;
}

.site-footer.centered .site-info {
  text-align: center;
}

.site-footer.centered .site-info > * + * {
  margin-top: 37px;
}

.site-footer.centered .site-info > * + .social-list {
  margin: 31px 0;
}

@media (min-width: 1200px) {
  .site-footer.centered .site-info > * + .social-list {
    margin: 71px 0 50px;
  }
}

.site-footer.centered .site-info > * + .footer-copyright {
  margin: 29px 0 35px;
}

.site-footer.minimal .site-info-wrap, .site-footer.minimal .site-info__bottom {
  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;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .site-footer.minimal .site-info-wrap, .site-footer.minimal .site-info__bottom {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.site-footer.minimal .site-info-wrap > *, .site-footer.minimal .site-info__bottom > * {
  width: 100%;
  text-align: center;
}

@media (min-width: 992px) {
  .site-footer.minimal .site-info-wrap > *, .site-footer.minimal .site-info__bottom > * {
    text-align: left;
    width: auto;
  }
}

.site-footer.minimal .site-info-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.site-footer.minimal .site-info-wrap > * {
  margin-left: 15px;
  margin-right: 15px;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (min-width: 992px) {
  .site-footer.minimal .site-info-wrap .social-list {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .site-footer.minimal .site-info__bottom > *:not(:last-child) {
    margin-right: 30px;
  }
}

.site-footer.minimal .site-info .footer-logo ~ .site-info__bottom,
.site-footer.minimal .site-info .footer-menu ~ .site-info__bottom {
  margin-top: 15px;
  -webkit-flex: 0 0 calc(100% - 30px);
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  width: 100%;
  padding-top: 15px;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  position: relative;
  border-top: 1px solid #666;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.not-found {
  text-align: center;
}

.not-found.error-404 {
  margin: 100px 0;
}

@media (min-width: 768px) {
  .not-found.error-404 {
    margin: 90px 0 100px;
  }
}

.not-found.error-404 h3 {
  padding-top: 0;
}

.not-found.error-404 h3:before {
  display: none;
}

.not-found.error-404 .btn, .not-found.error-404 .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-reset.button, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .not-found.error-404 .tm-wc-ajax-filters-reset.button {
  margin-top: 5px;
}

.not-found.no-results {
  padding: 40px;
  text-align: left;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .not-found.no-results {
    padding: 20px;
  }
}

.not-found.no-results .search-form {
  max-width: 800px;
  margin: 35px 0 0;
}

.not-found .page-title {
  margin: 0 0 20px 0;
  line-height: .8;
}

@media (min-width: 992px) {
  .not-found .page-title {
    margin: 0 0 35px 0;
  }
}

.not-found .search-form {
  max-width: 800px;
  margin: 35px auto 0;
}

body.error404 .site-content {
  background-size: cover;
}

header .page-title {
  margin-bottom: 1em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 1.875rem;
  padding: 32px 40px 40px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}

.widget > .widget {
  padding: 0;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget.tm_about_store_widget, .widget.tm_about_store_widget {
  padding: 0;
}

.widget.tm_about_store_widget .tm_about_store_widget_bg {
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 9em 8% 10em;
}

@media (min-width: 992px) {
  .widget.tm_about_store_widget .tm_about_store_widget_bg {
    padding: 18em 16% 19.5em;
  }
}

.sidebar .widget.tm_about_store_widget .tm_about_store_widget_bg,
.tm_pb_column_1_4 .widget.tm_about_store_widget .tm_about_store_widget_bg,
.tm_pb_column_1_3 .widget.tm_about_store_widget .tm_about_store_widget_bg,
.footer-area:not(.footer-area--fullwidth) .widget.tm_about_store_widget .tm_about_store_widget_bg,
.after-loop-area .widget.tm_about_store_widget .tm_about_store_widget_bg {
  padding: 108px 20px 107px 20px;
}

.sidebar .widget.tm_about_store_widget .tm_about_store_widget_bg .widget-title,
.tm_pb_column_1_4 .widget.tm_about_store_widget .tm_about_store_widget_bg .widget-title,
.tm_pb_column_1_3 .widget.tm_about_store_widget .tm_about_store_widget_bg .widget-title,
.footer-area:not(.footer-area--fullwidth) .widget.tm_about_store_widget .tm_about_store_widget_bg .widget-title,
.after-loop-area .widget.tm_about_store_widget .tm_about_store_widget_bg .widget-title {
  margin-bottom: 10px;
}

.sidebar .widget.tm_about_store_widget .tm_about_store_widget_bg .textwidget:empty,
.tm_pb_column_1_4 .widget.tm_about_store_widget .tm_about_store_widget_bg .textwidget:empty,
.tm_pb_column_1_3 .widget.tm_about_store_widget .tm_about_store_widget_bg .textwidget:empty,
.footer-area:not(.footer-area--fullwidth) .widget.tm_about_store_widget .tm_about_store_widget_bg .textwidget:empty,
.after-loop-area .widget.tm_about_store_widget .tm_about_store_widget_bg .textwidget:empty {
  display: none;
}

.sidebar .widget.tm_about_store_widget .tm_about_store_widget_bg .btn, .sidebar .widget.tm_about_store_widget .tm_about_store_widget_bg .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-reset.button, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .sidebar .widget.tm_about_store_widget .tm_about_store_widget_bg .tm-wc-ajax-filters-reset.button,
.tm_pb_column_1_4 .widget.tm_about_store_widget .tm_about_store_widget_bg .btn,
.tm_pb_column_1_4 .widget.tm_about_store_widget .tm_about_store_widget_bg .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-reset.button, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper
.tm_pb_column_1_4 .widget.tm_about_store_widget .tm_about_store_widget_bg .tm-wc-ajax-filters-reset.button,
.tm_pb_column_1_3 .widget.tm_about_store_widget .tm_about_store_widget_bg .btn,
.tm_pb_column_1_3 .widget.tm_about_store_widget .tm_about_store_widget_bg .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-reset.button, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper
.tm_pb_column_1_3 .widget.tm_about_store_widget .tm_about_store_widget_bg .tm-wc-ajax-filters-reset.button,
.footer-area:not(.footer-area--fullwidth) .widget.tm_about_store_widget .tm_about_store_widget_bg .btn,
.footer-area:not(.footer-area--fullwidth) .widget.tm_about_store_widget .tm_about_store_widget_bg .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-reset.button, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper
.footer-area:not(.footer-area--fullwidth) .widget.tm_about_store_widget .tm_about_store_widget_bg .tm-wc-ajax-filters-reset.button,
.after-loop-area .widget.tm_about_store_widget .tm_about_store_widget_bg .btn,
.after-loop-area .widget.tm_about_store_widget .tm_about_store_widget_bg .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-reset.button, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper
.after-loop-area .widget.tm_about_store_widget .tm_about_store_widget_bg .tm-wc-ajax-filters-reset.button {
  margin-top: 10px;
}

#tm_builder_outer_content .tm_pb_widget_area .widget.tm_about_store_widget .tm_about_store_widget_bg .widget-title,
.widget.tm_about_store_widget .tm_about_store_widget_bg .widget-title {
  position: relative;
  padding-top: .85em;
}

#tm_builder_outer_content .tm_pb_widget_area .widget.tm_about_store_widget .tm_about_store_widget_bg .widget-title:after,
.widget.tm_about_store_widget .tm_about_store_widget_bg .widget-title:after {
  content: '';
  height: 4px;
  width: 37px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.widget.tm_about_store_widget .tm_about_store_widget_bg h3 {
  margin-bottom: 0.6em;
}

.widget.tm_about_store_widget .tm_about_store_widget_bg .textwidget {
  padding-bottom: 20px;
  text-align: center;
  text-transform: none;
}

.widget.tm_about_store_widget .tm_about_store_widget_bg .textwidget span {
  display: block;
  padding-bottom: 1.5em;
}

.widget.tm_about_store_widget .btn, .widget.tm_about_store_widget .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-reset.button, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .widget.tm_about_store_widget .tm-wc-ajax-filters-reset.button {
  margin-top: 20px;
}

.widget-title {
  margin-bottom: 1.45em;
}

.widget.__tm_banners_grid_widget {
  padding: 0;
  margin-bottom: 0;
  background: none;
}

.footer-area:not(.footer-area--fullwidth) .widget + .widget {
  padding-top: 0;
  border-top: none;
}

.widget select {
  max-width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget {
    padding: 22px 20px 30px;
  }
  .widget-title {
    margin-bottom: .83em;
  }
}

.footer-area,
.second-footer-area {
  padding: 50px 0 10px;
}

.footer-area.row .widget[class*="col-"],
.second-footer-area.row .widget[class*="col-"] {
  padding: 0 0.9375rem;
  margin-bottom: 40px;
}

.footer-area .widget-title,
.second-footer-area .widget-title {
  padding: 15px 0 0 0;
  position: relative;
}

.footer-area .widget-title:after,
.second-footer-area .widget-title:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 17px;
  content: '';
}

.full-width-header-area .widget:first-child .widget-title {
  margin-top: 1.5em;
}

.breadcrumbs + .full-width-header-area {
  margin-top: 3em;
}

.breadcrumbs + .full-width-header-area .widget:first-child .widget-title {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Defaults
--------------------------------------------------------------*/
.widget ul:not(.inline-list) {
  margin-bottom: 0;
  padding: 0;
  margin-left: 0;
  list-style: none;
}

.widget ul:not(.inline-list) li + li,
.widget ul:not(.inline-list) li > ul li,
.widget ul:not(.inline-list) li > ol li {
  margin-top: 19px;
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
}

.widget ul:not(.inline-list) li > ul {
  margin-left: 10px;
}

.invert .widget ul:not(.inline-list) li + li,
.invert .widget ul:not(.inline-list) li > ul li,
.invert .widget ul:not(.inline-list) li > ol li {
  margin-top: 9px;
  padding-top: 10px;
  border-top: none;
}

.invert .widget ul:not(.inline-list) li > ul {
  margin-left: 10px;
}

.widget > select {
  max-width: 250px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_rss li,
.widget_layered_nav li,
.widget_layered_nav_filters li,
.widget_rating_filter li,
.widget_nav_menu li {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}

.widget.widget_product_categories:not(.inline-list) li {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}

.widget.widget_product_categories:not(.inline-list) li ul {
  margin-left: 17px;
}

.widget.widget_product_categories:not(.inline-list) li ul ul {
  margin-left: 24px;
}

.widget.widget_product_categories:not(.inline-list) li ul > li {
  text-transform: none;
  border-top: none;
  padding-top: 5px;
  margin-top: 5px;
}

.widget.widget_product_categories:not(.inline-list) li ul ul > li {
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
}

/*--------------------------------------------------------------
## Widget Calendar
--------------------------------------------------------------*/
.widget.widget_calendar {
  padding: 0;
}

.widget.widget_calendar .widget-title,
#tm_builder_outer_content .tm_pb_module .widget.widget_calendar .widget-title {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget.widget_calendar .widget-title,
  #tm_builder_outer_content .tm_pb_module .widget.widget_calendar .widget-title {
    padding-top: 22px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.footer-area .widget.widget_calendar .widget-title,
#tm_builder_outer_content .tm_pb_module .footer-area .widget.widget_calendar .widget-title {
  padding: 15px 0 0 0;
}

.widget.widget_calendar table {
  position: relative;
  margin-bottom: 0;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: none;
  text-align: center;
}

@media (min-width: 1200px) {
  .widget.widget_calendar table {
    border-spacing: 10px;
  }
}

.widget.widget_calendar table td {
  padding: 0;
  border: none;
}

.widget.widget_calendar table thead th {
  border: 1px solid;
}

.widget.widget_calendar table tbody td {
  border: 1px solid #e8e8e8;
}

.widget.widget_calendar table thead th:first-child,
.widget.widget_calendar table tbody td:first-child {
  border-left: none;
}

.widget.widget_calendar table thead th:last-child,
.widget.widget_calendar table tbody td:last-child {
  border-right: none;
}

.widget.widget_calendar table tr:first-child th,
.widget.widget_calendar table tr:first-child td, .widget.widget_calendar table tr:last-child th,
.widget.widget_calendar table tr:last-child td {
  border-top: none;
  border-bottom: none;
}

.widget.widget_calendar caption {
  padding: 33px 55px 29px;
  word-wrap: initial;
  font-size: 18px;
  font-size: 1.125rem;
}

.widget.widget_calendar th {
  padding: 10px 0 10px;
  font-weight: inherit;
}

.widget.widget_calendar tbody td {
  position: relative;
  padding: 0 1px;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0;
}

.widget.widget_calendar tbody td a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: inherit;
  border-radius: 0;
}

.widget.widget_calendar tfoot td {
  font-size: 0;
  line-height: 0;
}

.widget.widget_calendar #prev,
.widget.widget_calendar #next {
  position: absolute;
  top: 36px;
}

.widget.widget_calendar #prev a,
.widget.widget_calendar #next a {
  display: block;
}

.widget.widget_calendar #prev a:before,
.widget.widget_calendar #next a:before {
  display: block;
  transition: all .3s ease;
  font-size: 20px;
  line-height: 20px;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
      transform: scale(0.5);
}

.widget.widget_calendar #prev a:hover:before,
.widget.widget_calendar #next a:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

.widget.widget_calendar #prev {
  left: 34px;
}

.widget.widget_calendar #prev a:before {
  content: "\e93b";
}

.widget.widget_calendar #next {
  right: 32px;
}

.widget.widget_calendar #next a:before {
  content: "\e93c";
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget.widget_calendar caption {
    padding: 23px 20px 19px;
  }
  .widget.widget_calendar #prev {
    top: 26px;
    left: 3px;
  }
  .widget.widget_calendar #next {
    top: 26px;
    right: 3px;
  }
}

/*--------------------------------------------------------------
## Widget Tag Cloud
--------------------------------------------------------------*/
.tagcloud {
  margin: 2.3em 0 -4px;
}

.tagcloud a {
  display: inline-block;
  margin: 0 0 4px;
  padding: 4px 9px;
  vertical-align: top;
  text-decoration: none;
  border: 1px solid;
  font-size: 12px !important;
  border-radius: 0;
}

.site-footer .tagcloud a {
  padding: 13px 15px;
  background: transparent;
}

.site-footer .tagcloud a:hover {
  background: transparent;
}

/*--------------------------------------------------------------
## Widget Recent Posts
--------------------------------------------------------------*/
.widget_recent_entries .widget-title {
  margin-bottom: 1em;
}

.widget_recent_entries ul li + li {
  margin-top: 26px;
  padding-top: 25px;
}

.widget_recent_entries ul li .post-date {
  display: block;
  margin-top: 11px;
  font-size: 12px;
  font-size: 0.75rem;
}

/*--------------------------------------------------------------
## Widget Recent Comments
--------------------------------------------------------------*/
.widget_recent_comments .widget-title {
  margin-bottom: 1em;
}

.widget_recent_comments ul li {
  font-size: 12px;
  font-size: 0.75rem;
}

.widget_recent_comments ul li + li {
  margin-top: 26px;
  padding-top: 23px;
}

.widget_recent_comments ul li .comment-author-link ~ a {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 11px !important;
}

.widget_recent_comments ul li .comment-author-link ~ a:before {
  content: '';
  display: block;
  margin-top: 11px;
}

/*--------------------------------------------------------------
## Widget Search
--------------------------------------------------------------*/
.sidebar .widget_search .widget-title {
  margin-bottom: 1.42em;
}

/*--------------------------------------------------------------
## Widget Rss
--------------------------------------------------------------*/
.widget_rss .rss-widget-icon {
  vertical-align: middle;
}

.widget_rss .rsswidget {
  font-size: 1.1em;
}

.widget_rss .rss-date,
.widget_rss cite {
  font-size: 12px;
  font-size: 0.75rem;
}

.widget_rss .rss-date,
.widget_rss .rssSummary,
.widget_rss cite {
  margin-top: 11px;
  display: block;
}

/*--------------------------------------------------------------
## Widget Text
--------------------------------------------------------------*/
.widget.widget_text {
  text-transform: none;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

/*--------------------------------------------------------------
## About author
--------------------------------------------------------------*/
.sidebar .widget-about-author .widget-title {
  margin-bottom: 1.42em;
}

.about-author {
  text-align: center;
}

.about-author:after {
  display: block;
  clear: both;
  width: 100%;
  content: '';
}

.about-author_avatar {
  margin: 0 0 1em;
  max-width: 100%;
}

.about-author_img {
  border-radius: 100%;
}

.about-author_content {
  overflow: hidden;
}

.about-author_name {
  margin: 0;
  padding: 0 0 1em;
}

.about-author_description {
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: none;
}

.about-author_btn_box .about-author_btn,
#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .about-author_btn_box .about-author_btn {
  display: block;
  max-width: 190px;
  margin-right: auto;
  margin-left: auto;
}

.sidebar .about-author_avatar,
.tm_pb_column_1_4 .about-author_avatar,
.tm_pb_column_1_3 .about-author_avatar,
.footer-area:not(.footer-area--fullwidth) .about-author_avatar,
.after-loop-area .about-author_avatar {
  margin-bottom: 17px;
}

.sidebar .about-author_content,
.tm_pb_column_1_4 .about-author_content,
.tm_pb_column_1_3 .about-author_content,
.footer-area:not(.footer-area--fullwidth) .about-author_content,
.after-loop-area .about-author_content {
  overflow: visible;
  text-align: center;
}

.sidebar .about-author_btn_box .about-author_btn,
.tm_pb_column_1_4 .about-author_btn_box .about-author_btn,
.tm_pb_column_1_3 .about-author_btn_box .about-author_btn,
.footer-area:not(.footer-area--fullwidth) .about-author_btn_box .about-author_btn,
.after-loop-area .about-author_btn_box .about-author_btn {
  margin-left: 0;
  display: inline-block;
}

@media (min-width: 992px) {
  .about-author {
    text-align: left;
  }
  .about-author_avatar {
    float: left;
    max-width: 50%;
    margin: 0 1.5em 0 0;
  }
  .sidebar .about-author_avatar,
  .tm_pb_column_1_4 .about-author_avatar,
  .tm_pb_column_1_3 .about-author_avatar,
  .footer-area:not(.footer-area--fullwidth) .about-author_avatar,
  .after-loop-area .about-author_avatar {
    margin: 0;
  }
  .sidebar .about-author_avatar,
  .tm_pb_column_1_4 .about-author_avatar,
  .tm_pb_column_1_3 .about-author_avatar,
  .footer-area:not(.footer-area--fullwidth) .about-author_avatar,
  .after-loop-area .about-author_avatar {
    float: none;
    max-width: none;
  }
  .about-author_btn_box .about-author_btn,
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .about-author_btn_box .about-author_btn {
    margin-right: auto;
    margin-left: 0;
  }
}

.sidebar .about-author {
  text-align: center;
}

.sidebar .about-author_img {
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
## About Woostroid
--------------------------------------------------------------*/
.widget-about {
  text-align: center;
}

.widget-about .widget-title {
  text-align: left;
}

.widget-about__logo-img {
  vertical-align: top;
}

.widget-about__content {
  margin-top: 15px;
}

.widget-about__tagline {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}

.widget-about__social {
  margin-top: 20px;
}

.widget-about__social .menu-item > a::before {
  font-size: 15px;
}

.sidebar .widget-about,
.tm_pb_column_1_4 .widget-about,
.tm_pb_column_1_3 .widget-about,
.footer-area:not(.footer-area--fullwidth) .widget-about,
.after-loop-area .widget-about {
  text-align: left;
}

.second-footer-area:not(.footer-area--fullwidth) .widget-about__content,
.footer-area:not(.footer-area--fullwidth) .widget-about__content {
  text-align: left;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.widget-banner__img {
  display: inline-block;
  vertical-align: top;
}

.widget-banner__link {
  display: inline-block;
}

.widget-banner__link:hover {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
  box-shadow: 6px 8px 16px rgba(186, 186, 213, 0.57);
}

/*--------------------------------------------------------------
## Carousel
--------------------------------------------------------------*/
.widget.widget-carousel {
  padding-top: 19px;
}

.sidebar .widget.widget-carousel,
.tm_pb_column_1_4 .widget.widget-carousel,
.tm_pb_column_1_3 .widget.widget-carousel,
.footer-area:not(.footer-area--fullwidth) .widget.widget-carousel,
.after-loop-area .widget.widget-carousel {
  padding: 0 0 19px;
}

.sidebar .widget.widget-carousel .widget-title,
#tm_builder_outer_content .sidebar .widget.widget-carousel .widget-title,
.tm_pb_column_1_4 .widget.widget-carousel .widget-title,
#tm_builder_outer_content
.tm_pb_column_1_4 .widget.widget-carousel .widget-title,
.tm_pb_column_1_3 .widget.widget-carousel .widget-title,
#tm_builder_outer_content
.tm_pb_column_1_3 .widget.widget-carousel .widget-title,
.footer-area:not(.footer-area--fullwidth) .widget.widget-carousel .widget-title,
#tm_builder_outer_content
.footer-area:not(.footer-area--fullwidth) .widget.widget-carousel .widget-title,
.after-loop-area .widget.widget-carousel .widget-title,
#tm_builder_outer_content
.after-loop-area .widget.widget-carousel .widget-title {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar .widget.widget-carousel .widget-title,
  #tm_builder_outer_content .sidebar .widget.widget-carousel .widget-title,
  .tm_pb_column_1_4 .widget.widget-carousel .widget-title,
  #tm_builder_outer_content
  .tm_pb_column_1_4 .widget.widget-carousel .widget-title,
  .tm_pb_column_1_3 .widget.widget-carousel .widget-title,
  #tm_builder_outer_content
  .tm_pb_column_1_3 .widget.widget-carousel .widget-title,
  .footer-area:not(.footer-area--fullwidth) .widget.widget-carousel .widget-title,
  #tm_builder_outer_content
  .footer-area:not(.footer-area--fullwidth) .widget.widget-carousel .widget-title,
  .after-loop-area .widget.widget-carousel .widget-title,
  #tm_builder_outer_content
  .after-loop-area .widget.widget-carousel .widget-title {
    padding-top: 22px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.widget.widget-carousel .swiper-carousel-container {
  position: relative;
}

.widget.widget-carousel .swiper-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.widget.widget-carousel .swiper-slide .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -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;
  padding: 0;
}

.widget.widget-carousel .swiper-slide .entry-content {
  margin: 0;
}

.widget.widget-carousel .swiper-slide .entry-title {
  margin-bottom: 5px;
}

.widget.widget-carousel .swiper-slide .entry-meta > * {
  margin-bottom: 0;
}

.widget.widget-carousel .swiper-slide .post-thumbnail__link {
  display: block;
  margin-bottom: 1.5em;
}

.sidebar .widget.widget-carousel .swiper-slide .post-thumbnail__link,
.tm_pb_column_1_4 .widget.widget-carousel .swiper-slide .post-thumbnail__link,
.tm_pb_column_1_3 .widget.widget-carousel .swiper-slide .post-thumbnail__link,
.footer-area:not(.footer-area--fullwidth) .widget.widget-carousel .swiper-slide .post-thumbnail__link,
.after-loop-area .widget.widget-carousel .swiper-slide .post-thumbnail__link {
  margin-right: -1.875rem;
  margin-left: -1.875rem;
}

.widget.widget-carousel .swiper-slide .post-thumbnail__img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: all 0.7s ease;
}

.widget.widget-carousel .swiper-pagination {
  margin-top: 15px;
  position: static;
}

.widget.widget-carousel .swiper-button-next, .widget.widget-carousel .swiper-button-prev {
  margin: 0;
  top: -45px;
}

@media (min-width: 1600px) {
  .content-layout-boxed .before-content-area .widget.widget-carousel .swiper-button-next,
  .content-layout-boxed .after-content-area .widget.widget-carousel .swiper-button-next {
    right: -50px;
  }
}

@media (min-width: 1600px) {
  .content-layout-boxed .before-content-area .widget.widget-carousel .swiper-button-prev,
  .content-layout-boxed .after-content-area .widget.widget-carousel .swiper-button-prev {
    left: -50px;
  }
}

/*--------------------------------------------------------------
## Contact Information
--------------------------------------------------------------*/
.contact-information-widget__inner li {
  margin-left: 0;
}

.contact-information-widget__inner li .icon {
  font-size: 16.8px;
  font-size: 1.05rem;
  line-height: 1;
  margin-right: 13px;
}

.contact-information-widget__inner li.contact-information__item--icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-area .contact-information-widget {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
## Custom Posts
--------------------------------------------------------------*/
.custom-posts {
  padding-bottom: 35px;
}

.footer-area:not(.footer-area--fullwidth) .custom-posts {
  padding: 0;
}

.footer-area:not(.footer-area--fullwidth) .custom-posts .custom-posts__item {
  border-bottom: none;
  margin-bottom: 10px;
  padding-bottom: 3px;
}

.footer-area:not(.footer-area--fullwidth) .custom-posts .entry-content > *,
.footer-area:not(.footer-area--fullwidth) .custom-posts .entry-header > *,
.footer-area:not(.footer-area--fullwidth) .custom-posts .entry-footer > * {
  margin-top: 2px;
}

.footer-area:not(.footer-area--fullwidth) .custom-posts .entry-footer {
  margin-top: 0;
}

.custom-posts .widget-title {
  margin-bottom: 1em;
}

.custom-posts__item {
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.sidebar .custom-posts__item,
.tm_pb_column_1_4 .custom-posts__item,
.tm_pb_column_1_3 .custom-posts__item,
.footer-area:not(.footer-area--fullwidth) .custom-posts__item,
.after-loop-area .custom-posts__item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e8e8e8;
}

.sidebar .custom-posts__item:last-child,
.tm_pb_column_1_4 .custom-posts__item:last-child,
.tm_pb_column_1_3 .custom-posts__item:last-child,
.footer-area:not(.footer-area--fullwidth) .custom-posts__item:last-child,
.after-loop-area .custom-posts__item:last-child {
  border-bottom: none;
}

#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_module.tm_pb_widget_area .widget .custom-posts__item,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_module.tm_pb_widget_area .widget .custom-posts__item {
  max-width: 100%;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.custom-posts .post-thumbnail {
  margin-bottom: 20px;
}

.custom-posts .post-thumbnail img {
  width: 100%;
}

.sidebar-1-3 .sidebar .custom-posts .post-content-wrap,
.tm_pb_column_1_3 .custom-posts .post-content-wrap,
.footer-area--2-cols .custom-posts .post-content-wrap {
  overflow: hidden;
}

.custom-posts .entry-meta {
  display: block;
  margin-right: -5px;
  margin-left: -5px;
  font-size: 12px;
  font-size: 0.75rem;
}

.custom-posts .entry-meta > * {
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
}

.custom-posts .entry-meta .linearicon {
  font-size: 15px;
}

* + .custom-posts .entry-header {
  margin-top: 10px;
}

.footer-area * + .custom-posts .entry-header {
  margin-top: 0;
}

.custom-posts .entry-footer {
  margin-top: 6px;
}

.custom-posts .entry-header > *, .custom-posts .entry-content > *, .custom-posts .entry-footer > * {
  margin-top: 5px;
}

.custom-posts .post-orientation-left .post-thumbnail img {
  width: auto;
  float: left;
  margin-right: 20px;
}

.custom-posts .post-orientation-left .post-content-wrap {
  overflow: hidden;
}

.custom-posts .post-orientation-left .post-content-wrap .entry-title {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer-area:not(.footer-area--fullwidth) .custom-posts .post-orientation-top .custom-posts__item {
  margin-bottom: 40px;
}

/*--------------------------------------------------------------
## Featured Posts Block
--------------------------------------------------------------*/
.widget-fpblock {
  background: none;
}

.widget-fpblock.widget {
  padding: 0;
}

.widget-fpblock.widget .widget-title,
#tm_builder_outer_content .widget-fpblock.widget .widget-title {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget-fpblock.widget .widget-title,
  #tm_builder_outer_content .widget-fpblock.widget .widget-title {
    padding-top: 22px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.footer-area .widget-fpblock.widget .widget-title,
.second-footer-area .widget-fpblock.widget .widget-title, .footer-area
#tm_builder_outer_content .widget-fpblock.widget .widget-title,
.second-footer-area
#tm_builder_outer_content .widget-fpblock.widget .widget-title {
  padding: 15px 0 0 0;
}

.widget-fpblock__wrapper {
  position: relative;
}

.widget-fpblock__items {
  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;
}

.widget-fpblock__container {
  max-width: 100%;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 992px) {
  .widget-fpblock__items-layout-1 .widget-fpblock__container {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .widget-fpblock__items-layout-1 .widget-fpblock__container + .widget-fpblock__container {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 992px) {
  .widget-fpblock__items-layout-1 .widget-fpblock__container,
  .widget-fpblock__items-layout-2 .widget-fpblock__container,
  .widget-fpblock__items-layout-4 .widget-fpblock__container,
  .widget-fpblock__items-layout-5 .widget-fpblock__container {
    max-width: 25%;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

.widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
.widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
.widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
.widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item {
  max-width: 100%;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 768px) {
  .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
  .widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
  .widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
  .widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item {
    max-width: 50%;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 992px) {
  .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
  .widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
  .widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
  .widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item {
    max-width: 100%;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .before-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
  .after-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
  .tm_pb_column_2_3 .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
  .tm_pb_column_3_4 .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
  .tm_pb_column_1_2 .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item, .before-loop-area
  .widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
  .after-loop-area
  .widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
  .tm_pb_column_2_3
  .widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
  .tm_pb_column_3_4
  .widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
  .tm_pb_column_1_2
  .widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item, .before-loop-area
  .widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
  .after-loop-area
  .widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
  .tm_pb_column_2_3
  .widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
  .tm_pb_column_3_4
  .widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
  .tm_pb_column_1_2
  .widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item, .before-loop-area
  .widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item,
  .after-loop-area
  .widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item,
  .tm_pb_column_2_3
  .widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item,
  .tm_pb_column_3_4
  .widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item,
  .tm_pb_column_1_2
  .widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item {
    max-width: 50%;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 992px) {
  .widget-fpblock__items-layout-3 .widget-fpblock__container {
    max-width: 50%;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item {
  max-width: 100%;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 768px) {
  .widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item {
    max-width: 50%;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 768px) {
  .widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item:first-child {
    max-width: 100%;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .before-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__container,
  .after-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__container,
  .tm_pb_column_2_3 .widget-fpblock__items-layout-1 .widget-fpblock__container,
  .tm_pb_column_3_4 .widget-fpblock__items-layout-1 .widget-fpblock__container,
  .tm_pb_column_1_2 .widget-fpblock__items-layout-1 .widget-fpblock__container, .before-loop-area
  .widget-fpblock__items-layout-2 .widget-fpblock__container,
  .after-loop-area
  .widget-fpblock__items-layout-2 .widget-fpblock__container,
  .tm_pb_column_2_3
  .widget-fpblock__items-layout-2 .widget-fpblock__container,
  .tm_pb_column_3_4
  .widget-fpblock__items-layout-2 .widget-fpblock__container,
  .tm_pb_column_1_2
  .widget-fpblock__items-layout-2 .widget-fpblock__container, .before-loop-area
  .widget-fpblock__items-layout-3 .widget-fpblock__container,
  .after-loop-area
  .widget-fpblock__items-layout-3 .widget-fpblock__container,
  .tm_pb_column_2_3
  .widget-fpblock__items-layout-3 .widget-fpblock__container,
  .tm_pb_column_3_4
  .widget-fpblock__items-layout-3 .widget-fpblock__container,
  .tm_pb_column_1_2
  .widget-fpblock__items-layout-3 .widget-fpblock__container, .before-loop-area
  .widget-fpblock__items-layout-4 .widget-fpblock__container,
  .after-loop-area
  .widget-fpblock__items-layout-4 .widget-fpblock__container,
  .tm_pb_column_2_3
  .widget-fpblock__items-layout-4 .widget-fpblock__container,
  .tm_pb_column_3_4
  .widget-fpblock__items-layout-4 .widget-fpblock__container,
  .tm_pb_column_1_2
  .widget-fpblock__items-layout-4 .widget-fpblock__container, .before-loop-area
  .widget-fpblock__items-layout-5 .widget-fpblock__container,
  .after-loop-area
  .widget-fpblock__items-layout-5 .widget-fpblock__container,
  .tm_pb_column_2_3
  .widget-fpblock__items-layout-5 .widget-fpblock__container,
  .tm_pb_column_3_4
  .widget-fpblock__items-layout-5 .widget-fpblock__container,
  .tm_pb_column_1_2
  .widget-fpblock__items-layout-5 .widget-fpblock__container {
    max-width: 100%;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.sidebar .widget-fpblock__items-layout-1 .widget-fpblock__container,
.tm_pb_column_1_4 .widget-fpblock__items-layout-1 .widget-fpblock__container,
.tm_pb_column_1_3 .widget-fpblock__items-layout-1 .widget-fpblock__container,
.footer-area:not(.footer-area--fullwidth) .widget-fpblock__items-layout-1 .widget-fpblock__container,
.after-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__container, .sidebar
.widget-fpblock__items-layout-2 .widget-fpblock__container,
.tm_pb_column_1_4
.widget-fpblock__items-layout-2 .widget-fpblock__container,
.tm_pb_column_1_3
.widget-fpblock__items-layout-2 .widget-fpblock__container,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-2 .widget-fpblock__container,
.after-loop-area
.widget-fpblock__items-layout-2 .widget-fpblock__container, .sidebar
.widget-fpblock__items-layout-3 .widget-fpblock__container,
.tm_pb_column_1_4
.widget-fpblock__items-layout-3 .widget-fpblock__container,
.tm_pb_column_1_3
.widget-fpblock__items-layout-3 .widget-fpblock__container,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-3 .widget-fpblock__container,
.after-loop-area
.widget-fpblock__items-layout-3 .widget-fpblock__container, .sidebar
.widget-fpblock__items-layout-4 .widget-fpblock__container,
.tm_pb_column_1_4
.widget-fpblock__items-layout-4 .widget-fpblock__container,
.tm_pb_column_1_3
.widget-fpblock__items-layout-4 .widget-fpblock__container,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-4 .widget-fpblock__container,
.after-loop-area
.widget-fpblock__items-layout-4 .widget-fpblock__container, .sidebar
.widget-fpblock__items-layout-5 .widget-fpblock__container,
.tm_pb_column_1_4
.widget-fpblock__items-layout-5 .widget-fpblock__container,
.tm_pb_column_1_3
.widget-fpblock__items-layout-5 .widget-fpblock__container,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-5 .widget-fpblock__container,
.after-loop-area
.widget-fpblock__items-layout-5 .widget-fpblock__container {
  max-width: 100%;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.sidebar .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
.tm_pb_column_1_4 .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
.tm_pb_column_1_3 .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
.footer-area:not(.footer-area--fullwidth) .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
.after-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item, .sidebar
.widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
.tm_pb_column_1_4
.widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
.tm_pb_column_1_3
.widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
.after-loop-area
.widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item, .sidebar
.widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item,
.tm_pb_column_1_4
.widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item,
.tm_pb_column_1_3
.widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item,
.after-loop-area
.widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item, .sidebar
.widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
.tm_pb_column_1_4
.widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
.tm_pb_column_1_3
.widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
.after-loop-area
.widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item, .sidebar
.widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item,
.tm_pb_column_1_4
.widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item,
.tm_pb_column_1_3
.widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item,
.after-loop-area
.widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item {
  max-width: 100%;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.widget-fpblock__item {
  min-height: 360px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-width: 100%;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .before-loop-area .widget-fpblock__item,
  .after-loop-area .widget-fpblock__item,
  .tm_pb_column_2_3 .widget-fpblock__item,
  .tm_pb_column_3_4 .widget-fpblock__item,
  .tm_pb_column_1_2 .widget-fpblock__item {
    min-height: 300px;
  }
}

.widget-fpblock__items-layout-4 .widget-fpblock__item-simple {
  max-width: 100%;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 992px) {
  .widget-fpblock__items-layout-4 .widget-fpblock__item-simple {
    max-width: 25%;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .before-loop-area .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
  .after-loop-area .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
  .tm_pb_column_2_3 .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
  .tm_pb_column_3_4 .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
  .tm_pb_column_1_2 .widget-fpblock__items-layout-4 .widget-fpblock__item-simple {
    max-width: 100%;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.sidebar .sidebar .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
.footer-area:not(.footer-area--fullwidth) .sidebar .widget-fpblock__items-layout-4 .widget-fpblock__item-simple, .sidebar
.tm_pb_column_1_4 .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
.footer-area:not(.footer-area--fullwidth)
.tm_pb_column_1_4 .widget-fpblock__items-layout-4 .widget-fpblock__item-simple, .sidebar
.tm_pb_column_1_3 .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
.footer-area:not(.footer-area--fullwidth)
.tm_pb_column_1_3 .widget-fpblock__items-layout-4 .widget-fpblock__item-simple, .sidebar
.footer-area:not(.footer-area--fullwidth) .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
.footer-area:not(.footer-area--fullwidth)
.footer-area:not(.footer-area--fullwidth) .widget-fpblock__items-layout-4 .widget-fpblock__item-simple, .sidebar
.after-loop-area .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
.footer-area:not(.footer-area--fullwidth)
.after-loop-area .widget-fpblock__items-layout-4 .widget-fpblock__item-simple {
  max-width: 100%;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.widget-fpblock__item-featured {
  max-width: 100%;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 992px) {
  .widget-fpblock__items-layout-1 .widget-fpblock__item-featured {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 992px) {
  .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
  .widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
  .widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
  .widget-fpblock__items-layout-4 .widget-fpblock__item-featured {
    max-width: 50%;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 992px) {
  .widget-fpblock__items-layout-5 .widget-fpblock__item-featured {
    max-width: 75%;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .before-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
  .after-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
  .tm_pb_column_2_3 .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
  .tm_pb_column_3_4 .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
  .tm_pb_column_1_2 .widget-fpblock__items-layout-1 .widget-fpblock__item-featured, .before-loop-area
  .widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
  .after-loop-area
  .widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
  .tm_pb_column_2_3
  .widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
  .tm_pb_column_3_4
  .widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
  .tm_pb_column_1_2
  .widget-fpblock__items-layout-2 .widget-fpblock__item-featured, .before-loop-area
  .widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
  .after-loop-area
  .widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
  .tm_pb_column_2_3
  .widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
  .tm_pb_column_3_4
  .widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
  .tm_pb_column_1_2
  .widget-fpblock__items-layout-3 .widget-fpblock__item-featured, .before-loop-area
  .widget-fpblock__items-layout-4 .widget-fpblock__item-featured,
  .after-loop-area
  .widget-fpblock__items-layout-4 .widget-fpblock__item-featured,
  .tm_pb_column_2_3
  .widget-fpblock__items-layout-4 .widget-fpblock__item-featured,
  .tm_pb_column_3_4
  .widget-fpblock__items-layout-4 .widget-fpblock__item-featured,
  .tm_pb_column_1_2
  .widget-fpblock__items-layout-4 .widget-fpblock__item-featured, .before-loop-area
  .widget-fpblock__items-layout-5 .widget-fpblock__item-featured,
  .after-loop-area
  .widget-fpblock__items-layout-5 .widget-fpblock__item-featured,
  .tm_pb_column_2_3
  .widget-fpblock__items-layout-5 .widget-fpblock__item-featured,
  .tm_pb_column_3_4
  .widget-fpblock__items-layout-5 .widget-fpblock__item-featured,
  .tm_pb_column_1_2
  .widget-fpblock__items-layout-5 .widget-fpblock__item-featured {
    max-width: 100%;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

.sidebar .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
.tm_pb_column_1_4 .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
.tm_pb_column_1_3 .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
.footer-area:not(.footer-area--fullwidth) .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
.after-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__item-featured, .sidebar
.widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
.tm_pb_column_1_4
.widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
.tm_pb_column_1_3
.widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
.after-loop-area
.widget-fpblock__items-layout-2 .widget-fpblock__item-featured, .sidebar
.widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
.tm_pb_column_1_4
.widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
.tm_pb_column_1_3
.widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
.after-loop-area
.widget-fpblock__items-layout-3 .widget-fpblock__item-featured, .sidebar
.widget-fpblock__items-layout-4 .widget-fpblock__item-featured,
.tm_pb_column_1_4
.widget-fpblock__items-layout-4 .widget-fpblock__item-featured,
.tm_pb_column_1_3
.widget-fpblock__items-layout-4 .widget-fpblock__item-featured,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-4 .widget-fpblock__item-featured,
.after-loop-area
.widget-fpblock__items-layout-4 .widget-fpblock__item-featured, .sidebar
.widget-fpblock__items-layout-5 .widget-fpblock__item-featured,
.tm_pb_column_1_4
.widget-fpblock__items-layout-5 .widget-fpblock__item-featured,
.tm_pb_column_1_3
.widget-fpblock__items-layout-5 .widget-fpblock__item-featured,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-5 .widget-fpblock__item-featured,
.after-loop-area
.widget-fpblock__items-layout-5 .widget-fpblock__item-featured {
  max-width: 100%;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.widget-fpblock__item-inner {
  width: 100%;
  margin-top: 30px;
  padding: 40px 20px 30px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 992px) {
  .widget-fpblock__item-inner {
    min-height: 180px;
  }
}

@media (min-width: 1200px) {
  .widget-fpblock__item-inner {
    padding: 60px 40px 33px;
    min-height: 195px;
  }
}

.before-loop-area .widget-fpblock__item-inner,
.after-loop-area .widget-fpblock__item-inner,
.tm_pb_column_2_3 .widget-fpblock__item-inner,
.tm_pb_column_3_4 .widget-fpblock__item-inner,
.tm_pb_column_1_2 .widget-fpblock__item-inner {
  padding: 40px 20px 30px;
}

.widget-fpblock__item-title {
  margin-bottom: 5px;
}

@media (max-width: 1199px) {
  .widget-fpblock__item-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.before-loop-area .widget-fpblock__item-title,
.after-loop-area .widget-fpblock__item-title,
.tm_pb_column_2_3 .widget-fpblock__item-title,
.tm_pb_column_3_4 .widget-fpblock__item-title,
.tm_pb_column_1_2 .widget-fpblock__item-title {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 992px) {
  .widget-fpblock__item-featured .widget-fpblock__item-title {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .before-loop-area .widget-fpblock__item-featured .widget-fpblock__item-title,
  .after-loop-area .widget-fpblock__item-featured .widget-fpblock__item-title,
  .tm_pb_column_2_3 .widget-fpblock__item-featured .widget-fpblock__item-title,
  .tm_pb_column_3_4 .widget-fpblock__item-featured .widget-fpblock__item-title,
  .tm_pb_column_1_2 .widget-fpblock__item-featured .widget-fpblock__item-title {
    margin-bottom: 5px;
  }
}

.widget-fpblock__item-content {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 5px;
}

@media (min-width: 1200px) {
  .widget-fpblock__item-content {
    font-size: 16px;
    font-size: 1rem;
  }
}

.before-loop-area .widget-fpblock__item-content,
.after-loop-area .widget-fpblock__item-content,
.tm_pb_column_2_3 .widget-fpblock__item-content,
.tm_pb_column_3_4 .widget-fpblock__item-content,
.tm_pb_column_1_2 .widget-fpblock__item-content {
  font-size: 14px;
  font-size: 0.875rem;
}

/*--------------------------------------------------------------
## Instagram
--------------------------------------------------------------*/
.sidebar .widget.widget-instagram,
.tm_pb_column_1_4 .widget.widget-instagram,
.tm_pb_column_1_3 .widget.widget-instagram,
.footer-area:not(.footer-area--fullwidth) .widget.widget-instagram,
.after-loop-area .widget.widget-instagram {
  padding: 0;
}

.sidebar .widget.widget-instagram .widget-title,
#tm_builder_outer_content .sidebar .widget.widget-instagram .widget-title,
.tm_pb_column_1_4 .widget.widget-instagram .widget-title,
#tm_builder_outer_content
.tm_pb_column_1_4 .widget.widget-instagram .widget-title,
.tm_pb_column_1_3 .widget.widget-instagram .widget-title,
#tm_builder_outer_content
.tm_pb_column_1_3 .widget.widget-instagram .widget-title,
.footer-area:not(.footer-area--fullwidth) .widget.widget-instagram .widget-title,
#tm_builder_outer_content
.footer-area:not(.footer-area--fullwidth) .widget.widget-instagram .widget-title,
.after-loop-area .widget.widget-instagram .widget-title,
#tm_builder_outer_content
.after-loop-area .widget.widget-instagram .widget-title {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar .widget.widget-instagram .widget-title,
  #tm_builder_outer_content .sidebar .widget.widget-instagram .widget-title,
  .tm_pb_column_1_4 .widget.widget-instagram .widget-title,
  #tm_builder_outer_content
  .tm_pb_column_1_4 .widget.widget-instagram .widget-title,
  .tm_pb_column_1_3 .widget.widget-instagram .widget-title,
  #tm_builder_outer_content
  .tm_pb_column_1_3 .widget.widget-instagram .widget-title,
  .footer-area:not(.footer-area--fullwidth) .widget.widget-instagram .widget-title,
  #tm_builder_outer_content
  .footer-area:not(.footer-area--fullwidth) .widget.widget-instagram .widget-title,
  .after-loop-area .widget.widget-instagram .widget-title,
  #tm_builder_outer_content
  .after-loop-area .widget.widget-instagram .widget-title {
    padding-top: 22px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.sidebar .widget.widget-instagram .instagram__items,
.tm_pb_column_1_4 .widget.widget-instagram .instagram__items,
.tm_pb_column_1_3 .widget.widget-instagram .instagram__items,
.footer-area:not(.footer-area--fullwidth) .widget.widget-instagram .instagram__items,
.after-loop-area .widget.widget-instagram .instagram__items {
  margin: 0;
}

.sidebar .widget.widget-instagram .instagram__item,
.tm_pb_column_1_4 .widget.widget-instagram .instagram__item,
.tm_pb_column_1_3 .widget.widget-instagram .instagram__item,
.footer-area:not(.footer-area--fullwidth) .widget.widget-instagram .instagram__item,
.after-loop-area .widget.widget-instagram .instagram__item {
  padding: 0;
}

.footer-area:not(.footer-area--fullwidth) .widget.widget-instagram.widget .widget-title,
#tm_builder_outer_content .footer-area:not(.footer-area--fullwidth) .widget.widget-instagram.widget .widget-title {
  padding: 15px 0 0 0;
}

.footer-area:not(.footer-area--fullwidth) .widget.widget-instagram.widget,
#tm_builder_outer_content .footer-area:not(.footer-area--fullwidth) .widget.widget-instagram.widget {
  padding: 0 0.9375rem;
}

.widget.widget-instagram .no-photos {
  display: block;
  padding: 32px 40px 32px;
}

.instagram__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

.instagram__item {
  position: relative;
  min-height: 1px;
  -webkit-flex: 0 0 33.33%;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.sidebar .instagram__item,
.tm_pb_column_1_4 .instagram__item,
.footer-area:not(.footer-area--fullwidth) .instagram__item {
  -webkit-flex: 0 0 33.33%;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}

@media (min-width: 1200px) {
  .sidebar-1-3 .sidebar .instagram__item,
  .tm_pb_column_1_3 .instagram__item {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .full-width-header-area .instagram__item,
  .after-content-full-width-area .instagram__item {
    -webkit-flex: 0 0 16.666%;
        -ms-flex: 0 0 16.666%;
            flex: 0 0 16.666%;
    max-width: 16.666%;
  }
}

@media (min-width: 1200px) {
  .full-width-header-area .instagram__item,
  .after-content-full-width-area .instagram__item {
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media (min-width: 768px) {
  .before-content-area .instagram__item,
  .after-content-area .instagram__item,
  .footer-area--fullwidth .instagram__item,
  .tm_pb_column_4_4 .instagram__item,
  .full-width-header-area .instagram__item,
  .after-content-full-width-area .instagram__item {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .before-content-area .instagram__item,
  .after-content-area .instagram__item,
  .footer-area--fullwidth .instagram__item,
  .tm_pb_column_4_4 .instagram__item,
  .full-width-header-area .instagram__item,
  .after-content-full-width-area .instagram__item {
    -webkit-flex: 0 0 16.666%;
        -ms-flex: 0 0 16.666%;
            flex: 0 0 16.666%;
    max-width: 16.666%;
  }
}

@media (min-width: 768px) {
  .before-loop-area .instagram__item,
  .after-loop-area .instagram__item,
  .tm_pb_column_2_3 .instagram__item,
  .tm_pb_column_3_4 .instagram__item,
  .tm_pb_column_1_2 .instagram__item {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

.instagram__link {
  position: relative;
  overflow: hidden;
  display: block;
}

.instagram__link:hover .instagram__cover {
  opacity: 1;
}

.instagram__link:hover .instagram__cover:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.instagram__img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-radius: 0;
}

.instagram__cover {
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  text-align: center;
  transition: all .3s ease-out;
}

.instagram__cover:before {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '\e6a5';
  font-size: 21px;
  width: 24px;
  height: 24px;
  text-align: center;
  margin: -12px 0 0 -12px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  transition: all .4s ease-out;
}

.instagram__date, .instagram__caption {
  text-align: center;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

* + .instagram__date {
  margin-top: 8px;
}

.instagram__date + .instagram__caption {
  margin-bottom: 10px;
}

.widget.cs-instagram--widget {
  padding: 0;
}

.widget.cs-instagram--widget .widget-title,
#tm_builder_outer_content .widget.cs-instagram--widget .widget-title {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget.cs-instagram--widget .widget-title,
  #tm_builder_outer_content .widget.cs-instagram--widget .widget-title {
    padding-top: 22px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.widget.cs-instagram--widget .cs-instagram__item {
  padding: 1px;
}

.widget.cs-instagram--widget .cs-instagram__items {
  margin-left: -1px;
  margin-right: -1px;
}

.widget.cs-instagram--widget .cs-instagram__cover {
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  text-align: center;
  transition: all .3s ease-out;
}

.widget.cs-instagram--widget .cs-instagram__cover:before {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '\e6a5';
  font-size: 21px;
  width: 24px;
  height: 24px;
  text-align: center;
  margin: -12px 0 0 -12px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  transition: all .4s ease-out;
}

.widget.cs-instagram--widget .cs-instagram__link {
  position: relative;
  overflow: hidden;
  display: block;
}

.widget.cs-instagram--widget .cs-instagram__link:hover .cs-instagram__cover {
  opacity: 1;
}

.widget.cs-instagram--widget .cs-instagram__link:hover .cs-instagram__cover:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.widget.cs-instagram--widget .cs-instagram__date, .widget.cs-instagram--widget .cs-instagram__caption {
  text-align: center;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

* + .widget.cs-instagram--widget .cs-instagram__date {
  margin-top: 8px;
}

.widget.cs-instagram--widget .cs-instagram__date + .cs-instagram__caption {
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
## Image Grid
--------------------------------------------------------------*/
.sidebar .widget-image-grid.widget,
.tm_pb_column_1_4 .widget-image-grid.widget,
.tm_pb_column_1_3 .widget-image-grid.widget,
.footer-area:not(.footer-area--fullwidth) .widget-image-grid.widget,
.after-loop-area .widget-image-grid.widget {
  padding: 0;
}

.sidebar .widget-image-grid.widget .widget-title,
#tm_builder_outer_content .sidebar .widget-image-grid.widget .widget-title,
.tm_pb_column_1_4 .widget-image-grid.widget .widget-title,
#tm_builder_outer_content
.tm_pb_column_1_4 .widget-image-grid.widget .widget-title,
.tm_pb_column_1_3 .widget-image-grid.widget .widget-title,
#tm_builder_outer_content
.tm_pb_column_1_3 .widget-image-grid.widget .widget-title,
.footer-area:not(.footer-area--fullwidth) .widget-image-grid.widget .widget-title,
#tm_builder_outer_content
.footer-area:not(.footer-area--fullwidth) .widget-image-grid.widget .widget-title,
.after-loop-area .widget-image-grid.widget .widget-title,
#tm_builder_outer_content
.after-loop-area .widget-image-grid.widget .widget-title {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar .widget-image-grid.widget .widget-title,
  #tm_builder_outer_content .sidebar .widget-image-grid.widget .widget-title,
  .tm_pb_column_1_4 .widget-image-grid.widget .widget-title,
  #tm_builder_outer_content
  .tm_pb_column_1_4 .widget-image-grid.widget .widget-title,
  .tm_pb_column_1_3 .widget-image-grid.widget .widget-title,
  #tm_builder_outer_content
  .tm_pb_column_1_3 .widget-image-grid.widget .widget-title,
  .footer-area:not(.footer-area--fullwidth) .widget-image-grid.widget .widget-title,
  #tm_builder_outer_content
  .footer-area:not(.footer-area--fullwidth) .widget-image-grid.widget .widget-title,
  .after-loop-area .widget-image-grid.widget .widget-title,
  #tm_builder_outer_content
  .after-loop-area .widget-image-grid.widget .widget-title {
    padding-top: 22px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.footer-area:not(.footer-area--fullwidth) .widget-image-grid.widget.widget .widget-title,
#tm_builder_outer_content .footer-area:not(.footer-area--fullwidth) .widget-image-grid.widget.widget .widget-title {
  padding: 15px 0 0 0;
}

.widget-image-grid .row {
  margin: 0;
}

.widget-image-grid__holder {
  padding: 0;
}

.widget-image-grid__inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.widget-image-grid__img {
  display: block;
  width: 100%;
  height: auto;
}

.widget-image-grid__content {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 5px;
  text-align: center;
  opacity: 0;
  -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-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  transition: all 0.5s ease;
}

.widget-image-grid__content:hover {
  opacity: 1;
}

.widget-image-grid__content::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.5;
}

.widget-image-grid__title {
  margin: 5px 0 17px;
}

@media (min-width: 1200px) {
  .widget-image-grid__title {
    max-width: 75%;
  }
}

.widget-image-grid__terms {
  display: block;
  padding: 0 40px 15px;
}

.widget-image-grid__terms a {
  display: inline-block;
  margin-bottom: 2px;
  padding: 5px 10px;
  text-transform: uppercase;
}

.widget-image-grid__author {
  text-transform: uppercase;
}

/*--------------------------------------------------------------
## News Smart Box
--------------------------------------------------------------*/
.sidebar .widget.widget-news-smart-box,
.tm_pb_column_1_4 .widget.widget-news-smart-box,
.tm_pb_column_1_3 .widget.widget-news-smart-box,
.footer-area:not(.footer-area--fullwidth) .widget.widget-news-smart-box,
.after-loop-area .widget.widget-news-smart-box {
  padding: 0;
}

.sidebar .widget.widget-news-smart-box .widget-title,
#tm_builder_outer_content .sidebar .widget.widget-news-smart-box .widget-title,
.tm_pb_column_1_4 .widget.widget-news-smart-box .widget-title,
#tm_builder_outer_content
.tm_pb_column_1_4 .widget.widget-news-smart-box .widget-title,
.tm_pb_column_1_3 .widget.widget-news-smart-box .widget-title,
#tm_builder_outer_content
.tm_pb_column_1_3 .widget.widget-news-smart-box .widget-title,
.footer-area:not(.footer-area--fullwidth) .widget.widget-news-smart-box .widget-title,
#tm_builder_outer_content
.footer-area:not(.footer-area--fullwidth) .widget.widget-news-smart-box .widget-title,
.after-loop-area .widget.widget-news-smart-box .widget-title,
#tm_builder_outer_content
.after-loop-area .widget.widget-news-smart-box .widget-title {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar .widget.widget-news-smart-box .widget-title,
  #tm_builder_outer_content .sidebar .widget.widget-news-smart-box .widget-title,
  .tm_pb_column_1_4 .widget.widget-news-smart-box .widget-title,
  #tm_builder_outer_content
  .tm_pb_column_1_4 .widget.widget-news-smart-box .widget-title,
  .tm_pb_column_1_3 .widget.widget-news-smart-box .widget-title,
  #tm_builder_outer_content
  .tm_pb_column_1_3 .widget.widget-news-smart-box .widget-title,
  .footer-area:not(.footer-area--fullwidth) .widget.widget-news-smart-box .widget-title,
  #tm_builder_outer_content
  .footer-area:not(.footer-area--fullwidth) .widget.widget-news-smart-box .widget-title,
  .after-loop-area .widget.widget-news-smart-box .widget-title,
  #tm_builder_outer_content
  .after-loop-area .widget.widget-news-smart-box .widget-title {
    padding-top: 22px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.news-smart-box__instance .full-type .news-smart-box__item-inner {
  display: block;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

@media (min-width: 1200px) {
  .news-smart-box__instance .mini-type .news-smart-box__item-header {
    margin-bottom: 0;
    max-width: 300px;
    margin-right: 10px;
    -webkit-flex: 0 0 300px;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
  .sidebar .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .tm_pb_column_1_4 .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .tm_pb_column_1_3 .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .footer-area:not(.footer-area--fullwidth) .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .after-loop-area .news-smart-box__instance .mini-type .news-smart-box__item-header {
    margin-bottom: 10px;
    margin-right: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .before-loop-area .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .after-loop-area .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .tm_pb_column_2_3 .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .tm_pb_column_3_4 .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .tm_pb_column_1_2 .news-smart-box__instance .mini-type .news-smart-box__item-header {
    max-width: 150px;
    margin-right: 20px;
    -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}

@media (min-width: 1200px) {
  .news-smart-box__instance.layout_type_1 .full-type {
    float: left;
  }
  .news-smart-box__instance.layout_type_1 .mini-type {
    float: left;
    width: 50%;
  }
  .sidebar .news-smart-box__instance.layout_type_1 .mini-type,
  .tm_pb_column_1_4 .news-smart-box__instance.layout_type_1 .mini-type,
  .tm_pb_column_1_3 .news-smart-box__instance.layout_type_1 .mini-type,
  .footer-area:not(.footer-area--fullwidth) .news-smart-box__instance.layout_type_1 .mini-type,
  .after-loop-area .news-smart-box__instance.layout_type_1 .mini-type {
    width: 100%;
  }
  .news-smart-box__instance.layout_type_1 .news-smart-box__item:nth-child(2n + 5) {
    clear: both;
  }
}

.news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-inner {
  position: relative;
  overflow: hidden;
}

.full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header,
.after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header {
  margin-bottom: 0;
}

.before-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header,
.after-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header,
.footer-area--fullwidth .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header,
.tm_pb_column_4_4 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header,
.full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header,
.after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header {
  margin-bottom: 0;
}

.news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
  margin: 0;
  padding-bottom: 0;
}

.full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
.after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 1200px) {
  .full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
    min-height: 195px;
  }
}

.before-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
.after-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
.footer-area--fullwidth .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
.tm_pb_column_4_4 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
.full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
.after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 544px) {
  .before-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .after-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .footer-area--fullwidth .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .tm_pb_column_4_4 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
    padding: 30px;
  }
}

@media (min-width: 1200px) {
  .before-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .after-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .footer-area--fullwidth .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .tm_pb_column_4_4 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
    padding: 40px;
    min-height: 195px;
  }
}

@media (min-width: 992px) {
  .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-inner {
    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;
  }
  .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header {
    margin-bottom: 0;
  }
  .sidebar .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
  .tm_pb_column_1_4 .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
  .tm_pb_column_1_3 .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
  .footer-area:not(.footer-area--fullwidth) .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
  .after-loop-area .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header {
    margin-bottom: 18px;
  }
  .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
  .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content {
    max-width: calc(50% - 1.875rem);
    -webkit-flex: 0 0 calc(50% - 1.875rem);
        -ms-flex: 0 0 calc(50% - 1.875rem);
            flex: 0 0 calc(50% - 1.875rem);
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-right: 0;
    padding-left: 0;
  }
  .sidebar .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
  .tm_pb_column_1_4 .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
  .tm_pb_column_1_3 .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
  .footer-area:not(.footer-area--fullwidth) .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
  .after-loop-area .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header, .sidebar
  .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content,
  .tm_pb_column_1_4
  .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content,
  .tm_pb_column_1_3
  .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content,
  .footer-area:not(.footer-area--fullwidth)
  .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content,
  .after-loop-area
  .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content {
    width: 100%;
    max-width: 100%;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.news-smart-box__wrapper {
  position: relative;
}

@media (min-width: 1200px) {
  .layout_type_1 .news-smart-box__listing {
    display: block;
  }
}

.sidebar .news-smart-box__item,
.footer-area:not(.footer-area--fullwidth) .news-smart-box__item,
#tm_builder_outer_content .tm_pb_column_1_3 div.tm_pb_module.tm_pb_widget_area .news-smart-box__item,
#tm_builder_outer_content .tm_pb_column_1_4 div.tm_pb_module.tm_pb_widget_area .news-smart-box__item {
  width: 100%;
  max-width: 100%;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.news-smart-box__item-inner {
  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;
  transition: all 0.8s ease;
}

@media (min-width: 992px) {
  .sidebar .news-smart-box__item-inner {
    display: block;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .news-smart-box__item-inner,
  .tm_pb_column_1_3 .news-smart-box__item-inner,
  .tm_pb_column_1_4 .news-smart-box__item-inner {
    display: block;
  }
}

@media (min-width: 544px) {
  .full-type .news-smart-box__item-inner {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .news-smart-box__item-inner {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.news-smart-box__item-inner.animate-cycle-show {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  transition: all 0s ease;
}

.news-smart-box__item-header {
  margin-bottom: 18px;
}

@media (min-width: 1200px) {
  .news-smart-box__item-header {
    margin-bottom: 32px;
  }
  .sidebar .news-smart-box__item-header,
  .tm_pb_column_1_4 .news-smart-box__item-header,
  .tm_pb_column_1_3 .news-smart-box__item-header,
  .footer-area:not(.footer-area--fullwidth) .news-smart-box__item-header,
  .after-loop-area .news-smart-box__item-header {
    margin-bottom: 18px;
  }
}

.news-smart-box__item-title {
  margin-top: 5px;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .news-smart-box__item-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1200px) {
  .full-type .news-smart-box__item-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.full-width-header-area .layout_type_2 .full-type .news-smart-box__item-title,
.after-content-full-width-area .layout_type_2 .full-type .news-smart-box__item-title {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  margin-top: 0;
  margin-bottom: 5px;
}

.before-content-area .layout_type_2 .full-type .news-smart-box__item-title,
.after-content-area .layout_type_2 .full-type .news-smart-box__item-title,
.footer-area--fullwidth .layout_type_2 .full-type .news-smart-box__item-title,
.tm_pb_column_4_4 .layout_type_2 .full-type .news-smart-box__item-title,
.full-width-header-area .layout_type_2 .full-type .news-smart-box__item-title,
.after-content-full-width-area .layout_type_2 .full-type .news-smart-box__item-title {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  margin-top: 0;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .sidebar .news-smart-box__item-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .news-smart-box__item-title,
  .tm_pb_column_1_3 .news-smart-box__item-title,
  .tm_pb_column_1_4 .news-smart-box__item-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.news-smart-box__item-excerpt {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .news-smart-box__item-excerpt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .full-width-header-area .layout_type_2 .full-type .news-smart-box__item-excerpt,
  .after-content-full-width-area .layout_type_2 .full-type .news-smart-box__item-excerpt {
    margin-top: 5px;
  }
}

@media (max-width: 543px) {
  .full-width-header-area .layout_type_2 .full-type .news-smart-box__item-excerpt,
  .after-content-full-width-area .layout_type_2 .full-type .news-smart-box__item-excerpt {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .full-width-header-area .layout_type_2 .full-type .news-smart-box__item-excerpt,
  .after-content-full-width-area .layout_type_2 .full-type .news-smart-box__item-excerpt {
    margin-top: 5px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .before-content-area .layout_type_2 .full-type .news-smart-box__item-excerpt,
  .after-content-area .layout_type_2 .full-type .news-smart-box__item-excerpt,
  .footer-area--fullwidth .layout_type_2 .full-type .news-smart-box__item-excerpt,
  .tm_pb_column_4_4 .layout_type_2 .full-type .news-smart-box__item-excerpt,
  .full-width-header-area .layout_type_2 .full-type .news-smart-box__item-excerpt,
  .after-content-full-width-area .layout_type_2 .full-type .news-smart-box__item-excerpt {
    margin-top: 5px;
  }
}

@media (max-width: 543px) {
  .before-content-area .layout_type_2 .full-type .news-smart-box__item-excerpt,
  .after-content-area .layout_type_2 .full-type .news-smart-box__item-excerpt,
  .footer-area--fullwidth .layout_type_2 .full-type .news-smart-box__item-excerpt,
  .tm_pb_column_4_4 .layout_type_2 .full-type .news-smart-box__item-excerpt,
  .full-width-header-area .layout_type_2 .full-type .news-smart-box__item-excerpt,
  .after-content-full-width-area .layout_type_2 .full-type .news-smart-box__item-excerpt {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .before-content-area .layout_type_2 .full-type .news-smart-box__item-excerpt,
  .after-content-area .layout_type_2 .full-type .news-smart-box__item-excerpt,
  .footer-area--fullwidth .layout_type_2 .full-type .news-smart-box__item-excerpt,
  .tm_pb_column_4_4 .layout_type_2 .full-type .news-smart-box__item-excerpt,
  .full-width-header-area .layout_type_2 .full-type .news-smart-box__item-excerpt,
  .after-content-full-width-area .layout_type_2 .full-type .news-smart-box__item-excerpt {
    margin-top: 5px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.news-smart-box__item-more-btn {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .full-width-header-area .layout_type_2 .full-type .news-smart-box__item-more-btn,
  .after-content-full-width-area .layout_type_2 .full-type .news-smart-box__item-more-btn {
    margin-top: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .full-width-header-area .layout_type_2 .full-type .news-smart-box__item-more-btn,
  .after-content-full-width-area .layout_type_2 .full-type .news-smart-box__item-more-btn {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .before-content-area .layout_type_2 .full-type .news-smart-box__item-more-btn,
  .after-content-area .layout_type_2 .full-type .news-smart-box__item-more-btn,
  .footer-area--fullwidth .layout_type_2 .full-type .news-smart-box__item-more-btn,
  .tm_pb_column_4_4 .layout_type_2 .full-type .news-smart-box__item-more-btn,
  .full-width-header-area .layout_type_2 .full-type .news-smart-box__item-more-btn,
  .after-content-full-width-area .layout_type_2 .full-type .news-smart-box__item-more-btn {
    margin-top: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .before-content-area .layout_type_2 .full-type .news-smart-box__item-more-btn,
  .after-content-area .layout_type_2 .full-type .news-smart-box__item-more-btn,
  .footer-area--fullwidth .layout_type_2 .full-type .news-smart-box__item-more-btn,
  .tm_pb_column_4_4 .layout_type_2 .full-type .news-smart-box__item-more-btn,
  .full-width-header-area .layout_type_2 .full-type .news-smart-box__item-more-btn,
  .after-content-full-width-area .layout_type_2 .full-type .news-smart-box__item-more-btn {
    margin-top: 5px;
  }
}

.news-smart-box__item-content {
  margin: 1.875rem 1.875rem 0;
  padding-bottom: 1.875rem;
}

.news-smart-box__item-thumb-link {
  display: block;
}

.news-smart-box__item-thumb-img {
  display: block;
  width: 100%;
  margin-top: 5px;
}

.news-smart-box__navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.7em;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar .news-smart-box__navigation,
.tm_pb_column_1_4 .news-smart-box__navigation,
.tm_pb_column_1_3 .news-smart-box__navigation,
.footer-area:not(.footer-area--fullwidth) .news-smart-box__navigation,
.after-loop-area .news-smart-box__navigation {
  padding-right: 40px;
  padding-left: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar .news-smart-box__navigation,
  .tm_pb_column_1_4 .news-smart-box__navigation,
  .tm_pb_column_1_3 .news-smart-box__navigation,
  .footer-area:not(.footer-area--fullwidth) .news-smart-box__navigation,
  .after-loop-area .news-smart-box__navigation {
    padding-right: 20px;
    padding-left: 20px;
  }
}

[data-instance-settings*='"current_title_visibility":"false"'] .news-smart-box__navigation {
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-smart-box__navigation-current-term {
  position: relative;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.news-smart-box__navigation-title {
  display: block;
  padding-right: 40px;
}

.news-smart-box__navigation-terms-list {
  margin: 0 -5px;
}

@media (min-width: 544px) {
  .news-smart-box__navigation-terms-list {
    margin: 0 -10px;
  }
}

@media (min-width: 1200px) {
  .news-smart-box__navigation-terms-list {
    margin: 0 -19px;
  }
}

[data-instance-settings*='"current_title_visibility":"false"'] .news-smart-box__navigation-terms-list {
  text-align: center;
}

@media (min-width: 992px) {
  .sidebar .news-smart-box__navigation-terms-list {
    margin: 0 -10px;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .news-smart-box__navigation-terms-list,
  .tm_pb_column_1_4 .news-smart-box__navigation-terms-list,
  .tm_pb_column_1_3 .news-smart-box__navigation-terms-list {
    margin: 0 -10px;
  }
}

.news-smart-box__navigation-wrapper {
  padding: 8.5px 0;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

@media (min-width: 992px) {
  .news-smart-box__navigation-wrapper {
    width: auto;
  }
}

.sidebar .news-smart-box__navigation-wrapper,
.tm_pb_column_1_4 .news-smart-box__navigation-wrapper,
.tm_pb_column_1_3 .news-smart-box__navigation-wrapper,
.footer-area:not(.footer-area--fullwidth) .news-smart-box__navigation-wrapper,
.after-loop-area .news-smart-box__navigation-wrapper {
  width: 100%;
}

[data-instance-settings*='"current_title_visibility":"false"'] .news-smart-box__navigation-wrapper {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.news-smart-box__navigation-terms-list-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  transition: .3s;
  margin: 0 5px;
}

@media (min-width: 544px) {
  .news-smart-box__navigation-terms-list-item {
    margin: 0 10px;
  }
}

@media (min-width: 1200px) {
  .news-smart-box__navigation-terms-list-item {
    margin: 0 19px;
  }
}

@media (min-width: 992px) {
  .sidebar .news-smart-box__navigation-terms-list-item {
    margin: 0 10px;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .news-smart-box__navigation-terms-list-item,
  .tm_pb_column_1_3 .news-smart-box__navigation-terms-list-item,
  .tm_pb_column_1_4 .news-smart-box__navigation-terms-list-item {
    margin: 0 10px;
  }
}

.news-smart-box__preloader {
  position: relative;
  display: none;
  width: 100%;
}

.nsb-spinner {
  position: absolute;
  top: -4px;
  right: 0;
  display: none;
  width: 35px;
  height: 35px;
}

[data-instance-settings*='"current_title_visibility":"false"'] .nsb-spinner {
  right: 50%;
  margin-right: -17.5px;
}

.double-bounce-1,
.double-bounce-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: tm-bounce 2.0s infinite ease-in-out;
          animation: tm-bounce 2.0s infinite ease-in-out;
  opacity: 0.6;
  border-radius: 50%;
}

.double-bounce-2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

@-webkit-keyframes tm-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes tm-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*--------------------------------------------------------------
## Playlist Slider
--------------------------------------------------------------*/
.widget.widget-playlist-slider {
  padding: 0;
}

.widget.widget-playlist-slider .widget-title,
#tm_builder_outer_content .widget.widget-playlist-slider .widget-title {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget.widget-playlist-slider .widget-title,
  #tm_builder_outer_content .widget.widget-playlist-slider .widget-title {
    padding-top: 22px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.footer-area .widget.widget-playlist-slider .widget-title,
.second-footer-area .widget.widget-playlist-slider .widget-title, .footer-area
#tm_builder_outer_content .widget.widget-playlist-slider .widget-title,
.second-footer-area
#tm_builder_outer_content .widget.widget-playlist-slider .widget-title {
  padding: 15px 0 0 0;
}

.widget.widget-playlist-slider .playlist-slider {
  position: relative;
  opacity: 0;
}

.widget.widget-playlist-slider .playlist-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.widget.widget-playlist-slider .sp-slide iframe,
.widget.widget-playlist-slider .sp-slide .wp-video-shortcode,
.widget.widget-playlist-slider .sp-slide .wp-video {
  width: 100% !important;
  height: 100% !important;
}

.widget.widget-playlist-slider .sp-layer {
  width: 100%;
  padding: 45px 15px 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 992px) {
  .widget.widget-playlist-slider .sp-layer {
    padding: 50px 40px 30px;
    min-height: 165px;
  }
}

.sidebar .widget.widget-playlist-slider .sp-layer,
.tm_pb_column_1_4 .widget.widget-playlist-slider .sp-layer,
.tm_pb_column_1_3 .widget.widget-playlist-slider .sp-layer,
.footer-area:not(.footer-area--fullwidth) .widget.widget-playlist-slider .sp-layer,
.after-loop-area .widget.widget-playlist-slider .sp-layer {
  padding: 30px 15px 15px;
}

.widget.widget-playlist-slider .sp-layer .title {
  margin-bottom: 15px;
}

.widget.widget-playlist-slider .sp-layer a {
  transition: .3s !important;
}

.widget.widget-playlist-slider .format-video .sp-layer {
  display: none;
}

.widget.widget-playlist-slider .playlist--slide {
  width: 100%;
  height: 100%;
}

.widget.widget-playlist-slider .sp-vertical .sp-previous-arrow {
  top: 5px;
}

.widget.widget-playlist-slider .sp-vertical .sp-next-arrow {
  bottom: 5px;
}

.widget.widget-playlist-slider .sp-thumbnail-text {
  overflow: hidden;
}

.widget.widget-playlist-slider .sp-thumbnail-title {
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.714285;
  margin-bottom: 8px;
}

.widget.widget-playlist-slider .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before, .widget.widget-playlist-slider .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  display: none;
}

.widget.widget-playlist-slider .sp-right-thumbnails .sp-thumbnail-container {
  margin: 0;
  transition: .3s;
}

.widget.widget-playlist-slider .sp-right-thumbnails .playlist--thumbnail {
  float: left;
  width: 160px;
  height: 90px;
  margin-right: 12px;
}

.widget.widget-playlist-slider .sp-right-thumbnails.sp-has-pointer {
  margin-left: 0;
}

.widget.widget-playlist-slider .sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: static;
  padding: 17px 15px;
  border-bottom: 1px solid #e8e8e8;
}

.widget.widget-playlist-slider .sp-bottom-thumbnails .sp-thumbnail-arrows {
  margin-top: 0;
}

.widget.widget-playlist-slider .sp-bottom-thumbnails .playlist--thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
}

.widget.widget-playlist-slider .sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  bottom: 0;
}

.widget.widget-playlist-slider .sp-next-thumbnail-arrow:before, .widget.widget-playlist-slider .sp-next-thumbnail-arrow:after,
.widget.widget-playlist-slider .sp-previous-thumbnail-arrow:before,
.widget.widget-playlist-slider .sp-previous-thumbnail-arrow:after,
.widget.widget-playlist-slider .sp-arrow.sp-previous-arrow:before,
.widget.widget-playlist-slider .sp-arrow.sp-previous-arrow:after,
.widget.widget-playlist-slider .sp-arrow.sp-next-arrow:before,
.widget.widget-playlist-slider .sp-arrow.sp-next-arrow:after {
  transition: all .2s ease;
}

/*--------------------------------------------------------------
## Smart Slider
--------------------------------------------------------------*/
.smart-slider.widget {
  padding: 0;
}

.smart-slider.widget .widget-title,
#tm_builder_outer_content .smart-slider.widget .widget-title {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .smart-slider.widget .widget-title,
  #tm_builder_outer_content .smart-slider.widget .widget-title {
    padding-top: 22px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.footer-area .smart-slider.widget .widget-title,
.second-footer-area .smart-slider.widget .widget-title, .footer-area
#tm_builder_outer_content .smart-slider.widget .widget-title,
.second-footer-area
#tm_builder_outer_content .smart-slider.widget .widget-title {
  padding: 15px 0 0 0;
}

.smart-slider__instance {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.smart-slider__instance[data-thumbnails-position="top"] .slider-pro {
  padding-top: 0 !important;
}

.smart-slider__instance .sp-full-screen-button {
  right: 20px;
  top: 10px;
  color: #fff;
  transition: .3s;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.smart-slider__instance .sp-full-screen-button:before {
  content: '\e94c';
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}

@media (min-width: 768px) {
  .smart-slider__instance[data-thumbnails="true"][data-thumbnails-position="right"] .sp-full-screen-button {
    right: 180px;
  }
}

.smart-slider__instance .sp-thumbnail img {
  display: block;
}

.smart-slider__instance .sp-selected-thumbnail {
  border: 2px solid;
}

.smart-slider__instance .sp-bottom-thumbnails .sp-thumbnail-container,
.smart-slider__instance .sp-top-thumbnail .sp-thumbnail-container {
  margin-right: 5px;
  margin-left: 5px;
}

.smart-slider__instance .sp-bottom-thumbnails {
  position: absolute;
  bottom: 9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) {
  .smart-slider__instance .sp-bottom-thumbnails {
    bottom: 7%;
  }
}

@media (min-width: 992px) {
  .smart-slider__instance .sp-bottom-thumbnails {
    bottom: 5%;
  }
}

.smart-slider__instance .sp-top-thumbnails {
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.smart-slider__instance .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.smart-slider__instance .sp-left-thumbnails .sp-previous-thumbnail-arrow {
  top: 5px;
}

.smart-slider__instance .sp-right-thumbnails .sp-next-thumbnail-arrow,
.smart-slider__instance .sp-left-thumbnails .sp-next-thumbnail-arrow {
  bottom: 5px;
}

.smart-slider__instance .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.smart-slider__instance .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 5px;
}

.smart-slider__instance .sp-top-thumbnails .sp-next-thumbnail-arrow,
.smart-slider__instance .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 5px;
}

.smart-slider__instance .sp-arrows {
  top: auto;
  bottom: 0;
}

.smart-slider__instance .sp-arrow {
  top: auto;
  bottom: 0;
  width: 60px;
  height: 45px;
  margin: 0;
  padding-right: 5px;
  padding-left: 5px;
  z-index: 1;
  background-image: none !important;
  text-align: center;
}

.smart-slider__instance .sp-arrow:before {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  transition: all .3s linear;
  background-color: transparent;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 45px;
}

.smart-slider__instance .sp-arrow:after {
  display: none;
}

.smart-slider__instance .sp-arrow.sp-previous-arrow {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.smart-slider__instance .sp-arrow.sp-next-arrow {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.smart-slider__instance .sp-horizontal .sp-previous-arrow {
  right: 60px;
  left: auto;
  text-align: right;
}

.smart-slider__instance .sp-horizontal .sp-previous-arrow:before {
  content: '\e93b';
}

.smart-slider__instance .sp-horizontal .sp-next-arrow {
  right: 0;
  text-align: left;
}

.smart-slider__instance .sp-horizontal .sp-next-arrow:before {
  content: '\e93c';
}

.smart-slider__instance .sp-vertical .sp-arrows {
  margin-left: 0;
  top: auto;
  right: -8px;
  bottom: 0;
  left: auto;
}

.smart-slider__instance .sp-vertical .sp-arrow {
  right: 0;
  left: auto;
}

.smart-slider__instance .sp-vertical .sp-previous-arrow {
  top: auto;
  bottom: 66px;
  border-radius: 0;
}

.smart-slider__instance .sp-vertical .sp-previous-arrow:before {
  content: "\e93b";
}

.smart-slider__instance .sp-vertical .sp-next-arrow {
  bottom: 7px;
  border-radius: 0;
}

.smart-slider__instance .sp-vertical .sp-next-arrow:before {
  content: "\e93c";
}

.smart-slider__instance .sp-buttons {
  position: absolute;
  bottom: 8%;
  padding: 0;
}

.smart-slider__instance[data-thumbnails="true"][data-thumbnails-position="bottom"] .sp-buttons {
  bottom: 0;
}

@media (max-width: 767px) {
  .smart-slider__instance[data-thumbnails="true"][data-thumbnails-position="right"] .sp-buttons,
  .smart-slider__instance[data-thumbnails="true"][data-thumbnails-position="left"] .sp-buttons {
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .smart-slider__instance[data-thumbnails="true"][data-thumbnails-position="right"] .sp-buttons {
    left: 0;
    max-width: calc(100% - 162px);
  }
}

@media (min-width: 768px) {
  .smart-slider__instance[data-thumbnails="true"][data-thumbnails-position="left"] .sp-buttons {
    left: auto;
    right: 0;
    max-width: calc(100% - 162px);
  }
}

.smart-slider__instance .sp-button {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 17px;
  transition: all .4s ease;
  border: none;
}

.smart-slider__instance .sp-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  margin-left: -11px;
  border-radius: 50%;
  transition: all .4s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
}

.smart-slider__instance .sp-button:hover:before, .smart-slider__instance .sp-button.sp-selected-button:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

.smart-slider__instance .sp-content-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.smart-slider__instance .sp-content-container .sp-layer {
  position: static;
}

.smart-slider__instance .sp-content-container .sp-layer + .sp-layer {
  margin-top: 10px;
}

.smart-slider__instance .sp-content-container .sp-layer + .sp-more {
  margin-top: 20px;
}

.smart-slider__instance .sp-content-container .sp-content {
  display: none;
  width: 100% !important;
}

@media (min-width: 768px) {
  .smart-slider__instance .sp-content-container .sp-content {
    display: block;
  }
}

.smart-slider__instance .sp-content-container .sp-more {
  width: 100% !important;
}

.smart-slider__instance[data-pagination="true"] .sp-content-container {
  padding: 8% 15px;
}

.smart-slider__instance[data-thumbnails-position="bottom"] .sp-content-container, .smart-slider__instance[data-thumbnails-position="top"] .sp-content-container {
  padding: calc(5% + 88px) 15px;
}

@media (min-width: 768px) {
  .smart-slider__instance[data-thumbnails-position="right"] .sp-content-container, .smart-slider__instance[data-thumbnails-position="left"] .sp-content-container {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.smart-slider__instance .sp-title a,
.smart-slider__instance .sp-more a {
  transition: .3s !important;
}

.smart-slider__instance h2.sp-title {
  font-size: 25px;
  line-height: 1.333;
  overflow: hidden;
}

@media (min-width: 544px) {
  .smart-slider__instance h2.sp-title {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .smart-slider__instance h2.sp-title {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .smart-slider__instance h2.sp-title {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .smart-slider__instance h2.sp-title {
    font-size: 60px;
  }
}

.smart-slider__instance .sp-slide {
  text-align: center;
}

.smart-slider__instance .sp-image-container:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.sidebar .smart-slider__instance h2.sp-title,
.tm_pb_column_1_4 .smart-slider__instance h2.sp-title,
.tm_pb_column_1_3 .smart-slider__instance h2.sp-title,
.footer-area:not(.footer-area--fullwidth) .smart-slider__instance h2.sp-title,
.after-loop-area .smart-slider__instance h2.sp-title {
  font-size: 25px;
  text-align: center;
}

.sidebar .smart-slider__instance p.sp-content,
.tm_pb_column_1_4 .smart-slider__instance p.sp-content,
.tm_pb_column_1_3 .smart-slider__instance p.sp-content,
.footer-area:not(.footer-area--fullwidth) .smart-slider__instance p.sp-content,
.after-loop-area .smart-slider__instance p.sp-content {
  font-size: 14px;
  text-align: center;
}

/*--------------------------------------------------------------
## Subscribe
--------------------------------------------------------------*/
.widget.widget-subscribe {
  padding: 0;
}

.widget.widget-subscribe .not-api-key {
  display: block;
}

.follow-block .follow-block-content,
.subscribe-block,
.widget.widget-subscribe .not-api-key {
  padding: 32px 40px 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .follow-block .follow-block-content,
  .subscribe-block,
  .widget.widget-subscribe .not-api-key {
    padding: 22px 20px 30px;
  }
}

.subscribe-follow__custom-bg {
  padding: 15px;
}

.full-width-header-area .subscribe-follow__wrap,
.after-content-full-width-area .subscribe-follow__wrap,
.before-content-area .subscribe-follow__wrap,
.after-content-area .subscribe-follow__wrap,
.tm_pb_column_4_4 .subscribe-follow__wrap {
  text-align: center;
}

.full-width-header-area .subscribe-follow__wrap .follow-block .follow-block-content,
.full-width-header-area .subscribe-follow__wrap .subscribe-block,
.after-content-full-width-area .subscribe-follow__wrap .follow-block .follow-block-content,
.after-content-full-width-area .subscribe-follow__wrap .subscribe-block,
.before-content-area .subscribe-follow__wrap .follow-block .follow-block-content,
.before-content-area .subscribe-follow__wrap .subscribe-block,
.after-content-area .subscribe-follow__wrap .follow-block .follow-block-content,
.after-content-area .subscribe-follow__wrap .subscribe-block,
.tm_pb_column_4_4 .subscribe-follow__wrap .follow-block .follow-block-content,
.tm_pb_column_4_4 .subscribe-follow__wrap .subscribe-block {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.tm_pb_column_4_4 .subscribe-follow__wrap .follow-block .follow-block-content,
.tm_pb_column_4_4 .subscribe-follow__wrap .subscribe-block {
  max-width: 650px !important;
}

#tm_builder_outer_content .tm_pb_module .follow-block__message,
.follow-block__message {
  margin-bottom: 1em;
  text-transform: none;
}

#tm_builder_outer_content .tm_pb_module .follow-block .widget-title,
.follow-block .widget-title {
  margin-bottom: 1.71em;
}

#tm_builder_outer_content .tm_pb_module .follow-block .social-list__items,
.follow-block .social-list__items {
  margin-right: -4px;
  margin-left: 0;
  margin-bottom: -4px;
}

#tm_builder_outer_content .tm_pb_module .follow-block .social-list__items li,
.follow-block .social-list__items li {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 4px;
  margin-left: 0;
}

#tm_builder_outer_content .tm_pb_module .follow-block .social-list__items li a,
.follow-block .social-list__items li a {
  width: 45px;
  height: 45px;
}

#tm_builder_outer_content .tm_pb_module .follow-block .social-list__items li a:before,
.follow-block .social-list__items li a:before {
  line-height: 45px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.subscribe-block .widget-title {
  margin-bottom: 1.1em;
}

.full-width-header-area .subscribe-block__form,
.after-content-full-width-area .subscribe-block__form,
.tm_pb_column_4_4 .subscribe-block__form {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.tm_pb_column_4_4 .subscribe-block__form {
  max-width: 470px !important;
}

.subscribe-block__input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -5px -5px;
}

.subscribe-block__input-wrap {
  position: relative;
  margin: 5px;
  -webkit-flex: 5 1 100%;
  -moz-flex: 5 1 100%;
  -ms-flex: 5 1 100%;
  flex: 5 1 100%;
  min-width: 130px;
}

@media (min-width: 544px) {
  .subscribe-block__input-wrap {
    -webkit-flex: 5 1 130px;
    -moz-flex: 5 1 130px;
    -ms-flex: 5 1 130px;
    flex: 5 1 130px;
  }
}

.subscribe-block__input-wrap i {
  pointer-events: none;
  position: absolute;
  top: 50%;
  font-size: 18px;
  left: 14px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.subscribe-block__input-wrap i.linearicon.linearicon-envelope {
  top: 48%;
}

@media (min-width: 768px) {
  .subscribe-block__input-wrap i {
    left: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar .subscribe-block__input-wrap i {
    left: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .tm_pb_column_1_3 .subscribe-block__input-wrap i {
    left: 14px;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .subscribe-block__input-wrap i,
  .tm_pb_column_1_4 .subscribe-block__input-wrap i {
    left: 14px;
  }
}

@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .subscribe-block__input-wrap i {
    left: 14px;
  }
}

@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .subscribe-block__input-wrap {
    -webkit-flex: 5 1 150px;
        -ms-flex: 5 1 150px;
            flex: 5 1 150px;
    min-width: 150px;
  }
}

.subscribe-block__input[type='email'] {
  width: 100%;
  min-width: 50px;
  max-width: 100%;
  padding-left: 47px;
}

@media (max-width: 767px) {
  .subscribe-block__input[type='email'] {
    line-height: 26px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar .subscribe-block__input[type='email'] {
    padding-left: 35px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .tm_pb_column_1_3 .subscribe-block__input[type='email'] {
    padding-left: 35px;
  }
}

.footer-area:not(.footer-area--fullwidth) .subscribe-block__input[type='email'],
.tm_pb_column_1_4 .subscribe-block__input[type='email'] {
  padding-left: 47px;
}

@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .subscribe-block__input[type='email'] {
    padding-left: 35px;
    padding-right: 10px;
  }
}

.subscribe-block__input[type='email'].error {
  border-color: #ff4451;
}

.subscribe-block__submit {
  margin: 5px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.subscribe-block__submit:focus, .subscribe-block__submit:active {
  outline: none;
}

@media (max-width: 543px) {
  .subscribe-block__submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar .subscribe-block__submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .tm_pb_column_1_3 .subscribe-block__submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .subscribe-block__submit,
  .tm_pb_column_1_4 .subscribe-block__submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .subscribe-block__submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.subscribe-block__message {
  margin-bottom: 1em;
  text-transform: none;
}

.subscribe-block__error, .subscribe-block__success {
  margin-top: 0;
  text-transform: none;
  font-style: normal;
  font-weight: 400;
  line-height: 1.714;
  font-size: 12px;
  font-size: 0.75rem;
}

.subscribe-block__error {
  color: #ff4451;
}

.subscribe-block__success {
  color: #59bc6c;
}

.invert .widget-subscribe .btn, .invert .widget-subscribe .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-reset.button, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .invert .widget-subscribe .tm-wc-ajax-filters-reset.button {
  padding-bottom: 14px;
}

.invert .widget-subscribe .btn:hover, .invert .widget-subscribe .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-reset.button:hover, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .invert .widget-subscribe .tm-wc-ajax-filters-reset.button:hover {
  background: transparent;
}

.invert .widget-subscribe .follow-block,
.invert .widget-subscribe .subscribe-block {
  background: transparent;
}

.invert .widget-subscribe .follow-block a,
.invert .widget-subscribe .follow-block a:hover {
  background: transparent;
}

.footer-area:not(.footer-area--fullwidth) .follow-block .follow-block-content,
.footer-area:not(.footer-area--fullwidth) .subscribe-block {
  padding: 0;
}

.footer-area:not(.footer-area--fullwidth) .follow-block {
  margin-bottom: 40px;
}

/*--------------------------------------------------------------
## Taxonomy Tiles
--------------------------------------------------------------*/
.sidebar .widget-taxonomy-tiles.widget,
.tm_pb_column_1_4 .widget-taxonomy-tiles.widget,
.tm_pb_column_1_3 .widget-taxonomy-tiles.widget,
.footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles.widget,
.after-loop-area .widget-taxonomy-tiles.widget {
  padding: 0;
}

.sidebar .widget-taxonomy-tiles.widget .widget-title,
#tm_builder_outer_content .sidebar .widget-taxonomy-tiles.widget .widget-title,
.tm_pb_column_1_4 .widget-taxonomy-tiles.widget .widget-title,
#tm_builder_outer_content
.tm_pb_column_1_4 .widget-taxonomy-tiles.widget .widget-title,
.tm_pb_column_1_3 .widget-taxonomy-tiles.widget .widget-title,
#tm_builder_outer_content
.tm_pb_column_1_3 .widget-taxonomy-tiles.widget .widget-title,
.footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles.widget .widget-title,
#tm_builder_outer_content
.footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles.widget .widget-title,
.after-loop-area .widget-taxonomy-tiles.widget .widget-title,
#tm_builder_outer_content
.after-loop-area .widget-taxonomy-tiles.widget .widget-title {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar .widget-taxonomy-tiles.widget .widget-title,
  #tm_builder_outer_content .sidebar .widget-taxonomy-tiles.widget .widget-title,
  .tm_pb_column_1_4 .widget-taxonomy-tiles.widget .widget-title,
  #tm_builder_outer_content
  .tm_pb_column_1_4 .widget-taxonomy-tiles.widget .widget-title,
  .tm_pb_column_1_3 .widget-taxonomy-tiles.widget .widget-title,
  #tm_builder_outer_content
  .tm_pb_column_1_3 .widget-taxonomy-tiles.widget .widget-title,
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles.widget .widget-title,
  #tm_builder_outer_content
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles.widget .widget-title,
  .after-loop-area .widget-taxonomy-tiles.widget .widget-title,
  #tm_builder_outer_content
  .after-loop-area .widget-taxonomy-tiles.widget .widget-title {
    padding-top: 22px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles.widget .widget-title,
#tm_builder_outer_content .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles.widget .widget-title,
.second-footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles.widget .widget-title,
#tm_builder_outer_content .second-footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles.widget .widget-title {
  padding: 15px 0 0 0;
}

.widget-taxonomy-tiles__holder {
  float: left;
  padding: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.widget-taxonomy-tiles__inner {
  position: relative;
  overflow: hidden;
}

.tiles-columns .widget-taxonomy-tiles__inner {
  position: absolute;
  width: 100%;
  height: 100%;
}

.widget-taxonomy-tiles__inner .term-img {
  display: block;
  width: 100%;
  height: auto;
}

.widget-taxonomy-tiles__inner:hover .widget-taxonomy-tiles__content:before {
  opacity: 0.8;
}

.widget-taxonomy-tiles .tiles-columns .term-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.widget-taxonomy-tiles__content {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 15px;
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles__content {
    padding: 32px 40px 38px;
  }
}

.widget-taxonomy-tiles__content:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.5;
  transition: all 0.5s ease;
}

.widget-taxonomy-tiles__title {
  margin: 0;
}

.widget-taxonomy-tiles__desc {
  margin-top: 10px;
  margin-bottom: 19px;
}

.widget-taxonomy-tiles__desc:last-child {
  margin-bottom: 19px;
}

.widget-taxonomy-tiles__post-count {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}

.widget-taxonomy-tiles .tiles-columns {
  display: block;
}

.widget-taxonomy-tiles .tiles-columns .tile-md-x {
  width: 100%;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 25%;
  }
}

@media (min-width: 1500px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 25%;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
  width: 100%;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 50%;
  }
}

@media (min-width: 1500px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 50%;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-md-y {
  height: 300px;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 300px;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 170.5px;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 221.375px;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 275px;
  }
}

@media (min-width: 1500px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 309.375px;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
  height: 300px;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 300px;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 341px;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 442.75px;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 550px;
  }
}

@media (min-width: 1500px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 618.75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 1500px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 1500px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 310px;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 402.5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 500px;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 1500px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 562.5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 372px;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 483px;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 600px;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 1500px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 675px;
  }
}

@media (min-width: 992px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 544px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 33.33333%;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 33.33333%;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 33.33333%;
  }
}

@media (min-width: 992px) and (min-width: 1500px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 544px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 66.66667%;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 66.66667%;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 66.66667%;
  }
}

@media (min-width: 992px) and (min-width: 1500px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 66.66667%;
  }
}

@media (min-width: 992px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 300px;
  }
}

@media (min-width: 992px) and (min-width: 544px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 300px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 170.5px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 221.375px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 275px;
  }
}

@media (min-width: 992px) and (min-width: 1500px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 309.375px;
  }
}

@media (min-width: 992px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 300px;
  }
}

@media (min-width: 992px) and (min-width: 544px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 300px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 341px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 442.75px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 550px;
  }
}

@media (min-width: 992px) and (min-width: 1500px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 618.75px;
  }
}

@media (min-width: 992px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 544px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 1500px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 544px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 1500px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 300px;
  }
}

@media (min-width: 992px) and (min-width: 544px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 300px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 201.5px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 261.625px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 325px;
  }
}

@media (min-width: 992px) and (min-width: 1500px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 365.625px;
  }
}

@media (min-width: 992px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 300px;
  }
}

@media (min-width: 992px) and (min-width: 544px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 300px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 201.5px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 261.625px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 325px;
  }
}

@media (min-width: 992px) and (min-width: 1500px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 365.625px;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 544px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 1500px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 544px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 1500px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 300px;
  }
}

@media (min-width: 768px) and (min-width: 544px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 300px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 201.5px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 261.625px;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 325px;
  }
}

@media (min-width: 768px) and (min-width: 1500px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 365.625px;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 300px;
  }
}

@media (min-width: 768px) and (min-width: 544px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 300px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 201.5px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 261.625px;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 325px;
  }
}

@media (min-width: 768px) and (min-width: 1500px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 365.625px;
  }
}

.widget-taxonomy-tiles .tiles-columns:after {
  display: block;
  clear: both;
  content: '';
}

@media (min-width: 768px) and (max-width: 991px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xs-x .widget-taxonomy-tiles__title, .widget-taxonomy-tiles .tiles-columns .tile-sm-x .widget-taxonomy-tiles__title, .widget-taxonomy-tiles .tiles-columns .tile-md-x .widget-taxonomy-tiles__title, .widget-taxonomy-tiles .tiles-columns .tile-lg-x .widget-taxonomy-tiles__title {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .widget-taxonomy-tiles .tiles-columns .tile-xs-x .widget-taxonomy-tiles__content, .widget-taxonomy-tiles .tiles-columns .tile-sm-x .widget-taxonomy-tiles__content, .widget-taxonomy-tiles .tiles-columns .tile-md-x .widget-taxonomy-tiles__content, .widget-taxonomy-tiles .tiles-columns .tile-lg-x .widget-taxonomy-tiles__content {
    padding: 10px;
  }
}

@media (min-width: 992px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xs-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xs-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xs-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-sm-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-sm-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-sm-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-lg-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-lg-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-lg-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xs-x, .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-sm-x, .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x, .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-lg-x, .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .sidebar .widget-taxonomy-tiles .grid-columns:not(.columns-number-1) .widget-taxonomy-tiles__content,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .grid-columns:not(.columns-number-1) .widget-taxonomy-tiles__content,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .grid-columns:not(.columns-number-1) .widget-taxonomy-tiles__content,
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .grid-columns:not(.columns-number-1) .widget-taxonomy-tiles__content {
    display: none;
  }
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

iframe {
  display: block;
  width: 100%;
}

.single .entry-content p iframe {
  margin-bottom: 40px;
}

.single .entry-content p:first-child iframe {
  margin-top: 10px;
}

.img-pull-left {
  float: left;
  width: 50%;
  margin: 0 4% 1% 0;
}

.img-pull-right {
  float: right;
  width: 50%;
  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;
  font-size: 12px;
  font-size: 0.75rem;
}

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

.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: 39.592%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* Audio */
.entry-content .mejs-container-wrapper {
  border-radius: 0;
  padding: 30px 20px;
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .entry-content .mejs-container-wrapper {
    margin-bottom: 1.5em;
  }
}

@media (min-width: 1200px) {
  .entry-content .mejs-container-wrapper {
    padding: 40px;
  }
}

.single .entry-content .mejs-container-wrapper {
  margin-bottom: 40px;
}

.single .entry-content .mejs-container-wrapper:first-child {
  margin-top: 10px;
}

.wp-playlist.wp-audio-playlist {
  padding: 20px;
  border-radius: 0;
}

.wp-playlist.wp-audio-playlist.wp-playlist-light .wp-playlist-item {
  border-bottom-color: #e8e8e8;
}

.wp-playlist.wp-audio-playlist.wp-playlist-light .wp-playlist-item.wp-playlist-playing .wp-playlist-caption {
  color: #000;
}

.wp-playlist.wp-audio-playlist .wp-playlist-current-item {
  margin-bottom: 15px;
}

.wp-playlist.wp-audio-playlist .wp-playlist-tracks {
  margin-top: 15px;
}

/* Video */
.wp-video .mejs-poster {
  background-size: cover;
}

/* Facebook embed */
.fb_iframe_widget {
  max-width: 100%;
}

.fb_iframe_widget > span {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*-------------------------------------------------------------
## Power Builder
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Misc
--------------------------------------------------------------*/
#tm_builder_outer_content .row.tm_pb_row_inner {
  width: auto;
}

#tm_builder_outer_content .row.row-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.row.tm_pb_col_padding_reset {
  margin-left: 0;
  margin-right: 0;
}

.row.tm_pb_col_padding_reset > .tm_pb_column {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 1199px) {
  #tm_builder_outer_content .tm_pb_section_parallax .tm_pb_parallax_css,
  #tm_builder_outer_content .tm_pb_slides .tm_parallax_bg.tm_pb_parallax_css {
    background-attachment: scroll;
  }
}

.entry-content .tm_builder_outer_content .container {
  padding: 0;
}

/*--------------------------------------------------------------
### Typography
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module ul:not([class]) {
  list-style: none;
  margin: 0 0 1.5em 0;
}

#tm_builder_outer_content .tm_pb_module ul:not([class]):last-child {
  margin-bottom: 0;
}

#tm_builder_outer_content .tm_pb_module ul:not([class]) li {
  list-style: inherit;
}

#tm_builder_outer_content .tm_pb_module ul:not([class]) li + li,
#tm_builder_outer_content .tm_pb_module ul:not([class]) li > ul li,
#tm_builder_outer_content .tm_pb_module ul:not([class]) li > ol li {
  margin-top: 5px;
}

#tm_builder_outer_content .tm_pb_module ul:not([class]) > li:before {
  content: '•';
  margin-right: 10px;
}

#tm_builder_outer_content .tm_pb_module ol li > ul:not([class]),
#tm_builder_outer_content .tm_pb_module ol li > ol, #tm_builder_outer_content .tm_pb_module ul:not([class]) li > ul:not([class]),
#tm_builder_outer_content .tm_pb_module ul:not([class]) li > ol {
  margin-bottom: 0;
  margin-left: 1.1em;
}

#tm_builder_outer_content .tm_pb_module h3.widget-title {
  padding-top: 0;
}

#tm_builder_outer_content .tm_pb_module h3.widget-title:before {
  display: none;
}

/*--------------------------------------------------------------
### Accordion
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion {
  padding: 0 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_accordion {
    padding: 0 20px;
  }
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle {
  margin-bottom: 0;
  padding: 22px 0 21px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle + .tm_pb_toggle {
  border-top: 1px solid #e8e8e8;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title {
  padding: 10px 33px 10px 0;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::after, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::after {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  margin-top: -0.65em;
  transition: all .3s linear;
  border: none;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 1.25rem;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
  content: "\e936";
  opacity: 1;
  visibility: visible;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::after, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::after {
  content: "\e937";
  opacity: 0;
  visibility: hidden;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_content, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_content {
  padding: 10px 22% 10px 0;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close {
  background-color: transparent;
}

/*--------------------------------------------------------------
# Audio
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module {
  border-radius: 0;
  overflow: hidden;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container {
  padding: 40px 0.8 40px 46px;
  text-align: left;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container h2 {
  margin-bottom: 17px;
  padding-bottom: 0;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .tm_audio_module_meta {
  margin-bottom: 22px;
  text-transform: uppercase;
}

@media (min-width: 544px) {
  #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container {
    padding: 32px 40px 86px;
  }
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art {
  padding-bottom: 61.7%;
}

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art {
    padding-bottom: 17%;
    min-height: 250px;
    float: left;
    position: relative;
  }
  #tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_module_content,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_module_content {
    overflow: hidden;
  }
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-controls .mejs-playpause-button,
#tm_builder_outer_content .tm_pb_module .tm_audio_content .tm_audio_container .mejs-controls .mejs-playpause-button {
  width: 40px;
  height: 40px;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-controls .mejs-playpause-button button:before,
#tm_builder_outer_content .tm_pb_module .tm_audio_content .tm_audio_container .mejs-controls .mejs-playpause-button button:before {
  content: '\e96a';
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  font-size: 2.5rem;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-controls .mejs-playpause-button.mejs-pause button:before,
#tm_builder_outer_content .tm_pb_module .tm_audio_content .tm_audio_container .mejs-controls .mejs-playpause-button.mejs-pause button:before {
  content: '\e96b';
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-controls .mejs-time-rail .mejs-time-total,
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
#tm_builder_outer_content .tm_pb_module .tm_audio_content .tm_audio_container .mejs-controls .mejs-time-rail .mejs-time-total,
#tm_builder_outer_content .tm_pb_module .tm_audio_content .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  margin: 19px 0;
  height: 2px;
  background: #000;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-controls .mejs-time-rail .mejs-time-current,
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
#tm_builder_outer_content .tm_pb_module .tm_audio_content .tm_audio_container .mejs-controls .mejs-time-rail .mejs-time-current,
#tm_builder_outer_content .tm_pb_module .tm_audio_content .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  height: 2px;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle,
#tm_builder_outer_content .tm_pb_module .tm_audio_content .tm_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle {
  width: 13px;
  height: 13px;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
#tm_builder_outer_content .tm_pb_module .tm_audio_content .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  width: 13px;
  height: 13px;
  top: 14px;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
#tm_builder_outer_content .tm_pb_module .tm_audio_content .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  top: 19px;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-controls .mejs-time-float .mejs-time-float-current,
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-controls .mejs-controls .mejs-time,
#tm_builder_outer_content .tm_pb_module .tm_audio_content .tm_audio_container .mejs-controls .mejs-time-float .mejs-time-float-current,
#tm_builder_outer_content .tm_pb_module .tm_audio_content .tm_audio_container .mejs-controls .mejs-controls .mejs-time {
  color: #fff;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-controls .mejs-time-float .mejs-time-float-corner,
#tm_builder_outer_content .tm_pb_module .tm_audio_content .tm_audio_container .mejs-controls .mejs-time-float .mejs-time-float-corner {
  border-color: #fff transparent transparent;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-controls .mejs-time.mejs-currenttime-container,
#tm_builder_outer_content .tm_pb_module .tm_audio_content .tm_audio_container .mejs-controls .mejs-time.mejs-currenttime-container {
  margin-top: 9px;
  height: auto;
  margin-left: 10px;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-controls .mejs-currenttime,
#tm_builder_outer_content .tm_pb_module .tm_audio_content .tm_audio_container .mejs-controls .mejs-currenttime {
  font-size: 12px;
  font-size: 0.75rem;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-controls .mejs-volume-button,
#tm_builder_outer_content .tm_pb_module .tm_audio_content .tm_audio_container .mejs-controls .mejs-volume-button {
  margin: 0 5px 0 10px;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-controls .mejs-volume-button button,
#tm_builder_outer_content .tm_pb_module .tm_audio_content .tm_audio_container .mejs-controls .mejs-volume-button button {
  width: 28px;
  height: 28px;
  margin: 4px 0;
  overflow: visible;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-controls .mejs-volume-button button:before,
#tm_builder_outer_content .tm_pb_module .tm_audio_content .tm_audio_container .mejs-controls .mejs-volume-button button:before {
  content: '\e8b0';
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  font-size: 1.75rem;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-controls .mejs-volume-button.mejs-unmute button:before,
#tm_builder_outer_content .tm_pb_module .tm_audio_content .tm_audio_container .mejs-controls .mejs-volume-button.mejs-unmute button:before {
  content: '\e8b4';
}

/*--------------------------------------------------------------
### Blog
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_blog.tm_pb_module.tm_pb_posts {
  background: none;
  padding: 0;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_blog_grid_wrapper > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_blog_grid_wrapper + .navigation.pagination,
#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_blog_masonry_wrapper + .navigation.pagination {
  text-align: center;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post {
  margin-bottom: 1.875rem;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_main_video_container,
#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_pb_gallery_post_type {
  margin-bottom: 1.5em;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_content {
  margin-top: 9px;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_pb_image_container {
  margin-bottom: 0;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_pb_content_container {
  padding: 40px 40px 10px;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .more-link {
  margin-top: 23px;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .entry-footer > *.btn, #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .entry-footer > *.tm-wc-ajax-filters-reset.button, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .entry-footer > *.tm-wc-ajax-filters-reset.button {
  margin-bottom: 29px;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_pb_gallery_post_type .tm_pb_slide {
  background-position: center center !important;
  min-height: 320px;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_pb_gallery_post_type .tm-pb-controllers {
  bottom: 15px;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_link_content,
#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_quote_content {
  border-radius: 0;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_link_content {
  padding: 30px 20px;
}

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_link_content {
    padding: 26px 40px;
  }
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_link_content h2 {
  margin-bottom: 0;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_link_content .tm_link_main_url {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_link_content .tm_link_main_url:before {
  font-size: 14px;
  display: inline-block;
  content: '\e915';
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 7px;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_link_content + .tm_pb_content_container {
  padding-top: 5px;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_quote_content {
  padding: 33px 40px 0;
  background-color: transparent;
  text-align: left;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_quote_content {
    padding: 26px 40px 0;
  }
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_quote_content blockquote {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  text-transform: uppercase;
  word-break: normal;
}

p + #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_quote_content blockquote {
  margin-top: 54px;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_quote_content blockquote cite {
  display: block;
  margin-top: 7px;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_quote_content blockquote cite:before {
  content: "— ";
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_quote_content blockquote:before {
  content: "\201c";
  width: 70px;
  display: block;
  text-align: center;
  font-family: "Times New Roman";
  font-size: 93px;
  line-height: 1;
  font-weight: 700;
}

@media (min-width: 544px) {
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_quote_content blockquote {
    padding-left: 99px;
  }
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_quote_content blockquote:before {
    position: absolute;
    top: 7px;
    bottom: 3px;
    left: 0;
    margin-bottom: 0;
  }
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_quote_content + .tm_pb_content_container {
  padding-top: 5px;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_audio_content {
  border-radius: 0;
  padding: 30px 20px;
}

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_audio_content {
    padding: 40px;
  }
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_audio_content h2 {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_audio_content h2 {
    margin-bottom: 30px;
  }
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_audio_content + .tm_pb_content_container {
  padding-top: 5px;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-grid .tm_pb_post_meta, #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-masonry .tm_pb_post_meta {
  min-width: 100%;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-grid * + .tm_pb_content_container, #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-masonry * + .tm_pb_content_container {
  padding: 21px 40px 10px;
}

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-grid .tm_link_content, #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-masonry .tm_link_content {
    padding: 26px 20px;
  }
}

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-grid .tm_quote_content, #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-masonry .tm_quote_content {
    padding: 40px 20px;
  }
}

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-grid .tm_audio_content, #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-masonry .tm_audio_content {
    padding: 40px 20px;
  }
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-grid .entry-footer, #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-masonry .entry-footer {
  margin-top: 12px;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post_meta {
  margin-bottom: 10px;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .entry-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .posted-by__avatar img {
  margin-right: 9px;
  border-radius: 50%;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .posted-by a {
  margin-left: 4px;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-standard,
#tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-image,
#tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-video,
#tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-gallery {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-standard .tm_pb_image_container img,
#tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-image .tm_pb_image_container img,
#tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-video .tm_pb_image_container img,
#tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-gallery .tm_pb_image_container img {
  width: 100%;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-standard .tm_pb_content_container,
#tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-image .tm_pb_content_container,
#tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-video .tm_pb_content_container,
#tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-gallery .tm_pb_content_container {
  min-width: 25%;
}

@media (min-width: 992px) {
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-standard > .tm_pb_image_container,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-standard > .tm_pb_gallery_post_type,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-standard > .tm_main_video_container,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-image > .tm_pb_image_container,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-image > .tm_pb_gallery_post_type,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-image > .tm_main_video_container,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-video > .tm_pb_image_container,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-video > .tm_pb_gallery_post_type,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-video > .tm_main_video_container,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-gallery > .tm_pb_image_container,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-gallery > .tm_pb_gallery_post_type,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-gallery > .tm_main_video_container {
    margin-right: 30px;
    margin-top: 0;
    float: left;
  }
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-standard > .tm_pb_image_container,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-image > .tm_pb_image_container,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-video > .tm_pb_image_container,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-gallery > .tm_pb_image_container {
    float: left;
  }
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-standard > .tm_pb_gallery_post_type,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-standard > .tm_main_video_container,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-image > .tm_pb_gallery_post_type,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-image > .tm_main_video_container,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-video > .tm_pb_gallery_post_type,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-video > .tm_main_video_container,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-gallery > .tm_pb_gallery_post_type,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-gallery > .tm_main_video_container {
    width: 50%;
  }
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-standard > .tm_pb_content_container,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-image > .tm_pb_content_container,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-video > .tm_pb_content_container,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-gallery > .tm_pb_content_container {
    overflow: hidden;
  }
}

/*--------------------------------------------------------------
### Blurb
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_blurb.tm_pb_module {
  position: relative;
  margin-bottom: 30px;
  padding: 60px 40px 110.8px;
}

@media (min-width: 544px) {
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module {
    padding: 40px 2.75 40px 160px;
  }
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module:after {
  content: "";
  position: absolute;
  bottom: 66px;
  left: 50%;
  display: block;
  width: 37px;
  height: 4px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_blurb_content {
  max-width: 100%;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_blurb_content p:not(:last-child) {
  margin-bottom: 17px;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm-pb-icon {
  padding-bottom: 21px;
  font-size: 60px;
  font-size: 3.75rem;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm-pb-icon.tm-pb-icon-circle, #tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm-pb-icon.tm-pb-icon-circle-border {
  padding-bottom: 0;
  font-size: 45px;
  font-size: 2.8125rem;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm-pb-icon-circle-border {
  border: 1px solid;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm-pb-icon-circle {
  width: 105px;
  height: 105px;
  border-radius: 53px;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_link {
  border-bottom: 1px solid;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_link:hover {
  border-bottom: 1px solid transparent;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_link,
#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_button {
  margin-top: 20px;
  display: inline-block;
  text-transform: uppercase;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_button {
  background-color: transparent;
  border-color: #e0e0e2;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_blurb_container h4 {
  padding-bottom: 0;
  margin-bottom: 20px;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_main_blurb_image {
  width: auto;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_main_blurb_image img {
  vertical-align: top;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_top .tm_pb_main_blurb_image img {
  width: 100%;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_top.tm_pb_text_align_left:after {
  left: 40px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0);
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_top.tm_pb_text_align_left .tm-pb-icon {
  margin-left: 0;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_top.tm_pb_text_align_left .tm-pb-icon.tm-pb-icon-circle, #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_top.tm_pb_text_align_left .tm-pb-icon.tm-pb-icon-circle-border {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_top.tm_pb_text_align_left .tm_pb_main_blurb_image {
  display: inline-block;
  text-align: left;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_top.tm_pb_text_align_right:after {
  right: 40px;
  left: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0);
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_top.tm_pb_text_align_right .tm-pb-icon {
  margin-right: 0;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_top.tm_pb_text_align_right .tm-pb-icon.tm-pb-icon-circle, #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_top.tm_pb_text_align_right .tm-pb-icon.tm-pb-icon-circle-border {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_top.tm_pb_text_align_right .tm_pb_main_blurb_image {
  display: inline-block;
  text-align: right;
}

@media (max-width: 543px) {
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_main_blurb_image {
    display: block;
    text-align: left;
  }
}

@media (min-width: 992px) {
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_main_blurb_image {
    padding-top: 5px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_main_blurb_image {
    display: block;
    text-align: left;
  }
}

@media (max-width: 543px) {
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_blurb_container {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_blurb_container {
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_blurb_container {
    padding-left: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_blurb_container {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_main_blurb_image,
  #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_main_blurb_image {
    display: block;
  }
  #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_blurb_container,
  #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_blurb_container {
    display: block;
    padding-left: 0;
  }
}

/*--------------------------------------------------------------
### Brands Showcase
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper {
  padding: 32px 40px 2px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper {
    padding: 22px 20px 2px;
  }
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper[class*="tm_pb_brands_showcase_module_"] {
  margin-bottom: 0;
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__super-title, #tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__title, #tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__sub-title {
  text-align: left;
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__divider {
  margin: 30px 0;
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__brands {
  margin-top: 31px;
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__brands.swiper-container {
  padding-bottom: 0;
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__brands.swiper-container .tm_pb_brands_showcase_module__item__wrapper.swiper-slide {
  margin-bottom: 0;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__brands.swiper-container .swiper-pagination {
  margin-top: 30px;
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item + * {
  margin-top: 10px;
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item__logo {
  vertical-align: top;
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item__wrapper {
  margin-top: 0;
  margin-bottom: 1.875rem;
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item__title, #tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item__description {
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
}

/*--------------------------------------------------------------
### Button
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module .tm_pb_button,
#tm_builder_outer_content .tm_pb_module.tm_pb_promo .tm_pb_button {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 15px 28px 15px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid;
  box-shadow: none;
  transition: .3s;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  border-radius: 0;
}

#tm_builder_outer_content .tm_pb_module .tm_pb_button:before,
#tm_builder_outer_content .tm_pb_module.tm_pb_promo .tm_pb_button:before {
  content: none;
}

#tm_builder_outer_content .tm_pb_module .tm_pb_button:after,
#tm_builder_outer_content .tm_pb_module.tm_pb_promo .tm_pb_button:after {
  font-size: 14px;
  font-size: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#tm_builder_outer_content .tm_pb_module .tm_pb_button:hover,
#tm_builder_outer_content .tm_pb_module.tm_pb_promo .tm_pb_button:hover {
  text-decoration: none;
  padding: 15px 28px 15px !important;
}

#tm_builder_outer_content .tm_pb_module .tm_pb_button:active,
#tm_builder_outer_content .tm_pb_module.tm_pb_promo .tm_pb_button:active {
  outline: 0;
}

#tm_builder_outer_content .tm_pb_module .tm_pb_button.tm_pb_custom_button_icon.tm_pb_icon_right, #tm_builder_outer_content .tm_pb_module .tm_pb_button.tm_pb_custom_button_icon.tm_pb_icon_left,
#tm_builder_outer_content .tm_pb_module.tm_pb_promo .tm_pb_button.tm_pb_custom_button_icon.tm_pb_icon_right,
#tm_builder_outer_content .tm_pb_module.tm_pb_promo .tm_pb_button.tm_pb_custom_button_icon.tm_pb_icon_left {
  padding: 15px 28px 15px;
}

#tm_builder_outer_content .tm_pb_module .tm_pb_button.tm_pb_custom_button_icon.tm_pb_icon_right:hover, #tm_builder_outer_content .tm_pb_module .tm_pb_button.tm_pb_custom_button_icon.tm_pb_icon_left:hover,
#tm_builder_outer_content .tm_pb_module.tm_pb_promo .tm_pb_button.tm_pb_custom_button_icon.tm_pb_icon_right:hover,
#tm_builder_outer_content .tm_pb_module.tm_pb_promo .tm_pb_button.tm_pb_custom_button_icon.tm_pb_icon_left:hover {
  padding: 15px 28px 15px;
}

#tm_builder_outer_content .tm_pb_module .tm_pb_button.tm_pb_custom_button_icon.tm_pb_icon_left:after,
#tm_builder_outer_content .tm_pb_module.tm_pb_promo .tm_pb_button.tm_pb_custom_button_icon.tm_pb_icon_left:after {
  left: 14px;
}

/*--------------------------------------------------------------
### Carousel
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_swiper.tm_pb_module {
  padding: 32px 40px 16px;
  margin: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #tm_builder_outer_content .tm_pb_swiper.tm_pb_module {
    padding: 22px 20px 16px;
  }
}

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module h5 {
  margin-bottom: 31px;
}

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .title-delimiter {
  margin: 30px 0;
  background-color: #e8e8e8;
  opacity: 1;
}

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-pagination {
  margin-top: 25px;
}

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-pagination {
    margin-top: 47px;
  }
}

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-button-next i {
  -webkit-transform: translate(5px) scale(1);
  -ms-transform: translate(5px) scale(1);
      transform: translate(5px) scale(1);
}

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-button-next.swiper-button-disabled i {
  -webkit-transform: translate(0) scale(0.5);
  -ms-transform: translate(0) scale(0.5);
      transform: translate(0) scale(0.5);
}

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-button-prev i {
  -webkit-transform: translate(-5px) scale(1);
  -ms-transform: translate(-5px) scale(1);
      transform: translate(-5px) scale(1);
}

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-button-prev.swiper-button-disabled i {
  -webkit-transform: translate(0) scale(0.5);
  -ms-transform: translate(0) scale(0.5);
      transform: translate(0) scale(0.5);
}

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-button-next,
#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-button-prev {
  margin: 0;
  top: 0;
  display: block;
}

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .btn-wrapper {
  text-align: center;
}

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .btn-wrapper .btn, #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .btn-wrapper .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-reset.button, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .btn-wrapper .tm-wc-ajax-filters-reset.button {
  margin-top: 35px;
}

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -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;
  height: auto;
}

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .entry-content {
  margin: 0;
}

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .entry-title {
  margin-bottom: 2px;
}

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .entry-meta {
  margin-left: -10px;
  margin-right: -10px;
}

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .entry-meta > * {
  padding-left: 10px;
  padding-right: 10px;
}

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .entry-meta .post__comments {
  margin-bottom: 14px;
}

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .entry-content {
  padding: 0;
}

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .entry-content p {
  margin-top: .2em;
}

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .entry-footer {
  padding: 0;
  margin: 0;
}

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .post-cats a + a {
  margin-bottom: 4px;
  margin-left: 4px;
}

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .carousel__more-btn {
  margin-top: 25px;
}

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .post-thumbnail__link {
  display: block;
  overflow: hidden;
  margin-bottom: 1.4em;
}

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .post-thumbnail__img {
  display: block;
  width: 100%;
}

.tm_products_carousel_widget .swiper-button-next,
.tm_products_carousel_widget .swiper-button-prev,
#tm_builder_outer_content .tm_pb_equal_columns .module_on_sale .swiper-button-next,
#tm_builder_outer_content .tm_pb_equal_columns .module_on_sale .swiper-button-prev,
#tm_builder_outer_content .tm_pb_equal_columns .module_on_sale .swiper-button-next:hover,
#tm_builder_outer_content .tm_pb_equal_columns .module_on_sale .swiper-button-prev:hover,
#tm_builder_outer_content .tm_pb_equal_columns .module_on_sale .swiper-button-next.swiper-button-disabled,
#tm_builder_outer_content .tm_pb_equal_columns .module_on_sale .swiper-button-prev.swiper-button-disabled {
  background: transparent;
}

/*--------------------------------------------------------------
### Circle Counter
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_circle_counter {
  max-width: 100%;
  margin-bottom: 40px;
}

#tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar {
  max-width: 100%;
}

#tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar .percent p {
  font-weight: 200;
}

#tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar canvas {
  max-width: 100% !important;
  height: auto !important;
}

#tm_builder_outer_content .tm_pb_circle_counter h3 {
  padding-top: 10px;
  margin-bottom: 0;
}

#tm_builder_outer_content .tm_pb_circle_counter h3:before {
  display: none;
}

#tm_builder_outer_content .tm_pb_slide_content .tm_pb_circle_counter .percent p:last-of-type {
  font-weight: 200;
}

/*--------------------------------------------------------------
### Contact-form
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_contact_form_input.tm_pb_contact_message {
  margin-bottom: 10px;
  min-height: 190px;
}

#tm_builder_outer_content .tm_pb_contact_form {
  position: relative;
}

#tm_builder_outer_content .tm_pb_contact_form form {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

#tm_builder_outer_content .tm_pb_contact_form.tm_pb_module {
  padding: 21px 40px 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #tm_builder_outer_content .tm_pb_contact_form.tm_pb_module {
    padding: 16px 20px 30px;
  }
}

#tm_builder_outer_content .tm_pb_contact_form.tm_pb_module > .tm_pb_module.tm_pb_contact_form {
  padding: 0;
}

#tm_builder_outer_content .tm_pb_contact_form .tm_contact_bottom_container {
  position: relative;
  overflow: visible;
  text-align: center;
  float: none;
}

#tm_builder_outer_content .tm_pb_contact_form.tm_pb_contact_form_btn_center .tm_contact_bottom_container {
  text-align: center;
}

#tm_builder_outer_content .tm_pb_contact_form_label {
  text-transform: uppercase;
  position: relative;
}

#tm_builder_outer_content .tm_pb_contact_form_label:after {
  content: '*';
  display: inline-block;
}

#tm_builder_outer_content div.tm_pb_contact_right {
  margin-top: 10px;
}

#tm_builder_outer_content .tm_pb_contact_main_title {
  margin-top: 25px;
  margin-bottom: 0;
}

#tm_builder_outer_content .tm_pb_contact_submit {
  margin-top: 10px;
}

#tm_builder_outer_content .tm_pb_contact_field {
  text-align: left;
  width: 100%;
}

#tm_builder_outer_content .tm_contact_error {
  border: 1px solid #ff4451;
}

#tm_builder_outer_content .cf-success-message {
  background: rgba(89, 188, 108, 0.9);
  display: block;
}

#tm_builder_outer_content .tm_pb_contact_form .tm-pb-contact-message {
  margin-top: 10px;
  margin-bottom: 10px;
  border: none;
  background: #ff4451;
  text-transform: uppercase;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0;
}

#tm_builder_outer_content .tm_pb_contact_form .tm-pb-contact-message:empty {
  display: none;
}

#tm_builder_outer_content .tm_pb_contact_form .tm-pb-contact-message > * {
  padding: 5px 15px;
}

#tm_builder_outer_content .tm_pb_contact_form .tm-pb-contact-message > ul {
  padding: 5px 15px 5px 15px;
}

#tm_builder_outer_content .tm_pb_contact_form .tm-pb-contact-message .tm_pb_contact_error_text {
  display: block;
}

#tm_builder_outer_content .tm_pb_contact_form .tm-pb-contact-message p,
#tm_builder_outer_content .tm_pb_contact_form .tm-pb-contact-message ul {
  display: inline-block;
  margin-bottom: 0;
}

#tm_builder_outer_content .tm_pb_contact_form .tm-pb-contact-message ul {
  margin-left: 0;
}

#tm_builder_outer_content .tm_pb_contact_form .tm-pb-contact-message ul + p::before {
  content: "";
  display: block;
}

#tm_builder_outer_content .tm_pb_contact_form .tm-pb-contact-message ul li {
  display: inline-block;
}

#tm_builder_outer_content .tm_pb_contact_form .tm-pb-contact-message ul li:before {
  content: none;
}

#tm_builder_outer_content .tm_pb_contact_form .tm-pb-contact-message ul li + li {
  margin-top: 0;
}

#tm_builder_outer_content .tm_pb_contact_form .tm-pb-contact-message ul li + li::before {
  content: ",";
  display: inline-block;
  margin-right: 3px;
}

/*--------------------------------------------------------------
### Countdown Timer
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer {
  padding: 9.2% 7.5% 6.6%;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container h4 {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container h4 {
    margin-bottom: 50px;
  }
}

#tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section.values {
  margin: 0 0 10px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section.values .value {
  line-height: 1;
  font-size: 36px;
  font-size: 2.25rem;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section.values .label {
  text-transform: uppercase;
  line-height: 1;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media (min-width: 544px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section.values {
    margin: 0 8px 10px;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section.values .value {
    font-size: 72px;
    font-size: 4.5rem;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section.values .label {
    line-height: 2;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section.sep {
  top: -17px;
  line-height: 1;
  font-size: 35px;
  font-size: 2.1875rem;
}

@media (min-width: 544px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section.sep {
    top: -26px;
    font-size: 52px;
    font-size: 3.25rem;
  }
}

#tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer.tm_pb_countdown_timer_circle_layout .tm_pb_countdown_timer_container .section.values {
  margin: 0 33px 10px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer.tm_pb_countdown_timer_circle_layout .tm_pb_countdown_timer_container .section.sep {
  display: none;
}

#tm_builder_outer_content .tm_pb_countdown_timer_circle_border .section.values {
  border: 2px solid;
}

/*--------------------------------------------------------------
### Counters
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_counters.tm_pb_module {
  padding: 44px 40px 40px !important;
}

#tm_builder_outer_content .tm_pb_counters.tm_pb_module > [class^="tm_pb_counter_"] {
  position: relative;
}

#tm_builder_outer_content .tm_pb_counters.tm_pb_module > [class^="tm_pb_counter_"] + [class^="tm_pb_counter_"] {
  margin-top: 34px;
}

#tm_builder_outer_content .tm_pb_counters.tm_pb_module .tm_pb_counter_amount {
  min-height: 20px;
}

#tm_builder_outer_content .tm_pb_counters.tm_pb_module .tm_pb_counter_amount_number {
  position: absolute;
  top: -6px;
  right: -4px;
  line-height: 1;
  font-size: 24px;
  font-size: 1.5rem;
}

#tm_builder_outer_content .tm_pb_counters.tm_pb_module .tm_pb_counter_title {
  padding-right: 70px;
  text-transform: uppercase;
}

#tm_builder_outer_content .tm_pb_counters.tm_pb_module .tm_pb_counter_container {
  position: static;
  margin-top: 2px;
  margin-bottom: 0;
  border-radius: 0;
}

/*--------------------------------------------------------------
### Icon
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_icon .tm-pb-icon {
  display: inline-block;
  text-align: center;
  line-height: 1;
  font-size: 60px;
  font-size: 3.75rem;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_icon .tm-pb-icon-circle-border {
  border-style: solid;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_icon .tm-pb-icon-circle {
  width: 105px;
  height: 105px;
  border-radius: 53px;
  line-height: 105px;
  font-size: 45px;
  font-size: 2.8125rem;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_icon.tm_pb_icon_align_left {
  text-align: left;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_icon.tm_pb_icon_align_center {
  text-align: center;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_icon.tm_pb_icon_align_right {
  text-align: right;
}

/*--------------------------------------------------------------
### Map
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_map_container.tm_pb_module h3:before {
  display: none;
}

#tm_builder_outer_content .tm_pb_map_container.tm_pb_module .gm-style > div:first-child > div:nth-child(4) > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(2) {
  background: none !important;
  border-radius: 3px !important;
  box-shadow: 0 0 57px 0 rgba(0, 0, 0, 0.09) !important;
}

#tm_builder_outer_content .tm_pb_map_container.tm_pb_module .gm-style > div:first-child > div:nth-child(4) > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(4) {
  border-radius: 3px !important;
}

#tm_builder_outer_content .tm_pb_map_container.tm_pb_module .gm-style > div:first-child > div:nth-child(4) > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(3) div div {
  box-shadow: none !important;
}

#tm_builder_outer_content .tm_pb_map_container.tm_pb_module .gm-style .gm-style-iw {
  font-size: 16px;
  font-size: 1rem;
}

#tm_builder_outer_content .tm_pb_map_container.tm_pb_module .gm-style .gm-style-iw + div {
  width: 19px !important;
  height: 19px !important;
}

#tm_builder_outer_content .tm_pb_map_container.tm_pb_module .gm-style .gm-style-iw + div:before {
  content: '\e935';
  font-size: 19px;
  color: #c7c7c7;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#tm_builder_outer_content .tm_pb_map_container.tm_pb_module .gm-style .gm-style-iw + div img {
  display: none;
}

#tm_builder_outer_content .tm_pb_map_container.tm_pb_module .gm-style .gm-style-iw div div > h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 10px !important;
}

#tm_builder_outer_content .tm_pb_map_container.tm_pb_module .gm-style .gm-style-iw .infowindow > * {
  margin-bottom: 7px;
}

#tm_builder_outer_content .tm_pb_map_container.tm_pb_module .gm-style .gm-style-iw .infowindow p {
  line-height: 1.5;
}

#tm_builder_outer_content .tm_pb_map_container.tm_pb_module .gm-style .gm-style-iw .infowindow > *:last-child {
  margin-bottom: 0;
}

#tm_builder_outer_content .tm_pb_map_container.tm_pb_module .tm_pb_map {
  height: 400px;
}

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_map_container.tm_pb_module .tm_pb_map {
    height: 640px;
  }
}

#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_map_container.tm_pb_module .gm-style .gm-style-iw,
#tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_map_container.tm_pb_module .gm-style .gm-style-iw {
  padding: 20px 20px;
}

#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_map_container.tm_pb_module .gm-style .gm-style-iw + div,
#tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_map_container.tm_pb_module .gm-style .gm-style-iw + div {
  right: 19px !important;
  top: 19px !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_map_container.tm_pb_module .tm_pb_map,
  #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_map_container.tm_pb_module .tm_pb_map {
    height: 400px;
  }
}

/*--------------------------------------------------------------
### Number Counter
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_number_counter.tm_pb_module {
  position: relative;
  padding: 50px 40px 100px;
}

#tm_builder_outer_content .tm_pb_number_counter.tm_pb_module:before {
  content: "";
  position: absolute;
  bottom: 57px;
  left: 50%;
  display: block;
  width: 37px;
  height: 4px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

@media (min-width: 544px) {
  #tm_builder_outer_content .tm_pb_number_counter.tm_pb_module {
    padding: 110px 40px 172px;
  }
  #tm_builder_outer_content .tm_pb_number_counter.tm_pb_module:before {
    bottom: 117px;
  }
}

#tm_builder_outer_content .tm_pb_number_counter.tm_pb_module .percent {
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
  height: auto;
  min-height: 55px;
}

#tm_builder_outer_content .tm_pb_number_counter.tm_pb_module h3 {
  padding-top: 9px;
  margin-bottom: 0;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#tm_builder_outer_content .tm_pb_number_counter.tm_pb_module h3:before {
  display: none;
}

/*--------------------------------------------------------------
### Person
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_team_member {
  margin-bottom: 1.875rem;
  padding: 62px 40px 28px;
  overflow: hidden;
}

@media (min-width: 544px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_team_member {
    padding: 62px 65px 28px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_team_member {
    padding: 20px;
  }
}

#tm_builder_outer_content .tm_pb_module.tm_pb_team_member .tm_pb_team_member_top {
  margin-bottom: 31px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_team_member .tm_pb_team_member_image img {
  display: block;
  max-width: 100%;
  width: 190px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 95px;
  vertical-align: top;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_team_member .tm_pb_team_member_name {
  margin-bottom: 6px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_team_member .tm_pb_member_position {
  text-transform: uppercase;
  margin: 0;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_team_member .tm_pb_member_position + * {
  margin-top: 23px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_team_member .tm_pb_member_social_links {
  position: relative;
  margin-top: 51px;
  padding-top: 35px;
  text-align: center;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_team_member .tm_pb_member_social_links:before {
  content: "";
  position: absolute;
  top: 0;
  right: -1000px;
  left: -1000px;
  height: 1px;
  background: #e8e8e8;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_team_member .tm_pb_member_social_links li {
  margin: 0 0 5px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_team_member .tm_pb_member_social_links li a {
  width: auto;
  height: auto;
  text-align: center;
  line-height: 1;
  font-size: 15px;
  font-size: 0.9375rem;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_team_member .tm_pb_member_social_links li + li {
  margin-left: 36px;
}

/*--------------------------------------------------------------
### Posts
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_posts {
  padding: 32px 40px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_posts {
    padding: 22px 20px 0;
  }
}

#tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-posts_title_group {
  text-align: left;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-posts_title_group .tm-posts_title_divider {
  max-width: 100%;
  background: #e8e8e8;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-posts_title_group > *:last-child {
  margin-bottom: 31px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-posts_listing {
  padding: 0;
}

@media (max-width: 543px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_posts .post-cats {
    display: none;
  }
}

#tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-posts_layout-1 .tm_pb_column,
#tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-posts_layout-2 .tm_pb_column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-posts_layout-1 .tm-posts_item,
#tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-posts_layout-2 .tm-posts_item {
  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;
  width: 100%;
  max-width: 100%;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-posts_layout-2 .tm-posts_item .posts_item_content_footer {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e8e8e8;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-posts_layout-2 .tm-posts_item .tm-posts_item_title {
  margin-top: 0;
  margin-bottom: 2px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-posts_layout-3 .tm-posts_item {
  margin-bottom: 1.875rem;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-posts_layout-3 .tm-posts_item .tm-posts_item_content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 20px;
  text-align: center;
}

@media (min-width: 1500px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-posts_layout-3 .tm-posts_item .tm-posts_item_content {
    padding: 20px 30px;
  }
}

#tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-posts_layout-3 .tm-posts_item .entry-meta {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-posts_layout-3 .tm-posts_item .post-cats {
  padding: 10px 20px  13px;
}

@media (min-width: 1500px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-posts_layout-3 .tm-posts_item .post-cats {
    padding: 40px 40px 20px;
  }
}

#tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-posts_layout-3 .tm-posts_item .tm-posts_item_title {
  margin-top: 0;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-posts_layout-3 .tm-posts_item .tm-posts_item_title a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-posts_item {
  margin-bottom: 30px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-posts_item .tm-posts_img {
  display: block;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-posts_item .tm-posts_item_title {
  margin-top: 22px;
  margin-bottom: 2px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-posts_item .tm-posts_item_meta {
  margin-left: -8px;
  margin-right: -8px;
  padding: 0;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-posts_item .tm-posts_item_meta > * {
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-posts_item .tm-posts_item_excerpt {
  margin-top: 19px;
  padding-bottom: 0;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-posts_item .posts_item_content_footer {
  margin-top: 15px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-posts_button_wrap {
  padding-top: 20px;
  padding-bottom: 40px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_posts .tm-pb-spinner-double-bounce.tm-pb-spinner {
  margin: -20px 0 0 15px;
}

/*--------------------------------------------------------------
### Pricing Table
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table {
  margin-top: 0;
}

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table {
    -webkit-flex: 0 0 calc(50% - 1.875rem);
        -ms-flex: 0 0 calc(50% - 1.875rem);
            flex: 0 0 calc(50% - 1.875rem);
    max-width: calc(50% - 1.875rem);
  }
}

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table {
    -webkit-flex: 0 0 calc(25% - 1.875rem);
        -ms-flex: 0 0 calc(25% - 1.875rem);
            flex: 0 0 calc(25% - 1.875rem);
    max-width: calc(25% - 1.875rem);
  }
}

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table,
  #tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table {
    -webkit-flex: 0 0 calc(50% - 1.875rem);
        -ms-flex: 0 0 calc(50% - 1.875rem);
            flex: 0 0 calc(50% - 1.875rem);
    max-width: calc(50% - 1.875rem);
  }
}

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table {
    -webkit-flex: 0 0 calc(33.33% - 1.875rem);
        -ms-flex: 0 0 calc(33.33% - 1.875rem);
            flex: 0 0 calc(33.33% - 1.875rem);
    max-width: calc(33.33% - 1.875rem);
  }
}

#tm_builder_outer_content .tm_pb_column > .tm_pb_pricing.tm_pb_module > .tm_pb_pricing_table:nth-child(n) {
  margin-top: 0;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table {
  text-align: left;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module:after {
  content: none;
  display: none;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table {
  -webkit-flex: 0 0 calc(100% - 1.875rem);
      -ms-flex: 0 0 calc(100% - 1.875rem);
          flex: 0 0 calc(100% - 1.875rem);
  width: calc(100% - 1.875rem);
  margin: 0 0.9375rem 1.875rem;
  padding-bottom: 40px;
  float: none;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_heading {
  padding: 40px 40px 7px;
  margin-bottom: 0;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_heading .tm_pb_best_value {
  margin-top: 10px;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_title {
  margin-bottom: 0;
  padding-bottom: 0;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_content_top {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 29px;
  text-transform: uppercase;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_content_top:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e8e8e8;
  height: 1px;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_content_top .tm_pb_tm_price {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_content_top .tm_pb_tm_price > * {
  display: inline-block;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_content_top .tm_pb_dollar_sign {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.55;
  vertical-align: top;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_content_top .tm_pb_sum {
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_content_top .tm_pb_dollar_sign {
  position: static;
  margin-left: 0;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_content {
  padding: 31px 40px;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_content ul.tm_pb_pricing li {
  position: relative;
  padding: 0 0 3px 14px;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_content ul.tm_pb_pricing li:last-child {
  padding-bottom: 0;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_content ul.tm_pb_pricing li:before {
  content: "•";
  top: 2px;
  left: 0;
  margin-right: 8px;
  font-size: 16px;
  font-size: 1rem;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_content ul.tm_pb_pricing li.tm_pb_not_available:before {
  content: "\e935";
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table_button {
  margin-right: 40px;
  margin-left: 40px;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing li.tm_pb_not_available:before {
  color: #ff4451;
}

/*--------------------------------------------------------------
### Promo (Call to action)
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_promo.tm_pb_module {
  padding: 40px !important;
  background-position: center center;
}

#tm_builder_outer_content .tm_pb_promo.tm_pb_module .tm_pb_promo_description {
  padding-bottom: 0;
}

#tm_builder_outer_content .tm_pb_promo.tm_pb_module .tm_pb_promo_description h2 {
  margin-bottom: 5px;
}

#tm_builder_outer_content .tm_pb_promo.tm_pb_module .tm_pb_promo_button {
  margin-top: 30px;
}

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_promo.tm_pb_module .tm_pb_promo_button {
    margin-top: 50px;
  }
}

#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_promo.tm_pb_module,
#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_promo.tm_pb_module {
  padding: 40px !important;
}

@media (min-width: 992px) {
  #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_promo.tm_pb_module,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_promo.tm_pb_module {
    padding: 80px 60px !important;
  }
}

/*--------------------------------------------------------------
### Sidebar
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_equal_columns .widget {
  margin-bottom: 0 !important;
}

#tm_builder_outer_content .tm_pb_equal_columns .tm_pb_column {
  position: relative;
  margin-bottom: calc(40px - 10px);
}

#tm_builder_outer_content .tm_pb_equal_columns .tm_pb_column:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  left: 15px;
  display: block;
  z-index: -1;
}

#tm_builder_outer_content .tm_pb_equal_columns .module_on_sale > * {
  z-index: 2;
}

#tm_builder_outer_content .tm_pb_equal_columns .module_on_sale .widget {
  background: transparent;
}

#tm_builder_outer_content .tm_pb_equal_columns .module_on_sale:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  left: 15px;
  display: block;
  z-index: 1;
}

#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_widget_area .widget.widget_products .widget-title,
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_widget_area .widget.widget_top_rated_products .widget-title,
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_widget_area .widget.widget_recent_reviews .widget-title,
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_widget_area .widget.widget_recently_viewed_products .widget-title,
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_widget_area .widget.woostroid_widget_products .widget-title {
  margin-bottom: 30px;
}

#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_widget_area .widget.widget_products ul:not(.inline-list) li + li,
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_widget_area .widget.widget_products ul:not(.inline-list) li > ul li,
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_widget_area .widget.widget_products ul:not(.inline-list) li > ol li,
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_widget_area .widget.widget_top_rated_products ul:not(.inline-list) li + li,
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_widget_area .widget.widget_top_rated_products ul:not(.inline-list) li > ul li,
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_widget_area .widget.widget_top_rated_products ul:not(.inline-list) li > ol li,
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_widget_area .widget.widget_recent_reviews ul:not(.inline-list) li + li,
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_widget_area .widget.widget_recent_reviews ul:not(.inline-list) li > ul li,
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_widget_area .widget.widget_recent_reviews ul:not(.inline-list) li > ol li,
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_widget_area .widget.widget_recently_viewed_products ul:not(.inline-list) li + li,
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_widget_area .widget.widget_recently_viewed_products ul:not(.inline-list) li > ul li,
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_widget_area .widget.widget_recently_viewed_products ul:not(.inline-list) li > ol li,
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_widget_area .widget.woostroid_widget_products ul:not(.inline-list) li + li,
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_widget_area .widget.woostroid_widget_products ul:not(.inline-list) li > ul li,
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_widget_area .widget.woostroid_widget_products ul:not(.inline-list) li > ol li {
  border-top: none;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area *:not([class*="col-"]) {
  max-width: none;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget-smart-slider img.sp-image {
  max-width: none !important;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .about-author_img {
  border-radius: 50%;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget ul:not(.inline-list) {
  margin-bottom: 0;
  padding: 0;
  margin-left: 0;
  list-style: none;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget ul:not(.inline-list) li {
  padding-top: 0;
  padding-bottom: 0;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget ul:not(.inline-list) li:before {
  content: none;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget ul:not(.inline-list) li + li,
#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget ul:not(.inline-list) li > ul li,
#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget ul:not(.inline-list) li > ol li {
  margin-top: 19px;
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget ul:not(.inline-list) li > ul {
  margin-left: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget:not(.__tm_banners_grid_widget) {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .products .product span.onsale,
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget span.featured,
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget span.onsale,
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget span.new,
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .wcvendors_sold_by_in_loop {
    font-size: 7px;
  }
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .product .product-categories,
#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .product .product-widget-tags {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .product .product-categories li,
#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .product .product-widget-tags li {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .product .product-content-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .product .product-content-inner .ajax_add_to_cart,
#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .product .product-content-inner .add_to_cart_button {
  margin-right: 10px;
  max-width: 100%;
  transition: .3s;
  transition-delay: .2s;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .product h3,
#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .product .price {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 50%;
  margin-bottom: 15px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget-subscribe:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .tm_products_carousel_widget {
    padding-bottom: 0;
  }
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget_recent_entries ul li + li,
#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget_recent_comments ul li + li {
  margin-top: 20px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xs-1 {
  max-width: 8.33333%;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xs-2 {
  max-width: 16.66667%;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xs-3 {
  max-width: 25%;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xs-4 {
  max-width: 33.33333%;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xs-5 {
  max-width: 41.66667%;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xs-6 {
  max-width: 50%;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xs-7 {
  max-width: 58.33333%;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xs-8 {
  max-width: 66.66667%;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xs-9 {
  max-width: 75%;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xs-10 {
  max-width: 83.33333%;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xs-11 {
  max-width: 91.66667%;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xs-12 {
  max-width: 100%;
}

@media (min-width: 544px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-sm-1 {
    max-width: 8.33333%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-sm-2 {
    max-width: 16.66667%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-sm-3 {
    max-width: 25%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-sm-4 {
    max-width: 33.33333%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-sm-5 {
    max-width: 41.66667%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-sm-6 {
    max-width: 50%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-sm-7 {
    max-width: 58.33333%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-sm-8 {
    max-width: 66.66667%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-sm-9 {
    max-width: 75%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-sm-10 {
    max-width: 83.33333%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-sm-11 {
    max-width: 91.66667%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-sm-12 {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-md-1 {
    max-width: 8.33333%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-md-2 {
    max-width: 16.66667%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-md-3 {
    max-width: 25%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-md-4 {
    max-width: 33.33333%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-md-5 {
    max-width: 41.66667%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-md-6 {
    max-width: 50%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-md-7 {
    max-width: 58.33333%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-md-8 {
    max-width: 66.66667%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-md-9 {
    max-width: 75%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-md-10 {
    max-width: 83.33333%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-md-11 {
    max-width: 91.66667%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-md-12 {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-lg-1 {
    max-width: 8.33333%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-lg-2 {
    max-width: 16.66667%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-lg-3 {
    max-width: 25%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-lg-4 {
    max-width: 33.33333%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-lg-5 {
    max-width: 41.66667%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-lg-6 {
    max-width: 50%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-lg-7 {
    max-width: 58.33333%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-lg-8, #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .woocommerce .comment-form, .woocommerce #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .comment-form {
    max-width: 66.66667%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-lg-9 {
    max-width: 75%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-lg-10 {
    max-width: 83.33333%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-lg-11 {
    max-width: 91.66667%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-lg-12 {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xl-1 {
    max-width: 8.33333%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xl-2 {
    max-width: 16.66667%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xl-3 {
    max-width: 25%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xl-4 {
    max-width: 33.33333%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xl-5 {
    max-width: 41.66667%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xl-6 {
    max-width: 50%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xl-7 {
    max-width: 58.33333%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xl-8 {
    max-width: 66.66667%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xl-9 {
    max-width: 75%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xl-10 {
    max-width: 83.33333%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xl-11 {
    max-width: 91.66667%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xl-12 {
    max-width: 100%;
  }
}

@media (min-width: 1500px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xxl-1 {
    max-width: 8.33333%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xxl-2 {
    max-width: 16.66667%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xxl-3 {
    max-width: 25%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xxl-4 {
    max-width: 33.33333%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xxl-5 {
    max-width: 41.66667%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xxl-6 {
    max-width: 50%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xxl-7 {
    max-width: 58.33333%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xxl-8 {
    max-width: 66.66667%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xxl-9 {
    max-width: 75%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xxl-10 {
    max-width: 83.33333%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xxl-11 {
    max-width: 91.66667%;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xxl-12 {
    max-width: 100%;
  }
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
### Slider
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_slider.tm_pb_module:hover .tm-pb-arrow-prev,
#tm_builder_outer_content .tm_pb_slider:hover .tm-pb-arrow-prev {
  left: 0;
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module:hover .tm-pb-arrow-next,
#tm_builder_outer_content .tm_pb_slider:hover .tm-pb-arrow-next {
  right: 0;
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-arrow-prev, #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-arrow-next,
#tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-prev,
#tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-next {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  margin-top: -25px;
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-arrow-prev,
#tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-prev {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-arrow-prev:before,
#tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-prev:before {
  content: '\e93b';
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-arrow-next,
#tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-next {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-arrow-next:before,
#tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-next:before {
  content: '\e93c';
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-controllers,
#tm_builder_outer_content .tm_pb_slider .tm-pb-controllers {
  bottom: 8%;
}

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-controllers,
  #tm_builder_outer_content .tm_pb_slider .tm-pb-controllers {
    bottom: 14%;
  }
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-controllers a,
#tm_builder_outer_content .tm_pb_slider .tm-pb-controllers a {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  opacity: 1;
  transition: .3s;
  margin: 0 8px 5px;
  line-height: 1;
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .post-meta,
#tm_builder_outer_content .tm_pb_slider .post-meta {
  text-transform: uppercase;
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_description,
#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description {
  padding: 24.9% 0;
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_description .tm_pb_slide_title,
#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description .tm_pb_slide_title {
  padding-bottom: 0;
  margin-bottom: 20px;
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_description .tm_pb_slide_content h1,
#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description .tm_pb_slide_content h1 {
  margin-bottom: 15px;
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_description .tm_pb_slide_content > *:last-child,
#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description .tm_pb_slide_content > *:last-child {
  margin-bottom: 20px;
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_more_button,
#tm_builder_outer_content .tm_pb_slider .tm_pb_more_button {
  margin-top: 15px;
}

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_more_button,
  #tm_builder_outer_content .tm_pb_slider .tm_pb_more_button {
    margin-top: 37px;
  }
}

/*--------------------------------------------------------------
### Social Media Follow
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module {
  margin-left: -8px;
  margin-right: -8px;
}

#tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li {
  float: none;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}

#tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li a.icon {
  margin-right: 0;
}

#tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li a.follow_button {
  margin-right: 0;
  margin-left: 10px;
}

#tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li span.tm-pb-icon {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
}

/*--------------------------------------------------------------
### Tabs
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_tabs {
  padding: 19px 29px 30px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_tabs .tm_pb_tabs_controls {
  border-bottom: 1px solid #e8e8e8;
  background: transparent;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_tabs .tm_pb_tabs_controls li {
  padding: 0;
  text-transform: uppercase;
  border-bottom: none;
  font-size: 14px;
  font-size: 0.875rem;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_tabs .tm_pb_tabs_controls li a {
  display: block;
  margin-bottom: 9px;
  padding: 0 0 2px;
  border-bottom: 3px solid transparent;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_tabs .tm_pb_tabs_controls li.tm_pb_tab_active {
  bottom: 0;
}

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_tabs .tm_pb_tabs_controls li a {
    margin-bottom: -1px;
    padding: 0 0 26px;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_tabs .tm_pb_tabs_controls li + li {
    margin-left: 37px;
  }
}

#tm_builder_outer_content .tm_pb_module.tm_pb_tabs .tm_pb_all_tabs {
  padding: 27px 0 0;
}

/*--------------------------------------------------------------
### Taxonomy
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_taxonomy {
  padding: 32px 40px 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_taxonomy {
    padding: 22px 20px 30px;
  }
}

#tm_builder_outer_content .tm_pb_module.tm_pb_taxonomy > *:last-child {
  margin-bottom: 31px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_taxonomy .title-delimiter {
  margin: 30px 0;
  background-color: #e8e8e8;
  opacity: 1;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_taxonomy .tm_pb_taxonomy__inner:hover .tm_pb_taxonomy__content:before {
  opacity: .8;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_taxonomy .tm_pb_taxonomy__content {
  padding: 15px;
}

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_taxonomy .tm_pb_taxonomy__content {
    padding: 32px 40px;
  }
}

#tm_builder_outer_content .tm_pb_module.tm_pb_taxonomy .tm_pb_taxonomy__content:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.5;
  transition: all .5s ease;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_taxonomy .tm_pb_taxonomy__content .tm_pb_taxonomy__title {
  margin: 0;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_taxonomy .tm_pb_taxonomy__content .post-count {
  display: block;
  margin-top: -4px;
  line-height: 2;
  font-size: 12px;
  font-size: 0.75rem;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_taxonomy .tm_pb_taxonomy__content p {
  margin-top: 10px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_taxonomy .tm_pb_taxonomy__content .button--holder {
  margin-bottom: 0;
  margin-top: 5px;
}

#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_taxonomy.tm_pb_module .tm_pb_taxonomy__content .tm_pb_taxonomy__title,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_taxonomy.tm_pb_module .tm_pb_taxonomy__content .tm_pb_taxonomy__title {
  font-size: 16px;
  font-size: 1rem;
}

/*--------------------------------------------------------------
### Text
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_text {
  padding: 32px 40px 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_text {
    padding: 22px 20px 30px;
  }
}

#tm_builder_outer_content .tm_pb_module.tm_pb_text > p:first-child,
#tm_builder_outer_content .tm_pb_module.tm_pb_text > img:first-child {
  margin-top: 8px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_text > *:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
### Testimonial
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  margin-bottom: 1.875rem;
  padding: 50px 40px 52px;
}

@media (min-width: 544px) {
  #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module {
    padding: 60px 120px 62px;
  }
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module::before {
  text-align: left;
  font-size: 54px;
}

@media (min-width: 544px) {
  #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module::before {
    position: absolute;
    top: 57px;
    left: 42px;
  }
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module::after {
  content: none;
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module.tm_pb_text_align_center {
  padding-right: 40px;
  padding-left: 40px;
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module.tm_pb_text_align_center .tm_pb_testimonial_portrait {
  margin-right: auto;
  margin-left: auto;
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module.tm_pb_text_align_center::before {
  text-align: center;
}

@media (min-width: 544px) {
  #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module.tm_pb_text_align_center {
    padding-right: 80px;
    padding-left: 80px;
  }
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module.tm_pb_text_align_right .tm_pb_testimonial_portrait {
  margin-right: 0;
  margin-left: auto;
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module.tm_pb_text_align_right::before {
  text-align: right;
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_description_inner {
  width: auto !important;
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_portrait {
  width: 110px;
  height: 110px;
  float: none;
  display: block;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  margin-left: 0;
  margin-bottom: 28px;
  border-radius: 50%;
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_author {
  font-weight: inherit;
  margin-bottom: 0;
  margin-top: 26px;
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_meta {
  font-size: 14px;
  font-size: 0.875rem;
}

.tm_pb_cherry_testi .swiper-button-next,
.tm_pb_cherry_testi .swiper-button-prev {
  background: transparent;
}

/*--------------------------------------------------------------
### Toggle
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_toggle {
  border: none;
  padding: 22px 40px 21px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_toggle {
    padding: 22px 20px 21px;
  }
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle:last-child {
  margin-bottom: 30px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle + .tm_pb_toggle .tm_pb_toggle_title::after {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  border-top: 1px solid #e8e8e8;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle .tm_pb_toggle_title {
  padding: 10px 0 10px 35px;
  margin: 0;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle .tm_pb_toggle_title::before {
  content: "\e93c";
  transition: .3s ease-in-out;
  left: -2px;
  margin-top: -0.6em;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 1.25rem;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open {
  transition: .3s linear;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_content, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_content {
  padding: 10px 22% 10px 0;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close {
  background-color: transparent;
}

/*--------------------------------------------------------------
### Video
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_video_overlay .tm_pb_video_overlay_hover a.tm_pb_video_play {
  font-size: 64px;
  font-size: 4rem;
  line-height: 1;
  margin-left: -2rem;
  margin-top: -2rem;
}

#tm_builder_outer_content .tm_pb_video_overlay .tm_pb_video_overlay_hover a.tm_pb_video_play::before {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e96a";
  text-align: center;
  vertical-align: middle;
}

#tm_builder_outer_content .tm_pb_video.tm_pb_module .tm_pb_video_overlay_hover:hover {
  background: rgba(0, 0, 0, 0.4);
}

/*--------------------------------------------------------------
### Video slider
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider:hover .tm-pb-arrow-prev {
  left: 0;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider:hover .tm-pb-arrow-next {
  right: 0;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm-pb-slider-arrows .tm-pb-arrow-prev, #tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm-pb-slider-arrows .tm-pb-arrow-next {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  margin-top: -25px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm-pb-slider-arrows .tm-pb-arrow-prev:before, #tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm-pb-slider-arrows .tm-pb-arrow-next:before {
  display: block;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm-pb-slider-arrows .tm-pb-arrow-prev {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm-pb-slider-arrows .tm-pb-arrow-prev:before {
  content: '\e93b';
}

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm-pb-slider-arrows .tm-pb-arrow-next {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm-pb-slider-arrows .tm-pb-arrow-next:before {
  content: '\e93c';
}

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm_pb_carousel_items .tm-pb-slider-arrows {
  display: none !important;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm_pb_slider:hover .tm_pb_video_overlay_hover,
#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm_pb_carousel_item.tm-pb-active-control .tm_pb_video_overlay_hover,
#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm_pb_carousel_item .tm_pb_video_overlay_hover:hover {
  background: rgba(0, 0, 0, 0.4);
}

/*--------------------------------------------------------------
### Icon box
--------------------------------------------------------------*/
@media (max-width: 543px) {
  #tm_builder_outer_content .tm_pb_icon_box_module__wrapper .tm_pb_column {
    width: 100%;
  }
}

#tm_builder_outer_content .tm_pb_icon_box_module__wrapper .tm_pb_icon_box_module__item {
  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;
  padding: 40px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

#tm_builder_outer_content .tm_pb_icon_box_module__wrapper .tm_pb_icon_box_module__item__title {
  text-transform: uppercase;
}

@media (min-width: 992px) {
  #tm_builder_outer_content .tm_pb_icon_box_module__wrapper .tm_pb_icon_box_module__item__title {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

#tm_builder_outer_content .tm_pb_icon_box_module__wrapper .tm_pb_icon_align_center {
  margin-left: auto;
  margin-right: auto;
}

#tm_builder_outer_content .tm_pb_icon_box_module__wrapper .tm_pb_icon_align_left {
  margin-left: 0;
  margin-right: auto;
}

#tm_builder_outer_content .tm_pb_icon_box_module__wrapper .tm_pb_icon_align_right {
  margin-left: auto;
  margin-right: 0;
}

#tm_builder_outer_content .tm_pb_icon_box_module__wrapper .swiper-pagination {
  margin-top: 20px;
}

#tm_builder_outer_content .tm_pb_icon_box_module__wrapper .tm-pb-icon {
  line-height: 1.38;
}

/*-------------------------------------------------------------
## Mega Menu
--------------------------------------------------------------*/
.stuckMenu.tm-mega-menu {
  position: relative !important;
}

nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on {
  display: block !important;
}

nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on a {
  text-indent: 0;
}

nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-menu-mobile-arrow {
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  margin-top: 0;
  z-index: 995;
  border: 0;
  padding: 15px 22px;
  cursor: pointer;
  background: transparent;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-menu-mobile-arrow i {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  left: auto;
  width: auto;
  top: auto;
}

nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-menu-mobile-arrow i::before {
  content: '\e93a';
}

nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-menu-mobile-arrow.active i::before {
  content: '\e939';
}

@media (max-width: 767px) {
  nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item[class*="menu-columns"] {
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

@media (min-width: 768px) {
  nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .tm-mega-menu-sub {
    overflow: auto !important;
  }
}

nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-sub li.sub-column-title ul.tm-mega-menu-sub {
  display: none !important;
}

nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-sub li.sub-column-title .mega-menu-mobile-toggle:checked + ul.tm-mega-menu-sub {
  display: block !important;
}

nav.main-navigation > .tm-mega-menu .super-guacamole__menu:hover > ul, nav.main-navigation > .tm-mega-menu .super-guacamole__menu.menu-hover > ul,
nav.main-navigation > .tm-mega-menu .super-guacamole__menu li:hover > ul,
nav.main-navigation > .tm-mega-menu .super-guacamole__menu li.menu-hover > ul {
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
  opacity: 1;
}

nav.main-navigation > .tm-mega-menu .super-guacamole__menu:hover > ul, nav.main-navigation > .tm-mega-menu .super-guacamole__menu.menu-hover > ul {
  top: 100%;
}

nav.main-navigation > .tm-mega-menu .super-guacamole__menu > ul {
  left: -40px;
}

nav.main-navigation > .tm-mega-menu .super-guacamole__menu > ul.left-side {
  left: auto;
  right: -10px;
}

nav.main-navigation > .tm-mega-menu .super-guacamole__menu > ul.in-transition {
  top: 100%;
}

nav.main-navigation > .tm-mega-menu .super-guacamole__menu li:hover > ul, nav.main-navigation > .tm-mega-menu .super-guacamole__menu li.menu-hover > ul {
  top: -26px;
}

nav.main-navigation > .tm-mega-menu .super-guacamole__menu li > ul {
  left: calc(100% + 1px);
}

.position-one-right-sidebar nav.main-navigation > .tm-mega-menu .super-guacamole__menu li > ul {
  left: auto;
  right: calc(100% + 1px);
}

nav.main-navigation > .tm-mega-menu .super-guacamole__menu li > ul.left-side {
  left: auto;
  right: calc(100% + 1px);
}

nav.main-navigation > .tm-mega-menu .super-guacamole__menu li > ul.in-transition {
  top: -26px;
}

nav.main-navigation > .tm-mega-menu .super-guacamole__menu .sub-menu {
  position: absolute;
  z-index: 999;
  top: -999em;
  opacity: 0;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility, -webkit-transform;
  background: #fcfcfc;
}

nav.main-navigation > .tm-mega-menu[data-effect="slide-bottom"] .super-guacamole__menu .sub-menu {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  width: 200px;
}

nav.main-navigation > .tm-mega-menu[data-effect="slide-top"] .super-guacamole__menu .sub-menu {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  width: 200px;
}

nav.main-navigation > .tm-mega-menu[data-effect="fade-in"] .super-guacamole__menu .sub-menu {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  width: 200px;
}

nav.main-navigation > .tm-mega-menu.isStuck .tm-mega-menu-sub.mega-sub {
  left: 0 !important;
  right: 0 !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

nav.main-navigation > .tm-mega-menu i.mega-menu-arrow {
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
}

@media (min-width: 768px) {
  nav.main-navigation > .tm-mega-menu > li > .tm-mega-menu-sub.mega-sub {
    min-width: 728px;
  }
}

@media (min-width: 1200px) {
  nav.main-navigation > .tm-mega-menu > li > .tm-mega-menu-sub.mega-sub {
    min-width: 890px;
  }
}

@media (min-width: 1500px) {
  nav.main-navigation > .tm-mega-menu > li > .tm-mega-menu-sub.mega-sub {
    min-width: 1040px;
  }
}

@media (min-width: 768px) {
  nav.main-navigation > .tm-mega-menu > li > .tm-mega-menu-sub.simple-sub.left-side {
    left: auto;
    right: -10px;
  }
}

nav.main-navigation > .tm-mega-menu > li.tm-mega-menu-has-children > a {
  position: relative;
}

@media (min-width: 768px) {
  nav.main-navigation > .tm-mega-menu > li.tm-mega-menu-has-children > a {
    padding-right: 15px;
  }
}

nav.main-navigation > .tm-mega-menu > li.tm-mega-menu-has-children > a > i.mega-menu-arrow {
  right: 0;
  top: 7px;
}

@media (max-width: 767px) {
  nav.main-navigation > .tm-mega-menu li.tm-mega-menu-has-children > a {
    padding-right: 65px;
  }
}

nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub::after {
  position: absolute;
  height: 20px;
  width: 100%;
  bottom: 100%;
  left: 0;
}

@media (min-width: 768px) {
  nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub::after {
    content: '';
  }
}

nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub-item {
  padding: 0;
}

@media (min-width: 768px) {
  nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub {
    padding: 0;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub a {
    padding: 4px 0;
    width: auto;
    text-transform: uppercase;
  }
  nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item .simple-sub {
    position: static;
    box-shadow: none;
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
    width: auto;
  }
  nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.sub-column-title > a,
  nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.sub-column-title .mega-block-title {
    position: relative;
    display: block;
    padding: 15px 0 0 0;
    margin-bottom: 20px;
  }
  nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.sub-column-title > a:after,
  nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.sub-column-title .mega-block-title:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 17px;
    content: '';
  }
  nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.tm-mega-menu-has-children .simple-sub.sub-menu {
    margin-top: 30px !important;
  }
  nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item {
    padding: 20px 19px 9px;
    border-right: 1px solid #414141;
  }
  nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item:after {
    position: absolute;
    display: block;
    content: '';
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #414141;
  }
  nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item:last-child, nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item.menu-columns-12, nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item.menu-columns-6:nth-child(2n + 2), nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item.menu-columns-3:nth-child(4n + 4), nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item.menu-columns-4:nth-child(3n + 3), nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item.menu-columns-2:nth-child(6n + 6), nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item.menu-columns-1:nth-child(12n + 12) {
    border: none;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item {
    padding: 40px 39px 29px;
  }
}

@media (min-width: 768px) {
  nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub {
    padding: 26px 0;
  }
}

nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub li {
  padding: 0;
}

nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub li.tm-mega-menu-has-children > a {
  position: relative;
}

nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub li.tm-mega-menu-has-children > a > i.mega-menu-arrow {
  right: 10px;
  top: 9px;
}

@media (min-width: 768px) {
  nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub li.tm-mega-menu-has-children .sub-menu {
    margin-top: -26px !important;
  }
}

@media (min-width: 768px) {
  nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub.left-side {
    left: auto;
    right: calc(100% + 1px);
  }
}

.tm-mega-menu .sub-menu {
  transition-property: visibility, opacity, -webkit-transform !important;
  transition-property: visibility, transform, opacity !important;
  transition-property: visibility, transform, opacity, -webkit-transform !important;
}

ul.tm-mega-menu-sub.effect-slide-bottom {
  -webkit-transform: translateY(20px) !important;
      -ms-transform: translateY(20px) !important;
          transform: translateY(20px) !important;
}

.tm-mega-menu-hover > ul.tm-mega-menu-sub.effect-slide-bottom {
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.tm-mega-menu .tm_banners_grid_widget_banner_link img {
  will-change: opacity;
}

.tm-mega-menu .tm_banners_grid_widget_banner_link:hover img {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  opacity: .7;
}

/*-------------------------------------------------------------
## Cherry PopUps
--------------------------------------------------------------*/
/* Change default styles for Cherry PopUp plugin */
.cherry-popup .cherry-popup-title h3 {
  padding-top: 15px;
}

.cherry-popup .cherry-popup-title h3:before {
  width: 18px;
  height: 3px;
}

.cherry-popup .cherry-popup-close-button {
  top: 26px;
  right: 28px;
}

.cherry-popup .cherry-popup-close-button span:before {
  content: '\e935';
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}

.cherry-popup .cherry-popup-container {
  padding-top: 80px;
  background-repeat: no-repeat;
  background-size: cover;
}

.cherry-popup .cherry-popup-container__inner {
  margin: 0 30px;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

@media (min-width: 768px) {
  .cherry-popup .cherry-popup-container__inner {
    margin: 0 80px;
  }
}

.cherry-popup .cherry-popup-subscribe {
  max-width: 500px;
}

.cherry-popup .cherry-popup-subscribe__form {
  position: relative;
}

.cherry-popup .cherry-popup-subscribe__input {
  border-radius: 0;
}

.cherry-popup .cherry-popup-subscribe__input-group {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media (min-width: 544px) {
  .cherry-popup .cherry-popup-subscribe__input-group {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}

.cherry-popup .cherry-popup-subscribe__submit {
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 12px 25px;
  text-transform: uppercase;
  transition: .3s;
  margin-left: 0;
  text-align: center;
  margin-top: 10px;
  width: 100%;
  border-radius: 0;
}

@media (min-width: 544px) {
  .cherry-popup .cherry-popup-subscribe__submit {
    margin-left: 10px;
    margin-top: 0;
    width: auto;
  }
}

.cherry-popup .cherry-popup-subscribe__input-label {
  position: relative;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.cherry-popup .cherry-popup-subscribe__input-label i {
  content: '';
  pointer-events: none;
  position: absolute;
  top: 50%;
  font-size: 18px;
  left: 14px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cherry-popup .cherry-popup-subscribe__input-label input {
  padding-left: 40px;
  width: 100%;
  box-shadow: none;
  border-radius: 0;
}

.cherry-popup .cherry-popup-subscribe__message {
  position: absolute;
  bottom: -17px;
  font-size: 12px;
  line-height: 1;
  color: #ff4451;
}

.cherry-popup .cherry-popup-show-again-check {
  bottom: 65px;
  left: 80px;
}

.cherry-popup .cherry-popup-show-again-check .marker {
  margin-right: 10px;
  border-radius: 0;
}

@media (max-width: 767px) {
  .cherry-popup .cherry-popup-subscribe__input {
    line-height: 26px;
  }
  .cherry-popup .cherry-popup-title,
  .cherry-popup .cherry-popup-content {
    margin-bottom: 5px;
  }
  .cherry-popup .cherry-popup-subscribe-form {
    margin-bottom: 15px;
  }
  .cherry-popup .cherry-popup-show-again-check {
    bottom: 40px;
    left: 30px;
  }
}

/*-------------------------------------------------------------
## MotoPress slider
--------------------------------------------------------------*/
/* Change default styles in Motopress slider plugin*/
.widget.widget_mpslwidget {
  padding: 0;
}

.motoslider_wrapper .ms_pagination .ms_bullet {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 17px;
  transition: all .4s ease;
  border: none;
  border-radius: 50%;
}

.motoslider_wrapper .ms_pagination .ms_bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(12px * 2);
  height: calc(12px * 2);
  margin-top: -11px;
  margin-left: -11px;
  border-radius: 50%;
  transition: all .4s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
}

.motoslider_wrapper .ms_pagination .ms_bullet:hover:before, .motoslider_wrapper .ms_pagination .ms_bullet.ms_active:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

.motoslider_wrapper .ms_prev,
.motoslider_wrapper .ms_next {
  font-size: 30px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  background: transparent;
  transition: .3s;
}

.motoslider_wrapper .ms_prev:before,
.motoslider_wrapper .ms_next:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.motoslider_wrapper .ms_prev:before {
  content: "";
}

.motoslider_wrapper .ms_next:before {
  content: "";
}

.motoslider_wrapper .ms_layers_wrapper {
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .motoslider_wrapper .ms_layers_wrapper {
    margin-left: 40px;
    margin-right: 40px;
  }
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget.widget_mpslwidget {
  padding: 0;
}

/*-------------------------------------------------------------
## TimeLine
--------------------------------------------------------------*/
.tm_timeline {
  padding: 40px;
}

.tm_pb_tm_timeline .tm_timeline {
  padding: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tm_timeline {
    padding: 20px;
  }
}

.tm_timeline:hover .tm_timeline__control {
  -webkit-transform: translate(0, 0) scale(0.5);
  -ms-transform: translate(0, 0) scale(0.5);
      transform: translate(0, 0) scale(0.5);
}

.tm_timeline .contol_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-top: 40px;
  width: 100%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tm_timeline .contol_wrap i {
  font-size: 20px;
  font-size: 1.25rem;
  color: #c7c7c7;
}

.tm_timeline .tm_timeline__control {
  position: relative;
  right: auto;
  left: auto;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 28px 0 0;
  padding: 0;
  opacity: 1 !important;
  background: transparent;
  border: none;
  font-size: 20px;
  line-height: 22px;
  -webkit-transform: translate(0, 0) scale(0.5);
  -ms-transform: translate(0, 0) scale(0.5);
      transform: translate(0, 0) scale(0.5);
}

.tm_timeline .tm_timeline__control:hover, .tm_timeline .tm_timeline__control:focus {
  position: relative;
  left: auto;
  right: auto;
  margin: 28px 0 0;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 20px;
  line-height: 22px;
  box-shadow: none !important;
}

.tm_timeline .tm_timeline__control:hover {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
}

.tm_timeline .tm_timeline__control.tm_timeline__control-slide-left {
  margin-right: 9px;
}

.tm_timeline .tm_timeline__control.tm_timeline__control-slide-left:hover, .tm_timeline .tm_timeline__control.tm_timeline__control-slide-left:focus {
  margin-right: 9px;
}

.tm_timeline .tm_timeline__tense {
  margin-top: 0;
  background: #e8e8e8;
}

.tm_timeline .tm_timeline__event .tm_timeline__event__dot {
  height: 18px;
  width: 18px;
  box-shadow: none;
}

.tm_timeline .tm_timeline__event .tm_timeline__event__date {
  margin-bottom: 7px;
}

.tm_timeline .tm_timeline__event .tm_timeline__event__title {
  margin-bottom: 18px;
  text-transform: uppercase;
}

.tm_timeline.tm_timeline-layout-horizontal {
  text-align: center;
}

.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__tense {
  top: auto;
  bottom: 44px;
  height: 3px;
  margin-top: 2px;
}

.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__control + .tm_timeline__tense {
  bottom: 100px;
}

.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__container {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
}

.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__pages {
  padding-bottom: 0;
}

.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__page__content {
  display: block;
}

@media (min-width: 544px) {
  .tm_timeline.tm_timeline-layout-horizontal .tm_timeline__page__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__event__dot {
  left: 50%;
  top: auto;
  bottom: 20px;
  -webkit-transform: translate(-50%, 40px);
      -ms-transform: translate(-50%, 40px);
          transform: translate(-50%, 40px);
}

.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__event {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin: 30px 10px 25px;
  padding-bottom: 48px;
  text-align: center;
}

@media (min-width: 544px) {
  .tm_timeline.tm_timeline-layout-horizontal .tm_timeline__event {
    margin: 0 0 25px;
  }
}

.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__event:first-child {
  margin-top: 0;
}

.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__event + .tm_timeline__event {
  margin-left: 1.875rem;
}

.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__event__description,
.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__event__title,
.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__event__date {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__container {
  margin: 0;
}

.tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event {
  max-width: 100%;
}

.position-one-right-sidebar .tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event,
.position-one-left-sidebar .tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event {
  max-width: 100%;
}

@media (min-width: 544px) {
  .tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event {
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event {
    max-width: 90%;
  }
}

.tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__tense {
  display: none;
}

@media (min-width: 544px) {
  .tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__tense {
    display: block;
  }
}

.tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-odd {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (min-width: 544px) {
  .tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-odd {
    -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}

.tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-odd .tm_timeline__event__description {
  padding: 0 10px 0 0;
}

@media (min-width: 544px) {
  .tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-odd .tm_timeline__event__description {
    padding: 0;
  }
}

.tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event.tm_timeline__event-even {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  text-align: left;
  margin-left: 32px;
  padding-right: 0;
}

@media (min-width: 544px) {
  .tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event.tm_timeline__event-even {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    text-align: right;
    margin-left: auto;
    padding-right: 32px;
  }
}

.tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event.tm_timeline__event-even .tm_timeline__event__dot {
  left: -50px;
}

@media (min-width: 544px) {
  .tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event.tm_timeline__event-even .tm_timeline__event__dot {
    left: auto;
  }
}

.tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event.tm_timeline__event-even .tm_timeline__event__description {
  padding: 0 10px 0 0;
}

@media (min-width: 544px) {
  .tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event.tm_timeline__event-even .tm_timeline__event__description {
    padding: 0;
  }
}

.tm_timeline.tm_timeline-layout-vertical .tm_timeline__container {
  min-width: 100%;
  max-width: 100%;
}

@media (max-width: 1199px) {
  .tm_timeline.tm_timeline-layout-vertical .tm_timeline__container {
    margin: 0 0 0 auto;
  }
}

@media (min-width: 992px) {
  .tm_timeline.tm_timeline-layout-vertical .tm_timeline__container {
    min-width: 600px;
    max-width: 50%;
  }
}

.tm_timeline.tm_timeline-layout-vertical .tm_timeline__tense {
  width: 3px;
}

.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event__dot {
  -webkit-transform: translate(-50px, 0);
      -ms-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  position: absolute;
}

.tm_timeline.tm_timeline-layout-vertical .tm_timeline__body-tense {
  border-width: 3px;
  border-color: #e8e8e8;
}

.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event__description {
  padding: 0 0 0 10px;
}

@media (min-width: 544px) {
  .tm_timeline.tm_timeline-layout-vertical .tm_timeline__event__description {
    padding: 0;
  }
}

.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event {
  padding-left: 40px;
  margin-bottom: 46px;
  max-width: 100%;
}

.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event:last-child {
  margin-bottom: 0;
}

.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event.tm_timeline__event-odd {
  padding-left: 32px;
}

.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event.tm_timeline__event-odd .tm_timeline__event__dot {
  -webkit-transform: translate(-10px, 0);
      -ms-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
}

.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event.tm_timeline__event-even {
  padding-right: 32px;
}

.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event.tm_timeline__event-even .tm_timeline__event__dot {
  -webkit-transform: translate(10px, 0);
      -ms-transform: translate(10px, 0);
          transform: translate(10px, 0);
}

.single-timeline_post .entry-header {
  padding-top: 40px;
}

.single-timeline_post .entry-header h2.entry-title {
  position: relative;
  padding-top: 27px;
  text-align: left;
}

.single-timeline_post .entry-header h2.entry-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 4px;
  display: block;
}

/*-------------------------------------------------------------
## Cherry Team Members
--------------------------------------------------------------*/
/* Change default indent to Cherry Team Members Grid System */
.cherry-team.team-wrap .cherry-team-row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.cherry-team.team-wrap .cherry-team-row [class*="col_"] {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.cherry-team.team-wrap.team-collapse-rows .cherry-team-row {
  margin-left: 0;
  margin-right: 0;
}

.cherry-team.team-wrap.team-collapse-cols .cherry-team-row [class*="col_"] {
  padding-left: 0;
  padding-right: 0;
}

.cherry-team.team-wrap .team-content #tm_builder_outer_content .tm_pb_contact_form.tm_pb_module,
.cherry-team.team-wrap .team-content #tm_builder_outer_content .tm_pb_module.tm_pb_text {
  padding: 20px 0;
}

.tm_pb_cherry_team {
  padding: 32px 40px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tm_pb_cherry_team {
    padding: 22px 20px 0;
  }
}

/* Customization Style Cherry Team Members*/
@media (min-width: 1200px) {
  .single.position-fullwidth .cherry-team.team-wrap {
    margin-top: 3em;
  }
}

.cherry-team.team-wrap img {
  border-radius: 50%;
}

.cherry-team.team-wrap .team-listing {
  padding: 0;
  text-align: center;
}

.cherry-team.team-wrap .team-listing .team-listing-item-content {
  margin-bottom: 1.875rem;
  padding: 62px 65px 34px;
  overflow: hidden;
}

@media (min-width: 544px) {
  .cherry-team.team-wrap .team-listing .team-listing-item-content {
    padding: 15px;
  }
}

@media (min-width: 992px) {
  .cherry-team.team-wrap .team-listing .team-listing-item-content {
    padding: 62px 65px 34px;
  }
}

.cherry-team.team-wrap .team-listing .team-item {
  padding-bottom: 0;
}

.cherry-team.team-wrap .team-listing .team-listing_photo {
  padding: 0 0 31px;
}

.cherry-team.team-wrap .team-listing .team-listing_photo img {
  vertical-align: top;
}

.cherry-team.team-wrap .team-listing .team-listing_name {
  margin-bottom: 0;
}

.cherry-team.team-wrap .team-listing .team-listing_position {
  display: block;
  margin-top: 6px;
  text-transform: uppercase;
}

.cherry-team.team-wrap .team-listing .team-listing_desc {
  margin-top: 23px;
}

/* Grid-boxes template style */
.cherry-team.team-wrap.template-grid-boxes .team-listing .team-item {
  padding-bottom: 0;
}

.cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_photo {
  padding: 0;
}

.cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_photo img {
  border-radius: 0;
}

.cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all .3s ease-in;
}

@media (max-width: 1500px) {
  .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_desc {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.cherry-team.team-wrap.template-grid-boxes .team-listing .team-socials {
  margin-top: 30px;
  padding-top: 0;
}

/* Team socials */
.cherry-team.team-wrap .team-socials {
  position: relative;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 26px;
  padding-top: 20px;
  text-align: center;
}

@media (min-width: 544px) {
  .cherry-team.team-wrap .team-socials {
    margin-top: 51px;
    padding-top: 35px;
  }
}

.cherry-team.team-wrap .team-socials_item {
  margin: 0 0 5px;
}

.cherry-team.team-wrap .team-socials_item + .team-socials_item {
  margin-left: 36px;
}

.cherry-team.team-wrap .team-socials_link {
  width: auto;
  height: auto;
  text-align: center;
}

.cherry-team.team-wrap .team-socials_link:hover .team-socials_label {
  bottom: 31px;
}

.cherry-team.team-wrap .team-socials_icon {
  line-height: 1;
  font-size: 15px;
  font-size: 0.9375rem;
}

.cherry-team.team-wrap .team-socials_label {
  bottom: 41px;
}

/* Filters and loaders */
#tm_builder_outer_content .team-container .cherry-team-filter {
  text-align: center;
}

.team-container .cherry-team-filter {
  text-align: center;
}

.team-container .cherry-team-filter_item {
  margin: 0;
}

.team-container .cherry-team-filter_link {
  padding: 0 17px;
  border: none;
  text-transform: uppercase;
}

.team-container .team-more-btn {
  text-align: center;
}

.team-container .team-more-btn .ajax-more-btn {
  margin-top: 15px;
}

.team-container .team-loader {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.archive .team-container .team-ajax-pager {
  padding: 70px 0 5px;
  border-top: 1px solid #e8e8e8;
}

.team-container .nav-links {
  text-align: center;
}

.team-container .nav-links .page-numbers.current {
  pointer-events: none;
}

/* Single team page */
.cherry-team.team-wrap.template-single {
  padding: 35px 0 3px;
  text-align: center;
}

@media (min-width: 768px) {
  .cherry-team.team-wrap.template-single {
    padding: 75px 0 3px;
  }
}

.cherry-team.team-wrap.template-single .team-photo {
  float: none;
  padding: 0 0 69px 0;
  text-align: center;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}

.cherry-team.team-wrap.template-single h3.team-member-name {
  margin-bottom: 24px;
}

.cherry-team.team-wrap.template-single h3.team-member-name:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.cherry-team.team-wrap.template-single .team-name {
  margin-bottom: 0;
}

.cherry-team.team-wrap.template-single .team-skills {
  margin-top: 56px;
}

@media (min-width: 768px) {
  .cherry-team.team-wrap.template-single .team-skills {
    margin-top: 86px;
  }
}

.cherry-team.team-wrap.template-single .team-meta {
  float: none;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}

.cherry-team.team-wrap.template-single .team-meta_item {
  display: block;
}

.cherry-team.team-wrap.template-single .team-meta_item:before {
  font-style: normal;
}

.cherry-team.team-wrap.template-single .team-meta_item.position:before, .cherry-team.team-wrap.template-single .team-meta_item.location:before, .cherry-team.team-wrap.template-single .team-meta_item.website:before, .cherry-team.team-wrap.template-single .team-meta_item.email:before, .cherry-team.team-wrap.template-single .team-meta_item.phone:before {
  content: none;
}

.cherry-team.team-wrap.template-single .team-socials {
  margin-top: 55px;
  padding-top: 0;
  padding-bottom: 10px;
}

/* Team skills */
.team-wrap .team-skills_item {
  position: relative;
  padding-bottom: 0;
}

.team-wrap .team-skills_item + .team-skills_item {
  margin-top: 35px;
}

.team-wrap .team-skills_label {
  margin-bottom: 5px;
  padding-right: 80px;
  text-align: left;
  text-transform: uppercase;
}

.team-wrap .team-skills_bar {
  height: 20px;
  padding: 0;
  border-radius: 0;
}

.team-wrap .team-skills_line {
  height: 20px;
}

.team-wrap .team-skills_line:before {
  content: attr(data-width) "%";
  position: absolute;
  top: -6px;
  right: 0;
  line-height: 1;
  font-size: 24px;
  font-size: 1.5rem;
}

/* Team headings */
.team-heading_super_title + .cherry-team.team-wrap, .team-heading_title + .cherry-team.team-wrap, .team-heading_subtitle + .cherry-team.team-wrap {
  margin-top: 31px;
}

.template-default.cherry-team .team-socials {
  position: relative;
}

.template-default.cherry-team .team-socials:before {
  content: "";
  position: absolute;
  top: 0;
  right: -1000px;
  left: -1000px;
  height: 1px;
  background: #e8e8e8;
}

/*-------------------------------------------------------------
## Cherry Testimonials
--------------------------------------------------------------*/
#tm_builder_outer_content .tm-testi-slider,
.tm-testi-slider {
  padding-bottom: 0;
}

.archive #tm_builder_outer_content .tm-testi, .archive
.tm-testi {
  margin-bottom: 70px;
}

#tm_builder_outer_content .tm-testi__title,
.tm-testi__title {
  margin-bottom: 30px;
  padding: 32px 40px;
  text-align: left;
}

#tm_builder_outer_content .tm-testi__title + .tm-testi__divider,
.tm-testi__title + .tm-testi__divider {
  margin: 0;
}

#tm_builder_outer_content .tm-testi__divider,
.tm-testi__divider {
  background: none;
  margin: 15px 0;
}

#tm_builder_outer_content .tm-testi__item,
.tm-testi__item {
  margin-top: 0;
  margin-bottom: 1.875rem;
  text-align: center;
}

.tm-testi-slider #tm_builder_outer_content .tm-testi__item, .tm-testi-slider
.tm-testi__item {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

#tm_builder_outer_content .tm-testi__item-avatar,
.tm-testi__item-avatar {
  display: block;
  margin: 0 auto 28px;
  border-radius: 50%;
}

#tm_builder_outer_content .tm-testi__item-body p,
.tm-testi__item-body p {
  margin-bottom: 26px;
  text-transform: none;
}

#tm_builder_outer_content .tm-testi__item-position, #tm_builder_outer_content .tm-testi__item-email, #tm_builder_outer_content .tm-testi__item-company,
.tm-testi__item-position,
.tm-testi__item-email,
.tm-testi__item-company {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}

#tm_builder_outer_content .tm-testi__item-position:after, #tm_builder_outer_content .tm-testi__item-email:after, #tm_builder_outer_content .tm-testi__item-company:after,
.tm-testi__item-position:after,
.tm-testi__item-email:after,
.tm-testi__item-company:after {
  content: ', ';
}

#tm_builder_outer_content .tm-testi__item-position:last-child:after, #tm_builder_outer_content .tm-testi__item-email:last-child:after, #tm_builder_outer_content .tm-testi__item-company:last-child:after,
.tm-testi__item-position:last-child:after,
.tm-testi__item-email:last-child:after,
.tm-testi__item-company:last-child:after {
  content: none;
}

#tm_builder_outer_content .tm-testi__item blockquote,
.tm-testi__item blockquote {
  position: relative;
  padding: 60px 40px 40px;
  margin-bottom: 0;
}

@media (min-width: 544px) {
  #tm_builder_outer_content .tm-testi__item blockquote,
  .tm-testi__item blockquote {
    padding: 80px 13% 65px;
  }
}

@media (min-width: 544px) {
  .tm-testi-slider #tm_builder_outer_content .tm-testi__item blockquote, .tm-testi-slider
  .tm-testi__item blockquote {
    padding: 80px 13% 106px;
  }
}

#tm_builder_outer_content .tm-testi__item blockquote:before,
.tm-testi__item blockquote:before {
  content: "\201c";
  position: absolute;
  top: 40px;
  left: 20px;
  display: block;
  font-family: "Times New Roman";
  font-size: 112px;
  line-height: 50px;
  font-weight: 700;
  background: none;
}

#tm_builder_outer_content #tm_builder_outer_content .tm-testi__item blockquote:before, #tm_builder_outer_content
.tm-testi__item blockquote:before {
  content: "\201c";
}

.tm-testi__wrap--perview-1 #tm_builder_outer_content .tm-testi__item blockquote,
.tm-testi-page--archive #tm_builder_outer_content .tm-testi__item blockquote, .tm-testi__wrap--perview-1
.tm-testi__item blockquote,
.tm-testi-page--archive
.tm-testi__item blockquote {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

#tm_builder_outer_content .tm-testi .tm-testi-slider__pags.swiper-pagination,
.tm-testi .tm-testi-slider__pags.swiper-pagination {
  margin-top: 28px;
}

#tm_builder_outer_content .tm-testi .tm-testi-slider__next,
#tm_builder_outer_content .tm-testi .tm-testi-slider__prev,
.tm-testi .tm-testi-slider__next,
.tm-testi .tm-testi-slider__prev {
  transition: .2s;
}

#tm_builder_outer_content .tm-testi .tm-testi-slider__next:before,
#tm_builder_outer_content .tm-testi .tm-testi-slider__prev:before,
.tm-testi .tm-testi-slider__next:before,
.tm-testi .tm-testi-slider__prev:before {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 50px;
  font-size: 20px;
  font-size: 1.25rem;
}

#tm_builder_outer_content .tm-testi .swiper-button-next.tm-testi-slider__next,
.tm-testi .swiper-button-next.tm-testi-slider__next {
  display: block;
  right: 50%;
  left: auto;
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(60px);
      transform: translateX(60px);
}

@media (min-width: 544px) {
  #tm_builder_outer_content .tm-testi .swiper-button-next.tm-testi-slider__next,
  .tm-testi .swiper-button-next.tm-testi-slider__next {
    bottom: 50px;
  }
}

#tm_builder_outer_content .tm-testi .swiper-button-next.tm-testi-slider__next:before,
.tm-testi .swiper-button-next.tm-testi-slider__next:before {
  content: '\e93c';
}

#tm_builder_outer_content .tm-testi .swiper-button-next.tm-testi-slider__next.swiper-button-disabled,
.tm-testi .swiper-button-next.tm-testi-slider__next.swiper-button-disabled {
  -webkit-transform: translateX(60px) scale(0.5);
  -ms-transform: translateX(60px) scale(0.5);
      transform: translateX(60px) scale(0.5);
}

#tm_builder_outer_content .tm-testi .swiper-button-prev.tm-testi-slider__prev,
.tm-testi .swiper-button-prev.tm-testi-slider__prev {
  display: block;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
      transform: translateX(-60px);
}

@media (min-width: 544px) {
  #tm_builder_outer_content .tm-testi .swiper-button-prev.tm-testi-slider__prev,
  .tm-testi .swiper-button-prev.tm-testi-slider__prev {
    bottom: 50px;
  }
}

#tm_builder_outer_content .tm-testi .swiper-button-prev.tm-testi-slider__prev:before,
.tm-testi .swiper-button-prev.tm-testi-slider__prev:before {
  content: '\e93b';
}

#tm_builder_outer_content .tm-testi .swiper-button-prev.tm-testi-slider__prev.swiper-button-disabled,
.tm-testi .swiper-button-prev.tm-testi-slider__prev.swiper-button-disabled {
  -webkit-transform: translateX(-60px) scale(0.5);
  -ms-transform: translateX(-60px) scale(0.5);
      transform: translateX(-60px) scale(0.5);
}

#tm_builder_outer_content .tm-testi--default blockquote:before, #tm_builder_outer_content .tm-testi--default-without-icon blockquote:before,
.tm-testi--default blockquote:before,
.tm-testi--default-without-icon blockquote:before {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

#tm_builder_outer_content .tm-testi--default blockquote .tm-testi__item-avatar, #tm_builder_outer_content .tm-testi--default-without-icon blockquote .tm-testi__item-avatar,
.tm-testi--default blockquote .tm-testi__item-avatar,
.tm-testi--default-without-icon blockquote .tm-testi__item-avatar {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

#tm_builder_outer_content .tm-testi--default blockquote .tm-testi__item-body, #tm_builder_outer_content .tm-testi--default-without-icon blockquote .tm-testi__item-body,
.tm-testi--default blockquote .tm-testi__item-body,
.tm-testi--default-without-icon blockquote .tm-testi__item-body {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

#tm_builder_outer_content .tm-testi--default.tm-testi__wrap--listing blockquote, #tm_builder_outer_content .tm-testi--default-without-icon.tm-testi__wrap--listing blockquote,
.tm-testi--default.tm-testi__wrap--listing blockquote,
.tm-testi--default-without-icon.tm-testi__wrap--listing blockquote {
  text-align: left;
}

.tm_pb_column_4_4 #tm_builder_outer_content .tm-testi--default.tm-testi__wrap--listing blockquote, .tm_pb_column_4_4 #tm_builder_outer_content .tm-testi--default-without-icon.tm-testi__wrap--listing blockquote, .tm_pb_column_4_4
.tm-testi--default.tm-testi__wrap--listing blockquote, .tm_pb_column_4_4
.tm-testi--default-without-icon.tm-testi__wrap--listing blockquote {
  text-align: center;
}

.tm_pb_column_1_2 #tm_builder_outer_content .tm-testi--default.tm-testi__wrap--listing .tm-testi__item-avatar,
.tm_pb_column_2_3 #tm_builder_outer_content .tm-testi--default.tm-testi__wrap--listing .tm-testi__item-avatar,
.tm_pb_column_3_4 #tm_builder_outer_content .tm-testi--default.tm-testi__wrap--listing .tm-testi__item-avatar, .tm_pb_column_1_2 #tm_builder_outer_content .tm-testi--default-without-icon.tm-testi__wrap--listing .tm-testi__item-avatar,
.tm_pb_column_2_3 #tm_builder_outer_content .tm-testi--default-without-icon.tm-testi__wrap--listing .tm-testi__item-avatar,
.tm_pb_column_3_4 #tm_builder_outer_content .tm-testi--default-without-icon.tm-testi__wrap--listing .tm-testi__item-avatar, .tm_pb_column_1_2
.tm-testi--default.tm-testi__wrap--listing .tm-testi__item-avatar,
.tm_pb_column_2_3
.tm-testi--default.tm-testi__wrap--listing .tm-testi__item-avatar,
.tm_pb_column_3_4
.tm-testi--default.tm-testi__wrap--listing .tm-testi__item-avatar, .tm_pb_column_1_2
.tm-testi--default-without-icon.tm-testi__wrap--listing .tm-testi__item-avatar,
.tm_pb_column_2_3
.tm-testi--default-without-icon.tm-testi__wrap--listing .tm-testi__item-avatar,
.tm_pb_column_3_4
.tm-testi--default-without-icon.tm-testi__wrap--listing .tm-testi__item-avatar {
  margin: 0 0 25px 0;
}

#tm_builder_outer_content .tm-testi--default-without-icon blockquote:before,
.tm-testi--default-without-icon blockquote:before {
  content: none;
}

#tm_builder_outer_content #tm_builder_outer_content .tm-testi--default-without-icon blockquote:before, #tm_builder_outer_content
.tm-testi--default-without-icon blockquote:before {
  content: none;
}

#tm_builder_outer_content .tm-testi--speech-bubble blockquote,
.tm-testi--speech-bubble blockquote {
  text-align: left;
}

#tm_builder_outer_content .tm-testi--speech-bubble blockquote:before,
.tm-testi--speech-bubble blockquote:before {
  content: none;
}

#tm_builder_outer_content #tm_builder_outer_content .tm-testi--speech-bubble blockquote:before, #tm_builder_outer_content
.tm-testi--speech-bubble blockquote:before {
  content: none;
}

#tm_builder_outer_content .tm-testi--speech-bubble blockquote cite:before,
.tm-testi--speech-bubble blockquote cite:before {
  content: none;
}

#tm_builder_outer_content .tm-testi--speech-bubble .tm-testi__item-meta,
.tm-testi--speech-bubble .tm-testi__item-meta {
  padding-top: 35px;
  text-align: center;
}

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm-testi--speech-bubble .tm-testi__item-meta,
  .tm-testi--speech-bubble .tm-testi__item-meta {
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

#tm_builder_outer_content .tm-testi--speech-bubble .tm-testi__item-meta .tm-testi__item-avatar,
.tm-testi--speech-bubble .tm-testi__item-meta .tm-testi__item-avatar {
  margin: 0 auto 20px;
}

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm-testi--speech-bubble .tm-testi__item-meta .tm-testi__item-avatar,
  .tm-testi--speech-bubble .tm-testi__item-meta .tm-testi__item-avatar {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0 40px 0 0;
  }
}

#tm_builder_outer_content .tm-testi--speech-bubble .tm-testi__item-meta footer,
.tm-testi--speech-bubble .tm-testi__item-meta footer {
  margin: 15px 0;
}

#tm_builder_outer_content .tm-testi--speech-bubble .tm-testi__item-meta footer cite,
.tm-testi--speech-bubble .tm-testi__item-meta footer cite {
  margin-top: 0;
}

#tm_builder_outer_content .tm-testi--speech-bubble .tm-testi__item-body,
.tm-testi--speech-bubble .tm-testi__item-body {
  border: 1px solid #e8e8e8;
  padding: 20px;
  border-radius: 0;
}

@media (min-width: 768px) {
  #tm_builder_outer_content .tm-testi--speech-bubble .tm-testi__item-body,
  .tm-testi--speech-bubble .tm-testi__item-body {
    padding: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .tm_pb_column_1_3 #tm_builder_outer_content .tm-testi--speech-bubble .tm-testi__item-body,
  .tm_pb_column_1_4 #tm_builder_outer_content .tm-testi--speech-bubble .tm-testi__item-body, .tm_pb_column_1_3
  .tm-testi--speech-bubble .tm-testi__item-body,
  .tm_pb_column_1_4
  .tm-testi--speech-bubble .tm-testi__item-body {
    padding: 15px;
  }
}

#tm_builder_outer_content .tm-testi--speech-bubble .tm-testi__item-body:after,
.tm-testi--speech-bubble .tm-testi__item-body:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #e8e8e8 transparent transparent transparent;
  left: 40px;
  margin: 0;
  z-index: 1;
}

#tm_builder_outer_content .tm-testi--speech-bubble .tm-testi__item-body:before,
.tm-testi--speech-bubble .tm-testi__item-body:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
  left: 40px;
  top: 100%;
  position: absolute;
  z-index: 2;
  margin-top: -1px;
}

#tm_builder_outer_content .tm-testi--speech-bubble .tm-testi__item-body:before, #tm_builder_outer_content .tm-testi--speech-bubble .tm-testi__item-body:after,
.tm-testi--speech-bubble .tm-testi__item-body:before,
.tm-testi--speech-bubble .tm-testi__item-body:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm-testi--speech-bubble .tm-testi__item-body:before, #tm_builder_outer_content .tm-testi--speech-bubble .tm-testi__item-body:after,
  .tm-testi--speech-bubble .tm-testi__item-body:before,
  .tm-testi--speech-bubble .tm-testi__item-body:after {
    left: 40px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

#tm_builder_outer_content .tm-testi--speech-bubble .tm-testi__item-body p,
.tm-testi--speech-bubble .tm-testi__item-body p {
  position: relative;
  padding-top: 38px;
}

#tm_builder_outer_content .tm-testi--speech-bubble .tm-testi__item-body p:before,
.tm-testi--speech-bubble .tm-testi__item-body p:before {
  content: "\201c";
  font-family: "Times New Roman";
  display: block;
  font-size: 72px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}

#tm_builder_outer_content .tm-testi--boxed .tm-testi__inner,
.tm-testi--boxed .tm-testi__inner {
  padding-top: 0;
}

#tm_builder_outer_content .tm-testi--boxed blockquote,
.tm-testi--boxed blockquote {
  border: 1px solid #e8e8e8;
  margin-top: 0;
  padding: 20px;
  border-radius: 0;
}

@media (min-width: 768px) {
  #tm_builder_outer_content .tm-testi--boxed blockquote,
  .tm-testi--boxed blockquote {
    padding: 40px 40px 70px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .tm_pb_column_1_3 #tm_builder_outer_content .tm-testi--boxed blockquote,
  .tm_pb_column_1_4 #tm_builder_outer_content .tm-testi--boxed blockquote, .tm_pb_column_1_3
  .tm-testi--boxed blockquote,
  .tm_pb_column_1_4
  .tm-testi--boxed blockquote {
    padding: 15px;
  }
}

#tm_builder_outer_content .tm-testi--boxed blockquote:before,
.tm-testi--boxed blockquote:before {
  text-align: left;
  position: static;
}

#tm_builder_outer_content .tm-testi--boxed blockquote cite:before,
.tm-testi--boxed blockquote cite:before {
  content: none;
}

#tm_builder_outer_content .tm-testi--boxed .tm-testi__item-body p,
.tm-testi--boxed .tm-testi__item-body p {
  margin-bottom: 25px;
}

#tm_builder_outer_content .tm-testi--boxed .tm-testi__item-avatar,
.tm-testi--boxed .tm-testi__item-avatar {
  margin: -15px auto 45px;
}

.services-macros .tm-testi__item {
  margin-bottom: 50px;
}

/*-------------------------------------------------------------
## WC Vendors
--------------------------------------------------------------*/
.wcvendors center {
  padding: 15px 0;
}

.wcvendors center > p > a {
  font-size: 12.8px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.wcvendors center > p > a + a {
  margin-left: 15px;
}

.wcvendors hr {
  display: none;
}

.wcvendors hr + h2 + form {
  padding: 0 40px 30px;
}

.wcvendors hr + h2 + form label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
}

.wcvendors hr + h2 + form .btn, .wcvendors hr + h2 + form .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-reset.button, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .wcvendors hr + h2 + form .tm-wc-ajax-filters-reset.button {
  border: 1px solid transparent;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .wcvendors hr + h2 + form .btn, .wcvendors hr + h2 + form .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-reset.button, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .wcvendors hr + h2 + form .tm-wc-ajax-filters-reset.button {
    margin-left: 0;
    margin-top: 10px;
  }
}

.wcvendors .date-pick + label {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .wcvendors .date-pick {
    display: block;
    width: 100%;
  }
  .wcvendors .date-pick + label {
    margin-left: 0;
  }
}

.wcvendors table.table {
  position: relative;
  border: none;
  width: calc(100% - 40px);
  margin: 0 auto 60px;
}

@media (max-width: 543px) {
  .wcvendors table.table {
    table-layout: fixed;
  }
}

.wcvendors table.table::before {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: -1;
}

.wcvendors table.table tr:last-child td {
  border-bottom: none;
}

.wcvendors table.table tr td, .wcvendors table.table tr th {
  padding: 5px;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  border-bottom: none;
  border-right: none;
}

@media (min-width: 768px) {
  .wcvendors table.table tr td, .wcvendors table.table tr th {
    padding: 10px;
  }
}

@media (min-width: 1200px) {
  .wcvendors table.table tr td, .wcvendors table.table tr th {
    padding: 37px 20px 37px 40px;
  }
}

.wcvendors table.table tr td:first-child, .wcvendors table.table tr th:first-child {
  border-left: none;
}

.wcvendors table.table tr td:last-child, .wcvendors table.table tr th:last-child {
  border-right: none;
}

.wcvendors table.table tr th {
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 9.6px;
  font-size: 0.6rem;
  line-height: 1.66;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-top: none;
  border-bottom: none;
}

@media (min-width: 544px) {
  .wcvendors table.table tr th {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 543px) {
  .wcvendors table.table tr td {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.wcvendors center + hr + h2,
.wcvendors .table-vendor-sales-report + script + h2 {
  margin-top: 1.875rem;
  margin-bottom: 0;
  padding: 60px 40px 22px 40px;
  position: relative;
}

.wcvendors center + hr + h2::before,
.wcvendors .table-vendor-sales-report + script + h2::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  width: 37px;
  height: 4px;
  display: block;
}

.wcvendors div[class^="pv_"],
.wcvendors div[id^="pv_"] {
  padding: 40px;
  margin-bottom: 1.875rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .wcvendors div[class^="pv_"],
  .wcvendors div[id^="pv_"] {
    padding: 20px;
  }
}

.wcvendors div[class^="pv_"] p,
.wcvendors div[id^="pv_"] p {
  padding-top: 20px;
}

.wcvendors div[class^="pv_"] p b,
.wcvendors div[id^="pv_"] p b {
  padding-top: 16px;
  position: relative;
  text-transform: uppercase;
}

.wcvendors div[class^="pv_"] p b::before,
.wcvendors div[id^="pv_"] p b::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 4px;
  display: block;
}

.wcvendors div[class^="pv_"] p input,
.wcvendors div[id^="pv_"] p input {
  margin-top: 10px;
  width: 100%;
}

.wcvendors #pv_seller_info_container p,
.wcvendors #pv_shop_description_container p {
  margin-bottom: 0;
}

.wcvendors #pv_shop_description_container ~ .btn, .wcvendors .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper #pv_shop_description_container ~ .tm-wc-ajax-filters-reset.button, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .wcvendors #pv_shop_description_container ~ .tm-wc-ajax-filters-reset.button {
  border: none;
}

.wcvendors form[name^="export_orders"] {
  padding: 40px;
  margin-bottom: 1.875rem;
}

.wcvendors form[name^="export_orders"] .btn, .wcvendors form[name^="export_orders"] .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-reset.button, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .wcvendors form[name^="export_orders"] .tm-wc-ajax-filters-reset.button {
  border: none;
  float: none !important;
  margin-bottom: 0 !important;
}

.wcvendors form[name^="export_orders"] + h2 {
  margin-top: 1.875rem;
  margin-bottom: 0;
  padding: 50px 40px 22px 40px;
  position: relative;
}

.wcvendors form[name^="export_orders"] + h2::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 40px;
  width: 37px;
  height: 4px;
  display: block;
}

@media (max-width: 543px) {
  .wcvendors form[name^="export_orders"] + h2 + table {
    table-layout: auto;
  }
}

.wcvendors form[name^="export_orders"] + h2 + table tr th {
  font-size: 10px;
  font-size: 0.625rem;
}

.wcvendors form[name^="export_orders"] + h2 + table tr td,
.wcvendors form[name^="export_orders"] + h2 + table tr th {
  padding: 10px;
}

@media (max-width: 543px) {
  .wcvendors form[name^="export_orders"] + h2 + table tr td,
  .wcvendors form[name^="export_orders"] + h2 + table tr th {
    padding: 5px;
  }
}

.wcvendors form[name^="export_orders"] + h2 + table .order-comments-link > p {
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .wcvendors form[name^="export_orders"] + h2 + table .full-name,
  .wcvendors form[name^="export_orders"] + h2 + table .name,
  .wcvendors form[name^="export_orders"] + h2 + table .address,
  .wcvendors form[name^="export_orders"] + h2 + table .city,
  .wcvendors form[name^="export_orders"] + h2 + table .state,
  .wcvendors form[name^="export_orders"] + h2 + table .zip {
    display: none;
  }
}

@media (max-width: 543px) {
  .wcvendors form[name^="export_orders"] + h2 + table .date {
    display: none;
  }
  .wcvendors form[name^="export_orders"] + h2 + table tr:nth-child(2) td:last-child {
    display: none;
  }
}

.wcvendors .variation dt, .wcvendors .variation dd {
  display: inline-block;
}

.block_product_thumbnail .woocommerce-LoopProduct-link + .wcvendors_sold_by_in_loop {
  top: 80px;
  transition: all .3s ease;
}

body .site-main > h1:not(.page-title):nth-child(1),
body .site-main > h1:not(.page-title):nth-child(2),
body.wcvendors.wcvendors_vendor .entry-content > h2:nth-child(1),
body.wcvendors.wcvendors_vendor .entry-content > h2:nth-child(2) {
  position: relative;
  padding: 67px 40px 20px;
  margin-bottom: 1.875rem;
}

body .site-main > h1:not(.page-title):nth-child(1):before,
body .site-main > h1:not(.page-title):nth-child(2):before,
body.wcvendors.wcvendors_vendor .entry-content > h2:nth-child(1):before,
body.wcvendors.wcvendors_vendor .entry-content > h2:nth-child(2):before {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  width: 37px;
  height: 4px;
  display: block;
}

.wcv_shop_description {
  padding: 40px;
  margin-bottom: 1.875rem;
}

/*-------------------------------------------------------------
## Cherry Search
--------------------------------------------------------------*/
.cherry-search-wrapper .cherry-search__label {
  position: relative;
}

.mobile-panel .cherry-search-wrapper .cherry-search__label {
  position: static;
}

.cherry-search-wrapper .cherry-search__label .input-search-icon {
  pointer-events: none;
  font-size: 18px;
  left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cherry-search-wrapper .cherry-search__results-list {
  border-color: #e8e8e8;
}

.cherry-search-wrapper .cherry-search__results-item {
  border-color: #e8e8e8;
}

.cherry-search-wrapper .cherry-search__results-item a {
  padding: 10px;
}

.cherry-search-wrapper .cherry-search__results-item .cherry-search__item-title {
  font-size: 14px;
  text-transform: uppercase;
}

.cherry-search-wrapper .cherry-search__more-button {
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  margin-bottom: -1px;
}

.cherry-search__spinner_holder .cherry-search__spinner {
  height: 70px;
  width: 20%;
  min-width: 70px;
  text-align: center;
  padding: 1em;
  display: none;
  vertical-align: top;
  opacity: .6;
}

.cherry-search__spinner_holder .cherry-search__spinner.show {
  display: inline-block;
}

.mobile-panel .cherry-search {
  position: static;
}

.mobile-panel .cherry-search .cherry-search__form {
  left: 10px;
}

@media (max-width: 543px) {
  .mobile-panel .cherry-search .cherry-search__form .cherry-search__results-item a {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mobile-panel .cherry-search .cherry-search__form .cherry-search__results-item a .cherry-search__item-thumbnail {
    margin: 0;
    min-width: 100%;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

.mobile-panel .cherry-search .cherry-search__form .search-form__field[type="search"] {
  padding: 9px 20px 9px 50px;
}

.mobile-panel .cherry-search .cherry-search__form .search-form__field[type="search"]:focus {
  background: #fff;
}

.mobile-panel .cherry-search .cherry-search__form .cherry-search__submit {
  font-size: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  padding: 13px 10px;
  text-align: center;
  width: 50px;
}

.mobile-panel .cherry-search .cherry-search__form .cherry-search__submit:before {
  content: "\e922";
  display: block !important;
  font-size: 19px;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-header.style-2 .cherry-search, .site-header.style-3 .cherry-search, .site-header.style-4 .cherry-search {
  position: static;
}

.site-header.style-2 .cherry-search form.cherry-search__form button.search-submit, .site-header.style-3 .cherry-search form.cherry-search__form button.search-submit, .site-header.style-4 .cherry-search form.cherry-search__form button.search-submit {
  padding: 14px 30px;
}

.site-header.style-2 .mobile-panel .cherry-search form.cherry-search__form button.search-submit, .site-header.style-3 .mobile-panel .cherry-search form.cherry-search__form button.search-submit, .site-header.style-4 .mobile-panel .cherry-search form.cherry-search__form button.search-submit {
  padding: 13px 10px;
}

.sidebar .cherry-search .cherry-search__results-item a,
.tm_pb_column_1_4 .cherry-search .cherry-search__results-item a,
.tm_pb_column_1_3 .cherry-search .cherry-search__results-item a,
.footer-area:not(.footer-area--fullwidth) .cherry-search .cherry-search__results-item a,
.after-loop-area .cherry-search .cherry-search__results-item a {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar .cherry-search .cherry-search__results-item a .cherry-search__item-thumbnail,
.tm_pb_column_1_4 .cherry-search .cherry-search__results-item a .cherry-search__item-thumbnail,
.tm_pb_column_1_3 .cherry-search .cherry-search__results-item a .cherry-search__item-thumbnail,
.footer-area:not(.footer-area--fullwidth) .cherry-search .cherry-search__results-item a .cherry-search__item-thumbnail,
.after-loop-area .cherry-search .cherry-search__results-item a .cherry-search__item-thumbnail {
  margin: 0 0 10px 0;
  min-width: 100%;
  -webkit-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.sidebar .cherry-search form.cherry-search__form button.search-submit,
.tm_pb_column_1_4 .cherry-search form.cherry-search__form button.search-submit,
.tm_pb_column_1_3 .cherry-search form.cherry-search__form button.search-submit,
.footer-area:not(.footer-area--fullwidth) .cherry-search form.cherry-search__form button.search-submit,
.after-loop-area .cherry-search form.cherry-search__form button.search-submit {
  margin: 5px 0 0;
  min-width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
}

/*-------------------------------------------------------------
## Contact form 7
--------------------------------------------------------------*/
.contact-form-wrapper {
  max-width: 650px;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7-form {
  background: #fff;
}

.wpcf7-form .submit-wrapper {
  text-align: center;
}

.wpcf7-form label {
  font-size: 14px;
}

.wpcf7-form .wpcf7-submit {
  font-size: 14px !important;
  padding: 10px 28px 10px !important;
}

.wpcf7-form input:not(.wpcf7-submit),
.wpcf7-form textarea {
  background: #fff;
  width: 100%;
}

/*--------------------------------------------------------------
# Woocommerce Part
--------------------------------------------------------------*/
/**
 * woocommerce-theme.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 *
 *
 * IMPORT STYLES and VARIABLES FOR WOOPAGES(cart, checkout, my-account)
 *
 */
/**
 * variables-wootheme.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 *
 */
/**
 *  Woo-Variables
 */
/**
 * woocommerce-theme.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 *
 */
/**
 * Woo-elements
 * Cart page
 *
 */
.return-to-shop {
  padding-bottom: 40px;
}

.woocommerce .wc-proceed-to-checkout {
  max-width: 340px;
  padding: 1em 0 0;
  text-align: right;
}

.woocommerce a.remove {
  font-weight: 400;
  margin-left: 10px;
  font-size: 0;
  line-height: 1;
}

.woocommerce a.remove:hover {
  background: transparent;
}

.woocommerce a.remove:before {
  content: '\e14c';
  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 Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  font-size: 21px;
}

.woocommerce form.processing .update_cart_icon {
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.woocommerce table.shop_table {
  width: 100%;
  margin: 0;
  border: 1px solid #e8e8f8;
  border-collapse: collapse;
}

@media (min-width: 768px) {
  .woocommerce table.shop_table {
    border: none;
  }
}

@media (max-width: 768px) {
  .woocommerce table.shop_table .product-thumbnail {
    display: none;
  }
}

.woocommerce table.shop_table [data-title="Shipping"] p {
  white-space: normal;
}

.woocommerce table.shop_table .update_cart_icon {
  font-size: 26px;
  line-height: 1;
  position: absolute;
  left: 13px;
  top: 10px;
  width: 26px;
  height: 27px;
}

.woocommerce table.shop_table .update_cart_icon:before {
  content: '\e8da';
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce table.shop_table label {
  position: relative;
  padding-left: 0 !important;
  line-height: 27px;
  display: inline-block;
}

.woocommerce table.shop_table label .btn, .woocommerce table.shop_table label .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-reset.button, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce table.shop_table label .tm-wc-ajax-filters-reset.button {
  line-height: 26px;
}

.woocommerce table.shop_table input.header-btn {
  padding: 0 0 0 35px;
  border: none;
}

.woocommerce table.shop_table input.header-btn:hover, .woocommerce table.shop_table input.header-btn:focus {
  box-shadow: none;
  background: transparent;
}

.woocommerce table.shop_table input.header-btn:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
}

.woocommerce table.shop_table thead {
  border-bottom: 1px solid #e8e8f8;
}

.woocommerce table.shop_table thead th {
  padding: 10px 20px;
  border: none;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-left: 1px solid #e8e8f8;
}

.woocommerce table.shop_table thead th.product-name {
  width: 80px;
}

@media (min-width: 544px) {
  .woocommerce table.shop_table thead th.product-name {
    width: 160px;
  }
}

@media (min-width: 1400px) {
  .woocommerce table.shop_table thead th.product-name {
    width: 260px;
  }
}

.woocommerce table.shop_table thead th.product-name .variation {
  font-size: 12px;
  text-transform: none;
}

.woocommerce table.shop_table thead th.product-name, .woocommerce table.shop_table thead th.product-thumbnail {
  text-align: left;
  padding-left: 10px;
  border-left: none;
}

@media (min-width: 768px) {
  .woocommerce table.shop_table thead th.product-name, .woocommerce table.shop_table thead th.product-thumbnail {
    padding-left: 0;
  }
}

@media (min-width: 1600px) {
  .woocommerce table.shop_table thead th {
    padding: 2px 40px 10px 40px;
  }
}

.woocommerce table.shop_table tbody tr td {
  border: none;
  padding: 20px 10px 28px;
  vertical-align: middle;
}

@media (min-width: 1600px) {
  .woocommerce table.shop_table tbody tr td {
    padding: 2px 40px 10px 40px;
  }
}

.woocommerce table.shop_table tbody tr td .product-remove {
  width: 30px;
  height: 30px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.woocommerce table.shop_table tbody tr td .product-remove a.remove {
  position: relative;
}

.woocommerce table.shop_table tbody tr td .product-remove a.remove:before {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92a";
  font-size: 30px;
}

.woocommerce table.shop_table tbody tr td.product-price, .woocommerce table.shop_table tbody tr td.product-quantity {
  border-right: none;
}

@media (min-width: 768px) {
  .woocommerce table.shop_table tbody tr td.product-price, .woocommerce table.shop_table tbody tr td.product-quantity {
    border-right: 1px solid #e8e8f8;
  }
}

.woocommerce table.shop_table tbody tr td.product-remove, .woocommerce table.shop_table tbody tr td.product-thumbnail, .woocommerce table.shop_table tbody tr td.product-name, .woocommerce table.shop_table tbody tr td.product-subtotal, .woocommerce table.shop_table tbody tr td.product-quantity, .woocommerce table.shop_table tbody tr td.product-total, .woocommerce table.shop_table tbody tr td.product-price {
  border-bottom: 1px solid #e8e8f8;
}

.woocommerce table.shop_table tbody tr td.product-subtotal, .woocommerce table.shop_table tbody tr td.product-quantity, .woocommerce table.shop_table tbody tr td.product-total, .woocommerce table.shop_table tbody tr td.product-price {
  text-align: left;
  border-bottom: 1px solid #e8e8f8;
}

.woocommerce table.shop_table tbody tr td.product-quantity {
  text-align: center;
}

@media (min-width: 1200px) {
  .woocommerce table.shop_table tbody tr td.product-subtotal, .woocommerce table.shop_table tbody tr td.product-quantity, .woocommerce table.shop_table tbody tr td.product-price {
    width: 232px;
  }
}

.woocommerce table.shop_table tbody tr td.product-subtotal:before, .woocommerce table.shop_table tbody tr td.product-quantity:before, .woocommerce table.shop_table tbody tr td.product-price:before {
  margin-top: 0;
}

@media (min-width: 768px) {
  .woocommerce table.shop_table tbody tr td.product-subtotal:before, .woocommerce table.shop_table tbody tr td.product-quantity:before, .woocommerce table.shop_table tbody tr td.product-price:before {
    margin-top: 9px;
  }
}

.woocommerce table.shop_table tbody tr td.product-thumbnail {
  min-width: 261px;
  padding: 40px 0;
  position: relative;
}

.woocommerce table.shop_table tbody tr td.product-thumbnail .product-remove {
  transition: .3s;
}

.woocommerce table.shop_table tbody tr td.product-thumbnail .product-remove a {
  margin-left: 0;
}

.woocommerce table.shop_table tbody tr td.product-thumbnail .product-remove:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.woocommerce table.shop_table tbody tr td.product-thumbnail a {
  margin-left: 60px;
  display: block;
}

.woocommerce table.shop_table tbody tr td.product-thumbnail img {
  display: block;
  width: auto;
  max-width: 100%;
}

.woocommerce table.shop_table tbody tr td.product-name {
  border-right: none;
  padding-left: 25px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .woocommerce table.shop_table tbody tr td.product-name {
    border-right: 1px solid #e8e8f8;
  }
}

.woocommerce table.shop_table tbody tr td.product-name a {
  text-decoration: none;
  max-width: 240px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.woocommerce table.shop_table tbody tr td.product-name h5 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.woocommerce table.shop_table tbody tr td.product-name dl.variation {
  margin: 5px 0 0;
}

.woocommerce table.shop_table tbody tr td.product-name dl.variation dt {
  margin: 0 5px 0 0;
  padding: 0;
  font: inherit;
  font-size: 12px;
  font-style: normal;
  text-transform: none;
}

.woocommerce table.shop_table tbody tr td.product-name dl.variation dd {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-transform: none;
  font-style: normal;
}

.woocommerce table.shop_table tbody tr td.product-name dl.variation dd p {
  margin: 0;
}

.woocommerce table.shop_table tbody tr td.actions {
  padding: 20px 0;
  border-bottom: none;
}

.woocommerce table.shop_table tbody tr td.actions:before {
  display: none;
}

@media (min-width: 992px) {
  .woocommerce table.shop_table tbody tr td.actions {
    padding: 25px 0 0;
  }
}

.woocommerce table.shop_table tbody tr td.actions .coupon input.input-text#coupon_code {
  width: 100%;
  padding: 9px 20px 10px 25px;
  margin-bottom: 10px;
  border-color: #f8f8f8;
  line-height: 1.8em;
}

@media (min-width: 768px) {
  .woocommerce table.shop_table tbody tr td.actions .coupon input.input-text#coupon_code {
    width: auto;
    margin-right: 12px;
  }
}

.woocommerce table.shop_table tbody tr.cart_item, .woocommerce table.shop_table tbody tr.order_item {
  background: none;
  position: relative;
}

.woocommerce table.shop_table tbody tr.cart_item td:before, .woocommerce table.shop_table tbody tr.order_item td:before {
  margin-right: 15px;
}

.woocommerce table.shop_table tbody tr.cart-subtotal, .woocommerce table.shop_table tbody tr.order-total {
  background: none;
  border: none;
  text-align: right;
  line-height: 1.2em;
}

.woocommerce table.shop_table tbody tr.cart-subtotal th,
.woocommerce table.shop_table tbody tr.cart-subtotal td, .woocommerce table.shop_table tbody tr.order-total th,
.woocommerce table.shop_table tbody tr.order-total td {
  text-align: left !important;
  padding: 0;
}

.woocommerce table.shop_table tbody tr.cart-subtotal td:before, .woocommerce table.shop_table tbody tr.order-total td:before {
  display: none;
}

.woocommerce table.shop_table tbody tr.order-total {
  padding-top: 22px !important;
}

.woocommerce table.shop_table tbody tr.order-total th {
  margin-top: 12px;
  width: 50%;
  float: left;
}

.woocommerce table.shop_table tbody tr.order-total td {
  width: 50%;
}

.woocommerce table.shop_table tbody tr.order-total .amount {
  white-space: nowrap;
}

.woocommerce table.shop_table tbody tr.cart-subtotal {
  margin-bottom: 7px;
}

.woocommerce table.shop_table tbody tr.cart-subtotal th,
.woocommerce table.shop_table tbody tr.cart-subtotal td {
  display: inline-block !important;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tbody td {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 544px) {
  .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tbody td {
    font-size: 18px;
  }
}

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
  border: none;
  padding: 10px;
  font-weight: normal;
}

.woocommerce table.shop_table tfoot tr:first-child th,
.woocommerce table.shop_table tfoot tr:first-child td {
  padding-top: 30px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
  margin-top: 32px;
  margin-bottom: 10px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead tr th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead tr td {
  padding: 11px 10px 15px;
}

@media (min-width: 768px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table thead tr th,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table thead tr td {
    padding: 21px 0 30px;
  }
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td {
  padding: 21px 10px 27px;
}

@media (min-width: 768px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr th,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td {
    padding: 31px 0 37px;
  }
}

@media (min-width: 768px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table th,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
    padding: 0;
  }
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table th.product-total,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-total {
    text-align: right;
  }
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot {
  padding-top: 20px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot #shipping_method {
  margin-top: 0;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr th > span:after {
  content: ":";
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total {
  background: none;
  border: none;
  text-align: right;
  line-height: 1.2em;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  border: none;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  padding-right: 10px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td > span, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td > span {
  display: inline-block;
  text-align: left;
  min-width: 138px;
  text-transform: uppercase;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
  padding-top: 25px;
}

@media (min-width: 768px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
    padding-top: 45px;
  }
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal .amount {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
  border-bottom: 1px solid #e8e8f8;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  padding-top: 17px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
    padding-bottom: 0;
  }
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total .amount {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total .amount {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .woocommerce table.shop_table.shop_table_responsive tbody tr td {
    padding: 15px 10px;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr td:before {
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr td:last-child {
    border-bottom: none;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr td.product-remove {
    width: 100%;
    padding-top: 15px;
    border: none;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr td.product-remove a {
    margin-left: 0;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr td.product-quantity:before {
    margin-top: 8px;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr td.product-name a {
    width: 100%;
    margin-left: 0;
    display: inline-block;
    text-align: left;
  }
}

.woocommerce .cart-collaterals {
  padding-top: 8px;
  padding-bottom: 0;
}

.woocommerce .cart-collaterals div.cart_totals {
  float: none;
  width: 100%;
  border-top: 1px solid #e8e8f8;
  padding-top: 23px;
  margin-top: 12px;
}

.woocommerce .cart-collaterals div.cart_totals table {
  margin: 0;
  border: none;
}

.woocommerce .cart-collaterals div.cart_totals table tbody tr,
.woocommerce .cart-collaterals div.cart_totals table tbody td,
.woocommerce .cart-collaterals div.cart_totals table tbody td,
.woocommerce .cart-collaterals div.cart_totals table tbody th {
  text-align: left;
  min-width: 130px;
  width: auto;
  display: block;
  border: none;
  padding: 5px 0 5px;
  text-transform: uppercase;
}

.woocommerce .cart-collaterals div.cart_totals table tbody td {
  text-align: left;
}

.woocommerce .cart-collaterals div.cart_totals table tr:nth-child(2n) td {
  background: none;
}

.woocommerce .cart-collaterals div.cart_totals .checkout-button {
  min-width: 100%;
  text-align: center;
}

.woocommerce .cart-collaterals div.cart_totals .checkout-button span:not(.checkout-button-icon) {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 10px;
  max-width: 75%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.woocommerce .cart-collaterals div.cart_totals .checkout-button .checkout-button-icon {
  display: inline-block;
}

.woocommerce .cart-collaterals div.cart_totals .checkout-button .checkout-button-icon:before {
  content: '\e934';
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 22px;
  line-height: 1;
}

@media (min-width: 992px) {
  .woocommerce .cart-collaterals div.cart_totals .checkout-button {
    padding: 16px 39px 16px;
  }
}

.woocommerce .cart-collaterals .cross-sells {
  width: 100%;
  padding-top: 50px;
  float: none;
  clear: both;
  text-align: center;
}

.woocommerce .track_order {
  padding: 40px;
  margin-bottom: 40px;
}

/**
 * Woo-elements
 * Checkout page
 *
 */
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.woocommerce form.woocommerce-checkout > * {
  padding: 40px;
}

.woocommerce-checkout .woocommerce table.shop_table .shipping ul {
  width: 100%;
  max-width: none;
}

@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce table.shop_table .shipping th {
    font-size: 13px;
  }
}

.woocommerce-checkout .woocommerce .cart-discount {
  border-bottom: 1px solid #e8e8f8;
}

.woocommerce-checkout .woocommerce .cart-discount td,
.woocommerce-checkout .woocommerce .cart-discount th {
  padding-top: 30px;
  padding-bottom: 30px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order {
  padding-top: 22px;
  padding-bottom: 23px;
}

.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table,
.woocommerce-checkout .woocommerce table.shop_table.order_details {
  margin-top: 0;
}

.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr,
.woocommerce-checkout .woocommerce table.shop_table.order_details tfoot tr {
  border-bottom: 1px solid #e8e8f8;
}

.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-checkout .woocommerce table.shop_table.order_details tfoot tr th {
  text-transform: uppercase;
  font-weight: 600;
}

.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr td,
.woocommerce-checkout .woocommerce table.shop_table.order_details tfoot tr td {
  border-left: 1px solid #e8e8f8;
}

.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table .shipping td,
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table .cart-discount td,
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total td,
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout .woocommerce table.shop_table.order_details .shipping td,
.woocommerce-checkout .woocommerce table.shop_table.order_details .cart-discount td,
.woocommerce-checkout .woocommerce table.shop_table.order_details .order-total td,
.woocommerce-checkout .woocommerce table.shop_table.order_details .cart-subtotal td {
  text-align: left;
  border-left: 1px solid #e8e8f8 !important;
}

.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total,
.woocommerce-checkout .woocommerce table.shop_table.order_details tfoot tr.order-total {
  border-bottom: 1px solid #e8e8f8;
}

@media (min-width: 992px) {
  .woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table th,
  .woocommerce-checkout .woocommerce table.shop_table.order_details th {
    padding-left: 0;
  }
  .woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table th.product-name,
  .woocommerce-checkout .woocommerce table.shop_table.order_details th.product-name {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-total,
  .woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table th.product-total,
  .woocommerce-checkout .woocommerce table.shop_table.order_details td.product-total,
  .woocommerce-checkout .woocommerce table.shop_table.order_details th.product-total {
    text-align: left;
    padding: 0 20px 10px 40px;
  }
}

@media (min-width: 768px) {
  .woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table thead tr td,
  .woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table thead tr th,
  .woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table thead tr.shipping td,
  .woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td,
  .woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr th,
  .woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr.shipping td,
  .woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr td,
  .woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr th,
  .woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping td,
  .woocommerce-checkout .woocommerce table.shop_table.order_details thead tr td,
  .woocommerce-checkout .woocommerce table.shop_table.order_details thead tr th,
  .woocommerce-checkout .woocommerce table.shop_table.order_details thead tr.shipping td,
  .woocommerce-checkout .woocommerce table.shop_table.order_details tbody tr td,
  .woocommerce-checkout .woocommerce table.shop_table.order_details tbody tr th,
  .woocommerce-checkout .woocommerce table.shop_table.order_details tbody tr.shipping td,
  .woocommerce-checkout .woocommerce table.shop_table.order_details tfoot tr td,
  .woocommerce-checkout .woocommerce table.shop_table.order_details tfoot tr th,
  .woocommerce-checkout .woocommerce table.shop_table.order_details tfoot tr.shipping td {
    padding: 37px 20px 37px 40px;
  }
  .woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th.product-name,
  .woocommerce-checkout .woocommerce table.shop_table.order_details thead th.product-name {
    width: 61.3%;
  }
}

.woocommerce-checkout .woocommerce .coupon-form-wrap .woocommerce-info:first-child {
  padding: 65px 40px 30px 40px !important;
  margin-bottom: 30px;
  position: relative;
}

.woocommerce-checkout .woocommerce .coupon-form-wrap .woocommerce-info:first-child:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  width: 37px;
  height: 4px;
  display: block;
}

.woocommerce-checkout .woocommerce .coupon-form-wrap .checkout_coupon {
  margin: 0;
  padding: 0 40px 16px;
}

.woocommerce-checkout .woocommerce .coupon-form-wrap:empty {
  display: none;
}

.woocommerce-checkout .woocommerce .coupon-form-wrap a {
  text-decoration: none;
}

.woocommerce-checkout .woocommerce .coupon-form-wrap a:hover {
  border-color: transparent;
}

.woocommerce-checkout .woocommerce .login-form-wrap {
  padding: 65px 40px 15px;
  margin-bottom: 30px;
  position: relative;
}

.woocommerce-checkout .woocommerce .login-form-wrap:empty {
  display: none;
}

.woocommerce-checkout .woocommerce .login-form-wrap:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  width: 37px;
  height: 4px;
  display: block;
}

.woocommerce-checkout .woocommerce .login-form-wrap a {
  text-decoration: none;
}

.woocommerce-checkout .woocommerce .login-form-wrap a:hover {
  border-color: transparent;
}

.woocommerce-checkout .woocommerce .login-form-wrap .woocommerce-info {
  padding: 0 !important;
  margin-bottom: 20px !important;
}

.woocommerce-checkout .woocommerce .login-form-wrap form {
  padding-bottom: 0;
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce .login-form-wrap input.input-text {
  line-height: 15px;
}

.woocommerce-checkout .woocommerce .woocommerce-info {
  border: none;
  border-top: 1px solid #e8e8f8;
  background: none;
  margin: 0 !important;
  font-style: normal;
}

.woocommerce-checkout .woocommerce .woocommerce-info:first-child {
  border-top: none;
  margin-top: 0;
}

.woocommerce-checkout .woocommerce .woocommerce-info > a {
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .woocommerce-checkout .woocommerce .woocommerce-info > a {
    margin-left: 13px;
  }
}

.woocommerce-checkout .woocommerce .woocommerce-info:before {
  display: none;
}

.woocommerce-checkout .woocommerce #order_review_heading {
  padding-top: 65px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce #order_review_heading:before {
  left: 40px;
  top: 40px;
}

.select2-drop-active {
  border: 1px solid #f6f6f6;
}

.select2-drop-active .select2-results {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}

.woocommerce form .form-row .select2-container,
.woocommerce form .form-row input.input-text,
.woocommerce .form .form-row select {
  border-width: 2px;
  line-height: 15px;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce .form .form-row.woocommerce-invalid select {
  border-color: #ff4451;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #59bc6c;
}

.woocommerce-cart .woocommerce form label,
.woocommerce-checkout .woocommerce form label {
  padding-left: 0;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.woocommerce-cart .woocommerce form label[for="update_cart"],
.woocommerce-checkout .woocommerce form label[for="update_cart"] {
  margin-top: 10px;
}

.woocommerce form.woocommerce-checkout {
  margin-top: 30px;
}

.woocommerce form.woocommerce-checkout input[type='text'],
.woocommerce form.woocommerce-checkout input[type='email'],
.woocommerce form.woocommerce-checkout input[type='url'],
.woocommerce form.woocommerce-checkout input[type='password'],
.woocommerce form.woocommerce-checkout input[type='search'],
.woocommerce form.woocommerce-checkout input[type='number'],
.woocommerce form.woocommerce-checkout input[type='tel'],
.woocommerce form.woocommerce-checkout input[type='range'],
.woocommerce form.woocommerce-checkout input[type='date'],
.woocommerce form.woocommerce-checkout input[type='month'],
.woocommerce form.woocommerce-checkout input[type='week'],
.woocommerce form.woocommerce-checkout input[type='time'],
.woocommerce form.woocommerce-checkout input[type='datetime'],
.woocommerce form.woocommerce-checkout input[type='datetime-local'],
.woocommerce form.woocommerce-checkout input[type='color'],
.woocommerce form.woocommerce-checkout select,
.woocommerce form.woocommerce-checkout textarea,
.woocommerce form.woocommerce-checkout .form-row .select2-container.country_to_state .select2-choice,
.woocommerce form.woocommerce-checkout .form-row .select2-container.state_select .select2-choice {
  padding-top: 13px;
  padding-bottom: 13px;
}

.woocommerce form .form-row.woocommerce-validated#billing_first_name_field, .woocommerce form .form-row.woocommerce-validated#billing_last_name_field, .woocommerce form .form-row.woocommerce-validated#billing_email_field, .woocommerce form .form-row.woocommerce-validated#billing_phone_field, .woocommerce form .form-row.woocommerce-validated#billing_address_1_field, .woocommerce form .form-row.woocommerce-validated#billing_address_2_field, .woocommerce form .form-row.woocommerce-validated#billing_city_field, .woocommerce form .form-row.woocommerce-validated#billing_postcode_field, .woocommerce form .form-row.woocommerce-validated#billing_company_field, .woocommerce form .form-row.woocommerce-validated#shipping_first_name_field, .woocommerce form .form-row.woocommerce-validated#shipping_last_name_field, .woocommerce form .form-row.woocommerce-validated#shipping_email_field, .woocommerce form .form-row.woocommerce-validated#shipping_phone_field, .woocommerce form .form-row.woocommerce-validated#shipping_address_1_field, .woocommerce form .form-row.woocommerce-validated#shipping_address_2_field, .woocommerce form .form-row.woocommerce-validated#shipping_city_field, .woocommerce form .form-row.woocommerce-validated#shipping_postcode_field, .woocommerce form .form-row.woocommerce-validated#shipping_company_field,
.woocommerce .form .form-row.woocommerce-validated#billing_first_name_field,
.woocommerce .form .form-row.woocommerce-validated#billing_last_name_field,
.woocommerce .form .form-row.woocommerce-validated#billing_email_field,
.woocommerce .form .form-row.woocommerce-validated#billing_phone_field,
.woocommerce .form .form-row.woocommerce-validated#billing_address_1_field,
.woocommerce .form .form-row.woocommerce-validated#billing_address_2_field,
.woocommerce .form .form-row.woocommerce-validated#billing_city_field,
.woocommerce .form .form-row.woocommerce-validated#billing_postcode_field,
.woocommerce .form .form-row.woocommerce-validated#billing_company_field,
.woocommerce .form .form-row.woocommerce-validated#shipping_first_name_field,
.woocommerce .form .form-row.woocommerce-validated#shipping_last_name_field,
.woocommerce .form .form-row.woocommerce-validated#shipping_email_field,
.woocommerce .form .form-row.woocommerce-validated#shipping_phone_field,
.woocommerce .form .form-row.woocommerce-validated#shipping_address_1_field,
.woocommerce .form .form-row.woocommerce-validated#shipping_address_2_field,
.woocommerce .form .form-row.woocommerce-validated#shipping_city_field,
.woocommerce .form .form-row.woocommerce-validated#shipping_postcode_field,
.woocommerce .form .form-row.woocommerce-validated#shipping_company_field {
  position: relative;
}

.woocommerce form .form-row.woocommerce-validated#billing_first_name_field::after, .woocommerce form .form-row.woocommerce-validated#billing_last_name_field::after, .woocommerce form .form-row.woocommerce-validated#billing_email_field::after, .woocommerce form .form-row.woocommerce-validated#billing_phone_field::after, .woocommerce form .form-row.woocommerce-validated#billing_address_1_field::after, .woocommerce form .form-row.woocommerce-validated#billing_address_2_field::after, .woocommerce form .form-row.woocommerce-validated#billing_city_field::after, .woocommerce form .form-row.woocommerce-validated#billing_postcode_field::after, .woocommerce form .form-row.woocommerce-validated#billing_company_field::after, .woocommerce form .form-row.woocommerce-validated#shipping_first_name_field::after, .woocommerce form .form-row.woocommerce-validated#shipping_last_name_field::after, .woocommerce form .form-row.woocommerce-validated#shipping_email_field::after, .woocommerce form .form-row.woocommerce-validated#shipping_phone_field::after, .woocommerce form .form-row.woocommerce-validated#shipping_address_1_field::after, .woocommerce form .form-row.woocommerce-validated#shipping_address_2_field::after, .woocommerce form .form-row.woocommerce-validated#shipping_city_field::after, .woocommerce form .form-row.woocommerce-validated#shipping_postcode_field::after, .woocommerce form .form-row.woocommerce-validated#shipping_company_field::after,
.woocommerce .form .form-row.woocommerce-validated#billing_first_name_field::after,
.woocommerce .form .form-row.woocommerce-validated#billing_last_name_field::after,
.woocommerce .form .form-row.woocommerce-validated#billing_email_field::after,
.woocommerce .form .form-row.woocommerce-validated#billing_phone_field::after,
.woocommerce .form .form-row.woocommerce-validated#billing_address_1_field::after,
.woocommerce .form .form-row.woocommerce-validated#billing_address_2_field::after,
.woocommerce .form .form-row.woocommerce-validated#billing_city_field::after,
.woocommerce .form .form-row.woocommerce-validated#billing_postcode_field::after,
.woocommerce .form .form-row.woocommerce-validated#billing_company_field::after,
.woocommerce .form .form-row.woocommerce-validated#shipping_first_name_field::after,
.woocommerce .form .form-row.woocommerce-validated#shipping_last_name_field::after,
.woocommerce .form .form-row.woocommerce-validated#shipping_email_field::after,
.woocommerce .form .form-row.woocommerce-validated#shipping_phone_field::after,
.woocommerce .form .form-row.woocommerce-validated#shipping_address_1_field::after,
.woocommerce .form .form-row.woocommerce-validated#shipping_address_2_field::after,
.woocommerce .form .form-row.woocommerce-validated#shipping_city_field::after,
.woocommerce .form .form-row.woocommerce-validated#shipping_postcode_field::after,
.woocommerce .form .form-row.woocommerce-validated#shipping_company_field::after {
  content: '\e934';
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  font-size: 21px;
  bottom: 13px;
  right: 20px;
  color: #59bc6c;
}

.woocommerce form .form-row.woocommerce-invalid#billing_first_name_field, .woocommerce form .form-row.woocommerce-invalid#billing_last_name_field, .woocommerce form .form-row.woocommerce-invalid#billing_email_field, .woocommerce form .form-row.woocommerce-invalid#billing_phone_field, .woocommerce form .form-row.woocommerce-invalid#billing_address_1_field, .woocommerce form .form-row.woocommerce-invalid#billing_address_2_field, .woocommerce form .form-row.woocommerce-invalid#billing_city_field, .woocommerce form .form-row.woocommerce-invalid#billing_postcode_field, .woocommerce form .form-row.woocommerce-invalid#billing_company_field, .woocommerce form .form-row.woocommerce-invalid#shipping_first_name_field, .woocommerce form .form-row.woocommerce-invalid#shipping_last_name_field, .woocommerce form .form-row.woocommerce-invalid#shipping_email_field, .woocommerce form .form-row.woocommerce-invalid#shipping_phone_field, .woocommerce form .form-row.woocommerce-invalid#shipping_address_1_field, .woocommerce form .form-row.woocommerce-invalid#shipping_address_2_field, .woocommerce form .form-row.woocommerce-invalid#shipping_city_field, .woocommerce form .form-row.woocommerce-invalid#shipping_postcode_field, .woocommerce form .form-row.woocommerce-invalid#shipping_company_field,
.woocommerce .form .form-row.woocommerce-invalid#billing_first_name_field,
.woocommerce .form .form-row.woocommerce-invalid#billing_last_name_field,
.woocommerce .form .form-row.woocommerce-invalid#billing_email_field,
.woocommerce .form .form-row.woocommerce-invalid#billing_phone_field,
.woocommerce .form .form-row.woocommerce-invalid#billing_address_1_field,
.woocommerce .form .form-row.woocommerce-invalid#billing_address_2_field,
.woocommerce .form .form-row.woocommerce-invalid#billing_city_field,
.woocommerce .form .form-row.woocommerce-invalid#billing_postcode_field,
.woocommerce .form .form-row.woocommerce-invalid#billing_company_field,
.woocommerce .form .form-row.woocommerce-invalid#shipping_first_name_field,
.woocommerce .form .form-row.woocommerce-invalid#shipping_last_name_field,
.woocommerce .form .form-row.woocommerce-invalid#shipping_email_field,
.woocommerce .form .form-row.woocommerce-invalid#shipping_phone_field,
.woocommerce .form .form-row.woocommerce-invalid#shipping_address_1_field,
.woocommerce .form .form-row.woocommerce-invalid#shipping_address_2_field,
.woocommerce .form .form-row.woocommerce-invalid#shipping_city_field,
.woocommerce .form .form-row.woocommerce-invalid#shipping_postcode_field,
.woocommerce .form .form-row.woocommerce-invalid#shipping_company_field {
  position: relative;
}

.woocommerce form .form-row.woocommerce-invalid#billing_first_name_field::after, .woocommerce form .form-row.woocommerce-invalid#billing_last_name_field::after, .woocommerce form .form-row.woocommerce-invalid#billing_email_field::after, .woocommerce form .form-row.woocommerce-invalid#billing_phone_field::after, .woocommerce form .form-row.woocommerce-invalid#billing_address_1_field::after, .woocommerce form .form-row.woocommerce-invalid#billing_address_2_field::after, .woocommerce form .form-row.woocommerce-invalid#billing_city_field::after, .woocommerce form .form-row.woocommerce-invalid#billing_postcode_field::after, .woocommerce form .form-row.woocommerce-invalid#billing_company_field::after, .woocommerce form .form-row.woocommerce-invalid#shipping_first_name_field::after, .woocommerce form .form-row.woocommerce-invalid#shipping_last_name_field::after, .woocommerce form .form-row.woocommerce-invalid#shipping_email_field::after, .woocommerce form .form-row.woocommerce-invalid#shipping_phone_field::after, .woocommerce form .form-row.woocommerce-invalid#shipping_address_1_field::after, .woocommerce form .form-row.woocommerce-invalid#shipping_address_2_field::after, .woocommerce form .form-row.woocommerce-invalid#shipping_city_field::after, .woocommerce form .form-row.woocommerce-invalid#shipping_postcode_field::after, .woocommerce form .form-row.woocommerce-invalid#shipping_company_field::after,
.woocommerce .form .form-row.woocommerce-invalid#billing_first_name_field::after,
.woocommerce .form .form-row.woocommerce-invalid#billing_last_name_field::after,
.woocommerce .form .form-row.woocommerce-invalid#billing_email_field::after,
.woocommerce .form .form-row.woocommerce-invalid#billing_phone_field::after,
.woocommerce .form .form-row.woocommerce-invalid#billing_address_1_field::after,
.woocommerce .form .form-row.woocommerce-invalid#billing_address_2_field::after,
.woocommerce .form .form-row.woocommerce-invalid#billing_city_field::after,
.woocommerce .form .form-row.woocommerce-invalid#billing_postcode_field::after,
.woocommerce .form .form-row.woocommerce-invalid#billing_company_field::after,
.woocommerce .form .form-row.woocommerce-invalid#shipping_first_name_field::after,
.woocommerce .form .form-row.woocommerce-invalid#shipping_last_name_field::after,
.woocommerce .form .form-row.woocommerce-invalid#shipping_email_field::after,
.woocommerce .form .form-row.woocommerce-invalid#shipping_phone_field::after,
.woocommerce .form .form-row.woocommerce-invalid#shipping_address_1_field::after,
.woocommerce .form .form-row.woocommerce-invalid#shipping_address_2_field::after,
.woocommerce .form .form-row.woocommerce-invalid#shipping_city_field::after,
.woocommerce .form .form-row.woocommerce-invalid#shipping_postcode_field::after,
.woocommerce .form .form-row.woocommerce-invalid#shipping_company_field::after {
  content: '\e935';
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  font-size: 21px;
  bottom: 13px;
  right: 20px;
  color: #ff4451;
}

.woocommerce form .form-row.woocommerce-validated#billing_first_name_field,
.woocommerce form .form-row.woocommerce-validated#billing_last_name_field,
.woocommerce form .form-row.woocommerce-validated#billing_email_field,
.woocommerce form .form-row.woocommerce-validated#billing_phone_field,
.woocommerce form .form-row.woocommerce-validated#billing_address_1_field,
.woocommerce form .form-row.woocommerce-validated#billing_address_2_field,
.woocommerce form .form-row.woocommerce-validated#billing_city_field,
.woocommerce form .form-row.woocommerce-validated#billing_postcode_field,
.woocommerce form .form-row.woocommerce-validated#billing_company_field,
.woocommerce .form .form-row.woocommerce-validated#billing_first_name_field,
.woocommerce .form .form-row.woocommerce-validated#billing_last_name_field,
.woocommerce .form .form-row.woocommerce-validated#billing_email_field,
.woocommerce .form .form-row.woocommerce-validated#billing_phone_field,
.woocommerce .form .form-row.woocommerce-validated#billing_address_1_field,
.woocommerce .form .form-row.woocommerce-validated#billing_address_2_field,
.woocommerce .form .form-row.woocommerce-validated#billing_city_field,
.woocommerce .form .form-row.woocommerce-validated#billing_postcode_field,
.woocommerce .form .form-row.woocommerce-validated#billing_company_field {
  position: relative;
}

.woocommerce form .form-row.woocommerce-validated#billing_first_name_field::after,
.woocommerce form .form-row.woocommerce-validated#billing_last_name_field::after,
.woocommerce form .form-row.woocommerce-validated#billing_email_field::after,
.woocommerce form .form-row.woocommerce-validated#billing_phone_field::after,
.woocommerce form .form-row.woocommerce-validated#billing_address_1_field::after,
.woocommerce form .form-row.woocommerce-validated#billing_address_2_field::after,
.woocommerce form .form-row.woocommerce-validated#billing_city_field::after,
.woocommerce form .form-row.woocommerce-validated#billing_postcode_field::after,
.woocommerce form .form-row.woocommerce-validated#billing_company_field::after,
.woocommerce .form .form-row.woocommerce-validated#billing_first_name_field::after,
.woocommerce .form .form-row.woocommerce-validated#billing_last_name_field::after,
.woocommerce .form .form-row.woocommerce-validated#billing_email_field::after,
.woocommerce .form .form-row.woocommerce-validated#billing_phone_field::after,
.woocommerce .form .form-row.woocommerce-validated#billing_address_1_field::after,
.woocommerce .form .form-row.woocommerce-validated#billing_address_2_field::after,
.woocommerce .form .form-row.woocommerce-validated#billing_city_field::after,
.woocommerce .form .form-row.woocommerce-validated#billing_postcode_field::after,
.woocommerce .form .form-row.woocommerce-validated#billing_company_field::after {
  content: '\e934';
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  font-size: 21px;
  bottom: 13px;
  right: 20px;
  color: #59bc6c;
}

.woocommerce form .form-row {
  max-width: 640px;
  padding: 0;
  margin-bottom: 24px;
}

.woocommerce form .form-row.validate-postcode {
  margin-bottom: 25px;
}

.woocommerce form .form-row.create-account input {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  display: inline-block;
  top: 6px;
  position: relative;
  cursor: pointer;
}

.woocommerce form .form-row.create-account label.checkbox {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  line-height: 25px;
  position: relative;
  border: none;
  text-transform: none;
  top: 6px;
}

.woocommerce form .form-row .select2-container.state_select,
.woocommerce form .form-row .select2-container.country_to_state {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2143;
  transition: .3s;
}

.woocommerce form .form-row .select2-container.state_select .select2-choice,
.woocommerce form .form-row .select2-container.country_to_state .select2-choice {
  padding: 9px 20px;
  border: 1px solid #f6f6f6;
  background-color: #f6f6f6;
  box-shadow: none;
  border-radius: 0;
  line-height: 15px;
}

.woocommerce form .form-row .select2-container.state_select .select2-choice .select2-arrow b:after,
.woocommerce form .form-row .select2-container.country_to_state .select2-choice .select2-arrow b:after {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e93a";
  border: none;
  font-size: 16px;
  line-height: 23px;
  margin: -12px 0 0 -24px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  float: none;
  width: auto;
}

.woocommerce form.login {
  padding-bottom: 0.8em;
  margin-bottom: 1em;
}

.woocommerce form.login .form-row-last {
  margin-bottom: 27px;
}

.woocommerce form.login .form-row label.inline {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  padding-left: 30px;
  margin: 20px 0 0 0;
}

.woocommerce form.login .form-row label.inline input {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  border: none;
  outline: 0;
  background: #000000;
}

@media (min-width: 544px) {
  .woocommerce form.login .form-row label.inline {
    margin: 12px 0 0 28px;
  }
}

.woocommerce form.login .lost_password {
  margin-bottom: 23px;
  text-transform: uppercase;
}

.woocommerce form.login .lost_password a {
  line-height: 14px;
  display: inline-block;
  border-bottom: 1px solid;
}

.woocommerce form.login .lost_password a:hover {
  border-color: transparent;
}

.woocommerce form.checkout_coupon {
  padding: 0;
  margin-bottom: 1.2em;
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.woocommerce form.checkout_coupon .form-row-first {
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-width: 185px;
}

@media (min-width: 544px) {
  .woocommerce form.checkout_coupon .form-row-first {
    -webkit-flex: 5 1 185px;
    -moz-flex: 5 1 185px;
    -ms-flex: 5 1 185px;
    flex: 5 1 185px;
  }
}

.woocommerce form.checkout_coupon .form-row-first input {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 50px;
  line-height: 15px;
  margin-left: 10px;
}

.woocommerce form.checkout_coupon .form-row-last {
  max-width: none;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.woocommerce .entry-content table.shop_table,
.woocommerce table.shop_table {
  table-layout: fixed;
}

.woocommerce .entry-content table.shop_table .shipping,
.woocommerce table.shop_table .shipping {
  margin-top: -12px;
  border-bottom: 1px solid #e8e8f8 !important;
}

.woocommerce .entry-content table.shop_table .shipping .woocommerce-shipping-calculator input,
.woocommerce table.shop_table .shipping .woocommerce-shipping-calculator input {
  line-height: 15px;
}

.woocommerce .entry-content table.shop_table .shipping .woocommerce-shipping-calculator p,
.woocommerce table.shop_table .shipping .woocommerce-shipping-calculator p {
  margin-bottom: 30px;
}

.woocommerce .entry-content table.shop_table .shipping #calc_shipping_country_field,
.woocommerce table.shop_table .shipping #calc_shipping_country_field {
  position: relative;
}

.woocommerce .entry-content table.shop_table .shipping #calc_shipping_country_field:after,
.woocommerce table.shop_table .shipping #calc_shipping_country_field:after {
  content: '\e93a';
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.woocommerce .entry-content table.shop_table .shipping #calc_shipping_country_field select,
.woocommerce table.shop_table .shipping #calc_shipping_country_field select {
  background-image: none;
}

.woocommerce .entry-content table.shop_table .shipping .shipping-calculator-button,
.woocommerce table.shop_table .shipping .shipping-calculator-button {
  display: inline-block;
  line-height: 14px;
  border-bottom: 1px solid;
}

.woocommerce .entry-content table.shop_table .shipping .shipping-calculator-button:hover,
.woocommerce table.shop_table .shipping .shipping-calculator-button:hover {
  border-bottom-color: transparent;
}

.woocommerce .entry-content table.shop_table .shipping th,
.woocommerce table.shop_table .shipping th {
  position: relative;
}

.woocommerce .entry-content table.shop_table .shipping th:after,
.woocommerce table.shop_table .shipping th:after {
  content: ':';
  display: inline-block;
}

.woocommerce .entry-content table.shop_table .shipping td:before,
.woocommerce table.shop_table .shipping td:before {
  display: none;
}

.woocommerce .entry-content table.shop_table .shipping ul,
.woocommerce table.shop_table .shipping ul {
  display: block;
}

.woocommerce .entry-content table.shop_table .shipping ul#shipping_method,
.woocommerce table.shop_table .shipping ul#shipping_method {
  margin-bottom: 10px;
}

.woocommerce .entry-content table.shop_table .shipping ul li,
.woocommerce table.shop_table .shipping ul li {
  padding-left: 30px !important;
  text-indent: 0 !important;
}

.woocommerce .entry-content table.shop_table .shipping ul li:before,
.woocommerce table.shop_table .shipping ul li:before {
  display: none;
}

.woocommerce .entry-content table.shop_table .shipping ul li input[type="radio"],
.woocommerce table.shop_table .shipping ul li input[type="radio"] {
  display: none;
}

.woocommerce .entry-content table.shop_table .shipping ul li input[type="radio"]:checked + label:before,
.woocommerce table.shop_table .shipping ul li input[type="radio"]:checked + label:before {
  background: #222222;
}

.woocommerce .entry-content table.shop_table .shipping ul li label,
.woocommerce table.shop_table .shipping ul li label {
  position: relative;
  display: block !important;
  text-transform: none;
  white-space: normal;
}

.woocommerce .entry-content table.shop_table .shipping ul li label:before,
.woocommerce table.shop_table .shipping ul li label:before {
  content: '';
  display: block;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 7px solid #f6f6f6;
  background: #f6f6f6;
}

.woocommerce .entry-content table.shop_table .shipping [data-title="Shipping"],
.woocommerce table.shop_table .shipping [data-title="Shipping"] {
  overflow: visible;
}

@media (min-width: 1600px) {
  .woocommerce .entry-content table.shop_table .shipping #shipping_method,
  .woocommerce table.shop_table .shipping #shipping_method {
    margin-top: -42px;
  }
  .woocommerce .entry-content table.shop_table .shipping ul,
  .woocommerce table.shop_table .shipping ul {
    max-width: 62%;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}

.woocommerce .entry-content table.shop_table.order_details, .woocommerce .entry-content table.shop_table.customer_details,
.woocommerce table.shop_table.order_details,
.woocommerce table.shop_table.customer_details {
  margin: 10px 0 50px;
}

.woocommerce .entry-content table.shop_table.order_details .shipped_via, .woocommerce .entry-content table.shop_table.customer_details .shipped_via,
.woocommerce table.shop_table.order_details .shipped_via,
.woocommerce table.shop_table.customer_details .shipped_via {
  display: block;
}

.woocommerce .entry-content table.shop_table.order_details thead tr th.product-total, .woocommerce .entry-content table.shop_table.customer_details thead tr th.product-total,
.woocommerce table.shop_table.order_details thead tr th.product-total,
.woocommerce table.shop_table.customer_details thead tr th.product-total {
  text-align: right;
}

.woocommerce .entry-content table.shop_table.order_details tbody tr th,
.woocommerce .entry-content table.shop_table.order_details tbody tr td,
.woocommerce .entry-content table.shop_table.order_details tfoot tr th,
.woocommerce .entry-content table.shop_table.order_details tfoot tr td, .woocommerce .entry-content table.shop_table.customer_details tbody tr th,
.woocommerce .entry-content table.shop_table.customer_details tbody tr td,
.woocommerce .entry-content table.shop_table.customer_details tfoot tr th,
.woocommerce .entry-content table.shop_table.customer_details tfoot tr td,
.woocommerce table.shop_table.order_details tbody tr th,
.woocommerce table.shop_table.order_details tbody tr td,
.woocommerce table.shop_table.order_details tfoot tr th,
.woocommerce table.shop_table.order_details tfoot tr td,
.woocommerce table.shop_table.customer_details tbody tr th,
.woocommerce table.shop_table.customer_details tbody tr td,
.woocommerce table.shop_table.customer_details tfoot tr th,
.woocommerce table.shop_table.customer_details tfoot tr td {
  padding: 10px;
  text-align: right;
}

.woocommerce .entry-content table.shop_table.order_details tfoot tr:first-child th, .woocommerce .entry-content table.shop_table.order_details tfoot tr:first-child td, .woocommerce .entry-content table.shop_table.customer_details tfoot tr:first-child th, .woocommerce .entry-content table.shop_table.customer_details tfoot tr:first-child td,
.woocommerce table.shop_table.order_details tfoot tr:first-child th,
.woocommerce table.shop_table.order_details tfoot tr:first-child td,
.woocommerce table.shop_table.customer_details tfoot tr:first-child th,
.woocommerce table.shop_table.customer_details tfoot tr:first-child td {
  padding-top: 20px;
}

.woocommerce .entry-content table.shop_table.order_details tfoot tr:first-child th .amount, .woocommerce .entry-content table.shop_table.order_details tfoot tr:first-child td .amount, .woocommerce .entry-content table.shop_table.customer_details tfoot tr:first-child th .amount, .woocommerce .entry-content table.shop_table.customer_details tfoot tr:first-child td .amount,
.woocommerce table.shop_table.order_details tfoot tr:first-child th .amount,
.woocommerce table.shop_table.order_details tfoot tr:first-child td .amount,
.woocommerce table.shop_table.customer_details tfoot tr:first-child th .amount,
.woocommerce table.shop_table.customer_details tfoot tr:first-child td .amount {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

.woocommerce .entry-content table.shop_table.order_details tfoot tr th, .woocommerce .entry-content table.shop_table.customer_details tfoot tr th,
.woocommerce table.shop_table.order_details tfoot tr th,
.woocommerce table.shop_table.customer_details tfoot tr th {
  font-weight: 600;
}

@media (max-width: 767px) {
  .woocommerce .entry-content table.shop_table.order_details tfoot tr th, .woocommerce .entry-content table.shop_table.customer_details tfoot tr th,
  .woocommerce table.shop_table.order_details tfoot tr th,
  .woocommerce table.shop_table.customer_details tfoot tr th {
    font-size: 10px;
  }
}

.woocommerce .entry-content table.shop_table.order_details tfoot tr td .amount, .woocommerce .entry-content table.shop_table.customer_details tfoot tr td .amount,
.woocommerce table.shop_table.order_details tfoot tr td .amount,
.woocommerce table.shop_table.customer_details tfoot tr td .amount {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.woocommerce .entry-content table.shop_table.customer_details tbody tr, .woocommerce .entry-content table.shop_table.customer_details tfoot tr,
.woocommerce table.shop_table.customer_details tbody tr,
.woocommerce table.shop_table.customer_details tfoot tr {
  border-top: 1px solid #e8e8f8;
}

.woocommerce .entry-content table.shop_table.customer_details tbody tr th,
.woocommerce .entry-content table.shop_table.customer_details tbody tr td, .woocommerce .entry-content table.shop_table.customer_details tfoot tr th,
.woocommerce .entry-content table.shop_table.customer_details tfoot tr td,
.woocommerce table.shop_table.customer_details tbody tr th,
.woocommerce table.shop_table.customer_details tbody tr td,
.woocommerce table.shop_table.customer_details tfoot tr th,
.woocommerce table.shop_table.customer_details tfoot tr td {
  border: 1px solid #e8e8f8;
}

.woocommerce .woocommerce-billing-fields h3, .woocommerce-page .woocommerce-billing-fields h3 {
  margin-bottom: 22px;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
          align-content: flex-start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 59px;
  margin-bottom: 57px;
}

.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
  width: auto;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: none;
  -webkit-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

@media (min-width: 1200px) {
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    -webkit-flex: 0 1 37.3%;
    -moz-flex: 0 1 37.3%;
    -ms-flex: 0 1 37.3%;
    flex: 0 1 37.3%;
  }
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: none;
  -webkit-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding-top: 30px;
}

@media (min-width: 1200px) {
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    -webkit-flex: 1 1 62%;
    -moz-flex: 1 1 62%;
    -ms-flex: 1 1 62%;
    flex: 1 1 62%;
    padding: 0 0 0 50px;
  }
}

.woocommerce .col2-set .col-2 .form-row, .woocommerce-page .col2-set .col-2 .form-row {
  width: 100%;
  max-width: none;
}

.woocommerce-checkout-payment#payment {
  padding: 10px 0 0;
}

.woocommerce-checkout-payment#payment #ship-to-different-address-checkbox {
  position: relative;
  bottom: -5px;
}

.woocommerce-checkout-payment#payment ul.payment_methods {
  padding: 0;
  border: none;
}

.woocommerce-checkout-payment#payment ul.payment_methods li {
  padding-top: 5px;
  border-bottom: 1px solid #e8e8f8;
}

.woocommerce-checkout-payment#payment ul.payment_methods li input[type="radio"] {
  display: none;
}

.woocommerce-checkout-payment#payment ul.payment_methods li input[type="radio"]:checked + label:before {
  background: #222222;
}

.woocommerce-checkout-payment#payment ul.payment_methods li label {
  position: relative;
  display: block !important;
  text-transform: uppercase;
  padding: 13px 0 10px 35px;
}

.woocommerce-checkout-payment#payment ul.payment_methods li label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 7px solid #f6f6f6;
  background: #f6f6f6;
}

.woocommerce-checkout-payment#payment div.form-row {
  padding: 0;
  max-width: none;
}

.woocommerce-checkout-payment#payment div.form-row.place-order {
  padding-top: 40px;
}

.woocommerce-checkout-payment#payment div.form-row.place-order .button {
  padding: 22px 30px;
  width: 340px;
  max-width: 100%;
  text-align: center;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-radius: 0;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  font-size: 16px;
  line-height: 20px;
  padding: 5px 35px;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  background: transparent;
}

@media (min-width: 768px) {
  #add_payment_method #payment div.payment_box,
  .woocommerce-cart #payment div.payment_box,
  .woocommerce-checkout #payment div.payment_box {
    margin-bottom: 30px;
  }
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  display: none;
}

.woocommerce-order-received .entry-content {
  padding: 40px;
}

/**
 * Woo-elements
 * Order details page
 *
 */
.woocommerce-checkout .woocommerce-thankyou-order-details {
  background: #eff8f1;
  padding: 15px;
  position: relative;
}

@media (max-width: 991px) {
  .woocommerce-checkout .woocommerce-thankyou-order-details {
    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;
  }
  .woocommerce-checkout .woocommerce-thankyou-order-details li {
    border-right: none;
    margin-top: 20px;
  }
}

.woocommerce-checkout .woocommerce-thankyou-order-details li strong {
  font-weight: 500;
  display: block;
  padding-top: 10px;
}

.woocommerce-checkout .woocommerce-thankyou-order-details li strong .amount {
  font-size: 24px;
  line-height: 1em;
}

.woocommerce-checkout .woocommerce-thankyou-order-details li.method:after {
  position: absolute;
  right: 1em;
  top: .7em;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e88a";
  font-size: 30px;
}

/**
 * Woo-elements
 * Account page
 *
 */
.woocommerce-account.logged-in .entry-content > .woocommerce {
  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;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content {
  -webkit-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  width: auto;
  float: none;
  padding: 20px;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-navigation .woocommerce-info .button,
.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content .woocommerce-info .button {
  float: right;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-navigation {
  text-transform: uppercase;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-navigation ul,
.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-navigation li:last-child {
  margin-bottom: 0;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-navigation ul li {
  padding: 10px 0;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-navigation ul li + li {
  border-top: 1px solid #e8e8f8;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-navigation ul li:before {
  display: none;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content fieldset {
  border: 2px solid #e8e8e8;
  margin-bottom: 25px;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content table.shop_table thead th {
  padding: 20px 10px;
  text-align: left;
  text-transform: uppercase;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content table.shop_table tbody tr td {
  padding: 10px;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content table.shop_table tbody tr td:before {
  margin-right: 10px;
}

.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content table.shop_table tbody tr + tr td {
  border-top: 2px solid #e8e8e8;
}

@media (max-width: 1199px) {
  .woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content .woocommerce-info:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
    padding: 2em !important;
  }
  .woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content .woocommerce-info a.button {
    margin: 0 500px 15px 0;
    float: none;
  }
}

@media (min-width: 992px) {
  .woocommerce-account.logged-in .entry-content > .woocommerce {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-navigation {
    -webkit-flex: 1 0 30%;
    -moz-flex: 1 0 30%;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    max-width: 30%;
    padding: 30px 40px;
  }
  .woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content {
    -webkit-flex: 0 1 70%;
    -moz-flex: 0 1 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    max-width: 70%;
    padding: 30px 40px;
  }
}

.page-title + .products {
  margin-top: 15px;
}

@media (min-width: 544px) {
  .page-title + .products {
    margin-top: 30px;
  }
}

.woocommerce-checkout .woocommerce-info > a {
  border-bottom: 1px solid;
}

.woocommerce-checkout .entry-content > .woocommerce {
  padding: 0;
  background: transparent;
}

.woocommerce-cart .cart-update-cart__label {
  margin-top: 0;
}

.woocommerce-cart .cart-update-cart__label .header-btn {
  padding: 10px 20px 10px 50px;
}

.woocommerce-cart .entry-content {
  padding: 0;
  background: transparent;
}

.woocommerce-cart .entry-content > .woocommerce {
  padding: 0;
  background: transparent;
}

.woocommerce-cart .cart-content .cart-wrap {
  position: relative;
  overflow: hidden;
  padding: 40px;
  margin-bottom: 30px;
}

.woocommerce-cart .cart-content .cart-wrap .border-top + .cart-title {
  margin-top: 13px;
  text-transform: uppercase;
}

.woocommerce-cart .cart-content .cart-wrap svg.border-bottom,
.woocommerce-cart .cart-content .cart-wrap svg.border-top {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
}

.woocommerce-cart .cart-content .cart-wrap svg.border-top {
  top: 0;
}

.woocommerce-cart .cart-content .cart-wrap svg.border-bottom {
  bottom: 0;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.woocommerce-cart .cart-content .coupon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.woocommerce-cart .cart-content .coupon label {
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-transform: uppercase;
}

.woocommerce-cart .cart-content .coupon .input-text {
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-right: 0;
}

.woocommerce-cart .cart-content .coupon input {
  margin-top: 0;
}

.woocommerce-cart .cart-content .coupon .button {
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
          align-self: flex-start;
}

@media (min-width: 544px) {
  .woocommerce-cart .cart-content .coupon {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
  .woocommerce-cart .cart-content .coupon .input-text {
    -webkit-flex: 0 0 calc(58% - 10px);
    -moz-flex: 0 0 calc(58% - 10px);
    -ms-flex: 0 0 calc(58% - 10px);
    flex: 0 0 calc(58% - 10px);
    max-width: 100%;
    margin-right: 7px;
  }
  .woocommerce-cart .cart-content .coupon .button {
    width: auto !important;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

@media (min-width: 768px) {
  .woocommerce-cart .cart-content .coupon .input-text {
    -webkit-flex: 0 0 calc(70% - 10px);
    -moz-flex: 0 0 calc(70% - 10px);
    -ms-flex: 0 0 calc(70% - 10px);
    flex: 0 0 calc(70% - 10px);
  }
  .woocommerce-cart .cart-content .coupon .button {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.woocommerce-cart .cart-content .products .product .block_product_content {
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .woocommerce-cart .cart-content .products .product .block_product_content {
    padding-bottom: 70px;
  }
}

.woocommerce-cart .cart-content .cross-sells,
.woocommerce-cart .cart-content .up-sells {
  margin-top: 30px;
  padding: 40px 40px calc(40px / 2) 40px;
}

.woocommerce-cart .cart-content .cross-sells .products.row,
.woocommerce-cart .cart-content .up-sells .products.row {
  padding: 0 !important;
}

.woocommerce-cart div.quantity {
  margin: 0 30px 0 0;
  position: relative;
  display: inline-block;
}

.woocommerce-cart div.quantity input[type="number"]::-webkit-inner-spin-button,
.woocommerce-cart div.quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.woocommerce-cart div.quantity input.qty {
  width: 37px;
  padding: 17.5px 4px;
  text-align: center;
  -moz-appearance: none;
  -webkit-appearance: none;
}

@media (min-width: 1600px) {
  .woocommerce-cart div.quantity input.qty {
    width: 50px !important;
  }
}

.woocommerce-cart div.quantity .tm-qty-minus,
.woocommerce-cart div.quantity .tm-qty-plus {
  position: absolute;
  cursor: pointer;
  word-wrap: normal;
  padding: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  right: -32px;
}

.woocommerce-cart div.quantity .tm-qty-minus:before,
.woocommerce-cart div.quantity .tm-qty-plus: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 Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
}

.woocommerce-cart div.quantity .tm-qty-minus {
  bottom: 0;
  top: auto;
}

.woocommerce-cart div.quantity .tm-qty-minus:before {
  content: 'remove';
}

.woocommerce-cart div.quantity .tm-qty-plus {
  top: 0;
  bottom: auto;
}

.woocommerce-cart div.quantity .tm-qty-plus:before {
  content: 'add';
}

@media (max-width: 1400px) {
  .woocommerce-cart .position-one-left-sidebar.woocommerce table.shop_table, .woocommerce-cart .position-one-left-sidebar.woocommerce-page table.shop_table,
  .woocommerce-cart .position-one-right-sidebar.woocommerce table.shop_table,
  .woocommerce-cart .position-one-right-sidebar.woocommerce-page table.shop_table {
    border: 1px solid #e8e8f8;
  }
  .woocommerce-cart .position-one-left-sidebar.woocommerce table.shop_table.shop_table_responsive tbody tr td, .woocommerce-cart .position-one-left-sidebar.woocommerce-page table.shop_table.shop_table_responsive tbody tr td,
  .woocommerce-cart .position-one-right-sidebar.woocommerce table.shop_table.shop_table_responsive tbody tr td,
  .woocommerce-cart .position-one-right-sidebar.woocommerce-page table.shop_table.shop_table_responsive tbody tr td {
    display: block;
    text-align: right !important;
    padding: 15px 10px 11px 10px;
  }
  .woocommerce-cart .position-one-left-sidebar.woocommerce table.shop_table.shop_table_responsive tbody tr td:before, .woocommerce-cart .position-one-left-sidebar.woocommerce-page table.shop_table.shop_table_responsive tbody tr td:before,
  .woocommerce-cart .position-one-right-sidebar.woocommerce table.shop_table.shop_table_responsive tbody tr td:before,
  .woocommerce-cart .position-one-right-sidebar.woocommerce-page table.shop_table.shop_table_responsive tbody tr td:before {
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .woocommerce-cart .position-one-left-sidebar.woocommerce table.shop_table tbody tr td.product-subtotal,
  .woocommerce-cart .position-one-left-sidebar.woocommerce table.shop_table tbody tr td.product-quantity,
  .woocommerce-cart .position-one-left-sidebar.woocommerce table.shop_table tbody tr td.product-price, .woocommerce-cart .position-one-left-sidebar.woocommerce-page table.shop_table tbody tr td.product-subtotal,
  .woocommerce-cart .position-one-left-sidebar.woocommerce-page table.shop_table tbody tr td.product-quantity,
  .woocommerce-cart .position-one-left-sidebar.woocommerce-page table.shop_table tbody tr td.product-price,
  .woocommerce-cart .position-one-right-sidebar.woocommerce table.shop_table tbody tr td.product-subtotal,
  .woocommerce-cart .position-one-right-sidebar.woocommerce table.shop_table tbody tr td.product-quantity,
  .woocommerce-cart .position-one-right-sidebar.woocommerce table.shop_table tbody tr td.product-price,
  .woocommerce-cart .position-one-right-sidebar.woocommerce-page table.shop_table tbody tr td.product-subtotal,
  .woocommerce-cart .position-one-right-sidebar.woocommerce-page table.shop_table tbody tr td.product-quantity,
  .woocommerce-cart .position-one-right-sidebar.woocommerce-page table.shop_table tbody tr td.product-price {
    width: 100%;
  }
  .woocommerce-cart .position-one-left-sidebar.woocommerce table.shop_table tbody tr td.product-price,
  .woocommerce-cart .position-one-left-sidebar.woocommerce table.shop_table tbody tr td.product-quantity,
  .woocommerce-cart .position-one-left-sidebar.woocommerce table.shop_table tbody tr td.product-name, .woocommerce-cart .position-one-left-sidebar.woocommerce-page table.shop_table tbody tr td.product-price,
  .woocommerce-cart .position-one-left-sidebar.woocommerce-page table.shop_table tbody tr td.product-quantity,
  .woocommerce-cart .position-one-left-sidebar.woocommerce-page table.shop_table tbody tr td.product-name,
  .woocommerce-cart .position-one-right-sidebar.woocommerce table.shop_table tbody tr td.product-price,
  .woocommerce-cart .position-one-right-sidebar.woocommerce table.shop_table tbody tr td.product-quantity,
  .woocommerce-cart .position-one-right-sidebar.woocommerce table.shop_table tbody tr td.product-name,
  .woocommerce-cart .position-one-right-sidebar.woocommerce-page table.shop_table tbody tr td.product-price,
  .woocommerce-cart .position-one-right-sidebar.woocommerce-page table.shop_table tbody tr td.product-quantity,
  .woocommerce-cart .position-one-right-sidebar.woocommerce-page table.shop_table tbody tr td.product-name {
    border-right: none;
  }
  .woocommerce-cart .position-one-left-sidebar.woocommerce table.shop_table tbody tr td.product-price:before,
  .woocommerce-cart .position-one-left-sidebar.woocommerce table.shop_table tbody tr td.product-quantity:before,
  .woocommerce-cart .position-one-left-sidebar.woocommerce table.shop_table tbody tr td.product-name:before, .woocommerce-cart .position-one-left-sidebar.woocommerce-page table.shop_table tbody tr td.product-price:before,
  .woocommerce-cart .position-one-left-sidebar.woocommerce-page table.shop_table tbody tr td.product-quantity:before,
  .woocommerce-cart .position-one-left-sidebar.woocommerce-page table.shop_table tbody tr td.product-name:before,
  .woocommerce-cart .position-one-right-sidebar.woocommerce table.shop_table tbody tr td.product-price:before,
  .woocommerce-cart .position-one-right-sidebar.woocommerce table.shop_table tbody tr td.product-quantity:before,
  .woocommerce-cart .position-one-right-sidebar.woocommerce table.shop_table tbody tr td.product-name:before,
  .woocommerce-cart .position-one-right-sidebar.woocommerce-page table.shop_table tbody tr td.product-price:before,
  .woocommerce-cart .position-one-right-sidebar.woocommerce-page table.shop_table tbody tr td.product-quantity:before,
  .woocommerce-cart .position-one-right-sidebar.woocommerce-page table.shop_table tbody tr td.product-name:before {
    margin-top: 0;
  }
  .woocommerce-cart .position-one-left-sidebar.woocommerce table.shop_table tbody tr td.product-name a, .woocommerce-cart .position-one-left-sidebar.woocommerce-page table.shop_table tbody tr td.product-name a,
  .woocommerce-cart .position-one-right-sidebar.woocommerce table.shop_table tbody tr td.product-name a,
  .woocommerce-cart .position-one-right-sidebar.woocommerce-page table.shop_table tbody tr td.product-name a {
    max-width: none;
  }
  .woocommerce-cart .position-one-left-sidebar.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-cart .position-one-left-sidebar.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child,
  .woocommerce-cart .position-one-right-sidebar.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
  .woocommerce-cart .position-one-right-sidebar.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0;
  }
  .woocommerce-cart .position-one-left-sidebar.woocommerce table.shop_table_responsive tbody th,
  .woocommerce-cart .position-one-left-sidebar.woocommerce table.shop_table_responsive thead, .woocommerce-cart .position-one-left-sidebar.woocommerce-page table.shop_table_responsive tbody th,
  .woocommerce-cart .position-one-left-sidebar.woocommerce-page table.shop_table_responsive thead,
  .woocommerce-cart .position-one-right-sidebar.woocommerce table.shop_table_responsive tbody th,
  .woocommerce-cart .position-one-right-sidebar.woocommerce table.shop_table_responsive thead,
  .woocommerce-cart .position-one-right-sidebar.woocommerce-page table.shop_table_responsive tbody th,
  .woocommerce-cart .position-one-right-sidebar.woocommerce-page table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce-cart .position-one-left-sidebar.woocommerce table.shop_table_responsive tr, .woocommerce-cart .position-one-left-sidebar.woocommerce-page table.shop_table_responsive tr,
  .woocommerce-cart .position-one-right-sidebar.woocommerce table.shop_table_responsive tr,
  .woocommerce-cart .position-one-right-sidebar.woocommerce-page table.shop_table_responsive tr {
    display: block;
  }
  .woocommerce-cart .position-one-left-sidebar.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-cart .position-one-left-sidebar.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-cart .position-one-right-sidebar.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-cart .position-one-right-sidebar.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.025);
  }
  .woocommerce-cart .position-one-left-sidebar.woocommerce table.shop_table_responsive tr td:before, .woocommerce-cart .position-one-left-sidebar.woocommerce-page table.shop_table_responsive tr td:before,
  .woocommerce-cart .position-one-right-sidebar.woocommerce table.shop_table_responsive tr td:before,
  .woocommerce-cart .position-one-right-sidebar.woocommerce-page table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .woocommerce-cart .position-one-left-sidebar.woocommerce table.shop_table_responsive tr td.product-name, .woocommerce-cart .position-one-left-sidebar.woocommerce-page table.shop_table_responsive tr td.product-name,
  .woocommerce-cart .position-one-right-sidebar.woocommerce table.shop_table_responsive tr td.product-name,
  .woocommerce-cart .position-one-right-sidebar.woocommerce-page table.shop_table_responsive tr td.product-name {
    min-width: 100%;
    margin-left: 0;
  }
  .woocommerce-cart .position-one-left-sidebar.woocommerce table.shop_table_responsive tr td.product-name a, .woocommerce-cart .position-one-left-sidebar.woocommerce-page table.shop_table_responsive tr td.product-name a,
  .woocommerce-cart .position-one-right-sidebar.woocommerce table.shop_table_responsive tr td.product-name a,
  .woocommerce-cart .position-one-right-sidebar.woocommerce-page table.shop_table_responsive tr td.product-name a {
    margin-left: 0 !important;
  }
  .woocommerce-cart .position-one-left-sidebar.woocommerce table.shop_table_responsive tr td.actions:before
td.product-remove:before, .woocommerce-cart .position-one-left-sidebar.woocommerce-page table.shop_table_responsive tr td.actions:before
td.product-remove:before,
  .woocommerce-cart .position-one-right-sidebar.woocommerce table.shop_table_responsive tr td.actions:before
td.product-remove:before,
  .woocommerce-cart .position-one-right-sidebar.woocommerce-page table.shop_table_responsive tr td.actions:before
td.product-remove:before {
    display: none;
  }
  .woocommerce-cart .position-one-left-sidebar.woocommerce table.my_account_orders tr td.order-actions:before, .woocommerce-cart .position-one-left-sidebar.woocommerce-page table.my_account_orders tr td.order-actions:before,
  .woocommerce-cart .position-one-right-sidebar.woocommerce table.my_account_orders tr td.order-actions:before,
  .woocommerce-cart .position-one-right-sidebar.woocommerce-page table.my_account_orders tr td.order-actions:before {
    display: none;
  }
  .woocommerce-cart .position-one-left-sidebar.woocommerce table.cart,
  .woocommerce-cart .position-one-left-sidebar.woocommerce #content table.cart
.product-thumbnail, .woocommerce-cart .position-one-left-sidebar.woocommerce-page table.cart,
  .woocommerce-cart .position-one-left-sidebar.woocommerce-page #content table.cart
.product-thumbnail,
  .woocommerce-cart .position-one-right-sidebar.woocommerce table.cart,
  .woocommerce-cart .position-one-right-sidebar.woocommerce #content table.cart
.product-thumbnail,
  .woocommerce-cart .position-one-right-sidebar.woocommerce-page table.cart,
  .woocommerce-cart .position-one-right-sidebar.woocommerce-page #content table.cart
.product-thumbnail {
    display: none;
  }
}

.entry-content > .woocommerce {
  padding: 40px calc(40px - 15px) calc(40px - 30px) calc(40px - 15px);
}

.single-team-wrap {
  margin-top: -46px;
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce.widget_shopping_cart ul.cart_list li dl dd,
.woocommerce.widget_shopping_cart ul.cart_list li dl dd p:last-child,
.woocommerce.widget_shopping_cart ul.cart_list li dl dt {
  text-transform: none;
}

.woocommerce table.shop_table_responsive tr td.product-name,
.woocommerce-page table.shop_table_responsive tr td.product-name {
  text-align: left !important;
}

.woocommerce table.shop_table_responsive tr td.product-name a,
.woocommerce-page table.shop_table_responsive tr td.product-name a {
  line-height: 19px;
  margin-left: 4px !important;
}

.woocommerce-checkout-payment#payment ul.payment_methods li.woocommerce-notice {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-product-details__short-description {
  margin-bottom: 10px;
}

/**
 *
 * IMPORT STYLES FOR WOO-ELEMENTS
 *
 */
/**
 * product-category.scss
 * Governs the general look product category
 * integrate with WooCommerce specifically.
 *
 */
.products .product-category.product-list > a {
  width: auto;
}

.products .product-category > a {
  display: inline-block;
  position: relative;
  width: 100%;
}

@media (min-width: 544px) {
  .products .product-category > a {
    display: block;
    margin-bottom: 10px;
  }
}

.products .product-category > a img {
  display: block;
}

.products .product-category .title_count_block {
  text-align: left;
  padding: 5px 0 10px;
  margin-bottom: 12px;
}

@media (min-width: 544px) {
  .products .product-category .title_count_block {
    padding: 0 0 10px;
  }
}

.products .product-category .title_count_block .count {
  position: relative;
  top: -8px;
}

.products .product-category .title_count_block h3 {
  display: block;
  padding: 0;
  margin: 0;
  transition: 0.3s ease all;
}

.products .product-category .title_count_block h3:before {
  display: none;
}

.products .product-category .title_count_block a > span {
  font-size: 12px;
  line-height: 20px;
  transition: 0.3s ease all;
}

/**
 * product.scss
 * Governs the general look product
 * integrate with WooCommerce specifically.
 *
 */
.woocommerce {
  /**
 * Woo-elements
 * Woo Badges
 *
 */
}

.woocommerce .products .product span.onsale,
.woocommerce span.featured,
.woocommerce span.onsale,
.woocommerce span.new,
.woocommerce .wcvendors_sold_by_in_loop {
  padding: 2px 7px 1px;
  margin: 0;
  min-height: 0;
  min-width: 0;
  border-radius: 0;
  position: absolute;
  left: 20px;
  top: 20px;
  right: auto;
  font-size: 12px;
  line-height: 20px;
  max-height: 23px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-table;
  max-width: 60%;
  z-index: 2;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .woocommerce .products .product span.onsale,
  .woocommerce span.featured,
  .woocommerce span.onsale,
  .woocommerce span.new,
  .woocommerce .wcvendors_sold_by_in_loop {
    font-size: 8px;
    left: 10px;
  }
}

.woocommerce .wcvendors_sold_by_in_loop {
  top: 20px;
  bottom: auto;
  right: auto;
}

.woocommerce .wcvendors_sold_by_in_loop + br {
  display: none;
}

.woocommerce .featured ~ .wcvendors_sold_by_in_loop,
.woocommerce .onsale ~ .wcvendors_sold_by_in_loop,
.woocommerce .new ~ .wcvendors_sold_by_in_loop {
  top: 50px;
}

.woocommerce .products .product .price {
  max-width: 50%;
  width: 100%;
  float: right;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.woocommerce .products .product.product-list .price {
  float: none;
  text-align: left;
  max-width: 100%;
  margin-bottom: 13px;
}

.woocommerce .products .product .price,
.woocommerce div.product .woocommerce-variation-price span.price,
.woocommerce div.product span.price,
.woocommerce .price,
.woocommerce div.product p.price,
.woocommerce.widget .woocs_price_code {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
}

.woocommerce .products .product .price ins,
.woocommerce div.product .woocommerce-variation-price span.price ins,
.woocommerce div.product span.price ins,
.woocommerce .price ins,
.woocommerce div.product p.price ins,
.woocommerce.widget .woocs_price_code ins {
  font-size: 16px;
  font-weight: 500;
  border: none;
  font-style: normal;
}

.woocommerce .products .product .price del,
.woocommerce div.product .woocommerce-variation-price span.price del,
.woocommerce div.product span.price del,
.woocommerce .price del,
.woocommerce div.product p.price del,
.woocommerce.widget .woocs_price_code del {
  font-size: 12px;
  font-weight: 500;
  opacity: 1;
  display: block;
}

.woocommerce .products .product.product-list .price ins {
  font-size: 30px;
  font-weight: 600;
}

.woocommerce .products .product.product-list .price del {
  display: block;
  margin-top: 7px;
}

.woocommerce.add_to_cart_inline {
  padding: 40px !important;
  border: none !important;
  margin-bottom: 13px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.woocommerce.add_to_cart_inline .ajax_add_to_cart,
.woocommerce.add_to_cart_inline .add_to_cart_button {
  margin: 10px 0;
}

.woocommerce.add_to_cart_inline .ajax_add_to_cart.loading, .woocommerce.add_to_cart_inline .ajax_add_to_cart.added,
.woocommerce.add_to_cart_inline .add_to_cart_button.loading,
.woocommerce.add_to_cart_inline .add_to_cart_button.added {
  opacity: 1;
  padding-left: 50px;
  padding-right: 30px;
}

.woocommerce.add_to_cart_inline .ajax_add_to_cart.loading:after, .woocommerce.add_to_cart_inline .ajax_add_to_cart.added:after,
.woocommerce.add_to_cart_inline .add_to_cart_button.loading:after,
.woocommerce.add_to_cart_inline .add_to_cart_button.added:after {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
}

.woocommerce.add_to_cart_inline .ajax_add_to_cart.added:after,
.woocommerce.add_to_cart_inline .add_to_cart_button.added:after {
  content: '\e934';
  display: block;
  margin-left: 0;
}

/**
 * Woo-elements
 * Remove woocommerce grid system
 *
 */
.products.row,
.shop_wrapper .products.row,
.page-description .woocommerce .products.row {
  clear: both;
}

/**
 * Woo-elements
 * Styles for listing layout products
 *
 */
.products .product {
  text-align: left;
}

@media (min-width: 768px) {
  .products .product {
    padding-bottom: 20px;
  }
}

.products .product.col-xl-2 {
  margin-bottom: 20px;
}

.products .product .wishlist_compare_button_block {
  z-index: 1;
}

.products .product:hover .product-content-inner {
  opacity: 1;
  visibility: visible;
}

.products .product:hover .wishlist_compare_button_block {
  z-index: 1;
}

.products .product:hover .wishlist_compare_button_block button,
.products .product:hover .wishlist_compare_button_block .tm-quick-view {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
  opacity: 1;
}

@media (min-width: 768px) {
  .products .product {
    padding-bottom: 0;
  }
}

.products .product .block_product_content {
  position: relative;
}

.products .product .ajax_add_to_cart,
.products .product .add_to_cart_button {
  box-sizing: border-box;
  margin-right: 10px;
}

.products .product .ajax_add_to_cart.product_type_variable,
.products .product .add_to_cart_button.product_type_variable {
  padding: 15px 28px 15px;
  line-height: 11px;
}

.products .product .ajax_add_to_cart.loading, .products .product .ajax_add_to_cart.added,
.products .product .add_to_cart_button.loading,
.products .product .add_to_cart_button.added {
  opacity: 1;
  padding-left: 50px;
  padding-right: 30px;
}

.products .product .ajax_add_to_cart.loading:after, .products .product .ajax_add_to_cart.added:after,
.products .product .add_to_cart_button.loading:after,
.products .product .add_to_cart_button.added:after {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
}

.products .product .ajax_add_to_cart.added:after,
.products .product .add_to_cart_button.added:after {
  content: '\e934';
  display: block;
  margin-left: 0;
}

.products .product .ajax_add_to_cart:after,
.products .product .add_to_cart_button:after {
  display: none;
}

.products .product-content-inner {
  transition: .3s ease-out;
  padding-top: 12px;
}

@media (min-width: 768px) {
  .products .product-content-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
  .products .product-content-inner .wishlist_compare_button_block {
    padding-top: 14px;
    padding-bottom: 15px;
  }
  .products .product-content-inner .wishlist_compare_button_block .tm-quick-view {
    transition: .3s;
    transition-delay: .1s;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
        transform: translateY(100%);
  }
  .products .product-content-inner .wishlist_compare_button_block button {
    transition: .3s;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
        transform: translateY(100%);
  }
  .products .product-content-inner .wishlist_compare_button_block button:nth-child(2) {
    transition-delay: 0.2s !important;
  }
  .products .product-content-inner .wishlist_compare_button_block button:nth-child(3) {
    transition-delay: .3s;
  }
  .products .product-content-inner .wishlist_compare_button_block button.loading:after {
    top: 0;
    right: 0;
  }
  .products .product-content-inner .wishlist_compare_button_block button:hover {
    transition-delay: 0s;
  }
}

.widget-area:not(.sidebar) .products .product-content-inner,
.content-area .products .product-content-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
}

@media (min-width: 768px) {
  .widget-area:not(.sidebar) .products .product-content-inner,
  .content-area .products .product-content-inner {
    padding-bottom: 90px;
  }
}

@media (min-width: 1200px) {
  .widget-area:not(.sidebar) .products .product-content-inner,
  .content-area .products .product-content-inner {
    padding-bottom: 60px;
  }
}

.sidebar .products .product .block_product_content br {
  display: none;
}

.sidebar .products .product .product-content-inner {
  position: static;
  opacity: 1;
  visibility: visible;
}

.sidebar .products .product .product-content-inner .ajax_add_to_cart,
.sidebar .products .product .product-content-inner .add_to_cart_button {
  display: inline-block;
  max-width: 100%;
  margin-top: 10px;
  overflow: hidden;
}

.sidebar .products .product .product-content-inner .wishlist_compare_button_block button,
.sidebar .products .product .product-content-inner .wishlist_compare_button_block .tm-quick-view {
  opacity: 1;
  transition-delay: .2s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.sidebar .products .product .product-content-inner .wishlist_compare_button_block button:nth-child(2),
.sidebar .products .product .product-content-inner .wishlist_compare_button_block .tm-quick-view:nth-child(2) {
  transition-delay: .2s;
}

.sidebar .products .product .product-content-inner .wishlist_compare_button_block button:nth-child(3),
.sidebar .products .product .product-content-inner .wishlist_compare_button_block .tm-quick-view:nth-child(3) {
  transition-delay: .2s;
}

.products .product h3 {
  padding-top: 0;
  max-width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 0;
}

.products .product h3:before {
  display: none;
}

.products .product .block_product_thumbnail {
  position: relative;
  margin-bottom: 6px;
  display: inline-block;
}

.products .product .block_product_thumbnail img {
  display: block;
  width: 100%;
}

@media (min-width: 544px) {
  .products .product .block_product_thumbnail {
    display: block;
  }
}

@media (max-width: 543px) {
  .products .product .block_product_thumbnail {
    width: 100%;
  }
}

.products .product .block_product_content {
  padding-bottom: 12px;
}

@media (min-width: 768px) {
  .sidebar .products .product .block_product_content,
  .tm_pb_column_1_4 .products .product .block_product_content,
  .tm_pb_column_1_3 .products .product .block_product_content,
  .footer-area:not(.footer-area--fullwidth) .products .product .block_product_content,
  .after-loop-area .products .product .block_product_content {
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .products .product .block_product_content {
    padding-bottom: 30px;
  }
}

.products .product .product-categories,
.products .product .product-widget-tags {
  width: 100%;
}

.products .product .product-categories li,
.products .product .product-widget-tags li {
  font-size: 12px;
  line-height: 20px;
}

.products .product .product-categories li:after,
.products .product .product-widget-tags li:after {
  content: ",";
}

.products .product .product-categories li:last-child:after,
.products .product .product-widget-tags li:last-child:after {
  display: none;
}

.products .product .product-categories,
.products .product .product-widget-tags {
  text-align: left;
  margin-bottom: -3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100px;
  min-width: 100%;
}

.products .product .product-categories li,
.products .product .product-widget-tags li {
  display: inline;
  font-size: 12px;
  line-height: 20px;
}

.products .product .product-categories li:after,
.products .product .product-widget-tags li:after {
  content: ",";
}

.products .product .product-categories li:last-child:after,
.products .product .product-widget-tags li:last-child:after {
  display: none;
}

.products .product.product-list {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
  width: 100%;
}

@media (min-width: 1200px) {
  .products .product.product-list a.button {
    padding: 22px 39px;
  }
  .products .product.product-list a.button.loading, .products .product.product-list a.button.added {
    padding: 22px 40px 22px 65px;
  }
  .products .product.product-list a.button.loading:after, .products .product.product-list a.button.added:after {
    left: 35px;
  }
}

.products .product.product-list .block_product_thumbnail {
  margin: 0 0 30px 0;
}

@media (min-width: 768px) {
  .products .product.product-list .block_product_thumbnail {
    margin: 0 0 20px 0;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .products .product.product-list .block_product_thumbnail {
    float: left;
    max-width: 50%;
  }
}

.products .product.product-list .block_product_content {
  text-align: left;
  padding-left: 0;
}

@media (min-width: 1200px) {
  .products .product.product-list .block_product_content {
    overflow: hidden;
    padding-left: 40px;
  }
}

.products .product.product-list .product-categories {
  text-align: left;
  margin: -10px 0 12px 0;
  max-width: 100%;
  width: 50%;
}

.products .product.product-list h3 {
  margin-bottom: 3px;
}

.products .product.product-list .price {
  font-size: 30px;
}

.products .product.product-list .star-rating {
  margin: 0 0 1em 0;
}

@media (min-width: 768px) {
  .products .product.product-list .star-rating {
    margin: 0 0 18px 0;
  }
}

.products .product.product-list .desc_products_listing_line {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 1em 0;
}

@media (min-width: 768px) {
  .products .product.product-list .desc_products_listing_line {
    margin: 0 0 17px 0;
  }
}

.products .product.product-list .wishlist_compare_button_block {
  position: static;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .products .product.product-list .wishlist_compare_button_block {
    padding-top: 25px;
  }
}

.products .product.product-list .wishlist_compare_button_block button.button.btn, .products .product.product-list .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-wc-ajax-filters-reset, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .products .product.product-list .wishlist_compare_button_block button.button.tm-wc-ajax-filters-reset,
.products .product.product-list .wishlist_compare_button_block button {
  display: inline-block;
  margin: 0 25px 0 0;
}

.products .product.product-list.product-category {
  text-align: left;
}

.products .product.product-list.product-category > .block_product_inner > a,
.products .product.product-list.product-category > a {
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .products .product.product-list.product-category > .block_product_inner > a,
  .products .product.product-list.product-category > a {
    float: left;
    margin: 0 50px 0 0;
  }
}

.products .product.product-list.product-category .title_count_block {
  text-align: left;
  padding: 0 0 20px 0;
  overflow: hidden;
}

.products .product.product-list.product-category .title_count_block h3 {
  display: block;
}

.products .product.product-list.product-category .title_count_block a {
  display: inline-block;
}

.products .product.product-list.product-category .product-category__description {
  overflow: hidden;
  padding-bottom: 20px;
}

.product-categories, .product-widget-tags {
  text-transform: capitalize;
}

.cross-sells .product .product-content-inner,
.content-area .product .product-content-inner,
.widget-area:not(.sidebar) .product .product-content-inner,
#tm_builder_outer_content .product .product-content-inner {
  width: 100%;
}

.cross-sells .product .product-content-inner .ajax_add_to_cart,
.cross-sells .product .product-content-inner .add_to_cart_button,
.content-area .product .product-content-inner .ajax_add_to_cart,
.content-area .product .product-content-inner .add_to_cart_button,
.widget-area:not(.sidebar) .product .product-content-inner .ajax_add_to_cart,
.widget-area:not(.sidebar) .product .product-content-inner .add_to_cart_button,
#tm_builder_outer_content .product .product-content-inner .ajax_add_to_cart,
#tm_builder_outer_content .product .product-content-inner .add_to_cart_button {
  margin-bottom: 15px;
  width: 100%;
}

@media (min-width: 768px) {
  .cross-sells .product .product-content-inner .ajax_add_to_cart,
  .cross-sells .product .product-content-inner .add_to_cart_button,
  .content-area .product .product-content-inner .ajax_add_to_cart,
  .content-area .product .product-content-inner .add_to_cart_button,
  .widget-area:not(.sidebar) .product .product-content-inner .ajax_add_to_cart,
  .widget-area:not(.sidebar) .product .product-content-inner .add_to_cart_button,
  #tm_builder_outer_content .product .product-content-inner .ajax_add_to_cart,
  #tm_builder_outer_content .product .product-content-inner .add_to_cart_button {
    margin-bottom: 0;
    width: auto;
    transition-delay: .2s;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
        transform: translateY(10px);
  }
  .cross-sells .product:hover .product-content-inner .ajax_add_to_cart,
  .cross-sells .product:hover .product-content-inner .add_to_cart_button,
  .content-area .product:hover .product-content-inner .ajax_add_to_cart,
  .content-area .product:hover .product-content-inner .add_to_cart_button,
  .widget-area:not(.sidebar) .product:hover .product-content-inner .ajax_add_to_cart,
  .widget-area:not(.sidebar) .product:hover .product-content-inner .add_to_cart_button,
  #tm_builder_outer_content .product:hover .product-content-inner .ajax_add_to_cart,
  #tm_builder_outer_content .product:hover .product-content-inner .add_to_cart_button {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
}

.stock {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 10px;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
}

/**
 * Woo-elements
 * Styles for sale and date product
 *
 */
@media (min-width: 768px) and (max-width: 991px) {
  .tm_pb_column .tm-products-sale-end-date {
    left: 0;
    right: 0;
  }
}

.tm-products-sale-end-date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: block;
  text-align: center;
  padding: 15px;
  z-index: 2;
}

@media (max-width: 1499px) {
  .tm-products-sale-end-date {
    padding: 5px;
    left: 0;
    bottom: -2px;
    right: 0;
  }
}

.tm-products-sale-end-date span {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  width: calc((100% - 40px) / 3);
  max-width: 50px;
  font-weight: 600;
  font-style: normal;
  text-transform: capitalize;
  margin: 0 4px;
}

@media (min-width: 1500px) {
  .tm-products-sale-end-date span {
    font-size: 30px;
  }
}

.tm-products-sale-end-date span + span:before {
  content: ':';
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.tm-products-sale-end-date span i {
  font-size: .4em;
  line-height: 1;
  display: block;
  font-style: normal;
}

.tm-products-carousel-widget-container .tm-products-sale-end-date {
  padding: 15px 15px 11px 15px;
}

.tm_builder_outer_content .woocommerce ul.products li.product,
.tm_builder_outer_content .woocommerce-page ul.products li.product {
  margin-bottom: 0;
}

.woocommerce-ordering + .products.row {
  padding-top: 53px;
}

#woo-main .product {
  margin-top: 0;
}

@media (min-width: 544px) {
  .tm-wc-ajax-products-wrapper .products .product .block_product_content {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .sidebar .product .block_product_content .wishlist_compare_button_block {
    margin-top: 15px;
  }
}

.tm-thumbs-wrap.effect-fade .tm-thumbs-wrap__inner > img:first-of-type {
  z-index: 1 !important;
}

/**
 * Woo-elements
 * Styles for compare and wishlist
 *
 */
.woocommerce .product.hentry {
  margin-top: 0;
}

.woocommerce .product .tm-woocompare-page-button.button.alt,
.woocommerce .product .tm-woowishlist-page-button.button.btn,
.woocommerce .product .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-woowishlist-page-button.button.tm-wc-ajax-filters-reset, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper
.woocommerce .product .tm-woowishlist-page-button.button.tm-wc-ajax-filters-reset {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 20px 0 5px;
  line-height: 30px;
  padding: 0;
  background: transparent;
  border: none;
  font-weight: 400;
}

.woocommerce .product .tm-woocompare-page-button.button.alt:after,
.woocommerce .product .tm-woowishlist-page-button.button.btn:after,
.woocommerce .product .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-woowishlist-page-button.button.tm-wc-ajax-filters-reset:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper
.woocommerce .product .tm-woowishlist-page-button.button.tm-wc-ajax-filters-reset:after {
  display: block;
  content: '';
}

.woocommerce .product .tm-woocompare-page-button.button.alt:hover,
.woocommerce .product .tm-woowishlist-page-button.button.btn:hover,
.woocommerce .product .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-woowishlist-page-button.button.tm-wc-ajax-filters-reset:hover, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper
.woocommerce .product .tm-woowishlist-page-button.button.tm-wc-ajax-filters-reset:hover {
  background: transparent;
  border: none;
}

.woocommerce.single-product .summary .wishlist_compare_button_block,
.woocommerce .single-product .summary .wishlist_compare_button_block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.woocommerce.single-product .summary .wishlist_compare_button_block button.button.btn, .woocommerce.single-product .summary .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-wc-ajax-filters-reset, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.single-product .summary .wishlist_compare_button_block button.button.tm-wc-ajax-filters-reset,
.woocommerce .single-product .summary .wishlist_compare_button_block button.button.btn,
.woocommerce .single-product .summary .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-wc-ajax-filters-reset, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper
.woocommerce .single-product .summary .wishlist_compare_button_block button.button.tm-wc-ajax-filters-reset {
  margin: 0 5px;
  display: inline-block;
}

.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.btn, .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-wc-ajax-filters-reset, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.tm-wc-ajax-filters-reset,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view-btn, .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.btn, .woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-wc-ajax-filters-reset, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.tm-wc-ajax-filters-reset,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view-btn {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 12px 0 12px;
  background: transparent;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  overflow: visible;
  border: none;
}

.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.btn:first-child, .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-wc-ajax-filters-reset:first-child, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.tm-wc-ajax-filters-reset:first-child,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view:first-child,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view-btn:first-child, .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.btn:first-child, .woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-wc-ajax-filters-reset:first-child, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.tm-wc-ajax-filters-reset:first-child,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view:first-child,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view-btn:first-child {
  margin-left: 0;
}

.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.btn:hover, .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-wc-ajax-filters-reset:hover, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.tm-wc-ajax-filters-reset:hover,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view:hover,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view-btn:hover, .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.btn:hover, .woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-wc-ajax-filters-reset:hover, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.tm-wc-ajax-filters-reset:hover,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view:hover,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view-btn:hover {
  background: transparent;
}

.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.btn span.text, .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-wc-ajax-filters-reset span.text, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.tm-wc-ajax-filters-reset span.text,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view span.text,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view-btn span.text, .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.btn span.text, .woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-wc-ajax-filters-reset span.text, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.tm-wc-ajax-filters-reset span.text,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view span.text,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view-btn span.text {
  display: none;
}

.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.btn:hover span.text, .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-wc-ajax-filters-reset:hover span.text, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.tm-wc-ajax-filters-reset:hover span.text,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view:hover span.text,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view-btn:hover span.text, .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.btn:hover span.text, .woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-wc-ajax-filters-reset:hover span.text, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.tm-wc-ajax-filters-reset:hover span.text,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view:hover span.text,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view-btn:hover span.text {
  opacity: 1;
  visibility: visible;
  top: -25px;
}

.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.btn:after, .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-wc-ajax-filters-reset:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.tm-wc-ajax-filters-reset:after,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view:after,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view-btn:after, .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.btn:after, .woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-wc-ajax-filters-reset:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.tm-wc-ajax-filters-reset:after,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view:after,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view-btn:after {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.btn:before, .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-wc-ajax-filters-reset:before, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.tm-wc-ajax-filters-reset:before,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view:before,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view-btn:before, .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.btn:before, .woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-wc-ajax-filters-reset:before, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.tm-wc-ajax-filters-reset:before,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view:before,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view-btn:before {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 30px;
  margin: -15px 0 0 -15px;
  -webkit-animation: 1.5s linear infinite spinner;
  animation: 1.5s linear infinite spinner;
}

.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.btn.loading:after, .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.loading.tm-wc-ajax-filters-reset:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.loading.tm-wc-ajax-filters-reset:after,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view.loading:after,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view-btn.loading:after, .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.btn.loading:after, .woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.loading.tm-wc-ajax-filters-reset:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.loading.tm-wc-ajax-filters-reset:after,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view.loading:after,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view-btn.loading:after {
  opacity: 0;
}

.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.btn.loading:before, .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.loading.tm-wc-ajax-filters-reset:before, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.loading.tm-wc-ajax-filters-reset:before,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view.loading:before,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view-btn.loading:before, .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.btn.loading:before, .woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.loading.tm-wc-ajax-filters-reset:before, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.loading.tm-wc-ajax-filters-reset:before,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view.loading:before,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view-btn.loading:before {
  opacity: 1;
}

.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.btn.tm-woocompare-button:after, .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woocompare-button.tm-wc-ajax-filters-reset:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.tm-woocompare-button.tm-wc-ajax-filters-reset:after,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view.tm-woocompare-button:after,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view-btn.tm-woocompare-button:after, .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.btn.tm-woocompare-button:after, .woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woocompare-button.tm-wc-ajax-filters-reset:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.tm-woocompare-button.tm-wc-ajax-filters-reset:after,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view.tm-woocompare-button:after,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view-btn.tm-woocompare-button:after {
  content: "\e839";
}

.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.btn.tm-woocompare-button.in_compare:after, .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woocompare-button.in_compare.tm-wc-ajax-filters-reset:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.tm-woocompare-button.in_compare.tm-wc-ajax-filters-reset:after,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view.tm-woocompare-button.in_compare:after,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view-btn.tm-woocompare-button.in_compare:after, .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.btn.tm-woocompare-button.in_compare:after, .woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woocompare-button.in_compare.tm-wc-ajax-filters-reset:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.tm-woocompare-button.in_compare.tm-wc-ajax-filters-reset:after,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view.tm-woocompare-button.in_compare:after,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view-btn.tm-woocompare-button.in_compare:after {
  content: "\e934";
  margin: 0;
}

.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.btn.tm-woocompare-button.loading, .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woocompare-button.loading.tm-wc-ajax-filters-reset, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.tm-woocompare-button.loading.tm-wc-ajax-filters-reset,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view.tm-woocompare-button.loading,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view-btn.tm-woocompare-button.loading, .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.btn.tm-woocompare-button.loading, .woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woocompare-button.loading.tm-wc-ajax-filters-reset, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.tm-woocompare-button.loading.tm-wc-ajax-filters-reset,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view.tm-woocompare-button.loading,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view-btn.tm-woocompare-button.loading {
  opacity: 1;
}

.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.btn.tm-woocompare-button.loading:before, .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woocompare-button.loading.tm-wc-ajax-filters-reset:before, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.tm-woocompare-button.loading.tm-wc-ajax-filters-reset:before,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view.tm-woocompare-button.loading:before,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view-btn.tm-woocompare-button.loading:before, .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.btn.tm-woocompare-button.loading:before, .woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woocompare-button.loading.tm-wc-ajax-filters-reset:before, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.tm-woocompare-button.loading.tm-wc-ajax-filters-reset:before,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view.tm-woocompare-button.loading:before,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view-btn.tm-woocompare-button.loading:before {
  content: "\e8dd";
  width: 30px;
  height: 30px;
}

.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.btn.tm-woowishlist-button:after, .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woowishlist-button.tm-wc-ajax-filters-reset:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.tm-woowishlist-button.tm-wc-ajax-filters-reset:after,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view.tm-woowishlist-button:after,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view-btn.tm-woowishlist-button:after, .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.btn.tm-woowishlist-button:after, .woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woowishlist-button.tm-wc-ajax-filters-reset:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.tm-woowishlist-button.tm-wc-ajax-filters-reset:after,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view.tm-woowishlist-button:after,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view-btn.tm-woowishlist-button:after {
  content: "\e68c";
}

.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.btn.tm-woowishlist-button.in_wishlist:after, .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woowishlist-button.in_wishlist.tm-wc-ajax-filters-reset:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.tm-woowishlist-button.in_wishlist.tm-wc-ajax-filters-reset:after,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view.tm-woowishlist-button.in_wishlist:after,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view-btn.tm-woowishlist-button.in_wishlist:after, .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.btn.tm-woowishlist-button.in_wishlist:after, .woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woowishlist-button.in_wishlist.tm-wc-ajax-filters-reset:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.tm-woowishlist-button.in_wishlist.tm-wc-ajax-filters-reset:after,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view.tm-woowishlist-button.in_wishlist:after,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view-btn.tm-woowishlist-button.in_wishlist:after {
  content: "\e934";
  margin: 0;
}

.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.btn.tm-woowishlist-button.loading, .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woowishlist-button.loading.tm-wc-ajax-filters-reset, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.tm-woowishlist-button.loading.tm-wc-ajax-filters-reset,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view.tm-woowishlist-button.loading,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view-btn.tm-woowishlist-button.loading, .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.btn.tm-woowishlist-button.loading, .woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woowishlist-button.loading.tm-wc-ajax-filters-reset, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.tm-woowishlist-button.loading.tm-wc-ajax-filters-reset,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view.tm-woowishlist-button.loading,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view-btn.tm-woowishlist-button.loading {
  opacity: 1;
}

.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.btn.tm-woowishlist-button.loading:before, .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woowishlist-button.loading.tm-wc-ajax-filters-reset:before, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block button.button.tm-woowishlist-button.loading.tm-wc-ajax-filters-reset:before,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view.tm-woowishlist-button.loading:before,
.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view-btn.tm-woowishlist-button.loading:before, .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.btn.tm-woowishlist-button.loading:before, .woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woowishlist-button.loading.tm-wc-ajax-filters-reset:before, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.woostroid_widget_products .wishlist_compare_button_block button.button.tm-woowishlist-button.loading.tm-wc-ajax-filters-reset:before,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view.tm-woowishlist-button.loading:before,
.woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view-btn.tm-woowishlist-button.loading:before {
  content: "\e8dd";
  width: 30px;
  height: 30px;
}

.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view, .woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view {
  line-height: 0;
  display: inline-block;
  margin-left: 10px;
  margin-top: -1px;
}

.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view .tm-quick-view-btn, .woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view .tm-quick-view-btn {
  margin: 0;
}

.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view-btn, .woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view-btn {
  position: relative;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 0;
}

.woocommerce .product > div:not(.single_product_wrapper) .wishlist_compare_button_block .tm-quick-view-btn:after, .woocommerce.woostroid_widget_products .wishlist_compare_button_block .tm-quick-view-btn:after {
  display: block;
  content: '\e6a5';
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 21px;
}

/*
* Styles for Wishlist & Compare pages
*
*/
.tm-woowishlist .tm-woocomerce-list__product-title a,
.tm-woocompare-list .tm-woocomerce-list__product-title a {
  text-decoration: none;
  text-transform: uppercase;
  max-width: 240px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

.tm-woowishlist .price,
.tm-woocompare-list .price {
  font-size: 18px;
  font-weight: 600;
}

.tm-woowishlist .price ins,
.tm-woocompare-list .price ins {
  font-weight: 600;
}

.tm-woowishlist .price del,
.tm-woocompare-list .price del {
  display: block;
  font-size: 12px;
}

.tm-woowishlist .add_to_cart_button.button.loading, .tm-woowishlist .add_to_cart_button.button.added,
.tm-woocompare-list .add_to_cart_button.button.loading,
.tm-woocompare-list .add_to_cart_button.button.added {
  opacity: 1;
  padding-left: 50px;
  padding-right: 30px;
}

.tm-woowishlist .add_to_cart_button.button.loading:after, .tm-woowishlist .add_to_cart_button.button.added:after,
.tm-woocompare-list .add_to_cart_button.button.loading:after,
.tm-woocompare-list .add_to_cart_button.button.added:after {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
}

.tm-woowishlist .add_to_cart_button.button.added:after,
.tm-woocompare-list .add_to_cart_button.button.added:after {
  content: '\e934';
  display: block;
  margin-left: 0;
}

.tm-woowishlist .add_to_cart_button.button:after,
.tm-woocompare-list .add_to_cart_button.button:after {
  display: none;
}

.tm-woowishlist-remove,
.tm-woocompare-remove {
  top: 10px;
  right: 10px;
  transition: .3s;
}

.tm-woowishlist-remove:before,
.tm-woocompare-remove:before {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e935';
  font-size: 22px;
  line-height: 1em;
}

.tm-woowishlist-remove:hover,
.tm-woocompare-remove:hover {
  opacity: .7;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.tm-woowishlist-remove .dashicons,
.tm-woocompare-remove .dashicons {
  display: none;
}

.tm-woowishlist {
  padding: 10px 0 50px;
  position: relative;
  overflow: hidden;
}

.tm-woowishlist .tm-woowishlist-item {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  padding-top: 40px;
  margin-bottom: 0;
}

.tm-woowishlist .tm-woowishlist-item:after {
  width: 10000px;
  left: 50%;
  top: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  border-bottom: 1px solid #e8e8f8;
}

@media (min-width: 768px) {
  .tm-woowishlist .tm-woowishlist-item {
    padding-left: 65px;
    padding-bottom: 90px;
  }
  .tm-woowishlist .tm-woowishlist-item img {
    float: left;
  }
  .tm-woowishlist .tm-woowishlist-item .tm-woowishlist-remove {
    left: 0;
    right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .tm-woowishlist .tm-woowishlist-item .tm-woowishlist-remove:hover {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
  }
}

@media (max-width: 767px) {
  .tm-woowishlist .tm-woowishlist-item .tm-woocomerce-list__product-image {
    float: none;
    margin: auto;
  }
}

.tm-woowishlist .tm-woowishlist-item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tm-woowishlist .tm-woowishlist-item .wrap_elements {
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px 0;
}

@media (min-width: 992px) {
  .tm-woowishlist .tm-woowishlist-item .wrap_elements {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding-left: 40px;
    padding-top: 4.5em;
  }
  .tm-woowishlist .tm-woowishlist-item .wrap_elements > * {
    margin: 20px 0;
  }
  .tm-woowishlist .tm-woowishlist-item .wrap_elements .tm-woocomerce-list__product-title {
    line-height: 0.8;
  }
  .tm-woowishlist .tm-woowishlist-item .wrap_elements .price {
    text-align: left;
  }
}

.tm-woowishlist .tm-woowishlist-item .product_type_variable:after {
  display: none;
}

.tm-woowishlist .tm-woowishlist-item .price {
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product {
  padding-top: 25px;
}

.tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woowishlist-remove {
  top: 0;
}

.tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product h3 {
  margin-bottom: 10px;
}

.tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image {
  float: none;
  margin-bottom: 20px;
}

@media (min-width: 544px) {
  .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image {
    float: left;
    margin: 0 20px 10px 0;
  }
}

.tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product div:not(class) {
  overflow: hidden;
}

.tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product div:not(class) .price {
  margin-bottom: 20px;
}

.tm-woocompare-list table.tm-woocompare-table {
  border-top: 1px solid #e8e8f8;
  border-bottom: 1px solid #e8e8f8;
  border-left: 1px solid #e8e8f8;
  margin: 0;
  table-layout: auto;
}

@media (min-width: 544px) {
  .tm-woocompare-list table.tm-woocompare-table {
    border-left: none;
  }
}

.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-cell {
  border-left: 1px solid #e8e8f8 !important;
}

.tm-woocompare-list table.tm-woocompare-table thead th,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-cell,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row {
  background-color: transparent;
  padding: 0 10%;
}

@media (min-width: 544px) {
  .tm-woocompare-list table.tm-woocompare-table thead th,
  .tm-woocompare-list table.tm-woocompare-table .tm-woocompare-cell,
  .tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row {
    padding: 0 50px;
  }
}

@media (min-width: 768px) {
  .tm-woocompare-list table.tm-woocompare-table thead th,
  .tm-woocompare-list table.tm-woocompare-table .tm-woocompare-cell,
  .tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row {
    padding: 0 100px;
  }
}

.tm-woocompare-list table.tm-woocompare-table thead th .price,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-cell .price,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row .price {
  margin-top: 10px;
}

.tm-woocompare-list table.tm-woocompare-table thead th .tm-woocompare-heading-cell,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-cell .tm-woocompare-heading-cell,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row .tm-woocompare-heading-cell {
  border-right: 1px solid #e8e8f8 !important;
  border-left: none !important;
  width: 140px;
  display: none;
}

@media (min-width: 544px) {
  .tm-woocompare-list table.tm-woocompare-table thead th .tm-woocompare-heading-cell,
  .tm-woocompare-list table.tm-woocompare-table .tm-woocompare-cell .tm-woocompare-heading-cell,
  .tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row .tm-woocompare-heading-cell {
    display: table-cell;
  }
}

.tm-woocompare-list table.tm-woocompare-table thead th .tm-woocomerce-list__product-title,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-cell .tm-woocomerce-list__product-title,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row .tm-woocomerce-list__product-title {
  padding-top: 15px;
}

.tm-woocompare-list table.tm-woocompare-table thead th .tm-woocomerce-list__product-title a,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-cell .tm-woocomerce-list__product-title a,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row .tm-woocomerce-list__product-title a {
  max-width: 180px;
}

.tm-woocompare-list table.tm-woocompare-table thead th .button,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-cell .button,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row .button {
  margin: 10px 0;
}

.tm-woocompare-list table.tm-woocompare-table thead th .tm-woocompare-remove,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-cell .tm-woocompare-remove,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row .tm-woocompare-remove {
  right: auto;
  top: 10px;
  left: 10px;
}

@media (min-width: 768px) {
  .tm-woocompare-list table.tm-woocompare-table thead th .tm-woocompare-remove,
  .tm-woocompare-list table.tm-woocompare-table .tm-woocompare-cell .tm-woocompare-remove,
  .tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row .tm-woocompare-remove {
    top: 40px;
    left: 40px;
  }
}

.tm-woocompare-list table.tm-woocompare-table tbody .tm-woocompare-row:last-child .tm-woocompare-cell {
  padding-bottom: 30px;
}

.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row .title {
  padding: 0 10px;
}

.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row .tm-woocompare-cell {
  font-size: 12px;
}

.tm-woocompare-list .tm-woocomerce-list__product-image {
  padding: 40px 0 10px 0;
}

.woocommerce .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  border: none;
  box-shadow: none;
  background: none;
  opacity: 1;
  width: 30px;
  height: 30px;
  padding: 0;
}

.woocommerce .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:active, .woocommerce .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:focus {
  box-shadow: none !important;
}

.woocommerce .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:before {
  display: none;
}

.woocommerce .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:after {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 30px;
}

.woocommerce .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:after {
  content: "\e93b";
}

.woocommerce .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:after {
  content: "\e93c";
}

.tm-woocompare-wrapper {
  padding: 10px 0 50px;
}

.tm-woocompare-wrapper .tablesaw-advance {
  padding-bottom: 0;
  margin-top: -30px;
  overflow: hidden;
}

.tm-woocompare-widget-wrapper .tm-woocompare-widget-products {
  padding-bottom: 20px;
}

.tm-woocompare-widget-wrapper .tm-woocompare-widget-product {
  margin-bottom: 0;
  padding-top: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
          align-content: flex-start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocompare-remove {
  top: 0;
}

.tm-woocompare-widget-wrapper h3 {
  -webkit-flex: 1 1 100px;
  -moz-flex: 1 1 100px;
  -ms-flex: 1 1 100px;
  flex: 1 1 100px;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 10px;
  padding-left: 20px;
}

.tm-woocompare-widget-wrapper .tm-woocomerce-list__product-image {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.tm-woocompare-widget-wrapper .btn, .tm-woocompare-widget-wrapper .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-reset.button, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-woocompare-widget-wrapper .tm-wc-ajax-filters-reset.button {
  margin-bottom: 10px;
}

.woocommerce .tm-woocompare-widget-wrapper .btn, .woocommerce .tm-woocompare-widget-wrapper .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-reset.button, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce .tm-woocompare-widget-wrapper .tm-wc-ajax-filters-reset.button {
  margin-bottom: 10px;
}

/**
 * Woo-elements
 * SingleProduct Styles
 *
 */
.woocommerce.single-product .swiper-wrapper .product {
  margin-bottom: 0;
}

.woocommerce.single-product div.product,
.woocommerce .single-product div.product {
  margin-top: 30px;
}

.woocommerce.single-product div.product .single_add_to_cart_button,
.woocommerce .single-product div.product .single_add_to_cart_button {
  padding: 21.5px 36px 21.5px 68px;
}

.woocommerce.single-product div.product .single_add_to_cart_button:before,
.woocommerce .single-product div.product .single_add_to_cart_button:before {
  content: '\e74d';
  display: block;
  position: absolute;
  left: 35px;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  font-size: 22px;
  line-height: 20px;
}

.woocommerce.single-product div.product.product-type-simple .single_product_wrapper form.cart,
.woocommerce .single-product div.product.product-type-simple .single_product_wrapper form.cart {
  padding-top: 1em;
}

.woocommerce.single-product div.product.outofstock .single_product_wrapper div[itemprop="description"],
.woocommerce .single-product div.product.outofstock .single_product_wrapper div[itemprop="description"] {
  margin-bottom: 1.5em;
  padding-top: 1em;
}

.woocommerce.single-product div.product h1.product_title,
.woocommerce .single-product div.product h1.product_title {
  margin-bottom: 15px;
  margin-top: 20px;
}

.woocommerce.single-product div.product .single_product_wrapper .woocommerce-product-gallery__image,
.woocommerce .single-product div.product .single_product_wrapper .woocommerce-product-gallery__image {
  min-height: auto !important;
}

.woocommerce.single-product div.product .single_product_wrapper .summary span.featured,
.woocommerce.single-product div.product .single_product_wrapper .summary span.onsale,
.woocommerce.single-product div.product .single_product_wrapper .summary span.new,
.woocommerce .single-product div.product .single_product_wrapper .summary span.featured,
.woocommerce .single-product div.product .single_product_wrapper .summary span.onsale,
.woocommerce .single-product div.product .single_product_wrapper .summary span.new {
  position: relative;
}

.woocommerce.single-product div.product .single_product_wrapper .slider-thumbnails,
.woocommerce .single-product div.product .single_product_wrapper .slider-thumbnails {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce.single-product div.product .single_product_wrapper .summary.entry-summary,
.woocommerce .single-product div.product .single_product_wrapper .summary.entry-summary {
  float: none;
  width: auto;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

@media (min-width: 768px) {
  .woocommerce.single-product div.product .single_product_wrapper .summary.entry-summary,
  .woocommerce .single-product div.product .single_product_wrapper .summary.entry-summary {
    -webkit-flex: 0 1 57%;
    -moz-flex: 0 1 57%;
    -ms-flex: 0 1 57%;
    flex: 0 1 57%;
    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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}

.woocommerce.single-product div.product .single_product_wrapper .woocommerce-product-gallery__trigger,
.woocommerce .single-product div.product .single_product_wrapper .woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 99;
  display: block;
  width: 65px;
  height: 65px;
  font-size: 22px;
  border-radius: 0;
  cursor: pointer;
  top: auto;
  bottom: 0;
  right: 0;
  text-align: center;
  transition: .3s;
  -webkit-transform: translate(15px, 15px);
  -ms-transform: translate(15px, 15px);
      transform: translate(15px, 15px);
}

.woocommerce.single-product div.product .single_product_wrapper .woocommerce-product-gallery__trigger:before,
.woocommerce .single-product div.product .single_product_wrapper .woocommerce-product-gallery__trigger:before {
  width: 10px;
  height: 10px;
  border-width: 1px;
  top: 20px;
  left: 20px;
}

.woocommerce.single-product div.product .single_product_wrapper .woocommerce-product-gallery__trigger:after,
.woocommerce .single-product div.product .single_product_wrapper .woocommerce-product-gallery__trigger:after {
  width: 1px;
  height: 8px;
  top: 29px;
  left: 32px;
}

.woocommerce.single-product div.product .single_product_wrapper .woocommerce-product-gallery__trigger:hover,
.woocommerce .single-product div.product .single_product_wrapper .woocommerce-product-gallery__trigger:hover {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block {
  -webkit-order: 7;
  -moz-order: 7;
  -ms-flex-order: 7;
  order: 7;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn, .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-wc-ajax-filters-reset, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.tm-wc-ajax-filters-reset,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-wc-ajax-filters-reset, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.tm-wc-ajax-filters-reset {
  width: auto;
  height: auto;
  padding: 0 0 0 30px;
  background: transparent;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  overflow: visible;
  border: none;
  margin: 8px 0;
  font-weight: 400;
}

.woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn:hover, .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-wc-ajax-filters-reset:hover, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.tm-wc-ajax-filters-reset:hover,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn:hover,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-wc-ajax-filters-reset:hover, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.tm-wc-ajax-filters-reset:hover {
  background: transparent;
}

.woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn:after, .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-wc-ajax-filters-reset:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.tm-wc-ajax-filters-reset:after,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn:after,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-wc-ajax-filters-reset:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.tm-wc-ajax-filters-reset:after {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  line-height: 30px;
}

.woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn:before, .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-wc-ajax-filters-reset:before, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.tm-wc-ajax-filters-reset:before,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn:before,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-wc-ajax-filters-reset:before, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.tm-wc-ajax-filters-reset:before {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 22px;
  line-height: 30px;
  margin: -15px 0 0 0;
  -webkit-animation: 1.5s linear infinite spinner;
  animation: 1.5s linear infinite spinner;
}

.woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn.loading:after, .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.loading.tm-wc-ajax-filters-reset:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.loading.tm-wc-ajax-filters-reset:after,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn.loading:after,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.loading.tm-wc-ajax-filters-reset:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.loading.tm-wc-ajax-filters-reset:after {
  opacity: 0;
}

.woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn.loading:before, .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.loading.tm-wc-ajax-filters-reset:before, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.loading.tm-wc-ajax-filters-reset:before,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn.loading:before,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.loading.tm-wc-ajax-filters-reset:before, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.loading.tm-wc-ajax-filters-reset:before {
  opacity: 1;
}

.woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn.tm-woocompare-button:after, .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woocompare-button.tm-wc-ajax-filters-reset:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.tm-woocompare-button.tm-wc-ajax-filters-reset:after,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn.tm-woocompare-button:after,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woocompare-button.tm-wc-ajax-filters-reset:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.tm-woocompare-button.tm-wc-ajax-filters-reset:after {
  content: "\e839";
}

.woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn.tm-woocompare-button.in_compare:after, .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woocompare-button.in_compare.tm-wc-ajax-filters-reset:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.tm-woocompare-button.in_compare.tm-wc-ajax-filters-reset:after,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn.tm-woocompare-button.in_compare:after,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woocompare-button.in_compare.tm-wc-ajax-filters-reset:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.tm-woocompare-button.in_compare.tm-wc-ajax-filters-reset:after {
  content: "\e934";
  margin: 0;
}

.woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn.tm-woocompare-button.loading, .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woocompare-button.loading.tm-wc-ajax-filters-reset, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.tm-woocompare-button.loading.tm-wc-ajax-filters-reset,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn.tm-woocompare-button.loading,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woocompare-button.loading.tm-wc-ajax-filters-reset, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.tm-woocompare-button.loading.tm-wc-ajax-filters-reset {
  opacity: 1;
}

.woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn.tm-woocompare-button.loading:before, .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woocompare-button.loading.tm-wc-ajax-filters-reset:before, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.tm-woocompare-button.loading.tm-wc-ajax-filters-reset:before,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn.tm-woocompare-button.loading:before,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woocompare-button.loading.tm-wc-ajax-filters-reset:before, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.tm-woocompare-button.loading.tm-wc-ajax-filters-reset:before {
  content: "\e8dd";
  width: 30px;
  height: 30px;
  margin-left: -4px;
}

.woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn.tm-woowishlist-button:after, .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woowishlist-button.tm-wc-ajax-filters-reset:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.tm-woowishlist-button.tm-wc-ajax-filters-reset:after,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn.tm-woowishlist-button:after,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woowishlist-button.tm-wc-ajax-filters-reset:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.tm-woowishlist-button.tm-wc-ajax-filters-reset:after {
  content: "\e68c";
}

.woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn.tm-woowishlist-button.in_wishlist:after, .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woowishlist-button.in_wishlist.tm-wc-ajax-filters-reset:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.tm-woowishlist-button.in_wishlist.tm-wc-ajax-filters-reset:after,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn.tm-woowishlist-button.in_wishlist:after,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woowishlist-button.in_wishlist.tm-wc-ajax-filters-reset:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.tm-woowishlist-button.in_wishlist.tm-wc-ajax-filters-reset:after {
  content: "\e934";
  margin: 0;
}

.woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn.tm-woowishlist-button.loading, .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woowishlist-button.loading.tm-wc-ajax-filters-reset, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.tm-woowishlist-button.loading.tm-wc-ajax-filters-reset,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn.tm-woowishlist-button.loading,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woowishlist-button.loading.tm-wc-ajax-filters-reset, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.tm-woowishlist-button.loading.tm-wc-ajax-filters-reset {
  opacity: 1;
}

.woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn.tm-woowishlist-button.loading:before, .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woowishlist-button.loading.tm-wc-ajax-filters-reset:before, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.tm-woowishlist-button.loading.tm-wc-ajax-filters-reset:before,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.btn.tm-woowishlist-button.loading:before,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper button.button.tm-woowishlist-button.loading.tm-wc-ajax-filters-reset:before, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block button.button.tm-woowishlist-button.loading.tm-wc-ajax-filters-reset:before {
  content: "\e8dd";
  width: 30px;
  height: 30px;
}

.woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-woocompare-page-button,
.woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-woowishlist-page-button,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-woocompare-page-button,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-woowishlist-page-button {
  margin: 8px 0;
  padding-left: 30px;
}

.woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-woocompare-page-button:before,
.woocommerce.single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-woowishlist-page-button:before,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-woocompare-page-button:before,
.woocommerce .single-product div.product .single_product_wrapper .wishlist_compare_button_block .tm-woowishlist-page-button:before {
  content: '\e6a5';
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 22px;
  line-height: 30px;
  margin: -15px 0 0 0;
}

.woocommerce.single-product div.product .product_title,
.woocommerce .single-product div.product .product_title {
  margin-bottom: 20px;
}

.woocommerce.single-product div.product div[itemprop="offers"],
.woocommerce .single-product div.product div[itemprop="offers"] {
  -webkit-order: 3;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.woocommerce.single-product div.product .woocommerce-product-rating,
.woocommerce .single-product div.product .woocommerce-product-rating {
  margin-bottom: 12px;
  -webkit-order: 4;
  -moz-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.woocommerce.single-product div.product .woocommerce-product-rating .star-rating,
.woocommerce .single-product div.product .woocommerce-product-rating .star-rating {
  font-size: 1em;
  margin-top: 3px;
}

@media (min-width: 544px) {
  .woocommerce.single-product div.product .woocommerce-product-rating .star-rating,
  .woocommerce .single-product div.product .woocommerce-product-rating .star-rating {
    margin-top: 10px;
  }
}

.woocommerce.single-product div.product div[itemprop="description"],
.woocommerce .single-product div.product div[itemprop="description"] {
  -webkit-order: 5;
  -moz-order: 5;
  -ms-flex-order: 5;
  order: 5;
  margin-bottom: 22px;
}

.woocommerce.single-product div.product .stock,
.woocommerce .single-product div.product .stock {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: -7px 0 16px;
  font-size: 14px;
  display: inline-table;
}

.woocommerce.single-product div.product .woo-social-buttons,
.woocommerce .single-product div.product .woo-social-buttons {
  -webkit-order: 9;
  -moz-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.woocommerce.single-product div.product .woocommerce-review-link,
.woocommerce .single-product div.product .woocommerce-review-link {
  float: left;
  margin: 0 0 0 30px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .woocommerce.single-product div.product .woocommerce-review-link,
  .woocommerce .single-product div.product .woocommerce-review-link {
    margin: 7px 0 0 20px;
  }
}

.woocommerce.single-product div.product p.price,
.woocommerce .single-product div.product p.price {
  margin-bottom: 12px;
}

.woocommerce.single-product div.product p.price del,
.woocommerce .single-product div.product p.price del {
  display: block;
}

.woocommerce.single-product div.product form.cart,
.woocommerce .single-product div.product form.cart {
  margin-bottom: 1em;
  -webkit-order: 6;
  -moz-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

@media (min-width: 992px) {
  .woocommerce.single-product div.product form.cart,
  .woocommerce .single-product div.product form.cart {
    margin-bottom: 20px;
  }
}

.woocommerce.single-product div.product form.cart .variations,
.woocommerce .single-product div.product form.cart .variations {
  margin-bottom: 0;
}

.woocommerce.single-product div.product form.cart .variations td,
.woocommerce .single-product div.product form.cart .variations td {
  display: block;
  overflow: hidden;
}

.woocommerce.single-product div.product form.cart .variations .label label,
.woocommerce .single-product div.product form.cart .variations .label label {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.woocommerce.single-product div.product form.cart .variations .label label:after,
.woocommerce .single-product div.product form.cart .variations .label label:after {
  content: ':';
}

.woocommerce.single-product div.product form.cart .variations td.value,
.woocommerce .single-product div.product form.cart .variations td.value {
  position: relative;
  padding-bottom: 3px;
}

.woocommerce.single-product div.product form.cart .variations td.value .reset_variations,
.woocommerce .single-product div.product form.cart .variations td.value .reset_variations {
  float: left;
  font-size: 14px;
  padding: 5px 15px;
  line-height: 1.2;
  margin-top: 10px;
}

.woocommerce.single-product div.product form.cart .variations select,
.woocommerce .single-product div.product form.cart .variations select {
  display: block;
  max-width: 100%;
  width: 80%;
  min-width: auto;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

@media (min-width: 544px) {
  .woocommerce.single-product div.product form.cart .variations select,
  .woocommerce .single-product div.product form.cart .variations select {
    width: 50%;
  }
}

.woocommerce.single-product div.product form.cart .single_variation_wrap .woocommerce-variation-price,
.woocommerce .single-product div.product form.cart .single_variation_wrap .woocommerce-variation-price {
  padding: 15px 0 0;
}

.woocommerce.single-product div.product form.cart .single_variation_wrap .woocommerce-variation-price .price,
.woocommerce .single-product div.product form.cart .single_variation_wrap .woocommerce-variation-price .price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.woocommerce.single-product div.product form.cart .single_variation_wrap .woocommerce-variation-price .price del,
.woocommerce .single-product div.product form.cart .single_variation_wrap .woocommerce-variation-price .price del {
  font-size: 16px;
  line-height: 1;
}

.woocommerce.single-product div.product form.cart .single_variation_wrap .woocommerce-variation-price .price ins,
.woocommerce .single-product div.product form.cart .single_variation_wrap .woocommerce-variation-price .price ins {
  font-size: 30px;
  line-height: 1.36;
}

.woocommerce.single-product div.product form.cart .single_variation_wrap .variations_button,
.woocommerce .single-product div.product form.cart .single_variation_wrap .variations_button {
  margin-top: 20px;
}

.woocommerce.single-product div.product form.cart div.quantity,
.woocommerce .single-product div.product form.cart div.quantity {
  float: left;
  margin: 0 60px 0 0;
  position: relative;
}

.woocommerce.single-product div.product form.cart div.quantity input[type="number"]::-webkit-inner-spin-button,
.woocommerce.single-product div.product form.cart div.quantity input[type="number"]::-webkit-outer-spin-button,
.woocommerce .single-product div.product form.cart div.quantity input[type="number"]::-webkit-inner-spin-button,
.woocommerce .single-product div.product form.cart div.quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.woocommerce.single-product div.product form.cart div.quantity input.qty,
.woocommerce .single-product div.product form.cart div.quantity input.qty {
  width: 80px;
  padding: 16.5px 20px;
  text-align: center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.woocommerce.single-product div.product form.cart div.quantity .tm-qty-minus,
.woocommerce.single-product 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;
  cursor: pointer;
  word-wrap: normal;
  padding: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  right: -32px;
}

.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,
.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';
  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 Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
}

.woocommerce.single-product div.product form.cart div.quantity .tm-qty-minus,
.woocommerce .single-product div.product form.cart div.quantity .tm-qty-minus {
  bottom: 0;
  top: auto;
}

.woocommerce.single-product div.product form.cart div.quantity .tm-qty-minus:before,
.woocommerce .single-product div.product form.cart div.quantity .tm-qty-minus:before {
  content: 'remove';
}

.woocommerce.single-product div.product form.cart div.quantity .tm-qty-plus,
.woocommerce .single-product div.product form.cart div.quantity .tm-qty-plus {
  top: 0;
  bottom: auto;
}

.woocommerce.single-product div.product form.cart div.quantity .tm-qty-plus:before,
.woocommerce .single-product div.product form.cart div.quantity .tm-qty-plus:before {
  content: 'add';
}

.woocommerce.single-product div.product form.cart .button,
.woocommerce .single-product div.product form.cart .button {
  clear: left;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .woocommerce.single-product div.product form.cart .button,
  .woocommerce .single-product div.product form.cart .button {
    clear: none;
    margin-top: 0;
  }
}

.woocommerce.single-product div.product .product_meta,
.woocommerce .single-product div.product .product_meta {
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 15px;
}

.woocommerce.single-product div.product .summary .wishlist_compare_button_block,
.woocommerce .single-product div.product .summary .wishlist_compare_button_block {
  padding-bottom: 15px;
  width: 60%;
}

.woocommerce.single-product div.product .summary .wishlist_compare_button_block .button.button.btn, .woocommerce.single-product div.product .summary .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .button.button.tm-wc-ajax-filters-reset, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.single-product div.product .summary .wishlist_compare_button_block .button.button.tm-wc-ajax-filters-reset,
.woocommerce .single-product div.product .summary .wishlist_compare_button_block .button.button.btn,
.woocommerce .single-product div.product .summary .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .button.button.tm-wc-ajax-filters-reset, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper
.woocommerce .single-product div.product .summary .wishlist_compare_button_block .button.button.tm-wc-ajax-filters-reset {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .woocommerce.single-product div.product .summary .wishlist_compare_button_block .button.button.btn, .woocommerce.single-product div.product .summary .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .button.button.tm-wc-ajax-filters-reset, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .woocommerce.single-product div.product .summary .wishlist_compare_button_block .button.button.tm-wc-ajax-filters-reset,
  .woocommerce .single-product div.product .summary .wishlist_compare_button_block .button.button.btn,
  .woocommerce .single-product div.product .summary .wishlist_compare_button_block .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .button.button.tm-wc-ajax-filters-reset, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper
  .woocommerce .single-product div.product .summary .wishlist_compare_button_block .button.button.tm-wc-ajax-filters-reset {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .woocommerce.single-product div.product .summary .wishlist_compare_button_block,
  .woocommerce .single-product div.product .summary .wishlist_compare_button_block {
    width: 100%;
  }
}

.woocommerce.single-product div.product .woo-social-buttons,
.woocommerce .single-product div.product .woo-social-buttons {
  margin: 10px 0;
}

.woocommerce.single-product div.product .woo-social-buttons > span,
.woocommerce .single-product div.product .woo-social-buttons > span {
  margin: 0 10px 0 0;
}

.woocommerce.single-product div.product .woo-social-buttons > span.custom,
.woocommerce .single-product div.product .woo-social-buttons > span.custom {
  font-size: 16px;
  font-size: 1rem;
}

.woocommerce.single-product div.product .woo-social-buttons > span.custom a,
.woocommerce .single-product div.product .woo-social-buttons > span.custom a {
  width: 45px;
  height: 45px;
  display: block;
  text-align: center;
  line-height: 45px;
  font-size: 15px;
  text-decoration: none;
  color: #ffffff;
}

.woocommerce.single-product div.product .woo-social-buttons > span.custom a img,
.woocommerce .single-product div.product .woo-social-buttons > span.custom a img {
  display: none;
}

.woocommerce.single-product div.product .woo-social-buttons > span.custom a:after,
.woocommerce .single-product div.product .woo-social-buttons > span.custom a:after {
  font-family: fontawesome;
  display: inline-block;
}

.woocommerce.single-product div.product .woo-social-buttons > span.custom.smsb_facebook a,
.woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_facebook a {
  background: #3b5998;
}

.woocommerce.single-product 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.single-product div.product .woo-social-buttons > span.custom.smsb_twitter a,
.woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_twitter a {
  background: #2aa9e0;
}

.woocommerce.single-product 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.single-product div.product .woo-social-buttons > span.custom.smsb_googleplus a,
.woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_googleplus a {
  background: #d3492c;
}

.woocommerce.single-product 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.single-product div.product .woo-social-buttons > span.custom.smsb_linkedin a,
.woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_linkedin a {
  background: #0077b5;
}

.woocommerce.single-product 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.single-product div.product .woo-social-buttons > span.custom.smsb_pinterest a,
.woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_pinterest a {
  background: #e63c7e;
}

.woocommerce.single-product 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.single-product div.product .woo-social-buttons > span.custom.smsb_tumblr a,
.woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_tumblr a {
  background: #35465c;
}

.woocommerce.single-product div.product .woo-social-buttons > span.custom.smsb_tumblr a:after,
.woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_tumblr a:after {
  content: '\f173';
}

.woocommerce.single-product div.product .woo-social-buttons > span.custom.smsb_stumbleupon a,
.woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_stumbleupon a {
  background: #eb4924;
}

.woocommerce.single-product div.product .woo-social-buttons > span.custom.smsb_stumbleupon a:after,
.woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_stumbleupon a:after {
  content: '\f1a4';
}

.woocommerce.single-product div.product .woo-social-buttons > span.custom.smsb_vkontakte a,
.woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_vkontakte a {
  background: #45668e;
}

.woocommerce.single-product div.product .woo-social-buttons > span.custom.smsb_vkontakte a:after,
.woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_vkontakte a:after {
  content: '\f189 ';
}

.woocommerce.single-product div.product .woo-social-buttons > span.custom.smsb_email a,
.woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_email a {
  background: #168de2;
}

.woocommerce.single-product div.product .woo-social-buttons > span.custom.smsb_email a:after,
.woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_email a:after {
  content: '\f0e0';
}

.woocommerce.single-product div.product .sku_wrapper,
.woocommerce.single-product div.product .posted_in,
.woocommerce.single-product div.product .tagged_as,
.woocommerce .single-product div.product .sku_wrapper,
.woocommerce .single-product div.product .posted_in,
.woocommerce .single-product div.product .tagged_as {
  display: block;
}

.woocommerce.single-product div.product .posted_in,
.woocommerce .single-product div.product .posted_in {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
}

@media (min-width: 544px) {
  .woocommerce.single-product div.product .posted_in,
  .woocommerce .single-product div.product .posted_in {
    max-width: 50%;
  }
}

.woocommerce.single-product div.product .woocommerce-tabs,
.woocommerce .single-product div.product .woocommerce-tabs {
  padding-top: 15px;
  width: 100%;
}

.woocommerce.single-product div.product .woocommerce-tabs .tabs,
.woocommerce .single-product div.product .woocommerce-tabs .tabs {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: inset 0px -1px 0px 0px #e8e8f8;
  -webkit-box-shadow: inset 0px -1px 0px 0px #e8e8f8;
  -moz-box-shadow: inset 0px -1px 0px 0px #e8e8f8;
  -o-box-shadow: inset 0px -1px 0px 0px #e8e8f8;
}

.woocommerce.single-product div.product .woocommerce-tabs .tabs:before,
.woocommerce .single-product div.product .woocommerce-tabs .tabs:before {
  display: block;
  z-index: -1;
}

.woocommerce.single-product div.product .woocommerce-tabs .tabs li,
.woocommerce .single-product div.product .woocommerce-tabs .tabs li {
  border: none;
  border-radius: 0;
  padding: 0;
  background: none;
  z-index: 3;
  width: 100%;
  text-align: center;
}

.woocommerce.single-product div.product .woocommerce-tabs .tabs li a,
.woocommerce .single-product div.product .woocommerce-tabs .tabs li a {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 27px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
  width: 100%;
}

@media (min-width: 544px) {
  .woocommerce.single-product div.product .woocommerce-tabs .tabs li,
  .woocommerce .single-product div.product .woocommerce-tabs .tabs li {
    width: auto;
    text-align: left;
    margin: 0 38px 0 0;
  }
  .woocommerce.single-product div.product .woocommerce-tabs .tabs li a,
  .woocommerce .single-product div.product .woocommerce-tabs .tabs li a {
    padding-top: 5px;
    padding-bottom: 20px;
  }
}

.woocommerce.single-product div.product .woocommerce-tabs .tabs li:before, .woocommerce.single-product div.product .woocommerce-tabs .tabs li:after,
.woocommerce .single-product div.product .woocommerce-tabs .tabs li:before,
.woocommerce .single-product div.product .woocommerce-tabs .tabs li:after {
  display: none;
}

.woocommerce.single-product div.product .woocommerce-tabs .tabs li.active, .woocommerce.single-product div.product .woocommerce-tabs .tabs li:hover,
.woocommerce .single-product div.product .woocommerce-tabs .tabs li.active,
.woocommerce .single-product div.product .woocommerce-tabs .tabs li:hover {
  background: none;
}

.woocommerce.single-product div.product .woocommerce-tabs .tabs li.active a, .woocommerce.single-product div.product .woocommerce-tabs .tabs li:hover a,
.woocommerce .single-product div.product .woocommerce-tabs .tabs li.active a,
.woocommerce .single-product div.product .woocommerce-tabs .tabs li:hover a {
  color: #59bc6c;
}

.woocommerce.single-product div.product .woocommerce-tabs .panel,
.woocommerce .single-product div.product .woocommerce-tabs .panel {
  padding-top: 35px;
  margin: 0;
}

.woocommerce.single-product div.product .woocommerce-tabs .panel h2, .woocommerce.single-product div.product .woocommerce-tabs .panel h1, .woocommerce.single-product div.product .woocommerce-tabs .panel h3, .woocommerce.single-product div.product .woocommerce-tabs .panel h4,
.woocommerce .single-product div.product .woocommerce-tabs .panel h2,
.woocommerce .single-product div.product .woocommerce-tabs .panel h1,
.woocommerce .single-product div.product .woocommerce-tabs .panel h3,
.woocommerce .single-product div.product .woocommerce-tabs .panel h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 18px;
}

.woocommerce.single-product div.product .related,
.woocommerce.single-product div.product .up-sells,
.woocommerce .single-product div.product .related,
.woocommerce .single-product div.product .up-sells {
  margin-top: 30px;
  position: relative;
}

.woocommerce.single-product div.product .related .product,
.woocommerce.single-product div.product .up-sells .product,
.woocommerce .single-product div.product .related .product,
.woocommerce .single-product div.product .up-sells .product {
  margin-bottom: 40px;
}

@media (min-width: 1700px) {
  .woocommerce.single-product div.product .related .product,
  .woocommerce.single-product div.product .up-sells .product,
  .woocommerce .single-product div.product .related .product,
  .woocommerce .single-product div.product .up-sells .product {
    margin-bottom: 10px;
  }
}

.woocommerce.single-product div.product .related .swiper-button-next,
.woocommerce.single-product div.product .related .swiper-button-prev,
.woocommerce.single-product div.product .up-sells .swiper-button-next,
.woocommerce.single-product div.product .up-sells .swiper-button-prev,
.woocommerce .single-product div.product .related .swiper-button-next,
.woocommerce .single-product div.product .related .swiper-button-prev,
.woocommerce .single-product div.product .up-sells .swiper-button-next,
.woocommerce .single-product div.product .up-sells .swiper-button-prev {
  top: 20px;
}

.woocommerce.single-product div.product .related .swiper-button-next,
.woocommerce.single-product div.product .up-sells .swiper-button-next,
.woocommerce .single-product div.product .related .swiper-button-next,
.woocommerce .single-product div.product .up-sells .swiper-button-next {
  right: 20px;
}

.woocommerce.single-product div.product .related .swiper-button-prev,
.woocommerce.single-product div.product .up-sells .swiper-button-prev,
.woocommerce .single-product div.product .related .swiper-button-prev,
.woocommerce .single-product div.product .up-sells .swiper-button-prev {
  right: 50px;
  left: auto;
}

.woocommerce.single-product div.product .related h4,
.woocommerce.single-product div.product .up-sells h4,
.woocommerce .single-product div.product .related h4,
.woocommerce .single-product div.product .up-sells h4 {
  text-align: left;
  margin-bottom: 30px;
  margin-right: 50px;
}

.woocommerce table.shop_attributes {
  table-layout: fixed;
  border: none;
}

.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {
  background: none;
}

.woocommerce table.shop_attributes th {
  width: 115px;
  border: none;
  font-weight: 400;
}

.woocommerce table.shop_attributes td {
  font-style: normal;
  border-bottom: none;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 544px) {
  .woocommerce table.shop_attributes th {
    width: 135px;
  }
  .woocommerce table.shop_attributes td {
    padding-left: 30px;
  }
}

.woocommerce #reviews .star-rating {
  position: relative;
  font-size: 18px;
  float: none;
  margin-bottom: 15px;
}

.woocommerce #reviews #respond .comment-form-rating label {
  display: inline-block;
}

.woocommerce #reviews #respond .comment-form-rating p.stars {
  position: relative;
  top: -3px;
  width: 7.6em;
  margin: 0 0 10px 10px;
  display: inline-block;
}

.woocommerce #reviews #respond .comment-form-rating p.stars a:before {
  content: '\e838';
  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 Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  font-size: 18px;
}

.woocommerce #reviews #respond .comment-form-rating p.stars a {
  height: 17px;
  width: 17px;
}

.woocommerce #reviews #respond .comment-form-rating p.stars:before,
.woocommerce #reviews #respond .comment-form-rating p.stars span:before {
  display: none;
}

.woocommerce #reviews #comment {
  padding: 15px 20px;
}

.woocommerce #reviews #comments .entry-meta {
  text-transform: none;
}

.woocommerce #reviews #comments .entry-meta > span {
  padding-left: 0;
  padding-right: 4px;
  margin-bottom: 5px;
}

.woocommerce #reviews #comments ol.commentlist {
  padding-top: 20px;
  margin-bottom: 30px;
}

.woocommerce #reviews #comments ol.commentlist ul.children {
  margin: 0;
}

.woocommerce #reviews #comments ol.commentlist ul.children li {
  padding-top: 10px;
  border-top: 1px solid #e8e8f8;
}

.woocommerce #reviews #comments ol.commentlist ul.children .comment_container {
  padding: 20px 0 0 30px;
}

.woocommerce #reviews #comments ol.commentlist > li {
  border-top: 1px solid #e8e8f8;
}

.woocommerce #reviews #comments ol.commentlist > li:first-child {
  border-top: none;
}

.woocommerce #reviews #comments ol.commentlist > li img.avatar {
  position: relative;
  top: 0;
  left: 0;
  width: 65px;
  border-radius: 620px;
}

.woocommerce #reviews #comments ol.commentlist > li .comment_container {
  padding-top: 20px;
}

.woocommerce #reviews #comments ol.commentlist > li .comment-text {
  margin-left: 70px;
  padding: 0 30px 10px 30px;
  border: none;
  border-radius: 0;
  position: relative;
}

.woocommerce #reviews #comments ol.commentlist > li .comment-text p {
  margin: 0 0 5px;
}

.woocommerce #reviews #comments ol.commentlist > li .comment-text p.meta {
  color: #000000;
  margin-bottom: 5px;
}

.woocommerce #reviews #comments ol.commentlist > li .comment-text p.meta strong {
  font-weight: 400;
  display: block;
  font-size: 18px;
  line-height: 1.89;
  margin-bottom: 2px;
}

.woocommerce #reviews #comments ol.commentlist > li .comment-text .description p {
  margin-bottom: 0;
}

.woocommerce .comment-form {
  padding: 0;
}

.woocommerce .comment-form-author,
.woocommerce .comment-form-email,
.woocommerce .comment-form-comment {
  padding-bottom: 30px;
}

.woocommerce .comment-form-author input,
.woocommerce .comment-form-author textarea,
.woocommerce .comment-form-email input,
.woocommerce .comment-form-email textarea,
.woocommerce .comment-form-comment input,
.woocommerce .comment-form-comment textarea {
  padding-left: 20px;
  width: 100%;
}

.easyzoom {
  display: block;
  position: relative;
  width: 100%;
}

.easyzoom-flyout {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  border-radius: 4px;
}

.easyzoom-flyout img {
  width: auto !important;
  max-width: inherit;
}

.easyzoom img {
  vertical-align: bottom;
}

.easyzoom.is-ready a {
  cursor: crosshair;
}

.woocommerce .mfp-figure:after {
  display: none;
}

.woocommerce .mfp-bg {
  background: #ededed;
}

.woocommerce #content div.product div.summary #content div.product div.summary, .woocommerce #content div.product div.summary #content div.product div.images,
.woocommerce #content div.product div.summary div.product div.summary,
.woocommerce #content div.product div.summary div.product div.images,
.woocommerce #content div.product div.summary #content div.product div.summary,
.woocommerce #content div.product div.summary #content div.product div.images,
.woocommerce #content div.product div.summary div.product div.summary,
.woocommerce #content div.product div.summary div.product div.images,
.woocommerce-page #content div.product div.summary,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.summary,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.summary,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.summary,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce div.product div.summary,
.woocommerce div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce div.product div.summary,
.woocommerce div.product div.images {
  float: none;
  width: 100%;
}

.single-product #primary {
  padding: 0 15px;
}

@media (min-width: 1200px) {
  .single-product .summary.entry-summary {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .single-product .single-image-container .images {
    margin-right: 15px;
  }
}

.single-product .single_product_wrapper {
  margin: 0;
}

.single-product .single_product_wrapper .col-xs-12 {
  padding: 0;
  margin: 0;
}

.single-product .thumbnails-slider {
  position: relative;
  margin-top: 20px;
}

.single-product .thumbnails-slider .flex-nav-next,
.single-product .thumbnails-slider .flex-nav-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: #ffffff;
  border-color: transparent;
  margin: 0;
}

.single-product .thumbnails-slider .flex-nav-next .flex-next,
.single-product .thumbnails-slider .flex-nav-next .flex-prev,
.single-product .thumbnails-slider .flex-nav-prev .flex-next,
.single-product .thumbnails-slider .flex-nav-prev .flex-prev {
  display: block;
  outline: none;
  width: 46px;
  text-align: center;
}

.single-product .thumbnails-slider .flex-nav-next .flex-next:after,
.single-product .thumbnails-slider .flex-nav-next .flex-prev:after,
.single-product .thumbnails-slider .flex-nav-prev .flex-next:after,
.single-product .thumbnails-slider .flex-nav-prev .flex-prev:after {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 20px;
  line-height: 46px;
  transition: .3s;
}

.single-product .thumbnails-slider .flex-nav-next .flex-next.flex-disabled,
.single-product .thumbnails-slider .flex-nav-next .flex-prev.flex-disabled,
.single-product .thumbnails-slider .flex-nav-prev .flex-next.flex-disabled,
.single-product .thumbnails-slider .flex-nav-prev .flex-prev.flex-disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.single-product .thumbnails-slider .flex-nav-next .flex-next.flex-disabled:after,
.single-product .thumbnails-slider .flex-nav-next .flex-prev.flex-disabled:after,
.single-product .thumbnails-slider .flex-nav-prev .flex-next.flex-disabled:after,
.single-product .thumbnails-slider .flex-nav-prev .flex-prev.flex-disabled:after {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  pointer-events: none;
  cursor: not-allowed;
}

.single-product .thumbnails-slider .flex-nav-next {
  right: 0;
  left: auto;
}

.single-product .thumbnails-slider .flex-nav-next .flex-next:after {
  content: "\e93c";
}

.single-product .thumbnails-slider .flex-nav-prev {
  left: 0;
  right: auto;
}

.single-product .thumbnails-slider .flex-nav-prev .flex-prev:after {
  content: "\e93b";
}

.single-product .thumbnails-slider .flex-direction-nav {
  list-style: none;
}

.single-product .comment-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: none;
}

.single-product .comment-form label + * {
  margin-top: 5px;
}

.single-product .comment-form .comment-notes {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.single-product .comment-form .comment-form-rating {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.single-product .comment-form .comment-form-author {
  max-width: 670px;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.single-product .comment-form .comment-form-email {
  max-width: 670px;
  -webkit-order: 4;
  -moz-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.single-product .comment-form .comment-form-comment {
  -webkit-order: 5;
  -moz-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.single-product .comment-form .form-submit {
  -webkit-order: 6;
  -moz-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

#woo-main {
  padding: calc(40px / 2);
}

@media (min-width: 768px) {
  #woo-main {
    padding: 40px;
  }
}

.single-product #woo-main {
  padding: 0;
  background: transparent;
}

.loading_img {
  display: none;
}

.single_product_wrapper {
  padding: calc(40px / 2) calc(40px / 2) 0 calc(40px / 2);
}

@media (min-width: 768px) {
  .single_product_wrapper {
    padding: 40px 40px 0 40px;
  }
}

.woocommerce-tabs {
  padding: 0 calc(40px / 2) calc(40px / 2) calc(40px / 2);
}

@media (min-width: 768px) {
  .woocommerce-tabs {
    padding: 0 40px 40px 40px;
  }
}

.related,
.up-sells {
  padding: calc(40px / 2) calc(40px / 2) 0 calc(40px / 2);
}

@media (min-width: 768px) {
  .related,
  .up-sells {
    padding: 30px 40px 0 40px;
  }
}

button.pswp__button--arrow--left,
button.pswp__button--arrow--right {
  width: 50px;
  height: 50px;
  margin-top: -25px;
}

button.pswp__button--arrow--left, button.pswp__button--arrow--left:hover,
button.pswp__button--arrow--right,
button.pswp__button--arrow--right:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

button.pswp__button--arrow--left:before,
button.pswp__button--arrow--right:before {
  top: 11px;
}

.tm-wc-ajax-products-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
          align-content: flex-start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .tm-wc-ajax-products-wrapper .woocommerce-ordering select, .tm-wc-ajax-products-wrapper .woocommerce-ordering {
    width: 100%;
  }
}

.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper {
  margin-top: 12px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-attribute,
.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-price {
  padding: 6px 14px 4px 10px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 0;
  transition: 0.3s all ease;
}

.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-attribute:hover,
.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-price:hover {
  background: transparent;
}

.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-attribute .tm-wc-ajax-filters-dismiss,
.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-price .tm-wc-ajax-filters-dismiss {
  margin-left: 5px;
}

.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-attribute .tm-wc-ajax-filters-dismiss .dashicons,
.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-price .tm-wc-ajax-filters-dismiss .dashicons {
  display: none;
}

.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-attribute .tm-wc-ajax-filters-dismiss:after,
.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-price .tm-wc-ajax-filters-dismiss:after {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92a";
  background: transparent !important;
  transition: all .3s ease;
}

.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-attribute .tm-wc-ajax-filters-dismiss + .tm-wc-ajax-filters-attribute-value:before,
.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-price .tm-wc-ajax-filters-dismiss + .tm-wc-ajax-filters-attribute-value:before {
  content: "|";
  margin-right: 12px;
  margin-left: 9px;
}

.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-reset.button {
  float: right;
  text-transform: none;
  padding: 6px 14px 4px 10px;
  font-size: 12px;
  line-height: 20px;
  margin-right: 0;
  font-weight: 400;
}

.tm-wc-ajax-products-wrapper .woocommerce-message {
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.tm-wc-ajax-products-wrapper .woocommerce-result-count {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
          align-self: flex-start;
  margin: 0 0 30px 0;
  padding-top: 10px;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

@media (min-width: 768px) {
  .tm-wc-ajax-products-wrapper .woocommerce-result-count {
    margin: 16px 0 0 0;
    padding-top: 0;
    text-align: center;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper {
  margin-right: 0;
  margin-left: auto;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
          align-self: flex-end;
}

@media (min-width: 544px) {
  .tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper {
    -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;
  }
}

.tm-wc-ajax-products-wrapper .products.row {
  width: 100%;
  -webkit-order: 4;
  -moz-order: 4;
  -ms-flex-order: 4;
  order: 4;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -ms-flex-item-align: auto;
  -webkit-align-self: auto;
          align-self: auto;
}

@media (max-width: 991px) {
  .tm-wc-ajax-products-wrapper .products.row {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .tm-wc-ajax-products-wrapper .products.row {
    padding: 53px 0 0 0;
  }
}

.tm-wc-ajax-products-wrapper .woocommerce-pagination,
.tm-wc-ajax-products-wrapper .pagination {
  -webkit-order: 6;
  -moz-order: 6;
  -ms-flex-order: 6;
  order: 6;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -ms-flex-item-align: auto;
  -webkit-align-self: auto;
          align-self: auto;
}

.tm-wc-ajax-products-wrapper .tm-wc-ajax-load-more-button {
  position: relative;
  margin-right: auto !important;
  margin-left: auto !important;
  -webkit-order: 5;
  -moz-order: 5;
  -ms-flex-order: 5;
  order: 5;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  -webkit-align-self: auto;
          align-self: auto;
}

.tm-wc-ajax-products-wrapper .tm-wc-ajax-load-more-button.loading {
  opacity: 1;
  padding-right: 30px;
  padding-left: 50px;
}

.tm-wc-ajax-products-wrapper .tm-wc-ajax-load-more-button.loading:after {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
}

.tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper {
  position: relative;
}

.tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper .tm-woo-grid-list-toggle-button {
  display: block;
}

.tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper .tm-woo-grid-list-toggle-button .tm-woo-grid-list-toggler {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  padding: 11px 12px;
  box-shadow: none;
  transition: all 0.3s ease;
  text-align: center;
  background: none;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
      transform: translate(0, -2px);
}

.tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper .tm-woo-grid-list-toggle-button .tm-woo-grid-list-toggler .dashicons {
  font-size: 24px;
  width: 24px;
  height: 24px;
}

.tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper .tm-woo-grid-list-toggle-button .tm-woo-grid-list-toggler .dashicons:before {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
}

.tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-list .dashicons:before {
  content: "\e92f";
}

.tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-grid .dashicons:before {
  content: "\e87e";
}

.tm-quick-view-popup .tm-quick-view-popup__content {
  min-height: 100%;
  max-height: 100vh;
  overflow-y: scroll;
  width: 100%;
  min-width: 290px;
  padding: 20px;
}

@media (max-width: 1199px) {
  .tm-quick-view-popup .tm-quick-view-popup__content {
    max-width: 70%;
    padding: 40px;
  }
  .tm-quick-view-popup .tm-quick-view-popup__content .woocommerce.single-product div.product form.cart .variations select,
  .tm-quick-view-popup .tm-quick-view-popup__content .woocommerce .single-product div.product form.cart .variations select,
  .tm-quick-view-popup .tm-quick-view-popup__content .woocommerce.single-product div.product .summary .wishlist_compare_button_block,
  .tm-quick-view-popup .tm-quick-view-popup__content .woocommerce .single-product div.product .summary .wishlist_compare_button_block {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tm-quick-view-popup .tm-quick-view-popup__content {
    max-width: 100%;
    padding: 10px;
  }
}

.tm-quick-view-popup .tm-quick-view-popup__content .woocommerce.single-product div.product form.cart div.quantity input.qty {
  padding: 16.5px 20px;
}

.tm-quick-view-popup button.quick-view-buttons {
  width: 60px;
  height: 60px;
  transition: .6s;
  transition-delay: .6s;
  opacity: 1;
}

@media (max-width: 767px) {
  .tm-quick-view-popup button.quick-view-buttons {
    bottom: 0;
  }
}

.tm-quick-view-popup button.quick-view-buttons:before, .tm-quick-view-popup button.quick-view-buttons:after {
  content: '';
  border: none;
  width: 20px;
  height: 1px;
  margin: 0;
  position: absolute;
  top: 50%;
  transition: .3s;
}

@media (min-width: 1500px) {
  .tm-quick-view-popup button.quick-view-buttons:before, .tm-quick-view-popup button.quick-view-buttons:after {
    width: 50px;
  }
}

.tm-quick-view-popup button.quick-view-buttons.quick-view-prev {
  border: none;
  position: absolute;
  left: 0;
}

.tm-quick-view-popup button.quick-view-buttons.quick-view-prev:before, .tm-quick-view-popup button.quick-view-buttons.quick-view-prev:after {
  left: 20px;
  -webkit-transform-origin: 0 center;
      -ms-transform-origin: 0 center;
          transform-origin: 0 center;
}

.tm-quick-view-popup button.quick-view-buttons.quick-view-prev:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.tm-quick-view-popup button.quick-view-buttons.quick-view-prev:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tm-quick-view-popup button.quick-view-buttons.quick-view-next {
  border: none;
  position: absolute;
  right: 0;
}

.tm-quick-view-popup button.quick-view-buttons.quick-view-next:before, .tm-quick-view-popup button.quick-view-buttons.quick-view-next:after {
  right: 20px;
  left: auto;
  -webkit-transform-origin: 100% center;
      -ms-transform-origin: 100% center;
          transform-origin: 100% center;
}

.tm-quick-view-popup button.quick-view-buttons.quick-view-next:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tm-quick-view-popup button.quick-view-buttons.quick-view-next:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.tm-quick-view-popup button.quick-view-close {
  position: absolute;
  z-index: 99999;
  background: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  border: none;
  font-size: 0;
  right: 10px;
  top: 40px;
  opacity: 1;
}

.tm-quick-view-popup button.quick-view-close:after {
  content: '\e935';
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  text-decoration: inherit;
  font-weight: 400;
  vertical-align: top;
  text-align: center;
}

/**
 * Woocommerce widgets styles
 *
 * Woo-elements
 * Styles for TM Product categories with thumbnail widget
 *
 */
.widget {
  /**
	* Woo-elements
	* Styles for TM Product carousel widget
	*
	*/
  /**
	* Woo-elements
	* Steles for Woocommerce Product widgets
	*
	*/
  /**
	* Woo-elements
	* Styles for Woocommerce Filter price widget
	*
	*/
  /**
	* Woo-elements
	* Styles for TM Woocommerce Wishlist widget
	*
	*/
  /**
	* Woo-elements
	* Styles for TM Woocommerce Compare widget
	*
	*/
  /**
 * Woo-elements
 * Styles for WooAttributeFilter
 *
 */
  /**
 * Woo-elements
 * Styles for SmartBox Widget
 *
 */
}

.sidebar .widget.widget_product_categories_image .widget-title, .sidebar .widget.tm_products_carousel_widget .widget-title,
.tm_pb_column_1_4 .widget.widget_product_categories_image .widget-title,
.tm_pb_column_1_4 .widget.tm_products_carousel_widget .widget-title,
.tm_pb_column_1_3 .widget.widget_product_categories_image .widget-title,
.tm_pb_column_1_3 .widget.tm_products_carousel_widget .widget-title,
.footer-area:not(.footer-area--fullwidth) .widget.widget_product_categories_image .widget-title,
.footer-area:not(.footer-area--fullwidth) .widget.tm_products_carousel_widget .widget-title,
.after-loop-area .widget.widget_product_categories_image .widget-title,
.after-loop-area .widget.tm_products_carousel_widget .widget-title {
  margin: 30px 0 10px 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .sidebar .widget.widget_product_categories_image .widget-title, .sidebar .widget.tm_products_carousel_widget .widget-title,
  .tm_pb_column_1_4 .widget.widget_product_categories_image .widget-title,
  .tm_pb_column_1_4 .widget.tm_products_carousel_widget .widget-title,
  .tm_pb_column_1_3 .widget.widget_product_categories_image .widget-title,
  .tm_pb_column_1_3 .widget.tm_products_carousel_widget .widget-title,
  .footer-area:not(.footer-area--fullwidth) .widget.widget_product_categories_image .widget-title,
  .footer-area:not(.footer-area--fullwidth) .widget.tm_products_carousel_widget .widget-title,
  .after-loop-area .widget.widget_product_categories_image .widget-title,
  .after-loop-area .widget.tm_products_carousel_widget .widget-title {
    margin: 0 0 30px 0;
    padding-right: 45px;
  }
}

.widget.widget_product_categories_image, .widget.tm_products_carousel_widget {
  position: relative;
  padding: 32px 20px 30px 20px;
}

@media (min-width: 1200px) {
  .widget.widget_product_categories_image, .widget.tm_products_carousel_widget {
    padding: 32px 40px 30px 40px;
  }
}

.widget.widget_product_categories_image .widget-title, .widget.tm_products_carousel_widget .widget-title {
  margin: 0 0 30px 0;
  padding-right: 45px;
}

.footer-area:not(.footer-area--fullwidth) .widget.widget_product_categories_image .widget-title,
.footer-area:not(.footer-area--fullwidth) .widget.widget_product_categories_image .widget-title, .footer-area:not(.footer-area--fullwidth) .widget.tm_products_carousel_widget .widget-title,
.footer-area:not(.footer-area--fullwidth) .widget.tm_products_carousel_widget .widget-title {
  padding: 15px 0 0 0;
  margin: 0 0 40px 0;
}

.widget.widget_product_categories_image ul.products-categories li + li, .widget.tm_products_carousel_widget ul.products-categories li + li {
  padding-top: 0;
  margin-top: 0;
  border: none;
}

.widget.widget_product_categories_image .title_count_block h3, .widget.tm_products_carousel_widget .title_count_block h3 {
  margin: 0;
  padding-top: 12px;
}

.widget.widget_product_categories_image .title_count_block h3:before, .widget.tm_products_carousel_widget .title_count_block h3:before {
  display: none;
}

.widget.widget_product_categories_image .title_count_block > a, .widget.tm_products_carousel_widget .title_count_block > a {
  text-transform: none;
  position: relative;
  top: -4px;
}

.widget.widget_product_categories_image .swiper-button-next,
.widget.widget_product_categories_image .swiper-button-prev, .widget.tm_products_carousel_widget .swiper-button-next,
.widget.tm_products_carousel_widget .swiper-button-prev {
  top: 23px;
}

.widget.widget_product_categories_image .swiper-button-next, .widget.tm_products_carousel_widget .swiper-button-next {
  right: 23px;
}

.widget.widget_product_categories_image .swiper-button-prev, .widget.tm_products_carousel_widget .swiper-button-prev {
  right: 55px;
  left: auto;
}

.sidebar .widget.widget_product_categories_image .title_count_block,
.tm_pb_column_1_4 .widget.widget_product_categories_image .title_count_block,
.tm_pb_column_1_3 .widget.widget_product_categories_image .title_count_block,
.footer-area:not(.footer-area--fullwidth) .widget.widget_product_categories_image .title_count_block,
.after-loop-area .widget.widget_product_categories_image .title_count_block, .sidebar .widget.tm_products_carousel_widget .title_count_block,
.tm_pb_column_1_4 .widget.tm_products_carousel_widget .title_count_block,
.tm_pb_column_1_3 .widget.tm_products_carousel_widget .title_count_block,
.footer-area:not(.footer-area--fullwidth) .widget.tm_products_carousel_widget .title_count_block,
.after-loop-area .widget.tm_products_carousel_widget .title_count_block {
  margin-bottom: 0 !important;
}

.sidebar .widget.widget_product_categories_image .swiper-button-next,
.sidebar .widget.widget_product_categories_image .swiper-button-prev,
.tm_pb_column_1_4 .widget.widget_product_categories_image .swiper-button-next,
.tm_pb_column_1_4 .widget.widget_product_categories_image .swiper-button-prev,
.tm_pb_column_1_3 .widget.widget_product_categories_image .swiper-button-next,
.tm_pb_column_1_3 .widget.widget_product_categories_image .swiper-button-prev,
.footer-area:not(.footer-area--fullwidth) .widget.widget_product_categories_image .swiper-button-next,
.footer-area:not(.footer-area--fullwidth) .widget.widget_product_categories_image .swiper-button-prev,
.after-loop-area .widget.widget_product_categories_image .swiper-button-next,
.after-loop-area .widget.widget_product_categories_image .swiper-button-prev, .sidebar .widget.tm_products_carousel_widget .swiper-button-next,
.sidebar .widget.tm_products_carousel_widget .swiper-button-prev,
.tm_pb_column_1_4 .widget.tm_products_carousel_widget .swiper-button-next,
.tm_pb_column_1_4 .widget.tm_products_carousel_widget .swiper-button-prev,
.tm_pb_column_1_3 .widget.tm_products_carousel_widget .swiper-button-next,
.tm_pb_column_1_3 .widget.tm_products_carousel_widget .swiper-button-prev,
.footer-area:not(.footer-area--fullwidth) .widget.tm_products_carousel_widget .swiper-button-next,
.footer-area:not(.footer-area--fullwidth) .widget.tm_products_carousel_widget .swiper-button-prev,
.after-loop-area .widget.tm_products_carousel_widget .swiper-button-next,
.after-loop-area .widget.tm_products_carousel_widget .swiper-button-prev {
  top: 26px;
  width: 26px;
  height: 26px;
}

.sidebar .widget.widget_product_categories_image .swiper-button-next:after,
.sidebar .widget.widget_product_categories_image .swiper-button-prev:after,
.tm_pb_column_1_4 .widget.widget_product_categories_image .swiper-button-next:after,
.tm_pb_column_1_4 .widget.widget_product_categories_image .swiper-button-prev:after,
.tm_pb_column_1_3 .widget.widget_product_categories_image .swiper-button-next:after,
.tm_pb_column_1_3 .widget.widget_product_categories_image .swiper-button-prev:after,
.footer-area:not(.footer-area--fullwidth) .widget.widget_product_categories_image .swiper-button-next:after,
.footer-area:not(.footer-area--fullwidth) .widget.widget_product_categories_image .swiper-button-prev:after,
.after-loop-area .widget.widget_product_categories_image .swiper-button-next:after,
.after-loop-area .widget.widget_product_categories_image .swiper-button-prev:after, .sidebar .widget.tm_products_carousel_widget .swiper-button-next:after,
.sidebar .widget.tm_products_carousel_widget .swiper-button-prev:after,
.tm_pb_column_1_4 .widget.tm_products_carousel_widget .swiper-button-next:after,
.tm_pb_column_1_4 .widget.tm_products_carousel_widget .swiper-button-prev:after,
.tm_pb_column_1_3 .widget.tm_products_carousel_widget .swiper-button-next:after,
.tm_pb_column_1_3 .widget.tm_products_carousel_widget .swiper-button-prev:after,
.footer-area:not(.footer-area--fullwidth) .widget.tm_products_carousel_widget .swiper-button-next:after,
.footer-area:not(.footer-area--fullwidth) .widget.tm_products_carousel_widget .swiper-button-prev:after,
.after-loop-area .widget.tm_products_carousel_widget .swiper-button-next:after,
.after-loop-area .widget.tm_products_carousel_widget .swiper-button-prev:after {
  line-height: 26px;
}

.sidebar .widget.widget_product_categories_image .swiper-button-next,
.tm_pb_column_1_4 .widget.widget_product_categories_image .swiper-button-next,
.tm_pb_column_1_3 .widget.widget_product_categories_image .swiper-button-next,
.footer-area:not(.footer-area--fullwidth) .widget.widget_product_categories_image .swiper-button-next,
.after-loop-area .widget.widget_product_categories_image .swiper-button-next, .sidebar .widget.tm_products_carousel_widget .swiper-button-next,
.tm_pb_column_1_4 .widget.tm_products_carousel_widget .swiper-button-next,
.tm_pb_column_1_3 .widget.tm_products_carousel_widget .swiper-button-next,
.footer-area:not(.footer-area--fullwidth) .widget.tm_products_carousel_widget .swiper-button-next,
.after-loop-area .widget.tm_products_carousel_widget .swiper-button-next {
  right: 32px;
}

.sidebar .widget.widget_product_categories_image .swiper-button-prev,
.tm_pb_column_1_4 .widget.widget_product_categories_image .swiper-button-prev,
.tm_pb_column_1_3 .widget.widget_product_categories_image .swiper-button-prev,
.footer-area:not(.footer-area--fullwidth) .widget.widget_product_categories_image .swiper-button-prev,
.after-loop-area .widget.widget_product_categories_image .swiper-button-prev, .sidebar .widget.tm_products_carousel_widget .swiper-button-prev,
.tm_pb_column_1_4 .widget.tm_products_carousel_widget .swiper-button-prev,
.tm_pb_column_1_3 .widget.tm_products_carousel_widget .swiper-button-prev,
.footer-area:not(.footer-area--fullwidth) .widget.tm_products_carousel_widget .swiper-button-prev,
.after-loop-area .widget.tm_products_carousel_widget .swiper-button-prev {
  right: 57px;
}

@media (min-width: 1500px) {
  .sidebar .widget.widget_product_categories_image .swiper-button-next,
  .sidebar .widget.widget_product_categories_image .swiper-button-prev,
  .tm_pb_column_1_4 .widget.widget_product_categories_image .swiper-button-next,
  .tm_pb_column_1_4 .widget.widget_product_categories_image .swiper-button-prev,
  .tm_pb_column_1_3 .widget.widget_product_categories_image .swiper-button-next,
  .tm_pb_column_1_3 .widget.widget_product_categories_image .swiper-button-prev,
  .footer-area:not(.footer-area--fullwidth) .widget.widget_product_categories_image .swiper-button-next,
  .footer-area:not(.footer-area--fullwidth) .widget.widget_product_categories_image .swiper-button-prev,
  .after-loop-area .widget.widget_product_categories_image .swiper-button-next,
  .after-loop-area .widget.widget_product_categories_image .swiper-button-prev, .sidebar .widget.tm_products_carousel_widget .swiper-button-next,
  .sidebar .widget.tm_products_carousel_widget .swiper-button-prev,
  .tm_pb_column_1_4 .widget.tm_products_carousel_widget .swiper-button-next,
  .tm_pb_column_1_4 .widget.tm_products_carousel_widget .swiper-button-prev,
  .tm_pb_column_1_3 .widget.tm_products_carousel_widget .swiper-button-next,
  .tm_pb_column_1_3 .widget.tm_products_carousel_widget .swiper-button-prev,
  .footer-area:not(.footer-area--fullwidth) .widget.tm_products_carousel_widget .swiper-button-next,
  .footer-area:not(.footer-area--fullwidth) .widget.tm_products_carousel_widget .swiper-button-prev,
  .after-loop-area .widget.tm_products_carousel_widget .swiper-button-next,
  .after-loop-area .widget.tm_products_carousel_widget .swiper-button-prev {
    top: 35px;
  }
}

.full-width-header-area .widget.widget_product_categories_image .widget-title, .full-width-header-area .widget.tm_products_carousel_widget .widget-title {
  margin: 0 0 30px 0 !important;
}

.widget.tm_products_carousel_widget .product .block_product_thumbnail {
  margin: 0 0 6px 0;
}

@media (min-width: 768px) {
  .widget.tm_products_carousel_widget .product .block_product_content {
    padding-bottom: 40px;
  }
}

@media (min-width: 1700px) {
  .widget.tm_products_carousel_widget .product .block_product_content {
    padding-bottom: 4px;
  }
}

.widget.tm_products_carousel_widget .product .button.product_type_variable span {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  display: inline-block;
}

.widget.tm_products_carousel_widget .tm_products_carousel_widget_product_desc {
  text-transform: none;
}

.widget.woocommerce.woostroid_widget_products .add_to_cart_button-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.widget.woocommerce.woostroid_widget_products .add_to_cart_button-wrap .ajax_add_to_cart,
.widget.woocommerce.woostroid_widget_products .add_to_cart_button-wrap .add_to_cart_button {
  display: inline-block;
  max-width: 100% !important;
}

.widget.woocommerce.woostroid_widget_products .add_to_cart_button-wrap .added_to_cart.wc-forward {
  display: none;
}

.widget.woocommerce.woostroid_widget_products .woocs_price_code {
  margin-bottom: 15px;
}

.widget.woocommerce.woostroid_widget_products .button {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.widget.woocommerce.widget_products .product-widget-categories, .widget.woocommerce.widget_top_rated_products .product-widget-categories, .widget.woocommerce.widget_recent_reviews .product-widget-categories, .widget.woocommerce.widget_recently_viewed_products .product-widget-categories, .widget.woocommerce.woostroid_widget_products .product-widget-categories {
  min-width: 90px;
}

.widget.woocommerce.widget_products .ajax_add_to_cart,
.widget.woocommerce.widget_products .add_to_cart_button, .widget.woocommerce.widget_top_rated_products .ajax_add_to_cart,
.widget.woocommerce.widget_top_rated_products .add_to_cart_button, .widget.woocommerce.widget_recent_reviews .ajax_add_to_cart,
.widget.woocommerce.widget_recent_reviews .add_to_cart_button, .widget.woocommerce.widget_recently_viewed_products .ajax_add_to_cart,
.widget.woocommerce.widget_recently_viewed_products .add_to_cart_button, .widget.woocommerce.woostroid_widget_products .ajax_add_to_cart,
.widget.woocommerce.woostroid_widget_products .add_to_cart_button {
  margin: 10px 0;
  max-width: 100%;
}

.widget.woocommerce.widget_products .ajax_add_to_cart.loading, .widget.woocommerce.widget_products .ajax_add_to_cart.added,
.widget.woocommerce.widget_products .add_to_cart_button.loading,
.widget.woocommerce.widget_products .add_to_cart_button.added, .widget.woocommerce.widget_top_rated_products .ajax_add_to_cart.loading, .widget.woocommerce.widget_top_rated_products .ajax_add_to_cart.added,
.widget.woocommerce.widget_top_rated_products .add_to_cart_button.loading,
.widget.woocommerce.widget_top_rated_products .add_to_cart_button.added, .widget.woocommerce.widget_recent_reviews .ajax_add_to_cart.loading, .widget.woocommerce.widget_recent_reviews .ajax_add_to_cart.added,
.widget.woocommerce.widget_recent_reviews .add_to_cart_button.loading,
.widget.woocommerce.widget_recent_reviews .add_to_cart_button.added, .widget.woocommerce.widget_recently_viewed_products .ajax_add_to_cart.loading, .widget.woocommerce.widget_recently_viewed_products .ajax_add_to_cart.added,
.widget.woocommerce.widget_recently_viewed_products .add_to_cart_button.loading,
.widget.woocommerce.widget_recently_viewed_products .add_to_cart_button.added, .widget.woocommerce.woostroid_widget_products .ajax_add_to_cart.loading, .widget.woocommerce.woostroid_widget_products .ajax_add_to_cart.added,
.widget.woocommerce.woostroid_widget_products .add_to_cart_button.loading,
.widget.woocommerce.woostroid_widget_products .add_to_cart_button.added {
  opacity: 1;
  padding-left: 50px;
  padding-right: 30px;
}

.widget.woocommerce.widget_products .ajax_add_to_cart.loading:after, .widget.woocommerce.widget_products .ajax_add_to_cart.added:after,
.widget.woocommerce.widget_products .add_to_cart_button.loading:after,
.widget.woocommerce.widget_products .add_to_cart_button.added:after, .widget.woocommerce.widget_top_rated_products .ajax_add_to_cart.loading:after, .widget.woocommerce.widget_top_rated_products .ajax_add_to_cart.added:after,
.widget.woocommerce.widget_top_rated_products .add_to_cart_button.loading:after,
.widget.woocommerce.widget_top_rated_products .add_to_cart_button.added:after, .widget.woocommerce.widget_recent_reviews .ajax_add_to_cart.loading:after, .widget.woocommerce.widget_recent_reviews .ajax_add_to_cart.added:after,
.widget.woocommerce.widget_recent_reviews .add_to_cart_button.loading:after,
.widget.woocommerce.widget_recent_reviews .add_to_cart_button.added:after, .widget.woocommerce.widget_recently_viewed_products .ajax_add_to_cart.loading:after, .widget.woocommerce.widget_recently_viewed_products .ajax_add_to_cart.added:after,
.widget.woocommerce.widget_recently_viewed_products .add_to_cart_button.loading:after,
.widget.woocommerce.widget_recently_viewed_products .add_to_cart_button.added:after, .widget.woocommerce.woostroid_widget_products .ajax_add_to_cart.loading:after, .widget.woocommerce.woostroid_widget_products .ajax_add_to_cart.added:after,
.widget.woocommerce.woostroid_widget_products .add_to_cart_button.loading:after,
.widget.woocommerce.woostroid_widget_products .add_to_cart_button.added:after {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
}

.widget.woocommerce.widget_products .ajax_add_to_cart.added:after,
.widget.woocommerce.widget_products .add_to_cart_button.added:after, .widget.woocommerce.widget_top_rated_products .ajax_add_to_cart.added:after,
.widget.woocommerce.widget_top_rated_products .add_to_cart_button.added:after, .widget.woocommerce.widget_recent_reviews .ajax_add_to_cart.added:after,
.widget.woocommerce.widget_recent_reviews .add_to_cart_button.added:after, .widget.woocommerce.widget_recently_viewed_products .ajax_add_to_cart.added:after,
.widget.woocommerce.widget_recently_viewed_products .add_to_cart_button.added:after, .widget.woocommerce.woostroid_widget_products .ajax_add_to_cart.added:after,
.widget.woocommerce.woostroid_widget_products .add_to_cart_button.added:after {
  content: '\e934';
  display: block;
  margin-left: 0;
}

@media (min-width: 544px) {
  .before-content-area .widget.woocommerce.widget_products > ul,
  .after-content-area .widget.woocommerce.widget_products > ul,
  .footer-area--fullwidth .widget.woocommerce.widget_products > ul,
  .tm_pb_column_4_4 .widget.woocommerce.widget_products > ul,
  .full-width-header-area .widget.woocommerce.widget_products > ul,
  .after-content-full-width-area .widget.woocommerce.widget_products > ul, .before-content-area .widget.woocommerce.widget_top_rated_products > ul,
  .after-content-area .widget.woocommerce.widget_top_rated_products > ul,
  .footer-area--fullwidth .widget.woocommerce.widget_top_rated_products > ul,
  .tm_pb_column_4_4 .widget.woocommerce.widget_top_rated_products > ul,
  .full-width-header-area .widget.woocommerce.widget_top_rated_products > ul,
  .after-content-full-width-area .widget.woocommerce.widget_top_rated_products > ul, .before-content-area .widget.woocommerce.widget_recent_reviews > ul,
  .after-content-area .widget.woocommerce.widget_recent_reviews > ul,
  .footer-area--fullwidth .widget.woocommerce.widget_recent_reviews > ul,
  .tm_pb_column_4_4 .widget.woocommerce.widget_recent_reviews > ul,
  .full-width-header-area .widget.woocommerce.widget_recent_reviews > ul,
  .after-content-full-width-area .widget.woocommerce.widget_recent_reviews > ul, .before-content-area .widget.woocommerce.widget_recently_viewed_products > ul,
  .after-content-area .widget.woocommerce.widget_recently_viewed_products > ul,
  .footer-area--fullwidth .widget.woocommerce.widget_recently_viewed_products > ul,
  .tm_pb_column_4_4 .widget.woocommerce.widget_recently_viewed_products > ul,
  .full-width-header-area .widget.woocommerce.widget_recently_viewed_products > ul,
  .after-content-full-width-area .widget.woocommerce.widget_recently_viewed_products > ul, .before-content-area .widget.woocommerce.woostroid_widget_products > ul,
  .after-content-area .widget.woocommerce.woostroid_widget_products > ul,
  .footer-area--fullwidth .widget.woocommerce.woostroid_widget_products > ul,
  .tm_pb_column_4_4 .widget.woocommerce.woostroid_widget_products > ul,
  .full-width-header-area .widget.woocommerce.woostroid_widget_products > ul,
  .after-content-full-width-area .widget.woocommerce.woostroid_widget_products > ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -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-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
            align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
}

.before-content-area .widget.woocommerce.widget_products > ul > li,
.after-content-area .widget.woocommerce.widget_products > ul > li,
.footer-area--fullwidth .widget.woocommerce.widget_products > ul > li,
.tm_pb_column_4_4 .widget.woocommerce.widget_products > ul > li,
.full-width-header-area .widget.woocommerce.widget_products > ul > li,
.after-content-full-width-area .widget.woocommerce.widget_products > ul > li, .before-content-area .widget.woocommerce.widget_top_rated_products > ul > li,
.after-content-area .widget.woocommerce.widget_top_rated_products > ul > li,
.footer-area--fullwidth .widget.woocommerce.widget_top_rated_products > ul > li,
.tm_pb_column_4_4 .widget.woocommerce.widget_top_rated_products > ul > li,
.full-width-header-area .widget.woocommerce.widget_top_rated_products > ul > li,
.after-content-full-width-area .widget.woocommerce.widget_top_rated_products > ul > li, .before-content-area .widget.woocommerce.widget_recent_reviews > ul > li,
.after-content-area .widget.woocommerce.widget_recent_reviews > ul > li,
.footer-area--fullwidth .widget.woocommerce.widget_recent_reviews > ul > li,
.tm_pb_column_4_4 .widget.woocommerce.widget_recent_reviews > ul > li,
.full-width-header-area .widget.woocommerce.widget_recent_reviews > ul > li,
.after-content-full-width-area .widget.woocommerce.widget_recent_reviews > ul > li, .before-content-area .widget.woocommerce.widget_recently_viewed_products > ul > li,
.after-content-area .widget.woocommerce.widget_recently_viewed_products > ul > li,
.footer-area--fullwidth .widget.woocommerce.widget_recently_viewed_products > ul > li,
.tm_pb_column_4_4 .widget.woocommerce.widget_recently_viewed_products > ul > li,
.full-width-header-area .widget.woocommerce.widget_recently_viewed_products > ul > li,
.after-content-full-width-area .widget.woocommerce.widget_recently_viewed_products > ul > li, .before-content-area .widget.woocommerce.woostroid_widget_products > ul > li,
.after-content-area .widget.woocommerce.woostroid_widget_products > ul > li,
.footer-area--fullwidth .widget.woocommerce.woostroid_widget_products > ul > li,
.tm_pb_column_4_4 .widget.woocommerce.woostroid_widget_products > ul > li,
.full-width-header-area .widget.woocommerce.woostroid_widget_products > ul > li,
.after-content-full-width-area .widget.woocommerce.woostroid_widget_products > ul > li {
  -webkit-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .before-content-area .widget.woocommerce.widget_products > ul > li,
  .after-content-area .widget.woocommerce.widget_products > ul > li,
  .footer-area--fullwidth .widget.woocommerce.widget_products > ul > li,
  .tm_pb_column_4_4 .widget.woocommerce.widget_products > ul > li,
  .full-width-header-area .widget.woocommerce.widget_products > ul > li,
  .after-content-full-width-area .widget.woocommerce.widget_products > ul > li, .before-content-area .widget.woocommerce.widget_top_rated_products > ul > li,
  .after-content-area .widget.woocommerce.widget_top_rated_products > ul > li,
  .footer-area--fullwidth .widget.woocommerce.widget_top_rated_products > ul > li,
  .tm_pb_column_4_4 .widget.woocommerce.widget_top_rated_products > ul > li,
  .full-width-header-area .widget.woocommerce.widget_top_rated_products > ul > li,
  .after-content-full-width-area .widget.woocommerce.widget_top_rated_products > ul > li, .before-content-area .widget.woocommerce.widget_recent_reviews > ul > li,
  .after-content-area .widget.woocommerce.widget_recent_reviews > ul > li,
  .footer-area--fullwidth .widget.woocommerce.widget_recent_reviews > ul > li,
  .tm_pb_column_4_4 .widget.woocommerce.widget_recent_reviews > ul > li,
  .full-width-header-area .widget.woocommerce.widget_recent_reviews > ul > li,
  .after-content-full-width-area .widget.woocommerce.widget_recent_reviews > ul > li, .before-content-area .widget.woocommerce.widget_recently_viewed_products > ul > li,
  .after-content-area .widget.woocommerce.widget_recently_viewed_products > ul > li,
  .footer-area--fullwidth .widget.woocommerce.widget_recently_viewed_products > ul > li,
  .tm_pb_column_4_4 .widget.woocommerce.widget_recently_viewed_products > ul > li,
  .full-width-header-area .widget.woocommerce.widget_recently_viewed_products > ul > li,
  .after-content-full-width-area .widget.woocommerce.widget_recently_viewed_products > ul > li, .before-content-area .widget.woocommerce.woostroid_widget_products > ul > li,
  .after-content-area .widget.woocommerce.woostroid_widget_products > ul > li,
  .footer-area--fullwidth .widget.woocommerce.woostroid_widget_products > ul > li,
  .tm_pb_column_4_4 .widget.woocommerce.woostroid_widget_products > ul > li,
  .full-width-header-area .widget.woocommerce.woostroid_widget_products > ul > li,
  .after-content-full-width-area .widget.woocommerce.woostroid_widget_products > ul > li {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .before-content-area .widget.woocommerce.widget_products > ul > li,
  .after-content-area .widget.woocommerce.widget_products > ul > li,
  .footer-area--fullwidth .widget.woocommerce.widget_products > ul > li,
  .tm_pb_column_4_4 .widget.woocommerce.widget_products > ul > li,
  .full-width-header-area .widget.woocommerce.widget_products > ul > li,
  .after-content-full-width-area .widget.woocommerce.widget_products > ul > li, .before-content-area .widget.woocommerce.widget_top_rated_products > ul > li,
  .after-content-area .widget.woocommerce.widget_top_rated_products > ul > li,
  .footer-area--fullwidth .widget.woocommerce.widget_top_rated_products > ul > li,
  .tm_pb_column_4_4 .widget.woocommerce.widget_top_rated_products > ul > li,
  .full-width-header-area .widget.woocommerce.widget_top_rated_products > ul > li,
  .after-content-full-width-area .widget.woocommerce.widget_top_rated_products > ul > li, .before-content-area .widget.woocommerce.widget_recent_reviews > ul > li,
  .after-content-area .widget.woocommerce.widget_recent_reviews > ul > li,
  .footer-area--fullwidth .widget.woocommerce.widget_recent_reviews > ul > li,
  .tm_pb_column_4_4 .widget.woocommerce.widget_recent_reviews > ul > li,
  .full-width-header-area .widget.woocommerce.widget_recent_reviews > ul > li,
  .after-content-full-width-area .widget.woocommerce.widget_recent_reviews > ul > li, .before-content-area .widget.woocommerce.widget_recently_viewed_products > ul > li,
  .after-content-area .widget.woocommerce.widget_recently_viewed_products > ul > li,
  .footer-area--fullwidth .widget.woocommerce.widget_recently_viewed_products > ul > li,
  .tm_pb_column_4_4 .widget.woocommerce.widget_recently_viewed_products > ul > li,
  .full-width-header-area .widget.woocommerce.widget_recently_viewed_products > ul > li,
  .after-content-full-width-area .widget.woocommerce.widget_recently_viewed_products > ul > li, .before-content-area .widget.woocommerce.woostroid_widget_products > ul > li,
  .after-content-area .widget.woocommerce.woostroid_widget_products > ul > li,
  .footer-area--fullwidth .widget.woocommerce.woostroid_widget_products > ul > li,
  .tm_pb_column_4_4 .widget.woocommerce.woostroid_widget_products > ul > li,
  .full-width-header-area .widget.woocommerce.woostroid_widget_products > ul > li,
  .after-content-full-width-area .widget.woocommerce.woostroid_widget_products > ul > li {
    -webkit-flex: 0 1 33%;
    -moz-flex: 0 1 33%;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
    max-width: 33%;
  }
}

@media (min-width: 1500px) {
  .before-content-area .widget.woocommerce.widget_products > ul > li,
  .after-content-area .widget.woocommerce.widget_products > ul > li,
  .footer-area--fullwidth .widget.woocommerce.widget_products > ul > li,
  .tm_pb_column_4_4 .widget.woocommerce.widget_products > ul > li,
  .full-width-header-area .widget.woocommerce.widget_products > ul > li,
  .after-content-full-width-area .widget.woocommerce.widget_products > ul > li, .before-content-area .widget.woocommerce.widget_top_rated_products > ul > li,
  .after-content-area .widget.woocommerce.widget_top_rated_products > ul > li,
  .footer-area--fullwidth .widget.woocommerce.widget_top_rated_products > ul > li,
  .tm_pb_column_4_4 .widget.woocommerce.widget_top_rated_products > ul > li,
  .full-width-header-area .widget.woocommerce.widget_top_rated_products > ul > li,
  .after-content-full-width-area .widget.woocommerce.widget_top_rated_products > ul > li, .before-content-area .widget.woocommerce.widget_recent_reviews > ul > li,
  .after-content-area .widget.woocommerce.widget_recent_reviews > ul > li,
  .footer-area--fullwidth .widget.woocommerce.widget_recent_reviews > ul > li,
  .tm_pb_column_4_4 .widget.woocommerce.widget_recent_reviews > ul > li,
  .full-width-header-area .widget.woocommerce.widget_recent_reviews > ul > li,
  .after-content-full-width-area .widget.woocommerce.widget_recent_reviews > ul > li, .before-content-area .widget.woocommerce.widget_recently_viewed_products > ul > li,
  .after-content-area .widget.woocommerce.widget_recently_viewed_products > ul > li,
  .footer-area--fullwidth .widget.woocommerce.widget_recently_viewed_products > ul > li,
  .tm_pb_column_4_4 .widget.woocommerce.widget_recently_viewed_products > ul > li,
  .full-width-header-area .widget.woocommerce.widget_recently_viewed_products > ul > li,
  .after-content-full-width-area .widget.woocommerce.widget_recently_viewed_products > ul > li, .before-content-area .widget.woocommerce.woostroid_widget_products > ul > li,
  .after-content-area .widget.woocommerce.woostroid_widget_products > ul > li,
  .footer-area--fullwidth .widget.woocommerce.woostroid_widget_products > ul > li,
  .tm_pb_column_4_4 .widget.woocommerce.woostroid_widget_products > ul > li,
  .full-width-header-area .widget.woocommerce.woostroid_widget_products > ul > li,
  .after-content-full-width-area .widget.woocommerce.woostroid_widget_products > ul > li {
    -webkit-flex: 0 1 25%;
    -moz-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
}

.widget.woocommerce.widget_products > ul > li, .widget.woocommerce.widget_top_rated_products > ul > li, .widget.woocommerce.widget_recent_reviews > ul > li, .widget.woocommerce.widget_recently_viewed_products > ul > li, .widget.woocommerce.woostroid_widget_products > ul > li {
  padding: 20px 10px 10px 0;
}

.widget.woocommerce.widget_products > ul > li:last-child, .widget.woocommerce.widget_top_rated_products > ul > li:last-child, .widget.woocommerce.widget_recent_reviews > ul > li:last-child, .widget.woocommerce.widget_recently_viewed_products > ul > li:last-child, .widget.woocommerce.woostroid_widget_products > ul > li:last-child {
  border: none;
}

.widget.woocommerce.widget_products > ul > li > a img, .widget.woocommerce.widget_top_rated_products > ul > li > a img, .widget.woocommerce.widget_recent_reviews > ul > li > a img, .widget.woocommerce.widget_recently_viewed_products > ul > li > a img, .widget.woocommerce.woostroid_widget_products > ul > li > a img {
  width: auto;
  float: left;
  margin: 0 20px 10px 0 !important;
}

@media (max-width: 991px) {
  .widget.woocommerce.widget_products > ul > li > a img, .widget.woocommerce.widget_top_rated_products > ul > li > a img, .widget.woocommerce.widget_recent_reviews > ul > li > a img, .widget.woocommerce.widget_recently_viewed_products > ul > li > a img, .widget.woocommerce.woostroid_widget_products > ul > li > a img {
    max-width: 40%;
  }
}

.widget.woocommerce.widget_products > ul > li .product_widget_content, .widget.woocommerce.widget_top_rated_products > ul > li .product_widget_content, .widget.woocommerce.widget_recent_reviews > ul > li .product_widget_content, .widget.woocommerce.widget_recently_viewed_products > ul > li .product_widget_content, .widget.woocommerce.woostroid_widget_products > ul > li .product_widget_content {
  overflow: hidden;
}

.widget.woocommerce.widget_products > ul > li .product-widget-categories, .widget.woocommerce.widget_top_rated_products > ul > li .product-widget-categories, .widget.woocommerce.widget_recent_reviews > ul > li .product-widget-categories, .widget.woocommerce.widget_recently_viewed_products > ul > li .product-widget-categories, .widget.woocommerce.woostroid_widget_products > ul > li .product-widget-categories {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: -7px 0 0 0;
}

.widget.woocommerce.widget_products > ul > li .product-widget-categories a, .widget.woocommerce.widget_top_rated_products > ul > li .product-widget-categories a, .widget.woocommerce.widget_recent_reviews > ul > li .product-widget-categories a, .widget.woocommerce.widget_recently_viewed_products > ul > li .product-widget-categories a, .widget.woocommerce.woostroid_widget_products > ul > li .product-widget-categories a {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  display: inline;
}

.widget.woocommerce.widget_products > ul > li .price > span, .widget.woocommerce.widget_top_rated_products > ul > li .price > span, .widget.woocommerce.widget_recent_reviews > ul > li .price > span, .widget.woocommerce.widget_recently_viewed_products > ul > li .price > span, .widget.woocommerce.woostroid_widget_products > ul > li .price > span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.widget.woocommerce.widget_products > ul > li .star-rating, .widget.woocommerce.widget_top_rated_products > ul > li .star-rating, .widget.woocommerce.widget_recent_reviews > ul > li .star-rating, .widget.woocommerce.widget_recently_viewed_products > ul > li .star-rating, .widget.woocommerce.woostroid_widget_products > ul > li .star-rating {
  margin: 5px 0 10px 0;
}

.widget_recent_reviews .widget.woocommerce.widget_products > ul > li .star-rating, .widget_recent_reviews .widget.woocommerce.widget_top_rated_products > ul > li .star-rating, .widget_recent_reviews .widget.woocommerce.widget_recent_reviews > ul > li .star-rating, .widget_recent_reviews .widget.woocommerce.widget_recently_viewed_products > ul > li .star-rating, .widget_recent_reviews .widget.woocommerce.woostroid_widget_products > ul > li .star-rating {
  margin-top: 10px;
}

.widget.woocommerce.widget_products > ul .product-title, .widget.woocommerce.widget_top_rated_products > ul .product-title, .widget.woocommerce.widget_recent_reviews > ul .product-title, .widget.woocommerce.widget_recently_viewed_products > ul .product-title, .widget.woocommerce.woostroid_widget_products > ul .product-title {
  margin: 0 0 10px 0;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.widget.woocommerce.widget_products > ul .product-title a, .widget.woocommerce.widget_top_rated_products > ul .product-title a, .widget.woocommerce.widget_recent_reviews > ul .product-title a, .widget.woocommerce.widget_recently_viewed_products > ul .product-title a, .widget.woocommerce.woostroid_widget_products > ul .product-title a {
  display: inline-block;
  font-weight: inherit;
}

.widget.woocommerce.widget_products > ul .price, .widget.woocommerce.widget_top_rated_products > ul .price, .widget.woocommerce.widget_recent_reviews > ul .price, .widget.woocommerce.widget_recently_viewed_products > ul .price, .widget.woocommerce.woostroid_widget_products > ul .price {
  font-size: 1.125rem;
  font-weight: 400;
  display: block;
  margin: 0 0 5px;
}

.widget.woocommerce.widget_products > ul .price ins, .widget.woocommerce.widget_top_rated_products > ul .price ins, .widget.woocommerce.widget_recent_reviews > ul .price ins, .widget.woocommerce.widget_recently_viewed_products > ul .price ins, .widget.woocommerce.woostroid_widget_products > ul .price ins {
  background: none;
  margin-right: 5px;
  text-decoration: none;
}

.widget.woocommerce.widget_products > ul span.reviewer, .widget.woocommerce.widget_top_rated_products > ul span.reviewer, .widget.woocommerce.widget_recent_reviews > ul span.reviewer, .widget.woocommerce.widget_recently_viewed_products > ul span.reviewer, .widget.woocommerce.woostroid_widget_products > ul span.reviewer {
  text-transform: capitalize;
  font-size: 0.875rem;
  display: block;
  margin: 4px 0 8px;
}

.widget.woocommerce.widget_products > ul span.reviewer a, .widget.woocommerce.widget_top_rated_products > ul span.reviewer a, .widget.woocommerce.widget_recent_reviews > ul span.reviewer a, .widget.woocommerce.widget_recently_viewed_products > ul span.reviewer a, .widget.woocommerce.woostroid_widget_products > ul span.reviewer a {
  text-decoration: none;
}

.widget.woocommerce.widget_products .price del, .widget.woocommerce.widget_top_rated_products .price del, .widget.woocommerce.widget_recent_reviews .price del, .widget.woocommerce.widget_recently_viewed_products .price del, .widget.woocommerce.woostroid_widget_products .price del {
  display: block;
}

.widget.woocommerce.widget_products .widget-title, .widget.woocommerce.widget_top_rated_products .widget-title, .widget.woocommerce.widget_recent_reviews .widget-title, .widget.woocommerce.widget_recently_viewed_products .widget-title, .widget.woocommerce.woostroid_widget_products .widget-title {
  margin-bottom: 5px;
}

.widget.woocommerce.widget_products .product_list_widget li, .widget.woocommerce.widget_top_rated_products .product_list_widget li, .widget.woocommerce.widget_recent_reviews .product_list_widget li, .widget.woocommerce.widget_recently_viewed_products .product_list_widget li, .widget.woocommerce.woostroid_widget_products .product_list_widget li {
  margin-top: 0;
  margin-bottom: 10px;
  border: none;
}

.widget.woocommerce.widget_products .product_list_widget li .product-widget-categories, .widget.woocommerce.widget_top_rated_products .product_list_widget li .product-widget-categories, .widget.woocommerce.widget_recent_reviews .product_list_widget li .product-widget-categories, .widget.woocommerce.widget_recently_viewed_products .product_list_widget li .product-widget-categories, .widget.woocommerce.woostroid_widget_products .product_list_widget li .product-widget-categories {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
}

.sidebar .widget.woocommerce.widget_products .product_list_widget li,
.tm_pb_column_1_4 .widget.woocommerce.widget_products .product_list_widget li,
.tm_pb_column_1_3 .widget.woocommerce.widget_products .product_list_widget li,
.footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_products .product_list_widget li,
.after-loop-area .widget.woocommerce.widget_products .product_list_widget li, .sidebar .widget.woocommerce.widget_top_rated_products .product_list_widget li,
.tm_pb_column_1_4 .widget.woocommerce.widget_top_rated_products .product_list_widget li,
.tm_pb_column_1_3 .widget.woocommerce.widget_top_rated_products .product_list_widget li,
.footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_top_rated_products .product_list_widget li,
.after-loop-area .widget.woocommerce.widget_top_rated_products .product_list_widget li, .sidebar .widget.woocommerce.widget_recent_reviews .product_list_widget li,
.tm_pb_column_1_4 .widget.woocommerce.widget_recent_reviews .product_list_widget li,
.tm_pb_column_1_3 .widget.woocommerce.widget_recent_reviews .product_list_widget li,
.footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_recent_reviews .product_list_widget li,
.after-loop-area .widget.woocommerce.widget_recent_reviews .product_list_widget li, .sidebar .widget.woocommerce.widget_recently_viewed_products .product_list_widget li,
.tm_pb_column_1_4 .widget.woocommerce.widget_recently_viewed_products .product_list_widget li,
.tm_pb_column_1_3 .widget.woocommerce.widget_recently_viewed_products .product_list_widget li,
.footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_recently_viewed_products .product_list_widget li,
.after-loop-area .widget.woocommerce.widget_recently_viewed_products .product_list_widget li, .sidebar .widget.woocommerce.woostroid_widget_products .product_list_widget li,
.tm_pb_column_1_4 .widget.woocommerce.woostroid_widget_products .product_list_widget li,
.tm_pb_column_1_3 .widget.woocommerce.woostroid_widget_products .product_list_widget li,
.footer-area:not(.footer-area--fullwidth) .widget.woocommerce.woostroid_widget_products .product_list_widget li,
.after-loop-area .widget.woocommerce.woostroid_widget_products .product_list_widget li {
  margin-top: 10px;
  padding-top: 30px;
}

.sidebar .widget.woocommerce.widget_products .product_list_widget li:first-child,
.tm_pb_column_1_4 .widget.woocommerce.widget_products .product_list_widget li:first-child,
.tm_pb_column_1_3 .widget.woocommerce.widget_products .product_list_widget li:first-child,
.footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_products .product_list_widget li:first-child,
.after-loop-area .widget.woocommerce.widget_products .product_list_widget li:first-child, .sidebar .widget.woocommerce.widget_top_rated_products .product_list_widget li:first-child,
.tm_pb_column_1_4 .widget.woocommerce.widget_top_rated_products .product_list_widget li:first-child,
.tm_pb_column_1_3 .widget.woocommerce.widget_top_rated_products .product_list_widget li:first-child,
.footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_top_rated_products .product_list_widget li:first-child,
.after-loop-area .widget.woocommerce.widget_top_rated_products .product_list_widget li:first-child, .sidebar .widget.woocommerce.widget_recent_reviews .product_list_widget li:first-child,
.tm_pb_column_1_4 .widget.woocommerce.widget_recent_reviews .product_list_widget li:first-child,
.tm_pb_column_1_3 .widget.woocommerce.widget_recent_reviews .product_list_widget li:first-child,
.footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_recent_reviews .product_list_widget li:first-child,
.after-loop-area .widget.woocommerce.widget_recent_reviews .product_list_widget li:first-child, .sidebar .widget.woocommerce.widget_recently_viewed_products .product_list_widget li:first-child,
.tm_pb_column_1_4 .widget.woocommerce.widget_recently_viewed_products .product_list_widget li:first-child,
.tm_pb_column_1_3 .widget.woocommerce.widget_recently_viewed_products .product_list_widget li:first-child,
.footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_recently_viewed_products .product_list_widget li:first-child,
.after-loop-area .widget.woocommerce.widget_recently_viewed_products .product_list_widget li:first-child, .sidebar .widget.woocommerce.woostroid_widget_products .product_list_widget li:first-child,
.tm_pb_column_1_4 .widget.woocommerce.woostroid_widget_products .product_list_widget li:first-child,
.tm_pb_column_1_3 .widget.woocommerce.woostroid_widget_products .product_list_widget li:first-child,
.footer-area:not(.footer-area--fullwidth) .widget.woocommerce.woostroid_widget_products .product_list_widget li:first-child,
.after-loop-area .widget.woocommerce.woostroid_widget_products .product_list_widget li:first-child {
  margin-top: 0;
}

.sidebar .widget.woocommerce.widget_products .product_list_widget li + li,
.tm_pb_column_1_4 .widget.woocommerce.widget_products .product_list_widget li + li,
.tm_pb_column_1_3 .widget.woocommerce.widget_products .product_list_widget li + li,
.footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_products .product_list_widget li + li,
.after-loop-area .widget.woocommerce.widget_products .product_list_widget li + li, .sidebar .widget.woocommerce.widget_top_rated_products .product_list_widget li + li,
.tm_pb_column_1_4 .widget.woocommerce.widget_top_rated_products .product_list_widget li + li,
.tm_pb_column_1_3 .widget.woocommerce.widget_top_rated_products .product_list_widget li + li,
.footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_top_rated_products .product_list_widget li + li,
.after-loop-area .widget.woocommerce.widget_top_rated_products .product_list_widget li + li, .sidebar .widget.woocommerce.widget_recent_reviews .product_list_widget li + li,
.tm_pb_column_1_4 .widget.woocommerce.widget_recent_reviews .product_list_widget li + li,
.tm_pb_column_1_3 .widget.woocommerce.widget_recent_reviews .product_list_widget li + li,
.footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_recent_reviews .product_list_widget li + li,
.after-loop-area .widget.woocommerce.widget_recent_reviews .product_list_widget li + li, .sidebar .widget.woocommerce.widget_recently_viewed_products .product_list_widget li + li,
.tm_pb_column_1_4 .widget.woocommerce.widget_recently_viewed_products .product_list_widget li + li,
.tm_pb_column_1_3 .widget.woocommerce.widget_recently_viewed_products .product_list_widget li + li,
.footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_recently_viewed_products .product_list_widget li + li,
.after-loop-area .widget.woocommerce.widget_recently_viewed_products .product_list_widget li + li, .sidebar .widget.woocommerce.woostroid_widget_products .product_list_widget li + li,
.tm_pb_column_1_4 .widget.woocommerce.woostroid_widget_products .product_list_widget li + li,
.tm_pb_column_1_3 .widget.woocommerce.woostroid_widget_products .product_list_widget li + li,
.footer-area:not(.footer-area--fullwidth) .widget.woocommerce.woostroid_widget_products .product_list_widget li + li,
.after-loop-area .widget.woocommerce.woostroid_widget_products .product_list_widget li + li {
  border-top: 1px solid #e8e8f8;
}

@media (min-width: 992px) {
  .sidebar .widget.woocommerce.widget_products .product_list_widget li img,
  .tm_pb_column_1_4 .widget.woocommerce.widget_products .product_list_widget li img,
  .tm_pb_column_1_3 .widget.woocommerce.widget_products .product_list_widget li img,
  .footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_products .product_list_widget li img,
  .after-loop-area .widget.woocommerce.widget_products .product_list_widget li img, .sidebar .widget.woocommerce.widget_top_rated_products .product_list_widget li img,
  .tm_pb_column_1_4 .widget.woocommerce.widget_top_rated_products .product_list_widget li img,
  .tm_pb_column_1_3 .widget.woocommerce.widget_top_rated_products .product_list_widget li img,
  .footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_top_rated_products .product_list_widget li img,
  .after-loop-area .widget.woocommerce.widget_top_rated_products .product_list_widget li img, .sidebar .widget.woocommerce.widget_recent_reviews .product_list_widget li img,
  .tm_pb_column_1_4 .widget.woocommerce.widget_recent_reviews .product_list_widget li img,
  .tm_pb_column_1_3 .widget.woocommerce.widget_recent_reviews .product_list_widget li img,
  .footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_recent_reviews .product_list_widget li img,
  .after-loop-area .widget.woocommerce.widget_recent_reviews .product_list_widget li img, .sidebar .widget.woocommerce.widget_recently_viewed_products .product_list_widget li img,
  .tm_pb_column_1_4 .widget.woocommerce.widget_recently_viewed_products .product_list_widget li img,
  .tm_pb_column_1_3 .widget.woocommerce.widget_recently_viewed_products .product_list_widget li img,
  .footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_recently_viewed_products .product_list_widget li img,
  .after-loop-area .widget.woocommerce.widget_recently_viewed_products .product_list_widget li img, .sidebar .widget.woocommerce.woostroid_widget_products .product_list_widget li img,
  .tm_pb_column_1_4 .widget.woocommerce.woostroid_widget_products .product_list_widget li img,
  .tm_pb_column_1_3 .widget.woocommerce.woostroid_widget_products .product_list_widget li img,
  .footer-area:not(.footer-area--fullwidth) .widget.woocommerce.woostroid_widget_products .product_list_widget li img,
  .after-loop-area .widget.woocommerce.woostroid_widget_products .product_list_widget li img {
    width: 100%;
    float: none;
  }
}

@media (min-width: 1500px) {
  .sidebar .widget.woocommerce.widget_products .product_list_widget li img,
  .tm_pb_column_1_4 .widget.woocommerce.widget_products .product_list_widget li img,
  .tm_pb_column_1_3 .widget.woocommerce.widget_products .product_list_widget li img,
  .footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_products .product_list_widget li img,
  .after-loop-area .widget.woocommerce.widget_products .product_list_widget li img, .sidebar .widget.woocommerce.widget_top_rated_products .product_list_widget li img,
  .tm_pb_column_1_4 .widget.woocommerce.widget_top_rated_products .product_list_widget li img,
  .tm_pb_column_1_3 .widget.woocommerce.widget_top_rated_products .product_list_widget li img,
  .footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_top_rated_products .product_list_widget li img,
  .after-loop-area .widget.woocommerce.widget_top_rated_products .product_list_widget li img, .sidebar .widget.woocommerce.widget_recent_reviews .product_list_widget li img,
  .tm_pb_column_1_4 .widget.woocommerce.widget_recent_reviews .product_list_widget li img,
  .tm_pb_column_1_3 .widget.woocommerce.widget_recent_reviews .product_list_widget li img,
  .footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_recent_reviews .product_list_widget li img,
  .after-loop-area .widget.woocommerce.widget_recent_reviews .product_list_widget li img, .sidebar .widget.woocommerce.widget_recently_viewed_products .product_list_widget li img,
  .tm_pb_column_1_4 .widget.woocommerce.widget_recently_viewed_products .product_list_widget li img,
  .tm_pb_column_1_3 .widget.woocommerce.widget_recently_viewed_products .product_list_widget li img,
  .footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_recently_viewed_products .product_list_widget li img,
  .after-loop-area .widget.woocommerce.widget_recently_viewed_products .product_list_widget li img, .sidebar .widget.woocommerce.woostroid_widget_products .product_list_widget li img,
  .tm_pb_column_1_4 .widget.woocommerce.woostroid_widget_products .product_list_widget li img,
  .tm_pb_column_1_3 .widget.woocommerce.woostroid_widget_products .product_list_widget li img,
  .footer-area:not(.footer-area--fullwidth) .widget.woocommerce.woostroid_widget_products .product_list_widget li img,
  .after-loop-area .widget.woocommerce.woostroid_widget_products .product_list_widget li img {
    width: 43%;
    float: left;
  }
}

.footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_products .product_list_widget li,
.second-footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_products .product_list_widget li, .footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_top_rated_products .product_list_widget li,
.second-footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_top_rated_products .product_list_widget li, .footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_recent_reviews .product_list_widget li,
.second-footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_recent_reviews .product_list_widget li, .footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_recently_viewed_products .product_list_widget li,
.second-footer-area:not(.footer-area--fullwidth) .widget.woocommerce.widget_recently_viewed_products .product_list_widget li, .footer-area:not(.footer-area--fullwidth) .widget.woocommerce.woostroid_widget_products .product_list_widget li,
.second-footer-area:not(.footer-area--fullwidth) .widget.woocommerce.woostroid_widget_products .product_list_widget li {
  border-top: none !important;
}

.tm_pb_column .widget.woocommerce.widget_products img,
.tm_pb_column .widget.woocommerce.widget_top_rated_products img,
.tm_pb_column .widget.woocommerce.widget_recent_reviews img,
.tm_pb_column .widget.woocommerce.widget_recently_viewed_products img,
.tm_pb_column .widget.woocommerce.woostroid_widget_products img {
  float: left !important;
  width: 100% !important;
}

@media (min-width: 544px) {
  .tm_pb_column .widget.woocommerce.widget_products img,
  .tm_pb_column .widget.woocommerce.widget_top_rated_products img,
  .tm_pb_column .widget.woocommerce.widget_recent_reviews img,
  .tm_pb_column .widget.woocommerce.widget_recently_viewed_products img,
  .tm_pb_column .widget.woocommerce.woostroid_widget_products img {
    max-width: 50% !important;
    width: auto !important;
  }
}

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_column .widget.woocommerce.widget_products img, #tm_builder_outer_content
  .tm_pb_column .widget.woocommerce.widget_top_rated_products img, #tm_builder_outer_content
  .tm_pb_column .widget.woocommerce.widget_recent_reviews img, #tm_builder_outer_content
  .tm_pb_column .widget.woocommerce.widget_recently_viewed_products img, #tm_builder_outer_content
  .tm_pb_column .widget.woocommerce.woostroid_widget_products img {
    max-width: 29% !important;
  }
}

@media (min-width: 1500px) {
  #tm_builder_outer_content .tm_pb_column .widget.woocommerce.widget_products img, #tm_builder_outer_content
  .tm_pb_column .widget.woocommerce.widget_top_rated_products img, #tm_builder_outer_content
  .tm_pb_column .widget.woocommerce.widget_recent_reviews img, #tm_builder_outer_content
  .tm_pb_column .widget.woocommerce.widget_recently_viewed_products img, #tm_builder_outer_content
  .tm_pb_column .widget.woocommerce.woostroid_widget_products img {
    max-width: 50% !important;
  }
}

.widget.widget_price_filter form {
  max-width: 380px;
}

.widget.widget_price_filter .tm_wc_price_filter_inputs {
  padding-bottom: 10px;
}

.widget.widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
  height: 4px;
  margin-bottom: 2em;
}

.widget.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
  height: 14px;
  width: 14px;
  top: -5px;
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #e8e8f8;
}

.widget.widget_price_filter .price_slider_amount {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
          align-content: flex-start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.widget.widget_price_filter .price_slider_amount .price_label {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-bottom: 20px;
}

.widget.widget_price_filter .price_slider_amount .button {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.sidebar .widget.widget_price_filter .price_slider_amount .button {
  width: 100%;
}

.widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .add_to_cart_button.product_type_variable > span,
.widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-page-button {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-products {
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8f8;
}

.widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product {
  padding-top: 40px;
}

.widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image {
  margin-bottom: 10px;
}

.widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product h3 {
  padding-top: 5px;
}

.widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product h3:before {
  display: none;
}

.widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .price {
  display: block;
}

.widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woowishlist-remove {
  top: 9px;
  right: 0;
}

.widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .ajax_add_to_cart.loading, .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .ajax_add_to_cart.added,
.widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .add_to_cart_button.loading,
.widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .add_to_cart_button.added {
  opacity: 1;
  padding-left: 50px;
  padding-right: 30px;
}

.widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .ajax_add_to_cart.loading:after, .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .ajax_add_to_cart.added:after,
.widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .add_to_cart_button.loading:after,
.widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .add_to_cart_button.added:after {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
}

.widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .ajax_add_to_cart.added:after,
.widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .add_to_cart_button.added:after {
  content: '\e934';
  display: block;
  margin-left: 0;
}

.widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .ajax_add_to_cart:after,
.widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .add_to_cart_button:after {
  display: none;
}

.widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product + .tm-woowishlist-widget-product {
  margin-top: 30px;
  border-top: 1px solid #e8e8f8;
}

.footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product,
.second-footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product {
  border-top: none !important;
}

@media (max-width: 767px) {
  .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product img {
    width: 100%;
  }
}

.sidebar .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woocomerce-list__product-image,
.tm_pb_column_1_4 .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woocomerce-list__product-image,
.tm_pb_column_1_3 .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woocomerce-list__product-image,
.footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woocomerce-list__product-image,
.after-loop-area .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woocomerce-list__product-image {
  width: auto;
  float: left;
}

.sidebar .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woocomerce-list__product-image img,
.tm_pb_column_1_4 .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woocomerce-list__product-image img,
.tm_pb_column_1_3 .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woocomerce-list__product-image img,
.footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woocomerce-list__product-image img,
.after-loop-area .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woocomerce-list__product-image img {
  width: auto;
}

.sidebar .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-page-button,
.tm_pb_column_1_4 .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-page-button,
.tm_pb_column_1_3 .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-page-button,
.footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-page-button,
.after-loop-area .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-page-button {
  width: 100%;
}

.sidebar .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product + .tm-woowishlist-widget-product,
.tm_pb_column_1_4 .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product + .tm-woowishlist-widget-product,
.tm_pb_column_1_3 .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product + .tm-woowishlist-widget-product,
.footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product + .tm-woowishlist-widget-product,
.after-loop-area .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product + .tm-woowishlist-widget-product {
  margin-top: 30px;
  border-top: 1px solid #e8e8f8;
}

.sidebar .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image,
.tm_pb_column_1_4 .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image,
.tm_pb_column_1_3 .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image,
.footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image,
.after-loop-area .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image {
  float: none;
}

.sidebar .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image img,
.tm_pb_column_1_4 .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image img,
.tm_pb_column_1_3 .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image img,
.footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image img,
.after-loop-area .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image img {
  width: 100%;
}

@media (min-width: 544px) {
  .sidebar .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image,
  .tm_pb_column_1_4 .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image,
  .tm_pb_column_1_3 .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image,
  .footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image,
  .after-loop-area .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image {
    float: left;
  }
  .sidebar .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image img,
  .tm_pb_column_1_4 .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image img,
  .tm_pb_column_1_3 .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image img,
  .footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image img,
  .after-loop-area .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image img {
    width: auto;
  }
}

@media (min-width: 992px) {
  .sidebar .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .ajax_add_to_cart,
  .sidebar .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .add_to_cart_button,
  .tm_pb_column_1_4 .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .ajax_add_to_cart,
  .tm_pb_column_1_4 .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .add_to_cart_button,
  .tm_pb_column_1_3 .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .ajax_add_to_cart,
  .tm_pb_column_1_3 .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .add_to_cart_button,
  .footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .ajax_add_to_cart,
  .footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .add_to_cart_button,
  .after-loop-area .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .ajax_add_to_cart,
  .after-loop-area .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .add_to_cart_button {
    width: 100%;
  }
  .sidebar .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image,
  .tm_pb_column_1_4 .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image,
  .tm_pb_column_1_3 .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image,
  .footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image,
  .after-loop-area .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image {
    float: none;
    margin: 0 0 10px 0;
  }
  .sidebar .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image img,
  .tm_pb_column_1_4 .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image img,
  .tm_pb_column_1_3 .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image img,
  .footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image img,
  .after-loop-area .widget.widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image img {
    width: 100%;
  }
}

.widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-empty,
.widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .compare_link_btn {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-products {
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8f8;
}

.widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product {
  padding-top: 40px;
}

.widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title {
  margin-bottom: 10px;
}

.widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product h3 {
  padding-top: 0;
}

.widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product h3:before {
  display: none;
}

.widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .price {
  display: block;
}

.widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocompare-remove {
  top: 9px;
  right: 0;
}

.widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .ajax_add_to_cart.loading, .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .ajax_add_to_cart.added,
.widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .add_to_cart_button.loading,
.widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .add_to_cart_button.added {
  opacity: 1;
  padding-left: 50px;
  padding-right: 30px;
}

.widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .ajax_add_to_cart.loading:after, .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .ajax_add_to_cart.added:after,
.widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .add_to_cart_button.loading:after,
.widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .add_to_cart_button.added:after {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
}

.widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .ajax_add_to_cart.added:after,
.widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .add_to_cart_button.added:after {
  content: '\e934';
  display: block;
  margin-left: 0;
}

.widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .ajax_add_to_cart:after,
.widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .add_to_cart_button:after {
  display: none;
}

.widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product + .tm-woocompare-widget-product {
  margin-top: 10px;
  border-top: 1px solid #e8e8f8;
}

.footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product,
.second-footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product {
  border-top: none !important;
}

@media (min-width: 544px) {
  .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product + .tm-woocompare-widget-product {
    margin-top: 40px;
  }
}

@media (max-width: 543px) {
  .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product img {
    float: left;
    width: 100%;
  }
  .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product h3 {
    padding: 5px 0 0 0;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-image {
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

.sidebar .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocomerce-list__product-title,
.tm_pb_column_1_4 .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocomerce-list__product-title,
.tm_pb_column_1_3 .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocomerce-list__product-title,
.footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocomerce-list__product-title,
.after-loop-area .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocomerce-list__product-title {
  width: auto;
  float: left;
}

.sidebar .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocomerce-list__product-title img,
.tm_pb_column_1_4 .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocomerce-list__product-title img,
.tm_pb_column_1_3 .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocomerce-list__product-title img,
.footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocomerce-list__product-title img,
.after-loop-area .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocomerce-list__product-title img {
  width: auto;
}

.sidebar .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woowishlist-page-button,
.tm_pb_column_1_4 .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woowishlist-page-button,
.tm_pb_column_1_3 .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woowishlist-page-button,
.footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woowishlist-page-button,
.after-loop-area .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woowishlist-page-button {
  width: 100%;
}

.sidebar .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product + .tm-woocompare-widget-product,
.tm_pb_column_1_4 .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product + .tm-woocompare-widget-product,
.tm_pb_column_1_3 .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product + .tm-woocompare-widget-product,
.footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product + .tm-woocompare-widget-product,
.after-loop-area .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product + .tm-woocompare-widget-product {
  margin-top: 10px;
  border-top: 1px solid #e8e8f8;
}

.sidebar .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title,
.tm_pb_column_1_4 .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title,
.tm_pb_column_1_3 .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title,
.footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title,
.after-loop-area .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title {
  float: none;
}

.sidebar .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title img,
.tm_pb_column_1_4 .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title img,
.tm_pb_column_1_3 .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title img,
.footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title img,
.after-loop-area .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title img {
  width: 100%;
}

@media (min-width: 544px) {
  .sidebar .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title,
  .tm_pb_column_1_4 .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title,
  .tm_pb_column_1_3 .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title,
  .footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title,
  .after-loop-area .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title {
    float: left;
  }
  .sidebar .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title img,
  .tm_pb_column_1_4 .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title img,
  .tm_pb_column_1_3 .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title img,
  .footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title img,
  .after-loop-area .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title img {
    width: auto;
  }
}

@media (min-width: 992px) {
  .sidebar .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product h3,
  .tm_pb_column_1_4 .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product h3,
  .tm_pb_column_1_3 .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product h3,
  .footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product h3,
  .after-loop-area .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product h3 {
    padding-top: 5px;
    padding-left: 0;
    margin-left: 10px;
  }
  .sidebar .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .ajax_add_to_cart,
  .sidebar .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .add_to_cart_button,
  .tm_pb_column_1_4 .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .ajax_add_to_cart,
  .tm_pb_column_1_4 .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .add_to_cart_button,
  .tm_pb_column_1_3 .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .ajax_add_to_cart,
  .tm_pb_column_1_3 .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .add_to_cart_button,
  .footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .ajax_add_to_cart,
  .footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .add_to_cart_button,
  .after-loop-area .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .ajax_add_to_cart,
  .after-loop-area .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .add_to_cart_button {
    width: 100%;
  }
  .sidebar .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title,
  .tm_pb_column_1_4 .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title,
  .tm_pb_column_1_3 .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title,
  .footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title,
  .after-loop-area .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title {
    float: none;
    margin: 0 0 10px 0;
  }
  .sidebar .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title img,
  .tm_pb_column_1_4 .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title img,
  .tm_pb_column_1_3 .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title img,
  .footer-area:not(.footer-area--fullwidth) .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title img,
  .after-loop-area .widget.widget_tm_woocompare_recent_compare_list .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocomerce-list__product-title img {
    width: 100%;
  }
}

.widget.widget_rating_filter ul li, .widget.widget_layered_nav ul li, .widget.widget_layered_nav_filters ul li {
  float: none;
}

.widget.widget_rating_filter ul li.chosen a:before, .widget.widget_layered_nav ul li.chosen a:before, .widget.widget_layered_nav_filters ul li.chosen a:before {
  content: "\e92a";
  position: relative;
  top: 4px;
  margin-right: 4px;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #b9bdcd;
}

.widget.widget_rating_filter ul li.chosen a:before {
  top: 1px;
}

.widget.tm_products_smart_box_widget {
  margin-bottom: 51px;
}

.widget.tm_products_smart_box_widget .woocommerce-loop-product__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.66;
  letter-spacing: 0.08em;
  margin-top: 15px;
}

.widget.tm_products_smart_box_widget .price {
  margin-top: 0 !important;
}

.widget.tm_products_smart_box_widget .widget-title {
  margin: 0;
  font-weight: 600;
  text-align: center;
}

.sidebar .widget.tm_products_smart_box_widget .widget-title,
.tm_pb_column_1_4 .widget.tm_products_smart_box_widget .widget-title,
.tm_pb_column_1_3 .widget.tm_products_smart_box_widget .widget-title,
.footer-area:not(.footer-area--fullwidth) .widget.tm_products_smart_box_widget .widget-title,
.after-loop-area .widget.tm_products_smart_box_widget .widget-title {
  border-bottom: 1px solid #e8e8f8;
}

@media (min-width: 768px) {
  .widget.tm_products_smart_box_widget .widget-title {
    border-bottom: none;
    margin: 0 0 22px;
  }
}

@media (min-width: 768px) {
  .widget.tm_products_smart_box_widget .widget-title {
    text-align: left;
  }
}

.widget.tm_products_smart_box_widget .products .product span.onsale,
.widget.tm_products_smart_box_widget span.featured,
.widget.tm_products_smart_box_widget span.onsale,
.widget.tm_products_smart_box_widget span.new,
.widget.tm_products_smart_box_widget .wcvendors_sold_by_in_loop {
  left: 35px;
}

.widget.tm_products_smart_box_widget .product,
#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget.tm_products_smart_box_widget .product {
  padding: 0 15px;
  width: 100%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.widget.tm_products_smart_box_widget .product h3,
#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget.tm_products_smart_box_widget .product h3 {
  margin-top: 20px;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  margin-bottom: 0;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.widget.tm_products_smart_box_widget .product h3:before,
#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget.tm_products_smart_box_widget .product h3:before {
  display: none;
}

.widget.tm_products_smart_box_widget .product .price,
#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget.tm_products_smart_box_widget .product .price {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .widget.tm_products_smart_box_widget .product h3,
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget.tm_products_smart_box_widget .product h3 {
    width: 50%;
  }
  .widget.tm_products_smart_box_widget .product .price,
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget.tm_products_smart_box_widget .product .price {
    float: right;
    margin-top: 22px;
    width: 50%;
    text-align: right;
  }
}

.sidebar .widget.tm_products_smart_box_widget .tabs_nav_container,
.tm_pb_column_1_4 .widget.tm_products_smart_box_widget .tabs_nav_container,
.tm_pb_column_1_3 .widget.tm_products_smart_box_widget .tabs_nav_container,
.footer-area:not(.footer-area--fullwidth) .widget.tm_products_smart_box_widget .tabs_nav_container,
.after-loop-area .widget.tm_products_smart_box_widget .tabs_nav_container, .sidebar
.widget.tm_products_smart_box_widget .tabs_content_container,
.tm_pb_column_1_4
.widget.tm_products_smart_box_widget .tabs_content_container,
.tm_pb_column_1_3
.widget.tm_products_smart_box_widget .tabs_content_container,
.footer-area:not(.footer-area--fullwidth)
.widget.tm_products_smart_box_widget .tabs_content_container,
.after-loop-area
.widget.tm_products_smart_box_widget .tabs_content_container, .sidebar
.widget.tm_products_smart_box_widget .tabs_products_container,
.tm_pb_column_1_4
.widget.tm_products_smart_box_widget .tabs_products_container,
.tm_pb_column_1_3
.widget.tm_products_smart_box_widget .tabs_products_container,
.footer-area:not(.footer-area--fullwidth)
.widget.tm_products_smart_box_widget .tabs_products_container,
.after-loop-area
.widget.tm_products_smart_box_widget .tabs_products_container, .sidebar
.widget.tm_products_smart_box_widget .product_wrapper,
.tm_pb_column_1_4
.widget.tm_products_smart_box_widget .product_wrapper,
.tm_pb_column_1_3
.widget.tm_products_smart_box_widget .product_wrapper,
.footer-area:not(.footer-area--fullwidth)
.widget.tm_products_smart_box_widget .product_wrapper,
.after-loop-area
.widget.tm_products_smart_box_widget .product_wrapper {
  -webkit-flex: 0 0 100%;
  -moz-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 .widget.tm_products_smart_box_widget .rd-material-tabs__list,
.tm_pb_column_1_4 .widget.tm_products_smart_box_widget .rd-material-tabs__list,
.tm_pb_column_1_3 .widget.tm_products_smart_box_widget .rd-material-tabs__list,
.footer-area:not(.footer-area--fullwidth) .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 .widget.tm_products_smart_box_widget .rd-material-tabs__list,
  .tm_pb_column_1_4 .widget.tm_products_smart_box_widget .rd-material-tabs__list,
  .tm_pb_column_1_3 .widget.tm_products_smart_box_widget .rd-material-tabs__list,
  .footer-area:not(.footer-area--fullwidth) .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;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget.tm_products_smart_box_widget .rd-material-tabs__list ul,
.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;
  max-width: 190px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget.tm_products_smart_box_widget .rd-material-tabs__list ul li,
.widget.tm_products_smart_box_widget .rd-material-tabs__list ul li {
  border-top: 1px solid #e8e8f8;
  border-bottom: none;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget.tm_products_smart_box_widget .rd-material-tabs__list ul li:first-child,
.widget.tm_products_smart_box_widget .rd-material-tabs__list ul li:first-child {
  border-top: none;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget.tm_products_smart_box_widget .rd-material-tabs__list ul li + li,
.widget.tm_products_smart_box_widget .rd-material-tabs__list ul li + li {
  margin-top: 16px;
  padding-top: 16px;
}

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget.tm_products_smart_box_widget .rd-material-tabs__list ul,
  .widget.tm_products_smart_box_widget .rd-material-tabs__list ul {
    white-space: normal;
  }
}

@media (max-width: 991px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget.tm_products_smart_box_widget .rd-material-tabs__list ul li,
  .widget.tm_products_smart_box_widget .rd-material-tabs__list ul li {
    border-top: none;
    margin-top: 0;
    margin-bottom: 16px;
    border-bottom: 1px solid #e8e8f8;
    text-align: center;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget.tm_products_smart_box_widget .rd-material-tabs__list ul li + li,
  .widget.tm_products_smart_box_widget .rd-material-tabs__list ul li + li {
    margin-top: 0;
  }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget.tm_products_smart_box_widget .rd-material-tabs__list ul li a,
  .widget.tm_products_smart_box_widget .rd-material-tabs__list ul li a {
    padding: 5px 10px;
  }
}

.widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab {
  border: none;
  padding: 0;
}

.widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab a {
  position: relative;
  display: block;
  text-align: left;
  padding: 7px 30px 7px 0;
}

@media (min-width: 768px) {
  .widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab a {
    padding: 4px 0 3px;
  }
  .widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab.rd-material-tab-active a:before {
    opacity: 1;
    visibility: visible;
  }
}

.widget .rd-material-tabs__container .col-lg-8, .widget .rd-material-tabs__container .woocommerce .comment-form, .woocommerce .widget .rd-material-tabs__container .comment-form {
  padding: 0;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}

.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 .rd-material-tabs__container .row {
  margin: 0;
  width: 100%;
}

.widget .rd-material-tabs__container .rd-material-tab > .row > div:first-child {
  display: block;
  width: 100%;
  max-width: 100% !important;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.widget .rd-material-tabs__container .rd-material-tab > .row > div + div {
  display: none;
}

.widget .tm-products-smart-box-widget__rd-material-tabs .widget-title {
  line-height: 1em;
  letter-spacing: 1.2px;
}

.widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 {
  background-clip: content-box;
  -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__rd-material-tabs > .row > .col-lg-3 {
    padding-right: 40px;
  }
  .widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .widget-title {
    line-height: 1em;
    letter-spacing: 1.2px;
  }
  .widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 > .row > .col-lg-3 {
    background-clip: content-box;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 > .row > .col-lg-3 {
    padding-right: 40px;
  }
  .widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 > .row > .col-lg-3:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    border-right: 1px solid #e8e8f8;
    content: "";
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 > .row > .col-lg-3 {
    min-height: 631px;
  }
}

@media (min-width: 768px) {
  .widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 > .row > .col-lg-9 {
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 > .row > .col-lg-9 {
    padding-left: 0;
  }
}

.widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .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__rd-material-tabs > .row > .col-lg-3 .tm-products-smart-box-widget__rd-material-tabs__container {
    margin-right: -3px;
  }
}

@media (min-width: 992px) {
  .widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .tm-products-smart-box-widget__rd-material-tabs__container {
    margin-right: 0;
    margin-left: 0;
  }
}

.sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .tm-products-smart-box-widget__rd-material-tabs__container,
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .tm-products-smart-box-widget__rd-material-tabs__container,
.after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .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__rd-material-tabs > .row > .col-lg-3 .tm-products-smart-box-widget__rd-material-tabs__container,
  .sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .tm-products-smart-box-widget__rd-material-tabs__container,
  .after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .tm-products-smart-box-widget__rd-material-tabs__container {
    border-top: 1px solid #e8e8f8;
  }
}

.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .tm-products-smart-box-widget__rd-material-tabs__container {
  border-left: none;
  border-top: 1px solid #e8e8f8;
}

.widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .tm-products-smart-box-widget__rd-material-tabs__container .row.collapsed {
  margin: 0 !important;
}

.widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .tm-products-smart-box-widget__rd-material-tabs__container .row.collapsed > div[class*="col-"] {
  padding: 0 !important;
}

@media (min-width: 768px) {
  .widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage {
    border-left: none;
  }
}

.widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 .row {
  height: 100%;
}

.widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage,
.widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab,
.widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .categories_row,
.widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .categories_row > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}

.widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .tm-products-smart-box-widget__rd-material-tabs__container .col-lg-4 {
  overflow: hidden;
  max-height: 557px;
}

.widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .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__rd-material-tabs > .row > .col-lg-3 .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__rd-material-tabs > .row > .col-lg-3 .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__rd-material-tabs > .row > .col-lg-3 .tm-products-smart-box-widget__rd-material-tabs__container .col-lg-4 {
    max-width: none;
    max-height: 631px;
  }
}

.widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .product_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .product_wrapper {
    display: block;
  }
}

.sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .product_wrapper,
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .product_wrapper,
.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .product_wrapper,
.after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .product_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .product_wrapper .product,
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .product_wrapper .product,
.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .product_wrapper .product,
.after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .product_wrapper .product {
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .product_wrapper {
  border-right: none;
  border-bottom: 1px solid #e8e8f8;
}

.widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3 .products_row {
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
          align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}

.widget .tm-products-smart-box-widget__rd-material-tabs > .row > > .row > .col-lg-3 {
  background-clip: content-box;
  -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__rd-material-tabs > .row > > .row > .col-lg-3 {
    padding-right: 40px;
  }
  .widget .tm-products-smart-box-widget__rd-material-tabs > .row > > .row > .col-lg-3:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    border-right: 1px solid #e8e8f8;
    content: "";
  }
}

@media (min-width: 1200px) {
  .widget .tm-products-smart-box-widget__rd-material-tabs > .row > > .row > .col-lg-3 {
    min-height: 631px;
  }
}

.widget .tm-products-smart-box-widget__rd-material-tabs > .row > > .row > .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__rd-material-tabs > .row > > .row > .col-lg-9 {
    padding-left: 0;
  }
}

.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__rd-material-tabs__container {
    margin-right: -3px;
  }
}

@media (min-width: 992px) {
  .widget .tm-products-smart-box-widget__rd-material-tabs__container {
    margin-right: 0;
    margin-left: 0;
  }
}

.sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container,
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container,
.after-loop-area .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__rd-material-tabs__container,
  .sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container,
  .after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container {
    border-top: 1px solid #e8e8f8;
  }
}

.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container {
  border-left: none;
  border-top: 1px solid #e8e8f8;
}

.widget .tm-products-smart-box-widget__rd-material-tabs__container .row.collapsed {
  margin: 0 !important;
}

.widget .tm-products-smart-box-widget__rd-material-tabs__container .row.collapsed > div[class*="col-"] {
  padding: 0 !important;
}

@media (min-width: 768px) {
  .widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage {
    border-left: none;
  }
}

.widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 .row {
  height: 100%;
}

.widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage,
.widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab,
.widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .categories_row,
.widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .categories_row > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center;
  -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 {
  overflow: hidden;
  max-height: 557px;
}

.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__rd-material-tabs__container .col-lg-4 > img {
    display: block;
  }
}

@media (min-width: 544px) {
  .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__rd-material-tabs__container .col-lg-4 {
    max-width: none;
    max-height: 631px;
  }
}

.widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper {
    display: block;
  }
}

.sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper,
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper,
.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper,
.after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product,
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product,
.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product,
.after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product {
  padding: 0 10px 10px;
  text-align: center;
}

@media (min-width: 992px) {
  .sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product,
  .sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product,
  .footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product,
  .after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product {
    padding: 0 25px 10px;
  }
}

.sidebar-primary .sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product,
.sidebar-secondary .sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product,
.footer-area .sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product,
.after-loop-area .sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product, .sidebar-primary
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product,
.sidebar-secondary
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product,
.footer-area
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product,
.after-loop-area
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product, .sidebar-primary
.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product,
.sidebar-secondary
.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product,
.footer-area
.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product,
.after-loop-area
.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product, .sidebar-primary
.after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product,
.sidebar-secondary
.after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product,
.footer-area
.after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product,
.after-loop-area
.after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product {
  padding: 12px;
  padding: 20px;
}

.sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product span.price,
.sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product span.price ins,
.sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product span.price del,
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product span.price,
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product span.price ins,
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product span.price del,
.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product span.price,
.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product span.price ins,
.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product span.price del,
.after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product span.price,
.after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product span.price ins,
.after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product span.price del {
  transition: all .3s ease;
}

.sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .price del,
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .price del,
.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .price del,
.after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .price del {
  font-weight: 300;
}

.sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .price del .amount,
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .price del .amount,
.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .price del .amount,
.after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .price del .amount {
  font-weight: 300;
}

.sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .price .amount,
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .price .amount,
.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .price .amount,
.after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .price .amount {
  font-size: 18px;
}

.sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product h3,
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product h3,
.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product h3,
.after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product h3 {
  margin: 8px 0;
  transition: all .3s ease;
}

.sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .new,
.sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .onsale,
.sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .featured,
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .new,
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .onsale,
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .featured,
.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .new,
.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .onsale,
.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .featured,
.after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .new,
.after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .onsale,
.after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .featured {
  top: 20px;
  left: 32px;
  position: absolute;
}

@media (max-width: 991px) {
  .sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .new,
  .sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .onsale,
  .sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .featured,
  .sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .new,
  .sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .onsale,
  .sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .featured,
  .footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .new,
  .footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .onsale,
  .footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .featured,
  .after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .new,
  .after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .onsale,
  .after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .featured {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  .sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .new,
  .sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .onsale,
  .sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .featured,
  .sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .new,
  .sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .onsale,
  .sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .featured,
  .footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .new,
  .footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .onsale,
  .footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .featured,
  .after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .new,
  .after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .onsale,
  .after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .product .featured {
    top: 31px;
  }
}

.sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper__outer,
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper__outer,
.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper__outer,
.after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper__outer {
  display: none !important;
}

@media (min-width: 992px) {
  .sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper__outer,
  .sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper__outer,
  .footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper__outer,
  .after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper__outer {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
            align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
}

.sidebar-primary .sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper__outer,
.sidebar-secondary .sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper__outer,
.footer-area .sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper__outer,
.after-loop-area .sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper__outer, .sidebar-primary
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper__outer,
.sidebar-secondary
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper__outer,
.footer-area
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper__outer,
.after-loop-area
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper__outer, .sidebar-primary
.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper__outer,
.sidebar-secondary
.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper__outer,
.footer-area
.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper__outer,
.after-loop-area
.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper__outer, .sidebar-primary
.after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper__outer,
.sidebar-secondary
.after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper__outer,
.footer-area
.after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper__outer,
.after-loop-area
.after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper__outer {
  display: none !important;
}

.sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper,
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper,
.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper,
.after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .thumb_wrapper {
  display: block;
  border-left: 1px solid #e8e8f8;
  margin-left: -1px;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -moz-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: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
          align-content: stretch;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.sidebar-primary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .widget-product-title,
.sidebar-secondary .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .widget-product-title,
.footer-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .widget-product-title,
.after-loop-area .widget .tm-products-smart-box-widget__rd-material-tabs__container .product_wrapper .widget-product-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

/**
 * Woo-elements
 * Styles for Woocommerce widgets with builder
 *
 */
.tm_pb_product_categories,
.tm_pb_best_selling_products,
.tm_pb_featured_products,
.tm_pb_product,
.tm_pb_add_to_cart,
.tm_pb_add_to_cart_url,
.tm_pb_product_category,
.tm_pb_recent_products,
.tm_pb_sale_products,
.tm_pb_top_rated_products {
  padding: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tm_pb_product_categories,
  .tm_pb_best_selling_products,
  .tm_pb_featured_products,
  .tm_pb_product,
  .tm_pb_add_to_cart,
  .tm_pb_add_to_cart_url,
  .tm_pb_product_category,
  .tm_pb_recent_products,
  .tm_pb_sale_products,
  .tm_pb_top_rated_products {
    padding: 20px;
  }
}

.tm_pb_product_categories .products .product .block_product_content,
.tm_pb_best_selling_products .products .product .block_product_content,
.tm_pb_featured_products .products .product .block_product_content,
.tm_pb_product .products .product .block_product_content,
.tm_pb_add_to_cart .products .product .block_product_content,
.tm_pb_add_to_cart_url .products .product .block_product_content,
.tm_pb_product_category .products .product .block_product_content,
.tm_pb_recent_products .products .product .block_product_content,
.tm_pb_sale_products .products .product .block_product_content,
.tm_pb_top_rated_products .products .product .block_product_content {
  padding-bottom: 80px;
}

@media (min-width: 1200px) {
  .tm_pb_product_categories .products .product .block_product_content,
  .tm_pb_best_selling_products .products .product .block_product_content,
  .tm_pb_featured_products .products .product .block_product_content,
  .tm_pb_product .products .product .block_product_content,
  .tm_pb_add_to_cart .products .product .block_product_content,
  .tm_pb_add_to_cart_url .products .product .block_product_content,
  .tm_pb_product_category .products .product .block_product_content,
  .tm_pb_recent_products .products .product .block_product_content,
  .tm_pb_sale_products .products .product .block_product_content,
  .tm_pb_top_rated_products .products .product .block_product_content {
    padding-bottom: 30px;
  }
}

.tm_pb_product_categories a.ajax_add_to_cart.button.loading, .tm_pb_product_categories a.ajax_add_to_cart.button.added,
.tm_pb_product_categories button.ajax_add_to_cart.button
a.add_to_cart_button.button.loading,
.tm_pb_product_categories button.ajax_add_to_cart.button
a.add_to_cart_button.button.added,
.tm_pb_product_categories button.add_to_cart_button.button.loading,
.tm_pb_product_categories button.add_to_cart_button.button.added,
.tm_pb_best_selling_products a.ajax_add_to_cart.button.loading,
.tm_pb_best_selling_products a.ajax_add_to_cart.button.added,
.tm_pb_best_selling_products button.ajax_add_to_cart.button
a.add_to_cart_button.button.loading,
.tm_pb_best_selling_products button.ajax_add_to_cart.button
a.add_to_cart_button.button.added,
.tm_pb_best_selling_products button.add_to_cart_button.button.loading,
.tm_pb_best_selling_products button.add_to_cart_button.button.added,
.tm_pb_featured_products a.ajax_add_to_cart.button.loading,
.tm_pb_featured_products a.ajax_add_to_cart.button.added,
.tm_pb_featured_products button.ajax_add_to_cart.button
a.add_to_cart_button.button.loading,
.tm_pb_featured_products button.ajax_add_to_cart.button
a.add_to_cart_button.button.added,
.tm_pb_featured_products button.add_to_cart_button.button.loading,
.tm_pb_featured_products button.add_to_cart_button.button.added,
.tm_pb_product a.ajax_add_to_cart.button.loading,
.tm_pb_product a.ajax_add_to_cart.button.added,
.tm_pb_product button.ajax_add_to_cart.button
a.add_to_cart_button.button.loading,
.tm_pb_product button.ajax_add_to_cart.button
a.add_to_cart_button.button.added,
.tm_pb_product button.add_to_cart_button.button.loading,
.tm_pb_product button.add_to_cart_button.button.added,
.tm_pb_add_to_cart a.ajax_add_to_cart.button.loading,
.tm_pb_add_to_cart a.ajax_add_to_cart.button.added,
.tm_pb_add_to_cart button.ajax_add_to_cart.button
a.add_to_cart_button.button.loading,
.tm_pb_add_to_cart button.ajax_add_to_cart.button
a.add_to_cart_button.button.added,
.tm_pb_add_to_cart button.add_to_cart_button.button.loading,
.tm_pb_add_to_cart button.add_to_cart_button.button.added,
.tm_pb_add_to_cart_url a.ajax_add_to_cart.button.loading,
.tm_pb_add_to_cart_url a.ajax_add_to_cart.button.added,
.tm_pb_add_to_cart_url button.ajax_add_to_cart.button
a.add_to_cart_button.button.loading,
.tm_pb_add_to_cart_url button.ajax_add_to_cart.button
a.add_to_cart_button.button.added,
.tm_pb_add_to_cart_url button.add_to_cart_button.button.loading,
.tm_pb_add_to_cart_url button.add_to_cart_button.button.added,
.tm_pb_product_category a.ajax_add_to_cart.button.loading,
.tm_pb_product_category a.ajax_add_to_cart.button.added,
.tm_pb_product_category button.ajax_add_to_cart.button
a.add_to_cart_button.button.loading,
.tm_pb_product_category button.ajax_add_to_cart.button
a.add_to_cart_button.button.added,
.tm_pb_product_category button.add_to_cart_button.button.loading,
.tm_pb_product_category button.add_to_cart_button.button.added,
.tm_pb_recent_products a.ajax_add_to_cart.button.loading,
.tm_pb_recent_products a.ajax_add_to_cart.button.added,
.tm_pb_recent_products button.ajax_add_to_cart.button
a.add_to_cart_button.button.loading,
.tm_pb_recent_products button.ajax_add_to_cart.button
a.add_to_cart_button.button.added,
.tm_pb_recent_products button.add_to_cart_button.button.loading,
.tm_pb_recent_products button.add_to_cart_button.button.added,
.tm_pb_sale_products a.ajax_add_to_cart.button.loading,
.tm_pb_sale_products a.ajax_add_to_cart.button.added,
.tm_pb_sale_products button.ajax_add_to_cart.button
a.add_to_cart_button.button.loading,
.tm_pb_sale_products button.ajax_add_to_cart.button
a.add_to_cart_button.button.added,
.tm_pb_sale_products button.add_to_cart_button.button.loading,
.tm_pb_sale_products button.add_to_cart_button.button.added,
.tm_pb_top_rated_products a.ajax_add_to_cart.button.loading,
.tm_pb_top_rated_products a.ajax_add_to_cart.button.added,
.tm_pb_top_rated_products button.ajax_add_to_cart.button
a.add_to_cart_button.button.loading,
.tm_pb_top_rated_products button.ajax_add_to_cart.button
a.add_to_cart_button.button.added,
.tm_pb_top_rated_products button.add_to_cart_button.button.loading,
.tm_pb_top_rated_products button.add_to_cart_button.button.added {
  opacity: 1;
  padding-left: 50px;
  padding-right: 30px;
}

.tm_pb_product_categories a.ajax_add_to_cart.button.loading:after, .tm_pb_product_categories a.ajax_add_to_cart.button.added:after,
.tm_pb_product_categories button.ajax_add_to_cart.button
a.add_to_cart_button.button.loading:after,
.tm_pb_product_categories button.ajax_add_to_cart.button
a.add_to_cart_button.button.added:after,
.tm_pb_product_categories button.add_to_cart_button.button.loading:after,
.tm_pb_product_categories button.add_to_cart_button.button.added:after,
.tm_pb_best_selling_products a.ajax_add_to_cart.button.loading:after,
.tm_pb_best_selling_products a.ajax_add_to_cart.button.added:after,
.tm_pb_best_selling_products button.ajax_add_to_cart.button
a.add_to_cart_button.button.loading:after,
.tm_pb_best_selling_products button.ajax_add_to_cart.button
a.add_to_cart_button.button.added:after,
.tm_pb_best_selling_products button.add_to_cart_button.button.loading:after,
.tm_pb_best_selling_products button.add_to_cart_button.button.added:after,
.tm_pb_featured_products a.ajax_add_to_cart.button.loading:after,
.tm_pb_featured_products a.ajax_add_to_cart.button.added:after,
.tm_pb_featured_products button.ajax_add_to_cart.button
a.add_to_cart_button.button.loading:after,
.tm_pb_featured_products button.ajax_add_to_cart.button
a.add_to_cart_button.button.added:after,
.tm_pb_featured_products button.add_to_cart_button.button.loading:after,
.tm_pb_featured_products button.add_to_cart_button.button.added:after,
.tm_pb_product a.ajax_add_to_cart.button.loading:after,
.tm_pb_product a.ajax_add_to_cart.button.added:after,
.tm_pb_product button.ajax_add_to_cart.button
a.add_to_cart_button.button.loading:after,
.tm_pb_product button.ajax_add_to_cart.button
a.add_to_cart_button.button.added:after,
.tm_pb_product button.add_to_cart_button.button.loading:after,
.tm_pb_product button.add_to_cart_button.button.added:after,
.tm_pb_add_to_cart a.ajax_add_to_cart.button.loading:after,
.tm_pb_add_to_cart a.ajax_add_to_cart.button.added:after,
.tm_pb_add_to_cart button.ajax_add_to_cart.button
a.add_to_cart_button.button.loading:after,
.tm_pb_add_to_cart button.ajax_add_to_cart.button
a.add_to_cart_button.button.added:after,
.tm_pb_add_to_cart button.add_to_cart_button.button.loading:after,
.tm_pb_add_to_cart button.add_to_cart_button.button.added:after,
.tm_pb_add_to_cart_url a.ajax_add_to_cart.button.loading:after,
.tm_pb_add_to_cart_url a.ajax_add_to_cart.button.added:after,
.tm_pb_add_to_cart_url button.ajax_add_to_cart.button
a.add_to_cart_button.button.loading:after,
.tm_pb_add_to_cart_url button.ajax_add_to_cart.button
a.add_to_cart_button.button.added:after,
.tm_pb_add_to_cart_url button.add_to_cart_button.button.loading:after,
.tm_pb_add_to_cart_url button.add_to_cart_button.button.added:after,
.tm_pb_product_category a.ajax_add_to_cart.button.loading:after,
.tm_pb_product_category a.ajax_add_to_cart.button.added:after,
.tm_pb_product_category button.ajax_add_to_cart.button
a.add_to_cart_button.button.loading:after,
.tm_pb_product_category button.ajax_add_to_cart.button
a.add_to_cart_button.button.added:after,
.tm_pb_product_category button.add_to_cart_button.button.loading:after,
.tm_pb_product_category button.add_to_cart_button.button.added:after,
.tm_pb_recent_products a.ajax_add_to_cart.button.loading:after,
.tm_pb_recent_products a.ajax_add_to_cart.button.added:after,
.tm_pb_recent_products button.ajax_add_to_cart.button
a.add_to_cart_button.button.loading:after,
.tm_pb_recent_products button.ajax_add_to_cart.button
a.add_to_cart_button.button.added:after,
.tm_pb_recent_products button.add_to_cart_button.button.loading:after,
.tm_pb_recent_products button.add_to_cart_button.button.added:after,
.tm_pb_sale_products a.ajax_add_to_cart.button.loading:after,
.tm_pb_sale_products a.ajax_add_to_cart.button.added:after,
.tm_pb_sale_products button.ajax_add_to_cart.button
a.add_to_cart_button.button.loading:after,
.tm_pb_sale_products button.ajax_add_to_cart.button
a.add_to_cart_button.button.added:after,
.tm_pb_sale_products button.add_to_cart_button.button.loading:after,
.tm_pb_sale_products button.add_to_cart_button.button.added:after,
.tm_pb_top_rated_products a.ajax_add_to_cart.button.loading:after,
.tm_pb_top_rated_products a.ajax_add_to_cart.button.added:after,
.tm_pb_top_rated_products button.ajax_add_to_cart.button
a.add_to_cart_button.button.loading:after,
.tm_pb_top_rated_products button.ajax_add_to_cart.button
a.add_to_cart_button.button.added:after,
.tm_pb_top_rated_products button.add_to_cart_button.button.loading:after,
.tm_pb_top_rated_products button.add_to_cart_button.button.added:after {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
}

.tm_pb_product_categories a.ajax_add_to_cart.button.added:after,
.tm_pb_product_categories button.ajax_add_to_cart.button
a.add_to_cart_button.button.added:after,
.tm_pb_product_categories button.add_to_cart_button.button.added:after,
.tm_pb_best_selling_products a.ajax_add_to_cart.button.added:after,
.tm_pb_best_selling_products button.ajax_add_to_cart.button
a.add_to_cart_button.button.added:after,
.tm_pb_best_selling_products button.add_to_cart_button.button.added:after,
.tm_pb_featured_products a.ajax_add_to_cart.button.added:after,
.tm_pb_featured_products button.ajax_add_to_cart.button
a.add_to_cart_button.button.added:after,
.tm_pb_featured_products button.add_to_cart_button.button.added:after,
.tm_pb_product a.ajax_add_to_cart.button.added:after,
.tm_pb_product button.ajax_add_to_cart.button
a.add_to_cart_button.button.added:after,
.tm_pb_product button.add_to_cart_button.button.added:after,
.tm_pb_add_to_cart a.ajax_add_to_cart.button.added:after,
.tm_pb_add_to_cart button.ajax_add_to_cart.button
a.add_to_cart_button.button.added:after,
.tm_pb_add_to_cart button.add_to_cart_button.button.added:after,
.tm_pb_add_to_cart_url a.ajax_add_to_cart.button.added:after,
.tm_pb_add_to_cart_url button.ajax_add_to_cart.button
a.add_to_cart_button.button.added:after,
.tm_pb_add_to_cart_url button.add_to_cart_button.button.added:after,
.tm_pb_product_category a.ajax_add_to_cart.button.added:after,
.tm_pb_product_category button.ajax_add_to_cart.button
a.add_to_cart_button.button.added:after,
.tm_pb_product_category button.add_to_cart_button.button.added:after,
.tm_pb_recent_products a.ajax_add_to_cart.button.added:after,
.tm_pb_recent_products button.ajax_add_to_cart.button
a.add_to_cart_button.button.added:after,
.tm_pb_recent_products button.add_to_cart_button.button.added:after,
.tm_pb_sale_products a.ajax_add_to_cart.button.added:after,
.tm_pb_sale_products button.ajax_add_to_cart.button
a.add_to_cart_button.button.added:after,
.tm_pb_sale_products button.add_to_cart_button.button.added:after,
.tm_pb_top_rated_products a.ajax_add_to_cart.button.added:after,
.tm_pb_top_rated_products button.ajax_add_to_cart.button
a.add_to_cart_button.button.added:after,
.tm_pb_top_rated_products button.add_to_cart_button.button.added:after {
  content: '\e934';
  display: block;
  margin-left: 0;
}

.tm_pb_product_categories a.ajax_add_to_cart.button:after,
.tm_pb_product_categories button.ajax_add_to_cart.button
a.add_to_cart_button.button:after,
.tm_pb_product_categories button.add_to_cart_button.button:after,
.tm_pb_best_selling_products a.ajax_add_to_cart.button:after,
.tm_pb_best_selling_products button.ajax_add_to_cart.button
a.add_to_cart_button.button:after,
.tm_pb_best_selling_products button.add_to_cart_button.button:after,
.tm_pb_featured_products a.ajax_add_to_cart.button:after,
.tm_pb_featured_products button.ajax_add_to_cart.button
a.add_to_cart_button.button:after,
.tm_pb_featured_products button.add_to_cart_button.button:after,
.tm_pb_product a.ajax_add_to_cart.button:after,
.tm_pb_product button.ajax_add_to_cart.button
a.add_to_cart_button.button:after,
.tm_pb_product button.add_to_cart_button.button:after,
.tm_pb_add_to_cart a.ajax_add_to_cart.button:after,
.tm_pb_add_to_cart button.ajax_add_to_cart.button
a.add_to_cart_button.button:after,
.tm_pb_add_to_cart button.add_to_cart_button.button:after,
.tm_pb_add_to_cart_url a.ajax_add_to_cart.button:after,
.tm_pb_add_to_cart_url button.ajax_add_to_cart.button
a.add_to_cart_button.button:after,
.tm_pb_add_to_cart_url button.add_to_cart_button.button:after,
.tm_pb_product_category a.ajax_add_to_cart.button:after,
.tm_pb_product_category button.ajax_add_to_cart.button
a.add_to_cart_button.button:after,
.tm_pb_product_category button.add_to_cart_button.button:after,
.tm_pb_recent_products a.ajax_add_to_cart.button:after,
.tm_pb_recent_products button.ajax_add_to_cart.button
a.add_to_cart_button.button:after,
.tm_pb_recent_products button.add_to_cart_button.button:after,
.tm_pb_sale_products a.ajax_add_to_cart.button:after,
.tm_pb_sale_products button.ajax_add_to_cart.button
a.add_to_cart_button.button:after,
.tm_pb_sale_products button.add_to_cart_button.button:after,
.tm_pb_top_rated_products a.ajax_add_to_cart.button:after,
.tm_pb_top_rated_products button.ajax_add_to_cart.button
a.add_to_cart_button.button:after,
.tm_pb_top_rated_products button.add_to_cart_button.button:after {
  display: none;
}

.before-content-area .tm_pb_product_categories .products .product .product-content-inner,
.after-content-area .tm_pb_product_categories .products .product .product-content-inner,
.footer-area--fullwidth .tm_pb_product_categories .products .product .product-content-inner,
.tm_pb_column_4_4 .tm_pb_product_categories .products .product .product-content-inner,
.full-width-header-area .tm_pb_product_categories .products .product .product-content-inner,
.after-content-full-width-area .tm_pb_product_categories .products .product .product-content-inner, .before-content-area
.tm_pb_best_selling_products .products .product .product-content-inner,
.after-content-area
.tm_pb_best_selling_products .products .product .product-content-inner,
.footer-area--fullwidth
.tm_pb_best_selling_products .products .product .product-content-inner,
.tm_pb_column_4_4
.tm_pb_best_selling_products .products .product .product-content-inner,
.full-width-header-area
.tm_pb_best_selling_products .products .product .product-content-inner,
.after-content-full-width-area
.tm_pb_best_selling_products .products .product .product-content-inner, .before-content-area
.tm_pb_featured_products .products .product .product-content-inner,
.after-content-area
.tm_pb_featured_products .products .product .product-content-inner,
.footer-area--fullwidth
.tm_pb_featured_products .products .product .product-content-inner,
.tm_pb_column_4_4
.tm_pb_featured_products .products .product .product-content-inner,
.full-width-header-area
.tm_pb_featured_products .products .product .product-content-inner,
.after-content-full-width-area
.tm_pb_featured_products .products .product .product-content-inner, .before-content-area
.tm_pb_product .products .product .product-content-inner,
.after-content-area
.tm_pb_product .products .product .product-content-inner,
.footer-area--fullwidth
.tm_pb_product .products .product .product-content-inner,
.tm_pb_column_4_4
.tm_pb_product .products .product .product-content-inner,
.full-width-header-area
.tm_pb_product .products .product .product-content-inner,
.after-content-full-width-area
.tm_pb_product .products .product .product-content-inner, .before-content-area
.tm_pb_add_to_cart .products .product .product-content-inner,
.after-content-area
.tm_pb_add_to_cart .products .product .product-content-inner,
.footer-area--fullwidth
.tm_pb_add_to_cart .products .product .product-content-inner,
.tm_pb_column_4_4
.tm_pb_add_to_cart .products .product .product-content-inner,
.full-width-header-area
.tm_pb_add_to_cart .products .product .product-content-inner,
.after-content-full-width-area
.tm_pb_add_to_cart .products .product .product-content-inner, .before-content-area
.tm_pb_add_to_cart_url .products .product .product-content-inner,
.after-content-area
.tm_pb_add_to_cart_url .products .product .product-content-inner,
.footer-area--fullwidth
.tm_pb_add_to_cart_url .products .product .product-content-inner,
.tm_pb_column_4_4
.tm_pb_add_to_cart_url .products .product .product-content-inner,
.full-width-header-area
.tm_pb_add_to_cart_url .products .product .product-content-inner,
.after-content-full-width-area
.tm_pb_add_to_cart_url .products .product .product-content-inner, .before-content-area
.tm_pb_product_category .products .product .product-content-inner,
.after-content-area
.tm_pb_product_category .products .product .product-content-inner,
.footer-area--fullwidth
.tm_pb_product_category .products .product .product-content-inner,
.tm_pb_column_4_4
.tm_pb_product_category .products .product .product-content-inner,
.full-width-header-area
.tm_pb_product_category .products .product .product-content-inner,
.after-content-full-width-area
.tm_pb_product_category .products .product .product-content-inner, .before-content-area
.tm_pb_recent_products .products .product .product-content-inner,
.after-content-area
.tm_pb_recent_products .products .product .product-content-inner,
.footer-area--fullwidth
.tm_pb_recent_products .products .product .product-content-inner,
.tm_pb_column_4_4
.tm_pb_recent_products .products .product .product-content-inner,
.full-width-header-area
.tm_pb_recent_products .products .product .product-content-inner,
.after-content-full-width-area
.tm_pb_recent_products .products .product .product-content-inner, .before-content-area
.tm_pb_sale_products .products .product .product-content-inner,
.after-content-area
.tm_pb_sale_products .products .product .product-content-inner,
.footer-area--fullwidth
.tm_pb_sale_products .products .product .product-content-inner,
.tm_pb_column_4_4
.tm_pb_sale_products .products .product .product-content-inner,
.full-width-header-area
.tm_pb_sale_products .products .product .product-content-inner,
.after-content-full-width-area
.tm_pb_sale_products .products .product .product-content-inner, .before-content-area
.tm_pb_top_rated_products .products .product .product-content-inner,
.after-content-area
.tm_pb_top_rated_products .products .product .product-content-inner,
.footer-area--fullwidth
.tm_pb_top_rated_products .products .product .product-content-inner,
.tm_pb_column_4_4
.tm_pb_top_rated_products .products .product .product-content-inner,
.full-width-header-area
.tm_pb_top_rated_products .products .product .product-content-inner,
.after-content-full-width-area
.tm_pb_top_rated_products .products .product .product-content-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tm_pb_product_categories .woocommerce[class*="columns-"] .product,
.tm_pb_best_selling_products .woocommerce[class*="columns-"] .product,
.tm_pb_featured_products .woocommerce[class*="columns-"] .product,
.tm_pb_product .woocommerce[class*="columns-"] .product,
.tm_pb_add_to_cart .woocommerce[class*="columns-"] .product,
.tm_pb_add_to_cart_url .woocommerce[class*="columns-"] .product,
.tm_pb_product_category .woocommerce[class*="columns-"] .product,
.tm_pb_recent_products .woocommerce[class*="columns-"] .product,
.tm_pb_sale_products .woocommerce[class*="columns-"] .product,
.tm_pb_top_rated_products .woocommerce[class*="columns-"] .product {
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .tm_pb_product_categories .woocommerce[class*="columns-"] .product,
  .tm_pb_best_selling_products .woocommerce[class*="columns-"] .product,
  .tm_pb_featured_products .woocommerce[class*="columns-"] .product,
  .tm_pb_product .woocommerce[class*="columns-"] .product,
  .tm_pb_add_to_cart .woocommerce[class*="columns-"] .product,
  .tm_pb_add_to_cart_url .woocommerce[class*="columns-"] .product,
  .tm_pb_product_category .woocommerce[class*="columns-"] .product,
  .tm_pb_recent_products .woocommerce[class*="columns-"] .product,
  .tm_pb_sale_products .woocommerce[class*="columns-"] .product,
  .tm_pb_top_rated_products .woocommerce[class*="columns-"] .product {
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .tm_pb_product_categories .woocommerce[class*="columns-"] .product,
  .tm_pb_best_selling_products .woocommerce[class*="columns-"] .product,
  .tm_pb_featured_products .woocommerce[class*="columns-"] .product,
  .tm_pb_product .woocommerce[class*="columns-"] .product,
  .tm_pb_add_to_cart .woocommerce[class*="columns-"] .product,
  .tm_pb_add_to_cart_url .woocommerce[class*="columns-"] .product,
  .tm_pb_product_category .woocommerce[class*="columns-"] .product,
  .tm_pb_recent_products .woocommerce[class*="columns-"] .product,
  .tm_pb_sale_products .woocommerce[class*="columns-"] .product,
  .tm_pb_top_rated_products .woocommerce[class*="columns-"] .product {
    -webkit-flex: 0 0 33.33%;
    -moz-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 1200px) {
  .tm_pb_product_categories .woocommerce.columns-6 .product,
  .tm_pb_best_selling_products .woocommerce.columns-6 .product,
  .tm_pb_featured_products .woocommerce.columns-6 .product,
  .tm_pb_product .woocommerce.columns-6 .product,
  .tm_pb_add_to_cart .woocommerce.columns-6 .product,
  .tm_pb_add_to_cart_url .woocommerce.columns-6 .product,
  .tm_pb_product_category .woocommerce.columns-6 .product,
  .tm_pb_recent_products .woocommerce.columns-6 .product,
  .tm_pb_sale_products .woocommerce.columns-6 .product,
  .tm_pb_top_rated_products .woocommerce.columns-6 .product {
    -webkit-flex: 0 0 16.666%;
    -moz-flex: 0 0 16.666%;
    -ms-flex: 0 0 16.666%;
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }
  .tm_pb_product_categories .woocommerce.columns-5 .product,
  .tm_pb_best_selling_products .woocommerce.columns-5 .product,
  .tm_pb_featured_products .woocommerce.columns-5 .product,
  .tm_pb_product .woocommerce.columns-5 .product,
  .tm_pb_add_to_cart .woocommerce.columns-5 .product,
  .tm_pb_add_to_cart_url .woocommerce.columns-5 .product,
  .tm_pb_product_category .woocommerce.columns-5 .product,
  .tm_pb_recent_products .woocommerce.columns-5 .product,
  .tm_pb_sale_products .woocommerce.columns-5 .product,
  .tm_pb_top_rated_products .woocommerce.columns-5 .product {
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .tm_pb_product_categories .woocommerce.columns-0 .product,
  .tm_pb_best_selling_products .woocommerce.columns-0 .product,
  .tm_pb_featured_products .woocommerce.columns-0 .product,
  .tm_pb_product .woocommerce.columns-0 .product,
  .tm_pb_add_to_cart .woocommerce.columns-0 .product,
  .tm_pb_add_to_cart_url .woocommerce.columns-0 .product,
  .tm_pb_product_category .woocommerce.columns-0 .product,
  .tm_pb_recent_products .woocommerce.columns-0 .product,
  .tm_pb_sale_products .woocommerce.columns-0 .product,
  .tm_pb_top_rated_products .woocommerce.columns-0 .product {
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tm_pb_product_categories .woocommerce.columns-3 .product,
  .tm_pb_best_selling_products .woocommerce.columns-3 .product,
  .tm_pb_featured_products .woocommerce.columns-3 .product,
  .tm_pb_product .woocommerce.columns-3 .product,
  .tm_pb_add_to_cart .woocommerce.columns-3 .product,
  .tm_pb_add_to_cart_url .woocommerce.columns-3 .product,
  .tm_pb_product_category .woocommerce.columns-3 .product,
  .tm_pb_recent_products .woocommerce.columns-3 .product,
  .tm_pb_sale_products .woocommerce.columns-3 .product,
  .tm_pb_top_rated_products .woocommerce.columns-3 .product {
    -webkit-flex: 0 0 33.333%;
    -moz-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .tm_pb_product_categories .woocommerce.columns-2 .product,
  .tm_pb_best_selling_products .woocommerce.columns-2 .product,
  .tm_pb_featured_products .woocommerce.columns-2 .product,
  .tm_pb_product .woocommerce.columns-2 .product,
  .tm_pb_add_to_cart .woocommerce.columns-2 .product,
  .tm_pb_add_to_cart_url .woocommerce.columns-2 .product,
  .tm_pb_product_category .woocommerce.columns-2 .product,
  .tm_pb_recent_products .woocommerce.columns-2 .product,
  .tm_pb_sale_products .woocommerce.columns-2 .product,
  .tm_pb_top_rated_products .woocommerce.columns-2 .product {
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tm_pb_product_categories .woocommerce.columns-1 .product,
  .tm_pb_best_selling_products .woocommerce.columns-1 .product,
  .tm_pb_featured_products .woocommerce.columns-1 .product,
  .tm_pb_product .woocommerce.columns-1 .product,
  .tm_pb_add_to_cart .woocommerce.columns-1 .product,
  .tm_pb_add_to_cart_url .woocommerce.columns-1 .product,
  .tm_pb_product_category .woocommerce.columns-1 .product,
  .tm_pb_recent_products .woocommerce.columns-1 .product,
  .tm_pb_sale_products .woocommerce.columns-1 .product,
  .tm_pb_top_rated_products .woocommerce.columns-1 .product {
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.entry-content .tm_pb_column .woocommerce[class*="columns"] {
  padding: 0;
}

.entry-content .tm_pb_column .woocommerce[class*="columns-"] .product {
  margin: 0 10px;
  position: relative;
}

.entry-content .tm_pb_column .woocommerce[class*="columns-"] .product[class*="col-"] {
  margin: 0;
}

.entry-content .woocommerce .products.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 15px !important;
}

@media (min-width: 544px) {
  .entry-content .woocommerce .products.row {
    padding: 0;
  }
}

.entry-content .woocommerce[class*="columns"] {
  padding: 40px calc(40px - 15px) calc(40px - 30px) calc(40px - 15px);
}

.entry-content .woocommerce[class*="columns"] .products.row {
  padding: 0 !important;
}

.entry-content .woocommerce .row .product:not(.col-xs-12) {
  -webkit-flex: 1 1 calc(100% - 20px);
  -moz-flex: 1 1 calc(100% - 20px);
  -ms-flex: 1 1 calc(100% - 20px);
  flex: 1 1 calc(100% - 20px);
}

.entry-content .woocommerce .row .product:not(.col-xs-12).products-category {
  padding: 0 15px;
}

.entry-content .woocommerce .row .product:not(.col-xs-12) .block_product_content {
  padding-bottom: 50px;
}

.entry-content .woocommerce .row .product:not(.col-xs-12) img {
  width: 100%;
}

@media (min-width: 544px) and (max-width: 767px) {
  .entry-content .woocommerce .row .product:not(.col-xs-12) {
    -webkit-flex: 0 0 calc(50% - 20px);
    -moz-flex: 0 0 calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .entry-content .woocommerce .row .product:not(.col-xs-12) {
    -webkit-flex: 0 0 calc(50% - 20px);
    -moz-flex: 0 0 calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}

.entry-content .woocommerce.columns-1 .row, .entry-content .woocommerce.columns-2 .row, .entry-content .woocommerce.columns-3 .row, .entry-content .woocommerce.columns-4 .row, .entry-content .woocommerce.columns-5 .row {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.entry-content .woocommerce.columns-1 .row .product-category, .entry-content .woocommerce.columns-2 .row .product-category, .entry-content .woocommerce.columns-3 .row .product-category, .entry-content .woocommerce.columns-4 .row .product-category, .entry-content .woocommerce.columns-5 .row .product-category {
  margin: 0 10px;
}

@media (min-width: 768px) {
  .entry-content .woocommerce.columns-1 .block_product_content {
    padding-bottom: 60px;
  }
  .entry-content .woocommerce.columns-1 .product:not(.col-xs-12) {
    -webkit-flex: 0 0 calc(100% - 20px);
    -moz-flex: 0 0 calc(100% - 20px);
    -ms-flex: 0 0 calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
  }
  .entry-content .woocommerce.columns-2 .block_product_content {
    padding-bottom: 60px;
  }
  .entry-content .woocommerce.columns-2 .product:not(.col-xs-12) {
    -webkit-flex: 0 0 calc(50% - 20px);
    -moz-flex: 0 0 calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
  .entry-content .woocommerce.columns-3 .block_product_content {
    padding-bottom: 60px;
  }
  .entry-content .woocommerce.columns-3 .product:not(.col-xs-12) {
    -webkit-flex: 0 0 calc(33.33% - 20px);
    -moz-flex: 0 0 calc(33.33% - 20px);
    -ms-flex: 0 0 calc(33.33% - 20px);
    flex: 0 0 calc(33.33% - 20px);
  }
  .entry-content .woocommerce.columns-4 .block_product_content {
    padding-bottom: 60px;
  }
  .entry-content .woocommerce.columns-4 .product:not(.col-xs-12) {
    -webkit-flex: 0 0 calc(25% - 20px);
    -moz-flex: 0 0 calc(25% - 20px);
    -ms-flex: 0 0 calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
  }
  .entry-content .woocommerce.columns-5 .block_product_content {
    padding-bottom: 60px;
  }
  .entry-content .woocommerce.columns-5 .product:not(.col-xs-12) {
    -webkit-flex: 0 0 calc(20% - 20px);
    -moz-flex: 0 0 calc(20% - 20px);
    -ms-flex: 0 0 calc(20% - 20px);
    flex: 0 0 calc(20% - 20px);
  }
}

.widget.widget-woocommerce-currency-rates .woocs_rates_current_currency {
  padding-right: 40px;
}

.widget.widget-woocommerce-currency-switcher .dd-selected-image,
.widget.widget-woocommerce-currency-switcher .dd-options .dd-option-image {
  display: none;
}

.widget.widget-woocommerce-currency-switcher .dd-container .dd-options {
  border-radius: 0;
}

.footer-area .widget.widget-woocommerce-currency-converter,
.footer-area .widget.widget-woocommerce-currency-switcher,
.footer-area .widget.widget-woocommerce-currency-rates,
.second-footer-area .widget.widget-woocommerce-currency-converter,
.second-footer-area .widget.widget-woocommerce-currency-switcher,
.second-footer-area .widget.widget-woocommerce-currency-rates {
  padding: 0;
}

.widget-woocommerce-currency-converter select {
  margin-bottom: 5px;
}

/**
 *
 * Woo-elements
 * Animations for woo-buttons
 */
@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* all other browsers */
@keyframes spinner {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/**
 * Woo-elements
 * header cart-dropdown
 */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background: #eff8f1;
  font-size: 14px;
  line-height: 25px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  text-align: left;
  width: 100%;
  margin: 30px 0 20px 0 !important;
}

.single-product .woocommerce-error, .single-product
.woocommerce-info, .single-product
.woocommerce-message {
  margin-top: 0 !important;
}

@media (min-width: 992px) {
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    line-height: 35px;
  }
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  font-size: 20px;
  content: '\e934';
  top: 50%;
  left: 15px;
  color: #59bc6c;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (min-width: 768px) {
  .woocommerce-error:before,
  .woocommerce-info:before,
  .woocommerce-message:before {
    left: 20px;
  }
}

.cart-wrap .woocommerce-error, .cart-wrap
.woocommerce-info, .cart-wrap
.woocommerce-message {
  margin: 0 0 20px 0 !important;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  text-decoration: underline;
}

.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover {
  text-decoration: none;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  float: right;
  margin: 0 0 0 20px;
}

.woocommerce .woocommerce-error .button, .woocommerce
.woocommerce-info .button, .woocommerce
.woocommerce-message .button {
  padding: 11px 19px 12px;
  border: none;
}

.single-product .woocommerce-error, .single-product
.woocommerce-info, .single-product
.woocommerce-message {
  text-align: left;
}

.single-product .woocommerce-error .button, .single-product
.woocommerce-info .button, .single-product
.woocommerce-message .button {
  margin: 10px 0 0 20px;
  float: right;
}

@media (min-width: 992px) {
  .single-product .woocommerce-error .button, .single-product
  .woocommerce-info .button, .single-product
  .woocommerce-message .button {
    margin-top: 0;
  }
}

.woocommerce-message:before {
  color: #59bc6c;
}

.woocommerce-error:before {
  content: '\e955';
  -webkit-transform: translate(0, -60%);
      -ms-transform: translate(0, -60%);
          transform: translate(0, -60%);
}

/**
 * Woo-elements
 * header cart-dropdown
 */
.site-header-cart {
  position: relative;
  text-align: right;
}

.site-header-cart .site-header-cart__wrapper {
  display: inline-block;
  text-align: left;
}

.site-header-cart .site-header-cart__wrapper i {
  font-size: 22px;
  line-height: 35px;
}

.site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap {
  top: 200%;
  right: -60px;
  left: auto;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  transition: 0.3s all ease;
  pointer-events: none;
  visibility: hidden;
  z-index: 100;
}

@media (min-width: 544px) {
  .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap {
    right: 0;
  }
}

.site-header-cart .site-header-cart__wrapper.open .shopping_cart-dropdown-wrap {
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: auto;
}

.site-header-cart .cart-contents {
  text-align: right;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  padding-right: 40px;
  border-radius: 40px;
}

.mobile-panel .site-header-cart .cart-contents {
  padding-right: 35px;
}

.site-header-cart .cart-contents .linearicon {
  font-size: 22px;
  line-height: 34px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 3px 0 0;
  transition: 0.3s all ease;
}

.mobile-panel .site-header-cart .cart-contents .linearicon {
  margin: 0 3px 0 10px;
}

.site-header-cart .cart-contents .cart-text {
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s all ease;
}

.mobile-panel .site-header-cart .cart-contents .cart-text {
  display: none;
}

.site-header-cart .cart-contents .count {
  vertical-align: middle;
  position: absolute;
  color: white;
  width: 34px;
  height: 34px;
  font-size: 14px;
  line-height: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  top: -2px;
  right: 0;
  text-align: center;
  border-radius: 620px;
}

.mobile-panel .site-header-cart .cart-contents .count {
  top: 0;
}

.site-header-cart .shopping_cart-dropdown-wrap {
  background: #222222;
  color: #ffffff;
  width: 300px;
  box-sizing: border-box;
  position: absolute;
  top: -999em;
  right: -90px;
  z-index: 99;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
  transition: opacity 0.2s ease, top 0s linear 0.2s, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, top 0s linear 0.2s;
  transition: transform 0.2s ease, opacity 0.2s ease, top 0s linear 0.2s, -webkit-transform 0.2s ease;
}

@media (min-width: 544px) {
  .site-header-cart .shopping_cart-dropdown-wrap {
    width: 350px;
    right: 0;
  }
}

.site-header-cart .shopping_cart-dropdown-wrap > .widget {
  background: none;
  padding: 0;
}

.site-header-cart .shopping_cart-dropdown-wrap .shopping_cart-header {
  padding: 20px 20px 20px;
}

@media (min-width: 768px) {
  .site-header-cart .shopping_cart-dropdown-wrap .shopping_cart-header {
    padding: 40px 40px 40px;
  }
}

.site-header-cart .shopping_cart-dropdown-wrap .shopping_cart-header h5 {
  color: #ffffff;
  padding-top: 15px;
  position: relative;
}

.site-header-cart .shopping_cart-dropdown-wrap .shopping_cart-header h5:before {
  width: 17px;
  height: 4px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
}

.site-header-cart .shopping_cart-dropdown-wrap .woocommerce-mini-cart__empty-message {
  padding: 0 40px 40px 40px;
}

.site-header-cart .shopping_cart-dropdown-wrap .product_list_widget {
  max-height: 140px;
  padding: 0 20px 19px;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget {
    max-height: 259px;
    padding: 0 40px 29px;
  }
}

@media (min-width: 544px) {
  .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget {
    max-height: 386px;
  }
  .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li.mini_cart_item a img {
    width: 76px;
    margin: 5px 10px 0 0;
  }
}

.site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li {
  border: none;
}

.site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li > a {
  text-transform: uppercase;
}

.site-header-cart .shopping_cart-dropdown-wrap .total {
  margin: 0;
  padding: 18px 20px 19px;
}

@media (min-width: 768px) {
  .site-header-cart .shopping_cart-dropdown-wrap .total {
    padding: 28px 40px 29px;
  }
}

.site-header-cart .shopping_cart-dropdown-wrap .buttons {
  margin: 0;
  padding: 0 20px 19px;
}

@media (min-width: 768px) {
  .site-header-cart .shopping_cart-dropdown-wrap .buttons {
    padding: 0 40px 39px;
  }
}

/*
 * Banner widget
 */
.tm_banners_grid_widget_banner {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.tm_banners_grid_widget_banner .tm_banners_grid_widget_banner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  text-align: center;
}

.tm_banners_grid_widget_banner .tm_banners_grid_widget_banner_text .woo-btn {
  border: none;
}

.tm_banners_grid_widget_banner .tm_banners_grid_widget_banner_wrapper img {
  width: 100%;
  transition: all 0.3s ease;
}

.tm_banners_grid_widget_banner img {
  transition: all 0.3s ease;
}

.tm_banners_grid_widget_banner:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

/**
 * Woo-elements
 * Styles for cart-widget
 */
.shopping_cart-dropdown-wrap .woocommerce.widget_shopping_cart {
  margin-bottom: 0;
}

.woocommerce.widget_shopping_cart .total {
  border-top: 1px solid #414141;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
}

.woocommerce.widget_shopping_cart .total strong {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
}

.woocommerce.widget_shopping_cart .buttons a.button {
  display: block;
  margin-bottom: 20px;
}

.woocommerce.widget_shopping_cart .buttons a.button:last-child {
  margin-bottom: 0;
}

.woocommerce.widget_shopping_cart ul.cart_list {
  text-align: left;
}

.woocommerce.widget_shopping_cart ul.cart_list > li {
  margin: 0;
  padding: 10px 10px 10px 0;
  color: inherit;
}

.shopping_cart-dropdown-wrap .woocommerce.widget_shopping_cart ul.cart_list > li {
  padding: 15px 0 10px;
}

.shopping_cart-dropdown-wrap .woocommerce.widget_shopping_cart ul.cart_list > li:last-child {
  padding-bottom: 0;
}

.footer-area .woocommerce.widget_shopping_cart ul.cart_list > li {
  padding: 0 0 20px;
}

.woocommerce.widget_shopping_cart ul.cart_list > li img {
  float: left;
  margin: 5px 20px 10px 0;
  width: auto;
  display: block;
  max-width: 42%;
}

@media (min-width: 768px) {
  .woocommerce.widget_shopping_cart ul.cart_list > li img {
    float: none;
    margin: 0 0 10px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .woocommerce.widget_shopping_cart ul.cart_list > li img {
    float: left;
    margin: 5px 20px 10px 0;
    max-width: 42%;
  }
}

@media (min-width: 768px) {
  .site-header-cart .woocommerce.widget_shopping_cart ul.cart_list > li img {
    float: left;
    margin: 7px 20px 10px 0;
    max-width: 42%;
  }
}

.footer-area .woocommerce.widget_shopping_cart ul.cart_list > li + li {
  padding-top: 22px;
}

.woocommerce.widget_shopping_cart ul.cart_list > li dl {
  display: block;
  overflow: hidden;
  margin: 5px 0 5px;
  border: none;
  padding: 0;
  font-size: 14px;
}

.woocommerce.widget_shopping_cart ul.cart_list > li dl dt,
.woocommerce.widget_shopping_cart ul.cart_list > li dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}

.woocommerce.widget_shopping_cart ul.cart_list > li dl dt {
  font-weight: 700;
  padding: 0;
  margin: 0 4px 0 0;
  clear: left;
}

.woocommerce.widget_shopping_cart ul.cart_list > li dl dd {
  padding: 0;
  margin: 0;
}

.woocommerce.widget_shopping_cart ul.cart_list > li dl dd p:last-child {
  margin-bottom: 0;
}

.woocommerce.widget_shopping_cart ul.cart_list > li .quantity {
  display: block;
  overflow: hidden;
  padding-top: 7px;
  font-size: 1.125rem;
  font-weight: normal;
}

/**
 * Woo-elements
 * Styles cart-widget for sidebars
 */
.woocommerce.widget_shopping_cart .cart_list {
  overflow: hidden;
}

.shopping_cart-dropdown-wrap .woocommerce.widget_shopping_cart .cart_list {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 340px;
}

@media (max-width: 1199px) {
  .shopping_cart-dropdown-wrap .woocommerce.widget_shopping_cart .cart_list {
    max-height: 180px;
  }
}

@media (min-width: 544px) {
  .before-content-area .woocommerce.widget_shopping_cart .cart_list,
  .after-content-area .woocommerce.widget_shopping_cart .cart_list,
  .footer-area--fullwidth .woocommerce.widget_shopping_cart .cart_list,
  .tm_pb_column_4_4 .woocommerce.widget_shopping_cart .cart_list,
  .full-width-header-area .woocommerce.widget_shopping_cart .cart_list,
  .after-content-full-width-area .woocommerce.widget_shopping_cart .cart_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -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-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
            align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
}

.woocommerce.widget_shopping_cart .cart_list li {
  position: relative;
}

.sidebar .woocommerce.widget_shopping_cart .cart_list li,
.tm_pb_column_1_4 .woocommerce.widget_shopping_cart .cart_list li,
.tm_pb_column_1_3 .woocommerce.widget_shopping_cart .cart_list li,
.footer-area:not(.footer-area--fullwidth) .woocommerce.widget_shopping_cart .cart_list li,
.after-loop-area .woocommerce.widget_shopping_cart .cart_list li {
  padding: 0 0 10px 0;
}

@media (min-width: 544px) {
  .before-content-area .woocommerce.widget_shopping_cart .cart_list li,
  .after-content-area .woocommerce.widget_shopping_cart .cart_list li,
  .footer-area--fullwidth .woocommerce.widget_shopping_cart .cart_list li,
  .tm_pb_column_4_4 .woocommerce.widget_shopping_cart .cart_list li,
  .full-width-header-area .woocommerce.widget_shopping_cart .cart_list li,
  .after-content-full-width-area .woocommerce.widget_shopping_cart .cart_list li {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .before-content-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(1), .before-content-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(2),
  .after-content-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(1),
  .after-content-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(2),
  .footer-area--fullwidth .woocommerce.widget_shopping_cart .cart_list li:nth-child(1),
  .footer-area--fullwidth .woocommerce.widget_shopping_cart .cart_list li:nth-child(2),
  .tm_pb_column_4_4 .woocommerce.widget_shopping_cart .cart_list li:nth-child(1),
  .tm_pb_column_4_4 .woocommerce.widget_shopping_cart .cart_list li:nth-child(2),
  .full-width-header-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(1),
  .full-width-header-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(2),
  .after-content-full-width-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(1),
  .after-content-full-width-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(2) {
    border-top: none;
  }
}

@media (min-width: 768px) {
  .before-content-area .woocommerce.widget_shopping_cart .cart_list li,
  .after-content-area .woocommerce.widget_shopping_cart .cart_list li,
  .footer-area--fullwidth .woocommerce.widget_shopping_cart .cart_list li,
  .tm_pb_column_4_4 .woocommerce.widget_shopping_cart .cart_list li,
  .full-width-header-area .woocommerce.widget_shopping_cart .cart_list li,
  .after-content-full-width-area .woocommerce.widget_shopping_cart .cart_list li {
    -webkit-flex: 0 1 33%;
    -moz-flex: 0 1 33%;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
    max-width: 33%;
  }
  .before-content-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(3),
  .after-content-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(3),
  .footer-area--fullwidth .woocommerce.widget_shopping_cart .cart_list li:nth-child(3),
  .tm_pb_column_4_4 .woocommerce.widget_shopping_cart .cart_list li:nth-child(3),
  .full-width-header-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(3),
  .after-content-full-width-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(3) {
    border-top: none;
  }
}

.woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 15px;
  left: auto;
  right: 5px;
  margin-left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.2s ease;
  text-indent: -100px;
  font-size: 0;
  line-height: 16px;
}

.shopping_cart-dropdown-wrap .woocommerce.widget_shopping_cart .cart_list li a.remove {
  top: 14px;
  left: auto;
  right: 2px;
  margin-left: 0;
}

.sidebar .woocommerce.widget_shopping_cart .cart_list li a.remove,
.tm_pb_column_1_4 .woocommerce.widget_shopping_cart .cart_list li a.remove,
.tm_pb_column_1_3 .woocommerce.widget_shopping_cart .cart_list li a.remove,
.footer-area:not(.footer-area--fullwidth) .woocommerce.widget_shopping_cart .cart_list li a.remove,
.after-loop-area .woocommerce.widget_shopping_cart .cart_list li a.remove {
  top: 5px;
}

.woocommerce.widget_shopping_cart .cart_list li a.remove:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-hyphens: none;
     -moz-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  word-wrap: normal;
  text-indent: 0;
}

.woocommerce.widget_shopping_cart .cart_list li .quantity .amount {
  font-size: 1.125rem;
  font-weight: normal;
}

.woocommerce.widget_shopping_cart .cart_list li:hover a.remove {
  opacity: 1;
  filter: alpha(opacity=100);
}

.woocommerce.widget_shopping_cart .cart_list li.empty {
  border-bottom: none;
  padding-bottom: 12px;
}

/**
 * Woo-elements
 * Currency-Switcher header
 */
.woocommerce-currency-switcher-form {
  height: 41px;
  max-width: 250px;
}

.woocommerce-currency-switcher-form .dd-desc {
  display: none;
}

.woocommerce-currency-switcher-form .dd-container .dd-options a.dd-option {
  cursor: pointer;
}

.woocommerce-currency-switcher-form .dd-container .dd-options a.dd-option input, .woocommerce-currency-switcher-form .dd-container .dd-options a.dd-option label {
  cursor: pointer;
}

.woocommerce-currency-switcher-form .dd-container .dd-selected {
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}

.woocommerce-currency-switcher-form .dd-container .dd-selected-text {
  transition: all .3s ease;
}

.woocommerce-currency-switcher-form .dd-container .dd-selected label {
  cursor: pointer;
  font-weight: 500;
}

.mobile-panel .woocommerce-currency-switcher-form .dd-container {
  width: 45px !important;
}

.widget-area .woocommerce-currency-switcher-form .dd-container {
  border: 1px solid #f6f6f6;
  background-color: #f6f6f6;
}

.widget-area .woocommerce-currency-switcher-form .dd-container .dd-selected {
  padding: 15px;
}

.widget-area .woocommerce-currency-switcher-form .dd-container .dd-pointer-down {
  right: 2px;
}

.widget-area .woocommerce-currency-switcher-form .dd-container .dd-options {
  width: 100% !important;
}

.woocommerce-currency-switcher-form .dd-container .dd-select {
  background: transparent !important;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}

.mobile-panel .woocommerce-currency-switcher-form .dd-container .dd-select {
  width: 45px !important;
}

.woocommerce-currency-switcher-form .dd-container .dd-pointer {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  border: none !important;
  width: 15px;
  height: 15px;
}

.mobile-panel .woocommerce-currency-switcher-form .dd-container .dd-pointer {
  display: none;
}

.woocommerce-currency-switcher-form .dd-container .dd-pointer:after {
  content: "\e93a";
  position: absolute;
  transition: all .3s ease;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 15px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}

.woocommerce-currency-switcher-form .dd-container .dd-pointer.dd-pointer-up:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}

.woocommerce-currency-switcher-form .dd-container .dd-options {
  width: 150px !important;
  border: none;
  box-shadow: none;
  padding: 10px 20px;
  right: 0;
}

.woocommerce-currency-switcher-form .dd-container .dd-options a.dd-option {
  background: transparent;
  border: none;
  font-weight: 300;
  padding: 0;
}

.woocommerce-currency-switcher-form .dd-container .dd-options a.dd-option .dd-option-text {
  font-size: 14px;
}

.woocommerce-currency-switcher-form .dd-container .dd-options a.dd-option .dd-desc {
  font-size: 12px;
}

/**
 * Woo-elements
 * Styles for price and rating
 *
 */
.woocommerce div.product .woocommerce-variation-price span.price,
.woocommerce div.product p.price {
  font-size: 40px;
  line-height: 1.1em;
}

.woocommerce-cart .woocommerce .amount,
.woocommerce-checkout .woocommerce .amount {
  font-size: .9rem;
}

.woocommerce .star-rating,
.woocommerce .product .star-rating,
.woocommerce .stars {
  font-size: 0.7em;
  color: #ffc045;
  text-align: left;
  margin: 0;
  width: 4.9em;
  letter-spacing: 3px;
}

.woocommerce .star-rating:before,
.woocommerce .star-rating span:before,
.woocommerce .product .star-rating:before,
.woocommerce .product .star-rating span:before,
.woocommerce .stars:before,
.woocommerce .stars span:before {
  content: '\e838\e838\e838\e838\e838';
  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 Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

.woocommerce .product.product-list .star-rating {
  font-size: 1em;
}

/**
 * Woo-elements
 * WooButtons
 *
 */
.ajax_add_to_cart,
.add_to_cart_button {
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 15px 28px 15px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid;
  box-shadow: none;
  transition: .3s;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  border-radius: 0;
}

.ajax_add_to_cart:after, .ajax_add_to_cart:before,
.add_to_cart_button:after,
.add_to_cart_button:before {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ajax_add_to_cart__text,
.add_to_cart_button__text {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  opacity: 1;
}

.woocommerce a.added_to_cart {
  display: none;
}

.woocommerce table.cart input.header-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  border-color: transparent;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce a.button.loading {
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 15px 28px 15px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid;
  box-shadow: none;
  transition: .3s;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  border-radius: 0;
}

.woocommerce #respond input#submit:after, .woocommerce #respond input#submit:before,
.woocommerce a.button:after,
.woocommerce a.button:before,
.woocommerce button.button:after,
.woocommerce button.button:before,
.woocommerce input.button:after,
.woocommerce input.button:before,
.woocommerce #respond input#submit.alt:after,
.woocommerce #respond input#submit.alt:before,
.woocommerce a.button.alt:after,
.woocommerce a.button.alt:before,
.woocommerce button.button.alt:after,
.woocommerce button.button.alt:before,
.woocommerce input.button.alt:after,
.woocommerce input.button.alt:before,
.woocommerce input.button:disabled:after,
.woocommerce input.button:disabled:before,
.woocommerce input.button:disabled[disabled]:after,
.woocommerce input.button:disabled[disabled]:before,
.woocommerce a.button.loading:after,
.woocommerce a.button.loading:before {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce #respond input#submit.product_type_variable:after, .woocommerce #respond input#submit.product_type_variable:before, .woocommerce #respond input#submit.loading:after, .woocommerce #respond input#submit.loading:before, .woocommerce #respond input#submit.added:after, .woocommerce #respond input#submit.added:before,
.woocommerce a.button.product_type_variable:after,
.woocommerce a.button.product_type_variable:before,
.woocommerce a.button.loading:after,
.woocommerce a.button.loading:before,
.woocommerce a.button.added:after,
.woocommerce a.button.added:before,
.woocommerce button.button.product_type_variable:after,
.woocommerce button.button.product_type_variable:before,
.woocommerce button.button.loading:after,
.woocommerce button.button.loading:before,
.woocommerce button.button.added:after,
.woocommerce button.button.added:before,
.woocommerce input.button.product_type_variable:after,
.woocommerce input.button.product_type_variable:before,
.woocommerce input.button.loading:after,
.woocommerce input.button.loading:before,
.woocommerce input.button.added:after,
.woocommerce input.button.added:before,
.woocommerce #respond input#submit.alt.product_type_variable:after,
.woocommerce #respond input#submit.alt.product_type_variable:before,
.woocommerce #respond input#submit.alt.loading:after,
.woocommerce #respond input#submit.alt.loading:before,
.woocommerce #respond input#submit.alt.added:after,
.woocommerce #respond input#submit.alt.added:before,
.woocommerce a.button.alt.product_type_variable:after,
.woocommerce a.button.alt.product_type_variable:before,
.woocommerce a.button.alt.loading:after,
.woocommerce a.button.alt.loading:before,
.woocommerce a.button.alt.added:after,
.woocommerce a.button.alt.added:before,
.woocommerce button.button.alt.product_type_variable:after,
.woocommerce button.button.alt.product_type_variable:before,
.woocommerce button.button.alt.loading:after,
.woocommerce button.button.alt.loading:before,
.woocommerce button.button.alt.added:after,
.woocommerce button.button.alt.added:before,
.woocommerce input.button.alt.product_type_variable:after,
.woocommerce input.button.alt.product_type_variable:before,
.woocommerce input.button.alt.loading:after,
.woocommerce input.button.alt.loading:before,
.woocommerce input.button.alt.added:after,
.woocommerce input.button.alt.added:before,
.woocommerce input.button:disabled.product_type_variable:after,
.woocommerce input.button:disabled.product_type_variable:before,
.woocommerce input.button:disabled.loading:after,
.woocommerce input.button:disabled.loading:before,
.woocommerce input.button:disabled.added:after,
.woocommerce input.button:disabled.added:before,
.woocommerce input.button:disabled[disabled].product_type_variable:after,
.woocommerce input.button:disabled[disabled].product_type_variable:before,
.woocommerce input.button:disabled[disabled].loading:after,
.woocommerce input.button:disabled[disabled].loading:before,
.woocommerce input.button:disabled[disabled].added:after,
.woocommerce input.button:disabled[disabled].added:before,
.woocommerce a.button.loading.product_type_variable:after,
.woocommerce a.button.loading.product_type_variable:before,
.woocommerce a.button.loading.loading:after,
.woocommerce a.button.loading.loading:before,
.woocommerce a.button.loading.added:after,
.woocommerce a.button.loading.added:before {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce #respond input#submit.ajax_add_to_cart span.add, .woocommerce #respond input#submit.add_to_cart_button span.add, .woocommerce #respond input#submit.single_add_to_cart_button span.add,
.woocommerce a.button.ajax_add_to_cart span.add,
.woocommerce a.button.add_to_cart_button span.add,
.woocommerce a.button.single_add_to_cart_button span.add,
.woocommerce button.button.ajax_add_to_cart span.add,
.woocommerce button.button.add_to_cart_button span.add,
.woocommerce button.button.single_add_to_cart_button span.add,
.woocommerce input.button.ajax_add_to_cart span.add,
.woocommerce input.button.add_to_cart_button span.add,
.woocommerce input.button.single_add_to_cart_button span.add,
.woocommerce #respond input#submit.alt.ajax_add_to_cart span.add,
.woocommerce #respond input#submit.alt.add_to_cart_button span.add,
.woocommerce #respond input#submit.alt.single_add_to_cart_button span.add,
.woocommerce a.button.alt.ajax_add_to_cart span.add,
.woocommerce a.button.alt.add_to_cart_button span.add,
.woocommerce a.button.alt.single_add_to_cart_button span.add,
.woocommerce button.button.alt.ajax_add_to_cart span.add,
.woocommerce button.button.alt.add_to_cart_button span.add,
.woocommerce button.button.alt.single_add_to_cart_button span.add,
.woocommerce input.button.alt.ajax_add_to_cart span.add,
.woocommerce input.button.alt.add_to_cart_button span.add,
.woocommerce input.button.alt.single_add_to_cart_button span.add,
.woocommerce input.button:disabled.ajax_add_to_cart span.add,
.woocommerce input.button:disabled.add_to_cart_button span.add,
.woocommerce input.button:disabled.single_add_to_cart_button span.add,
.woocommerce input.button:disabled[disabled].ajax_add_to_cart span.add,
.woocommerce input.button:disabled[disabled].add_to_cart_button span.add,
.woocommerce input.button:disabled[disabled].single_add_to_cart_button span.add,
.woocommerce a.button.loading.ajax_add_to_cart span.add,
.woocommerce a.button.loading.add_to_cart_button span.add,
.woocommerce a.button.loading.single_add_to_cart_button span.add {
  visibility: visible;
  opacity: 1;
  display: block;
}

.woocommerce #respond input#submit.ajax_add_to_cart span.added, .woocommerce #respond input#submit.add_to_cart_button span.added, .woocommerce #respond input#submit.single_add_to_cart_button span.added,
.woocommerce a.button.ajax_add_to_cart span.added,
.woocommerce a.button.add_to_cart_button span.added,
.woocommerce a.button.single_add_to_cart_button span.added,
.woocommerce button.button.ajax_add_to_cart span.added,
.woocommerce button.button.add_to_cart_button span.added,
.woocommerce button.button.single_add_to_cart_button span.added,
.woocommerce input.button.ajax_add_to_cart span.added,
.woocommerce input.button.add_to_cart_button span.added,
.woocommerce input.button.single_add_to_cart_button span.added,
.woocommerce #respond input#submit.alt.ajax_add_to_cart span.added,
.woocommerce #respond input#submit.alt.add_to_cart_button span.added,
.woocommerce #respond input#submit.alt.single_add_to_cart_button span.added,
.woocommerce a.button.alt.ajax_add_to_cart span.added,
.woocommerce a.button.alt.add_to_cart_button span.added,
.woocommerce a.button.alt.single_add_to_cart_button span.added,
.woocommerce button.button.alt.ajax_add_to_cart span.added,
.woocommerce button.button.alt.add_to_cart_button span.added,
.woocommerce button.button.alt.single_add_to_cart_button span.added,
.woocommerce input.button.alt.ajax_add_to_cart span.added,
.woocommerce input.button.alt.add_to_cart_button span.added,
.woocommerce input.button.alt.single_add_to_cart_button span.added,
.woocommerce input.button:disabled.ajax_add_to_cart span.added,
.woocommerce input.button:disabled.add_to_cart_button span.added,
.woocommerce input.button:disabled.single_add_to_cart_button span.added,
.woocommerce input.button:disabled[disabled].ajax_add_to_cart span.added,
.woocommerce input.button:disabled[disabled].add_to_cart_button span.added,
.woocommerce input.button:disabled[disabled].single_add_to_cart_button span.added,
.woocommerce a.button.loading.ajax_add_to_cart span.added,
.woocommerce a.button.loading.add_to_cart_button span.added,
.woocommerce a.button.loading.single_add_to_cart_button span.added {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.woocommerce #respond input#submit.product_type_variable,
.woocommerce a.button.product_type_variable,
.woocommerce button.button.product_type_variable,
.woocommerce input.button.product_type_variable,
.woocommerce #respond input#submit.alt.product_type_variable,
.woocommerce a.button.alt.product_type_variable,
.woocommerce button.button.alt.product_type_variable,
.woocommerce input.button.alt.product_type_variable,
.woocommerce input.button:disabled.product_type_variable,
.woocommerce input.button:disabled[disabled].product_type_variable,
.woocommerce a.button.loading.product_type_variable {
  background-color: transparent;
  border-color: #e0e0e2;
}

.woocommerce #respond input#submit.product_type_variable .add_to_cart_button__text,
.woocommerce a.button.product_type_variable .add_to_cart_button__text,
.woocommerce button.button.product_type_variable .add_to_cart_button__text,
.woocommerce input.button.product_type_variable .add_to_cart_button__text,
.woocommerce #respond input#submit.alt.product_type_variable .add_to_cart_button__text,
.woocommerce a.button.alt.product_type_variable .add_to_cart_button__text,
.woocommerce button.button.alt.product_type_variable .add_to_cart_button__text,
.woocommerce input.button.alt.product_type_variable .add_to_cart_button__text,
.woocommerce input.button:disabled.product_type_variable .add_to_cart_button__text,
.woocommerce input.button:disabled[disabled].product_type_variable .add_to_cart_button__text,
.woocommerce a.button.loading.product_type_variable .add_to_cart_button__text {
  display: inherit;
}

.woocommerce #respond input#submit.loading span.add,
.woocommerce a.button.loading span.add,
.woocommerce button.button.loading span.add,
.woocommerce input.button.loading span.add,
.woocommerce #respond input#submit.alt.loading span.add,
.woocommerce a.button.alt.loading span.add,
.woocommerce button.button.alt.loading span.add,
.woocommerce input.button.alt.loading span.add,
.woocommerce input.button:disabled.loading span.add,
.woocommerce input.button:disabled[disabled].loading span.add,
.woocommerce a.button.loading.loading span.add {
  visibility: visible;
  opacity: 1;
  display: block;
}

.woocommerce #respond input#submit.loading span.added,
.woocommerce a.button.loading span.added,
.woocommerce button.button.loading span.added,
.woocommerce input.button.loading span.added,
.woocommerce #respond input#submit.alt.loading span.added,
.woocommerce a.button.alt.loading span.added,
.woocommerce button.button.alt.loading span.added,
.woocommerce input.button.alt.loading span.added,
.woocommerce input.button:disabled.loading span.added,
.woocommerce input.button:disabled[disabled].loading span.added,
.woocommerce a.button.loading.loading span.added {
  visibility: visible;
  opacity: 0;
  display: none;
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after,
.woocommerce #respond input#submit.alt.loading:after,
.woocommerce a.button.alt.loading:after,
.woocommerce button.button.alt.loading:after,
.woocommerce input.button.alt.loading:after,
.woocommerce input.button:disabled.loading:after,
.woocommerce input.button:disabled[disabled].loading:after,
.woocommerce a.button.loading.loading:after {
  content: '\e8dd';
  -webkit-animation: 1.5s linear infinite spinner;
  animation: 1.5s linear infinite spinner;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after,
.woocommerce #respond input#submit.alt.added:after,
.woocommerce a.button.alt.added:after,
.woocommerce button.button.alt.added:after,
.woocommerce input.button.alt.added:after,
.woocommerce input.button:disabled.added:after,
.woocommerce input.button:disabled[disabled].added:after,
.woocommerce a.button.loading.added:after {
  content: "\e934";
}

.woocommerce #respond input#submit.added span.add,
.woocommerce a.button.added span.add,
.woocommerce button.button.added span.add,
.woocommerce input.button.added span.add,
.woocommerce #respond input#submit.alt.added span.add,
.woocommerce a.button.alt.added span.add,
.woocommerce button.button.alt.added span.add,
.woocommerce input.button.alt.added span.add,
.woocommerce input.button:disabled.added span.add,
.woocommerce input.button:disabled[disabled].added span.add,
.woocommerce a.button.loading.added span.add {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.woocommerce #respond input#submit.added span.added,
.woocommerce a.button.added span.added,
.woocommerce button.button.added span.added,
.woocommerce input.button.added span.added,
.woocommerce #respond input#submit.alt.added span.added,
.woocommerce a.button.alt.added span.added,
.woocommerce button.button.alt.added span.added,
.woocommerce input.button.alt.added span.added,
.woocommerce input.button:disabled.added span.added,
.woocommerce input.button:disabled[disabled].added span.added,
.woocommerce a.button.loading.added span.added {
  visibility: visible;
  opacity: 1;
  display: block;
}

.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce button.button.alt.disabled {
  cursor: not-allowed;
}

/**
 * Woo-elements
 * WooPagination
 *
 */
.woocommerce nav.woocommerce-pagination {
  text-align: left;
  border: none;
  margin: 2em 0 4em;
  padding-top: 40px;
  border-top: 1px solid #e8e8f8;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none;
  background: none;
}

.woocommerce nav.woocommerce-pagination .page-numbers {
  overflow: hidden;
}

.woocommerce nav.woocommerce-pagination a.next,
.woocommerce nav.woocommerce-pagination a.prev {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
  position: relative;
}

.woocommerce nav.woocommerce-pagination a.next:before,
.woocommerce nav.woocommerce-pagination a.prev:before {
  display: block;
  position: absolute;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  text-align: center;
  top: 0;
  font-size: 14px;
  line-height: 45px;
}

.woocommerce nav.woocommerce-pagination a.next {
  padding: 10px 45px 10px 30px;
  margin-left: 8px;
}

.woocommerce nav.woocommerce-pagination a.prev {
  padding: 10px 30px 10px 45px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .woocommerce nav.woocommerce-pagination {
    text-align: center;
  }
  .woocommerce nav.woocommerce-pagination a.next,
  .woocommerce nav.woocommerce-pagination a.prev {
    display: block;
  }
  .woocommerce nav.woocommerce-pagination a.prev {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .woocommerce nav.woocommerce-pagination a.next {
    margin-left: 0;
  }
}

.woocommerce nav.woocommerce-pagination a.next:before {
  right: 26px;
  left: auto;
  content: "\e93c";
}

.woocommerce nav.woocommerce-pagination a.prev:before {
  left: 26px;
  right: auto;
  content: "\e93b";
}

.term-description {
  padding-bottom: 30px;
}

.woocommerce-ordering {
  -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;
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
          align-self: flex-end;
  position: relative;
}

.woocommerce-ordering select {
  width: 150px;
  max-width: 100%;
  font-size: 14px;
  line-height: 24px;
  padding: 7px 20px 5px 22px;
  height: 45px;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: none;
}

@media (min-width: 544px) {
  .woocommerce-ordering select {
    width: 200px;
  }
}

@media (min-width: 992px) {
  .woocommerce-ordering select {
    width: 320px;
    padding: 7px 20px 5px 22px;
  }
}

.woocommerce-ordering:after {
  position: absolute;
  right: 10px;
  top: 8px;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 30px;
  content: "\e93a";
  cursor: pointer;
  pointer-events: none;
}

@media (min-width: 544px) {
  .woocommerce-ordering:after {
    right: 20px;
  }
}

/**
 * Woo-elements
 * Custom menu widget
 *
 */
.widget.widget___tm_custom_menu_widget,
#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget.widget___tm_custom_menu_widget {
  padding: 0;
}

.widget___tm_custom_menu_widget .tm_custom_menu_widget {
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.tm_custom_menu_widget {
  padding: 40px 15px 17% 42px;
}

#tm_builder_outer_content .tm_pb_module .tm_custom_menu_widget h3.widget-title,
.tm_custom_menu_widget h3.widget-title {
  padding-top: 25px;
  display: inline-block;
  position: relative;
  margin-bottom: 25px;
}

#tm_builder_outer_content .tm_pb_module .tm_custom_menu_widget h3.widget-title:before,
.tm_custom_menu_widget h3.widget-title:before {
  display: block !important;
}

#tm_builder_outer_content .tm_pb_module .tm_custom_menu_widget h3.widget-title:after,
.tm_custom_menu_widget h3.widget-title:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  content: "";
}

@media (max-width: 1170px) {
  #tm_builder_outer_content .tm_pb_module .tm_custom_menu_widget h3.widget-title:after,
  .tm_custom_menu_widget h3.widget-title:after {
    bottom: 0;
  }
}

.tm_custom_menu_widget ul {
  width: 44%;
}

.tm_custom_menu_widget ul,
#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .tm_custom_menu_widget ul {
  max-width: 190px;
}

@media (max-width: 991px) {
  .tm_custom_menu_widget ul {
    width: 52%;
  }
}

.tm_custom_menu_widget ul li {
  font-size: 14px;
  line-height: 20px;
}

/**
 * Woo-elements
 * Styles for carousel
 *
 */
.widget.tm_products_carousel_widget .swiper-button-next,
.widget.tm_products_carousel_widget .swiper-button-prev,
.widget.widget_product_categories_image .swiper-button-next,
.widget.widget_product_categories_image .swiper-button-prev {
  top: 25px;
}

.tm_products_carousel_widget,
.widget_product_categories_image,
.related, .up-sells,
.single_product_wrapper {
  position: relative;
}

.tm_products_carousel_widget .widget-title,
.widget_product_categories_image .widget-title,
.related .widget-title, .up-sells .widget-title,
.single_product_wrapper .widget-title {
  margin: 0 40px calc(40px * .75) 40px;
}

.tm_products_carousel_widget .swiper-button-next,
.tm_products_carousel_widget .swiper-button-prev,
.widget_product_categories_image .swiper-button-next,
.widget_product_categories_image .swiper-button-prev,
.related .swiper-button-next,
.related .swiper-button-prev, .up-sells .swiper-button-next,
.up-sells .swiper-button-prev,
.single_product_wrapper .swiper-button-next,
.single_product_wrapper .swiper-button-prev {
  top: 0;
  margin-top: 0;
  width: 46px;
  height: 46px;
  text-align: center;
  display: block;
  transition: ease 0.3s all;
  background-image: none !important;
}

.tm_products_carousel_widget .swiper-button-next:after,
.tm_products_carousel_widget .swiper-button-prev:after,
.widget_product_categories_image .swiper-button-next:after,
.widget_product_categories_image .swiper-button-prev:after,
.related .swiper-button-next:after,
.related .swiper-button-prev:after, .up-sells .swiper-button-next:after,
.up-sells .swiper-button-prev:after,
.single_product_wrapper .swiper-button-next:after,
.single_product_wrapper .swiper-button-prev:after {
  display: block;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 46px;
  transition: .3s;
}

.tm_products_carousel_widget .swiper-button-next,
.widget_product_categories_image .swiper-button-next,
.related .swiper-button-next, .up-sells .swiper-button-next,
.single_product_wrapper .swiper-button-next {
  right: 0;
}

.tm_products_carousel_widget .swiper-button-next:after,
.widget_product_categories_image .swiper-button-next:after,
.related .swiper-button-next:after, .up-sells .swiper-button-next:after,
.single_product_wrapper .swiper-button-next:after {
  content: "\e93c";
}

.tm_products_carousel_widget .swiper-button-prev,
.widget_product_categories_image .swiper-button-prev,
.related .swiper-button-prev, .up-sells .swiper-button-prev,
.single_product_wrapper .swiper-button-prev {
  right: 35px;
  left: auto;
}

.tm_products_carousel_widget .swiper-button-prev:after,
.widget_product_categories_image .swiper-button-prev:after,
.related .swiper-button-prev:after, .up-sells .swiper-button-prev:after,
.single_product_wrapper .swiper-button-prev:after {
  content: "\e93b";
}

.tm_products_carousel_widget .swiper-pagination-bullets,
.widget_product_categories_image .swiper-pagination-bullets,
.related .swiper-pagination-bullets, .up-sells .swiper-pagination-bullets,
.single_product_wrapper .swiper-pagination-bullets {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.tm_products_carousel_widget .swiper-pagination-bullets .swiper-pagination-bullet,
.widget_product_categories_image .swiper-pagination-bullets .swiper-pagination-bullet,
.related .swiper-pagination-bullets .swiper-pagination-bullet, .up-sells .swiper-pagination-bullets .swiper-pagination-bullet,
.single_product_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
  transition: ease 0.3s all;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.woocommerce .swiper-pagination,
.woocommerce .swiper-container.swiper-container-horizontal .swiper-pagination {
  bottom: 0;
}

.tm-categories-carousel-widget-container .swiper-button-next,
.tm-categories-carousel-widget-container .swiper-button-prev,
.tm-products-carousel-widget-container .swiper-button-next,
.tm-products-carousel-widget-container .swiper-button-prev {
  background: transparent;
}

.tm-categories-carousel-widget-container > div div,
.tm-products-carousel-widget-container > div div {
  padding: 0;
}

.sidebar .tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .product-category > *,
.tm_pb_column_1_4 .tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .product-category > *,
.tm_pb_column_1_3 .tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .product-category > *,
.footer-area:not(.footer-area--fullwidth) .tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .product-category > *,
.after-loop-area .tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .product-category > * {
  display: block;
  max-width: 100%;
  margin: 0;
}

.sidebar .tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .product-category h3,
.tm_pb_column_1_4 .tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .product-category h3,
.tm_pb_column_1_3 .tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .product-category h3,
.footer-area:not(.footer-area--fullwidth) .tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .product-category h3,
.after-loop-area .tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .product-category h3 {
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 10px;
}

.sidebar .tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .product-category h3:before,
.tm_pb_column_1_4 .tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .product-category h3:before,
.tm_pb_column_1_3 .tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .product-category h3:before,
.footer-area:not(.footer-area--fullwidth) .tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .product-category h3:before,
.after-loop-area .tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .product-category h3:before {
  display: none;
}

.sidebar .tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .product-category .title_count_block,
.tm_pb_column_1_4 .tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .product-category .title_count_block,
.tm_pb_column_1_3 .tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .product-category .title_count_block,
.footer-area:not(.footer-area--fullwidth) .tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .product-category .title_count_block,
.after-loop-area .tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .product-category .title_count_block {
  margin-bottom: 20px;
}

/**
 * Woo-elements
 * Styles WooModules
 *
 */
.tm_pb_add_to_cart {
  padding-bottom: 30px;
}

.tm_pb_add_to_cart .add_to_cart_inline {
  border: none !important;
}

.tm_pb_add_to_cart .add_to_cart_inline .woocs_price_code {
  display: block;
  padding-bottom: 20px;
}

.woocommerce .loader:before,
.woocommerce .blockUI.blockOverlay:before,
.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-loader span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -16.5px 0 0 -16.5px;
  background-image: none;
  background-color: #ffffff;
  border-radius: 50%;
  border: 3px solid transparent;
  -webkit-animation: tm_spin 1s linear infinite;
          animation: tm_spin 1s linear infinite;
  z-index: 11;
}

.woocommerce .page-title {
  position: relative;
  padding-top: 25px;
}

.woocommerce .page-title:before {
  content: '';
  display: block;
  width: 37px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
