@charset "UTF-8";

/*!
Theme Name: WebARTing Eshop Lite
Theme URI: https://webarting.eu/
Author: WebARTing
Author URI: https://webarting.eu/
Description: Το WebARTing Eshop Lite είναι ένα ανεξάρτητο θέμα WooCommerce της WebARTing, βασισμένο στο θέμα Nozama Lite της CSSIgniter που διανέμεται με άδεια GPL. Διατηρεί τη βασική δομή ηλεκτρονικού καταστήματος του αρχικού θέματος και ακολουθεί ανεξάρτητη πορεία ανάπτυξης με εκτεταμένες προσαρμογές WebARTing.
Version: 2.0.11
Requires at least: 6.1
Tested up to: 6.8
Requires PHP: 7.2
Tags: two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, rtl-language-support, theme-options, threaded-comments, translation-ready, blog, e-commerce, news
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wa-eshop-lite
Domain Path: /languages
*/

/* -----------------------------------------
	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. Utilities
.. 14. Global Mediaqueries
*/

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

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

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
  box-sizing: inherit;
}

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

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

[hidden] {
  display: none !important;
}

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

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

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

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 {
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  color: #00A8DE;
  text-decoration: none;
}

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

a:focus {
  outline: 1px dotted #F08804;
}

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

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  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,
q {
  margin: 20px 0;
  padding-left: 15px;
  border-left: 3px solid #DDDDDD;
  font-size: 17px;
  font-weight: 300;
}

blockquote cite,
q 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;
  hyphens: none;
  font-style: normal;
}

pre {
  padding: 10px;
  border-radius: 3px;
  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: normal;
}

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: 3px;
  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 0.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: 0.8;
}

:-moz-placeholder {
  font-weight: normal;
  opacity: 0.8;
}

::-moz-placeholder {
  font-weight: normal;
  opacity: 0.8;
}

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

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

.btn,
.button,
.comment-reply-link,
input[type=submit],
input[type=reset],
button[type=submit],
.wp-block-button__link,
.gutenbee-post-types-item-more,
.gutenbee-block-button-link {
  display: inline-block;
  margin: 0;
  line-height: normal;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.18s background-color ease, 0.18s color ease, 0.18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  text-transform: none;
  color: #fff;
  background-color: #F08804;
  border: 0;
  font-family: inherit;
  border-radius: 3px;
  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,
.wp-block-button__link.disabled,
.wp-block-button__link:disabled,
.gutenbee-post-types-item-more.disabled,
.gutenbee-post-types-item-more:disabled,
.gutenbee-block-button-link.disabled,
.gutenbee-block-button-link:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.btn:hover,
.button:hover,
.comment-reply-link:hover,
input[type=submit]:hover,
input[type=reset]:hover,
button[type=submit]:hover,
.wp-block-button__link:hover,
.gutenbee-post-types-item-more:hover,
.gutenbee-block-button-link:hover {
  text-decoration: none;
  color: #fff;
  background-color: #d77a04;
}

.btn:focus,
.button:focus,
.comment-reply-link:focus,
input[type=submit]:focus,
input[type=reset]:focus,
button[type=submit]:focus,
.wp-block-button__link:focus,
.gutenbee-post-types-item-more:focus,
.gutenbee-block-button-link:focus {
  outline: 0;
  box-shadow: 0 0 10px rgba(240, 136, 4, 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 #F08804;
  color: #F08804;
}

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

.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;
  animation: rot 0.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: 0.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: flex;
  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;
  transition: transform 0.25s ease 0.2s, opacity 0.25s ease 0.2s, visibility 0s ease 0.35s;
  transform: translate(0, 10px);
  margin-left: 12px;
}

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

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

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

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

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

.navigation-main li li:hover > ul {
  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: 12px 0;
  list-style: none;
  background-color: #fff;
  min-width: 220px;
  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;
}

.navigation-main > li > ul::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 10px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  width: 0;
  height: 0;
}

.navigation-main > li.fas,
.navigation-main > li.far,
.navigation-main > li.fab {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
}

.navigation-main > li.fas:not(:first-child),
.navigation-main > li.far:not(:first-child),
.navigation-main > li.fab:not(:first-child) {
  margin-left: 10px;
}

.navigation-main > li.fas > a,
.navigation-main > li.far > a,
.navigation-main > li.fab > a {
  display: inline-block;
  margin-left: 0;
}

.navigation-main > li.fas::before,
.navigation-main > li.far::before,
.navigation-main > li.fab::before {
  color: #F08804;
  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 > li > a {
  padding: 15px 0;
  margin: 0 12px;
  color: #fff;
}

.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,
.navigation-main > .current_page_ancestor > a,
.navigation-main > .current_page_item > a {
  color: #F08804;
}

.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,
.navigation-main li .current_page_ancestor > a,
.navigation-main li .current_page_item > a {
  color: #F08804;
}

.navigation-main .menu-item-has-children > a::after,
.navigation-main .page_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: #F08804;
}

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

.navigation-main li .menu-item-has-children > a::after,
.navigation-main li .page_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%;
  transform: translateY(-50%);
  color: inherit;
}

.navigation-main .nav-button > a {
  border: 0;
  border-radius: 3px;
  padding: 4px 28px 5px;
  margin-left: 10px;
  background-color: #F08804;
  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-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 {
  font-size: 34px;
  margin: 0;
  font-weight: 700;
  line-height: 1;
}

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

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

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

.head-nav {
  background-color: #283848;
}

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

.category-search-form {
  display: flex;
  align-items: center;
  height: 40px;
  position: relative;
}

.category-search-select {
  max-width: 178px;
  height: 100%;
  background-color: #F5F5F5;
  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: #394E64;
  font-size: 14px;
  border-radius: 3px 0 0 3px;
  border: 0;
}

.category-search-input-wrap {
  height: 100%;
  flex: auto;
  position: relative;
}

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

.category-search-spinner {
  border: 4px solid rgba(0, 168, 222, 0.35);
  border-top-color: rgba(0, 168, 222, 0.875);
  border-radius: 100%;
  height: 24px;
  width: 24px;
  animation: rot 0.8s infinite linear;
  position: absolute;
  right: 10px;
  top: 7px;
  opacity: 0;
  transition: opacity 0.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 3px 3px;
  margin: 1px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  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: block;
  color: #394E64;
}

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

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

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

.head-mast-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

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

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

.page-hero {
  position: relative;
  display: flex;
  align-items: center;
  padding: 60px 0;
  background-color: #212F3D;
  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(57, 78, 100, 0.4);
}

.slick-initialized .page-hero {
  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 {
  align-items: flex-start;
}

.page-hero-align-middle {
  align-items: center;
}

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

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

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

.page-hero-subtitle {
  margin: 0;
  font-size: 24px;
  letter-spacing: -0.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;
}

.wa-eshop-lite-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: nowrap;
  transition: 0.18s background-color ease, 0.18s color ease, 0.18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  color: #4A4A4A;
  width: 46px;
  height: 46px;
  font-size: 14px;
  padding: 0;
  text-align: center;
  line-height: normal;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001;
  display: inline-block;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.wa-eshop-lite-slick-slider .slick-arrow:hover {
  background-color: #F08804;
  color: #fff;
  border-color: transparent;
}

.wa-eshop-lite-slick-slider .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.wa-eshop-lite-slick-slider .slick-arrow:hover {
  color: #fff;
  background: #F08804;
  border-color: #F08804;
}

.wa-eshop-lite-slick-slider .slick-next {
  margin-left: 10px;
}

.wa-eshop-lite-slick-slider .slick-next .fa {
  position: relative;
  left: 2px;
}

.wa-eshop-lite-slick-slider .slick-prev {
  left: 15px;
}

.wa-eshop-lite-slick-slider .slick-prev .fa {
  position: relative;
  right: 1px;
}

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

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

.wa-eshop-lite-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: 0.5;
}

.wa-eshop-lite-slick-slider .slick-dots .slick-active button {
  opacity: 1;
}

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

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

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

.main {
  padding: 70px 0;
}

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

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

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

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

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

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

.section-heading-content {
  flex: auto;
}

.section-heading-content .term-description {
  margin-top: 15px;
}

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

.section-title > a {
  color: #00A8DE;
  font-size: 16px;
  margin-left: 5px;
}

.section-subtitle {
  margin: 0;
}

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

.page-title {
  line-height: normal;
  margin: 0 0 45px;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.01em;
  font-weight: 400;
  font-size: 28px;
}

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

.entry {
  margin: 0 0 100px;
}

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

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

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

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

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

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

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

.entry-meta a {
  color: #394E64;
}

.entry-meta span::after {
  content: "\2022";
  margin: 0 4px;
  opacity: 0.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: 0.7em;
  position: relative;
  top: -1px;
}

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

.entry-thumb img {
  border-radius: 3px;
  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 audio,
.entry-content video,
.entry-content blockquote {
  margin: 40px 0;
}

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

.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: "\201c";
  font-size: 4.3em;
  line-height: 0;
  position: absolute;
  left: -10px;
  top: 34px;
  opacity: 0.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: #394E64;
}

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

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

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

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

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

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

.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: 3px;
}

/* Alignments
=================================== */

[class*=-template-builder] .alignfull,
[class*=-template-full-width-page] .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}

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

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

.item-media {
  border: 0;
  border-radius: 0;
  display: flex;
  margin-bottom: 70px;
}

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

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

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

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

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

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

.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;
  min-width: 0;
  padding: 20px 20px 15px;
}

.item-media .item-content {
  padding: 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;
}

.item-title a {
  color: #394E64;
}

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

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

.item .price {
  display: block;
  font-size: 16px;
  color: #B12704;
  margin-bottom: 5px;
  font-weight: 600;
}

.item .price del {
  opacity: 0.5;
  font-size: 15px;
  margin-right: 3px;
  font-weight: 400;
}

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

.item-inset {
  color: #B12704;
  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: 3px;
  margin-bottom: 30px;
  position: relative;
  height: 0;
  overflow: hidden;
}

.block-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 78, 100, 0.4);
}

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

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

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

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

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

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

.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: 3px;
  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: #394E64;
}

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

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

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

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

.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: 3px;
  padding: 10px;
  text-align: center;
  clear: both;
}

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

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

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

.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: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  font-size: 14px;
  text-align: center;
  color: #394E64;
  border: 2px solid #DDDDDD;
  border-radius: 50%;
}

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

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

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

.footer-widgets .social-icon {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}

.entry-author-socials .social-icon {
  border: 0;
  padding: 0;
  width: auto;
  height: auto;
  font-size: 18px;
  color: #00A8DE;
}

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

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

/* Skip link
=================================== */

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 100000;
  background-color: #F5F5F5;
  color: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.skip-link:focus {
  position: fixed;
  display: block;
  left: 6px;
  top: 7px;
  right: auto;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
}

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

.wa-eshop-lite-responsive-embed {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 30px;
}

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

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

.footer {
  color: #fff;
}

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

.footer-info {
  padding: 10px 0;
  font-size: 14px;
  background-color: #212F3D;
  color: #fff;
}

.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: 0.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: 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
----------------------------------------- */

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

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

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

.widget select {
  width: 100%;
}

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

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

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

.widget_wa-eshop-lite-home-newsletter {
  padding: 0;
  background-color: #212F3D;
}

.widget-newsletter-wrap {
  padding: 30px 0;
}

.widget-newsletter-content-wrap {
  display: flex;
  align-items: center;
}

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

.widget-newsletter-content {
  line-height: normal;
  color: #00A8DE;
}

.widget-newsletter-content h2 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 900;
}

.widget-newsletter-content p {
  margin-bottom: 0;
}

.widget-newsletter-form {
  position: relative;
  height: 40px;
}

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

.widget-newsletter-form input[type=email] {
  height: 100%;
}

/* 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 {
  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 {
  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 {
  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 {
  display: block;
  padding: 10px 0;
  color: #394E64;
  border-bottom: 1px solid #DDDDDD;
  letter-spacing: -0.01em;
}

.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 {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.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 {
  color: #F08804;
}

.widget_meta li > .count,
.widget_meta li > .wa-eshop-lite-count,
.widget_pages li > .count,
.widget_pages li > .wa-eshop-lite-count,
.widget_categories li > .count,
.widget_categories li > .wa-eshop-lite-count,
.widget_archive li > .count,
.widget_archive li > .wa-eshop-lite-count,
.widget_nav_menu li > .count,
.widget_nav_menu li > .wa-eshop-lite-count,
.widget_product_categories li > .count,
.widget_product_categories li > .wa-eshop-lite-count,
.widget_layered_nav li > .count,
.widget_layered_nav li > .wa-eshop-lite-count,
.widget_rating_filter li > .count,
.widget_rating_filter li > .wa-eshop-lite-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;
}

.footer-widgets .widget_recent_entries li,
.footer-widgets .widget_recent_comments li,
.footer-widgets .widget_rss li {
  border-color: rgba(255, 255, 255, 0.1);
}

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

.footer-widgets .widget_recent_entries a,
.footer-widgets .widget_recent_comments a,
.footer-widgets .widget_rss a {
  color: #fff;
}

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

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

.footer-widgets .widget_recent_entries .post-date {
  color: rgba(255, 255, 255, 0.7);
}

.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: 3px;
  border: 1px solid #4A4A4A;
  color: #4A4A4A;
  margin-bottom: 3px;
}

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

.footer-widgets .tag-cloud-link {
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

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

.widget_nav_menu li.fas,
.widget_nav_menu li.far,
.widget_nav_menu li.fab {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  position: relative;
}

.widget_nav_menu li.fas:not(:first-child),
.widget_nav_menu li.far:not(:first-child),
.widget_nav_menu li.fab:not(:first-child) {
  margin-left: 10px;
}

.widget_nav_menu li.fas > a,
.widget_nav_menu li.far > a,
.widget_nav_menu li.fab > a {
  margin-left: 0;
  padding-left: 20px;
}

.widget_nav_menu li.fas::before,
.widget_nav_menu li.far::before,
.widget_nav_menu li.fab::before {
  position: absolute;
  margin-right: 5px;
  margin-top: -2px;
  font-size: 0.85em;
  top: 50%;
  transform: translateY(-50%);
}

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

/* -----------------------------------------
Block Styling
----------------------------------------- */

/* -----------------------------------------
Gutenberg Blocks
----------------------------------------- */

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

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

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

.wp-block-audio figcaption {
  color: inherit;
  opacity: 0.7;
}

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

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

.wp-block-video figcaption {
  color: inherit;
  opacity: 0.7;
}

/* Paragraph Block
=================================== */

.has-drop-cap:not(:focus)::first-letter {
  padding: 0 0.2rem 0.2rem 0;
  font-size: 4rem;
  line-height: 0.65;
}

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

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

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

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

.wp-block-image figcaption {
  color: inherit;
  opacity: 0.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: 0.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: 0.7;
}

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

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

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

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

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

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

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

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

.wp-block-quote.is-style-large {
  padding: 0 2em;
}

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

.wp-block-pullquote {
  font-style: normal;
  padding: 30px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.wp-block-pullquote.has-text-align-left,
.wp-block-pullquote.has-text-align-right {
  max-width: 100%;
}

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

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

/* Table Block
=================================== */

.wp-block-table .has-text-align-left {
  text-align: left;
}

.wp-block-table .has-text-align-center {
  text-align: center;
}

.wp-block-table .has-text-align-right {
  text-align: right;
}

/* Button Block
=================================== */

.wp-block-button.is-style-outline .wp-block-button__link {
  border: 2px solid #F08804;
  color: #F08804;
}

/* -----------------------------------------
GutenBee Styles
----------------------------------------- */

/* Post Types Block
=================================== */

.entry-content .wp-block-gutenbee-post-types .gutenbee-post-types-item-thumb img {
  border: 1px solid #DDDDDD;
}

.entry-content .wp-block-gutenbee-post-types .gutenbee-post-types-item-title {
  font-weight: normal;
  line-height: normal;
  font-size: 28px;
  letter-spacing: -0.01em;
  margin-bottom: 15px;
}

.entry-content .wp-block-gutenbee-post-types .gutenbee-post-types-item-meta {
  font-size: 16px;
}

.entry-content .wp-block-gutenbee-post-types .gutenbee-post-types-item-more {
  margin-top: 20px;
}

.entry-content .wp-block-gutenbee-post-types .item-product .onsale {
  z-index: 10;
  position: absolute;
  left: auto;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  background-color: #F08804;
  padding: 3px 12px;
  color: #fff;
  border-radius: 3px;
}

/* Food Menu Block
=================================== */

.wp-block-gutenbee-food-menu-item .wp-block-gutenbee-heading {
  margin-bottom: 0;
}

/* Testimonial Block
=================================== */

.wp-block-gutenbee-testimonial::before,
.wp-block-gutenbee-testimonial::after {
  display: none;
}

.entry-content .wp-block-gutenbee-testimonial {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: 30px 0;
}

/* Heading Block
=================================== */

.wp-block-gutenbee-heading.is-style-wa-eshop-lite-banner-heading {
  font-size: 26px;
  margin: 0;
  line-height: normal;
  letter-spacing: -0.01em;
  font-weight: 600;
}

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

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

.gallery {
  display: flex;
  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: 3px;
  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;
  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;
  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;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  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;
  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;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.gallery-columns-8 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  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;
  flex: 0 0 11.1111111111%;
  max-width: 11.1111111111%;
}

.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);
  transition: opacity 0.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: 12px;
  line-height: 17px;
  margin: 3px 0 5px;
  padding: 5px 0 0;
  text-align: left;
  font-style: italic;
}

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

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

.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;
  transition: opacity 0.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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, 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 {
  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;
}

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

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

.menu-item-sub-menu-toggle::before {
  display: inline-block;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  transition: transform 0.18s ease;
}

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

.navigation-mobile-dismiss:hover,
.navigation-mobile-dismiss:focus {
  color: #4A4A4A;
}

.navigation-mobile-dismiss::after {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  font-size: 1.2rem;
  margin-left: 7px;
}

.mobile-nav-trigger {
  text-transform: uppercase;
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  align-items: 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 #a4ecd3;
  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: #394E64;
}

.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::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f057";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.woocommerce-error li {
  display: block;
}

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

.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: 0;
  right: 0;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  background-color: #F08804;
  padding: 3px 12px;
  color: #fff;
}

.item .onsale {
  border-top-right-radius: 3px;
  top: 15px;
  right: 15px;
}

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

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

.breadcrumb,
.woocommerce-breadcrumb {
  padding-bottom: 15px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 45px;
  color: #8E8E8E;
}

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

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

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

.shop-actions {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
  padding: 10px;
  background-color: #F5F5F5;
  line-height: normal;
  border-radius: 3px;
}

.shop-actions a {
  color: #394E64;
}

.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: #F08804;
}

.shop-action-results {
  flex: auto;
  text-align: center;
}

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

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

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

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

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

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

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

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

.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: 0.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 {
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
  border-radius: 3px;
  border: 1px solid #DDDDDD;
}

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

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.5em;
  right: 0.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;
  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: flex;
  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;
  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 0 20px;
  letter-spacing: -0.01em;
  color: #394E64;
}

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

.entry-summary .woocommerce-product-rating {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}

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

.product_meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

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

.product_meta a {
  color: #394E64;
}

.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: #B12704;
}

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

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

.entry-product-info .price del {
  font-size: 20px;
  margin-right: 5px;
  display: block;
  line-height: normal;
}

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

.tagged_as {
  display: block;
  margin-top: 20px;
}

.tagged_as a {
  color: #394E64;
}

.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: #B12704;
  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: #B12704;
  opacity: 0.6;
  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: #394E64;
}

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

.quantity {
  display: flex;
  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: nowrap;
  transition: 0.18s background-color ease, 0.18s color ease, 0.18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  text-transform: none;
  color: #fff;
  background-color: #F08804;
  border: 0;
  font-family: inherit;
  border-radius: 3px;
  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: 0.65;
}

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

button.single_add_to_cart_button:focus {
  outline: 0;
  box-shadow: 0 0 10px rgba(240, 136, 4, 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: #394E64;
  left: 100%;
  top: 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: 3px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}

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

.wc-block-review-list-item__rating__stars,
.wc-block-components-product-rating__stars,
.star-rating {
  overflow: hidden;
  display: inline-block;
  position: relative;
  height: 12px !important;
  width: 68px !important;
  line-height: 12px !important;
  font-size: 12px !important;
  color: #ffd500;
}

.wc-block-review-list-item__rating__stars::after,
.wc-block-components-product-rating__stars::after,
.star-rating::after {
  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;
}

.wc-block-review-list-item__rating__stars::before,
.wc-block-components-product-rating__stars::before,
.star-rating::before {
  display: none;
}

.wc-block-review-list-item__rating__stars span,
.wc-block-components-product-rating__stars span,
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.wc-block-review-list-item__rating__stars span::after,
.wc-block-components-product-rating__stars span::after,
.star-rating span::after {
  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;
}

.wc-block-review-list-item__rating__stars span::before,
.wc-block-components-product-rating__stars span::before,
.star-rating span::before {
  display: none;
}

.wc-block-grid__product-rating.star-rating::before {
  display: none;
}

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

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

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

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

.wc-tabs {
  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: #394E64;
}

.wc-tabs a {
  color: #8E8E8E;
  border-bottom-color: transparent;
  transition: border-color 0.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: 3px;
}

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

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

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

.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: #ffd500;
}

.comment-form-rating a:hover {
  color: #ffd500;
}

.comment-form-rating a:focus {
  outline: none;
}

.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: "\f005\f005";
  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: "\f005\f005\f005";
  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: "\f005\f005\f005\f005";
  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: "\f005\f005\f005\f005\f005";
  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: #394E64;
}

.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: #394E64;
}

.shop_table .product-price {
  text-align: center;
}

.shop_table .product-quantity {
  text-align: center;
}

.shop_table .product-quantity .quantity {
  margin: 0;
  justify-content: center;
}

.shop_table .product-subtotal {
  text-align: right;
}

.shop_table .product-subtotal .woocommerce-Price-amount {
  color: #394E64;
  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: #394E64;
  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: flex;
  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;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

#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: flex;
  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;
  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;
  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;
  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: #F08804;
}

.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;
  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: nowrap;
  transition: 0.18s background-color ease, 0.18s color ease, 0.18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  text-transform: none;
  color: #fff;
  background-color: #F08804;
  border: 0;
  font-family: inherit;
  border-radius: 3px;
  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: 0.65;
}

.woocommerce-MyAccount-orders .button.view:hover {
  text-decoration: none;
  color: #fff;
  background-color: #d77a04;
}

.woocommerce-MyAccount-orders .button.view:focus {
  outline: 0;
  box-shadow: 0 0 10px rgba(240, 136, 4, 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;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* My Account - Addresses
========================================= */

.woocommerce-Addresses {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.woocommerce-Address {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  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: flex;
  font-size: 13px;
  margin: 0 0 15px 0;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.wc-form-login .woocommerce-form__label-for-checkbox input {
  margin-top: 3px;
}

.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: 30px;
}

.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;
  border-radius: 3px;
  height: 25px;
  margin-top: -10px;
  margin-left: -7px;
  cursor: pointer;
  outline: none;
  background-color: #394E64;
  touch-action: none;
}

.price_slider .ui-slider-handle:active {
  outline: none;
}

.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%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.price_slider_amount {
  position: relative;
}

.price_slider_wrapper .price_label {
  position: absolute;
  right: 0;
  top: 0;
}

.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: 3px;
  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: #394E64;
  letter-spacing: -0.01em;
}

.footer-widgets .product_list_widget .product-title {
  color: #fff;
}

.product_list_widget .product-title:hover {
  color: #F08804;
}

.product_list_widget .reviewer {
  font-size: 12px;
  display: block;
  margin-top: 7px;
}

.product_list_widget .star-rating {
  display: block;
  margin: 10px 0 5px;
  color: #ffd500;
}

.product_list_widget .woocommerce-Price-amount {
  color: #B12704;
  letter-spacing: -0.01em;
  font-weight: 600;
  font-size: 14px;
}

.footer-widgets .product_list_widget .woocommerce-Price-amount {
  color: #fff;
}

.product_list_widget ins {
  text-decoration: none;
}

.product_list_widget del {
  color: #B12704;
  opacity: 0.5;
}

.footer-widgets .product_list_widget del {
  color: #fff;
}

.product_list_widget .remove {
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 16px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 14px;
  background-color: #ff786d;
  color: #fff;
  border-radius: 3px;
}

.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: flex;
  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: #B12704;
  font-weight: 600;
}

.woocommerce-mini-cart__empty-message {
  text-align: center;
  padding: 15px 20px;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
}

/* 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: 12px;
  padding: 2px 10px;
  position: relative;
}

.widget_layered_nav_filters a::before {
  content: "×";
  margin-right: 5px;
  font-size: 14px;
}

.widget_layered_nav_filters a:hover::before {
  color: #ff786d;
}

.widget_layered_nav li.chosen a::before {
  content: "×";
  margin-right: 5px;
  font-size: 14px;
}

.widget_layered_nav li.chosen a:hover::before {
  color: #ff786d;
}

/* Product block
========================================= */

.wc-block-grid__products {
  margin-bottom: 0;
}

.wc-block-grid__products li.wc-block-grid__product {
  margin-bottom: 25px;
  text-align: left;
  border: 0;
  position: relative;
}

.wc-block-grid__products li.wc-block-grid__product::before {
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  top: 0;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  pointer-events: none;
}

.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image {
  padding: 20px;
  margin: 0;
}

.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image .wc-block-grid__product-onsale {
  right: 20px;
}

.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-onsale {
  z-index: 10;
  position: absolute;
  top: 20px !important;
  right: 35px;
  left: auto !important;
  width: auto;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 3px 12px;
  color: #fff;
  background-color: #F08804;
  border: 0;
  margin: 0;
}

.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title {
  margin: 0 20px 5px;
  color: #394E64;
  font-size: 16px;
  font-weight: 400;
}

.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title:hover {
  color: #F08804;
}

.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price {
  font-size: 16px;
  display: block;
  margin: 0 20px;
  color: #B12704;
  font-weight: 600;
}

.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price del {
  font-weight: 400;
  opacity: 0.5;
  font-size: 15px;
  margin-right: 3px;
}

.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-rating {
  margin: 10px 0 0 20px;
}

.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart {
  width: 0;
  height: 0;
  visibility: hidden;
  margin-bottom: 0;
}

.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart > * {
  display: none;
}

.wc-block-grid__products li.wc-block-grid__product > :last-child {
  margin-bottom: 20px;
}

.wc-block-components-sort-select__label {
  margin-right: 0;
}

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

.wc-block-pagination a,
.wc-block-pagination span {
  margin: 2px 6px;
}

.wc-block-pagination .wc-block-pagination-page {
  cursor: pointer;
}

.wc-block-pagination .wc-block-pagination-page:hover span,
.wc-block-pagination .wc-block-pagination-page--active span {
  color: #F08804;
}

/* 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: flex;
  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: 3px;
  border: 1px solid #DDDDDD;
}

.wc-block-review-list .wc-block-review-list-item__info .wc-block-review-list-item__meta {
  flex-grow: 1;
  align-items: start;
  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: #F08804;
}

.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;
  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: flex;
  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;
  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;
  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;
  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%;
}

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

.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: flex;
}

.wc-block-product-categories.is-dropdown .wc-block-product-categories__dropdown {
  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;
}

/* BLOCK: Filter by Price
========================================= */

.wp-block-woocommerce-price-filter h3 {
  line-height: normal;
  font-size: 18px;
}

.wc-block-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-progress {
  --range-color: #DDDDDD;
}

.wc-block-price-filter .wc-block-price-filter__controls .wc-block-price-filter__amount {
  border-radius: 0;
  height: auto;
  padding: 7px 14px;
  text-align: center;
  margin-top: 10px;
}

.wc-block-price-filter .wc-block-price-filter__range-input::-webkit-slider-thumb {
  background-color: transparent;
  background-position: 0 0;
  width: 26px;
  height: 21px;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  z-index: 20;
  pointer-events: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%23000' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%23000' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%23000' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%23000' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%23000' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%23000' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: -6px 0 0 0;
}

.wc-block-price-filter .wc-block-price-filter__range-input::-webkit-slider-thumb:hover {
  background-position-y: 0;
  filter: none;
  transform: scale(1.1);
}

.wc-block-price-filter .wc-block-price-filter__range-input::-moz-range-thumb {
  background-color: transparent;
  background-position: 0 0;
  width: 26px;
  height: 21px;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  z-index: 20;
  pointer-events: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%23000' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%23000' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%23000' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%23000' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%23000' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%23000' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  -moz-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wc-block-price-filter .wc-block-price-filter__range-input::-moz-range-thumb:hover {
  background-position-y: 0;
  filter: none;
  transform: scale(1.1);
}

.wc-block-price-filter .wc-block-price-filter__range-input::-ms-thumb {
  background-color: transparent;
  background-position: 0 0;
  width: 26px;
  height: 21px;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  z-index: 20;
  pointer-events: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%23000' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%23000' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%23000' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%23000' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%23000' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%23000' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  -ms-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wc-block-price-filter .wc-block-price-filter__range-input::-ms-thumb:hover {
  background-position-y: 0;
  filter: none;
  transform: scale(1.1);
}

.wc-block-price-filter .wc-block-price-filter__range-input:focus::-webkit-slider-thumb {
  background-position-y: 0;
  filter: none;
}

.wc-block-price-filter .wc-block-price-filter__range-input:focus::-moz-range-thumb {
  background-position-y: 0;
  filter: none;
}

.wc-block-price-filter .wc-block-price-filter__range-input:focus::-ms-thumb {
  background-position-y: 0;
  filter: none;
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min {
  z-index: 21;
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
  margin-left: -2px;
  background-position-x: left;
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
  background-position-x: left;
  transform: translate(-2px, 4px);
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
  background-position-x: left;
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max {
  z-index: 20;
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
  background-position-x: right;
  margin-left: 2px;
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
  background-position-x: right;
  transform: translate(2px, 4px);
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
  background-position-x: right;
}

/* BLOCK: Attribute Filters
========================================= */

.wc-block-attribute-filter .wc-block-attribute-filter-list {
  margin-bottom: 15px;
}

.wc-block-attribute-filter .wc-block-attribute-filter-list label {
  display: inline-block;
  margin-left: 10px;
}

/* Shortcodes
========================================= */

/* BRANDS: [product_brand_list] */

ul.brands_index {
  margin: 0 0 30px;
  padding: 0;
}

ul.brands_index li a,
ul.brands_index li span {
  min-width: 30px;
  text-align: center;
}

div#brands_a_z a.top {
  padding: 10px;
  border-width: 2px;
}

/* BRANDS: [product_brand_thumb] */

ul.brand-thumbnails {
  margin: 0;
  padding: 0;
}

/* BRANDS: [product_brand_thumb_description] */

ul.brand-thumbnails,
.brand-thumbnails-description {
  list-style: none;
  padding-left: 0;
}

ul.brand-thumbnails li,
.brand-thumbnails-description li {
  float: left;
}

ul.brand-thumbnails li.first,
.brand-thumbnails-description li.first {
  clear: left;
}

ul.brand-thumbnails li img,
.brand-thumbnails-description li img {
  -o-object-fit: contain;
  object-fit: contain;
}

/* -----------------------------------------
	12. External Plugins
----------------------------------------- */

/* Jetpack Sharing */

.sharedaddy {
  margin-top: 30px;
}

/* -----------------------------------------
	13. Utilities
----------------------------------------- */

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  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 {
  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: #F08804;
}

/* -----------------------------------------
	14. 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-xl,
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1,
  .col-lg,
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-md,
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-sm,
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col,
  .col-12,
  .col-11,
  .col-10,
  .col-9,
  .col-8,
  .col-7,
  .col-6,
  .col-5,
  .col-4,
  .col-3,
  .col-2,
  .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.3333333333%;
  }

  .pull-sm-2 {
    right: 16.6666666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.3333333333%;
  }

  .pull-sm-5 {
    right: 41.6666666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.3333333333%;
  }

  .pull-sm-8 {
    right: 66.6666666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.3333333333%;
  }

  .pull-sm-11 {
    right: 91.6666666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.3333333333%;
  }

  .push-sm-2 {
    left: 16.6666666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.3333333333%;
  }

  .push-sm-5 {
    left: 41.6666666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.3333333333%;
  }

  .push-sm-8 {
    left: 66.6666666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.3333333333%;
  }

  .push-sm-11 {
    left: 91.6666666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .head-mast-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .head-mast-container {
    width: 540px;
    max-width: 100%;
  }

  [class*=-template-builder] .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    max-width: 100vw;
  }

  .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: flex;
    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;
    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;
    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 {
    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 {
    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 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    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: 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: 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: 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: 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: 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-xl,
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1,
  .col-lg,
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-md,
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-sm,
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col,
  .col-12,
  .col-11,
  .col-10,
  .col-9,
  .col-8,
  .col-7,
  .col-6,
  .col-5,
  .col-4,
  .col-3,
  .col-2,
  .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.3333333333%;
  }

  .pull-md-2 {
    right: 16.6666666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.3333333333%;
  }

  .pull-md-5 {
    right: 41.6666666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.3333333333%;
  }

  .pull-md-8 {
    right: 66.6666666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.3333333333%;
  }

  .pull-md-11 {
    right: 91.6666666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.3333333333%;
  }

  .push-md-2 {
    left: 16.6666666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.3333333333%;
  }

  .push-md-5 {
    left: 41.6666666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.3333333333%;
  }

  .push-md-8 {
    left: 66.6666666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.3333333333%;
  }

  .push-md-11 {
    left: 91.6666666667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .head-mast-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .head-mast-container {
    width: 720px;
    max-width: 100%;
  }

  .head-mast-row {
    display: flex;
    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;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .head-search-form-wrap {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .entry-content-column-split {
    -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: flex;
    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;
    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: flex;
    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;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .cart-collaterals .cart_totals {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    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 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .woocommerce-MyAccount-content {
    padding-right: 15px;
    padding-left: 15px;
  }

  .woocommerce-MyAccount-content {
    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;
    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 {
    flex-direction: row-reverse !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    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: 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;
  }

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

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

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

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

  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.3333333333%;
  }

  .pull-lg-2 {
    right: 16.6666666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.3333333333%;
  }

  .pull-lg-5 {
    right: 41.6666666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.3333333333%;
  }

  .pull-lg-8 {
    right: 66.6666666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.3333333333%;
  }

  .pull-lg-11 {
    right: 91.6666666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.3333333333%;
  }

  .push-lg-2 {
    left: 16.6666666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.3333333333%;
  }

  .push-lg-5 {
    left: 41.6666666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.3333333333%;
  }

  .push-lg-8 {
    left: 66.6666666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.3333333333%;
  }

  .push-lg-11 {
    left: 91.6666666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .category-search-input {
    border-radius: 0;
  }

  .head-mast-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .head-mast-container {
    width: 940px;
    max-width: 100%;
  }

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

  .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-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 {
    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 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .has-2-columns .wc-block-grid__products .wc-block-grid__product {
    padding-right: 15px;
    padding-left: 15px;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    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-xl,
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1,
  .col-lg,
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-md,
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-sm,
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col,
  .col-12,
  .col-11,
  .col-10,
  .col-9,
  .col-8,
  .col-7,
  .col-6,
  .col-5,
  .col-4,
  .col-3,
  .col-2,
  .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.3333333333%;
  }

  .pull-xl-2 {
    right: 16.6666666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.3333333333%;
  }

  .pull-xl-5 {
    right: 41.6666666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.3333333333%;
  }

  .pull-xl-8 {
    right: 66.6666666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.3333333333%;
  }

  .pull-xl-11 {
    right: 91.6666666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.3333333333%;
  }

  .push-xl-2 {
    left: 16.6666666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.3333333333%;
  }

  .push-xl-5 {
    left: 41.6666666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.3333333333%;
  }

  .push-xl-8 {
    left: 66.6666666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.3333333333%;
  }

  .push-xl-11 {
    left: 91.6666666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .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 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .head-search-form-wrap {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .footer-fullwidth .container {
    width: 1600px;
  }

  .sidebar {
    margin-left: 30px;
  }

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

  .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 {
    flex-direction: row-reverse !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    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;
  }

  .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-branding-wrap {
    display: flex;
    align-items: center;
  }

  .page-hero {
    height: 200px;
  }

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

  .page-hero-align-top {
    align-items: center;
  }

  .page-hero-align-bottom {
    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: 50px 0;
  }

  .sidebar {
    margin-top: 80px;
  }

  .widget-section {
    margin-bottom: 50px;
  }

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

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

  .entry-author-thumbnail {
    width: 100px;
    margin-right: 15px;
  }

  .item-media {
    margin-bottom: 50px;
  }

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

  .sidebar {
    padding: 0;
    margin-top: 60px;
  }

  .widget {
    margin-bottom: 50px;
  }

  .widget_wa-eshop-lite-home-newsletter {
    padding: 0;
  }

  .widget-newsletter-form {
    margin-top: 20px;
  }

  .gallery-columns-6 .gallery-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .gallery-columns-7 .gallery-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .gallery-columns-8 .gallery-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .gallery-columns-9 .gallery-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .mobile-nav-trigger {
    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;
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .entry-product-info {
    margin-top: 0;
    padding: 20px;
    margin-bottom: 50px;
  }

  .single-product-table-wrapper {
    padding: 15px;
    font-size: 14px;
  }

  .woocommerce-tabs-container {
    padding: 50px 0;
  }

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

  .wc-form-login {
    margin: 0 15px;
  }

  .wc-form-login .woocommerce-form-login {
    margin-bottom: 30px;
  }

  .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%;
    flex: none;
    background-color: #283848;
  }

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

  .wa-eshop-lite-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;
  }

  .footer-widgets {
    padding: 35px 0 -5px;
  }

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

  .comment-reply-link {
    margin: 0;
  }

  .widget {
    margin-bottom: 40px;
  }

  .widget_wa-eshop-lite-home-newsletter {
    padding: 0;
  }

  .entry-content .wp-block-gutenbee-post-types .gutenbee-row .gutenbee-post-types-item-media {
    flex-wrap: wrap;
  }

  .gallery-columns-1 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-2 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-4 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-5 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-6 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-7 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-8 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-9 .gallery-item {
    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;
  }

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

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

  .woocommerce-Reviews .star-rating {
    float: 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: 992px) and (max-width: 1349px) {
  .price_slider_wrapper .price_label {
    position: relative;
    margin-top: 5px;
  }
}

/* Font-independent interface symbols. The branded and named icons remain in wa-icons.css as SVG masks. */
.mfp-arrow::after {
	content: "\203A";
	font-family: Arial, sans-serif;
	font-weight: 400;
}
.mfp-arrow-right::after,
.mfp-arrow-right .mpf-a { content: "\203A"; }
.mfp-arrow-left::after,
.mfp-arrow-left .mpf-a { content: "\2039"; }

.navigation-main .menu-item-has-children > a::after,
.navigation-main .page_item_has_children > a::after,
.menu-item-sub-menu-toggle::before,
.shipping-calculator-button::after {
	content: "\25BE";
	font-family: Arial, sans-serif;
	font-weight: 400;
}
.navigation-main li .menu-item-has-children > a::after,
.navigation-main li .page_item_has_children > a::after,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a::after {
	content: "\203A";
	font-family: Arial, sans-serif;
	font-weight: 400;
}
.navigation-main li .nav-open-left.menu-item-has-children > a::after,
.navigation-main li.nav-open-left .menu-item-has-children > a::after,
.navigation-main-right > li:last-child .menu-item-has-children > a::after {
	content: "\2039";
}
.navigation-mobile-dismiss::after {
	content: "\00D7";
	font-family: Arial, sans-serif;
	font-weight: 400;
}

.entry-meta-item.entry-sticky::before,
.bypostauthor > article .fn::before {
	content: "\2605";
	font-family: Arial, sans-serif;
	font-weight: 400;
}

.woocommerce-message::before,
.woocommerce-noreviews::before {
	content: "\2713";
	font-family: Arial, sans-serif;
	font-weight: 700;
}
.woocommerce-error::before {
	content: "\00D7";
	font-family: Arial, sans-serif;
	font-weight: 700;
}
.woocommerce-info::before {
	content: "i";
	font-family: Georgia, serif;
	font-weight: 700;
}
.woocommerce-message .button::after,
.woocommerce-error .button::after,
.woocommerce-info .button::after,
.woocommerce-noreviews .button::after {
	content: "\2192";
	font-family: Arial, sans-serif;
	font-weight: 400;
}
.product-type-external button.single_add_to_cart_button::after {
	content: "\2197";
	font-family: Arial, sans-serif;
	font-weight: 400;
}
.price_slider .ui-slider-handle::after {
	content: "\2261";
	font-family: Arial, sans-serif;
	font-weight: 400;
}

.wc-block-review-list-item__rating__stars::after,
.wc-block-components-product-rating__stars::after,
.star-rating::after {
	content: "\2606\2606\2606\2606\2606";
	font-family: Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}
.wc-block-review-list-item__rating__stars span::after,
.wc-block-components-product-rating__stars span::after,
.star-rating span::after {
	content: "\2605\2605\2605\2605\2605";
	font-family: Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}
.comment-form-rating a::after {
	content: "\2606";
	font-family: Arial, sans-serif;
	font-weight: 400;
}
.comment-form-rating a.active::after,
.comment-form-rating a:hover::after {
	content: "\2605";
}
.comment-form-rating .star-2::after { content: "\2606\2606"; }
.comment-form-rating .star-3::after { content: "\2606\2606\2606"; }
.comment-form-rating .star-4::after { content: "\2606\2606\2606\2606"; }
.comment-form-rating .star-5::after { content: "\2606\2606\2606\2606\2606"; }
.comment-form-rating .star-2.active::after,
.comment-form-rating .star-2:hover::after { content: "\2605\2605"; }
.comment-form-rating .star-3.active::after,
.comment-form-rating .star-3:hover::after { content: "\2605\2605\2605"; }
.comment-form-rating .star-4.active::after,
.comment-form-rating .star-4:hover::after { content: "\2605\2605\2605\2605"; }
.comment-form-rating .star-5.active::after,
.comment-form-rating .star-5:hover::after { content: "\2605\2605\2605\2605\2605"; }



/* WebARTing Top Bar and dedicated four-column Footer
=================================== */
.wael-topbar{position:relative;z-index:22;line-height:1.35}
.wael-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-block:5px}
.wael-topbar-contact,.wael-topbar-socials{min-width:0}
.wael-topbar-socials{margin-inline-start:auto}
.wael-contact-list{display:flex;align-items:center;flex-wrap:wrap;gap:8px 22px;margin:0;padding:0;list-style:none}
.wael-contact-item{display:flex;align-items:center;gap:7px;margin:0}
.wael-contact-icon{flex:0 0 auto;line-height:1}
.wael-contact-content{display:inline-flex;align-items:baseline;gap:5px;min-width:0}
.wael-contact-label{font-weight:700}
.wael-topbar .list-social-icons{display:flex;align-items:center;gap:12px}
.wael-topbar .list-social-icons li{margin:0}
.wael-topbar .social-icon{width:auto;height:auto;border:0;color:inherit;line-height:1}
.wael-topbar .social-icon:hover,.wael-topbar .social-icon:focus{border:0}
.wael-footer-main .row{row-gap:34px}
.wael-footer-main a{color:#fff}
.wael-footer-main a:hover,.wael-footer-main a:focus{color:#F08804}
.wael-footer-column{min-width:0}
.wael-footer-logo{margin-bottom:20px}
.wael-footer-logo-image{display:block;width:auto;height:auto;max-width:100%}
.wael-footer-intro{margin-bottom:18px}
.wael-footer-intro>:last-child{margin-bottom:0}
.wael-footer-socials{display:flex;align-items:center;flex-wrap:wrap;gap:8px}
.wael-footer-socials li{margin:0}
.wael-footer-contact-list,.wael-footer-hours{display:grid;gap:15px}
.wael-footer-contact-list+.wael-footer-hours{margin-top:15px}
.wael-footer-contact-column .wael-contact-item{align-items:flex-start}
.wael-footer-contact-column .wael-contact-icon{margin-top:.25em;color:#fff}
.wael-footer-contact-column .wael-contact-content{display:flex;align-items:flex-start;flex-direction:column;gap:1px}
.wael-footer-contact-column .wael-contact-label{color:#fff}
.wael-footer-contact-column a{overflow-wrap:anywhere}
.wael-footer-payment-link{display:inline-block;margin-top:24px}
.wael-footer-payment-image{display:block;width:auto;height:auto;max-width:100%;max-height:86px;object-fit:contain}
.footer-info .footer-copy{margin:0}
@media(max-width:767px){
 .wael-topbar-mobile-hidden{display:none}
 .wael-topbar-inner{gap:8px 16px}
 .wael-topbar-mobile-stacked .wael-topbar-inner{align-items:stretch;flex-direction:column}
 .wael-topbar-mobile-stacked .wael-topbar-socials{margin-inline-start:0}
 .wael-topbar-mobile-wrap .wael-topbar-inner{flex-wrap:wrap}
 .wael-topbar-mobile-align-center .wael-topbar-contact-list,.wael-topbar-mobile-align-center .wael-topbar-social-list{justify-content:center}
 .wael-topbar-mobile-align-center .wael-topbar-contact,.wael-topbar-mobile-align-center .wael-topbar-socials{text-align:center}
 .wael-topbar-mobile-align-left .wael-topbar-contact-list,.wael-topbar-mobile-align-left .wael-topbar-social-list{justify-content:flex-start}
 .wael-topbar-mobile-align-left .wael-topbar-contact,.wael-topbar-mobile-align-left .wael-topbar-socials{text-align:left}
 .wael-topbar-mobile-align-right .wael-topbar-contact-list,.wael-topbar-mobile-align-right .wael-topbar-social-list{justify-content:flex-end}
 .wael-topbar-mobile-align-right .wael-topbar-contact,.wael-topbar-mobile-align-right .wael-topbar-socials{text-align:right}
 .wael-topbar .wael-contact-content{display:flex;flex-direction:column;align-items:inherit;gap:0}
 .wael-footer-column{margin-bottom:0}
}


/* WebARTing responsive header actions and smart mini cart
=================================== */
.wael-device-hidden{display:none!important}
.wael-mobile-only{display:none!important}
.head-mast-row{gap:18px}
.header-branding-wrap{display:flex;align-items:center;min-width:0;gap:15px}
.header-branding-wrap .site-branding{display:flex;min-width:0;flex-direction:column}
.header-branding-wrap .custom-logo-link{display:inline-flex;align-items:center;max-width:100%}
.header-branding-wrap .custom-logo{display:block;height:auto}
.wael-menu-trigger{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:0 0 auto;padding:0 11px;border:1px solid rgba(255,255,255,.18);border-radius:3px;color:#fff;background:transparent;line-height:1;text-decoration:none}
.wael-menu-trigger:hover,.wael-menu-trigger:focus{color:#fff;border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.07)}
.wael-menu-trigger .wael-menu-label{font-size:.62em;font-weight:700;line-height:1;white-space:nowrap}
.wael-menu-label-mobile{display:none}
.wael-menu-desktop-right .wael-menu-trigger{order:2}
.wael-menu-desktop-right .site-branding{order:1}
.wael-menu-desktop-center{flex-direction:column;align-items:center}
.wael-logo-desktop-left .site-branding{align-items:flex-start;text-align:left}
.wael-logo-desktop-center .site-branding{align-items:center;text-align:center}
.wael-logo-desktop-right .site-branding{align-items:flex-end;text-align:right}
.wael-header-actions{display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto;min-width:max-content}
.wael-header-action{position:relative;display:inline-flex;align-items:center;justify-content:center;width:1.35em;height:1.35em;padding:0;border:0;background:transparent;text-decoration:none;line-height:1;transition:color .18s ease,transform .18s ease}
button.wael-header-action{font-family:inherit;cursor:pointer}
.wael-header-action:hover,.wael-header-action:focus{background:transparent;transform:translateY(-1px)}
.wael-cart-count{position:absolute;top:-.45em;right:-.65em;display:grid;place-items:center;min-width:1.55em;height:1.55em;padding:0 .34em;border:2px solid #1c2f40;border-radius:99px;font-size:.42em;font-weight:800;line-height:1}
.wael-cart-count.is-empty{display:none}
@media(min-width:768px){
 .head-mast-row{flex-wrap:nowrap}
 .header-branding-wrap{order:10;flex:0 1 28%;width:auto;max-width:420px;padding-left:15px;padding-right:15px}
 .head-search-form-wrap{order:20;flex:1 1 500px;width:auto;max-width:none;padding-left:0;padding-right:0}
 .wael-header-actions{order:30;padding-left:2px;padding-right:15px}
}
@media(max-width:767px){
 .wael-desktop-only{display:none!important}
 .wael-mobile-only{display:block!important}
 .wael-header-action.wael-mobile-only,.wael-menu-trigger.wael-mobile-only{display:inline-flex!important}
 .head-mast-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:0;width:100%}
 .header-branding-wrap{grid-column:1;grid-row:1;min-width:0;padding:15px}
 .wael-header-actions{grid-column:2;grid-row:1;padding:15px 15px 15px 0}
 .head-search-form-wrap{grid-column:1/-1;grid-row:2;padding:15px;width:100%;background-color:#1c2f40}
 .header-branding-wrap .site-branding{flex:1}
 .wael-menu-label-desktop{display:none}
 .wael-menu-label-mobile{display:inline}
 .wael-menu-mobile-right .wael-menu-trigger{order:2}
 .wael-menu-mobile-right .site-branding{order:1}
 .wael-menu-mobile-center{flex-direction:column;align-items:center}
 .wael-logo-mobile-left .site-branding{align-items:flex-start;text-align:left}
 .wael-logo-mobile-center .site-branding{align-items:center;text-align:center}
 .wael-logo-mobile-right .site-branding{align-items:flex-end;text-align:right}
}

body.wael-smart-cart-open{overflow:hidden}
.wael-smart-cart-root{--wael-cart-top:80px;--wael-cart-right:16px;position:fixed;inset:0;z-index:100000;visibility:hidden;pointer-events:none}
.wael-smart-cart-root.is-open{visibility:visible;pointer-events:auto}
.wael-smart-cart-overlay{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;border-radius:0;background:rgba(11,22,33,.54);opacity:0;transition:opacity .25s ease;cursor:default}
.wael-smart-cart-root.is-open .wael-smart-cart-overlay{opacity:1}
.wael-smart-cart-panel{position:absolute;top:0;right:0;display:flex;flex-direction:column;height:100%;max-width:100%;background:#fff;color:#1b2c3a;box-shadow:-10px 0 34px rgba(0,0,0,.18);transform:translateX(105%);transition:transform .28s ease;overflow:hidden}
.wael-smart-cart-root.is-open .wael-smart-cart-panel{transform:translateX(0)}
.wael-smart-cart-mode-dropdown .wael-smart-cart-overlay{background:transparent}
.wael-smart-cart-mode-dropdown .wael-smart-cart-panel{top:var(--wael-cart-top);right:var(--wael-cart-right);height:auto;max-height:calc(100vh - var(--wael-cart-top) - 16px);border:1px solid #dce2e7;border-radius:10px;box-shadow:0 14px 40px rgba(16,35,52,.22);transform:translateY(-8px) scale(.98);opacity:0;transform-origin:top right;transition:transform .18s ease,opacity .18s ease}
.wael-smart-cart-mode-dropdown.is-open .wael-smart-cart-panel{transform:translateY(0) scale(1);opacity:1}
.wael-smart-cart-header{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:70px;padding:18px 30px;border-bottom:1px solid #edf0f2;background:#fff}
.wael-smart-cart-header h2{margin:0;color:#0c2f67;font-size:17px;font-weight:700;line-height:1.3}
.wael-smart-cart-close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;background:transparent;color:#68727b;font-size:19px;cursor:pointer}
.wael-smart-cart-close:hover,.wael-smart-cart-close:focus{background:#f3f5f6;color:#102f55}
.wael-smart-cart-content{display:flex;min-height:0;flex:1;flex-direction:column;overflow-y:auto;padding:0 30px 26px;overscroll-behavior:contain}
.wael-smart-cart-loader{position:absolute;inset:70px 0 0;display:grid;place-items:center;background:rgba(255,255,255,.72);opacity:0;visibility:hidden;transition:.15s;z-index:3}
.wael-smart-cart-loader>span:first-child{width:34px;height:34px;border:3px solid #d9e0e5;border-top-color:#0c2f67;border-radius:50%;animation:wael-cart-spin .75s linear infinite}
.wael-smart-cart-root.is-loading .wael-smart-cart-loader{opacity:1;visibility:visible}
@keyframes wael-cart-spin{to{transform:rotate(360deg)}}
.wael-mini-cart-banner{margin:0 -30px 24px}
.wael-mini-cart-banner-image{display:block;width:100%;height:auto;max-height:210px;object-fit:cover}
.wael-smart-cart-content .woocommerce-mini-cart{display:grid;gap:23px;margin:24px 0 0;padding:0;list-style:none}
.wael-smart-cart-content .woocommerce-mini-cart-item{position:relative;display:grid;grid-template-columns:82px minmax(0,1fr) 32px;gap:18px;align-items:center;margin:0;padding:0;border:0}
.wael-smart-cart-content .product-thumb{display:block;width:82px;height:92px;background:#f8f9fa;overflow:hidden}
.wael-smart-cart-content .product-thumb img{display:block;width:100%;height:100%;object-fit:contain}
.wael-smart-cart-content .product-content{min-width:0}
.wael-smart-cart-content .product-title{display:block;margin:0 0 10px;color:#4b8c96;font-size:15px;font-weight:700;line-height:1.5;text-decoration:none;overflow-wrap:anywhere}
.wael-smart-cart-content .product-title:hover,.wael-smart-cart-content .product-title:focus{color:#0c2f67}
.wael-smart-cart-content .variation{margin:0 0 8px;font-size:12px}
.wael-smart-cart-content .variation dt,.wael-smart-cart-content .variation dd{display:inline;margin:0}
.wael-smart-cart-content .variation dd+dt:before{content:" · "}
.wael-mini-cart-line-controls{display:flex;align-items:center;gap:11px;color:#172431;font-size:14px}
.wael-mini-cart-quantity{display:inline-flex;align-items:center;height:36px;border:1px solid #0b2f72;border-radius:99px;overflow:hidden}
.wael-qty-button{display:inline-grid;place-items:center;width:32px;height:34px;padding:0;border:0;background:#fff;color:#172431;font-size:16px;line-height:1;cursor:pointer}
.wael-qty-button:hover,.wael-qty-button:focus{background:#edf3fa;color:#0b2f72}
.wael-qty-button:disabled{opacity:.4;cursor:not-allowed}
.wael-qty-value{min-width:24px;text-align:center;font-size:13px}
.wael-mini-cart-times{color:#55616b}
.wael-mini-cart-unit-price{white-space:nowrap}
.wael-smart-cart-content .remove{position:static;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin:0;color:#17372d!important;background:transparent!important;font-size:14px!important;text-decoration:none}
.wael-smart-cart-content .remove:hover,.wael-smart-cart-content .remove:focus{color:#a11f1f!important;background:#fff0f0!important}
.wael-mini-cart-message{margin-top:24px;padding:15px 17px;border:1px solid #dce4e9;border-radius:7px;background:#f6f9fb;color:#435463;font-size:13px;line-height:1.55}
.wael-mini-cart-message>:first-child{margin-top:0}.wael-mini-cart-message>:last-child{margin-bottom:0}
.wael-mini-cart-recommendations{margin-top:24px;padding-top:20px;border-top:1px solid #edf0f2}
.wael-mini-cart-recommendations h3{margin:0 0 13px;color:#17354f;font-size:14px}
.wael-mini-cart-recommendations ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.wael-mini-cart-recommendations li{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:11px;align-items:center;margin:0}
.wael-mini-cart-recommendation-image{display:block;width:54px;height:54px;background:#f7f8f9}
.wael-mini-cart-recommendation-image img{width:100%;height:100%;object-fit:contain}
.wael-mini-cart-recommendation-title{color:#385d69;font-size:12px;font-weight:700;line-height:1.35;text-decoration:none}
.wael-mini-cart-recommendation-price{font-size:12px;font-weight:700;white-space:nowrap}
.wael-smart-cart-content .woocommerce-mini-cart__empty-message{margin:28px 0;padding:26px 18px;border:1px dashed #cdd6dc;border-radius:8px;background:#fafbfc;color:#536471;text-align:center}
.wael-smart-cart-content .woocommerce-mini-cart__total{display:flex;justify-content:space-between;gap:15px;margin:auto 0 0;padding:25px 0 18px;border-top:1px dashed #e1e5e8;color:#111;font-size:13px}
.wael-smart-cart-content .woocommerce-mini-cart__total strong{font-weight:800;text-transform:uppercase}
.wael-smart-cart-content .woocommerce-mini-cart__total span{font-weight:800}
.wael-smart-cart-content .woocommerce-mini-cart__buttons{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:0;padding-top:18px;border-top:1px dashed #e1e5e8}
.wael-smart-cart-content .woocommerce-mini-cart__buttons .button{display:inline-flex;align-items:center;justify-content:center;width:100%;margin:0;white-space:normal;text-align:center;text-decoration:none}
.wael-mini-cart-error{margin:18px 0 0;padding:12px 14px;border:1px solid #d9908b;border-radius:6px;background:#fff2f1;color:#7f2520;font-size:13px}
@media(max-width:767px){
 .wael-smart-cart-panel{right:0}
 .wael-smart-cart-mode-slide .wael-smart-cart-panel{max-width:100%;border-radius:0}
 .wael-smart-cart-mode-dropdown .wael-smart-cart-panel{right:8px;max-width:calc(100vw - 16px)}
 .wael-smart-cart-header{min-height:64px;padding:15px 20px}
 .wael-smart-cart-content{padding:0 20px 22px}
 .wael-mini-cart-banner{margin-left:-20px;margin-right:-20px}
 .wael-smart-cart-content .woocommerce-mini-cart-item{grid-template-columns:72px minmax(0,1fr) 28px;gap:13px}
 .wael-smart-cart-content .product-thumb{width:72px;height:82px}
 .wael-smart-cart-content .product-title{font-size:14px}
 .wael-mini-cart-line-controls{gap:8px}
}
@media(max-width:420px){
 .wael-smart-cart-content .woocommerce-mini-cart-item{grid-template-columns:60px minmax(0,1fr) 26px;gap:10px}
 .wael-smart-cart-content .product-thumb{width:60px;height:72px}
 .wael-smart-cart-content .woocommerce-mini-cart__buttons{gap:10px}

}

/* WebARTing shop sidebar, automatic filters and product cards
=================================== */
.wael-shop-layout{position:relative;width:100%}.wael-shop-content{min-width:0}.wael-shop-sidebar-column{min-width:0}.wael-shop-sidebar-mobile-header{display:none}.wael-shop-sidebar-inner>.widget:first-child{margin-top:0}.wael-shop-sidebar-inner .wael-auto-filters{margin-bottom:34px}.wael-auto-filters>.widget-title{margin-bottom:10px}.wael-filter-clear{margin-bottom:12px}.wael-filter-clear a,.wael-clear-all{font-size:12px;font-weight:700}.wael-filter-groups{display:grid;gap:0;border-top:1px solid #e2e7ea}.wael-filter-group{margin:0;border-bottom:1px solid #e2e7ea}.wael-filter-group summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;color:#263746;font-weight:700;cursor:pointer;list-style:none}.wael-filter-group summary::-webkit-details-marker{display:none}.wael-filter-group summary i{font-size:11px;transition:transform .18s ease}.wael-filter-group[open] summary i{transform:rotate(180deg)}.wael-filter-group-content{padding:0 0 16px}.wael-filter-options{display:grid;gap:7px;margin:0;padding:0;list-style:none}.wael-filter-options li{margin:0}.wael-filter-options a{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#405363;font-size:13px;text-decoration:none}.wael-filter-options a:before{content:"";flex:0 0 15px;width:15px;height:15px;border:1px solid #aab4bc;border-radius:2px;background:#fff}.wael-filter-options a span{flex:1;min-width:0}.wael-filter-options a small{color:#81909c}.wael-filter-options a.is-active{font-weight:700}.wael-filter-options a.is-active:before{border-color:#F08804;background:#F08804;box-shadow:inset 0 0 0 3px #fff}.wael-filter-style-chips{display:flex;flex-wrap:wrap;gap:7px}.wael-filter-style-chips a{padding:6px 9px;border:1px solid #d7dee3;border-radius:99px;background:#fff}.wael-filter-style-chips a:before{display:none}.wael-filter-style-chips a.is-active{border-color:#F08804;color:#F08804;background:#fff7ed}.wael-filter-search{display:block;margin-bottom:10px}.wael-filter-search input{width:100%;height:36px;padding:7px 10px;font-size:12px}.wael-filter-select{width:100%;min-height:38px}.wael-price-filter{--wael-price-green:#2aa866;--wael-price-purple:#7057c8}.wael-price-bound-labels{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 1px 2px}.wael-price-bound-labels small{color:#7a8994;font-size:9px;line-height:1.2}.wael-price-bound-labels .woocommerce-Price-amount{font:inherit}.wael-price-slider{position:relative;height:30px;margin:0 4px 3px}.wael-price-slider-track{position:absolute;top:12px;right:0;left:0;height:5px;border-radius:99px;background:linear-gradient(90deg,#dce3e7 0%,#dce3e7 var(--wael-range-start),var(--wael-price-green) var(--wael-range-start),var(--wael-price-purple) var(--wael-range-end),#dce3e7 var(--wael-range-end),#dce3e7 100%);box-shadow:inset 0 1px 2px rgba(24,43,57,.14)}.wael-price-slider input[type=range]{position:absolute;top:0;left:0;z-index:3;width:100%;height:30px;margin:0;padding:0;border:0;background:transparent;pointer-events:none;-webkit-appearance:none;appearance:none}.wael-price-slider input[type=range]::-webkit-slider-runnable-track{height:5px;background:transparent}.wael-price-slider input[type=range]::-webkit-slider-thumb{width:16px;height:16px;margin-top:-5.5px;border:2px solid #fff;border-radius:50%;background:#334c5d;box-shadow:0 1px 5px rgba(17,38,53,.32);cursor:grab;pointer-events:auto;-webkit-appearance:none}.wael-price-slider input[type=range]::-moz-range-track{height:5px;background:transparent}.wael-price-slider input[type=range]::-moz-range-thumb{width:13px;height:13px;border:2px solid #fff;border-radius:50%;background:#334c5d;box-shadow:0 1px 5px rgba(17,38,53,.32);cursor:grab;pointer-events:auto}.wael-price-slider [data-wael-price-range-min]::-webkit-slider-thumb{background:var(--wael-price-green)}.wael-price-slider [data-wael-price-range-max]::-webkit-slider-thumb{background:var(--wael-price-purple)}.wael-price-slider [data-wael-price-range-min]::-moz-range-thumb{background:var(--wael-price-green)}.wael-price-slider [data-wael-price-range-max]::-moz-range-thumb{background:var(--wael-price-purple)}.wael-price-slider input[type=range]:focus{outline:0}.wael-price-slider input[type=range]:focus::-webkit-slider-thumb{box-shadow:0 0 0 3px rgba(112,87,200,.2),0 1px 5px rgba(17,38,53,.32)}.wael-price-slider input[type=range]:focus::-moz-range-thumb{box-shadow:0 0 0 3px rgba(112,87,200,.2),0 1px 5px rgba(17,38,53,.32)}.wael-price-manual{margin:2px 0 0;border-top:1px dashed #dbe2e6}.wael-price-manual>summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:7px;padding:8px 0 5px;color:#667985;font-size:10px;cursor:pointer;list-style:none}.wael-price-manual>summary::-webkit-details-marker{display:none}.wael-price-manual>summary output{min-width:0;color:#344b5b;font-size:10px;text-align:right;white-space:nowrap}.wael-price-manual>summary i{font-size:9px;transition:transform .18s ease}.wael-price-manual[open]>summary i{transform:rotate(180deg)}.wael-price-manual-inner{padding:5px 0 2px}.wael-price-fields{display:grid;grid-template-columns:1fr 1fr;gap:7px}.wael-price-fields label{display:grid;gap:3px;margin:0;color:#7a8994;font-size:9px}.wael-price-fields input{width:100%;height:30px;padding:4px 7px;border-color:#d6dee3;border-radius:3px;font-size:11px}.wael-price-submit{width:100%;margin-top:8px;padding-top:8px!important;padding-bottom:8px!important;font-size:12px!important}.wael-active-filters{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin:0 0 18px;padding:12px 14px;border:1px solid #dde4e8;border-radius:4px;background:#f8fafb}.wael-active-filters>strong{font-size:12px}.wael-active-filters>div{display:flex;align-items:center;flex-wrap:wrap;gap:7px;flex:1}.wael-active-filters>div a{display:inline-flex;align-items:center;gap:7px;padding:5px 9px;border:1px solid #d8e0e5;border-radius:99px;background:#fff;color:#415767;font-size:11px;text-decoration:none}.wael-active-filters>div b{color:#9a3030;font-size:15px;line-height:1}.wael-mobile-filter-trigger,.wael-shop-sidebar-overlay{display:none}
.wael-shop-products-grid{display:flex;flex-wrap:wrap;margin:0!important;padding:0}.wael-product-grid-cell{display:flex;width:auto;padding:0!important;min-width:0}.item-product{display:flex;flex-direction:column;width:100%;margin-bottom:0;overflow:hidden}.item-product.wael-card-equal-height{height:100%}.item-product.wael-card-equal-height .item-content{display:flex;flex:1;flex-direction:column}.item-product.wael-card-equal-height .wael-loop-cart-form,.item-product.wael-card-equal-height .wael-loop-standard-button{margin-top:auto}.item-product .item-content{min-width:0}.item-product .item-title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;margin:7px 0 8px}.wael-card-category{float:none;margin:0 0 4px;color:#7b8994;font-size:11px;text-transform:uppercase;letter-spacing:.03em}.wael-card-category a{color:inherit}.wael-card-sku{margin:0 0 5px;color:#7c8892;font-size:11px}.wael-card-sku span{font-weight:700}.wael-card-stock{display:flex;align-items:center;gap:6px;margin:0 0 9px;font-size:12px;font-weight:600}.wael-card-stock>span{width:7px;height:7px;border-radius:50%}.wael-card-stock-text{min-width:0}.wael-card-stock-text .stock{display:inline;margin:0!important;color:inherit!important;font:inherit!important;line-height:inherit!important}.wael-card-stock.is-in{color:#2f7a43}.wael-card-stock.is-in>span{background:#43a45d}.wael-card-stock.is-backorder{color:#9a660c}.wael-card-stock.is-backorder>span{background:#d59b32}.wael-card-stock.is-out{color:#9a3932}.wael-card-stock.is-out>span{background:#cf5b53}.wael-card-media{position:relative;padding:15px 15px 0!important}.wael-product-card-gallery{position:relative;overflow:hidden}.wael-product-card-image-link{position:relative;display:block;width:100%;overflow:hidden;background:#fff}.wael-card-image{display:none;width:100%;max-width:100%;margin:0 auto;object-position:center}.wael-card-image.is-active{display:block}.wael-gallery-arrow{position:absolute;top:50%;z-index:4;display:inline-grid;place-items:center;width:32px;height:32px;padding:0;border:1px solid rgba(35,55,71,.16);border-radius:50%;background:rgba(255,255,255,.92);color:#263746;opacity:0;transform:translateY(-50%);transition:opacity .18s ease,background .18s ease}.wael-product-card-gallery:hover .wael-gallery-arrow,.wael-gallery-arrow:focus{opacity:1}.wael-gallery-arrow:hover{background:#fff;color:#F08804}.wael-gallery-prev{left:8px}.wael-gallery-next{right:8px}.wael-product-brand{position:absolute;z-index:5;top:10px;display:inline-flex;align-items:center;justify-content:center;padding:5px 8px;border:1px solid rgba(25,43,57,.08);border-radius:3px;box-shadow:0 2px 7px rgba(21,39,54,.08);font-size:10px;font-weight:800;line-height:1.1;text-transform:uppercase;overflow:hidden}.wael-product-brand.wael-brand-top-left{left:10px}.wael-product-brand.wael-brand-top-right{right:10px}.wael-product-brand img{display:block;width:auto;height:auto;object-fit:contain}.wael-loop-cart-form{display:flex;align-items:stretch;gap:8px;margin-top:13px}.wael-loop-quantity{display:inline-flex;align-items:center;flex:0 0 auto;min-height:40px;border:1px solid #ccd4da;border-radius:3px;background:#fff;overflow:hidden}.wael-loop-quantity button{display:grid;place-items:center;width:27px;min-width:27px;padding:0;border:0;border-radius:0;background:#fff;color:#334958;font-size:14px}.wael-loop-quantity button:hover,.wael-loop-quantity button:focus{background:#f2f5f7;color:#F08804}.wael-loop-quantity input{width:31px;height:38px;padding:0;border:0;text-align:center;font-size:12px;-moz-appearance:textfield}.wael-loop-quantity input::-webkit-inner-spin-button,.wael-loop-quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.wael-loop-add-button{display:inline-flex!important;align-items:center;justify-content:center;flex:1;min-width:0;padding:10px 12px!important;font-size:13px!important;white-space:normal!important}.wael-loop-add-button.is-loading{opacity:.7}.wael-loop-standard-button{margin-top:13px}.wael-loop-standard-button .button{display:block;width:100%;padding:10px 12px;font-size:13px}
@media(min-width:992px){.wael-shop-layout.wael-shop-sidebar-desktop-enabled{display:grid!important;grid-template-columns:var(--wael-shop-sidebar-width,280px) minmax(0,1fr);column-gap:var(--wael-shop-gap,24px)!important;row-gap:0;margin-left:0;margin-right:0}.wael-shop-layout.wael-shop-sidebar-desktop-disabled{display:block!important;margin-left:0;margin-right:0}.wael-shop-layout.wael-shop-sidebar-desktop-enabled>.wael-shop-content,.wael-shop-layout.wael-shop-sidebar-desktop-enabled>.wael-shop-sidebar-column{width:auto!important;max-width:none!important;padding-left:0!important;padding-right:0!important}.wael-shop-sidebar-mobile-header{display:none!important}.wael-shop-sidebar-column{display:block}.wael-shop-sidebar-panel{width:auto!important;transform:none!important}.wael-shop-sidebar-column[aria-hidden=true]{visibility:visible!important}.wael-product-card-gallery.has-gallery .wael-gallery-arrow.wael-mobile-only{display:none!important}}
@media(max-width:991px){body.wael-shop-filters-open{overflow:hidden}.wael-shop-sidebar-column{position:fixed!important;inset:0;z-index:99998;display:block!important;width:100%!important;max-width:none!important;padding:0!important;visibility:hidden;pointer-events:none}.wael-shop-sidebar-column.is-open{visibility:visible;pointer-events:auto}.wael-shop-sidebar-panel{position:absolute;top:0;left:0;display:flex;height:100%;max-width:100%;flex-direction:column;background:#fff;box-shadow:12px 0 34px rgba(10,27,39,.2);transform:translateX(-105%);transition:transform .27s ease;overflow:hidden}.wael-shop-sidebar-column.is-open .wael-shop-sidebar-panel{transform:translateX(0)}.wael-shop-sidebar-mobile-header{display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:64px;padding:14px 18px;border-bottom:1px solid #e4e8eb}.wael-shop-sidebar-mobile-header h2{margin:0;font-size:18px}.wael-shop-sidebar-mobile-header button{display:grid;place-items:center;width:38px;height:38px;padding:0;border:0;background:transparent;color:#52616c;font-size:17px}.wael-shop-sidebar-inner{flex:1;overflow-y:auto;padding:20px;overscroll-behavior:contain}.wael-shop-sidebar-overlay{position:fixed;inset:0;z-index:99997;display:block;width:100%;height:100%;padding:0;border:0;border-radius:0;background:rgba(10,24,35,.5);opacity:0;visibility:hidden;transition:opacity .22s ease}.wael-shop-filters-open .wael-shop-sidebar-overlay{opacity:1;visibility:visible}.wael-mobile-filter-trigger{position:fixed;z-index:9990;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 13px;border:0;box-shadow:0 5px 18px rgba(10,27,39,.23)}.wael-mobile-filter-trigger b{position:absolute;top:-7px;right:-7px;display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border:2px solid #fff;border-radius:99px;background:#17354f;color:#fff;font-size:10px}.wael-filter-mode-icon{width:46px;padding-left:0;padding-right:0}.wael-filter-position-top-left,.wael-filter-position-top-right{top:105px}.wael-filter-position-middle-left,.wael-filter-position-middle-right{top:50%;transform:translateY(-50%)}.wael-filter-position-bottom-left,.wael-filter-position-bottom-right{bottom:22px}.wael-product-card-gallery.has-gallery .wael-gallery-arrow{opacity:.88}.wael-product-card-gallery.has-gallery .wael-gallery-arrow.wael-desktop-only{display:none!important}}
@media(max-width:767px){.wael-active-filters{align-items:flex-start}.wael-active-filters>strong,.wael-active-filters>.wael-clear-all{width:100%}.wael-loop-cart-form{gap:6px}.wael-loop-quantity{min-height:38px}.wael-loop-quantity button{width:24px;min-width:24px}.wael-loop-quantity input{width:27px}.wael-loop-add-button{padding-left:8px!important;padding-right:8px!important;font-size:12px!important}.wael-card-media{padding:10px 10px 0!important}}

/* WebARTing 1.6.1 — Frontend edge reset and Full Width Clean Page
=================================== */
html,
body {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  width: 100%;
  max-width: 100%;
}

body > #page {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body > #page > .header,
body > #page > .main,
body > #page > .widget-sections-footer,
body > #page > .footer {
  width: 100%;
  max-width: none;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.wael-full-width-clean-page .wael-clean-page-main,
.wael-full-width-clean-page .wael-clean-page-content,
.wael-full-width-clean-page .wael-clean-page-entry,
.wael-full-width-clean-page .wael-clean-page-entry-content {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
}

.wael-full-width-clean-page .wael-clean-page-entry-content > :first-child {
  margin-top: 0;
}

.wael-full-width-clean-page .wael-clean-page-entry-content > :last-child {
  margin-bottom: 0;
}

.wael-full-width-clean-page .wael-clean-page-entry-content > .alignfull {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}


/* WebARTing 2.0.1 — Front-page carousel sizing and mobile top-gap fixes
=================================== */
.wael-clean-page-content-boxed,
.wael-clean-page-layout-boxed .wael-clean-page-content {
  width: 100% !important;
  max-width: 1320px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.wael-clean-page-layout-boxed .wael-clean-page-entry,
.wael-clean-page-layout-boxed .wael-clean-page-entry-content {
  width: 100%;
  max-width: none;
}

.wael-front-page-main,
.wael-front-page-content {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
}

.wael-home-section {
  width: 100%;
  margin: 0;
  padding: 24px 0;
  overflow: hidden;
}

.wael-home-section-layout-full > .wael-home-section-inner {
  width: 100%;
}

.wael-home-section-layout-boxed > .wael-home-section-inner {
  width: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.wael-home-slider-section {
  padding-top: 0;
  padding-bottom: 0;
}

.wael-home-slider-section .wael-home-section-inner,
.wael-home-slider-section .wael-home-section-inner > :first-child,
.wael-home-slider-section .wael-home-section-inner > :last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.wael-home-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.wael-home-section-heading h2 {
  margin: 0;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.2;
}

.wael-home-carousel-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.wael-home-carousel-controls button {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--wael-mobile-bar-active, #F08804);
  color: #fff;
  line-height: 1;
  transition: opacity .18s ease, transform .18s ease;
}

.wael-home-carousel-controls button:hover,
.wael-home-carousel-controls button:focus {
  transform: translateY(-1px);
}

.wael-home-carousel-controls button:disabled {
  opacity: .34;
  cursor: default;
  transform: none;
}

.wael-home-carousel {
  position: relative;
  width: 100%;
  min-width: 0;
}

.wael-home-carousel-track {
  display: flex;
  align-items: stretch;
  gap: 14px;
  width: 100%;
  margin: 0;
  padding: 1px 1px 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.wael-home-carousel-track > * {
  scroll-snap-align: start;
}

.wael-home-category-card {
  display: flex;
  flex: 0 0 calc((100% - 84px) / 7);
  min-width: 145px;
  min-height: 178px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 12px;
  border: 1px solid rgba(40, 58, 72, .14);
  border-radius: 18px;
  background: #fff;
  color: inherit;
  text-align: center;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.wael-home-category-card:hover,
.wael-home-category-card:focus {
  border-color: var(--wael-mobile-bar-active, #F08804);
  box-shadow: 0 8px 22px rgba(22, 39, 52, .09);
  transform: translateY(-2px);
}

.wael-home-category-image {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
}

.wael-home-category-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wael-home-category-card strong {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 1.25;
}

.wael-home-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 10px 35px rgba(36, 48, 65, .07);
}

.wael-home-info-box {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  padding: 14px 16px;
  border-radius: 17px;
  background: rgba(245, 247, 251, .92);
}

.wael-home-info-icon {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: color-mix(in srgb, var(--wael-mobile-bar-active, #F08804) 13%, #fff);
  color: var(--wael-mobile-bar-active, #F08804);
  font-size: 18px;
}

.wael-home-info-box > div {
  min-width: 0;
}

.wael-home-info-box strong,
.wael-home-info-box span:not(.wael-home-info-icon) {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.wael-home-info-box strong {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 1.25;
}

.wael-home-info-box span:not(.wael-home-info-icon) {
  color: #71808c;
  font-size: 12px;
  line-height: 1.35;
}

.wael-home-banners-mosaic {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-height: 520px;
}

.wael-home-banner,
.wael-home-row-banner {
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: #f3f5f6;
}

.wael-home-banner-1 {
  grid-row: 1 / span 2;
}

.wael-home-banner img,
.wael-home-row-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.wael-home-banner:hover img,
.wael-home-banner:focus img,
.wael-home-row-banner:hover img,
.wael-home-row-banner:focus img {
  transform: scale(1.015);
}

.wael-home-banners-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.wael-home-row-banner {
  aspect-ratio: 16 / 7;
}

.wael-home-brand-card {
  display: grid;
  place-items: center;
  flex: 0 0 calc((100% - 98px) / 8);
  min-width: 125px;
  height: 100px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.6);
  color: inherit;
  text-decoration: none;
}

.wael-home-brand-card img {
  display: block;
  max-width: 100%;
  max-height: 62px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: saturate(.93);
  transition: transform .18s ease, filter .18s ease;
}

.wael-home-brand-card:hover img,
.wael-home-brand-card:focus img {
  filter: saturate(1);
  transform: scale(1.04);
}

.wael-home-products-track > .wael-product-grid-cell,
.wael-home-products-track > .product,
.wael-home-products-track > .item-product {
  flex: 0 0 var(--wael-products-basis-desktop, calc((100% - 42px) / 4));
  min-width: 0;
  max-width: none;
  margin: 0 !important;
}

.wael-home-products-track .item-product {
  height: 100%;
}

.wael-home-editor-content {
  width: 100%;
}

.wael-home-editor-content > :first-child {
  margin-top: 0;
}

.wael-home-editor-content > :last-child {
  margin-bottom: 0;
}

.wael-mobile-commerce-bar {
  display: none;
}

@media (max-width: 991px) {
  .wael-home-category-card {
    flex-basis: calc((100% - 42px) / 4);
  }

  .wael-home-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wael-home-banners-mosaic {
    min-height: 420px;
  }

  .wael-home-brand-card {
    flex-basis: calc((100% - 56px) / 5);
  }

  .wael-home-products-track > .wael-product-grid-cell,
  .wael-home-products-track > .product,
  .wael-home-products-track > .item-product {
    flex-basis: var(--wael-products-basis-tablet, calc((100% - 28px) / 3));
  }
}

@media (max-width: 767px) {
  body.wael-mobile-commerce-bar-active {
    padding-bottom: calc(var(--wael-mobile-bar-height, 66px) + env(safe-area-inset-bottom, 0px)) !important;
  }

  .wael-clean-page-content-boxed,
  .wael-clean-page-layout-boxed .wael-clean-page-content,
  .wael-home-section-layout-boxed > .wael-home-section-inner {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .wael-home-section {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .wael-home-slider-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wael-home-section-heading {
    gap: 12px;
    margin-bottom: 14px;
  }

  .wael-home-section-heading h2 {
    font-size: 21px;
  }

  .wael-home-carousel-controls button {
    width: 36px;
    height: 36px;
  }

  .wael-home-carousel-track {
    gap: 11px;
    padding-right: 1px;
    padding-bottom: 8px;
  }

  .wael-home-category-card {
    flex-basis: 43vw;
    min-width: 145px;
    min-height: 155px;
    border-radius: 14px;
  }

  .wael-home-category-image {
    width: 72px;
    height: 72px;
  }

  .wael-home-info-grid {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 10px;
    border-radius: 18px;
  }

  .wael-home-info-box {
    padding: 12px 13px;
  }

  .wael-home-banners-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
    gap: 10px;
    min-height: 0;
  }

  .wael-home-banner-1 {
    grid-column: 1 / -1;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .wael-home-banner-2,
  .wael-home-banner-3 {
    aspect-ratio: 1 / 1;
  }

  .wael-home-banner,
  .wael-home-row-banner {
    border-radius: 13px;
  }

  .wael-home-banners-row {
    display: flex;
    gap: 11px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    overscroll-behavior-inline: contain;
  }

  .wael-home-row-banner {
    flex: 0 0 84vw;
    max-width: 420px;
    scroll-snap-align: start;
  }

  .wael-home-brand-card {
    flex-basis: 30vw;
    min-width: 104px;
    height: 82px;
  }

  .wael-home-products-track > .wael-product-grid-cell,
  .wael-home-products-track > .product,
  .wael-home-products-track > .item-product {
    flex-basis: var(--wael-products-basis-mobile, 100%);
    min-width: 0;
    max-width: none;
  }

  .wael-mobile-commerce-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99940;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: var(--wael-mobile-bar-height, 66px);
    padding: 4px max(4px, env(safe-area-inset-right, 0px)) calc(4px + env(safe-area-inset-bottom, 0px)) max(4px, env(safe-area-inset-left, 0px));
    border-top: 1px solid rgba(255,255,255,.14);
    background: var(--wael-mobile-bar-background, #1C2F40);
    box-shadow: 0 -7px 24px rgba(12, 25, 36, .18);
  }

  .wael-mobile-commerce-bar > a,
  .wael-mobile-commerce-bar > button {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: calc(var(--wael-mobile-bar-height, 66px) - 8px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin: 0;
    padding: 3px 2px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--wael-mobile-bar-text, #fff);
    box-shadow: none;
    font: inherit;
    text-align: center;
    text-decoration: none;
  }

  .wael-mobile-commerce-bar > a:hover,
  .wael-mobile-commerce-bar > a:focus,
  .wael-mobile-commerce-bar > button:hover,
  .wael-mobile-commerce-bar > button:focus,
  .wael-mobile-commerce-bar > .is-active {
    background: transparent;
    color: var(--wael-mobile-bar-active, #F08804);
  }

  .wael-mobile-commerce-bar i {
    color: var(--wael-mobile-bar-icon, #fff);
    font-size: 20px;
  }

  .wael-mobile-commerce-bar > .is-active i,
  .wael-mobile-commerce-bar > a:hover i,
  .wael-mobile-commerce-bar > a:focus i,
  .wael-mobile-commerce-bar > button:hover i,
  .wael-mobile-commerce-bar > button:focus i {
    color: var(--wael-mobile-bar-active, #F08804);
  }

  .wael-mobile-commerce-bar > a > span:last-child,
  .wael-mobile-commerce-bar > button > span:last-child {
    display: block;
    max-width: 100%;
    overflow: hidden;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .wael-mobile-bar-cart-icon {
    position: relative;
    display: inline-grid;
    place-items: center;
  }

  .wael-mobile-commerce-bar .wael-cart-count {
    top: -7px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border: 2px solid var(--wael-mobile-bar-background, #1C2F40);
    background: var(--wael-mobile-bar-badge-bg, #F08804);
    color: var(--wael-mobile-bar-badge-color, #fff);
    font-size: 9px;
  }

  body.wael-mobile-commerce-bar-active .wael-filter-position-bottom-left,
  body.wael-mobile-commerce-bar-active .wael-filter-position-bottom-right {
    bottom: calc(var(--wael-mobile-bar-height, 66px) + 16px);
  }
}
@media (max-width: 767px) {
  .wael-home-section:not(.wael-home-slider-section) > .wael-home-section-inner {
    padding-right: 14px;
    padding-left: 14px;
  }
}

/* WebARTing global quantity controls */
.quantity{display:inline-flex;align-items:stretch;margin-bottom:20px;border:1px solid #ccd4da;border-radius:3px;background:#fff;overflow:hidden}
.quantity .wael-quantity-step{display:inline-grid;place-items:center;width:38px;min-width:38px;min-height:38px;padding:0;border:0;border-radius:0;background:#fff;color:#334958;font:inherit;line-height:1;cursor:pointer}
.quantity .wael-quantity-step:hover,.quantity .wael-quantity-step:focus-visible{background:#f2f5f7;color:#F08804}
.quantity .wael-quantity-step:focus-visible{position:relative;z-index:2;outline:2px solid currentColor;outline-offset:-2px}
.quantity .wael-quantity-step:disabled{opacity:.38;cursor:not-allowed}
.quantity .qty{width:66px;min-height:38px;margin:0;border-width:0 1px;border-style:solid;border-color:#ccd4da;border-radius:0;-moz-appearance:textfield}
.quantity .qty::-webkit-outer-spin-button,.quantity .qty::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}
.wael-loop-quantity button:focus{background:#fff;color:#334958}
.wael-loop-quantity button:hover,.wael-loop-quantity button:focus-visible{background:#f2f5f7;color:#F08804}
.wael-loop-quantity button:focus-visible{position:relative;z-index:2;outline:2px solid currentColor;outline-offset:-2px}
.wael-loop-quantity button:disabled{opacity:.38;cursor:not-allowed}

