@charset "UTF-8";

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

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
}

a,
p,
div,
main,
footer,
nav,
input,
form,
button,
table,
select,
section,
textarea {
  box-sizing: border-box;
  position: relative;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
}

table thead {
  background-color: #999999;
  color: #333333;
}

table thead input {
  display: block;
}

table tr:nth-child(2n) {
  background-color: #f2f2f2;
}

table td,
table th {
  padding: 1rem;
  border: none;
}

table th::first-letter,
table th a::first-letter {
  text-transform: uppercase;
}

table .table-title td {
  font-weight: 800;
  color: black;
  position: relative;
  font-size: 15px;
  font-family: "mtn-bold";
}

table .table-title td svg {
  width: 17px;
  margin-bottom: -4px;
  height: 16px;
  margin-left: 2px;
}

#main li {
  padding: 6px 0;
}

#main .pagination {
  list-style: none;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}

#main .pagination li {
  padding: 0;
}

#main .pagination li:first-of-type {
  background: url("/images/icons/chevron-left.svg") no-repeat #FFF center center/24px;
}

#main .pagination li:first-of-type a,
#main .pagination li:first-of-type span {
  color: transparent;
}

#main .pagination li:last-of-type {
  background: url("/images/icons/chevron-right.svg") no-repeat #FFF center center/24px;
}

#main .pagination li:last-of-type a,
#main .pagination li:last-of-type span {
  color: transparent;
}

#main .pagination .page-link {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "mtn-regular", sans-serif;
}

#main .pagination .page-item {
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border: 1px solid #1a1a1a;
  border-radius: 6px;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  #main .pagination .page-item {
    margin-bottom: 10px;
  }
}

#main .pagination .page-item::last-of-type {
  margin-right: 0;
}

#main .pagination .active.page-item,
#main .pagination .page-item:active,
#main .pagination .page-item:hover,
#main .pagination .page-item:focus {
  background-color: #fc0;
  border: 1px solid #fc0;
}

#main .pagination .disabled.page-item:hover {
  background-color: #e6e6e6;
  border: 1px solid #1a1a1a;
}

#main .pagination .disabled a {
  pointer-events: none;
}

.editor {
  word-break: break-word;
}

[transparent] {
  opacity: 0;
  pointer-events: none;
}

@font-face {
  font-family: "mtn-regular";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local("Awesome Font"), url("/fonts/MTNBrighterSans-Regular.woff2") format("woff2"), url("/fonts/MTNBrighterSans-Regular.woff") format("woff"), url("/fonts/MTNBrighterSans-Regular.ttf") format("truetype"), url("/fonts/MTNBrighterSans-Regular.eot") format("embedded-opentype");
}

@font-face {
  font-family: "mtn-bold";
  font-style: bold;
  font-weight: 700;
  font-display: auto;
  src: local("Awesome Font"), url("/fonts/MTNBrighterSans-Bold.woff2") format("woff2"), url("/fonts/MTNBrighterSans-Bold.woff") format("woff"), url("/fonts/MTNBrighterSans-Bold.ttf") format("truetype"), url("/fonts/MTNBrighterSans-Bold.eot") format("embedded-opentype");
}

@font-face {
  font-family: "mtn-medium";
  font-style: medium;
  font-weight: 500;
  font-display: auto;
  src: local("Awesome Font"), url("/fonts/MTNBrighterSans-Medium.woff2") format("woff2"), url("/fonts/MTNBrighterSans-Medium.woff") format("woff"), url("/fonts/MTNBrighterSans-Medium.ttf") format("truetype"), url("/fonts/MTNBrighterSans-Medium.eot") format("embedded-opentype");
}

@font-face {
  font-family: "mtn-italic";
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: local("Awesome Font"), url("/fonts/MTNBrighterSans-RegularItalic.woff2") format("woff2"), url("/fonts/MTNBrighterSans-RegularItalic.woff") format("woff"), url("/fonts/MTNBrighterSans-RegularItalic.ttf") format("truetype"), url("/fonts/MTNBrighterSans-RegularItalic.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local("Awesome Font"), url("/fonts/Montserrat-Regular.woff2") format("woff2"), url("/fonts/Montserrat-Regular.woff") format("woff"), url("/fonts/Montserrat-Regular.ttf") format("truetype"), url("/fonts/Montserrat-Regular.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Montserrat-Light";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: local("Awesome Font"), url("/fonts/Montserrat-Light.woff2") format("woff2"), url("/fonts/Montserrat-Light.woff") format("woff"), url("/fonts/Montserrat-Light.ttf") format("truetype"), url("/fonts/Montserrat-Light.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: local("Awesome Font"), url("/fonts/Montserrat-Bold.woff2") format("woff2"), url("/fonts/Montserrat-Bold.woff") format("woff"), url("/fonts/Montserrat-Bold.ttf") format("truetype"), url("/fonts/Montserrat-Bold.eot") format("embedded-opentype");
}

html {
  font-size: 10px;
  line-height: 21px;
  font-family: "mtn-regular", sans-serif;
  color: #1a1a1a;
}

body {
  font-size: 1.4rem;
}

h1 {
  color: #000;
  font-size: 3rem;
  line-height: 25px;
  font-family: "mtn-bold";
}

h2 {
  color: #000;
  font-size: 2.2rem;
  line-height: 25px;
  font-family: "mtn-bold";
}

h3 {
  color: #000;
  font-size: 1.8rem;
  line-height: 22px;
  font-family: "mtn-bold";
}

a {
  text-decoration: none;
  color: initial;
}

.t-small {
  font-size: 1rem;
}

.t-medium {
  font-size: 1.6rem;
}

.t-large {
  font-size: 4rem;
  line-height: 4rem;
}

.t-xlarge {
  font-size: 6rem;
  line-height: 6.6rem;
}

.t-pl {
  font-size: 1.6rem;
  line-height: 1em;
}

.t-pxl {
  font-size: 1.8rem;
  line-height: 1.3em;
}

.t-ps-header {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Montserrat-Bold";
  color: #666666;
}

.t-dark {
  color: #000000 !important;
}

.t-light {
  color: #ffffff !important;
}

p,
ol,
li {
  font-family: "mtn-regular", sans-serif;
}

strong,
.bold {
  font-family: "mtn-bold";
}

pre:not(.sl-code-viewer) {
  font-size: 10px;
  background-color: #999999;
  border-radius: 8px;
  padding: 20px;
  font-family: "mtn-regular", sans-serif;
  word-break: break-word;
  white-space: break-spaces;
}

.hljs {
  display: block;
  overflow-x: auto;
  color: #FC0;
}

.hljs-comment,
.hljs-quote {
  color: #cccccc;
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-addition {
  color: #b64926;
}

.hljs-number,
.hljs-string,
.hljs-doctag,
.hljs-regexp {
  color: #FFF;
}

.hljs-title,
.hljs-section,
.hljs-built_in,
.hljs-name {
  color: #ffb03b;
}

.hljs-variable,
.hljs-template-variable,
.hljs-class .hljs-title,
.hljs-type,
.hljs-tag {
  color: #b58900;
}

.hljs-attribute {
  color: #b89859;
}

.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-subst,
.hljs-meta {
  color: #cb4b16;
}

.hljs-deletion {
  color: #dc322f;
}

.hljs-selector-id,
.hljs-selector-class {
  color: #d3a60c;
}

.hljs-formula {
  background: #073642;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

div > code,
li > code,
h1 > code,
h2 > code,
h3 > code,
h4 > code,
h5 > code,
h6 > code,
a > code,
p > code {
  background-color: #f2f2f2;
  color: #bb1e4f;
  padding: 5px;
  border-radius: 3px;
  font-size: 80%;
}

@media (max-width: 966px) {
  .parent-header {
    position: relative;
    z-index: 3;
  }
}

.notification-banner {
  width: 100%;
  position: relative;
  background-color: #fd6506;
  padding: 20px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;
  box-sizing: border-box;
  display: none;
}

.notification-banner.hide {
  display: none;
}

.notification-banner.show {
  display: flex;
}

@media (max-width: 768px) {
  .notification-banner {
    padding: 20px 20px;
    position: relative;
    flex-direction: column;
  }
}

.notification-banner .banner-content {
  display: flex;
  align-items: center;
}

.notification-banner .banner-content img {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .notification-banner .banner-content img {
    display: none;
  }
}

.notification-banner #close-banner-btn {
  margin-right: 10px;
  color: #FFFFFF;
}

.notification-banner #close-banner-btn:hover {
  color: #000000;
}

@media (max-width: 768px) {
  .notification-banner #close-banner-btn {
    width: 100%;
    margin-top: 15px;
  }
}

#header {
  width: 100%;
  height: 80px;
  background-color: #fc0;
  position: relative;
  z-index: 3;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

#header .header-inner {
  height: 80px;
  width: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: initial;
}

@media screen and (min-width: 768px) {
  #header .header-inner {
    margin: 0 70px 0px 40px;
  }
}

@media screen and (max-width: 768px) {
  #header .header-inner {
    margin: 0 20px;
  }
}

#header .header-inner .site-name {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}

@media (max-width: 500px) {
  #header .header-inner .site-name {
    font-size: 15px;
  }
}

#header .header-inner .site-name svg {
  margin-right: 20px;
  width: auto;
  height: 36px;
}

@media (max-width: 500px) {
  #header .header-inner .site-name svg {
    height: 30px;
    margin-right: 12px;
  }
}

#header .header-inner .menu-button {
  display: block;
  margin-left: auto;
  padding: 0;
}

#header .header-inner .menu-button svg {
  height: 3rem;
  width: 3rem;
}

#header .header-inner .menu-button #close {
  display: none;
}

#header .header-inner .menu-button #close.block {
  display: block;
}

@media (min-width: 768px) and (orientation: portrait) {
  #header .header-inner .menu-button {
    display: block;
  }
}

@media (min-width: 1024px) {
  #header .header-inner .menu-button {
    display: none;
  }
}

#header .header-inner .main-menu {
  list-style: none;
  height: 80px;
  flex-grow: 1;
  padding: 0;
  margin-left: 84px;
  display: flex;
  flex-wrap: nowrap;
}

@media (max-width: 767px) {
  #header .header-inner .main-menu {
    margin-left: 0;
  }
}

#header .header-inner .main-menu > li {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0 10px;
  height: 80px;
  line-height: 80px;
  flex-shrink: 0;
}

#header .header-inner .main-menu > li > a {
  display: flex;
  align-items: center;
}

#header .header-inner .main-menu > li > svg {
  width: 18px;
  margin-left: 6px;
}

#header .header-inner .main-menu > li:hover {
  background-color: #1a1a1a;
}

#header .header-inner .main-menu > li:hover > a {
  color: #ffffff;
}

#header .header-inner .main-menu > li:hover > a svg {
  fill: #ffffff;
}

#header .header-inner .main-menu .has-children > a:first-of-type {
  padding-left: 2px;
}

#header .header-inner .main-menu .has-children > a:first-of-type svg {
  margin-right: -4px;
}

#header .header-inner .main-menu .has-children > div {
  position: absolute;
  top: 50px;
  background-color: #ffffff;
  display: flex;
  width: 690px;
  margin-left: -300px;
  font-size: 1.4rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.356s, transform 0.356s;
}

#header .header-inner .main-menu .has-children > div .nav-categories {
  display: flex;
  flex: 2;
  flex-wrap: wrap;
  padding: 20px 0 20px 20px;
  background-color: #f2f2f2;
}

#header .header-inner .main-menu .has-children > div .nav-categories h3 {
  color: #999999;
  font-family: "mtn-bold";
  font-size: 1rem;
  line-height: 28px;
  display: block;
  margin: 0 0 10px 0;
  flex: 0 0 100%;
}

#header .header-inner .main-menu .has-children > div .nav-categories a {
  flex: 0 0 50%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0 20px 20px 42px;
  line-height: 1.3;
  max-width: 210px;
}

#header .header-inner .main-menu .has-children > div .nav-categories a span {
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 100%;
}

#header .header-inner .main-menu .has-children > div .nav-categories svg {
  fill: #FFFFFF;
  background-color: #0c678f;
  border-radius: 50%;
  padding: 8px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
}

#header .header-inner .main-menu .has-children > div .nav-pages {
  position: relative;
  flex: 1;
  padding: 20px;
}

#header .header-inner .main-menu .has-children > div .nav-pages a {
  background: url("/images/icons/arrow-forward.svg") no-repeat right center/16px;
  display: block;
  line-height: 28px;
}

#header .header-inner .main-menu .has-children:hover > div {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, 18px);
}

body:not(.admin) #header .header-inner > form {
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

body:not(.admin) #header .header-inner > form:hover input,
body:not(.admin) #header .header-inner > form:focus input,
body:not(.admin) #header .header-inner > form input:focus {
  opacity: 1;
  pointer-events: auto;
  width: 215px;
  transform: translate(-194px, 0);
}

body:not(.admin) #header .header-inner > form:hover input + svg,
body:not(.admin) #header .header-inner > form:focus input + svg,
body:not(.admin) #header .header-inner > form input:focus + svg {
  opacity: 0;
  pointer-events: none;
}

body:not(.admin) #header .header-inner > form input {
  opacity: 0;
  transition: all 0.256s;
  width: 32px;
  background-color: #ffdd59;
  position: absolute;
  line-height: 1.4;
}

body:not(.admin) #header .header-inner > form svg {
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.256s;
  position: absolute;
  top: 4px;
  left: 4px;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  #header {
    position: relative;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  }
}

#profile-menu {
  position: relative;
  margin-left: 20px;
  cursor: pointer;
  height: 80px;
}

#profile-menu:hover .profile-menu-options {
  transform: translate(0, 18px);
  opacity: 1;
  pointer-events: auto;
}

#profile-menu button {
  background-color: #ffffff;
  border: none;
  padding: 0;
  height: auto;
}

#profile-menu-picture {
  width: 40px;
  height: 40px;
  margin-top: 20px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.profile-menu-options {
  position: absolute;
  list-style: none;
  padding: 20px;
  width: 70px;
  background-color: #ffffff;
  top: 36px;
  margin-left: -26px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.356s, transform 0.356s;
}

.mobile-menu {
  background-color: #090808;
  color: #ffffff;
  list-style: none;
  margin-top: 0;
  padding: 1rem 8% !important;
  font-size: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}

.mobile-menu li {
  margin-bottom: 1.5rem;
}

.mobile-menu.active {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  pointer-events: auto;
}

.mobile-menu a {
  color: #ffffff;
}

.mobile-menu .has-children .product-nav {
  display: none;
}

@media screen and (min-width: 1024px) {
  .mobile-menu {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .hidden {
    display: none !important;
  }
}

.admin #header .header-inner {
  height: 80px;
}

.admin #header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.admin #header .logo img {
  margin-right: 10px;
}

.admin #header .spacer {
  flex: 1;
}

.admin #header #search {
  width: 492px;
  margin-top: 6px;
}

.admin #header .profile-menu-options {
  margin-left: -48px;
}

.admin #header .profile-menu-options li {
  padding: 0;
}

.admin #main .header-page-info {
  background-color: #e6e6e6;
  position: -webkit-sticky;
  position: sticky;
  padding: 6px 40px;
  top: 0;
  z-index: 2;
  flex-flow: row nowrap;
  position: relative;
}

.admin #main .header-page-info .page-info {
  display: flex;
  margin-left: auto;
}

.admin #main .header-page-info button:hover,
.admin #main .header-page-info .button:hover {
  transition: all 0.3s ease-in-out;
}

body.product-edit .page-info {
  flex: 1 0 550px;
  justify-content: flex-end;
}

/*
    The button css component is styled to affect all buttons on the page with just a <button> element.
    The idea is that it will have sane defaults that can be overwritten with styles applied to it.
    The classes describe what you want to do,
    for example if you want a button that is blue, has an arrow-right icon after the text, you would right:
    <button class="blue arrow-right after">button text</button>
    or if you want a button that is outlined, has a arrow left button before the text, you would right:
    <button class="outline arrow-left before">button text</button>
    or a fab button with a plus icon:
    <button class="fab plus"></button>
*/

button:not(.sl-button, .reset),
.button {
  height: 37px;
  line-height: 1;
  background-color: #fc0;
  background-position: center center;
  background-size: 16px;
  background-repeat: no-repeat;
  border: 2px solid #fc0;
  border-radius: 22px;
  padding: 0 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #1a1a1a;
  transition: all 0.3s ease-in-out;
}

button:not(.sl-button, .reset).red-button,
.button.red-button {
  background-color: #bb1e4f;
  border: 2px solid #bb1e4f;
  color: #fff;
}

button:not(.sl-button, .reset).red-button:hover,
.button.red-button:hover {
  border: 2px solid #bb1e4f;
  background-color: #fff;
  color: #bb1e4f;
}

button:not(.sl-button, .reset).small,
.button.small {
  height: 24px;
  font-size: 1.2rem;
}

button:not(.sl-button, .reset).blue,
.button.blue {
  background-color: #0c678f;
  border: 2px solid #0c678f;
}

button:not(.sl-button, .reset).blue:hover,
.button.blue:hover {
  background-color: #3d85a5;
  border-color: #3d85a5;
}

button:not(.sl-button, .reset).white,
.button.white {
  background-color: #ffffff;
  border: 2px solid #ffffff;
}

button:not(.sl-button, .reset).white:hover,
.button.white:hover {
  background-color: #cecece;
  border-color: #cecece;
}

button:not(.sl-button, .reset).dark,
.button.dark {
  background-color: #000;
  border: 2px solid #000;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}

button:not(.sl-button, .reset).dark:hover,
.button.dark:hover {
  background-color: #333333;
  border-color: #333333;
}

button:not(.sl-button, .reset).dark.kinda,
.button.dark.kinda {
  background-color: #1a1a1a;
  border: 2px solid #1a1a1a;
}

button:not(.sl-button, .reset).medium,
.button.medium {
  background-color: #333333;
  border: 2px solid #333333;
}

button:not(.sl-button, .reset).medium:hover,
.button.medium:hover {
  background-color: #5c5c5c;
  border-color: #5c5c5c;
}

button:not(.sl-button, .reset).light,
.button.light {
  background-color: #666666;
  border: 2px solid #666666;
}

button:not(.sl-button, .reset).light:hover,
.button.light:hover {
  background-color: #858585;
  border-color: #858585;
}

button:not(.sl-button, .reset).lightest,
.button.lightest {
  background-color: #cccccc;
  border: 2px solid #cccccc;
}

button:not(.sl-button, .reset).lightest:hover,
.button.lightest:hover {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

button:not(.sl-button, .reset).flex,
.button.flex {
  display: flex;
}

button:not(.sl-button, .reset).blue:not(.outline),
button:not(.sl-button, .reset).dark:not(.outline),
button:not(.sl-button, .reset).light:not(.outline),
button:not(.sl-button, .reset).lightest:not(.outline),
button:not(.sl-button, .reset).medium:not(.outline),
.button.blue:not(.outline),
.button.dark:not(.outline),
.button.light:not(.outline),
.button.lightest:not(.outline),
.button.medium:not(.outline) {
  color: #fff;
}

button:not(.sl-button, .reset).fab,
.button.fab {
  padding: 0;
  width: 37px;
  border-radius: 50%;
}

button:not(.sl-button, .reset).image,
.button.image {
  background-size: cover;
  background-position: center center;
}

button:not(.sl-button, .reset).before::before,
button:not(.sl-button, .reset).after::after,
.button.before::before,
.button.after::after {
  background-position: center center;
  background-size: 16px;
  background-repeat: no-repeat;
  content: "";
  height: 16px;
  width: 16px;
  display: inline-block;
}

button:not(.sl-button, .reset).before::before,
.button.before::before {
  margin-right: 5px;
}

button:not(.sl-button, .reset).after::after,
.button.after::after {
  margin-left: 5px;
}

button:not(.sl-button, .reset).before.plus::before,
button:not(.sl-button, .reset).after.plus::after,
.button.before.plus::before,
.button.after.plus::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="24" viewBox="0 0 24 24" width="24"><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).dark.before.plus:not(.outline)::before,
button:not(.sl-button, .reset).dark.after.plus:not(.outline)::after,
button:not(.sl-button, .reset).medium.before.plus:not(.outline)::before,
button:not(.sl-button, .reset).medium.after.plus:not(.outline)::after,
button:not(.sl-button, .reset).blue.before.plus:not(.outline)::before,
button:not(.sl-button, .reset).blue.after.plus:not(.outline)::after,
.button.dark.before.plus:not(.outline)::before,
.button.dark.after.plus:not(.outline)::after,
.button.medium.before.plus:not(.outline)::before,
.button.medium.after.plus:not(.outline)::after,
.button.blue.before.plus:not(.outline)::before,
.button.blue.after.plus:not(.outline)::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).fab.plus,
.button.fab.plus {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="24" viewBox="0 0 24 24" width="24"><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).dark.fab.plus:not(.outline),
button:not(.sl-button, .reset).medium.fab.plus:not(.outline),
button:not(.sl-button, .reset).blue.fab.plus:not(.outline),
.button.dark.fab.plus:not(.outline),
.button.medium.fab.plus:not(.outline),
.button.blue.fab.plus:not(.outline) {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).dark.before.plus.outline:hover::before,
button:not(.sl-button, .reset).dark.after.plus.outline:hover::after,
button:not(.sl-button, .reset).dark.fab.plus.outline:hover,
button:not(.sl-button, .reset).blue.before.plus.outline:hover::before,
button:not(.sl-button, .reset).blue.after.plus.outline:hover::after,
button:not(.sl-button, .reset).blue.fab.plus.outline:hover,
.button.dark.before.plus.outline:hover::before,
.button.dark.after.plus.outline:hover::after,
.button.dark.fab.plus.outline:hover,
.button.blue.before.plus.outline:hover::before,
.button.blue.after.plus.outline:hover::after,
.button.blue.fab.plus.outline:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).before.minus::before,
button:not(.sl-button, .reset).after.minus::after,
.button.before.minus::before,
.button.after.minus::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="24" viewBox="0 0 24 24" width="24"><path d="M19 13H5v-2h14v2z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).dark.before.minus:not(.outline)::before,
button:not(.sl-button, .reset).dark.after.minus:not(.outline)::after,
button:not(.sl-button, .reset).medium.before.minus:not(.outline)::before,
button:not(.sl-button, .reset).medium.after.minus:not(.outline)::after,
button:not(.sl-button, .reset).blue.before.minus:not(.outline)::before,
button:not(.sl-button, .reset).blue.after.minus:not(.outline)::after,
.button.dark.before.minus:not(.outline)::before,
.button.dark.after.minus:not(.outline)::after,
.button.medium.before.minus:not(.outline)::before,
.button.medium.after.minus:not(.outline)::after,
.button.blue.before.minus:not(.outline)::before,
.button.blue.after.minus:not(.outline)::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M19 13H5v-2h14v2z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).fab.minus,
.button.fab.minus {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="24" viewBox="0 0 24 24" width="24"><path d="M19 13H5v-2h14v2z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).dark.fab.minus:not(.outline),
button:not(.sl-button, .reset).medium.fab.minus:not(.outline),
button:not(.sl-button, .reset).blue.fab.minus:not(.outline),
.button.dark.fab.minus:not(.outline),
.button.medium.fab.minus:not(.outline),
.button.blue.fab.minus:not(.outline) {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M19 13H5v-2h14v2z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).dark.before.minus.outline:hover::before,
button:not(.sl-button, .reset).dark.after.minus.outline:hover::after,
button:not(.sl-button, .reset).dark.fab.minus.outline:hover,
button:not(.sl-button, .reset).blue.before.minus.outline:hover::before,
button:not(.sl-button, .reset).blue.after.minus.outline:hover::after,
button:not(.sl-button, .reset).blue.fab.minus.outline:hover,
.button.dark.before.minus.outline:hover::before,
.button.dark.after.minus.outline:hover::after,
.button.dark.fab.minus.outline:hover,
.button.blue.before.minus.outline:hover::before,
.button.blue.after.minus.outline:hover::after,
.button.blue.fab.minus.outline:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M19 13H5v-2h14v2z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).before.done::before,
button:not(.sl-button, .reset).after.done::after,
.button.before.done::before,
.button.after.done::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>');
}

button:not(.sl-button, .reset).dark.before.done:not(.outline)::before,
button:not(.sl-button, .reset).dark.after.done:not(.outline)::after,
button:not(.sl-button, .reset).medium.before.done:not(.outline)::before,
button:not(.sl-button, .reset).medium.after.done:not(.outline)::after,
button:not(.sl-button, .reset).blue.before.done:not(.outline)::before,
button:not(.sl-button, .reset).blue.after.done:not(.outline)::after,
.button.dark.before.done:not(.outline)::before,
.button.dark.after.done:not(.outline)::after,
.button.medium.before.done:not(.outline)::before,
.button.medium.after.done:not(.outline)::after,
.button.blue.before.done:not(.outline)::before,
.button.blue.after.done:not(.outline)::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>');
}

button:not(.sl-button, .reset).fab.done,
.button.fab.done {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>');
}

button:not(.sl-button, .reset).dark.fab.done:not(.outline),
button:not(.sl-button, .reset).medium.fab.done:not(.outline),
button:not(.sl-button, .reset).blue.fab.done:not(.outline),
.button.dark.fab.done:not(.outline),
.button.medium.fab.done:not(.outline),
.button.blue.fab.done:not(.outline) {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>');
}

button:not(.sl-button, .reset).dark.before.done.outline:hover::before,
button:not(.sl-button, .reset).dark.after.done.outline:hover::after,
button:not(.sl-button, .reset).dark.fab.done.outline:hover,
button:not(.sl-button, .reset).blue.before.done.outline:hover::before,
button:not(.sl-button, .reset).blue.after.done.outline:hover::after,
button:not(.sl-button, .reset).blue.fab.done.outline:hover,
.button.dark.before.done.outline:hover::before,
.button.dark.after.done.outline:hover::after,
.button.dark.fab.done.outline:hover,
.button.blue.before.done.outline:hover::before,
.button.blue.after.done.outline:hover::after,
.button.blue.fab.done.outline:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>');
}

button:not(.sl-button, .reset).before.arrow-left::before,
button:not(.sl-button, .reset).after.arrow-left::after,
.button.before.arrow-left::before,
.button.after.arrow-left::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/></svg>');
}

button:not(.sl-button, .reset).dark.before.arrow-left:not(.outline)::before,
button:not(.sl-button, .reset).dark.after.arrow-left:not(.outline)::after,
button:not(.sl-button, .reset).medium.before.arrow-left:not(.outline)::before,
button:not(.sl-button, .reset).medium.after.arrow-left:not(.outline)::after,
button:not(.sl-button, .reset).blue.before.arrow-left:not(.outline)::before,
button:not(.sl-button, .reset).blue.after.arrow-left:not(.outline)::after,
.button.dark.before.arrow-left:not(.outline)::before,
.button.dark.after.arrow-left:not(.outline)::after,
.button.medium.before.arrow-left:not(.outline)::before,
.button.medium.after.arrow-left:not(.outline)::after,
.button.blue.before.arrow-left:not(.outline)::before,
.button.blue.after.arrow-left:not(.outline)::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/></svg>');
}

button:not(.sl-button, .reset).fab.arrow-left,
.button.fab.arrow-left {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/></svg>');
}

button:not(.sl-button, .reset).dark.fab.arrow-left:not(.outline),
button:not(.sl-button, .reset).medium.fab.arrow-left:not(.outline),
button:not(.sl-button, .reset).blue.fab.arrow-left:not(.outline),
.button.dark.fab.arrow-left:not(.outline),
.button.medium.fab.arrow-left:not(.outline),
.button.blue.fab.arrow-left:not(.outline) {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/></svg>');
}

button:not(.sl-button, .reset).dark.before.arrow-left.outline:hover::before,
button:not(.sl-button, .reset).dark.after.arrow-left.outline:hover::after,
button:not(.sl-button, .reset).dark.fab.arrow-left.outline:hover,
button:not(.sl-button, .reset).blue.before.arrow-left.outline:hover::before,
button:not(.sl-button, .reset).blue.after.arrow-left.outline:hover::after,
button:not(.sl-button, .reset).blue.fab.arrow-left.outline:hover,
.button.dark.before.arrow-left.outline:hover::before,
.button.dark.after.arrow-left.outline:hover::after,
.button.dark.fab.arrow-left.outline:hover,
.button.blue.before.arrow-left.outline:hover::before,
.button.blue.after.arrow-left.outline:hover::after,
.button.blue.fab.arrow-left.outline:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/></svg>');
}

button:not(.sl-button, .reset).before.arrow-right::before,
button:not(.sl-button, .reset).after.arrow-right::after,
.button.before.arrow-right::before,
.button.after.arrow-right::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/></svg>');
}

button:not(.sl-button, .reset).dark.before.arrow-right:not(.outline)::before,
button:not(.sl-button, .reset).dark.after.arrow-right:not(.outline)::after,
button:not(.sl-button, .reset).medium.before.arrow-right:not(.outline)::before,
button:not(.sl-button, .reset).medium.after.arrow-right:not(.outline)::after,
button:not(.sl-button, .reset).blue.before.arrow-right:not(.outline)::before,
button:not(.sl-button, .reset).blue.after.arrow-right:not(.outline)::after,
.button.dark.before.arrow-right:not(.outline)::before,
.button.dark.after.arrow-right:not(.outline)::after,
.button.medium.before.arrow-right:not(.outline)::before,
.button.medium.after.arrow-right:not(.outline)::after,
.button.blue.before.arrow-right:not(.outline)::before,
.button.blue.after.arrow-right:not(.outline)::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/></svg>');
}

button:not(.sl-button, .reset).fab.arrow-right,
.button.fab.arrow-right {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/></svg>');
}

button:not(.sl-button, .reset).dark.fab.arrow-right:not(.outline),
button:not(.sl-button, .reset).medium.fab.arrow-right:not(.outline),
button:not(.sl-button, .reset).blue.fab.arrow-right:not(.outline),
.button.dark.fab.arrow-right:not(.outline),
.button.medium.fab.arrow-right:not(.outline),
.button.blue.fab.arrow-right:not(.outline) {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/></svg>');
}

button:not(.sl-button, .reset).dark.before.arrow-right.outline:hover::before,
button:not(.sl-button, .reset).dark.after.arrow-right.outline:hover::after,
button:not(.sl-button, .reset).dark.fab.arrow-right.outline:hover,
button:not(.sl-button, .reset).blue.before.arrow-right.outline:hover::before,
button:not(.sl-button, .reset).blue.after.arrow-right.outline:hover::after,
button:not(.sl-button, .reset).blue.fab.arrow-right.outline:hover,
.button.dark.before.arrow-right.outline:hover::before,
.button.dark.after.arrow-right.outline:hover::after,
.button.dark.fab.arrow-right.outline:hover,
.button.blue.before.arrow-right.outline:hover::before,
.button.blue.after.arrow-right.outline:hover::after,
.button.blue.fab.arrow-right.outline:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/></svg>');
}

button:not(.sl-button, .reset).before.arrow-down::before,
button:not(.sl-button, .reset).after.arrow-down::after,
.button.before.arrow-down::before,
.button.after.arrow-down::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="24" viewBox="0 0 24 24" width="24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/><path d="M0 0h24v24H0V0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).dark.before.arrow-down:not(.outline)::before,
button:not(.sl-button, .reset).dark.after.arrow-down:not(.outline)::after,
button:not(.sl-button, .reset).medium.before.arrow-down:not(.outline)::before,
button:not(.sl-button, .reset).medium.after.arrow-down:not(.outline)::after,
button:not(.sl-button, .reset).blue.before.arrow-down:not(.outline)::before,
button:not(.sl-button, .reset).blue.after.arrow-down:not(.outline)::after,
.button.dark.before.arrow-down:not(.outline)::before,
.button.dark.after.arrow-down:not(.outline)::after,
.button.medium.before.arrow-down:not(.outline)::before,
.button.medium.after.arrow-down:not(.outline)::after,
.button.blue.before.arrow-down:not(.outline)::before,
.button.blue.after.arrow-down:not(.outline)::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/><path d="M0 0h24v24H0V0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).fab.arrow-down,
.button.fab.arrow-down {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="24" viewBox="0 0 24 24" width="24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/><path d="M0 0h24v24H0V0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).dark.fab.arrow-down:not(.outline),
button:not(.sl-button, .reset).medium.fab.arrow-down:not(.outline),
button:not(.sl-button, .reset).blue.fab.arrow-down:not(.outline),
.button.dark.fab.arrow-down:not(.outline),
.button.medium.fab.arrow-down:not(.outline),
.button.blue.fab.arrow-down:not(.outline) {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/><path d="M0 0h24v24H0V0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).dark.before.arrow-down.outline:hover::before,
button:not(.sl-button, .reset).dark.after.arrow-down.outline:hover::after,
button:not(.sl-button, .reset).dark.fab.arrow-down.outline:hover,
button:not(.sl-button, .reset).blue.before.arrow-down.outline:hover::before,
button:not(.sl-button, .reset).blue.after.arrow-down.outline:hover::after,
button:not(.sl-button, .reset).blue.fab.arrow-down.outline:hover,
.button.dark.before.arrow-down.outline:hover::before,
.button.dark.after.arrow-down.outline:hover::after,
.button.dark.fab.arrow-down.outline:hover,
.button.blue.before.arrow-down.outline:hover::before,
.button.blue.after.arrow-down.outline:hover::after,
.button.blue.fab.arrow-down.outline:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/><path d="M0 0h24v24H0V0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).before.chevron-right::before,
button:not(.sl-button, .reset).after.chevron-right::after,
.button.before.chevron-right::before,
.button.after.chevron-right::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="24" viewBox="0 0 24 24" width="24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).dark.before.chevron-right:not(.outline)::before,
button:not(.sl-button, .reset).dark.after.chevron-right:not(.outline)::after,
button:not(.sl-button, .reset).medium.before.chevron-right:not(.outline)::before,
button:not(.sl-button, .reset).medium.after.chevron-right:not(.outline)::after,
button:not(.sl-button, .reset).blue.before.chevron-right:not(.outline)::before,
button:not(.sl-button, .reset).blue.after.chevron-right:not(.outline)::after,
.button.dark.before.chevron-right:not(.outline)::before,
.button.dark.after.chevron-right:not(.outline)::after,
.button.medium.before.chevron-right:not(.outline)::before,
.button.medium.after.chevron-right:not(.outline)::after,
.button.blue.before.chevron-right:not(.outline)::before,
.button.blue.after.chevron-right:not(.outline)::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).fab.chevron-right,
.button.fab.chevron-right {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="24" viewBox="0 0 24 24" width="24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).dark.fab.chevron-right:not(.outline),
button:not(.sl-button, .reset).medium.fab.chevron-right:not(.outline),
button:not(.sl-button, .reset).blue.fab.chevron-right:not(.outline),
.button.dark.fab.chevron-right:not(.outline),
.button.medium.fab.chevron-right:not(.outline),
.button.blue.fab.chevron-right:not(.outline) {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).dark.before.chevron-right.outline:hover::before,
button:not(.sl-button, .reset).dark.after.chevron-right.outline:hover::after,
button:not(.sl-button, .reset).dark.fab.chevron-right.outline:hover,
button:not(.sl-button, .reset).blue.before.chevron-right.outline:hover::before,
button:not(.sl-button, .reset).blue.after.chevron-right.outline:hover::after,
button:not(.sl-button, .reset).blue.fab.chevron-right.outline:hover,
.button.dark.before.chevron-right.outline:hover::before,
.button.dark.after.chevron-right.outline:hover::after,
.button.dark.fab.chevron-right.outline:hover,
.button.blue.before.chevron-right.outline:hover::before,
.button.blue.after.chevron-right.outline:hover::after,
.button.blue.fab.chevron-right.outline:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).before.chevron-down::before,
button:not(.sl-button, .reset).after.chevron-down::after,
.button.before.chevron-down::before,
.button.after.chevron-down::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="24" viewBox="0 0 24 24" width="24"><path d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z"/></svg>');
}

button:not(.sl-button, .reset).dark.before.chevron-down:not(.outline)::before,
button:not(.sl-button, .reset).dark.after.chevron-down:not(.outline)::after,
button:not(.sl-button, .reset).medium.before.chevron-down:not(.outline)::before,
button:not(.sl-button, .reset).medium.after.chevron-down:not(.outline)::after,
button:not(.sl-button, .reset).blue.before.chevron-down:not(.outline)::before,
button:not(.sl-button, .reset).blue.after.chevron-down:not(.outline)::after,
.button.dark.before.chevron-down:not(.outline)::before,
.button.dark.after.chevron-down:not(.outline)::after,
.button.medium.before.chevron-down:not(.outline)::before,
.button.medium.after.chevron-down:not(.outline)::after,
.button.blue.before.chevron-down:not(.outline)::before,
.button.blue.after.chevron-down:not(.outline)::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z"/></svg>');
}

button:not(.sl-button, .reset).fab.chevron-down,
.button.fab.chevron-down {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="24" viewBox="0 0 24 24" width="24"><path d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z"/></svg>');
}

button:not(.sl-button, .reset).dark.fab.chevron-down:not(.outline),
button:not(.sl-button, .reset).medium.fab.chevron-down:not(.outline),
button:not(.sl-button, .reset).blue.fab.chevron-down:not(.outline),
.button.dark.fab.chevron-down:not(.outline),
.button.medium.fab.chevron-down:not(.outline),
.button.blue.fab.chevron-down:not(.outline) {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z"/></svg>');
}

button:not(.sl-button, .reset).dark.before.chevron-down.outline:hover::before,
button:not(.sl-button, .reset).dark.after.chevron-down.outline:hover::after,
button:not(.sl-button, .reset).dark.fab.chevron-down.outline:hover,
button:not(.sl-button, .reset).blue.before.chevron-down.outline:hover::before,
button:not(.sl-button, .reset).blue.after.chevron-down.outline:hover::after,
button:not(.sl-button, .reset).blue.fab.chevron-down.outline:hover,
.button.dark.before.chevron-down.outline:hover::before,
.button.dark.after.chevron-down.outline:hover::after,
.button.dark.fab.chevron-down.outline:hover,
.button.blue.before.chevron-down.outline:hover::before,
.button.blue.after.chevron-down.outline:hover::after,
.button.blue.fab.chevron-down.outline:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z"/></svg>');
}

button:not(.sl-button, .reset).before.arrow-forward::before,
button:not(.sl-button, .reset).after.arrow-forward::after,
.button.before.arrow-forward::before,
.button.after.arrow-forward::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="24" viewBox="0 0 24 24" width="24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).dark.before.arrow-forward:not(.outline)::before,
button:not(.sl-button, .reset).dark.after.arrow-forward:not(.outline)::after,
button:not(.sl-button, .reset).medium.before.arrow-forward:not(.outline)::before,
button:not(.sl-button, .reset).medium.after.arrow-forward:not(.outline)::after,
button:not(.sl-button, .reset).blue.before.arrow-forward:not(.outline)::before,
button:not(.sl-button, .reset).blue.after.arrow-forward:not(.outline)::after,
.button.dark.before.arrow-forward:not(.outline)::before,
.button.dark.after.arrow-forward:not(.outline)::after,
.button.medium.before.arrow-forward:not(.outline)::before,
.button.medium.after.arrow-forward:not(.outline)::after,
.button.blue.before.arrow-forward:not(.outline)::before,
.button.blue.after.arrow-forward:not(.outline)::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).fab.arrow-forward,
.button.fab.arrow-forward {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="24" viewBox="0 0 24 24" width="24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).dark.fab.arrow-forward:not(.outline),
button:not(.sl-button, .reset).medium.fab.arrow-forward:not(.outline),
button:not(.sl-button, .reset).blue.fab.arrow-forward:not(.outline),
.button.dark.fab.arrow-forward:not(.outline),
.button.medium.fab.arrow-forward:not(.outline),
.button.blue.fab.arrow-forward:not(.outline) {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).dark.before.arrow-forward.outline:hover::before,
button:not(.sl-button, .reset).dark.after.arrow-forward.outline:hover::after,
button:not(.sl-button, .reset).dark.fab.arrow-forward.outline:hover,
button:not(.sl-button, .reset).blue.before.arrow-forward.outline:hover::before,
button:not(.sl-button, .reset).blue.after.arrow-forward.outline:hover::after,
button:not(.sl-button, .reset).blue.fab.arrow-forward.outline:hover,
.button.dark.before.arrow-forward.outline:hover::before,
.button.dark.after.arrow-forward.outline:hover::after,
.button.dark.fab.arrow-forward.outline:hover,
.button.blue.before.arrow-forward.outline:hover::before,
.button.blue.after.arrow-forward.outline:hover::after,
.button.blue.fab.arrow-forward.outline:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).before.edit::before,
button:not(.sl-button, .reset).after.edit::after,
.button.before.edit::before,
.button.after.edit::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="24" viewBox="0 0 24 24" width="24"><path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).dark.before.edit:not(.outline)::before,
button:not(.sl-button, .reset).dark.after.edit:not(.outline)::after,
button:not(.sl-button, .reset).medium.before.edit:not(.outline)::before,
button:not(.sl-button, .reset).medium.after.edit:not(.outline)::after,
button:not(.sl-button, .reset).blue.before.edit:not(.outline)::before,
button:not(.sl-button, .reset).blue.after.edit:not(.outline)::after,
.button.dark.before.edit:not(.outline)::before,
.button.dark.after.edit:not(.outline)::after,
.button.medium.before.edit:not(.outline)::before,
.button.medium.after.edit:not(.outline)::after,
.button.blue.before.edit:not(.outline)::before,
.button.blue.after.edit:not(.outline)::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).fab.edit,
.button.fab.edit {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="24" viewBox="0 0 24 24" width="24"><path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).dark.fab.edit:not(.outline),
button:not(.sl-button, .reset).medium.fab.edit:not(.outline),
button:not(.sl-button, .reset).blue.fab.edit:not(.outline),
.button.dark.fab.edit:not(.outline),
.button.medium.fab.edit:not(.outline),
.button.blue.fab.edit:not(.outline) {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).dark.before.edit.outline:hover::before,
button:not(.sl-button, .reset).dark.after.edit.outline:hover::after,
button:not(.sl-button, .reset).dark.fab.edit.outline:hover,
button:not(.sl-button, .reset).blue.before.edit.outline:hover::before,
button:not(.sl-button, .reset).blue.after.edit.outline:hover::after,
button:not(.sl-button, .reset).blue.fab.edit.outline:hover,
.button.dark.before.edit.outline:hover::before,
.button.dark.after.edit.outline:hover::after,
.button.dark.fab.edit.outline:hover,
.button.blue.before.edit.outline:hover::before,
.button.blue.after.edit.outline:hover::after,
.button.blue.fab.edit.outline:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).before.close::before,
button:not(.sl-button, .reset).after.close::after,
.button.before.close::before,
.button.after.close::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="24" viewBox="0 0 24 24" width="24"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).dark.before.close:not(.outline)::before,
button:not(.sl-button, .reset).dark.after.close:not(.outline)::after,
button:not(.sl-button, .reset).medium.before.close:not(.outline)::before,
button:not(.sl-button, .reset).medium.after.close:not(.outline)::after,
button:not(.sl-button, .reset).blue.before.close:not(.outline)::before,
button:not(.sl-button, .reset).blue.after.close:not(.outline)::after,
.button.dark.before.close:not(.outline)::before,
.button.dark.after.close:not(.outline)::after,
.button.medium.before.close:not(.outline)::before,
.button.medium.after.close:not(.outline)::after,
.button.blue.before.close:not(.outline)::before,
.button.blue.after.close:not(.outline)::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).fab.close,
.button.fab.close {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="24" viewBox="0 0 24 24" width="24"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).dark.fab.close:not(.outline),
button:not(.sl-button, .reset).medium.fab.close:not(.outline),
button:not(.sl-button, .reset).blue.fab.close:not(.outline),
.button.dark.fab.close:not(.outline),
.button.medium.fab.close:not(.outline),
.button.blue.fab.close:not(.outline) {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).dark.before.close.outline:hover::before,
button:not(.sl-button, .reset).dark.after.close.outline:hover::after,
button:not(.sl-button, .reset).dark.fab.close.outline:hover,
button:not(.sl-button, .reset).blue.before.close.outline:hover::before,
button:not(.sl-button, .reset).blue.after.close.outline:hover::after,
button:not(.sl-button, .reset).blue.fab.close.outline:hover,
.button.dark.before.close.outline:hover::before,
.button.dark.after.close.outline:hover::after,
.button.dark.fab.close.outline:hover,
.button.blue.before.close.outline:hover::before,
.button.blue.after.close.outline:hover::after,
.button.blue.fab.close.outline:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}

button:not(.sl-button, .reset).before.map-marker::before,
button:not(.sl-button, .reset).after.map-marker::after,
.button.before.map-marker::before,
.button.after.map-marker::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="60" viewBox="-2 0 20 24" width="60"><path d="M10,1.375c-3.17,0-5.75,2.548-5.75,5.682c0,6.685,5.259,11.276,5.483,11.469c0.152,0.132,0.382,0.132,0.534,0c0.224-0.193,5.481-4.784,5.483-11.469C15.75,3.923,13.171,1.375,10,1.375 M10,17.653c-1.064-1.024-4.929-5.127-4.929-10.596c0-2.68,2.212-4.861,4.929-4.861s4.929,2.181,4.929,4.861C14.927,12.518,11.063,16.627,10,17.653 M10,3.839c-1.815,0-3.286,1.47-3.286,3.286s1.47,3.286,3.286,3.286s3.286-1.47,3.286-3.286S11.815,3.839,10,3.839 M10,9.589c-1.359,0-2.464-1.105-2.464-2.464S8.641,4.661,10,4.661s2.464,1.105,2.464,2.464S11.359,9.589,10,9.589"></path></svg>');
}

button:not(.sl-button, .reset).dark.before.map-marker:not(.outline)::before,
button:not(.sl-button, .reset).dark.after.map-marker:not(.outline)::after,
button:not(.sl-button, .reset).medium.before.map-marker:not(.outline)::before,
button:not(.sl-button, .reset).medium.after.map-marker:not(.outline)::after,
button:not(.sl-button, .reset).blue.before.map-marker:not(.outline)::before,
button:not(.sl-button, .reset).blue.after.map-marker:not(.outline)::after,
.button.dark.before.map-marker:not(.outline)::before,
.button.dark.after.map-marker:not(.outline)::after,
.button.medium.before.map-marker:not(.outline)::before,
.button.medium.after.map-marker:not(.outline)::after,
.button.blue.before.map-marker:not(.outline)::before,
.button.blue.after.map-marker:not(.outline)::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="60" viewBox="-2 0 20 24" width="60"><path d="M10,1.375c-3.17,0-5.75,2.548-5.75,5.682c0,6.685,5.259,11.276,5.483,11.469c0.152,0.132,0.382,0.132,0.534,0c0.224-0.193,5.481-4.784,5.483-11.469C15.75,3.923,13.171,1.375,10,1.375 M10,17.653c-1.064-1.024-4.929-5.127-4.929-10.596c0-2.68,2.212-4.861,4.929-4.861s4.929,2.181,4.929,4.861C14.927,12.518,11.063,16.627,10,17.653 M10,3.839c-1.815,0-3.286,1.47-3.286,3.286s1.47,3.286,3.286,3.286s3.286-1.47,3.286-3.286S11.815,3.839,10,3.839 M10,9.589c-1.359,0-2.464-1.105-2.464-2.464S8.641,4.661,10,4.661s2.464,1.105,2.464,2.464S11.359,9.589,10,9.589"></path></svg>');
}

button:not(.sl-button, .reset).fab.map-marker,
.button.fab.map-marker {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="60" viewBox="-2 0 20 24" width="60"><path d="M10,1.375c-3.17,0-5.75,2.548-5.75,5.682c0,6.685,5.259,11.276,5.483,11.469c0.152,0.132,0.382,0.132,0.534,0c0.224-0.193,5.481-4.784,5.483-11.469C15.75,3.923,13.171,1.375,10,1.375 M10,17.653c-1.064-1.024-4.929-5.127-4.929-10.596c0-2.68,2.212-4.861,4.929-4.861s4.929,2.181,4.929,4.861C14.927,12.518,11.063,16.627,10,17.653 M10,3.839c-1.815,0-3.286,1.47-3.286,3.286s1.47,3.286,3.286,3.286s3.286-1.47,3.286-3.286S11.815,3.839,10,3.839 M10,9.589c-1.359,0-2.464-1.105-2.464-2.464S8.641,4.661,10,4.661s2.464,1.105,2.464,2.464S11.359,9.589,10,9.589"></path></svg>');
}

button:not(.sl-button, .reset).dark.fab.map-marker:not(.outline),
button:not(.sl-button, .reset).medium.fab.map-marker:not(.outline),
button:not(.sl-button, .reset).blue.fab.map-marker:not(.outline),
.button.dark.fab.map-marker:not(.outline),
.button.medium.fab.map-marker:not(.outline),
.button.blue.fab.map-marker:not(.outline) {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="60" viewBox="-2 0 20 24" width="60"><path d="M10,1.375c-3.17,0-5.75,2.548-5.75,5.682c0,6.685,5.259,11.276,5.483,11.469c0.152,0.132,0.382,0.132,0.534,0c0.224-0.193,5.481-4.784,5.483-11.469C15.75,3.923,13.171,1.375,10,1.375 M10,17.653c-1.064-1.024-4.929-5.127-4.929-10.596c0-2.68,2.212-4.861,4.929-4.861s4.929,2.181,4.929,4.861C14.927,12.518,11.063,16.627,10,17.653 M10,3.839c-1.815,0-3.286,1.47-3.286,3.286s1.47,3.286,3.286,3.286s3.286-1.47,3.286-3.286S11.815,3.839,10,3.839 M10,9.589c-1.359,0-2.464-1.105-2.464-2.464S8.641,4.661,10,4.661s2.464,1.105,2.464,2.464S11.359,9.589,10,9.589"></path></svg>');
}

button:not(.sl-button, .reset).dark.before.map-marker.outline:hover::before,
button:not(.sl-button, .reset).dark.after.map-marker.outline:hover::after,
button:not(.sl-button, .reset).dark.fab.map-marker.outline:hover,
button:not(.sl-button, .reset).blue.before.map-marker.outline:hover::before,
button:not(.sl-button, .reset).blue.after.map-marker.outline:hover::after,
button:not(.sl-button, .reset).blue.fab.map-marker.outline:hover,
.button.dark.before.map-marker.outline:hover::before,
.button.dark.after.map-marker.outline:hover::after,
.button.dark.fab.map-marker.outline:hover,
.button.blue.before.map-marker.outline:hover::before,
.button.blue.after.map-marker.outline:hover::after,
.button.blue.fab.map-marker.outline:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="60" viewBox="-2 0 20 24" width="60"><path d="M10,1.375c-3.17,0-5.75,2.548-5.75,5.682c0,6.685,5.259,11.276,5.483,11.469c0.152,0.132,0.382,0.132,0.534,0c0.224-0.193,5.481-4.784,5.483-11.469C15.75,3.923,13.171,1.375,10,1.375 M10,17.653c-1.064-1.024-4.929-5.127-4.929-10.596c0-2.68,2.212-4.861,4.929-4.861s4.929,2.181,4.929,4.861C14.927,12.518,11.063,16.627,10,17.653 M10,3.839c-1.815,0-3.286,1.47-3.286,3.286s1.47,3.286,3.286,3.286s3.286-1.47,3.286-3.286S11.815,3.839,10,3.839 M10,9.589c-1.359,0-2.464-1.105-2.464-2.464S8.641,4.661,10,4.661s2.464,1.105,2.464,2.464S11.359,9.589,10,9.589"></path></svg>');
}

button:not(.sl-button, .reset).before.phone::before,
button:not(.sl-button, .reset).after.phone::after,
.button.before.phone::before,
.button.after.phone::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="60" viewBox="1 0 20 24" width="60"><path d="M13.372,1.781H6.628c-0.696,0-1.265,0.569-1.265,1.265v13.91c0,0.695,0.569,1.265,1.265,1.265h6.744c0.695,0,1.265-0.569,1.265-1.265V3.045C14.637,2.35,14.067,1.781,13.372,1.781 M13.794,16.955c0,0.228-0.194,0.421-0.422,0.421H6.628c-0.228,0-0.421-0.193-0.421-0.421v-0.843h7.587V16.955z M13.794,15.269H6.207V4.731h7.587V15.269z M13.794,3.888H6.207V3.045c0-0.228,0.194-0.421,0.421-0.421h6.744c0.228,0,0.422,0.194,0.422,0.421V3.888z"></path></svg>');
}

button:not(.sl-button, .reset).dark.before.phone:not(.outline)::before,
button:not(.sl-button, .reset).dark.after.phone:not(.outline)::after,
button:not(.sl-button, .reset).medium.before.phone:not(.outline)::before,
button:not(.sl-button, .reset).medium.after.phone:not(.outline)::after,
button:not(.sl-button, .reset).blue.before.phone:not(.outline)::before,
button:not(.sl-button, .reset).blue.after.phone:not(.outline)::after,
.button.dark.before.phone:not(.outline)::before,
.button.dark.after.phone:not(.outline)::after,
.button.medium.before.phone:not(.outline)::before,
.button.medium.after.phone:not(.outline)::after,
.button.blue.before.phone:not(.outline)::before,
.button.blue.after.phone:not(.outline)::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="60" viewBox="1 0 20 24" width="60"><path d="M13.372,1.781H6.628c-0.696,0-1.265,0.569-1.265,1.265v13.91c0,0.695,0.569,1.265,1.265,1.265h6.744c0.695,0,1.265-0.569,1.265-1.265V3.045C14.637,2.35,14.067,1.781,13.372,1.781 M13.794,16.955c0,0.228-0.194,0.421-0.422,0.421H6.628c-0.228,0-0.421-0.193-0.421-0.421v-0.843h7.587V16.955z M13.794,15.269H6.207V4.731h7.587V15.269z M13.794,3.888H6.207V3.045c0-0.228,0.194-0.421,0.421-0.421h6.744c0.228,0,0.422,0.194,0.422,0.421V3.888z"></path></svg>');
}

button:not(.sl-button, .reset).fab.phone,
.button.fab.phone {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="60" viewBox="1 0 20 24" width="60"><path d="M13.372,1.781H6.628c-0.696,0-1.265,0.569-1.265,1.265v13.91c0,0.695,0.569,1.265,1.265,1.265h6.744c0.695,0,1.265-0.569,1.265-1.265V3.045C14.637,2.35,14.067,1.781,13.372,1.781 M13.794,16.955c0,0.228-0.194,0.421-0.422,0.421H6.628c-0.228,0-0.421-0.193-0.421-0.421v-0.843h7.587V16.955z M13.794,15.269H6.207V4.731h7.587V15.269z M13.794,3.888H6.207V3.045c0-0.228,0.194-0.421,0.421-0.421h6.744c0.228,0,0.422,0.194,0.422,0.421V3.888z"></path></svg>');
}

button:not(.sl-button, .reset).dark.fab.phone:not(.outline),
button:not(.sl-button, .reset).medium.fab.phone:not(.outline),
button:not(.sl-button, .reset).blue.fab.phone:not(.outline),
.button.dark.fab.phone:not(.outline),
.button.medium.fab.phone:not(.outline),
.button.blue.fab.phone:not(.outline) {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="60" viewBox="1 0 20 24" width="60"><path d="M13.372,1.781H6.628c-0.696,0-1.265,0.569-1.265,1.265v13.91c0,0.695,0.569,1.265,1.265,1.265h6.744c0.695,0,1.265-0.569,1.265-1.265V3.045C14.637,2.35,14.067,1.781,13.372,1.781 M13.794,16.955c0,0.228-0.194,0.421-0.422,0.421H6.628c-0.228,0-0.421-0.193-0.421-0.421v-0.843h7.587V16.955z M13.794,15.269H6.207V4.731h7.587V15.269z M13.794,3.888H6.207V3.045c0-0.228,0.194-0.421,0.421-0.421h6.744c0.228,0,0.422,0.194,0.422,0.421V3.888z"></path></svg>');
}

button:not(.sl-button, .reset).dark.before.phone.outline:hover::before,
button:not(.sl-button, .reset).dark.after.phone.outline:hover::after,
button:not(.sl-button, .reset).dark.fab.phone.outline:hover,
button:not(.sl-button, .reset).blue.before.phone.outline:hover::before,
button:not(.sl-button, .reset).blue.after.phone.outline:hover::after,
button:not(.sl-button, .reset).blue.fab.phone.outline:hover,
.button.dark.before.phone.outline:hover::before,
.button.dark.after.phone.outline:hover::after,
.button.dark.fab.phone.outline:hover,
.button.blue.before.phone.outline:hover::before,
.button.blue.after.phone.outline:hover::after,
.button.blue.fab.phone.outline:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" height="60" viewBox="1 0 20 24" width="60"><path d="M13.372,1.781H6.628c-0.696,0-1.265,0.569-1.265,1.265v13.91c0,0.695,0.569,1.265,1.265,1.265h6.744c0.695,0,1.265-0.569,1.265-1.265V3.045C14.637,2.35,14.067,1.781,13.372,1.781 M13.794,16.955c0,0.228-0.194,0.421-0.422,0.421H6.628c-0.228,0-0.421-0.193-0.421-0.421v-0.843h7.587V16.955z M13.794,15.269H6.207V4.731h7.587V15.269z M13.794,3.888H6.207V3.045c0-0.228,0.194-0.421,0.421-0.421h6.744c0.228,0,0.422,0.194,0.422,0.421V3.888z"></path></svg>');
}

button:not(.sl-button, .reset).outline,
.button.outline {
  background-color: transparent;
}

button:not(.sl-button, .reset).outline.black,
.button.outline.black {
  border: 2px solid #000;
  color: #000;
}

button:not(.sl-button, .reset).outline.white:hover,
.button.outline.white:hover {
  background: #ffffff;
  border-color: #ffffff;
}

button:not(.sl-button, .reset).outline.dark:hover,
.button.outline.dark:hover {
  color: #fff;
  transition: all 0.3s ease-in-out;
  background-color: #000;
}

button:not(.sl-button, .reset).outline.blue:hover,
.button.outline.blue:hover {
  color: #fff;
}

button:not(.sl-button, .reset).outline.light,
.button.outline.light {
  color: #666666;
}

button:not(.sl-button, .reset).outline.yellow,
.button.outline.yellow {
  color: #fc0;
}

button:not(.sl-button, .reset).outline.lightest,
.button.outline.lightest {
  color: #cccccc;
}

button:not(.sl-button, .reset).outline.light:hover,
button:not(.sl-button, .reset).outline.lightest:hover,
.button.outline.light:hover,
.button.outline.lightest:hover {
  color: #fff;
}

button:not(.sl-button, .reset).outline.yellow:hover,
.button.outline.yellow:hover {
  color: #1a1a1a;
}

button:not(.sl-button, .reset):hover,
.button:hover {
  background-color: #ffd633;
  border-color: #ffd633;
}

button.reset {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

button[disabled] {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #666666;
}

input,
textarea {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  padding: 0 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
}

textarea {
  padding: 10px;
}

textarea.long {
  width: 100%;
}

select {
  height: 40px;
  padding: 0 22px 0 10px;
  border: 1px solid #e6e6e6;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="24" viewBox="0 0 24 24" width="24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/><path d="M0 0h24v24H0V0z" fill="none"/></svg>');
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 6px) center;
  background-color: #FFF;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 5px;
}

select.dark {
  background-color: #000;
  border: 1px solid #000;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23FFFFFF" height="24" viewBox="0 0 24 24" width="24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/><path d="M0 0h24v24H0V0z" fill="none"/></svg>');
  color: #FFF;
}

select.long {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=url],
input[type=number] {
  height: 40px;
}

input[type=text].thin,
input[type=email].thin,
input[type=password].thin,
input[type=search].thin,
input[type=url].thin,
input[type=number].thin {
  height: 32px;
}

input[type=text].alt,
input[type=email].alt,
input[type=password].alt,
input[type=search].alt,
input[type=url].alt,
input[type=number].alt {
  height: 32px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  padding: 0;
  border-radius: 0;
}

input[type=text].see-through,
input[type=email].see-through,
input[type=password].see-through,
input[type=search].see-through,
input[type=url].see-through,
input[type=number].see-through {
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
}

input[type=text].long,
input[type=email].long,
input[type=password].long,
input[type=search].long,
input[type=url].long,
input[type=number].long {
  width: 100%;
}

:not(.switch) > input[type=checkbox] {
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: none;
  cursor: pointer;
}

:not(.switch) > input[type=checkbox]:checked {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>');
}

.switch {
  border-radius: 12px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.switch .ball {
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.128s ease-out;
}

.switch .track {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666666;
  border-radius: 12px;
  transition: background-color 0.128s ease-out;
}

.switch .swatch-label {
  font-family: Montserrat-Light;
  font-size: 1.4rem;
  margin-left: 50px;
}

.switch.dark .ball {
  background-color: #333333;
}

.switch.light .ball {
  background-color: #FFF;
}

.switch.big {
  height: 24px;
  width: 40px;
}

.switch.big .ball {
  width: 20px;
  height: 20px;
}

.switch.small {
  height: 20px;
  width: 32px;
}

.switch.small .ball {
  height: 16px;
  width: 16px;
}

.switch input {
  display: none;
}

.switch input:checked + .track {
  background-color: #fc0;
}

.switch.big input:checked + .track + .ball {
  transform: translate(16px, 0);
}

.switch.small input:checked + .track + .ball {
  transform: translate(12px, 0);
}

body > main {
  flex: 1 0 auto;
}

body > #main {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .layout-master #main {
    padding: 0 40px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .layout-master #main {
    margin: 0px 20px 40px 20px;
  }
}

@media screen and (min-width: 768px) {
  .layout-master-full-width #main {
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .layout-master-full-width #main {
    margin: 80px 20px 40px 20px;
  }
}

@-webkit-keyframes roll {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes roll {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.layout-sidebar .wrapper {
  display: flex;
  flex: 1 0 auto;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 768px) {
  .layout-sidebar .wrapper {
    display: block;
  }
}

@media (max-width: 768px) {
  .layout-sidebar .wrapper.container {
    padding: 0px 0px;
  }
}

.layout-sidebar .wrapper .site-sidebar {
  flex: 1;
  padding: 40px 40px 70px 40px;
  min-width: 270px;
  max-width: 270px;
  background-color: #fafafa;
  height: 100%;
}

@media (max-width: 768px) {
  .layout-sidebar .wrapper .site-sidebar {
    display: none;
  }
}

.layout-sidebar .wrapper .site-sidebar input[type=text],
.layout-sidebar .wrapper .site-sidebar select {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .layout-sidebar #main {
    padding: 40px 40px 40px 80px;
    margin-right: 40px;
    width: 100%;
  }
}

.layout-sidebar #main.product-page {
  padding: 40px 5px 40px 21px;
}

@media screen and (max-width: 768px) {
  .layout-sidebar #main {
    padding: 20px;
    margin-bottom: 40px;
    overflow: hidden;
    width: 100%;
  }
}

.admin .wrapper {
  display: flex;
  flex: 1 0 auto;
}

.admin .wrapper .site-sidebar {
  flex: 1 0 300px;
  padding: 20px 0;
  background-color: #1a1a1a;
  color: #FFF;
}

.admin .wrapper .site-sidebar ul {
  list-style: none;
}

.admin .wrapper .site-sidebar ul li {
  position: relative;
}

.admin .wrapper .site-sidebar > ul {
  margin-top: 60px;
  padding: 0 40px;
  position: fixed;
  width: 220px;
}

.admin .wrapper .site-sidebar > ul > li {
  padding: 8px 0;
  border-bottom: 1px solid #464646;
}

.admin .wrapper .site-sidebar > ul > li:before {
  content: "";
  background: url("/images/icons/chevron-right.svg") no-repeat center/20px;
  filter: invert(35%);
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.admin .wrapper .site-sidebar > ul > li.active {
  color: #fc0;
}

.admin .wrapper .site-sidebar > ul > li.active > a {
  color: #fc0;
}

.admin .wrapper .site-sidebar > ul > li.active:before {
  filter: invert(100%) sepia(51%) saturate(2878%) hue-rotate(310deg) brightness(90%) contrast(119%);
}

.admin .wrapper .site-sidebar > ul > li.active ul {
  border-top: 1px solid #fc0;
}

.admin .wrapper .site-sidebar > ul > li.has-children:before {
  background: url("/images/icons/chevron-down.svg") no-repeat center/20px;
}

.admin .wrapper .site-sidebar > ul ul {
  padding: 6px 0 0 0;
  margin: 6px 0 0 0;
  border-top: 1px solid #464646;
}

.admin .wrapper .site-sidebar > ul ul li {
  padding: 2px 0 2px 30px;
}

.admin .wrapper .site-sidebar > ul ul li:before {
  content: "";
  background: url("/images/icons/chevron-right.svg") no-repeat center/16px;
  filter: invert(100%);
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 10px;
  top: 4px;
}

.admin .wrapper .site-sidebar > ul ul li.active a {
  color: #fc0;
}

.admin .wrapper .site-sidebar > ul ul li.active:before {
  filter: invert(100%) sepia(51%) saturate(2878%) hue-rotate(310deg) brightness(90%) contrast(119%);
}

.admin .wrapper .site-sidebar a {
  color: #FFF;
  display: block;
}

.admin .wrapper #sync {
  position: fixed;
  bottom: 20px;
  width: 220px;
  left: 40px;
}

.admin .wrapper #sync svg {
  margin-left: 6px;
  width: 12px;
}

.admin .wrapper #sync:hover svg {
  fill: #1a1a1a;
}

.admin .wrapper #sync.syncing svg {
  -webkit-animation: roll 2s linear infinite;
          animation: roll 2s linear infinite;
}

.admin .wrapper #search {
  border-radius: 50px;
  border: none;
  padding: 0 20px;
  background-color: #e8ae00;
  background-image: url("/images/icons/search.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 22px;
}

.admin .wrapper #search ::-webkit-input-placeholder {
  color: #1a1a1a;
}

.admin .wrapper #search ::-moz-placeholder {
  color: #1a1a1a;
}

.admin .wrapper #search :-ms-input-placeholder {
  color: #1a1a1a;
}

.admin .wrapper #search :-moz-placeholder {
  color: #1a1a1a;
}

.admin .wrapper #main {
  background-color: #FFF;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .admin .wrapper #main {
    width: 100%;
  }
}

.admin .wrapper #main section {
  padding: 40px;
  overflow: hidden;
}

.admin .wrapper #main a:not(.button) {
  color: #1a1a1a;
}

.shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.16);
}

.ly-40 {
  padding: 0 40px;
}

@media (max-width: 768px) {
  .ly-40 {
    padding: 0 0px;
    margin-bottom: 90px;
  }
}

.max-width-512 {
  max-width: 512px;
}

@media (max-width: 768px) {
  .max-width-512 {
    max-width: 95%;
  }
}

.text-mtn-grey {
  color: #787878;
}

.container {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .container {
    padding: 0 40px;
  }
}

.container-inner {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.container-inner.flex {
  display: flex;
}

.cols:not(.inline) {
  display: flex;
  flex-flow: row wrap;
}

.cols:not(.inline) .col {
  flex: 1 auto;
}

.cols:not(.inline) .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.cols:not(.inline) .col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.cols:not(.inline) .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.cols:not(.inline) .col-8 {
  flex: 0 0 66.666666%;
  max-width: 66.666666%;
}

.cols:not(.inline) .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.cols.inline {
  font-size: 0;
}

.cols.inline .col {
  display: inline-block;
  font-size: 1.4rem;
}

.cols.inline .col-4 {
  min-width: 33.333333%;
  max-width: 33.333333%;
  display: inline-block;
  font-size: 1.4rem;
}

.cols.inline .col-6 {
  min-width: 50%;
  max-width: 50%;
  display: inline-block;
  font-size: 1.4rem;
}

.cols.inline .col-8 {
  min-width: 66.666666%;
  max-width: 66.666666%;
  display: inline-block;
  font-size: 1.4rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

.ml-1 {
  margin-left: 1rem;
}

.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pl-1 {
  padding-left: 1rem;
}

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mr-2 {
  margin-right: 2rem;
}

.ml-2 {
  margin-left: 2rem;
}

.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pl-2 {
  padding-left: 2rem;
}

.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mr-3 {
  margin-right: 3rem;
}

.ml-3 {
  margin-left: 3rem;
}

.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pl-3 {
  padding-left: 3rem;
}

.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mr-4 {
  margin-right: 4rem;
}

.ml-4 {
  margin-left: 4rem;
}

.mx-4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pl-4 {
  padding-left: 4rem;
}

.px-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mr-5 {
  margin-right: 5rem;
}

.ml-5 {
  margin-left: 5rem;
}

.mx-5 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pr-5 {
  padding-right: 5rem;
}

.pl-5 {
  padding-left: 5rem;
}

.px-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.grey-bg {
  background-color: #f2f2f2;
}

.blue-bg {
  background-color: #0c678f;
}

.yellow-bg {
  background-color: #fc0;
}

.layout-master section.grey-bg {
  position: relative;
}

@media screen and (min-width: 1440px) {
  .layout-master section.grey-bg:before,
  .layout-master section.grey-bg:after {
    content: "";
    height: 100%;
    width: calc((100vw - 1440px) / 2);
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
  }

  .layout-master section.grey-bg:before {
    left: 100%;
  }

  .layout-master section.grey-bg:after {
    right: 100%;
  }
}

.right-flex {
  justify-content: flex-end;
}

.centre {
  text-align: center;
}

.centre-flex {
  justify-content: center;
}

.centre-align {
  align-items: center;
}

.spacer-flex {
  flex: 2;
}

#main .twofa-warning {
  background-color: #be1e50;
  border-radius: 10px;
  color: #FFF;
  margin: 10px 0 15px 0;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

#main .twofa-warning a {
  width: 120px;
}

@media (max-width: 767px) {
  #main .twofa-warning {
    flex-direction: column;
    text-align: center;
  }
}

#main .twofa-warning.tall {
  margin: 70px 0 20px 0px;
}

#main .twofa-warning.tall + .content {
  margin-top: 40px;
}

@media (max-width: 767px) {
  #main .twofa-warning.tall + .content {
    margin: 0;
  }
}

@media (max-width: 767px) {
  #main .twofa-warning.tall {
    margin: 0 0 20px 0;
  }
}

#main .twofa-warning a {
  color: #FFF;
  font-size: 14px;
}

@media (min-width: 768px) {
  #main .twofa-warning a {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  #main .twofa-warning a {
    margin-top: 10px;
  }
}

#main .twofa-warning a:hover {
  color: #be1e50;
}

.constrained {
  max-width: 1200px;
}

.auto-x {
  margin-left: auto;
  margin-right: auto;
}

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

.red-button {
  background-color: #bb1e4f;
}

.updated-app .head .column-heading {
  font-size: 14px;
}

.updated-app .head .column-heading:nth-child(1) {
  width: 23%;
}

.updated-app .head .column-heading:nth-child(2) {
  width: 25%;
}

.updated-app .head .column-heading:nth-child(3) {
  width: 12%;
}

.updated-app .head .column-heading:nth-child(4) {
  width: 10%;
}

.updated-app .head .column-heading:nth-child(4) {
  width: 20%;
}

.updated-app .head .column-heading:nth-child(5) {
  width: 10%;
}

.updated-app .app-list-body .column {
  position: relative;
}

.updated-app .app-list-body .column:nth-child(1) {
  width: 23%;
}

.updated-app .app-list-body .column:nth-child(2) {
  width: 25%;
}

.updated-app .app-list-body .column:nth-child(3) {
  width: 12%;
}

.updated-app .app-list-body .column:nth-child(4) {
  width: 10%;
}

.updated-app .app-list-body .column:nth-child(4) {
  width: 20%;
}

.updated-app .app-list-body .column:nth-child(5) {
  width: 10%;
  display: flex;
}

.updated-app .app-list-body .column .toggle-app-button {
  margin-top: 5px;
  margin-left: 40px;
}

.updated-app .app-list-body .column .actions {
  position: absolute;
  top: 5px;
}

.updated-app .head {
  border-bottom: 2px solid #f2f2f2;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.updated-app .head h4,
.updated-app .head p {
  white-space: nowrap;
  font-weight: bold;
  position: relative;
}

.updated-app .head h4 svg,
.updated-app .head p svg {
  width: 16px;
  margin-bottom: -7px;
  margin-left: 2px;
}

.updated-app .body {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}

.updated-app .body p {
  word-break: break-word;
  padding-right: 20px;
}

.updated-app.collapse {
  display: none;
}

.updated-app .details-row-container {
  display: flex;
}

.updated-app .details-row-container .detail-item {
  width: 30%;
}

.updated-app .details-row-container .detail-item-description {
  width: 284px;
}

.updated-app .copy-btn {
  position: absolute;
  right: 16px;
}

.top-ownership-banner,
.top-invite-banner {
  width: 100%;
  background-color: #0C678F;
  margin-bottom: 30px;
  display: flex;
  position: relative;
  transition: all 0.3s ease;
  opacity: -1;
  pointer-events: none;
  z-index: 0;
  padding: 0px;
  height: 0px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .top-ownership-banner,
  .top-invite-banner {
    display: block;
    width: 86%;
  }
}

.top-ownership-banner.show,
.top-invite-banner.show {
  pointer-events: auto;
  opacity: 4;
  height: 75px;
  z-index: 2;
}

@media (max-width: 768px) {
  .top-ownership-banner.show,
  .top-invite-banner.show {
    height: auto;
    padding: 12px;
    text-align: center;
  }

  .top-ownership-banner.show button,
  .top-invite-banner.show button {
    margin-bottom: 10px;
  }
}

.top-ownership-banner .message-container,
.top-invite-banner .message-container {
  position: absolute;
  color: #fff;
  transform: translateY(-50%);
  width: 50%;
  left: 30px;
  top: 50%;
}

@media (max-width: 768px) {
  .top-ownership-banner .message-container,
  .top-invite-banner .message-container {
    position: relative;
    width: 86%;
    left: none;
    transform: none;
    top: none;
    text-align: center;
  }
}

.top-ownership-banner .btn-block-container,
.top-invite-banner .btn-block-container {
  position: absolute;
  width: 360px;
  right: 20px;
  top: 20px;
  z-index: 4;
}

@media (max-width: 768px) {
  .top-ownership-banner .btn-block-container,
  .top-invite-banner .btn-block-container {
    position: relative;
    margin: 18px auto;
    top: auto;
    right: auto;
  }
}

@media (max-width: 400px) {
  .top-ownership-banner .btn-block-container,
  .top-invite-banner .btn-block-container {
    width: 177px;
  }
}

.top-ownership-banner .btn-block-container .blue-button,
.top-invite-banner .btn-block-container .blue-button {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
  transition: all 0.3s ease;
  width: 166px;
}

.top-ownership-banner .btn-block-container .blue-button:hover,
.top-invite-banner .btn-block-container .blue-button:hover {
  background-color: #fff;
  color: #0C678F;
  transition: all 0.3s ease;
}

.top-ownership-banner .btn-block-container .blue-button:nth-child(1),
.top-invite-banner .btn-block-container .blue-button:nth-child(1) {
  margin-right: 10px;
}

@media (max-width: 400px) {
  .top-ownership-banner .btn-block-container .blue-button:nth-child(1),
  .top-invite-banner .btn-block-container .blue-button:nth-child(1) {
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.detail-left .copy {
  position: absolute;
  right: 16px;
}

.wrap {
  flex-wrap: wrap;
}

.dont-shrink {
  flex-shrink: 0;
}

h1.with-icon,
h2.with-icon,
h3.with-icon,
h4.with-icon,
h5.with-icon,
h6.with-icon {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  position: absolute;
}

h1.plus::before,
h2.plus::before,
h3.plus::before,
h4.plus::before,
h5.plus::before,
h6.plus::before {
  content: "";
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fc0" height="24" viewBox="0 0 24 24" width="24"><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
  position: absolute;
  left: 0;
}

h1.minus::before,
h2.minus::before,
h3.minus::before,
h4.minus::before,
h5.minus::before,
h6.minus::before {
  content: "";
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fc0" height="24" viewBox="0 0 24 24" width="24"><path d="M19 13H5v-2h14v2z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
  position: absolute;
  left: 0;
}

h1.done::before,
h2.done::before,
h3.done::before,
h4.done::before,
h5.done::before,
h6.done::before {
  content: "";
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fc0" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>');
  position: absolute;
  left: 0;
}

h1.arrow-left::before,
h2.arrow-left::before,
h3.arrow-left::before,
h4.arrow-left::before,
h5.arrow-left::before,
h6.arrow-left::before {
  content: "";
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fc0" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/></svg>');
  position: absolute;
  left: 0;
}

h1.arrow-right::before,
h2.arrow-right::before,
h3.arrow-right::before,
h4.arrow-right::before,
h5.arrow-right::before,
h6.arrow-right::before {
  content: "";
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fc0" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/></svg>');
  position: absolute;
  left: 0;
}

h1.arrow-down::before,
h2.arrow-down::before,
h3.arrow-down::before,
h4.arrow-down::before,
h5.arrow-down::before,
h6.arrow-down::before {
  content: "";
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fc0" height="24" viewBox="0 0 24 24" width="24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/><path d="M0 0h24v24H0V0z" fill="none"/></svg>');
  position: absolute;
  left: 0;
}

h1.chevron-right::before,
h2.chevron-right::before,
h3.chevron-right::before,
h4.chevron-right::before,
h5.chevron-right::before,
h6.chevron-right::before {
  content: "";
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fc0" height="24" viewBox="0 0 24 24" width="24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
  position: absolute;
  left: 0;
}

h1.chevron-down::before,
h2.chevron-down::before,
h3.chevron-down::before,
h4.chevron-down::before,
h5.chevron-down::before,
h6.chevron-down::before {
  content: "";
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fc0" height="24" viewBox="0 0 24 24" width="24"><path d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z"/></svg>');
  position: absolute;
  left: 0;
}

h1.arrow-forward::before,
h2.arrow-forward::before,
h3.arrow-forward::before,
h4.arrow-forward::before,
h5.arrow-forward::before,
h6.arrow-forward::before {
  content: "";
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fc0" height="24" viewBox="0 0 24 24" width="24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
  position: absolute;
  left: 0;
}

h1.edit::before,
h2.edit::before,
h3.edit::before,
h4.edit::before,
h5.edit::before,
h6.edit::before {
  content: "";
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fc0" height="24" viewBox="0 0 24 24" width="24"><path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
  position: absolute;
  left: 0;
}

h1.close::before,
h2.close::before,
h3.close::before,
h4.close::before,
h5.close::before,
h6.close::before {
  content: "";
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fc0" height="24" viewBox="0 0 24 24" width="24"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
  position: absolute;
  left: 0;
}

h1.map-marker::before,
h2.map-marker::before,
h3.map-marker::before,
h4.map-marker::before,
h5.map-marker::before,
h6.map-marker::before {
  content: "";
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fc0" height="60" viewBox="-2 0 20 24" width="60"><path d="M10,1.375c-3.17,0-5.75,2.548-5.75,5.682c0,6.685,5.259,11.276,5.483,11.469c0.152,0.132,0.382,0.132,0.534,0c0.224-0.193,5.481-4.784,5.483-11.469C15.75,3.923,13.171,1.375,10,1.375 M10,17.653c-1.064-1.024-4.929-5.127-4.929-10.596c0-2.68,2.212-4.861,4.929-4.861s4.929,2.181,4.929,4.861C14.927,12.518,11.063,16.627,10,17.653 M10,3.839c-1.815,0-3.286,1.47-3.286,3.286s1.47,3.286,3.286,3.286s3.286-1.47,3.286-3.286S11.815,3.839,10,3.839 M10,9.589c-1.359,0-2.464-1.105-2.464-2.464S8.641,4.661,10,4.661s2.464,1.105,2.464,2.464S11.359,9.589,10,9.589"></path></svg>');
  position: absolute;
  left: 0;
}

h1.phone::before,
h2.phone::before,
h3.phone::before,
h4.phone::before,
h5.phone::before,
h6.phone::before {
  content: "";
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fc0" height="60" viewBox="1 0 20 24" width="60"><path d="M13.372,1.781H6.628c-0.696,0-1.265,0.569-1.265,1.265v13.91c0,0.695,0.569,1.265,1.265,1.265h6.744c0.695,0,1.265-0.569,1.265-1.265V3.045C14.637,2.35,14.067,1.781,13.372,1.781 M13.794,16.955c0,0.228-0.194,0.421-0.422,0.421H6.628c-0.228,0-0.421-0.193-0.421-0.421v-0.843h7.587V16.955z M13.794,15.269H6.207V4.731h7.587V15.269z M13.794,3.888H6.207V3.045c0-0.228,0.194-0.421,0.421-0.421h6.744c0.228,0,0.422,0.194,0.422,0.421V3.888z"></path></svg>');
  position: absolute;
  left: 0;
}

.tag {
  padding: 4px;
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .tag {
    height: 20px;
  }
}

.tag.hoverable {
  text-decoration: none;
  cursor: pointer;
}

.tag.hoverable.yellow:hover {
  background-color: #ffd633;
}

.tag.hoverable.blue:hover {
  background-color: #3d85a5;
}

.tag.hoverable.grey:hover {
  background-color: #1a1a1a;
}

.tag.hoverable.success:hover {
  background-color: #47bd6e;
}

.tag.hoverable.warning:hover {
  background-color: #fd8438;
}

.tag.hoverable.error:hover {
  background-color: #c94b72;
}

.tag.outline {
  border: 1px solid rgb(0, 0, 0);
  background-color: transparent !important;
  color: rgb(0, 0, 0);
}

.tag.outline.hoverable {
  background-color: transparent;
}

.tag.outline.yellow {
  border: 1px solid #fc0;
  color: #fc0;
}

.tag.outline.blue {
  border: 1px solid #0c678f;
  color: #0c678f;
}

.tag.outline.grey {
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
}

.tag.outline.success {
  border: 1px solid #19ac4a;
  color: #19ac4a;
}

.tag.outline.warning {
  border: 1px solid #fd6506;
  color: #fd6506;
}

.tag.outline.error {
  border: 1px solid #bb1e4f;
  color: #bb1e4f;
}

.tag.removeable::after {
  content: "×";
  margin-left: 6px;
  font-size: 1.2rem;
}

.tag.success {
  background-color: #19ac4a;
}

.tag.warning {
  background-color: #fd6506;
}

.tag.error {
  background-color: #bb1e4f;
}

.tag.yellow {
  background-color: #fc0;
}

.tag.blue {
  background-color: #0c678f;
}

.tag.grey {
  background-color: #1a1a1a;
}

#notification-menu {
  position: relative;
  margin-left: 20px;
  cursor: pointer;
  height: 80px;
  overflow: hidden;
}

@media (max-width: 768px) {
  #notification-menu {
    margin-left: 10px;
    overflow: revert;
  }
}

#notification-menu:hover {
  overflow: revert;
}

#notification-menu:hover .notification-main-container {
  transform: translate(0, 18px);
  opacity: 1;
  pointer-events: auto;
}

.notification-main-container {
  position: absolute;
  list-style: none;
  padding: 20px;
  width: 480px;
  height: 608px;
  background-color: #ffffff;
  top: 54px;
  right: -42px;
  margin-left: -26px;
  opacity: 0;
  pointer-events: none;
  border-radius: 16px;
  transition: opacity 0.356s, transform 0.356s;
  box-sizing: border-box;
  box-shadow: 10px 5px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding-bottom: 40px;
}

.notification-main-container.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.356s, transform 0.356s;
}

@media (max-width: 768px) {
  .notification-main-container {
    top: 83px;
  }

  .notification-main-container.display {
    opacity: 1;
    pointer-events: auto;
    transition: all 0.1s ease-in-out;
  }
}

@media (max-width: 650px) {
  .notification-main-container {
    right: 10px;
    border-radius: 5px;
  }
}

@media (max-width: 500px) {
  .notification-main-container {
    width: 450px;
    right: 10px;
    height: auto;
  }
}

@media (max-width: 450px) {
  .notification-main-container {
    width: 370px;
  }
}

.notification-main-container:before {
  content: "";
  display: block;
  position: absolute;
  right: 58px;
  top: -9px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}

@media (max-width: 768px) {
  .notification-main-container:before {
    display: none;
  }
}

.notification-main-container a {
  color: #00678f;
  text-decoration: underline;
}

.notification-main-container .notification-content {
  background-color: #ffffff;
  z-index: 2;
  padding: 5px 20px 2px 17px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

.notification-main-container .notification-content .top-buttons {
  display: flex;
  justify-content: space-between;
}

.notification-main-container .notification-content button {
  background-color: #fff;
  border: none;
  padding: 0px;
  color: #00678f;
  cursor: pointer;
  font-size: 12px;
  height: auto;
}

.notification-main-container .notification-content button.non-active {
  color: #969696;
  pointer-events: none;
}

.notification-main-container .notification-content button:hover {
  background-color: #fff;
  border: none;
  outline: none;
}

.notification-main-container .notification-content .tabs-block {
  display: flex;
  background-color: #f3f1f1;
  padding: 6px;
  border-radius: 8px;
  justify-content: space-between;
  margin-top: 15px;
}

.notification-main-container .notification-content .tabs-block .button-tab {
  height: 40px;
  background-color: #ffffff;
  flex: 1;
  border-radius: 6px;
  margin-left: 4px;
  font-size: 15px;
  color: #000000;
}

.notification-main-container .notification-content .tabs-block .button-tab:nth-child(1) {
  margin-left: 0px;
}

.notification-main-container .notification-content .tabs-block .button-tab.active {
  background-color: #fc0;
}

.notification-main-container .notification-content .no-notifications {
  text-align: center;
  color: #969696;
  border-top: solid 1px #cdcdcd;
  display: none;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
}

.notification-main-container .notification-content .no-notifications.show {
  display: block;
  pointer-events: auto;
  opacity: 1;
  transition: all 0.3s ease;
  padding-top: 15px;
  margin-top: 20px;
}

.notification-main-container .notification-content .notification-list {
  overflow-y: scroll;
  height: 530px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0px 20px 60px 0px;
}

.notification-main-container .notification-content .notification-list .single-notification {
  border-bottom: solid 1px #cdcdcd;
  padding-bottom: 15px;
}

.notification-main-container .notification-content .notification-list .single-notification a {
  color: #00678f;
  text-decoration: underline;
}

.notification-main-container .notification-content .notification-list .single-notification .more-details {
  display: flex;
  justify-content: space-between;
}

.notification-main-container .notification-content .notification-list .single-notification .more-details .date-time {
  font-weight: 700;
  position: relative;
  padding-left: 15px;
}

.notification-main-container .notification-content .notification-list .single-notification .more-details .date-time:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #10b630;
  left: 0;
  top: 7px;
  border-radius: 50%;
}

.notification-main-container .notification-content .notification-list .single-notification .more-details .mark-as-read {
  font-size: 15px;
  position: relative;
}

.notification-main-container .notification-content .notification-list .single-notification .more-details .mark-as-read:after {
  content: "Mark as read";
  font-size: 15px;
}

.notification-main-container .notification-content .notification-list .single-notification.read .notification-message {
  color: #969696;
}

.notification-main-container .notification-content .notification-list .single-notification.read .more-details .date-time {
  padding-left: 0px;
  color: #969696;
  font-weight: 400;
}

.notification-main-container .notification-content .notification-list .single-notification.read .more-details .date-time:before {
  display: none;
}

.notification-main-container .notification-content .notification-list .single-notification.read .mark-as-read:after {
  content: "Mark as unread";
}

.notification-main-container .notification-content .notification-list.hide {
  display: none;
}

.notification-main-container.show {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.1s ease-in-out;
}

.notification-main-container.show .notification-content {
  left: 320px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1100px) {
  .notification-main-container.show .notification-content {
    left: 0px;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
  }
}

.notification-button-block {
  position: relative;
  width: 55px;
  height: 40px;
}

.notification-red-dot {
  height: 10px;
  width: 10px;
  background-color: #F00;
  position: absolute;
  right: 16px;
  bottom: -11px;
  border-radius: 50%;
  color: #F00;
  text-align: center;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  display: none;
}

.notification-red-dot.show {
  display: block;
}

#notification-btn {
  border: none;
  background-color: transparent;
  margin-top: 21px;
  position: relative;
  width: 53px;
  outline: none;
}

#notification-btn:hover {
  background-color: transparent;
}


