@charset "UTF-8";
html {
  --color-white: #F0F2F6;
  --color-primary: #DCFF03;
  --color-secondary: #5200ff;
  --color-grey: #1F2128;
  --color-grey-ligher: #808191;
  --content-background-color: #292b31;
  --color-body: #18181b;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

*[data-bs-toggle=collapse] {
  cursor: pointer;
  user-select: none;
}

/*! 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 < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  color: var(--color-primary);
  text-decoration: none;
  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;
}

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

h3 {
  font-size: 22px;
  line-height: 28px;
}

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

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}

@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;
  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 !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 > 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 > 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 > 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 > 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-background-video--control > [hidden] {
  display: none !important;
}

.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 > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert > 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 <figure> 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: 0.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 0.3s;
  transition: all 0.3s;
}

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  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;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  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: 0.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 0.8s infinite linear;
  animation: spin 0.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: 0.5;
  }

  .w-lightbox-close {
    opacity: 0.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 > div:after,
.w-richtext figure[data-rt-type=video] > 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 > 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 > div,
.w-richtext figure[data-rt-type=image] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type=image] > 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 > div,
.w-richtext figure[data-rt-type=video] > 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 > div,
.w-richtext figure.w-richtext-align-center[data-rt-type=image] > 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 > 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 > 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;
}

.header-nav-link {
  color: #fff;
}

.header-nav-link.header-nav-link--black {
  color: #000;
}
@media only screen and (max-width: 991px) {
  .header-nav-link.header-nav-link--black {
    color: var(--color-white);
  }
}
.header-nav-link.header-nav-link--black span {
  background-color: #000;
}
@media only screen and (max-width: 991px) {
  .header-nav-link.header-nav-link--black span {
    background-color: var(--color-white);
  }
}

.header__navbar-elements {
  background-color: transparent;
}
.header__navbar-wrapper {
  margin-left: 56px;
  background-color: transparent;
  font-weight: 600;
}
@media only screen and (max-width: 480px) {
  .header__navbar-wrapper {
    margin-left: auto;
  }
}
.header__logo-elements {
  flex-shrink: 0;
}
.header__logo-elements img {
  max-width: 200px;
  height: auto;
}
.header__top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .header__top-wrapper {
    height: 110px;
  }
}
.header--marketplace {
  background-color: var(--color-primary);
  height: 430px;
}
@media only screen and (max-width: 1440px) {
  .header--marketplace {
    height: auto;
    padding-bottom: 40px;
  }
}
.header--marketplace .w-icon-nav-menu {
  color: var(--color-grey);
}
.header--collection {
  background-color: var(--color-primary);
}
.header--collection .w-icon-nav-menu {
  color: var(--color-grey);
}
.header__center-primary {
  display: flex;
}
.header__center-primary-heading {
  color: var(--color-grey);
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (max-width: 480px) {
  .header__center-primary-heading {
    line-height: 138%;
  }
}
.header__center-wrapper-lc {
  max-width: 740px;
  width: 100%;
  flex-shrink: 0;
}
.header__center-wrapper-rc {
  margin-left: auto;
  background-repeat: no-repeat;
  max-width: 640px;
  width: 100%;
  background-size: 100%;
  height: 445px;
  flex-shrink: 0;
  position: relative;
  bottom: 77px;
  left: 70px;
}
@media only screen and (max-width: 1440px) {
  .header__center-wrapper-rc {
    display: none;
  }
}
.header__cta-elements {
  display: flex;
  margin-left: auto;
  align-items: center;
  grid-gap: 28px;
  flex-shrink: 0;
}
.header__cta-elements > div {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 28px;
  flex-shrink: 0;
}
@media only screen and (max-width: 480px) {
  .header__cta-elements > div {
    display: none;
  }
}
.header__cta-elements img {
  max-width: 20px;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .header__cta-elements img {
    max-width: 16px;
  }
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .footer {
    margin-top: 40px;
  }
}
.footer__logo {
  width: 180px;
  margin-bottom: 30px;
}
.footer__upper {
  display: flex;
  width: 100%;
  max-width: none;
}
@media only screen and (max-width: 991px) {
  .footer__upper {
    flex-direction: column;
  }
}
.footer__bottom {
  display: flex;
  height: 0px;
  margin-top: 66px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  align-items: center;
  border-top: 1px solid var(--color-grey-ligher);
  color: var(--color-grey-ligher);
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .footer__bottom {
    flex-direction: column;
    align-items: unset;
    padding-top: 30px;
    padding-bottom: 110px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer__bottom .fbtext {
    max-width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__bottom .fbtext {
    max-width: unset;
  }
}
.footer__upper-col-l {
  width: auto;
  max-width: 435px;
  margin-right: 90px;
  color: var(--color-grey-ligher);
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .footer__upper-col-l {
    max-width: 285px;
    margin-right: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__upper-col-l {
    max-width: unset;
    margin-right: unset;
  }
}
.footer__upper-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media only screen and (max-width: 991px) {
  .footer__upper-socials {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .footer__upper-socials {
    justify-content: center;
  }
}
.footer__upper-social {
  width: 22px;
  height: 22px;
}
.footer__upper-col-r {
  display: flex;
  width: auto;
  margin-left: auto;
  grid-gap: 116px;
}
@media only screen and (max-width: 1280px) {
  .footer__upper-col-r {
    grid-gap: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__upper-col-r {
    margin-top: 30px;
    margin-left: unset;
    grid-gap: 20px;
    flex-direction: column;
  }
}
.footer__nav {
  width: 160px;
}
@media only screen and (max-width: 991px) {
  .footer__nav {
    width: auto;
  }
}
.footer__nav-heading {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-left: 6px;
  border-left: 8px solid var(--color-primary);
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .footer__nav-heading {
    margin-bottom: 5px;
  }
}
.footer__nav-list {
  padding-left: 0px;
  list-style-type: none;
}
@media only screen and (max-width: 991px) {
  .footer__nav-list {
    display: flex;
    grid-gap: 0px 30px;
    list-style: disc;
    flex-wrap: wrap;
    padding-left: 20px;
  }
}
.footer__nav-list-link {
  color: var(--color-grey-ligher);
  line-height: 35px;
  font-weight: 700;
  text-decoration: none;
}
.footer__bottom-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media only screen and (max-width: 991px) {
  .footer__bottom-links {
    margin-left: unset;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
  }
}
.footer__bottom-links::-webkit-scrollbar {
  width: 2px;
}
.footer__bottom-links::-webkit-scrollbar-track {
  border-radius: 10px;
  opacity: 0;
}
.footer__bottom-links::-webkit-scrollbar-thumb {
  border-radius: 10px;
  opacity: 0;
}
.footer__bottom-link {
  color: var(--color-grey-ligher);
  text-decoration: none;
}

.section__header-title {
  line-height: 40px;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .section__header-title {
    font-size: 18px;
    line-height: 126.8%;
  }
}

.section__header-title.section__header-title--faq {
  margin-bottom: 28px;
  line-height: 44px;
}

.section__head {
  max-width: 740px;
}

.section__head-block {
  margin-top: 45px;
}

.block-title-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-grey);
}
.block-title-inline h4 {
  color: #f0f2f6;
  letter-spacing: 5.5px;
}
@media only screen and (max-width: 320px) {
  .block-title-inline h4 {
    font-size: 14px;
  }
}

.section-item {
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 65px;
}
@media only screen and (max-width: 991px) {
  .section-item {
    margin-top: 35px;
  }
}
.section-item--news {
  margin-top: 30px;
}
.section-item--nft-single {
  align-items: center;
}
.section-item--remove-margin-top {
  margin-top: 0;
}
.section-item.section-item__faq {
  margin: 90px 0 25px;
}

.section-item.section-item--nft {
  margin-top: 130px;
  margin-bottom: 80px;
  -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;
}
@media only screen and (max-width: 991px) {
  .section-item.section-item--nft {
    margin-top: 50px;
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .section-item.section-item--nft {
    margin-top: 26px;
    margin-bottom: 26px;
  }
}

.section-item.section-item__promo-banner {
  margin-top: 77px;
}
@media only screen and (max-width: 991px) {
  .section-item.section-item__promo-banner {
    margin-top: 25px;
  }
}

.section-item.section-item__featured-collections {
  margin-top: 55px;
}
@media only screen and (max-width: 991px) {
  .section-item.section-item__featured-collections {
    margin-top: 25px;
  }
}

.section__head:not(:last-of-type) {
  margin-bottom: 48px;
}
@media only screen and (max-width: 991px) {
  .section__head:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.section__content-collection-details {
  height: 250px;
  display: flex;
  padding: 58px 0;
}
@media only screen and (max-width: 480px) {
  .section__content-collection-details {
    flex-direction: column;
    align-items: center;
    height: unset;
  }
}
.section__content--nm {
  margin-top: 0px;
}
.section__content--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section__content-col-1 {
  display: block;
  width: 290px;
  margin-right: 10px;
  flex: 0 0 auto;
}
@media only screen and (max-width: 1280px) {
  .section__content-col-1 {
    display: none;
  }
}
.section__content-col-2 {
  display: block;
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.nft-single-item {
  width: 100%;
  border-radius: 16px;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
  grid-gap: 47px;
}
@media only screen and (max-width: 1024px) {
  .nft-single-item {
    grid-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .nft-single-item {
    flex-direction: column;
  }
}
.nft-single-item__meta {
  padding: 53px 0;
  max-width: 613px;
  width: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .nft-single-item__meta {
    margin-left: unset;
  }
}
@media only screen and (max-width: 1024px) {
  .nft-single-item__meta {
    padding: 0;
  }
}
.nft-single-item__meta h1 {
  font-size: 36px;
  line-height: 47px;
  margin: 0 0 15px;
}
@media only screen and (max-width: 1024px) {
  .nft-single-item__meta h1 {
    font-size: 32px;
    line-height: 126%;
  }
}
.nft-single-item__figure {
  max-width: 484px;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .nft-single-item__figure {
    max-width: 384px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .nft-single-item__figure {
    max-width: 300px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .nft-single-item__figure {
    max-width: unset;
    margin-right: 0;
  }
}
.nft-single-item__figure .marketplace__audio button {
  display: none;
}
.nft-single-item__figure .marketplace__audio video {
  border-radius: 20px;
  display: block;
  position: unset;
  height: unset;
}
.nft-single-item__figure img {
  max-height: 500px;
  height: 500px;
  width: 484px;
  object-fit: cover;
  max-width: 484px;
  border-radius: 16px;
}
@media only screen and (max-width: 1024px) {
  .nft-single-item__figure img {
    width: 100%;
    height: auto;
  }
}
.nft-single-item__meta-cols {
  display: flex;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .nft-single-item__meta-cols {
    flex-direction: column;
  }
}
.nft-single-item__meta-price-block {
  display: flex;
  width: 330px;
  border-radius: 16px;
  border: 2px solid #4E515A;
  padding: 9px 11px 9px 20px;
  height: fit-content;
  align-items: center;
}
.nft-single-item__meta-price-block a,
.nft-single-item__meta-price-block button {
  height: auto;
  flex-grow: 0;
  margin-left: auto;
  padding: 15px 39px;
}
.nft-single-item__meta-price {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-white);
}
.nft-single-item__meta-price span {
  font-weight: bold;
  color: var(--color-grey-ligher);
  font-size: 14px;
}
.nft-single-item__meta-author {
  display: flex;
  align-items: center;
  margin-left: 26px;
}
@media only screen and (max-width: 1024px) {
  .nft-single-item__meta-author {
    margin-left: 0;
    margin-top: 15px;
  }
}
.nft-single-item__meta-author figure {
  margin-bottom: 0;
  mask-image: url("../images/hex-a1.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  width: 34px;
  height: 39px;
  -webkit-mask-image: url("../images/hex-a1.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.nft-single-item__meta-author figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.nft-single-item__description {
  padding: 18px;
  background-color: #4E515A;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 16px;
  margin: 24px 0;
}
.nft-single-item__description p {
  margin: 0;
}
.nft-single-item__meta-creator-name {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
  justify-content: center;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.nft-single-item__meta-creator-name span {
  color: var(--color-grey-ligher);
  font-size: 14px;
  line-height: 17px;
}

.nft-showcase {
  display: flex;
  grid-gap: 26px;
}
@media only screen and (max-width: 991px) {
  .nft-showcase {
    grid-gap: 12px;
  }
}
.nft-showcase__col {
  display: flex;
  grid-gap: 36px;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .nft-showcase__col {
    grid-gap: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .nft-showcase__col {
    grid-gap: 6px;
  }
}
.nft-showcase__col--sm-first {
  margin-top: 138px;
}
@media only screen and (max-width: 991px) {
  .nft-showcase__col--sm-first {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .nft-showcase__col--sm-first {
    margin-top: 35px;
  }
}
.nft-showcase__col--sm-third {
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .nft-showcase__col--sm-third {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .nft-showcase__col--sm-third {
    margin-top: 15px;
  }
}
.nft-showcase__col--sm {
  max-width: 338px;
}
.nft-showcase__col--l {
  max-width: 473px;
}
.nft-showcase__overlay {
  background-color: rgba(64, 120, 230, 0.92);
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: var(--color-white);
  display: flex;
  padding: 35px;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .nft-showcase__overlay {
    display: none;
  }
}
.nft-showcase__overlay h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 126.8%;
  margin-bottom: 18px;
}
.nft-showcase__overlay h3:before {
  height: 4px;
  width: 68px;
  background-color: var(--color-primary);
  content: "";
  display: block;
  margin-bottom: 14px;
}
.nft-showcase__overlay a {
  font-size: 14px;
  font-weight: bold;
  line-height: 126.8%;
  color: var(--color-white);
}
.nft-showcase__overlay:hover {
  opacity: 1;
}
.nft-showcase__item {
  border-radius: 20px;
  overflow-y: hidden;
  position: relative;
}
.nft-showcase__item img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nft-showcase__item--row {
  display: flex;
  grid-gap: 32px;
  height: auto !important;
}
@media only screen and (max-width: 991px) {
  .nft-showcase__item--row {
    grid-gap: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .nft-showcase__item--row {
    grid-gap: 6px;
  }
}
.nft-showcase__item--220 {
  width: 100%;
  max-height: 250px;
}
.nft-showcase__item--338 {
  max-height: 380px;
  width: 100%;
}
.nft-showcase__item--473 {
  width: 100%;
  max-height: 533px;
}

.woocommerce-tabs ul.tabs {
  grid-gap: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
.woocommerce-tabs ul.tabs li {
  border-radius: 4px 4px 0 0;
  display: inline-block;
  margin-right: 10px;
}
.woocommerce-tabs ul.tabs li a {
  color: var(--color-white);
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  text-shadow: inherit;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.woocommerce-tabs.wc-tabs-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background: #4E515A;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 40px 0 20px;
  padding: 25px;
}

.mt-55 {
  margin-top: 55px;
}

.marketplace-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}
.marketplace-tags--mb-40 {
  margin-bottom: 40px;
}

.sidebar-h3 {
  margin: 25px 0 30px;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: bold;
}

.sidebar-widget-block.mt-30 {
  margin-top: 30px;
}

.marketplace-category-sidebar {
  padding: 0;
}
.marketplace-category-sidebar__item {
  list-style: none;
}
.marketplace-category-sidebar__item:not(:last-child) {
  margin-bottom: 14px;
}
.marketplace-category-sidebar__link {
  color: var(--color-grey-ligher);
  text-decoration: none;
}

.marketplace-sidebar-price__values {
  display: flex;
  font-weight: bold;
  color: var(--color-white);
  justify-content: space-between;
}
.marketplace-sidebar-price__slider {
  --primary: var(--color-primary);
  --handle: var(--color-primary);
  --handle-active: var(--color-primary);
  --handle-hover: var(--color-primary);
  --handle-border: 0;
  --line: #3C3E45;
  --line-active: var(--color-primary);
  height: 10px;
  width: 100%;
  position: relative;
  pointer-events: none;
}
.marketplace-sidebar-price__slider .ui-slider-handle {
  --y: 0;
  --background: var(--handle);
  cursor: grab;
  -webkit-tap-highlight-color: transparent;
  top: 7px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  position: absolute;
  outline: none;
  display: block;
  pointer-events: auto;
}
.marketplace-sidebar-price__slider .ui-slider-handle div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: background 0.4s ease;
  transform: translateY(calc(var(--y) * 1px));
  border: var(--handle-border);
  background: var(--background);
}
.marketplace-sidebar-price__slider .ui-slider-handle:hover {
  --background: var(--handle-hover);
}
.marketplace-sidebar-price__slider .ui-slider-handle:active {
  --background: var(--handle-active);
  cursor: grabbing;
}
.marketplace-sidebar-price__slider svg {
  --stroke: var(--line);
  display: block;
  height: 83px;
}
.marketplace-sidebar-price__slider svg path {
  fill: none;
  stroke: var(--stroke);
  stroke-width: 4;
  stroke-linejoin: round;
}
.marketplace-sidebar-price__slider .active, .marketplace-sidebar-price__slider > svg {
  position: absolute;
  top: -30px;
  height: 83px;
}
.marketplace-sidebar-price__slider > svg {
  left: 0;
  width: 100%;
}
.marketplace-sidebar-price__slider .active {
  position: absolute;
  overflow: hidden;
  left: calc(var(--l) * 1px);
  right: calc(var(--r) * 1px);
}
.marketplace-sidebar-price__slider .active svg {
  --stroke: var(--line-active);
  position: relative;
  left: calc(var(--l) * -1px);
  right: calc(var(--r) * -1px);
}

.has-sidebar {
  display: flex !important;
}

aside.main-sidebar {
  margin-top: 20px;
  width: 320px;
  padding: 0 24px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  grid-gap: 35px;
}
aside.main-sidebar ul, aside.main-sidebar ol {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1240px) {
  aside.main-sidebar {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  aside.main-sidebar {
    display: none;
  }
}
aside.main-sidebar h3 {
  color: var(--title-color);
  margin: 0 0 16px;
}
aside.main-sidebar *:first-child h3 {
  margin-top: 0;
}
aside.main-sidebar ul li,
aside.main-sidebar ol li {
  list-style-type: none !important;
  color: var(--list-item-color);
  font-weight: 500;
  line-height: 24px;
}
aside.main-sidebar ul li a,
aside.main-sidebar ol li a {
  color: var(--link-color);
  transition: color 0.3s;
  text-decoration: none;
  font-size: 15px;
}
aside.main-sidebar ul li a:hover,
aside.main-sidebar ol li a:hover {
  color: var(--hover-link-color);
}
aside.main-sidebar a:hover {
  opacity: 0.8;
}
aside.main-sidebar input,
aside.main-sidebar select {
  background-color: var(--content-background-color);
  padding: 5px;
  border: 0;
  color: #fff;
  outline: none;
  border-radius: 6px;
}
aside.main-sidebar button {
  color: var(--color-grey);
  background-color: var(--color-primary);
  border: 0;
  width: 100%;
  padding: 5px;
  border-radius: 6px;
}
aside.main-sidebar .textwidget p {
  font-size: 14px;
}
aside.main-sidebar .textwidget select {
  color: #fff !important;
}
aside.main-sidebar .search-area {
  display: flex;
  flex-direction: column;
}
aside.main-sidebar .search-area button {
  margin-top: 5px;
}
aside.main-sidebar input.search_field {
  margin-bottom: 2px;
}
aside.main-sidebar input.search_field::placeholder {
  color: #fff;
}
aside.main-sidebar .calendar_wrap * {
  color: var(--calendar-color);
}
aside.main-sidebar .calendar_wrap a {
  color: var(--link-color);
  transition: color 0.3s;
}
aside.main-sidebar .calendar_wrap a:hover {
  color: var(--hover-link-color);
}
aside.main-sidebar .textwidget * {
  color: var(--text-widget-color);
}
aside.main-sidebar .textwidget img {
  width: 100%;
  height: auto;
}
aside.main-sidebar .textwidget a {
  color: var(--link-color);
  transition: color 0.3s;
}
aside.main-sidebar .textwidget a:hover {
  color: var(--hover-link-color);
}
aside.main-sidebar form {
  width: 100%;
}
aside.main-sidebar form select {
  width: 100%;
}
aside.main-sidebar .tagcloud > .tag-cloud-link {
  transition: color 0.3s;
  background-color: var(--color-primary);
  color: var(--color-grey);
}
aside.main-sidebar .tagcloud > .tag-cloud-link:hover {
  background-color: var(--color-primary);
  color: var(--color-grey);
}
aside.main-sidebar .rsswidget {
  color: var(--link-color);
  transition: color 0.3s;
}
aside.main-sidebar .rsswidget:hover {
  color: var(--hover-link-color);
}
aside.main-sidebar .menu-testing-menu-container .sub-menu {
  display: none;
}

.wp-block-archives-dropdown label {
  color: var(--label-color);
  margin-bottom: 16px;
}

.wp-caption-text {
  margin-bottom: 10px;
}

.calendar_wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: var(--content-background-color);
  padding: 15px;
  border-radius: 16px;
}
.calendar_wrap .wp-calendar-table {
  text-align: center;
}
.calendar_wrap .wp-calendar-table > caption {
  margin-bottom: 10px;
}
.calendar_wrap .wp-calendar-nav {
  text-align: unset;
  margin-top: 10px;
}
.calendar_wrap .wp-calendar-nav a {
  text-decoration: none;
}

.wp-block-calendar {
  max-width: 320px;
}
.wp-block-calendar caption {
  color: var(--color-white) !important;
}
.wp-block-calendar a {
  color: var(--color-white) !important;
  transition: color 0.3s;
}
.wp-block-calendar a:hover {
  color: var(--color-primary) !important;
}

.tagcloud a {
  margin-right: 8px;
}

.wp-block-tag-cloud,
.tagcloud {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-tag-cloud a,
.tagcloud a {
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 22px;
  justify-content: center;
  padding: 0 7px;
  width: max-content;
  text-decoration: none;
  transition: all 0.3s !important;
  margin-bottom: 8px;
  border-radius: 6px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  color: var(--color-grey);
}

.wp-block-latest-comments {
  clear: both;
}
.wp-block-latest-comments footer {
  max-width: unset;
  width: 100%;
  margin: unset;
}
@media screen and (max-width: 560px) {
  .wp-block-latest-comments {
    padding-left: 0 !important;
  }
}
.wp-block-latest-comments__comment-meta {
  margin-left: 0 !important;
}
.wp-block-latest-comments > li {
  list-style-type: none !important;
}
.wp-block-latest-comments > li > img {
  border-radius: 6px !important;
}

.wp-block-archives-list {
  clear: both;
}
.wp-block-archives-list li {
  list-style-type: none !important;
}
.wp-block-archives-list a {
  color: var(--color-white) !important;
  transition: color 0.3s;
}
.wp-block-archives-list a:hover {
  color: var(--color-primary) !important;
}

.wp-block-latest-posts {
  clear: both;
}
.wp-block-latest-posts li {
  list-style-type: none !important;
}
.wp-block-latest-posts a {
  color: var(--color-white) !important;
  transition: color 0.3s;
}
.wp-block-latest-posts a:hover {
  color: var(--color-primary) !important;
}

.wp-block-rss {
  clear: both;
}
.wp-block-rss li {
  list-style-type: none !important;
}
.wp-block-rss a {
  color: var(--color-white) !important;
  transition: color 0.3s;
}
.wp-block-rss a:hover {
  color: var(--color-primary) !important;
}

.wp-block-search {
  clear: both;
}

.wp-block-search button,
.searchform button {
  border-radius: 6px !important;
  border: none !important;
  background-color: var(--color-primary);
  transition: background-color 0.3s;
  color: var(--color-grey);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
  padding: 0 26px;
  text-transform: uppercase;
  cursor: pointer;
}
.wp-block-search button:hover,
.searchform button:hover {
  opacity: 0.9;
}

.icon {
  display: inline-flex;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.icon__menu {
  -webkit-mask-image: url("../images/menu-icon.svg");
  mask-image: url("../images/menu-icon.svg");
  width: 18px;
  height: 18px;
  background-color: var(--color-white);
}

.search-icon {
  background-image: url("../images/search-black.svg");
  height: 19px;
  width: 19px;
  display: inline-flex;
  background-color: unset;
}
.search-icon--white {
  background-image: url("../images/search-icon.svg");
}

.play-icon {
  display: inline-flex;
  mask-image: url("../images/play.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/play.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: var(--color-grey);
  height: 15px;
  width: 18px;
}

.paused-icon {
  display: inline-flex;
  mask-image: url("../images/pause.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/pause.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: var(--color-grey);
  height: 15px;
  width: 18px;
}

.header-cart-icon {
  display: inline-flex;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url("../images/Vectorcart.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/Vectorcart.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--color-grey);
  height: 20px;
  width: 20px;
  position: relative;
}
.header-cart-icon strong {
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 11px;
  color: var(--color-grey);
}
.header-cart-icon--white {
  background-color: var(--color-white);
}
.header-cart-icon--white strong {
  color: var(--color-white);
}

.mail-icon {
  background-image: url("../images/mail-icon.svg");
  height: 12px;
  width: 15px;
  display: inline-flex;
  background-color: unset;
}

.discord-icon {
  background-image: url(../images/discord.svg);
  width: 17px;
  height: 12px;
  display: flex;
  background-size: contain;
}

.twitch-icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url("../images/twitch.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/twitch.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #808191;
  width: 17px;
  height: 14px;
  display: flex;
}
.twitch-icon--white {
  background-color: var(--color-white);
}

.pin-angle-icon {
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url("../images/pin-angle.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/pin-angle.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: var(--color-grey);
  width: 14px;
  height: 14px;
}

.twitter-icon {
  background-image: url(../images/twitter.svg);
  width: 17px;
  height: 12px;
  display: flex;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.linkedin-icon {
  background-image: url(../images/linkedin.svg);
  width: 17px;
  height: 12px;
  display: flex;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.burger-icon {
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url("../images/burger.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/burger.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: var(--color-grey);
  width: 23px;
  height: 17px;
  display: inline-flex;
}
.burger-icon--white {
  background-color: var(--color-white);
}

.close-icon {
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url("../images/close.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/close.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: var(--color-white);
  width: 18px;
  height: 18px;
  display: inline-flex;
}

.angle-down-icon {
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url("../images/line-angle-down.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/line-angle-down.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: var(--color-white);
  width: 18px;
  height: 18px;
  display: inline-flex;
}

.roadmap__container {
  display: flex;
  grid-gap: 15px;
}
.roadmap__items {
  display: flex;
  grid-gap: 14px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .roadmap__items {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
.roadmap__item {
  background-color: var(--color-secondary);
  padding: 9px 15px;
  color: var(--color-white);
  font-weight: 500;
  font-size: 16px;
  border-radius: 16px;
  max-width: 390px;
  width: 100%;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .roadmap__item {
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .roadmap__item {
    max-width: 374px;
  }
}
.roadmap__item img {
  max-width: 100%;
}
.roadmap__item img.last-item {
  border-radius: 14px;
}
.roadmap__item--sm {
  height: 150px;
}
@media only screen and (max-width: 1024px) {
  .roadmap__item--sm {
    height: unset;
  }
}
.roadmap__item--md {
  height: 298px;
}
@media only screen and (max-width: 1024px) {
  .roadmap__item--md {
    height: unset;
  }
}
.roadmap__item--lg {
  height: 449px;
  margin-top: -147px;
}
@media only screen and (max-width: 1280px) {
  .roadmap__item--lg {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .roadmap__item--lg {
    height: unset;
  }
}
.roadmap__item--extra {
  max-width: 795px;
  cursor: pointer;
  height: 302px;
  padding: 0;
}
@media only screen and (max-width: 1280px) {
  .roadmap__item--extra {
    max-width: 760px;
  }
}
.roadmap__item--extra img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.roadmap__item--pink {
  background-color: #FF03B8;
}
.roadmap__item--pink2 {
  background-color: #FA03FF;
}
.roadmap__item--cyan {
  background-color: #2FE6FF;
}
.roadmap__item--dark {
  color: var(--color-grey);
}
.roadmap__item-meta {
  font-weight: bold;
  font-size: 20px;
  line-height: 126.8%;
  display: flex;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.roadmap__item-meta span {
  margin-left: auto;
  font-weight: 500;
  font-size: 16px;
}

.collection-details__avatar {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url("../images/hex-c1.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/hex-c1.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  margin-right: 30px;
  width: 118px;
  height: 129px;
  flex-shrink: 0;
  object-fit: cover;
}
.collection-details__meta h3 {
  font-weight: 500;
}
.collection-details__meta p {
  font-weight: bold;
  font-size: 14px;
}
.collection-details__info-block {
  width: 100%;
  margin-top: 56px;
  background-color: #3A3C45;
  border-radius: 16px;
  display: flex;
  grid-gap: 86px;
  padding: 30px;
}
@media only screen and (max-width: 1024px) {
  .collection-details__info-block {
    flex-direction: column;
    grid-gap: 30px;
  }
}
.collection-details__about-lc {
  color: var(--color-grey-ligher);
  max-width: 530px;
  width: 100%;
}
.collection-details__about-lc h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: var(--color-white);
  text-transform: uppercase;
  margin: 0 0 14px;
}
.collection-details__about-lc p {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.collection-details__about-socials {
  display: flex;
  grid-gap: 15px;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .collection-details__about-socials {
    flex-wrap: wrap;
  }
}
.collection-details__about-socials-item-mail {
  background-color: rgba(128, 129, 145, 0.28);
  padding: 5px 11px;
  border-radius: 8px;
  max-width: fit-content;
}
@media only screen and (max-width: 480px) {
  .collection-details__about-socials-item-mail {
    flex-shrink: 0;
    width: 100%;
    max-width: unset;
  }
}
.collection-details__about-socials-item-mail span {
  display: inline-flex;
  margin-right: 7px;
}
.collection-details__about-rc {
  display: flex;
  grid-gap: 60px;
}
@media only screen and (max-width: 480px) {
  .collection-details__about-rc {
    flex-direction: column;
    grid-gap: 30px;
  }
}
.collection-details__stats-block {
  display: flex;
  align-items: center;
}
.collection-details__stats-block-media {
  background-color: rgba(231, 86, 255, 0.28);
  padding: 9px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-right: 18px;
  flex-shrink: 0;
}
.collection-details__stats-block-media img {
  width: 16px;
  height: auto;
  object-fit: cover;
}
.collection-details__stats-block-meta {
  font-size: 14px;
  font-weight: bold;
}
.collection-details__stats-block-meta h3 {
  margin: 0;
  font-size: 36px;
  line-height: 45px;
  font-weight: 500;
}
.collection-details__stats-block-meta span {
  color: var(--color-primary);
}

.star-icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url("../images/star.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/star.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--color-primary);
  width: 12px;
  height: 10px;
}

.community-feedback__items {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
@media only screen and (max-width: 1280px) {
  .community-feedback__items {
    overflow-x: scroll;
    flex-wrap: unset;
  }
}
.community-feedback__items::-webkit-scrollbar {
  width: 2px;
}
.community-feedback__items::-webkit-scrollbar-track {
  border-radius: 10px;
  opacity: 0;
}
.community-feedback__items::-webkit-scrollbar-thumb {
  border-radius: 10px;
  opacity: 0;
}
.community-feedback__item {
  display: flex;
  width: 390px;
  height: 180px;
  padding: 20px;
  flex-direction: column;
  border-radius: 16px;
  background-color: var(--content-background-color);
  color: var(--color-grey-ligher);
  font-weight: 600;
  flex-shrink: 0;
}
@media only screen and (max-width: 480px) {
  .community-feedback__item {
    width: 100%;
    max-width: 390px;
  }
}
.community-feedback__item:hover {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  background-color: var(--color-primary);
  color: var(--color-grey);
}
.community-feedback__item:hover .star-icon {
  background-color: var(--color-grey);
}
.community-feedback__item:hover .heading-5 {
  color: var(--color-grey);
}
.community-feedback__item-stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}
.community-feedback__item-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}
.community-feedback__item-meta-avatar {
  margin-left: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url("../images/hex-c1.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/hex-c1.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  width: 36px;
  height: 42px;
  flex-shrink: 0;
  object-fit: cover;
}

.faq {
  display: flex;
}
@media only screen and (max-width: 1280px) {
  .faq {
    flex-direction: column;
  }
}
.faq__element-block {
  margin: 0;
  padding: 26px;
  border-radius: 10px;
  background-color: var(--content-background-color);
  transition: max-height 0.2s ease-in-out;
  max-height: 500px;
  color: #919faa;
}
@media only screen and (max-width: 480px) {
  .faq__element-block {
    margin-left: 0;
  }
}
.faq__element-block:not(:first-child) {
  margin-top: 15px;
}
.faq__element-block.collapsed {
  max-height: 50px;
  overflow: hidden;
  background-color: unset;
}
.faq__element-block.collapsed .heading-6 {
  color: var(--color-grey-ligher);
}
.faq__col-l {
  width: 340px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media only screen and (max-width: 1280px) {
  .faq__col-l {
    width: 100%;
    margin-bottom: 20px;
  }
}
.faq__element-text {
  display: flex;
  min-height: 60px;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
.faq__element-text .text-block-3 {
  padding-bottom: 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  height: 100%;
  overflow-y: scroll;
}
.faq__element-text .text-block-3::-webkit-scrollbar {
  width: 2px;
}
.faq__element-text .text-block-3::-webkit-scrollbar-track {
  border-radius: 10px;
  opacity: 0;
}
.faq__element-text .text-block-3::-webkit-scrollbar-thumb {
  border-radius: 10px;
  opacity: 0;
}
.faq__element-text.show {
  opacity: 1;
}
.faq__elemenet-text-line {
  width: 4px;
  height: 40px;
  margin-right: 20px;
  background-color: var(--color-primary);
}

.faq-colr {
  width: 100%;
}
.faq-colr .list {
  color: var(--color-grey-ligher);
  font-size: 22px;
  font-weight: 700;
  list-style-type: none;
}
@media only screen and (max-width: 1280px) {
  .faq-colr .list {
    padding-left: 0;
  }
}
.faq-colr .list-item {
  margin-bottom: 18px;
}
@media only screen and (max-width: 480px) {
  .faq-colr .list-item h3 {
    font-size: 16px;
    line-height: 137.5%;
  }
}
@media only screen and (max-width: 480px) {
  .faq-colr .list-item .text-block-3 {
    font-size: 14px;
    line-height: 184%;
  }
}
.faq-colr__heading {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #f0f2f6;
  font-size: 22px;
  line-height: 1;
}

.featured-collections {
  display: flex;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1280px) {
  .featured-collections {
    overflow-x: scroll;
    flex-wrap: unset;
  }
}
.featured-collections::-webkit-scrollbar {
  width: 2px;
}
.featured-collections::-webkit-scrollbar-track {
  border-radius: 10px;
  opacity: 0;
}
.featured-collections::-webkit-scrollbar-thumb {
  border-radius: 10px;
  opacity: 0;
}
.featured-collections__item {
  display: flex;
  width: 390px;
  height: 460px;
  flex-direction: column;
  border-radius: 16px;
  background-color: var(--content-background-color);
  color: var(--color-grey-ligher);
  font-weight: 600;
  flex-shrink: 0;
}
@media only screen and (max-width: 480px) {
  .featured-collections__item {
    width: 100%;
    height: auto;
    max-width: 390px;
  }
}
.featured-collections__media {
  overflow: hidden;
  width: 100%;
  height: 190px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 16px;
  background-color: #ccc;
}
@media only screen and (max-width: 480px) {
  .featured-collections__media {
    height: 160px;
  }
}
.featured-collections__content {
  height: 100%;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.featured-collections__avatar {
  width: 61px;
  height: 68px;
  margin-bottom: 6px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--content-background-color);
  padding: 5px;
  mask-image: url("../images/hex-c1.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/hex-c1.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  margin-top: -30px;
  display: flex;
}
.featured-collections__avatar img {
  height: 100%;
  object-fit: cover;
}
.featured-collections__avatar-inner {
  width: 56px;
  height: 63px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--content-background-color);
  mask-image: url("../images/hex-c1.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/hex-c1.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.featured-collections__author-name {
  color: var(--color-primary);
  text-decoration: none;
}
.featured-collections__description {
  margin-top: 5px;
  font-size: 16px;
  line-height: 138%;
}
.featured-collections__name {
  margin-top: 20px;
  margin-bottom: 2px;
  color: #f0f2f6;
  font-weight: 500;
}
.featured-collections__bottom-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.featured-collections__bottom-stats-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f0f2f6;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .featured-collections__bottom-stats-p {
    font-size: 14px;
  }
}
.featured-collections__bottom-stats-s {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .featured-collections__bottom-stats-s {
    font-size: 12px;
  }
}
.featured-collections__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .featured-collections__bottom .btn {
    font-size: 12px;
    padding: 4px 8px;
  }
}

.form {
  display: block;
  max-width: 400px;
  width: 100%;
  height: 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;
  border-radius: 8px;
  background-color: transparent;
}
.form__search-marketplace {
  display: flex;
  height: 46px;
  background-color: var(--color-grey);
  max-width: 336px;
  color: var(--color-white);
  width: 100%;
  border-radius: 10px;
  align-items: center;
  padding: 14px;
  margin-top: 30px;
}
.form__search-marketplace .search-icon {
  margin-right: 10px;
}
.form__search-marketplace-input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.form__search-marketplace-input::placeholder {
  color: var(--color-white);
}
.form__newsletter-input {
  width: 100%;
  height: 100%;
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  color: var(--color-grey);
  font-size: 14px;
  font-weight: 700;
}
.form__newsletter-button {
  width: 100%;
  height: 100%;
  max-width: 160px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.form__newsletter-button--grey {
  background-color: var(--color-grey);
  color: #f0f2f6;
  text-transform: uppercase;
  border: 0;
  display: inline-block;
  padding: 6px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.form__newsletter-button--green {
  background-color: var(--color-primary);
  color: var(--color-grey);
}
.form__newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  border-radius: 8px;
  background-color: rgba(31, 33, 40, 0.11);
}
@media only screen and (max-width: 480px) {
  .form__newsletter {
    background-color: unset;
    height: auto;
    flex-direction: column;
  }
  .form__newsletter .form__newsletter-input {
    background-color: rgba(31, 33, 40, 0.11);
    height: 46px;
    border-radius: 8px;
  }
  .form__newsletter .btn.btn--yellow {
    height: 46px;
    max-width: 100%;
    border-radius: 8px;
  }
}
.form__newsletter--green {
  background-color: #f0f2f6;
}
@media only screen and (max-width: 480px) {
  .form__newsletter--green {
    background-color: unset;
  }
  .form__newsletter--green .form__newsletter-input {
    background-color: #f0f2f6;
  }
  .form__newsletter--green .form__newsletter-button--grey {
    height: 46px;
    max-width: 100%;
    border-radius: 8px;
  }
}
.form__newsletter--footer {
  margin-top: 40px;
}

.link {
  color: var(--color-grey);
  text-decoration: none;
}

.link.form__newsletter-link--green {
  color: #cccdd2;
}

.link-2 {
  color: var(--color-grey);
  text-decoration: none;
}

.link-2.form__newsletter-link--green {
  color: #cccdd2;
}

.form-control {
  font-weight: bold;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 8px;
}
.form-control--sidebar-checkbox {
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: var(--color-grey-ligher);
  cursor: pointer;
}
.form-control--sidebar-checkbox input[type=checkbox]:checked + span {
  color: var(--color-white);
}
.form-control input[type=checkbox] {
  appearance: none;
  background-color: var(--color-grey-ligher);
  margin: 0;
  font: inherit;
  color: #ccc;
  width: 13px;
  height: 13px;
  border-radius: 4px;
  display: flex;
}
.form-control input[type=checkbox]::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 4px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: var(--color-primary);
}
.form-control input[type=checkbox]:checked::before {
  transform: scale(1);
}

.tnp-subscription-nft {
  max-width: 400px;
}
.tnp-subscription-nft .sub-nft {
  display: flex;
}
.tnp-subscription-nft .tnp-button {
  cursor: pointer;
}
.tnp-subscription-nft .tnp-field-button {
  background-color: var(--color-grey);
  color: #f0f2f6;
  border: 0;
  padding: 6px 18px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  position: relative;
  left: -10px;
}
.tnp-subscription-nft .tnp-field-email {
  height: 46px;
  width: 100%;
  border-radius: 8px 0 0 8px;
  background-color: rgba(31, 33, 40, 0.11);
}
.tnp-subscription-nft input[type=submit] {
  border: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  vertical-align: middle;
  background: transparent;
}
.tnp-subscription-nft input[type=text],
.tnp-subscription-nft input[type=email] {
  width: 100%;
  height: 100%;
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  color: var(--color-grey);
  font-size: 14px;
  font-weight: 700;
  outline: none;
  padding: 8px 12px;
  display: block;
  line-height: 1.428571429;
  margin-bottom: 10px;
}
.tnp-subscription-nft .checkbox-label {
  color: var(--color-grey);
}
.tnp-subscription-nft .checkbox-label .link,
.tnp-subscription-nft .checkbox-label .link-2 {
  color: var(--color-grey);
  text-decoration: underline;
}
.tnp-subscription-nft--primary .tnp-field-email {
  background-color: var(--color-white);
}
.tnp-subscription-nft--primary .tnp-field-button {
  background-color: var(--color-primary);
  color: var(--color-grey);
}
.tnp-subscription-nft--primary .checkbox-label {
  color: var(--color-white);
}
.tnp-subscription-nft--primary .checkbox-label .link,
.tnp-subscription-nft--primary .checkbox-label .link-2 {
  color: var(--color-white);
}

.wp-block-search__input {
  height: 46px;
  border-radius: 8px;
  outline: none;
  border: 1px none #000;
  color: var(--color-grey);
  padding: 10px 20px;
}

.wp-block-search label,
.searchform label {
  color: var(--label-color);
  font-size: var(--label-font-size) !important;
  margin-bottom: 16px;
  display: block;
}
.wp-block-search__inside-wrapper,
.searchform__inside-wrapper {
  border-radius: 6px;
  background-color: var(--color-white);
  height: var(--container-height);
}
.wp-block-search input,
.searchform input {
  outline: none;
  background-color: var(--color-white);
  border: none !important;
  padding: 10px 16px;
  color: var(--color-grey);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
}
.wp-block-search input::placeholder,
.searchform input::placeholder {
  color: var(--color-grey);
}
.wp-block-search button,
.searchform button {
  margin-left: -15px;
  text-transform: uppercase;
  border: 0;
  display: inline-block;
  padding: 6px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  background-color: var(--color-primary);
  color: var(--color-grey);
}

.wpcf7-form textarea {
  box-sizing: border-box;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.07);
  border: 0;
  outline: none;
  resize: none;
  color: var(--color-white);
  padding: 10px;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 640px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .hero {
    height: unset;
    padding-bottom: 40px;
  }
}
.hero__newsletter-block {
  margin-top: 15px;
}
.hero__blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  justify-content: flex-start;
}
.hero__blocks--center {
  justify-content: center;
}
.hero__blocks--center-v {
  height: 100%;
  margin-top: -43px;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .hero__blocks {
    margin-top: 15px;
  }
}
.hero__blocks--roadmap {
  margin-top: 112px;
}
.hero__intro {
  width: 100%;
  max-width: 590px;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}
.hero__intro-title {
  color: #f0f2f6;
  font-size: 46px;
  line-height: 58px;
}
@media only screen and (max-width: 480px) {
  .hero__intro-title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 320px) {
  .hero__intro-title {
    font-size: 32px;
    line-height: 142%;
  }
}
.hero__intro-cta {
  display: flex;
  margin-top: 36px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
@media only screen and (max-width: 480px) {
  .hero__intro-cta {
    flex-direction: column;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
}
@media only screen and (max-width: 480px) {
  .hero__intro-cta a {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.hero__intro-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 130px;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
}
@media only screen and (max-width: 991px) {
  .hero__intro-stats {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
  }
}
.hero__intro-stats--mt55 {
  margin-top: 55px;
}
@media only screen and (max-width: 480px) {
  .hero__intro-stats {
    margin-top: 64px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
  }
}
.hero__intro-stats-item {
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.hero__intro-stats-number {
  height: 46px;
  font-size: 36px;
  line-height: 45px;
}
@media only screen and (max-width: 480px) {
  .hero__intro-stats-number {
    font-size: 28px;
    line-height: 126%;
    height: auto;
  }
}
.hero__intro-stats-text {
  margin-top: 2px;
  color: var(--color-white);
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 480px) {
  .hero__intro-stats-text {
    font-size: 12px;
    line-height: 126%;
  }
}
.hero__intro-stats-spacer {
  width: 3px;
  height: 26px;
  margin-top: 11px;
  margin-right: 17px;
  background-color: var(--color-primary);
}
.hero__nft-placeholder-img {
  position: absolute;
  width: 703px;
  height: 634px;
  background-image: url("../images/nft-png-skele.png");
  background-position: 60% 40%;
  background-size: 100%;
  background-repeat: no-repeat;
  right: -120px;
  bottom: 0;
}
@media only screen and (max-width: 1280px) {
  .hero__nft-placeholder-img {
    display: none;
  }
}
.hero__nft-placeholder-img--roadmap {
  background-size: 500px;
  background-position: center;
  right: -90px;
}

.marketplace__items {
  display: flex;
  align-items: center;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
}
.marketplace__items--wrap {
  flex-wrap: wrap;
}
@media only screen and (max-width: 1280px) {
  .marketplace__items {
    overflow-x: scroll;
    align-content: unset;
  }
}
.marketplace__items::-webkit-scrollbar {
  width: 2px;
}
.marketplace__items::-webkit-scrollbar-track {
  border-radius: 10px;
  opacity: 0;
}
.marketplace__items::-webkit-scrollbar-thumb {
  border-radius: 10px;
  opacity: 0;
}
.marketplace__items--wrap {
  -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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.marketplace__item {
  width: 290px;
  height: 440px;
  border-radius: 12px;
  background-color: var(--content-background-color);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.marketplace__image {
  overflow: hidden;
  height: 300px;
  border-radius: 12px;
  background-color: #34353b;
  position: relative;
  flex-shrink: 0;
}
.marketplace__image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.marketplace__add-to-wish {
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 10px;
  padding: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  color: var(--color-white);
  font-size: 12px;
  display: flex;
  align-items: center;
  grid-gap: 5px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.marketplace__add-to-wish:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.marketplace__meta {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.marketplace__meta-item {
  display: flex;
  padding: 15px;
  align-items: center;
  height: 100%;
}
.marketplace__meta-title {
  font-size: 16px;
  margin: 0;
  line-height: 138%;
}
.marketplace__meta-title a {
  color: var(--color-white);
}
.marketplace__meta-author {
  display: flex;
  flex-direction: column;
}
.marketplace__meta-author-link-to {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  color: var(--color-white);
  -webkit-transition: color 100ms ease;
  -moz-transition: color 100ms ease;
  -ms-transition: color 100ms ease;
  -o-transition: color 100ms ease;
  transition: color 100ms ease;
}
.marketplace__meta-author-link-to:hover {
  color: var(--color-primary);
}
.marketplace__meta-author-img {
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-left: auto;
  background-color: transparent;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}
.marketplace__favs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.marketplace__additional {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}
.marketplace__additional-first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}
.marketplace__audio {
  position: relative;
  z-index: 11;
}
.marketplace__audio audio {
  height: 15px;
  display: none;
}
.marketplace__audio video {
  border-radius: 0;
  width: 100%;
  height: 300px;
  position: absolute;
  top: -300px;
  background-color: #000;
}
.marketplace__audio-txt {
  display: none;
}
.marketplace__audio-play {
  position: absolute;
  right: 0;
  top: -18px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  padding: 10px;
  background: var(--color-white);
  color: #000;
  line-height: 1;
  border-radius: 6px;
}
.marketplace__audio-play--single {
  top: -25px;
}

.marketplace_go-to {
  display: flex;
  padding: 20px 15px;
  align-items: center;
  border-style: solid none none;
  border-width: 2px 1px 1px;
  border-color: rgba(255, 255, 255, 0.1);
  margin-top: auto;
}

.news__list {
  grid-gap: 15px;
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.news__list--columns {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .news__list {
    grid-template-columns: 1fr;
  }
  .news__list--columns {
    grid-template-columns: unset;
  }
}
@media only screen and (max-width: 480px) {
  .news__list {
    gap: 12px;
  }
}
@media only screen and (max-width: 375px) {
  .news__list {
    gap: 0;
  }
  .news__list > :not(:last-child) {
    margin-bottom: 12px;
  }
}
.news__card {
  display: flex;
  border-radius: 16px;
  background-color: var(--content-background-color);
  flex-direction: column;
  min-width: 0;
}
.news__media {
  overflow: hidden;
  width: 100%;
  max-height: fit-content;
  flex: 0 0 auto;
  border-radius: 16px;
}
.news__media a {
  text-align: center;
  display: block;
}
.news__media img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.news__content {
  padding: 18px;
  color: var(--color-grey-ligher);
  font-weight: 600;
  width: 100%;
}
.news__card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.news__card-meta {
  color: var(--color-grey-ligher);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.news .sticky {
  margin-right: 5px;
  padding-right: 6px;
  padding-left: 6px;
  border-radius: 8px;
  background-color: var(--color-secondary);
  color: #fcfcfc;
  font-size: 10px;
  line-height: 15px;
}
.news__card-labels {
  display: flex;
  grid-gap: 6px;
  margin-left: auto;
}
.news__card-label {
  display: flex;
  align-items: center;
  grid-gap: 4px;
  padding: 2px 6px;
  border-radius: 6px;
  background-color: var(--color-primary);
  color: var(--color-grey);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.news__card-label a {
  color: var(--color-grey);
}

.promo-banner {
  height: 150px;
  padding-top: 36px;
  padding-right: 46px;
  padding-left: 46px;
  border-radius: 16px;
  background-color: #e12a89;
  background-image: url("../images/banner-promo.jpeg");
  background-position: 0px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1280px) {
  .promo-banner {
    background-size: cover;
  }
}
@media only screen and (max-width: 991px) {
  .promo-banner {
    height: auto;
    width: 100%;
    background-image: unset;
    background-size: cover;
    padding: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .promo-banner {
    padding: 40px 20px;
  }
}
.promo-banner__title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-size: 28px;
}
@media only screen and (max-width: 480px) {
  .promo-banner__title {
    font-size: 18px;
  }
}

.promo-banner-fw {
  height: 345px;
  padding-left: 62px;
  border-radius: 16px;
  background-color: #f0f2f6;
  background-size: 100%;
  color: var(--color-grey);
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.promo-banner-fw .heading-3 {
  color: var(--color-grey);
}
.promo-banner-fw .btn {
  width: fit-content;
}
@media only screen and (max-width: 991px) {
  .promo-banner-fw {
    height: auto;
    width: 100%;
    background-image: unset;
    padding: 40px;
    background-size: cover;
  }
}
@media only screen and (max-width: 480px) {
  .promo-banner-fw {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .promo-banner-fw .block-title-inline {
    justify-content: center;
    align-content: center;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .promo-banner-fw .block-title-inline h4 {
    letter-spacing: 2.5px;
  }
}
@media only screen and (max-width: 480px) {
  .promo-banner-fw .form__newsletter-button--grey,
.promo-banner-fw .btn.btn--black.btn--xl {
    width: 100%;
    max-width: unset;
    height: 46px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.promo-banner-fw.promo-banner-fw--color {
  background-image: url("../images/pb1-f1.jpeg");
}

.heading-3 {
  letter-spacing: 5.5px;
}

.promo-banner-fw__heading {
  max-width: 670px;
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 47px;
  font-weight: 600;
}
@media only screen and (max-width: 480px) {
  .promo-banner-fw__heading {
    text-align: center;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 40px;
  }
}

.promo-banner-fw__heading.promo-banner-fw__heading-color {
  max-width: 640px;
  color: #f0f2f6;
  font-size: 32px;
  line-height: 41px;
}
@media only screen and (max-width: 991px) {
  .promo-banner-fw__heading.promo-banner-fw__heading-color {
    font-size: 18px;
    line-height: 126%;
    max-width: 440px;
  }
}

/**
 * woocommerce.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
:root {
  --woocommerce: #a46497;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #ff5935;
  --wc-primary-text: white;
  --wc-secondary: white;
  --wc-secondary-text: #a1402b;
  --wc-highlight: #35ffbe;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
}

/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/**
 * woocommerce-smallscreen.scss
 * Optimises the default WooCommerce frontend layout when viewed on smaller screens.
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
:root {
  --woocommerce: #a46497;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #ff5935;
  --wc-primary-text: white;
  --wc-secondary: white;
  --wc-secondary-text: #a1402b;
  --wc-highlight: #35ffbe;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
}

/**
 * Style begins
 */
.woocommerce,
.woocommerce-page {
  /**
   * General layout
   */
  /**
   * Products
   */
  /**
   * Product Details
   */
  /**
   * Cart
   */
  /**
   * Checkout
   */
  /**
   * Account
   */
}
.woocommerce table.shop_table_responsive thead,
.woocommerce-page table.shop_table_responsive thead {
  display: none;
}
.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
  border-top: 0;
}
.woocommerce table.shop_table_responsive tbody th,
.woocommerce-page table.shop_table_responsive tbody th {
  display: none;
}
.woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
  display: block;
}
.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
  display: block;
  text-align: right !important;
}
.woocommerce table.shop_table_responsive tr td.order-actions,
.woocommerce-page table.shop_table_responsive tr td.order-actions {
  text-align: left !important;
}
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  font-weight: 700;
  float: left;
}
.woocommerce table.shop_table_responsive tr td.product-remove::before, .woocommerce table.shop_table_responsive tr td.actions::before,
.woocommerce-page table.shop_table_responsive tr td.product-remove::before,
.woocommerce-page table.shop_table_responsive tr td.actions::before {
  display: none;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: rgba(0, 0, 0, 0.025);
}
.woocommerce table.my_account_orders tr td.order-actions,
.woocommerce-page table.my_account_orders tr td.order-actions {
  text-align: left;
}
.woocommerce table.my_account_orders tr td.order-actions::before,
.woocommerce-page table.my_account_orders tr td.order-actions::before {
  display: none;
}
.woocommerce table.my_account_orders tr td.order-actions .button,
.woocommerce-page table.my_account_orders tr td.order-actions .button {
  float: none;
  margin: 0.125em 0.25em 0.125em 0;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
}
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
  width: 48%;
  float: left;
  clear: both;
  margin: 0 0 2.992em;
}
.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
  float: right;
  clear: none !important;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.images,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.images,
.woocommerce-page #content div.product div.summary {
  float: none;
  width: 100%;
}
.woocommerce table.cart .product-thumbnail,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail {
  display: none;
}
.woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
  text-align: left;
}
.woocommerce table.cart td.actions .coupon,
.woocommerce #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon {
  float: none;
  *zoom: 1;
  padding-bottom: 0.5em;
}
.woocommerce table.cart td.actions .coupon::before, .woocommerce table.cart td.actions .coupon::after,
.woocommerce #content table.cart td.actions .coupon::before,
.woocommerce #content table.cart td.actions .coupon::after,
.woocommerce-page table.cart td.actions .coupon::before,
.woocommerce-page table.cart td.actions .coupon::after,
.woocommerce-page #content table.cart td.actions .coupon::before,
.woocommerce-page #content table.cart td.actions .coupon::after {
  content: " ";
  display: table;
}
.woocommerce table.cart td.actions .coupon::after,
.woocommerce #content table.cart td.actions .coupon::after,
.woocommerce-page table.cart td.actions .coupon::after,
.woocommerce-page #content table.cart td.actions .coupon::after {
  clear: both;
}
.woocommerce table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce #content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
  width: 48%;
  box-sizing: border-box;
}
.woocommerce table.cart td.actions .coupon .input-text + .button,
.woocommerce table.cart td.actions .coupon .button.alt,
.woocommerce #content table.cart td.actions .coupon .input-text + .button,
.woocommerce #content table.cart td.actions .coupon .button.alt,
.woocommerce-page table.cart td.actions .coupon .input-text + .button,
.woocommerce-page table.cart td.actions .coupon .button.alt,
.woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
.woocommerce-page #content table.cart td.actions .coupon .button.alt {
  float: right;
}
.woocommerce table.cart td.actions .button,
.woocommerce #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button {
  display: block;
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;
  float: none;
  text-align: left;
}
.woocommerce.woocommerce-checkout form.login .form-row,
.woocommerce-page.woocommerce-checkout form.login .form-row {
  width: 100%;
  float: none;
}
.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
  text-align: left;
  padding: 0;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1em;
}
.woocommerce .lost_reset_password .form-row-first,
.woocommerce .lost_reset_password .form-row-last,
.woocommerce-page .lost_reset_password .form-row-first,
.woocommerce-page .lost_reset_password .form-row-last {
  width: 100%;
  float: none;
  margin-right: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}

/**
 * Twenty Thirteen specific styles
 */
.single-product .twentythirteen .panel {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/**
 * Global styles
 */
.wc-site-content {
  display: flex;
}

p.demo_store,
.woocommerce-store-notice {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: var(--color-primary);
  color: white;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
  display: none;
}
p.demo_store a,
.woocommerce-store-notice a {
  color: white;
  text-decoration: underline;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.admin-bar p.demo_store {
  top: 32px;
}

/**
 * Utility classes
 */
.clear {
  clear: both;
}

/**
 * Main WooCommerce styles
 */
.woocommerce {
  /**
   * Product Page
   */
  /**
   * Product loops
   */
  /**
   * Buttons
   */
  /**
   * Reviews
   */
  /**
   * Star ratings
   */
  /**
   * Tables
   */
  /**
   * Cart sidebar
   */
  /**
   * Forms
   */
  /**
   * Order page
   */
  /**
   * Layered nav widget
   */
  /**
   * Price filter widget
   */
  /**
   * Rating Filter Widget
   */
}
.woocommerce .blockUI.blockOverlay {
  position: relative;
}
.woocommerce .blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url("../images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce .loader::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url("../images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
.woocommerce a.remove:hover {
  color: #fff !important;
  background: red;
}
.woocommerce small.note {
  display: block;
  color: #767676;
  font-size: 0.857em;
  margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 20px 0;
  *zoom: 1;
  padding: 0;
  font-size: 0.92em;
  color: #767676;
}
.woocommerce .woocommerce-breadcrumb::before, .woocommerce .woocommerce-breadcrumb::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-breadcrumb::after {
  clear: both;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #767676;
  margin: 0 5px;
  text-decoration: none;
}
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  height: 100%;
  border-radius: 8px;
  outline: none;
  border: 0;
}
.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
}
.woocommerce div.product:not(.marketplace__item) {
  width: 100%;
}
.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
  color: #fff;
}
.woocommerce div.product span.price,
.woocommerce div.product p.price {
  color: var(--color-white);
  font-style: normal;
  font-weight: 500;
}
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
  background: inherit;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}
.woocommerce div.product span.price del,
.woocommerce div.product p.price del {
  font-size: 12px;
  opacity: 0.5;
  display: inline-block;
}
.woocommerce div.product span.price del span,
.woocommerce div.product p.price del span {
  font-size: unset;
}
.woocommerce div.product p.stock {
  font-size: 0.92em;
}
.woocommerce div.product .stock {
  color: var(--color-white);
  margin: 10px 5px;
}
.woocommerce div.product .out-of-stock {
  color: var(--color-primary);
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
}
.woocommerce div.product div.images {
  margin-bottom: 2em;
}
.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
  position: relative;
  left: 10px;
}
.woocommerce div.product div.images div.thumbnails {
  padding-top: 1em;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  display: flex;
  position: relative;
  max-width: 560px;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
  order: 2;
  max-width: 450px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  width: 100%;
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #fff;
  opacity: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
  border: 1px solid rgba(255, 255, 255, 0.03);
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  transform: rotate(-45deg);
  box-sizing: content-box;
}
.woocommerce div.product div.images .flex-control-thumbs {
  zoom: 1;
  order: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
  margin: 0 15px 0 0;
  overflow: hidden;
  min-width: 80px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100%;
  margin: 0;
  list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 0.5;
  margin: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1;
}
.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: left;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: left;
}
.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: left;
}
.woocommerce div.product div.summary {
  margin-bottom: 2em;
}
.woocommerce div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
.woocommerce div.product div.social span {
  margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span {
  margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  display: flex;
  grid-gap: 0;
}
@media screen and (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    flex-direction: column;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin-right: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.5em 0;
  font-weight: 700;
  color: var(--color-white);
  text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: var(--color-grey-ligher);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  z-index: 2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--color-white);
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: underline;
  text-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}
.woocommerce div.product p.cart {
  margin-bottom: 2em;
  *zoom: 1;
}
.woocommerce div.product p.cart::before, .woocommerce div.product p.cart::after {
  content: " ";
  display: table;
}
.woocommerce div.product p.cart::after {
  clear: both;
}
.woocommerce div.product form.cart {
  display: flex;
  margin-bottom: 2em;
}
.woocommerce div.product form.cart div.quantity {
  margin: 0 4px 0 0;
}
.woocommerce div.product form.cart table {
  border-width: 0 0 1px;
}
.woocommerce div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity {
  margin: 0;
}
.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  line-height: 2em;
  vertical-align: top;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 700;
  text-align: left;
}
.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
}
.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: 0.83em;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: 0.5em;
  border: 0;
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: 4em;
  text-align: center;
}
.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  transform: scale(1.5, 1.5);
}
.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -0.5em;
  left: -0.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #35ffbe;
  color: white;
  font-size: 0.857em;
  z-index: 9;
}
.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0;
  padding: 0;
  list-style: none outside;
  clear: both;
  *zoom: 1;
}
.woocommerce .products ul::before, .woocommerce .products ul::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  content: " ";
  display: table;
}
.woocommerce .products ul::after,
.woocommerce ul.products::after {
  clear: both;
}
.woocommerce .products ul li,
.woocommerce ul.products li {
  list-style: none outside;
}
.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -0.5em -0.5em 0 0;
}
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
}
.woocommerce ul.products li.product a {
  text-decoration: none;
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
}
.woocommerce ul.products li.product strong {
  display: block;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
  border: 1px solid rgba(255, 255, 255, 0.03);
}
.woocommerce ul.products li.product .star-rating {
  font-size: 0.857em;
}
.woocommerce ul.products li.product .button {
  margin-top: 1em;
}
.woocommerce ul.products li.product .price {
  color: #35ffbe;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5em;
  font-size: 0.857em;
}
.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: 0.5;
  display: inline-block;
}
.woocommerce ul.products li.product .price ins {
  background: none;
  font-weight: 700;
  display: inline-block;
}
.woocommerce ul.products li.product .price .from {
  font-size: 0.67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: rgba(129, 179, 163, 0.5);
}
.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
}
.woocommerce nav.woocommerce-pagination {
  margin-top: 30px;
}
.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  grid-gap: 5px;
  padding: 0;
  margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  user-select: none;
  list-style: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: var(--color-white);
  font-size: 12px;
  border: 2px solid #484951;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
  background-color: #484951;
  color: var(--color-white);
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: var(--color-white);
  background-color: var(--color-grey-ligher);
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce #respond input#submit.loading {
  opacity: 0.25;
  padding-right: 2.618em;
}
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.woocommerce #respond input#submit.loading::after {
  font-family: "WooCommerce";
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 0.618em;
  right: 1em;
  animation: spin 2s linear infinite;
}
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after,
.woocommerce #respond input#submit.added::after {
  font-family: "WooCommerce";
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  opacity: 0.8;
  text-decoration: none;
  background-image: none;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
  background-color: var(--color-primary);
  border: none;
  color: var(--color-grey);
  cursor: pointer;
  border-radius: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  outline: none;
  padding: 6px 15px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover {
  opacity: 0.7;
}
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover {
  background-color: var(--color-grey);
  color: white;
}
.woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
  padding: 0.618em 1em;
}
.woocommerce a.button:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover {
  color: inherit;
  opacity: 0.8;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none;
}
.woocommerce a.added_to_cart {
  padding-top: 0.5em;
  display: inline-block;
}
.woocommerce #reviews h2 small {
  float: right;
  color: #767676;
  font-size: 15px;
  margin: 10px 0 0;
}
.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #767676;
}
.woocommerce #reviews h3 {
  margin: 0;
}
.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
.woocommerce #reviews #comment {
  height: 75px;
}
.woocommerce #reviews #comments .add_review {
  *zoom: 1;
}
.woocommerce #reviews #comments .add_review::before, .woocommerce #reviews #comments .add_review::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments .add_review::after {
  clear: both;
}
.woocommerce #reviews #comments h2 {
  clear: none;
  color: #fff;
  margin: 0 0 30px;
}
.woocommerce #reviews #comments ol.commentlist {
  *zoom: 1;
  margin: 0;
  width: 100%;
  background: none;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist::before, .woocommerce #reviews #comments ol.commentlist::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
  color: #767676;
  font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  top: 0;
  left: 0;
  border: 0;
  margin: 0;
  float: left;
  position: absolute;
  background: var(--color-grey);
  padding: 2px;
  width: 32px;
  height: auto;
  box-shadow: none;
  border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 0;
  border-radius: 4px;
  padding: 1em 1em 0;
  background-color: rgba(255, 255, 255, 0.05);
  *zoom: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::before, .woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  color: var(--color-white);
  font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
  border: 1px solid #fdf3f1;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li::before {
  content: "";
}
.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: "star";
}
.woocommerce .star-rating::before {
  content: "sssss";
  color: #fad9d1;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .woocommerce-product-rating {
  *zoom: 1;
  line-height: 2;
  display: block;
}
.woocommerce .woocommerce-product-rating::before, .woocommerce .woocommerce-product-rating::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-product-rating::after {
  clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}
.woocommerce .products .star-rating {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}
.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}
.woocommerce #review_form #respond {
  *zoom: 1;
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond::before, .woocommerce #review_form #respond::after {
  content: " ";
  display: table;
}
.woocommerce #review_form #respond::after {
  clear: both;
}
.woocommerce #review_form #respond p {
  margin: 0 0 10px;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.07);
  border: 0;
  outline: none;
  resize: none;
  color: var(--color-white);
  padding: 10px;
}
.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  color: var(--color-white);
}
.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "WooCommerce";
  content: "\e021";
  text-indent: 0;
}
.woocommerce p.stars a:hover ~ a::before {
  content: "\e021";
}
.woocommerce p.stars:hover a::before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active::before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active ~ a::before {
  content: "\e021";
}
.woocommerce p.stars.selected a:not(.active)::before {
  content: "\e020";
}
.woocommerce table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
  text-align: left;
}
.woocommerce table.shop_attributes th {
  width: 1%;
  font-weight: 700;
  border-top: 0;
  border-bottom: 1px dotted var(--content-background-color);
  margin: 0;
  line-height: 1.5;
  color: #fff;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce table.shop_attributes td {
  font-style: italic;
  padding: 0;
  color: var(--color-white);
  border-top: 0;
  border-bottom: 1px dotted var(--content-background-color);
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.shop_table {
  border: 1px solid var(--content-background-color);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
.woocommerce table.shop_table th {
  border: 1px solid var(--content-background-color);
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
}
.woocommerce table.shop_table td {
  border: 1px solid var(--content-background-color);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
.woocommerce table.shop_table td small {
  font-weight: normal;
}
.woocommerce table.shop_table td del {
  font-weight: normal;
}
.woocommerce table.shop_table tbody:first-child tr:first-child th,
.woocommerce table.shop_table tbody:first-child tr:first-child td {
  border-top: 0;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tbody th {
  font-weight: 700;
  border-top: 1px solid var(--content-background-color);
}
.woocommerce table.my_account_orders {
  font-size: 0.85em;
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
  padding: 4px 8px;
  vertical-align: middle;
}
.woocommerce table.my_account_orders .button {
  white-space: nowrap;
}
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
  vertical-align: top;
  text-align: center;
}
.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
  text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
  text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
  content: "↓";
  display: inline-block;
}
.woocommerce td.product-name dl.variation,
.woocommerce td.product-name .wc-item-meta {
  list-style: none outside;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
  float: left;
  clear: both;
  margin-right: 0.25em;
  display: inline-block;
  list-style: none outside;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name .wc-item-meta dd {
  margin: 0;
}
.woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child,
.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child {
  margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification {
  font-size: 0.83em;
}
.woocommerce td.product-quantity {
  min-width: 80px;
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  *zoom: 1;
  list-style: none;
}
.woocommerce ul.cart_list li::before, .woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce ul.product_list_widget li::after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
  clear: both;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid var(--content-background-color);
  *zoom: 1;
}
.woocommerce ul.cart_list li dl::before, .woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::before,
.woocommerce ul.product_list_widget li dl::after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::after {
  clear: both;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 0.25em;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 0.25em;
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  float: none;
}
.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
  border-top: 3px double white;
  padding: 4px 0 0;
}
.woocommerce.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons {
  *zoom: 1;
}
.woocommerce.widget_shopping_cart .buttons::before, .woocommerce.widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce .widget_shopping_cart .buttons::after {
  content: " ";
  display: table;
}
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::after {
  clear: both;
}
.woocommerce.widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 5px;
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.woocommerce form .form-row label {
  line-height: 2;
}
.woocommerce form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
  background: #1e85be;
  color: #fff;
  border-radius: 3px;
  padding: 1em;
  margin: 0.5em 0 0;
  clear: both;
  display: none;
  position: relative;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  box-shadow: none;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
  left: 50%;
  top: 0%;
  margin-top: -4px;
  transform: translateX(-50%) rotate(180deg);
  content: "";
  position: absolute;
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: #1e85be transparent transparent transparent;
  z-index: 100;
  display: block;
}
.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0;
}
.woocommerce form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
  visibility: hidden;
}
.woocommerce form .form-row .optional {
  visibility: visible;
}
.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
}
.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none;
}
.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #a00;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #a00;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #6dc22e;
}
.woocommerce form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-moz-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-ms-input-placeholder {
  line-height: normal;
}
.woocommerce form.woocommerce-ResetPassword,
.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
  background-color: var(--content-background-color);
  border: 1px solid var(--content-background-color);
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
}
.woocommerce ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.woocommerce ul#shipping_method li {
  margin: 0 0 0.5em;
  line-height: 1.5em;
  list-style: none outside;
}
.woocommerce ul#shipping_method li input {
  margin: 3px 0.4375em 0 0;
  vertical-align: top;
}
.woocommerce ul#shipping_method li label {
  display: inline;
}
.woocommerce ul#shipping_method .amount {
  font-weight: 700;
}
.woocommerce p.woocommerce-shipping-contents {
  margin: 0;
}
.woocommerce ul.order_details {
  *zoom: 1;
  margin: 0 0 3em;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.woocommerce ul.order_details::before, .woocommerce ul.order_details::after {
  content: " ";
  display: table;
}
.woocommerce ul.order_details::after {
  clear: both;
}
@media screen and (min-width: 1024px) {
  .woocommerce ul.order_details {
    align-items: center;
    flex-direction: row;
  }
}
.woocommerce ul.order_details li {
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px dashed #fad9d1;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
@media screen and (max-width: 1024px) {
  .woocommerce ul.order_details li {
    margin-bottom: 15px;
    border-right: 0;
  }
}
.woocommerce ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}
.woocommerce ul.order_details li:last-of-type {
  border: none;
}
.woocommerce .wc-bacs-bank-details-account-name {
  font-weight: bold;
}
.woocommerce .woocommerce-order-downloads,
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details {
  background-color: var(--content-background-color);
  padding: 15px;
  margin-bottom: 2em;
}
.woocommerce .woocommerce-order-downloads .woocommerce-column__title,
.woocommerce .woocommerce-order-downloads .woocommerce-order-details__title,
.woocommerce .woocommerce-customer-details .woocommerce-column__title,
.woocommerce .woocommerce-customer-details .woocommerce-order-details__title,
.woocommerce .woocommerce-order-details .woocommerce-column__title,
.woocommerce .woocommerce-order-details .woocommerce-order-details__title {
  margin-top: 0;
}
.woocommerce .woocommerce-order-downloads *:last-child,
.woocommerce .woocommerce-customer-details *:last-child,
.woocommerce .woocommerce-order-details *:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid var(--content-background-color);
  border-bottom-width: 2px;
  border-right-width: 2px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px;
  line-height: 1.5;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
  margin-bottom: 0;
  padding-left: 1.5em;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e037";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e02d";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce .woocommerce-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  clear: both;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  padding: 1px 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 1em;
}
.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1em 1px 1px;
  list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none;
}
.woocommerce .widget_layered_nav_filters ul li a::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
  vertical-align: inherit;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left;
}
.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: var(--color-primary);
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -0.3em;
  /* rtl:ignore */
  margin-left: -0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: var(--color-primary);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #9b1c00;
  border: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.woocommerce .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .widget_rating_filter ul li {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .widget_rating_filter ul li::before, .woocommerce .widget_rating_filter ul li::after {
  content: " ";
  display: table;
}
.woocommerce .widget_rating_filter ul li::after {
  clear: both;
}
.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
}
.woocommerce .widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block;
}
.woocommerce .widget_rating_filter ul li.chosen a::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: left;
  margin-right: 1em;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-block;
}

.woocommerce-no-js form.woocommerce-form-login,
.woocommerce-no-js form.woocommerce-form-coupon {
  display: block !important;
}
.woocommerce-no-js .woocommerce-form-login-toggle,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .showcoupon {
  display: none !important;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: var(--content-background-color);
  color: var(--color-white);
  border-top: 3px solid var(--color-primary);
  list-style: none outside;
  *zoom: 1;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-message::before, .woocommerce-message::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-info::before,
.woocommerce-info::after {
  content: " ";
  display: table;
}
.woocommerce-message::after,
.woocommerce-error::after,
.woocommerce-info::after {
  clear: both;
}
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
  font-family: "WooCommerce";
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  float: right;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/**
 * Right to left styles
 */
.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
  /* rtl:ignore */
  direction: ltr;
  unicode-bidi: embed;
}

.woocommerce-message {
  border-top-color: #8fae1b;
}
.woocommerce-message::before {
  content: "\e015";
  color: #8fae1b;
}

.woocommerce-info {
  border-top-color: #1e85be;
}
.woocommerce-info::before {
  color: #1e85be;
}

.woocommerce-error {
  border-top-color: #b81c23;
}
.woocommerce-error::before {
  content: "\e016";
  color: #b81c23;
}
.woocommerce-error li {
  margin-left: 10px !important;
}

/**
 * Account page
 */
.woocommerce-account .woocommerce {
  *zoom: 1;
}
.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after {
  content: " ";
  display: table;
}
.woocommerce-account .woocommerce::after {
  clear: both;
}
.woocommerce-account .addresses .title {
  *zoom: 1;
}
.woocommerce-account .addresses .title::before, .woocommerce-account .addresses .title::after {
  content: " ";
  display: table;
}
.woocommerce-account .addresses .title::after {
  clear: both;
}
.woocommerce-account .addresses .title h3 {
  float: left;
}
.woocommerce-account .addresses .title .edit {
  float: right;
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e00a";
  text-decoration: none;
}
.woocommerce-account ul.digital-downloads li .count {
  float: right;
}

/**
 * Cart/checkout page
 */
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail,
#add_payment_method table.cart .product-thumbnail {
  min-width: 32px;
}
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
  width: 32px;
  box-shadow: none;
}
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.cart td,
#add_payment_method table.cart th,
#add_payment_method table.cart td {
  vertical-align: middle;
}
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
  float: left;
  box-sizing: border-box;
  border: 1px solid #fad9d1;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
}
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
#add_payment_method table.cart input {
  margin: 0;
  vertical-align: middle;
}
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout,
#add_payment_method .wc-proceed-to-checkout {
  *zoom: 1;
  padding: 1em 0;
}
.woocommerce-cart .wc-proceed-to-checkout::before, .woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
#add_payment_method .wc-proceed-to-checkout::after {
  content: " ";
  display: table;
}
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::after {
  clear: both;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button,
#add_payment_method .cart-collaterals .shipping-calculator-button {
  float: none;
  margin-top: 0.5em;
  display: inline-block;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after,
#add_payment_method .cart-collaterals .shipping-calculator-button::after {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "\e019";
  text-decoration: none;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form,
#add_payment_method .cart-collaterals .shipping-calculator-form {
  margin: 1em 0 0 0;
}
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small,
#add_payment_method .cart-collaterals .cart_totals p small {
  color: #767676;
  font-size: 0.83em;
}
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table,
#add_payment_method .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table th {
  width: 35%;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small,
#add_payment_method .cart-collaterals .cart_totals table small {
  color: #767676;
}
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select,
#add_payment_method .cart-collaterals .cart_totals table select {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td,
#add_payment_method .cart-collaterals .cart_totals .discount td {
  color: #35ffbe;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th {
  border-top: 1px solid white;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination,
#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product,
#add_payment_method .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
#add_payment_method .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes,
#add_payment_method .checkout .col-2 .notes {
  clear: left;
}
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .form-row-first {
  clear: left;
}
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small,
#add_payment_method .checkout .create-account small {
  font-size: 11px;
  color: #767676;
  font-weight: normal;
}
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address,
#add_payment_method .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address,
#add_payment_method .checkout .shipping_address {
  clear: both;
}
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
  background: var(--content-background-color);
  border-radius: 5px;
}
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
  *zoom: 1;
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  margin: 0;
  list-style: none outside;
}
.woocommerce-cart #payment ul.payment_methods::before, .woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
#add_payment_method #payment ul.payment_methods::after {
  content: " ";
  display: table;
}
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::after {
  clear: both;
}
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: normal;
  list-style: none;
}
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input,
#add_payment_method #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img,
#add_payment_method #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}
.woocommerce-cart #payment ul.payment_methods li img + img,
.woocommerce-checkout #payment ul.payment_methods li img + img,
#add_payment_method #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice),
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice),
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice) {
  *zoom: 1;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  content: " ";
  display: table;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  clear: both;
}
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row,
#add_payment_method #payment div.form-row {
  padding: 1em;
}
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.03);
  color: var(--color-white);
}
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea,
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea {
  border-color: #f7c5bb;
  border-top-color: #f4b2a4;
}
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder,
#add_payment_method #payment div.payment_box ::-webkit-input-placeholder {
  color: #f4b2a4;
}
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder,
#add_payment_method #payment div.payment_box :-moz-placeholder {
  color: #f4b2a4;
}
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder,
#add_payment_method #payment div.payment_box :-ms-input-placeholder {
  color: #f4b2a4;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods {
  list-style: none outside;
  margin: 0;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
  margin: 0 0 0.5em;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
  cursor: pointer;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form,
#add_payment_method #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right 0.618em center;
  background-size: 32px 20px;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url("../images/icons/credit-cards/visa.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url("../images/icons/credit-cards/mastercard.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url("../images/icons/credit-cards/laser.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url("../images/icons/credit-cards/diners.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url("../images/icons/credit-cards/maestro.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url("../images/icons/credit-cards/jcb.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url("../images/icons/credit-cards/amex.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url("../images/icons/credit-cards/discover.svg");
}
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help,
#add_payment_method #payment div.payment_box span.help {
  font-size: 0.857em;
  color: #767676;
  font-weight: normal;
}
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row,
#add_payment_method #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child,
#add_payment_method #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
  display: none;
}
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal,
#add_payment_method #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 0.83em;
}
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img,
#add_payment_method #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}

.woocommerce-terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px var(--content-background-color);
  background: rgba(0, 0, 0, 0.05);
}

.woocommerce-invalid #terms {
  outline: 2px solid red;
  outline-offset: 2px;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px 0.5em;
  font-size: 1em;
}
.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}
.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}
.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}
.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}

.woocommerce-password-hint {
  margin: 0.5em 0 0;
  display: block;
}

/**
 * Twenty Eleven specific styles
 */
#content.twentyeleven .woocommerce-pagination a {
  font-size: 1em;
  line-height: 1;
}

/**
 * Twenty Thirteen specific styles
 */
.single-product .twentythirteen .entry-summary,
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform {
  padding: 0;
}
.single-product .twentythirteen p.stars {
  clear: both;
}

.twentythirteen .woocommerce-breadcrumb {
  padding-top: 40px;
}

/**
 * Twenty Fourteen specific styles
 */
.twentyfourteen ul.products li.product {
  margin-top: 0 !important;
}

/**
 * Twenty Sixteen specific styles
 */
body:not(.search-results) .twentysixteen .entry-summary {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.twentysixteen .price ins {
  background: inherit;
  color: inherit;
}

.comment-form-rating label {
  color: var(--color-white);
  display: block;
  margin-bottom: 10px;
}
.comment-form-rating label span {
  color: var(--color-primary);
}

.required {
  color: var(--color-primary);
}

.comment-reply-title {
  font-size: 18px;
  margin: 0 0 20px;
  color: var(--color-white);
}

.comment-notes {
  color: var(--color-white);
}

.comment-form-email label,
.comment-form-author label,
.comment-form-comment label {
  color: var(--color-white);
  display: block;
  margin-bottom: 10px;
}
.comment-form-email label span,
.comment-form-author label span,
.comment-form-comment label span {
  color: var(--color-primary);
}
.comment-form-email input,
.comment-form-author input,
.comment-form-comment input {
  background-color: rgba(255, 255, 255, 0.07);
  border: 0;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--color-white);
  outline: none;
  padding: 10px;
  resize: none;
  width: 100%;
}

.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.comment-form-cookies-consent #wp-comment-cookies-consent[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 2px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em rgba(255, 255, 255, 0.2);
  display: block;
}
.comment-form-cookies-consent #wp-comment-cookies-consent[type=checkbox]:checked::before {
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.comment-form-cookies-consent #wp-comment-cookies-consent[type=checkbox] {
  appearance: none;
  background-color: rgba(255, 255, 255, 0.05);
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 28px;
  height: 20px;
  border: 0.15em solid rgba(255, 255, 255, 0.05);
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  cursor: pointer;
}

.woocommerce-Reviews {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .woocommerce-Reviews {
    flex-direction: column;
  }
}
.woocommerce-Reviews #comments {
  width: 100%;
  padding-right: 35px;
}
.woocommerce-Reviews #review_form_wrapper {
  min-width: 35%;
}
@media screen and (max-width: 1200px) {
  .woocommerce-Reviews #review_form_wrapper {
    width: 100%;
  }
}

.nftly-wc-message .button.wc-forward {
  background-color: var(--color-primary);
  border: none;
  border-radius: 8px;
  color: var(--color-grey);
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  outline: none;
  padding: 6px 15px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.nftly-wc-message .button.wc-forward:hover {
  background-color: var(--color-primary);
  color: var(--color-grey);
}

.woocommerce-page .single-page {
  max-width: 1200px;
}
@media screen and (max-width: 425px) {
  .woocommerce-page .single-page {
    padding: 0;
    flex-direction: row;
  }
}
.woocommerce-page .select2-dropdown {
  background-color: rgba(0, 0, 0, 0.8);
  border: 0;
  color: var(--color-white);
}
.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: var(--content-background-color);
  outline: none;
}
.woocommerce-page .select2-container--default .select2-results__option[aria-selected=true], .woocommerce-page .select2-container--default .select2-results__option[data-selected=true] {
  background-color: rgba(255, 255, 255, 0.07);
}
.woocommerce-page .select2-container--default .select2-selection--single {
  background-color: rgba(255, 255, 255, 0.07);
  border: 0;
  height: 42px;
  line-height: 42px;
  color: var(--color-white);
}
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--color-white);
  height: 100%;
  display: flex;
  align-items: center;
}
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  display: flex;
  align-items: center;
}
.woocommerce-page .select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce-page .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: rgba(255, 255, 255, 0.07);
  color: var(--color-white);
}

.woocommerce-checkout .col2-set {
  display: flex;
  grid-gap: 25px;
  flex-direction: column;
  padding: 15px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .col2-set {
    padding: 0;
    flex-direction: row;
  }
}
.woocommerce-checkout .single-page {
  background-color: unset;
}
.woocommerce-checkout .single-page .wc-woocommerce-checkout {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .single-page .wc-woocommerce-checkout {
    flex-direction: row;
  }
}
@media screen and (max-width: 425px) {
  .woocommerce-checkout .single-page .wc-woocommerce-checkout .wc-order-total-review.order-total .woocommerce-Price-amount.amount {
    font-size: 14px;
  }
}
.woocommerce-checkout .single-page .wc-woocommerce-checkout .wc-product-total-review span {
  font-size: unset;
}
.woocommerce-checkout .single-page .wc-woocommerce-checkout h3 {
  color: var(--color-white);
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 27px;
  position: relative;
  text-align: left;
  margin: 10px 0;
}
.woocommerce-checkout .single-page .wc-woocommerce-checkout .wc-checkout-lc {
  background-color: var(--content-background-color);
  margin-right: 20px;
  border-radius: 16px;
  padding: 15px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .woocommerce-checkout .single-page .wc-woocommerce-checkout .wc-checkout-lc {
    margin-right: 0;
  }
}
.woocommerce-checkout .single-page .wc-woocommerce-checkout .wc-checkout-rc {
  width: 100%;
  border-radius: 16px;
  padding: 15px;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  .woocommerce-checkout .single-page .wc-woocommerce-checkout .wc-checkout-rc {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .single-page .wc-woocommerce-checkout .wc-checkout-rc {
    max-width: 400px;
  }
}
.woocommerce-checkout .single-page .wc-woocommerce-checkout .wc-checkout-rc h3 {
  margin-top: 0;
}
.woocommerce-checkout .single-page .wc-woocommerce-checkout input {
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-sizing: border-box;
  color: var(--color-white);
  outline: none;
}
.woocommerce-checkout .single-page .wc-woocommerce-checkout input ::-webkit-input-placeholder {
  color: var(--color-white);
}
.woocommerce-checkout .single-page .wc-woocommerce-checkout textarea {
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.07);
  border: 0;
  outline: none;
  resize: none;
  color: var(--color-white);
  padding: 10px;
}
.woocommerce-checkout .single-page .wc-woocommerce-checkout .woocommerce-checkout-review-order-table {
  background-color: var(--content-background-color);
  border: 0;
}
.woocommerce-checkout .single-page .wc-woocommerce-checkout .woocommerce-checkout-review-order-table td,
.woocommerce-checkout .single-page .wc-woocommerce-checkout .woocommerce-checkout-review-order-table th {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.woocommerce-cart .single-page {
  background-color: unset;
}
.woocommerce-cart .single-page .nftly-wc-cl-1 {
  flex: 1 1 auto;
}
.woocommerce-cart .single-page .nftly-wc-cl-2 {
  border-radius: 16px;
  padding: 25px 15px;
  width: 100%;
  overflow: hidden;
  background-color: var(--content-background-color);
}
.woocommerce-cart .single-page .nftly-wc-cl-2 .wc-proceed-to-checkout {
  padding: 0;
}
.woocommerce-cart .single-page .nftly-wc-cl-2 .wc-proceed-to-checkout a {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .woocommerce-cart .single-page .nftly-wc-cl-2 {
    max-width: 400px;
    margin-left: 60px;
  }
}
.woocommerce-cart .single-page .nftly-wc-cl-2 table {
  background: unset;
}
.woocommerce-cart .single-page .nftly-wc-cl-2 table td {
  border: 0;
}
.woocommerce-cart .single-page .wc-cart__totals-table {
  border: 0;
}
.woocommerce-cart .single-page .wc-cart__shop-table {
  border: 0;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .single-page .wc-cart__shop-table {
    padding: 15px;
  }
}
.woocommerce-cart .single-page .wc-cart__shop-thead,
.woocommerce-cart .single-page .wc-cart__shop-table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  background-color: var(--content-background-color);
}
.woocommerce-cart .single-page .wc-cart__shop-tr {
  position: relative;
}
.woocommerce-cart .single-page .wc-cart__shop-td {
  padding-right: 25px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid var(--content-background-color);
  height: 80px;
}
.woocommerce-cart .single-page .wc-cart__shop-td .wc-cart__item-price {
  display: none;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .single-page .wc-cart__shop-td .wc-cart__item-price {
    display: block;
  }
}
.woocommerce-cart .single-page .wc-cart__shop-td--product-name {
  width: 75%;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 425px) {
  .woocommerce-cart .single-page .wc-cart__shop-td--product-name {
    font-size: 14px;
  }
}
.woocommerce-cart .single-page .wc-cart__shop-td--product-name > a {
  color: var(--color-white);
  display: block;
}
.woocommerce-cart .single-page .wc-cart__item-price {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.025em;
  color: var(--text-color-body);
}
.woocommerce-cart .single-page .wc-cart__item-price .woocommerce-Price-amount.amount {
  font-size: unset;
  line-height: unset;
}
.woocommerce-cart .single-page .wc-btn-update-cart {
  background-color: var(--color-primary);
  border: none;
  border-radius: 8px;
  color: var(--color-grey);
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  outline: none;
  padding: 6px 15px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.woocommerce-cart .single-page .wc-btn-update-cart.disabled, .woocommerce-cart .single-page .wc-btn-update-cart:disabled, .woocommerce-cart .single-page .wc-btn-update-cart:disabled[disabled], .woocommerce-cart .single-page .wc-btn-update-cart.disabled:hover, .woocommerce-cart .single-page .wc-btn-update-cart:disabled:hover, .woocommerce-cart .single-page .wc-btn-update-cart:disabled[disabled]:hover {
  opacity: 0.3;
}
.woocommerce-cart .single-page .wc-btn-update-cart:hover {
  background-color: #ff441c;
  color: white;
}
.woocommerce-cart .single-page .wc-cart__thumbnail-link img {
  max-width: 45px !important;
  width: 45px !important;
  height: 45px !important;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.woocommerce-cart .single-page .wc-cart__rbtn {
  border: 0;
}
.woocommerce-cart .single-page .wc-cart__sub-sub-header {
  font-weight: 300;
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 0.03em;
  text-align: left;
  border: 0;
}
.woocommerce-cart .single-page .wc-cart__totals-space {
  padding: 20px 0;
  position: relative;
}
.woocommerce-cart .single-page .wc-cart__totals-space:after {
  content: "";
  display: block;
  position: absolute;
  left: -35px;
  right: -35px;
  top: 50%;
  border-top: solid 1px var(--content-background-color);
}
.woocommerce-cart .single-page .wc-cart__coupon {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 21px;
}
.woocommerce-cart .single-page .wc-cart__coupon:after {
  content: "";
  display: block;
  position: absolute;
  left: -35px;
  right: -35px;
  bottom: 0;
  border-bottom: solid 1px var(--content-background-color);
}
.woocommerce-cart .single-page .wc-cart__totals-price {
  position: relative;
  text-align: right;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: var(--color-grey);
}
.woocommerce-cart .single-page .wc-cart__coupon-header {
  text-align: left;
  font-weight: 300;
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 0.03em;
  position: relative;
  color: var(--color-white);
}
.woocommerce-cart .single-page .wc-cart__coupon-form {
  padding-top: 25px;
  display: flex;
  align-items: center;
}
.woocommerce-cart .single-page .wc-cart__coupon-form > input {
  flex: 1 1 auto;
  border-radius: 6px 0 0 6px;
  background-color: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-sizing: border-box;
  color: var(--color-white);
  outline: none;
}
.woocommerce-cart .single-page .wc-cart__coupon-form > button {
  background-color: var(--color-white);
  box-sizing: border-box;
  color: var(--color-grey);
  outline: none;
  font-size: 14px;
  border-radius: 6px;
  font-weight: normal;
  border: 1px solid transparent;
}
.woocommerce-cart .single-page .wc-cart__totals-price {
  position: relative;
  text-align: right;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: var(--color-grey);
}
.woocommerce-cart .single-page .wc-cart__shop-td--product-thumbnail {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .single-page .wc-cart__shop-td--product-thumbnail {
    padding-right: 30px;
  }
}
@media screen and (max-width: 425px) {
  .woocommerce-cart .single-page .wc-cart__shop-td--product-thumbnail {
    display: none;
  }
}
.woocommerce-cart .single-page .wc-cart__shop-td--product-thumbnail img {
  margin-bottom: 0;
}
.woocommerce-cart .single-page .wc-cart__shop-td--product-thumbnail:hover .wc-cart__product-remove-link {
  opacity: 1;
}
.woocommerce-cart .single-page .wc-cart__product-remove-link {
  transition: all 0.5s;
  color: var(--color-grey);
  position: absolute;
  left: -20px;
  opacity: 0;
}
.woocommerce-cart .single-page .wc-cart__product-remove-link:hover {
  color: var(--color-white);
  transform: scale(2);
}
.woocommerce-cart .single-page .wc-cart__shop-td-actions {
  text-align: right;
  border-bottom: transparent;
}
.woocommerce-cart .single-page .wc-cart__shop-th,
.woocommerce-cart .single-page .wc-cart__totals-th {
  border: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-color-light);
  text-align: left;
}
.woocommerce-cart .single-page .wc-cart__shop-th.product-quantity {
  display: none;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .single-page .wc-cart__shop-th.product-quantity {
    display: block;
  }
}
.woocommerce-cart .single-page .wc-cart__shop-th.product-name {
  padding-left: 0;
}
@media screen and (max-width: 425px) {
  .woocommerce-cart .single-page .wc-cart__shop-th.product-name {
    display: none;
  }
}
.woocommerce-cart .single-page .wc-cart__shop-td--product-thumbnail {
  padding-right: 10px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .single-page .wc-cart__shop-td--product-thumbnail {
    padding-right: 30px;
  }
}
.woocommerce-cart .single-page .woocommerce-elements {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .woocommerce-cart .single-page .woocommerce-elements {
    flex-direction: row;
  }
}

.return-to-shop .navigation__cta {
  color: var(--color-white);
}

.woocommerce-order-received .single-page .post h2 {
  font-size: 28px;
}

.woocommerce-account .single-page {
  background-color: unset;
}
.woocommerce-account .single-page .woocommerce-MyAccount-content {
  background-color: var(--content-background-color);
  border-radius: 6px;
  padding: 15px;
}
.woocommerce-account .single-page .woocommerce-MyAccount-content input {
  background-color: rgba(255, 255, 255, 0.07);
  border: 0;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--color-white);
  outline: none;
  padding: 10px;
  resize: none;
  width: 100%;
}
.woocommerce-account .single-page .woocommerce-MyAccount-content fieldset {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
.woocommerce-account .single-page .woocommerce-MyAccount-content h3 {
  font-size: 24px;
}
.woocommerce-account .single-page .woocommerce-MyAccount-navigation ul {
  display: flex;
  grid-gap: 15px;
  padding: 0;
}
.woocommerce-account .single-page .woocommerce-MyAccount-navigation-link {
  list-style: none;
  background-color: var(--content-background-color);
  padding: 5px 15px;
  border-radius: 6px;
}
.woocommerce-account .single-page .woocommerce-MyAccount-navigation-link a {
  color: var(--color-white);
}
.woocommerce-account .single-page .woocommerce-MyAccount-navigation-link a:hover {
  opacity: 0.8;
  color: var(--color-white);
}

/* woocommerce */
.shop-single-product__box {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .shop-single-product__box {
    flex-direction: row;
  }
}

.woocommerce .related.products {
  color: #fff;
  margin-top: 40px;
}

.woocommerce .related.products h2 {
  margin-bottom: 40px;
}

a.woocommerce-review-link {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

.next-prev-thumbs {
  display: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
  display: flex;
  flex-direction: column;
  background: var(--content-background-color);
  border-radius: 16px;
  padding: 25px;
  margin: 40px 0 20px;
}
.woocommerce-tabs.wc-tabs-wrapper .wcfm_policies_heading,
.woocommerce-tabs.wc-tabs-wrapper .wcfm-enquiries-heading {
  margin: 0;
  font-size: 1.5rem;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-spmv-ordering {
  margin-bottom: 10px;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-spmv-ordering select {
  background-color: var(--color-grey);
  border: 0;
  padding: 4px 8px;
  border-radius: 6px;
}
.woocommerce-tabs.wc-tabs-wrapper a.wcfm_product_multivendor, .woocommerce-tabs.wc-tabs-wrapper .wcfmmp_product_mulvendor_container a.wcfmmp_product_multivendor_action_button {
  border: 0;
  box-shadow: none;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 700;
}
.woocommerce-tabs.wc-tabs-wrapper div.wcfmmp_product_mulvendor_rowbody,
.woocommerce-tabs.wc-tabs-wrapper div.wcfmmp_product_mulvendor_rowhead {
  background: unset;
  border: 1px solid var(--color-grey);
  box-shadow: none;
  color: var(--color-white);
}

.woocommerce .product_meta .tagged_as {
  color: var(--color-grey);
}
.woocommerce .product_meta .tagged_as .col-white {
  color: var(--color-white);
}

.woocommerce .product_meta > span a {
  color: var(--color-grey);
  text-decoration: none;
}

.woocommerce .product_meta > span {
  display: block;
  margin: 10px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.woocommerce .product_meta .sku {
  color: var(--color-white);
}

.woocommerce .shop-single-product {
  flex-direction: column;
  display: flex;
  padding: 0;
  width: 100%;
}

.woocommerce-product-details__short-description {
  padding: 20px 0 40px 0;
  color: var(--color-grey);
  font-size: 18px;
}

.woocommerce-Price-amount.amount {
  color: var(--color-white);
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 41px;
}

.woocommerce-Price-amount.amount span {
  font-size: 18px;
  line-height: 23px;
}

.woocommerce-tabs p {
  color: var(--color-white);
}

.section.section_title-column .woocommerce-products-header__title.page-title {
  margin-bottom: 30px;
}

.single-product-page > div {
  display: flex;
}

.wc_payment_method {
  list-style: none;
}
.wc_payment_method .payment_box {
  padding: 2em;
  background: #eee;
}
.wc_payment_method .payment_box ul:last-of-type,
.wc_payment_method .payment_box ol:last-of-type {
  margin-bottom: 0;
}
.wc_payment_method .payment_box fieldset {
  padding: 1.5em;
  padding-bottom: 0;
  border: 0;
}
.wc_payment_method .payment_box li {
  list-style: none;
}
.wc_payment_method .payment_box p:last-child {
  margin-bottom: 0;
}
.wc_payment_method > label:first-of-type {
  margin: 1em 0;
  line-height: 1;
}
.wc_payment_method > label:first-of-type img {
  max-height: 24px;
  max-width: 200px;
  float: right;
}
.wc_payment_method label {
  cursor: pointer;
}
.wc_payment_method input.input-radio[name=payment_method] {
  display: none;
}
.wc_payment_method input.input-radio[name=payment_method] + label::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid var(--color-white);
  background: white;
  margin-left: 4px;
  margin-right: 0.5em;
  border-radius: 100%;
  transform: translateY(2px);
}
.wc_payment_method input.input-radio[name=payment_method]:checked + label::before {
  background: var(--color-primary);
}

.u-columns.col2-set {
  display: flex;
  grid-gap: 20px;
}

#wcfm-content .wcfm_registration_form_heading {
  display: none;
}
#wcfm-content .wcfm_title {
  margin-top: 10px;
}
#wcfm-content .wcfm_store_slug_status {
  margin-left: 5px;
}

#password_strength.weak {
  color: red;
}

#wcfm_membership_registration_form input {
  width: 100%;
}

#wcfm_membership_registration_submit input {
  margin-top: 20px;
  background: linear-gradient(92.73deg, #F3CDF1 5.78%, #EDF5FE 59.1%, #D7FEF5 95.43%);
  color: #000;
  padding: 8px 18px;
}

.woocommerce .form-row--flex {
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-form__label {
  margin-bottom: 0;
}
.woocommerce .wcfmmp_become_vendor_link > a {
  font-size: 0.875rem;
  color: var(--color-white);
}
.woocommerce .woocommerce-LostPassword.lost_password a {
  font-size: 0.875rem;
  color: var(--color-white);
}

.wcfm_form_simple_submit_wrapper {
  margin-top: 12px;
}

.wcfm-message.wcfm-error {
  line-height: 1.8;
}

.wcfm-error, .wcfm-info, .wcfm-success, .wcfm-validation, .wcfm-warning, .wcfm-wcfmu {
  padding: 15px;
}

#wcfm_membership_registration_form_expander {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
}
#wcfm_membership_registration_form_expander .wcfm_page_options_desc {
  padding: 0;
  font-size: 0.75rem;
  margin: -8px 0 0;
}

.woocommerce-form-register p {
  font-size: 0.875rem !important;
}

.my-account__block {
  width: 460px;
  margin: 0px auto;
}
.my-account__block--bg {
  background-color: var(--content-background-color);
  border: 1px solid var(--content-background-color);
  padding: 20px;
  text-align: left;
  border-radius: 5px;
}
.my-account__block-after {
  display: flex;
}
.my-account__has_account-link {
  margin-left: auto;
}
.my-account__form-heading {
  font-size: 2rem !important;
  margin: 0 0 20px !important;
}

.wcfm-dashboard-page {
  background-color: var(--color-body) !important;
}
.wcfm-dashboard-page .jvectormap-tip, .wcfm-dashboard-page .qtip-wcfm-core-css {
  border: 0;
}
.wcfm-dashboard-page #wcfm_menu .wcfm_menu_items a.active {
  background-color: var(--color-grey);
}
.wcfm-dashboard-page #wcfm_menu .wcfm_menu_items a.wcfm_menu_item:hover:after {
  display: none;
}
.wcfm-dashboard-page .wcfm-action-icon:hover {
  background-color: var(--color-grey-ligher);
}
.wcfm-dashboard-page #wcfm_menu .wcfm_menu_items a:hover span {
  color: var(--color-grey-ligher);
}
.wcfm-dashboard-page .wcfm-collapse .wcfm-top-element-container {
  display: flex;
  align-items: center;
  padding: 15px;
}
.wcfm-dashboard-page .wcfm-collapse .wcfm-top-element-container h2 {
  margin: 0;
  padding: 0;
  font-style: unset;
}
.wcfm-dashboard-page .wcfm-collapse .wcfm-top-element-container .wcfm_disk_limit_label,
.wcfm-dashboard-page .wcfm-collapse .wcfm-top-element-container .wcfm_articles_limit_label {
  margin-left: auto;
}
.wcfm-dashboard-page #wcfm-main-contentainer a.add_new_wcfm_ele_dashboard, .wcfm-dashboard-page .wcfm-dashboard-page #wcfm-main-contentainer a.wcfm_import_export {
  order: 2;
}
.wcfm-dashboard-page .wcfm_product_popup_button {
  background-color: var(--color-secondary);
  color: #fcfcfc;
}
.wcfm-dashboard-page #wcfm-media_wrapper .wcfm_filters_wrap {
  float: right;
}
.wcfm-dashboard-page #wcfm-main-contentainer a.add_new_wcfm_ele_dashboard, .wcfm-dashboard-page #wcfm-main-contentainer a.wcfm_import_export {
  margin-bottom: 0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background-color: var(--color-secondary);
  color: #fcfcfc;
  text-shadow: none;
  border: 0;
  box-shadow: none;
  padding: 8px 18px;
}
.wcfm-dashboard-page #wcfm-main-contentainer a.add_new_wcfm_ele_dashboard:hover, .wcfm-dashboard-page #wcfm-main-contentainer a.wcfm_import_export:hover {
  opacity: 0.8;
  background-color: var(--color-secondary);
  color: #fcfcfc;
}
.wcfm-dashboard-page #wcfm-main-contentainer input.wcfm_submit_button, .wcfm-dashboard-page #wcfm-main-contentainer button.wcfm_submit_button, .wcfm-dashboard-page #wcfm-main-contentainer a.wcfm_submit_button, .wcfm-dashboard-page #wcfm-main-contentainer .wcfm_add_category_bt, .wcfm-dashboard-page #wcfm-main-contentainer .wcfm_add_attribute, .wcfm-dashboard-page #wcfm-main-contentainer .wcfm_add_attribute_term, .wcfm-dashboard-page #wcfm-main-contentainer input.upload_button, .wcfm-dashboard-page #wcfm-main-contentainer input.remove_button, .wcfm-dashboard-page #wcfm-main-contentainer .dataTables_wrapper .dt-buttons .dt-button, .wcfm-dashboard-page #wcfm_vendor_approval_response_button, .wcfm-dashboard-page #wcfm_bulk_edit_button, .wcfm-dashboard-page #wcfm_enquiry_submit_button {
  margin-bottom: 0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background-color: var(--color-secondary);
  color: #fcfcfc;
  text-shadow: none;
  border: 0;
  box-shadow: none;
  padding: 8px 18px;
}
.wcfm-dashboard-page #wcfm-main-contentainer input.wcfm_submit_button:hover, .wcfm-dashboard-page #wcfm-main-contentainer button.wcfm_submit_button:hover, .wcfm-dashboard-page #wcfm-main-contentainer a.wcfm_submit_button:hover, .wcfm-dashboard-page #wcfm-main-contentainer .wcfm_add_category_bt:hover, .wcfm-dashboard-page #wcfm-main-contentainer .wcfm_add_attribute:hover, .wcfm-dashboard-page #wcfm-main-contentainer .wcfm_add_attribute_term:hover, .wcfm-dashboard-page #wcfm-main-contentainer input.upload_button:hover, .wcfm-dashboard-page #wcfm-main-contentainer input.remove_button:hover, .wcfm-dashboard-page #wcfm-main-contentainer .dataTables_wrapper .dt-buttons .dt-button:hover, .wcfm-dashboard-page #wcfm_vendor_approval_response_button:hover, .wcfm-dashboard-page #wcfm_bulk_edit_button:hover, .wcfm-dashboard-page #wcfm_enquiry_submit_button:hover {
  opacity: 0.8;
  background-color: var(--color-secondary);
  color: #fcfcfc;
}
.wcfm-dashboard-page .page_collapsible:hover label, .wcfm-dashboard-page .page_collapsible.collapse-open label {
  color: var(--color-primary);
}
.wcfm-dashboard-page .page_collapsible, .wcfm-dashboard-page .wcfm-collapse a.page_collapsible_dummy,
.wcfm-dashboard-page .collapse-open {
  background-color: var(--content-background-color);
  color: var(--color-white);
}
.wcfm-dashboard-page ul.wcfm_articles_menus li a,
.wcfm-dashboard-page #wcfm-main-contentainer table thead td, .wcfm-dashboard-page #wcfm-main-contentainer table thead th, .wcfm-dashboard-page #wcfm-main-contentainer table tfoot td, .wcfm-dashboard-page #wcfm-main-contentainer table tfoot th,
.wcfm-dashboard-page .wcfm_welcomebox_user_details h3 {
  color: var(--color-grey);
}
.wcfm-dashboard-page #wcfm_menu span.wcfm_sub_menu_items {
  background-color: var(--content-background-color);
}
.wcfm-dashboard-page #wcfm-main-contentainer .wcfm-page-headig a.active .wcfmfa,
.wcfm-dashboard-page #wcfm-main-contentainer .wcfm_menu_toggler,
.wcfm-dashboard-page #wcfm-main-contentainer .wcfm_responsive_menu_toggler,
.wcfm-dashboard-page .wcfm-page-headig .wcfm-page-heading-text {
  color: var(--color-white) !important;
}
.wcfm-dashboard-page #wcfm-main-content {
  padding: 0;
}
.wcfm-dashboard-page #wcfm-content {
  border: 0;
  color: var(--color-grey);
}
.wcfm-dashboard-page p.wcfm_title strong,
.wcfm-dashboard-page span.wcfm_title strong {
  font-style: unset;
}
.wcfm-dashboard-page #wcfm-main-contentainer .wcfm-page-headig, .wcfm-dashboard-page .wcfm_menu_logo, .wcfm-dashboard-page .wcfm_menu_no_logo {
  background: var(--content-background-color);
}
.wcfm-dashboard-page #wcfm_menu {
  border-right: var(--color-grey-ligher);
  background: var(--content-background-color);
}

.wcfm-theme-nftly .wcfmmp_sold_by_container_advanced {
  border: 2px solid #4E515A;
}
.wcfm-theme-nftly .wcfm_buttons {
  background: unset;
  margin: 10px;
}
.wcfm-theme-nftly .wcfm_buttons .wcfm_button_separator {
  visibility: hidden;
  margin: 0 1px;
}
.wcfm-theme-nftly .wcfm_buttons .wcfm_button {
  margin: 0;
  color: var(--color-white);
  font-size: 12px;
  padding: 2px 4px;
  background: var(--content-background-color);
  border: 0;
}
.wcfm-theme-nftly .wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_wrapper .wcfmmp_sold_by_store a {
  color: var(--color-white) !important;
}
.wcfm-theme-nftly .wcfm_catalog_enquiry {
  border: 0;
  padding: 6px 18px;
  border-radius: 8px;
  box-shadow: none;
  background-color: var(--color-secondary);
}
.wcfm-theme-nftly .wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_label {
  font-weight: bold;
  color: var(--color-grey-ligher);
  font-size: 14px;
}
.wcfm-theme-nftly #wcfmmp-store {
  background: transparent;
  box-shadow: none;
}
.wcfm-theme-nftly #wcfmmp-store h1, .wcfm-theme-nftly #wcfmmp-store h2 {
  color: var(--color-white);
}
.wcfm-theme-nftly #wcfmmp-store aside .wp-block-group__inner-container {
  margin-top: 15px;
}
.wcfm-theme-nftly #wcfmmp-store aside ol,
.wcfm-theme-nftly #wcfmmp-store aside ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
}
.wcfm-theme-nftly #wcfmmp-store aside ol li,
.wcfm-theme-nftly #wcfmmp-store aside ul li {
  padding: 0;
  margin: 0;
}
.wcfm-theme-nftly #wcfmmp-store .bd_icon_box .follow, .wcfm-theme-nftly #wcfmmp-store .bd_icon_box .wcfm_store_enquiry, .wcfm-theme-nftly #wcfmmp-store .bd_icon_box .wcfm_store_chatnow {
  background-color: var(--color-secondary);
  color: var(--color-white) !important;
}
.wcfm-theme-nftly #wcfmmp-store .bd_icon_box .follow i, .wcfm-theme-nftly #wcfmmp-store .bd_icon_box .wcfm_store_enquiry i, .wcfm-theme-nftly #wcfmmp-store .bd_icon_box .wcfm_store_chatnow i {
  font-size: 12px;
}
.wcfm-theme-nftly #wcfmmp-store .bd_icon_box .follow span, .wcfm-theme-nftly #wcfmmp-store .bd_icon_box .wcfm_store_enquiry span, .wcfm-theme-nftly #wcfmmp-store .bd_icon_box .wcfm_store_chatnow span {
  color: var(--color-white) !important;
}
.wcfm-theme-nftly #wcfmmp-store .bd_icon_box .follow:hover, .wcfm-theme-nftly #wcfmmp-store .bd_icon_box .wcfm_store_enquiry:hover, .wcfm-theme-nftly #wcfmmp-store .bd_icon_box .wcfm_store_chatnow:hover {
  background-color: var(--color-secondary);
  color: var(--color-white) !important;
  opacity: 0.8;
}
.wcfm-theme-nftly #wcfmmp-store .famous_reviewers_picture .avatar {
  width: 100%;
  height: 100%;
}
.wcfm-theme-nftly #wcfmmp-store .rating_area,
.wcfm-theme-nftly #wcfmmp-store .reviews_heading,
.wcfm-theme-nftly #wcfmmp-store .wcfm_policies_heading {
  border-color: var(--color-grey-ligher);
}
.wcfm-theme-nftly #wcfmmp-store .reviews_heading a {
  color: var(--color-white);
}
.wcfm-theme-nftly #wcfmmp-store .add_review textarea,
.wcfm-theme-nftly #wcfmmp-store .add_review input {
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  background: rgba(255, 255, 255, 0.07);
  border: 0;
  outline: none;
  text-indent: 0;
  resize: none;
  color: var(--color-white);
  padding: 10px;
  box-shadow: none;
}
.wcfm-theme-nftly #wcfmmp-store .add_review button {
  background-color: var(--color-primary);
  color: var(--color-grey);
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  outline: none;
  padding: 6px 15px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.wcfm-theme-nftly #wcfmmp-store .add_review button:hover {
  background-color: var(--color-primary);
  color: var(--color-grey);
  opacity: 0.8;
}
.wcfm-theme-nftly #wcfmmp-store .reviews_heading, .wcfm-theme-nftly #wcfmmp-store .wcfm_policies_heading {
  color: var(--color-white);
}
.wcfm-theme-nftly #wcfmmp-store .reviews_area, .wcfm-theme-nftly #wcfmmp-store .policies_area, .wcfm-theme-nftly #wcfmmp-store .wcfm_store_description {
  background-color: var(--content-background-color);
  box-shadow: none;
  border-radius: 6px;
}
.wcfm-theme-nftly #wcfmmp-store .header_wrapper {
  background-color: var(--content-background-color);
}
.wcfm-theme-nftly #wcfmmp-store .social_area {
  background-color: unset;
  width: 310px;
}
.wcfm-theme-nftly #wcfmmp-store .social_area ul li {
  background: unset;
}
.wcfm-theme-nftly #wcfmmp-store .social_area ul li:hover {
  background: unset;
}
.wcfm-theme-nftly #wcfmmp-store .social_area ul li a:hover i {
  color: var(--color-primary);
}
.wcfm-theme-nftly #wcfmmp-store .social_area ul li a i {
  color: var(--color-white);
}
.wcfm-theme-nftly #wcfmmp-store .tab_area .tab_links {
  background-color: unset;
  border: 0;
}
.wcfm-theme-nftly #wcfmmp-store .tab_area .tab_links li {
  border: 0;
}
.wcfm-theme-nftly #wcfmmp-store .tab_area .tab_links li.active {
  background-color: var(--color-secondary);
  border-radius: 6px;
  border: 0 !important;
}
.wcfm-theme-nftly #wcfmmp-store .tab_area .tab_links li.active a {
  color: var(--color-white);
}
.wcfm-theme-nftly #wcfmmp-store .tab_area .tab_links li:hover a,
.wcfm-theme-nftly #wcfmmp-store .tab_area .tab_links li a {
  color: var(--color-white);
}
.wcfm-theme-nftly #wcfmmp-store .tab_area .tab_links li a {
  padding: 4px 12px;
}
.wcfm-theme-nftly #wcfmmp-store .tab_area .tab_links li:after {
  display: none;
}
.wcfm-theme-nftly #wcfmmp-store .logo_area {
  box-shadow: none;
}
.wcfm-theme-nftly #wcfmmp-store .left_sidebar {
  width: 25%;
  padding: 5% 3% 20% 3%;
  background: unset;
  border: 0;
}
.wcfm-theme-nftly #wcfmmp-store #wcfm_store_header {
  background: unset;
  border: 0;
}
.wcfm-theme-nftly #cboxContent {
  color: var(--color-grey);
}
.wcfm-theme-nftly #cboxContent .wcfm_popup_wrapper h2,
.wcfm-theme-nftly #cboxContent form.wcfm_popup_wrapper h2 {
  color: var(--color-grey);
  font-style: unset;
}
.wcfm-theme-nftly #cboxContent .wcfm_popup_wrapper .wcfm_popup_button {
  background-color: var(--color-primary);
  color: var(--color-grey);
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  outline: none;
  padding: 6px 15px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.wcfm-theme-nftly #cboxContent .wcfm_popup_wrapper .wcfm_popup_button:hover {
  background-color: var(--color-primary);
  color: var(--color-grey) !important;
  opacity: 0.8;
}

.wcfm-store-page #main.site-main {
  max-width: 1200px !important;
  margin: 0 auto !important;
}
@media only screen and (max-width: 1280px) {
  .wcfm-store-page #main.site-main {
    width: 90%;
  }
}

.ethpress-metamask-login-button {
  margin-bottom: 0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(92.73deg, #F3CDF1 5.78%, #EDF5FE 59.1%, #D7FEF5 95.43%);
  color: #000;
  padding: 8px 18px;
}

#web3-login-root .web3login-modal-background {
  background-color: rgba(0, 0, 0, 0.6);
}
#web3-login-root .web3login-modal {
  color: var(--color-white);
  max-width: 535px;
  background-color: var(--content-background-color);
}
#web3-login-root .web3login-modal-content {
  padding-top: 5px;
}
#web3-login-root .web3login-modal-content ul {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}
#web3-login-root .web3login-modal-content ul li {
  width: 100%;
}
#web3-login-root .web3login-modal-content button {
  margin-bottom: 0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(92.73deg, #F3CDF1 5.78%, #EDF5FE 59.1%, #D7FEF5 95.43%);
  color: #000;
  padding: 8px 18px;
}

.header-navigation-wrapper {
  display: none;
  margin-left: 56px;
}
@media only screen and (min-width: 991px) {
  .header-navigation-wrapper {
    align-items: center;
    display: flex;
  }
}

.primary-menu-wrapper {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .primary-menu-wrapper {
    display: block;
    width: 100%;
  }
}

.primary-menu {
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0;
  margin: 0 0 0 -1.6rem;
  /* SUB MENU */
  /* DEEP DOWN */
}
.primary-menu .icon {
  display: block;
  height: 0.7rem;
  position: absolute;
  pointer-events: none;
  transform: rotate(-45deg);
  width: 1.3rem;
}
.primary-menu .icon::before,
.primary-menu .icon::after {
  content: "";
  display: block;
  background-color: currentColor;
  position: absolute;
  bottom: calc(50% - 0.1rem);
  left: 0;
}
.primary-menu .icon::before {
  height: 0.9rem;
  width: 0.2rem;
}
.primary-menu .icon::after {
  height: 0.2rem;
  width: 0.9rem;
}
.primary-menu li {
  font-size: inherit;
  line-height: 1.25;
  position: relative;
}
.primary-menu > li {
  margin: 0 0 0 1.6rem;
}
.primary-menu > li.menu-item-has-children > a {
  padding-right: 1.5rem;
}
.primary-menu > li > .icon {
  right: -0.5rem;
  top: calc(50% - 0.4rem);
}
.primary-menu a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  transition: color 0.3s;
  line-height: 1.2;
  word-break: normal;
  word-wrap: normal;
  position: relative;
}
.primary-menu a span {
  position: absolute;
  right: 0;
  width: 14px;
  height: 14px;
}
.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor {
  text-decoration: none;
}
.primary-menu li.current-menu-item > a:hover,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
.primary-menu li.current-menu-item > a:focus,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
  text-decoration: none;
}
.primary-menu ul {
  background: var(--content-background-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.44);
  border-radius: 4px;
  color: #fff;
  font-size: 0.875rem;
  opacity: 0;
  padding: 1rem 0;
  position: absolute;
  right: 9999rem;
  top: calc(100% + 2.5rem);
  transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
  transform: translateY(0.6rem);
  width: 15rem;
  z-index: 9;
}
.primary-menu li.menu-item-has-children:hover > ul,
.primary-menu li.menu-item-has-children:focus > ul,
.primary-menu li.menu-item-has-children.focus > ul {
  right: 0;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.15s linear, transform 0.15s linear;
}
.primary-menu ul::before,
.primary-menu ul::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
}
.primary-menu ul::before {
  height: 2.5rem;
  left: 0;
  right: 0;
}
.primary-menu ul::after {
  border: 0.8rem solid transparent;
  border-bottom-color: var(--content-background-color);
  right: 1.8rem;
}
.primary-menu ul a {
  background: transparent;
  border: none;
  display: block;
  padding: 0.75rem 1.5rem;
  transition: background-color 0.15s linear;
  width: 100%;
  color: var(--color-white);
}
.primary-menu ul a span {
  right: 1.5rem;
}
.primary-menu ul li.menu-item-has-children > a {
  padding-right: 4.5rem;
}
.primary-menu ul li.menu-item-has-children .icon {
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.5rem);
}
.primary-menu ul ul {
  top: -1rem;
}
.primary-menu ul li.menu-item-has-children:hover > ul,
.primary-menu ul li.menu-item-has-children:focus > ul,
.primary-menu ul li.menu-item-has-children.focus > ul {
  right: calc(100% + 2rem);
}
.primary-menu ul ul::before {
  bottom: 0;
  height: auto;
  left: auto;
  right: -2rem;
  top: 0;
  width: 2rem;
}
.primary-menu ul ul::after {
  border-bottom-color: transparent;
  /*rtl:ignore*/
  border-left-color: var(--content-background-color);
  bottom: auto;
  right: -1.6rem;
  top: 2rem;
}
.primary-menu .rtl ul ul::after {
  transform: rotate(180deg);
}

/* Main Menu --------------------------------- */
.modal-menu {
  padding: 0;
}
.modal-menu ul {
  display: none;
  margin: 0;
  width: 100%;
}
.modal-menu ul.sub-menu {
  display: none;
}
.modal-menu ul.sub-menu.active {
  display: block;
}
.modal-menu ul li {
  border-left-width: 1rem;
}
.modal-menu ul li a {
  color: inherit;
  font-weight: 500;
}
.modal-menu li {
  border-color: var(--color-grey);
  border-style: solid;
  border-width: 0.1rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  justify-content: flex-start;
  margin: 0;
}
.modal-menu > li > a,
.modal-menu li > .ancestor-wrapper > a {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-white);
}
.modal-menu > li:last-child {
  border-bottom-width: 0.1rem;
}
.modal-menu .ancestor-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.modal-menu a {
  display: block;
  padding: 2rem 2.5rem;
  text-decoration: none;
  width: 100%;
}

.menu-top {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
}

button.close-nav-toggle {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  font-weight: 500;
  justify-content: flex-end;
  padding: 3.1rem 0;
  width: 100%;
  background: unset;
  border: 0;
  color: var(--color-white);
}
button.close-nav-toggle span {
  margin-right: 10px;
}
button.close-nav-toggle svg {
  height: 1rem;
  width: 1rem;
  fill: var(--color-white);
}

button.sub-menu-toggle {
  background-color: unset;
  border: 0;
  flex-shrink: 0;
  margin: 1rem 0;
  padding: 0 2.5rem;
}
button.sub-menu-toggle svg {
  height: 0.9rem;
  transition: transform 0.15s linear;
  width: 1.5rem;
  fill: var(--color-white);
}
button.sub-menu-toggle.active svg {
  transform: rotate(180deg);
}

.mobile-menu-toggle {
  display: flex;
  align-items: center;
  background-color: unset;
  color: var(--color-white);
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 991px) {
  .mobile-menu-toggle {
    display: none;
  }
}
.mobile-menu-toggle span {
  height: 19px;
  width: 19px;
  background-color: var(--color-white);
}
.mobile-menu-toggle--black span {
  background-color: var(--color-grey);
}

.pagination {
  display: flex;
  margin-top: 16px;
}
.pagination ul {
  list-style: none;
  display: flex;
}
.pagination li {
  color: var(--pixie-gray);
  font-size: 12px;
  border: 2px solid #484951;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--pixie-br-6);
  user-select: none;
  transition: all 0.3s;
}
.pagination li:not([data-dots=true]) {
  cursor: pointer;
}
.pagination li:hover:not([data-dots=true]) {
  background-color: #484951;
}
.pagination li[data-active=true] {
  background-color: #484951;
}
.pagination li:not(:last-child) {
  margin-right: 5px;
}

.pagination-inline {
  display: flex;
  margin-top: 16px;
}
.pagination-inline * {
  color: var(--pixie-gray);
  font-size: 12px;
  border: 2px solid #484951;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--pixie-br-6);
  user-select: none;
  transition: all 0.3s;
}
.pagination-inline *:not(:last-child) {
  margin-right: 5px;
}
.pagination-inline .page-numbers {
  text-decoration: none;
}
.pagination-inline .page-numbers.active {
  background-color: #484951;
}
.pagination-inline .page-numbers:hover:not(.dots) {
  background-color: #484951;
}

.pagination-nav {
  margin-top: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pagination-nav a {
  text-decoration: none;
  color: var(--pixie-gray);
  font-weight: 500;
  transition: color 0.3s;
}
.pagination-nav a:hover {
  color: var(--pixie-orange) !important;
}
.pagination-nav > div:first-child {
  margin-right: 16px;
}

.navigation.pagination {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}
.navigation.pagination .screen-reader-text {
  margin-bottom: 16px;
}
.navigation.pagination .nav-links {
  display: flex;
}
.navigation.pagination .nav-links * {
  color: var(--pixie-gray);
  font-size: 12px;
  border: 2px solid #484951;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--pixie-br-6);
  user-select: none;
  transition: all 0.3s;
}
.navigation.pagination .nav-links *:not(:last-child) {
  margin-right: 5px;
}
.navigation.pagination .nav-links .page-numbers {
  text-decoration: none;
}
.navigation.pagination .nav-links .page-numbers.current {
  background-color: #484951;
}
.navigation.pagination .nav-links .page-numbers:hover:not(.dots) {
  background-color: #484951;
}
.navigation.pagination .nav-links .prev,
.navigation.pagination .nav-links .next {
  width: max-content;
  padding: 0 8px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background: var(--content-background-color);
  min-height: 100vh;
}

.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  border-radius: var(--pixie-br-16);
  background-color: var(--content-background-color);
  max-width: 1200px;
  width: 100%;
}
.not-found .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.not-found h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  line-height: 58px;
  color: var(--color-white);
  margin-bottom: 9px;
  margin-top: 74px;
}
.not-found h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--pixie-gray);
  margin-bottom: 62px;
}
.not-found form {
  max-width: 526px;
  margin-bottom: 70px;
  width: 100%;
}

.single-page {
  background-color: var(--content-background-color);
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  border-radius: 6px;
  padding: 20px;
  color: var(--color-white);
}

.wcfm-theme-nftly .single-page {
  background-color: unset;
}

.monk-sidebar-active .single-page {
  max-width: 880px;
}

.no-comments {
  color: var(--color-white);
}

.featured-box {
  border-radius: 16px;
  text-align: center;
  background-color: var(--content-background-color);
  width: 100%;
  margin: 0 0 40px;
  height: auto;
}
.featured-box img {
  max-height: 100%;
  max-width: 100%;
  border-radius: 16px;
}

.single-page .post {
  color: var(--color-white);
  width: 1020px;
  padding-top: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.single-page .post hr {
  margin: 10px 0;
  border-color: rgba(0, 0, 0, 0.3);
}
.single-page .post iframe {
  max-width: 100%;
}
.single-page .post > .post-tags {
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 30px;
  display: flex;
}
.single-page .post > .post-tags * {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  align-items: center;
  background-color: #3f4149;
  border-radius: 8px;
  color: var(--color-white);
  display: flex;
  height: 22px;
  justify-content: center;
  padding: 0 7px;
}
.single-page .post > .post-tags var {
  color: var(--color-white);
}
.single-page .post > .post-tags > span {
  margin-right: 6px;
  width: max-content;
}
.single-page .post > .post-tags > a {
  transition: 0.3s;
  text-decoration: none;
  width: max-content;
  white-space: nowrap;
}
.single-page .post > .post-tags > a:hover {
  background-color: var(--color-primary);
  color: var(--color-grey);
}
.single-page .post > .post-tags > a:not(:last-child) {
  margin-right: 7px;
}
.single-page .post .post-title {
  margin: 0 0 15px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: 600;
}
.single-page .post img {
  margin-bottom: 2px;
  max-width: 100%;
  height: auto;
}
.single-page .post h1 {
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  margin: 0 0 9px;
}
@media screen and (max-width: 1200px) {
  .single-page .post h1 {
    font-size: 28px;
    line-height: normal;
  }
}
.single-page .post h2 {
  font-size: 42px;
  margin: 24px 0;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 425px) {
  .single-page .post h2 {
    font-size: 26px;
    line-height: normal;
  }
}
.single-page .post h3 {
  font-size: 38px;
  margin: 24px 0;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 425px) {
  .single-page .post h3 {
    font-size: 22px;
    line-height: normal;
  }
}
.single-page .post h4 {
  font-size: 32px;
  margin: 24px 0;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 425px) {
  .single-page .post h4 {
    font-size: 20px;
  }
}
.single-page .post h5 {
  font-size: 28px;
  margin: 24px 0;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 425px) {
  .single-page .post h5 {
    font-size: 18px;
  }
}
.single-page .post h6 {
  font-size: 24px;
  margin: 24px 0;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 425px) {
  .single-page .post h6 {
    font-size: 16px;
  }
}
.single-page .post q {
  font-style: italic;
}
.single-page .post blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid var(--color-grey-ligher);
}
.single-page .post table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 8px;
}
.single-page .post td,
.single-page .post th {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.02);
}
.single-page .post dd {
  line-height: 1.42857143;
  margin: 0 0 20px;
}
.single-page .post dt {
  line-height: 1.42857143;
  font-weight: 700;
}
.single-page .post dl {
  margin: 0 20px;
}
.single-page .post address {
  font-style: italic;
  margin: 0 0 24px;
  font-weight: normal;
}
.single-page .post abbr {
  cursor: help;
  border-bottom: 1px dotted;
}
.single-page .post figcaption {
  display: block;
  margin: 0;
}
.single-page .post .has-background {
  color: var(--color-grey);
  padding: 5px;
}
.single-page .post .page-links {
  margin-top: 20px;
}
.single-page .post .wp-block-group {
  margin-bottom: 15px;
}
.single-page .post .wp-block-spacer {
  height: 100px;
}
.single-page .post pre {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.single-page .post code {
  background: rgba(0, 0, 0, 0.2);
  word-wrap: break-word;
  box-decoration-break: clone;
  padding: 0.1rem 0.3rem 0.2rem;
  border-radius: 0.2rem;
}
.single-page .post ul,
.single-page .post ol {
  padding-left: 40px;
  margin-bottom: 18px;
}
.single-page .post ul li,
.single-page .post ol li {
  list-style: initial;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (max-width: 720px) {
  .single-page .post ul li,
.single-page .post ol li {
    font-size: 14px;
  }
}
.single-page .post ul li a,
.single-page .post ol li a {
  color: var(--color-grey-ligher);
  transition: color 0.3s;
}
.single-page .post ul li a:hover,
.single-page .post ol li a:hover {
  color: var(--color-grey);
}
.single-page .post i {
  font-style: italic;
}
.single-page .post cite {
  font-style: italic;
}
.single-page .post em {
  font-style: italic;
}
.single-page .post var {
  font-style: italic;
}
.single-page .post dfn {
  font-style: italic;
}
.single-page .post .aligncenter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.single-page .post .alignright {
  margin: 0 0 20px 10px;
  float: right;
}
.single-page .post .alignleft {
  margin: 0 5px 5px 0;
  float: left;
}
.single-page .post .wp-caption-text {
  color: var(--color-white);
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
}
.single-page .post input {
  background-color: rgba(255, 255, 255, 0.07);
  border: 0;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--color-white);
  outline: none;
  padding: 10px;
  resize: none;
}
.single-page .post input[type=submit] {
  cursor: pointer;
  padding: 8px 16px;
}
.single-page .post input[type=submit]:hover {
  opacity: 0.9;
}
.single-page .post .post-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-white);
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .single-page .post .post-details {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 425px) {
  .single-page .post .post-details {
    font-size: 12px;
    margin-bottom: 28px;
  }
}
.single-page .post .post-details .author {
  margin: 0 5px;
}
.single-page .post .post-details a {
  margin-left: 5px;
}
@media screen and (max-width: 720px) {
  .single-page .post > p {
    float: left;
  }
}
.single-page .post p {
  font-size: 16px;
  font-style: normal;
  line-height: 1.4em;
}
@media screen and (max-width: 720px) {
  .single-page .post p {
    font-size: 14px;
  }
}
.single-page .post p strong {
  font-weight: 700;
}
.single-page .post p img {
  margin-right: 14px;
  height: auto;
}
.single-page .post p:not(:last-child) {
  margin-bottom: 10px;
}
.single-page .wrapper {
  display: -webkit-flex;
  display: flex;
}
.single-page .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.single-page .page {
  padding: 60px 0;
  width: 1020px;
}
.single-page .page select {
  -webkit-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  -o-outline: none;
  outline: none;
}
.single-page .page h1 {
  margin-bottom: 15px;
}
.single-page .page h3 {
  margin: 15px 0 10px;
}
.single-page .page ul {
  list-style: none;
}
.single-page .page li {
  list-style: none;
}
.single-page .page textarea {
  border: 1px solid #ccc;
  padding: 8px 10px;
  -webkit-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  -o-outline: none;
  outline: none;
}
.single-page .page input {
  border: 1px solid #ccc;
  padding: 8px 10px;
  -webkit-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  -o-outline: none;
  outline: none;
}
.single-page .page.full-width {
  width: 100%;
}
.single-page .post.full-width {
  width: 100%;
}

.single-post-comments {
  display: flex;
  flex-direction: column;
  background: var(--content-background-color);
  border-radius: 16px;
  padding: 25px;
  margin: 40px 0 20px;
}
.single-post-comments .comment-container a {
  color: var(--color-grey-ligher);
  line-height: 16px;
}
.single-post-comments .comment-container > .comment-headtitle {
  margin-bottom: 35px;
}
.single-post-comments .comment-container > .comment-headtitle > h3 {
  margin: 0;
}
.single-post-comments .comment-container ul {
  list-style: none;
}
.single-post-comments .comment-container ul a {
  text-decoration: none;
}
.single-post-comments .comment-container ul.pingback {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin: 20px 0;
  line-height: 1.5;
}
.single-post-comments .comment-container ul.pingback li {
  list-style: auto;
  margin: 0 0 0 20px;
}
.single-post-comments .comment-container ul.pingback li a {
  color: var(--color-grey-ligher);
}
.single-post-comments .comment-container ul.children {
  width: 100%;
  padding-left: 50px;
}
.single-post-comments .comment-container > ul {
  position: relative;
}
.single-post-comments .comment-container > ul li {
  margin: 0 0 20px;
}
.single-post-comments .comment-container > ul li .the_comment {
  display: -webkit-flex;
  display: flex;
  min-height: 112px;
  position: relative;
}
.single-post-comments .comment-container > ul li .the_comment .comment-author-avatar img {
  background: var(--color-grey-ligher);
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  left: 0;
  margin: 0;
  padding: 2px;
  position: absolute;
  top: 0;
  width: 32px;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body {
  margin: 0 0 0 50px;
  border: 0;
  width: 100%;
  border-radius: 4px;
  padding: 1em 1em 0;
  background-color: rgba(255, 255, 255, 0.07);
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-meta {
  color: var(--color-white);
  font-size: 0.83em;
  font-weight: 500;
  margin-bottom: 10px;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-meta .comment-meta-author {
  color: var(--color-white);
  font-weight: bold;
  vertical-align: middle;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-meta a {
  color: var(--color-white);
  text-decoration: none;
  vertical-align: middle;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content {
  line-height: 1.6em;
  font-size: 14px;
  color: var(--color-white) !important;
  max-width: 584px;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content hr {
  margin: 10px 0;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content h1 {
  font-size: calc-em(40);
  margin: 24px 0;
  font-weight: 500;
  line-height: 1;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content h2 {
  font-size: calc-em(32);
  margin: 24px 0;
  font-weight: 500;
  line-height: 1;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content h3 {
  font-size: calc-em(28);
  margin: 24px 0;
  font-weight: 500;
  line-height: 1;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content h4 {
  font-size: calc-em(24);
  margin: 24px 0;
  font-weight: 500;
  line-height: 1;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content h5 {
  font-size: calc-em(20);
  margin: 24px 0;
  font-weight: 500;
  line-height: 1;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content h6 {
  font-size: calc-em(16);
  margin: 24px 0;
  font-weight: 500;
  line-height: 1;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content q {
  font-style: italic;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid var(--color-grey-ligher);
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 8px;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content td,
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content th {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.02);
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content dd {
  line-height: 1.42857143;
  margin: 0 0 20px;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content dt {
  line-height: 1.42857143;
  font-weight: 700;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content dl {
  margin: 0 20px;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content address {
  font-style: italic;
  margin: 0 0 24px;
  font-weight: normal;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content abbr {
  cursor: help;
  border-bottom: 1px dotted;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content pre {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content code {
  background: rgba(0, 0, 0, 0.2);
  word-wrap: break-word;
  box-decoration-break: clone;
  padding: 0.1rem 0.3rem 0.2rem;
  border-radius: 0.2rem;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content address {
  font-style: italic;
  margin: 0 0 24px;
  font-weight: normal;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content abbr {
  cursor: help;
  border-bottom: 1px dotted;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content img {
  max-width: 100%;
  height: auto;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content ul,
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content ol {
  padding-left: 40px;
  margin-bottom: 18px;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content ul li,
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content ol li {
  list-style: initial;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 10px;
}
@media screen and (max-width: 720px) {
  .single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content ul li,
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content ol li {
    font-size: 14px;
  }
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content ul li a,
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content ol li a {
  color: var(--color-grey-ligher);
  transition: color 0.3s;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content ul li a:hover,
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content ol li a:hover {
  color: var(--color-grey);
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content p {
  font-size: 16px;
  font-style: normal;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content .comment-options {
  margin: 10px 0;
  padding: 0;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content .comment-options li {
  display: inline;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content .comment-options li:not(:last-child) {
  margin-right: 14px;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content .comment-options li > a {
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--color-grey-ligher);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content .comment-options li > a:hover {
  color: var(--color-grey-ligher);
  opacity: 0.7;
}
.single-post-comments .comment-respond .title {
  margin: 0;
}
.single-post-comments .comment-respond .title h3 {
  font-size: 26px;
  margin-bottom: 24px;
}
@media screen and (max-width: 482px) {
  .single-post-comments .comment-respond .title h3 {
    font-size: 22px;
  }
}
.single-post-comments .comment-respond .title h3 > small {
  font-size: 12px;
  float: right;
  position: relative;
  top: 6.5px;
}
.single-post-comments .comment-respond .title p {
  font-size: 14px;
  margin-bottom: 0;
}
.single-post-comments .comment-respond form .logged-in-as {
  color: var(--color-grey-ligher);
  font-size: calc-em(14);
}
.single-post-comments .comment-respond form .logged-in-as a {
  color: var(--color-grey-ligher);
  text-decoration: none;
}
.single-post-comments .comment-respond form .form-field {
  display: -webkit-flex;
  display: flex;
}
.single-post-comments .comment-respond form .form-field:first-of-type {
  margin-top: 14px;
}
.single-post-comments .comment-respond form .form-field:not(:last-child) {
  margin-bottom: 16px;
}
.single-post-comments .comment-respond form .form-field input,
.single-post-comments .comment-respond form .form-field textarea {
  border-radius: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  outline: none;
  border: 0;
  color: var(--color-white);
}
.single-post-comments .comment-respond form .form-field input {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.07);
  padding: 18px;
  border: 0;
}
.single-post-comments .comment-respond form .form-field input:not(:first-child) {
  margin-left: 16px;
}
.single-post-comments .comment-respond form .form-field textarea {
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.07);
  border: 0;
  outline: none;
  resize: none;
  color: var(--color-white);
  padding: 10px;
}
.single-post-comments .comment-respond form button {
  margin-top: 16px;
  align-items: center;
  background-color: var(--color-primary);
  border-radius: 10px;
  color: var(--color-grey);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  line-height: 31px;
  max-height: 46px;
  min-height: 46px;
  padding: 0 32px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  transition: 0.3s;
}
.single-post-comments .comment-respond form button:hover {
  background-color: var(--color-primary);
}
.single-post-comments .comment-respond form button.disabled {
  opacity: 0.4;
}

.single-page.woocommerce {
  padding: 130px 0;
}

@media screen and (max-width: 992px) {
  .single-page .featured-box {
    height: 345px;
    margin-bottom: 20px;
  }

  .single-page .wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .single-page .social-widget {
    margin: 0 auto;
    width: 100%;
  }
  .single-page .social-widget .share-post {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .single-page .social-widget .share-post li:not(:first-child) {
    margin-left: 10px;
  }
  .single-page .page {
    width: 100%;
  }
  .single-page .post {
    width: 100%;
  }
  .single-page .comment-container ul.children {
    padding-left: 12px;
  }
}
@media screen and (max-width: 768px) {
  .single-page .social-widget {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    order: 2;
    margin-top: 64px;
  }
  .single-page .social-widget .comment-counter span {
    text-align: center;
  }
  .single-page .comment-container > ul li .the_comment .comment-author-avatar {
    width: 40px;
  }
  .single-page .comment-container > ul li .the_comment .comment-author-avatar img {
    max-width: 40px;
    max-height: 40px;
    border-radius: 6px;
  }
  .single-page .comment-container > ul li .the_comment .comment-body {
    width: 70%;
  }
}
@media screen and (min-width: 993px) {
  .single-page .comment-container:not(.full-width) {
    margin-left: 179px;
  }
}
@media screen and (max-width: 1268px) {
  .single-page .comment-container ul.children {
    padding-left: 35px;
  }
}
@media screen and (max-width: 760px) {
  .single-page .comment-respond form .form-field {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .single-page .comment-respond form .form-field input:not(:first-child) {
    margin-left: 0;
    margin-top: 16px;
  }
}
.reset-list-style, .reset-list-style ul, .reset-list-style ol {
  list-style: none;
  margin: 0;
}

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

main:not(.site-main) {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 65px;
}

.page-template-page-front main {
  margin-top: unset;
}

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

body {
  border-bottom: 1px solid #292b31;
  background-color: var(--color-body);
  font-family: "Bai Jamjuree", sans-serif;
  color: #fff;
  font-size: 16px;
}
body.wcfm-store-setup {
  background-color: #fff;
}
body.wcfm-store-setup ul.select2-results__options.select2-results__options--nested {
  background-color: rgba(0, 0, 0, 0.5);
}

.header-hero-container {
  width: 100%;
  background-image: url("../images/cover_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.container {
  width: 1200px;
}
@media only screen and (max-width: 1280px) {
  .container {
    width: 90%;
  }
}
.container--relative {
  position: relative;
}
.container--news-list {
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .container--news-list {
    width: 90%;
  }
}

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

.nav-link-2 {
  color: #fff;
}

.nav-link-3 {
  color: #fff;
}

.btn {
  display: inline-block;
  margin-bottom: 0px;
  padding: 6px 18px;
  border-radius: 8px;
  background-color: var(--color-grey-ligher);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.btn--hypercolor {
  background: linear-gradient(92.73deg, #F3CDF1 5.78%, #EDF5FE 59.1%, #D7FEF5 95.43%);
  color: #000;
  padding: 8px 18px;
}

.btn,
.tnp-button {
  transition: all 200ms ease-in-out;
}
.btn:hover,
.tnp-button:hover {
  opacity: 0.7;
}

.btn.btn--primary {
  background-color: var(--color-secondary);
  color: #fcfcfc;
}

.btn.btn--yellow {
  background-color: var(--color-primary);
  color: var(--color-grey);
}

.btn.btn--black {
  background-color: var(--color-grey);
  color: #f0f2f6;
}

.btn.btn--black.btn--xl {
  padding-right: 26px;
  padding-left: 26px;
  font-size: 18px;
  line-height: 40px;
}

.link-block-2 {
  margin-right: 47px;
}

.image {
  width: 20px;
  height: 16px;
  margin-right: 13px;
}

.text-span {
  font-size: 22px;
}

.success-message {
  border-radius: 8px;
  background-color: #dcff05;
  color: var(--color-grey);
}

.checkbox-field {
  margin-top: 10px;
}

.checkbox-label {
  font-size: 14px;
}

.checkbox {
  width: 13px;
  height: 13px;
  border-style: none;
  border-radius: 4px;
  background-color: var(--color-grey-ligher);
  color: var(--color-grey-ligher);
}

.link-3 {
  color: var(--color-grey-ligher);
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  text-decoration: none;
}

.heading-2 {
  margin-bottom: 0px;
  line-height: 17px;
  font-weight: 500;
}

.image-4 {
  margin-right: 12px;
}

.text-block {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.text-block-2 {
  font-size: 12px;
}

.text-span-2 {
  display: block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #f0f2f6;
}

.link-4 {
  color: #f0f2f6;
  text-decoration: none;
}

.link-block-3 {
  color: #f0f2f6;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.text-block-4 {
  margin-top: 18px;
  padding-bottom: 10px;
}

.link-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-grey-ligher);
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.icon-arrow {
  width: 12px;
  height: 10px;
  margin-left: 6px;
  -webkit-mask-image: url("../images/arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: var(--color-secondary);
  background-size: auto;
}
.icon-arrow--white {
  display: inline-flex;
  background-color: var(--color-white);
}

.text-block-5 {
  width: 100%;
  line-height: 24px;
  margin-bottom: 10px;
}

.image-5 {
  background-color: transparent;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.image-6 {
  background-color: transparent;
}

.mt-20 {
  margin-top: 20px;
}

.page-content-wrapper {
  display: flex;
  max-width: 1200px;
  width: 100%;
}
.page-content-wrapper--news {
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .page-content-wrapper {
    max-width: 90%;
  }
}

@media only screen and (max-width: 991px) {
  .container .page-content-wrapper {
    max-width: 100%;
  }
}

.page-content-sidebyside {
  width: 100%;
  min-width: 0;
}

.page-content-container {
  width: 100%;
}

.search-page {
  margin: 0 auto 40px auto;
  border-radius: 16px;
  background-color: var(--content-background-color);
  max-width: 1200px;
  width: 100%;
}

.single-page .post .post-details .author a,
.single-page .post .post-details .author {
  margin: 0 1px 0;
}

.has-sidebar .section {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blogs__card-labels {
  display: flex;
}

.single-page a {
  color: var(--color-primary);
  text-decoration: none;
}

aside ul.sub-menu, aside ul.children {
  display: none;
}

.blogs__card-labels > div:not(:last-child) {
  margin-right: 5px;
}

.configuration-list > div:not(:last-child) {
  margin-bottom: 20px;
}