/*
Theme Name:     SShop
Theme URI:    	http://demos.sshopwp.com/
Author:         shrimp2t
Author URI:     http://sshopwp.com/
Description:  	SShop is the best free WooCommerce theme. It features a bespoke integration with WooCommerce itself plus many widgets like Sales countdown, Product tabs, Blog posts, Services, Sliders. SShop is responsive mobile optimized and using bootstrap framework and FontAwesome icons. There are several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love it's lean and extensible codebase making it a joy to customise and extend. Looking for a WooCommerce theme? Look no further!
Version:      	1.0.7
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	sshop
Tags:         	e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, full-width-template, threaded-comments, footer-widgets, sticky-post, theme-options

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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/

======
Note: Do not edit this file. If you wish to add your own CSS we strongly recommend creating your own child theme, or installing a custom CSS plugin.
======
*/
/* --------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
-------------------------------------------------------------- */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: "Product Sans", Arial, 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;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Product Sans", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

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

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

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: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 30px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
}

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"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px 10px;
}

select {
  padding: 10px 10px;
  border: 1px solid #ccc;
}

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,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# 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;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear: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,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  margin-left: -10px;
  margin-right: -10px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0px 5px;
}
.gallery-item img {
  width: 100%;
  height: auto;
}

.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;
  font-size: 11px;
  font-style: italic;
}

.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.content-area {
  margin: 35px 0px;
}
@media screen and (max-width: 940px) {
  .content-area {
    margin: 0px 0px;
  }
  .content-area.woocommerce-main {
    margin-top: 35px;
  }
}
.content-area.front-page {
  margin-bottom: 0px;
}
.content-area .site-main {
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 720px) {
  .content-area .site-main {
    padding: 30px 15px 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.content-area::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 940px) {
  .content-area.has-sidebar .site-main {
    width: 70%;
    float: left;
  }
  .content-area.has-sidebar .widget-area {
    width: 30%;
    padding-left: 30px;
    float: right;
  }
}
@media screen and (max-width: 940px) {
  .content-area.has-sidebar .widget-area {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 720px) {
  .content-area.has-sidebar .widget-area .boxed-widget {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media screen and (min-width: 940px) {
  .site-layout-left-sidebar .content-area.has-sidebar .site-main {
    float: right;
  }
  .site-layout-left-sidebar .content-area.has-sidebar .widget-area {
    padding-right: 30px;
    padding-left: 0px;
    float: left;
  }
}

.page-no-margin .content-area {
  margin: 0px;
}

.boxed-widget {
  background: #fff;
  padding: 15px;
}

.container::after {
  content: "";
  display: table;
  clear: both;
}

.eq-row-col-1 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-1::after {
  content: "";
  display: table;
  clear: both;
}
.eq-row-col-1 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-1 .eq-col {
    width: 100%;
    float: left;
  }
  .eq-row-col-1 .eq-col:nth-child(1n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-1 .eq-col {
    width: 50%;
    float: left;
  }
  .eq-row-col-1 .eq-col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-1 .eq-col {
    width: 100%;
    float: none;
    clear: left;
  }
}

.eq-row-col-no-f-1 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-no-f-1 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-no-f-1 .eq-col {
    width: 100%;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-no-f-1 .eq-col {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-no-f-1 .eq-col {
    width: 100%;
  }
}

.eq-row-col-2 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-2::after {
  content: "";
  display: table;
  clear: both;
}
.eq-row-col-2 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-2 .eq-col {
    width: 50%;
    float: left;
  }
  .eq-row-col-2 .eq-col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-2 .eq-col {
    width: 50%;
    float: left;
  }
  .eq-row-col-2 .eq-col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-2 .eq-col {
    width: 100%;
    float: none;
    clear: left;
  }
}

.eq-row-col-no-f-2 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-no-f-2 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-no-f-2 .eq-col {
    width: 50%;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-no-f-2 .eq-col {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-no-f-2 .eq-col {
    width: 100%;
  }
}

.eq-row-col-3 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-3::after {
  content: "";
  display: table;
  clear: both;
}
.eq-row-col-3 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-3 .eq-col {
    width: 33.33333%;
    float: left;
  }
  .eq-row-col-3 .eq-col:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-3 .eq-col {
    width: 50%;
    float: left;
  }
  .eq-row-col-3 .eq-col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-3 .eq-col {
    width: 100%;
    float: none;
    clear: left;
  }
}

.eq-row-col-no-f-3 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-no-f-3 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-no-f-3 .eq-col {
    width: 33.33333%;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-no-f-3 .eq-col {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-no-f-3 .eq-col {
    width: 100%;
  }
}

.eq-row-col-4 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-4::after {
  content: "";
  display: table;
  clear: both;
}
.eq-row-col-4 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-4 .eq-col {
    width: 25%;
    float: left;
  }
  .eq-row-col-4 .eq-col:nth-child(4n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-4 .eq-col {
    width: 50%;
    float: left;
  }
  .eq-row-col-4 .eq-col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-4 .eq-col {
    width: 100%;
    float: none;
    clear: left;
  }
}

.eq-row-col-no-f-4 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-no-f-4 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-no-f-4 .eq-col {
    width: 25%;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-no-f-4 .eq-col {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-no-f-4 .eq-col {
    width: 100%;
  }
}

.eq-row-col-5 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-5::after {
  content: "";
  display: table;
  clear: both;
}
.eq-row-col-5 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-5 .eq-col {
    width: 20%;
    float: left;
  }
  .eq-row-col-5 .eq-col:nth-child(5n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-5 .eq-col {
    width: 50%;
    float: left;
  }
  .eq-row-col-5 .eq-col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-5 .eq-col {
    width: 100%;
    float: none;
    clear: left;
  }
}

.eq-row-col-no-f-5 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-no-f-5 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-no-f-5 .eq-col {
    width: 20%;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-no-f-5 .eq-col {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-no-f-5 .eq-col {
    width: 100%;
  }
}

.eq-row-col-6 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-6::after {
  content: "";
  display: table;
  clear: both;
}
.eq-row-col-6 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-6 .eq-col {
    width: 16.66667%;
    float: left;
  }
  .eq-row-col-6 .eq-col:nth-child(6n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-6 .eq-col {
    width: 50%;
    float: left;
  }
  .eq-row-col-6 .eq-col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-6 .eq-col {
    width: 100%;
    float: none;
    clear: left;
  }
}

.eq-row-col-no-f-6 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-no-f-6 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-no-f-6 .eq-col {
    width: 16.66667%;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-no-f-6 .eq-col {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-no-f-6 .eq-col {
    width: 100%;
  }
}

.eq-row-col-7 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-7::after {
  content: "";
  display: table;
  clear: both;
}
.eq-row-col-7 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-7 .eq-col {
    width: 14.28571%;
    float: left;
  }
  .eq-row-col-7 .eq-col:nth-child(7n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-7 .eq-col {
    width: 50%;
    float: left;
  }
  .eq-row-col-7 .eq-col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-7 .eq-col {
    width: 100%;
    float: none;
    clear: left;
  }
}

.eq-row-col-no-f-7 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-no-f-7 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-no-f-7 .eq-col {
    width: 14.28571%;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-no-f-7 .eq-col {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-no-f-7 .eq-col {
    width: 100%;
  }
}

.eq-row-col-8 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-8::after {
  content: "";
  display: table;
  clear: both;
}
.eq-row-col-8 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-8 .eq-col {
    width: 12.5%;
    float: left;
  }
  .eq-row-col-8 .eq-col:nth-child(8n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-8 .eq-col {
    width: 50%;
    float: left;
  }
  .eq-row-col-8 .eq-col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-8 .eq-col {
    width: 100%;
    float: none;
    clear: left;
  }
}

.eq-row-col-no-f-8 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-no-f-8 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-no-f-8 .eq-col {
    width: 12.5%;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-no-f-8 .eq-col {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-no-f-8 .eq-col {
    width: 100%;
  }
}

.eq-row-col-9 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-9::after {
  content: "";
  display: table;
  clear: both;
}
.eq-row-col-9 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-9 .eq-col {
    width: 11.11111%;
    float: left;
  }
  .eq-row-col-9 .eq-col:nth-child(9n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-9 .eq-col {
    width: 50%;
    float: left;
  }
  .eq-row-col-9 .eq-col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-9 .eq-col {
    width: 100%;
    float: none;
    clear: left;
  }
}

.eq-row-col-no-f-9 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-no-f-9 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-no-f-9 .eq-col {
    width: 11.11111%;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-no-f-9 .eq-col {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-no-f-9 .eq-col {
    width: 100%;
  }
}

.eq-row-col-10 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-10::after {
  content: "";
  display: table;
  clear: both;
}
.eq-row-col-10 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-10 .eq-col {
    width: 10%;
    float: left;
  }
  .eq-row-col-10 .eq-col:nth-child(10n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-10 .eq-col {
    width: 50%;
    float: left;
  }
  .eq-row-col-10 .eq-col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-10 .eq-col {
    width: 100%;
    float: none;
    clear: left;
  }
}

.eq-row-col-no-f-10 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-no-f-10 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-no-f-10 .eq-col {
    width: 10%;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-no-f-10 .eq-col {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-no-f-10 .eq-col {
    width: 100%;
  }
}

.eq-row-col-11 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-11::after {
  content: "";
  display: table;
  clear: both;
}
.eq-row-col-11 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-11 .eq-col {
    width: 9.09091%;
    float: left;
  }
  .eq-row-col-11 .eq-col:nth-child(11n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-11 .eq-col {
    width: 50%;
    float: left;
  }
  .eq-row-col-11 .eq-col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-11 .eq-col {
    width: 100%;
    float: none;
    clear: left;
  }
}

.eq-row-col-no-f-11 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-no-f-11 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-no-f-11 .eq-col {
    width: 9.09091%;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-no-f-11 .eq-col {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-no-f-11 .eq-col {
    width: 100%;
  }
}

.eq-row-col-12 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-12::after {
  content: "";
  display: table;
  clear: both;
}
.eq-row-col-12 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-12 .eq-col {
    width: 8.33333%;
    float: left;
  }
  .eq-row-col-12 .eq-col:nth-child(12n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-12 .eq-col {
    width: 50%;
    float: left;
  }
  .eq-row-col-12 .eq-col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-12 .eq-col {
    width: 100%;
    float: none;
    clear: left;
  }
}

.eq-row-col-no-f-12 {
  margin-left: -15px;
  margin-right: -15px;
}
.eq-row-col-no-f-12 .eq-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 940px) {
  .eq-row-col-no-f-12 .eq-col {
    width: 8.33333%;
  }
}
@media screen and (max-width: 940px) {
  .eq-row-col-no-f-12 .eq-col {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .eq-row-col-no-f-12 .eq-col {
    width: 100%;
  }
}

.btn {
  font-weight: bold;
}
.btn.btn-primary {
  background: #F36F36;
  color: #fff;
  border-color: #F36F36;
}
.btn.btn-primary:hover {
  background: #e8500e;
}
.btn.btn-outline-primary {
  border-color: #F36F36;
}
.btn.theme-primary {
  background: #F36F36;
  color: #ffffff;
  text-transform: uppercase;
}
.btn.theme-primary:hover {
  border-color: #F36F36;
}

/*
##############################################################
### OWL CAROUSEL THEME (CSS) FOR THE SLIDE ANYTHING PLUGIN ###
##############################################################
*/
/* ### PAGINATION BUTTONS ### */
.owl-carousel .owl-dots {
  position: absolute;
  width: 100%;
  padding: 10px 0px 0px;
  bottom: 0px;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
}

.owl-carousel .owl-dots div {
  display: inline-block;
}

.owl-carousel .owl-dots span {
  display: inline-block;
  border-style: none;
  background-color: rgba(255, 255, 255, 0.3);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0px 3px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.owl-carousel .owl-dots .active span {
  background-color: white;
}

.owl-carousel .owl-dots span:hover {
  background-color: white;
}

.owl-pagination-true {
  margin-bottom: 0px;
}

/* ### PREVIOUS AND NEXT ARROW BUTTONS ### */
.owl-carousel .owl-nav div {
  display: block;
}

.owl-carousel.autohide-arrows .owl-nav div {
  display: none;
}

.owl-carousel.autohide-arrows:hover .owl-nav div {
  display: block;
}

.owl-carousel .owl-nav div {
  position: absolute;
  top: 50%;
  padding: 2px 0px;
  display: inline-block;
  transform: translateY(-50%);
  line-height: 1;
  transition: all .3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  font-size: 40px;
  font-size: 2.5rem;
}
.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
  padding: 10px 15px;
  display: block;
  background: rgba(0, 0, 0, 0.4);
}

.owl-carousel .owl-nav .owl-prev {
  left: 15px;
}
.owl-carousel .owl-nav .owl-prev::before {
  float: left;
  font-family: 'FontAwesome';
  content: "\f104";
}

.owl-carousel .owl-nav .owl-next {
  right: 15px;
}
.owl-carousel .owl-nav .owl-next::before {
  float: left;
  font-family: 'FontAwesome';
  content: "\f105";
}

/* Slider */
.slider-wrapper {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
}
.slider-wrapper h1, .slider-wrapper h2, .slider-wrapper h3, .slider-wrapper h4 {
  text-transform: uppercase;
}
.slider-wrapper .owl-item .overlay {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  display: inline-block;
  width: auto;
}
.slider-wrapper .owl-carousel .owl-dots {
  position: absolute;
  bottom: 15px !important;
  right: 15px;
  width: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.mc4wp-form input[name="EMAIL"] {
  padding: 10px;
  border: 0px none !important;
  position: relative;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.15);
  color: #999999;
}

/* WP Theme */
body {
  background: #f5f5f5;
  color: #595959;
  overflow-x: hidden;
}

a, a:link, a:visited {
  color: #F36F36;
  outline: none;
}

a:focus, a:active, a:hover {
  text-decoration: none;
  color: #e8500e;
}

.site-content {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0px 15px;
}

@media screen and (min-width: 1200px) {
  .container, .container-fluid {
    width: 1350px;
    max-width: 100%;
  }
}
.site-branding {
  float: left;
  min-height: 60px;
  padding: 0px 0px;
  margin-right: 30px;
  max-width: 50%;
  overflow: hidden;
  display: block;
  position: relative;
  min-height: 68px;
  max-height: 68px;
}
@media screen and (max-width: 720px) {
  .site-branding {
    padding: 0px 10px;
    max-width: 650px;
  }
}
@media screen and (max-width: 720px) {
  .site-branding {
    min-height: 48px;
    max-height: 48px;
  }
}
.site-branding .custom-logo-link {
  line-height: 68px;
  line-height: 4.25rem;
}
@media screen and (max-width: 720px) {
  .site-branding .custom-logo-link {
    line-height: 48px;
    line-height: 3rem;
  }
}
.site-branding .site-title {
  margin: 0px;
  font-weight: 700;
  color: #f5f5f5;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 68px;
  line-height: 4.25rem;
}
.site-branding .site-title a {
  color: #595959;
}
.site-branding .site-title a:hover {
  text-decoration: none;
}
@media screen and (max-width: 720px) {
  .site-branding .site-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 48px;
    line-height: 3rem;
  }
}
.site-branding .site-description {
  display: none;
}

.header-full #site-header-inner {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}
.header-full .site-branding {
  padding: 0px 30px;
  background: #222;
}
.header-full .site-branding a {
  color: #f5f5f5;
}
.header-full .site-branding a:hover {
  text-decoration: none;
}

.top-search-form {
  flex-grow: 1;
  width: 100%;
  display: inline-block;
}
.top-search-form .input-group {
  border-radius: 3px;
  overflow: hidden;
}
.top-search-form .form-control, .top-search-form .input-group-addon {
  padding: 10px;
  height: 44px;
}
.top-search-form .input-group-addon {
  background: #F36F36;
  color: #fff;
  border-color: #F36F36;
}

.header-shop__icon {
  margin: 0px;
  display: inline-block;
  padding: 0px 15px;
}
@media screen and (max-width: 720px) {
  .header-shop__icon {
    padding: 0px 8px;
  }
}
@media screen and (min-width: 720px) {
  .header-shop__icon {
    position: relative;
  }
}
.header-shop__icon > a:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  border: 1px solid #ededed;
  border-bottom: 0px none;
  border-right: 0px none;
  background: #fff;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  transform: rotate(45deg);
  z-index: 999;
  visibility: hidden;
  -webkit-transition: all 0.5 ease-in-out;
  -moz-transition: all 0.5 ease-in-out;
  transition: all 0.5 ease-in-out;
}
.header-shop__icon a {
  display: block;
  position: relative;
  text-decoration: none;
}
.header-shop__icon a:hover {
  text-decoration: none;
  color: #e8500e;
}
.header-shop__icon .shop__number {
  position: absolute;
  top: 10px;
  right: -10px;
  border-radius: 50%;
  padding: 5px;
  font-size: 12px;
  line-height: 8px;
  background: #F36F36;
  min-width: 18px;
  min-height: 18px;
  text-align: center;
  color: #f5f5f5;
  z-index: 4;
  visibility: hidden;
}
.header-shop__icon .shop__number.show {
  visibility: visible;
}
.header-shop__icon .shop__number:before {
  content: "";
  display: block;
}
@media screen and (max-width: 720px) {
  .header-shop__icon .shop__number {
    top: 2px;
    min-width: 18px;
    min-height: 18px;
    font-size: 11px;
    line-height: 8px;
  }
}
.header-shop__icon .shop__icon {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 68px;
  line-height: 4.25rem;
}
@media screen and (max-width: 720px) {
  .header-shop__icon .shop__icon {
    line-height: 48px;
    line-height: 3rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.header-shop__icon .header-dropdown-inner {
  padding: 15px;
  border: 1px solid #ededed;
  margin-top: 1px;
  background: #fff;
}
.header-shop__icon .header-dropdown {
  display: block;
  position: absolute;
  top: 100%;
  margin-top: -2px;
  z-index: 9;
  max-height: 0px;
  overflow: hidden;
  text-align: left;
  -webkit-transition: all 0.5 ease-in-out;
  -moz-transition: all 0.5 ease-in-out;
  transition: all 0.5 ease-in-out;
}
@media screen and (min-width: 720px) {
  .header-shop__icon .header-dropdown {
    right: -15px;
    width: 300px;
  }
  .header-shop__icon .header-dropdown.account-menu {
    width: 200px;
  }
}
@media screen and (max-width: 720px) {
  .header-shop__icon .header-dropdown {
    right: 0px;
    left: 0px;
    width: 100%;
  }
}
.header-shop__icon .header-dropdown .menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.header-shop__icon .header-dropdown .menu a {
  padding: 5px 10px;
}
.header-shop__icon:hover.has-dropdown > a:after {
  visibility: visible;
}
.header-shop__icon:hover .header-dropdown {
  max-height: 9999px;
  z-index: 99;
}

.site-header {
  background: #222222;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 65;
}
.site-header .site-title {
  text-transform: uppercase;
}
.site-header a {
  color: #595959;
}
.site-header::after {
  content: "";
  display: table;
  clear: both;
}

/* Sticky header */
.header-sticky #site-header {
  position: fixed;
  width: 100%;
}

/*--------------------------------------------------------------
## Menu navigation
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  float: left;
}

.main-navigation > ul {
  position: relative;
}
.main-navigation > ul::after {
  content: "";
  display: table;
  clear: both;
}

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

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

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

@media screen and (min-width: 720px) {
  #primary-menu > li > a {
    font-weight: bold;
    text-transform: uppercase;
  }

  .main-navigation ul ul {
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 999;
  }

  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }

  .main-navigation ul ul a {
    width: 200px;
  }

  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto;
  }

  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: 100%;
  }
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #e8500e;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.main-navigation ul {
  display: block;
}

.main-navigation .child-toggle {
  display: none;
}
.main-navigation .menu-toggle {
  padding: 0px 18px;
  vertical-align: middle;
  line-height: 68px;
  line-height: 4.25rem;
  font-size: 28px;
  font-size: 1.75rem;
  color: #595959;
  border-right: 1px solid #f1f1f1;
}
.main-navigation .menu-toggle .icon {
  margin-right: 10px;
}
.main-navigation .menu-toggle .label {
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 720px) {
  .main-navigation .menu-toggle {
    line-height: 48px;
    line-height: 3rem;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .main-navigation .menu-toggle {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .main-navigation .menu-toggle .icon {
    margin-right: 0px;
  }
  .main-navigation .menu-toggle .label {
    display: none;
  }
}
.main-navigation .menu-toggle:hover {
  color: #e8500e;
}
.main-navigation .menu-toggle.hide-label .icon {
  margin-right: 0px;
}
.main-navigation .menu-toggle.hide-label .label {
  display: none;
}
@media screen and (min-width: 720px) {
  .main-navigation .menu-toggle {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .main-navigation .menu-toggle {
    display: block;
  }
}
@media screen and (min-width: 720px) {
  .main-navigation .primary-menu-wrapper {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .main-navigation .primary-menu-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    background: #fff;
    z-index: 35;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  }
  .main-navigation .primary-menu-wrapper a {
    border-bottom: 1px solid #ededed;
  }
  .main-navigation .primary-menu-wrapper li {
    display: block;
    float: none;
    position: relative;
  }
  .main-navigation .primary-menu-wrapper li a {
    line-height: 30px;
    line-height: 1.875rem;
    padding: 5px 15px;
    display: block;
  }
  .main-navigation .primary-menu-wrapper li a > a {
    background: #ededed;
  }
  .main-navigation .primary-menu-wrapper li .child-toggle {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 10px;
    right: 15px;
  }
  .main-navigation .primary-menu-wrapper li .child-toggle::before {
    font-family: 'FontAwesome';
    content: "\f067";
  }
  .main-navigation .primary-menu-wrapper li ul {
    display: block;
    float: none;
    max-height: 0px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .main-navigation .primary-menu-wrapper li ul a {
    padding-left: 30px;
  }
  .main-navigation .primary-menu-wrapper li ul ul a {
    padding-left: 60px;
  }
  .main-navigation .primary-menu-wrapper li ul ul ul a {
    padding-left: 90px;
  }
  .main-navigation .primary-menu-wrapper li.child-open > .child-toggle::before {
    font-family: 'FontAwesome';
    content: "\f068";
  }
  .main-navigation .primary-menu-wrapper li.child-open > ul {
    max-height: 9999999px;
    overflow: auto;
  }
  .main-navigation .primary-menu-wrapper.menu-open {
    display: block;
  }
}
.main-navigation.no-js {
  height: 68px;
  overflow: hidden;
  display: inline-block;
  max-width: 30%;
}
@media screen and (max-width: 720px) {
  .main-navigation.no-js {
    height: 48px;
    height: 3rem;
    max-width: 999999px;
    float: left;
  }
}
@media screen and (min-width: 720px) {
  .main-navigation #primary-menu > li {
    /* Simple Mega Menu Support */
  }
  .main-navigation #primary-menu > li.menu-item-has-children:after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    border: 1px solid #ededed;
    border-bottom: 0px none;
    border-right: 0px none;
    background: #fff;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    transform: rotate(45deg);
    z-index: 999;
    visibility: hidden;
  }
  .main-navigation #primary-menu > li.menu-item-has-children:hover::after {
    visibility: visible;
  }
  .main-navigation #primary-menu > li li {
    z-index: 9999;
    position: relative;
  }
  .main-navigation #primary-menu > li.mega-2 > ul {
    width: 400px;
    /*
    &:nth-child(2n+1) {
        clear: left;
    }
    */
  }
  .main-navigation #primary-menu > li.mega-2 > ul::after {
    content: "";
    display: table;
    clear: both;
  }
  .main-navigation #primary-menu > li.mega-2 > ul > li {
    width: 50%;
  }
  .main-navigation #primary-menu > li.mega-2 > ul > li > a {
    font-weight: bold;
  }
  .main-navigation #primary-menu > li.mega-2 > ul > li:nth-child(2n+1) {
    clear: left;
  }
  .main-navigation #primary-menu > li.mega-2 > ul > li li {
    width: 100%;
  }
  .main-navigation #primary-menu > li.mega-2 > ul a {
    border: 0px none;
    width: 100%;
    display: block;
  }
  .main-navigation #primary-menu > li.mega-2 > ul ul {
    border: 0px none;
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }
  .main-navigation #primary-menu > li.mega-3 > ul {
    width: 400px;
    /*
    &:nth-child(3n+1) {
        clear: left;
    }
    */
  }
  .main-navigation #primary-menu > li.mega-3 > ul::after {
    content: "";
    display: table;
    clear: both;
  }
  .main-navigation #primary-menu > li.mega-3 > ul > li {
    width: 33.33333%;
  }
  .main-navigation #primary-menu > li.mega-3 > ul > li > a {
    font-weight: bold;
  }
  .main-navigation #primary-menu > li.mega-3 > ul > li:nth-child(3n+1) {
    clear: left;
  }
  .main-navigation #primary-menu > li.mega-3 > ul > li li {
    width: 100%;
  }
  .main-navigation #primary-menu > li.mega-3 > ul a {
    border: 0px none;
    width: 100%;
    display: block;
  }
  .main-navigation #primary-menu > li.mega-3 > ul ul {
    border: 0px none;
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }
  .main-navigation #primary-menu > li.mega-4 > ul {
    width: 400px;
    /*
    &:nth-child(4n+1) {
        clear: left;
    }
    */
  }
  .main-navigation #primary-menu > li.mega-4 > ul::after {
    content: "";
    display: table;
    clear: both;
  }
  .main-navigation #primary-menu > li.mega-4 > ul > li {
    width: 25%;
  }
  .main-navigation #primary-menu > li.mega-4 > ul > li > a {
    font-weight: bold;
  }
  .main-navigation #primary-menu > li.mega-4 > ul > li:nth-child(4n+1) {
    clear: left;
  }
  .main-navigation #primary-menu > li.mega-4 > ul > li li {
    width: 100%;
  }
  .main-navigation #primary-menu > li.mega-4 > ul a {
    border: 0px none;
    width: 100%;
    display: block;
  }
  .main-navigation #primary-menu > li.mega-4 > ul ul {
    border: 0px none;
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }
  .main-navigation li a {
    padding: 0px 15px;
    line-height: 68px;
    line-height: 4.25rem;
    color: #595959;
  }
}
@media screen and (min-width: 720px) and (max-width: 720px) {
  .main-navigation li a {
    line-height: 48px;
    line-height: 3rem;
  }
}
@media screen and (min-width: 720px) {
  .main-navigation li a:hover {
    color: #e8500e;
  }
  .main-navigation li ul {
    top: 100%;
    background: #fff;
    border: 1px solid #ededed;
  }
  .main-navigation li li {
    position: relative;
    margin-bottom: -1px;
  }
  .main-navigation li li a {
    line-height: 30px;
    line-height: 1.875rem;
    padding: 8px 15px;
    display: block;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  .main-navigation li li a:hover {
    border-color: #ededed;
  }
  .main-navigation li li:last-child > a {
    border-bottom: 0px none;
  }
  .main-navigation li li:first-child > a {
    border-top: 0px none;
  }
  .main-navigation li li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: -1px;
  }
  .main-navigation li li:hover > ul {
    display: block;
  }
  .main-navigation li.nav-more:hover > ul {
    left: auto;
    right: 0px;
  }
  .main-navigation li.nav-more > a {
    min-width: 50px;
    display: inline-block;
  }
}

.right-navigation {
  float: right;
  text-align: right;
}

.primary-menu-wrapper .right-navigation {
  position: relative;
  top: auto;
  left: auto;
  float: none;
  text-align: center;
  padding: 30px 0px;
  border-bottom: 1px solid #ededed;
}
.primary-menu-wrapper .right-navigation a {
  border-bottom: 0px;
}
.primary-menu-wrapper .right-navigation .header-shop__icon {
  position: initial;
}
.primary-menu-wrapper .right-navigation .header-dropdown {
  max-width: 100%;
  width: 100%;
  padding: 0px;
  right: 0px;
  left: 0px;
}
.primary-menu-wrapper .right-navigation .header-dropdown .header-dropdown-inner {
  padding: 15px;
}

/* Home sidebar */
.home-content-sidebar .widget-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 50px;
  line-height: 3.125rem;
  margin: 0px;
  text-transform: uppercase;
}
.home-content-sidebar .widget {
  margin-top: 40px;
  margin-bottom: 40px;
}
.home-content-sidebar .widget.container {
  padding-left: 0px;
  padding-right: 0px;
}
.home-content-sidebar .widget.full-width {
  background: #fff;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Grid Products */
.grid-products {
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 720px) {
  .grid-products {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.grid-products.style-no-bg {
  background: none;
  padding-left: 0px;
  padding-right: 0px;
}
.grid-products.style-no-bg .products {
  margin-left: -10px;
  margin-right: -10px;
}

/* Blog Widget */
.blog-posts {
  margin-left: -10px;
  margin-right: -10px;
}
.blog-posts .eq-col {
  padding: 0px 10px;
}
.blog-posts .loop-post {
  padding-bottom: 0px;
  border-bottom: 0px;
}
.blog-posts .loop-post .enter-thumbnail {
  width: 100%;
  float: none;
  padding-right: 0px;
  margin-bottom: 20px;
}
.blog-posts .loop-post .enter-content-w {
  width: 100%;
  float: none;
  padding-right: 0px;
}
.blog-posts .loop-post .entry-title {
  font-size: 18px;
  font-size: 1.125rem;
  height: 40px;
  height: 2.5rem;
  display: block;
}

/* Tabs */
.layout-tabs {
  background: #fff;
}
.layout-tabs.loading {
  overflow: hidden;
  display: block;
  position: relative;
}
.layout-tabs.loading .tabs-layout-content {
  opacity: .5;
}
.layout-tabs.loading .tabs-layout-contents {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
}
.layout-tabs.loading .tab-loading {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout-tabs .widget-title {
  background: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 50px;
  line-height: 3.125rem;
  padding: 0px 15px;
  margin: 0px;
  text-transform: uppercase;
  float: left;
}
.layout-tabs .widget-title::after {
  content: "";
  display: table;
  clear: both;
}
.layout-tabs .filter-inside {
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
.layout-tabs .filter-inside::after {
  content: "";
  display: table;
  clear: both;
}
.layout-tabs .tab-item-actions {
  text-align: right;
  position: absolute;
  top: 0px;
  right: 10px;
}
.layout-tabs .tab-item-actions span {
  cursor: pointer;
  padding: 10px 5px 0px;
  font-size: 28px;
}
.layout-tabs .nav-tabs-filter {
  margin: 0px;
  padding: 0px;
  float: left;
  display: inline-block;
}
.layout-tabs .nav-tabs-filter li {
  display: inline-block;
  list-style: none;
  position: relative;
  line-height: 50px;
  line-height: 3.125rem;
}
.layout-tabs .nav-tabs-filter li.active a {
  color: #e8500e;
}
.layout-tabs .nav-tabs-filter li.subfilter-more ul {
  margin-left: 0px;
  padding: 0px;
  position: absolute;
  top: 100%;
  right: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #fff;
  z-index: 55;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
}
.layout-tabs .nav-tabs-filter li.subfilter-more ul li {
  width: 100%;
  display: block;
  text-align: left;
}
.layout-tabs .nav-tabs-filter li.subfilter-more ul li a {
  display: block;
}
.layout-tabs .nav-tabs-filter li.subfilter-more:hover ul {
  z-index: 55;
  max-height: 999999px;
  visibility: visible;
}
.layout-tabs .nav-tabs-filter a {
  padding: 0px 15px;
  display: inline-block;
  color: #595959;
  outline: none !important;
}
.layout-tabs .nav-tabs-filter a:hover {
  color: #e8500e;
}
.layout-tabs .tabs-layout-contents::after {
  content: "";
  display: table;
  clear: both;
}
.layout-tabs .tabs-intro {
  width: 250px;
  float: left;
}
.layout-tabs .tabs-intro img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.layout-tabs .tabs-layout-content {
  display: block;
}
.layout-tabs.has-b .tabs-layout-content {
  margin-left: 250px;
}
.layout-tabs .tabs-item-inside {
  float: left;
}
.layout-tabs .tabs-layout-contents {
  background: #fff;
  padding: 15px 10px;
}
.layout-tabs .tabs-content-items {
  display: block;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
.layout-tabs .tabs-item-inside {
  padding: 0px;
  background: #fff;
  margin: 0px 10px;
}
.layout-tabs .woocommerce-loop-product__title {
  font-size: 16px;
  font-size: 1rem;
}

/* For brand Tabs */
.widget_sshop_products_brand .layout-tabs .tabs-intro {
  @inlcude clearfixAfter();
  float: left;
  position: relative;
  z-index: 6;
  padding: 15px;
}
@media screen and (min-width: 720px) {
  .widget_sshop_products_brand .layout-tabs .tabs-intro {
    width: 40%;
  }
}
@media screen and (max-width: 720px) {
  .widget_sshop_products_brand .layout-tabs .tabs-intro {
    width: 100%;
  }
  .widget_sshop_products_brand .layout-tabs .tabs-intro .brand-logo {
    float: left;
    margin-right: 10px;
  }
}
.widget_sshop_products_brand .layout-tabs .tabs-intro img {
  width: auto;
  max-width: 150px;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 720px) {
  .widget_sshop_products_brand .tabs-layout-content {
    clear: both;
  }
}
.widget_sshop_products_brand .btn-shop-brand {
  display: inline-block;
  margin-top: 15px;
}

/* Widget category */
.widget-shop-categories a:hover {
  text-decoration: none;
}
.widget-shop-categories ul {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.widget-shop-categories ul li {
  list-style: none;
}
.widget-shop-categories ul.list-shop-cats {
  margin-top: -15px;
  margin-bottom: -15px;
}
.widget-shop-categories ul.list-shop-cats::after {
  content: "";
  display: table;
  clear: both;
}
.widget-shop-categories ul.list-shop-cats > li {
  list-style: none;
  padding: 15px;
}
.widget-shop-categories .child {
  margin: 0px;
  padding: 0px;
  margin: 15px 0px 0px 15px;
  margin:  0.9375rem 0px 0px 0.9375rem;
}
.widget-shop-categories .child li > a::before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 80%;
  margin-right: 7px;
  margin-right: 0.4375rem;
}
.widget-shop-categories .cat-name {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.widget-shop-categories .cat-link {
  font-weight: normal;
  color: #595959;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  border-bottom: 2px solid #595959;
  padding: 5px 0px;
  display: inline-block;
  margin-bottom: 10px;
  z-index: 4;
  position: relative;
}
.widget-shop-categories .top-p-cat {
  padding-top: 60%;
  display: block;
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.widget-shop-categories .top-p-cat .inner {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: block;
  padding: 15px;
  padding: 0.9375rem;
  max-height: 100%;
  overflow: hidden;
}
.widget-shop-categories .top-p-cat.has-image::before {
  background: rgba(0, 0, 0, 0.2);
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.widget-shop-categories .top-p-cat a, .widget-shop-categories .top-p-cat span {
  position: relative;
  z-index: 3;
}
.widget-shop-categories .top-p-cat:after {
  background-color: rgba(255, 255, 255, 0.4);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

/* Service icon */
.services-wrapper .service-item {
  position: relative;
}
.services-wrapper .service-item::after {
  content: "";
  display: table;
  clear: both;
}
.services-wrapper .icon {
  font-size: 44px;
  font-size: 2.75rem;
  position: absolute;
  left: 15px;
}
.services-wrapper .info {
  padding: 13px 0px 10px;
  padding:  0.8125rem 0px 0.625rem;
  margin-left: 50px;
  margin-left: 3.125rem;
}
.services-wrapper .info .service-title {
  font-size: 16px;
  font-size: 1rem;
  color: #595959;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}
.services-wrapper .info .service-title a {
  color: inherit;
}
.services-wrapper .info span {
  color: #777777;
}

/* Sidebar */
.widget-area {
  color: #999999;
}
.widget-area ul, .widget-area ol {
  margin: 0px;
  padding: 0px;
}
.widget-area ul ul, .widget-area ul ol, .widget-area ol ul, .widget-area ol ol {
  padding-left: 30px;
}
.widget-area ul li, .widget-area ol li {
  list-style: none;
  margin-bottom: 15px;
}
.widget-area ul li:last-child, .widget-area ol li:last-child {
  margin-bottom: 0px;
}

.widgettitle, .widget-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 50px;
  line-height: 3.125rem;
  text-transform: uppercase;
}

.widget_categories a,
.widget_archive a,
.widget_pages a,
.widget_recent_comments a,
.widget_nav_menu a,
.widget_tag_cloud a,
.widget_meta a,
.widget_recent_entries a,
.widget.woocommerce a {
  color: #666;
}
.widget_categories a:hover,
.widget_archive a:hover,
.widget_pages a:hover,
.widget_recent_comments a:hover,
.widget_nav_menu a:hover,
.widget_tag_cloud a:hover,
.widget_meta a:hover,
.widget_recent_entries a:hover,
.widget.woocommerce a:hover {
  color: #e8500e;
}
.widget_categories .star-rating,
.widget_archive .star-rating,
.widget_pages .star-rating,
.widget_recent_comments .star-rating,
.widget_nav_menu .star-rating,
.widget_tag_cloud .star-rating,
.widget_meta .star-rating,
.widget_recent_entries .star-rating,
.widget.woocommerce .star-rating {
  color: #F36F36;
}

.search-form {
  position: relative;
  border-radius: 5px;
}
.search-form .search-field {
  width: 100%;
  max-width: 100%;
  line-height: 40px;
  line-height: 2.5rem;
  padding: 0px 0px 0px 40px;
}
.search-form:before {
  font-family: 'FontAwesome';
  content: "\f002";
  position: absolute;
  top: 2px;
  left: 10px;
  color: #ccc;
  font-size: 24px;
  font-size: 1.5rem;
}
.search-form label {
  display: block;
}
.search-form .search-submit {
  display: none;
}

/* Loop posts */
.loop-post {
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.loop-post::after {
  content: "";
  display: table;
  clear: both;
}
.loop-post .entry-excerpt p {
  margin-bottom: 0px;
}
.loop-post.sticky {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  padding: 15px;
}
.loop-post .enter-thumbnail {
  width: 50%;
  display: block;
}
@media screen and (min-width: 720px) {
  .loop-post .enter-thumbnail {
    width: 50%;
    float: left;
    padding-right: 20px;
  }
}
@media screen and (max-width: 720px) {
  .loop-post .enter-thumbnail {
    width: 100%;
    margin-bottom: 15px;
  }
}
.loop-post .enter-thumbnail img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 720px) {
  .loop-post .enter-content-w {
    width: 50%;
    float: left;
  }
}
.loop-post.no-thumbnail .enter-content-w {
  width: 100%;
  float: none;
}
.loop-post .entry-meta {
  margin: 12px 0px;
}
.loop-post .entry-title {
  color: #595959;
  font-size: 18px;
  font-size: 1.125rem;
}
.loop-post .entry-title a {
  color: #595959;
}
.loop-post .entry-title a:hover {
  color: #e8500e;
}
.loop-post .entry-more-btn {
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}

.entry-meta {
  font-size: 12px;
  font-size: 0.75rem;
}
.entry-meta a {
  color: #595959;
}
.entry-meta a:hover {
  color: #e8500e;
}
.entry-meta > span {
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 10px;
}
.entry-meta > span .fa {
  margin-right: 5px;
}
.entry-meta > span:last-child {
  margin-right: 0px;
}

/* Paging */
.post-navigation {
  padding-top: 20px;
  display: block;
}
.post-navigation .nav-links::after {
  content: "";
  display: table;
  clear: both;
}
.post-navigation .nav-links span, .post-navigation .nav-links a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid #ededed;
  color: #595959;
}
.post-navigation .nav-links .nav-previous {
  padding-right: 10px;
}
.post-navigation .nav-links .nav-next {
  padding-left: 15px;
}

.pagination .nav-links span, .pagination .nav-links a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #ededed;
  color: #595959;
  margin-right: 5px;
}
.pagination .nav-links a {
  background: #fff;
}
.pagination .nav-links span {
  background: #ededed;
}

/* Single Post */
.single .entry-title {
  margin-top: 0px;
  font-size: 28px;
  font-size: 1.75rem;
}
.single .entry-thumbnail {
  margin-top: 15px;
  margin-bottom: 15px;
}
.single .entry-thumbnail img {
  width: 100%;
  height: auto;
}

.entry-footer {
  display: block;
  margin-top: 15px;
}
.entry-footer .cat-links, .entry-footer .tags-links {
  display: block;
}

/* Comment */
#comments {
  margin-top: 30px;
}

.comment-list {
  padding: 0px;
}
.comment-list li {
  list-style: none;
  position: relative;
}
.comment-list li .comment-body {
  margin-bottom: 15px;
}
.comment-list li:last-child .comment-body {
  margin-bottom: 15px;
}
.comment-list li.comment {
  display: block;
  border: 1px solid #ededed;
  margin-bottom: 15px;
}
.comment-list li.comment.parent.depth-1 {
  border-left-width: 2px;
}
.comment-list li.comment #respond {
  margin-top: 15px;
}
.comment-list li.comment .children {
  margin-left: 0px;
  margin-top: 15px;
  margin-left: 50px;
  padding-left: 10px;
  border-left: 2px solid #ededed;
}
.comment-list li.comment .children li {
  border: 0px none;
}
.comment-list li.comment .children .comment-body {
  margin-left: -1px;
  border: 0px none;
}
.comment-list li .comment-meta {
  display: block;
  width: 100%;
  color: #595959;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
}
.comment-list li .comment-meta a {
  color: inherit;
}
.comment-list li .comment-meta .avatar {
  display: block;
  float: left;
  width: 50px;
  height: auto;
  margin-right: 15px;
}
.comment-list li .comment-meta .commentmetadata {
  padding-top: 0px;
  display: block;
}
.comment-list li .comment-meta .commentmetadata a {
  display: block;
}
.comment-list li .comment-meta .comment-date {
  display: inline-block;
  font-style: italic;
  color: #666;
}
.comment-list li .comment-meta .fn {
  font-weight: bold;
}
.comment-list li .comment-meta::after {
  content: "";
  display: table;
  clear: both;
}
.comment-list li .comment-body {
  padding: 10px;
  margin-bottom: 0px;
}
.comment-list li .comment-text {
  padding-top: 15px;
}
.comment-list li.parent .comment-text {
  border-bottom: 1px solid #ededed;
}
.comment-list li .reply {
  margin-bottom: 10px;
}
.comment-list li .reply a {
  color: #595959;
}
.comment-list li .comment-content {
  display: block;
}
.comment-list ul, .comment-list ol {
  padding-left: 0px;
}
.comment-list ul ul, .comment-list ul ol, .comment-list ol ul, .comment-list ol ol {
  padding-left: 30px;
}
.comment-list .comment-edit-link {
  margin-left: 15px;
}

/* Commment form */
#reply-title, .comments-title {
  font-size: 22px;
  font-size: 1.375rem;
}

.comments-title {
  margin-bottom: 15px;
}

#commentform .logged-in-as {
  padding: 10px 15px;
  background: #FCF8E3;
  margin: 5px 0px;
}
#commentform .required {
  color: red;
}
#commentform label {
  display: block;
}

/* Footer */
.footer-widgets {
  padding: 60px 0px;
  background: #111111;
  color: #999999;
}
.footer-widgets a {
  color: #999999;
}
@media screen and (max-width: 720px) {
  .footer-widgets .row {
    display: block;
  }
}
.footer-widgets .widget {
  margin-bottom: 0px;
}
@media screen and (max-width: 720px) {
  .footer-widgets .widget {
    width: 100%;
  }
}
.footer-widgets .widget .widget-title {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
}
.footer-widgets .widget ul {
  padding: 0px;
  margin: 0px;
}
.footer-widgets .widget ul li {
  list-style: none;
  padding: 5px 0px;
}
.footer-widgets .widget ul li ul {
  margin-left: 30px;
}

.address, .email, .phone {
  margin: 5px 0px;
}
.address::before, .email::before, .phone::before {
  width: 20px;
  display: inline-block;
}

.address::before {
  font-family: 'FontAwesome';
  content: "\f041";
}

.email::before {
  font-family: 'FontAwesome';
  content: "\f003";
}

.phone::before {
  font-family: 'FontAwesome';
  content: "\f095";
}

.site-footer {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 0px;
  background: #222222;
  color: #999999;
}
.site-footer a {
  color: #999999;
}
