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

@charset "UTF-8";
/*

Theme Name:  Oleńka
Author: Webrain Szymon Taciak
Version: 1.0.0

Text Domain: 'olenka'

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

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

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

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

a:focus {
  outline: thin dotted;
}

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

a img {
  border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #000000;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
}

p {
  font-weight: 400;
}

.h1-size,
.h2-size,
.h3-size,
.h4-size,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
  color: #44415C;
}

h1, .h1-size {
  margin-bottom: 0.9em;
  line-height: 1;
  font-size: 50px;
  font-size: 5rem;
}

h2, .h2-size {
  margin-bottom: 0.5em;
  font-size: 30px;
  font-size: 3rem;
}

h3, .h3-size {
  margin-bottom: 0.4em;
  font-size: 24px;
  font-size: 2.4rem;
}

h4, .h4-size {
  margin-bottom: 0.7em;
  font-size: 16px;
  font-size: 1.6rem;
}

body .entry-title,
.blog .entry-title,
.search .entry-title,
.archive .entry-title {
  display: block;
  text-transform: none;
  margin-bottom: 0.5em;
  padding-bottom: 0;
  border-bottom: 0;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.8rem;
}
body .entry-title a,
.blog .entry-title a,
.search .entry-title a,
.archive .entry-title a {
  transition: all 0.35s ease;
}

.single .entry-title {
  margin-bottom: 0.3em;
}

p {
  margin-bottom: 1.2em;
}
p:last-of-type {
  margin-bottom: 0;
}

b {
  font-weight: 600;
}

strong {
  font-weight: 700;
}

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

blockquote {
  color: #838193;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  padding: 0 100px;
  position: relative;
  font-size: 32px;
  font-size: 3.2rem;
}
blockquote:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background-color: #838193;
  transform: translateY(-50%);
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.duze-napisy {
  font-size: 20px;
  font-size: 2rem;
}

.srednie-napisy {
  font-size: 16px;
  font-size: 1.6rem;
}

.male-napisy {
  font-size: 14px;
  font-size: 1.4rem;
}

.uppercase {
  text-transform: uppercase;
}

.semi-bold {
  font-weight: 600;
}

.flex {
  display: flex;
}

.color-text-light {
  color: #9998A3 !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #ebeaed;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 1.5em;
}

ul {
  list-style: disc;
}

.site-content ul:not(.variable-items-wrapper) {
  list-style: none;
  margin-left: 0;
}
.site-content ul:not(.variable-items-wrapper):last-child {
  margin-bottom: 0;
}
.site-content ul:not(.variable-items-wrapper) li {
  position: relative;
  display: block;
  padding-left: 21px;
}
.site-content ul:not(.variable-items-wrapper) li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e6e6e6;
  display: block;
}
.site-content ul:not(.variable-items-wrapper).variation-data {
  margin-bottom: 0;
}
.site-content ul:not(.variable-items-wrapper).variation-data p {
  margin-bottom: 0;
  margin-left: 5px;
  line-height: 1.4;
}
.site-content ul:not(.variable-items-wrapper).variation-data li {
  padding-left: 0;
  display: flex;
  line-height: 1.4;
  font-size: 13px;
  font-size: 1.3rem;
}
.site-content ul:not(.variable-items-wrapper).variation-data li:before {
  display: none;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.menu,
nav ul {
  margin: 0;
}

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

figure {
  margin: 0;
}

table {
  margin: 0 0px 1.5em;
  width: 100%;
  border-collapse: collapse;
}
table td, table th {
  vertical-align: middle;
  padding: 5px 10px;
}

.entry-content table thead tr:last-child {
  border-bottom: 1px solid #ededed;
}
.entry-content table th {
  background-color: #ebeaed;
}
.entry-content table th:first-child {
  border-left: 0;
}
.entry-content table tr {
  border-top: 1px solid #ededed;
}
.entry-content table tr:first-child {
  border-top: 0;
}
.entry-content table td {
  border-left: 1px solid #ededed;
}
.entry-content table td:first-child {
  border-left: 0;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td,
.cart-collaterals table.shop_table th, .cart-collaterals table.shop_table td, .checkout-subtotals-summary table.shop_table th, .checkout-subtotals-summary table.shop_table td {
  border: 1px solid #ededed !important;
}
.woocommerce-checkout-review-order-table th.product-name,
.woocommerce-checkout-review-order-table td.product-name,
.cart-collaterals table.shop_table th.product-name, .cart-collaterals table.shop_table td.product-name, .checkout-subtotals-summary table.shop_table th.product-name, .checkout-subtotals-summary table.shop_table td.product-name {
  border-right: none !important;
}

.woocommerce-checkout-review-order-table,
.cart-collaterals table.shop_table, .checkout-subtotals-summary table.shop_table {
  border-collapse: separate;
  border: none !important;
  border-spacing: 0 2px;
}

*:focus {
  outline: none !important;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

.button,
.woocommerce .button,
.woocommerce button.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.single_add_to_cart_button,
.woocommerce-cart td.actions input.button,
.woocommerce-cart td.actions button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  box-shadow: 0px 3px 20px rgba(153, 152, 163, 0.4);
  transition: all 0.2s ease;
  font-weight: 500;
  display: inline-block;
  padding: 20px 40px;
  border-radius: 30px;
  background-color: #9998A3;
  color: #fff !important;
  border: 0;
  font-size: 18px;
  font-size: 1.8rem;
  transition: all 0.35s ease;
}
.button:hover,
.woocommerce .button:hover,
.woocommerce button.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.single_add_to_cart_button:hover,
.woocommerce-cart td.actions input.button:hover,
.woocommerce-cart td.actions button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: rgba(153, 152, 163, 0.9);
}
.button:focus, .button:active,
.woocommerce .button:focus,
.woocommerce .button:active,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:active,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:active,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.woocommerce button.button:focus,
.woocommerce button.button:active,
.woocommerce input.button:focus,
.woocommerce input.button:active,
.single_add_to_cart_button:focus,
.single_add_to_cart_button:active,
.woocommerce-cart td.actions input.button:focus,
.woocommerce-cart td.actions input.button:active,
.woocommerce-cart td.actions button:focus,
.woocommerce-cart td.actions button:active,
button:focus,
button:active,
input[type=button]:focus,
input[type=button]:active,
input[type=reset]:focus,
input[type=reset]:active,
input[type=submit]:focus,
input[type=submit]:active {
  background-color: rgba(153, 152, 163, 0.85);
}
.button.button-large,
.woocommerce .button.button-large,
.woocommerce button.button.alt.button-large,
.woocommerce #respond input#submit.button-large,
.woocommerce a.button.button-large,
.woocommerce button.button.button-large,
.woocommerce input.button.button-large,
.single_add_to_cart_button.button-large,
.woocommerce-cart td.actions input.button.button-large,
.woocommerce-cart td.actions button.button-large,
button.button-large,
input[type=button].button-large,
input[type=reset].button-large,
input[type=submit].button-large {
  font-weight: 500;
  display: inline-block;
  padding: 20px 40px;
  border-radius: 30px;
  background-color: #9998A3;
  color: #fff !important;
  border: 0;
  font-size: 18px;
  font-size: 1.8rem;
  transition: all 0.35s ease;
  padding: 21px 32px;
  font-size: 18px;
  font-size: 1.8rem;
}
.button.button-large:hover,
.woocommerce .button.button-large:hover,
.woocommerce button.button.alt.button-large:hover,
.woocommerce #respond input#submit.button-large:hover,
.woocommerce a.button.button-large:hover,
.woocommerce button.button.button-large:hover,
.woocommerce input.button.button-large:hover,
.single_add_to_cart_button.button-large:hover,
.woocommerce-cart td.actions input.button.button-large:hover,
.woocommerce-cart td.actions button.button-large:hover,
button.button-large:hover,
input[type=button].button-large:hover,
input[type=reset].button-large:hover,
input[type=submit].button-large:hover {
  background-color: rgba(153, 152, 163, 0.9);
}
.button.button-large:focus, .button.button-large:active,
.woocommerce .button.button-large:focus,
.woocommerce .button.button-large:active,
.woocommerce button.button.alt.button-large:focus,
.woocommerce button.button.alt.button-large:active,
.woocommerce #respond input#submit.button-large:focus,
.woocommerce #respond input#submit.button-large:active,
.woocommerce a.button.button-large:focus,
.woocommerce a.button.button-large:active,
.woocommerce button.button.button-large:focus,
.woocommerce button.button.button-large:active,
.woocommerce input.button.button-large:focus,
.woocommerce input.button.button-large:active,
.single_add_to_cart_button.button-large:focus,
.single_add_to_cart_button.button-large:active,
.woocommerce-cart td.actions input.button.button-large:focus,
.woocommerce-cart td.actions input.button.button-large:active,
.woocommerce-cart td.actions button.button-large:focus,
.woocommerce-cart td.actions button.button-large:active,
button.button-large:focus,
button.button-large:active,
input[type=button].button-large:focus,
input[type=button].button-large:active,
input[type=reset].button-large:focus,
input[type=reset].button-large:active,
input[type=submit].button-large:focus,
input[type=submit].button-large:active {
  background-color: rgba(153, 152, 163, 0.85);
}
.button.button-outline,
.woocommerce .button.button-outline,
.woocommerce button.button.alt.button-outline,
.woocommerce #respond input#submit.button-outline,
.woocommerce a.button.button-outline,
.woocommerce button.button.button-outline,
.woocommerce input.button.button-outline,
.single_add_to_cart_button.button-outline,
.woocommerce-cart td.actions input.button.button-outline,
.woocommerce-cart td.actions button.button-outline,
button.button-outline,
input[type=button].button-outline,
input[type=reset].button-outline,
input[type=submit].button-outline {
  border: 1px solid #9998A3;
  background-color: transparent;
  color: #9998A3 !important;
  box-shadow: none !important;
}
.button.button-outline:hover,
.woocommerce .button.button-outline:hover,
.woocommerce button.button.alt.button-outline:hover,
.woocommerce #respond input#submit.button-outline:hover,
.woocommerce a.button.button-outline:hover,
.woocommerce button.button.button-outline:hover,
.woocommerce input.button.button-outline:hover,
.single_add_to_cart_button.button-outline:hover,
.woocommerce-cart td.actions input.button.button-outline:hover,
.woocommerce-cart td.actions button.button-outline:hover,
button.button-outline:hover,
input[type=button].button-outline:hover,
input[type=reset].button-outline:hover,
input[type=submit].button-outline:hover {
  background-color: rgba(153, 152, 163, 0.3);
}
.button.button-outline.light,
.woocommerce .button.button-outline.light,
.woocommerce button.button.alt.button-outline.light,
.woocommerce #respond input#submit.button-outline.light,
.woocommerce a.button.button-outline.light,
.woocommerce button.button.button-outline.light,
.woocommerce input.button.button-outline.light,
.single_add_to_cart_button.button-outline.light,
.woocommerce-cart td.actions input.button.button-outline.light,
.woocommerce-cart td.actions button.button-outline.light,
button.button-outline.light,
input[type=button].button-outline.light,
input[type=reset].button-outline.light,
input[type=submit].button-outline.light {
  border-color: #fff;
  color: #fff !important;
}
.button.button-outline.light:hover,
.woocommerce .button.button-outline.light:hover,
.woocommerce button.button.alt.button-outline.light:hover,
.woocommerce #respond input#submit.button-outline.light:hover,
.woocommerce a.button.button-outline.light:hover,
.woocommerce button.button.button-outline.light:hover,
.woocommerce input.button.button-outline.light:hover,
.single_add_to_cart_button.button-outline.light:hover,
.woocommerce-cart td.actions input.button.button-outline.light:hover,
.woocommerce-cart td.actions button.button-outline.light:hover,
button.button-outline.light:hover,
input[type=button].button-outline.light:hover,
input[type=reset].button-outline.light:hover,
input[type=submit].button-outline.light:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.button.button-forward,
.woocommerce .button.button-forward,
.woocommerce button.button.alt.button-forward,
.woocommerce #respond input#submit.button-forward,
.woocommerce a.button.button-forward,
.woocommerce button.button.button-forward,
.woocommerce input.button.button-forward,
.single_add_to_cart_button.button-forward,
.woocommerce-cart td.actions input.button.button-forward,
.woocommerce-cart td.actions button.button-forward,
button.button-forward,
input[type=button].button-forward,
input[type=reset].button-forward,
input[type=submit].button-forward {
  padding: 0;
  color: #9998A3 !important;
  border: none;
  box-shadow: none !important;
  background-color: transparent !important;
}
.button.button-forward:hover:after,
.woocommerce .button.button-forward:hover:after,
.woocommerce button.button.alt.button-forward:hover:after,
.woocommerce #respond input#submit.button-forward:hover:after,
.woocommerce a.button.button-forward:hover:after,
.woocommerce button.button.button-forward:hover:after,
.woocommerce input.button.button-forward:hover:after,
.single_add_to_cart_button.button-forward:hover:after,
.woocommerce-cart td.actions input.button.button-forward:hover:after,
.woocommerce-cart td.actions button.button-forward:hover:after,
button.button-forward:hover:after,
input[type=button].button-forward:hover:after,
input[type=reset].button-forward:hover:after,
input[type=submit].button-forward:hover:after {
  margin-left: 12px;
}
.button.button-forward:after,
.woocommerce .button.button-forward:after,
.woocommerce button.button.alt.button-forward:after,
.woocommerce #respond input#submit.button-forward:after,
.woocommerce a.button.button-forward:after,
.woocommerce button.button.button-forward:after,
.woocommerce input.button.button-forward:after,
.single_add_to_cart_button.button-forward:after,
.woocommerce-cart td.actions input.button.button-forward:after,
.woocommerce-cart td.actions button.button-forward:after,
button.button-forward:after,
input[type=button].button-forward:after,
input[type=reset].button-forward:after,
input[type=submit].button-forward:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icons/left.svg) no-repeat center center/contain;
  transform: rotate(180deg);
  margin-left: 7px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.35s ease;
}
.button.lowercase,
.woocommerce .button.lowercase,
.woocommerce button.button.alt.lowercase,
.woocommerce #respond input#submit.lowercase,
.woocommerce a.button.lowercase,
.woocommerce button.button.lowercase,
.woocommerce input.button.lowercase,
.single_add_to_cart_button.lowercase,
.woocommerce-cart td.actions input.button.lowercase,
.woocommerce-cart td.actions button.lowercase,
button.lowercase,
input[type=button].lowercase,
input[type=reset].lowercase,
input[type=submit].lowercase {
  padding-top: 0.4em !important;
}
.button.wc-forward,
.woocommerce .button.wc-forward,
.woocommerce button.button.alt.wc-forward,
.woocommerce #respond input#submit.wc-forward,
.woocommerce a.button.wc-forward,
.woocommerce button.button.wc-forward,
.woocommerce input.button.wc-forward,
.single_add_to_cart_button.wc-forward,
.woocommerce-cart td.actions input.button.wc-forward,
.woocommerce-cart td.actions button.wc-forward,
button.wc-forward,
input[type=button].wc-forward,
input[type=reset].wc-forward,
input[type=submit].wc-forward {
  box-shadow: none !important;
}

.woocommerce button.button.alt.disabled {
  background-color: rgb(198.5641025641, 197.6538461538, 205.8461538462);
  color: #fff !important;
}
.woocommerce button.button.alt.disabled:hover {
  background-color: rgb(190.4564102564, 189.4153846154, 198.7846153846);
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}

body .button.button-alt,
body .button-alt,
body .wpb_btn-warning {
  font-weight: 500;
  display: inline-block;
  padding: 20px 40px;
  border-radius: 30px;
  background-color: #838193;
  color: #fff !important;
  border: 0;
  font-size: 18px;
  font-size: 1.8rem;
  transition: all 0.35s ease;
}
body .button.button-alt:hover,
body .button-alt:hover,
body .wpb_btn-warning:hover {
  background-color: rgba(131, 129, 147, 0.9);
}
body .button.button-alt:focus, body .button.button-alt:active,
body .button-alt:focus,
body .button-alt:active,
body .wpb_btn-warning:focus,
body .wpb_btn-warning:active {
  background-color: rgba(131, 129, 147, 0.85);
}
body .button.button-alt.button-large,
body .button-alt.button-large,
body .wpb_btn-warning.button-large {
  font-weight: 500;
  display: inline-block;
  padding: 20px 40px;
  border-radius: 30px;
  background-color: #838193;
  color: #fff !important;
  border: 0;
  font-size: 18px;
  font-size: 1.8rem;
  transition: all 0.35s ease;
  padding: 21px 32px;
  font-size: 18px;
  font-size: 1.8rem;
}
body .button.button-alt.button-large:hover,
body .button-alt.button-large:hover,
body .wpb_btn-warning.button-large:hover {
  background-color: rgba(131, 129, 147, 0.9);
}
body .button.button-alt.button-large:focus, body .button.button-alt.button-large:active,
body .button-alt.button-large:focus,
body .button-alt.button-large:active,
body .wpb_btn-warning.button-large:focus,
body .wpb_btn-warning.button-large:active {
  background-color: rgba(131, 129, 147, 0.85);
}
body .button.button-primary,
body .button-primary,
body .wpb_btn-danger {
  font-weight: 500;
  display: inline-block;
  padding: 20px 40px;
  border-radius: 30px;
  background-color: #838193;
  color: #fff !important;
  border: 0;
  font-size: 18px;
  font-size: 1.8rem;
  transition: all 0.35s ease;
}
body .button.button-primary:hover,
body .button-primary:hover,
body .wpb_btn-danger:hover {
  background-color: rgba(131, 129, 147, 0.9);
}
body .button.button-primary:focus, body .button.button-primary:active,
body .button-primary:focus,
body .button-primary:active,
body .wpb_btn-danger:focus,
body .wpb_btn-danger:active {
  background-color: rgba(131, 129, 147, 0.85);
}
body .button.button-primary.button-large,
body .button-primary.button-large,
body .wpb_btn-danger.button-large {
  font-weight: 500;
  display: inline-block;
  padding: 20px 40px;
  border-radius: 30px;
  background-color: #838193;
  color: #fff !important;
  border: 0;
  font-size: 18px;
  font-size: 1.8rem;
  transition: all 0.35s ease;
  padding: 21px 32px;
  font-size: 18px;
  font-size: 1.8rem;
}
body .button.button-primary.button-large:hover,
body .button-primary.button-large:hover,
body .wpb_btn-danger.button-large:hover {
  background-color: rgba(131, 129, 147, 0.9);
}
body .button.button-primary.button-large:focus, body .button.button-primary.button-large:active,
body .button-primary.button-large:focus,
body .button-primary.button-large:active,
body .wpb_btn-danger.button-large:focus,
body .wpb_btn-danger.button-large:active {
  background-color: rgba(131, 129, 147, 0.85);
}
body .wpb_button {
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: #838193;
}
body button.wpb_btn-large,
body span.wpb_btn-large {
  border-radius: 0;
}

.button-primary,
.button-alt,
.button,
.button-large {
  outline: none;
}

input::-webkit-input-placeholder {
  color: #9998A3;
  font-weight: 400;
  opacity: 1 !important;
  filter: alpha(opacity=100);
}

input:-moz-placeholder {
  color: #9998A3;
  font-weight: 400;
  opacity: 1 !important;
  filter: alpha(opacity=100);
}

input::-moz-placeholder {
  color: #9998A3;
  font-weight: 400;
  opacity: 1 !important;
  filter: alpha(opacity=100);
}

input:-ms-input-placeholder {
  color: #9998A3;
  font-weight: 400;
  opacity: 1 !important;
  filter: alpha(opacity=100);
}

textarea::-webkit-input-placeholder {
  color: #9998A3;
  font-weight: 400;
  opacity: 1 !important;
  filter: alpha(opacity=100);
}

textarea:-moz-placeholder {
  color: #9998A3;
  font-weight: 400;
  opacity: 1 !important;
  filter: alpha(opacity=100);
}

textarea::-moz-placeholder {
  color: #9998A3;
  font-weight: 400;
  opacity: 1 !important;
  filter: alpha(opacity=100);
}

textarea:-ms-input-placeholder {
  color: #9998A3;
  font-weight: 400;
  opacity: 1 !important;
  filter: alpha(opacity=100);
}

input[type=checkbox],
input[type=radio] {
  padding: 0; /* Addresses excess padding in IE8/9 */
  position: relative;
  top: 2px;
}

input[type=search] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */ /* 2 */
  box-sizing: border-box;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=search]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
textarea,
select {
  color: #000000;
  border: 1px solid #ccc;
  max-width: 100%;
  border-radius: 12px;
}

input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  color: #000000;
  border-color: #BC8363;
  outline: none;
}

input[type=text]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=number]:hover,
textarea:hover,
select:hover {
  border-color: #BC8363;
  outline: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
textarea {
  font-weight: 400;
  padding: 12px 21px;
  transition: all 0.35s ease;
  font-size: 16px;
  font-size: 1.6rem;
}

textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
  resize: none;
  height: 120px;
}

label {
  cursor: pointer;
}

.search-form {
  display: flex;
  width: 100%;
  position: relative;
}
.search-form .search-field {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  font-weight: 400;
  padding-right: 35px;
  border-radius: 12px 0 0 12px;
  font-size: 18px;
  font-size: 1.8rem;
}
.search-form .search-submit {
  display: block;
  border-radius: 0 30px 30px 0;
}

span.wpcf7-not-valid-tip {
  color: #F00;
  background: transparent;
  padding: 1px 0;
  font-size: 12px;
  display: block;
  border-radius: 0;
}

textarea.wpcf7-not-valid,
input.wpcf7-not-valid {
  border-color: #F77;
}

div.wpcf7-response-output {
  padding: 0.4em 0.8em;
  margin: 1em 0 !important;
  border-radius: 0;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}

div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
  background: #fff8b5;
}

div.wpcf7-mail-sent-ng {
  border: 2px solid #ff5555;
  background: #ffcfcf;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  background: #d5ffca;
}

textarea.error,
input.error {
  color: #111;
  border-color: #ff3333;
  outline: none;
  box-shadow: inset 0 0 6px 0px rgba(255, 0, 0, 0.7);
  background-color: rgb(255, 242.25, 242.25);
}

select {
  padding: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.locale-switchers > div {
  position: relative;
  display: flex;
  align-items: center;
}
.locale-switchers > div:first-child:before {
  display: none !important;
}
.locale-switchers > div:before {
  content: "|";
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  color: #ebeaed;
}
.locale-switchers > div:after {
  content: "";
  position: absolute;
  z-index: 5;
  right: 3px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-left: 1px solid #BC8363;
  border-bottom: 1px solid #BC8363;
  transform: translateY(-90%) rotate(-45deg);
}
.locale-switchers > div.currencies select {
  max-width: initial;
}
.locale-switchers > div select {
  position: relative;
  z-index: 10;
  max-width: 75px;
  text-overflow: ellipsis;
}
.locale-switchers select {
  padding: 3px 20px 1px 0;
  background-color: transparent !important;
  color: #BC8363 !important;
  border: none !important;
}

.flex.form-row {
  margin-left: -4px;
  margin-right: -4px;
}
.flex.form-row .form-field {
  margin-left: 4px;
  margin-right: 4px;
  width: 50%;
}
.flex.form-row input {
  width: 100%;
}

.contact-form .wpcf7-spinner {
  margin-right: 0;
}
.contact-form .form-field.submit {
  margin-top: 10px;
  padding-left: 48px;
}
.contact-form .form-field.submit > p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form .form-row {
  margin-bottom: 10px;
}
.contact-form .checkboxes {
  padding: 15px 0;
  color: #9998A3;
}

.checkboxes {
  font-size: 16px;
  font-size: 1.6rem;
}
.checkboxes .wpcf7-list-item {
  margin-left: 0;
}
.checkboxes .wpcf7-list-item label {
  padding-left: 0;
}
.checkboxes label,
.checkboxes .wpcf7-list-item-label,
.checkboxes .label {
  padding-left: 25px;
}
.checkboxes .woocommerce-invalid-required-field [type=checkbox]:not(:checked) + label:before,
.checkboxes .woocommerce-invalid-required-field [type=checkbox]:not(:checked) + .wpcf7-list-item-label:before,
.checkboxes .woocommerce-invalid-required-field [type=checkbox]:not(:checked) + .label:before,
.checkboxes .wpcf7-not-valid [type=checkbox]:not(:checked) + label:before,
.checkboxes .wpcf7-not-valid [type=checkbox]:not(:checked) + .wpcf7-list-item-label:before,
.checkboxes .wpcf7-not-valid [type=checkbox]:not(:checked) + .label:before {
  border-color: var(--wc-red);
}
.checkboxes [type=checkbox]:not(:checked),
.checkboxes [type=checkbox]:checked {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}
.checkboxes [type=checkbox]:not(:checked) + label,
.checkboxes [type=checkbox]:checked + label,
.checkboxes [type=checkbox]:not(:checked) + .wpcf7-list-item-label,
.checkboxes [type=checkbox]:checked + .wpcf7-list-item-label,
.checkboxes [type=checkbox]:not(:checked) + .label,
.checkboxes [type=checkbox]:checked + .label {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.checkboxes [type=checkbox]:not(:checked) + label:before,
.checkboxes [type=checkbox]:checked + label:before,
.checkboxes [type=checkbox]:not(:checked) + .wpcf7-list-item-label:before,
.checkboxes [type=checkbox]:checked + .wpcf7-list-item-label:before,
.checkboxes [type=checkbox]:not(:checked) + .label:before,
.checkboxes [type=checkbox]:checked + .label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #acafac;
  background: #fff;
  display: block;
  top: 0.4rem;
  left: 0;
  border-radius: 3px;
  position: absolute;
}
.checkboxes [type=checkbox]:not(:checked) + label:after,
.checkboxes [type=checkbox]:checked + label:after,
.checkboxes [type=checkbox]:not(:checked) + .wpcf7-list-item-label:after,
.checkboxes [type=checkbox]:checked + .wpcf7-list-item-label:after,
.checkboxes [type=checkbox]:not(:checked) + .label:after,
.checkboxes [type=checkbox]:checked + .label:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 4px;
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition: all 0.35s ease;
}
.checkboxes [type=checkbox]:not(:checked) + label:after,
.checkboxes [type=checkbox]:not(:checked) + .wpcf7-list-item-label:after,
.checkboxes [type=checkbox]:not(:checked) + .label:after {
  opacity: 0;
}
.checkboxes [type=checkbox]:checked + label:after,
.checkboxes [type=checkbox]:checked + .wpcf7-list-item-label:after,
.checkboxes [type=checkbox]:checked + .label:after {
  opacity: 1;
}
.checkboxes [type=checkbox]:checked + label:before,
.checkboxes [type=checkbox]:checked + .wpcf7-list-item-label:before,
.checkboxes [type=checkbox]:checked + .label:before {
  background-color: #838193;
  border-color: #838193;
}
.checkboxes [type=checkbox]:disabled:not(:checked) + label:before,
.checkboxes [type=checkbox]:disabled:checked + label:before,
.checkboxes [type=checkbox]:disabled:not(:checked) + .wpcf7-list-item-label:before,
.checkboxes [type=checkbox]:disabled:checked + .wpcf7-list-item-label:before,
.checkboxes [type=checkbox]:disabled:not(:checked) + .label:before,
.checkboxes [type=checkbox]:disabled:checked + .label:before {
  border-color: #bbb;
  background-color: #ddd;
}
.checkboxes [type=checkbox]:disabled:checked + label:after,
.checkboxes [type=checkbox]:disabled:checked + .wpcf7-list-item-label:after,
.checkboxes [type=checkbox]:disabled:checked + .label:after {
  color: #999;
}
.checkboxes [type=checkbox]:disabled + label,
.checkboxes [type=checkbox]:disabled + .wpcf7-list-item-label,
.checkboxes [type=checkbox]:disabled + .label {
  color: #aaa;
}

.radios label,
.radios .label {
  padding-left: 30px;
}
.radios .woocommerce-invalid-required-field [type=radio]:not(:checked) + label:before,
.radios .woocommerce-invalid-required-field [type=radio]:not(:checked) + .label:before,
.radios .wpcf7-not-valid [type=radio]:not(:checked) + label:before,
.radios .wpcf7-not-valid [type=radio]:not(:checked) + .label:before {
  border-color: var(--wc-red);
}
.radios [type=radio]:not(:checked),
.radios [type=radio]:checked {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}
.radios [type=radio]:not(:checked) + label,
.radios [type=radio]:checked + label,
.radios [type=radio]:not(:checked) + .label,
.radios [type=radio]:checked + .label {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.radios [type=radio]:not(:checked) + label:before,
.radios [type=radio]:checked + label:before,
.radios [type=radio]:not(:checked) + .label:before,
.radios [type=radio]:checked + .label:before {
  content: "";
  width: 13px;
  height: 13px;
  border: 2px solid #acafac;
  border-radius: 50%;
  background: #fff;
  display: block;
  top: 3px;
  left: 0;
  position: absolute;
}
.radios [type=radio]:not(:checked) + label:after,
.radios [type=radio]:checked + label:after,
.radios [type=radio]:not(:checked) + .label:after,
.radios [type=radio]:checked + .label:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #838193;
  transition: all 0.35s ease;
}
.radios [type=radio]:not(:checked) + label:after,
.radios [type=radio]:not(:checked) + .label:after {
  opacity: 0;
}
.radios [type=radio]:checked + label:after,
.radios [type=radio]:checked + .label:after {
  opacity: 1;
}
.radios [type=radio]:checked + label:before,
.radios [type=radio]:checked + .label:before {
  background-color: transparent;
  border-color: #838193;
}
.radios [type=radio]:disabled:not(:checked) + label:before,
.radios [type=radio]:disabled:checked + label:before,
.radios [type=radio]:disabled:not(:checked) + .label:before,
.radios [type=radio]:disabled:checked + .label:before {
  border-color: #bbb;
  background-color: #ddd;
}
.radios [type=radio]:disabled:checked + label:after,
.radios [type=radio]:disabled:checked + .label:after {
  color: #999;
}
.radios [type=radio]:disabled + label,
.radios [type=radio]:disabled + .label {
  color: #aaa;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #000000;
  text-decoration: none;
  transition: all 0.35s ease;
}
a:visited {
  color: #000000;
}
a:hover, a:focus, a:active {
  color: #BC8363;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  flex-grow: 1;
  margin-right: 6px;
}
.main-navigation > div > ul > li.current-menu-item > a, .main-navigation > div > ul > li:hover > a {
  color: #838193;
}
.main-navigation > div > ul > li:first-child > a {
  padding-left: 0;
}
.main-navigation > div > ul > li > a {
  padding: 5px 30px;
  position: relative;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}
.main-navigation > div > ul ul {
  width: 250px;
  border-color: #ebeaed;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  background-color: #fff;
}
.main-navigation > div > ul ul li a {
  padding: 8px 17px;
}
.main-navigation > div > ul ul li.menu-item-has-children:hover > ul {
  transform: translate(0, 0);
}
.main-navigation > div > ul ul li.menu-item-has-children ul {
  left: 100%;
  top: 0;
  transform: translate(30px, 0);
  border-width: 1px;
}
.main-navigation > div > ul li.shop-menu.menu-item-has-children {
  position: static !important;
}
.main-navigation > div > ul li.shop-menu.menu-item-has-children:hover > ul {
  display: flex;
}
.main-navigation > div > ul li.shop-menu.menu-item-has-children > ul {
  right: 0;
  width: auto;
  border-width: 0 0 1px 0;
  background-color: #fff;
  margin-left: calc(-50vw + 690px);
  margin-right: calc(-50vw + 690px);
  padding: 50px calc(50vw - 690px) 20px !important;
  max-height: 600px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: baseline;
  display: none;
}
.main-navigation > div > ul li.shop-menu.menu-item-has-children > ul:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 30px;
  display: block;
}
.main-navigation > div > ul li.shop-menu.menu-item-has-children > ul > li {
  margin-bottom: 20px;
  width: 21%;
}
.main-navigation > div > ul li.shop-menu.menu-item-has-children > ul > li a {
  padding: 0;
}
.main-navigation > div > ul li.shop-menu.menu-item-has-children > ul > li > a {
  text-transform: uppercase;
  font-weight: 400;
  color: #9998A3;
}
.main-navigation > div > ul li.shop-menu.menu-item-has-children > ul > li ul {
  position: static;
  transform: none;
  opacity: 1;
  visibility: visible;
  padding: 0;
  background-color: transparent;
  border: none;
  margin-top: 5px;
  line-height: 1.8;
  width: 100%;
}
.main-navigation > div > ul li.shop-menu.menu-item-has-children > ul > li ul li.current-menu-item > a, .main-navigation > div > ul li.shop-menu.menu-item-has-children > ul > li ul li:hover > a {
  color: #BC8363;
  padding-left: 10px;
}
.main-navigation > div ul {
  list-style: none;
  display: flex;
}
.main-navigation > div ul li:hover > a, .main-navigation > div ul li.current-menu-item > a {
  color: #838193;
}
.main-navigation > div ul li.menu-item-has-children {
  position: relative;
}
.main-navigation > div ul li.menu-item-has-children > ul {
  padding: 10px 0;
  top: 100%;
  left: 0;
  flex-direction: column;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.35s ease;
}
.main-navigation > div ul li.menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(1px);
}
.main-navigation > div ul li a {
  color: #121212;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  transition: all 0.35s ease;
}
.main-navigation .menu-image-item {
  position: absolute;
  right: calc(50vw - 690px);
  max-width: 320px;
  margin: 0 !important;
  width: auto !important;
  font-size: 0;
}
.main-navigation .contact-link {
  margin-left: auto;
}

/* Small menu */
.menu-toggle {
  display: none;
}

/*--------------------------------------------------------------
5.3 Pagination
--------------------------------------------------------------*/
.pagination {
  font-size: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 70px;
}
.pagination .page-numbers {
  color: #838193;
  background: rgba(131, 129, 147, 0.25);
  width: 50px;
  height: 50px;
  margin: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  transition: all 0.35s ease;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background: rgba(131, 129, 147, 0.5);
}
.pagination .page-numbers.dots {
  background: none;
  width: auto;
  color: #000000;
}
.pagination .page-numbers.dots:hover {
  background: none;
}

.simple-pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}
.simple-pagination a {
  display: block;
  width: 54px;
  height: 54px;
  text-indent: -9999px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  background: url(../images/icons/left.svg) no-repeat center center/12px;
}
.simple-pagination a:hover {
  background-color: rgba(153, 152, 163, 0.1);
}
.simple-pagination .next-page {
  margin-left: 20px;
}
.simple-pagination .next-page a {
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1);
  transform: rotate(180deg);
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #000000;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

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

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

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

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after,
.wrapper:before,
.wrapper:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.clearfix:after,
.wrapper:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets */
}
.widget select {
  max-width: 100%;
}

.widget-area .widget {
  margin-bottom: 20px;
}
.widget-area .widget_search .search-form {
  max-width: 100%;
}
.widget-area .widget_search input[type=search] {
  width: 100%;
}

.widget-title {
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-size: 2rem;
  border: 1px solid #ebeaed;
  font-weight: 500;
  color: #000000;
}

.widget_archive ul.sub-menu,
.widget_categories ul.sub-menu,
.widget_nav_menu ul.sub-menu {
  margin-top: 30px;
  display: none;
}
.widget_archive ul.sub-menu a,
.widget_categories ul.sub-menu a,
.widget_nav_menu ul.sub-menu a {
  font-size: 18px;
  font-size: 1.8rem;
}
.widget_archive .current-menu-item > ul.sub-menu,
.widget_categories .current-menu-item > ul.sub-menu,
.widget_nav_menu .current-menu-item > ul.sub-menu {
  display: block;
}
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li {
  display: block;
  margin-bottom: 30px;
}
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_nav_menu ul li:last-child {
  margin-bottom: 0;
}
.widget_archive ul a,
.widget_categories ul a,
.widget_nav_menu ul a {
  display: block;
  line-height: 1.4;
  font-weight: 400;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
}
.widget_archive ul .current-menu-item > a,
.widget_archive ul a:hover,
.widget_categories ul .current-menu-item > a,
.widget_categories ul a:hover,
.widget_nav_menu ul .current-menu-item > a,
.widget_nav_menu ul a:hover {
  color: #838193 !important;
}
.widget_archive.shop-terms,
.widget_categories.shop-terms,
.widget_nav_menu.shop-terms {
  line-height: 1.8;
}
.widget_archive.shop-terms ul li,
.widget_categories.shop-terms ul li,
.widget_nav_menu.shop-terms ul li {
  margin-bottom: 8px;
  padding-left: 0 !important;
}
.widget_archive.shop-terms ul li:before,
.widget_categories.shop-terms ul li:before,
.widget_nav_menu.shop-terms ul li:before {
  display: none !important;
}
.widget_archive.shop-terms ul li a,
.widget_categories.shop-terms ul li a,
.widget_nav_menu.shop-terms ul li a {
  font-size: 16px;
  font-size: 1.6rem;
}
.widget_archive.shop-terms ul li.current-menu-item > a,
.widget_categories.shop-terms ul li.current-menu-item > a,
.widget_nav_menu.shop-terms ul li.current-menu-item > a {
  color: #BC8363 !important;
}
.widget_archive.shop-terms ul li.current-menu-ancestor ul,
.widget_categories.shop-terms ul li.current-menu-ancestor ul,
.widget_nav_menu.shop-terms ul li.current-menu-ancestor ul {
  display: block;
}
.widget_archive.shop-terms ul ul,
.widget_categories.shop-terms ul ul,
.widget_nav_menu.shop-terms ul ul {
  padding-top: 5px;
}
.widget_archive.shop-terms div > ul > li,
.widget_categories.shop-terms div > ul > li,
.widget_nav_menu.shop-terms div > ul > li {
  margin-bottom: 25px;
}
.widget_archive.shop-terms div > ul > li > a,
.widget_categories.shop-terms div > ul > li > a,
.widget_nav_menu.shop-terms div > ul > li > a {
  text-transform: uppercase;
  color: #9998A3;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.wrapper {
  width: 1380px;
  margin: 0 auto;
  position: relative;
}

body {
  padding-top: 83px;
}
body.has-site-info {
  padding-top: 124px;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

/*--------------------------------------------------------------
10.1 Header
--------------------------------------------------------------*/
#wpadminbar {
  opacity: 0.4;
  top: auto;
  bottom: 0;
}

#wpadminbar:hover {
  opacity: 1;
}

body.admin-bar {
  padding-bottom: 32px;
  margin-top: -32px;
  position: relative;
}
body.admin-bar:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 32px;
  width: 100%;
  background-color: #23282d;
}

#wpadminbar {
  top: auto;
  bottom: 0;
}
#wpadminbar .menupop .ab-sub-wrapper,
#wpadminbar .shortlink-input {
  bottom: 32px;
}
#wpadminbar .menupop li.hover > .ab-sub-wrapper,
#wpadminbar .menupop li:hover > .ab-sub-wrapper {
  margin-top: 0;
  bottom: 0;
}

html.js {
  margin-top: 0 !important;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  border-bottom: 1px solid #ebeaed;
  transition: all 0.35s ease;
}
.site-header.sticky > .wrapper {
  padding: 12px 0;
}
.site-header.sticky .site-branding {
  width: 160px;
}
.site-header .info {
  font-weight: 600;
  padding: 7px;
  text-align: center;
  color: #fff;
  background-color: #838193;
  font-size: 16px;
  font-size: 1.6rem;
}
.site-header .search-bar {
  width: 100%;
}
.site-header > .wrapper {
  padding: 24px 0;
  display: flex;
  align-items: center;
  transition: all 0.35s ease;
}
.site-header > .wrapper::before, .site-header > .wrapper::after {
  display: none;
}
.site-header svg {
  transition: all 0.35s ease;
}
.site-header .header-socials {
  font-weight: 400;
  display: flex;
  align-items: center;
}
.site-header .header-socials .separator {
  margin-left: 3px;
  margin-right: 3px;
}
.site-header .site-branding {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  transform: translate(-50%, -50%);
  transition: all 0.35s ease;
}
.site-header .site-branding a {
  font-size: 0;
  overflow: hidden;
  display: block;
}
.site-header .delivery-info {
  text-align: center;
}
.site-header .delivery-info img {
  margin-right: 8px;
}

.additionals {
  display: flex;
  align-items: center;
}
.additionals a {
  color: #121212;
}
.additionals .search-bar:hover path {
  fill: #838193 !important;
}
.additionals .locale-switchers {
  padding-left: 24px;
  border-left: 1px solid #ebeaed;
  margin-left: 24px;
  display: flex;
  align-items: center;
}
.additionals .basket-link {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.3;
  color: #44415c;
}
.additionals .basket-link:hover {
  color: #838193;
}
.additionals .basket-link:hover svg {
  fill: #838193 !important;
}
.additionals .basket-link .basket-icon {
  display: flex;
  align-items: center;
}
.additionals .basket-link .basket-icon svg {
  transition: all 0.35s ease;
}
.additionals .basket-link .cart-total {
  position: absolute;
  right: -10px;
  bottom: -7px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #BC8363;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
}
.additionals .basket-link .cart-total .count {
  height: 12px;
  line-height: 1;
}
.additionals .basket-link .cart-total .woocommerce-Price-amount,
.additionals .basket-link .cart-total font {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.additionals .search-handler {
  display: flex;
  align-items: center;
  padding: 21px 10px;
  margin-right: 20px;
}
.additionals .search-handler svg {
  margin-left: 10px;
}
.additionals .shop-link {
  padding: 21px 10px;
  margin-right: 10px;
}

.search-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  font-size: 24px;
  font-size: 2.4rem;
}
.search-container.visible {
  opacity: 1;
  visibility: visible;
}
.search-container.visible .search-form {
  transform: translateY(0);
}
.search-container .inner {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 100px;
}
.search-container .search-form {
  max-width: 100%;
  transform: translateY(-300%);
  transition: all 0.35s ease;
}
.search-container form {
  width: 100%;
}

.language-switcher {
  display: flex;
  list-style: none;
  margin: 0 0 0 auto;
}
.language-switcher li {
  margin-left: 15px;
}
.language-switcher .current-lang {
  font-weight: 600;
}

.search-bar {
  margin-right: 36px;
}
.search-bar .dgwt-wcas-search-icon {
  width: 17px !important;
  height: 17px !important;
  background: url(../images/icons/search.svg) no-repeat center center/contain;
}
.search-bar .dgwt-wcas-search-icon svg {
  display: none !important;
}
.search-bar .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  display: none !important;
}
.search-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border-width: 0 0 2px 0 !important;
  border-color: #f1f1f1;
  padding-left: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  transition: all 0.35s ease;
}
.search-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover, .search-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
  border-color: #BC8363;
}
.search-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder {
  font-style: normal !important;
  opacity: 1;
  color: #000000;
  font-weight: 300;
}
.search-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
  font-style: normal !important;
  opacity: 1;
  color: #000000;
  font-weight: 300;
}

/*--------------------------------------------------------------
10.2 Content
--------------------------------------------------------------*/
.content-area.full {
  float: none;
  clear: both;
  margin: 0;
  width: 100%;
}

.full .site-main {
  margin: 0;
  padding-right: 0;
  padding-left: 0;
}

.full .entry-content > .wpb_row {
  position: relative;
}

.full .entry-content > .wpb_row.home-section:last-child {
  margin-bottom: 0;
}

.full .hentry:last-child {
  margin-bottom: 0;
}

.page-with-sidebar-container {
  display: grid;
  grid-template-columns: 3fr 1.15fr;
}
.page-with-sidebar-container > .content-area, .page-with-sidebar-container .widget-area {
  grid-row: 1;
}
.page-with-sidebar-container.reverse {
  grid-template-columns: 1.15fr 3fr;
}
.page-with-sidebar-container.reverse .content-area {
  order: 2;
  padding-left: 90px;
  padding-right: 0;
}
.page-with-sidebar-container.reverse .widget-area {
  padding-left: 0;
}
.page-with-sidebar-container .widget-area {
  background-color: #fff;
  padding-left: 3vw;
}
.page-with-sidebar-container .content-area {
  padding-right: 90px;
}

.home-section.main-section-container {
  margin-top: 10px;
}
.home-section.featured-section-container {
  padding-top: 0;
}
.home-section.about-us-section-container {
  background-color: #838193;
  padding: 60px 13vw 70px;
  font-size: 20px;
  font-size: 2rem;
}
.home-section.about-us-section-container h2 {
  margin-bottom: 3vw;
}

.term-tile {
  color: #44415C;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.term-tile:hover .image {
  width: 105%;
  height: 105%;
}
.term-tile .content {
  position: relative;
  z-index: 10;
  font-size: 14px;
  font-size: 1.4rem;
}
.term-tile .image-wrapper {
  height: 420px;
  overflow: hidden;
  position: relative;
  margin-bottom: 18px;
}
.term-tile .image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transform: translate(-50%, -50%);
  transition: all 0.35s ease;
}
.term-tile .more {
  color: #9998A3;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.term-tile .more svg {
  margin-left: 8px;
  width: 16px;
}
.term-tile h3 {
  margin-bottom: 10px !important;
  font-weight: 400;
  padding: 0 !important;
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.fullwidth-term {
  display: block;
  margin: 0 -3vw;
  font-size: 0px;
  font-size: 0rem;
}
.fullwidth-term img {
  transition: all 0.35s ease;
}
.fullwidth-term:hover img {
  opacity: 0.8;
}

.questions-accordions-container .single-question {
  padding: 20px 0;
  display: block;
  border-bottom: 1px solid #D8D8D8;
}
.questions-accordions-container .single-question:hover, .questions-accordions-container .single-question.active {
  cursor: pointer;
}
.questions-accordions-container .single-question:hover .title, .questions-accordions-container .single-question.active .title {
  color: #44415C;
}
.questions-accordions-container .single-question:hover .title:before, .questions-accordions-container .single-question:hover .title:after, .questions-accordions-container .single-question.active .title:before, .questions-accordions-container .single-question.active .title:after {
  background-color: #44415C;
}
.questions-accordions-container .single-question.active .title:after {
  display: none;
}
.questions-accordions-container .single-question .title {
  color: #4E4E4E;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  padding-right: 40px;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  transition: all 0.35s ease;
}
.questions-accordions-container .single-question .title:before, .questions-accordions-container .single-question .title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 16px;
  height: 2px;
  background-color: #9B9B9B;
  display: block;
  transition: all 0.35s ease;
}
.questions-accordions-container .single-question .title:after {
  transform: rotate(90deg);
}
.questions-accordions-container .single-question .answer {
  padding-top: 25px;
  display: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.questions-accordions-container .single-question .answer p:last-of-type {
  margin-bottom: 0;
}

.single-post .post-categories {
  margin-bottom: 3.5vw;
}
.single-post .entry-header {
  margin-bottom: 45px;
}
.single-post .post-thumbnail {
  max-height: 450px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}
.single-post .post-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .published-at {
  color: #9998A3;
  font-size: 14px;
  font-size: 1.4rem;
}
.single-post .featured-posts {
  margin-top: 4.5vw;
}
.single-post .featured-posts .post-tile {
  margin-bottom: 0 !important;
}
.single-post .featured-posts .title {
  text-transform: uppercase;
  color: #9998A3;
}

.posts-list-container {
  margin-top: 3.5vw;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.posts-list-container .thumbnail {
  height: 420px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 18px;
  transition: all 0.35s ease;
}
.posts-list-container .post-tile {
  width: calc(25% - 10px);
  margin: 0 5px 50px 5px;
}
.posts-list-container .post-tile:hover .thumbnail {
  box-shadow: 0px 3px 20px rgba(153, 152, 163, 0.4);
}
.posts-list-container .post-tile:hover .button-forward:after {
  margin-left: 12px;
}
.posts-list-container .post-tile .entry-title {
  margin-bottom: 5px;
}
.posts-list-container .post-tile .button {
  font-size: 14px;
  font-size: 1.4rem;
}

.blog .posts-list-container,
.archive .posts-list-container {
  margin-bottom: -50px;
}
.blog .posts-list-container .post-tile:first-child,
.archive .posts-list-container .post-tile:first-child {
  width: calc(50% - 10px);
}

/*--------------------------------------------------------------
10.3 Posts and pages
--------------------------------------------------------------*/
.home,
.blog,
.single-post,
.archive.category {
  background-color: #fff;
}

.home .site-content {
  padding-top: 0;
}

.page-section {
  margin-bottom: 5.5vw;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.about-us-content-container {
  display: flex;
}
.about-us-content-container .image {
  width: 600px;
  min-width: 600px;
}
.about-us-content-container .page-content {
  padding: 0 100px;
  margin-top: 0;
}
.about-us-content-container .page-content h2 {
  margin-bottom: 3vw;
}
.about-us-content-container .icons-container {
  display: flex;
  margin-top: 50px;
}
.about-us-content-container .icons-container .icon-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 600;
  margin-right: 70px;
  font-size: 16px;
  font-size: 1.6rem;
}
.about-us-content-container .icons-container .icon-container:last-child {
  margin-right: 0;
}
.about-us-content-container .icons-container .icon-container .icon {
  margin-bottom: 23px;
  font-size: 0;
}
.about-us-content-container .button {
  margin-top: 3.5vw;
}

.section-description {
  margin-bottom: 3vw;
}

.byline,
.updated:not(.published) {
  display: none;
}

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

.entry-summary {
  margin: 0.7em 0 0;
}

.page-content {
  margin: 1.5em 0 0;
}

.entry-content {
  margin: 0;
}

.archive .hentry .entry-content {
  margin-top: 0.4em;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-content {
  padding: 80px 0 90px;
}

.posted-on {
  color: #bbb;
}

.search article {
  border-top: 1px solid #ebeaed;
  padding-top: 20px;
}
.search article:first-of-type {
  border-top: 0;
}

.post-meta {
  color: #a1a1a1;
  font-size: 15px;
  font-size: 1.5rem;
}

.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon-arrow {
  display: none !important;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials img {
  width: 26px;
  height: 26px;
}
.socials a {
  margin-right: 10px;
  font-size: 0 !important;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #838193;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials a:hover {
  background-color: rgb(112.9615384615, 110.9076923077, 129.3923076923);
}
.socials a:last-child {
  margin-right: 0;
}

.search-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
}
.search-overlay.show {
  opacity: 1;
  visibility: visible;
}

.terms-bar {
  border-top: 1px solid #ebeaed;
  border-bottom: 1px solid #ebeaed;
  top: 0;
  position: sticky;
  background-color: #fff;
  z-index: 999;
}
.terms-bar .inner {
  width: 100%;
}

.dgwt-wcas-search-wrapp {
  min-width: 350px;
}

.site {
  opacity: 1;
  transition: all 0.35s ease;
}

.popup-container {
  position: fixed;
  z-index: 10000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
}
.popup-container > .inner {
  background-color: #fff;
  width: 640px;
  max-width: 90vw;
  padding: 35px;
  box-shadow: 0 10px 20px rgba(238, 238, 238, 0.5);
}
.popup-container .logo {
  margin: 0 auto 24px;
  text-align: center;
  width: 240px;
}
.popup-container .button {
  display: inline-block;
  margin-top: 24px !important;
}

.wishes-link {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
.wishes-link:hover {
  color: #838193;
}
.wishes-link img {
  width: 40px;
  margin-right: 10px;
}

.wishes-select-container {
  display: none;
}
.wishes-select-container.show {
  display: flex;
}
.wishes-select-container .inner {
  max-height: 90vh;
  overflow-y: auto;
}
.wishes-select-container p {
  margin-bottom: 20px;
  text-align: center;
}
.wishes-select-container p .info {
  color: #a1a1a1;
  font-size: 15px;
  font-size: 1.5rem;
}
.wishes-select-container .single-wish-container {
  padding: 20px;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 2px dashed #838193;
  transition: all 0.2s ease;
  font-size: 16px;
  font-size: 1.6rem;
}
.wishes-select-container .single-wish-container:hover {
  cursor: pointer;
  background-color: rgba(131, 129, 147, 0.2);
}
.wishes-select-container .single-wish-container:last-child {
  border-bottom: none;
}
.wishes-select-container .single-wish-container .button {
  margin-top: 20px;
  padding: 7px 25px;
  font-size: 18px;
  font-size: 1.8rem;
}

.tabs-main-container {
  font-size: 16px;
  font-size: 1.6rem;
}
.tabs-main-container .tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-bottom: 12px;
  border-bottom: 1px solid #9998A3;
  color: #9998A3;
  font-size: 14px;
  font-size: 1.4rem;
}
.tabs-main-container .tabs .tab {
  margin-right: 65px;
  cursor: pointer;
}
.tabs-main-container .tabs .tab:hover {
  color: #838193;
}
.tabs-main-container .tabs .tab:last-child {
  margin-right: auto;
}
.tabs-main-container .tabs .tab.active {
  font-weight: 600;
  color: #838193;
}
.tabs-main-container .single-tab-content {
  display: none;
}
.tabs-main-container .single-tab-content.active {
  display: block;
}

.site-socials {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0;
}
.site-socials a:hover {
  opacity: 0.7;
}
.site-socials img {
  max-width: 20px;
  max-height: 20px;
}

/*--------------------------------------------------------------
10.4 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

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

.bypostauthor {
  display: block;
  display: grid;
}

/*--------------------------------------------------------------
10.5 Footer
--------------------------------------------------------------*/
.site-footer {
  border-top: 1px solid #ebeaed;
  position: relative;
  clear: both;
  color: #9998A3;
  font-size: 14px;
  font-size: 1.4rem;
}
.site-footer > .wrapper {
  padding: 13px 0;
  display: flex;
}
.site-footer > .wrapper::before, .site-footer > .wrapper::after {
  display: none;
}

.prefooter {
  font-size: 16px;
  font-size: 1.6rem;
}

.footer-navigation {
  margin-left: 16px;
}
.footer-navigation ul {
  list-style: none;
  display: flex;
}
.footer-navigation ul li {
  margin-right: 16px;
}
.footer-navigation ul li a {
  color: #9998A3;
}
.footer-navigation ul li a:hover {
  text-decoration: underline;
}
.footer-navigation ul li:last-child {
  margin-right: 0;
}

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

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

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

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

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-top: 20px;
  margin-bottom: 1.5em;
  margin-left: -5px;
  margin-right: -5px;
}
.gallery:last-child {
  margin-bottom: 0;
}

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

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

.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

/*--------------------------------------------------------------
13.0 Additional / Modifiers
--------------------------------------------------------------*/
.latest-posts-container {
  display: flex;
  justify-content: space-between;
}
.latest-posts-container a {
  width: calc(33.3333% - 1px);
  height: 33.3333vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 10vw 4vw 4.7vw;
  color: #fff;
  background-image: -ms-linear-gradient(90deg, rgb(249, 53, 12) 0%, rgb(250, 197, 0) 100%);
}
.latest-posts-container a:hover .image {
  opacity: 0.8;
  will-change: opacity;
}
.latest-posts-container a:hover .post-content,
.latest-posts-container a:hover .goto-icon {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.latest-posts-container a .image {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.35s ease;
}
.latest-posts-container a .post-content,
.latest-posts-container a .goto-icon {
  position: relative;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
}
.latest-posts-container a h3 {
  font-size: 2vw;
  color: #fff;
}
.latest-posts-container a .term {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 7px 30px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.25);
  margin-bottom: 20px;
  font-size: 11px;
  font-size: 1.1rem;
}
.latest-posts-container .goto-icon {
  transform: translateY(150%);
}
.latest-posts-container .post-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-150px);
}

.slick-slider {
  position: relative;
}
.slick-slider .slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  list-style: none;
  left: 50%;
  bottom: 40px;
  display: flex;
  transform: translateX(-50%);
}
.slick-slider .slick-dots li {
  width: 44px;
  height: 2px;
  background-color: #838193;
  opacity: 0.32;
  margin: 0 8px;
  position: relative;
  cursor: pointer;
  transition: all 0.35s ease;
}
.slick-slider .slick-dots li:before {
  display: none !important;
}
.slick-slider .slick-dots li.slick-active {
  opacity: 1;
}
.slick-slider .slick-dots button {
  display: none;
}
.slick-slider .slick-arrow {
  font-size: 0;
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  padding: 0;
  top: 50%;
  z-index: 10;
  background: #fff url(../images/icons/left.svg) no-repeat center center;
  transition: all 0.35s ease;
}
.slick-slider .slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.slick-slider .slick-arrow.slick-prev {
  right: 100%;
  left: auto;
  transform: translate(-21px, -50%);
}
.slick-slider .slick-arrow.slick-next {
  left: 100%;
  right: auto;
  transform: translate(21px, -50%) rotate(180deg);
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1);
}

.colours-base-container {
  color: #9998A3;
  font-size: 16px;
  font-size: 1.6rem;
}
.colours-base-container .material-container {
  margin-bottom: 70px;
}
.colours-base-container .material-container:last-child {
  margin-bottom: 0;
}
.colours-base-container .material-colors {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-size: 1.4rem;
}
.colours-base-container .color-tile {
  width: 12.5%;
  padding-right: 24px;
  margin-top: 50px;
}
.colours-base-container .preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 20px;
}
.colours-base-container .preview img {
  -o-object-fit: cover;
     object-fit: cover;
}

.shortcode-slider-container:hover .slick-arrow.slick-prev {
  opacity: 1;
  visibility: visible;
}
.shortcode-slider-container .single-slide {
  height: 420px;
}
.shortcode-slider-container .slide-inner {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.shortcode-slider-container .slick-list {
  margin-left: -5px;
  margin-right: -5px;
  width: 1740px;
}
.shortcode-slider-container .slick-slide {
  margin: 0 5px;
}
.shortcode-slider-container .slick-arrow.slick-prev {
  left: 0px;
  right: auto;
  transform: translate(20px, -50%);
  opacity: 0;
  visibility: hidden;
}

body .wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
  padding-bottom: 33%;
}

.inline-block {
  display: inline-block;
}

.radius-small {
  border-radius: 7px;
}

.radius-large {
  border-radius: 10px;
}

a[href$=".odt"] {
  position: relative;
}

a[href$=".doc"] {
  position: relative;
}

a[href$=".docx"] {
  position: relative;
}

a[href$=".ods"] {
  position: relative;
}

a[href$=".xls"] {
  position: relative;
}

a[href$=".xlsx"] {
  position: relative;
}

a[href$=".pdf"] {
  position: relative;
}

div#fancy_outer {
  box-sizing: content-box;
}

a#fancy_right:hover span {
  right: 10px;
  left: auto;
}

a#fancy_left:hover span {
  left: 10px;
}

div#fancy_title {
  display: none !important;
}

.elementor-editor-active .site-header {
  position: static !important;
}

.page-template-homepage .vc_basic_grid > .vc_grid {
  margin-left: -15px;
  margin-right: -15px;
}

.vc_grid.vc_row.vc_grid-gutter-10px .vc_pageable-slide-wrapper {
  font-size: 0;
}

.wpb_single_image .vc_single_image-wrapper {
  max-width: 100%;
}

.hidden {
  display: none;
}

button#catapultCookie {
  box-shadow: none;
}

body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
body .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: transparent;
}
body .centered-bg {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center !important;
}
body .visible-overflow {
  overflow: visible !important;
}
body .home-banner {
  position: relative;
}
body .home-banner > .vc_column_container > .vc_column-inner {
  min-height: 41vw;
}
body .home-banner .banner-watchwords {
  position: absolute;
  bottom: 4.1vw;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}
body .vc_row.cut-bg-left:after,
body .vc_row.cut-bg-right:after {
  content: "" !important;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: calc(50vw - 700px);
  display: block !important;
  background-color: #fff;
}
body .vc_row.cut-bg-left:after {
  left: 0;
}
body .vc_row.cut-bg-right:after {
  right: 0;
}
body .full-column-left > .vc_column-inner {
  margin-left: calc(-50vw + 700px);
}
body .full-column-right > .vc_column-inner {
  margin-right: calc(-50vw + 700px);
}
body .wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
body .contacts-textblock {
  padding-left: 56px;
  background: url(../images/icons/send.svg) no-repeat left center;
}

/*--------------------------------------------------------------
14.0 Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart .woocommerce-shipping-destination {
  display: none !important;
}
.woocommerce-cart table.cart img {
  width: 80px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 6px 12px;
  margin-right: 0;
  border-radius: 12px 0 0 12px;
  font-size: 16px;
  font-size: 1.6rem;
}
.woocommerce-cart table.cart td.actions .coupon .button {
  border-radius: 0 30px 30px 0;
}
.woocommerce-cart table.cart td.actions .button {
  font-weight: 400;
  padding: 12px 16px !important;
  font-size: 16px;
  font-size: 1.6rem;
}
.woocommerce-cart table.cart .product-thumbnail {
  width: 105px;
}
.woocommerce-cart table.cart .product-remove {
  width: 50px;
}
.woocommerce-cart .woocommerce table.shop_table th {
  font-weight: 500;
}
.woocommerce-cart .cart-bracket-container {
  float: left;
  width: 100%;
}
.woocommerce-cart .cart-collaterals {
  width: 40%;
  float: right;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce-cart .woocommerce-notices-wrapper .button.wc-forward {
  display: none !important;
}

.cart-express-service {
  width: 600px;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.cart-express-service .icon {
  width: 80px;
  min-width: 80px;
  margin-right: 24px;
}
.cart-express-service .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
  line-height: 1.2;
}
.cart-express-service p {
  font-size: 16px;
  margin-bottom: 0;
}
.cart-express-service .button {
  padding: 17px 20px !important;
  white-space: nowrap;
  margin-top: 20px !important;
  letter-spacing: 1px !important;
}

.cart-footer {
  display: flex;
  justify-content: space-between;
}
.cart-footer .cart-collaterals {
  margin-left: auto;
}
.cart-footer .cart-slider {
  width: 49%;
}

.basket {
  position: relative;
}
.basket .cart-products-container .currently-in-basket {
  width: 100%;
  position: relative;
}
.basket .cart-products-container .currently-in-basket .basket-inner {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 55px;
  position: relative;
  padding: 0;
  padding-bottom: 30px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: all 0.35s ease;
}
.basket .cart-products-container .currently-in-basket .basket-inner .basket-name {
  font-weight: 300;
  display: block;
  margin-bottom: 15px;
  color: #000000;
  font-size: 18px;
  font-size: 1.8rem;
}
.basket .cart-products-container .currently-in-basket .basket-inner.empty {
  display: none;
}
.basket .cart-products-container .currently-in-basket .basket-inner .go-to-basket {
  text-align: center;
}
.basket .cart-products-container .currently-in-basket .basket-inner .total-price {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 700;
}
.basket .cart-products-container .currently-in-basket .basket-inner .total-price span {
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
}
.basket .cart-products-container .currently-in-basket .basket-inner .total-price span.amount, .basket .cart-products-container .currently-in-basket .basket-inner .total-price span.woocommerce-Price-currencySymbol {
  color: #000;
  font-size: 25px;
  font-size: 2.5rem;
}
.basket .cart-products-container .currently-in-basket .basket-inner .summary {
  display: flex;
  flex-direction: column;
}
.basket .cart-products-container .currently-in-basket .basket-inner .products-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.basket .cart-products-container .currently-in-basket .basket-inner .products-list li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
  position: relative;
}
.basket .cart-products-container .currently-in-basket .basket-inner .products-list li .details {
  line-height: 1.15;
  font-weight: 500;
  color: #8d9194;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 0px;
  font-size: 0rem;
}
.basket .cart-products-container .currently-in-basket .basket-inner .products-list li .details span {
  font-size: 14px;
  font-size: 1.4rem;
}
.basket .cart-products-container .currently-in-basket .basket-inner .products-list li .details .product-title {
  min-width: 65%;
  max-width: 65%;
}
.basket .cart-products-container .currently-in-basket .basket-inner .products-list li .details .quantity {
  min-width: 15%;
  max-width: 15%;
  text-align: center;
}
.basket .cart-products-container .currently-in-basket .basket-inner .products-list li .details .products-price {
  flex-grow: 1;
  text-align: right;
}

.woocommerce-checkout #customer_details {
  display: flex;
  flex-direction: column;
  width: 48%;
  float: left;
}
.woocommerce-checkout #customer_details > div {
  width: 100%;
}
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  width: 48%;
  float: right;
}
.woocommerce-checkout .woocommerce form .form-row textarea {
  height: auto;
}
.woocommerce-checkout .woocommerce table.shop_table th {
  font-weight: 500;
}
.woocommerce-checkout .woocommerce-checkout-payment input.button {
  background-color: #838193;
}
.woocommerce-checkout .woocommerce-checkout-payment input.button:hover {
  background-color: rgb(105.7692307692, 103.8461538462, 121.1538461538);
  color: #fff;
}
.woocommerce-checkout .customer_details {
  float: left;
  width: 49%;
  border-radius: 5px;
  background-color: #f7f7f7;
  padding: 35px;
}
.woocommerce-checkout .order-review {
  float: right;
  width: 49%;
}
.woocommerce-checkout .coupon-notice {
  margin-bottom: 24px;
}
.woocommerce-checkout .login-notice a,
.woocommerce-checkout .coupon-notice a {
  color: #838193;
}
.woocommerce-checkout .order_review_heading {
  float: right;
  width: 49%;
}
.woocommerce-checkout h3 {
  color: #111;
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem;
}
.woocommerce-checkout .woocommerce-billing-fields {
  margin-bottom: 50px;
}
.woocommerce-checkout .woocommerce-billing-fields .billing-field-hidden {
  display: none !important;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table th.product-name,
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-name {
  width: 50%;
}
.woocommerce-checkout .checkout-shipping-selection {
  clear: both;
  padding-top: 40px;
  margin-top: 30px;
  border-top: 1px solid #ebebeb;
}
.woocommerce-checkout .checkout-shipping-selection ul li {
  margin-bottom: 5px !important;
}
.woocommerce-checkout .checkout-shipping-selection ul li > label {
  color: #111111;
}
.woocommerce-checkout .checkout-shipping-selection ul li span.amount {
  color: #000000;
}
.woocommerce-checkout .checkout-shipping-selection input[value^=local_pickup]:checked ~ .receipt-point-selection {
  display: block;
}
.woocommerce-checkout .checkout-shipping-selection .receipt-point-selection {
  margin-top: 15px;
  display: none;
}
.woocommerce-checkout .checkout-shipping-selection .title {
  display: block;
  margin-bottom: 20px;
  color: #111111;
}
.woocommerce-checkout .woocommerce-billing-fields .select2-container--default .select2-selection__rendered,
.woocommerce-checkout .woocommerce-shipping-fields .select2-container--default .select2-selection__rendered {
  line-height: 55px;
}
.woocommerce-checkout .woocommerce-billing-fields .select2-selection--single .select2-selection__arrow,
.woocommerce-checkout .woocommerce-shipping-fields .select2-selection--single .select2-selection__arrow {
  height: 54px;
}
.woocommerce-checkout .woocommerce-billing-fields .select2-container .select2-selection--single,
.woocommerce-checkout .woocommerce-shipping-fields .select2-container .select2-selection--single {
  height: 55px;
  border-radius: 0;
}
.woocommerce-checkout .woocommerce-billing-fields .select2-container--default .select2-selection--single,
.woocommerce-checkout .woocommerce-billing-fields .select2-container--open .select2-dropdown--below,
.woocommerce-checkout .woocommerce-shipping-fields .select2-container--default .select2-selection--single,
.woocommerce-checkout .woocommerce-shipping-fields .select2-container--open .select2-dropdown--below {
  border-color: #ccc !important;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
  text-decoration: underline !important;
}
.woocommerce-checkout .woocommerce-checkout-payment {
  font-size: 16px;
  font-size: 1.6rem;
}
.woocommerce-checkout .woocommerce-checkout-payment input[type=checkbox], .woocommerce-checkout .woocommerce-checkout-payment input[type=radio] {
  top: 0;
  margin-right: 5px !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_box {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

body .woocommerce form .form-row input.input-text,
body .woocommerce form .form-row textarea {
  line-height: 1.6;
}
body #content table.cart td.actions #coupon_code {
  width: 180px;
}
body.woocommerce span.onsale {
  display: none;
}

.checkout_coupon .button {
  padding: 17px 20px 18px !important;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 15px 25px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  font-weight: 600;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #838193;
  color: #fff;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #838193;
  color: #fff;
}
.woocommerce-MyAccount-navigation ul li:last-child a {
  border-bottom: 1px solid #dddddd;
}

.woocommerce-MyAccount-content {
  border: 1px solid #dddddd;
  padding: 25px;
}
.woocommerce-MyAccount-content a {
  color: #838193;
}

.woocommerce-order-received .wc-item-meta {
  font-size: 16px;
  font-size: 1.6rem;
}
.woocommerce-order-received .woocommerce-thankyou-order-details {
  margin-left: 15px;
}
.woocommerce-order-received .woocommerce-thankyou-order-details li {
  float: none;
  display: block;
  margin: 4px 0 3px;
  padding-left: 15px;
  position: relative;
  border: none;
  text-transform: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.woocommerce-order-received .woocommerce-thankyou-order-details li:before {
  display: none;
}
.woocommerce-order-received .woocommerce-thankyou-order-details li strong {
  display: inline;
  font-size: 16px;
  font-size: 1.6rem;
}
.woocommerce-order-received .wc-bacs-bank-details li {
  float: none;
  display: block;
  margin: 4px 0 3px;
  position: relative;
  border: none;
  text-transform: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.woocommerce-order-received .wc-bacs-bank-details li:before {
  display: none;
}
.woocommerce-order-received .wc-bacs-bank-details li strong {
  display: inline;
  font-size: 16px;
  font-size: 1.6rem;
}

.woocommerce {
  width: 100%;
}
.woocommerce ul.products {
  font-size: 0px;
  font-size: 0rem;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.products:before, .woocommerce ul.products:after {
  display: none;
}
.woocommerce ul.products li.product {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  position: relative;
  width: calc(33.3333% - 10px) !important;
  transition: all 0.35s ease;
}
.woocommerce ul.products li.product.product-category {
  width: calc(25% - 10px) !important;
  margin-top: 0 !important;
}
.woocommerce ul.products li.product.product-category:nth-child(n+5) {
  margin-top: 2.5vw !important;
}
.woocommerce ul.products li.product:nth-child(n+4) {
  margin-top: 2.5vw;
}
.woocommerce ul.products li.product:before {
  display: none !important;
}
.woocommerce ul.products li.product:hover .product-thumbnail .image {
  opacity: 0.8;
}
.woocommerce ul.products li.product:hover .add_to_cart_button {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.woocommerce ul.products li.product .iworks-omnibus {
  display: none !important;
}
.woocommerce ul.products li.product .woocommerce-price-suffix {
  display: none !important;
}
.woocommerce ul.products li.product .add_to_cart_button {
  box-shadow: none !important;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 370px;
  left: 0;
  right: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px;
  height: 51px;
  background-color: #fff;
  transform: translateY(20px);
  margin: 0;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.64px;
  color: #000000 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-size: 1.6rem;
}
.woocommerce ul.products li.product .add_to_cart_button.added:before, .woocommerce ul.products li.product .add_to_cart_button.loading:before, .woocommerce ul.products li.product .add_to_cart_button.product_type_variable:before {
  display: none !important;
}
.woocommerce ul.products li.product .add_to_cart_button.loading {
  padding-right: 20px;
}
.woocommerce ul.products li.product .add_to_cart_button.loading:after {
  top: 24px;
}
.woocommerce ul.products li.product .product-thumbnail {
  display: flex;
  align-items: flex-end;
  padding: 24px;
  height: 420px;
  position: relative;
  background-color: #1d1d1d;
  overflow: hidden;
}
.woocommerce ul.products li.product .product-thumbnail .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition: all 0.35s ease;
}
.woocommerce ul.products li.product .product-metadata {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 18px 0 0;
  transition: all 0.35s ease;
}
.woocommerce ul.products li.product .product-signatures {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  z-index: 10;
  top: 12px;
  left: 0;
}
.woocommerce ul.products li.product .product-signature {
  color: #fff;
  margin-bottom: 7px;
  background-color: #D2C6C5;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 1px 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: block;
  padding: 0;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.35;
  text-align: left;
  transition: all 0.35s ease;
  font-size: 18px;
  font-size: 1.8rem;
}
.woocommerce ul.products li.product .price {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 8px;
  color: #000000;
  white-space: nowrap;
  transition: all 0.35s ease;
  font-size: 18px;
  font-size: 1.8rem;
}
.woocommerce .woocommerce-message {
  background-color: #D6E878;
}
.woocommerce .woocommerce-error {
  background-color: #ffccd3;
}
.woocommerce .woocommerce-info {
  background-color: #e2ffff;
}

body .products-slider ul.products {
  margin-left: 0;
  margin-right: 0;
  display: block;
}
body .products-slider ul.products:hover .slick-arrow.slick-prev {
  opacity: 1;
  visibility: visible;
}
body .products-slider ul.products .slick-list {
  margin-left: -5px;
  margin-right: -5px;
  width: 1740px;
}
body .products-slider ul.products .slick-arrow.slick-prev,
body .products-slider ul.products .slick-arrow.slick-next {
  top: 200px;
  z-index: 10;
}
body .products-slider ul.products .slick-arrow.slick-prev {
  left: 0;
  right: auto;
  transform: translate(20px, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
}
body .products-slider ul.products .slick-slide {
  margin: 0 5px;
}
body .products-slider ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
}

.woocommerce .page-with-sidebar-container.reverse {
  grid-template-columns: 0.9fr 3fr;
}
.woocommerce .page-with-sidebar-container.reverse .content-area {
  padding-left: 30px;
}

.woocommerce .product-overview-container {
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10000;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
  display: none;
}
.woocommerce .product-overview-container .inner {
  width: 750px;
  display: flex;
  position: relative;
}
.woocommerce .product-overview-container .inner .close {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 15px;
  right: 15px;
  transform: rotate(45deg);
  cursor: pointer;
}
.woocommerce .product-overview-container .inner .close:before, .woocommerce .product-overview-container .inner .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 18px;
  background-color: #E73739;
}
.woocommerce .product-overview-container .inner .close:before {
  transform: translate(-50%, -50%);
}
.woocommerce .product-overview-container .inner .close:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.woocommerce .product-overview-container .images {
  width: 43%;
  min-width: 43%;
  padding: 95px 45px 50px !important;
  background-color: #f4f2f4;
  min-height: inherit !important;
}
.woocommerce .product-overview-container .products-thumbnails {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.woocommerce .product-overview-container .products-thumbnails .product-gallery-item {
  margin: 4px;
}
.woocommerce .product-overview-container .products-thumbnails .product-gallery-item a {
  display: block;
  width: 40px !important;
  height: 40px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.woocommerce .product-overview-container .overview-content {
  width: 57%;
  min-width: 57%;
  padding: 25px 45px 30px;
}
.woocommerce .product-overview-container .overview-content h2 {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 0;
}
.woocommerce .product-overview-container .overview-content .colection-name {
  margin-top: 5px;
  display: block;
  text-transform: lowercase;
  font-size: 14px;
  font-size: 1.4rem;
}
.woocommerce .product-overview-container .overview-content .price-and-favourites {
  margin-top: 10px;
}
.woocommerce .product-overview-container .overview-content .price-and-favourites .price {
  margin-bottom: 0 !important;
  font-weight: 600;
  font-size: 35px;
  font-size: 3.5rem;
}
.woocommerce .product-overview-container .overview-content .price-and-favourites {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}
.woocommerce .product-overview-container .overview-content .price-and-favourites .add-to-favourite,
.woocommerce .product-overview-container .overview-content .price-and-favourites .remove-from-favourite {
  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.woocommerce .product-overview-container .overview-content .price-and-favourites .add-to-favourite:hover,
.woocommerce .product-overview-container .overview-content .price-and-favourites .remove-from-favourite:hover {
  cursor: pointer;
}
.woocommerce .product-overview-container .overview-content .price-and-favourites .add-to-favourite:hover .icon,
.woocommerce .product-overview-container .overview-content .price-and-favourites .remove-from-favourite:hover .icon {
  background-color: #ddead7;
}
.woocommerce .product-overview-container .overview-content .price-and-favourites .add-to-favourite:hover .icon svg,
.woocommerce .product-overview-container .overview-content .price-and-favourites .remove-from-favourite:hover .icon svg {
  fill: #fff;
}
.woocommerce .product-overview-container .overview-content .price-and-favourites .add-to-favourite .icon,
.woocommerce .product-overview-container .overview-content .price-and-favourites .remove-from-favourite .icon {
  margin-left: 8px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ddead7;
  border-radius: 50%;
  transition: all 0.35s ease;
}
.woocommerce .product-overview-container .overview-content .price-and-favourites .add-to-favourite .icon svg,
.woocommerce .product-overview-container .overview-content .price-and-favourites .remove-from-favourite .icon svg {
  width: 13px;
  height: 18px;
  fill: #afbaab;
  transition: all 0.35s ease;
}
.woocommerce .product-overview-container .overview-content .price-and-favourites .add-to-favourite .remove-text {
  display: none;
}
.woocommerce .product-overview-container .overview-content .price-and-favourites .add-to-favourite:hover .icon svg .border {
  fill: #fff;
}
.woocommerce .product-overview-container .overview-content .price-and-favourites .add-to-favourite .icon svg {
  fill: #fff;
}
.woocommerce .product-overview-container .overview-content .price-and-favourites .add-to-favourite .icon svg .border {
  fill: #afbaab;
}
.woocommerce .product-overview-container .overview-content .price-and-favourites .remove-from-favourite .add-text {
  display: none;
}
.woocommerce .product-overview-container .overview-content .price-and-favourites .remove-from-favourite:hover {
  cursor: pointer;
}
.woocommerce .product-overview-container .overview-content .price-and-favourites .remove-from-favourite:hover .icon {
  background-color: #ddead7;
}
.woocommerce .product-overview-container .overview-content .price-and-favourites .remove-from-favourite:hover .icon svg {
  fill: #afbaab;
}
.woocommerce .product-overview-container .overview-content .overview-add-to-cart {
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.woocommerce .product-overview-container .overview-content .overview-add-to-cart .button {
  margin-top: 0;
}
.woocommerce .product-overview-container .overview-content .description-container {
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}
.woocommerce .product-overview-container .overview-content .description-container .title {
  display: block;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
}
.woocommerce .product-overview-container .overview-content .quantity-container {
  margin-bottom: 0;
}

.selection-container-full {
  position: relative;
}
.selection-container-full .product-selection-window {
  z-index: 1000;
  padding-top: 15px;
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 200px;
  max-width: 220px;
  transform: translateX(-50%);
}
.selection-container-full .product-selection-window:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #3d3c3c;
}
.selection-container-full .product-selection-window.top {
  top: auto;
  bottom: 100%;
  padding-top: 0;
  padding-bottom: 15px;
}
.selection-container-full .product-selection-window.top:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #3d3c3c;
  border-bottom: none;
}
.selection-container-full .product-selection-window .inner {
  background-color: #3d3c3c;
  color: #fff;
  padding: 20px 30px 25px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.selection-container-full .product-selection-window .inner .warning {
  color: #f00;
  display: none;
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}
.selection-container-full .product-selection-window .inner .custom-add-to-cart {
  margin: 0 auto;
}
.selection-container-full .product-selection-window .label {
  color: #989898;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 3px;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
}
.selection-container-full .product-selection-window .summary-price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 17px;
}
.selection-container-full .product-selection-window .summary-price .label {
  margin-bottom: 0;
}
.selection-container-full .product-selection-window .price {
  font-weight: 400 !important;
  color: #fff !important;
  margin-bottom: 0 !important;
  font-size: 20px !important;
  font-size: 2rem !important;
}
.selection-container-full .product-selection-window .attributes {
  margin-bottom: 17px;
}
.selection-container-full .product-selection-window select::-ms-expand {
  display: none;
}
.selection-container-full .product-selection-window select {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  overflow: hidden;
  height: 30px;
  font-weight: 400;
  color: #3f3f3f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../images/select.png) no-repeat 95% 50%;
  padding-right: 20px !important;
  transition: all 0.35s ease;
  font-size: 16px;
  font-size: 1.6rem;
}
.selection-container-full .product-selection-window select:focus {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.login-modal-window {
  overflow: hidden;
  position: fixed;
  width: 350px;
  min-height: 370px;
  padding: 0 30px 40px;
  z-index: 99999;
  left: 50%;
  top: 50%;
  background-color: #fff;
  box-shadow: 0 0 13px 5px rgba(210, 210, 210, 0.5);
  transform: translate3d(-50%, -1000px, 0);
  transition: all 0.35s ease;
}
.login-modal-window.open {
  animation-name: fadeInDownBig;
}
.login-modal-window .col2-set .col-1,
.login-modal-window .col2-set .col-2 {
  float: none;
  width: 100%;
}
.login-modal-window form.login,
.login-modal-window form.register {
  margin-bottom: 0;
  margin-top: 25px;
  border: none;
  border-radius: 0;
  padding: 0;
}
.login-modal-window .forms-container {
  position: relative;
}
.login-modal-window .login-modal-form-container {
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
  transition: all 0.35s ease;
}
.login-modal-window .login-form-container:not(.active) {
  height: 0;
  left: -500px;
}
.login-modal-window .register-form-container:not(.active) {
  height: 0;
  left: 500px;
}
.login-modal-window .modal-title {
  display: block;
  margin: 0 -30px 25px;
  padding: 10px 0;
  border-bottom: 1px solid #e5eaeb;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}
.login-modal-window .modal-title .close-modal {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 50px;
  transition: all 0.35s ease;
}
.login-modal-window .modal-title .close-modal:hover {
  cursor: pointer;
  opacity: 0.7;
}
.login-modal-window .modal-title .close-modal:before, .login-modal-window .modal-title .close-modal:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background-color: #838193;
}
.login-modal-window .modal-title .close-modal:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.login-modal-window .modal-title .close-modal:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.login-modal-window input.button {
  padding: 11px 10px;
}
.login-modal-window form .form-row {
  padding: 0;
  margin-bottom: 20px;
}
.login-modal-window form .btn-row {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-modal-window form .btn-row:before, .login-modal-window form .btn-row:after {
  display: none;
}
.login-modal-window form .btn-row .remind-password {
  color: #cdd1d4;
  font-size: 14px;
  font-size: 1.4rem;
}
.login-modal-window form .btn-row .remind-password:hover {
  color: #838193;
}
.login-modal-window form .register-btn-row {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
}
.login-modal-window form .register-btn-row:before, .login-modal-window form .register-btn-row:after {
  display: none;
}
.login-modal-window .login-forms-nav {
  margin: 0 -30px;
  padding: 0 40px;
  border-bottom: 1px solid #e5eaeb;
  display: flex;
  justify-content: space-between;
}
.login-modal-window .login-forms-nav a {
  color: #cdd1d4;
  padding: 5px 0 8px;
  margin-bottom: -1px;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  font-size: 1.4rem;
}
.login-modal-window .login-forms-nav a:hover, .login-modal-window .login-forms-nav a.active {
  cursor: pointer;
  color: #838193;
  border-bottom: 2px solid #838193;
}
.login-modal-window .woocommerce-error,
.login-modal-window .woocommerce-info,
.login-modal-window .woocommerce-message {
  padding: 5px 10px 5px 30px;
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}
.login-modal-window .woocommerce-error:before,
.login-modal-window .woocommerce-info:before,
.login-modal-window .woocommerce-message:before {
  left: 10px;
  top: 5px;
}

.modal-overlay {
  position: fixed;
  z-index: 3000;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
}

.woocommerce.single-product .product-custom-field {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.woocommerce.single-product .product-custom-field input {
  margin-bottom: 0 !important;
  padding: 10px 17px !important;
  font-size: 14px;
  font-size: 1.4rem;
}
.woocommerce.single-product .product-custom-field label {
  color: #9998A3;
  margin-right: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
.woocommerce.single-product .product-content-container {
  margin-top: 40px;
}
.woocommerce.single-product .variations .single-attribute {
  margin-bottom: 30px;
  position: relative;
}
.woocommerce.single-product .variations .single-attribute:last-child {
  margin-bottom: 0;
}
.woocommerce.single-product .variations .single-attribute > .value {
  max-width: 400px;
}
.woocommerce.single-product .variations .attribute-info {
  position: absolute;
  right: 0;
  top: 100%;
  display: flex;
  align-items: center;
  padding: 2px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transform: translateY(-10px);
}
.woocommerce.single-product .variations .attribute-info:hover:before {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -6px);
}
.woocommerce.single-product .variations .attribute-info:before {
  content: attr(data-text);
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 7px 20px rgba(153, 152, 163, 0.35);
  left: 50%;
  padding: 12px 20px;
  bottom: 100%;
  width: 260px;
  border-radius: 20px;
  transform: translate(-50%, -25px);
  color: #9998A3;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  font-size: 14px;
  font-size: 1.4rem;
}
.woocommerce.single-product .variations .attribute-info img {
  width: 24px;
}
.woocommerce.single-product div.product {
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.woocommerce.single-product div.product .quantity-container {
  margin-bottom: 35px;
}
.woocommerce.single-product div.product div.summary {
  width: 45% !important;
  padding-right: 5.2vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 25px;
}
.woocommerce.single-product div.product .product-image,
.woocommerce.single-product div.product .product-gallery-slider {
  width: 35% !important;
  margin: 0;
  margin-left: 75px;
}
.woocommerce.single-product div.product .product-gallery-slider .slider-image {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.woocommerce.single-product div.product .product-gallery-slider .slider-image img {
  width: 100%;
}
.woocommerce.single-product div.product .product-image {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.woocommerce.single-product div.product .product-gallery {
  width: 100% !important;
  margin-top: 70px;
  text-align: center;
}
.woocommerce.single-product div.product .product-gallery h2 {
  margin-bottom: 15px;
}
.woocommerce.single-product div.product .product-gallery .inner {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.woocommerce.single-product div.product .product-gallery .inner a {
  width: calc(20% - 30px);
  margin: 15px;
  height: 18.75vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.woocommerce.single-product div.product .term {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  color: #9998A3;
  font-size: 16px;
  font-size: 1.6rem;
}
.woocommerce.single-product div.product .iworks-omnibus {
  margin-top: -35px;
  margin-bottom: 35px;
  font-size: 12px;
  font-size: 1.2rem;
}
.woocommerce.single-product div.product p.price {
  color: #44415C;
  font-weight: 600;
  margin: 15px 0 35px;
  font-size: 20px;
  font-size: 2rem;
}
.woocommerce.single-product div.product .product_title {
  margin-bottom: 0;
  font-size: 30px;
  font-size: 3rem;
}
.woocommerce.single-product div.product .description {
  font-weight: 400;
  color: #44415C;
}
.woocommerce.single-product div.product .description p:last-of-type {
  margin-bottom: 0;
}
.woocommerce.single-product div.product .desc-title {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #44415C;
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
}
.woocommerce.single-product div.product .woocommerce-variation-add-to-cart {
  margin-top: 15px;
}
.woocommerce.single-product div.product form.cart {
  margin-top: 0;
  margin-bottom: 3.5vw;
  padding: 0;
}
.woocommerce.single-product div.product form.cart + .shop-features {
  margin-bottom: 1.5vw;
}
.woocommerce.single-product div.product form.cart select {
  margin-right: 0 !important;
  max-width: auto;
  min-width: auto;
  width: 100%;
  padding: 10px 12px;
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.woocommerce.single-product div.product form.cart input,
.woocommerce.single-product div.product form.cart textarea {
  width: 100%;
  margin-bottom: 24px;
}
.woocommerce.single-product div.product form.cart textarea {
  height: 85px;
}
.woocommerce.single-product div.product form.cart table {
  margin-bottom: 0;
}
.woocommerce.single-product div.product form.cart table td {
  padding: 0;
  padding-bottom: 15px;
}
.woocommerce.single-product div.product form.cart .btn {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
}
.woocommerce.single-product div.product form.cart .dropdown-menu {
  margin-top: 0;
  padding: 0;
  border-radius: 0;
  border-top: none;
  border-color: #ccc;
}
.woocommerce.single-product div.product form.cart .dropdown-menu > li {
  border-bottom: 1px solid #ccc;
}
.woocommerce.single-product div.product form.cart .dropdown-menu > li:last-of-type {
  border-bottom: none;
}
.woocommerce.single-product div.product form.cart .dropdown-menu > li > a {
  padding: 15px 30px;
}
.woocommerce.single-product div.product form.cart .dropdown-menu > li > a:focus, .woocommerce.single-product div.product form.cart .dropdown-menu > li > a:hover {
  background-color: #838193;
}
.woocommerce.single-product div.product form.cart .btn-default {
  border-color: #ccc;
  background-color: #fff !important;
}
.woocommerce.single-product div.product form.cart .caret {
  right: 20px !important;
}
.woocommerce.single-product div.product form.cart .variations {
  margin-bottom: 35px;
}
.woocommerce.single-product div.product form.cart .variations label {
  display: flex;
  align-items: center;
  color: #9998A3;
  justify-content: space-between;
  padding-bottom: 3px;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 1px solid #9998A3;
  margin-bottom: 25px;
  font-size: 14px;
  font-size: 1.4rem;
}
.woocommerce.single-product div.product form.cart .variations label .button {
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}
.woocommerce.single-product div.product .single_add_to_cart_button {
  font-weight: 700;
}
.woocommerce.single-product div.product .tabs-main-container ul li {
  margin-bottom: 5px;
}
.woocommerce.single-product div.product .tabs-main-container ul li:last-child {
  margin-bottom: 0;
}
.woocommerce.single-product div.product .desc-images {
  margin-top: 50px;
  display: flex;
  align-items: center;
  font-size: 0;
  gap: 30px;
}
.woocommerce.single-product div.product .desc-images img {
  max-height: 66px;
  border-radius: 33px 20px 20px 33px;
  box-shadow: 0px 7px 20px rgba(153, 152, 163, 0.35);
}
.woocommerce.single-product div.product .desc-images .pr {
  padding-right: 20px;
}
.woocommerce.single-product .woocommerce-product-gallery {
  background-color: #fff;
}
.woocommerce.single-product div.images .woocommerce-product-gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
}
.woocommerce.single-product div.images .woocommerce-product-gallery__image {
  margin: 3px;
}
.woocommerce.single-product div.images .woocommerce-product-gallery__image:first-child {
  margin-top: 0;
  width: 100%;
}
.woocommerce.single-product div.images .woocommerce-product-gallery__image:first-child a {
  display: block;
}
.woocommerce.single-product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: calc(18% - 6px) !important;
  background-color: #f6f6f6;
}
.woocommerce.single-product .product-form-last-step {
  display: flex;
  align-items: center;
}
.woocommerce.single-product .product-form-last-step .quantity-container {
  margin-bottom: 0 !important;
  margin-right: 15px !important;
}
.woocommerce.single-product .product-form-last-step .quantity-container .qty {
  padding: 15px 30px;
  border-radius: 30px;
}

.featured-section-container {
  padding: 70px 0 0;
}
.featured-section-container .inner > h2 {
  margin-bottom: 45px;
}

.shop-features {
  color: #000000;
  display: flex;
  align-items: center;
  font-weight: 400;
  margin-bottom: 35px;
  font-size: 14px;
  font-size: 1.4rem;
}
.shop-features .icon {
  width: 30px;
  min-width: 30px;
  margin-right: 15px;
}
.shop-features .features-inner {
  display: flex;
}
.shop-features .features-inner > div {
  margin-right: 15px;
}
.shop-features .features-inner > div:last-child {
  margin-right: 0;
}
.shop-features .inner {
  display: flex;
  margin-bottom: 8px;
}
.shop-features .inner:last-child {
  margin-bottom: 0;
}
.shop-features .inner img {
  margin-right: 12px;
}

.woo-variation-swatches .variable-items-wrapper {
  list-style: none;
  margin-left: -4px;
  margin-right: -4px;
}
.woo-variation-swatches .variable-items-wrapper li {
  padding: 0 !important;
  box-shadow: none !important;
  border: 0;
  margin: 10px 4px !important;
}
.woo-variation-swatches .variable-items-wrapper li .variable-item-span-color {
  border-radius: 50%;
}
.woo-variation-swatches .variable-items-wrapper [data-wvstooltip]::before {
  background-color: transparent;
  box-shadow: none;
  color: #9998A3;
  height: auto;
  line-height: 1;
  font-weight: 400;
  bottom: 115%;
  font-size: 10px;
  font-size: 1rem;
}
.woo-variation-swatches .variable-items-wrapper [data-wvstooltip]::after {
  display: none !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item-contents:before {
  background-size: 40% !important;
}

.woocommerce .steps {
  display: block;
  overflow: hidden;
  margin: 0 0 4%;
  border: 1px solid #ececec;
  border-radius: 4px;
  background-color: #fff;
  color: #7a7a7a;
}
.woocommerce .steps .step {
  float: left;
  clear: none;
  width: 33.333333%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 1.5rem;
  border-right: 1px solid #ececec;
  text-align: center;
}
.woocommerce .steps .step:last-child {
  border-right: none;
}
.woocommerce .steps .step.step-active {
  color: #fff;
  background-color: #838193;
}

.woocommerce-order-received.woocommerce-checkout .woocommerce-order-details,
.woocommerce-order-received.woocommerce-checkout .woocommerce-thankyou-order-received,
.woocommerce-order-received.woocommerce-checkout .woocommerce-thankyou-order-details,
.woocommerce-order-received.woocommerce-checkout .woocommerce-thankyou-order-details,
.woocommerce-order-received.woocommerce-checkout .woocommerce-bacs-bank-details {
  margin-bottom: 40px !important;
}
.woocommerce-order-received.woocommerce-checkout ul li {
  padding-left: 0 !important;
}
.woocommerce-order-received.woocommerce-checkout ul li:before {
  display: none !important;
}

.woocommerce .register-login-from .button {
  background-color: #838193;
  color: #fff;
}
.woocommerce .register-login-from .button:hover {
  background-color: rgb(105.7692307692, 103.8461538462, 121.1538461538);
  color: #fff;
}
.woocommerce .register-login-from a {
  text-decoration: underline;
}
.woocommerce .register-login-from .fb-login-button {
  margin: 10px 0;
}

.single-term-products-list {
  padding: 80px 0;
}
.single-term-products-list:nth-child(2n) {
  background-color: #fafafa;
}
.single-term-products-list h2 {
  margin-bottom: 60px;
  text-align: center;
}

h3.supporting-products-title {
  font-weight: 300;
  text-align: center;
  display: block;
  margin-bottom: 40px;
}

.woocommerce-checkout ul.woocommerce-message, .woocommerce-checkout ul.woocommerce-error, .woocommerce-checkout ul.woocommerce-info,
.woocommerce-cart ul.woocommerce-message,
.woocommerce-cart ul.woocommerce-error,
.woocommerce-cart ul.woocommerce-info,
.woocommerce.tax-product_tag ul.woocommerce-message,
.woocommerce.tax-product_tag ul.woocommerce-error,
.woocommerce.tax-product_tag ul.woocommerce-info,
.woocommerce.tax-product_cat ul.woocommerce-message,
.woocommerce.tax-product_cat ul.woocommerce-error,
.woocommerce.tax-product_cat ul.woocommerce-info,
.woocommerce.post-type-archive-product ul.woocommerce-message,
.woocommerce.post-type-archive-product ul.woocommerce-error,
.woocommerce.post-type-archive-product ul.woocommerce-info,
.woocommerce.single-product ul.woocommerce-message,
.woocommerce.single-product ul.woocommerce-error,
.woocommerce.single-product ul.woocommerce-info {
  list-style: none;
  padding: 1em 2em 1em 3.5em;
}
.woocommerce-checkout ul.woocommerce-message li:before, .woocommerce-checkout ul.woocommerce-error li:before, .woocommerce-checkout ul.woocommerce-info li:before,
.woocommerce-cart ul.woocommerce-message li:before,
.woocommerce-cart ul.woocommerce-error li:before,
.woocommerce-cart ul.woocommerce-info li:before,
.woocommerce.tax-product_tag ul.woocommerce-message li:before,
.woocommerce.tax-product_tag ul.woocommerce-error li:before,
.woocommerce.tax-product_tag ul.woocommerce-info li:before,
.woocommerce.tax-product_cat ul.woocommerce-message li:before,
.woocommerce.tax-product_cat ul.woocommerce-error li:before,
.woocommerce.tax-product_cat ul.woocommerce-info li:before,
.woocommerce.post-type-archive-product ul.woocommerce-message li:before,
.woocommerce.post-type-archive-product ul.woocommerce-error li:before,
.woocommerce.post-type-archive-product ul.woocommerce-info li:before,
.woocommerce.single-product ul.woocommerce-message li:before,
.woocommerce.single-product ul.woocommerce-error li:before,
.woocommerce.single-product ul.woocommerce-info li:before {
  display: none !important;
}
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-error,
.woocommerce-cart .woocommerce-info,
.woocommerce.tax-product_tag .woocommerce-message,
.woocommerce.tax-product_tag .woocommerce-error,
.woocommerce.tax-product_tag .woocommerce-info,
.woocommerce.tax-product_cat .woocommerce-message,
.woocommerce.tax-product_cat .woocommerce-error,
.woocommerce.tax-product_cat .woocommerce-info,
.woocommerce.post-type-archive-product .woocommerce-message,
.woocommerce.post-type-archive-product .woocommerce-error,
.woocommerce.post-type-archive-product .woocommerce-info,
.woocommerce.single-product .woocommerce-message,
.woocommerce.single-product .woocommerce-error,
.woocommerce.single-product .woocommerce-info {
  margin-bottom: 40px !important;
}
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce.tax-product_tag .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce.tax-product_tag .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce.tax-product_tag .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce.tax-product_cat .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce.tax-product_cat .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce.tax-product_cat .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce.post-type-archive-product .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce.post-type-archive-product .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce.post-type-archive-product .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce.single-product .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce.single-product .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce.single-product .woocommerce-notices-wrapper .woocommerce-info {
  padding: 10px 16px;
  display: flex;
  align-items: center;
}
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message:before,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error:before,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-info:before,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message:before,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error:before,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info:before,
.woocommerce.tax-product_tag .woocommerce-notices-wrapper .woocommerce-message:before,
.woocommerce.tax-product_tag .woocommerce-notices-wrapper .woocommerce-error:before,
.woocommerce.tax-product_tag .woocommerce-notices-wrapper .woocommerce-info:before,
.woocommerce.tax-product_cat .woocommerce-notices-wrapper .woocommerce-message:before,
.woocommerce.tax-product_cat .woocommerce-notices-wrapper .woocommerce-error:before,
.woocommerce.tax-product_cat .woocommerce-notices-wrapper .woocommerce-info:before,
.woocommerce.post-type-archive-product .woocommerce-notices-wrapper .woocommerce-message:before,
.woocommerce.post-type-archive-product .woocommerce-notices-wrapper .woocommerce-error:before,
.woocommerce.post-type-archive-product .woocommerce-notices-wrapper .woocommerce-info:before,
.woocommerce.single-product .woocommerce-notices-wrapper .woocommerce-message:before,
.woocommerce.single-product .woocommerce-notices-wrapper .woocommerce-error:before,
.woocommerce.single-product .woocommerce-notices-wrapper .woocommerce-info:before {
  position: static;
  margin-right: 15px;
}
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message:after,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error:after,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-info:after,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message:after,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error:after,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info:after,
.woocommerce.tax-product_tag .woocommerce-notices-wrapper .woocommerce-message:after,
.woocommerce.tax-product_tag .woocommerce-notices-wrapper .woocommerce-error:after,
.woocommerce.tax-product_tag .woocommerce-notices-wrapper .woocommerce-info:after,
.woocommerce.tax-product_cat .woocommerce-notices-wrapper .woocommerce-message:after,
.woocommerce.tax-product_cat .woocommerce-notices-wrapper .woocommerce-error:after,
.woocommerce.tax-product_cat .woocommerce-notices-wrapper .woocommerce-info:after,
.woocommerce.post-type-archive-product .woocommerce-notices-wrapper .woocommerce-message:after,
.woocommerce.post-type-archive-product .woocommerce-notices-wrapper .woocommerce-error:after,
.woocommerce.post-type-archive-product .woocommerce-notices-wrapper .woocommerce-info:after,
.woocommerce.single-product .woocommerce-notices-wrapper .woocommerce-message:after,
.woocommerce.single-product .woocommerce-notices-wrapper .woocommerce-error:after,
.woocommerce.single-product .woocommerce-notices-wrapper .woocommerce-info:after {
  display: none !important;
}
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message .button,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error .button,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-info .button,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .button,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error .button,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info .button,
.woocommerce.tax-product_tag .woocommerce-notices-wrapper .woocommerce-message .button,
.woocommerce.tax-product_tag .woocommerce-notices-wrapper .woocommerce-error .button,
.woocommerce.tax-product_tag .woocommerce-notices-wrapper .woocommerce-info .button,
.woocommerce.tax-product_cat .woocommerce-notices-wrapper .woocommerce-message .button,
.woocommerce.tax-product_cat .woocommerce-notices-wrapper .woocommerce-error .button,
.woocommerce.tax-product_cat .woocommerce-notices-wrapper .woocommerce-info .button,
.woocommerce.post-type-archive-product .woocommerce-notices-wrapper .woocommerce-message .button,
.woocommerce.post-type-archive-product .woocommerce-notices-wrapper .woocommerce-error .button,
.woocommerce.post-type-archive-product .woocommerce-notices-wrapper .woocommerce-info .button,
.woocommerce.single-product .woocommerce-notices-wrapper .woocommerce-message .button,
.woocommerce.single-product .woocommerce-notices-wrapper .woocommerce-error .button,
.woocommerce.single-product .woocommerce-notices-wrapper .woocommerce-info .button {
  padding: 12px 24px;
  margin-left: auto;
}
.woocommerce-checkout .woocommerce-message,
.woocommerce-cart .woocommerce-message,
.woocommerce.tax-product_tag .woocommerce-message,
.woocommerce.tax-product_cat .woocommerce-message,
.woocommerce.post-type-archive-product .woocommerce-message,
.woocommerce.single-product .woocommerce-message {
  background-color: #fff;
  border: 2px solid #838193;
}
.woocommerce-checkout .woocommerce-message:before,
.woocommerce-cart .woocommerce-message:before,
.woocommerce.tax-product_tag .woocommerce-message:before,
.woocommerce.tax-product_cat .woocommerce-message:before,
.woocommerce.post-type-archive-product .woocommerce-message:before,
.woocommerce.single-product .woocommerce-message:before {
  color: #838193 !important;
}
.woocommerce-checkout .woocommerce-error,
.woocommerce-cart .woocommerce-error,
.woocommerce.tax-product_tag .woocommerce-error,
.woocommerce.tax-product_cat .woocommerce-error,
.woocommerce.post-type-archive-product .woocommerce-error,
.woocommerce.single-product .woocommerce-error {
  background-color: #fff;
  border: 2px solid #f00;
}
.woocommerce-checkout .woocommerce-error:before,
.woocommerce-cart .woocommerce-error:before,
.woocommerce.tax-product_tag .woocommerce-error:before,
.woocommerce.tax-product_cat .woocommerce-error:before,
.woocommerce.post-type-archive-product .woocommerce-error:before,
.woocommerce.single-product .woocommerce-error:before {
  color: #f00 !important;
}
.woocommerce-checkout .woocommerce-info,
.woocommerce-cart .woocommerce-info,
.woocommerce.tax-product_tag .woocommerce-info,
.woocommerce.tax-product_cat .woocommerce-info,
.woocommerce.post-type-archive-product .woocommerce-info,
.woocommerce.single-product .woocommerce-info {
  background-color: #fff;
  border: 2px solid #1e85be;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 40px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 10px 15px;
}
.woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li span.next,
.woocommerce nav.woocommerce-pagination ul li span.prev {
  padding: 10px 12px;
}

.woocommerce-form-coupon button,
.woocommerce-form-login button {
  padding: 0.93em 1.5em !important;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  margin: 3px;
}
.woocommerce nav.woocommerce-pagination ul li:before {
  display: none !important;
}
.woocommerce nav.woocommerce-pagination ul li a {
  font-weight: 600;
  color: #838193;
  background-color: rgba(131, 129, 147, 0.25);
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
  color: #838193;
  background-color: rgba(131, 129, 147, 0.35);
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #838193;
  background-color: rgba(131, 129, 147, 0.45);
}

.woocommerce-checkout-payment ul li,
.shop_table ul li {
  padding-left: 0 !important;
}
.woocommerce-checkout-payment ul li:before,
.shop_table ul li:before {
  display: none !important;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order {
  font-size: 20px;
  font-size: 2rem;
}

ul.woocommerce-shipping-methods {
  font-size: 16px;
  font-size: 1.6rem;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #838193;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 49%;
}

.quantity-container {
  display: flex;
  align-items: center;
}
.quantity-container.sold-individually {
  margin-right: 0 !important;
}
.quantity-container.sold-individually .quantity-selector {
  display: none;
}
.quantity-container .input {
  position: relative;
  overflow: hidden;
}
.quantity-container .qty {
  font-weight: 400;
  margin-bottom: 0 !important;
}
.quantity-container .quantity {
  margin-right: 0 !important;
}
.quantity-container .quantity-label {
  margin-right: 32px;
}
.quantity-container .quantity-selector {
  width: 36px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.35s ease;
}
.quantity-container .quantity-selector:hover {
  background-color: transparent;
}
.quantity-container .quantity-selector img {
  width: 13px !important;
}
.quantity-container .quantity-selector[data-action=minus] {
  left: 0;
}
.quantity-container .quantity-selector[data-action=plus] {
  right: 0;
}

.woocommerce .quantity .qty {
  width: 115px !important;
  border: 1px solid #ededed !important;
  padding: 9px 30px;
  border-radius: 23px;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button, .woocommerce .quantity .qty::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.woocommerce .quantity .qty[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.woocommerce-products-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.woocommerce-products-header h1, .woocommerce-products-header h2, .woocommerce-products-header h3, .woocommerce-products-header h4 {
  margin-bottom: 60px;
}
.woocommerce-products-header h1 + p, .woocommerce-products-header h1 + .page-description, .woocommerce-products-header h1 + .term-description, .woocommerce-products-header h2 + p, .woocommerce-products-header h2 + .page-description, .woocommerce-products-header h2 + .term-description, .woocommerce-products-header h3 + p, .woocommerce-products-header h3 + .page-description, .woocommerce-products-header h3 + .term-description, .woocommerce-products-header h4 + p, .woocommerce-products-header h4 + .page-description, .woocommerce-products-header h4 + .term-description {
  margin-top: -30px;
}
.woocommerce-products-header .page-description,
.woocommerce-products-header .term-description {
  max-width: 500px;
  margin-bottom: 60px;
}

/*--------------------------------------------------------------
15.0 Media Queries
--------------------------------------------------------------*/
/******* RESPONSIVE    ******/
.trew {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: gray;
  color: #Fff;
  padding: 30px;
  font-size: 18px;
  z-index: 30;
}

.desktop-wide,
.desktop,
.tablet,
.mobile-big,
.mobile-small {
  display: none;
}

.desktop-wide {
  display: block;
}

/* DESKTOP 1920 - 2560 DESKTOP */
@media screen and (max-width: 1900px) {
  .wrapper {
    width: 1380px;
  }
}
/* DESKTOP 1200 - 1920 DESKTOP */
@media screen and (max-width: 1260px) {
  .tablet,
  .mobile-big,
  .mobile-small {
    display: none;
  }
  .desktop {
    display: block;
  }
  .wrapper {
    width: 1280px;
  }
}
/* DESKTOP 1260 - 1440 DESKTOP */
@media screen and (max-width: 1539px) {
  .wrapper {
    width: 1280px;
  }
  .site-content {
    padding: 70px 0;
  }
  .main-navigation > div > ul > li > a {
    padding: 5px 20px;
  }
  .main-navigation > div > ul li.shop-menu.menu-item-has-children > ul {
    margin-left: calc(-50vw + 640px);
    margin-right: calc(-50vw + 640px);
    padding: 35px calc(50vw - 640px) 20px !important;
  }
  .main-navigation .menu-image-item {
    right: calc(50vw - 640px);
  }
  body .full-column-left > .vc_column-inner {
    margin-left: calc(-50vw + 650px);
  }
  body .full-column-right > .vc_column-inner {
    margin-right: calc(-50vw + 650px);
  }
  body .products-slider ul.products .slick-list,
  .shortcode-slider-container .slick-list {
    width: 1610px;
  }
}
/* TABLET 768 - 1260 TABLET */
@media screen and (min-width: 760px) {
  .site-menu {
    display: block !important;
  }
  .site-menu > ul > li > ul {
    display: none !important;
  }
  .site-menu > ul > li:hover > ul {
    display: block !important;
  }
}
@media screen and (max-width: 1259px) {
  .desktop-wide,
  .desktop,
  .mobile-big,
  .mobile-small {
    display: none;
  }
  .tablet {
    display: block;
  }
  .wrapper {
    width: 90%;
  }
  .main-navigation > div > ul > li > a {
    padding: 10px 12px;
  }
  .main-navigation > div ul li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .main-navigation > div > ul li.shop-menu.menu-item-has-children > ul {
    margin-left: -5vw;
    margin-right: -5vw;
    padding: 24px 5vw 15px !important;
    max-height: 400px;
  }
  .main-navigation .menu-image-item {
    display: none !important;
  }
  h1, .h1-size,
  .woocommerce.single-product div.product .product_title,
  h2, .h2-size {
    font-size: 25px;
    font-size: 2.5rem;
  }
  h3, .h3-size {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .srednie-napisy {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .duze-napisy {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .checkboxes {
    font-size: 14px;
    font-size: 1.4rem;
  }
  body, button, input, select, textarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .button, .woocommerce .button, .woocommerce button.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .single_add_to_cart_button, .woocommerce-cart td.actions input.button, .woocommerce-cart td.actions button, button, input[type=button], input[type=reset], input[type=submit] {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 13px 20px;
  }
  .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce #payment #place_order {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .site-content {
    padding: 60px 0;
  }
  .site-header.sticky .site-branding,
  .site-header .site-branding {
    width: 140px;
  }
  .site-header > .wrapper {
    padding: 12px 0;
  }
  .site-header .delivery-info {
    text-align: left;
  }
  .woocommerce ul.products li.product .add_to_cart_button {
    display: none;
  }
  .woocommerce ul.products li.product .price {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .home-hero-container {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .home-hero-container .button {
    margin-top: 25px;
  }
  .woocommerce ul.products.products-slider .slick-arrow.slick-prev {
    transform: translate(-25px, 0) rotate(-45deg);
    top: 140px;
  }
  .woocommerce ul.products.products-slider .slick-arrow.slick-next {
    transform: translate(25px, 0) rotate(135deg);
    top: 140px;
  }
  .footer-data .inner {
    padding: 40px 0;
  }
  .site-footer {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .site-footer > .wrapper {
    padding: 20px 0;
  }
  .woocommerce ul.products li.product.product-category {
    width: calc(50% - 10px) !important;
  }
  .woocommerce ul.products li.product {
    width: calc(50% - 10px) !important;
  }
  .woocommerce ul.products.cart-products-slider li.product,
  .woocommerce ul.products.products-slider li.product {
    width: 100% !important;
  }
  .woocommerce ul.products li.product:nth-child(n+3) {
    margin-top: 30px !important;
  }
  .shop-features {
    max-width: 100%;
  }
  .page-section {
    margin-bottom: 70px;
  }
  .search-bar {
    margin-right: 35px;
  }
  .main-navigation {
    margin: 0;
  }
  .dgwt-wcas-search-wrapp {
    min-width: 200px;
  }
  .slick-slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .slick-slider .slick-arrow::after {
    width: 10px;
    height: 10px;
  }
  .woocommerce.single-product div.product div.summary {
    padding-right: 0;
  }
  .tabs-main-container .tabs {
    align-items: center;
    text-align: center;
  }
  .tabs-main-container .tabs .tab {
    margin-right: 30px;
  }
  .about-us-content-container .image {
    width: 40%;
    min-width: 40%;
  }
  .about-us-content-container .page-content {
    padding-left: 40px;
    padding-right: 0;
  }
  body .products-slider ul.products .slick-list, .shortcode-slider-container .slick-list {
    width: 1140px;
  }
  body .vc_row.cut-bg-left::after, body .vc_row.cut-bg-right::after {
    display: none !important;
  }
  .footer-data .inner {
    flex-direction: column;
    padding: 20px 0;
  }
  .footer-data .data-column {
    width: 100%;
    margin: 15px 0;
  }
  .site-footer > .wrapper {
    justify-content: center;
    font-size: 14px;
    font-size: 1.4rem;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
  }
  .site-footer .copyrights {
    margin-top: 15px;
  }
  .footer-navigation {
    margin-left: 0;
  }
  .posts-list-container .post-tile {
    width: calc(50% - 10px);
  }
  .single-post .featured-posts .post-tile {
    margin-bottom: 50px !important;
  }
  .single-post .post-thumbnail {
    max-height: 300px;
  }
  .woocommerce.single-product div.product .product-image, .woocommerce.single-product div.product .product-gallery-slider {
    margin-left: 60px;
  }
  .woocommerce.single-product div.product div.summary {
    width: 48% !important;
  }
  .shop-features .icon {
    width: 20px;
    min-width: 20px;
    margin-right: 10px;
  }
  .woocommerce-cart .cart-collaterals {
    width: 50%;
  }
  body {
    padding-top: 67px;
  }
  body.has-site-info {
    padding-top: 106px;
  }
  body .full-column-left > .vc_column-inner {
    margin-left: -5vw;
  }
  body .full-column-right > .vc_column-inner {
    margin-right: -5vw;
  }
  body .mpl-none {
    padding-left: 0 !important;
  }
  body .mpr-none {
    padding-right: 0 !important;
  }
  body .mpt-none {
    padding-top: 0 !important;
  }
}
/* MOBILE 480 - 759 MOBILE */
@media screen and (max-width: 767px) {
  .desktop-wide,
  .desktop,
  .tablet,
  .mobile-small {
    display: none;
  }
  .mobile-big {
    display: block;
  }
  .wrapper,
  .woocommerce.single-product .site-content .wrapper {
    width: 90%;
  }
  .menu-toggle:hover,
  .menu-toggle:active,
  .menu-toggle:focus,
  .menu-toggle {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    top: 19px;
    width: 27px;
    padding: 0 !important;
    height: 16px;
    text-indent: -9999px;
    padding: 10px;
    transition: all 0.25s linear;
    box-shadow: none;
    background-color: transparent;
  }
  .menu-toggle:hover .toggle-item,
  .menu-toggle:active .toggle-item,
  .menu-toggle:focus .toggle-item,
  .menu-toggle .toggle-item {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .menu-toggle:hover .toggle-item:nth-child(1),
  .menu-toggle:active .toggle-item:nth-child(1),
  .menu-toggle:focus .toggle-item:nth-child(1),
  .menu-toggle .toggle-item:nth-child(1) {
    top: 0;
  }
  .menu-toggle:hover .toggle-item:nth-child(2), .menu-toggle:hover .toggle-item:nth-child(3),
  .menu-toggle:active .toggle-item:nth-child(2),
  .menu-toggle:active .toggle-item:nth-child(3),
  .menu-toggle:focus .toggle-item:nth-child(2),
  .menu-toggle:focus .toggle-item:nth-child(3),
  .menu-toggle .toggle-item:nth-child(2),
  .menu-toggle .toggle-item:nth-child(3) {
    top: 7px;
  }
  .menu-toggle:hover .toggle-item:nth-child(4),
  .menu-toggle:active .toggle-item:nth-child(4),
  .menu-toggle:focus .toggle-item:nth-child(4),
  .menu-toggle .toggle-item:nth-child(4) {
    top: 14px;
  }
  .menu-toggle:hover.open .toggle-item:nth-child(1),
  .menu-toggle:active.open .toggle-item:nth-child(1),
  .menu-toggle:focus.open .toggle-item:nth-child(1),
  .menu-toggle.open .toggle-item:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
  }
  .menu-toggle:hover.open .toggle-item:nth-child(2),
  .menu-toggle:active.open .toggle-item:nth-child(2),
  .menu-toggle:focus.open .toggle-item:nth-child(2),
  .menu-toggle.open .toggle-item:nth-child(2) {
    transform: rotate(45deg);
  }
  .menu-toggle:hover.open .toggle-item:nth-child(3),
  .menu-toggle:active.open .toggle-item:nth-child(3),
  .menu-toggle:focus.open .toggle-item:nth-child(3),
  .menu-toggle.open .toggle-item:nth-child(3) {
    transform: rotate(-45deg);
  }
  .menu-toggle:hover.open .toggle-item:nth-child(4),
  .menu-toggle:active.open .toggle-item:nth-child(4),
  .menu-toggle:focus.open .toggle-item:nth-child(4),
  .menu-toggle.open .toggle-item:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
  }
  .menu-toggle:hover:focus,
  .menu-toggle:active:focus,
  .menu-toggle:focus:focus,
  .menu-toggle:focus {
    outline: none;
  }
  .main-navigation > div ul {
    flex-direction: column;
  }
  .main-navigation > div ul li a {
    font-size: 20px;
    font-size: 2rem;
  }
  .main-navigation > div > ul > li:first-child > a {
    padding-left: 0;
    padding-right: 0;
  }
  .main-navigation > div > ul li.shop-menu.menu-item-has-children > ul {
    border: none;
    padding-bottom: 0 !important;
    text-align: center;
    transform: none;
    display: flex;
    margin-left: 0;
    margin-right: 0;
    max-height: initial;
    padding: 20px 0;
    position: static !important;
    opacity: 1;
    visibility: visible;
  }
  .main-navigation > div > ul li.shop-menu.menu-item-has-children > ul > li {
    width: 100%;
  }
  .main-navigation .contact-link {
    margin-left: 0;
  }
  .main-navigation > div > ul li.shop-menu.menu-item-has-children > ul > li ul li.current-menu-item > a, .main-navigation > div > ul li.shop-menu.menu-item-has-children > ul > li ul li:hover > a {
    padding-left: 0;
  }
  .site-header .main-navigation {
    display: none;
    background-color: #fff;
    position: fixed;
    z-index: 1000;
    top: 82px;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 30px;
    padding-bottom: 36px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow-y: auto;
  }
  .site-header .main-navigation.toggled {
    display: flex;
  }
  .site-header .main-navigation .locale-switchers {
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 0;
    padding-top: 24px;
    display: flex !important;
  }
  .site-header .main-navigation .main-nav-container {
    flex-grow: 1;
    position: relative;
    margin-right: 0;
    width: 90%;
    overflow-y: auto;
  }
  .site-header .main-navigation .button-menu-link {
    display: none !important;
  }
  .woocommerce-checkout h3,
  .home-hero-container .heading,
  h1, .woocommerce.single-product div.product .product_title, h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  h1, .h1-size, .woocommerce.single-product div.product .product_title {
    font-size: 22px !important;
    font-size: 2.2rem !important;
  }
  input[type=text], input[type=tel], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], textarea {
    padding: 8px 15px;
  }
  body .page-title {
    margin-bottom: 50px;
  }
  .site-header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb !important;
  }
  .additionals {
    padding-right: 45px;
    margin-left: auto;
  }
  .additionals .basket-link .basket-icon {
    width: 16px;
    margin-right: 10px;
  }
  .additionals .basket-link .cart-total .label {
    font-size: 10px;
    font-size: 1rem;
  }
  .additionals .basket-link .cart-total {
    font-size: 11px;
    font-size: 1.1rem;
    right: -2px;
  }
  .additionals .locale-switchers {
    display: none !important;
  }
  .search-bar {
    margin-right: 15px;
  }
  .dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler {
    max-width: 17px !important;
  }
  .dgwt-wcas-suggestions-wrapp {
    max-width: 100vw !important;
  }
  .site-header.sticky .site-branding, .site-header .site-branding {
    width: 110px;
    position: static;
    transform: none;
  }
  .site-header.sticky > .wrapper,
  .site-header > .wrapper {
    padding: 10px 0;
  }
  .slick-slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .products-slider {
    padding-bottom: 30px !important;
  }
  .woocommerce ul.products li.product {
    width: 48% !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
  }
  .woocommerce ul.products li.product:nth-child(n+3) {
    margin-top: 35px !important;
  }
  .woocommerce ul.products li.product .product-thumbnail {
    height: 330px;
  }
  .featured-section-container {
    padding-top: 30px;
  }
  .woocommerce.single-product div.product {
    flex-direction: column;
  }
  .woocommerce.single-product div.product .product-image, .woocommerce.single-product div.product .product-gallery-slider {
    width: 100% !important;
  }
  .woocommerce.single-product div.product div.summary {
    width: 100% !important;
  }
  .woocommerce .quantity .qty {
    width: 100px !important;
  }
  .shop-features {
    padding: 16px 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .questions-accordions-container .single-question {
    padding: 15px 0;
  }
  .questions-accordions-container .single-question .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .woocommerce-notices-wrapper .woocommerce-message {
    display: flex;
    flex-direction: column-reverse;
  }
  .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    display: flex;
  }
  body #content table.cart td.actions #coupon_code {
    width: auto;
  }
  .woocommerce-cart table.cart .product-remove {
    width: auto;
  }
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review,
  .woocommerce-cart .cart-slider,
  .woocommerce-cart .cart-collaterals {
    float: none;
    width: 100%;
  }
  .woocommerce-checkout .woocommerce-billing-fields {
    margin-bottom: 20px;
  }
  .woocommerce-checkout #order_review_heading {
    margin-top: 10px;
  }
  .colours-base-container .material-container {
    text-align: center;
  }
  .colours-base-container .color-tile {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
  }
  table {
    max-width: 100%;
    overflow-x: auto;
  }
  .section-description {
    margin-bottom: 40px;
  }
  .terms-tiles .more {
    margin-bottom: 5px;
  }
  .home-section.about-us-section-container h2 {
    margin-bottom: 40px;
  }
  .home-section.about-us-section-container {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .site-content {
    padding: 50px 0;
  }
  .about-us-content-container {
    flex-direction: column;
  }
  .about-us-content-container .image {
    width: 100%;
    margin-bottom: 35px;
  }
  .about-us-content-container .page-content {
    padding-left: 0;
  }
  .about-us-content-container .button {
    margin-top: 40px;
  }
  .about-us-content-container .icons-container .icon-container {
    margin-right: 0;
  }
  .about-us-content-container .icons-container {
    margin-top: 35px;
    justify-content: space-between;
  }
  .slick-slider .slick-dots li {
    width: 5px;
    margin: 0 2px;
  }
  .woocommerce.single-product div.product .term {
    margin-bottom: 10px;
  }
  .woocommerce.single-product div.product .single_add_to_cart_button {
    font-size: 17px;
    font-size: 1.7rem;
    width: 100%;
    text-align: center;
    padding: 15px 24px;
  }
  .footer-navigation ul {
    flex-direction: column;
    align-items: center;
  }
  .footer-navigation ul li {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .site-header .info {
    padding: 3px !important;
  }
  .site-header .info,
  .site-header .info p {
    font-weight: 400;
  }
  .cart-footer {
    flex-direction: column;
  }
  .cart-slider {
    margin-bottom: 24px;
  }
  .cart-collaterals tbody {
    display: block;
    width: 100%;
  }
  .page-with-sidebar-container {
    display: flex;
    flex-direction: column;
  }
  .page-with-sidebar-container.reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-with-sidebar-container.reverse .widget-area {
    margin-top: 60px;
  }
  .woocommerce .page-with-sidebar-container.reverse .content-area {
    padding-left: 0;
  }
  .woocommerce ul.products li.product .product-metadata {
    padding-top: 8px;
  }
  .woocommerce ul.products li.product.product-category {
    width: calc(100% - 10px) !important;
  }
  body .products-slider ul.products .slick-list, .shortcode-slider-container .slick-list {
    width: 100%;
  }
  .posts-list-container {
    margin-top: 35px;
  }
  .posts-list-container .thumbnail {
    height: 330px;
  }
  .single-post .post-categories {
    margin-bottom: 5px;
  }
  .single-post .featured-posts {
    margin-top: 50px;
  }
  .single-post .featured-posts .post-tile {
    margin-bottom: 30px !important;
  }
  .single-post .post-thumbnail {
    margin-bottom: 20px;
  }
  .single-post .entry-header {
    margin-bottom: 25px;
  }
  .featured-section-container {
    padding-top: 60px;
  }
  .woocommerce.single-product div.product .desc-images {
    margin-top: 35px;
  }
  .woocommerce.single-product div.product .product-image, .woocommerce.single-product div.product .product-gallery-slider {
    margin-left: 0;
  }
  .woocommerce.single-product div.product form.cart .variations label {
    margin-bottom: 10px;
  }
  .shop-features {
    margin-bottom: 10px;
    padding-top: 5px;
  }
  .woocommerce.single-product div.product .quantity-container,
  .woocommerce.single-product div.product p.price,
  .woocommerce.single-product div.product .iworks-omnibus {
    margin-bottom: 20px;
  }
  .woocommerce.single-product div.product .iworks-omnibus {
    margin-top: -20px;
  }
  .woocommerce.single-product div.product form.cart {
    margin-bottom: 50px;
  }
  .woocommerce-checkout .woocommerce-message::before, .woocommerce-cart .woocommerce-message::before, .woocommerce.tax-product_tag .woocommerce-message::before, .woocommerce.tax-product_cat .woocommerce-message::before, .woocommerce.post-type-archive-product .woocommerce-message::before, .woocommerce.single-product .woocommerce-message::before {
    display: none !important;
  }
  .woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message, .woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-info, .woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message, .woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info, .woocommerce.tax-product_tag .woocommerce-notices-wrapper .woocommerce-message, .woocommerce.tax-product_tag .woocommerce-notices-wrapper .woocommerce-error, .woocommerce.tax-product_tag .woocommerce-notices-wrapper .woocommerce-info, .woocommerce.tax-product_cat .woocommerce-notices-wrapper .woocommerce-message, .woocommerce.tax-product_cat .woocommerce-notices-wrapper .woocommerce-error, .woocommerce.tax-product_cat .woocommerce-notices-wrapper .woocommerce-info, .woocommerce.post-type-archive-product .woocommerce-notices-wrapper .woocommerce-message, .woocommerce.post-type-archive-product .woocommerce-notices-wrapper .woocommerce-error, .woocommerce.post-type-archive-product .woocommerce-notices-wrapper .woocommerce-info, .woocommerce.single-product .woocommerce-notices-wrapper .woocommerce-message, .woocommerce.single-product .woocommerce-notices-wrapper .woocommerce-error, .woocommerce.single-product .woocommerce-notices-wrapper .woocommerce-info {
    flex-direction: column;
  }
  .woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message .button, .woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error .button, .woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-info .button, .woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .button, .woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error .button, .woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info .button, .woocommerce.tax-product_tag .woocommerce-notices-wrapper .woocommerce-message .button, .woocommerce.tax-product_tag .woocommerce-notices-wrapper .woocommerce-error .button, .woocommerce.tax-product_tag .woocommerce-notices-wrapper .woocommerce-info .button, .woocommerce.tax-product_cat .woocommerce-notices-wrapper .woocommerce-message .button, .woocommerce.tax-product_cat .woocommerce-notices-wrapper .woocommerce-error .button, .woocommerce.tax-product_cat .woocommerce-notices-wrapper .woocommerce-info .button, .woocommerce.post-type-archive-product .woocommerce-notices-wrapper .woocommerce-message .button, .woocommerce.post-type-archive-product .woocommerce-notices-wrapper .woocommerce-error .button, .woocommerce.post-type-archive-product .woocommerce-notices-wrapper .woocommerce-info .button, .woocommerce.single-product .woocommerce-notices-wrapper .woocommerce-message .button, .woocommerce.single-product .woocommerce-notices-wrapper .woocommerce-error .button, .woocommerce.single-product .woocommerce-notices-wrapper .woocommerce-info .button {
    margin-top: 10px;
  }
  .woocommerce-cart-form .product-quantity {
    display: flex !important;
  }
  .woocommerce-cart-form .product-quantity .quantity-container {
    margin-left: auto;
  }
  body {
    padding-top: 50px;
  }
  body.has-site-info {
    padding-top: 83px;
  }
  body .home-banner > .vc_column_container > .vc_column-inner {
    min-height: 50vw;
  }
  body .home-banner .banner-watchwords {
    display: none !important;
  }
  body .phone-mt-small {
    margin-top: 35px !important;
  }
  body .phone-mb-small {
    margin-bottom: 35px !important;
  }
  body .phone-mb-very-small {
    margin-bottom: 20px !important;
  }
  body .phone-mt-medium {
    margin-top: 50px !important;
  }
  body .phone-pt-none {
    padding-top: 0 !important;
  }
  body .phone-pt-medium {
    padding-top: 50px !important;
  }
  body .phone-pb-medium {
    padding-bottom: 50px !important;
  }
  body .contacts-textblock {
    padding-left: 40px;
    background-size: 24px;
  }
}
/* MOBILE 320 - 479 MOBILE */
@media screen and (max-width: 479px) {
  .desktop-wide,
  .desktop,
  .tablet,
  .mobile-big {
    display: none;
  }
  .mobile-small {
    display: block;
  }
  .wrapper {
    width: 90%;
  }
  .woocommerce ul.products li.product .product-thumbnail {
    height: 100vw;
  }
  .woocommerce ul.products li.product {
    width: 98% !important;
  }
  .woocommerce ul.products li.product:nth-child(n+2) {
    margin-top: 35px !important;
  }
  .posts-list-container {
    margin-left: 0;
    margin-right: 0;
  }
  .blog .posts-list-container .post-tile:first-child, .archive .posts-list-container .post-tile:first-child,
  .posts-list-container .post-tile {
    width: 100%;
    margin-bottom: 35px;
  }
  .blog .posts-list-container, .archive .posts-list-container {
    margin-bottom: 0;
  }
}
