/*================================================================
    Normalize and Accessibility
================================================================*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

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

/*================================================================
    Flexbox
    ==============================================================*/
.grid-flex {
    display: flex;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.flex-start-center {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.flex-start-start {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.flex-between-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex: 1;
}

.flex-between-end {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-direction: row;
}

.flex-between-start {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: row;
}

.flex-column-center {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.flex-col-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ai-start {
    align-items: flex-start;
}

.grid-flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}

.col-3 {
    width: 33.3333333333%;
}

.grid.has-col-15 {
    display: grid;
    grid-template-columns: 50px repeat(15, 1fr);
}
.grid.has-col-15 .custom-grid-1-1 {
    grid-column-start: 1;
    grid-column-end: 2;
}
.grid.has-col-15 .custom-grid-2-4 {
    grid-column-start: 2;
    grid-column-end: 6;
}
.grid.has-col-15 .custom-grid-3-1 {
    grid-column-start: 6;
    grid-column-end: 9;
}
.grid.has-col-15 .custom-grid-3-2 {
    grid-column-start: 9;
    grid-column-end: 12;
}
.grid.has-col-15 .custom-grid-4-2 {
    grid-column-start: 12;
    grid-column-end: 14;
}
.grid.has-col-15 .custom-grid-5-2 {
    grid-column-start: 14;
    grid-column-end: 16;
}
.grid.has-col-15 .custom-grid-6-1 {
    grid-column-start: 16;
    grid-column-end: 17;
}

.grid-start-center {
    align-self: center;
    justify-self: flex-start;
}

.grid-end-center {
    align-self: center;
    justify-self: flex-end;
}

.grid-center {
    align-self: center;
    justify-self: center;
}

/* ===============================================================
    Template styles
    ==============================================================*/
body {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    background-color: #000000;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.site {
    overflow: hidden;
    width: 100vw;
    min-height: 100vh;
    margin-left: 325px;
    padding-bottom: 100px;
}

select {
    width: 170px;
    background-color: #000000;
    color: #fff;
    margin-top: 15px;
}

h1 {
    font-size: 40px;
    font-weight: 300;
    margin: 0;
}

h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}

.sub-title {
    font-size: 20px;
    margin-top: 10px;
}
.sub-title.count {
    font-size: 18px;
    font-weight: 400;
}

.edit-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
    margin-top: 5px;
}
.edit-title.edit-lg {
    font-size: 18px;
    font-weight: 400;
}

.title-small {
    font-size: 14px;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.category-title {
    font-weight: 400;
    margin-bottom: 10px;
}

.font-uppercase {
    text-transform: uppercase;
}

p.text-small {
    font-size: 14px;
    font-weight: 400;
}

.option-item p.text-small {
    font-size: 14px;
    font-weight: 400;
}

.option-item .message-changed {
    color: #ff9900;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.option-item p.rootCategory-item-title {
    font-size: 20px;
    font-weight: 500;
}

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

.empty-space-50 {
    width: 50px;
}

.empty-space-100 {
    width: 100px;
}

.empty-space-130 {
    width: 130px;
}

.empty-space-150 {
    width: 150px;
}

.margin-left {
    margin-left: 20px;
}

.margin-top {
    margin-top: 20px !important;
}

.margin-top-double {
    margin-top: 40px !important;
}

.margin-top-half {
    margin-top: 10px;
}

.margin-right {
    margin-right: 20px;
}

.margin-right-double {
    margin-right: 40px;
}

.margin-right-4 {
    margin-right: 80px;
}

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

.margin-left {
    margin-left: 20px;
}

.margin-left-half {
    margin-left: 10px;
}

.margin-right-half {
    margin-right: 10px;
}

.padding-top {
    padding-top: 20px;
    padding-bottom: 20px !important;
}

.padding-top-double {
    padding-top: 40px;
}

.padding-right {
    padding-right: 20px;
}

.padding-bottom {
    padding-bottom: 20px;
}

.border-bottom {
    border-bottom: 1px solid #333333;
}

.border-bottom-gray {
    border-bottom: 1px solid #999999;
}

.border-top {
    border-top: 1px solid #666666;
}

.hr-line-gray {
    border-bottom: 1px solid #333333;
    width: auto;
    margin-left: 50px;
}

p {
    margin: 0;
}

a {
    color: unset;
    text-decoration: unset;
}

input,
textarea {
    border: unset;
}
input:focus-visible,
textarea:focus-visible {
    outline: none;
}

button {
    background-color: unset;
    border: unset;
    cursor: pointer;
    color: #fff;
}

div {
    box-sizing: border-box;
}

ul {
    padding-left: 0;
    list-style: none;
}

li {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.height-reset {
    height: auto !important;
}

.clearfix {
    margin: 0;
}

.default-btn,
.btn {
    background-color: unset;
    color: unset;
    border: unset;
    cursor: pointer;
}

.default-btn {
    background-color: #1793c2;
    border-radius: 121px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 500;
}

.toggle-btn,
.gray-btn {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 121px;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    height: 52px;
}

.default-btn {
    height: 35px;
    border: rgba(255, 255, 255, 0.1);
    border-width: 2px;
}

.gray-btn {
    font-weight: 400;
    min-width: 214px;
}
.gray-btn.is-active {
    border: 1px solid #1793c2;
    border-width: 2px;
}

label.default-btn {
    padding-top: 6px;
    padding-bottom: 6px;
}

.toggle-btn {
    color: #999999;
    height: 53px;
    transition: all 0.2s ease-in-out;
}
.toggle-btn.is-active {
    background-color: #1793c2;
    color: #fff;
    border: unset;
}

button.modal-clear,
button.clear {
    color: #fff;
    text-decoration: underline;
    margin-right: 20px;
}

button.clear {
    font-size: 14px;
}

button.modal-clear {
    font-size: 16px;
    text-transform: uppercase;
}

.add-rootCategory {
    margin-right: 30px;
}

.circled-btn {
    padding: unset;
    width: 32px;
    height: 32px;
    font-size: 26px;
    font-weight: 600;
}

button.filter-clear {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: underline;
    margin-top: 40px;
}

.choose-btn-container {
    border-bottom: 1px solid #666666;
    padding-bottom: 30px;
}

.switch-btn-large {
    border-radius: 50%;
    background-color: #c4c4c4;
}

.switch-btn-large {
    width: 19px;
    height: 19px;
}
.switch-btn-large.is-active {
    background-color: #2fce65;
}

.grayed-btn {
    background-color: #a0a0a0;
}
.grayed-btn.active {
    background-color: #1793c2;
}

.btn-remove {
    width: 50px;
    height: 50px;
    background-color: rgba(238, 238, 238, 0.1);
    border-radius: 50%;
    font-size: 24px;
    transition: all 0.2s;
}
.btn-remove:hover {
    background-color: rgba(238, 238, 238, 0.2);
}

.side-button .btn {
    margin-right: 20px;
    text-transform: capitalize;
}

.btn.plus-btn {
    position: relative;
    margin-top: unset;
    margin-bottom: unset;
}
.btn.plus-btn::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    width: 3px;
    margin: 3px auto;
    background: #fff;
}
.btn.plus-btn::after {
    content: '';
    margin: auto 3px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}

.tabbed .tab.category-btn-main {
    border-bottom: unset !important;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 5px 20px;
    height: 37px;
}

.category-btn-items button {
    border-bottom: unset !important;
}

.category-btn-items {
    padding-left: 30px;
    flex-wrap: wrap;
}

.category-btn-items .category-btn-item {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 5px 20px;
    padding-right: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.category-btn-items .category-btn-item sup {
    font-size: 24px;
    top: unset;
}

.tabbed .category-btn-items .tab:not(.active),
.tabbed .tab.category-btn-main:not(.active) {
    padding-bottom: 5px !important;
}

.category-btn-item button {
    margin-right: 10px !important;
}

.cst-size-btn {
    min-width: 230px;
}

.vr-line-37 {
    display: block;
    height: 37px;
    width: 1px;
    background-color: #c4c4c4;
}

.grid-display-btn {
    width: 34px;
    height: 34px;
    background-color: #1793c2;
    position: relative;
    border-radius: 50%;
    margin-right: 10px;
}
.grid-display-btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.divider .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    width: 325px;
    background-color: rgba(255, 255, 255, 0.1);
    flex-direction: column;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.divider .sidebar::-webkit-scrollbar {
    display: none;
}
.divider .sidebar .sidebar-header {
    padding-top: 43px;
    padding-bottom: 43px;
    border-bottom: 1px solid #666666;
    text-align: center;
    min-height: 180px;
}
.divider .sidebar .sidebar-component {
    border-bottom: 1px solid #666666;
    padding: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.divider .sidebar li {
    margin-bottom: 23px;
}
.divider .sidebar .sidebar-site-logo svg {
    width: 80px;
}

.sidebar-footer {
    flex: 1;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 50px;
    min-height: 300px;
}

ul.categories {
    max-height: 200px;
    overflow-y: scroll;
    margin-top: 23px;
    margin-bottom: 0;
}

.sidebar .categories li.rootCategory-category span {
    width: 10px;
    height: 10px;
    background-color: #2fce65;
    border-radius: 50%;
    margin-left: 20px;
}
.sidebar .categories li.rootCategory-category.active span {
    display: inline-block;
}

.divider .main-content {
    flex: 1;
    margin-left: 30px;
    margin-right: 30px;
}
.divider .main-content header {
    padding-top: 53px;
    padding-bottom: 43px;
    border-bottom: 1px solid #666666;
    position: relative;
    box-sizing: border-box;
    min-height: 180px;
    position: fixed;
    width: calc(100vw - 385px);
    top: 0;
    background: #000;
    z-index: 1;
}
.divider .main-content header h1.main-title .info {
    margin-bottom: 0;
}
.divider .main-content main {
    margin-top: 200px;
}

body.margin-clear .main-content {
    margin-right: 0px;
}
body.margin-clear header {
    margin-right: 30px;
}

.inner-content {
    margin-left: 10px;
}

.buttons-on-top {
    margin-top: 30px;
    margin-bottom: 30px;
}
.buttons-on-top .default-btn {
    margin-right: 20px;
}

p[contenteditable='true'],
.info textarea,
.info input {
    background-color: #000000;
    border-bottom: 1px solid #1793c2;
    width: 100%;
    color: #fff;
    margin-top: 20px;
}

.info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 26.5px;
}
.info label {
    font-weight: 500;
}
.info.info-title input {
    margin-top: 5px;
    line-height: 48px;
    font-size: 24px;
}

p[contenteditable='true']:focus-visible {
    outline: none;
}

.spacing {
    margin-top: 30px;
    margin-bottom: 30px;
}

.fees-content {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding-right: 53px;
    padding-left: 23px;
    padding-top: 13.25px;
    padding-bottom: 35.3333333333px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.fees-content .fees-row-head,
.fees-content .fees-row-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 70%;
}
.fees-content .fees-row-head {
    height: 40px;
    margin-bottom: 20px;
    font-weight: 500;
}
.fees-content .fees-row-body {
    height: 70px;
    border-bottom: 1px solid #666666;
    font-size: 16px;
}
.fees-content .fees-row-body:nth-child(2) {
    border-top: 1px solid #666666;
}

.fees-identifier {
    font-size: 20px;
    font-weight: 500;
}

.default-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
.default-table tr {
    height: 70px;
}
.default-table tr th:nth-child(1) {
    text-align: left;
}
.default-table tr td:nth-child(1) {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
}
.default-table tr td:last-of-type {
    text-align: right;
}
.default-table tr td {
    border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;
    font-size: 16px;
    font-weight: 400;
}
.default-table tr.table-head {
    height: 40px;
}

thead th {
    font-weight: 500;
}

body.no-scroll {
    overflow: hidden;
}

.modal-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 9;
    display: none;
}

body.ReactModal__Body--open {
    overflow: hidden;
}

body.active-modal .modal-layer {
    display: block;
}

.modal-container {
    transform: transformX(0);
    transition: transform 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow-y: scroll;
}
.modal-container .modal-wrapper {
    border: 2px solid #fff;
    min-height: 400px;
}
.modal-container.hidden {
    transform: translateX(200%);
}
.modal-container .modal-wrapper {
    position: relative;
    background-color: #000000;
    max-width: 656px;
    margin-left: auto;
    border-radius: 15px;
    padding: 37px 68px 45px 41px;
}
.modal-container .modal-wrapper.modal-lg {
    min-width: 656px;
    max-width: 976px;
}
.modal-container .modal-wrapper .info {
    margin-top: 20px;
}
.modal-container .modal-wrapper .close-modal {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 20px;
    margin-top: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.modal-container .modal-wrapper.centered-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 550px;
}
.modal-container .modal-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #666666;
    font-size: 30px;
    font-weight: 300;
}
.modal-container .modal-title.reset {
    border-bottom: none;
    padding-bottom: unset;
}
.modal-container .modal-body .info {
    margin-bottom: 35px;
}
.modal-container .modal-body .info label {
    font-weight: 500;
}
.modal-container .modal-footer {
    border-top: 1px solid #666666;
    padding-top: 30px;
}

.desc {
    min-width: 250px;
    max-width: 300px;
}

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

.boxed-price-container {
    min-width: 115px;
}

.select-item-modal .modal-body {
    margin-top: 40px;
}

.filter-circle-small {
    border-radius: 50%;
    background-color: #fff;
    color: #000000;
}

.modifier-filters-wrapper {
    margin-right: 20px;
}
.modifier-filters-wrapper .filter-symb.active {
    background: #fff;
    color: #24201e;
    width: 29px;
    height: 29px;
}
.modifier-filters-wrapper .filter-symb.active:not(:last-child) {
    margin-right: 7px;
}

.filter-circle-small {
    width: 29px;
    height: 29px;
    font-size: 14px;
    font-weight: 700;
    margin-right: 5px;
}

.modal-wrapper.filter-modal {
    padding: 50px 20px 20px 20px;
}
.modal-wrapper.filter-modal .container {
    flex-wrap: wrap;
}

.filter-container {
    cursor: pointer;
    width: calc(33.333% - 40px);
    background-color: #333333;
    border-radius: 55px;
    margin-right: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.filter-container .flex-between-1 {
    padding-left: 5px;
}
.filter-container:nth-child(3n) {
    margin-right: 10px;
}
.filter-container.active {
    background-color: #1793c2;
}
.filter-container.active .filter-symb {
    background-color: #fff;
    color: #000000;
}
.filter-container.active .filter-add {
    transform: rotate(45deg);
}

.filter-symb {
    width: 39px;
    height: 39px;
    background-color: #333333;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #000;
    transition: all 0.2s ease-in-out;
}

.filter-name {
    font-size: 16px;
    font-weight: 400;
}

.filter-add {
    font-size: 24px;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
}

.rootCategory-toggle {
    margin-left: 10px;
    z-index: 10;
}
.rootCategory-toggle .rootCategory-icon {
    width: 23px;
    height: 24px;
    display: inline-block;
}
.rootCategory-toggle .rootCategory-icon span {
    width: 100%;
    height: 3px;
    display: block;
    margin: 5px 0;
    background-color: #fff;
    transition: all 0.5s ease;
}

.site-header.toggled .rootCategory-icon > .first {
    transform: rotate(45deg);
    margin-left: 0;
    margin-top: 14px;
    width: 27px;
}

.site-header.toggled .rootCategory-icon > .second {
    transform: rotate(-45deg);
    margin-left: 0;
    margin-top: -8px;
    width: 27px;
}

.site-header.toggled .rootCategory-icon > .third {
    display: none;
}

.search-bar-container {
    position: relative;
}

#searchBar {
    height: 50px;
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    border-radius: 12px;
    padding-left: 30px;
    padding-right: 30px;
    width: 300px;
}
#searchBar::-moz-placeholder {
    color: #c4c4c4;
    font-size: 18px;
    font-weight: 500;
}
#searchBar::placeholder {
    color: #c4c4c4;
    font-size: 18px;
    font-weight: 500;
}

.search-btn {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 20px;
}

.icon {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.container__icons {
    margin-top: 50px;
}

.icons-wrapper {
    flex-wrap: wrap;
}

.icon {
    margin-right: 17px;
    margin-bottom: 17px;
    box-sizing: border-box;
}
.icon.active-icon {
    border: 3px solid #1793c2;
}

.carousel:focus-visible {
    outline: 0;
}

.tabbed {
    margin-top: 30px;
}
.tabbed .tabbed-options {
    padding-left: 5px;
}
.tabbed .tab {
    margin-right: 30px;
}
.tabbed .tab.active {
    border-bottom: 3px solid #1793c2;
    padding-bottom: 5px;
}
.tabbed .tab:not(.active) {
    padding-bottom: 8px;
}

.tab-carousel-wrapper {
    margin-top: 40px;
}

.tab-carousel-icon {
    position: relative;
    min-width: 150px;
    height: 150px;
    background-color: rgba(238, 238, 238, 0.1);
    margin-right: 10px;
    border-radius: 25px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.tab-carousel-icon.add-new {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.tab-carousel-icon .add-icon {
    font-size: 96px;
    font-weight: 300;
}
.tab-carousel-icon .remove-category {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
    margin-top: 5px;
    margin-right: 10px;
}

.category-description {
    text-transform: capitalize;
    margin-top: 20px;
    font-weight: 600;
}

.tab-carousel {
    flex: 1;
    overflow: hidden;
}

.tab-windows.options-wrapper {
    margin-top: 50px;
}
.tab-windows .width-150 {
    margin-right: 0px;
    text-align: center;
}
.tab-windows .mods-btns-container {
    min-width: 50px;
    text-align: center;
}
.tab-windows .mods-filter-opt {
    margin-right: 0;
    min-width: 150px;
    text-align: center;
}
.tab-windows .filters-wrapper {
    min-width: 150px;
    justify-content: center;
}
.tab-windows .tab-window {
    padding-top: 20px;
}

.icon-before-cat {
    margin-right: 10px;
}

.category-name {
    margin: 0;
}

.mods-availability-switch {
    min-width: 150px;
}

.modal .mods-availability-switch {
    min-width: 100px;
}

.tab-windows:not(.active) {
    display: none;
    transform: translateX(200%);
    transition: all 0.2s ease;
}

.image-container {
    border-radius: 6px;
    position: relative;
    height: 100px;
    min-width: 115px;
    overflow: hidden;
}
.image-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.image-container .default-image-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0) 100%);
}

.boxed-price-container .boxed-price {
    padding: 5px 15px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 300;
}
.boxed-price-container.changed .boxed-price {
    background: rgba(255, 255, 255, 0.1);
}

select[name='active-rootCategory'] {
    background-color: rgba(255, 255, 255, 0.15);
    height: 50px;
    padding: 10px;
    border: none;
    border-radius: 12px;
}

.arrow {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
.arrow.down {
    transform: rotate(45deg);
}

.rootCategory-modifications-carousel {
    overflow: hidden;
}
.rootCategory-modifications-carousel .carousel-cell {
    margin-right: 20px;
}

.start,
.end {
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: underline;
}

.days {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
}

.days {
    margin-right: 10px;
}

.time-frame button.tab {
    padding-left: 0;
}

.time-settings label {
    display: block;
}
.time-settings .time-option {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
}

.custom-input-time,
.custom-input-date {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.15);
}

.custom-input-time input,
.custom-input-date input {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background-color: transparent;
    color: #fff;
    margin-top: 0;
}

.custom-input-date {
    width: 198px;
}
.custom-input-date input::-webkit-datetime-edit-fields-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-input-date input::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0;
    width: 198px;
    background: transparent;
}
.custom-input-date .date-icon {
    position: absolute;
    left: 5px;
}
.custom-input-date .arrow-icon {
    position: absolute;
    right: 10px;
}

.custom-input-time {
    width: 105px;
}
.custom-input-time input {
    left: 53%;
    top: 50%;
    transform: translate(-47%, -50%);
    margin-top: 0;
}
.custom-input-time input::-webkit-datetime-edit-fields-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-input-time input::-webkit-datetime-edit-text {
    padding: 9px 4px;
}
.custom-input-time input::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0;
    width: 105px;
    background: transparent;
}
.custom-input-time input::-webkit-datetime-edit-ampm-field {
    display: none;
    background: transparent;
    color: transparent;
}

.time-settings-event-rootCategory {
    min-width: 246px;
}

.custom-input-container,
.custom-input-days {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.custom-input-days input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-input-days .checkmark {
    position: absolute;
    top: 0;
    left: 0;
}

.activate-dod,
.switch {
    position: relative;
    display: inline-block;
}

.activate-dod input,
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.activate-dod .active-dod,
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.switch {
    width: 56px;
    height: 34px;
}
.switch .slider {
    background-color: #999999;
    transition: 0.4s;
}
.switch .slider::before {
    position: absolute;
    content: '';
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 6px;
    background-color: #303030;
    transition: 0.4s;
}
.switch .slider.round {
    border-radius: 34px;
}
.switch .slider.round::before {
    border-radius: 50%;
}
.switch input:checked + .slider {
    background-color: #2fce65;
}
.switch input:focus + .slider {
    box-shadow: 0 0 1px #2fce65;
}
.switch input:checked + .slider:before {
    transform: translateX(26px);
    background-color: white;
}

.custom-input-days .checkmark {
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    transition: background-color 0.2s;
}
.custom-input-days input:checked ~ .checkmark {
    border-radius: 50%;
    background-color: #1793c2;
    transition: background-color 0.2s;
}

.custom-input-container {
    font-size: 22px;
}
.custom-input-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.custom-input-container input:checked ~ .checkmark {
    background-color: rgba(255, 255, 255, 0.1);
}
.custom-input-container input:checked ~ .checkmark:after {
    display: block;
}
.custom-input-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 6px;
}
.custom-input-container .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(40deg);
}
.custom-input-container:hover input ~ .checkmark {
    background-color: rgba(255, 255, 255, 0.1);
}

.checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.activate-dod {
    width: 19px;
    height: 19px;
}
.activate-dod .active-dod {
    background-color: #c4c4c4;
    transition: 0.4s;
    border-radius: 50%;
}
.activate-dod input:checked + .active-dod {
    background-color: #2fce65;
}
.activate-dod input:focus + .active-dod {
    box-shadow: 0 0 1px #2fce65;
}

.tox-tinymce {
    margin-top: 15px;
}

.multiselect-container {
    margin-top: 15px;
}

.rootCategory-container {
    position: absolute;
    padding: 106px 0 0 0;
    height: 150vh;
    right: -380px;
    width: 350px;
    min-height: 560px;
    top: 0;
    background-color: #191919;
    transition: all 0.4s cubic-bezier(0.68, 0, 0.265, 1.2);
    z-index: 1;
}
.rootCategory-container .rootCategory ul {
    width: 100%;
    text-align: center;
}
.rootCategory-container .rootCategory ul li {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-header.toggled .rootCategory-container {
    right: -30px;
}

.row {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #666666;
}

.header {
    border-bottom: 1px solid #666666;
}
.header h3 {
    font-size: 18px;
    font-weight: 500;
}

.options-wrapper .header h3:last-child {
    min-width: 170px;
}

.option-item {
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1793c2;
}
.option-item p {
    font-size: 24px;
    font-weight: 400;
}
.option-item.modal p.text-small {
    font-size: 14px;
}
.option-item .has-width {
    min-width: 170px;
}

.amount {
    display: inline-block;
}
.amount input {
    width: 30px;
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
}
.amount label:last-of-type {
    margin-left: 20px;
}

.options-wrapper {
    padding-right: 53px;
    padding-left: 23px;
    padding-top: 13.25px;
    padding-bottom: 35.3333333333px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.options-wrapper {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
}

.mod-options-container {
    height: 80px;
}
.mod-options-container .option-item {
    margin-top: 0;
    padding-bottom: 0;
}
.mod-options-container > span,
.mod-options-container > div {
    height: 100%;
    align-items: center;
    display: flex;
}
.mod-options-container > div {
    flex: 1;
    margin-left: 20px;
    border-bottom: 1px solid #666666;
}
.mod-options-container button.copy {
    margin-left: 50px;
}
.mod-options-container button.remove {
    margin-left: 10px;
}

.mods-price-create-container {
    min-width: 150px;
}
.mods-price-create-container label {
    font-size: 30px;
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 5px;
}

.mods-btns-container {
    min-width: 150px;
}

.mods-price-create {
    width: 55px;
    background-color: transparent;
    border: 1px solid #c4c4c4;
    color: #fff;
    text-align: center;
}

.width-150 {
    min-width: 150px !important;
    text-align: right;
    margin-right: 15px;
}

.width-130 {
    min-width: 130px;
}

.width-100 {
    min-width: 100px !important;
}

.mods-filter-opt {
    margin-right: -15px;
}

.modal-tabled-display .mod-options-container > div {
    border-bottom: unset;
    align-items: flex-start;
}

.current-rest-name {
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 5px;
}

.select-buttons {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #666666;
}
.select-buttons button {
    text-decoration: underline;
}
.select-buttons .select-all {
    margin-right: 40px;
}

.import-filter-wrapper {
    margin-top: 30px;
}
.import-filter-wrapper .filter-import {
    background-color: #333333;
    min-width: 214px;
    max-width: 214px;
    margin-right: 115px;
    border-radius: 30px;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    border: 1px solid #333333;
}
.import-filter-wrapper .filter-import.active {
    border: 1px solid #1793c2;
}

.filter-import-container {
    width: calc(33.333% - 20px);
}

.add-options label {
    display: block;
}
.add-options select {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
}

option[value='empty'] {
    display: none;
}

[aria-label='hidden'] {
    display: none;
}

.login.hcn-login {
    background-color: #000;
    margin: auto;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    font-size: 14px;
}
.login.hcn-login .hcn-login-container {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    margin: auto;
    text-align: center;
    padding: 70px 80px;
}
.login.hcn-login .login-head {
    margin-bottom: 45px;
}
.login.hcn-login .login-title p {
    font-size: 36px;
}
.login.hcn-login .login-content input {
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    margin-bottom: 20px;
    border-radius: 6px;
    padding-left: 18px;
    box-sizing: border-box;
    min-width: 350px;
}
.login.hcn-login .login-footer {
    margin-top: 30px;
}
.login.hcn-login .large-btn {
    padding: 12px 50px;
    background-color: #1793c2;
    border-radius: 121px;
    font-weight: 500;
}
.login.hcn-login .pass-reminder {
    text-align: left;
    text-decoration: underline;
    color: #1793c2;
} /*# sourceMappingURL=style.css.map */

.add-image {
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 5px;
}
