@charset "UTF-8";

/*!
Theme Name: eKommerce
Theme URI: https://www.wholesale2b.com/
Author: W2B
Author URI: https://www.wholesale2b.com/
Description: An E-Commerce theme for WordPress
Version: 1.8.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. 01. General
.. 02. Main Navigation
.. 03. Header
.. 04. Hero Area
.. 05. Modules
.. 06. Footer
.. 07. Comments
.. 08. Widgets Styling
.. 09. WordPress defaults
.. 10. Mobile Menu
.. 11. WooCommerce
.. 12. External Plugins
.. 13. Grid Effects
.. 14. Utilities
.. 15. Global Mediaqueries
*/

@-webkit-keyframes rot {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rot {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.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-sm,
.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-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.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-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

/* -----------------------------------------
	01. General
----------------------------------------- */

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

* {
  box-sizing: inherit;
}

*::before,
*::after {
  box-sizing: inherit;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

[hidden] {
  display: none !important;
}

/* Basic Typography
=================================== */

body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  background-color: #fff;
  color: #4A4A4A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  margin: 0 0 35px;
  text-rendering: optimizeLegibility;
  letter-spacing: -.01em;
  font-weight: 900;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0 0 15px;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  -webkit-transition: color .18s ease, background-color .18s ease, border-color .18s ease;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
  color: #d82222;
  text-decoration: none;
}

a:hover {
  color: #ea2c2c;
  text-decoration: none;
}

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

hr {
  margin: 45px 0;
  border: 0;
  border-bottom: 1px solid #DDDDDD;
}

/* General Element Styling
=================================== */

/* Reset figure margin from normalize.css */

figure {
  margin: 0;
}

/* Lists */

ul,
ol {
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dl {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 15px;
}

/* Blockquotes */

blockquote {
  margin: 20px 0;
  padding-left: 15px;
  border-left: 3px solid #DDDDDD;
  font-size: 17px;
  font-weight: 300;
}

blockquote cite {
  display: block;
  font-weight: bold;
  font-style: italic;
  margin: 10px 0 0;
  color: rgba(74, 74, 74, 0.8);
  font-size: 14px;
}

/* Tables */

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.entry-content table,
.comment-content table {
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
}

.entry-content th,
.entry-content td,
.comment-content th,
.comment-content td {
  border-bottom: 1px solid #DDDDDD;
}

.entry-content th:first-child,
.entry-content td:first-child,
.comment-content th:first-child,
.comment-content td:first-child {
  padding-left: 0;
}

.entry-content caption,
.entry-content th,
.entry-content td,
.comment-content caption,
.comment-content th,
.comment-content td {
  font-weight: normal;
  text-align: left;
  padding: 10px;
  vertical-align: middle;
}

.entry-content th,
.comment-content th {
  border-width: 0 1px 1px 0;
  font-weight: 600;
}

.entry-content td,
.comment-content td {
  border-width: 0 1px 1px 0;
}

/* Code */

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-style: normal;
}

pre {
  padding: 10px;
  border-radius: 0;
  background-color: #F5F5F5;
  display: block;
  margin: 30px 0;
  overflow: auto;
}

/* Various */

address {
  margin: 0 0 15px;
  font-style: normal;
  line-height: inherit;
}

abbr,
abbr[title] {
  text-decoration: none;
  border: 0;
}

mark {
  color: inherit;
  font: inherit;
  background: none;
}

/* Embeds and iframes
=================================== */

embed,
iframe,
object,
video,
audio {
  margin-bottom: 15px;
  max-width: 100%;
  border: 0;
}

p > embed,
p > iframe,
p > object,
p > audio,
p > video,
span > embed,
span > iframe,
span > object,
span > audio,
span > video {
  margin-bottom: 0;
}

#map *,
.map * {
  max-width: none !important;
}

/* General Form Styling
=================================== */

label {
  display: block;
  margin: 0 0 5px;
  font-weight: 700;
}

input,
textarea,
select {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 35px;
  padding: 6px 12px;
  box-shadow: none;
  line-height: normal;
  border: 1px solid #CCCCCC;
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  font-size: 14px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-size: 9px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-position: right .75rem center;
  background-repeat: no-repeat;
  padding-right: 28px;
}

select::-ms-expand {
  background-color: transparent;
  border: 0;
}

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  height: auto;
  resize: vertical;
  padding-top: 10px;
  padding-bottom: 10px;
}

select {
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
  width: auto;
  height: auto;
}

fieldset {
  margin: 0 0 15px;
  padding: 0;
  border: 0;
  min-width: 0;
}

/* Placeholder text color */

::-webkit-input-placeholder {
  font-weight: normal;
  opacity: .8;
}

:-moz-placeholder {
  font-weight: normal;
  opacity: .8;
}

::-moz-placeholder {
  font-weight: normal;
  opacity: .8;
}

:-ms-input-placeholder {
  font-weight: normal;
  opacity: .8;
}

/* Buttons
=================================== */

.btn,
.button,
.comment-reply-link,
input[type="submit"],
input[type="reset"],
button[type="submit"] {
  display: inline-block;
  margin: 0;
  line-height: normal;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: normal;
  -webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  text-transform: none;
  color: #fff;
  background-color: #ea2c2c;
  border: 0;
  font-family: inherit;
  border-radius: 0;
  font-weight: 600;
  padding: 13px 28px;
  font-size: 16px;
}

.btn.disabled,
.btn:disabled,
.button.disabled,
.button:disabled,
.comment-reply-link.disabled,
.comment-reply-link:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
button[type="submit"].disabled,
button[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.btn:hover,
.button:hover,
.comment-reply-link:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button[type="submit"]:hover {
  text-decoration: none;
  color: #fff;
  background-color: #e61717;
}

.btn:focus,
.button:focus,
.comment-reply-link:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button[type="submit"]:focus {
  outline: 0;
  box-shadow: 0 0 10px rgba(234, 44, 44, 0.7);
}

.btn-sm {
  padding: 9px 22px;
  font-size: 14px;
}

.btn-lg {
  padding: 18px 38px;
  font-size: 16px;
}

.btn-transparent {
  background-color: transparent;
  border: 1px solid #ea2c2c;
  color: #ea2c2c;
}

.btn-transparent:hover {
  color: #fff;
  border-color: #ea2c2c;
  background-color: #ea2c2c;
}

.btn-block {
  min-width: 100%;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}

/* Magnific Popup Overrides
=================================== */

.mfp-bg {
  background-color: #000;
}

.mfp-preloader {
  color: #fff;
}

.mfp-preloader a {
  color: #fff;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-container:not(.mfp-s-error) .mfp-preloader {
  border: 6px solid rgba(255, 255, 255, 0.35);
  border-top-color: rgba(255, 255, 255, 0.875);
  border-radius: 100%;
  height: 40px;
  width: 40px;
  -webkit-animation: rot .8s infinite linear;
  animation: rot .8s infinite linear;
  background-color: transparent;
  text-indent: -999em;
  margin: 0 auto;
}

button.mfp-close,
button.mfp-arrow {
  border: 0;
  opacity: 1;
}

button.mfp-close:hover,
button.mfp-arrow:hover {
  background: none;
  border: 0;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
}

.mfp-arrow {
  line-height: .3;
}

.mfp-arrow::before,
.mfp-arrow::after {
  border: 0;
}

.mfp-arrow::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 70px;
  color: #fff;
}

.mfp-arrow-right::after,
.mfp-arrow-right .mpf-a {
  content: "\f105";
}

.mfp-arrow-left::after,
.mfp-arrow-left .mpf-a {
  content: "\f104";
}

/* -----------------------------------------
	02. Main Navigation
----------------------------------------- */

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-main {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
}

.navigation-main::after {
  content: "";
  display: table;
  clear: both;
}

.head-mast [class^="col-lg-12"] .navigation-main {
  margin-top: 10px;
}

.navigation-main li {
  position: relative;
}

.navigation-main > li {
  display: inline-block;
}

.navigation-main a {
  display: block;
  white-space: nowrap;
}

.navigation-main ul {
  text-align: left;
  position: absolute;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
  transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
  transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s;
  transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  margin-left: 12px;
}

.navigation-main ul ul {
  top: -12px;
  left: 100%;
  margin: 0;
  -webkit-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
}

.navigation-main > li:first-child ul {
  margin-left: 0;
}

.navigation-main li:hover > ul {
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  visibility: visible;
  opacity: 1;
}

.navigation-main li:hover ul {
  z-index: 15;
}

.navigation-main > li:hover > ul {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.navigation-main li li:hover > ul {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.navigation-main > .nav-open-left ul {
  right: 0;
}

.navigation-main > .nav-open-left ul ul {
  right: 100%;
  left: auto;
}

.navigation-main li .nav-open-left ul {
  right: 100%;
  left: auto;
}

.navigation-main li .nav-open-left.menu-item-has-children > a::after {
  content: "\f0d9";
  font-size: 12px;
}

.navigation-main li.nav-open-left .menu-item-has-children > a::after {
  content: "\f0d9";
  font-size: 12px;
}

.navigation-main ul {
  padding: 20px 15px;
  list-style: none;
  background-color: #fff;
  min-width: 250px;
  border-radius: 3px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  line-height: normal;
}

.navigation-main a {
  position: relative;
  color: #4A4A4A;
  font-size: 16px;
}

.navigation-main > li {
  line-height: 1;
}

.nav .navigation-main > li[class*="fa-"] {
  line-height: 1;
}

.navigation-main > li[class*="fa-"]:not(:first-child) {
  margin-left: 10px;
}

.navigation-main > li > a {
  padding: 20px 0;
  margin: 0 12px;
  color: #4A4A4A;
  font-weight: 700;
  border-bottom: solid 3px transparent;
}

.navigation-main > li:first-child > a {
  margin-left: 0;
}

.navigation-main > li:hover > a,
.navigation-main > li > a:focus,
.navigation-main > .current-menu-item > a,
.navigation-main > .current-menu-parent > a,
.navigation-main > .current-menu-ancestor > a {
  color: #ea2c2c;
  border-bottom: solid 3px #ea2c2c;
}

.navigation-main .sub-menu li {
  display: list-item;
}

.navigation-main .sub-menu li[class*="fa-"] {
  margin-left: -4px;
}

.navigation-main li li a {
  padding: 6px 15px;
  font-size: 14px;
}

.navigation-main li li:hover > a,
.navigation-main li li > a:focus,
.navigation-main li .current-menu-item > a,
.navigation-main li .current-menu-parent > a,
.navigation-main li .current-menu-ancestor > a {
  color: #ea2c2c;
}

.navigation-main .menu-item-has-children > a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  position: relative;
  top: -2px;
  right: -5px;
  line-height: normal;
  color: #ea2c2c;
}

.navigation-main li .menu-item-has-children > a {
  padding-right: 25px;
}

.navigation-main li .menu-item-has-children > a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: inherit;
}

.navigation-main li[class*="fa-"] {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1;
}

.navigation-main li[class*="fa-"] > a {
  display: inline-block;
  margin-left: 0;
  padding-left: 0;
}

.navigation-main li[class*="fa-"]::before {
  color: #ea2c2c;
  margin-right: 5px;
  font-size: 0.85em;
}

.navigation-main li.fas::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.navigation-main li.far::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.navigation-main li.fab::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.navigation-main .nav-button > a {
  border: 0;
  border-radius: 0;
  padding: 4px 28px 5px;
  margin-left: 10px;
  background-color: #ea2c2c;
  font-size: 15px;
}

.navigation-main .nav-button > a:hover {
  color: #fff;
}

.navigation-main .nav-button > a::before {
  display: none;
}

.navigation-main .nav-button:last-child > a {
  margin-right: 0;
}

.navigation-main .mega-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation-main .mega-menu > ul > li > a {
  font-weight: 600;
  font-size: 1.05em;
}

.navigation-main .mega-menu > ul > li > a,
.navigation-main .mega-menu > ul > li > a:focus,
.navigation-main .mega-menu > ul > li.current-menu-item > a,
.navigation-main .mega-menu > ul > li.current-menu-parent > a,
.navigation-main .mega-menu > ul > li.current-menu-ancestor > a {
  background-color: transparent;
}

.navigation-main .mega-menu > ul ul {
  display: block;
  opacity: 1;
  box-shadow: none;
  padding: 0;
  margin: 0;
  position: static;
  background: none;
  min-width: 180px;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
}

.navigation-main .mega-menu > ul a::after {
  display: none;
}

.navigation-main .mega-menu:hover ul ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

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

.navigation-main-right > li:last-child ul {
  right: 0;
}

.navigation-main-right > li:last-child ul ul {
  left: auto;
  right: 100%;
}

.navigation-main-right > li:last-child .menu-item-has-children > a::after {
  content: "\f0d9";
  font-size: 12px;
}

.navigation-secondary {
  margin-left: auto;
}

/* -----------------------------------------
	03. Header
----------------------------------------- */

.header {
  position: relative;
  padding: 0;
  z-index: 20;
}

.site-logo {
  text-rendering: optimizeLegibility;
  letter-spacing: -.01em;
  font-size: 28px;
  margin: 0;
  font-weight: 900;
  line-height: 1;
}

.site-logo a {
  color: #ea2c2c;
}

.site-tagline {
  font-size: 14px;
  margin: 0;
  color: #8E8E8E;
  line-height: normal;
}

.head-mast {
  background-color: #fff;
  padding: 30px 0;
  color: #333;
}

.head-nav {
  background-color: #fff;
  border-bottom: solid 1px #DDDDDD;
}

/* Header search form
=================================== */

.category-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 52px;
  position: relative;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
}

.category-search-select {
  max-width: 190px;
  height: 100%;
  padding: 0 20px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  color: #333;
  font-size: 14px;
  border-radius: 3px 0 0 3px;
  border: solid 1px #DDDDDD;
  border-right-width: 0;
}

.category-search-input-wrap {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  position: relative;
  border: solid 1px #DDDDDD;
}

.category-search-input {
  height: 100%;
  padding: 0 20px;
  border: 0;
  font-size: 14px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.category-search-spinner {
  border: 4px solid rgba(0, 0, 0, 0.35);
  border-top-color: rgba(0, 0, 0, 0.875);
  border-radius: 100%;
  height: 24px;
  width: 24px;
  -webkit-animation: rot .8s infinite linear;
  animation: rot .8s infinite linear;
  position: absolute;
  right: 15px;
  top: 13px;
  opacity: 0;
  -webkit-transition: opacity .18s ease;
  transition: opacity .18s ease;
}

.category-search-spinner.visible {
  opacity: 1;
}

.category-search-results {
  position: absolute;
  list-style: none;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 0 0 0 0;
  margin: 1px 0 0;
  padding: 10px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 25;
  display: none;
}

.category-search-results-item {
  margin: 0;
}

.category-search-results-item a {
  padding: 7px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}

.category-search-results-item a:hover {
  background-color: #F5F5F5;
}

.category-search-results-item.highlighted a {
  background-color: #F5F5F5;
}

.category-search-results-item.error a {
  color: #ff786d;
}

.category-search-results-item .category-search-results-item-thumb {
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.category-search-results-item .category-search-results-item-excerpt {
  font-size: 14px;
}

.category-search-results-item .category-search-results-item-price {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 15px;
}

button.category-search-btn {
  width: 52px;
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 3px 3px 0;
  border: 0;
}

/* Mini Cart
=================================== */

.header-mini-cart {
  position: relative;
  z-index: 25;
  color: #4A4A4A;
}

.header-mini-cart .widget-title {
  display: none;
}

.header-mini-cart-trigger {
  height: 52px;
  width: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ea2c2c;
  line-height: normal;
}

.header-mini-cart-trigger .fas {
  color: #333;
  font-size: 12px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.header-mini-cart-contents {
  position: absolute;
  right: 0;
  background-color: #fff;
  padding: 20px;
  border-radius: 0;
  min-width: 300px;
  border: 1px solid #DDDDDD;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  display: none;
}

.header-mini-cart-contents::before {
  content: "";
  position: absolute;
  top: -16px;
  right: 10px;
  border: 8px solid transparent;
  border-bottom-color: #DDDDDD;
  width: 0;
  height: 0;
}

.header-mini-cart-contents::after {
  content: "";
  position: absolute;
  top: -15px;
  right: 10px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  width: 0;
  height: 0;
}

/* Sticky header
=================================== */

.head-sticky.is-stuck {
  z-index: 99;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  border-bottom: none;
}

.head-mast-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.head-mast-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* -----------------------------------------
	04. Hero Area
----------------------------------------- */

/* Basic Styles
=================================== */

.page-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 0;
  background-color: #F5F5F5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  color: #fff;
  height: 300px;
}

.page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
  background-color: rgba(51, 51, 51, 0.4);
}

.slick-initialized .page-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-hero .btn {
  margin-top: 25px;
}

.page-hero-lg {
  overflow: hidden;
  height: 300px;
}

.page-hero-slideshow .page-hero-lg {
  height: 100%;
}

.page-hero-align-center {
  text-align: center;
}

.page-hero-align-left {
  text-align: left;
}

.page-hero-align-right {
  text-align: right;
}

.page-hero-align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-hero-align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-hero-align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page-hero-content {
  position: relative;
  z-index: 15;
}

.page-hero-title {
  color: inherit;
  margin: 0;
  font-size: 42px;
  font-weight: 900;
}

.page-hero-subtitle {
  margin: 0;
  font-size: 24px;
  letter-spacing: -.01em;
  line-height: 1.1;
}

/* Slideshow
=================================== */

.page-hero-slideshow {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.page-hero-slideshow .slick-list,
.page-hero-slideshow .slick-track {
  height: 100%;
}

.page-hero-slideshow .slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.decorist-slick-slider .slick-arrow {
  display: inline-block;
  margin: 0;
  line-height: normal;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: normal;
  -webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  color: #4A4A4A;
  width: 46px;
  height: 46px;
  font-size: 14px;
  padding: 0;
  text-align: center;
  line-height: normal;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1001;
  display: inline-block;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.decorist-slick-slider .slick-arrow:hover {
  background-color: #ea2c2c;
  color: #fff;
  border-color: transparent;
}

.decorist-slick-slider .slick-arrow:focus {
  outline: none;
}

.decorist-slick-slider .slick-arrow.slick-disabled {
  opacity: .3;
  cursor: not-allowed;
}

.decorist-slick-slider .slick-arrow:hover {
  color: #fff;
  background: #ea2c2c;
  border-color: #ea2c2c;
}

.decorist-slick-slider .slick-next {
  margin-left: 10px;
}

.decorist-slick-slider .slick-next .fa {
  position: relative;
  left: 2px;
}

.decorist-slick-slider .slick-prev {
  left: 15px;
}

.decorist-slick-slider .slick-prev .fa {
  position: relative;
  right: 1px;
}

.decorist-slick-slider .slick-dots {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  width: 100%;
  bottom: 10px;
}

.decorist-slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.decorist-slick-slider .slick-dots button {
  position: relative;
  text-indent: -999em;
  padding: 0;
  margin: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  opacity: .5;
}

.decorist-slick-slider .slick-dots .slick-active button {
  opacity: 1;
}

.page-hero-slideshow-nav {
  position: absolute;
  right: 15px;
  bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* -----------------------------------------
	05. Modules
----------------------------------------- */

/* General Layout
=================================== */

.main {
  padding: 50px 0;
}

/* Sections
=================================== */

.widget-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}

.widget-section:last-child {
  margin-bottom: 0;
}

.widget-section-parallax {
  background-attachment: fixed;
}

.section-padded {
  padding-top: 50px;
  position: relative;
}

.section-heading {
  margin-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-heading-content {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.section-title {
  font-size: 26px;
  margin: 0;
}

.section-title > a {
  color: #d82222;
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
}

.section-subtitle {
  margin: 0;
}

.section-subtitle a {
  color: #4A4A4A;
}

/* Entry Styles
=================================== */

.entry {
  margin: 0 0 100px;
}

.entry:only-of-type {
  margin-bottom: 0;
}

.entry-header {
  margin-bottom: 25px;
}

.entry-title {
  font-size: 28px;
  margin: 2px 0 0;
}

.entry-title a {
  color: #4A4A4A;
}

.entry-title a:hover {
  color: #ea2c2c;
}

.entry-meta {
  font-size: 16px;
  color: #8E8E8E;
}

.item-media .entry-meta {
  margin-bottom: 15px;
}

.entry-meta a {
  color: #333;
}

.entry-meta span::after {
  content: "\2022";
  margin: 0 4px;
  opacity: .5;
}

.entry-meta span:last-child::after {
  display: none;
}

.entry-meta-item.entry-sticky::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: .7em;
  position: relative;
  top: -1px;
}

.entry-thumb {
  margin-bottom: 50px;
}

.entry-thumb img {
  border-radius: 0;
  border: 1px solid #DDDDDD;
}

.entry-thumb.alignnone,
.entry-thumb.alignleft,
.entry-thumb.alignright,
.entry-thumb.aligncenter {
  margin-top: 0;
}

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

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 35px 0 30px;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
  margin-top: 0;
}

.entry-content .fluid-width-video-wrapper,
.entry-content audio,
.entry-content video,
.entry-content blockquote {
  margin: 40px 0;
}

.entry-content .fluid-width-video-wrapper:first-child,
.entry-content audio:first-child,
.entry-content video:first-child,
.entry-content blockquote:first-child {
  margin-top: 0;
}

.entry-content .fluid-width-video-wrapper:last-child,
.entry-content audio:last-child,
.entry-content video:last-child,
.entry-content blockquote:last-child {
  margin-bottom: 0;
}

.entry-content blockquote {
  font-size: 20px;
  position: relative;
  padding-left: 35px;
  border: 0;
  line-height: 1.428571429;
}

.entry-content blockquote::before {
  content: "\00201C";
  font-size: 4.3em;
  line-height: 0;
  position: absolute;
  left: -10px;
  top: 34px;
  opacity: .35;
}

.entry-content-intro {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 25px;
}

.entry-tags {
  margin: 30px 0 0;
}

.entry-tags a {
  text-transform: capitalize;
  color: #333;
}

.entry-more-btn {
  margin-top: 25px;
}

.entry-author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 65px 0 0;
}

.section-related {
  margin-top: 65px;
}

.entry-author-desc {
  border-radius: 0;
  background-color: #F5F5F5;
  padding: 25px 30px;
}

.entry-author-thumbnail {
  width: 80px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 30px;
}

.entry-author-thumbnail img {
  border-radius: 0;
}

.entry-author-title {
  font-size: 18px;
  margin-bottom: 15px;
}

.entry-author-subtitle {
  margin-top: -15px;
  font-size: 14px;
}

.post-password-form {
  padding: 20px;
  background-color: #F5F5F5;
  border-radius: 0;
}

/* Items & Item Listings
=================================== */

.row-items {
  margin-bottom: -30px;
}

.row-items.no-gutters {
  margin-bottom: 0;
}

.item {
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #DDDDDD;
  border-radius: 0;
}

.no-gutters .item,
.slick-slide .item {
  margin-bottom: 3px;
}

.item:hover {
  border-color: #CCCCCC;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
}

.item-media {
  border: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.item-media.item-media-sm {
  margin-bottom: 15px;
}

.item-media:hover {
  box-shadow: none;
}

.item-thumb img {
  border-radius: 0 0 0 0;
}

.item-product .item-thumb {
  padding: 15px 15px 0 15px;
}

.item-product .item-thumb img {
  border-radius: 0;
}

.item-media .item-thumb {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 300px;
  margin-right: 30px;
}

.item-media .item-thumb img {
  border-radius: 0;
}

.item-media .item-thumb img {
  border: 1px solid #DDDDDD;
}

.item-media-sm .item-thumb {
  width: 70px;
  margin-right: 15px;
}

.item-content {
  padding: 30px 30px 25px;
  padding: 20px 20px 15px;
}

.item-media .item-content {
  padding: 0;
  min-width: 0;
}

.item-media .item-content {
  padding: 0;
}

.item-meta {
  font-size: 13px;
  line-height: normal;
  margin-bottom: 3px;
  color: #8E8E8E;
  letter-spacing: -0.01em;
}

.item-meta a {
  color: #8E8E8E;
}

.item-media .item-meta {
  margin-bottom: 5px;
  font-size: 16px;
}

.item-media-sm .item-meta {
  font-size: 13px;
}

.item-title {
  line-height: normal;
  font-size: 16px;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
  font-weight: 400;
}

.item-title a {
  color: #333;
}

.item-title a:hover {
  color: #ea2c2c;
}

.blog .item-title {
  font-weight: 900;
}

.item-media-sm .item-title {
  font-size: 14px;
}

.item .price {
  display: block;
  font-size: 16px;
  color: #d82222;
  font-weight: 700;
}

.item .price del {
  color: #8E8E8E;
  font-size: 15px;
  margin-right: 3px;
  font-weight: 400;
}

.item .price:last-child {
  margin-bottom: 0;
}

.item-inset {
  color: #d82222;
  margin-bottom: 0;
  line-height: normal;
}

.item-inset a {
  color: currentColor;
}

.item-read-more {
  margin-top: 20px;
}

/* Block Items
=================================== */

.block-layout {
  margin-bottom: -30px;
}

.block-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0;
  margin-bottom: 30px;
  position: relative;
  height: 0;
  overflow: hidden;
}

.block-item-overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.25);
}

.block-item-xl,
.block-item-lg {
  padding-bottom: 56.25%;
}

.block-item-md {
  padding-bottom: 54.69462%;
}

.block-item-long {
  height: 215px;
}

.block-item-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.block-item-content {
  padding: 30px;
  color: #fff;
}

.block-item-title {
  font-size: 26px;
  margin: 0;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 900;
}

.block-item-subtitle {
  font-size: 16px;
  margin: 0;
  line-height: normal;
  letter-spacing: -0.01em;
}

.btn-block-item {
  margin-top: 15px;
}

/* Pagination
=================================== */

.woocommerce-pagination {
  margin: 30px 0 0;
  background-color: #F5F5F5;
  border-radius: 0;
  padding: 10px;
  text-align: center;
}

.woocommerce-pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.woocommerce-pagination li {
  display: inline-block;
  list-style: none;
}

.woocommerce-pagination a,
.woocommerce-pagination span {
  display: inline-block;
  margin: 2px 6px;
  color: #333;
}

.woocommerce-pagination a:hover,
.woocommerce-pagination .current {
  color: #ea2c2c;
}

.navigation {
  margin: 30px 0 0;
  background-color: #F5F5F5;
  border-radius: 0;
  padding: 10px;
  text-align: center;
}

.navigation a,
.navigation .page-numbers {
  display: inline-block;
  margin: 2px 6px;
  color: #333;
}

.navigation a:hover,
.navigation .current {
  color: #ea2c2c;
}

.navigation .nav-links::after {
  content: "";
  display: table;
  clear: both;
}

.navigation .nav-previous {
  float: left;
}

.navigation .nav-next {
  float: right;
}

.comment-navigation {
  margin: 30px 0;
}

.page-links {
  margin: 30px 0 0;
  background-color: #F5F5F5;
  border-radius: 0;
  padding: 10px;
  text-align: center;
}

.page-links .page-number {
  display: inline-block;
  margin: 2px 6px;
  color: #333;
}

.page-links .page-number:hover {
  color: #ea2c2c;
}

.page-links > .page-number {
  color: #333;
}

.page-links > a:first-child,
.page-links > span:first-child {
  margin-left: 10px;
}

/* Social Icons
=================================== */

.list-social-icons,
.list-card-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-social-icons li,
.list-card-icons li {
  display: inline-block;
  margin: 3px;
}

.social-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  font-size: 14px;
  text-align: center;
  color: #333;
  border: 2px solid #DDDDDD;
  border-radius: 50%;
}

.social-icon:hover {
  border-color: #ea2c2c;
  color: #ea2c2c;
}

.header .social-icon {
  color: inherit;
  font-size: inherit;
}

.footer-info-addons .social-icon {
  font-size: 24px;
  border: 0;
}

.entry-author-socials .social-icon {
  border: 0;
  padding: 0;
  width: auto;
  height: auto;
  font-size: 14px;
  color: #4A4A4A;
}

.entry-social-share {
  text-align: center;
}

.entry-social-share-title {
  margin-bottom: 10px;
}

/* Item sliders
=================================== */

.row-items.slick-initialized {
  margin-bottom: 0;
}

.row-items.slick-initialized [class^="col"] {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  max-width: 100%;
}

.row-slider-nav {
  top: 10px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  width: auto;
}

.row-slider-nav .slick-arrow {
  display: inline-block;
  margin: 0;
  line-height: normal;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: normal;
  -webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  color: #4A4A4A;
  width: 46px;
  height: 46px;
  font-size: 14px;
  padding: 0;
  text-align: center;
  line-height: normal;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-slider-nav .slick-arrow:hover {
  background-color: #ea2c2c;
  color: #fff;
  border-color: transparent;
}

.row-slider-nav .slick-arrow:focus {
  outline: none;
}

.row-slider-nav .slick-arrow.slick-disabled {
  opacity: .3;
  cursor: not-allowed;
}

.row-slider-nav .slick-arrow:hover {
  opacity: 1;
}

.row-slider-nav .slick-next {
  margin-left: 10px;
}

/* Responsive embeds
=================================== */

.decorist-responsive-embed {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.decorist-responsive-embed iframe,
.decorist-responsive-embed object,
.decorist-responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -----------------------------------------
	06. Footer
----------------------------------------- */

.footer {
  color: #4A4A4A;
}

.footer-widgets {
  background-color: #fff;
  padding: 50px 0 10px;
  font-size: 14px;
  line-height: 1.65;
}

.footer-info {
  border-top: solid 1px #DDDDDD;
  padding: 10px 0;
  font-size: 14px;
}

.footer-copy {
  margin-bottom: 0;
}

/* -----------------------------------------
	07. Comments
----------------------------------------- */

.comments-area {
  margin: 65px 0 0;
}

.comments-title,
.comment-reply-title {
  margin-bottom: 30px;
  font-size: 26px;
}

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

.comment-list .children,
.commentlist .children {
  list-style: none;
}

.comment-list .comment-body,
.commentlist .comment-body {
  margin-bottom: 20px;
  padding-top: 20px;
}

.comment-list > .comment:first-child > .comment-body,
.commentlist > .comment:first-child > .comment-body {
  border-top: 0;
  padding-top: 0;
}

.post-comments {
  margin: 0 0 45px;
}

.comment-author .fn {
  font-size: 18px;
  font-weight: 400;
}

.comment-author .avatar {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 15px 15px 0;
  overflow: visible;
  border-radius: 3px;
}

.comment-content {
  overflow: hidden;
  zoom: 1;
}

.comment-content ul,
.comment-content ol {
  margin: 30px 0;
  padding-left: 25px;
}

.comment-content ul ul,
.comment-content ul ol,
.comment-content ol ul,
.comment-content ol ol {
  margin: 0;
}

.comment-content blockquote {
  margin: 35px 0 0;
}

.comment-metadata {
  font-size: 14px;
  margin: 0 0 5px;
}

.comment-metadata a {
  color: #8E8E8E;
}

.comment-reply-link {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-left: 94px;
  height: auto;
  width: auto;
}

.bypostauthor > article .fn::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px;
  font-size: 11px;
}

.comment-respond {
  margin-top: 50px;
}

#cancel-comment-reply-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.form-allowed-tags,
.comment-notes {
  font-size: 14px;
  line-height: 1.5;
  opacity: .75;
}

.form-submit {
  margin-bottom: 0;
}

.no-comments {
  border: 1px solid #DDDDDD;
  padding: 15px;
  margin-top: 40px;
  text-align: center;
}

.comment-form-cookies-consent {
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-form-cookies-consent label {
  display: inline-block;
  margin: 0 0 0 8px;
}

.comment-form > p {
  margin: 0 0 20px;
}

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

/* -----------------------------------------
	08. Widgets Styling
----------------------------------------- */

.sidebar-drawer {
  position: fixed;
  top: 0;
  left: -410px;
  background-color: #fff;
  height: 100%;
  width: 340px;
  box-shadow: 4px 0 7px rgba(0, 0, 0, 0.05);
  -webkit-transition: left .25s ease;
  transition: left .25s ease;
}

.admin-bar .sidebar-drawer {
  top: 33px;
}

.sidebar-drawer-header {
  background-color: #F5F5F5;
  text-align: right;
  height: 40px;
  padding: 8px 15px;
}

.sidebar-dismiss {
  color: #333;
  font-size: 20px;
  line-height: 1;
}

.sidebar-dismiss:hover {
  color: #333;
}

.sidebar-drawer-content {
  padding: 25px;
  height: calc(100% - 45px);
  overflow-y: auto;
}

.sidebar-drawer-visible {
  z-index: 150;
  left: 0;
}

.widget {
  margin: 0 0 60px;
  /* Nullify bottom margin for last elements in widgets and sidebars */
}

.footer-widgets .widget {
  margin: 0 0 40px;
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

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

.widget select {
  width: 100%;
  height: 30px;
}

.widget:hover .widget-title {
  border-left-color: #ea2c2c;
}

.widget-title {
  font-size: 18px;
  margin-bottom: 25px;
  padding-left: 10px;
  border-left: solid 3px #DDDDDD;
  line-height: 1;
}

.widget-title label {
  text-transform: none;
  display: block;
  font-size: inherit;
  margin: 0;
  line-height: inherit;
  font-weight: inherit;
}

/* WIDGET: #Widget - Home Newsletter
========================================= */

.widget_ci-home-newsletter {
  padding: 0;
  background-color: #fff;
  border-top: solid 1px #DDDDDD;
}

.widget-newsletter-wrap {
  padding: 50px 0;
  background-color: #F5F5F5;
}

.widget-newsletter-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-newsletter-content-wrap .fas,
.widget-newsletter-content-wrap .far {
  color: #ea2c2c;
  font-size: 38px;
  line-height: 1;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 15px;
}

.widget-newsletter-content {
  line-height: normal;
  color: #8E8E8E;
}

.widget-newsletter-content h2 {
  color: #4A4A4A;
  margin-bottom: 0;
  font-weight: 900;
  line-height: 1;
}

.widget-newsletter-content p {
  margin-bottom: 0;
  color: #8E8E8E;
}

.widget-newsletter-form {
  position: relative;
  height: 52px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.04);
}

.widget-newsletter-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 25px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.widget-newsletter-form input[type="email"] {
  height: 100%;
  border-radius: 3px;
}

/* WIDGET: Theme - Contact Widget
========================================= */

.ci-contact-widget-title {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 15px;
}

.ci-contact-widget-items {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ci-contact-widget-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 5px;
}

.ci-contact-widget-item i {
  text-align: center;
  min-width: 26px;
  margin-right: 5px;
}

.footer-widgets .ci-contact-widget-item i {
  opacity: .65;
}

/* WIDGET: Theme - Opening Hours
========================================= */

.ci-schedule-widget-intro {
  margin-bottom: 20px;
}

.ci-schedule-widget-table {
  font-size: 16px;
  text-align: left;
}

.ci-schedule-widget-table th,
.ci-schedule-widget-table td {
  padding: 7px 0;
}

.ci-schedule-widget-table tr {
  border-bottom: 1px solid #DDDDDD;
}

.footer-widgets .ci-schedule-widget-table {
  font-size: 14px;
}

/* WIDGET: #List Widgets
========================================= */

.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_product_categories ul,
.widget_layered_nav ul,
.widget_rating_filter ul,
.wp-block-woocommerce-product-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_product_categories ul ul,
.widget_layered_nav ul ul,
.widget_rating_filter ul ul,
.wp-block-woocommerce-product-categories ul ul {
  margin-left: 15px;
}

.widget_meta li,
.widget_pages li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li,
.widget_product_categories li,
.widget_layered_nav li,
.widget_rating_filter li,
.wp-block-woocommerce-product-categories li {
  line-height: normal;
  display: block;
  position: relative;
}

.widget_meta li a,
.widget_pages li a,
.widget_categories li a,
.widget_archive li a,
.widget_nav_menu li a,
.widget_product_categories li a,
.widget_layered_nav li a,
.widget_rating_filter li a,
.wp-block-woocommerce-product-categories li a {
  display: block;
  padding: 10px 0;
  color: #333;
  border-bottom: 1px solid #DDDDDD;
}

.footer-widgets .widget_meta li a,
.footer-widgets
.widget_pages li a,
.footer-widgets
.widget_categories li a,
.footer-widgets
.widget_archive li a,
.footer-widgets
.widget_nav_menu li a,
.footer-widgets
.widget_product_categories li a,
.footer-widgets
.widget_layered_nav li a,
.footer-widgets
.widget_rating_filter li a,
.footer-widgets
.wp-block-woocommerce-product-categories li a {
  padding: 5px 0;
  border-bottom: none;
}

.widget_meta li a:hover,
.widget_pages li a:hover,
.widget_categories li a:hover,
.widget_archive li a:hover,
.widget_nav_menu li a:hover,
.widget_product_categories li a:hover,
.widget_layered_nav li a:hover,
.widget_rating_filter li a:hover,
.wp-block-woocommerce-product-categories li a:hover {
  color: #ea2c2c;
}

.widget_meta li > span,
.widget_meta li > .count,
.widget_meta li > .ci-count,
.widget_pages li > span,
.widget_pages li > .count,
.widget_pages li > .ci-count,
.widget_categories li > span,
.widget_categories li > .count,
.widget_categories li > .ci-count,
.widget_archive li > span,
.widget_archive li > .count,
.widget_archive li > .ci-count,
.widget_nav_menu li > span,
.widget_nav_menu li > .count,
.widget_nav_menu li > .ci-count,
.widget_product_categories li > span,
.widget_product_categories li > .count,
.widget_product_categories li > .ci-count,
.widget_layered_nav li > span,
.widget_layered_nav li > .count,
.widget_layered_nav li > .ci-count,
.widget_rating_filter li > span,
.widget_rating_filter li > .count,
.widget_rating_filter li > .ci-count,
.wp-block-woocommerce-product-categories li > span,
.wp-block-woocommerce-product-categories li > .count,
.wp-block-woocommerce-product-categories li > .ci-count {
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 14px;
  padding: 4px 3px;
}

.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_rss ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_recent_entries li,
.widget_recent_comments li,
.widget_rss li {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #DDDDDD;
  line-height: normal;
}

.footer-widgets .widget_recent_entries li,
.footer-widgets
.widget_recent_comments li,
.footer-widgets
.widget_rss li {
  padding: 5px 0;
  border-bottom: 0;
}

.widget_recent_entries a,
.widget_recent_comments a,
.widget_rss a {
  color: #333;
}

.widget_recent_entries a:hover,
.widget_recent_comments a:hover,
.widget_rss a:hover {
  color: #ea2c2c;
}

.widget_recent_entries .post-date {
  display: block;
  font-size: 14px;
  color: #8E8E8E;
}

.rss-date {
  display: block;
  font-size: 14px;
  margin: 3px 0;
}

.tag-cloud-link {
  display: inline-block;
  padding: 4px 14px;
  font-size: 13px !important;
  border-radius: 0;
  border: 1px solid #4A4A4A;
  color: #4A4A4A;
  margin-bottom: 3px;
}

.tag-cloud-link:hover {
  border-color: #ea2c2c;
  background-color: #ea2c2c;
  color: #fff;
}

/* WIDGET: #Menu
========================================= */

.widget_nav_menu li[class*="fa-"] {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1;
  position: relative;
}

.widget_nav_menu li[class*="fa-"]:not(:first-child) {
  margin-left: 10px;
}

.widget_nav_menu li[class*="fa-"] > a {
  margin-left: 0;
  padding-left: 20px;
}

.widget_nav_menu li[class*="fa-"]::before {
  position: absolute;
  margin-right: 5px;
  margin-top: -2px;
  font-size: 0.85em;
  top: 1em;
}

.widget_nav_menu li.fas::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.widget_nav_menu li.far::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.widget_nav_menu li.fab::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/* WIDGET: #Search
========================================= */

.searchform > div {
  position: relative;
}

.searchform input[type="text"],
.searchform input[type="search"] {
  height: 40px;
}

.searchform .searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* WIDGET: #Text Widget
========================================= */

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

/* WIDGET: #Calendar
================================================== */

#wp-calendar {
  width: 100%;
}

#wp-calendar a {
  font-weight: bold;
  font-style: italic;
}

#wp-calendar caption {
  text-align: left;
  margin-top: 10px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
  padding: 9px;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  background: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  padding: 8px;
}

#wp-calendar tbody td {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 3px;
}

#wp-calendar tbody td:hover {
  background: rgba(0, 0, 0, 0.1);
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/* Helper classes for text widgets
================================================== */

.contact-logo {
  margin-bottom: 30px;
}

.contact-title {
  font-size: 14px;
  margin-bottom: 0;
}

.contact-content {
  font-size: 26px;
  font-weight: 900;
}

.contact-content-alt {
  font-size: 16px;
  font-weight: 700;
}

/* -----------------------------------------
	09. WordPress Defaults
----------------------------------------- */

/* WordPress Galleries
=================================== */

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  margin: 40px 0;
}

.gallery:first-child {
  margin-top: 0;
}

.gallery:last-child {
  margin-bottom: 0;
}

.gallery-item {
  margin-bottom: 10px;
}

.gallery-item img {
  border-radius: 0;
  width: 100%;
  max-width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-1 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11.11111%;
  flex: 0 0 11.11111%;
  max-width: 11.11111%;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 0 5px;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: calc(100% - 10px);
  -webkit-transition: opacity .18s ease;
  transition: opacity .18s ease;
}

.gallery-caption::before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* WordPress Classes
=================================== */

/* Alignment */

.alignnone {
  margin: 5px 0 20px;
}

p .alignnone {
  margin-bottom: 0;
}

.aligncenter {
  display: block;
  margin: 7px auto;
}

.alignright {
  float: right;
  margin: 7px 0 7px 24px;
}

.alignleft {
  float: left;
  margin: 7px 24px 7px 0;
}

/* Captions */

.wp-caption {
  max-width: 100%;
  margin-bottom: 15px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 3px 0 5px;
  padding: 5px 0 0;
  text-align: left;
}

.sticky {
  /* Provide sticky styles if necessary */
}

/* -----------------------------------------
	09b. Block Styling
----------------------------------------- */

/* Block: Pull Quote
========================================= */

.wp-block-pullquote {
  padding: 35px 0;
  border-top: 2px solid #DDDDDD;
  border-bottom: 2px solid #DDDDDD;
}

.wp-block-pullquote blockquote::before {
  display: none;
}

/* -----------------------------------------
Gutenberg general style resets
----------------------------------------- */

.entry-content > [class^="wp-block-"],
.entry > [class^="wp-block-"],
.wp-block-column > [class^="wp-block-"] {
  margin-bottom: 30px;
}

.entry-content .wp-block-audio {
  margin-bottom: 1.5em;
}

.entry-content .wp-block-audio audio {
  width: 100%;
  margin: 0;
}

.entry-content .wp-block-audio figcaption {
  color: inherit;
  opacity: .7;
}

.entry-content .wp-block-video {
  margin-bottom: 1.5em;
}

.entry-content .wp-block-video video {
  width: 100%;
  margin: 0;
}

.entry-content .wp-block-video figcaption {
  color: inherit;
  opacity: .7;
}

/* Embed blocks
=================================== */

.wp-block-embed iframe {
  margin: 0;
}

.wp-block-embed figcaption {
  color: inherit;
  opacity: .7;
}

/* Image Block
=================================== */

.wp-block-image figcaption {
  color: inherit;
  opacity: .7;
}

/* Separator Block
=================================== */

.wp-block-separator {
  margin: 30px 0;
}

/* Latest Comments Block
=================================== */

.wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
  padding: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date {
  color: inherit;
  opacity: .7;
}

/* Latest Posts Block
=================================== */

.wp-block-latest-posts {
  list-style: none;
  padding: 0;
}

.wp-block-latest-posts li {
  margin-bottom: 15px;
}

.wp-block-latest-posts .wp-block-latest-posts__post-date {
  color: inherit;
  opacity: .7;
}

/* Gallery Block
=================================== */

.wp-block-gallery li::before {
  display: none;
}

.wp-block-gallery li a {
  border: 0;
  box-shadow: none;
}

/* Columns Block
=================================== */

.wp-block-columns {
  margin-left: -15px;
  margin-right: -15px;
}

.wp-block-column {
  padding-left: 15px;
  padding-right: 15px;
}

.wp-block-column :last-child {
  margin-bottom: 0;
}

/* Quote Block
=================================== */

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  background: none;
  font-style: normal;
}

.wp-block-quote.is-large::before,
.wp-block-quote.is-large::after,
.wp-block-quote.is-style-large::before,
.wp-block-quote.is-style-large::after {
  display: none;
}

/* Pull Quote Block
=================================== */

.wp-block-pullquote {
  padding: 0;
  font-style: normal;
}

.wp-block-pullquote blockquote {
  font-style: normal;
  padding: 0;
  border: 0;
}

/* -----------------------------------------
	10. Mobile menu
----------------------------------------- */

/* -----------------------------------------
	Mobile Navigation
----------------------------------------- */

.mobile-nav-open {
  overflow: hidden;
}

.navigation-mobile-wrap {
  background-color: #F5F5F5;
  padding: 0 15px;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .18s ease;
  transition: opacity .18s ease;
}

.mobile-nav-open .navigation-mobile-wrap {
  opacity: 1;
  visibility: visible;
}

.admin-bar .navigation-mobile-wrap {
  top: 46px;
  padding-bottom: 46px;
}

.navigation-mobile {
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #4A4A4A;
}

.navigation-mobile li {
  list-style: none;
  width: 100%;
  position: relative;
}

.navigation-mobile li[class*="fa-"] {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.navigation-mobile li[class*="fa-"]::before {
  font-size: 0.8em;
  position: absolute;
  top: 1.25em;
}

.navigation-mobile li[class*="fa-"] a {
  padding-left: 20px;
}

.navigation-mobile li.fas::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.navigation-mobile li.far::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.navigation-mobile li.fab::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.navigation-mobile li ul {
  display: none;
}

.navigation-mobile .menu-item-expanded > ul {
  display: block;
}

.navigation-mobile .menu-item-expanded > .menu-item-sub-menu-toggle::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navigation-mobile a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #DDDDDD;
  padding: 15px 45px 15px 0;
  display: block;
  font-weight: 700;
  color: currentColor;
}

.navigation-mobile-dismiss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 1px solid #DDDDDD;
  padding: 14px;
  text-align: right;
  font-weight: 700;
  color: currentColor;
}

.navigation-mobile-dismiss:hover {
  color: currentColor;
}

.navigation-mobile-dismiss::after {
  content: "\00d7";
  font-size: 1.5rem;
  margin-left: 5px;
}

.menu-item-sub-menu-toggle {
  height: auto;
  width: auto;
  background: none;
  box-shadow: none;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 15px 15px;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  color: #4A4A4A;
}

.menu-item-sub-menu-toggle:focus {
  outline: 1px dotted currentColor;
}

.menu-item-sub-menu-toggle::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transition: -webkit-transform .18s ease;
  transition: -webkit-transform .18s ease;
  transition: transform .18s ease;
  transition: transform .18s ease, -webkit-transform .18s ease;
}

/* -----------------------------------------
	Mobile menu trigger
----------------------------------------- */

.mobile-nav-trigger {
  text-transform: uppercase;
  display: none;
  width: 52px;
  height: 52px;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: inherit;
  margin-right: 10px;
}

.mobile-nav-trigger:hover {
  color: inherit;
}

/* -----------------------------------------
	11. E-Commerce (WooCommerce)
----------------------------------------- */

/* General
========================================= */

.demo_store {
  position: fixed;
  bottom: 0;
  z-index: 150;
  width: 100%;
  background-color: #F5F5F5;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  margin: 0;
  line-height: normal;
  padding: 15px 25px;
}

.woocommerce-store-notice__dismiss-link {
  display: inline;
}

.entry-content .woocommerce::after {
  content: "";
  display: table;
  clear: both;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-noreviews {
  padding: 14px 20px 14px 55px;
  background-color: #F5F5F5;
  margin-bottom: 30px;
  margin-left: 0;
  clear: both;
  border-left: 0.618em solid #ea2c2c;
  position: relative;
}

.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-noreviews::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 1.4em;
}

.woocommerce-message a:not(.button),
.woocommerce-error a:not(.button),
.woocommerce-info a:not(.button),
.woocommerce-noreviews a:not(.button) {
  border-bottom: 1px solid;
  color: #333;
}

.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-noreviews .button {
  float: right;
  padding: 5px 10px;
  line-height: normal;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  background: none;
  position: relative;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.875em;
  border: 0;
}

.woocommerce-message .button::after,
.woocommerce-error .button::after,
.woocommerce-info .button::after,
.woocommerce-noreviews .button::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.65em;
  display: inline-block;
  margin: 0 0 0 5px;
  position: relative;
  top: -2px;
}

.woocommerce-error {
  list-style: none;
  border-left-color: #ff786d;
}

.woocommerce-error li {
  display: block;
}

.woocommerce-info {
  list-style: none;
  border-left-color: #ea2c2c;
}

.woocommerce-info li {
  display: block;
}

.woocommerce-info:before {
  content: "\f05a";
}

.woocommerce-noreviews {
  padding-left: 20px;
  border-left-color: rgba(0, 0, 0, 0.15);
}

.woocommerce-noreviews:before {
  display: none;
}

.onsale {
  z-index: 10;
  position: absolute;
  top: -1px;
  right: -1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  background-color: #ea2c2c;
  padding: 4px 10px 3px 10px;
  color: #fff;
}

.item .onsale {
  border-top-right-radius: 0;
}

.images .onsale {
  right: auto;
  top: auto;
  border-top-left-radius: 0;
}

/* Breadcrumps
========================================= */

.breadcrumb,
.woocommerce-breadcrumb {
  padding-bottom: 15px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 45px;
  font-size: 14px;
  color: #8E8E8E;
  overflow-wrap: break-word;
}

.breadcrumb a,
.woocommerce-breadcrumb a {
  color: #333;
}

.breadcrumb a:hover,
.woocommerce-breadcrumb a:hover {
  color: #ea2c2c;
}

.breadcrumb > span,
.woocommerce-breadcrumb > span {
  margin: 0 6px;
}

/* Shop Page
========================================= */

.shop-actions {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 25px;
  padding: 10px;
  background-color: #F5F5F5;
  line-height: normal;
  border-radius: 0;
}

.shop-actions a {
  color: #333;
}

.shop-actions .woocommerce-result-count,
.shop-actions .product-number {
  display: inline-block;
  margin: 0;
}

.shop-actions .product-number {
  margin-left: 10px;
}

.shop-actions .product-number a {
  margin: 0 2px;
}

.shop-actions .product-number a.product-number-active {
  color: #ea2c2c;
}

.shop-action-results {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  text-align: center;
}

.shop-actions-no-filter .shop-action-results {
  text-align: left;
}

.shop-filter-toggle {
  margin-right: 15px;
  color: #333;
  padding: 8px 10px;
  border-radius: 0;
  background-color: #fff;
}

.shop-filter-toggle i {
  margin-right: 5px;
  font-size: 14px;
  color: #ea2c2c;
}

.woocommerce-ordering {
  position: relative;
  margin: 0;
}

.woocommerce-ordering select {
  color: #4A4A4A;
  border: 0;
}

.item-product {
  padding-bottom: 15px;
}

.item-product .button {
  padding: 9px 22px;
  font-size: 14px;
  margin: 10px 0 0;
  position: relative;
}

.item-product .button.loading {
  opacity: 0.5;
  padding-right: 2.618em;
}

.item-product .button.loading::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f110";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 11px;
  right: 11px;
  -webkit-animation: rot .8s infinite linear;
  animation: rot .8s infinite linear;
}

.item-product .button,
.item-product .added_to_cart {
  padding: 9px 22px;
  font-size: 14px;
}

.added_to_cart {
  display: inline-block;
  margin: 0;
  line-height: normal;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: normal;
  -webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  text-transform: none;
  color: #fff;
  background-color: #ea2c2c;
  border: 0;
  font-family: inherit;
  border-radius: 0;
  font-weight: 600;
  padding: 9px 22px;
  font-size: 14px;
  margin: 10px 0 0 5px;
}

.added_to_cart.disabled,
.added_to_cart:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.added_to_cart:hover {
  text-decoration: none;
  color: #fff;
  background-color: #e61717;
}

.added_to_cart:focus {
  outline: 0;
  box-shadow: 0 0 10px rgba(234, 44, 44, 0.7);
}

/* Product Page
========================================= */

.woocommerce-product-gallery {
  margin-bottom: 60px;
  position: relative;
}

.woocommerce-product-gallery img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
  outline: 0;
  border-radius: 0;
}

.woocommerce-product-gallery .thumbnails {
  padding-top: 1em;
}

.woocommerce-product-gallery .flex-viewport {
  border: 1px solid #DDDDDD;
  border-radius: 0;
}

.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
  border: 0;
}

.woocommerce-product-gallery .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 30px -15px 0;
  padding: 0;
}

.woocommerce-product-gallery .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  padding: 0 15px;
  list-style: none;
  position: relative;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
  cursor: pointer;
  opacity: .5;
  margin: 0;
  border: 1px solid #DDDDDD;
}

.woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs li img:hover {
  opacity: 1;
}

.woocommerce-product-gallery__wrapper {
  -webkit-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 1px solid #DDDDDD;
}

.woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box;
  outline: 0;
}

.woocommerce-product-gallery__trigger:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box;
}

.woocommerce-product-gallery__trigger:after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: content-box;
}

.woocommerce-product-gallery__trigger:active,
.woocommerce-product-gallery__trigger:focus {
  outline: 0;
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: left;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: left;
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: left;
}

.images {
  margin-bottom: 60px;
  position: relative;
}

.woocommerce-main-image {
  display: block;
}

.type-product .thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.type-product .thumbnails a {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-top: 30px;
}

.type-product .thumbnails a img {
  width: 100%;
}

.type-product .entry-summary {
  margin-bottom: 40px;
}

.price ins {
  text-decoration: none;
}

.entry-summary .product_title {
  font-size: 28px;
  margin: 0;
  letter-spacing: -0.01em;
  color: #333;
}

.woocommerce-product-rating {
  margin: 30px 0;
  line-height: normal;
}

.entry-summary .woocommerce-product-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
}

.entry-summary .woocommerce-product-rating .woocommerce-review-link {
  font-size: 14px;
  margin-left: 7px;
  color: #8E8E8E;
}

.sku_wrapper .sku {
  font-weight: 700;
}

.product_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 14px;
}

.product_meta > span {
  margin-bottom: 3px;
}

.product_meta a {
  color: #333;
}

.product_meta a:hover {
  color: #ea2c2c;
}

.product-availability {
  margin-bottom: 10px;
}

.product-availability .stock {
  display: inline-block;
  margin: 0;
}

.product-availability .in-stock {
  color: #0D9502;
}

.product-availability .out-of-stock {
  color: #d82222;
}

.entry-product-info {
  padding: 30px;
  border-radius: 0;
  background-color: #F5F5F5;
  margin-bottom: 50px;
}

.entry-product-info .price {
  font-size: 22px;
  color: #333;
  margin: 0 0 15px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.entry-product-info .price del {
  font-size: 16px;
  font-weight: 400;
  color: #8E8E8E;
  margin-right: 5px;
  display: block;
  line-height: normal;
}

.entry-product-info .price ins {
  text-decoration: none;
}

.tagged_as {
  display: block;
  margin-top: 30px;
  padding-top: 15px;
  text-align: right;
  font-size: 14px;
  text-transform: lowercase;
  border-top: solid 1px #DDDDDD;
}

.tagged_as a {
  background-color: #F5F5F5;
  color: #333;
  padding: 2px 7px;
  border-radius: 3px;
}

.tagged_as a:hover {
  color: #ea2c2c;
}

.woocommerce-grouped-product-list td {
  padding-top: 8px;
  padding-bottom: 8px;
}

.woocommerce-grouped-product-list tr td:first-child {
  width: 120px;
}

.woocommerce-grouped-product-list .product-availability {
  font-size: 14px;
}

.woocommerce-grouped-product-list-item__quantity .button {
  padding: 9px 22px;
  font-size: 14px;
}

.woocommerce-grouped-product-list-item__price {
  text-align: right;
}

.woocommerce-grouped-product-list-item__price .woocommerce-Price-amount {
  color: #ea2c2c;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.woocommerce-grouped-product-list-item__price ins {
  text-decoration: none;
}

.woocommerce-grouped-product-list-item__price del {
  color: #8E8E8E;
  margin-right: 5px;
}

.woocommerce-grouped-product-list-item__price del .woocommerce-Price-amount {
  font-weight: 400;
}

.woocommerce-grouped-product-list-item__price .product-availability {
  margin: 0;
}

.woocommerce-grouped-product-list-item__label label {
  margin: 0;
}

.woocommerce-grouped-product-list-item__label a {
  color: #333;
  font-weight: 700;
}

/* Add to cart
========================================= */

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
  margin: 0 0 20px;
}

.group_table .quantity {
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.quantity label {
  margin: 0 10px 0 0;
}

.qty {
  text-align: center;
  padding: 0;
  margin: 0;
  max-width: 120px;
}

.entry-summary .qty {
  -moz-appearance: textfield !important;
}

.entry-summary .qty::-webkit-outer-spin-button,
.entry-summary .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.group_table .qty {
  width: 46px;
}

button.single_add_to_cart_button {
  display: inline-block;
  margin: 0;
  line-height: normal;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: normal;
  -webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  text-transform: none;
  color: #fff;
  background-color: #ea2c2c;
  border: 0;
  font-family: inherit;
  border-radius: 0;
  font-weight: 600;
  padding: 13px 28px;
  font-size: 16px;
  width: 100%;
  max-width: 260px;
}

button.single_add_to_cart_button.disabled,
button.single_add_to_cart_button:disabled {
  cursor: not-allowed;
  opacity: .65;
}

button.single_add_to_cart_button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #e61717;
}

button.single_add_to_cart_button:focus {
  outline: 0;
  box-shadow: 0 0 10px rgba(234, 44, 44, 0.7);
}

.product-type-external button.single_add_to_cart_button {
  position: relative;
  padding-right: 30px;
}

.product-type-external button.single_add_to_cart_button::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.variations {
  width: auto;
}

.variations td {
  padding: 5px;
  border: 0;
  position: relative;
}

.variations td.label {
  line-height: normal;
  max-width: 70px;
}

.variations td.label label {
  margin: 0;
}

.variations td.value {
  width: 170px;
}

.woocommerce-variation-price {
  margin: 15px 0;
}

.reset_variations {
  position: absolute;
  color: #333;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 0 0 5px;
}

.single-product-table-wrapper {
  padding: 20px;
  margin: 15px 0 30px;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}

.single-product-table-wrapper tr:hover {
  background-color: #F5F5F5;
}

/* Star Ratings
========================================= */

.star-rating {
  overflow: hidden;
  display: inline-block;
  position: relative;
  height: 1.1em;
  line-height: 1.1em;
  font-size: 11px;
  width: 68px;
  color: #ffcc00;
}

.star-rating::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 0;
  position: absolute;
  left: 0;
}

/* Tabs
========================================= */

.woocommerce-tabs-container {
  background-color: #F5F5F5;
  padding: 50px 0;
}

.woocommerce-tabs-container-narrow {
  padding: 30px;
}

.woocommerce-tabs {
  border-radius: 0;
  background-color: #fff;
  padding: 30px;
}

.wc-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #DDDDDD;
}

.wc-tabs li {
  display: inline-block;
  margin: 0 45px 0 0;
  padding: 0;
}

.wc-tabs li.active a {
  color: #333;
}

.wc-tabs a {
  color: #8E8E8E;
  border-bottom-color: transparent;
  -webkit-transition: border-color .18s ease;
  transition: border-color .18s ease;
}

.woocommerce-Tabs-panel {
  padding: 20px 0 0;
}

.woocommerce-Tabs-panel > h2:first-of-type {
  display: none;
}

.woocommerce-Tabs-panel > p:last-child,
.woocommerce-Tabs-panel > table:last-child {
  margin-bottom: 0;
}

.woocommerce-Tabs-panel.entry-content h2,
.woocommerce-Tabs-panel.entry-content h3,
.woocommerce-Tabs-panel.entry-content h4,
.woocommerce-Tabs-panel.entry-content h5,
.woocommerce-Tabs-panel.entry-content h6 {
  margin: 20px 0 10px;
}

.shop_attributes th,
.shop_attributes td {
  vertical-align: middle;
}

.shop_attributes p {
  margin-bottom: 0;
}

/* Reviews */

.woocommerce-Reviews #comments {
  margin: 0;
}

.woocommerce-Reviews #comments .woocommerce-Reviews-title {
  margin: 0 0 20px;
}

.woocommerce-Reviews .comment-text {
  font-size: 14px;
}

.woocommerce-Reviews .comment-text p {
  margin-bottom: 10px;
}

.woocommerce-Reviews li {
  margin-bottom: 20px;
}

.woocommerce-Reviews .avatar {
  width: 64px;
  height: 64px;
  float: left;
  margin: 0 25px 15px 0;
  overflow: visible;
  border-radius: 0;
}

.woocommerce-Reviews .description {
  overflow: hidden;
}

.woocommerce-Reviews .meta {
  font-size: 16px;
}

.woocommerce-Reviews .star-rating {
  float: right;
}

.woocommerce-Reviews .comment-respond {
  margin-top: 30px;
}

.comment-form-rating a {
  display: inline-block;
  position: relative;
  width: 15px;
  text-indent: -9999px;
  border: none;
  margin-right: 12px;
  color: #ffcc00;
}

.comment-form-rating a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 13px;
  opacity: 1;
  display: inline-block;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.comment-form-rating a.active::after {
  font-weight: 900;
}

.comment-form-rating .star-2 {
  width: 26px;
}

.comment-form-rating .star-2::after {
  content: "";
  font-weight: 400;
}

.comment-form-rating .star-2.active::after {
  font-weight: 900;
}

.comment-form-rating .star-3 {
  width: 39px;
}

.comment-form-rating .star-3::after {
  content: "";
  font-weight: 400;
}

.comment-form-rating .star-3.active::after {
  font-weight: 900;
}

.comment-form-rating .star-4 {
  width: 52px;
}

.comment-form-rating .star-4::after {
  content: "";
  font-weight: 400;
}

.comment-form-rating .star-4.active::after {
  font-weight: 900;
}

.comment-form-rating .star-5 {
  width: 65px;
}

.comment-form-rating .star-5::after {
  content: "";
  font-weight: 400;
}

.comment-form-rating .star-5.active::after {
  font-weight: 900;
}

/* Cart Page
========================================= */

.shop_table td {
  padding: 10px 5px;
}

.shop_table.cart {
  border: 1px solid #DDDDDD;
  border-bottom: 0;
  border-right: 0;
}

.shop_table.cart th,
.shop_table.cart td {
  padding: 10px;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}

.shop_table .product-remove {
  text-align: center;
}

.shop_table .remove {
  font-size: 24px;
  color: #333;
}

.shop_table .product-thumbnail {
  text-align: center;
}

.shop_table .product-thumbnail img {
  width: 60px;
}

.shop_table .product-name a {
  color: #4A4A4A;
}

.shop_table .product-name a:hover {
  color: #333;
}

.shop_table .product-price {
  text-align: center;
}

.shop_table .product-quantity {
  text-align: center;
}

.shop_table .product-quantity .quantity {
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shop_table .product-subtotal {
  text-align: right;
}

.shop_table .product-subtotal .woocommerce-Price-amount {
  color: #333;
  font-weight: bold;
}

.shop_table .coupon {
  width: 280px;
  position: relative;
  float: left;
  height: 46px;
}

.shop_table .coupon label {
  display: none;
}

.shop_table .coupon input,
.shop_table .coupon button {
  height: 100%;
}

.shop_table .coupon button[type="submit"] {
  position: absolute;
  height: 100%;
  min-width: 0;
  top: 0;
  right: 0;
  font-size: 11px;
  padding: 5px 14px;
  border: 0;
}

.shop_table [name="update_cart"] {
  float: right;
}

.cart-collaterals {
  margin-top: 50px;
}

.cart-collaterals .shop_table {
  border: 1px solid #DDDDDD;
  border-bottom: 0;
  border-right: 0;
}

.cart-collaterals .shop_table th,
.cart-collaterals .shop_table td {
  padding: 10px;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}

.cart-collaterals .shop_table th {
  line-height: normal;
  width: 25%;
}

.wc-proceed-to-checkout a {
  padding: 18px 38px;
  font-size: 16px;
}

.woocommerce-remove-coupon {
  margin-left: 5px;
}

#shipping_method {
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
}

.shipping label {
  display: inline-block;
  margin-left: 5px;
}

.shipping input[type="radio"] {
  display: inline-block;
}

.woocommerce-shipping-calculator [type="submit"] {
  padding: 9px 22px;
  font-size: 14px;
  width: 100%;
}

.woocommerce-shipping-calculator p {
  margin: 0 0 5px;
}

.woocommerce-shipping-calculator select {
  width: 100%;
}

.shipping-calculator-button {
  color: #333;
  font-size: 12px;
}

.shipping-calculator-button::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 3px;
}

.shipping-calculator-form {
  width: 100%;
}

.variation {
  margin: 0;
  font-size: 12px;
}

.variation dt,
.variation dd,
.variation p {
  font-weight: normal;
  display: inline-block;
  margin: 0;
}

.variation dd {
  margin-right: 3px;
}

.backorder_notification {
  font-size: 12px;
}

/* Checkout Page
========================================= */

.woocommerce-checkout .woocommerce-info {
  margin-bottom: 20px;
}

.woocommerce-checkout .login {
  margin-bottom: 30px;
}

.woocommerce-checkout .login::after {
  content: "";
  display: table;
  clear: both;
}

.woocommerce-checkout .login .form-row-last {
  margin-right: 0;
}

.woocommerce-checkout .login .button {
  padding: 9px 22px;
  font-size: 14px;
}

.woocommerce-checkout .login .woocommerce-form__label-for-checkbox {
  display: inline-block;
  margin-left: 10px;
}

.woocommerce-checkout .checkout_coupon {
  margin-bottom: 30px;
}

#customer-details {
  margin: 0 0 25px;
}

.woocommerce-billing-fields p,
.woocommerce-shipping-fields p,
.woocommerce-additional-field p {
  margin: 0 0 15px;
}

.woocommerce-billing-fields .input-text,
.woocommerce-shipping-fields .input-text,
.woocommerce-additional-field .input-text {
  width: 100%;
}

.woocommerce-billing-fields abbr,
.woocommerce-shipping-fields abbr,
.woocommerce-additional-field abbr {
  text-decoration: none;
  border: none;
}

.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox input {
  margin: 0 10px 0 0;
}

#order_review_heading {
  padding-top: 35px;
  margin-top: 20px;
  border-top: 2px solid #DDDDDD;
}

#order_review .shop_table td,
#order_review .shop_table th,
.order_details td,
.order_details th {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

#order_review .shop_table .product-total,
.order_details .product-total {
  text-align: right;
}

#order_review .shop_table .product-name,
.order_details .product-name {
  text-align: left;
}

#order_review .shop_table .product-quantity,
.order_details .product-quantity {
  font-weight: normal;
}

#order_review .shop_table tfoot tr,
.order_details tfoot tr {
  border: 0;
}

#order_review .shop_table tfoot td,
#order_review .shop_table tfoot th,
.order_details tfoot td,
.order_details tfoot th {
  padding: 9px 0 0;
  text-align: right;
  border: 0;
}

.wc_payment_methods {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.wc_payment_method {
  padding: 10px 0;
  border-bottom: 1px solid #DDDDDD;
}

.wc_payment_method label {
  display: inline-block;
  margin: 0 0 0 5px;
}

.payment_method_paypal img {
  width: 100px;
  margin: -2px 15px 0;
}

.about_paypal {
  font-size: 12px;
}

.payment_box {
  padding: 15px;
  border: 1px solid #DDDDDD;
  margin: 5px 0 0;
}

.payment_box p {
  margin: 0;
}

.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-table--order-details tfoot td {
  width: 320px;
  padding-left: 15px;
}

.woocommerce-checkout-review-order-table tfoot td p,
.woocommerce-table--order-details tfoot td p {
  margin: 0;
  font-size: 14px;
}

.place-order .terms {
  display: inline-block;
  margin-left: 20px;
}

.place-order label[for="terms"] {
  display: inline-block;
  margin-right: 5px;
}

.select2-container .select2-selection--single {
  border-color: #CCCCCC;
  height: 35px;
}

.select2-search__field {
  height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #CCCCCC;
}

.select2-dropdown {
  border-color: #CCCCCC;
}

/* Order Received Page
========================================= */

.woocommerce-order-received .customer_details {
  padding: 25px;
  border: 1px solid #DDDDDD;
}

.woocommerce-order-received .customer_details td,
.woocommerce-order-received .customer_details th {
  border: 0;
  padding: 0;
}

.woocommerce-thankyou-order-details,
.wc-bacs-bank-details {
  list-style: none;
  margin: 15px 0 30px;
  padding: 25px;
  border: 1px solid #DDDDDD;
}

.woocommerce-thankyou-order-details::after,
.wc-bacs-bank-details::after {
  content: "";
  display: table;
  clear: both;
}

.woocommerce-thankyou-order-details li,
.wc-bacs-bank-details li {
  margin-bottom: 10px;
}

.woocommerce-thankyou-order-details li strong,
.wc-bacs-bank-details li strong {
  display: block;
}

#wc-bacs-bank-details-heading {
  margin-top: 30px;
}

#wc-bacs-bank-details-heading + h3 {
  font-size: 14px;
}

.wc-bacs-bank-details {
  margin-bottom: 30px;
}

/* My Account - General
========================================= */

.woocommerce-account .woocommerce:not(.widget) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.woocommerce-account .woocommerce:not(.widget) > h2,
.woocommerce-account .woocommerce:not(.widget) > form.login {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.woocommerce-account .woocommerce:not(.widget) > .woocommerce-message,
.woocommerce-account .woocommerce:not(.widget) > .woocommerce-error,
.woocommerce-account .woocommerce:not(.widget) > .woocommerce-info,
.woocommerce-account .woocommerce:not(.widget) > .woocommerce-noreviews {
  margin-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 30px);
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
}

.woocommerce-MyAccount-navigation {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  display: block;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
  color: #4A4A4A;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover {
  color: #ea2c2c;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 10px;
  right: 5px;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
  font-weight: bold;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a::after {
  content: "";
}

.woocommerce-MyAccount-content {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.woocommerce-MyAccount-content mark {
  color: #4A4A4A;
}

/* My Account - Orders
========================================= */

.woocommerce-MyAccount-orders .button.view {
  display: inline-block;
  margin: 0;
  line-height: normal;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: normal;
  -webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  text-transform: none;
  color: #fff;
  background-color: #ea2c2c;
  border: 0;
  font-family: inherit;
  border-radius: 0;
  font-weight: 600;
  padding: 9px 22px;
  font-size: 14px;
}

.woocommerce-MyAccount-orders .button.view.disabled,
.woocommerce-MyAccount-orders .button.view:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.woocommerce-MyAccount-orders .button.view:hover {
  text-decoration: none;
  color: #fff;
  background-color: #e61717;
}

.woocommerce-MyAccount-orders .button.view:focus {
  outline: 0;
  box-shadow: 0 0 10px rgba(234, 44, 44, 0.7);
}

/* My Account - Downloads
========================================= */

.woocommerce-MyAccount-downloads .download-file {
  width: 50%;
}

.woocommerce-MyAccount-downloads .download-file a {
  color: #4A4A4A;
}

.woocommerce-MyAccount-downloads .woocommerce-Button.download {
  padding: 9px 22px;
  font-size: 14px;
}

/* My Account - Details
========================================= */

.woocommerce-EditAccountForm fieldset {
  padding: 25px;
  border: 2px solid #DDDDDD;
}

.woocommerce-EditAccountForm legend {
  padding: 0 15px;
}

/* My Account - Addresses
========================================= */

.woocommerce-Addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.woocommerce-Address {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.woocommerce-Address-title {
  position: relative;
}

.woocommerce-Address-title a {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #4A4A4A;
}

/* My Account - Login
========================================= */

.wc-form-login {
  width: 480px;
  max-width: 480px;
  margin: 0 auto 100px;
  padding: 50px;
  border: 1px solid #DDDDDD;
}

.wc-form-login input[type="submit"] {
  margin: 0 0 15px;
}

.wc-form-login h2 {
  margin: 0 0 20px;
}

.wc-form-login.with-register {
  width: 740px;
  max-width: 740px;
}

.wc-form-login .woocommerce-form__label-for-checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  margin: 0 10px;
  position: relative;
  top: 5px;
}

.wc-form-login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  margin: 0 5px 0 0;
}

.inline input {
  margin-right: 5px;
}

.woocommerce-LostPassword {
  margin: 0;
  font-size: 16px;
}

.woocommerce-privacy-policy-text {
  font-size: 13px;
}

/* WIDGET: WooCommerce Price Range
========================================= */

.price_slider_wrapper {
  margin-top: 35px;
}

.price_slider {
  position: relative;
  text-align: left;
  height: 4px;
  width: calc(100% - 14px);
  margin: 0 auto 30px;
  background: #DDDDDD;
}

.price_slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  background: #DDDDDD;
  height: 4px;
  cursor: pointer;
}

.price_slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 25px;
  margin-top: -10px;
  margin-left: -7px;
  cursor: pointer;
  outline: none;
  background-color: #333;
  -ms-touch-action: none;
  touch-action: none;
}

.price_slider .ui-slider-handle:active {
  outline: none;
  background: #ea2c2c;
}

.price_slider .ui-slider-handle::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 6px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.price_slider_amount {
  position: relative;
}

.price_slider_wrapper .price_label {
  position: absolute;
  right: 0;
  top: 9px;
  font-size: 14px;
}

.price_slider_wrapper button {
  padding: 9px 22px;
  font-size: 14px;
}

/* WIDGET: WooCommerce Products
========================================= */

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

.product_list_widget li {
  margin-bottom: 15px;
  position: relative;
}

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

.product_list_widget li img {
  width: 80px;
}

.product_list_widget .product-thumb {
  float: left;
  margin-right: 15px;
}

.product_list_widget .product-thumb img {
  border-radius: 0;
  border: 1px solid #DDDDDD;
}

.product_list_widget .product-content {
  overflow: hidden;
}

.product_list_widget .product-title {
  line-height: normal;
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  color: #333;
  letter-spacing: -0.01em;
}

.footer-widgets .product_list_widget .product-title {
  color: #4A4A4A;
}

.product_list_widget .product-title:hover {
  color: #ea2c2c;
}

.product_list_widget .reviewer {
  font-size: 12px;
  display: block;
  margin-top: 7px;
}

.product_list_widget .star-rating {
  display: block;
  margin: 10px 0 5px;
}

.product_list_widget .woocommerce-Price-amount {
  color: #ea2c2c;
  letter-spacing: -0.01em;
  font-weight: 700;
  font-size: 14px;
}

.product_list_widget ins {
  text-decoration: none;
}

.product_list_widget del .woocommerce-Price-amount {
  color: #8E8E8E;
  font-weight: 400;
}

.product_list_widget .remove {
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 16px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 14px;
  text-indent: -1px;
  background-color: #ff786d;
  color: #fff;
  border-radius: 0;
}

.product_list_widget .quantity {
  display: inline;
  margin: 0;
  font-size: 14px;
  color: #8E8E8E;
}

/* WIDGET: WooCommerce Cart Widget
========================================= */

.header-mini-cart .widget_shopping_cart {
  margin-bottom: 0;
}

.widget_shopping_cart .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.widget_shopping_cart .buttons .button {
  padding: 9px 22px;
  font-size: 14px;
  width: 50%;
  margin: 0 15px 0 0;
}

.widget_shopping_cart .buttons .button:last-child {
  margin-right: 0;
}

.widget_shopping_cart li.empty {
  margin: 0;
}

.header .widget_shopping_cart li.empty {
  text-align: center;
  border: 2px solid #DDDDDD;
  padding: 25px;
}

.woocommerce-mini-cart__total {
  color: #8E8E8E;
  margin: 25px 0 15px;
  letter-spacing: -0.01em;
}

.woocommerce-mini-cart__total strong {
  font-weight: normal;
}

.woocommerce-mini-cart__total .woocommerce-Price-amount {
  color: #ea2c2c;
  font-weight: 700;
}

.woocommerce-mini-cart__empty-message {
  text-align: center;
  padding: 15px 20px;
  border: 1px solid #DDDDDD;
  border-radius: 0;
}

/* WIDGET: WooCommerce Layered Nav Widget
========================================= */

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

.widget_layered_nav_filters li {
  display: inline-block;
  margin: 0 5px 5px 0;
}

.widget_layered_nav_filters a {
  display: inline-block;
  background-color: #F5F5F5;
  border-radius: 2px;
  color: #4A4A4A;
  font-size: 14px;
  padding: 4px 10px;
  position: relative;
}

.widget_layered_nav_filters a::before {
  content: "\00d7";
  margin-right: 5px;
  font-size: 14px;
}

.widget_layered_nav_filters a:hover::before {
  color: #ff786d;
}

.widget_layered_nav li a {
  -webkit-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
}

.widget_layered_nav li a:hover {
  padding-left: 7px;
}

.widget_layered_nav li.chosen a::before {
  content: "\00d7";
  margin-right: 5px;
  font-size: 14px;
}

.widget_layered_nav li.chosen a:hover::before {
  color: #ff786d;
}

/* TODO: Review: Catch-all .count and style
============================================ */

.widget li > .count {
  font-size: 11px;
  font-weight: 700;
  background: #F5F5F5;
  padding: 4px 6px;
  border-radius: 3px;
  top: 10px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.footer-widgets .widget li > .count {
  top: 5px;
  padding: 2px 4px;
}

.widget li:hover > .count {
  background: #ea2c2c;
  color: #fff;
}

/* WIDGET: Product Categories
========================================= */

.widget_product_categories li a {
  -webkit-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
}

.widget_product_categories li a:hover {
  padding-left: 7px;
  border-bottom-color: #CCCCCC;
}

.widget_product_categories .children a {
  font-size: 13px;
}

.widget_product_categories .children .count {
  top: 8px;
}

.widget_product_categories .current-cat-parent > a,
.widget_product_categories .current-cat > a {
  color: #ea2c2c;
  font-weight: 700;
}

.widget_product_categories .current-cat > .count {
  background: #ea2c2c;
  color: #fff;
}

/* WIDGET: Product Rating
========================================= */

.widget_rating_filter {
  font-size: 14px;
}

/* -----------------------------------------
	11a. E-Commerce (WooCommerce) blocks
----------------------------------------- */

/* Ratings
========================================= */

.wc-block-grid__products .wc-block-grid__product-rating .star-rating,
.wc-block-review-list-item__rating .wc-block-review-list-item__rating__stars,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
  overflow: hidden;
  display: inline-block;
  position: relative;
  height: 1.2em;
  line-height: 1.2em;
  font-size: 12px;
  width: 68px;
}

.wc-block-grid__products .wc-block-grid__product-rating .star-rating::before,
.wc-block-review-list-item__rating .wc-block-review-list-item__rating__stars::before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  color: #ffcc00;
  opacity: .75;
}

.wc-block-grid__products .wc-block-grid__product-rating .star-rating span,
.wc-block-review-list-item__rating .wc-block-review-list-item__rating__stars span,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.wc-block-grid__products .wc-block-grid__product-rating .star-rating span::before,
.wc-block-review-list-item__rating .wc-block-review-list-item__rating__stars span::before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 0;
  position: absolute;
  left: 0;
  color: #ffcc00;
}

.wc-block-grid__product-rating.star-rating::before {
  display: none;
}

/* Product block
========================================= */

.wc-block-grid__products {
  margin-bottom: 0;
}

.wc-block-grid__products .wc-block-grid__product-add-to-cart a.added::after,
.wc-block-grid__products .wc-block-grid__product-add-to-cart a.loading::after {
  display: none;
}

.wc-block-grid__products .wc-block-grid__product-add-to-cart .wp-block-button__link {
  display: inline-block;
  margin: 0;
  line-height: normal;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: normal;
  -webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  text-transform: none;
  color: #fff;
  background-color: #ea2c2c;
  border: 0;
  font-family: inherit;
  border-radius: 0;
  font-weight: 600;
  padding: 9px 22px;
  font-size: 14px;
  position: relative;
  white-space: normal;
}

.wc-block-grid__products .wc-block-grid__product-add-to-cart .wp-block-button__link.disabled,
.wc-block-grid__products .wc-block-grid__product-add-to-cart .wp-block-button__link:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.wc-block-grid__products .wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
  text-decoration: none;
  color: #fff;
  background-color: #e61717;
}

.wc-block-grid__products .wc-block-grid__product-add-to-cart .wp-block-button__link:focus {
  outline: 0;
  box-shadow: 0 0 10px rgba(234, 44, 44, 0.7);
}

.wc-block-grid__products .wc-block-grid__product-add-to-cart .wp-block-button__link.added::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 5px;
  font-size: 12px;
}

.wc-block-grid__products .wc-block-grid__product-add-to-cart .wp-block-button__link.loading {
  opacity: 0.5;
  padding-right: 2.618em;
}

.wc-block-grid__products .wc-block-grid__product-add-to-cart .wp-block-button__link.loading::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f110";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 12px;
  right: 12px;
  -webkit-animation: rot .8s infinite linear;
  animation: rot .8s infinite linear;
}

.wc-block-grid__products .wc-block-grid__product-add-to-cart .added_to_cart {
  padding: 9px 22px;
  font-size: 14px;
  margin-top: 0;
  line-height: normal;
}

.wc-block-grid__products .wc-block-grid__product-title {
  margin: 15px 0 10px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.wc-block-grid__products .wc-block-grid__product-title:hover {
  color: #ea2c2c;
}

.wc-block-grid__products .wc-block-grid__product-title a {
  color: currentColor;
}

.wc-block-grid__products .wc-block-grid__product-title a:hover {
  color: #ea2c2c;
}

.wc-block-grid__products .wc-block-grid__product-price {
  font-size: 16px;
  display: block;
  margin: 5px 0 15px;
  color: #d82222;
  font-weight: 600;
}

.wc-block-grid__products .wc-block-grid__product-price del {
  font-weight: 400;
  opacity: .5;
  font-size: 15px;
  margin-right: 3px;
  color: #8E8E8E;
}

.wc-block-grid__products .wc-block-grid__product-onsale {
  z-index: 10;
  position: absolute;
  top: 5px !important;
  right: 20px;
  left: auto !important;
  width: auto;
  font-size: 13px;
  text-align: center;
  background-color: #ea2c2c;
  padding: 3px 12px;
  color: #fff;
  text-transform: none;
  border: 0;
  border-radius: 0;
  margin: 0;
}

.wc-block-grid__products .wc-block-grid__product-image .wc-block-grid__product-onsale {
  right: 5px;
}

.wc-block-grid__products .wc-block-grid__product-rating {
  margin: -5px auto 10px;
}

.wc-block-grid__products > .wc-block-grid__product {
  margin-bottom: 25px;
  text-align: left;
  border: 0;
}

/* Reviews
========================================= */

.wc-block-review-list {
  padding-left: 0;
}

.wc-block-review-list .wc-block-review-list-item__item {
  margin-bottom: 25px;
}

.wc-block-review-list .wc-block-review-list-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 15px;
}

.wc-block-review-list .wc-block-review-list-item__info .wc-block-review-list-item__image {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.wc-block-review-list .wc-block-review-list-item__info .wc-block-review-list-item__image img {
  border-radius: 0;
  border: 1px solid #DDDDDD;
}

.wc-block-review-list .wc-block-review-list-item__info .wc-block-review-list-item__meta {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.wc-block-review-list .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__author,
.wc-block-review-list .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__product {
  line-height: normal;
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.wc-block-review-list .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__author a,
.wc-block-review-list .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__product a {
  color: #4A4A4A;
}

.wc-block-review-list .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__author a:hover,
.wc-block-review-list .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__product a:hover {
  color: #ea2c2c;
}

.wc-block-review-list .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__product + .wc-block-review-list-item__author {
  font-size: 12px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.wc-block-review-list .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__rating {
  display: block;
  margin: 10px 0 5px;
  line-height: 1em;
}

.wc-block-review-list .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__author + .wc-block-review-list-item__published-date::before {
  display: none;
}

/* Product Grid
========================================= */

.wc-block-grid .wc-block-grid__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.has-4-columns .wc-block-grid__products .wc-block-grid__product {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.has-3-columns .wc-block-grid__products .wc-block-grid__product {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.has-2-columns .wc-block-grid__products .wc-block-grid__product {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* BLOCK: Search
========================================= */

.wc-block-product-search__fields {
  position: relative;
}

.wc-block-product-search__fields .wc-block-product-search__button {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}

.wc-block-product-search__fields .wc-block-product-search__button:hover {
  background: none !important;
  box-shadow: none !important;
  border: 0;
}

/* BLOCK: Product Categories
========================================= */

.wc-block-product-categories-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.wc-block-product-categories-list ul {
  margin-left: 15px;
}

.wc-block-product-categories-list li {
  line-height: normal;
  display: block;
  position: relative;
}

.wc-block-product-categories-list li a {
  display: block;
  color: #4A4A4A;
  padding: 11px 30px 11px 0;
  border-bottom: 1px solid #DDDDDD;
}

.wc-block-product-categories-list li a:hover {
  color: #ea2c2c;
}

.wc-block-product-categories-list li .wc-block-product-categories-list-item-count {
  position: absolute;
  right: 0;
  top: 11px;
}

.wc-block-product-categories.is-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wc-block-product-categories.is-dropdown .wc-block-product-categories__dropdown {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.wc-block-product-categories.is-dropdown select {
  width: 100%;
}

.wc-block-product-categories.is-dropdown .wc-block-product-categories__button {
  border: 1px solid #DDDDDD;
  border-left: 0;
  border-radius: 0;
  padding: 6px;
}

.wc-block-product-categories.is-dropdown .wc-block-product-categories__button:hover {
  box-shadow: none;
}

/* -----------------------------------------
	12. External Plugins
----------------------------------------- */

/* Jetpack Sharing */

.sharedaddy {
  margin-top: 30px;
}

/* WP Instagram */

.null-instagram-feed p {
  padding-top: 10px;
}

.instagram-pics {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.instagram-pics li {
  width: 33.33333333333%;
}

.instagram-pics li a {
  display: block;
  color: #4A4A4A;
}

.widget-section .instagram-pics {
  margin-left: -15px;
  margin-right: -15px;
}

.widget-section .instagram-pics li {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

/* Elementor */

.elementor-widget .section-heading .section-title {
  margin-bottom: 0;
}

/* Quick View Woo */

.item-product .quickviewwoo-button-before-price,
.item-product .quickviewwoo-button-before-rating {
  margin: 0 0 10px 0;
}

.item-product .quickviewwoo-button-before-title {
  margin: 5px 0 10px 0;
}

.item-product .quickviewwoo-button-before-thumbnail {
  margin-left: 15px;
}

.elementor-widget .item-product .quickviewwoo-button-before-rating {
  margin-top: 7px;
}

/* -----------------------------------------
	13. Grid Effects
----------------------------------------- */

.row-effect {
  position: relative;
}

.row-effect::before {
  border: 6px solid rgba(74, 74, 74, 0.35);
  border-top-color: rgba(74, 74, 74, 0.875);
  border-radius: 100%;
  height: 40px;
  width: 40px;
  -webkit-animation: rot .8s infinite linear;
  animation: rot .8s infinite linear;
  content: "";
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -20px;
}

.row-effect.row-images-loaded::before {
  display: none;
}

.row-effect > [class^="col"] {
  opacity: 0;
}

.row-effect > [class^="col"].ci-grid-shown {
  opacity: 1;
}

/* Fade In
========================================= */

@-webkit-keyframes ci-fade-in {
  0% {

  }

  100% {
    opacity: 1;
  }
}

@keyframes ci-fade-in {
  0% {

  }

  100% {
    opacity: 1;
  }
}

.row-effect-fade-in .ci-grid-animate {
  -webkit-animation: ci-fade-in .65s ease forwards;
  animation: ci-fade-in .65s ease forwards;
}

/* Move Up
========================================= */

@-webkit-keyframes ci-move-up {
  0% {

  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes ci-move-up {
  0% {

  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.row-effect-move-up .ci-grid-animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: ci-move-up .65s ease forwards;
  animation: ci-move-up .65s ease forwards;
}

/* Scale Up
========================================= */

@-webkit-keyframes ci-scale-up {
  0% {

  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes ci-scale-up {
  0% {

  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.row-effect-scale-up .ci-grid-animate {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: ci-scale-up .65s ease-in-out forwards;
  animation: ci-scale-up .65s ease-in-out forwards;
}

/* Fall Perspective
========================================= */

@-webkit-keyframes ci-fall-perspective {
  0% {

  }

  100% {
    -webkit-transform: translateZ(0) translateY(0) rotateX(0);
    transform: translateZ(0) translateY(0) rotateX(0);
    opacity: 1;
  }
}

@keyframes ci-fall-perspective {
  0% {

  }

  100% {
    -webkit-transform: translateZ(0) translateY(0) rotateX(0);
    transform: translateZ(0) translateY(0) rotateX(0);
    opacity: 1;
  }
}

.row-effect-fall-perspective {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.row-effect-fall-perspective .ci-grid-animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -webkit-animation: ci-fall-perspective .8s ease-in-out forwards;
  animation: ci-fall-perspective .8s ease-in-out forwards;
}

/* Fly Up
========================================= */

@-webkit-keyframes ci-fly-up {
  0% {

  }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}

@keyframes ci-fly-up {
  0% {

  }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}

.row-effect-fly-up {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.row-effect-fly-up .ci-grid-animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% -300px;
  transform-origin: 50% 50% -300px;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-animation: ci-fly-up .8s ease-in-out forwards;
  animation: ci-fly-up .8s ease-in-out forwards;
}

/* Flip
========================================= */

@-webkit-keyframes ci-flip {
  0% {

  }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}

@keyframes ci-flip {
  0% {

  }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}

.row-effect-flip {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.row-effect-flip .ci-grid-animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: ci-flip .8s ease-in-out forwards;
  animation: ci-flip .8s ease-in-out forwards;
}

/* Pop Up
========================================= */

@-webkit-keyframes ci-pop-up {
  0% {

  }

  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes ci-pop-up {
  0% {

  }

  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.row-effect-pop-up {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.row-effect-pop-up .ci-grid-animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation: ci-pop-up .8s ease-in forwards;
  animation: ci-pop-up .8s ease-in forwards;
}

/* -----------------------------------------
	14. Utilities
----------------------------------------- */

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus,
.screen-reader-text-focusable:active,
.screen-reader-text-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.hidden-xs-up {
  display: none !important;
}

.hidden-xl-down {
  display: none !important;
}

.text-theme {
  color: #ea2c2c;
}

/* -----------------------------------------
	15. Global Mediaqueries
----------------------------------------- */

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 540px;
    max-width: 100%;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .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-sm,
  .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-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .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-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.33333%;
  }

  .pull-sm-2 {
    right: 16.66667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.33333%;
  }

  .pull-sm-5 {
    right: 41.66667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.33333%;
  }

  .pull-sm-8 {
    right: 66.66667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.33333%;
  }

  .pull-sm-11 {
    right: 91.66667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.33333%;
  }

  .push-sm-2 {
    left: 16.66667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.33333%;
  }

  .push-sm-5 {
    left: 41.66667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.33333%;
  }

  .push-sm-8 {
    left: 66.66667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.33333%;
  }

  .push-sm-11 {
    left: 91.66667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .head-mast-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .head-mast-container {
    width: 540px;
    max-width: 100%;
  }

  .gallery {
    margin-right: -5px;
    margin-left: -5px;
  }

  .gallery-columns-1 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-2 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-3 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-4 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-5 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-6 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-7 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-8 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-9 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .type-product .thumbnails {
    margin-right: -15px;
    margin-left: -15px;
  }

  .type-product .thumbnails a {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .woocommerce-billing-fields p,
  .woocommerce-shipping-fields p,
  .woocommerce-additional-field p {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .woocommerce-billing-fields .form-row-first,
  .woocommerce-billing-fields .form-row-last,
  .woocommerce-shipping-fields .form-row-first,
  .woocommerce-shipping-fields .form-row-last,
  .woocommerce-additional-field .form-row-first,
  .woocommerce-additional-field .form-row-last {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .place-order {
    text-align: right;
  }

  .woocommerce-account .woocommerce:not(.widget) {
    margin-right: -15px;
    margin-left: -15px;
  }

  .woocommerce-account .woocommerce:not(.widget) > h2,
  .woocommerce-account .woocommerce:not(.widget) > form.login {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-MyAccount-navigation {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-MyAccount-content {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-Addresses {
    margin-right: -15px;
    margin-left: -15px;
  }

  .woocommerce-Address {
    padding-right: 15px;
    padding-left: 15px;
  }

  .wc-block-grid .wc-block-grid__products {
    margin-right: -15px;
    margin-left: -15px;
  }

  .has-4-columns .wc-block-grid__products .wc-block-grid__product {
    padding-right: 15px;
    padding-left: 15px;
  }

  .has-4-columns .wc-block-grid__products .wc-block-grid__product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .has-3-columns .wc-block-grid__products .wc-block-grid__product {
    padding-right: 15px;
    padding-left: 15px;
  }

  .has-3-columns .wc-block-grid__products .wc-block-grid__product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .has-2-columns .wc-block-grid__products .wc-block-grid__product {
    padding-right: 15px;
    padding-left: 15px;
  }

  .has-2-columns .wc-block-grid__products .wc-block-grid__product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }

  .hidden-sm-up {
    display: none !important;
  }
}

@media (min-width: 576px) and (min-width: 1350px) {
  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }

  .woocommerce-billing-fields p,
  .woocommerce-shipping-fields p,
  .woocommerce-additional-field p {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-billing-fields .form-row-first,
  .woocommerce-billing-fields .form-row-last,
  .woocommerce-shipping-fields .form-row-first,
  .woocommerce-shipping-fields .form-row-last,
  .woocommerce-additional-field .form-row-first,
  .woocommerce-additional-field .form-row-last {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) and (min-width: 992px) {
  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }

  .woocommerce-billing-fields p,
  .woocommerce-shipping-fields p,
  .woocommerce-additional-field p {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-billing-fields .form-row-first,
  .woocommerce-billing-fields .form-row-last,
  .woocommerce-shipping-fields .form-row-first,
  .woocommerce-shipping-fields .form-row-last,
  .woocommerce-additional-field .form-row-first,
  .woocommerce-additional-field .form-row-last {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) and (min-width: 768px) {
  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }

  .woocommerce-billing-fields p,
  .woocommerce-shipping-fields p,
  .woocommerce-additional-field p {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-billing-fields .form-row-first,
  .woocommerce-billing-fields .form-row-last,
  .woocommerce-shipping-fields .form-row-first,
  .woocommerce-shipping-fields .form-row-last,
  .woocommerce-additional-field .form-row-first,
  .woocommerce-additional-field .form-row-last {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) and (min-width: 576px) {
  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }

  .woocommerce-billing-fields p,
  .woocommerce-shipping-fields p,
  .woocommerce-additional-field p {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-billing-fields .form-row-first,
  .woocommerce-billing-fields .form-row-last,
  .woocommerce-shipping-fields .form-row-first,
  .woocommerce-shipping-fields .form-row-last,
  .woocommerce-additional-field .form-row-first,
  .woocommerce-additional-field .form-row-last {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .head-mast-row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .header-branding-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .head-search-form-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .head-mini-cart-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce .col2-set {
    margin-right: -15px;
    margin-left: -15px;
  }

  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .cart-collaterals {
    margin-right: -15px;
    margin-left: -15px;
  }

  .cart-collaterals .cross-sells {
    padding-right: 15px;
    padding-left: 15px;
  }

  .cart-collaterals .cart_totals {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-Address {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 720px;
    max-width: 100%;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .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-sm,
  .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-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .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-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333%;
  }

  .pull-md-2 {
    right: 16.66667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333%;
  }

  .pull-md-5 {
    right: 41.66667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333%;
  }

  .pull-md-8 {
    right: 66.66667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333%;
  }

  .pull-md-11 {
    right: 91.66667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333%;
  }

  .push-md-2 {
    left: 16.66667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333%;
  }

  .push-md-5 {
    left: 41.66667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333%;
  }

  .push-md-8 {
    left: 66.66667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333%;
  }

  .push-md-11 {
    left: 91.66667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .head-mast-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .head-mast-container {
    width: 720px;
    max-width: 100%;
  }

  .head-mast-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .header-branding-wrap {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .head-search-form-wrap {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .head-mini-cart-wrap {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .entry-content-column-split {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }

  .item-media .item-title {
    font-size: 28px;
  }

  .item-media-sm .item-title {
    font-size: 14px;
  }

  .comment-content {
    min-height: 50px;
  }

  .gallery {
    margin-right: -5px;
    margin-left: -5px;
  }

  .gallery-columns-1 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-2 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-3 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-4 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-5 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-6 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-7 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-8 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-9 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .woocommerce .col2-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .type-product .thumbnails {
    margin-right: -15px;
    margin-left: -15px;
  }

  .type-product .thumbnails a {
    padding-right: 15px;
    padding-left: 15px;
  }

  .cart-collaterals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .cart-collaterals .cross-sells {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .cart-collaterals .cart_totals {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-left: auto;
  }

  .woocommerce-checkout .login .form-row-first,
  .woocommerce-checkout .login .form-row-last {
    float: left;
    width: 49%;
    margin-right: 2%;
  }

  .woocommerce-thankyou-order-details li,
  .wc-bacs-bank-details li {
    float: left;
    width: 25%;
    margin: 0;
  }

  .woocommerce-account .woocommerce:not(.widget) {
    margin-right: -15px;
    margin-left: -15px;
  }

  .woocommerce-account .woocommerce:not(.widget) > h2,
  .woocommerce-account .woocommerce:not(.widget) > form.login {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-MyAccount-navigation {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-MyAccount-navigation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .woocommerce-MyAccount-content {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-MyAccount-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .woocommerce-Addresses {
    margin-right: -15px;
    margin-left: -15px;
  }

  .woocommerce-Address {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-Address {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .wc-block-grid .wc-block-grid__products {
    margin-right: -15px;
    margin-left: -15px;
  }

  .has-4-columns .wc-block-grid__products .wc-block-grid__product {
    padding-right: 15px;
    padding-left: 15px;
  }

  .has-3-columns .wc-block-grid__products .wc-block-grid__product {
    padding-right: 15px;
    padding-left: 15px;
  }

  .has-2-columns .wc-block-grid__products .wc-block-grid__product {
    padding-right: 15px;
    padding-left: 15px;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }

  .hidden-md-up {
    display: none !important;
  }
}

@media (min-width: 768px) and (min-width: 1350px) {
  .head-mast-row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .header-branding-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .head-search-form-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .head-mini-cart-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce .col2-set {
    margin-right: -15px;
    margin-left: -15px;
  }

  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .cart-collaterals {
    margin-right: -15px;
    margin-left: -15px;
  }

  .cart-collaterals .cross-sells {
    padding-right: 15px;
    padding-left: 15px;
  }

  .cart-collaterals .cart_totals {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-Address {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) and (min-width: 576px) {
  .head-mast-row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .header-branding-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .head-search-form-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .head-mini-cart-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce .col2-set {
    margin-right: -15px;
    margin-left: -15px;
  }

  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .cart-collaterals {
    margin-right: -15px;
    margin-left: -15px;
  }

  .cart-collaterals .cross-sells {
    padding-right: 15px;
    padding-left: 15px;
  }

  .cart-collaterals .cart_totals {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-Address {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .head-mast-row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .header-branding-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .head-search-form-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .head-mini-cart-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce .col2-set {
    margin-right: -15px;
    margin-left: -15px;
  }

  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .cart-collaterals {
    margin-right: -15px;
    margin-left: -15px;
  }

  .cart-collaterals .cross-sells {
    padding-right: 15px;
    padding-left: 15px;
  }

  .cart-collaterals .cart_totals {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-Address {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 991px) {
  .sidebar-drawer.with-drawer {
    -webkit-transition: none;
    transition: none;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 940px;
    max-width: 100%;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .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-sm,
  .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-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .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-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.33333%;
  }

  .pull-lg-2 {
    right: 16.66667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.33333%;
  }

  .pull-lg-5 {
    right: 41.66667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.33333%;
  }

  .pull-lg-8 {
    right: 66.66667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.33333%;
  }

  .pull-lg-11 {
    right: 91.66667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.33333%;
  }

  .push-lg-2 {
    left: 16.66667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.33333%;
  }

  .push-lg-5 {
    left: 41.66667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.33333%;
  }

  .push-lg-8 {
    left: 66.66667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.33333%;
  }

  .push-lg-11 {
    left: 91.66667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .category-search-input {
    border-radius: 0;
  }

  .head-mast-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .head-mast-container {
    width: 940px;
    max-width: 100%;
  }

  .header-branding-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .head-search-form-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .page-hero-content {
    width: 50%;
  }

  .page-hero-align-center .page-hero-content {
    margin-left: auto;
    margin-right: auto;
  }

  .page-hero-align-right .page-hero-content {
    margin-left: auto;
  }

  .block-item-xl .block-item-title,
  .block-item-lg .block-item-title {
    font-size: 36px;
  }

  .block-item-xl .block-item-subtitle,
  .block-item-lg .block-item-subtitle {
    font-size: 20px;
  }

  .block-item-xl .btn-block-item,
  .block-item-lg .btn-block-item {
    padding: 13px 28px;
    font-size: 16px;
  }

  .entry-social-share li {
    display: block;
  }

  .sidebar-drawer.with-drawer {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    box-shadow: none;
  }

  .with-drawer .sidebar-drawer-header {
    display: none;
  }

  .with-drawer .sidebar-drawer-content {
    height: auto;
    padding: 0;
    overflow-y: visible;
  }

  .gallery {
    margin-right: -5px;
    margin-left: -5px;
  }

  .gallery-columns-1 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-2 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-3 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-4 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-5 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-6 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-7 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-8 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-9 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .with-sidebar .shop-action-results {
    text-align: left;
  }

  .with-sidebar .shop-filter-toggle {
    display: none;
  }

  .type-product .thumbnails {
    margin-right: -15px;
    margin-left: -15px;
  }

  .type-product .thumbnails a {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-account .woocommerce:not(.widget) {
    margin-right: -15px;
    margin-left: -15px;
  }

  .woocommerce-account .woocommerce:not(.widget) > h2,
  .woocommerce-account .woocommerce:not(.widget) > form.login {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-MyAccount-navigation {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-MyAccount-content {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-MyAccount-content {
    padding-left: 45px;
  }

  .woocommerce-Addresses {
    margin-right: -15px;
    margin-left: -15px;
  }

  .woocommerce-Address {
    padding-right: 15px;
    padding-left: 15px;
  }

  .wc-block-grid .wc-block-grid__products {
    margin-right: -15px;
    margin-left: -15px;
  }

  .has-4-columns .wc-block-grid__products .wc-block-grid__product {
    padding-right: 15px;
    padding-left: 15px;
  }

  .has-4-columns .wc-block-grid__products .wc-block-grid__product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .has-3-columns .wc-block-grid__products .wc-block-grid__product {
    padding-right: 15px;
    padding-left: 15px;
  }

  .has-3-columns .wc-block-grid__products .wc-block-grid__product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .has-2-columns .wc-block-grid__products .wc-block-grid__product {
    padding-right: 15px;
    padding-left: 15px;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }

  .hidden-lg-up {
    display: none !important;
  }
}

@media (min-width: 1350px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 1320px;
    max-width: 100%;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .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-sm,
  .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-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .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-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333%;
  }

  .pull-xl-2 {
    right: 16.66667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333%;
  }

  .pull-xl-5 {
    right: 41.66667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333%;
  }

  .pull-xl-8 {
    right: 66.66667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333%;
  }

  .pull-xl-11 {
    right: 91.66667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333%;
  }

  .push-xl-2 {
    left: 16.66667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333%;
  }

  .push-xl-5 {
    left: 41.66667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333%;
  }

  .push-xl-8 {
    left: 66.66667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333%;
  }

  .push-xl-11 {
    left: 91.66667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .navigation-main > .menu-item-first {
    width: 205px;
  }

  .header-fullwidth .container,
  .header-fullwidth .head-mast-container {
    width: 1600px;
  }

  .head-mast-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .head-mast-container {
    width: 1320px;
    max-width: 100%;
  }

  .header-branding-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .head-search-form-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .footer-fullwidth .container {
    width: 1600px;
  }

  .sidebar:not(.sidebar-drawer) {
    margin-left: 30px;
  }

  .flex-row-reverse .sidebar:not(.sidebar-drawer) {
    margin-left: 0;
    margin-right: 30px;
  }

  .gallery {
    margin-right: -5px;
    margin-left: -5px;
  }

  .gallery-columns-1 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-2 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-3 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-4 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-5 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-6 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-7 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-8 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-9 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .col-lg-9 .columns-4 .added_to_cart {
    margin-left: 0;
  }

  .type-product .thumbnails {
    margin-right: -15px;
    margin-left: -15px;
  }

  .type-product .thumbnails a {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-account .woocommerce:not(.widget) {
    margin-right: -15px;
    margin-left: -15px;
  }

  .woocommerce-account .woocommerce:not(.widget) > h2,
  .woocommerce-account .woocommerce:not(.widget) > form.login {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-MyAccount-navigation {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-MyAccount-content {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-Addresses {
    margin-right: -15px;
    margin-left: -15px;
  }

  .woocommerce-Address {
    padding-right: 15px;
    padding-left: 15px;
  }

  .wc-block-grid .wc-block-grid__products {
    margin-right: -15px;
    margin-left: -15px;
  }

  .has-4-columns .wc-block-grid__products .wc-block-grid__product {
    padding-right: 15px;
    padding-left: 15px;
  }

  .has-3-columns .wc-block-grid__products .wc-block-grid__product {
    padding-right: 15px;
    padding-left: 15px;
  }

  .has-2-columns .wc-block-grid__products .wc-block-grid__product {
    padding-right: 15px;
    padding-left: 15px;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }

  .hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 1349px) {
  .page-hero {
    height: 250px;
  }

  .entry-content blockquote {
    font-size: 22px;
  }

  .item-media .item-thumb {
    width: 220px;
  }

  .item-media-sm .item-thumb {
    width: 70px;
  }

  .block-item-md .block-item-title {
    font-size: 22px;
  }

  .block-item-md .block-item-subtitle {
    font-size: 15px;
  }

  .block-item-md .block-item-content {
    padding: 15px;
  }

  .hidden-lg-down {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .nav {
    display: none;
  }

  .site-logo {
    font-size: 26px;
  }

  .site-tagline {
    display: none;
  }

  .head-mast {
    padding: 15px 0;
  }

  .category-search-select {
    display: none;
  }

  .header-mini-cart-trigger {
    width: 60px;
  }

  .head-sticky.is-stuck {
    position: static !important;
    background-color: inherit;
    padding: 0;
  }

  .head-sticky.is-stuck + div {
    display: none !important;
  }

  .stuck {
    display: none;
  }

  .header-branding-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-hero {
    height: 200px;
  }

  .page-hero-lg {
    height: 300px;
  }

  .page-hero-align-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-hero-align-bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-hero-title {
    font-size: 30px;
  }

  .page-hero-subtitle {
    font-size: 20px;
  }

  .page-hero-slideshow {
    height: 300px;
  }

  .page-hero-slideshow-nav-wrap {
    display: none;
  }

  .main {
    padding: 40px 0;
  }

  .sidebar {
    margin-top: 80px;
  }

  .widget-section {
    margin-bottom: 40px;
  }

  .section-padded {
    padding-top: 40px;
  }

  .entry-thumb {
    margin-bottom: 30px;
  }

  .entry-author-thumbnail {
    width: 100px;
    margin-right: 15px;
  }

  .item-media {
    margin-bottom: 40px;
  }

  .item-media .item-thumb {
    width: 180px;
  }

  .item-media-sm .item-thumb {
    width: 70px;
  }

  .block-item-content {
    padding: 15px;
  }

  .block-item-title {
    font-size: 22px;
  }

  .entry-social-share {
    text-align: left;
    margin-bottom: 30px;
  }

  .footer-widgets {
    padding: 40px 0 -10px;
  }

  .sidebar:not(.sidebar-drawer) {
    padding: 0;
    margin-top: 60px;
  }

  .sidebar-drawer-visible {
    margin: 0;
  }

  .widget {
    margin-bottom: 50px;
  }

  .widget_ci-home-newsletter {
    padding: 0;
  }

  .widget-newsletter-form {
    margin-top: 20px;
  }

  .gallery-columns-6 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .gallery-columns-7 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .gallery-columns-8 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .gallery-columns-9 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .mobile-nav-trigger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .type-product .entry-summary {
    margin-bottom: 40px;
  }

  .entry-product-info {
    margin-top: 0;
    padding: 20px;
    margin-bottom: 40px;
  }

  .single-product-table-wrapper {
    padding: 15px;
    font-size: 14px;
  }

  .woocommerce-tabs-container {
    padding: 40px 0;
  }

  .woocommerce-tabs-container-narrow {
    padding: 30px;
  }

  .wc-form-login {
    margin: 0 15px;
  }

  .wc-form-login .woocommerce-form-login {
    margin-bottom: 30px;
  }

  .widget-section .instagram-pics {
    margin: 0;
  }

  .widget-section .instagram-pics li {
    padding: 0;
    margin: 0;
  }

  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .head-mast {
    padding: 0;
  }

  .head-mast-container {
    width: 100%;
    padding: 0;
  }

  .header-branding-wrap {
    padding: 15px;
  }

  .head-search-form-wrap {
    padding: 15px 15px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background-color: #F5F5F5;
  }

  .head-mini-cart-wrap {
    margin-left: auto;
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .page-hero {
    height: 150px;
  }

  .page-hero-lg {
    height: 300px;
  }

  .page-hero-title {
    font-size: 26px;
  }

  .page-hero-subtitle {
    font-size: 16px;
    line-height: normal;
  }

  .page-hero-slideshow {
    height: 300px;
  }

  .decorist-slick-slider .slick-arrow {
    width: 38px;
    height: 38px;
  }

  .main {
    padding: 35px 0;
  }

  .widget-section {
    margin-bottom: 35px;
  }

  .section-padded {
    padding-top: 35px;
  }

  .section-title {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 5px;
  }

  .entry-title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .entry-meta {
    font-size: 14px;
  }

  .entry-content blockquote {
    font-size: 18px;
    padding-left: 30px;
    margin: 35px 0 35px 10px;
  }

  .entry-content .alignleft,
  .entry-content .alignright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .entry-author-box {
    display: block;
  }

  .entry-author-thumbnail {
    width: 140px;
    margin: 0 0 10px;
  }

  .item-media {
    margin-bottom: 35px;
  }

  .item-media .item-thumb {
    width: 150px;
    margin-right: 20px;
  }

  .item-media-sm .item-thumb {
    width: 70px;
    margin-right: 15px;
  }

  .row-slider-nav .slick-arrow {
    width: 38px;
    height: 38px;
  }

  .footer-widgets {
    padding: 35px 0 -5px;
  }

  .comment-list .children,
  .commentlist .children {
    margin: 0;
    padding: 0;
  }

  .comment-reply-link {
    margin: 0;
  }

  .sidebar-drawer-content {
    padding: 20px;
  }

  .sidebar-drawer-visible {
    width: 100%;
  }

  .widget {
    margin-bottom: 40px;
  }

  .widget_ci-home-newsletter {
    padding: 0;
  }

  .gallery-columns-1 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-2 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-4 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-5 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-6 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-7 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-8 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-9 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-noreviews {
    font-size: 14px;
  }

  .woocommerce-message {
    padding-bottom: 45px;
  }

  .woocommerce-message .button {
    float: none;
    position: absolute;
    display: block;
    padding: 0;
    left: 45px;
    bottom: 15px;
    margin: 0;
  }

  .shop-actions {
    display: block;
  }

  .shop-actions .woocommerce-ordering {
    width: 100%;
  }

  .shop-actions .woocommerce-ordering select {
    width: 100%;
  }

  .shop-action-results {
    margin-bottom: 15px;
  }

  .shop-filter-toggle {
    display: block;
    margin: 0 0 15px;
  }

  .col-6 .added_to_cart {
    margin-left: 0;
  }

  .type-product .entry-summary {
    margin-bottom: 35px;
  }

  .product_meta {
    display: block;
    margin-bottom: 20px;
  }

  .product_meta > span {
    display: block;
  }

  .entry-product-info {
    margin-bottom: 35px;
  }

  .woocommerce-grouped-product-list tr td:first-child {
    width: auto;
  }

  .group_table .quantity label {
    display: none;
  }

  .woocommerce-tabs-container {
    padding: 35px 0;
  }

  .woocommerce-tabs-container-narrow {
    padding: 15px;
  }

  .wc-tabs {
    display: block;
  }

  .wc-tabs li {
    display: block;
    margin: 0 0 10px;
  }

  .wc-tabs a {
    display: block;
  }

  .woocommerce-Reviews .avatar {
    display: none;
  }

  .shop_table .product-thumbnail {
    display: none;
  }

  .shop_table .product-price {
    display: none;
  }

  .shop_table .product-quantity .quantity label {
    display: none;
  }

  .shop_table .product-quantity .quantity .qty {
    max-width: 50px;
  }

  .cart-collaterals .cross-sells {
    margin-bottom: 50px;
  }

  .cart-collaterals .cart_totals {
    clear: both;
  }

  .place-order .terms {
    margin: 5px 0 0;
    display: block;
  }

  .widget-section .instagram-pics li {
    width: 50%;
  }

  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 575px) {
  input,
  textarea,
  select {
    width: 100%;
  }

  .page-hero .container {
    width: 100%;
  }

  .item-media {
    display: block;
  }

  .item-media.item-media-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .item-media .item-thumb {
    width: 100%;
    margin-bottom: 25px;
  }

  .item-media-sm .item-thumb {
    width: 70px;
    margin: 0 15px 0 0;
  }

  .comment-author .avatar {
    display: none;
  }

  .shop_table .coupon {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }

  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 991px) and (min-width: 992px) {
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 991px) and (min-width: 1350px) {
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .added_to_cart {
    margin-top: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1349px) {
  .col-lg-9 .columns-3 .added_to_cart,
  .col-lg-9 .columns-4 .added_to_cart {
    margin-left: 0;
  }
}