/*! 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 {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
.w-optimization {
  display: contents;
}
.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;
  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 !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,
[type='button'],
[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.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::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;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  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;
  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;
  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);
  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 {
  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 {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  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;
  -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%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-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);
  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;
}
.w-code-component > * {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 13, app/assets/stylesheets/webflow_additions.css.scss */
textarea, input[type="range"], input, input:matches([type="password"], [type="search"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}

/* line 20, app/assets/stylesheets/webflow_additions.css.scss */
.grey {
  background-color: #ebebeb !important;
}

/* line 25, app/assets/stylesheets/webflow_additions.css.scss */
.nude {
  background-color: #fcf6f2 !important;
}

/* line 30, app/assets/stylesheets/webflow_additions.css.scss */
.white {
  background-color: #ffffff !important;
}

/* line 35, app/assets/stylesheets/webflow_additions.css.scss */
.beige {
  background-color: #f2e6ce !important;
}

/* line 40, app/assets/stylesheets/webflow_additions.css.scss */
.mint {
  background-color: #dff0dcb3 !important;
}

/* line 45, app/assets/stylesheets/webflow_additions.css.scss */
.taupe {
  background-color: #f2ebde !important;
}

/* line 50, app/assets/stylesheets/webflow_additions.css.scss */
.blue {
  background-color: azure !important;
}

/* line 55, app/assets/stylesheets/webflow_additions.css.scss */
.hidden {
  display: none !important;
}

/* line 59, app/assets/stylesheets/webflow_additions.css.scss */
.js-accordion-item > .js-accordion-header:after {
  font-family: inherit;
  font-weight: 900;
  font-size: 20px;
  content: "+";
  color: #000;
  float: right;
  position: relative;
  display: block;
  transition: .3s all;
  transform: rotate(-180deg);
  opacity: 100;
}

/* line 73, app/assets/stylesheets/webflow_additions.css.scss */
.js-accordion-item.active > .js-accordion-header:after {
  transform: rotate(45deg);
}

/* line 77, app/assets/stylesheets/webflow_additions.css.scss */
.js-accordion-body {
  display: none;
}

/* line 81, app/assets/stylesheets/webflow_additions.css.scss */
.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

/* line 106, app/assets/stylesheets/webflow_additions.css.scss */
#uppy-root {
  width: 100%;
  margin-top: 10px;
  flex: 1 1 0px;
}

/* line 113, app/assets/stylesheets/webflow_additions.css.scss */
.uppy-Root {
  width: 100%;
}

/* line 118, app/assets/stylesheets/webflow_additions.css.scss */
.uppy-FileInput-btn {
  border-radius: 0px;
}

/* line 122, app/assets/stylesheets/webflow_additions.css.scss */
.uppy-FileInput-btn {
  display: block;
  width: 100%;
  margin: 0px auto 10px;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-color: #f1f1f1;
  background-image: url(/assets/hochladen-aed33058628f54407e9d493ea7482283b50269e66003299ca0b7ed39372b6ec2.svg);
  background-position: 10px 50%;
  background-size: auto 50%;
  background-repeat: no-repeat;
  text-transformation: uppercase;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 479px) {
  /* line 151, app/assets/stylesheets/webflow_additions.css.scss */
  .uppy-FileInput-btn {
    background-position: 10px 50%;
    background-size: auto 20px;
  }
}

/* line 158, app/assets/stylesheets/webflow_additions.css.scss */
.progress_bar_progress_wrapper.hidden {
  display: None !important;
}

/* line 163, app/assets/stylesheets/webflow_additions.css.scss */
button:focus {
  outline: 0;
}

/* line 168, app/assets/stylesheets/webflow_additions.css.scss */
#marquee {
  color: white;
  width: 830px;
  min-width: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 990px) {
  /* line 176, app/assets/stylesheets/webflow_additions.css.scss */
  #marquee {
    -moz-animation: example1 15s linear infinite;
    -webkit-animation: example1 15s linear infinite;
    animation: example1 15s linear infinite;
  }
}

/* Move it (define the animation) */
@-moz-keyframes example1 {
  0% {
    -moz-transform: translateX(100vw);
  }
  100% {
    -moz-transform: translateX(-110%);
  }
}

@-webkit-keyframes example1 {
  0% {
    -webkit-transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(-110%);
  }
}

@keyframes example1 {
  0% {
    -moz-transform: translateX(100vw);
    /* Firefox bug fix */
    -webkit-transform: translateX(100vw);
    /* Firefox bug fix */
    transform: translateX(100vw);
  }
  100% {
    -moz-transform: translateX(-110%);
    /* Firefox bug fix */
    -webkit-transform: translateX(-110%);
    /* Firefox bug fix */
    transform: translateX(-102%);
  }
}

@media only screen and (max-width: 991px) {
  /* line 207, app/assets/stylesheets/webflow_additions.css.scss */
  .woot--bubble-holder {
    display: none;
  }
}

/* line 213, app/assets/stylesheets/webflow_additions.css.scss */
.wa_button {
  transform: scale(1);
  animation: pulse 4s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* line 234, app/assets/stylesheets/webflow_additions.css.scss */
.image_scroll_view::-webkit-scrollbar {
  display: none;
}

/* line 239, app/assets/stylesheets/webflow_additions.css.scss */
.image_scroll_view {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* line 244, app/assets/stylesheets/webflow_additions.css.scss */
.body {
  font-family: "Source Sans 3 Variable", sans-serif !important;
}

/* line 251, app/assets/stylesheets/webflow_additions.css.scss */
.navbar_hidden {
  top: -150px !important;
}

/* line 256, app/assets/stylesheets/webflow_additions.css.scss */
.selected {
  border: 2px solid #000 !important;
}

/* line 263, app/assets/stylesheets/webflow_additions.css.scss */
.step_wrapper.bf_design {
  background-color: #000;
  color: #fff;
  flex-direction: column;
}

/* line 269, app/assets/stylesheets/webflow_additions.css.scss */
.heading_info_bf {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 200 !important;
}

/* line 279, app/assets/stylesheets/webflow_additions.css.scss */
.heading_info_button_wrapper.black_friday {
  text-align: center;
  flex-direction: row !important;
  display: flex;
  margin-right: 10px;
}

/* line 287, app/assets/stylesheets/webflow_additions.css.scss */
.turbo-progress-bar {
  background: #00a590;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

/* line 296, app/assets/stylesheets/webflow_additions.css.scss */
[busy]:not([no-spinner]) {
  position: relative;
}

/* line 300, app/assets/stylesheets/webflow_additions.css.scss */
[busy]:not([no-spinner]) > * {
  opacity: 0.25;
}

/* line 304, app/assets/stylesheets/webflow_additions.css.scss */
[busy]:not([no-spinner])::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  display: block;
  text-align: left;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1.25rem;
  margin-left: -1.25rem;
  border-radius: 50%;
  border: 0.275rem solid rgba(237, 233, 254, 0.7);
  /* Semi-transparent border */
  border-top-color: #00a590;
  /* Solid color for the top border */
  animation: spinner 0.6s linear infinite;
  z-index: 10;
  opacity: 0.5;
}
/* line 2, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_color_selection_image .cls-1 {
  stroke: #1e6174;
  stroke-width: 27px;
}

/* line 7, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_color_selection_image .cls-1, .funky_color_selection_image .cls-2 {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* line 13, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_color_selection_image .cls-2 {
  stroke: #ef7900;
  stroke-width: 33px;
}

/* line 18, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_color_selection_image .cls-3 {
  fill: #fdd9aa;
}

/* line 22, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_blue .cls-3 {
  fill: #f6fcfe;
}

/* line 26, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_blue .cls-2 {
  stroke: #1e6174;
}

/* line 30, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_blue .cls-1 {
  stroke: #1e6174;
}

/* line 34, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_green .cls-3 {
  fill: #e6f2dd;
}

/* line 38, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_green .cls-2 {
  stroke: #657e47;
}

/* line 42, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_green .cls-1 {
  stroke: #657e47;
}

/* line 46, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_red .cls-3 {
  fill: #f7d4c1;
}

/* line 50, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_red .cls-2 {
  stroke: #ec6066;
}

/* line 54, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_red .cls-1 {
  stroke: #1e6174;
}

/* line 59, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_purple .cls-3 {
  fill: #f4ced2;
}

/* line 63, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_purple .cls-2 {
  stroke: #c095b9;
}

/* line 67, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_purple .cls-1 {
  stroke: #ba343d;
}

/* line 74, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
:root {
  --sand: #e0d9c3;
  --light-sea-green: #00a590;
  --lightbeige: #f8f6f1;
}

/* line 80, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

/* line 87, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

/* line 91, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

/* line 96, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

/* line 105, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

/* line 111, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

/* line 117, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

/* line 124, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

/* line 130, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

/* line 137, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

/* line 146, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

/* line 150, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

/* line 158, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

/* line 165, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

/* line 172, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

/* line 180, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

/* line 188, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
p {
  margin-bottom: 15px;
}

/* line 192, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
a {
  text-decoration: none;
}

/* line 196, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.segmented {
  border: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 60px;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 300;
  display: flex;
  position: relative;
}

/* line 211, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.segmented._40_50 {
  width: 80px;
  height: 100px;
}

/* line 216, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.segmented._50_70 {
  width: 100px;
  height: 140px;
}

/* line 221, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.segmented._50_70.selected {
  border-width: 2px;
  border-color: #000;
  font-weight: 600;
}

/* line 227, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.segmented._30_40 {
  align-items: center;
  width: 60px;
  height: 80px;
  font-size: 13px;
  display: flex;
}

/* line 235, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.segmented._30_40.selected {
  border-width: 2px;
  border-color: #000;
  font-weight: 600;
}

/* line 241, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.color_selection {
  background-color: #fcf6f2;
  width: 40px;
  height: 40px;
}

/* line 247, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.color_selection.taupe {
  background-color: #f2ebde;
}

/* line 251, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.color_selection.mint {
  background-color: #ebffe8;
}

/* line 255, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.color_selection.beige {
  background-color: #f2e6ce;
}

/* line 259, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.color_selection.white {
  background-color: #fff;
  border: 1px solid #ddd;
  display: block;
}

/* line 265, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.color_selection.white.selected {
  border-width: 2px;
  border-color: #000;
}

/* line 270, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.color_selection.blue {
  background-color: azure;
}

/* line 274, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.color_selection.grey {
  background-color: #ebebeb;
  width: 40px;
  height: 40px;
}

/* line 280, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.hoodie_color_selection {
  background-color: #fcf6f2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

/* line 290, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.hoodie_color_selection.ivory {
  background-color: ivory;
  border: 1px solid #8b8b8b;
  display: flex;
}

/* line 296, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.hoodie_color_selection.nblue {
  background-color: #274472;
}

/* line 300, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.hoodie_color_selection.bblue {
  background-color: #c3e0e5;
}

/* line 304, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.hoodie_color_selection.khaki {
  background-color: #435b3f;
}

/* line 308, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.hoodie_color_selection.hgrey {
  background-color: #a0a0a0;
}

/* line 312, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.hoodie_color_selection.purple {
  background-color: #c0abff;
}

/* line 316, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection.hoodie_color_selection.black {
  background-color: #000;
}

/* line 320, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.rebate_heading {
  text-align: left;
  flex: 1;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

/* line 329, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.rebate_heading.bold {
  font-weight: 900;
}

/* line 333, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.slide-nav {
  display: none;
}

/* line 337, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.newsletter_button {
  background-color: #00a590;
  margin-left: 0;
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 600;
}

/* line 346, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.newsletter_wrapper {
  width: 70%;
}

/* line 350, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.main_customer_subtitle {
  text-align: center;
  white-space: nowrap;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 300;
  line-height: 10px;
  display: block;
}

/* line 360, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.newsletter_input {
  border: 1px solid #0000;
  width: 100%;
  height: 39px;
  margin-bottom: 0;
  padding-bottom: 8px;
}

/* line 368, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.payment_logo {
  width: 7%;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  position: static;
  inset: 10% 10px 10% auto;
}

/* line 377, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cta-description {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.8rem;
}

/* line 387, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.newsletter-form {
  align-items: center;
  display: flex;
}

/* line 392, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.bottom-footer-paragraph {
  float: left;
  margin-bottom: 0;
  font-size: 12px;
}

/* line 398, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.bottom-footer-paragraph.dark {
  color: #94979e;
  text-align: center;
  width: 100%;
}

/* line 404, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.preview_wrapper {
  text-align: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: absolute;
  inset: 0 10%;
  box-shadow: 1px 1px 30px 7px #b9b9b9;
}

/* line 416, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.preview_wrapper.horizontal {
  inset: 10% 0%;
}

/* line 420, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.background_wrapper {
  z-index: 2;
  background-color: #fcf6f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
  position: absolute;
  top: 8%;
  bottom: 12%;
}

/* line 433, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.background_wrapper.horizontal {
  width: 90%;
  top: 9%;
  bottom: 14%;
}

/* line 439, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.background_wrapper.without_text {
  bottom: 8%;
}

/* line 443, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.customer_text_preview {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 10%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
}

/* line 456, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading {
  text-align: left;
  width: 30%;
}

/* line 461, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading.full_width {
  width: 100%;
}

/* line 465, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.footer_columns {
  margin-left: 20px;
  margin-right: 20px;
}

/* line 470, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.main_wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 479, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.footer_link {
  color: #000;
  text-align: left;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  overflow: visible;
}

/* line 492, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.newsletter_logo_wrapper {
  flex-direction: row;
  display: flex;
}

/* line 497, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.footer_legal {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 10px;
  display: flex;
}

/* line 506, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.preview_sample_picture {
  text-align: center;
  flex-direction: column;
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
}

/* line 515, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.preview_sample_picture.frame_mode {
  margin-top: 1.5%;
}

/* line 519, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.code_block {
  text-align: right;
  width: 30%;
  font-size: 20px;
  line-height: 30px;
}

/* line 526, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.footer_legal_link {
  color: #000;
  margin-top: 0;
  padding-right: 10px;
  font-weight: 200;
  text-decoration: none;
  display: inline-block;
}

/* line 535, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.editor_slide_image_wrapper {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

/* line 546, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.step_wrapper {
  background-color: #fff;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 5px;
  padding: 10px 15px 5px;
  display: flex;
}

/* line 555, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.step_wrapper.comments {
  flex-direction: column;
  align-items: flex-start;
}

/* line 560, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.step_wrapper.upload {
  flex-direction: column;
  align-items: center;
}

/* line 565, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.step_wrapper.vertical {
  flex-direction: column;
}

/* line 569, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.step_wrapper.rebate {
  flex-direction: column;
  display: block;
}

/* line 574, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.step_wrapper.valentine {
  color: #fff;
  background-color: #e17f93;
  flex-direction: column;
  align-items: stretch;
}

/* line 581, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.step_wrapper.form {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5px;
}

/* line 587, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.step_wrapper.coupon_code {
  flex-direction: column;
}

/* line 591, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.main_customer_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

/* line 599, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.footer_heading {
  text-align: left;
}

/* line 603, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.footer_subheading {
  font-weight: 400;
}

/* line 607, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.miroar_logo_footer {
  color: #000;
  height: 100%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
}

/* line 617, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.payment_wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

/* line 623, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

/* line 636, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.button:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

/* line 642, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.button.outline {
  color: #fff;
  background-color: #bfe5d9;
  border: 1px #696969;
  font-size: 20px;
  line-height: 30px;
}

/* line 650, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.button.outline.w--current {
  border-radius: 10px;
}

/* line 654, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.button.outline.inline {
  color: #000;
  background-color: #f7f4ed;
  flex: none;
  height: 100%;
  margin-top: 0;
  margin-left: 10px;
  line-height: 23px;
}

/* line 664, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.button.whatsapp-button {
  color: #fff;
  text-align: center;
  background-color: #00a590;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

/* line 681, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.button.whatsapp-button.faq_version {
  background-color: #000;
  margin-bottom: 10px;
}

/* line 686, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.button.uppy-fileinput-btn {
  color: #000;
  text-align: center;
  background-color: #f1f1f1;
  background-image: url(/assets/hochladen-aed33058628f54407e9d493ea7482283b50269e66003299ca0b7ed39372b6ec2.svg);
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border: 1px #000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

/* line 707, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.button.check_image_button {
  color: #000;
  text-align: center;
  background-color: #f1f1f1;
  background-image: url(/assets/hochladen-aed33058628f54407e9d493ea7482283b50269e66003299ca0b7ed39372b6ec2.svg);
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border: 1px #000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: none;
}

/* line 728, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.button.whatsapp-button-v2 {
  color: #fff;
  text-align: center;
  background-color: #00a590;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

/* line 744, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cta-title-small {
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-size: 29px;
  font-weight: 600;
  line-height: 35px;
}

/* line 753, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cta-title-small.padding_top {
  margin-top: 40px;
}

/* line 757, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.white-footer {
  background-color: #f7f4ed;
  padding: 20px 10px 20px 0;
  font-size: 16px;
}

/* line 763, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cta-title-big {
  color: #000;
  text-align: center;
  letter-spacing: .02em;
  margin-top: 10px;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 3.7rem;
}

/* line 773, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.rebate_block {
  text-align: right;
  white-space: nowrap;
  font-size: 20px;
  line-height: 30px;
}

/* line 780, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.rebate_block.bold {
  font-weight: 700;
}

/* line 784, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.coupon_feedback_wrapper {
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  display: none;
}

/* line 791, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-field-2 {
  margin-bottom: 0;
  display: block;
}

/* line 796, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.footer-column {
  padding-left: 0;
  padding-right: 0;
}

/* line 801, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.footer-column.newslettercolumn {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

/* line 807, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.redeem_code_wrapper {
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

/* line 814, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.nav-menu {
  z-index: 1;
  border-radius: 4px;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

/* line 823, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.header_element_wrapper_christmas, .header_element_wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

/* line 830, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.nav_bar_container {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 4%;
  padding-right: 6%;
  display: flex;
}

/* line 841, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.nav-link {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #0000;
  border-bottom-style: solid;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
}

/* line 855, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.nav-link:hover {
  background-color: #0000;
  border-style: none none solid;
  border-color: #84848433;
}

/* line 861, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.nav-link.w--current {
  color: #000;
}

/* line 865, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.nav-link.with-color {
  color: #fff;
  background-color: #00a590;
  border-radius: 5px;
  margin-right: 0;
  padding: 16px 60px;
  line-height: 13px;
}

/* line 874, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.nav-link.with-color:hover {
  background-color: #2f3338;
}

/* line 878, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.dropdown-toggle-2 {
  padding: 0 20px 0 0;
}

/* line 882, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.header_image {
  flex: 0 1 0;
  height: 70%;
}

/* line 887, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.header_element_christmas {
  color: #fff;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

/* line 895, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.express_header {
  text-align: center;
  background-color: #000;
  justify-content: space-around;
  height: 30px;
  margin-bottom: 20px;
  line-height: 30px;
  display: flex;
}

/* line 905, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.express_header.with_notification {
  align-items: stretch;
}

/* line 909, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.express_header.special_header {
  background-color: #ff3131;
  margin-bottom: 0;
  display: block;
}

/* line 915, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.dropdown-list-2 {
  background-color: #fff;
}

/* line 919, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.dropdown-list-2.w--open {
  background-color: #f7f4ed;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 0;
}

/* line 927, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.logo-block {
  z-index: 10;
  height: 100%;
  margin-right: 30px;
}

/* line 933, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.logo-block.w--current {
  float: none;
  display: inline-block;
}

/* line 938, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.div_max_container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

/* line 944, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.header_element {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

/* line 953, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.navbar {
  background-color: #0000;
  border-bottom: 1px solid #ffffff1a;
  padding-top: 40px;
  padding-bottom: 45px;
  transition: top .6s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 965, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.navbar.white {
  opacity: 1;
  background-color: #fffffff2;
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
  box-shadow: 0 0 33px #0003;
}

/* line 974, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.navbar.white.reduced {
  box-shadow: none;
  opacity: .9;
  position: fixed;
}

/* line 980, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.navbar.white.reduced.shadow {
  z-index: 3000;
  box-shadow: 0 0 33px #0003;
}

/* line 985, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.navbar.white.fixed {
  position: relative;
}

/* line 989, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.body {
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  line-height: 23px;
}

/* line 996, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.icon-7 {
  margin-right: 0;
}

/* line 1000, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.button_text {
  flex: 1;
  margin-left: 20px;
}

/* line 1005, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.button_image {
  width: 30px;
}

/* line 1009, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-block-31 {
  color: #000;
  height: 100%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
}

/* line 1019, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.blog_paragraph {
  text-align: justify;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 30px;
}

/* line 1027, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.blog_main_heading {
  text-align: center;
  border: 1px #00000042;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 2.2rem;
}

/* line 1037, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.blog_image_left_block {
  margin-top: 20px;
  display: block;
}

/* line 1042, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.blog_image {
  border-radius: 0;
  max-height: 300px;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 1049, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.blog_image_wrapper {
  flex-direction: row;
  place-content: stretch center;
  align-items: center;
  display: flex;
}

/* line 1056, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_select_heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

/* line 1063, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_select_heading.bf_design {
  color: #000;
}

/* line 1067, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.format_note {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
}

/* line 1076, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.counter_additional_price_wrapper {
  flex-direction: row;
  flex: 1;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

/* line 1086, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.segmented_radio_button {
  padding-left: 0;
  display: flex;
}

/* line 1091, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.segmented_radio_button.shrink {
  align-items: center;
}

/* line 1095, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.step_wrapper_content {
  flex-direction: row;
  flex: 1;
  align-items: center;
  width: 100%;
  display: flex;
}

/* line 1103, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.order_page_element_footer {
  justify-content: center;
  align-self: stretch;
  width: 100%;
  display: flex;
}

/* line 1110, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.add_to_cart_text {
  white-space: nowrap;
  width: 100%;
  height: 35px;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  display: inline-block;
}

/* line 1121, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.columns {
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
}

/* line 1127, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.max_number_char {
  padding-left: 5px;
}

/* line 1131, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.max_number_char.reached {
  color: #ff3131;
}

/* line 1135, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.color_selection_radio_button {
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 0;
  display: flex;
}

/* line 1142, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.person_counter_wrapper {
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

/* line 1150, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.font_selection_wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

/* line 1157, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.steps_wrapper {
  border: 1px #8d8d8d30;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

/* line 1167, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.radio_button_outer_wrapper {
  flex: 1;
}

/* line 1171, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.editor_slider_icon {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: auto auto auto 0;
  padding: 0;
  font-size: 12px;
  font-weight: 200;
  line-height: 30px;
  position: static;
}

/* line 1185, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.editor_slider_icon.right {
  margin-left: auto;
  margin-right: 0;
}

/* line 1190, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.progress_bar_filled {
  background-color: #000;
  width: 40%;
  height: 100%;
  padding-bottom: 0;
}

/* line 1197, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.order_header_wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

/* line 1204, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.success-message-3 {
  background-color: #fff;
}

/* line 1208, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.tabs-content-2 {
  overflow: visible;
}

/* line 1212, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.form-2 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

/* line 1218, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-block-43 {
  direction: ltr;
  color: #00a590;
  text-align: left;
  white-space: nowrap;
  font-size: 23px;
  font-weight: 700;
  display: inline-block;
}

/* line 1228, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.editor_tab_text {
  display: inline-block;
}

/* line 1232, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.delivery_date_order_heading {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
}

/* line 1238, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.add_to_card_benefits_wrapper {
  margin-top: 5px;
}

/* line 1242, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.faq_header {
  flex: 1;
  font-size: 15px;
}

/* line 1247, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_select_wrapper {
  flex: 1;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}

/* line 1254, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_select_wrapper.checkout_version {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 1259, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.design_tab {
  text-align: center;
  width: 50%;
  font-weight: 700;
}

/* line 1265, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.design_tab.w--current {
  background-color: #fff;
}

/* line 1269, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.radio-button-label {
  display: none;
}

/* line 1273, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.order_section {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

/* line 1284, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.order_section.bottom_padding {
  padding-bottom: 80px;
}

/* line 1288, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.add_to_cart {
  z-index: 1;
  color: #fff;
  background-color: #00a590;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

/* line 1300, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.add_to_cart:hover {
  color: #fff;
}

/* line 1304, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.add_to_cart.fixed_duplicate {
  display: none;
}

/* line 1308, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-block-44 {
  color: #f7f4ed;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

/* line 1315, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_select_icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

/* line 1321, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_select_icon.right {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
}

/* line 1328, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.tabs-menu-2 {
  flex-direction: row;
  display: flex;
}

/* line 1333, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.editor_text_wrapper {
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

/* line 1341, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.duplicate_rebate {
  color: #ff3131;
  text-align: right;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

/* line 1352, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.line_wrapper {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

/* line 1363, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.line_wrapper.top_line {
  border-top: 1px solid #d8d8d8;
  margin-bottom: 5px;
}

/* line 1368, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.radio_button_wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

/* line 1377, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.person_price_wrapper {
  direction: rtl;
  align-items: center;
  width: 0;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

/* line 1387, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.right-arrow-2 {
  margin-right: -50px;
}

/* line 1391, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.image-9 {
  width: 50px;
  height: 50px;
}

/* line 1396, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_info_button {
  background-color: #e0d9c3;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  display: block;
}

/* line 1411, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_select_content {
  z-index: 3000;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: absolute;
  inset: 0 0% auto;
}

/* line 1425, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_select_content.checkout_version {
  background-color: #e0d9c3;
  border-radius: 0;
  margin-left: 0;
  display: none;
}

/* line 1432, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.preview_line_art {
  z-index: 10;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 5px;
}

/* line 1440, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.editor_text_input {
  margin-top: 10px;
  margin-bottom: 5px;
}

/* line 1445, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.progress_bar_progress_wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

/* line 1451, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading_info_button_wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

/* line 1457, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading_info_button_wrapper.black_friday {
  text-align: center;
  flex-direction: column;
}

/* line 1462, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selection_description_label {
  text-align: center;
  width: 100%;
  height: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
}

/* line 1472, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.bf_discount {
  color: #000;
  margin-left: 5px;
}

/* line 1477, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.editor_slider {
  z-index: 100;
  background-color: #0000;
  width: 100%;
  height: 80%;
  margin-bottom: 4%;
  position: relative;
}

/* line 1486, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.editor_slider.horizontal {
  height: 78%;
}

/* line 1490, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.save_image_button {
  color: #000;
  text-align: center;
  background-color: #0000;
  margin-top: 3px;
  text-decoration: none;
}

/* line 1498, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.faq_block {
  border-bottom: 1px solid #d6d6d6;
}

/* line 1502, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.order_step_wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

/* line 1511, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.small_faq_body {
  background-color: #0000;
  display: block;
  position: relative;
}

/* line 1517, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.small_faq_body.w--open {
  background-color: #0000;
}

/* line 1521, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.small_faq_text_block {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 1526, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.small_faq_container {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1532, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.small_faq_container.js-accordion {
  text-align: left;
}

/* line 1536, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.editor_tab_icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/* line 1542, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.duplicate_original {
  color: #ff3131;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: line-through;
}

/* line 1551, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.upload_progress {
  text-align: right;
  white-space: nowrap;
  padding-left: 10px;
  font-weight: 600;
}

/* line 1558, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.quality_badge_wrapper {
  z-index: 200;
  background-color: #00a590;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: -70px auto auto -70px;
}

/* line 1573, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_select_header {
  background-color: #f8f6f1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

/* line 1587, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_select_header.bf_design {
  color: #000;
  background-color: #fff;
}

/* line 1592, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_select_header.checkout_version {
  color: #fff;
  background-color: #e0d9c3;
  margin-left: 0;
}

/* line 1598, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_select_row {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

/* line 1605, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_select_row:hover, .frame_select_row.frame_selected {
  background-color: #d8d8d8;
}

/* line 1609, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.radio-button {
  display: none;
}

/* line 1613, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_preview {
  z-index: 200;
  width: 103%;
  height: 103%;
  position: absolute;
  inset: -1.5% 0% 0% -1.5%;
}

/* line 1621, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_preview.natural_frame {
  background-image: url(/assets/natural_frame-a21edf503c89e442404d77e9a01cb0c31581df90158d35fcc8d2d299abb15f46.png);
  background-position: 0 0;
  background-size: cover;
}

/* line 1627, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_preview.natural_frame.horizontal {
  background-image: url(/assets/natural_frame_horizontal-06da09429ab80d75c0dbdefc0593dc28f6190d7b9813b9b69f644625e27609e2.png);
}

/* line 1631, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_preview.white_frame {
  background-image: url(/assets/white_frame-62ac9893a78126bcf0d6f8fea74b33efec58b4e50dddeb127176ce0aa1d5415f.png);
  background-position: 0 0;
  background-size: cover;
}

/* line 1637, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_preview.white_frame.horizontal {
  background-image: url(/assets/white_frame_horizontal-a4eff179835701720d0550d26891e55a30f6388dc3ccc9f036dc42d818e89c79.png);
}

/* line 1641, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_preview.black_frame {
  background-image: url(/assets/black_frame-c450b180c41ea6be76fd39bce4036eef6a922e96962bb440a2d462e4d23b9983.png);
  background-position: 0 0;
  background-size: cover;
}

/* line 1647, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_preview.black_frame.horizontal {
  background-image: url(/assets/black_frame_horizontal-ccdc4f2d78535b7848c02cdf07b7431062867c5f3d32f758257a48409e238909.png);
  background-size: cover;
}

/* line 1652, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.editor_placeholder {
  text-align: center;
  width: 80%;
  font-size: 2vw;
  font-style: italic;
  font-weight: 600;
  line-height: 2.1vw;
  display: block;
}

/* line 1662, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.form_preview_image {
  border-radius: 0;
  margin-bottom: 0;
  display: block;
}

/* line 1668, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.form-block {
  text-align: center;
  margin-bottom: 0;
}

/* line 1673, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.column {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

/* line 1683, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.left-arrow-2 {
  margin-left: -50px;
}

/* line 1687, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading_info_bf {
  flex: 0 auto;
  margin-bottom: 0;
  font-weight: 700;
}

/* line 1693, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.add_to_cart_price {
  flex: 1;
  height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  display: inline-block;
}

/* line 1704, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.add_to_cart_image {
  width: 35px;
  height: 35px;
  font-weight: 700;
}

/* line 1710, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.counter_button {
  color: #000;
  background-color: #fff;
  background-image: url(/assets/minus-1118708a7cead7a10030559c6b2e424b8c26a7991225eee8e46fc9811c151d85.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 60px;
  height: 60px;
  padding: 0;
  font-size: 26px;
  line-height: 23px;
}

/* line 1724, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.counter_button.non_active {
  opacity: .2;
  background-size: 20px 20px;
  width: 60px;
  height: 60px;
}

/* line 1731, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.counter_button.plus {
  background-image: url(/assets/plus-af4be078181e5cfad0d8746d164e8f7cc5ba2485b88e2d427b82d24f3eb4b51d.svg);
  background-size: 20px 20px;
  width: 60px;
  height: 60px;
}

/* line 1738, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.progress_bar_wrapper {
  border: 1px solid #f1f1f1;
  width: 100%;
  height: 20px;
  padding-bottom: 0;
  padding-right: 0;
}

/* line 1746, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.font_selection_button {
  color: #000;
  background-color: #fff;
  border: 1px solid #b5b5b5;
  border-right-style: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1758, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.font_selection_button.selected {
  color: #fff;
  background-color: #000;
  border-width: 1px;
  border-color: #000;
  font-weight: 400;
}

/* line 1766, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.font_selection_button.right_button {
  border-left-style: none;
  border-right-style: solid;
  border-radius: 0 5px 5px 0;
  font-weight: 600;
}

/* line 1773, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading-8 {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 600;
}

/* line 1780, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.label_error {
  color: #ff3131;
  text-align: left;
  margin-bottom: 4px;
}

/* line 1786, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.editor_slide {
  margin-left: auto;
  margin-right: auto;
}

/* line 1791, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.bold-text {
  color: #ff3131;
}

/* line 1795, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.small_faq_header.js-accordion-header {
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

/* line 1802, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.counter_label {
  padding-left: 0;
  padding-right: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  display: inline-block;
}

/* line 1811, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.custom_container {
  background-color: #f8f6f1;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

/* line 1819, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.column-2 {
  flex: 1;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

/* line 1827, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.add_to_cart_price_wrapper {
  flex: none;
  align-items: center;
  display: flex;
}

/* line 1833, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.editor_slide_nav {
  display: none;
}

/* line 1837, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading_frame {
  text-align: left;
}

/* line 1841, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading_frame.bf_design {
  font-weight: 300;
}

/* line 1845, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_counter {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 16px;
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  position: absolute;
  inset: auto 5px -4px auto;
}

/* line 1864, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_icon_burger_wrapper {
  display: none;
}

/* line 1868, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout {
  float: right;
  color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

/* line 1879, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_image {
  width: 30px;
  height: 30px;
}

/* line 1884, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_icon_wrapper {
  width: 50px;
  height: 34px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

/* line 1892, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_support_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

/* line 1902, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.paragraph-4 {
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}

/* line 1908, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.slide-6 {
  height: 100%;
}

/* line 1912, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.columns-13 {
  flex: none;
}

/* line 1916, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_header {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 400;
}

/* line 1923, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_close {
  z-index: 2000;
  padding: 15px 15px 10px 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

/* line 1930, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.column-9 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

/* line 1936, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.icon-18 {
  margin-right: 0;
}

/* line 1940, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_slider_wrapper {
  flex: none;
  width: 70%;
  padding-bottom: 70%;
  position: relative;
}

/* line 1947, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.slider-6 {
  background-color: #0000;
  flex: 1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

/* line 1955, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_image {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 1962, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_wrapper {
  background-color: #f7f4ed;
  padding: 0 10px;
  position: absolute;
  inset: 10% 25% auto;
}

/* line 1969, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_wrapper.language_selector {
  background-color: #fff;
  padding-bottom: 20px;
}

/* line 1974, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_wrapper.partner_selector {
  background-color: #fff;
  padding-bottom: 0;
  bottom: 2%;
}

/* line 1980, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading-10 {
  text-align: center;
}

/* line 1984, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.left-arrow-5 {
  color: #000;
}

/* line 1988, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_image_slide {
  align-items: center;
  height: 100%;
  display: flex;
}

/* line 1994, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_container {
  z-index: 3001;
  background-color: #00000080;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

/* line 2003, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 0%;
  margin-left: 2%;
  margin-right: 2%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: scroll;
}

/* line 2018, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.right-arrow-5 {
  color: #000;
}

/* line 2022, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_support_image {
  border-radius: 50%;
  width: 75px;
  height: 75px;
}

/* line 2028, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.icon-19 {
  margin-left: 0;
}

/* line 2032, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.image-14 {
  width: 30px;
  height: 30px;
}

/* line 2037, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.frame_text_block_popup {
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 20px;
  line-height: 28px;
  display: flex;
}

/* line 2046, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.coupon_preview {
  width: 50%;
  margin: 20px auto;
}

/* line 2051, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-block-25 {
  color: #fff;
  font-weight: 600;
}

/* line 2056, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.coupon_preview_image {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 2063, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.textarea-2 {
  border: 1px #000;
  height: 200px;
  font-size: 17px;
}

/* line 2069, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.coupon_value_wrapper {
  flex-direction: row;
  align-items: stretch;
  height: 40px;
  margin: 5px auto 20px;
  display: flex;
  overflow: hidden;
}

/* line 2078, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.coupon_step_title {
  margin-top: 15px;
  font-weight: 600;
}

/* line 2083, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.currency_coupon {
  text-align: center;
  background-color: #00a590;
  width: 80px;
  height: 40px;
  font-size: 25px;
  line-height: 40px;
}

/* line 2092, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.option_select_indicator {
  background-color: #0000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}

/* line 2104, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.option_select_indicator.selected {
  background-color: #000;
  flex: none;
  width: 14px;
  height: 14px;
  position: static;
}

/* line 2112, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.coupon_text_wrapper {
  flex-direction: row;
  align-items: stretch;
  margin-top: 5px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

/* line 2121, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.option_select_indicator_wrapper {
  border: 1px solid #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 20px;
  padding: 0;
  display: flex;
  position: relative;
}

/* line 2135, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-field-4 {
  text-align: left;
  border: 0 #000;
  height: 40px;
  font-size: 17px;
  line-height: 30px;
}

/* line 2143, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.vertical_select_wrapper {
  margin-left: auto;
  margin-right: auto;
}

/* line 2148, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.coupon_order_form {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

/* line 2154, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.vertical_select_option {
  background-color: #fff;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  display: flex;
}

/* line 2164, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.vertical_select_option.selected {
  background-color: #e0d9c3;
  border-style: none;
}

/* line 2169, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.form_preview_image_wrapper {
  margin-bottom: 10px;
  position: relative;
}

/* line 2174, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.upload_photo_quality_button {
  width: 100%;
  padding-bottom: 10px;
}

/* line 2179, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.form-block-3 {
  text-align: center;
  margin-bottom: 0;
}

/* line 2184, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.slider-7 {
  flex-direction: row;
  align-items: stretch;
  height: auto;
  display: flex;
}

/* line 2191, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.column-24 {
  flex: 1;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

/* line 2199, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading-13 {
  margin-top: 0;
}

/* line 2203, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.order_view_popup_wrapper {
  position: fixed;
  inset: 0%;
}

/* line 2208, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.order_view_popup_wrapper.hidden {
  display: none;
}

/* line 2212, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.image-15 {
  width: 30px;
  height: 30px;
}

/* line 2217, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_preview_wrapper {
  background-color: #fff;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

/* line 2225, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_preview_wrapper.add_new_pic {
  background-color: #0000;
  border: 1px dashed #9c9c9c;
  flex-flow: column;
  align-items: center;
  min-height: 150px;
  padding: 0;
}

/* line 2234, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.nav_bar_container_reduced {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 4%;
  padding-right: 6%;
  display: flex;
}

/* line 2245, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-block-48 {
  color: #000;
  height: 100%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
}

/* line 2255, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.columns-15 {
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
}

/* line 2261, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.order_step_text {
  color: #333333b3;
  margin-left: 10px;
  margin-right: 15px;
}

/* line 2267, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.order_step_text.active {
  color: #000;
}

/* line 2271, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.step_foot_note {
  width: 100%;
  margin-top: 0;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

/* line 2279, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-block-49 {
  color: #f7f4ed;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

/* line 2286, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading-14 {
  text-align: left;
  width: 30%;
}

/* line 2291, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading-14.full_width {
  width: 100%;
}

/* line 2295, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.step_number {
  color: #333333b3;
  text-align: center;
  border: 1px solid #333333b3;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  line-height: 28px;
}

/* line 2305, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.step_number.active {
  color: #000;
  background-color: #0000;
  border-color: #000;
  font-weight: 700;
}

/* line 2312, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.column-25 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

/* line 2322, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.left-arrow-6 {
  margin-left: -50px;
}

/* line 2326, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading-15 {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 600;
}

/* line 2333, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.bold-text-3 {
  color: #ff3131;
}

/* line 2337, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.column-26 {
  flex: 1;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

/* line 2345, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.columns-17 {
  flex: none;
}

/* line 2349, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.column-30 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

/* line 2355, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_text_heading {
  font-size: 20px;
  line-height: 30px;
}

/* line 2360, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_text_heading.center {
  text-align: center;
}

/* line 2364, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_content_paragraph {
  margin-bottom: 5px;
}

/* line 2368, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.image-17 {
  width: 20px;
  height: 20px;
}

/* line 2373, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.m_input {
  margin-bottom: 0;
  margin-right: 10px;
}

/* line 2378, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.select-field {
  display: block;
}

/* line 2382, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.header_wrapper {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

/* line 2389, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.inputs_wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

/* line 2395, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.input_wrapper {
  flex: 1;
  width: 100%;
}

/* line 2400, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.input_wrapper.half_width_left {
  width: 100%;
  padding-right: 10px;
}

/* line 2405, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.input_wrapper.half_width_right {
  width: 100%;
  padding-left: 10px;
}

/* line 2410, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.payment_wrapper_small {
  justify-content: space-around;
  align-items: center;
  width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

/* line 2420, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.payment_logo_small {
  height: 15px;
}

/* line 2424, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.form-block-5 {
  margin-bottom: 0;
}

/* line 2428, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.empty_cart {
  display: none;
}

/* line 2432, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_v2_frame_background {
  z-index: 200;
  width: 103%;
  height: 103%;
  position: absolute;
  inset: -1.5% 0% 0% -1.5%;
}

/* line 2440, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_v2_frame_background.black_frame {
  background-image: url(/assets/black_frame-c450b180c41ea6be76fd39bce4036eef6a922e96962bb440a2d462e4d23b9983.png);
  background-position: 50%;
  background-size: cover;
  width: 105%;
  height: 105%;
  display: block;
  top: -2.5%;
  left: -2.5%;
}

/* line 2451, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_v2_frame_background.black_frame.horizontal {
  background-image: url(/assets/black_frame_horizontal-ccdc4f2d78535b7848c02cdf07b7431062867c5f3d32f758257a48409e238909.png);
}

/* line 2455, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_v2_frame_background.white_frame {
  background-image: url(/assets/white_frame-62ac9893a78126bcf0d6f8fea74b33efec58b4e50dddeb127176ce0aa1d5415f.png);
  background-position: 50%;
  background-size: cover;
  width: 105%;
  height: 105%;
  display: block;
  top: -2.5%;
  left: -2.5%;
}

/* line 2466, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_v2_frame_background.white_frame.horizontal {
  background-image: url(/assets/white_frame_horizontal-a4eff179835701720d0550d26891e55a30f6388dc3ccc9f036dc42d818e89c79.png);
}

/* line 2470, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_v2_frame_background.natural_frame {
  background-image: url(/assets/natural_frame-a21edf503c89e442404d77e9a01cb0c31581df90158d35fcc8d2d299abb15f46.png);
  background-position: 50%;
  background-size: cover;
  width: 105%;
  height: 105%;
  display: block;
  top: -2.5%;
  left: -2.5%;
}

/* line 2481, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_v2_frame_background.natural_frame.horizontal {
  background-image: url(/assets/natural_frame_horizontal-06da09429ab80d75c0dbdefc0593dc28f6190d7b9813b9b69f644625e27609e2.png);
  background-size: cover;
}

/* line 2486, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_v2_text_preview_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 12%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

/* line 2496, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_v2_text_preview_wrapper.horizontal {
  height: 12%;
}

/* line 2500, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkbox-2 {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

/* line 2506, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkbox-2.w--redirected-checked {
  background-color: #000;
  margin-top: 0;
}

/* line 2511, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.success-message-4 {
  background-color: #f3f5fb;
  border-radius: 12px;
}

/* line 2516, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.input-field-wrap {
  margin-bottom: 10px;
}

/* line 2520, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_line {
  text-align: left;
  justify-content: space-between;
  display: flex;
}

/* line 2526, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_line.total {
  border-top: 1px solid #e0d9c3;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}

/* line 2533, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.phone_case_preview {
  margin-left: auto;
  margin-right: 0;
  display: block;
}

/* line 2539, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_v2_text_title {
  font-size: 1vw;
  line-height: 1.01vw;
}

/* line 2544, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.preview_image_gradient_wrapper {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90%;
  max-height: 70%;
  margin-top: 10px;
  display: flex;
  position: static;
  inset: 0% .5% auto auto;
  overflow: hidden;
}

/* line 2559, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.recommended_drawing_option {
  color: #00a590;
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  font-style: italic;
  display: block;
}

/* line 2569, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.drawing_option_heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 2px;
  display: inline-block;
}

/* line 2576, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.add_image_heading {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

/* line 2588, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.new_cart_preview_wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 10%;
}

/* line 2597, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.new_cart_preview_wrapper.horizontal {
  inset: 10% 0%;
  overflow: visible;
}

/* line 2602, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.no_frame_checkout_spacer {
  width: 100%;
  height: 40px;
}

/* line 2607, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_v2_size_indicator {
  width: 32%;
  margin-left: 5px;
  line-height: 15px;
}

/* line 2613, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_case_image_preview {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 50%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

/* line 2624, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_conclusion_wrapper {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

/* line 2630, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.order_now_text {
  white-space: nowrap;
  width: 100%;
  height: 35px;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  display: inline-block;
}

/* line 2641, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.filled_cart {
  display: block;
}

/* line 2645, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-block-53 {
  margin-bottom: 10px;
}

/* line 2649, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.field-wrap {
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

/* line 2658, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_container {
  background-color: #ebebeb66;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 2667, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_hoodie_preview {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

/* line 2677, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.drawing_option_price {
  font-size: 25px;
  font-weight: 600;
  line-height: 45px;
}

/* line 2683, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_v2_frame_wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: visible;
}

/* line 2690, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.new_cart_edit_button_wrapper {
  width: 70%;
  margin-top: 20px;
}

/* line 2695, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_v2_edit_button_row {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

/* line 2702, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkbox-label {
  text-align: left;
  margin-bottom: 0;
  padding-left: 10px;
  line-height: 18px;
}

/* line 2709, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_step {
  text-align: center;
  width: 100%;
  margin-top: 0;
  font-weight: 600;
  display: block;
}

/* line 2717, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_step.margin-top {
  margin-top: 20px;
}

/* line 2721, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-block-54 {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

/* line 2727, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.form_heading {
  text-align: left;
  width: 30%;
}

/* line 2732, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.form_heading.half_width {
  width: 50%;
}

/* line 2736, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.form_heading.half_width.right {
  margin-left: 20px;
}

/* line 2740, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.form_heading.full_width {
  width: 100%;
}

/* line 2744, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.preview_image_checkout_v2 {
  opacity: 1;
  border-radius: 0;
  max-height: 100%;
  display: block;
  position: relative;
}

/* line 2752, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_v2_button {
  background-color: var(--sand);
  width: 32%;
  margin-left: 0;
  margin-right: 1%;
  padding: 4px 8px;
}

/* line 2760, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_wrapper {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  display: block;
}

/* line 2768, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-field-left-icon {
  color: #151e24;
  text-align: center;
  border: 1px solid #e9ecf0;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 12px;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

/* line 2781, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-field-left-icon:hover {
  border-color: #ccd5e0;
}

/* line 2785, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-field-left-icon:focus {
  border-color: #642eff;
}

/* line 2789, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-field-left-icon::placeholder {
  color: #a0a6b0;
}

/* line 2793, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.new_cart_item_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  display: flex;
  position: relative;
}

/* line 2802, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.order_now_price {
  white-space: nowrap;
  height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  display: inline-block;
}

/* line 2813, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.text-span-3 {
  color: #ff0808;
  margin-left: 5px;
  font-size: 12px;
}

/* line 2819, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading-5 {
  color: #000;
}

/* line 2823, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_illustration_warning {
  z-index: 2000;
  color: #000;
  height: 30%;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
}

/* line 2835, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 1fr;
}

/* line 2841, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.vertical_select_wrapper_checkout {
  border: 1px solid #e9e5dc;
  border-radius: 6px;
  margin-bottom: 5px;
  font-size: 10px;
}

/* line 2848, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.form-block-6 {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 2856, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.form-block-6.hidden {
  display: none;
}

/* line 2860, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.add_image_empty_cart {
  color: #bfe5d9;
  font-size: 20px;
  text-decoration: none;
}

/* line 2866, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.heading-6 {
  color: #a4a4a4;
}

/* line 2870, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.voucher_code {
  margin-top: 0;
  margin-bottom: 10px;
  font-style: italic;
  text-decoration: underline;
}

/* line 2877, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.available_spaces {
  color: #000;
  margin-top: 0;
  font-size: 10px;
}

/* line 2883, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.duplicate_version_wrapper {
  z-index: 900;
  opacity: .8;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

/* line 2894, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_container_v2 {
  background-color: #ebebeb66;
  width: 80%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 2904, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.calendar_and_priority_option_wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

/* line 2911, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.country_picker_label {
  text-align: center;
  font-weight: 400;
}

/* line 2916, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.previews_wrapper {
  width: 80%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

/* line 2923, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.phone_case_draw_image_preview {
  border-radius: 0;
  flex: 0 auto;
  max-height: 100%;
}

/* line 2929, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.calendar_wrapper {
  flex-direction: column;
  justify-content: center;
  width: 60%;
  display: flex;
}

/* line 2936, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkbox-field {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

/* line 2944, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.next_step_button {
  color: #fff;
  background-color: #00a590;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
}

/* line 2957, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.next_step_button:hover {
  color: #fff;
}

/* line 2961, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.drawing_option_content {
  text-align: left;
  flex: 1;
  margin-bottom: 0;
  line-height: 13px;
}

/* line 2968, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.drawing_option_vertical_select {
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

/* line 2974, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.field-icon {
  position: absolute;
  inset: auto auto auto 16px;
}

/* line 2979, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_v2_sub_title {
  margin-top: .1vw;
  font-size: .9vw;
  line-height: .91vw;
}

/* line 2985, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.selected {
  border: 2px solid #000;
}

/* line 2989, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.step_content_wrapper {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

/* line 2998, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.recommended_wrapper {
  background-color: var(--light-sea-green);
  color: #fff;
  border-radius: 2px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 2px 3px 2px 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: flex;
  position: absolute;
  inset: auto auto -20px;
}

/* line 3014, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.bestseller_icon {
  width: 8px;
  height: 8px;
  margin-right: 2px;
}

/* line 3020, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.clothing_size_selection_wrapper {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 2px;
  margin-right: 2px;
  display: flex;
}

/* line 3031, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.clothing_size_selection_wrapper.selected {
  color: #fff;
  background-color: #000;
}

/* line 3036, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.embroing_position_wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

/* line 3045, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.embroing_position_icon {
  width: 60px;
  min-width: 0;
}

/* line 3050, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.embroing_position_button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

/* line 3061, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checked_icon {
  width: 10px;
  min-width: 0;
  position: absolute;
  bottom: 30px;
}

/* line 3068, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.cart_hoodie_image_preview {
  z-index: 1000;
  background-color: #8f8f8fb3;
  border: 1px #000;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 33%;
  margin-left: 0;
  display: flex;
  position: absolute;
  inset: 20px auto auto 5px;
  overflow: hidden;
}

/* line 3085, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_preview {
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

/* line 3092, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.form_preview_image_hoodie {
  border-radius: 0;
  max-height: 200px;
  margin-bottom: 0;
  display: block;
}

/* line 3099, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_selector_image {
  width: 30px;
  height: 30px;
}

/* line 3104, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_slide_container {
  justify-content: center;
  align-items: center;
  display: flex;
}

/* line 3110, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie-nav {
  margin-bottom: 24px;
  font-size: 5px;
}

/* line 3115, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_configurator_columns {
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

/* line 3122, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.other_benefits_wrapper {
  display: block;
}

/* line 3126, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_icon {
  color: #000;
}

/* line 3130, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_spinner_container {
  background-color: #0000004d;
  border: 1px #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
}

/* line 3142, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_spinner {
  width: 50%;
  height: 50%;
}

/* line 3147, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_slider_image {
  width: 100%;
}

/* line 3151, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_editor_tab_text {
  display: inline-block;
}

/* line 3155, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.design_tab_hoodie {
  text-align: center;
  width: 50%;
  font-weight: 700;
}

/* line 3161, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.design_tab_hoodie.w--current {
  background-color: #fff;
}

/* line 3165, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_column {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

/* line 3173, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_slide_footer {
  background-color: var(--light-sea-green);
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  inset: auto 0% 0%;
}

/* line 3185, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_configurator_preview {
  justify-content: center;
  align-items: center;
  padding-top: 60%;
  display: flex;
  position: relative;
}

/* line 3193, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_configurator_image {
  width: auto;
  height: 100%;
}

/* line 3198, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.hoodie_configurator_holder {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

/* line 3209, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.header_cell {
  align-items: center;
}

/* line 3213, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.content_cell {
  text-align: left;
  justify-content: center;
  align-items: center;
}

/* line 3219, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

/* line 3224, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.language-switcher {
  align-items: center;
  padding: 10px 20px 10px 15px;
  display: flex;
}

/* line 3230, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.language-switcher.mobile {
  display: none;
}

/* line 3234, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.language_switcher_image {
  width: 20px;
}

/* line 3238, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.language_display_name {
  color: #000;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

/* line 3246, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.partner_switcher_text {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 400;
}

/* line 3255, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.language_option_wrapper {
  background-color: var(--lightbeige);
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

/* line 3267, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.language_option_select_indicator {
  border: 1px solid #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  padding: 0;
  display: flex;
  position: relative;
}

/* line 3281, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.select_language_button {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  flex: 1;
  margin-right: 0;
  font-weight: 600;
}

/* line 3290, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.select_language_button.cancel {
  color: #000;
  background-color: #fff;
}

/* line 3295, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.select_language_popup_button_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  width: 80%;
  margin-top: 10px;
  display: flex;
}

/* line 3304, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.language_option_content_wrapper {
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 3310, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.select_option_checkout_button {
  background-color: var(--sand);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

/* line 3320, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.select_local_partner_wrapper {
  align-items: center;
  display: flex;
}

/* line 3325, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.partner_selection_heading {
  padding-right: 10px;
}

/* line 3329, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.partner_selection_row {
  border-bottom: 1px solid #00000012;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

/* line 3340, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.partner_option_select_indicator {
  border: 1px solid #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  padding: 0;
  display: flex;
  position: relative;
}

/* line 3354, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.partner_selection_option_content_wrapper {
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 3360, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.select_partner_popup_button_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 5px 10px;
  display: flex;
  position: relative;
}

/* line 3372, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.popup_scrollable_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 0%;
  margin-left: 2%;
  margin-right: 2%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: scroll;
}

/* line 3387, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.benefit_comparison {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 3392, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #fff;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
  padding: 20px 40px;
}

/* line 3403, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.comparison_grid_element {
  border: 1px #000;
  border-bottom: .5px solid #aaa;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

/* line 3413, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.comparison_grid_element.winner {
  background-color: var(--sand);
  border-bottom-style: none;
  border-bottom-color: #ccbcbc;
}

/* line 3419, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.comparison_grid_element.normal_button {
  border-bottom-style: none;
}

/* line 3423, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.comparison_logo {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
}

/* line 3429, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.comparison_check_image {
  width: 30px;
  position: static;
}

/* line 3434, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.benefit_company {
  margin-top: 60px;
  margin-bottom: 60px;
}

/* line 3439, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.benefit_text {
  background-color: #fff;
}

/* line 3443, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.configurator_detailed_info_heading {
  color: #2e2e2e;
  font-size: 20px;
  font-weight: 700;
}

/* line 3449, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.configurator_detailed_info {
  color: #2e2e2e;
}

/* line 3453, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.quick-stack-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

/* line 3458, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.competitors {
  font-weight: 600;
}

/* line 3462, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.benefit_company_title {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 38px;
  line-height: 44px;
}

/* line 3469, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.benefit_company_title.align_right {
  text-align: right;
}

/* line 3473, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.benefit_company_paragraph {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 300;
}

/* line 3479, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.benefit_company_columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

/* line 3485, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.benefit_company_column {
  padding-left: 0;
  padding-right: 0;
}

/* line 3490, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.product_addititional_info_title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 44px;
}

/* line 3497, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.customer_sample_slide {
  max-width: 300px;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 3503, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.customer_sample_wrapper {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

/* line 3509, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.add_main_product_again {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 50%;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

/* line 3520, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.display_all_products_wrapper {
  flex-flow: column;
  width: 100%;
  height: 50%;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

/* line 3530, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.display_other_products {
  color: #9c9c9c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

/* line 3543, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.add_same_product_wrapper {
  background-color: var(--sand);
  width: 100%;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
}

/* line 3551, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_icon {
  width: 30px;
}

/* line 3555, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.checkout_icon.smaller {
  width: 20px;
}

/* line 3559, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.add_other_product_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
}

/* line 3568, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.preview_image_checkout_v3 {
  opacity: 1;
  border-radius: 0;
  max-height: 100%;
  display: block;
  position: relative;
}

/* line 3576, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_image_preview_wrapper {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  padding-top: 20px;
  display: flex;
  position: static;
  inset: 0% .5% auto auto;
  overflow: hidden;
}

/* line 3590, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.countdown_wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #ffffffe6;
  border-radius: 5px;
  height: 25px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

/* line 3602, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.countdown_wrapper.fixed_footer {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-right: 0;
}

/* line 3609, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.countdown_number {
  color: #fff;
  background-color: #ff3131;
  border-radius: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

/* line 3622, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.countdown_group {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  line-height: 25px;
  display: flex;
}

/* line 3629, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.time_indicator {
  color: #000;
  padding-left: 1px;
  font-size: 10px;
  font-weight: 700;
}

/* line 3636, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.countdown_offer_title {
  margin-right: 5px;
}

/* line 3640, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.logo-image {
  height: 24px;
}

/* line 3644, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.wa_button, .wa_chat_wrapper {
  display: none;
}

/* line 3648, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.close-icon {
  width: 30px;
  height: 30px;
}

/* line 3653, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.shipping_address_wrapper {
  display: block;
}

/* line 3657, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.section {
  text-align: center;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

/* line 3665, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.section-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.6rem;
}

/* line 3674, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.bestseller_product_heading {
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
}

/* line 3681, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.bestseller_shop_now_button {
  background-color: #00a590;
}

/* line 3685, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.trust_and_price_product_overview_wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

/* line 3691, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.bestseller_price {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

/* line 3697, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.bestseller_product_heading-2 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  min-height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  line-height: 20px;
  display: flex;
}

/* line 3712, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.section-2 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 300;
  position: relative;
}

/* line 3720, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.star_count {
  color: #00a590;
  margin-left: 5px;
  padding-top: 5px;
  font-size: 15px;
  line-height: 15px;
}

/* line 3728, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.star_wrapper_product {
  color: #bfe5d9;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
  position: static;
  inset: 0 0 auto auto;
}

/* line 3741, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.star {
  width: 40px;
  height: 40px;
}

/* line 3746, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.star.review {
  width: 20px;
  height: 20px;
}

/* line 3751, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_background_wrapper {
  z-index: 2;
  background-color: #fddaab;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

/* line 3764, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_background_wrapper.horizontal {
  width: 90%;
  top: 9%;
  bottom: 14%;
}

/* line 3770, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_background_wrapper.without_text {
  bottom: 8%;
}

/* line 3774, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_border_style_wrapper {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

/* line 3780, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_preview_artwork_image {
  z-index: 10;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 5px;
}

/* line 3788, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.editor_slider-copy {
  z-index: 100;
  background-color: #0000;
  width: 100%;
  height: 80%;
  margin-bottom: 4%;
  position: relative;
}

/* line 3797, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.editor_slider-copy.horizontal {
  height: 78%;
}

/* line 3801, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_editor_slider {
  z-index: 100;
  background-color: #0000;
  width: 100%;
  height: 75%;
  position: relative;
}

/* line 3809, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_editor_slider.horizontal {
  height: 78%;
}

/* line 3813, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_background_frame_selector_wrapper {
  width: 60px;
  margin-left: 5px;
  margin-right: 5px;
}

/* line 3819, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_color_selection_image {
  width: 40px;
  height: 40px;
}

/* line 3824, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.funky_color_selection_radio_button {
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 0;
  display: flex;
}

/* line 3831, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.preview_image_gradient_wrapper_colorful {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  inset: 0% .5% auto auto;
  overflow: hidden;
}

/* line 3843, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
.image-18 {
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

@media screen and (max-width: 991px) {
  /* line 3850, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .payment_logo {
    width: 10%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* line 3856, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .heading {
    width: 30%;
  }
  /* line 3860, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .main_wrapper {
    overflow: hidden;
  }
  /* line 3864, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .footer_link {
    text-align: center;
  }
  /* line 3868, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .newsletter_logo_wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
  /* line 3873, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .footer_heading {
    text-align: center;
    margin-bottom: 0;
  }
  /* line 3878, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .miroar_logo_footer {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  /* line 3883, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .payment_wrapper {
    flex-direction: row;
    justify-content: center;
  }
  /* line 3888, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .button.uppy-fileinput-btn {
    flex: 1;
  }
  /* line 3892, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .button.check_image_button {
    color: #fff;
    background-color: #00a590;
    background-image: url(/assets/heart-80b44e8f2f35fca54f67f773ef151dbab0d1ca89a9fbab3975f4a981ae34defa.svg);
    flex: 1;
    align-items: center;
    padding: 20px 0;
    display: flex;
  }
  /* line 3902, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .button.whatsapp-button-v2 {
    width: 100%;
  }
  /* line 3906, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .white-footer {
    padding-left: 45px;
    padding-right: 45px;
  }
  /* line 3911, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .footer-column {
    text-align: center;
  }
  /* line 3915, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .footer-column.newslettercolumn {
    flex-direction: column;
    align-items: center;
  }
  /* line 3920, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav-menu {
    background-color: #fff;
    border-radius: 0;
    margin-top: 0;
  }
  /* line 3926, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .header_element_wrapper_christmas {
    flex: none;
    height: 100%;
  }
  /* line 3931, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .header_element_wrapper {
    flex: none;
    height: 100%;
    display: none;
  }
  /* line 3937, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav_bar_container {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 3942, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav-link {
    color: #000;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }
  /* line 3952, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav-link:hover {
    color: #fff;
    background-color: #f7f4ed;
  }
  /* line 3957, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav-link:active {
    background-color: #f7f4ed;
  }
  /* line 3961, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav-link.with-color {
    padding-left: 35px;
  }
  /* line 3965, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav_bar_icon {
    width: 40px;
  }
  /* line 3969, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .fixed-nav-menu-button {
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }
  /* line 3981, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .fixed-nav-menu-button.w--open {
    background-color: #0000;
  }
  /* line 3985, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .express_header {
    flex-direction: column;
  }
  /* line 3989, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  /* line 3995, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .navbar.white {
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
  }
  /* line 4001, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .button_text {
    white-space: nowrap;
    margin-left: 20px;
    line-height: 15px;
  }
  /* line 4007, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .blog_image {
    max-height: 200px;
  }
  /* line 4011, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .blog_image_wrapper {
    flex-wrap: nowrap;
  }
  /* line 4015, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column-18, .column-19, .column-20 {
    justify-content: center;
    display: flex;
  }
  /* line 4020, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .columns {
    flex-direction: column;
    margin-left: 20px;
  }
  /* line 4025, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .steps_wrapper {
    width: 100%;
  }
  /* line 4029, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_to_cart.fixed_duplicate {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  /* line 4037, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_to_cart.hide_on_tablet, .frame_select_content {
    display: none;
  }
  /* line 4041, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .small_faq_container {
    width: 100%;
    min-width: 0;
  }
  /* line 4046, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column {
    align-items: center;
  }
  /* line 4050, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_to_cart_image {
    width: 30px;
    height: 30px;
  }
  /* line 4055, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column-2 {
    margin-top: 20px;
  }
  /* line 4059, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .cart_icon_burger_wrapper {
    align-items: center;
    display: flex;
  }
  /* line 4064, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout {
    justify-content: space-between;
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 35px;
  }
  /* line 4072, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .menu_icon {
    height: 40px;
  }
  /* line 4076, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .cart_icon_wrapper.nav_bar {
    margin-left: 0;
    margin-right: 10px;
    display: block;
  }
  /* line 4082, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_slider_wrapper {
    width: 80%;
    padding-bottom: 80%;
  }
  /* line 4087, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_wrapper {
    bottom: auto;
    left: 10%;
    right: 10%;
  }
  /* line 4093, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_content {
    padding-left: 5%;
    padding-right: 5%;
  }
  /* line 4098, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .image-14 {
    width: 29px;
    height: 20px;
  }
  /* line 4103, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .coupon_preview, .coupon_preview_image, .coupon_order_form {
    width: 60%;
  }
  /* line 4107, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .upload_photo_quality_button {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  /* line 4115, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .slider-7 {
    min-height: 300px;
  }
  /* line 4119, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column-24 {
    margin-top: 20px;
  }
  /* line 4123, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .no_thankyou {
    color: #000;
    margin-top: 10px;
    font-weight: 700;
  }
  /* line 4129, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .heading-13 {
    text-align: center;
  }
  /* line 4133, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .paragraph-7 {
    font-weight: 400;
  }
  /* line 4137, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .order_view_popup_wrapper {
    z-index: 1000;
    background-color: #e6e6e6c2;
    position: fixed;
    inset: 0%;
  }
  /* line 4144, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .image-15 {
    width: 29px;
    height: 20px;
  }
  /* line 4149, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .order_view_popup {
    z-index: 3000;
    background-color: #fff;
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px 30px;
    display: flex;
    position: absolute;
    top: 5%;
    left: 10%;
    right: 10%;
    box-shadow: 0 2px 5px #0003;
  }
  /* line 4165, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav_bar_container_reduced {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 4170, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .columns-15 {
    flex-direction: column;
    margin-left: 20px;
  }
  /* line 4175, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .heading-14 {
    width: 30%;
  }
  /* line 4179, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column-25 {
    align-items: center;
  }
  /* line 4183, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column-26 {
    margin-top: 20px;
  }
  /* line 4187, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .image-17 {
    width: 29px;
    height: 20px;
  }
  /* line 4192, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .m_input {
    margin-right: 0;
  }
  /* line 4196, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .header_wrapper {
    flex-direction: row;
  }
  /* line 4200, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .input_wrapper.half_width_left {
    padding-right: 5px;
  }
  /* line 4204, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .input_wrapper.half_width_right {
    padding-left: 5px;
  }
  /* line 4208, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .payment_wrapper_small {
    flex-direction: row;
    width: 100%;
  }
  /* line 4213, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .payment_logo_small {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* line 4218, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkbox-2 {
    flex: none;
    margin-right: 20px;
  }
  /* line 4223, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .cart_v2_text_title {
    font-size: 2vw;
    line-height: 2.2vw;
  }
  /* line 4228, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .no_frame_checkout_spacer {
    height: 0;
  }
  /* line 4232, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout_conclusion_wrapper {
    width: 80%;
  }
  /* line 4236, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .order_now_text {
    font-size: 16px;
  }
  /* line 4240, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .field-wrap {
    width: 100%;
  }
  /* line 4244, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .form_heading {
    width: 30%;
  }
  /* line 4248, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .form_heading.half_width {
    text-align: center;
  }
  /* line 4252, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout_illustration_warning {
    font-size: 15px;
    line-height: 17px;
  }
  /* line 4257, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .grid-4 {
    grid-template-columns: 1fr;
  }
  /* line 4261, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .country_picker_label {
    text-align: center;
  }
  /* line 4265, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .previews_wrapper {
    margin-bottom: 0;
  }
  /* line 4269, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .calendar_wrapper {
    width: 80%;
  }
  /* line 4273, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .next_step_button {
    width: 70%;
  }
  /* line 4277, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .cart_v2_sub_title {
    font-size: 1.8vw;
    line-height: 1.9vw;
  }
  /* line 4282, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .recommended_wrapper {
    align-items: center;
    font-size: 10px;
  }
  /* line 4287, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_slide_container {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  /* line 4293, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_configurator_columns {
    flex-direction: column;
    margin-left: 20px;
  }
  /* line 4298, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_column {
    z-index: 110;
    background-color: #f8f6f1;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    position: sticky;
    top: 0;
  }
  /* line 4308, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_configurator_preview {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  /* line 4314, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .language-switcher {
    flex: none;
  }
  /* line 4318, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .language-switcher.desktop {
    display: none;
  }
  /* line 4322, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .language-switcher.mobile {
    padding-right: 10px;
    display: flex;
  }
  /* line 4327, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .fixed_nav_menu_inner_wrapper {
    align-items: center;
    height: 100%;
    display: flex;
  }
  /* line 4333, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .language_option_wrapper, .select_language_popup_button_wrapper {
    width: 70%;
  }
  /* line 4337, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .select_partner_popup_button_wrapper {
    width: 100%;
  }
  /* line 4341, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_scrollable_content {
    padding-left: 5%;
    padding-right: 5%;
  }
  /* line 4346, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .grid-6 {
    place-items: stretch stretch;
  }
  /* line 4350, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .comparison_grid_element.winner {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 4357, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .quick-stack-2 {
    grid-column-gap: 10px;
  }
  /* line 4361, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .benefit_company_title, .benefit_company_title.align_right, .benefit_company_paragraph {
    text-align: center;
  }
  /* line 4365, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .benefit_company_image {
    width: 10000px;
  }
  /* line 4369, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .benefit_company_column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
  }
  /* line 4381, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .customer_sample_slide {
    flex: 1;
  }
  /* line 4385, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .countdown_wrapper.fixed_footer {
    z-index: 500;
    background-color: #ffffffe6;
    justify-content: center;
    align-items: center;
    height: 30px;
    margin-right: 0;
    position: fixed;
    bottom: 55px;
    left: 0;
    right: 0;
  }
  /* line 4398, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .support_wrapper {
    align-items: center;
    display: flex;
  }
  /* line 4403, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_button_popup {
    color: #000;
    text-align: center;
    background-color: #12af00;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
  }
  /* line 4413, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_button {
    z-index: 100;
    color: #fff;
    background-color: #fff;
    background-image: url(/assets/team/ronja_support-38d7eda7c2340be96a3c46aed87e1db3324e1ab7a9ddb07c05708a825658452f.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: fixed;
    inset: auto 12px 12px auto;
    box-shadow: 0 0 15px 7px #0003;
  }
  /* line 4433, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_button.upliftedextra {
    bottom: 92px;
  }
  /* line 4437, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_button.uplifted {
    bottom: 62px;
  }
  /* line 4441, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_chat_wrapper {
    z-index: 1000;
    width: 50%;
    height: 170px;
    display: block;
    position: fixed;
    bottom: 90px;
    right: 15px;
  }
  /* line 4451, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_chat_wrapper.upliftedextra {
    bottom: 170px;
  }
  /* line 4455, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_chat_wrapper.uplifted {
    bottom: 140px;
  }
  /* line 4459, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_chat_footer {
    border-top: 28px solid #fff;
    border-left: 28px solid #0000;
    width: 16px;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
  }
  /* line 4470, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .paragraph-6 {
    text-align: center;
  }
  /* line 4474, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .close-icon {
    width: 29px;
    height: 20px;
  }
  /* line 4479, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_chat_info {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-direction: column;
    align-items: center;
    padding: 15px 40px 15px 10px;
    display: flex;
    box-shadow: 0 0 15px 15px #0003;
  }
  /* line 4491, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .section {
    padding: 45px;
  }
  /* line 4495, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }
  /* line 4501, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .quick-stack-3 {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 4506, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .bestseller_product_heading, .bestseller_product_heading-2 {
    font-size: 18px;
    line-height: 20px;
  }
  /* line 4511, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .section-2 {
    padding: 45px;
  }
  /* line 4515, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .quick-stack-4 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 4522, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .newsletter_button {
    width: 100%;
    margin-right: 0;
  }
  /* line 4527, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .newsletter_wrapper {
    width: 80%;
  }
  /* line 4531, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .newsletter_input {
    text-align: center;
  }
  /* line 4535, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .newsletter-form {
    flex-direction: column;
  }
  /* line 4539, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .bottom-footer-paragraph {
    float: none;
    margin-bottom: 7px;
  }
  /* line 4544, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .bottom-footer-paragraph.dark {
    float: none;
  }
  /* line 4548, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .customer_text_preview {
    height: 11%;
  }
  /* line 4552, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .step_wrapper.form {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 4557, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .main_customer_title {
    font-size: 12px;
    line-height: 14px;
  }
  /* line 4562, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .button.check_image_button {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 4567, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .cta-title-small {
    margin-bottom: 0;
  }
  /* line 4571, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .white-footer {
    padding: 25px;
  }
  /* line 4575, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .header_element_wrapper_christmas, .header_element_wrapper {
    width: 100%;
  }
  /* line 4579, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav-link, .nav-link.with-color {
    padding-left: 25px;
  }
  /* line 4583, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .header_element_christmas {
    display: inline-block;
  }
  /* line 4587, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .express_header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  /* line 4593, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .header_element {
    display: inline-block;
  }
  /* line 4597, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  /* line 4603, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .navbar.white {
    padding-bottom: 10px;
  }
  /* line 4607, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .navbar.white.fixedwalanding {
    margin-bottom: -150px;
  }
  /* line 4611, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .blog_paragraph {
    font-size: 15px;
    line-height: 28px;
  }
  /* line 4616, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_to_cart_text {
    font-size: 17px;
  }
  /* line 4620, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .person_price_wrapper {
    justify-content: flex-start;
  }
  /* line 4624, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .quality_badge_wrapper {
    width: 120px;
    height: 120px;
    top: -40px;
    left: auto;
    right: -60px;
  }
  /* line 4632, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .editor_placeholder {
    font-size: 20px;
    line-height: 25px;
  }
  /* line 4637, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .paragraph-4 {
    margin-bottom: 0;
  }
  /* line 4641, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column-21 {
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 10px;
    display: flex;
  }
  /* line 4648, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_slider_wrapper {
    width: 90%;
    padding-bottom: 90%;
  }
  /* line 4653, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_wrapper {
    left: 5%;
    right: 5%;
  }
  /* line 4658, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_content {
    justify-content: flex-start;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 2%;
    padding-right: 2%;
    overflow: scroll;
  }
  /* line 4667, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .image-14 {
    width: 20px;
    height: 20px;
  }
  /* line 4672, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .coupon_preview_image, .coupon_order_form {
    width: 80%;
  }
  /* line 4676, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .upload_photo_quality_button {
    align-items: center;
  }
  /* line 4680, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column-24.no_padding {
    margin-top: 0;
  }
  /* line 4684, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .image-15 {
    width: 20px;
    height: 20px;
  }
  /* line 4689, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column-29 {
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 10px;
    display: flex;
  }
  /* line 4696, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .image-17 {
    width: 20px;
    height: 20px;
  }
  /* line 4701, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .payment_wrapper_small {
    flex-direction: row;
  }
  /* line 4705, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .payment_logo_small.logo_hidden {
    display: none;
  }
  /* line 4709, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_image_heading {
    font-size: 18px;
    line-height: 18px;
  }
  /* line 4714, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout_conclusion_wrapper {
    width: 90%;
  }
  /* line 4718, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .new_cart_edit_button_wrapper {
    width: 80%;
  }
  /* line 4722, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout_illustration_warning {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* line 4727, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .form-block-6, .calendar_wrapper {
    width: 90%;
  }
  /* line 4731, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .next_step_button {
    width: 80%;
  }
  /* line 4735, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_configurator_columns.no_padding {
    margin-top: 0;
  }
  /* line 4739, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_slide_footer {
    background-color: var(--light-sea-green);
    text-align: center;
  }
  /* line 4744, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .language_option_wrapper, .select_language_popup_button_wrapper, .select_partner_popup_button_wrapper {
    width: 80%;
  }
  /* line 4748, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_scrollable_content {
    justify-content: flex-start;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 2%;
    padding-right: 2%;
    overflow: scroll;
  }
  /* line 4757, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .comparison_grid_element.normal_button {
    border-bottom-style: none;
  }
  /* line 4761, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .benefit_company_columns {
    flex-flow: column;
  }
  /* line 4765, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .benefit_company_columns.reverse {
    flex-flow: column-reverse;
  }
  /* line 4769, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .product_addititional_info_title {
    font-size: 30px;
    line-height: 34px;
  }
  /* line 4774, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .customer_sample_slide {
    min-width: 200px;
  }
  /* line 4778, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .customer_sample_wrapper {
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 10px;
    overflow: scroll;
  }
  /* line 4785, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_main_product_again {
    padding-left: 10%;
    padding-right: 10%;
  }
  /* line 4790, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout_icon {
    width: 25px;
  }
  /* line 4794, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout_icon.smaller {
    width: 16px;
  }
  /* line 4798, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_chat_wrapper {
    width: 70%;
  }
  /* line 4802, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .close-icon {
    width: 20px;
    height: 20px;
  }
  /* line 4807, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .section {
    padding: 25px;
  }
  /* line 4811, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  /* line 4817, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .bestseller_shop_now_button, .bestseller_product_heading-2 {
    width: 100%;
  }
  /* line 4821, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .section-2 {
    padding: 25px;
  }
}

@media screen and (max-width: 479px) {
  /* line 4827, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  h1 {
    font-size: 31px;
    line-height: 37px;
  }
  /* line 4832, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .selection {
    align-items: center;
    display: flex;
  }
  /* line 4837, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .selection.segmented {
    border: 1px solid #ddd;
    width: 100%;
    font-weight: 300;
  }
  /* line 4843, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .selection.segmented._40_50 {
    width: 72px;
    height: 90px;
  }
  /* line 4848, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .selection.segmented._50_70 {
    width: 90px;
    height: 126px;
  }
  /* line 4853, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .selection.segmented._30_40 {
    flex: none;
    width: 54px;
    height: 72px;
    font-size: 12px;
  }
  /* line 4860, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .selection.segmented._30_40.selected {
    width: 54px;
    height: 72px;
    font-size: 12px;
  }
  /* line 4866, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .selection.color_selection.beige, .selection.color_selection.white {
    color: #ebebeb;
    display: block;
  }
  /* line 4871, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .selection.color_selection.grey {
    background-color: #ebebeb;
  }
  /* line 4875, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .selection.hoodie_color_selection.ivory {
    background-color: ivory;
    border: 1px solid #8b8b8b;
  }
  /* line 4880, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .rebate_heading {
    text-align: left;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
  }
  /* line 4892, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .newsletter_wrapper {
    width: 100%;
  }
  /* line 4896, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .main_customer_subtitle {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 8px;
    display: block;
  }
  /* line 4903, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .payment_logo {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 4908, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .preview_wrapper {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
    position: absolute;
  }
  /* line 4918, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .preview_wrapper.horizontal {
    inset: 10% 0%;
  }
  /* line 4922, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .background_wrapper {
    z-index: 2;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: absolute;
  }
  /* line 4930, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .customer_text_preview {
    justify-content: center;
    height: 12%;
    display: flex;
  }
  /* line 4936, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .heading {
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
  }
  /* line 4943, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .heading.full_width {
    text-align: center;
  }
  /* line 4947, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .footer_columns {
    margin-left: 5px;
    margin-right: 5px;
  }
  /* line 4952, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .main_wrapper {
    width: 100%;
    padding-top: 120px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  /* line 4960, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .preview_sample_picture {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* line 4965, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .preview_sample_picture.horizontal {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 85%;
  }
  /* line 4972, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .code_block {
    text-align: right;
    flex: 1;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
  }
  /* line 4983, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .step_wrapper {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 10px;
  }
  /* line 4989, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .step_wrapper.vertical {
    flex-direction: column;
  }
  /* line 4993, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .step_wrapper.rebate {
    padding-left: 8px;
    padding-right: 8px;
    display: block;
  }
  /* line 4999, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .step_wrapper.valentine {
    color: #fff;
  }
  /* line 5003, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .step_wrapper.form {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 5008, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .step_wrapper.coupon_code {
    margin-bottom: 0;
  }
  /* line 5012, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .main_customer_title {
    font-size: 10px;
    line-height: 12px;
  }
  /* line 5017, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .miroar_logo_footer {
    font-size: 30px;
    line-height: 30px;
  }
  /* line 5022, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .payment_wrapper {
    justify-content: space-around;
  }
  /* line 5026, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .button {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }
  /* line 5034, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .button.outline.inline {
    margin-top: 10px;
    font-size: 15px;
  }
  /* line 5039, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .button.uppy-fileinput-btn {
    background-size: auto 20px;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 5046, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .button.check_image_button {
    background-size: auto 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 5052, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .cta-title-small {
    margin-bottom: 0;
    font-size: 1rem;
  }
  /* line 5057, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .white-footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5062, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .cta-title-big {
    margin-top: 0;
    font-size: 2.1rem;
    line-height: 2.4rem;
  }
  /* line 5068, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .rebate_block {
    text-align: right;
    flex: 0 auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 20px;
  }
  /* line 5078, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .text-field-2 {
    text-align: center;
  }
  /* line 5082, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .redeem_code_wrapper {
    flex-direction: column;
  }
  /* line 5086, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav-menu {
    border-style: none;
    overflow: scroll;
  }
  /* line 5091, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .header_element_wrapper_christmas {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  /* line 5097, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav_bar_container {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0%;
    padding-right: 0%;
  }
  /* line 5104, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav-link {
    line-height: 34px;
  }
  /* line 5108, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav-link:hover, .nav-link:active {
    background-color: #f7f4ed;
  }
  /* line 5112, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav-link.with-color {
    border-radius: 0;
    padding-left: 25px;
  }
  /* line 5117, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav_bar_icon {
    width: 30px;
    height: 30px;
  }
  /* line 5122, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .header_element_christmas {
    flex: 1;
  }
  /* line 5126, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .fixed-nav-menu-button {
    background-color: #0000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 30px;
    margin-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }
  /* line 5138, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .fixed-nav-menu-button.w--open {
    background-color: #0000;
  }
  /* line 5142, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .express_header {
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
  }
  /* line 5148, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .dropdown-list-2.w--open {
    position: relative;
  }
  /* line 5152, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }
  /* line 5158, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .navbar.white {
    padding-bottom: 10px;
    padding-right: 0;
    position: relative;
  }
  /* line 5164, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .navbar.white.reduced {
    opacity: 1;
  }
  /* line 5168, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .navbar.white.fixedwalanding {
    margin-bottom: -150px;
  }
  /* line 5172, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .button_text {
    white-space: nowrap;
    margin-left: 35px;
    font-size: 12px;
  }
  /* line 5178, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .text-block-31 {
    font-size: 30px;
    line-height: 30px;
  }
  /* line 5183, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .blog_image_wrapper {
    flex-wrap: wrap;
  }
  /* line 5187, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .frame_select_heading.bf_design {
    color: #000;
  }
  /* line 5191, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .counter_additional_price_wrapper {
    align-self: stretch;
    margin-bottom: 0;
    padding-top: 0;
  }
  /* line 5197, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .segmented_radio_button {
    background-color: #fff;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 5206, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .segmented_radio_button.shrink {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5212, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .step_wrapper_content {
    flex-direction: column;
  }
  /* line 5216, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .order_page_element_footer {
    position: relative;
  }
  /* line 5220, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .textarea {
    text-align: center;
  }
  /* line 5224, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_to_cart_text {
    width: 100%;
  }
  /* line 5228, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .columns {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 5234, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .color_selection_radio_button {
    margin-right: 2px;
  }
  /* line 5238, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .person_counter_wrapper {
    justify-content: center;
  }
  /* line 5242, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .font_selection_wrapper {
    align-self: stretch;
  }
  /* line 5246, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .steps_wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5252, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .editor_slider_icon {
    background-color: #fff0;
    border-radius: 0%;
  }
  /* line 5257, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .editor_slider_icon.right {
    background-color: #0000;
  }
  /* line 5261, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .order_header_wrapper {
    flex-direction: column;
  }
  /* line 5265, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .form-2 {
    text-align: center;
    position: relative;
  }
  /* line 5270, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .text-block-43 {
    position: static;
  }
  /* line 5274, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .delivery_date_order_heading {
    text-align: center;
  }
  /* line 5278, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_to_card_benefits_wrapper {
    margin-bottom: 5px;
  }
  /* line 5282, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .frame_select_wrapper {
    width: 100%;
    margin-top: 0;
  }
  /* line 5287, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .design_tab {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  /* line 5293, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .order_section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }
  /* line 5300, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_to_cart {
    z-index: 100;
    border-radius: 3px;
    margin-bottom: 0;
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 10px;
    padding-right: 5px;
  }
  /* line 5310, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_to_cart.fixed_duplicate {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 5316, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .text-block-44 {
    font-size: 9px;
    line-height: 14px;
  }
  /* line 5321, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .tabs-menu-2 {
    display: flex;
  }
  /* line 5325, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .editor_text_wrapper {
    align-self: stretch;
  }
  /* line 5329, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .duplicate_rebate {
    text-align: right;
    flex: 0 auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
  }
  /* line 5340, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .line_wrapper {
    align-items: center;
    margin-bottom: 3px;
  }
  /* line 5345, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .radio_button_wrapper {
    flex: 1;
    justify-content: center;
    width: 100%;
  }
  /* line 5351, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .person_price_wrapper {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
    position: absolute;
    inset: 0% 0% 10px auto;
  }
  /* line 5360, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .right-arrow-2 {
    justify-content: center;
    margin-right: 0;
    right: -30px;
  }
  /* line 5366, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .frame_info_button {
    flex: none;
  }
  /* line 5370, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .frame_select_content {
    margin-left: 0;
  }
  /* line 5374, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .bf_discount {
    color: #ff3131;
    margin-left: 5px;
    font-size: 17px;
    font-weight: 700;
  }
  /* line 5381, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .order_step_wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  /* line 5386, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .small_faq_container {
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 5392, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .small_faq_container.js-accordion {
    margin-bottom: 40px;
  }
  /* line 5396, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .duplicate_original {
    text-align: right;
    flex: 0 auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
  }
  /* line 5407, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .quality_badge_wrapper {
    width: 80px;
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    top: -40px;
    left: auto;
    right: -20px;
  }
  /* line 5418, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .frame_select_header {
    margin-left: 0;
  }
  /* line 5422, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .frame_select_header.bf_design {
    background-color: #fff;
  }
  /* line 5426, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .editor_placeholder {
    text-align: center;
    width: 90%;
    margin-top: 0;
    font-size: 15px;
    line-height: 20px;
  }
  /* line 5434, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .form_preview_image {
    display: block;
  }
  /* line 5438, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column {
    padding-left: 0%;
    padding-right: 0%;
  }
  /* line 5443, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .left-arrow-2 {
    margin-left: 0;
    left: -30px;
  }
  /* line 5448, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .heading_info_bf {
    margin-bottom: 0;
    font-weight: 200;
  }
  /* line 5453, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_to_cart_price {
    margin-left: 2px;
    margin-right: 2px;
    font-size: 25px;
  }
  /* line 5459, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_to_cart_image {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
  /* line 5465, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .counter_button {
    background-size: 20px 20px;
    width: 60px;
    height: 60px;
  }
  /* line 5471, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .label_error {
    text-align: center;
    margin-top: 4px;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
  }
  /* line 5479, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .bold-text {
    color: #ff3131;
  }
  /* line 5483, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .custom_container {
    text-align: center;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5491, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column-2 {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5498, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_to_cart_price_wrapper {
    flex: none;
  }
  /* line 5502, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .heading_frame {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
  }
  /* line 5509, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .heading_frame.bf_design {
    margin-top: 5px;
  }
  /* line 5513, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .cart_icon_burger_wrapper {
    align-self: center;
  }
  /* line 5517, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout {
    align-items: center;
    padding-left: 25px;
    display: none;
  }
  /* line 5523, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout:hover {
    color: #fff;
    background-color: #00a590;
  }
  /* line 5528, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .menu_icon {
    height: 30px;
  }
  /* line 5532, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .cart_icon_wrapper.nav_bar {
    margin-right: 7px;
  }
  /* line 5536, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_header {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 25px;
  }
  /* line 5542, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_close {
    padding: 10px;
  }
  /* line 5546, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .icon-18 {
    margin-right: -10px;
  }
  /* line 5550, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_slider_wrapper {
    width: 100%;
    padding-bottom: 100%;
    padding-right: 0;
    position: relative;
  }
  /* line 5557, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .slider-6 {
    flex: none;
    height: 100%;
    position: absolute;
    inset: 0%;
  }
  /* line 5564, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .frame_image {
    height: auto;
  }
  /* line 5568, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_wrapper {
    position: absolute;
    inset: 5% 5% 2%;
  }
  /* line 5573, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_wrapper.language_selector {
    margin-top: 60px;
    padding-bottom: 20px;
    bottom: auto;
  }
  /* line 5579, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_wrapper.partner_selector {
    margin-top: 60px;
    bottom: 20%;
  }
  /* line 5584, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .frame_image_slide {
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }
  /* line 5591, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_content {
    overflow: scroll;
  }
  /* line 5595, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .icon-19 {
    margin-left: -10px;
  }
  /* line 5599, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .frame_text_block_popup {
    text-align: center;
    margin-left: 22px;
    margin-right: 22px;
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
  }
  /* line 5608, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .coupon_preview_image {
    width: 100%;
  }
  /* line 5612, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .coupon_order_form {
    width: 95%;
  }
  /* line 5616, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .form_preview_image_wrapper {
    position: relative;
  }
  /* line 5620, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .upload_photo_quality_button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }
  /* line 5628, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .slider-7 {
    background-color: #0000;
    min-height: 0;
  }
  /* line 5633, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column-24 {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5640, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column-24.no_padding {
    padding-top: 0;
  }
  /* line 5644, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .order_view_popup {
    top: 2%;
    left: 2%;
    right: 2%;
  }
  /* line 5650, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .cart_preview_wrapper {
    flex-direction: column;
    align-items: center;
  }
  /* line 5655, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .cart_preview_wrapper.add_new_pic {
    border-style: dashed none none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 5662, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .nav_bar_container_reduced {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0%;
    padding-right: 0%;
  }
  /* line 5669, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .text-block-48 {
    font-size: 30px;
    line-height: 30px;
  }
  /* line 5674, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .columns-15 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 5680, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .text-block-49 {
    font-size: 10px;
    line-height: 14px;
  }
  /* line 5685, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .heading-14 {
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
  }
  /* line 5692, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .heading-14.full_width {
    text-align: center;
  }
  /* line 5696, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .step_number.active {
    color: #fff;
    background-color: #000;
  }
  /* line 5701, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column-25 {
    padding-left: 0%;
    padding-right: 0%;
  }
  /* line 5706, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .left-arrow-6 {
    margin-left: 0;
    left: -30px;
  }
  /* line 5711, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .bold-text-3 {
    color: #ff3131;
  }
  /* line 5715, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .column-26 {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5722, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_text_heading {
    font-size: 16px;
    line-height: 20px;
  }
  /* line 5727, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .m_input {
    text-align: center;
    margin-right: 0;
  }
  /* line 5732, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .header_wrapper {
    flex-direction: row;
    padding-top: 0;
  }
  /* line 5737, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .payment_wrapper_small {
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  /* line 5744, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .payment_logo_small {
    height: 15px;
  }
  /* line 5748, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .payment_logo_small.logo_hidden {
    display: none;
  }
  /* line 5752, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkbox-2 {
    margin-right: 20px;
  }
  /* line 5756, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .cart_v2_text_title {
    font-size: 10px;
    line-height: 11px;
  }
  /* line 5761, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .preview_image_gradient_wrapper {
    z-index: 1000;
  }
  /* line 5765, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_image_heading {
    font-size: 15px;
    line-height: 18px;
  }
  /* line 5770, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .new_cart_preview_wrapper {
    flex-direction: column;
    align-items: center;
  }
  /* line 5775, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout_conclusion_wrapper {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
  /* line 5781, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .order_now_text {
    width: 100%;
  }
  /* line 5785, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout_container {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5792, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .new_cart_edit_button_wrapper {
    width: 100%;
  }
  /* line 5796, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkbox-label {
    text-align: left;
  }
  /* line 5800, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout_step {
    margin-top: 0;
  }
  /* line 5804, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .form_heading {
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
  }
  /* line 5811, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .form_heading.full_width {
    text-align: center;
  }
  /* line 5815, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .preview_image_checkout_v2 {
    opacity: 1;
  }
  /* line 5819, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .order_now_price {
    white-space: nowrap;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 25px;
    position: static;
    inset: auto 2% auto auto;
  }
  /* line 5828, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout_illustration_warning {
    font-size: 12px;
    line-height: 15px;
  }
  /* line 5833, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .grid-4, .form-block-6 {
    width: 100%;
  }
  /* line 5837, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout_container_v2 {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5844, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .calendar_and_priority_option_wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
  /* line 5849, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .previews_wrapper {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }
  /* line 5860, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .calendar_wrapper {
    width: 100%;
  }
  /* line 5864, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .next_step_button {
    width: 90%;
    margin-bottom: 20px;
    padding-left: 2px;
    padding-right: 2px;
    position: relative;
  }
  /* line 5872, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .cart_v2_sub_title {
    font-size: 8px;
    line-height: 9px;
  }
  /* line 5877, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .step_content_wrapper {
    flex-direction: column;
  }
  /* line 5881, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .recommended_wrapper {
    font-size: 8px;
    left: 0%;
    right: 0%;
  }
  /* line 5887, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .embroing_position_wrapper {
    flex: 1;
    justify-content: center;
    width: 100%;
  }
  /* line 5893, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .form_preview_image_hoodie {
    display: block;
  }
  /* line 5897, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_preview_wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5903, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_slide_container {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }
  /* line 5911, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie-nav {
    height: 30px;
    margin-bottom: 15px;
    font-size: 4px;
  }
  /* line 5917, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_configurator_columns {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 5923, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_configurator_columns.no_padding {
    margin-top: 0;
  }
  /* line 5927, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .other_benefits_wrapper {
    padding-bottom: 0;
  }
  /* line 5931, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_icon {
    width: 20px;
  }
  /* line 5935, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_spinner_container {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  /* line 5941, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_editor_tab_text {
    font-size: 12px;
  }
  /* line 5945, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .design_tab_hoodie {
    flex-direction: row;
    align-items: center;
    display: flex;
  }
  /* line 5951, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_column {
    background-color: var(--lightbeige);
    padding-left: 0%;
    padding-right: 0%;
    top: 0;
  }
  /* line 5958, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_slide_footer {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 12px;
  }
  /* line 5965, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .hoodie_configurator_preview {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  /* line 5971, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .size_overview_heading_content {
    font-size: 14px;
  }
  /* line 5975, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .quick-stack {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5982, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .language-switcher {
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* line 5988, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .language-switcher.mobile {
    padding-right: 7px;
  }
  /* line 5992, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .fixed_nav_menu_inner_wrapper {
    align-items: center;
    height: auto;
  }
  /* line 5997, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .partner_switcher_text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 18px;
  }
  /* line 6004, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .language_option_wrapper {
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 5px;
    display: flex;
  }
  /* line 6012, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .language_option_select_indicator {
    margin-right: 10px;
  }
  /* line 6016, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .select_language_button {
    font-size: 10px;
  }
  /* line 6020, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .select_language_popup_button_wrapper {
    width: 100%;
  }
  /* line 6024, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .language_option_content_wrapper {
    margin-left: 10px;
  }
  /* line 6028, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .partner_selection_heading {
    text-align: left;
  }
  /* line 6032, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .partner_selection_row {
    width: 100%;
  }
  /* line 6036, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .partner_option_select_indicator {
    margin-right: 10px;
  }
  /* line 6040, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .partner_selection_option_content_wrapper {
    margin-left: 10px;
  }
  /* line 6044, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .select_partner_popup_button_wrapper {
    background-color: #fff;
    align-items: center;
    width: 100%;
    padding: 20px 5px;
  }
  /* line 6051, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .popup_scrollable_content {
    overflow: scroll;
  }
  /* line 6055, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .grid-6 {
    grid-template-rows: 1fr;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 6061, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .comparison_grid_element {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 6066, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .benefit_company_title {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  /* line 6071, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .benefit_company_columns {
    flex-flow: column;
  }
  /* line 6075, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_main_product_again {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 6080, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .display_all_products_wrapper {
    padding-top: 5px;
  }
  /* line 6084, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .display_other_products {
    font-size: 12px;
  }
  /* line 6088, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_same_product_wrapper {
    padding-left: 10px;
  }
  /* line 6092, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .checkout_icon {
    width: 20px;
  }
  /* line 6096, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .add_other_product_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 6101, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .preview_image_checkout_v3 {
    opacity: 1;
  }
  /* line 6105, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .funky_image_preview_wrapper {
    z-index: 1000;
  }
  /* line 6109, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .countdown_wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }
  /* line 6117, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_button_popup {
    text-align: center;
    background-color: #12af00;
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 600;
  }
  /* line 6126, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_button {
    z-index: 300;
    color: #fff;
    text-align: center;
    background-image: url(/assets/team/ronja_support-38d7eda7c2340be96a3c46aed87e1db3324e1ab7a9ddb07c05708a825658452f.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    display: block;
    position: fixed;
    inset: auto 15px 15px auto;
  }
  /* line 6148, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_chat_wrapper {
    z-index: 1000;
    width: 80%;
    height: auto;
    position: fixed;
    inset: auto 15px 90px auto;
  }
  /* line 6156, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_chat_footer {
    border-top: 20px solid #fff;
    border-left: 20px solid #0000;
    width: 0;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
  }
  /* line 6167, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .paragraph-6 {
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: 400;
  }
  /* line 6174, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .wa_chat_info {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 5px;
    padding-right: 25px;
    display: flex;
    box-shadow: 0 0 15px 15px #0003;
  }
  /* line 6189, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }
  /* line 6198, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .code-embed {
    flex: 1;
  }
  /* line 6202, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .section {
    padding: 25px 0;
  }
  /* line 6206, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .section-title {
    font-size: 25px;
    line-height: 26px;
  }
  /* line 6211, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .section-title.mobile_lr_margin {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  /* line 6217, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .quick-stack-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  /* line 6222, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .beststeller_product_container {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 6227, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .bestseller_product_heading {
    height: 54px;
    font-size: 15px;
    line-height: 18px;
  }
  /* line 6233, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .bestseller_shop_now_button {
    font-size: 12px;
    line-height: 16px;
  }
  /* line 6238, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .bestseller_price {
    font-size: 12px;
    line-height: 15px;
  }
  /* line 6243, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .bestseller_product_heading-2 {
    height: 30px;
    font-size: 12px;
    line-height: 15px;
  }
  /* line 6249, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .section-2 {
    padding: 10px 0;
  }
  /* line 6253, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .star_count {
    margin-left: 2px;
    font-size: 12px;
    line-height: 12px;
  }
  /* line 6259, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .quick-stack-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 6266, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .star_wrapper_product {
    justify-content: flex-start;
    align-items: center;
  }
  /* line 6271, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .star.review {
    width: 10px;
    height: 10px;
  }
  /* line 6276, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .funky_background_wrapper {
    z-index: 2;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: absolute;
  }
  /* line 6284, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .funky_background_frame_selector_wrapper {
    width: 60px;
  }
  /* line 6288, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .funky_color_selection_radio_button {
    margin-right: 2px;
  }
  /* line 6292, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  .preview_image_gradient_wrapper_colorful {
    z-index: 1000;
  }
}

/* line 6297, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
#w-node-_35b5da61-2d3b-602f-bef9-00853b3f45c6-756f21a8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

/* line 6302, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
#w-node-a7f79c01-27f9-d646-68cc-e5e872d9cff0-756f21a8 {
  grid-column: span 2 / span 2;
}

/* line 6306, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
#w-node-_0f1cb401-b0d3-31d2-d0a9-b6d4bb389022-756f21a9 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

/* line 6311, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
#w-node-daf0a6e9-9387-e0bc-08ff-20b6d6244d50-f78b4d2d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  /* line 6317, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  #w-node-_35b5da61-2d3b-602f-bef9-00853b3f45c6-756f21a8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
  /* line 6322, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  #w-node-_35b5da61-2d3b-602f-bef9-00853b3f45c7-756f21a8, #w-node-_35b5da61-2d3b-602f-bef9-00853b3f45c8-756f21a8 {
    grid-column: span 2 / span 2;
  }
  /* line 6326, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  #w-node-daf0a6e9-9387-e0bc-08ff-20b6d6244d50-f78b4d2d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  /* line 6333, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  #w-node-daf0a6e9-9387-e0bc-08ff-20b6d6244d50-f78b4d2d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  /* line 6340, app/assets/stylesheets/xnmiroarconfigcheckout.css.scss */
  #w-node-daf0a6e9-9387-e0bc-08ff-20b6d6244d50-f78b4d2d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}
/* line 3, app/assets/stylesheets/consent.css.scss */
.option_select_indicator.selected {
  width: 14px;
  height: 14px;
  background-color: #000;
  flex: none;
  position: static;
}

/* line 13, app/assets/stylesheets/consent.css.scss */
.popup_scrollable_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 0%;
  margin-left: 2%;
  margin-right: 2%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: scroll;
}

/* line 28, app/assets/stylesheets/consent.css.scss */
.partner_switcher_text {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 400;
}

/* line 37, app/assets/stylesheets/consent.css.scss */
.popup_container {
  z-index: 3001;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

/* line 49, app/assets/stylesheets/consent.css.scss */
.popup_container.hidden {
  display: none;
}

/* line 53, app/assets/stylesheets/consent.css.scss */
.cookie_popup_button_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 5px 10px;
  display: flex;
  position: relative;
}

/* line 65, app/assets/stylesheets/consent.css.scss */
.select_language_button {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  font-weight: 600;
  display: flex;
}

/* line 77, app/assets/stylesheets/consent.css.scss */
.select_language_button.cancel {
  color: #000;
  background-color: #fff;
}

/* line 82, app/assets/stylesheets/consent.css.scss */
.popup_wrapper {
  background-color: #f7f4ed;
  padding: 0 10px;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 25%;
  right: 25%;
}

/* line 92, app/assets/stylesheets/consent.css.scss */
.popup_wrapper.partner_selector {
  background-color: #fff;
  padding-bottom: 0;
  bottom: 2%;
}

/* line 98, app/assets/stylesheets/consent.css.scss */
.partner_selection_option_content_wrapper {
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 104, app/assets/stylesheets/consent.css.scss */
.popup_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 0%;
  margin-left: 2%;
  margin-right: 2%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: scroll;
}

/* line 119, app/assets/stylesheets/consent.css.scss */
.popup_content.small_popup {
  height: auto;
}

/* line 123, app/assets/stylesheets/consent.css.scss */
.partner_selection_row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

/* line 134, app/assets/stylesheets/consent.css.scss */
.partner_option_select_indicator {
  border: 1px solid #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  padding: 0;
  display: flex;
  position: relative;
}

/* line 148, app/assets/stylesheets/consent.css.scss */
.option_select_indicator {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}

/* line 160, app/assets/stylesheets/consent.css.scss */
.popup_header {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 400;
}

/* line 167, app/assets/stylesheets/consent.css.scss */
.popup_close {
  z-index: 2000;
  padding: 15px 15px 10px 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

/* line 177, app/assets/stylesheets/consent.css.scss */
.cookie_footer_container {
  z-index: 2000;
  background-color: rgba(240, 240, 240, 0.9);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: fixed;
  bottom: 10px;
  left: 2%;
  right: 2%;
}

/* line 193, app/assets/stylesheets/consent.css.scss */
.cookie_footer_container.hidden {
  display: none;
}

/* line 197, app/assets/stylesheets/consent.css.scss */
.cookie_consent_message {
  margin-right: 10px;
  font-size: 15px;
  line-height: 17px;
}

/* line 203, app/assets/stylesheets/consent.css.scss */
.cookie_consent_button {
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 5px;
  height: 50px;
  margin-left: 2px;
  margin-right: 4px;
  font-weight: 600;
  line-height: 32px;
}

/* line 216, app/assets/stylesheets/consent.css.scss */
.cookie_consent_button.selected {
  color: #fff;
  background-color: #000;
  font-weight: 700;
}

/* line 222, app/assets/stylesheets/consent.css.scss */
.cookie_consent_title {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

/* line 230, app/assets/stylesheets/consent.css.scss */
.cookie_consent_title_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

/* line 237, app/assets/stylesheets/consent.css.scss */
.cookie_icon {
  width: 20px;
  height: 20px;
}

/* line 242, app/assets/stylesheets/consent.css.scss */
.button_wrapper {
  display: flex;
}

/* line 246, app/assets/stylesheets/consent.css.scss */
.body {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  /* line 251, app/assets/stylesheets/consent.css.scss */
  .close_icon {
    width: 29px;
    height: 20px;
  }
  /* line 256, app/assets/stylesheets/consent.css.scss */
  .popup_scrollable_content {
    padding-left: 5%;
    padding-right: 5%;
  }
  /* line 261, app/assets/stylesheets/consent.css.scss */
  .cookie_popup_button_wrapper {
    width: 100%;
  }
  /* line 265, app/assets/stylesheets/consent.css.scss */
  .popup_wrapper {
    bottom: auto;
    left: 10%;
    right: 10%;
  }
  /* line 271, app/assets/stylesheets/consent.css.scss */
  .popup_content {
    padding-left: 5%;
    padding-right: 5%;
  }
  /* line 276, app/assets/stylesheets/consent.css.scss */
  .cookie_footer_container {
    border-radius: 0;
    flex-flow: column;
    height: 180px;
    bottom: 0;
    left: 0%;
    right: 0%;
  }
  /* line 285, app/assets/stylesheets/consent.css.scss */
  .cookie_consent_message {
    text-align: center;
  }
  /* line 289, app/assets/stylesheets/consent.css.scss */
  .cookie_consent_button {
    width: 30%;
  }
  /* line 293, app/assets/stylesheets/consent.css.scss */
  .cookie_consent_title_wrapper {
    justify-content: center;
    align-items: center;
  }
  /* line 298, app/assets/stylesheets/consent.css.scss */
  .button_wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  /* line 308, app/assets/stylesheets/consent.css.scss */
  .close_icon {
    width: 20px;
    height: 20px;
  }
  /* line 313, app/assets/stylesheets/consent.css.scss */
  .popup_scrollable_content {
    justify-content: flex-start;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 2%;
    padding-right: 2%;
    overflow: scroll;
  }
  /* line 322, app/assets/stylesheets/consent.css.scss */
  .popup_wrapper {
    left: 5%;
    right: 5%;
  }
  /* line 327, app/assets/stylesheets/consent.css.scss */
  .popup_content {
    justify-content: flex-start;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 2%;
    padding-right: 2%;
    overflow: scroll;
  }
}

@media screen and (max-width: 479px) {
  /* line 338, app/assets/stylesheets/consent.css.scss */
  .popup_scrollable_content {
    overflow: scroll;
  }
  /* line 342, app/assets/stylesheets/consent.css.scss */
  .partner_switcher_text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 18px;
  }
  /* line 349, app/assets/stylesheets/consent.css.scss */
  .cookie_popup_button_wrapper {
    align-items: stretch;
    width: 100%;
    padding: 20px 5px;
  }
  /* line 355, app/assets/stylesheets/consent.css.scss */
  .select_language_button {
    font-size: 10px;
  }
  /* line 359, app/assets/stylesheets/consent.css.scss */
  .select_language_button.cancel {
    justify-content: center;
    align-items: center;
  }
  /* line 364, app/assets/stylesheets/consent.css.scss */
  .popup_wrapper {
    position: absolute;
    top: 5%;
    bottom: 2%;
    left: 5%;
    right: 5%;
  }
  /* line 372, app/assets/stylesheets/consent.css.scss */
  .popup_wrapper.partner_selector {
    margin-top: 60px;
    bottom: 20%;
  }
  /* line 377, app/assets/stylesheets/consent.css.scss */
  .partner_selection_option_content_wrapper {
    margin-left: 10px;
  }
  /* line 381, app/assets/stylesheets/consent.css.scss */
  .popup_content {
    overflow: scroll;
  }
  /* line 385, app/assets/stylesheets/consent.css.scss */
  .partner_selection_row {
    width: 100%;
  }
  /* line 389, app/assets/stylesheets/consent.css.scss */
  .partner_option_select_indicator {
    margin-right: 10px;
  }
  /* line 393, app/assets/stylesheets/consent.css.scss */
  .popup_header {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 25px;
  }
  /* line 399, app/assets/stylesheets/consent.css.scss */
  .popup_close {
    padding: 10px;
  }
  /* line 403, app/assets/stylesheets/consent.css.scss */
  .cookie_footer_container {
    height: 200px;
    padding: 5px;
  }
  /* line 408, app/assets/stylesheets/consent.css.scss */
  .cookie_consent_message {
    font-size: 10px;
  }
  /* line 412, app/assets/stylesheets/consent.css.scss */
  .cookie_consent_button {
    width: 100%;
    height: 40px;
    line-height: 22px;
  }
  /* line 418, app/assets/stylesheets/consent.css.scss */
  .cookie_consent_button.selected {
    font-weight: 700;
  }
  /* line 422, app/assets/stylesheets/consent.css.scss */
  .cookie_consent_title {
    font-size: 15px;
    line-height: 15px;
  }
  /* line 427, app/assets/stylesheets/consent.css.scss */
  .cookie_icon {
    width: 15px;
    height: 15px;
  }
  /* line 432, app/assets/stylesheets/consent.css.scss */
  .button_wrapper {
    width: 100%;
  }
}
/*
 * This is a manifest file that'll be compiled into application configurator .css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *





 */



