<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox &lt; 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css &gt;=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge &gt; img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type='button'],
input[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw &gt; button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video &gt; video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video &gt; video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round &gt; div {
  border-radius: 100%;
}
.w-slider-nav.w-num &gt; div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow &gt; div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert &gt; div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert &gt; div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the &lt;figure&gt; element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* &lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"&gt;&lt;g transform="rotate(45)"&gt;&lt;path d="m0 0h5v23h23v5h-28z" opacity=".4"/&gt;&lt;path d="m1 1h3v23h23v3h-26z" fill="#fff"/&gt;&lt;/g&gt;&lt;/svg&gt; */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* &lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"&gt;&lt;g transform="rotate(45)"&gt;&lt;path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/&gt;&lt;path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/&gt;&lt;/g&gt;&lt;/svg&gt; */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* &lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"&gt;&lt;g transform="rotate(45)"&gt;&lt;path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/&gt;&lt;path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/&gt;&lt;/g&gt;&lt;/svg&gt; */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video &gt; div:after,
.w-richtext figure[data-rt-type="video"] &gt; div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure &gt; div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image &gt; div,
.w-richtext figure[data-rt-type="image"] &gt; div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image &gt; figcaption,
.w-richtext figure[data-rt-type="image"] &gt; figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video &gt; div,
.w-richtext figure[data-rt-type="video"] &gt; div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image &gt; div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] &gt; div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth &gt; div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth &gt; figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid !important;
}
.wf-layout-cell {
  display: flex !important;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 800;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 200;
}

a {
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.body {
  font-family: Poppins, sans-serif;
  color: #2d3540;
  font-size: 30px;
  font-weight: 600;
}

.cm-o1 {
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e5e8eb;
}

.heading {
  font-size: 80px;
  line-height: 90px;
  font-weight: 100;
  text-align: center;
}

.cm-02_basic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.color-01 {
  width: 120px;
  height: 120px;
  margin: 8px;
  border-radius: 60px;
  background-color: #d9c5ad;
}

.color-02 {
  width: 120px;
  height: 120px;
  margin: 10px;
  border-radius: 60px;
  background-color: #bf8450;
}

.color-03 {
  width: 120px;
  height: 120px;
  margin: 8px;
  border-radius: 60px;
  background-color: #a80b00;
}

.color-04 {
  width: 120px;
  height: 120px;
  margin: 10px;
  border-radius: 60px;
  background-color: #e5e8eb;
}

.color-05 {
  width: 120px;
  height: 120px;
  margin: 8px;
  border-radius: 60px;
  background-color: #00849c;
}

.color-06 {
  width: 120px;
  height: 120px;
  margin: 10px;
  border-radius: 60px;
  background-color: #f2b035;
}

.color-07 {
  width: 120px;
  height: 120px;
  margin: 9px;
  border-radius: 60px;
  background-color: #848c45;
}

.color-08 {
  width: 120px;
  height: 120px;
  margin: 9px;
  border-radius: 60px;
  background-color: #b19f82;
}

.color-09 {
  width: 120px;
  height: 120px;
  margin: 8px;
  border-radius: 60px;
  background-color: #2d3540;
}

.cm-03 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.rte_cm_01 h1 {
  font-size: 80px;
  line-height: 94px;
}

.rte_cm_01 h2 {
  font-size: 54px;
  line-height: 60px;
  font-weight: 300;
}

.rte_cm_01 h3 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
}

.rte_cm_01 p {
  font-size: 20px;
  line-height: 30px;
}

.cm-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cm-02_akcent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  font-weight: 200;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cm-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  height: 25vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav-contaiiner {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-nav {
  position: static;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 0.5vw;
  clear: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.04vw;
  text-decoration: none;
  text-indent: 0px;
  text-transform: none;
  cursor: pointer;
}

.link-nav:hover {
  color: #bf8450;
}

.link-nav.w--current {
  padding-right: 14px;
  padding-left: 14px;
  color: #e1251b;
}

.div-cart-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.nav-menu-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin-left: 0px;
  float: left;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wid-cart-price {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}

.div-widget-cart {
  position: relative;
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  margin-left: 0px;
  padding: 16px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-decoration: none;
}

.div-widget-cart:hover {
  z-index: 66;
  background-color: #eef0f3;
}

.nav-icon {
  display: none;
  margin-right: 8px;
}

.div-widget-search {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  margin-left: 0px;
  padding: 16px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.div-widget-search:hover {
  background-color: #eef0f3;
}

.brand-logo {
  position: static;
  display: block;
  width: 200px;
  height: auto;
  min-height: auto;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.brand-logo.w--current {
  padding-top: 10px;
}

.div-quantity-in-cart {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 0px;
  border-radius: 100px;
  background-color: transparent;
  text-align: right;
}

.div-nav-menu-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-widget-login {
  position: relative;
  z-index: 79;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  margin-left: 0px;
  padding: 16px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.div-widget-login:hover {
  background-color: #eef0f3;
}

.div-icon-cart {
  padding: 8px 8px 8px 0px;
}

.wid-login-price {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}

.dropdown-list {
  background-color: #d8c3c3;
}

.dropdown-list.w--open {
  z-index: 20000;
  background-color: #e9e9e9;
}

.brand-logo-mobile {
  position: static;
  display: none;
  height: auto;
  min-height: auto;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.cat-icon {
  width: 24px;
}

.dropdown-link {
  padding: 12px 24px;
  color: #535353;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.dropdown-link:hover {
  color: #000;
}

.dropdown-link.w--current {
  padding-left: 30px;
  border-left: 3px solid #db0000;
  color: #db0000;
}

.div-nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #f3f3f3;
  border-bottom: 1px solid #e4e4e4;
  background-color: #fff;
  text-align: center;
}

.div-cart {
  position: relative;
  margin-left: auto;
}

.image-47 {
  opacity: 0.7;
}

.image-47:hover {
  opacity: 1;
}

.number-quantity-in-cart {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 0px;
  min-width: 22px;
  padding: 1px 3px;
  border-radius: 60px;
  background-color: red;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.search-txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  font-size: 16px;
}

.div-icon-search {
  padding: 8px;
}

.login-icon {
  width: 24px;
}

.dropdown-toggle {
  padding: 0px;
}

.navbar {
  background-color: transparent;
}

.top-text-banner {
  display: block;
  padding: 0px 20px;
  background-color: #00849c;
}

.text-banner-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-icon-wraper {
  width: auto;
  height: auto;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  opacity: 1;
}

.close-icon-wraper:hover {
  opacity: 0.7;
}

.image-48 {
  width: 100%;
  cursor: pointer;
}

.text-banner {
  margin-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid hsla(0, 0%, 100%, 0.75);
}

.hero-banner {
  position: relative;
  margin-top: 20px;
  padding-left: 0px;
}

.hero-banner-wraper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 660px;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-banner-image {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.arrow-left-wraper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-image-wraper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.arrow-background {
  width: 60px;
  height: 60px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  border-radius: 30px;
  background-color: #e5e8eb;
  cursor: pointer;
}

.arrow-background:hover {
  background-color: #fff;
}

.arrow-right-wraper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 19;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-wraper-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 22px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-simple {
  width: 10px;
}

.arrow-wraper-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 22px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-text-wraper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  margin: 100px 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-banners-sec {
  margin-top: 20px;
}

.hero-three-banner-wraper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-left-wraper {
  position: relative;
  width: 33.3333%;
  height: 280px;
  padding-right: 12px;
}

.banner-right-wraper {
  position: relative;
  width: 33.3333%;
  height: 280px;
  padding-left: 12px;
}

.banner-middle-wraper {
  position: relative;
  width: 33.3333%;
  height: 280px;
  padding-right: 6px;
  padding-left: 6px;
}

.banner-image {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero-slider-wraper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-slider-button {
  padding: 18px 25px;
  background-color: #848c45;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
}

.hero-slider-button:hover {
  background-color: #9aa733;
}

.quantity-txt {
  width: 100%;
  margin-left: 10px;
  padding-left: 0px;
  color: #858585;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
}

.collection-item-slider-wraper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  max-width: 100%;
  min-width: 25%;
  padding: 10px;
}

.div-quantity-settings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-quantity-arrow {
  margin-left: auto;
}

.products-list-carousel-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: transparent;
}

.product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.slider-arrow {
  width: 30px;
  max-width: none;
}

.slider-arrow:hover {
  opacity: 0.5;
}

.button-atc-simply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 17px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #848c45;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button-atc-simply:hover {
  background-color: #9aa733;
  text-decoration: none;
}

.div-add-to-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-list-wraper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1720px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.product-image-hp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 18vw;
  margin-bottom: 10px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #ddd;
  background-color: #fff;
  cursor: pointer;
}

.slide-arrow-right {
  position: static;
  left: auto;
  top: 0%;
  right: -50px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 20px;
  padding-bottom: 0px;
  opacity: 0.5;
}

.product-name-link {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.product-name-link:hover {
  color: #858585;
}

.quantity {
  padding-bottom: 2px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 16px;
  line-height: 10px;
}

.collection-item-slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 100%;
  min-width: 100%;
  margin: 0px 0vw;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none;
  border-width: 1px;
  border-color: #e6e6e6;
  background-color: #fff;
}

.collection-item-slider:hover {
  border-color: #cfcfcf;
}

.product-name {
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
}

.slide-arrow-left {
  position: static;
  left: -50px;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding-bottom: 0px;
  padding-left: 10px;
  opacity: 0.5;
}

.button-small-cont {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 26;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  text-decoration: none;
  cursor: auto;
}

.button-small-cont:hover {
  overflow: visible;
  opacity: 1;
}

.button-small {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 0 13px -6px rgba(0, 0, 0, 0.5);
  opacity: 1;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 200;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button-small:hover {
  position: static;
  border-color: #000;
  border-radius: 0px;
  background-color: #2d3540;
  opacity: 1;
  color: #fff;
}

.product-img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  margin: 3px;
  padding: 3px 0px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ddd;
  cursor: pointer;
}

.arrow:hover {
  background-color: #858585;
}

.div-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  background-color: #fff;
}

.product-price {
  margin-top: auto;
  margin-right: 6px;
  margin-bottom: 0px;
  color: #2d3540;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

.banner-content-wraper {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
  cursor: pointer;
}

.heading-3 {
  position: relative;
  z-index: 4;
  width: 50%;
  color: #2d3540;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
}

.hover-arrow-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #d9c5ad;
  opacity: 0;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #fff;
  cursor: pointer;
}

.hover-arrow-link:hover {
  opacity: 0.9;
}

.arrow-icon {
  width: 40px;
}

.carousel-name {
  color: #2d3540;
  font-size: 48px;
  line-height: 60px;
  font-weight: 100;
  text-align: center;
}

.footer-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2d3540;
}

.foooter-info-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer-column-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-link {
  margin-bottom: 5px;
  color: #b19f82;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-text {
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.form-group-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.input-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 40px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  background-color: #8995a5;
}

.footer-button {
  width: 30%;
  background-color: #848c45;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.footer-button:hover {
  background-color: #9aa733;
}

.footer-form-label {
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

.soc-icon-wrap {
  width: 36px;
  height: 36px;
  margin-right: 6px;
  margin-bottom: 6px;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.soc-icon-wrap:hover {
  opacity: 1;
}

.social-icon-footer {
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.mag-footer-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
}

.mag-text {
  color: #b9b9b9;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
}

.link {
  color: #09f;
  font-size: 16px;
  font-weight: 400;
}

.link:hover {
  color: #005fb3;
}

.marketing-labels-wraper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.discount {
  margin-bottom: 2px;
  padding: 5px;
  background-color: #a80b00;
}

.marketing-label-txt {
  color: #e5e8eb;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}

.news {
  margin-bottom: 2px;
  padding: 5px;
  background-color: #dd9000;
}

.sale {
  margin-bottom: 2px;
  padding: 5px;
  background-color: #00849c;
}

.div-widget-language {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 16px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: pointer;
}

.div-widget-language:hover {
  background-color: #eef0f3;
}

.top-menu-icon-wrp {
  width: auto;
  margin-right: 0px;
  padding: 8px;
}

.language-name-wrap {
  width: auto;
  margin-right: 6px;
}

.language-name-text {
  display: block;
  width: auto;
  min-width: auto;
  float: none;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  direction: ltr;
  font-size: 14px;
  font-weight: 300;
}

.flag-icon {
  width: 24px;
  min-width: 24px;
}

.arrow-dropdown-icon {
  width: 12px;
}

.div-widget-currency {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 16px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: pointer;
}

.div-widget-currency:hover {
  background-color: #eef0f3;
}

.currency-icon {
  width: 24px;
}

.currency-name-wrap {
  width: 35px;
}

.bread-crumbs {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ddd;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-breadcrumbs {
  width: 100%;
  max-width: 1280px;
}

.txt_bread-crumbs-desk {
  display: block;
  color: #2d3540;
  font-size: 16px;
  font-weight: 300;
}

.link-breadcrumbs {
  color: #b19f82;
  text-decoration: none;
}

.link-breadcrumbs:hover {
  color: #bf8450;
  text-decoration: underline;
}

.txt_bread-crumbs-mobile {
  display: none;
  color: #0c7dc7;
  font-size: 18px;
  font-weight: 300;
}

.section-product-basic-info {
  display: block;
  margin-bottom: 60px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-thumbnail {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 18%;
  height: 120px;
  margin: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  background-color: transparent;
  opacity: 1;
}

.div-thumbnail:hover {
  border-style: solid;
  border-color: #fff;
}

.button-add-basket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  margin-bottom: 10px;
  padding: 10px 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #848c45;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.button-add-basket:hover {
  background-color: #9aa733;
}

.stock-status-container {
  display: block;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-zoom {
  width: 50px;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin-top: 0%;
  opacity: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.more-pictures-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.txt_product-short-descriptions {
  text-align: justify;
  margin-bottom: 20px;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 200;
}

.txt-old-price {
  color: #949494;
  font-size: 18px;
  font-weight: 400;
  text-decoration: line-through;
}

.txt-final-price-vat {
  margin-right: 10px;
  color: #2d3540;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.image-thumbnail {
  overflow: hidden;
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-thumbnail:hover {
  border-style: none;
  border-width: 1px;
  border-color: #fff;
}

.div-product-descriptions {
  width: 45%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.icon-stock-status-cont {
  width: 20px;
  margin-right: 6px;
}

.icon-stock-status-cont.in-stock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.icon-stock-status-cont.sold-out {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-add-to-basket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.in-stock-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-title-image {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 500px;
  max-height: none;
  max-width: none;
  min-height: auto;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #d4d4d4;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.stock-status-txt {
  color: #6daf2e;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}

.stock-status-txt.sold-out {
  color: #e1501b;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.stock-status-txt.in-stock {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.div-product-info-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-button-icon {
  display: block;
  width: 28px;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin-right: 6px;
  -o-object-fit: contain;
  object-fit: contain;
}

.txt-final-price-with-vat {
  margin-bottom: 6px;
  color: #525252;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}

.div-products-images {
  display: block;
  width: 55%;
  height: auto;
  max-width: none;
  margin-right: 40px;
  padding-right: 0px;
}

.arrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  margin: 3px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ddd;
  cursor: pointer;
}

.arrow-2:hover {
  background-color: #858585;
}

.div-quantity-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  background-color: #f5f5f5;
}

.txt_product-name {
  margin-top: 0px;
  color: #2d3540;
  font-size: 40px;
  line-height: 48px;
  font-weight: 200;
}

.blue-bttn-txt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 17px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.div-final-price-vat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-hover-elements {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(217, 197, 173, 0.6);
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  cursor: pointer;
}

.div-hover-elements:hover {
  background-color: rgba(177, 159, 130, 0.5);
  opacity: 1;
}

.div-purchase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border: 1px none #000;
  border-radius: 0px;
  background-color: rgba(217, 197, 173, 0.5);
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.hover:hover {
  opacity: 1;
}

.div-thumbnail-last {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20%;
  height: 120px;
  margin: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  opacity: 1;
}

.div-thumbnail-last:hover {
  border-style: solid;
  border-color: #fff;
}

.text-block {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

.number-more-pic-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 19;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(191, 132, 80, 0.75);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.number-more-pic-wrap:hover {
  background-color: #bf8450;
}

.product-imaga-title {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: block;
  overflow: visible;
  max-height: 100%;
  max-width: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.prices-wraper {
  margin-bottom: 20px;
}

.parameter-selector-wraper {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.color-selector-wraper {
  display: block;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.color-item-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: #c9c9c9;
  border-radius: 25px;
  background-color: #9aa733;
  cursor: pointer;
}

.color-item-01:hover {
  border-color: #a1a1a1;
}

.color-item-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 4px;
  margin-bottom: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: #c9c9c9;
  border-radius: 25px;
  background-color: #d9c5ad;
  cursor: pointer;
}

.color-item-02:hover {
  border-color: #a1a1a1;
}

.color-item-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 4px;
  margin-bottom: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: #c9c9c9;
  border-radius: 25px;
  background-color: #fff;
  cursor: pointer;
}

.color-item-03:hover {
  border-color: #a1a1a1;
}

.color-item-04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 4px;
  margin-bottom: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: #c9c9c9;
  border-radius: 25px;
  background-color: #f2b035;
  cursor: pointer;
}

.color-item-04:hover {
  border-color: #a1a1a1;
}

.color-item-05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 4px;
  margin-bottom: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: #c9c9c9;
  border-radius: 25px;
  background-color: #bf8450;
  cursor: pointer;
}

.color-item-05:hover {
  border-color: #a1a1a1;
}

.select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #b19f82;
  border-radius: 10px;
  background-color: #fff;
}

.image-51 {
  display: block;
}

.name-items-wraper {
  margin-bottom: 10px;
}

.dropdown-selector-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.selector-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.selector-name {
  margin-bottom: 10px;
  color: #2d3540;
  font-size: 16px;
  font-weight: 400;
}

.box-drop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 40px;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
}

.dropdown-text {
  color: #2d3540;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.share-icon-wraper {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.share-icon-wraper:hover {
  opacity: 0.7;
}

.section-product-extended-info {
  padding-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
}

.product-extended-info {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
  margin-bottom: 4px;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  background-color: #eee;
}

.tab-link:hover {
  background-color: #ddd;
}

.tab-link.w--current {
  margin-bottom: -1px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #949494 #949494 #fff;
  background-color: #fff;
}

.tab-name {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.tabs-menu {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #949494;
}

.tabs-content {
  padding: 40px 0px;
  border-style: none;
  border-width: 1px;
  border-color: #ddd #949494 #949494;
}

.summary-of-reviews-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 41px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 3px;
  background-color: #eef0f3;
  color: #f2b035;
}

.heading-4 {
  margin-top: 0px;
  color: #2d3540;
  font-size: 24px;
  text-align: center;
}

.review-value-txt {
  margin-bottom: 10px;
  color: #2d3540;
  font-size: 40px;
  line-height: 40px;
  font-weight: 200;
  text-align: center;
}

.reviews-stars-wraper {
  width: auto;
  height: auto;
  margin-bottom: 20px;
}

.number-of-reviews-txt {
  margin-bottom: 30px;
  color: #2d3540;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
}

.all-reviews-wraper {
  width: 70%;
  padding-right: 40px;
}

.reviews-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.review-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.reviewer-info-wraper {
  width: 30%;
  margin-right: 10px;
}

.reviewers-name {
  color: #2d3540;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.reviewers-stars-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.reviewers-stars {
  width: 120px;
}

.reviewers-text-wraper {
  width: 70%;
}

.reviewers-text {
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
}

.button-primary {
  margin-right: 0px;
  margin-bottom: 10px;
  padding: 18px 25px;
  background-color: #848c45;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.button-primary:hover {
  background-color: #9aa733;
}

.top-quick-contact-wrp {
  padding: 0px 0px 0px 20px;
  background-color: #eef0f3;
}

.quick-contact-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.quick-contact-txt {
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #2d3540;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.cart_container_inner {
  height: auto;
  margin-bottom: auto;
}

.cart-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2d3540;
}

.icon-cart-empty {
  margin-right: 10px;
}

.cart-empty-txt {
  color: #e1251b;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.cart-empty-txt:hover {
  text-decoration: underline;
}

.name-prod-cart {
  display: block;
  margin-bottom: 6px;
  color: #2d3540;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.name-prod-cart:hover {
  text-decoration: underline;
}

.products_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cart-prod-price {
  margin-bottom: 4px;
  color: #2d3540;
  font-size: 16px;
  font-weight: 700;
}

.cart_ajax_container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 520px;
  height: auto;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none;
  border-width: 1px;
  border-color: #d6d6d6;
  background-color: #fff;
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.2);
}

.img-prod-cart-wrap {
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
}

.cart-close-wraper {
  width: 24px;
  padding: 3px;
  opacity: 0.5;
}

.cart-close-wraper:hover {
  opacity: 1;
}

.img-prod-cart {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cart-button-container {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: auto;
  margin-top: 0px;
  padding: 10px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #d6d6d6;
}

.cart-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
}

.button-secondary {
  display: block;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 17px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #00849c;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.button-secondary:hover {
  background-color: #005969;
}

.quant-num-prod-cart {
  width: auto;
  margin-right: 3px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #2d3540;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.delete-link-prod-cart {
  display: block;
  color: #e1251b;
  font-size: 14px;
  font-weight: 300;
}

.delete-link-prod-cart:hover {
  text-decoration: none;
}

.info-prod-cart {
  width: 66%;
  margin-right: 10px;
}

.quantity-prod-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-left: auto;
  padding: 2px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #d6d6d6;
}

.sum-h {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.cart-empty {
  width: 30px;
}

.cart_sum_container {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-cart-container {
  padding: 20px;
}

.empty-cart-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.sum-price {
  color: #2d3540;
  font-size: 18px;
  font-weight: 700;
}

.img-button-icon-2 {
  display: block;
  width: auto;
  max-height: 100%;
  max-width: none;
  min-height: 100%;
  min-width: auto;
  margin-right: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.button-blue-with-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #b3b3b3;
  background-color: transparent;
  color: #29b0ff;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-blue-with-icon:hover {
  border-style: none;
  border-color: #b3b3b3;
  background-color: transparent;
  color: #0c7dc7;
  text-decoration: none;
}

.rte-button-primary {
  display: inline;
  background-color: transparent;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.rte-button-primary:hover {
  background-color: transparent;
}

.button-icon-arrow {
  width: 30px;
  height: auto;
  max-height: none;
  max-width: none;
  margin-right: 0px;
}

.button-third {
  display: inline-block;
  height: auto;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 17px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #b3b3b3;
  background-color: #eee;
  color: #6d6d6d;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-third:hover {
  border-color: #b3b3b3;
  background-color: #d6d6d6;
  color: #555;
}

.buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-icon {
  width: 100%;
  height: 100%;
  max-height: 24px;
  max-width: 40px;
  margin-right: 10px;
}

.red-bttn-txt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.image-49 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.rte-button-secondary {
  display: inline;
  background-color: transparent;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.rte-button-secondary:hover {
  background-color: transparent;
}

.blue-bttn-txt-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.search-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 220px;
  padding-bottom: 220px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ececec;
}

.search-modal-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  background-color: #fff;
}

.search-modal-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 100%;
  padding: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-modal-icon-wraper {
  width: 60px;
  height: 60px;
  padding: 16px;
  opacity: 0.7;
}

.search-modal-icon-wraper:hover {
  padding: 18px;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 83.9%, 0);
  background-color: transparent;
  opacity: 1;
}

.language-modal {
  padding-bottom: 400px;
}

.navbar-2 {
  display: block;
  padding: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.language-modal-wrp {
  position: absolute;
  left: 0%;
  top: 87px;
  right: auto;
  bottom: auto;
  z-index: 1100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 8px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #eef0f3;
  box-shadow: 0 14px 17px -17px rgba(0, 0, 0, 0.5);
}

.personal-info-container {
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}

.commpany-name {
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #555;
  font-size: 16px;
  font-weight: 300;
}

.personal-info {
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.my-account-links-container {
  padding-top: 10px;
}

.section-default {
  padding: 60px 0px;
  text-align: left;
}

.container-900 {
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.rte_base_center {
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  color: #000;
  text-align: center;
}

.rte_base_center h1 {
  color: #2d3540;
  font-weight: 100;
}

.rte_base_center p {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 200;
}

.container-600 {
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.div-forgot-password {
  padding-left: 25%;
}

.tabs-login-registration {
  margin-bottom: 20px;
}

.checkbox-2 {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
}

.form-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tab-text {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.registration-info {
  display: block;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.link-02 {
  display: block;
  width: auto;
  color: #0c7dc7;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.link-02:hover {
  color: #0041b3;
  text-decoration: underline;
}

.form-login {
  margin-bottom: 0px;
}

.login-wraper-inner {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none none solid;
  border-width: 1px;
  border-color: #ddd #ddd #b3b3b3;
}

.form-registration {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.registration-info-wraper {
  margin-bottom: 40px;
}

.login-wraper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.checkbox-field-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 25%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-cart {
  width: 75%;
  height: 50px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #bebebe;
  background-color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.text-field-cart:focus {
  border-color: #2d3540;
  background-color: rgba(242, 176, 53, 0.1);
}

.text-field-cart.error {
  border-color: #a80b00;
  background-color: #ffd1c0;
}

.tab-checkout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none none solid;
  border-width: 1px 1px 5px;
  border-color: #ddd #ddd #fff;
  background-color: transparent;
  color: #b3b3b3;
  text-align: center;
}

.tab-checkout:hover {
  background-color: transparent;
  color: #555;
}

.tab-checkout.w--current {
  width: 50%;
  padding-right: 5px;
  padding-left: 5px;
  border-color: #65ceff #65ceff #2d3540;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  background-color: transparent;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.field-label-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-bottom: 0px;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2d3540;
  font-size: 15px;
  font-weight: 300;
  text-align: right;
}

.checkbox-label {
  width: 90%;
  margin-right: 0px;
  color: #252525;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.checkbox-label:hover {
  color: #858585;
}

.button-edit-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 25%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-plus {
  position: absolute;
  width: 2px;
  height: 18px;
  background-color: #333;
}

.cart-heading {
  margin-bottom: 20px;
  color: #2d3540;
  font-size: 44px;
  line-height: 48px;
  font-weight: 100;
}

.rte_base_left {
  margin-bottom: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.rte_base_left h2 {
  font-size: 42px;
  line-height: 52px;
}

.rte_base_left h1 {
  margin-top: 0px;
  font-size: 46px;
  line-height: 52px;
  font-weight: 100;
}

.my-account-container {
  padding-top: 60px;
  padding-bottom: 100px;
}

.div-minus {
  width: 18px;
  height: 2px;
  background-color: #333;
}

.button-save-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.my-account-cont-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.my-account-cont-right {
  width: 70%;
  padding-left: 20px;
}

.top-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-plus-icon {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-my-account {
  position: -webkit-sticky;
  position: sticky;
  top: 22px;
  display: block;
  width: 100%;
  padding: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  background-color: #fff;
}

.my-account-cont-left {
  width: 30%;
  padding-right: 40px;
  padding-left: 0px;
}

.personal-info-cont {
  position: static;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px none #ddd;
}

.contact-info {
  margin-bottom: 40px;
}

.order-table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #b3b3b3;
}

.header-table-txt {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.order-table-cell {
  width: 20%;
  text-align: center;
}

.my-account-links-2 {
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #6d6d6d;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.my-account-links-2:hover {
  color: #2d3540;
  text-decoration: none;
}

.order-link {
  color: #29b0ff;
  font-size: 14px;
}

.order-link:hover {
  color: #0c7dc7;
  text-decoration: none;
}

.order-preview-cont {
  width: 30px;
  padding: 2px;
  opacity: 1;
}

.order-preview-cont:hover {
  padding: 0px;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.table-txt {
  color: #555;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.table-txt.price {
  font-weight: 700;
}

.subtotal-head {
  width: 36%;
  margin-left: 10px;
  text-align: right;
}

.div-summary-cart-03 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #6d6d6d;
}

.prod-price {
  margin-bottom: 0px;
  color: #000;
  font-size: 18px;
  font-weight: 300;
}

.txt-item-name-02 {
  width: 60%;
  color: #2d3540;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.txt-item-name-02.total {
  font-size: 18px;
  font-weight: 600;
}

.parameters-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-light-bulb {
  width: 40px;
}

.name-product-cart {
  width: auto;
}

.cart-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subtotal-price {
  margin-bottom: 0px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.div-summary-cart-04 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px none #b31212;
  border-bottom: 2px none #b31212;
}

.div-txt-delivery-info {
  width: 70%;
}

.total-price {
  width: 40%;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}

.txt-sum-02 {
  width: 20%;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  text-align: right;
}

.div-cont-sum {
  margin-bottom: 40px;
}

.name-product-cart-head {
  width: 56%;
}

.table-row-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-deliivery-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-delivery-info {
  color: #dd9000;
  font-size: 18px;
}

.icon-delivery-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #dd9000;
}

.cart-container-inner {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.subtotal {
  width: 30%;
  padding: 10px;
  text-align: right;
}

.price-per-piece {
  width: 30%;
  margin-right: 10px;
  padding: 10px;
  text-align: right;
}

.product-continer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cart-header-text {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.cart-header-text:hover {
  text-decoration: none;
}

.deleted-product {
  width: 24px;
  height: 24px;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.deleted-product:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.list-products-cart {
  padding-bottom: 10px;
  border-bottom: 1px solid #949494;
}

.quantity-cart-head {
  width: 80px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: right;
}

.cart-container {
  padding-top: 60px;
  padding-bottom: 100px;
}

.pic-in-cart {
  width: 100px;
  height: 100px;
  min-height: 100px;
  min-width: 100px;
  margin-right: 10px;
}

.pic-in-cart:hover {
  opacity: 0.5;
}

.price-per-piece-head {
  width: 30%;
  margin-right: 10px;
  text-align: right;
}

.cart-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #949494;
}

.checkout-bttns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1200px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-payment-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.delivery-item-wrap {
  margin-bottom: 30px;
}

.payment-icon-img {
  overflow: hidden;
  width: 60px;
  height: 40px;
  padding: 3px;
  -o-object-fit: fill;
  object-fit: fill;
}

.input-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}

.div-summary-cart-05 {
  padding-top: 0px;
  padding-bottom: 20px;
}

.order-summary-container {
  margin-bottom: 40px;
  padding: 0px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  background-color: rgba(217, 197, 173, 0.2);
}

.form-error-message {
  width: 75%;
  margin-left: auto;
  color: red;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  text-align: left;
}

.div-checkout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 1600px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.price-info {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
}

.section-checkout {
  position: relative;
  display: block;
  height: auto;
  margin-bottom: 0px;
  padding: 60px 0px 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #ddd;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.field-label-message {
  display: block;
  width: auto;
  margin-bottom: 10px;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2d3540;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.div-checkout-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
}

.div-payment {
  padding-bottom: 30px;
  border-bottom: 1px none #ddd;
}

.checkout-bttn-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1600px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.radio-name-cart {
  display: block;
  width: 70%;
  margin-bottom: 0px;
  padding-right: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2d3540;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  text-align: left;
}

.bold-text {
  font-size: 16px;
  font-style: normal;
}

.txt-item-name {
  width: 60%;
  color: #2d3540;
  font-size: 14px;
  font-weight: 400;
}

.txt-item-name.total {
  font-size: 16px;
  font-weight: 600;
}

.payment-icon {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  min-height: auto;
  min-width: auto;
  margin: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-checkout-column {
  width: 50%;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.error-msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-send-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pay-metod-wraper {
  padding-top: 20px;
}

.tabs-on-checkout-cont {
  margin-bottom: 20px;
}

.txt-sum {
  width: 25%;
  color: #2d3540;
  font-size: 14px;
  text-align: right;
}

.div-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-delivery {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.checkbox-field-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-checkout-column-price {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  width: 33%;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.form-group {
  display: block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-left: 30px;
  color: #000;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: -30px;
}

.delivery-information {
  margin-bottom: 60px;
}

.order-summary-container-2 {
  position: static;
  top: 40px;
  margin-bottom: 40px;
  padding: 20px 20px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  background-color: rgba(217, 197, 173, 0.2);
}

.billing-information {
  margin-bottom: 60px;
}

.summary-column-right {
  position: static;
  top: 40px;
  width: 50%;
}

.txt-quantity-items {
  width: 20%;
  font-size: 14px;
  text-align: center;
}

.txt-quantity-items.header {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.checkout-summary-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.txt-sum-3 {
  width: 20%;
  text-align: right;
}

.txt-sum-3.header {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.cart-paragraph {
  margin-left: 20px;
  color: #000;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}

.table-header-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-information {
  margin-bottom: 60px;
}

.div-summary-cart-6 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.summary-column-left {
  width: 50%;
}

.txt-item-quantity {
  width: 40%;
}

.txt-item-quantity.header {
  width: 40%;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.confirmation-wraper {
  padding-top: 60px;
  padding-bottom: 100px;
}

.content-wraper-3 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.icon-ok {
  width: 80px;
  margin-right: auto;
  margin-left: auto;
}

.list {
  padding-left: 0px;
  list-style-type: none;
}

.left-container {
  display: block;
  width: 20%;
  padding-right: 30px;
}

.wraper-products-list {
  width: auto;
}

.div-collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paging-txt {
  color: #333;
  font-size: 16px;
  font-weight: 300;
}

.filters-top-homepage-wrp {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin: 20px auto 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #ddd;
}

.all-sorting-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sorting-typ-txt {
  font-size: 16px;
  font-weight: 500;
}

.txt-old-price-atv {
  margin-top: auto;
  margin-bottom: 0px;
  color: #949494;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  text-decoration: none;
}

.right-container {
  width: 80%;
}

.sorting-container {
  margin-left: 6px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  background-color: transparent;
  color: #8f8f8f;
  text-decoration: none;
}

.sorting-container:hover {
  background-color: #f0f0f0;
  color: #949494;
}

.sorting-container.current {
  border-color: #000;
  background-color: #fff;
  color: #333;
}

.sorting-container.current:hover {
  background-color: #ececec;
}

.category-link {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 10px;
  padding-left: 0px;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
  list-style-type: decimal;
  cursor: pointer;
}

.category-link:hover {
  opacity: 0.7;
  color: #6d6d6d;
}

.category-link:focus {
  color: #bf8450;
  font-weight: 500;
}

.category-link.curent {
  color: #bf8450;
}

.sub {
  margin-bottom: 20px;
  padding-left: 20px;
}

.product-price-vat {
  margin-top: auto;
  margin-bottom: 4px;
  color: #949494;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
}

.widget-category-list {
  position: -webkit-sticky;
  position: sticky;
  top: 22px;
  display: block;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-category-title {
  position: static;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.collection-item-wraper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: auto;
  max-width: 100%;
  min-height: auto;
  min-width: 25%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.category-title-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(119, 101, 73, 0.2);
}

.sub-category-link {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 200;
  list-style-type: none;
  cursor: pointer;
}

.sub-category-link:hover {
  padding-left: 4px;
  color: #000;
}

.sub-category-link:focus {
  color: #bf8450;
}

.sub-category-link.curent {
  color: #bf8450;
  font-weight: 500;
}

.section-products-list {
  padding: 20px 20px 60px;
}

.category-title {
  position: relative;
  z-index: 300;
  margin-bottom: 0px;
  color: #fff;
  font-size: 60px;
  line-height: 76px;
  font-weight: 800;
  text-transform: none;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}

.main-middle-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.collection-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: none;
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-width: 1px;
  border-color: #e6e6e6;
  background-color: #fff;
}

.collection-item:hover {
  border-color: #cfcfcf;
}

.product-price-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.old-price-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}

.price-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-paging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-paging-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin: 4px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: silver;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}

.div-paging-button:hover {
  background-color: #eef0f3;
}

.div-paging-button:focus {
  border-color: #000;
}

.div-paging-button.active {
  background-color: rgba(0, 153, 255, 0.2);
  color: #000;
}

.div-paging-button.active:hover {
  background-color: #fff;
}

.div-paging-button.spacer {
  border-style: none;
}

.div-paging-button.spacer:hover {
  background-color: transparent;
}

.txt-old-price {
  margin-right: 10px;
  font-size: 16px;
}

.blog-title {
  width: 100%;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  font-size: 46px;
  line-height: 54px;
  font-weight: 800;
  text-align: left;
}

.rte_left_black_small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
}

.rte_left_black_small h3 {
  margin-top: 0px;
}

.section-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px 40px 140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-content-blog {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.div-category-icon {
  display: block;
  width: 18px;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-number {
  width: 10%;
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 300;
}

.column-blog-category {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-right: 0px;
  margin-left: 10px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-left: 1px none #d8d8d8;
}

.div-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 70%;
  min-width: 70%;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-category {
  width: 100%;
}

.div-category-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #e9e9e9;
}

.category-name {
  width: 80%;
  margin-right: 10px;
  color: #242424;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.category-name:hover {
  color: #2696d3;
}

.title-image {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.rte-extended-desc {
  width: 100%;
  color: #2d3540;
}

.rte-extended-desc figcaption {
  color: #6d6d6d;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  text-align: left;
}

.rte-extended-desc p {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 200;
}

.rte-extended-desc h1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 200;
}

.rte-extended-desc h2 {
  font-size: 30px;
  line-height: 36px;
}

.rte-extended-desc h3 {
  font-size: 24px;
  line-height: 34px;
}

.rte-extended-desc h4 {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 22px;
}

.rte-extended-desc h5 {
  margin-bottom: 16px;
  color: #00849c;
  font-size: 18px;
  line-height: 22px;
}

.rte-extended-desc h6 {
  color: #bf8450;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.rte-extended-desc blockquote {
  margin-bottom: 20px;
  border-left-color: #f2b035;
}

.rte-extended-desc li {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.rte-extended-desc figure {
  margin-bottom: 20px;
}

.category-title-wrp {
  margin-bottom: 10px;
}

.div-column-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 75%;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.img-blog-list {
  overflow: visible;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-pic-blog-list {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 320px;
  height: 320px;
  margin-right: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.blog-list-perex {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.div-arrow-paging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: transparent;
  cursor: pointer;
}

.div-arrow-paging:hover {
  padding: 6px;
  background-color: transparent;
}

.blog-list-header {
  margin-bottom: 4px;
  color: #2d3540;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
}

.blog-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 0px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div_content {
  position: static;
  left: 6%;
  top: 16%;
  right: auto;
  bottom: auto;
  max-width: 1300px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 60px;
  padding-left: 20px;
  color: #242424;
  text-align: center;
}

.blog-list-date {
  margin-right: 10px;
  margin-bottom: 4px;
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 300;
}

.div-blog-perex {
  width: auto;
  text-align: left;
}

.arrow-icon-2 {
  width: 1000%;
}

.div-paging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin: 0px 10px 70px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-blog-list {
  padding-top: 60px;
  padding-bottom: 60px;
}

.paging-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 26px;
  font-weight: 100;
  cursor: pointer;
}

.paging-number:hover {
  font-weight: 500;
}

.paging-number:focus {
  color: #11a9fc;
  font-weight: 600;
}

.div-icon-login {
  padding: 8px;
}

.top-menu-wrp {
  position: relative;
  z-index: 70;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.arrows-wrp {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.banner-slider-image-wraper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-slider-image-mobile-wraper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.hero-banner-image-mobile {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.product-price-of-variants {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.made-in-slovakia-wrp-mob {
  position: relative;
  z-index: 97;
  display: none;
  width: 240px;
  height: auto;
}

.image-madeinslovakia {
  position: relative;
  z-index: 96;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.made-in-slovakia-wrp-web {
  position: relative;
  z-index: 98;
  width: 240px;
  height: auto;
}

.extended-desc-wrp {
  text-align: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 900px;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.language-item-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #6d6d6d;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  text-decoration: none;
}

.language-item-wrp:hover {
  color: #000;
}

.language-modal-wrap {
  width: auto;
  margin-right: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.currwncy-modal {
  padding-bottom: 400px;
}

.currency-item-wrp {
  display: block;
  width: auto;
  min-width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.currency-item-wrp:hover {
  color: #000;
  font-weight: 300;
}

.currency-modal-wrp {
  position: absolute;
  left: 0%;
  top: 87px;
  right: auto;
  bottom: auto;
  z-index: 1100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 8px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #eef0f3;
  box-shadow: 0 14px 17px -17px rgba(0, 0, 0, 0.5);
}

.currency-name-text {
  display: block;
  width: auto;
  min-width: auto;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  direction: ltr;
  white-space: nowrap;
}

.language-modal-name-text {
  display: block;
  width: auto;
  min-width: auto;
  float: none;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  direction: ltr;
}

.made-in-slovakia-wrp {
  position: relative;
  z-index: 99;
}

.order-number {
  margin-top: 10px;
  margin-bottom: 6px;
  color: #2d3540;
  font-size: 24px;
  line-height: 28px;
  font-weight: 200;
}

.tabs-menu-product-desc {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #949494;
}

.error-img-wrp {
  width: 25%;
  padding-right: 10px;
}

.error-icon {
  display: block;
  width: 24px;
  margin-left: auto;
}

.text-field-message-input {
  width: auto;
  height: 50px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #bebebe;
  background-color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.text-field-message-input:focus {
  border-color: #2d3540;
  background-color: rgba(242, 176, 53, 0.1);
}

.text-field-message-input::-webkit-input-placeholder {
  background-color: transparent;
}

.text-field-message-input:-ms-input-placeholder {
  background-color: transparent;
}

.text-field-message-input::-ms-input-placeholder {
  background-color: transparent;
}

.text-field-message-input::placeholder {
  background-color: transparent;
}

.progress-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

.progress-wraper {
  position: relative;
  display: none;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.circle {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46px;
  height: 46px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 33px;
  background-color: #e6e6e6;
}

.circle.active {
  width: 46px;
  height: 46px;
  margin-bottom: 10px;
  background-color: #f2b035;
}

.step-txt {
  color: #7c7c7c;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.step-txt.active {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}

.line {
  position: absolute;
  left: 0%;
  top: 22px;
  right: 0%;
  bottom: auto;
  z-index: 2;
  height: 2px;
  margin-right: 15%;
  margin-left: 15%;
  background-color: #e6e6e6;
  color: #e6e6e6;
}

.step-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-name {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.category-desc-wrp {
  margin-bottom: 60px;
}

.category-title-pic-wrp {
  position: relative;
  height: 220px;
  margin-bottom: 20px;
}

.category-title-pic {
  max-height: 100.00007%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.category-excerpt {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  line-height: 28px;
  font-weight: 200;
  text-align: center;
}

.category-heading {
  margin-bottom: 0px;
  color: #000;
  font-size: 28px;
  line-height: 30px;
  font-weight: 100;
  text-transform: none;
}

.categor-list-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-item-wrp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
}

.category-item-wrp:hover {
  background-color: transparent;
}

.category-list-pic-wrp {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
}

.category-list-pic {
  max-height: 100.00007%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.category-list-name {
  position: relative;
  z-index: 300;
  margin-bottom: 10px;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 800;
  text-align: center;
  text-transform: none;
}

.gradiend-category {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(26%, rgba(177, 159, 130, 0.2)), to(#2d3540));
  background-image: linear-gradient(180deg, rgba(177, 159, 130, 0.2) 26%, #2d3540);
}

.gradiend-category:hover {
  background-color: transparent;
}

.category-list-name-wrp {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 320;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(177, 159, 130, 0);
  opacity: 1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.category-list-name-wrp:hover {
  background-color: rgba(177, 159, 130, 0.8);
  opacity: 1;
}

.button-fourth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 17px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #b3b3b3;
  background-color: transparent;
  color: #6d6d6d;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-fourth:hover {
  border-color: #b3b3b3;
  background-color: #d6d6d6;
  color: #555;
}

.button-shoping {
  position: relative;
  z-index: 310;
  display: block;
  padding: 12px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.text-block-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.right-container-top {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.3vw;
  margin-bottom: 20px;
  margin-left: 0.3vw;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #ddd;
}

.filter-news {
  margin-left: 6px;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #dd9000;
  background-color: #f2b035;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.filter-news:hover {
  background-color: #dd9000;
  color: #fff;
}

.filter-discount {
  margin-left: 6px;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #830900;
  background-color: rgba(168, 11, 0, 0.9);
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.filter-discount:hover {
  background-color: #830900;
  color: #fff;
}

.filter-sale {
  margin-left: 6px;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #005969;
  background-color: #00849c;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.filter-sale:hover {
  background-color: #005969;
  color: #fff;
}

.breadcrumbs-wrp {
  width: 100%;
  max-width: 1400px;
}

.central-container {
  width: 100%;
}

.label-iner {
  margin-bottom: 2px;
  padding: 5px;
  background-color: #949494;
}

.label-market-filter {
  margin: 2px 4px 6px;
  padding: 12px 16px;
  border-style: none;
  border-width: 1px;
  border-color: #949494;
  background-color: #6d6d6d;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.label-market-filter:hover {
  margin: 0px 2px 4px;
  padding: 14px 18px;
  color: #fff;
}

.form-row-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.error-msg-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-error-message-news {
  color: #ff2b00;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.nav-menu-desktop-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rte-hero-slider {
  margin-bottom: 40px;
}

.rte-hero-slider h1 {
  margin-top: 0px;
  font-size: 66px;
  font-weight: 100;
}

.rte-hero-slider p {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}

.rte-top-text-banner {
  color: #e5e8eb;
}

.rte-top-text-banner p {
  margin-right: 20px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.rte-top-text-banner a {
  color: #fff;
  font-weight: 400;
}

.rte-top-text-banner a:hover {
  text-decoration: none;
}

._404-wrp {
  padding: 100px 60px;
}

._404-pic-wrp {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}

.container-900-404 {
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.contact-sec {
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact-inner-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.contact-form-column {
  width: 50%;
  padding: 20px;
}

.message-field {
  width: 75%;
  height: 120px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #bebebe;
  background-color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.message-field:focus {
  border-color: #2d3540;
  background-color: rgba(242, 176, 53, 0.1);
}

.message-field.error {
  border-color: #830900;
  background-color: #ffd1c0;
}

.contact-form {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-form-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contct-form-info {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
}

.success-message {
  background-color: rgba(154, 167, 51, 0.2);
}

.success-txt {
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  font-weight: 300;
}

.error-message {
  background-color: #ffd1c0;
  color: #2d3540;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.product-code-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-code {
  margin-right: 20px;
  color: #2d3540;
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
}

.rte_base_l {
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  color: #000;
  text-align: left;
}

.rte_base_l h1 {
  color: #2d3540;
  font-weight: 100;
}

.rte_base_l p {
  font-size: 20px;
}

.rte_base_l h2 {
  line-height: 40px;
  font-weight: 200;
}

.aboutus_hero_sec_04 {
  position: relative;
  height: 40vw;
  max-height: 600px;
}

.aboutus_hero_pic_wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.aboutus_hero_pic {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.aboutus-hero-txt-wrp {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.aboutus-hero-txt-inn-wrp {
  width: 60%;
}

.aboutus_hero_sec_02 {
  padding: 60px 20px 100px;
}

.aboutus-photos-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 61px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../themes/choralisart/assets/images/uvodzovky.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.aboutus-photo01-wrp {
  position: relative;
  z-index: 5;
  overflow: hidden;
  width: 300px;
  height: 300px;
  margin-left: -8px;
  border-radius: 150px;
  box-shadow: -3px 3px 12px 0 rgba(0, 0, 0, 0.3);
}

.aboutus-photo {
  max-height: 105%;
  max-width: 105%;
  min-height: 105%;
  min-width: 105%;
  -o-object-fit: cover;
  object-fit: cover;
}

.aboutus-photo02-wrp {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 300px;
  margin-left: -30px;
  border-radius: 150px;
  box-shadow: -3px 3px 12px 0 rgba(0, 0, 0, 0.3);
}

.aboutus_hero_sec_03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-inner-wrp {
  width: 70%;
  margin-left: auto;
}

.square-image-img-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 27vw;
  max-height: 420px;
  max-width: 420px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.square-image-img {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.column-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-1200 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.properties-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.properties-img-wrp {
  width: 128px;
  height: 128px;
  margin-bottom: 20px;
}

.properties-img {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.aboutus_hero_sec_01 {
  position: relative;
  height: 40vw;
  max-height: 600px;
}

.wholesale-sec {
  padding: 60px 20px 100px;
}

.contact-form-hholesale-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.input-wrp02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field-cart02 {
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #bebebe;
  background-color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.text-field-cart02:focus {
  border-color: #2d3540;
  background-color: rgba(242, 176, 53, 0.1);
}

.text-field-cart02.error {
  border-color: #a80b00;
  background-color: #ffd1c0;
}

.field-label-cart02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 6px;
  padding-right: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2d3540;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
}

.form-group02 {
  display: block;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wholesale-form {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.message-field02 {
  width: 100%;
  height: 120px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #bebebe;
  background-color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.message-field02:focus {
  border-color: #2d3540;
  background-color: rgba(242, 176, 53, 0.1);
}

.error-img-wrp02 {
  width: 8%;
  padding-right: 10px;
  text-align: left;
}

.form-error-message02 {
  color: #a80b00;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  text-align: left;
}

.text-block-3 {
  color: #830900;
}

.contact-form-error-message {
  width: 75%;
  color: red;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  text-align: left;
}

.card-logos-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-logo-wrp {
  display: block;
  width: auto;
  max-height: 33px;
  max-width: 52px;
  margin-right: 6px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.card-logo-img {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.pay-card-logos-wrp {
  margin-top: 20px;
}

.order-detail-wrp {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  background-color: rgba(217, 197, 173, 0.2);
  box-shadow: 1px 1px 30px -5px rgba(0, 0, 0, 0.3);
}

.order-detail-inner-wrp {
  margin-bottom: 0px;
  padding: 20px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.txt-item-name-detail {
  width: 40%;
  font-size: 14px;
  font-weight: 400;
}

.txt-item-name-detail.header {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.txt-quantity {
  width: 20%;
  font-size: 14px;
  text-align: center;
}

.txt-quantity.header {
  width: 20%;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.txt-sum-detail-order {
  width: 20%;
  font-size: 14px;
  text-align: right;
}

.txt-sum-detail-order.header {
  width: 20%;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.txt-item-quantity-copy {
  width: 60%;
}

.txt-item-quantity-copy.header {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.link-product-name {
  display: block;
  color: #0c7dc7;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.link-product-name:hover {
  color: #0041b3;
  text-decoration: underline;
}

.detail-order-nav-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #d9c5ad;
}

.addresses-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #6d6d6d;
}

.address-column {
  width: 50%;
}

.order-item-header {
  margin-top: 0px;
  margin-bottom: 4px;
  color: #2d3540;
  font-size: 20px;
  line-height: 28px;
  font-weight: 200;
}

.detail-order-paragraph {
  margin-left: 10px;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.order-status {
  margin-bottom: 0px;
  margin-left: 0px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.blog-list-category-name {
  margin-bottom: 0px;
  color: #bf8450;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.blog-item-info-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.product-property-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.property-name-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.property-name {
  color: #949494;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.property-name.selected {
  color: #000;
}

.txt-unit-price {
  width: 20%;
  font-size: 14px;
  text-align: center;
}

.txt-unit-price.header {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.txt-quantity-items-copy {
  width: 20%;
  font-size: 14px;
  text-align: center;
}

.txt-quantity-items-copy.header {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.txt-unit-price-2 {
  width: 20%;
  font-size: 14px;
  text-align: center;
}

.txt-unit-price-2.header {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.collection-item-wraper-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: auto;
  max-width: 100%;
  min-height: auto;
  min-width: 20%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.metamenu {
  position: relative;
  z-index: 70;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 10px 20px auto;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #000;
}

.nav-meta-menu-desktop-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.meta-nav-txt {
  padding: 0px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.marketing-label-wrp {
  margin-bottom: 10px;
}

.label-market {
  margin: 0px 4px 4px 0px;
  padding: 4px 8px;
  border-style: none;
  border-width: 1px;
  border-color: #949494;
  background-color: #6d6d6d;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.label-market:hover {
  margin: 0px 4px 4px 0px;
  padding: 4px 8px;
  opacity: 0.8;
  color: #fff;
}

.market-lable-typ-txt {
  font-size: 14px;
  font-weight: 200;
}

.no-reviews-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-wrp {
  max-width: 600px;
  margin: auto;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #bebebe;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.close-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.close-img-wrp {
  width: 24px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.close-img-wrp:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section-2 {
  padding-top: 100px;
  background-color: #eef0f3;
}

.modal-text-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stars-img {
  width: 22px;
  margin-right: 2px;
  font-size: 24px;
}

.stars-edit-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stars-img-edit {
  width: 30px;
  margin-right: 2px;
  font-size: 24px;
}

.field-label-cart02-center {
  display: block;
  width: 100%;
  margin-bottom: 6px;
  padding-right: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2d3540;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

.modal {
  padding-top: 100px;
  background-color: #eef0f3;
}

.stock-status-in-cart {
  display: block;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-splitting-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.order-splitting-img-wrp {
  width: 60px;
  min-height: 60px;
  min-width: 60px;
  margin-right: 20px;
}

.order-splitting-h {
  margin-bottom: 0px;
  color: #dd9000;
  font-size: 18px;
  line-height: 22px;
}

.order-splitting-p {
  margin-bottom: 10px;
  color: #6d6d6d;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.radio-bttn-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-bttn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 20px;
}

.radio-bttn-label {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.radio-bttn-inner {
  width: 14px;
  height: 14px;
  margin-right: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  border-radius: 20px;
  background-color: #09f;
}

.discount-value-wrp {
  position: absolute;
  left: auto;
  top: auto;
  right: -10px;
  bottom: 0%;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.discount-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 5px;
  margin-bottom: 6px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #a80b00;
  text-align: center;
}

.discount-value-detail-wrp {
  position: static;
  left: auto;
  top: auto;
  right: -10px;
  bottom: 0%;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.retail-price-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-bottom: 6px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.txt-retail-price {
  margin-top: auto;
  margin-right: 10px;
  margin-bottom: 6px;
  color: #949494;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: line-through;
}

.txt-retail-price-vat {
  margin-top: auto;
  margin-bottom: 7px;
  color: #949494;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  text-decoration: none;
}

.product-price-witout-vat {
  margin-top: auto;
  margin-right: 6px;
  margin-bottom: 4px;
  color: #555;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

.standard-price-with-vat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  padding-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.standard-price-without-vat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.txt-discount-price-without-vat {
  margin-right: 10px;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

.txt-discount-without-vat {
  margin-bottom: 2px;
  color: #525252;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}

.recommended-price-wraper {
  display: none;
  margin-bottom: 10px;
}

.discount-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.txt-recommended-price {
  margin-right: 10px;
  color: #555;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
}

.txt-final-price-with-vat-2 {
  color: #525252;
  font-size: 26px;
  line-height: 32px;
  font-weight: 300;
}

.discount-price-wraper {
  display: none;
  margin-bottom: 20px;
}

.price-info-2 {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 300;
}

.txt-final-price-vat-2 {
  margin-right: 10px;
  color: #000;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.discount-price-with-vat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.txt-discount-without-vat-2 {
  color: #525252;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
}

.maintenance-header-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eef0f3;
}

.maintenance-logo {
  width: 240px;
  margin-right: auto;
  margin-left: 20px;
}

.maintenance-info-wrp {
  padding-top: 20px;
}

.maintenance-content-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.maintenance-content-50-wrp {
  width: 50%;
  margin: 30px;
  padding: 20px 0px 0px;
  border-top: 1px none #bebebe;
  border-bottom: 1px none #bebebe;
}

.rte-maintenance-info {
  margin-bottom: 20px;
}

.rte-maintenance-info h2 {
  font-size: 26px;
  line-height: 32px;
}

.rte-maintenance-info p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.rte-maintenance-info h3 {
  margin-top: 10px;
  font-weight: 300;
}

.language {
  color: #bebebe;
  font-weight: 800;
}

.maintenance-icon {
  width: 80px;
  margin-right: 20px;
  margin-left: auto;
}

.maintenance-header-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-group-reductioncode-form-wrp {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
}

.text-field-cart-w-input {
  height: 50px;
}

.field-label-cart-code {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.input-code-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-third-small {
  display: inline-block;
  height: auto;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #b3b3b3;
  background-color: #eee;
  color: #6d6d6d;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-third-small:hover {
  border-color: #b3b3b3;
  background-color: #d6d6d6;
  color: #555;
}

.input-code-inner {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.reductioncode {
  margin-bottom: 20px;
}

.form-error-mssg {
  color: #a80b00;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}

.basket-empty-img-wrp {
  width: 80px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.div-modal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  /* display: none; */
  width: 100%;
  height: 100%;
  padding-top: 100px;
  background-color: rgba(0, 0, 0, 0.69);
}

.modal-wrp-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 600px;
  margin: auto;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.modal-content {
  margin-top: 10px;
  margin-bottom: 60px;
}

.text-block-4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.contact-us-modal-wrp {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.on-off-button-wrp {
  width: 60px;
  height: 60px;
  padding: 12px;
  border-radius: 10px;
  background-color: #00849c;
}

.contact-us-modal-bg-wrp {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.75);
}

.on-off-button-icon-wrp {
  position: static;
  display: block;
  width: 60px;
  height: 60px;
  padding: 14px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 12px;
  background-color: #005969;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.on-off-button-icon-wrp:hover {
  padding: 16px;
  opacity: 1;
}

.on-off-button-img {
  display: block;
  width: auto;
  max-width: none;
  min-width: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.contact-us-modal-info-wrp {
  width: 300px;
  margin-bottom: 10px;
  padding: 14px;
  border-radius: 12px;
  background-color: #00849c;
}

.modal-icon-contact-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 20px;
}

.modal-icon-contact-img {
  -o-object-fit: fill;
  object-fit: fill;
}

.rte-modal-contact-us {
  margin-bottom: 10px;
  color: #fff;
}

.rte-modal-contact-us h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #f2b035;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.rte-modal-contact-us p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
}

.rte-modal-contact-us strong {
  font-weight: 600;
}

.rte-modal-contact-us a {
  color: #fff;
}

.modal-contact-mobile {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.modal-contact-email {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
}

.modal-contact-email:hover {
  opacity: 0.5;
}

.reviews-section {
  padding: 40px 20px 140px;
  border-radius: 0px;
}

.top-reviews-list-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-reviews-item-wrp {
  width: 20%;
  padding: 15px;
}

.reviewer--top-reviews {
  width: auto;
  margin-right: 0px;
  margin-bottom: 10px;
}

.reviewers-text-top-rev-wrp {
  width: 100%;
  margin-bottom: 10px;
}

.reviewers-text-top-rev {
  margin-bottom: 10px;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

.reviewers-name-top-rev {
  color: #2d3540;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
}

.reviewers-stars-wraper-top-rev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.product-on-top-rev-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-img-top-rev-wrp {
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #bebebe;
  border-radius: 60px;
}

.product-img-top-rev {
  margin-bottom: 0px;
}

.product-name-top-rev {
  min-height: 2.5em;
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
}

.link-center {
  display: block;
  width: auto;
  color: #0c7dc7;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.link-center:hover {
  color: #0041b3;
  text-decoration: underline;
}

.custom-products-text-wrp {
  margin-bottom: 20px;
  padding: 14px 14px 4px;
  background-color: rgba(217, 197, 173, 0.25);
}

.field-label-custom-txt {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
}

.textarea-custom-txt {
  height: 80px;
  max-height: 140px;
  min-height: 70px;
  margin-bottom: 0px;
  font-weight: 400;
}

.custom-products-text-cart {
  padding: 10px;
  background-color: rgba(217, 197, 173, 0.25);
}

.custom-prd-txt-heading {
  color: #000;
  font-size: 14px;
  font-style: italic;
}

.custom-prd-txt {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  font-weight: 200;
}

.txt-prd-sum {
  width: 25%;
  color: #2d3540;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}

.product-list-checkout {
  padding-bottom: 0px;
  border-bottom: 1px solid #6d6d6d;
}

.txt-prd-name {
  width: 60%;
  color: #2d3540;
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
}

.txt-prd-name.total {
  font-size: 16px;
  font-weight: 600;
}

.prd-item-checkout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-heading {
  font-size: 24px;
  line-height: 26px;
  font-weight: 200;
}

.order-date {
  margin-bottom: 10px;
  margin-left: 0px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.instruction-desc {
  margin-bottom: 20px;
}

.rte-instruction-desc-txt {
  color: #6d6d6d;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.rte-instruction-desc-txt p {
  margin-bottom: 5px;
  color: #6d6d6d;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.rte-instruction-desc-txt strong {
  color: #000;
}

.rte-instruction-desc-txt h2 {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 26px;
}

.rte-instruction-desc-txt h3 {
  margin-top: 10px;
  margin-bottom: 5px;
}

.rte-instruction-desc-txt h4 {
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

.bold-text-3 {
  color: #fff;
}

.paragraph {
  margin-bottom: 20px;
}

.bold-text-4 {
  color: #fff;
}

.bold-text-5 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .nav-contaiiner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .link-nav {
    font-size: 18px;
    letter-spacing: 0vw;
  }

  .link-nav:hover {
    color: #b31212;
  }

  .link-nav.w--current {
    border-left: 7px solid #eb0000;
    color: #000;
  }

  .nav-menu-desktop {
    background-color: #fff;
  }

  .div-widget-cart {
    z-index: 90;
  }

  .div-widget-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .brand-logo {
    margin-right: auto;
  }

  .brand-logo.w--current {
    width: 180px;
    margin-right: auto;
    padding-bottom: 10px;
  }

  .menu-button-2 {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #9aa733;
  }

  .div-nav-menu-top {
    width: auto;
    min-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-widget-login {
    z-index: 89;
    margin-left: 0px;
  }

  .dropdown-list.w--open {
    padding-left: 30px;
    background-color: #fff;
  }

  .brand-logo-mobile {
    margin-right: auto;
  }

  .brand-logo-mobile.w--current {
    margin-right: auto;
  }

  .dropdown-link {
    padding-left: 12px;
    font-size: 16px;
  }

  .dropdown-link.w--current {
    padding-left: 12px;
  }

  .div-nav-menu {
    width: auto;
    margin-right: 5px;
    margin-left: auto;
  }

  .div-icon-search {
    width: 24px;
    margin-right: 0px;
    padding: 0px;
  }

  .login-icon {
    width: 100%;
    max-width: none;
  }

  .close-icon-wraper {
    width: auto;
    max-height: 30px;
    max-width: 30px;
    min-height: 30px;
    min-width: 30px;
  }

  .text-banner {
    width: 94%;
  }

  .hero-banner {
    margin-top: 0px;
  }

  .hero-banner-wraper {
    height: 480px;
  }

  .hero-text-wraper {
    width: 50%;
    margin-left: 80px;
  }

  .hero-banners-sec {
    margin-top: 5px;
  }

  .hero-three-banner-wraper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .banner-left-wraper {
    width: 100%;
    height: 240px;
    padding: 5px;
  }

  .banner-right-wraper {
    width: 100%;
    height: 240px;
    padding: 5px;
  }

  .banner-middle-wraper {
    width: 100%;
    height: 240px;
    padding: 5px;
  }

  .banner-image {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .collection-item-slider-wraper {
    display: block;
    width: auto;
    min-width: 33.33%;
  }

  .div-quantity-settings {
    margin-bottom: 20px;
  }

  .div-quantity-arrow.incart {
    display: none;
  }

  .products-list-carousel-section {
    padding-bottom: 60px;
  }

  .product-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .product-list-wraper {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .product-image-hp {
    position: relative;
    height: 24vw;
  }

  .slide-arrow-right {
    margin-left: 10px;
  }

  .collection-item-slider {
    position: static;
    width: auto;
    min-width: auto;
  }

  .slide-arrow-left {
    margin-right: 10px;
  }

  .banner-content-wraper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 24px;
  }

  .hover-arrow-link {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: transparent;
    opacity: 1;
  }

  .arrow-icon {
    width: 30px;
  }

  .carousel-name {
    font-size: 40px;
    line-height: 48px;
  }

  .footer-link {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-text {
    font-size: 16px;
  }

  .input-box {
    width: 60%;
  }

  .footer-button {
    width: 40%;
  }

  .language-name-wrap {
    display: none;
  }

  .arrow-dropdown-icon {
    display: none;
  }

  .currency-name-wrap {
    display: none;
  }

  .bread-crumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-breadcrumbs {
    padding-left: 10px;
  }

  .txt_bread-crumbs-desk {
    display: block;
  }

  .link-breadcrumbs {
    color: #b19f82;
    text-decoration: underline;
  }

  .link-breadcrumbs:hover {
    color: #bf8450;
    text-decoration: none;
  }

  .txt_bread-crumbs-mobile {
    display: none;
  }

  .div-thumbnail {
    width: 80px;
    height: 80px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .more-pictures-wraper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-title-image {
    height: 500px;
    max-height: 500px;
    min-height: 300px;
    padding: 0px;
    border-style: none;
  }

  .div-products-images {
    margin-right: 20px;
  }

  .div-purchase {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-thumbnail-last {
    width: 80px;
    height: 80px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .product-imaga-title {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .selector-wraper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tabs-menu {
    margin-bottom: 20px;
  }

  .products_wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .quantity-prod-cart {
    width: 60px;
    height: 40px;
    border-style: solid;
  }

  .button-third {
    background-color: #eee;
    font-size: 14px;
  }

  .search-modal-input {
    width: 40vw;
  }

  .personal-info-container {
    padding-bottom: 0px;
    border-bottom-style: none;
  }

  .commpany-name {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .personal-info {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .my-account-links-container {
    display: none;
    height: 1px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border: 1px none #000;
    opacity: 0;
  }

  .rte_base_center h1 {
    font-size: 48px;
    line-height: 52px;
  }

  .text-field-cart {
    border-style: solid;
    border-width: 1px;
    border-color: #d6d6d6;
  }

  .tab-checkout {
    padding: 3px;
  }

  .tab-checkout.w--current {
    padding: 3px;
  }

  .checkbox-label {
    margin-right: 5px;
    font-size: 14px;
  }

  .my-account-container {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .my-account-cont-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .my-account-cont-right {
    width: 100%;
    padding-left: 0px;
  }

  .div-plus-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .widget-my-account {
    position: static;
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 0vw;
    border-style: solid;
    background-color: #fff;
  }

  .my-account-cont-left {
    width: 100%;
    padding-right: 0px;
  }

  .personal-info-cont {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #b6b6b6;
    background-color: transparent;
    cursor: pointer;
  }

  .personal-info-cont:hover {
    background-color: #fff;
  }

  .my-account-links-2 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .subtotal-head {
    width: 36%;
  }

  .parameters-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cart-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-cont-sum {
    margin-bottom: 10px;
  }

  .name-product-cart-head {
    width: 50%;
  }

  .subtotal {
    width: 30%;
  }

  .price-per-piece {
    width: 30%;
    clear: none;
  }

  .product-continer {
    width: 50%;
  }

  .quantity-cart-head {
    width: 80px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .price-per-piece-head {
    width: 30%;
    margin-right: 10px;
  }

  .checkout-bttns {
    width: auto;
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-checkout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-checkout {
    display: block;
    height: auto;
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-checkout-columns {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkout-bttn-cont {
    width: auto;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-checkout-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .div-checkout-column-price {
    width: 100%;
  }

  .txt-quantity-items {
    font-weight: 400;
  }

  .txt-quantity-items.header {
    font-weight: 500;
  }

  .txt-sum-3.header {
    font-weight: 500;
  }

  .txt-item-quantity.header {
    font-weight: 500;
  }

  .left-container {
    display: none;
    width: 100%;
    padding-right: 0px;
  }

  .wraper-products-list {
    width: 100%;
  }

  .div-collection-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .filters-top-homepage-wrp {
    margin-right: 1vw;
    margin-bottom: 10px;
    margin-left: 1vw;
  }

  .all-sorting-container {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .right-container {
    width: 100%;
  }

  .sorting-container {
    margin-right: 6px;
    margin-bottom: 6px;
    margin-left: 0px;
  }

  .div-category-list {
    display: none;
    height: 0px;
    padding: 20px;
  }

  .widget-category-list {
    position: static;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 1vw;
    padding-left: 1vw;
  }

  .div-category-title {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #b6b6b6;
    background-color: #ddd;
    cursor: pointer;
  }

  .div-category-title:hover {
    background-color: #fff;
  }

  .collection-item-wraper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.3333%;
    min-width: 33.33%;
  }

  .section-products-list {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .category-title {
    font-size: 40px;
    line-height: 48px;
  }

  .main-middle-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-item {
    width: 31%;
    height: auto;
    max-width: none;
    margin-right: 1vw;
    margin-left: 1vw;
    padding: 20px;
  }

  .section-blog {
    padding-top: 20px;
  }

  .div-category-icon {
    width: 18px;
  }

  .category-number {
    text-align: right;
  }

  .column-blog-category {
    position: static;
    width: 35%;
    margin-left: 0px;
    padding-left: 0px;
  }

  .div-blog {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rte-extended-desc {
    margin-bottom: 0px;
  }

  .div-column-list {
    width: 65%;
    margin-right: 20px;
  }

  .div-pic-blog-list {
    width: 120px;
    height: 120px;
    max-width: none;
    min-height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .blog-wrp {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div_content {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .blog-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-icon-login {
    width: 24px;
    margin-right: 4px;
    padding: 0px;
  }

  .icon {
    color: #fff;
  }

  .top-menu-wrp {
    margin-left: auto;
  }

  .image-madeinslovakia {
    position: relative;
    z-index: 97;
  }

  .extended-desc-wrp {
    width: 100%;
    margin-bottom: 0px;
  }

  .language-modal-wrap {
    display: block;
  }

  .text-field-message-input {
    border-style: solid;
    border-width: 1px;
    border-color: #d6d6d6;
  }

  .category-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .categor-list-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .category-item-wrp {
    height: 30vw;
  }

  .category-list-name {
    font-size: 24px;
    line-height: 28px;
  }

  .category-list-name-wrp {
    padding-bottom: 30px;
  }

  .button-shoping {
    display: block;
    padding: 8px 11px;
    background-color: rgba(45, 53, 64, 0.1);
  }

  .text-block-2 {
    font-size: 14px;
  }

  .right-container-top {
    margin-right: 1vw;
    margin-left: 1vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .breadcrumbs-wrp {
    padding-left: 10px;
  }

  .central-container {
    width: 100%;
  }

  .rte-hero-slider h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .rte-hero-slider p {
    font-size: 18px;
    line-height: 24px;
  }

  ._404-wrp {
    padding: 60px 20px 40px;
  }

  .message-field {
    border-style: solid;
    border-width: 1px;
    border-color: #d6d6d6;
  }

  .product-code-wrp {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rte_base_l h1 {
    font-size: 50px;
    line-height: 62px;
  }

  .rte_base_l h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .aboutus_hero_sec_04 {
    height: 60vw;
  }

  .aboutus-hero-txt-inn-wrp {
    width: 80%;
  }

  .aboutus-photos-wrp {
    max-width: 80%;
    padding: 30px;
  }

  .aboutus-photo01-wrp {
    width: 240px;
    height: 240px;
  }

  .aboutus-photo02-wrp {
    width: 240px;
    height: 240px;
  }

  .column-l {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-inner-wrp {
    width: 90%;
    margin-right: auto;
  }

  .square-image-img-wrp {
    width: 200px;
    height: 200px;
    max-height: none;
    max-width: none;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-r {
    width: 46%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .properties-wrp {
    width: 50%;
  }

  .aboutus_hero_sec_01 {
    height: 50vw;
  }

  .text-field-cart02 {
    border-style: solid;
    border-width: 1px;
    border-color: #d6d6d6;
  }

  .message-field02 {
    border-style: solid;
    border-width: 1px;
    border-color: #d6d6d6;
  }

  .txt-unit-price {
    font-weight: 400;
  }

  .txt-unit-price.header {
    font-weight: 500;
  }

  .txt-unit-price-2 {
    font-weight: 400;
  }

  .txt-unit-price-2.header {
    font-weight: 500;
  }

  .collection-item-wraper-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.3333%;
    min-width: 33.33%;
  }

  .metamenu {
    display: none;
    margin-left: auto;
  }

  .section-2 {
    padding-top: 60px;
  }

  .modal {
    padding-top: 60px;
  }

  .maintenance-logo {
    margin-left: 10px;
  }

  .maintenance-info-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .maintenance-content-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .maintenance-content-50-wrp {
    width: 100%;
    margin: 0px;
    padding: 30px;
  }

  .maintenance-icon {
    margin-right: 20px;
    margin-left: auto;
  }

  .maintenance-header-wrp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .button-third-small {
    background-color: #eee;
    font-size: 14px;
  }

  .div-modal {
    padding-top: 60px;
  }

  .top-reviews-list-wrp {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .top-reviews-item-wrp {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .div-cart-txt {
    display: none;
  }

  .nav-menu-desktop {
    height: auto;
    min-height: auto;
    padding: 20px 20px 40px;
    border-bottom: 1px none #424242;
    box-shadow: 0 14px 20px 4px rgba(0, 0, 0, 0.2);
  }

  .div-widget-cart {
    width: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-widget-cart:hover {
    background-color: transparent;
  }

  .div-widget-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: transparent;
  }

  .div-widget-search:hover {
    background-color: transparent;
  }

  .brand-logo {
    display: none;
  }

  .brand-logo.w--current {
    display: none;
    margin-left: auto;
  }

  .menu-button-2 {
    margin-top: 0px;
    margin-bottom: 10px;
    background-color: #9aa733;
    color: #000;
  }

  .menu-button-2.w--open {
    background-color: #ddd;
  }

  .logo-image-mobile {
    width: 100%;
    max-width: none;
  }

  .div-nav-menu-top {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .div-widget-login {
    width: auto;
    margin-left: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
  }

  .div-widget-login:hover {
    background-color: transparent;
  }

  .div-icon-cart {
    width: 40px;
  }

  .brand-logo-mobile {
    display: block;
    width: 220px;
    margin-top: 20px;
    margin-left: auto;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-icon-search {
    width: 30px;
  }

  .dropdown-toggle {
    border-style: none;
    border-width: 1px;
    border-color: #000 #000 #f7f7f7;
  }

  .hero-banner-wraper {
    height: 70vw;
    min-height: 540px;
    /* margin-bottom: 60px; */
  }

  .hero-banner-image {
    -o-object-position: 60% 100%;
    object-position: 60% 100%;
  }

  .arrow-left-wraper {
    position: static;
    margin-right: 10px;
    margin-left: 10px;
  }

  .arrow-right-wraper {
    position: static;
    margin-right: 10px;
    margin-left: 10px;
  }

  .hero-text-wraper {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    margin: 40px 40vw 40px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .hero-three-banner-wraper {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner-left-wraper {
    padding: 10px;
  }

  .banner-right-wraper {
    padding: 10px;
  }

  .banner-middle-wraper {
    padding: 10px;
  }

  .quantity-txt {
    margin-left: 0px;
  }

  .collection-item-slider-wraper {
    width: 50%;
    min-width: 50%;
  }

  .div-quantity-arrow {
    display: none;
  }

  .products-list-carousel-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slider-arrow {
    width: 20px;
  }

  .product-list-wraper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .product-image-hp {
    height: 34vw;
  }

  .collection-item-slider {
    min-width: auto;
  }

  .button-small {
    display: none;
  }

  .heading-3 {
    width: 40%;
  }

  .footer-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .foooter-info-wraper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-column-wraper {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-link {
    margin-bottom: 14px;
    font-size: 18px;
    text-align: center;
  }

  .form-group-news {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .div-widget-language {
    position: static;
    width: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-widget-language:hover {
    background-color: transparent;
  }

  .div-widget-language:focus {
    background-color: #eef0f3;
  }

  .top-menu-icon-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    margin-right: 0px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-widget-currency {
    position: static;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-widget-currency:hover {
    background-color: transparent;
  }

  .bread-crumbs {
    height: auto;
  }

  .txt_bread-crumbs-desk {
    display: none;
    line-height: 24px;
  }

  .txt_bread-crumbs-mobile {
    display: block;
    line-height: 24px;
  }

  .div-quantity-arrow-2 {
    display: none;
  }

  .div-thumbnail {
    width: 25%;
    height: 25%;
  }

  .more-pictures-wraper {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-product-descriptions {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-title-image {
    width: 100%;
    min-height: 300px;
    margin-right: 10px;
  }

  .div-product-info-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-products-images {
    width: 100%;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .div-thumbnail-last {
    width: 25%;
    height: 25%;
  }

  .summary-of-reviews-wraper {
    width: 100%;
  }

  .all-reviews-wraper {
    width: 100%;
    padding-right: 0px;
  }

  .reviews-wraper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .top-quick-contact-wrp {
    display: block;
    padding-right: 10px;
    padding-left: 0px;
  }

  .quick-contact-wrp {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .quick-contact-txt {
    width: 80%;
    text-align: right;
  }

  .products_wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cart_ajax_container {
    width: 100vw;
  }

  .button-secondary {
    margin-bottom: 20px;
  }

  .search-modal-wraper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-style: solid;
  }

  .search-modal-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
  }

  .search-modal-icon-wraper:hover {
    background-color: transparent;
  }

  .language-modal-wrp {
    position: absolute;
    top: 70px;
  }

  .container-900 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .rte_base_center h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .container-600 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-plus-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .widget-my-account {
    width: 100%;
  }

  .parameters-cart {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cart-row {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #ececec;
  }

  .div-txt-delivery-info {
    width: 100%;
  }

  .div-deliivery-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .icon-delivery-info {
    margin-bottom: 10px;
  }

  .price-per-piece {
    display: block;
    text-align: left;
  }

  .product-continer {
    width: 100%;
  }

  .deleted-product {
    width: 36px;
    height: 36px;
    opacity: 1;
    -webkit-filter: none;
    filter: none;
  }

  .list-products-cart {
    padding-bottom: 0px;
  }

  .cart-container {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .cart-header {
    display: none;
  }

  .checkout-bttns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-checkout {
    height: auto;
    padding-top: 20px;
  }

  .div-checkout-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-checkout-column {
    width: 100%;
  }

  .delivery-information {
    margin-bottom: 40px;
  }

  .order-summary-container-2 {
    position: static;
  }

  .billing-information {
    margin-bottom: 40px;
  }

  .summary-column-right {
    width: 100%;
  }

  .checkout-summary-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-information {
    margin-bottom: 40px;
  }

  .summary-column-left {
    width: 100%;
  }

  .wraper-products-list {
    width: 100%;
  }

  .div-collection-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .filters-top-homepage-wrp {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .all-sorting-container {
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sorting-container {
    margin-right: 6px;
    margin-left: 0px;
    padding: 10px;
  }

  .widget-category-list {
    width: 100%;
  }

  .collection-item-wraper {
    width: 50%;
    min-width: 50%;
  }

  .category-title-container {
    margin-bottom: 10px;
  }

  .section-products-list {
    padding-right: 10px;
    padding-left: 10px;
  }

  .collection-item {
    width: 47%;
    margin-right: 1vw;
    margin-left: 1vw;
    padding: 10px;
  }

  .blog-title {
    padding-bottom: 20px;
    font-size: 34px;
    line-height: 44px;
  }

  .section-blog {
    padding: 10px 20px 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column-blog-category {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
    border-top: 1px none #d8d8d8;
    border-left-width: 0px;
  }

  .div-blog {
    width: auto;
    margin-right: 0px;
  }

  .blog {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-column-list {
    width: auto;
  }

  .div-pic-blog-list {
    width: 180px;
    height: 180px;
  }

  .blog-wrp {
    padding: 10px 0px 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div_content {
    padding-bottom: 20px;
  }

  .blog-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-icon-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-menu-wrp {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .arrows-wrp {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .made-in-slovakia-wrp-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: 100px;
    max-height: 100px;
    min-height: auto;
    margin-bottom: -40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-madeinslovakia {
    display: inline-block;
    overflow: visible;
    max-height: 100%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0% 0%;
    object-position: 0% 0%;
  }

  .bold-text-2 {
    text-align: center;
  }

  .made-in-slovakia-wrp-web {
    display: none;
    width: 180px;
  }

  .extended-desc-wrp {
    width: auto;
    margin-right: 0px;
  }

  .language-item-wrp {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .language-modal-wrap {
    margin-left: 10px;
  }

  .currency-item-wrp {
    margin-top: 14px;
    margin-bottom: 14px;
    text-align: center;
  }

  .currency-modal-wrp {
    position: absolute;
    top: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .order-number {
    margin-bottom: 10px;
  }

  .progress-wraper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .category-title-pic-wrp {
    height: 140px;
  }

  .category-item-wrp {
    width: 50%;
    height: 48vw;
    cursor: pointer;
  }

  .right-container-top {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .filter-news {
    margin-right: 6px;
    margin-left: 0px;
    padding: 12px 16px;
  }

  .filter-discount {
    margin-right: 6px;
    margin-left: 0px;
    padding: 12px 16px;
  }

  .filter-sale {
    margin-right: 0px;
    margin-left: 0px;
    padding: 12px 16px;
  }

  .label-market-filter {
    margin-right: 6px;
    margin-left: 0px;
    padding: 12px 16px;
  }

  .form-error-message-news {
    text-align: left;
  }

  .rte-hero-slider {
    text-align: left;
  }

  .container-900-404 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .contact-sec {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-inner-wrp {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-form-column {
    width: 100%;
  }

  .rte_base_l {
    text-align: center;
  }

  .rte_base_l h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .aboutus_hero_sec_04 {
    height: 80vw;
  }

  .aboutus-hero-txt-inn-wrp {
    width: 100%;
  }

  .aboutus_hero_sec_02 {
    padding: 20px 10px;
  }

  .aboutus-photos-wrp {
    max-width: none;
  }

  .aboutus-photo01-wrp {
    width: 180px;
    height: 180px;
  }

  .aboutus-photo02-wrp {
    width: 180px;
    height: 180px;
  }

  .aboutus_hero_sec_03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-l {
    width: 100%;
  }

  .column-r {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-1200 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .properties-img-wrp {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }

  .aboutus_hero_sec_01 {
    height: 60vw;
  }

  .card-logos-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .order-detail-wrp {
    position: static;
  }

  .address-column {
    width: 100%;
  }

  .blog-item-info-wrp {
    margin-bottom: 10px;
  }

  .collection-item-wraper-5 {
    width: 50%;
    min-width: 50%;
  }

  .metamenu {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .label-market {
    margin-right: 4px;
    margin-left: 0px;
    padding: 4px 8px;
  }

  .no-reviews-wraper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .order-splitting-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .order-splitting-img-wrp {
    display: block;
  }

  .radio-bttn-field {
    margin-bottom: 20px;
  }

  .maintenance-logo {
    width: 180px;
  }

  .maintenance-info-wrp {
    padding-top: 10px;
  }

  .maintenance-content-50-wrp {
    padding: 20px;
  }

  .maintenance-icon {
    width: 60px;
  }

  .div-modal {
    padding-top: 60px;
  }

  .top-reviews-item-wrp {
    width: 100%;
  }

  .reviewers-stars-wraper-top-rev {
    margin-bottom: 20px;
  }

  .product-on-top-rev-wrp {
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .product-img-top-rev-wrp {
    min-height: 120px;
    min-width: 120px;
  }

  .product-name-top-rev {
    min-height: auto;
  }
}

@media screen and (max-width: 479px) {
  .nav-contaiiner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-widget-cart {
    width: auto;
    padding-right: 6px;
    padding-left: 6px;
  }

  .div-widget-search {
    width: auto;
    margin-left: 0px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .brand-logo {
    display: none;
    width: 120px;
    margin-right: 0px;
  }

  .brand-logo.w--current {
    width: 120px;
    margin-left: auto;
    padding-left: 0px;
    clear: none;
  }

  .menu-button-2 {
    left: auto;
    margin-right: 4px;
    margin-left: 0px;
  }

  .logo-image-mobile {
    width: 100%;
  }

  .div-nav-menu-top {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-widget-login {
    width: auto;
    margin-left: 0px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .brand-logo-mobile {
    display: block;
    width: 160px;
    margin-right: auto;
  }

  .brand-logo-mobile.w--current {
    width: 120px;
    margin-left: auto;
    padding-left: 0px;
    clear: none;
  }

  .div-nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .hero-banner-wraper {
    height: 80vw;
    min-height: 520px;
    /* margin-bottom: 80px; */
  }

  .hero-banner-image {
    -o-object-position: 60% 100%;
    object-position: 60% 100%;
  }

  .arrow-left-wraper {
    position: static;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .arrow-right-wraper {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero-text-wraper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 30;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-three-banner-wraper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .banner-left-wraper {
    height: 240px;
  }

  .hero-slider-wraper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .collection-item-slider-wraper {
    width: 100%;
    min-width: 100%;
  }

  .products-list-carousel-section {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .product-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .slider-arrow {
    width: 20px;
  }

  .product-list-wraper {
    padding: 10px 0px;
  }

  .product-image-hp {
    height: 70vw;
  }

  .slide-arrow-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
  }

  .collection-item-slider {
    min-width: 100%;
    margin-right: 0.1vw;
    margin-left: 0.1vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .slide-arrow-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-left: 0px;
  }

  .button-small {
    top: 30%;
    padding: 12px 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-column-wraper {
    margin-bottom: 20px;
  }

  .div-widget-currency {
    position: static;
  }

  .bread-crumbs {
    padding: 20px 10px;
  }

  .section-product-basic-info {
    padding-right: 10px;
    padding-left: 10px;
  }

  .more-pictures-wraper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-product-descriptions {
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-title-image {
    height: 300px;
    max-height: 500px;
    min-height: 300px;
    padding: 0px;
  }

  .text-block {
    font-size: 24px;
    line-height: 24px;
  }

  .selector-wraper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-product-extended-info {
    padding-right: 10px;
    padding-left: 10px;
  }

  .all-reviews-wraper {
    padding-right: 0px;
  }

  .review-wraper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reviewer-info-wraper {
    width: 100%;
    margin-bottom: 10px;
  }

  .reviewers-text-wraper {
    width: 100%;
  }

  .top-quick-contact-wrp {
    display: none;
  }

  .quick-contact-wrp {
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .products_wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .img-prod-cart-wrap {
    display: none;
    clear: none;
  }

  .info-prod-cart {
    width: 80%;
  }

  .search-modal-wraper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding: 16px 0px 16px 6px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search-modal-input {
    width: 70vw;
  }

  .search-modal-icon-wraper {
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  .search-modal-icon-wraper:hover {
    padding: 8px;
  }

  .navbar-2 {
    padding: 10px;
  }

  .rte_base_center {
    margin-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .rte_base_center h1 {
    font-size: 36px;
    line-height: 36px;
  }

  .container-600 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-field-cart {
    width: 70%;
  }

  .field-label-cart {
    width: 30%;
  }

  .rte_base_left {
    margin-bottom: 0px;
  }

  .rte_base_left h1 {
    margin-top: 0px;
    font-size: 36px;
    line-height: 40px;
  }

  .my-account-container {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .my-account-cont-inner {
    padding-right: 10px;
    padding-left: 10px;
  }

  .top-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .widget-my-account {
    margin-bottom: 40px;
  }

  .order-table-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .header-table-txt {
    display: block;
  }

  .order-table-cell {
    width: 30%;
  }

  .order-table-cell.date {
    display: none;
  }

  .order-table-cell.preview {
    display: none;
  }

  .txt-item-name-02 {
    width: 50%;
  }

  .txt-item-name-02.total {
    width: 60%;
  }

  .div-summary-cart-04 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .total-price {
    width: 100%;
    text-align: right;
    white-space: nowrap;
  }

  .txt-sum-02 {
    width: 40%;
  }

  .table-row-summary {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cart-container-inner {
    padding-right: 10px;
    padding-left: 10px;
  }

  .subtotal {
    width: 50%;
  }

  .price-per-piece {
    display: none;
  }

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

  .deleted-product {
    width: 30px;
    height: 30px;
  }

  .form-error-message {
    width: 70%;
  }

  .section-checkout {
    padding: 20px 10px;
  }

  .txt-item-name.total {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    direction: ltr;
    text-align: right;
    white-space: nowrap;
  }

  .txt-sum {
    width: 30%;
  }

  .summary-column-right {
    width: auto;
    margin-right: -10px;
    margin-left: -10px;
  }

  .txt-quantity-items {
    width: 10%;
  }

  .txt-quantity-items.header {
    display: none;
    text-align: center;
  }

  .checkout-summary-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cart-paragraph {
    margin-left: 10px;
  }

  .paging-txt {
    font-size: 16px;
    line-height: 16px;
  }

  .sorting-typ-txt {
    font-size: 14px;
  }

  .sorting-container {
    margin-bottom: 6px;
    padding: 10px;
  }

  .widget-category-list {
    margin-bottom: 20px;
  }

  .collection-item-wraper {
    width: 100%;
    min-width: 100%;
  }

  .category-title {
    font-size: 28px;
    line-height: 34px;
  }

  .collection-item {
    width: 100%;
  }

  .div-paging-button {
    width: 30px;
    height: 30px;
    margin: 2px;
  }

  .blog-title {
    font-size: 40px;
    line-height: 46px;
  }

  .rte_left_black_small {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .section-blog {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-blog-category {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .blog {
    padding-top: 20px;
  }

  .div-column-list {
    margin-right: 0px;
  }

  .div-pic-blog-list {
    margin-bottom: 10px;
  }

  .div-arrow-paging {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div_content {
    padding: 20px 10px;
  }

  .blog-list-item {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-blog-list {
    padding-top: 10px;
  }

  .top-menu-wrp {
    padding-right: 4px;
    padding-left: 4px;
  }

  .arrows-wrp {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner-slider-image-wraper {
    z-index: 1;
    display: block;
  }

  .banner-slider-image-mobile-wraper {
    z-index: 1;
    display: none;
  }

  .hero-banner-image-mobile {
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
  }

  .error-img-wrp {
    width: 30%;
  }

  .text-field-message-input {
    width: 70%;
  }

  .category-title-pic-wrp {
    height: 120px;
  }

  .category-heading {
    font-size: 16px;
  }

  .category-item-wrp {
    width: 100%;
    height: 94vw;
  }

  .category-list-name {
    font-size: 22px;
    line-height: 28px;
  }

  .filter-news {
    margin-bottom: 6px;
    padding: 12px;
  }

  .filter-discount {
    margin-bottom: 6px;
    padding: 12px;
  }

  .filter-sale {
    margin-right: 0px;
    margin-bottom: 6px;
    padding: 12px;
  }

  .breadcrumbs-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .label-market-filter {
    margin-bottom: 6px;
    padding: 12px;
  }

  .rte-hero-slider h1 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 200;
  }

  .rte-hero-slider p {
    line-height: 22px;
  }

  .contact-sec {
    padding-bottom: 0px;
  }

  .message-field {
    width: 70%;
  }

  .rte_base_l {
    margin-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .rte_base_l h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .rte_base_l h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .aboutus_hero_sec_04 {
    height: 560px;
    max-height: none;
  }

  .aboutus-hero-txt-wrp {
    padding-right: 10px;
    padding-left: 10px;
  }

  .aboutus_hero_sec_02 {
    padding-top: 40px;
  }

  .aboutus-photos-wrp {
    margin-bottom: 20px;
    padding: 0px;
    background-image: none;
  }

  .aboutus-photo01-wrp {
    width: 140px;
    height: 140px;
  }

  .aboutus-photo02-wrp {
    width: 140px;
    height: 140px;
  }

  .properties-wrp {
    width: 100%;
  }

  .aboutus_hero_sec_01 {
    height: 300px;
    max-height: none;
  }

  .text-field-cart02 {
    width: 100%;
  }

  .field-label-cart02 {
    width: 100%;
  }

  .message-field02 {
    width: 100%;
  }

  .error-img-wrp02 {
    width: 30%;
  }

  .txt-item-name-detail {
    width: 40%;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .txt-item-name-detail.header {
    display: block;
  }

  .txt-sum-detail-order {
    width: 30%;
  }

  .txt-sum-detail-order.header {
    width: 30%;
  }

  .collection-item-wraper-5 {
    width: 100%;
    min-width: 100%;
  }

  .metamenu {
    padding-right: 4px;
    padding-left: 4px;
  }

  .label-market {
    margin-bottom: 6px;
    padding: 4px 8px;
  }

  .market-lable-typ-txt {
    font-size: 14px;
  }

  .modal-wrp {
    padding: 20px;
  }

  .section-2 {
    padding-top: 0px;
  }

  .field-label-cart02-center {
    width: 100%;
  }

  .modal {
    padding-top: 0px;
  }

  .maintenance-content-50-wrp {
    padding: 10px;
  }

  .div-modal {
    padding-top: 0px;
  }

  .contact-us-modal-wrp {
    padding: 2vw;
  }

  .contact-us-modal-info-wrp {
    width: auto;
  }

  .reviews-section {
    padding-top: 0px;
  }

  .reviewer--top-reviews {
    width: 100%;
    margin-bottom: 10px;
  }

  .reviewers-text-top-rev-wrp {
    width: 100%;
  }

  .product-on-top-rev-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .txt-prd-sum {
    width: 30%;
  }

  .prd-item-checkout {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}


#cart_popup {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100vw;
  min-height: 100vh;
  background-color: transparent;
  z-index: 19999;
  -webkit-transition: 0.3s cubic-bezier(0.9, 0.8, 0.6, 0.91);
  transition: 0.3s cubic-bezier(0.9, 0.8, 0.6, 0.91);
  opacity: 0;
}

#cart_popup .popcart-insd {
  opacity: 0;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

#cart_popup.display {
  right: 0;
  opacity: 1;
}

#cart_popup.display .cart_ajax_container {
  right: 0;
}

#cart_popup.display .popcart-insd {
  opacity: 1;
}

#cart_popup .cart_ajax_container {
  height: 100vh;
}

#cart_popup .cart_ajax_container .popcart-insd {
  position: relative;
  display: block;
  max-height: calc(100vh - 60px);
  height: calc(100vh - 60px);
}

#cart_popup .cart_ajax_container .popcart-insd .cart_container_inner {
  position: relative;
  height: calc(100% - 200px);
  overflow-y: auto;
}

#cart_popup .quantity-prod-cart {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#cart_popup .quantity-prod-cart input[type="number"].quant-num-prod-cart {
  width: 5em;
  text-align: right;
  border: none;
  padding: 5px 5px;
  outline-color: #000;
  outline-width: 1px;
  -moz-appearance: textfield;
}

#cart_popup .quantity-prod-cart input[type="number"].quant-num-prod-cart::-webkit-outer-spin-button, #cart_popup .quantity-prod-cart input[type="number"].quant-num-prod-cart::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#cart_popup .quantity-prod-cart input[type="number"].quant-num-prod-cart:focus {
  outline-width: 1px;
  outline-style: inset;
}

#cart_popup .error-qty-adjusted {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  color: #ffffff;
  background-color: red;
  font-size: 12px;
  line-height: 14px;
  padding: 6px 10px;
}

.cart-container {
  position: relative;
}

#cart-container-inner .list-products-cart .parameters-cart .quantity-prod-cart-summarypage {
  position: relative;
  width: 90px;
  height: 50px;
}

#cart-container-inner .list-products-cart .parameters-cart .quantity-prod-cart-summarypage .quant-num-prod-cart {
  -webkit-text-size-adjust: 100%;
  line-height: 20px;
  font-family: Poppins, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90px;
  height: 50px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 2px;
  padding-left: 10px;
  padding-right: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  background-color: #fff;
  color: #858585;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  text-align: right;
  white-space: nowrap;
}

#cart-container-inner .list-products-cart .parameters-cart .quantity-prod-cart-summarypage .div-quantity-arrow {
  position: absolute;
  top: 4px;
  right: 4px;
  background-color: #ffffff;
}

#loading-overlayer-cartsummarypage {
  z-index: 99999;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 300px;
  background-color: #ffffff;
}

input.quant-num-prod-cart {
  -moz-appearance: textfield;
}

input.quant-num-prod-cart::-webkit-outer-spin-button, input.quant-num-prod-cart::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.quant-num-prod-cart:hover, input.quant-num-prod-cart:focus {
  -moz-appearance: number-input;
}

.widget-category-list ul a {
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.widget-category-list ul li.category-link {
  opacity: 1;
  color: inherit;
}

.widget-category-list ul li.category-link a {
  text-decoration: none;
  color: #18181d;
}

.widget-category-list ul li.category-link a:hover {
  opacity: 0.7;
  color: #6d6d6d;
}

.widget-category-list ul.sub li:first-of-type {
  margin-top: 10px;
}

.section-product-basic-info .div-products-images .div-block-258 .div-thumbnail.active {
  border-color: #eb0000;
}

.dropdown-selector-wraper select {
  min-width: 280px;
  color: #2d3540;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding: 10px;
  border: 1px solid #cacaca;
}

.dropdown-selector-wraper select:focus {
  outline: none;
}

.fr-box .fr-pages .fr-page .fr-content {
  background-color: #ffffff;
}

.fr-thumbnails .fr-thumbnails-wrapper .fr-thumbnails-slider .fr-thumbnail-wrapper {
  background-color: #ffffff;
}

form .form-row .error-msg {
  display: none;
}

form .form-row.error .error-msg {
  display: block;
  color: red;
  font-size: 13px;
  line-height: 15px;
}

.error-msg {
  /*.form-error-message{
		width: 100%;
		padding-left: calc( 25% - 44px);
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
		&amp;:before{
			content: '';
			background-image: url('../images/icon_warning.svg');
			background-repeat: no-repeat;
			background-size: 24px 24px;
			width: 44px;
			height: 24px;
			min-width: 34px;
			padding-right: 10px;
			display: none;
			box-sizing: border-box;
		}
		&amp;.visible{
			&amp;:before{
				display: block;
			}
		}
	}*/
}

.error-msg .error-icon-wrap {
  display: none;
}

.error-msg.noleftpadding .form-error-message {
  padding-left: 0;
}

.link-nav a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.link-nav a:hover {
  color: #555;
}

.loading-overlayer {
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 99999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loading-overlayer .loading-img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loading-overlayer.grey-c {
  background-color: #f7f7f7;
}

.loading-overlayer.fullscreen {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

.loading-overlayer.fullscreen .loading-img {
  width: 100vw;
  height: 100vh;
}

#loading-overlayer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99999;
}

#loading-overlayer-cart {
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 99999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loading {
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  text-transform: uppercase;
  width: 150px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.loading span {
  position: relative;
  z-index: 999;
  color: #b3b3b3;
}

.loading:before {
  content: '';
  background: #61bdb6;
  width: 128px;
  height: 36px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: 2s loadingBefore infinite ease-in-out;
          animation: 2s loadingBefore infinite ease-in-out;
}

@-webkit-keyframes loadingBefore {
  0% {
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px);
  }
  50% {
    -webkit-transform: translateX(14px);
            transform: translateX(14px);
  }
  100% {
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px);
  }
}

@keyframes loadingBefore {
  0% {
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px);
  }
  50% {
    -webkit-transform: translateX(14px);
            transform: translateX(14px);
  }
  100% {
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px);
  }
}

.loading:after {
  content: '';
  background: #ff3600;
  width: 14px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: .5;
  -webkit-animation: 2s loadingAfter infinite ease-in-out;
          animation: 2s loadingAfter infinite ease-in-out;
}

@-webkit-keyframes loadingAfter {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

@keyframes loadingAfter {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

.slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slick-arrow:focus {
  outline-width: 0;
  outline-style: none !important;
}

.slick-arrow.slick-hidden {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.slick-arrow.reaching img {
  -webkit-filter: saturate(101) hue-rotate(147deg) sepia(1);
          filter: saturate(101) hue-rotate(147deg) sepia(1);
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
									supported by Chrome, Edge, Opera and Firefox */
}

.form-group .error-msg {
  display: none;
}

.form-group.error .error-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*# sourceMappingURL=mgshop.css.map */
.div-widget-language .language-modal-wrp.hidden {
  display: none;
}

.div-widget-currency .currency-modal-wrp.hidden {
  display: none;
}

.div-nav-menu {
  z-index: 0;
}

.relative {
  position: relative;
}

#subscribe-form .form-row-news .input-box:focus, #subscribe-form .form-row-news .input-box:focus-visible {
  outline: none;
  border: inherit;
}
/*# sourceMappingURL=custom.css.map */
/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */:root{--mm-line-height:20px;--mm-listitem-size:44px;--mm-navbar-size:44px;--mm-offset-top:0;--mm-offset-right:0;--mm-offset-bottom:0;--mm-offset-left:0;--mm-color-border:rgba(0, 0, 0, 0.1);--mm-color-button:rgba(0, 0, 0, 0.3);--mm-color-text:rgba(0, 0, 0, 0.75);--mm-color-text-dimmed:rgba(0, 0, 0, 0.3);--mm-color-background:#f3f3f3;--mm-color-background-highlight:rgba(0, 0, 0, 0.05);--mm-color-background-emphasis:rgba(255, 255, 255, 0.4);--mm-shadow:0 0 10px rgba(0, 0, 0, 0.3)}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{top:0;right:0;bottom:0;left:0;background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);line-height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:var(--mm-offset-top);right:var(--mm-offset-right);bottom:var(--mm-offset-bottom);left:var(--mm-offset-left);z-index:0;-ms-scroll-chaining:chained;overscroll-behavior:auto;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:var(--mm-line-height);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{text-decoration:none;color:inherit}[dir=rtl] .mm-menu{direction:rtl}.mm-panel{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);z-index:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;color:var(--mm-color-text);border-color:var(--mm-color-border);background:var(--mm-color-background);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-panel:after{height:44px}.mm-panel:not(.mm-hidden){display:block}.mm-panel:after{content:'';display:block;height:var(--mm-listitem-size)}.mm-panel_opened{z-index:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel_opened-parent{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel_highest{z-index:2}.mm-panel_noanimation{-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.mm-panel_noanimation.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panels&gt;.mm-panel{position:absolute;left:0;right:0;top:0;bottom:0}.mm-panel__content{padding:20px 20px 0}.mm-panels{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);position:relative;height:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}[dir=rtl] .mm-panel:not(.mm-panel_opened){-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}[dir=rtl] .mm-panel.mm-panel_opened-parent{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-listitem_vertical&gt;.mm-panel{display:none;width:100%;padding:10px 0 10px 10px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.mm-listitem_vertical&gt;.mm-panel:after,.mm-listitem_vertical&gt;.mm-panel:before{content:none;display:none}.mm-listitem_opened&gt;.mm-panel{display:block}.mm-listitem_vertical&gt;.mm-listitem__btn{height:44px;height:var(--mm-listitem-size);bottom:auto}.mm-listitem_vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem_opened&gt;.mm-listitem__btn:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}.mm-btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:50px;padding:0}.mm-btn:after,.mm-btn:before{border:2px solid rgba(0,0,0,.3);border:2px solid var(--mm-color-button)}.mm-btn_next:after,.mm-btn_prev:before{content:'';border-bottom:none;border-right:none;-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0}.mm-btn_prev:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-btn_next:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}.mm-btn_close:after,.mm-btn_close:before{content:'';-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-btn_close:before{border-right:none;border-bottom:none;right:18px}.mm-btn_close:after{border-left:none;border-top:none;right:25px}[dir=rtl] .mm-btn_next:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}[dir=rtl] .mm-btn_prev:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}[dir=rtl] .mm-btn_close:after,[dir=rtl] .mm-btn_close:before{right:auto}[dir=rtl] .mm-btn_close:before{left:25px}[dir=rtl] .mm-btn_close:after{left:18px}.mm-navbar{min-height:44px;border-bottom:1px solid rgba(0,0,0,.1);background:#f3f3f3;color:rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:flex;min-height:var(--mm-navbar-size);border-bottom:1px solid var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center;opacity:1;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-navbar&gt;*{min-height:44px}@supports ((position:-webkit-sticky) or (position:sticky)){.mm-navbar_sticky{position:-webkit-sticky;position:sticky;top:0;z-index:1}}.mm-navbar&gt;*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-navbar__btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.mm-navbar__title{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:20px;padding-right:20px;overflow:hidden}.mm-navbar__title:not(:last-child){padding-right:0}.mm-navbar__title&gt;span{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title{padding-left:0}.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title:last-child{padding-right:50px}[dir=rtl] .mm-navbar{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-listitem{color:rgba(0,0,0,.75);border-color:rgba(0,0,0,.1);color:var(--mm-color-text);border-color:var(--mm-color-border);list-style:none;display:block;padding:0;margin:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.mm-listitem:after{content:'';border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:20px;right:0;bottom:0}.mm-listitem a,.mm-listitem a:hover{text-decoration:none}.mm-listitem__btn,.mm-listitem__text{padding:12px;display:block;padding:calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);padding-left:0;padding-right:0;color:inherit}.mm-listitem__text{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-left:20px;padding-right:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:10%;flex-basis:10%}.mm-listitem__btn{background:rgba(3,2,1,0);border-color:inherit;width:auto;padding-right:50px;position:relative}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem_selected&gt;.mm-listitem__text{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-listitem_opened&gt;.mm-listitem__btn,.mm-listitem_opened&gt;.mm-panel{background:rgba(0,0,0,.05);background:var(--mm-color-background-highlight)}[dir=rtl] .mm-listitem:after{left:0;right:20px}[dir=rtl] .mm-listitem__text{padding-left:10px;padding-right:20px}[dir=rtl] .mm-listitem__btn{padding-left:50px;border-left-width:0;border-left-style:none}[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text){padding-right:0;border-right-width:1px;border-right-style:solid}.mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}.mm-wrapper_opened{overflow-x:hidden;position:relative}.mm-wrapper_opened .mm-page{min-height:100vh}.mm-wrapper_background .mm-page{background:inherit}.mm-menu_offcanvas{position:fixed;right:auto;z-index:0}.mm-menu_offcanvas:not(.mm-menu_opened){display:none}.mm-menu_offcanvas{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper__blocker{background:rgba(3,2,1,0);overflow:hidden;display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2}.mm-wrapper_blocking{overflow:hidden}.mm-wrapper_blocking body{overflow:hidden}.mm-wrapper_blocking .mm-wrapper__blocker{display:block}.mm-sronly{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;min-width:1px!important;height:1px!important;min-height:1px!important;padding:0!important;overflow:hidden!important;position:absolute!important}.mm-menu_autoheight:not(.mm-menu_offcanvas){position:relative}.mm-menu_autoheight.mm-menu_position-bottom,.mm-menu_autoheight.mm-menu_position-top{max-height:80%}.mm-menu_autoheight-measuring .mm-panel{display:block!important}.mm-menu_autoheight-measuring .mm-panels&gt;.mm-panel{bottom:auto!important;height:auto!important}.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel{display:none!important}[class*=mm-menu_columns-]{-webkit-transition-property:width;-o-transition-property:width;transition-property:width}[class*=mm-menu_columns-] .mm-panels&gt;.mm-panel{right:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}[class*=mm-menu_columns-] .mm-panels&gt;.mm-panel_opened,[class*=mm-menu_columns-] .mm-panels&gt;.mm-panel_opened-parent{display:block!important}[class*=mm-panel_columns-]{border-right:1px solid;border-color:inherit}.mm-menu_columns-1 .mm-panel_columns-0,.mm-menu_columns-2 .mm-panel_columns-1,.mm-menu_columns-3 .mm-panel_columns-2,.mm-menu_columns-4 .mm-panel_columns-3{border-right:none}[class*=mm-menu_columns-] .mm-panels&gt;.mm-panel_columns-0{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_columns-0 .mm-panels&gt;.mm-panel{z-index:0}.mm-menu_columns-0 .mm-panels&gt;.mm-panel else{width:100%}.mm-menu_columns-0 .mm-panels&gt;.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-0{width:80%;min-width:240px;max-width:0}.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}[class*=mm-menu_columns-] .mm-panels&gt;.mm-panel_columns-1{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-1 .mm-panels&gt;.mm-panel{z-index:1;width:100%}.mm-menu_columns-1 .mm-panels&gt;.mm-panel else{width:100%}.mm-menu_columns-1 .mm-panels&gt;.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-1{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}[class*=mm-menu_columns-] .mm-panels&gt;.mm-panel_columns-2{-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-2 .mm-panels&gt;.mm-panel{z-index:2;width:50%}.mm-menu_columns-2 .mm-panels&gt;.mm-panel else{width:100%}.mm-menu_columns-2 .mm-panels&gt;.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-2{width:80%;min-width:240px;max-width:880px}.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(880px,0,0);transform:translate3d(880px,0,0)}}.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-880px,0,0);transform:translate3d(-880px,0,0)}}[class*=mm-menu_columns-] .mm-panels&gt;.mm-panel_columns-3{-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-3 .mm-panels&gt;.mm-panel{z-index:3;width:33.34%}.mm-menu_columns-3 .mm-panels&gt;.mm-panel else{width:100%}.mm-menu_columns-3 .mm-panels&gt;.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-3{width:80%;min-width:240px;max-width:1320px}.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(1320px,0,0);transform:translate3d(1320px,0,0)}}.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-1320px,0,0);transform:translate3d(-1320px,0,0)}}[class*=mm-menu_columns-] .mm-panels&gt;.mm-panel_columns-4{-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-4 .mm-panels&gt;.mm-panel{z-index:4;width:25%}.mm-menu_columns-4 .mm-panels&gt;.mm-panel else{width:100%}.mm-menu_columns-4 .mm-panels&gt;.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}.mm-menu_columns-4{width:80%;min-width:240px;max-width:1760px}.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(1760px,0,0);transform:translate3d(1760px,0,0)}}.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-1760px,0,0);transform:translate3d(-1760px,0,0)}}[class*=mm-menu_columns-].mm-menu_position-bottom,[class*=mm-menu_columns-].mm-menu_position-top{width:100%;max-width:100%;min-width:100%}.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front{-webkit-transition-property:width,min-width,max-width,-webkit-transform;transition-property:width,min-width,max-width,-webkit-transform;-o-transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform,-webkit-transform}.mm-counter{color:rgba(0,0,0,.3);display:block;padding-left:20px;float:right;text-align:right;color:var(--mm-color-text-dimmed)}.mm-listitem_nosubitems&gt;.mm-counter{display:none}[dir=rtl] .mm-counter{text-align:left;float:left;padding-left:0;padding-right:20px}.mm-divider{position:relative;min-height:20px;padding:4.3px;background:#f3f3f3;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;min-height:var(--mm-line-height);padding:calc(((var(--mm-listitem-size) * .65) - var(--mm-line-height)) * .5);padding-right:10px;padding-left:20px;font-size:75%;text-transform:uppercase;background:var(--mm-color-background);opacity:1;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-divider:before{background:rgba(0,0,0,.05)}@supports ((position:-webkit-sticky) or (position:sticky)){.mm-divider{position:-webkit-sticky;position:sticky;z-index:2;top:0}.mm-navbar_sticky:not(.mm-hidden)~.mm-listview .mm-divider{top:var(--mm-navbar-size)}}.mm-divider:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--mm-color-background-highlight)}.mm-wrapper_dragging .mm-menu,.mm-wrapper_dragging .mm-slideout{-webkit-transition-duration:0s!important;-o-transition-duration:0s!important;transition-duration:0s!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.mm-wrapper_dragging .mm-menu{pointer-events:none!important}.mm-wrapper_dragging .mm-wrapper__blocker{display:none!important}.mm-menu_dropdown{-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%}.mm-wrapper_dropdown .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-wrapper_dropdown .mm-wrapper__blocker{-webkit-transition-delay:0s!important;-o-transition-delay:0s!important;transition-delay:0s!important;z-index:1}.mm-wrapper_dropdown .mm-menu_dropdown{z-index:2}.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown{display:none}.mm-menu_tip-bottom:before,.mm-menu_tip-left:before,.mm-menu_tip-right:before,.mm-menu_tip-top:before{content:'';background:inherit;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);display:block;width:15px;height:15px;position:absolute;z-index:-1;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mm-menu_tip-left:before{left:22px}.mm-menu_tip-right:before{right:22px}.mm-menu_tip-top:before{top:-8px}.mm-menu_tip-bottom:before{bottom:-8px}:root{--mm-iconbar-size:50px}.mm-menu_iconbar-left .mm-navbars_bottom,.mm-menu_iconbar-left .mm-navbars_top,.mm-menu_iconbar-left .mm-panels{margin-left:50px;margin-left:var(--mm-iconbar-size)}.mm-menu_iconbar-right .mm-navbars_bottom,.mm-menu_iconbar-right .mm-navbars_top,.mm-menu_iconbar-right .mm-panels{margin-right:50px;margin-right:var(--mm-iconbar-size)}.mm-iconbar{width:50px;border-color:rgba(0,0,0,.1);background:#f3f3f3;color:rgba(0,0,0,.3);display:none;position:absolute;top:0;bottom:0;z-index:2;width:var(--mm-iconbar-size);overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;border:0 solid;border-color:var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center}.mm-menu_iconbar-left .mm-iconbar,.mm-menu_iconbar-right .mm-iconbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mm-menu_iconbar-left .mm-iconbar{border-right-width:1px;left:0}.mm-menu_iconbar-right .mm-iconbar{border-left-width:1px;right:0}.mm-iconbar__bottom,.mm-iconbar__top{width:100%;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.mm-iconbar__bottom&gt;*,.mm-iconbar__top&gt;*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:12.5px 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__tab_selected{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}:root{--mm-iconpanel-size:50px}.mm-panel_iconpanel-1{width:calc(100% - 50px);width:calc(100% - (var(--mm-iconpanel-size) * 1))}.mm-panel_iconpanel-2{width:calc(100% - 100px);width:calc(100% - (var(--mm-iconpanel-size) * 2))}.mm-panel_iconpanel-3{width:calc(100% - 150px);width:calc(100% - (var(--mm-iconpanel-size) * 3))}.mm-panel_iconpanel-first~.mm-panel{width:calc(100% - 50px);width:calc(100% - var(--mm-iconpanel-size))}.mm-menu_iconpanel .mm-panels&gt;.mm-panel{left:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:transform,width;transition-property:transform,width;transition-property:transform,width,-webkit-transform}.mm-menu_iconpanel .mm-panels&gt;.mm-panel_opened,.mm-menu_iconpanel .mm-panels&gt;.mm-panel_opened-parent{display:block!important}.mm-menu_iconpanel .mm-panels&gt;.mm-panel_opened-parent{overflow-y:hidden;-webkit-transform:unset;-ms-transform:unset;transform:unset}.mm-menu_iconpanel .mm-panels&gt;.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left-width:1px;border-left-style:solid}.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider,.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar{opacity:0}.mm-panel__blocker{background:inherit;opacity:0;display:block;position:absolute;top:0;right:0;left:0;z-index:3;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-panel_opened-parent .mm-panel__blocker{opacity:.6;bottom:-100000px}[dir=rtl] .mm-menu_iconpanel .mm-panels&gt;.mm-panel{left:0;right:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:transform,width;transition-property:transform,width;transition-property:transform,width,-webkit-transform}[dir=rtl] .mm-menu_iconpanel .mm-panels&gt;.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left:none;border-right:1px solid;border-color:inherit}.mm-menu_keyboardfocus a:focus,.mm-menu_keyboardfocus.mm-menu_opened~.mm-wrapper__blocker a:focus{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis);outline:0}.mm-wrapper__blocker .mm-tabstart{cursor:default;display:block;width:100%;height:100%}.mm-wrapper__blocker .mm-tabend{opacity:0;position:absolute;bottom:0}.mm-navbars_top{-ms-flex-negative:0;flex-shrink:0}.mm-navbars_top .mm-navbar:not(:last-child){border-bottom:none}.mm-navbars_bottom{-ms-flex-negative:0;flex-shrink:0}.mm-navbars_bottom .mm-navbar{border-bottom:none}.mm-navbars_bottom .mm-navbar:first-child{border-top:1px solid rgba(0,0,0,.1);border-top:1px solid var(--mm-color-border)}.mm-btn:not(.mm-hidden)+.mm-navbar__searchfield .mm-searchfield__input{padding-left:0}.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input{padding-right:0}.mm-navbar__breadcrumbs{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.mm-navbar__breadcrumbs&gt;*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:6px}.mm-navbar__breadcrumbs&gt;a{text-decoration:underline}.mm-navbar__breadcrumbs:not(:last-child){padding-right:0}.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{padding-left:0}.mm-navbar_tabs&gt;*{padding:0 10px;border:1px solid transparent}.mm-navbar__tab_selected{background:#f3f3f3;color:rgba(0,0,0,.75);background:var(--mm-color-background);color:var(--mm-color-text)}.mm-navbar__tab_selected:not(:first-child){border-left-color:rgba(0,0,0,.1)}.mm-navbar__tab_selected:not(:last-child){border-right-color:rgba(0,0,0,.1)}.mm-navbar__tab_selected:not(:first-child){border-left-color:var(--mm-color-border)}.mm-navbar__tab_selected:not(:last-child){border-right-color:var(--mm-color-border)}.mm-navbars_top .mm-navbar_tabs{border-bottom:none}.mm-navbars_top .mm-navbar_tabs&gt;*{border-bottom-color:rgba(0,0,0,.1);border-bottom-color:var(--mm-color-border)}.mm-navbars_top .mm-navbar__tab_selected{border-top-color:rgba(0,0,0,.1);border-top-color:var(--mm-color-border);border-bottom-color:transparent}.mm-navbars_top.mm-navbars_has-tabs .mm-navbar{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar{background:#f3f3f3;background:var(--mm-color-background)}.mm-navbars_bottom .mm-navbar_tabs:first-child{border-top:none}.mm-navbars_bottom .mm-navbar_tabs&gt;*{border-top-color:rgba(0,0,0,.1);border-top-color:var(--mm-color-border)}.mm-navbars_bottom .mm-navbar__tab_selected{border-bottom-color:rgba(0,0,0,.1);border-bottom-color:var(--mm-color-border);border-top-color:transparent}.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar{background:#f3f3f3;background:var(--mm-color-background)}.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs,.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-searchfield{height:44px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:var(--mm-navbar-size);padding:0;overflow:hidden}.mm-searchfield input{height:30.8px;line-height:30.8px}.mm-searchfield input,.mm-searchfield input:focus,.mm-searchfield input:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.75)}.mm-searchfield input{display:block;width:100%;max-width:100%;height:calc(var(--mm-navbar-size) * .7);min-height:unset;max-height:unset;margin:0;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border:none!important;border-radius:4px;line-height:calc(var(--mm-navbar-size) * .7);-webkit-box-shadow:none!important;box-shadow:none!important;outline:0!important;font:inherit;font-size:inherit}.mm-searchfield input,.mm-searchfield input:focus,.mm-searchfield input:hover{background:var(--mm-color-background-highlight);color:var(--mm-color-text)}.mm-searchfield input::-ms-clear{display:none}.mm-searchfield__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:100%;max-width:100%;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-panel__noresultsmsg{color:rgba(0,0,0,.3);padding:50px 0;color:var(--mm-color-text-dimmed);text-align:center;font-size:150%}.mm-searchfield__btn{position:absolute;right:0;top:0;bottom:0}.mm-panel_search{left:0!important;right:0!important;width:100%!important;border-left:none!important}.mm-searchfield__cancel{line-height:44px;display:block;padding-right:10px;margin-right:-100px;line-height:var(--mm-navbar-size);text-decoration:none;-webkit-transition:margin .4s ease;-o-transition:margin .4s ease;transition:margin .4s ease}.mm-searchfield__cancel-active{margin-right:0}.mm-listitem_nosubitems&gt;.mm-listitem__btn{display:none}.mm-listitem_nosubitems&gt;.mm-listitem__text{padding-right:10px}.mm-listitem_onlysubitems&gt;.mm-listitem__text:not(.mm-listitem__btn){z-index:-1;pointer-events:none}.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-20px;z-index:5;-webkit-transition:right .4s ease;-o-transition:right .4s ease;transition:right .4s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.mm-sectionindexer a{color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panel{padding-right:0}.mm-sectionindexer_active{right:0}.mm-sectionindexer_active~.mm-panel{padding-right:20px}.mm-menu_selected-hover .mm-listitem__btn,.mm-menu_selected-hover .mm-listitem__text,.mm-menu_selected-parent .mm-listitem__btn,.mm-menu_selected-parent .mm-listitem__text{-webkit-transition:background-color .4s ease;-o-transition:background-color .4s ease;transition:background-color .4s ease}.mm-menu_selected-hover .mm-listview:hover&gt;.mm-listitem_selected:not(:hover)&gt;.mm-listitem__text{background:0 0}.mm-menu_selected-hover .mm-listitem__btn:hover,.mm-menu_selected-hover .mm-listitem__text:hover{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)&gt;.mm-listitem__text{background:0 0}.mm-menu_selected-parent .mm-listitem_selected-parent&gt;.mm-listitem__btn,.mm-menu_selected-parent .mm-listitem_selected-parent&gt;.mm-listitem__text{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}:root{--mm-sidebar-collapsed-size:50px;--mm-sidebar-expanded-size:440px}.mm-wrapper_sidebar-collapsed body,.mm-wrapper_sidebar-expanded body{position:relative}.mm-wrapper_sidebar-collapsed .mm-slideout,.mm-wrapper_sidebar-expanded .mm-slideout{-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}.mm-wrapper_sidebar-collapsed .mm-page,.mm-wrapper_sidebar-expanded .mm-page{background:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:100vh}.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;top:0!important;right:auto!important;bottom:0!important;left:0!important}.mm-wrapper_sidebar-collapsed .mm-slideout{width:calc(100% - 50px);-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0);width:calc(100% - var(--mm-sidebar-collapsed-size));-webkit-transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);transform:translate3d(var(--mm-sidebar-collapsed-size),0,0)}.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider,.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar{opacity:0}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{width:440px;width:var(--mm-sidebar-expanded-size);min-width:0!important;max-width:100000px!important;border-right-width:1px;border-right-style:solid}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after{content:none;display:none}.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body{overflow:visible}.mm-wrapper_sidebar-expanded .mm-wrapper__blocker{display:none!important}.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{width:calc(100% - 440px);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0);width:calc(100% - var(--mm-sidebar-expanded-size));-webkit-transform:translate3d(var(--mm-sidebar-expanded-size),0,0);transform:translate3d(var(--mm-sidebar-expanded-size),0,0)}.mm-menu__blocker{background:rgba(3,2,1,0);display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.mm-menu_opened .mm-menu__blocker{display:none}[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}input.mm-toggle{margin-top:5px;background:rgba(0,0,0,.1);display:inline-block;min-width:58px;width:58px;height:34px;margin:0 10px;margin-top:calc((var(--mm-listitem-size) - 34px)/ 2);border:none!important;background:var(--mm-color-border);border-radius:34px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;cursor:pointer;-webkit-transition:background-color .2s ease;-o-transition:background-color .2s ease;transition:background-color .2s ease}input.mm-toggle:before{background:#f3f3f3}input.mm-toggle:before{content:'';display:block;width:32px;height:32px;margin:1px;border-radius:34px;background:var(--mm-color-background);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;-o-transition:transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}input.mm-toggle:checked{background:#4bd963}input.mm-toggle:checked:before{-webkit-transform:translateX(24px);-ms-transform:translateX(24px);transform:translateX(24px)}input.mm-check{margin-top:2px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:none!important;background:0 0!important;cursor:pointer;display:inline-block;width:40px;height:40px;margin:0 10px;margin-top:calc((var(--mm-listitem-size) - 40px)/ 2)}input.mm-check:before{content:'';display:block;width:40%;height:20%;margin:25% 0 0 20%;border-left:3px solid;border-bottom:3px solid;border-color:var(--mm-color-text);opacity:.3;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}input.mm-check:checked:before{opacity:1}[dir=rtl] input.mm-toggle:checked~label.mm-toggle:before{float:left}.mm-menu_border-none .mm-listitem:after{content:none}.mm-menu_border-full .mm-listitem:after{left:0!important}.mm-menu_fx-menu-slide{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-wrapper_opened .mm-menu_fx-menu-slide{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-none .mm-panel,.mm-panel_fx-none{-webkit-transition-property:none;-o-transition-property:none;transition-property:none}.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,.mm-panel_fx-none.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_fullscreen{width:100%;min-width:140px;max-width:10000px}.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(100vw,0,0);transform:translate3d(100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(10000px,0,0);transform:translate3d(10000px,0,0)}}.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-100vw,0,0);transform:translate3d(-100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-10000px,0,0);transform:translate3d(-10000px,0,0)}}.mm-menu_fullscreen.mm-menu_position-top{height:100vh;min-height:140px;max-height:10000px}.mm-menu_fullscreen.mm-menu_position-bottom{height:100vh;min-height:140px;max-height:10000px}.mm-menu_listview-justify .mm-panels&gt;.mm-panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mm-menu_listview-justify .mm-panels&gt;.mm-panel:after{content:none;display:none}.mm-menu_listview-justify .mm-panels&gt;.mm-panel .mm-listview{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;margin-top:0;margin-bottom:0}.mm-menu_listview-justify .mm-panels&gt;.mm-panel .mm-listitem{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;min-height:50px}.mm-menu_listview-justify .mm-panels&gt;.mm-panel .mm-listitem__text{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mm-listview_inset{list-style:inside disc;width:100%;padding:0 30px 15px 30px;margin:0}.mm-listview_inset .mm-listitem{padding:5px 0}.mm-menu_multiline .mm-listitem__text{-o-text-overflow:clip;text-overflow:clip;white-space:normal}[class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:0}.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:.3;-webkit-transition:opacity .4s ease .4s;-o-transition:opacity .4s ease .4s;transition:opacity .4s ease .4s}.mm-menu_opened.mm-menu_pagedim~.mm-wrapper__blocker{background:inherit}.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker{background:#000}.mm-menu_opened.mm-menu_pagedim-white~.mm-wrapper__blocker{background:#fff}.mm-menu_popup{-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease;opacity:0;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%;min-height:140px;max-height:880px;top:50%;left:50%;bottom:auto;right:auto;z-index:2;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.mm-menu_popup.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu_popup.mm-menu_opened~.mm-wrapper__blocker{-webkit-transition-delay:0s!important;-o-transition-delay:0s!important;transition-delay:0s!important;z-index:1}.mm-wrapper_opening .mm-menu_popup{opacity:1}.mm-menu_position-right{left:auto;right:0}.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}.mm-menu_position-bottom,.mm-menu_position-front,.mm-menu_position-top{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-menu_position-bottom.mm-menu_opened,.mm-menu_position-front.mm-menu_opened,.mm-menu_position-top.mm-menu_opened{z-index:2}.mm-menu_position-bottom.mm-menu_opened~.mm-slideout,.mm-menu_position-front.mm-menu_opened~.mm-slideout,.mm-menu_position-top.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu_position-bottom.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-front.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-top.mm-menu_opened~.mm-wrapper__blocker{z-index:1}.mm-menu_position-front{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_position-front.mm-menu_position-right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_position-bottom,.mm-menu_position-top{width:100%;min-width:100%;max-width:100%}.mm-menu_position-top{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.mm-menu_position-top{height:80vh;min-height:140px;max-height:880px}.mm-menu_position-bottom{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);top:auto}.mm-menu_position-bottom{height:80vh;min-height:140px;max-height:880px}.mm-wrapper_opening .mm-menu_position-bottom,.mm-wrapper_opening .mm-menu_position-front,.mm-wrapper_opening .mm-menu_position-top{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_shadow-page:after{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);content:'';display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:100;-webkit-clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%);clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_shadow-page.mm-menu_position-right:after{left:auto;right:100%;-webkit-clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%);clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%)}.mm-menu_shadow-page.mm-menu_position-front:after{content:none;display:none}.mm-menu_shadow-menu{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_shadow-panels .mm-panels&gt;.mm-panel{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_theme-white{--mm-color-border:rgba( 0,0,0, 0.1 );--mm-color-button:rgba( 0,0,0, 0.3 );--mm-color-text:rgba( 0,0,0, 0.7 );--mm-color-text-dimmed:rgba( 0,0,0, 0.3 );--mm-color-background:#fff;--mm-color-background-highlight:rgba( 0,0,0, 0.06 );--mm-color-background-emphasis:rgba( 0,0,0, 0.03 );--mm-shadow:0 0 10px rgba( 0,0,0, 0.2 )}.mm-menu_theme-dark{--mm-color-border:rgba( 0,0,0, 0.3 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.85 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#333;--mm-color-background-highlight:rgba( 255,255,255, 0.08 );--mm-color-background-emphasis:rgba( 0,0,0, 0.1 );--mm-shadow:0 0 20px rgba( 0,0,0, 0.5 )}.mm-menu_theme-black{--mm-color-border:rgba( 255,255,255, 0.25 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.75 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#000;--mm-color-background-highlight:rgba( 255,255,255, 0.2 );--mm-color-background-emphasis:rgba( 255,255,255, 0.15 );--mm-shadow:none}body.modal-open .mm-slideout{z-index:unset}
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm&gt;li&gt;h1,.sm&gt;li&gt;h2,.sm&gt;li&gt;h3,.sm&gt;li&gt;h4,.sm&gt;li&gt;h5,.sm&gt;li&gt;h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}
.sm-clean {
  background: #fff !important;
  border-radius: 5px;
}

.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #555555;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

.sm-clean a.current {
  color: #D23600;
}

.sm-clean a.disabled {
  color: #bbbbbb;
}

.sm-clean a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

.sm-clean a .sub-arrow::before {
  content: '+';
}

.sm-clean a.highlighted .sub-arrow::before {
  content: '-';
}

.sm-clean &gt; li:first-child &gt; a, .sm-clean &gt; li:first-child &gt; :not(ul) a {
  border-radius: 5px 5px 0 0;
}

.sm-clean &gt; li:last-child &gt; a, .sm-clean &gt; li:last-child &gt; *:not(ul) a, .sm-clean &gt; li:last-child &gt; ul,
.sm-clean &gt; li:last-child &gt; ul &gt; li:last-child &gt; a, .sm-clean &gt; li:last-child &gt; ul &gt; li:last-child &gt; *:not(ul) a, .sm-clean &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul,
.sm-clean &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; a, .sm-clean &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; *:not(ul) a, .sm-clean &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul,
.sm-clean &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; a, .sm-clean &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; *:not(ul) a, .sm-clean &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul,
.sm-clean &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; a, .sm-clean &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; *:not(ul) a, .sm-clean &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul {
  border-radius: 0 0 5px 5px;
}

.sm-clean &gt; li:last-child &gt; a.highlighted, .sm-clean &gt; li:last-child &gt; *:not(ul) a.highlighted,
.sm-clean &gt; li:last-child &gt; ul &gt; li:last-child &gt; a.highlighted, .sm-clean &gt; li:last-child &gt; ul &gt; li:last-child &gt; *:not(ul) a.highlighted,
.sm-clean &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; a.highlighted, .sm-clean &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; *:not(ul) a.highlighted,
.sm-clean &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; a.highlighted, .sm-clean &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; *:not(ul) a.highlighted,
.sm-clean &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; a.highlighted, .sm-clean &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; *:not(ul) a.highlighted {
  border-radius: 0;
}

.sm-clean li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-clean &gt; li:first-child {
  border-top: 0;
}

.sm-clean ul {
  background: rgba(179, 179, 179, 0.1);
}

.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
  font-size: 16px;
  border-left: 8px solid transparent;
}

.sm-clean ul ul a,
.sm-clean ul ul a:hover,
.sm-clean ul ul a:focus,
.sm-clean ul ul a:active {
  border-left: 16px solid transparent;
}

.sm-clean ul ul ul a,
.sm-clean ul ul ul a:hover,
.sm-clean ul ul ul a:focus,
.sm-clean ul ul ul a:active {
  border-left: 24px solid transparent;
}

.sm-clean ul ul ul ul a,
.sm-clean ul ul ul ul a:hover,
.sm-clean ul ul ul ul a:focus,
.sm-clean ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.sm-clean ul ul ul ul ul a,
.sm-clean ul ul ul ul ul a:hover,
.sm-clean ul ul ul ul ul a:focus,
.sm-clean ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 768px) {
  /* Switch to desktop layout
	-----------------------------------------------
	   These transform the menu tree from
	   collapsible to desktop (navbar + dropdowns)
	-----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-clean ul {
    position: absolute;
    width: 12em;
  }
  .sm-clean li {
    float: left;
  }
  .sm-clean.sm-rtl li {
    float: right;
  }
  .sm-clean ul li, .sm-clean.sm-rtl ul li, .sm-clean.sm-vertical li {
    float: none;
  }
  .sm-clean a {
    white-space: nowrap;
  }
  .sm-clean ul a, .sm-clean.sm-vertical a {
    white-space: normal;
  }
  .sm-clean .sm-nowrap &gt; li &gt; a, .sm-clean .sm-nowrap &gt; li &gt; :not(ul) a {
    white-space: nowrap;
  }
  /* ...end */
  .sm-clean {
    padding: 0 10px;
    background: #eeeeee;
    border-radius: 100px;
  }
  .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    padding: 12px 12px;
    color: #555555;
    border-radius: 0 !important;
  }
  .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    color: #D23600;
  }
  .sm-clean a.current {
    color: #D23600;
  }
  .sm-clean a.disabled {
    color: #bbbbbb;
  }
  .sm-clean a.has-submenu {
    padding-right: 24px;
  }
  .sm-clean a .sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 12px;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-clean a .sub-arrow::before {
    display: none;
  }
  .sm-clean li {
    border-top: 0;
  }
  .sm-clean &gt; li &gt; ul::before,
  .sm-clean &gt; li &gt; ul::after {
    content: '';
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #bbbbbb transparent;
  }
  .sm-clean &gt; li &gt; ul::after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
  }
  .sm-clean ul {
    border: 1px solid #bbbbbb;
    padding: 5px 0;
    background: #fff;
    border-radius: 5px !important;
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
  }
  .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    border: 0 !important;
    padding: 10px 20px;
    color: #555555;
  }
  .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    background: #eeeeee;
    color: #D23600;
  }
  .sm-clean ul a.current {
    color: #D23600;
  }
  .sm-clean ul a.disabled {
    background: #fff;
    color: #cccccc;
  }
  .sm-clean ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-clean ul a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-clean .scroll-up,
  .sm-clean .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-clean .scroll-up:hover,
  .sm-clean .scroll-down:hover {
    background: #eeeeee;
  }
  .sm-clean .scroll-up:hover .scroll-up-arrow {
    border-color: transparent transparent #D23600 transparent;
  }
  .sm-clean .scroll-down:hover .scroll-down-arrow {
    border-color: #D23600 transparent transparent transparent;
  }
  .sm-clean .scroll-up-arrow,
  .sm-clean .scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-clean .scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-clean.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 24px;
  }
  .sm-clean.sm-rtl a .sub-arrow {
    right: auto;
    left: 12px;
  }
  .sm-clean.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .sm-clean.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-clean.sm-rtl &gt; li &gt; ul::before {
    left: auto;
    right: 30px;
  }
  .sm-clean.sm-rtl &gt; li &gt; ul::after {
    left: auto;
    right: 31px;
  }
  .sm-clean.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-clean.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-clean.sm-vertical {
    padding: 10px 0;
    border-radius: 5px;
  }
  .sm-clean.sm-vertical a {
    padding: 10px 20px;
  }
  .sm-clean.sm-vertical a:hover, .sm-clean.sm-vertical a:focus, .sm-clean.sm-vertical a:active, .sm-clean.sm-vertical a.highlighted {
    background: #fff;
  }
  .sm-clean.sm-vertical a.disabled {
    background: #eeeeee;
  }
  .sm-clean.sm-vertical a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-clean.sm-vertical &gt; li &gt; ul::before,
  .sm-clean.sm-vertical &gt; li &gt; ul::after {
    display: none;
  }
  .sm-clean.sm-vertical ul a {
    padding: 10px 20px;
  }
  .sm-clean.sm-vertical ul a:hover, .sm-clean.sm-vertical ul a:focus, .sm-clean.sm-vertical ul a:active, .sm-clean.sm-vertical ul a.highlighted {
    background: #eeeeee;
  }
  .sm-clean.sm-vertical ul a.disabled {
    background: #fff;
  }
}

#main-menu {
  -webkit-text-size-adjust: 100%;
  line-height: 20px;
  font-family: Poppins, sans-serif;
  color: black;
  font-size: 30px;
  font-weight: 600;
  -webkit-box-direction: normal;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin-left: 0px;
  float: left;
  clear: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}

#main-menu &gt; li {
  -webkit-text-size-adjust: 100%;
  line-height: 20px;
  font-family: Poppins, sans-serif;
  color: #2d3540;
  font-size: 30px;
  font-weight: 600;
  -webkit-box-direction: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

#main-menu &gt; li ul .link-nav {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

#main-menu &gt; li ul .link-nav a {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

#main-menu &gt; li ul .link-nav ul {
  z-index: 80;
}

.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
  color: black;
}

.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
  color: black;
}

.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
  color: black;
}
/*# sourceMappingURL=sm-choralis.css.map */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}

html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
  width: 100vw !important;
}

#my-top-menu .mm-navbars_top {
  margin-bottom: 55px;
}

#my-top-menu .mm-navbars_top .mm-navbar {
  background-color: rgba(229, 232, 235, 0) !important;
}

#my-top-menu .mm-navbars_top .mm-navbar .my-custom-topmenu-part {
  width: 100%;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#my-top-menu .mm-navbars_top .mm-navbar .my-custom-topmenu-part .mm-logo {
  width: 179px;
  height: 31px;
}

#my-top-menu .mm-panels .mm-panel {
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #d2d9e0 !important;
}

#my-top-menu .mm-panels .mm-panel ul {
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #d2d9e0 !important;
}

#my-top-menu .mm-panels .mm-panel ul li {
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #d2d9e0 !important;
}

#my-top-menu .mm-panels .mm-panel ul li.mob-meta-menu-item a .nav-txt {
  text-transform: uppercase;
}

#my-top-menu .mm-panels .mm-panel ul li.divider {
  background-color: #C8C8C8;
}

#my-top-menu .mm-panels .mm-panel ul li.divider p {
  font-weight: 700;
  margin-bottom: 0;
}

#my-top-menu .mm-panels .mm-panel .mm-listview {
  padding: 0 20px;
}

#my-top-menu .mm-panels .mm-panel .mm-listview .mm-listitem .mm-listitem__text {
  padding-top: 18px;
  padding-bottom: 18px;
}

#my-top-menu .mm-panels .mm-panel .mm-listview .mm-listitem .mm-btn_next {
  border-left-width: 0px;
}

#my-top-menu .mm-panels .mm-panel .mm-listview .mm-listitem .mm-btn_next:after {
  border-color: #000000;
  width: 12px;
  height: 12px;
}

#my-top-menu .mm-panels .mm-panel .mm-listview .mm-listitem.mm-listitem_selected .mm-listitem__text {
  background-color: #ffffff;
  font-weight: 700;
}

#my-top-menu .mm-panels #mm-1 .mm-navbar_sticky {
  display: none !important;
}

.mm-menu {
  font-family: 'Montserrat', sans-serif;
  color: #2d3540;
  font-size: 20px;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  --mm-navbar-size: 70px;
}
/*# sourceMappingURL=megamenu.css.map */
@media (max-width: 1450px) {
    ul#main-menu &gt; li &gt; a {
        padding: 5px;
    }
    ul#main-menu &gt; li &gt; a &gt; span.sub-arrow {
        right: -6px;
    }
}

.rte-extended-desc p {
    margin-bottom: 10px;
}</pre></body></html>